q2-tecton-elements 1.55.2 → 1.55.4
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/bundle-report.json +304 -318
- package/dist/cjs/{index-f69742cf.js → index-e0aba375.js} +1 -1
- package/dist/cjs/{index-f69742cf.js.map → index-e0aba375.js.map} +1 -1
- package/dist/cjs/q2-action-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-action-sheet.cjs.entry.js +1 -1
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_7.cjs.entry.js +1 -1
- package/dist/cjs/q2-calendar.cjs.entry.js +2 -2
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +2 -2
- package/dist/cjs/q2-checkbox-group.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/q2-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-currency.cjs.entry.js +1 -1
- package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
- package/dist/cjs/q2-detail.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +1 -1
- package/dist/cjs/q2-example.cjs.entry.js +1 -1
- package/dist/cjs/q2-form.cjs.entry.js +2 -2
- package/dist/cjs/q2-form.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/q2-item_3.cjs.entry.js +2 -2
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-loc.cjs.entry.js +0 -4
- package/dist/cjs/q2-loc.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-modal.cjs.entry.js +1 -1
- package/dist/cjs/q2-month-picker.cjs.entry.js +2 -2
- package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/q2-option-list_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-pagination.cjs.entry.js +3 -3
- package/dist/cjs/q2-pill.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-radio.cjs.entry.js +1 -1
- package/dist/cjs/q2-relative-time.cjs.entry.js +2 -2
- package/dist/cjs/q2-resize-observer.cjs.entry.js +1 -1
- package/dist/cjs/q2-section.cjs.entry.js +2 -2
- package/dist/cjs/q2-select.cjs.entry.js +2 -2
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper.cjs.entry.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +6 -6
- package/dist/collection/components/q2-action-group/q2-action-group.js +1 -1
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +1 -1
- package/dist/collection/components/q2-avatar/q2-avatar.js +1 -1
- package/dist/collection/components/q2-calendar/q2-calendar.js +1 -1
- package/dist/collection/components/q2-calendar/q2-month-picker.js +2 -2
- package/dist/collection/components/q2-carousel/q2-carousel.js +1 -1
- package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.js +2 -2
- package/dist/collection/components/q2-chart-area/q2-chart-area.js +1 -1
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.js +1 -1
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.js +1 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.css +1 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.js +1 -1
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.css +0 -5
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.js +1 -1
- package/dist/collection/components/q2-currency/q2-currency.js +1 -1
- package/dist/collection/components/q2-data-table/q2-data-table.js +8 -8
- package/dist/collection/components/q2-detail/q2-detail.js +1 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +1 -1
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +1 -1
- package/dist/collection/components/q2-example/q2-example.js +1 -1
- package/dist/collection/components/q2-file-picker/q2-file-picker.js +5 -5
- package/dist/collection/components/q2-form/q2-form.css +0 -1
- package/dist/collection/components/q2-form/q2-form.js +1 -1
- package/dist/collection/components/q2-form/test/q2-form-test.e2e.js +24 -4
- package/dist/collection/components/q2-form/test/q2-form-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.js +1 -1
- package/dist/collection/components/q2-input/q2-input.js +2 -2
- package/dist/collection/components/q2-item/q2-item.js +1 -1
- package/dist/collection/components/q2-legend/q2-legend.js +1 -1
- package/dist/collection/components/q2-list/q2-list.js +1 -1
- package/dist/collection/components/q2-loc/q2-loc.js +0 -10
- package/dist/collection/components/q2-loc/q2-loc.js.map +1 -1
- package/dist/collection/components/q2-message/q2-message.js +1 -1
- package/dist/collection/components/q2-modal/q2-modal.js +1 -1
- package/dist/collection/components/q2-optgroup/q2-optgroup.js +1 -1
- package/dist/collection/components/q2-option-list/q2-option-list.js +7 -7
- package/dist/collection/components/q2-pagination/q2-pagination.js +3 -3
- package/dist/collection/components/q2-pill/q2-pill.js +1 -1
- package/dist/collection/components/q2-popover/q2-popover.js +1 -1
- package/dist/collection/components/q2-radio/q2-radio.js +1 -1
- package/dist/collection/components/q2-radio-group/q2-radio-group.js +1 -1
- package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
- package/dist/collection/components/q2-section/q2-section.js +2 -2
- package/dist/collection/components/q2-select/q2-select.js +2 -2
- package/dist/collection/components/q2-stepper/q2-stepper.js +1 -1
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +3 -3
- package/dist/collection/components/q2-textarea/q2-textarea.js +1 -1
- package/dist/components/q2-action-group2.js +1 -1
- package/dist/components/q2-action-sheet.js +1 -1
- package/dist/components/q2-avatar2.js +1 -1
- package/dist/components/q2-calendar.js +1 -1
- package/dist/components/q2-carousel-pane.js +2 -2
- package/dist/components/q2-carousel.js +1 -1
- package/dist/components/q2-chart-area.js +1 -1
- package/dist/components/q2-chart-bar.js +1 -1
- package/dist/components/q2-chart-donut.js +1 -1
- package/dist/components/q2-checkbox-group.js +2 -2
- package/dist/components/q2-checkbox-group.js.map +1 -1
- package/dist/components/q2-checkbox2.js +2 -2
- package/dist/components/q2-checkbox2.js.map +1 -1
- package/dist/components/q2-currency.js +1 -1
- package/dist/components/q2-data-table.js +1 -1
- package/dist/components/q2-detail.js +1 -1
- package/dist/components/q2-dropdown.js +1 -1
- package/dist/components/q2-editable-field.js +1 -1
- package/dist/components/q2-example.js +1 -1
- package/dist/components/q2-form.js +2 -2
- package/dist/components/q2-form.js.map +1 -1
- package/dist/components/q2-formatted-text.js +1 -1
- package/dist/components/q2-input2.js +1 -1
- package/dist/components/q2-item2.js +1 -1
- package/dist/components/q2-legend2.js +1 -1
- package/dist/components/q2-list2.js +1 -1
- package/dist/components/q2-loc.js +0 -4
- package/dist/components/q2-loc.js.map +1 -1
- package/dist/components/q2-message2.js +1 -1
- package/dist/components/q2-modal.js +1 -1
- package/dist/components/q2-month-picker.js +2 -2
- package/dist/components/q2-optgroup2.js +1 -1
- package/dist/components/q2-option-list2.js +1 -1
- package/dist/components/q2-pagination.js +3 -3
- package/dist/components/q2-pill.js +1 -1
- package/dist/components/q2-popover2.js +1 -1
- package/dist/components/q2-radio-group.js +1 -1
- package/dist/components/q2-radio.js +1 -1
- package/dist/components/q2-relative-time.js +1 -1
- package/dist/components/q2-resize-observer2.js +1 -1
- package/dist/components/q2-section.js +2 -2
- package/dist/components/q2-select2.js +2 -2
- package/dist/components/q2-stepper-pane.js +1 -1
- package/dist/components/q2-stepper.js +1 -1
- package/dist/components/q2-textarea.js +1 -1
- package/dist/esm/{index-3184c760.js → index-3bb7a785.js} +1 -1
- package/dist/esm/{index-3184c760.js.map → index-3bb7a785.js.map} +1 -1
- package/dist/esm/q2-action-group.entry.js +1 -1
- package/dist/esm/q2-action-sheet.entry.js +1 -1
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_7.entry.js +1 -1
- package/dist/esm/q2-calendar.entry.js +2 -2
- package/dist/esm/q2-carousel-pane.entry.js +2 -2
- package/dist/esm/q2-carousel.entry.js +1 -1
- package/dist/esm/q2-chart-area.entry.js +1 -1
- package/dist/esm/q2-chart-bar.entry.js +1 -1
- package/dist/esm/q2-chart-donut.entry.js +1 -1
- package/dist/esm/q2-checkbox-group.entry.js +2 -2
- package/dist/esm/q2-checkbox-group.entry.js.map +1 -1
- package/dist/esm/q2-checkbox.entry.js +2 -2
- package/dist/esm/q2-checkbox.entry.js.map +1 -1
- package/dist/esm/q2-currency.entry.js +1 -1
- package/dist/esm/q2-data-table.entry.js +1 -1
- package/dist/esm/q2-detail.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +1 -1
- package/dist/esm/q2-editable-field.entry.js +1 -1
- package/dist/esm/q2-example.entry.js +1 -1
- package/dist/esm/q2-form.entry.js +2 -2
- package/dist/esm/q2-form.entry.js.map +1 -1
- package/dist/esm/q2-formatted-text.entry.js +1 -1
- package/dist/esm/q2-item_3.entry.js +2 -2
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-loc.entry.js +0 -4
- package/dist/esm/q2-loc.entry.js.map +1 -1
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-modal.entry.js +1 -1
- package/dist/esm/q2-month-picker.entry.js +2 -2
- package/dist/esm/q2-optgroup.entry.js +1 -1
- package/dist/esm/q2-option-list_2.entry.js +2 -2
- package/dist/esm/q2-pagination.entry.js +3 -3
- package/dist/esm/q2-pill.entry.js +1 -1
- package/dist/esm/q2-radio-group.entry.js +1 -1
- package/dist/esm/q2-radio.entry.js +1 -1
- package/dist/esm/q2-relative-time.entry.js +2 -2
- package/dist/esm/q2-resize-observer.entry.js +1 -1
- package/dist/esm/q2-section.entry.js +2 -2
- package/dist/esm/q2-select.entry.js +2 -2
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper.entry.js +1 -1
- package/dist/esm/q2-textarea.entry.js +1 -1
- package/dist/q2-tecton-elements/{index-3184c760.js → index-3bb7a785.js} +1 -1
- package/dist/q2-tecton-elements/q2-action-group.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +62 -62
- package/dist/q2-tecton-elements/q2-avatar.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-badge_7.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-calendar.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +79 -79
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +100 -100
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-checkbox.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-checkbox.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-currency.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-data-table.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-detail.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-example.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-form.entry.js +10 -10
- package/dist/q2-tecton-elements/q2-form.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-formatted-text.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-item_3.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-legend.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-loc.entry.js +8 -14
- package/dist/q2-tecton-elements/q2-loc.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-message.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-modal.entry.js +17 -17
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +30 -30
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-option-list_2.entry.js +7 -7
- package/dist/q2-tecton-elements/q2-pagination.entry.js +33 -33
- package/dist/q2-tecton-elements/q2-pill.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +33 -33
- package/dist/q2-tecton-elements/q2-radio.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-resize-observer.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-section.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-select.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-stepper.entry.js +20 -20
- package/dist/q2-tecton-elements/q2-textarea.entry.js +2 -2
- package/dist/types/components/q2-action-group/q2-action-group.d.ts +0 -1
- package/dist/types/components/q2-loading/skeleton/shapes.d.ts +0 -1
- package/dist/types/components/q2-optgroup/q2-optgroup.d.ts +1 -1
- package/dist/types/components/q2-tab-container/q2-tab-container.d.ts +2 -2
- package/package.json +3 -4
- package/dist/collection/components/q2-loc/q2-loc.css +0 -70
- package/dist/types/components/q2-action-sheet/q2-action-sheet.d.ts +0 -60
- package/dist/types/components/q2-calendar/q2-calendar.d.ts +0 -327
- package/dist/types/components/q2-carousel/q2-carousel.d.ts +0 -95
- package/dist/types/components/q2-data-table/q2-data-table.d.ts +0 -261
- package/dist/types/components/q2-dropdown/q2-dropdown.d.ts +0 -181
- package/dist/types/components/q2-editable-field/q2-editable-field.d.ts +0 -140
- package/dist/types/components/q2-option-list/q2-option-list.d.ts +0 -100
- package/dist/types/components/q2-pagination/q2-pagination.d.ts +0 -117
- package/dist/types/components/q2-pill/q2-pill.d.ts +0 -143
- package/dist/types/components/q2-select/q2-select.d.ts +0 -238
- package/dist/types/components/q2-stepper/q2-stepper.d.ts +0 -61
- package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +0 -68
- package/dist/types/components/q2-tag/q2-tag.d.ts +0 -91
- package/dist/types/utils/action-sheet.d.ts +0 -12
- /package/dist/q2-tecton-elements/{index-3184c760.js.map → index-3bb7a785.js.map} +0 -0
- /package/dist/types/{builds/q2e/development/tecton/tecton → Users/kvanhouten/Documents/Work/tecton_extra}/packages/q2-tecton-elements/.stencil/jest.setup.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as t, c as
|
|
1
|
+
import { r as t, c as i, h as e, F as o, g as a } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
3
|
import { l as s, w as r } from "./index-f2a66217.js";
|
|
4
4
|
|
|
@@ -8,20 +8,20 @@ const c = '*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;bo
|
|
|
8
8
|
|
|
9
9
|
const d = c;
|
|
10
10
|
|
|
11
|
-
var l = undefined && undefined.__rest || function(t,
|
|
12
|
-
var
|
|
13
|
-
for (var o in t) if (Object.prototype.hasOwnProperty.call(t, o) &&
|
|
11
|
+
var l = undefined && undefined.__rest || function(t, i) {
|
|
12
|
+
var e = {};
|
|
13
|
+
for (var o in t) if (Object.prototype.hasOwnProperty.call(t, o) && i.indexOf(o) < 0) e[o] = t[o];
|
|
14
14
|
if (t != null && typeof Object.getOwnPropertySymbols === "function") for (var a = 0, o = Object.getOwnPropertySymbols(t); a < o.length; a++) {
|
|
15
|
-
if (
|
|
15
|
+
if (i.indexOf(o[a]) < 0 && Object.prototype.propertyIsEnumerable.call(t, o[a])) e[o[a]] = t[o[a]];
|
|
16
16
|
}
|
|
17
|
-
return
|
|
17
|
+
return e;
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
const h = class {
|
|
21
21
|
constructor(a) {
|
|
22
22
|
t(this, a);
|
|
23
|
-
this.close =
|
|
24
|
-
this.ready =
|
|
23
|
+
this.close = i(this, "close", 7);
|
|
24
|
+
this.ready = i(this, "ready", 3);
|
|
25
25
|
this.initialSelectedOptions = [];
|
|
26
26
|
this.maxHeight = .75;
|
|
27
27
|
this.minHeight = .2;
|
|
@@ -30,41 +30,41 @@ const h = class {
|
|
|
30
30
|
value: ""
|
|
31
31
|
};
|
|
32
32
|
this.generateOptgroup = t => {
|
|
33
|
-
const
|
|
34
|
-
if (t.label)
|
|
35
|
-
if (t.disabled)
|
|
36
|
-
if (!!t.options.length) t.options.forEach((t =>
|
|
37
|
-
return
|
|
33
|
+
const i = document.createElement("q2-optgroup");
|
|
34
|
+
if (t.label) i.setAttribute("label", t.label);
|
|
35
|
+
if (t.disabled) i.setAttribute("disabled", "");
|
|
36
|
+
if (!!t.options.length) t.options.forEach((t => i.appendChild(this.generateOption(t))));
|
|
37
|
+
return i;
|
|
38
38
|
};
|
|
39
39
|
this.generateOption = t => {
|
|
40
|
-
const
|
|
41
|
-
const {innerHTML:
|
|
42
|
-
if (
|
|
43
|
-
Object.entries(o).forEach((([t,
|
|
44
|
-
if (
|
|
45
|
-
if (typeof
|
|
46
|
-
if (
|
|
40
|
+
const i = document.createElement("q2-option");
|
|
41
|
+
const {innerHTML: e} = t, o = l(t, [ "innerHTML" ]);
|
|
42
|
+
if (e) i.innerHTML = n(e);
|
|
43
|
+
Object.entries(o).forEach((([t, e]) => {
|
|
44
|
+
if (e === undefined) return;
|
|
45
|
+
if (typeof e === "boolean") {
|
|
46
|
+
if (e) i.setAttribute(t, "");
|
|
47
47
|
} else {
|
|
48
|
-
|
|
48
|
+
i.setAttribute(t, e);
|
|
49
49
|
}
|
|
50
50
|
}));
|
|
51
|
-
return
|
|
51
|
+
return i;
|
|
52
52
|
};
|
|
53
53
|
this.onCancel = t => {
|
|
54
|
-
var
|
|
54
|
+
var i, e;
|
|
55
55
|
t.preventDefault();
|
|
56
56
|
const {initialSelectedOptions: o} = this;
|
|
57
57
|
this.hide({
|
|
58
|
-
value: (
|
|
58
|
+
value: (e = (i = o === null || o === void 0 ? void 0 : o[0]) === null || i === void 0 ? void 0 : i.value) !== null && e !== void 0 ? e : "",
|
|
59
59
|
values: o,
|
|
60
60
|
type: "cancel"
|
|
61
61
|
});
|
|
62
62
|
};
|
|
63
63
|
this.onClick = t => {
|
|
64
|
-
const
|
|
65
|
-
if (!(
|
|
66
|
-
const
|
|
67
|
-
if (
|
|
64
|
+
const i = t.target;
|
|
65
|
+
if (!(i instanceof HTMLElement)) return;
|
|
66
|
+
const e = !!i.closest(".interior, q2-action-sheet");
|
|
67
|
+
if (e) return;
|
|
68
68
|
this.onCancel(t);
|
|
69
69
|
};
|
|
70
70
|
this.onListChange = t => {
|
|
@@ -86,30 +86,30 @@ const h = class {
|
|
|
86
86
|
// #endregion
|
|
87
87
|
// #region Render Methods
|
|
88
88
|
this.renderList = ({data: t}) => {
|
|
89
|
-
const {listProps:
|
|
90
|
-
return
|
|
89
|
+
const {listProps: i} = t;
|
|
90
|
+
return e(o, null, e("div", {
|
|
91
91
|
class: "content",
|
|
92
92
|
ref: t => this.contentElement = t
|
|
93
|
-
},
|
|
93
|
+
}, e("q2-option-list", {
|
|
94
94
|
ref: t => this.optionListElement = t,
|
|
95
|
-
multiple:
|
|
96
|
-
noSelect:
|
|
95
|
+
multiple: i.multiple,
|
|
96
|
+
noSelect: i.noSelect,
|
|
97
97
|
onChange: this.onListChange,
|
|
98
98
|
onPopoverState: this.onListPopoverStateChange,
|
|
99
|
-
selectedOptions:
|
|
100
|
-
},
|
|
99
|
+
selectedOptions: i.selectedOptions
|
|
100
|
+
}, e("slot", null))), e("footer", null, i.multiple && e("q2-btn", {
|
|
101
101
|
"test-id": "btnDone",
|
|
102
102
|
intent: "workflow-primary",
|
|
103
103
|
onClick: this.onListDone
|
|
104
104
|
}, s("tecton.element.actionSheet.done"))));
|
|
105
105
|
};
|
|
106
|
-
this.renderMessage = ({data: t}) =>
|
|
106
|
+
this.renderMessage = ({data: t}) => e("q2-message", {
|
|
107
107
|
type: t.type
|
|
108
|
-
}, t.title &&
|
|
109
|
-
this.renderSlot = () =>
|
|
108
|
+
}, t.title && e("h2", null, t.title), t.description && e("p", null, t.description));
|
|
109
|
+
this.renderSlot = () => e("div", {
|
|
110
110
|
class: "content",
|
|
111
111
|
ref: t => this.contentElement = t
|
|
112
|
-
},
|
|
112
|
+
}, e("slot", null));
|
|
113
113
|
this.isScrollable = false;
|
|
114
114
|
this.renderStatus = "is-closing";
|
|
115
115
|
this.data = undefined;
|
|
@@ -171,9 +171,9 @@ const h = class {
|
|
|
171
171
|
const {data: t} = this;
|
|
172
172
|
if (!t) return;
|
|
173
173
|
if (t.appearance === "list") {
|
|
174
|
-
const {event:
|
|
175
|
-
if (
|
|
176
|
-
this.optionListElement.handleExternalKeydown(
|
|
174
|
+
const {event: i} = t;
|
|
175
|
+
if (i instanceof KeyboardEvent) {
|
|
176
|
+
this.optionListElement.handleExternalKeydown(i);
|
|
177
177
|
} else {
|
|
178
178
|
this.optionListElement.focus();
|
|
179
179
|
}
|
|
@@ -210,11 +210,11 @@ const h = class {
|
|
|
210
210
|
}
|
|
211
211
|
render() {
|
|
212
212
|
var t;
|
|
213
|
-
const {data:
|
|
214
|
-
const o = (
|
|
213
|
+
const {data: i} = this;
|
|
214
|
+
const o = (i === null || i === void 0 ? void 0 : i.title) || this.title || !this.hideClose;
|
|
215
215
|
const a = this.renderStatus || "";
|
|
216
216
|
let s = null;
|
|
217
|
-
switch (
|
|
217
|
+
switch (i === null || i === void 0 ? void 0 : i.appearance) {
|
|
218
218
|
case "message":
|
|
219
219
|
s = this.renderMessage;
|
|
220
220
|
break;
|
|
@@ -227,35 +227,35 @@ const h = class {
|
|
|
227
227
|
s = this.renderSlot;
|
|
228
228
|
break;
|
|
229
229
|
}
|
|
230
|
-
const r = (
|
|
230
|
+
const r = (i === null || i === void 0 ? void 0 : i.appearance) || "slot";
|
|
231
231
|
const n = `interior is-${r}`;
|
|
232
|
-
return
|
|
233
|
-
key: "
|
|
232
|
+
return e("dialog", {
|
|
233
|
+
key: "fcadd164e925d3f162da360c51fc2c58a752862e",
|
|
234
234
|
ref: t => this.dialogElement = t,
|
|
235
235
|
class: a,
|
|
236
236
|
onClick: this.onClick
|
|
237
|
-
},
|
|
238
|
-
key: "
|
|
237
|
+
}, e("div", {
|
|
238
|
+
key: "b433f77c7ad9e0a96a567076c8629adb2dbf6dc8",
|
|
239
239
|
class: n
|
|
240
|
-
}, o &&
|
|
241
|
-
key: "
|
|
242
|
-
},
|
|
243
|
-
key: "
|
|
240
|
+
}, o && e("header", {
|
|
241
|
+
key: "d6eada64c40e41f0de9b84af14272cab8eb36560"
|
|
242
|
+
}, e("div", {
|
|
243
|
+
key: "ca1e8cab90a3affcc7e95ac2dbd4e8b46d9d7c81",
|
|
244
244
|
class: "title"
|
|
245
|
-
}, (
|
|
246
|
-
key: "
|
|
245
|
+
}, (i === null || i === void 0 ? void 0 : i.title) || this.title), !this.hideClose && e("q2-btn", {
|
|
246
|
+
key: "00831d5aa1caacb9a7dff5cfac59f7dd3161712c",
|
|
247
247
|
class: "btn-close",
|
|
248
248
|
"test-id": "btnClose",
|
|
249
249
|
onClick: this.onCancel,
|
|
250
250
|
label: "tecton.element.actionSheet.close",
|
|
251
251
|
"hide-label": true
|
|
252
|
-
},
|
|
253
|
-
key: "
|
|
252
|
+
}, e("q2-icon", {
|
|
253
|
+
key: "4cd522551cbe767ac76fdb6b2b91333b5a866009",
|
|
254
254
|
type: "close"
|
|
255
|
-
}))), ((t = this.data) === null || t === void 0 ? void 0 : t.description) &&
|
|
256
|
-
key: "
|
|
257
|
-
},
|
|
258
|
-
key: "
|
|
255
|
+
}))), ((t = this.data) === null || t === void 0 ? void 0 : t.description) && e("p", {
|
|
256
|
+
key: "f2f46a11d8b749d83ccd8b5344b917f7bad88464"
|
|
257
|
+
}, i.description), s && e(s, {
|
|
258
|
+
key: "b708eb9b66bbe9cda2cacf144f75210859f32c06",
|
|
259
259
|
data: this.data
|
|
260
260
|
})));
|
|
261
261
|
}
|
|
@@ -52,9 +52,9 @@ const c = class {
|
|
|
52
52
|
const e = (this.name || this.initials) && (!this.src || this.badSrc);
|
|
53
53
|
const c = !this.name && !this.initials && (!this.src || this.badSrc);
|
|
54
54
|
return t("div", {
|
|
55
|
-
key: "
|
|
55
|
+
key: "1d329487fd99584197298679c5509a741d8bbd05"
|
|
56
56
|
}, r && t("img", {
|
|
57
|
-
key: "
|
|
57
|
+
key: "c3707d989ee5c51247da10e9e4112ff44d274d0f",
|
|
58
58
|
class: i ? "avatar-img" : "avatar-img-default",
|
|
59
59
|
"test-id": "userImage",
|
|
60
60
|
src: this.src,
|
|
@@ -62,7 +62,7 @@ const c = class {
|
|
|
62
62
|
onLoad: this.onLoad,
|
|
63
63
|
alt: this.name || ""
|
|
64
64
|
}), e && t("svg", {
|
|
65
|
-
key: "
|
|
65
|
+
key: "0b3521e7db6b93bb34b60ade469ca34322ffb273",
|
|
66
66
|
viewBox: "0 0 100 100",
|
|
67
67
|
preserveAspectRatio: "xMidYMid meet",
|
|
68
68
|
"test-id": "userInitials",
|
|
@@ -70,18 +70,18 @@ const c = class {
|
|
|
70
70
|
"aria-label": this.name,
|
|
71
71
|
"aria-hidden": !this.name && "true"
|
|
72
72
|
}, t("text", {
|
|
73
|
-
key: "
|
|
73
|
+
key: "ed394397c95e4c3ca580ba9b151f5151b18c17c8",
|
|
74
74
|
x: "50",
|
|
75
75
|
y: "50",
|
|
76
76
|
"dominant-baseline": "central",
|
|
77
77
|
"text-anchor": "middle",
|
|
78
78
|
"aria-hidden": "true"
|
|
79
79
|
}, a)), c && t("div", {
|
|
80
|
-
key: "
|
|
80
|
+
key: "cb5591d95fd07d284ed115568d5688a6b13b3562",
|
|
81
81
|
"test-id": "fallbackIcon",
|
|
82
82
|
class: "fallback"
|
|
83
83
|
}, t("q2-icon", {
|
|
84
|
-
key: "
|
|
84
|
+
key: "fe4ba5b90b1258d81eab0328a09317504e209bae",
|
|
85
85
|
type: this.icon
|
|
86
86
|
})));
|
|
87
87
|
}
|
|
@@ -5011,10 +5011,10 @@ const Io = class {
|
|
|
5011
5011
|
}
|
|
5012
5012
|
render() {
|
|
5013
5013
|
return r("div", {
|
|
5014
|
-
key: "
|
|
5014
|
+
key: "fbf148503e4dbf8fb9b033fecf698e4021fd763f",
|
|
5015
5015
|
class: this.wrapperClasses
|
|
5016
5016
|
}, r("div", {
|
|
5017
|
-
key: "
|
|
5017
|
+
key: "b8820ad0d238ba787775c793bb8757c60dcb82fd",
|
|
5018
5018
|
class: "label-wrapper"
|
|
5019
5019
|
}, g(this), this.renderCountDOM()), this.renderInputContainerDOM(), x(this));
|
|
5020
5020
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as e, c as t, h as a, g as i } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { d as n } from "./index-
|
|
3
|
+
import { d as n } from "./index-3bb7a785.js";
|
|
4
4
|
|
|
5
5
|
import { l as s, a as r, o, i as d, w as l, j as c } from "./index-f2a66217.js";
|
|
6
6
|
|
|
@@ -1276,11 +1276,11 @@ const y = class {
|
|
|
1276
1276
|
// #region Render Methods
|
|
1277
1277
|
render() {
|
|
1278
1278
|
return a("click-elsewhere", {
|
|
1279
|
-
key: "
|
|
1279
|
+
key: "25256a2e56cb178c647f96135c5cdd6f3577f874",
|
|
1280
1280
|
class: this.open ? "dropdown-open" : undefined,
|
|
1281
1281
|
onChange: this.onClickElsewhere
|
|
1282
1282
|
}, this.renderInputField(), a("q2-popover", {
|
|
1283
|
-
key: "
|
|
1283
|
+
key: "c364f0a2c9d6d98ca2e3c01b93cea47e3b6ff39c",
|
|
1284
1284
|
ref: e => this.popoverElement = e,
|
|
1285
1285
|
controlElement: this.innerInputContainer,
|
|
1286
1286
|
open: this.open,
|
|
@@ -99,7 +99,7 @@ const c = class {
|
|
|
99
99
|
render() {
|
|
100
100
|
const {label: e} = this;
|
|
101
101
|
return t(r, {
|
|
102
|
-
key: "
|
|
102
|
+
key: "d7aec99a66061fe4b10e7a27b776fd2217f99a59",
|
|
103
103
|
class: this.generatePaneClass(this.currentPaneIndex),
|
|
104
104
|
tabIndex: this.isActivePane ? 0 : -1,
|
|
105
105
|
role: "group",
|
|
@@ -108,10 +108,10 @@ const c = class {
|
|
|
108
108
|
"aria-label": e ? n(e) : n("tecton.element.carousel.itemDescription", [ (this.currentPaneIndex + 1).toString(), (this.siblingCount || 0).toString() ]),
|
|
109
109
|
onClick: this.paneClicked
|
|
110
110
|
}, t("article", {
|
|
111
|
-
key: "
|
|
111
|
+
key: "a86077038f620f9a04dbd2f588ad58d696229271",
|
|
112
112
|
class: "q2-carousel-pane-main-content"
|
|
113
113
|
}, t("slot", {
|
|
114
|
-
key: "
|
|
114
|
+
key: "12f82035ff518babb548e5a3c3421c1d7dd95006"
|
|
115
115
|
})));
|
|
116
116
|
}
|
|
117
117
|
get hostElement() {
|
|
@@ -4572,7 +4572,7 @@ const F = 500;
|
|
|
4572
4572
|
let g = [ "q2-carousel-pagination-navigation-wrapper" ];
|
|
4573
4573
|
if (l) g = [ ...g, "evenly-space" ];
|
|
4574
4574
|
return i(s, {
|
|
4575
|
-
key: "
|
|
4575
|
+
key: "6a99de530270464ec3eac1a5648ca89f486a1462",
|
|
4576
4576
|
id: `q2-carousel-${this.guid}`,
|
|
4577
4577
|
class: "q2-carousel-instance"
|
|
4578
4578
|
}, c ? this.renderInsufficientPanesDisplay() : i(n, null, e > 1 && i("div", {
|
|
@@ -4284,10 +4284,10 @@ const aa = class {
|
|
|
4284
4284
|
// #region Render Methods
|
|
4285
4285
|
render() {
|
|
4286
4286
|
return t("div", {
|
|
4287
|
-
key: "
|
|
4287
|
+
key: "74826328108685d56456624ee97ebcfb2b76a2c7",
|
|
4288
4288
|
class: "container"
|
|
4289
4289
|
}, t("div", {
|
|
4290
|
-
key: "
|
|
4290
|
+
key: "303b2046ca5b453257276c2e8e23f36aa0123a7c",
|
|
4291
4291
|
ref: r => this.chartContainer = r,
|
|
4292
4292
|
class: "chart-container",
|
|
4293
4293
|
role: "img",
|