@limetech/lime-elements 37.67.0 → 37.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-action-bar-item_2.cjs.entry.js +122 -0
- package/dist/cjs/limel-action-bar-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/{limel-action-bar_4.cjs.entry.js → limel-action-bar_2.cjs.entry.js} +2 -116
- package/dist/cjs/limel-action-bar_2.cjs.entry.js.map +1 -0
- package/dist/cjs/{limel-breadcrumbs_5.cjs.entry.js → limel-breadcrumbs_7.cjs.entry.js} +3344 -407
- package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js.map +1 -0
- package/dist/cjs/limel-callout.cjs.entry.js +1 -1
- package/dist/cjs/limel-card.cjs.entry.js +85 -0
- package/dist/cjs/limel-card.cjs.entry.js.map +1 -0
- package/dist/cjs/limel-chart.cjs.entry.js +216 -0
- package/dist/cjs/limel-chart.cjs.entry.js.map +1 -0
- package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
- package/dist/cjs/limel-dynamic-label_2.cjs.entry.js +91 -0
- package/dist/cjs/limel-dynamic-label_2.cjs.entry.js.map +1 -0
- package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
- package/dist/cjs/limel-file.cjs.entry.js +1 -1
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
- package/dist/cjs/limel-icon.cjs.entry.js +208 -0
- package/dist/cjs/limel-icon.cjs.entry.js.map +1 -0
- package/dist/cjs/limel-linear-progress.cjs.entry.js +1 -1
- package/dist/cjs/{limel-icon_2.cjs.entry.js → limel-portal.cjs.entry.js} +1 -201
- package/dist/cjs/limel-portal.cjs.entry.js.map +1 -0
- package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
- package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{translations-6c4447f4.js → translations-9ccca4b6.js} +9 -1
- package/dist/cjs/translations-9ccca4b6.js.map +1 -0
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/card/card.css +202 -0
- package/dist/collection/components/card/card.js +282 -0
- package/dist/collection/components/card/card.js.map +1 -0
- package/dist/collection/components/chart/chart.css +758 -0
- package/dist/collection/components/chart/chart.js +418 -0
- package/dist/collection/components/chart/chart.js.map +1 -0
- package/dist/collection/components/chart/chart.types.js +2 -0
- package/dist/collection/components/chart/chart.types.js.map +1 -0
- package/dist/collection/style/mixins.scss +16 -0
- package/dist/collection/translations/da.js +1 -0
- package/dist/collection/translations/da.js.map +1 -1
- package/dist/collection/translations/de.js +1 -0
- package/dist/collection/translations/de.js.map +1 -1
- package/dist/collection/translations/en.js +1 -0
- package/dist/collection/translations/en.js.map +1 -1
- package/dist/collection/translations/fi.js +1 -0
- package/dist/collection/translations/fi.js.map +1 -1
- package/dist/collection/translations/fr.js +1 -0
- package/dist/collection/translations/fr.js.map +1 -1
- package/dist/collection/translations/nl.js +1 -0
- package/dist/collection/translations/nl.js.map +1 -1
- package/dist/collection/translations/no.js +1 -0
- package/dist/collection/translations/no.js.map +1 -1
- package/dist/collection/translations/sv.js +1 -0
- package/dist/collection/translations/sv.js.map +1 -1
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-action-bar-item_2.entry.js +117 -0
- package/dist/esm/limel-action-bar-item_2.entry.js.map +1 -0
- package/dist/esm/{limel-action-bar_4.entry.js → limel-action-bar_2.entry.js} +3 -115
- package/dist/esm/limel-action-bar_2.entry.js.map +1 -0
- package/dist/esm/{limel-breadcrumbs_5.entry.js → limel-breadcrumbs_7.entry.js} +3333 -398
- package/dist/esm/limel-breadcrumbs_7.entry.js.map +1 -0
- package/dist/esm/limel-callout.entry.js +1 -1
- package/dist/esm/limel-card.entry.js +81 -0
- package/dist/esm/limel-card.entry.js.map +1 -0
- package/dist/esm/limel-chart.entry.js +212 -0
- package/dist/esm/limel-chart.entry.js.map +1 -0
- package/dist/esm/limel-chip_2.entry.js +1 -1
- package/dist/esm/limel-dynamic-label_2.entry.js +86 -0
- package/dist/esm/limel-dynamic-label_2.entry.js.map +1 -0
- package/dist/esm/limel-file-viewer.entry.js +1 -1
- package/dist/esm/limel-file.entry.js +1 -1
- package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
- package/dist/esm/limel-icon.entry.js +204 -0
- package/dist/esm/limel-icon.entry.js.map +1 -0
- package/dist/esm/limel-linear-progress.entry.js +1 -1
- package/dist/esm/{limel-icon_2.entry.js → limel-portal.entry.js} +2 -201
- package/dist/esm/limel-portal.entry.js.map +1 -0
- package/dist/esm/limel-prosemirror-adapter.entry.js +1 -1
- package/dist/esm/limel-snackbar.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{translations-26583a3b.js → translations-453e0db7.js} +9 -1
- package/dist/esm/translations-453e0db7.js.map +1 -0
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js.map +1 -1
- package/dist/lime-elements/{p-5d12d8d2.entry.js → p-0ee1d461.entry.js} +2 -2
- package/dist/lime-elements/p-18b068c9.entry.js +2 -0
- package/dist/lime-elements/p-18b068c9.entry.js.map +1 -0
- package/dist/lime-elements/{p-195df464.entry.js → p-1e99b371.entry.js} +2 -2
- package/dist/lime-elements/{p-4fd0ac1e.entry.js → p-2cbfe8f9.entry.js} +2 -2
- package/dist/lime-elements/{p-adfa2c05.entry.js → p-3fcb2b67.entry.js} +2 -2
- package/dist/lime-elements/{p-1a0aaf41.entry.js → p-488decb0.entry.js} +2 -2
- package/dist/lime-elements/p-5d08ef7d.entry.js +2 -0
- package/dist/lime-elements/p-5d08ef7d.entry.js.map +1 -0
- package/dist/lime-elements/p-7f9e0f52.entry.js +2 -0
- package/dist/lime-elements/p-7f9e0f52.entry.js.map +1 -0
- package/dist/lime-elements/p-8915fa60.js +2 -0
- package/dist/lime-elements/p-8915fa60.js.map +1 -0
- package/dist/lime-elements/p-97ae94e0.entry.js +266 -0
- package/dist/lime-elements/p-97ae94e0.entry.js.map +1 -0
- package/dist/lime-elements/{p-fbaa1b19.entry.js → p-9d2f6454.entry.js} +2 -2
- package/dist/lime-elements/p-9f8aa8e7.entry.js +2 -0
- package/dist/lime-elements/p-9f8aa8e7.entry.js.map +1 -0
- package/dist/lime-elements/{p-03eea223.entry.js → p-a451cece.entry.js} +2 -2
- package/dist/lime-elements/p-a8e24972.entry.js +2 -0
- package/dist/lime-elements/p-a8e24972.entry.js.map +1 -0
- package/dist/lime-elements/p-d696f6b8.entry.js +2 -0
- package/dist/lime-elements/p-d696f6b8.entry.js.map +1 -0
- package/dist/lime-elements/p-d93f1964.entry.js +2 -0
- package/dist/lime-elements/p-d93f1964.entry.js.map +1 -0
- package/dist/lime-elements/{p-0f484317.entry.js → p-dd031410.entry.js} +2 -2
- package/dist/lime-elements/style/mixins.scss +16 -0
- package/dist/scss/mixins.scss +16 -0
- package/dist/types/components/card/card.d.ts +75 -0
- package/dist/types/components/chart/chart.d.ts +94 -0
- package/dist/types/components/chart/chart.types.d.ts +25 -0
- package/dist/types/components.d.ts +346 -4
- package/dist/types/translations/da.d.ts +1 -0
- package/dist/types/translations/de.d.ts +1 -0
- package/dist/types/translations/en.d.ts +1 -0
- package/dist/types/translations/fi.d.ts +1 -0
- package/dist/types/translations/fr.d.ts +1 -0
- package/dist/types/translations/nl.d.ts +1 -0
- package/dist/types/translations/no.d.ts +1 -0
- package/dist/types/translations/sv.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/component-864afce0.js +0 -2447
- package/dist/cjs/component-864afce0.js.map +0 -1
- package/dist/cjs/limel-action-bar_4.cjs.entry.js.map +0 -1
- package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js.map +0 -1
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +0 -600
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js.map +0 -1
- package/dist/cjs/limel-icon_2.cjs.entry.js.map +0 -1
- package/dist/cjs/translations-6c4447f4.js.map +0 -1
- package/dist/esm/component-5e233629.js +0 -2439
- package/dist/esm/component-5e233629.js.map +0 -1
- package/dist/esm/limel-action-bar_4.entry.js.map +0 -1
- package/dist/esm/limel-breadcrumbs_5.entry.js.map +0 -1
- package/dist/esm/limel-dynamic-label_4.entry.js +0 -593
- package/dist/esm/limel-dynamic-label_4.entry.js.map +0 -1
- package/dist/esm/limel-icon_2.entry.js.map +0 -1
- package/dist/esm/translations-26583a3b.js.map +0 -1
- package/dist/lime-elements/p-61047574.entry.js +0 -2
- package/dist/lime-elements/p-61047574.entry.js.map +0 -1
- package/dist/lime-elements/p-b9b0853b.entry.js +0 -68
- package/dist/lime-elements/p-b9b0853b.entry.js.map +0 -1
- package/dist/lime-elements/p-bd261424.entry.js +0 -2
- package/dist/lime-elements/p-bd261424.entry.js.map +0 -1
- package/dist/lime-elements/p-d528606a.js +0 -200
- package/dist/lime-elements/p-d528606a.js.map +0 -1
- package/dist/lime-elements/p-e78fcffb.entry.js +0 -2
- package/dist/lime-elements/p-e78fcffb.entry.js.map +0 -1
- package/dist/lime-elements/p-fe15bcbb.js +0 -2
- package/dist/lime-elements/p-fe15bcbb.js.map +0 -1
- /package/dist/lime-elements/{p-5d12d8d2.entry.js.map → p-0ee1d461.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-195df464.entry.js.map → p-1e99b371.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-4fd0ac1e.entry.js.map → p-2cbfe8f9.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-adfa2c05.entry.js.map → p-3fcb2b67.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-1a0aaf41.entry.js.map → p-488decb0.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-fbaa1b19.entry.js.map → p-9d2f6454.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-03eea223.entry.js.map → p-a451cece.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-0f484317.entry.js.map → p-dd031410.entry.js.map} +0 -0
|
@@ -12,9 +12,11 @@ import { BreadcrumbsItem } from "./components/breadcrumbs/breadcrumbs.types";
|
|
|
12
12
|
import { Button } from "./components/button/button.types";
|
|
13
13
|
import { CalloutType } from "./components/callout/callout.types";
|
|
14
14
|
import { DateType, Languages } from "./components/date-picker/date.types";
|
|
15
|
-
import { Label, LabelValue } from "./components/dynamic-label/label.types";
|
|
16
|
-
import { Icon } from "./global/shared-types/icon.types";
|
|
17
15
|
import { Image } from "./global/shared-types/image.types";
|
|
16
|
+
import { Icon } from "./global/shared-types/icon.types";
|
|
17
|
+
import { ListSeparator as ListSeparator1 } from "./global/shared-types/separator.types";
|
|
18
|
+
import { ChartItem } from "./components/chart/chart.types";
|
|
19
|
+
import { Label, LabelValue } from "./components/dynamic-label/label.types";
|
|
18
20
|
import { Link } from "./global/shared-types/link.types";
|
|
19
21
|
import { Chip, ChipType } from "./components/chip-set/chip.types";
|
|
20
22
|
import { MenuItem as MenuItem1 } from "./components";
|
|
@@ -53,9 +55,11 @@ export { BreadcrumbsItem } from "./components/breadcrumbs/breadcrumbs.types";
|
|
|
53
55
|
export { Button } from "./components/button/button.types";
|
|
54
56
|
export { CalloutType } from "./components/callout/callout.types";
|
|
55
57
|
export { DateType, Languages } from "./components/date-picker/date.types";
|
|
56
|
-
export { Label, LabelValue } from "./components/dynamic-label/label.types";
|
|
57
|
-
export { Icon } from "./global/shared-types/icon.types";
|
|
58
58
|
export { Image } from "./global/shared-types/image.types";
|
|
59
|
+
export { Icon } from "./global/shared-types/icon.types";
|
|
60
|
+
export { ListSeparator as ListSeparator1 } from "./global/shared-types/separator.types";
|
|
61
|
+
export { ChartItem } from "./components/chart/chart.types";
|
|
62
|
+
export { Label, LabelValue } from "./components/dynamic-label/label.types";
|
|
59
63
|
export { Link } from "./global/shared-types/link.types";
|
|
60
64
|
export { Chip, ChipType } from "./components/chip-set/chip.types";
|
|
61
65
|
export { MenuItem as MenuItem1 } from "./components";
|
|
@@ -349,6 +353,124 @@ export namespace Components {
|
|
|
349
353
|
*/
|
|
350
354
|
"type"?: CalloutType;
|
|
351
355
|
}
|
|
356
|
+
/**
|
|
357
|
+
* Card is a component that displays content about a single topic,
|
|
358
|
+
* in a structured way. It can contain a header, and some supporting media such
|
|
359
|
+
* as an image or an icon, a body of text, or optional actions.
|
|
360
|
+
* @exampleComponent limel-example-card-basic
|
|
361
|
+
* @exampleComponent limel-example-card-image
|
|
362
|
+
* @exampleComponent limel-example-card-actions
|
|
363
|
+
* @exampleComponent limel-example-card-clickable
|
|
364
|
+
* @exampleComponent limel-example-card-orientation
|
|
365
|
+
* @exampleComponent limel-example-card-slot
|
|
366
|
+
* @exampleComponent limel-example-card-styling
|
|
367
|
+
* @beta
|
|
368
|
+
*/
|
|
369
|
+
interface LimelCard {
|
|
370
|
+
/**
|
|
371
|
+
* Actions to display in the card, to provide the user with options to interact with the content.
|
|
372
|
+
*/
|
|
373
|
+
"actions"?: Array<ActionBarItem | ListSeparator1>;
|
|
374
|
+
/**
|
|
375
|
+
* When true, improve the accessibility of the component and hints the user that the card can be interacted width.
|
|
376
|
+
*/
|
|
377
|
+
"clickable": boolean;
|
|
378
|
+
/**
|
|
379
|
+
* Heading of the card, to provide a short title about the context.
|
|
380
|
+
*/
|
|
381
|
+
"heading"?: string;
|
|
382
|
+
/**
|
|
383
|
+
* An icon, to display along with the heading and subheading.
|
|
384
|
+
*/
|
|
385
|
+
"icon"?: string | Icon;
|
|
386
|
+
/**
|
|
387
|
+
* A hero image to display in the card, to enrich the content with visual information.
|
|
388
|
+
*/
|
|
389
|
+
"image"?: Image;
|
|
390
|
+
/**
|
|
391
|
+
* The orientation of the card, specially useful when the card has an image.
|
|
392
|
+
*/
|
|
393
|
+
"orientation": 'landscape' | 'portrait';
|
|
394
|
+
/**
|
|
395
|
+
* Subheading of the card to provide a short description of the context.
|
|
396
|
+
*/
|
|
397
|
+
"subheading"?: string;
|
|
398
|
+
/**
|
|
399
|
+
* The content of the card. Supports markdown, to provide a rich text experience.
|
|
400
|
+
*/
|
|
401
|
+
"value"?: string;
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* A chart is a graphical representation of data, in which
|
|
405
|
+
* visual symbols such as such bars, dots, lines, or slices, represent
|
|
406
|
+
* each data point, in comparison to others.
|
|
407
|
+
* @exampleComponent limel-example-chart-stacked-bar
|
|
408
|
+
* @exampleComponent limel-example-chart-orientation
|
|
409
|
+
* @exampleComponent limel-example-chart-max-value
|
|
410
|
+
* @exampleComponent limel-example-chart-type-bar
|
|
411
|
+
* @exampleComponent limel-example-chart-type-dot
|
|
412
|
+
* @exampleComponent limel-example-chart-type-area
|
|
413
|
+
* @exampleComponent limel-example-chart-type-line
|
|
414
|
+
* @exampleComponent limel-example-chart-type-pie
|
|
415
|
+
* @exampleComponent limel-example-chart-type-doughnut
|
|
416
|
+
* @exampleComponent limel-example-chart-type-ring
|
|
417
|
+
* @exampleComponent limel-example-chart-type-gantt
|
|
418
|
+
* @exampleComponent limel-example-chart-type-nps
|
|
419
|
+
* @exampleComponent limel-example-chart-multi-axis
|
|
420
|
+
* @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
|
|
421
|
+
* @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
|
|
422
|
+
* @exampleComponent limel-example-chart-axis-increment
|
|
423
|
+
* @exampleComponent limel-example-chart-accessibility
|
|
424
|
+
* @exampleComponent limel-example-chart-styling
|
|
425
|
+
* @exampleComponent limel-example-chart-creative-styling
|
|
426
|
+
* @beta
|
|
427
|
+
*/
|
|
428
|
+
interface LimelChart {
|
|
429
|
+
/**
|
|
430
|
+
* Helps users of assistive technologies to understand what the items in the chart represent.
|
|
431
|
+
*/
|
|
432
|
+
"accessibleItemsLabel"?: string;
|
|
433
|
+
/**
|
|
434
|
+
* Helps users of assistive technologies to understand the context of the chart, and what is being displayed.
|
|
435
|
+
*/
|
|
436
|
+
"accessibleLabel"?: string;
|
|
437
|
+
/**
|
|
438
|
+
* Specifies the increment for the axis lines.
|
|
439
|
+
*/
|
|
440
|
+
"axisIncrement"?: number;
|
|
441
|
+
/**
|
|
442
|
+
* List of items in the chart, each representing a data point.
|
|
443
|
+
*/
|
|
444
|
+
"items": ChartItem[];
|
|
445
|
+
/**
|
|
446
|
+
* Defines the language for translations. Will translate the translatable strings on the components.
|
|
447
|
+
*/
|
|
448
|
+
"language": Languages;
|
|
449
|
+
/**
|
|
450
|
+
* Indicates whether the chart is in a loading state.
|
|
451
|
+
*/
|
|
452
|
+
"loading": boolean;
|
|
453
|
+
/**
|
|
454
|
+
* Specifies the range that items' values could be in. This is used in calculation of the size of the items in the chart. When not provided, the sum of all values in the items will be considered as the range.
|
|
455
|
+
*/
|
|
456
|
+
"maxValue"?: number;
|
|
457
|
+
/**
|
|
458
|
+
* Defines whether the chart is intended to be displayed wide or tall. Does not have any effect on chart types which generate circular forms.
|
|
459
|
+
*/
|
|
460
|
+
"orientation"?: 'landscape' | 'portrait';
|
|
461
|
+
/**
|
|
462
|
+
* Defines how items are visualized in the chart.
|
|
463
|
+
*/
|
|
464
|
+
"type"?: | 'area'
|
|
465
|
+
| 'bar'
|
|
466
|
+
| 'doughnut'
|
|
467
|
+
| 'line'
|
|
468
|
+
| 'nps'
|
|
469
|
+
| 'pie'
|
|
470
|
+
| 'ring'
|
|
471
|
+
| 'dot'
|
|
472
|
+
| 'stacked-bar';
|
|
473
|
+
}
|
|
352
474
|
/**
|
|
353
475
|
* The Checkbox component is a classic and essential element in UI design that allows
|
|
354
476
|
* users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
|
|
@@ -2763,6 +2885,10 @@ export interface LimelButtonGroupCustomEvent<T> extends CustomEvent<T> {
|
|
|
2763
2885
|
detail: T;
|
|
2764
2886
|
target: HTMLLimelButtonGroupElement;
|
|
2765
2887
|
}
|
|
2888
|
+
export interface LimelCardCustomEvent<T> extends CustomEvent<T> {
|
|
2889
|
+
detail: T;
|
|
2890
|
+
target: HTMLLimelCardElement;
|
|
2891
|
+
}
|
|
2766
2892
|
export interface LimelCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
2767
2893
|
detail: T;
|
|
2768
2894
|
target: HTMLLimelCheckboxElement;
|
|
@@ -3093,6 +3219,56 @@ declare global {
|
|
|
3093
3219
|
prototype: HTMLLimelCalloutElement;
|
|
3094
3220
|
new (): HTMLLimelCalloutElement;
|
|
3095
3221
|
};
|
|
3222
|
+
/**
|
|
3223
|
+
* Card is a component that displays content about a single topic,
|
|
3224
|
+
* in a structured way. It can contain a header, and some supporting media such
|
|
3225
|
+
* as an image or an icon, a body of text, or optional actions.
|
|
3226
|
+
* @exampleComponent limel-example-card-basic
|
|
3227
|
+
* @exampleComponent limel-example-card-image
|
|
3228
|
+
* @exampleComponent limel-example-card-actions
|
|
3229
|
+
* @exampleComponent limel-example-card-clickable
|
|
3230
|
+
* @exampleComponent limel-example-card-orientation
|
|
3231
|
+
* @exampleComponent limel-example-card-slot
|
|
3232
|
+
* @exampleComponent limel-example-card-styling
|
|
3233
|
+
* @beta
|
|
3234
|
+
*/
|
|
3235
|
+
interface HTMLLimelCardElement extends Components.LimelCard, HTMLStencilElement {
|
|
3236
|
+
}
|
|
3237
|
+
var HTMLLimelCardElement: {
|
|
3238
|
+
prototype: HTMLLimelCardElement;
|
|
3239
|
+
new (): HTMLLimelCardElement;
|
|
3240
|
+
};
|
|
3241
|
+
/**
|
|
3242
|
+
* A chart is a graphical representation of data, in which
|
|
3243
|
+
* visual symbols such as such bars, dots, lines, or slices, represent
|
|
3244
|
+
* each data point, in comparison to others.
|
|
3245
|
+
* @exampleComponent limel-example-chart-stacked-bar
|
|
3246
|
+
* @exampleComponent limel-example-chart-orientation
|
|
3247
|
+
* @exampleComponent limel-example-chart-max-value
|
|
3248
|
+
* @exampleComponent limel-example-chart-type-bar
|
|
3249
|
+
* @exampleComponent limel-example-chart-type-dot
|
|
3250
|
+
* @exampleComponent limel-example-chart-type-area
|
|
3251
|
+
* @exampleComponent limel-example-chart-type-line
|
|
3252
|
+
* @exampleComponent limel-example-chart-type-pie
|
|
3253
|
+
* @exampleComponent limel-example-chart-type-doughnut
|
|
3254
|
+
* @exampleComponent limel-example-chart-type-ring
|
|
3255
|
+
* @exampleComponent limel-example-chart-type-gantt
|
|
3256
|
+
* @exampleComponent limel-example-chart-type-nps
|
|
3257
|
+
* @exampleComponent limel-example-chart-multi-axis
|
|
3258
|
+
* @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
|
|
3259
|
+
* @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
|
|
3260
|
+
* @exampleComponent limel-example-chart-axis-increment
|
|
3261
|
+
* @exampleComponent limel-example-chart-accessibility
|
|
3262
|
+
* @exampleComponent limel-example-chart-styling
|
|
3263
|
+
* @exampleComponent limel-example-chart-creative-styling
|
|
3264
|
+
* @beta
|
|
3265
|
+
*/
|
|
3266
|
+
interface HTMLLimelChartElement extends Components.LimelChart, HTMLStencilElement {
|
|
3267
|
+
}
|
|
3268
|
+
var HTMLLimelChartElement: {
|
|
3269
|
+
prototype: HTMLLimelChartElement;
|
|
3270
|
+
new (): HTMLLimelChartElement;
|
|
3271
|
+
};
|
|
3096
3272
|
/**
|
|
3097
3273
|
* The Checkbox component is a classic and essential element in UI design that allows
|
|
3098
3274
|
* users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
|
|
@@ -4289,6 +4465,8 @@ declare global {
|
|
|
4289
4465
|
"limel-button": HTMLLimelButtonElement;
|
|
4290
4466
|
"limel-button-group": HTMLLimelButtonGroupElement;
|
|
4291
4467
|
"limel-callout": HTMLLimelCalloutElement;
|
|
4468
|
+
"limel-card": HTMLLimelCardElement;
|
|
4469
|
+
"limel-chart": HTMLLimelChartElement;
|
|
4292
4470
|
"limel-checkbox": HTMLLimelCheckboxElement;
|
|
4293
4471
|
"limel-chip": HTMLLimelChipElement;
|
|
4294
4472
|
"limel-chip-set": HTMLLimelChipSetElement;
|
|
@@ -4625,6 +4803,128 @@ declare namespace LocalJSX {
|
|
|
4625
4803
|
*/
|
|
4626
4804
|
"type"?: CalloutType;
|
|
4627
4805
|
}
|
|
4806
|
+
/**
|
|
4807
|
+
* Card is a component that displays content about a single topic,
|
|
4808
|
+
* in a structured way. It can contain a header, and some supporting media such
|
|
4809
|
+
* as an image or an icon, a body of text, or optional actions.
|
|
4810
|
+
* @exampleComponent limel-example-card-basic
|
|
4811
|
+
* @exampleComponent limel-example-card-image
|
|
4812
|
+
* @exampleComponent limel-example-card-actions
|
|
4813
|
+
* @exampleComponent limel-example-card-clickable
|
|
4814
|
+
* @exampleComponent limel-example-card-orientation
|
|
4815
|
+
* @exampleComponent limel-example-card-slot
|
|
4816
|
+
* @exampleComponent limel-example-card-styling
|
|
4817
|
+
* @beta
|
|
4818
|
+
*/
|
|
4819
|
+
interface LimelCard {
|
|
4820
|
+
/**
|
|
4821
|
+
* Actions to display in the card, to provide the user with options to interact with the content.
|
|
4822
|
+
*/
|
|
4823
|
+
"actions"?: Array<ActionBarItem | ListSeparator1>;
|
|
4824
|
+
/**
|
|
4825
|
+
* When true, improve the accessibility of the component and hints the user that the card can be interacted width.
|
|
4826
|
+
*/
|
|
4827
|
+
"clickable"?: boolean;
|
|
4828
|
+
/**
|
|
4829
|
+
* Heading of the card, to provide a short title about the context.
|
|
4830
|
+
*/
|
|
4831
|
+
"heading"?: string;
|
|
4832
|
+
/**
|
|
4833
|
+
* An icon, to display along with the heading and subheading.
|
|
4834
|
+
*/
|
|
4835
|
+
"icon"?: string | Icon;
|
|
4836
|
+
/**
|
|
4837
|
+
* A hero image to display in the card, to enrich the content with visual information.
|
|
4838
|
+
*/
|
|
4839
|
+
"image"?: Image;
|
|
4840
|
+
/**
|
|
4841
|
+
* Fired when a action bar item has been clicked.
|
|
4842
|
+
*/
|
|
4843
|
+
"onActionSelected"?: (event: LimelCardCustomEvent<ActionBarItem>) => void;
|
|
4844
|
+
/**
|
|
4845
|
+
* The orientation of the card, specially useful when the card has an image.
|
|
4846
|
+
*/
|
|
4847
|
+
"orientation"?: 'landscape' | 'portrait';
|
|
4848
|
+
/**
|
|
4849
|
+
* Subheading of the card to provide a short description of the context.
|
|
4850
|
+
*/
|
|
4851
|
+
"subheading"?: string;
|
|
4852
|
+
/**
|
|
4853
|
+
* The content of the card. Supports markdown, to provide a rich text experience.
|
|
4854
|
+
*/
|
|
4855
|
+
"value"?: string;
|
|
4856
|
+
}
|
|
4857
|
+
/**
|
|
4858
|
+
* A chart is a graphical representation of data, in which
|
|
4859
|
+
* visual symbols such as such bars, dots, lines, or slices, represent
|
|
4860
|
+
* each data point, in comparison to others.
|
|
4861
|
+
* @exampleComponent limel-example-chart-stacked-bar
|
|
4862
|
+
* @exampleComponent limel-example-chart-orientation
|
|
4863
|
+
* @exampleComponent limel-example-chart-max-value
|
|
4864
|
+
* @exampleComponent limel-example-chart-type-bar
|
|
4865
|
+
* @exampleComponent limel-example-chart-type-dot
|
|
4866
|
+
* @exampleComponent limel-example-chart-type-area
|
|
4867
|
+
* @exampleComponent limel-example-chart-type-line
|
|
4868
|
+
* @exampleComponent limel-example-chart-type-pie
|
|
4869
|
+
* @exampleComponent limel-example-chart-type-doughnut
|
|
4870
|
+
* @exampleComponent limel-example-chart-type-ring
|
|
4871
|
+
* @exampleComponent limel-example-chart-type-gantt
|
|
4872
|
+
* @exampleComponent limel-example-chart-type-nps
|
|
4873
|
+
* @exampleComponent limel-example-chart-multi-axis
|
|
4874
|
+
* @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
|
|
4875
|
+
* @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
|
|
4876
|
+
* @exampleComponent limel-example-chart-axis-increment
|
|
4877
|
+
* @exampleComponent limel-example-chart-accessibility
|
|
4878
|
+
* @exampleComponent limel-example-chart-styling
|
|
4879
|
+
* @exampleComponent limel-example-chart-creative-styling
|
|
4880
|
+
* @beta
|
|
4881
|
+
*/
|
|
4882
|
+
interface LimelChart {
|
|
4883
|
+
/**
|
|
4884
|
+
* Helps users of assistive technologies to understand what the items in the chart represent.
|
|
4885
|
+
*/
|
|
4886
|
+
"accessibleItemsLabel"?: string;
|
|
4887
|
+
/**
|
|
4888
|
+
* Helps users of assistive technologies to understand the context of the chart, and what is being displayed.
|
|
4889
|
+
*/
|
|
4890
|
+
"accessibleLabel"?: string;
|
|
4891
|
+
/**
|
|
4892
|
+
* Specifies the increment for the axis lines.
|
|
4893
|
+
*/
|
|
4894
|
+
"axisIncrement"?: number;
|
|
4895
|
+
/**
|
|
4896
|
+
* List of items in the chart, each representing a data point.
|
|
4897
|
+
*/
|
|
4898
|
+
"items": ChartItem[];
|
|
4899
|
+
/**
|
|
4900
|
+
* Defines the language for translations. Will translate the translatable strings on the components.
|
|
4901
|
+
*/
|
|
4902
|
+
"language"?: Languages;
|
|
4903
|
+
/**
|
|
4904
|
+
* Indicates whether the chart is in a loading state.
|
|
4905
|
+
*/
|
|
4906
|
+
"loading"?: boolean;
|
|
4907
|
+
/**
|
|
4908
|
+
* Specifies the range that items' values could be in. This is used in calculation of the size of the items in the chart. When not provided, the sum of all values in the items will be considered as the range.
|
|
4909
|
+
*/
|
|
4910
|
+
"maxValue"?: number;
|
|
4911
|
+
/**
|
|
4912
|
+
* Defines whether the chart is intended to be displayed wide or tall. Does not have any effect on chart types which generate circular forms.
|
|
4913
|
+
*/
|
|
4914
|
+
"orientation"?: 'landscape' | 'portrait';
|
|
4915
|
+
/**
|
|
4916
|
+
* Defines how items are visualized in the chart.
|
|
4917
|
+
*/
|
|
4918
|
+
"type"?: | 'area'
|
|
4919
|
+
| 'bar'
|
|
4920
|
+
| 'doughnut'
|
|
4921
|
+
| 'line'
|
|
4922
|
+
| 'nps'
|
|
4923
|
+
| 'pie'
|
|
4924
|
+
| 'ring'
|
|
4925
|
+
| 'dot'
|
|
4926
|
+
| 'stacked-bar';
|
|
4927
|
+
}
|
|
4628
4928
|
/**
|
|
4629
4929
|
* The Checkbox component is a classic and essential element in UI design that allows
|
|
4630
4930
|
* users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
|
|
@@ -7290,6 +7590,8 @@ declare namespace LocalJSX {
|
|
|
7290
7590
|
"limel-button": LimelButton;
|
|
7291
7591
|
"limel-button-group": LimelButtonGroup;
|
|
7292
7592
|
"limel-callout": LimelCallout;
|
|
7593
|
+
"limel-card": LimelCard;
|
|
7594
|
+
"limel-chart": LimelChart;
|
|
7293
7595
|
"limel-checkbox": LimelCheckbox;
|
|
7294
7596
|
"limel-chip": LimelChip;
|
|
7295
7597
|
"limel-chip-set": LimelChipSet;
|
|
@@ -7489,6 +7791,46 @@ declare module "@stencil/core" {
|
|
|
7489
7791
|
* @exampleComponent limel-example-callout-composite
|
|
7490
7792
|
*/
|
|
7491
7793
|
"limel-callout": LocalJSX.LimelCallout & JSXBase.HTMLAttributes<HTMLLimelCalloutElement>;
|
|
7794
|
+
/**
|
|
7795
|
+
* Card is a component that displays content about a single topic,
|
|
7796
|
+
* in a structured way. It can contain a header, and some supporting media such
|
|
7797
|
+
* as an image or an icon, a body of text, or optional actions.
|
|
7798
|
+
* @exampleComponent limel-example-card-basic
|
|
7799
|
+
* @exampleComponent limel-example-card-image
|
|
7800
|
+
* @exampleComponent limel-example-card-actions
|
|
7801
|
+
* @exampleComponent limel-example-card-clickable
|
|
7802
|
+
* @exampleComponent limel-example-card-orientation
|
|
7803
|
+
* @exampleComponent limel-example-card-slot
|
|
7804
|
+
* @exampleComponent limel-example-card-styling
|
|
7805
|
+
* @beta
|
|
7806
|
+
*/
|
|
7807
|
+
"limel-card": LocalJSX.LimelCard & JSXBase.HTMLAttributes<HTMLLimelCardElement>;
|
|
7808
|
+
/**
|
|
7809
|
+
* A chart is a graphical representation of data, in which
|
|
7810
|
+
* visual symbols such as such bars, dots, lines, or slices, represent
|
|
7811
|
+
* each data point, in comparison to others.
|
|
7812
|
+
* @exampleComponent limel-example-chart-stacked-bar
|
|
7813
|
+
* @exampleComponent limel-example-chart-orientation
|
|
7814
|
+
* @exampleComponent limel-example-chart-max-value
|
|
7815
|
+
* @exampleComponent limel-example-chart-type-bar
|
|
7816
|
+
* @exampleComponent limel-example-chart-type-dot
|
|
7817
|
+
* @exampleComponent limel-example-chart-type-area
|
|
7818
|
+
* @exampleComponent limel-example-chart-type-line
|
|
7819
|
+
* @exampleComponent limel-example-chart-type-pie
|
|
7820
|
+
* @exampleComponent limel-example-chart-type-doughnut
|
|
7821
|
+
* @exampleComponent limel-example-chart-type-ring
|
|
7822
|
+
* @exampleComponent limel-example-chart-type-gantt
|
|
7823
|
+
* @exampleComponent limel-example-chart-type-nps
|
|
7824
|
+
* @exampleComponent limel-example-chart-multi-axis
|
|
7825
|
+
* @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
|
|
7826
|
+
* @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
|
|
7827
|
+
* @exampleComponent limel-example-chart-axis-increment
|
|
7828
|
+
* @exampleComponent limel-example-chart-accessibility
|
|
7829
|
+
* @exampleComponent limel-example-chart-styling
|
|
7830
|
+
* @exampleComponent limel-example-chart-creative-styling
|
|
7831
|
+
* @beta
|
|
7832
|
+
*/
|
|
7833
|
+
"limel-chart": LocalJSX.LimelChart & JSXBase.HTMLAttributes<HTMLLimelChartElement>;
|
|
7492
7834
|
/**
|
|
7493
7835
|
* The Checkbox component is a classic and essential element in UI design that allows
|
|
7494
7836
|
* users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
|