@tylertech/forge 3.8.0-dev.4 → 3.8.1

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.
@@ -787,6 +787,194 @@
787
787
  }
788
788
  ]
789
789
  },
790
+ {
791
+ "kind": "javascript-module",
792
+ "path": "src/lib/avatar/avatar.ts",
793
+ "declarations": [
794
+ {
795
+ "kind": "variable",
796
+ "name": "AVATAR_TAG_NAME",
797
+ "type": {
798
+ "text": "keyof HTMLElementTagNameMap"
799
+ },
800
+ "default": "'forge-avatar'"
801
+ },
802
+ {
803
+ "kind": "class",
804
+ "description": "",
805
+ "name": "AvatarComponent",
806
+ "cssProperties": [
807
+ {
808
+ "type": {
809
+ "text": "string"
810
+ },
811
+ "description": "The background color of the avatar.",
812
+ "name": "--forge-avatar-background"
813
+ },
814
+ {
815
+ "type": {
816
+ "text": "number"
817
+ },
818
+ "description": "The border radius of the avatar, defaults to 50%.",
819
+ "name": "--forge-avatar-shape"
820
+ },
821
+ {
822
+ "type": {
823
+ "text": "color"
824
+ },
825
+ "description": "The text color of the avatar.",
826
+ "name": "--forge-avatar-color"
827
+ },
828
+ {
829
+ "type": {
830
+ "text": "number"
831
+ },
832
+ "description": "The height and width of the avatar.",
833
+ "name": "--forge-avatar-size"
834
+ },
835
+ {
836
+ "type": {
837
+ "text": "number"
838
+ },
839
+ "description": "The transition duration for animations.",
840
+ "name": "--forge-avatar-transition-duration"
841
+ },
842
+ {
843
+ "type": {
844
+ "text": "string"
845
+ },
846
+ "description": "The transition timing function for animations.",
847
+ "name": "--forge-avatar-transition-timing"
848
+ }
849
+ ],
850
+ "cssParts": [
851
+ {
852
+ "description": "The root container element.",
853
+ "name": "root"
854
+ }
855
+ ],
856
+ "slots": [
857
+ {
858
+ "description": "The default slot for avatar content if not provided via text/imageUrl.",
859
+ "name": ""
860
+ }
861
+ ],
862
+ "members": [
863
+ {
864
+ "kind": "field",
865
+ "name": "text",
866
+ "type": {
867
+ "text": "string"
868
+ },
869
+ "privacy": "public",
870
+ "default": "''",
871
+ "description": "The text to display in the avatar.",
872
+ "attribute": "text"
873
+ },
874
+ {
875
+ "kind": "field",
876
+ "name": "letterCount",
877
+ "type": {
878
+ "text": "number"
879
+ },
880
+ "privacy": "public",
881
+ "default": "2",
882
+ "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.",
883
+ "attribute": "letter-count"
884
+ },
885
+ {
886
+ "kind": "field",
887
+ "name": "imageUrl",
888
+ "type": {
889
+ "text": "string"
890
+ },
891
+ "privacy": "public",
892
+ "default": "''",
893
+ "description": "The background image URL to use.",
894
+ "attribute": "image-url"
895
+ },
896
+ {
897
+ "kind": "field",
898
+ "name": "_image",
899
+ "type": {
900
+ "text": "HTMLImageElement | undefined"
901
+ },
902
+ "privacy": "private"
903
+ },
904
+ {
905
+ "kind": "method",
906
+ "name": "_tryLoadImage",
907
+ "privacy": "private",
908
+ "return": {
909
+ "type": {
910
+ "text": "Promise<void>"
911
+ }
912
+ }
913
+ }
914
+ ],
915
+ "attributes": [
916
+ {
917
+ "name": "text",
918
+ "type": {
919
+ "text": "string"
920
+ },
921
+ "default": "''",
922
+ "description": "The text to display in the avatar.",
923
+ "fieldName": "text"
924
+ },
925
+ {
926
+ "name": "letter-count",
927
+ "type": {
928
+ "text": "number"
929
+ },
930
+ "default": "2",
931
+ "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.",
932
+ "fieldName": "letterCount"
933
+ },
934
+ {
935
+ "name": "image-url",
936
+ "type": {
937
+ "text": "string"
938
+ },
939
+ "default": "''",
940
+ "description": "The background image URL to use.",
941
+ "fieldName": "imageUrl"
942
+ }
943
+ ],
944
+ "superclass": {
945
+ "name": "BaseLitElement",
946
+ "module": "/src/lib/core/base/base-lit-element"
947
+ },
948
+ "tagName": "forge-avatar",
949
+ "summary": "Avatars represent an entity via text or image.",
950
+ "cssClasses": [
951
+ {
952
+ "name": "forge-avatar",
953
+ "description": "The avatar class _(required)_."
954
+ }
955
+ ],
956
+ "customElement": true
957
+ }
958
+ ],
959
+ "exports": [
960
+ {
961
+ "kind": "js",
962
+ "name": "AVATAR_TAG_NAME",
963
+ "declaration": {
964
+ "name": "AVATAR_TAG_NAME",
965
+ "module": "src/lib/avatar/avatar.ts"
966
+ }
967
+ },
968
+ {
969
+ "kind": "js",
970
+ "name": "AvatarComponent",
971
+ "declaration": {
972
+ "name": "AvatarComponent",
973
+ "module": "src/lib/avatar/avatar.ts"
974
+ }
975
+ }
976
+ ]
977
+ },
790
978
  {
791
979
  "kind": "javascript-module",
792
980
  "path": "src/lib/backdrop/backdrop.ts",
@@ -992,168 +1180,153 @@
992
1180
  },
993
1181
  {
994
1182
  "kind": "javascript-module",
995
- "path": "src/lib/avatar/avatar.ts",
1183
+ "path": "src/lib/badge/badge.ts",
996
1184
  "declarations": [
997
1185
  {
998
1186
  "kind": "variable",
999
- "name": "AVATAR_TAG_NAME",
1187
+ "name": "BADGE_TAG_NAME",
1000
1188
  "type": {
1001
1189
  "text": "keyof HTMLElementTagNameMap"
1002
1190
  },
1003
- "default": "'forge-avatar'"
1191
+ "default": "'forge-badge'"
1004
1192
  },
1005
1193
  {
1006
1194
  "kind": "class",
1007
1195
  "description": "",
1008
- "name": "AvatarComponent",
1196
+ "name": "BadgeComponent",
1009
1197
  "cssProperties": [
1010
1198
  {
1011
- "type": {
1012
- "text": "string"
1013
- },
1014
- "description": "The background color of the avatar.",
1015
- "name": "--forge-avatar-background"
1199
+ "description": "The background color.",
1200
+ "name": "--forge-badge-background"
1016
1201
  },
1017
1202
  {
1018
- "type": {
1019
- "text": "number"
1020
- },
1021
- "description": "The border radius of the avatar, defaults to 50%.",
1022
- "name": "--forge-avatar-shape"
1203
+ "description": "The text color.",
1204
+ "name": "--forge-badge-color"
1023
1205
  },
1024
1206
  {
1025
- "type": {
1026
- "text": "color"
1027
- },
1028
- "description": "The text color of the avatar.",
1029
- "name": "--forge-avatar-color"
1207
+ "description": "The shape radius.",
1208
+ "name": "--forge-badge-shape"
1030
1209
  },
1031
1210
  {
1032
- "type": {
1033
- "text": "number"
1034
- },
1035
- "description": "The height and width of the avatar.",
1036
- "name": "--forge-avatar-size"
1211
+ "description": "The inline padding.",
1212
+ "name": "--forge-badge-padding-inline"
1037
1213
  },
1038
1214
  {
1039
- "type": {
1040
- "text": "number"
1041
- },
1042
- "description": "The transition duration for animations.",
1043
- "name": "--forge-avatar-transition-duration"
1215
+ "description": "The block padding.",
1216
+ "name": "--forge-badge-padding-block"
1044
1217
  },
1045
1218
  {
1046
- "type": {
1047
- "text": "string"
1048
- },
1049
- "description": "The transition timing function for animations.",
1050
- "name": "--forge-avatar-transition-timing"
1051
- }
1052
- ],
1053
- "cssParts": [
1219
+ "description": "The border width.",
1220
+ "name": "--forge-badge-border-width"
1221
+ },
1054
1222
  {
1055
- "description": "The root container element.",
1056
- "name": "root"
1223
+ "description": "The border color.",
1224
+ "name": "--forge-badge-border-color"
1225
+ },
1226
+ {
1227
+ "description": "The border style.",
1228
+ "name": "--forge-badge-border-style"
1229
+ },
1230
+ {
1231
+ "description": "The spacing between the content within the badge.",
1232
+ "name": "--forge-badge-gap"
1057
1233
  }
1058
1234
  ],
1059
1235
  "slots": [
1060
1236
  {
1061
- "description": "The default slot for avatar content if not provided via text/imageUrl.",
1237
+ "description": "Default content placed inside the badge.",
1062
1238
  "name": ""
1239
+ },
1240
+ {
1241
+ "description": "Content placed before the default content.",
1242
+ "name": "start"
1243
+ },
1244
+ {
1245
+ "description": "Content placed after the default content.",
1246
+ "name": "end"
1063
1247
  }
1064
1248
  ],
1065
1249
  "members": [
1066
1250
  {
1067
1251
  "kind": "field",
1068
- "name": "text",
1252
+ "name": "#internals",
1253
+ "privacy": "private",
1069
1254
  "type": {
1070
- "text": "string"
1071
- },
1072
- "privacy": "public",
1073
- "default": "''",
1074
- "description": "The text to display in the avatar.",
1075
- "attribute": "text"
1255
+ "text": "ElementInternals"
1256
+ }
1076
1257
  },
1077
1258
  {
1078
1259
  "kind": "field",
1079
- "name": "letterCount",
1260
+ "name": "dot",
1080
1261
  "type": {
1081
- "text": "number"
1262
+ "text": "boolean"
1082
1263
  },
1083
1264
  "privacy": "public",
1084
- "default": "2",
1085
- "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.",
1086
- "attribute": "letter-count"
1265
+ "default": "false",
1266
+ "description": "Controls whether the badge will be a small dot without any content visible."
1087
1267
  },
1088
1268
  {
1089
1269
  "kind": "field",
1090
- "name": "imageUrl",
1270
+ "name": "theme",
1091
1271
  "type": {
1092
- "text": "string"
1272
+ "text": "BadgeTheme"
1093
1273
  },
1094
1274
  "privacy": "public",
1095
- "default": "''",
1096
- "description": "The background image URL to use.",
1097
- "attribute": "image-url"
1275
+ "default": "'default'",
1276
+ "description": "The theme of the badge."
1098
1277
  },
1099
1278
  {
1100
1279
  "kind": "field",
1101
- "name": "_image",
1280
+ "name": "strong",
1102
1281
  "type": {
1103
- "text": "HTMLImageElement | undefined"
1282
+ "text": "boolean"
1104
1283
  },
1105
- "privacy": "private"
1284
+ "privacy": "public",
1285
+ "default": "false",
1286
+ "description": "Controls whether the badge will have a stronger visual appearance."
1106
1287
  },
1107
1288
  {
1108
- "kind": "method",
1109
- "name": "_tryLoadImage",
1110
- "privacy": "private",
1111
- "return": {
1112
- "type": {
1113
- "text": "Promise<void>"
1114
- }
1115
- }
1289
+ "kind": "field",
1290
+ "name": "hide",
1291
+ "type": {
1292
+ "text": "boolean"
1293
+ },
1294
+ "privacy": "public",
1295
+ "default": "false",
1296
+ "description": "Controls whether the badge is visible."
1116
1297
  }
1117
1298
  ],
1118
- "attributes": [
1299
+ "superclass": {
1300
+ "name": "BaseLitElement",
1301
+ "module": "/src/lib/core/base/base-lit-element"
1302
+ },
1303
+ "tagName": "forge-badge",
1304
+ "states": [
1119
1305
  {
1120
- "name": "text",
1121
- "type": {
1122
- "text": "string"
1123
- },
1124
- "default": "''",
1125
- "description": "The text to display in the avatar.",
1126
- "fieldName": "text"
1306
+ "name": "dot",
1307
+ "description": "The badge is rendered as a dot."
1127
1308
  },
1128
1309
  {
1129
- "name": "letter-count",
1130
- "type": {
1131
- "text": "number"
1132
- },
1133
- "default": "2",
1134
- "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.",
1135
- "fieldName": "letterCount"
1310
+ "name": "strong",
1311
+ "description": "The badge has a stronger visual appearance."
1136
1312
  },
1137
1313
  {
1138
- "name": "image-url",
1139
- "type": {
1140
- "text": "string"
1141
- },
1142
- "default": "''",
1143
- "description": "The background image URL to use.",
1144
- "fieldName": "imageUrl"
1314
+ "name": "hide",
1315
+ "description": "The badge is hidden."
1145
1316
  }
1146
1317
  ],
1147
- "superclass": {
1148
- "name": "BaseLitElement",
1149
- "module": "/src/lib/core/base/base-lit-element"
1150
- },
1151
- "tagName": "forge-avatar",
1152
- "summary": "Avatars represent an entity via text or image.",
1153
1318
  "cssClasses": [
1154
1319
  {
1155
- "name": "forge-avatar",
1156
- "description": "The avatar class _(required)_."
1320
+ "name": "forge-badge",
1321
+ "description": "The badge class _(required)_."
1322
+ },
1323
+ {
1324
+ "name": "forge-badge--dot",
1325
+ "description": "Renders the badge as a dot."
1326
+ },
1327
+ {
1328
+ "name": "forge-badge__icon",
1329
+ "description": "Styles a child element as an icon."
1157
1330
  }
1158
1331
  ],
1159
1332
  "customElement": true
@@ -1162,18 +1335,18 @@
1162
1335
  "exports": [
1163
1336
  {
1164
1337
  "kind": "js",
1165
- "name": "AVATAR_TAG_NAME",
1338
+ "name": "BADGE_TAG_NAME",
1166
1339
  "declaration": {
1167
- "name": "AVATAR_TAG_NAME",
1168
- "module": "src/lib/avatar/avatar.ts"
1340
+ "name": "BADGE_TAG_NAME",
1341
+ "module": "src/lib/badge/badge.ts"
1169
1342
  }
1170
1343
  },
1171
1344
  {
1172
1345
  "kind": "js",
1173
- "name": "AvatarComponent",
1346
+ "name": "BadgeComponent",
1174
1347
  "declaration": {
1175
- "name": "AvatarComponent",
1176
- "module": "src/lib/avatar/avatar.ts"
1348
+ "name": "BadgeComponent",
1349
+ "module": "src/lib/badge/badge.ts"
1177
1350
  }
1178
1351
  }
1179
1352
  ]
@@ -1555,179 +1728,6 @@
1555
1728
  }
1556
1729
  ]
1557
1730
  },
1558
- {
1559
- "kind": "javascript-module",
1560
- "path": "src/lib/badge/badge.ts",
1561
- "declarations": [
1562
- {
1563
- "kind": "variable",
1564
- "name": "BADGE_TAG_NAME",
1565
- "type": {
1566
- "text": "keyof HTMLElementTagNameMap"
1567
- },
1568
- "default": "'forge-badge'"
1569
- },
1570
- {
1571
- "kind": "class",
1572
- "description": "",
1573
- "name": "BadgeComponent",
1574
- "cssProperties": [
1575
- {
1576
- "description": "The background color.",
1577
- "name": "--forge-badge-background"
1578
- },
1579
- {
1580
- "description": "The text color.",
1581
- "name": "--forge-badge-color"
1582
- },
1583
- {
1584
- "description": "The shape radius.",
1585
- "name": "--forge-badge-shape"
1586
- },
1587
- {
1588
- "description": "The inline padding.",
1589
- "name": "--forge-badge-padding-inline"
1590
- },
1591
- {
1592
- "description": "The block padding.",
1593
- "name": "--forge-badge-padding-block"
1594
- },
1595
- {
1596
- "description": "The border width.",
1597
- "name": "--forge-badge-border-width"
1598
- },
1599
- {
1600
- "description": "The border color.",
1601
- "name": "--forge-badge-border-color"
1602
- },
1603
- {
1604
- "description": "The border style.",
1605
- "name": "--forge-badge-border-style"
1606
- },
1607
- {
1608
- "description": "The spacing between the content within the badge.",
1609
- "name": "--forge-badge-gap"
1610
- }
1611
- ],
1612
- "slots": [
1613
- {
1614
- "description": "Default content placed inside the badge.",
1615
- "name": ""
1616
- },
1617
- {
1618
- "description": "Content placed before the default content.",
1619
- "name": "start"
1620
- },
1621
- {
1622
- "description": "Content placed after the default content.",
1623
- "name": "end"
1624
- }
1625
- ],
1626
- "members": [
1627
- {
1628
- "kind": "field",
1629
- "name": "#internals",
1630
- "privacy": "private",
1631
- "type": {
1632
- "text": "ElementInternals"
1633
- }
1634
- },
1635
- {
1636
- "kind": "field",
1637
- "name": "dot",
1638
- "type": {
1639
- "text": "boolean"
1640
- },
1641
- "privacy": "public",
1642
- "default": "false",
1643
- "description": "Controls whether the badge will be a small dot without any content visible."
1644
- },
1645
- {
1646
- "kind": "field",
1647
- "name": "theme",
1648
- "type": {
1649
- "text": "BadgeTheme"
1650
- },
1651
- "privacy": "public",
1652
- "default": "'default'",
1653
- "description": "The theme of the badge."
1654
- },
1655
- {
1656
- "kind": "field",
1657
- "name": "strong",
1658
- "type": {
1659
- "text": "boolean"
1660
- },
1661
- "privacy": "public",
1662
- "default": "false",
1663
- "description": "Controls whether the badge will have a stronger visual appearance."
1664
- },
1665
- {
1666
- "kind": "field",
1667
- "name": "hide",
1668
- "type": {
1669
- "text": "boolean"
1670
- },
1671
- "privacy": "public",
1672
- "default": "false",
1673
- "description": "Controls whether the badge is visible."
1674
- }
1675
- ],
1676
- "superclass": {
1677
- "name": "BaseLitElement",
1678
- "module": "/src/lib/core/base/base-lit-element"
1679
- },
1680
- "tagName": "forge-badge",
1681
- "states": [
1682
- {
1683
- "name": "dot",
1684
- "description": "The badge is rendered as a dot."
1685
- },
1686
- {
1687
- "name": "strong",
1688
- "description": "The badge has a stronger visual appearance."
1689
- },
1690
- {
1691
- "name": "hide",
1692
- "description": "The badge is hidden."
1693
- }
1694
- ],
1695
- "cssClasses": [
1696
- {
1697
- "name": "forge-badge",
1698
- "description": "The badge class _(required)_."
1699
- },
1700
- {
1701
- "name": "forge-badge--dot",
1702
- "description": "Renders the badge as a dot."
1703
- },
1704
- {
1705
- "name": "forge-badge__icon",
1706
- "description": "Styles a child element as an icon."
1707
- }
1708
- ],
1709
- "customElement": true
1710
- }
1711
- ],
1712
- "exports": [
1713
- {
1714
- "kind": "js",
1715
- "name": "BADGE_TAG_NAME",
1716
- "declaration": {
1717
- "name": "BADGE_TAG_NAME",
1718
- "module": "src/lib/badge/badge.ts"
1719
- }
1720
- },
1721
- {
1722
- "kind": "js",
1723
- "name": "BadgeComponent",
1724
- "declaration": {
1725
- "name": "BadgeComponent",
1726
- "module": "src/lib/badge/badge.ts"
1727
- }
1728
- }
1729
- ]
1730
- },
1731
1731
  {
1732
1732
  "kind": "javascript-module",
1733
1733
  "path": "src/lib/button/button.ts",
@@ -13635,6 +13635,36 @@
13635
13635
  "kind": "class",
13636
13636
  "description": "",
13637
13637
  "name": "PaginatorComponent",
13638
+ "slots": [
13639
+ {
13640
+ "description": "Overrides the label text when in the default variant.",
13641
+ "name": "label"
13642
+ },
13643
+ {
13644
+ "description": "Overrides the default range label with a custom label when in the default variant.",
13645
+ "name": "range-label"
13646
+ },
13647
+ {
13648
+ "description": "Overrides the default range label with a custom label when in the `alternative` variant.",
13649
+ "name": "alternative-range-label"
13650
+ },
13651
+ {
13652
+ "description": "Overrides the default tooltip for the first page button.",
13653
+ "name": "first-page-tooltip"
13654
+ },
13655
+ {
13656
+ "description": "Overrides the default tooltip for the last page button.",
13657
+ "name": "last-page-tooltip"
13658
+ },
13659
+ {
13660
+ "description": "Overrides the default tooltip for the previous page button.",
13661
+ "name": "previous-page-tooltip"
13662
+ },
13663
+ {
13664
+ "description": "Overrides the default tooltip for the next page button.",
13665
+ "name": "next-page-tooltip"
13666
+ }
13667
+ ],
13638
13668
  "members": [
13639
13669
  {
13640
13670
  "kind": "field",
@@ -24175,88 +24205,78 @@
24175
24205
  },
24176
24206
  {
24177
24207
  "kind": "javascript-module",
24178
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
24208
+ "path": "src/lib/deprecated/button/deprecated-button.ts",
24179
24209
  "declarations": [
24180
24210
  {
24181
24211
  "kind": "class",
24182
24212
  "description": "",
24183
- "name": "DeprecatedIconButtonComponent",
24213
+ "name": "DeprecatedButtonComponent",
24184
24214
  "members": [
24185
24215
  {
24186
24216
  "kind": "field",
24187
- "name": "_disabled",
24188
- "type": {
24189
- "text": "boolean"
24190
- },
24191
- "privacy": "private",
24192
- "default": "false"
24193
- },
24194
- {
24195
- "kind": "field",
24196
- "name": "_toggle",
24217
+ "name": "_slotElement",
24197
24218
  "type": {
24198
- "text": "boolean"
24219
+ "text": "HTMLSlotElement"
24199
24220
  },
24200
24221
  "privacy": "private",
24201
- "default": "false"
24222
+ "default": "getShadowElement(this, 'slot:not([name])')"
24202
24223
  },
24203
24224
  {
24204
24225
  "kind": "field",
24205
- "name": "_isOn",
24226
+ "name": "_focusIndicator",
24206
24227
  "type": {
24207
- "text": "boolean"
24228
+ "text": "IFocusIndicatorComponent"
24208
24229
  },
24209
24230
  "privacy": "private",
24210
- "default": "false"
24231
+ "default": "getShadowElement(this, FOCUS_INDICATOR_CONSTANTS.elementName)"
24211
24232
  },
24212
24233
  {
24213
24234
  "kind": "field",
24214
- "name": "_densityLevel",
24235
+ "name": "_stateLayer",
24215
24236
  "type": {
24216
- "text": "number"
24237
+ "text": "IStateLayerComponent"
24217
24238
  },
24218
24239
  "privacy": "private",
24219
- "default": "0"
24240
+ "default": "getShadowElement(this, STATE_LAYER_CONSTANTS.elementName)"
24220
24241
  },
24221
24242
  {
24222
24243
  "kind": "field",
24223
- "name": "_slotElement",
24244
+ "name": "_buttonOrAnchorElement",
24224
24245
  "type": {
24225
- "text": "HTMLSlotElement"
24246
+ "text": "HTMLButtonElement | HTMLAnchorElement | null"
24226
24247
  },
24227
24248
  "privacy": "private",
24228
- "default": "getShadowElement(this, 'slot:not([name])')"
24249
+ "default": "null"
24229
24250
  },
24230
24251
  {
24231
24252
  "kind": "field",
24232
- "name": "_focusIndicator",
24253
+ "name": "_type",
24233
24254
  "type": {
24234
- "text": "IFocusIndicatorComponent"
24255
+ "text": "DeprecatedButtonType"
24235
24256
  },
24236
- "privacy": "private",
24237
- "default": "getShadowElement(this, FOCUS_INDICATOR_CONSTANTS.elementName)"
24257
+ "privacy": "private"
24238
24258
  },
24239
24259
  {
24240
24260
  "kind": "field",
24241
- "name": "_stateLayer",
24261
+ "name": "_disabled",
24242
24262
  "type": {
24243
- "text": "IStateLayerComponent"
24263
+ "text": "boolean"
24244
24264
  },
24245
24265
  "privacy": "private",
24246
- "default": "getShadowElement(this, STATE_LAYER_CONSTANTS.elementName)"
24266
+ "default": "false"
24247
24267
  },
24248
24268
  {
24249
24269
  "kind": "field",
24250
- "name": "_buttonOrAnchorElement",
24270
+ "name": "_fullWidth",
24251
24271
  "type": {
24252
- "text": "HTMLButtonElement | HTMLAnchorElement | null"
24272
+ "text": "boolean"
24253
24273
  },
24254
24274
  "privacy": "private",
24255
- "default": "null"
24275
+ "default": "false"
24256
24276
  },
24257
24277
  {
24258
24278
  "kind": "field",
24259
- "name": "_slotChangeListener",
24279
+ "name": "_buttonChangeListener",
24260
24280
  "privacy": "private"
24261
24281
  },
24262
24282
  {
@@ -24270,17 +24290,6 @@
24270
24290
  {
24271
24291
  "kind": "field",
24272
24292
  "name": "_keydownListener",
24273
- "type": {
24274
- "text": "EventListener"
24275
- },
24276
- "privacy": "private"
24277
- },
24278
- {
24279
- "kind": "field",
24280
- "name": "_toggleClickListener",
24281
- "type": {
24282
- "text": "EventListener"
24283
- },
24284
24293
  "privacy": "private"
24285
24294
  },
24286
24295
  {
@@ -24303,17 +24312,7 @@
24303
24312
  },
24304
24313
  {
24305
24314
  "kind": "method",
24306
- "name": "_onSlotChange",
24307
- "privacy": "private",
24308
- "return": {
24309
- "type": {
24310
- "text": "void"
24311
- }
24312
- }
24313
- },
24314
- {
24315
- "kind": "method",
24316
- "name": "_onToggle",
24315
+ "name": "_onButtonChange",
24317
24316
  "privacy": "private",
24318
24317
  "return": {
24319
24318
  "type": {
@@ -24351,47 +24350,17 @@
24351
24350
  }
24352
24351
  }
24353
24352
  },
24354
- {
24355
- "kind": "method",
24356
- "name": "_initializeToggle",
24357
- "privacy": "private",
24358
- "return": {
24359
- "type": {
24360
- "text": "void"
24361
- }
24362
- }
24363
- },
24364
- {
24365
- "kind": "method",
24366
- "name": "_destroyToggle",
24367
- "privacy": "private",
24368
- "return": {
24369
- "type": {
24370
- "text": "void"
24371
- }
24372
- }
24373
- },
24374
- {
24375
- "kind": "method",
24376
- "name": "_syncToggleState",
24377
- "privacy": "private",
24378
- "return": {
24379
- "type": {
24380
- "text": "void"
24381
- }
24382
- }
24383
- },
24384
24353
  {
24385
24354
  "kind": "field",
24386
- "name": "disabled",
24355
+ "name": "type",
24387
24356
  "type": {
24388
- "text": "boolean"
24357
+ "text": "DeprecatedButtonType"
24389
24358
  },
24390
24359
  "privacy": "public"
24391
24360
  },
24392
24361
  {
24393
24362
  "kind": "field",
24394
- "name": "toggle",
24363
+ "name": "disabled",
24395
24364
  "type": {
24396
24365
  "text": "boolean"
24397
24366
  },
@@ -24399,20 +24368,12 @@
24399
24368
  },
24400
24369
  {
24401
24370
  "kind": "field",
24402
- "name": "isOn",
24371
+ "name": "fullWidth",
24403
24372
  "type": {
24404
24373
  "text": "boolean"
24405
24374
  },
24406
24375
  "privacy": "public"
24407
24376
  },
24408
- {
24409
- "kind": "field",
24410
- "name": "densityLevel",
24411
- "type": {
24412
- "text": "number"
24413
- },
24414
- "privacy": "public"
24415
- },
24416
24377
  {
24417
24378
  "kind": "method",
24418
24379
  "name": "focus",
@@ -24433,108 +24394,110 @@
24433
24394
  ]
24434
24395
  }
24435
24396
  ],
24436
- "events": [
24437
- {
24438
- "name": "forge-icon-button-toggle",
24439
- "type": {
24440
- "text": "CustomEvent"
24441
- }
24442
- }
24443
- ],
24444
24397
  "superclass": {
24445
24398
  "name": "BaseComponent",
24446
24399
  "module": "/src/lib/core/base/base-component"
24447
24400
  },
24448
- "tagName": "forge-deprecated-icon-button",
24449
- "deprecated": "Use the `<forge-icon-button>` element instead.",
24401
+ "tagName": "forge-deprecated-button",
24402
+ "deprecated": "Use the `<forge-button>` element instead.",
24450
24403
  "customElement": true
24451
24404
  }
24452
24405
  ],
24453
24406
  "exports": [
24454
24407
  {
24455
24408
  "kind": "js",
24456
- "name": "DeprecatedIconButtonComponent",
24409
+ "name": "DeprecatedButtonComponent",
24457
24410
  "declaration": {
24458
- "name": "DeprecatedIconButtonComponent",
24459
- "module": "src/lib/deprecated/icon-button/deprecated-icon-button.ts"
24411
+ "name": "DeprecatedButtonComponent",
24412
+ "module": "src/lib/deprecated/button/deprecated-button.ts"
24460
24413
  }
24461
24414
  }
24462
24415
  ]
24463
24416
  },
24464
24417
  {
24465
24418
  "kind": "javascript-module",
24466
- "path": "src/lib/deprecated/button/deprecated-button.ts",
24419
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
24467
24420
  "declarations": [
24468
24421
  {
24469
24422
  "kind": "class",
24470
24423
  "description": "",
24471
- "name": "DeprecatedButtonComponent",
24424
+ "name": "DeprecatedIconButtonComponent",
24472
24425
  "members": [
24473
24426
  {
24474
24427
  "kind": "field",
24475
- "name": "_slotElement",
24428
+ "name": "_disabled",
24476
24429
  "type": {
24477
- "text": "HTMLSlotElement"
24430
+ "text": "boolean"
24478
24431
  },
24479
24432
  "privacy": "private",
24480
- "default": "getShadowElement(this, 'slot:not([name])')"
24433
+ "default": "false"
24481
24434
  },
24482
24435
  {
24483
24436
  "kind": "field",
24484
- "name": "_focusIndicator",
24437
+ "name": "_toggle",
24485
24438
  "type": {
24486
- "text": "IFocusIndicatorComponent"
24439
+ "text": "boolean"
24487
24440
  },
24488
24441
  "privacy": "private",
24489
- "default": "getShadowElement(this, FOCUS_INDICATOR_CONSTANTS.elementName)"
24442
+ "default": "false"
24490
24443
  },
24491
24444
  {
24492
24445
  "kind": "field",
24493
- "name": "_stateLayer",
24446
+ "name": "_isOn",
24494
24447
  "type": {
24495
- "text": "IStateLayerComponent"
24448
+ "text": "boolean"
24496
24449
  },
24497
24450
  "privacy": "private",
24498
- "default": "getShadowElement(this, STATE_LAYER_CONSTANTS.elementName)"
24451
+ "default": "false"
24499
24452
  },
24500
24453
  {
24501
24454
  "kind": "field",
24502
- "name": "_buttonOrAnchorElement",
24455
+ "name": "_densityLevel",
24503
24456
  "type": {
24504
- "text": "HTMLButtonElement | HTMLAnchorElement | null"
24457
+ "text": "number"
24505
24458
  },
24506
24459
  "privacy": "private",
24507
- "default": "null"
24460
+ "default": "0"
24508
24461
  },
24509
24462
  {
24510
24463
  "kind": "field",
24511
- "name": "_type",
24464
+ "name": "_slotElement",
24512
24465
  "type": {
24513
- "text": "DeprecatedButtonType"
24466
+ "text": "HTMLSlotElement"
24514
24467
  },
24515
- "privacy": "private"
24468
+ "privacy": "private",
24469
+ "default": "getShadowElement(this, 'slot:not([name])')"
24516
24470
  },
24517
24471
  {
24518
24472
  "kind": "field",
24519
- "name": "_disabled",
24473
+ "name": "_focusIndicator",
24520
24474
  "type": {
24521
- "text": "boolean"
24475
+ "text": "IFocusIndicatorComponent"
24522
24476
  },
24523
24477
  "privacy": "private",
24524
- "default": "false"
24478
+ "default": "getShadowElement(this, FOCUS_INDICATOR_CONSTANTS.elementName)"
24525
24479
  },
24526
24480
  {
24527
24481
  "kind": "field",
24528
- "name": "_fullWidth",
24482
+ "name": "_stateLayer",
24529
24483
  "type": {
24530
- "text": "boolean"
24484
+ "text": "IStateLayerComponent"
24531
24485
  },
24532
24486
  "privacy": "private",
24533
- "default": "false"
24487
+ "default": "getShadowElement(this, STATE_LAYER_CONSTANTS.elementName)"
24534
24488
  },
24535
24489
  {
24536
24490
  "kind": "field",
24537
- "name": "_buttonChangeListener",
24491
+ "name": "_buttonOrAnchorElement",
24492
+ "type": {
24493
+ "text": "HTMLButtonElement | HTMLAnchorElement | null"
24494
+ },
24495
+ "privacy": "private",
24496
+ "default": "null"
24497
+ },
24498
+ {
24499
+ "kind": "field",
24500
+ "name": "_slotChangeListener",
24538
24501
  "privacy": "private"
24539
24502
  },
24540
24503
  {
@@ -24548,6 +24511,17 @@
24548
24511
  {
24549
24512
  "kind": "field",
24550
24513
  "name": "_keydownListener",
24514
+ "type": {
24515
+ "text": "EventListener"
24516
+ },
24517
+ "privacy": "private"
24518
+ },
24519
+ {
24520
+ "kind": "field",
24521
+ "name": "_toggleClickListener",
24522
+ "type": {
24523
+ "text": "EventListener"
24524
+ },
24551
24525
  "privacy": "private"
24552
24526
  },
24553
24527
  {
@@ -24570,7 +24544,17 @@
24570
24544
  },
24571
24545
  {
24572
24546
  "kind": "method",
24573
- "name": "_onButtonChange",
24547
+ "name": "_onSlotChange",
24548
+ "privacy": "private",
24549
+ "return": {
24550
+ "type": {
24551
+ "text": "void"
24552
+ }
24553
+ }
24554
+ },
24555
+ {
24556
+ "kind": "method",
24557
+ "name": "_onToggle",
24574
24558
  "privacy": "private",
24575
24559
  "return": {
24576
24560
  "type": {
@@ -24608,17 +24592,47 @@
24608
24592
  }
24609
24593
  }
24610
24594
  },
24595
+ {
24596
+ "kind": "method",
24597
+ "name": "_initializeToggle",
24598
+ "privacy": "private",
24599
+ "return": {
24600
+ "type": {
24601
+ "text": "void"
24602
+ }
24603
+ }
24604
+ },
24605
+ {
24606
+ "kind": "method",
24607
+ "name": "_destroyToggle",
24608
+ "privacy": "private",
24609
+ "return": {
24610
+ "type": {
24611
+ "text": "void"
24612
+ }
24613
+ }
24614
+ },
24615
+ {
24616
+ "kind": "method",
24617
+ "name": "_syncToggleState",
24618
+ "privacy": "private",
24619
+ "return": {
24620
+ "type": {
24621
+ "text": "void"
24622
+ }
24623
+ }
24624
+ },
24611
24625
  {
24612
24626
  "kind": "field",
24613
- "name": "type",
24627
+ "name": "disabled",
24614
24628
  "type": {
24615
- "text": "DeprecatedButtonType"
24629
+ "text": "boolean"
24616
24630
  },
24617
24631
  "privacy": "public"
24618
24632
  },
24619
24633
  {
24620
24634
  "kind": "field",
24621
- "name": "disabled",
24635
+ "name": "toggle",
24622
24636
  "type": {
24623
24637
  "text": "boolean"
24624
24638
  },
@@ -24626,12 +24640,20 @@
24626
24640
  },
24627
24641
  {
24628
24642
  "kind": "field",
24629
- "name": "fullWidth",
24643
+ "name": "isOn",
24630
24644
  "type": {
24631
24645
  "text": "boolean"
24632
24646
  },
24633
24647
  "privacy": "public"
24634
24648
  },
24649
+ {
24650
+ "kind": "field",
24651
+ "name": "densityLevel",
24652
+ "type": {
24653
+ "text": "number"
24654
+ },
24655
+ "privacy": "public"
24656
+ },
24635
24657
  {
24636
24658
  "kind": "method",
24637
24659
  "name": "focus",
@@ -24652,22 +24674,30 @@
24652
24674
  ]
24653
24675
  }
24654
24676
  ],
24677
+ "events": [
24678
+ {
24679
+ "name": "forge-icon-button-toggle",
24680
+ "type": {
24681
+ "text": "CustomEvent"
24682
+ }
24683
+ }
24684
+ ],
24655
24685
  "superclass": {
24656
24686
  "name": "BaseComponent",
24657
24687
  "module": "/src/lib/core/base/base-component"
24658
24688
  },
24659
- "tagName": "forge-deprecated-button",
24660
- "deprecated": "Use the `<forge-button>` element instead.",
24689
+ "tagName": "forge-deprecated-icon-button",
24690
+ "deprecated": "Use the `<forge-icon-button>` element instead.",
24661
24691
  "customElement": true
24662
24692
  }
24663
24693
  ],
24664
24694
  "exports": [
24665
24695
  {
24666
24696
  "kind": "js",
24667
- "name": "DeprecatedButtonComponent",
24697
+ "name": "DeprecatedIconButtonComponent",
24668
24698
  "declaration": {
24669
- "name": "DeprecatedButtonComponent",
24670
- "module": "src/lib/deprecated/button/deprecated-button.ts"
24699
+ "name": "DeprecatedIconButtonComponent",
24700
+ "module": "src/lib/deprecated/icon-button/deprecated-icon-button.ts"
24671
24701
  }
24672
24702
  }
24673
24703
  ]
@@ -29132,108 +29162,6 @@
29132
29162
  }
29133
29163
  ]
29134
29164
  },
29135
- {
29136
- "kind": "javascript-module",
29137
- "path": "src/lib/select/option-group/option-group.ts",
29138
- "declarations": [
29139
- {
29140
- "kind": "class",
29141
- "description": "",
29142
- "name": "OptionGroupComponent",
29143
- "members": [
29144
- {
29145
- "kind": "field",
29146
- "name": "_label",
29147
- "type": {
29148
- "text": "string"
29149
- },
29150
- "privacy": "private"
29151
- },
29152
- {
29153
- "kind": "field",
29154
- "name": "label",
29155
- "type": {
29156
- "text": "string"
29157
- },
29158
- "privacy": "public",
29159
- "description": "Gets/sets the label of this option group."
29160
- },
29161
- {
29162
- "kind": "field",
29163
- "name": "options",
29164
- "type": {
29165
- "text": "ISelectOption[]"
29166
- },
29167
- "privacy": "public",
29168
- "description": "The child options of this group."
29169
- },
29170
- {
29171
- "kind": "field",
29172
- "name": "builder",
29173
- "type": {
29174
- "text": "ListDropdownOptionGroupBuilder"
29175
- },
29176
- "privacy": "public",
29177
- "description": "The builder function for the group content."
29178
- },
29179
- {
29180
- "kind": "field",
29181
- "name": "value",
29182
- "type": {
29183
- "text": "any"
29184
- },
29185
- "privacy": "public",
29186
- "description": "Gets/sets the optional group value.",
29187
- "attribute": "value"
29188
- },
29189
- {
29190
- "kind": "field",
29191
- "name": "text",
29192
- "type": {
29193
- "text": "string"
29194
- },
29195
- "privacy": "public",
29196
- "description": "The text content for the group.",
29197
- "attribute": "text"
29198
- }
29199
- ],
29200
- "attributes": [
29201
- {
29202
- "name": "value",
29203
- "type": {
29204
- "text": "any"
29205
- },
29206
- "description": "Gets/sets the optional group value.",
29207
- "fieldName": "value"
29208
- },
29209
- {
29210
- "name": "text",
29211
- "type": {
29212
- "text": "string"
29213
- },
29214
- "description": "The text content for the group.",
29215
- "fieldName": "text"
29216
- }
29217
- ],
29218
- "superclass": {
29219
- "name": "BaseComponent",
29220
- "module": "/src/lib/core/base/base-component"
29221
- },
29222
- "tagName": "forge-option-group",
29223
- "customElement": true
29224
- }
29225
- ],
29226
- "exports": [
29227
- {
29228
- "kind": "js",
29229
- "name": "OptionGroupComponent",
29230
- "declaration": {
29231
- "name": "OptionGroupComponent",
29232
- "module": "src/lib/select/option-group/option-group.ts"
29233
- }
29234
- }
29235
- ]
29236
- },
29237
29165
  {
29238
29166
  "kind": "javascript-module",
29239
29167
  "path": "src/lib/select/option/option.ts",
@@ -29534,6 +29462,108 @@
29534
29462
  }
29535
29463
  ]
29536
29464
  },
29465
+ {
29466
+ "kind": "javascript-module",
29467
+ "path": "src/lib/select/option-group/option-group.ts",
29468
+ "declarations": [
29469
+ {
29470
+ "kind": "class",
29471
+ "description": "",
29472
+ "name": "OptionGroupComponent",
29473
+ "members": [
29474
+ {
29475
+ "kind": "field",
29476
+ "name": "_label",
29477
+ "type": {
29478
+ "text": "string"
29479
+ },
29480
+ "privacy": "private"
29481
+ },
29482
+ {
29483
+ "kind": "field",
29484
+ "name": "label",
29485
+ "type": {
29486
+ "text": "string"
29487
+ },
29488
+ "privacy": "public",
29489
+ "description": "Gets/sets the label of this option group."
29490
+ },
29491
+ {
29492
+ "kind": "field",
29493
+ "name": "options",
29494
+ "type": {
29495
+ "text": "ISelectOption[]"
29496
+ },
29497
+ "privacy": "public",
29498
+ "description": "The child options of this group."
29499
+ },
29500
+ {
29501
+ "kind": "field",
29502
+ "name": "builder",
29503
+ "type": {
29504
+ "text": "ListDropdownOptionGroupBuilder"
29505
+ },
29506
+ "privacy": "public",
29507
+ "description": "The builder function for the group content."
29508
+ },
29509
+ {
29510
+ "kind": "field",
29511
+ "name": "value",
29512
+ "type": {
29513
+ "text": "any"
29514
+ },
29515
+ "privacy": "public",
29516
+ "description": "Gets/sets the optional group value.",
29517
+ "attribute": "value"
29518
+ },
29519
+ {
29520
+ "kind": "field",
29521
+ "name": "text",
29522
+ "type": {
29523
+ "text": "string"
29524
+ },
29525
+ "privacy": "public",
29526
+ "description": "The text content for the group.",
29527
+ "attribute": "text"
29528
+ }
29529
+ ],
29530
+ "attributes": [
29531
+ {
29532
+ "name": "value",
29533
+ "type": {
29534
+ "text": "any"
29535
+ },
29536
+ "description": "Gets/sets the optional group value.",
29537
+ "fieldName": "value"
29538
+ },
29539
+ {
29540
+ "name": "text",
29541
+ "type": {
29542
+ "text": "string"
29543
+ },
29544
+ "description": "The text content for the group.",
29545
+ "fieldName": "text"
29546
+ }
29547
+ ],
29548
+ "superclass": {
29549
+ "name": "BaseComponent",
29550
+ "module": "/src/lib/core/base/base-component"
29551
+ },
29552
+ "tagName": "forge-option-group",
29553
+ "customElement": true
29554
+ }
29555
+ ],
29556
+ "exports": [
29557
+ {
29558
+ "kind": "js",
29559
+ "name": "OptionGroupComponent",
29560
+ "declaration": {
29561
+ "name": "OptionGroupComponent",
29562
+ "module": "src/lib/select/option-group/option-group.ts"
29563
+ }
29564
+ }
29565
+ ]
29566
+ },
29537
29567
  {
29538
29568
  "kind": "javascript-module",
29539
29569
  "path": "src/lib/select/select/select.ts",
@@ -33097,7 +33127,7 @@
33097
33127
  ]
33098
33128
  }
33099
33129
  ],
33100
- "branchName": "adopt-styles-lit-base",
33130
+ "branchName": "main",
33101
33131
  "forgeTypes": {
33102
33132
  "Theme": {
33103
33133
  "path": "src/lib/constants.ts",
@@ -33235,6 +33265,14 @@
33235
33265
  "path": "src/lib/autocomplete/autocomplete.ts",
33236
33266
  "lineNumber": 71
33237
33267
  },
33268
+ "IAvatarComponent": {
33269
+ "path": "src/lib/avatar/avatar.ts",
33270
+ "lineNumber": 10
33271
+ },
33272
+ "AvatarComponent": {
33273
+ "path": "src/lib/avatar/avatar.ts",
33274
+ "lineNumber": 54
33275
+ },
33238
33276
  "IBackdropComponent": {
33239
33277
  "path": "src/lib/backdrop/backdrop.ts",
33240
33278
  "lineNumber": 8
@@ -33243,13 +33281,33 @@
33243
33281
  "path": "src/lib/backdrop/backdrop.ts",
33244
33282
  "lineNumber": 42
33245
33283
  },
33246
- "IAvatarComponent": {
33247
- "path": "src/lib/avatar/avatar.ts",
33284
+ "BadgeComponentDelegateProps": {
33285
+ "path": "src/lib/badge/badge-component-delegate.ts",
33286
+ "lineNumber": 4
33287
+ },
33288
+ "IBadgeComponentDelegateOptions": {
33289
+ "path": "src/lib/badge/badge-component-delegate.ts",
33290
+ "lineNumber": 5
33291
+ },
33292
+ "IBadgeComponentDelegateConfig": {
33293
+ "path": "src/lib/badge/badge-component-delegate.ts",
33294
+ "lineNumber": 6
33295
+ },
33296
+ "BadgeComponentDelegate": {
33297
+ "path": "src/lib/badge/badge-component-delegate.ts",
33298
+ "lineNumber": 8
33299
+ },
33300
+ "BadgeTheme": {
33301
+ "path": "src/lib/badge/badge-constants.ts",
33302
+ "lineNumber": 33
33303
+ },
33304
+ "IBadgeComponent": {
33305
+ "path": "src/lib/badge/badge.ts",
33248
33306
  "lineNumber": 10
33249
33307
  },
33250
- "AvatarComponent": {
33251
- "path": "src/lib/avatar/avatar.ts",
33252
- "lineNumber": 54
33308
+ "BadgeComponent": {
33309
+ "path": "src/lib/badge/badge.ts",
33310
+ "lineNumber": 50
33253
33311
  },
33254
33312
  "IBannerAdapter": {
33255
33313
  "path": "src/lib/banner/banner-adapter.ts",
@@ -33319,34 +33377,6 @@
33319
33377
  "path": "src/lib/bottom-sheet/bottom-sheet.ts",
33320
33378
  "lineNumber": 73
33321
33379
  },
33322
- "BadgeComponentDelegateProps": {
33323
- "path": "src/lib/badge/badge-component-delegate.ts",
33324
- "lineNumber": 4
33325
- },
33326
- "IBadgeComponentDelegateOptions": {
33327
- "path": "src/lib/badge/badge-component-delegate.ts",
33328
- "lineNumber": 5
33329
- },
33330
- "IBadgeComponentDelegateConfig": {
33331
- "path": "src/lib/badge/badge-component-delegate.ts",
33332
- "lineNumber": 6
33333
- },
33334
- "BadgeComponentDelegate": {
33335
- "path": "src/lib/badge/badge-component-delegate.ts",
33336
- "lineNumber": 8
33337
- },
33338
- "BadgeTheme": {
33339
- "path": "src/lib/badge/badge-constants.ts",
33340
- "lineNumber": 33
33341
- },
33342
- "IBadgeComponent": {
33343
- "path": "src/lib/badge/badge.ts",
33344
- "lineNumber": 10
33345
- },
33346
- "BadgeComponent": {
33347
- "path": "src/lib/badge/badge.ts",
33348
- "lineNumber": 50
33349
- },
33350
33380
  "IButtonAdapter": {
33351
33381
  "path": "src/lib/button/button-adapter.ts",
33352
33382
  "lineNumber": 4
@@ -34649,7 +34679,7 @@
34649
34679
  },
34650
34680
  "PaginatorComponent": {
34651
34681
  "path": "src/lib/paginator/paginator.ts",
34652
- "lineNumber": 44
34682
+ "lineNumber": 52
34653
34683
  },
34654
34684
  "IPopoverAdapter": {
34655
34685
  "path": "src/lib/popover/popover-adapter.ts",
@@ -36047,30 +36077,6 @@
36047
36077
  "path": "src/lib/date-picker/base/base-date-picker.ts",
36048
36078
  "lineNumber": 83
36049
36079
  },
36050
- "DeprecatedIconButtonComponentDelegateProps": {
36051
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36052
- "lineNumber": 9
36053
- },
36054
- "IDeprecatedIconButtonComponentDelegateOptions": {
36055
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36056
- "lineNumber": 10
36057
- },
36058
- "IDeprecatedIconButtonComponentDelegateConfig": {
36059
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36060
- "lineNumber": 19
36061
- },
36062
- "DeprecatedIconButtonComponentDelegate": {
36063
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36064
- "lineNumber": 22
36065
- },
36066
- "IDeprecatedIconButtonComponent": {
36067
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
36068
- "lineNumber": 14
36069
- },
36070
- "DeprecatedIconButtonComponent": {
36071
- "path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
36072
- "lineNumber": 32
36073
- },
36074
36080
  "DeprecatedButtonComponentDelegateProps": {
36075
36081
  "path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
36076
36082
  "lineNumber": 5
@@ -36099,6 +36105,30 @@
36099
36105
  "path": "src/lib/deprecated/button/deprecated-button.ts",
36100
36106
  "lineNumber": 30
36101
36107
  },
36108
+ "DeprecatedIconButtonComponentDelegateProps": {
36109
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36110
+ "lineNumber": 9
36111
+ },
36112
+ "IDeprecatedIconButtonComponentDelegateOptions": {
36113
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36114
+ "lineNumber": 10
36115
+ },
36116
+ "IDeprecatedIconButtonComponentDelegateConfig": {
36117
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36118
+ "lineNumber": 19
36119
+ },
36120
+ "DeprecatedIconButtonComponentDelegate": {
36121
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
36122
+ "lineNumber": 22
36123
+ },
36124
+ "IDeprecatedIconButtonComponent": {
36125
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
36126
+ "lineNumber": 14
36127
+ },
36128
+ "DeprecatedIconButtonComponent": {
36129
+ "path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
36130
+ "lineNumber": 32
36131
+ },
36102
36132
  "IBaseDrawerAdapter": {
36103
36133
  "path": "src/lib/drawer/base/base-drawer-adapter.ts",
36104
36134
  "lineNumber": 7
@@ -36285,11 +36315,11 @@
36285
36315
  },
36286
36316
  "IListItemCore": {
36287
36317
  "path": "src/lib/list/list-item/list-item-core.ts",
36288
- "lineNumber": 4
36318
+ "lineNumber": 5
36289
36319
  },
36290
36320
  "ListItemCore": {
36291
36321
  "path": "src/lib/list/list-item/list-item-core.ts",
36292
- "lineNumber": 17
36322
+ "lineNumber": 18
36293
36323
  },
36294
36324
  "IListItemProperties": {
36295
36325
  "path": "src/lib/list/list-item/list-item.ts",
@@ -36507,14 +36537,6 @@
36507
36537
  "path": "src/lib/select/core/select-utils.ts",
36508
36538
  "lineNumber": 4
36509
36539
  },
36510
- "IOptionGroupComponent": {
36511
- "path": "src/lib/select/option-group/option-group.ts",
36512
- "lineNumber": 7
36513
- },
36514
- "OptionGroupComponent": {
36515
- "path": "src/lib/select/option-group/option-group.ts",
36516
- "lineNumber": 20
36517
- },
36518
36540
  "IOptionAdapter": {
36519
36541
  "path": "src/lib/select/option/option-adapter.ts",
36520
36542
  "lineNumber": 4
@@ -36539,6 +36561,14 @@
36539
36561
  "path": "src/lib/select/option/option.ts",
36540
36562
  "lineNumber": 20
36541
36563
  },
36564
+ "IOptionGroupComponent": {
36565
+ "path": "src/lib/select/option-group/option-group.ts",
36566
+ "lineNumber": 7
36567
+ },
36568
+ "OptionGroupComponent": {
36569
+ "path": "src/lib/select/option-group/option-group.ts",
36570
+ "lineNumber": 20
36571
+ },
36542
36572
  "OptionListenerDestructor": {
36543
36573
  "path": "src/lib/select/select/select-adapter.ts",
36544
36574
  "lineNumber": 11