igniteui-webcomponents 6.1.0 → 6.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 +8 -0
- package/components/accordion/accordion.js +3 -3
- package/components/accordion/accordion.js.map +1 -1
- package/components/avatar/avatar.d.ts +8 -9
- package/components/avatar/avatar.js +29 -32
- package/components/avatar/avatar.js.map +1 -1
- package/components/badge/badge.d.ts +3 -3
- package/components/badge/badge.js +15 -18
- package/components/badge/badge.js.map +1 -1
- package/components/banner/banner.d.ts +2 -3
- package/components/banner/banner.js +14 -13
- package/components/banner/banner.js.map +1 -1
- package/components/button/button-base.d.ts +4 -11
- package/components/button/button-base.js +14 -15
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +1 -0
- package/components/button/button.js +9 -12
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +3 -2
- package/components/button/icon-button.js +10 -13
- package/components/button/icon-button.js.map +1 -1
- package/components/button-group/button-group.js +8 -11
- package/components/button-group/button-group.js.map +1 -1
- package/components/button-group/toggle-button.d.ts +1 -6
- package/components/button-group/toggle-button.js +9 -11
- package/components/button-group/toggle-button.js.map +1 -1
- package/components/calendar/calendar.js +7 -10
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/days-view/days-view.js +6 -6
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.js +8 -8
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/years-view/years-view.js +8 -8
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.d.ts +1 -0
- package/components/card/card.actions.js +10 -13
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.d.ts +1 -0
- package/components/card/card.content.js +9 -15
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.d.ts +1 -0
- package/components/card/card.header.d.ts +1 -0
- package/components/card/card.header.js +9 -15
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +11 -14
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.js +1 -1
- package/components/card/card.media.js.map +1 -1
- package/components/carousel/carousel-indicator-container.d.ts +1 -0
- package/components/carousel/carousel-indicator-container.js +9 -18
- package/components/carousel/carousel-indicator-container.js.map +1 -1
- package/components/carousel/carousel-indicator.d.ts +5 -7
- package/components/carousel/carousel-indicator.js +19 -19
- package/components/carousel/carousel-indicator.js.map +1 -1
- package/components/carousel/carousel-slide.d.ts +2 -3
- package/components/carousel/carousel-slide.js +17 -11
- package/components/carousel/carousel-slide.js.map +1 -1
- package/components/carousel/carousel.d.ts +0 -1
- package/components/carousel/carousel.js +22 -21
- package/components/carousel/carousel.js.map +1 -1
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.d.ts +1 -1
- package/components/checkbox/checkbox.js +11 -15
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.d.ts +1 -0
- package/components/checkbox/switch.js +10 -19
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/validators.js.map +1 -1
- package/components/chip/chip.js +7 -10
- package/components/chip/chip.js.map +1 -1
- package/components/combo/combo-header.d.ts +1 -0
- package/components/combo/combo-header.js +9 -15
- package/components/combo/combo-header.js.map +1 -1
- package/components/combo/combo-item.d.ts +4 -5
- package/components/combo/combo-item.js +22 -23
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo.d.ts +1 -1
- package/components/combo/combo.js +16 -16
- package/components/combo/combo.js.map +1 -1
- package/components/common/abort-handler.d.ts +39 -0
- package/components/common/abort-handler.js +19 -0
- package/components/common/abort-handler.js.map +1 -0
- package/components/common/controllers/drag.d.ts +3 -2
- package/components/common/controllers/drag.js +7 -6
- package/components/common/controllers/drag.js.map +1 -1
- package/components/common/controllers/focus-ring.d.ts +1 -0
- package/components/common/controllers/focus-ring.js +5 -4
- package/components/common/controllers/focus-ring.js.map +1 -1
- package/components/common/controllers/gestures.d.ts +6 -2
- package/components/common/controllers/gestures.js +15 -11
- package/components/common/controllers/gestures.js.map +1 -1
- package/components/common/controllers/internals.d.ts +33 -0
- package/components/common/controllers/internals.js +25 -0
- package/components/common/controllers/internals.js.map +1 -0
- package/components/common/controllers/key-bindings.d.ts +1 -0
- package/components/common/controllers/key-bindings.js +6 -4
- package/components/common/controllers/key-bindings.js.map +1 -1
- package/components/common/controllers/mutation-observer.d.ts +25 -15
- package/components/common/controllers/mutation-observer.js +23 -12
- package/components/common/controllers/mutation-observer.js.map +1 -1
- package/components/common/controllers/resize-observer.js.map +1 -1
- package/components/common/controllers/root-click.d.ts +58 -13
- package/components/common/controllers/root-click.js +47 -35
- package/components/common/controllers/root-click.js.map +1 -1
- package/components/common/decorators/shadow-options.d.ts +10 -0
- package/components/common/decorators/shadow-options.js +10 -0
- package/components/common/decorators/shadow-options.js.map +1 -0
- package/components/common/definitions/defineAllComponents.js +12 -12
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/mixins/alert.d.ts +1 -2
- package/components/common/mixins/alert.js +13 -9
- package/components/common/mixins/alert.js.map +1 -1
- package/components/common/mixins/combo-box.d.ts +2 -1
- package/components/common/mixins/combo-box.js +0 -2
- package/components/common/mixins/combo-box.js.map +1 -1
- package/components/common/mixins/forms/associated.js +2 -2
- package/components/common/mixins/forms/associated.js.map +1 -1
- package/components/common/mixins/option.d.ts +1 -2
- package/components/common/mixins/option.js +13 -11
- package/components/common/mixins/option.js.map +1 -1
- package/components/common/part-map.js +1 -1
- package/components/common/part-map.js.map +1 -1
- package/components/common/util.d.ts +9 -0
- package/components/common/util.js +9 -1
- package/components/common/util.js.map +1 -1
- package/components/date-picker/date-picker.d.ts +2 -7
- package/components/date-picker/date-picker.js +18 -19
- package/components/date-picker/date-picker.js.map +1 -1
- package/components/date-picker/validators.js.map +1 -1
- package/components/date-range-picker/date-range-picker.d.ts +3 -8
- package/components/date-range-picker/date-range-picker.js +16 -17
- package/components/date-range-picker/date-range-picker.js.map +1 -1
- package/components/date-range-picker/predefined-ranges-area.d.ts +1 -0
- package/components/date-range-picker/predefined-ranges-area.js +10 -13
- package/components/date-range-picker/predefined-ranges-area.js.map +1 -1
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/date-time-input/validators.js.map +1 -1
- package/components/dialog/dialog.d.ts +1 -0
- package/components/dialog/dialog.js +13 -13
- package/components/dialog/dialog.js.map +1 -1
- package/components/divider/divider.d.ts +5 -2
- package/components/divider/divider.js +17 -18
- package/components/divider/divider.js.map +1 -1
- package/components/dropdown/dropdown-group.d.ts +0 -1
- package/components/dropdown/dropdown-group.js +13 -12
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.d.ts +1 -0
- package/components/dropdown/dropdown-header.js +9 -15
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.d.ts +1 -0
- package/components/dropdown/dropdown-item.js +8 -14
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +2 -1
- package/components/dropdown/dropdown.js +7 -4
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/item.js +7 -0
- package/components/dropdown/themes/item.js.map +1 -1
- package/components/dropdown/themes/shared/item/dropdown-item.bootstrap.css.d.ts +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.bootstrap.css.js +3 -0
- package/components/dropdown/themes/shared/item/dropdown-item.bootstrap.css.js.map +1 -0
- package/components/expansion-panel/expansion-panel.js +8 -11
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/file-input/file-input.d.ts +1 -1
- package/components/file-input/file-input.js +18 -21
- package/components/file-input/file-input.js.map +1 -1
- package/components/file-input/themes/shared/file-input.material.css.js +1 -1
- package/components/file-input/themes/shared/file-input.material.css.js.map +1 -1
- package/components/file-input/validators.js.map +1 -1
- package/components/focus-trap/focus-trap.js +4 -4
- package/components/focus-trap/focus-trap.js.map +1 -1
- package/components/icon/icon.d.ts +2 -1
- package/components/icon/icon.js +18 -15
- package/components/icon/icon.js.map +1 -1
- package/components/input/input-base.d.ts +2 -8
- package/components/input/input-base.js +8 -11
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.js.map +1 -1
- 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/input/validators.js.map +1 -1
- package/components/list/list-header.d.ts +0 -1
- package/components/list/list-header.js +10 -17
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.d.ts +0 -1
- package/components/list/list-item.js +13 -12
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.d.ts +0 -1
- package/components/list/list.js +12 -17
- package/components/list/list.js.map +1 -1
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/mask-input/validators.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -0
- package/components/nav-drawer/nav-drawer-header-item.js +9 -15
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +1 -0
- package/components/nav-drawer/nav-drawer-item.js +10 -13
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +1 -0
- package/components/nav-drawer/nav-drawer.js +10 -13
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/navbar/navbar.d.ts +1 -0
- package/components/navbar/navbar.js +9 -15
- package/components/navbar/navbar.js.map +1 -1
- package/components/popover/popover.js +1 -1
- package/components/popover/popover.js.map +1 -1
- package/components/progress/base.d.ts +1 -2
- package/components/progress/base.js +28 -26
- package/components/progress/base.js.map +1 -1
- package/components/progress/circular-progress.d.ts +1 -0
- package/components/progress/circular-progress.js +10 -13
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.d.ts +1 -0
- package/components/progress/linear-progress.js +9 -12
- package/components/progress/linear-progress.js.map +1 -1
- package/components/radio/radio.js +8 -11
- package/components/radio/radio.js.map +1 -1
- package/components/radio/utils.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +1 -1
- package/components/radio-group/radio-group.js +15 -17
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/rating/rating-symbol.js +1 -1
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.js +7 -10
- package/components/rating/rating.js.map +1 -1
- package/components/resize-container/resize-container.js +7 -10
- package/components/resize-container/resize-container.js.map +1 -1
- package/components/resize-container/resize-controller.d.ts +3 -2
- package/components/resize-container/resize-controller.js +6 -4
- package/components/resize-container/resize-controller.js.map +1 -1
- package/components/ripple/ripple.js +3 -2
- package/components/ripple/ripple.js.map +1 -1
- package/components/select/select-group.d.ts +1 -1
- package/components/select/select-group.js +15 -14
- package/components/select/select-group.js.map +1 -1
- package/components/select/select-header.d.ts +1 -0
- package/components/select/select-header.js +9 -15
- package/components/select/select-header.js.map +1 -1
- package/components/select/select-item.d.ts +1 -0
- package/components/select/select-item.js +9 -9
- package/components/select/select-item.js.map +1 -1
- package/components/select/select.d.ts +1 -0
- package/components/select/select.js +11 -8
- package/components/select/select.js.map +1 -1
- package/components/select/validators.js.map +1 -1
- package/components/slider/slider-base.js +8 -8
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider-label.js +1 -1
- package/components/slider/slider-label.js.map +1 -1
- package/components/slider/slider.js.map +1 -1
- package/components/snackbar/snackbar.d.ts +1 -0
- package/components/snackbar/snackbar.js +9 -12
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/stepper/step.d.ts +1 -0
- package/components/stepper/step.js +10 -13
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.js +10 -13
- package/components/stepper/stepper.js.map +1 -1
- package/components/tabs/tab.d.ts +1 -0
- package/components/tabs/tab.js +12 -15
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.js +10 -13
- package/components/tabs/tabs.js.map +1 -1
- package/components/textarea/textarea.d.ts +2 -8
- package/components/textarea/textarea.js +11 -14
- package/components/textarea/textarea.js.map +1 -1
- package/components/textarea/themes/shared/textarea.material.css.js +1 -1
- package/components/textarea/themes/shared/textarea.material.css.js.map +1 -1
- package/components/textarea/validators.js.map +1 -1
- package/components/tile-manager/position.d.ts +1 -1
- package/components/tile-manager/position.js.map +1 -1
- package/components/tile-manager/themes/container.js.map +1 -1
- package/components/tile-manager/tile-manager.d.ts +0 -1
- package/components/tile-manager/tile-manager.js +5 -7
- package/components/tile-manager/tile-manager.js.map +1 -1
- package/components/tile-manager/tile.d.ts +1 -0
- package/components/tile-manager/tile.js +54 -57
- package/components/tile-manager/tile.js.map +1 -1
- package/components/toast/toast.d.ts +1 -0
- package/components/toast/toast.js +8 -17
- package/components/toast/toast.js.map +1 -1
- package/components/tooltip/controller.d.ts +2 -4
- package/components/tooltip/controller.js +11 -20
- package/components/tooltip/controller.js.map +1 -1
- package/components/tooltip/themes/themes.js +1 -1
- package/components/tooltip/themes/themes.js.map +1 -1
- package/components/tooltip/tooltip.js +17 -16
- package/components/tooltip/tooltip.js.map +1 -1
- package/components/tree/tree-item.d.ts +1 -0
- package/components/tree/tree-item.js +30 -33
- package/components/tree/tree-item.js.map +1 -1
- package/components/tree/tree.d.ts +1 -1
- package/components/tree/tree.js +6 -5
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.navigation.d.ts +1 -1
- package/components/tree/tree.navigation.js.map +1 -1
- package/components/tree/tree.selection.d.ts +1 -1
- package/components/tree/tree.selection.js.map +1 -1
- package/components/validation-container/themes/themes.js.map +1 -1
- package/components/validation-container/validation-container.d.ts +2 -1
- package/components/validation-container/validation-container.js +13 -16
- package/components/validation-container/validation-container.js.map +1 -1
- package/custom-elements.json +1641 -1753
- package/igniteui-webcomponents.html-data.json +1 -1
- package/package.json +1 -1
- package/theming/config.d.ts +3 -3
- package/theming/config.js +14 -18
- package/theming/config.js.map +1 -1
- package/theming/theming-controller.d.ts +17 -13
- package/theming/theming-controller.js +29 -23
- package/theming/theming-controller.js.map +1 -1
- package/theming/theming-event.d.ts +1 -0
- package/theming/theming-event.js.map +1 -1
- package/theming/types.d.ts +3 -14
- package/theming/types.js.map +1 -1
- package/theming/utils.js +24 -23
- package/theming/utils.js.map +1 -1
- package/web-types.json +1 -1
- package/theming/theming-decorator.d.ts +0 -43
- package/theming/theming-decorator.js +0 -25
- package/theming/theming-decorator.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,715 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/theming/types.ts",
|
|
8
|
+
"declarations": [],
|
|
9
|
+
"exports": []
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"kind": "javascript-module",
|
|
13
|
+
"path": "src/theming/theming-event.ts",
|
|
14
|
+
"declarations": [
|
|
15
|
+
{
|
|
16
|
+
"kind": "variable",
|
|
17
|
+
"name": "CHANGE_THEME_EVENT",
|
|
18
|
+
"type": {
|
|
19
|
+
"text": "string"
|
|
20
|
+
},
|
|
21
|
+
"default": "'igc-change-theme'"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"kind": "variable",
|
|
25
|
+
"name": "CHANGED_THEME_EVENT",
|
|
26
|
+
"type": {
|
|
27
|
+
"text": "string"
|
|
28
|
+
},
|
|
29
|
+
"default": "'igc-changed-theme'"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"kind": "variable",
|
|
33
|
+
"name": "_themeChangedEmitter",
|
|
34
|
+
"default": "new ThemeChangedEmitter()"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"exports": [
|
|
38
|
+
{
|
|
39
|
+
"kind": "js",
|
|
40
|
+
"name": "CHANGE_THEME_EVENT",
|
|
41
|
+
"declaration": {
|
|
42
|
+
"name": "CHANGE_THEME_EVENT",
|
|
43
|
+
"module": "src/theming/theming-event.ts"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"kind": "js",
|
|
48
|
+
"name": "CHANGED_THEME_EVENT",
|
|
49
|
+
"declaration": {
|
|
50
|
+
"name": "CHANGED_THEME_EVENT",
|
|
51
|
+
"module": "src/theming/theming-event.ts"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"kind": "js",
|
|
56
|
+
"name": "_themeChangedEmitter",
|
|
57
|
+
"declaration": {
|
|
58
|
+
"name": "_themeChangedEmitter",
|
|
59
|
+
"module": "src/theming/theming-event.ts"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"kind": "javascript-module",
|
|
66
|
+
"path": "src/theming/utils.ts",
|
|
67
|
+
"declarations": [
|
|
68
|
+
{
|
|
69
|
+
"kind": "function",
|
|
70
|
+
"name": "getAllCssVariables",
|
|
71
|
+
"return": {
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "Record<string, string>"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"exports": [
|
|
79
|
+
{
|
|
80
|
+
"kind": "js",
|
|
81
|
+
"name": "getAllCssVariables",
|
|
82
|
+
"declaration": {
|
|
83
|
+
"name": "getAllCssVariables",
|
|
84
|
+
"module": "src/theming/utils.ts"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"kind": "javascript-module",
|
|
91
|
+
"path": "src/theming/config.ts",
|
|
92
|
+
"declarations": [
|
|
93
|
+
{
|
|
94
|
+
"kind": "function",
|
|
95
|
+
"name": "getTheme"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"kind": "function",
|
|
99
|
+
"name": "setTheme",
|
|
100
|
+
"return": {
|
|
101
|
+
"type": {
|
|
102
|
+
"text": "void"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"parameters": [
|
|
106
|
+
{
|
|
107
|
+
"name": "value",
|
|
108
|
+
"type": {
|
|
109
|
+
"text": "Theme"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "variant",
|
|
114
|
+
"type": {
|
|
115
|
+
"text": "ThemeVariant"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"kind": "function",
|
|
122
|
+
"name": "configureTheme",
|
|
123
|
+
"return": {
|
|
124
|
+
"type": {
|
|
125
|
+
"text": "void"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"parameters": [
|
|
129
|
+
{
|
|
130
|
+
"name": "t",
|
|
131
|
+
"type": {
|
|
132
|
+
"text": "Theme"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "v",
|
|
137
|
+
"default": "'light'",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "ThemeVariant"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"description": "Allows the global configuration of the active theme.\n\nUsage:\n ```ts\n import { configureTheme } from 'igniteui-webcomponents';\n\n configureTheme('material', 'light');\n ```"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"exports": [
|
|
147
|
+
{
|
|
148
|
+
"kind": "js",
|
|
149
|
+
"name": "getTheme",
|
|
150
|
+
"declaration": {
|
|
151
|
+
"name": "getTheme",
|
|
152
|
+
"module": "src/theming/config.ts"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"kind": "js",
|
|
157
|
+
"name": "setTheme",
|
|
158
|
+
"declaration": {
|
|
159
|
+
"name": "setTheme",
|
|
160
|
+
"module": "src/theming/config.ts"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"kind": "js",
|
|
165
|
+
"name": "configureTheme",
|
|
166
|
+
"declaration": {
|
|
167
|
+
"name": "configureTheme",
|
|
168
|
+
"module": "src/theming/config.ts"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"kind": "javascript-module",
|
|
175
|
+
"path": "src/theming/theming-controller.ts",
|
|
176
|
+
"declarations": [
|
|
177
|
+
{
|
|
178
|
+
"kind": "class",
|
|
179
|
+
"description": "",
|
|
180
|
+
"name": "ThemingController",
|
|
181
|
+
"members": [
|
|
182
|
+
{
|
|
183
|
+
"kind": "field",
|
|
184
|
+
"name": "_host",
|
|
185
|
+
"type": {
|
|
186
|
+
"text": "ReactiveControllerHost & ReactiveElement"
|
|
187
|
+
},
|
|
188
|
+
"privacy": "private",
|
|
189
|
+
"readonly": true,
|
|
190
|
+
"default": "host"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"kind": "field",
|
|
194
|
+
"name": "_themes",
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "Themes"
|
|
197
|
+
},
|
|
198
|
+
"privacy": "private",
|
|
199
|
+
"readonly": true,
|
|
200
|
+
"default": "themes"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "field",
|
|
204
|
+
"name": "_options",
|
|
205
|
+
"type": {
|
|
206
|
+
"text": "ThemingControllerConfig | undefined"
|
|
207
|
+
},
|
|
208
|
+
"privacy": "private",
|
|
209
|
+
"readonly": true,
|
|
210
|
+
"default": "config"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "field",
|
|
214
|
+
"name": "_theme",
|
|
215
|
+
"type": {
|
|
216
|
+
"text": "Theme"
|
|
217
|
+
},
|
|
218
|
+
"privacy": "private",
|
|
219
|
+
"default": "'bootstrap'",
|
|
220
|
+
"expandedType": {
|
|
221
|
+
"text": "'material' | 'bootstrap' | 'indigo' | 'fluent'"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"kind": "field",
|
|
226
|
+
"name": "_variant",
|
|
227
|
+
"type": {
|
|
228
|
+
"text": "ThemeVariant"
|
|
229
|
+
},
|
|
230
|
+
"privacy": "private",
|
|
231
|
+
"default": "'light'",
|
|
232
|
+
"expandedType": {
|
|
233
|
+
"text": "'light' | 'dark'"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"kind": "field",
|
|
238
|
+
"name": "theme",
|
|
239
|
+
"type": {
|
|
240
|
+
"text": "Theme"
|
|
241
|
+
},
|
|
242
|
+
"privacy": "public",
|
|
243
|
+
"readonly": true,
|
|
244
|
+
"expandedType": {
|
|
245
|
+
"text": "'material' | 'bootstrap' | 'indigo' | 'fluent'"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"kind": "method",
|
|
250
|
+
"name": "_getStyles",
|
|
251
|
+
"privacy": "private"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "method",
|
|
255
|
+
"name": "_adoptStyles",
|
|
256
|
+
"privacy": "protected",
|
|
257
|
+
"return": {
|
|
258
|
+
"type": {
|
|
259
|
+
"text": "void"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"kind": "method",
|
|
265
|
+
"name": "_handleThemeChanged",
|
|
266
|
+
"privacy": "private",
|
|
267
|
+
"return": {
|
|
268
|
+
"type": {
|
|
269
|
+
"text": "void"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"kind": "function",
|
|
277
|
+
"name": "addThemingController",
|
|
278
|
+
"return": {
|
|
279
|
+
"type": {
|
|
280
|
+
"text": "ThemingController"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"parameters": [
|
|
284
|
+
{
|
|
285
|
+
"name": "host",
|
|
286
|
+
"type": {
|
|
287
|
+
"text": "ReactiveControllerHost & ReactiveElement"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "themes",
|
|
292
|
+
"type": {
|
|
293
|
+
"text": "Themes"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "config",
|
|
298
|
+
"optional": true,
|
|
299
|
+
"type": {
|
|
300
|
+
"text": "ThemingControllerConfig"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"exports": [
|
|
307
|
+
{
|
|
308
|
+
"kind": "js",
|
|
309
|
+
"name": "addThemingController",
|
|
310
|
+
"declaration": {
|
|
311
|
+
"name": "addThemingController",
|
|
312
|
+
"module": "src/theming/theming-controller.ts"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"kind": "js",
|
|
317
|
+
"name": "ThemingController",
|
|
318
|
+
"declaration": {
|
|
319
|
+
"name": "ThemingController",
|
|
320
|
+
"module": "src/theming/theming-controller.ts"
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"kind": "javascript-module",
|
|
327
|
+
"path": "src/components/common/controllers/internals.ts",
|
|
328
|
+
"declarations": [
|
|
329
|
+
{
|
|
330
|
+
"kind": "class",
|
|
331
|
+
"description": "A Lit ReactiveController to manage `ElementInternals` for a host element.\nProvides methods to interact with custom element states and ARIA attributes..",
|
|
332
|
+
"name": "ElementInternalsController",
|
|
333
|
+
"members": [
|
|
334
|
+
{
|
|
335
|
+
"kind": "field",
|
|
336
|
+
"name": "_host",
|
|
337
|
+
"type": {
|
|
338
|
+
"text": "ReactiveControllerHost & LitElement"
|
|
339
|
+
},
|
|
340
|
+
"privacy": "private",
|
|
341
|
+
"readonly": true,
|
|
342
|
+
"default": "host"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "field",
|
|
346
|
+
"name": "_internals",
|
|
347
|
+
"type": {
|
|
348
|
+
"text": "ElementInternals"
|
|
349
|
+
},
|
|
350
|
+
"privacy": "private",
|
|
351
|
+
"readonly": true
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "field",
|
|
355
|
+
"name": "form",
|
|
356
|
+
"type": {
|
|
357
|
+
"text": "HTMLFormElement | null"
|
|
358
|
+
},
|
|
359
|
+
"privacy": "public",
|
|
360
|
+
"description": "Gets the closest ancestor `<form>` element or `null`.",
|
|
361
|
+
"readonly": true
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"kind": "method",
|
|
365
|
+
"name": "setARIA",
|
|
366
|
+
"privacy": "public",
|
|
367
|
+
"return": {
|
|
368
|
+
"type": {
|
|
369
|
+
"text": "void"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"parameters": [
|
|
373
|
+
{
|
|
374
|
+
"name": "state",
|
|
375
|
+
"type": {
|
|
376
|
+
"text": "Partial<Record<T, ARIAMixin[T]>>"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
"description": "Sets ARIA attributes on the element's internals."
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"kind": "method",
|
|
384
|
+
"name": "setState",
|
|
385
|
+
"privacy": "public",
|
|
386
|
+
"return": {
|
|
387
|
+
"type": {
|
|
388
|
+
"text": "void"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"parameters": [
|
|
392
|
+
{
|
|
393
|
+
"name": "state",
|
|
394
|
+
"type": {
|
|
395
|
+
"text": "string"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "value",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "boolean"
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"description": "Adds or removes a custom state from the element's internals.\nCustom states can be styled via `:state()` pseudo-class in CSS."
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "function",
|
|
411
|
+
"name": "addInternalsController",
|
|
412
|
+
"return": {
|
|
413
|
+
"type": {
|
|
414
|
+
"text": "ElementInternalsController"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"parameters": [
|
|
418
|
+
{
|
|
419
|
+
"name": "host",
|
|
420
|
+
"type": {
|
|
421
|
+
"text": "ReactiveControllerHost & LitElement"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "config",
|
|
426
|
+
"optional": true,
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "ElementInternalsConfig"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
],
|
|
432
|
+
"description": "Creates and adds a ElementInternalsController to a LitElement host."
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"exports": [
|
|
436
|
+
{
|
|
437
|
+
"kind": "js",
|
|
438
|
+
"name": "addInternalsController",
|
|
439
|
+
"declaration": {
|
|
440
|
+
"name": "addInternalsController",
|
|
441
|
+
"module": "src/components/common/controllers/internals.ts"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"kind": "js",
|
|
446
|
+
"name": "ElementInternalsController",
|
|
447
|
+
"declaration": {
|
|
448
|
+
"name": "ElementInternalsController",
|
|
449
|
+
"module": "src/components/common/controllers/internals.ts"
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"kind": "javascript-module",
|
|
456
|
+
"path": "src/components/common/definitions/register.ts",
|
|
457
|
+
"declarations": [
|
|
458
|
+
{
|
|
459
|
+
"kind": "function",
|
|
460
|
+
"name": "registerComponent",
|
|
461
|
+
"parameters": [
|
|
462
|
+
{
|
|
463
|
+
"name": "component",
|
|
464
|
+
"type": {
|
|
465
|
+
"text": "IgniteComponent"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "dependencies",
|
|
470
|
+
"type": {
|
|
471
|
+
"text": "IgniteComponent[]"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"exports": [
|
|
478
|
+
{
|
|
479
|
+
"kind": "js",
|
|
480
|
+
"name": "registerComponent",
|
|
481
|
+
"declaration": {
|
|
482
|
+
"name": "registerComponent",
|
|
483
|
+
"module": "src/components/common/definitions/register.ts"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "custom-element-definition",
|
|
488
|
+
"declaration": {
|
|
489
|
+
"name": "component",
|
|
490
|
+
"module": "src/components/common/definitions/register.ts"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"kind": "javascript-module",
|
|
497
|
+
"path": "src/components/types.ts",
|
|
498
|
+
"declarations": [],
|
|
499
|
+
"exports": []
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "javascript-module",
|
|
503
|
+
"path": "src/components/avatar/avatar.ts",
|
|
504
|
+
"declarations": [
|
|
505
|
+
{
|
|
506
|
+
"kind": "class",
|
|
507
|
+
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.",
|
|
508
|
+
"name": "IgcAvatarComponent",
|
|
509
|
+
"cssParts": [
|
|
510
|
+
{
|
|
511
|
+
"description": "The base wrapper of the avatar.",
|
|
512
|
+
"name": "base"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"description": "The initials wrapper of the avatar.",
|
|
516
|
+
"name": "initials"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"description": "The image wrapper of the avatar.",
|
|
520
|
+
"name": "image"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"description": "The icon wrapper of the avatar.",
|
|
524
|
+
"name": "icon"
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"slots": [
|
|
528
|
+
{
|
|
529
|
+
"description": "Renders an icon inside the default slot.",
|
|
530
|
+
"name": ""
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"members": [
|
|
534
|
+
{
|
|
535
|
+
"kind": "field",
|
|
536
|
+
"name": "tagName",
|
|
537
|
+
"type": {
|
|
538
|
+
"text": "string"
|
|
539
|
+
},
|
|
540
|
+
"privacy": "public",
|
|
541
|
+
"static": true,
|
|
542
|
+
"readonly": true,
|
|
543
|
+
"default": "'igc-avatar'"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"kind": "method",
|
|
547
|
+
"name": "register",
|
|
548
|
+
"privacy": "public",
|
|
549
|
+
"static": true,
|
|
550
|
+
"return": {
|
|
551
|
+
"type": {
|
|
552
|
+
"text": "void"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"kind": "field",
|
|
558
|
+
"name": "_internals",
|
|
559
|
+
"privacy": "private",
|
|
560
|
+
"readonly": true
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"kind": "field",
|
|
564
|
+
"name": "_hasError",
|
|
565
|
+
"type": {
|
|
566
|
+
"text": "boolean"
|
|
567
|
+
},
|
|
568
|
+
"privacy": "private",
|
|
569
|
+
"default": "false"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"kind": "field",
|
|
573
|
+
"name": "src",
|
|
574
|
+
"type": {
|
|
575
|
+
"text": "string | undefined"
|
|
576
|
+
},
|
|
577
|
+
"privacy": "public",
|
|
578
|
+
"description": "The image source to use.",
|
|
579
|
+
"attribute": "src"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"kind": "field",
|
|
583
|
+
"name": "alt",
|
|
584
|
+
"type": {
|
|
585
|
+
"text": "string | undefined"
|
|
586
|
+
},
|
|
587
|
+
"privacy": "public",
|
|
588
|
+
"description": "Alternative text for the image.",
|
|
589
|
+
"attribute": "alt"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "field",
|
|
593
|
+
"name": "initials",
|
|
594
|
+
"type": {
|
|
595
|
+
"text": "string | undefined"
|
|
596
|
+
},
|
|
597
|
+
"privacy": "public",
|
|
598
|
+
"description": "Initials to use as a fallback when no image is available.",
|
|
599
|
+
"attribute": "initials"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"kind": "field",
|
|
603
|
+
"name": "shape",
|
|
604
|
+
"type": {
|
|
605
|
+
"text": "AvatarShape"
|
|
606
|
+
},
|
|
607
|
+
"privacy": "public",
|
|
608
|
+
"default": "'square'",
|
|
609
|
+
"description": "The shape of the avatar.",
|
|
610
|
+
"attribute": "shape",
|
|
611
|
+
"reflects": true,
|
|
612
|
+
"expandedType": {
|
|
613
|
+
"text": "'square' | 'circle' | 'rounded'"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"kind": "method",
|
|
618
|
+
"name": "_handleError",
|
|
619
|
+
"privacy": "protected",
|
|
620
|
+
"return": {
|
|
621
|
+
"type": {
|
|
622
|
+
"text": "void"
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"attributes": [
|
|
628
|
+
{
|
|
629
|
+
"name": "src",
|
|
630
|
+
"type": {
|
|
631
|
+
"text": "string | undefined"
|
|
632
|
+
},
|
|
633
|
+
"description": "The image source to use.",
|
|
634
|
+
"fieldName": "src",
|
|
635
|
+
"attribute": "src"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "alt",
|
|
639
|
+
"type": {
|
|
640
|
+
"text": "string | undefined"
|
|
641
|
+
},
|
|
642
|
+
"description": "Alternative text for the image.",
|
|
643
|
+
"fieldName": "alt",
|
|
644
|
+
"attribute": "alt"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "initials",
|
|
648
|
+
"type": {
|
|
649
|
+
"text": "string | undefined"
|
|
650
|
+
},
|
|
651
|
+
"description": "Initials to use as a fallback when no image is available.",
|
|
652
|
+
"fieldName": "initials",
|
|
653
|
+
"attribute": "initials"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "shape",
|
|
657
|
+
"type": {
|
|
658
|
+
"text": "AvatarShape"
|
|
659
|
+
},
|
|
660
|
+
"default": "'square'",
|
|
661
|
+
"description": "The shape of the avatar.",
|
|
662
|
+
"fieldName": "shape",
|
|
663
|
+
"attribute": "shape",
|
|
664
|
+
"expandedType": {
|
|
665
|
+
"text": "'square' | 'circle' | 'rounded'"
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
],
|
|
669
|
+
"superclass": {
|
|
670
|
+
"name": "LitElement",
|
|
671
|
+
"package": "lit"
|
|
672
|
+
},
|
|
673
|
+
"tagName": "igc-avatar",
|
|
674
|
+
"customElement": true
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"exports": [
|
|
678
|
+
{
|
|
679
|
+
"kind": "js",
|
|
680
|
+
"name": "default",
|
|
681
|
+
"declaration": {
|
|
682
|
+
"name": "IgcAvatarComponent",
|
|
683
|
+
"module": "src/components/avatar/avatar.ts"
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"kind": "javascript-module",
|
|
690
|
+
"path": "src/components/common/abort-handler.ts",
|
|
691
|
+
"declarations": [
|
|
692
|
+
{
|
|
693
|
+
"kind": "function",
|
|
694
|
+
"name": "createAbortHandle",
|
|
695
|
+
"return": {
|
|
696
|
+
"type": {
|
|
697
|
+
"text": "AbortHandle"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"description": "Creates and returns an `AbortHandle` object that wraps an AbortController,\nproviding a resettable AbortSignal. This allows you to use the signal for event\nlisteners, fetch requests, or other cancellable operations, and then\nreset the underlying AbortController to get a fresh signal without\nneeding to create a new wrapper object."
|
|
701
|
+
}
|
|
702
|
+
],
|
|
703
|
+
"exports": [
|
|
704
|
+
{
|
|
705
|
+
"kind": "js",
|
|
706
|
+
"name": "createAbortHandle",
|
|
707
|
+
"declaration": {
|
|
708
|
+
"name": "createAbortHandle",
|
|
709
|
+
"module": "src/components/common/abort-handler.ts"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
},
|
|
5
714
|
{
|
|
6
715
|
"kind": "javascript-module",
|
|
7
716
|
"path": "src/components/common/util.ts",
|
|
@@ -549,6 +1258,43 @@
|
|
|
549
1258
|
}
|
|
550
1259
|
]
|
|
551
1260
|
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "function",
|
|
1263
|
+
"name": "addSafeEventListener",
|
|
1264
|
+
"return": {
|
|
1265
|
+
"type": {
|
|
1266
|
+
"text": "void"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"parameters": [
|
|
1270
|
+
{
|
|
1271
|
+
"name": "target",
|
|
1272
|
+
"type": {
|
|
1273
|
+
"text": "HTMLElement"
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"name": "eventName",
|
|
1278
|
+
"type": {
|
|
1279
|
+
"text": "E"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "handler",
|
|
1284
|
+
"type": {
|
|
1285
|
+
"text": "(event: EventTypeOf<E>) => unknown"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "options",
|
|
1290
|
+
"optional": true,
|
|
1291
|
+
"type": {
|
|
1292
|
+
"text": "boolean | AddEventListenerOptions"
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
],
|
|
1296
|
+
"description": "Safely adds an event listener to an HTMLElement, automatically handling\nserver-side rendering environments by doing nothing if `isServer` is true.\nThis function also correctly binds the `handler`'s `this` context to the `target` element\nand ensures proper event type inference."
|
|
1297
|
+
},
|
|
552
1298
|
{
|
|
553
1299
|
"kind": "function",
|
|
554
1300
|
"name": "isEmpty",
|
|
@@ -911,642 +1657,114 @@
|
|
|
911
1657
|
},
|
|
912
1658
|
{
|
|
913
1659
|
"kind": "js",
|
|
914
|
-
"name": "isFunction",
|
|
915
|
-
"declaration": {
|
|
916
|
-
"name": "isFunction",
|
|
917
|
-
"module": "src/components/common/util.ts"
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"kind": "js",
|
|
922
|
-
"name": "isString",
|
|
923
|
-
"declaration": {
|
|
924
|
-
"name": "isString",
|
|
925
|
-
"module": "src/components/common/util.ts"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"kind": "js",
|
|
930
|
-
"name": "isObject",
|
|
931
|
-
"declaration": {
|
|
932
|
-
"name": "isObject",
|
|
933
|
-
"module": "src/components/common/util.ts"
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"kind": "js",
|
|
938
|
-
"name": "isEventListenerObject",
|
|
939
|
-
"declaration": {
|
|
940
|
-
"name": "isEventListenerObject",
|
|
941
|
-
"module": "src/components/common/util.ts"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"kind": "js",
|
|
946
|
-
"name": "addWeakEventListener",
|
|
947
|
-
"declaration": {
|
|
948
|
-
"name": "addWeakEventListener",
|
|
949
|
-
"module": "src/components/common/util.ts"
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"kind": "js",
|
|
954
|
-
"name": "isEmpty",
|
|
955
|
-
"declaration": {
|
|
956
|
-
"name": "isEmpty",
|
|
957
|
-
"module": "src/components/common/util.ts"
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"kind": "js",
|
|
962
|
-
"name": "asArray",
|
|
963
|
-
"declaration": {
|
|
964
|
-
"name": "asArray",
|
|
965
|
-
"module": "src/components/common/util.ts"
|
|
966
|
-
}
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"kind": "js",
|
|
970
|
-
"name": "partition",
|
|
971
|
-
"declaration": {
|
|
972
|
-
"name": "partition",
|
|
973
|
-
"module": "src/components/common/util.ts"
|
|
974
|
-
}
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"kind": "js",
|
|
978
|
-
"name": "getCenterPoint",
|
|
979
|
-
"declaration": {
|
|
980
|
-
"name": "getCenterPoint",
|
|
981
|
-
"module": "src/components/common/util.ts"
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"kind": "js",
|
|
986
|
-
"name": "roundByDPR",
|
|
987
|
-
"declaration": {
|
|
988
|
-
"name": "roundByDPR",
|
|
989
|
-
"module": "src/components/common/util.ts"
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "js",
|
|
994
|
-
"name": "scrollIntoView",
|
|
995
|
-
"declaration": {
|
|
996
|
-
"name": "scrollIntoView",
|
|
997
|
-
"module": "src/components/common/util.ts"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "isRegExp",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "isRegExp",
|
|
1005
|
-
"module": "src/components/common/util.ts"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "js",
|
|
1010
|
-
"name": "equal",
|
|
1011
|
-
"declaration": {
|
|
1012
|
-
"name": "equal",
|
|
1013
|
-
"module": "src/components/common/util.ts"
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
]
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"kind": "javascript-module",
|
|
1020
|
-
"path": "src/theming/types.ts",
|
|
1021
|
-
"declarations": [],
|
|
1022
|
-
"exports": []
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"kind": "javascript-module",
|
|
1026
|
-
"path": "src/theming/theming-event.ts",
|
|
1027
|
-
"declarations": [
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "variable",
|
|
1030
|
-
"name": "CHANGE_THEME_EVENT",
|
|
1031
|
-
"type": {
|
|
1032
|
-
"text": "string"
|
|
1033
|
-
},
|
|
1034
|
-
"default": "'igc-change-theme'"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "variable",
|
|
1038
|
-
"name": "CHANGED_THEME_EVENT",
|
|
1039
|
-
"type": {
|
|
1040
|
-
"text": "string"
|
|
1041
|
-
},
|
|
1042
|
-
"default": "'igc-changed-theme'"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"kind": "variable",
|
|
1046
|
-
"name": "_themeChangedEmitter",
|
|
1047
|
-
"default": "new ThemeChangedEmitter()"
|
|
1048
|
-
}
|
|
1049
|
-
],
|
|
1050
|
-
"exports": [
|
|
1051
|
-
{
|
|
1052
|
-
"kind": "js",
|
|
1053
|
-
"name": "CHANGE_THEME_EVENT",
|
|
1054
|
-
"declaration": {
|
|
1055
|
-
"name": "CHANGE_THEME_EVENT",
|
|
1056
|
-
"module": "src/theming/theming-event.ts"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"kind": "js",
|
|
1061
|
-
"name": "CHANGED_THEME_EVENT",
|
|
1062
|
-
"declaration": {
|
|
1063
|
-
"name": "CHANGED_THEME_EVENT",
|
|
1064
|
-
"module": "src/theming/theming-event.ts"
|
|
1065
|
-
}
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "js",
|
|
1069
|
-
"name": "_themeChangedEmitter",
|
|
1070
|
-
"declaration": {
|
|
1071
|
-
"name": "_themeChangedEmitter",
|
|
1072
|
-
"module": "src/theming/theming-event.ts"
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
]
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "javascript-module",
|
|
1079
|
-
"path": "src/theming/utils.ts",
|
|
1080
|
-
"declarations": [
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "function",
|
|
1083
|
-
"name": "getAllCssVariables",
|
|
1084
|
-
"return": {
|
|
1085
|
-
"type": {
|
|
1086
|
-
"text": "Record<string, string>"
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"exports": [
|
|
1092
|
-
{
|
|
1093
|
-
"kind": "js",
|
|
1094
|
-
"name": "getAllCssVariables",
|
|
1660
|
+
"name": "isFunction",
|
|
1095
1661
|
"declaration": {
|
|
1096
|
-
"name": "
|
|
1097
|
-
"module": "src/
|
|
1662
|
+
"name": "isFunction",
|
|
1663
|
+
"module": "src/components/common/util.ts"
|
|
1098
1664
|
}
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"kind": "javascript-module",
|
|
1104
|
-
"path": "src/theming/config.ts",
|
|
1105
|
-
"declarations": [
|
|
1106
|
-
{
|
|
1107
|
-
"kind": "function",
|
|
1108
|
-
"name": "getTheme"
|
|
1109
1665
|
},
|
|
1110
1666
|
{
|
|
1111
|
-
"kind": "
|
|
1112
|
-
"name": "
|
|
1113
|
-
"
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
"text": "Theme"
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"name": "variant",
|
|
1122
|
-
"type": {
|
|
1123
|
-
"text": "ThemeVariant"
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
]
|
|
1667
|
+
"kind": "js",
|
|
1668
|
+
"name": "isString",
|
|
1669
|
+
"declaration": {
|
|
1670
|
+
"name": "isString",
|
|
1671
|
+
"module": "src/components/common/util.ts"
|
|
1672
|
+
}
|
|
1127
1673
|
},
|
|
1128
|
-
{
|
|
1129
|
-
"kind": "function",
|
|
1130
|
-
"name": "configureTheme",
|
|
1131
|
-
"parameters": [
|
|
1132
|
-
{
|
|
1133
|
-
"name": "t",
|
|
1134
|
-
"type": {
|
|
1135
|
-
"text": "Theme"
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "v",
|
|
1140
|
-
"default": "'light'",
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "ThemeVariant"
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
],
|
|
1146
|
-
"description": "Allows the global configuration of the active theme.\n\nUsage:\n ```ts\n import { configureTheme } from 'igniteui-webcomponents';\n\n configureTheme('material', 'light');\n ```"
|
|
1147
|
-
}
|
|
1148
|
-
],
|
|
1149
|
-
"exports": [
|
|
1150
1674
|
{
|
|
1151
1675
|
"kind": "js",
|
|
1152
|
-
"name": "
|
|
1676
|
+
"name": "isObject",
|
|
1153
1677
|
"declaration": {
|
|
1154
|
-
"name": "
|
|
1155
|
-
"module": "src/
|
|
1678
|
+
"name": "isObject",
|
|
1679
|
+
"module": "src/components/common/util.ts"
|
|
1156
1680
|
}
|
|
1157
1681
|
},
|
|
1158
1682
|
{
|
|
1159
1683
|
"kind": "js",
|
|
1160
|
-
"name": "
|
|
1684
|
+
"name": "isEventListenerObject",
|
|
1161
1685
|
"declaration": {
|
|
1162
|
-
"name": "
|
|
1163
|
-
"module": "src/
|
|
1686
|
+
"name": "isEventListenerObject",
|
|
1687
|
+
"module": "src/components/common/util.ts"
|
|
1164
1688
|
}
|
|
1165
1689
|
},
|
|
1166
1690
|
{
|
|
1167
1691
|
"kind": "js",
|
|
1168
|
-
"name": "
|
|
1692
|
+
"name": "addWeakEventListener",
|
|
1169
1693
|
"declaration": {
|
|
1170
|
-
"name": "
|
|
1171
|
-
"module": "src/
|
|
1694
|
+
"name": "addWeakEventListener",
|
|
1695
|
+
"module": "src/components/common/util.ts"
|
|
1172
1696
|
}
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "javascript-module",
|
|
1178
|
-
"path": "src/theming/theming-controller.ts",
|
|
1179
|
-
"declarations": [
|
|
1180
|
-
{
|
|
1181
|
-
"kind": "function",
|
|
1182
|
-
"name": "createThemeController",
|
|
1183
|
-
"parameters": [
|
|
1184
|
-
{
|
|
1185
|
-
"name": "host",
|
|
1186
|
-
"type": {
|
|
1187
|
-
"text": "ReactiveControllerHost & ReactiveElement"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "themes",
|
|
1192
|
-
"type": {
|
|
1193
|
-
"text": "Themes"
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
]
|
|
1197
|
-
}
|
|
1198
|
-
],
|
|
1199
|
-
"exports": [
|
|
1697
|
+
},
|
|
1200
1698
|
{
|
|
1201
1699
|
"kind": "js",
|
|
1202
|
-
"name": "
|
|
1700
|
+
"name": "addSafeEventListener",
|
|
1203
1701
|
"declaration": {
|
|
1204
|
-
"name": "
|
|
1205
|
-
"module": "src/
|
|
1702
|
+
"name": "addSafeEventListener",
|
|
1703
|
+
"module": "src/components/common/util.ts"
|
|
1206
1704
|
}
|
|
1207
|
-
}
|
|
1208
|
-
]
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "javascript-module",
|
|
1212
|
-
"path": "src/theming/theming-decorator.ts",
|
|
1213
|
-
"declarations": [
|
|
1214
|
-
{
|
|
1215
|
-
"kind": "function",
|
|
1216
|
-
"name": "themes",
|
|
1217
|
-
"parameters": [
|
|
1218
|
-
{
|
|
1219
|
-
"name": "themes",
|
|
1220
|
-
"type": {
|
|
1221
|
-
"text": "Themes"
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "options",
|
|
1226
|
-
"optional": true,
|
|
1227
|
-
"type": {
|
|
1228
|
-
"text": "ThemeOptions"
|
|
1229
|
-
}
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"description": "Class decorator to enable multiple theme support for a component.\nThe component will re-render on theme changes.\n\nPassing `{ exposeController: true }` in the decorator options will create an internal symbol\nwhich can be used by getThemeController to additionally query and modify the component\nbased on the themes.\n\nUsage:\n ```ts\n import { LitElement, html } from 'lit';\n import { themes } from 'igniteui-webcomponents/themes';\n import { styles } from './themes/my-element.base.css.js';\n import { styles as shared } from './themes/shared/my-picker.common.css.js';\n import { all } from './themes/themes.js';"
|
|
1233
1705
|
},
|
|
1234
|
-
{
|
|
1235
|
-
"kind": "function",
|
|
1236
|
-
"name": "getThemeController",
|
|
1237
|
-
"parameters": [
|
|
1238
|
-
{
|
|
1239
|
-
"name": "host",
|
|
1240
|
-
"type": {
|
|
1241
|
-
"text": "LitElement"
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
],
|
|
1245
|
-
"description": "Returns the theming controller for the given element if exposed."
|
|
1246
|
-
}
|
|
1247
|
-
],
|
|
1248
|
-
"exports": [
|
|
1249
1706
|
{
|
|
1250
1707
|
"kind": "js",
|
|
1251
|
-
"name": "
|
|
1708
|
+
"name": "isEmpty",
|
|
1252
1709
|
"declaration": {
|
|
1253
|
-
"name": "
|
|
1254
|
-
"module": "src/
|
|
1710
|
+
"name": "isEmpty",
|
|
1711
|
+
"module": "src/components/common/util.ts"
|
|
1255
1712
|
}
|
|
1256
1713
|
},
|
|
1257
1714
|
{
|
|
1258
1715
|
"kind": "js",
|
|
1259
|
-
"name": "
|
|
1716
|
+
"name": "asArray",
|
|
1260
1717
|
"declaration": {
|
|
1261
|
-
"name": "
|
|
1262
|
-
"module": "src/
|
|
1718
|
+
"name": "asArray",
|
|
1719
|
+
"module": "src/components/common/util.ts"
|
|
1263
1720
|
}
|
|
1264
|
-
}
|
|
1265
|
-
]
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "javascript-module",
|
|
1269
|
-
"path": "src/components/common/decorators/watch.ts",
|
|
1270
|
-
"declarations": [
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "function",
|
|
1273
|
-
"name": "watch",
|
|
1274
|
-
"parameters": [
|
|
1275
|
-
{
|
|
1276
|
-
"name": "propName",
|
|
1277
|
-
"type": {
|
|
1278
|
-
"text": "string"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"name": "options",
|
|
1283
|
-
"optional": true,
|
|
1284
|
-
"type": {
|
|
1285
|
-
"text": "WatchOptions"
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
]
|
|
1289
|
-
}
|
|
1290
|
-
],
|
|
1291
|
-
"exports": [
|
|
1721
|
+
},
|
|
1292
1722
|
{
|
|
1293
1723
|
"kind": "js",
|
|
1294
|
-
"name": "
|
|
1724
|
+
"name": "partition",
|
|
1295
1725
|
"declaration": {
|
|
1296
|
-
"name": "
|
|
1297
|
-
"module": "src/components/common/
|
|
1726
|
+
"name": "partition",
|
|
1727
|
+
"module": "src/components/common/util.ts"
|
|
1298
1728
|
}
|
|
1299
|
-
}
|
|
1300
|
-
]
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"kind": "javascript-module",
|
|
1304
|
-
"path": "src/components/common/definitions/register.ts",
|
|
1305
|
-
"declarations": [
|
|
1729
|
+
},
|
|
1306
1730
|
{
|
|
1307
|
-
"kind": "
|
|
1308
|
-
"name": "
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "dependencies",
|
|
1318
|
-
"type": {
|
|
1319
|
-
"text": "IgniteComponent[]"
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
}
|
|
1324
|
-
],
|
|
1325
|
-
"exports": [
|
|
1731
|
+
"kind": "js",
|
|
1732
|
+
"name": "getCenterPoint",
|
|
1733
|
+
"declaration": {
|
|
1734
|
+
"name": "getCenterPoint",
|
|
1735
|
+
"module": "src/components/common/util.ts"
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1326
1738
|
{
|
|
1327
1739
|
"kind": "js",
|
|
1328
|
-
"name": "
|
|
1740
|
+
"name": "roundByDPR",
|
|
1329
1741
|
"declaration": {
|
|
1330
|
-
"name": "
|
|
1331
|
-
"module": "src/components/common/
|
|
1742
|
+
"name": "roundByDPR",
|
|
1743
|
+
"module": "src/components/common/util.ts"
|
|
1332
1744
|
}
|
|
1333
1745
|
},
|
|
1334
1746
|
{
|
|
1335
|
-
"kind": "
|
|
1747
|
+
"kind": "js",
|
|
1748
|
+
"name": "scrollIntoView",
|
|
1336
1749
|
"declaration": {
|
|
1337
|
-
"name": "
|
|
1338
|
-
"module": "src/components/common/
|
|
1750
|
+
"name": "scrollIntoView",
|
|
1751
|
+
"module": "src/components/common/util.ts"
|
|
1339
1752
|
}
|
|
1340
|
-
}
|
|
1341
|
-
]
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"kind": "javascript-module",
|
|
1345
|
-
"path": "src/components/types.ts",
|
|
1346
|
-
"declarations": [],
|
|
1347
|
-
"exports": []
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "javascript-module",
|
|
1351
|
-
"path": "src/components/avatar/avatar.ts",
|
|
1352
|
-
"declarations": [
|
|
1753
|
+
},
|
|
1353
1754
|
{
|
|
1354
|
-
"kind": "
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"description": "The initials wrapper of the avatar.",
|
|
1364
|
-
"name": "initials"
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"description": "The image wrapper of the avatar.",
|
|
1368
|
-
"name": "image"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"description": "The icon wrapper of the avatar.",
|
|
1372
|
-
"name": "icon"
|
|
1373
|
-
}
|
|
1374
|
-
],
|
|
1375
|
-
"slots": [
|
|
1376
|
-
{
|
|
1377
|
-
"description": "Renders an icon inside the default slot.",
|
|
1378
|
-
"name": ""
|
|
1379
|
-
}
|
|
1380
|
-
],
|
|
1381
|
-
"members": [
|
|
1382
|
-
{
|
|
1383
|
-
"kind": "field",
|
|
1384
|
-
"name": "tagName",
|
|
1385
|
-
"type": {
|
|
1386
|
-
"text": "string"
|
|
1387
|
-
},
|
|
1388
|
-
"privacy": "public",
|
|
1389
|
-
"static": true,
|
|
1390
|
-
"readonly": true,
|
|
1391
|
-
"default": "'igc-avatar'"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "method",
|
|
1395
|
-
"name": "register",
|
|
1396
|
-
"privacy": "public",
|
|
1397
|
-
"static": true
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "field",
|
|
1401
|
-
"name": "__internals",
|
|
1402
|
-
"type": {
|
|
1403
|
-
"text": "ElementInternals"
|
|
1404
|
-
},
|
|
1405
|
-
"privacy": "private"
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "field",
|
|
1409
|
-
"name": "hasError",
|
|
1410
|
-
"type": {
|
|
1411
|
-
"text": "boolean"
|
|
1412
|
-
},
|
|
1413
|
-
"privacy": "private",
|
|
1414
|
-
"default": "false"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"kind": "field",
|
|
1418
|
-
"name": "src",
|
|
1419
|
-
"type": {
|
|
1420
|
-
"text": "string"
|
|
1421
|
-
},
|
|
1422
|
-
"privacy": "public",
|
|
1423
|
-
"description": "The image source to use.",
|
|
1424
|
-
"attribute": "src"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"kind": "field",
|
|
1428
|
-
"name": "alt",
|
|
1429
|
-
"type": {
|
|
1430
|
-
"text": "string"
|
|
1431
|
-
},
|
|
1432
|
-
"privacy": "public",
|
|
1433
|
-
"description": "Alternative text for the image.",
|
|
1434
|
-
"attribute": "alt"
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "field",
|
|
1438
|
-
"name": "initials",
|
|
1439
|
-
"type": {
|
|
1440
|
-
"text": "string"
|
|
1441
|
-
},
|
|
1442
|
-
"privacy": "public",
|
|
1443
|
-
"description": "Initials to use as a fallback when no image is available.",
|
|
1444
|
-
"attribute": "initials"
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "field",
|
|
1448
|
-
"name": "shape",
|
|
1449
|
-
"type": {
|
|
1450
|
-
"text": "AvatarShape"
|
|
1451
|
-
},
|
|
1452
|
-
"privacy": "public",
|
|
1453
|
-
"default": "'square'",
|
|
1454
|
-
"description": "The shape of the avatar.",
|
|
1455
|
-
"attribute": "shape",
|
|
1456
|
-
"reflects": true,
|
|
1457
|
-
"expandedType": {
|
|
1458
|
-
"text": "'square' | 'circle' | 'rounded'"
|
|
1459
|
-
}
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "method",
|
|
1463
|
-
"name": "roleDescriptionChange",
|
|
1464
|
-
"privacy": "protected"
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"kind": "method",
|
|
1468
|
-
"name": "handleErrorState",
|
|
1469
|
-
"privacy": "protected"
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"kind": "method",
|
|
1473
|
-
"name": "handleError",
|
|
1474
|
-
"privacy": "protected"
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"kind": "field",
|
|
1478
|
-
"name": "role",
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "string"
|
|
1481
|
-
},
|
|
1482
|
-
"default": "'img'"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"kind": "field",
|
|
1486
|
-
"name": "ariaLabel",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "string"
|
|
1489
|
-
},
|
|
1490
|
-
"default": "'avatar'"
|
|
1491
|
-
}
|
|
1492
|
-
],
|
|
1493
|
-
"attributes": [
|
|
1494
|
-
{
|
|
1495
|
-
"name": "src",
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "string"
|
|
1498
|
-
},
|
|
1499
|
-
"description": "The image source to use.",
|
|
1500
|
-
"fieldName": "src",
|
|
1501
|
-
"attribute": "src"
|
|
1502
|
-
},
|
|
1503
|
-
{
|
|
1504
|
-
"name": "alt",
|
|
1505
|
-
"type": {
|
|
1506
|
-
"text": "string"
|
|
1507
|
-
},
|
|
1508
|
-
"description": "Alternative text for the image.",
|
|
1509
|
-
"fieldName": "alt",
|
|
1510
|
-
"attribute": "alt"
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "initials",
|
|
1514
|
-
"type": {
|
|
1515
|
-
"text": "string"
|
|
1516
|
-
},
|
|
1517
|
-
"description": "Initials to use as a fallback when no image is available.",
|
|
1518
|
-
"fieldName": "initials",
|
|
1519
|
-
"attribute": "initials"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "shape",
|
|
1523
|
-
"type": {
|
|
1524
|
-
"text": "AvatarShape"
|
|
1525
|
-
},
|
|
1526
|
-
"default": "'square'",
|
|
1527
|
-
"description": "The shape of the avatar.",
|
|
1528
|
-
"fieldName": "shape",
|
|
1529
|
-
"attribute": "shape",
|
|
1530
|
-
"expandedType": {
|
|
1531
|
-
"text": "'square' | 'circle' | 'rounded'"
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
],
|
|
1535
|
-
"superclass": {
|
|
1536
|
-
"name": "LitElement",
|
|
1537
|
-
"package": "lit"
|
|
1538
|
-
},
|
|
1539
|
-
"tagName": "igc-avatar",
|
|
1540
|
-
"customElement": true
|
|
1541
|
-
}
|
|
1542
|
-
],
|
|
1543
|
-
"exports": [
|
|
1755
|
+
"kind": "js",
|
|
1756
|
+
"name": "isRegExp",
|
|
1757
|
+
"declaration": {
|
|
1758
|
+
"name": "isRegExp",
|
|
1759
|
+
"module": "src/components/common/util.ts"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1544
1762
|
{
|
|
1545
1763
|
"kind": "js",
|
|
1546
|
-
"name": "
|
|
1764
|
+
"name": "equal",
|
|
1547
1765
|
"declaration": {
|
|
1548
|
-
"name": "
|
|
1549
|
-
"module": "src/components/
|
|
1766
|
+
"name": "equal",
|
|
1767
|
+
"module": "src/components/common/util.ts"
|
|
1550
1768
|
}
|
|
1551
1769
|
}
|
|
1552
1770
|
]
|
|
@@ -1718,6 +1936,12 @@
|
|
|
1718
1936
|
"privacy": "private",
|
|
1719
1937
|
"readonly": true
|
|
1720
1938
|
},
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "field",
|
|
1941
|
+
"name": "_abortHandle",
|
|
1942
|
+
"privacy": "private",
|
|
1943
|
+
"readonly": true
|
|
1944
|
+
},
|
|
1721
1945
|
{
|
|
1722
1946
|
"kind": "field",
|
|
1723
1947
|
"name": "_bindings",
|
|
@@ -2709,6 +2933,41 @@
|
|
|
2709
2933
|
}
|
|
2710
2934
|
]
|
|
2711
2935
|
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "javascript-module",
|
|
2938
|
+
"path": "src/components/common/decorators/watch.ts",
|
|
2939
|
+
"declarations": [
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "function",
|
|
2942
|
+
"name": "watch",
|
|
2943
|
+
"parameters": [
|
|
2944
|
+
{
|
|
2945
|
+
"name": "propName",
|
|
2946
|
+
"type": {
|
|
2947
|
+
"text": "string"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"name": "options",
|
|
2952
|
+
"optional": true,
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": "WatchOptions"
|
|
2955
|
+
}
|
|
2956
|
+
}
|
|
2957
|
+
]
|
|
2958
|
+
}
|
|
2959
|
+
],
|
|
2960
|
+
"exports": [
|
|
2961
|
+
{
|
|
2962
|
+
"kind": "js",
|
|
2963
|
+
"name": "watch",
|
|
2964
|
+
"declaration": {
|
|
2965
|
+
"name": "watch",
|
|
2966
|
+
"module": "src/components/common/decorators/watch.ts"
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2969
|
+
]
|
|
2970
|
+
},
|
|
2712
2971
|
{
|
|
2713
2972
|
"kind": "javascript-module",
|
|
2714
2973
|
"path": "src/components/icon/registry/default-map.ts",
|
|
@@ -3186,15 +3445,18 @@
|
|
|
3186
3445
|
"kind": "method",
|
|
3187
3446
|
"name": "register",
|
|
3188
3447
|
"privacy": "public",
|
|
3189
|
-
"static": true
|
|
3448
|
+
"static": true,
|
|
3449
|
+
"return": {
|
|
3450
|
+
"type": {
|
|
3451
|
+
"text": "void"
|
|
3452
|
+
}
|
|
3453
|
+
}
|
|
3190
3454
|
},
|
|
3191
3455
|
{
|
|
3192
3456
|
"kind": "field",
|
|
3193
|
-
"name": "
|
|
3194
|
-
"
|
|
3195
|
-
|
|
3196
|
-
},
|
|
3197
|
-
"privacy": "private"
|
|
3457
|
+
"name": "_internals",
|
|
3458
|
+
"privacy": "private",
|
|
3459
|
+
"readonly": true
|
|
3198
3460
|
},
|
|
3199
3461
|
{
|
|
3200
3462
|
"kind": "field",
|
|
@@ -3258,6 +3520,19 @@
|
|
|
3258
3520
|
}
|
|
3259
3521
|
]
|
|
3260
3522
|
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "method",
|
|
3525
|
+
"name": "_themeChangedCallback",
|
|
3526
|
+
"privacy": "private",
|
|
3527
|
+
"parameters": [
|
|
3528
|
+
{
|
|
3529
|
+
"name": "theme",
|
|
3530
|
+
"type": {
|
|
3531
|
+
"text": "Theme"
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
]
|
|
3535
|
+
},
|
|
3261
3536
|
{
|
|
3262
3537
|
"kind": "field",
|
|
3263
3538
|
"name": "iconLoaded",
|
|
@@ -3338,18 +3613,6 @@
|
|
|
3338
3613
|
}
|
|
3339
3614
|
}
|
|
3340
3615
|
]
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"kind": "field",
|
|
3344
|
-
"name": "role",
|
|
3345
|
-
"type": {
|
|
3346
|
-
"text": "string"
|
|
3347
|
-
},
|
|
3348
|
-
"default": "'img'"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "field",
|
|
3352
|
-
"name": "onThemeChanged"
|
|
3353
3616
|
}
|
|
3354
3617
|
],
|
|
3355
3618
|
"attributes": [
|
|
@@ -4104,15 +4367,18 @@
|
|
|
4104
4367
|
"kind": "method",
|
|
4105
4368
|
"name": "register",
|
|
4106
4369
|
"privacy": "public",
|
|
4107
|
-
"static": true
|
|
4370
|
+
"static": true,
|
|
4371
|
+
"return": {
|
|
4372
|
+
"type": {
|
|
4373
|
+
"text": "void"
|
|
4374
|
+
}
|
|
4375
|
+
}
|
|
4108
4376
|
},
|
|
4109
4377
|
{
|
|
4110
4378
|
"kind": "field",
|
|
4111
|
-
"name": "
|
|
4112
|
-
"
|
|
4113
|
-
|
|
4114
|
-
},
|
|
4115
|
-
"privacy": "private"
|
|
4379
|
+
"name": "_internals",
|
|
4380
|
+
"privacy": "private",
|
|
4381
|
+
"readonly": true
|
|
4116
4382
|
},
|
|
4117
4383
|
{
|
|
4118
4384
|
"kind": "field",
|
|
@@ -4155,19 +4421,6 @@
|
|
|
4155
4421
|
"expandedType": {
|
|
4156
4422
|
"text": "'rounded' | 'square'"
|
|
4157
4423
|
}
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"kind": "method",
|
|
4161
|
-
"name": "variantChange",
|
|
4162
|
-
"privacy": "protected"
|
|
4163
|
-
},
|
|
4164
|
-
{
|
|
4165
|
-
"kind": "field",
|
|
4166
|
-
"name": "role",
|
|
4167
|
-
"type": {
|
|
4168
|
-
"text": "string"
|
|
4169
|
-
},
|
|
4170
|
-
"default": "'status'"
|
|
4171
4424
|
}
|
|
4172
4425
|
],
|
|
4173
4426
|
"attributes": [
|
|
@@ -4257,6 +4510,12 @@
|
|
|
4257
4510
|
"readonly": true,
|
|
4258
4511
|
"default": "host"
|
|
4259
4512
|
},
|
|
4513
|
+
{
|
|
4514
|
+
"kind": "field",
|
|
4515
|
+
"name": "_abortHandle",
|
|
4516
|
+
"privacy": "private",
|
|
4517
|
+
"readonly": true
|
|
4518
|
+
},
|
|
4260
4519
|
{
|
|
4261
4520
|
"kind": "field",
|
|
4262
4521
|
"name": "_isKeyboardFocused",
|
|
@@ -4345,6 +4604,40 @@
|
|
|
4345
4604
|
}
|
|
4346
4605
|
]
|
|
4347
4606
|
},
|
|
4607
|
+
{
|
|
4608
|
+
"kind": "javascript-module",
|
|
4609
|
+
"path": "src/components/common/decorators/shadow-options.ts",
|
|
4610
|
+
"declarations": [
|
|
4611
|
+
{
|
|
4612
|
+
"kind": "function",
|
|
4613
|
+
"name": "shadowOptions",
|
|
4614
|
+
"return": {
|
|
4615
|
+
"type": {
|
|
4616
|
+
"text": "(proto: unknown) => void"
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4619
|
+
"parameters": [
|
|
4620
|
+
{
|
|
4621
|
+
"name": "options",
|
|
4622
|
+
"type": {
|
|
4623
|
+
"text": "Partial<ShadowRootInit>"
|
|
4624
|
+
}
|
|
4625
|
+
}
|
|
4626
|
+
],
|
|
4627
|
+
"description": "TypeScript decorator that allows customizing the Shadow DOM options for a LitElement component.\n\nThis decorator merges the provided `options` with LitElement's default `shadowRootOptions`,\nproviding a convenient way to configure the Shadow DOM, such as its `mode` (e.g., 'open' or 'closed')\nor `delegatesFocus` property.\n\nhttps://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow#options"
|
|
4628
|
+
}
|
|
4629
|
+
],
|
|
4630
|
+
"exports": [
|
|
4631
|
+
{
|
|
4632
|
+
"kind": "js",
|
|
4633
|
+
"name": "shadowOptions",
|
|
4634
|
+
"declaration": {
|
|
4635
|
+
"name": "shadowOptions",
|
|
4636
|
+
"module": "src/components/common/decorators/shadow-options.ts"
|
|
4637
|
+
}
|
|
4638
|
+
}
|
|
4639
|
+
]
|
|
4640
|
+
},
|
|
4348
4641
|
{
|
|
4349
4642
|
"kind": "javascript-module",
|
|
4350
4643
|
"path": "src/components/common/part-map.ts",
|
|
@@ -4415,20 +4708,7 @@
|
|
|
4415
4708
|
},
|
|
4416
4709
|
{
|
|
4417
4710
|
"kind": "field",
|
|
4418
|
-
"name": "
|
|
4419
|
-
"type": {
|
|
4420
|
-
"text": "object"
|
|
4421
|
-
},
|
|
4422
|
-
"privacy": "protected",
|
|
4423
|
-
"static": true,
|
|
4424
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"kind": "field",
|
|
4428
|
-
"name": "__internals",
|
|
4429
|
-
"type": {
|
|
4430
|
-
"text": "ElementInternals"
|
|
4431
|
-
},
|
|
4711
|
+
"name": "_internals",
|
|
4432
4712
|
"privacy": "protected",
|
|
4433
4713
|
"readonly": true
|
|
4434
4714
|
},
|
|
@@ -4472,7 +4752,7 @@
|
|
|
4472
4752
|
"kind": "field",
|
|
4473
4753
|
"name": "href",
|
|
4474
4754
|
"type": {
|
|
4475
|
-
"text": "string"
|
|
4755
|
+
"text": "string | undefined"
|
|
4476
4756
|
},
|
|
4477
4757
|
"privacy": "public",
|
|
4478
4758
|
"description": "The URL the button points to.",
|
|
@@ -4482,7 +4762,7 @@
|
|
|
4482
4762
|
"kind": "field",
|
|
4483
4763
|
"name": "download",
|
|
4484
4764
|
"type": {
|
|
4485
|
-
"text": "string"
|
|
4765
|
+
"text": "string | undefined"
|
|
4486
4766
|
},
|
|
4487
4767
|
"privacy": "public",
|
|
4488
4768
|
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
@@ -4502,7 +4782,7 @@
|
|
|
4502
4782
|
"kind": "field",
|
|
4503
4783
|
"name": "rel",
|
|
4504
4784
|
"type": {
|
|
4505
|
-
"text": "string"
|
|
4785
|
+
"text": "string | undefined"
|
|
4506
4786
|
},
|
|
4507
4787
|
"privacy": "public",
|
|
4508
4788
|
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
@@ -4714,295 +4994,285 @@
|
|
|
4714
4994
|
}
|
|
4715
4995
|
],
|
|
4716
4996
|
"inheritedFrom": {
|
|
4717
|
-
"name": "EventEmitterMixin",
|
|
4718
|
-
"module": "src/components/common/mixins/event-emitter.ts"
|
|
4719
|
-
}
|
|
4720
|
-
}
|
|
4721
|
-
],
|
|
4722
|
-
"attributes": [
|
|
4723
|
-
{
|
|
4724
|
-
"name": "type",
|
|
4725
|
-
"type": {
|
|
4726
|
-
"text": "'button' | 'reset' | 'submit'"
|
|
4727
|
-
},
|
|
4728
|
-
"default": "'button'",
|
|
4729
|
-
"description": "The type of the button. Defaults to `button`.",
|
|
4730
|
-
"fieldName": "type",
|
|
4731
|
-
"attribute": "type"
|
|
4732
|
-
},
|
|
4733
|
-
{
|
|
4734
|
-
"name": "href",
|
|
4735
|
-
"type": {
|
|
4736
|
-
"text": "string"
|
|
4737
|
-
},
|
|
4738
|
-
"description": "The URL the button points to.",
|
|
4739
|
-
"fieldName": "href",
|
|
4740
|
-
"attribute": "href"
|
|
4741
|
-
},
|
|
4742
|
-
{
|
|
4743
|
-
"name": "download",
|
|
4744
|
-
"type": {
|
|
4745
|
-
"text": "string"
|
|
4746
|
-
},
|
|
4747
|
-
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
4748
|
-
"fieldName": "download",
|
|
4749
|
-
"attribute": "download"
|
|
4750
|
-
},
|
|
4751
|
-
{
|
|
4752
|
-
"name": "target",
|
|
4753
|
-
"type": {
|
|
4754
|
-
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
|
4755
|
-
},
|
|
4756
|
-
"description": "Where to display the linked URL, as the name for a browsing context.",
|
|
4757
|
-
"fieldName": "target",
|
|
4758
|
-
"attribute": "target"
|
|
4759
|
-
},
|
|
4760
|
-
{
|
|
4761
|
-
"name": "rel",
|
|
4762
|
-
"type": {
|
|
4763
|
-
"text": "string"
|
|
4764
|
-
},
|
|
4765
|
-
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
4766
|
-
"fieldName": "rel",
|
|
4767
|
-
"attribute": "rel"
|
|
4768
|
-
},
|
|
4769
|
-
{
|
|
4770
|
-
"name": "disabled",
|
|
4771
|
-
"description": "The disabled state of the component",
|
|
4772
|
-
"fieldName": "disabled",
|
|
4773
|
-
"attribute": "disabled",
|
|
4774
|
-
"type": {
|
|
4775
|
-
"text": "boolean"
|
|
4776
|
-
}
|
|
4777
|
-
}
|
|
4778
|
-
],
|
|
4779
|
-
"mixins": [
|
|
4780
|
-
{
|
|
4781
|
-
"name": "EventEmitterMixin",
|
|
4782
|
-
"module": "/src/components/common//mixins/event-emitter.js"
|
|
4783
|
-
}
|
|
4784
|
-
],
|
|
4785
|
-
"superclass": {
|
|
4786
|
-
"name": "LitElement",
|
|
4787
|
-
"package": "lit"
|
|
4788
|
-
},
|
|
4789
|
-
"customElement": true,
|
|
4790
|
-
"events": [
|
|
4791
|
-
{
|
|
4792
|
-
"type": {
|
|
4793
|
-
"text": "CustomEvent"
|
|
4794
|
-
},
|
|
4795
|
-
"inheritedFrom": {
|
|
4796
|
-
"name": "EventEmitterMixin",
|
|
4797
|
-
"module": "src/components/common/mixins/event-emitter.ts"
|
|
4798
|
-
}
|
|
4799
|
-
}
|
|
4800
|
-
]
|
|
4801
|
-
}
|
|
4802
|
-
],
|
|
4803
|
-
"exports": [
|
|
4804
|
-
{
|
|
4805
|
-
"kind": "js",
|
|
4806
|
-
"name": "IgcButtonBaseComponent",
|
|
4807
|
-
"declaration": {
|
|
4808
|
-
"name": "IgcButtonBaseComponent",
|
|
4809
|
-
"module": "src/components/button/button-base.ts"
|
|
4810
|
-
}
|
|
4811
|
-
}
|
|
4812
|
-
]
|
|
4813
|
-
},
|
|
4814
|
-
{
|
|
4815
|
-
"kind": "javascript-module",
|
|
4816
|
-
"path": "src/components/button/button.ts",
|
|
4817
|
-
"declarations": [
|
|
4818
|
-
{
|
|
4819
|
-
"kind": "class",
|
|
4820
|
-
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.",
|
|
4821
|
-
"name": "IgcButtonComponent",
|
|
4822
|
-
"cssParts": [
|
|
4823
|
-
{
|
|
4824
|
-
"description": "The native button element of the igc-button component.",
|
|
4825
|
-
"name": "base"
|
|
4826
|
-
},
|
|
4827
|
-
{
|
|
4828
|
-
"description": "The prefix container of the igc-button component.",
|
|
4829
|
-
"name": "prefix"
|
|
4830
|
-
},
|
|
4831
|
-
{
|
|
4832
|
-
"description": "The suffix container of the igc-button component.",
|
|
4833
|
-
"name": "suffix"
|
|
4834
|
-
}
|
|
4835
|
-
],
|
|
4836
|
-
"slots": [
|
|
4837
|
-
{
|
|
4838
|
-
"description": "Renders the label of the button.",
|
|
4839
|
-
"name": ""
|
|
4840
|
-
},
|
|
4841
|
-
{
|
|
4842
|
-
"description": "Renders content before the label of the button.",
|
|
4843
|
-
"name": "prefix"
|
|
4844
|
-
},
|
|
4845
|
-
{
|
|
4846
|
-
"description": "Renders content after the label of the button.",
|
|
4847
|
-
"name": "suffix"
|
|
4848
|
-
}
|
|
4849
|
-
],
|
|
4850
|
-
"members": [
|
|
4851
|
-
{
|
|
4852
|
-
"kind": "field",
|
|
4853
|
-
"name": "tagName",
|
|
4854
|
-
"type": {
|
|
4855
|
-
"text": "string"
|
|
4856
|
-
},
|
|
4857
|
-
"privacy": "public",
|
|
4858
|
-
"static": true,
|
|
4859
|
-
"readonly": true,
|
|
4860
|
-
"default": "'igc-button'"
|
|
4861
|
-
},
|
|
4862
|
-
{
|
|
4863
|
-
"kind": "method",
|
|
4864
|
-
"name": "register",
|
|
4865
|
-
"privacy": "public",
|
|
4866
|
-
"static": true
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"kind": "field",
|
|
4870
|
-
"name": "variant",
|
|
4871
|
-
"type": {
|
|
4872
|
-
"text": "ButtonVariant"
|
|
4873
|
-
},
|
|
4874
|
-
"privacy": "public",
|
|
4875
|
-
"default": "'contained'",
|
|
4876
|
-
"description": "Sets the variant of the button.",
|
|
4877
|
-
"attribute": "variant",
|
|
4878
|
-
"reflects": true,
|
|
4879
|
-
"expandedType": {
|
|
4880
|
-
"text": "'contained' | 'flat' | 'outlined' | 'fab'"
|
|
4881
|
-
}
|
|
4882
|
-
},
|
|
4883
|
-
{
|
|
4884
|
-
"kind": "method",
|
|
4885
|
-
"name": "renderContent",
|
|
4886
|
-
"privacy": "protected",
|
|
4887
|
-
"return": {
|
|
4888
|
-
"type": {
|
|
4889
|
-
"text": "TemplateResult"
|
|
4890
|
-
}
|
|
4891
|
-
},
|
|
4892
|
-
"inheritedFrom": {
|
|
4893
|
-
"name": "IgcButtonBaseComponent",
|
|
4894
|
-
"module": "src/components/button/button-base.ts"
|
|
4895
|
-
}
|
|
4896
|
-
},
|
|
4897
|
-
{
|
|
4898
|
-
"kind": "method",
|
|
4899
|
-
"name": "addEventListener",
|
|
4900
|
-
"privacy": "public",
|
|
4901
|
-
"return": {
|
|
4902
|
-
"type": {
|
|
4903
|
-
"text": "void"
|
|
4904
|
-
}
|
|
4905
|
-
},
|
|
4906
|
-
"parameters": [
|
|
4907
|
-
{
|
|
4908
|
-
"name": "type",
|
|
4909
|
-
"type": {
|
|
4910
|
-
"text": "K"
|
|
4911
|
-
}
|
|
4912
|
-
},
|
|
4913
|
-
{
|
|
4914
|
-
"name": "listener",
|
|
4915
|
-
"type": {
|
|
4916
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
4917
|
-
}
|
|
4918
|
-
},
|
|
4919
|
-
{
|
|
4920
|
-
"name": "options",
|
|
4921
|
-
"optional": true,
|
|
4922
|
-
"type": {
|
|
4923
|
-
"text": "boolean | AddEventListenerOptions"
|
|
4924
|
-
}
|
|
4925
|
-
}
|
|
4926
|
-
],
|
|
4927
|
-
"inheritedFrom": {
|
|
4928
|
-
"name": "IgcButtonBaseComponent",
|
|
4929
|
-
"module": "src/components/button/button-base.ts"
|
|
4930
|
-
}
|
|
4931
|
-
},
|
|
4932
|
-
{
|
|
4933
|
-
"kind": "method",
|
|
4934
|
-
"name": "removeEventListener",
|
|
4935
|
-
"privacy": "public",
|
|
4936
|
-
"return": {
|
|
4937
|
-
"type": {
|
|
4938
|
-
"text": "void"
|
|
4939
|
-
}
|
|
4940
|
-
},
|
|
4941
|
-
"parameters": [
|
|
4942
|
-
{
|
|
4943
|
-
"name": "type",
|
|
4944
|
-
"type": {
|
|
4945
|
-
"text": "K"
|
|
4946
|
-
}
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"name": "listener",
|
|
4950
|
-
"type": {
|
|
4951
|
-
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
4952
|
-
}
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"name": "options",
|
|
4956
|
-
"optional": true,
|
|
4957
|
-
"type": {
|
|
4958
|
-
"text": "boolean | EventListenerOptions"
|
|
4959
|
-
}
|
|
4960
|
-
}
|
|
4961
|
-
],
|
|
4962
|
-
"inheritedFrom": {
|
|
4963
|
-
"name": "IgcButtonBaseComponent",
|
|
4964
|
-
"module": "src/components/button/button-base.ts"
|
|
4965
|
-
}
|
|
4966
|
-
},
|
|
4967
|
-
{
|
|
4968
|
-
"kind": "method",
|
|
4969
|
-
"name": "emitEvent",
|
|
4970
|
-
"privacy": "private",
|
|
4971
|
-
"return": {
|
|
4972
|
-
"type": {
|
|
4973
|
-
"text": "boolean"
|
|
4974
|
-
}
|
|
4975
|
-
},
|
|
4976
|
-
"parameters": [
|
|
4977
|
-
{
|
|
4978
|
-
"name": "type",
|
|
4979
|
-
"type": {
|
|
4980
|
-
"text": "K"
|
|
4981
|
-
}
|
|
4982
|
-
},
|
|
4983
|
-
{
|
|
4984
|
-
"name": "eventInitDict",
|
|
4985
|
-
"optional": true,
|
|
4986
|
-
"type": {
|
|
4987
|
-
"text": "CustomEventInit<D>"
|
|
4988
|
-
}
|
|
4989
|
-
}
|
|
4990
|
-
],
|
|
4991
|
-
"inheritedFrom": {
|
|
4992
|
-
"name": "IgcButtonBaseComponent",
|
|
4993
|
-
"module": "src/components/button/button-base.ts"
|
|
4997
|
+
"name": "EventEmitterMixin",
|
|
4998
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
4994
4999
|
}
|
|
5000
|
+
}
|
|
5001
|
+
],
|
|
5002
|
+
"attributes": [
|
|
5003
|
+
{
|
|
5004
|
+
"name": "type",
|
|
5005
|
+
"type": {
|
|
5006
|
+
"text": "'button' | 'reset' | 'submit'"
|
|
5007
|
+
},
|
|
5008
|
+
"default": "'button'",
|
|
5009
|
+
"description": "The type of the button. Defaults to `button`.",
|
|
5010
|
+
"fieldName": "type",
|
|
5011
|
+
"attribute": "type"
|
|
4995
5012
|
},
|
|
4996
5013
|
{
|
|
4997
|
-
"
|
|
4998
|
-
"
|
|
5014
|
+
"name": "href",
|
|
5015
|
+
"type": {
|
|
5016
|
+
"text": "string | undefined"
|
|
5017
|
+
},
|
|
5018
|
+
"description": "The URL the button points to.",
|
|
5019
|
+
"fieldName": "href",
|
|
5020
|
+
"attribute": "href"
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"name": "download",
|
|
5024
|
+
"type": {
|
|
5025
|
+
"text": "string | undefined"
|
|
5026
|
+
},
|
|
5027
|
+
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
5028
|
+
"fieldName": "download",
|
|
5029
|
+
"attribute": "download"
|
|
5030
|
+
},
|
|
5031
|
+
{
|
|
5032
|
+
"name": "target",
|
|
5033
|
+
"type": {
|
|
5034
|
+
"text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
|
|
5035
|
+
},
|
|
5036
|
+
"description": "Where to display the linked URL, as the name for a browsing context.",
|
|
5037
|
+
"fieldName": "target",
|
|
5038
|
+
"attribute": "target"
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "rel",
|
|
5042
|
+
"type": {
|
|
5043
|
+
"text": "string | undefined"
|
|
5044
|
+
},
|
|
5045
|
+
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
5046
|
+
"fieldName": "rel",
|
|
5047
|
+
"attribute": "rel"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"name": "disabled",
|
|
5051
|
+
"description": "The disabled state of the component",
|
|
5052
|
+
"fieldName": "disabled",
|
|
5053
|
+
"attribute": "disabled",
|
|
4999
5054
|
"type": {
|
|
5000
5055
|
"text": "boolean"
|
|
5056
|
+
}
|
|
5057
|
+
}
|
|
5058
|
+
],
|
|
5059
|
+
"mixins": [
|
|
5060
|
+
{
|
|
5061
|
+
"name": "EventEmitterMixin",
|
|
5062
|
+
"module": "/src/components/common//mixins/event-emitter.js"
|
|
5063
|
+
}
|
|
5064
|
+
],
|
|
5065
|
+
"superclass": {
|
|
5066
|
+
"name": "LitElement",
|
|
5067
|
+
"package": "lit"
|
|
5068
|
+
},
|
|
5069
|
+
"customElement": true,
|
|
5070
|
+
"events": [
|
|
5071
|
+
{
|
|
5072
|
+
"type": {
|
|
5073
|
+
"text": "CustomEvent"
|
|
5074
|
+
},
|
|
5075
|
+
"inheritedFrom": {
|
|
5076
|
+
"name": "EventEmitterMixin",
|
|
5077
|
+
"module": "src/components/common/mixins/event-emitter.ts"
|
|
5078
|
+
}
|
|
5079
|
+
}
|
|
5080
|
+
]
|
|
5081
|
+
}
|
|
5082
|
+
],
|
|
5083
|
+
"exports": [
|
|
5084
|
+
{
|
|
5085
|
+
"kind": "js",
|
|
5086
|
+
"name": "IgcButtonBaseComponent",
|
|
5087
|
+
"declaration": {
|
|
5088
|
+
"name": "IgcButtonBaseComponent",
|
|
5089
|
+
"module": "src/components/button/button-base.ts"
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
]
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"kind": "javascript-module",
|
|
5096
|
+
"path": "src/components/button/button.ts",
|
|
5097
|
+
"declarations": [
|
|
5098
|
+
{
|
|
5099
|
+
"kind": "class",
|
|
5100
|
+
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.",
|
|
5101
|
+
"name": "IgcButtonComponent",
|
|
5102
|
+
"cssParts": [
|
|
5103
|
+
{
|
|
5104
|
+
"description": "The native button element of the igc-button component.",
|
|
5105
|
+
"name": "base"
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"description": "The prefix container of the igc-button component.",
|
|
5109
|
+
"name": "prefix"
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"description": "The suffix container of the igc-button component.",
|
|
5113
|
+
"name": "suffix"
|
|
5114
|
+
}
|
|
5115
|
+
],
|
|
5116
|
+
"slots": [
|
|
5117
|
+
{
|
|
5118
|
+
"description": "Renders the label of the button.",
|
|
5119
|
+
"name": ""
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"description": "Renders content before the label of the button.",
|
|
5123
|
+
"name": "prefix"
|
|
5124
|
+
},
|
|
5125
|
+
{
|
|
5126
|
+
"description": "Renders content after the label of the button.",
|
|
5127
|
+
"name": "suffix"
|
|
5128
|
+
}
|
|
5129
|
+
],
|
|
5130
|
+
"members": [
|
|
5131
|
+
{
|
|
5132
|
+
"kind": "field",
|
|
5133
|
+
"name": "tagName",
|
|
5134
|
+
"type": {
|
|
5135
|
+
"text": "string"
|
|
5001
5136
|
},
|
|
5002
5137
|
"privacy": "public",
|
|
5003
5138
|
"static": true,
|
|
5004
5139
|
"readonly": true,
|
|
5005
|
-
"default": "
|
|
5140
|
+
"default": "'igc-button'"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "method",
|
|
5144
|
+
"name": "register",
|
|
5145
|
+
"privacy": "public",
|
|
5146
|
+
"static": true,
|
|
5147
|
+
"return": {
|
|
5148
|
+
"type": {
|
|
5149
|
+
"text": "void"
|
|
5150
|
+
}
|
|
5151
|
+
}
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"kind": "field",
|
|
5155
|
+
"name": "variant",
|
|
5156
|
+
"type": {
|
|
5157
|
+
"text": "ButtonVariant"
|
|
5158
|
+
},
|
|
5159
|
+
"privacy": "public",
|
|
5160
|
+
"default": "'contained'",
|
|
5161
|
+
"description": "Sets the variant of the button.",
|
|
5162
|
+
"attribute": "variant",
|
|
5163
|
+
"reflects": true,
|
|
5164
|
+
"expandedType": {
|
|
5165
|
+
"text": "'contained' | 'flat' | 'outlined' | 'fab'"
|
|
5166
|
+
}
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"kind": "method",
|
|
5170
|
+
"name": "renderContent",
|
|
5171
|
+
"privacy": "protected",
|
|
5172
|
+
"return": {
|
|
5173
|
+
"type": {
|
|
5174
|
+
"text": "TemplateResult"
|
|
5175
|
+
}
|
|
5176
|
+
},
|
|
5177
|
+
"inheritedFrom": {
|
|
5178
|
+
"name": "IgcButtonBaseComponent",
|
|
5179
|
+
"module": "src/components/button/button-base.ts"
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "method",
|
|
5184
|
+
"name": "addEventListener",
|
|
5185
|
+
"privacy": "public",
|
|
5186
|
+
"return": {
|
|
5187
|
+
"type": {
|
|
5188
|
+
"text": "void"
|
|
5189
|
+
}
|
|
5190
|
+
},
|
|
5191
|
+
"parameters": [
|
|
5192
|
+
{
|
|
5193
|
+
"name": "type",
|
|
5194
|
+
"type": {
|
|
5195
|
+
"text": "K"
|
|
5196
|
+
}
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"name": "listener",
|
|
5200
|
+
"type": {
|
|
5201
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
5202
|
+
}
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"name": "options",
|
|
5206
|
+
"optional": true,
|
|
5207
|
+
"type": {
|
|
5208
|
+
"text": "boolean | AddEventListenerOptions"
|
|
5209
|
+
}
|
|
5210
|
+
}
|
|
5211
|
+
],
|
|
5212
|
+
"inheritedFrom": {
|
|
5213
|
+
"name": "IgcButtonBaseComponent",
|
|
5214
|
+
"module": "src/components/button/button-base.ts"
|
|
5215
|
+
}
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"kind": "method",
|
|
5219
|
+
"name": "removeEventListener",
|
|
5220
|
+
"privacy": "public",
|
|
5221
|
+
"return": {
|
|
5222
|
+
"type": {
|
|
5223
|
+
"text": "void"
|
|
5224
|
+
}
|
|
5225
|
+
},
|
|
5226
|
+
"parameters": [
|
|
5227
|
+
{
|
|
5228
|
+
"name": "type",
|
|
5229
|
+
"type": {
|
|
5230
|
+
"text": "K"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "listener",
|
|
5235
|
+
"type": {
|
|
5236
|
+
"text": "(this: HTMLElement, ev: M[K]) => any"
|
|
5237
|
+
}
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
"name": "options",
|
|
5241
|
+
"optional": true,
|
|
5242
|
+
"type": {
|
|
5243
|
+
"text": "boolean | EventListenerOptions"
|
|
5244
|
+
}
|
|
5245
|
+
}
|
|
5246
|
+
],
|
|
5247
|
+
"inheritedFrom": {
|
|
5248
|
+
"name": "IgcButtonBaseComponent",
|
|
5249
|
+
"module": "src/components/button/button-base.ts"
|
|
5250
|
+
}
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"kind": "method",
|
|
5254
|
+
"name": "emitEvent",
|
|
5255
|
+
"privacy": "private",
|
|
5256
|
+
"return": {
|
|
5257
|
+
"type": {
|
|
5258
|
+
"text": "boolean"
|
|
5259
|
+
}
|
|
5260
|
+
},
|
|
5261
|
+
"parameters": [
|
|
5262
|
+
{
|
|
5263
|
+
"name": "type",
|
|
5264
|
+
"type": {
|
|
5265
|
+
"text": "K"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "eventInitDict",
|
|
5270
|
+
"optional": true,
|
|
5271
|
+
"type": {
|
|
5272
|
+
"text": "CustomEventInit<D>"
|
|
5273
|
+
}
|
|
5274
|
+
}
|
|
5275
|
+
],
|
|
5006
5276
|
"inheritedFrom": {
|
|
5007
5277
|
"name": "IgcButtonBaseComponent",
|
|
5008
5278
|
"module": "src/components/button/button-base.ts"
|
|
@@ -5010,13 +5280,14 @@
|
|
|
5010
5280
|
},
|
|
5011
5281
|
{
|
|
5012
5282
|
"kind": "field",
|
|
5013
|
-
"name": "
|
|
5283
|
+
"name": "formAssociated",
|
|
5014
5284
|
"type": {
|
|
5015
|
-
"text": "
|
|
5285
|
+
"text": "boolean"
|
|
5016
5286
|
},
|
|
5017
|
-
"privacy": "
|
|
5287
|
+
"privacy": "public",
|
|
5018
5288
|
"static": true,
|
|
5019
|
-
"
|
|
5289
|
+
"readonly": true,
|
|
5290
|
+
"default": "true",
|
|
5020
5291
|
"inheritedFrom": {
|
|
5021
5292
|
"name": "IgcButtonBaseComponent",
|
|
5022
5293
|
"module": "src/components/button/button-base.ts"
|
|
@@ -5024,10 +5295,7 @@
|
|
|
5024
5295
|
},
|
|
5025
5296
|
{
|
|
5026
5297
|
"kind": "field",
|
|
5027
|
-
"name": "
|
|
5028
|
-
"type": {
|
|
5029
|
-
"text": "ElementInternals"
|
|
5030
|
-
},
|
|
5298
|
+
"name": "_internals",
|
|
5031
5299
|
"privacy": "protected",
|
|
5032
5300
|
"readonly": true,
|
|
5033
5301
|
"inheritedFrom": {
|
|
@@ -5091,7 +5359,7 @@
|
|
|
5091
5359
|
"kind": "field",
|
|
5092
5360
|
"name": "href",
|
|
5093
5361
|
"type": {
|
|
5094
|
-
"text": "string"
|
|
5362
|
+
"text": "string | undefined"
|
|
5095
5363
|
},
|
|
5096
5364
|
"privacy": "public",
|
|
5097
5365
|
"description": "The URL the button points to.",
|
|
@@ -5105,7 +5373,7 @@
|
|
|
5105
5373
|
"kind": "field",
|
|
5106
5374
|
"name": "download",
|
|
5107
5375
|
"type": {
|
|
5108
|
-
"text": "string"
|
|
5376
|
+
"text": "string | undefined"
|
|
5109
5377
|
},
|
|
5110
5378
|
"privacy": "public",
|
|
5111
5379
|
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
@@ -5133,7 +5401,7 @@
|
|
|
5133
5401
|
"kind": "field",
|
|
5134
5402
|
"name": "rel",
|
|
5135
5403
|
"type": {
|
|
5136
|
-
"text": "string"
|
|
5404
|
+
"text": "string | undefined"
|
|
5137
5405
|
},
|
|
5138
5406
|
"privacy": "public",
|
|
5139
5407
|
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
@@ -5312,7 +5580,7 @@
|
|
|
5312
5580
|
{
|
|
5313
5581
|
"name": "href",
|
|
5314
5582
|
"type": {
|
|
5315
|
-
"text": "string"
|
|
5583
|
+
"text": "string | undefined"
|
|
5316
5584
|
},
|
|
5317
5585
|
"description": "The URL the button points to.",
|
|
5318
5586
|
"fieldName": "href",
|
|
@@ -5325,7 +5593,7 @@
|
|
|
5325
5593
|
{
|
|
5326
5594
|
"name": "download",
|
|
5327
5595
|
"type": {
|
|
5328
|
-
"text": "string"
|
|
5596
|
+
"text": "string | undefined"
|
|
5329
5597
|
},
|
|
5330
5598
|
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
5331
5599
|
"fieldName": "download",
|
|
@@ -5351,7 +5619,7 @@
|
|
|
5351
5619
|
{
|
|
5352
5620
|
"name": "rel",
|
|
5353
5621
|
"type": {
|
|
5354
|
-
"text": "string"
|
|
5622
|
+
"text": "string | undefined"
|
|
5355
5623
|
},
|
|
5356
5624
|
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
5357
5625
|
"fieldName": "rel",
|
|
@@ -5469,15 +5737,12 @@
|
|
|
5469
5737
|
"kind": "method",
|
|
5470
5738
|
"name": "register",
|
|
5471
5739
|
"privacy": "public",
|
|
5472
|
-
"static": true
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
"text": "ElementInternals"
|
|
5479
|
-
},
|
|
5480
|
-
"privacy": "private"
|
|
5740
|
+
"static": true,
|
|
5741
|
+
"return": {
|
|
5742
|
+
"type": {
|
|
5743
|
+
"text": "void"
|
|
5744
|
+
}
|
|
5745
|
+
}
|
|
5481
5746
|
},
|
|
5482
5747
|
{
|
|
5483
5748
|
"kind": "field",
|
|
@@ -5485,12 +5750,14 @@
|
|
|
5485
5750
|
"type": {
|
|
5486
5751
|
"text": "Ref<HTMLElement>"
|
|
5487
5752
|
},
|
|
5488
|
-
"privacy": "private"
|
|
5753
|
+
"privacy": "private",
|
|
5754
|
+
"readonly": true
|
|
5489
5755
|
},
|
|
5490
5756
|
{
|
|
5491
5757
|
"kind": "field",
|
|
5492
5758
|
"name": "_animationPlayer",
|
|
5493
|
-
"privacy": "private"
|
|
5759
|
+
"privacy": "private",
|
|
5760
|
+
"readonly": true
|
|
5494
5761
|
},
|
|
5495
5762
|
{
|
|
5496
5763
|
"kind": "field",
|
|
@@ -5555,22 +5822,6 @@
|
|
|
5555
5822
|
"name": "handleClick",
|
|
5556
5823
|
"privacy": "private"
|
|
5557
5824
|
},
|
|
5558
|
-
{
|
|
5559
|
-
"kind": "field",
|
|
5560
|
-
"name": "role",
|
|
5561
|
-
"type": {
|
|
5562
|
-
"text": "string"
|
|
5563
|
-
},
|
|
5564
|
-
"default": "'status'"
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"kind": "field",
|
|
5568
|
-
"name": "ariaLive",
|
|
5569
|
-
"type": {
|
|
5570
|
-
"text": "string"
|
|
5571
|
-
},
|
|
5572
|
-
"default": "'polite'"
|
|
5573
|
-
},
|
|
5574
5825
|
{
|
|
5575
5826
|
"kind": "method",
|
|
5576
5827
|
"name": "addEventListener",
|
|
@@ -5734,6 +5985,11 @@
|
|
|
5734
5985
|
{
|
|
5735
5986
|
"kind": "function",
|
|
5736
5987
|
"name": "createMutationController",
|
|
5988
|
+
"return": {
|
|
5989
|
+
"type": {
|
|
5990
|
+
"text": "MutationController<T>"
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5737
5993
|
"parameters": [
|
|
5738
5994
|
{
|
|
5739
5995
|
"name": "host",
|
|
@@ -5794,16 +6050,6 @@
|
|
|
5794
6050
|
"readonly": true,
|
|
5795
6051
|
"default": "'igc-toggle-button'"
|
|
5796
6052
|
},
|
|
5797
|
-
{
|
|
5798
|
-
"kind": "field",
|
|
5799
|
-
"name": "shadowRootOptions",
|
|
5800
|
-
"type": {
|
|
5801
|
-
"text": "object"
|
|
5802
|
-
},
|
|
5803
|
-
"privacy": "public",
|
|
5804
|
-
"static": true,
|
|
5805
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
5806
|
-
},
|
|
5807
6053
|
{
|
|
5808
6054
|
"kind": "method",
|
|
5809
6055
|
"name": "register",
|
|
@@ -6754,130 +7000,77 @@
|
|
|
6754
7000
|
"declarations": [],
|
|
6755
7001
|
"exports": []
|
|
6756
7002
|
},
|
|
6757
|
-
{
|
|
6758
|
-
"kind": "javascript-module",
|
|
6759
|
-
"path": "src/components/common/decorators/blazorAdditionalDependencies.ts",
|
|
6760
|
-
"declarations": [
|
|
6761
|
-
{
|
|
6762
|
-
"kind": "function",
|
|
6763
|
-
"name": "blazorAdditionalDependencies",
|
|
6764
|
-
"parameters": [
|
|
6765
|
-
{
|
|
6766
|
-
"name": "_additionalDependencies",
|
|
6767
|
-
"type": {
|
|
6768
|
-
"text": "string"
|
|
6769
|
-
},
|
|
6770
|
-
"description": "an alternate member name to use."
|
|
6771
|
-
}
|
|
6772
|
-
],
|
|
6773
|
-
"description": "Indicates additional dependencies that should be loaded by the module of a component, even if they don't appear to be dependencies."
|
|
6774
|
-
}
|
|
6775
|
-
],
|
|
6776
|
-
"exports": [
|
|
6777
|
-
{
|
|
6778
|
-
"kind": "js",
|
|
6779
|
-
"name": "blazorAdditionalDependencies",
|
|
6780
|
-
"declaration": {
|
|
6781
|
-
"name": "blazorAdditionalDependencies",
|
|
6782
|
-
"module": "src/components/common/decorators/blazorAdditionalDependencies.ts"
|
|
6783
|
-
}
|
|
6784
|
-
}
|
|
6785
|
-
]
|
|
6786
|
-
},
|
|
6787
|
-
{
|
|
6788
|
-
"kind": "javascript-module",
|
|
6789
|
-
"path": "src/components/common/i18n/date-range-picker.resources.ts",
|
|
6790
|
-
"declarations": [
|
|
6791
|
-
{
|
|
6792
|
-
"kind": "variable",
|
|
6793
|
-
"name": "IgcDateRangePickerResourceStringsEN",
|
|
6794
|
-
"type": {
|
|
6795
|
-
"text": "IgcDateRangePickerResourceStrings"
|
|
6796
|
-
},
|
|
6797
|
-
"default": "{ separator: 'to', done: 'Done', cancel: 'Cancel', last7Days: 'Last 7 days', last30Days: 'Last 30 days', currentMonth: 'Current month', yearToDate: 'Year to date', ...IgcCalendarResourceStringEN, }"
|
|
6798
|
-
}
|
|
6799
|
-
],
|
|
6800
|
-
"exports": [
|
|
6801
|
-
{
|
|
6802
|
-
"kind": "js",
|
|
6803
|
-
"name": "IgcDateRangePickerResourceStringsEN",
|
|
6804
|
-
"declaration": {
|
|
6805
|
-
"name": "IgcDateRangePickerResourceStringsEN",
|
|
6806
|
-
"module": "src/components/common/i18n/date-range-picker.resources.ts"
|
|
6807
|
-
}
|
|
6808
|
-
}
|
|
6809
|
-
]
|
|
6810
|
-
},
|
|
6811
7003
|
{
|
|
6812
7004
|
"kind": "javascript-module",
|
|
6813
7005
|
"path": "src/components/common/controllers/root-click.ts",
|
|
6814
7006
|
"declarations": [
|
|
6815
7007
|
{
|
|
6816
7008
|
"kind": "class",
|
|
6817
|
-
"description": "",
|
|
7009
|
+
"description": "A Lit ReactiveController that manages global click listeners to hide a component\nwhen a click occurs outside of the component or its specified target.\n\nThis controller implements a singleton pattern for the document click listener,\nmeaning only one event listener is attached to `document` regardless of how many\ninstances of `RootClickController` are active. Each controller instance\nsubscribes to this single listener.",
|
|
6818
7010
|
"name": "RootClickController",
|
|
6819
7011
|
"members": [
|
|
6820
7012
|
{
|
|
6821
|
-
"kind": "
|
|
6822
|
-
"name": "
|
|
6823
|
-
"
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
"
|
|
6827
|
-
"
|
|
6828
|
-
"
|
|
7013
|
+
"kind": "field",
|
|
7014
|
+
"name": "_host",
|
|
7015
|
+
"type": {
|
|
7016
|
+
"text": "RootClickControllerHost"
|
|
7017
|
+
},
|
|
7018
|
+
"privacy": "private",
|
|
7019
|
+
"readonly": true,
|
|
7020
|
+
"default": "host"
|
|
6829
7021
|
},
|
|
6830
7022
|
{
|
|
6831
|
-
"kind": "
|
|
6832
|
-
"name": "
|
|
6833
|
-
"
|
|
7023
|
+
"kind": "field",
|
|
7024
|
+
"name": "_config",
|
|
7025
|
+
"type": {
|
|
7026
|
+
"text": "RootClickControllerConfig | undefined"
|
|
7027
|
+
},
|
|
7028
|
+
"privacy": "private",
|
|
7029
|
+
"default": "config"
|
|
6834
7030
|
},
|
|
6835
7031
|
{
|
|
6836
7032
|
"kind": "method",
|
|
6837
|
-
"name": "
|
|
7033
|
+
"name": "_addActiveHost",
|
|
6838
7034
|
"privacy": "private",
|
|
6839
|
-
"
|
|
6840
|
-
{
|
|
6841
|
-
"
|
|
6842
|
-
"type": {
|
|
6843
|
-
"text": "PointerEvent"
|
|
6844
|
-
}
|
|
7035
|
+
"return": {
|
|
7036
|
+
"type": {
|
|
7037
|
+
"text": "void"
|
|
6845
7038
|
}
|
|
6846
|
-
|
|
7039
|
+
},
|
|
7040
|
+
"description": "Adds the host to the set of active hosts and ensures the global\ndocument click listener is active if needed."
|
|
6847
7041
|
},
|
|
6848
7042
|
{
|
|
6849
7043
|
"kind": "method",
|
|
6850
|
-
"name": "
|
|
6851
|
-
"privacy": "
|
|
6852
|
-
"
|
|
6853
|
-
{
|
|
6854
|
-
"
|
|
6855
|
-
"type": {
|
|
6856
|
-
"text": "PointerEvent"
|
|
6857
|
-
}
|
|
7044
|
+
"name": "_removeActiveHost",
|
|
7045
|
+
"privacy": "private",
|
|
7046
|
+
"return": {
|
|
7047
|
+
"type": {
|
|
7048
|
+
"text": "void"
|
|
6858
7049
|
}
|
|
6859
|
-
|
|
6860
|
-
|
|
6861
|
-
{
|
|
6862
|
-
"kind": "method",
|
|
6863
|
-
"name": "hide",
|
|
6864
|
-
"privacy": "private"
|
|
6865
|
-
},
|
|
6866
|
-
{
|
|
6867
|
-
"kind": "method",
|
|
6868
|
-
"name": "hostConnected",
|
|
6869
|
-
"privacy": "public"
|
|
7050
|
+
},
|
|
7051
|
+
"description": "Removes the host from the set of active hosts and removes the global\ndocument click listener if no other hosts are active."
|
|
6870
7052
|
},
|
|
6871
7053
|
{
|
|
6872
7054
|
"kind": "method",
|
|
6873
|
-
"name": "
|
|
6874
|
-
"privacy": "
|
|
7055
|
+
"name": "_configureListeners",
|
|
7056
|
+
"privacy": "private",
|
|
7057
|
+
"return": {
|
|
7058
|
+
"type": {
|
|
7059
|
+
"text": "void"
|
|
7060
|
+
}
|
|
7061
|
+
},
|
|
7062
|
+
"description": "Configures the active state of the controller based on the host's `open` property.\nIf `host.open` is true, the controller becomes active; otherwise, it becomes inactive."
|
|
6875
7063
|
}
|
|
6876
7064
|
]
|
|
6877
7065
|
},
|
|
6878
7066
|
{
|
|
6879
7067
|
"kind": "function",
|
|
6880
|
-
"name": "
|
|
7068
|
+
"name": "addRootClickController",
|
|
7069
|
+
"return": {
|
|
7070
|
+
"type": {
|
|
7071
|
+
"text": "RootClickController"
|
|
7072
|
+
}
|
|
7073
|
+
},
|
|
6881
7074
|
"parameters": [
|
|
6882
7075
|
{
|
|
6883
7076
|
"name": "host",
|
|
@@ -6892,28 +7085,83 @@
|
|
|
6892
7085
|
"text": "RootClickControllerConfig"
|
|
6893
7086
|
}
|
|
6894
7087
|
}
|
|
6895
|
-
]
|
|
7088
|
+
],
|
|
7089
|
+
"description": "Creates and adds a RootClickController instance with a RootClickControllerConfig| configuration\nto the given RootClickControllerHost| host."
|
|
6896
7090
|
}
|
|
6897
7091
|
],
|
|
6898
7092
|
"exports": [
|
|
6899
7093
|
{
|
|
6900
7094
|
"kind": "js",
|
|
6901
|
-
"name": "
|
|
7095
|
+
"name": "addRootClickController",
|
|
6902
7096
|
"declaration": {
|
|
6903
|
-
"name": "
|
|
7097
|
+
"name": "addRootClickController",
|
|
6904
7098
|
"module": "src/components/common/controllers/root-click.ts"
|
|
6905
7099
|
}
|
|
6906
7100
|
},
|
|
6907
7101
|
{
|
|
6908
7102
|
"kind": "js",
|
|
6909
|
-
"name": "
|
|
7103
|
+
"name": "RootClickController",
|
|
6910
7104
|
"declaration": {
|
|
6911
|
-
"name": "
|
|
7105
|
+
"name": "RootClickController",
|
|
6912
7106
|
"module": "src/components/common/controllers/root-click.ts"
|
|
6913
7107
|
}
|
|
6914
7108
|
}
|
|
6915
7109
|
]
|
|
6916
7110
|
},
|
|
7111
|
+
{
|
|
7112
|
+
"kind": "javascript-module",
|
|
7113
|
+
"path": "src/components/common/decorators/blazorAdditionalDependencies.ts",
|
|
7114
|
+
"declarations": [
|
|
7115
|
+
{
|
|
7116
|
+
"kind": "function",
|
|
7117
|
+
"name": "blazorAdditionalDependencies",
|
|
7118
|
+
"parameters": [
|
|
7119
|
+
{
|
|
7120
|
+
"name": "_additionalDependencies",
|
|
7121
|
+
"type": {
|
|
7122
|
+
"text": "string"
|
|
7123
|
+
},
|
|
7124
|
+
"description": "an alternate member name to use."
|
|
7125
|
+
}
|
|
7126
|
+
],
|
|
7127
|
+
"description": "Indicates additional dependencies that should be loaded by the module of a component, even if they don't appear to be dependencies."
|
|
7128
|
+
}
|
|
7129
|
+
],
|
|
7130
|
+
"exports": [
|
|
7131
|
+
{
|
|
7132
|
+
"kind": "js",
|
|
7133
|
+
"name": "blazorAdditionalDependencies",
|
|
7134
|
+
"declaration": {
|
|
7135
|
+
"name": "blazorAdditionalDependencies",
|
|
7136
|
+
"module": "src/components/common/decorators/blazorAdditionalDependencies.ts"
|
|
7137
|
+
}
|
|
7138
|
+
}
|
|
7139
|
+
]
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"kind": "javascript-module",
|
|
7143
|
+
"path": "src/components/common/i18n/date-range-picker.resources.ts",
|
|
7144
|
+
"declarations": [
|
|
7145
|
+
{
|
|
7146
|
+
"kind": "variable",
|
|
7147
|
+
"name": "IgcDateRangePickerResourceStringsEN",
|
|
7148
|
+
"type": {
|
|
7149
|
+
"text": "IgcDateRangePickerResourceStrings"
|
|
7150
|
+
},
|
|
7151
|
+
"default": "{ separator: 'to', done: 'Done', cancel: 'Cancel', last7Days: 'Last 7 days', last30Days: 'Last 30 days', currentMonth: 'Current month', yearToDate: 'Year to date', ...IgcCalendarResourceStringEN, }"
|
|
7152
|
+
}
|
|
7153
|
+
],
|
|
7154
|
+
"exports": [
|
|
7155
|
+
{
|
|
7156
|
+
"kind": "js",
|
|
7157
|
+
"name": "IgcDateRangePickerResourceStringsEN",
|
|
7158
|
+
"declaration": {
|
|
7159
|
+
"name": "IgcDateRangePickerResourceStringsEN",
|
|
7160
|
+
"module": "src/components/common/i18n/date-range-picker.resources.ts"
|
|
7161
|
+
}
|
|
7162
|
+
}
|
|
7163
|
+
]
|
|
7164
|
+
},
|
|
6917
7165
|
{
|
|
6918
7166
|
"kind": "javascript-module",
|
|
6919
7167
|
"path": "src/components/common/mixins/combo-box.ts",
|
|
@@ -6934,6 +7182,9 @@
|
|
|
6934
7182
|
{
|
|
6935
7183
|
"kind": "field",
|
|
6936
7184
|
"name": "_rootClickController",
|
|
7185
|
+
"type": {
|
|
7186
|
+
"text": "RootClickController"
|
|
7187
|
+
},
|
|
6937
7188
|
"privacy": "protected"
|
|
6938
7189
|
},
|
|
6939
7190
|
{
|
|
@@ -11342,19 +11593,15 @@
|
|
|
11342
11593
|
"members": [
|
|
11343
11594
|
{
|
|
11344
11595
|
"kind": "field",
|
|
11345
|
-
"name": "
|
|
11346
|
-
"
|
|
11347
|
-
"text": "object"
|
|
11348
|
-
},
|
|
11349
|
-
"privacy": "protected",
|
|
11596
|
+
"name": "increment",
|
|
11597
|
+
"privacy": "private",
|
|
11350
11598
|
"static": true,
|
|
11351
|
-
"
|
|
11599
|
+
"readonly": true
|
|
11352
11600
|
},
|
|
11353
11601
|
{
|
|
11354
11602
|
"kind": "field",
|
|
11355
|
-
"name": "
|
|
11356
|
-
"privacy": "
|
|
11357
|
-
"static": true,
|
|
11603
|
+
"name": "_themes",
|
|
11604
|
+
"privacy": "protected",
|
|
11358
11605
|
"readonly": true
|
|
11359
11606
|
},
|
|
11360
11607
|
{
|
|
@@ -11404,12 +11651,6 @@
|
|
|
11404
11651
|
},
|
|
11405
11652
|
"privacy": "protected"
|
|
11406
11653
|
},
|
|
11407
|
-
{
|
|
11408
|
-
"kind": "field",
|
|
11409
|
-
"name": "_isMaterial",
|
|
11410
|
-
"privacy": "protected",
|
|
11411
|
-
"readonly": true
|
|
11412
|
-
},
|
|
11413
11654
|
{
|
|
11414
11655
|
"kind": "field",
|
|
11415
11656
|
"name": "outlined",
|
|
@@ -13476,13 +13717,10 @@
|
|
|
13476
13717
|
},
|
|
13477
13718
|
{
|
|
13478
13719
|
"kind": "field",
|
|
13479
|
-
"name": "
|
|
13480
|
-
"
|
|
13481
|
-
"text": "object"
|
|
13482
|
-
},
|
|
13483
|
-
"privacy": "protected",
|
|
13720
|
+
"name": "increment",
|
|
13721
|
+
"privacy": "private",
|
|
13484
13722
|
"static": true,
|
|
13485
|
-
"
|
|
13723
|
+
"readonly": true,
|
|
13486
13724
|
"inheritedFrom": {
|
|
13487
13725
|
"name": "IgcInputBaseComponent",
|
|
13488
13726
|
"module": "src/components/input/input-base.ts"
|
|
@@ -13490,9 +13728,8 @@
|
|
|
13490
13728
|
},
|
|
13491
13729
|
{
|
|
13492
13730
|
"kind": "field",
|
|
13493
|
-
"name": "
|
|
13494
|
-
"privacy": "
|
|
13495
|
-
"static": true,
|
|
13731
|
+
"name": "_themes",
|
|
13732
|
+
"privacy": "protected",
|
|
13496
13733
|
"readonly": true,
|
|
13497
13734
|
"inheritedFrom": {
|
|
13498
13735
|
"name": "IgcInputBaseComponent",
|
|
@@ -13570,16 +13807,6 @@
|
|
|
13570
13807
|
"module": "src/components/input/input-base.ts"
|
|
13571
13808
|
}
|
|
13572
13809
|
},
|
|
13573
|
-
{
|
|
13574
|
-
"kind": "field",
|
|
13575
|
-
"name": "_isMaterial",
|
|
13576
|
-
"privacy": "protected",
|
|
13577
|
-
"readonly": true,
|
|
13578
|
-
"inheritedFrom": {
|
|
13579
|
-
"name": "IgcInputBaseComponent",
|
|
13580
|
-
"module": "src/components/input/input-base.ts"
|
|
13581
|
-
}
|
|
13582
|
-
},
|
|
13583
13810
|
{
|
|
13584
13811
|
"kind": "field",
|
|
13585
13812
|
"name": "outlined",
|
|
@@ -16383,13 +16610,10 @@
|
|
|
16383
16610
|
},
|
|
16384
16611
|
{
|
|
16385
16612
|
"kind": "field",
|
|
16386
|
-
"name": "
|
|
16387
|
-
"
|
|
16388
|
-
"text": "object"
|
|
16389
|
-
},
|
|
16390
|
-
"privacy": "protected",
|
|
16613
|
+
"name": "increment",
|
|
16614
|
+
"privacy": "private",
|
|
16391
16615
|
"static": true,
|
|
16392
|
-
"
|
|
16616
|
+
"readonly": true,
|
|
16393
16617
|
"inheritedFrom": {
|
|
16394
16618
|
"name": "IgcInputBaseComponent",
|
|
16395
16619
|
"module": "src/components/input/input-base.ts"
|
|
@@ -16397,9 +16621,8 @@
|
|
|
16397
16621
|
},
|
|
16398
16622
|
{
|
|
16399
16623
|
"kind": "field",
|
|
16400
|
-
"name": "
|
|
16401
|
-
"privacy": "
|
|
16402
|
-
"static": true,
|
|
16624
|
+
"name": "_themes",
|
|
16625
|
+
"privacy": "protected",
|
|
16403
16626
|
"readonly": true,
|
|
16404
16627
|
"inheritedFrom": {
|
|
16405
16628
|
"name": "IgcInputBaseComponent",
|
|
@@ -16464,16 +16687,6 @@
|
|
|
16464
16687
|
"module": "src/components/input/input-base.ts"
|
|
16465
16688
|
}
|
|
16466
16689
|
},
|
|
16467
|
-
{
|
|
16468
|
-
"kind": "field",
|
|
16469
|
-
"name": "_isMaterial",
|
|
16470
|
-
"privacy": "protected",
|
|
16471
|
-
"readonly": true,
|
|
16472
|
-
"inheritedFrom": {
|
|
16473
|
-
"name": "IgcInputBaseComponent",
|
|
16474
|
-
"module": "src/components/input/input-base.ts"
|
|
16475
|
-
}
|
|
16476
|
-
},
|
|
16477
16690
|
{
|
|
16478
16691
|
"kind": "field",
|
|
16479
16692
|
"name": "outlined",
|
|
@@ -18604,13 +18817,10 @@
|
|
|
18604
18817
|
},
|
|
18605
18818
|
{
|
|
18606
18819
|
"kind": "field",
|
|
18607
|
-
"name": "
|
|
18608
|
-
"
|
|
18609
|
-
"text": "object"
|
|
18610
|
-
},
|
|
18611
|
-
"privacy": "protected",
|
|
18820
|
+
"name": "increment",
|
|
18821
|
+
"privacy": "private",
|
|
18612
18822
|
"static": true,
|
|
18613
|
-
"
|
|
18823
|
+
"readonly": true,
|
|
18614
18824
|
"inheritedFrom": {
|
|
18615
18825
|
"name": "IgcInputBaseComponent",
|
|
18616
18826
|
"module": "src/components/input/input-base.ts"
|
|
@@ -18618,9 +18828,8 @@
|
|
|
18618
18828
|
},
|
|
18619
18829
|
{
|
|
18620
18830
|
"kind": "field",
|
|
18621
|
-
"name": "
|
|
18622
|
-
"privacy": "
|
|
18623
|
-
"static": true,
|
|
18831
|
+
"name": "_themes",
|
|
18832
|
+
"privacy": "protected",
|
|
18624
18833
|
"readonly": true,
|
|
18625
18834
|
"inheritedFrom": {
|
|
18626
18835
|
"name": "IgcInputBaseComponent",
|
|
@@ -18685,16 +18894,6 @@
|
|
|
18685
18894
|
"module": "src/components/input/input-base.ts"
|
|
18686
18895
|
}
|
|
18687
18896
|
},
|
|
18688
|
-
{
|
|
18689
|
-
"kind": "field",
|
|
18690
|
-
"name": "_isMaterial",
|
|
18691
|
-
"privacy": "protected",
|
|
18692
|
-
"readonly": true,
|
|
18693
|
-
"inheritedFrom": {
|
|
18694
|
-
"name": "IgcInputBaseComponent",
|
|
18695
|
-
"module": "src/components/input/input-base.ts"
|
|
18696
|
-
}
|
|
18697
|
-
},
|
|
18698
18897
|
{
|
|
18699
18898
|
"kind": "field",
|
|
18700
18899
|
"name": "outlined",
|
|
@@ -20541,16 +20740,6 @@
|
|
|
20541
20740
|
"readonly": true,
|
|
20542
20741
|
"default": "'igc-date-range-picker'"
|
|
20543
20742
|
},
|
|
20544
|
-
{
|
|
20545
|
-
"kind": "field",
|
|
20546
|
-
"name": "shadowRootOptions",
|
|
20547
|
-
"type": {
|
|
20548
|
-
"text": "object"
|
|
20549
|
-
},
|
|
20550
|
-
"privacy": "protected",
|
|
20551
|
-
"static": true,
|
|
20552
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
20553
|
-
},
|
|
20554
20743
|
{
|
|
20555
20744
|
"kind": "method",
|
|
20556
20745
|
"name": "register",
|
|
@@ -20576,6 +20765,12 @@
|
|
|
20576
20765
|
"readonly": true,
|
|
20577
20766
|
"default": "`date-range-picker-${IgcDateRangePickerComponent._increment()}`"
|
|
20578
20767
|
},
|
|
20768
|
+
{
|
|
20769
|
+
"kind": "field",
|
|
20770
|
+
"name": "_themes",
|
|
20771
|
+
"privacy": "private",
|
|
20772
|
+
"readonly": true
|
|
20773
|
+
},
|
|
20579
20774
|
{
|
|
20580
20775
|
"kind": "field",
|
|
20581
20776
|
"name": "_formValue",
|
|
@@ -20589,6 +20784,19 @@
|
|
|
20589
20784
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
20590
20785
|
}
|
|
20591
20786
|
},
|
|
20787
|
+
{
|
|
20788
|
+
"kind": "field",
|
|
20789
|
+
"name": "_rootClickController",
|
|
20790
|
+
"type": {
|
|
20791
|
+
"text": "RootClickController"
|
|
20792
|
+
},
|
|
20793
|
+
"privacy": "protected",
|
|
20794
|
+
"readonly": true,
|
|
20795
|
+
"inheritedFrom": {
|
|
20796
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
20797
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
20798
|
+
}
|
|
20799
|
+
},
|
|
20592
20800
|
{
|
|
20593
20801
|
"kind": "field",
|
|
20594
20802
|
"name": "_activeDate",
|
|
@@ -20823,15 +21031,6 @@
|
|
|
20823
21031
|
"privacy": "private",
|
|
20824
21032
|
"readonly": true
|
|
20825
21033
|
},
|
|
20826
|
-
{
|
|
20827
|
-
"kind": "field",
|
|
20828
|
-
"name": "_isIndigoTheme",
|
|
20829
|
-
"type": {
|
|
20830
|
-
"text": "boolean"
|
|
20831
|
-
},
|
|
20832
|
-
"privacy": "protected",
|
|
20833
|
-
"readonly": true
|
|
20834
|
-
},
|
|
20835
21034
|
{
|
|
20836
21035
|
"kind": "field",
|
|
20837
21036
|
"name": "value",
|
|
@@ -22179,15 +22378,6 @@
|
|
|
22179
22378
|
"module": "src/components/common/mixins/combo-box.ts"
|
|
22180
22379
|
}
|
|
22181
22380
|
},
|
|
22182
|
-
{
|
|
22183
|
-
"kind": "field",
|
|
22184
|
-
"name": "_rootClickController",
|
|
22185
|
-
"privacy": "protected",
|
|
22186
|
-
"inheritedFrom": {
|
|
22187
|
-
"name": "IgcBaseComboBoxLikeComponent",
|
|
22188
|
-
"module": "src/components/common/mixins/combo-box.ts"
|
|
22189
|
-
}
|
|
22190
|
-
},
|
|
22191
22381
|
{
|
|
22192
22382
|
"kind": "field",
|
|
22193
22383
|
"name": "keepOpenOnSelect",
|
|
@@ -26443,7 +26633,12 @@
|
|
|
26443
26633
|
"kind": "method",
|
|
26444
26634
|
"name": "register",
|
|
26445
26635
|
"privacy": "public",
|
|
26446
|
-
"static": true
|
|
26636
|
+
"static": true,
|
|
26637
|
+
"return": {
|
|
26638
|
+
"type": {
|
|
26639
|
+
"text": "void"
|
|
26640
|
+
}
|
|
26641
|
+
}
|
|
26447
26642
|
},
|
|
26448
26643
|
{
|
|
26449
26644
|
"kind": "field",
|
|
@@ -26525,7 +26720,12 @@
|
|
|
26525
26720
|
"kind": "method",
|
|
26526
26721
|
"name": "register",
|
|
26527
26722
|
"privacy": "public",
|
|
26528
|
-
"static": true
|
|
26723
|
+
"static": true,
|
|
26724
|
+
"return": {
|
|
26725
|
+
"type": {
|
|
26726
|
+
"text": "void"
|
|
26727
|
+
}
|
|
26728
|
+
}
|
|
26529
26729
|
}
|
|
26530
26730
|
],
|
|
26531
26731
|
"superclass": {
|
|
@@ -26595,7 +26795,12 @@
|
|
|
26595
26795
|
"kind": "method",
|
|
26596
26796
|
"name": "register",
|
|
26597
26797
|
"privacy": "public",
|
|
26598
|
-
"static": true
|
|
26798
|
+
"static": true,
|
|
26799
|
+
"return": {
|
|
26800
|
+
"type": {
|
|
26801
|
+
"text": "void"
|
|
26802
|
+
}
|
|
26803
|
+
}
|
|
26599
26804
|
}
|
|
26600
26805
|
],
|
|
26601
26806
|
"superclass": {
|
|
@@ -26699,7 +26904,12 @@
|
|
|
26699
26904
|
"kind": "method",
|
|
26700
26905
|
"name": "register",
|
|
26701
26906
|
"privacy": "public",
|
|
26702
|
-
"static": true
|
|
26907
|
+
"static": true,
|
|
26908
|
+
"return": {
|
|
26909
|
+
"type": {
|
|
26910
|
+
"text": "void"
|
|
26911
|
+
}
|
|
26912
|
+
}
|
|
26703
26913
|
},
|
|
26704
26914
|
{
|
|
26705
26915
|
"kind": "field",
|
|
@@ -26779,13 +26989,18 @@
|
|
|
26779
26989
|
"kind": "method",
|
|
26780
26990
|
"name": "register",
|
|
26781
26991
|
"privacy": "public",
|
|
26782
|
-
"static": true
|
|
26992
|
+
"static": true,
|
|
26993
|
+
"return": {
|
|
26994
|
+
"type": {
|
|
26995
|
+
"text": "void"
|
|
26996
|
+
}
|
|
26997
|
+
}
|
|
26783
26998
|
},
|
|
26784
26999
|
{
|
|
26785
27000
|
"kind": "field",
|
|
26786
27001
|
"name": "name",
|
|
26787
27002
|
"type": {
|
|
26788
|
-
"text": "string"
|
|
27003
|
+
"text": "string | undefined"
|
|
26789
27004
|
},
|
|
26790
27005
|
"privacy": "public",
|
|
26791
27006
|
"description": "The name of the icon.",
|
|
@@ -26795,7 +27010,7 @@
|
|
|
26795
27010
|
"kind": "field",
|
|
26796
27011
|
"name": "collection",
|
|
26797
27012
|
"type": {
|
|
26798
|
-
"text": "string"
|
|
27013
|
+
"text": "string | undefined"
|
|
26799
27014
|
},
|
|
26800
27015
|
"privacy": "public",
|
|
26801
27016
|
"description": "The name of the icon collection.",
|
|
@@ -27003,24 +27218,7 @@
|
|
|
27003
27218
|
},
|
|
27004
27219
|
{
|
|
27005
27220
|
"kind": "field",
|
|
27006
|
-
"name": "
|
|
27007
|
-
"type": {
|
|
27008
|
-
"text": "object"
|
|
27009
|
-
},
|
|
27010
|
-
"privacy": "protected",
|
|
27011
|
-
"static": true,
|
|
27012
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
27013
|
-
"inheritedFrom": {
|
|
27014
|
-
"name": "IgcButtonBaseComponent",
|
|
27015
|
-
"module": "src/components/button/button-base.ts"
|
|
27016
|
-
}
|
|
27017
|
-
},
|
|
27018
|
-
{
|
|
27019
|
-
"kind": "field",
|
|
27020
|
-
"name": "__internals",
|
|
27021
|
-
"type": {
|
|
27022
|
-
"text": "ElementInternals"
|
|
27023
|
-
},
|
|
27221
|
+
"name": "_internals",
|
|
27024
27222
|
"privacy": "protected",
|
|
27025
27223
|
"readonly": true,
|
|
27026
27224
|
"inheritedFrom": {
|
|
@@ -27084,7 +27282,7 @@
|
|
|
27084
27282
|
"kind": "field",
|
|
27085
27283
|
"name": "href",
|
|
27086
27284
|
"type": {
|
|
27087
|
-
"text": "string"
|
|
27285
|
+
"text": "string | undefined"
|
|
27088
27286
|
},
|
|
27089
27287
|
"privacy": "public",
|
|
27090
27288
|
"description": "The URL the button points to.",
|
|
@@ -27098,7 +27296,7 @@
|
|
|
27098
27296
|
"kind": "field",
|
|
27099
27297
|
"name": "download",
|
|
27100
27298
|
"type": {
|
|
27101
|
-
"text": "string"
|
|
27299
|
+
"text": "string | undefined"
|
|
27102
27300
|
},
|
|
27103
27301
|
"privacy": "public",
|
|
27104
27302
|
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
@@ -27126,7 +27324,7 @@
|
|
|
27126
27324
|
"kind": "field",
|
|
27127
27325
|
"name": "rel",
|
|
27128
27326
|
"type": {
|
|
27129
|
-
"text": "string"
|
|
27327
|
+
"text": "string | undefined"
|
|
27130
27328
|
},
|
|
27131
27329
|
"privacy": "public",
|
|
27132
27330
|
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
@@ -27278,7 +27476,7 @@
|
|
|
27278
27476
|
{
|
|
27279
27477
|
"name": "name",
|
|
27280
27478
|
"type": {
|
|
27281
|
-
"text": "string"
|
|
27479
|
+
"text": "string | undefined"
|
|
27282
27480
|
},
|
|
27283
27481
|
"description": "The name of the icon.",
|
|
27284
27482
|
"fieldName": "name",
|
|
@@ -27287,7 +27485,7 @@
|
|
|
27287
27485
|
{
|
|
27288
27486
|
"name": "collection",
|
|
27289
27487
|
"type": {
|
|
27290
|
-
"text": "string"
|
|
27488
|
+
"text": "string | undefined"
|
|
27291
27489
|
},
|
|
27292
27490
|
"description": "The name of the icon collection.",
|
|
27293
27491
|
"fieldName": "collection",
|
|
@@ -27333,7 +27531,7 @@
|
|
|
27333
27531
|
{
|
|
27334
27532
|
"name": "href",
|
|
27335
27533
|
"type": {
|
|
27336
|
-
"text": "string"
|
|
27534
|
+
"text": "string | undefined"
|
|
27337
27535
|
},
|
|
27338
27536
|
"description": "The URL the button points to.",
|
|
27339
27537
|
"fieldName": "href",
|
|
@@ -27346,7 +27544,7 @@
|
|
|
27346
27544
|
{
|
|
27347
27545
|
"name": "download",
|
|
27348
27546
|
"type": {
|
|
27349
|
-
"text": "string"
|
|
27547
|
+
"text": "string | undefined"
|
|
27350
27548
|
},
|
|
27351
27549
|
"description": "Prompts to save the linked URL instead of navigating to it.",
|
|
27352
27550
|
"fieldName": "download",
|
|
@@ -27372,7 +27570,7 @@
|
|
|
27372
27570
|
{
|
|
27373
27571
|
"name": "rel",
|
|
27374
27572
|
"type": {
|
|
27375
|
-
"text": "string"
|
|
27573
|
+
"text": "string | undefined"
|
|
27376
27574
|
},
|
|
27377
27575
|
"description": "The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types",
|
|
27378
27576
|
"fieldName": "rel",
|
|
@@ -27694,19 +27892,22 @@
|
|
|
27694
27892
|
"readonly": true,
|
|
27695
27893
|
"default": "'igc-divider'"
|
|
27696
27894
|
},
|
|
27697
|
-
{
|
|
27698
|
-
"kind": "field",
|
|
27699
|
-
"name": "_internals",
|
|
27700
|
-
"type": {
|
|
27701
|
-
"text": "ElementInternals"
|
|
27702
|
-
},
|
|
27703
|
-
"privacy": "private"
|
|
27704
|
-
},
|
|
27705
27895
|
{
|
|
27706
27896
|
"kind": "method",
|
|
27707
27897
|
"name": "register",
|
|
27708
27898
|
"privacy": "public",
|
|
27709
|
-
"static": true
|
|
27899
|
+
"static": true,
|
|
27900
|
+
"return": {
|
|
27901
|
+
"type": {
|
|
27902
|
+
"text": "void"
|
|
27903
|
+
}
|
|
27904
|
+
}
|
|
27905
|
+
},
|
|
27906
|
+
{
|
|
27907
|
+
"kind": "field",
|
|
27908
|
+
"name": "_internals",
|
|
27909
|
+
"privacy": "private",
|
|
27910
|
+
"readonly": true
|
|
27710
27911
|
},
|
|
27711
27912
|
{
|
|
27712
27913
|
"kind": "field",
|
|
@@ -27722,6 +27923,7 @@
|
|
|
27722
27923
|
"name": "vertical",
|
|
27723
27924
|
"privacy": "public",
|
|
27724
27925
|
"description": "Whether to render a vertical divider line.",
|
|
27926
|
+
"default": "false",
|
|
27725
27927
|
"attribute": "vertical",
|
|
27726
27928
|
"type": {
|
|
27727
27929
|
"text": "boolean"
|
|
@@ -27754,24 +27956,13 @@
|
|
|
27754
27956
|
"expandedType": {
|
|
27755
27957
|
"text": "'solid' | 'dashed'"
|
|
27756
27958
|
}
|
|
27757
|
-
},
|
|
27758
|
-
{
|
|
27759
|
-
"kind": "field",
|
|
27760
|
-
"name": "role",
|
|
27761
|
-
"type": {
|
|
27762
|
-
"text": "string"
|
|
27763
|
-
},
|
|
27764
|
-
"default": "'separator'"
|
|
27765
|
-
},
|
|
27766
|
-
{
|
|
27767
|
-
"kind": "field",
|
|
27768
|
-
"name": "ariaOrientation"
|
|
27769
27959
|
}
|
|
27770
27960
|
],
|
|
27771
27961
|
"attributes": [
|
|
27772
27962
|
{
|
|
27773
27963
|
"name": "vertical",
|
|
27774
27964
|
"description": "Whether to render a vertical divider line.",
|
|
27965
|
+
"default": "false",
|
|
27775
27966
|
"fieldName": "vertical",
|
|
27776
27967
|
"attribute": "vertical",
|
|
27777
27968
|
"type": {
|
|
@@ -29563,16 +29754,6 @@
|
|
|
29563
29754
|
"readonly": true,
|
|
29564
29755
|
"default": "'igc-tile-manager'"
|
|
29565
29756
|
},
|
|
29566
|
-
{
|
|
29567
|
-
"kind": "field",
|
|
29568
|
-
"name": "shadowRootOptions",
|
|
29569
|
-
"type": {
|
|
29570
|
-
"text": "ShadowRootInit"
|
|
29571
|
-
},
|
|
29572
|
-
"privacy": "public",
|
|
29573
|
-
"static": true,
|
|
29574
|
-
"default": "{ mode: 'open', slotAssignment: 'manual', }"
|
|
29575
|
-
},
|
|
29576
29757
|
{
|
|
29577
29758
|
"kind": "method",
|
|
29578
29759
|
"name": "register",
|
|
@@ -30045,24 +30226,18 @@
|
|
|
30045
30226
|
"kind": "method",
|
|
30046
30227
|
"name": "register",
|
|
30047
30228
|
"privacy": "public",
|
|
30048
|
-
"static": true
|
|
30049
|
-
|
|
30050
|
-
|
|
30051
|
-
|
|
30052
|
-
|
|
30053
|
-
|
|
30054
|
-
"text": "boolean"
|
|
30055
|
-
},
|
|
30056
|
-
"privacy": "private",
|
|
30057
|
-
"default": "false"
|
|
30229
|
+
"static": true,
|
|
30230
|
+
"return": {
|
|
30231
|
+
"type": {
|
|
30232
|
+
"text": "void"
|
|
30233
|
+
}
|
|
30234
|
+
}
|
|
30058
30235
|
},
|
|
30059
30236
|
{
|
|
30060
30237
|
"kind": "field",
|
|
30061
30238
|
"name": "_internals",
|
|
30062
|
-
"
|
|
30063
|
-
|
|
30064
|
-
},
|
|
30065
|
-
"privacy": "private"
|
|
30239
|
+
"privacy": "private",
|
|
30240
|
+
"readonly": true
|
|
30066
30241
|
},
|
|
30067
30242
|
{
|
|
30068
30243
|
"kind": "field",
|
|
@@ -30075,16 +30250,20 @@
|
|
|
30075
30250
|
{
|
|
30076
30251
|
"kind": "field",
|
|
30077
30252
|
"name": "_labelFormat",
|
|
30253
|
+
"type": {
|
|
30254
|
+
"text": "string"
|
|
30255
|
+
},
|
|
30078
30256
|
"privacy": "protected",
|
|
30079
30257
|
"readonly": true
|
|
30080
30258
|
},
|
|
30081
30259
|
{
|
|
30082
30260
|
"kind": "field",
|
|
30083
30261
|
"name": "active",
|
|
30084
|
-
"privacy": "public",
|
|
30085
30262
|
"type": {
|
|
30086
30263
|
"text": "boolean"
|
|
30087
|
-
}
|
|
30264
|
+
},
|
|
30265
|
+
"privacy": "public",
|
|
30266
|
+
"default": "false"
|
|
30088
30267
|
},
|
|
30089
30268
|
{
|
|
30090
30269
|
"kind": "field",
|
|
@@ -30094,14 +30273,6 @@
|
|
|
30094
30273
|
},
|
|
30095
30274
|
"privacy": "public",
|
|
30096
30275
|
"default": "0"
|
|
30097
|
-
},
|
|
30098
|
-
{
|
|
30099
|
-
"kind": "field",
|
|
30100
|
-
"name": "role",
|
|
30101
|
-
"type": {
|
|
30102
|
-
"text": "string"
|
|
30103
|
-
},
|
|
30104
|
-
"default": "'tab'"
|
|
30105
30276
|
}
|
|
30106
30277
|
],
|
|
30107
30278
|
"superclass": {
|
|
@@ -30261,7 +30432,12 @@
|
|
|
30261
30432
|
"kind": "method",
|
|
30262
30433
|
"name": "register",
|
|
30263
30434
|
"privacy": "public",
|
|
30264
|
-
"static": true
|
|
30435
|
+
"static": true,
|
|
30436
|
+
"return": {
|
|
30437
|
+
"type": {
|
|
30438
|
+
"text": "void"
|
|
30439
|
+
}
|
|
30440
|
+
}
|
|
30265
30441
|
},
|
|
30266
30442
|
{
|
|
30267
30443
|
"kind": "field",
|
|
@@ -30273,15 +30449,14 @@
|
|
|
30273
30449
|
{
|
|
30274
30450
|
"kind": "field",
|
|
30275
30451
|
"name": "_internals",
|
|
30276
|
-
"
|
|
30277
|
-
|
|
30278
|
-
},
|
|
30279
|
-
"privacy": "private"
|
|
30452
|
+
"privacy": "private",
|
|
30453
|
+
"readonly": true
|
|
30280
30454
|
},
|
|
30281
30455
|
{
|
|
30282
30456
|
"kind": "field",
|
|
30283
30457
|
"name": "_animationPlayer",
|
|
30284
|
-
"privacy": "private"
|
|
30458
|
+
"privacy": "private",
|
|
30459
|
+
"readonly": true
|
|
30285
30460
|
},
|
|
30286
30461
|
{
|
|
30287
30462
|
"kind": "field",
|
|
@@ -30337,22 +30512,6 @@
|
|
|
30337
30512
|
"default": "false",
|
|
30338
30513
|
"attribute": "previous",
|
|
30339
30514
|
"reflects": true
|
|
30340
|
-
},
|
|
30341
|
-
{
|
|
30342
|
-
"kind": "field",
|
|
30343
|
-
"name": "role",
|
|
30344
|
-
"type": {
|
|
30345
|
-
"text": "string"
|
|
30346
|
-
},
|
|
30347
|
-
"default": "'tabpanel'"
|
|
30348
|
-
},
|
|
30349
|
-
{
|
|
30350
|
-
"kind": "field",
|
|
30351
|
-
"name": "ariaRoleDescription",
|
|
30352
|
-
"type": {
|
|
30353
|
-
"text": "string"
|
|
30354
|
-
},
|
|
30355
|
-
"default": "'slide'"
|
|
30356
30515
|
}
|
|
30357
30516
|
],
|
|
30358
30517
|
"attributes": [
|
|
@@ -30483,15 +30642,6 @@
|
|
|
30483
30642
|
"readonly": true,
|
|
30484
30643
|
"default": "`igc-carousel-${IgcCarouselComponent.increment()}`"
|
|
30485
30644
|
},
|
|
30486
|
-
{
|
|
30487
|
-
"kind": "field",
|
|
30488
|
-
"name": "_internals",
|
|
30489
|
-
"type": {
|
|
30490
|
-
"text": "ElementInternals"
|
|
30491
|
-
},
|
|
30492
|
-
"privacy": "private",
|
|
30493
|
-
"readonly": true
|
|
30494
|
-
},
|
|
30495
30645
|
{
|
|
30496
30646
|
"kind": "field",
|
|
30497
30647
|
"name": "_lastInterval",
|
|
@@ -31247,22 +31397,6 @@
|
|
|
31247
31397
|
"name": "labelTemplate",
|
|
31248
31398
|
"privacy": "private"
|
|
31249
31399
|
},
|
|
31250
|
-
{
|
|
31251
|
-
"kind": "field",
|
|
31252
|
-
"name": "role",
|
|
31253
|
-
"type": {
|
|
31254
|
-
"text": "string"
|
|
31255
|
-
},
|
|
31256
|
-
"default": "'region'"
|
|
31257
|
-
},
|
|
31258
|
-
{
|
|
31259
|
-
"kind": "field",
|
|
31260
|
-
"name": "ariaRoleDescription",
|
|
31261
|
-
"type": {
|
|
31262
|
-
"text": "string"
|
|
31263
|
-
},
|
|
31264
|
-
"default": "'carousel'"
|
|
31265
|
-
},
|
|
31266
31400
|
{
|
|
31267
31401
|
"kind": "method",
|
|
31268
31402
|
"name": "addEventListener",
|
|
@@ -32532,6 +32666,12 @@
|
|
|
32532
32666
|
"static": true,
|
|
32533
32667
|
"readonly": true
|
|
32534
32668
|
},
|
|
32669
|
+
{
|
|
32670
|
+
"kind": "field",
|
|
32671
|
+
"name": "_themes",
|
|
32672
|
+
"privacy": "private",
|
|
32673
|
+
"readonly": true
|
|
32674
|
+
},
|
|
32535
32675
|
{
|
|
32536
32676
|
"kind": "field",
|
|
32537
32677
|
"name": "_inputId",
|
|
@@ -32558,15 +32698,6 @@
|
|
|
32558
32698
|
"attribute": "indeterminate",
|
|
32559
32699
|
"reflects": true
|
|
32560
32700
|
},
|
|
32561
|
-
{
|
|
32562
|
-
"kind": "field",
|
|
32563
|
-
"name": "_isIndigo",
|
|
32564
|
-
"type": {
|
|
32565
|
-
"text": "boolean"
|
|
32566
|
-
},
|
|
32567
|
-
"privacy": "protected",
|
|
32568
|
-
"readonly": true
|
|
32569
|
-
},
|
|
32570
32701
|
{
|
|
32571
32702
|
"kind": "method",
|
|
32572
32703
|
"name": "_handleClick",
|
|
@@ -33560,10 +33691,7 @@
|
|
|
33560
33691
|
"members": [
|
|
33561
33692
|
{
|
|
33562
33693
|
"kind": "field",
|
|
33563
|
-
"name": "
|
|
33564
|
-
"type": {
|
|
33565
|
-
"text": "ElementInternals"
|
|
33566
|
-
},
|
|
33694
|
+
"name": "_internals",
|
|
33567
33695
|
"privacy": "private",
|
|
33568
33696
|
"readonly": true
|
|
33569
33697
|
},
|
|
@@ -34061,10 +34189,7 @@
|
|
|
34061
34189
|
},
|
|
34062
34190
|
{
|
|
34063
34191
|
"kind": "field",
|
|
34064
|
-
"name": "
|
|
34065
|
-
"type": {
|
|
34066
|
-
"text": "ElementInternals"
|
|
34067
|
-
},
|
|
34192
|
+
"name": "_internals",
|
|
34068
34193
|
"privacy": "private",
|
|
34069
34194
|
"readonly": true,
|
|
34070
34195
|
"inheritedFrom": {
|
|
@@ -34519,24 +34644,18 @@
|
|
|
34519
34644
|
"kind": "method",
|
|
34520
34645
|
"name": "register",
|
|
34521
34646
|
"privacy": "public",
|
|
34522
|
-
"static": true
|
|
34647
|
+
"static": true,
|
|
34648
|
+
"return": {
|
|
34649
|
+
"type": {
|
|
34650
|
+
"text": "void"
|
|
34651
|
+
}
|
|
34652
|
+
}
|
|
34523
34653
|
},
|
|
34524
34654
|
{
|
|
34525
34655
|
"kind": "field",
|
|
34526
34656
|
"name": "_internals",
|
|
34527
|
-
"type": {
|
|
34528
|
-
"text": "ElementInternals"
|
|
34529
|
-
},
|
|
34530
|
-
"privacy": "private"
|
|
34531
|
-
},
|
|
34532
|
-
{
|
|
34533
|
-
"kind": "field",
|
|
34534
|
-
"name": "_selected",
|
|
34535
|
-
"type": {
|
|
34536
|
-
"text": "boolean"
|
|
34537
|
-
},
|
|
34538
34657
|
"privacy": "private",
|
|
34539
|
-
"
|
|
34658
|
+
"readonly": true
|
|
34540
34659
|
},
|
|
34541
34660
|
{
|
|
34542
34661
|
"kind": "field",
|
|
@@ -34549,13 +34668,13 @@
|
|
|
34549
34668
|
{
|
|
34550
34669
|
"kind": "field",
|
|
34551
34670
|
"name": "selected",
|
|
34552
|
-
"privacy": "public",
|
|
34553
|
-
"description": "Determines whether the item is selected.",
|
|
34554
|
-
"default": "false",
|
|
34555
|
-
"attribute": "selected",
|
|
34556
34671
|
"type": {
|
|
34557
34672
|
"text": "boolean"
|
|
34558
34673
|
},
|
|
34674
|
+
"privacy": "public",
|
|
34675
|
+
"default": "false",
|
|
34676
|
+
"description": "Determines whether the item is selected.",
|
|
34677
|
+
"attribute": "selected",
|
|
34559
34678
|
"reflects": true
|
|
34560
34679
|
},
|
|
34561
34680
|
{
|
|
@@ -34585,34 +34704,18 @@
|
|
|
34585
34704
|
"kind": "method",
|
|
34586
34705
|
"name": "renderCheckbox",
|
|
34587
34706
|
"privacy": "private"
|
|
34588
|
-
},
|
|
34589
|
-
{
|
|
34590
|
-
"kind": "field",
|
|
34591
|
-
"name": "role",
|
|
34592
|
-
"type": {
|
|
34593
|
-
"text": "string"
|
|
34594
|
-
},
|
|
34595
|
-
"default": "'option'"
|
|
34596
|
-
},
|
|
34597
|
-
{
|
|
34598
|
-
"kind": "field",
|
|
34599
|
-
"name": "ariaSelected",
|
|
34600
|
-
"type": {
|
|
34601
|
-
"text": "string"
|
|
34602
|
-
},
|
|
34603
|
-
"default": "'false'"
|
|
34604
34707
|
}
|
|
34605
34708
|
],
|
|
34606
34709
|
"attributes": [
|
|
34607
34710
|
{
|
|
34608
34711
|
"name": "selected",
|
|
34609
|
-
"description": "Determines whether the item is selected.",
|
|
34610
|
-
"default": "false",
|
|
34611
|
-
"fieldName": "selected",
|
|
34612
|
-
"attribute": "selected",
|
|
34613
34712
|
"type": {
|
|
34614
34713
|
"text": "boolean"
|
|
34615
|
-
}
|
|
34714
|
+
},
|
|
34715
|
+
"default": "false",
|
|
34716
|
+
"description": "Determines whether the item is selected.",
|
|
34717
|
+
"fieldName": "selected",
|
|
34718
|
+
"attribute": "selected"
|
|
34616
34719
|
},
|
|
34617
34720
|
{
|
|
34618
34721
|
"name": "hide-checkbox",
|
|
@@ -35793,6 +35896,12 @@
|
|
|
35793
35896
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
35794
35897
|
}
|
|
35795
35898
|
},
|
|
35899
|
+
{
|
|
35900
|
+
"kind": "field",
|
|
35901
|
+
"name": "_rootClickController",
|
|
35902
|
+
"privacy": "private",
|
|
35903
|
+
"readonly": true
|
|
35904
|
+
},
|
|
35796
35905
|
{
|
|
35797
35906
|
"kind": "field",
|
|
35798
35907
|
"name": "_formValue",
|
|
@@ -36163,11 +36272,6 @@
|
|
|
36163
36272
|
"name": "toggleDirectiveChange",
|
|
36164
36273
|
"privacy": "protected"
|
|
36165
36274
|
},
|
|
36166
|
-
{
|
|
36167
|
-
"kind": "field",
|
|
36168
|
-
"name": "_rootClickController",
|
|
36169
|
-
"privacy": "private"
|
|
36170
|
-
},
|
|
36171
36275
|
{
|
|
36172
36276
|
"kind": "method",
|
|
36173
36277
|
"name": "_restoreDefaultValue",
|
|
@@ -37691,16 +37795,6 @@
|
|
|
37691
37795
|
"readonly": true,
|
|
37692
37796
|
"default": "'igc-date-picker'"
|
|
37693
37797
|
},
|
|
37694
|
-
{
|
|
37695
|
-
"kind": "field",
|
|
37696
|
-
"name": "shadowRootOptions",
|
|
37697
|
-
"type": {
|
|
37698
|
-
"text": "object"
|
|
37699
|
-
},
|
|
37700
|
-
"privacy": "protected",
|
|
37701
|
-
"static": true,
|
|
37702
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
37703
|
-
},
|
|
37704
37798
|
{
|
|
37705
37799
|
"kind": "method",
|
|
37706
37800
|
"name": "register",
|
|
@@ -37725,6 +37819,12 @@
|
|
|
37725
37819
|
"privacy": "protected",
|
|
37726
37820
|
"default": "`date-picker-${IgcDatePickerComponent._increment()}`"
|
|
37727
37821
|
},
|
|
37822
|
+
{
|
|
37823
|
+
"kind": "field",
|
|
37824
|
+
"name": "_themes",
|
|
37825
|
+
"privacy": "private",
|
|
37826
|
+
"readonly": true
|
|
37827
|
+
},
|
|
37728
37828
|
{
|
|
37729
37829
|
"kind": "field",
|
|
37730
37830
|
"name": "__validators",
|
|
@@ -37810,6 +37910,19 @@
|
|
|
37810
37910
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
37811
37911
|
}
|
|
37812
37912
|
},
|
|
37913
|
+
{
|
|
37914
|
+
"kind": "field",
|
|
37915
|
+
"name": "_rootClickController",
|
|
37916
|
+
"type": {
|
|
37917
|
+
"text": "RootClickController"
|
|
37918
|
+
},
|
|
37919
|
+
"privacy": "protected",
|
|
37920
|
+
"readonly": true,
|
|
37921
|
+
"inheritedFrom": {
|
|
37922
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
37923
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
37924
|
+
}
|
|
37925
|
+
},
|
|
37813
37926
|
{
|
|
37814
37927
|
"kind": "field",
|
|
37815
37928
|
"name": "_input",
|
|
@@ -37873,15 +37986,6 @@
|
|
|
37873
37986
|
"privacy": "private",
|
|
37874
37987
|
"readonly": true
|
|
37875
37988
|
},
|
|
37876
|
-
{
|
|
37877
|
-
"kind": "field",
|
|
37878
|
-
"name": "_isMaterialTheme",
|
|
37879
|
-
"type": {
|
|
37880
|
-
"text": "boolean"
|
|
37881
|
-
},
|
|
37882
|
-
"privacy": "protected",
|
|
37883
|
-
"readonly": true
|
|
37884
|
-
},
|
|
37885
37989
|
{
|
|
37886
37990
|
"kind": "field",
|
|
37887
37991
|
"name": "open",
|
|
@@ -39198,15 +39302,6 @@
|
|
|
39198
39302
|
"module": "src/components/common/mixins/combo-box.ts"
|
|
39199
39303
|
}
|
|
39200
39304
|
},
|
|
39201
|
-
{
|
|
39202
|
-
"kind": "field",
|
|
39203
|
-
"name": "_rootClickController",
|
|
39204
|
-
"privacy": "protected",
|
|
39205
|
-
"inheritedFrom": {
|
|
39206
|
-
"name": "IgcBaseComboBoxLikeComponent",
|
|
39207
|
-
"module": "src/components/common/mixins/combo-box.ts"
|
|
39208
|
-
}
|
|
39209
|
-
},
|
|
39210
39305
|
{
|
|
39211
39306
|
"kind": "field",
|
|
39212
39307
|
"name": "keepOpenOnSelect",
|
|
@@ -39773,9 +39868,6 @@
|
|
|
39773
39868
|
{
|
|
39774
39869
|
"kind": "field",
|
|
39775
39870
|
"name": "_internals",
|
|
39776
|
-
"type": {
|
|
39777
|
-
"text": "ElementInternals"
|
|
39778
|
-
},
|
|
39779
39871
|
"privacy": "protected",
|
|
39780
39872
|
"readonly": true
|
|
39781
39873
|
},
|
|
@@ -39874,14 +39966,6 @@
|
|
|
39874
39966
|
"type": {
|
|
39875
39967
|
"text": "string"
|
|
39876
39968
|
}
|
|
39877
|
-
},
|
|
39878
|
-
{
|
|
39879
|
-
"kind": "field",
|
|
39880
|
-
"name": "role",
|
|
39881
|
-
"type": {
|
|
39882
|
-
"text": "string"
|
|
39883
|
-
},
|
|
39884
|
-
"default": "'option'"
|
|
39885
39969
|
}
|
|
39886
39970
|
],
|
|
39887
39971
|
"attributes": [
|
|
@@ -39992,14 +40076,16 @@
|
|
|
39992
40076
|
"kind": "method",
|
|
39993
40077
|
"name": "register",
|
|
39994
40078
|
"privacy": "public",
|
|
39995
|
-
"static": true
|
|
40079
|
+
"static": true,
|
|
40080
|
+
"return": {
|
|
40081
|
+
"type": {
|
|
40082
|
+
"text": "void"
|
|
40083
|
+
}
|
|
40084
|
+
}
|
|
39996
40085
|
},
|
|
39997
40086
|
{
|
|
39998
40087
|
"kind": "field",
|
|
39999
40088
|
"name": "_internals",
|
|
40000
|
-
"type": {
|
|
40001
|
-
"text": "ElementInternals"
|
|
40002
|
-
},
|
|
40003
40089
|
"privacy": "protected",
|
|
40004
40090
|
"readonly": true,
|
|
40005
40091
|
"inheritedFrom": {
|
|
@@ -40142,18 +40228,6 @@
|
|
|
40142
40228
|
"name": "IgcBaseOptionLikeComponent",
|
|
40143
40229
|
"module": "src/components/common/mixins/option.ts"
|
|
40144
40230
|
}
|
|
40145
|
-
},
|
|
40146
|
-
{
|
|
40147
|
-
"kind": "field",
|
|
40148
|
-
"name": "role",
|
|
40149
|
-
"type": {
|
|
40150
|
-
"text": "string"
|
|
40151
|
-
},
|
|
40152
|
-
"default": "'option'",
|
|
40153
|
-
"inheritedFrom": {
|
|
40154
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
40155
|
-
"module": "src/components/common/mixins/option.ts"
|
|
40156
|
-
}
|
|
40157
40231
|
}
|
|
40158
40232
|
],
|
|
40159
40233
|
"superclass": {
|
|
@@ -40269,15 +40343,12 @@
|
|
|
40269
40343
|
"kind": "method",
|
|
40270
40344
|
"name": "register",
|
|
40271
40345
|
"privacy": "public",
|
|
40272
|
-
"static": true
|
|
40273
|
-
|
|
40274
|
-
|
|
40275
|
-
|
|
40276
|
-
|
|
40277
|
-
|
|
40278
|
-
"text": "ElementInternals"
|
|
40279
|
-
},
|
|
40280
|
-
"privacy": "private"
|
|
40346
|
+
"static": true,
|
|
40347
|
+
"return": {
|
|
40348
|
+
"type": {
|
|
40349
|
+
"text": "void"
|
|
40350
|
+
}
|
|
40351
|
+
}
|
|
40281
40352
|
},
|
|
40282
40353
|
{
|
|
40283
40354
|
"kind": "field",
|
|
@@ -40287,14 +40358,6 @@
|
|
|
40287
40358
|
},
|
|
40288
40359
|
"privacy": "public",
|
|
40289
40360
|
"description": "All child `igc-dropdown-item`s."
|
|
40290
|
-
},
|
|
40291
|
-
{
|
|
40292
|
-
"kind": "field",
|
|
40293
|
-
"name": "role",
|
|
40294
|
-
"type": {
|
|
40295
|
-
"text": "string"
|
|
40296
|
-
},
|
|
40297
|
-
"default": "'group'"
|
|
40298
40361
|
}
|
|
40299
40362
|
],
|
|
40300
40363
|
"superclass": {
|
|
@@ -40346,7 +40409,12 @@
|
|
|
40346
40409
|
"kind": "method",
|
|
40347
40410
|
"name": "register",
|
|
40348
40411
|
"privacy": "public",
|
|
40349
|
-
"static": true
|
|
40412
|
+
"static": true,
|
|
40413
|
+
"return": {
|
|
40414
|
+
"type": {
|
|
40415
|
+
"text": "void"
|
|
40416
|
+
}
|
|
40417
|
+
}
|
|
40350
40418
|
}
|
|
40351
40419
|
],
|
|
40352
40420
|
"superclass": {
|
|
@@ -40420,13 +40488,27 @@
|
|
|
40420
40488
|
"type": {
|
|
40421
40489
|
"text": "KeyBindingController"
|
|
40422
40490
|
},
|
|
40423
|
-
"privacy": "private"
|
|
40491
|
+
"privacy": "private",
|
|
40492
|
+
"readonly": true
|
|
40424
40493
|
},
|
|
40425
40494
|
{
|
|
40426
40495
|
"kind": "field",
|
|
40427
40496
|
"name": "_rootScrollController",
|
|
40428
40497
|
"privacy": "private"
|
|
40429
40498
|
},
|
|
40499
|
+
{
|
|
40500
|
+
"kind": "field",
|
|
40501
|
+
"name": "_rootClickController",
|
|
40502
|
+
"type": {
|
|
40503
|
+
"text": "RootClickController"
|
|
40504
|
+
},
|
|
40505
|
+
"privacy": "protected",
|
|
40506
|
+
"readonly": true,
|
|
40507
|
+
"inheritedFrom": {
|
|
40508
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
40509
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
40510
|
+
}
|
|
40511
|
+
},
|
|
40430
40512
|
{
|
|
40431
40513
|
"kind": "field",
|
|
40432
40514
|
"name": "_selectedItem",
|
|
@@ -40991,15 +41073,6 @@
|
|
|
40991
41073
|
"module": "src/components/common/mixins/combo-box.ts"
|
|
40992
41074
|
}
|
|
40993
41075
|
},
|
|
40994
|
-
{
|
|
40995
|
-
"kind": "field",
|
|
40996
|
-
"name": "_rootClickController",
|
|
40997
|
-
"privacy": "protected",
|
|
40998
|
-
"inheritedFrom": {
|
|
40999
|
-
"name": "IgcBaseComboBoxLikeComponent",
|
|
41000
|
-
"module": "src/components/common/mixins/combo-box.ts"
|
|
41001
|
-
}
|
|
41002
|
-
},
|
|
41003
41076
|
{
|
|
41004
41077
|
"kind": "field",
|
|
41005
41078
|
"name": "keepOpenOnSelect",
|
|
@@ -42283,13 +42356,10 @@
|
|
|
42283
42356
|
},
|
|
42284
42357
|
{
|
|
42285
42358
|
"kind": "field",
|
|
42286
|
-
"name": "
|
|
42287
|
-
"
|
|
42288
|
-
"text": "object"
|
|
42289
|
-
},
|
|
42290
|
-
"privacy": "protected",
|
|
42359
|
+
"name": "increment",
|
|
42360
|
+
"privacy": "private",
|
|
42291
42361
|
"static": true,
|
|
42292
|
-
"
|
|
42362
|
+
"readonly": true,
|
|
42293
42363
|
"inheritedFrom": {
|
|
42294
42364
|
"name": "IgcInputBaseComponent",
|
|
42295
42365
|
"module": "src/components/input/input-base.ts"
|
|
@@ -42297,9 +42367,8 @@
|
|
|
42297
42367
|
},
|
|
42298
42368
|
{
|
|
42299
42369
|
"kind": "field",
|
|
42300
|
-
"name": "
|
|
42301
|
-
"privacy": "
|
|
42302
|
-
"static": true,
|
|
42370
|
+
"name": "_themes",
|
|
42371
|
+
"privacy": "protected",
|
|
42303
42372
|
"readonly": true,
|
|
42304
42373
|
"inheritedFrom": {
|
|
42305
42374
|
"name": "IgcInputBaseComponent",
|
|
@@ -42364,16 +42433,6 @@
|
|
|
42364
42433
|
"module": "src/components/input/input-base.ts"
|
|
42365
42434
|
}
|
|
42366
42435
|
},
|
|
42367
|
-
{
|
|
42368
|
-
"kind": "field",
|
|
42369
|
-
"name": "_isMaterial",
|
|
42370
|
-
"privacy": "protected",
|
|
42371
|
-
"readonly": true,
|
|
42372
|
-
"inheritedFrom": {
|
|
42373
|
-
"name": "IgcInputBaseComponent",
|
|
42374
|
-
"module": "src/components/input/input-base.ts"
|
|
42375
|
-
}
|
|
42376
|
-
},
|
|
42377
42436
|
{
|
|
42378
42437
|
"kind": "field",
|
|
42379
42438
|
"name": "outlined",
|
|
@@ -42525,10 +42584,6 @@
|
|
|
42525
42584
|
}
|
|
42526
42585
|
],
|
|
42527
42586
|
"events": [
|
|
42528
|
-
{
|
|
42529
|
-
"description": "Emitted when the control input receives user input.",
|
|
42530
|
-
"name": "igcInput"
|
|
42531
|
-
},
|
|
42532
42587
|
{
|
|
42533
42588
|
"description": "Emitted when the control's checked state changes.",
|
|
42534
42589
|
"name": "igcChange"
|
|
@@ -42773,7 +42828,12 @@
|
|
|
42773
42828
|
"kind": "method",
|
|
42774
42829
|
"name": "register",
|
|
42775
42830
|
"privacy": "public",
|
|
42776
|
-
"static": true
|
|
42831
|
+
"static": true,
|
|
42832
|
+
"return": {
|
|
42833
|
+
"type": {
|
|
42834
|
+
"text": "void"
|
|
42835
|
+
}
|
|
42836
|
+
}
|
|
42777
42837
|
},
|
|
42778
42838
|
{
|
|
42779
42839
|
"kind": "field",
|
|
@@ -42793,9 +42853,6 @@
|
|
|
42793
42853
|
{
|
|
42794
42854
|
"kind": "field",
|
|
42795
42855
|
"name": "_internals",
|
|
42796
|
-
"type": {
|
|
42797
|
-
"text": "ElementInternals"
|
|
42798
|
-
},
|
|
42799
42856
|
"privacy": "protected",
|
|
42800
42857
|
"readonly": true,
|
|
42801
42858
|
"inheritedFrom": {
|
|
@@ -42923,18 +42980,6 @@
|
|
|
42923
42980
|
"name": "IgcBaseOptionLikeComponent",
|
|
42924
42981
|
"module": "src/components/common/mixins/option.ts"
|
|
42925
42982
|
}
|
|
42926
|
-
},
|
|
42927
|
-
{
|
|
42928
|
-
"kind": "field",
|
|
42929
|
-
"name": "role",
|
|
42930
|
-
"type": {
|
|
42931
|
-
"text": "string"
|
|
42932
|
-
},
|
|
42933
|
-
"default": "'option'",
|
|
42934
|
-
"inheritedFrom": {
|
|
42935
|
-
"name": "IgcBaseOptionLikeComponent",
|
|
42936
|
-
"module": "src/components/common/mixins/option.ts"
|
|
42937
|
-
}
|
|
42938
42983
|
}
|
|
42939
42984
|
],
|
|
42940
42985
|
"attributes": [
|
|
@@ -43050,15 +43095,18 @@
|
|
|
43050
43095
|
"kind": "method",
|
|
43051
43096
|
"name": "register",
|
|
43052
43097
|
"privacy": "public",
|
|
43053
|
-
"static": true
|
|
43098
|
+
"static": true,
|
|
43099
|
+
"return": {
|
|
43100
|
+
"type": {
|
|
43101
|
+
"text": "void"
|
|
43102
|
+
}
|
|
43103
|
+
}
|
|
43054
43104
|
},
|
|
43055
43105
|
{
|
|
43056
43106
|
"kind": "field",
|
|
43057
43107
|
"name": "_internals",
|
|
43058
|
-
"
|
|
43059
|
-
|
|
43060
|
-
},
|
|
43061
|
-
"privacy": "private"
|
|
43108
|
+
"privacy": "private",
|
|
43109
|
+
"readonly": true
|
|
43062
43110
|
},
|
|
43063
43111
|
{
|
|
43064
43112
|
"kind": "field",
|
|
@@ -43114,14 +43162,6 @@
|
|
|
43114
43162
|
"kind": "method",
|
|
43115
43163
|
"name": "disabledChange",
|
|
43116
43164
|
"privacy": "protected"
|
|
43117
|
-
},
|
|
43118
|
-
{
|
|
43119
|
-
"kind": "field",
|
|
43120
|
-
"name": "role",
|
|
43121
|
-
"type": {
|
|
43122
|
-
"text": "string"
|
|
43123
|
-
},
|
|
43124
|
-
"default": "'group'"
|
|
43125
43165
|
}
|
|
43126
43166
|
],
|
|
43127
43167
|
"attributes": [
|
|
@@ -43185,7 +43225,12 @@
|
|
|
43185
43225
|
"kind": "method",
|
|
43186
43226
|
"name": "register",
|
|
43187
43227
|
"privacy": "public",
|
|
43188
|
-
"static": true
|
|
43228
|
+
"static": true,
|
|
43229
|
+
"return": {
|
|
43230
|
+
"type": {
|
|
43231
|
+
"text": "void"
|
|
43232
|
+
}
|
|
43233
|
+
}
|
|
43189
43234
|
}
|
|
43190
43235
|
],
|
|
43191
43236
|
"superclass": {
|
|
@@ -43333,6 +43378,19 @@
|
|
|
43333
43378
|
"privacy": "public",
|
|
43334
43379
|
"static": true
|
|
43335
43380
|
},
|
|
43381
|
+
{
|
|
43382
|
+
"kind": "field",
|
|
43383
|
+
"name": "_rootClickController",
|
|
43384
|
+
"type": {
|
|
43385
|
+
"text": "RootClickController"
|
|
43386
|
+
},
|
|
43387
|
+
"privacy": "protected",
|
|
43388
|
+
"readonly": true,
|
|
43389
|
+
"inheritedFrom": {
|
|
43390
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
43391
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
43392
|
+
}
|
|
43393
|
+
},
|
|
43336
43394
|
{
|
|
43337
43395
|
"kind": "field",
|
|
43338
43396
|
"name": "_formValue",
|
|
@@ -44560,15 +44618,6 @@
|
|
|
44560
44618
|
"module": "src/components/common/mixins/combo-box.ts"
|
|
44561
44619
|
}
|
|
44562
44620
|
},
|
|
44563
|
-
{
|
|
44564
|
-
"kind": "field",
|
|
44565
|
-
"name": "_rootClickController",
|
|
44566
|
-
"privacy": "protected",
|
|
44567
|
-
"inheritedFrom": {
|
|
44568
|
-
"name": "IgcBaseComboBoxLikeComponent",
|
|
44569
|
-
"module": "src/components/common/mixins/combo-box.ts"
|
|
44570
|
-
}
|
|
44571
|
-
},
|
|
44572
44621
|
{
|
|
44573
44622
|
"kind": "field",
|
|
44574
44623
|
"name": "keepOpenOnSelect",
|
|
@@ -45077,10 +45126,7 @@
|
|
|
45077
45126
|
},
|
|
45078
45127
|
{
|
|
45079
45128
|
"kind": "field",
|
|
45080
|
-
"name": "
|
|
45081
|
-
"type": {
|
|
45082
|
-
"text": "ElementInternals"
|
|
45083
|
-
},
|
|
45129
|
+
"name": "_internals",
|
|
45084
45130
|
"privacy": "private",
|
|
45085
45131
|
"readonly": true,
|
|
45086
45132
|
"inheritedFrom": {
|
|
@@ -45519,23 +45565,12 @@
|
|
|
45519
45565
|
"kind": "method",
|
|
45520
45566
|
"name": "register",
|
|
45521
45567
|
"privacy": "public",
|
|
45522
|
-
"static": true
|
|
45523
|
-
|
|
45524
|
-
|
|
45525
|
-
|
|
45526
|
-
|
|
45527
|
-
|
|
45528
|
-
"text": "ElementInternals"
|
|
45529
|
-
},
|
|
45530
|
-
"privacy": "private"
|
|
45531
|
-
},
|
|
45532
|
-
{
|
|
45533
|
-
"kind": "field",
|
|
45534
|
-
"name": "role",
|
|
45535
|
-
"type": {
|
|
45536
|
-
"text": "string"
|
|
45537
|
-
},
|
|
45538
|
-
"default": "'separator'"
|
|
45568
|
+
"static": true,
|
|
45569
|
+
"return": {
|
|
45570
|
+
"type": {
|
|
45571
|
+
"text": "void"
|
|
45572
|
+
}
|
|
45573
|
+
}
|
|
45539
45574
|
}
|
|
45540
45575
|
],
|
|
45541
45576
|
"superclass": {
|
|
@@ -45629,7 +45664,12 @@
|
|
|
45629
45664
|
"kind": "method",
|
|
45630
45665
|
"name": "register",
|
|
45631
45666
|
"privacy": "public",
|
|
45632
|
-
"static": true
|
|
45667
|
+
"static": true,
|
|
45668
|
+
"return": {
|
|
45669
|
+
"type": {
|
|
45670
|
+
"text": "void"
|
|
45671
|
+
}
|
|
45672
|
+
}
|
|
45633
45673
|
},
|
|
45634
45674
|
{
|
|
45635
45675
|
"kind": "field",
|
|
@@ -45642,22 +45682,6 @@
|
|
|
45642
45682
|
"description": "Defines if the list item is selected or not.",
|
|
45643
45683
|
"attribute": "selected",
|
|
45644
45684
|
"reflects": true
|
|
45645
|
-
},
|
|
45646
|
-
{
|
|
45647
|
-
"kind": "field",
|
|
45648
|
-
"name": "_internals",
|
|
45649
|
-
"type": {
|
|
45650
|
-
"text": "ElementInternals"
|
|
45651
|
-
},
|
|
45652
|
-
"privacy": "private"
|
|
45653
|
-
},
|
|
45654
|
-
{
|
|
45655
|
-
"kind": "field",
|
|
45656
|
-
"name": "role",
|
|
45657
|
-
"type": {
|
|
45658
|
-
"text": "string"
|
|
45659
|
-
},
|
|
45660
|
-
"default": "'listitem'"
|
|
45661
45685
|
}
|
|
45662
45686
|
],
|
|
45663
45687
|
"attributes": [
|
|
@@ -45721,23 +45745,12 @@
|
|
|
45721
45745
|
"kind": "method",
|
|
45722
45746
|
"name": "register",
|
|
45723
45747
|
"privacy": "public",
|
|
45724
|
-
"static": true
|
|
45725
|
-
|
|
45726
|
-
|
|
45727
|
-
|
|
45728
|
-
|
|
45729
|
-
|
|
45730
|
-
"text": "ElementInternals"
|
|
45731
|
-
},
|
|
45732
|
-
"privacy": "private"
|
|
45733
|
-
},
|
|
45734
|
-
{
|
|
45735
|
-
"kind": "field",
|
|
45736
|
-
"name": "role",
|
|
45737
|
-
"type": {
|
|
45738
|
-
"text": "string"
|
|
45739
|
-
},
|
|
45740
|
-
"default": "'list'"
|
|
45748
|
+
"static": true,
|
|
45749
|
+
"return": {
|
|
45750
|
+
"type": {
|
|
45751
|
+
"text": "void"
|
|
45752
|
+
}
|
|
45753
|
+
}
|
|
45741
45754
|
}
|
|
45742
45755
|
],
|
|
45743
45756
|
"superclass": {
|
|
@@ -46905,13 +46918,10 @@
|
|
|
46905
46918
|
},
|
|
46906
46919
|
{
|
|
46907
46920
|
"kind": "field",
|
|
46908
|
-
"name": "
|
|
46909
|
-
"
|
|
46910
|
-
"text": "object"
|
|
46911
|
-
},
|
|
46912
|
-
"privacy": "protected",
|
|
46921
|
+
"name": "increment",
|
|
46922
|
+
"privacy": "private",
|
|
46913
46923
|
"static": true,
|
|
46914
|
-
"
|
|
46924
|
+
"readonly": true,
|
|
46915
46925
|
"inheritedFrom": {
|
|
46916
46926
|
"name": "IgcInputBaseComponent",
|
|
46917
46927
|
"module": "src/components/input/input-base.ts"
|
|
@@ -46919,9 +46929,8 @@
|
|
|
46919
46929
|
},
|
|
46920
46930
|
{
|
|
46921
46931
|
"kind": "field",
|
|
46922
|
-
"name": "
|
|
46923
|
-
"privacy": "
|
|
46924
|
-
"static": true,
|
|
46932
|
+
"name": "_themes",
|
|
46933
|
+
"privacy": "protected",
|
|
46925
46934
|
"readonly": true,
|
|
46926
46935
|
"inheritedFrom": {
|
|
46927
46936
|
"name": "IgcInputBaseComponent",
|
|
@@ -46986,16 +46995,6 @@
|
|
|
46986
46995
|
"module": "src/components/input/input-base.ts"
|
|
46987
46996
|
}
|
|
46988
46997
|
},
|
|
46989
|
-
{
|
|
46990
|
-
"kind": "field",
|
|
46991
|
-
"name": "_isMaterial",
|
|
46992
|
-
"privacy": "protected",
|
|
46993
|
-
"readonly": true,
|
|
46994
|
-
"inheritedFrom": {
|
|
46995
|
-
"name": "IgcInputBaseComponent",
|
|
46996
|
-
"module": "src/components/input/input-base.ts"
|
|
46997
|
-
}
|
|
46998
|
-
},
|
|
46999
46998
|
{
|
|
47000
46999
|
"kind": "field",
|
|
47001
47000
|
"name": "outlined",
|
|
@@ -47398,7 +47397,12 @@
|
|
|
47398
47397
|
"kind": "method",
|
|
47399
47398
|
"name": "register",
|
|
47400
47399
|
"privacy": "public",
|
|
47401
|
-
"static": true
|
|
47400
|
+
"static": true,
|
|
47401
|
+
"return": {
|
|
47402
|
+
"type": {
|
|
47403
|
+
"text": "void"
|
|
47404
|
+
}
|
|
47405
|
+
}
|
|
47402
47406
|
}
|
|
47403
47407
|
],
|
|
47404
47408
|
"superclass": {
|
|
@@ -47784,7 +47788,12 @@
|
|
|
47784
47788
|
"kind": "method",
|
|
47785
47789
|
"name": "register",
|
|
47786
47790
|
"privacy": "public",
|
|
47787
|
-
"static": true
|
|
47791
|
+
"static": true,
|
|
47792
|
+
"return": {
|
|
47793
|
+
"type": {
|
|
47794
|
+
"text": "void"
|
|
47795
|
+
}
|
|
47796
|
+
}
|
|
47788
47797
|
}
|
|
47789
47798
|
],
|
|
47790
47799
|
"superclass": {
|
|
@@ -48980,21 +48989,24 @@
|
|
|
48980
48989
|
"kind": "method",
|
|
48981
48990
|
"name": "register",
|
|
48982
48991
|
"privacy": "public",
|
|
48983
|
-
"static": true
|
|
48992
|
+
"static": true,
|
|
48993
|
+
"return": {
|
|
48994
|
+
"type": {
|
|
48995
|
+
"text": "void"
|
|
48996
|
+
}
|
|
48997
|
+
}
|
|
48984
48998
|
},
|
|
48985
48999
|
{
|
|
48986
49000
|
"kind": "field",
|
|
48987
|
-
"name": "
|
|
48988
|
-
"
|
|
48989
|
-
|
|
48990
|
-
},
|
|
48991
|
-
"privacy": "private"
|
|
49001
|
+
"name": "_internals",
|
|
49002
|
+
"privacy": "private",
|
|
49003
|
+
"readonly": true
|
|
48992
49004
|
},
|
|
48993
49005
|
{
|
|
48994
49006
|
"kind": "field",
|
|
48995
|
-
"name": "
|
|
49007
|
+
"name": "_defaultValue",
|
|
48996
49008
|
"type": {
|
|
48997
|
-
"text": "
|
|
49009
|
+
"text": "string"
|
|
48998
49010
|
},
|
|
48999
49011
|
"privacy": "private"
|
|
49000
49012
|
},
|
|
@@ -49069,7 +49081,12 @@
|
|
|
49069
49081
|
{
|
|
49070
49082
|
"kind": "method",
|
|
49071
49083
|
"name": "_observerCallback",
|
|
49072
|
-
"privacy": "private"
|
|
49084
|
+
"privacy": "private",
|
|
49085
|
+
"return": {
|
|
49086
|
+
"type": {
|
|
49087
|
+
"text": "void"
|
|
49088
|
+
}
|
|
49089
|
+
}
|
|
49073
49090
|
},
|
|
49074
49091
|
{
|
|
49075
49092
|
"kind": "method",
|
|
@@ -49095,14 +49112,6 @@
|
|
|
49095
49112
|
"kind": "method",
|
|
49096
49113
|
"name": "_setSelectedRadio",
|
|
49097
49114
|
"privacy": "private"
|
|
49098
|
-
},
|
|
49099
|
-
{
|
|
49100
|
-
"kind": "field",
|
|
49101
|
-
"name": "role",
|
|
49102
|
-
"type": {
|
|
49103
|
-
"text": "string"
|
|
49104
|
-
},
|
|
49105
|
-
"default": "'radiogroup'"
|
|
49106
49115
|
}
|
|
49107
49116
|
],
|
|
49108
49117
|
"attributes": [
|
|
@@ -50415,7 +50424,12 @@
|
|
|
50415
50424
|
"kind": "method",
|
|
50416
50425
|
"name": "register",
|
|
50417
50426
|
"privacy": "public",
|
|
50418
|
-
"static": true
|
|
50427
|
+
"static": true,
|
|
50428
|
+
"return": {
|
|
50429
|
+
"type": {
|
|
50430
|
+
"text": "void"
|
|
50431
|
+
}
|
|
50432
|
+
}
|
|
50419
50433
|
},
|
|
50420
50434
|
{
|
|
50421
50435
|
"kind": "field",
|
|
@@ -52889,14 +52903,6 @@
|
|
|
52889
52903
|
"description": "",
|
|
52890
52904
|
"name": "IgcBaseAlertLikeComponent",
|
|
52891
52905
|
"members": [
|
|
52892
|
-
{
|
|
52893
|
-
"kind": "field",
|
|
52894
|
-
"name": "_internals",
|
|
52895
|
-
"type": {
|
|
52896
|
-
"text": "ElementInternals"
|
|
52897
|
-
},
|
|
52898
|
-
"privacy": "private"
|
|
52899
|
-
},
|
|
52900
52906
|
{
|
|
52901
52907
|
"kind": "field",
|
|
52902
52908
|
"name": "_autoHideTimeout",
|
|
@@ -53023,22 +53029,6 @@
|
|
|
53023
53029
|
}
|
|
53024
53030
|
},
|
|
53025
53031
|
"description": "Toggles the open state of the component."
|
|
53026
|
-
},
|
|
53027
|
-
{
|
|
53028
|
-
"kind": "field",
|
|
53029
|
-
"name": "role",
|
|
53030
|
-
"type": {
|
|
53031
|
-
"text": "string"
|
|
53032
|
-
},
|
|
53033
|
-
"default": "'status'"
|
|
53034
|
-
},
|
|
53035
|
-
{
|
|
53036
|
-
"kind": "field",
|
|
53037
|
-
"name": "ariaLive",
|
|
53038
|
-
"type": {
|
|
53039
|
-
"text": "string"
|
|
53040
|
-
},
|
|
53041
|
-
"default": "'polite'"
|
|
53042
53032
|
}
|
|
53043
53033
|
],
|
|
53044
53034
|
"attributes": [
|
|
@@ -53156,7 +53146,12 @@
|
|
|
53156
53146
|
"kind": "method",
|
|
53157
53147
|
"name": "register",
|
|
53158
53148
|
"privacy": "public",
|
|
53159
|
-
"static": true
|
|
53149
|
+
"static": true,
|
|
53150
|
+
"return": {
|
|
53151
|
+
"type": {
|
|
53152
|
+
"text": "void"
|
|
53153
|
+
}
|
|
53154
|
+
}
|
|
53160
53155
|
},
|
|
53161
53156
|
{
|
|
53162
53157
|
"kind": "field",
|
|
@@ -53292,18 +53287,6 @@
|
|
|
53292
53287
|
"module": "src/components/common/mixins/event-emitter.ts"
|
|
53293
53288
|
}
|
|
53294
53289
|
},
|
|
53295
|
-
{
|
|
53296
|
-
"kind": "field",
|
|
53297
|
-
"name": "_internals",
|
|
53298
|
-
"type": {
|
|
53299
|
-
"text": "ElementInternals"
|
|
53300
|
-
},
|
|
53301
|
-
"privacy": "private",
|
|
53302
|
-
"inheritedFrom": {
|
|
53303
|
-
"name": "IgcBaseAlertLikeComponent",
|
|
53304
|
-
"module": "src/components/common/mixins/alert.ts"
|
|
53305
|
-
}
|
|
53306
|
-
},
|
|
53307
53290
|
{
|
|
53308
53291
|
"kind": "field",
|
|
53309
53292
|
"name": "_autoHideTimeout",
|
|
@@ -53470,30 +53453,6 @@
|
|
|
53470
53453
|
"name": "IgcBaseAlertLikeComponent",
|
|
53471
53454
|
"module": "src/components/common/mixins/alert.ts"
|
|
53472
53455
|
}
|
|
53473
|
-
},
|
|
53474
|
-
{
|
|
53475
|
-
"kind": "field",
|
|
53476
|
-
"name": "role",
|
|
53477
|
-
"type": {
|
|
53478
|
-
"text": "string"
|
|
53479
|
-
},
|
|
53480
|
-
"default": "'status'",
|
|
53481
|
-
"inheritedFrom": {
|
|
53482
|
-
"name": "IgcBaseAlertLikeComponent",
|
|
53483
|
-
"module": "src/components/common/mixins/alert.ts"
|
|
53484
|
-
}
|
|
53485
|
-
},
|
|
53486
|
-
{
|
|
53487
|
-
"kind": "field",
|
|
53488
|
-
"name": "ariaLive",
|
|
53489
|
-
"type": {
|
|
53490
|
-
"text": "string"
|
|
53491
|
-
},
|
|
53492
|
-
"default": "'polite'",
|
|
53493
|
-
"inheritedFrom": {
|
|
53494
|
-
"name": "IgcBaseAlertLikeComponent",
|
|
53495
|
-
"module": "src/components/common/mixins/alert.ts"
|
|
53496
|
-
}
|
|
53497
53456
|
}
|
|
53498
53457
|
],
|
|
53499
53458
|
"events": [
|
|
@@ -56479,18 +56438,11 @@
|
|
|
56479
56438
|
"kind": "method",
|
|
56480
56439
|
"name": "register",
|
|
56481
56440
|
"privacy": "public",
|
|
56482
|
-
"static": true
|
|
56483
|
-
|
|
56484
|
-
|
|
56485
|
-
|
|
56486
|
-
|
|
56487
|
-
"type": {
|
|
56488
|
-
"text": "ElementInternals"
|
|
56489
|
-
},
|
|
56490
|
-
"privacy": "private",
|
|
56491
|
-
"inheritedFrom": {
|
|
56492
|
-
"name": "IgcBaseAlertLikeComponent",
|
|
56493
|
-
"module": "src/components/common/mixins/alert.ts"
|
|
56441
|
+
"static": true,
|
|
56442
|
+
"return": {
|
|
56443
|
+
"type": {
|
|
56444
|
+
"text": "void"
|
|
56445
|
+
}
|
|
56494
56446
|
}
|
|
56495
56447
|
},
|
|
56496
56448
|
{
|
|
@@ -56659,30 +56611,6 @@
|
|
|
56659
56611
|
"name": "IgcBaseAlertLikeComponent",
|
|
56660
56612
|
"module": "src/components/common/mixins/alert.ts"
|
|
56661
56613
|
}
|
|
56662
|
-
},
|
|
56663
|
-
{
|
|
56664
|
-
"kind": "field",
|
|
56665
|
-
"name": "role",
|
|
56666
|
-
"type": {
|
|
56667
|
-
"text": "string"
|
|
56668
|
-
},
|
|
56669
|
-
"default": "'status'",
|
|
56670
|
-
"inheritedFrom": {
|
|
56671
|
-
"name": "IgcBaseAlertLikeComponent",
|
|
56672
|
-
"module": "src/components/common/mixins/alert.ts"
|
|
56673
|
-
}
|
|
56674
|
-
},
|
|
56675
|
-
{
|
|
56676
|
-
"kind": "field",
|
|
56677
|
-
"name": "ariaLive",
|
|
56678
|
-
"type": {
|
|
56679
|
-
"text": "string"
|
|
56680
|
-
},
|
|
56681
|
-
"default": "'polite'",
|
|
56682
|
-
"inheritedFrom": {
|
|
56683
|
-
"name": "IgcBaseAlertLikeComponent",
|
|
56684
|
-
"module": "src/components/common/mixins/alert.ts"
|
|
56685
|
-
}
|
|
56686
56614
|
}
|
|
56687
56615
|
],
|
|
56688
56616
|
"superclass": {
|
|
@@ -57914,19 +57842,15 @@
|
|
|
57914
57842
|
},
|
|
57915
57843
|
{
|
|
57916
57844
|
"kind": "field",
|
|
57917
|
-
"name": "
|
|
57918
|
-
"
|
|
57919
|
-
"text": "object"
|
|
57920
|
-
},
|
|
57921
|
-
"privacy": "protected",
|
|
57845
|
+
"name": "increment",
|
|
57846
|
+
"privacy": "private",
|
|
57922
57847
|
"static": true,
|
|
57923
|
-
"
|
|
57848
|
+
"readonly": true
|
|
57924
57849
|
},
|
|
57925
57850
|
{
|
|
57926
57851
|
"kind": "field",
|
|
57927
|
-
"name": "
|
|
57852
|
+
"name": "_themes",
|
|
57928
57853
|
"privacy": "private",
|
|
57929
|
-
"static": true,
|
|
57930
57854
|
"readonly": true
|
|
57931
57855
|
},
|
|
57932
57856
|
{
|
|
@@ -58007,15 +57931,6 @@
|
|
|
58007
57931
|
"privacy": "private",
|
|
58008
57932
|
"readonly": true
|
|
58009
57933
|
},
|
|
58010
|
-
{
|
|
58011
|
-
"kind": "field",
|
|
58012
|
-
"name": "_isMaterial",
|
|
58013
|
-
"type": {
|
|
58014
|
-
"text": "boolean"
|
|
58015
|
-
},
|
|
58016
|
-
"privacy": "protected",
|
|
58017
|
-
"readonly": true
|
|
58018
|
-
},
|
|
58019
57934
|
{
|
|
58020
57935
|
"kind": "field",
|
|
58021
57936
|
"name": "autocomplete",
|
|
@@ -59303,12 +59218,6 @@
|
|
|
59303
59218
|
}
|
|
59304
59219
|
]
|
|
59305
59220
|
},
|
|
59306
|
-
{
|
|
59307
|
-
"kind": "javascript-module",
|
|
59308
|
-
"path": "src/components/tree/tree.common.ts",
|
|
59309
|
-
"declarations": [],
|
|
59310
|
-
"exports": []
|
|
59311
|
-
},
|
|
59312
59221
|
{
|
|
59313
59222
|
"kind": "javascript-module",
|
|
59314
59223
|
"path": "src/components/tree/tree.selection.ts",
|
|
@@ -60895,6 +60804,12 @@
|
|
|
60895
60804
|
}
|
|
60896
60805
|
]
|
|
60897
60806
|
},
|
|
60807
|
+
{
|
|
60808
|
+
"kind": "javascript-module",
|
|
60809
|
+
"path": "src/components/tree/tree.common.ts",
|
|
60810
|
+
"declarations": [],
|
|
60811
|
+
"exports": []
|
|
60812
|
+
},
|
|
60898
60813
|
{
|
|
60899
60814
|
"kind": "javascript-module",
|
|
60900
60815
|
"path": "src/components/tree/tree.ts",
|
|
@@ -62649,9 +62564,6 @@
|
|
|
62649
62564
|
{
|
|
62650
62565
|
"kind": "field",
|
|
62651
62566
|
"name": "_internals",
|
|
62652
|
-
"type": {
|
|
62653
|
-
"text": "ElementInternals"
|
|
62654
|
-
},
|
|
62655
62567
|
"privacy": "private",
|
|
62656
62568
|
"readonly": true
|
|
62657
62569
|
},
|
|
@@ -63020,30 +62932,6 @@
|
|
|
63020
62932
|
}
|
|
63021
62933
|
}
|
|
63022
62934
|
},
|
|
63023
|
-
{
|
|
63024
|
-
"kind": "field",
|
|
63025
|
-
"name": "role",
|
|
63026
|
-
"type": {
|
|
63027
|
-
"text": "string"
|
|
63028
|
-
},
|
|
63029
|
-
"default": "'tooltip'"
|
|
63030
|
-
},
|
|
63031
|
-
{
|
|
63032
|
-
"kind": "field",
|
|
63033
|
-
"name": "ariaAtomic",
|
|
63034
|
-
"type": {
|
|
63035
|
-
"text": "string"
|
|
63036
|
-
},
|
|
63037
|
-
"default": "'true'"
|
|
63038
|
-
},
|
|
63039
|
-
{
|
|
63040
|
-
"kind": "field",
|
|
63041
|
-
"name": "ariaLive",
|
|
63042
|
-
"type": {
|
|
63043
|
-
"text": "string"
|
|
63044
|
-
},
|
|
63045
|
-
"default": "'polite'"
|
|
63046
|
-
},
|
|
63047
62935
|
{
|
|
63048
62936
|
"kind": "method",
|
|
63049
62937
|
"name": "addEventListener",
|