@tylertech/forge 3.9.0-dev.0 → 3.9.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1790 -1656
- package/dist/lib.js +27 -105
- package/dist/lib.js.map +4 -4
- package/dist/vscode.css-custom-data.json +76 -49
- package/dist/vscode.html-custom-data.json +167 -180
- package/esm/app-bar/help-button/app-bar-help-button.js +1 -1
- package/esm/app-bar/menu-button/app-bar-menu-button.js +1 -1
- package/esm/app-bar/notification-button/app-bar-notification-button.js +1 -1
- package/esm/app-bar/search/app-bar-search.js +1 -1
- package/esm/autocomplete/autocomplete.js +1 -1
- package/esm/avatar/index.js +3 -3
- package/esm/badge/index.js +3 -3
- package/esm/banner/banner.js +1 -1
- package/esm/button/base/base-button-adapter.js +1 -1
- package/esm/button/base/base-button.js +1 -1
- package/esm/calendar/calendar-adapter.d.ts +0 -24
- package/esm/calendar/calendar-adapter.js +1 -67
- package/esm/calendar/calendar-constants.d.ts +0 -34
- package/esm/calendar/calendar-constants.js +0 -33
- package/esm/calendar/calendar-core.d.ts +0 -60
- package/esm/calendar/calendar-core.js +2 -220
- package/esm/calendar/calendar-dom-utils.d.ts +0 -6
- package/esm/calendar/calendar-dom-utils.js +0 -36
- package/esm/calendar/calendar.d.ts +1 -40
- package/esm/calendar/calendar.js +3 -81
- package/esm/calendar/core/calendar-base.d.ts +0 -3
- package/esm/calendar/core/date-range.d.ts +0 -2
- package/esm/calendar/core/date-range.js +0 -1
- package/esm/card/index.d.ts +1 -1
- package/esm/card/index.js +4 -4
- package/esm/chips/chip/chip.js +1 -1
- package/esm/color-picker/color-picker.js +1 -1
- package/esm/core/utils/dismissible-stack.d.ts +5 -1
- package/esm/core/utils/dismissible-stack.js +6 -0
- package/esm/data-table/body/body.d.ts +33 -0
- package/esm/data-table/body/body.js +42 -0
- package/esm/data-table/body/index.d.ts +6 -0
- package/esm/data-table/body/index.js +6 -0
- package/esm/data-table/cell/cell.d.ts +33 -0
- package/esm/data-table/cell/cell.js +42 -0
- package/esm/data-table/cell/index.d.ts +6 -0
- package/esm/data-table/cell/index.js +6 -0
- package/esm/data-table/column/column.d.ts +33 -0
- package/esm/data-table/column/column.js +42 -0
- package/esm/data-table/column/index.d.ts +6 -0
- package/esm/data-table/column/index.js +6 -0
- package/esm/data-table/footer/footer.d.ts +33 -0
- package/esm/data-table/footer/footer.js +42 -0
- package/esm/data-table/footer/index.d.ts +6 -0
- package/esm/data-table/footer/index.js +6 -0
- package/esm/data-table/head/head.d.ts +33 -0
- package/esm/data-table/head/head.js +42 -0
- package/esm/data-table/head/index.d.ts +6 -0
- package/esm/data-table/head/index.js +6 -0
- package/esm/data-table/index.d.ts +12 -0
- package/esm/data-table/index.js +12 -0
- package/esm/data-table/row/index.d.ts +6 -0
- package/esm/data-table/row/index.js +6 -0
- package/esm/data-table/row/row.d.ts +33 -0
- package/esm/data-table/row/row.js +42 -0
- package/esm/data-table/table/index.d.ts +6 -0
- package/esm/data-table/table/index.js +6 -0
- package/esm/data-table/table/table.d.ts +36 -0
- package/esm/data-table/table/table.js +40 -0
- package/esm/date-picker/base/base-date-picker-adapter.js +3 -0
- package/esm/date-picker/base/base-date-picker-constants.d.ts +0 -3
- package/esm/date-picker/base/base-date-picker-constants.js +0 -3
- package/esm/date-picker/base/base-date-picker-core.d.ts +0 -15
- package/esm/date-picker/base/base-date-picker-core.js +0 -30
- package/esm/date-picker/base/base-date-picker.d.ts +0 -12
- package/esm/date-picker/base/base-date-picker.js +0 -24
- package/esm/date-picker/date-picker-core.d.ts +0 -3
- package/esm/date-picker/date-picker-core.js +0 -20
- package/esm/date-picker/date-picker.js +1 -1
- package/esm/date-range-picker/date-range-picker-constants.d.ts +0 -3
- package/esm/date-range-picker/date-range-picker-constants.js +0 -1
- package/esm/date-range-picker/date-range-picker-core.d.ts +0 -3
- package/esm/date-range-picker/date-range-picker-core.js +2 -62
- package/esm/date-range-picker/date-range-picker.d.ts +0 -3
- package/esm/date-range-picker/date-range-picker.js +1 -4
- package/esm/icon/icon-constants.d.ts +2 -1
- package/esm/icon/icon-constants.js +2 -1
- package/esm/icon/icon-core.js +6 -2
- package/esm/icon/icon-utils.d.ts +2 -1
- package/esm/icon/icon-utils.js +2 -2
- package/esm/icon/icon.d.ts +3 -1
- package/esm/icon/icon.js +1 -1
- package/esm/icon-button/icon-button-core.js +11 -2
- package/esm/key/key/index.js +3 -3
- package/esm/key/key-item/index.js +3 -3
- package/esm/list-dropdown/list-dropdown-utils.js +1 -1
- package/esm/list-dropdown/list-dropdown.js +1 -1
- package/esm/menu/menu.js +1 -1
- package/esm/meter/meter/index.js +2 -2
- package/esm/meter/meter-group/index.js +3 -3
- package/esm/open-icon/open-icon.js +1 -1
- package/esm/paginator/paginator.js +1 -1
- package/esm/popover/popover-constants.d.ts +3 -0
- package/esm/popover/popover-constants.js +4 -2
- package/esm/popover/popover-core.d.ts +4 -0
- package/esm/popover/popover-core.js +20 -0
- package/esm/popover/popover.d.ts +4 -0
- package/esm/popover/popover.js +8 -0
- package/esm/select/select/select.js +1 -1
- package/esm/split-view/split-view-panel/split-view-panel.js +3 -4
- package/esm/stepper/step/step.js +1 -1
- package/esm/table/table-constants.d.ts +1 -0
- package/esm/table/table-constants.js +2 -1
- package/esm/table/table-core.js +3 -0
- package/esm/table/table.d.ts +2 -0
- package/esm/table/table.js +2 -1
- package/esm/tabs/tab-bar/tab-bar-adapter.js +1 -1
- package/esm/tabs/tab-bar/tab-bar.js +1 -1
- package/esm/text-field/text-field.js +1 -1
- package/esm/time-picker/time-picker.js +1 -2
- package/esm/toast/toast.js +1 -1
- package/esm/view-switcher/view-switcher.d.ts +5 -0
- package/esm/view-switcher/view-switcher.js +6 -1
- package/package.json +2 -2
- package/sass/calendar/_mixins.scss +2 -3
- package/sass/data-table/_core.scss +52 -0
- package/sass/data-table/_token-utils.scss +15 -0
- package/sass/data-table/body/body.scss +27 -0
- package/sass/data-table/cell/cell.scss +27 -0
- package/sass/data-table/column/column.scss +27 -0
- package/sass/data-table/footer/footer.scss +27 -0
- package/sass/data-table/head/head.scss +27 -0
- package/sass/data-table/index.scss +12 -0
- package/sass/data-table/row/row.scss +27 -0
- package/sass/data-table/table/table.scss +16 -0
- package/sass/view-switcher/view-switcher.scss +13 -7
package/custom-elements.json
CHANGED
|
@@ -66,6 +66,194 @@
|
|
|
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
|
+
},
|
|
69
257
|
{
|
|
70
258
|
"kind": "javascript-module",
|
|
71
259
|
"path": "src/lib/backdrop/backdrop.ts",
|
|
@@ -269,179 +457,6 @@
|
|
|
269
457
|
}
|
|
270
458
|
]
|
|
271
459
|
},
|
|
272
|
-
{
|
|
273
|
-
"kind": "javascript-module",
|
|
274
|
-
"path": "src/lib/badge/badge.ts",
|
|
275
|
-
"declarations": [
|
|
276
|
-
{
|
|
277
|
-
"kind": "variable",
|
|
278
|
-
"name": "BADGE_TAG_NAME",
|
|
279
|
-
"type": {
|
|
280
|
-
"text": "keyof HTMLElementTagNameMap"
|
|
281
|
-
},
|
|
282
|
-
"default": "'forge-badge'"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"kind": "class",
|
|
286
|
-
"description": "",
|
|
287
|
-
"name": "BadgeComponent",
|
|
288
|
-
"cssProperties": [
|
|
289
|
-
{
|
|
290
|
-
"description": "The background color.",
|
|
291
|
-
"name": "--forge-badge-background"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"description": "The text color.",
|
|
295
|
-
"name": "--forge-badge-color"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"description": "The shape radius.",
|
|
299
|
-
"name": "--forge-badge-shape"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"description": "The inline padding.",
|
|
303
|
-
"name": "--forge-badge-padding-inline"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"description": "The block padding.",
|
|
307
|
-
"name": "--forge-badge-padding-block"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"description": "The border width.",
|
|
311
|
-
"name": "--forge-badge-border-width"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"description": "The border color.",
|
|
315
|
-
"name": "--forge-badge-border-color"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"description": "The border style.",
|
|
319
|
-
"name": "--forge-badge-border-style"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"description": "The spacing between the content within the badge.",
|
|
323
|
-
"name": "--forge-badge-gap"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"slots": [
|
|
327
|
-
{
|
|
328
|
-
"description": "Default content placed inside the badge.",
|
|
329
|
-
"name": ""
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"description": "Content placed before the default content.",
|
|
333
|
-
"name": "start"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"description": "Content placed after the default content.",
|
|
337
|
-
"name": "end"
|
|
338
|
-
}
|
|
339
|
-
],
|
|
340
|
-
"members": [
|
|
341
|
-
{
|
|
342
|
-
"kind": "field",
|
|
343
|
-
"name": "#internals",
|
|
344
|
-
"privacy": "private",
|
|
345
|
-
"type": {
|
|
346
|
-
"text": "ElementInternals"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"kind": "field",
|
|
351
|
-
"name": "dot",
|
|
352
|
-
"type": {
|
|
353
|
-
"text": "boolean"
|
|
354
|
-
},
|
|
355
|
-
"privacy": "public",
|
|
356
|
-
"default": "false",
|
|
357
|
-
"description": "Controls whether the badge will be a small dot without any content visible."
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"kind": "field",
|
|
361
|
-
"name": "theme",
|
|
362
|
-
"type": {
|
|
363
|
-
"text": "BadgeTheme"
|
|
364
|
-
},
|
|
365
|
-
"privacy": "public",
|
|
366
|
-
"default": "'default'",
|
|
367
|
-
"description": "The theme of the badge."
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"kind": "field",
|
|
371
|
-
"name": "strong",
|
|
372
|
-
"type": {
|
|
373
|
-
"text": "boolean"
|
|
374
|
-
},
|
|
375
|
-
"privacy": "public",
|
|
376
|
-
"default": "false",
|
|
377
|
-
"description": "Controls whether the badge will have a stronger visual appearance."
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"kind": "field",
|
|
381
|
-
"name": "hide",
|
|
382
|
-
"type": {
|
|
383
|
-
"text": "boolean"
|
|
384
|
-
},
|
|
385
|
-
"privacy": "public",
|
|
386
|
-
"default": "false",
|
|
387
|
-
"description": "Controls whether the badge is visible."
|
|
388
|
-
}
|
|
389
|
-
],
|
|
390
|
-
"superclass": {
|
|
391
|
-
"name": "BaseLitElement",
|
|
392
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
393
|
-
},
|
|
394
|
-
"tagName": "forge-badge",
|
|
395
|
-
"states": [
|
|
396
|
-
{
|
|
397
|
-
"name": "dot",
|
|
398
|
-
"description": "The badge is rendered as a dot."
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "strong",
|
|
402
|
-
"description": "The badge has a stronger visual appearance."
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"name": "hide",
|
|
406
|
-
"description": "The badge is hidden."
|
|
407
|
-
}
|
|
408
|
-
],
|
|
409
|
-
"cssClasses": [
|
|
410
|
-
{
|
|
411
|
-
"name": "forge-badge",
|
|
412
|
-
"description": "The badge class _(required)_."
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"name": "forge-badge--dot",
|
|
416
|
-
"description": "Renders the badge as a dot."
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"name": "forge-badge__icon",
|
|
420
|
-
"description": "Styles a child element as an icon."
|
|
421
|
-
}
|
|
422
|
-
],
|
|
423
|
-
"customElement": true
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"exports": [
|
|
427
|
-
{
|
|
428
|
-
"kind": "js",
|
|
429
|
-
"name": "BADGE_TAG_NAME",
|
|
430
|
-
"declaration": {
|
|
431
|
-
"name": "BADGE_TAG_NAME",
|
|
432
|
-
"module": "src/lib/badge/badge.ts"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"kind": "js",
|
|
437
|
-
"name": "BadgeComponent",
|
|
438
|
-
"declaration": {
|
|
439
|
-
"name": "BadgeComponent",
|
|
440
|
-
"module": "src/lib/badge/badge.ts"
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
]
|
|
444
|
-
},
|
|
445
460
|
{
|
|
446
461
|
"kind": "javascript-module",
|
|
447
462
|
"path": "src/lib/autocomplete/autocomplete.ts",
|
|
@@ -1165,341 +1180,153 @@
|
|
|
1165
1180
|
},
|
|
1166
1181
|
{
|
|
1167
1182
|
"kind": "javascript-module",
|
|
1168
|
-
"path": "src/lib/
|
|
1183
|
+
"path": "src/lib/badge/badge.ts",
|
|
1169
1184
|
"declarations": [
|
|
1170
1185
|
{
|
|
1171
1186
|
"kind": "variable",
|
|
1172
|
-
"name": "
|
|
1187
|
+
"name": "BADGE_TAG_NAME",
|
|
1173
1188
|
"type": {
|
|
1174
1189
|
"text": "keyof HTMLElementTagNameMap"
|
|
1175
1190
|
},
|
|
1176
|
-
"default": "'forge-
|
|
1191
|
+
"default": "'forge-badge'"
|
|
1177
1192
|
},
|
|
1178
1193
|
{
|
|
1179
1194
|
"kind": "class",
|
|
1180
1195
|
"description": "",
|
|
1181
|
-
"name": "
|
|
1196
|
+
"name": "BadgeComponent",
|
|
1182
1197
|
"cssProperties": [
|
|
1183
1198
|
{
|
|
1184
|
-
"
|
|
1185
|
-
|
|
1186
|
-
},
|
|
1187
|
-
"description": "The background color of the avatar.",
|
|
1188
|
-
"name": "--forge-avatar-background"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"type": {
|
|
1192
|
-
"text": "number"
|
|
1193
|
-
},
|
|
1194
|
-
"description": "The border radius of the avatar, defaults to 50%.",
|
|
1195
|
-
"name": "--forge-avatar-shape"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"type": {
|
|
1199
|
-
"text": "color"
|
|
1200
|
-
},
|
|
1201
|
-
"description": "The text color of the avatar.",
|
|
1202
|
-
"name": "--forge-avatar-color"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"type": {
|
|
1206
|
-
"text": "number"
|
|
1207
|
-
},
|
|
1208
|
-
"description": "The height and width of the avatar.",
|
|
1209
|
-
"name": "--forge-avatar-size"
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"type": {
|
|
1213
|
-
"text": "number"
|
|
1214
|
-
},
|
|
1215
|
-
"description": "The transition duration for animations.",
|
|
1216
|
-
"name": "--forge-avatar-transition-duration"
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"type": {
|
|
1220
|
-
"text": "string"
|
|
1221
|
-
},
|
|
1222
|
-
"description": "The transition timing function for animations.",
|
|
1223
|
-
"name": "--forge-avatar-transition-timing"
|
|
1224
|
-
}
|
|
1225
|
-
],
|
|
1226
|
-
"cssParts": [
|
|
1227
|
-
{
|
|
1228
|
-
"description": "The root container element.",
|
|
1229
|
-
"name": "root"
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"slots": [
|
|
1233
|
-
{
|
|
1234
|
-
"description": "The default slot for avatar content if not provided via text/imageUrl.",
|
|
1235
|
-
"name": ""
|
|
1236
|
-
}
|
|
1237
|
-
],
|
|
1238
|
-
"members": [
|
|
1239
|
-
{
|
|
1240
|
-
"kind": "field",
|
|
1241
|
-
"name": "text",
|
|
1242
|
-
"type": {
|
|
1243
|
-
"text": "string"
|
|
1244
|
-
},
|
|
1245
|
-
"privacy": "public",
|
|
1246
|
-
"default": "''",
|
|
1247
|
-
"description": "The text to display in the avatar.",
|
|
1248
|
-
"attribute": "text"
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"kind": "field",
|
|
1252
|
-
"name": "letterCount",
|
|
1253
|
-
"type": {
|
|
1254
|
-
"text": "number"
|
|
1255
|
-
},
|
|
1256
|
-
"privacy": "public",
|
|
1257
|
-
"default": "2",
|
|
1258
|
-
"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.",
|
|
1259
|
-
"attribute": "letter-count"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "field",
|
|
1263
|
-
"name": "imageUrl",
|
|
1264
|
-
"type": {
|
|
1265
|
-
"text": "string"
|
|
1266
|
-
},
|
|
1267
|
-
"privacy": "public",
|
|
1268
|
-
"default": "''",
|
|
1269
|
-
"description": "The background image URL to use.",
|
|
1270
|
-
"attribute": "image-url"
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "field",
|
|
1274
|
-
"name": "_image",
|
|
1275
|
-
"type": {
|
|
1276
|
-
"text": "HTMLImageElement | undefined"
|
|
1277
|
-
},
|
|
1278
|
-
"privacy": "private"
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"kind": "method",
|
|
1282
|
-
"name": "_tryLoadImage",
|
|
1283
|
-
"privacy": "private",
|
|
1284
|
-
"return": {
|
|
1285
|
-
"type": {
|
|
1286
|
-
"text": "Promise<void>"
|
|
1287
|
-
}
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
],
|
|
1291
|
-
"attributes": [
|
|
1292
|
-
{
|
|
1293
|
-
"name": "text",
|
|
1294
|
-
"type": {
|
|
1295
|
-
"text": "string"
|
|
1296
|
-
},
|
|
1297
|
-
"default": "''",
|
|
1298
|
-
"description": "The text to display in the avatar.",
|
|
1299
|
-
"fieldName": "text"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"name": "letter-count",
|
|
1303
|
-
"type": {
|
|
1304
|
-
"text": "number"
|
|
1305
|
-
},
|
|
1306
|
-
"default": "2",
|
|
1307
|
-
"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.",
|
|
1308
|
-
"fieldName": "letterCount"
|
|
1199
|
+
"description": "The background color.",
|
|
1200
|
+
"name": "--forge-badge-background"
|
|
1309
1201
|
},
|
|
1310
1202
|
{
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
"text": "string"
|
|
1314
|
-
},
|
|
1315
|
-
"default": "''",
|
|
1316
|
-
"description": "The background image URL to use.",
|
|
1317
|
-
"fieldName": "imageUrl"
|
|
1318
|
-
}
|
|
1319
|
-
],
|
|
1320
|
-
"superclass": {
|
|
1321
|
-
"name": "BaseLitElement",
|
|
1322
|
-
"module": "/src/lib/core/base/base-lit-element"
|
|
1323
|
-
},
|
|
1324
|
-
"tagName": "forge-avatar",
|
|
1325
|
-
"summary": "Avatars represent an entity via text or image.",
|
|
1326
|
-
"cssClasses": [
|
|
1327
|
-
{
|
|
1328
|
-
"name": "forge-avatar",
|
|
1329
|
-
"description": "The avatar class _(required)_."
|
|
1330
|
-
}
|
|
1331
|
-
],
|
|
1332
|
-
"customElement": true
|
|
1333
|
-
}
|
|
1334
|
-
],
|
|
1335
|
-
"exports": [
|
|
1336
|
-
{
|
|
1337
|
-
"kind": "js",
|
|
1338
|
-
"name": "AVATAR_TAG_NAME",
|
|
1339
|
-
"declaration": {
|
|
1340
|
-
"name": "AVATAR_TAG_NAME",
|
|
1341
|
-
"module": "src/lib/avatar/avatar.ts"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"kind": "js",
|
|
1346
|
-
"name": "AvatarComponent",
|
|
1347
|
-
"declaration": {
|
|
1348
|
-
"name": "AvatarComponent",
|
|
1349
|
-
"module": "src/lib/avatar/avatar.ts"
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1352
|
-
]
|
|
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"
|
|
1203
|
+
"description": "The text color.",
|
|
1204
|
+
"name": "--forge-badge-color"
|
|
1366
1205
|
},
|
|
1367
1206
|
{
|
|
1368
|
-
"description": "The
|
|
1369
|
-
"name": "--forge-
|
|
1207
|
+
"description": "The shape radius.",
|
|
1208
|
+
"name": "--forge-badge-shape"
|
|
1370
1209
|
},
|
|
1371
1210
|
{
|
|
1372
|
-
"description": "The
|
|
1373
|
-
"name": "--forge-
|
|
1211
|
+
"description": "The inline padding.",
|
|
1212
|
+
"name": "--forge-badge-padding-inline"
|
|
1374
1213
|
},
|
|
1375
1214
|
{
|
|
1376
|
-
"description": "The
|
|
1377
|
-
"name": "--forge-
|
|
1215
|
+
"description": "The block padding.",
|
|
1216
|
+
"name": "--forge-badge-padding-block"
|
|
1378
1217
|
},
|
|
1379
1218
|
{
|
|
1380
|
-
"description": "The
|
|
1381
|
-
"name": "--forge-
|
|
1219
|
+
"description": "The border width.",
|
|
1220
|
+
"name": "--forge-badge-border-width"
|
|
1382
1221
|
},
|
|
1383
1222
|
{
|
|
1384
|
-
"description": "The
|
|
1385
|
-
"name": "--forge-
|
|
1223
|
+
"description": "The border color.",
|
|
1224
|
+
"name": "--forge-badge-border-color"
|
|
1386
1225
|
},
|
|
1387
1226
|
{
|
|
1388
|
-
"description": "The
|
|
1389
|
-
"name": "--forge-
|
|
1227
|
+
"description": "The border style.",
|
|
1228
|
+
"name": "--forge-badge-border-style"
|
|
1390
1229
|
},
|
|
1391
1230
|
{
|
|
1392
|
-
"description": "The
|
|
1393
|
-
"name": "--forge-
|
|
1231
|
+
"description": "The spacing between the content within the badge.",
|
|
1232
|
+
"name": "--forge-badge-gap"
|
|
1394
1233
|
}
|
|
1395
1234
|
],
|
|
1396
1235
|
"slots": [
|
|
1397
1236
|
{
|
|
1398
|
-
"description": "
|
|
1237
|
+
"description": "Default content placed inside the badge.",
|
|
1399
1238
|
"name": ""
|
|
1400
1239
|
},
|
|
1401
1240
|
{
|
|
1402
|
-
"description": "
|
|
1403
|
-
"name": "
|
|
1241
|
+
"description": "Content placed before the default content.",
|
|
1242
|
+
"name": "start"
|
|
1404
1243
|
},
|
|
1405
1244
|
{
|
|
1406
|
-
"description": "
|
|
1407
|
-
"name": "
|
|
1245
|
+
"description": "Content placed after the default content.",
|
|
1246
|
+
"name": "end"
|
|
1408
1247
|
}
|
|
1409
1248
|
],
|
|
1410
1249
|
"members": [
|
|
1411
1250
|
{
|
|
1412
1251
|
"kind": "field",
|
|
1413
|
-
"name": "
|
|
1252
|
+
"name": "#internals",
|
|
1253
|
+
"privacy": "private",
|
|
1414
1254
|
"type": {
|
|
1415
|
-
"text": "
|
|
1416
|
-
}
|
|
1417
|
-
"privacy": "public",
|
|
1418
|
-
"description": "Controls the visibility of the banner.",
|
|
1419
|
-
"default": "false"
|
|
1255
|
+
"text": "ElementInternals"
|
|
1256
|
+
}
|
|
1420
1257
|
},
|
|
1421
1258
|
{
|
|
1422
1259
|
"kind": "field",
|
|
1423
|
-
"name": "
|
|
1260
|
+
"name": "dot",
|
|
1424
1261
|
"type": {
|
|
1425
1262
|
"text": "boolean"
|
|
1426
1263
|
},
|
|
1427
1264
|
"privacy": "public",
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1265
|
+
"default": "false",
|
|
1266
|
+
"description": "Controls whether the badge will be a small dot without any content visible."
|
|
1430
1267
|
},
|
|
1431
1268
|
{
|
|
1432
1269
|
"kind": "field",
|
|
1433
1270
|
"name": "theme",
|
|
1434
1271
|
"type": {
|
|
1435
|
-
"text": "
|
|
1272
|
+
"text": "BadgeTheme"
|
|
1436
1273
|
},
|
|
1437
1274
|
"privacy": "public",
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1275
|
+
"default": "'default'",
|
|
1276
|
+
"description": "The theme of the badge."
|
|
1440
1277
|
},
|
|
1441
1278
|
{
|
|
1442
1279
|
"kind": "field",
|
|
1443
|
-
"name": "
|
|
1280
|
+
"name": "strong",
|
|
1444
1281
|
"type": {
|
|
1445
1282
|
"text": "boolean"
|
|
1446
1283
|
},
|
|
1447
1284
|
"privacy": "public",
|
|
1448
|
-
"
|
|
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"
|
|
1285
|
+
"default": "false",
|
|
1286
|
+
"description": "Controls whether the badge will have a stronger visual appearance."
|
|
1458
1287
|
},
|
|
1459
1288
|
{
|
|
1289
|
+
"kind": "field",
|
|
1290
|
+
"name": "hide",
|
|
1460
1291
|
"type": {
|
|
1461
|
-
"text": "
|
|
1292
|
+
"text": "boolean"
|
|
1462
1293
|
},
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1294
|
+
"privacy": "public",
|
|
1295
|
+
"default": "false",
|
|
1296
|
+
"description": "Controls whether the badge is visible."
|
|
1465
1297
|
}
|
|
1466
1298
|
],
|
|
1467
|
-
"
|
|
1299
|
+
"superclass": {
|
|
1300
|
+
"name": "BaseLitElement",
|
|
1301
|
+
"module": "/src/lib/core/base/base-lit-element"
|
|
1302
|
+
},
|
|
1303
|
+
"tagName": "forge-badge",
|
|
1304
|
+
"states": [
|
|
1468
1305
|
{
|
|
1469
|
-
"
|
|
1470
|
-
|
|
1471
|
-
},
|
|
1472
|
-
"description": "Controls the visibility of the banner.",
|
|
1473
|
-
"name": "dismissed",
|
|
1474
|
-
"default": "false"
|
|
1306
|
+
"name": "dot",
|
|
1307
|
+
"description": "The badge is rendered as a dot."
|
|
1475
1308
|
},
|
|
1476
1309
|
{
|
|
1477
|
-
"
|
|
1478
|
-
|
|
1479
|
-
},
|
|
1480
|
-
"description": "Controls the visibility of the built-in dismiss button.",
|
|
1481
|
-
"name": "persistent",
|
|
1482
|
-
"default": "false"
|
|
1310
|
+
"name": "strong",
|
|
1311
|
+
"description": "The badge has a stronger visual appearance."
|
|
1483
1312
|
},
|
|
1484
1313
|
{
|
|
1485
|
-
"
|
|
1486
|
-
|
|
1487
|
-
},
|
|
1488
|
-
"description": "The theme of the banner.",
|
|
1489
|
-
"name": "theme",
|
|
1490
|
-
"default": "\"info\""
|
|
1314
|
+
"name": "hide",
|
|
1315
|
+
"description": "The badge is hidden."
|
|
1491
1316
|
}
|
|
1492
1317
|
],
|
|
1493
|
-
"superclass": {
|
|
1494
|
-
"name": "BaseComponent",
|
|
1495
|
-
"module": "/src/lib/core/base/base-component"
|
|
1496
|
-
},
|
|
1497
|
-
"tagName": "forge-banner",
|
|
1498
|
-
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
|
|
1499
1318
|
"cssClasses": [
|
|
1500
1319
|
{
|
|
1501
|
-
"name": "forge-
|
|
1502
|
-
"description": "The
|
|
1320
|
+
"name": "forge-badge",
|
|
1321
|
+
"description": "The badge class _(required)_."
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "forge-badge--dot",
|
|
1325
|
+
"description": "Renders the badge as a dot."
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "forge-badge__icon",
|
|
1329
|
+
"description": "Styles a child element as an icon."
|
|
1503
1330
|
}
|
|
1504
1331
|
],
|
|
1505
1332
|
"customElement": true
|
|
@@ -1508,10 +1335,18 @@
|
|
|
1508
1335
|
"exports": [
|
|
1509
1336
|
{
|
|
1510
1337
|
"kind": "js",
|
|
1511
|
-
"name": "
|
|
1338
|
+
"name": "BADGE_TAG_NAME",
|
|
1512
1339
|
"declaration": {
|
|
1513
|
-
"name": "
|
|
1514
|
-
"module": "src/lib/
|
|
1340
|
+
"name": "BADGE_TAG_NAME",
|
|
1341
|
+
"module": "src/lib/badge/badge.ts"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "js",
|
|
1346
|
+
"name": "BadgeComponent",
|
|
1347
|
+
"declaration": {
|
|
1348
|
+
"name": "BadgeComponent",
|
|
1349
|
+
"module": "src/lib/badge/badge.ts"
|
|
1515
1350
|
}
|
|
1516
1351
|
}
|
|
1517
1352
|
]
|
|
@@ -1728,6 +1563,171 @@
|
|
|
1728
1563
|
}
|
|
1729
1564
|
]
|
|
1730
1565
|
},
|
|
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",
|
|
@@ -2521,18 +2521,6 @@
|
|
|
2521
2521
|
"description": "Text to display in the today button.",
|
|
2522
2522
|
"name": "today-button-text"
|
|
2523
2523
|
},
|
|
2524
|
-
{
|
|
2525
|
-
"description": "Text to display in the yesterday button.",
|
|
2526
|
-
"name": "yesterday-button-text"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"description": "Text to display in the last seven days button.",
|
|
2530
|
-
"name": "last-seven-days-button-text"
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"description": "Text to display in the last thirty days button.",
|
|
2534
|
-
"name": "last-thirty-days-button-text"
|
|
2535
|
-
},
|
|
2536
2524
|
{
|
|
2537
2525
|
"description": "Text to display in the clear button.",
|
|
2538
2526
|
"name": "clear-button-text"
|
|
@@ -2852,93 +2840,6 @@
|
|
|
2852
2840
|
"privacy": "public",
|
|
2853
2841
|
"description": "Callback function to call when the today button is clicked."
|
|
2854
2842
|
},
|
|
2855
|
-
{
|
|
2856
|
-
"kind": "field",
|
|
2857
|
-
"name": "showYesterday",
|
|
2858
|
-
"type": {
|
|
2859
|
-
"text": "boolean"
|
|
2860
|
-
},
|
|
2861
|
-
"privacy": "public",
|
|
2862
|
-
"description": "Whether to show the yesterday button.",
|
|
2863
|
-
"default": "true"
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"kind": "field",
|
|
2867
|
-
"name": "yesterdayButton",
|
|
2868
|
-
"type": {
|
|
2869
|
-
"text": "boolean"
|
|
2870
|
-
},
|
|
2871
|
-
"privacy": "public",
|
|
2872
|
-
"description": "Whether to show a button to select yesterday.",
|
|
2873
|
-
"default": "false"
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"kind": "field",
|
|
2877
|
-
"name": "yesterdayCallback",
|
|
2878
|
-
"type": {
|
|
2879
|
-
"text": "() => void | undefined"
|
|
2880
|
-
},
|
|
2881
|
-
"privacy": "public",
|
|
2882
|
-
"description": "Callback function to call when the yesterday button is clicked."
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"kind": "field",
|
|
2886
|
-
"name": "showLastSevenDays",
|
|
2887
|
-
"type": {
|
|
2888
|
-
"text": "boolean"
|
|
2889
|
-
},
|
|
2890
|
-
"privacy": "public",
|
|
2891
|
-
"description": "Whether to show the last seven days button.",
|
|
2892
|
-
"default": "true"
|
|
2893
|
-
},
|
|
2894
|
-
{
|
|
2895
|
-
"kind": "field",
|
|
2896
|
-
"name": "lastSevenDaysButton",
|
|
2897
|
-
"type": {
|
|
2898
|
-
"text": "boolean"
|
|
2899
|
-
},
|
|
2900
|
-
"privacy": "public",
|
|
2901
|
-
"description": "Whether to show a button to select last seven days.",
|
|
2902
|
-
"default": "false"
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"kind": "field",
|
|
2906
|
-
"name": "lastSevenDaysCallback",
|
|
2907
|
-
"type": {
|
|
2908
|
-
"text": "() => void | undefined"
|
|
2909
|
-
},
|
|
2910
|
-
"privacy": "public",
|
|
2911
|
-
"description": "Callback function to call when the last seven days button is clicked."
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "field",
|
|
2915
|
-
"name": "showLastThirtyDays",
|
|
2916
|
-
"type": {
|
|
2917
|
-
"text": "boolean"
|
|
2918
|
-
},
|
|
2919
|
-
"privacy": "public",
|
|
2920
|
-
"description": "Whether to show the last thirty days button.",
|
|
2921
|
-
"default": "true"
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"kind": "field",
|
|
2925
|
-
"name": "lastThirtyDaysButton",
|
|
2926
|
-
"type": {
|
|
2927
|
-
"text": "boolean"
|
|
2928
|
-
},
|
|
2929
|
-
"privacy": "public",
|
|
2930
|
-
"description": "Whether to show a button to select last thirty days.",
|
|
2931
|
-
"default": "false"
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"kind": "field",
|
|
2935
|
-
"name": "lastThirtyDaysCallback",
|
|
2936
|
-
"type": {
|
|
2937
|
-
"text": "() => void | undefined"
|
|
2938
|
-
},
|
|
2939
|
-
"privacy": "public",
|
|
2940
|
-
"description": "Callback function to call when the last thirty days button is clicked."
|
|
2941
|
-
},
|
|
2942
2843
|
{
|
|
2943
2844
|
"kind": "field",
|
|
2944
2845
|
"name": "tooltipBuilder",
|
|
@@ -3139,36 +3040,6 @@
|
|
|
3139
3040
|
},
|
|
3140
3041
|
"description": "Sets the calendar to today."
|
|
3141
3042
|
},
|
|
3142
|
-
{
|
|
3143
|
-
"kind": "method",
|
|
3144
|
-
"name": "yesterday",
|
|
3145
|
-
"privacy": "public",
|
|
3146
|
-
"return": {
|
|
3147
|
-
"type": {
|
|
3148
|
-
"text": "void"
|
|
3149
|
-
}
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"kind": "method",
|
|
3154
|
-
"name": "lastSevenDays",
|
|
3155
|
-
"privacy": "public",
|
|
3156
|
-
"return": {
|
|
3157
|
-
"type": {
|
|
3158
|
-
"text": "void"
|
|
3159
|
-
}
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
|
-
{
|
|
3163
|
-
"kind": "method",
|
|
3164
|
-
"name": "lastThirtyDays",
|
|
3165
|
-
"privacy": "public",
|
|
3166
|
-
"return": {
|
|
3167
|
-
"type": {
|
|
3168
|
-
"text": "void"
|
|
3169
|
-
}
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
3043
|
{
|
|
3173
3044
|
"kind": "method",
|
|
3174
3045
|
"name": "toggleDate",
|
|
@@ -3373,55 +3244,7 @@
|
|
|
3373
3244
|
},
|
|
3374
3245
|
"description": "Whether to show a button to select today.",
|
|
3375
3246
|
"name": "today-button",
|
|
3376
|
-
"default": "
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"type": {
|
|
3380
|
-
"text": "boolean"
|
|
3381
|
-
},
|
|
3382
|
-
"description": "Whether to show the yesterday button.",
|
|
3383
|
-
"name": "show-yesterday",
|
|
3384
|
-
"default": "true"
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"type": {
|
|
3388
|
-
"text": "boolean"
|
|
3389
|
-
},
|
|
3390
|
-
"description": "Whether to show a button to select yesterday.",
|
|
3391
|
-
"name": "yesterday-button",
|
|
3392
|
-
"default": "false"
|
|
3393
|
-
},
|
|
3394
|
-
{
|
|
3395
|
-
"type": {
|
|
3396
|
-
"text": "boolean"
|
|
3397
|
-
},
|
|
3398
|
-
"description": "Whether to show the last seven days button.",
|
|
3399
|
-
"name": "show-last-seven-days",
|
|
3400
|
-
"default": "true"
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"type": {
|
|
3404
|
-
"text": "boolean"
|
|
3405
|
-
},
|
|
3406
|
-
"description": "Whether to show a button to select last seven days.",
|
|
3407
|
-
"name": "last-seven-days-button",
|
|
3408
|
-
"default": "false"
|
|
3409
|
-
},
|
|
3410
|
-
{
|
|
3411
|
-
"type": {
|
|
3412
|
-
"text": "boolean"
|
|
3413
|
-
},
|
|
3414
|
-
"description": "Whether to show the last thirty days button.",
|
|
3415
|
-
"name": "show-last-thirty-days",
|
|
3416
|
-
"default": "true"
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"type": {
|
|
3420
|
-
"text": "boolean"
|
|
3421
|
-
},
|
|
3422
|
-
"description": "Whether to show a button to select last thirty days.",
|
|
3423
|
-
"name": "last-thirty-days-button",
|
|
3424
|
-
"default": "false"
|
|
3247
|
+
"default": "fakse"
|
|
3425
3248
|
},
|
|
3426
3249
|
{
|
|
3427
3250
|
"type": {
|
|
@@ -6098,48 +5921,6 @@
|
|
|
6098
5921
|
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6099
5922
|
}
|
|
6100
5923
|
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "field",
|
|
6103
|
-
"name": "showYesterday",
|
|
6104
|
-
"type": {
|
|
6105
|
-
"text": "boolean"
|
|
6106
|
-
},
|
|
6107
|
-
"privacy": "public",
|
|
6108
|
-
"description": "Whether the yesterday button is visible in the popup.",
|
|
6109
|
-
"default": "false",
|
|
6110
|
-
"inheritedFrom": {
|
|
6111
|
-
"name": "BaseDatePickerComponent",
|
|
6112
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6113
|
-
}
|
|
6114
|
-
},
|
|
6115
|
-
{
|
|
6116
|
-
"kind": "field",
|
|
6117
|
-
"name": "showLastSevenDays",
|
|
6118
|
-
"type": {
|
|
6119
|
-
"text": "boolean"
|
|
6120
|
-
},
|
|
6121
|
-
"privacy": "public",
|
|
6122
|
-
"description": "Whether the last seven days button is visible in the popup.",
|
|
6123
|
-
"default": "false",
|
|
6124
|
-
"inheritedFrom": {
|
|
6125
|
-
"name": "BaseDatePickerComponent",
|
|
6126
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6127
|
-
}
|
|
6128
|
-
},
|
|
6129
|
-
{
|
|
6130
|
-
"kind": "field",
|
|
6131
|
-
"name": "showLastThirtyDays",
|
|
6132
|
-
"type": {
|
|
6133
|
-
"text": "boolean"
|
|
6134
|
-
},
|
|
6135
|
-
"privacy": "public",
|
|
6136
|
-
"description": "Whether the last thirty days button is visible in the popup.",
|
|
6137
|
-
"default": "false",
|
|
6138
|
-
"inheritedFrom": {
|
|
6139
|
-
"name": "BaseDatePickerComponent",
|
|
6140
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6141
|
-
}
|
|
6142
|
-
},
|
|
6143
5924
|
{
|
|
6144
5925
|
"kind": "field",
|
|
6145
5926
|
"name": "showClear",
|
|
@@ -6459,42 +6240,6 @@
|
|
|
6459
6240
|
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6460
6241
|
}
|
|
6461
6242
|
},
|
|
6462
|
-
{
|
|
6463
|
-
"type": {
|
|
6464
|
-
"text": "boolean"
|
|
6465
|
-
},
|
|
6466
|
-
"description": "Whether the yesterday button is visible in the popup.",
|
|
6467
|
-
"name": "show-yesterday",
|
|
6468
|
-
"default": "false",
|
|
6469
|
-
"inheritedFrom": {
|
|
6470
|
-
"name": "BaseDatePickerComponent",
|
|
6471
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6472
|
-
}
|
|
6473
|
-
},
|
|
6474
|
-
{
|
|
6475
|
-
"type": {
|
|
6476
|
-
"text": "boolean"
|
|
6477
|
-
},
|
|
6478
|
-
"description": "Whether the last seven days button is visible in the popup.",
|
|
6479
|
-
"name": "show-last-seven-days",
|
|
6480
|
-
"default": "false",
|
|
6481
|
-
"inheritedFrom": {
|
|
6482
|
-
"name": "BaseDatePickerComponent",
|
|
6483
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6484
|
-
}
|
|
6485
|
-
},
|
|
6486
|
-
{
|
|
6487
|
-
"type": {
|
|
6488
|
-
"text": "boolean"
|
|
6489
|
-
},
|
|
6490
|
-
"description": "Whether the last thirty days button is visible in the popup.",
|
|
6491
|
-
"name": "show-last-thirty-days",
|
|
6492
|
-
"default": "false",
|
|
6493
|
-
"inheritedFrom": {
|
|
6494
|
-
"name": "BaseDatePickerComponent",
|
|
6495
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6496
|
-
}
|
|
6497
|
-
},
|
|
6498
6243
|
{
|
|
6499
6244
|
"type": {
|
|
6500
6245
|
"text": "DatePickerValueMode"
|
|
@@ -6819,48 +6564,6 @@
|
|
|
6819
6564
|
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6820
6565
|
}
|
|
6821
6566
|
},
|
|
6822
|
-
{
|
|
6823
|
-
"kind": "field",
|
|
6824
|
-
"name": "showYesterday",
|
|
6825
|
-
"type": {
|
|
6826
|
-
"text": "boolean"
|
|
6827
|
-
},
|
|
6828
|
-
"privacy": "public",
|
|
6829
|
-
"description": "Gets/sets the state of whether to show the \"Yesterday\" button.",
|
|
6830
|
-
"default": "true",
|
|
6831
|
-
"inheritedFrom": {
|
|
6832
|
-
"name": "BaseDatePickerComponent",
|
|
6833
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6834
|
-
}
|
|
6835
|
-
},
|
|
6836
|
-
{
|
|
6837
|
-
"kind": "field",
|
|
6838
|
-
"name": "showLastSevenDays",
|
|
6839
|
-
"type": {
|
|
6840
|
-
"text": "boolean"
|
|
6841
|
-
},
|
|
6842
|
-
"privacy": "public",
|
|
6843
|
-
"description": "Gets/sets the state of whether to show the \"Last 7 days\" button.",
|
|
6844
|
-
"default": "true",
|
|
6845
|
-
"inheritedFrom": {
|
|
6846
|
-
"name": "BaseDatePickerComponent",
|
|
6847
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6848
|
-
}
|
|
6849
|
-
},
|
|
6850
|
-
{
|
|
6851
|
-
"kind": "field",
|
|
6852
|
-
"name": "showLastThirtyDays",
|
|
6853
|
-
"type": {
|
|
6854
|
-
"text": "boolean"
|
|
6855
|
-
},
|
|
6856
|
-
"privacy": "public",
|
|
6857
|
-
"description": "Gets/sets the state of whether to show the \"Last 30 days\" button.",
|
|
6858
|
-
"default": "true",
|
|
6859
|
-
"inheritedFrom": {
|
|
6860
|
-
"name": "BaseDatePickerComponent",
|
|
6861
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
6862
|
-
}
|
|
6863
|
-
},
|
|
6864
6567
|
{
|
|
6865
6568
|
"kind": "field",
|
|
6866
6569
|
"name": "showClear",
|
|
@@ -7130,42 +6833,6 @@
|
|
|
7130
6833
|
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
7131
6834
|
}
|
|
7132
6835
|
},
|
|
7133
|
-
{
|
|
7134
|
-
"type": {
|
|
7135
|
-
"text": "boolean"
|
|
7136
|
-
},
|
|
7137
|
-
"description": "Whether the yesterday button is visible in the popup.",
|
|
7138
|
-
"name": "show-yesterday",
|
|
7139
|
-
"default": "false",
|
|
7140
|
-
"inheritedFrom": {
|
|
7141
|
-
"name": "BaseDatePickerComponent",
|
|
7142
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
7143
|
-
}
|
|
7144
|
-
},
|
|
7145
|
-
{
|
|
7146
|
-
"type": {
|
|
7147
|
-
"text": "boolean"
|
|
7148
|
-
},
|
|
7149
|
-
"description": "Whether the last seven days button is visible in the popup.",
|
|
7150
|
-
"name": "show-last-seven-days",
|
|
7151
|
-
"default": "false",
|
|
7152
|
-
"inheritedFrom": {
|
|
7153
|
-
"name": "BaseDatePickerComponent",
|
|
7154
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
7155
|
-
}
|
|
7156
|
-
},
|
|
7157
|
-
{
|
|
7158
|
-
"type": {
|
|
7159
|
-
"text": "boolean"
|
|
7160
|
-
},
|
|
7161
|
-
"description": "Whether the last thirty days button is visible in the popup.",
|
|
7162
|
-
"name": "show-last-thirty-days",
|
|
7163
|
-
"default": "false",
|
|
7164
|
-
"inheritedFrom": {
|
|
7165
|
-
"name": "BaseDatePickerComponent",
|
|
7166
|
-
"module": "src/lib/date-picker/base/base-date-picker.ts"
|
|
7167
|
-
}
|
|
7168
|
-
},
|
|
7169
6836
|
{
|
|
7170
6837
|
"type": {
|
|
7171
6838
|
"text": "DatePickerValueMode"
|
|
@@ -10290,9 +9957,10 @@
|
|
|
10290
9957
|
"text": "IconExternalType"
|
|
10291
9958
|
},
|
|
10292
9959
|
"privacy": "public",
|
|
10293
|
-
"description": "The type of icon to load externally. Possible values: \"
|
|
9960
|
+
"description": "**(Deprecated)** The type of icon to load externally. Possible values: \"all\" (default), \"standard\", \"extended\", \"custom\".",
|
|
9961
|
+
"deprecated": "This will be removed in a future version.",
|
|
10294
9962
|
"attribute": "external-type",
|
|
10295
|
-
"default": "\"
|
|
9963
|
+
"default": "\"all\""
|
|
10296
9964
|
},
|
|
10297
9965
|
{
|
|
10298
9966
|
"kind": "field",
|
|
@@ -10341,6 +10009,7 @@
|
|
|
10341
10009
|
"text": "IconExternalType"
|
|
10342
10010
|
},
|
|
10343
10011
|
"description": "The type of icon to load externally. Possible values: \"standard\", \"extended\", \"custom\".",
|
|
10012
|
+
"deprecated": "This will be removed in a future version.",
|
|
10344
10013
|
"fieldName": "externalType"
|
|
10345
10014
|
},
|
|
10346
10015
|
{
|
|
@@ -14510,6 +14179,16 @@
|
|
|
14510
14179
|
"description": "The preset to use for the popover.",
|
|
14511
14180
|
"default": "\"popover\""
|
|
14512
14181
|
},
|
|
14182
|
+
{
|
|
14183
|
+
"kind": "field",
|
|
14184
|
+
"name": "distinct",
|
|
14185
|
+
"type": {
|
|
14186
|
+
"text": "string | null"
|
|
14187
|
+
},
|
|
14188
|
+
"privacy": "public",
|
|
14189
|
+
"description": "Enforces that this popover should be the only one open in the same context. Use a unique name otherwise a default context will be used.",
|
|
14190
|
+
"default": "null"
|
|
14191
|
+
},
|
|
14513
14192
|
{
|
|
14514
14193
|
"kind": "method",
|
|
14515
14194
|
"name": "hideAsync",
|
|
@@ -14837,6 +14516,14 @@
|
|
|
14837
14516
|
"name": "preset",
|
|
14838
14517
|
"default": "\"popover\""
|
|
14839
14518
|
},
|
|
14519
|
+
{
|
|
14520
|
+
"type": {
|
|
14521
|
+
"text": "string | null"
|
|
14522
|
+
},
|
|
14523
|
+
"description": "Enforces that this popover should be the only one open in the same context. Use a unique name otherwise a default context will be used.",
|
|
14524
|
+
"name": "distinct",
|
|
14525
|
+
"default": "null"
|
|
14526
|
+
},
|
|
14840
14527
|
{
|
|
14841
14528
|
"type": {
|
|
14842
14529
|
"text": "string | null"
|
|
@@ -18413,6 +18100,13 @@
|
|
|
18413
18100
|
},
|
|
18414
18101
|
"description": "Dispatched when a column is resized.",
|
|
18415
18102
|
"name": "forge-table-column-resize"
|
|
18103
|
+
},
|
|
18104
|
+
{
|
|
18105
|
+
"type": {
|
|
18106
|
+
"text": "CustomEvent<void>"
|
|
18107
|
+
},
|
|
18108
|
+
"description": "Dispatched when the table body is rendered.",
|
|
18109
|
+
"name": "forge-table-body-rendered"
|
|
18416
18110
|
}
|
|
18417
18111
|
],
|
|
18418
18112
|
"attributes": [
|
|
@@ -21110,6 +20804,24 @@
|
|
|
21110
20804
|
"kind": "class",
|
|
21111
20805
|
"description": "",
|
|
21112
20806
|
"name": "ViewSwitcherComponent",
|
|
20807
|
+
"cssProperties": [
|
|
20808
|
+
{
|
|
20809
|
+
"description": "The `height` of the view switcher.",
|
|
20810
|
+
"name": "--forge-view-switcher-height"
|
|
20811
|
+
},
|
|
20812
|
+
{
|
|
20813
|
+
"description": "The `width` of the view switcher.",
|
|
20814
|
+
"name": "--forge-view-switcher-width"
|
|
20815
|
+
},
|
|
20816
|
+
{
|
|
20817
|
+
"description": "The duration of view switching animations.",
|
|
20818
|
+
"name": "--forge-view-switcher-animation-duration"
|
|
20819
|
+
},
|
|
20820
|
+
{
|
|
20821
|
+
"description": "The timing function of view switching animations.",
|
|
20822
|
+
"name": "--forge-view-switcher-animation-easing"
|
|
20823
|
+
}
|
|
20824
|
+
],
|
|
21113
20825
|
"members": [
|
|
21114
20826
|
{
|
|
21115
20827
|
"kind": "field",
|
|
@@ -21807,274 +21519,6 @@
|
|
|
21807
21519
|
}
|
|
21808
21520
|
]
|
|
21809
21521
|
},
|
|
21810
|
-
{
|
|
21811
|
-
"kind": "javascript-module",
|
|
21812
|
-
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
21813
|
-
"declarations": [
|
|
21814
|
-
{
|
|
21815
|
-
"kind": "class",
|
|
21816
|
-
"description": "",
|
|
21817
|
-
"name": "AppBarProfileButtonComponent",
|
|
21818
|
-
"members": [
|
|
21819
|
-
{
|
|
21820
|
-
"kind": "field",
|
|
21821
|
-
"name": "fullName",
|
|
21822
|
-
"type": {
|
|
21823
|
-
"text": "string"
|
|
21824
|
-
},
|
|
21825
|
-
"privacy": "public",
|
|
21826
|
-
"description": "The full name."
|
|
21827
|
-
},
|
|
21828
|
-
{
|
|
21829
|
-
"kind": "field",
|
|
21830
|
-
"name": "email",
|
|
21831
|
-
"type": {
|
|
21832
|
-
"text": "string"
|
|
21833
|
-
},
|
|
21834
|
-
"privacy": "public",
|
|
21835
|
-
"description": "The email address."
|
|
21836
|
-
},
|
|
21837
|
-
{
|
|
21838
|
-
"kind": "field",
|
|
21839
|
-
"name": "avatarImageUrl",
|
|
21840
|
-
"type": {
|
|
21841
|
-
"text": "string"
|
|
21842
|
-
},
|
|
21843
|
-
"privacy": "public",
|
|
21844
|
-
"description": "The url of the avatar image to display."
|
|
21845
|
-
},
|
|
21846
|
-
{
|
|
21847
|
-
"kind": "field",
|
|
21848
|
-
"name": "avatarLetterCount",
|
|
21849
|
-
"type": {
|
|
21850
|
-
"text": "number"
|
|
21851
|
-
},
|
|
21852
|
-
"privacy": "public",
|
|
21853
|
-
"description": "The number of letters to display in the avatar.",
|
|
21854
|
-
"default": "2"
|
|
21855
|
-
},
|
|
21856
|
-
{
|
|
21857
|
-
"kind": "field",
|
|
21858
|
-
"name": "avatarText",
|
|
21859
|
-
"type": {
|
|
21860
|
-
"text": "string"
|
|
21861
|
-
},
|
|
21862
|
-
"privacy": "public",
|
|
21863
|
-
"description": "The text to display in the avatar."
|
|
21864
|
-
},
|
|
21865
|
-
{
|
|
21866
|
-
"kind": "field",
|
|
21867
|
-
"name": "avatarIcon",
|
|
21868
|
-
"type": {
|
|
21869
|
-
"text": "string"
|
|
21870
|
-
},
|
|
21871
|
-
"privacy": "public",
|
|
21872
|
-
"description": "The name of an alternative icon to display in the avatar."
|
|
21873
|
-
},
|
|
21874
|
-
{
|
|
21875
|
-
"kind": "field",
|
|
21876
|
-
"name": "signOutButton",
|
|
21877
|
-
"type": {
|
|
21878
|
-
"text": "boolean"
|
|
21879
|
-
},
|
|
21880
|
-
"privacy": "public",
|
|
21881
|
-
"description": "Whether to display the sign out button or not. Defaults to `true`.",
|
|
21882
|
-
"default": "true"
|
|
21883
|
-
},
|
|
21884
|
-
{
|
|
21885
|
-
"kind": "field",
|
|
21886
|
-
"name": "profileButton",
|
|
21887
|
-
"type": {
|
|
21888
|
-
"text": "boolean"
|
|
21889
|
-
},
|
|
21890
|
-
"privacy": "public",
|
|
21891
|
-
"description": "Whether to display the profile button or not.",
|
|
21892
|
-
"default": "false"
|
|
21893
|
-
},
|
|
21894
|
-
{
|
|
21895
|
-
"kind": "field",
|
|
21896
|
-
"name": "signOutButtonText",
|
|
21897
|
-
"type": {
|
|
21898
|
-
"text": "string"
|
|
21899
|
-
},
|
|
21900
|
-
"privacy": "public",
|
|
21901
|
-
"description": "The text to display in the sign out button.",
|
|
21902
|
-
"default": "\"Sign out\""
|
|
21903
|
-
},
|
|
21904
|
-
{
|
|
21905
|
-
"kind": "field",
|
|
21906
|
-
"name": "profileButtonText",
|
|
21907
|
-
"type": {
|
|
21908
|
-
"text": "string"
|
|
21909
|
-
},
|
|
21910
|
-
"privacy": "public",
|
|
21911
|
-
"description": "The text to display in the profile button.",
|
|
21912
|
-
"default": "\"Profile\""
|
|
21913
|
-
},
|
|
21914
|
-
{
|
|
21915
|
-
"kind": "field",
|
|
21916
|
-
"name": "open",
|
|
21917
|
-
"type": {
|
|
21918
|
-
"text": "boolean"
|
|
21919
|
-
},
|
|
21920
|
-
"privacy": "public",
|
|
21921
|
-
"description": "Whether the profile card is open or not.",
|
|
21922
|
-
"default": "false"
|
|
21923
|
-
},
|
|
21924
|
-
{
|
|
21925
|
-
"kind": "field",
|
|
21926
|
-
"name": "popupElement",
|
|
21927
|
-
"type": {
|
|
21928
|
-
"text": "IPopoverComponent | undefined"
|
|
21929
|
-
},
|
|
21930
|
-
"privacy": "public",
|
|
21931
|
-
"readonly": true,
|
|
21932
|
-
"description": "The popup element when open."
|
|
21933
|
-
},
|
|
21934
|
-
{
|
|
21935
|
-
"kind": "field",
|
|
21936
|
-
"name": "profileCardBuilder",
|
|
21937
|
-
"type": {
|
|
21938
|
-
"text": "AppBarProfileButtonProfileCardBuilder"
|
|
21939
|
-
},
|
|
21940
|
-
"privacy": "public",
|
|
21941
|
-
"description": "Sets the profile card builder callback that will be used to add extra content to the profile card."
|
|
21942
|
-
}
|
|
21943
|
-
],
|
|
21944
|
-
"events": [
|
|
21945
|
-
{
|
|
21946
|
-
"type": {
|
|
21947
|
-
"text": "CustomEvent<void>"
|
|
21948
|
-
},
|
|
21949
|
-
"description": "Fires when the sign out button is clicked.",
|
|
21950
|
-
"name": "forge-profile-card-sign-out"
|
|
21951
|
-
},
|
|
21952
|
-
{
|
|
21953
|
-
"type": {
|
|
21954
|
-
"text": "CustomEvent<void>"
|
|
21955
|
-
},
|
|
21956
|
-
"description": "Fires when the profile button is clicked.",
|
|
21957
|
-
"name": "forge-profile-card-profile"
|
|
21958
|
-
}
|
|
21959
|
-
],
|
|
21960
|
-
"attributes": [
|
|
21961
|
-
{
|
|
21962
|
-
"type": {
|
|
21963
|
-
"text": "string"
|
|
21964
|
-
},
|
|
21965
|
-
"description": "The url of the avatar image to display.",
|
|
21966
|
-
"name": "avatar-image-url"
|
|
21967
|
-
},
|
|
21968
|
-
{
|
|
21969
|
-
"type": {
|
|
21970
|
-
"text": "number"
|
|
21971
|
-
},
|
|
21972
|
-
"description": "The number of letters to display in the avatar.",
|
|
21973
|
-
"name": "avatar-letter-count",
|
|
21974
|
-
"default": "2"
|
|
21975
|
-
},
|
|
21976
|
-
{
|
|
21977
|
-
"type": {
|
|
21978
|
-
"text": "string"
|
|
21979
|
-
},
|
|
21980
|
-
"description": "The text to display in the avatar.",
|
|
21981
|
-
"name": "avatar-text"
|
|
21982
|
-
},
|
|
21983
|
-
{
|
|
21984
|
-
"type": {
|
|
21985
|
-
"text": "string"
|
|
21986
|
-
},
|
|
21987
|
-
"description": "The name of an alternative icon to display in the avatar.",
|
|
21988
|
-
"name": "avatar-icon"
|
|
21989
|
-
},
|
|
21990
|
-
{
|
|
21991
|
-
"type": {
|
|
21992
|
-
"text": "string"
|
|
21993
|
-
},
|
|
21994
|
-
"description": "The full name.",
|
|
21995
|
-
"name": "full-name"
|
|
21996
|
-
},
|
|
21997
|
-
{
|
|
21998
|
-
"type": {
|
|
21999
|
-
"text": "string"
|
|
22000
|
-
},
|
|
22001
|
-
"description": "The email address.",
|
|
22002
|
-
"name": "email"
|
|
22003
|
-
},
|
|
22004
|
-
{
|
|
22005
|
-
"type": {
|
|
22006
|
-
"text": "boolean"
|
|
22007
|
-
},
|
|
22008
|
-
"description": "Whether to display the sign out button or not. Defaults to `true`.",
|
|
22009
|
-
"name": "sign-out-button",
|
|
22010
|
-
"default": "true"
|
|
22011
|
-
},
|
|
22012
|
-
{
|
|
22013
|
-
"type": {
|
|
22014
|
-
"text": "boolean"
|
|
22015
|
-
},
|
|
22016
|
-
"description": "Whether to display the profile button or not.",
|
|
22017
|
-
"name": "profile-button",
|
|
22018
|
-
"default": "false"
|
|
22019
|
-
},
|
|
22020
|
-
{
|
|
22021
|
-
"type": {
|
|
22022
|
-
"text": "string"
|
|
22023
|
-
},
|
|
22024
|
-
"description": "The text to display in the sign out button.",
|
|
22025
|
-
"name": "sign-out-button-text",
|
|
22026
|
-
"default": "\"Sign Out\""
|
|
22027
|
-
},
|
|
22028
|
-
{
|
|
22029
|
-
"type": {
|
|
22030
|
-
"text": "string"
|
|
22031
|
-
},
|
|
22032
|
-
"description": "The text to display in the profile button.",
|
|
22033
|
-
"name": "profile-button-text",
|
|
22034
|
-
"default": "\"Profile\""
|
|
22035
|
-
},
|
|
22036
|
-
{
|
|
22037
|
-
"type": {
|
|
22038
|
-
"text": "boolean"
|
|
22039
|
-
},
|
|
22040
|
-
"description": "Whether the profile card is open or not.",
|
|
22041
|
-
"name": "open",
|
|
22042
|
-
"default": "false"
|
|
22043
|
-
},
|
|
22044
|
-
{
|
|
22045
|
-
"type": {
|
|
22046
|
-
"text": "string"
|
|
22047
|
-
},
|
|
22048
|
-
"description": "The aria-label to apply to the button.",
|
|
22049
|
-
"name": "aria-label"
|
|
22050
|
-
},
|
|
22051
|
-
{
|
|
22052
|
-
"type": {
|
|
22053
|
-
"text": "string"
|
|
22054
|
-
},
|
|
22055
|
-
"description": "The id of an element to use as the aria-labelledby attribute.",
|
|
22056
|
-
"name": "aria-labelledby"
|
|
22057
|
-
}
|
|
22058
|
-
],
|
|
22059
|
-
"superclass": {
|
|
22060
|
-
"name": "BaseComponent",
|
|
22061
|
-
"module": "/src/lib/core/base/base-component"
|
|
22062
|
-
},
|
|
22063
|
-
"tagName": "forge-app-bar-profile-button",
|
|
22064
|
-
"customElement": true
|
|
22065
|
-
}
|
|
22066
|
-
],
|
|
22067
|
-
"exports": [
|
|
22068
|
-
{
|
|
22069
|
-
"kind": "js",
|
|
22070
|
-
"name": "AppBarProfileButtonComponent",
|
|
22071
|
-
"declaration": {
|
|
22072
|
-
"name": "AppBarProfileButtonComponent",
|
|
22073
|
-
"module": "src/lib/app-bar/profile-button/app-bar-profile-button.ts"
|
|
22074
|
-
}
|
|
22075
|
-
}
|
|
22076
|
-
]
|
|
22077
|
-
},
|
|
22078
21522
|
{
|
|
22079
21523
|
"kind": "javascript-module",
|
|
22080
21524
|
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
@@ -22255,6 +21699,274 @@
|
|
|
22255
21699
|
}
|
|
22256
21700
|
]
|
|
22257
21701
|
},
|
|
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
|
+
},
|
|
22258
21970
|
{
|
|
22259
21971
|
"kind": "javascript-module",
|
|
22260
21972
|
"path": "src/lib/button/base/base-button.ts",
|
|
@@ -23397,270 +23109,6 @@
|
|
|
23397
23109
|
"declarations": [],
|
|
23398
23110
|
"exports": []
|
|
23399
23111
|
},
|
|
23400
|
-
{
|
|
23401
|
-
"kind": "javascript-module",
|
|
23402
|
-
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
23403
|
-
"declarations": [
|
|
23404
|
-
{
|
|
23405
|
-
"kind": "class",
|
|
23406
|
-
"description": "",
|
|
23407
|
-
"name": "ChipSetComponent",
|
|
23408
|
-
"cssProperties": [
|
|
23409
|
-
{
|
|
23410
|
-
"description": "The spacing between chips.",
|
|
23411
|
-
"name": "--forge-chip-set-spacing"
|
|
23412
|
-
}
|
|
23413
|
-
],
|
|
23414
|
-
"cssParts": [
|
|
23415
|
-
{
|
|
23416
|
-
"description": "The component's root element.",
|
|
23417
|
-
"name": "root"
|
|
23418
|
-
}
|
|
23419
|
-
],
|
|
23420
|
-
"slots": [
|
|
23421
|
-
{
|
|
23422
|
-
"description": "The chips to display in the chip set.",
|
|
23423
|
-
"name": ""
|
|
23424
|
-
}
|
|
23425
|
-
],
|
|
23426
|
-
"members": [
|
|
23427
|
-
{
|
|
23428
|
-
"kind": "field",
|
|
23429
|
-
"name": "_vertical",
|
|
23430
|
-
"type": {
|
|
23431
|
-
"text": "boolean"
|
|
23432
|
-
},
|
|
23433
|
-
"privacy": "private",
|
|
23434
|
-
"default": "false"
|
|
23435
|
-
},
|
|
23436
|
-
{
|
|
23437
|
-
"kind": "field",
|
|
23438
|
-
"name": "_type",
|
|
23439
|
-
"privacy": "private"
|
|
23440
|
-
},
|
|
23441
|
-
{
|
|
23442
|
-
"kind": "field",
|
|
23443
|
-
"name": "_dense",
|
|
23444
|
-
"type": {
|
|
23445
|
-
"text": "boolean"
|
|
23446
|
-
},
|
|
23447
|
-
"privacy": "private",
|
|
23448
|
-
"default": "false"
|
|
23449
|
-
},
|
|
23450
|
-
{
|
|
23451
|
-
"kind": "field",
|
|
23452
|
-
"name": "_disabled",
|
|
23453
|
-
"type": {
|
|
23454
|
-
"text": "boolean"
|
|
23455
|
-
},
|
|
23456
|
-
"privacy": "private",
|
|
23457
|
-
"default": "false"
|
|
23458
|
-
},
|
|
23459
|
-
{
|
|
23460
|
-
"kind": "field",
|
|
23461
|
-
"name": "_invalid",
|
|
23462
|
-
"type": {
|
|
23463
|
-
"text": "boolean"
|
|
23464
|
-
},
|
|
23465
|
-
"privacy": "private",
|
|
23466
|
-
"default": "false"
|
|
23467
|
-
},
|
|
23468
|
-
{
|
|
23469
|
-
"kind": "field",
|
|
23470
|
-
"name": "_theme",
|
|
23471
|
-
"privacy": "private"
|
|
23472
|
-
},
|
|
23473
|
-
{
|
|
23474
|
-
"kind": "method",
|
|
23475
|
-
"name": "_onChipNavigate",
|
|
23476
|
-
"privacy": "private",
|
|
23477
|
-
"return": {
|
|
23478
|
-
"type": {
|
|
23479
|
-
"text": "void"
|
|
23480
|
-
}
|
|
23481
|
-
},
|
|
23482
|
-
"parameters": [
|
|
23483
|
-
{
|
|
23484
|
-
"name": "evt",
|
|
23485
|
-
"type": {
|
|
23486
|
-
"text": "CustomEvent<IChipNavigateEventData>"
|
|
23487
|
-
}
|
|
23488
|
-
}
|
|
23489
|
-
]
|
|
23490
|
-
},
|
|
23491
|
-
{
|
|
23492
|
-
"kind": "method",
|
|
23493
|
-
"name": "_findChipDescendants",
|
|
23494
|
-
"privacy": "private",
|
|
23495
|
-
"return": {
|
|
23496
|
-
"type": {
|
|
23497
|
-
"text": "IChipComponent[]"
|
|
23498
|
-
}
|
|
23499
|
-
}
|
|
23500
|
-
},
|
|
23501
|
-
{
|
|
23502
|
-
"kind": "method",
|
|
23503
|
-
"name": "_syncChipsProperty",
|
|
23504
|
-
"privacy": "private",
|
|
23505
|
-
"return": {
|
|
23506
|
-
"type": {
|
|
23507
|
-
"text": "void"
|
|
23508
|
-
}
|
|
23509
|
-
},
|
|
23510
|
-
"parameters": [
|
|
23511
|
-
{
|
|
23512
|
-
"name": "property",
|
|
23513
|
-
"type": {
|
|
23514
|
-
"text": "T"
|
|
23515
|
-
}
|
|
23516
|
-
},
|
|
23517
|
-
{
|
|
23518
|
-
"name": "value",
|
|
23519
|
-
"type": {
|
|
23520
|
-
"text": "IChipComponent[T]"
|
|
23521
|
-
}
|
|
23522
|
-
}
|
|
23523
|
-
]
|
|
23524
|
-
},
|
|
23525
|
-
{
|
|
23526
|
-
"kind": "field",
|
|
23527
|
-
"name": "vertical",
|
|
23528
|
-
"type": {
|
|
23529
|
-
"text": "boolean"
|
|
23530
|
-
},
|
|
23531
|
-
"privacy": "public",
|
|
23532
|
-
"description": "Whether the chip set is vertical.",
|
|
23533
|
-
"default": "false"
|
|
23534
|
-
},
|
|
23535
|
-
{
|
|
23536
|
-
"kind": "field",
|
|
23537
|
-
"name": "type",
|
|
23538
|
-
"type": {
|
|
23539
|
-
"text": "ChipType"
|
|
23540
|
-
},
|
|
23541
|
-
"privacy": "public",
|
|
23542
|
-
"description": "The type of chip.",
|
|
23543
|
-
"default": "'action'"
|
|
23544
|
-
},
|
|
23545
|
-
{
|
|
23546
|
-
"kind": "field",
|
|
23547
|
-
"name": "dense",
|
|
23548
|
-
"type": {
|
|
23549
|
-
"text": "boolean"
|
|
23550
|
-
},
|
|
23551
|
-
"privacy": "public",
|
|
23552
|
-
"description": "Whether the chip set is dense.",
|
|
23553
|
-
"default": "false"
|
|
23554
|
-
},
|
|
23555
|
-
{
|
|
23556
|
-
"kind": "field",
|
|
23557
|
-
"name": "disabled",
|
|
23558
|
-
"type": {
|
|
23559
|
-
"text": "boolean"
|
|
23560
|
-
},
|
|
23561
|
-
"privacy": "public",
|
|
23562
|
-
"description": "Whether the chip set is disabled.",
|
|
23563
|
-
"default": "false"
|
|
23564
|
-
},
|
|
23565
|
-
{
|
|
23566
|
-
"kind": "field",
|
|
23567
|
-
"name": "invalid",
|
|
23568
|
-
"type": {
|
|
23569
|
-
"text": "boolean"
|
|
23570
|
-
},
|
|
23571
|
-
"privacy": "public",
|
|
23572
|
-
"description": "Whether the chip set is invalid.",
|
|
23573
|
-
"default": "false"
|
|
23574
|
-
},
|
|
23575
|
-
{
|
|
23576
|
-
"kind": "field",
|
|
23577
|
-
"name": "theme",
|
|
23578
|
-
"type": {
|
|
23579
|
-
"text": "ChipTheme"
|
|
23580
|
-
},
|
|
23581
|
-
"privacy": "public",
|
|
23582
|
-
"description": "The theme of the chip set.",
|
|
23583
|
-
"default": "'primary'"
|
|
23584
|
-
}
|
|
23585
|
-
],
|
|
23586
|
-
"attributes": [
|
|
23587
|
-
{
|
|
23588
|
-
"type": {
|
|
23589
|
-
"text": "boolean"
|
|
23590
|
-
},
|
|
23591
|
-
"description": "Whether the chip set is vertically oriented.",
|
|
23592
|
-
"name": "vertical"
|
|
23593
|
-
},
|
|
23594
|
-
{
|
|
23595
|
-
"type": {
|
|
23596
|
-
"text": "ChipType"
|
|
23597
|
-
},
|
|
23598
|
-
"description": "The type of chips.",
|
|
23599
|
-
"name": "type"
|
|
23600
|
-
},
|
|
23601
|
-
{
|
|
23602
|
-
"type": {
|
|
23603
|
-
"text": "boolean"
|
|
23604
|
-
},
|
|
23605
|
-
"description": "Whether all chips in the chip set are dense.",
|
|
23606
|
-
"name": "dense"
|
|
23607
|
-
},
|
|
23608
|
-
{
|
|
23609
|
-
"type": {
|
|
23610
|
-
"text": "boolean"
|
|
23611
|
-
},
|
|
23612
|
-
"description": "Whether all chips in the chip set are disabled.",
|
|
23613
|
-
"name": "disabled"
|
|
23614
|
-
},
|
|
23615
|
-
{
|
|
23616
|
-
"type": {
|
|
23617
|
-
"text": "boolean"
|
|
23618
|
-
},
|
|
23619
|
-
"description": "Whether all chips in the chip set are invalid.",
|
|
23620
|
-
"name": "invalid"
|
|
23621
|
-
},
|
|
23622
|
-
{
|
|
23623
|
-
"type": {
|
|
23624
|
-
"text": "ChipTheme"
|
|
23625
|
-
},
|
|
23626
|
-
"description": "The theme of the chips.",
|
|
23627
|
-
"name": "theme"
|
|
23628
|
-
}
|
|
23629
|
-
],
|
|
23630
|
-
"superclass": {
|
|
23631
|
-
"name": "BaseComponent",
|
|
23632
|
-
"module": "/src/lib/core/base/base-component"
|
|
23633
|
-
},
|
|
23634
|
-
"tagName": "forge-chip-set",
|
|
23635
|
-
"summary": "Chips sets are used to group multiple chips together and orchestrate their behavior.",
|
|
23636
|
-
"cssFilePath": {
|
|
23637
|
-
"name": "chips/forge-chips.css",
|
|
23638
|
-
"description": ""
|
|
23639
|
-
},
|
|
23640
|
-
"cssClasses": [
|
|
23641
|
-
{
|
|
23642
|
-
"name": "forge-chip-set",
|
|
23643
|
-
"description": "The chip container element."
|
|
23644
|
-
},
|
|
23645
|
-
{
|
|
23646
|
-
"name": "forge-chip-set--vertical",
|
|
23647
|
-
"description": "Renders the chips vertically."
|
|
23648
|
-
}
|
|
23649
|
-
],
|
|
23650
|
-
"customElement": true
|
|
23651
|
-
}
|
|
23652
|
-
],
|
|
23653
|
-
"exports": [
|
|
23654
|
-
{
|
|
23655
|
-
"kind": "js",
|
|
23656
|
-
"name": "ChipSetComponent",
|
|
23657
|
-
"declaration": {
|
|
23658
|
-
"name": "ChipSetComponent",
|
|
23659
|
-
"module": "src/lib/chips/chip-set/chip-set.ts"
|
|
23660
|
-
}
|
|
23661
|
-
}
|
|
23662
|
-
]
|
|
23663
|
-
},
|
|
23664
23112
|
{
|
|
23665
23113
|
"kind": "javascript-module",
|
|
23666
23114
|
"path": "src/lib/chips/chip/chip.ts",
|
|
@@ -24171,6 +23619,690 @@
|
|
|
24171
23619
|
}
|
|
24172
23620
|
]
|
|
24173
23621
|
},
|
|
23622
|
+
{
|
|
23623
|
+
"kind": "javascript-module",
|
|
23624
|
+
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
23625
|
+
"declarations": [
|
|
23626
|
+
{
|
|
23627
|
+
"kind": "class",
|
|
23628
|
+
"description": "",
|
|
23629
|
+
"name": "ChipSetComponent",
|
|
23630
|
+
"cssProperties": [
|
|
23631
|
+
{
|
|
23632
|
+
"description": "The spacing between chips.",
|
|
23633
|
+
"name": "--forge-chip-set-spacing"
|
|
23634
|
+
}
|
|
23635
|
+
],
|
|
23636
|
+
"cssParts": [
|
|
23637
|
+
{
|
|
23638
|
+
"description": "The component's root element.",
|
|
23639
|
+
"name": "root"
|
|
23640
|
+
}
|
|
23641
|
+
],
|
|
23642
|
+
"slots": [
|
|
23643
|
+
{
|
|
23644
|
+
"description": "The chips to display in the chip set.",
|
|
23645
|
+
"name": ""
|
|
23646
|
+
}
|
|
23647
|
+
],
|
|
23648
|
+
"members": [
|
|
23649
|
+
{
|
|
23650
|
+
"kind": "field",
|
|
23651
|
+
"name": "_vertical",
|
|
23652
|
+
"type": {
|
|
23653
|
+
"text": "boolean"
|
|
23654
|
+
},
|
|
23655
|
+
"privacy": "private",
|
|
23656
|
+
"default": "false"
|
|
23657
|
+
},
|
|
23658
|
+
{
|
|
23659
|
+
"kind": "field",
|
|
23660
|
+
"name": "_type",
|
|
23661
|
+
"privacy": "private"
|
|
23662
|
+
},
|
|
23663
|
+
{
|
|
23664
|
+
"kind": "field",
|
|
23665
|
+
"name": "_dense",
|
|
23666
|
+
"type": {
|
|
23667
|
+
"text": "boolean"
|
|
23668
|
+
},
|
|
23669
|
+
"privacy": "private",
|
|
23670
|
+
"default": "false"
|
|
23671
|
+
},
|
|
23672
|
+
{
|
|
23673
|
+
"kind": "field",
|
|
23674
|
+
"name": "_disabled",
|
|
23675
|
+
"type": {
|
|
23676
|
+
"text": "boolean"
|
|
23677
|
+
},
|
|
23678
|
+
"privacy": "private",
|
|
23679
|
+
"default": "false"
|
|
23680
|
+
},
|
|
23681
|
+
{
|
|
23682
|
+
"kind": "field",
|
|
23683
|
+
"name": "_invalid",
|
|
23684
|
+
"type": {
|
|
23685
|
+
"text": "boolean"
|
|
23686
|
+
},
|
|
23687
|
+
"privacy": "private",
|
|
23688
|
+
"default": "false"
|
|
23689
|
+
},
|
|
23690
|
+
{
|
|
23691
|
+
"kind": "field",
|
|
23692
|
+
"name": "_theme",
|
|
23693
|
+
"privacy": "private"
|
|
23694
|
+
},
|
|
23695
|
+
{
|
|
23696
|
+
"kind": "method",
|
|
23697
|
+
"name": "_onChipNavigate",
|
|
23698
|
+
"privacy": "private",
|
|
23699
|
+
"return": {
|
|
23700
|
+
"type": {
|
|
23701
|
+
"text": "void"
|
|
23702
|
+
}
|
|
23703
|
+
},
|
|
23704
|
+
"parameters": [
|
|
23705
|
+
{
|
|
23706
|
+
"name": "evt",
|
|
23707
|
+
"type": {
|
|
23708
|
+
"text": "CustomEvent<IChipNavigateEventData>"
|
|
23709
|
+
}
|
|
23710
|
+
}
|
|
23711
|
+
]
|
|
23712
|
+
},
|
|
23713
|
+
{
|
|
23714
|
+
"kind": "method",
|
|
23715
|
+
"name": "_findChipDescendants",
|
|
23716
|
+
"privacy": "private",
|
|
23717
|
+
"return": {
|
|
23718
|
+
"type": {
|
|
23719
|
+
"text": "IChipComponent[]"
|
|
23720
|
+
}
|
|
23721
|
+
}
|
|
23722
|
+
},
|
|
23723
|
+
{
|
|
23724
|
+
"kind": "method",
|
|
23725
|
+
"name": "_syncChipsProperty",
|
|
23726
|
+
"privacy": "private",
|
|
23727
|
+
"return": {
|
|
23728
|
+
"type": {
|
|
23729
|
+
"text": "void"
|
|
23730
|
+
}
|
|
23731
|
+
},
|
|
23732
|
+
"parameters": [
|
|
23733
|
+
{
|
|
23734
|
+
"name": "property",
|
|
23735
|
+
"type": {
|
|
23736
|
+
"text": "T"
|
|
23737
|
+
}
|
|
23738
|
+
},
|
|
23739
|
+
{
|
|
23740
|
+
"name": "value",
|
|
23741
|
+
"type": {
|
|
23742
|
+
"text": "IChipComponent[T]"
|
|
23743
|
+
}
|
|
23744
|
+
}
|
|
23745
|
+
]
|
|
23746
|
+
},
|
|
23747
|
+
{
|
|
23748
|
+
"kind": "field",
|
|
23749
|
+
"name": "vertical",
|
|
23750
|
+
"type": {
|
|
23751
|
+
"text": "boolean"
|
|
23752
|
+
},
|
|
23753
|
+
"privacy": "public",
|
|
23754
|
+
"description": "Whether the chip set is vertical.",
|
|
23755
|
+
"default": "false"
|
|
23756
|
+
},
|
|
23757
|
+
{
|
|
23758
|
+
"kind": "field",
|
|
23759
|
+
"name": "type",
|
|
23760
|
+
"type": {
|
|
23761
|
+
"text": "ChipType"
|
|
23762
|
+
},
|
|
23763
|
+
"privacy": "public",
|
|
23764
|
+
"description": "The type of chip.",
|
|
23765
|
+
"default": "'action'"
|
|
23766
|
+
},
|
|
23767
|
+
{
|
|
23768
|
+
"kind": "field",
|
|
23769
|
+
"name": "dense",
|
|
23770
|
+
"type": {
|
|
23771
|
+
"text": "boolean"
|
|
23772
|
+
},
|
|
23773
|
+
"privacy": "public",
|
|
23774
|
+
"description": "Whether the chip set is dense.",
|
|
23775
|
+
"default": "false"
|
|
23776
|
+
},
|
|
23777
|
+
{
|
|
23778
|
+
"kind": "field",
|
|
23779
|
+
"name": "disabled",
|
|
23780
|
+
"type": {
|
|
23781
|
+
"text": "boolean"
|
|
23782
|
+
},
|
|
23783
|
+
"privacy": "public",
|
|
23784
|
+
"description": "Whether the chip set is disabled.",
|
|
23785
|
+
"default": "false"
|
|
23786
|
+
},
|
|
23787
|
+
{
|
|
23788
|
+
"kind": "field",
|
|
23789
|
+
"name": "invalid",
|
|
23790
|
+
"type": {
|
|
23791
|
+
"text": "boolean"
|
|
23792
|
+
},
|
|
23793
|
+
"privacy": "public",
|
|
23794
|
+
"description": "Whether the chip set is invalid.",
|
|
23795
|
+
"default": "false"
|
|
23796
|
+
},
|
|
23797
|
+
{
|
|
23798
|
+
"kind": "field",
|
|
23799
|
+
"name": "theme",
|
|
23800
|
+
"type": {
|
|
23801
|
+
"text": "ChipTheme"
|
|
23802
|
+
},
|
|
23803
|
+
"privacy": "public",
|
|
23804
|
+
"description": "The theme of the chip set.",
|
|
23805
|
+
"default": "'primary'"
|
|
23806
|
+
}
|
|
23807
|
+
],
|
|
23808
|
+
"attributes": [
|
|
23809
|
+
{
|
|
23810
|
+
"type": {
|
|
23811
|
+
"text": "boolean"
|
|
23812
|
+
},
|
|
23813
|
+
"description": "Whether the chip set is vertically oriented.",
|
|
23814
|
+
"name": "vertical"
|
|
23815
|
+
},
|
|
23816
|
+
{
|
|
23817
|
+
"type": {
|
|
23818
|
+
"text": "ChipType"
|
|
23819
|
+
},
|
|
23820
|
+
"description": "The type of chips.",
|
|
23821
|
+
"name": "type"
|
|
23822
|
+
},
|
|
23823
|
+
{
|
|
23824
|
+
"type": {
|
|
23825
|
+
"text": "boolean"
|
|
23826
|
+
},
|
|
23827
|
+
"description": "Whether all chips in the chip set are dense.",
|
|
23828
|
+
"name": "dense"
|
|
23829
|
+
},
|
|
23830
|
+
{
|
|
23831
|
+
"type": {
|
|
23832
|
+
"text": "boolean"
|
|
23833
|
+
},
|
|
23834
|
+
"description": "Whether all chips in the chip set are disabled.",
|
|
23835
|
+
"name": "disabled"
|
|
23836
|
+
},
|
|
23837
|
+
{
|
|
23838
|
+
"type": {
|
|
23839
|
+
"text": "boolean"
|
|
23840
|
+
},
|
|
23841
|
+
"description": "Whether all chips in the chip set are invalid.",
|
|
23842
|
+
"name": "invalid"
|
|
23843
|
+
},
|
|
23844
|
+
{
|
|
23845
|
+
"type": {
|
|
23846
|
+
"text": "ChipTheme"
|
|
23847
|
+
},
|
|
23848
|
+
"description": "The theme of the chips.",
|
|
23849
|
+
"name": "theme"
|
|
23850
|
+
}
|
|
23851
|
+
],
|
|
23852
|
+
"superclass": {
|
|
23853
|
+
"name": "BaseComponent",
|
|
23854
|
+
"module": "/src/lib/core/base/base-component"
|
|
23855
|
+
},
|
|
23856
|
+
"tagName": "forge-chip-set",
|
|
23857
|
+
"summary": "Chips sets are used to group multiple chips together and orchestrate their behavior.",
|
|
23858
|
+
"cssFilePath": {
|
|
23859
|
+
"name": "chips/forge-chips.css",
|
|
23860
|
+
"description": ""
|
|
23861
|
+
},
|
|
23862
|
+
"cssClasses": [
|
|
23863
|
+
{
|
|
23864
|
+
"name": "forge-chip-set",
|
|
23865
|
+
"description": "The chip container element."
|
|
23866
|
+
},
|
|
23867
|
+
{
|
|
23868
|
+
"name": "forge-chip-set--vertical",
|
|
23869
|
+
"description": "Renders the chips vertically."
|
|
23870
|
+
}
|
|
23871
|
+
],
|
|
23872
|
+
"customElement": true
|
|
23873
|
+
}
|
|
23874
|
+
],
|
|
23875
|
+
"exports": [
|
|
23876
|
+
{
|
|
23877
|
+
"kind": "js",
|
|
23878
|
+
"name": "ChipSetComponent",
|
|
23879
|
+
"declaration": {
|
|
23880
|
+
"name": "ChipSetComponent",
|
|
23881
|
+
"module": "src/lib/chips/chip-set/chip-set.ts"
|
|
23882
|
+
}
|
|
23883
|
+
}
|
|
23884
|
+
]
|
|
23885
|
+
},
|
|
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
|
+
},
|
|
24174
24306
|
{
|
|
24175
24307
|
"kind": "javascript-module",
|
|
24176
24308
|
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
@@ -24313,36 +24445,6 @@
|
|
|
24313
24445
|
"description": "Whether the today button is visible in the popup.",
|
|
24314
24446
|
"default": "false"
|
|
24315
24447
|
},
|
|
24316
|
-
{
|
|
24317
|
-
"kind": "field",
|
|
24318
|
-
"name": "showYesterday",
|
|
24319
|
-
"type": {
|
|
24320
|
-
"text": "boolean"
|
|
24321
|
-
},
|
|
24322
|
-
"privacy": "public",
|
|
24323
|
-
"description": "Whether the yesterday button is visible in the popup.",
|
|
24324
|
-
"default": "false"
|
|
24325
|
-
},
|
|
24326
|
-
{
|
|
24327
|
-
"kind": "field",
|
|
24328
|
-
"name": "showLastSevenDays",
|
|
24329
|
-
"type": {
|
|
24330
|
-
"text": "boolean"
|
|
24331
|
-
},
|
|
24332
|
-
"privacy": "public",
|
|
24333
|
-
"description": "Whether the last seven days button is visible in the popup.",
|
|
24334
|
-
"default": "false"
|
|
24335
|
-
},
|
|
24336
|
-
{
|
|
24337
|
-
"kind": "field",
|
|
24338
|
-
"name": "showLastThirtyDays",
|
|
24339
|
-
"type": {
|
|
24340
|
-
"text": "boolean"
|
|
24341
|
-
},
|
|
24342
|
-
"privacy": "public",
|
|
24343
|
-
"description": "Whether the last thirty days button is visible in the popup.",
|
|
24344
|
-
"default": "false"
|
|
24345
|
-
},
|
|
24346
24448
|
{
|
|
24347
24449
|
"kind": "field",
|
|
24348
24450
|
"name": "showClear",
|
|
@@ -24533,30 +24635,6 @@
|
|
|
24533
24635
|
"name": "show-today",
|
|
24534
24636
|
"default": "false"
|
|
24535
24637
|
},
|
|
24536
|
-
{
|
|
24537
|
-
"type": {
|
|
24538
|
-
"text": "boolean"
|
|
24539
|
-
},
|
|
24540
|
-
"description": "Whether the yesterday button is visible in the popup.",
|
|
24541
|
-
"name": "show-yesterday",
|
|
24542
|
-
"default": "false"
|
|
24543
|
-
},
|
|
24544
|
-
{
|
|
24545
|
-
"type": {
|
|
24546
|
-
"text": "boolean"
|
|
24547
|
-
},
|
|
24548
|
-
"description": "Whether the last seven days button is visible in the popup.",
|
|
24549
|
-
"name": "show-last-seven-days",
|
|
24550
|
-
"default": "false"
|
|
24551
|
-
},
|
|
24552
|
-
{
|
|
24553
|
-
"type": {
|
|
24554
|
-
"text": "boolean"
|
|
24555
|
-
},
|
|
24556
|
-
"description": "Whether the last thirty days button is visible in the popup.",
|
|
24557
|
-
"name": "show-last-thirty-days",
|
|
24558
|
-
"default": "false"
|
|
24559
|
-
},
|
|
24560
24638
|
{
|
|
24561
24639
|
"type": {
|
|
24562
24640
|
"text": "DatePickerValueMode"
|
|
@@ -29849,6 +29927,108 @@
|
|
|
29849
29927
|
}
|
|
29850
29928
|
]
|
|
29851
29929
|
},
|
|
29930
|
+
{
|
|
29931
|
+
"kind": "javascript-module",
|
|
29932
|
+
"path": "src/lib/select/option-group/option-group.ts",
|
|
29933
|
+
"declarations": [
|
|
29934
|
+
{
|
|
29935
|
+
"kind": "class",
|
|
29936
|
+
"description": "",
|
|
29937
|
+
"name": "OptionGroupComponent",
|
|
29938
|
+
"members": [
|
|
29939
|
+
{
|
|
29940
|
+
"kind": "field",
|
|
29941
|
+
"name": "_label",
|
|
29942
|
+
"type": {
|
|
29943
|
+
"text": "string"
|
|
29944
|
+
},
|
|
29945
|
+
"privacy": "private"
|
|
29946
|
+
},
|
|
29947
|
+
{
|
|
29948
|
+
"kind": "field",
|
|
29949
|
+
"name": "label",
|
|
29950
|
+
"type": {
|
|
29951
|
+
"text": "string"
|
|
29952
|
+
},
|
|
29953
|
+
"privacy": "public",
|
|
29954
|
+
"description": "Gets/sets the label of this option group."
|
|
29955
|
+
},
|
|
29956
|
+
{
|
|
29957
|
+
"kind": "field",
|
|
29958
|
+
"name": "options",
|
|
29959
|
+
"type": {
|
|
29960
|
+
"text": "ISelectOption[]"
|
|
29961
|
+
},
|
|
29962
|
+
"privacy": "public",
|
|
29963
|
+
"description": "The child options of this group."
|
|
29964
|
+
},
|
|
29965
|
+
{
|
|
29966
|
+
"kind": "field",
|
|
29967
|
+
"name": "builder",
|
|
29968
|
+
"type": {
|
|
29969
|
+
"text": "ListDropdownOptionGroupBuilder"
|
|
29970
|
+
},
|
|
29971
|
+
"privacy": "public",
|
|
29972
|
+
"description": "The builder function for the group content."
|
|
29973
|
+
},
|
|
29974
|
+
{
|
|
29975
|
+
"kind": "field",
|
|
29976
|
+
"name": "value",
|
|
29977
|
+
"type": {
|
|
29978
|
+
"text": "any"
|
|
29979
|
+
},
|
|
29980
|
+
"privacy": "public",
|
|
29981
|
+
"description": "Gets/sets the optional group value.",
|
|
29982
|
+
"attribute": "value"
|
|
29983
|
+
},
|
|
29984
|
+
{
|
|
29985
|
+
"kind": "field",
|
|
29986
|
+
"name": "text",
|
|
29987
|
+
"type": {
|
|
29988
|
+
"text": "string"
|
|
29989
|
+
},
|
|
29990
|
+
"privacy": "public",
|
|
29991
|
+
"description": "The text content for the group.",
|
|
29992
|
+
"attribute": "text"
|
|
29993
|
+
}
|
|
29994
|
+
],
|
|
29995
|
+
"attributes": [
|
|
29996
|
+
{
|
|
29997
|
+
"name": "value",
|
|
29998
|
+
"type": {
|
|
29999
|
+
"text": "any"
|
|
30000
|
+
},
|
|
30001
|
+
"description": "Gets/sets the optional group value.",
|
|
30002
|
+
"fieldName": "value"
|
|
30003
|
+
},
|
|
30004
|
+
{
|
|
30005
|
+
"name": "text",
|
|
30006
|
+
"type": {
|
|
30007
|
+
"text": "string"
|
|
30008
|
+
},
|
|
30009
|
+
"description": "The text content for the group.",
|
|
30010
|
+
"fieldName": "text"
|
|
30011
|
+
}
|
|
30012
|
+
],
|
|
30013
|
+
"superclass": {
|
|
30014
|
+
"name": "BaseComponent",
|
|
30015
|
+
"module": "/src/lib/core/base/base-component"
|
|
30016
|
+
},
|
|
30017
|
+
"tagName": "forge-option-group",
|
|
30018
|
+
"customElement": true
|
|
30019
|
+
}
|
|
30020
|
+
],
|
|
30021
|
+
"exports": [
|
|
30022
|
+
{
|
|
30023
|
+
"kind": "js",
|
|
30024
|
+
"name": "OptionGroupComponent",
|
|
30025
|
+
"declaration": {
|
|
30026
|
+
"name": "OptionGroupComponent",
|
|
30027
|
+
"module": "src/lib/select/option-group/option-group.ts"
|
|
30028
|
+
}
|
|
30029
|
+
}
|
|
30030
|
+
]
|
|
30031
|
+
},
|
|
29852
30032
|
{
|
|
29853
30033
|
"kind": "javascript-module",
|
|
29854
30034
|
"path": "src/lib/select/select/select.ts",
|
|
@@ -31014,108 +31194,6 @@
|
|
|
31014
31194
|
}
|
|
31015
31195
|
]
|
|
31016
31196
|
},
|
|
31017
|
-
{
|
|
31018
|
-
"kind": "javascript-module",
|
|
31019
|
-
"path": "src/lib/select/option-group/option-group.ts",
|
|
31020
|
-
"declarations": [
|
|
31021
|
-
{
|
|
31022
|
-
"kind": "class",
|
|
31023
|
-
"description": "",
|
|
31024
|
-
"name": "OptionGroupComponent",
|
|
31025
|
-
"members": [
|
|
31026
|
-
{
|
|
31027
|
-
"kind": "field",
|
|
31028
|
-
"name": "_label",
|
|
31029
|
-
"type": {
|
|
31030
|
-
"text": "string"
|
|
31031
|
-
},
|
|
31032
|
-
"privacy": "private"
|
|
31033
|
-
},
|
|
31034
|
-
{
|
|
31035
|
-
"kind": "field",
|
|
31036
|
-
"name": "label",
|
|
31037
|
-
"type": {
|
|
31038
|
-
"text": "string"
|
|
31039
|
-
},
|
|
31040
|
-
"privacy": "public",
|
|
31041
|
-
"description": "Gets/sets the label of this option group."
|
|
31042
|
-
},
|
|
31043
|
-
{
|
|
31044
|
-
"kind": "field",
|
|
31045
|
-
"name": "options",
|
|
31046
|
-
"type": {
|
|
31047
|
-
"text": "ISelectOption[]"
|
|
31048
|
-
},
|
|
31049
|
-
"privacy": "public",
|
|
31050
|
-
"description": "The child options of this group."
|
|
31051
|
-
},
|
|
31052
|
-
{
|
|
31053
|
-
"kind": "field",
|
|
31054
|
-
"name": "builder",
|
|
31055
|
-
"type": {
|
|
31056
|
-
"text": "ListDropdownOptionGroupBuilder"
|
|
31057
|
-
},
|
|
31058
|
-
"privacy": "public",
|
|
31059
|
-
"description": "The builder function for the group content."
|
|
31060
|
-
},
|
|
31061
|
-
{
|
|
31062
|
-
"kind": "field",
|
|
31063
|
-
"name": "value",
|
|
31064
|
-
"type": {
|
|
31065
|
-
"text": "any"
|
|
31066
|
-
},
|
|
31067
|
-
"privacy": "public",
|
|
31068
|
-
"description": "Gets/sets the optional group value.",
|
|
31069
|
-
"attribute": "value"
|
|
31070
|
-
},
|
|
31071
|
-
{
|
|
31072
|
-
"kind": "field",
|
|
31073
|
-
"name": "text",
|
|
31074
|
-
"type": {
|
|
31075
|
-
"text": "string"
|
|
31076
|
-
},
|
|
31077
|
-
"privacy": "public",
|
|
31078
|
-
"description": "The text content for the group.",
|
|
31079
|
-
"attribute": "text"
|
|
31080
|
-
}
|
|
31081
|
-
],
|
|
31082
|
-
"attributes": [
|
|
31083
|
-
{
|
|
31084
|
-
"name": "value",
|
|
31085
|
-
"type": {
|
|
31086
|
-
"text": "any"
|
|
31087
|
-
},
|
|
31088
|
-
"description": "Gets/sets the optional group value.",
|
|
31089
|
-
"fieldName": "value"
|
|
31090
|
-
},
|
|
31091
|
-
{
|
|
31092
|
-
"name": "text",
|
|
31093
|
-
"type": {
|
|
31094
|
-
"text": "string"
|
|
31095
|
-
},
|
|
31096
|
-
"description": "The text content for the group.",
|
|
31097
|
-
"fieldName": "text"
|
|
31098
|
-
}
|
|
31099
|
-
],
|
|
31100
|
-
"superclass": {
|
|
31101
|
-
"name": "BaseComponent",
|
|
31102
|
-
"module": "/src/lib/core/base/base-component"
|
|
31103
|
-
},
|
|
31104
|
-
"tagName": "forge-option-group",
|
|
31105
|
-
"customElement": true
|
|
31106
|
-
}
|
|
31107
|
-
],
|
|
31108
|
-
"exports": [
|
|
31109
|
-
{
|
|
31110
|
-
"kind": "js",
|
|
31111
|
-
"name": "OptionGroupComponent",
|
|
31112
|
-
"declaration": {
|
|
31113
|
-
"name": "OptionGroupComponent",
|
|
31114
|
-
"module": "src/lib/select/option-group/option-group.ts"
|
|
31115
|
-
}
|
|
31116
|
-
}
|
|
31117
|
-
]
|
|
31118
|
-
},
|
|
31119
31197
|
{
|
|
31120
31198
|
"kind": "javascript-module",
|
|
31121
31199
|
"path": "src/lib/select/select-dropdown/select-dropdown.ts",
|
|
@@ -33514,7 +33592,7 @@
|
|
|
33514
33592
|
]
|
|
33515
33593
|
}
|
|
33516
33594
|
],
|
|
33517
|
-
"branchName": "
|
|
33595
|
+
"branchName": "combined-tyler-icons",
|
|
33518
33596
|
"forgeTypes": {
|
|
33519
33597
|
"Theme": {
|
|
33520
33598
|
"path": "src/lib/constants.ts",
|
|
@@ -33564,6 +33642,14 @@
|
|
|
33564
33642
|
"path": "src/lib/accordion/accordion.ts",
|
|
33565
33643
|
"lineNumber": 25
|
|
33566
33644
|
},
|
|
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
|
+
},
|
|
33567
33653
|
"IBackdropComponent": {
|
|
33568
33654
|
"path": "src/lib/backdrop/backdrop.ts",
|
|
33569
33655
|
"lineNumber": 8
|
|
@@ -33572,34 +33658,6 @@
|
|
|
33572
33658
|
"path": "src/lib/backdrop/backdrop.ts",
|
|
33573
33659
|
"lineNumber": 42
|
|
33574
33660
|
},
|
|
33575
|
-
"BadgeComponentDelegateProps": {
|
|
33576
|
-
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33577
|
-
"lineNumber": 4
|
|
33578
|
-
},
|
|
33579
|
-
"IBadgeComponentDelegateOptions": {
|
|
33580
|
-
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33581
|
-
"lineNumber": 5
|
|
33582
|
-
},
|
|
33583
|
-
"IBadgeComponentDelegateConfig": {
|
|
33584
|
-
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33585
|
-
"lineNumber": 6
|
|
33586
|
-
},
|
|
33587
|
-
"BadgeComponentDelegate": {
|
|
33588
|
-
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33589
|
-
"lineNumber": 8
|
|
33590
|
-
},
|
|
33591
|
-
"BadgeTheme": {
|
|
33592
|
-
"path": "src/lib/badge/badge-constants.ts",
|
|
33593
|
-
"lineNumber": 33
|
|
33594
|
-
},
|
|
33595
|
-
"IBadgeComponent": {
|
|
33596
|
-
"path": "src/lib/badge/badge.ts",
|
|
33597
|
-
"lineNumber": 10
|
|
33598
|
-
},
|
|
33599
|
-
"BadgeComponent": {
|
|
33600
|
-
"path": "src/lib/badge/badge.ts",
|
|
33601
|
-
"lineNumber": 50
|
|
33602
|
-
},
|
|
33603
33661
|
"IAutocompleteAdapter": {
|
|
33604
33662
|
"path": "src/lib/autocomplete/autocomplete-adapter.ts",
|
|
33605
33663
|
"lineNumber": 14
|
|
@@ -33688,41 +33746,33 @@
|
|
|
33688
33746
|
"path": "src/lib/autocomplete/autocomplete.ts",
|
|
33689
33747
|
"lineNumber": 71
|
|
33690
33748
|
},
|
|
33691
|
-
"
|
|
33692
|
-
"path": "src/lib/
|
|
33693
|
-
"lineNumber":
|
|
33749
|
+
"BadgeComponentDelegateProps": {
|
|
33750
|
+
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33751
|
+
"lineNumber": 4
|
|
33694
33752
|
},
|
|
33695
|
-
"
|
|
33696
|
-
"path": "src/lib/
|
|
33697
|
-
"lineNumber":
|
|
33753
|
+
"IBadgeComponentDelegateOptions": {
|
|
33754
|
+
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33755
|
+
"lineNumber": 5
|
|
33698
33756
|
},
|
|
33699
|
-
"
|
|
33700
|
-
"path": "src/lib/
|
|
33757
|
+
"IBadgeComponentDelegateConfig": {
|
|
33758
|
+
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33701
33759
|
"lineNumber": 6
|
|
33702
33760
|
},
|
|
33703
|
-
"
|
|
33704
|
-
"path": "src/lib/
|
|
33705
|
-
"lineNumber":
|
|
33706
|
-
},
|
|
33707
|
-
"BannerTheme": {
|
|
33708
|
-
"path": "src/lib/banner/banner-constants.ts",
|
|
33709
|
-
"lineNumber": 46
|
|
33761
|
+
"BadgeComponentDelegate": {
|
|
33762
|
+
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
33763
|
+
"lineNumber": 8
|
|
33710
33764
|
},
|
|
33711
|
-
"
|
|
33712
|
-
"path": "src/lib/
|
|
33713
|
-
"lineNumber":
|
|
33765
|
+
"BadgeTheme": {
|
|
33766
|
+
"path": "src/lib/badge/badge-constants.ts",
|
|
33767
|
+
"lineNumber": 33
|
|
33714
33768
|
},
|
|
33715
|
-
"
|
|
33716
|
-
"path": "src/lib/
|
|
33769
|
+
"IBadgeComponent": {
|
|
33770
|
+
"path": "src/lib/badge/badge.ts",
|
|
33717
33771
|
"lineNumber": 10
|
|
33718
33772
|
},
|
|
33719
|
-
"
|
|
33720
|
-
"path": "src/lib/
|
|
33721
|
-
"lineNumber":
|
|
33722
|
-
},
|
|
33723
|
-
"BannerComponent": {
|
|
33724
|
-
"path": "src/lib/banner/banner.ts",
|
|
33725
|
-
"lineNumber": 64
|
|
33773
|
+
"BadgeComponent": {
|
|
33774
|
+
"path": "src/lib/badge/badge.ts",
|
|
33775
|
+
"lineNumber": 50
|
|
33726
33776
|
},
|
|
33727
33777
|
"IBottomSheetAdapter": {
|
|
33728
33778
|
"path": "src/lib/bottom-sheet/bottom-sheet-adapter.ts",
|
|
@@ -33764,6 +33814,34 @@
|
|
|
33764
33814
|
"path": "src/lib/bottom-sheet/bottom-sheet.ts",
|
|
33765
33815
|
"lineNumber": 73
|
|
33766
33816
|
},
|
|
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
|
+
},
|
|
33767
33845
|
"IButtonAdapter": {
|
|
33768
33846
|
"path": "src/lib/button/button-adapter.ts",
|
|
33769
33847
|
"lineNumber": 4
|
|
@@ -33838,11 +33916,11 @@
|
|
|
33838
33916
|
},
|
|
33839
33917
|
"ICalendarAdapter": {
|
|
33840
33918
|
"path": "src/lib/calendar/calendar-adapter.ts",
|
|
33841
|
-
"lineNumber":
|
|
33919
|
+
"lineNumber": 37
|
|
33842
33920
|
},
|
|
33843
33921
|
"CalendarAdapter": {
|
|
33844
33922
|
"path": "src/lib/calendar/calendar-adapter.ts",
|
|
33845
|
-
"lineNumber":
|
|
33923
|
+
"lineNumber": 110
|
|
33846
33924
|
},
|
|
33847
33925
|
"CalendarComponentDelegateProps": {
|
|
33848
33926
|
"path": "src/lib/calendar/calendar-component-delegate.ts",
|
|
@@ -33862,99 +33940,99 @@
|
|
|
33862
33940
|
},
|
|
33863
33941
|
"CalendarDateBuilder": {
|
|
33864
33942
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33865
|
-
"lineNumber":
|
|
33943
|
+
"lineNumber": 215
|
|
33866
33944
|
},
|
|
33867
33945
|
"CalendarDateSelectCallback": {
|
|
33868
33946
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33869
|
-
"lineNumber":
|
|
33947
|
+
"lineNumber": 216
|
|
33870
33948
|
},
|
|
33871
33949
|
"CalendarDayBuilder": {
|
|
33872
33950
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33873
|
-
"lineNumber":
|
|
33951
|
+
"lineNumber": 217
|
|
33874
33952
|
},
|
|
33875
33953
|
"CalendarDisabledDateBuilder": {
|
|
33876
33954
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33877
|
-
"lineNumber":
|
|
33955
|
+
"lineNumber": 218
|
|
33878
33956
|
},
|
|
33879
33957
|
"CalendarEventBuilder": {
|
|
33880
33958
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33881
|
-
"lineNumber":
|
|
33959
|
+
"lineNumber": 219
|
|
33882
33960
|
},
|
|
33883
33961
|
"CalendarTooltipBuilder": {
|
|
33884
33962
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33885
|
-
"lineNumber":
|
|
33963
|
+
"lineNumber": 220
|
|
33886
33964
|
},
|
|
33887
33965
|
"CalendarMode": {
|
|
33888
33966
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33889
|
-
"lineNumber":
|
|
33967
|
+
"lineNumber": 222
|
|
33890
33968
|
},
|
|
33891
33969
|
"CalendarView": {
|
|
33892
33970
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33893
|
-
"lineNumber":
|
|
33971
|
+
"lineNumber": 223
|
|
33894
33972
|
},
|
|
33895
33973
|
"RangeSelectionState": {
|
|
33896
33974
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33897
|
-
"lineNumber":
|
|
33975
|
+
"lineNumber": 224
|
|
33898
33976
|
},
|
|
33899
33977
|
"CalendarEventColor": {
|
|
33900
33978
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33901
|
-
"lineNumber":
|
|
33979
|
+
"lineNumber": 225
|
|
33902
33980
|
},
|
|
33903
33981
|
"ICalendarDate": {
|
|
33904
33982
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33905
|
-
"lineNumber":
|
|
33983
|
+
"lineNumber": 246
|
|
33906
33984
|
},
|
|
33907
33985
|
"ICalendarDateConfig": {
|
|
33908
33986
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33909
|
-
"lineNumber":
|
|
33987
|
+
"lineNumber": 252
|
|
33910
33988
|
},
|
|
33911
33989
|
"ICalendarDateOptions": {
|
|
33912
33990
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33913
|
-
"lineNumber":
|
|
33991
|
+
"lineNumber": 260
|
|
33914
33992
|
},
|
|
33915
33993
|
"ICalendarDayOptions": {
|
|
33916
33994
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33917
|
-
"lineNumber":
|
|
33995
|
+
"lineNumber": 266
|
|
33918
33996
|
},
|
|
33919
33997
|
"ICalendarEvent": {
|
|
33920
33998
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33921
|
-
"lineNumber":
|
|
33999
|
+
"lineNumber": 271
|
|
33922
34000
|
},
|
|
33923
34001
|
"ICalendarDateSelectEventData": {
|
|
33924
34002
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33925
|
-
"lineNumber":
|
|
34003
|
+
"lineNumber": 277
|
|
33926
34004
|
},
|
|
33927
34005
|
"ICalendarMonthChangeEventData": {
|
|
33928
34006
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33929
|
-
"lineNumber":
|
|
34007
|
+
"lineNumber": 285
|
|
33930
34008
|
},
|
|
33931
34009
|
"ICalendarFocusChangeEventData": {
|
|
33932
34010
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33933
|
-
"lineNumber":
|
|
34011
|
+
"lineNumber": 291
|
|
33934
34012
|
},
|
|
33935
34013
|
"ICalendarNumberRange": {
|
|
33936
34014
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33937
|
-
"lineNumber":
|
|
34015
|
+
"lineNumber": 298
|
|
33938
34016
|
},
|
|
33939
34017
|
"ICalendarDisabledDateParams": {
|
|
33940
34018
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33941
|
-
"lineNumber":
|
|
34019
|
+
"lineNumber": 303
|
|
33942
34020
|
},
|
|
33943
34021
|
"ICalendarMenuMonthConfig": {
|
|
33944
34022
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33945
|
-
"lineNumber":
|
|
34023
|
+
"lineNumber": 312
|
|
33946
34024
|
},
|
|
33947
34025
|
"ICalendarMenuYearConfig": {
|
|
33948
34026
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33949
|
-
"lineNumber":
|
|
34027
|
+
"lineNumber": 320
|
|
33950
34028
|
},
|
|
33951
34029
|
"DayOfWeek": {
|
|
33952
34030
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33953
|
-
"lineNumber":
|
|
34031
|
+
"lineNumber": 328
|
|
33954
34032
|
},
|
|
33955
34033
|
"CalendarMonthFocus": {
|
|
33956
34034
|
"path": "src/lib/calendar/calendar-constants.ts",
|
|
33957
|
-
"lineNumber":
|
|
34035
|
+
"lineNumber": 338
|
|
33958
34036
|
},
|
|
33959
34037
|
"ICalendarCore": {
|
|
33960
34038
|
"path": "src/lib/calendar/calendar-core.ts",
|
|
@@ -33962,7 +34040,7 @@
|
|
|
33962
34040
|
},
|
|
33963
34041
|
"CalendarCore": {
|
|
33964
34042
|
"path": "src/lib/calendar/calendar-core.ts",
|
|
33965
|
-
"lineNumber":
|
|
34043
|
+
"lineNumber": 82
|
|
33966
34044
|
},
|
|
33967
34045
|
"ICalendarComponent": {
|
|
33968
34046
|
"path": "src/lib/calendar/calendar.ts",
|
|
@@ -33970,7 +34048,7 @@
|
|
|
33970
34048
|
},
|
|
33971
34049
|
"CalendarComponent": {
|
|
33972
34050
|
"path": "src/lib/calendar/calendar.ts",
|
|
33973
|
-
"lineNumber":
|
|
34051
|
+
"lineNumber": 148
|
|
33974
34052
|
},
|
|
33975
34053
|
"ICardComponent": {
|
|
33976
34054
|
"path": "src/lib/card/card.ts",
|
|
@@ -34238,11 +34316,11 @@
|
|
|
34238
34316
|
},
|
|
34239
34317
|
"IDatePickerRange": {
|
|
34240
34318
|
"path": "src/lib/date-range-picker/date-range-picker-constants.ts",
|
|
34241
|
-
"lineNumber":
|
|
34319
|
+
"lineNumber": 20
|
|
34242
34320
|
},
|
|
34243
34321
|
"IDateRangePickerChangeEventData": {
|
|
34244
34322
|
"path": "src/lib/date-range-picker/date-range-picker-constants.ts",
|
|
34245
|
-
"lineNumber":
|
|
34323
|
+
"lineNumber": 49
|
|
34246
34324
|
},
|
|
34247
34325
|
"IDateRangePickerCore": {
|
|
34248
34326
|
"path": "src/lib/date-range-picker/date-range-picker-core.ts",
|
|
@@ -34258,7 +34336,7 @@
|
|
|
34258
34336
|
},
|
|
34259
34337
|
"DateRangePickerComponent": {
|
|
34260
34338
|
"path": "src/lib/date-range-picker/date-range-picker.ts",
|
|
34261
|
-
"lineNumber":
|
|
34339
|
+
"lineNumber": 67
|
|
34262
34340
|
},
|
|
34263
34341
|
"IDialogAdapter": {
|
|
34264
34342
|
"path": "src/lib/dialog/dialog-adapter.ts",
|
|
@@ -34542,15 +34620,15 @@
|
|
|
34542
34620
|
},
|
|
34543
34621
|
"IconUrlBuilder": {
|
|
34544
34622
|
"path": "src/lib/icon/icon-constants.ts",
|
|
34545
|
-
"lineNumber":
|
|
34623
|
+
"lineNumber": 40
|
|
34546
34624
|
},
|
|
34547
34625
|
"IconExternalType": {
|
|
34548
34626
|
"path": "src/lib/icon/icon-constants.ts",
|
|
34549
|
-
"lineNumber":
|
|
34627
|
+
"lineNumber": 41
|
|
34550
34628
|
},
|
|
34551
34629
|
"IconTheme": {
|
|
34552
34630
|
"path": "src/lib/icon/icon-constants.ts",
|
|
34553
|
-
"lineNumber":
|
|
34631
|
+
"lineNumber": 42
|
|
34554
34632
|
},
|
|
34555
34633
|
"IIconCore": {
|
|
34556
34634
|
"path": "src/lib/icon/icon-core.ts",
|
|
@@ -34582,11 +34660,11 @@
|
|
|
34582
34660
|
},
|
|
34583
34661
|
"IIconComponent": {
|
|
34584
34662
|
"path": "src/lib/icon/icon.ts",
|
|
34585
|
-
"lineNumber":
|
|
34663
|
+
"lineNumber": 22
|
|
34586
34664
|
},
|
|
34587
34665
|
"IconComponent": {
|
|
34588
34666
|
"path": "src/lib/icon/icon.ts",
|
|
34589
|
-
"lineNumber":
|
|
34667
|
+
"lineNumber": 63
|
|
34590
34668
|
},
|
|
34591
34669
|
"IIconButtonAdapter": {
|
|
34592
34670
|
"path": "src/lib/icon-button/icon-button-adapter.ts",
|
|
@@ -35078,31 +35156,31 @@
|
|
|
35078
35156
|
},
|
|
35079
35157
|
"PopoverAnimationType": {
|
|
35080
35158
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35081
|
-
"lineNumber":
|
|
35159
|
+
"lineNumber": 64
|
|
35082
35160
|
},
|
|
35083
35161
|
"PopoverTriggerType": {
|
|
35084
35162
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35085
|
-
"lineNumber":
|
|
35163
|
+
"lineNumber": 65
|
|
35086
35164
|
},
|
|
35087
35165
|
"PopoverDismissReason": {
|
|
35088
35166
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35089
|
-
"lineNumber":
|
|
35167
|
+
"lineNumber": 66
|
|
35090
35168
|
},
|
|
35091
35169
|
"PopoverPreset": {
|
|
35092
35170
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35093
|
-
"lineNumber":
|
|
35171
|
+
"lineNumber": 67
|
|
35094
35172
|
},
|
|
35095
35173
|
"IPopoverToggleEventData": {
|
|
35096
35174
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35097
|
-
"lineNumber":
|
|
35175
|
+
"lineNumber": 69
|
|
35098
35176
|
},
|
|
35099
35177
|
"IPopoverCore": {
|
|
35100
35178
|
"path": "src/lib/popover/popover-core.ts",
|
|
35101
|
-
"lineNumber":
|
|
35179
|
+
"lineNumber": 18
|
|
35102
35180
|
},
|
|
35103
35181
|
"PopoverCore": {
|
|
35104
35182
|
"path": "src/lib/popover/popover-core.ts",
|
|
35105
|
-
"lineNumber":
|
|
35183
|
+
"lineNumber": 32
|
|
35106
35184
|
},
|
|
35107
35185
|
"IPopoverProperties": {
|
|
35108
35186
|
"path": "src/lib/popover/popover.ts",
|
|
@@ -35110,11 +35188,11 @@
|
|
|
35110
35188
|
},
|
|
35111
35189
|
"IPopoverComponent": {
|
|
35112
35190
|
"path": "src/lib/popover/popover.ts",
|
|
35113
|
-
"lineNumber":
|
|
35191
|
+
"lineNumber": 25
|
|
35114
35192
|
},
|
|
35115
35193
|
"PopoverComponent": {
|
|
35116
35194
|
"path": "src/lib/popover/popover.ts",
|
|
35117
|
-
"lineNumber":
|
|
35195
|
+
"lineNumber": 123
|
|
35118
35196
|
},
|
|
35119
35197
|
"IProfileCardAdapter": {
|
|
35120
35198
|
"path": "src/lib/profile-card/profile-card-adapter.ts",
|
|
@@ -35422,7 +35500,7 @@
|
|
|
35422
35500
|
},
|
|
35423
35501
|
"TableComponent": {
|
|
35424
35502
|
"path": "src/lib/table/table.ts",
|
|
35425
|
-
"lineNumber":
|
|
35503
|
+
"lineNumber": 108
|
|
35426
35504
|
},
|
|
35427
35505
|
"TableViewTemplate": {
|
|
35428
35506
|
"path": "src/lib/table/types.ts",
|
|
@@ -35678,11 +35756,11 @@
|
|
|
35678
35756
|
},
|
|
35679
35757
|
"ITimePickerComponent": {
|
|
35680
35758
|
"path": "src/lib/time-picker/time-picker.ts",
|
|
35681
|
-
"lineNumber":
|
|
35759
|
+
"lineNumber": 24
|
|
35682
35760
|
},
|
|
35683
35761
|
"TimePickerComponent": {
|
|
35684
35762
|
"path": "src/lib/time-picker/time-picker.ts",
|
|
35685
|
-
"lineNumber":
|
|
35763
|
+
"lineNumber": 68
|
|
35686
35764
|
},
|
|
35687
35765
|
"IToastAdapter": {
|
|
35688
35766
|
"path": "src/lib/toast/toast-adapter.ts",
|
|
@@ -35806,7 +35884,7 @@
|
|
|
35806
35884
|
},
|
|
35807
35885
|
"ViewSwitcherComponent": {
|
|
35808
35886
|
"path": "src/lib/view-switcher/view-switcher.ts",
|
|
35809
|
-
"lineNumber":
|
|
35887
|
+
"lineNumber": 36
|
|
35810
35888
|
},
|
|
35811
35889
|
"IAppBarAdapter": {
|
|
35812
35890
|
"path": "src/lib/app-bar/app-bar/app-bar-adapter.ts",
|
|
@@ -35900,6 +35978,34 @@
|
|
|
35900
35978
|
"path": "src/lib/app-bar/notification-button/app-bar-notification-button.ts",
|
|
35901
35979
|
"lineNumber": 44
|
|
35902
35980
|
},
|
|
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
|
+
},
|
|
35903
36009
|
"IAppBarProfileButtonAdapter": {
|
|
35904
36010
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button-adapter.ts",
|
|
35905
36011
|
"lineNumber": 12
|
|
@@ -35932,34 +36038,6 @@
|
|
|
35932
36038
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
35933
36039
|
"lineNumber": 70
|
|
35934
36040
|
},
|
|
35935
|
-
"IAppBarSearchAdapter": {
|
|
35936
|
-
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35937
|
-
"lineNumber": 6
|
|
35938
|
-
},
|
|
35939
|
-
"AppBarSearchAdapter": {
|
|
35940
|
-
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
35941
|
-
"lineNumber": 14
|
|
35942
|
-
},
|
|
35943
|
-
"IAppBarSearchInputEventData": {
|
|
35944
|
-
"path": "src/lib/app-bar/search/app-bar-search-constants.ts",
|
|
35945
|
-
"lineNumber": 27
|
|
35946
|
-
},
|
|
35947
|
-
"IAppBarSearchCore": {
|
|
35948
|
-
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35949
|
-
"lineNumber": 4
|
|
35950
|
-
},
|
|
35951
|
-
"AppBarSearchCore": {
|
|
35952
|
-
"path": "src/lib/app-bar/search/app-bar-search-core.ts",
|
|
35953
|
-
"lineNumber": 10
|
|
35954
|
-
},
|
|
35955
|
-
"IAppBarSearchComponent": {
|
|
35956
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35957
|
-
"lineNumber": 13
|
|
35958
|
-
},
|
|
35959
|
-
"AppBarSearchComponent": {
|
|
35960
|
-
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35961
|
-
"lineNumber": 66
|
|
35962
|
-
},
|
|
35963
36041
|
"IBaseButtonAdapter": {
|
|
35964
36042
|
"path": "src/lib/button/base/base-button-adapter.ts",
|
|
35965
36043
|
"lineNumber": 13
|
|
@@ -36114,15 +36192,7 @@
|
|
|
36114
36192
|
},
|
|
36115
36193
|
"DateRange": {
|
|
36116
36194
|
"path": "src/lib/calendar/core/date-range.ts",
|
|
36117
|
-
"lineNumber":
|
|
36118
|
-
},
|
|
36119
|
-
"IChipSetComponent": {
|
|
36120
|
-
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
36121
|
-
"lineNumber": 10
|
|
36122
|
-
},
|
|
36123
|
-
"ChipSetComponent": {
|
|
36124
|
-
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
36125
|
-
"lineNumber": 54
|
|
36195
|
+
"lineNumber": 6
|
|
36126
36196
|
},
|
|
36127
36197
|
"IChipAdapter": {
|
|
36128
36198
|
"path": "src/lib/chips/chip/chip-adapter.ts",
|
|
@@ -36172,6 +36242,14 @@
|
|
|
36172
36242
|
"path": "src/lib/chips/chip/chip.ts",
|
|
36173
36243
|
"lineNumber": 135
|
|
36174
36244
|
},
|
|
36245
|
+
"IChipSetComponent": {
|
|
36246
|
+
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
36247
|
+
"lineNumber": 10
|
|
36248
|
+
},
|
|
36249
|
+
"ChipSetComponent": {
|
|
36250
|
+
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
36251
|
+
"lineNumber": 54
|
|
36252
|
+
},
|
|
36175
36253
|
"IBaseAdapter": {
|
|
36176
36254
|
"path": "src/lib/core/base/base-adapter.ts",
|
|
36177
36255
|
"lineNumber": 5
|
|
@@ -36304,54 +36382,6 @@
|
|
|
36304
36382
|
"path": "src/lib/core/mask/time-segment-parser.ts",
|
|
36305
36383
|
"lineNumber": 15
|
|
36306
36384
|
},
|
|
36307
|
-
"IBaseDatePickerAdapter": {
|
|
36308
|
-
"path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
|
|
36309
|
-
"lineNumber": 11
|
|
36310
|
-
},
|
|
36311
|
-
"BaseDatePickerAdapter": {
|
|
36312
|
-
"path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
|
|
36313
|
-
"lineNumber": 60
|
|
36314
|
-
},
|
|
36315
|
-
"DatePickerParseCallback": {
|
|
36316
|
-
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36317
|
-
"lineNumber": 4
|
|
36318
|
-
},
|
|
36319
|
-
"DatePickerFormatCallback": {
|
|
36320
|
-
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36321
|
-
"lineNumber": 5
|
|
36322
|
-
},
|
|
36323
|
-
"DatePickerPrepareMaskCallback": {
|
|
36324
|
-
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36325
|
-
"lineNumber": 6
|
|
36326
|
-
},
|
|
36327
|
-
"DatePickerValueMode": {
|
|
36328
|
-
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36329
|
-
"lineNumber": 7
|
|
36330
|
-
},
|
|
36331
|
-
"IDatePickerCalendarDropdownConfig": {
|
|
36332
|
-
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36333
|
-
"lineNumber": 9
|
|
36334
|
-
},
|
|
36335
|
-
"IDatePickerCalendarDropdownText": {
|
|
36336
|
-
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36337
|
-
"lineNumber": 26
|
|
36338
|
-
},
|
|
36339
|
-
"IBaseDatePickerCore": {
|
|
36340
|
-
"path": "src/lib/date-picker/base/base-date-picker-core.ts",
|
|
36341
|
-
"lineNumber": 17
|
|
36342
|
-
},
|
|
36343
|
-
"BaseDatePickerCore": {
|
|
36344
|
-
"path": "src/lib/date-picker/base/base-date-picker-core.ts",
|
|
36345
|
-
"lineNumber": 40
|
|
36346
|
-
},
|
|
36347
|
-
"IBaseDatePickerComponent": {
|
|
36348
|
-
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
36349
|
-
"lineNumber": 15
|
|
36350
|
-
},
|
|
36351
|
-
"BaseDatePickerComponent": {
|
|
36352
|
-
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
36353
|
-
"lineNumber": 92
|
|
36354
|
-
},
|
|
36355
36385
|
"CustomStateSet": {
|
|
36356
36386
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36357
36387
|
"lineNumber": 17
|
|
@@ -36464,6 +36494,110 @@
|
|
|
36464
36494
|
"path": "src/lib/core/utils/reflect-utils.ts",
|
|
36465
36495
|
"lineNumber": 158
|
|
36466
36496
|
},
|
|
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
|
+
"IBaseDatePickerAdapter": {
|
|
36554
|
+
"path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
|
|
36555
|
+
"lineNumber": 11
|
|
36556
|
+
},
|
|
36557
|
+
"BaseDatePickerAdapter": {
|
|
36558
|
+
"path": "src/lib/date-picker/base/base-date-picker-adapter.ts",
|
|
36559
|
+
"lineNumber": 60
|
|
36560
|
+
},
|
|
36561
|
+
"DatePickerParseCallback": {
|
|
36562
|
+
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36563
|
+
"lineNumber": 4
|
|
36564
|
+
},
|
|
36565
|
+
"DatePickerFormatCallback": {
|
|
36566
|
+
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36567
|
+
"lineNumber": 5
|
|
36568
|
+
},
|
|
36569
|
+
"DatePickerPrepareMaskCallback": {
|
|
36570
|
+
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36571
|
+
"lineNumber": 6
|
|
36572
|
+
},
|
|
36573
|
+
"DatePickerValueMode": {
|
|
36574
|
+
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36575
|
+
"lineNumber": 7
|
|
36576
|
+
},
|
|
36577
|
+
"IDatePickerCalendarDropdownConfig": {
|
|
36578
|
+
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36579
|
+
"lineNumber": 9
|
|
36580
|
+
},
|
|
36581
|
+
"IDatePickerCalendarDropdownText": {
|
|
36582
|
+
"path": "src/lib/date-picker/base/base-date-picker-constants.ts",
|
|
36583
|
+
"lineNumber": 26
|
|
36584
|
+
},
|
|
36585
|
+
"IBaseDatePickerCore": {
|
|
36586
|
+
"path": "src/lib/date-picker/base/base-date-picker-core.ts",
|
|
36587
|
+
"lineNumber": 17
|
|
36588
|
+
},
|
|
36589
|
+
"BaseDatePickerCore": {
|
|
36590
|
+
"path": "src/lib/date-picker/base/base-date-picker-core.ts",
|
|
36591
|
+
"lineNumber": 40
|
|
36592
|
+
},
|
|
36593
|
+
"IBaseDatePickerComponent": {
|
|
36594
|
+
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
36595
|
+
"lineNumber": 15
|
|
36596
|
+
},
|
|
36597
|
+
"BaseDatePickerComponent": {
|
|
36598
|
+
"path": "src/lib/date-picker/base/base-date-picker.ts",
|
|
36599
|
+
"lineNumber": 83
|
|
36600
|
+
},
|
|
36467
36601
|
"DeprecatedButtonComponentDelegateProps": {
|
|
36468
36602
|
"path": "src/lib/deprecated/button/deprecated-button-component-delegate.ts",
|
|
36469
36603
|
"lineNumber": 5
|
|
@@ -36948,6 +37082,14 @@
|
|
|
36948
37082
|
"path": "src/lib/select/option/option.ts",
|
|
36949
37083
|
"lineNumber": 20
|
|
36950
37084
|
},
|
|
37085
|
+
"IOptionGroupComponent": {
|
|
37086
|
+
"path": "src/lib/select/option-group/option-group.ts",
|
|
37087
|
+
"lineNumber": 7
|
|
37088
|
+
},
|
|
37089
|
+
"OptionGroupComponent": {
|
|
37090
|
+
"path": "src/lib/select/option-group/option-group.ts",
|
|
37091
|
+
"lineNumber": 20
|
|
37092
|
+
},
|
|
36951
37093
|
"OptionListenerDestructor": {
|
|
36952
37094
|
"path": "src/lib/select/select/select-adapter.ts",
|
|
36953
37095
|
"lineNumber": 11
|
|
@@ -36976,14 +37118,6 @@
|
|
|
36976
37118
|
"path": "src/lib/select/select/select.ts",
|
|
36977
37119
|
"lineNumber": 182
|
|
36978
37120
|
},
|
|
36979
|
-
"IOptionGroupComponent": {
|
|
36980
|
-
"path": "src/lib/select/option-group/option-group.ts",
|
|
36981
|
-
"lineNumber": 7
|
|
36982
|
-
},
|
|
36983
|
-
"OptionGroupComponent": {
|
|
36984
|
-
"path": "src/lib/select/option-group/option-group.ts",
|
|
36985
|
-
"lineNumber": 20
|
|
36986
|
-
},
|
|
36987
37121
|
"ISelectDropdownAdapter": {
|
|
36988
37122
|
"path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
|
|
36989
37123
|
"lineNumber": 7
|
|
@@ -37090,11 +37224,11 @@
|
|
|
37090
37224
|
},
|
|
37091
37225
|
"ISplitViewPanelComponent": {
|
|
37092
37226
|
"path": "src/lib/split-view/split-view-panel/split-view-panel.ts",
|
|
37093
|
-
"lineNumber":
|
|
37227
|
+
"lineNumber": 16
|
|
37094
37228
|
},
|
|
37095
37229
|
"SplitViewPanelComponent": {
|
|
37096
37230
|
"path": "src/lib/split-view/split-view-panel/split-view-panel.ts",
|
|
37097
|
-
"lineNumber":
|
|
37231
|
+
"lineNumber": 87
|
|
37098
37232
|
},
|
|
37099
37233
|
"StepperUtils": {
|
|
37100
37234
|
"path": "src/lib/stepper/core/stepper-utils.ts",
|