@tylertech/forge 3.9.0-dev.3 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/custom-elements.json +765 -1234
  2. package/dist/lib.js +17 -95
  3. package/dist/lib.js.map +3 -3
  4. package/dist/vscode.css-custom-data.json +52 -59
  5. package/dist/vscode.html-custom-data.json +44 -86
  6. package/esm/core/utils/dismissible-stack.d.ts +3 -2
  7. package/esm/core/utils/dismissible-stack.js +3 -2
  8. package/esm/date-picker/base/base-date-picker-adapter.js +0 -3
  9. package/esm/dialog/dialog-core.js +8 -0
  10. package/esm/drawer/mini-drawer/mini-drawer.js +1 -1
  11. package/esm/icon-button/icon-button-core.js +2 -11
  12. package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
  13. package/esm/table/table-constants.d.ts +1 -0
  14. package/esm/table/table-constants.js +1 -0
  15. package/esm/table/table-core.js +2 -1
  16. package/esm/table/table.d.ts +2 -0
  17. package/esm/table/table.js +1 -0
  18. package/package.json +6 -6
  19. package/sass/calendar/calendar-menu/_variables.scss +1 -1
  20. package/sass/color-picker/_mixins.scss +5 -5
  21. package/sass/core/styles/theme/_color-utils.scss +1 -1
  22. package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +1 -1
  23. package/sass/drawer/mini-drawer/mini-drawer.scss +0 -1
  24. package/esm/data-table/body/body.d.ts +0 -33
  25. package/esm/data-table/body/body.js +0 -42
  26. package/esm/data-table/body/index.d.ts +0 -6
  27. package/esm/data-table/body/index.js +0 -6
  28. package/esm/data-table/cell/cell.d.ts +0 -33
  29. package/esm/data-table/cell/cell.js +0 -42
  30. package/esm/data-table/cell/index.d.ts +0 -6
  31. package/esm/data-table/cell/index.js +0 -6
  32. package/esm/data-table/column/column.d.ts +0 -33
  33. package/esm/data-table/column/column.js +0 -42
  34. package/esm/data-table/column/index.d.ts +0 -6
  35. package/esm/data-table/column/index.js +0 -6
  36. package/esm/data-table/footer/footer.d.ts +0 -33
  37. package/esm/data-table/footer/footer.js +0 -42
  38. package/esm/data-table/footer/index.d.ts +0 -6
  39. package/esm/data-table/footer/index.js +0 -6
  40. package/esm/data-table/head/head.d.ts +0 -33
  41. package/esm/data-table/head/head.js +0 -42
  42. package/esm/data-table/head/index.d.ts +0 -6
  43. package/esm/data-table/head/index.js +0 -6
  44. package/esm/data-table/index.d.ts +0 -12
  45. package/esm/data-table/index.js +0 -12
  46. package/esm/data-table/row/index.d.ts +0 -6
  47. package/esm/data-table/row/index.js +0 -6
  48. package/esm/data-table/row/row.d.ts +0 -33
  49. package/esm/data-table/row/row.js +0 -42
  50. package/esm/data-table/table/index.d.ts +0 -6
  51. package/esm/data-table/table/index.js +0 -6
  52. package/esm/data-table/table/table.d.ts +0 -36
  53. package/esm/data-table/table/table.js +0 -40
  54. package/sass/data-table/_core.scss +0 -52
  55. package/sass/data-table/_token-utils.scss +0 -15
  56. package/sass/data-table/body/body.scss +0 -27
  57. package/sass/data-table/cell/cell.scss +0 -27
  58. package/sass/data-table/column/column.scss +0 -27
  59. package/sass/data-table/footer/footer.scss +0 -27
  60. package/sass/data-table/head/head.scss +0 -27
  61. package/sass/data-table/index.scss +0 -12
  62. package/sass/data-table/row/row.scss +0 -27
  63. package/sass/data-table/table/table.scss +0 -16
@@ -46,13 +46,13 @@
46
46
  "module": "/src/lib/core/base/base-component"
47
47
  },
48
48
  "tagName": "forge-accordion",
49
+ "customElement": true,
49
50
  "dependencies": [
50
51
  {
51
52
  "name": "forge-expansion-panel",
52
53
  "description": ""
53
54
  }
54
- ],
55
- "customElement": true
55
+ ]
56
56
  }
57
57
  ],
58
58
  "exports": [
@@ -787,382 +787,6 @@
787
787
  }
788
788
  ]
789
789
  },
790
- {
791
- "kind": "javascript-module",
792
- "path": "src/lib/badge/badge.ts",
793
- "declarations": [
794
- {
795
- "kind": "variable",
796
- "name": "BADGE_TAG_NAME",
797
- "type": {
798
- "text": "keyof HTMLElementTagNameMap"
799
- },
800
- "default": "'forge-badge'"
801
- },
802
- {
803
- "kind": "class",
804
- "description": "",
805
- "name": "BadgeComponent",
806
- "cssProperties": [
807
- {
808
- "description": "The background color.",
809
- "name": "--forge-badge-background"
810
- },
811
- {
812
- "description": "The text color.",
813
- "name": "--forge-badge-color"
814
- },
815
- {
816
- "description": "The shape radius.",
817
- "name": "--forge-badge-shape"
818
- },
819
- {
820
- "description": "The inline padding.",
821
- "name": "--forge-badge-padding-inline"
822
- },
823
- {
824
- "description": "The block padding.",
825
- "name": "--forge-badge-padding-block"
826
- },
827
- {
828
- "description": "The border width.",
829
- "name": "--forge-badge-border-width"
830
- },
831
- {
832
- "description": "The border color.",
833
- "name": "--forge-badge-border-color"
834
- },
835
- {
836
- "description": "The border style.",
837
- "name": "--forge-badge-border-style"
838
- },
839
- {
840
- "description": "The spacing between the content within the badge.",
841
- "name": "--forge-badge-gap"
842
- }
843
- ],
844
- "slots": [
845
- {
846
- "description": "Default content placed inside the badge.",
847
- "name": ""
848
- },
849
- {
850
- "description": "Content placed before the default content.",
851
- "name": "start"
852
- },
853
- {
854
- "description": "Content placed after the default content.",
855
- "name": "end"
856
- }
857
- ],
858
- "members": [
859
- {
860
- "kind": "field",
861
- "name": "#internals",
862
- "privacy": "private",
863
- "type": {
864
- "text": "ElementInternals"
865
- }
866
- },
867
- {
868
- "kind": "field",
869
- "name": "dot",
870
- "type": {
871
- "text": "boolean"
872
- },
873
- "privacy": "public",
874
- "default": "false",
875
- "description": "Controls whether the badge will be a small dot without any content visible."
876
- },
877
- {
878
- "kind": "field",
879
- "name": "theme",
880
- "type": {
881
- "text": "BadgeTheme"
882
- },
883
- "privacy": "public",
884
- "default": "'default'",
885
- "description": "The theme of the badge."
886
- },
887
- {
888
- "kind": "field",
889
- "name": "strong",
890
- "type": {
891
- "text": "boolean"
892
- },
893
- "privacy": "public",
894
- "default": "false",
895
- "description": "Controls whether the badge will have a stronger visual appearance."
896
- },
897
- {
898
- "kind": "field",
899
- "name": "hide",
900
- "type": {
901
- "text": "boolean"
902
- },
903
- "privacy": "public",
904
- "default": "false",
905
- "description": "Controls whether the badge is visible."
906
- }
907
- ],
908
- "superclass": {
909
- "name": "BaseLitElement",
910
- "module": "/src/lib/core/base/base-lit-element"
911
- },
912
- "tagName": "forge-badge",
913
- "states": [
914
- {
915
- "name": "dot",
916
- "description": "The badge is rendered as a dot."
917
- },
918
- {
919
- "name": "strong",
920
- "description": "The badge has a stronger visual appearance."
921
- },
922
- {
923
- "name": "hide",
924
- "description": "The badge is hidden."
925
- }
926
- ],
927
- "cssClasses": [
928
- {
929
- "name": "forge-badge",
930
- "description": "The badge class _(required)_."
931
- },
932
- {
933
- "name": "forge-badge--dot",
934
- "description": "Renders the badge as a dot."
935
- },
936
- {
937
- "name": "forge-badge__icon",
938
- "description": "Styles a child element as an icon."
939
- }
940
- ],
941
- "customElement": true
942
- }
943
- ],
944
- "exports": [
945
- {
946
- "kind": "js",
947
- "name": "BADGE_TAG_NAME",
948
- "declaration": {
949
- "name": "BADGE_TAG_NAME",
950
- "module": "src/lib/badge/badge.ts"
951
- }
952
- },
953
- {
954
- "kind": "js",
955
- "name": "BadgeComponent",
956
- "declaration": {
957
- "name": "BadgeComponent",
958
- "module": "src/lib/badge/badge.ts"
959
- }
960
- }
961
- ]
962
- },
963
- {
964
- "kind": "javascript-module",
965
- "path": "src/lib/backdrop/backdrop.ts",
966
- "declarations": [
967
- {
968
- "kind": "class",
969
- "description": "",
970
- "name": "BackdropComponent",
971
- "cssProperties": [
972
- {
973
- "description": "The backdrop background color.",
974
- "name": "--forge-backdrop-background"
975
- },
976
- {
977
- "description": "The backdrop opacity.",
978
- "name": "--forge-backdrop-opacity"
979
- },
980
- {
981
- "description": "The backdrop z-index.",
982
- "name": "--forge-backdrop-z-index"
983
- },
984
- {
985
- "description": "The animation duration for the enter animation.",
986
- "name": "--forge-backdrop-enter-animation-duration"
987
- },
988
- {
989
- "description": "The animation easing for the enter animation.",
990
- "name": "--forge-backdrop-enter-animation-easing"
991
- },
992
- {
993
- "description": "The animation duration for the exit animation.",
994
- "name": "--forge-backdrop-exit-animation-duration"
995
- },
996
- {
997
- "description": "The animation easing for the exit animation.",
998
- "name": "--forge-backdrop-exit-animation-easing"
999
- }
1000
- ],
1001
- "cssParts": [
1002
- {
1003
- "description": "The root element of the backdrop.",
1004
- "name": "root"
1005
- }
1006
- ],
1007
- "members": [
1008
- {
1009
- "kind": "field",
1010
- "name": "_visible",
1011
- "type": {
1012
- "text": "boolean"
1013
- },
1014
- "privacy": "private",
1015
- "default": "false"
1016
- },
1017
- {
1018
- "kind": "field",
1019
- "name": "_fixed",
1020
- "type": {
1021
- "text": "boolean"
1022
- },
1023
- "privacy": "private",
1024
- "default": "false"
1025
- },
1026
- {
1027
- "kind": "field",
1028
- "name": "_rootElement",
1029
- "type": {
1030
- "text": "HTMLElement"
1031
- },
1032
- "privacy": "private"
1033
- },
1034
- {
1035
- "kind": "field",
1036
- "name": "_animationController",
1037
- "type": {
1038
- "text": "AbortController | undefined"
1039
- },
1040
- "privacy": "private"
1041
- },
1042
- {
1043
- "kind": "method",
1044
- "name": "_applyVisibility",
1045
- "privacy": "private",
1046
- "return": {
1047
- "type": {
1048
- "text": "Promise<void>"
1049
- }
1050
- },
1051
- "parameters": [
1052
- {
1053
- "name": "visible",
1054
- "type": {
1055
- "text": "boolean"
1056
- }
1057
- },
1058
- {
1059
- "name": "{ animate }",
1060
- "default": "{ animate: true }"
1061
- }
1062
- ]
1063
- },
1064
- {
1065
- "kind": "method",
1066
- "name": "show",
1067
- "privacy": "public",
1068
- "return": {
1069
- "type": {
1070
- "text": "void"
1071
- }
1072
- },
1073
- "description": "Immediately shows the backdrop by setting the `visibility` to `true` without animations."
1074
- },
1075
- {
1076
- "kind": "method",
1077
- "name": "hide",
1078
- "privacy": "public",
1079
- "return": {
1080
- "type": {
1081
- "text": "void"
1082
- }
1083
- },
1084
- "description": "Immediately hides the backdrop by setting the `visibility` to `false` without animations."
1085
- },
1086
- {
1087
- "kind": "method",
1088
- "name": "fadeIn",
1089
- "privacy": "public",
1090
- "return": {
1091
- "type": {
1092
- "text": "Promise<void>"
1093
- }
1094
- },
1095
- "description": "Sets the `visibility` to `true` and animates in."
1096
- },
1097
- {
1098
- "kind": "method",
1099
- "name": "fadeOut",
1100
- "privacy": "public",
1101
- "return": {
1102
- "type": {
1103
- "text": "Promise<void>"
1104
- }
1105
- },
1106
- "description": "Sets the `visibility` to `false` and animates out."
1107
- },
1108
- {
1109
- "kind": "field",
1110
- "name": "visible",
1111
- "type": {
1112
- "text": "boolean"
1113
- },
1114
- "privacy": "public",
1115
- "description": "Whether the backdrop is visible.",
1116
- "default": "false"
1117
- },
1118
- {
1119
- "kind": "field",
1120
- "name": "fixed",
1121
- "type": {
1122
- "text": "boolean"
1123
- },
1124
- "privacy": "public",
1125
- "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
1126
- "default": "false"
1127
- }
1128
- ],
1129
- "attributes": [
1130
- {
1131
- "type": {
1132
- "text": "boolean"
1133
- },
1134
- "description": "Whether the backdrop is visible.",
1135
- "name": "visible",
1136
- "default": "false"
1137
- },
1138
- {
1139
- "type": {
1140
- "text": "boolean"
1141
- },
1142
- "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
1143
- "name": "fixed",
1144
- "default": "false"
1145
- }
1146
- ],
1147
- "superclass": {
1148
- "name": "BaseComponent",
1149
- "module": "/src/lib/core/base/base-component"
1150
- },
1151
- "tagName": "forge-backdrop",
1152
- "customElement": true
1153
- }
1154
- ],
1155
- "exports": [
1156
- {
1157
- "kind": "js",
1158
- "name": "BackdropComponent",
1159
- "declaration": {
1160
- "name": "BackdropComponent",
1161
- "module": "src/lib/backdrop/backdrop.ts"
1162
- }
1163
- }
1164
- ]
1165
- },
1166
790
  {
1167
791
  "kind": "javascript-module",
1168
792
  "path": "src/lib/avatar/avatar.ts",
@@ -1322,14 +946,14 @@
1322
946
  "module": "/src/lib/core/base/base-lit-element"
1323
947
  },
1324
948
  "tagName": "forge-avatar",
949
+ "customElement": true,
1325
950
  "summary": "Avatars represent an entity via text or image.",
1326
951
  "cssClasses": [
1327
952
  {
1328
953
  "name": "forge-avatar",
1329
954
  "description": "The avatar class _(required)_."
1330
955
  }
1331
- ],
1332
- "customElement": true
956
+ ]
1333
957
  }
1334
958
  ],
1335
959
  "exports": [
@@ -1351,6 +975,382 @@
1351
975
  }
1352
976
  ]
1353
977
  },
978
+ {
979
+ "kind": "javascript-module",
980
+ "path": "src/lib/backdrop/backdrop.ts",
981
+ "declarations": [
982
+ {
983
+ "kind": "class",
984
+ "description": "",
985
+ "name": "BackdropComponent",
986
+ "cssProperties": [
987
+ {
988
+ "description": "The backdrop background color.",
989
+ "name": "--forge-backdrop-background"
990
+ },
991
+ {
992
+ "description": "The backdrop opacity.",
993
+ "name": "--forge-backdrop-opacity"
994
+ },
995
+ {
996
+ "description": "The backdrop z-index.",
997
+ "name": "--forge-backdrop-z-index"
998
+ },
999
+ {
1000
+ "description": "The animation duration for the enter animation.",
1001
+ "name": "--forge-backdrop-enter-animation-duration"
1002
+ },
1003
+ {
1004
+ "description": "The animation easing for the enter animation.",
1005
+ "name": "--forge-backdrop-enter-animation-easing"
1006
+ },
1007
+ {
1008
+ "description": "The animation duration for the exit animation.",
1009
+ "name": "--forge-backdrop-exit-animation-duration"
1010
+ },
1011
+ {
1012
+ "description": "The animation easing for the exit animation.",
1013
+ "name": "--forge-backdrop-exit-animation-easing"
1014
+ }
1015
+ ],
1016
+ "cssParts": [
1017
+ {
1018
+ "description": "The root element of the backdrop.",
1019
+ "name": "root"
1020
+ }
1021
+ ],
1022
+ "members": [
1023
+ {
1024
+ "kind": "field",
1025
+ "name": "_visible",
1026
+ "type": {
1027
+ "text": "boolean"
1028
+ },
1029
+ "privacy": "private",
1030
+ "default": "false"
1031
+ },
1032
+ {
1033
+ "kind": "field",
1034
+ "name": "_fixed",
1035
+ "type": {
1036
+ "text": "boolean"
1037
+ },
1038
+ "privacy": "private",
1039
+ "default": "false"
1040
+ },
1041
+ {
1042
+ "kind": "field",
1043
+ "name": "_rootElement",
1044
+ "type": {
1045
+ "text": "HTMLElement"
1046
+ },
1047
+ "privacy": "private"
1048
+ },
1049
+ {
1050
+ "kind": "field",
1051
+ "name": "_animationController",
1052
+ "type": {
1053
+ "text": "AbortController | undefined"
1054
+ },
1055
+ "privacy": "private"
1056
+ },
1057
+ {
1058
+ "kind": "method",
1059
+ "name": "_applyVisibility",
1060
+ "privacy": "private",
1061
+ "return": {
1062
+ "type": {
1063
+ "text": "Promise<void>"
1064
+ }
1065
+ },
1066
+ "parameters": [
1067
+ {
1068
+ "name": "visible",
1069
+ "type": {
1070
+ "text": "boolean"
1071
+ }
1072
+ },
1073
+ {
1074
+ "name": "{ animate }",
1075
+ "default": "{ animate: true }"
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "kind": "method",
1081
+ "name": "show",
1082
+ "privacy": "public",
1083
+ "return": {
1084
+ "type": {
1085
+ "text": "void"
1086
+ }
1087
+ },
1088
+ "description": "Immediately shows the backdrop by setting the `visibility` to `true` without animations."
1089
+ },
1090
+ {
1091
+ "kind": "method",
1092
+ "name": "hide",
1093
+ "privacy": "public",
1094
+ "return": {
1095
+ "type": {
1096
+ "text": "void"
1097
+ }
1098
+ },
1099
+ "description": "Immediately hides the backdrop by setting the `visibility` to `false` without animations."
1100
+ },
1101
+ {
1102
+ "kind": "method",
1103
+ "name": "fadeIn",
1104
+ "privacy": "public",
1105
+ "return": {
1106
+ "type": {
1107
+ "text": "Promise<void>"
1108
+ }
1109
+ },
1110
+ "description": "Sets the `visibility` to `true` and animates in."
1111
+ },
1112
+ {
1113
+ "kind": "method",
1114
+ "name": "fadeOut",
1115
+ "privacy": "public",
1116
+ "return": {
1117
+ "type": {
1118
+ "text": "Promise<void>"
1119
+ }
1120
+ },
1121
+ "description": "Sets the `visibility` to `false` and animates out."
1122
+ },
1123
+ {
1124
+ "kind": "field",
1125
+ "name": "visible",
1126
+ "type": {
1127
+ "text": "boolean"
1128
+ },
1129
+ "privacy": "public",
1130
+ "description": "Whether the backdrop is visible.",
1131
+ "default": "false"
1132
+ },
1133
+ {
1134
+ "kind": "field",
1135
+ "name": "fixed",
1136
+ "type": {
1137
+ "text": "boolean"
1138
+ },
1139
+ "privacy": "public",
1140
+ "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
1141
+ "default": "false"
1142
+ }
1143
+ ],
1144
+ "attributes": [
1145
+ {
1146
+ "type": {
1147
+ "text": "boolean"
1148
+ },
1149
+ "description": "Whether the backdrop is visible.",
1150
+ "name": "visible",
1151
+ "default": "false"
1152
+ },
1153
+ {
1154
+ "type": {
1155
+ "text": "boolean"
1156
+ },
1157
+ "description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
1158
+ "name": "fixed",
1159
+ "default": "false"
1160
+ }
1161
+ ],
1162
+ "superclass": {
1163
+ "name": "BaseComponent",
1164
+ "module": "/src/lib/core/base/base-component"
1165
+ },
1166
+ "tagName": "forge-backdrop",
1167
+ "customElement": true
1168
+ }
1169
+ ],
1170
+ "exports": [
1171
+ {
1172
+ "kind": "js",
1173
+ "name": "BackdropComponent",
1174
+ "declaration": {
1175
+ "name": "BackdropComponent",
1176
+ "module": "src/lib/backdrop/backdrop.ts"
1177
+ }
1178
+ }
1179
+ ]
1180
+ },
1181
+ {
1182
+ "kind": "javascript-module",
1183
+ "path": "src/lib/badge/badge.ts",
1184
+ "declarations": [
1185
+ {
1186
+ "kind": "variable",
1187
+ "name": "BADGE_TAG_NAME",
1188
+ "type": {
1189
+ "text": "keyof HTMLElementTagNameMap"
1190
+ },
1191
+ "default": "'forge-badge'"
1192
+ },
1193
+ {
1194
+ "kind": "class",
1195
+ "description": "",
1196
+ "name": "BadgeComponent",
1197
+ "cssProperties": [
1198
+ {
1199
+ "description": "The background color.",
1200
+ "name": "--forge-badge-background"
1201
+ },
1202
+ {
1203
+ "description": "The text color.",
1204
+ "name": "--forge-badge-color"
1205
+ },
1206
+ {
1207
+ "description": "The shape radius.",
1208
+ "name": "--forge-badge-shape"
1209
+ },
1210
+ {
1211
+ "description": "The inline padding.",
1212
+ "name": "--forge-badge-padding-inline"
1213
+ },
1214
+ {
1215
+ "description": "The block padding.",
1216
+ "name": "--forge-badge-padding-block"
1217
+ },
1218
+ {
1219
+ "description": "The border width.",
1220
+ "name": "--forge-badge-border-width"
1221
+ },
1222
+ {
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"
1233
+ }
1234
+ ],
1235
+ "slots": [
1236
+ {
1237
+ "description": "Default content placed inside the badge.",
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"
1247
+ }
1248
+ ],
1249
+ "members": [
1250
+ {
1251
+ "kind": "field",
1252
+ "name": "#internals",
1253
+ "privacy": "private",
1254
+ "type": {
1255
+ "text": "ElementInternals"
1256
+ }
1257
+ },
1258
+ {
1259
+ "kind": "field",
1260
+ "name": "dot",
1261
+ "type": {
1262
+ "text": "boolean"
1263
+ },
1264
+ "privacy": "public",
1265
+ "default": "false",
1266
+ "description": "Controls whether the badge will be a small dot without any content visible."
1267
+ },
1268
+ {
1269
+ "kind": "field",
1270
+ "name": "theme",
1271
+ "type": {
1272
+ "text": "BadgeTheme"
1273
+ },
1274
+ "privacy": "public",
1275
+ "default": "'default'",
1276
+ "description": "The theme of the badge."
1277
+ },
1278
+ {
1279
+ "kind": "field",
1280
+ "name": "strong",
1281
+ "type": {
1282
+ "text": "boolean"
1283
+ },
1284
+ "privacy": "public",
1285
+ "default": "false",
1286
+ "description": "Controls whether the badge will have a stronger visual appearance."
1287
+ },
1288
+ {
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."
1297
+ }
1298
+ ],
1299
+ "superclass": {
1300
+ "name": "BaseLitElement",
1301
+ "module": "/src/lib/core/base/base-lit-element"
1302
+ },
1303
+ "tagName": "forge-badge",
1304
+ "customElement": true,
1305
+ "states": [
1306
+ {
1307
+ "name": "dot",
1308
+ "description": "The badge is rendered as a dot."
1309
+ },
1310
+ {
1311
+ "name": "strong",
1312
+ "description": "The badge has a stronger visual appearance."
1313
+ },
1314
+ {
1315
+ "name": "hide",
1316
+ "description": "The badge is hidden."
1317
+ }
1318
+ ],
1319
+ "cssClasses": [
1320
+ {
1321
+ "name": "forge-badge",
1322
+ "description": "The badge class _(required)_."
1323
+ },
1324
+ {
1325
+ "name": "forge-badge--dot",
1326
+ "description": "Renders the badge as a dot."
1327
+ },
1328
+ {
1329
+ "name": "forge-badge__icon",
1330
+ "description": "Styles a child element as an icon."
1331
+ }
1332
+ ]
1333
+ }
1334
+ ],
1335
+ "exports": [
1336
+ {
1337
+ "kind": "js",
1338
+ "name": "BADGE_TAG_NAME",
1339
+ "declaration": {
1340
+ "name": "BADGE_TAG_NAME",
1341
+ "module": "src/lib/badge/badge.ts"
1342
+ }
1343
+ },
1344
+ {
1345
+ "kind": "js",
1346
+ "name": "BadgeComponent",
1347
+ "declaration": {
1348
+ "name": "BadgeComponent",
1349
+ "module": "src/lib/badge/badge.ts"
1350
+ }
1351
+ }
1352
+ ]
1353
+ },
1354
1354
  {
1355
1355
  "kind": "javascript-module",
1356
1356
  "path": "src/lib/banner/banner.ts",
@@ -1495,14 +1495,14 @@
1495
1495
  "module": "/src/lib/core/base/base-component"
1496
1496
  },
1497
1497
  "tagName": "forge-banner",
1498
+ "customElement": true,
1498
1499
  "summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
1499
1500
  "cssClasses": [
1500
1501
  {
1501
1502
  "name": "forge-banner",
1502
1503
  "description": "The banner class _(required)_."
1503
1504
  }
1504
- ],
1505
- "customElement": true
1505
+ ]
1506
1506
  }
1507
1507
  ],
1508
1508
  "exports": [
@@ -1707,14 +1707,14 @@
1707
1707
  "module": "/src/lib/core/base/base-component"
1708
1708
  },
1709
1709
  "tagName": "forge-bottom-sheet",
1710
+ "customElement": true,
1710
1711
  "summary": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.",
1711
1712
  "dependencies": [
1712
1713
  {
1713
1714
  "name": "forge-dialog",
1714
1715
  "description": ""
1715
1716
  }
1716
- ],
1717
- "customElement": true
1717
+ ]
1718
1718
  }
1719
1719
  ],
1720
1720
  "exports": [
@@ -2334,6 +2334,7 @@
2334
2334
  "module": "/src/lib/button/base/base-button"
2335
2335
  },
2336
2336
  "tagName": "forge-button",
2337
+ "customElement": true,
2337
2338
  "summary": "Buttons represent actions that a user can take.",
2338
2339
  "dependencies": [
2339
2340
  {
@@ -2396,8 +2397,7 @@
2396
2397
  "name": "forge-button--pill",
2397
2398
  "description": "Pill shape."
2398
2399
  }
2399
- ],
2400
- "customElement": true
2400
+ ]
2401
2401
  }
2402
2402
  ],
2403
2403
  "exports": [
@@ -2493,8 +2493,8 @@
2493
2493
  "module": "/src/lib/core/base/base-component"
2494
2494
  },
2495
2495
  "tagName": "forge-button-area",
2496
- "summary": "Button areas are used to create a clickable area that group related information and actions about a single subject.",
2497
- "customElement": true
2496
+ "customElement": true,
2497
+ "summary": "Button areas are used to create a clickable area that group related information and actions about a single subject."
2498
2498
  }
2499
2499
  ],
2500
2500
  "exports": [
@@ -3397,6 +3397,7 @@
3397
3397
  "module": "/src/lib/core/base/base-lit-element"
3398
3398
  },
3399
3399
  "tagName": "forge-card",
3400
+ "customElement": true,
3400
3401
  "states": [
3401
3402
  {
3402
3403
  "name": "raised",
@@ -3412,8 +3413,7 @@
3412
3413
  "name": "forge-card--raised",
3413
3414
  "description": "The card container element when raised _(required)_."
3414
3415
  }
3415
- ],
3416
- "customElement": true
3416
+ ]
3417
3417
  }
3418
3418
  ],
3419
3419
  "exports": [
@@ -3848,6 +3848,7 @@
3848
3848
  "module": "/src/lib/core"
3849
3849
  },
3850
3850
  "tagName": "forge-checkbox",
3851
+ "customElement": true,
3851
3852
  "summary": "Checkboxes select single values for submission in a form.",
3852
3853
  "cssFilePath": {
3853
3854
  "name": "checkbox/forge-checkbox.css",
@@ -3866,8 +3867,7 @@
3866
3867
  "name": "forge-checkbox__icon",
3867
3868
  "description": "Apply to a child of the root element to render the check and indeterminate icons _(required)_."
3868
3869
  }
3869
- ],
3870
- "customElement": true
3870
+ ]
3871
3871
  }
3872
3872
  ],
3873
3873
  "exports": [
@@ -4998,14 +4998,14 @@
4998
4998
  "module": "/src/lib/core/base/base-component"
4999
4999
  },
5000
5000
  "tagName": "forge-circular-progress",
5001
+ "customElement": true,
5001
5002
  "summary": "Circular progress indicators display progress by animating along a circular track in a clockwise direction.",
5002
5003
  "globalConfigProperties": [
5003
5004
  {
5004
5005
  "name": "track",
5005
5006
  "description": ""
5006
5007
  }
5007
- ],
5008
- "customElement": true
5008
+ ]
5009
5009
  }
5010
5010
  ],
5011
5011
  "exports": [
@@ -7482,6 +7482,7 @@
7482
7482
  "module": "/src/lib/core/base/base-component"
7483
7483
  },
7484
7484
  "tagName": "forge-dialog",
7485
+ "customElement": true,
7485
7486
  "summary": "Dialogs are temporary UI elements that are used to display information, ask for input, or confirm actions.",
7486
7487
  "dependencies": [
7487
7488
  {
@@ -7612,8 +7613,7 @@
7612
7613
  "name": "forge-dialog__move-handle-container",
7613
7614
  "description": "Apply to the parent of the move handle element."
7614
7615
  }
7615
- ],
7616
- "customElement": true
7616
+ ]
7617
7617
  }
7618
7618
  ],
7619
7619
  "exports": [
@@ -7686,14 +7686,14 @@
7686
7686
  "module": "/src/lib/core/base/base-component"
7687
7687
  },
7688
7688
  "tagName": "forge-divider",
7689
+ "customElement": true,
7689
7690
  "summary": "Divider is used to separate elements.",
7690
7691
  "cssClasses": [
7691
7692
  {
7692
7693
  "name": "forge-divider",
7693
7694
  "description": "The divider class."
7694
7695
  }
7695
- ],
7696
- "customElement": true
7696
+ ]
7697
7697
  }
7698
7698
  ],
7699
7699
  "exports": [
@@ -7864,6 +7864,7 @@
7864
7864
  "module": "/src/lib/core/base/base-component"
7865
7865
  },
7866
7866
  "tagName": "forge-expansion-panel",
7867
+ "customElement": true,
7867
7868
  "summary": "Expansion panels provide progressive disclosure of content.",
7868
7869
  "cssClasses": [
7869
7870
  {
@@ -7878,8 +7879,7 @@
7878
7879
  "name": "forge-expansion-panel--open",
7879
7880
  "description": "The open state of the panel."
7880
7881
  }
7881
- ],
7882
- "customElement": true
7882
+ ]
7883
7883
  }
7884
7884
  ],
7885
7885
  "exports": [
@@ -8519,6 +8519,7 @@
8519
8519
  "module": "/src/lib/core"
8520
8520
  },
8521
8521
  "tagName": "forge-field",
8522
+ "customElement": true,
8522
8523
  "summary": "The Forge Field component is a basic component that handles the layout and theming of\nform elements that can include a label, various states, and a border around an input area.",
8523
8524
  "globalConfigProperties": [
8524
8525
  {
@@ -8591,8 +8592,7 @@
8591
8592
  "name": "forge-field--extra-large",
8592
8593
  "description": "Uses the extra-large density on the field."
8593
8594
  }
8594
- ],
8595
- "customElement": true
8595
+ ]
8596
8596
  }
8597
8597
  ],
8598
8598
  "exports": [
@@ -8838,8 +8838,8 @@
8838
8838
  "module": "/src/lib/core/base/base-component"
8839
8839
  },
8840
8840
  "tagName": "forge-file-picker",
8841
- "summary": "The file-picker component allows for a user to upload files of their own to the system. The component provides a slot for a\nbutton, as well as drag-and-drop functionality to launch the system file chooser dialog. There are visual queues to let the\nuser know when files they are dragging can be dropped, as well as events that are relayed to the developer to handle files\nthat are legal and/or illegal based on the parameters set on the component.\n\nThe expectation of this component is that it will be used as a familiar element on the page that will let users upload files,\nwhile providing that visual and functional consistency.",
8842
- "customElement": true
8841
+ "customElement": true,
8842
+ "summary": "The file-picker component allows for a user to upload files of their own to the system. The component provides a slot for a\nbutton, as well as drag-and-drop functionality to launch the system file chooser dialog. There are visual queues to let the\nuser know when files they are dragging can be dropped, as well as events that are relayed to the developer to handle files\nthat are legal and/or illegal based on the parameters set on the component.\n\nThe expectation of this component is that it will be used as a familiar element on the page that will let users upload files,\nwhile providing that visual and functional consistency."
8843
8843
  }
8844
8844
  ],
8845
8845
  "exports": [
@@ -9277,6 +9277,7 @@
9277
9277
  "module": "/src/lib/button/base/base-button"
9278
9278
  },
9279
9279
  "tagName": "forge-fab",
9280
+ "customElement": true,
9280
9281
  "summary": "Floating action buttons are used to represent the most important action on a page.",
9281
9282
  "dependencies": [
9282
9283
  {
@@ -9313,8 +9314,7 @@
9313
9314
  "name": "forge-fab--flat",
9314
9315
  "description": "Removes the raised shadow."
9315
9316
  }
9316
- ],
9317
- "customElement": true
9317
+ ]
9318
9318
  }
9319
9319
  ],
9320
9320
  "exports": [
@@ -9528,6 +9528,7 @@
9528
9528
  "module": "/src/lib/core/base/base-component"
9529
9529
  },
9530
9530
  "tagName": "forge-focus-indicator",
9531
+ "customElement": true,
9531
9532
  "summary": "Renders a focus indicator when an attached element matches `:focus-visible`.",
9532
9533
  "cssClasses": [
9533
9534
  {
@@ -9546,8 +9547,7 @@
9546
9547
  "name": "forge-focus-indicator--inward",
9547
9548
  "description": "Renders the focus inside the target element."
9548
9549
  }
9549
- ],
9550
- "customElement": true
9550
+ ]
9551
9551
  }
9552
9552
  ],
9553
9553
  "exports": [
@@ -10070,14 +10070,14 @@
10070
10070
  "module": "/src/lib/core/base/base-component"
10071
10071
  },
10072
10072
  "tagName": "forge-icon",
10073
+ "customElement": true,
10073
10074
  "summary": "Icons are used to represent information visually",
10074
10075
  "cssClasses": [
10075
10076
  {
10076
10077
  "name": "forge-icon",
10077
10078
  "description": "The icon element."
10078
10079
  }
10079
- ],
10080
- "customElement": true
10080
+ ]
10081
10081
  }
10082
10082
  ],
10083
10083
  "exports": [
@@ -10557,6 +10557,7 @@
10557
10557
  "module": "/src/lib/button/base/base-button"
10558
10558
  },
10559
10559
  "tagName": "forge-icon-button",
10560
+ "customElement": true,
10560
10561
  "globalConfigProperties": [
10561
10562
  {
10562
10563
  "name": "variant",
@@ -10605,7 +10606,6 @@
10605
10606
  "description": "The squared shape."
10606
10607
  }
10607
10608
  ],
10608
- "customElement": true,
10609
10609
  "attributes": [
10610
10610
  {
10611
10611
  "type": {
@@ -10806,6 +10806,7 @@
10806
10806
  "module": "/src/lib/core/base/base-component"
10807
10807
  },
10808
10808
  "tagName": "forge-inline-message",
10809
+ "customElement": true,
10809
10810
  "summary": "Inline messages are used to provide feedback to the user about a specific action or state.",
10810
10811
  "cssClasses": [
10811
10812
  {
@@ -10820,8 +10821,7 @@
10820
10821
  "name": "forge-inline-message__icon",
10821
10822
  "description": "The icon element."
10822
10823
  }
10823
- ],
10824
- "customElement": true
10824
+ ]
10825
10825
  }
10826
10826
  ],
10827
10827
  "exports": [
@@ -11056,230 +11056,6 @@
11056
11056
  }
11057
11057
  ]
11058
11058
  },
11059
- {
11060
- "kind": "javascript-module",
11061
- "path": "src/lib/label-value/label-value.ts",
11062
- "declarations": [
11063
- {
11064
- "kind": "class",
11065
- "description": "",
11066
- "name": "LabelValueComponent",
11067
- "cssProperties": [
11068
- {
11069
- "description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
11070
- "name": "--forge-label-value-align"
11071
- },
11072
- {
11073
- "description": "The spacing between the label and value.",
11074
- "name": "--forge-label-value-label-spacing"
11075
- },
11076
- {
11077
- "description": "The block start spacing for the label.",
11078
- "name": "--forge-label-value-label-block-start-spacing"
11079
- },
11080
- {
11081
- "description": "The block end spacing for the label.",
11082
- "name": "--forge-label-value-label-block-end-spacing"
11083
- },
11084
- {
11085
- "description": "The color to apply to the label.",
11086
- "name": "--forge-label-value-label-color"
11087
- },
11088
- {
11089
- "description": "The spacing between the icon and the label.",
11090
- "name": "--forge-label-value-icon-spacing"
11091
- },
11092
- {
11093
- "description": "The spacing between the label and value when displayed inline.",
11094
- "name": "--forge-label-value-inline-label-spacing"
11095
- },
11096
- {
11097
- "description": "The color to apply to the value when empty.",
11098
- "name": "--forge-label-value-empty-color"
11099
- },
11100
- {
11101
- "description": "The font-style to apply to the value when empty.",
11102
- "name": "--forge-label-value-empty-style"
11103
- }
11104
- ],
11105
- "cssParts": [
11106
- {
11107
- "description": "The root layout container element.",
11108
- "name": "root"
11109
- },
11110
- {
11111
- "description": "The label container element.",
11112
- "name": "label"
11113
- },
11114
- {
11115
- "description": "The value container element.",
11116
- "name": "value"
11117
- },
11118
- {
11119
- "description": "The icon container element.",
11120
- "name": "icon"
11121
- }
11122
- ],
11123
- "slots": [
11124
- {
11125
- "description": "The label to display.",
11126
- "name": "label"
11127
- },
11128
- {
11129
- "description": "The value to display.",
11130
- "name": "value"
11131
- },
11132
- {
11133
- "description": "An icon to display next to the label.",
11134
- "name": "icon"
11135
- }
11136
- ],
11137
- "members": [
11138
- {
11139
- "kind": "field",
11140
- "name": "_empty",
11141
- "type": {
11142
- "text": "boolean"
11143
- },
11144
- "privacy": "private",
11145
- "default": "false"
11146
- },
11147
- {
11148
- "kind": "field",
11149
- "name": "_ellipsis",
11150
- "type": {
11151
- "text": "boolean"
11152
- },
11153
- "privacy": "private",
11154
- "default": "false"
11155
- },
11156
- {
11157
- "kind": "field",
11158
- "name": "_inline",
11159
- "type": {
11160
- "text": "boolean"
11161
- },
11162
- "privacy": "private",
11163
- "default": "false"
11164
- },
11165
- {
11166
- "kind": "field",
11167
- "name": "empty",
11168
- "type": {
11169
- "text": "boolean"
11170
- },
11171
- "privacy": "public",
11172
- "description": "If true, the value will be displayed in an alternative emphasized style.",
11173
- "default": "false"
11174
- },
11175
- {
11176
- "kind": "field",
11177
- "name": "ellipsis",
11178
- "type": {
11179
- "text": "boolean"
11180
- },
11181
- "privacy": "public",
11182
- "description": "If true, the value will be truncated with an ellipsis if it overflows its container.",
11183
- "default": "false"
11184
- },
11185
- {
11186
- "kind": "field",
11187
- "name": "inline",
11188
- "type": {
11189
- "text": "boolean"
11190
- },
11191
- "privacy": "public",
11192
- "description": "If true, the label and value will be displayed on the same line.",
11193
- "default": "false"
11194
- },
11195
- {
11196
- "kind": "field",
11197
- "name": "dense",
11198
- "type": {
11199
- "text": "boolean"
11200
- },
11201
- "privacy": "public",
11202
- "deprecated": "Use `inline` instead.",
11203
- "description": "Deprecated. Use `inline` instead.",
11204
- "default": "false"
11205
- }
11206
- ],
11207
- "attributes": [
11208
- {
11209
- "type": {
11210
- "text": "boolean"
11211
- },
11212
- "description": "If present, the value will be displayed in an alternative emphasized style.",
11213
- "name": "empty",
11214
- "default": "false"
11215
- },
11216
- {
11217
- "type": {
11218
- "text": "boolean"
11219
- },
11220
- "description": "If present, the value will be truncated with an ellipsis if it overflows its container.",
11221
- "name": "ellipsis",
11222
- "default": "false"
11223
- },
11224
- {
11225
- "type": {
11226
- "text": "boolean"
11227
- },
11228
- "description": "If present, the label and value will be displayed on the same line.",
11229
- "name": "inline",
11230
- "default": "false"
11231
- }
11232
- ],
11233
- "superclass": {
11234
- "name": "BaseComponent",
11235
- "module": "/src/lib/core/base/base-component"
11236
- },
11237
- "tagName": "forge-label-value",
11238
- "summary": "Label-value pairs are used to display a label and a value in a compact format.",
11239
- "cssClasses": [
11240
- {
11241
- "name": "forge-label-value",
11242
- "description": "The container element for the label and value elements."
11243
- },
11244
- {
11245
- "name": "forge-label-value--inline",
11246
- "description": "Applied to the container element when the label and value are displayed inline next to each other."
11247
- },
11248
- {
11249
- "name": "forge-label-value--empty",
11250
- "description": "Applied to the container element when the value is empty."
11251
- },
11252
- {
11253
- "name": "forge-label-value--ellipsis",
11254
- "description": "Applied to the container element when the value is truncated with an ellipsis if overflowing"
11255
- },
11256
- {
11257
- "name": "forge-label-value__label",
11258
- "description": "The label element."
11259
- },
11260
- {
11261
- "name": "forge-label-value__value",
11262
- "description": "The value element."
11263
- },
11264
- {
11265
- "name": "forge-label-value__icon",
11266
- "description": "The icon element."
11267
- }
11268
- ],
11269
- "customElement": true
11270
- }
11271
- ],
11272
- "exports": [
11273
- {
11274
- "kind": "js",
11275
- "name": "LabelValueComponent",
11276
- "declaration": {
11277
- "name": "LabelValueComponent",
11278
- "module": "src/lib/label-value/label-value.ts"
11279
- }
11280
- }
11281
- ]
11282
- },
11283
11059
  {
11284
11060
  "kind": "javascript-module",
11285
11061
  "path": "src/lib/label/label-aware.ts",
@@ -11443,6 +11219,7 @@
11443
11219
  "module": "/src/lib/core"
11444
11220
  },
11445
11221
  "tagName": "forge-label",
11222
+ "customElement": true,
11446
11223
  "summary": "The Forge Label component is used to associate a text label with a compatible Forge component.",
11447
11224
  "cssClasses": [
11448
11225
  {
@@ -11465,8 +11242,7 @@
11465
11242
  "name": "forge-support-text",
11466
11243
  "description": "Applies the support text typography style and a top margin."
11467
11244
  }
11468
- ],
11469
- "customElement": true
11245
+ ]
11470
11246
  }
11471
11247
  ],
11472
11248
  "exports": [
@@ -11480,6 +11256,230 @@
11480
11256
  }
11481
11257
  ]
11482
11258
  },
11259
+ {
11260
+ "kind": "javascript-module",
11261
+ "path": "src/lib/label-value/label-value.ts",
11262
+ "declarations": [
11263
+ {
11264
+ "kind": "class",
11265
+ "description": "",
11266
+ "name": "LabelValueComponent",
11267
+ "cssProperties": [
11268
+ {
11269
+ "description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
11270
+ "name": "--forge-label-value-align"
11271
+ },
11272
+ {
11273
+ "description": "The spacing between the label and value.",
11274
+ "name": "--forge-label-value-label-spacing"
11275
+ },
11276
+ {
11277
+ "description": "The block start spacing for the label.",
11278
+ "name": "--forge-label-value-label-block-start-spacing"
11279
+ },
11280
+ {
11281
+ "description": "The block end spacing for the label.",
11282
+ "name": "--forge-label-value-label-block-end-spacing"
11283
+ },
11284
+ {
11285
+ "description": "The color to apply to the label.",
11286
+ "name": "--forge-label-value-label-color"
11287
+ },
11288
+ {
11289
+ "description": "The spacing between the icon and the label.",
11290
+ "name": "--forge-label-value-icon-spacing"
11291
+ },
11292
+ {
11293
+ "description": "The spacing between the label and value when displayed inline.",
11294
+ "name": "--forge-label-value-inline-label-spacing"
11295
+ },
11296
+ {
11297
+ "description": "The color to apply to the value when empty.",
11298
+ "name": "--forge-label-value-empty-color"
11299
+ },
11300
+ {
11301
+ "description": "The font-style to apply to the value when empty.",
11302
+ "name": "--forge-label-value-empty-style"
11303
+ }
11304
+ ],
11305
+ "cssParts": [
11306
+ {
11307
+ "description": "The root layout container element.",
11308
+ "name": "root"
11309
+ },
11310
+ {
11311
+ "description": "The label container element.",
11312
+ "name": "label"
11313
+ },
11314
+ {
11315
+ "description": "The value container element.",
11316
+ "name": "value"
11317
+ },
11318
+ {
11319
+ "description": "The icon container element.",
11320
+ "name": "icon"
11321
+ }
11322
+ ],
11323
+ "slots": [
11324
+ {
11325
+ "description": "The label to display.",
11326
+ "name": "label"
11327
+ },
11328
+ {
11329
+ "description": "The value to display.",
11330
+ "name": "value"
11331
+ },
11332
+ {
11333
+ "description": "An icon to display next to the label.",
11334
+ "name": "icon"
11335
+ }
11336
+ ],
11337
+ "members": [
11338
+ {
11339
+ "kind": "field",
11340
+ "name": "_empty",
11341
+ "type": {
11342
+ "text": "boolean"
11343
+ },
11344
+ "privacy": "private",
11345
+ "default": "false"
11346
+ },
11347
+ {
11348
+ "kind": "field",
11349
+ "name": "_ellipsis",
11350
+ "type": {
11351
+ "text": "boolean"
11352
+ },
11353
+ "privacy": "private",
11354
+ "default": "false"
11355
+ },
11356
+ {
11357
+ "kind": "field",
11358
+ "name": "_inline",
11359
+ "type": {
11360
+ "text": "boolean"
11361
+ },
11362
+ "privacy": "private",
11363
+ "default": "false"
11364
+ },
11365
+ {
11366
+ "kind": "field",
11367
+ "name": "empty",
11368
+ "type": {
11369
+ "text": "boolean"
11370
+ },
11371
+ "privacy": "public",
11372
+ "description": "If true, the value will be displayed in an alternative emphasized style.",
11373
+ "default": "false"
11374
+ },
11375
+ {
11376
+ "kind": "field",
11377
+ "name": "ellipsis",
11378
+ "type": {
11379
+ "text": "boolean"
11380
+ },
11381
+ "privacy": "public",
11382
+ "description": "If true, the value will be truncated with an ellipsis if it overflows its container.",
11383
+ "default": "false"
11384
+ },
11385
+ {
11386
+ "kind": "field",
11387
+ "name": "inline",
11388
+ "type": {
11389
+ "text": "boolean"
11390
+ },
11391
+ "privacy": "public",
11392
+ "description": "If true, the label and value will be displayed on the same line.",
11393
+ "default": "false"
11394
+ },
11395
+ {
11396
+ "kind": "field",
11397
+ "name": "dense",
11398
+ "type": {
11399
+ "text": "boolean"
11400
+ },
11401
+ "privacy": "public",
11402
+ "deprecated": "Use `inline` instead.",
11403
+ "description": "Deprecated. Use `inline` instead.",
11404
+ "default": "false"
11405
+ }
11406
+ ],
11407
+ "attributes": [
11408
+ {
11409
+ "type": {
11410
+ "text": "boolean"
11411
+ },
11412
+ "description": "If present, the value will be displayed in an alternative emphasized style.",
11413
+ "name": "empty",
11414
+ "default": "false"
11415
+ },
11416
+ {
11417
+ "type": {
11418
+ "text": "boolean"
11419
+ },
11420
+ "description": "If present, the value will be truncated with an ellipsis if it overflows its container.",
11421
+ "name": "ellipsis",
11422
+ "default": "false"
11423
+ },
11424
+ {
11425
+ "type": {
11426
+ "text": "boolean"
11427
+ },
11428
+ "description": "If present, the label and value will be displayed on the same line.",
11429
+ "name": "inline",
11430
+ "default": "false"
11431
+ }
11432
+ ],
11433
+ "superclass": {
11434
+ "name": "BaseComponent",
11435
+ "module": "/src/lib/core/base/base-component"
11436
+ },
11437
+ "tagName": "forge-label-value",
11438
+ "customElement": true,
11439
+ "summary": "Label-value pairs are used to display a label and a value in a compact format.",
11440
+ "cssClasses": [
11441
+ {
11442
+ "name": "forge-label-value",
11443
+ "description": "The container element for the label and value elements."
11444
+ },
11445
+ {
11446
+ "name": "forge-label-value--inline",
11447
+ "description": "Applied to the container element when the label and value are displayed inline next to each other."
11448
+ },
11449
+ {
11450
+ "name": "forge-label-value--empty",
11451
+ "description": "Applied to the container element when the value is empty."
11452
+ },
11453
+ {
11454
+ "name": "forge-label-value--ellipsis",
11455
+ "description": "Applied to the container element when the value is truncated with an ellipsis if overflowing"
11456
+ },
11457
+ {
11458
+ "name": "forge-label-value__label",
11459
+ "description": "The label element."
11460
+ },
11461
+ {
11462
+ "name": "forge-label-value__value",
11463
+ "description": "The value element."
11464
+ },
11465
+ {
11466
+ "name": "forge-label-value__icon",
11467
+ "description": "The icon element."
11468
+ }
11469
+ ]
11470
+ }
11471
+ ],
11472
+ "exports": [
11473
+ {
11474
+ "kind": "js",
11475
+ "name": "LabelValueComponent",
11476
+ "declaration": {
11477
+ "name": "LabelValueComponent",
11478
+ "module": "src/lib/label-value/label-value.ts"
11479
+ }
11480
+ }
11481
+ ]
11482
+ },
11483
11483
  {
11484
11484
  "kind": "javascript-module",
11485
11485
  "path": "src/lib/linear-progress/linear-progress.ts",
@@ -11627,8 +11627,8 @@
11627
11627
  "module": "/src/lib/core/base/base-component"
11628
11628
  },
11629
11629
  "tagName": "forge-linear-progress",
11630
- "summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction.",
11631
- "customElement": true
11630
+ "customElement": true,
11631
+ "summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction."
11632
11632
  }
11633
11633
  ],
11634
11634
  "exports": [
@@ -12848,6 +12848,7 @@
12848
12848
  "module": "/src/lib/list-dropdown/list-dropdown-aware"
12849
12849
  },
12850
12850
  "tagName": "forge-menu",
12851
+ "customElement": true,
12851
12852
  "dependencies": [
12852
12853
  {
12853
12854
  "name": "forge-popover",
@@ -12857,8 +12858,7 @@
12857
12858
  "name": "forge-list",
12858
12859
  "description": ""
12859
12860
  }
12860
- ],
12861
- "customElement": true
12861
+ ]
12862
12862
  }
12863
12863
  ],
12864
12864
  "exports": [
@@ -13022,8 +13022,8 @@
13022
13022
  "module": "/src/lib/core/base/base-component"
13023
13023
  },
13024
13024
  "tagName": "forge-open-icon",
13025
- "summary": "Open icons are used to indicate whether a section is open or closed.",
13026
- "customElement": true
13025
+ "customElement": true,
13026
+ "summary": "Open icons are used to indicate whether a section is open or closed."
13027
13027
  }
13028
13028
  ],
13029
13029
  "exports": [
@@ -13441,6 +13441,7 @@
13441
13441
  "module": "/src/lib/overlay/base/base-overlay"
13442
13442
  },
13443
13443
  "tagName": "forge-overlay",
13444
+ "customElement": true,
13444
13445
  "summary": "Overlays are used to render content in an element that rendered above all content on the page,\nand positioned around a specified anchor element.",
13445
13446
  "globalConfigProperties": [
13446
13447
  {
@@ -13475,8 +13476,7 @@
13475
13476
  "name": "persistent",
13476
13477
  "description": ""
13477
13478
  }
13478
- ],
13479
- "customElement": true
13479
+ ]
13480
13480
  }
13481
13481
  ],
13482
13482
  "exports": [
@@ -13593,6 +13593,7 @@
13593
13593
  "module": "/src/lib/core/base/base-component"
13594
13594
  },
13595
13595
  "tagName": "forge-page-state",
13596
+ "customElement": true,
13596
13597
  "cssClasses": [
13597
13598
  {
13598
13599
  "name": "forge-page-state",
@@ -13614,8 +13615,7 @@
13614
13615
  "name": "forge-page-state__actions",
13615
13616
  "description": "The container element for optional actions."
13616
13617
  }
13617
- ],
13618
- "customElement": true
13618
+ ]
13619
13619
  }
13620
13620
  ],
13621
13621
  "exports": [
@@ -14671,6 +14671,7 @@
14671
14671
  "module": "/src/lib/overlay/base/overlay-aware"
14672
14672
  },
14673
14673
  "tagName": "forge-popover",
14674
+ "customElement": true,
14674
14675
  "summary": "Popovers are used to render content in an element that is above all other content on the page.",
14675
14676
  "dependencies": [
14676
14677
  {
@@ -14719,8 +14720,7 @@
14719
14720
  "name": "arrow",
14720
14721
  "description": ""
14721
14722
  }
14722
- ],
14723
- "customElement": true
14723
+ ]
14724
14724
  }
14725
14725
  ],
14726
14726
  "exports": [
@@ -14967,6 +14967,7 @@
14967
14967
  "module": "/src/lib/core/base/base-component"
14968
14968
  },
14969
14969
  "tagName": "forge-scaffold",
14970
+ "customElement": true,
14970
14971
  "summary": "A scaffold provides a generic layout structure for your content using common named areas.",
14971
14972
  "cssClasses": [
14972
14973
  {
@@ -14993,8 +14994,7 @@
14993
14994
  "name": "forge-scaffold__footer",
14994
14995
  "description": "The content to display in the \"footer\" area."
14995
14996
  }
14996
- ],
14997
- "customElement": true
14997
+ ]
14998
14998
  }
14999
14999
  ],
15000
15000
  "exports": [
@@ -15156,6 +15156,7 @@
15156
15156
  "module": "/src/lib/core/base/base-component"
15157
15157
  },
15158
15158
  "tagName": "forge-skeleton",
15159
+ "customElement": true,
15159
15160
  "summary": "Skeleton is used to provide a placeholder for content that is loading.",
15160
15161
  "cssClasses": [
15161
15162
  {
@@ -15186,8 +15187,7 @@
15186
15187
  "name": "forge-skeleton--form-field",
15187
15188
  "description": "The form field skeleton element."
15188
15189
  }
15189
- ],
15190
- "customElement": true
15190
+ ]
15191
15191
  }
15192
15192
  ],
15193
15193
  "exports": [
@@ -15493,6 +15493,7 @@
15493
15493
  "module": "/src/lib/core"
15494
15494
  },
15495
15495
  "tagName": "forge-skip-link",
15496
+ "customElement": true,
15496
15497
  "summary": "The Forge Skip Link component is used to provide a way for users to skip repetitive content and navigate directly to a section of the page.",
15497
15498
  "dependencies": [
15498
15499
  {
@@ -15503,8 +15504,7 @@
15503
15504
  "name": "forge-state-layer",
15504
15505
  "description": ""
15505
15506
  }
15506
- ],
15507
- "customElement": true
15507
+ ]
15508
15508
  }
15509
15509
  ],
15510
15510
  "exports": [
@@ -16065,6 +16065,7 @@
16065
16065
  "module": "/src/lib/core/base/base-form-component"
16066
16066
  },
16067
16067
  "tagName": "forge-slider",
16068
+ "customElement": true,
16068
16069
  "summary": "Sliders allow users to make selections from a range of values.",
16069
16070
  "dependencies": [
16070
16071
  {
@@ -16075,8 +16076,7 @@
16075
16076
  "name": "forge-state-layer",
16076
16077
  "description": ""
16077
16078
  }
16078
- ],
16079
- "customElement": true
16079
+ ]
16080
16080
  }
16081
16081
  ],
16082
16082
  "exports": [
@@ -16221,14 +16221,14 @@
16221
16221
  "module": "/src/lib/core/base/base-component"
16222
16222
  },
16223
16223
  "tagName": "forge-split-button",
16224
+ "customElement": true,
16224
16225
  "summary": "Split buttons are used for splitting an action into two parts.",
16225
16226
  "dependencies": [
16226
16227
  {
16227
16228
  "name": "forge-button",
16228
16229
  "description": ""
16229
16230
  }
16230
- ],
16231
- "customElement": true
16231
+ ]
16232
16232
  }
16233
16233
  ],
16234
16234
  "exports": [
@@ -16413,6 +16413,7 @@
16413
16413
  "module": "/src/lib/core/base/base-component"
16414
16414
  },
16415
16415
  "tagName": "forge-stack",
16416
+ "customElement": true,
16416
16417
  "summary": "The stack is a utility component that helps manage spacing and alignment of immediate children along a vertical or horizontal axis.",
16417
16418
  "cssClasses": [
16418
16419
  {
@@ -16459,8 +16460,7 @@
16459
16460
  "name": "forge-stack--justify-space-between",
16460
16461
  "description": "Justifies the children with equal space between them."
16461
16462
  }
16462
- ],
16463
- "customElement": true
16463
+ ]
16464
16464
  }
16465
16465
  ],
16466
16466
  "exports": [
@@ -16595,6 +16595,7 @@
16595
16595
  "module": "/src/lib/core/base/base-component"
16596
16596
  },
16597
16597
  "tagName": "forge-state-layer",
16598
+ "customElement": true,
16598
16599
  "summary": "State layers show the interaction status of an element.",
16599
16600
  "cssClasses": [
16600
16601
  {
@@ -16605,8 +16606,7 @@
16605
16606
  "name": "forge-state-layer__target",
16606
16607
  "description": "The target element container to render the state layer within."
16607
16608
  }
16608
- ],
16609
- "customElement": true
16609
+ ]
16610
16610
  }
16611
16611
  ],
16612
16612
  "exports": [
@@ -17268,6 +17268,7 @@
17268
17268
  "module": "/src/lib/core"
17269
17269
  },
17270
17270
  "tagName": "forge-switch",
17271
+ "customElement": true,
17271
17272
  "summary": "Switches toggle the state of a single setting on or off.",
17272
17273
  "cssClasses": [
17273
17274
  {
@@ -17294,8 +17295,7 @@
17294
17295
  "name": "forge-switch__icon--off",
17295
17296
  "description": "Apply to the the icon representing the switch's \"off\" state. It will be hidden when the switch is on."
17296
17297
  }
17297
- ],
17298
- "customElement": true
17298
+ ]
17299
17299
  }
17300
17300
  ],
17301
17301
  "exports": [
@@ -18101,6 +18101,13 @@
18101
18101
  "description": "Dispatched when a column is resized.",
18102
18102
  "name": "forge-table-column-resize"
18103
18103
  },
18104
+ {
18105
+ "type": {
18106
+ "text": "CustomEvent<void>"
18107
+ },
18108
+ "description": "Dispatched before the table body is rendered.",
18109
+ "name": "forge-table-before-body-rendered"
18110
+ },
18104
18111
  {
18105
18112
  "type": {
18106
18113
  "text": "CustomEvent<void>"
@@ -18257,6 +18264,7 @@
18257
18264
  "module": "/src/lib/core/base/base-component"
18258
18265
  },
18259
18266
  "tagName": "forge-table",
18267
+ "customElement": true,
18260
18268
  "dependencies": [
18261
18269
  {
18262
18270
  "name": "forge-expansion-panel",
@@ -18280,8 +18288,7 @@
18280
18288
  "name": "forge-data-table",
18281
18289
  "description": "The base table class."
18282
18290
  }
18283
- ],
18284
- "customElement": true
18291
+ ]
18285
18292
  }
18286
18293
  ],
18287
18294
  "exports": [
@@ -18947,6 +18954,7 @@
18947
18954
  "module": "/src/lib/field/base/base-field"
18948
18955
  },
18949
18956
  "tagName": "forge-text-field",
18957
+ "customElement": true,
18950
18958
  "summary": "The Forge Text Field component wraps and styles an input or textarea element.",
18951
18959
  "dependencies": [
18952
18960
  {
@@ -18972,7 +18980,6 @@
18972
18980
  "description": ""
18973
18981
  }
18974
18982
  ],
18975
- "customElement": true,
18976
18983
  "cssProperties": [
18977
18984
  {
18978
18985
  "description": "The background of the field surface.",
@@ -20109,6 +20116,7 @@
20109
20116
  "module": "/src/lib/core/base/base-component"
20110
20117
  },
20111
20118
  "tagName": "forge-toast",
20119
+ "customElement": true,
20112
20120
  "summary": "Toasts are non-modal notifications that appear in response to user interactions.",
20113
20121
  "dependencies": [
20114
20122
  {
@@ -20141,8 +20149,7 @@
20141
20149
  "name": "dismissible",
20142
20150
  "description": ""
20143
20151
  }
20144
- ],
20145
- "customElement": true
20152
+ ]
20146
20153
  }
20147
20154
  ],
20148
20155
  "exports": [
@@ -20342,6 +20349,7 @@
20342
20349
  "module": "/src/lib/core/base/base-component"
20343
20350
  },
20344
20351
  "tagName": "forge-toolbar",
20352
+ "customElement": true,
20345
20353
  "summary": "Toolbars allow you to place titles and actions within a container and align them to the start, center, or end of the toolbar.\nThis component is useful as headers and footers within pages, dialogs, sections... etc. to ensure consistent layout and alignment.",
20346
20354
  "cssClasses": [
20347
20355
  {
@@ -20372,8 +20380,7 @@
20372
20380
  "name": "forge-toolbar__end",
20373
20381
  "description": "Renders content in the end area within the toolbar."
20374
20382
  }
20375
- ],
20376
- "customElement": true
20383
+ ]
20377
20384
  }
20378
20385
  ],
20379
20386
  "exports": [
@@ -20741,6 +20748,7 @@
20741
20748
  "module": "/src/lib/core/base/base-component"
20742
20749
  },
20743
20750
  "tagName": "forge-tooltip",
20751
+ "customElement": true,
20744
20752
  "summary": "Tooltips display information related to an element when the user hovers over an element.",
20745
20753
  "dependencies": [
20746
20754
  {
@@ -20781,8 +20789,7 @@
20781
20789
  "name": "triggerType",
20782
20790
  "description": ""
20783
20791
  }
20784
- ],
20785
- "customElement": true
20792
+ ]
20786
20793
  }
20787
20794
  ],
20788
20795
  "exports": [
@@ -20915,13 +20922,13 @@
20915
20922
  "module": "/src/lib/core/base/base-component"
20916
20923
  },
20917
20924
  "tagName": "forge-view-switcher",
20925
+ "customElement": true,
20918
20926
  "dependencies": [
20919
20927
  {
20920
20928
  "name": "forge-view",
20921
20929
  "description": ""
20922
20930
  }
20923
- ],
20924
- "customElement": true
20931
+ ]
20925
20932
  }
20926
20933
  ],
20927
20934
  "exports": [
@@ -21147,6 +21154,7 @@
21147
21154
  "module": "/src/lib/core/base/base-component"
21148
21155
  },
21149
21156
  "tagName": "forge-app-bar",
21157
+ "customElement": true,
21150
21158
  "cssClasses": [
21151
21159
  {
21152
21160
  "name": "forge-app-bar",
@@ -21192,8 +21200,7 @@
21192
21200
  "name": "forge-app-bar__section-end",
21193
21201
  "description": "The end section of the app bar."
21194
21202
  }
21195
- ],
21196
- "customElement": true
21203
+ ]
21197
21204
  }
21198
21205
  ],
21199
21206
  "exports": [
@@ -23583,6 +23590,7 @@
23583
23590
  "module": "/src/lib/core"
23584
23591
  },
23585
23592
  "tagName": "forge-chip",
23593
+ "customElement": true,
23586
23594
  "cssClasses": [
23587
23595
  {
23588
23596
  "name": "forge-chip",
@@ -23604,8 +23612,7 @@
23604
23612
  "name": "forge-chip--dense",
23605
23613
  "description": "Uses a smaller font size and height."
23606
23614
  }
23607
- ],
23608
- "customElement": true
23615
+ ]
23609
23616
  }
23610
23617
  ],
23611
23618
  "exports": [
@@ -23854,6 +23861,7 @@
23854
23861
  "module": "/src/lib/core/base/base-component"
23855
23862
  },
23856
23863
  "tagName": "forge-chip-set",
23864
+ "customElement": true,
23857
23865
  "summary": "Chips sets are used to group multiple chips together and orchestrate their behavior.",
23858
23866
  "cssFilePath": {
23859
23867
  "name": "chips/forge-chips.css",
@@ -23868,8 +23876,7 @@
23868
23876
  "name": "forge-chip-set--vertical",
23869
23877
  "description": "Renders the chips vertically."
23870
23878
  }
23871
- ],
23872
- "customElement": true
23879
+ ]
23873
23880
  }
23874
23881
  ],
23875
23882
  "exports": [
@@ -23883,426 +23890,6 @@
23883
23890
  }
23884
23891
  ]
23885
23892
  },
23886
- {
23887
- "kind": "javascript-module",
23888
- "path": "src/lib/data-table/body/body.ts",
23889
- "declarations": [
23890
- {
23891
- "kind": "variable",
23892
- "name": "DATA_TABLE_BODY_TAG_NAME",
23893
- "default": "'forge-data-table-body'"
23894
- },
23895
- {
23896
- "kind": "class",
23897
- "description": "",
23898
- "name": "DataTableBodyComponent",
23899
- "cssParts": [
23900
- {
23901
- "description": "The root container element.",
23902
- "name": "root"
23903
- }
23904
- ],
23905
- "slots": [
23906
- {
23907
- "description": "The default slot for body content.",
23908
- "name": ""
23909
- }
23910
- ],
23911
- "members": [],
23912
- "superclass": {
23913
- "name": "BaseLitElement",
23914
- "module": "/src/lib/core/base/base-lit-element"
23915
- },
23916
- "tagName": "forge-data-table-body",
23917
- "summary": "Represents the body section of a data table.",
23918
- "cssClasses": [
23919
- {
23920
- "name": "forge-data-table-body",
23921
- "description": "The data table body class _(required)_."
23922
- }
23923
- ],
23924
- "customElement": true
23925
- }
23926
- ],
23927
- "exports": [
23928
- {
23929
- "kind": "js",
23930
- "name": "DATA_TABLE_BODY_TAG_NAME",
23931
- "declaration": {
23932
- "name": "DATA_TABLE_BODY_TAG_NAME",
23933
- "module": "src/lib/data-table/body/body.ts"
23934
- }
23935
- },
23936
- {
23937
- "kind": "js",
23938
- "name": "DataTableBodyComponent",
23939
- "declaration": {
23940
- "name": "DataTableBodyComponent",
23941
- "module": "src/lib/data-table/body/body.ts"
23942
- }
23943
- }
23944
- ]
23945
- },
23946
- {
23947
- "kind": "javascript-module",
23948
- "path": "src/lib/data-table/cell/cell.ts",
23949
- "declarations": [
23950
- {
23951
- "kind": "variable",
23952
- "name": "DATA_TABLE_CELL_TAG_NAME",
23953
- "default": "'forge-data-table-cell'"
23954
- },
23955
- {
23956
- "kind": "class",
23957
- "description": "",
23958
- "name": "DataTableCellComponent",
23959
- "cssParts": [
23960
- {
23961
- "description": "The root container element.",
23962
- "name": "root"
23963
- }
23964
- ],
23965
- "slots": [
23966
- {
23967
- "description": "The default slot for cell content.",
23968
- "name": ""
23969
- }
23970
- ],
23971
- "members": [],
23972
- "superclass": {
23973
- "name": "BaseLitElement",
23974
- "module": "/src/lib/core/base/base-lit-element"
23975
- },
23976
- "tagName": "forge-data-table-cell",
23977
- "summary": "Represents a cell in a data table.",
23978
- "cssClasses": [
23979
- {
23980
- "name": "forge-data-table-cell",
23981
- "description": "The data table cell class _(required)_."
23982
- }
23983
- ],
23984
- "customElement": true
23985
- }
23986
- ],
23987
- "exports": [
23988
- {
23989
- "kind": "js",
23990
- "name": "DATA_TABLE_CELL_TAG_NAME",
23991
- "declaration": {
23992
- "name": "DATA_TABLE_CELL_TAG_NAME",
23993
- "module": "src/lib/data-table/cell/cell.ts"
23994
- }
23995
- },
23996
- {
23997
- "kind": "js",
23998
- "name": "DataTableCellComponent",
23999
- "declaration": {
24000
- "name": "DataTableCellComponent",
24001
- "module": "src/lib/data-table/cell/cell.ts"
24002
- }
24003
- }
24004
- ]
24005
- },
24006
- {
24007
- "kind": "javascript-module",
24008
- "path": "src/lib/data-table/column/column.ts",
24009
- "declarations": [
24010
- {
24011
- "kind": "variable",
24012
- "name": "DATA_TABLE_COLUMN_TAG_NAME",
24013
- "default": "'forge-data-table-column'"
24014
- },
24015
- {
24016
- "kind": "class",
24017
- "description": "",
24018
- "name": "DataTableColumnComponent",
24019
- "cssParts": [
24020
- {
24021
- "description": "The root container element.",
24022
- "name": "root"
24023
- }
24024
- ],
24025
- "slots": [
24026
- {
24027
- "description": "The default slot for column content.",
24028
- "name": ""
24029
- }
24030
- ],
24031
- "members": [],
24032
- "superclass": {
24033
- "name": "BaseLitElement",
24034
- "module": "/src/lib/core/base/base-lit-element"
24035
- },
24036
- "tagName": "forge-data-table-column",
24037
- "summary": "Represents a column in a data table.",
24038
- "cssClasses": [
24039
- {
24040
- "name": "forge-data-table-column",
24041
- "description": "The data table column class _(required)_."
24042
- }
24043
- ],
24044
- "customElement": true
24045
- }
24046
- ],
24047
- "exports": [
24048
- {
24049
- "kind": "js",
24050
- "name": "DATA_TABLE_COLUMN_TAG_NAME",
24051
- "declaration": {
24052
- "name": "DATA_TABLE_COLUMN_TAG_NAME",
24053
- "module": "src/lib/data-table/column/column.ts"
24054
- }
24055
- },
24056
- {
24057
- "kind": "js",
24058
- "name": "DataTableColumnComponent",
24059
- "declaration": {
24060
- "name": "DataTableColumnComponent",
24061
- "module": "src/lib/data-table/column/column.ts"
24062
- }
24063
- }
24064
- ]
24065
- },
24066
- {
24067
- "kind": "javascript-module",
24068
- "path": "src/lib/data-table/footer/footer.ts",
24069
- "declarations": [
24070
- {
24071
- "kind": "variable",
24072
- "name": "DATA_TABLE_FOOTER_TAG_NAME",
24073
- "default": "'forge-data-table-footer'"
24074
- },
24075
- {
24076
- "kind": "class",
24077
- "description": "",
24078
- "name": "DataTableFooterComponent",
24079
- "cssParts": [
24080
- {
24081
- "description": "The root container element.",
24082
- "name": "root"
24083
- }
24084
- ],
24085
- "slots": [
24086
- {
24087
- "description": "The default slot for footer content.",
24088
- "name": ""
24089
- }
24090
- ],
24091
- "members": [],
24092
- "superclass": {
24093
- "name": "BaseLitElement",
24094
- "module": "/src/lib/core/base/base-lit-element"
24095
- },
24096
- "tagName": "forge-data-table-footer",
24097
- "summary": "Represents the footer section of a data table.",
24098
- "cssClasses": [
24099
- {
24100
- "name": "forge-data-table-footer",
24101
- "description": "The data table footer class _(required)_."
24102
- }
24103
- ],
24104
- "customElement": true
24105
- }
24106
- ],
24107
- "exports": [
24108
- {
24109
- "kind": "js",
24110
- "name": "DATA_TABLE_FOOTER_TAG_NAME",
24111
- "declaration": {
24112
- "name": "DATA_TABLE_FOOTER_TAG_NAME",
24113
- "module": "src/lib/data-table/footer/footer.ts"
24114
- }
24115
- },
24116
- {
24117
- "kind": "js",
24118
- "name": "DataTableFooterComponent",
24119
- "declaration": {
24120
- "name": "DataTableFooterComponent",
24121
- "module": "src/lib/data-table/footer/footer.ts"
24122
- }
24123
- }
24124
- ]
24125
- },
24126
- {
24127
- "kind": "javascript-module",
24128
- "path": "src/lib/data-table/head/head.ts",
24129
- "declarations": [
24130
- {
24131
- "kind": "variable",
24132
- "name": "DATA_TABLE_HEAD_TAG_NAME",
24133
- "default": "'forge-data-table-head'"
24134
- },
24135
- {
24136
- "kind": "class",
24137
- "description": "",
24138
- "name": "DataTableHeadComponent",
24139
- "cssParts": [
24140
- {
24141
- "description": "The root container element.",
24142
- "name": "root"
24143
- }
24144
- ],
24145
- "slots": [
24146
- {
24147
- "description": "The default slot for head content.",
24148
- "name": ""
24149
- }
24150
- ],
24151
- "members": [],
24152
- "superclass": {
24153
- "name": "BaseLitElement",
24154
- "module": "/src/lib/core/base/base-lit-element"
24155
- },
24156
- "tagName": "forge-data-table-head",
24157
- "summary": "Represents the header section of a data table.",
24158
- "cssClasses": [
24159
- {
24160
- "name": "forge-data-table-head",
24161
- "description": "The data table head class _(required)_."
24162
- }
24163
- ],
24164
- "customElement": true
24165
- }
24166
- ],
24167
- "exports": [
24168
- {
24169
- "kind": "js",
24170
- "name": "DATA_TABLE_HEAD_TAG_NAME",
24171
- "declaration": {
24172
- "name": "DATA_TABLE_HEAD_TAG_NAME",
24173
- "module": "src/lib/data-table/head/head.ts"
24174
- }
24175
- },
24176
- {
24177
- "kind": "js",
24178
- "name": "DataTableHeadComponent",
24179
- "declaration": {
24180
- "name": "DataTableHeadComponent",
24181
- "module": "src/lib/data-table/head/head.ts"
24182
- }
24183
- }
24184
- ]
24185
- },
24186
- {
24187
- "kind": "javascript-module",
24188
- "path": "src/lib/data-table/row/row.ts",
24189
- "declarations": [
24190
- {
24191
- "kind": "variable",
24192
- "name": "DATA_TABLE_ROW_TAG_NAME",
24193
- "default": "'forge-data-table-row'"
24194
- },
24195
- {
24196
- "kind": "class",
24197
- "description": "",
24198
- "name": "DataTableRowComponent",
24199
- "cssParts": [
24200
- {
24201
- "description": "The root container element.",
24202
- "name": "root"
24203
- }
24204
- ],
24205
- "slots": [
24206
- {
24207
- "description": "The default slot for row content.",
24208
- "name": ""
24209
- }
24210
- ],
24211
- "members": [],
24212
- "superclass": {
24213
- "name": "BaseLitElement",
24214
- "module": "/src/lib/core/base/base-lit-element"
24215
- },
24216
- "tagName": "forge-data-table-row",
24217
- "summary": "Represents a row in a data table.",
24218
- "cssClasses": [
24219
- {
24220
- "name": "forge-data-table-row",
24221
- "description": "The data table row class _(required)_."
24222
- }
24223
- ],
24224
- "customElement": true
24225
- }
24226
- ],
24227
- "exports": [
24228
- {
24229
- "kind": "js",
24230
- "name": "DATA_TABLE_ROW_TAG_NAME",
24231
- "declaration": {
24232
- "name": "DATA_TABLE_ROW_TAG_NAME",
24233
- "module": "src/lib/data-table/row/row.ts"
24234
- }
24235
- },
24236
- {
24237
- "kind": "js",
24238
- "name": "DataTableRowComponent",
24239
- "declaration": {
24240
- "name": "DataTableRowComponent",
24241
- "module": "src/lib/data-table/row/row.ts"
24242
- }
24243
- }
24244
- ]
24245
- },
24246
- {
24247
- "kind": "javascript-module",
24248
- "path": "src/lib/data-table/table/table.ts",
24249
- "declarations": [
24250
- {
24251
- "kind": "variable",
24252
- "name": "DATA_TABLE_TAG_NAME",
24253
- "default": "'forge-data-table'"
24254
- },
24255
- {
24256
- "kind": "class",
24257
- "description": "",
24258
- "name": "DataTableComponent",
24259
- "cssParts": [
24260
- {
24261
- "description": "The root container element.",
24262
- "name": "root"
24263
- }
24264
- ],
24265
- "slots": [
24266
- {
24267
- "description": "The default slot for data table content.",
24268
- "name": ""
24269
- }
24270
- ],
24271
- "members": [],
24272
- "superclass": {
24273
- "name": "BaseLitElement",
24274
- "module": "/src/lib/core/base/base-lit-element"
24275
- },
24276
- "tagName": "forge-data-table",
24277
- "summary": "Data tables display information in a grid-like format of rows and columns.",
24278
- "cssClasses": [
24279
- {
24280
- "name": "forge-data-table",
24281
- "description": "The data table class _(required)_."
24282
- }
24283
- ],
24284
- "customElement": true
24285
- }
24286
- ],
24287
- "exports": [
24288
- {
24289
- "kind": "js",
24290
- "name": "DATA_TABLE_TAG_NAME",
24291
- "declaration": {
24292
- "name": "DATA_TABLE_TAG_NAME",
24293
- "module": "src/lib/data-table/table/table.ts"
24294
- }
24295
- },
24296
- {
24297
- "kind": "js",
24298
- "name": "DataTableComponent",
24299
- "declaration": {
24300
- "name": "DataTableComponent",
24301
- "module": "src/lib/data-table/table/table.ts"
24302
- }
24303
- }
24304
- ]
24305
- },
24306
23893
  {
24307
23894
  "kind": "javascript-module",
24308
23895
  "path": "src/lib/date-picker/base/base-date-picker.ts",
@@ -24864,8 +24451,8 @@
24864
24451
  "module": "/src/lib/core/base/base-component"
24865
24452
  },
24866
24453
  "tagName": "forge-deprecated-button",
24867
- "deprecated": "Use the `<forge-button>` element instead.",
24868
- "customElement": true
24454
+ "customElement": true,
24455
+ "deprecated": "Use the `<forge-button>` element instead."
24869
24456
  }
24870
24457
  ],
24871
24458
  "exports": [
@@ -25152,8 +24739,8 @@
25152
24739
  "module": "/src/lib/core/base/base-component"
25153
24740
  },
25154
24741
  "tagName": "forge-deprecated-icon-button",
25155
- "deprecated": "Use the `<forge-icon-button>` element instead.",
25156
- "customElement": true
24742
+ "customElement": true,
24743
+ "deprecated": "Use the `<forge-icon-button>` element instead."
25157
24744
  }
25158
24745
  ],
25159
24746
  "exports": [
@@ -25351,6 +24938,7 @@
25351
24938
  "module": "/src/lib/drawer/base"
25352
24939
  },
25353
24940
  "tagName": "forge-drawer",
24941
+ "customElement": true,
25354
24942
  "cssClasses": [
25355
24943
  {
25356
24944
  "name": "forge-drawer",
@@ -25373,7 +24961,6 @@
25373
24961
  "description": "Applied when the drawer is dismissed."
25374
24962
  }
25375
24963
  ],
25376
- "customElement": true,
25377
24964
  "attributes": [
25378
24965
  {
25379
24966
  "name": "open",
@@ -25796,13 +25383,13 @@
25796
25383
  "module": "/src/lib/drawer/base"
25797
25384
  },
25798
25385
  "tagName": "forge-modal-drawer",
25386
+ "customElement": true,
25799
25387
  "dependencies": [
25800
25388
  {
25801
25389
  "name": "forge-backdrop",
25802
25390
  "description": ""
25803
25391
  }
25804
25392
  ],
25805
- "customElement": true,
25806
25393
  "attributes": [
25807
25394
  {
25808
25395
  "name": "open",
@@ -26959,8 +26546,8 @@
26959
26546
  "module": "/src/lib/core/base/base-lit-element"
26960
26547
  },
26961
26548
  "tagName": "forge-key",
26962
- "summary": "Keys present key items to label a chart or data visualization.",
26963
- "customElement": true
26549
+ "customElement": true,
26550
+ "summary": "Keys present key items to label a chart or data visualization."
26964
26551
  }
26965
26552
  ],
26966
26553
  "exports": [
@@ -27108,8 +26695,8 @@
27108
26695
  "module": "/src/lib/core/base/base-lit-element"
27109
26696
  },
27110
26697
  "tagName": "forge-key-item",
27111
- "summary": "Key items label a chart or data visualization.",
27112
- "customElement": true
26698
+ "customElement": true,
26699
+ "summary": "Key items label a chart or data visualization."
27113
26700
  }
27114
26701
  ],
27115
26702
  "exports": [
@@ -27312,6 +26899,7 @@
27312
26899
  "module": "/src/lib/core/base/base-component"
27313
26900
  },
27314
26901
  "tagName": "forge-list",
26902
+ "customElement": true,
27315
26903
  "summary": "Lists are vertical groupings of related content.",
27316
26904
  "cssClasses": [
27317
26905
  {
@@ -27346,8 +26934,7 @@
27346
26934
  "name": "forge-list--disabled",
27347
26935
  "description": "Applies a disabled style to the list items."
27348
26936
  }
27349
- ],
27350
- "customElement": true
26937
+ ]
27351
26938
  }
27352
26939
  ],
27353
26940
  "exports": [
@@ -27746,6 +27333,7 @@
27746
27333
  "module": "/src/lib/core/base/base-component"
27747
27334
  },
27748
27335
  "tagName": "forge-list-item",
27336
+ "customElement": true,
27749
27337
  "summary": "List items are individual rows of content inside of a list.",
27750
27338
  "cssClasses": [
27751
27339
  {
@@ -27796,8 +27384,7 @@
27796
27384
  "name": "forge-list-item__end",
27797
27385
  "description": "Styles the end content (typically an icon)."
27798
27386
  }
27799
- ],
27800
- "customElement": true
27387
+ ]
27801
27388
  }
27802
27389
  ],
27803
27390
  "exports": [
@@ -28335,6 +27922,7 @@
28335
27922
  "module": "/src/lib/core/base/base-lit-element"
28336
27923
  },
28337
27924
  "tagName": "forge-meter",
27925
+ "customElement": true,
28338
27926
  "summary": "Meters display a scalar value within a defined range.",
28339
27927
  "states": [
28340
27928
  {
@@ -28353,8 +27941,7 @@
28353
27941
  "name": "least-optimum-value",
28354
27942
  "description": "Applied when the value is within the least optimum range."
28355
27943
  }
28356
- ],
28357
- "customElement": true
27944
+ ]
28358
27945
  }
28359
27946
  ],
28360
27947
  "exports": [
@@ -28671,14 +28258,14 @@
28671
28258
  "module": "/src/lib/core/base/base-lit-element"
28672
28259
  },
28673
28260
  "tagName": "forge-meter-group",
28261
+ "customElement": true,
28674
28262
  "summary": "Meter groups display several meters together on one track.",
28675
28263
  "states": [
28676
28264
  {
28677
28265
  "name": "vertical",
28678
28266
  "description": "Applied when the meter group is oriented vertically."
28679
28267
  }
28680
- ],
28681
- "customElement": true
28268
+ ]
28682
28269
  }
28683
28270
  ],
28684
28271
  "exports": [
@@ -29530,6 +29117,7 @@
29530
29117
  "module": "/src/lib/core/base/base-component"
29531
29118
  },
29532
29119
  "tagName": "forge-radio",
29120
+ "customElement": true,
29533
29121
  "summary": "The Forge Radio component is used to create a form input where only one out of a set of\nvalues should be selected.",
29534
29122
  "cssClasses": [
29535
29123
  {
@@ -29540,8 +29128,7 @@
29540
29128
  "name": "forge-radio--dense",
29541
29129
  "description": "Makes the radio dense."
29542
29130
  }
29543
- ],
29544
- "customElement": true
29131
+ ]
29545
29132
  }
29546
29133
  ],
29547
29134
  "exports": [
@@ -29606,14 +29193,14 @@
29606
29193
  "module": "/src/lib/core/base/base-component"
29607
29194
  },
29608
29195
  "tagName": "forge-radio-group",
29196
+ "customElement": true,
29609
29197
  "summary": "The Forge Radio Group component groups a set of radio buttons together.",
29610
29198
  "dependencies": [
29611
29199
  {
29612
29200
  "name": "forge-radio",
29613
29201
  "description": ""
29614
29202
  }
29615
- ],
29616
- "customElement": true
29203
+ ]
29617
29204
  }
29618
29205
  ],
29619
29206
  "exports": [
@@ -31124,6 +30711,7 @@
31124
30711
  "module": "src/lib/select/select/select.ts"
31125
30712
  },
31126
30713
  "tagName": "forge-select",
30714
+ "customElement": true,
31127
30715
  "dependencies": [
31128
30716
  {
31129
30717
  "name": "forge-field",
@@ -31179,8 +30767,7 @@
31179
30767
  "name": "variant",
31180
30768
  "description": ""
31181
30769
  }
31182
- ],
31183
- "customElement": true
30770
+ ]
31184
30771
  }
31185
30772
  ],
31186
30773
  "exports": [
@@ -32347,6 +31934,7 @@
32347
31934
  "module": "/src/lib/core/base/base-component"
32348
31935
  },
32349
31936
  "tagName": "forge-split-view-panel",
31937
+ "customElement": true,
32350
31938
  "dependencies": [
32351
31939
  {
32352
31940
  "name": "forge-icon",
@@ -32360,8 +31948,7 @@
32360
31948
  "name": "forge-focus-indicator",
32361
31949
  "description": ""
32362
31950
  }
32363
- ],
32364
- "customElement": true
31951
+ ]
32365
31952
  }
32366
31953
  ],
32367
31954
  "exports": [
@@ -32950,13 +32537,13 @@
32950
32537
  "module": "/src/lib/core/base/base-component"
32951
32538
  },
32952
32539
  "tagName": "forge-stepper",
32540
+ "customElement": true,
32953
32541
  "dependencies": [
32954
32542
  {
32955
32543
  "name": "forge-step",
32956
32544
  "description": ""
32957
32545
  }
32958
- ],
32959
- "customElement": true
32546
+ ]
32960
32547
  }
32961
32548
  ],
32962
32549
  "exports": [
@@ -33292,6 +32879,7 @@
33292
32879
  "module": "/src/lib/core/base/base-component"
33293
32880
  },
33294
32881
  "tagName": "forge-tab",
32882
+ "customElement": true,
33295
32883
  "dependencies": [
33296
32884
  {
33297
32885
  "name": "forge-focus-indicator",
@@ -33301,8 +32889,7 @@
33301
32889
  "name": "forge-state-layer",
33302
32890
  "description": ""
33303
32891
  }
33304
- ],
33305
- "customElement": true
32892
+ ]
33306
32893
  }
33307
32894
  ],
33308
32895
  "exports": [
@@ -33535,6 +33122,7 @@
33535
33122
  "module": "/src/lib/core/base/base-component"
33536
33123
  },
33537
33124
  "tagName": "forge-tab-bar",
33125
+ "customElement": true,
33538
33126
  "summary": "Tabs organize content across different screens and views.",
33539
33127
  "dependencies": [
33540
33128
  {
@@ -33549,8 +33137,7 @@
33549
33137
  "name": "forge-icon",
33550
33138
  "description": ""
33551
33139
  }
33552
- ],
33553
- "customElement": true
33140
+ ]
33554
33141
  }
33555
33142
  ],
33556
33143
  "exports": [
@@ -33592,7 +33179,7 @@
33592
33179
  ]
33593
33180
  }
33594
33181
  ],
33595
- "branchName": "popover-distinct",
33182
+ "branchName": "main",
33596
33183
  "forgeTypes": {
33597
33184
  "Theme": {
33598
33185
  "path": "src/lib/constants.ts",
@@ -33730,6 +33317,22 @@
33730
33317
  "path": "src/lib/autocomplete/autocomplete.ts",
33731
33318
  "lineNumber": 71
33732
33319
  },
33320
+ "IAvatarComponent": {
33321
+ "path": "src/lib/avatar/avatar.ts",
33322
+ "lineNumber": 10
33323
+ },
33324
+ "AvatarComponent": {
33325
+ "path": "src/lib/avatar/avatar.ts",
33326
+ "lineNumber": 54
33327
+ },
33328
+ "IBackdropComponent": {
33329
+ "path": "src/lib/backdrop/backdrop.ts",
33330
+ "lineNumber": 8
33331
+ },
33332
+ "BackdropComponent": {
33333
+ "path": "src/lib/backdrop/backdrop.ts",
33334
+ "lineNumber": 42
33335
+ },
33733
33336
  "BadgeComponentDelegateProps": {
33734
33337
  "path": "src/lib/badge/badge-component-delegate.ts",
33735
33338
  "lineNumber": 4
@@ -33758,22 +33361,6 @@
33758
33361
  "path": "src/lib/badge/badge.ts",
33759
33362
  "lineNumber": 50
33760
33363
  },
33761
- "IBackdropComponent": {
33762
- "path": "src/lib/backdrop/backdrop.ts",
33763
- "lineNumber": 8
33764
- },
33765
- "BackdropComponent": {
33766
- "path": "src/lib/backdrop/backdrop.ts",
33767
- "lineNumber": 42
33768
- },
33769
- "IAvatarComponent": {
33770
- "path": "src/lib/avatar/avatar.ts",
33771
- "lineNumber": 10
33772
- },
33773
- "AvatarComponent": {
33774
- "path": "src/lib/avatar/avatar.ts",
33775
- "lineNumber": 54
33776
- },
33777
33364
  "IBannerAdapter": {
33778
33365
  "path": "src/lib/banner/banner-adapter.ts",
33779
33366
  "lineNumber": 6
@@ -34770,30 +34357,6 @@
34770
34357
  "path": "src/lib/keyboard-shortcut/keyboard-shortcut.ts",
34771
34358
  "lineNumber": 36
34772
34359
  },
34773
- "LabelValueComponentDelegateProps": {
34774
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34775
- "lineNumber": 5
34776
- },
34777
- "ILabelValueComponentDelegateOptions": {
34778
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34779
- "lineNumber": 6
34780
- },
34781
- "ILabelValueComponentDelegateConfig": {
34782
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34783
- "lineNumber": 11
34784
- },
34785
- "LabelValueComponentDelegate": {
34786
- "path": "src/lib/label-value/label-value-component-delegate.ts",
34787
- "lineNumber": 13
34788
- },
34789
- "ILabelValueComponent": {
34790
- "path": "src/lib/label-value/label-value.ts",
34791
- "lineNumber": 8
34792
- },
34793
- "LabelValueComponent": {
34794
- "path": "src/lib/label-value/label-value.ts",
34795
- "lineNumber": 63
34796
- },
34797
34360
  "ILabelAdapter": {
34798
34361
  "path": "src/lib/label/label-adapter.ts",
34799
34362
  "lineNumber": 8
@@ -34822,6 +34385,30 @@
34822
34385
  "path": "src/lib/label/label.ts",
34823
34386
  "lineNumber": 39
34824
34387
  },
34388
+ "LabelValueComponentDelegateProps": {
34389
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34390
+ "lineNumber": 5
34391
+ },
34392
+ "ILabelValueComponentDelegateOptions": {
34393
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34394
+ "lineNumber": 6
34395
+ },
34396
+ "ILabelValueComponentDelegateConfig": {
34397
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34398
+ "lineNumber": 11
34399
+ },
34400
+ "LabelValueComponentDelegate": {
34401
+ "path": "src/lib/label-value/label-value-component-delegate.ts",
34402
+ "lineNumber": 13
34403
+ },
34404
+ "ILabelValueComponent": {
34405
+ "path": "src/lib/label-value/label-value.ts",
34406
+ "lineNumber": 8
34407
+ },
34408
+ "LabelValueComponent": {
34409
+ "path": "src/lib/label-value/label-value.ts",
34410
+ "lineNumber": 63
34411
+ },
34825
34412
  "ILinearProgressAdapter": {
34826
34413
  "path": "src/lib/linear-progress/linear-progress-adapter.ts",
34827
34414
  "lineNumber": 7
@@ -35500,7 +35087,7 @@
35500
35087
  },
35501
35088
  "TableComponent": {
35502
35089
  "path": "src/lib/table/table.ts",
35503
- "lineNumber": 108
35090
+ "lineNumber": 110
35504
35091
  },
35505
35092
  "TableViewTemplate": {
35506
35093
  "path": "src/lib/table/types.ts",
@@ -36494,62 +36081,6 @@
36494
36081
  "path": "src/lib/core/utils/reflect-utils.ts",
36495
36082
  "lineNumber": 158
36496
36083
  },
36497
- "IDataTableBodyComponent": {
36498
- "path": "src/lib/data-table/body/body.ts",
36499
- "lineNumber": 9
36500
- },
36501
- "DataTableBodyComponent": {
36502
- "path": "src/lib/data-table/body/body.ts",
36503
- "lineNumber": 32
36504
- },
36505
- "IDataTableCellComponent": {
36506
- "path": "src/lib/data-table/cell/cell.ts",
36507
- "lineNumber": 9
36508
- },
36509
- "DataTableCellComponent": {
36510
- "path": "src/lib/data-table/cell/cell.ts",
36511
- "lineNumber": 32
36512
- },
36513
- "IDataTableColumnComponent": {
36514
- "path": "src/lib/data-table/column/column.ts",
36515
- "lineNumber": 9
36516
- },
36517
- "DataTableColumnComponent": {
36518
- "path": "src/lib/data-table/column/column.ts",
36519
- "lineNumber": 32
36520
- },
36521
- "IDataTableFooterComponent": {
36522
- "path": "src/lib/data-table/footer/footer.ts",
36523
- "lineNumber": 9
36524
- },
36525
- "DataTableFooterComponent": {
36526
- "path": "src/lib/data-table/footer/footer.ts",
36527
- "lineNumber": 32
36528
- },
36529
- "IDataTableHeadComponent": {
36530
- "path": "src/lib/data-table/head/head.ts",
36531
- "lineNumber": 9
36532
- },
36533
- "DataTableHeadComponent": {
36534
- "path": "src/lib/data-table/head/head.ts",
36535
- "lineNumber": 32
36536
- },
36537
- "IDataTableRowComponent": {
36538
- "path": "src/lib/data-table/row/row.ts",
36539
- "lineNumber": 9
36540
- },
36541
- "DataTableRowComponent": {
36542
- "path": "src/lib/data-table/row/row.ts",
36543
- "lineNumber": 32
36544
- },
36545
- "IDataTableComponent": {
36546
- "path": "src/lib/data-table/table/table.ts",
36547
- "lineNumber": 12
36548
- },
36549
- "DataTableComponent": {
36550
- "path": "src/lib/data-table/table/table.ts",
36551
- "lineNumber": 35
36552
- },
36553
36084
  "IBaseDatePickerAdapter": {
36554
36085
  "path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
36555
36086
  "lineNumber": 11