@tylertech/forge 3.14.0-dev.3 → 3.14.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1485 -1485
- package/esm/split-view/split-view-panel/split-view-panel.scss.js +1 -1
- package/package.json +2 -2
- package/sass/calendar/_mixins.scss +4 -4
- package/sass/calendar/calendar-menu/_mixins.scss +2 -2
- package/sass/core/styles/_utils.scss +4 -5
- package/sass/core/styles/theme/_color-utils.scss +1 -1
- package/sass/core/styles/theme/_utils.scss +2 -4
- package/sass/core/styles/typography/index.scss +1 -1
- package/sass/focus-indicator/_core.scss +1 -3
- package/sass/linear-progress/_animations.scss +2 -6
- package/sass/meter/meter/_core.scss +5 -8
- package/vscode.css-custom-data.json +116 -116
- package/vscode.html-custom-data.json +73 -73
package/custom-elements.json
CHANGED
|
@@ -2,141 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/lib/accordion/accordion.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "ACCORDION_TAG_NAME",
|
|
12
|
-
"type": {
|
|
13
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
14
|
-
},
|
|
15
|
-
"default": "'forge-accordion'"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "class",
|
|
19
|
-
"description": "",
|
|
20
|
-
"name": "AccordionComponent",
|
|
21
|
-
"members": [
|
|
22
|
-
{
|
|
23
|
-
"kind": "field",
|
|
24
|
-
"name": "panelSelector",
|
|
25
|
-
"type": {
|
|
26
|
-
"text": "string | undefined"
|
|
27
|
-
},
|
|
28
|
-
"privacy": "public",
|
|
29
|
-
"description": "Gets/sets the selector to use for finding the child expansion panels. Defaults to searching the direct children for `<forge-expansion-panel>` elements.\nUse this if you need to scope this accordion to a specific set of expansion panels, or your expansion panels are not direct children of the accordion.",
|
|
30
|
-
"attribute": "panel-selector"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"kind": "field",
|
|
34
|
-
"name": "#onToggle",
|
|
35
|
-
"privacy": "private",
|
|
36
|
-
"type": {
|
|
37
|
-
"text": "EventListener"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"kind": "method",
|
|
42
|
-
"name": "#handleToggle",
|
|
43
|
-
"privacy": "private",
|
|
44
|
-
"return": {
|
|
45
|
-
"type": {
|
|
46
|
-
"text": "void"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"parameters": [
|
|
50
|
-
{
|
|
51
|
-
"name": "evt",
|
|
52
|
-
"type": {
|
|
53
|
-
"text": "CustomEvent"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "method",
|
|
60
|
-
"name": "#isNestedPanel",
|
|
61
|
-
"privacy": "private",
|
|
62
|
-
"return": {
|
|
63
|
-
"type": {
|
|
64
|
-
"text": "boolean"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"parameters": [
|
|
68
|
-
{
|
|
69
|
-
"name": "element",
|
|
70
|
-
"type": {
|
|
71
|
-
"text": "HTMLElement"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"kind": "method",
|
|
78
|
-
"name": "#getChildPanels",
|
|
79
|
-
"privacy": "private",
|
|
80
|
-
"return": {
|
|
81
|
-
"type": {
|
|
82
|
-
"text": "ExpansionPanelComponent[]"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
"events": [
|
|
88
|
-
{
|
|
89
|
-
"name": "forge-accordion-toggle",
|
|
90
|
-
"type": {
|
|
91
|
-
"text": "CustomEvent<IExpansionPanelComponent>"
|
|
92
|
-
},
|
|
93
|
-
"description": "Dispatched when a child expansion panel is toggled. Includes the related expansion panel element in the event detail."
|
|
94
|
-
}
|
|
95
|
-
],
|
|
96
|
-
"attributes": [
|
|
97
|
-
{
|
|
98
|
-
"name": "panel-selector",
|
|
99
|
-
"type": {
|
|
100
|
-
"text": "string | undefined"
|
|
101
|
-
},
|
|
102
|
-
"description": "Gets/sets the selector to use for finding the child expansion panels. Defaults to searching the direct children for `<forge-expansion-panel>` elements.\nUse this if you need to scope this accordion to a specific set of expansion panels, or your expansion panels are not direct children of the accordion.",
|
|
103
|
-
"fieldName": "panelSelector"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
"superclass": {
|
|
107
|
-
"name": "BaseLitElement",
|
|
108
|
-
"module": "/src/lib/core/base/base-lit-element.js"
|
|
109
|
-
},
|
|
110
|
-
"tagName": "forge-accordion",
|
|
111
|
-
"customElement": true,
|
|
112
|
-
"summary": "Accordions wrap a collection of expansion panels to ensure that only one panel is expanded at a time.",
|
|
113
|
-
"dependencies": [
|
|
114
|
-
{
|
|
115
|
-
"name": "forge-expansion-panel",
|
|
116
|
-
"description": ""
|
|
117
|
-
}
|
|
118
|
-
]
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"exports": [
|
|
122
|
-
{
|
|
123
|
-
"kind": "js",
|
|
124
|
-
"name": "ACCORDION_TAG_NAME",
|
|
125
|
-
"declaration": {
|
|
126
|
-
"name": "ACCORDION_TAG_NAME",
|
|
127
|
-
"module": "src/lib/accordion/accordion.ts"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"kind": "js",
|
|
132
|
-
"name": "AccordionComponent",
|
|
133
|
-
"declaration": {
|
|
134
|
-
"name": "AccordionComponent",
|
|
135
|
-
"module": "src/lib/accordion/accordion.ts"
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
5
|
{
|
|
141
6
|
"kind": "javascript-module",
|
|
142
7
|
"path": "src/lib/avatar/avatar.ts",
|
|
@@ -1096,155 +961,116 @@
|
|
|
1096
961
|
},
|
|
1097
962
|
{
|
|
1098
963
|
"kind": "javascript-module",
|
|
1099
|
-
"path": "src/lib/
|
|
964
|
+
"path": "src/lib/accordion/accordion.ts",
|
|
1100
965
|
"declarations": [
|
|
1101
966
|
{
|
|
1102
967
|
"kind": "variable",
|
|
1103
|
-
"name": "
|
|
968
|
+
"name": "ACCORDION_TAG_NAME",
|
|
1104
969
|
"type": {
|
|
1105
970
|
"text": "keyof HTMLElementTagNameMap"
|
|
1106
971
|
},
|
|
1107
|
-
"default": "'forge-
|
|
972
|
+
"default": "'forge-accordion'"
|
|
1108
973
|
},
|
|
1109
974
|
{
|
|
1110
975
|
"kind": "class",
|
|
1111
976
|
"description": "",
|
|
1112
|
-
"name": "
|
|
1113
|
-
"
|
|
1114
|
-
{
|
|
1115
|
-
"description": "The background color.",
|
|
1116
|
-
"name": "--forge-badge-background"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"description": "The text color.",
|
|
1120
|
-
"name": "--forge-badge-color"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"description": "The shape radius.",
|
|
1124
|
-
"name": "--forge-badge-shape"
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"description": "The inline padding.",
|
|
1128
|
-
"name": "--forge-badge-padding-inline"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"description": "The block padding.",
|
|
1132
|
-
"name": "--forge-badge-padding-block"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"description": "The border width.",
|
|
1136
|
-
"name": "--forge-badge-border-width"
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"description": "The border color.",
|
|
1140
|
-
"name": "--forge-badge-border-color"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"description": "The border style.",
|
|
1144
|
-
"name": "--forge-badge-border-style"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"description": "The spacing between the content within the badge.",
|
|
1148
|
-
"name": "--forge-badge-gap"
|
|
1149
|
-
}
|
|
1150
|
-
],
|
|
1151
|
-
"slots": [
|
|
1152
|
-
{
|
|
1153
|
-
"description": "Default content placed inside the badge.",
|
|
1154
|
-
"name": ""
|
|
1155
|
-
},
|
|
977
|
+
"name": "AccordionComponent",
|
|
978
|
+
"members": [
|
|
1156
979
|
{
|
|
1157
|
-
"
|
|
1158
|
-
"name": "
|
|
980
|
+
"kind": "field",
|
|
981
|
+
"name": "panelSelector",
|
|
982
|
+
"type": {
|
|
983
|
+
"text": "string | undefined"
|
|
984
|
+
},
|
|
985
|
+
"privacy": "public",
|
|
986
|
+
"description": "Gets/sets the selector to use for finding the child expansion panels. Defaults to searching the direct children for `<forge-expansion-panel>` elements.\nUse this if you need to scope this accordion to a specific set of expansion panels, or your expansion panels are not direct children of the accordion.",
|
|
987
|
+
"attribute": "panel-selector"
|
|
1159
988
|
},
|
|
1160
|
-
{
|
|
1161
|
-
"description": "Content placed after the default content.",
|
|
1162
|
-
"name": "end"
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"members": [
|
|
1166
989
|
{
|
|
1167
990
|
"kind": "field",
|
|
1168
|
-
"name": "#
|
|
991
|
+
"name": "#onToggle",
|
|
1169
992
|
"privacy": "private",
|
|
1170
993
|
"type": {
|
|
1171
|
-
"text": "
|
|
994
|
+
"text": "EventListener"
|
|
1172
995
|
}
|
|
1173
996
|
},
|
|
1174
997
|
{
|
|
1175
|
-
"kind": "
|
|
1176
|
-
"name": "
|
|
1177
|
-
"
|
|
1178
|
-
|
|
998
|
+
"kind": "method",
|
|
999
|
+
"name": "#handleToggle",
|
|
1000
|
+
"privacy": "private",
|
|
1001
|
+
"return": {
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "void"
|
|
1004
|
+
}
|
|
1179
1005
|
},
|
|
1180
|
-
"
|
|
1181
|
-
|
|
1182
|
-
|
|
1006
|
+
"parameters": [
|
|
1007
|
+
{
|
|
1008
|
+
"name": "evt",
|
|
1009
|
+
"type": {
|
|
1010
|
+
"text": "CustomEvent"
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
]
|
|
1183
1014
|
},
|
|
1184
1015
|
{
|
|
1185
|
-
"kind": "
|
|
1186
|
-
"name": "
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1016
|
+
"kind": "method",
|
|
1017
|
+
"name": "#isNestedPanel",
|
|
1018
|
+
"privacy": "private",
|
|
1019
|
+
"return": {
|
|
1020
|
+
"type": {
|
|
1021
|
+
"text": "boolean"
|
|
1022
|
+
}
|
|
1189
1023
|
},
|
|
1190
|
-
"
|
|
1191
|
-
|
|
1192
|
-
|
|
1024
|
+
"parameters": [
|
|
1025
|
+
{
|
|
1026
|
+
"name": "element",
|
|
1027
|
+
"type": {
|
|
1028
|
+
"text": "HTMLElement"
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
]
|
|
1193
1032
|
},
|
|
1194
1033
|
{
|
|
1195
|
-
"kind": "
|
|
1196
|
-
"name": "
|
|
1034
|
+
"kind": "method",
|
|
1035
|
+
"name": "#getChildPanels",
|
|
1036
|
+
"privacy": "private",
|
|
1037
|
+
"return": {
|
|
1038
|
+
"type": {
|
|
1039
|
+
"text": "ExpansionPanelComponent[]"
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"events": [
|
|
1045
|
+
{
|
|
1046
|
+
"name": "forge-accordion-toggle",
|
|
1197
1047
|
"type": {
|
|
1198
|
-
"text": "
|
|
1048
|
+
"text": "CustomEvent<IExpansionPanelComponent>"
|
|
1199
1049
|
},
|
|
1200
|
-
"
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1050
|
+
"description": "Dispatched when a child expansion panel is toggled. Includes the related expansion panel element in the event detail."
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"attributes": [
|
|
1204
1054
|
{
|
|
1205
|
-
"
|
|
1206
|
-
"name": "hide",
|
|
1055
|
+
"name": "panel-selector",
|
|
1207
1056
|
"type": {
|
|
1208
|
-
"text": "
|
|
1057
|
+
"text": "string | undefined"
|
|
1209
1058
|
},
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1212
|
-
"description": "Controls whether the badge is visible."
|
|
1059
|
+
"description": "Gets/sets the selector to use for finding the child expansion panels. Defaults to searching the direct children for `<forge-expansion-panel>` elements.\nUse this if you need to scope this accordion to a specific set of expansion panels, or your expansion panels are not direct children of the accordion.",
|
|
1060
|
+
"fieldName": "panelSelector"
|
|
1213
1061
|
}
|
|
1214
1062
|
],
|
|
1215
1063
|
"superclass": {
|
|
1216
1064
|
"name": "BaseLitElement",
|
|
1217
1065
|
"module": "/src/lib/core/base/base-lit-element.js"
|
|
1218
1066
|
},
|
|
1219
|
-
"tagName": "forge-
|
|
1067
|
+
"tagName": "forge-accordion",
|
|
1220
1068
|
"customElement": true,
|
|
1221
|
-
"summary": "
|
|
1222
|
-
"
|
|
1223
|
-
{
|
|
1224
|
-
"name": "dot",
|
|
1225
|
-
"description": "The badge is rendered as a dot."
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"name": "strong",
|
|
1229
|
-
"description": "The badge has a stronger visual appearance."
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"name": "hide",
|
|
1233
|
-
"description": "The badge is hidden."
|
|
1234
|
-
}
|
|
1235
|
-
],
|
|
1236
|
-
"cssClasses": [
|
|
1237
|
-
{
|
|
1238
|
-
"name": "forge-badge",
|
|
1239
|
-
"description": "The badge class _(required)_."
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"name": "forge-badge--dot",
|
|
1243
|
-
"description": "Renders the badge as a dot."
|
|
1244
|
-
},
|
|
1069
|
+
"summary": "Accordions wrap a collection of expansion panels to ensure that only one panel is expanded at a time.",
|
|
1070
|
+
"dependencies": [
|
|
1245
1071
|
{
|
|
1246
|
-
"name": "forge-
|
|
1247
|
-
"description": "
|
|
1072
|
+
"name": "forge-expansion-panel",
|
|
1073
|
+
"description": ""
|
|
1248
1074
|
}
|
|
1249
1075
|
]
|
|
1250
1076
|
}
|
|
@@ -1252,18 +1078,18 @@
|
|
|
1252
1078
|
"exports": [
|
|
1253
1079
|
{
|
|
1254
1080
|
"kind": "js",
|
|
1255
|
-
"name": "
|
|
1081
|
+
"name": "ACCORDION_TAG_NAME",
|
|
1256
1082
|
"declaration": {
|
|
1257
|
-
"name": "
|
|
1258
|
-
"module": "src/lib/
|
|
1083
|
+
"name": "ACCORDION_TAG_NAME",
|
|
1084
|
+
"module": "src/lib/accordion/accordion.ts"
|
|
1259
1085
|
}
|
|
1260
1086
|
},
|
|
1261
1087
|
{
|
|
1262
1088
|
"kind": "js",
|
|
1263
|
-
"name": "
|
|
1089
|
+
"name": "AccordionComponent",
|
|
1264
1090
|
"declaration": {
|
|
1265
|
-
"name": "
|
|
1266
|
-
"module": "src/lib/
|
|
1091
|
+
"name": "AccordionComponent",
|
|
1092
|
+
"module": "src/lib/accordion/accordion.ts"
|
|
1267
1093
|
}
|
|
1268
1094
|
}
|
|
1269
1095
|
]
|
|
@@ -1474,201 +1300,155 @@
|
|
|
1474
1300
|
},
|
|
1475
1301
|
{
|
|
1476
1302
|
"kind": "javascript-module",
|
|
1477
|
-
"path": "src/lib/
|
|
1303
|
+
"path": "src/lib/badge/badge.ts",
|
|
1478
1304
|
"declarations": [
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "variable",
|
|
1307
|
+
"name": "BADGE_TAG_NAME",
|
|
1308
|
+
"type": {
|
|
1309
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
1310
|
+
},
|
|
1311
|
+
"default": "'forge-badge'"
|
|
1312
|
+
},
|
|
1479
1313
|
{
|
|
1480
1314
|
"kind": "class",
|
|
1481
1315
|
"description": "",
|
|
1482
|
-
"name": "
|
|
1316
|
+
"name": "BadgeComponent",
|
|
1483
1317
|
"cssProperties": [
|
|
1484
1318
|
{
|
|
1485
|
-
"description": "The
|
|
1486
|
-
"name": "--forge-
|
|
1319
|
+
"description": "The background color.",
|
|
1320
|
+
"name": "--forge-badge-background"
|
|
1487
1321
|
},
|
|
1488
1322
|
{
|
|
1489
|
-
"description": "The
|
|
1490
|
-
"name": "--forge-
|
|
1323
|
+
"description": "The text color.",
|
|
1324
|
+
"name": "--forge-badge-color"
|
|
1491
1325
|
},
|
|
1492
1326
|
{
|
|
1493
|
-
"description": "The
|
|
1494
|
-
"name": "--forge-
|
|
1327
|
+
"description": "The shape radius.",
|
|
1328
|
+
"name": "--forge-badge-shape"
|
|
1495
1329
|
},
|
|
1496
1330
|
{
|
|
1497
|
-
"description": "The
|
|
1498
|
-
"name": "--forge-
|
|
1499
|
-
}
|
|
1500
|
-
],
|
|
1501
|
-
"cssParts": [
|
|
1331
|
+
"description": "The inline padding.",
|
|
1332
|
+
"name": "--forge-badge-padding-inline"
|
|
1333
|
+
},
|
|
1502
1334
|
{
|
|
1503
|
-
"description": "The
|
|
1504
|
-
"name": "
|
|
1335
|
+
"description": "The block padding.",
|
|
1336
|
+
"name": "--forge-badge-padding-block"
|
|
1505
1337
|
},
|
|
1506
1338
|
{
|
|
1507
|
-
"description": "The
|
|
1508
|
-
"name": "
|
|
1339
|
+
"description": "The border width.",
|
|
1340
|
+
"name": "--forge-badge-border-width"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"description": "The border color.",
|
|
1344
|
+
"name": "--forge-badge-border-color"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"description": "The border style.",
|
|
1348
|
+
"name": "--forge-badge-border-style"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"description": "The spacing between the content within the badge.",
|
|
1352
|
+
"name": "--forge-badge-gap"
|
|
1509
1353
|
}
|
|
1510
1354
|
],
|
|
1511
1355
|
"slots": [
|
|
1512
1356
|
{
|
|
1513
|
-
"description": "
|
|
1357
|
+
"description": "Default content placed inside the badge.",
|
|
1514
1358
|
"name": ""
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"description": "Content placed before the default content.",
|
|
1362
|
+
"name": "start"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"description": "Content placed after the default content.",
|
|
1366
|
+
"name": "end"
|
|
1515
1367
|
}
|
|
1516
1368
|
],
|
|
1517
1369
|
"members": [
|
|
1518
1370
|
{
|
|
1519
1371
|
"kind": "field",
|
|
1520
|
-
"name": "
|
|
1372
|
+
"name": "#internals",
|
|
1373
|
+
"privacy": "private",
|
|
1374
|
+
"type": {
|
|
1375
|
+
"text": "ElementInternals"
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "field",
|
|
1380
|
+
"name": "dot",
|
|
1521
1381
|
"type": {
|
|
1522
1382
|
"text": "boolean"
|
|
1523
1383
|
},
|
|
1524
1384
|
"privacy": "public",
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1385
|
+
"default": "false",
|
|
1386
|
+
"description": "Controls whether the badge will be a small dot without any content visible."
|
|
1527
1387
|
},
|
|
1528
1388
|
{
|
|
1529
1389
|
"kind": "field",
|
|
1530
|
-
"name": "
|
|
1390
|
+
"name": "theme",
|
|
1531
1391
|
"type": {
|
|
1532
|
-
"text": "
|
|
1392
|
+
"text": "BadgeTheme"
|
|
1533
1393
|
},
|
|
1534
1394
|
"privacy": "public",
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1395
|
+
"default": "'default'",
|
|
1396
|
+
"description": "The theme of the badge."
|
|
1537
1397
|
},
|
|
1538
1398
|
{
|
|
1539
1399
|
"kind": "field",
|
|
1540
|
-
"name": "
|
|
1400
|
+
"name": "strong",
|
|
1541
1401
|
"type": {
|
|
1542
1402
|
"text": "boolean"
|
|
1543
1403
|
},
|
|
1544
1404
|
"privacy": "public",
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1405
|
+
"default": "false",
|
|
1406
|
+
"description": "Controls whether the badge will have a stronger visual appearance."
|
|
1547
1407
|
},
|
|
1548
1408
|
{
|
|
1549
1409
|
"kind": "field",
|
|
1550
|
-
"name": "
|
|
1410
|
+
"name": "hide",
|
|
1551
1411
|
"type": {
|
|
1552
1412
|
"text": "boolean"
|
|
1553
1413
|
},
|
|
1554
1414
|
"privacy": "public",
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1415
|
+
"default": "false",
|
|
1416
|
+
"description": "Controls whether the badge is visible."
|
|
1557
1417
|
}
|
|
1558
1418
|
],
|
|
1559
|
-
"
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
{
|
|
1568
|
-
"type": {
|
|
1569
|
-
"text": "CustomEvent<void>"
|
|
1570
|
-
},
|
|
1571
|
-
"description": "Fires after the bottom sheet closes.",
|
|
1572
|
-
"name": "forge-bottom-sheet-close"
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "CustomEvent<void>"
|
|
1577
|
-
},
|
|
1578
|
-
"description": "Fires after the bottom sheet opens.",
|
|
1579
|
-
"name": "forge-bottom-sheet-open"
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"type": {
|
|
1583
|
-
"text": "CustomEvent<IBottomSheetDragStartEventData>"
|
|
1584
|
-
},
|
|
1585
|
-
"description": "Fires when the bottom sheet starts to be dragged.",
|
|
1586
|
-
"name": "forge-bottom-sheet-drag-start"
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"type": {
|
|
1590
|
-
"text": "CustomEvent<IBottomSheetDragEventData>"
|
|
1591
|
-
},
|
|
1592
|
-
"description": "Fires when the bottom sheet is dragged.",
|
|
1593
|
-
"name": "forge-bottom-sheet-dragged"
|
|
1594
|
-
},
|
|
1419
|
+
"superclass": {
|
|
1420
|
+
"name": "BaseLitElement",
|
|
1421
|
+
"module": "/src/lib/core/base/base-lit-element.js"
|
|
1422
|
+
},
|
|
1423
|
+
"tagName": "forge-badge",
|
|
1424
|
+
"customElement": true,
|
|
1425
|
+
"summary": "Badges display small amounts of non-interactive information like counts, status indicators, or notifications.",
|
|
1426
|
+
"states": [
|
|
1595
1427
|
{
|
|
1596
|
-
"
|
|
1597
|
-
|
|
1598
|
-
},
|
|
1599
|
-
"description": "Fires when the bottom sheet drag ends.",
|
|
1600
|
-
"name": "forge-bottom-sheet-drag-end"
|
|
1428
|
+
"name": "dot",
|
|
1429
|
+
"description": "The badge is rendered as a dot."
|
|
1601
1430
|
},
|
|
1602
1431
|
{
|
|
1603
|
-
"
|
|
1604
|
-
|
|
1605
|
-
},
|
|
1606
|
-
"description": "Fires when the bottom sheet drag is cancelled.",
|
|
1607
|
-
"name": "forge-bottom-sheet-drag-cancel"
|
|
1432
|
+
"name": "strong",
|
|
1433
|
+
"description": "The badge has a stronger visual appearance."
|
|
1608
1434
|
},
|
|
1609
1435
|
{
|
|
1610
|
-
"
|
|
1611
|
-
|
|
1612
|
-
},
|
|
1613
|
-
"description": "Fires when the bottom sheet is toggled to fullscreen.",
|
|
1614
|
-
"name": "forge-bottom-sheet-fullscreen"
|
|
1436
|
+
"name": "hide",
|
|
1437
|
+
"description": "The badge is hidden."
|
|
1615
1438
|
}
|
|
1616
1439
|
],
|
|
1617
|
-
"
|
|
1618
|
-
{
|
|
1619
|
-
"type": {
|
|
1620
|
-
"text": "boolean"
|
|
1621
|
-
},
|
|
1622
|
-
"description": "Whether the bottom sheet is open.",
|
|
1623
|
-
"name": "open",
|
|
1624
|
-
"default": "false"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "BottomSheetMode"
|
|
1629
|
-
},
|
|
1630
|
-
"description": "The mode of the bottom sheet.",
|
|
1631
|
-
"name": "mode",
|
|
1632
|
-
"default": "\"nonmodal\""
|
|
1633
|
-
},
|
|
1440
|
+
"cssClasses": [
|
|
1634
1441
|
{
|
|
1635
|
-
"
|
|
1636
|
-
|
|
1637
|
-
},
|
|
1638
|
-
"description": "Whether the bottom sheet is persistent.",
|
|
1639
|
-
"name": "persistent",
|
|
1640
|
-
"default": "false"
|
|
1442
|
+
"name": "forge-badge",
|
|
1443
|
+
"description": "The badge class _(required)_."
|
|
1641
1444
|
},
|
|
1642
1445
|
{
|
|
1643
|
-
"
|
|
1644
|
-
|
|
1645
|
-
},
|
|
1646
|
-
"description": "Whether the bottom sheet is fullscreen.",
|
|
1647
|
-
"name": "fullscreen",
|
|
1648
|
-
"default": "false"
|
|
1649
|
-
}
|
|
1650
|
-
],
|
|
1651
|
-
"mixins": [
|
|
1652
|
-
{
|
|
1653
|
-
"name": "WithElementInternals",
|
|
1654
|
-
"module": "/src/lib/core/mixins/internals/with-element-internals.js"
|
|
1446
|
+
"name": "forge-badge--dot",
|
|
1447
|
+
"description": "Renders the badge as a dot."
|
|
1655
1448
|
},
|
|
1656
1449
|
{
|
|
1657
|
-
"name": "
|
|
1658
|
-
"
|
|
1659
|
-
}
|
|
1660
|
-
],
|
|
1661
|
-
"superclass": {
|
|
1662
|
-
"name": "BaseComponent",
|
|
1663
|
-
"module": "/src/lib/core/base/base-component.js"
|
|
1664
|
-
},
|
|
1665
|
-
"tagName": "forge-bottom-sheet",
|
|
1666
|
-
"customElement": true,
|
|
1667
|
-
"summary": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.",
|
|
1668
|
-
"dependencies": [
|
|
1669
|
-
{
|
|
1670
|
-
"name": "forge-dialog",
|
|
1671
|
-
"description": ""
|
|
1450
|
+
"name": "forge-badge__icon",
|
|
1451
|
+
"description": "Styles a child element as an icon."
|
|
1672
1452
|
}
|
|
1673
1453
|
]
|
|
1674
1454
|
}
|
|
@@ -1676,10 +1456,18 @@
|
|
|
1676
1456
|
"exports": [
|
|
1677
1457
|
{
|
|
1678
1458
|
"kind": "js",
|
|
1679
|
-
"name": "
|
|
1459
|
+
"name": "BADGE_TAG_NAME",
|
|
1680
1460
|
"declaration": {
|
|
1681
|
-
"name": "
|
|
1682
|
-
"module": "src/lib/
|
|
1461
|
+
"name": "BADGE_TAG_NAME",
|
|
1462
|
+
"module": "src/lib/badge/badge.ts"
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"kind": "js",
|
|
1467
|
+
"name": "BadgeComponent",
|
|
1468
|
+
"declaration": {
|
|
1469
|
+
"name": "BadgeComponent",
|
|
1470
|
+
"module": "src/lib/badge/badge.ts"
|
|
1683
1471
|
}
|
|
1684
1472
|
}
|
|
1685
1473
|
]
|
|
@@ -1849,6 +1637,218 @@
|
|
|
1849
1637
|
}
|
|
1850
1638
|
]
|
|
1851
1639
|
},
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "javascript-module",
|
|
1642
|
+
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
1643
|
+
"declarations": [
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "class",
|
|
1646
|
+
"description": "",
|
|
1647
|
+
"name": "BottomSheetComponent",
|
|
1648
|
+
"cssProperties": [
|
|
1649
|
+
{
|
|
1650
|
+
"description": "The maximum width of the bottom sheet on desktop.",
|
|
1651
|
+
"name": "--forge-bottom-sheet-desktop-max-width"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"description": "The minimum width of the bottom sheet on desktop.",
|
|
1655
|
+
"name": "--forge-bottom-sheet-desktop-min-width"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
1659
|
+
"name": "--forge-bottom-sheet-animation-duration"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
1663
|
+
"name": "--forge-bottom-sheet-animation-timing"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"cssParts": [
|
|
1667
|
+
{
|
|
1668
|
+
"description": "The root element of the bottom sheet.",
|
|
1669
|
+
"name": "root"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"description": "The surface element of the bottom sheet within th dialog.",
|
|
1673
|
+
"name": "surface"
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"slots": [
|
|
1677
|
+
{
|
|
1678
|
+
"description": "The content of the bottom sheet. This is a passthrough slot to the dialog surface.",
|
|
1679
|
+
"name": ""
|
|
1680
|
+
}
|
|
1681
|
+
],
|
|
1682
|
+
"members": [
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "field",
|
|
1685
|
+
"name": "open",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "boolean"
|
|
1688
|
+
},
|
|
1689
|
+
"privacy": "public",
|
|
1690
|
+
"description": "Whether the bottom sheet is open.",
|
|
1691
|
+
"default": "false"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"kind": "field",
|
|
1695
|
+
"name": "mode",
|
|
1696
|
+
"type": {
|
|
1697
|
+
"text": "BottomSheetMode"
|
|
1698
|
+
},
|
|
1699
|
+
"privacy": "public",
|
|
1700
|
+
"description": "The mode of the bottom sheet.",
|
|
1701
|
+
"default": "\"nonmodal\""
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"kind": "field",
|
|
1705
|
+
"name": "persistent",
|
|
1706
|
+
"type": {
|
|
1707
|
+
"text": "boolean"
|
|
1708
|
+
},
|
|
1709
|
+
"privacy": "public",
|
|
1710
|
+
"description": "Whether the bottom sheet is persistent.",
|
|
1711
|
+
"default": "false"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "field",
|
|
1715
|
+
"name": "fullscreen",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "boolean"
|
|
1718
|
+
},
|
|
1719
|
+
"privacy": "public",
|
|
1720
|
+
"description": "Whether the bottom sheet is fullscreen.",
|
|
1721
|
+
"default": "false"
|
|
1722
|
+
}
|
|
1723
|
+
],
|
|
1724
|
+
"events": [
|
|
1725
|
+
{
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "CustomEvent<void>"
|
|
1728
|
+
},
|
|
1729
|
+
"description": "Fires before the bottom sheet closes.",
|
|
1730
|
+
"name": "forge-bottom-sheet-before-close"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"type": {
|
|
1734
|
+
"text": "CustomEvent<void>"
|
|
1735
|
+
},
|
|
1736
|
+
"description": "Fires after the bottom sheet closes.",
|
|
1737
|
+
"name": "forge-bottom-sheet-close"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "CustomEvent<void>"
|
|
1742
|
+
},
|
|
1743
|
+
"description": "Fires after the bottom sheet opens.",
|
|
1744
|
+
"name": "forge-bottom-sheet-open"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "CustomEvent<IBottomSheetDragStartEventData>"
|
|
1749
|
+
},
|
|
1750
|
+
"description": "Fires when the bottom sheet starts to be dragged.",
|
|
1751
|
+
"name": "forge-bottom-sheet-drag-start"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"type": {
|
|
1755
|
+
"text": "CustomEvent<IBottomSheetDragEventData>"
|
|
1756
|
+
},
|
|
1757
|
+
"description": "Fires when the bottom sheet is dragged.",
|
|
1758
|
+
"name": "forge-bottom-sheet-dragged"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "CustomEvent<void>"
|
|
1763
|
+
},
|
|
1764
|
+
"description": "Fires when the bottom sheet drag ends.",
|
|
1765
|
+
"name": "forge-bottom-sheet-drag-end"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"type": {
|
|
1769
|
+
"text": "CustomEvent<void>"
|
|
1770
|
+
},
|
|
1771
|
+
"description": "Fires when the bottom sheet drag is cancelled.",
|
|
1772
|
+
"name": "forge-bottom-sheet-drag-cancel"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "CustomEvent<boolean>"
|
|
1777
|
+
},
|
|
1778
|
+
"description": "Fires when the bottom sheet is toggled to fullscreen.",
|
|
1779
|
+
"name": "forge-bottom-sheet-fullscreen"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"attributes": [
|
|
1783
|
+
{
|
|
1784
|
+
"type": {
|
|
1785
|
+
"text": "boolean"
|
|
1786
|
+
},
|
|
1787
|
+
"description": "Whether the bottom sheet is open.",
|
|
1788
|
+
"name": "open",
|
|
1789
|
+
"default": "false"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"type": {
|
|
1793
|
+
"text": "BottomSheetMode"
|
|
1794
|
+
},
|
|
1795
|
+
"description": "The mode of the bottom sheet.",
|
|
1796
|
+
"name": "mode",
|
|
1797
|
+
"default": "\"nonmodal\""
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"type": {
|
|
1801
|
+
"text": "boolean"
|
|
1802
|
+
},
|
|
1803
|
+
"description": "Whether the bottom sheet is persistent.",
|
|
1804
|
+
"name": "persistent",
|
|
1805
|
+
"default": "false"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"type": {
|
|
1809
|
+
"text": "boolean"
|
|
1810
|
+
},
|
|
1811
|
+
"description": "Whether the bottom sheet is fullscreen.",
|
|
1812
|
+
"name": "fullscreen",
|
|
1813
|
+
"default": "false"
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"mixins": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "WithElementInternals",
|
|
1819
|
+
"module": "/src/lib/core/mixins/internals/with-element-internals.js"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "WithDefaultAria",
|
|
1823
|
+
"module": "/src/lib/core/mixins/internals/with-default-aria.js"
|
|
1824
|
+
}
|
|
1825
|
+
],
|
|
1826
|
+
"superclass": {
|
|
1827
|
+
"name": "BaseComponent",
|
|
1828
|
+
"module": "/src/lib/core/base/base-component.js"
|
|
1829
|
+
},
|
|
1830
|
+
"tagName": "forge-bottom-sheet",
|
|
1831
|
+
"customElement": true,
|
|
1832
|
+
"summary": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.",
|
|
1833
|
+
"dependencies": [
|
|
1834
|
+
{
|
|
1835
|
+
"name": "forge-dialog",
|
|
1836
|
+
"description": ""
|
|
1837
|
+
}
|
|
1838
|
+
]
|
|
1839
|
+
}
|
|
1840
|
+
],
|
|
1841
|
+
"exports": [
|
|
1842
|
+
{
|
|
1843
|
+
"kind": "js",
|
|
1844
|
+
"name": "BottomSheetComponent",
|
|
1845
|
+
"declaration": {
|
|
1846
|
+
"name": "BottomSheetComponent",
|
|
1847
|
+
"module": "src/lib/bottom-sheet/bottom-sheet.ts"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1852
1852
|
{
|
|
1853
1853
|
"kind": "javascript-module",
|
|
1854
1854
|
"path": "src/lib/button/button.ts",
|
|
@@ -17013,323 +17013,6 @@
|
|
|
17013
17013
|
}
|
|
17014
17014
|
]
|
|
17015
17015
|
},
|
|
17016
|
-
{
|
|
17017
|
-
"kind": "javascript-module",
|
|
17018
|
-
"path": "src/lib/skip-link/skip-link.ts",
|
|
17019
|
-
"declarations": [
|
|
17020
|
-
{
|
|
17021
|
-
"kind": "class",
|
|
17022
|
-
"description": "",
|
|
17023
|
-
"name": "SkipLinkComponent",
|
|
17024
|
-
"cssProperties": [
|
|
17025
|
-
{
|
|
17026
|
-
"description": "The background color of the skip link.",
|
|
17027
|
-
"name": "--forge-skip-link-background"
|
|
17028
|
-
},
|
|
17029
|
-
{
|
|
17030
|
-
"description": "The text color of the skip link.",
|
|
17031
|
-
"name": "--forge-skip-link-color"
|
|
17032
|
-
},
|
|
17033
|
-
{
|
|
17034
|
-
"description": "The border radius of the skip link.",
|
|
17035
|
-
"name": "--forge-skip-link-shape"
|
|
17036
|
-
},
|
|
17037
|
-
{
|
|
17038
|
-
"description": "The skip link's inset from the edge of the viewport.",
|
|
17039
|
-
"name": "--forge-skip-link-inset"
|
|
17040
|
-
},
|
|
17041
|
-
{
|
|
17042
|
-
"description": "The z-index of the skip link.",
|
|
17043
|
-
"name": "--forge-skip-link-z-index"
|
|
17044
|
-
},
|
|
17045
|
-
{
|
|
17046
|
-
"description": "The box shadow of the skip link.",
|
|
17047
|
-
"name": "--forge-skip-link-elevation"
|
|
17048
|
-
},
|
|
17049
|
-
{
|
|
17050
|
-
"description": "The interior padding of the skip link along the block axis.",
|
|
17051
|
-
"name": "--forge-skip-link-padding-block"
|
|
17052
|
-
},
|
|
17053
|
-
{
|
|
17054
|
-
"description": "The interior padding of the skip link along the inline axis.",
|
|
17055
|
-
"name": "--forge-skip-link-padding-inline"
|
|
17056
|
-
},
|
|
17057
|
-
{
|
|
17058
|
-
"description": "The color of the focus indicator.",
|
|
17059
|
-
"name": "--forge-skip-link-focus-indicator-color"
|
|
17060
|
-
},
|
|
17061
|
-
{
|
|
17062
|
-
"description": "The duration of the skip link's animations.",
|
|
17063
|
-
"name": "--forge-skip-link-transition-duration"
|
|
17064
|
-
},
|
|
17065
|
-
{
|
|
17066
|
-
"description": "The timing function of the skip link's animations.",
|
|
17067
|
-
"name": "--forge-skip-link-transition-timing-function"
|
|
17068
|
-
}
|
|
17069
|
-
],
|
|
17070
|
-
"cssParts": [
|
|
17071
|
-
{
|
|
17072
|
-
"description": "The root anchor element.",
|
|
17073
|
-
"name": "anchor"
|
|
17074
|
-
},
|
|
17075
|
-
{
|
|
17076
|
-
"description": "The focus indicator element.",
|
|
17077
|
-
"name": "focus-indicator"
|
|
17078
|
-
},
|
|
17079
|
-
{
|
|
17080
|
-
"description": "The state layer element.",
|
|
17081
|
-
"name": "state-layer"
|
|
17082
|
-
}
|
|
17083
|
-
],
|
|
17084
|
-
"slots": [
|
|
17085
|
-
{
|
|
17086
|
-
"description": "The default/unnamed slot for link text.",
|
|
17087
|
-
"name": ""
|
|
17088
|
-
}
|
|
17089
|
-
],
|
|
17090
|
-
"members": [
|
|
17091
|
-
{
|
|
17092
|
-
"kind": "field",
|
|
17093
|
-
"name": "_target",
|
|
17094
|
-
"type": {
|
|
17095
|
-
"text": "string"
|
|
17096
|
-
},
|
|
17097
|
-
"privacy": "private",
|
|
17098
|
-
"default": "''"
|
|
17099
|
-
},
|
|
17100
|
-
{
|
|
17101
|
-
"kind": "field",
|
|
17102
|
-
"name": "_theme",
|
|
17103
|
-
"type": {
|
|
17104
|
-
"text": "SkipLinkTheme"
|
|
17105
|
-
},
|
|
17106
|
-
"privacy": "private",
|
|
17107
|
-
"default": "'default'"
|
|
17108
|
-
},
|
|
17109
|
-
{
|
|
17110
|
-
"kind": "field",
|
|
17111
|
-
"name": "_muted",
|
|
17112
|
-
"type": {
|
|
17113
|
-
"text": "boolean"
|
|
17114
|
-
},
|
|
17115
|
-
"privacy": "private",
|
|
17116
|
-
"default": "false"
|
|
17117
|
-
},
|
|
17118
|
-
{
|
|
17119
|
-
"kind": "field",
|
|
17120
|
-
"name": "_persistent",
|
|
17121
|
-
"type": {
|
|
17122
|
-
"text": "boolean"
|
|
17123
|
-
},
|
|
17124
|
-
"privacy": "private",
|
|
17125
|
-
"default": "false"
|
|
17126
|
-
},
|
|
17127
|
-
{
|
|
17128
|
-
"kind": "field",
|
|
17129
|
-
"name": "_inline",
|
|
17130
|
-
"type": {
|
|
17131
|
-
"text": "boolean"
|
|
17132
|
-
},
|
|
17133
|
-
"privacy": "private",
|
|
17134
|
-
"default": "false"
|
|
17135
|
-
},
|
|
17136
|
-
{
|
|
17137
|
-
"kind": "field",
|
|
17138
|
-
"name": "_skipUrlChange",
|
|
17139
|
-
"type": {
|
|
17140
|
-
"text": "boolean"
|
|
17141
|
-
},
|
|
17142
|
-
"privacy": "private",
|
|
17143
|
-
"default": "false"
|
|
17144
|
-
},
|
|
17145
|
-
{
|
|
17146
|
-
"kind": "field",
|
|
17147
|
-
"name": "_anchorElement",
|
|
17148
|
-
"type": {
|
|
17149
|
-
"text": "HTMLAnchorElement"
|
|
17150
|
-
},
|
|
17151
|
-
"privacy": "private",
|
|
17152
|
-
"default": "getShadowElement(this, SKIP_LINK_CONSTANTS.selectors.ANCHOR)"
|
|
17153
|
-
},
|
|
17154
|
-
{
|
|
17155
|
-
"kind": "field",
|
|
17156
|
-
"name": "_clickListener",
|
|
17157
|
-
"type": {
|
|
17158
|
-
"text": "EventListener"
|
|
17159
|
-
},
|
|
17160
|
-
"privacy": "private"
|
|
17161
|
-
},
|
|
17162
|
-
{
|
|
17163
|
-
"kind": "field",
|
|
17164
|
-
"name": "target",
|
|
17165
|
-
"type": {
|
|
17166
|
-
"text": "string"
|
|
17167
|
-
},
|
|
17168
|
-
"privacy": "public",
|
|
17169
|
-
"description": "The IDREF of the element to which the skip link should navigate.",
|
|
17170
|
-
"default": "''",
|
|
17171
|
-
"attribute": "target"
|
|
17172
|
-
},
|
|
17173
|
-
{
|
|
17174
|
-
"kind": "field",
|
|
17175
|
-
"name": "theme",
|
|
17176
|
-
"type": {
|
|
17177
|
-
"text": "SkipLinkTheme"
|
|
17178
|
-
},
|
|
17179
|
-
"privacy": "public",
|
|
17180
|
-
"description": "The theme applied to the skip link.",
|
|
17181
|
-
"default": "'default'",
|
|
17182
|
-
"attribute": "theme"
|
|
17183
|
-
},
|
|
17184
|
-
{
|
|
17185
|
-
"kind": "field",
|
|
17186
|
-
"name": "muted",
|
|
17187
|
-
"type": {
|
|
17188
|
-
"text": "boolean"
|
|
17189
|
-
},
|
|
17190
|
-
"privacy": "public",
|
|
17191
|
-
"description": "Whether or not the skip link uses a muted color scheme.",
|
|
17192
|
-
"default": "false",
|
|
17193
|
-
"attribute": "muted"
|
|
17194
|
-
},
|
|
17195
|
-
{
|
|
17196
|
-
"kind": "field",
|
|
17197
|
-
"name": "persistent",
|
|
17198
|
-
"type": {
|
|
17199
|
-
"text": "boolean"
|
|
17200
|
-
},
|
|
17201
|
-
"privacy": "public",
|
|
17202
|
-
"description": "Whether or not the skip link should remain visible when not focused.",
|
|
17203
|
-
"default": "false",
|
|
17204
|
-
"attribute": "persistent"
|
|
17205
|
-
},
|
|
17206
|
-
{
|
|
17207
|
-
"kind": "field",
|
|
17208
|
-
"name": "inline",
|
|
17209
|
-
"type": {
|
|
17210
|
-
"text": "boolean"
|
|
17211
|
-
},
|
|
17212
|
-
"privacy": "public",
|
|
17213
|
-
"description": "Whether or not the skip link renders within its container.",
|
|
17214
|
-
"default": "false",
|
|
17215
|
-
"attribute": "inline"
|
|
17216
|
-
},
|
|
17217
|
-
{
|
|
17218
|
-
"kind": "field",
|
|
17219
|
-
"name": "skipUrlChange",
|
|
17220
|
-
"type": {
|
|
17221
|
-
"text": "boolean"
|
|
17222
|
-
},
|
|
17223
|
-
"privacy": "public",
|
|
17224
|
-
"description": "Sets the skip link to skip browser navigation and scroll to the target element.",
|
|
17225
|
-
"default": "false",
|
|
17226
|
-
"attribute": "skip-url-change"
|
|
17227
|
-
},
|
|
17228
|
-
{
|
|
17229
|
-
"kind": "method",
|
|
17230
|
-
"name": "_handleClick",
|
|
17231
|
-
"privacy": "private",
|
|
17232
|
-
"return": {
|
|
17233
|
-
"type": {
|
|
17234
|
-
"text": "void"
|
|
17235
|
-
}
|
|
17236
|
-
},
|
|
17237
|
-
"parameters": [
|
|
17238
|
-
{
|
|
17239
|
-
"name": "evt",
|
|
17240
|
-
"type": {
|
|
17241
|
-
"text": "Event"
|
|
17242
|
-
}
|
|
17243
|
-
}
|
|
17244
|
-
]
|
|
17245
|
-
}
|
|
17246
|
-
],
|
|
17247
|
-
"attributes": [
|
|
17248
|
-
{
|
|
17249
|
-
"name": "target",
|
|
17250
|
-
"type": {
|
|
17251
|
-
"text": "string"
|
|
17252
|
-
},
|
|
17253
|
-
"description": "The IDREF of the element to which the skip link should navigate.",
|
|
17254
|
-
"default": "''",
|
|
17255
|
-
"fieldName": "target"
|
|
17256
|
-
},
|
|
17257
|
-
{
|
|
17258
|
-
"name": "theme",
|
|
17259
|
-
"type": {
|
|
17260
|
-
"text": "SkipLinkTheme"
|
|
17261
|
-
},
|
|
17262
|
-
"description": "The theme applied to the skip link.",
|
|
17263
|
-
"default": "'default'",
|
|
17264
|
-
"fieldName": "theme"
|
|
17265
|
-
},
|
|
17266
|
-
{
|
|
17267
|
-
"name": "muted",
|
|
17268
|
-
"type": {
|
|
17269
|
-
"text": "boolean"
|
|
17270
|
-
},
|
|
17271
|
-
"description": "Whether or not the skip link uses a muted color scheme.",
|
|
17272
|
-
"default": "false",
|
|
17273
|
-
"fieldName": "muted"
|
|
17274
|
-
},
|
|
17275
|
-
{
|
|
17276
|
-
"name": "persistent",
|
|
17277
|
-
"type": {
|
|
17278
|
-
"text": "boolean"
|
|
17279
|
-
},
|
|
17280
|
-
"description": "Whether or not the skip link should remain visible when not focused.",
|
|
17281
|
-
"default": "false",
|
|
17282
|
-
"fieldName": "persistent"
|
|
17283
|
-
},
|
|
17284
|
-
{
|
|
17285
|
-
"name": "inline",
|
|
17286
|
-
"type": {
|
|
17287
|
-
"text": "boolean"
|
|
17288
|
-
},
|
|
17289
|
-
"description": "Whether or not the skip link renders within its container.",
|
|
17290
|
-
"default": "false",
|
|
17291
|
-
"fieldName": "inline"
|
|
17292
|
-
},
|
|
17293
|
-
{
|
|
17294
|
-
"name": "skip-url-change",
|
|
17295
|
-
"type": {
|
|
17296
|
-
"text": "boolean"
|
|
17297
|
-
},
|
|
17298
|
-
"description": "Sets the skip link to skip browser navigation and scroll to the target element.",
|
|
17299
|
-
"default": "false",
|
|
17300
|
-
"fieldName": "skipUrlChange"
|
|
17301
|
-
}
|
|
17302
|
-
],
|
|
17303
|
-
"superclass": {
|
|
17304
|
-
"name": "BaseComponent",
|
|
17305
|
-
"module": "/src/lib/core/index.js"
|
|
17306
|
-
},
|
|
17307
|
-
"tagName": "forge-skip-link",
|
|
17308
|
-
"customElement": true,
|
|
17309
|
-
"summary": "The Forge Skip Link component is used to provide an accessible way for users to skip repetitive content and navigate directly to a section of the page. This is used for screen reader and keyboard users to improve the overall accessibility of web applications.",
|
|
17310
|
-
"dependencies": [
|
|
17311
|
-
{
|
|
17312
|
-
"name": "forge-focus-indicator",
|
|
17313
|
-
"description": ""
|
|
17314
|
-
},
|
|
17315
|
-
{
|
|
17316
|
-
"name": "forge-state-layer",
|
|
17317
|
-
"description": ""
|
|
17318
|
-
}
|
|
17319
|
-
]
|
|
17320
|
-
}
|
|
17321
|
-
],
|
|
17322
|
-
"exports": [
|
|
17323
|
-
{
|
|
17324
|
-
"kind": "js",
|
|
17325
|
-
"name": "SkipLinkComponent",
|
|
17326
|
-
"declaration": {
|
|
17327
|
-
"name": "SkipLinkComponent",
|
|
17328
|
-
"module": "src/lib/skip-link/skip-link.ts"
|
|
17329
|
-
}
|
|
17330
|
-
}
|
|
17331
|
-
]
|
|
17332
|
-
},
|
|
17333
17016
|
{
|
|
17334
17017
|
"kind": "javascript-module",
|
|
17335
17018
|
"path": "src/lib/slider/slider.ts",
|
|
@@ -17902,6 +17585,323 @@
|
|
|
17902
17585
|
}
|
|
17903
17586
|
]
|
|
17904
17587
|
},
|
|
17588
|
+
{
|
|
17589
|
+
"kind": "javascript-module",
|
|
17590
|
+
"path": "src/lib/skip-link/skip-link.ts",
|
|
17591
|
+
"declarations": [
|
|
17592
|
+
{
|
|
17593
|
+
"kind": "class",
|
|
17594
|
+
"description": "",
|
|
17595
|
+
"name": "SkipLinkComponent",
|
|
17596
|
+
"cssProperties": [
|
|
17597
|
+
{
|
|
17598
|
+
"description": "The background color of the skip link.",
|
|
17599
|
+
"name": "--forge-skip-link-background"
|
|
17600
|
+
},
|
|
17601
|
+
{
|
|
17602
|
+
"description": "The text color of the skip link.",
|
|
17603
|
+
"name": "--forge-skip-link-color"
|
|
17604
|
+
},
|
|
17605
|
+
{
|
|
17606
|
+
"description": "The border radius of the skip link.",
|
|
17607
|
+
"name": "--forge-skip-link-shape"
|
|
17608
|
+
},
|
|
17609
|
+
{
|
|
17610
|
+
"description": "The skip link's inset from the edge of the viewport.",
|
|
17611
|
+
"name": "--forge-skip-link-inset"
|
|
17612
|
+
},
|
|
17613
|
+
{
|
|
17614
|
+
"description": "The z-index of the skip link.",
|
|
17615
|
+
"name": "--forge-skip-link-z-index"
|
|
17616
|
+
},
|
|
17617
|
+
{
|
|
17618
|
+
"description": "The box shadow of the skip link.",
|
|
17619
|
+
"name": "--forge-skip-link-elevation"
|
|
17620
|
+
},
|
|
17621
|
+
{
|
|
17622
|
+
"description": "The interior padding of the skip link along the block axis.",
|
|
17623
|
+
"name": "--forge-skip-link-padding-block"
|
|
17624
|
+
},
|
|
17625
|
+
{
|
|
17626
|
+
"description": "The interior padding of the skip link along the inline axis.",
|
|
17627
|
+
"name": "--forge-skip-link-padding-inline"
|
|
17628
|
+
},
|
|
17629
|
+
{
|
|
17630
|
+
"description": "The color of the focus indicator.",
|
|
17631
|
+
"name": "--forge-skip-link-focus-indicator-color"
|
|
17632
|
+
},
|
|
17633
|
+
{
|
|
17634
|
+
"description": "The duration of the skip link's animations.",
|
|
17635
|
+
"name": "--forge-skip-link-transition-duration"
|
|
17636
|
+
},
|
|
17637
|
+
{
|
|
17638
|
+
"description": "The timing function of the skip link's animations.",
|
|
17639
|
+
"name": "--forge-skip-link-transition-timing-function"
|
|
17640
|
+
}
|
|
17641
|
+
],
|
|
17642
|
+
"cssParts": [
|
|
17643
|
+
{
|
|
17644
|
+
"description": "The root anchor element.",
|
|
17645
|
+
"name": "anchor"
|
|
17646
|
+
},
|
|
17647
|
+
{
|
|
17648
|
+
"description": "The focus indicator element.",
|
|
17649
|
+
"name": "focus-indicator"
|
|
17650
|
+
},
|
|
17651
|
+
{
|
|
17652
|
+
"description": "The state layer element.",
|
|
17653
|
+
"name": "state-layer"
|
|
17654
|
+
}
|
|
17655
|
+
],
|
|
17656
|
+
"slots": [
|
|
17657
|
+
{
|
|
17658
|
+
"description": "The default/unnamed slot for link text.",
|
|
17659
|
+
"name": ""
|
|
17660
|
+
}
|
|
17661
|
+
],
|
|
17662
|
+
"members": [
|
|
17663
|
+
{
|
|
17664
|
+
"kind": "field",
|
|
17665
|
+
"name": "_target",
|
|
17666
|
+
"type": {
|
|
17667
|
+
"text": "string"
|
|
17668
|
+
},
|
|
17669
|
+
"privacy": "private",
|
|
17670
|
+
"default": "''"
|
|
17671
|
+
},
|
|
17672
|
+
{
|
|
17673
|
+
"kind": "field",
|
|
17674
|
+
"name": "_theme",
|
|
17675
|
+
"type": {
|
|
17676
|
+
"text": "SkipLinkTheme"
|
|
17677
|
+
},
|
|
17678
|
+
"privacy": "private",
|
|
17679
|
+
"default": "'default'"
|
|
17680
|
+
},
|
|
17681
|
+
{
|
|
17682
|
+
"kind": "field",
|
|
17683
|
+
"name": "_muted",
|
|
17684
|
+
"type": {
|
|
17685
|
+
"text": "boolean"
|
|
17686
|
+
},
|
|
17687
|
+
"privacy": "private",
|
|
17688
|
+
"default": "false"
|
|
17689
|
+
},
|
|
17690
|
+
{
|
|
17691
|
+
"kind": "field",
|
|
17692
|
+
"name": "_persistent",
|
|
17693
|
+
"type": {
|
|
17694
|
+
"text": "boolean"
|
|
17695
|
+
},
|
|
17696
|
+
"privacy": "private",
|
|
17697
|
+
"default": "false"
|
|
17698
|
+
},
|
|
17699
|
+
{
|
|
17700
|
+
"kind": "field",
|
|
17701
|
+
"name": "_inline",
|
|
17702
|
+
"type": {
|
|
17703
|
+
"text": "boolean"
|
|
17704
|
+
},
|
|
17705
|
+
"privacy": "private",
|
|
17706
|
+
"default": "false"
|
|
17707
|
+
},
|
|
17708
|
+
{
|
|
17709
|
+
"kind": "field",
|
|
17710
|
+
"name": "_skipUrlChange",
|
|
17711
|
+
"type": {
|
|
17712
|
+
"text": "boolean"
|
|
17713
|
+
},
|
|
17714
|
+
"privacy": "private",
|
|
17715
|
+
"default": "false"
|
|
17716
|
+
},
|
|
17717
|
+
{
|
|
17718
|
+
"kind": "field",
|
|
17719
|
+
"name": "_anchorElement",
|
|
17720
|
+
"type": {
|
|
17721
|
+
"text": "HTMLAnchorElement"
|
|
17722
|
+
},
|
|
17723
|
+
"privacy": "private",
|
|
17724
|
+
"default": "getShadowElement(this, SKIP_LINK_CONSTANTS.selectors.ANCHOR)"
|
|
17725
|
+
},
|
|
17726
|
+
{
|
|
17727
|
+
"kind": "field",
|
|
17728
|
+
"name": "_clickListener",
|
|
17729
|
+
"type": {
|
|
17730
|
+
"text": "EventListener"
|
|
17731
|
+
},
|
|
17732
|
+
"privacy": "private"
|
|
17733
|
+
},
|
|
17734
|
+
{
|
|
17735
|
+
"kind": "field",
|
|
17736
|
+
"name": "target",
|
|
17737
|
+
"type": {
|
|
17738
|
+
"text": "string"
|
|
17739
|
+
},
|
|
17740
|
+
"privacy": "public",
|
|
17741
|
+
"description": "The IDREF of the element to which the skip link should navigate.",
|
|
17742
|
+
"default": "''",
|
|
17743
|
+
"attribute": "target"
|
|
17744
|
+
},
|
|
17745
|
+
{
|
|
17746
|
+
"kind": "field",
|
|
17747
|
+
"name": "theme",
|
|
17748
|
+
"type": {
|
|
17749
|
+
"text": "SkipLinkTheme"
|
|
17750
|
+
},
|
|
17751
|
+
"privacy": "public",
|
|
17752
|
+
"description": "The theme applied to the skip link.",
|
|
17753
|
+
"default": "'default'",
|
|
17754
|
+
"attribute": "theme"
|
|
17755
|
+
},
|
|
17756
|
+
{
|
|
17757
|
+
"kind": "field",
|
|
17758
|
+
"name": "muted",
|
|
17759
|
+
"type": {
|
|
17760
|
+
"text": "boolean"
|
|
17761
|
+
},
|
|
17762
|
+
"privacy": "public",
|
|
17763
|
+
"description": "Whether or not the skip link uses a muted color scheme.",
|
|
17764
|
+
"default": "false",
|
|
17765
|
+
"attribute": "muted"
|
|
17766
|
+
},
|
|
17767
|
+
{
|
|
17768
|
+
"kind": "field",
|
|
17769
|
+
"name": "persistent",
|
|
17770
|
+
"type": {
|
|
17771
|
+
"text": "boolean"
|
|
17772
|
+
},
|
|
17773
|
+
"privacy": "public",
|
|
17774
|
+
"description": "Whether or not the skip link should remain visible when not focused.",
|
|
17775
|
+
"default": "false",
|
|
17776
|
+
"attribute": "persistent"
|
|
17777
|
+
},
|
|
17778
|
+
{
|
|
17779
|
+
"kind": "field",
|
|
17780
|
+
"name": "inline",
|
|
17781
|
+
"type": {
|
|
17782
|
+
"text": "boolean"
|
|
17783
|
+
},
|
|
17784
|
+
"privacy": "public",
|
|
17785
|
+
"description": "Whether or not the skip link renders within its container.",
|
|
17786
|
+
"default": "false",
|
|
17787
|
+
"attribute": "inline"
|
|
17788
|
+
},
|
|
17789
|
+
{
|
|
17790
|
+
"kind": "field",
|
|
17791
|
+
"name": "skipUrlChange",
|
|
17792
|
+
"type": {
|
|
17793
|
+
"text": "boolean"
|
|
17794
|
+
},
|
|
17795
|
+
"privacy": "public",
|
|
17796
|
+
"description": "Sets the skip link to skip browser navigation and scroll to the target element.",
|
|
17797
|
+
"default": "false",
|
|
17798
|
+
"attribute": "skip-url-change"
|
|
17799
|
+
},
|
|
17800
|
+
{
|
|
17801
|
+
"kind": "method",
|
|
17802
|
+
"name": "_handleClick",
|
|
17803
|
+
"privacy": "private",
|
|
17804
|
+
"return": {
|
|
17805
|
+
"type": {
|
|
17806
|
+
"text": "void"
|
|
17807
|
+
}
|
|
17808
|
+
},
|
|
17809
|
+
"parameters": [
|
|
17810
|
+
{
|
|
17811
|
+
"name": "evt",
|
|
17812
|
+
"type": {
|
|
17813
|
+
"text": "Event"
|
|
17814
|
+
}
|
|
17815
|
+
}
|
|
17816
|
+
]
|
|
17817
|
+
}
|
|
17818
|
+
],
|
|
17819
|
+
"attributes": [
|
|
17820
|
+
{
|
|
17821
|
+
"name": "target",
|
|
17822
|
+
"type": {
|
|
17823
|
+
"text": "string"
|
|
17824
|
+
},
|
|
17825
|
+
"description": "The IDREF of the element to which the skip link should navigate.",
|
|
17826
|
+
"default": "''",
|
|
17827
|
+
"fieldName": "target"
|
|
17828
|
+
},
|
|
17829
|
+
{
|
|
17830
|
+
"name": "theme",
|
|
17831
|
+
"type": {
|
|
17832
|
+
"text": "SkipLinkTheme"
|
|
17833
|
+
},
|
|
17834
|
+
"description": "The theme applied to the skip link.",
|
|
17835
|
+
"default": "'default'",
|
|
17836
|
+
"fieldName": "theme"
|
|
17837
|
+
},
|
|
17838
|
+
{
|
|
17839
|
+
"name": "muted",
|
|
17840
|
+
"type": {
|
|
17841
|
+
"text": "boolean"
|
|
17842
|
+
},
|
|
17843
|
+
"description": "Whether or not the skip link uses a muted color scheme.",
|
|
17844
|
+
"default": "false",
|
|
17845
|
+
"fieldName": "muted"
|
|
17846
|
+
},
|
|
17847
|
+
{
|
|
17848
|
+
"name": "persistent",
|
|
17849
|
+
"type": {
|
|
17850
|
+
"text": "boolean"
|
|
17851
|
+
},
|
|
17852
|
+
"description": "Whether or not the skip link should remain visible when not focused.",
|
|
17853
|
+
"default": "false",
|
|
17854
|
+
"fieldName": "persistent"
|
|
17855
|
+
},
|
|
17856
|
+
{
|
|
17857
|
+
"name": "inline",
|
|
17858
|
+
"type": {
|
|
17859
|
+
"text": "boolean"
|
|
17860
|
+
},
|
|
17861
|
+
"description": "Whether or not the skip link renders within its container.",
|
|
17862
|
+
"default": "false",
|
|
17863
|
+
"fieldName": "inline"
|
|
17864
|
+
},
|
|
17865
|
+
{
|
|
17866
|
+
"name": "skip-url-change",
|
|
17867
|
+
"type": {
|
|
17868
|
+
"text": "boolean"
|
|
17869
|
+
},
|
|
17870
|
+
"description": "Sets the skip link to skip browser navigation and scroll to the target element.",
|
|
17871
|
+
"default": "false",
|
|
17872
|
+
"fieldName": "skipUrlChange"
|
|
17873
|
+
}
|
|
17874
|
+
],
|
|
17875
|
+
"superclass": {
|
|
17876
|
+
"name": "BaseComponent",
|
|
17877
|
+
"module": "/src/lib/core/index.js"
|
|
17878
|
+
},
|
|
17879
|
+
"tagName": "forge-skip-link",
|
|
17880
|
+
"customElement": true,
|
|
17881
|
+
"summary": "The Forge Skip Link component is used to provide an accessible way for users to skip repetitive content and navigate directly to a section of the page. This is used for screen reader and keyboard users to improve the overall accessibility of web applications.",
|
|
17882
|
+
"dependencies": [
|
|
17883
|
+
{
|
|
17884
|
+
"name": "forge-focus-indicator",
|
|
17885
|
+
"description": ""
|
|
17886
|
+
},
|
|
17887
|
+
{
|
|
17888
|
+
"name": "forge-state-layer",
|
|
17889
|
+
"description": ""
|
|
17890
|
+
}
|
|
17891
|
+
]
|
|
17892
|
+
}
|
|
17893
|
+
],
|
|
17894
|
+
"exports": [
|
|
17895
|
+
{
|
|
17896
|
+
"kind": "js",
|
|
17897
|
+
"name": "SkipLinkComponent",
|
|
17898
|
+
"declaration": {
|
|
17899
|
+
"name": "SkipLinkComponent",
|
|
17900
|
+
"module": "src/lib/skip-link/skip-link.ts"
|
|
17901
|
+
}
|
|
17902
|
+
}
|
|
17903
|
+
]
|
|
17904
|
+
},
|
|
17905
17905
|
{
|
|
17906
17906
|
"kind": "javascript-module",
|
|
17907
17907
|
"path": "src/lib/split-button/split-button.ts",
|
|
@@ -24370,211 +24370,6 @@
|
|
|
24370
24370
|
}
|
|
24371
24371
|
]
|
|
24372
24372
|
},
|
|
24373
|
-
{
|
|
24374
|
-
"kind": "javascript-module",
|
|
24375
|
-
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts",
|
|
24376
|
-
"declarations": [
|
|
24377
|
-
{
|
|
24378
|
-
"kind": "class",
|
|
24379
|
-
"description": "",
|
|
24380
|
-
"name": "CalendarDropdown",
|
|
24381
|
-
"members": [
|
|
24382
|
-
{
|
|
24383
|
-
"kind": "field",
|
|
24384
|
-
"name": "calendar",
|
|
24385
|
-
"type": {
|
|
24386
|
-
"text": "ICalendarComponent | undefined"
|
|
24387
|
-
},
|
|
24388
|
-
"privacy": "public"
|
|
24389
|
-
},
|
|
24390
|
-
{
|
|
24391
|
-
"kind": "field",
|
|
24392
|
-
"name": "dropdownElement",
|
|
24393
|
-
"type": {
|
|
24394
|
-
"text": "IPopoverComponent | undefined"
|
|
24395
|
-
},
|
|
24396
|
-
"privacy": "public"
|
|
24397
|
-
},
|
|
24398
|
-
{
|
|
24399
|
-
"kind": "field",
|
|
24400
|
-
"name": "id",
|
|
24401
|
-
"type": {
|
|
24402
|
-
"text": "string"
|
|
24403
|
-
},
|
|
24404
|
-
"privacy": "public",
|
|
24405
|
-
"default": "`${this.id}-activedescendent-`"
|
|
24406
|
-
},
|
|
24407
|
-
{
|
|
24408
|
-
"kind": "field",
|
|
24409
|
-
"name": "targetElement",
|
|
24410
|
-
"type": {
|
|
24411
|
-
"text": "HTMLElement"
|
|
24412
|
-
},
|
|
24413
|
-
"privacy": "public",
|
|
24414
|
-
"default": "targetElement"
|
|
24415
|
-
},
|
|
24416
|
-
{
|
|
24417
|
-
"kind": "field",
|
|
24418
|
-
"name": "activeChangeCallback",
|
|
24419
|
-
"type": {
|
|
24420
|
-
"text": "((id: string) => void) | undefined"
|
|
24421
|
-
},
|
|
24422
|
-
"privacy": "public"
|
|
24423
|
-
},
|
|
24424
|
-
{
|
|
24425
|
-
"kind": "field",
|
|
24426
|
-
"name": "closeCallback",
|
|
24427
|
-
"type": {
|
|
24428
|
-
"text": "(() => void) | undefined"
|
|
24429
|
-
},
|
|
24430
|
-
"privacy": "public"
|
|
24431
|
-
},
|
|
24432
|
-
{
|
|
24433
|
-
"kind": "field",
|
|
24434
|
-
"name": "_announcerElement",
|
|
24435
|
-
"type": {
|
|
24436
|
-
"text": "HTMLElement | undefined"
|
|
24437
|
-
},
|
|
24438
|
-
"privacy": "private"
|
|
24439
|
-
},
|
|
24440
|
-
{
|
|
24441
|
-
"kind": "field",
|
|
24442
|
-
"name": "_popupClasses",
|
|
24443
|
-
"type": {
|
|
24444
|
-
"text": "string[]"
|
|
24445
|
-
},
|
|
24446
|
-
"privacy": "private",
|
|
24447
|
-
"default": "[]"
|
|
24448
|
-
},
|
|
24449
|
-
{
|
|
24450
|
-
"kind": "field",
|
|
24451
|
-
"name": "isOpen",
|
|
24452
|
-
"type": {
|
|
24453
|
-
"text": "boolean"
|
|
24454
|
-
},
|
|
24455
|
-
"privacy": "public",
|
|
24456
|
-
"readonly": true
|
|
24457
|
-
},
|
|
24458
|
-
{
|
|
24459
|
-
"kind": "field",
|
|
24460
|
-
"name": "popupClasses",
|
|
24461
|
-
"type": {
|
|
24462
|
-
"text": "string | string[] | null"
|
|
24463
|
-
},
|
|
24464
|
-
"privacy": "public"
|
|
24465
|
-
},
|
|
24466
|
-
{
|
|
24467
|
-
"kind": "field",
|
|
24468
|
-
"name": "locale",
|
|
24469
|
-
"type": {
|
|
24470
|
-
"text": "string | undefined"
|
|
24471
|
-
},
|
|
24472
|
-
"privacy": "public"
|
|
24473
|
-
},
|
|
24474
|
-
{
|
|
24475
|
-
"kind": "method",
|
|
24476
|
-
"name": "close",
|
|
24477
|
-
"privacy": "public",
|
|
24478
|
-
"return": {
|
|
24479
|
-
"type": {
|
|
24480
|
-
"text": "Promise<void>"
|
|
24481
|
-
}
|
|
24482
|
-
},
|
|
24483
|
-
"parameters": [
|
|
24484
|
-
{
|
|
24485
|
-
"name": "{ force = false }",
|
|
24486
|
-
"default": "{}"
|
|
24487
|
-
}
|
|
24488
|
-
]
|
|
24489
|
-
},
|
|
24490
|
-
{
|
|
24491
|
-
"kind": "method",
|
|
24492
|
-
"name": "destroy",
|
|
24493
|
-
"privacy": "public",
|
|
24494
|
-
"return": {
|
|
24495
|
-
"type": {
|
|
24496
|
-
"text": "void"
|
|
24497
|
-
}
|
|
24498
|
-
}
|
|
24499
|
-
},
|
|
24500
|
-
{
|
|
24501
|
-
"kind": "method",
|
|
24502
|
-
"name": "open",
|
|
24503
|
-
"privacy": "public",
|
|
24504
|
-
"return": {
|
|
24505
|
-
"type": {
|
|
24506
|
-
"text": "void"
|
|
24507
|
-
}
|
|
24508
|
-
},
|
|
24509
|
-
"parameters": [
|
|
24510
|
-
{
|
|
24511
|
-
"name": "config",
|
|
24512
|
-
"type": {
|
|
24513
|
-
"text": "Partial<ICalendarComponent>"
|
|
24514
|
-
}
|
|
24515
|
-
}
|
|
24516
|
-
]
|
|
24517
|
-
},
|
|
24518
|
-
{
|
|
24519
|
-
"kind": "method",
|
|
24520
|
-
"name": "propagateKeyboardEvent",
|
|
24521
|
-
"privacy": "public",
|
|
24522
|
-
"return": {
|
|
24523
|
-
"type": {
|
|
24524
|
-
"text": "void"
|
|
24525
|
-
}
|
|
24526
|
-
},
|
|
24527
|
-
"parameters": [
|
|
24528
|
-
{
|
|
24529
|
-
"name": "evt",
|
|
24530
|
-
"type": {
|
|
24531
|
-
"text": "KeyboardEvent"
|
|
24532
|
-
}
|
|
24533
|
-
}
|
|
24534
|
-
]
|
|
24535
|
-
},
|
|
24536
|
-
{
|
|
24537
|
-
"kind": "method",
|
|
24538
|
-
"name": "_createCalendar",
|
|
24539
|
-
"privacy": "private",
|
|
24540
|
-
"return": {
|
|
24541
|
-
"type": {
|
|
24542
|
-
"text": "ICalendarComponent"
|
|
24543
|
-
}
|
|
24544
|
-
},
|
|
24545
|
-
"parameters": [
|
|
24546
|
-
{
|
|
24547
|
-
"name": "config",
|
|
24548
|
-
"type": {
|
|
24549
|
-
"text": "Partial<ICalendarComponent>"
|
|
24550
|
-
}
|
|
24551
|
-
}
|
|
24552
|
-
]
|
|
24553
|
-
},
|
|
24554
|
-
{
|
|
24555
|
-
"kind": "method",
|
|
24556
|
-
"name": "_createDropdown",
|
|
24557
|
-
"privacy": "private",
|
|
24558
|
-
"return": {
|
|
24559
|
-
"type": {
|
|
24560
|
-
"text": "IPopoverComponent"
|
|
24561
|
-
}
|
|
24562
|
-
}
|
|
24563
|
-
}
|
|
24564
|
-
]
|
|
24565
|
-
}
|
|
24566
|
-
],
|
|
24567
|
-
"exports": [
|
|
24568
|
-
{
|
|
24569
|
-
"kind": "js",
|
|
24570
|
-
"name": "CalendarDropdown",
|
|
24571
|
-
"declaration": {
|
|
24572
|
-
"name": "CalendarDropdown",
|
|
24573
|
-
"module": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts"
|
|
24574
|
-
}
|
|
24575
|
-
}
|
|
24576
|
-
]
|
|
24577
|
-
},
|
|
24578
24373
|
{
|
|
24579
24374
|
"kind": "javascript-module",
|
|
24580
24375
|
"path": "src/lib/button-toggle/button-toggle-group/button-toggle-group.ts",
|
|
@@ -25034,6 +24829,211 @@
|
|
|
25034
24829
|
}
|
|
25035
24830
|
]
|
|
25036
24831
|
},
|
|
24832
|
+
{
|
|
24833
|
+
"kind": "javascript-module",
|
|
24834
|
+
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts",
|
|
24835
|
+
"declarations": [
|
|
24836
|
+
{
|
|
24837
|
+
"kind": "class",
|
|
24838
|
+
"description": "",
|
|
24839
|
+
"name": "CalendarDropdown",
|
|
24840
|
+
"members": [
|
|
24841
|
+
{
|
|
24842
|
+
"kind": "field",
|
|
24843
|
+
"name": "calendar",
|
|
24844
|
+
"type": {
|
|
24845
|
+
"text": "ICalendarComponent | undefined"
|
|
24846
|
+
},
|
|
24847
|
+
"privacy": "public"
|
|
24848
|
+
},
|
|
24849
|
+
{
|
|
24850
|
+
"kind": "field",
|
|
24851
|
+
"name": "dropdownElement",
|
|
24852
|
+
"type": {
|
|
24853
|
+
"text": "IPopoverComponent | undefined"
|
|
24854
|
+
},
|
|
24855
|
+
"privacy": "public"
|
|
24856
|
+
},
|
|
24857
|
+
{
|
|
24858
|
+
"kind": "field",
|
|
24859
|
+
"name": "id",
|
|
24860
|
+
"type": {
|
|
24861
|
+
"text": "string"
|
|
24862
|
+
},
|
|
24863
|
+
"privacy": "public",
|
|
24864
|
+
"default": "`${this.id}-activedescendent-`"
|
|
24865
|
+
},
|
|
24866
|
+
{
|
|
24867
|
+
"kind": "field",
|
|
24868
|
+
"name": "targetElement",
|
|
24869
|
+
"type": {
|
|
24870
|
+
"text": "HTMLElement"
|
|
24871
|
+
},
|
|
24872
|
+
"privacy": "public",
|
|
24873
|
+
"default": "targetElement"
|
|
24874
|
+
},
|
|
24875
|
+
{
|
|
24876
|
+
"kind": "field",
|
|
24877
|
+
"name": "activeChangeCallback",
|
|
24878
|
+
"type": {
|
|
24879
|
+
"text": "((id: string) => void) | undefined"
|
|
24880
|
+
},
|
|
24881
|
+
"privacy": "public"
|
|
24882
|
+
},
|
|
24883
|
+
{
|
|
24884
|
+
"kind": "field",
|
|
24885
|
+
"name": "closeCallback",
|
|
24886
|
+
"type": {
|
|
24887
|
+
"text": "(() => void) | undefined"
|
|
24888
|
+
},
|
|
24889
|
+
"privacy": "public"
|
|
24890
|
+
},
|
|
24891
|
+
{
|
|
24892
|
+
"kind": "field",
|
|
24893
|
+
"name": "_announcerElement",
|
|
24894
|
+
"type": {
|
|
24895
|
+
"text": "HTMLElement | undefined"
|
|
24896
|
+
},
|
|
24897
|
+
"privacy": "private"
|
|
24898
|
+
},
|
|
24899
|
+
{
|
|
24900
|
+
"kind": "field",
|
|
24901
|
+
"name": "_popupClasses",
|
|
24902
|
+
"type": {
|
|
24903
|
+
"text": "string[]"
|
|
24904
|
+
},
|
|
24905
|
+
"privacy": "private",
|
|
24906
|
+
"default": "[]"
|
|
24907
|
+
},
|
|
24908
|
+
{
|
|
24909
|
+
"kind": "field",
|
|
24910
|
+
"name": "isOpen",
|
|
24911
|
+
"type": {
|
|
24912
|
+
"text": "boolean"
|
|
24913
|
+
},
|
|
24914
|
+
"privacy": "public",
|
|
24915
|
+
"readonly": true
|
|
24916
|
+
},
|
|
24917
|
+
{
|
|
24918
|
+
"kind": "field",
|
|
24919
|
+
"name": "popupClasses",
|
|
24920
|
+
"type": {
|
|
24921
|
+
"text": "string | string[] | null"
|
|
24922
|
+
},
|
|
24923
|
+
"privacy": "public"
|
|
24924
|
+
},
|
|
24925
|
+
{
|
|
24926
|
+
"kind": "field",
|
|
24927
|
+
"name": "locale",
|
|
24928
|
+
"type": {
|
|
24929
|
+
"text": "string | undefined"
|
|
24930
|
+
},
|
|
24931
|
+
"privacy": "public"
|
|
24932
|
+
},
|
|
24933
|
+
{
|
|
24934
|
+
"kind": "method",
|
|
24935
|
+
"name": "close",
|
|
24936
|
+
"privacy": "public",
|
|
24937
|
+
"return": {
|
|
24938
|
+
"type": {
|
|
24939
|
+
"text": "Promise<void>"
|
|
24940
|
+
}
|
|
24941
|
+
},
|
|
24942
|
+
"parameters": [
|
|
24943
|
+
{
|
|
24944
|
+
"name": "{ force = false }",
|
|
24945
|
+
"default": "{}"
|
|
24946
|
+
}
|
|
24947
|
+
]
|
|
24948
|
+
},
|
|
24949
|
+
{
|
|
24950
|
+
"kind": "method",
|
|
24951
|
+
"name": "destroy",
|
|
24952
|
+
"privacy": "public",
|
|
24953
|
+
"return": {
|
|
24954
|
+
"type": {
|
|
24955
|
+
"text": "void"
|
|
24956
|
+
}
|
|
24957
|
+
}
|
|
24958
|
+
},
|
|
24959
|
+
{
|
|
24960
|
+
"kind": "method",
|
|
24961
|
+
"name": "open",
|
|
24962
|
+
"privacy": "public",
|
|
24963
|
+
"return": {
|
|
24964
|
+
"type": {
|
|
24965
|
+
"text": "void"
|
|
24966
|
+
}
|
|
24967
|
+
},
|
|
24968
|
+
"parameters": [
|
|
24969
|
+
{
|
|
24970
|
+
"name": "config",
|
|
24971
|
+
"type": {
|
|
24972
|
+
"text": "Partial<ICalendarComponent>"
|
|
24973
|
+
}
|
|
24974
|
+
}
|
|
24975
|
+
]
|
|
24976
|
+
},
|
|
24977
|
+
{
|
|
24978
|
+
"kind": "method",
|
|
24979
|
+
"name": "propagateKeyboardEvent",
|
|
24980
|
+
"privacy": "public",
|
|
24981
|
+
"return": {
|
|
24982
|
+
"type": {
|
|
24983
|
+
"text": "void"
|
|
24984
|
+
}
|
|
24985
|
+
},
|
|
24986
|
+
"parameters": [
|
|
24987
|
+
{
|
|
24988
|
+
"name": "evt",
|
|
24989
|
+
"type": {
|
|
24990
|
+
"text": "KeyboardEvent"
|
|
24991
|
+
}
|
|
24992
|
+
}
|
|
24993
|
+
]
|
|
24994
|
+
},
|
|
24995
|
+
{
|
|
24996
|
+
"kind": "method",
|
|
24997
|
+
"name": "_createCalendar",
|
|
24998
|
+
"privacy": "private",
|
|
24999
|
+
"return": {
|
|
25000
|
+
"type": {
|
|
25001
|
+
"text": "ICalendarComponent"
|
|
25002
|
+
}
|
|
25003
|
+
},
|
|
25004
|
+
"parameters": [
|
|
25005
|
+
{
|
|
25006
|
+
"name": "config",
|
|
25007
|
+
"type": {
|
|
25008
|
+
"text": "Partial<ICalendarComponent>"
|
|
25009
|
+
}
|
|
25010
|
+
}
|
|
25011
|
+
]
|
|
25012
|
+
},
|
|
25013
|
+
{
|
|
25014
|
+
"kind": "method",
|
|
25015
|
+
"name": "_createDropdown",
|
|
25016
|
+
"privacy": "private",
|
|
25017
|
+
"return": {
|
|
25018
|
+
"type": {
|
|
25019
|
+
"text": "IPopoverComponent"
|
|
25020
|
+
}
|
|
25021
|
+
}
|
|
25022
|
+
}
|
|
25023
|
+
]
|
|
25024
|
+
}
|
|
25025
|
+
],
|
|
25026
|
+
"exports": [
|
|
25027
|
+
{
|
|
25028
|
+
"kind": "js",
|
|
25029
|
+
"name": "CalendarDropdown",
|
|
25030
|
+
"declaration": {
|
|
25031
|
+
"name": "CalendarDropdown",
|
|
25032
|
+
"module": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts"
|
|
25033
|
+
}
|
|
25034
|
+
}
|
|
25035
|
+
]
|
|
25036
|
+
},
|
|
25037
25037
|
{
|
|
25038
25038
|
"kind": "javascript-module",
|
|
25039
25039
|
"path": "src/lib/calendar/calendar-menu/calendar-menu.ts",
|
|
@@ -25831,217 +25831,6 @@
|
|
|
25831
25831
|
}
|
|
25832
25832
|
]
|
|
25833
25833
|
},
|
|
25834
|
-
{
|
|
25835
|
-
"kind": "javascript-module",
|
|
25836
|
-
"path": "src/lib/deprecated/button/deprecated-button.ts",
|
|
25837
|
-
"declarations": [
|
|
25838
|
-
{
|
|
25839
|
-
"kind": "class",
|
|
25840
|
-
"description": "",
|
|
25841
|
-
"name": "DeprecatedButtonComponent",
|
|
25842
|
-
"members": [
|
|
25843
|
-
{
|
|
25844
|
-
"kind": "field",
|
|
25845
|
-
"name": "_slotElement",
|
|
25846
|
-
"type": {
|
|
25847
|
-
"text": "HTMLSlotElement"
|
|
25848
|
-
},
|
|
25849
|
-
"privacy": "private",
|
|
25850
|
-
"default": "getShadowElement(this, 'slot:not([name])')"
|
|
25851
|
-
},
|
|
25852
|
-
{
|
|
25853
|
-
"kind": "field",
|
|
25854
|
-
"name": "_focusIndicator",
|
|
25855
|
-
"type": {
|
|
25856
|
-
"text": "IFocusIndicatorComponent"
|
|
25857
|
-
},
|
|
25858
|
-
"privacy": "private",
|
|
25859
|
-
"default": "getShadowElement(this, FOCUS_INDICATOR_TAG_NAME)"
|
|
25860
|
-
},
|
|
25861
|
-
{
|
|
25862
|
-
"kind": "field",
|
|
25863
|
-
"name": "_stateLayer",
|
|
25864
|
-
"type": {
|
|
25865
|
-
"text": "IStateLayerComponent"
|
|
25866
|
-
},
|
|
25867
|
-
"privacy": "private",
|
|
25868
|
-
"default": "getShadowElement(this, STATE_LAYER_CONSTANTS.elementName)"
|
|
25869
|
-
},
|
|
25870
|
-
{
|
|
25871
|
-
"kind": "field",
|
|
25872
|
-
"name": "_buttonOrAnchorElement",
|
|
25873
|
-
"type": {
|
|
25874
|
-
"text": "HTMLButtonElement | HTMLAnchorElement | null"
|
|
25875
|
-
},
|
|
25876
|
-
"privacy": "private",
|
|
25877
|
-
"default": "null"
|
|
25878
|
-
},
|
|
25879
|
-
{
|
|
25880
|
-
"kind": "field",
|
|
25881
|
-
"name": "_type",
|
|
25882
|
-
"type": {
|
|
25883
|
-
"text": "DeprecatedButtonType"
|
|
25884
|
-
},
|
|
25885
|
-
"privacy": "private"
|
|
25886
|
-
},
|
|
25887
|
-
{
|
|
25888
|
-
"kind": "field",
|
|
25889
|
-
"name": "_disabled",
|
|
25890
|
-
"type": {
|
|
25891
|
-
"text": "boolean"
|
|
25892
|
-
},
|
|
25893
|
-
"privacy": "private",
|
|
25894
|
-
"default": "false"
|
|
25895
|
-
},
|
|
25896
|
-
{
|
|
25897
|
-
"kind": "field",
|
|
25898
|
-
"name": "_fullWidth",
|
|
25899
|
-
"type": {
|
|
25900
|
-
"text": "boolean"
|
|
25901
|
-
},
|
|
25902
|
-
"privacy": "private",
|
|
25903
|
-
"default": "false"
|
|
25904
|
-
},
|
|
25905
|
-
{
|
|
25906
|
-
"kind": "field",
|
|
25907
|
-
"name": "_buttonChangeListener",
|
|
25908
|
-
"privacy": "private"
|
|
25909
|
-
},
|
|
25910
|
-
{
|
|
25911
|
-
"kind": "field",
|
|
25912
|
-
"name": "_buttonAttrMutationObserver",
|
|
25913
|
-
"type": {
|
|
25914
|
-
"text": "MutationObserver | undefined"
|
|
25915
|
-
},
|
|
25916
|
-
"privacy": "private"
|
|
25917
|
-
},
|
|
25918
|
-
{
|
|
25919
|
-
"kind": "field",
|
|
25920
|
-
"name": "_keydownListener",
|
|
25921
|
-
"privacy": "private"
|
|
25922
|
-
},
|
|
25923
|
-
{
|
|
25924
|
-
"kind": "method",
|
|
25925
|
-
"name": "_onKeydown",
|
|
25926
|
-
"privacy": "private",
|
|
25927
|
-
"return": {
|
|
25928
|
-
"type": {
|
|
25929
|
-
"text": "void"
|
|
25930
|
-
}
|
|
25931
|
-
},
|
|
25932
|
-
"parameters": [
|
|
25933
|
-
{
|
|
25934
|
-
"name": "evt",
|
|
25935
|
-
"type": {
|
|
25936
|
-
"text": "KeyboardEvent"
|
|
25937
|
-
}
|
|
25938
|
-
}
|
|
25939
|
-
]
|
|
25940
|
-
},
|
|
25941
|
-
{
|
|
25942
|
-
"kind": "method",
|
|
25943
|
-
"name": "_onButtonChange",
|
|
25944
|
-
"privacy": "private",
|
|
25945
|
-
"return": {
|
|
25946
|
-
"type": {
|
|
25947
|
-
"text": "void"
|
|
25948
|
-
}
|
|
25949
|
-
}
|
|
25950
|
-
},
|
|
25951
|
-
{
|
|
25952
|
-
"kind": "method",
|
|
25953
|
-
"name": "_initialize",
|
|
25954
|
-
"privacy": "private",
|
|
25955
|
-
"return": {
|
|
25956
|
-
"type": {
|
|
25957
|
-
"text": "void"
|
|
25958
|
-
}
|
|
25959
|
-
}
|
|
25960
|
-
},
|
|
25961
|
-
{
|
|
25962
|
-
"kind": "method",
|
|
25963
|
-
"name": "_syncDisabledState",
|
|
25964
|
-
"privacy": "private",
|
|
25965
|
-
"return": {
|
|
25966
|
-
"type": {
|
|
25967
|
-
"text": "void"
|
|
25968
|
-
}
|
|
25969
|
-
}
|
|
25970
|
-
},
|
|
25971
|
-
{
|
|
25972
|
-
"kind": "method",
|
|
25973
|
-
"name": "_detachButton",
|
|
25974
|
-
"privacy": "private",
|
|
25975
|
-
"return": {
|
|
25976
|
-
"type": {
|
|
25977
|
-
"text": "void"
|
|
25978
|
-
}
|
|
25979
|
-
}
|
|
25980
|
-
},
|
|
25981
|
-
{
|
|
25982
|
-
"kind": "field",
|
|
25983
|
-
"name": "type",
|
|
25984
|
-
"type": {
|
|
25985
|
-
"text": "DeprecatedButtonType"
|
|
25986
|
-
},
|
|
25987
|
-
"privacy": "public"
|
|
25988
|
-
},
|
|
25989
|
-
{
|
|
25990
|
-
"kind": "field",
|
|
25991
|
-
"name": "disabled",
|
|
25992
|
-
"type": {
|
|
25993
|
-
"text": "boolean"
|
|
25994
|
-
},
|
|
25995
|
-
"privacy": "public"
|
|
25996
|
-
},
|
|
25997
|
-
{
|
|
25998
|
-
"kind": "field",
|
|
25999
|
-
"name": "fullWidth",
|
|
26000
|
-
"type": {
|
|
26001
|
-
"text": "boolean"
|
|
26002
|
-
},
|
|
26003
|
-
"privacy": "public"
|
|
26004
|
-
},
|
|
26005
|
-
{
|
|
26006
|
-
"kind": "method",
|
|
26007
|
-
"name": "focus",
|
|
26008
|
-
"privacy": "public",
|
|
26009
|
-
"return": {
|
|
26010
|
-
"type": {
|
|
26011
|
-
"text": "void"
|
|
26012
|
-
}
|
|
26013
|
-
},
|
|
26014
|
-
"parameters": [
|
|
26015
|
-
{
|
|
26016
|
-
"name": "options",
|
|
26017
|
-
"optional": true,
|
|
26018
|
-
"type": {
|
|
26019
|
-
"text": "FocusOptions | undefined"
|
|
26020
|
-
}
|
|
26021
|
-
}
|
|
26022
|
-
]
|
|
26023
|
-
}
|
|
26024
|
-
],
|
|
26025
|
-
"superclass": {
|
|
26026
|
-
"name": "BaseComponent",
|
|
26027
|
-
"module": "/src/lib/core/base/base-component.js"
|
|
26028
|
-
},
|
|
26029
|
-
"tagName": "forge-deprecated-button",
|
|
26030
|
-
"customElement": true,
|
|
26031
|
-
"deprecated": "Use the `<forge-button>` element instead."
|
|
26032
|
-
}
|
|
26033
|
-
],
|
|
26034
|
-
"exports": [
|
|
26035
|
-
{
|
|
26036
|
-
"kind": "js",
|
|
26037
|
-
"name": "DeprecatedButtonComponent",
|
|
26038
|
-
"declaration": {
|
|
26039
|
-
"name": "DeprecatedButtonComponent",
|
|
26040
|
-
"module": "src/lib/deprecated/button/deprecated-button.ts"
|
|
26041
|
-
}
|
|
26042
|
-
}
|
|
26043
|
-
]
|
|
26044
|
-
},
|
|
26045
25834
|
{
|
|
26046
25835
|
"kind": "javascript-module",
|
|
26047
25836
|
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
@@ -26441,6 +26230,217 @@
|
|
|
26441
26230
|
}
|
|
26442
26231
|
]
|
|
26443
26232
|
},
|
|
26233
|
+
{
|
|
26234
|
+
"kind": "javascript-module",
|
|
26235
|
+
"path": "src/lib/deprecated/button/deprecated-button.ts",
|
|
26236
|
+
"declarations": [
|
|
26237
|
+
{
|
|
26238
|
+
"kind": "class",
|
|
26239
|
+
"description": "",
|
|
26240
|
+
"name": "DeprecatedButtonComponent",
|
|
26241
|
+
"members": [
|
|
26242
|
+
{
|
|
26243
|
+
"kind": "field",
|
|
26244
|
+
"name": "_slotElement",
|
|
26245
|
+
"type": {
|
|
26246
|
+
"text": "HTMLSlotElement"
|
|
26247
|
+
},
|
|
26248
|
+
"privacy": "private",
|
|
26249
|
+
"default": "getShadowElement(this, 'slot:not([name])')"
|
|
26250
|
+
},
|
|
26251
|
+
{
|
|
26252
|
+
"kind": "field",
|
|
26253
|
+
"name": "_focusIndicator",
|
|
26254
|
+
"type": {
|
|
26255
|
+
"text": "IFocusIndicatorComponent"
|
|
26256
|
+
},
|
|
26257
|
+
"privacy": "private",
|
|
26258
|
+
"default": "getShadowElement(this, FOCUS_INDICATOR_TAG_NAME)"
|
|
26259
|
+
},
|
|
26260
|
+
{
|
|
26261
|
+
"kind": "field",
|
|
26262
|
+
"name": "_stateLayer",
|
|
26263
|
+
"type": {
|
|
26264
|
+
"text": "IStateLayerComponent"
|
|
26265
|
+
},
|
|
26266
|
+
"privacy": "private",
|
|
26267
|
+
"default": "getShadowElement(this, STATE_LAYER_CONSTANTS.elementName)"
|
|
26268
|
+
},
|
|
26269
|
+
{
|
|
26270
|
+
"kind": "field",
|
|
26271
|
+
"name": "_buttonOrAnchorElement",
|
|
26272
|
+
"type": {
|
|
26273
|
+
"text": "HTMLButtonElement | HTMLAnchorElement | null"
|
|
26274
|
+
},
|
|
26275
|
+
"privacy": "private",
|
|
26276
|
+
"default": "null"
|
|
26277
|
+
},
|
|
26278
|
+
{
|
|
26279
|
+
"kind": "field",
|
|
26280
|
+
"name": "_type",
|
|
26281
|
+
"type": {
|
|
26282
|
+
"text": "DeprecatedButtonType"
|
|
26283
|
+
},
|
|
26284
|
+
"privacy": "private"
|
|
26285
|
+
},
|
|
26286
|
+
{
|
|
26287
|
+
"kind": "field",
|
|
26288
|
+
"name": "_disabled",
|
|
26289
|
+
"type": {
|
|
26290
|
+
"text": "boolean"
|
|
26291
|
+
},
|
|
26292
|
+
"privacy": "private",
|
|
26293
|
+
"default": "false"
|
|
26294
|
+
},
|
|
26295
|
+
{
|
|
26296
|
+
"kind": "field",
|
|
26297
|
+
"name": "_fullWidth",
|
|
26298
|
+
"type": {
|
|
26299
|
+
"text": "boolean"
|
|
26300
|
+
},
|
|
26301
|
+
"privacy": "private",
|
|
26302
|
+
"default": "false"
|
|
26303
|
+
},
|
|
26304
|
+
{
|
|
26305
|
+
"kind": "field",
|
|
26306
|
+
"name": "_buttonChangeListener",
|
|
26307
|
+
"privacy": "private"
|
|
26308
|
+
},
|
|
26309
|
+
{
|
|
26310
|
+
"kind": "field",
|
|
26311
|
+
"name": "_buttonAttrMutationObserver",
|
|
26312
|
+
"type": {
|
|
26313
|
+
"text": "MutationObserver | undefined"
|
|
26314
|
+
},
|
|
26315
|
+
"privacy": "private"
|
|
26316
|
+
},
|
|
26317
|
+
{
|
|
26318
|
+
"kind": "field",
|
|
26319
|
+
"name": "_keydownListener",
|
|
26320
|
+
"privacy": "private"
|
|
26321
|
+
},
|
|
26322
|
+
{
|
|
26323
|
+
"kind": "method",
|
|
26324
|
+
"name": "_onKeydown",
|
|
26325
|
+
"privacy": "private",
|
|
26326
|
+
"return": {
|
|
26327
|
+
"type": {
|
|
26328
|
+
"text": "void"
|
|
26329
|
+
}
|
|
26330
|
+
},
|
|
26331
|
+
"parameters": [
|
|
26332
|
+
{
|
|
26333
|
+
"name": "evt",
|
|
26334
|
+
"type": {
|
|
26335
|
+
"text": "KeyboardEvent"
|
|
26336
|
+
}
|
|
26337
|
+
}
|
|
26338
|
+
]
|
|
26339
|
+
},
|
|
26340
|
+
{
|
|
26341
|
+
"kind": "method",
|
|
26342
|
+
"name": "_onButtonChange",
|
|
26343
|
+
"privacy": "private",
|
|
26344
|
+
"return": {
|
|
26345
|
+
"type": {
|
|
26346
|
+
"text": "void"
|
|
26347
|
+
}
|
|
26348
|
+
}
|
|
26349
|
+
},
|
|
26350
|
+
{
|
|
26351
|
+
"kind": "method",
|
|
26352
|
+
"name": "_initialize",
|
|
26353
|
+
"privacy": "private",
|
|
26354
|
+
"return": {
|
|
26355
|
+
"type": {
|
|
26356
|
+
"text": "void"
|
|
26357
|
+
}
|
|
26358
|
+
}
|
|
26359
|
+
},
|
|
26360
|
+
{
|
|
26361
|
+
"kind": "method",
|
|
26362
|
+
"name": "_syncDisabledState",
|
|
26363
|
+
"privacy": "private",
|
|
26364
|
+
"return": {
|
|
26365
|
+
"type": {
|
|
26366
|
+
"text": "void"
|
|
26367
|
+
}
|
|
26368
|
+
}
|
|
26369
|
+
},
|
|
26370
|
+
{
|
|
26371
|
+
"kind": "method",
|
|
26372
|
+
"name": "_detachButton",
|
|
26373
|
+
"privacy": "private",
|
|
26374
|
+
"return": {
|
|
26375
|
+
"type": {
|
|
26376
|
+
"text": "void"
|
|
26377
|
+
}
|
|
26378
|
+
}
|
|
26379
|
+
},
|
|
26380
|
+
{
|
|
26381
|
+
"kind": "field",
|
|
26382
|
+
"name": "type",
|
|
26383
|
+
"type": {
|
|
26384
|
+
"text": "DeprecatedButtonType"
|
|
26385
|
+
},
|
|
26386
|
+
"privacy": "public"
|
|
26387
|
+
},
|
|
26388
|
+
{
|
|
26389
|
+
"kind": "field",
|
|
26390
|
+
"name": "disabled",
|
|
26391
|
+
"type": {
|
|
26392
|
+
"text": "boolean"
|
|
26393
|
+
},
|
|
26394
|
+
"privacy": "public"
|
|
26395
|
+
},
|
|
26396
|
+
{
|
|
26397
|
+
"kind": "field",
|
|
26398
|
+
"name": "fullWidth",
|
|
26399
|
+
"type": {
|
|
26400
|
+
"text": "boolean"
|
|
26401
|
+
},
|
|
26402
|
+
"privacy": "public"
|
|
26403
|
+
},
|
|
26404
|
+
{
|
|
26405
|
+
"kind": "method",
|
|
26406
|
+
"name": "focus",
|
|
26407
|
+
"privacy": "public",
|
|
26408
|
+
"return": {
|
|
26409
|
+
"type": {
|
|
26410
|
+
"text": "void"
|
|
26411
|
+
}
|
|
26412
|
+
},
|
|
26413
|
+
"parameters": [
|
|
26414
|
+
{
|
|
26415
|
+
"name": "options",
|
|
26416
|
+
"optional": true,
|
|
26417
|
+
"type": {
|
|
26418
|
+
"text": "FocusOptions | undefined"
|
|
26419
|
+
}
|
|
26420
|
+
}
|
|
26421
|
+
]
|
|
26422
|
+
}
|
|
26423
|
+
],
|
|
26424
|
+
"superclass": {
|
|
26425
|
+
"name": "BaseComponent",
|
|
26426
|
+
"module": "/src/lib/core/base/base-component.js"
|
|
26427
|
+
},
|
|
26428
|
+
"tagName": "forge-deprecated-button",
|
|
26429
|
+
"customElement": true,
|
|
26430
|
+
"deprecated": "Use the `<forge-button>` element instead."
|
|
26431
|
+
}
|
|
26432
|
+
],
|
|
26433
|
+
"exports": [
|
|
26434
|
+
{
|
|
26435
|
+
"kind": "js",
|
|
26436
|
+
"name": "DeprecatedButtonComponent",
|
|
26437
|
+
"declaration": {
|
|
26438
|
+
"name": "DeprecatedButtonComponent",
|
|
26439
|
+
"module": "src/lib/deprecated/button/deprecated-button.ts"
|
|
26440
|
+
}
|
|
26441
|
+
}
|
|
26442
|
+
]
|
|
26443
|
+
},
|
|
26444
26444
|
{
|
|
26445
26445
|
"kind": "javascript-module",
|
|
26446
26446
|
"path": "src/lib/deprecated/icon-button/deprecated-icon-button.ts",
|
|
@@ -27082,200 +27082,12 @@
|
|
|
27082
27082
|
"name": "root"
|
|
27083
27083
|
},
|
|
27084
27084
|
{
|
|
27085
|
-
"description": "The container element around the content.",
|
|
27086
|
-
"name": "container"
|
|
27087
|
-
},
|
|
27088
|
-
{
|
|
27089
|
-
"description": "The content container element.",
|
|
27090
|
-
"name": "content"
|
|
27091
|
-
}
|
|
27092
|
-
],
|
|
27093
|
-
"slots": [
|
|
27094
|
-
{
|
|
27095
|
-
"description": "The content to display in the scrollable content container.",
|
|
27096
|
-
"name": ""
|
|
27097
|
-
},
|
|
27098
|
-
{
|
|
27099
|
-
"description": "The header content above the main content.",
|
|
27100
|
-
"name": "header"
|
|
27101
|
-
},
|
|
27102
|
-
{
|
|
27103
|
-
"description": "The footer content below the main content.",
|
|
27104
|
-
"name": "footer"
|
|
27105
|
-
}
|
|
27106
|
-
],
|
|
27107
|
-
"members": [
|
|
27108
|
-
{
|
|
27109
|
-
"kind": "field",
|
|
27110
|
-
"name": "hover",
|
|
27111
|
-
"type": {
|
|
27112
|
-
"text": "boolean"
|
|
27113
|
-
},
|
|
27114
|
-
"privacy": "public",
|
|
27115
|
-
"description": "The drawer will expand open when hovered.",
|
|
27116
|
-
"default": "false"
|
|
27117
|
-
},
|
|
27118
|
-
{
|
|
27119
|
-
"kind": "field",
|
|
27120
|
-
"name": "open",
|
|
27121
|
-
"type": {
|
|
27122
|
-
"text": "boolean"
|
|
27123
|
-
},
|
|
27124
|
-
"privacy": "public",
|
|
27125
|
-
"description": "Toggles whether the drawer is visible or not.",
|
|
27126
|
-
"default": "false",
|
|
27127
|
-
"attribute": "open",
|
|
27128
|
-
"inheritedFrom": {
|
|
27129
|
-
"name": "BaseDrawerComponent",
|
|
27130
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27131
|
-
}
|
|
27132
|
-
},
|
|
27133
|
-
{
|
|
27134
|
-
"kind": "field",
|
|
27135
|
-
"name": "direction",
|
|
27136
|
-
"type": {
|
|
27137
|
-
"text": "DrawerDirection"
|
|
27138
|
-
},
|
|
27139
|
-
"privacy": "public",
|
|
27140
|
-
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
27141
|
-
"default": "\"left\"",
|
|
27142
|
-
"attribute": "direction",
|
|
27143
|
-
"inheritedFrom": {
|
|
27144
|
-
"name": "BaseDrawerComponent",
|
|
27145
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27146
|
-
}
|
|
27147
|
-
}
|
|
27148
|
-
],
|
|
27149
|
-
"attributes": [
|
|
27150
|
-
{
|
|
27151
|
-
"type": {
|
|
27152
|
-
"text": "boolean"
|
|
27153
|
-
},
|
|
27154
|
-
"description": "The drawer will expand open when hovered.",
|
|
27155
|
-
"name": "hover",
|
|
27156
|
-
"default": "false"
|
|
27157
|
-
},
|
|
27158
|
-
{
|
|
27159
|
-
"name": "open",
|
|
27160
|
-
"type": {
|
|
27161
|
-
"text": "boolean"
|
|
27162
|
-
},
|
|
27163
|
-
"description": "Toggles whether the drawer is visible or not.",
|
|
27164
|
-
"default": "false",
|
|
27165
|
-
"fieldName": "open",
|
|
27166
|
-
"inheritedFrom": {
|
|
27167
|
-
"name": "BaseDrawerComponent",
|
|
27168
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27169
|
-
}
|
|
27170
|
-
},
|
|
27171
|
-
{
|
|
27172
|
-
"name": "direction",
|
|
27173
|
-
"type": {
|
|
27174
|
-
"text": "DrawerDirection"
|
|
27175
|
-
},
|
|
27176
|
-
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
27177
|
-
"default": "\"left\"",
|
|
27178
|
-
"fieldName": "direction",
|
|
27179
|
-
"inheritedFrom": {
|
|
27180
|
-
"name": "BaseDrawerComponent",
|
|
27181
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27182
|
-
}
|
|
27183
|
-
}
|
|
27184
|
-
],
|
|
27185
|
-
"superclass": {
|
|
27186
|
-
"name": "BaseDrawerComponent",
|
|
27187
|
-
"module": "/src/lib/drawer/base/index.js"
|
|
27188
|
-
},
|
|
27189
|
-
"tagName": "forge-mini-drawer",
|
|
27190
|
-
"customElement": true,
|
|
27191
|
-
"summary": "A compact navigation drawer component that displays as a narrow rail and optionally expands on hover to show full content.",
|
|
27192
|
-
"events": [
|
|
27193
|
-
{
|
|
27194
|
-
"type": {
|
|
27195
|
-
"text": "CustomEvent<void>"
|
|
27196
|
-
},
|
|
27197
|
-
"description": "Dispatched after the drawer has opened.",
|
|
27198
|
-
"name": "forge-drawer-after-open",
|
|
27199
|
-
"inheritedFrom": {
|
|
27200
|
-
"name": "BaseDrawerComponent",
|
|
27201
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27202
|
-
}
|
|
27203
|
-
},
|
|
27204
|
-
{
|
|
27205
|
-
"type": {
|
|
27206
|
-
"text": "CustomEvent<void>"
|
|
27207
|
-
},
|
|
27208
|
-
"description": "Dispatched after the drawer has closed.",
|
|
27209
|
-
"name": "forge-drawer-after-close",
|
|
27210
|
-
"inheritedFrom": {
|
|
27211
|
-
"name": "BaseDrawerComponent",
|
|
27212
|
-
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27213
|
-
}
|
|
27214
|
-
}
|
|
27215
|
-
]
|
|
27216
|
-
}
|
|
27217
|
-
],
|
|
27218
|
-
"exports": [
|
|
27219
|
-
{
|
|
27220
|
-
"kind": "js",
|
|
27221
|
-
"name": "MiniDrawerComponent",
|
|
27222
|
-
"declaration": {
|
|
27223
|
-
"name": "MiniDrawerComponent",
|
|
27224
|
-
"module": "src/lib/drawer/mini-drawer/mini-drawer.ts"
|
|
27225
|
-
}
|
|
27226
|
-
}
|
|
27227
|
-
]
|
|
27228
|
-
},
|
|
27229
|
-
{
|
|
27230
|
-
"kind": "javascript-module",
|
|
27231
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
27232
|
-
"declarations": [
|
|
27233
|
-
{
|
|
27234
|
-
"kind": "class",
|
|
27235
|
-
"description": "",
|
|
27236
|
-
"name": "ModalDrawerComponent",
|
|
27237
|
-
"cssProperties": [
|
|
27238
|
-
{
|
|
27239
|
-
"description": "The width of the drawer.",
|
|
27240
|
-
"name": "--forge-drawer-width"
|
|
27241
|
-
},
|
|
27242
|
-
{
|
|
27243
|
-
"description": "The background color of the drawer.",
|
|
27244
|
-
"name": "--forge-drawer-background"
|
|
27245
|
-
},
|
|
27246
|
-
{
|
|
27247
|
-
"description": "The border of the drawer.",
|
|
27248
|
-
"name": "--forge-drawer-border-color"
|
|
27249
|
-
},
|
|
27250
|
-
{
|
|
27251
|
-
"description": "The border width of the drawer.",
|
|
27252
|
-
"name": "--forge-drawer-border-width"
|
|
27253
|
-
},
|
|
27254
|
-
{
|
|
27255
|
-
"description": "The transition duration of the drawer.",
|
|
27256
|
-
"name": "--forge-drawer-transition-duration"
|
|
27257
|
-
},
|
|
27258
|
-
{
|
|
27259
|
-
"description": "The transition timing function of the drawer.",
|
|
27260
|
-
"name": "--forge-drawer-transition-easing"
|
|
27261
|
-
},
|
|
27262
|
-
{
|
|
27263
|
-
"description": "The duration of the drawer closing animation.",
|
|
27264
|
-
"name": "--forge-drawer-duration-close"
|
|
27265
|
-
}
|
|
27266
|
-
],
|
|
27267
|
-
"cssParts": [
|
|
27268
|
-
{
|
|
27269
|
-
"description": "The component's root element.",
|
|
27270
|
-
"name": "root"
|
|
27271
|
-
},
|
|
27272
|
-
{
|
|
27273
|
-
"description": "The content container element.",
|
|
27274
|
-
"name": "content"
|
|
27085
|
+
"description": "The container element around the content.",
|
|
27086
|
+
"name": "container"
|
|
27275
27087
|
},
|
|
27276
27088
|
{
|
|
27277
|
-
"description": "The
|
|
27278
|
-
"name": "
|
|
27089
|
+
"description": "The content container element.",
|
|
27090
|
+
"name": "content"
|
|
27279
27091
|
}
|
|
27280
27092
|
],
|
|
27281
27093
|
"slots": [
|
|
@@ -27293,6 +27105,16 @@
|
|
|
27293
27105
|
}
|
|
27294
27106
|
],
|
|
27295
27107
|
"members": [
|
|
27108
|
+
{
|
|
27109
|
+
"kind": "field",
|
|
27110
|
+
"name": "hover",
|
|
27111
|
+
"type": {
|
|
27112
|
+
"text": "boolean"
|
|
27113
|
+
},
|
|
27114
|
+
"privacy": "public",
|
|
27115
|
+
"description": "The drawer will expand open when hovered.",
|
|
27116
|
+
"default": "false"
|
|
27117
|
+
},
|
|
27296
27118
|
{
|
|
27297
27119
|
"kind": "field",
|
|
27298
27120
|
"name": "open",
|
|
@@ -27324,31 +27146,36 @@
|
|
|
27324
27146
|
}
|
|
27325
27147
|
}
|
|
27326
27148
|
],
|
|
27327
|
-
"
|
|
27149
|
+
"attributes": [
|
|
27328
27150
|
{
|
|
27329
27151
|
"type": {
|
|
27330
|
-
"text": "
|
|
27152
|
+
"text": "boolean"
|
|
27331
27153
|
},
|
|
27332
|
-
"description": "
|
|
27333
|
-
"name": "
|
|
27154
|
+
"description": "The drawer will expand open when hovered.",
|
|
27155
|
+
"name": "hover",
|
|
27156
|
+
"default": "false"
|
|
27334
27157
|
},
|
|
27335
27158
|
{
|
|
27159
|
+
"name": "open",
|
|
27336
27160
|
"type": {
|
|
27337
|
-
"text": "
|
|
27161
|
+
"text": "boolean"
|
|
27338
27162
|
},
|
|
27339
|
-
"description": "
|
|
27340
|
-
"
|
|
27163
|
+
"description": "Toggles whether the drawer is visible or not.",
|
|
27164
|
+
"default": "false",
|
|
27165
|
+
"fieldName": "open",
|
|
27341
27166
|
"inheritedFrom": {
|
|
27342
27167
|
"name": "BaseDrawerComponent",
|
|
27343
27168
|
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27344
27169
|
}
|
|
27345
27170
|
},
|
|
27346
27171
|
{
|
|
27172
|
+
"name": "direction",
|
|
27347
27173
|
"type": {
|
|
27348
|
-
"text": "
|
|
27174
|
+
"text": "DrawerDirection"
|
|
27349
27175
|
},
|
|
27350
|
-
"description": "
|
|
27351
|
-
"
|
|
27176
|
+
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
27177
|
+
"default": "\"left\"",
|
|
27178
|
+
"fieldName": "direction",
|
|
27352
27179
|
"inheritedFrom": {
|
|
27353
27180
|
"name": "BaseDrawerComponent",
|
|
27354
27181
|
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
@@ -27359,37 +27186,27 @@
|
|
|
27359
27186
|
"name": "BaseDrawerComponent",
|
|
27360
27187
|
"module": "/src/lib/drawer/base/index.js"
|
|
27361
27188
|
},
|
|
27362
|
-
"tagName": "forge-
|
|
27189
|
+
"tagName": "forge-mini-drawer",
|
|
27363
27190
|
"customElement": true,
|
|
27364
|
-
"summary": "A
|
|
27365
|
-
"
|
|
27366
|
-
{
|
|
27367
|
-
"name": "forge-backdrop",
|
|
27368
|
-
"description": ""
|
|
27369
|
-
}
|
|
27370
|
-
],
|
|
27371
|
-
"attributes": [
|
|
27191
|
+
"summary": "A compact navigation drawer component that displays as a narrow rail and optionally expands on hover to show full content.",
|
|
27192
|
+
"events": [
|
|
27372
27193
|
{
|
|
27373
|
-
"name": "open",
|
|
27374
27194
|
"type": {
|
|
27375
|
-
"text": "
|
|
27195
|
+
"text": "CustomEvent<void>"
|
|
27376
27196
|
},
|
|
27377
|
-
"description": "
|
|
27378
|
-
"
|
|
27379
|
-
"fieldName": "open",
|
|
27197
|
+
"description": "Dispatched after the drawer has opened.",
|
|
27198
|
+
"name": "forge-drawer-after-open",
|
|
27380
27199
|
"inheritedFrom": {
|
|
27381
27200
|
"name": "BaseDrawerComponent",
|
|
27382
27201
|
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
27383
27202
|
}
|
|
27384
27203
|
},
|
|
27385
27204
|
{
|
|
27386
|
-
"name": "direction",
|
|
27387
27205
|
"type": {
|
|
27388
|
-
"text": "
|
|
27206
|
+
"text": "CustomEvent<void>"
|
|
27389
27207
|
},
|
|
27390
|
-
"description": "
|
|
27391
|
-
"
|
|
27392
|
-
"fieldName": "direction",
|
|
27208
|
+
"description": "Dispatched after the drawer has closed.",
|
|
27209
|
+
"name": "forge-drawer-after-close",
|
|
27393
27210
|
"inheritedFrom": {
|
|
27394
27211
|
"name": "BaseDrawerComponent",
|
|
27395
27212
|
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
@@ -27401,10 +27218,10 @@
|
|
|
27401
27218
|
"exports": [
|
|
27402
27219
|
{
|
|
27403
27220
|
"kind": "js",
|
|
27404
|
-
"name": "
|
|
27221
|
+
"name": "MiniDrawerComponent",
|
|
27405
27222
|
"declaration": {
|
|
27406
|
-
"name": "
|
|
27407
|
-
"module": "src/lib/drawer/
|
|
27223
|
+
"name": "MiniDrawerComponent",
|
|
27224
|
+
"module": "src/lib/drawer/mini-drawer/mini-drawer.ts"
|
|
27408
27225
|
}
|
|
27409
27226
|
}
|
|
27410
27227
|
]
|
|
@@ -28480,6 +28297,189 @@
|
|
|
28480
28297
|
}
|
|
28481
28298
|
]
|
|
28482
28299
|
},
|
|
28300
|
+
{
|
|
28301
|
+
"kind": "javascript-module",
|
|
28302
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
28303
|
+
"declarations": [
|
|
28304
|
+
{
|
|
28305
|
+
"kind": "class",
|
|
28306
|
+
"description": "",
|
|
28307
|
+
"name": "ModalDrawerComponent",
|
|
28308
|
+
"cssProperties": [
|
|
28309
|
+
{
|
|
28310
|
+
"description": "The width of the drawer.",
|
|
28311
|
+
"name": "--forge-drawer-width"
|
|
28312
|
+
},
|
|
28313
|
+
{
|
|
28314
|
+
"description": "The background color of the drawer.",
|
|
28315
|
+
"name": "--forge-drawer-background"
|
|
28316
|
+
},
|
|
28317
|
+
{
|
|
28318
|
+
"description": "The border of the drawer.",
|
|
28319
|
+
"name": "--forge-drawer-border-color"
|
|
28320
|
+
},
|
|
28321
|
+
{
|
|
28322
|
+
"description": "The border width of the drawer.",
|
|
28323
|
+
"name": "--forge-drawer-border-width"
|
|
28324
|
+
},
|
|
28325
|
+
{
|
|
28326
|
+
"description": "The transition duration of the drawer.",
|
|
28327
|
+
"name": "--forge-drawer-transition-duration"
|
|
28328
|
+
},
|
|
28329
|
+
{
|
|
28330
|
+
"description": "The transition timing function of the drawer.",
|
|
28331
|
+
"name": "--forge-drawer-transition-easing"
|
|
28332
|
+
},
|
|
28333
|
+
{
|
|
28334
|
+
"description": "The duration of the drawer closing animation.",
|
|
28335
|
+
"name": "--forge-drawer-duration-close"
|
|
28336
|
+
}
|
|
28337
|
+
],
|
|
28338
|
+
"cssParts": [
|
|
28339
|
+
{
|
|
28340
|
+
"description": "The component's root element.",
|
|
28341
|
+
"name": "root"
|
|
28342
|
+
},
|
|
28343
|
+
{
|
|
28344
|
+
"description": "The content container element.",
|
|
28345
|
+
"name": "content"
|
|
28346
|
+
},
|
|
28347
|
+
{
|
|
28348
|
+
"description": "The backdrop root element.",
|
|
28349
|
+
"name": "backdrop"
|
|
28350
|
+
}
|
|
28351
|
+
],
|
|
28352
|
+
"slots": [
|
|
28353
|
+
{
|
|
28354
|
+
"description": "The content to display in the scrollable content container.",
|
|
28355
|
+
"name": ""
|
|
28356
|
+
},
|
|
28357
|
+
{
|
|
28358
|
+
"description": "The header content above the main content.",
|
|
28359
|
+
"name": "header"
|
|
28360
|
+
},
|
|
28361
|
+
{
|
|
28362
|
+
"description": "The footer content below the main content.",
|
|
28363
|
+
"name": "footer"
|
|
28364
|
+
}
|
|
28365
|
+
],
|
|
28366
|
+
"members": [
|
|
28367
|
+
{
|
|
28368
|
+
"kind": "field",
|
|
28369
|
+
"name": "open",
|
|
28370
|
+
"type": {
|
|
28371
|
+
"text": "boolean"
|
|
28372
|
+
},
|
|
28373
|
+
"privacy": "public",
|
|
28374
|
+
"description": "Toggles whether the drawer is visible or not.",
|
|
28375
|
+
"default": "false",
|
|
28376
|
+
"attribute": "open",
|
|
28377
|
+
"inheritedFrom": {
|
|
28378
|
+
"name": "BaseDrawerComponent",
|
|
28379
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
28380
|
+
}
|
|
28381
|
+
},
|
|
28382
|
+
{
|
|
28383
|
+
"kind": "field",
|
|
28384
|
+
"name": "direction",
|
|
28385
|
+
"type": {
|
|
28386
|
+
"text": "DrawerDirection"
|
|
28387
|
+
},
|
|
28388
|
+
"privacy": "public",
|
|
28389
|
+
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
28390
|
+
"default": "\"left\"",
|
|
28391
|
+
"attribute": "direction",
|
|
28392
|
+
"inheritedFrom": {
|
|
28393
|
+
"name": "BaseDrawerComponent",
|
|
28394
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
28395
|
+
}
|
|
28396
|
+
}
|
|
28397
|
+
],
|
|
28398
|
+
"events": [
|
|
28399
|
+
{
|
|
28400
|
+
"type": {
|
|
28401
|
+
"text": "CustomEvent<void>"
|
|
28402
|
+
},
|
|
28403
|
+
"description": "Dispatched when the modal drawer is closed by clicking the backdrop.",
|
|
28404
|
+
"name": "forge-modal-drawer-close"
|
|
28405
|
+
},
|
|
28406
|
+
{
|
|
28407
|
+
"type": {
|
|
28408
|
+
"text": "CustomEvent<void>"
|
|
28409
|
+
},
|
|
28410
|
+
"description": "Dispatched after the drawer has opened.",
|
|
28411
|
+
"name": "forge-drawer-after-open",
|
|
28412
|
+
"inheritedFrom": {
|
|
28413
|
+
"name": "BaseDrawerComponent",
|
|
28414
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
28415
|
+
}
|
|
28416
|
+
},
|
|
28417
|
+
{
|
|
28418
|
+
"type": {
|
|
28419
|
+
"text": "CustomEvent<void>"
|
|
28420
|
+
},
|
|
28421
|
+
"description": "Dispatched after the drawer has closed.",
|
|
28422
|
+
"name": "forge-drawer-after-close",
|
|
28423
|
+
"inheritedFrom": {
|
|
28424
|
+
"name": "BaseDrawerComponent",
|
|
28425
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
28426
|
+
}
|
|
28427
|
+
}
|
|
28428
|
+
],
|
|
28429
|
+
"superclass": {
|
|
28430
|
+
"name": "BaseDrawerComponent",
|
|
28431
|
+
"module": "/src/lib/drawer/base/index.js"
|
|
28432
|
+
},
|
|
28433
|
+
"tagName": "forge-modal-drawer",
|
|
28434
|
+
"customElement": true,
|
|
28435
|
+
"summary": "A modal navigation drawer component that slides in from the side with a backdrop overlay, typically used for temporary navigation panels. Prefer to use the dialog component with the preset options for sidesheet styles drawers.",
|
|
28436
|
+
"dependencies": [
|
|
28437
|
+
{
|
|
28438
|
+
"name": "forge-backdrop",
|
|
28439
|
+
"description": ""
|
|
28440
|
+
}
|
|
28441
|
+
],
|
|
28442
|
+
"attributes": [
|
|
28443
|
+
{
|
|
28444
|
+
"name": "open",
|
|
28445
|
+
"type": {
|
|
28446
|
+
"text": "boolean"
|
|
28447
|
+
},
|
|
28448
|
+
"description": "Toggles whether the drawer is visible or not.",
|
|
28449
|
+
"default": "false",
|
|
28450
|
+
"fieldName": "open",
|
|
28451
|
+
"inheritedFrom": {
|
|
28452
|
+
"name": "BaseDrawerComponent",
|
|
28453
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
28454
|
+
}
|
|
28455
|
+
},
|
|
28456
|
+
{
|
|
28457
|
+
"name": "direction",
|
|
28458
|
+
"type": {
|
|
28459
|
+
"text": "DrawerDirection"
|
|
28460
|
+
},
|
|
28461
|
+
"description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
|
|
28462
|
+
"default": "\"left\"",
|
|
28463
|
+
"fieldName": "direction",
|
|
28464
|
+
"inheritedFrom": {
|
|
28465
|
+
"name": "BaseDrawerComponent",
|
|
28466
|
+
"module": "src/lib/drawer/base/base-drawer.ts"
|
|
28467
|
+
}
|
|
28468
|
+
}
|
|
28469
|
+
]
|
|
28470
|
+
}
|
|
28471
|
+
],
|
|
28472
|
+
"exports": [
|
|
28473
|
+
{
|
|
28474
|
+
"kind": "js",
|
|
28475
|
+
"name": "ModalDrawerComponent",
|
|
28476
|
+
"declaration": {
|
|
28477
|
+
"name": "ModalDrawerComponent",
|
|
28478
|
+
"module": "src/lib/drawer/modal-drawer/modal-drawer.ts"
|
|
28479
|
+
}
|
|
28480
|
+
}
|
|
28481
|
+
]
|
|
28482
|
+
},
|
|
28483
28483
|
{
|
|
28484
28484
|
"kind": "javascript-module",
|
|
28485
28485
|
"path": "src/lib/key/key/key.ts",
|
|
@@ -36718,22 +36718,14 @@
|
|
|
36718
36718
|
"path": "src/lib/constants.ts",
|
|
36719
36719
|
"lineNumber": 62
|
|
36720
36720
|
},
|
|
36721
|
-
"
|
|
36722
|
-
"path": "src/lib/
|
|
36723
|
-
"lineNumber":
|
|
36724
|
-
},
|
|
36725
|
-
"AccordionComponent": {
|
|
36726
|
-
"path": "src/lib/accordion/accordion.ts",
|
|
36727
|
-
"lineNumber": 24
|
|
36721
|
+
"IAvatarComponent": {
|
|
36722
|
+
"path": "src/lib/avatar/avatar.ts",
|
|
36723
|
+
"lineNumber": 10
|
|
36728
36724
|
},
|
|
36729
36725
|
"HTMLElementTagNameMap": {
|
|
36730
36726
|
"path": "src/lib/view-switcher/view/view.ts",
|
|
36731
36727
|
"lineNumber": 12
|
|
36732
36728
|
},
|
|
36733
|
-
"IAvatarComponent": {
|
|
36734
|
-
"path": "src/lib/avatar/avatar.ts",
|
|
36735
|
-
"lineNumber": 10
|
|
36736
|
-
},
|
|
36737
36729
|
"AvatarComponent": {
|
|
36738
36730
|
"path": "src/lib/avatar/avatar.ts",
|
|
36739
36731
|
"lineNumber": 54
|
|
@@ -36830,6 +36822,22 @@
|
|
|
36830
36822
|
"path": "src/lib/autocomplete/autocomplete.ts",
|
|
36831
36823
|
"lineNumber": 77
|
|
36832
36824
|
},
|
|
36825
|
+
"IAccordionComponent": {
|
|
36826
|
+
"path": "src/lib/accordion/accordion.ts",
|
|
36827
|
+
"lineNumber": 9
|
|
36828
|
+
},
|
|
36829
|
+
"AccordionComponent": {
|
|
36830
|
+
"path": "src/lib/accordion/accordion.ts",
|
|
36831
|
+
"lineNumber": 24
|
|
36832
|
+
},
|
|
36833
|
+
"IBackdropComponent": {
|
|
36834
|
+
"path": "src/lib/backdrop/backdrop.ts",
|
|
36835
|
+
"lineNumber": 8
|
|
36836
|
+
},
|
|
36837
|
+
"BackdropComponent": {
|
|
36838
|
+
"path": "src/lib/backdrop/backdrop.ts",
|
|
36839
|
+
"lineNumber": 44
|
|
36840
|
+
},
|
|
36833
36841
|
"BadgeComponentDelegateProps": {
|
|
36834
36842
|
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
36835
36843
|
"lineNumber": 4
|
|
@@ -36858,13 +36866,33 @@
|
|
|
36858
36866
|
"path": "src/lib/badge/badge.ts",
|
|
36859
36867
|
"lineNumber": 52
|
|
36860
36868
|
},
|
|
36861
|
-
"
|
|
36862
|
-
"path": "src/lib/
|
|
36863
|
-
"lineNumber":
|
|
36869
|
+
"IBannerAdapter": {
|
|
36870
|
+
"path": "src/lib/banner/banner-adapter.ts",
|
|
36871
|
+
"lineNumber": 6
|
|
36864
36872
|
},
|
|
36865
|
-
"
|
|
36866
|
-
"path": "src/lib/
|
|
36867
|
-
"lineNumber":
|
|
36873
|
+
"BannerAdapter": {
|
|
36874
|
+
"path": "src/lib/banner/banner-adapter.ts",
|
|
36875
|
+
"lineNumber": 15
|
|
36876
|
+
},
|
|
36877
|
+
"BannerTheme": {
|
|
36878
|
+
"path": "src/lib/banner/banner-constants.ts",
|
|
36879
|
+
"lineNumber": 46
|
|
36880
|
+
},
|
|
36881
|
+
"IBannerCore": {
|
|
36882
|
+
"path": "src/lib/banner/banner-core.ts",
|
|
36883
|
+
"lineNumber": 4
|
|
36884
|
+
},
|
|
36885
|
+
"BannerCore": {
|
|
36886
|
+
"path": "src/lib/banner/banner-core.ts",
|
|
36887
|
+
"lineNumber": 10
|
|
36888
|
+
},
|
|
36889
|
+
"IBannerComponent": {
|
|
36890
|
+
"path": "src/lib/banner/banner.ts",
|
|
36891
|
+
"lineNumber": 14
|
|
36892
|
+
},
|
|
36893
|
+
"BannerComponent": {
|
|
36894
|
+
"path": "src/lib/banner/banner.ts",
|
|
36895
|
+
"lineNumber": 64
|
|
36868
36896
|
},
|
|
36869
36897
|
"IBottomSheetAdapter": {
|
|
36870
36898
|
"path": "src/lib/bottom-sheet/bottom-sheet-adapter.ts",
|
|
@@ -36906,34 +36934,6 @@
|
|
|
36906
36934
|
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
36907
36935
|
"lineNumber": 73
|
|
36908
36936
|
},
|
|
36909
|
-
"IBannerAdapter": {
|
|
36910
|
-
"path": "src/lib/banner/banner-adapter.ts",
|
|
36911
|
-
"lineNumber": 6
|
|
36912
|
-
},
|
|
36913
|
-
"BannerAdapter": {
|
|
36914
|
-
"path": "src/lib/banner/banner-adapter.ts",
|
|
36915
|
-
"lineNumber": 15
|
|
36916
|
-
},
|
|
36917
|
-
"BannerTheme": {
|
|
36918
|
-
"path": "src/lib/banner/banner-constants.ts",
|
|
36919
|
-
"lineNumber": 46
|
|
36920
|
-
},
|
|
36921
|
-
"IBannerCore": {
|
|
36922
|
-
"path": "src/lib/banner/banner-core.ts",
|
|
36923
|
-
"lineNumber": 4
|
|
36924
|
-
},
|
|
36925
|
-
"BannerCore": {
|
|
36926
|
-
"path": "src/lib/banner/banner-core.ts",
|
|
36927
|
-
"lineNumber": 10
|
|
36928
|
-
},
|
|
36929
|
-
"IBannerComponent": {
|
|
36930
|
-
"path": "src/lib/banner/banner.ts",
|
|
36931
|
-
"lineNumber": 14
|
|
36932
|
-
},
|
|
36933
|
-
"BannerComponent": {
|
|
36934
|
-
"path": "src/lib/banner/banner.ts",
|
|
36935
|
-
"lineNumber": 64
|
|
36936
|
-
},
|
|
36937
36937
|
"IButtonAdapter": {
|
|
36938
36938
|
"path": "src/lib/button/button-adapter.ts",
|
|
36939
36939
|
"lineNumber": 4
|
|
@@ -38298,18 +38298,6 @@
|
|
|
38298
38298
|
"path": "src/lib/skeleton/skeleton.ts",
|
|
38299
38299
|
"lineNumber": 59
|
|
38300
38300
|
},
|
|
38301
|
-
"SkipLinkTheme": {
|
|
38302
|
-
"path": "src/lib/skip-link/skip-link-constants.ts",
|
|
38303
|
-
"lineNumber": 29
|
|
38304
|
-
},
|
|
38305
|
-
"ISkipLinkComponent": {
|
|
38306
|
-
"path": "src/lib/skip-link/skip-link.ts",
|
|
38307
|
-
"lineNumber": 10
|
|
38308
|
-
},
|
|
38309
|
-
"SkipLinkComponent": {
|
|
38310
|
-
"path": "src/lib/skip-link/skip-link.ts",
|
|
38311
|
-
"lineNumber": 51
|
|
38312
|
-
},
|
|
38313
38301
|
"ISliderState": {
|
|
38314
38302
|
"path": "src/lib/slider/slider-adapter.ts",
|
|
38315
38303
|
"lineNumber": 10
|
|
@@ -38366,6 +38354,18 @@
|
|
|
38366
38354
|
"path": "src/lib/slider/slider.ts",
|
|
38367
38355
|
"lineNumber": 143
|
|
38368
38356
|
},
|
|
38357
|
+
"SkipLinkTheme": {
|
|
38358
|
+
"path": "src/lib/skip-link/skip-link-constants.ts",
|
|
38359
|
+
"lineNumber": 29
|
|
38360
|
+
},
|
|
38361
|
+
"ISkipLinkComponent": {
|
|
38362
|
+
"path": "src/lib/skip-link/skip-link.ts",
|
|
38363
|
+
"lineNumber": 10
|
|
38364
|
+
},
|
|
38365
|
+
"SkipLinkComponent": {
|
|
38366
|
+
"path": "src/lib/skip-link/skip-link.ts",
|
|
38367
|
+
"lineNumber": 51
|
|
38368
|
+
},
|
|
38369
38369
|
"ISplitButtonAdapter": {
|
|
38370
38370
|
"path": "src/lib/split-button/split-button-adapter.ts",
|
|
38371
38371
|
"lineNumber": 6
|
|
@@ -39134,18 +39134,6 @@
|
|
|
39134
39134
|
"path": "src/lib/button-toggle/button-toggle/button-toggle.ts",
|
|
39135
39135
|
"lineNumber": 84
|
|
39136
39136
|
},
|
|
39137
|
-
"ICalendarDropdownPopupConfig": {
|
|
39138
|
-
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown-constants.ts",
|
|
39139
|
-
"lineNumber": 3
|
|
39140
|
-
},
|
|
39141
|
-
"ICalendarDropdown": {
|
|
39142
|
-
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts",
|
|
39143
|
-
"lineNumber": 10
|
|
39144
|
-
},
|
|
39145
|
-
"CalendarDropdown": {
|
|
39146
|
-
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts",
|
|
39147
|
-
"lineNumber": 26
|
|
39148
|
-
},
|
|
39149
39137
|
"IButtonToggleGroupAdapter": {
|
|
39150
39138
|
"path": "src/lib/button-toggle/button-toggle-group/button-toggle-group-adapter.ts",
|
|
39151
39139
|
"lineNumber": 9
|
|
@@ -39178,6 +39166,18 @@
|
|
|
39178
39166
|
"path": "src/lib/button-toggle/button-toggle-group/button-toggle-group.ts",
|
|
39179
39167
|
"lineNumber": 93
|
|
39180
39168
|
},
|
|
39169
|
+
"ICalendarDropdownPopupConfig": {
|
|
39170
|
+
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown-constants.ts",
|
|
39171
|
+
"lineNumber": 3
|
|
39172
|
+
},
|
|
39173
|
+
"ICalendarDropdown": {
|
|
39174
|
+
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts",
|
|
39175
|
+
"lineNumber": 10
|
|
39176
|
+
},
|
|
39177
|
+
"CalendarDropdown": {
|
|
39178
|
+
"path": "src/lib/calendar/calendar-dropdown/calendar-dropdown.ts",
|
|
39179
|
+
"lineNumber": 26
|
|
39180
|
+
},
|
|
39181
39181
|
"ICalendarMenuAdapter": {
|
|
39182
39182
|
"path": "src/lib/calendar/calendar-menu/calendar-menu-adapter.ts",
|
|
39183
39183
|
"lineNumber": 8
|
|
@@ -39578,34 +39578,6 @@
|
|
|
39578
39578
|
"path": "src/lib/core/utils/reflect-utils.ts",
|
|
39579
39579
|
"lineNumber": 158
|
|
39580
39580
|
},
|
|
39581
|
-
"DeprecatedButtonComponentDelegateProps": {
|
|
39582
|
-
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39583
|
-
"lineNumber": 5
|
|
39584
|
-
},
|
|
39585
|
-
"IDeprecatedButtonComponentDelegateOptions": {
|
|
39586
|
-
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39587
|
-
"lineNumber": 6
|
|
39588
|
-
},
|
|
39589
|
-
"IDeprecatedButtonComponentDelegateConfig": {
|
|
39590
|
-
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39591
|
-
"lineNumber": 10
|
|
39592
|
-
},
|
|
39593
|
-
"DeprecatedButtonComponentDelegate": {
|
|
39594
|
-
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39595
|
-
"lineNumber": 15
|
|
39596
|
-
},
|
|
39597
|
-
"DeprecatedButtonType": {
|
|
39598
|
-
"path": "src/lib/deprecated/button/deprecated-button-constants.ts",
|
|
39599
|
-
"lineNumber": 21
|
|
39600
|
-
},
|
|
39601
|
-
"IDeprecatedButtonComponent": {
|
|
39602
|
-
"path": "src/lib/deprecated/button/deprecated-button.ts",
|
|
39603
|
-
"lineNumber": 13
|
|
39604
|
-
},
|
|
39605
|
-
"DeprecatedButtonComponent": {
|
|
39606
|
-
"path": "src/lib/deprecated/button/deprecated-button.ts",
|
|
39607
|
-
"lineNumber": 30
|
|
39608
|
-
},
|
|
39609
39581
|
"IBaseDatePickerAdapter": {
|
|
39610
39582
|
"path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
|
|
39611
39583
|
"lineNumber": 11
|
|
@@ -39666,6 +39638,34 @@
|
|
|
39666
39638
|
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
39667
39639
|
"lineNumber": 91
|
|
39668
39640
|
},
|
|
39641
|
+
"DeprecatedButtonComponentDelegateProps": {
|
|
39642
|
+
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39643
|
+
"lineNumber": 5
|
|
39644
|
+
},
|
|
39645
|
+
"IDeprecatedButtonComponentDelegateOptions": {
|
|
39646
|
+
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39647
|
+
"lineNumber": 6
|
|
39648
|
+
},
|
|
39649
|
+
"IDeprecatedButtonComponentDelegateConfig": {
|
|
39650
|
+
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39651
|
+
"lineNumber": 10
|
|
39652
|
+
},
|
|
39653
|
+
"DeprecatedButtonComponentDelegate": {
|
|
39654
|
+
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
39655
|
+
"lineNumber": 15
|
|
39656
|
+
},
|
|
39657
|
+
"DeprecatedButtonType": {
|
|
39658
|
+
"path": "src/lib/deprecated/button/deprecated-button-constants.ts",
|
|
39659
|
+
"lineNumber": 21
|
|
39660
|
+
},
|
|
39661
|
+
"IDeprecatedButtonComponent": {
|
|
39662
|
+
"path": "src/lib/deprecated/button/deprecated-button.ts",
|
|
39663
|
+
"lineNumber": 13
|
|
39664
|
+
},
|
|
39665
|
+
"DeprecatedButtonComponent": {
|
|
39666
|
+
"path": "src/lib/deprecated/button/deprecated-button.ts",
|
|
39667
|
+
"lineNumber": 30
|
|
39668
|
+
},
|
|
39669
39669
|
"DeprecatedIconButtonComponentDelegateProps": {
|
|
39670
39670
|
"path": "src/lib/deprecated/icon-button/deprecated-icon-button-component-delegate.ts",
|
|
39671
39671
|
"lineNumber": 9
|
|
@@ -39734,30 +39734,6 @@
|
|
|
39734
39734
|
"path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
|
|
39735
39735
|
"lineNumber": 52
|
|
39736
39736
|
},
|
|
39737
|
-
"IModalDrawerAdapter": {
|
|
39738
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
|
|
39739
|
-
"lineNumber": 6
|
|
39740
|
-
},
|
|
39741
|
-
"ModalDrawerAdapter": {
|
|
39742
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
|
|
39743
|
-
"lineNumber": 12
|
|
39744
|
-
},
|
|
39745
|
-
"IModalDrawerCore": {
|
|
39746
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
|
|
39747
|
-
"lineNumber": 6
|
|
39748
|
-
},
|
|
39749
|
-
"ModalDrawerCore": {
|
|
39750
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
|
|
39751
|
-
"lineNumber": 8
|
|
39752
|
-
},
|
|
39753
|
-
"IModalDrawerComponent": {
|
|
39754
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
39755
|
-
"lineNumber": 11
|
|
39756
|
-
},
|
|
39757
|
-
"ModalDrawerComponent": {
|
|
39758
|
-
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
39759
|
-
"lineNumber": 48
|
|
39760
|
-
},
|
|
39761
39737
|
"IBaseFieldAdapter": {
|
|
39762
39738
|
"path": "src/lib/field/base/base-field-adapter.ts",
|
|
39763
39739
|
"lineNumber": 5
|
|
@@ -39822,6 +39798,30 @@
|
|
|
39822
39798
|
"path": "src/lib/field/base/with-base-field.ts",
|
|
39823
39799
|
"lineNumber": 97
|
|
39824
39800
|
},
|
|
39801
|
+
"IModalDrawerAdapter": {
|
|
39802
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
|
|
39803
|
+
"lineNumber": 6
|
|
39804
|
+
},
|
|
39805
|
+
"ModalDrawerAdapter": {
|
|
39806
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
|
|
39807
|
+
"lineNumber": 12
|
|
39808
|
+
},
|
|
39809
|
+
"IModalDrawerCore": {
|
|
39810
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
|
|
39811
|
+
"lineNumber": 6
|
|
39812
|
+
},
|
|
39813
|
+
"ModalDrawerCore": {
|
|
39814
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
|
|
39815
|
+
"lineNumber": 8
|
|
39816
|
+
},
|
|
39817
|
+
"IModalDrawerComponent": {
|
|
39818
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
39819
|
+
"lineNumber": 11
|
|
39820
|
+
},
|
|
39821
|
+
"ModalDrawerComponent": {
|
|
39822
|
+
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
39823
|
+
"lineNumber": 48
|
|
39824
|
+
},
|
|
39825
39825
|
"KeyComponent": {
|
|
39826
39826
|
"path": "src/lib/key/key/key.ts",
|
|
39827
39827
|
"lineNumber": 23
|
|
@@ -39970,6 +39970,10 @@
|
|
|
39970
39970
|
"path": "src/lib/overlay/base/overlay-aware.ts",
|
|
39971
39971
|
"lineNumber": 52
|
|
39972
39972
|
},
|
|
39973
|
+
"RadioGroupManager": {
|
|
39974
|
+
"path": "src/lib/radio/core/radio-group-manager.ts",
|
|
39975
|
+
"lineNumber": 9
|
|
39976
|
+
},
|
|
39973
39977
|
"IRadioAdapter": {
|
|
39974
39978
|
"path": "src/lib/radio/radio/radio-adapter.ts",
|
|
39975
39979
|
"lineNumber": 9
|
|
@@ -40018,10 +40022,6 @@
|
|
|
40018
40022
|
"path": "src/lib/radio/radio/radio.ts",
|
|
40019
40023
|
"lineNumber": 83
|
|
40020
40024
|
},
|
|
40021
|
-
"RadioGroupManager": {
|
|
40022
|
-
"path": "src/lib/radio/core/radio-group-manager.ts",
|
|
40023
|
-
"lineNumber": 9
|
|
40024
|
-
},
|
|
40025
40025
|
"IRadioGroupAdapter": {
|
|
40026
40026
|
"path": "src/lib/radio/radio-group/radio-group-adapter.ts",
|
|
40027
40027
|
"lineNumber": 7
|
|
@@ -40222,6 +40222,10 @@
|
|
|
40222
40222
|
"path": "src/lib/split-view/split-view/split-view.ts",
|
|
40223
40223
|
"lineNumber": 32
|
|
40224
40224
|
},
|
|
40225
|
+
"StepperUtils": {
|
|
40226
|
+
"path": "src/lib/stepper/core/stepper-utils.ts",
|
|
40227
|
+
"lineNumber": 4
|
|
40228
|
+
},
|
|
40225
40229
|
"ISplitViewPanelAdapter": {
|
|
40226
40230
|
"path": "src/lib/split-view/split-view-panel/split-view-panel-adapter.ts",
|
|
40227
40231
|
"lineNumber": 12
|
|
@@ -40274,10 +40278,6 @@
|
|
|
40274
40278
|
"path": "src/lib/split-view/split-view-panel/split-view-panel.ts",
|
|
40275
40279
|
"lineNumber": 89
|
|
40276
40280
|
},
|
|
40277
|
-
"StepperUtils": {
|
|
40278
|
-
"path": "src/lib/stepper/core/stepper-utils.ts",
|
|
40279
|
-
"lineNumber": 4
|
|
40280
|
-
},
|
|
40281
40281
|
"IStepAdapter": {
|
|
40282
40282
|
"path": "src/lib/stepper/step/step-adapter.ts",
|
|
40283
40283
|
"lineNumber": 9
|
|
@@ -40478,18 +40478,6 @@
|
|
|
40478
40478
|
"path": "src/lib/core/mixins/form/with-form-validity.ts",
|
|
40479
40479
|
"lineNumber": 39
|
|
40480
40480
|
},
|
|
40481
|
-
"IWithLabelAwareness": {
|
|
40482
|
-
"path": "src/lib/core/mixins/label/with-label-aware.ts",
|
|
40483
|
-
"lineNumber": 7
|
|
40484
|
-
},
|
|
40485
|
-
"WithLabelAwarenessContract": {
|
|
40486
|
-
"path": "src/lib/core/mixins/label/with-label-aware.ts",
|
|
40487
|
-
"lineNumber": 24
|
|
40488
|
-
},
|
|
40489
|
-
"LabelAwareComponent": {
|
|
40490
|
-
"path": "src/lib/core/mixins/label/with-label-aware.ts",
|
|
40491
|
-
"lineNumber": 38
|
|
40492
|
-
},
|
|
40493
40481
|
"IWithDefaultAria": {
|
|
40494
40482
|
"path": "src/lib/core/mixins/internals/with-default-aria.ts",
|
|
40495
40483
|
"lineNumber": 8
|
|
@@ -40514,6 +40502,18 @@
|
|
|
40514
40502
|
"path": "src/lib/core/mixins/internals/with-element-internals.ts",
|
|
40515
40503
|
"lineNumber": 26
|
|
40516
40504
|
},
|
|
40505
|
+
"IWithLabelAwareness": {
|
|
40506
|
+
"path": "src/lib/core/mixins/label/with-label-aware.ts",
|
|
40507
|
+
"lineNumber": 7
|
|
40508
|
+
},
|
|
40509
|
+
"WithLabelAwarenessContract": {
|
|
40510
|
+
"path": "src/lib/core/mixins/label/with-label-aware.ts",
|
|
40511
|
+
"lineNumber": 24
|
|
40512
|
+
},
|
|
40513
|
+
"LabelAwareComponent": {
|
|
40514
|
+
"path": "src/lib/core/mixins/label/with-label-aware.ts",
|
|
40515
|
+
"lineNumber": 38
|
|
40516
|
+
},
|
|
40517
40517
|
"WithLongpressListenerContract": {
|
|
40518
40518
|
"path": "src/lib/core/mixins/interactions/longpress/with-longpress-listener.ts",
|
|
40519
40519
|
"lineNumber": 8
|