igniteui-webcomponents 7.0.1 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/components/badge/themes/dark/badge.indigo.css.js +1 -1
- package/components/badge/themes/dark/badge.indigo.css.js.map +1 -1
- package/components/button/themes/button/light/button.indigo.css.js +1 -1
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.js +1 -1
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.js.map +1 -1
- package/components/button-group/button-group.js.map +1 -1
- package/components/calendar/days-view/days-view.js +13 -11
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/themes/dark/calendar.indigo.css.js +1 -1
- package/components/calendar/themes/dark/calendar.indigo.css.js.map +1 -1
- package/components/card/themes/dark/card.indigo.css.js +1 -1
- package/components/card/themes/dark/card.indigo.css.js.map +1 -1
- package/components/carousel/carousel.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.shared.css.js +1 -1
- package/components/checkbox/themes/light/checkbox/checkbox.shared.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.common.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js +1 -1
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js.map +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js.map +1 -1
- package/components/combo/combo-item.d.ts +1 -1
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo.js.map +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/shared/combo.common.css.js +1 -1
- package/components/combo/themes/shared/combo.common.css.js.map +1 -1
- package/components/combo/types.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +4 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/mixins/forms/form-transformers.js.map +1 -1
- package/components/common/util.d.ts +17 -18
- package/components/common/util.js +11 -25
- package/components/common/util.js.map +1 -1
- package/components/date-picker/date-picker.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.indigo.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.indigo.css.js.map +1 -1
- package/components/date-range-picker/date-range-picker.d.ts +0 -1
- package/components/date-range-picker/date-range-picker.js +3 -3
- package/components/date-range-picker/date-range-picker.js.map +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js +1 -1
- package/components/date-range-picker/themes/dark/date-range-picker.indigo.css.js.map +1 -1
- package/components/dialog/themes/dark/dialog.indigo.css.js +1 -1
- package/components/dialog/themes/dark/dialog.indigo.css.js.map +1 -1
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -1
- package/components/file-input/file-input.js.map +1 -1
- package/components/highlight/highlight.d.ts +130 -0
- package/components/highlight/highlight.js +77 -0
- package/components/highlight/highlight.js.map +1 -0
- package/components/highlight/service.d.ts +58 -0
- package/components/highlight/service.js +132 -0
- package/components/highlight/service.js.map +1 -0
- package/components/highlight/themes/dark/highlight.bootstrap.css.js +3 -0
- package/components/highlight/themes/dark/highlight.bootstrap.css.js.map +1 -0
- package/components/highlight/themes/dark/highlight.fluent.css.d.ts +1 -0
- package/components/highlight/themes/dark/highlight.fluent.css.js +3 -0
- package/components/highlight/themes/dark/highlight.fluent.css.js.map +1 -0
- package/components/highlight/themes/dark/highlight.indigo.css.d.ts +1 -0
- package/components/highlight/themes/dark/highlight.indigo.css.js +3 -0
- package/components/highlight/themes/dark/highlight.indigo.css.js.map +1 -0
- package/components/highlight/themes/dark/highlight.material.css.d.ts +1 -0
- package/components/highlight/themes/dark/highlight.material.css.js +3 -0
- package/components/highlight/themes/dark/highlight.material.css.js.map +1 -0
- package/components/highlight/themes/dark/highlight.shared.css.d.ts +1 -0
- package/components/highlight/themes/dark/highlight.shared.css.js +3 -0
- package/components/highlight/themes/dark/highlight.shared.css.js.map +1 -0
- package/components/highlight/themes/light/highlight.bootstrap.css.d.ts +1 -0
- package/components/highlight/themes/light/highlight.bootstrap.css.js +3 -0
- package/components/highlight/themes/light/highlight.bootstrap.css.js.map +1 -0
- package/components/highlight/themes/light/highlight.fluent.css.d.ts +1 -0
- package/components/highlight/themes/light/highlight.fluent.css.js +3 -0
- package/components/highlight/themes/light/highlight.fluent.css.js.map +1 -0
- package/components/highlight/themes/light/highlight.indigo.css.d.ts +1 -0
- package/components/highlight/themes/light/highlight.indigo.css.js +3 -0
- package/components/highlight/themes/light/highlight.indigo.css.js.map +1 -0
- package/components/highlight/themes/light/highlight.material.css.d.ts +1 -0
- package/components/highlight/themes/light/highlight.material.css.js +3 -0
- package/components/highlight/themes/light/highlight.material.css.js.map +1 -0
- package/components/highlight/themes/light/highlight.shared.css.d.ts +1 -0
- package/components/highlight/themes/light/highlight.shared.css.js +3 -0
- package/components/highlight/themes/light/highlight.shared.css.js.map +1 -0
- package/components/highlight/themes/shared/highlight.common.css.d.ts +1 -0
- package/components/highlight/themes/shared/highlight.common.css.js +3 -0
- package/components/highlight/themes/shared/highlight.common.css.js.map +1 -0
- package/components/highlight/themes/themes.d.ts +2 -0
- package/components/highlight/themes/themes.js +47 -0
- package/components/highlight/themes/themes.js.map +1 -0
- package/components/input/themes/shared/input.material.css.js +1 -1
- package/components/input/themes/shared/input.material.css.js.map +1 -1
- package/components/list/themes/dark/container/list.bootstrap.css.js +1 -1
- package/components/list/themes/dark/container/list.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/container.base.css.js +1 -1
- package/components/nav-drawer/themes/container.base.css.js.map +1 -1
- package/components/navbar/themes/dark/navbar.indigo.css.js +1 -1
- package/components/navbar/themes/dark/navbar.indigo.css.js.map +1 -1
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.js +1 -1
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.js.map +1 -1
- package/components/resize-container/resize-controller.js +2 -1
- package/components/resize-container/resize-controller.js.map +1 -1
- package/components/select/select.js.map +1 -1
- package/components/select/themes/dark/select.indigo.css.js +1 -1
- package/components/select/themes/dark/select.indigo.css.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -1
- package/components/splitter/splitter.d.ts +240 -0
- package/components/splitter/splitter.js +608 -0
- package/components/splitter/splitter.js.map +1 -0
- package/components/splitter/themes/dark/splitter.bootstrap.css.d.ts +1 -0
- package/components/splitter/themes/dark/splitter.bootstrap.css.js +3 -0
- package/components/splitter/themes/dark/splitter.bootstrap.css.js.map +1 -0
- package/components/splitter/themes/dark/splitter.fluent.css.d.ts +1 -0
- package/components/splitter/themes/dark/splitter.fluent.css.js +3 -0
- package/components/splitter/themes/dark/splitter.fluent.css.js.map +1 -0
- package/components/splitter/themes/dark/splitter.indigo.css.d.ts +1 -0
- package/components/splitter/themes/dark/splitter.indigo.css.js +3 -0
- package/components/splitter/themes/dark/splitter.indigo.css.js.map +1 -0
- package/components/splitter/themes/dark/splitter.material.css.d.ts +1 -0
- package/components/splitter/themes/dark/splitter.material.css.js +3 -0
- package/components/splitter/themes/dark/splitter.material.css.js.map +1 -0
- package/components/splitter/themes/dark/splitter.shared.css.d.ts +1 -0
- package/components/splitter/themes/dark/splitter.shared.css.js +3 -0
- package/components/splitter/themes/dark/splitter.shared.css.js.map +1 -0
- package/components/splitter/themes/light/splitter.bootstrap.css.d.ts +1 -0
- package/components/splitter/themes/light/splitter.bootstrap.css.js +3 -0
- package/components/splitter/themes/light/splitter.bootstrap.css.js.map +1 -0
- package/components/splitter/themes/light/splitter.fluent.css.d.ts +1 -0
- package/components/splitter/themes/light/splitter.fluent.css.js +3 -0
- package/components/splitter/themes/light/splitter.fluent.css.js.map +1 -0
- package/components/splitter/themes/light/splitter.indigo.css.d.ts +1 -0
- package/components/splitter/themes/light/splitter.indigo.css.js +3 -0
- package/components/splitter/themes/light/splitter.indigo.css.js.map +1 -0
- package/components/splitter/themes/light/splitter.material.css.d.ts +1 -0
- package/components/splitter/themes/light/splitter.material.css.js +3 -0
- package/components/splitter/themes/light/splitter.material.css.js.map +1 -0
- package/components/splitter/themes/light/splitter.shared.css.d.ts +1 -0
- package/components/splitter/themes/light/splitter.shared.css.js +3 -0
- package/components/splitter/themes/light/splitter.shared.css.js.map +1 -0
- package/components/splitter/themes/shared/splitter.common.css.d.ts +1 -0
- package/components/splitter/themes/shared/splitter.common.css.js +3 -0
- package/components/splitter/themes/shared/splitter.common.css.js.map +1 -0
- package/components/splitter/themes/shared/splitter.indigo.css.d.ts +1 -0
- package/components/splitter/themes/shared/splitter.indigo.css.js +3 -0
- package/components/splitter/themes/shared/splitter.indigo.css.js.map +1 -0
- package/components/splitter/themes/splitter.base.css.d.ts +1 -0
- package/components/splitter/themes/splitter.base.css.js +3 -0
- package/components/splitter/themes/splitter.base.css.js.map +1 -0
- package/components/splitter/themes/themes.d.ts +2 -0
- package/components/splitter/themes/themes.js +48 -0
- package/components/splitter/themes/themes.js.map +1 -0
- package/components/splitter/types.d.ts +45 -0
- package/components/splitter/types.js +2 -0
- package/components/splitter/types.js.map +1 -0
- package/components/stepper/{animations.d.ts → common/animations.d.ts} +2 -2
- package/components/stepper/{animations.js → common/animations.js} +2 -2
- package/components/stepper/common/animations.js.map +1 -0
- package/components/stepper/common/context.d.ts +9 -0
- package/components/stepper/common/context.js +3 -0
- package/components/stepper/common/context.js.map +1 -0
- package/components/stepper/common/state.d.ts +67 -0
- package/components/stepper/common/state.js +134 -0
- package/components/stepper/common/state.js.map +1 -0
- package/components/stepper/common/types.js +2 -0
- package/components/stepper/common/types.js.map +1 -0
- package/components/stepper/step.d.ts +101 -55
- package/components/stepper/step.js +145 -160
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.d.ts +98 -53
- package/components/stepper/stepper.js +168 -308
- package/components/stepper/stepper.js.map +1 -1
- package/components/stepper/themes/step/dark/step.bootstrap.css.js +1 -1
- package/components/stepper/themes/step/dark/step.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.material.css.js +1 -1
- package/components/stepper/themes/step/dark/step.material.css.js.map +1 -1
- package/components/stepper/themes/step/shared/step.bootstrap.css.js +1 -1
- package/components/stepper/themes/step/shared/step.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/step/shared/step.common.css.js +1 -1
- package/components/stepper/themes/step/shared/step.common.css.js.map +1 -1
- package/components/stepper/themes/step/shared/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/shared/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/themes.js +2 -3
- package/components/stepper/themes/step/themes.js.map +1 -1
- package/components/tabs/tab.d.ts +0 -1
- package/components/tabs/tab.js +2 -3
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/tabs.base.css.js +1 -1
- package/components/tabs/themes/tabs.base.css.js.map +1 -1
- package/components/textarea/textarea.js.map +1 -1
- package/components/tile-manager/themes/dark/tile-manager.indigo.css.js +1 -1
- package/components/tile-manager/themes/dark/tile-manager.indigo.css.js.map +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js.map +1 -1
- package/components/tree/themes/dark/container.bootstrap.css.js +1 -1
- package/components/tree/themes/dark/container.bootstrap.css.js.map +1 -1
- package/components/tree/themes/dark/container.indigo.css.js +1 -1
- package/components/tree/themes/dark/container.indigo.css.js.map +1 -1
- package/components/types.d.ts +1 -0
- package/components/types.js.map +1 -1
- package/components/visually-hidden/visually-hidden.d.ts +49 -0
- package/components/visually-hidden/visually-hidden.js +26 -0
- package/components/visually-hidden/visually-hidden.js.map +1 -0
- package/custom-elements.json +2741 -420
- package/igniteui-webcomponents.css-data.json +2 -2
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +6 -2
- package/index.js +2 -0
- package/index.js.map +1 -1
- package/package.json +3 -1
- package/web-types.json +3 -3
- package/components/stepper/animations.js.map +0 -1
- package/components/stepper/stepper.common.js +0 -2
- package/components/stepper/stepper.common.js.map +0 -1
- package/components/stepper/themes/step/shared/step.fluent.css.js +0 -3
- package/components/stepper/themes/step/shared/step.fluent.css.js.map +0 -1
- /package/components/{stepper/themes/step/shared/step.fluent.css.d.ts → highlight/themes/dark/highlight.bootstrap.css.d.ts} +0 -0
- /package/components/stepper/{stepper.common.d.ts → common/types.d.ts} +0 -0
package/custom-elements.json
CHANGED
|
@@ -21483,19 +21483,12 @@
|
|
|
21483
21483
|
}
|
|
21484
21484
|
}
|
|
21485
21485
|
},
|
|
21486
|
-
{
|
|
21487
|
-
"kind": "field",
|
|
21488
|
-
"name": "_increment",
|
|
21489
|
-
"privacy": "private",
|
|
21490
|
-
"static": true,
|
|
21491
|
-
"readonly": true
|
|
21492
|
-
},
|
|
21493
21486
|
{
|
|
21494
21487
|
"kind": "field",
|
|
21495
21488
|
"name": "_inputId",
|
|
21496
21489
|
"privacy": "protected",
|
|
21497
21490
|
"readonly": true,
|
|
21498
|
-
"default": "`date-range-picker-${
|
|
21491
|
+
"default": "`date-range-picker-${nextId++}`"
|
|
21499
21492
|
},
|
|
21500
21493
|
{
|
|
21501
21494
|
"kind": "field",
|
|
@@ -26043,10 +26036,6 @@
|
|
|
26043
26036
|
}
|
|
26044
26037
|
]
|
|
26045
26038
|
},
|
|
26046
|
-
{
|
|
26047
|
-
"kind": "function",
|
|
26048
|
-
"name": "createCounter"
|
|
26049
|
-
},
|
|
26050
26039
|
{
|
|
26051
26040
|
"kind": "function",
|
|
26052
26041
|
"name": "isLTR",
|
|
@@ -26223,8 +26212,19 @@
|
|
|
26223
26212
|
},
|
|
26224
26213
|
{
|
|
26225
26214
|
"kind": "function",
|
|
26226
|
-
"name": "
|
|
26215
|
+
"name": "findElementFromEventPath",
|
|
26216
|
+
"return": {
|
|
26217
|
+
"type": {
|
|
26218
|
+
"text": "HTMLElementTagNameMap[K] | undefined"
|
|
26219
|
+
}
|
|
26220
|
+
},
|
|
26227
26221
|
"parameters": [
|
|
26222
|
+
{
|
|
26223
|
+
"name": "predicate",
|
|
26224
|
+
"type": {
|
|
26225
|
+
"text": "K"
|
|
26226
|
+
}
|
|
26227
|
+
},
|
|
26228
26228
|
{
|
|
26229
26229
|
"name": "event",
|
|
26230
26230
|
"type": {
|
|
@@ -26236,6 +26236,11 @@
|
|
|
26236
26236
|
{
|
|
26237
26237
|
"kind": "function",
|
|
26238
26238
|
"name": "findElementFromEventPath",
|
|
26239
|
+
"return": {
|
|
26240
|
+
"type": {
|
|
26241
|
+
"text": "T | undefined"
|
|
26242
|
+
}
|
|
26243
|
+
},
|
|
26239
26244
|
"parameters": [
|
|
26240
26245
|
{
|
|
26241
26246
|
"name": "predicate",
|
|
@@ -26253,19 +26258,25 @@
|
|
|
26253
26258
|
},
|
|
26254
26259
|
{
|
|
26255
26260
|
"kind": "function",
|
|
26256
|
-
"name": "
|
|
26261
|
+
"name": "findElementFromEventPath",
|
|
26257
26262
|
"parameters": [
|
|
26258
26263
|
{
|
|
26259
|
-
"name": "
|
|
26264
|
+
"name": "predicate",
|
|
26260
26265
|
"type": {
|
|
26261
|
-
"text": "
|
|
26266
|
+
"text": "string | ((element: Element) => boolean)"
|
|
26267
|
+
}
|
|
26268
|
+
},
|
|
26269
|
+
{
|
|
26270
|
+
"name": "event",
|
|
26271
|
+
"type": {
|
|
26272
|
+
"text": "Event"
|
|
26262
26273
|
}
|
|
26263
26274
|
}
|
|
26264
26275
|
]
|
|
26265
26276
|
},
|
|
26266
26277
|
{
|
|
26267
26278
|
"kind": "function",
|
|
26268
|
-
"name": "
|
|
26279
|
+
"name": "first",
|
|
26269
26280
|
"parameters": [
|
|
26270
26281
|
{
|
|
26271
26282
|
"name": "arr",
|
|
@@ -26277,44 +26288,42 @@
|
|
|
26277
26288
|
},
|
|
26278
26289
|
{
|
|
26279
26290
|
"kind": "function",
|
|
26280
|
-
"name": "
|
|
26291
|
+
"name": "last",
|
|
26281
26292
|
"parameters": [
|
|
26282
26293
|
{
|
|
26283
|
-
"name": "
|
|
26284
|
-
"type": {
|
|
26285
|
-
"text": "number"
|
|
26286
|
-
}
|
|
26287
|
-
},
|
|
26288
|
-
{
|
|
26289
|
-
"name": "d",
|
|
26294
|
+
"name": "arr",
|
|
26290
26295
|
"type": {
|
|
26291
|
-
"text": "
|
|
26296
|
+
"text": "T[]"
|
|
26292
26297
|
}
|
|
26293
26298
|
}
|
|
26294
26299
|
]
|
|
26295
26300
|
},
|
|
26296
26301
|
{
|
|
26297
26302
|
"kind": "function",
|
|
26298
|
-
"name": "
|
|
26303
|
+
"name": "modulo",
|
|
26299
26304
|
"parameters": [
|
|
26300
26305
|
{
|
|
26301
|
-
"name": "
|
|
26306
|
+
"name": "n",
|
|
26302
26307
|
"type": {
|
|
26303
|
-
"text": "
|
|
26308
|
+
"text": "number"
|
|
26304
26309
|
}
|
|
26305
26310
|
},
|
|
26306
26311
|
{
|
|
26307
|
-
"name": "
|
|
26312
|
+
"name": "d",
|
|
26308
26313
|
"type": {
|
|
26309
26314
|
"text": "number"
|
|
26310
26315
|
}
|
|
26311
26316
|
}
|
|
26312
|
-
]
|
|
26313
|
-
"description": "Creates an array of `n` elements from a given iterator."
|
|
26317
|
+
]
|
|
26314
26318
|
},
|
|
26315
26319
|
{
|
|
26316
26320
|
"kind": "function",
|
|
26317
26321
|
"name": "chunk",
|
|
26322
|
+
"return": {
|
|
26323
|
+
"type": {
|
|
26324
|
+
"text": "Generator<T[]>"
|
|
26325
|
+
}
|
|
26326
|
+
},
|
|
26318
26327
|
"parameters": [
|
|
26319
26328
|
{
|
|
26320
26329
|
"name": "arr",
|
|
@@ -26329,7 +26338,7 @@
|
|
|
26329
26338
|
}
|
|
26330
26339
|
}
|
|
26331
26340
|
],
|
|
26332
|
-
"description": "Splits an array into chunks of
|
|
26341
|
+
"description": "Splits an array into chunks of a specified size and returns a generator that yields each chunk."
|
|
26333
26342
|
},
|
|
26334
26343
|
{
|
|
26335
26344
|
"kind": "function",
|
|
@@ -26643,7 +26652,7 @@
|
|
|
26643
26652
|
"name": "element",
|
|
26644
26653
|
"optional": true,
|
|
26645
26654
|
"type": {
|
|
26646
|
-
"text": "HTMLElement"
|
|
26655
|
+
"text": "HTMLElement | null"
|
|
26647
26656
|
}
|
|
26648
26657
|
},
|
|
26649
26658
|
{
|
|
@@ -26699,6 +26708,24 @@
|
|
|
26699
26708
|
}
|
|
26700
26709
|
]
|
|
26701
26710
|
},
|
|
26711
|
+
{
|
|
26712
|
+
"kind": "function",
|
|
26713
|
+
"name": "escapeRegex",
|
|
26714
|
+
"return": {
|
|
26715
|
+
"type": {
|
|
26716
|
+
"text": "string"
|
|
26717
|
+
}
|
|
26718
|
+
},
|
|
26719
|
+
"parameters": [
|
|
26720
|
+
{
|
|
26721
|
+
"name": "value",
|
|
26722
|
+
"type": {
|
|
26723
|
+
"text": "string"
|
|
26724
|
+
}
|
|
26725
|
+
}
|
|
26726
|
+
],
|
|
26727
|
+
"description": "Escapes any potential regex syntax characters in a string, and returns a new string\nthat can be safely used as a literal pattern for the `RegExp()` constructor."
|
|
26728
|
+
},
|
|
26702
26729
|
{
|
|
26703
26730
|
"kind": "function",
|
|
26704
26731
|
"name": "setStyles",
|
|
@@ -26868,14 +26895,6 @@
|
|
|
26868
26895
|
"module": "src/components/common/util.ts"
|
|
26869
26896
|
}
|
|
26870
26897
|
},
|
|
26871
|
-
{
|
|
26872
|
-
"kind": "js",
|
|
26873
|
-
"name": "createCounter",
|
|
26874
|
-
"declaration": {
|
|
26875
|
-
"name": "createCounter",
|
|
26876
|
-
"module": "src/components/common/util.ts"
|
|
26877
|
-
}
|
|
26878
|
-
},
|
|
26879
26898
|
{
|
|
26880
26899
|
"kind": "js",
|
|
26881
26900
|
"name": "isLTR",
|
|
@@ -26950,9 +26969,9 @@
|
|
|
26950
26969
|
},
|
|
26951
26970
|
{
|
|
26952
26971
|
"kind": "js",
|
|
26953
|
-
"name": "
|
|
26972
|
+
"name": "findElementFromEventPath",
|
|
26954
26973
|
"declaration": {
|
|
26955
|
-
"name": "
|
|
26974
|
+
"name": "findElementFromEventPath",
|
|
26956
26975
|
"module": "src/components/common/util.ts"
|
|
26957
26976
|
}
|
|
26958
26977
|
},
|
|
@@ -26966,33 +26985,33 @@
|
|
|
26966
26985
|
},
|
|
26967
26986
|
{
|
|
26968
26987
|
"kind": "js",
|
|
26969
|
-
"name": "
|
|
26988
|
+
"name": "findElementFromEventPath",
|
|
26970
26989
|
"declaration": {
|
|
26971
|
-
"name": "
|
|
26990
|
+
"name": "findElementFromEventPath",
|
|
26972
26991
|
"module": "src/components/common/util.ts"
|
|
26973
26992
|
}
|
|
26974
26993
|
},
|
|
26975
26994
|
{
|
|
26976
26995
|
"kind": "js",
|
|
26977
|
-
"name": "
|
|
26996
|
+
"name": "first",
|
|
26978
26997
|
"declaration": {
|
|
26979
|
-
"name": "
|
|
26998
|
+
"name": "first",
|
|
26980
26999
|
"module": "src/components/common/util.ts"
|
|
26981
27000
|
}
|
|
26982
27001
|
},
|
|
26983
27002
|
{
|
|
26984
27003
|
"kind": "js",
|
|
26985
|
-
"name": "
|
|
27004
|
+
"name": "last",
|
|
26986
27005
|
"declaration": {
|
|
26987
|
-
"name": "
|
|
27006
|
+
"name": "last",
|
|
26988
27007
|
"module": "src/components/common/util.ts"
|
|
26989
27008
|
}
|
|
26990
27009
|
},
|
|
26991
27010
|
{
|
|
26992
27011
|
"kind": "js",
|
|
26993
|
-
"name": "
|
|
27012
|
+
"name": "modulo",
|
|
26994
27013
|
"declaration": {
|
|
26995
|
-
"name": "
|
|
27014
|
+
"name": "modulo",
|
|
26996
27015
|
"module": "src/components/common/util.ts"
|
|
26997
27016
|
}
|
|
26998
27017
|
},
|
|
@@ -27148,6 +27167,14 @@
|
|
|
27148
27167
|
"module": "src/components/common/util.ts"
|
|
27149
27168
|
}
|
|
27150
27169
|
},
|
|
27170
|
+
{
|
|
27171
|
+
"kind": "js",
|
|
27172
|
+
"name": "escapeRegex",
|
|
27173
|
+
"declaration": {
|
|
27174
|
+
"name": "escapeRegex",
|
|
27175
|
+
"module": "src/components/common/util.ts"
|
|
27176
|
+
}
|
|
27177
|
+
},
|
|
27151
27178
|
{
|
|
27152
27179
|
"kind": "js",
|
|
27153
27180
|
"name": "setStyles",
|
|
@@ -64481,12 +64508,6 @@
|
|
|
64481
64508
|
}
|
|
64482
64509
|
}
|
|
64483
64510
|
},
|
|
64484
|
-
{
|
|
64485
|
-
"kind": "field",
|
|
64486
|
-
"name": "increment",
|
|
64487
|
-
"privacy": "private",
|
|
64488
|
-
"static": true
|
|
64489
|
-
},
|
|
64490
64511
|
{
|
|
64491
64512
|
"kind": "field",
|
|
64492
64513
|
"name": "label",
|
|
@@ -68436,136 +68457,174 @@
|
|
|
68436
68457
|
},
|
|
68437
68458
|
{
|
|
68438
68459
|
"kind": "javascript-module",
|
|
68439
|
-
"path": "src/components/
|
|
68460
|
+
"path": "src/components/visually-hidden/visually-hidden.ts",
|
|
68440
68461
|
"declarations": [
|
|
68441
68462
|
{
|
|
68442
|
-
"kind": "
|
|
68443
|
-
"
|
|
68444
|
-
"
|
|
68445
|
-
|
|
68446
|
-
|
|
68447
|
-
|
|
68448
|
-
|
|
68449
|
-
|
|
68463
|
+
"kind": "class",
|
|
68464
|
+
"description": "A utility component that visually hides its content while keeping it\naccessible to screen readers and other assistive technologies.\n\nThe content is only visible when it receives focus, making it ideal for\nskip navigation links and other focus-based accessibility patterns.",
|
|
68465
|
+
"name": "IgcVisuallyHiddenComponent",
|
|
68466
|
+
"slots": [
|
|
68467
|
+
{
|
|
68468
|
+
"description": "Default slot for the visually hidden content.",
|
|
68469
|
+
"name": ""
|
|
68470
|
+
}
|
|
68471
|
+
],
|
|
68472
|
+
"members": [
|
|
68473
|
+
{
|
|
68474
|
+
"kind": "field",
|
|
68475
|
+
"name": "tagName",
|
|
68476
|
+
"type": {
|
|
68477
|
+
"text": "string"
|
|
68478
|
+
},
|
|
68479
|
+
"privacy": "public",
|
|
68480
|
+
"static": true,
|
|
68481
|
+
"readonly": true,
|
|
68482
|
+
"default": "'igc-visually-hidden'"
|
|
68483
|
+
},
|
|
68484
|
+
{
|
|
68485
|
+
"kind": "method",
|
|
68486
|
+
"name": "register",
|
|
68487
|
+
"privacy": "public",
|
|
68488
|
+
"static": true,
|
|
68489
|
+
"return": {
|
|
68490
|
+
"type": {
|
|
68491
|
+
"text": "void"
|
|
68492
|
+
}
|
|
68493
|
+
}
|
|
68494
|
+
}
|
|
68495
|
+
],
|
|
68496
|
+
"superclass": {
|
|
68497
|
+
"name": "LitElement",
|
|
68498
|
+
"package": "lit"
|
|
68499
|
+
},
|
|
68500
|
+
"tagName": "igc-visually-hidden",
|
|
68501
|
+
"customElement": true
|
|
68450
68502
|
}
|
|
68451
68503
|
],
|
|
68452
68504
|
"exports": [
|
|
68453
68505
|
{
|
|
68454
68506
|
"kind": "js",
|
|
68455
|
-
"name": "
|
|
68507
|
+
"name": "default",
|
|
68456
68508
|
"declaration": {
|
|
68457
|
-
"name": "
|
|
68458
|
-
"module": "src/components/
|
|
68509
|
+
"name": "IgcVisuallyHiddenComponent",
|
|
68510
|
+
"module": "src/components/visually-hidden/visually-hidden.ts"
|
|
68511
|
+
}
|
|
68512
|
+
}
|
|
68513
|
+
]
|
|
68514
|
+
},
|
|
68515
|
+
{
|
|
68516
|
+
"kind": "javascript-module",
|
|
68517
|
+
"path": "src/components/splitter/types.ts",
|
|
68518
|
+
"declarations": [],
|
|
68519
|
+
"exports": [
|
|
68520
|
+
{
|
|
68521
|
+
"kind": "js",
|
|
68522
|
+
"name": "PanePosition",
|
|
68523
|
+
"declaration": {
|
|
68524
|
+
"name": "PanePosition",
|
|
68525
|
+
"module": "src/components/splitter/types.ts"
|
|
68459
68526
|
}
|
|
68460
68527
|
},
|
|
68461
68528
|
{
|
|
68462
68529
|
"kind": "js",
|
|
68463
|
-
"name": "
|
|
68530
|
+
"name": "SplitterPaneState",
|
|
68464
68531
|
"declaration": {
|
|
68465
|
-
"name": "
|
|
68466
|
-
"module": "src/components/
|
|
68532
|
+
"name": "SplitterPaneState",
|
|
68533
|
+
"module": "src/components/splitter/types.ts"
|
|
68534
|
+
}
|
|
68535
|
+
},
|
|
68536
|
+
{
|
|
68537
|
+
"kind": "js",
|
|
68538
|
+
"name": "PaneResizeSnapshot",
|
|
68539
|
+
"declaration": {
|
|
68540
|
+
"name": "PaneResizeSnapshot",
|
|
68541
|
+
"module": "src/components/splitter/types.ts"
|
|
68542
|
+
}
|
|
68543
|
+
},
|
|
68544
|
+
{
|
|
68545
|
+
"kind": "js",
|
|
68546
|
+
"name": "SplitterResizeState",
|
|
68547
|
+
"declaration": {
|
|
68548
|
+
"name": "SplitterResizeState",
|
|
68549
|
+
"module": "src/components/splitter/types.ts"
|
|
68550
|
+
}
|
|
68551
|
+
},
|
|
68552
|
+
{
|
|
68553
|
+
"kind": "js",
|
|
68554
|
+
"name": "IgcSplitterResizeEventArgs",
|
|
68555
|
+
"declaration": {
|
|
68556
|
+
"name": "IgcSplitterResizeEventArgs",
|
|
68557
|
+
"module": "src/components/splitter/types.ts"
|
|
68558
|
+
}
|
|
68559
|
+
},
|
|
68560
|
+
{
|
|
68561
|
+
"kind": "js",
|
|
68562
|
+
"name": "IgcSplitterResizeEventDetail",
|
|
68563
|
+
"declaration": {
|
|
68564
|
+
"name": "IgcSplitterResizeEventDetail",
|
|
68565
|
+
"module": "src/components/splitter/types.ts"
|
|
68566
|
+
}
|
|
68567
|
+
},
|
|
68568
|
+
{
|
|
68569
|
+
"kind": "js",
|
|
68570
|
+
"name": "IgcSplitterComponentEventMap",
|
|
68571
|
+
"declaration": {
|
|
68572
|
+
"name": "IgcSplitterComponentEventMap",
|
|
68573
|
+
"module": "src/components/splitter/types.ts"
|
|
68467
68574
|
}
|
|
68468
68575
|
}
|
|
68469
68576
|
]
|
|
68470
68577
|
},
|
|
68471
68578
|
{
|
|
68472
68579
|
"kind": "javascript-module",
|
|
68473
|
-
"path": "src/components/
|
|
68580
|
+
"path": "src/components/splitter/splitter.ts",
|
|
68474
68581
|
"declarations": [
|
|
68475
68582
|
{
|
|
68476
68583
|
"kind": "class",
|
|
68477
|
-
"description": "The
|
|
68478
|
-
"name": "
|
|
68584
|
+
"description": "The `igc-splitter` component provides a resizable split-pane layout that divides the view\ninto two panels — *start* and *end* — separated by a draggable bar.\n\nPanels can be resized by dragging the bar, using keyboard shortcuts, or collapsed/expanded\nusing the built-in collapse buttons or the programmatic `toggle()` API.\nNested splitters are supported for more complex layouts.",
|
|
68585
|
+
"name": "IgcSplitterComponent",
|
|
68479
68586
|
"cssParts": [
|
|
68480
68587
|
{
|
|
68481
|
-
"description": "
|
|
68482
|
-
"name": "
|
|
68483
|
-
},
|
|
68484
|
-
{
|
|
68485
|
-
"description": "Indicates a disabled state. Applies to `header-container`.",
|
|
68486
|
-
"name": "disabled"
|
|
68487
|
-
},
|
|
68488
|
-
{
|
|
68489
|
-
"description": "Indicates a complete state of the current step. Applies to `header-container`.",
|
|
68490
|
-
"name": "complete-start"
|
|
68491
|
-
},
|
|
68492
|
-
{
|
|
68493
|
-
"description": "Indicates a complete state of the previous step. Applies to `header-container`.",
|
|
68494
|
-
"name": "complete-end"
|
|
68495
|
-
},
|
|
68496
|
-
{
|
|
68497
|
-
"description": "Indicates an optional state. Applies to `header-container`.",
|
|
68498
|
-
"name": "optional"
|
|
68499
|
-
},
|
|
68500
|
-
{
|
|
68501
|
-
"description": "Indicates an invalid state. Applies to `header-container`.",
|
|
68502
|
-
"name": "invalid"
|
|
68503
|
-
},
|
|
68504
|
-
{
|
|
68505
|
-
"description": "Indicates that the title should be above the indicator. Applies to `header-container`.",
|
|
68506
|
-
"name": "top"
|
|
68507
|
-
},
|
|
68508
|
-
{
|
|
68509
|
-
"description": "Indicates that the title should be below the indicator. Applies to `header-container`.",
|
|
68510
|
-
"name": "bottom"
|
|
68511
|
-
},
|
|
68512
|
-
{
|
|
68513
|
-
"description": "Indicates that the title should be before the indicator. Applies to `header-container`.",
|
|
68514
|
-
"name": "start"
|
|
68515
|
-
},
|
|
68516
|
-
{
|
|
68517
|
-
"description": "Indicates that the title should be after the indicator. Applies to `header-container`.",
|
|
68518
|
-
"name": "end"
|
|
68519
|
-
},
|
|
68520
|
-
{
|
|
68521
|
-
"description": "Wrapper of the step's `indicator` and `text`.",
|
|
68522
|
-
"name": "header"
|
|
68588
|
+
"description": "The resizable bar element between the two panels.",
|
|
68589
|
+
"name": "splitter-bar"
|
|
68523
68590
|
},
|
|
68524
68591
|
{
|
|
68525
|
-
"description": "The
|
|
68526
|
-
"name": "
|
|
68592
|
+
"description": "The drag handle icon/element on the splitter bar.",
|
|
68593
|
+
"name": "drag-handle"
|
|
68527
68594
|
},
|
|
68528
68595
|
{
|
|
68529
|
-
"description": "
|
|
68530
|
-
"name": "
|
|
68596
|
+
"description": "The container for the start panel content.",
|
|
68597
|
+
"name": "start-pane"
|
|
68531
68598
|
},
|
|
68532
68599
|
{
|
|
68533
|
-
"description": "
|
|
68534
|
-
"name": "
|
|
68600
|
+
"description": "The container for the end panel content.",
|
|
68601
|
+
"name": "end-pane"
|
|
68535
68602
|
},
|
|
68536
68603
|
{
|
|
68537
|
-
"description": "The
|
|
68538
|
-
"name": "
|
|
68604
|
+
"description": "The button to collapse the start panel.",
|
|
68605
|
+
"name": "start-collapse-btn"
|
|
68539
68606
|
},
|
|
68540
68607
|
{
|
|
68541
|
-
"description": "The
|
|
68542
|
-
"name": "
|
|
68608
|
+
"description": "The button to collapse the end panel.",
|
|
68609
|
+
"name": "end-collapse-btn"
|
|
68543
68610
|
},
|
|
68544
68611
|
{
|
|
68545
|
-
"description": "
|
|
68546
|
-
"name": "
|
|
68612
|
+
"description": "The button to expand the start panel when collapsed.",
|
|
68613
|
+
"name": "start-expand-btn"
|
|
68547
68614
|
},
|
|
68548
68615
|
{
|
|
68549
|
-
"description": "The
|
|
68550
|
-
"name": "
|
|
68616
|
+
"description": "The button to expand the end panel when collapsed.",
|
|
68617
|
+
"name": "end-expand-btn"
|
|
68551
68618
|
}
|
|
68552
68619
|
],
|
|
68553
68620
|
"slots": [
|
|
68554
68621
|
{
|
|
68555
|
-
"description": "
|
|
68556
|
-
"name": ""
|
|
68557
|
-
},
|
|
68558
|
-
{
|
|
68559
|
-
"description": "Renders the indicator of the step. By default, it displays the step index + 1.",
|
|
68560
|
-
"name": "indicator"
|
|
68561
|
-
},
|
|
68562
|
-
{
|
|
68563
|
-
"description": "Renders the title of the step.",
|
|
68564
|
-
"name": "title"
|
|
68622
|
+
"description": "Content projected into the start (left/top) panel.",
|
|
68623
|
+
"name": "start"
|
|
68565
68624
|
},
|
|
68566
68625
|
{
|
|
68567
|
-
"description": "
|
|
68568
|
-
"name": "
|
|
68626
|
+
"description": "Content projected into the end (right/bottom) panel.",
|
|
68627
|
+
"name": "end"
|
|
68569
68628
|
}
|
|
68570
68629
|
],
|
|
68571
68630
|
"members": [
|
|
@@ -68578,149 +68637,259 @@
|
|
|
68578
68637
|
"privacy": "public",
|
|
68579
68638
|
"static": true,
|
|
68580
68639
|
"readonly": true,
|
|
68581
|
-
"default": "'igc-
|
|
68640
|
+
"default": "'igc-splitter'"
|
|
68582
68641
|
},
|
|
68583
68642
|
{
|
|
68584
68643
|
"kind": "method",
|
|
68585
68644
|
"name": "register",
|
|
68586
68645
|
"privacy": "public",
|
|
68587
|
-
"static": true
|
|
68646
|
+
"static": true,
|
|
68647
|
+
"return": {
|
|
68648
|
+
"type": {
|
|
68649
|
+
"text": "void"
|
|
68650
|
+
}
|
|
68651
|
+
}
|
|
68588
68652
|
},
|
|
68589
68653
|
{
|
|
68590
68654
|
"kind": "field",
|
|
68591
|
-
"name": "
|
|
68655
|
+
"name": "_internals",
|
|
68656
|
+
"privacy": "private",
|
|
68657
|
+
"readonly": true
|
|
68658
|
+
},
|
|
68659
|
+
{
|
|
68660
|
+
"kind": "field",
|
|
68661
|
+
"name": "_separatorRef",
|
|
68662
|
+
"privacy": "private",
|
|
68663
|
+
"readonly": true
|
|
68664
|
+
},
|
|
68665
|
+
{
|
|
68666
|
+
"kind": "field",
|
|
68667
|
+
"name": "_startPaneState",
|
|
68592
68668
|
"type": {
|
|
68593
|
-
"text": "
|
|
68669
|
+
"text": "SplitterPaneState"
|
|
68594
68670
|
},
|
|
68595
|
-
"privacy": "private"
|
|
68671
|
+
"privacy": "private",
|
|
68672
|
+
"default": "{ size: 'auto', styles: {} }"
|
|
68596
68673
|
},
|
|
68597
68674
|
{
|
|
68598
68675
|
"kind": "field",
|
|
68599
|
-
"name": "
|
|
68676
|
+
"name": "_endPaneState",
|
|
68600
68677
|
"type": {
|
|
68601
|
-
"text": "
|
|
68678
|
+
"text": "SplitterPaneState"
|
|
68602
68679
|
},
|
|
68603
|
-
"privacy": "private"
|
|
68680
|
+
"privacy": "private",
|
|
68681
|
+
"default": "{ size: 'auto', styles: {} }"
|
|
68604
68682
|
},
|
|
68605
68683
|
{
|
|
68606
68684
|
"kind": "field",
|
|
68607
|
-
"name": "
|
|
68608
|
-
"
|
|
68685
|
+
"name": "_collapsedPane",
|
|
68686
|
+
"type": {
|
|
68687
|
+
"text": "PanePosition | null"
|
|
68688
|
+
},
|
|
68689
|
+
"privacy": "private",
|
|
68690
|
+
"default": "null",
|
|
68691
|
+
"expandedType": {
|
|
68692
|
+
"text": "'start' | 'end' | null"
|
|
68693
|
+
}
|
|
68609
68694
|
},
|
|
68610
68695
|
{
|
|
68611
68696
|
"kind": "field",
|
|
68612
|
-
"name": "
|
|
68613
|
-
"
|
|
68697
|
+
"name": "_resizeState",
|
|
68698
|
+
"type": {
|
|
68699
|
+
"text": "SplitterResizeState"
|
|
68700
|
+
},
|
|
68701
|
+
"privacy": "private",
|
|
68702
|
+
"default": "{ ...DEFAULT_RESIZE_STATE }"
|
|
68614
68703
|
},
|
|
68615
68704
|
{
|
|
68616
68705
|
"kind": "field",
|
|
68617
|
-
"name": "
|
|
68706
|
+
"name": "_base",
|
|
68618
68707
|
"type": {
|
|
68619
|
-
"text": "
|
|
68708
|
+
"text": "HTMLElement"
|
|
68620
68709
|
},
|
|
68621
|
-
"privacy": "private"
|
|
68710
|
+
"privacy": "private",
|
|
68711
|
+
"readonly": true
|
|
68622
68712
|
},
|
|
68623
68713
|
{
|
|
68624
68714
|
"kind": "field",
|
|
68625
|
-
"name": "
|
|
68715
|
+
"name": "_startPane",
|
|
68626
68716
|
"type": {
|
|
68627
|
-
"text": "
|
|
68717
|
+
"text": "HTMLElement"
|
|
68628
68718
|
},
|
|
68629
|
-
"privacy": "private"
|
|
68719
|
+
"privacy": "private",
|
|
68720
|
+
"readonly": true
|
|
68630
68721
|
},
|
|
68631
68722
|
{
|
|
68632
68723
|
"kind": "field",
|
|
68633
|
-
"name": "
|
|
68724
|
+
"name": "_endPane",
|
|
68634
68725
|
"type": {
|
|
68635
68726
|
"text": "HTMLElement"
|
|
68636
68727
|
},
|
|
68637
|
-
"privacy": "
|
|
68728
|
+
"privacy": "private",
|
|
68729
|
+
"readonly": true
|
|
68638
68730
|
},
|
|
68639
68731
|
{
|
|
68640
68732
|
"kind": "field",
|
|
68641
|
-
"name": "
|
|
68733
|
+
"name": "_separator",
|
|
68642
68734
|
"type": {
|
|
68643
|
-
"text": "HTMLElement"
|
|
68735
|
+
"text": "HTMLElement | undefined"
|
|
68644
68736
|
},
|
|
68645
|
-
"privacy": "
|
|
68737
|
+
"privacy": "private",
|
|
68738
|
+
"readonly": true
|
|
68646
68739
|
},
|
|
68647
68740
|
{
|
|
68648
68741
|
"kind": "field",
|
|
68649
|
-
"name": "
|
|
68742
|
+
"name": "_resizeDisallowed",
|
|
68743
|
+
"type": {
|
|
68744
|
+
"text": "boolean"
|
|
68745
|
+
},
|
|
68746
|
+
"privacy": "private",
|
|
68747
|
+
"readonly": true
|
|
68748
|
+
},
|
|
68749
|
+
{
|
|
68750
|
+
"kind": "field",
|
|
68751
|
+
"name": "_isHorizontal",
|
|
68650
68752
|
"type": {
|
|
68651
68753
|
"text": "boolean"
|
|
68652
68754
|
},
|
|
68755
|
+
"privacy": "private",
|
|
68756
|
+
"readonly": true
|
|
68757
|
+
},
|
|
68758
|
+
{
|
|
68759
|
+
"kind": "field",
|
|
68760
|
+
"name": "_separatorCursor",
|
|
68761
|
+
"type": {
|
|
68762
|
+
"text": "string"
|
|
68763
|
+
},
|
|
68764
|
+
"privacy": "private",
|
|
68765
|
+
"readonly": true
|
|
68766
|
+
},
|
|
68767
|
+
{
|
|
68768
|
+
"kind": "field",
|
|
68769
|
+
"name": "orientation",
|
|
68770
|
+
"type": {
|
|
68771
|
+
"text": "SplitterOrientation"
|
|
68772
|
+
},
|
|
68653
68773
|
"privacy": "public",
|
|
68654
|
-
"default": "
|
|
68655
|
-
"description": "
|
|
68656
|
-
"attribute": "
|
|
68657
|
-
"reflects": true
|
|
68774
|
+
"default": "'horizontal'",
|
|
68775
|
+
"description": "The orientation of the splitter, which determines the direction of resizing and collapsing.",
|
|
68776
|
+
"attribute": "orientation",
|
|
68777
|
+
"reflects": true,
|
|
68778
|
+
"expandedType": {
|
|
68779
|
+
"text": "'horizontal' | 'vertical'"
|
|
68780
|
+
}
|
|
68658
68781
|
},
|
|
68659
68782
|
{
|
|
68660
68783
|
"kind": "field",
|
|
68661
|
-
"name": "
|
|
68784
|
+
"name": "disableCollapse",
|
|
68662
68785
|
"type": {
|
|
68663
68786
|
"text": "boolean"
|
|
68664
68787
|
},
|
|
68665
68788
|
"privacy": "public",
|
|
68666
68789
|
"default": "false",
|
|
68667
|
-
"description": "
|
|
68668
|
-
"attribute": "
|
|
68790
|
+
"description": "When true, prevents the user from collapsing either pane.\nThis also hides the expand/collapse buttons on the splitter bar.",
|
|
68791
|
+
"attribute": "disable-collapse",
|
|
68669
68792
|
"reflects": true
|
|
68670
68793
|
},
|
|
68671
68794
|
{
|
|
68672
68795
|
"kind": "field",
|
|
68673
|
-
"name": "
|
|
68796
|
+
"name": "disableResize",
|
|
68674
68797
|
"type": {
|
|
68675
68798
|
"text": "boolean"
|
|
68676
68799
|
},
|
|
68677
68800
|
"privacy": "public",
|
|
68678
68801
|
"default": "false",
|
|
68679
|
-
"description": "
|
|
68680
|
-
"attribute": "
|
|
68802
|
+
"description": "When true, prevents the user from resizing the panes by dragging the splitter bar or using keyboard shortcuts.\nThis also hides the drag handle on the splitter bar.",
|
|
68803
|
+
"attribute": "disable-resize",
|
|
68804
|
+
"reflects": true
|
|
68681
68805
|
},
|
|
68682
68806
|
{
|
|
68683
68807
|
"kind": "field",
|
|
68684
|
-
"name": "
|
|
68808
|
+
"name": "hideCollapseButtons",
|
|
68685
68809
|
"type": {
|
|
68686
68810
|
"text": "boolean"
|
|
68687
68811
|
},
|
|
68688
68812
|
"privacy": "public",
|
|
68689
68813
|
"default": "false",
|
|
68690
|
-
"description": "
|
|
68691
|
-
"attribute": "
|
|
68814
|
+
"description": "When true, hides the expand/collapse buttons on the splitter bar.\n\nNote that the buttons will also be hidden if `disable-collapse` is true or\nif a pane is currently collapsed.",
|
|
68815
|
+
"attribute": "hide-collapse-buttons",
|
|
68692
68816
|
"reflects": true
|
|
68693
68817
|
},
|
|
68694
68818
|
{
|
|
68695
68819
|
"kind": "field",
|
|
68696
|
-
"name": "
|
|
68820
|
+
"name": "hideDragHandle",
|
|
68697
68821
|
"type": {
|
|
68698
68822
|
"text": "boolean"
|
|
68699
68823
|
},
|
|
68700
68824
|
"privacy": "public",
|
|
68701
68825
|
"default": "false",
|
|
68702
|
-
"description": "
|
|
68703
|
-
"attribute": "
|
|
68826
|
+
"description": "When true, hides the drag handle on the splitter bar.\n\nNote that the drag handle will also be hidden if `disable-resize` is true.",
|
|
68827
|
+
"attribute": "hide-drag-handle",
|
|
68704
68828
|
"reflects": true
|
|
68705
68829
|
},
|
|
68706
68830
|
{
|
|
68707
|
-
"kind": "
|
|
68708
|
-
"name": "
|
|
68709
|
-
"privacy": "
|
|
68831
|
+
"kind": "field",
|
|
68832
|
+
"name": "startMinSize",
|
|
68833
|
+
"privacy": "public",
|
|
68834
|
+
"description": "The minimum size of the start pane.",
|
|
68835
|
+
"attribute": "start-min-size",
|
|
68836
|
+
"type": {
|
|
68837
|
+
"text": "string | undefined"
|
|
68838
|
+
}
|
|
68710
68839
|
},
|
|
68711
68840
|
{
|
|
68712
|
-
"kind": "
|
|
68713
|
-
"name": "
|
|
68714
|
-
"privacy": "
|
|
68841
|
+
"kind": "field",
|
|
68842
|
+
"name": "endMinSize",
|
|
68843
|
+
"privacy": "public",
|
|
68844
|
+
"description": "The minimum size of the end pane.",
|
|
68845
|
+
"attribute": "end-min-size",
|
|
68846
|
+
"type": {
|
|
68847
|
+
"text": "string | undefined"
|
|
68848
|
+
}
|
|
68715
68849
|
},
|
|
68716
68850
|
{
|
|
68717
|
-
"kind": "
|
|
68718
|
-
"name": "
|
|
68719
|
-
"privacy": "
|
|
68851
|
+
"kind": "field",
|
|
68852
|
+
"name": "startMaxSize",
|
|
68853
|
+
"privacy": "public",
|
|
68854
|
+
"description": "The maximum size of the start pane.",
|
|
68855
|
+
"attribute": "start-max-size",
|
|
68856
|
+
"type": {
|
|
68857
|
+
"text": "string | undefined"
|
|
68858
|
+
}
|
|
68859
|
+
},
|
|
68860
|
+
{
|
|
68861
|
+
"kind": "field",
|
|
68862
|
+
"name": "endMaxSize",
|
|
68863
|
+
"privacy": "public",
|
|
68864
|
+
"description": "The maximum size of the end pane.",
|
|
68865
|
+
"attribute": "end-max-size",
|
|
68866
|
+
"type": {
|
|
68867
|
+
"text": "string | undefined"
|
|
68868
|
+
}
|
|
68869
|
+
},
|
|
68870
|
+
{
|
|
68871
|
+
"kind": "field",
|
|
68872
|
+
"name": "startSize",
|
|
68873
|
+
"privacy": "public",
|
|
68874
|
+
"description": "The size of the start pane.",
|
|
68875
|
+
"attribute": "start-size",
|
|
68876
|
+
"type": {
|
|
68877
|
+
"text": "string | undefined"
|
|
68878
|
+
}
|
|
68879
|
+
},
|
|
68880
|
+
{
|
|
68881
|
+
"kind": "field",
|
|
68882
|
+
"name": "endSize",
|
|
68883
|
+
"privacy": "public",
|
|
68884
|
+
"description": "The size of the end pane.",
|
|
68885
|
+
"attribute": "end-size",
|
|
68886
|
+
"type": {
|
|
68887
|
+
"text": "string | undefined"
|
|
68888
|
+
}
|
|
68720
68889
|
},
|
|
68721
68890
|
{
|
|
68722
68891
|
"kind": "method",
|
|
68723
|
-
"name": "
|
|
68892
|
+
"name": "_handleBarPointerDown",
|
|
68724
68893
|
"privacy": "private",
|
|
68725
68894
|
"return": {
|
|
68726
68895
|
"type": {
|
|
@@ -68729,83 +68898,1493 @@
|
|
|
68729
68898
|
},
|
|
68730
68899
|
"parameters": [
|
|
68731
68900
|
{
|
|
68732
|
-
"name": "
|
|
68901
|
+
"name": "e",
|
|
68733
68902
|
"type": {
|
|
68734
|
-
"text": "
|
|
68903
|
+
"text": "PointerEvent"
|
|
68735
68904
|
}
|
|
68736
68905
|
}
|
|
68737
68906
|
]
|
|
68738
68907
|
},
|
|
68739
68908
|
{
|
|
68740
68909
|
"kind": "method",
|
|
68741
|
-
"name": "
|
|
68910
|
+
"name": "_getDragDelta",
|
|
68742
68911
|
"privacy": "private",
|
|
68743
68912
|
"return": {
|
|
68744
68913
|
"type": {
|
|
68745
|
-
"text": "
|
|
68914
|
+
"text": "number"
|
|
68746
68915
|
}
|
|
68747
68916
|
},
|
|
68748
68917
|
"parameters": [
|
|
68749
68918
|
{
|
|
68750
|
-
"name": "
|
|
68919
|
+
"name": "e",
|
|
68751
68920
|
"type": {
|
|
68752
|
-
"text": "
|
|
68921
|
+
"text": "PointerEvent"
|
|
68753
68922
|
}
|
|
68754
68923
|
}
|
|
68755
68924
|
]
|
|
68756
68925
|
},
|
|
68757
68926
|
{
|
|
68758
|
-
"kind": "
|
|
68759
|
-
"name": "
|
|
68927
|
+
"kind": "method",
|
|
68928
|
+
"name": "_handleBarPointerMove",
|
|
68760
68929
|
"privacy": "private",
|
|
68761
|
-
"
|
|
68930
|
+
"return": {
|
|
68931
|
+
"type": {
|
|
68932
|
+
"text": "void"
|
|
68933
|
+
}
|
|
68934
|
+
},
|
|
68935
|
+
"parameters": [
|
|
68936
|
+
{
|
|
68937
|
+
"name": "e",
|
|
68938
|
+
"type": {
|
|
68939
|
+
"text": "PointerEvent"
|
|
68940
|
+
}
|
|
68941
|
+
}
|
|
68942
|
+
]
|
|
68762
68943
|
},
|
|
68763
68944
|
{
|
|
68764
|
-
"kind": "
|
|
68765
|
-
"name": "
|
|
68945
|
+
"kind": "method",
|
|
68946
|
+
"name": "_handleEndDrag",
|
|
68766
68947
|
"privacy": "private",
|
|
68767
|
-
"
|
|
68948
|
+
"return": {
|
|
68949
|
+
"type": {
|
|
68950
|
+
"text": "void"
|
|
68951
|
+
}
|
|
68952
|
+
},
|
|
68953
|
+
"parameters": [
|
|
68954
|
+
{
|
|
68955
|
+
"name": "e",
|
|
68956
|
+
"type": {
|
|
68957
|
+
"text": "PointerEvent"
|
|
68958
|
+
}
|
|
68959
|
+
}
|
|
68960
|
+
]
|
|
68768
68961
|
},
|
|
68769
68962
|
{
|
|
68770
68963
|
"kind": "method",
|
|
68771
|
-
"name": "
|
|
68772
|
-
"privacy": "
|
|
68964
|
+
"name": "_endDrag",
|
|
68965
|
+
"privacy": "private",
|
|
68966
|
+
"return": {
|
|
68967
|
+
"type": {
|
|
68968
|
+
"text": "void"
|
|
68969
|
+
}
|
|
68970
|
+
}
|
|
68773
68971
|
},
|
|
68774
68972
|
{
|
|
68775
68973
|
"kind": "method",
|
|
68776
|
-
"name": "
|
|
68777
|
-
"privacy": "
|
|
68974
|
+
"name": "toggle",
|
|
68975
|
+
"privacy": "public",
|
|
68976
|
+
"return": {
|
|
68977
|
+
"type": {
|
|
68978
|
+
"text": "void"
|
|
68979
|
+
}
|
|
68980
|
+
},
|
|
68981
|
+
"parameters": [
|
|
68982
|
+
{
|
|
68983
|
+
"name": "position",
|
|
68984
|
+
"type": {
|
|
68985
|
+
"text": "PanePosition"
|
|
68986
|
+
}
|
|
68987
|
+
}
|
|
68988
|
+
],
|
|
68989
|
+
"description": "Toggles the collapsed state of the specified pane."
|
|
68778
68990
|
},
|
|
68779
68991
|
{
|
|
68780
68992
|
"kind": "method",
|
|
68781
|
-
"name": "
|
|
68782
|
-
"privacy": "
|
|
68783
|
-
|
|
68784
|
-
|
|
68785
|
-
|
|
68786
|
-
|
|
68787
|
-
"name": "stepActiveChanged",
|
|
68788
|
-
"type": {
|
|
68789
|
-
"text": "CustomEvent"
|
|
68993
|
+
"name": "_savePaneSizes",
|
|
68994
|
+
"privacy": "private",
|
|
68995
|
+
"return": {
|
|
68996
|
+
"type": {
|
|
68997
|
+
"text": "void"
|
|
68998
|
+
}
|
|
68790
68999
|
}
|
|
68791
69000
|
},
|
|
68792
69001
|
{
|
|
68793
|
-
"
|
|
68794
|
-
"
|
|
68795
|
-
|
|
69002
|
+
"kind": "method",
|
|
69003
|
+
"name": "_restoreSizesOnExpandCollapse",
|
|
69004
|
+
"privacy": "private",
|
|
69005
|
+
"return": {
|
|
69006
|
+
"type": {
|
|
69007
|
+
"text": "void"
|
|
69008
|
+
}
|
|
68796
69009
|
}
|
|
68797
69010
|
},
|
|
68798
69011
|
{
|
|
68799
|
-
"
|
|
68800
|
-
"
|
|
68801
|
-
|
|
68802
|
-
|
|
69012
|
+
"kind": "method",
|
|
69013
|
+
"name": "_paneRectAsPercent",
|
|
69014
|
+
"privacy": "private",
|
|
69015
|
+
"return": {
|
|
69016
|
+
"type": {
|
|
69017
|
+
"text": "number"
|
|
69018
|
+
}
|
|
69019
|
+
},
|
|
69020
|
+
"parameters": [
|
|
69021
|
+
{
|
|
69022
|
+
"name": "paneIndex",
|
|
69023
|
+
"type": {
|
|
69024
|
+
"text": "0 | 1"
|
|
69025
|
+
}
|
|
69026
|
+
}
|
|
69027
|
+
],
|
|
69028
|
+
"description": "Measures the actual rendered size of a pane and returns it as a percentage of total size."
|
|
68803
69029
|
},
|
|
68804
69030
|
{
|
|
68805
|
-
"
|
|
68806
|
-
"
|
|
69031
|
+
"kind": "method",
|
|
69032
|
+
"name": "_sizeToPercent",
|
|
69033
|
+
"privacy": "private",
|
|
69034
|
+
"return": {
|
|
69035
|
+
"type": {
|
|
69036
|
+
"text": "number"
|
|
69037
|
+
}
|
|
69038
|
+
},
|
|
69039
|
+
"parameters": [
|
|
69040
|
+
{
|
|
69041
|
+
"name": "sizeValue",
|
|
69042
|
+
"type": {
|
|
69043
|
+
"text": "string"
|
|
69044
|
+
}
|
|
69045
|
+
}
|
|
69046
|
+
],
|
|
69047
|
+
"description": "Converts a CSS size string (px or %) to a percentage of total size."
|
|
69048
|
+
},
|
|
69049
|
+
{
|
|
69050
|
+
"kind": "method",
|
|
69051
|
+
"name": "_getStartPaneSizePercent",
|
|
69052
|
+
"privacy": "private",
|
|
69053
|
+
"return": {
|
|
69054
|
+
"type": {
|
|
69055
|
+
"text": "number"
|
|
69056
|
+
}
|
|
69057
|
+
}
|
|
69058
|
+
},
|
|
69059
|
+
{
|
|
69060
|
+
"kind": "method",
|
|
69061
|
+
"name": "_getMinMaxAsPercent",
|
|
69062
|
+
"privacy": "private",
|
|
69063
|
+
"return": {
|
|
69064
|
+
"type": {
|
|
69065
|
+
"text": "number"
|
|
69066
|
+
}
|
|
69067
|
+
},
|
|
69068
|
+
"parameters": [
|
|
69069
|
+
{
|
|
69070
|
+
"name": "type",
|
|
69071
|
+
"type": {
|
|
69072
|
+
"text": "'min' | 'max'"
|
|
69073
|
+
}
|
|
69074
|
+
}
|
|
69075
|
+
]
|
|
69076
|
+
},
|
|
69077
|
+
{
|
|
69078
|
+
"kind": "method",
|
|
69079
|
+
"name": "_isCollapsed",
|
|
69080
|
+
"privacy": "private",
|
|
69081
|
+
"return": {
|
|
69082
|
+
"type": {
|
|
69083
|
+
"text": "boolean"
|
|
69084
|
+
}
|
|
69085
|
+
},
|
|
69086
|
+
"parameters": [
|
|
69087
|
+
{
|
|
69088
|
+
"name": "which",
|
|
69089
|
+
"type": {
|
|
69090
|
+
"text": "PanePosition"
|
|
69091
|
+
}
|
|
69092
|
+
}
|
|
69093
|
+
]
|
|
69094
|
+
},
|
|
69095
|
+
{
|
|
69096
|
+
"kind": "method",
|
|
69097
|
+
"name": "_updateBarAria",
|
|
69098
|
+
"privacy": "private",
|
|
69099
|
+
"return": {
|
|
69100
|
+
"type": {
|
|
69101
|
+
"text": "void"
|
|
69102
|
+
}
|
|
69103
|
+
}
|
|
69104
|
+
},
|
|
69105
|
+
{
|
|
69106
|
+
"kind": "method",
|
|
69107
|
+
"name": "_getPaneState",
|
|
69108
|
+
"privacy": "private",
|
|
69109
|
+
"return": {
|
|
69110
|
+
"type": {
|
|
69111
|
+
"text": "SplitterPaneState"
|
|
69112
|
+
}
|
|
69113
|
+
},
|
|
69114
|
+
"parameters": [
|
|
69115
|
+
{
|
|
69116
|
+
"name": "which",
|
|
69117
|
+
"type": {
|
|
69118
|
+
"text": "PanePosition"
|
|
69119
|
+
}
|
|
69120
|
+
}
|
|
69121
|
+
]
|
|
69122
|
+
},
|
|
69123
|
+
{
|
|
69124
|
+
"kind": "method",
|
|
69125
|
+
"name": "_isPercentageSize",
|
|
69126
|
+
"privacy": "private",
|
|
69127
|
+
"return": {
|
|
69128
|
+
"type": {
|
|
69129
|
+
"text": "boolean"
|
|
69130
|
+
}
|
|
69131
|
+
},
|
|
69132
|
+
"parameters": [
|
|
69133
|
+
{
|
|
69134
|
+
"name": "which",
|
|
69135
|
+
"type": {
|
|
69136
|
+
"text": "PanePosition"
|
|
69137
|
+
}
|
|
69138
|
+
}
|
|
69139
|
+
]
|
|
69140
|
+
},
|
|
69141
|
+
{
|
|
69142
|
+
"kind": "method",
|
|
69143
|
+
"name": "_isAutoSize",
|
|
69144
|
+
"privacy": "private",
|
|
69145
|
+
"return": {
|
|
69146
|
+
"type": {
|
|
69147
|
+
"text": "boolean"
|
|
69148
|
+
}
|
|
69149
|
+
},
|
|
69150
|
+
"parameters": [
|
|
69151
|
+
{
|
|
69152
|
+
"name": "which",
|
|
69153
|
+
"type": {
|
|
69154
|
+
"text": "PanePosition"
|
|
69155
|
+
}
|
|
69156
|
+
}
|
|
69157
|
+
]
|
|
69158
|
+
},
|
|
69159
|
+
{
|
|
69160
|
+
"kind": "method",
|
|
69161
|
+
"name": "_normalizeValue",
|
|
69162
|
+
"privacy": "private",
|
|
69163
|
+
"return": {
|
|
69164
|
+
"type": {
|
|
69165
|
+
"text": "string | undefined"
|
|
69166
|
+
}
|
|
69167
|
+
},
|
|
69168
|
+
"parameters": [
|
|
69169
|
+
{
|
|
69170
|
+
"name": "value",
|
|
69171
|
+
"type": {
|
|
69172
|
+
"text": "string | undefined"
|
|
69173
|
+
}
|
|
69174
|
+
},
|
|
69175
|
+
{
|
|
69176
|
+
"name": "fallback",
|
|
69177
|
+
"optional": true,
|
|
69178
|
+
"type": {
|
|
69179
|
+
"text": "'auto'"
|
|
69180
|
+
}
|
|
69181
|
+
}
|
|
69182
|
+
]
|
|
69183
|
+
},
|
|
69184
|
+
{
|
|
69185
|
+
"kind": "method",
|
|
69186
|
+
"name": "_getFlex",
|
|
69187
|
+
"privacy": "private",
|
|
69188
|
+
"return": {
|
|
69189
|
+
"type": {
|
|
69190
|
+
"text": "string"
|
|
69191
|
+
}
|
|
69192
|
+
},
|
|
69193
|
+
"parameters": [
|
|
69194
|
+
{
|
|
69195
|
+
"name": "which",
|
|
69196
|
+
"type": {
|
|
69197
|
+
"text": "PanePosition"
|
|
69198
|
+
}
|
|
69199
|
+
}
|
|
69200
|
+
]
|
|
69201
|
+
},
|
|
69202
|
+
{
|
|
69203
|
+
"kind": "method",
|
|
69204
|
+
"name": "_handleResizePanes",
|
|
69205
|
+
"privacy": "private",
|
|
69206
|
+
"return": {
|
|
69207
|
+
"type": {
|
|
69208
|
+
"text": "void"
|
|
69209
|
+
}
|
|
69210
|
+
},
|
|
69211
|
+
"parameters": [
|
|
69212
|
+
{
|
|
69213
|
+
"name": "direction",
|
|
69214
|
+
"type": {
|
|
69215
|
+
"text": "-1 | 1"
|
|
69216
|
+
}
|
|
69217
|
+
},
|
|
69218
|
+
{
|
|
69219
|
+
"name": "validOrientation",
|
|
69220
|
+
"type": {
|
|
69221
|
+
"text": "SplitterOrientation"
|
|
69222
|
+
}
|
|
69223
|
+
}
|
|
69224
|
+
]
|
|
69225
|
+
},
|
|
69226
|
+
{
|
|
69227
|
+
"kind": "method",
|
|
69228
|
+
"name": "_preventDefaultForEvent",
|
|
69229
|
+
"privacy": "private",
|
|
69230
|
+
"return": {
|
|
69231
|
+
"type": {
|
|
69232
|
+
"text": "void"
|
|
69233
|
+
}
|
|
69234
|
+
},
|
|
69235
|
+
"parameters": [
|
|
69236
|
+
{
|
|
69237
|
+
"name": "e",
|
|
69238
|
+
"type": {
|
|
69239
|
+
"text": "Event"
|
|
69240
|
+
}
|
|
69241
|
+
}
|
|
69242
|
+
]
|
|
69243
|
+
},
|
|
69244
|
+
{
|
|
69245
|
+
"kind": "method",
|
|
69246
|
+
"name": "_resolveDelta",
|
|
69247
|
+
"privacy": "private",
|
|
69248
|
+
"return": {
|
|
69249
|
+
"type": {
|
|
69250
|
+
"text": "number"
|
|
69251
|
+
}
|
|
69252
|
+
},
|
|
69253
|
+
"parameters": [
|
|
69254
|
+
{
|
|
69255
|
+
"name": "deltaX",
|
|
69256
|
+
"type": {
|
|
69257
|
+
"text": "number"
|
|
69258
|
+
}
|
|
69259
|
+
},
|
|
69260
|
+
{
|
|
69261
|
+
"name": "deltaY",
|
|
69262
|
+
"type": {
|
|
69263
|
+
"text": "number"
|
|
69264
|
+
}
|
|
69265
|
+
},
|
|
69266
|
+
{
|
|
69267
|
+
"name": "direction",
|
|
69268
|
+
"optional": true,
|
|
69269
|
+
"type": {
|
|
69270
|
+
"text": "-1 | 1"
|
|
69271
|
+
}
|
|
69272
|
+
}
|
|
69273
|
+
]
|
|
69274
|
+
},
|
|
69275
|
+
{
|
|
69276
|
+
"kind": "method",
|
|
69277
|
+
"name": "_handleMinMaxResize",
|
|
69278
|
+
"privacy": "private",
|
|
69279
|
+
"return": {
|
|
69280
|
+
"type": {
|
|
69281
|
+
"text": "void"
|
|
69282
|
+
}
|
|
69283
|
+
},
|
|
69284
|
+
"parameters": [
|
|
69285
|
+
{
|
|
69286
|
+
"name": "type",
|
|
69287
|
+
"type": {
|
|
69288
|
+
"text": "'min' | 'max'"
|
|
69289
|
+
}
|
|
69290
|
+
}
|
|
69291
|
+
]
|
|
69292
|
+
},
|
|
69293
|
+
{
|
|
69294
|
+
"kind": "method",
|
|
69295
|
+
"name": "_handleExpanderAction",
|
|
69296
|
+
"privacy": "private",
|
|
69297
|
+
"return": {
|
|
69298
|
+
"type": {
|
|
69299
|
+
"text": "void"
|
|
69300
|
+
}
|
|
69301
|
+
},
|
|
69302
|
+
"parameters": [
|
|
69303
|
+
{
|
|
69304
|
+
"name": "pane",
|
|
69305
|
+
"type": {
|
|
69306
|
+
"text": "PanePosition"
|
|
69307
|
+
}
|
|
69308
|
+
}
|
|
69309
|
+
]
|
|
69310
|
+
},
|
|
69311
|
+
{
|
|
69312
|
+
"kind": "method",
|
|
69313
|
+
"name": "_handleArrowsExpandCollapse",
|
|
69314
|
+
"privacy": "private",
|
|
69315
|
+
"return": {
|
|
69316
|
+
"type": {
|
|
69317
|
+
"text": "void"
|
|
69318
|
+
}
|
|
69319
|
+
},
|
|
69320
|
+
"parameters": [
|
|
69321
|
+
{
|
|
69322
|
+
"name": "target",
|
|
69323
|
+
"type": {
|
|
69324
|
+
"text": "PanePosition"
|
|
69325
|
+
}
|
|
69326
|
+
},
|
|
69327
|
+
{
|
|
69328
|
+
"name": "validOrientation",
|
|
69329
|
+
"type": {
|
|
69330
|
+
"text": "SplitterOrientation"
|
|
69331
|
+
}
|
|
69332
|
+
}
|
|
69333
|
+
]
|
|
69334
|
+
},
|
|
69335
|
+
{
|
|
69336
|
+
"kind": "method",
|
|
69337
|
+
"name": "_resizeStart",
|
|
69338
|
+
"privacy": "private",
|
|
69339
|
+
"return": {
|
|
69340
|
+
"type": {
|
|
69341
|
+
"text": "void"
|
|
69342
|
+
}
|
|
69343
|
+
}
|
|
69344
|
+
},
|
|
69345
|
+
{
|
|
69346
|
+
"kind": "method",
|
|
69347
|
+
"name": "_createPaneState",
|
|
69348
|
+
"privacy": "private",
|
|
69349
|
+
"return": {
|
|
69350
|
+
"type": {
|
|
69351
|
+
"text": "PaneResizeSnapshot"
|
|
69352
|
+
}
|
|
69353
|
+
},
|
|
69354
|
+
"parameters": [
|
|
69355
|
+
{
|
|
69356
|
+
"name": "pane",
|
|
69357
|
+
"type": {
|
|
69358
|
+
"text": "PanePosition"
|
|
69359
|
+
}
|
|
69360
|
+
},
|
|
69361
|
+
{
|
|
69362
|
+
"name": "size",
|
|
69363
|
+
"type": {
|
|
69364
|
+
"text": "number"
|
|
69365
|
+
}
|
|
69366
|
+
},
|
|
69367
|
+
{
|
|
69368
|
+
"name": "totalSize",
|
|
69369
|
+
"optional": true,
|
|
69370
|
+
"type": {
|
|
69371
|
+
"text": "number"
|
|
69372
|
+
}
|
|
69373
|
+
}
|
|
69374
|
+
]
|
|
69375
|
+
},
|
|
69376
|
+
{
|
|
69377
|
+
"kind": "method",
|
|
69378
|
+
"name": "_setMinMaxInPx",
|
|
69379
|
+
"privacy": "private",
|
|
69380
|
+
"return": {
|
|
69381
|
+
"type": {
|
|
69382
|
+
"text": "number | undefined"
|
|
69383
|
+
}
|
|
69384
|
+
},
|
|
69385
|
+
"parameters": [
|
|
69386
|
+
{
|
|
69387
|
+
"name": "pane",
|
|
69388
|
+
"type": {
|
|
69389
|
+
"text": "PanePosition"
|
|
69390
|
+
}
|
|
69391
|
+
},
|
|
69392
|
+
{
|
|
69393
|
+
"name": "type",
|
|
69394
|
+
"type": {
|
|
69395
|
+
"text": "'min' | 'max'"
|
|
69396
|
+
}
|
|
69397
|
+
},
|
|
69398
|
+
{
|
|
69399
|
+
"name": "totalSize",
|
|
69400
|
+
"optional": true,
|
|
69401
|
+
"type": {
|
|
69402
|
+
"text": "number"
|
|
69403
|
+
}
|
|
69404
|
+
}
|
|
69405
|
+
]
|
|
69406
|
+
},
|
|
69407
|
+
{
|
|
69408
|
+
"kind": "method",
|
|
69409
|
+
"name": "_resizing",
|
|
69410
|
+
"privacy": "private",
|
|
69411
|
+
"return": {
|
|
69412
|
+
"type": {
|
|
69413
|
+
"text": "void"
|
|
69414
|
+
}
|
|
69415
|
+
},
|
|
69416
|
+
"parameters": [
|
|
69417
|
+
{
|
|
69418
|
+
"name": "delta",
|
|
69419
|
+
"type": {
|
|
69420
|
+
"text": "number"
|
|
69421
|
+
}
|
|
69422
|
+
}
|
|
69423
|
+
]
|
|
69424
|
+
},
|
|
69425
|
+
{
|
|
69426
|
+
"kind": "method",
|
|
69427
|
+
"name": "_computeSize",
|
|
69428
|
+
"privacy": "private",
|
|
69429
|
+
"return": {
|
|
69430
|
+
"type": {
|
|
69431
|
+
"text": "string"
|
|
69432
|
+
}
|
|
69433
|
+
},
|
|
69434
|
+
"parameters": [
|
|
69435
|
+
{
|
|
69436
|
+
"name": "pane",
|
|
69437
|
+
"type": {
|
|
69438
|
+
"text": "PaneResizeSnapshot"
|
|
69439
|
+
}
|
|
69440
|
+
},
|
|
69441
|
+
{
|
|
69442
|
+
"name": "paneSize",
|
|
69443
|
+
"type": {
|
|
69444
|
+
"text": "number"
|
|
69445
|
+
}
|
|
69446
|
+
},
|
|
69447
|
+
{
|
|
69448
|
+
"name": "totalSize",
|
|
69449
|
+
"type": {
|
|
69450
|
+
"text": "number"
|
|
69451
|
+
}
|
|
69452
|
+
}
|
|
69453
|
+
]
|
|
69454
|
+
},
|
|
69455
|
+
{
|
|
69456
|
+
"kind": "method",
|
|
69457
|
+
"name": "_resizeEnd",
|
|
69458
|
+
"privacy": "private",
|
|
69459
|
+
"return": {
|
|
69460
|
+
"type": {
|
|
69461
|
+
"text": "void"
|
|
69462
|
+
}
|
|
69463
|
+
},
|
|
69464
|
+
"parameters": [
|
|
69465
|
+
{
|
|
69466
|
+
"name": "delta",
|
|
69467
|
+
"type": {
|
|
69468
|
+
"text": "number"
|
|
69469
|
+
}
|
|
69470
|
+
}
|
|
69471
|
+
]
|
|
69472
|
+
},
|
|
69473
|
+
{
|
|
69474
|
+
"kind": "method",
|
|
69475
|
+
"name": "_rectSize",
|
|
69476
|
+
"privacy": "private",
|
|
69477
|
+
"return": {
|
|
69478
|
+
"type": {
|
|
69479
|
+
"text": "[number, number]"
|
|
69480
|
+
}
|
|
69481
|
+
}
|
|
69482
|
+
},
|
|
69483
|
+
{
|
|
69484
|
+
"kind": "method",
|
|
69485
|
+
"name": "_calcNewSizes",
|
|
69486
|
+
"privacy": "private",
|
|
69487
|
+
"return": {
|
|
69488
|
+
"type": {
|
|
69489
|
+
"text": "[number, number]"
|
|
69490
|
+
}
|
|
69491
|
+
},
|
|
69492
|
+
"parameters": [
|
|
69493
|
+
{
|
|
69494
|
+
"name": "delta",
|
|
69495
|
+
"type": {
|
|
69496
|
+
"text": "number"
|
|
69497
|
+
}
|
|
69498
|
+
}
|
|
69499
|
+
]
|
|
69500
|
+
},
|
|
69501
|
+
{
|
|
69502
|
+
"kind": "method",
|
|
69503
|
+
"name": "_getTotalSize",
|
|
69504
|
+
"privacy": "private",
|
|
69505
|
+
"return": {
|
|
69506
|
+
"type": {
|
|
69507
|
+
"text": "number"
|
|
69508
|
+
}
|
|
69509
|
+
}
|
|
69510
|
+
},
|
|
69511
|
+
{
|
|
69512
|
+
"kind": "method",
|
|
69513
|
+
"name": "_updatePanes",
|
|
69514
|
+
"privacy": "private",
|
|
69515
|
+
"return": {
|
|
69516
|
+
"type": {
|
|
69517
|
+
"text": "void"
|
|
69518
|
+
}
|
|
69519
|
+
}
|
|
69520
|
+
},
|
|
69521
|
+
{
|
|
69522
|
+
"kind": "method",
|
|
69523
|
+
"name": "_updatePaneStyles",
|
|
69524
|
+
"privacy": "private",
|
|
69525
|
+
"return": {
|
|
69526
|
+
"type": {
|
|
69527
|
+
"text": "void"
|
|
69528
|
+
}
|
|
69529
|
+
},
|
|
69530
|
+
"parameters": [
|
|
69531
|
+
{
|
|
69532
|
+
"name": "pane",
|
|
69533
|
+
"type": {
|
|
69534
|
+
"text": "PanePosition"
|
|
69535
|
+
}
|
|
69536
|
+
},
|
|
69537
|
+
{
|
|
69538
|
+
"name": "styles",
|
|
69539
|
+
"type": {
|
|
69540
|
+
"text": "StyleInfo"
|
|
69541
|
+
}
|
|
69542
|
+
}
|
|
69543
|
+
]
|
|
69544
|
+
},
|
|
69545
|
+
{
|
|
69546
|
+
"kind": "method",
|
|
69547
|
+
"name": "_setPaneMinMaxSizes",
|
|
69548
|
+
"privacy": "private",
|
|
69549
|
+
"return": {
|
|
69550
|
+
"type": {
|
|
69551
|
+
"text": "void"
|
|
69552
|
+
}
|
|
69553
|
+
},
|
|
69554
|
+
"parameters": [
|
|
69555
|
+
{
|
|
69556
|
+
"name": "pane",
|
|
69557
|
+
"type": {
|
|
69558
|
+
"text": "PanePosition"
|
|
69559
|
+
}
|
|
69560
|
+
},
|
|
69561
|
+
{
|
|
69562
|
+
"name": "minSize",
|
|
69563
|
+
"optional": true,
|
|
69564
|
+
"type": {
|
|
69565
|
+
"text": "string"
|
|
69566
|
+
}
|
|
69567
|
+
},
|
|
69568
|
+
{
|
|
69569
|
+
"name": "maxSize",
|
|
69570
|
+
"optional": true,
|
|
69571
|
+
"type": {
|
|
69572
|
+
"text": "string"
|
|
69573
|
+
}
|
|
69574
|
+
},
|
|
69575
|
+
{
|
|
69576
|
+
"name": "totalSize",
|
|
69577
|
+
"optional": true,
|
|
69578
|
+
"type": {
|
|
69579
|
+
"text": "number"
|
|
69580
|
+
}
|
|
69581
|
+
}
|
|
69582
|
+
]
|
|
69583
|
+
},
|
|
69584
|
+
{
|
|
69585
|
+
"kind": "method",
|
|
69586
|
+
"name": "_ensureMinConstraintIsWithinBounds",
|
|
69587
|
+
"privacy": "private",
|
|
69588
|
+
"return": {
|
|
69589
|
+
"type": {
|
|
69590
|
+
"text": "string | undefined"
|
|
69591
|
+
}
|
|
69592
|
+
},
|
|
69593
|
+
"parameters": [
|
|
69594
|
+
{
|
|
69595
|
+
"name": "pane",
|
|
69596
|
+
"type": {
|
|
69597
|
+
"text": "PanePosition"
|
|
69598
|
+
}
|
|
69599
|
+
},
|
|
69600
|
+
{
|
|
69601
|
+
"name": "minSize",
|
|
69602
|
+
"optional": true,
|
|
69603
|
+
"type": {
|
|
69604
|
+
"text": "string"
|
|
69605
|
+
}
|
|
69606
|
+
},
|
|
69607
|
+
{
|
|
69608
|
+
"name": "totalSize",
|
|
69609
|
+
"optional": true,
|
|
69610
|
+
"type": {
|
|
69611
|
+
"text": "number"
|
|
69612
|
+
}
|
|
69613
|
+
}
|
|
69614
|
+
]
|
|
69615
|
+
},
|
|
69616
|
+
{
|
|
69617
|
+
"kind": "method",
|
|
69618
|
+
"name": "_handleExpanderClick",
|
|
69619
|
+
"privacy": "private",
|
|
69620
|
+
"return": {
|
|
69621
|
+
"type": {
|
|
69622
|
+
"text": "void"
|
|
69623
|
+
}
|
|
69624
|
+
},
|
|
69625
|
+
"parameters": [
|
|
69626
|
+
{
|
|
69627
|
+
"name": "pane",
|
|
69628
|
+
"type": {
|
|
69629
|
+
"text": "PanePosition"
|
|
69630
|
+
}
|
|
69631
|
+
},
|
|
69632
|
+
{
|
|
69633
|
+
"name": "event",
|
|
69634
|
+
"type": {
|
|
69635
|
+
"text": "PointerEvent"
|
|
69636
|
+
}
|
|
69637
|
+
}
|
|
69638
|
+
]
|
|
69639
|
+
},
|
|
69640
|
+
{
|
|
69641
|
+
"kind": "method",
|
|
69642
|
+
"name": "_resolvePartNames",
|
|
69643
|
+
"privacy": "private",
|
|
69644
|
+
"return": {
|
|
69645
|
+
"type": {
|
|
69646
|
+
"text": "Record<string, boolean>"
|
|
69647
|
+
}
|
|
69648
|
+
},
|
|
69649
|
+
"parameters": [
|
|
69650
|
+
{
|
|
69651
|
+
"name": "expander",
|
|
69652
|
+
"type": {
|
|
69653
|
+
"text": "PanePosition"
|
|
69654
|
+
}
|
|
69655
|
+
}
|
|
69656
|
+
]
|
|
69657
|
+
},
|
|
69658
|
+
{
|
|
69659
|
+
"kind": "method",
|
|
69660
|
+
"name": "_renderBarControls",
|
|
69661
|
+
"privacy": "private"
|
|
69662
|
+
},
|
|
69663
|
+
{
|
|
69664
|
+
"kind": "method",
|
|
69665
|
+
"name": "_renderAccessibleLabel",
|
|
69666
|
+
"privacy": "private"
|
|
69667
|
+
},
|
|
69668
|
+
{
|
|
69669
|
+
"kind": "method",
|
|
69670
|
+
"name": "_renderSeparator",
|
|
69671
|
+
"privacy": "private"
|
|
69672
|
+
},
|
|
69673
|
+
{
|
|
69674
|
+
"kind": "method",
|
|
69675
|
+
"name": "addEventListener",
|
|
69676
|
+
"privacy": "public",
|
|
69677
|
+
"return": {
|
|
69678
|
+
"type": {
|
|
69679
|
+
"text": "void"
|
|
69680
|
+
}
|
|
69681
|
+
},
|
|
69682
|
+
"parameters": [
|
|
69683
|
+
{
|
|
69684
|
+
"name": "type",
|
|
69685
|
+
"type": {
|
|
69686
|
+
"text": "K"
|
|
69687
|
+
}
|
|
69688
|
+
},
|
|
69689
|
+
{
|
|
69690
|
+
"name": "listener",
|
|
69691
|
+
"type": {
|
|
69692
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
69693
|
+
}
|
|
69694
|
+
},
|
|
69695
|
+
{
|
|
69696
|
+
"name": "options",
|
|
69697
|
+
"optional": true,
|
|
69698
|
+
"type": {
|
|
69699
|
+
"text": "boolean | AddEventListenerOptions"
|
|
69700
|
+
}
|
|
69701
|
+
}
|
|
69702
|
+
],
|
|
69703
|
+
"inheritedFrom": {
|
|
69704
|
+
"name": "EventEmitterMixin",
|
|
69705
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
69706
|
+
}
|
|
69707
|
+
},
|
|
69708
|
+
{
|
|
69709
|
+
"kind": "method",
|
|
69710
|
+
"name": "removeEventListener",
|
|
69711
|
+
"privacy": "public",
|
|
69712
|
+
"return": {
|
|
69713
|
+
"type": {
|
|
69714
|
+
"text": "void"
|
|
69715
|
+
}
|
|
69716
|
+
},
|
|
69717
|
+
"parameters": [
|
|
69718
|
+
{
|
|
69719
|
+
"name": "type",
|
|
69720
|
+
"type": {
|
|
69721
|
+
"text": "K"
|
|
69722
|
+
}
|
|
69723
|
+
},
|
|
69724
|
+
{
|
|
69725
|
+
"name": "listener",
|
|
69726
|
+
"type": {
|
|
69727
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
69728
|
+
}
|
|
69729
|
+
},
|
|
69730
|
+
{
|
|
69731
|
+
"name": "options",
|
|
69732
|
+
"optional": true,
|
|
69733
|
+
"type": {
|
|
69734
|
+
"text": "boolean | EventListenerOptions"
|
|
69735
|
+
}
|
|
69736
|
+
}
|
|
69737
|
+
],
|
|
69738
|
+
"inheritedFrom": {
|
|
69739
|
+
"name": "EventEmitterMixin",
|
|
69740
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
69741
|
+
}
|
|
69742
|
+
},
|
|
69743
|
+
{
|
|
69744
|
+
"kind": "method",
|
|
69745
|
+
"name": "emitEvent",
|
|
69746
|
+
"privacy": "private",
|
|
69747
|
+
"return": {
|
|
69748
|
+
"type": {
|
|
69749
|
+
"text": "boolean"
|
|
69750
|
+
}
|
|
69751
|
+
},
|
|
69752
|
+
"parameters": [
|
|
69753
|
+
{
|
|
69754
|
+
"name": "type",
|
|
69755
|
+
"type": {
|
|
69756
|
+
"text": "K"
|
|
69757
|
+
}
|
|
69758
|
+
},
|
|
69759
|
+
{
|
|
69760
|
+
"name": "eventInitDict",
|
|
69761
|
+
"optional": true,
|
|
69762
|
+
"type": {
|
|
69763
|
+
"text": "CustomEventInit<D>"
|
|
69764
|
+
}
|
|
69765
|
+
}
|
|
69766
|
+
],
|
|
69767
|
+
"inheritedFrom": {
|
|
69768
|
+
"name": "EventEmitterMixin",
|
|
69769
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
69770
|
+
}
|
|
69771
|
+
}
|
|
69772
|
+
],
|
|
69773
|
+
"events": [
|
|
69774
|
+
{
|
|
69775
|
+
"description": "Emitted once when a resize operation begins (pointer drag or keyboard).",
|
|
69776
|
+
"name": "igcResizeStart"
|
|
69777
|
+
},
|
|
69778
|
+
{
|
|
69779
|
+
"description": "Emitted continuously while a pane is being resized.",
|
|
69780
|
+
"name": "igcResizing"
|
|
69781
|
+
},
|
|
69782
|
+
{
|
|
69783
|
+
"description": "Emitted once when a resize operation completes.",
|
|
69784
|
+
"name": "igcResizeEnd"
|
|
69785
|
+
},
|
|
69786
|
+
{
|
|
69787
|
+
"type": {
|
|
68807
69788
|
"text": "CustomEvent"
|
|
69789
|
+
},
|
|
69790
|
+
"inheritedFrom": {
|
|
69791
|
+
"name": "EventEmitterMixin",
|
|
69792
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
69793
|
+
}
|
|
69794
|
+
}
|
|
69795
|
+
],
|
|
69796
|
+
"attributes": [
|
|
69797
|
+
{
|
|
69798
|
+
"name": "orientation",
|
|
69799
|
+
"type": {
|
|
69800
|
+
"text": "SplitterOrientation"
|
|
69801
|
+
},
|
|
69802
|
+
"default": "'horizontal'",
|
|
69803
|
+
"description": "The orientation of the splitter, which determines the direction of resizing and collapsing.",
|
|
69804
|
+
"fieldName": "orientation",
|
|
69805
|
+
"attribute": "orientation",
|
|
69806
|
+
"expandedType": {
|
|
69807
|
+
"text": "'horizontal' | 'vertical'"
|
|
69808
|
+
}
|
|
69809
|
+
},
|
|
69810
|
+
{
|
|
69811
|
+
"name": "disable-collapse",
|
|
69812
|
+
"type": {
|
|
69813
|
+
"text": "boolean"
|
|
69814
|
+
},
|
|
69815
|
+
"default": "false",
|
|
69816
|
+
"description": "When true, prevents the user from collapsing either pane.\nThis also hides the expand/collapse buttons on the splitter bar.",
|
|
69817
|
+
"fieldName": "disableCollapse",
|
|
69818
|
+
"attribute": "disable-collapse"
|
|
69819
|
+
},
|
|
69820
|
+
{
|
|
69821
|
+
"name": "disable-resize",
|
|
69822
|
+
"type": {
|
|
69823
|
+
"text": "boolean"
|
|
69824
|
+
},
|
|
69825
|
+
"default": "false",
|
|
69826
|
+
"description": "When true, prevents the user from resizing the panes by dragging the splitter bar or using keyboard shortcuts.\nThis also hides the drag handle on the splitter bar.",
|
|
69827
|
+
"fieldName": "disableResize",
|
|
69828
|
+
"attribute": "disable-resize"
|
|
69829
|
+
},
|
|
69830
|
+
{
|
|
69831
|
+
"name": "hide-collapse-buttons",
|
|
69832
|
+
"type": {
|
|
69833
|
+
"text": "boolean"
|
|
69834
|
+
},
|
|
69835
|
+
"default": "false",
|
|
69836
|
+
"description": "When true, hides the expand/collapse buttons on the splitter bar.\n\nNote that the buttons will also be hidden if `disable-collapse` is true or\nif a pane is currently collapsed.",
|
|
69837
|
+
"fieldName": "hideCollapseButtons",
|
|
69838
|
+
"attribute": "hide-collapse-buttons"
|
|
69839
|
+
},
|
|
69840
|
+
{
|
|
69841
|
+
"name": "hide-drag-handle",
|
|
69842
|
+
"type": {
|
|
69843
|
+
"text": "boolean"
|
|
69844
|
+
},
|
|
69845
|
+
"default": "false",
|
|
69846
|
+
"description": "When true, hides the drag handle on the splitter bar.\n\nNote that the drag handle will also be hidden if `disable-resize` is true.",
|
|
69847
|
+
"fieldName": "hideDragHandle",
|
|
69848
|
+
"attribute": "hide-drag-handle"
|
|
69849
|
+
},
|
|
69850
|
+
{
|
|
69851
|
+
"name": "start-min-size",
|
|
69852
|
+
"description": "The minimum size of the start pane.",
|
|
69853
|
+
"fieldName": "startMinSize",
|
|
69854
|
+
"attribute": "start-min-size",
|
|
69855
|
+
"type": {
|
|
69856
|
+
"text": "string | undefined"
|
|
69857
|
+
}
|
|
69858
|
+
},
|
|
69859
|
+
{
|
|
69860
|
+
"name": "end-min-size",
|
|
69861
|
+
"description": "The minimum size of the end pane.",
|
|
69862
|
+
"fieldName": "endMinSize",
|
|
69863
|
+
"attribute": "end-min-size",
|
|
69864
|
+
"type": {
|
|
69865
|
+
"text": "string | undefined"
|
|
69866
|
+
}
|
|
69867
|
+
},
|
|
69868
|
+
{
|
|
69869
|
+
"name": "start-max-size",
|
|
69870
|
+
"description": "The maximum size of the start pane.",
|
|
69871
|
+
"fieldName": "startMaxSize",
|
|
69872
|
+
"attribute": "start-max-size",
|
|
69873
|
+
"type": {
|
|
69874
|
+
"text": "string | undefined"
|
|
69875
|
+
}
|
|
69876
|
+
},
|
|
69877
|
+
{
|
|
69878
|
+
"name": "end-max-size",
|
|
69879
|
+
"description": "The maximum size of the end pane.",
|
|
69880
|
+
"fieldName": "endMaxSize",
|
|
69881
|
+
"attribute": "end-max-size",
|
|
69882
|
+
"type": {
|
|
69883
|
+
"text": "string | undefined"
|
|
69884
|
+
}
|
|
69885
|
+
},
|
|
69886
|
+
{
|
|
69887
|
+
"name": "start-size",
|
|
69888
|
+
"description": "The size of the start pane.",
|
|
69889
|
+
"fieldName": "startSize",
|
|
69890
|
+
"attribute": "start-size",
|
|
69891
|
+
"type": {
|
|
69892
|
+
"text": "string | undefined"
|
|
69893
|
+
}
|
|
69894
|
+
},
|
|
69895
|
+
{
|
|
69896
|
+
"name": "end-size",
|
|
69897
|
+
"description": "The size of the end pane.",
|
|
69898
|
+
"fieldName": "endSize",
|
|
69899
|
+
"attribute": "end-size",
|
|
69900
|
+
"type": {
|
|
69901
|
+
"text": "string | undefined"
|
|
69902
|
+
}
|
|
69903
|
+
}
|
|
69904
|
+
],
|
|
69905
|
+
"mixins": [
|
|
69906
|
+
{
|
|
69907
|
+
"name": "EventEmitterMixin",
|
|
69908
|
+
"module": "/src/components/common/mixins/event-emitter.js"
|
|
69909
|
+
}
|
|
69910
|
+
],
|
|
69911
|
+
"superclass": {
|
|
69912
|
+
"name": "LitElement",
|
|
69913
|
+
"package": "lit"
|
|
69914
|
+
},
|
|
69915
|
+
"tagName": "igc-splitter",
|
|
69916
|
+
"customElement": true
|
|
69917
|
+
}
|
|
69918
|
+
],
|
|
69919
|
+
"exports": [
|
|
69920
|
+
{
|
|
69921
|
+
"kind": "js",
|
|
69922
|
+
"name": "default",
|
|
69923
|
+
"declaration": {
|
|
69924
|
+
"name": "IgcSplitterComponent",
|
|
69925
|
+
"module": "src/components/splitter/splitter.ts"
|
|
69926
|
+
}
|
|
69927
|
+
},
|
|
69928
|
+
{
|
|
69929
|
+
"kind": "js",
|
|
69930
|
+
"name": "IgcSplitterComponentEventMap",
|
|
69931
|
+
"declaration": {
|
|
69932
|
+
"name": "IgcSplitterComponentEventMap",
|
|
69933
|
+
"module": "src/components/splitter/splitter.ts"
|
|
69934
|
+
}
|
|
69935
|
+
},
|
|
69936
|
+
{
|
|
69937
|
+
"kind": "js",
|
|
69938
|
+
"name": "IgcSplitterResizeEventArgs",
|
|
69939
|
+
"declaration": {
|
|
69940
|
+
"name": "IgcSplitterResizeEventArgs",
|
|
69941
|
+
"module": "src/components/splitter/splitter.ts"
|
|
69942
|
+
}
|
|
69943
|
+
},
|
|
69944
|
+
{
|
|
69945
|
+
"kind": "js",
|
|
69946
|
+
"name": "IgcSplitterResizeEventDetail",
|
|
69947
|
+
"declaration": {
|
|
69948
|
+
"name": "IgcSplitterResizeEventDetail",
|
|
69949
|
+
"module": "src/components/splitter/splitter.ts"
|
|
69950
|
+
}
|
|
69951
|
+
}
|
|
69952
|
+
]
|
|
69953
|
+
},
|
|
69954
|
+
{
|
|
69955
|
+
"kind": "javascript-module",
|
|
69956
|
+
"path": "src/components/stepper/common/animations.ts",
|
|
69957
|
+
"declarations": [
|
|
69958
|
+
{
|
|
69959
|
+
"kind": "variable",
|
|
69960
|
+
"name": "bodyAnimations",
|
|
69961
|
+
"default": "new Map( Object.entries({ grow: animationPair({ in: growVerIn, out: growVerOut, }), fade: animationPair({ in: noopAnimation, out: noopAnimation, }), slide: animationPair({ in: slideInHor, out: slideOutHor, }), none: animationPair({ in: noopAnimation, out: noopAnimation, }), }) )"
|
|
69962
|
+
},
|
|
69963
|
+
{
|
|
69964
|
+
"kind": "variable",
|
|
69965
|
+
"name": "contentAnimations",
|
|
69966
|
+
"default": "new Map( Object.entries({ grow: animationPair({ in: fadeIn, out: fadeOut, }), fade: animationPair({ in: fadeIn, out: fadeOut, }), slide: animationPair({ in: fadeIn, out: fadeOut, }), none: animationPair({ in: noopAnimation, out: noopAnimation, }), }) )"
|
|
69967
|
+
}
|
|
69968
|
+
],
|
|
69969
|
+
"exports": [
|
|
69970
|
+
{
|
|
69971
|
+
"kind": "js",
|
|
69972
|
+
"name": "bodyAnimations",
|
|
69973
|
+
"declaration": {
|
|
69974
|
+
"name": "bodyAnimations",
|
|
69975
|
+
"module": "src/components/stepper/common/animations.ts"
|
|
69976
|
+
}
|
|
69977
|
+
},
|
|
69978
|
+
{
|
|
69979
|
+
"kind": "js",
|
|
69980
|
+
"name": "contentAnimations",
|
|
69981
|
+
"declaration": {
|
|
69982
|
+
"name": "contentAnimations",
|
|
69983
|
+
"module": "src/components/stepper/common/animations.ts"
|
|
69984
|
+
}
|
|
69985
|
+
}
|
|
69986
|
+
]
|
|
69987
|
+
},
|
|
69988
|
+
{
|
|
69989
|
+
"kind": "javascript-module",
|
|
69990
|
+
"path": "src/components/stepper/step.ts",
|
|
69991
|
+
"declarations": [
|
|
69992
|
+
{
|
|
69993
|
+
"kind": "class",
|
|
69994
|
+
"description": "A step component used within an `igc-stepper` to represent an individual step in a wizard-like workflow.",
|
|
69995
|
+
"name": "IgcStepComponent",
|
|
69996
|
+
"cssParts": [
|
|
69997
|
+
{
|
|
69998
|
+
"description": "Wrapper of the step's `header` and its separators.",
|
|
69999
|
+
"name": "header-container"
|
|
70000
|
+
},
|
|
70001
|
+
{
|
|
70002
|
+
"description": "Indicates a disabled state. Applies to `header-container`.",
|
|
70003
|
+
"name": "disabled"
|
|
70004
|
+
},
|
|
70005
|
+
{
|
|
70006
|
+
"description": "Indicates a complete state of the current step. Applies to `header-container`.",
|
|
70007
|
+
"name": "complete-start"
|
|
70008
|
+
},
|
|
70009
|
+
{
|
|
70010
|
+
"description": "Indicates a complete state of the previous step. Applies to `header-container`.",
|
|
70011
|
+
"name": "complete-end"
|
|
70012
|
+
},
|
|
70013
|
+
{
|
|
70014
|
+
"description": "Indicates an optional state. Applies to `header-container`.",
|
|
70015
|
+
"name": "optional"
|
|
70016
|
+
},
|
|
70017
|
+
{
|
|
70018
|
+
"description": "Indicates an invalid state. Applies to `header-container`.",
|
|
70019
|
+
"name": "invalid"
|
|
70020
|
+
},
|
|
70021
|
+
{
|
|
70022
|
+
"description": "Indicates that the title should be above the indicator. Applies to `header-container`.",
|
|
70023
|
+
"name": "top"
|
|
70024
|
+
},
|
|
70025
|
+
{
|
|
70026
|
+
"description": "Indicates that the title should be below the indicator. Applies to `header-container`.",
|
|
70027
|
+
"name": "bottom"
|
|
70028
|
+
},
|
|
70029
|
+
{
|
|
70030
|
+
"description": "Indicates that the title should be before the indicator. Applies to `header-container`.",
|
|
70031
|
+
"name": "start"
|
|
70032
|
+
},
|
|
70033
|
+
{
|
|
70034
|
+
"description": "Indicates that the title should be after the indicator. Applies to `header-container`.",
|
|
70035
|
+
"name": "end"
|
|
70036
|
+
},
|
|
70037
|
+
{
|
|
70038
|
+
"description": "Wrapper of the step's `indicator` and `text`.",
|
|
70039
|
+
"name": "header"
|
|
70040
|
+
},
|
|
70041
|
+
{
|
|
70042
|
+
"description": "The indicator of the step.",
|
|
70043
|
+
"name": "indicator"
|
|
70044
|
+
},
|
|
70045
|
+
{
|
|
70046
|
+
"description": "Wrapper of the step's `title` and `subtitle`.",
|
|
70047
|
+
"name": "text"
|
|
70048
|
+
},
|
|
70049
|
+
{
|
|
70050
|
+
"description": "Indicates that no title and subtitle have been provided to the step. Applies to `text`.",
|
|
70051
|
+
"name": "empty"
|
|
70052
|
+
},
|
|
70053
|
+
{
|
|
70054
|
+
"description": "The title of the step.",
|
|
70055
|
+
"name": "title"
|
|
70056
|
+
},
|
|
70057
|
+
{
|
|
70058
|
+
"description": "The subtitle of the step.",
|
|
70059
|
+
"name": "subtitle"
|
|
70060
|
+
},
|
|
70061
|
+
{
|
|
70062
|
+
"description": "Wrapper of the step's `content`.",
|
|
70063
|
+
"name": "body"
|
|
70064
|
+
},
|
|
70065
|
+
{
|
|
70066
|
+
"description": "The step's `content`.",
|
|
70067
|
+
"name": "content"
|
|
70068
|
+
}
|
|
70069
|
+
],
|
|
70070
|
+
"slots": [
|
|
70071
|
+
{
|
|
70072
|
+
"description": "Renders the content of the step.",
|
|
70073
|
+
"name": ""
|
|
70074
|
+
},
|
|
70075
|
+
{
|
|
70076
|
+
"description": "Renders the indicator of the step. By default, it displays the step index + 1.",
|
|
70077
|
+
"name": "indicator"
|
|
70078
|
+
},
|
|
70079
|
+
{
|
|
70080
|
+
"description": "Renders the title of the step.",
|
|
70081
|
+
"name": "title"
|
|
70082
|
+
},
|
|
70083
|
+
{
|
|
70084
|
+
"description": "Renders the subtitle of the step.",
|
|
70085
|
+
"name": "subtitle"
|
|
70086
|
+
}
|
|
70087
|
+
],
|
|
70088
|
+
"members": [
|
|
70089
|
+
{
|
|
70090
|
+
"kind": "field",
|
|
70091
|
+
"name": "tagName",
|
|
70092
|
+
"type": {
|
|
70093
|
+
"text": "string"
|
|
70094
|
+
},
|
|
70095
|
+
"privacy": "public",
|
|
70096
|
+
"static": true,
|
|
70097
|
+
"readonly": true,
|
|
70098
|
+
"default": "'igc-step'"
|
|
70099
|
+
},
|
|
70100
|
+
{
|
|
70101
|
+
"kind": "method",
|
|
70102
|
+
"name": "register",
|
|
70103
|
+
"privacy": "public",
|
|
70104
|
+
"static": true,
|
|
70105
|
+
"return": {
|
|
70106
|
+
"type": {
|
|
70107
|
+
"text": "void"
|
|
70108
|
+
}
|
|
70109
|
+
}
|
|
70110
|
+
},
|
|
70111
|
+
{
|
|
70112
|
+
"kind": "field",
|
|
70113
|
+
"name": "_bodyRef",
|
|
70114
|
+
"privacy": "private",
|
|
70115
|
+
"readonly": true
|
|
70116
|
+
},
|
|
70117
|
+
{
|
|
70118
|
+
"kind": "field",
|
|
70119
|
+
"name": "_contentRef",
|
|
70120
|
+
"privacy": "private",
|
|
70121
|
+
"readonly": true
|
|
70122
|
+
},
|
|
70123
|
+
{
|
|
70124
|
+
"kind": "field",
|
|
70125
|
+
"name": "_bodyPlayer",
|
|
70126
|
+
"privacy": "private",
|
|
70127
|
+
"readonly": true
|
|
70128
|
+
},
|
|
70129
|
+
{
|
|
70130
|
+
"kind": "field",
|
|
70131
|
+
"name": "_contentPlayer",
|
|
70132
|
+
"privacy": "private",
|
|
70133
|
+
"readonly": true
|
|
70134
|
+
},
|
|
70135
|
+
{
|
|
70136
|
+
"kind": "field",
|
|
70137
|
+
"name": "_slots",
|
|
70138
|
+
"privacy": "private",
|
|
70139
|
+
"readonly": true
|
|
70140
|
+
},
|
|
70141
|
+
{
|
|
70142
|
+
"kind": "field",
|
|
70143
|
+
"name": "_stepperContext",
|
|
70144
|
+
"type": {
|
|
70145
|
+
"text": "StepperContext | undefined"
|
|
70146
|
+
},
|
|
70147
|
+
"privacy": "private",
|
|
70148
|
+
"readonly": true
|
|
70149
|
+
},
|
|
70150
|
+
{
|
|
70151
|
+
"kind": "field",
|
|
70152
|
+
"name": "_stepper",
|
|
70153
|
+
"type": {
|
|
70154
|
+
"text": "IgcStepperComponent | undefined"
|
|
70155
|
+
},
|
|
70156
|
+
"privacy": "private",
|
|
70157
|
+
"readonly": true
|
|
70158
|
+
},
|
|
70159
|
+
{
|
|
70160
|
+
"kind": "field",
|
|
70161
|
+
"name": "_state",
|
|
70162
|
+
"type": {
|
|
70163
|
+
"text": "StepperState | undefined"
|
|
70164
|
+
},
|
|
70165
|
+
"privacy": "private",
|
|
70166
|
+
"readonly": true
|
|
70167
|
+
},
|
|
70168
|
+
{
|
|
70169
|
+
"kind": "field",
|
|
70170
|
+
"name": "_isHorizontal",
|
|
70171
|
+
"type": {
|
|
70172
|
+
"text": "boolean"
|
|
70173
|
+
},
|
|
70174
|
+
"privacy": "private",
|
|
70175
|
+
"readonly": true
|
|
70176
|
+
},
|
|
70177
|
+
{
|
|
70178
|
+
"kind": "field",
|
|
70179
|
+
"name": "_hasTitle",
|
|
70180
|
+
"type": {
|
|
70181
|
+
"text": "boolean"
|
|
70182
|
+
},
|
|
70183
|
+
"privacy": "private",
|
|
70184
|
+
"readonly": true
|
|
70185
|
+
},
|
|
70186
|
+
{
|
|
70187
|
+
"kind": "field",
|
|
70188
|
+
"name": "_hasSubtitle",
|
|
70189
|
+
"type": {
|
|
70190
|
+
"text": "boolean"
|
|
70191
|
+
},
|
|
70192
|
+
"privacy": "private",
|
|
70193
|
+
"readonly": true
|
|
70194
|
+
},
|
|
70195
|
+
{
|
|
70196
|
+
"kind": "field",
|
|
70197
|
+
"name": "_animation",
|
|
70198
|
+
"type": {
|
|
70199
|
+
"text": "| StepperVerticalAnimation\n | HorizontalTransitionAnimation"
|
|
70200
|
+
},
|
|
70201
|
+
"privacy": "private",
|
|
70202
|
+
"readonly": true,
|
|
70203
|
+
"expandedType": {
|
|
70204
|
+
"text": "'grow' | 'fade' | 'none' | 'slide' | 'fade' | 'none'"
|
|
70205
|
+
}
|
|
70206
|
+
},
|
|
70207
|
+
{
|
|
70208
|
+
"kind": "field",
|
|
70209
|
+
"name": "_animationDuration",
|
|
70210
|
+
"type": {
|
|
70211
|
+
"text": "number"
|
|
70212
|
+
},
|
|
70213
|
+
"privacy": "private",
|
|
70214
|
+
"readonly": true
|
|
70215
|
+
},
|
|
70216
|
+
{
|
|
70217
|
+
"kind": "field",
|
|
70218
|
+
"name": "_contentTop",
|
|
70219
|
+
"type": {
|
|
70220
|
+
"text": "boolean"
|
|
70221
|
+
},
|
|
70222
|
+
"privacy": "private",
|
|
70223
|
+
"readonly": true
|
|
70224
|
+
},
|
|
70225
|
+
{
|
|
70226
|
+
"kind": "field",
|
|
70227
|
+
"name": "_index",
|
|
70228
|
+
"type": {
|
|
70229
|
+
"text": "number"
|
|
70230
|
+
},
|
|
70231
|
+
"privacy": "private",
|
|
70232
|
+
"readonly": true
|
|
70233
|
+
},
|
|
70234
|
+
{
|
|
70235
|
+
"kind": "field",
|
|
70236
|
+
"name": "_orientation",
|
|
70237
|
+
"type": {
|
|
70238
|
+
"text": "StepperOrientation"
|
|
70239
|
+
},
|
|
70240
|
+
"privacy": "private",
|
|
70241
|
+
"readonly": true,
|
|
70242
|
+
"expandedType": {
|
|
70243
|
+
"text": "'horizontal' | 'vertical'"
|
|
70244
|
+
}
|
|
70245
|
+
},
|
|
70246
|
+
{
|
|
70247
|
+
"kind": "field",
|
|
70248
|
+
"name": "_titlePosition",
|
|
70249
|
+
"type": {
|
|
70250
|
+
"text": "StepperTitlePosition"
|
|
70251
|
+
},
|
|
70252
|
+
"privacy": "private",
|
|
70253
|
+
"readonly": true,
|
|
70254
|
+
"expandedType": {
|
|
70255
|
+
"text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
|
|
70256
|
+
}
|
|
70257
|
+
},
|
|
70258
|
+
{
|
|
70259
|
+
"kind": "field",
|
|
70260
|
+
"name": "_stepType",
|
|
70261
|
+
"type": {
|
|
70262
|
+
"text": "StepperStepType"
|
|
70263
|
+
},
|
|
70264
|
+
"privacy": "private",
|
|
70265
|
+
"readonly": true,
|
|
70266
|
+
"expandedType": {
|
|
70267
|
+
"text": "'full' | 'indicator' | 'title'"
|
|
68808
70268
|
}
|
|
70269
|
+
},
|
|
70270
|
+
{
|
|
70271
|
+
"kind": "field",
|
|
70272
|
+
"name": "_previousComplete",
|
|
70273
|
+
"type": {
|
|
70274
|
+
"text": "boolean"
|
|
70275
|
+
},
|
|
70276
|
+
"privacy": "private",
|
|
70277
|
+
"readonly": true
|
|
70278
|
+
},
|
|
70279
|
+
{
|
|
70280
|
+
"kind": "field",
|
|
70281
|
+
"name": "_visited",
|
|
70282
|
+
"type": {
|
|
70283
|
+
"text": "boolean"
|
|
70284
|
+
},
|
|
70285
|
+
"privacy": "private",
|
|
70286
|
+
"readonly": true
|
|
70287
|
+
},
|
|
70288
|
+
{
|
|
70289
|
+
"kind": "field",
|
|
70290
|
+
"name": "_isAccessible",
|
|
70291
|
+
"type": {
|
|
70292
|
+
"text": "boolean"
|
|
70293
|
+
},
|
|
70294
|
+
"privacy": "private",
|
|
70295
|
+
"readonly": true
|
|
70296
|
+
},
|
|
70297
|
+
{
|
|
70298
|
+
"kind": "field",
|
|
70299
|
+
"name": "invalid",
|
|
70300
|
+
"type": {
|
|
70301
|
+
"text": "boolean"
|
|
70302
|
+
},
|
|
70303
|
+
"privacy": "public",
|
|
70304
|
+
"default": "false",
|
|
70305
|
+
"description": "Whether the step is invalid.\n\nInvalid steps are styled with an error state and are not\ninteractive when the stepper is in linear mode.",
|
|
70306
|
+
"attribute": "invalid",
|
|
70307
|
+
"reflects": true
|
|
70308
|
+
},
|
|
70309
|
+
{
|
|
70310
|
+
"kind": "field",
|
|
70311
|
+
"name": "active",
|
|
70312
|
+
"type": {
|
|
70313
|
+
"text": "boolean"
|
|
70314
|
+
},
|
|
70315
|
+
"privacy": "public",
|
|
70316
|
+
"default": "false",
|
|
70317
|
+
"description": "Whether the step is active.\n\nActive steps are styled with an active state and their content is visible.",
|
|
70318
|
+
"attribute": "active",
|
|
70319
|
+
"reflects": true
|
|
70320
|
+
},
|
|
70321
|
+
{
|
|
70322
|
+
"kind": "field",
|
|
70323
|
+
"name": "optional",
|
|
70324
|
+
"type": {
|
|
70325
|
+
"text": "boolean"
|
|
70326
|
+
},
|
|
70327
|
+
"privacy": "public",
|
|
70328
|
+
"default": "false",
|
|
70329
|
+
"description": "Whether the step is optional.\n\nOptional steps validity does not affect the default behavior when the stepper is in linear mode i.e.\nif optional step is invalid the user could still move to the next step.",
|
|
70330
|
+
"attribute": "optional",
|
|
70331
|
+
"reflects": true
|
|
70332
|
+
},
|
|
70333
|
+
{
|
|
70334
|
+
"kind": "field",
|
|
70335
|
+
"name": "disabled",
|
|
70336
|
+
"type": {
|
|
70337
|
+
"text": "boolean"
|
|
70338
|
+
},
|
|
70339
|
+
"privacy": "public",
|
|
70340
|
+
"default": "false",
|
|
70341
|
+
"description": "Whether the step is disabled.\n\nDisabled steps are styled with a disabled state and are not interactive.",
|
|
70342
|
+
"attribute": "disabled",
|
|
70343
|
+
"reflects": true
|
|
70344
|
+
},
|
|
70345
|
+
{
|
|
70346
|
+
"kind": "field",
|
|
70347
|
+
"name": "complete",
|
|
70348
|
+
"type": {
|
|
70349
|
+
"text": "boolean"
|
|
70350
|
+
},
|
|
70351
|
+
"privacy": "public",
|
|
70352
|
+
"default": "false",
|
|
70353
|
+
"description": "Whether the step is completed.",
|
|
70354
|
+
"attribute": "complete",
|
|
70355
|
+
"reflects": true
|
|
70356
|
+
},
|
|
70357
|
+
{
|
|
70358
|
+
"kind": "field",
|
|
70359
|
+
"name": "_headerContainerParts",
|
|
70360
|
+
"privacy": "private",
|
|
70361
|
+
"readonly": true
|
|
70362
|
+
},
|
|
70363
|
+
{
|
|
70364
|
+
"kind": "field",
|
|
70365
|
+
"name": "_textParts",
|
|
70366
|
+
"privacy": "private",
|
|
70367
|
+
"readonly": true
|
|
70368
|
+
},
|
|
70369
|
+
{
|
|
70370
|
+
"kind": "method",
|
|
70371
|
+
"name": "_renderIndicator",
|
|
70372
|
+
"privacy": "private"
|
|
70373
|
+
},
|
|
70374
|
+
{
|
|
70375
|
+
"kind": "method",
|
|
70376
|
+
"name": "_renderTitleAndSubtitle",
|
|
70377
|
+
"privacy": "private"
|
|
70378
|
+
},
|
|
70379
|
+
{
|
|
70380
|
+
"kind": "method",
|
|
70381
|
+
"name": "_renderHeader",
|
|
70382
|
+
"privacy": "private"
|
|
70383
|
+
},
|
|
70384
|
+
{
|
|
70385
|
+
"kind": "method",
|
|
70386
|
+
"name": "_renderContent",
|
|
70387
|
+
"privacy": "private"
|
|
68809
70388
|
}
|
|
68810
70389
|
],
|
|
68811
70390
|
"attributes": [
|
|
@@ -68815,8 +70394,9 @@
|
|
|
68815
70394
|
"text": "boolean"
|
|
68816
70395
|
},
|
|
68817
70396
|
"default": "false",
|
|
68818
|
-
"description": "
|
|
68819
|
-
"fieldName": "invalid"
|
|
70397
|
+
"description": "Whether the step is invalid.\n\nInvalid steps are styled with an error state and are not\ninteractive when the stepper is in linear mode.",
|
|
70398
|
+
"fieldName": "invalid",
|
|
70399
|
+
"attribute": "invalid"
|
|
68820
70400
|
},
|
|
68821
70401
|
{
|
|
68822
70402
|
"name": "active",
|
|
@@ -68824,8 +70404,9 @@
|
|
|
68824
70404
|
"text": "boolean"
|
|
68825
70405
|
},
|
|
68826
70406
|
"default": "false",
|
|
68827
|
-
"description": "
|
|
68828
|
-
"fieldName": "active"
|
|
70407
|
+
"description": "Whether the step is active.\n\nActive steps are styled with an active state and their content is visible.",
|
|
70408
|
+
"fieldName": "active",
|
|
70409
|
+
"attribute": "active"
|
|
68829
70410
|
},
|
|
68830
70411
|
{
|
|
68831
70412
|
"name": "optional",
|
|
@@ -68833,8 +70414,9 @@
|
|
|
68833
70414
|
"text": "boolean"
|
|
68834
70415
|
},
|
|
68835
70416
|
"default": "false",
|
|
68836
|
-
"description": "
|
|
68837
|
-
"fieldName": "optional"
|
|
70417
|
+
"description": "Whether the step is optional.\n\nOptional steps validity does not affect the default behavior when the stepper is in linear mode i.e.\nif optional step is invalid the user could still move to the next step.",
|
|
70418
|
+
"fieldName": "optional",
|
|
70419
|
+
"attribute": "optional"
|
|
68838
70420
|
},
|
|
68839
70421
|
{
|
|
68840
70422
|
"name": "disabled",
|
|
@@ -68842,8 +70424,9 @@
|
|
|
68842
70424
|
"text": "boolean"
|
|
68843
70425
|
},
|
|
68844
70426
|
"default": "false",
|
|
68845
|
-
"description": "
|
|
68846
|
-
"fieldName": "disabled"
|
|
70427
|
+
"description": "Whether the step is disabled.\n\nDisabled steps are styled with a disabled state and are not interactive.",
|
|
70428
|
+
"fieldName": "disabled",
|
|
70429
|
+
"attribute": "disabled"
|
|
68847
70430
|
},
|
|
68848
70431
|
{
|
|
68849
70432
|
"name": "complete",
|
|
@@ -68851,8 +70434,9 @@
|
|
|
68851
70434
|
"text": "boolean"
|
|
68852
70435
|
},
|
|
68853
70436
|
"default": "false",
|
|
68854
|
-
"description": "
|
|
68855
|
-
"fieldName": "complete"
|
|
70437
|
+
"description": "Whether the step is completed.",
|
|
70438
|
+
"fieldName": "complete",
|
|
70439
|
+
"attribute": "complete"
|
|
68856
70440
|
}
|
|
68857
70441
|
],
|
|
68858
70442
|
"superclass": {
|
|
@@ -68876,7 +70460,386 @@
|
|
|
68876
70460
|
},
|
|
68877
70461
|
{
|
|
68878
70462
|
"kind": "javascript-module",
|
|
68879
|
-
"path": "src/components/stepper/
|
|
70463
|
+
"path": "src/components/stepper/common/state.ts",
|
|
70464
|
+
"declarations": [
|
|
70465
|
+
{
|
|
70466
|
+
"kind": "class",
|
|
70467
|
+
"description": "",
|
|
70468
|
+
"name": "StepperState",
|
|
70469
|
+
"members": [
|
|
70470
|
+
{
|
|
70471
|
+
"kind": "field",
|
|
70472
|
+
"name": "_state",
|
|
70473
|
+
"privacy": "private",
|
|
70474
|
+
"readonly": true,
|
|
70475
|
+
"default": "new WeakMap<IgcStepComponent, StepState>()"
|
|
70476
|
+
},
|
|
70477
|
+
{
|
|
70478
|
+
"kind": "field",
|
|
70479
|
+
"name": "_steps",
|
|
70480
|
+
"type": {
|
|
70481
|
+
"text": "IgcStepComponent[]"
|
|
70482
|
+
},
|
|
70483
|
+
"privacy": "private",
|
|
70484
|
+
"default": "[]"
|
|
70485
|
+
},
|
|
70486
|
+
{
|
|
70487
|
+
"kind": "field",
|
|
70488
|
+
"name": "_activeStep",
|
|
70489
|
+
"type": {
|
|
70490
|
+
"text": "IgcStepComponent | undefined"
|
|
70491
|
+
},
|
|
70492
|
+
"privacy": "private"
|
|
70493
|
+
},
|
|
70494
|
+
{
|
|
70495
|
+
"kind": "field",
|
|
70496
|
+
"name": "linear",
|
|
70497
|
+
"type": {
|
|
70498
|
+
"text": "boolean"
|
|
70499
|
+
},
|
|
70500
|
+
"privacy": "public",
|
|
70501
|
+
"default": "false"
|
|
70502
|
+
},
|
|
70503
|
+
{
|
|
70504
|
+
"kind": "field",
|
|
70505
|
+
"name": "steps",
|
|
70506
|
+
"type": {
|
|
70507
|
+
"text": "readonly IgcStepComponent[]"
|
|
70508
|
+
},
|
|
70509
|
+
"privacy": "public",
|
|
70510
|
+
"description": "Returns all registered step components.",
|
|
70511
|
+
"readonly": true
|
|
70512
|
+
},
|
|
70513
|
+
{
|
|
70514
|
+
"kind": "field",
|
|
70515
|
+
"name": "activeStep",
|
|
70516
|
+
"type": {
|
|
70517
|
+
"text": "IgcStepComponent | undefined"
|
|
70518
|
+
},
|
|
70519
|
+
"privacy": "public",
|
|
70520
|
+
"description": "Returns the currently active step.",
|
|
70521
|
+
"readonly": true
|
|
70522
|
+
},
|
|
70523
|
+
{
|
|
70524
|
+
"kind": "field",
|
|
70525
|
+
"name": "accessibleSteps",
|
|
70526
|
+
"type": {
|
|
70527
|
+
"text": "IgcStepComponent[]"
|
|
70528
|
+
},
|
|
70529
|
+
"privacy": "public",
|
|
70530
|
+
"description": "Returns all steps that are currently accessible (not disabled or linear-disabled).",
|
|
70531
|
+
"readonly": true
|
|
70532
|
+
},
|
|
70533
|
+
{
|
|
70534
|
+
"kind": "method",
|
|
70535
|
+
"name": "set",
|
|
70536
|
+
"privacy": "public",
|
|
70537
|
+
"return": {
|
|
70538
|
+
"type": {
|
|
70539
|
+
"text": "void"
|
|
70540
|
+
}
|
|
70541
|
+
},
|
|
70542
|
+
"parameters": [
|
|
70543
|
+
{
|
|
70544
|
+
"name": "step",
|
|
70545
|
+
"type": {
|
|
70546
|
+
"text": "IgcStepComponent"
|
|
70547
|
+
}
|
|
70548
|
+
},
|
|
70549
|
+
{
|
|
70550
|
+
"name": "state",
|
|
70551
|
+
"type": {
|
|
70552
|
+
"text": "Partial<StepState>"
|
|
70553
|
+
}
|
|
70554
|
+
}
|
|
70555
|
+
],
|
|
70556
|
+
"description": "Sets the state of a given step component.\n\nIf the step already has an existing state, it merges the new state with the existing one.\nIf the step does not have an existing state, it initializes it with default values and then applies the new state.\n\nAfter updating the state, it requests an update on the step component to reflect the changes in the UI."
|
|
70557
|
+
},
|
|
70558
|
+
{
|
|
70559
|
+
"kind": "method",
|
|
70560
|
+
"name": "has",
|
|
70561
|
+
"privacy": "public",
|
|
70562
|
+
"return": {
|
|
70563
|
+
"type": {
|
|
70564
|
+
"text": "boolean"
|
|
70565
|
+
}
|
|
70566
|
+
},
|
|
70567
|
+
"parameters": [
|
|
70568
|
+
{
|
|
70569
|
+
"name": "step",
|
|
70570
|
+
"type": {
|
|
70571
|
+
"text": "IgcStepComponent"
|
|
70572
|
+
}
|
|
70573
|
+
}
|
|
70574
|
+
],
|
|
70575
|
+
"description": "Checks if a given step component has an associated state."
|
|
70576
|
+
},
|
|
70577
|
+
{
|
|
70578
|
+
"kind": "method",
|
|
70579
|
+
"name": "get",
|
|
70580
|
+
"privacy": "public",
|
|
70581
|
+
"return": {
|
|
70582
|
+
"type": {
|
|
70583
|
+
"text": "StepState | undefined"
|
|
70584
|
+
}
|
|
70585
|
+
},
|
|
70586
|
+
"parameters": [
|
|
70587
|
+
{
|
|
70588
|
+
"name": "step",
|
|
70589
|
+
"type": {
|
|
70590
|
+
"text": "IgcStepComponent"
|
|
70591
|
+
}
|
|
70592
|
+
}
|
|
70593
|
+
],
|
|
70594
|
+
"description": "Retrieves the state of a given step component."
|
|
70595
|
+
},
|
|
70596
|
+
{
|
|
70597
|
+
"kind": "method",
|
|
70598
|
+
"name": "delete",
|
|
70599
|
+
"privacy": "public",
|
|
70600
|
+
"return": {
|
|
70601
|
+
"type": {
|
|
70602
|
+
"text": "boolean"
|
|
70603
|
+
}
|
|
70604
|
+
},
|
|
70605
|
+
"parameters": [
|
|
70606
|
+
{
|
|
70607
|
+
"name": "step",
|
|
70608
|
+
"type": {
|
|
70609
|
+
"text": "IgcStepComponent"
|
|
70610
|
+
}
|
|
70611
|
+
}
|
|
70612
|
+
],
|
|
70613
|
+
"description": "Deletes the state of a given step component."
|
|
70614
|
+
},
|
|
70615
|
+
{
|
|
70616
|
+
"kind": "method",
|
|
70617
|
+
"name": "isAccessible",
|
|
70618
|
+
"privacy": "public",
|
|
70619
|
+
"return": {
|
|
70620
|
+
"type": {
|
|
70621
|
+
"text": "boolean"
|
|
70622
|
+
}
|
|
70623
|
+
},
|
|
70624
|
+
"parameters": [
|
|
70625
|
+
{
|
|
70626
|
+
"name": "step",
|
|
70627
|
+
"type": {
|
|
70628
|
+
"text": "IgcStepComponent"
|
|
70629
|
+
}
|
|
70630
|
+
}
|
|
70631
|
+
],
|
|
70632
|
+
"description": "Determines if a given step component is accessible based on its `disabled` state\nand the `linearDisabled` state from the stepper state management."
|
|
70633
|
+
},
|
|
70634
|
+
{
|
|
70635
|
+
"kind": "method",
|
|
70636
|
+
"name": "setSteps",
|
|
70637
|
+
"privacy": "public",
|
|
70638
|
+
"return": {
|
|
70639
|
+
"type": {
|
|
70640
|
+
"text": "void"
|
|
70641
|
+
}
|
|
70642
|
+
},
|
|
70643
|
+
"parameters": [
|
|
70644
|
+
{
|
|
70645
|
+
"name": "steps",
|
|
70646
|
+
"type": {
|
|
70647
|
+
"text": "IgcStepComponent[]"
|
|
70648
|
+
}
|
|
70649
|
+
}
|
|
70650
|
+
],
|
|
70651
|
+
"description": "Updates the registered steps collection."
|
|
70652
|
+
},
|
|
70653
|
+
{
|
|
70654
|
+
"kind": "method",
|
|
70655
|
+
"name": "changeActiveStep",
|
|
70656
|
+
"privacy": "public",
|
|
70657
|
+
"return": {
|
|
70658
|
+
"type": {
|
|
70659
|
+
"text": "void"
|
|
70660
|
+
}
|
|
70661
|
+
},
|
|
70662
|
+
"parameters": [
|
|
70663
|
+
{
|
|
70664
|
+
"name": "step",
|
|
70665
|
+
"type": {
|
|
70666
|
+
"text": "IgcStepComponent"
|
|
70667
|
+
}
|
|
70668
|
+
}
|
|
70669
|
+
],
|
|
70670
|
+
"description": "Changes the active step, deactivating the previous one and marking the new one as visited."
|
|
70671
|
+
},
|
|
70672
|
+
{
|
|
70673
|
+
"kind": "method",
|
|
70674
|
+
"name": "activateFirstStep",
|
|
70675
|
+
"privacy": "public",
|
|
70676
|
+
"return": {
|
|
70677
|
+
"type": {
|
|
70678
|
+
"text": "void"
|
|
70679
|
+
}
|
|
70680
|
+
},
|
|
70681
|
+
"description": "Activates the first non-disabled step."
|
|
70682
|
+
},
|
|
70683
|
+
{
|
|
70684
|
+
"kind": "method",
|
|
70685
|
+
"name": "getAdjacentStep",
|
|
70686
|
+
"privacy": "public",
|
|
70687
|
+
"return": {
|
|
70688
|
+
"type": {
|
|
70689
|
+
"text": "IgcStepComponent | undefined"
|
|
70690
|
+
}
|
|
70691
|
+
},
|
|
70692
|
+
"parameters": [
|
|
70693
|
+
{
|
|
70694
|
+
"name": "next",
|
|
70695
|
+
"default": "true"
|
|
70696
|
+
}
|
|
70697
|
+
],
|
|
70698
|
+
"description": "Returns the next or previous accessible step relative to the active step."
|
|
70699
|
+
},
|
|
70700
|
+
{
|
|
70701
|
+
"kind": "method",
|
|
70702
|
+
"name": "syncState",
|
|
70703
|
+
"privacy": "public",
|
|
70704
|
+
"return": {
|
|
70705
|
+
"type": {
|
|
70706
|
+
"text": "void"
|
|
70707
|
+
}
|
|
70708
|
+
},
|
|
70709
|
+
"description": "Synchronizes the `active` and `previousCompleted` state across all steps."
|
|
70710
|
+
},
|
|
70711
|
+
{
|
|
70712
|
+
"kind": "method",
|
|
70713
|
+
"name": "setVisitedState",
|
|
70714
|
+
"privacy": "public",
|
|
70715
|
+
"return": {
|
|
70716
|
+
"type": {
|
|
70717
|
+
"text": "void"
|
|
70718
|
+
}
|
|
70719
|
+
},
|
|
70720
|
+
"parameters": [
|
|
70721
|
+
{
|
|
70722
|
+
"name": "value",
|
|
70723
|
+
"type": {
|
|
70724
|
+
"text": "boolean"
|
|
70725
|
+
}
|
|
70726
|
+
}
|
|
70727
|
+
],
|
|
70728
|
+
"description": "Sets the visited state for all steps based on the current active step and the linear mode."
|
|
70729
|
+
},
|
|
70730
|
+
{
|
|
70731
|
+
"kind": "method",
|
|
70732
|
+
"name": "setLinearState",
|
|
70733
|
+
"privacy": "public",
|
|
70734
|
+
"return": {
|
|
70735
|
+
"type": {
|
|
70736
|
+
"text": "void"
|
|
70737
|
+
}
|
|
70738
|
+
},
|
|
70739
|
+
"description": "Computes and applies the linear-disabled state for all steps."
|
|
70740
|
+
},
|
|
70741
|
+
{
|
|
70742
|
+
"kind": "method",
|
|
70743
|
+
"name": "onStepPropertyChanged",
|
|
70744
|
+
"privacy": "public",
|
|
70745
|
+
"return": {
|
|
70746
|
+
"type": {
|
|
70747
|
+
"text": "void"
|
|
70748
|
+
}
|
|
70749
|
+
},
|
|
70750
|
+
"parameters": [
|
|
70751
|
+
{
|
|
70752
|
+
"name": "step",
|
|
70753
|
+
"type": {
|
|
70754
|
+
"text": "IgcStepComponent"
|
|
70755
|
+
}
|
|
70756
|
+
},
|
|
70757
|
+
{
|
|
70758
|
+
"name": "changed",
|
|
70759
|
+
"type": {
|
|
70760
|
+
"text": "PropertyValues<IgcStepComponent>"
|
|
70761
|
+
}
|
|
70762
|
+
}
|
|
70763
|
+
],
|
|
70764
|
+
"description": "Handles step property changes, updating active step tracking and re-syncing state."
|
|
70765
|
+
},
|
|
70766
|
+
{
|
|
70767
|
+
"kind": "method",
|
|
70768
|
+
"name": "stepsChanged",
|
|
70769
|
+
"privacy": "public",
|
|
70770
|
+
"return": {
|
|
70771
|
+
"type": {
|
|
70772
|
+
"text": "void"
|
|
70773
|
+
}
|
|
70774
|
+
},
|
|
70775
|
+
"description": "Processes a change in the steps collection, resolving the active step and syncing state."
|
|
70776
|
+
},
|
|
70777
|
+
{
|
|
70778
|
+
"kind": "method",
|
|
70779
|
+
"name": "reset",
|
|
70780
|
+
"privacy": "public",
|
|
70781
|
+
"return": {
|
|
70782
|
+
"type": {
|
|
70783
|
+
"text": "void"
|
|
70784
|
+
}
|
|
70785
|
+
},
|
|
70786
|
+
"description": "Resets all step states and activates the first step."
|
|
70787
|
+
}
|
|
70788
|
+
]
|
|
70789
|
+
},
|
|
70790
|
+
{
|
|
70791
|
+
"kind": "function",
|
|
70792
|
+
"name": "createStepperState",
|
|
70793
|
+
"return": {
|
|
70794
|
+
"type": {
|
|
70795
|
+
"text": "StepperState"
|
|
70796
|
+
}
|
|
70797
|
+
},
|
|
70798
|
+
"description": "Creates a new instance of the StepperState class, which manages the state of steps in a stepper component."
|
|
70799
|
+
}
|
|
70800
|
+
],
|
|
70801
|
+
"exports": [
|
|
70802
|
+
{
|
|
70803
|
+
"kind": "js",
|
|
70804
|
+
"name": "createStepperState",
|
|
70805
|
+
"declaration": {
|
|
70806
|
+
"name": "createStepperState",
|
|
70807
|
+
"module": "src/components/stepper/common/state.ts"
|
|
70808
|
+
}
|
|
70809
|
+
},
|
|
70810
|
+
{
|
|
70811
|
+
"kind": "js",
|
|
70812
|
+
"name": "StepperState",
|
|
70813
|
+
"declaration": {
|
|
70814
|
+
"name": "StepperState",
|
|
70815
|
+
"module": "src/components/stepper/common/state.ts"
|
|
70816
|
+
}
|
|
70817
|
+
}
|
|
70818
|
+
]
|
|
70819
|
+
},
|
|
70820
|
+
{
|
|
70821
|
+
"kind": "javascript-module",
|
|
70822
|
+
"path": "src/components/stepper/common/context.ts",
|
|
70823
|
+
"declarations": [
|
|
70824
|
+
{
|
|
70825
|
+
"kind": "variable",
|
|
70826
|
+
"name": "STEPPER_CONTEXT"
|
|
70827
|
+
}
|
|
70828
|
+
],
|
|
70829
|
+
"exports": [
|
|
70830
|
+
{
|
|
70831
|
+
"kind": "js",
|
|
70832
|
+
"name": "STEPPER_CONTEXT",
|
|
70833
|
+
"declaration": {
|
|
70834
|
+
"name": "STEPPER_CONTEXT",
|
|
70835
|
+
"module": "src/components/stepper/common/context.ts"
|
|
70836
|
+
}
|
|
70837
|
+
}
|
|
70838
|
+
]
|
|
70839
|
+
},
|
|
70840
|
+
{
|
|
70841
|
+
"kind": "javascript-module",
|
|
70842
|
+
"path": "src/components/stepper/common/types.ts",
|
|
68880
70843
|
"declarations": [],
|
|
68881
70844
|
"exports": []
|
|
68882
70845
|
},
|
|
@@ -68886,11 +70849,11 @@
|
|
|
68886
70849
|
"declarations": [
|
|
68887
70850
|
{
|
|
68888
70851
|
"kind": "class",
|
|
68889
|
-
"description": "
|
|
70852
|
+
"description": "A stepper component that provides a wizard-like workflow by dividing content into logical steps.",
|
|
68890
70853
|
"name": "IgcStepperComponent",
|
|
68891
70854
|
"slots": [
|
|
68892
70855
|
{
|
|
68893
|
-
"description": "Renders
|
|
70856
|
+
"description": "Renders `igc-step` components inside the default slot.",
|
|
68894
70857
|
"name": ""
|
|
68895
70858
|
}
|
|
68896
70859
|
],
|
|
@@ -68910,43 +70873,56 @@
|
|
|
68910
70873
|
"kind": "method",
|
|
68911
70874
|
"name": "register",
|
|
68912
70875
|
"privacy": "public",
|
|
68913
|
-
"static": true
|
|
70876
|
+
"static": true,
|
|
70877
|
+
"return": {
|
|
70878
|
+
"type": {
|
|
70879
|
+
"text": "void"
|
|
70880
|
+
}
|
|
70881
|
+
}
|
|
68914
70882
|
},
|
|
68915
70883
|
{
|
|
68916
70884
|
"kind": "field",
|
|
68917
|
-
"name": "
|
|
68918
|
-
"
|
|
68919
|
-
|
|
68920
|
-
|
|
70885
|
+
"name": "_state",
|
|
70886
|
+
"privacy": "private",
|
|
70887
|
+
"readonly": true
|
|
70888
|
+
},
|
|
70889
|
+
{
|
|
70890
|
+
"kind": "field",
|
|
70891
|
+
"name": "_contextProvider",
|
|
68921
70892
|
"privacy": "private",
|
|
68922
70893
|
"readonly": true,
|
|
68923
|
-
"default": "new
|
|
70894
|
+
"default": "new ContextProvider(this, { context: STEPPER_CONTEXT, initialValue: { stepper: this, state: this._state, }, })"
|
|
68924
70895
|
},
|
|
68925
70896
|
{
|
|
68926
70897
|
"kind": "field",
|
|
68927
|
-
"name": "
|
|
68928
|
-
"
|
|
68929
|
-
|
|
68930
|
-
|
|
68931
|
-
|
|
70898
|
+
"name": "_internals",
|
|
70899
|
+
"privacy": "private",
|
|
70900
|
+
"readonly": true
|
|
70901
|
+
},
|
|
70902
|
+
{
|
|
70903
|
+
"kind": "field",
|
|
70904
|
+
"name": "_slots",
|
|
70905
|
+
"privacy": "private",
|
|
70906
|
+
"readonly": true
|
|
68932
70907
|
},
|
|
68933
70908
|
{
|
|
68934
70909
|
"kind": "field",
|
|
68935
|
-
"name": "
|
|
70910
|
+
"name": "_isHorizontal",
|
|
68936
70911
|
"type": {
|
|
68937
70912
|
"text": "boolean"
|
|
68938
70913
|
},
|
|
68939
70914
|
"privacy": "private",
|
|
68940
|
-
"
|
|
70915
|
+
"readonly": true
|
|
68941
70916
|
},
|
|
68942
70917
|
{
|
|
68943
70918
|
"kind": "field",
|
|
68944
70919
|
"name": "steps",
|
|
68945
70920
|
"type": {
|
|
68946
|
-
"text": "
|
|
70921
|
+
"text": "readonly IgcStepComponent[]"
|
|
68947
70922
|
},
|
|
68948
70923
|
"privacy": "public",
|
|
68949
|
-
"description": "Returns all of the stepper's steps."
|
|
70924
|
+
"description": "Returns all of the stepper's steps.",
|
|
70925
|
+
"readonly": true
|
|
68950
70926
|
},
|
|
68951
70927
|
{
|
|
68952
70928
|
"kind": "field",
|
|
@@ -68956,7 +70932,7 @@
|
|
|
68956
70932
|
},
|
|
68957
70933
|
"privacy": "public",
|
|
68958
70934
|
"default": "'horizontal'",
|
|
68959
|
-
"description": "
|
|
70935
|
+
"description": "The orientation of the stepper.",
|
|
68960
70936
|
"attribute": "orientation",
|
|
68961
70937
|
"reflects": true,
|
|
68962
70938
|
"expandedType": {
|
|
@@ -68971,7 +70947,7 @@
|
|
|
68971
70947
|
},
|
|
68972
70948
|
"privacy": "public",
|
|
68973
70949
|
"default": "'full'",
|
|
68974
|
-
"description": "
|
|
70950
|
+
"description": "The visual type of the steps.",
|
|
68975
70951
|
"attribute": "step-type",
|
|
68976
70952
|
"reflects": true,
|
|
68977
70953
|
"expandedType": {
|
|
@@ -68986,8 +70962,9 @@
|
|
|
68986
70962
|
},
|
|
68987
70963
|
"privacy": "public",
|
|
68988
70964
|
"default": "false",
|
|
68989
|
-
"description": "
|
|
68990
|
-
"attribute": "linear"
|
|
70965
|
+
"description": "Whether the stepper is linear.",
|
|
70966
|
+
"attribute": "linear",
|
|
70967
|
+
"reflects": true
|
|
68991
70968
|
},
|
|
68992
70969
|
{
|
|
68993
70970
|
"kind": "field",
|
|
@@ -68997,7 +70974,7 @@
|
|
|
68997
70974
|
},
|
|
68998
70975
|
"privacy": "public",
|
|
68999
70976
|
"default": "false",
|
|
69000
|
-
"description": "
|
|
70977
|
+
"description": "Whether the content is displayed above the steps.",
|
|
69001
70978
|
"attribute": "content-top",
|
|
69002
70979
|
"reflects": true
|
|
69003
70980
|
},
|
|
@@ -69037,7 +71014,7 @@
|
|
|
69037
71014
|
},
|
|
69038
71015
|
"privacy": "public",
|
|
69039
71016
|
"default": "320",
|
|
69040
|
-
"description": "The animation duration in either vertical or horizontal mode.",
|
|
71017
|
+
"description": "The animation duration in either vertical or horizontal mode in milliseconds.",
|
|
69041
71018
|
"attribute": "animation-duration"
|
|
69042
71019
|
},
|
|
69043
71020
|
{
|
|
@@ -69048,7 +71025,7 @@
|
|
|
69048
71025
|
},
|
|
69049
71026
|
"privacy": "public",
|
|
69050
71027
|
"default": "'auto'",
|
|
69051
|
-
"description": "
|
|
71028
|
+
"description": "The position of the steps title.",
|
|
69052
71029
|
"attribute": "title-position",
|
|
69053
71030
|
"expandedType": {
|
|
69054
71031
|
"text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
|
|
@@ -69056,18 +71033,32 @@
|
|
|
69056
71033
|
},
|
|
69057
71034
|
{
|
|
69058
71035
|
"kind": "method",
|
|
69059
|
-
"name": "
|
|
69060
|
-
"privacy": "
|
|
71036
|
+
"name": "_skipKeyboard",
|
|
71037
|
+
"privacy": "private",
|
|
69061
71038
|
"return": {
|
|
69062
71039
|
"type": {
|
|
69063
|
-
"text": "
|
|
71040
|
+
"text": "boolean"
|
|
69064
71041
|
}
|
|
69065
|
-
}
|
|
71042
|
+
},
|
|
71043
|
+
"parameters": [
|
|
71044
|
+
{
|
|
71045
|
+
"name": "_",
|
|
71046
|
+
"type": {
|
|
71047
|
+
"text": "Element"
|
|
71048
|
+
}
|
|
71049
|
+
},
|
|
71050
|
+
{
|
|
71051
|
+
"name": "event",
|
|
71052
|
+
"type": {
|
|
71053
|
+
"text": "KeyboardEvent"
|
|
71054
|
+
}
|
|
71055
|
+
}
|
|
71056
|
+
]
|
|
69066
71057
|
},
|
|
69067
71058
|
{
|
|
69068
71059
|
"kind": "method",
|
|
69069
|
-
"name": "
|
|
69070
|
-
"privacy": "
|
|
71060
|
+
"name": "_handleHomeKey",
|
|
71061
|
+
"privacy": "private",
|
|
69071
71062
|
"return": {
|
|
69072
71063
|
"type": {
|
|
69073
71064
|
"text": "void"
|
|
@@ -69076,8 +71067,8 @@
|
|
|
69076
71067
|
},
|
|
69077
71068
|
{
|
|
69078
71069
|
"kind": "method",
|
|
69079
|
-
"name": "
|
|
69080
|
-
"privacy": "
|
|
71070
|
+
"name": "_handleEndKey",
|
|
71071
|
+
"privacy": "private",
|
|
69081
71072
|
"return": {
|
|
69082
71073
|
"type": {
|
|
69083
71074
|
"text": "void"
|
|
@@ -69086,8 +71077,8 @@
|
|
|
69086
71077
|
},
|
|
69087
71078
|
{
|
|
69088
71079
|
"kind": "method",
|
|
69089
|
-
"name": "
|
|
69090
|
-
"privacy": "
|
|
71080
|
+
"name": "_handleArrowDown",
|
|
71081
|
+
"privacy": "private",
|
|
69091
71082
|
"return": {
|
|
69092
71083
|
"type": {
|
|
69093
71084
|
"text": "void"
|
|
@@ -69096,8 +71087,8 @@
|
|
|
69096
71087
|
},
|
|
69097
71088
|
{
|
|
69098
71089
|
"kind": "method",
|
|
69099
|
-
"name": "
|
|
69100
|
-
"privacy": "
|
|
71090
|
+
"name": "_handleArrowUp",
|
|
71091
|
+
"privacy": "private",
|
|
69101
71092
|
"return": {
|
|
69102
71093
|
"type": {
|
|
69103
71094
|
"text": "void"
|
|
@@ -69106,92 +71097,88 @@
|
|
|
69106
71097
|
},
|
|
69107
71098
|
{
|
|
69108
71099
|
"kind": "method",
|
|
69109
|
-
"name": "
|
|
69110
|
-
"privacy": "
|
|
69111
|
-
|
|
69112
|
-
|
|
69113
|
-
|
|
69114
|
-
|
|
69115
|
-
|
|
71100
|
+
"name": "_handleArrowLeft",
|
|
71101
|
+
"privacy": "private",
|
|
71102
|
+
"return": {
|
|
71103
|
+
"type": {
|
|
71104
|
+
"text": "void"
|
|
71105
|
+
}
|
|
71106
|
+
}
|
|
69116
71107
|
},
|
|
69117
71108
|
{
|
|
69118
71109
|
"kind": "method",
|
|
69119
|
-
"name": "
|
|
69120
|
-
"privacy": "private"
|
|
71110
|
+
"name": "_handleArrowRight",
|
|
71111
|
+
"privacy": "private",
|
|
71112
|
+
"return": {
|
|
71113
|
+
"type": {
|
|
71114
|
+
"text": "void"
|
|
71115
|
+
}
|
|
71116
|
+
}
|
|
69121
71117
|
},
|
|
69122
71118
|
{
|
|
69123
71119
|
"kind": "method",
|
|
69124
|
-
"name": "
|
|
71120
|
+
"name": "_handleInteraction",
|
|
69125
71121
|
"privacy": "private",
|
|
71122
|
+
"return": {
|
|
71123
|
+
"type": {
|
|
71124
|
+
"text": "void"
|
|
71125
|
+
}
|
|
71126
|
+
},
|
|
69126
71127
|
"parameters": [
|
|
69127
71128
|
{
|
|
69128
|
-
"name": "
|
|
69129
|
-
"type": {
|
|
69130
|
-
"text": "IgcStepComponent"
|
|
69131
|
-
}
|
|
69132
|
-
},
|
|
69133
|
-
{
|
|
69134
|
-
"name": "currentStep",
|
|
71129
|
+
"name": "event",
|
|
69135
71130
|
"type": {
|
|
69136
|
-
"text": "
|
|
71131
|
+
"text": "Event"
|
|
69137
71132
|
}
|
|
69138
71133
|
}
|
|
69139
71134
|
]
|
|
69140
71135
|
},
|
|
69141
71136
|
{
|
|
69142
71137
|
"kind": "method",
|
|
69143
|
-
"name": "
|
|
71138
|
+
"name": "_handleSlotChange",
|
|
69144
71139
|
"privacy": "private",
|
|
69145
|
-
"
|
|
69146
|
-
{
|
|
69147
|
-
"
|
|
69148
|
-
"type": {
|
|
69149
|
-
"text": "IgcStepComponent"
|
|
69150
|
-
}
|
|
69151
|
-
},
|
|
69152
|
-
{
|
|
69153
|
-
"name": "shouldEmit",
|
|
69154
|
-
"default": "true"
|
|
71140
|
+
"return": {
|
|
71141
|
+
"type": {
|
|
71142
|
+
"text": "void"
|
|
69155
71143
|
}
|
|
69156
|
-
|
|
71144
|
+
}
|
|
69157
71145
|
},
|
|
69158
71146
|
{
|
|
69159
71147
|
"kind": "method",
|
|
69160
|
-
"name": "
|
|
71148
|
+
"name": "_syncStepperAttributes",
|
|
69161
71149
|
"privacy": "private",
|
|
71150
|
+
"return": {
|
|
71151
|
+
"type": {
|
|
71152
|
+
"text": "void"
|
|
71153
|
+
}
|
|
71154
|
+
},
|
|
69162
71155
|
"parameters": [
|
|
69163
71156
|
{
|
|
69164
|
-
"name": "
|
|
71157
|
+
"name": "properties",
|
|
69165
71158
|
"type": {
|
|
69166
|
-
"text": "
|
|
71159
|
+
"text": "PropertyValues<this>"
|
|
69167
71160
|
}
|
|
69168
71161
|
}
|
|
69169
71162
|
]
|
|
69170
71163
|
},
|
|
69171
71164
|
{
|
|
69172
71165
|
"kind": "method",
|
|
69173
|
-
"name": "
|
|
71166
|
+
"name": "_animateSteps",
|
|
69174
71167
|
"privacy": "private",
|
|
69175
|
-
"
|
|
69176
|
-
{
|
|
69177
|
-
"
|
|
69178
|
-
"default": "true"
|
|
71168
|
+
"return": {
|
|
71169
|
+
"type": {
|
|
71170
|
+
"text": "void"
|
|
69179
71171
|
}
|
|
69180
|
-
|
|
69181
|
-
},
|
|
69182
|
-
{
|
|
69183
|
-
"kind": "method",
|
|
69184
|
-
"name": "handleKeydown",
|
|
69185
|
-
"privacy": "private",
|
|
71172
|
+
},
|
|
69186
71173
|
"parameters": [
|
|
69187
71174
|
{
|
|
69188
|
-
"name": "
|
|
71175
|
+
"name": "nextStep",
|
|
69189
71176
|
"type": {
|
|
69190
|
-
"text": "
|
|
71177
|
+
"text": "IgcStepComponent"
|
|
69191
71178
|
}
|
|
69192
71179
|
},
|
|
69193
71180
|
{
|
|
69194
|
-
"name": "
|
|
71181
|
+
"name": "currentStep",
|
|
69195
71182
|
"type": {
|
|
69196
71183
|
"text": "IgcStepComponent"
|
|
69197
71184
|
}
|
|
@@ -69200,78 +71187,90 @@
|
|
|
69200
71187
|
},
|
|
69201
71188
|
{
|
|
69202
71189
|
"kind": "method",
|
|
69203
|
-
"name": "
|
|
69204
|
-
"privacy": "private"
|
|
69205
|
-
},
|
|
69206
|
-
{
|
|
69207
|
-
"kind": "method",
|
|
69208
|
-
"name": "onEndKey",
|
|
69209
|
-
"privacy": "private"
|
|
69210
|
-
},
|
|
69211
|
-
{
|
|
69212
|
-
"kind": "method",
|
|
69213
|
-
"name": "onArrowDownKeyDown",
|
|
71190
|
+
"name": "_emitChanging",
|
|
69214
71191
|
"privacy": "private",
|
|
71192
|
+
"return": {
|
|
71193
|
+
"type": {
|
|
71194
|
+
"text": "boolean"
|
|
71195
|
+
}
|
|
71196
|
+
},
|
|
69215
71197
|
"parameters": [
|
|
69216
71198
|
{
|
|
69217
|
-
"name": "
|
|
71199
|
+
"name": "args",
|
|
69218
71200
|
"type": {
|
|
69219
|
-
"text": "
|
|
71201
|
+
"text": "IgcActiveStepChangingEventArgs"
|
|
69220
71202
|
}
|
|
69221
71203
|
}
|
|
69222
71204
|
]
|
|
69223
71205
|
},
|
|
69224
71206
|
{
|
|
69225
71207
|
"kind": "method",
|
|
69226
|
-
"name": "
|
|
71208
|
+
"name": "_emitChanged",
|
|
69227
71209
|
"privacy": "private",
|
|
71210
|
+
"return": {
|
|
71211
|
+
"type": {
|
|
71212
|
+
"text": "void"
|
|
71213
|
+
}
|
|
71214
|
+
},
|
|
69228
71215
|
"parameters": [
|
|
69229
71216
|
{
|
|
69230
|
-
"name": "
|
|
71217
|
+
"name": "args",
|
|
69231
71218
|
"type": {
|
|
69232
|
-
"text": "
|
|
71219
|
+
"text": "IgcActiveStepChangedEventArgs"
|
|
69233
71220
|
}
|
|
69234
71221
|
}
|
|
69235
71222
|
]
|
|
69236
71223
|
},
|
|
69237
71224
|
{
|
|
69238
71225
|
"kind": "method",
|
|
69239
|
-
"name": "
|
|
71226
|
+
"name": "_activateStep",
|
|
69240
71227
|
"privacy": "private",
|
|
71228
|
+
"return": {
|
|
71229
|
+
"type": {
|
|
71230
|
+
"text": "void"
|
|
71231
|
+
}
|
|
71232
|
+
},
|
|
69241
71233
|
"parameters": [
|
|
69242
71234
|
{
|
|
69243
|
-
"name": "
|
|
71235
|
+
"name": "step",
|
|
69244
71236
|
"type": {
|
|
69245
71237
|
"text": "IgcStepComponent"
|
|
69246
71238
|
}
|
|
71239
|
+
},
|
|
71240
|
+
{
|
|
71241
|
+
"name": "shouldEmit",
|
|
71242
|
+
"default": "true"
|
|
69247
71243
|
}
|
|
69248
71244
|
]
|
|
69249
71245
|
},
|
|
69250
71246
|
{
|
|
69251
71247
|
"kind": "method",
|
|
69252
|
-
"name": "
|
|
71248
|
+
"name": "_moveToNextStep",
|
|
69253
71249
|
"privacy": "private",
|
|
71250
|
+
"return": {
|
|
71251
|
+
"type": {
|
|
71252
|
+
"text": "void"
|
|
71253
|
+
}
|
|
71254
|
+
},
|
|
69254
71255
|
"parameters": [
|
|
69255
71256
|
{
|
|
69256
|
-
"name": "
|
|
69257
|
-
"
|
|
69258
|
-
"text": "IgcStepComponent"
|
|
69259
|
-
}
|
|
71257
|
+
"name": "next",
|
|
71258
|
+
"default": "true"
|
|
69260
71259
|
}
|
|
69261
71260
|
]
|
|
69262
71261
|
},
|
|
69263
71262
|
{
|
|
69264
71263
|
"kind": "method",
|
|
69265
|
-
"name": "
|
|
71264
|
+
"name": "_getNextStep",
|
|
69266
71265
|
"privacy": "private",
|
|
69267
71266
|
"return": {
|
|
69268
71267
|
"type": {
|
|
69269
|
-
"text": "IgcStepComponent
|
|
71268
|
+
"text": "IgcStepComponent"
|
|
69270
71269
|
}
|
|
69271
71270
|
},
|
|
69272
71271
|
"parameters": [
|
|
69273
71272
|
{
|
|
69274
|
-
"name": "
|
|
71273
|
+
"name": "step",
|
|
69275
71274
|
"type": {
|
|
69276
71275
|
"text": "IgcStepComponent"
|
|
69277
71276
|
}
|
|
@@ -69280,16 +71279,16 @@
|
|
|
69280
71279
|
},
|
|
69281
71280
|
{
|
|
69282
71281
|
"kind": "method",
|
|
69283
|
-
"name": "
|
|
71282
|
+
"name": "_getPreviousStep",
|
|
69284
71283
|
"privacy": "private",
|
|
69285
71284
|
"return": {
|
|
69286
71285
|
"type": {
|
|
69287
|
-
"text": "IgcStepComponent
|
|
71286
|
+
"text": "IgcStepComponent"
|
|
69288
71287
|
}
|
|
69289
71288
|
},
|
|
69290
71289
|
"parameters": [
|
|
69291
71290
|
{
|
|
69292
|
-
"name": "
|
|
71291
|
+
"name": "step",
|
|
69293
71292
|
"type": {
|
|
69294
71293
|
"text": "IgcStepComponent"
|
|
69295
71294
|
}
|
|
@@ -69298,21 +71297,27 @@
|
|
|
69298
71297
|
},
|
|
69299
71298
|
{
|
|
69300
71299
|
"kind": "method",
|
|
69301
|
-
"name": "
|
|
71300
|
+
"name": "_getActiveStepComponent",
|
|
69302
71301
|
"privacy": "private",
|
|
69303
71302
|
"return": {
|
|
69304
71303
|
"type": {
|
|
69305
|
-
"text": "
|
|
71304
|
+
"text": "IgcStepComponent | null"
|
|
69306
71305
|
}
|
|
69307
71306
|
}
|
|
69308
71307
|
},
|
|
69309
71308
|
{
|
|
69310
71309
|
"kind": "method",
|
|
69311
|
-
"name": "
|
|
71310
|
+
"name": "_getStepHeader",
|
|
69312
71311
|
"privacy": "private",
|
|
71312
|
+
"return": {
|
|
71313
|
+
"type": {
|
|
71314
|
+
"text": "HTMLElement | null"
|
|
71315
|
+
}
|
|
71316
|
+
},
|
|
69313
71317
|
"parameters": [
|
|
69314
71318
|
{
|
|
69315
71319
|
"name": "step",
|
|
71320
|
+
"optional": true,
|
|
69316
71321
|
"type": {
|
|
69317
71322
|
"text": "IgcStepComponent"
|
|
69318
71323
|
}
|
|
@@ -69321,28 +71326,13 @@
|
|
|
69321
71326
|
},
|
|
69322
71327
|
{
|
|
69323
71328
|
"kind": "method",
|
|
69324
|
-
"name": "
|
|
69325
|
-
"privacy": "
|
|
69326
|
-
"return": {
|
|
69327
|
-
"type": {
|
|
69328
|
-
"text": "void"
|
|
69329
|
-
}
|
|
69330
|
-
}
|
|
69331
|
-
},
|
|
69332
|
-
{
|
|
69333
|
-
"kind": "method",
|
|
69334
|
-
"name": "stepsChanged",
|
|
69335
|
-
"privacy": "private",
|
|
71329
|
+
"name": "navigateTo",
|
|
71330
|
+
"privacy": "public",
|
|
69336
71331
|
"return": {
|
|
69337
71332
|
"type": {
|
|
69338
71333
|
"text": "void"
|
|
69339
71334
|
}
|
|
69340
|
-
}
|
|
69341
|
-
},
|
|
69342
|
-
{
|
|
69343
|
-
"kind": "method",
|
|
69344
|
-
"name": "navigateTo",
|
|
69345
|
-
"privacy": "public",
|
|
71335
|
+
},
|
|
69346
71336
|
"parameters": [
|
|
69347
71337
|
{
|
|
69348
71338
|
"name": "index",
|
|
@@ -69488,11 +71478,11 @@
|
|
|
69488
71478
|
],
|
|
69489
71479
|
"events": [
|
|
69490
71480
|
{
|
|
69491
|
-
"description": "Emitted when the active step is about to change.",
|
|
71481
|
+
"description": "Emitted when the active step is about to change. Cancelable.",
|
|
69492
71482
|
"name": "igcActiveStepChanging"
|
|
69493
71483
|
},
|
|
69494
71484
|
{
|
|
69495
|
-
"description": "Emitted
|
|
71485
|
+
"description": "Emitted after the active step has changed.",
|
|
69496
71486
|
"name": "igcActiveStepChanged"
|
|
69497
71487
|
},
|
|
69498
71488
|
{
|
|
@@ -69506,50 +71496,15 @@
|
|
|
69506
71496
|
}
|
|
69507
71497
|
],
|
|
69508
71498
|
"attributes": [
|
|
69509
|
-
{
|
|
69510
|
-
"name": "vertical-animation",
|
|
69511
|
-
"type": {
|
|
69512
|
-
"text": "StepperVerticalAnimation"
|
|
69513
|
-
},
|
|
69514
|
-
"default": "'grow'",
|
|
69515
|
-
"description": "The animation type when in vertical mode.",
|
|
69516
|
-
"fieldName": "verticalAnimation",
|
|
69517
|
-
"attribute": "vertical-animation",
|
|
69518
|
-
"expandedType": {
|
|
69519
|
-
"text": "'grow' | 'fade' | 'none'"
|
|
69520
|
-
}
|
|
69521
|
-
},
|
|
69522
|
-
{
|
|
69523
|
-
"name": "horizontal-animation",
|
|
69524
|
-
"type": {
|
|
69525
|
-
"text": "HorizontalTransitionAnimation"
|
|
69526
|
-
},
|
|
69527
|
-
"default": "'slide'",
|
|
69528
|
-
"description": "The animation type when in horizontal mode.",
|
|
69529
|
-
"fieldName": "horizontalAnimation",
|
|
69530
|
-
"attribute": "horizontal-animation",
|
|
69531
|
-
"expandedType": {
|
|
69532
|
-
"text": "'slide' | 'fade' | 'none'"
|
|
69533
|
-
}
|
|
69534
|
-
},
|
|
69535
|
-
{
|
|
69536
|
-
"name": "animation-duration",
|
|
69537
|
-
"type": {
|
|
69538
|
-
"text": "number"
|
|
69539
|
-
},
|
|
69540
|
-
"default": "320",
|
|
69541
|
-
"description": "The animation duration in either vertical or horizontal mode.",
|
|
69542
|
-
"fieldName": "animationDuration",
|
|
69543
|
-
"attribute": "animation-duration"
|
|
69544
|
-
},
|
|
69545
71499
|
{
|
|
69546
71500
|
"name": "orientation",
|
|
69547
71501
|
"type": {
|
|
69548
71502
|
"text": "StepperOrientation"
|
|
69549
71503
|
},
|
|
69550
71504
|
"default": "'horizontal'",
|
|
69551
|
-
"description": "
|
|
71505
|
+
"description": "The orientation of the stepper.",
|
|
69552
71506
|
"fieldName": "orientation",
|
|
71507
|
+
"attribute": "orientation",
|
|
69553
71508
|
"expandedType": {
|
|
69554
71509
|
"text": "'horizontal' | 'vertical'"
|
|
69555
71510
|
}
|
|
@@ -69560,8 +71515,9 @@
|
|
|
69560
71515
|
"text": "StepperStepType"
|
|
69561
71516
|
},
|
|
69562
71517
|
"default": "'full'",
|
|
69563
|
-
"description": "
|
|
71518
|
+
"description": "The visual type of the steps.",
|
|
69564
71519
|
"fieldName": "stepType",
|
|
71520
|
+
"attribute": "step-type",
|
|
69565
71521
|
"expandedType": {
|
|
69566
71522
|
"text": "'full' | 'indicator' | 'title'"
|
|
69567
71523
|
}
|
|
@@ -69572,8 +71528,9 @@
|
|
|
69572
71528
|
"text": "boolean"
|
|
69573
71529
|
},
|
|
69574
71530
|
"default": "false",
|
|
69575
|
-
"description": "
|
|
69576
|
-
"fieldName": "linear"
|
|
71531
|
+
"description": "Whether the stepper is linear.",
|
|
71532
|
+
"fieldName": "linear",
|
|
71533
|
+
"attribute": "linear"
|
|
69577
71534
|
},
|
|
69578
71535
|
{
|
|
69579
71536
|
"name": "content-top",
|
|
@@ -69581,8 +71538,45 @@
|
|
|
69581
71538
|
"text": "boolean"
|
|
69582
71539
|
},
|
|
69583
71540
|
"default": "false",
|
|
69584
|
-
"description": "
|
|
69585
|
-
"fieldName": "contentTop"
|
|
71541
|
+
"description": "Whether the content is displayed above the steps.",
|
|
71542
|
+
"fieldName": "contentTop",
|
|
71543
|
+
"attribute": "content-top"
|
|
71544
|
+
},
|
|
71545
|
+
{
|
|
71546
|
+
"name": "vertical-animation",
|
|
71547
|
+
"type": {
|
|
71548
|
+
"text": "StepperVerticalAnimation"
|
|
71549
|
+
},
|
|
71550
|
+
"default": "'grow'",
|
|
71551
|
+
"description": "The animation type when in vertical mode.",
|
|
71552
|
+
"fieldName": "verticalAnimation",
|
|
71553
|
+
"attribute": "vertical-animation",
|
|
71554
|
+
"expandedType": {
|
|
71555
|
+
"text": "'grow' | 'fade' | 'none'"
|
|
71556
|
+
}
|
|
71557
|
+
},
|
|
71558
|
+
{
|
|
71559
|
+
"name": "horizontal-animation",
|
|
71560
|
+
"type": {
|
|
71561
|
+
"text": "HorizontalTransitionAnimation"
|
|
71562
|
+
},
|
|
71563
|
+
"default": "'slide'",
|
|
71564
|
+
"description": "The animation type when in horizontal mode.",
|
|
71565
|
+
"fieldName": "horizontalAnimation",
|
|
71566
|
+
"attribute": "horizontal-animation",
|
|
71567
|
+
"expandedType": {
|
|
71568
|
+
"text": "'slide' | 'fade' | 'none'"
|
|
71569
|
+
}
|
|
71570
|
+
},
|
|
71571
|
+
{
|
|
71572
|
+
"name": "animation-duration",
|
|
71573
|
+
"type": {
|
|
71574
|
+
"text": "number"
|
|
71575
|
+
},
|
|
71576
|
+
"default": "320",
|
|
71577
|
+
"description": "The animation duration in either vertical or horizontal mode in milliseconds.",
|
|
71578
|
+
"fieldName": "animationDuration",
|
|
71579
|
+
"attribute": "animation-duration"
|
|
69586
71580
|
},
|
|
69587
71581
|
{
|
|
69588
71582
|
"name": "title-position",
|
|
@@ -69590,8 +71584,9 @@
|
|
|
69590
71584
|
"text": "StepperTitlePosition"
|
|
69591
71585
|
},
|
|
69592
71586
|
"default": "'auto'",
|
|
69593
|
-
"description": "
|
|
71587
|
+
"description": "The position of the steps title.",
|
|
69594
71588
|
"fieldName": "titlePosition",
|
|
71589
|
+
"attribute": "title-position",
|
|
69595
71590
|
"expandedType": {
|
|
69596
71591
|
"text": "'auto' | 'bottom' | 'top' | 'end' | 'start'"
|
|
69597
71592
|
}
|
|
@@ -69622,6 +71617,292 @@
|
|
|
69622
71617
|
}
|
|
69623
71618
|
]
|
|
69624
71619
|
},
|
|
71620
|
+
{
|
|
71621
|
+
"kind": "javascript-module",
|
|
71622
|
+
"path": "src/components/highlight/service.ts",
|
|
71623
|
+
"declarations": [
|
|
71624
|
+
{
|
|
71625
|
+
"kind": "function",
|
|
71626
|
+
"name": "createHighlightController",
|
|
71627
|
+
"return": {
|
|
71628
|
+
"type": {
|
|
71629
|
+
"text": "HighlightService"
|
|
71630
|
+
}
|
|
71631
|
+
},
|
|
71632
|
+
"parameters": [
|
|
71633
|
+
{
|
|
71634
|
+
"name": "host",
|
|
71635
|
+
"type": {
|
|
71636
|
+
"text": "IgcHighlightComponent"
|
|
71637
|
+
}
|
|
71638
|
+
}
|
|
71639
|
+
]
|
|
71640
|
+
}
|
|
71641
|
+
],
|
|
71642
|
+
"exports": [
|
|
71643
|
+
{
|
|
71644
|
+
"kind": "js",
|
|
71645
|
+
"name": "createHighlightController",
|
|
71646
|
+
"declaration": {
|
|
71647
|
+
"name": "createHighlightController",
|
|
71648
|
+
"module": "src/components/highlight/service.ts"
|
|
71649
|
+
}
|
|
71650
|
+
}
|
|
71651
|
+
]
|
|
71652
|
+
},
|
|
71653
|
+
{
|
|
71654
|
+
"kind": "javascript-module",
|
|
71655
|
+
"path": "src/components/highlight/highlight.ts",
|
|
71656
|
+
"declarations": [
|
|
71657
|
+
{
|
|
71658
|
+
"kind": "class",
|
|
71659
|
+
"description": "The highlight component provides efficient searching and highlighting of text\nprojected into it via its default slot. It uses the native CSS Custom Highlight API\nto apply highlight styles to matched text nodes without modifying the DOM.\n\nThe component supports case-sensitive matching, programmatic navigation between\nmatches, and automatic scroll-into-view of the active match.",
|
|
71660
|
+
"name": "IgcHighlightComponent",
|
|
71661
|
+
"cssProperties": [
|
|
71662
|
+
{
|
|
71663
|
+
"description": "The text color for a highlighted text node.",
|
|
71664
|
+
"name": "--foreground"
|
|
71665
|
+
},
|
|
71666
|
+
{
|
|
71667
|
+
"description": "The background color for a highlighted text node.",
|
|
71668
|
+
"name": "--background"
|
|
71669
|
+
},
|
|
71670
|
+
{
|
|
71671
|
+
"description": "The text color for the active highlighted text node.",
|
|
71672
|
+
"name": "--foreground-active"
|
|
71673
|
+
},
|
|
71674
|
+
{
|
|
71675
|
+
"description": "The background color for the active highlighted text node.",
|
|
71676
|
+
"name": "--background-active"
|
|
71677
|
+
}
|
|
71678
|
+
],
|
|
71679
|
+
"slots": [
|
|
71680
|
+
{
|
|
71681
|
+
"description": "The default slot. Place the text content you want to search and highlight here.",
|
|
71682
|
+
"name": ""
|
|
71683
|
+
}
|
|
71684
|
+
],
|
|
71685
|
+
"members": [
|
|
71686
|
+
{
|
|
71687
|
+
"kind": "field",
|
|
71688
|
+
"name": "tagName",
|
|
71689
|
+
"type": {
|
|
71690
|
+
"text": "string"
|
|
71691
|
+
},
|
|
71692
|
+
"privacy": "public",
|
|
71693
|
+
"static": true,
|
|
71694
|
+
"readonly": true,
|
|
71695
|
+
"default": "'igc-highlight'"
|
|
71696
|
+
},
|
|
71697
|
+
{
|
|
71698
|
+
"kind": "method",
|
|
71699
|
+
"name": "register",
|
|
71700
|
+
"privacy": "public",
|
|
71701
|
+
"static": true,
|
|
71702
|
+
"return": {
|
|
71703
|
+
"type": {
|
|
71704
|
+
"text": "void"
|
|
71705
|
+
}
|
|
71706
|
+
}
|
|
71707
|
+
},
|
|
71708
|
+
{
|
|
71709
|
+
"kind": "field",
|
|
71710
|
+
"name": "_service",
|
|
71711
|
+
"privacy": "private",
|
|
71712
|
+
"readonly": true
|
|
71713
|
+
},
|
|
71714
|
+
{
|
|
71715
|
+
"kind": "field",
|
|
71716
|
+
"name": "_caseSensitive",
|
|
71717
|
+
"type": {
|
|
71718
|
+
"text": "boolean"
|
|
71719
|
+
},
|
|
71720
|
+
"privacy": "private",
|
|
71721
|
+
"default": "false"
|
|
71722
|
+
},
|
|
71723
|
+
{
|
|
71724
|
+
"kind": "field",
|
|
71725
|
+
"name": "_searchText",
|
|
71726
|
+
"type": {
|
|
71727
|
+
"text": "string"
|
|
71728
|
+
},
|
|
71729
|
+
"privacy": "private",
|
|
71730
|
+
"default": "''"
|
|
71731
|
+
},
|
|
71732
|
+
{
|
|
71733
|
+
"kind": "field",
|
|
71734
|
+
"name": "caseSensitive",
|
|
71735
|
+
"privacy": "public",
|
|
71736
|
+
"description": "Whether to match the searched text with case sensitivity in mind.\nWhen `true`, only exact-case occurrences of `searchText` are highlighted.",
|
|
71737
|
+
"default": "false",
|
|
71738
|
+
"attribute": "case-sensitive",
|
|
71739
|
+
"type": {
|
|
71740
|
+
"text": "boolean"
|
|
71741
|
+
},
|
|
71742
|
+
"reflects": true
|
|
71743
|
+
},
|
|
71744
|
+
{
|
|
71745
|
+
"kind": "field",
|
|
71746
|
+
"name": "searchText",
|
|
71747
|
+
"privacy": "public",
|
|
71748
|
+
"description": "The string to search and highlight in the DOM content of the component.\nSetting this property triggers a new search automatically.\nAn empty string clears all highlights.",
|
|
71749
|
+
"attribute": "search-text",
|
|
71750
|
+
"type": {
|
|
71751
|
+
"text": "string"
|
|
71752
|
+
}
|
|
71753
|
+
},
|
|
71754
|
+
{
|
|
71755
|
+
"kind": "field",
|
|
71756
|
+
"name": "size",
|
|
71757
|
+
"type": {
|
|
71758
|
+
"text": "number"
|
|
71759
|
+
},
|
|
71760
|
+
"privacy": "public",
|
|
71761
|
+
"description": "The total number of matches found for the current `searchText`. Returns `0` when there are no matches or `searchText` is empty.",
|
|
71762
|
+
"readonly": true
|
|
71763
|
+
},
|
|
71764
|
+
{
|
|
71765
|
+
"kind": "field",
|
|
71766
|
+
"name": "current",
|
|
71767
|
+
"type": {
|
|
71768
|
+
"text": "number"
|
|
71769
|
+
},
|
|
71770
|
+
"privacy": "public",
|
|
71771
|
+
"description": "The zero-based index of the currently active (focused) match. Returns `0` when there are no matches.",
|
|
71772
|
+
"readonly": true
|
|
71773
|
+
},
|
|
71774
|
+
{
|
|
71775
|
+
"kind": "method",
|
|
71776
|
+
"name": "_addStylesheet",
|
|
71777
|
+
"privacy": "private",
|
|
71778
|
+
"return": {
|
|
71779
|
+
"type": {
|
|
71780
|
+
"text": "void"
|
|
71781
|
+
}
|
|
71782
|
+
}
|
|
71783
|
+
},
|
|
71784
|
+
{
|
|
71785
|
+
"kind": "method",
|
|
71786
|
+
"name": "next",
|
|
71787
|
+
"privacy": "public",
|
|
71788
|
+
"return": {
|
|
71789
|
+
"type": {
|
|
71790
|
+
"text": "void"
|
|
71791
|
+
}
|
|
71792
|
+
},
|
|
71793
|
+
"parameters": [
|
|
71794
|
+
{
|
|
71795
|
+
"name": "options",
|
|
71796
|
+
"optional": true,
|
|
71797
|
+
"type": {
|
|
71798
|
+
"text": "HighlightNavigation"
|
|
71799
|
+
},
|
|
71800
|
+
"description": "Optional navigation options (e.g. `preventScroll`)."
|
|
71801
|
+
}
|
|
71802
|
+
],
|
|
71803
|
+
"description": "Moves the active highlight to the next match.\nWraps around to the first match after the last one."
|
|
71804
|
+
},
|
|
71805
|
+
{
|
|
71806
|
+
"kind": "method",
|
|
71807
|
+
"name": "previous",
|
|
71808
|
+
"privacy": "public",
|
|
71809
|
+
"return": {
|
|
71810
|
+
"type": {
|
|
71811
|
+
"text": "void"
|
|
71812
|
+
}
|
|
71813
|
+
},
|
|
71814
|
+
"parameters": [
|
|
71815
|
+
{
|
|
71816
|
+
"name": "options",
|
|
71817
|
+
"optional": true,
|
|
71818
|
+
"type": {
|
|
71819
|
+
"text": "HighlightNavigation"
|
|
71820
|
+
},
|
|
71821
|
+
"description": "Optional navigation options (e.g. `preventScroll`)."
|
|
71822
|
+
}
|
|
71823
|
+
],
|
|
71824
|
+
"description": "Moves the active highlight to the previous match.\nWraps around to the last match when going back from the first one."
|
|
71825
|
+
},
|
|
71826
|
+
{
|
|
71827
|
+
"kind": "method",
|
|
71828
|
+
"name": "setActive",
|
|
71829
|
+
"privacy": "public",
|
|
71830
|
+
"return": {
|
|
71831
|
+
"type": {
|
|
71832
|
+
"text": "void"
|
|
71833
|
+
}
|
|
71834
|
+
},
|
|
71835
|
+
"parameters": [
|
|
71836
|
+
{
|
|
71837
|
+
"name": "index",
|
|
71838
|
+
"type": {
|
|
71839
|
+
"text": "number"
|
|
71840
|
+
},
|
|
71841
|
+
"description": "The zero-based index of the match to activate."
|
|
71842
|
+
},
|
|
71843
|
+
{
|
|
71844
|
+
"name": "options",
|
|
71845
|
+
"optional": true,
|
|
71846
|
+
"type": {
|
|
71847
|
+
"text": "HighlightNavigation"
|
|
71848
|
+
},
|
|
71849
|
+
"description": "Optional navigation options (e.g. `preventScroll`)."
|
|
71850
|
+
}
|
|
71851
|
+
],
|
|
71852
|
+
"description": "Moves the active highlight to the match at the specified zero-based index."
|
|
71853
|
+
},
|
|
71854
|
+
{
|
|
71855
|
+
"kind": "method",
|
|
71856
|
+
"name": "search",
|
|
71857
|
+
"privacy": "public",
|
|
71858
|
+
"return": {
|
|
71859
|
+
"type": {
|
|
71860
|
+
"text": "void"
|
|
71861
|
+
}
|
|
71862
|
+
},
|
|
71863
|
+
"description": "Re-runs the highlight search based on the current `searchText` and `caseSensitive` values.\n\nCall this method after the slotted content changes dynamically (e.g. after lazy loading\nor programmatic DOM mutations) to ensure all matches are up to date."
|
|
71864
|
+
}
|
|
71865
|
+
],
|
|
71866
|
+
"attributes": [
|
|
71867
|
+
{
|
|
71868
|
+
"name": "case-sensitive",
|
|
71869
|
+
"description": "Whether to match the searched text with case sensitivity in mind.\nWhen `true`, only exact-case occurrences of `searchText` are highlighted.",
|
|
71870
|
+
"default": "false",
|
|
71871
|
+
"fieldName": "caseSensitive",
|
|
71872
|
+
"attribute": "case-sensitive",
|
|
71873
|
+
"type": {
|
|
71874
|
+
"text": "boolean"
|
|
71875
|
+
}
|
|
71876
|
+
},
|
|
71877
|
+
{
|
|
71878
|
+
"name": "search-text",
|
|
71879
|
+
"description": "The string to search and highlight in the DOM content of the component.\nSetting this property triggers a new search automatically.\nAn empty string clears all highlights.",
|
|
71880
|
+
"fieldName": "searchText",
|
|
71881
|
+
"attribute": "search-text",
|
|
71882
|
+
"type": {
|
|
71883
|
+
"text": "string"
|
|
71884
|
+
}
|
|
71885
|
+
}
|
|
71886
|
+
],
|
|
71887
|
+
"superclass": {
|
|
71888
|
+
"name": "LitElement",
|
|
71889
|
+
"package": "lit"
|
|
71890
|
+
},
|
|
71891
|
+
"tagName": "igc-highlight",
|
|
71892
|
+
"customElement": true
|
|
71893
|
+
}
|
|
71894
|
+
],
|
|
71895
|
+
"exports": [
|
|
71896
|
+
{
|
|
71897
|
+
"kind": "js",
|
|
71898
|
+
"name": "default",
|
|
71899
|
+
"declaration": {
|
|
71900
|
+
"name": "IgcHighlightComponent",
|
|
71901
|
+
"module": "src/components/highlight/highlight.ts"
|
|
71902
|
+
}
|
|
71903
|
+
}
|
|
71904
|
+
]
|
|
71905
|
+
},
|
|
69625
71906
|
{
|
|
69626
71907
|
"kind": "javascript-module",
|
|
69627
71908
|
"path": "src/components/theme-provider/theme-provider.ts",
|
|
@@ -70343,6 +72624,14 @@
|
|
|
70343
72624
|
"module": "./components/tree/tree-item.js"
|
|
70344
72625
|
}
|
|
70345
72626
|
},
|
|
72627
|
+
{
|
|
72628
|
+
"kind": "js",
|
|
72629
|
+
"name": "IgcSplitterComponent",
|
|
72630
|
+
"declaration": {
|
|
72631
|
+
"name": "default",
|
|
72632
|
+
"module": "./components/splitter/splitter.js"
|
|
72633
|
+
}
|
|
72634
|
+
},
|
|
70346
72635
|
{
|
|
70347
72636
|
"kind": "js",
|
|
70348
72637
|
"name": "IgcStepperComponent",
|
|
@@ -70359,6 +72648,14 @@
|
|
|
70359
72648
|
"module": "./components/stepper/step.js"
|
|
70360
72649
|
}
|
|
70361
72650
|
},
|
|
72651
|
+
{
|
|
72652
|
+
"kind": "js",
|
|
72653
|
+
"name": "IgcHighlightComponent",
|
|
72654
|
+
"declaration": {
|
|
72655
|
+
"name": "default",
|
|
72656
|
+
"module": "./components/highlight/highlight.js"
|
|
72657
|
+
}
|
|
72658
|
+
},
|
|
70362
72659
|
{
|
|
70363
72660
|
"kind": "js",
|
|
70364
72661
|
"name": "IgcTooltipComponent",
|
|
@@ -70823,12 +73120,20 @@
|
|
|
70823
73120
|
"module": "./components/snackbar/snackbar.js"
|
|
70824
73121
|
}
|
|
70825
73122
|
},
|
|
73123
|
+
{
|
|
73124
|
+
"kind": "js",
|
|
73125
|
+
"name": "IgcSplitterComponentEventMap",
|
|
73126
|
+
"declaration": {
|
|
73127
|
+
"name": "IgcSplitterComponentEventMap",
|
|
73128
|
+
"module": "./components/splitter/splitter.js"
|
|
73129
|
+
}
|
|
73130
|
+
},
|
|
70826
73131
|
{
|
|
70827
73132
|
"kind": "js",
|
|
70828
73133
|
"name": "IgcStepperComponentEventMap",
|
|
70829
73134
|
"declaration": {
|
|
70830
73135
|
"name": "IgcStepperComponentEventMap",
|
|
70831
|
-
"module": "./components/stepper/
|
|
73136
|
+
"module": "./components/stepper/common/types.js"
|
|
70832
73137
|
}
|
|
70833
73138
|
},
|
|
70834
73139
|
{
|
|
@@ -70999,12 +73304,28 @@
|
|
|
70999
73304
|
"module": "./components/slider/range-slider.js"
|
|
71000
73305
|
}
|
|
71001
73306
|
},
|
|
73307
|
+
{
|
|
73308
|
+
"kind": "js",
|
|
73309
|
+
"name": "IgcSplitterResizeEventArgs",
|
|
73310
|
+
"declaration": {
|
|
73311
|
+
"name": "IgcSplitterResizeEventArgs",
|
|
73312
|
+
"module": "./components/splitter/splitter.js"
|
|
73313
|
+
}
|
|
73314
|
+
},
|
|
73315
|
+
{
|
|
73316
|
+
"kind": "js",
|
|
73317
|
+
"name": "IgcSplitterResizeEventDetail",
|
|
73318
|
+
"declaration": {
|
|
73319
|
+
"name": "IgcSplitterResizeEventDetail",
|
|
73320
|
+
"module": "./components/splitter/splitter.js"
|
|
73321
|
+
}
|
|
73322
|
+
},
|
|
71002
73323
|
{
|
|
71003
73324
|
"kind": "js",
|
|
71004
73325
|
"name": "IgcActiveStepChangingEventArgs",
|
|
71005
73326
|
"declaration": {
|
|
71006
73327
|
"name": "IgcActiveStepChangingEventArgs",
|
|
71007
|
-
"module": "./components/stepper/
|
|
73328
|
+
"module": "./components/stepper/common/types.js"
|
|
71008
73329
|
}
|
|
71009
73330
|
},
|
|
71010
73331
|
{
|
|
@@ -71012,7 +73333,7 @@
|
|
|
71012
73333
|
"name": "IgcActiveStepChangedEventArgs",
|
|
71013
73334
|
"declaration": {
|
|
71014
73335
|
"name": "IgcActiveStepChangedEventArgs",
|
|
71015
|
-
"module": "./components/stepper/
|
|
73336
|
+
"module": "./components/stepper/common/types.js"
|
|
71016
73337
|
}
|
|
71017
73338
|
},
|
|
71018
73339
|
{
|