@viasat/beam-web-components 2.10.2 → 2.11.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/custom-elements.json +478 -478
- package/package.json +6 -6
- package/vscode.html-custom-data.json +107 -107
package/custom-elements.json
CHANGED
|
@@ -839,6 +839,138 @@
|
|
|
839
839
|
}
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"kind": "class",
|
|
848
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
849
|
+
"name": "BmBadgeDot",
|
|
850
|
+
"slots": [
|
|
851
|
+
{
|
|
852
|
+
"description": "Provide text for the BadgeDot",
|
|
853
|
+
"name": "default"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"members": [
|
|
857
|
+
{
|
|
858
|
+
"kind": "field",
|
|
859
|
+
"name": "theme",
|
|
860
|
+
"type": {
|
|
861
|
+
"text": "'light' | 'dark' | undefined"
|
|
862
|
+
},
|
|
863
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
864
|
+
"attribute": "theme"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"kind": "field",
|
|
868
|
+
"name": "appearance",
|
|
869
|
+
"type": {
|
|
870
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
|
|
871
|
+
},
|
|
872
|
+
"default": "'infoPrimary'",
|
|
873
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
874
|
+
"attribute": "appearance"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "field",
|
|
878
|
+
"name": "emphasis",
|
|
879
|
+
"type": {
|
|
880
|
+
"text": "Emphasis"
|
|
881
|
+
},
|
|
882
|
+
"default": "'strong'",
|
|
883
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
884
|
+
"attribute": "emphasis"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"kind": "field",
|
|
888
|
+
"name": "overrideDotColor",
|
|
889
|
+
"type": {
|
|
890
|
+
"text": "string | undefined"
|
|
891
|
+
},
|
|
892
|
+
"description": "Overrides default dot color",
|
|
893
|
+
"attribute": "overrideDotColor"
|
|
894
|
+
}
|
|
895
|
+
],
|
|
896
|
+
"attributes": [
|
|
897
|
+
{
|
|
898
|
+
"name": "theme",
|
|
899
|
+
"type": {
|
|
900
|
+
"text": "'light' | 'dark' | undefined"
|
|
901
|
+
},
|
|
902
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
903
|
+
"fieldName": "theme"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "appearance",
|
|
907
|
+
"type": {
|
|
908
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
|
|
909
|
+
},
|
|
910
|
+
"default": "'infoPrimary'",
|
|
911
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
912
|
+
"fieldName": "appearance"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "emphasis",
|
|
916
|
+
"type": {
|
|
917
|
+
"text": "Emphasis"
|
|
918
|
+
},
|
|
919
|
+
"default": "'strong'",
|
|
920
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
921
|
+
"fieldName": "emphasis"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "overrideDotColor",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "string | undefined"
|
|
927
|
+
},
|
|
928
|
+
"description": "Overrides default dot color",
|
|
929
|
+
"fieldName": "overrideDotColor"
|
|
930
|
+
}
|
|
931
|
+
],
|
|
932
|
+
"superclass": {
|
|
933
|
+
"name": "LitElement",
|
|
934
|
+
"package": "lit"
|
|
935
|
+
},
|
|
936
|
+
"tagName": "bm-badge-dot",
|
|
937
|
+
"customElement": true
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"exports": [
|
|
941
|
+
{
|
|
942
|
+
"kind": "js",
|
|
943
|
+
"name": "BmBadgeDot",
|
|
944
|
+
"declaration": {
|
|
945
|
+
"name": "BmBadgeDot",
|
|
946
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"kind": "custom-element-definition",
|
|
951
|
+
"name": "bm-badge-dot",
|
|
952
|
+
"declaration": {
|
|
953
|
+
"name": "BmBadgeDot",
|
|
954
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"kind": "javascript-module",
|
|
961
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
962
|
+
"declarations": [],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "*",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "*",
|
|
969
|
+
"package": "./BadgeDot"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
842
974
|
{
|
|
843
975
|
"kind": "javascript-module",
|
|
844
976
|
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
@@ -1522,138 +1654,6 @@
|
|
|
1522
1654
|
}
|
|
1523
1655
|
]
|
|
1524
1656
|
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "javascript-module",
|
|
1527
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1528
|
-
"declarations": [
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "class",
|
|
1531
|
-
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1532
|
-
"name": "BmBadgeDot",
|
|
1533
|
-
"slots": [
|
|
1534
|
-
{
|
|
1535
|
-
"description": "Provide text for the BadgeDot",
|
|
1536
|
-
"name": "default"
|
|
1537
|
-
}
|
|
1538
|
-
],
|
|
1539
|
-
"members": [
|
|
1540
|
-
{
|
|
1541
|
-
"kind": "field",
|
|
1542
|
-
"name": "theme",
|
|
1543
|
-
"type": {
|
|
1544
|
-
"text": "'light' | 'dark' | undefined"
|
|
1545
|
-
},
|
|
1546
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1547
|
-
"attribute": "theme"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "field",
|
|
1551
|
-
"name": "appearance",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
|
|
1554
|
-
},
|
|
1555
|
-
"default": "'infoPrimary'",
|
|
1556
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
1557
|
-
"attribute": "appearance"
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "field",
|
|
1561
|
-
"name": "emphasis",
|
|
1562
|
-
"type": {
|
|
1563
|
-
"text": "Emphasis"
|
|
1564
|
-
},
|
|
1565
|
-
"default": "'strong'",
|
|
1566
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
1567
|
-
"attribute": "emphasis"
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "field",
|
|
1571
|
-
"name": "overrideDotColor",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "string | undefined"
|
|
1574
|
-
},
|
|
1575
|
-
"description": "Overrides default dot color",
|
|
1576
|
-
"attribute": "overrideDotColor"
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
|
-
"attributes": [
|
|
1580
|
-
{
|
|
1581
|
-
"name": "theme",
|
|
1582
|
-
"type": {
|
|
1583
|
-
"text": "'light' | 'dark' | undefined"
|
|
1584
|
-
},
|
|
1585
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1586
|
-
"fieldName": "theme"
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"name": "appearance",
|
|
1590
|
-
"type": {
|
|
1591
|
-
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
|
|
1592
|
-
},
|
|
1593
|
-
"default": "'infoPrimary'",
|
|
1594
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
1595
|
-
"fieldName": "appearance"
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"name": "emphasis",
|
|
1599
|
-
"type": {
|
|
1600
|
-
"text": "Emphasis"
|
|
1601
|
-
},
|
|
1602
|
-
"default": "'strong'",
|
|
1603
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
1604
|
-
"fieldName": "emphasis"
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "overrideDotColor",
|
|
1608
|
-
"type": {
|
|
1609
|
-
"text": "string | undefined"
|
|
1610
|
-
},
|
|
1611
|
-
"description": "Overrides default dot color",
|
|
1612
|
-
"fieldName": "overrideDotColor"
|
|
1613
|
-
}
|
|
1614
|
-
],
|
|
1615
|
-
"superclass": {
|
|
1616
|
-
"name": "LitElement",
|
|
1617
|
-
"package": "lit"
|
|
1618
|
-
},
|
|
1619
|
-
"tagName": "bm-badge-dot",
|
|
1620
|
-
"customElement": true
|
|
1621
|
-
}
|
|
1622
|
-
],
|
|
1623
|
-
"exports": [
|
|
1624
|
-
{
|
|
1625
|
-
"kind": "js",
|
|
1626
|
-
"name": "BmBadgeDot",
|
|
1627
|
-
"declaration": {
|
|
1628
|
-
"name": "BmBadgeDot",
|
|
1629
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "custom-element-definition",
|
|
1634
|
-
"name": "bm-badge-dot",
|
|
1635
|
-
"declaration": {
|
|
1636
|
-
"name": "BmBadgeDot",
|
|
1637
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1640
|
-
]
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"kind": "javascript-module",
|
|
1644
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1645
|
-
"declarations": [],
|
|
1646
|
-
"exports": [
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "js",
|
|
1649
|
-
"name": "*",
|
|
1650
|
-
"declaration": {
|
|
1651
|
-
"name": "*",
|
|
1652
|
-
"package": "./BadgeDot"
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1655
|
-
]
|
|
1656
|
-
},
|
|
1657
1657
|
{
|
|
1658
1658
|
"kind": "javascript-module",
|
|
1659
1659
|
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
@@ -2220,98 +2220,6 @@
|
|
|
2220
2220
|
}
|
|
2221
2221
|
]
|
|
2222
2222
|
},
|
|
2223
|
-
{
|
|
2224
|
-
"kind": "javascript-module",
|
|
2225
|
-
"path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
|
|
2226
|
-
"declarations": [
|
|
2227
|
-
{
|
|
2228
|
-
"kind": "class",
|
|
2229
|
-
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
|
|
2230
|
-
"name": "BmCloseButton",
|
|
2231
|
-
"members": [
|
|
2232
|
-
{
|
|
2233
|
-
"kind": "field",
|
|
2234
|
-
"name": "size",
|
|
2235
|
-
"type": {
|
|
2236
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2237
|
-
},
|
|
2238
|
-
"default": "'md'",
|
|
2239
|
-
"description": "Specify the size of the CloseButton",
|
|
2240
|
-
"attribute": "size"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"kind": "field",
|
|
2244
|
-
"name": "disabled",
|
|
2245
|
-
"type": {
|
|
2246
|
-
"text": "boolean"
|
|
2247
|
-
},
|
|
2248
|
-
"default": "false",
|
|
2249
|
-
"description": "Specify if the CloseButton is disabled",
|
|
2250
|
-
"attribute": "disabled"
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"attributes": [
|
|
2254
|
-
{
|
|
2255
|
-
"name": "size",
|
|
2256
|
-
"type": {
|
|
2257
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2258
|
-
},
|
|
2259
|
-
"default": "'md'",
|
|
2260
|
-
"description": "Specify the size of the CloseButton",
|
|
2261
|
-
"fieldName": "size"
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"name": "disabled",
|
|
2265
|
-
"type": {
|
|
2266
|
-
"text": "boolean"
|
|
2267
|
-
},
|
|
2268
|
-
"default": "false",
|
|
2269
|
-
"description": "Specify if the CloseButton is disabled",
|
|
2270
|
-
"fieldName": "disabled"
|
|
2271
|
-
}
|
|
2272
|
-
],
|
|
2273
|
-
"superclass": {
|
|
2274
|
-
"name": "LitElement",
|
|
2275
|
-
"package": "lit"
|
|
2276
|
-
},
|
|
2277
|
-
"tagName": "bm-close-button",
|
|
2278
|
-
"customElement": true
|
|
2279
|
-
}
|
|
2280
|
-
],
|
|
2281
|
-
"exports": [
|
|
2282
|
-
{
|
|
2283
|
-
"kind": "js",
|
|
2284
|
-
"name": "BmCloseButton",
|
|
2285
|
-
"declaration": {
|
|
2286
|
-
"name": "BmCloseButton",
|
|
2287
|
-
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2288
|
-
}
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
"kind": "custom-element-definition",
|
|
2292
|
-
"name": "bm-close-button",
|
|
2293
|
-
"declaration": {
|
|
2294
|
-
"name": "BmCloseButton",
|
|
2295
|
-
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2296
|
-
}
|
|
2297
|
-
}
|
|
2298
|
-
]
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "javascript-module",
|
|
2302
|
-
"path": "libs/web-components/src/lib/CloseButton/index.ts",
|
|
2303
|
-
"declarations": [],
|
|
2304
|
-
"exports": [
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "js",
|
|
2307
|
-
"name": "*",
|
|
2308
|
-
"declaration": {
|
|
2309
|
-
"name": "*",
|
|
2310
|
-
"package": "./CloseButton"
|
|
2311
|
-
}
|
|
2312
|
-
}
|
|
2313
|
-
]
|
|
2314
|
-
},
|
|
2315
2223
|
{
|
|
2316
2224
|
"kind": "javascript-module",
|
|
2317
2225
|
"path": "libs/web-components/src/lib/Divider/Divider.ts",
|
|
@@ -2440,59 +2348,151 @@
|
|
|
2440
2348
|
{
|
|
2441
2349
|
"name": "alignContent",
|
|
2442
2350
|
"type": {
|
|
2443
|
-
"text": "'start' | 'end' | 'center'"
|
|
2351
|
+
"text": "'start' | 'end' | 'center'"
|
|
2352
|
+
},
|
|
2353
|
+
"default": "'center'",
|
|
2354
|
+
"description": "Align content to the divider line",
|
|
2355
|
+
"fieldName": "alignContent"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"name": "length",
|
|
2359
|
+
"type": {
|
|
2360
|
+
"text": "string | undefined"
|
|
2361
|
+
},
|
|
2362
|
+
"fieldName": "length"
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "inset",
|
|
2366
|
+
"type": {
|
|
2367
|
+
"text": "DividerSpacing | undefined"
|
|
2368
|
+
},
|
|
2369
|
+
"default": "'0'",
|
|
2370
|
+
"description": "Add equal padding to each side of the Divider",
|
|
2371
|
+
"fieldName": "inset"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"superclass": {
|
|
2375
|
+
"name": "LitElement",
|
|
2376
|
+
"package": "lit"
|
|
2377
|
+
},
|
|
2378
|
+
"tagName": "bm-divider",
|
|
2379
|
+
"customElement": true
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"exports": [
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "js",
|
|
2385
|
+
"name": "BmDivider",
|
|
2386
|
+
"declaration": {
|
|
2387
|
+
"name": "BmDivider",
|
|
2388
|
+
"module": "libs/web-components/src/lib/Divider/Divider.ts"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"kind": "custom-element-definition",
|
|
2393
|
+
"name": "bm-divider",
|
|
2394
|
+
"declaration": {
|
|
2395
|
+
"name": "BmDivider",
|
|
2396
|
+
"module": "libs/web-components/src/lib/Divider/Divider.ts"
|
|
2397
|
+
}
|
|
2398
|
+
}
|
|
2399
|
+
]
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "javascript-module",
|
|
2403
|
+
"path": "libs/web-components/src/lib/Divider/index.ts",
|
|
2404
|
+
"declarations": [],
|
|
2405
|
+
"exports": [
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "js",
|
|
2408
|
+
"name": "*",
|
|
2409
|
+
"declaration": {
|
|
2410
|
+
"name": "*",
|
|
2411
|
+
"package": "./Divider"
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"kind": "javascript-module",
|
|
2418
|
+
"path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
|
|
2419
|
+
"declarations": [
|
|
2420
|
+
{
|
|
2421
|
+
"kind": "class",
|
|
2422
|
+
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
|
|
2423
|
+
"name": "BmCloseButton",
|
|
2424
|
+
"members": [
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "field",
|
|
2427
|
+
"name": "size",
|
|
2428
|
+
"type": {
|
|
2429
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2430
|
+
},
|
|
2431
|
+
"default": "'md'",
|
|
2432
|
+
"description": "Specify the size of the CloseButton",
|
|
2433
|
+
"attribute": "size"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"kind": "field",
|
|
2437
|
+
"name": "disabled",
|
|
2438
|
+
"type": {
|
|
2439
|
+
"text": "boolean"
|
|
2444
2440
|
},
|
|
2445
|
-
"default": "
|
|
2446
|
-
"description": "
|
|
2447
|
-
"
|
|
2448
|
-
}
|
|
2441
|
+
"default": "false",
|
|
2442
|
+
"description": "Specify if the CloseButton is disabled",
|
|
2443
|
+
"attribute": "disabled"
|
|
2444
|
+
}
|
|
2445
|
+
],
|
|
2446
|
+
"attributes": [
|
|
2449
2447
|
{
|
|
2450
|
-
"name": "
|
|
2448
|
+
"name": "size",
|
|
2451
2449
|
"type": {
|
|
2452
|
-
"text": "
|
|
2450
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2453
2451
|
},
|
|
2454
|
-
"
|
|
2452
|
+
"default": "'md'",
|
|
2453
|
+
"description": "Specify the size of the CloseButton",
|
|
2454
|
+
"fieldName": "size"
|
|
2455
2455
|
},
|
|
2456
2456
|
{
|
|
2457
|
-
"name": "
|
|
2457
|
+
"name": "disabled",
|
|
2458
2458
|
"type": {
|
|
2459
|
-
"text": "
|
|
2459
|
+
"text": "boolean"
|
|
2460
2460
|
},
|
|
2461
|
-
"default": "
|
|
2462
|
-
"description": "
|
|
2463
|
-
"fieldName": "
|
|
2461
|
+
"default": "false",
|
|
2462
|
+
"description": "Specify if the CloseButton is disabled",
|
|
2463
|
+
"fieldName": "disabled"
|
|
2464
2464
|
}
|
|
2465
2465
|
],
|
|
2466
2466
|
"superclass": {
|
|
2467
2467
|
"name": "LitElement",
|
|
2468
2468
|
"package": "lit"
|
|
2469
2469
|
},
|
|
2470
|
-
"tagName": "bm-
|
|
2470
|
+
"tagName": "bm-close-button",
|
|
2471
2471
|
"customElement": true
|
|
2472
2472
|
}
|
|
2473
2473
|
],
|
|
2474
2474
|
"exports": [
|
|
2475
2475
|
{
|
|
2476
2476
|
"kind": "js",
|
|
2477
|
-
"name": "
|
|
2477
|
+
"name": "BmCloseButton",
|
|
2478
2478
|
"declaration": {
|
|
2479
|
-
"name": "
|
|
2480
|
-
"module": "libs/web-components/src/lib/
|
|
2479
|
+
"name": "BmCloseButton",
|
|
2480
|
+
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2481
2481
|
}
|
|
2482
2482
|
},
|
|
2483
2483
|
{
|
|
2484
2484
|
"kind": "custom-element-definition",
|
|
2485
|
-
"name": "bm-
|
|
2485
|
+
"name": "bm-close-button",
|
|
2486
2486
|
"declaration": {
|
|
2487
|
-
"name": "
|
|
2488
|
-
"module": "libs/web-components/src/lib/
|
|
2487
|
+
"name": "BmCloseButton",
|
|
2488
|
+
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2489
2489
|
}
|
|
2490
2490
|
}
|
|
2491
2491
|
]
|
|
2492
2492
|
},
|
|
2493
2493
|
{
|
|
2494
2494
|
"kind": "javascript-module",
|
|
2495
|
-
"path": "libs/web-components/src/lib/
|
|
2495
|
+
"path": "libs/web-components/src/lib/CloseButton/index.ts",
|
|
2496
2496
|
"declarations": [],
|
|
2497
2497
|
"exports": [
|
|
2498
2498
|
{
|
|
@@ -2500,7 +2500,7 @@
|
|
|
2500
2500
|
"name": "*",
|
|
2501
2501
|
"declaration": {
|
|
2502
2502
|
"name": "*",
|
|
2503
|
-
"package": "./
|
|
2503
|
+
"package": "./CloseButton"
|
|
2504
2504
|
}
|
|
2505
2505
|
}
|
|
2506
2506
|
]
|
|
@@ -6092,288 +6092,122 @@
|
|
|
6092
6092
|
"name": "required",
|
|
6093
6093
|
"type": {
|
|
6094
6094
|
"text": "boolean"
|
|
6095
|
-
},
|
|
6096
|
-
"default": "false",
|
|
6097
|
-
"description": "Specify if input is a required",
|
|
6098
|
-
"fieldName": "required"
|
|
6099
|
-
},
|
|
6100
|
-
{
|
|
6101
|
-
"name": "disabled",
|
|
6102
|
-
"type": {
|
|
6103
|
-
"text": "boolean"
|
|
6104
|
-
},
|
|
6105
|
-
"default": "false",
|
|
6106
|
-
"description": "Specify if input is a disabled",
|
|
6107
|
-
"fieldName": "disabled"
|
|
6108
|
-
},
|
|
6109
|
-
{
|
|
6110
|
-
"name": "readOnly",
|
|
6111
|
-
"type": {
|
|
6112
|
-
"text": "boolean"
|
|
6113
|
-
},
|
|
6114
|
-
"default": "false",
|
|
6115
|
-
"description": "Specify if input is a read only",
|
|
6116
|
-
"fieldName": "readOnly"
|
|
6117
|
-
},
|
|
6118
|
-
{
|
|
6119
|
-
"name": "action",
|
|
6120
|
-
"type": {
|
|
6121
|
-
"text": "Optional<string>"
|
|
6122
|
-
},
|
|
6123
|
-
"fieldName": "action"
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"name": "method",
|
|
6127
|
-
"type": {
|
|
6128
|
-
"text": "Optional<string>"
|
|
6129
|
-
},
|
|
6130
|
-
"fieldName": "method"
|
|
6131
|
-
},
|
|
6132
|
-
{
|
|
6133
|
-
"name": "target",
|
|
6134
|
-
"type": {
|
|
6135
|
-
"text": "Optional<string>"
|
|
6136
|
-
},
|
|
6137
|
-
"fieldName": "target"
|
|
6138
|
-
},
|
|
6139
|
-
{
|
|
6140
|
-
"name": "enctype",
|
|
6141
|
-
"type": {
|
|
6142
|
-
"text": "Optional<string>"
|
|
6143
|
-
},
|
|
6144
|
-
"fieldName": "enctype"
|
|
6145
|
-
}
|
|
6146
|
-
],
|
|
6147
|
-
"superclass": {
|
|
6148
|
-
"name": "LitElement",
|
|
6149
|
-
"package": "lit"
|
|
6150
|
-
},
|
|
6151
|
-
"summary": "`bm-form`",
|
|
6152
|
-
"tagName": "bm-form",
|
|
6153
|
-
"customElement": true
|
|
6154
|
-
}
|
|
6155
|
-
],
|
|
6156
|
-
"exports": [
|
|
6157
|
-
{
|
|
6158
|
-
"kind": "js",
|
|
6159
|
-
"name": "validators",
|
|
6160
|
-
"declaration": {
|
|
6161
|
-
"name": "validators",
|
|
6162
|
-
"package": "@viasat/beam-shared/components/form"
|
|
6163
|
-
}
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"kind": "js",
|
|
6167
|
-
"name": "BmForm",
|
|
6168
|
-
"declaration": {
|
|
6169
|
-
"name": "BmForm",
|
|
6170
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6171
|
-
}
|
|
6172
|
-
},
|
|
6173
|
-
{
|
|
6174
|
-
"kind": "custom-element-definition",
|
|
6175
|
-
"name": "bm-form",
|
|
6176
|
-
"declaration": {
|
|
6177
|
-
"name": "BmForm",
|
|
6178
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6179
|
-
}
|
|
6180
|
-
}
|
|
6181
|
-
]
|
|
6182
|
-
},
|
|
6183
|
-
{
|
|
6184
|
-
"kind": "javascript-module",
|
|
6185
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
6186
|
-
"declarations": [
|
|
6187
|
-
{
|
|
6188
|
-
"kind": "function",
|
|
6189
|
-
"name": "createId",
|
|
6190
|
-
"return": {
|
|
6191
|
-
"type": {
|
|
6192
|
-
"text": "string"
|
|
6193
|
-
}
|
|
6194
|
-
}
|
|
6195
|
-
}
|
|
6196
|
-
],
|
|
6197
|
-
"exports": [
|
|
6198
|
-
{
|
|
6199
|
-
"kind": "js",
|
|
6200
|
-
"name": "createId",
|
|
6201
|
-
"declaration": {
|
|
6202
|
-
"name": "createId",
|
|
6203
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
6204
|
-
}
|
|
6205
|
-
}
|
|
6206
|
-
]
|
|
6207
|
-
},
|
|
6208
|
-
{
|
|
6209
|
-
"kind": "javascript-module",
|
|
6210
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
6211
|
-
"declarations": [],
|
|
6212
|
-
"exports": [
|
|
6213
|
-
{
|
|
6214
|
-
"kind": "js",
|
|
6215
|
-
"name": "*",
|
|
6216
|
-
"declaration": {
|
|
6217
|
-
"name": "*",
|
|
6218
|
-
"package": "./Form"
|
|
6219
|
-
}
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"kind": "js",
|
|
6223
|
-
"name": "*",
|
|
6224
|
-
"declaration": {
|
|
6225
|
-
"name": "*",
|
|
6226
|
-
"package": "./Form.decorator"
|
|
6227
|
-
}
|
|
6228
|
-
}
|
|
6229
|
-
]
|
|
6230
|
-
},
|
|
6231
|
-
{
|
|
6232
|
-
"kind": "javascript-module",
|
|
6233
|
-
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
6234
|
-
"declarations": [
|
|
6235
|
-
{
|
|
6236
|
-
"kind": "class",
|
|
6237
|
-
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
6238
|
-
"name": "BmLabel",
|
|
6239
|
-
"slots": [
|
|
6240
|
-
{
|
|
6241
|
-
"description": "Specify the text for Label",
|
|
6242
|
-
"name": "text"
|
|
6243
|
-
},
|
|
6244
|
-
{
|
|
6245
|
-
"description": "Specify if the Label displays as optional",
|
|
6246
|
-
"name": "optional"
|
|
6247
|
-
},
|
|
6248
|
-
{
|
|
6249
|
-
"description": "Specify if the icon displays to add a Tooltip",
|
|
6250
|
-
"name": "tooltip"
|
|
6251
|
-
}
|
|
6252
|
-
],
|
|
6253
|
-
"members": [
|
|
6254
|
-
{
|
|
6255
|
-
"kind": "field",
|
|
6256
|
-
"name": "disabled",
|
|
6257
|
-
"type": {
|
|
6258
|
-
"text": "boolean"
|
|
6259
|
-
},
|
|
6260
|
-
"default": "false",
|
|
6261
|
-
"description": "Specify if the Label displays disabled",
|
|
6262
|
-
"attribute": "disabled"
|
|
6263
|
-
},
|
|
6264
|
-
{
|
|
6265
|
-
"kind": "field",
|
|
6266
|
-
"name": "required",
|
|
6267
|
-
"type": {
|
|
6268
|
-
"text": "boolean"
|
|
6269
|
-
},
|
|
6270
|
-
"default": "false",
|
|
6271
|
-
"description": "Specify if the Label displays as required",
|
|
6272
|
-
"attribute": "required"
|
|
6273
|
-
},
|
|
6274
|
-
{
|
|
6275
|
-
"kind": "field",
|
|
6276
|
-
"name": "text",
|
|
6277
|
-
"type": {
|
|
6278
|
-
"text": "Optional<string>"
|
|
6279
|
-
},
|
|
6280
|
-
"description": "Specify the text for Label",
|
|
6281
|
-
"attribute": "text"
|
|
6282
|
-
},
|
|
6283
|
-
{
|
|
6284
|
-
"kind": "field",
|
|
6285
|
-
"name": "optional",
|
|
6286
|
-
"type": {
|
|
6287
|
-
"text": "Optional<string>"
|
|
6288
|
-
},
|
|
6289
|
-
"description": "Specify the text for Label",
|
|
6290
|
-
"attribute": "optional"
|
|
6291
|
-
},
|
|
6292
|
-
{
|
|
6293
|
-
"kind": "field",
|
|
6294
|
-
"name": "theme",
|
|
6295
|
-
"type": {
|
|
6296
|
-
"text": "Optional<ThemeTypes>"
|
|
6297
|
-
},
|
|
6298
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
6299
|
-
"attribute": "theme"
|
|
6300
|
-
}
|
|
6301
|
-
],
|
|
6302
|
-
"attributes": [
|
|
6095
|
+
},
|
|
6096
|
+
"default": "false",
|
|
6097
|
+
"description": "Specify if input is a required",
|
|
6098
|
+
"fieldName": "required"
|
|
6099
|
+
},
|
|
6303
6100
|
{
|
|
6304
6101
|
"name": "disabled",
|
|
6305
6102
|
"type": {
|
|
6306
6103
|
"text": "boolean"
|
|
6307
6104
|
},
|
|
6308
6105
|
"default": "false",
|
|
6309
|
-
"description": "Specify if
|
|
6106
|
+
"description": "Specify if input is a disabled",
|
|
6310
6107
|
"fieldName": "disabled"
|
|
6311
6108
|
},
|
|
6312
6109
|
{
|
|
6313
|
-
"name": "
|
|
6110
|
+
"name": "readOnly",
|
|
6314
6111
|
"type": {
|
|
6315
6112
|
"text": "boolean"
|
|
6316
6113
|
},
|
|
6317
6114
|
"default": "false",
|
|
6318
|
-
"description": "Specify if
|
|
6319
|
-
"fieldName": "
|
|
6115
|
+
"description": "Specify if input is a read only",
|
|
6116
|
+
"fieldName": "readOnly"
|
|
6320
6117
|
},
|
|
6321
6118
|
{
|
|
6322
|
-
"name": "
|
|
6119
|
+
"name": "action",
|
|
6323
6120
|
"type": {
|
|
6324
6121
|
"text": "Optional<string>"
|
|
6325
6122
|
},
|
|
6326
|
-
"
|
|
6327
|
-
"fieldName": "text"
|
|
6123
|
+
"fieldName": "action"
|
|
6328
6124
|
},
|
|
6329
6125
|
{
|
|
6330
|
-
"name": "
|
|
6126
|
+
"name": "method",
|
|
6331
6127
|
"type": {
|
|
6332
6128
|
"text": "Optional<string>"
|
|
6333
6129
|
},
|
|
6334
|
-
"
|
|
6335
|
-
"fieldName": "optional"
|
|
6130
|
+
"fieldName": "method"
|
|
6336
6131
|
},
|
|
6337
6132
|
{
|
|
6338
|
-
"name": "
|
|
6133
|
+
"name": "target",
|
|
6339
6134
|
"type": {
|
|
6340
|
-
"text": "Optional<
|
|
6135
|
+
"text": "Optional<string>"
|
|
6341
6136
|
},
|
|
6342
|
-
"
|
|
6343
|
-
|
|
6137
|
+
"fieldName": "target"
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"name": "enctype",
|
|
6141
|
+
"type": {
|
|
6142
|
+
"text": "Optional<string>"
|
|
6143
|
+
},
|
|
6144
|
+
"fieldName": "enctype"
|
|
6344
6145
|
}
|
|
6345
6146
|
],
|
|
6346
6147
|
"superclass": {
|
|
6347
6148
|
"name": "LitElement",
|
|
6348
6149
|
"package": "lit"
|
|
6349
6150
|
},
|
|
6350
|
-
"summary": "`bm-
|
|
6351
|
-
"tagName": "bm-
|
|
6151
|
+
"summary": "`bm-form`",
|
|
6152
|
+
"tagName": "bm-form",
|
|
6352
6153
|
"customElement": true
|
|
6353
6154
|
}
|
|
6354
6155
|
],
|
|
6355
6156
|
"exports": [
|
|
6356
6157
|
{
|
|
6357
6158
|
"kind": "js",
|
|
6358
|
-
"name": "
|
|
6159
|
+
"name": "validators",
|
|
6359
6160
|
"declaration": {
|
|
6360
|
-
"name": "
|
|
6361
|
-
"
|
|
6161
|
+
"name": "validators",
|
|
6162
|
+
"package": "@viasat/beam-shared/components/form"
|
|
6163
|
+
}
|
|
6164
|
+
},
|
|
6165
|
+
{
|
|
6166
|
+
"kind": "js",
|
|
6167
|
+
"name": "BmForm",
|
|
6168
|
+
"declaration": {
|
|
6169
|
+
"name": "BmForm",
|
|
6170
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6362
6171
|
}
|
|
6363
6172
|
},
|
|
6364
6173
|
{
|
|
6365
6174
|
"kind": "custom-element-definition",
|
|
6366
|
-
"name": "bm-
|
|
6175
|
+
"name": "bm-form",
|
|
6367
6176
|
"declaration": {
|
|
6368
|
-
"name": "
|
|
6369
|
-
"module": "libs/web-components/src/lib/wip/
|
|
6177
|
+
"name": "BmForm",
|
|
6178
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6370
6179
|
}
|
|
6371
6180
|
}
|
|
6372
6181
|
]
|
|
6373
6182
|
},
|
|
6374
6183
|
{
|
|
6375
6184
|
"kind": "javascript-module",
|
|
6376
|
-
"path": "libs/web-components/src/lib/wip/
|
|
6185
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
6186
|
+
"declarations": [
|
|
6187
|
+
{
|
|
6188
|
+
"kind": "function",
|
|
6189
|
+
"name": "createId",
|
|
6190
|
+
"return": {
|
|
6191
|
+
"type": {
|
|
6192
|
+
"text": "string"
|
|
6193
|
+
}
|
|
6194
|
+
}
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"exports": [
|
|
6198
|
+
{
|
|
6199
|
+
"kind": "js",
|
|
6200
|
+
"name": "createId",
|
|
6201
|
+
"declaration": {
|
|
6202
|
+
"name": "createId",
|
|
6203
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
6204
|
+
}
|
|
6205
|
+
}
|
|
6206
|
+
]
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"kind": "javascript-module",
|
|
6210
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
6377
6211
|
"declarations": [],
|
|
6378
6212
|
"exports": [
|
|
6379
6213
|
{
|
|
@@ -6381,7 +6215,15 @@
|
|
|
6381
6215
|
"name": "*",
|
|
6382
6216
|
"declaration": {
|
|
6383
6217
|
"name": "*",
|
|
6384
|
-
"package": "./
|
|
6218
|
+
"package": "./Form"
|
|
6219
|
+
}
|
|
6220
|
+
},
|
|
6221
|
+
{
|
|
6222
|
+
"kind": "js",
|
|
6223
|
+
"name": "*",
|
|
6224
|
+
"declaration": {
|
|
6225
|
+
"name": "*",
|
|
6226
|
+
"package": "./Form.decorator"
|
|
6385
6227
|
}
|
|
6386
6228
|
}
|
|
6387
6229
|
]
|
|
@@ -9240,6 +9082,164 @@
|
|
|
9240
9082
|
}
|
|
9241
9083
|
]
|
|
9242
9084
|
},
|
|
9085
|
+
{
|
|
9086
|
+
"kind": "javascript-module",
|
|
9087
|
+
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
9088
|
+
"declarations": [
|
|
9089
|
+
{
|
|
9090
|
+
"kind": "class",
|
|
9091
|
+
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
9092
|
+
"name": "BmLabel",
|
|
9093
|
+
"slots": [
|
|
9094
|
+
{
|
|
9095
|
+
"description": "Specify the text for Label",
|
|
9096
|
+
"name": "text"
|
|
9097
|
+
},
|
|
9098
|
+
{
|
|
9099
|
+
"description": "Specify if the Label displays as optional",
|
|
9100
|
+
"name": "optional"
|
|
9101
|
+
},
|
|
9102
|
+
{
|
|
9103
|
+
"description": "Specify if the icon displays to add a Tooltip",
|
|
9104
|
+
"name": "tooltip"
|
|
9105
|
+
}
|
|
9106
|
+
],
|
|
9107
|
+
"members": [
|
|
9108
|
+
{
|
|
9109
|
+
"kind": "field",
|
|
9110
|
+
"name": "disabled",
|
|
9111
|
+
"type": {
|
|
9112
|
+
"text": "boolean"
|
|
9113
|
+
},
|
|
9114
|
+
"default": "false",
|
|
9115
|
+
"description": "Specify if the Label displays disabled",
|
|
9116
|
+
"attribute": "disabled"
|
|
9117
|
+
},
|
|
9118
|
+
{
|
|
9119
|
+
"kind": "field",
|
|
9120
|
+
"name": "required",
|
|
9121
|
+
"type": {
|
|
9122
|
+
"text": "boolean"
|
|
9123
|
+
},
|
|
9124
|
+
"default": "false",
|
|
9125
|
+
"description": "Specify if the Label displays as required",
|
|
9126
|
+
"attribute": "required"
|
|
9127
|
+
},
|
|
9128
|
+
{
|
|
9129
|
+
"kind": "field",
|
|
9130
|
+
"name": "text",
|
|
9131
|
+
"type": {
|
|
9132
|
+
"text": "Optional<string>"
|
|
9133
|
+
},
|
|
9134
|
+
"description": "Specify the text for Label",
|
|
9135
|
+
"attribute": "text"
|
|
9136
|
+
},
|
|
9137
|
+
{
|
|
9138
|
+
"kind": "field",
|
|
9139
|
+
"name": "optional",
|
|
9140
|
+
"type": {
|
|
9141
|
+
"text": "Optional<string>"
|
|
9142
|
+
},
|
|
9143
|
+
"description": "Specify the text for Label",
|
|
9144
|
+
"attribute": "optional"
|
|
9145
|
+
},
|
|
9146
|
+
{
|
|
9147
|
+
"kind": "field",
|
|
9148
|
+
"name": "theme",
|
|
9149
|
+
"type": {
|
|
9150
|
+
"text": "Optional<ThemeTypes>"
|
|
9151
|
+
},
|
|
9152
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
9153
|
+
"attribute": "theme"
|
|
9154
|
+
}
|
|
9155
|
+
],
|
|
9156
|
+
"attributes": [
|
|
9157
|
+
{
|
|
9158
|
+
"name": "disabled",
|
|
9159
|
+
"type": {
|
|
9160
|
+
"text": "boolean"
|
|
9161
|
+
},
|
|
9162
|
+
"default": "false",
|
|
9163
|
+
"description": "Specify if the Label displays disabled",
|
|
9164
|
+
"fieldName": "disabled"
|
|
9165
|
+
},
|
|
9166
|
+
{
|
|
9167
|
+
"name": "required",
|
|
9168
|
+
"type": {
|
|
9169
|
+
"text": "boolean"
|
|
9170
|
+
},
|
|
9171
|
+
"default": "false",
|
|
9172
|
+
"description": "Specify if the Label displays as required",
|
|
9173
|
+
"fieldName": "required"
|
|
9174
|
+
},
|
|
9175
|
+
{
|
|
9176
|
+
"name": "text",
|
|
9177
|
+
"type": {
|
|
9178
|
+
"text": "Optional<string>"
|
|
9179
|
+
},
|
|
9180
|
+
"description": "Specify the text for Label",
|
|
9181
|
+
"fieldName": "text"
|
|
9182
|
+
},
|
|
9183
|
+
{
|
|
9184
|
+
"name": "optional",
|
|
9185
|
+
"type": {
|
|
9186
|
+
"text": "Optional<string>"
|
|
9187
|
+
},
|
|
9188
|
+
"description": "Specify the text for Label",
|
|
9189
|
+
"fieldName": "optional"
|
|
9190
|
+
},
|
|
9191
|
+
{
|
|
9192
|
+
"name": "theme",
|
|
9193
|
+
"type": {
|
|
9194
|
+
"text": "Optional<ThemeTypes>"
|
|
9195
|
+
},
|
|
9196
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
9197
|
+
"fieldName": "theme"
|
|
9198
|
+
}
|
|
9199
|
+
],
|
|
9200
|
+
"superclass": {
|
|
9201
|
+
"name": "LitElement",
|
|
9202
|
+
"package": "lit"
|
|
9203
|
+
},
|
|
9204
|
+
"summary": "`bm-label`",
|
|
9205
|
+
"tagName": "bm-label",
|
|
9206
|
+
"customElement": true
|
|
9207
|
+
}
|
|
9208
|
+
],
|
|
9209
|
+
"exports": [
|
|
9210
|
+
{
|
|
9211
|
+
"kind": "js",
|
|
9212
|
+
"name": "BmLabel",
|
|
9213
|
+
"declaration": {
|
|
9214
|
+
"name": "BmLabel",
|
|
9215
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
9216
|
+
}
|
|
9217
|
+
},
|
|
9218
|
+
{
|
|
9219
|
+
"kind": "custom-element-definition",
|
|
9220
|
+
"name": "bm-label",
|
|
9221
|
+
"declaration": {
|
|
9222
|
+
"name": "BmLabel",
|
|
9223
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
9224
|
+
}
|
|
9225
|
+
}
|
|
9226
|
+
]
|
|
9227
|
+
},
|
|
9228
|
+
{
|
|
9229
|
+
"kind": "javascript-module",
|
|
9230
|
+
"path": "libs/web-components/src/lib/wip/Label/index.ts",
|
|
9231
|
+
"declarations": [],
|
|
9232
|
+
"exports": [
|
|
9233
|
+
{
|
|
9234
|
+
"kind": "js",
|
|
9235
|
+
"name": "*",
|
|
9236
|
+
"declaration": {
|
|
9237
|
+
"name": "*",
|
|
9238
|
+
"package": "./Label"
|
|
9239
|
+
}
|
|
9240
|
+
}
|
|
9241
|
+
]
|
|
9242
|
+
},
|
|
9243
9243
|
{
|
|
9244
9244
|
"kind": "javascript-module",
|
|
9245
9245
|
"path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Framework-agnostic web components for the Beam Design System built with Lit, compatible with Angular, Vue, Svelte, and vanilla JavaScript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Viasat",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@viasat/beam-fonts": "2.
|
|
68
|
-
"@viasat/beam-shared": "2.
|
|
69
|
-
"@viasat/beam-styles": "2.
|
|
70
|
-
"@viasat/beam-tokens": "2.
|
|
71
|
-
"@viasat/beam-icons": "2.
|
|
67
|
+
"@viasat/beam-fonts": "2.11.0",
|
|
68
|
+
"@viasat/beam-shared": "2.11.0",
|
|
69
|
+
"@viasat/beam-styles": "2.11.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.11.0",
|
|
71
|
+
"@viasat/beam-icons": "2.11.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -202,6 +202,48 @@
|
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
},
|
|
205
|
+
{
|
|
206
|
+
"name": "bm-badge-dot",
|
|
207
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
|
|
208
|
+
"attributes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "theme",
|
|
211
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
212
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "appearance",
|
|
216
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
217
|
+
"values": [
|
|
218
|
+
{ "name": "primary" },
|
|
219
|
+
{ "name": "secondary" },
|
|
220
|
+
{ "name": "infoPrimary" },
|
|
221
|
+
{ "name": "infoSecondary" },
|
|
222
|
+
{ "name": "positive" },
|
|
223
|
+
{ "name": "warning" },
|
|
224
|
+
{ "name": "negative" },
|
|
225
|
+
{ "name": "inverse" },
|
|
226
|
+
{ "name": "secondaryInverse" }
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "emphasis",
|
|
231
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
232
|
+
"values": [{ "name": "Emphasis" }]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "overrideDotColor",
|
|
236
|
+
"description": "Overrides default dot color",
|
|
237
|
+
"values": []
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"references": [
|
|
241
|
+
{
|
|
242
|
+
"name": "Storybook",
|
|
243
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
205
247
|
{
|
|
206
248
|
"name": "bm-alert",
|
|
207
249
|
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
|
|
@@ -678,48 +720,6 @@
|
|
|
678
720
|
}
|
|
679
721
|
]
|
|
680
722
|
},
|
|
681
|
-
{
|
|
682
|
-
"name": "bm-badge-dot",
|
|
683
|
-
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
|
|
684
|
-
"attributes": [
|
|
685
|
-
{
|
|
686
|
-
"name": "theme",
|
|
687
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
688
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "appearance",
|
|
692
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
693
|
-
"values": [
|
|
694
|
-
{ "name": "primary" },
|
|
695
|
-
{ "name": "secondary" },
|
|
696
|
-
{ "name": "infoPrimary" },
|
|
697
|
-
{ "name": "infoSecondary" },
|
|
698
|
-
{ "name": "positive" },
|
|
699
|
-
{ "name": "warning" },
|
|
700
|
-
{ "name": "negative" },
|
|
701
|
-
{ "name": "inverse" },
|
|
702
|
-
{ "name": "secondaryInverse" }
|
|
703
|
-
]
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "emphasis",
|
|
707
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
708
|
-
"values": [{ "name": "Emphasis" }]
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"name": "overrideDotColor",
|
|
712
|
-
"description": "Overrides default dot color",
|
|
713
|
-
"values": []
|
|
714
|
-
}
|
|
715
|
-
],
|
|
716
|
-
"references": [
|
|
717
|
-
{
|
|
718
|
-
"name": "Storybook",
|
|
719
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
},
|
|
723
723
|
{
|
|
724
724
|
"name": "bm-breadcrumb",
|
|
725
725
|
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
|
|
@@ -849,34 +849,6 @@
|
|
|
849
849
|
}
|
|
850
850
|
]
|
|
851
851
|
},
|
|
852
|
-
{
|
|
853
|
-
"name": "bm-close-button",
|
|
854
|
-
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
|
|
855
|
-
"attributes": [
|
|
856
|
-
{
|
|
857
|
-
"name": "size",
|
|
858
|
-
"description": "Specify the size of the CloseButton",
|
|
859
|
-
"values": [
|
|
860
|
-
{ "name": "xs" },
|
|
861
|
-
{ "name": "sm" },
|
|
862
|
-
{ "name": "md" },
|
|
863
|
-
{ "name": "lg" },
|
|
864
|
-
{ "name": "xl" }
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"name": "disabled",
|
|
869
|
-
"description": "Specify if the CloseButton is disabled",
|
|
870
|
-
"values": []
|
|
871
|
-
}
|
|
872
|
-
],
|
|
873
|
-
"references": [
|
|
874
|
-
{
|
|
875
|
-
"name": "Storybook",
|
|
876
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
|
|
877
|
-
}
|
|
878
|
-
]
|
|
879
|
-
},
|
|
880
852
|
{
|
|
881
853
|
"name": "bm-divider",
|
|
882
854
|
"description": "`bm-divider`\n\n### Attributes:\n- **orientation** - Specify the direction of the Divider\n- **borderColor** - Specify the border color of the divider line\n- **borderWidth** - Specify the width of the divider line\n- **borderStyle** - Specify the style of the divider line\n- **alignContent** - Align content to the divider line\n- **length** \n- **inset** - Add equal padding to each side of the Divider\n---\n\n\n### **Slots:**\n - **default** - Add text to the Divider\n- **icon** - Add an icon to the Divider",
|
|
@@ -946,6 +918,34 @@
|
|
|
946
918
|
}
|
|
947
919
|
]
|
|
948
920
|
},
|
|
921
|
+
{
|
|
922
|
+
"name": "bm-close-button",
|
|
923
|
+
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
|
|
924
|
+
"attributes": [
|
|
925
|
+
{
|
|
926
|
+
"name": "size",
|
|
927
|
+
"description": "Specify the size of the CloseButton",
|
|
928
|
+
"values": [
|
|
929
|
+
{ "name": "xs" },
|
|
930
|
+
{ "name": "sm" },
|
|
931
|
+
{ "name": "md" },
|
|
932
|
+
{ "name": "lg" },
|
|
933
|
+
{ "name": "xl" }
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "disabled",
|
|
938
|
+
"description": "Specify if the CloseButton is disabled",
|
|
939
|
+
"values": []
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"references": [
|
|
943
|
+
{
|
|
944
|
+
"name": "Storybook",
|
|
945
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-closebutton"
|
|
946
|
+
}
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
949
|
{
|
|
950
950
|
"name": "bm-empty-state",
|
|
951
951
|
"description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **icon** - Specify an icon for EmptyState\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Add actions to EmptyState",
|
|
@@ -1806,43 +1806,6 @@
|
|
|
1806
1806
|
}
|
|
1807
1807
|
]
|
|
1808
1808
|
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "bm-label",
|
|
1811
|
-
"description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
|
|
1812
|
-
"attributes": [
|
|
1813
|
-
{
|
|
1814
|
-
"name": "disabled",
|
|
1815
|
-
"description": "Specify if the Label displays disabled",
|
|
1816
|
-
"values": []
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"name": "required",
|
|
1820
|
-
"description": "Specify if the Label displays as required",
|
|
1821
|
-
"values": []
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "text",
|
|
1825
|
-
"description": "Specify the text for Label",
|
|
1826
|
-
"values": [{ "name": "Optional<string>" }]
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "optional",
|
|
1830
|
-
"description": "Specify the text for Label",
|
|
1831
|
-
"values": [{ "name": "Optional<string>" }]
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"name": "theme",
|
|
1835
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
1836
|
-
"values": [{ "name": "Optional<ThemeTypes>" }]
|
|
1837
|
-
}
|
|
1838
|
-
],
|
|
1839
|
-
"references": [
|
|
1840
|
-
{
|
|
1841
|
-
"name": "Storybook",
|
|
1842
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
|
|
1843
|
-
}
|
|
1844
|
-
]
|
|
1845
|
-
},
|
|
1846
1809
|
{
|
|
1847
1810
|
"name": "bm-file-upload-button",
|
|
1848
1811
|
"description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
|
|
@@ -2409,6 +2372,43 @@
|
|
|
2409
2372
|
}
|
|
2410
2373
|
]
|
|
2411
2374
|
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "bm-label",
|
|
2377
|
+
"description": "`bm-label`\n---\n\n\n### **Slots:**\n - **text** - Specify the text for Label\n- **optional** - Specify if the Label displays as optional\n- **tooltip** - Specify if the icon displays to add a Tooltip",
|
|
2378
|
+
"attributes": [
|
|
2379
|
+
{
|
|
2380
|
+
"name": "disabled",
|
|
2381
|
+
"description": "Specify if the Label displays disabled",
|
|
2382
|
+
"values": []
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "required",
|
|
2386
|
+
"description": "Specify if the Label displays as required",
|
|
2387
|
+
"values": []
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "text",
|
|
2391
|
+
"description": "Specify the text for Label",
|
|
2392
|
+
"values": [{ "name": "Optional<string>" }]
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "optional",
|
|
2396
|
+
"description": "Specify the text for Label",
|
|
2397
|
+
"values": [{ "name": "Optional<string>" }]
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"name": "theme",
|
|
2401
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
2402
|
+
"values": [{ "name": "Optional<ThemeTypes>" }]
|
|
2403
|
+
}
|
|
2404
|
+
],
|
|
2405
|
+
"references": [
|
|
2406
|
+
{
|
|
2407
|
+
"name": "Storybook",
|
|
2408
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-label"
|
|
2409
|
+
}
|
|
2410
|
+
]
|
|
2411
|
+
},
|
|
2412
2412
|
{
|
|
2413
2413
|
"name": "bm-text-field",
|
|
2414
2414
|
"description": "`bm-text-field`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextField\n- **helper-text** - Specify the helper text for TextField\n- **content-after** - Specify content to display after input\n- **content-before** - Specify content to display before input",
|