Questions tagged [clarity]

Clarity can refer to three products: CA Clarity™ PPM is a Project and Portfolio Management tool. VMware's Clarity is an extensible product-based framework for building clean, crisp, and modern web apps. Blockstack's Clarity is a Smart Contract language used to run contracts on the Stacks 2.0 blockchain.

CA Clarity™ PPM helps to Connect Strategy to Execution

  • Strategic agility– Portfolio Management gives you dynamic 'what if' and change impact analysis.
  • Improved forecasting– Financial management and budgeting keeps forecasts in line with actuals.
  • Staff utilization– Resource management ensures you have the skills and people to meet increased demand.
  • Better data– Mobile time-tracking improves the quality and accuracy of time-entry and approvals.
  • Greater insights– Role-based views and reporting makes it easier to communicate with stakeholder teams.
  • Highly configurable– Works the way you work, with flexible methodologies and Certified Stage-Gate™ processes, plus PMBOK®, PRINCE2® and support for Agile Scrum and Kanban.
  • A world class user experience— The most robust, comprehensive PPM tool available. Our customers find it intuitive, easy to use and easy to like.

source ( http://www.ca.com/us/products/detail/ca-clarity-ppm.aspx )

VMware Clarity Design System

Clarity is VMware’s extensible product-based framework for building clean, crisp, and modern apps. Clarity provides designers and developers with a library of patterns, components, and robust tools, making it easy to rapidly prototype and build beautiful and functional apps in HTML, CSS, and Angular.

source (https://vmware.github.io/clarity/)

Stacks Clarity Language

Clarity is a programming language for writing smart contracts on the Stacks 2.0 blockchain. It supports programmatic control over digital assets.

Clarity differs from most other smart contract languages in two essential ways:

  • The language is interpreted and broadcasted on the blockchain as is (not compiled)
  • The language is decidable (not Turing complete)

source (https://docs.stacks.co/write-smart-contracts/overview)

135 questions
0
votes
1 answer

Angular clarity design not to lazy load tabs

I would need the not to lazy load the tabs with the clarity tab component, and be able to switch between the tabs programatically. The problem is if I appy the the directive mentioned it the docs [(clrIfActive)] the contetnt gets lazy loaded. Here…
Gergő Éles
  • 119
  • 2
  • 7
0
votes
0 answers

ClrDateContainer receive in docker undefined commonStrings

We use submodules. From one times we started received error TypeError: Cannot read property '__source' of undefined After debug code I founded that problem is commonString in ClrDateContainer component in undefinded link for screenshots (I can't…
burymm
  • 26
  • 1
  • 6
0
votes
1 answer

Clarity Datagrid server-side binding with custom filter (code optimization)

I am trying to optimize my code that utilizes Clarity datagrid with server-side binding and some custom actions(e.g., a custom filter, similar to Datagrid Enhancement: Filtering) and a refresh button that refetches grid data and makes additional…
0
votes
0 answers

'clr-date-container' is not a known element:

I am trying to use the clarity date picker as shown below in an Angular Template
The Docs do…
Tatenda
  • 679
  • 2
  • 10
  • 24
0
votes
1 answer

how to add bar graphs and pie charts using project clarity

i need add some bar graphs and pie charts based on my data available , but unfortunately i couldn't find those templates in project clarity website. kindly help me in this NA NA
kiran
  • 31
  • 3
0
votes
1 answer

Clarity datagrid with custom filter don't clearing items collection

here i have a little problem with clarity datagrid with custom filters I made everything like said here and filters are works but not correctly the main problem is in Datagrid items collection when accepts method returns false for the item it's…
0
votes
1 answer

How can I make tree node text in the Clarity Tree View clickable?

I have the following tree structure generated using the Clarity Framework (clr-tree element). This is the code I've written to generate it in the view:
Hubert Kubiak
  • 607
  • 1
  • 7
  • 30
0
votes
1 answer

How do you hide the selectAll check box from clarity dataGrid?

How do you hide the selectAll check box from clarity dataGrid? Is it possible to use CSS to do that?
defar
  • 1
0
votes
1 answer

Is selecting across pages(grid pagination) supported in Clarity grid batch action?

https://clarity.design/documentation/datagrid/batch-action On the clarity grid, can we keep selecting rows/items across the grid pages and perform a batch/bulk action? Like select some rows on Page 1 and select some more rows on Page 2 and not…
Amit
  • 2,495
  • 14
  • 22
0
votes
4 answers

How to set a defualt value for a Clarity Datepicker in Angular

I currently have a Angular 7 Project wit .Net core 2.0 and for styling if the project i use Clarity components. Does Anyone know how to set a default value for a clarity date-picker? (I'm using reactive forms in angular which also uses validations…
A. Kriel
  • 260
  • 4
  • 20
0
votes
1 answer

Clarity Modal inside stackview overlaps UI elements

I have a clarity modal, which is there under stack-block-content. When I open this modal it overlaps all other UI elements. I tried setting z-index to very large number but still it did not work.
Label 2
kaounKaoun
  • 601
  • 1
  • 9
  • 21
0
votes
1 answer

Does Clarity Provide Accordion With Right Side Icon

I need to apply a accordion where icon on header is on right side. and can be open and close on click on header. Clarity also provide a accordion but icon is on left side. I want icon on right side. is it possible ?. if not the please suggest best…
0
votes
1 answer

How to perform the calculation details for field ETC(Cost) in Clarity PPM?

One of our report needs the calculation of ETC(Cost) at task level. While checking I get the general formula: ETC (Cost): Cost of Estimate to Complete ETC (Cost) = remaining labor cost (ETC * billing rate) + remaining non-labor cost But I am not…
Sreejith
  • 3
  • 3
0
votes
1 answer

SignPost Content Popup Cross Button Issue

I am using signpost logic in my code. on cross button of this signpost popup(given on top-right corner). i need to set a variable value to false. but this cross button is provided by clarity. so it is not in my control. So how can i set a variable…
0
votes
1 answer

How to reset error state of Clarity forms?

How can I reset the error state of the new Clarity 0.13 forms? I'm using reactive forms and I want to fully reset the form. While I can easily reset the FormGroup I don't know how I can get rid of e.g. the error state that is triggered when losing…
Felix Engelmann
  • 399
  • 5
  • 17
1 2 3
8 9