q2-tecton-elements 1.18.0 → 1.19.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/dist/cjs/click-elsewhere.cjs.entry.js +1 -1
- package/dist/cjs/{icons-e2bc9ee9.js → icons-afbdf88a.js} +1 -1
- package/dist/cjs/{index-eccd5617.js → index-3518c78c.js} +1 -1
- package/dist/cjs/{index-0128397d.js → index-734296a7.js} +476 -271
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/q2-avatar.cjs.entry.js +9 -6
- package/dist/cjs/q2-badge_2.cjs.entry.js +46 -7
- package/dist/cjs/q2-btn_2.cjs.entry.js +30 -5
- package/dist/cjs/q2-calendar.cjs.entry.js +89 -62
- package/dist/cjs/q2-card.cjs.entry.js +17 -6
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +7 -3
- package/dist/cjs/q2-carousel.cjs.entry.js +196 -285
- package/dist/cjs/q2-chart-donut.cjs.entry.js +583 -504
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +9 -7
- package/dist/cjs/q2-checkbox.cjs.entry.js +17 -4
- package/dist/cjs/q2-dropdown-item.cjs.entry.js +9 -3
- package/dist/cjs/q2-dropdown.cjs.entry.js +16 -5
- package/dist/cjs/q2-editable-field.cjs.entry.js +16 -6
- package/dist/cjs/q2-icon.cjs.entry.js +6 -4
- package/dist/cjs/q2-loading-element.cjs.entry.js +6 -2
- package/dist/cjs/q2-loc.cjs.entry.js +5 -3
- package/dist/cjs/q2-message.cjs.entry.js +4 -3
- package/dist/cjs/q2-month-picker.cjs.entry.js +9 -7
- package/dist/cjs/q2-optgroup.cjs.entry.js +6 -5
- package/dist/cjs/q2-option-list_2.cjs.entry.js +21 -7
- package/dist/cjs/q2-option.cjs.entry.js +12 -2
- package/dist/cjs/q2-pagination.cjs.entry.js +11 -3
- package/dist/cjs/q2-pill.cjs.entry.js +25 -7
- package/dist/cjs/q2-radio-group.cjs.entry.js +13 -6
- package/dist/cjs/q2-radio.cjs.entry.js +13 -8
- package/dist/cjs/q2-section.cjs.entry.js +9 -4
- package/dist/cjs/q2-select.cjs.entry.js +26 -17
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +8 -3
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +5 -4
- package/dist/cjs/q2-stepper.cjs.entry.js +9 -7
- package/dist/cjs/q2-tab-container.cjs.entry.js +14 -9
- package/dist/cjs/q2-tab-pane.cjs.entry.js +10 -2
- package/dist/cjs/q2-tag.cjs.entry.js +20 -7
- package/dist/cjs/q2-tecton-elements.cjs.js +3 -3
- package/dist/cjs/q2-textarea.cjs.entry.js +20 -4
- package/dist/cjs/q2-tooltip.cjs.entry.js +9 -3
- package/dist/cjs/{shapes-c1a60d46.js → shapes-aad2b98f.js} +1 -1
- package/dist/cjs/tecton-tab-pane.cjs.entry.js +17 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/click-elsewhere/index.js +18 -17
- package/dist/collection/components/q2-avatar/index.js +100 -92
- package/dist/collection/components/q2-avatar/styles.css +1 -1
- package/dist/collection/components/q2-badge/index.js +119 -111
- package/dist/collection/components/q2-badge/styles.css +1 -1
- package/dist/collection/components/q2-btn/index.js +349 -322
- package/dist/collection/components/q2-btn/styles.css +7 -7
- package/dist/collection/components/q2-calendar/index.js +565 -551
- package/dist/collection/components/q2-calendar/q2-month-picker.css +1 -1
- package/dist/collection/components/q2-calendar/q2-month-picker.js +112 -116
- package/dist/collection/components/q2-calendar/styles.css +1 -1
- package/dist/collection/components/q2-card/index.js +262 -244
- package/dist/collection/components/q2-card/styles.css +9 -2
- package/dist/collection/components/q2-carousel/index.js +249 -253
- package/dist/collection/components/q2-carousel/styles.css +1 -1
- package/dist/collection/components/q2-carousel-pane/index.js +108 -96
- package/dist/collection/components/q2-carousel-pane/styles.css +5 -4
- package/dist/collection/components/q2-chart-donut/index.js +350 -334
- package/dist/collection/components/q2-chart-donut/styles.css +3 -3
- package/dist/collection/components/q2-checkbox/index.js +296 -287
- package/dist/collection/components/q2-checkbox/styles.css +2 -2
- package/dist/collection/components/q2-checkbox-group/index.js +156 -152
- package/dist/collection/components/q2-checkbox-group/styles.css +1 -1
- package/dist/collection/components/q2-dropdown/index.js +255 -240
- package/dist/collection/components/q2-dropdown/styles.css +1 -1
- package/dist/collection/components/q2-dropdown-item/index.js +134 -123
- package/dist/collection/components/q2-dropdown-item/styles.css +12 -10
- package/dist/collection/components/q2-editable-field/index.js +300 -293
- package/dist/collection/components/q2-editable-field/styles.css +1 -1
- package/dist/collection/components/q2-icon/icons.js +358 -2158
- package/dist/collection/components/q2-icon/index.js +59 -49
- package/dist/collection/components/q2-icon/styles.css +1 -1
- package/dist/collection/components/q2-input/index.js +729 -705
- package/dist/collection/components/q2-input/styles.css +2 -2
- package/dist/collection/components/q2-loading/index.js +143 -132
- package/dist/collection/components/q2-loading/skeleton/q2-loading-element/index.js +85 -74
- package/dist/collection/components/q2-loading/skeleton/shapes.js +23 -36
- package/dist/collection/components/q2-loading/styles.css +1 -1
- package/dist/collection/components/q2-loc/index.js +49 -39
- package/dist/collection/components/q2-loc/styles.css +1 -1
- package/dist/collection/components/q2-message/index.js +101 -92
- package/dist/collection/components/q2-message/styles.css +1 -1
- package/dist/collection/components/q2-optgroup/index.js +64 -56
- package/dist/collection/components/q2-optgroup/styles.css +1 -1
- package/dist/collection/components/q2-option/index.js +244 -229
- package/dist/collection/components/q2-option/styles.css +5 -1
- package/dist/collection/components/q2-option-list/index.js +291 -270
- package/dist/collection/components/q2-option-list/styles.css +1 -1
- package/dist/collection/components/q2-pagination/index.js +183 -179
- package/dist/collection/components/q2-pagination/styles.css +1 -1
- package/dist/collection/components/q2-pill/index.js +260 -208
- package/dist/collection/components/q2-pill/styles.css +1 -1
- package/dist/collection/components/q2-popover/index.js +169 -151
- package/dist/collection/components/q2-popover/styles.css +2 -2
- package/dist/collection/components/q2-radio/index.js +233 -224
- package/dist/collection/components/q2-radio/styles.css +3 -3
- package/dist/collection/components/q2-radio-group/index.js +252 -244
- package/dist/collection/components/q2-radio-group/styles.css +1 -1
- package/dist/collection/components/q2-section/index.js +134 -125
- package/dist/collection/components/q2-section/styles.css +12 -1
- package/dist/collection/components/q2-select/index.js +393 -381
- package/dist/collection/components/q2-select/styles.css +1 -1
- package/dist/collection/components/q2-stepper/index.js +124 -126
- package/dist/collection/components/q2-stepper/styles.css +2 -1
- package/dist/collection/components/q2-stepper-pane/index.js +165 -149
- package/dist/collection/components/q2-stepper-pane/styles.css +1 -1
- package/dist/collection/components/q2-stepper-vertical/index.js +86 -85
- package/dist/collection/components/q2-stepper-vertical/styles.css +1 -1
- package/dist/collection/components/q2-tab-container/index.js +189 -184
- package/dist/collection/components/q2-tab-container/styles.css +1 -1
- package/dist/collection/components/q2-tab-pane/index.js +185 -166
- package/dist/collection/components/q2-tab-pane/styles.css +1 -1
- package/dist/collection/components/q2-tag/index.js +168 -116
- package/dist/collection/components/q2-tag/styles.css +1 -1
- package/dist/collection/components/q2-textarea/index.js +344 -327
- package/dist/collection/components/q2-textarea/styles.css +2 -2
- package/dist/collection/components/q2-tooltip/index.js +147 -133
- package/dist/collection/components/q2-tooltip/styles.css +1 -1
- package/dist/collection/components/tecton-tab-pane/index.js +287 -266
- package/dist/collection/components/tecton-tab-pane/styles.css +1 -1
- package/dist/collection/utils/index.js +2 -6
- package/dist/esm/click-elsewhere.entry.js +1 -1
- package/dist/esm/{icons-ed54e307.js → icons-78da5dd2.js} +1 -1
- package/dist/esm/{index-eac6b89e.js → index-9c591682.js} +1 -1
- package/dist/esm/{index-6d5ed7cc.js → index-bb1c8c7f.js} +476 -271
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/q2-avatar.entry.js +9 -6
- package/dist/esm/q2-badge_2.entry.js +46 -7
- package/dist/esm/q2-btn_2.entry.js +30 -5
- package/dist/esm/q2-calendar.entry.js +89 -62
- package/dist/esm/q2-card.entry.js +17 -6
- package/dist/esm/q2-carousel-pane.entry.js +7 -3
- package/dist/esm/q2-carousel.entry.js +196 -285
- package/dist/esm/q2-chart-donut.entry.js +583 -504
- package/dist/esm/q2-checkbox-group.entry.js +9 -7
- package/dist/esm/q2-checkbox.entry.js +17 -4
- package/dist/esm/q2-dropdown-item.entry.js +9 -3
- package/dist/esm/q2-dropdown.entry.js +16 -5
- package/dist/esm/q2-editable-field.entry.js +16 -6
- package/dist/esm/q2-icon.entry.js +6 -4
- package/dist/esm/q2-loading-element.entry.js +6 -2
- package/dist/esm/q2-loc.entry.js +5 -3
- package/dist/esm/q2-message.entry.js +4 -3
- package/dist/esm/q2-month-picker.entry.js +9 -7
- package/dist/esm/q2-optgroup.entry.js +6 -5
- package/dist/esm/q2-option-list_2.entry.js +21 -7
- package/dist/esm/q2-option.entry.js +12 -2
- package/dist/esm/q2-pagination.entry.js +11 -3
- package/dist/esm/q2-pill.entry.js +25 -7
- package/dist/esm/q2-radio-group.entry.js +13 -6
- package/dist/esm/q2-radio.entry.js +13 -8
- package/dist/esm/q2-section.entry.js +9 -4
- package/dist/esm/q2-select.entry.js +26 -17
- package/dist/esm/q2-stepper-pane.entry.js +8 -3
- package/dist/esm/q2-stepper-vertical.entry.js +5 -4
- package/dist/esm/q2-stepper.entry.js +9 -7
- package/dist/esm/q2-tab-container.entry.js +14 -9
- package/dist/esm/q2-tab-pane.entry.js +10 -2
- package/dist/esm/q2-tag.entry.js +20 -7
- package/dist/esm/q2-tecton-elements.js +3 -3
- package/dist/esm/q2-textarea.entry.js +20 -4
- package/dist/esm/q2-tooltip.entry.js +9 -3
- package/dist/esm/{shapes-c32e3ba2.js → shapes-62b8a431.js} +1 -1
- package/dist/esm/tecton-tab-pane.entry.js +17 -2
- package/dist/loader/package.json +1 -0
- package/dist/q2-tecton-elements/p-0ba564b1.entry.js +1 -0
- package/dist/q2-tecton-elements/p-0fad9c5a.entry.js +1 -0
- package/dist/q2-tecton-elements/{p-73154834.js → p-13a639cf.js} +1 -1
- package/dist/q2-tecton-elements/p-16c11d74.entry.js +1 -0
- package/dist/q2-tecton-elements/p-17e0cbf1.entry.js +1 -0
- package/dist/q2-tecton-elements/p-18e095af.entry.js +1 -0
- package/dist/q2-tecton-elements/p-2c9b1308.entry.js +1 -0
- package/dist/q2-tecton-elements/p-2e832e42.entry.js +1 -0
- package/dist/q2-tecton-elements/p-315fdb74.entry.js +1 -0
- package/dist/q2-tecton-elements/{p-c608e3c9.entry.js → p-444415b5.entry.js} +1 -1
- package/dist/q2-tecton-elements/p-4d700630.entry.js +1 -0
- package/dist/q2-tecton-elements/p-4f0f45e7.entry.js +1 -0
- package/dist/q2-tecton-elements/p-54e792bd.entry.js +1 -0
- package/dist/q2-tecton-elements/{p-80014da0.js → p-5e374fbd.js} +1 -1
- package/dist/q2-tecton-elements/p-5f064e1e.entry.js +39 -0
- package/dist/q2-tecton-elements/p-692f2d09.entry.js +1 -0
- package/dist/q2-tecton-elements/p-6e6b5b80.entry.js +1 -0
- package/dist/q2-tecton-elements/p-7e8f43d1.entry.js +1 -0
- package/dist/q2-tecton-elements/p-8e380edf.entry.js +1 -0
- package/dist/q2-tecton-elements/p-926a3e80.js +2 -0
- package/dist/q2-tecton-elements/{p-93c00587.js → p-92e1faf8.js} +1 -1
- package/dist/q2-tecton-elements/p-9772b15f.entry.js +1 -0
- package/dist/q2-tecton-elements/p-97aa8423.entry.js +1 -0
- package/dist/q2-tecton-elements/{p-17cffd7d.entry.js → p-a987402e.entry.js} +1 -1
- package/dist/q2-tecton-elements/p-aaf42539.entry.js +1 -0
- package/dist/q2-tecton-elements/p-ac674c20.entry.js +1 -0
- package/dist/q2-tecton-elements/p-b8b00394.entry.js +1 -0
- package/dist/q2-tecton-elements/p-c444a60b.entry.js +1 -0
- package/dist/q2-tecton-elements/p-c6c489fe.entry.js +1 -0
- package/dist/q2-tecton-elements/p-ce015552.entry.js +1 -0
- package/dist/q2-tecton-elements/p-d464fccc.entry.js +1 -0
- package/dist/q2-tecton-elements/p-de164483.entry.js +1 -0
- package/dist/q2-tecton-elements/p-df91e954.entry.js +1 -0
- package/dist/q2-tecton-elements/p-e6d26f39.entry.js +1 -0
- package/dist/q2-tecton-elements/p-e8e113c2.entry.js +1 -0
- package/dist/q2-tecton-elements/p-f1d06917.entry.js +1 -0
- package/dist/q2-tecton-elements/p-f800fd1e.entry.js +1 -0
- package/dist/q2-tecton-elements/p-fb37e67e.entry.js +1 -0
- package/dist/q2-tecton-elements/p-fc134a5d.entry.js +1 -0
- package/dist/q2-tecton-elements/p-fe88e979.entry.js +1 -0
- package/dist/q2-tecton-elements/p-ffb48ccc.entry.js +1 -0
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/test/helpers.js +6 -0
- package/dist/types/components/q2-pill/index.d.ts +3 -0
- package/dist/types/components/q2-tag/index.d.ts +3 -0
- package/dist/types/components.d.ts +154 -38
- package/dist/types/stencil-public-runtime.d.ts +20 -4
- package/dist/types/workspace/workspace/Tecton_tecton-production_master/packages/q2-tecton-elements/.stencil/test/helpers.d.ts +2 -0
- package/package.json +6 -6
- package/dist/q2-tecton-elements/p-02c1b7fd.entry.js +0 -1
- package/dist/q2-tecton-elements/p-04c743f2.entry.js +0 -1
- package/dist/q2-tecton-elements/p-07dc509c.entry.js +0 -1
- package/dist/q2-tecton-elements/p-12caa479.entry.js +0 -1
- package/dist/q2-tecton-elements/p-160dd1c2.entry.js +0 -1
- package/dist/q2-tecton-elements/p-1a3de749.entry.js +0 -1
- package/dist/q2-tecton-elements/p-2061c3fd.entry.js +0 -1
- package/dist/q2-tecton-elements/p-2a217895.entry.js +0 -1
- package/dist/q2-tecton-elements/p-2b94ae62.entry.js +0 -1
- package/dist/q2-tecton-elements/p-2e54f9a0.entry.js +0 -1
- package/dist/q2-tecton-elements/p-375569ff.entry.js +0 -1
- package/dist/q2-tecton-elements/p-3766cc6c.entry.js +0 -1
- package/dist/q2-tecton-elements/p-3eda2714.entry.js +0 -1
- package/dist/q2-tecton-elements/p-421af42d.entry.js +0 -1
- package/dist/q2-tecton-elements/p-4c53713d.entry.js +0 -1
- package/dist/q2-tecton-elements/p-4fd405f5.entry.js +0 -1
- package/dist/q2-tecton-elements/p-509c8924.entry.js +0 -1
- package/dist/q2-tecton-elements/p-55dc3dc1.entry.js +0 -1
- package/dist/q2-tecton-elements/p-5fffb28a.entry.js +0 -1
- package/dist/q2-tecton-elements/p-612e9974.entry.js +0 -1
- package/dist/q2-tecton-elements/p-64ca8c59.entry.js +0 -1
- package/dist/q2-tecton-elements/p-796c2bb5.entry.js +0 -1
- package/dist/q2-tecton-elements/p-86887866.entry.js +0 -1
- package/dist/q2-tecton-elements/p-9204c34d.entry.js +0 -1
- package/dist/q2-tecton-elements/p-9725d55f.entry.js +0 -1
- package/dist/q2-tecton-elements/p-a0fa416d.entry.js +0 -39
- package/dist/q2-tecton-elements/p-bd83e8e2.entry.js +0 -1
- package/dist/q2-tecton-elements/p-be0f2539.entry.js +0 -1
- package/dist/q2-tecton-elements/p-c05b0b55.entry.js +0 -1
- package/dist/q2-tecton-elements/p-c5691700.js +0 -1
- package/dist/q2-tecton-elements/p-d826d7ad.entry.js +0 -1
- package/dist/q2-tecton-elements/p-d9e9340c.entry.js +0 -1
- package/dist/q2-tecton-elements/p-e5757895.entry.js +0 -1
- package/dist/q2-tecton-elements/p-e68c9ef0.entry.js +0 -1
- package/dist/q2-tecton-elements/p-eb33bda4.entry.js +0 -1
- package/dist/q2-tecton-elements/p-f319549d.entry.js +0 -1
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h, Host, } from '@stencil/core';
|
|
2
2
|
import { isEventFromElement, overrideFocus } from 'src/utils';
|
|
3
3
|
export class Q2OptionList {
|
|
4
4
|
constructor() {
|
|
5
|
-
this.role = 'listbox';
|
|
6
|
-
this.direction = 'down';
|
|
7
|
-
this.selectedOptions = [];
|
|
8
5
|
this.scheduledAfterRender = [];
|
|
9
6
|
/// Event Handlers ///
|
|
10
7
|
/* tslint:disable:cyclomatic-complexity */
|
|
@@ -114,6 +111,16 @@ export class Q2OptionList {
|
|
|
114
111
|
}
|
|
115
112
|
this.selectOption(target.value);
|
|
116
113
|
};
|
|
114
|
+
this.role = 'listbox';
|
|
115
|
+
this.direction = 'down';
|
|
116
|
+
this.customSearch = undefined;
|
|
117
|
+
this.noSelect = undefined;
|
|
118
|
+
this.align = undefined;
|
|
119
|
+
this.selectedOptions = [];
|
|
120
|
+
this.multiple = undefined;
|
|
121
|
+
this.disabled = undefined;
|
|
122
|
+
this.type = undefined;
|
|
123
|
+
this.hasOptions = undefined;
|
|
117
124
|
}
|
|
118
125
|
/// LifeCycle Hooks ///
|
|
119
126
|
componentWillLoad() {
|
|
@@ -122,6 +129,7 @@ export class Q2OptionList {
|
|
|
122
129
|
componentDidLoad() {
|
|
123
130
|
overrideFocus(this.hostElement);
|
|
124
131
|
this.checkOptions();
|
|
132
|
+
this.selectedOptionsUpdated();
|
|
125
133
|
}
|
|
126
134
|
componentDidRender() {
|
|
127
135
|
this.scheduledAfterRender.forEach(fn => fn());
|
|
@@ -327,292 +335,305 @@ export class Q2OptionList {
|
|
|
327
335
|
}
|
|
328
336
|
/// DOM ///
|
|
329
337
|
render() {
|
|
330
|
-
return (h(Host, null,
|
|
331
|
-
h("div", { class: "content", ref: el => (this.contentElement = el), onFocusout: this.focusoutHandler },
|
|
332
|
-
h("div", { class: "options", role: this.type || 'listbox', onKeyDown: this.keydownHandler, onClick: this.clickHandler },
|
|
333
|
-
h("slot", null)))));
|
|
338
|
+
return (h(Host, null, h("div", { class: "content", ref: el => (this.contentElement = el), onFocusout: this.focusoutHandler }, h("div", { class: "options", role: this.type || 'listbox', onKeyDown: this.keydownHandler, onClick: this.clickHandler }, h("slot", null)))));
|
|
334
339
|
}
|
|
335
340
|
static get is() { return "q2-option-list"; }
|
|
336
341
|
static get encapsulation() { return "shadow"; }
|
|
337
|
-
static get originalStyleUrls() {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
"original": "'up' | 'down'",
|
|
367
|
-
"resolved": "\"down\" | \"up\"",
|
|
368
|
-
"references": {}
|
|
369
|
-
},
|
|
370
|
-
"required": false,
|
|
371
|
-
"optional": false,
|
|
372
|
-
"docs": {
|
|
373
|
-
"tags": [],
|
|
374
|
-
"text": ""
|
|
375
|
-
},
|
|
376
|
-
"attribute": "direction",
|
|
377
|
-
"reflect": true,
|
|
378
|
-
"defaultValue": "'down'"
|
|
379
|
-
},
|
|
380
|
-
"customSearch": {
|
|
381
|
-
"type": "boolean",
|
|
382
|
-
"mutable": false,
|
|
383
|
-
"complexType": {
|
|
384
|
-
"original": "boolean",
|
|
385
|
-
"resolved": "boolean",
|
|
386
|
-
"references": {}
|
|
387
|
-
},
|
|
388
|
-
"required": false,
|
|
389
|
-
"optional": false,
|
|
390
|
-
"docs": {
|
|
391
|
-
"tags": [],
|
|
392
|
-
"text": ""
|
|
342
|
+
static get originalStyleUrls() {
|
|
343
|
+
return {
|
|
344
|
+
"$": ["styles.scss"]
|
|
345
|
+
};
|
|
346
|
+
}
|
|
347
|
+
static get styleUrls() {
|
|
348
|
+
return {
|
|
349
|
+
"$": ["styles.css"]
|
|
350
|
+
};
|
|
351
|
+
}
|
|
352
|
+
static get properties() {
|
|
353
|
+
return {
|
|
354
|
+
"role": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"mutable": false,
|
|
357
|
+
"complexType": {
|
|
358
|
+
"original": "'listbox' | 'menu'",
|
|
359
|
+
"resolved": "\"listbox\" | \"menu\"",
|
|
360
|
+
"references": {}
|
|
361
|
+
},
|
|
362
|
+
"required": false,
|
|
363
|
+
"optional": false,
|
|
364
|
+
"docs": {
|
|
365
|
+
"tags": [],
|
|
366
|
+
"text": ""
|
|
367
|
+
},
|
|
368
|
+
"attribute": "role",
|
|
369
|
+
"reflect": true,
|
|
370
|
+
"defaultValue": "'listbox'"
|
|
393
371
|
},
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
"
|
|
403
|
-
"
|
|
372
|
+
"direction": {
|
|
373
|
+
"type": "string",
|
|
374
|
+
"mutable": false,
|
|
375
|
+
"complexType": {
|
|
376
|
+
"original": "'up' | 'down'",
|
|
377
|
+
"resolved": "\"down\" | \"up\"",
|
|
378
|
+
"references": {}
|
|
379
|
+
},
|
|
380
|
+
"required": false,
|
|
381
|
+
"optional": false,
|
|
382
|
+
"docs": {
|
|
383
|
+
"tags": [],
|
|
384
|
+
"text": ""
|
|
385
|
+
},
|
|
386
|
+
"attribute": "direction",
|
|
387
|
+
"reflect": true,
|
|
388
|
+
"defaultValue": "'down'"
|
|
404
389
|
},
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
"
|
|
409
|
-
|
|
390
|
+
"customSearch": {
|
|
391
|
+
"type": "boolean",
|
|
392
|
+
"mutable": false,
|
|
393
|
+
"complexType": {
|
|
394
|
+
"original": "boolean",
|
|
395
|
+
"resolved": "boolean",
|
|
396
|
+
"references": {}
|
|
397
|
+
},
|
|
398
|
+
"required": false,
|
|
399
|
+
"optional": false,
|
|
400
|
+
"docs": {
|
|
401
|
+
"tags": [],
|
|
402
|
+
"text": ""
|
|
403
|
+
},
|
|
404
|
+
"attribute": "custom-search",
|
|
405
|
+
"reflect": true
|
|
410
406
|
},
|
|
411
|
-
"
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
"
|
|
420
|
-
"
|
|
407
|
+
"noSelect": {
|
|
408
|
+
"type": "boolean",
|
|
409
|
+
"mutable": false,
|
|
410
|
+
"complexType": {
|
|
411
|
+
"original": "boolean",
|
|
412
|
+
"resolved": "boolean",
|
|
413
|
+
"references": {}
|
|
414
|
+
},
|
|
415
|
+
"required": false,
|
|
416
|
+
"optional": false,
|
|
417
|
+
"docs": {
|
|
418
|
+
"tags": [],
|
|
419
|
+
"text": ""
|
|
420
|
+
},
|
|
421
|
+
"attribute": "no-select",
|
|
422
|
+
"reflect": true
|
|
421
423
|
},
|
|
422
|
-
"
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
"
|
|
426
|
-
|
|
424
|
+
"align": {
|
|
425
|
+
"type": "string",
|
|
426
|
+
"mutable": false,
|
|
427
|
+
"complexType": {
|
|
428
|
+
"original": "'left' | 'right'",
|
|
429
|
+
"resolved": "\"left\" | \"right\"",
|
|
430
|
+
"references": {}
|
|
431
|
+
},
|
|
432
|
+
"required": false,
|
|
433
|
+
"optional": false,
|
|
434
|
+
"docs": {
|
|
435
|
+
"tags": [],
|
|
436
|
+
"text": ""
|
|
437
|
+
},
|
|
438
|
+
"attribute": "align",
|
|
439
|
+
"reflect": true
|
|
427
440
|
},
|
|
428
|
-
"
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"IOptionValue": {
|
|
439
|
-
"location": "local"
|
|
441
|
+
"selectedOptions": {
|
|
442
|
+
"type": "unknown",
|
|
443
|
+
"mutable": true,
|
|
444
|
+
"complexType": {
|
|
445
|
+
"original": "IOptionValue[]",
|
|
446
|
+
"resolved": "IOptionValue[]",
|
|
447
|
+
"references": {
|
|
448
|
+
"IOptionValue": {
|
|
449
|
+
"location": "local"
|
|
450
|
+
}
|
|
440
451
|
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
"defaultValue": "[]"
|
|
450
|
-
},
|
|
451
|
-
"multiple": {
|
|
452
|
-
"type": "boolean",
|
|
453
|
-
"mutable": false,
|
|
454
|
-
"complexType": {
|
|
455
|
-
"original": "boolean",
|
|
456
|
-
"resolved": "boolean",
|
|
457
|
-
"references": {}
|
|
458
|
-
},
|
|
459
|
-
"required": false,
|
|
460
|
-
"optional": false,
|
|
461
|
-
"docs": {
|
|
462
|
-
"tags": [],
|
|
463
|
-
"text": ""
|
|
464
|
-
},
|
|
465
|
-
"attribute": "multiple",
|
|
466
|
-
"reflect": true
|
|
467
|
-
},
|
|
468
|
-
"disabled": {
|
|
469
|
-
"type": "boolean",
|
|
470
|
-
"mutable": false,
|
|
471
|
-
"complexType": {
|
|
472
|
-
"original": "boolean",
|
|
473
|
-
"resolved": "boolean",
|
|
474
|
-
"references": {}
|
|
475
|
-
},
|
|
476
|
-
"required": false,
|
|
477
|
-
"optional": false,
|
|
478
|
-
"docs": {
|
|
479
|
-
"tags": [],
|
|
480
|
-
"text": ""
|
|
481
|
-
},
|
|
482
|
-
"attribute": "disabled",
|
|
483
|
-
"reflect": true
|
|
484
|
-
},
|
|
485
|
-
"type": {
|
|
486
|
-
"type": "string",
|
|
487
|
-
"mutable": false,
|
|
488
|
-
"complexType": {
|
|
489
|
-
"original": "'menu' | 'listbox'",
|
|
490
|
-
"resolved": "\"listbox\" | \"menu\"",
|
|
491
|
-
"references": {}
|
|
492
|
-
},
|
|
493
|
-
"required": false,
|
|
494
|
-
"optional": false,
|
|
495
|
-
"docs": {
|
|
496
|
-
"tags": [],
|
|
497
|
-
"text": ""
|
|
498
|
-
},
|
|
499
|
-
"attribute": "type",
|
|
500
|
-
"reflect": false
|
|
501
|
-
}
|
|
502
|
-
}; }
|
|
503
|
-
static get states() { return {
|
|
504
|
-
"hasOptions": {}
|
|
505
|
-
}; }
|
|
506
|
-
static get events() { return [{
|
|
507
|
-
"method": "change",
|
|
508
|
-
"name": "change",
|
|
509
|
-
"bubbles": true,
|
|
510
|
-
"cancelable": true,
|
|
511
|
-
"composed": true,
|
|
512
|
-
"docs": {
|
|
513
|
-
"tags": [],
|
|
514
|
-
"text": ""
|
|
452
|
+
},
|
|
453
|
+
"required": false,
|
|
454
|
+
"optional": false,
|
|
455
|
+
"docs": {
|
|
456
|
+
"tags": [],
|
|
457
|
+
"text": ""
|
|
458
|
+
},
|
|
459
|
+
"defaultValue": "[]"
|
|
515
460
|
},
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
"tags": [],
|
|
533
|
-
"text": ""
|
|
461
|
+
"multiple": {
|
|
462
|
+
"type": "boolean",
|
|
463
|
+
"mutable": false,
|
|
464
|
+
"complexType": {
|
|
465
|
+
"original": "boolean",
|
|
466
|
+
"resolved": "boolean",
|
|
467
|
+
"references": {}
|
|
468
|
+
},
|
|
469
|
+
"required": false,
|
|
470
|
+
"optional": false,
|
|
471
|
+
"docs": {
|
|
472
|
+
"tags": [],
|
|
473
|
+
"text": ""
|
|
474
|
+
},
|
|
475
|
+
"attribute": "multiple",
|
|
476
|
+
"reflect": true
|
|
534
477
|
},
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
"setDefaultActiveElement": {
|
|
543
|
-
"complexType": {
|
|
544
|
-
"signature": "() => Promise<void>",
|
|
545
|
-
"parameters": [],
|
|
546
|
-
"references": {
|
|
547
|
-
"Promise": {
|
|
548
|
-
"location": "global"
|
|
549
|
-
}
|
|
478
|
+
"disabled": {
|
|
479
|
+
"type": "boolean",
|
|
480
|
+
"mutable": false,
|
|
481
|
+
"complexType": {
|
|
482
|
+
"original": "boolean",
|
|
483
|
+
"resolved": "boolean",
|
|
484
|
+
"references": {}
|
|
550
485
|
},
|
|
551
|
-
"
|
|
486
|
+
"required": false,
|
|
487
|
+
"optional": false,
|
|
488
|
+
"docs": {
|
|
489
|
+
"tags": [],
|
|
490
|
+
"text": ""
|
|
491
|
+
},
|
|
492
|
+
"attribute": "disabled",
|
|
493
|
+
"reflect": true
|
|
552
494
|
},
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"
|
|
495
|
+
"type": {
|
|
496
|
+
"type": "string",
|
|
497
|
+
"mutable": false,
|
|
498
|
+
"complexType": {
|
|
499
|
+
"original": "'menu' | 'listbox'",
|
|
500
|
+
"resolved": "\"listbox\" | \"menu\"",
|
|
501
|
+
"references": {}
|
|
502
|
+
},
|
|
503
|
+
"required": false,
|
|
504
|
+
"optional": false,
|
|
505
|
+
"docs": {
|
|
506
|
+
"tags": [],
|
|
507
|
+
"text": ""
|
|
508
|
+
},
|
|
509
|
+
"attribute": "type",
|
|
510
|
+
"reflect": false
|
|
556
511
|
}
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
512
|
+
};
|
|
513
|
+
}
|
|
514
|
+
static get states() {
|
|
515
|
+
return {
|
|
516
|
+
"hasOptions": {}
|
|
517
|
+
};
|
|
518
|
+
}
|
|
519
|
+
static get events() {
|
|
520
|
+
return [{
|
|
521
|
+
"method": "change",
|
|
522
|
+
"name": "change",
|
|
523
|
+
"bubbles": true,
|
|
524
|
+
"cancelable": true,
|
|
525
|
+
"composed": true,
|
|
526
|
+
"docs": {
|
|
527
|
+
"tags": [],
|
|
528
|
+
"text": ""
|
|
529
|
+
},
|
|
530
|
+
"complexType": {
|
|
531
|
+
"original": "{ value: string; values: IOptionValue[] }",
|
|
532
|
+
"resolved": "{ value: string; values: IOptionValue[]; }",
|
|
533
|
+
"references": {
|
|
534
|
+
"IOptionValue": {
|
|
535
|
+
"location": "local"
|
|
536
|
+
}
|
|
568
537
|
}
|
|
538
|
+
}
|
|
539
|
+
}, {
|
|
540
|
+
"method": "popoverState",
|
|
541
|
+
"name": "popoverState",
|
|
542
|
+
"bubbles": true,
|
|
543
|
+
"cancelable": true,
|
|
544
|
+
"composed": true,
|
|
545
|
+
"docs": {
|
|
546
|
+
"tags": [],
|
|
547
|
+
"text": ""
|
|
548
|
+
},
|
|
549
|
+
"complexType": {
|
|
550
|
+
"original": "{ open: boolean }",
|
|
551
|
+
"resolved": "{ open: boolean; }",
|
|
552
|
+
"references": {}
|
|
553
|
+
}
|
|
554
|
+
}];
|
|
555
|
+
}
|
|
556
|
+
static get methods() {
|
|
557
|
+
return {
|
|
558
|
+
"setDefaultActiveElement": {
|
|
559
|
+
"complexType": {
|
|
560
|
+
"signature": "() => Promise<void>",
|
|
561
|
+
"parameters": [],
|
|
562
|
+
"references": {
|
|
563
|
+
"Promise": {
|
|
564
|
+
"location": "global"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"return": "Promise<void>"
|
|
569
568
|
},
|
|
570
|
-
"
|
|
569
|
+
"docs": {
|
|
570
|
+
"text": "",
|
|
571
|
+
"tags": []
|
|
572
|
+
}
|
|
571
573
|
},
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
}],
|
|
584
|
-
"references": {
|
|
585
|
-
"Promise": {
|
|
586
|
-
"location": "global"
|
|
574
|
+
"setActiveElement": {
|
|
575
|
+
"complexType": {
|
|
576
|
+
"signature": "(index: number) => Promise<void>",
|
|
577
|
+
"parameters": [{
|
|
578
|
+
"tags": [],
|
|
579
|
+
"text": ""
|
|
580
|
+
}],
|
|
581
|
+
"references": {
|
|
582
|
+
"Promise": {
|
|
583
|
+
"location": "global"
|
|
584
|
+
}
|
|
587
585
|
},
|
|
588
|
-
"
|
|
589
|
-
"location": "global"
|
|
590
|
-
}
|
|
586
|
+
"return": "Promise<void>"
|
|
591
587
|
},
|
|
592
|
-
"
|
|
588
|
+
"docs": {
|
|
589
|
+
"text": "",
|
|
590
|
+
"tags": []
|
|
591
|
+
}
|
|
593
592
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
|
|
593
|
+
"handleExternalKeydown": {
|
|
594
|
+
"complexType": {
|
|
595
|
+
"signature": "(event: KeyboardEvent) => Promise<void>",
|
|
596
|
+
"parameters": [{
|
|
597
|
+
"tags": [],
|
|
598
|
+
"text": ""
|
|
599
|
+
}],
|
|
600
|
+
"references": {
|
|
601
|
+
"Promise": {
|
|
602
|
+
"location": "global"
|
|
603
|
+
},
|
|
604
|
+
"KeyboardEvent": {
|
|
605
|
+
"location": "global"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"return": "Promise<void>"
|
|
609
|
+
},
|
|
610
|
+
"docs": {
|
|
611
|
+
"text": "",
|
|
612
|
+
"tags": []
|
|
613
|
+
}
|
|
597
614
|
}
|
|
598
|
-
}
|
|
599
|
-
}
|
|
615
|
+
};
|
|
616
|
+
}
|
|
600
617
|
static get elementRef() { return "hostElement"; }
|
|
601
|
-
static get watchers() {
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
+
static get watchers() {
|
|
619
|
+
return [{
|
|
620
|
+
"propName": "selectedOptions",
|
|
621
|
+
"methodName": "selectedOptionsUpdated"
|
|
622
|
+
}];
|
|
623
|
+
}
|
|
624
|
+
static get listeners() {
|
|
625
|
+
return [{
|
|
626
|
+
"name": "focus",
|
|
627
|
+
"method": "delegateFocus",
|
|
628
|
+
"target": undefined,
|
|
629
|
+
"capture": false,
|
|
630
|
+
"passive": false
|
|
631
|
+
}, {
|
|
632
|
+
"name": "click",
|
|
633
|
+
"method": "handleClick",
|
|
634
|
+
"target": undefined,
|
|
635
|
+
"capture": false,
|
|
636
|
+
"passive": false
|
|
637
|
+
}];
|
|
638
|
+
}
|
|
618
639
|
}
|