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
1
vote
1 answer

Clarity Datagrid - Trying to set a selection using cloned object does not work

When using datagrid with single selection mode, after data grid is rendered - if we try to set the value for current selection by updating the variable that is bound to [(clrDgSingleSelected)], the corresponding radio button does not get "checked"…
Wand Maker
  • 18,476
  • 8
  • 53
  • 87
1
vote
1 answer

Implement Angular CDK Virtual Scroll for Clarity datagrid rows

I want to implement the datarid with the ability to have virtual scrolling. Can we use Angular CDK package for implementing virtual scrolling for Clarity datagrid rows? I tried adding CDK Virtual Scroll on the datagrid as same code…
1
vote
2 answers

GELScript - Email to multiple recipients

How can I send a gel:email to multiple recipients? I have records with 3 email addresses in each and I want to send the same email to all 3. This is my current code:
doodlebob
  • 65
  • 7
1
vote
0 answers

How can I find a logic my clr-datagrid's height calculated?

I am using clr-datagrid. After datagrid is drawed, the height of datagrid is fixed and never changed. I think there is some logics to calculate the height according to the number of rows. I also use expandable rows, when I expand some rows, I…
jihye
  • 11
  • 1
1
vote
1 answer

How to mock directive on mock component

I'm unit testing a component which contains clarity tags with clarit directives. I have mocked out the clarity tags but they have directives clrDgItems which I can't mock with directive class.
shiva
  • 714
  • 10
  • 25
1
vote
1 answer

Can I generate html code as a string then set that string to be the value of a div in typescript using clarity framework (Angular 7)

I am trying to generate a html code as a string for a Clarity-data-grid using TS then set that string to be the value of a div but the clarity framework won't work unless I actually type the HTML code in the HTML…
RukaDo
  • 155
  • 1
  • 9
1
vote
0 answers

clarity datagrid and cdkVirtualFor

Some time ago if not mistaken Angular released nice feature called virtual scroll https://material.angular.io/cdk/scrolling/overview On our project we are using clarity, for displaying bit amount of data clr-datagrid is fine (used with pagination)…
DevyDev
  • 846
  • 3
  • 14
  • 37
1
vote
1 answer

Use internal Clarity services in own components

I'm experimenting with writing a custom form control wrapper component like e.g. Clarity's clr-input-container for an own form control I've already implemented. For the wrapper I wanted to use the utility services IfErrorService, NgControlService,…
Felix Engelmann
  • 399
  • 5
  • 17
1
vote
1 answer

Clarity datagrid nested component broken after upgrade to 1.0.2

Since there is no clarity tree table, Developed tree table control which looks like clarity Datagrid. I used Datagrid and tweaked around(created a custom component which wraps rows and nested rows) after a couple of CSS override it was…
V_R
  • 96
  • 9
1
vote
0 answers

Error on auto expanding rows in clarity datagrid

ERROR DOMException: Failed to execute 'animate' on 'Element': Partial keyframes are not supported. at DatagridRowExpandAnimation.push../node_modules/@clr/angular/esm5/clr-angular.js.DatagridRowExpandAnimation.run
V_R
  • 96
  • 9
1
vote
1 answer

Chart doesn't draw inside expandable row of clarity datagrid

This seems more of Clarity (vmware) question than angular, but I believe, we can solve this somehow Angular way as well or may be I am missing some important Angular lifecycle which can solve this. I am using "expandable rows" from clarity datagrid:…
undefined
  • 3,464
  • 11
  • 48
  • 90
1
vote
1 answer

CrlTab in vmwClarity with Angular2

I have a list with months in Angular2 -> vmwCLARITY. My problem is that I want for default the first month Active, but I get or the last month selected -> CODE HTML --->>>> Here I get 1 object with booleans, then I use a function for active my…
EduBw
  • 866
  • 5
  • 20
  • 40
1
vote
2 answers

Clarity Wizard - Add a css-selector to a custom wizard button

I have a wizard with the following custom wizard buttons: Cancel Previous
ChrisK
  • 99
  • 9
1
vote
0 answers

In My CA PPM css is not working i don't know what is the problem exactly?

I am using CA PPM web software and i am adding external css into my html page but that css are not loaded or working or you can say not applying. there is warning in console like Resource interpreted as Stylesheet but transferred with MIME type …
1
vote
2 answers

Dynamic Clarity App Level Alerts

I am using the vmware/clarity design system and I'm trying to implement dynamic app-level alerts using the dynamic component loading outlined in angular.io. I've followed this pattern before, but I can't seem to get this to work with the alerts…
1 2 3
8 9