igniteui-webcomponents 3.3.0 → 3.4.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 +24 -0
- package/README.md +7 -2
- package/components/accordion/accordion.js +3 -1
- package/components/accordion/accordion.js.map +1 -1
- package/components/button/button-base.js +7 -2
- package/components/button/button-base.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/common/calendar-base.js +3 -1
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +2 -0
- package/components/calendar/days-view/days-view.js +17 -5
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/checkbox/checkbox-base.js +7 -2
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/chip/chip.d.ts +1 -0
- package/components/chip/chip.js +9 -0
- package/components/chip/chip.js.map +1 -1
- 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/util.d.ts +1 -0
- package/components/common/util.js +3 -0
- package/components/common/util.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 +2 -2
- package/components/dropdown/dropdown-group.js +1 -1
- 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 +10 -8
- package/components/dropdown/dropdown.js +15 -10
- 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/form/form.js +4 -3
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.js +3 -1
- package/components/icon/icon.js.map +1 -1
- package/components/input/input-base.js +3 -1
- 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/mask-input/mask-input-base.js +7 -2
- package/components/mask-input/mask-input-base.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-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.d.ts +21 -9
- package/components/rating/rating.js +50 -33
- 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.d.ts +2 -0
- package/components/slider/range-slider.js +61 -0
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.d.ts +7 -8
- package/components/slider/slider-base.js +8 -8
- package/components/slider/slider-base.js.map +1 -1
- package/components/tabs/tabs.d.ts +0 -1
- package/components/tabs/tabs.js +7 -9
- package/components/tabs/tabs.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 +7 -2
- package/components/toggle/toggle.controller.js +21 -20
- package/components/toggle/toggle.controller.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/custom-elements.json +613 -14
- package/index.d.ts +5 -0
- package/index.js +5 -0
- package/index.js.map +1 -1
- package/package.json +3 -3
- 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 +282 -14
package/custom-elements.json
CHANGED
|
@@ -2069,13 +2069,142 @@
|
|
|
2069
2069
|
}
|
|
2070
2070
|
]
|
|
2071
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
|
+
},
|
|
2072
2201
|
{
|
|
2073
2202
|
"name": "igc-dropdown-group",
|
|
2074
2203
|
"path": "./src/components/dropdown/dropdown-group.ts",
|
|
2075
2204
|
"properties": [
|
|
2076
2205
|
{
|
|
2077
2206
|
"name": "tagName",
|
|
2078
|
-
"type": "
|
|
2207
|
+
"type": "string",
|
|
2079
2208
|
"default": "\"igc-dropdown-group\""
|
|
2080
2209
|
},
|
|
2081
2210
|
{
|
|
@@ -2112,7 +2241,7 @@
|
|
|
2112
2241
|
"properties": [
|
|
2113
2242
|
{
|
|
2114
2243
|
"name": "tagName",
|
|
2115
|
-
"type": "
|
|
2244
|
+
"type": "string",
|
|
2116
2245
|
"default": "\"igc-dropdown-header\""
|
|
2117
2246
|
},
|
|
2118
2247
|
{
|
|
@@ -2160,7 +2289,7 @@
|
|
|
2160
2289
|
"properties": [
|
|
2161
2290
|
{
|
|
2162
2291
|
"name": "tagName",
|
|
2163
|
-
"type": "
|
|
2292
|
+
"type": "string",
|
|
2164
2293
|
"default": "\"igc-dropdown-item\""
|
|
2165
2294
|
},
|
|
2166
2295
|
{
|
|
@@ -2292,11 +2421,6 @@
|
|
|
2292
2421
|
}
|
|
2293
2422
|
],
|
|
2294
2423
|
"properties": [
|
|
2295
|
-
{
|
|
2296
|
-
"name": "tagName",
|
|
2297
|
-
"type": "\"igc-dropdown\"",
|
|
2298
|
-
"default": "\"igc-dropdown\""
|
|
2299
|
-
},
|
|
2300
2424
|
{
|
|
2301
2425
|
"name": "styles",
|
|
2302
2426
|
"type": "CSSResult",
|
|
@@ -2708,6 +2832,11 @@
|
|
|
2708
2832
|
"description": "The autocomplete attribute of the control.",
|
|
2709
2833
|
"type": "string"
|
|
2710
2834
|
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "tabIndex",
|
|
2837
|
+
"type": "number",
|
|
2838
|
+
"default": "0"
|
|
2839
|
+
},
|
|
2711
2840
|
{
|
|
2712
2841
|
"name": "value",
|
|
2713
2842
|
"description": "The value attribute of the control.",
|
|
@@ -2839,6 +2968,12 @@
|
|
|
2839
2968
|
"description": "The autocomplete attribute of the control.",
|
|
2840
2969
|
"type": "string"
|
|
2841
2970
|
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "tabIndex",
|
|
2973
|
+
"attribute": "tabIndex",
|
|
2974
|
+
"type": "number",
|
|
2975
|
+
"default": "0"
|
|
2976
|
+
},
|
|
2842
2977
|
{
|
|
2843
2978
|
"name": "styles",
|
|
2844
2979
|
"type": "CSSResult",
|
|
@@ -4160,13 +4295,13 @@
|
|
|
4160
4295
|
"attributes": [
|
|
4161
4296
|
{
|
|
4162
4297
|
"name": "max",
|
|
4163
|
-
"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.",
|
|
4164
4299
|
"type": "number",
|
|
4165
4300
|
"default": "5"
|
|
4166
4301
|
},
|
|
4167
4302
|
{
|
|
4168
4303
|
"name": "step",
|
|
4169
|
-
"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.",
|
|
4170
4305
|
"type": "number",
|
|
4171
4306
|
"default": "1"
|
|
4172
4307
|
},
|
|
@@ -4182,7 +4317,7 @@
|
|
|
4182
4317
|
},
|
|
4183
4318
|
{
|
|
4184
4319
|
"name": "value-format",
|
|
4185
|
-
"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.",
|
|
4186
4321
|
"type": "string"
|
|
4187
4322
|
},
|
|
4188
4323
|
{
|
|
@@ -4236,14 +4371,14 @@
|
|
|
4236
4371
|
{
|
|
4237
4372
|
"name": "max",
|
|
4238
4373
|
"attribute": "max",
|
|
4239
|
-
"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.",
|
|
4240
4375
|
"type": "number",
|
|
4241
4376
|
"default": "5"
|
|
4242
4377
|
},
|
|
4243
4378
|
{
|
|
4244
4379
|
"name": "step",
|
|
4245
4380
|
"attribute": "step",
|
|
4246
|
-
"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.",
|
|
4247
4382
|
"type": "number",
|
|
4248
4383
|
"default": "1"
|
|
4249
4384
|
},
|
|
@@ -4262,7 +4397,7 @@
|
|
|
4262
4397
|
{
|
|
4263
4398
|
"name": "valueFormat",
|
|
4264
4399
|
"attribute": "value-format",
|
|
4265
|
-
"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.",
|
|
4266
4401
|
"type": "string"
|
|
4267
4402
|
},
|
|
4268
4403
|
{
|
|
@@ -4388,6 +4523,470 @@
|
|
|
4388
4523
|
}
|
|
4389
4524
|
]
|
|
4390
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
|
+
},
|
|
4391
4990
|
{
|
|
4392
4991
|
"name": "igc-range-slider",
|
|
4393
4992
|
"path": "./src/components/slider/range-slider.ts",
|