@vonage/vivid 3.0.0-next.120 → 3.0.0-next.121
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/custom-elements.json +119 -438
- package/header/index.js +7 -7
- package/index.js +39 -39
- package/lib/accordion/definition.d.ts +0 -2
- package/lib/accordion-item/definition.d.ts +0 -2
- package/lib/action-group/definition.d.ts +0 -2
- package/lib/avatar/definition.d.ts +0 -2
- package/lib/badge/definition.d.ts +1 -1
- package/lib/banner/definition.d.ts +0 -2
- package/lib/breadcrumb/definition.d.ts +0 -2
- package/lib/breadcrumb-item/definition.d.ts +0 -2
- package/lib/button/definition.d.ts +0 -2
- package/lib/calendar/definition.d.ts +0 -2
- package/lib/calendar-event/definition.d.ts +0 -2
- package/lib/card/definition.d.ts +0 -2
- package/lib/checkbox/definition.d.ts +0 -2
- package/lib/dialog/definition.d.ts +0 -2
- package/lib/divider/definition.d.ts +0 -2
- package/lib/elevation/definition.d.ts +0 -2
- package/lib/fab/definition.d.ts +1 -1
- package/lib/focus/definition.d.ts +1 -1
- package/lib/header/definition.d.ts +1 -1
- package/lib/icon/definition.d.ts +1 -1
- package/lib/layout/definition.d.ts +1 -1
- package/lib/listbox/definition.d.ts +1 -1
- package/lib/menu/definition.d.ts +6 -2
- package/lib/menu-item/definition.d.ts +1 -1
- package/lib/nav/definition.d.ts +1 -1
- package/lib/nav-disclosure/definition.d.ts +1 -1
- package/lib/nav-item/definition.d.ts +1 -1
- package/lib/note/definition.d.ts +1 -1
- package/lib/number-field/definition.d.ts +2 -1
- package/lib/option/definition.d.ts +1 -1
- package/lib/popup/definition.d.ts +1 -2
- package/lib/progress/definition.d.ts +1 -1
- package/lib/progress-ring/definition.d.ts +1 -1
- package/lib/radio/definition.d.ts +1 -1
- package/lib/radio-group/definition.d.ts +6 -2
- package/lib/side-drawer/definition.d.ts +1 -1
- package/lib/slider/definition.d.ts +1 -1
- package/lib/switch/definition.d.ts +1 -1
- package/lib/text-anchor/definition.d.ts +1 -1
- package/lib/text-area/definition.d.ts +1 -1
- package/lib/text-field/definition.d.ts +1 -1
- package/lib/tooltip/definition.d.ts +1 -1
- package/number-field/index.js +8 -8
- package/package.json +2 -2
- package/shared/definition.js +7 -7
- package/shared/definition10.js +6 -6
- package/shared/definition11.js +9 -9
- package/shared/definition12.js +7 -7
- package/shared/definition13.js +7 -7
- package/shared/definition14.js +9 -9
- package/shared/definition15.js +6 -6
- package/shared/definition16.js +9 -9
- package/shared/definition17.js +10 -10
- package/shared/definition18.js +7 -7
- package/shared/definition19.js +9 -9
- package/shared/definition2.js +9 -9
- package/shared/definition20.js +6 -6
- package/shared/definition21.js +9 -9
- package/shared/definition22.js +9 -9
- package/shared/definition23.js +8 -8
- package/shared/definition24.js +8 -8
- package/shared/definition25.js +9 -9
- package/shared/definition26.js +6 -6
- package/shared/definition27.js +9 -9
- package/shared/definition28.js +9 -9
- package/shared/definition29.js +8 -8
- package/shared/definition3.js +6 -6
- package/shared/definition30.js +7 -7
- package/shared/definition31.js +7 -7
- package/shared/definition32.js +8 -8
- package/shared/definition33.js +7 -7
- package/shared/definition34.js +7 -7
- package/shared/definition35.js +7 -7
- package/shared/definition36.js +9 -9
- package/shared/definition37.js +9 -9
- package/shared/definition38.js +9 -9
- package/shared/definition39.js +8 -8
- package/shared/definition4.js +7 -7
- package/shared/definition5.js +7 -7
- package/shared/definition6.js +8 -8
- package/shared/definition7.js +8 -8
- package/shared/definition8.js +9 -9
- package/shared/definition9.js +9 -9
- package/shared/design-system/index.d.ts +2 -1
- package/shared/form-elements.js +1 -1
- package/shared/index.js +2 -2
- package/shared/patterns/form-elements/form-elements.d.ts +2 -2
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/text-anchor/index.js +5 -5
- package/vivid.api.json +512 -1234
package/custom-elements.json
CHANGED
|
@@ -88,14 +88,6 @@
|
|
|
88
88
|
"kind": "javascript-module",
|
|
89
89
|
"path": "libs/components/src/lib/accordion/definition.ts",
|
|
90
90
|
"declarations": [
|
|
91
|
-
{
|
|
92
|
-
"kind": "variable",
|
|
93
|
-
"name": "accordionElements",
|
|
94
|
-
"type": {
|
|
95
|
-
"text": "array"
|
|
96
|
-
},
|
|
97
|
-
"default": "[accordion]"
|
|
98
|
-
},
|
|
99
91
|
{
|
|
100
92
|
"kind": "variable",
|
|
101
93
|
"name": "registerAccordion",
|
|
@@ -109,14 +101,6 @@
|
|
|
109
101
|
}
|
|
110
102
|
],
|
|
111
103
|
"exports": [
|
|
112
|
-
{
|
|
113
|
-
"kind": "js",
|
|
114
|
-
"name": "accordionElements",
|
|
115
|
-
"declaration": {
|
|
116
|
-
"name": "accordionElements",
|
|
117
|
-
"module": "libs/components/src/lib/accordion/definition.ts"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
104
|
{
|
|
121
105
|
"kind": "js",
|
|
122
106
|
"name": "registerAccordion",
|
|
@@ -263,14 +247,6 @@
|
|
|
263
247
|
"kind": "javascript-module",
|
|
264
248
|
"path": "libs/components/src/lib/accordion-item/definition.ts",
|
|
265
249
|
"declarations": [
|
|
266
|
-
{
|
|
267
|
-
"kind": "variable",
|
|
268
|
-
"name": "accordionItemElements",
|
|
269
|
-
"type": {
|
|
270
|
-
"text": "array"
|
|
271
|
-
},
|
|
272
|
-
"default": "[accordionItem, ...iconElements, ...focusElements]"
|
|
273
|
-
},
|
|
274
250
|
{
|
|
275
251
|
"kind": "variable",
|
|
276
252
|
"name": "registerAccordionItem",
|
|
@@ -284,14 +260,6 @@
|
|
|
284
260
|
}
|
|
285
261
|
],
|
|
286
262
|
"exports": [
|
|
287
|
-
{
|
|
288
|
-
"kind": "js",
|
|
289
|
-
"name": "accordionItemElements",
|
|
290
|
-
"declaration": {
|
|
291
|
-
"name": "accordionItemElements",
|
|
292
|
-
"module": "libs/components/src/lib/accordion-item/definition.ts"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
263
|
{
|
|
296
264
|
"kind": "js",
|
|
297
265
|
"name": "registerAccordionItem",
|
|
@@ -387,14 +355,6 @@
|
|
|
387
355
|
"kind": "javascript-module",
|
|
388
356
|
"path": "libs/components/src/lib/action-group/definition.ts",
|
|
389
357
|
"declarations": [
|
|
390
|
-
{
|
|
391
|
-
"kind": "variable",
|
|
392
|
-
"name": "actionGroupElements",
|
|
393
|
-
"type": {
|
|
394
|
-
"text": "array"
|
|
395
|
-
},
|
|
396
|
-
"default": "[actionGroup]"
|
|
397
|
-
},
|
|
398
358
|
{
|
|
399
359
|
"kind": "variable",
|
|
400
360
|
"name": "registerActionGroup",
|
|
@@ -408,14 +368,6 @@
|
|
|
408
368
|
}
|
|
409
369
|
],
|
|
410
370
|
"exports": [
|
|
411
|
-
{
|
|
412
|
-
"kind": "js",
|
|
413
|
-
"name": "actionGroupElements",
|
|
414
|
-
"declaration": {
|
|
415
|
-
"name": "actionGroupElements",
|
|
416
|
-
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
371
|
{
|
|
420
372
|
"kind": "js",
|
|
421
373
|
"name": "registerActionGroup",
|
|
@@ -561,14 +513,6 @@
|
|
|
561
513
|
"kind": "javascript-module",
|
|
562
514
|
"path": "libs/components/src/lib/avatar/definition.ts",
|
|
563
515
|
"declarations": [
|
|
564
|
-
{
|
|
565
|
-
"kind": "variable",
|
|
566
|
-
"name": "avatarElements",
|
|
567
|
-
"type": {
|
|
568
|
-
"text": "array"
|
|
569
|
-
},
|
|
570
|
-
"default": "[avatar, ...iconElements]"
|
|
571
|
-
},
|
|
572
516
|
{
|
|
573
517
|
"kind": "variable",
|
|
574
518
|
"name": "registerAvatar",
|
|
@@ -582,14 +526,6 @@
|
|
|
582
526
|
}
|
|
583
527
|
],
|
|
584
528
|
"exports": [
|
|
585
|
-
{
|
|
586
|
-
"kind": "js",
|
|
587
|
-
"name": "avatarElements",
|
|
588
|
-
"declaration": {
|
|
589
|
-
"name": "avatarElements",
|
|
590
|
-
"module": "libs/components/src/lib/avatar/definition.ts"
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
529
|
{
|
|
594
530
|
"kind": "js",
|
|
595
531
|
"name": "registerAvatar",
|
|
@@ -703,11 +639,8 @@
|
|
|
703
639
|
"declarations": [
|
|
704
640
|
{
|
|
705
641
|
"kind": "variable",
|
|
706
|
-
"name": "
|
|
707
|
-
"
|
|
708
|
-
"text": "array"
|
|
709
|
-
},
|
|
710
|
-
"default": "[badge, ...iconElements]"
|
|
642
|
+
"name": "badgeDefinition",
|
|
643
|
+
"description": "Represents a badge custom element.\nbadge is a label that holds small amounts of information.\nA badge can be used to display unread notifications, or to label a block of text."
|
|
711
644
|
},
|
|
712
645
|
{
|
|
713
646
|
"kind": "variable",
|
|
@@ -724,9 +657,9 @@
|
|
|
724
657
|
"exports": [
|
|
725
658
|
{
|
|
726
659
|
"kind": "js",
|
|
727
|
-
"name": "
|
|
660
|
+
"name": "badgeDefinition",
|
|
728
661
|
"declaration": {
|
|
729
|
-
"name": "
|
|
662
|
+
"name": "badgeDefinition",
|
|
730
663
|
"module": "libs/components/src/lib/badge/definition.ts"
|
|
731
664
|
}
|
|
732
665
|
},
|
|
@@ -896,14 +829,6 @@
|
|
|
896
829
|
"kind": "javascript-module",
|
|
897
830
|
"path": "libs/components/src/lib/banner/definition.ts",
|
|
898
831
|
"declarations": [
|
|
899
|
-
{
|
|
900
|
-
"kind": "variable",
|
|
901
|
-
"name": "bannerElements",
|
|
902
|
-
"type": {
|
|
903
|
-
"text": "array"
|
|
904
|
-
},
|
|
905
|
-
"default": "[banner, ...iconElements, ...buttonElements]"
|
|
906
|
-
},
|
|
907
832
|
{
|
|
908
833
|
"kind": "variable",
|
|
909
834
|
"name": "registerBanner",
|
|
@@ -917,14 +842,6 @@
|
|
|
917
842
|
}
|
|
918
843
|
],
|
|
919
844
|
"exports": [
|
|
920
|
-
{
|
|
921
|
-
"kind": "js",
|
|
922
|
-
"name": "bannerElements",
|
|
923
|
-
"declaration": {
|
|
924
|
-
"name": "bannerElements",
|
|
925
|
-
"module": "libs/components/src/lib/banner/definition.ts"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
845
|
{
|
|
929
846
|
"kind": "js",
|
|
930
847
|
"name": "registerBanner",
|
|
@@ -964,14 +881,6 @@
|
|
|
964
881
|
"kind": "javascript-module",
|
|
965
882
|
"path": "libs/components/src/lib/breadcrumb/definition.ts",
|
|
966
883
|
"declarations": [
|
|
967
|
-
{
|
|
968
|
-
"kind": "variable",
|
|
969
|
-
"name": "breadcrumbElements",
|
|
970
|
-
"type": {
|
|
971
|
-
"text": "array"
|
|
972
|
-
},
|
|
973
|
-
"default": "[breadcrumb]"
|
|
974
|
-
},
|
|
975
884
|
{
|
|
976
885
|
"kind": "variable",
|
|
977
886
|
"name": "registerBreadcrumb",
|
|
@@ -985,14 +894,6 @@
|
|
|
985
894
|
}
|
|
986
895
|
],
|
|
987
896
|
"exports": [
|
|
988
|
-
{
|
|
989
|
-
"kind": "js",
|
|
990
|
-
"name": "breadcrumbElements",
|
|
991
|
-
"declaration": {
|
|
992
|
-
"name": "breadcrumbElements",
|
|
993
|
-
"module": "libs/components/src/lib/breadcrumb/definition.ts"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
897
|
{
|
|
997
898
|
"kind": "js",
|
|
998
899
|
"name": "registerBreadcrumb",
|
|
@@ -1050,14 +951,6 @@
|
|
|
1050
951
|
"kind": "javascript-module",
|
|
1051
952
|
"path": "libs/components/src/lib/breadcrumb-item/definition.ts",
|
|
1052
953
|
"declarations": [
|
|
1053
|
-
{
|
|
1054
|
-
"kind": "variable",
|
|
1055
|
-
"name": "breadcrumbItemElements",
|
|
1056
|
-
"type": {
|
|
1057
|
-
"text": "array"
|
|
1058
|
-
},
|
|
1059
|
-
"default": "[breadcrumbItem, ...iconElements, ...focusElements]"
|
|
1060
|
-
},
|
|
1061
954
|
{
|
|
1062
955
|
"kind": "variable",
|
|
1063
956
|
"name": "registerBreadcrumbItem",
|
|
@@ -1071,14 +964,6 @@
|
|
|
1071
964
|
}
|
|
1072
965
|
],
|
|
1073
966
|
"exports": [
|
|
1074
|
-
{
|
|
1075
|
-
"kind": "js",
|
|
1076
|
-
"name": "breadcrumbItemElements",
|
|
1077
|
-
"declaration": {
|
|
1078
|
-
"name": "breadcrumbItemElements",
|
|
1079
|
-
"module": "libs/components/src/lib/breadcrumb-item/definition.ts"
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
967
|
{
|
|
1083
968
|
"kind": "js",
|
|
1084
969
|
"name": "registerBreadcrumbItem",
|
|
@@ -1226,14 +1111,6 @@
|
|
|
1226
1111
|
"kind": "javascript-module",
|
|
1227
1112
|
"path": "libs/components/src/lib/button/definition.ts",
|
|
1228
1113
|
"declarations": [
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "variable",
|
|
1231
|
-
"name": "buttonElements",
|
|
1232
|
-
"type": {
|
|
1233
|
-
"text": "array"
|
|
1234
|
-
},
|
|
1235
|
-
"default": "[button, ...iconElements, ...focusElements]"
|
|
1236
|
-
},
|
|
1237
1114
|
{
|
|
1238
1115
|
"kind": "variable",
|
|
1239
1116
|
"name": "registerButton",
|
|
@@ -1247,14 +1124,6 @@
|
|
|
1247
1124
|
}
|
|
1248
1125
|
],
|
|
1249
1126
|
"exports": [
|
|
1250
|
-
{
|
|
1251
|
-
"kind": "js",
|
|
1252
|
-
"name": "buttonElements",
|
|
1253
|
-
"declaration": {
|
|
1254
|
-
"name": "buttonElements",
|
|
1255
|
-
"module": "libs/components/src/lib/button/definition.ts"
|
|
1256
|
-
}
|
|
1257
|
-
},
|
|
1258
1127
|
{
|
|
1259
1128
|
"kind": "js",
|
|
1260
1129
|
"name": "registerButton",
|
|
@@ -1455,14 +1324,6 @@
|
|
|
1455
1324
|
"kind": "javascript-module",
|
|
1456
1325
|
"path": "libs/components/src/lib/calendar/definition.ts",
|
|
1457
1326
|
"declarations": [
|
|
1458
|
-
{
|
|
1459
|
-
"kind": "variable",
|
|
1460
|
-
"name": "calendarElements",
|
|
1461
|
-
"type": {
|
|
1462
|
-
"text": "array"
|
|
1463
|
-
},
|
|
1464
|
-
"default": "[calendar]"
|
|
1465
|
-
},
|
|
1466
1327
|
{
|
|
1467
1328
|
"kind": "variable",
|
|
1468
1329
|
"name": "registerCalendar",
|
|
@@ -1476,14 +1337,6 @@
|
|
|
1476
1337
|
}
|
|
1477
1338
|
],
|
|
1478
1339
|
"exports": [
|
|
1479
|
-
{
|
|
1480
|
-
"kind": "js",
|
|
1481
|
-
"name": "calendarElements",
|
|
1482
|
-
"declaration": {
|
|
1483
|
-
"name": "calendarElements",
|
|
1484
|
-
"module": "libs/components/src/lib/calendar/definition.ts"
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
1340
|
{
|
|
1488
1341
|
"kind": "js",
|
|
1489
1342
|
"name": "registerCalendar",
|
|
@@ -1644,14 +1497,6 @@
|
|
|
1644
1497
|
"kind": "javascript-module",
|
|
1645
1498
|
"path": "libs/components/src/lib/calendar-event/definition.ts",
|
|
1646
1499
|
"declarations": [
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "variable",
|
|
1649
|
-
"name": "calendarEventElements",
|
|
1650
|
-
"type": {
|
|
1651
|
-
"text": "array"
|
|
1652
|
-
},
|
|
1653
|
-
"default": "[calendarEvent]"
|
|
1654
|
-
},
|
|
1655
1500
|
{
|
|
1656
1501
|
"kind": "variable",
|
|
1657
1502
|
"name": "registerCalendarEvent",
|
|
@@ -1665,14 +1510,6 @@
|
|
|
1665
1510
|
}
|
|
1666
1511
|
],
|
|
1667
1512
|
"exports": [
|
|
1668
|
-
{
|
|
1669
|
-
"kind": "js",
|
|
1670
|
-
"name": "calendarEventElements",
|
|
1671
|
-
"declaration": {
|
|
1672
|
-
"name": "calendarEventElements",
|
|
1673
|
-
"module": "libs/components/src/lib/calendar-event/definition.ts"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
1513
|
{
|
|
1677
1514
|
"kind": "js",
|
|
1678
1515
|
"name": "registerCalendarEvent",
|
|
@@ -1815,14 +1652,6 @@
|
|
|
1815
1652
|
"kind": "javascript-module",
|
|
1816
1653
|
"path": "libs/components/src/lib/card/definition.ts",
|
|
1817
1654
|
"declarations": [
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "variable",
|
|
1820
|
-
"name": "cardElements",
|
|
1821
|
-
"type": {
|
|
1822
|
-
"text": "array"
|
|
1823
|
-
},
|
|
1824
|
-
"default": "[card, ...iconElements, ...elevationElements]"
|
|
1825
|
-
},
|
|
1826
1655
|
{
|
|
1827
1656
|
"kind": "variable",
|
|
1828
1657
|
"name": "registerCard",
|
|
@@ -1836,14 +1665,6 @@
|
|
|
1836
1665
|
}
|
|
1837
1666
|
],
|
|
1838
1667
|
"exports": [
|
|
1839
|
-
{
|
|
1840
|
-
"kind": "js",
|
|
1841
|
-
"name": "cardElements",
|
|
1842
|
-
"declaration": {
|
|
1843
|
-
"name": "cardElements",
|
|
1844
|
-
"module": "libs/components/src/lib/card/definition.ts"
|
|
1845
|
-
}
|
|
1846
|
-
},
|
|
1847
1668
|
{
|
|
1848
1669
|
"kind": "js",
|
|
1849
1670
|
"name": "registerCard",
|
|
@@ -1920,14 +1741,6 @@
|
|
|
1920
1741
|
"kind": "javascript-module",
|
|
1921
1742
|
"path": "libs/components/src/lib/checkbox/definition.ts",
|
|
1922
1743
|
"declarations": [
|
|
1923
|
-
{
|
|
1924
|
-
"kind": "variable",
|
|
1925
|
-
"name": "checkboxElements",
|
|
1926
|
-
"type": {
|
|
1927
|
-
"text": "array"
|
|
1928
|
-
},
|
|
1929
|
-
"default": "[checkbox, ...iconElements, ...focusElements]"
|
|
1930
|
-
},
|
|
1931
1744
|
{
|
|
1932
1745
|
"kind": "variable",
|
|
1933
1746
|
"name": "registerCheckbox",
|
|
@@ -1941,14 +1754,6 @@
|
|
|
1941
1754
|
}
|
|
1942
1755
|
],
|
|
1943
1756
|
"exports": [
|
|
1944
|
-
{
|
|
1945
|
-
"kind": "js",
|
|
1946
|
-
"name": "checkboxElements",
|
|
1947
|
-
"declaration": {
|
|
1948
|
-
"name": "checkboxElements",
|
|
1949
|
-
"module": "libs/components/src/lib/checkbox/definition.ts"
|
|
1950
|
-
}
|
|
1951
|
-
},
|
|
1952
1757
|
{
|
|
1953
1758
|
"kind": "js",
|
|
1954
1759
|
"name": "registerCheckbox",
|
|
@@ -1963,14 +1768,6 @@
|
|
|
1963
1768
|
"kind": "javascript-module",
|
|
1964
1769
|
"path": "libs/components/src/lib/dialog/definition.ts",
|
|
1965
1770
|
"declarations": [
|
|
1966
|
-
{
|
|
1967
|
-
"kind": "variable",
|
|
1968
|
-
"name": "dialogElements",
|
|
1969
|
-
"type": {
|
|
1970
|
-
"text": "array"
|
|
1971
|
-
},
|
|
1972
|
-
"default": "[dialog, ...iconElements, ...buttonElements, ...elevationElements]"
|
|
1973
|
-
},
|
|
1974
1771
|
{
|
|
1975
1772
|
"kind": "variable",
|
|
1976
1773
|
"name": "registerDialog",
|
|
@@ -1984,14 +1781,6 @@
|
|
|
1984
1781
|
}
|
|
1985
1782
|
],
|
|
1986
1783
|
"exports": [
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "js",
|
|
1989
|
-
"name": "dialogElements",
|
|
1990
|
-
"declaration": {
|
|
1991
|
-
"name": "dialogElements",
|
|
1992
|
-
"module": "libs/components/src/lib/dialog/definition.ts"
|
|
1993
|
-
}
|
|
1994
|
-
},
|
|
1995
1784
|
{
|
|
1996
1785
|
"kind": "js",
|
|
1997
1786
|
"name": "registerDialog",
|
|
@@ -2252,14 +2041,6 @@
|
|
|
2252
2041
|
"kind": "javascript-module",
|
|
2253
2042
|
"path": "libs/components/src/lib/divider/definition.ts",
|
|
2254
2043
|
"declarations": [
|
|
2255
|
-
{
|
|
2256
|
-
"kind": "variable",
|
|
2257
|
-
"name": "dividerElements",
|
|
2258
|
-
"type": {
|
|
2259
|
-
"text": "array"
|
|
2260
|
-
},
|
|
2261
|
-
"default": "[divider]"
|
|
2262
|
-
},
|
|
2263
2044
|
{
|
|
2264
2045
|
"kind": "variable",
|
|
2265
2046
|
"name": "registerDivider",
|
|
@@ -2273,14 +2054,6 @@
|
|
|
2273
2054
|
}
|
|
2274
2055
|
],
|
|
2275
2056
|
"exports": [
|
|
2276
|
-
{
|
|
2277
|
-
"kind": "js",
|
|
2278
|
-
"name": "dividerElements",
|
|
2279
|
-
"declaration": {
|
|
2280
|
-
"name": "dividerElements",
|
|
2281
|
-
"module": "libs/components/src/lib/divider/definition.ts"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
2057
|
{
|
|
2285
2058
|
"kind": "js",
|
|
2286
2059
|
"name": "registerDivider",
|
|
@@ -2320,14 +2093,6 @@
|
|
|
2320
2093
|
"kind": "javascript-module",
|
|
2321
2094
|
"path": "libs/components/src/lib/elevation/definition.ts",
|
|
2322
2095
|
"declarations": [
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "variable",
|
|
2325
|
-
"name": "elevationElements",
|
|
2326
|
-
"type": {
|
|
2327
|
-
"text": "array"
|
|
2328
|
-
},
|
|
2329
|
-
"default": "[elevation]"
|
|
2330
|
-
},
|
|
2331
2096
|
{
|
|
2332
2097
|
"kind": "variable",
|
|
2333
2098
|
"name": "registerElevation",
|
|
@@ -2341,14 +2106,6 @@
|
|
|
2341
2106
|
}
|
|
2342
2107
|
],
|
|
2343
2108
|
"exports": [
|
|
2344
|
-
{
|
|
2345
|
-
"kind": "js",
|
|
2346
|
-
"name": "elevationElements",
|
|
2347
|
-
"declaration": {
|
|
2348
|
-
"name": "elevationElements",
|
|
2349
|
-
"module": "libs/components/src/lib/elevation/definition.ts"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
2109
|
{
|
|
2353
2110
|
"kind": "js",
|
|
2354
2111
|
"name": "registerElevation",
|
|
@@ -2428,11 +2185,8 @@
|
|
|
2428
2185
|
"declarations": [
|
|
2429
2186
|
{
|
|
2430
2187
|
"kind": "variable",
|
|
2431
|
-
"name": "
|
|
2432
|
-
"
|
|
2433
|
-
"text": "array"
|
|
2434
|
-
},
|
|
2435
|
-
"default": "[fab, ...iconElements, ...focusElements]"
|
|
2188
|
+
"name": "fabDefinition",
|
|
2189
|
+
"description": "The calendar-event element is a custom element that is used to display a single event in a calendar."
|
|
2436
2190
|
},
|
|
2437
2191
|
{
|
|
2438
2192
|
"kind": "variable",
|
|
@@ -2449,9 +2203,9 @@
|
|
|
2449
2203
|
"exports": [
|
|
2450
2204
|
{
|
|
2451
2205
|
"kind": "js",
|
|
2452
|
-
"name": "
|
|
2206
|
+
"name": "fabDefinition",
|
|
2453
2207
|
"declaration": {
|
|
2454
|
-
"name": "
|
|
2208
|
+
"name": "fabDefinition",
|
|
2455
2209
|
"module": "libs/components/src/lib/fab/definition.ts"
|
|
2456
2210
|
}
|
|
2457
2211
|
},
|
|
@@ -2551,11 +2305,8 @@
|
|
|
2551
2305
|
"declarations": [
|
|
2552
2306
|
{
|
|
2553
2307
|
"kind": "variable",
|
|
2554
|
-
"name": "
|
|
2555
|
-
"
|
|
2556
|
-
"text": "array"
|
|
2557
|
-
},
|
|
2558
|
-
"default": "[focus]"
|
|
2308
|
+
"name": "focusDefinition",
|
|
2309
|
+
"description": "Represents a focus custom element.\nfocus is a label that holds small amounts of information.\nA focus can be used to display unread notifications, or to label a block of text.\nFocuss don’t work for navigation because they can't include a hyperlink."
|
|
2559
2310
|
},
|
|
2560
2311
|
{
|
|
2561
2312
|
"kind": "variable",
|
|
@@ -2572,9 +2323,9 @@
|
|
|
2572
2323
|
"exports": [
|
|
2573
2324
|
{
|
|
2574
2325
|
"kind": "js",
|
|
2575
|
-
"name": "
|
|
2326
|
+
"name": "focusDefinition",
|
|
2576
2327
|
"declaration": {
|
|
2577
|
-
"name": "
|
|
2328
|
+
"name": "focusDefinition",
|
|
2578
2329
|
"module": "libs/components/src/lib/focus/definition.ts"
|
|
2579
2330
|
}
|
|
2580
2331
|
},
|
|
@@ -2619,11 +2370,8 @@
|
|
|
2619
2370
|
"declarations": [
|
|
2620
2371
|
{
|
|
2621
2372
|
"kind": "variable",
|
|
2622
|
-
"name": "
|
|
2623
|
-
"
|
|
2624
|
-
"text": "array"
|
|
2625
|
-
},
|
|
2626
|
-
"default": "[header, ...elevationElements]"
|
|
2373
|
+
"name": "headerDefinition",
|
|
2374
|
+
"description": "The header element."
|
|
2627
2375
|
},
|
|
2628
2376
|
{
|
|
2629
2377
|
"kind": "variable",
|
|
@@ -2640,9 +2388,9 @@
|
|
|
2640
2388
|
"exports": [
|
|
2641
2389
|
{
|
|
2642
2390
|
"kind": "js",
|
|
2643
|
-
"name": "
|
|
2391
|
+
"name": "headerDefinition",
|
|
2644
2392
|
"declaration": {
|
|
2645
|
-
"name": "
|
|
2393
|
+
"name": "headerDefinition",
|
|
2646
2394
|
"module": "libs/components/src/lib/header/definition.ts"
|
|
2647
2395
|
}
|
|
2648
2396
|
},
|
|
@@ -2728,11 +2476,7 @@
|
|
|
2728
2476
|
"declarations": [
|
|
2729
2477
|
{
|
|
2730
2478
|
"kind": "variable",
|
|
2731
|
-
"name": "
|
|
2732
|
-
"type": {
|
|
2733
|
-
"text": "array"
|
|
2734
|
-
},
|
|
2735
|
-
"default": "[icon]"
|
|
2479
|
+
"name": "iconDefinition"
|
|
2736
2480
|
},
|
|
2737
2481
|
{
|
|
2738
2482
|
"kind": "variable",
|
|
@@ -2749,9 +2493,9 @@
|
|
|
2749
2493
|
"exports": [
|
|
2750
2494
|
{
|
|
2751
2495
|
"kind": "js",
|
|
2752
|
-
"name": "
|
|
2496
|
+
"name": "iconDefinition",
|
|
2753
2497
|
"declaration": {
|
|
2754
|
-
"name": "
|
|
2498
|
+
"name": "iconDefinition",
|
|
2755
2499
|
"module": "libs/components/src/lib/icon/definition.ts"
|
|
2756
2500
|
}
|
|
2757
2501
|
},
|
|
@@ -2874,11 +2618,8 @@
|
|
|
2874
2618
|
"declarations": [
|
|
2875
2619
|
{
|
|
2876
2620
|
"kind": "variable",
|
|
2877
|
-
"name": "
|
|
2878
|
-
"
|
|
2879
|
-
"text": "array"
|
|
2880
|
-
},
|
|
2881
|
-
"default": "[layout]"
|
|
2621
|
+
"name": "layoutDefinition",
|
|
2622
|
+
"description": "Represents a layout custom element.\nlayout is..."
|
|
2882
2623
|
},
|
|
2883
2624
|
{
|
|
2884
2625
|
"kind": "variable",
|
|
@@ -2895,9 +2636,9 @@
|
|
|
2895
2636
|
"exports": [
|
|
2896
2637
|
{
|
|
2897
2638
|
"kind": "js",
|
|
2898
|
-
"name": "
|
|
2639
|
+
"name": "layoutDefinition",
|
|
2899
2640
|
"declaration": {
|
|
2900
|
-
"name": "
|
|
2641
|
+
"name": "layoutDefinition",
|
|
2901
2642
|
"module": "libs/components/src/lib/layout/definition.ts"
|
|
2902
2643
|
}
|
|
2903
2644
|
},
|
|
@@ -3017,11 +2758,8 @@
|
|
|
3017
2758
|
"declarations": [
|
|
3018
2759
|
{
|
|
3019
2760
|
"kind": "variable",
|
|
3020
|
-
"name": "
|
|
3021
|
-
"
|
|
3022
|
-
"text": "array"
|
|
3023
|
-
},
|
|
3024
|
-
"default": "[listbox, ...listboxOptionElements, ...focusElements]"
|
|
2761
|
+
"name": "listboxDefinition",
|
|
2762
|
+
"description": "The calendar-event element is a custom element that is used to display a single event in a calendar."
|
|
3025
2763
|
},
|
|
3026
2764
|
{
|
|
3027
2765
|
"kind": "variable",
|
|
@@ -3038,9 +2776,9 @@
|
|
|
3038
2776
|
"exports": [
|
|
3039
2777
|
{
|
|
3040
2778
|
"kind": "js",
|
|
3041
|
-
"name": "
|
|
2779
|
+
"name": "listboxDefinition",
|
|
3042
2780
|
"declaration": {
|
|
3043
|
-
"name": "
|
|
2781
|
+
"name": "listboxDefinition",
|
|
3044
2782
|
"module": "libs/components/src/lib/listbox/definition.ts"
|
|
3045
2783
|
}
|
|
3046
2784
|
},
|
|
@@ -3133,11 +2871,8 @@
|
|
|
3133
2871
|
"declarations": [
|
|
3134
2872
|
{
|
|
3135
2873
|
"kind": "variable",
|
|
3136
|
-
"name": "
|
|
3137
|
-
"
|
|
3138
|
-
"text": "array"
|
|
3139
|
-
},
|
|
3140
|
-
"default": "[menu, ...popupElements, ...menuItemElements]"
|
|
2874
|
+
"name": "menuDefinition",
|
|
2875
|
+
"description": "The menu element is a custom element that is used to display a list of menu items."
|
|
3141
2876
|
},
|
|
3142
2877
|
{
|
|
3143
2878
|
"kind": "variable",
|
|
@@ -3154,9 +2889,9 @@
|
|
|
3154
2889
|
"exports": [
|
|
3155
2890
|
{
|
|
3156
2891
|
"kind": "js",
|
|
3157
|
-
"name": "
|
|
2892
|
+
"name": "menuDefinition",
|
|
3158
2893
|
"declaration": {
|
|
3159
|
-
"name": "
|
|
2894
|
+
"name": "menuDefinition",
|
|
3160
2895
|
"module": "libs/components/src/lib/menu/definition.ts"
|
|
3161
2896
|
}
|
|
3162
2897
|
},
|
|
@@ -3268,11 +3003,8 @@
|
|
|
3268
3003
|
"declarations": [
|
|
3269
3004
|
{
|
|
3270
3005
|
"kind": "variable",
|
|
3271
|
-
"name": "
|
|
3272
|
-
"
|
|
3273
|
-
"text": "array"
|
|
3274
|
-
},
|
|
3275
|
-
"default": "[menuItem, ...iconElements, ...focusElements]"
|
|
3006
|
+
"name": "menuItemDefinition",
|
|
3007
|
+
"description": "The menu-item element."
|
|
3276
3008
|
},
|
|
3277
3009
|
{
|
|
3278
3010
|
"kind": "variable",
|
|
@@ -3289,9 +3021,9 @@
|
|
|
3289
3021
|
"exports": [
|
|
3290
3022
|
{
|
|
3291
3023
|
"kind": "js",
|
|
3292
|
-
"name": "
|
|
3024
|
+
"name": "menuItemDefinition",
|
|
3293
3025
|
"declaration": {
|
|
3294
|
-
"name": "
|
|
3026
|
+
"name": "menuItemDefinition",
|
|
3295
3027
|
"module": "libs/components/src/lib/menu-item/definition.ts"
|
|
3296
3028
|
}
|
|
3297
3029
|
},
|
|
@@ -3357,11 +3089,8 @@
|
|
|
3357
3089
|
"declarations": [
|
|
3358
3090
|
{
|
|
3359
3091
|
"kind": "variable",
|
|
3360
|
-
"name": "
|
|
3361
|
-
"
|
|
3362
|
-
"text": "array"
|
|
3363
|
-
},
|
|
3364
|
-
"default": "[nav]"
|
|
3092
|
+
"name": "navDefinition",
|
|
3093
|
+
"description": "The nav element."
|
|
3365
3094
|
},
|
|
3366
3095
|
{
|
|
3367
3096
|
"kind": "variable",
|
|
@@ -3378,9 +3107,9 @@
|
|
|
3378
3107
|
"exports": [
|
|
3379
3108
|
{
|
|
3380
3109
|
"kind": "js",
|
|
3381
|
-
"name": "
|
|
3110
|
+
"name": "navDefinition",
|
|
3382
3111
|
"declaration": {
|
|
3383
|
-
"name": "
|
|
3112
|
+
"name": "navDefinition",
|
|
3384
3113
|
"module": "libs/components/src/lib/nav/definition.ts"
|
|
3385
3114
|
}
|
|
3386
3115
|
},
|
|
@@ -3425,11 +3154,8 @@
|
|
|
3425
3154
|
"declarations": [
|
|
3426
3155
|
{
|
|
3427
3156
|
"kind": "variable",
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3430
|
-
"text": "array"
|
|
3431
|
-
},
|
|
3432
|
-
"default": "[navDisclosure, ...iconElements, ...focusElements]"
|
|
3157
|
+
"name": "navDisclosureDefinition",
|
|
3158
|
+
"description": "The nav-disclosure element."
|
|
3433
3159
|
},
|
|
3434
3160
|
{
|
|
3435
3161
|
"kind": "variable",
|
|
@@ -3446,9 +3172,9 @@
|
|
|
3446
3172
|
"exports": [
|
|
3447
3173
|
{
|
|
3448
3174
|
"kind": "js",
|
|
3449
|
-
"name": "
|
|
3175
|
+
"name": "navDisclosureDefinition",
|
|
3450
3176
|
"declaration": {
|
|
3451
|
-
"name": "
|
|
3177
|
+
"name": "navDisclosureDefinition",
|
|
3452
3178
|
"module": "libs/components/src/lib/nav-disclosure/definition.ts"
|
|
3453
3179
|
}
|
|
3454
3180
|
},
|
|
@@ -3543,11 +3269,8 @@
|
|
|
3543
3269
|
"declarations": [
|
|
3544
3270
|
{
|
|
3545
3271
|
"kind": "variable",
|
|
3546
|
-
"name": "
|
|
3547
|
-
"
|
|
3548
|
-
"text": "array"
|
|
3549
|
-
},
|
|
3550
|
-
"default": "[navItem, ...iconElements, ...focusElements]"
|
|
3272
|
+
"name": "navItemDefinition",
|
|
3273
|
+
"description": "The nav-item element is a custom element that is used to display a single item in a nav."
|
|
3551
3274
|
},
|
|
3552
3275
|
{
|
|
3553
3276
|
"kind": "variable",
|
|
@@ -3564,9 +3287,9 @@
|
|
|
3564
3287
|
"exports": [
|
|
3565
3288
|
{
|
|
3566
3289
|
"kind": "js",
|
|
3567
|
-
"name": "
|
|
3290
|
+
"name": "navItemDefinition",
|
|
3568
3291
|
"declaration": {
|
|
3569
|
-
"name": "
|
|
3292
|
+
"name": "navItemDefinition",
|
|
3570
3293
|
"module": "libs/components/src/lib/nav-item/definition.ts"
|
|
3571
3294
|
}
|
|
3572
3295
|
},
|
|
@@ -3640,11 +3363,8 @@
|
|
|
3640
3363
|
"declarations": [
|
|
3641
3364
|
{
|
|
3642
3365
|
"kind": "variable",
|
|
3643
|
-
"name": "
|
|
3644
|
-
"
|
|
3645
|
-
"text": "array"
|
|
3646
|
-
},
|
|
3647
|
-
"default": "[note, ...iconElements]"
|
|
3366
|
+
"name": "noteDefinition",
|
|
3367
|
+
"description": "The note element."
|
|
3648
3368
|
},
|
|
3649
3369
|
{
|
|
3650
3370
|
"kind": "variable",
|
|
@@ -3661,9 +3381,9 @@
|
|
|
3661
3381
|
"exports": [
|
|
3662
3382
|
{
|
|
3663
3383
|
"kind": "js",
|
|
3664
|
-
"name": "
|
|
3384
|
+
"name": "noteDefinition",
|
|
3665
3385
|
"declaration": {
|
|
3666
|
-
"name": "
|
|
3386
|
+
"name": "noteDefinition",
|
|
3667
3387
|
"module": "libs/components/src/lib/note/definition.ts"
|
|
3668
3388
|
}
|
|
3669
3389
|
},
|
|
@@ -3743,11 +3463,16 @@
|
|
|
3743
3463
|
"declarations": [
|
|
3744
3464
|
{
|
|
3745
3465
|
"kind": "variable",
|
|
3746
|
-
"name": "
|
|
3466
|
+
"name": "numberFieldDefinition",
|
|
3467
|
+
"description": "The number-field element."
|
|
3468
|
+
},
|
|
3469
|
+
{
|
|
3470
|
+
"kind": "variable",
|
|
3471
|
+
"name": "numberFieldRegistries",
|
|
3747
3472
|
"type": {
|
|
3748
3473
|
"text": "array"
|
|
3749
3474
|
},
|
|
3750
|
-
"default": "[
|
|
3475
|
+
"default": "[numberFieldDefinition(), ...buttonRegistries, ...dividerRegistries]"
|
|
3751
3476
|
},
|
|
3752
3477
|
{
|
|
3753
3478
|
"kind": "variable",
|
|
@@ -3764,9 +3489,17 @@
|
|
|
3764
3489
|
"exports": [
|
|
3765
3490
|
{
|
|
3766
3491
|
"kind": "js",
|
|
3767
|
-
"name": "
|
|
3492
|
+
"name": "numberFieldDefinition",
|
|
3768
3493
|
"declaration": {
|
|
3769
|
-
"name": "
|
|
3494
|
+
"name": "numberFieldDefinition",
|
|
3495
|
+
"module": "libs/components/src/lib/number-field/definition.ts"
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"kind": "js",
|
|
3500
|
+
"name": "numberFieldRegistries",
|
|
3501
|
+
"declaration": {
|
|
3502
|
+
"name": "numberFieldRegistries",
|
|
3770
3503
|
"module": "libs/components/src/lib/number-field/definition.ts"
|
|
3771
3504
|
}
|
|
3772
3505
|
},
|
|
@@ -3857,11 +3590,8 @@
|
|
|
3857
3590
|
"declarations": [
|
|
3858
3591
|
{
|
|
3859
3592
|
"kind": "variable",
|
|
3860
|
-
"name": "
|
|
3861
|
-
"
|
|
3862
|
-
"text": "array"
|
|
3863
|
-
},
|
|
3864
|
-
"default": "[listboxOption, ...iconElements, ...focusElements]"
|
|
3593
|
+
"name": "listboxOptionDefinition",
|
|
3594
|
+
"description": "The listbox-option element."
|
|
3865
3595
|
},
|
|
3866
3596
|
{
|
|
3867
3597
|
"kind": "variable",
|
|
@@ -3878,9 +3608,9 @@
|
|
|
3878
3608
|
"exports": [
|
|
3879
3609
|
{
|
|
3880
3610
|
"kind": "js",
|
|
3881
|
-
"name": "
|
|
3611
|
+
"name": "listboxOptionDefinition",
|
|
3882
3612
|
"declaration": {
|
|
3883
|
-
"name": "
|
|
3613
|
+
"name": "listboxOptionDefinition",
|
|
3884
3614
|
"module": "libs/components/src/lib/option/definition.ts"
|
|
3885
3615
|
}
|
|
3886
3616
|
},
|
|
@@ -3949,17 +3679,9 @@
|
|
|
3949
3679
|
"declarations": [
|
|
3950
3680
|
{
|
|
3951
3681
|
"kind": "variable",
|
|
3952
|
-
"name": "
|
|
3682
|
+
"name": "popupDefinition",
|
|
3953
3683
|
"description": "Represents a popup custom element.\npopup is..."
|
|
3954
3684
|
},
|
|
3955
|
-
{
|
|
3956
|
-
"kind": "variable",
|
|
3957
|
-
"name": "popupElements",
|
|
3958
|
-
"type": {
|
|
3959
|
-
"text": "array"
|
|
3960
|
-
},
|
|
3961
|
-
"default": "[popup, ...elevationElements, ...buttonElements]"
|
|
3962
|
-
},
|
|
3963
3685
|
{
|
|
3964
3686
|
"kind": "variable",
|
|
3965
3687
|
"name": "registerPopup",
|
|
@@ -3975,17 +3697,9 @@
|
|
|
3975
3697
|
"exports": [
|
|
3976
3698
|
{
|
|
3977
3699
|
"kind": "js",
|
|
3978
|
-
"name": "
|
|
3700
|
+
"name": "popupDefinition",
|
|
3979
3701
|
"declaration": {
|
|
3980
|
-
"name": "
|
|
3981
|
-
"module": "libs/components/src/lib/popup/definition.ts"
|
|
3982
|
-
}
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"kind": "js",
|
|
3986
|
-
"name": "popupElements",
|
|
3987
|
-
"declaration": {
|
|
3988
|
-
"name": "popupElements",
|
|
3702
|
+
"name": "popupDefinition",
|
|
3989
3703
|
"module": "libs/components/src/lib/popup/definition.ts"
|
|
3990
3704
|
}
|
|
3991
3705
|
},
|
|
@@ -4302,11 +4016,8 @@
|
|
|
4302
4016
|
"declarations": [
|
|
4303
4017
|
{
|
|
4304
4018
|
"kind": "variable",
|
|
4305
|
-
"name": "
|
|
4306
|
-
"
|
|
4307
|
-
"text": "array"
|
|
4308
|
-
},
|
|
4309
|
-
"default": "[progress]"
|
|
4019
|
+
"name": "progressDefinition",
|
|
4020
|
+
"description": "The progress element."
|
|
4310
4021
|
},
|
|
4311
4022
|
{
|
|
4312
4023
|
"kind": "variable",
|
|
@@ -4323,9 +4034,9 @@
|
|
|
4323
4034
|
"exports": [
|
|
4324
4035
|
{
|
|
4325
4036
|
"kind": "js",
|
|
4326
|
-
"name": "
|
|
4037
|
+
"name": "progressDefinition",
|
|
4327
4038
|
"declaration": {
|
|
4328
|
-
"name": "
|
|
4039
|
+
"name": "progressDefinition",
|
|
4329
4040
|
"module": "libs/components/src/lib/progress/definition.ts"
|
|
4330
4041
|
}
|
|
4331
4042
|
},
|
|
@@ -4417,11 +4128,8 @@
|
|
|
4417
4128
|
"declarations": [
|
|
4418
4129
|
{
|
|
4419
4130
|
"kind": "variable",
|
|
4420
|
-
"name": "
|
|
4421
|
-
"
|
|
4422
|
-
"text": "array"
|
|
4423
|
-
},
|
|
4424
|
-
"default": "[progressRing]"
|
|
4131
|
+
"name": "progressRingDefinition",
|
|
4132
|
+
"description": "The progress-ring element."
|
|
4425
4133
|
},
|
|
4426
4134
|
{
|
|
4427
4135
|
"kind": "variable",
|
|
@@ -4438,9 +4146,9 @@
|
|
|
4438
4146
|
"exports": [
|
|
4439
4147
|
{
|
|
4440
4148
|
"kind": "js",
|
|
4441
|
-
"name": "
|
|
4149
|
+
"name": "progressRingDefinition",
|
|
4442
4150
|
"declaration": {
|
|
4443
|
-
"name": "
|
|
4151
|
+
"name": "progressRingDefinition",
|
|
4444
4152
|
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
4445
4153
|
}
|
|
4446
4154
|
},
|
|
@@ -4517,11 +4225,8 @@
|
|
|
4517
4225
|
"declarations": [
|
|
4518
4226
|
{
|
|
4519
4227
|
"kind": "variable",
|
|
4520
|
-
"name": "
|
|
4521
|
-
"
|
|
4522
|
-
"text": "array"
|
|
4523
|
-
},
|
|
4524
|
-
"default": "[radio, ...focusElements]"
|
|
4228
|
+
"name": "radioDefinition",
|
|
4229
|
+
"description": "The radio element."
|
|
4525
4230
|
},
|
|
4526
4231
|
{
|
|
4527
4232
|
"kind": "variable",
|
|
@@ -4538,9 +4243,9 @@
|
|
|
4538
4243
|
"exports": [
|
|
4539
4244
|
{
|
|
4540
4245
|
"kind": "js",
|
|
4541
|
-
"name": "
|
|
4246
|
+
"name": "radioDefinition",
|
|
4542
4247
|
"declaration": {
|
|
4543
|
-
"name": "
|
|
4248
|
+
"name": "radioDefinition",
|
|
4544
4249
|
"module": "libs/components/src/lib/radio/definition.ts"
|
|
4545
4250
|
}
|
|
4546
4251
|
},
|
|
@@ -4606,11 +4311,8 @@
|
|
|
4606
4311
|
"declarations": [
|
|
4607
4312
|
{
|
|
4608
4313
|
"kind": "variable",
|
|
4609
|
-
"name": "
|
|
4610
|
-
"
|
|
4611
|
-
"text": "array"
|
|
4612
|
-
},
|
|
4613
|
-
"default": "[radioGroup]"
|
|
4314
|
+
"name": "radioGroupDefinition",
|
|
4315
|
+
"description": "The radio-group element is a custom element that is used to display a group of radio buttons."
|
|
4614
4316
|
},
|
|
4615
4317
|
{
|
|
4616
4318
|
"kind": "variable",
|
|
@@ -4627,9 +4329,9 @@
|
|
|
4627
4329
|
"exports": [
|
|
4628
4330
|
{
|
|
4629
4331
|
"kind": "js",
|
|
4630
|
-
"name": "
|
|
4332
|
+
"name": "radioGroupDefinition",
|
|
4631
4333
|
"declaration": {
|
|
4632
|
-
"name": "
|
|
4334
|
+
"name": "radioGroupDefinition",
|
|
4633
4335
|
"module": "libs/components/src/lib/radio-group/definition.ts"
|
|
4634
4336
|
}
|
|
4635
4337
|
},
|
|
@@ -4695,11 +4397,8 @@
|
|
|
4695
4397
|
"declarations": [
|
|
4696
4398
|
{
|
|
4697
4399
|
"kind": "variable",
|
|
4698
|
-
"name": "
|
|
4699
|
-
"
|
|
4700
|
-
"text": "array"
|
|
4701
|
-
},
|
|
4702
|
-
"default": "[sideDrawer]"
|
|
4400
|
+
"name": "sideDrawerDefinition",
|
|
4401
|
+
"description": "Represents a side-drawer custom element."
|
|
4703
4402
|
},
|
|
4704
4403
|
{
|
|
4705
4404
|
"kind": "variable",
|
|
@@ -4716,9 +4415,9 @@
|
|
|
4716
4415
|
"exports": [
|
|
4717
4416
|
{
|
|
4718
4417
|
"kind": "js",
|
|
4719
|
-
"name": "
|
|
4418
|
+
"name": "sideDrawerDefinition",
|
|
4720
4419
|
"declaration": {
|
|
4721
|
-
"name": "
|
|
4420
|
+
"name": "sideDrawerDefinition",
|
|
4722
4421
|
"module": "libs/components/src/lib/side-drawer/definition.ts"
|
|
4723
4422
|
}
|
|
4724
4423
|
},
|
|
@@ -4857,11 +4556,8 @@
|
|
|
4857
4556
|
"declarations": [
|
|
4858
4557
|
{
|
|
4859
4558
|
"kind": "variable",
|
|
4860
|
-
"name": "
|
|
4861
|
-
"
|
|
4862
|
-
"text": "array"
|
|
4863
|
-
},
|
|
4864
|
-
"default": "[slider, ...focusElements]"
|
|
4559
|
+
"name": "sliderDefinition",
|
|
4560
|
+
"description": "The slider element."
|
|
4865
4561
|
},
|
|
4866
4562
|
{
|
|
4867
4563
|
"kind": "variable",
|
|
@@ -4878,9 +4574,9 @@
|
|
|
4878
4574
|
"exports": [
|
|
4879
4575
|
{
|
|
4880
4576
|
"kind": "js",
|
|
4881
|
-
"name": "
|
|
4577
|
+
"name": "sliderDefinition",
|
|
4882
4578
|
"declaration": {
|
|
4883
|
-
"name": "
|
|
4579
|
+
"name": "sliderDefinition",
|
|
4884
4580
|
"module": "libs/components/src/lib/slider/definition.ts"
|
|
4885
4581
|
}
|
|
4886
4582
|
},
|
|
@@ -4947,11 +4643,8 @@
|
|
|
4947
4643
|
"declarations": [
|
|
4948
4644
|
{
|
|
4949
4645
|
"kind": "variable",
|
|
4950
|
-
"name": "
|
|
4951
|
-
"
|
|
4952
|
-
"text": "array"
|
|
4953
|
-
},
|
|
4954
|
-
"default": "[switchCE, ...iconElements, ...focusElements]"
|
|
4646
|
+
"name": "switchDefinition",
|
|
4647
|
+
"description": "The switch element."
|
|
4955
4648
|
},
|
|
4956
4649
|
{
|
|
4957
4650
|
"kind": "variable",
|
|
@@ -4968,9 +4661,9 @@
|
|
|
4968
4661
|
"exports": [
|
|
4969
4662
|
{
|
|
4970
4663
|
"kind": "js",
|
|
4971
|
-
"name": "
|
|
4664
|
+
"name": "switchDefinition",
|
|
4972
4665
|
"declaration": {
|
|
4973
|
-
"name": "
|
|
4666
|
+
"name": "switchDefinition",
|
|
4974
4667
|
"module": "libs/components/src/lib/switch/definition.ts"
|
|
4975
4668
|
}
|
|
4976
4669
|
},
|
|
@@ -5050,11 +4743,8 @@
|
|
|
5050
4743
|
"declarations": [
|
|
5051
4744
|
{
|
|
5052
4745
|
"kind": "variable",
|
|
5053
|
-
"name": "
|
|
5054
|
-
"
|
|
5055
|
-
"text": "array"
|
|
5056
|
-
},
|
|
5057
|
-
"default": "[textAnchor]"
|
|
4746
|
+
"name": "textAnchorDefinition",
|
|
4747
|
+
"description": "The text-anchor element."
|
|
5058
4748
|
},
|
|
5059
4749
|
{
|
|
5060
4750
|
"kind": "variable",
|
|
@@ -5071,9 +4761,9 @@
|
|
|
5071
4761
|
"exports": [
|
|
5072
4762
|
{
|
|
5073
4763
|
"kind": "js",
|
|
5074
|
-
"name": "
|
|
4764
|
+
"name": "textAnchorDefinition",
|
|
5075
4765
|
"declaration": {
|
|
5076
|
-
"name": "
|
|
4766
|
+
"name": "textAnchorDefinition",
|
|
5077
4767
|
"module": "libs/components/src/lib/text-anchor/definition.ts"
|
|
5078
4768
|
}
|
|
5079
4769
|
},
|
|
@@ -5139,11 +4829,8 @@
|
|
|
5139
4829
|
"declarations": [
|
|
5140
4830
|
{
|
|
5141
4831
|
"kind": "variable",
|
|
5142
|
-
"name": "
|
|
5143
|
-
"
|
|
5144
|
-
"text": "array"
|
|
5145
|
-
},
|
|
5146
|
-
"default": "[textArea, ...iconElements, ...focusElements]"
|
|
4832
|
+
"name": "textAreaDefinition",
|
|
4833
|
+
"description": "The text-area element."
|
|
5147
4834
|
},
|
|
5148
4835
|
{
|
|
5149
4836
|
"kind": "variable",
|
|
@@ -5160,9 +4847,9 @@
|
|
|
5160
4847
|
"exports": [
|
|
5161
4848
|
{
|
|
5162
4849
|
"kind": "js",
|
|
5163
|
-
"name": "
|
|
4850
|
+
"name": "textAreaDefinition",
|
|
5164
4851
|
"declaration": {
|
|
5165
|
-
"name": "
|
|
4852
|
+
"name": "textAreaDefinition",
|
|
5166
4853
|
"module": "libs/components/src/lib/text-area/definition.ts"
|
|
5167
4854
|
}
|
|
5168
4855
|
},
|
|
@@ -5225,11 +4912,8 @@
|
|
|
5225
4912
|
"declarations": [
|
|
5226
4913
|
{
|
|
5227
4914
|
"kind": "variable",
|
|
5228
|
-
"name": "
|
|
5229
|
-
"
|
|
5230
|
-
"text": "array"
|
|
5231
|
-
},
|
|
5232
|
-
"default": "[textField, ...iconElements, ...focusElements]"
|
|
4915
|
+
"name": "textFieldDefinition",
|
|
4916
|
+
"description": "The text-field element."
|
|
5233
4917
|
},
|
|
5234
4918
|
{
|
|
5235
4919
|
"kind": "variable",
|
|
@@ -5246,9 +4930,9 @@
|
|
|
5246
4930
|
"exports": [
|
|
5247
4931
|
{
|
|
5248
4932
|
"kind": "js",
|
|
5249
|
-
"name": "
|
|
4933
|
+
"name": "textFieldDefinition",
|
|
5250
4934
|
"declaration": {
|
|
5251
|
-
"name": "
|
|
4935
|
+
"name": "textFieldDefinition",
|
|
5252
4936
|
"module": "libs/components/src/lib/text-field/definition.ts"
|
|
5253
4937
|
}
|
|
5254
4938
|
},
|
|
@@ -5339,11 +5023,8 @@
|
|
|
5339
5023
|
"declarations": [
|
|
5340
5024
|
{
|
|
5341
5025
|
"kind": "variable",
|
|
5342
|
-
"name": "
|
|
5343
|
-
"
|
|
5344
|
-
"text": "array"
|
|
5345
|
-
},
|
|
5346
|
-
"default": "[tooltip, ...popupElements]"
|
|
5026
|
+
"name": "tooltipDefinition",
|
|
5027
|
+
"description": "The tooltip element."
|
|
5347
5028
|
},
|
|
5348
5029
|
{
|
|
5349
5030
|
"kind": "variable",
|
|
@@ -5360,9 +5041,9 @@
|
|
|
5360
5041
|
"exports": [
|
|
5361
5042
|
{
|
|
5362
5043
|
"kind": "js",
|
|
5363
|
-
"name": "
|
|
5044
|
+
"name": "tooltipDefinition",
|
|
5364
5045
|
"declaration": {
|
|
5365
|
-
"name": "
|
|
5046
|
+
"name": "tooltipDefinition",
|
|
5366
5047
|
"module": "libs/components/src/lib/tooltip/definition.ts"
|
|
5367
5048
|
}
|
|
5368
5049
|
},
|