@tylertech/forge 3.8.0-dev.0 → 3.8.0-dev.2

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.
@@ -651,194 +651,6 @@
651
651
  }
652
652
  ]
653
653
  },
654
- {
655
- "kind": "javascript-module",
656
- "path": "src/lib/avatar/avatar.ts",
657
- "declarations": [
658
- {
659
- "kind": "variable",
660
- "name": "AVATAR_TAG_NAME",
661
- "type": {
662
- "text": "keyof HTMLElementTagNameMap"
663
- },
664
- "default": "'forge-avatar'"
665
- },
666
- {
667
- "kind": "class",
668
- "description": "",
669
- "name": "AvatarComponent",
670
- "cssProperties": [
671
- {
672
- "type": {
673
- "text": "string"
674
- },
675
- "description": "The background color of the avatar.",
676
- "name": "--forge-avatar-background"
677
- },
678
- {
679
- "type": {
680
- "text": "number"
681
- },
682
- "description": "The border radius of the avatar, defaults to 50%.",
683
- "name": "--forge-avatar-shape"
684
- },
685
- {
686
- "type": {
687
- "text": "color"
688
- },
689
- "description": "The text color of the avatar.",
690
- "name": "--forge-avatar-color"
691
- },
692
- {
693
- "type": {
694
- "text": "number"
695
- },
696
- "description": "The height and width of the avatar.",
697
- "name": "--forge-avatar-size"
698
- },
699
- {
700
- "type": {
701
- "text": "number"
702
- },
703
- "description": "The transition duration for animations.",
704
- "name": "--forge-avatar-transition-duration"
705
- },
706
- {
707
- "type": {
708
- "text": "string"
709
- },
710
- "description": "The transition timing function for animations.",
711
- "name": "--forge-avatar-transition-timing"
712
- }
713
- ],
714
- "cssParts": [
715
- {
716
- "description": "The root container element.",
717
- "name": "root"
718
- }
719
- ],
720
- "slots": [
721
- {
722
- "description": "The default slot for avatar content if not provided via text/imageUrl.",
723
- "name": ""
724
- }
725
- ],
726
- "members": [
727
- {
728
- "kind": "field",
729
- "name": "text",
730
- "type": {
731
- "text": "string"
732
- },
733
- "privacy": "public",
734
- "default": "''",
735
- "description": "The text to display in the avatar.",
736
- "attribute": "text"
737
- },
738
- {
739
- "kind": "field",
740
- "name": "letterCount",
741
- "type": {
742
- "text": "number"
743
- },
744
- "privacy": "public",
745
- "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
746
- "default": "2",
747
- "attribute": "letter-count"
748
- },
749
- {
750
- "kind": "field",
751
- "name": "imageUrl",
752
- "type": {
753
- "text": "string"
754
- },
755
- "privacy": "public",
756
- "default": "''",
757
- "description": "The background image URL to use.",
758
- "attribute": "image-url"
759
- },
760
- {
761
- "kind": "field",
762
- "name": "_image",
763
- "type": {
764
- "text": "HTMLImageElement | undefined"
765
- },
766
- "privacy": "private"
767
- },
768
- {
769
- "kind": "method",
770
- "name": "_tryLoadImage",
771
- "privacy": "private",
772
- "return": {
773
- "type": {
774
- "text": "Promise<void>"
775
- }
776
- }
777
- }
778
- ],
779
- "attributes": [
780
- {
781
- "name": "text",
782
- "type": {
783
- "text": "string"
784
- },
785
- "default": "''",
786
- "description": "The text to display in the avatar.",
787
- "fieldName": "text"
788
- },
789
- {
790
- "name": "letter-count",
791
- "type": {
792
- "text": "number"
793
- },
794
- "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
795
- "default": "2",
796
- "fieldName": "letterCount"
797
- },
798
- {
799
- "name": "image-url",
800
- "type": {
801
- "text": "string"
802
- },
803
- "default": "''",
804
- "description": "The background image URL to use.",
805
- "fieldName": "imageUrl"
806
- }
807
- ],
808
- "superclass": {
809
- "name": "LitElement",
810
- "package": "lit"
811
- },
812
- "tagName": "forge-avatar",
813
- "summary": "Avatars represent an entity via text or image.",
814
- "cssClasses": [
815
- {
816
- "name": "forge-avatar",
817
- "description": "The avatar class _(required)_."
818
- }
819
- ],
820
- "customElement": true
821
- }
822
- ],
823
- "exports": [
824
- {
825
- "kind": "js",
826
- "name": "AVATAR_TAG_NAME",
827
- "declaration": {
828
- "name": "AVATAR_TAG_NAME",
829
- "module": "src/lib/avatar/avatar.ts"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "AvatarComponent",
835
- "declaration": {
836
- "name": "AvatarComponent",
837
- "module": "src/lib/avatar/avatar.ts"
838
- }
839
- }
840
- ]
841
- },
842
654
  {
843
655
  "kind": "javascript-module",
844
656
  "path": "src/lib/backdrop/backdrop.ts",
@@ -1042,6 +854,194 @@
1042
854
  }
1043
855
  ]
1044
856
  },
857
+ {
858
+ "kind": "javascript-module",
859
+ "path": "src/lib/avatar/avatar.ts",
860
+ "declarations": [
861
+ {
862
+ "kind": "variable",
863
+ "name": "AVATAR_TAG_NAME",
864
+ "type": {
865
+ "text": "keyof HTMLElementTagNameMap"
866
+ },
867
+ "default": "'forge-avatar'"
868
+ },
869
+ {
870
+ "kind": "class",
871
+ "description": "",
872
+ "name": "AvatarComponent",
873
+ "cssProperties": [
874
+ {
875
+ "type": {
876
+ "text": "string"
877
+ },
878
+ "description": "The background color of the avatar.",
879
+ "name": "--forge-avatar-background"
880
+ },
881
+ {
882
+ "type": {
883
+ "text": "number"
884
+ },
885
+ "description": "The border radius of the avatar, defaults to 50%.",
886
+ "name": "--forge-avatar-shape"
887
+ },
888
+ {
889
+ "type": {
890
+ "text": "color"
891
+ },
892
+ "description": "The text color of the avatar.",
893
+ "name": "--forge-avatar-color"
894
+ },
895
+ {
896
+ "type": {
897
+ "text": "number"
898
+ },
899
+ "description": "The height and width of the avatar.",
900
+ "name": "--forge-avatar-size"
901
+ },
902
+ {
903
+ "type": {
904
+ "text": "number"
905
+ },
906
+ "description": "The transition duration for animations.",
907
+ "name": "--forge-avatar-transition-duration"
908
+ },
909
+ {
910
+ "type": {
911
+ "text": "string"
912
+ },
913
+ "description": "The transition timing function for animations.",
914
+ "name": "--forge-avatar-transition-timing"
915
+ }
916
+ ],
917
+ "cssParts": [
918
+ {
919
+ "description": "The root container element.",
920
+ "name": "root"
921
+ }
922
+ ],
923
+ "slots": [
924
+ {
925
+ "description": "The default slot for avatar content if not provided via text/imageUrl.",
926
+ "name": ""
927
+ }
928
+ ],
929
+ "members": [
930
+ {
931
+ "kind": "field",
932
+ "name": "text",
933
+ "type": {
934
+ "text": "string"
935
+ },
936
+ "privacy": "public",
937
+ "default": "''",
938
+ "description": "The text to display in the avatar.",
939
+ "attribute": "text"
940
+ },
941
+ {
942
+ "kind": "field",
943
+ "name": "letterCount",
944
+ "type": {
945
+ "text": "number"
946
+ },
947
+ "privacy": "public",
948
+ "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
949
+ "default": "2",
950
+ "attribute": "letter-count"
951
+ },
952
+ {
953
+ "kind": "field",
954
+ "name": "imageUrl",
955
+ "type": {
956
+ "text": "string"
957
+ },
958
+ "privacy": "public",
959
+ "default": "''",
960
+ "description": "The background image URL to use.",
961
+ "attribute": "image-url"
962
+ },
963
+ {
964
+ "kind": "field",
965
+ "name": "_image",
966
+ "type": {
967
+ "text": "HTMLImageElement | undefined"
968
+ },
969
+ "privacy": "private"
970
+ },
971
+ {
972
+ "kind": "method",
973
+ "name": "_tryLoadImage",
974
+ "privacy": "private",
975
+ "return": {
976
+ "type": {
977
+ "text": "Promise<void>"
978
+ }
979
+ }
980
+ }
981
+ ],
982
+ "attributes": [
983
+ {
984
+ "name": "text",
985
+ "type": {
986
+ "text": "string"
987
+ },
988
+ "default": "''",
989
+ "description": "The text to display in the avatar.",
990
+ "fieldName": "text"
991
+ },
992
+ {
993
+ "name": "letter-count",
994
+ "type": {
995
+ "text": "number"
996
+ },
997
+ "description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
998
+ "default": "2",
999
+ "fieldName": "letterCount"
1000
+ },
1001
+ {
1002
+ "name": "image-url",
1003
+ "type": {
1004
+ "text": "string"
1005
+ },
1006
+ "default": "''",
1007
+ "description": "The background image URL to use.",
1008
+ "fieldName": "imageUrl"
1009
+ }
1010
+ ],
1011
+ "superclass": {
1012
+ "name": "LitElement",
1013
+ "package": "lit"
1014
+ },
1015
+ "tagName": "forge-avatar",
1016
+ "summary": "Avatars represent an entity via text or image.",
1017
+ "cssClasses": [
1018
+ {
1019
+ "name": "forge-avatar",
1020
+ "description": "The avatar class _(required)_."
1021
+ }
1022
+ ],
1023
+ "customElement": true
1024
+ }
1025
+ ],
1026
+ "exports": [
1027
+ {
1028
+ "kind": "js",
1029
+ "name": "AVATAR_TAG_NAME",
1030
+ "declaration": {
1031
+ "name": "AVATAR_TAG_NAME",
1032
+ "module": "src/lib/avatar/avatar.ts"
1033
+ }
1034
+ },
1035
+ {
1036
+ "kind": "js",
1037
+ "name": "AvatarComponent",
1038
+ "declaration": {
1039
+ "name": "AvatarComponent",
1040
+ "module": "src/lib/avatar/avatar.ts"
1041
+ }
1042
+ }
1043
+ ]
1044
+ },
1045
1045
  {
1046
1046
  "kind": "javascript-module",
1047
1047
  "path": "src/lib/badge/badge.ts",
@@ -1215,6 +1215,171 @@
1215
1215
  }
1216
1216
  ]
1217
1217
  },
1218
+ {
1219
+ "kind": "javascript-module",
1220
+ "path": "src/lib/banner/banner.ts",
1221
+ "declarations": [
1222
+ {
1223
+ "kind": "class",
1224
+ "description": "",
1225
+ "name": "BannerComponent",
1226
+ "cssProperties": [
1227
+ {
1228
+ "description": "The background color of the banner.",
1229
+ "name": "--forge-banner-background"
1230
+ },
1231
+ {
1232
+ "description": "The text color of the banner.",
1233
+ "name": "--forge-banner-color"
1234
+ },
1235
+ {
1236
+ "description": "The color of the icon.",
1237
+ "name": "--forge-banner-icon-color"
1238
+ },
1239
+ {
1240
+ "description": "The gap between the contents.",
1241
+ "name": "--forge-banner-gap"
1242
+ },
1243
+ {
1244
+ "description": "The inline padding.",
1245
+ "name": "--forge-banner-padding-inline"
1246
+ },
1247
+ {
1248
+ "description": "The block padding.",
1249
+ "name": "--forge-banner-padding-block"
1250
+ },
1251
+ {
1252
+ "description": "The transition duration.",
1253
+ "name": "--forge-banner-transition-duration"
1254
+ },
1255
+ {
1256
+ "description": "The transition easing function.",
1257
+ "name": "--forge-banner-transition-easing"
1258
+ }
1259
+ ],
1260
+ "slots": [
1261
+ {
1262
+ "description": "The content of the banner.",
1263
+ "name": ""
1264
+ },
1265
+ {
1266
+ "description": "The icon to display.",
1267
+ "name": "icon"
1268
+ },
1269
+ {
1270
+ "description": "The optional button to display.",
1271
+ "name": "button"
1272
+ }
1273
+ ],
1274
+ "members": [
1275
+ {
1276
+ "kind": "field",
1277
+ "name": "dismissed",
1278
+ "type": {
1279
+ "text": "boolean"
1280
+ },
1281
+ "privacy": "public",
1282
+ "description": "Controls the visibility of the banner.",
1283
+ "default": "false"
1284
+ },
1285
+ {
1286
+ "kind": "field",
1287
+ "name": "persistent",
1288
+ "type": {
1289
+ "text": "boolean"
1290
+ },
1291
+ "privacy": "public",
1292
+ "description": "Controls the visibility of the built-in dismiss button.",
1293
+ "default": "false"
1294
+ },
1295
+ {
1296
+ "kind": "field",
1297
+ "name": "theme",
1298
+ "type": {
1299
+ "text": "BannerTheme"
1300
+ },
1301
+ "privacy": "public",
1302
+ "description": "The theme of the banner.",
1303
+ "default": "\"info\""
1304
+ },
1305
+ {
1306
+ "kind": "field",
1307
+ "name": "canDismiss",
1308
+ "type": {
1309
+ "text": "boolean"
1310
+ },
1311
+ "privacy": "public",
1312
+ "deprecated": "Use `persistent` instead."
1313
+ }
1314
+ ],
1315
+ "events": [
1316
+ {
1317
+ "type": {
1318
+ "text": "CustomEvent<void>"
1319
+ },
1320
+ "description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
1321
+ "name": "forge-banner-before-dismiss"
1322
+ },
1323
+ {
1324
+ "type": {
1325
+ "text": "CustomEvent<void>"
1326
+ },
1327
+ "description": "Dispatched when the banner is dismissed.",
1328
+ "name": "forge-banner-dismissed"
1329
+ }
1330
+ ],
1331
+ "attributes": [
1332
+ {
1333
+ "type": {
1334
+ "text": "boolean"
1335
+ },
1336
+ "description": "Controls the visibility of the banner.",
1337
+ "name": "dismissed",
1338
+ "default": "false"
1339
+ },
1340
+ {
1341
+ "type": {
1342
+ "text": "boolean"
1343
+ },
1344
+ "description": "Controls the visibility of the built-in dismiss button.",
1345
+ "name": "persistent",
1346
+ "default": "false"
1347
+ },
1348
+ {
1349
+ "type": {
1350
+ "text": "BannerTheme"
1351
+ },
1352
+ "description": "The theme of the banner.",
1353
+ "name": "theme",
1354
+ "default": "\"info\""
1355
+ }
1356
+ ],
1357
+ "superclass": {
1358
+ "name": "BaseComponent",
1359
+ "module": "/src/lib/core/base/base-component"
1360
+ },
1361
+ "tagName": "forge-banner",
1362
+ "summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
1363
+ "cssClasses": [
1364
+ {
1365
+ "name": "forge-banner",
1366
+ "description": "The banner class _(required)_."
1367
+ }
1368
+ ],
1369
+ "customElement": true
1370
+ }
1371
+ ],
1372
+ "exports": [
1373
+ {
1374
+ "kind": "js",
1375
+ "name": "BannerComponent",
1376
+ "declaration": {
1377
+ "name": "BannerComponent",
1378
+ "module": "src/lib/banner/banner.ts"
1379
+ }
1380
+ }
1381
+ ]
1382
+ },
1218
1383
  {
1219
1384
  "kind": "javascript-module",
1220
1385
  "path": "src/lib/bottom-sheet/bottom-sheet.ts",
@@ -1427,171 +1592,6 @@
1427
1592
  }
1428
1593
  ]
1429
1594
  },
1430
- {
1431
- "kind": "javascript-module",
1432
- "path": "src/lib/banner/banner.ts",
1433
- "declarations": [
1434
- {
1435
- "kind": "class",
1436
- "description": "",
1437
- "name": "BannerComponent",
1438
- "cssProperties": [
1439
- {
1440
- "description": "The background color of the banner.",
1441
- "name": "--forge-banner-background"
1442
- },
1443
- {
1444
- "description": "The text color of the banner.",
1445
- "name": "--forge-banner-color"
1446
- },
1447
- {
1448
- "description": "The color of the icon.",
1449
- "name": "--forge-banner-icon-color"
1450
- },
1451
- {
1452
- "description": "The gap between the contents.",
1453
- "name": "--forge-banner-gap"
1454
- },
1455
- {
1456
- "description": "The inline padding.",
1457
- "name": "--forge-banner-padding-inline"
1458
- },
1459
- {
1460
- "description": "The block padding.",
1461
- "name": "--forge-banner-padding-block"
1462
- },
1463
- {
1464
- "description": "The transition duration.",
1465
- "name": "--forge-banner-transition-duration"
1466
- },
1467
- {
1468
- "description": "The transition easing function.",
1469
- "name": "--forge-banner-transition-easing"
1470
- }
1471
- ],
1472
- "slots": [
1473
- {
1474
- "description": "The content of the banner.",
1475
- "name": ""
1476
- },
1477
- {
1478
- "description": "The icon to display.",
1479
- "name": "icon"
1480
- },
1481
- {
1482
- "description": "The optional button to display.",
1483
- "name": "button"
1484
- }
1485
- ],
1486
- "members": [
1487
- {
1488
- "kind": "field",
1489
- "name": "dismissed",
1490
- "type": {
1491
- "text": "boolean"
1492
- },
1493
- "privacy": "public",
1494
- "description": "Controls the visibility of the banner.",
1495
- "default": "false"
1496
- },
1497
- {
1498
- "kind": "field",
1499
- "name": "persistent",
1500
- "type": {
1501
- "text": "boolean"
1502
- },
1503
- "privacy": "public",
1504
- "description": "Controls the visibility of the built-in dismiss button.",
1505
- "default": "false"
1506
- },
1507
- {
1508
- "kind": "field",
1509
- "name": "theme",
1510
- "type": {
1511
- "text": "BannerTheme"
1512
- },
1513
- "privacy": "public",
1514
- "description": "The theme of the banner.",
1515
- "default": "\"info\""
1516
- },
1517
- {
1518
- "kind": "field",
1519
- "name": "canDismiss",
1520
- "type": {
1521
- "text": "boolean"
1522
- },
1523
- "privacy": "public",
1524
- "deprecated": "Use `persistent` instead."
1525
- }
1526
- ],
1527
- "events": [
1528
- {
1529
- "type": {
1530
- "text": "CustomEvent<void>"
1531
- },
1532
- "description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
1533
- "name": "forge-banner-before-dismiss"
1534
- },
1535
- {
1536
- "type": {
1537
- "text": "CustomEvent<void>"
1538
- },
1539
- "description": "Dispatched when the banner is dismissed.",
1540
- "name": "forge-banner-dismissed"
1541
- }
1542
- ],
1543
- "attributes": [
1544
- {
1545
- "type": {
1546
- "text": "boolean"
1547
- },
1548
- "description": "Controls the visibility of the banner.",
1549
- "name": "dismissed",
1550
- "default": "false"
1551
- },
1552
- {
1553
- "type": {
1554
- "text": "boolean"
1555
- },
1556
- "description": "Controls the visibility of the built-in dismiss button.",
1557
- "name": "persistent",
1558
- "default": "false"
1559
- },
1560
- {
1561
- "type": {
1562
- "text": "BannerTheme"
1563
- },
1564
- "description": "The theme of the banner.",
1565
- "name": "theme",
1566
- "default": "\"info\""
1567
- }
1568
- ],
1569
- "superclass": {
1570
- "name": "BaseComponent",
1571
- "module": "/src/lib/core/base/base-component"
1572
- },
1573
- "tagName": "forge-banner",
1574
- "summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
1575
- "cssClasses": [
1576
- {
1577
- "name": "forge-banner",
1578
- "description": "The banner class _(required)_."
1579
- }
1580
- ],
1581
- "customElement": true
1582
- }
1583
- ],
1584
- "exports": [
1585
- {
1586
- "kind": "js",
1587
- "name": "BannerComponent",
1588
- "declaration": {
1589
- "name": "BannerComponent",
1590
- "module": "src/lib/banner/banner.ts"
1591
- }
1592
- }
1593
- ]
1594
- },
1595
1595
  {
1596
1596
  "kind": "javascript-module",
1597
1597
  "path": "src/lib/button/button.ts",
@@ -10697,6 +10697,206 @@
10697
10697
  }
10698
10698
  ]
10699
10699
  },
10700
+ {
10701
+ "kind": "javascript-module",
10702
+ "path": "src/lib/label/label-aware.ts",
10703
+ "declarations": [
10704
+ {
10705
+ "kind": "function",
10706
+ "name": "isLabelAware",
10707
+ "return": {
10708
+ "type": {
10709
+ "text": ""
10710
+ }
10711
+ },
10712
+ "parameters": [
10713
+ {
10714
+ "name": "obj",
10715
+ "type": {
10716
+ "text": "any"
10717
+ },
10718
+ "description": "The object to check."
10719
+ }
10720
+ ],
10721
+ "description": "Determines if an object is label aware."
10722
+ }
10723
+ ],
10724
+ "exports": [
10725
+ {
10726
+ "kind": "js",
10727
+ "name": "isLabelAware",
10728
+ "declaration": {
10729
+ "name": "isLabelAware",
10730
+ "module": "src/lib/label/label-aware.ts"
10731
+ }
10732
+ }
10733
+ ]
10734
+ },
10735
+ {
10736
+ "kind": "javascript-module",
10737
+ "path": "src/lib/label/label.ts",
10738
+ "declarations": [
10739
+ {
10740
+ "kind": "class",
10741
+ "description": "",
10742
+ "name": "LabelComponent",
10743
+ "members": [
10744
+ {
10745
+ "kind": "field",
10746
+ "name": "for",
10747
+ "type": {
10748
+ "text": "string | null | undefined"
10749
+ },
10750
+ "privacy": "public",
10751
+ "description": "The id of the associated element.",
10752
+ "default": "null",
10753
+ "attribute": "for"
10754
+ },
10755
+ {
10756
+ "kind": "field",
10757
+ "name": "forElement",
10758
+ "type": {
10759
+ "text": "HTMLElement | null | undefined"
10760
+ },
10761
+ "privacy": "public",
10762
+ "description": "The associated element.",
10763
+ "default": "null"
10764
+ },
10765
+ {
10766
+ "kind": "field",
10767
+ "name": "clickTarget",
10768
+ "type": {
10769
+ "text": "HTMLElement | null | undefined"
10770
+ },
10771
+ "privacy": "public",
10772
+ "description": "The element that a click should be simulated on. If not defined clicks act on the associated element.",
10773
+ "default": "null"
10774
+ },
10775
+ {
10776
+ "kind": "field",
10777
+ "name": "dynamic",
10778
+ "type": {
10779
+ "text": "boolean"
10780
+ },
10781
+ "privacy": "public",
10782
+ "description": "Propagates changes in the label's text content to the associated element.",
10783
+ "default": "false",
10784
+ "attribute": "dynamic"
10785
+ },
10786
+ {
10787
+ "kind": "field",
10788
+ "name": "nonInteractive",
10789
+ "type": {
10790
+ "text": "boolean"
10791
+ },
10792
+ "privacy": "public",
10793
+ "description": "Removes click handling from the label.",
10794
+ "default": "false",
10795
+ "attribute": "non-interactive"
10796
+ },
10797
+ {
10798
+ "kind": "field",
10799
+ "name": "legend",
10800
+ "type": {
10801
+ "text": "boolean"
10802
+ },
10803
+ "privacy": "public",
10804
+ "description": "Whether or not the label should be associated with an ancestor element.",
10805
+ "default": "false",
10806
+ "attribute": "legend"
10807
+ },
10808
+ {
10809
+ "kind": "method",
10810
+ "name": "update",
10811
+ "privacy": "public",
10812
+ "return": {
10813
+ "type": {
10814
+ "text": "void"
10815
+ }
10816
+ },
10817
+ "description": "Updates the targeted element with the label's current text content."
10818
+ }
10819
+ ],
10820
+ "attributes": [
10821
+ {
10822
+ "name": "for",
10823
+ "type": {
10824
+ "text": "string | null | undefined"
10825
+ },
10826
+ "description": "The id of the associated element.",
10827
+ "default": "null",
10828
+ "fieldName": "for"
10829
+ },
10830
+ {
10831
+ "name": "dynamic",
10832
+ "type": {
10833
+ "text": "boolean"
10834
+ },
10835
+ "description": "Propagates changes in the label's text content to the associated element.",
10836
+ "default": "false",
10837
+ "fieldName": "dynamic"
10838
+ },
10839
+ {
10840
+ "name": "non-interactive",
10841
+ "type": {
10842
+ "text": "boolean"
10843
+ },
10844
+ "description": "Removes click handling from the label.",
10845
+ "default": "false",
10846
+ "fieldName": "nonInteractive"
10847
+ },
10848
+ {
10849
+ "name": "legend",
10850
+ "type": {
10851
+ "text": "boolean"
10852
+ },
10853
+ "description": "Whether or not the label should be associated with an ancestor element.",
10854
+ "default": "false",
10855
+ "fieldName": "legend"
10856
+ }
10857
+ ],
10858
+ "superclass": {
10859
+ "name": "BaseComponent",
10860
+ "module": "/src/lib/core"
10861
+ },
10862
+ "tagName": "forge-label",
10863
+ "summary": "The Forge Label component is used to associate a text label with a compatible Forge component.",
10864
+ "cssClasses": [
10865
+ {
10866
+ "name": "forge-label",
10867
+ "description": "Apply to the root element of the label to align the label and associated element horizontally."
10868
+ },
10869
+ {
10870
+ "name": "forge-label-block",
10871
+ "description": "Apply to the root element instead of `forge-label` to align the label and associated element vertically."
10872
+ },
10873
+ {
10874
+ "name": "forge-label-inline",
10875
+ "description": "Alias for `forge-label`."
10876
+ },
10877
+ {
10878
+ "name": "forge-label--large",
10879
+ "description": "Uses the large typography style typically applied to inset field labels."
10880
+ },
10881
+ {
10882
+ "name": "forge-support-text",
10883
+ "description": "Applies the support text typography style and a top margin."
10884
+ }
10885
+ ],
10886
+ "customElement": true
10887
+ }
10888
+ ],
10889
+ "exports": [
10890
+ {
10891
+ "kind": "js",
10892
+ "name": "LabelComponent",
10893
+ "declaration": {
10894
+ "name": "LabelComponent",
10895
+ "module": "src/lib/label/label.ts"
10896
+ }
10897
+ }
10898
+ ]
10899
+ },
10700
10900
  {
10701
10901
  "kind": "javascript-module",
10702
10902
  "path": "src/lib/keyboard-shortcut/keyboard-shortcut.ts",
@@ -10920,200 +11120,162 @@
10920
11120
  },
10921
11121
  {
10922
11122
  "kind": "javascript-module",
10923
- "path": "src/lib/label/label-aware.ts",
10924
- "declarations": [
10925
- {
10926
- "kind": "function",
10927
- "name": "isLabelAware",
10928
- "return": {
10929
- "type": {
10930
- "text": ""
10931
- }
10932
- },
10933
- "parameters": [
10934
- {
10935
- "name": "obj",
10936
- "type": {
10937
- "text": "any"
10938
- },
10939
- "description": "The object to check."
10940
- }
10941
- ],
10942
- "description": "Determines if an object is label aware."
10943
- }
10944
- ],
10945
- "exports": [
10946
- {
10947
- "kind": "js",
10948
- "name": "isLabelAware",
10949
- "declaration": {
10950
- "name": "isLabelAware",
10951
- "module": "src/lib/label/label-aware.ts"
10952
- }
10953
- }
10954
- ]
10955
- },
10956
- {
10957
- "kind": "javascript-module",
10958
- "path": "src/lib/label/label.ts",
11123
+ "path": "src/lib/linear-progress/linear-progress.ts",
10959
11124
  "declarations": [
10960
11125
  {
10961
11126
  "kind": "class",
10962
11127
  "description": "",
10963
- "name": "LabelComponent",
10964
- "members": [
11128
+ "name": "LinearProgressComponent",
11129
+ "cssProperties": [
10965
11130
  {
10966
- "kind": "field",
10967
- "name": "for",
10968
- "type": {
10969
- "text": "string | null | undefined"
10970
- },
10971
- "privacy": "public",
10972
- "description": "The id of the associated element.",
10973
- "default": "null",
10974
- "attribute": "for"
11131
+ "description": "The height of the element.",
11132
+ "name": "--forge-linear-progress-height"
10975
11133
  },
10976
11134
  {
10977
- "kind": "field",
10978
- "name": "forElement",
10979
- "type": {
10980
- "text": "HTMLElement | null | undefined"
10981
- },
10982
- "privacy": "public",
10983
- "description": "The associated element.",
10984
- "default": "null"
11135
+ "description": "The background color of the indicator.",
11136
+ "name": "--forge-linear-progress-track-color"
10985
11137
  },
10986
11138
  {
10987
- "kind": "field",
10988
- "name": "clickTarget",
10989
- "type": {
10990
- "text": "HTMLElement | null | undefined"
10991
- },
10992
- "privacy": "public",
10993
- "description": "The element that a click should be simulated on. If not defined clicks act on the associated element.",
10994
- "default": "null"
11139
+ "description": "The shape of the indicator.",
11140
+ "name": "--forge-linear-progress-track-shape"
11141
+ },
11142
+ {
11143
+ "description": "The color of the indicator.",
11144
+ "name": "--forge-linear-progress-indicator-color"
11145
+ },
11146
+ {
11147
+ "description": "The height of the indicator only.",
11148
+ "name": "--forge-linear-progress-indicator-height"
11149
+ },
11150
+ {
11151
+ "description": "The duration of the determinate animation.",
11152
+ "name": "--forge-linear-progress-determinate-duration"
11153
+ },
11154
+ {
11155
+ "description": "The duration of the indeterminate animation.",
11156
+ "name": "--forge-linear-progress-indeterminate-duration"
11157
+ },
11158
+ {
11159
+ "description": "The easing function to use for the determinate animation.",
11160
+ "name": "--forge-linear-progress-determinate-easing"
10995
11161
  },
11162
+ {
11163
+ "description": "The duration of the theme transition.",
11164
+ "name": "--forge-linear-progress-theme-transition-duration"
11165
+ },
11166
+ {
11167
+ "description": "The easing function to use for the theme transition.",
11168
+ "name": "--forge-linear-progress-theme-transition-timing"
11169
+ }
11170
+ ],
11171
+ "cssParts": [
11172
+ {
11173
+ "description": "Styles the progress bar container element",
11174
+ "name": "progressbar"
11175
+ }
11176
+ ],
11177
+ "members": [
10996
11178
  {
10997
11179
  "kind": "field",
10998
- "name": "dynamic",
11180
+ "name": "determinate",
10999
11181
  "type": {
11000
11182
  "text": "boolean"
11001
11183
  },
11002
11184
  "privacy": "public",
11003
- "description": "Propagates changes in the label's text content to the associated element.",
11004
- "default": "false",
11005
- "attribute": "dynamic"
11185
+ "description": "Controls the determinate state.",
11186
+ "default": "false"
11006
11187
  },
11007
11188
  {
11008
11189
  "kind": "field",
11009
- "name": "nonInteractive",
11190
+ "name": "progress",
11010
11191
  "type": {
11011
- "text": "boolean"
11192
+ "text": "number"
11012
11193
  },
11013
11194
  "privacy": "public",
11014
- "description": "Removes click handling from the label.",
11015
- "default": "false",
11016
- "attribute": "non-interactive"
11195
+ "description": "Controls the progress while in a determinate state. Accepts values from `0` to `1`.",
11196
+ "default": "0"
11017
11197
  },
11018
11198
  {
11019
11199
  "kind": "field",
11020
- "name": "legend",
11200
+ "name": "buffer",
11021
11201
  "type": {
11022
- "text": "boolean"
11202
+ "text": "number"
11023
11203
  },
11024
11204
  "privacy": "public",
11025
- "description": "Whether or not the label should be associated with an ancestor element.",
11026
- "default": "false",
11027
- "attribute": "legend"
11205
+ "description": "Controls the buffer progress while in a determinate state. Accepts values from `0` to `1`.",
11206
+ "default": "1"
11028
11207
  },
11029
11208
  {
11030
- "kind": "method",
11031
- "name": "update",
11032
- "privacy": "public",
11033
- "return": {
11034
- "type": {
11035
- "text": "void"
11036
- }
11209
+ "kind": "field",
11210
+ "name": "theme",
11211
+ "type": {
11212
+ "text": "string"
11037
11213
  },
11038
- "description": "Updates the targeted element with the label's current text content."
11214
+ "privacy": "public",
11215
+ "description": "Sets the theme.",
11216
+ "default": "primary"
11039
11217
  }
11040
11218
  ],
11041
11219
  "attributes": [
11042
11220
  {
11043
- "name": "for",
11044
11221
  "type": {
11045
- "text": "string | null | undefined"
11222
+ "text": "boolean"
11046
11223
  },
11047
- "description": "The id of the associated element.",
11048
- "default": "null",
11049
- "fieldName": "for"
11224
+ "description": "Controls the determinate state.",
11225
+ "name": "determinate",
11226
+ "default": "false"
11050
11227
  },
11051
11228
  {
11052
- "name": "dynamic",
11053
11229
  "type": {
11054
- "text": "boolean"
11230
+ "text": "number"
11055
11231
  },
11056
- "description": "Propagates changes in the label's text content to the associated element.",
11057
- "default": "false",
11058
- "fieldName": "dynamic"
11232
+ "description": "Controls the progress while in a determinate state. Accepts values from `0` to `1`.",
11233
+ "name": "progress",
11234
+ "default": "0"
11059
11235
  },
11060
11236
  {
11061
- "name": "non-interactive",
11062
11237
  "type": {
11063
- "text": "boolean"
11238
+ "text": "number"
11064
11239
  },
11065
- "description": "Removes click handling from the label.",
11066
- "default": "false",
11067
- "fieldName": "nonInteractive"
11240
+ "description": "Controls the buffer progress while in a determinate state. Accepts values from `0` to `1`.",
11241
+ "name": "buffer",
11242
+ "default": "1"
11068
11243
  },
11069
11244
  {
11070
- "name": "legend",
11071
11245
  "type": {
11072
- "text": "boolean"
11246
+ "text": "string"
11073
11247
  },
11074
- "description": "Whether or not the label should be associated with an ancestor element.",
11075
- "default": "false",
11076
- "fieldName": "legend"
11248
+ "description": "Sets the theme.",
11249
+ "name": "theme",
11250
+ "default": "primary"
11077
11251
  }
11078
11252
  ],
11079
- "superclass": {
11080
- "name": "BaseComponent",
11081
- "module": "/src/lib/core"
11082
- },
11083
- "tagName": "forge-label",
11084
- "summary": "The Forge Label component is used to associate a text label with a compatible Forge component.",
11085
- "cssClasses": [
11086
- {
11087
- "name": "forge-label",
11088
- "description": "Apply to the root element of the label to align the label and associated element horizontally."
11089
- },
11090
- {
11091
- "name": "forge-label-block",
11092
- "description": "Apply to the root element instead of `forge-label` to align the label and associated element vertically."
11093
- },
11094
- {
11095
- "name": "forge-label-inline",
11096
- "description": "Alias for `forge-label`."
11097
- },
11253
+ "mixins": [
11098
11254
  {
11099
- "name": "forge-label--large",
11100
- "description": "Uses the large typography style typically applied to inset field labels."
11255
+ "name": "WithElementInternals",
11256
+ "module": "/src/lib/core/mixins/internals/with-element-internals"
11101
11257
  },
11102
11258
  {
11103
- "name": "forge-support-text",
11104
- "description": "Applies the support text typography style and a top margin."
11259
+ "name": "WithDefaultAria",
11260
+ "module": "/src/lib/core/mixins/internals/with-default-aria"
11105
11261
  }
11106
11262
  ],
11263
+ "superclass": {
11264
+ "name": "BaseComponent",
11265
+ "module": "/src/lib/core/base/base-component"
11266
+ },
11267
+ "tagName": "forge-linear-progress",
11268
+ "summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction.",
11107
11269
  "customElement": true
11108
11270
  }
11109
11271
  ],
11110
11272
  "exports": [
11111
11273
  {
11112
11274
  "kind": "js",
11113
- "name": "LabelComponent",
11275
+ "name": "LinearProgressComponent",
11114
11276
  "declaration": {
11115
- "name": "LabelComponent",
11116
- "module": "src/lib/label/label.ts"
11277
+ "name": "LinearProgressComponent",
11278
+ "module": "src/lib/linear-progress/linear-progress.ts"
11117
11279
  }
11118
11280
  }
11119
11281
  ]
@@ -11342,168 +11504,6 @@
11342
11504
  }
11343
11505
  ]
11344
11506
  },
11345
- {
11346
- "kind": "javascript-module",
11347
- "path": "src/lib/linear-progress/linear-progress.ts",
11348
- "declarations": [
11349
- {
11350
- "kind": "class",
11351
- "description": "",
11352
- "name": "LinearProgressComponent",
11353
- "cssProperties": [
11354
- {
11355
- "description": "The height of the element.",
11356
- "name": "--forge-linear-progress-height"
11357
- },
11358
- {
11359
- "description": "The background color of the indicator.",
11360
- "name": "--forge-linear-progress-track-color"
11361
- },
11362
- {
11363
- "description": "The shape of the indicator.",
11364
- "name": "--forge-linear-progress-track-shape"
11365
- },
11366
- {
11367
- "description": "The color of the indicator.",
11368
- "name": "--forge-linear-progress-indicator-color"
11369
- },
11370
- {
11371
- "description": "The height of the indicator only.",
11372
- "name": "--forge-linear-progress-indicator-height"
11373
- },
11374
- {
11375
- "description": "The duration of the determinate animation.",
11376
- "name": "--forge-linear-progress-determinate-duration"
11377
- },
11378
- {
11379
- "description": "The duration of the indeterminate animation.",
11380
- "name": "--forge-linear-progress-indeterminate-duration"
11381
- },
11382
- {
11383
- "description": "The easing function to use for the determinate animation.",
11384
- "name": "--forge-linear-progress-determinate-easing"
11385
- },
11386
- {
11387
- "description": "The duration of the theme transition.",
11388
- "name": "--forge-linear-progress-theme-transition-duration"
11389
- },
11390
- {
11391
- "description": "The easing function to use for the theme transition.",
11392
- "name": "--forge-linear-progress-theme-transition-timing"
11393
- }
11394
- ],
11395
- "cssParts": [
11396
- {
11397
- "description": "Styles the progress bar container element",
11398
- "name": "progressbar"
11399
- }
11400
- ],
11401
- "members": [
11402
- {
11403
- "kind": "field",
11404
- "name": "determinate",
11405
- "type": {
11406
- "text": "boolean"
11407
- },
11408
- "privacy": "public",
11409
- "description": "Controls the determinate state.",
11410
- "default": "false"
11411
- },
11412
- {
11413
- "kind": "field",
11414
- "name": "progress",
11415
- "type": {
11416
- "text": "number"
11417
- },
11418
- "privacy": "public",
11419
- "description": "Controls the progress while in a determinate state. Accepts values from `0` to `1`.",
11420
- "default": "0"
11421
- },
11422
- {
11423
- "kind": "field",
11424
- "name": "buffer",
11425
- "type": {
11426
- "text": "number"
11427
- },
11428
- "privacy": "public",
11429
- "description": "Controls the buffer progress while in a determinate state. Accepts values from `0` to `1`.",
11430
- "default": "1"
11431
- },
11432
- {
11433
- "kind": "field",
11434
- "name": "theme",
11435
- "type": {
11436
- "text": "string"
11437
- },
11438
- "privacy": "public",
11439
- "description": "Sets the theme.",
11440
- "default": "primary"
11441
- }
11442
- ],
11443
- "attributes": [
11444
- {
11445
- "type": {
11446
- "text": "boolean"
11447
- },
11448
- "description": "Controls the determinate state.",
11449
- "name": "determinate",
11450
- "default": "false"
11451
- },
11452
- {
11453
- "type": {
11454
- "text": "number"
11455
- },
11456
- "description": "Controls the progress while in a determinate state. Accepts values from `0` to `1`.",
11457
- "name": "progress",
11458
- "default": "0"
11459
- },
11460
- {
11461
- "type": {
11462
- "text": "number"
11463
- },
11464
- "description": "Controls the buffer progress while in a determinate state. Accepts values from `0` to `1`.",
11465
- "name": "buffer",
11466
- "default": "1"
11467
- },
11468
- {
11469
- "type": {
11470
- "text": "string"
11471
- },
11472
- "description": "Sets the theme.",
11473
- "name": "theme",
11474
- "default": "primary"
11475
- }
11476
- ],
11477
- "mixins": [
11478
- {
11479
- "name": "WithElementInternals",
11480
- "module": "/src/lib/core/mixins/internals/with-element-internals"
11481
- },
11482
- {
11483
- "name": "WithDefaultAria",
11484
- "module": "/src/lib/core/mixins/internals/with-default-aria"
11485
- }
11486
- ],
11487
- "superclass": {
11488
- "name": "BaseComponent",
11489
- "module": "/src/lib/core/base/base-component"
11490
- },
11491
- "tagName": "forge-linear-progress",
11492
- "summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction.",
11493
- "customElement": true
11494
- }
11495
- ],
11496
- "exports": [
11497
- {
11498
- "kind": "js",
11499
- "name": "LinearProgressComponent",
11500
- "declaration": {
11501
- "name": "LinearProgressComponent",
11502
- "module": "src/lib/linear-progress/linear-progress.ts"
11503
- }
11504
- }
11505
- ]
11506
- },
11507
11507
  {
11508
11508
  "kind": "javascript-module",
11509
11509
  "path": "src/lib/list-dropdown/list-dropdown-aware.ts",
@@ -32454,14 +32454,6 @@
32454
32454
  "path": "src/lib/autocomplete/autocomplete.ts",
32455
32455
  "lineNumber": 71
32456
32456
  },
32457
- "IAvatarComponent": {
32458
- "path": "src/lib/avatar/avatar.ts",
32459
- "lineNumber": 9
32460
- },
32461
- "AvatarComponent": {
32462
- "path": "src/lib/avatar/avatar.ts",
32463
- "lineNumber": 53
32464
- },
32465
32457
  "IBackdropComponent": {
32466
32458
  "path": "src/lib/backdrop/backdrop.ts",
32467
32459
  "lineNumber": 8
@@ -32470,6 +32462,14 @@
32470
32462
  "path": "src/lib/backdrop/backdrop.ts",
32471
32463
  "lineNumber": 42
32472
32464
  },
32465
+ "IAvatarComponent": {
32466
+ "path": "src/lib/avatar/avatar.ts",
32467
+ "lineNumber": 9
32468
+ },
32469
+ "AvatarComponent": {
32470
+ "path": "src/lib/avatar/avatar.ts",
32471
+ "lineNumber": 53
32472
+ },
32473
32473
  "BadgeComponentDelegateProps": {
32474
32474
  "path": "src/lib/badge/badge-component-delegate.ts",
32475
32475
  "lineNumber": 4
@@ -32498,6 +32498,34 @@
32498
32498
  "path": "src/lib/badge/badge.ts",
32499
32499
  "lineNumber": 48
32500
32500
  },
32501
+ "IBannerAdapter": {
32502
+ "path": "src/lib/banner/banner-adapter.ts",
32503
+ "lineNumber": 6
32504
+ },
32505
+ "BannerAdapter": {
32506
+ "path": "src/lib/banner/banner-adapter.ts",
32507
+ "lineNumber": 15
32508
+ },
32509
+ "BannerTheme": {
32510
+ "path": "src/lib/banner/banner-constants.ts",
32511
+ "lineNumber": 46
32512
+ },
32513
+ "IBannerCore": {
32514
+ "path": "src/lib/banner/banner-core.ts",
32515
+ "lineNumber": 4
32516
+ },
32517
+ "BannerCore": {
32518
+ "path": "src/lib/banner/banner-core.ts",
32519
+ "lineNumber": 10
32520
+ },
32521
+ "IBannerComponent": {
32522
+ "path": "src/lib/banner/banner.ts",
32523
+ "lineNumber": 14
32524
+ },
32525
+ "BannerComponent": {
32526
+ "path": "src/lib/banner/banner.ts",
32527
+ "lineNumber": 64
32528
+ },
32501
32529
  "IBottomSheetAdapter": {
32502
32530
  "path": "src/lib/bottom-sheet/bottom-sheet-adapter.ts",
32503
32531
  "lineNumber": 8
@@ -32538,34 +32566,6 @@
32538
32566
  "path": "src/lib/bottom-sheet/bottom-sheet.ts",
32539
32567
  "lineNumber": 73
32540
32568
  },
32541
- "IBannerAdapter": {
32542
- "path": "src/lib/banner/banner-adapter.ts",
32543
- "lineNumber": 6
32544
- },
32545
- "BannerAdapter": {
32546
- "path": "src/lib/banner/banner-adapter.ts",
32547
- "lineNumber": 15
32548
- },
32549
- "BannerTheme": {
32550
- "path": "src/lib/banner/banner-constants.ts",
32551
- "lineNumber": 46
32552
- },
32553
- "IBannerCore": {
32554
- "path": "src/lib/banner/banner-core.ts",
32555
- "lineNumber": 4
32556
- },
32557
- "BannerCore": {
32558
- "path": "src/lib/banner/banner-core.ts",
32559
- "lineNumber": 10
32560
- },
32561
- "IBannerComponent": {
32562
- "path": "src/lib/banner/banner.ts",
32563
- "lineNumber": 14
32564
- },
32565
- "BannerComponent": {
32566
- "path": "src/lib/banner/banner.ts",
32567
- "lineNumber": 64
32568
- },
32569
32569
  "IButtonAdapter": {
32570
32570
  "path": "src/lib/button/button-adapter.ts",
32571
32571
  "lineNumber": 4
@@ -33454,6 +33454,34 @@
33454
33454
  "path": "src/lib/inline-message/inline-message.ts",
33455
33455
  "lineNumber": 52
33456
33456
  },
33457
+ "ILabelAdapter": {
33458
+ "path": "src/lib/label/label-adapter.ts",
33459
+ "lineNumber": 8
33460
+ },
33461
+ "LabelAdapter": {
33462
+ "path": "src/lib/label/label-adapter.ts",
33463
+ "lineNumber": 22
33464
+ },
33465
+ "ILabelAware": {
33466
+ "path": "src/lib/label/label-aware.ts",
33467
+ "lineNumber": 3
33468
+ },
33469
+ "ILabelCore": {
33470
+ "path": "src/lib/label/label-core.ts",
33471
+ "lineNumber": 6
33472
+ },
33473
+ "LabelCore": {
33474
+ "path": "src/lib/label/label-core.ts",
33475
+ "lineNumber": 17
33476
+ },
33477
+ "ILabelComponent": {
33478
+ "path": "src/lib/label/label.ts",
33479
+ "lineNumber": 12
33480
+ },
33481
+ "LabelComponent": {
33482
+ "path": "src/lib/label/label.ts",
33483
+ "lineNumber": 39
33484
+ },
33457
33485
  "IKeyboardShortcutAdapter": {
33458
33486
  "path": "src/lib/keyboard-shortcut/keyboard-shortcut-adapter.ts",
33459
33487
  "lineNumber": 6
@@ -33486,33 +33514,29 @@
33486
33514
  "path": "src/lib/keyboard-shortcut/keyboard-shortcut.ts",
33487
33515
  "lineNumber": 36
33488
33516
  },
33489
- "ILabelAdapter": {
33490
- "path": "src/lib/label/label-adapter.ts",
33491
- "lineNumber": 8
33492
- },
33493
- "LabelAdapter": {
33494
- "path": "src/lib/label/label-adapter.ts",
33495
- "lineNumber": 22
33517
+ "ILinearProgressAdapter": {
33518
+ "path": "src/lib/linear-progress/linear-progress-adapter.ts",
33519
+ "lineNumber": 7
33496
33520
  },
33497
- "ILabelAware": {
33498
- "path": "src/lib/label/label-aware.ts",
33499
- "lineNumber": 3
33521
+ "LinearProgressAdapter": {
33522
+ "path": "src/lib/linear-progress/linear-progress-adapter.ts",
33523
+ "lineNumber": 14
33500
33524
  },
33501
- "ILabelCore": {
33502
- "path": "src/lib/label/label-core.ts",
33503
- "lineNumber": 6
33525
+ "LinearProgressTheme": {
33526
+ "path": "src/lib/linear-progress/linear-progress-constants.ts",
33527
+ "lineNumber": 34
33504
33528
  },
33505
- "LabelCore": {
33506
- "path": "src/lib/label/label-core.ts",
33507
- "lineNumber": 17
33529
+ "LinearProgressCore": {
33530
+ "path": "src/lib/linear-progress/linear-progress-core.ts",
33531
+ "lineNumber": 11
33508
33532
  },
33509
- "ILabelComponent": {
33510
- "path": "src/lib/label/label.ts",
33533
+ "ILinearProgressComponent": {
33534
+ "path": "src/lib/linear-progress/linear-progress.ts",
33511
33535
  "lineNumber": 12
33512
33536
  },
33513
- "LabelComponent": {
33514
- "path": "src/lib/label/label.ts",
33515
- "lineNumber": 39
33537
+ "LinearProgressComponent": {
33538
+ "path": "src/lib/linear-progress/linear-progress.ts",
33539
+ "lineNumber": 59
33516
33540
  },
33517
33541
  "LabelValueComponentDelegateProps": {
33518
33542
  "path": "src/lib/label-value/label-value-component-delegate.ts",
@@ -33538,30 +33562,6 @@
33538
33562
  "path": "src/lib/label-value/label-value.ts",
33539
33563
  "lineNumber": 63
33540
33564
  },
33541
- "ILinearProgressAdapter": {
33542
- "path": "src/lib/linear-progress/linear-progress-adapter.ts",
33543
- "lineNumber": 7
33544
- },
33545
- "LinearProgressAdapter": {
33546
- "path": "src/lib/linear-progress/linear-progress-adapter.ts",
33547
- "lineNumber": 14
33548
- },
33549
- "LinearProgressTheme": {
33550
- "path": "src/lib/linear-progress/linear-progress-constants.ts",
33551
- "lineNumber": 34
33552
- },
33553
- "LinearProgressCore": {
33554
- "path": "src/lib/linear-progress/linear-progress-core.ts",
33555
- "lineNumber": 11
33556
- },
33557
- "ILinearProgressComponent": {
33558
- "path": "src/lib/linear-progress/linear-progress.ts",
33559
- "lineNumber": 12
33560
- },
33561
- "LinearProgressComponent": {
33562
- "path": "src/lib/linear-progress/linear-progress.ts",
33563
- "lineNumber": 59
33564
- },
33565
33565
  "ICascadingListDropdownAwareCore": {
33566
33566
  "path": "src/lib/list-dropdown/cascading-list-dropdown-aware-core.ts",
33567
33567
  "lineNumber": 3
@@ -35770,6 +35770,10 @@
35770
35770
  "path": "src/lib/select/select/select.ts",
35771
35771
  "lineNumber": 157
35772
35772
  },
35773
+ "ISplitViewBase": {
35774
+ "path": "src/lib/split-view/core/split-view-base.ts",
35775
+ "lineNumber": 4
35776
+ },
35773
35777
  "ISelectDropdownAdapter": {
35774
35778
  "path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
35775
35779
  "lineNumber": 7
@@ -35794,10 +35798,6 @@
35794
35798
  "path": "src/lib/select/select-dropdown/select-dropdown.ts",
35795
35799
  "lineNumber": 39
35796
35800
  },
35797
- "ISplitViewBase": {
35798
- "path": "src/lib/split-view/core/split-view-base.ts",
35799
- "lineNumber": 4
35800
- },
35801
35801
  "ISplitViewAdapter": {
35802
35802
  "path": "src/lib/split-view/split-view/split-view-adapter.ts",
35803
35803
  "lineNumber": 8