@tylertech/forge 3.9.0-dev.2 → 3.9.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 +1508 -1977
- package/dist/lib.js +12 -12
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +101 -108
- package/dist/vscode.html-custom-data.json +137 -179
- package/esm/core/utils/dismissible-stack.d.ts +3 -2
- package/esm/core/utils/dismissible-stack.js +8 -4
- package/esm/date-picker/base/base-date-picker-adapter.js +0 -3
- package/esm/dialog/dialog-core.js +8 -0
- package/esm/drawer/mini-drawer/mini-drawer.js +1 -1
- package/esm/icon-button/icon-button-core.js +2 -11
- package/esm/popover/popover-constants.d.ts +0 -1
- package/esm/popover/popover-constants.js +1 -2
- package/esm/popover/popover-core.js +7 -12
- package/esm/popover/popover.d.ts +2 -2
- package/esm/popover/popover.js +3 -3
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/table/table-constants.d.ts +1 -0
- package/esm/table/table-constants.js +1 -0
- package/esm/table/table-core.js +2 -1
- package/esm/table/table.d.ts +2 -0
- package/esm/table/table.js +1 -0
- package/package.json +5 -5
- package/sass/calendar/calendar-menu/_variables.scss +1 -1
- package/sass/color-picker/_mixins.scss +5 -5
- package/sass/core/styles/theme/_color-utils.scss +1 -1
- package/sass/core/styles/tokens/app-bar/app-bar/_tokens.scss +1 -1
- package/sass/drawer/mini-drawer/mini-drawer.scss +0 -1
- package/esm/data-table/body/body.d.ts +0 -33
- package/esm/data-table/body/body.js +0 -42
- package/esm/data-table/body/index.d.ts +0 -6
- package/esm/data-table/body/index.js +0 -6
- package/esm/data-table/cell/cell.d.ts +0 -33
- package/esm/data-table/cell/cell.js +0 -42
- package/esm/data-table/cell/index.d.ts +0 -6
- package/esm/data-table/cell/index.js +0 -6
- package/esm/data-table/column/column.d.ts +0 -33
- package/esm/data-table/column/column.js +0 -42
- package/esm/data-table/column/index.d.ts +0 -6
- package/esm/data-table/column/index.js +0 -6
- package/esm/data-table/footer/footer.d.ts +0 -33
- package/esm/data-table/footer/footer.js +0 -42
- package/esm/data-table/footer/index.d.ts +0 -6
- package/esm/data-table/footer/index.js +0 -6
- package/esm/data-table/head/head.d.ts +0 -33
- package/esm/data-table/head/head.js +0 -42
- package/esm/data-table/head/index.d.ts +0 -6
- package/esm/data-table/head/index.js +0 -6
- package/esm/data-table/index.d.ts +0 -12
- package/esm/data-table/index.js +0 -12
- package/esm/data-table/row/index.d.ts +0 -6
- package/esm/data-table/row/index.js +0 -6
- package/esm/data-table/row/row.d.ts +0 -33
- package/esm/data-table/row/row.js +0 -42
- package/esm/data-table/table/index.d.ts +0 -6
- package/esm/data-table/table/index.js +0 -6
- package/esm/data-table/table/table.d.ts +0 -36
- package/esm/data-table/table/table.js +0 -40
- package/sass/data-table/_core.scss +0 -52
- package/sass/data-table/_token-utils.scss +0 -15
- package/sass/data-table/body/body.scss +0 -27
- package/sass/data-table/cell/cell.scss +0 -27
- package/sass/data-table/column/column.scss +0 -27
- package/sass/data-table/footer/footer.scss +0 -27
- package/sass/data-table/head/head.scss +0 -27
- package/sass/data-table/index.scss +0 -12
- package/sass/data-table/row/row.scss +0 -27
- package/sass/data-table/table/table.scss +0 -16
package/custom-elements.json
CHANGED
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"module": "/src/lib/core/base/base-component"
|
|
47
47
|
},
|
|
48
48
|
"tagName": "forge-accordion",
|
|
49
|
+
"customElement": true,
|
|
49
50
|
"dependencies": [
|
|
50
51
|
{
|
|
51
52
|
"name": "forge-expansion-panel",
|
|
52
53
|
"description": ""
|
|
53
54
|
}
|
|
54
|
-
]
|
|
55
|
-
"customElement": true
|
|
55
|
+
]
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"exports": [
|
|
@@ -66,397 +66,6 @@
|
|
|
66
66
|
}
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
-
{
|
|
70
|
-
"kind": "javascript-module",
|
|
71
|
-
"path": "src/lib/avatar/avatar.ts",
|
|
72
|
-
"declarations": [
|
|
73
|
-
{
|
|
74
|
-
"kind": "variable",
|
|
75
|
-
"name": "AVATAR_TAG_NAME",
|
|
76
|
-
"type": {
|
|
77
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
78
|
-
},
|
|
79
|
-
"default": "'forge-avatar'"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"kind": "class",
|
|
83
|
-
"description": "",
|
|
84
|
-
"name": "AvatarComponent",
|
|
85
|
-
"cssProperties": [
|
|
86
|
-
{
|
|
87
|
-
"type": {
|
|
88
|
-
"text": "string"
|
|
89
|
-
},
|
|
90
|
-
"description": "The background color of the avatar.",
|
|
91
|
-
"name": "--forge-avatar-background"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"type": {
|
|
95
|
-
"text": "number"
|
|
96
|
-
},
|
|
97
|
-
"description": "The border radius of the avatar, defaults to 50%.",
|
|
98
|
-
"name": "--forge-avatar-shape"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"type": {
|
|
102
|
-
"text": "color"
|
|
103
|
-
},
|
|
104
|
-
"description": "The text color of the avatar.",
|
|
105
|
-
"name": "--forge-avatar-color"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": {
|
|
109
|
-
"text": "number"
|
|
110
|
-
},
|
|
111
|
-
"description": "The height and width of the avatar.",
|
|
112
|
-
"name": "--forge-avatar-size"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"type": {
|
|
116
|
-
"text": "number"
|
|
117
|
-
},
|
|
118
|
-
"description": "The transition duration for animations.",
|
|
119
|
-
"name": "--forge-avatar-transition-duration"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"type": {
|
|
123
|
-
"text": "string"
|
|
124
|
-
},
|
|
125
|
-
"description": "The transition timing function for animations.",
|
|
126
|
-
"name": "--forge-avatar-transition-timing"
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"cssParts": [
|
|
130
|
-
{
|
|
131
|
-
"description": "The root container element.",
|
|
132
|
-
"name": "root"
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"slots": [
|
|
136
|
-
{
|
|
137
|
-
"description": "The default slot for avatar content if not provided via text/imageUrl.",
|
|
138
|
-
"name": ""
|
|
139
|
-
}
|
|
140
|
-
],
|
|
141
|
-
"members": [
|
|
142
|
-
{
|
|
143
|
-
"kind": "field",
|
|
144
|
-
"name": "text",
|
|
145
|
-
"type": {
|
|
146
|
-
"text": "string"
|
|
147
|
-
},
|
|
148
|
-
"privacy": "public",
|
|
149
|
-
"default": "''",
|
|
150
|
-
"description": "The text to display in the avatar.",
|
|
151
|
-
"attribute": "text"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"kind": "field",
|
|
155
|
-
"name": "letterCount",
|
|
156
|
-
"type": {
|
|
157
|
-
"text": "number"
|
|
158
|
-
},
|
|
159
|
-
"privacy": "public",
|
|
160
|
-
"default": "2",
|
|
161
|
-
"description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
|
|
162
|
-
"attribute": "letter-count"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"kind": "field",
|
|
166
|
-
"name": "imageUrl",
|
|
167
|
-
"type": {
|
|
168
|
-
"text": "string"
|
|
169
|
-
},
|
|
170
|
-
"privacy": "public",
|
|
171
|
-
"default": "''",
|
|
172
|
-
"description": "The background image URL to use.",
|
|
173
|
-
"attribute": "image-url"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"kind": "field",
|
|
177
|
-
"name": "_image",
|
|
178
|
-
"type": {
|
|
179
|
-
"text": "HTMLImageElement | undefined"
|
|
180
|
-
},
|
|
181
|
-
"privacy": "private"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"kind": "method",
|
|
185
|
-
"name": "_tryLoadImage",
|
|
186
|
-
"privacy": "private",
|
|
187
|
-
"return": {
|
|
188
|
-
"type": {
|
|
189
|
-
"text": "Promise<void>"
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"attributes": [
|
|
195
|
-
{
|
|
196
|
-
"name": "text",
|
|
197
|
-
"type": {
|
|
198
|
-
"text": "string"
|
|
199
|
-
},
|
|
200
|
-
"default": "''",
|
|
201
|
-
"description": "The text to display in the avatar.",
|
|
202
|
-
"fieldName": "text"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"name": "letter-count",
|
|
206
|
-
"type": {
|
|
207
|
-
"text": "number"
|
|
208
|
-
},
|
|
209
|
-
"default": "2",
|
|
210
|
-
"description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
|
|
211
|
-
"fieldName": "letterCount"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"name": "image-url",
|
|
215
|
-
"type": {
|
|
216
|
-
"text": "string"
|
|
217
|
-
},
|
|
218
|
-
"default": "''",
|
|
219
|
-
"description": "The background image URL to use.",
|
|
220
|
-
"fieldName": "imageUrl"
|
|
221
|
-
}
|
|
222
|
-
],
|
|
223
|
-
"superclass": {
|
|
224
|
-
"name": "BaseLitElement",
|
|
225
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
226
|
-
},
|
|
227
|
-
"tagName": "forge-avatar",
|
|
228
|
-
"summary": "Avatars represent an entity via text or image.",
|
|
229
|
-
"cssClasses": [
|
|
230
|
-
{
|
|
231
|
-
"name": "forge-avatar",
|
|
232
|
-
"description": "The avatar class _(required)_."
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"customElement": true
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"exports": [
|
|
239
|
-
{
|
|
240
|
-
"kind": "js",
|
|
241
|
-
"name": "AVATAR_TAG_NAME",
|
|
242
|
-
"declaration": {
|
|
243
|
-
"name": "AVATAR_TAG_NAME",
|
|
244
|
-
"module": "src/lib/avatar/avatar.ts"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"kind": "js",
|
|
249
|
-
"name": "AvatarComponent",
|
|
250
|
-
"declaration": {
|
|
251
|
-
"name": "AvatarComponent",
|
|
252
|
-
"module": "src/lib/avatar/avatar.ts"
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
]
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"kind": "javascript-module",
|
|
259
|
-
"path": "src/lib/backdrop/backdrop.ts",
|
|
260
|
-
"declarations": [
|
|
261
|
-
{
|
|
262
|
-
"kind": "class",
|
|
263
|
-
"description": "",
|
|
264
|
-
"name": "BackdropComponent",
|
|
265
|
-
"cssProperties": [
|
|
266
|
-
{
|
|
267
|
-
"description": "The backdrop background color.",
|
|
268
|
-
"name": "--forge-backdrop-background"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"description": "The backdrop opacity.",
|
|
272
|
-
"name": "--forge-backdrop-opacity"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"description": "The backdrop z-index.",
|
|
276
|
-
"name": "--forge-backdrop-z-index"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"description": "The animation duration for the enter animation.",
|
|
280
|
-
"name": "--forge-backdrop-enter-animation-duration"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"description": "The animation easing for the enter animation.",
|
|
284
|
-
"name": "--forge-backdrop-enter-animation-easing"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"description": "The animation duration for the exit animation.",
|
|
288
|
-
"name": "--forge-backdrop-exit-animation-duration"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"description": "The animation easing for the exit animation.",
|
|
292
|
-
"name": "--forge-backdrop-exit-animation-easing"
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"cssParts": [
|
|
296
|
-
{
|
|
297
|
-
"description": "The root element of the backdrop.",
|
|
298
|
-
"name": "root"
|
|
299
|
-
}
|
|
300
|
-
],
|
|
301
|
-
"members": [
|
|
302
|
-
{
|
|
303
|
-
"kind": "field",
|
|
304
|
-
"name": "_visible",
|
|
305
|
-
"type": {
|
|
306
|
-
"text": "boolean"
|
|
307
|
-
},
|
|
308
|
-
"privacy": "private",
|
|
309
|
-
"default": "false"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"kind": "field",
|
|
313
|
-
"name": "_fixed",
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "boolean"
|
|
316
|
-
},
|
|
317
|
-
"privacy": "private",
|
|
318
|
-
"default": "false"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"kind": "field",
|
|
322
|
-
"name": "_rootElement",
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "HTMLElement"
|
|
325
|
-
},
|
|
326
|
-
"privacy": "private"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"kind": "field",
|
|
330
|
-
"name": "_animationController",
|
|
331
|
-
"type": {
|
|
332
|
-
"text": "AbortController | undefined"
|
|
333
|
-
},
|
|
334
|
-
"privacy": "private"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"kind": "method",
|
|
338
|
-
"name": "_applyVisibility",
|
|
339
|
-
"privacy": "private",
|
|
340
|
-
"return": {
|
|
341
|
-
"type": {
|
|
342
|
-
"text": "Promise<void>"
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
"parameters": [
|
|
346
|
-
{
|
|
347
|
-
"name": "visible",
|
|
348
|
-
"type": {
|
|
349
|
-
"text": "boolean"
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"name": "{ animate }",
|
|
354
|
-
"default": "{ animate: true }"
|
|
355
|
-
}
|
|
356
|
-
]
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"kind": "method",
|
|
360
|
-
"name": "show",
|
|
361
|
-
"privacy": "public",
|
|
362
|
-
"return": {
|
|
363
|
-
"type": {
|
|
364
|
-
"text": "void"
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"description": "Immediately shows the backdrop by setting the `visibility` to `true` without animations."
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"kind": "method",
|
|
371
|
-
"name": "hide",
|
|
372
|
-
"privacy": "public",
|
|
373
|
-
"return": {
|
|
374
|
-
"type": {
|
|
375
|
-
"text": "void"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
"description": "Immediately hides the backdrop by setting the `visibility` to `false` without animations."
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"kind": "method",
|
|
382
|
-
"name": "fadeIn",
|
|
383
|
-
"privacy": "public",
|
|
384
|
-
"return": {
|
|
385
|
-
"type": {
|
|
386
|
-
"text": "Promise<void>"
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"description": "Sets the `visibility` to `true` and animates in."
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"kind": "method",
|
|
393
|
-
"name": "fadeOut",
|
|
394
|
-
"privacy": "public",
|
|
395
|
-
"return": {
|
|
396
|
-
"type": {
|
|
397
|
-
"text": "Promise<void>"
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
|
-
"description": "Sets the `visibility` to `false` and animates out."
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"kind": "field",
|
|
404
|
-
"name": "visible",
|
|
405
|
-
"type": {
|
|
406
|
-
"text": "boolean"
|
|
407
|
-
},
|
|
408
|
-
"privacy": "public",
|
|
409
|
-
"description": "Whether the backdrop is visible.",
|
|
410
|
-
"default": "false"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"kind": "field",
|
|
414
|
-
"name": "fixed",
|
|
415
|
-
"type": {
|
|
416
|
-
"text": "boolean"
|
|
417
|
-
},
|
|
418
|
-
"privacy": "public",
|
|
419
|
-
"description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
|
|
420
|
-
"default": "false"
|
|
421
|
-
}
|
|
422
|
-
],
|
|
423
|
-
"attributes": [
|
|
424
|
-
{
|
|
425
|
-
"type": {
|
|
426
|
-
"text": "boolean"
|
|
427
|
-
},
|
|
428
|
-
"description": "Whether the backdrop is visible.",
|
|
429
|
-
"name": "visible",
|
|
430
|
-
"default": "false"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"type": {
|
|
434
|
-
"text": "boolean"
|
|
435
|
-
},
|
|
436
|
-
"description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
|
|
437
|
-
"name": "fixed",
|
|
438
|
-
"default": "false"
|
|
439
|
-
}
|
|
440
|
-
],
|
|
441
|
-
"superclass": {
|
|
442
|
-
"name": "BaseComponent",
|
|
443
|
-
"module": "/src/lib/core/base/base-component"
|
|
444
|
-
},
|
|
445
|
-
"tagName": "forge-backdrop",
|
|
446
|
-
"customElement": true
|
|
447
|
-
}
|
|
448
|
-
],
|
|
449
|
-
"exports": [
|
|
450
|
-
{
|
|
451
|
-
"kind": "js",
|
|
452
|
-
"name": "BackdropComponent",
|
|
453
|
-
"declaration": {
|
|
454
|
-
"name": "BackdropComponent",
|
|
455
|
-
"module": "src/lib/backdrop/backdrop.ts"
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
]
|
|
459
|
-
},
|
|
460
69
|
{
|
|
461
70
|
"kind": "javascript-module",
|
|
462
71
|
"path": "src/lib/autocomplete/autocomplete.ts",
|
|
@@ -1178,6 +787,397 @@
|
|
|
1178
787
|
}
|
|
1179
788
|
]
|
|
1180
789
|
},
|
|
790
|
+
{
|
|
791
|
+
"kind": "javascript-module",
|
|
792
|
+
"path": "src/lib/avatar/avatar.ts",
|
|
793
|
+
"declarations": [
|
|
794
|
+
{
|
|
795
|
+
"kind": "variable",
|
|
796
|
+
"name": "AVATAR_TAG_NAME",
|
|
797
|
+
"type": {
|
|
798
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
799
|
+
},
|
|
800
|
+
"default": "'forge-avatar'"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"kind": "class",
|
|
804
|
+
"description": "",
|
|
805
|
+
"name": "AvatarComponent",
|
|
806
|
+
"cssProperties": [
|
|
807
|
+
{
|
|
808
|
+
"type": {
|
|
809
|
+
"text": "string"
|
|
810
|
+
},
|
|
811
|
+
"description": "The background color of the avatar.",
|
|
812
|
+
"name": "--forge-avatar-background"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"type": {
|
|
816
|
+
"text": "number"
|
|
817
|
+
},
|
|
818
|
+
"description": "The border radius of the avatar, defaults to 50%.",
|
|
819
|
+
"name": "--forge-avatar-shape"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"type": {
|
|
823
|
+
"text": "color"
|
|
824
|
+
},
|
|
825
|
+
"description": "The text color of the avatar.",
|
|
826
|
+
"name": "--forge-avatar-color"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"type": {
|
|
830
|
+
"text": "number"
|
|
831
|
+
},
|
|
832
|
+
"description": "The height and width of the avatar.",
|
|
833
|
+
"name": "--forge-avatar-size"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"type": {
|
|
837
|
+
"text": "number"
|
|
838
|
+
},
|
|
839
|
+
"description": "The transition duration for animations.",
|
|
840
|
+
"name": "--forge-avatar-transition-duration"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"type": {
|
|
844
|
+
"text": "string"
|
|
845
|
+
},
|
|
846
|
+
"description": "The transition timing function for animations.",
|
|
847
|
+
"name": "--forge-avatar-transition-timing"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"cssParts": [
|
|
851
|
+
{
|
|
852
|
+
"description": "The root container element.",
|
|
853
|
+
"name": "root"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"slots": [
|
|
857
|
+
{
|
|
858
|
+
"description": "The default slot for avatar content if not provided via text/imageUrl.",
|
|
859
|
+
"name": ""
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"members": [
|
|
863
|
+
{
|
|
864
|
+
"kind": "field",
|
|
865
|
+
"name": "text",
|
|
866
|
+
"type": {
|
|
867
|
+
"text": "string"
|
|
868
|
+
},
|
|
869
|
+
"privacy": "public",
|
|
870
|
+
"default": "''",
|
|
871
|
+
"description": "The text to display in the avatar.",
|
|
872
|
+
"attribute": "text"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"kind": "field",
|
|
876
|
+
"name": "letterCount",
|
|
877
|
+
"type": {
|
|
878
|
+
"text": "number"
|
|
879
|
+
},
|
|
880
|
+
"privacy": "public",
|
|
881
|
+
"default": "2",
|
|
882
|
+
"description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
|
|
883
|
+
"attribute": "letter-count"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "field",
|
|
887
|
+
"name": "imageUrl",
|
|
888
|
+
"type": {
|
|
889
|
+
"text": "string"
|
|
890
|
+
},
|
|
891
|
+
"privacy": "public",
|
|
892
|
+
"default": "''",
|
|
893
|
+
"description": "The background image URL to use.",
|
|
894
|
+
"attribute": "image-url"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "field",
|
|
898
|
+
"name": "_image",
|
|
899
|
+
"type": {
|
|
900
|
+
"text": "HTMLImageElement | undefined"
|
|
901
|
+
},
|
|
902
|
+
"privacy": "private"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"kind": "method",
|
|
906
|
+
"name": "_tryLoadImage",
|
|
907
|
+
"privacy": "private",
|
|
908
|
+
"return": {
|
|
909
|
+
"type": {
|
|
910
|
+
"text": "Promise<void>"
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"attributes": [
|
|
916
|
+
{
|
|
917
|
+
"name": "text",
|
|
918
|
+
"type": {
|
|
919
|
+
"text": "string"
|
|
920
|
+
},
|
|
921
|
+
"default": "''",
|
|
922
|
+
"description": "The text to display in the avatar.",
|
|
923
|
+
"fieldName": "text"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "letter-count",
|
|
927
|
+
"type": {
|
|
928
|
+
"text": "number"
|
|
929
|
+
},
|
|
930
|
+
"default": "2",
|
|
931
|
+
"description": "Controls the number of letters to display from the text. By default the text is split on spaces and the first character of each word is used.",
|
|
932
|
+
"fieldName": "letterCount"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "image-url",
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "string"
|
|
938
|
+
},
|
|
939
|
+
"default": "''",
|
|
940
|
+
"description": "The background image URL to use.",
|
|
941
|
+
"fieldName": "imageUrl"
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"superclass": {
|
|
945
|
+
"name": "BaseLitElement",
|
|
946
|
+
"module": "/src/lib/core/base/base-lit-element"
|
|
947
|
+
},
|
|
948
|
+
"tagName": "forge-avatar",
|
|
949
|
+
"customElement": true,
|
|
950
|
+
"summary": "Avatars represent an entity via text or image.",
|
|
951
|
+
"cssClasses": [
|
|
952
|
+
{
|
|
953
|
+
"name": "forge-avatar",
|
|
954
|
+
"description": "The avatar class _(required)_."
|
|
955
|
+
}
|
|
956
|
+
]
|
|
957
|
+
}
|
|
958
|
+
],
|
|
959
|
+
"exports": [
|
|
960
|
+
{
|
|
961
|
+
"kind": "js",
|
|
962
|
+
"name": "AVATAR_TAG_NAME",
|
|
963
|
+
"declaration": {
|
|
964
|
+
"name": "AVATAR_TAG_NAME",
|
|
965
|
+
"module": "src/lib/avatar/avatar.ts"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "js",
|
|
970
|
+
"name": "AvatarComponent",
|
|
971
|
+
"declaration": {
|
|
972
|
+
"name": "AvatarComponent",
|
|
973
|
+
"module": "src/lib/avatar/avatar.ts"
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
]
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"kind": "javascript-module",
|
|
980
|
+
"path": "src/lib/backdrop/backdrop.ts",
|
|
981
|
+
"declarations": [
|
|
982
|
+
{
|
|
983
|
+
"kind": "class",
|
|
984
|
+
"description": "",
|
|
985
|
+
"name": "BackdropComponent",
|
|
986
|
+
"cssProperties": [
|
|
987
|
+
{
|
|
988
|
+
"description": "The backdrop background color.",
|
|
989
|
+
"name": "--forge-backdrop-background"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"description": "The backdrop opacity.",
|
|
993
|
+
"name": "--forge-backdrop-opacity"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"description": "The backdrop z-index.",
|
|
997
|
+
"name": "--forge-backdrop-z-index"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"description": "The animation duration for the enter animation.",
|
|
1001
|
+
"name": "--forge-backdrop-enter-animation-duration"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"description": "The animation easing for the enter animation.",
|
|
1005
|
+
"name": "--forge-backdrop-enter-animation-easing"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"description": "The animation duration for the exit animation.",
|
|
1009
|
+
"name": "--forge-backdrop-exit-animation-duration"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"description": "The animation easing for the exit animation.",
|
|
1013
|
+
"name": "--forge-backdrop-exit-animation-easing"
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
1016
|
+
"cssParts": [
|
|
1017
|
+
{
|
|
1018
|
+
"description": "The root element of the backdrop.",
|
|
1019
|
+
"name": "root"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"members": [
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "field",
|
|
1025
|
+
"name": "_visible",
|
|
1026
|
+
"type": {
|
|
1027
|
+
"text": "boolean"
|
|
1028
|
+
},
|
|
1029
|
+
"privacy": "private",
|
|
1030
|
+
"default": "false"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"kind": "field",
|
|
1034
|
+
"name": "_fixed",
|
|
1035
|
+
"type": {
|
|
1036
|
+
"text": "boolean"
|
|
1037
|
+
},
|
|
1038
|
+
"privacy": "private",
|
|
1039
|
+
"default": "false"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"kind": "field",
|
|
1043
|
+
"name": "_rootElement",
|
|
1044
|
+
"type": {
|
|
1045
|
+
"text": "HTMLElement"
|
|
1046
|
+
},
|
|
1047
|
+
"privacy": "private"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "field",
|
|
1051
|
+
"name": "_animationController",
|
|
1052
|
+
"type": {
|
|
1053
|
+
"text": "AbortController | undefined"
|
|
1054
|
+
},
|
|
1055
|
+
"privacy": "private"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "method",
|
|
1059
|
+
"name": "_applyVisibility",
|
|
1060
|
+
"privacy": "private",
|
|
1061
|
+
"return": {
|
|
1062
|
+
"type": {
|
|
1063
|
+
"text": "Promise<void>"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"parameters": [
|
|
1067
|
+
{
|
|
1068
|
+
"name": "visible",
|
|
1069
|
+
"type": {
|
|
1070
|
+
"text": "boolean"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "{ animate }",
|
|
1075
|
+
"default": "{ animate: true }"
|
|
1076
|
+
}
|
|
1077
|
+
]
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"kind": "method",
|
|
1081
|
+
"name": "show",
|
|
1082
|
+
"privacy": "public",
|
|
1083
|
+
"return": {
|
|
1084
|
+
"type": {
|
|
1085
|
+
"text": "void"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"description": "Immediately shows the backdrop by setting the `visibility` to `true` without animations."
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "method",
|
|
1092
|
+
"name": "hide",
|
|
1093
|
+
"privacy": "public",
|
|
1094
|
+
"return": {
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "void"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"description": "Immediately hides the backdrop by setting the `visibility` to `false` without animations."
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "method",
|
|
1103
|
+
"name": "fadeIn",
|
|
1104
|
+
"privacy": "public",
|
|
1105
|
+
"return": {
|
|
1106
|
+
"type": {
|
|
1107
|
+
"text": "Promise<void>"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"description": "Sets the `visibility` to `true` and animates in."
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"kind": "method",
|
|
1114
|
+
"name": "fadeOut",
|
|
1115
|
+
"privacy": "public",
|
|
1116
|
+
"return": {
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "Promise<void>"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"description": "Sets the `visibility` to `false` and animates out."
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "field",
|
|
1125
|
+
"name": "visible",
|
|
1126
|
+
"type": {
|
|
1127
|
+
"text": "boolean"
|
|
1128
|
+
},
|
|
1129
|
+
"privacy": "public",
|
|
1130
|
+
"description": "Whether the backdrop is visible.",
|
|
1131
|
+
"default": "false"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"kind": "field",
|
|
1135
|
+
"name": "fixed",
|
|
1136
|
+
"type": {
|
|
1137
|
+
"text": "boolean"
|
|
1138
|
+
},
|
|
1139
|
+
"privacy": "public",
|
|
1140
|
+
"description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
|
|
1141
|
+
"default": "false"
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"attributes": [
|
|
1145
|
+
{
|
|
1146
|
+
"type": {
|
|
1147
|
+
"text": "boolean"
|
|
1148
|
+
},
|
|
1149
|
+
"description": "Whether the backdrop is visible.",
|
|
1150
|
+
"name": "visible",
|
|
1151
|
+
"default": "false"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"type": {
|
|
1155
|
+
"text": "boolean"
|
|
1156
|
+
},
|
|
1157
|
+
"description": "Whether the backdrop uses \"fixed\" or \"relative\" positioning.",
|
|
1158
|
+
"name": "fixed",
|
|
1159
|
+
"default": "false"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"superclass": {
|
|
1163
|
+
"name": "BaseComponent",
|
|
1164
|
+
"module": "/src/lib/core/base/base-component"
|
|
1165
|
+
},
|
|
1166
|
+
"tagName": "forge-backdrop",
|
|
1167
|
+
"customElement": true
|
|
1168
|
+
}
|
|
1169
|
+
],
|
|
1170
|
+
"exports": [
|
|
1171
|
+
{
|
|
1172
|
+
"kind": "js",
|
|
1173
|
+
"name": "BackdropComponent",
|
|
1174
|
+
"declaration": {
|
|
1175
|
+
"name": "BackdropComponent",
|
|
1176
|
+
"module": "src/lib/backdrop/backdrop.ts"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1181
1181
|
{
|
|
1182
1182
|
"kind": "javascript-module",
|
|
1183
1183
|
"path": "src/lib/badge/badge.ts",
|
|
@@ -1301,6 +1301,7 @@
|
|
|
1301
1301
|
"module": "/src/lib/core/base/base-lit-element"
|
|
1302
1302
|
},
|
|
1303
1303
|
"tagName": "forge-badge",
|
|
1304
|
+
"customElement": true,
|
|
1304
1305
|
"states": [
|
|
1305
1306
|
{
|
|
1306
1307
|
"name": "dot",
|
|
@@ -1328,8 +1329,7 @@
|
|
|
1328
1329
|
"name": "forge-badge__icon",
|
|
1329
1330
|
"description": "Styles a child element as an icon."
|
|
1330
1331
|
}
|
|
1331
|
-
]
|
|
1332
|
-
"customElement": true
|
|
1332
|
+
]
|
|
1333
1333
|
}
|
|
1334
1334
|
],
|
|
1335
1335
|
"exports": [
|
|
@@ -1351,6 +1351,171 @@
|
|
|
1351
1351
|
}
|
|
1352
1352
|
]
|
|
1353
1353
|
},
|
|
1354
|
+
{
|
|
1355
|
+
"kind": "javascript-module",
|
|
1356
|
+
"path": "src/lib/banner/banner.ts",
|
|
1357
|
+
"declarations": [
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "class",
|
|
1360
|
+
"description": "",
|
|
1361
|
+
"name": "BannerComponent",
|
|
1362
|
+
"cssProperties": [
|
|
1363
|
+
{
|
|
1364
|
+
"description": "The background color of the banner.",
|
|
1365
|
+
"name": "--forge-banner-background"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"description": "The text color of the banner.",
|
|
1369
|
+
"name": "--forge-banner-color"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"description": "The color of the icon.",
|
|
1373
|
+
"name": "--forge-banner-icon-color"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"description": "The gap between the contents.",
|
|
1377
|
+
"name": "--forge-banner-gap"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"description": "The inline padding.",
|
|
1381
|
+
"name": "--forge-banner-padding-inline"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"description": "The block padding.",
|
|
1385
|
+
"name": "--forge-banner-padding-block"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"description": "The transition duration.",
|
|
1389
|
+
"name": "--forge-banner-transition-duration"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"description": "The transition easing function.",
|
|
1393
|
+
"name": "--forge-banner-transition-easing"
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"slots": [
|
|
1397
|
+
{
|
|
1398
|
+
"description": "The content of the banner.",
|
|
1399
|
+
"name": ""
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"description": "The icon to display.",
|
|
1403
|
+
"name": "icon"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"description": "The optional button to display.",
|
|
1407
|
+
"name": "button"
|
|
1408
|
+
}
|
|
1409
|
+
],
|
|
1410
|
+
"members": [
|
|
1411
|
+
{
|
|
1412
|
+
"kind": "field",
|
|
1413
|
+
"name": "dismissed",
|
|
1414
|
+
"type": {
|
|
1415
|
+
"text": "boolean"
|
|
1416
|
+
},
|
|
1417
|
+
"privacy": "public",
|
|
1418
|
+
"description": "Controls the visibility of the banner.",
|
|
1419
|
+
"default": "false"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"kind": "field",
|
|
1423
|
+
"name": "persistent",
|
|
1424
|
+
"type": {
|
|
1425
|
+
"text": "boolean"
|
|
1426
|
+
},
|
|
1427
|
+
"privacy": "public",
|
|
1428
|
+
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1429
|
+
"default": "false"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "field",
|
|
1433
|
+
"name": "theme",
|
|
1434
|
+
"type": {
|
|
1435
|
+
"text": "BannerTheme"
|
|
1436
|
+
},
|
|
1437
|
+
"privacy": "public",
|
|
1438
|
+
"description": "The theme of the banner.",
|
|
1439
|
+
"default": "\"info\""
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "field",
|
|
1443
|
+
"name": "canDismiss",
|
|
1444
|
+
"type": {
|
|
1445
|
+
"text": "boolean"
|
|
1446
|
+
},
|
|
1447
|
+
"privacy": "public",
|
|
1448
|
+
"deprecated": "Use `persistent` instead."
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"events": [
|
|
1452
|
+
{
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "CustomEvent<void>"
|
|
1455
|
+
},
|
|
1456
|
+
"description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
|
|
1457
|
+
"name": "forge-banner-before-dismiss"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "CustomEvent<void>"
|
|
1462
|
+
},
|
|
1463
|
+
"description": "Dispatched when the banner is dismissed.",
|
|
1464
|
+
"name": "forge-banner-dismissed"
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"attributes": [
|
|
1468
|
+
{
|
|
1469
|
+
"type": {
|
|
1470
|
+
"text": "boolean"
|
|
1471
|
+
},
|
|
1472
|
+
"description": "Controls the visibility of the banner.",
|
|
1473
|
+
"name": "dismissed",
|
|
1474
|
+
"default": "false"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"type": {
|
|
1478
|
+
"text": "boolean"
|
|
1479
|
+
},
|
|
1480
|
+
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1481
|
+
"name": "persistent",
|
|
1482
|
+
"default": "false"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"type": {
|
|
1486
|
+
"text": "BannerTheme"
|
|
1487
|
+
},
|
|
1488
|
+
"description": "The theme of the banner.",
|
|
1489
|
+
"name": "theme",
|
|
1490
|
+
"default": "\"info\""
|
|
1491
|
+
}
|
|
1492
|
+
],
|
|
1493
|
+
"superclass": {
|
|
1494
|
+
"name": "BaseComponent",
|
|
1495
|
+
"module": "/src/lib/core/base/base-component"
|
|
1496
|
+
},
|
|
1497
|
+
"tagName": "forge-banner",
|
|
1498
|
+
"customElement": true,
|
|
1499
|
+
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
|
|
1500
|
+
"cssClasses": [
|
|
1501
|
+
{
|
|
1502
|
+
"name": "forge-banner",
|
|
1503
|
+
"description": "The banner class _(required)_."
|
|
1504
|
+
}
|
|
1505
|
+
]
|
|
1506
|
+
}
|
|
1507
|
+
],
|
|
1508
|
+
"exports": [
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "js",
|
|
1511
|
+
"name": "BannerComponent",
|
|
1512
|
+
"declaration": {
|
|
1513
|
+
"name": "BannerComponent",
|
|
1514
|
+
"module": "src/lib/banner/banner.ts"
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
]
|
|
1518
|
+
},
|
|
1354
1519
|
{
|
|
1355
1520
|
"kind": "javascript-module",
|
|
1356
1521
|
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
@@ -1542,14 +1707,14 @@
|
|
|
1542
1707
|
"module": "/src/lib/core/base/base-component"
|
|
1543
1708
|
},
|
|
1544
1709
|
"tagName": "forge-bottom-sheet",
|
|
1710
|
+
"customElement": true,
|
|
1545
1711
|
"summary": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.",
|
|
1546
1712
|
"dependencies": [
|
|
1547
1713
|
{
|
|
1548
1714
|
"name": "forge-dialog",
|
|
1549
1715
|
"description": ""
|
|
1550
1716
|
}
|
|
1551
|
-
]
|
|
1552
|
-
"customElement": true
|
|
1717
|
+
]
|
|
1553
1718
|
}
|
|
1554
1719
|
],
|
|
1555
1720
|
"exports": [
|
|
@@ -1563,171 +1728,6 @@
|
|
|
1563
1728
|
}
|
|
1564
1729
|
]
|
|
1565
1730
|
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "javascript-module",
|
|
1568
|
-
"path": "src/lib/banner/banner.ts",
|
|
1569
|
-
"declarations": [
|
|
1570
|
-
{
|
|
1571
|
-
"kind": "class",
|
|
1572
|
-
"description": "",
|
|
1573
|
-
"name": "BannerComponent",
|
|
1574
|
-
"cssProperties": [
|
|
1575
|
-
{
|
|
1576
|
-
"description": "The background color of the banner.",
|
|
1577
|
-
"name": "--forge-banner-background"
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"description": "The text color of the banner.",
|
|
1581
|
-
"name": "--forge-banner-color"
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"description": "The color of the icon.",
|
|
1585
|
-
"name": "--forge-banner-icon-color"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"description": "The gap between the contents.",
|
|
1589
|
-
"name": "--forge-banner-gap"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"description": "The inline padding.",
|
|
1593
|
-
"name": "--forge-banner-padding-inline"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"description": "The block padding.",
|
|
1597
|
-
"name": "--forge-banner-padding-block"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"description": "The transition duration.",
|
|
1601
|
-
"name": "--forge-banner-transition-duration"
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"description": "The transition easing function.",
|
|
1605
|
-
"name": "--forge-banner-transition-easing"
|
|
1606
|
-
}
|
|
1607
|
-
],
|
|
1608
|
-
"slots": [
|
|
1609
|
-
{
|
|
1610
|
-
"description": "The content of the banner.",
|
|
1611
|
-
"name": ""
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"description": "The icon to display.",
|
|
1615
|
-
"name": "icon"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"description": "The optional button to display.",
|
|
1619
|
-
"name": "button"
|
|
1620
|
-
}
|
|
1621
|
-
],
|
|
1622
|
-
"members": [
|
|
1623
|
-
{
|
|
1624
|
-
"kind": "field",
|
|
1625
|
-
"name": "dismissed",
|
|
1626
|
-
"type": {
|
|
1627
|
-
"text": "boolean"
|
|
1628
|
-
},
|
|
1629
|
-
"privacy": "public",
|
|
1630
|
-
"description": "Controls the visibility of the banner.",
|
|
1631
|
-
"default": "false"
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"kind": "field",
|
|
1635
|
-
"name": "persistent",
|
|
1636
|
-
"type": {
|
|
1637
|
-
"text": "boolean"
|
|
1638
|
-
},
|
|
1639
|
-
"privacy": "public",
|
|
1640
|
-
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1641
|
-
"default": "false"
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"kind": "field",
|
|
1645
|
-
"name": "theme",
|
|
1646
|
-
"type": {
|
|
1647
|
-
"text": "BannerTheme"
|
|
1648
|
-
},
|
|
1649
|
-
"privacy": "public",
|
|
1650
|
-
"description": "The theme of the banner.",
|
|
1651
|
-
"default": "\"info\""
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"kind": "field",
|
|
1655
|
-
"name": "canDismiss",
|
|
1656
|
-
"type": {
|
|
1657
|
-
"text": "boolean"
|
|
1658
|
-
},
|
|
1659
|
-
"privacy": "public",
|
|
1660
|
-
"deprecated": "Use `persistent` instead."
|
|
1661
|
-
}
|
|
1662
|
-
],
|
|
1663
|
-
"events": [
|
|
1664
|
-
{
|
|
1665
|
-
"type": {
|
|
1666
|
-
"text": "CustomEvent<void>"
|
|
1667
|
-
},
|
|
1668
|
-
"description": "Dispatched before the banner is dismissed. Cancelable to prevent dismissal.",
|
|
1669
|
-
"name": "forge-banner-before-dismiss"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"type": {
|
|
1673
|
-
"text": "CustomEvent<void>"
|
|
1674
|
-
},
|
|
1675
|
-
"description": "Dispatched when the banner is dismissed.",
|
|
1676
|
-
"name": "forge-banner-dismissed"
|
|
1677
|
-
}
|
|
1678
|
-
],
|
|
1679
|
-
"attributes": [
|
|
1680
|
-
{
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "boolean"
|
|
1683
|
-
},
|
|
1684
|
-
"description": "Controls the visibility of the banner.",
|
|
1685
|
-
"name": "dismissed",
|
|
1686
|
-
"default": "false"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"type": {
|
|
1690
|
-
"text": "boolean"
|
|
1691
|
-
},
|
|
1692
|
-
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1693
|
-
"name": "persistent",
|
|
1694
|
-
"default": "false"
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "BannerTheme"
|
|
1699
|
-
},
|
|
1700
|
-
"description": "The theme of the banner.",
|
|
1701
|
-
"name": "theme",
|
|
1702
|
-
"default": "\"info\""
|
|
1703
|
-
}
|
|
1704
|
-
],
|
|
1705
|
-
"superclass": {
|
|
1706
|
-
"name": "BaseComponent",
|
|
1707
|
-
"module": "/src/lib/core/base/base-component"
|
|
1708
|
-
},
|
|
1709
|
-
"tagName": "forge-banner",
|
|
1710
|
-
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
|
|
1711
|
-
"cssClasses": [
|
|
1712
|
-
{
|
|
1713
|
-
"name": "forge-banner",
|
|
1714
|
-
"description": "The banner class _(required)_."
|
|
1715
|
-
}
|
|
1716
|
-
],
|
|
1717
|
-
"customElement": true
|
|
1718
|
-
}
|
|
1719
|
-
],
|
|
1720
|
-
"exports": [
|
|
1721
|
-
{
|
|
1722
|
-
"kind": "js",
|
|
1723
|
-
"name": "BannerComponent",
|
|
1724
|
-
"declaration": {
|
|
1725
|
-
"name": "BannerComponent",
|
|
1726
|
-
"module": "src/lib/banner/banner.ts"
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
1731
|
{
|
|
1732
1732
|
"kind": "javascript-module",
|
|
1733
1733
|
"path": "src/lib/button/button.ts",
|
|
@@ -2334,6 +2334,7 @@
|
|
|
2334
2334
|
"module": "/src/lib/button/base/base-button"
|
|
2335
2335
|
},
|
|
2336
2336
|
"tagName": "forge-button",
|
|
2337
|
+
"customElement": true,
|
|
2337
2338
|
"summary": "Buttons represent actions that a user can take.",
|
|
2338
2339
|
"dependencies": [
|
|
2339
2340
|
{
|
|
@@ -2396,8 +2397,7 @@
|
|
|
2396
2397
|
"name": "forge-button--pill",
|
|
2397
2398
|
"description": "Pill shape."
|
|
2398
2399
|
}
|
|
2399
|
-
]
|
|
2400
|
-
"customElement": true
|
|
2400
|
+
]
|
|
2401
2401
|
}
|
|
2402
2402
|
],
|
|
2403
2403
|
"exports": [
|
|
@@ -2493,8 +2493,8 @@
|
|
|
2493
2493
|
"module": "/src/lib/core/base/base-component"
|
|
2494
2494
|
},
|
|
2495
2495
|
"tagName": "forge-button-area",
|
|
2496
|
-
"
|
|
2497
|
-
"
|
|
2496
|
+
"customElement": true,
|
|
2497
|
+
"summary": "Button areas are used to create a clickable area that group related information and actions about a single subject."
|
|
2498
2498
|
}
|
|
2499
2499
|
],
|
|
2500
2500
|
"exports": [
|
|
@@ -3397,6 +3397,7 @@
|
|
|
3397
3397
|
"module": "/src/lib/core/base/base-lit-element"
|
|
3398
3398
|
},
|
|
3399
3399
|
"tagName": "forge-card",
|
|
3400
|
+
"customElement": true,
|
|
3400
3401
|
"states": [
|
|
3401
3402
|
{
|
|
3402
3403
|
"name": "raised",
|
|
@@ -3412,8 +3413,7 @@
|
|
|
3412
3413
|
"name": "forge-card--raised",
|
|
3413
3414
|
"description": "The card container element when raised _(required)_."
|
|
3414
3415
|
}
|
|
3415
|
-
]
|
|
3416
|
-
"customElement": true
|
|
3416
|
+
]
|
|
3417
3417
|
}
|
|
3418
3418
|
],
|
|
3419
3419
|
"exports": [
|
|
@@ -3848,6 +3848,7 @@
|
|
|
3848
3848
|
"module": "/src/lib/core"
|
|
3849
3849
|
},
|
|
3850
3850
|
"tagName": "forge-checkbox",
|
|
3851
|
+
"customElement": true,
|
|
3851
3852
|
"summary": "Checkboxes select single values for submission in a form.",
|
|
3852
3853
|
"cssFilePath": {
|
|
3853
3854
|
"name": "checkbox/forge-checkbox.css",
|
|
@@ -3866,8 +3867,7 @@
|
|
|
3866
3867
|
"name": "forge-checkbox__icon",
|
|
3867
3868
|
"description": "Apply to a child of the root element to render the check and indeterminate icons _(required)_."
|
|
3868
3869
|
}
|
|
3869
|
-
]
|
|
3870
|
-
"customElement": true
|
|
3870
|
+
]
|
|
3871
3871
|
}
|
|
3872
3872
|
],
|
|
3873
3873
|
"exports": [
|
|
@@ -4998,14 +4998,14 @@
|
|
|
4998
4998
|
"module": "/src/lib/core/base/base-component"
|
|
4999
4999
|
},
|
|
5000
5000
|
"tagName": "forge-circular-progress",
|
|
5001
|
+
"customElement": true,
|
|
5001
5002
|
"summary": "Circular progress indicators display progress by animating along a circular track in a clockwise direction.",
|
|
5002
5003
|
"globalConfigProperties": [
|
|
5003
5004
|
{
|
|
5004
5005
|
"name": "track",
|
|
5005
5006
|
"description": ""
|
|
5006
5007
|
}
|
|
5007
|
-
]
|
|
5008
|
-
"customElement": true
|
|
5008
|
+
]
|
|
5009
5009
|
}
|
|
5010
5010
|
],
|
|
5011
5011
|
"exports": [
|
|
@@ -7482,6 +7482,7 @@
|
|
|
7482
7482
|
"module": "/src/lib/core/base/base-component"
|
|
7483
7483
|
},
|
|
7484
7484
|
"tagName": "forge-dialog",
|
|
7485
|
+
"customElement": true,
|
|
7485
7486
|
"summary": "Dialogs are temporary UI elements that are used to display information, ask for input, or confirm actions.",
|
|
7486
7487
|
"dependencies": [
|
|
7487
7488
|
{
|
|
@@ -7612,8 +7613,7 @@
|
|
|
7612
7613
|
"name": "forge-dialog__move-handle-container",
|
|
7613
7614
|
"description": "Apply to the parent of the move handle element."
|
|
7614
7615
|
}
|
|
7615
|
-
]
|
|
7616
|
-
"customElement": true
|
|
7616
|
+
]
|
|
7617
7617
|
}
|
|
7618
7618
|
],
|
|
7619
7619
|
"exports": [
|
|
@@ -7686,14 +7686,14 @@
|
|
|
7686
7686
|
"module": "/src/lib/core/base/base-component"
|
|
7687
7687
|
},
|
|
7688
7688
|
"tagName": "forge-divider",
|
|
7689
|
+
"customElement": true,
|
|
7689
7690
|
"summary": "Divider is used to separate elements.",
|
|
7690
7691
|
"cssClasses": [
|
|
7691
7692
|
{
|
|
7692
7693
|
"name": "forge-divider",
|
|
7693
7694
|
"description": "The divider class."
|
|
7694
7695
|
}
|
|
7695
|
-
]
|
|
7696
|
-
"customElement": true
|
|
7696
|
+
]
|
|
7697
7697
|
}
|
|
7698
7698
|
],
|
|
7699
7699
|
"exports": [
|
|
@@ -7864,6 +7864,7 @@
|
|
|
7864
7864
|
"module": "/src/lib/core/base/base-component"
|
|
7865
7865
|
},
|
|
7866
7866
|
"tagName": "forge-expansion-panel",
|
|
7867
|
+
"customElement": true,
|
|
7867
7868
|
"summary": "Expansion panels provide progressive disclosure of content.",
|
|
7868
7869
|
"cssClasses": [
|
|
7869
7870
|
{
|
|
@@ -7878,8 +7879,7 @@
|
|
|
7878
7879
|
"name": "forge-expansion-panel--open",
|
|
7879
7880
|
"description": "The open state of the panel."
|
|
7880
7881
|
}
|
|
7881
|
-
]
|
|
7882
|
-
"customElement": true
|
|
7882
|
+
]
|
|
7883
7883
|
}
|
|
7884
7884
|
],
|
|
7885
7885
|
"exports": [
|
|
@@ -8519,6 +8519,7 @@
|
|
|
8519
8519
|
"module": "/src/lib/core"
|
|
8520
8520
|
},
|
|
8521
8521
|
"tagName": "forge-field",
|
|
8522
|
+
"customElement": true,
|
|
8522
8523
|
"summary": "The Forge Field component is a basic component that handles the layout and theming of\nform elements that can include a label, various states, and a border around an input area.",
|
|
8523
8524
|
"globalConfigProperties": [
|
|
8524
8525
|
{
|
|
@@ -8591,8 +8592,7 @@
|
|
|
8591
8592
|
"name": "forge-field--extra-large",
|
|
8592
8593
|
"description": "Uses the extra-large density on the field."
|
|
8593
8594
|
}
|
|
8594
|
-
]
|
|
8595
|
-
"customElement": true
|
|
8595
|
+
]
|
|
8596
8596
|
}
|
|
8597
8597
|
],
|
|
8598
8598
|
"exports": [
|
|
@@ -8838,8 +8838,8 @@
|
|
|
8838
8838
|
"module": "/src/lib/core/base/base-component"
|
|
8839
8839
|
},
|
|
8840
8840
|
"tagName": "forge-file-picker",
|
|
8841
|
-
"
|
|
8842
|
-
"
|
|
8841
|
+
"customElement": true,
|
|
8842
|
+
"summary": "The file-picker component allows for a user to upload files of their own to the system. The component provides a slot for a\nbutton, as well as drag-and-drop functionality to launch the system file chooser dialog. There are visual queues to let the\nuser know when files they are dragging can be dropped, as well as events that are relayed to the developer to handle files\nthat are legal and/or illegal based on the parameters set on the component.\n\nThe expectation of this component is that it will be used as a familiar element on the page that will let users upload files,\nwhile providing that visual and functional consistency."
|
|
8843
8843
|
}
|
|
8844
8844
|
],
|
|
8845
8845
|
"exports": [
|
|
@@ -9277,6 +9277,7 @@
|
|
|
9277
9277
|
"module": "/src/lib/button/base/base-button"
|
|
9278
9278
|
},
|
|
9279
9279
|
"tagName": "forge-fab",
|
|
9280
|
+
"customElement": true,
|
|
9280
9281
|
"summary": "Floating action buttons are used to represent the most important action on a page.",
|
|
9281
9282
|
"dependencies": [
|
|
9282
9283
|
{
|
|
@@ -9313,8 +9314,7 @@
|
|
|
9313
9314
|
"name": "forge-fab--flat",
|
|
9314
9315
|
"description": "Removes the raised shadow."
|
|
9315
9316
|
}
|
|
9316
|
-
]
|
|
9317
|
-
"customElement": true
|
|
9317
|
+
]
|
|
9318
9318
|
}
|
|
9319
9319
|
],
|
|
9320
9320
|
"exports": [
|
|
@@ -9528,6 +9528,7 @@
|
|
|
9528
9528
|
"module": "/src/lib/core/base/base-component"
|
|
9529
9529
|
},
|
|
9530
9530
|
"tagName": "forge-focus-indicator",
|
|
9531
|
+
"customElement": true,
|
|
9531
9532
|
"summary": "Renders a focus indicator when an attached element matches `:focus-visible`.",
|
|
9532
9533
|
"cssClasses": [
|
|
9533
9534
|
{
|
|
@@ -9546,8 +9547,7 @@
|
|
|
9546
9547
|
"name": "forge-focus-indicator--inward",
|
|
9547
9548
|
"description": "Renders the focus inside the target element."
|
|
9548
9549
|
}
|
|
9549
|
-
]
|
|
9550
|
-
"customElement": true
|
|
9550
|
+
]
|
|
9551
9551
|
}
|
|
9552
9552
|
],
|
|
9553
9553
|
"exports": [
|
|
@@ -10070,14 +10070,14 @@
|
|
|
10070
10070
|
"module": "/src/lib/core/base/base-component"
|
|
10071
10071
|
},
|
|
10072
10072
|
"tagName": "forge-icon",
|
|
10073
|
+
"customElement": true,
|
|
10073
10074
|
"summary": "Icons are used to represent information visually",
|
|
10074
10075
|
"cssClasses": [
|
|
10075
10076
|
{
|
|
10076
10077
|
"name": "forge-icon",
|
|
10077
10078
|
"description": "The icon element."
|
|
10078
10079
|
}
|
|
10079
|
-
]
|
|
10080
|
-
"customElement": true
|
|
10080
|
+
]
|
|
10081
10081
|
}
|
|
10082
10082
|
],
|
|
10083
10083
|
"exports": [
|
|
@@ -10557,6 +10557,7 @@
|
|
|
10557
10557
|
"module": "/src/lib/button/base/base-button"
|
|
10558
10558
|
},
|
|
10559
10559
|
"tagName": "forge-icon-button",
|
|
10560
|
+
"customElement": true,
|
|
10560
10561
|
"globalConfigProperties": [
|
|
10561
10562
|
{
|
|
10562
10563
|
"name": "variant",
|
|
@@ -10605,7 +10606,6 @@
|
|
|
10605
10606
|
"description": "The squared shape."
|
|
10606
10607
|
}
|
|
10607
10608
|
],
|
|
10608
|
-
"customElement": true,
|
|
10609
10609
|
"attributes": [
|
|
10610
10610
|
{
|
|
10611
10611
|
"type": {
|
|
@@ -10806,6 +10806,7 @@
|
|
|
10806
10806
|
"module": "/src/lib/core/base/base-component"
|
|
10807
10807
|
},
|
|
10808
10808
|
"tagName": "forge-inline-message",
|
|
10809
|
+
"customElement": true,
|
|
10809
10810
|
"summary": "Inline messages are used to provide feedback to the user about a specific action or state.",
|
|
10810
10811
|
"cssClasses": [
|
|
10811
10812
|
{
|
|
@@ -10820,8 +10821,7 @@
|
|
|
10820
10821
|
"name": "forge-inline-message__icon",
|
|
10821
10822
|
"description": "The icon element."
|
|
10822
10823
|
}
|
|
10823
|
-
]
|
|
10824
|
-
"customElement": true
|
|
10824
|
+
]
|
|
10825
10825
|
}
|
|
10826
10826
|
],
|
|
10827
10827
|
"exports": [
|
|
@@ -11219,6 +11219,7 @@
|
|
|
11219
11219
|
"module": "/src/lib/core"
|
|
11220
11220
|
},
|
|
11221
11221
|
"tagName": "forge-label",
|
|
11222
|
+
"customElement": true,
|
|
11222
11223
|
"summary": "The Forge Label component is used to associate a text label with a compatible Forge component.",
|
|
11223
11224
|
"cssClasses": [
|
|
11224
11225
|
{
|
|
@@ -11241,8 +11242,7 @@
|
|
|
11241
11242
|
"name": "forge-support-text",
|
|
11242
11243
|
"description": "Applies the support text typography style and a top margin."
|
|
11243
11244
|
}
|
|
11244
|
-
]
|
|
11245
|
-
"customElement": true
|
|
11245
|
+
]
|
|
11246
11246
|
}
|
|
11247
11247
|
],
|
|
11248
11248
|
"exports": [
|
|
@@ -11435,6 +11435,7 @@
|
|
|
11435
11435
|
"module": "/src/lib/core/base/base-component"
|
|
11436
11436
|
},
|
|
11437
11437
|
"tagName": "forge-label-value",
|
|
11438
|
+
"customElement": true,
|
|
11438
11439
|
"summary": "Label-value pairs are used to display a label and a value in a compact format.",
|
|
11439
11440
|
"cssClasses": [
|
|
11440
11441
|
{
|
|
@@ -11465,8 +11466,7 @@
|
|
|
11465
11466
|
"name": "forge-label-value__icon",
|
|
11466
11467
|
"description": "The icon element."
|
|
11467
11468
|
}
|
|
11468
|
-
]
|
|
11469
|
-
"customElement": true
|
|
11469
|
+
]
|
|
11470
11470
|
}
|
|
11471
11471
|
],
|
|
11472
11472
|
"exports": [
|
|
@@ -11627,8 +11627,8 @@
|
|
|
11627
11627
|
"module": "/src/lib/core/base/base-component"
|
|
11628
11628
|
},
|
|
11629
11629
|
"tagName": "forge-linear-progress",
|
|
11630
|
-
"
|
|
11631
|
-
"
|
|
11630
|
+
"customElement": true,
|
|
11631
|
+
"summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction."
|
|
11632
11632
|
}
|
|
11633
11633
|
],
|
|
11634
11634
|
"exports": [
|
|
@@ -12848,6 +12848,7 @@
|
|
|
12848
12848
|
"module": "/src/lib/list-dropdown/list-dropdown-aware"
|
|
12849
12849
|
},
|
|
12850
12850
|
"tagName": "forge-menu",
|
|
12851
|
+
"customElement": true,
|
|
12851
12852
|
"dependencies": [
|
|
12852
12853
|
{
|
|
12853
12854
|
"name": "forge-popover",
|
|
@@ -12857,8 +12858,7 @@
|
|
|
12857
12858
|
"name": "forge-list",
|
|
12858
12859
|
"description": ""
|
|
12859
12860
|
}
|
|
12860
|
-
]
|
|
12861
|
-
"customElement": true
|
|
12861
|
+
]
|
|
12862
12862
|
}
|
|
12863
12863
|
],
|
|
12864
12864
|
"exports": [
|
|
@@ -13022,8 +13022,8 @@
|
|
|
13022
13022
|
"module": "/src/lib/core/base/base-component"
|
|
13023
13023
|
},
|
|
13024
13024
|
"tagName": "forge-open-icon",
|
|
13025
|
-
"
|
|
13026
|
-
"
|
|
13025
|
+
"customElement": true,
|
|
13026
|
+
"summary": "Open icons are used to indicate whether a section is open or closed."
|
|
13027
13027
|
}
|
|
13028
13028
|
],
|
|
13029
13029
|
"exports": [
|
|
@@ -13441,6 +13441,7 @@
|
|
|
13441
13441
|
"module": "/src/lib/overlay/base/base-overlay"
|
|
13442
13442
|
},
|
|
13443
13443
|
"tagName": "forge-overlay",
|
|
13444
|
+
"customElement": true,
|
|
13444
13445
|
"summary": "Overlays are used to render content in an element that rendered above all content on the page,\nand positioned around a specified anchor element.",
|
|
13445
13446
|
"globalConfigProperties": [
|
|
13446
13447
|
{
|
|
@@ -13475,8 +13476,7 @@
|
|
|
13475
13476
|
"name": "persistent",
|
|
13476
13477
|
"description": ""
|
|
13477
13478
|
}
|
|
13478
|
-
]
|
|
13479
|
-
"customElement": true
|
|
13479
|
+
]
|
|
13480
13480
|
}
|
|
13481
13481
|
],
|
|
13482
13482
|
"exports": [
|
|
@@ -13593,6 +13593,7 @@
|
|
|
13593
13593
|
"module": "/src/lib/core/base/base-component"
|
|
13594
13594
|
},
|
|
13595
13595
|
"tagName": "forge-page-state",
|
|
13596
|
+
"customElement": true,
|
|
13596
13597
|
"cssClasses": [
|
|
13597
13598
|
{
|
|
13598
13599
|
"name": "forge-page-state",
|
|
@@ -13614,8 +13615,7 @@
|
|
|
13614
13615
|
"name": "forge-page-state__actions",
|
|
13615
13616
|
"description": "The container element for optional actions."
|
|
13616
13617
|
}
|
|
13617
|
-
]
|
|
13618
|
-
"customElement": true
|
|
13618
|
+
]
|
|
13619
13619
|
}
|
|
13620
13620
|
],
|
|
13621
13621
|
"exports": [
|
|
@@ -14186,7 +14186,7 @@
|
|
|
14186
14186
|
"text": "string | null"
|
|
14187
14187
|
},
|
|
14188
14188
|
"privacy": "public",
|
|
14189
|
-
"description": "Enforces that this popover should be the only one open
|
|
14189
|
+
"description": "Enforces that this popover should be the only one open with the same unique value.",
|
|
14190
14190
|
"default": "null"
|
|
14191
14191
|
},
|
|
14192
14192
|
{
|
|
@@ -14520,7 +14520,7 @@
|
|
|
14520
14520
|
"type": {
|
|
14521
14521
|
"text": "string | null"
|
|
14522
14522
|
},
|
|
14523
|
-
"description": "Enforces that this popover should be the only one open
|
|
14523
|
+
"description": "Enforces that this popover should be the only one open with the same unique value.",
|
|
14524
14524
|
"name": "distinct",
|
|
14525
14525
|
"default": "null"
|
|
14526
14526
|
},
|
|
@@ -14671,6 +14671,7 @@
|
|
|
14671
14671
|
"module": "/src/lib/overlay/base/overlay-aware"
|
|
14672
14672
|
},
|
|
14673
14673
|
"tagName": "forge-popover",
|
|
14674
|
+
"customElement": true,
|
|
14674
14675
|
"summary": "Popovers are used to render content in an element that is above all other content on the page.",
|
|
14675
14676
|
"dependencies": [
|
|
14676
14677
|
{
|
|
@@ -14719,8 +14720,7 @@
|
|
|
14719
14720
|
"name": "arrow",
|
|
14720
14721
|
"description": ""
|
|
14721
14722
|
}
|
|
14722
|
-
]
|
|
14723
|
-
"customElement": true
|
|
14723
|
+
]
|
|
14724
14724
|
}
|
|
14725
14725
|
],
|
|
14726
14726
|
"exports": [
|
|
@@ -14967,6 +14967,7 @@
|
|
|
14967
14967
|
"module": "/src/lib/core/base/base-component"
|
|
14968
14968
|
},
|
|
14969
14969
|
"tagName": "forge-scaffold",
|
|
14970
|
+
"customElement": true,
|
|
14970
14971
|
"summary": "A scaffold provides a generic layout structure for your content using common named areas.",
|
|
14971
14972
|
"cssClasses": [
|
|
14972
14973
|
{
|
|
@@ -14993,8 +14994,7 @@
|
|
|
14993
14994
|
"name": "forge-scaffold__footer",
|
|
14994
14995
|
"description": "The content to display in the \"footer\" area."
|
|
14995
14996
|
}
|
|
14996
|
-
]
|
|
14997
|
-
"customElement": true
|
|
14997
|
+
]
|
|
14998
14998
|
}
|
|
14999
14999
|
],
|
|
15000
15000
|
"exports": [
|
|
@@ -15156,6 +15156,7 @@
|
|
|
15156
15156
|
"module": "/src/lib/core/base/base-component"
|
|
15157
15157
|
},
|
|
15158
15158
|
"tagName": "forge-skeleton",
|
|
15159
|
+
"customElement": true,
|
|
15159
15160
|
"summary": "Skeleton is used to provide a placeholder for content that is loading.",
|
|
15160
15161
|
"cssClasses": [
|
|
15161
15162
|
{
|
|
@@ -15186,8 +15187,7 @@
|
|
|
15186
15187
|
"name": "forge-skeleton--form-field",
|
|
15187
15188
|
"description": "The form field skeleton element."
|
|
15188
15189
|
}
|
|
15189
|
-
]
|
|
15190
|
-
"customElement": true
|
|
15190
|
+
]
|
|
15191
15191
|
}
|
|
15192
15192
|
],
|
|
15193
15193
|
"exports": [
|
|
@@ -15493,6 +15493,7 @@
|
|
|
15493
15493
|
"module": "/src/lib/core"
|
|
15494
15494
|
},
|
|
15495
15495
|
"tagName": "forge-skip-link",
|
|
15496
|
+
"customElement": true,
|
|
15496
15497
|
"summary": "The Forge Skip Link component is used to provide a way for users to skip repetitive content and navigate directly to a section of the page.",
|
|
15497
15498
|
"dependencies": [
|
|
15498
15499
|
{
|
|
@@ -15503,8 +15504,7 @@
|
|
|
15503
15504
|
"name": "forge-state-layer",
|
|
15504
15505
|
"description": ""
|
|
15505
15506
|
}
|
|
15506
|
-
]
|
|
15507
|
-
"customElement": true
|
|
15507
|
+
]
|
|
15508
15508
|
}
|
|
15509
15509
|
],
|
|
15510
15510
|
"exports": [
|
|
@@ -16065,6 +16065,7 @@
|
|
|
16065
16065
|
"module": "/src/lib/core/base/base-form-component"
|
|
16066
16066
|
},
|
|
16067
16067
|
"tagName": "forge-slider",
|
|
16068
|
+
"customElement": true,
|
|
16068
16069
|
"summary": "Sliders allow users to make selections from a range of values.",
|
|
16069
16070
|
"dependencies": [
|
|
16070
16071
|
{
|
|
@@ -16075,8 +16076,7 @@
|
|
|
16075
16076
|
"name": "forge-state-layer",
|
|
16076
16077
|
"description": ""
|
|
16077
16078
|
}
|
|
16078
|
-
]
|
|
16079
|
-
"customElement": true
|
|
16079
|
+
]
|
|
16080
16080
|
}
|
|
16081
16081
|
],
|
|
16082
16082
|
"exports": [
|
|
@@ -16221,14 +16221,14 @@
|
|
|
16221
16221
|
"module": "/src/lib/core/base/base-component"
|
|
16222
16222
|
},
|
|
16223
16223
|
"tagName": "forge-split-button",
|
|
16224
|
+
"customElement": true,
|
|
16224
16225
|
"summary": "Split buttons are used for splitting an action into two parts.",
|
|
16225
16226
|
"dependencies": [
|
|
16226
16227
|
{
|
|
16227
16228
|
"name": "forge-button",
|
|
16228
16229
|
"description": ""
|
|
16229
16230
|
}
|
|
16230
|
-
]
|
|
16231
|
-
"customElement": true
|
|
16231
|
+
]
|
|
16232
16232
|
}
|
|
16233
16233
|
],
|
|
16234
16234
|
"exports": [
|
|
@@ -16413,6 +16413,7 @@
|
|
|
16413
16413
|
"module": "/src/lib/core/base/base-component"
|
|
16414
16414
|
},
|
|
16415
16415
|
"tagName": "forge-stack",
|
|
16416
|
+
"customElement": true,
|
|
16416
16417
|
"summary": "The stack is a utility component that helps manage spacing and alignment of immediate children along a vertical or horizontal axis.",
|
|
16417
16418
|
"cssClasses": [
|
|
16418
16419
|
{
|
|
@@ -16459,8 +16460,7 @@
|
|
|
16459
16460
|
"name": "forge-stack--justify-space-between",
|
|
16460
16461
|
"description": "Justifies the children with equal space between them."
|
|
16461
16462
|
}
|
|
16462
|
-
]
|
|
16463
|
-
"customElement": true
|
|
16463
|
+
]
|
|
16464
16464
|
}
|
|
16465
16465
|
],
|
|
16466
16466
|
"exports": [
|
|
@@ -16595,6 +16595,7 @@
|
|
|
16595
16595
|
"module": "/src/lib/core/base/base-component"
|
|
16596
16596
|
},
|
|
16597
16597
|
"tagName": "forge-state-layer",
|
|
16598
|
+
"customElement": true,
|
|
16598
16599
|
"summary": "State layers show the interaction status of an element.",
|
|
16599
16600
|
"cssClasses": [
|
|
16600
16601
|
{
|
|
@@ -16605,8 +16606,7 @@
|
|
|
16605
16606
|
"name": "forge-state-layer__target",
|
|
16606
16607
|
"description": "The target element container to render the state layer within."
|
|
16607
16608
|
}
|
|
16608
|
-
]
|
|
16609
|
-
"customElement": true
|
|
16609
|
+
]
|
|
16610
16610
|
}
|
|
16611
16611
|
],
|
|
16612
16612
|
"exports": [
|
|
@@ -17268,6 +17268,7 @@
|
|
|
17268
17268
|
"module": "/src/lib/core"
|
|
17269
17269
|
},
|
|
17270
17270
|
"tagName": "forge-switch",
|
|
17271
|
+
"customElement": true,
|
|
17271
17272
|
"summary": "Switches toggle the state of a single setting on or off.",
|
|
17272
17273
|
"cssClasses": [
|
|
17273
17274
|
{
|
|
@@ -17294,8 +17295,7 @@
|
|
|
17294
17295
|
"name": "forge-switch__icon--off",
|
|
17295
17296
|
"description": "Apply to the the icon representing the switch's \"off\" state. It will be hidden when the switch is on."
|
|
17296
17297
|
}
|
|
17297
|
-
]
|
|
17298
|
-
"customElement": true
|
|
17298
|
+
]
|
|
17299
17299
|
}
|
|
17300
17300
|
],
|
|
17301
17301
|
"exports": [
|
|
@@ -18101,6 +18101,13 @@
|
|
|
18101
18101
|
"description": "Dispatched when a column is resized.",
|
|
18102
18102
|
"name": "forge-table-column-resize"
|
|
18103
18103
|
},
|
|
18104
|
+
{
|
|
18105
|
+
"type": {
|
|
18106
|
+
"text": "CustomEvent<void>"
|
|
18107
|
+
},
|
|
18108
|
+
"description": "Dispatched before the table body is rendered.",
|
|
18109
|
+
"name": "forge-table-before-body-rendered"
|
|
18110
|
+
},
|
|
18104
18111
|
{
|
|
18105
18112
|
"type": {
|
|
18106
18113
|
"text": "CustomEvent<void>"
|
|
@@ -18257,6 +18264,7 @@
|
|
|
18257
18264
|
"module": "/src/lib/core/base/base-component"
|
|
18258
18265
|
},
|
|
18259
18266
|
"tagName": "forge-table",
|
|
18267
|
+
"customElement": true,
|
|
18260
18268
|
"dependencies": [
|
|
18261
18269
|
{
|
|
18262
18270
|
"name": "forge-expansion-panel",
|
|
@@ -18280,8 +18288,7 @@
|
|
|
18280
18288
|
"name": "forge-data-table",
|
|
18281
18289
|
"description": "The base table class."
|
|
18282
18290
|
}
|
|
18283
|
-
]
|
|
18284
|
-
"customElement": true
|
|
18291
|
+
]
|
|
18285
18292
|
}
|
|
18286
18293
|
],
|
|
18287
18294
|
"exports": [
|
|
@@ -18947,6 +18954,7 @@
|
|
|
18947
18954
|
"module": "/src/lib/field/base/base-field"
|
|
18948
18955
|
},
|
|
18949
18956
|
"tagName": "forge-text-field",
|
|
18957
|
+
"customElement": true,
|
|
18950
18958
|
"summary": "The Forge Text Field component wraps and styles an input or textarea element.",
|
|
18951
18959
|
"dependencies": [
|
|
18952
18960
|
{
|
|
@@ -18972,7 +18980,6 @@
|
|
|
18972
18980
|
"description": ""
|
|
18973
18981
|
}
|
|
18974
18982
|
],
|
|
18975
|
-
"customElement": true,
|
|
18976
18983
|
"cssProperties": [
|
|
18977
18984
|
{
|
|
18978
18985
|
"description": "The background of the field surface.",
|
|
@@ -20109,6 +20116,7 @@
|
|
|
20109
20116
|
"module": "/src/lib/core/base/base-component"
|
|
20110
20117
|
},
|
|
20111
20118
|
"tagName": "forge-toast",
|
|
20119
|
+
"customElement": true,
|
|
20112
20120
|
"summary": "Toasts are non-modal notifications that appear in response to user interactions.",
|
|
20113
20121
|
"dependencies": [
|
|
20114
20122
|
{
|
|
@@ -20141,8 +20149,7 @@
|
|
|
20141
20149
|
"name": "dismissible",
|
|
20142
20150
|
"description": ""
|
|
20143
20151
|
}
|
|
20144
|
-
]
|
|
20145
|
-
"customElement": true
|
|
20152
|
+
]
|
|
20146
20153
|
}
|
|
20147
20154
|
],
|
|
20148
20155
|
"exports": [
|
|
@@ -20342,6 +20349,7 @@
|
|
|
20342
20349
|
"module": "/src/lib/core/base/base-component"
|
|
20343
20350
|
},
|
|
20344
20351
|
"tagName": "forge-toolbar",
|
|
20352
|
+
"customElement": true,
|
|
20345
20353
|
"summary": "Toolbars allow you to place titles and actions within a container and align them to the start, center, or end of the toolbar.\nThis component is useful as headers and footers within pages, dialogs, sections... etc. to ensure consistent layout and alignment.",
|
|
20346
20354
|
"cssClasses": [
|
|
20347
20355
|
{
|
|
@@ -20372,8 +20380,7 @@
|
|
|
20372
20380
|
"name": "forge-toolbar__end",
|
|
20373
20381
|
"description": "Renders content in the end area within the toolbar."
|
|
20374
20382
|
}
|
|
20375
|
-
]
|
|
20376
|
-
"customElement": true
|
|
20383
|
+
]
|
|
20377
20384
|
}
|
|
20378
20385
|
],
|
|
20379
20386
|
"exports": [
|
|
@@ -20741,6 +20748,7 @@
|
|
|
20741
20748
|
"module": "/src/lib/core/base/base-component"
|
|
20742
20749
|
},
|
|
20743
20750
|
"tagName": "forge-tooltip",
|
|
20751
|
+
"customElement": true,
|
|
20744
20752
|
"summary": "Tooltips display information related to an element when the user hovers over an element.",
|
|
20745
20753
|
"dependencies": [
|
|
20746
20754
|
{
|
|
@@ -20781,8 +20789,7 @@
|
|
|
20781
20789
|
"name": "triggerType",
|
|
20782
20790
|
"description": ""
|
|
20783
20791
|
}
|
|
20784
|
-
]
|
|
20785
|
-
"customElement": true
|
|
20792
|
+
]
|
|
20786
20793
|
}
|
|
20787
20794
|
],
|
|
20788
20795
|
"exports": [
|
|
@@ -20915,13 +20922,13 @@
|
|
|
20915
20922
|
"module": "/src/lib/core/base/base-component"
|
|
20916
20923
|
},
|
|
20917
20924
|
"tagName": "forge-view-switcher",
|
|
20925
|
+
"customElement": true,
|
|
20918
20926
|
"dependencies": [
|
|
20919
20927
|
{
|
|
20920
20928
|
"name": "forge-view",
|
|
20921
20929
|
"description": ""
|
|
20922
20930
|
}
|
|
20923
|
-
]
|
|
20924
|
-
"customElement": true
|
|
20931
|
+
]
|
|
20925
20932
|
}
|
|
20926
20933
|
],
|
|
20927
20934
|
"exports": [
|
|
@@ -21147,6 +21154,7 @@
|
|
|
21147
21154
|
"module": "/src/lib/core/base/base-component"
|
|
21148
21155
|
},
|
|
21149
21156
|
"tagName": "forge-app-bar",
|
|
21157
|
+
"customElement": true,
|
|
21150
21158
|
"cssClasses": [
|
|
21151
21159
|
{
|
|
21152
21160
|
"name": "forge-app-bar",
|
|
@@ -21192,8 +21200,7 @@
|
|
|
21192
21200
|
"name": "forge-app-bar__section-end",
|
|
21193
21201
|
"description": "The end section of the app bar."
|
|
21194
21202
|
}
|
|
21195
|
-
]
|
|
21196
|
-
"customElement": true
|
|
21203
|
+
]
|
|
21197
21204
|
}
|
|
21198
21205
|
],
|
|
21199
21206
|
"exports": [
|
|
@@ -21519,6 +21526,274 @@
|
|
|
21519
21526
|
}
|
|
21520
21527
|
]
|
|
21521
21528
|
},
|
|
21529
|
+
{
|
|
21530
|
+
"kind": "javascript-module",
|
|
21531
|
+
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
21532
|
+
"declarations": [
|
|
21533
|
+
{
|
|
21534
|
+
"kind": "class",
|
|
21535
|
+
"description": "",
|
|
21536
|
+
"name": "AppBarProfileButtonComponent",
|
|
21537
|
+
"members": [
|
|
21538
|
+
{
|
|
21539
|
+
"kind": "field",
|
|
21540
|
+
"name": "fullName",
|
|
21541
|
+
"type": {
|
|
21542
|
+
"text": "string"
|
|
21543
|
+
},
|
|
21544
|
+
"privacy": "public",
|
|
21545
|
+
"description": "The full name."
|
|
21546
|
+
},
|
|
21547
|
+
{
|
|
21548
|
+
"kind": "field",
|
|
21549
|
+
"name": "email",
|
|
21550
|
+
"type": {
|
|
21551
|
+
"text": "string"
|
|
21552
|
+
},
|
|
21553
|
+
"privacy": "public",
|
|
21554
|
+
"description": "The email address."
|
|
21555
|
+
},
|
|
21556
|
+
{
|
|
21557
|
+
"kind": "field",
|
|
21558
|
+
"name": "avatarImageUrl",
|
|
21559
|
+
"type": {
|
|
21560
|
+
"text": "string"
|
|
21561
|
+
},
|
|
21562
|
+
"privacy": "public",
|
|
21563
|
+
"description": "The url of the avatar image to display."
|
|
21564
|
+
},
|
|
21565
|
+
{
|
|
21566
|
+
"kind": "field",
|
|
21567
|
+
"name": "avatarLetterCount",
|
|
21568
|
+
"type": {
|
|
21569
|
+
"text": "number"
|
|
21570
|
+
},
|
|
21571
|
+
"privacy": "public",
|
|
21572
|
+
"description": "The number of letters to display in the avatar.",
|
|
21573
|
+
"default": "2"
|
|
21574
|
+
},
|
|
21575
|
+
{
|
|
21576
|
+
"kind": "field",
|
|
21577
|
+
"name": "avatarText",
|
|
21578
|
+
"type": {
|
|
21579
|
+
"text": "string"
|
|
21580
|
+
},
|
|
21581
|
+
"privacy": "public",
|
|
21582
|
+
"description": "The text to display in the avatar."
|
|
21583
|
+
},
|
|
21584
|
+
{
|
|
21585
|
+
"kind": "field",
|
|
21586
|
+
"name": "avatarIcon",
|
|
21587
|
+
"type": {
|
|
21588
|
+
"text": "string"
|
|
21589
|
+
},
|
|
21590
|
+
"privacy": "public",
|
|
21591
|
+
"description": "The name of an alternative icon to display in the avatar."
|
|
21592
|
+
},
|
|
21593
|
+
{
|
|
21594
|
+
"kind": "field",
|
|
21595
|
+
"name": "signOutButton",
|
|
21596
|
+
"type": {
|
|
21597
|
+
"text": "boolean"
|
|
21598
|
+
},
|
|
21599
|
+
"privacy": "public",
|
|
21600
|
+
"description": "Whether to display the sign out button or not. Defaults to `true`.",
|
|
21601
|
+
"default": "true"
|
|
21602
|
+
},
|
|
21603
|
+
{
|
|
21604
|
+
"kind": "field",
|
|
21605
|
+
"name": "profileButton",
|
|
21606
|
+
"type": {
|
|
21607
|
+
"text": "boolean"
|
|
21608
|
+
},
|
|
21609
|
+
"privacy": "public",
|
|
21610
|
+
"description": "Whether to display the profile button or not.",
|
|
21611
|
+
"default": "false"
|
|
21612
|
+
},
|
|
21613
|
+
{
|
|
21614
|
+
"kind": "field",
|
|
21615
|
+
"name": "signOutButtonText",
|
|
21616
|
+
"type": {
|
|
21617
|
+
"text": "string"
|
|
21618
|
+
},
|
|
21619
|
+
"privacy": "public",
|
|
21620
|
+
"description": "The text to display in the sign out button.",
|
|
21621
|
+
"default": "\"Sign out\""
|
|
21622
|
+
},
|
|
21623
|
+
{
|
|
21624
|
+
"kind": "field",
|
|
21625
|
+
"name": "profileButtonText",
|
|
21626
|
+
"type": {
|
|
21627
|
+
"text": "string"
|
|
21628
|
+
},
|
|
21629
|
+
"privacy": "public",
|
|
21630
|
+
"description": "The text to display in the profile button.",
|
|
21631
|
+
"default": "\"Profile\""
|
|
21632
|
+
},
|
|
21633
|
+
{
|
|
21634
|
+
"kind": "field",
|
|
21635
|
+
"name": "open",
|
|
21636
|
+
"type": {
|
|
21637
|
+
"text": "boolean"
|
|
21638
|
+
},
|
|
21639
|
+
"privacy": "public",
|
|
21640
|
+
"description": "Whether the profile card is open or not.",
|
|
21641
|
+
"default": "false"
|
|
21642
|
+
},
|
|
21643
|
+
{
|
|
21644
|
+
"kind": "field",
|
|
21645
|
+
"name": "popupElement",
|
|
21646
|
+
"type": {
|
|
21647
|
+
"text": "IPopoverComponent | undefined"
|
|
21648
|
+
},
|
|
21649
|
+
"privacy": "public",
|
|
21650
|
+
"readonly": true,
|
|
21651
|
+
"description": "The popup element when open."
|
|
21652
|
+
},
|
|
21653
|
+
{
|
|
21654
|
+
"kind": "field",
|
|
21655
|
+
"name": "profileCardBuilder",
|
|
21656
|
+
"type": {
|
|
21657
|
+
"text": "AppBarProfileButtonProfileCardBuilder"
|
|
21658
|
+
},
|
|
21659
|
+
"privacy": "public",
|
|
21660
|
+
"description": "Sets the profile card builder callback that will be used to add extra content to the profile card."
|
|
21661
|
+
}
|
|
21662
|
+
],
|
|
21663
|
+
"events": [
|
|
21664
|
+
{
|
|
21665
|
+
"type": {
|
|
21666
|
+
"text": "CustomEvent<void>"
|
|
21667
|
+
},
|
|
21668
|
+
"description": "Fires when the sign out button is clicked.",
|
|
21669
|
+
"name": "forge-profile-card-sign-out"
|
|
21670
|
+
},
|
|
21671
|
+
{
|
|
21672
|
+
"type": {
|
|
21673
|
+
"text": "CustomEvent<void>"
|
|
21674
|
+
},
|
|
21675
|
+
"description": "Fires when the profile button is clicked.",
|
|
21676
|
+
"name": "forge-profile-card-profile"
|
|
21677
|
+
}
|
|
21678
|
+
],
|
|
21679
|
+
"attributes": [
|
|
21680
|
+
{
|
|
21681
|
+
"type": {
|
|
21682
|
+
"text": "string"
|
|
21683
|
+
},
|
|
21684
|
+
"description": "The url of the avatar image to display.",
|
|
21685
|
+
"name": "avatar-image-url"
|
|
21686
|
+
},
|
|
21687
|
+
{
|
|
21688
|
+
"type": {
|
|
21689
|
+
"text": "number"
|
|
21690
|
+
},
|
|
21691
|
+
"description": "The number of letters to display in the avatar.",
|
|
21692
|
+
"name": "avatar-letter-count",
|
|
21693
|
+
"default": "2"
|
|
21694
|
+
},
|
|
21695
|
+
{
|
|
21696
|
+
"type": {
|
|
21697
|
+
"text": "string"
|
|
21698
|
+
},
|
|
21699
|
+
"description": "The text to display in the avatar.",
|
|
21700
|
+
"name": "avatar-text"
|
|
21701
|
+
},
|
|
21702
|
+
{
|
|
21703
|
+
"type": {
|
|
21704
|
+
"text": "string"
|
|
21705
|
+
},
|
|
21706
|
+
"description": "The name of an alternative icon to display in the avatar.",
|
|
21707
|
+
"name": "avatar-icon"
|
|
21708
|
+
},
|
|
21709
|
+
{
|
|
21710
|
+
"type": {
|
|
21711
|
+
"text": "string"
|
|
21712
|
+
},
|
|
21713
|
+
"description": "The full name.",
|
|
21714
|
+
"name": "full-name"
|
|
21715
|
+
},
|
|
21716
|
+
{
|
|
21717
|
+
"type": {
|
|
21718
|
+
"text": "string"
|
|
21719
|
+
},
|
|
21720
|
+
"description": "The email address.",
|
|
21721
|
+
"name": "email"
|
|
21722
|
+
},
|
|
21723
|
+
{
|
|
21724
|
+
"type": {
|
|
21725
|
+
"text": "boolean"
|
|
21726
|
+
},
|
|
21727
|
+
"description": "Whether to display the sign out button or not. Defaults to `true`.",
|
|
21728
|
+
"name": "sign-out-button",
|
|
21729
|
+
"default": "true"
|
|
21730
|
+
},
|
|
21731
|
+
{
|
|
21732
|
+
"type": {
|
|
21733
|
+
"text": "boolean"
|
|
21734
|
+
},
|
|
21735
|
+
"description": "Whether to display the profile button or not.",
|
|
21736
|
+
"name": "profile-button",
|
|
21737
|
+
"default": "false"
|
|
21738
|
+
},
|
|
21739
|
+
{
|
|
21740
|
+
"type": {
|
|
21741
|
+
"text": "string"
|
|
21742
|
+
},
|
|
21743
|
+
"description": "The text to display in the sign out button.",
|
|
21744
|
+
"name": "sign-out-button-text",
|
|
21745
|
+
"default": "\"Sign Out\""
|
|
21746
|
+
},
|
|
21747
|
+
{
|
|
21748
|
+
"type": {
|
|
21749
|
+
"text": "string"
|
|
21750
|
+
},
|
|
21751
|
+
"description": "The text to display in the profile button.",
|
|
21752
|
+
"name": "profile-button-text",
|
|
21753
|
+
"default": "\"Profile\""
|
|
21754
|
+
},
|
|
21755
|
+
{
|
|
21756
|
+
"type": {
|
|
21757
|
+
"text": "boolean"
|
|
21758
|
+
},
|
|
21759
|
+
"description": "Whether the profile card is open or not.",
|
|
21760
|
+
"name": "open",
|
|
21761
|
+
"default": "false"
|
|
21762
|
+
},
|
|
21763
|
+
{
|
|
21764
|
+
"type": {
|
|
21765
|
+
"text": "string"
|
|
21766
|
+
},
|
|
21767
|
+
"description": "The aria-label to apply to the button.",
|
|
21768
|
+
"name": "aria-label"
|
|
21769
|
+
},
|
|
21770
|
+
{
|
|
21771
|
+
"type": {
|
|
21772
|
+
"text": "string"
|
|
21773
|
+
},
|
|
21774
|
+
"description": "The id of an element to use as the aria-labelledby attribute.",
|
|
21775
|
+
"name": "aria-labelledby"
|
|
21776
|
+
}
|
|
21777
|
+
],
|
|
21778
|
+
"superclass": {
|
|
21779
|
+
"name": "BaseComponent",
|
|
21780
|
+
"module": "/src/lib/core/base/base-component"
|
|
21781
|
+
},
|
|
21782
|
+
"tagName": "forge-app-bar-profile-button",
|
|
21783
|
+
"customElement": true
|
|
21784
|
+
}
|
|
21785
|
+
],
|
|
21786
|
+
"exports": [
|
|
21787
|
+
{
|
|
21788
|
+
"kind": "js",
|
|
21789
|
+
"name": "AppBarProfileButtonComponent",
|
|
21790
|
+
"declaration": {
|
|
21791
|
+
"name": "AppBarProfileButtonComponent",
|
|
21792
|
+
"module": "src/lib/app-bar/profile-button/app-bar-profile-button.ts"
|
|
21793
|
+
}
|
|
21794
|
+
}
|
|
21795
|
+
]
|
|
21796
|
+
},
|
|
21522
21797
|
{
|
|
21523
21798
|
"kind": "javascript-module",
|
|
21524
21799
|
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
@@ -21699,274 +21974,6 @@
|
|
|
21699
21974
|
}
|
|
21700
21975
|
]
|
|
21701
21976
|
},
|
|
21702
|
-
{
|
|
21703
|
-
"kind": "javascript-module",
|
|
21704
|
-
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
21705
|
-
"declarations": [
|
|
21706
|
-
{
|
|
21707
|
-
"kind": "class",
|
|
21708
|
-
"description": "",
|
|
21709
|
-
"name": "AppBarProfileButtonComponent",
|
|
21710
|
-
"members": [
|
|
21711
|
-
{
|
|
21712
|
-
"kind": "field",
|
|
21713
|
-
"name": "fullName",
|
|
21714
|
-
"type": {
|
|
21715
|
-
"text": "string"
|
|
21716
|
-
},
|
|
21717
|
-
"privacy": "public",
|
|
21718
|
-
"description": "The full name."
|
|
21719
|
-
},
|
|
21720
|
-
{
|
|
21721
|
-
"kind": "field",
|
|
21722
|
-
"name": "email",
|
|
21723
|
-
"type": {
|
|
21724
|
-
"text": "string"
|
|
21725
|
-
},
|
|
21726
|
-
"privacy": "public",
|
|
21727
|
-
"description": "The email address."
|
|
21728
|
-
},
|
|
21729
|
-
{
|
|
21730
|
-
"kind": "field",
|
|
21731
|
-
"name": "avatarImageUrl",
|
|
21732
|
-
"type": {
|
|
21733
|
-
"text": "string"
|
|
21734
|
-
},
|
|
21735
|
-
"privacy": "public",
|
|
21736
|
-
"description": "The url of the avatar image to display."
|
|
21737
|
-
},
|
|
21738
|
-
{
|
|
21739
|
-
"kind": "field",
|
|
21740
|
-
"name": "avatarLetterCount",
|
|
21741
|
-
"type": {
|
|
21742
|
-
"text": "number"
|
|
21743
|
-
},
|
|
21744
|
-
"privacy": "public",
|
|
21745
|
-
"description": "The number of letters to display in the avatar.",
|
|
21746
|
-
"default": "2"
|
|
21747
|
-
},
|
|
21748
|
-
{
|
|
21749
|
-
"kind": "field",
|
|
21750
|
-
"name": "avatarText",
|
|
21751
|
-
"type": {
|
|
21752
|
-
"text": "string"
|
|
21753
|
-
},
|
|
21754
|
-
"privacy": "public",
|
|
21755
|
-
"description": "The text to display in the avatar."
|
|
21756
|
-
},
|
|
21757
|
-
{
|
|
21758
|
-
"kind": "field",
|
|
21759
|
-
"name": "avatarIcon",
|
|
21760
|
-
"type": {
|
|
21761
|
-
"text": "string"
|
|
21762
|
-
},
|
|
21763
|
-
"privacy": "public",
|
|
21764
|
-
"description": "The name of an alternative icon to display in the avatar."
|
|
21765
|
-
},
|
|
21766
|
-
{
|
|
21767
|
-
"kind": "field",
|
|
21768
|
-
"name": "signOutButton",
|
|
21769
|
-
"type": {
|
|
21770
|
-
"text": "boolean"
|
|
21771
|
-
},
|
|
21772
|
-
"privacy": "public",
|
|
21773
|
-
"description": "Whether to display the sign out button or not. Defaults to `true`.",
|
|
21774
|
-
"default": "true"
|
|
21775
|
-
},
|
|
21776
|
-
{
|
|
21777
|
-
"kind": "field",
|
|
21778
|
-
"name": "profileButton",
|
|
21779
|
-
"type": {
|
|
21780
|
-
"text": "boolean"
|
|
21781
|
-
},
|
|
21782
|
-
"privacy": "public",
|
|
21783
|
-
"description": "Whether to display the profile button or not.",
|
|
21784
|
-
"default": "false"
|
|
21785
|
-
},
|
|
21786
|
-
{
|
|
21787
|
-
"kind": "field",
|
|
21788
|
-
"name": "signOutButtonText",
|
|
21789
|
-
"type": {
|
|
21790
|
-
"text": "string"
|
|
21791
|
-
},
|
|
21792
|
-
"privacy": "public",
|
|
21793
|
-
"description": "The text to display in the sign out button.",
|
|
21794
|
-
"default": "\"Sign out\""
|
|
21795
|
-
},
|
|
21796
|
-
{
|
|
21797
|
-
"kind": "field",
|
|
21798
|
-
"name": "profileButtonText",
|
|
21799
|
-
"type": {
|
|
21800
|
-
"text": "string"
|
|
21801
|
-
},
|
|
21802
|
-
"privacy": "public",
|
|
21803
|
-
"description": "The text to display in the profile button.",
|
|
21804
|
-
"default": "\"Profile\""
|
|
21805
|
-
},
|
|
21806
|
-
{
|
|
21807
|
-
"kind": "field",
|
|
21808
|
-
"name": "open",
|
|
21809
|
-
"type": {
|
|
21810
|
-
"text": "boolean"
|
|
21811
|
-
},
|
|
21812
|
-
"privacy": "public",
|
|
21813
|
-
"description": "Whether the profile card is open or not.",
|
|
21814
|
-
"default": "false"
|
|
21815
|
-
},
|
|
21816
|
-
{
|
|
21817
|
-
"kind": "field",
|
|
21818
|
-
"name": "popupElement",
|
|
21819
|
-
"type": {
|
|
21820
|
-
"text": "IPopoverComponent | undefined"
|
|
21821
|
-
},
|
|
21822
|
-
"privacy": "public",
|
|
21823
|
-
"readonly": true,
|
|
21824
|
-
"description": "The popup element when open."
|
|
21825
|
-
},
|
|
21826
|
-
{
|
|
21827
|
-
"kind": "field",
|
|
21828
|
-
"name": "profileCardBuilder",
|
|
21829
|
-
"type": {
|
|
21830
|
-
"text": "AppBarProfileButtonProfileCardBuilder"
|
|
21831
|
-
},
|
|
21832
|
-
"privacy": "public",
|
|
21833
|
-
"description": "Sets the profile card builder callback that will be used to add extra content to the profile card."
|
|
21834
|
-
}
|
|
21835
|
-
],
|
|
21836
|
-
"events": [
|
|
21837
|
-
{
|
|
21838
|
-
"type": {
|
|
21839
|
-
"text": "CustomEvent<void>"
|
|
21840
|
-
},
|
|
21841
|
-
"description": "Fires when the sign out button is clicked.",
|
|
21842
|
-
"name": "forge-profile-card-sign-out"
|
|
21843
|
-
},
|
|
21844
|
-
{
|
|
21845
|
-
"type": {
|
|
21846
|
-
"text": "CustomEvent<void>"
|
|
21847
|
-
},
|
|
21848
|
-
"description": "Fires when the profile button is clicked.",
|
|
21849
|
-
"name": "forge-profile-card-profile"
|
|
21850
|
-
}
|
|
21851
|
-
],
|
|
21852
|
-
"attributes": [
|
|
21853
|
-
{
|
|
21854
|
-
"type": {
|
|
21855
|
-
"text": "string"
|
|
21856
|
-
},
|
|
21857
|
-
"description": "The url of the avatar image to display.",
|
|
21858
|
-
"name": "avatar-image-url"
|
|
21859
|
-
},
|
|
21860
|
-
{
|
|
21861
|
-
"type": {
|
|
21862
|
-
"text": "number"
|
|
21863
|
-
},
|
|
21864
|
-
"description": "The number of letters to display in the avatar.",
|
|
21865
|
-
"name": "avatar-letter-count",
|
|
21866
|
-
"default": "2"
|
|
21867
|
-
},
|
|
21868
|
-
{
|
|
21869
|
-
"type": {
|
|
21870
|
-
"text": "string"
|
|
21871
|
-
},
|
|
21872
|
-
"description": "The text to display in the avatar.",
|
|
21873
|
-
"name": "avatar-text"
|
|
21874
|
-
},
|
|
21875
|
-
{
|
|
21876
|
-
"type": {
|
|
21877
|
-
"text": "string"
|
|
21878
|
-
},
|
|
21879
|
-
"description": "The name of an alternative icon to display in the avatar.",
|
|
21880
|
-
"name": "avatar-icon"
|
|
21881
|
-
},
|
|
21882
|
-
{
|
|
21883
|
-
"type": {
|
|
21884
|
-
"text": "string"
|
|
21885
|
-
},
|
|
21886
|
-
"description": "The full name.",
|
|
21887
|
-
"name": "full-name"
|
|
21888
|
-
},
|
|
21889
|
-
{
|
|
21890
|
-
"type": {
|
|
21891
|
-
"text": "string"
|
|
21892
|
-
},
|
|
21893
|
-
"description": "The email address.",
|
|
21894
|
-
"name": "email"
|
|
21895
|
-
},
|
|
21896
|
-
{
|
|
21897
|
-
"type": {
|
|
21898
|
-
"text": "boolean"
|
|
21899
|
-
},
|
|
21900
|
-
"description": "Whether to display the sign out button or not. Defaults to `true`.",
|
|
21901
|
-
"name": "sign-out-button",
|
|
21902
|
-
"default": "true"
|
|
21903
|
-
},
|
|
21904
|
-
{
|
|
21905
|
-
"type": {
|
|
21906
|
-
"text": "boolean"
|
|
21907
|
-
},
|
|
21908
|
-
"description": "Whether to display the profile button or not.",
|
|
21909
|
-
"name": "profile-button",
|
|
21910
|
-
"default": "false"
|
|
21911
|
-
},
|
|
21912
|
-
{
|
|
21913
|
-
"type": {
|
|
21914
|
-
"text": "string"
|
|
21915
|
-
},
|
|
21916
|
-
"description": "The text to display in the sign out button.",
|
|
21917
|
-
"name": "sign-out-button-text",
|
|
21918
|
-
"default": "\"Sign Out\""
|
|
21919
|
-
},
|
|
21920
|
-
{
|
|
21921
|
-
"type": {
|
|
21922
|
-
"text": "string"
|
|
21923
|
-
},
|
|
21924
|
-
"description": "The text to display in the profile button.",
|
|
21925
|
-
"name": "profile-button-text",
|
|
21926
|
-
"default": "\"Profile\""
|
|
21927
|
-
},
|
|
21928
|
-
{
|
|
21929
|
-
"type": {
|
|
21930
|
-
"text": "boolean"
|
|
21931
|
-
},
|
|
21932
|
-
"description": "Whether the profile card is open or not.",
|
|
21933
|
-
"name": "open",
|
|
21934
|
-
"default": "false"
|
|
21935
|
-
},
|
|
21936
|
-
{
|
|
21937
|
-
"type": {
|
|
21938
|
-
"text": "string"
|
|
21939
|
-
},
|
|
21940
|
-
"description": "The aria-label to apply to the button.",
|
|
21941
|
-
"name": "aria-label"
|
|
21942
|
-
},
|
|
21943
|
-
{
|
|
21944
|
-
"type": {
|
|
21945
|
-
"text": "string"
|
|
21946
|
-
},
|
|
21947
|
-
"description": "The id of an element to use as the aria-labelledby attribute.",
|
|
21948
|
-
"name": "aria-labelledby"
|
|
21949
|
-
}
|
|
21950
|
-
],
|
|
21951
|
-
"superclass": {
|
|
21952
|
-
"name": "BaseComponent",
|
|
21953
|
-
"module": "/src/lib/core/base/base-component"
|
|
21954
|
-
},
|
|
21955
|
-
"tagName": "forge-app-bar-profile-button",
|
|
21956
|
-
"customElement": true
|
|
21957
|
-
}
|
|
21958
|
-
],
|
|
21959
|
-
"exports": [
|
|
21960
|
-
{
|
|
21961
|
-
"kind": "js",
|
|
21962
|
-
"name": "AppBarProfileButtonComponent",
|
|
21963
|
-
"declaration": {
|
|
21964
|
-
"name": "AppBarProfileButtonComponent",
|
|
21965
|
-
"module": "src/lib/app-bar/profile-button/app-bar-profile-button.ts"
|
|
21966
|
-
}
|
|
21967
|
-
}
|
|
21968
|
-
]
|
|
21969
|
-
},
|
|
21970
21977
|
{
|
|
21971
21978
|
"kind": "javascript-module",
|
|
21972
21979
|
"path": "src/lib/button/base/base-button.ts",
|
|
@@ -23583,6 +23590,7 @@
|
|
|
23583
23590
|
"module": "/src/lib/core"
|
|
23584
23591
|
},
|
|
23585
23592
|
"tagName": "forge-chip",
|
|
23593
|
+
"customElement": true,
|
|
23586
23594
|
"cssClasses": [
|
|
23587
23595
|
{
|
|
23588
23596
|
"name": "forge-chip",
|
|
@@ -23604,8 +23612,7 @@
|
|
|
23604
23612
|
"name": "forge-chip--dense",
|
|
23605
23613
|
"description": "Uses a smaller font size and height."
|
|
23606
23614
|
}
|
|
23607
|
-
]
|
|
23608
|
-
"customElement": true
|
|
23615
|
+
]
|
|
23609
23616
|
}
|
|
23610
23617
|
],
|
|
23611
23618
|
"exports": [
|
|
@@ -23854,6 +23861,7 @@
|
|
|
23854
23861
|
"module": "/src/lib/core/base/base-component"
|
|
23855
23862
|
},
|
|
23856
23863
|
"tagName": "forge-chip-set",
|
|
23864
|
+
"customElement": true,
|
|
23857
23865
|
"summary": "Chips sets are used to group multiple chips together and orchestrate their behavior.",
|
|
23858
23866
|
"cssFilePath": {
|
|
23859
23867
|
"name": "chips/forge-chips.css",
|
|
@@ -23868,8 +23876,7 @@
|
|
|
23868
23876
|
"name": "forge-chip-set--vertical",
|
|
23869
23877
|
"description": "Renders the chips vertically."
|
|
23870
23878
|
}
|
|
23871
|
-
]
|
|
23872
|
-
"customElement": true
|
|
23879
|
+
]
|
|
23873
23880
|
}
|
|
23874
23881
|
],
|
|
23875
23882
|
"exports": [
|
|
@@ -23883,426 +23890,6 @@
|
|
|
23883
23890
|
}
|
|
23884
23891
|
]
|
|
23885
23892
|
},
|
|
23886
|
-
{
|
|
23887
|
-
"kind": "javascript-module",
|
|
23888
|
-
"path": "src/lib/data-table/body/body.ts",
|
|
23889
|
-
"declarations": [
|
|
23890
|
-
{
|
|
23891
|
-
"kind": "variable",
|
|
23892
|
-
"name": "DATA_TABLE_BODY_TAG_NAME",
|
|
23893
|
-
"default": "'forge-data-table-body'"
|
|
23894
|
-
},
|
|
23895
|
-
{
|
|
23896
|
-
"kind": "class",
|
|
23897
|
-
"description": "",
|
|
23898
|
-
"name": "DataTableBodyComponent",
|
|
23899
|
-
"cssParts": [
|
|
23900
|
-
{
|
|
23901
|
-
"description": "The root container element.",
|
|
23902
|
-
"name": "root"
|
|
23903
|
-
}
|
|
23904
|
-
],
|
|
23905
|
-
"slots": [
|
|
23906
|
-
{
|
|
23907
|
-
"description": "The default slot for body content.",
|
|
23908
|
-
"name": ""
|
|
23909
|
-
}
|
|
23910
|
-
],
|
|
23911
|
-
"members": [],
|
|
23912
|
-
"superclass": {
|
|
23913
|
-
"name": "BaseLitElement",
|
|
23914
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
23915
|
-
},
|
|
23916
|
-
"tagName": "forge-data-table-body",
|
|
23917
|
-
"summary": "Represents the body section of a data table.",
|
|
23918
|
-
"cssClasses": [
|
|
23919
|
-
{
|
|
23920
|
-
"name": "forge-data-table-body",
|
|
23921
|
-
"description": "The data table body class _(required)_."
|
|
23922
|
-
}
|
|
23923
|
-
],
|
|
23924
|
-
"customElement": true
|
|
23925
|
-
}
|
|
23926
|
-
],
|
|
23927
|
-
"exports": [
|
|
23928
|
-
{
|
|
23929
|
-
"kind": "js",
|
|
23930
|
-
"name": "DATA_TABLE_BODY_TAG_NAME",
|
|
23931
|
-
"declaration": {
|
|
23932
|
-
"name": "DATA_TABLE_BODY_TAG_NAME",
|
|
23933
|
-
"module": "src/lib/data-table/body/body.ts"
|
|
23934
|
-
}
|
|
23935
|
-
},
|
|
23936
|
-
{
|
|
23937
|
-
"kind": "js",
|
|
23938
|
-
"name": "DataTableBodyComponent",
|
|
23939
|
-
"declaration": {
|
|
23940
|
-
"name": "DataTableBodyComponent",
|
|
23941
|
-
"module": "src/lib/data-table/body/body.ts"
|
|
23942
|
-
}
|
|
23943
|
-
}
|
|
23944
|
-
]
|
|
23945
|
-
},
|
|
23946
|
-
{
|
|
23947
|
-
"kind": "javascript-module",
|
|
23948
|
-
"path": "src/lib/data-table/cell/cell.ts",
|
|
23949
|
-
"declarations": [
|
|
23950
|
-
{
|
|
23951
|
-
"kind": "variable",
|
|
23952
|
-
"name": "DATA_TABLE_CELL_TAG_NAME",
|
|
23953
|
-
"default": "'forge-data-table-cell'"
|
|
23954
|
-
},
|
|
23955
|
-
{
|
|
23956
|
-
"kind": "class",
|
|
23957
|
-
"description": "",
|
|
23958
|
-
"name": "DataTableCellComponent",
|
|
23959
|
-
"cssParts": [
|
|
23960
|
-
{
|
|
23961
|
-
"description": "The root container element.",
|
|
23962
|
-
"name": "root"
|
|
23963
|
-
}
|
|
23964
|
-
],
|
|
23965
|
-
"slots": [
|
|
23966
|
-
{
|
|
23967
|
-
"description": "The default slot for cell content.",
|
|
23968
|
-
"name": ""
|
|
23969
|
-
}
|
|
23970
|
-
],
|
|
23971
|
-
"members": [],
|
|
23972
|
-
"superclass": {
|
|
23973
|
-
"name": "BaseLitElement",
|
|
23974
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
23975
|
-
},
|
|
23976
|
-
"tagName": "forge-data-table-cell",
|
|
23977
|
-
"summary": "Represents a cell in a data table.",
|
|
23978
|
-
"cssClasses": [
|
|
23979
|
-
{
|
|
23980
|
-
"name": "forge-data-table-cell",
|
|
23981
|
-
"description": "The data table cell class _(required)_."
|
|
23982
|
-
}
|
|
23983
|
-
],
|
|
23984
|
-
"customElement": true
|
|
23985
|
-
}
|
|
23986
|
-
],
|
|
23987
|
-
"exports": [
|
|
23988
|
-
{
|
|
23989
|
-
"kind": "js",
|
|
23990
|
-
"name": "DATA_TABLE_CELL_TAG_NAME",
|
|
23991
|
-
"declaration": {
|
|
23992
|
-
"name": "DATA_TABLE_CELL_TAG_NAME",
|
|
23993
|
-
"module": "src/lib/data-table/cell/cell.ts"
|
|
23994
|
-
}
|
|
23995
|
-
},
|
|
23996
|
-
{
|
|
23997
|
-
"kind": "js",
|
|
23998
|
-
"name": "DataTableCellComponent",
|
|
23999
|
-
"declaration": {
|
|
24000
|
-
"name": "DataTableCellComponent",
|
|
24001
|
-
"module": "src/lib/data-table/cell/cell.ts"
|
|
24002
|
-
}
|
|
24003
|
-
}
|
|
24004
|
-
]
|
|
24005
|
-
},
|
|
24006
|
-
{
|
|
24007
|
-
"kind": "javascript-module",
|
|
24008
|
-
"path": "src/lib/data-table/column/column.ts",
|
|
24009
|
-
"declarations": [
|
|
24010
|
-
{
|
|
24011
|
-
"kind": "variable",
|
|
24012
|
-
"name": "DATA_TABLE_COLUMN_TAG_NAME",
|
|
24013
|
-
"default": "'forge-data-table-column'"
|
|
24014
|
-
},
|
|
24015
|
-
{
|
|
24016
|
-
"kind": "class",
|
|
24017
|
-
"description": "",
|
|
24018
|
-
"name": "DataTableColumnComponent",
|
|
24019
|
-
"cssParts": [
|
|
24020
|
-
{
|
|
24021
|
-
"description": "The root container element.",
|
|
24022
|
-
"name": "root"
|
|
24023
|
-
}
|
|
24024
|
-
],
|
|
24025
|
-
"slots": [
|
|
24026
|
-
{
|
|
24027
|
-
"description": "The default slot for column content.",
|
|
24028
|
-
"name": ""
|
|
24029
|
-
}
|
|
24030
|
-
],
|
|
24031
|
-
"members": [],
|
|
24032
|
-
"superclass": {
|
|
24033
|
-
"name": "BaseLitElement",
|
|
24034
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
24035
|
-
},
|
|
24036
|
-
"tagName": "forge-data-table-column",
|
|
24037
|
-
"summary": "Represents a column in a data table.",
|
|
24038
|
-
"cssClasses": [
|
|
24039
|
-
{
|
|
24040
|
-
"name": "forge-data-table-column",
|
|
24041
|
-
"description": "The data table column class _(required)_."
|
|
24042
|
-
}
|
|
24043
|
-
],
|
|
24044
|
-
"customElement": true
|
|
24045
|
-
}
|
|
24046
|
-
],
|
|
24047
|
-
"exports": [
|
|
24048
|
-
{
|
|
24049
|
-
"kind": "js",
|
|
24050
|
-
"name": "DATA_TABLE_COLUMN_TAG_NAME",
|
|
24051
|
-
"declaration": {
|
|
24052
|
-
"name": "DATA_TABLE_COLUMN_TAG_NAME",
|
|
24053
|
-
"module": "src/lib/data-table/column/column.ts"
|
|
24054
|
-
}
|
|
24055
|
-
},
|
|
24056
|
-
{
|
|
24057
|
-
"kind": "js",
|
|
24058
|
-
"name": "DataTableColumnComponent",
|
|
24059
|
-
"declaration": {
|
|
24060
|
-
"name": "DataTableColumnComponent",
|
|
24061
|
-
"module": "src/lib/data-table/column/column.ts"
|
|
24062
|
-
}
|
|
24063
|
-
}
|
|
24064
|
-
]
|
|
24065
|
-
},
|
|
24066
|
-
{
|
|
24067
|
-
"kind": "javascript-module",
|
|
24068
|
-
"path": "src/lib/data-table/footer/footer.ts",
|
|
24069
|
-
"declarations": [
|
|
24070
|
-
{
|
|
24071
|
-
"kind": "variable",
|
|
24072
|
-
"name": "DATA_TABLE_FOOTER_TAG_NAME",
|
|
24073
|
-
"default": "'forge-data-table-footer'"
|
|
24074
|
-
},
|
|
24075
|
-
{
|
|
24076
|
-
"kind": "class",
|
|
24077
|
-
"description": "",
|
|
24078
|
-
"name": "DataTableFooterComponent",
|
|
24079
|
-
"cssParts": [
|
|
24080
|
-
{
|
|
24081
|
-
"description": "The root container element.",
|
|
24082
|
-
"name": "root"
|
|
24083
|
-
}
|
|
24084
|
-
],
|
|
24085
|
-
"slots": [
|
|
24086
|
-
{
|
|
24087
|
-
"description": "The default slot for footer content.",
|
|
24088
|
-
"name": ""
|
|
24089
|
-
}
|
|
24090
|
-
],
|
|
24091
|
-
"members": [],
|
|
24092
|
-
"superclass": {
|
|
24093
|
-
"name": "BaseLitElement",
|
|
24094
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
24095
|
-
},
|
|
24096
|
-
"tagName": "forge-data-table-footer",
|
|
24097
|
-
"summary": "Represents the footer section of a data table.",
|
|
24098
|
-
"cssClasses": [
|
|
24099
|
-
{
|
|
24100
|
-
"name": "forge-data-table-footer",
|
|
24101
|
-
"description": "The data table footer class _(required)_."
|
|
24102
|
-
}
|
|
24103
|
-
],
|
|
24104
|
-
"customElement": true
|
|
24105
|
-
}
|
|
24106
|
-
],
|
|
24107
|
-
"exports": [
|
|
24108
|
-
{
|
|
24109
|
-
"kind": "js",
|
|
24110
|
-
"name": "DATA_TABLE_FOOTER_TAG_NAME",
|
|
24111
|
-
"declaration": {
|
|
24112
|
-
"name": "DATA_TABLE_FOOTER_TAG_NAME",
|
|
24113
|
-
"module": "src/lib/data-table/footer/footer.ts"
|
|
24114
|
-
}
|
|
24115
|
-
},
|
|
24116
|
-
{
|
|
24117
|
-
"kind": "js",
|
|
24118
|
-
"name": "DataTableFooterComponent",
|
|
24119
|
-
"declaration": {
|
|
24120
|
-
"name": "DataTableFooterComponent",
|
|
24121
|
-
"module": "src/lib/data-table/footer/footer.ts"
|
|
24122
|
-
}
|
|
24123
|
-
}
|
|
24124
|
-
]
|
|
24125
|
-
},
|
|
24126
|
-
{
|
|
24127
|
-
"kind": "javascript-module",
|
|
24128
|
-
"path": "src/lib/data-table/head/head.ts",
|
|
24129
|
-
"declarations": [
|
|
24130
|
-
{
|
|
24131
|
-
"kind": "variable",
|
|
24132
|
-
"name": "DATA_TABLE_HEAD_TAG_NAME",
|
|
24133
|
-
"default": "'forge-data-table-head'"
|
|
24134
|
-
},
|
|
24135
|
-
{
|
|
24136
|
-
"kind": "class",
|
|
24137
|
-
"description": "",
|
|
24138
|
-
"name": "DataTableHeadComponent",
|
|
24139
|
-
"cssParts": [
|
|
24140
|
-
{
|
|
24141
|
-
"description": "The root container element.",
|
|
24142
|
-
"name": "root"
|
|
24143
|
-
}
|
|
24144
|
-
],
|
|
24145
|
-
"slots": [
|
|
24146
|
-
{
|
|
24147
|
-
"description": "The default slot for head content.",
|
|
24148
|
-
"name": ""
|
|
24149
|
-
}
|
|
24150
|
-
],
|
|
24151
|
-
"members": [],
|
|
24152
|
-
"superclass": {
|
|
24153
|
-
"name": "BaseLitElement",
|
|
24154
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
24155
|
-
},
|
|
24156
|
-
"tagName": "forge-data-table-head",
|
|
24157
|
-
"summary": "Represents the header section of a data table.",
|
|
24158
|
-
"cssClasses": [
|
|
24159
|
-
{
|
|
24160
|
-
"name": "forge-data-table-head",
|
|
24161
|
-
"description": "The data table head class _(required)_."
|
|
24162
|
-
}
|
|
24163
|
-
],
|
|
24164
|
-
"customElement": true
|
|
24165
|
-
}
|
|
24166
|
-
],
|
|
24167
|
-
"exports": [
|
|
24168
|
-
{
|
|
24169
|
-
"kind": "js",
|
|
24170
|
-
"name": "DATA_TABLE_HEAD_TAG_NAME",
|
|
24171
|
-
"declaration": {
|
|
24172
|
-
"name": "DATA_TABLE_HEAD_TAG_NAME",
|
|
24173
|
-
"module": "src/lib/data-table/head/head.ts"
|
|
24174
|
-
}
|
|
24175
|
-
},
|
|
24176
|
-
{
|
|
24177
|
-
"kind": "js",
|
|
24178
|
-
"name": "DataTableHeadComponent",
|
|
24179
|
-
"declaration": {
|
|
24180
|
-
"name": "DataTableHeadComponent",
|
|
24181
|
-
"module": "src/lib/data-table/head/head.ts"
|
|
24182
|
-
}
|
|
24183
|
-
}
|
|
24184
|
-
]
|
|
24185
|
-
},
|
|
24186
|
-
{
|
|
24187
|
-
"kind": "javascript-module",
|
|
24188
|
-
"path": "src/lib/data-table/row/row.ts",
|
|
24189
|
-
"declarations": [
|
|
24190
|
-
{
|
|
24191
|
-
"kind": "variable",
|
|
24192
|
-
"name": "DATA_TABLE_ROW_TAG_NAME",
|
|
24193
|
-
"default": "'forge-data-table-row'"
|
|
24194
|
-
},
|
|
24195
|
-
{
|
|
24196
|
-
"kind": "class",
|
|
24197
|
-
"description": "",
|
|
24198
|
-
"name": "DataTableRowComponent",
|
|
24199
|
-
"cssParts": [
|
|
24200
|
-
{
|
|
24201
|
-
"description": "The root container element.",
|
|
24202
|
-
"name": "root"
|
|
24203
|
-
}
|
|
24204
|
-
],
|
|
24205
|
-
"slots": [
|
|
24206
|
-
{
|
|
24207
|
-
"description": "The default slot for row content.",
|
|
24208
|
-
"name": ""
|
|
24209
|
-
}
|
|
24210
|
-
],
|
|
24211
|
-
"members": [],
|
|
24212
|
-
"superclass": {
|
|
24213
|
-
"name": "BaseLitElement",
|
|
24214
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
24215
|
-
},
|
|
24216
|
-
"tagName": "forge-data-table-row",
|
|
24217
|
-
"summary": "Represents a row in a data table.",
|
|
24218
|
-
"cssClasses": [
|
|
24219
|
-
{
|
|
24220
|
-
"name": "forge-data-table-row",
|
|
24221
|
-
"description": "The data table row class _(required)_."
|
|
24222
|
-
}
|
|
24223
|
-
],
|
|
24224
|
-
"customElement": true
|
|
24225
|
-
}
|
|
24226
|
-
],
|
|
24227
|
-
"exports": [
|
|
24228
|
-
{
|
|
24229
|
-
"kind": "js",
|
|
24230
|
-
"name": "DATA_TABLE_ROW_TAG_NAME",
|
|
24231
|
-
"declaration": {
|
|
24232
|
-
"name": "DATA_TABLE_ROW_TAG_NAME",
|
|
24233
|
-
"module": "src/lib/data-table/row/row.ts"
|
|
24234
|
-
}
|
|
24235
|
-
},
|
|
24236
|
-
{
|
|
24237
|
-
"kind": "js",
|
|
24238
|
-
"name": "DataTableRowComponent",
|
|
24239
|
-
"declaration": {
|
|
24240
|
-
"name": "DataTableRowComponent",
|
|
24241
|
-
"module": "src/lib/data-table/row/row.ts"
|
|
24242
|
-
}
|
|
24243
|
-
}
|
|
24244
|
-
]
|
|
24245
|
-
},
|
|
24246
|
-
{
|
|
24247
|
-
"kind": "javascript-module",
|
|
24248
|
-
"path": "src/lib/data-table/table/table.ts",
|
|
24249
|
-
"declarations": [
|
|
24250
|
-
{
|
|
24251
|
-
"kind": "variable",
|
|
24252
|
-
"name": "DATA_TABLE_TAG_NAME",
|
|
24253
|
-
"default": "'forge-data-table'"
|
|
24254
|
-
},
|
|
24255
|
-
{
|
|
24256
|
-
"kind": "class",
|
|
24257
|
-
"description": "",
|
|
24258
|
-
"name": "DataTableComponent",
|
|
24259
|
-
"cssParts": [
|
|
24260
|
-
{
|
|
24261
|
-
"description": "The root container element.",
|
|
24262
|
-
"name": "root"
|
|
24263
|
-
}
|
|
24264
|
-
],
|
|
24265
|
-
"slots": [
|
|
24266
|
-
{
|
|
24267
|
-
"description": "The default slot for data table content.",
|
|
24268
|
-
"name": ""
|
|
24269
|
-
}
|
|
24270
|
-
],
|
|
24271
|
-
"members": [],
|
|
24272
|
-
"superclass": {
|
|
24273
|
-
"name": "BaseLitElement",
|
|
24274
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
24275
|
-
},
|
|
24276
|
-
"tagName": "forge-data-table",
|
|
24277
|
-
"summary": "Data tables display information in a grid-like format of rows and columns.",
|
|
24278
|
-
"cssClasses": [
|
|
24279
|
-
{
|
|
24280
|
-
"name": "forge-data-table",
|
|
24281
|
-
"description": "The data table class _(required)_."
|
|
24282
|
-
}
|
|
24283
|
-
],
|
|
24284
|
-
"customElement": true
|
|
24285
|
-
}
|
|
24286
|
-
],
|
|
24287
|
-
"exports": [
|
|
24288
|
-
{
|
|
24289
|
-
"kind": "js",
|
|
24290
|
-
"name": "DATA_TABLE_TAG_NAME",
|
|
24291
|
-
"declaration": {
|
|
24292
|
-
"name": "DATA_TABLE_TAG_NAME",
|
|
24293
|
-
"module": "src/lib/data-table/table/table.ts"
|
|
24294
|
-
}
|
|
24295
|
-
},
|
|
24296
|
-
{
|
|
24297
|
-
"kind": "js",
|
|
24298
|
-
"name": "DataTableComponent",
|
|
24299
|
-
"declaration": {
|
|
24300
|
-
"name": "DataTableComponent",
|
|
24301
|
-
"module": "src/lib/data-table/table/table.ts"
|
|
24302
|
-
}
|
|
24303
|
-
}
|
|
24304
|
-
]
|
|
24305
|
-
},
|
|
24306
23893
|
{
|
|
24307
23894
|
"kind": "javascript-module",
|
|
24308
23895
|
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
@@ -24864,8 +24451,8 @@
|
|
|
24864
24451
|
"module": "/src/lib/core/base/base-component"
|
|
24865
24452
|
},
|
|
24866
24453
|
"tagName": "forge-deprecated-button",
|
|
24867
|
-
"
|
|
24868
|
-
"
|
|
24454
|
+
"customElement": true,
|
|
24455
|
+
"deprecated": "Use the `<forge-button>` element instead."
|
|
24869
24456
|
}
|
|
24870
24457
|
],
|
|
24871
24458
|
"exports": [
|
|
@@ -25152,8 +24739,8 @@
|
|
|
25152
24739
|
"module": "/src/lib/core/base/base-component"
|
|
25153
24740
|
},
|
|
25154
24741
|
"tagName": "forge-deprecated-icon-button",
|
|
25155
|
-
"
|
|
25156
|
-
"
|
|
24742
|
+
"customElement": true,
|
|
24743
|
+
"deprecated": "Use the `<forge-icon-button>` element instead."
|
|
25157
24744
|
}
|
|
25158
24745
|
],
|
|
25159
24746
|
"exports": [
|
|
@@ -25351,6 +24938,7 @@
|
|
|
25351
24938
|
"module": "/src/lib/drawer/base"
|
|
25352
24939
|
},
|
|
25353
24940
|
"tagName": "forge-drawer",
|
|
24941
|
+
"customElement": true,
|
|
25354
24942
|
"cssClasses": [
|
|
25355
24943
|
{
|
|
25356
24944
|
"name": "forge-drawer",
|
|
@@ -25373,7 +24961,6 @@
|
|
|
25373
24961
|
"description": "Applied when the drawer is dismissed."
|
|
25374
24962
|
}
|
|
25375
24963
|
],
|
|
25376
|
-
"customElement": true,
|
|
25377
24964
|
"attributes": [
|
|
25378
24965
|
{
|
|
25379
24966
|
"name": "open",
|
|
@@ -25796,13 +25383,13 @@
|
|
|
25796
25383
|
"module": "/src/lib/drawer/base"
|
|
25797
25384
|
},
|
|
25798
25385
|
"tagName": "forge-modal-drawer",
|
|
25386
|
+
"customElement": true,
|
|
25799
25387
|
"dependencies": [
|
|
25800
25388
|
{
|
|
25801
25389
|
"name": "forge-backdrop",
|
|
25802
25390
|
"description": ""
|
|
25803
25391
|
}
|
|
25804
25392
|
],
|
|
25805
|
-
"customElement": true,
|
|
25806
25393
|
"attributes": [
|
|
25807
25394
|
{
|
|
25808
25395
|
"name": "open",
|
|
@@ -26959,8 +26546,8 @@
|
|
|
26959
26546
|
"module": "/src/lib/core/base/base-lit-element"
|
|
26960
26547
|
},
|
|
26961
26548
|
"tagName": "forge-key",
|
|
26962
|
-
"
|
|
26963
|
-
"
|
|
26549
|
+
"customElement": true,
|
|
26550
|
+
"summary": "Keys present key items to label a chart or data visualization."
|
|
26964
26551
|
}
|
|
26965
26552
|
],
|
|
26966
26553
|
"exports": [
|
|
@@ -27108,8 +26695,8 @@
|
|
|
27108
26695
|
"module": "/src/lib/core/base/base-lit-element"
|
|
27109
26696
|
},
|
|
27110
26697
|
"tagName": "forge-key-item",
|
|
27111
|
-
"
|
|
27112
|
-
"
|
|
26698
|
+
"customElement": true,
|
|
26699
|
+
"summary": "Key items label a chart or data visualization."
|
|
27113
26700
|
}
|
|
27114
26701
|
],
|
|
27115
26702
|
"exports": [
|
|
@@ -27312,6 +26899,7 @@
|
|
|
27312
26899
|
"module": "/src/lib/core/base/base-component"
|
|
27313
26900
|
},
|
|
27314
26901
|
"tagName": "forge-list",
|
|
26902
|
+
"customElement": true,
|
|
27315
26903
|
"summary": "Lists are vertical groupings of related content.",
|
|
27316
26904
|
"cssClasses": [
|
|
27317
26905
|
{
|
|
@@ -27346,8 +26934,7 @@
|
|
|
27346
26934
|
"name": "forge-list--disabled",
|
|
27347
26935
|
"description": "Applies a disabled style to the list items."
|
|
27348
26936
|
}
|
|
27349
|
-
]
|
|
27350
|
-
"customElement": true
|
|
26937
|
+
]
|
|
27351
26938
|
}
|
|
27352
26939
|
],
|
|
27353
26940
|
"exports": [
|
|
@@ -27361,456 +26948,6 @@
|
|
|
27361
26948
|
}
|
|
27362
26949
|
]
|
|
27363
26950
|
},
|
|
27364
|
-
{
|
|
27365
|
-
"kind": "javascript-module",
|
|
27366
|
-
"path": "src/lib/list/list-item/list-item.ts",
|
|
27367
|
-
"declarations": [
|
|
27368
|
-
{
|
|
27369
|
-
"kind": "class",
|
|
27370
|
-
"description": "",
|
|
27371
|
-
"name": "ListItemComponent",
|
|
27372
|
-
"cssProperties": [
|
|
27373
|
-
{
|
|
27374
|
-
"description": "The background color.",
|
|
27375
|
-
"name": "--forge-list-item-background"
|
|
27376
|
-
},
|
|
27377
|
-
{
|
|
27378
|
-
"description": "The shape of the list item.",
|
|
27379
|
-
"name": "--forge-list-item-shape"
|
|
27380
|
-
},
|
|
27381
|
-
{
|
|
27382
|
-
"description": "The padding inside of the container element.",
|
|
27383
|
-
"name": "--forge-list-item-padding"
|
|
27384
|
-
},
|
|
27385
|
-
{
|
|
27386
|
-
"description": "The padding inside of the container element when `wrap` is enabled.",
|
|
27387
|
-
"name": "--forge-list-item-wrap-padding"
|
|
27388
|
-
},
|
|
27389
|
-
{
|
|
27390
|
-
"description": "The margin around the host element.",
|
|
27391
|
-
"name": "--forge-list-item-margin"
|
|
27392
|
-
},
|
|
27393
|
-
{
|
|
27394
|
-
"description": "The height of the container.",
|
|
27395
|
-
"name": "--forge-list-item-height"
|
|
27396
|
-
},
|
|
27397
|
-
{
|
|
27398
|
-
"description": "The margin inline state when in the indented state.",
|
|
27399
|
-
"name": "--forge-list-item-indent"
|
|
27400
|
-
},
|
|
27401
|
-
{
|
|
27402
|
-
"description": "The cursor when interactive.",
|
|
27403
|
-
"name": "--forge-list-item-cursor"
|
|
27404
|
-
},
|
|
27405
|
-
{
|
|
27406
|
-
"description": "The gap between the slotted content.",
|
|
27407
|
-
"name": "--forge-list-item-gap"
|
|
27408
|
-
},
|
|
27409
|
-
{
|
|
27410
|
-
"description": "The text color of the text.",
|
|
27411
|
-
"name": "--forge-list-item-text-color"
|
|
27412
|
-
},
|
|
27413
|
-
{
|
|
27414
|
-
"description": "The font size of the text.",
|
|
27415
|
-
"name": "--forge-list-item-text-font-size"
|
|
27416
|
-
},
|
|
27417
|
-
{
|
|
27418
|
-
"description": "The font weight of the text.",
|
|
27419
|
-
"name": "--forge-list-item-text-font-weight"
|
|
27420
|
-
},
|
|
27421
|
-
{
|
|
27422
|
-
"description": "The line height of the text.",
|
|
27423
|
-
"name": "--forge-list-item-text-line-height"
|
|
27424
|
-
},
|
|
27425
|
-
{
|
|
27426
|
-
"description": "The foreground color when in the selected state.",
|
|
27427
|
-
"name": "--forge-list-item-selected-color"
|
|
27428
|
-
},
|
|
27429
|
-
{
|
|
27430
|
-
"description": "The background color when in the selected state.",
|
|
27431
|
-
"name": "--forge-list-item-selected-background"
|
|
27432
|
-
},
|
|
27433
|
-
{
|
|
27434
|
-
"description": "The opacity of the background color when in the selected state.",
|
|
27435
|
-
"name": "--forge-list-item-selected-opacity"
|
|
27436
|
-
},
|
|
27437
|
-
{
|
|
27438
|
-
"description": "The color of the start content when in the selected state.",
|
|
27439
|
-
"name": "--forge-list-item-start-selected-color"
|
|
27440
|
-
},
|
|
27441
|
-
{
|
|
27442
|
-
"description": "The color of the end content when in the selected state.",
|
|
27443
|
-
"name": "--forge-list-item-end-selected-color"
|
|
27444
|
-
},
|
|
27445
|
-
{
|
|
27446
|
-
"description": "The color of the text when in the selected state.",
|
|
27447
|
-
"name": "--forge-list-item-selected-text-color"
|
|
27448
|
-
},
|
|
27449
|
-
{
|
|
27450
|
-
"description": "The opacity of the element when in the disabled state.",
|
|
27451
|
-
"name": "--forge-list-item-disabled-opacity"
|
|
27452
|
-
},
|
|
27453
|
-
{
|
|
27454
|
-
"description": "The cursor when in the disabled state.",
|
|
27455
|
-
"name": "--forge-list-item-disabled-cursor"
|
|
27456
|
-
},
|
|
27457
|
-
{
|
|
27458
|
-
"description": "The line height when in the one/single line state.",
|
|
27459
|
-
"name": "--forge-list-item-one-line-height"
|
|
27460
|
-
},
|
|
27461
|
-
{
|
|
27462
|
-
"description": "The line height when in the two line state.",
|
|
27463
|
-
"name": "--forge-list-item-two-line-height"
|
|
27464
|
-
},
|
|
27465
|
-
{
|
|
27466
|
-
"description": "The line height when in the three line state.",
|
|
27467
|
-
"name": "--forge-list-item-three-line-height"
|
|
27468
|
-
},
|
|
27469
|
-
{
|
|
27470
|
-
"description": "The line height when in the dense one/single line state.",
|
|
27471
|
-
"name": "--forge-list-item-dense-one-line-height"
|
|
27472
|
-
},
|
|
27473
|
-
{
|
|
27474
|
-
"description": "The line height when in the dense two line state.",
|
|
27475
|
-
"name": "--forge-list-item-dense-two-line-height"
|
|
27476
|
-
},
|
|
27477
|
-
{
|
|
27478
|
-
"description": "The line height when in the dense three line state.",
|
|
27479
|
-
"name": "--forge-list-item-dense-three-line-height"
|
|
27480
|
-
},
|
|
27481
|
-
{
|
|
27482
|
-
"description": "The font size when in the dense state.",
|
|
27483
|
-
"name": "--forge-list-item-dense-font-size"
|
|
27484
|
-
},
|
|
27485
|
-
{
|
|
27486
|
-
"description": "The margin inline state when in the dense indented state.",
|
|
27487
|
-
"name": "--forge-list-item-dense-indent"
|
|
27488
|
-
},
|
|
27489
|
-
{
|
|
27490
|
-
"description": "The gap between the slotted content when in the dense state.",
|
|
27491
|
-
"name": "--forge-list-item-dense-gap"
|
|
27492
|
-
}
|
|
27493
|
-
],
|
|
27494
|
-
"cssParts": [
|
|
27495
|
-
{
|
|
27496
|
-
"description": "The root container element.",
|
|
27497
|
-
"name": "root"
|
|
27498
|
-
},
|
|
27499
|
-
{
|
|
27500
|
-
"description": "The container for the text content.",
|
|
27501
|
-
"name": "text-container"
|
|
27502
|
-
},
|
|
27503
|
-
{
|
|
27504
|
-
"description": "The forwarded focus indicator's internal indicator element.",
|
|
27505
|
-
"name": "focus-indicator"
|
|
27506
|
-
},
|
|
27507
|
-
{
|
|
27508
|
-
"description": "The forwarded state layer's internal surface element.",
|
|
27509
|
-
"name": "state-layer"
|
|
27510
|
-
}
|
|
27511
|
-
],
|
|
27512
|
-
"slots": [
|
|
27513
|
-
{
|
|
27514
|
-
"description": "The primary text.",
|
|
27515
|
-
"name": ""
|
|
27516
|
-
},
|
|
27517
|
-
{
|
|
27518
|
-
"description": "The secondary text.",
|
|
27519
|
-
"name": "secondary-text"
|
|
27520
|
-
},
|
|
27521
|
-
{
|
|
27522
|
-
"description": "The tertiary text.",
|
|
27523
|
-
"name": "tertiary-text"
|
|
27524
|
-
},
|
|
27525
|
-
{
|
|
27526
|
-
"description": "The start content.",
|
|
27527
|
-
"name": "start"
|
|
27528
|
-
},
|
|
27529
|
-
{
|
|
27530
|
-
"description": "The end element.",
|
|
27531
|
-
"name": "end"
|
|
27532
|
-
}
|
|
27533
|
-
],
|
|
27534
|
-
"members": [
|
|
27535
|
-
{
|
|
27536
|
-
"kind": "field",
|
|
27537
|
-
"name": "_adapter",
|
|
27538
|
-
"type": {
|
|
27539
|
-
"text": "ListItemAdapter"
|
|
27540
|
-
},
|
|
27541
|
-
"privacy": "private",
|
|
27542
|
-
"default": "new ListItemAdapter(this)"
|
|
27543
|
-
},
|
|
27544
|
-
{
|
|
27545
|
-
"kind": "field",
|
|
27546
|
-
"name": "selected",
|
|
27547
|
-
"type": {
|
|
27548
|
-
"text": "boolean"
|
|
27549
|
-
},
|
|
27550
|
-
"privacy": "public",
|
|
27551
|
-
"description": "Applies the selected state to the list item.",
|
|
27552
|
-
"default": "false"
|
|
27553
|
-
},
|
|
27554
|
-
{
|
|
27555
|
-
"kind": "field",
|
|
27556
|
-
"name": "active",
|
|
27557
|
-
"type": {
|
|
27558
|
-
"text": "boolean"
|
|
27559
|
-
},
|
|
27560
|
-
"privacy": "public",
|
|
27561
|
-
"description": "Applies the active state to the list item by emulating its focused state.",
|
|
27562
|
-
"default": "false"
|
|
27563
|
-
},
|
|
27564
|
-
{
|
|
27565
|
-
"kind": "field",
|
|
27566
|
-
"name": "value",
|
|
27567
|
-
"type": {
|
|
27568
|
-
"text": "unknown"
|
|
27569
|
-
},
|
|
27570
|
-
"privacy": "public",
|
|
27571
|
-
"description": "The unique value of the list item."
|
|
27572
|
-
},
|
|
27573
|
-
{
|
|
27574
|
-
"kind": "field",
|
|
27575
|
-
"name": "dense",
|
|
27576
|
-
"type": {
|
|
27577
|
-
"text": "boolean"
|
|
27578
|
-
},
|
|
27579
|
-
"privacy": "public",
|
|
27580
|
-
"description": "Applies the dense state to the list item.",
|
|
27581
|
-
"default": "false"
|
|
27582
|
-
},
|
|
27583
|
-
{
|
|
27584
|
-
"kind": "field",
|
|
27585
|
-
"name": "indented",
|
|
27586
|
-
"type": {
|
|
27587
|
-
"text": "boolean"
|
|
27588
|
-
},
|
|
27589
|
-
"privacy": "public",
|
|
27590
|
-
"description": "Applies the indented state by adding margin to the start of the list item.",
|
|
27591
|
-
"default": "false"
|
|
27592
|
-
},
|
|
27593
|
-
{
|
|
27594
|
-
"kind": "field",
|
|
27595
|
-
"name": "twoLine",
|
|
27596
|
-
"type": {
|
|
27597
|
-
"text": "boolean"
|
|
27598
|
-
},
|
|
27599
|
-
"privacy": "public",
|
|
27600
|
-
"description": "Sets the list item height to support at least two lines of text.",
|
|
27601
|
-
"default": "false"
|
|
27602
|
-
},
|
|
27603
|
-
{
|
|
27604
|
-
"kind": "field",
|
|
27605
|
-
"name": "threeLine",
|
|
27606
|
-
"type": {
|
|
27607
|
-
"text": "boolean"
|
|
27608
|
-
},
|
|
27609
|
-
"privacy": "public",
|
|
27610
|
-
"description": "Sets the list item height to support at least three lines of text.",
|
|
27611
|
-
"default": "false"
|
|
27612
|
-
},
|
|
27613
|
-
{
|
|
27614
|
-
"kind": "field",
|
|
27615
|
-
"name": "wrap",
|
|
27616
|
-
"type": {
|
|
27617
|
-
"text": "boolean"
|
|
27618
|
-
},
|
|
27619
|
-
"privacy": "public",
|
|
27620
|
-
"description": "Sets the list item to wrap its text content.",
|
|
27621
|
-
"default": "false"
|
|
27622
|
-
},
|
|
27623
|
-
{
|
|
27624
|
-
"kind": "field",
|
|
27625
|
-
"name": "noninteractive",
|
|
27626
|
-
"type": {
|
|
27627
|
-
"text": "boolean"
|
|
27628
|
-
},
|
|
27629
|
-
"privacy": "public",
|
|
27630
|
-
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27631
|
-
"default": "false"
|
|
27632
|
-
},
|
|
27633
|
-
{
|
|
27634
|
-
"kind": "field",
|
|
27635
|
-
"name": "focusPropagation",
|
|
27636
|
-
"type": {
|
|
27637
|
-
"text": "boolean"
|
|
27638
|
-
},
|
|
27639
|
-
"privacy": "public",
|
|
27640
|
-
"description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
|
|
27641
|
-
"default": "\"allow\""
|
|
27642
|
-
}
|
|
27643
|
-
],
|
|
27644
|
-
"events": [
|
|
27645
|
-
{
|
|
27646
|
-
"type": {
|
|
27647
|
-
"text": "CustomEvent<IListItemSelectEventData>"
|
|
27648
|
-
},
|
|
27649
|
-
"description": "Fires when the list item is selected.",
|
|
27650
|
-
"name": "forge-list-item-select"
|
|
27651
|
-
}
|
|
27652
|
-
],
|
|
27653
|
-
"attributes": [
|
|
27654
|
-
{
|
|
27655
|
-
"type": {
|
|
27656
|
-
"text": "boolean"
|
|
27657
|
-
},
|
|
27658
|
-
"description": "Applies the selected state to the list item.",
|
|
27659
|
-
"name": "selected",
|
|
27660
|
-
"default": "false"
|
|
27661
|
-
},
|
|
27662
|
-
{
|
|
27663
|
-
"type": {
|
|
27664
|
-
"text": "boolean"
|
|
27665
|
-
},
|
|
27666
|
-
"description": "Applies the active state to the list item by emulating its focused state.",
|
|
27667
|
-
"name": "active",
|
|
27668
|
-
"default": "false"
|
|
27669
|
-
},
|
|
27670
|
-
{
|
|
27671
|
-
"type": {
|
|
27672
|
-
"text": "unknown"
|
|
27673
|
-
},
|
|
27674
|
-
"description": "The unique value of the list item.",
|
|
27675
|
-
"name": "value"
|
|
27676
|
-
},
|
|
27677
|
-
{
|
|
27678
|
-
"type": {
|
|
27679
|
-
"text": "boolean"
|
|
27680
|
-
},
|
|
27681
|
-
"description": "Applies the dense state to the list item.",
|
|
27682
|
-
"name": "dense",
|
|
27683
|
-
"default": "false"
|
|
27684
|
-
},
|
|
27685
|
-
{
|
|
27686
|
-
"type": {
|
|
27687
|
-
"text": "boolean"
|
|
27688
|
-
},
|
|
27689
|
-
"description": "Applies the indented state by adding margin to the start of the list item.",
|
|
27690
|
-
"name": "indented",
|
|
27691
|
-
"default": "false"
|
|
27692
|
-
},
|
|
27693
|
-
{
|
|
27694
|
-
"type": {
|
|
27695
|
-
"text": "boolean"
|
|
27696
|
-
},
|
|
27697
|
-
"description": "Sets the list item height to support at least two lines of text.",
|
|
27698
|
-
"name": "two-line",
|
|
27699
|
-
"default": "false"
|
|
27700
|
-
},
|
|
27701
|
-
{
|
|
27702
|
-
"type": {
|
|
27703
|
-
"text": "boolean"
|
|
27704
|
-
},
|
|
27705
|
-
"description": "Sets the list item height to support at least three lines of text.",
|
|
27706
|
-
"name": "three-line",
|
|
27707
|
-
"default": "false"
|
|
27708
|
-
},
|
|
27709
|
-
{
|
|
27710
|
-
"type": {
|
|
27711
|
-
"text": "boolean"
|
|
27712
|
-
},
|
|
27713
|
-
"description": "Sets the list item to wrap its text content.",
|
|
27714
|
-
"name": "wrap",
|
|
27715
|
-
"default": "false"
|
|
27716
|
-
},
|
|
27717
|
-
{
|
|
27718
|
-
"type": {
|
|
27719
|
-
"text": "boolean"
|
|
27720
|
-
},
|
|
27721
|
-
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27722
|
-
"name": "noninteractive",
|
|
27723
|
-
"default": "false"
|
|
27724
|
-
},
|
|
27725
|
-
{
|
|
27726
|
-
"type": {
|
|
27727
|
-
"text": "boolean"
|
|
27728
|
-
},
|
|
27729
|
-
"description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
|
|
27730
|
-
"name": "focus-propagation",
|
|
27731
|
-
"default": "\"allow\""
|
|
27732
|
-
}
|
|
27733
|
-
],
|
|
27734
|
-
"mixins": [
|
|
27735
|
-
{
|
|
27736
|
-
"name": "WithElementInternals",
|
|
27737
|
-
"module": "/src/lib/core/mixins/internals/with-element-internals"
|
|
27738
|
-
},
|
|
27739
|
-
{
|
|
27740
|
-
"name": "WithDefaultAria",
|
|
27741
|
-
"module": "/src/lib/core/mixins/internals/with-default-aria"
|
|
27742
|
-
}
|
|
27743
|
-
],
|
|
27744
|
-
"superclass": {
|
|
27745
|
-
"name": "BaseComponent",
|
|
27746
|
-
"module": "/src/lib/core/base/base-component"
|
|
27747
|
-
},
|
|
27748
|
-
"tagName": "forge-list-item",
|
|
27749
|
-
"summary": "List items are individual rows of content inside of a list.",
|
|
27750
|
-
"cssClasses": [
|
|
27751
|
-
{
|
|
27752
|
-
"name": "forge-list-item",
|
|
27753
|
-
"description": "The list item element (required)."
|
|
27754
|
-
},
|
|
27755
|
-
{
|
|
27756
|
-
"name": "forge-list-item--disabled",
|
|
27757
|
-
"description": "The disabled state."
|
|
27758
|
-
},
|
|
27759
|
-
{
|
|
27760
|
-
"name": "forge-list-item--dense",
|
|
27761
|
-
"description": "The dense state."
|
|
27762
|
-
},
|
|
27763
|
-
{
|
|
27764
|
-
"name": "forge-list-item--interactive",
|
|
27765
|
-
"description": "Manually forces the list item to appear interactive with hover/focus states. This will happen automatically if there is a child `<button>` or `<a>` element."
|
|
27766
|
-
},
|
|
27767
|
-
{
|
|
27768
|
-
"name": "forge-list-item--two-line",
|
|
27769
|
-
"description": "Uses the two-line style."
|
|
27770
|
-
},
|
|
27771
|
-
{
|
|
27772
|
-
"name": "forge-list-item--three-line",
|
|
27773
|
-
"description": "Uses the three-line style."
|
|
27774
|
-
},
|
|
27775
|
-
{
|
|
27776
|
-
"name": "forge-list-item--indented",
|
|
27777
|
-
"description": "Indents the list item."
|
|
27778
|
-
},
|
|
27779
|
-
{
|
|
27780
|
-
"name": "forge-list-item--wrap",
|
|
27781
|
-
"description": "Wraps the text content."
|
|
27782
|
-
},
|
|
27783
|
-
{
|
|
27784
|
-
"name": "forge-list-item--selected",
|
|
27785
|
-
"description": "The selected state."
|
|
27786
|
-
},
|
|
27787
|
-
{
|
|
27788
|
-
"name": "forge-list-item__text",
|
|
27789
|
-
"description": "Styles the text content. Apply this to the primary, secondary, and tertiary text content."
|
|
27790
|
-
},
|
|
27791
|
-
{
|
|
27792
|
-
"name": "forge-list-item__start",
|
|
27793
|
-
"description": "Styles the start content (typically an icon)."
|
|
27794
|
-
},
|
|
27795
|
-
{
|
|
27796
|
-
"name": "forge-list-item__end",
|
|
27797
|
-
"description": "Styles the end content (typically an icon)."
|
|
27798
|
-
}
|
|
27799
|
-
],
|
|
27800
|
-
"customElement": true
|
|
27801
|
-
}
|
|
27802
|
-
],
|
|
27803
|
-
"exports": [
|
|
27804
|
-
{
|
|
27805
|
-
"kind": "js",
|
|
27806
|
-
"name": "ListItemComponent",
|
|
27807
|
-
"declaration": {
|
|
27808
|
-
"name": "ListItemComponent",
|
|
27809
|
-
"module": "src/lib/list/list-item/list-item.ts"
|
|
27810
|
-
}
|
|
27811
|
-
}
|
|
27812
|
-
]
|
|
27813
|
-
},
|
|
27814
26951
|
{
|
|
27815
26952
|
"kind": "javascript-module",
|
|
27816
26953
|
"path": "src/lib/meter/meter/meter.ts",
|
|
@@ -28335,6 +27472,7 @@
|
|
|
28335
27472
|
"module": "/src/lib/core/base/base-lit-element"
|
|
28336
27473
|
},
|
|
28337
27474
|
"tagName": "forge-meter",
|
|
27475
|
+
"customElement": true,
|
|
28338
27476
|
"summary": "Meters display a scalar value within a defined range.",
|
|
28339
27477
|
"states": [
|
|
28340
27478
|
{
|
|
@@ -28353,8 +27491,7 @@
|
|
|
28353
27491
|
"name": "least-optimum-value",
|
|
28354
27492
|
"description": "Applied when the value is within the least optimum range."
|
|
28355
27493
|
}
|
|
28356
|
-
]
|
|
28357
|
-
"customElement": true
|
|
27494
|
+
]
|
|
28358
27495
|
}
|
|
28359
27496
|
],
|
|
28360
27497
|
"exports": [
|
|
@@ -28376,6 +27513,456 @@
|
|
|
28376
27513
|
}
|
|
28377
27514
|
]
|
|
28378
27515
|
},
|
|
27516
|
+
{
|
|
27517
|
+
"kind": "javascript-module",
|
|
27518
|
+
"path": "src/lib/list/list-item/list-item.ts",
|
|
27519
|
+
"declarations": [
|
|
27520
|
+
{
|
|
27521
|
+
"kind": "class",
|
|
27522
|
+
"description": "",
|
|
27523
|
+
"name": "ListItemComponent",
|
|
27524
|
+
"cssProperties": [
|
|
27525
|
+
{
|
|
27526
|
+
"description": "The background color.",
|
|
27527
|
+
"name": "--forge-list-item-background"
|
|
27528
|
+
},
|
|
27529
|
+
{
|
|
27530
|
+
"description": "The shape of the list item.",
|
|
27531
|
+
"name": "--forge-list-item-shape"
|
|
27532
|
+
},
|
|
27533
|
+
{
|
|
27534
|
+
"description": "The padding inside of the container element.",
|
|
27535
|
+
"name": "--forge-list-item-padding"
|
|
27536
|
+
},
|
|
27537
|
+
{
|
|
27538
|
+
"description": "The padding inside of the container element when `wrap` is enabled.",
|
|
27539
|
+
"name": "--forge-list-item-wrap-padding"
|
|
27540
|
+
},
|
|
27541
|
+
{
|
|
27542
|
+
"description": "The margin around the host element.",
|
|
27543
|
+
"name": "--forge-list-item-margin"
|
|
27544
|
+
},
|
|
27545
|
+
{
|
|
27546
|
+
"description": "The height of the container.",
|
|
27547
|
+
"name": "--forge-list-item-height"
|
|
27548
|
+
},
|
|
27549
|
+
{
|
|
27550
|
+
"description": "The margin inline state when in the indented state.",
|
|
27551
|
+
"name": "--forge-list-item-indent"
|
|
27552
|
+
},
|
|
27553
|
+
{
|
|
27554
|
+
"description": "The cursor when interactive.",
|
|
27555
|
+
"name": "--forge-list-item-cursor"
|
|
27556
|
+
},
|
|
27557
|
+
{
|
|
27558
|
+
"description": "The gap between the slotted content.",
|
|
27559
|
+
"name": "--forge-list-item-gap"
|
|
27560
|
+
},
|
|
27561
|
+
{
|
|
27562
|
+
"description": "The text color of the text.",
|
|
27563
|
+
"name": "--forge-list-item-text-color"
|
|
27564
|
+
},
|
|
27565
|
+
{
|
|
27566
|
+
"description": "The font size of the text.",
|
|
27567
|
+
"name": "--forge-list-item-text-font-size"
|
|
27568
|
+
},
|
|
27569
|
+
{
|
|
27570
|
+
"description": "The font weight of the text.",
|
|
27571
|
+
"name": "--forge-list-item-text-font-weight"
|
|
27572
|
+
},
|
|
27573
|
+
{
|
|
27574
|
+
"description": "The line height of the text.",
|
|
27575
|
+
"name": "--forge-list-item-text-line-height"
|
|
27576
|
+
},
|
|
27577
|
+
{
|
|
27578
|
+
"description": "The foreground color when in the selected state.",
|
|
27579
|
+
"name": "--forge-list-item-selected-color"
|
|
27580
|
+
},
|
|
27581
|
+
{
|
|
27582
|
+
"description": "The background color when in the selected state.",
|
|
27583
|
+
"name": "--forge-list-item-selected-background"
|
|
27584
|
+
},
|
|
27585
|
+
{
|
|
27586
|
+
"description": "The opacity of the background color when in the selected state.",
|
|
27587
|
+
"name": "--forge-list-item-selected-opacity"
|
|
27588
|
+
},
|
|
27589
|
+
{
|
|
27590
|
+
"description": "The color of the start content when in the selected state.",
|
|
27591
|
+
"name": "--forge-list-item-start-selected-color"
|
|
27592
|
+
},
|
|
27593
|
+
{
|
|
27594
|
+
"description": "The color of the end content when in the selected state.",
|
|
27595
|
+
"name": "--forge-list-item-end-selected-color"
|
|
27596
|
+
},
|
|
27597
|
+
{
|
|
27598
|
+
"description": "The color of the text when in the selected state.",
|
|
27599
|
+
"name": "--forge-list-item-selected-text-color"
|
|
27600
|
+
},
|
|
27601
|
+
{
|
|
27602
|
+
"description": "The opacity of the element when in the disabled state.",
|
|
27603
|
+
"name": "--forge-list-item-disabled-opacity"
|
|
27604
|
+
},
|
|
27605
|
+
{
|
|
27606
|
+
"description": "The cursor when in the disabled state.",
|
|
27607
|
+
"name": "--forge-list-item-disabled-cursor"
|
|
27608
|
+
},
|
|
27609
|
+
{
|
|
27610
|
+
"description": "The line height when in the one/single line state.",
|
|
27611
|
+
"name": "--forge-list-item-one-line-height"
|
|
27612
|
+
},
|
|
27613
|
+
{
|
|
27614
|
+
"description": "The line height when in the two line state.",
|
|
27615
|
+
"name": "--forge-list-item-two-line-height"
|
|
27616
|
+
},
|
|
27617
|
+
{
|
|
27618
|
+
"description": "The line height when in the three line state.",
|
|
27619
|
+
"name": "--forge-list-item-three-line-height"
|
|
27620
|
+
},
|
|
27621
|
+
{
|
|
27622
|
+
"description": "The line height when in the dense one/single line state.",
|
|
27623
|
+
"name": "--forge-list-item-dense-one-line-height"
|
|
27624
|
+
},
|
|
27625
|
+
{
|
|
27626
|
+
"description": "The line height when in the dense two line state.",
|
|
27627
|
+
"name": "--forge-list-item-dense-two-line-height"
|
|
27628
|
+
},
|
|
27629
|
+
{
|
|
27630
|
+
"description": "The line height when in the dense three line state.",
|
|
27631
|
+
"name": "--forge-list-item-dense-three-line-height"
|
|
27632
|
+
},
|
|
27633
|
+
{
|
|
27634
|
+
"description": "The font size when in the dense state.",
|
|
27635
|
+
"name": "--forge-list-item-dense-font-size"
|
|
27636
|
+
},
|
|
27637
|
+
{
|
|
27638
|
+
"description": "The margin inline state when in the dense indented state.",
|
|
27639
|
+
"name": "--forge-list-item-dense-indent"
|
|
27640
|
+
},
|
|
27641
|
+
{
|
|
27642
|
+
"description": "The gap between the slotted content when in the dense state.",
|
|
27643
|
+
"name": "--forge-list-item-dense-gap"
|
|
27644
|
+
}
|
|
27645
|
+
],
|
|
27646
|
+
"cssParts": [
|
|
27647
|
+
{
|
|
27648
|
+
"description": "The root container element.",
|
|
27649
|
+
"name": "root"
|
|
27650
|
+
},
|
|
27651
|
+
{
|
|
27652
|
+
"description": "The container for the text content.",
|
|
27653
|
+
"name": "text-container"
|
|
27654
|
+
},
|
|
27655
|
+
{
|
|
27656
|
+
"description": "The forwarded focus indicator's internal indicator element.",
|
|
27657
|
+
"name": "focus-indicator"
|
|
27658
|
+
},
|
|
27659
|
+
{
|
|
27660
|
+
"description": "The forwarded state layer's internal surface element.",
|
|
27661
|
+
"name": "state-layer"
|
|
27662
|
+
}
|
|
27663
|
+
],
|
|
27664
|
+
"slots": [
|
|
27665
|
+
{
|
|
27666
|
+
"description": "The primary text.",
|
|
27667
|
+
"name": ""
|
|
27668
|
+
},
|
|
27669
|
+
{
|
|
27670
|
+
"description": "The secondary text.",
|
|
27671
|
+
"name": "secondary-text"
|
|
27672
|
+
},
|
|
27673
|
+
{
|
|
27674
|
+
"description": "The tertiary text.",
|
|
27675
|
+
"name": "tertiary-text"
|
|
27676
|
+
},
|
|
27677
|
+
{
|
|
27678
|
+
"description": "The start content.",
|
|
27679
|
+
"name": "start"
|
|
27680
|
+
},
|
|
27681
|
+
{
|
|
27682
|
+
"description": "The end element.",
|
|
27683
|
+
"name": "end"
|
|
27684
|
+
}
|
|
27685
|
+
],
|
|
27686
|
+
"members": [
|
|
27687
|
+
{
|
|
27688
|
+
"kind": "field",
|
|
27689
|
+
"name": "_adapter",
|
|
27690
|
+
"type": {
|
|
27691
|
+
"text": "ListItemAdapter"
|
|
27692
|
+
},
|
|
27693
|
+
"privacy": "private",
|
|
27694
|
+
"default": "new ListItemAdapter(this)"
|
|
27695
|
+
},
|
|
27696
|
+
{
|
|
27697
|
+
"kind": "field",
|
|
27698
|
+
"name": "selected",
|
|
27699
|
+
"type": {
|
|
27700
|
+
"text": "boolean"
|
|
27701
|
+
},
|
|
27702
|
+
"privacy": "public",
|
|
27703
|
+
"description": "Applies the selected state to the list item.",
|
|
27704
|
+
"default": "false"
|
|
27705
|
+
},
|
|
27706
|
+
{
|
|
27707
|
+
"kind": "field",
|
|
27708
|
+
"name": "active",
|
|
27709
|
+
"type": {
|
|
27710
|
+
"text": "boolean"
|
|
27711
|
+
},
|
|
27712
|
+
"privacy": "public",
|
|
27713
|
+
"description": "Applies the active state to the list item by emulating its focused state.",
|
|
27714
|
+
"default": "false"
|
|
27715
|
+
},
|
|
27716
|
+
{
|
|
27717
|
+
"kind": "field",
|
|
27718
|
+
"name": "value",
|
|
27719
|
+
"type": {
|
|
27720
|
+
"text": "unknown"
|
|
27721
|
+
},
|
|
27722
|
+
"privacy": "public",
|
|
27723
|
+
"description": "The unique value of the list item."
|
|
27724
|
+
},
|
|
27725
|
+
{
|
|
27726
|
+
"kind": "field",
|
|
27727
|
+
"name": "dense",
|
|
27728
|
+
"type": {
|
|
27729
|
+
"text": "boolean"
|
|
27730
|
+
},
|
|
27731
|
+
"privacy": "public",
|
|
27732
|
+
"description": "Applies the dense state to the list item.",
|
|
27733
|
+
"default": "false"
|
|
27734
|
+
},
|
|
27735
|
+
{
|
|
27736
|
+
"kind": "field",
|
|
27737
|
+
"name": "indented",
|
|
27738
|
+
"type": {
|
|
27739
|
+
"text": "boolean"
|
|
27740
|
+
},
|
|
27741
|
+
"privacy": "public",
|
|
27742
|
+
"description": "Applies the indented state by adding margin to the start of the list item.",
|
|
27743
|
+
"default": "false"
|
|
27744
|
+
},
|
|
27745
|
+
{
|
|
27746
|
+
"kind": "field",
|
|
27747
|
+
"name": "twoLine",
|
|
27748
|
+
"type": {
|
|
27749
|
+
"text": "boolean"
|
|
27750
|
+
},
|
|
27751
|
+
"privacy": "public",
|
|
27752
|
+
"description": "Sets the list item height to support at least two lines of text.",
|
|
27753
|
+
"default": "false"
|
|
27754
|
+
},
|
|
27755
|
+
{
|
|
27756
|
+
"kind": "field",
|
|
27757
|
+
"name": "threeLine",
|
|
27758
|
+
"type": {
|
|
27759
|
+
"text": "boolean"
|
|
27760
|
+
},
|
|
27761
|
+
"privacy": "public",
|
|
27762
|
+
"description": "Sets the list item height to support at least three lines of text.",
|
|
27763
|
+
"default": "false"
|
|
27764
|
+
},
|
|
27765
|
+
{
|
|
27766
|
+
"kind": "field",
|
|
27767
|
+
"name": "wrap",
|
|
27768
|
+
"type": {
|
|
27769
|
+
"text": "boolean"
|
|
27770
|
+
},
|
|
27771
|
+
"privacy": "public",
|
|
27772
|
+
"description": "Sets the list item to wrap its text content.",
|
|
27773
|
+
"default": "false"
|
|
27774
|
+
},
|
|
27775
|
+
{
|
|
27776
|
+
"kind": "field",
|
|
27777
|
+
"name": "noninteractive",
|
|
27778
|
+
"type": {
|
|
27779
|
+
"text": "boolean"
|
|
27780
|
+
},
|
|
27781
|
+
"privacy": "public",
|
|
27782
|
+
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27783
|
+
"default": "false"
|
|
27784
|
+
},
|
|
27785
|
+
{
|
|
27786
|
+
"kind": "field",
|
|
27787
|
+
"name": "focusPropagation",
|
|
27788
|
+
"type": {
|
|
27789
|
+
"text": "boolean"
|
|
27790
|
+
},
|
|
27791
|
+
"privacy": "public",
|
|
27792
|
+
"description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
|
|
27793
|
+
"default": "\"allow\""
|
|
27794
|
+
}
|
|
27795
|
+
],
|
|
27796
|
+
"events": [
|
|
27797
|
+
{
|
|
27798
|
+
"type": {
|
|
27799
|
+
"text": "CustomEvent<IListItemSelectEventData>"
|
|
27800
|
+
},
|
|
27801
|
+
"description": "Fires when the list item is selected.",
|
|
27802
|
+
"name": "forge-list-item-select"
|
|
27803
|
+
}
|
|
27804
|
+
],
|
|
27805
|
+
"attributes": [
|
|
27806
|
+
{
|
|
27807
|
+
"type": {
|
|
27808
|
+
"text": "boolean"
|
|
27809
|
+
},
|
|
27810
|
+
"description": "Applies the selected state to the list item.",
|
|
27811
|
+
"name": "selected",
|
|
27812
|
+
"default": "false"
|
|
27813
|
+
},
|
|
27814
|
+
{
|
|
27815
|
+
"type": {
|
|
27816
|
+
"text": "boolean"
|
|
27817
|
+
},
|
|
27818
|
+
"description": "Applies the active state to the list item by emulating its focused state.",
|
|
27819
|
+
"name": "active",
|
|
27820
|
+
"default": "false"
|
|
27821
|
+
},
|
|
27822
|
+
{
|
|
27823
|
+
"type": {
|
|
27824
|
+
"text": "unknown"
|
|
27825
|
+
},
|
|
27826
|
+
"description": "The unique value of the list item.",
|
|
27827
|
+
"name": "value"
|
|
27828
|
+
},
|
|
27829
|
+
{
|
|
27830
|
+
"type": {
|
|
27831
|
+
"text": "boolean"
|
|
27832
|
+
},
|
|
27833
|
+
"description": "Applies the dense state to the list item.",
|
|
27834
|
+
"name": "dense",
|
|
27835
|
+
"default": "false"
|
|
27836
|
+
},
|
|
27837
|
+
{
|
|
27838
|
+
"type": {
|
|
27839
|
+
"text": "boolean"
|
|
27840
|
+
},
|
|
27841
|
+
"description": "Applies the indented state by adding margin to the start of the list item.",
|
|
27842
|
+
"name": "indented",
|
|
27843
|
+
"default": "false"
|
|
27844
|
+
},
|
|
27845
|
+
{
|
|
27846
|
+
"type": {
|
|
27847
|
+
"text": "boolean"
|
|
27848
|
+
},
|
|
27849
|
+
"description": "Sets the list item height to support at least two lines of text.",
|
|
27850
|
+
"name": "two-line",
|
|
27851
|
+
"default": "false"
|
|
27852
|
+
},
|
|
27853
|
+
{
|
|
27854
|
+
"type": {
|
|
27855
|
+
"text": "boolean"
|
|
27856
|
+
},
|
|
27857
|
+
"description": "Sets the list item height to support at least three lines of text.",
|
|
27858
|
+
"name": "three-line",
|
|
27859
|
+
"default": "false"
|
|
27860
|
+
},
|
|
27861
|
+
{
|
|
27862
|
+
"type": {
|
|
27863
|
+
"text": "boolean"
|
|
27864
|
+
},
|
|
27865
|
+
"description": "Sets the list item to wrap its text content.",
|
|
27866
|
+
"name": "wrap",
|
|
27867
|
+
"default": "false"
|
|
27868
|
+
},
|
|
27869
|
+
{
|
|
27870
|
+
"type": {
|
|
27871
|
+
"text": "boolean"
|
|
27872
|
+
},
|
|
27873
|
+
"description": "Controls whether the list item will automatically attach itself to interactive slotted elements or not.",
|
|
27874
|
+
"name": "noninteractive",
|
|
27875
|
+
"default": "false"
|
|
27876
|
+
},
|
|
27877
|
+
{
|
|
27878
|
+
"type": {
|
|
27879
|
+
"text": "boolean"
|
|
27880
|
+
},
|
|
27881
|
+
"description": "Controls whether the interactive element will receive focus if a non-interactive element is clicked within the list item.",
|
|
27882
|
+
"name": "focus-propagation",
|
|
27883
|
+
"default": "\"allow\""
|
|
27884
|
+
}
|
|
27885
|
+
],
|
|
27886
|
+
"mixins": [
|
|
27887
|
+
{
|
|
27888
|
+
"name": "WithElementInternals",
|
|
27889
|
+
"module": "/src/lib/core/mixins/internals/with-element-internals"
|
|
27890
|
+
},
|
|
27891
|
+
{
|
|
27892
|
+
"name": "WithDefaultAria",
|
|
27893
|
+
"module": "/src/lib/core/mixins/internals/with-default-aria"
|
|
27894
|
+
}
|
|
27895
|
+
],
|
|
27896
|
+
"superclass": {
|
|
27897
|
+
"name": "BaseComponent",
|
|
27898
|
+
"module": "/src/lib/core/base/base-component"
|
|
27899
|
+
},
|
|
27900
|
+
"tagName": "forge-list-item",
|
|
27901
|
+
"customElement": true,
|
|
27902
|
+
"summary": "List items are individual rows of content inside of a list.",
|
|
27903
|
+
"cssClasses": [
|
|
27904
|
+
{
|
|
27905
|
+
"name": "forge-list-item",
|
|
27906
|
+
"description": "The list item element (required)."
|
|
27907
|
+
},
|
|
27908
|
+
{
|
|
27909
|
+
"name": "forge-list-item--disabled",
|
|
27910
|
+
"description": "The disabled state."
|
|
27911
|
+
},
|
|
27912
|
+
{
|
|
27913
|
+
"name": "forge-list-item--dense",
|
|
27914
|
+
"description": "The dense state."
|
|
27915
|
+
},
|
|
27916
|
+
{
|
|
27917
|
+
"name": "forge-list-item--interactive",
|
|
27918
|
+
"description": "Manually forces the list item to appear interactive with hover/focus states. This will happen automatically if there is a child `<button>` or `<a>` element."
|
|
27919
|
+
},
|
|
27920
|
+
{
|
|
27921
|
+
"name": "forge-list-item--two-line",
|
|
27922
|
+
"description": "Uses the two-line style."
|
|
27923
|
+
},
|
|
27924
|
+
{
|
|
27925
|
+
"name": "forge-list-item--three-line",
|
|
27926
|
+
"description": "Uses the three-line style."
|
|
27927
|
+
},
|
|
27928
|
+
{
|
|
27929
|
+
"name": "forge-list-item--indented",
|
|
27930
|
+
"description": "Indents the list item."
|
|
27931
|
+
},
|
|
27932
|
+
{
|
|
27933
|
+
"name": "forge-list-item--wrap",
|
|
27934
|
+
"description": "Wraps the text content."
|
|
27935
|
+
},
|
|
27936
|
+
{
|
|
27937
|
+
"name": "forge-list-item--selected",
|
|
27938
|
+
"description": "The selected state."
|
|
27939
|
+
},
|
|
27940
|
+
{
|
|
27941
|
+
"name": "forge-list-item__text",
|
|
27942
|
+
"description": "Styles the text content. Apply this to the primary, secondary, and tertiary text content."
|
|
27943
|
+
},
|
|
27944
|
+
{
|
|
27945
|
+
"name": "forge-list-item__start",
|
|
27946
|
+
"description": "Styles the start content (typically an icon)."
|
|
27947
|
+
},
|
|
27948
|
+
{
|
|
27949
|
+
"name": "forge-list-item__end",
|
|
27950
|
+
"description": "Styles the end content (typically an icon)."
|
|
27951
|
+
}
|
|
27952
|
+
]
|
|
27953
|
+
}
|
|
27954
|
+
],
|
|
27955
|
+
"exports": [
|
|
27956
|
+
{
|
|
27957
|
+
"kind": "js",
|
|
27958
|
+
"name": "ListItemComponent",
|
|
27959
|
+
"declaration": {
|
|
27960
|
+
"name": "ListItemComponent",
|
|
27961
|
+
"module": "src/lib/list/list-item/list-item.ts"
|
|
27962
|
+
}
|
|
27963
|
+
}
|
|
27964
|
+
]
|
|
27965
|
+
},
|
|
28379
27966
|
{
|
|
28380
27967
|
"kind": "javascript-module",
|
|
28381
27968
|
"path": "src/lib/meter/meter-group/meter-group.ts",
|
|
@@ -28671,14 +28258,14 @@
|
|
|
28671
28258
|
"module": "/src/lib/core/base/base-lit-element"
|
|
28672
28259
|
},
|
|
28673
28260
|
"tagName": "forge-meter-group",
|
|
28261
|
+
"customElement": true,
|
|
28674
28262
|
"summary": "Meter groups display several meters together on one track.",
|
|
28675
28263
|
"states": [
|
|
28676
28264
|
{
|
|
28677
28265
|
"name": "vertical",
|
|
28678
28266
|
"description": "Applied when the meter group is oriented vertically."
|
|
28679
28267
|
}
|
|
28680
|
-
]
|
|
28681
|
-
"customElement": true
|
|
28268
|
+
]
|
|
28682
28269
|
}
|
|
28683
28270
|
],
|
|
28684
28271
|
"exports": [
|
|
@@ -29530,6 +29117,7 @@
|
|
|
29530
29117
|
"module": "/src/lib/core/base/base-component"
|
|
29531
29118
|
},
|
|
29532
29119
|
"tagName": "forge-radio",
|
|
29120
|
+
"customElement": true,
|
|
29533
29121
|
"summary": "The Forge Radio component is used to create a form input where only one out of a set of\nvalues should be selected.",
|
|
29534
29122
|
"cssClasses": [
|
|
29535
29123
|
{
|
|
@@ -29540,8 +29128,7 @@
|
|
|
29540
29128
|
"name": "forge-radio--dense",
|
|
29541
29129
|
"description": "Makes the radio dense."
|
|
29542
29130
|
}
|
|
29543
|
-
]
|
|
29544
|
-
"customElement": true
|
|
29131
|
+
]
|
|
29545
29132
|
}
|
|
29546
29133
|
],
|
|
29547
29134
|
"exports": [
|
|
@@ -29606,14 +29193,14 @@
|
|
|
29606
29193
|
"module": "/src/lib/core/base/base-component"
|
|
29607
29194
|
},
|
|
29608
29195
|
"tagName": "forge-radio-group",
|
|
29196
|
+
"customElement": true,
|
|
29609
29197
|
"summary": "The Forge Radio Group component groups a set of radio buttons together.",
|
|
29610
29198
|
"dependencies": [
|
|
29611
29199
|
{
|
|
29612
29200
|
"name": "forge-radio",
|
|
29613
29201
|
"description": ""
|
|
29614
29202
|
}
|
|
29615
|
-
]
|
|
29616
|
-
"customElement": true
|
|
29203
|
+
]
|
|
29617
29204
|
}
|
|
29618
29205
|
],
|
|
29619
29206
|
"exports": [
|
|
@@ -31124,6 +30711,7 @@
|
|
|
31124
30711
|
"module": "src/lib/select/select/select.ts"
|
|
31125
30712
|
},
|
|
31126
30713
|
"tagName": "forge-select",
|
|
30714
|
+
"customElement": true,
|
|
31127
30715
|
"dependencies": [
|
|
31128
30716
|
{
|
|
31129
30717
|
"name": "forge-field",
|
|
@@ -31179,8 +30767,7 @@
|
|
|
31179
30767
|
"name": "variant",
|
|
31180
30768
|
"description": ""
|
|
31181
30769
|
}
|
|
31182
|
-
]
|
|
31183
|
-
"customElement": true
|
|
30770
|
+
]
|
|
31184
30771
|
}
|
|
31185
30772
|
],
|
|
31186
30773
|
"exports": [
|
|
@@ -32347,6 +31934,7 @@
|
|
|
32347
31934
|
"module": "/src/lib/core/base/base-component"
|
|
32348
31935
|
},
|
|
32349
31936
|
"tagName": "forge-split-view-panel",
|
|
31937
|
+
"customElement": true,
|
|
32350
31938
|
"dependencies": [
|
|
32351
31939
|
{
|
|
32352
31940
|
"name": "forge-icon",
|
|
@@ -32360,8 +31948,7 @@
|
|
|
32360
31948
|
"name": "forge-focus-indicator",
|
|
32361
31949
|
"description": ""
|
|
32362
31950
|
}
|
|
32363
|
-
]
|
|
32364
|
-
"customElement": true
|
|
31951
|
+
]
|
|
32365
31952
|
}
|
|
32366
31953
|
],
|
|
32367
31954
|
"exports": [
|
|
@@ -32950,13 +32537,13 @@
|
|
|
32950
32537
|
"module": "/src/lib/core/base/base-component"
|
|
32951
32538
|
},
|
|
32952
32539
|
"tagName": "forge-stepper",
|
|
32540
|
+
"customElement": true,
|
|
32953
32541
|
"dependencies": [
|
|
32954
32542
|
{
|
|
32955
32543
|
"name": "forge-step",
|
|
32956
32544
|
"description": ""
|
|
32957
32545
|
}
|
|
32958
|
-
]
|
|
32959
|
-
"customElement": true
|
|
32546
|
+
]
|
|
32960
32547
|
}
|
|
32961
32548
|
],
|
|
32962
32549
|
"exports": [
|
|
@@ -33292,6 +32879,7 @@
|
|
|
33292
32879
|
"module": "/src/lib/core/base/base-component"
|
|
33293
32880
|
},
|
|
33294
32881
|
"tagName": "forge-tab",
|
|
32882
|
+
"customElement": true,
|
|
33295
32883
|
"dependencies": [
|
|
33296
32884
|
{
|
|
33297
32885
|
"name": "forge-focus-indicator",
|
|
@@ -33301,8 +32889,7 @@
|
|
|
33301
32889
|
"name": "forge-state-layer",
|
|
33302
32890
|
"description": ""
|
|
33303
32891
|
}
|
|
33304
|
-
]
|
|
33305
|
-
"customElement": true
|
|
32892
|
+
]
|
|
33306
32893
|
}
|
|
33307
32894
|
],
|
|
33308
32895
|
"exports": [
|
|
@@ -33535,6 +33122,7 @@
|
|
|
33535
33122
|
"module": "/src/lib/core/base/base-component"
|
|
33536
33123
|
},
|
|
33537
33124
|
"tagName": "forge-tab-bar",
|
|
33125
|
+
"customElement": true,
|
|
33538
33126
|
"summary": "Tabs organize content across different screens and views.",
|
|
33539
33127
|
"dependencies": [
|
|
33540
33128
|
{
|
|
@@ -33549,8 +33137,7 @@
|
|
|
33549
33137
|
"name": "forge-icon",
|
|
33550
33138
|
"description": ""
|
|
33551
33139
|
}
|
|
33552
|
-
]
|
|
33553
|
-
"customElement": true
|
|
33140
|
+
]
|
|
33554
33141
|
}
|
|
33555
33142
|
],
|
|
33556
33143
|
"exports": [
|
|
@@ -33592,7 +33179,7 @@
|
|
|
33592
33179
|
]
|
|
33593
33180
|
}
|
|
33594
33181
|
],
|
|
33595
|
-
"branchName": "
|
|
33182
|
+
"branchName": "fix-dialog-persistent-order",
|
|
33596
33183
|
"forgeTypes": {
|
|
33597
33184
|
"Theme": {
|
|
33598
33185
|
"path": "src/lib/constants.ts",
|
|
@@ -33642,22 +33229,6 @@
|
|
|
33642
33229
|
"path": "src/lib/accordion/accordion.ts",
|
|
33643
33230
|
"lineNumber": 25
|
|
33644
33231
|
},
|
|
33645
|
-
"IAvatarComponent": {
|
|
33646
|
-
"path": "src/lib/avatar/avatar.ts",
|
|
33647
|
-
"lineNumber": 10
|
|
33648
|
-
},
|
|
33649
|
-
"AvatarComponent": {
|
|
33650
|
-
"path": "src/lib/avatar/avatar.ts",
|
|
33651
|
-
"lineNumber": 54
|
|
33652
|
-
},
|
|
33653
|
-
"IBackdropComponent": {
|
|
33654
|
-
"path": "src/lib/backdrop/backdrop.ts",
|
|
33655
|
-
"lineNumber": 8
|
|
33656
|
-
},
|
|
33657
|
-
"BackdropComponent": {
|
|
33658
|
-
"path": "src/lib/backdrop/backdrop.ts",
|
|
33659
|
-
"lineNumber": 42
|
|
33660
|
-
},
|
|
33661
33232
|
"IAutocompleteAdapter": {
|
|
33662
33233
|
"path": "src/lib/autocomplete/autocomplete-adapter.ts",
|
|
33663
33234
|
"lineNumber": 14
|
|
@@ -33746,6 +33317,22 @@
|
|
|
33746
33317
|
"path": "src/lib/autocomplete/autocomplete.ts",
|
|
33747
33318
|
"lineNumber": 71
|
|
33748
33319
|
},
|
|
33320
|
+
"IAvatarComponent": {
|
|
33321
|
+
"path": "src/lib/avatar/avatar.ts",
|
|
33322
|
+
"lineNumber": 10
|
|
33323
|
+
},
|
|
33324
|
+
"AvatarComponent": {
|
|
33325
|
+
"path": "src/lib/avatar/avatar.ts",
|
|
33326
|
+
"lineNumber": 54
|
|
33327
|
+
},
|
|
33328
|
+
"IBackdropComponent": {
|
|
33329
|
+
"path": "src/lib/backdrop/backdrop.ts",
|
|
33330
|
+
"lineNumber": 8
|
|
33331
|
+
},
|
|
33332
|
+
"BackdropComponent": {
|
|
33333
|
+
"path": "src/lib/backdrop/backdrop.ts",
|
|
33334
|
+
"lineNumber": 42
|
|
33335
|
+
},
|
|
33749
33336
|
"BadgeComponentDelegateProps": {
|
|
33750
33337
|
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33751
33338
|
"lineNumber": 4
|
|
@@ -33774,6 +33361,34 @@
|
|
|
33774
33361
|
"path": "src/lib/badge/badge.ts",
|
|
33775
33362
|
"lineNumber": 50
|
|
33776
33363
|
},
|
|
33364
|
+
"IBannerAdapter": {
|
|
33365
|
+
"path": "src/lib/banner/banner-adapter.ts",
|
|
33366
|
+
"lineNumber": 6
|
|
33367
|
+
},
|
|
33368
|
+
"BannerAdapter": {
|
|
33369
|
+
"path": "src/lib/banner/banner-adapter.ts",
|
|
33370
|
+
"lineNumber": 15
|
|
33371
|
+
},
|
|
33372
|
+
"BannerTheme": {
|
|
33373
|
+
"path": "src/lib/banner/banner-constants.ts",
|
|
33374
|
+
"lineNumber": 46
|
|
33375
|
+
},
|
|
33376
|
+
"IBannerCore": {
|
|
33377
|
+
"path": "src/lib/banner/banner-core.ts",
|
|
33378
|
+
"lineNumber": 4
|
|
33379
|
+
},
|
|
33380
|
+
"BannerCore": {
|
|
33381
|
+
"path": "src/lib/banner/banner-core.ts",
|
|
33382
|
+
"lineNumber": 10
|
|
33383
|
+
},
|
|
33384
|
+
"IBannerComponent": {
|
|
33385
|
+
"path": "src/lib/banner/banner.ts",
|
|
33386
|
+
"lineNumber": 14
|
|
33387
|
+
},
|
|
33388
|
+
"BannerComponent": {
|
|
33389
|
+
"path": "src/lib/banner/banner.ts",
|
|
33390
|
+
"lineNumber": 64
|
|
33391
|
+
},
|
|
33777
33392
|
"IBottomSheetAdapter": {
|
|
33778
33393
|
"path": "src/lib/bottom-sheet/bottom-sheet-adapter.ts",
|
|
33779
33394
|
"lineNumber": 8
|
|
@@ -33814,34 +33429,6 @@
|
|
|
33814
33429
|
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
33815
33430
|
"lineNumber": 73
|
|
33816
33431
|
},
|
|
33817
|
-
"IBannerAdapter": {
|
|
33818
|
-
"path": "src/lib/banner/banner-adapter.ts",
|
|
33819
|
-
"lineNumber": 6
|
|
33820
|
-
},
|
|
33821
|
-
"BannerAdapter": {
|
|
33822
|
-
"path": "src/lib/banner/banner-adapter.ts",
|
|
33823
|
-
"lineNumber": 15
|
|
33824
|
-
},
|
|
33825
|
-
"BannerTheme": {
|
|
33826
|
-
"path": "src/lib/banner/banner-constants.ts",
|
|
33827
|
-
"lineNumber": 46
|
|
33828
|
-
},
|
|
33829
|
-
"IBannerCore": {
|
|
33830
|
-
"path": "src/lib/banner/banner-core.ts",
|
|
33831
|
-
"lineNumber": 4
|
|
33832
|
-
},
|
|
33833
|
-
"BannerCore": {
|
|
33834
|
-
"path": "src/lib/banner/banner-core.ts",
|
|
33835
|
-
"lineNumber": 10
|
|
33836
|
-
},
|
|
33837
|
-
"IBannerComponent": {
|
|
33838
|
-
"path": "src/lib/banner/banner.ts",
|
|
33839
|
-
"lineNumber": 14
|
|
33840
|
-
},
|
|
33841
|
-
"BannerComponent": {
|
|
33842
|
-
"path": "src/lib/banner/banner.ts",
|
|
33843
|
-
"lineNumber": 64
|
|
33844
|
-
},
|
|
33845
33432
|
"IButtonAdapter": {
|
|
33846
33433
|
"path": "src/lib/button/button-adapter.ts",
|
|
33847
33434
|
"lineNumber": 4
|
|
@@ -35156,23 +34743,23 @@
|
|
|
35156
34743
|
},
|
|
35157
34744
|
"PopoverAnimationType": {
|
|
35158
34745
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35159
|
-
"lineNumber":
|
|
34746
|
+
"lineNumber": 63
|
|
35160
34747
|
},
|
|
35161
34748
|
"PopoverTriggerType": {
|
|
35162
34749
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35163
|
-
"lineNumber":
|
|
34750
|
+
"lineNumber": 64
|
|
35164
34751
|
},
|
|
35165
34752
|
"PopoverDismissReason": {
|
|
35166
34753
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35167
|
-
"lineNumber":
|
|
34754
|
+
"lineNumber": 65
|
|
35168
34755
|
},
|
|
35169
34756
|
"PopoverPreset": {
|
|
35170
34757
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35171
|
-
"lineNumber":
|
|
34758
|
+
"lineNumber": 66
|
|
35172
34759
|
},
|
|
35173
34760
|
"IPopoverToggleEventData": {
|
|
35174
34761
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35175
|
-
"lineNumber":
|
|
34762
|
+
"lineNumber": 68
|
|
35176
34763
|
},
|
|
35177
34764
|
"IPopoverCore": {
|
|
35178
34765
|
"path": "src/lib/popover/popover-core.ts",
|
|
@@ -35500,7 +35087,7 @@
|
|
|
35500
35087
|
},
|
|
35501
35088
|
"TableComponent": {
|
|
35502
35089
|
"path": "src/lib/table/table.ts",
|
|
35503
|
-
"lineNumber":
|
|
35090
|
+
"lineNumber": 110
|
|
35504
35091
|
},
|
|
35505
35092
|
"TableViewTemplate": {
|
|
35506
35093
|
"path": "src/lib/table/types.ts",
|
|
@@ -35978,34 +35565,6 @@
|
|
|
35978
35565
|
"path": "src/lib/app-bar/notification-button/app-bar-notification-button.ts",
|
|
35979
35566
|
"lineNumber": 44
|
|
35980
35567
|
},
|
|
35981
|
-
"IAppBarSearchAdapter": {
|
|
35982
|
-
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35983
|
-
"lineNumber": 6
|
|
35984
|
-
},
|
|
35985
|
-
"AppBarSearchAdapter": {
|
|
35986
|
-
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35987
|
-
"lineNumber": 14
|
|
35988
|
-
},
|
|
35989
|
-
"IAppBarSearchInputEventData": {
|
|
35990
|
-
"path": "src/lib/app-bar/search/app-bar-search-constants.ts",
|
|
35991
|
-
"lineNumber": 27
|
|
35992
|
-
},
|
|
35993
|
-
"IAppBarSearchCore": {
|
|
35994
|
-
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35995
|
-
"lineNumber": 4
|
|
35996
|
-
},
|
|
35997
|
-
"AppBarSearchCore": {
|
|
35998
|
-
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35999
|
-
"lineNumber": 10
|
|
36000
|
-
},
|
|
36001
|
-
"IAppBarSearchComponent": {
|
|
36002
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
36003
|
-
"lineNumber": 13
|
|
36004
|
-
},
|
|
36005
|
-
"AppBarSearchComponent": {
|
|
36006
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
36007
|
-
"lineNumber": 66
|
|
36008
|
-
},
|
|
36009
35568
|
"IAppBarProfileButtonAdapter": {
|
|
36010
35569
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button-adapter.ts",
|
|
36011
35570
|
"lineNumber": 12
|
|
@@ -36038,6 +35597,34 @@
|
|
|
36038
35597
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
36039
35598
|
"lineNumber": 70
|
|
36040
35599
|
},
|
|
35600
|
+
"IAppBarSearchAdapter": {
|
|
35601
|
+
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35602
|
+
"lineNumber": 6
|
|
35603
|
+
},
|
|
35604
|
+
"AppBarSearchAdapter": {
|
|
35605
|
+
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35606
|
+
"lineNumber": 14
|
|
35607
|
+
},
|
|
35608
|
+
"IAppBarSearchInputEventData": {
|
|
35609
|
+
"path": "src/lib/app-bar/search/app-bar-search-constants.ts",
|
|
35610
|
+
"lineNumber": 27
|
|
35611
|
+
},
|
|
35612
|
+
"IAppBarSearchCore": {
|
|
35613
|
+
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35614
|
+
"lineNumber": 4
|
|
35615
|
+
},
|
|
35616
|
+
"AppBarSearchCore": {
|
|
35617
|
+
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35618
|
+
"lineNumber": 10
|
|
35619
|
+
},
|
|
35620
|
+
"IAppBarSearchComponent": {
|
|
35621
|
+
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35622
|
+
"lineNumber": 13
|
|
35623
|
+
},
|
|
35624
|
+
"AppBarSearchComponent": {
|
|
35625
|
+
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35626
|
+
"lineNumber": 66
|
|
35627
|
+
},
|
|
36041
35628
|
"IBaseButtonAdapter": {
|
|
36042
35629
|
"path": "src/lib/button/base/base-button-adapter.ts",
|
|
36043
35630
|
"lineNumber": 13
|
|
@@ -36494,62 +36081,6 @@
|
|
|
36494
36081
|
"path": "src/lib/core/utils/reflect-utils.ts",
|
|
36495
36082
|
"lineNumber": 158
|
|
36496
36083
|
},
|
|
36497
|
-
"IDataTableBodyComponent": {
|
|
36498
|
-
"path": "src/lib/data-table/body/body.ts",
|
|
36499
|
-
"lineNumber": 9
|
|
36500
|
-
},
|
|
36501
|
-
"DataTableBodyComponent": {
|
|
36502
|
-
"path": "src/lib/data-table/body/body.ts",
|
|
36503
|
-
"lineNumber": 32
|
|
36504
|
-
},
|
|
36505
|
-
"IDataTableCellComponent": {
|
|
36506
|
-
"path": "src/lib/data-table/cell/cell.ts",
|
|
36507
|
-
"lineNumber": 9
|
|
36508
|
-
},
|
|
36509
|
-
"DataTableCellComponent": {
|
|
36510
|
-
"path": "src/lib/data-table/cell/cell.ts",
|
|
36511
|
-
"lineNumber": 32
|
|
36512
|
-
},
|
|
36513
|
-
"IDataTableColumnComponent": {
|
|
36514
|
-
"path": "src/lib/data-table/column/column.ts",
|
|
36515
|
-
"lineNumber": 9
|
|
36516
|
-
},
|
|
36517
|
-
"DataTableColumnComponent": {
|
|
36518
|
-
"path": "src/lib/data-table/column/column.ts",
|
|
36519
|
-
"lineNumber": 32
|
|
36520
|
-
},
|
|
36521
|
-
"IDataTableFooterComponent": {
|
|
36522
|
-
"path": "src/lib/data-table/footer/footer.ts",
|
|
36523
|
-
"lineNumber": 9
|
|
36524
|
-
},
|
|
36525
|
-
"DataTableFooterComponent": {
|
|
36526
|
-
"path": "src/lib/data-table/footer/footer.ts",
|
|
36527
|
-
"lineNumber": 32
|
|
36528
|
-
},
|
|
36529
|
-
"IDataTableHeadComponent": {
|
|
36530
|
-
"path": "src/lib/data-table/head/head.ts",
|
|
36531
|
-
"lineNumber": 9
|
|
36532
|
-
},
|
|
36533
|
-
"DataTableHeadComponent": {
|
|
36534
|
-
"path": "src/lib/data-table/head/head.ts",
|
|
36535
|
-
"lineNumber": 32
|
|
36536
|
-
},
|
|
36537
|
-
"IDataTableRowComponent": {
|
|
36538
|
-
"path": "src/lib/data-table/row/row.ts",
|
|
36539
|
-
"lineNumber": 9
|
|
36540
|
-
},
|
|
36541
|
-
"DataTableRowComponent": {
|
|
36542
|
-
"path": "src/lib/data-table/row/row.ts",
|
|
36543
|
-
"lineNumber": 32
|
|
36544
|
-
},
|
|
36545
|
-
"IDataTableComponent": {
|
|
36546
|
-
"path": "src/lib/data-table/table/table.ts",
|
|
36547
|
-
"lineNumber": 12
|
|
36548
|
-
},
|
|
36549
|
-
"DataTableComponent": {
|
|
36550
|
-
"path": "src/lib/data-table/table/table.ts",
|
|
36551
|
-
"lineNumber": 35
|
|
36552
|
-
},
|
|
36553
36084
|
"IBaseDatePickerAdapter": {
|
|
36554
36085
|
"path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
|
|
36555
36086
|
"lineNumber": 11
|
|
@@ -36818,6 +36349,38 @@
|
|
|
36818
36349
|
"path": "src/lib/list/list/list.ts",
|
|
36819
36350
|
"lineNumber": 70
|
|
36820
36351
|
},
|
|
36352
|
+
"MeterDirection": {
|
|
36353
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36354
|
+
"lineNumber": 15
|
|
36355
|
+
},
|
|
36356
|
+
"MeterDensity": {
|
|
36357
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36358
|
+
"lineNumber": 16
|
|
36359
|
+
},
|
|
36360
|
+
"MeterShape": {
|
|
36361
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36362
|
+
"lineNumber": 17
|
|
36363
|
+
},
|
|
36364
|
+
"MeterInnerShape": {
|
|
36365
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36366
|
+
"lineNumber": 18
|
|
36367
|
+
},
|
|
36368
|
+
"MeterStatus": {
|
|
36369
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36370
|
+
"lineNumber": 19
|
|
36371
|
+
},
|
|
36372
|
+
"MeterTheme": {
|
|
36373
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36374
|
+
"lineNumber": 20
|
|
36375
|
+
},
|
|
36376
|
+
"MeterValueMode": {
|
|
36377
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36378
|
+
"lineNumber": 21
|
|
36379
|
+
},
|
|
36380
|
+
"MeterComponent": {
|
|
36381
|
+
"path": "src/lib/meter/meter/meter.ts",
|
|
36382
|
+
"lineNumber": 64
|
|
36383
|
+
},
|
|
36821
36384
|
"IListItemAdapter": {
|
|
36822
36385
|
"path": "src/lib/list/list-item/list-item-adapter.ts",
|
|
36823
36386
|
"lineNumber": 11
|
|
@@ -36854,38 +36417,6 @@
|
|
|
36854
36417
|
"path": "src/lib/list/list-item/list-item.ts",
|
|
36855
36418
|
"lineNumber": 123
|
|
36856
36419
|
},
|
|
36857
|
-
"MeterDirection": {
|
|
36858
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36859
|
-
"lineNumber": 15
|
|
36860
|
-
},
|
|
36861
|
-
"MeterDensity": {
|
|
36862
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36863
|
-
"lineNumber": 16
|
|
36864
|
-
},
|
|
36865
|
-
"MeterShape": {
|
|
36866
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36867
|
-
"lineNumber": 17
|
|
36868
|
-
},
|
|
36869
|
-
"MeterInnerShape": {
|
|
36870
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36871
|
-
"lineNumber": 18
|
|
36872
|
-
},
|
|
36873
|
-
"MeterStatus": {
|
|
36874
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36875
|
-
"lineNumber": 19
|
|
36876
|
-
},
|
|
36877
|
-
"MeterTheme": {
|
|
36878
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36879
|
-
"lineNumber": 20
|
|
36880
|
-
},
|
|
36881
|
-
"MeterValueMode": {
|
|
36882
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36883
|
-
"lineNumber": 21
|
|
36884
|
-
},
|
|
36885
|
-
"MeterComponent": {
|
|
36886
|
-
"path": "src/lib/meter/meter/meter.ts",
|
|
36887
|
-
"lineNumber": 64
|
|
36888
|
-
},
|
|
36889
36420
|
"MeterGroupComponent": {
|
|
36890
36421
|
"path": "src/lib/meter/meter-group/meter-group.ts",
|
|
36891
36422
|
"lineNumber": 35
|