igniteui-webcomponents 3.3.0-beta.0 → 3.4.0-beta.0
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 +45 -20
- package/README.md +7 -2
- package/components/accordion/accordion.d.ts +36 -0
- package/components/accordion/accordion.js +129 -0
- package/components/accordion/accordion.js.map +1 -0
- package/components/accordion/themes/accordion.base.css.d.ts +1 -0
- package/components/accordion/themes/accordion.base.css.js +3 -0
- package/components/accordion/themes/accordion.base.css.js.map +1 -0
- package/components/button/button-base.js +7 -2
- package/components/button/button-base.js.map +1 -1
- package/components/button/icon-button.d.ts +0 -1
- package/components/button/icon-button.js +3 -1
- package/components/button/icon-button.js.map +1 -1
- package/components/button/themes/button/light/button.base.css.js +1 -1
- package/components/button/themes/button/light/button.base.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +1 -1
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/calendar/calendar.d.ts +0 -4
- package/components/calendar/calendar.js +6 -4
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/common/calendar-base.js +3 -1
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/common/calendar.model.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +3 -0
- package/components/calendar/days-view/days-view.js +19 -7
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +1 -0
- package/components/calendar/months-view/months-view.js +2 -2
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/years-view/years-view.d.ts +1 -0
- package/components/calendar/years-view/years-view.js +2 -2
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.js +6 -0
- package/components/card/card.js.map +1 -1
- package/components/checkbox/checkbox-base.js +7 -2
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +6 -5
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.d.ts +1 -0
- package/components/checkbox/switch.js +6 -5
- package/components/checkbox/switch.js.map +1 -1
- package/components/chip/chip.d.ts +1 -1
- package/components/chip/chip.js +12 -1
- package/components/chip/chip.js.map +1 -1
- package/components/common/decorators/blazorAdditionalDependencies.d.ts +5 -0
- package/components/common/decorators/blazorAdditionalDependencies.js +6 -0
- package/components/common/decorators/blazorAdditionalDependencies.js.map +1 -0
- package/components/common/decorators/blazorDeepImport.d.ts +4 -0
- package/components/common/decorators/blazorDeepImport.js +2 -0
- package/components/common/decorators/blazorDeepImport.js.map +1 -0
- package/components/common/decorators/index.d.ts +1 -0
- package/components/common/decorators/index.js +1 -0
- package/components/common/decorators/index.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +2 -0
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/i18n/calendar.resources.js.map +1 -1
- package/components/common/types.d.ts +1 -0
- package/components/common/types.js +2 -0
- package/components/common/types.js.map +1 -0
- package/components/common/util.d.ts +2 -1
- package/components/common/util.js +5 -2
- package/components/common/util.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +2 -0
- package/components/date-time-input/date-time-input.js +12 -2
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/dialog/dialog.d.ts +69 -0
- package/components/dialog/dialog.js +168 -0
- package/components/dialog/dialog.js.map +1 -0
- package/components/dialog/themes/light/dialog.base.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.base.css.js +3 -0
- package/components/dialog/themes/light/dialog.base.css.js.map +1 -0
- package/components/dialog/themes/light/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.bootstrap.css.js +3 -0
- package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -0
- package/components/dialog/themes/light/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.fluent.css.js +3 -0
- package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -0
- package/components/dialog/themes/light/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.indigo.css.js +3 -0
- package/components/dialog/themes/light/dialog.indigo.css.js.map +1 -0
- package/components/dialog/themes/light/dialog.material.css.d.ts +1 -0
- package/components/dialog/themes/light/dialog.material.css.js +3 -0
- package/components/dialog/themes/light/dialog.material.css.js.map +1 -0
- package/components/dropdown/dropdown-group.d.ts +4 -3
- package/components/dropdown/dropdown-group.js +8 -11
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.d.ts +1 -1
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.d.ts +1 -1
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +34 -28
- package/components/dropdown/dropdown.js +76 -87
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-group.base.css.js +1 -1
- package/components/dropdown/themes/light/dropdown-group.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-group.fluent.css.js +1 -1
- package/components/dropdown/themes/light/dropdown-group.fluent.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown-item.base.css.js +1 -1
- package/components/dropdown/themes/light/dropdown-item.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.base.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.fluent.css.js +1 -1
- package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +1 -1
- package/components/expansion-panel/expansion-panel.js +11 -6
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
- package/components/form/form.js +4 -3
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.js +6 -8
- package/components/icon/icon.js.map +1 -1
- package/components/icon/icon.registry.js +2 -0
- package/components/icon/icon.registry.js.map +1 -1
- package/components/input/input-base.d.ts +2 -1
- package/components/input/input-base.js +9 -6
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +1 -0
- package/components/input/input.js +5 -0
- package/components/input/input.js.map +1 -1
- package/components/input/themes/light/input.base.css.js +1 -1
- package/components/input/themes/light/input.base.css.js.map +1 -1
- package/components/input/themes/light/input.bootstrap.css.js +1 -1
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/light/input.fluent.css.js +1 -1
- package/components/input/themes/light/input.fluent.css.js.map +1 -1
- package/components/input/themes/light/input.indigo.css.js +1 -1
- package/components/input/themes/light/input.indigo.css.js.map +1 -1
- package/components/list/list.js +4 -0
- package/components/list/list.js.map +1 -1
- package/components/mask-input/mask-input-base.js +7 -2
- package/components/mask-input/mask-input-base.js.map +1 -1
- package/components/nav-drawer/nav-drawer.js +4 -0
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/progress/circular-progress.d.ts +1 -1
- package/components/progress/circular-progress.js +3 -0
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.js +1 -0
- package/components/progress/linear-progress.js.map +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.fluent.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.fluent.css.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.indigo.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.indigo.css.js.map +1 -1
- package/components/radio/radio.d.ts +1 -0
- package/components/radio/radio.js +6 -5
- package/components/radio/radio.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +0 -1
- package/components/radio-group/radio-group.js +7 -6
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/rating/rating-symbol.base.css.d.ts +1 -0
- package/components/rating/rating-symbol.base.css.js +3 -0
- package/components/rating/rating-symbol.base.css.js.map +1 -0
- package/components/rating/rating-symbol.d.ts +8 -2
- package/components/rating/rating-symbol.js +12 -3
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.base.css.js +1 -1
- package/components/rating/rating.base.css.js.map +1 -1
- package/components/rating/rating.bootstrap.css.js +1 -1
- package/components/rating/rating.bootstrap.css.js.map +1 -1
- package/components/rating/rating.d.ts +38 -21
- package/components/rating/rating.fluent.css.js +1 -1
- package/components/rating/rating.fluent.css.js.map +1 -1
- package/components/rating/rating.indigo.css.js +1 -1
- package/components/rating/rating.indigo.css.js.map +1 -1
- package/components/rating/rating.js +116 -57
- package/components/rating/rating.js.map +1 -1
- package/components/select/select-group.d.ts +31 -0
- package/components/select/select-group.js +69 -0
- package/components/select/select-group.js.map +1 -0
- package/components/select/select-header.d.ts +15 -0
- package/components/select/select-header.js +5 -0
- package/components/select/select-header.js.map +1 -0
- package/components/select/select-item.d.ts +30 -0
- package/components/select/select-item.js +39 -0
- package/components/select/select-item.js.map +1 -0
- package/components/select/select.d.ts +112 -0
- package/components/select/select.js +343 -0
- package/components/select/select.js.map +1 -0
- package/components/select/themes/dark/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/dark/select.bootstrap.css.js +3 -0
- package/components/select/themes/dark/select.bootstrap.css.js.map +1 -0
- package/components/select/themes/dark/select.fluent.css.d.ts +1 -0
- package/components/select/themes/dark/select.fluent.css.js +3 -0
- package/components/select/themes/dark/select.fluent.css.js.map +1 -0
- package/components/select/themes/dark/select.indigo.css.d.ts +1 -0
- package/components/select/themes/dark/select.indigo.css.js +3 -0
- package/components/select/themes/dark/select.indigo.css.js.map +1 -0
- package/components/select/themes/dark/select.material.css.d.ts +1 -0
- package/components/select/themes/dark/select.material.css.js +3 -0
- package/components/select/themes/dark/select.material.css.js.map +1 -0
- package/components/select/themes/light/select.base.css.d.ts +1 -0
- package/components/select/themes/light/select.base.css.js +3 -0
- package/components/select/themes/light/select.base.css.js.map +1 -0
- package/components/select/themes/light/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/light/select.bootstrap.css.js +3 -0
- package/components/select/themes/light/select.bootstrap.css.js.map +1 -0
- package/components/select/themes/light/select.fluent.css.d.ts +1 -0
- package/components/select/themes/light/select.fluent.css.js +3 -0
- package/components/select/themes/light/select.fluent.css.js.map +1 -0
- package/components/select/themes/light/select.indigo.css.d.ts +1 -0
- package/components/select/themes/light/select.indigo.css.js +3 -0
- package/components/select/themes/light/select.indigo.css.js.map +1 -0
- package/components/select/themes/light/select.material.css.d.ts +1 -0
- package/components/select/themes/light/select.material.css.js +3 -0
- package/components/select/themes/light/select.material.css.js.map +1 -0
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.d.ts +0 -1
- package/components/slider/slider-base.js +12 -9
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/themes/light/slider.base.css.js +1 -1
- package/components/slider/themes/light/slider.base.css.js.map +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/light/slider.fluent.css.js +1 -1
- package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/light/slider.indigo.css.js +1 -1
- package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/light/slider.material.css.js +1 -1
- package/components/slider/themes/light/slider.material.css.js.map +1 -1
- package/components/snackbar/snackbar.js +3 -0
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/tabs/tab-panel.js +2 -3
- package/components/tabs/tab-panel.js.map +1 -1
- package/components/tabs/tab.js +1 -1
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.d.ts +2 -4
- package/components/tabs/tabs.js +17 -11
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/light/tab.base.css.js +1 -1
- package/components/tabs/themes/light/tab.base.css.js.map +1 -1
- package/components/toast/toast.d.ts +1 -0
- package/components/toast/toast.js +9 -0
- package/components/toast/toast.js.map +1 -1
- package/components/toggle/toggle.controller.d.ts +24 -4
- package/components/toggle/toggle.controller.js +36 -30
- package/components/toggle/toggle.controller.js.map +1 -1
- package/components/toggle/toggle.directive.d.ts +1 -1
- package/components/toggle/toggle.directive.js +1 -0
- package/components/toggle/toggle.directive.js.map +1 -1
- package/components/tree/themes/light/tree.base.css.js +1 -1
- package/components/tree/themes/light/tree.base.css.js.map +1 -1
- package/components/tree/tree-item.d.ts +0 -1
- package/components/tree/tree-item.js +8 -1
- package/components/tree/tree-item.js.map +1 -1
- package/components/tree/tree.common.js.map +1 -1
- package/components/tree/tree.d.ts +2 -2
- package/components/tree/tree.js +22 -2
- package/components/tree/tree.js.map +1 -1
- package/custom-elements.json +738 -42
- package/index.d.ts +12 -12
- package/index.js +9 -11
- package/index.js.map +1 -1
- package/package.json +10 -8
- package/themes/dark/bootstrap.css +1 -1
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/themes/dark/material.css +1 -1
- package/vscode-html-custom-data.json +305 -41
package/custom-elements.json
CHANGED
|
@@ -1,6 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "experimental",
|
|
3
3
|
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "igc-accordion",
|
|
6
|
+
"path": "./src/components/accordion/accordion.ts",
|
|
7
|
+
"description": "The Accordion is a container-based component that can house multiple expansion panels\nand offers keyboard navigation.",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "single-expand",
|
|
11
|
+
"type": "boolean",
|
|
12
|
+
"default": "false"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"properties": [
|
|
16
|
+
{
|
|
17
|
+
"name": "tagName",
|
|
18
|
+
"type": "\"igc-accordion\"",
|
|
19
|
+
"default": "\"igc-accordion\""
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "styles",
|
|
23
|
+
"type": "CSSResult",
|
|
24
|
+
"default": "\"styles\""
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "singleExpand",
|
|
28
|
+
"attribute": "single-expand",
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": "false"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "panels",
|
|
34
|
+
"description": "Returns all of the accordions's direct igc-expansion-panel children.",
|
|
35
|
+
"type": "IgcExpansionPanelComponent[]"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"slots": [
|
|
39
|
+
{
|
|
40
|
+
"name": "",
|
|
41
|
+
"description": "Renders the expansion panels inside default slot."
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
4
45
|
{
|
|
5
46
|
"name": "igc-avatar",
|
|
6
47
|
"path": "./src/components/avatar/avatar.ts",
|
|
@@ -853,6 +894,11 @@
|
|
|
853
894
|
}
|
|
854
895
|
],
|
|
855
896
|
"properties": [
|
|
897
|
+
{
|
|
898
|
+
"name": "tagName",
|
|
899
|
+
"type": "\"igc-days-view\"",
|
|
900
|
+
"default": "\"igc-days-view\""
|
|
901
|
+
},
|
|
856
902
|
{
|
|
857
903
|
"name": "styles",
|
|
858
904
|
"type": "CSSResult",
|
|
@@ -1007,6 +1053,11 @@
|
|
|
1007
1053
|
}
|
|
1008
1054
|
],
|
|
1009
1055
|
"properties": [
|
|
1056
|
+
{
|
|
1057
|
+
"name": "tagName",
|
|
1058
|
+
"type": "\"igc-months-view\"",
|
|
1059
|
+
"default": "\"igc-months-view\""
|
|
1060
|
+
},
|
|
1010
1061
|
{
|
|
1011
1062
|
"name": "styles",
|
|
1012
1063
|
"type": "CSSResult",
|
|
@@ -1061,6 +1112,11 @@
|
|
|
1061
1112
|
}
|
|
1062
1113
|
],
|
|
1063
1114
|
"properties": [
|
|
1115
|
+
{
|
|
1116
|
+
"name": "tagName",
|
|
1117
|
+
"type": "\"igc-years-view\"",
|
|
1118
|
+
"default": "\"igc-years-view\""
|
|
1119
|
+
},
|
|
1064
1120
|
{
|
|
1065
1121
|
"name": "styles",
|
|
1066
1122
|
"type": "CSSResult",
|
|
@@ -2013,13 +2069,142 @@
|
|
|
2013
2069
|
}
|
|
2014
2070
|
]
|
|
2015
2071
|
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "igc-dialog",
|
|
2074
|
+
"path": "./src/components/dialog/dialog.ts",
|
|
2075
|
+
"description": "Represents a Dialog component.",
|
|
2076
|
+
"attributes": [
|
|
2077
|
+
{
|
|
2078
|
+
"name": "close-on-escape",
|
|
2079
|
+
"description": "Whether the dialog should be closed when pressing the 'ESCAPE' button.",
|
|
2080
|
+
"type": "boolean",
|
|
2081
|
+
"default": "true"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "close-on-outside-click",
|
|
2085
|
+
"description": "Whether the dialog should be closed when clicking outside of it.",
|
|
2086
|
+
"type": "boolean",
|
|
2087
|
+
"default": "false"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "hide-default-action",
|
|
2091
|
+
"description": "Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.",
|
|
2092
|
+
"type": "boolean",
|
|
2093
|
+
"default": "false"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"name": "open",
|
|
2097
|
+
"description": "Whether the dialog is opened.",
|
|
2098
|
+
"type": "boolean",
|
|
2099
|
+
"default": "false"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "title",
|
|
2103
|
+
"description": "Sets the title of the dialog.",
|
|
2104
|
+
"type": "string"
|
|
2105
|
+
}
|
|
2106
|
+
],
|
|
2107
|
+
"properties": [
|
|
2108
|
+
{
|
|
2109
|
+
"name": "tagName",
|
|
2110
|
+
"type": "\"igc-dialog\"",
|
|
2111
|
+
"default": "\"igc-dialog\""
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"name": "styles",
|
|
2115
|
+
"type": "CSSResult[]",
|
|
2116
|
+
"default": "[\"styles\"]"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"name": "closeOnEscape",
|
|
2120
|
+
"attribute": "close-on-escape",
|
|
2121
|
+
"description": "Whether the dialog should be closed when pressing the 'ESCAPE' button.",
|
|
2122
|
+
"type": "boolean",
|
|
2123
|
+
"default": "true"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"name": "closeOnOutsideClick",
|
|
2127
|
+
"attribute": "close-on-outside-click",
|
|
2128
|
+
"description": "Whether the dialog should be closed when clicking outside of it.",
|
|
2129
|
+
"type": "boolean",
|
|
2130
|
+
"default": "false"
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"name": "hideDefaultAction",
|
|
2134
|
+
"attribute": "hide-default-action",
|
|
2135
|
+
"description": "Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.",
|
|
2136
|
+
"type": "boolean",
|
|
2137
|
+
"default": "false"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "open",
|
|
2141
|
+
"attribute": "open",
|
|
2142
|
+
"description": "Whether the dialog is opened.",
|
|
2143
|
+
"type": "boolean",
|
|
2144
|
+
"default": "false"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "title",
|
|
2148
|
+
"attribute": "title",
|
|
2149
|
+
"description": "Sets the title of the dialog.",
|
|
2150
|
+
"type": "string"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"name": "returnValue",
|
|
2154
|
+
"description": "Sets the return value for the dialog.",
|
|
2155
|
+
"type": "string"
|
|
2156
|
+
}
|
|
2157
|
+
],
|
|
2158
|
+
"events": [
|
|
2159
|
+
{
|
|
2160
|
+
"name": "igcClosing",
|
|
2161
|
+
"description": "Emitter just before the dialog is closed."
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "igcClosed",
|
|
2165
|
+
"description": "Emitted after closing the dialog."
|
|
2166
|
+
}
|
|
2167
|
+
],
|
|
2168
|
+
"slots": [
|
|
2169
|
+
{
|
|
2170
|
+
"name": "",
|
|
2171
|
+
"description": "Renders content inside the default slot."
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "title",
|
|
2175
|
+
"description": "Renders the title of the dialog header."
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"name": "footer",
|
|
2179
|
+
"description": "Renders the dialog footer."
|
|
2180
|
+
}
|
|
2181
|
+
],
|
|
2182
|
+
"cssParts": [
|
|
2183
|
+
{
|
|
2184
|
+
"name": "base",
|
|
2185
|
+
"description": "The base wrapper of the dialog."
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "title",
|
|
2189
|
+
"description": "The title container."
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "footer",
|
|
2193
|
+
"description": "The footer container."
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "overlay",
|
|
2197
|
+
"description": "The overlay."
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2016
2201
|
{
|
|
2017
2202
|
"name": "igc-dropdown-group",
|
|
2018
2203
|
"path": "./src/components/dropdown/dropdown-group.ts",
|
|
2019
2204
|
"properties": [
|
|
2020
2205
|
{
|
|
2021
2206
|
"name": "tagName",
|
|
2022
|
-
"type": "
|
|
2207
|
+
"type": "string",
|
|
2023
2208
|
"default": "\"igc-dropdown-group\""
|
|
2024
2209
|
},
|
|
2025
2210
|
{
|
|
@@ -2056,7 +2241,7 @@
|
|
|
2056
2241
|
"properties": [
|
|
2057
2242
|
{
|
|
2058
2243
|
"name": "tagName",
|
|
2059
|
-
"type": "
|
|
2244
|
+
"type": "string",
|
|
2060
2245
|
"default": "\"igc-dropdown-header\""
|
|
2061
2246
|
},
|
|
2062
2247
|
{
|
|
@@ -2104,7 +2289,7 @@
|
|
|
2104
2289
|
"properties": [
|
|
2105
2290
|
{
|
|
2106
2291
|
"name": "tagName",
|
|
2107
|
-
"type": "
|
|
2292
|
+
"type": "string",
|
|
2108
2293
|
"default": "\"igc-dropdown-item\""
|
|
2109
2294
|
},
|
|
2110
2295
|
{
|
|
@@ -2236,11 +2421,6 @@
|
|
|
2236
2421
|
}
|
|
2237
2422
|
],
|
|
2238
2423
|
"properties": [
|
|
2239
|
-
{
|
|
2240
|
-
"name": "tagName",
|
|
2241
|
-
"type": "\"igc-dropdown\"",
|
|
2242
|
-
"default": "\"igc-dropdown\""
|
|
2243
|
-
},
|
|
2244
2424
|
{
|
|
2245
2425
|
"name": "styles",
|
|
2246
2426
|
"type": "CSSResult",
|
|
@@ -2652,6 +2832,11 @@
|
|
|
2652
2832
|
"description": "The autocomplete attribute of the control.",
|
|
2653
2833
|
"type": "string"
|
|
2654
2834
|
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "tabIndex",
|
|
2837
|
+
"type": "number",
|
|
2838
|
+
"default": "0"
|
|
2839
|
+
},
|
|
2655
2840
|
{
|
|
2656
2841
|
"name": "value",
|
|
2657
2842
|
"description": "The value attribute of the control.",
|
|
@@ -2783,6 +2968,12 @@
|
|
|
2783
2968
|
"description": "The autocomplete attribute of the control.",
|
|
2784
2969
|
"type": "string"
|
|
2785
2970
|
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "tabIndex",
|
|
2973
|
+
"attribute": "tabIndex",
|
|
2974
|
+
"type": "number",
|
|
2975
|
+
"default": "0"
|
|
2976
|
+
},
|
|
2786
2977
|
{
|
|
2787
2978
|
"name": "styles",
|
|
2788
2979
|
"type": "CSSResult",
|
|
@@ -4065,12 +4256,35 @@
|
|
|
4065
4256
|
"name": "tagName",
|
|
4066
4257
|
"type": "\"igc-rating-symbol\"",
|
|
4067
4258
|
"default": "\"igc-rating-symbol\""
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"name": "styles",
|
|
4262
|
+
"type": "CSSResult[]",
|
|
4263
|
+
"default": "[\"styles\"]"
|
|
4068
4264
|
}
|
|
4069
4265
|
],
|
|
4070
4266
|
"slots": [
|
|
4071
4267
|
{
|
|
4072
4268
|
"name": "",
|
|
4073
|
-
"description": "Default slot for projected symbols/icons."
|
|
4269
|
+
"description": "Default slot for projected full symbols/icons."
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "empty",
|
|
4273
|
+
"description": "Default slot for projected empty symbols/icons."
|
|
4274
|
+
}
|
|
4275
|
+
],
|
|
4276
|
+
"cssParts": [
|
|
4277
|
+
{
|
|
4278
|
+
"name": "symbol",
|
|
4279
|
+
"description": "The symbol wrapping container."
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "full",
|
|
4283
|
+
"description": "The full symbol wrapping container."
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"name": "empty",
|
|
4287
|
+
"description": "The empty symbol wrapping container."
|
|
4074
4288
|
}
|
|
4075
4289
|
]
|
|
4076
4290
|
},
|
|
@@ -4081,22 +4295,16 @@
|
|
|
4081
4295
|
"attributes": [
|
|
4082
4296
|
{
|
|
4083
4297
|
"name": "max",
|
|
4084
|
-
"description": "The maximum value for the rating",
|
|
4298
|
+
"description": "The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.",
|
|
4085
4299
|
"type": "number",
|
|
4086
4300
|
"default": "5"
|
|
4087
4301
|
},
|
|
4088
4302
|
{
|
|
4089
4303
|
"name": "step",
|
|
4090
|
-
"description": "The minimum value change allowed.",
|
|
4304
|
+
"description": "The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.",
|
|
4091
4305
|
"type": "number",
|
|
4092
4306
|
"default": "1"
|
|
4093
4307
|
},
|
|
4094
|
-
{
|
|
4095
|
-
"name": "symbol",
|
|
4096
|
-
"description": "The symbol which the rating will display.",
|
|
4097
|
-
"type": "string",
|
|
4098
|
-
"default": "\"⭐\""
|
|
4099
|
-
},
|
|
4100
4308
|
{
|
|
4101
4309
|
"name": "name",
|
|
4102
4310
|
"description": "The name attribute of the control",
|
|
@@ -4109,7 +4317,7 @@
|
|
|
4109
4317
|
},
|
|
4110
4318
|
{
|
|
4111
4319
|
"name": "value-format",
|
|
4112
|
-
"description": "A format string which sets aria-valuetext.
|
|
4320
|
+
"description": "A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.",
|
|
4113
4321
|
"type": "string"
|
|
4114
4322
|
},
|
|
4115
4323
|
{
|
|
@@ -4136,6 +4344,12 @@
|
|
|
4136
4344
|
"type": "boolean",
|
|
4137
4345
|
"default": "false"
|
|
4138
4346
|
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "single",
|
|
4349
|
+
"description": "Toggles single selection visual mode.",
|
|
4350
|
+
"type": "boolean",
|
|
4351
|
+
"default": "false"
|
|
4352
|
+
},
|
|
4139
4353
|
{
|
|
4140
4354
|
"name": "size",
|
|
4141
4355
|
"description": "Determines the size of the component.",
|
|
@@ -4157,24 +4371,17 @@
|
|
|
4157
4371
|
{
|
|
4158
4372
|
"name": "max",
|
|
4159
4373
|
"attribute": "max",
|
|
4160
|
-
"description": "The maximum value for the rating",
|
|
4374
|
+
"description": "The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.",
|
|
4161
4375
|
"type": "number",
|
|
4162
4376
|
"default": "5"
|
|
4163
4377
|
},
|
|
4164
4378
|
{
|
|
4165
4379
|
"name": "step",
|
|
4166
4380
|
"attribute": "step",
|
|
4167
|
-
"description": "The minimum value change allowed.",
|
|
4381
|
+
"description": "The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.",
|
|
4168
4382
|
"type": "number",
|
|
4169
4383
|
"default": "1"
|
|
4170
4384
|
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "symbol",
|
|
4173
|
-
"attribute": "symbol",
|
|
4174
|
-
"description": "The symbol which the rating will display.",
|
|
4175
|
-
"type": "string",
|
|
4176
|
-
"default": "\"⭐\""
|
|
4177
|
-
},
|
|
4178
4385
|
{
|
|
4179
4386
|
"name": "name",
|
|
4180
4387
|
"attribute": "name",
|
|
@@ -4190,7 +4397,7 @@
|
|
|
4190
4397
|
{
|
|
4191
4398
|
"name": "valueFormat",
|
|
4192
4399
|
"attribute": "value-format",
|
|
4193
|
-
"description": "A format string which sets aria-valuetext.
|
|
4400
|
+
"description": "A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.",
|
|
4194
4401
|
"type": "string"
|
|
4195
4402
|
},
|
|
4196
4403
|
{
|
|
@@ -4221,6 +4428,13 @@
|
|
|
4221
4428
|
"type": "boolean",
|
|
4222
4429
|
"default": "false"
|
|
4223
4430
|
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "single",
|
|
4433
|
+
"attribute": "single",
|
|
4434
|
+
"description": "Toggles single selection visual mode.",
|
|
4435
|
+
"type": "boolean",
|
|
4436
|
+
"default": "false"
|
|
4437
|
+
},
|
|
4224
4438
|
{
|
|
4225
4439
|
"name": "size",
|
|
4226
4440
|
"attribute": "size",
|
|
@@ -4239,6 +4453,28 @@
|
|
|
4239
4453
|
"description": "Emitted when hover is enabled and the user mouses over a symbol of the rating."
|
|
4240
4454
|
}
|
|
4241
4455
|
],
|
|
4456
|
+
"cssProperties": [
|
|
4457
|
+
{
|
|
4458
|
+
"name": "--symbol-size",
|
|
4459
|
+
"description": "The size of the symbols."
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "--symbol-full-color",
|
|
4463
|
+
"description": "The color of the filled symbol."
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "--symbol-empty-color",
|
|
4467
|
+
"description": "The color of the empty symbol."
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"name": "--symbol-full-filter",
|
|
4471
|
+
"description": "The filter(s) used for the filled symbol."
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "--symbol-empty-filter",
|
|
4475
|
+
"description": "The filter(s) used for the empty symbol."
|
|
4476
|
+
}
|
|
4477
|
+
],
|
|
4242
4478
|
"cssParts": [
|
|
4243
4479
|
{
|
|
4244
4480
|
"name": "base",
|
|
@@ -4249,28 +4485,24 @@
|
|
|
4249
4485
|
"description": "The label part."
|
|
4250
4486
|
},
|
|
4251
4487
|
{
|
|
4252
|
-
"name": "
|
|
4253
|
-
"description": "The
|
|
4254
|
-
},
|
|
4255
|
-
{
|
|
4256
|
-
"name": "fraction",
|
|
4257
|
-
"description": "The part for the selected symbols."
|
|
4488
|
+
"name": "value-label",
|
|
4489
|
+
"description": "The value label part."
|
|
4258
4490
|
},
|
|
4259
4491
|
{
|
|
4260
|
-
"name": "symbols
|
|
4261
|
-
"description": "
|
|
4492
|
+
"name": "symbols",
|
|
4493
|
+
"description": "A wrapper for all rating symbols."
|
|
4262
4494
|
},
|
|
4263
4495
|
{
|
|
4264
|
-
"name": "
|
|
4265
|
-
"description": "
|
|
4496
|
+
"name": "symbol",
|
|
4497
|
+
"description": "The part of the encapsulated default symbol."
|
|
4266
4498
|
},
|
|
4267
4499
|
{
|
|
4268
|
-
"name": "
|
|
4269
|
-
"description": "
|
|
4500
|
+
"name": "full",
|
|
4501
|
+
"description": "The part of the encapsulated full symbols."
|
|
4270
4502
|
},
|
|
4271
4503
|
{
|
|
4272
|
-
"name": "
|
|
4273
|
-
"description": "
|
|
4504
|
+
"name": "empty",
|
|
4505
|
+
"description": "The part of the encapsulated empty symbols."
|
|
4274
4506
|
}
|
|
4275
4507
|
]
|
|
4276
4508
|
},
|
|
@@ -4291,6 +4523,470 @@
|
|
|
4291
4523
|
}
|
|
4292
4524
|
]
|
|
4293
4525
|
},
|
|
4526
|
+
{
|
|
4527
|
+
"name": "igc-select-group",
|
|
4528
|
+
"path": "./src/components/select/select-group.ts",
|
|
4529
|
+
"attributes": [
|
|
4530
|
+
{
|
|
4531
|
+
"name": "disabled",
|
|
4532
|
+
"type": "boolean",
|
|
4533
|
+
"default": "false"
|
|
4534
|
+
}
|
|
4535
|
+
],
|
|
4536
|
+
"properties": [
|
|
4537
|
+
{
|
|
4538
|
+
"name": "disabled",
|
|
4539
|
+
"attribute": "disabled",
|
|
4540
|
+
"type": "boolean",
|
|
4541
|
+
"default": "false"
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"name": "styles",
|
|
4545
|
+
"type": "CSSResult",
|
|
4546
|
+
"default": "\"styles\""
|
|
4547
|
+
},
|
|
4548
|
+
{
|
|
4549
|
+
"name": "items",
|
|
4550
|
+
"description": "All child `igc-select-item`s.",
|
|
4551
|
+
"type": "IgcSelectItemComponent[]"
|
|
4552
|
+
}
|
|
4553
|
+
],
|
|
4554
|
+
"slots": [
|
|
4555
|
+
{
|
|
4556
|
+
"name": "label",
|
|
4557
|
+
"description": "Contains the group's label."
|
|
4558
|
+
},
|
|
4559
|
+
{
|
|
4560
|
+
"name": "",
|
|
4561
|
+
"description": "Intended to contain the items belonging to this group."
|
|
4562
|
+
}
|
|
4563
|
+
],
|
|
4564
|
+
"cssParts": [
|
|
4565
|
+
{
|
|
4566
|
+
"name": "label",
|
|
4567
|
+
"description": "The native label element."
|
|
4568
|
+
}
|
|
4569
|
+
]
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"name": "igc-select-header",
|
|
4573
|
+
"path": "./src/components/select/select-header.ts",
|
|
4574
|
+
"properties": [
|
|
4575
|
+
{
|
|
4576
|
+
"name": "styles",
|
|
4577
|
+
"type": "CSSResult",
|
|
4578
|
+
"default": "\"styles\""
|
|
4579
|
+
}
|
|
4580
|
+
],
|
|
4581
|
+
"slots": [
|
|
4582
|
+
{
|
|
4583
|
+
"name": "",
|
|
4584
|
+
"description": "Renders the header."
|
|
4585
|
+
}
|
|
4586
|
+
]
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "igc-select-item",
|
|
4590
|
+
"path": "./src/components/select/select-item.ts",
|
|
4591
|
+
"description": "Represents an item in a select list.",
|
|
4592
|
+
"attributes": [
|
|
4593
|
+
{
|
|
4594
|
+
"name": "value",
|
|
4595
|
+
"description": "Тhe current value of the item.\nIf not specified, the element's text content is used.",
|
|
4596
|
+
"type": "string"
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"name": "selected",
|
|
4600
|
+
"description": "Determines whether the item is selected.",
|
|
4601
|
+
"type": "boolean",
|
|
4602
|
+
"default": "false"
|
|
4603
|
+
},
|
|
4604
|
+
{
|
|
4605
|
+
"name": "active",
|
|
4606
|
+
"description": "Determines whether the item is active.",
|
|
4607
|
+
"type": "boolean",
|
|
4608
|
+
"default": "false"
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"name": "disabled",
|
|
4612
|
+
"description": "Determines whether the item is disabled.",
|
|
4613
|
+
"type": "boolean",
|
|
4614
|
+
"default": "false"
|
|
4615
|
+
}
|
|
4616
|
+
],
|
|
4617
|
+
"properties": [
|
|
4618
|
+
{
|
|
4619
|
+
"name": "textContent",
|
|
4620
|
+
"description": "Returns the text of the item without the prefix and suffix content.",
|
|
4621
|
+
"type": "string"
|
|
4622
|
+
},
|
|
4623
|
+
{
|
|
4624
|
+
"name": "styles",
|
|
4625
|
+
"type": "CSSResult",
|
|
4626
|
+
"default": "\"styles\""
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "value",
|
|
4630
|
+
"attribute": "value",
|
|
4631
|
+
"description": "Тhe current value of the item.\nIf not specified, the element's text content is used.",
|
|
4632
|
+
"type": "string"
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"name": "selected",
|
|
4636
|
+
"attribute": "selected",
|
|
4637
|
+
"description": "Determines whether the item is selected.",
|
|
4638
|
+
"type": "boolean",
|
|
4639
|
+
"default": "false"
|
|
4640
|
+
},
|
|
4641
|
+
{
|
|
4642
|
+
"name": "active",
|
|
4643
|
+
"attribute": "active",
|
|
4644
|
+
"description": "Determines whether the item is active.",
|
|
4645
|
+
"type": "boolean",
|
|
4646
|
+
"default": "false"
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"name": "disabled",
|
|
4650
|
+
"attribute": "disabled",
|
|
4651
|
+
"description": "Determines whether the item is disabled.",
|
|
4652
|
+
"type": "boolean",
|
|
4653
|
+
"default": "false"
|
|
4654
|
+
}
|
|
4655
|
+
],
|
|
4656
|
+
"slots": [
|
|
4657
|
+
{
|
|
4658
|
+
"name": "",
|
|
4659
|
+
"description": "Renders the all content bar the prefix and suffix."
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "prefix",
|
|
4663
|
+
"description": "Renders content before the main content area."
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"name": "suffix",
|
|
4667
|
+
"description": "Renders content after the main content area."
|
|
4668
|
+
}
|
|
4669
|
+
],
|
|
4670
|
+
"cssParts": [
|
|
4671
|
+
{
|
|
4672
|
+
"name": "prefix",
|
|
4673
|
+
"description": "The prefix wrapper."
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"name": "content",
|
|
4677
|
+
"description": "The main content wrapper."
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"name": "suffix",
|
|
4681
|
+
"description": "The suffix wrapper."
|
|
4682
|
+
}
|
|
4683
|
+
]
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"name": "igc-select",
|
|
4687
|
+
"path": "./src/components/select/select.ts",
|
|
4688
|
+
"attributes": [
|
|
4689
|
+
{
|
|
4690
|
+
"name": "value",
|
|
4691
|
+
"description": "The value attribute of the control.",
|
|
4692
|
+
"type": "string | undefined"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"name": "name",
|
|
4696
|
+
"description": "The name attribute of the control.",
|
|
4697
|
+
"type": "string"
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"name": "disabled",
|
|
4701
|
+
"description": "The disabled attribute of the control.",
|
|
4702
|
+
"type": "boolean",
|
|
4703
|
+
"default": "false"
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"name": "required",
|
|
4707
|
+
"description": "The required attribute of the control.",
|
|
4708
|
+
"type": "boolean",
|
|
4709
|
+
"default": "false"
|
|
4710
|
+
},
|
|
4711
|
+
{
|
|
4712
|
+
"name": "invalid",
|
|
4713
|
+
"description": "The invalid attribute of the control.",
|
|
4714
|
+
"type": "boolean",
|
|
4715
|
+
"default": "false"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "outlined",
|
|
4719
|
+
"description": "The outlined attribute of the control.",
|
|
4720
|
+
"type": "boolean",
|
|
4721
|
+
"default": "false"
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"name": "autofocus",
|
|
4725
|
+
"description": "The autofocus attribute of the control.",
|
|
4726
|
+
"type": "boolean"
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
"name": "label",
|
|
4730
|
+
"description": "The label attribute of the control.",
|
|
4731
|
+
"type": "string"
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
"name": "placeholder",
|
|
4735
|
+
"description": "The placeholder attribute of the control.",
|
|
4736
|
+
"type": "string"
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"name": "dir",
|
|
4740
|
+
"description": "The direction attribute of the control.",
|
|
4741
|
+
"type": "\"ltr\" | \"rtl\" | \"auto\"",
|
|
4742
|
+
"default": "\"auto\""
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"name": "keep-open-on-select",
|
|
4746
|
+
"description": "Whether the dropdown should be kept open on selection.",
|
|
4747
|
+
"type": "boolean",
|
|
4748
|
+
"default": "false"
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"name": "scroll-strategy",
|
|
4752
|
+
"description": "Determines the behavior of the component during scrolling the container.",
|
|
4753
|
+
"type": "\"scroll\" | \"block\" | \"close\"",
|
|
4754
|
+
"default": "\"scroll\""
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
"name": "keep-open-on-outside-click",
|
|
4758
|
+
"description": "Whether the component should be kept open on clicking outside of it.",
|
|
4759
|
+
"type": "boolean",
|
|
4760
|
+
"default": "false"
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"name": "open",
|
|
4764
|
+
"description": "Sets the open state of the component.",
|
|
4765
|
+
"type": "boolean",
|
|
4766
|
+
"default": "false"
|
|
4767
|
+
},
|
|
4768
|
+
{
|
|
4769
|
+
"name": "placement",
|
|
4770
|
+
"description": "The preferred placement of the component around the target element.",
|
|
4771
|
+
"type": "\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"",
|
|
4772
|
+
"default": "\"bottom-start\""
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "position-strategy",
|
|
4776
|
+
"description": "Sets the component's positioning strategy.",
|
|
4777
|
+
"type": "\"absolute\" | \"fixed\"",
|
|
4778
|
+
"default": "\"absolute\""
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"name": "flip",
|
|
4782
|
+
"description": "Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.",
|
|
4783
|
+
"type": "boolean",
|
|
4784
|
+
"default": "false"
|
|
4785
|
+
},
|
|
4786
|
+
{
|
|
4787
|
+
"name": "distance",
|
|
4788
|
+
"description": "The distance from the target element.",
|
|
4789
|
+
"type": "number",
|
|
4790
|
+
"default": "0"
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
"name": "same-width",
|
|
4794
|
+
"description": "Whether the dropdown's width should be the same as the target's one.",
|
|
4795
|
+
"type": "boolean",
|
|
4796
|
+
"default": "true"
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"name": "size",
|
|
4800
|
+
"description": "Determines the size of the component.",
|
|
4801
|
+
"type": "\"small\" | \"medium\" | \"large\"",
|
|
4802
|
+
"default": "\"medium\""
|
|
4803
|
+
}
|
|
4804
|
+
],
|
|
4805
|
+
"properties": [
|
|
4806
|
+
{
|
|
4807
|
+
"name": "value",
|
|
4808
|
+
"attribute": "value",
|
|
4809
|
+
"description": "The value attribute of the control.",
|
|
4810
|
+
"type": "string | undefined"
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"name": "name",
|
|
4814
|
+
"attribute": "name",
|
|
4815
|
+
"description": "The name attribute of the control.",
|
|
4816
|
+
"type": "string"
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"name": "disabled",
|
|
4820
|
+
"attribute": "disabled",
|
|
4821
|
+
"description": "The disabled attribute of the control.",
|
|
4822
|
+
"type": "boolean",
|
|
4823
|
+
"default": "false"
|
|
4824
|
+
},
|
|
4825
|
+
{
|
|
4826
|
+
"name": "required",
|
|
4827
|
+
"attribute": "required",
|
|
4828
|
+
"description": "The required attribute of the control.",
|
|
4829
|
+
"type": "boolean",
|
|
4830
|
+
"default": "false"
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"name": "invalid",
|
|
4834
|
+
"attribute": "invalid",
|
|
4835
|
+
"description": "The invalid attribute of the control.",
|
|
4836
|
+
"type": "boolean",
|
|
4837
|
+
"default": "false"
|
|
4838
|
+
},
|
|
4839
|
+
{
|
|
4840
|
+
"name": "outlined",
|
|
4841
|
+
"attribute": "outlined",
|
|
4842
|
+
"description": "The outlined attribute of the control.",
|
|
4843
|
+
"type": "boolean",
|
|
4844
|
+
"default": "false"
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "autofocus",
|
|
4848
|
+
"attribute": "autofocus",
|
|
4849
|
+
"description": "The autofocus attribute of the control.",
|
|
4850
|
+
"type": "boolean"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"name": "label",
|
|
4854
|
+
"attribute": "label",
|
|
4855
|
+
"description": "The label attribute of the control.",
|
|
4856
|
+
"type": "string"
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"name": "placeholder",
|
|
4860
|
+
"attribute": "placeholder",
|
|
4861
|
+
"description": "The placeholder attribute of the control.",
|
|
4862
|
+
"type": "string"
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"name": "dir",
|
|
4866
|
+
"attribute": "dir",
|
|
4867
|
+
"description": "The direction attribute of the control.",
|
|
4868
|
+
"type": "\"ltr\" | \"rtl\" | \"auto\"",
|
|
4869
|
+
"default": "\"auto\""
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "styles",
|
|
4873
|
+
"type": "CSSResult",
|
|
4874
|
+
"default": "\"styles\""
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"name": "keepOpenOnSelect",
|
|
4878
|
+
"attribute": "keep-open-on-select",
|
|
4879
|
+
"description": "Whether the dropdown should be kept open on selection.",
|
|
4880
|
+
"type": "boolean",
|
|
4881
|
+
"default": "false"
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"name": "scrollStrategy",
|
|
4885
|
+
"attribute": "scroll-strategy",
|
|
4886
|
+
"description": "Determines the behavior of the component during scrolling the container.",
|
|
4887
|
+
"type": "\"scroll\" | \"block\" | \"close\"",
|
|
4888
|
+
"default": "\"scroll\""
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"name": "keepOpenOnOutsideClick",
|
|
4892
|
+
"attribute": "keep-open-on-outside-click",
|
|
4893
|
+
"description": "Whether the component should be kept open on clicking outside of it.",
|
|
4894
|
+
"type": "boolean",
|
|
4895
|
+
"default": "false"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"name": "open",
|
|
4899
|
+
"attribute": "open",
|
|
4900
|
+
"description": "Sets the open state of the component.",
|
|
4901
|
+
"type": "boolean",
|
|
4902
|
+
"default": "false"
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "placement",
|
|
4906
|
+
"attribute": "placement",
|
|
4907
|
+
"description": "The preferred placement of the component around the target element.",
|
|
4908
|
+
"type": "\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"",
|
|
4909
|
+
"default": "\"bottom-start\""
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"name": "positionStrategy",
|
|
4913
|
+
"attribute": "position-strategy",
|
|
4914
|
+
"description": "Sets the component's positioning strategy.",
|
|
4915
|
+
"type": "\"absolute\" | \"fixed\"",
|
|
4916
|
+
"default": "\"absolute\""
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "flip",
|
|
4920
|
+
"attribute": "flip",
|
|
4921
|
+
"description": "Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.",
|
|
4922
|
+
"type": "boolean",
|
|
4923
|
+
"default": "false"
|
|
4924
|
+
},
|
|
4925
|
+
{
|
|
4926
|
+
"name": "distance",
|
|
4927
|
+
"attribute": "distance",
|
|
4928
|
+
"description": "The distance from the target element.",
|
|
4929
|
+
"type": "number",
|
|
4930
|
+
"default": "0"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "sameWidth",
|
|
4934
|
+
"attribute": "same-width",
|
|
4935
|
+
"description": "Whether the dropdown's width should be the same as the target's one.",
|
|
4936
|
+
"type": "boolean",
|
|
4937
|
+
"default": "true"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "size",
|
|
4941
|
+
"attribute": "size",
|
|
4942
|
+
"description": "Determines the size of the component.",
|
|
4943
|
+
"type": "\"small\" | \"medium\" | \"large\"",
|
|
4944
|
+
"default": "\"medium\""
|
|
4945
|
+
}
|
|
4946
|
+
],
|
|
4947
|
+
"events": [
|
|
4948
|
+
{
|
|
4949
|
+
"name": "igcChange",
|
|
4950
|
+
"description": "Emitted when the selected item changes."
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "igcOpening",
|
|
4954
|
+
"description": "Emitted just before the dropdown is open."
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "igcOpened",
|
|
4958
|
+
"description": "Emitted after the dropdown is open."
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "igcClosing",
|
|
4962
|
+
"description": "Emitter just before the dropdown is closed."
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "igcClosed",
|
|
4966
|
+
"description": "Emitted after closing the dropdown."
|
|
4967
|
+
}
|
|
4968
|
+
],
|
|
4969
|
+
"slots": [
|
|
4970
|
+
{
|
|
4971
|
+
"name": "target",
|
|
4972
|
+
"description": "Renders the dropdown's target element."
|
|
4973
|
+
},
|
|
4974
|
+
{
|
|
4975
|
+
"name": "",
|
|
4976
|
+
"description": "Renders the dropdown list items."
|
|
4977
|
+
}
|
|
4978
|
+
],
|
|
4979
|
+
"cssParts": [
|
|
4980
|
+
{
|
|
4981
|
+
"name": "base",
|
|
4982
|
+
"description": "The dropdown list wrapper."
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"name": "list",
|
|
4986
|
+
"description": "The dropdown list."
|
|
4987
|
+
}
|
|
4988
|
+
]
|
|
4989
|
+
},
|
|
4294
4990
|
{
|
|
4295
4991
|
"name": "igc-range-slider",
|
|
4296
4992
|
"path": "./src/components/slider/range-slider.ts",
|