q2-tecton-elements 1.56.2 → 1.56.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 +303 -245
- package/dist/cjs/{index-99667782.js → index-905f4c87.js} +1 -5
- package/dist/cjs/index-905f4c87.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/q2-action-group.cjs.entry.js +2 -2
- package/dist/cjs/q2-action-sheet.cjs.entry.js +2 -2
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_7.cjs.entry.js +12 -4
- package/dist/cjs/q2-badge_7.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-calendar.cjs.entry.js +1 -1
- package/dist/cjs/q2-card.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +3 -3
- package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
- package/dist/cjs/q2-chart-area.cjs.entry.js +2 -2
- package/dist/cjs/q2-chart-bar.cjs.entry.js +2 -2
- package/dist/cjs/q2-chart-donut.cjs.entry.js +2 -2
- package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/q2-checkbox.cjs.entry.js +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 +2 -2
- package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +33 -32
- package/dist/cjs/q2-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +7 -8
- package/dist/cjs/q2-editable-field.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-example.cjs.entry.js +1 -1
- package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-form.cjs.entry.js +1 -1
- package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
- package/dist/cjs/q2-item_3.cjs.entry.js +3 -3
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-loc.cjs.entry.js +1 -1
- package/dist/cjs/q2-message.cjs.entry.js +2 -2
- package/dist/cjs/q2-modal.cjs.entry.js +2 -2
- package/dist/cjs/q2-month-picker.cjs.entry.js +3 -3
- package/dist/cjs/q2-optgroup.cjs.entry.js +2 -2
- package/dist/cjs/q2-option-list_2.cjs.entry.js +54 -63
- package/dist/cjs/q2-option-list_2.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-option.cjs.entry.js +1 -1
- package/dist/cjs/q2-pagination.cjs.entry.js +4 -4
- package/dist/cjs/q2-pill.cjs.entry.js +2 -2
- 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 +3 -3
- package/dist/cjs/q2-select.cjs.entry.js +81 -11
- package/dist/cjs/q2-select.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +2 -2
- package/dist/cjs/q2-stepper.cjs.entry.js +2 -2
- package/dist/cjs/q2-tag.cjs.entry.js +2 -2
- package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +3 -2
- package/dist/cjs/q2-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/q2-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/tecton-tab-pane.cjs.entry.js +2 -2
- 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-btn/q2-btn.js +4 -0
- package/dist/collection/components/q2-btn/q2-btn.js.map +1 -1
- package/dist/collection/components/q2-calendar/q2-month-picker.js +2 -2
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.e2e.js +2 -2
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.e2e.js.map +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-currency/q2-currency.js +1 -1
- package/dist/collection/components/q2-detail/q2-detail.js +1 -1
- package/dist/collection/components/q2-dropdown/q2-dropdown.js +33 -31
- package/dist/collection/components/q2-dropdown/q2-dropdown.js.map +1 -1
- package/dist/collection/components/q2-dropdown/test/q2-dropdown-test.e2e.js +34 -32
- package/dist/collection/components/q2-dropdown/test/q2-dropdown-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +12 -7
- package/dist/collection/components/q2-editable-field/q2-editable-field.js.map +1 -1
- package/dist/collection/components/q2-example/q2-example.js +1 -1
- package/dist/collection/components/q2-form/q2-form.js +1 -1
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.js +1 -1
- package/dist/collection/components/q2-icon/q2-icon.js +4 -0
- package/dist/collection/components/q2-icon/q2-icon.js.map +1 -1
- package/dist/collection/components/q2-input/q2-input.js +1 -1
- 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-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-pagination/q2-pagination.js +3 -3
- package/dist/collection/components/q2-pagination/test/q2-pagination-test.e2e.js +1 -0
- package/dist/collection/components/q2-pagination/test/q2-pagination-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-pill/q2-pill.js +1 -1
- package/dist/collection/components/q2-popover/q2-popover.css +18 -10
- package/dist/collection/components/q2-popover/q2-popover.js +55 -63
- package/dist/collection/components/q2-popover/q2-popover.js.map +1 -1
- package/dist/collection/components/q2-popover/test/q2-popover-test.e2e.js +1 -34
- package/dist/collection/components/q2-popover/test/q2-popover-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-popover/test/q2-popover-test.spec.js +743 -435
- package/dist/collection/components/q2-popover/test/q2-popover-test.spec.js.map +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 +96 -14
- package/dist/collection/components/q2-select/q2-select.js.map +1 -1
- package/dist/collection/components/q2-select/test/q2-select-test.spec.js +327 -0
- package/dist/collection/components/q2-select/test/q2-select-test.spec.js.map +1 -1
- package/dist/collection/components/q2-stepper/q2-stepper.js +1 -1
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +1 -1
- package/dist/collection/components/q2-tab-container/q2-tab-container.js +1 -1
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
- package/dist/collection/components/q2-tag/q2-tag.js +1 -1
- package/dist/collection/components/q2-tag/test/q2-tag-test.e2e.js +5 -0
- package/dist/collection/components/q2-tag/test/q2-tag-test.e2e.js.map +1 -1
- package/dist/collection/components/q2-textarea/q2-textarea.js +2 -1
- package/dist/collection/components/q2-textarea/q2-textarea.js.map +1 -1
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
- package/dist/components/index2.js +1 -4
- package/dist/components/index2.js.map +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-btn2.js +4 -0
- package/dist/components/q2-btn2.js.map +1 -1
- package/dist/components/q2-carousel-pane.js +2 -2
- 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-currency.js +1 -1
- package/dist/components/q2-detail.js +1 -1
- package/dist/components/q2-dropdown.js +32 -31
- package/dist/components/q2-dropdown.js.map +1 -1
- package/dist/components/q2-editable-field.js +7 -8
- package/dist/components/q2-editable-field.js.map +1 -1
- package/dist/components/q2-example.js +1 -1
- package/dist/components/q2-form.js +1 -1
- package/dist/components/q2-formatted-text.js +1 -1
- package/dist/components/q2-icon2.js +4 -0
- package/dist/components/q2-icon2.js.map +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-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-pagination.js +3 -3
- package/dist/components/q2-pill.js +1 -1
- package/dist/components/q2-popover2.js +54 -63
- package/dist/components/q2-popover2.js.map +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 +84 -14
- package/dist/components/q2-select2.js.map +1 -1
- package/dist/components/q2-stepper-vertical.js +1 -1
- package/dist/components/q2-stepper.js +1 -1
- package/dist/components/q2-tab-container.js +1 -1
- package/dist/components/q2-tab-pane.js +1 -1
- package/dist/components/q2-tag.js +1 -1
- package/dist/components/q2-textarea.js +2 -1
- package/dist/components/q2-textarea.js.map +1 -1
- package/dist/components/tecton-tab-pane.js +2 -2
- package/dist/esm/{index-c215e8ef.js → index-f2a66217.js} +2 -5
- package/dist/esm/index-f2a66217.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/q2-action-group.entry.js +2 -2
- package/dist/esm/q2-action-sheet.entry.js +2 -2
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_7.entry.js +12 -4
- package/dist/esm/q2-badge_7.entry.js.map +1 -1
- package/dist/esm/q2-calendar.entry.js +1 -1
- package/dist/esm/q2-card.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +3 -3
- package/dist/esm/q2-carousel.entry.js +1 -1
- package/dist/esm/q2-chart-area.entry.js +2 -2
- package/dist/esm/q2-chart-bar.entry.js +2 -2
- package/dist/esm/q2-chart-donut.entry.js +2 -2
- package/dist/esm/q2-checkbox-group.entry.js +1 -1
- package/dist/esm/q2-checkbox.entry.js +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 +2 -2
- package/dist/esm/q2-dropdown-item.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +33 -32
- package/dist/esm/q2-dropdown.entry.js.map +1 -1
- package/dist/esm/q2-editable-field.entry.js +7 -8
- package/dist/esm/q2-editable-field.entry.js.map +1 -1
- package/dist/esm/q2-example.entry.js +1 -1
- package/dist/esm/q2-file-picker.entry.js +1 -1
- package/dist/esm/q2-form.entry.js +1 -1
- package/dist/esm/q2-formatted-text.entry.js +1 -1
- package/dist/esm/q2-item_3.entry.js +3 -3
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-loc.entry.js +1 -1
- package/dist/esm/q2-message.entry.js +2 -2
- package/dist/esm/q2-modal.entry.js +2 -2
- package/dist/esm/q2-month-picker.entry.js +3 -3
- package/dist/esm/q2-optgroup.entry.js +2 -2
- package/dist/esm/q2-option-list_2.entry.js +54 -63
- package/dist/esm/q2-option-list_2.entry.js.map +1 -1
- package/dist/esm/q2-option.entry.js +1 -1
- package/dist/esm/q2-pagination.entry.js +4 -4
- package/dist/esm/q2-pill.entry.js +2 -2
- 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 +3 -3
- package/dist/esm/q2-select.entry.js +82 -12
- package/dist/esm/q2-select.entry.js.map +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +1 -1
- package/dist/esm/q2-stepper-vertical.entry.js +2 -2
- package/dist/esm/q2-stepper.entry.js +2 -2
- package/dist/esm/q2-tag.entry.js +2 -2
- package/dist/esm/q2-tecton-elements.js +1 -1
- package/dist/esm/q2-textarea.entry.js +3 -2
- package/dist/esm/q2-textarea.entry.js.map +1 -1
- package/dist/esm/q2-tooltip.entry.js +1 -1
- package/dist/esm/tecton-tab-pane.entry.js +2 -2
- package/dist/q2-tecton-elements/{index-c215e8ef.js → index-f2a66217.js} +2 -6
- package/dist/q2-tecton-elements/index-f2a66217.js.map +1 -0
- package/dist/q2-tecton-elements/q2-action-group.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +9 -9
- package/dist/q2-tecton-elements/q2-avatar.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-badge_7.entry.js +50 -42
- package/dist/q2-tecton-elements/q2-badge_7.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-calendar.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-card.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +80 -80
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +7 -7
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-checkbox.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-currency.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-data-table.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-detail.entry.js +39 -39
- package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +81 -79
- package/dist/q2-tecton-elements/q2-dropdown.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +32 -23
- package/dist/q2-tecton-elements/q2-editable-field.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-example.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-file-picker.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-form.entry.js +10 -10
- package/dist/q2-tecton-elements/q2-formatted-text.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-item_3.entry.js +19 -19
- package/dist/q2-tecton-elements/q2-legend.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-loc.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-message.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-modal.entry.js +24 -24
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +67 -67
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-option-list_2.entry.js +155 -154
- package/dist/q2-tecton-elements/q2-option-list_2.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-option.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pagination.entry.js +42 -42
- package/dist/q2-tecton-elements/q2-pill.entry.js +14 -14
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-radio.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-resize-observer.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-section.entry.js +23 -23
- package/dist/q2-tecton-elements/q2-select.entry.js +146 -88
- package/dist/q2-tecton-elements/q2-select.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-stepper.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-tag.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js.map +1 -1
- package/dist/q2-tecton-elements/q2-textarea.entry.js +4 -3
- package/dist/q2-tecton-elements/q2-textarea.entry.js.map +1 -1
- package/dist/q2-tecton-elements/q2-tooltip.entry.js +1 -1
- package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +6 -6
- package/dist/types/components/q2-btn/q2-btn.d.ts +1 -0
- package/dist/types/components/q2-dropdown/q2-dropdown.d.ts +7 -8
- package/dist/types/components/q2-editable-field/q2-editable-field.d.ts +2 -1
- package/dist/types/components/q2-icon/q2-icon.d.ts +1 -0
- package/dist/types/components/q2-popover/q2-popover.d.ts +4 -4
- package/dist/types/components/q2-select/q2-select.d.ts +18 -0
- package/package.json +3 -3
- package/dist/cjs/index-99667782.js.map +0 -1
- package/dist/esm/index-c215e8ef.js.map +0 -1
- package/dist/q2-tecton-elements/index-c215e8ef.js.map +0 -1
|
@@ -2,7 +2,7 @@ import { r as e, c as t, h as a, g as i } from "./index-7a5365e2.js";
|
|
|
2
2
|
|
|
3
3
|
import { d as n } from "./index-3184c760.js";
|
|
4
4
|
|
|
5
|
-
import { l as s, a as r, o, i as d, w as l, j as c } from "./index-
|
|
5
|
+
import { l as s, a as r, o, i as d, w as l, j as c } from "./index-f2a66217.js";
|
|
6
6
|
|
|
7
7
|
function formatDateISO(e) {
|
|
8
8
|
const t = new Date(e);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as t, c as a, h as r, F as c, g as o } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { k as e, o as i, i as n } from "./index-
|
|
3
|
+
import { k as e, o as i, i as n } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
5
|
const s = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{display:block}.container{position:relative;width:100%;text-align:start;height:var(--tct-card-height, 100%);min-height:var(--tct-card-min-height, auto);display:grid;gap:var(--tct-card-gap, var(--t-card-gap, var(--app-scale-3x, 15px)));margin:0;color:var(--tct-card-color, var(--t-card-color, var(--t-text, #4d4d4d)));--comp-avatar-size:var(--tct-card-avatar-size, var(--t-card-avatar-size, 44px));--comp-chevron-size:0;--comp-bar-width:var(--tct-card-bar-width, var(--t-card-bar-width, var(--app-scale-2x, 10px)));--comp-card-padding:var(--tct-card-padding, var(--t-card-padding, var(--app-scale-4x, 20px)))}.container.is-small{--comp-avatar-size:var(--tct-card-avatar-size, var(--t-card-avatar-size, 26px))}.container.has-avatar{grid-template-columns:var(--comp-avatar-size) 1fr;--tct-avatar-width:var(--comp-avatar-size);--tct-avatar-height:var(--comp-avatar-size);--tct-icon-size:var(--comp-avatar-size)}:host([bar][is-static]) .container{padding-left:var(--comp-card-padding)}:host(:not([is-static])) .container{--comp-border-radius:var(--tct-card-border-radius, var(--t-card-border-radius, var(--app-border-radius-1, 4px)));--comp-border-width:var(--tct-card-border-width, var(--t-card-border-width, 0px));border:none;background:var(--tct-card-background, var(--t-card-background, var(--t-base, #ffffff)));padding:var(--comp-card-padding);text-decoration:none;border-width:var(--comp-border-width);border-color:var(--tct-card-border-color, var(--t-card-border-color, transparent));border-style:var(--tct-card-border-style, solid);border-radius:var(--comp-border-radius);transition:box-shadow var(--tct-tween-1, var(--app-tween-1, 0.2s ease));box-shadow:var(--tct-card-box-shadow, var(--t-card-box-shadow, var(--app-shadow-2, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.14))))}:host(:not([is-static])) .container.clickable{cursor:pointer}@media (hover: hover){:host(:not([is-static])) .container.clickable{--comp-card-hover-box-shadow:var(--tct-card-hover-box-shadow, var(--t-card-hover-box-shadow, var(--app-shadow-3, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(0, 0, 0, 0.14))))}:host(:not([is-static])) .container.clickable:hover,:host(:not([is-static])) .container.clickable:active,:host(:not([is-static])) .container.clickable:focus{color:var(--tct-card-color, var(--t-card-color, var(--t-text, #4d4d4d)));box-shadow:var(--const-double-focus-ring)}:host(:not([is-static])) .container.clickable:hover{box-shadow:var(--comp-card-hover-box-shadow)}:host(:not([is-static])) .container.clickable:focus:hover{box-shadow:var(--const-double-focus-ring), var(--comp-card-hover-box-shadow)}:host(:not([is-static])) .container.clickable:active{box-shadow:var(--tct-card-active-box-shadow, var(--t-card-active-box-shadow, var(--app-shadow-1, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14))))}}:host(:not([is-static])) .container.is-touch{--comp-chevron-size:var(--tct-card-chevron-size, var(--t-card-chevron-size, 26px));grid-template-columns:1fr var(--comp-chevron-size)}:host(:not([is-static])) .container.has-avatar.is-touch{grid-template-columns:var(--comp-avatar-size) 1fr var(--comp-chevron-size)}.content{overflow:hidden;display:grid;gap:var(--tct-card-content-gap, var(--t-card-content-gap, var(--app-scale-1x, 5px)));align-content:start}h3,p{margin:0;padding:0;line-height:var(--tct-card-font-height, var(--t-card-font-height, 20px))}h3{font-weight:var(--tct-card-font-weight, var(--t-card-font-weight, 600));font-size:var(--tct-card-font-size, var(--t-card-font-size, 17px));text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--tct-card-title-line-count, 1);-webkit-box-orient:vertical}p{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:var(--tct-card-description-line-count, 2);-webkit-box-orient:vertical}.bar{--comp-bar-border-radius:calc(var(--comp-border-radius) - var(--comp-border-width));border-radius:var(--comp-bar-border-radius) 0 0 var(--comp-bar-border-radius);position:absolute;inset:0 auto auto 0;width:var(--comp-bar-width);background:var(--comp-bar-color);height:100%}.bar.color-primary{--comp-bar-color:var(--tct-card-bar-color-primary, var(--t-primary, #5446a4))}.bar.color-secondary{--comp-bar-color:var(--tct-card-bar-color-secondary, var(--t-secondary, #b6b3cc))}.bar.color-tertiary{--comp-bar-color:var(--tct-card-bar-color-tertiary, var(--t-tertiary, #ebe8fc))}.bar.color-info{--comp-bar-color:var(--tct-card-bar-color-info, var(--const-stoplight-info, #0079c1))}.bar.color-success{--comp-bar-color:var(--tct-card-bar-color-success, var(--const-stoplight-success, #0e8a00))}.bar.color-warning{--comp-bar-color:var(--tct-card-bar-color-warning, var(--const-stoplight-warning, #c35500))}.bar.color-alert{--comp-bar-color:var(--tct-card-bar-color-alert, var(--const-stoplight-alert, #c35500))}.bar.color-accent-1{--comp-bar-color:var(--tct-card-bar-color-accent-1, var(--t-accent-1, #e05252))}.bar.color-accent-2{--comp-bar-color:var(--tct-card-bar-color-accent-2, var(--t-accent-2, #e09952))}.bar.color-accent-3{--comp-bar-color:var(--tct-card-bar-color-accent-3, var(--t-accent-3, #e0e052))}.bar.color-accent-4{--comp-bar-color:var(--tct-card-bar-color-accent-4, var(--t-accent-4, #99e052))}.bar.color-accent-5{--comp-bar-color:var(--tct-card-bar-color-accent-5, var(--t-accent-5, #52e052))}.bar.color-accent-6{--comp-bar-color:var(--tct-card-bar-color-accent-6, var(--t-accent-6, #52e099))}.bar.color-accent-7{--comp-bar-color:var(--tct-card-bar-color-accent-7, var(--t-accent-7, #52e0e0))}.bar.color-accent-8{--comp-bar-color:var(--tct-card-bar-color-accent-8, var(--t-accent-8, #5299e0))}.bar.color-accent-9{--comp-bar-color:var(--tct-card-bar-color-accent-9, var(--t-accent-9, #5252e0))}.bar.color-accent-10{--comp-bar-color:var(--tct-card-bar-color-accent-10, var(--t-accent-10, #9952e0))}.bar.color-accent-11{--comp-bar-color:var(--tct-card-bar-color-accent-11, var(--t-accent-11, #e052e0))}.bar.color-accent-12{--comp-bar-color:var(--tct-card-bar-color-accent-12, var(--t-accent-12, #e05299))}.touch-indicator{align-self:center;--tct-icon-size:var(--comp-chevron-size)}";
|
|
6
6
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { r as e, c as
|
|
1
|
+
import { r as e, c as t, h as a, H as r, g as o } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { l as n } from "./index-
|
|
3
|
+
import { l as n } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
5
|
const s = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}q2-carousel .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;transition:all 0.2s}q2-carousel-pane.q2-carousel-pane{--comp-carousel-pane-tween:var(--tct-tween-1, var(--app-tween-1, 0.2s ease));--comp-carousel-shadow:var(--app-shadow-2, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.14));cursor:grab}q2-carousel-pane.q2-carousel-pane:not([is-active-pane]) *{cursor:pointer}q2-carousel-pane.q2-carousel-pane:focus{box-shadow:none}q2-carousel-pane.q2-carousel-pane:focus .q2-carousel-pane-main-content{outline:none;box-shadow:var(--const-double-focus-ring)}q2-carousel-pane.q2-carousel-pane button{border:0;background:transparent;transition:all 0.2s;opacity:0.3;cursor:pointer}q2-carousel-pane.q2-carousel-pane button:hover{opacity:0.7}q2-carousel-pane.q2-carousel-pane .q2-carousel-pane-main-content{box-shadow:var(--comp-carousel-shadow);transition:var(--comp-carousel-pane-tween);background:var(--tct-carousel-background, var(--tct-carousel-background-color, var(--t-carousel-background-color, var(--tct-white, var(--app-white, #ffffff)))));border:var(--tct-carousel-pane-border-width, var(--t-carousel-pane-border-width, 0px)) solid var(--tct-carousel-pane-border-color, var(--t-carousel-pane-border-color, var(--tct-gray-11, var(--t-gray-11, var(--tct-gray-l1, var(--app-gray-l1, #cccccc))))));border-radius:var(--tct-carousel-pane-border-radius, var(--t-carousel-pane-border-radius, 8px));padding:var(--tct-carousel-pane-padding, var(--t-carousel-pane-padding, 7px));height:var(--tct-carousel-pane-height, var(--t-carousel-pane-height, 10em))}q2-carousel-pane.q2-carousel-pane .q2-carousel-pane-main-content:hover{box-shadow:var(--const-double-focus-ring), var(--comp-carousel-shadow)}q2-carousel-pane.q2-carousel-pane[slot-frameless]:not([slot-frameless=false]) .q2-carousel-pane-main-content{box-shadow:none;border:0;border-radius:0;padding:0}";
|
|
6
6
|
|
|
7
7
|
const i = s;
|
|
8
8
|
|
|
9
9
|
const c = class {
|
|
10
|
-
constructor(
|
|
11
|
-
e(this,
|
|
12
|
-
this.clickCarouselPane =
|
|
10
|
+
constructor(a) {
|
|
11
|
+
e(this, a);
|
|
12
|
+
this.clickCarouselPane = t(this, "clickCarouselPane", 7);
|
|
13
13
|
// #region Own Properties
|
|
14
14
|
this.disabledElements = [];
|
|
15
15
|
this.generatePaneClass = e => `q2-carousel-pane swiper-slide q2-carousel-pane-${e}`;
|
|
@@ -59,21 +59,21 @@ const c = class {
|
|
|
59
59
|
// #region Watchers
|
|
60
60
|
determineDisabledContent() {
|
|
61
61
|
const {isActivePane: e} = this;
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
const
|
|
65
|
-
if (
|
|
66
|
-
|
|
62
|
+
const t = this.hostElement.querySelectorAll('q2-btn, q2-dropdown, q2-item, q2-chart-donut, a[href], button, [tabindex]:not([tabindex="-1"])');
|
|
63
|
+
t.forEach((t => {
|
|
64
|
+
const a = t.hasAttribute("tabindex") && parseInt(t.getAttribute("tabindex")) >= 0;
|
|
65
|
+
if (a) {
|
|
66
|
+
t.setAttribute("data-q2-tabindex", `${t.tabIndex}`);
|
|
67
67
|
}
|
|
68
68
|
if (e) {
|
|
69
|
-
if (
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
if (t.hasAttribute("data-q2-tabindex")) {
|
|
70
|
+
t.tabIndex = parseInt(t.getAttribute("data-q2-tabindex"));
|
|
71
|
+
t.removeAttribute("data-q2-tabindex");
|
|
72
72
|
} else {
|
|
73
|
-
|
|
73
|
+
t.removeAttribute("tabindex");
|
|
74
74
|
}
|
|
75
75
|
} else {
|
|
76
|
-
|
|
76
|
+
t.tabIndex = -1;
|
|
77
77
|
}
|
|
78
78
|
}));
|
|
79
79
|
}
|
|
@@ -98,8 +98,8 @@ const c = class {
|
|
|
98
98
|
// #region Render Methods
|
|
99
99
|
render() {
|
|
100
100
|
const {label: e} = this;
|
|
101
|
-
return
|
|
102
|
-
key: "
|
|
101
|
+
return a(r, {
|
|
102
|
+
key: "1a77499ae888c697346be0414c6df45f3975445e",
|
|
103
103
|
class: this.generatePaneClass(this.currentPaneIndex),
|
|
104
104
|
tabIndex: this.isActivePane ? 0 : -1,
|
|
105
105
|
role: "group",
|
|
@@ -107,11 +107,11 @@ const c = class {
|
|
|
107
107
|
"aria-hidden": this.isActivePane ? undefined : "true",
|
|
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
|
-
},
|
|
111
|
-
key: "
|
|
110
|
+
}, a("article", {
|
|
111
|
+
key: "98132941cf996e6fe0df1bc585502eee86b959c2",
|
|
112
112
|
class: "q2-carousel-pane-main-content"
|
|
113
|
-
},
|
|
114
|
-
key: "
|
|
113
|
+
}, a("slot", {
|
|
114
|
+
key: "59583e92be8847d63a913e4600ca00e85331a738"
|
|
115
115
|
})));
|
|
116
116
|
}
|
|
117
117
|
get hostElement() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as e, c as t, h as i, F as n, H as s, g as r } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { c as o, l as a, a as l, o as c, i as f } from "./index-
|
|
3
|
+
import { c as o, l as a, a as l, o as c, i as f } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* SSR Window 4.0.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r, c as a, h as t, g as e } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { o as i, l as n } from "./index-
|
|
3
|
+
import { o as i, l as n } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
5
|
import { _ as o, c as s, e as v, l as f, u, s as l, i as h, g as d, n as c, Z as p, a as m, b as y, t as b, d as S, r as g, f as P, G as w, h as M, j as I, S as D, m as L, k as x, o as N, p as T, q as k, P as C, v as A, w as E, x as O, y as B, z as F, A as z, C as G, B as U, D as V, E as R, F as q, H as K, I as j, L as _, J as Z, K as $, M as X, N as Y, O as H, Q as J, R as W, T as Q, U as rr, V as ar, W as tr, X as er, Y as ir, $ as nr, a0 as or, a1 as sr, a2 as vr, a3 as fr, a4 as ur, a5 as lr, a6 as hr, a7 as dr, a8 as cr, a9 as pr, aa as mr, ab as yr, ac as br, ad as Sr, ae as gr, af as Pr } from "./charting-1abfb877.js";
|
|
6
6
|
|
|
@@ -4284,10 +4284,10 @@ const aa = class {
|
|
|
4284
4284
|
// #region Render Methods
|
|
4285
4285
|
render() {
|
|
4286
4286
|
return t("div", {
|
|
4287
|
-
key: "
|
|
4287
|
+
key: "f7ea47a03ec439bbf8d3eb81887bc4831c71f033",
|
|
4288
4288
|
class: "container"
|
|
4289
4289
|
}, t("div", {
|
|
4290
|
-
key: "
|
|
4290
|
+
key: "a7389d4a91cedb3dcfdaebcd5f1559aa96b5d26c",
|
|
4291
4291
|
ref: r => this.chartContainer = r,
|
|
4292
4292
|
class: "chart-container",
|
|
4293
4293
|
role: "img",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as e, h as r, g as a } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { o as t, l as i } from "./index-
|
|
3
|
+
import { o as t, l as i } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
|
-
import { _ as s, I as n, S as o, b6 as h, P as u, b7 as l, o as
|
|
5
|
+
import { _ as s, I as n, S as o, b6 as h, P as u, b7 as l, o as c, a0 as d, h as f, i as v, u as p, s as g, H as b, b8 as m, G as w, m as S, d as B, C as A, W as y, a as x, g as M, b as k, b9 as P, t as V, z as C, ba as N, V as L, ai as D, bb as z, bc as j, a9 as U, aa as T, ab as I, ac as O, ad as R, ae as E, af as W } from "./charting-1abfb877.js";
|
|
6
6
|
|
|
7
7
|
import { c as _, j as X, g as Y, i as H, a as F, e as q, f as Z, h as G } from "./dataSample-7b62e101.js";
|
|
8
8
|
|
|
@@ -52,12 +52,12 @@ var Q = /** @class */ function(e) {
|
|
|
52
52
|
}
|
|
53
53
|
var u = void 0;
|
|
54
54
|
var l = void 0;
|
|
55
|
-
var
|
|
56
|
-
for (var
|
|
57
|
-
var f = t[
|
|
55
|
+
var c = 1;
|
|
56
|
+
for (var d = 0; d < t.length; d++) {
|
|
57
|
+
var f = t[d].coord;
|
|
58
58
|
// The last item of tickCoords doesn't contain
|
|
59
59
|
// tickValue
|
|
60
|
-
var v =
|
|
60
|
+
var v = d === t.length - 1 ? t[d - 1].tickValue + c : t[d].tickValue;
|
|
61
61
|
if (v === o) {
|
|
62
62
|
l = f;
|
|
63
63
|
break;
|
|
@@ -67,10 +67,10 @@ var Q = /** @class */ function(e) {
|
|
|
67
67
|
l = (f + u) / 2;
|
|
68
68
|
break;
|
|
69
69
|
}
|
|
70
|
-
if (
|
|
70
|
+
if (d === 1) {
|
|
71
71
|
// Here we assume the step of category axes is
|
|
72
72
|
// the same
|
|
73
|
-
|
|
73
|
+
c = v - t[0].tickValue;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
if (l == null) {
|
|
@@ -223,17 +223,17 @@ var te = /** @class */ function(e) {
|
|
|
223
223
|
var h = r.startAngle;
|
|
224
224
|
var u = r.endAngle;
|
|
225
225
|
var l = r.clockwise;
|
|
226
|
-
var
|
|
227
|
-
var
|
|
228
|
-
if (!
|
|
226
|
+
var c = Math.PI * 2;
|
|
227
|
+
var d = l ? u - h < c : h - u < c;
|
|
228
|
+
if (!d) {
|
|
229
229
|
// Normalize angles
|
|
230
|
-
h = u - (l ?
|
|
230
|
+
h = u - (l ? c : -c);
|
|
231
231
|
}
|
|
232
232
|
var f = Math.cos(h);
|
|
233
233
|
var v = Math.sin(h);
|
|
234
234
|
var p = Math.cos(u);
|
|
235
235
|
var g = Math.sin(u);
|
|
236
|
-
if (
|
|
236
|
+
if (d) {
|
|
237
237
|
e.moveTo(f * i + a, v * i + t);
|
|
238
238
|
e.arc(f * o + a, v * o + t, n, -Math.PI + h, h, !l);
|
|
239
239
|
} else {
|
|
@@ -263,81 +263,81 @@ function createSectorCalculateTextPosition(e, r) {
|
|
|
263
263
|
var o = t.distance != null ? t.distance : 5;
|
|
264
264
|
var h = this.shape;
|
|
265
265
|
var u = h.cx;
|
|
266
|
-
var
|
|
267
|
-
var
|
|
266
|
+
var c = h.cy;
|
|
267
|
+
var d = h.r;
|
|
268
268
|
var f = h.r0;
|
|
269
|
-
var v = (
|
|
269
|
+
var v = (d + f) / 2;
|
|
270
270
|
var p = h.startAngle;
|
|
271
271
|
var g = h.endAngle;
|
|
272
272
|
var b = (p + g) / 2;
|
|
273
|
-
var m = a ? Math.abs(
|
|
273
|
+
var m = a ? Math.abs(d - f) / 2 : 0;
|
|
274
274
|
var w = Math.cos;
|
|
275
275
|
var S = Math.sin;
|
|
276
276
|
// base position: top-left
|
|
277
|
-
var B = u +
|
|
278
|
-
var A =
|
|
277
|
+
var B = u + d * w(p);
|
|
278
|
+
var A = c + d * S(p);
|
|
279
279
|
var y = "left";
|
|
280
280
|
var x = "top";
|
|
281
281
|
switch (n) {
|
|
282
282
|
case "startArc":
|
|
283
283
|
B = u + (f - o) * w(b);
|
|
284
|
-
A =
|
|
284
|
+
A = c + (f - o) * S(b);
|
|
285
285
|
y = "center";
|
|
286
286
|
x = "top";
|
|
287
287
|
break;
|
|
288
288
|
|
|
289
289
|
case "insideStartArc":
|
|
290
290
|
B = u + (f + o) * w(b);
|
|
291
|
-
A =
|
|
291
|
+
A = c + (f + o) * S(b);
|
|
292
292
|
y = "center";
|
|
293
293
|
x = "bottom";
|
|
294
294
|
break;
|
|
295
295
|
|
|
296
296
|
case "startAngle":
|
|
297
297
|
B = u + v * w(p) + adjustAngleDistanceX(p, o + m, false);
|
|
298
|
-
A =
|
|
298
|
+
A = c + v * S(p) + adjustAngleDistanceY(p, o + m, false);
|
|
299
299
|
y = "right";
|
|
300
300
|
x = "middle";
|
|
301
301
|
break;
|
|
302
302
|
|
|
303
303
|
case "insideStartAngle":
|
|
304
304
|
B = u + v * w(p) + adjustAngleDistanceX(p, -o + m, false);
|
|
305
|
-
A =
|
|
305
|
+
A = c + v * S(p) + adjustAngleDistanceY(p, -o + m, false);
|
|
306
306
|
y = "left";
|
|
307
307
|
x = "middle";
|
|
308
308
|
break;
|
|
309
309
|
|
|
310
310
|
case "middle":
|
|
311
311
|
B = u + v * w(b);
|
|
312
|
-
A =
|
|
312
|
+
A = c + v * S(b);
|
|
313
313
|
y = "center";
|
|
314
314
|
x = "middle";
|
|
315
315
|
break;
|
|
316
316
|
|
|
317
317
|
case "endArc":
|
|
318
|
-
B = u + (
|
|
319
|
-
A =
|
|
318
|
+
B = u + (d + o) * w(b);
|
|
319
|
+
A = c + (d + o) * S(b);
|
|
320
320
|
y = "center";
|
|
321
321
|
x = "bottom";
|
|
322
322
|
break;
|
|
323
323
|
|
|
324
324
|
case "insideEndArc":
|
|
325
|
-
B = u + (
|
|
326
|
-
A =
|
|
325
|
+
B = u + (d - o) * w(b);
|
|
326
|
+
A = c + (d - o) * S(b);
|
|
327
327
|
y = "center";
|
|
328
328
|
x = "top";
|
|
329
329
|
break;
|
|
330
330
|
|
|
331
331
|
case "endAngle":
|
|
332
332
|
B = u + v * w(g) + adjustAngleDistanceX(g, o + m, true);
|
|
333
|
-
A =
|
|
333
|
+
A = c + v * S(g) + adjustAngleDistanceY(g, o + m, true);
|
|
334
334
|
y = "left";
|
|
335
335
|
x = "middle";
|
|
336
336
|
break;
|
|
337
337
|
|
|
338
338
|
case "insideEndAngle":
|
|
339
339
|
B = u + v * w(g) + adjustAngleDistanceX(g, -o + m, true);
|
|
340
|
-
A =
|
|
340
|
+
A = c + v * S(g) + adjustAngleDistanceY(g, -o + m, true);
|
|
341
341
|
y = "right";
|
|
342
342
|
x = "middle";
|
|
343
343
|
break;
|
|
@@ -355,13 +355,13 @@ function createSectorCalculateTextPosition(e, r) {
|
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
function setSectorTextRotation(e, r, a, t) {
|
|
358
|
-
if (
|
|
358
|
+
if (c(t)) {
|
|
359
359
|
// user-set rotation
|
|
360
360
|
e.setTextConfig({
|
|
361
361
|
rotation: t
|
|
362
362
|
});
|
|
363
363
|
return;
|
|
364
|
-
} else if (
|
|
364
|
+
} else if (d(r)) {
|
|
365
365
|
// user-set position, use 0 as auto rotation
|
|
366
366
|
e.setTextConfig({
|
|
367
367
|
rotation: 0
|
|
@@ -502,11 +502,11 @@ var oe = /** @class */ function(e) {
|
|
|
502
502
|
u = h.dim === "angle";
|
|
503
503
|
}
|
|
504
504
|
var l = e.isAnimationEnabled() ? e : null;
|
|
505
|
-
var
|
|
506
|
-
if (
|
|
507
|
-
this._enableRealtimeSort(
|
|
505
|
+
var c = shouldRealtimeSort(e, o);
|
|
506
|
+
if (c) {
|
|
507
|
+
this._enableRealtimeSort(c, s, a);
|
|
508
508
|
}
|
|
509
|
-
var
|
|
509
|
+
var d = e.get("clip", true) || c;
|
|
510
510
|
var f = getClipArea(o, s);
|
|
511
511
|
// If there is clipPath created in large mode. Remove it.
|
|
512
512
|
i.removeClipPath();
|
|
@@ -540,17 +540,17 @@ var oe = /** @class */ function(e) {
|
|
|
540
540
|
createBackground(r);
|
|
541
541
|
}
|
|
542
542
|
// If dataZoom in filteMode: 'empty', the baseValue can be set as NaN in "axisProxy".
|
|
543
|
-
if (!s.hasValue(r) || !
|
|
543
|
+
if (!s.hasValue(r) || !de[o.type](t)) {
|
|
544
544
|
return;
|
|
545
545
|
}
|
|
546
546
|
var n = false;
|
|
547
|
-
if (
|
|
547
|
+
if (d) {
|
|
548
548
|
// Clip will modify the layout params.
|
|
549
549
|
// And return a boolean to determine if the shape are fully clipped.
|
|
550
550
|
n = he[o.type](f, t);
|
|
551
551
|
}
|
|
552
552
|
var p = ue[o.type](e, s, r, t, u, l, h.model, false, S);
|
|
553
|
-
if (
|
|
553
|
+
if (c) {
|
|
554
554
|
/**
|
|
555
555
|
* Force label animation because even if the element is
|
|
556
556
|
* ignored because it's clipped, it may not be clipped after
|
|
@@ -566,8 +566,8 @@ var oe = /** @class */ function(e) {
|
|
|
566
566
|
p.attr({
|
|
567
567
|
shape: t
|
|
568
568
|
});
|
|
569
|
-
} else if (
|
|
570
|
-
updateRealtimeAnimation(
|
|
569
|
+
} else if (c) {
|
|
570
|
+
updateRealtimeAnimation(c, l, p, t, r, u, false, false);
|
|
571
571
|
} else {
|
|
572
572
|
v(p, {
|
|
573
573
|
shape: t
|
|
@@ -601,12 +601,12 @@ var oe = /** @class */ function(e) {
|
|
|
601
601
|
}, l, r);
|
|
602
602
|
}
|
|
603
603
|
var C = n.getItemGraphicEl(a);
|
|
604
|
-
if (!s.hasValue(r) || !
|
|
604
|
+
if (!s.hasValue(r) || !de[o.type](v)) {
|
|
605
605
|
i.remove(C);
|
|
606
606
|
return;
|
|
607
607
|
}
|
|
608
608
|
var N = false;
|
|
609
|
-
if (
|
|
609
|
+
if (d) {
|
|
610
610
|
N = he[o.type](f, v);
|
|
611
611
|
if (N) {
|
|
612
612
|
i.remove(C);
|
|
@@ -617,7 +617,7 @@ var oe = /** @class */ function(e) {
|
|
|
617
617
|
} else {
|
|
618
618
|
g(C);
|
|
619
619
|
}
|
|
620
|
-
if (
|
|
620
|
+
if (c) {
|
|
621
621
|
C.forceLabelAnimation = true;
|
|
622
622
|
}
|
|
623
623
|
if (P) {
|
|
@@ -644,8 +644,8 @@ var oe = /** @class */ function(e) {
|
|
|
644
644
|
C.attr({
|
|
645
645
|
shape: v
|
|
646
646
|
});
|
|
647
|
-
} else if (
|
|
648
|
-
updateRealtimeAnimation(
|
|
647
|
+
} else if (c) {
|
|
648
|
+
updateRealtimeAnimation(c, l, C, v, r, u, true, P);
|
|
649
649
|
} else {
|
|
650
650
|
p(C, {
|
|
651
651
|
shape: v
|
|
@@ -845,15 +845,15 @@ var he = {
|
|
|
845
845
|
var h = se(r.y, e.y);
|
|
846
846
|
var u = ne(r.y + r.height, s);
|
|
847
847
|
var l = o < n;
|
|
848
|
-
var
|
|
848
|
+
var c = u < h;
|
|
849
849
|
// When xClipped or yClipped, the element will be marked as `ignore`.
|
|
850
850
|
// But we should also place the element at the edge of the coord sys bounding rect.
|
|
851
851
|
// Because if data changed and the bar shows again, its transition animation
|
|
852
852
|
// will begin at this place.
|
|
853
853
|
r.x = l && n > i ? o : n;
|
|
854
|
-
r.y =
|
|
854
|
+
r.y = c && h > s ? u : h;
|
|
855
855
|
r.width = l ? 0 : o - n;
|
|
856
|
-
r.height =
|
|
856
|
+
r.height = c ? 0 : u - h;
|
|
857
857
|
// Reverse back
|
|
858
858
|
if (a < 0) {
|
|
859
859
|
r.x += r.width;
|
|
@@ -863,7 +863,7 @@ var he = {
|
|
|
863
863
|
r.y += r.height;
|
|
864
864
|
r.height = -r.height;
|
|
865
865
|
}
|
|
866
|
-
return l ||
|
|
866
|
+
return l || c;
|
|
867
867
|
},
|
|
868
868
|
polar: function(e, r) {
|
|
869
869
|
var a = r.r0 <= r.r ? 1 : -1;
|
|
@@ -898,8 +898,8 @@ var ue = {
|
|
|
898
898
|
u.name = "item";
|
|
899
899
|
if (s) {
|
|
900
900
|
var l = u.shape;
|
|
901
|
-
var
|
|
902
|
-
l[
|
|
901
|
+
var c = i ? "height" : "width";
|
|
902
|
+
l[c] = 0;
|
|
903
903
|
}
|
|
904
904
|
return u;
|
|
905
905
|
},
|
|
@@ -910,16 +910,16 @@ var ue = {
|
|
|
910
910
|
z2: 1
|
|
911
911
|
});
|
|
912
912
|
l.name = "item";
|
|
913
|
-
var
|
|
914
|
-
l.calculateTextPosition = createSectorCalculateTextPosition(
|
|
913
|
+
var c = createPolarPositionMapping(i);
|
|
914
|
+
l.calculateTextPosition = createSectorCalculateTextPosition(c, {
|
|
915
915
|
isRoundCap: u === ie
|
|
916
916
|
});
|
|
917
917
|
// Animation
|
|
918
918
|
if (s) {
|
|
919
|
-
var
|
|
919
|
+
var d = l.shape;
|
|
920
920
|
var f = i ? "r" : "endAngle";
|
|
921
921
|
var g = {};
|
|
922
|
-
|
|
922
|
+
d[f] = i ? t.r0 : t.startAngle;
|
|
923
923
|
g[f] = t[f];
|
|
924
924
|
(o ? p : v)(l, {
|
|
925
925
|
shape: g
|
|
@@ -986,14 +986,14 @@ function checkPropertiesNotValid(e, r) {
|
|
|
986
986
|
|
|
987
987
|
var le = [ "x", "y", "width", "height" ];
|
|
988
988
|
|
|
989
|
-
var
|
|
989
|
+
var ce = [ "cx", "cy", "r", "startAngle", "endAngle" ];
|
|
990
990
|
|
|
991
|
-
var
|
|
991
|
+
var de = {
|
|
992
992
|
cartesian2d: function(e) {
|
|
993
993
|
return !checkPropertiesNotValid(e, le);
|
|
994
994
|
},
|
|
995
995
|
polar: function(e) {
|
|
996
|
-
return !checkPropertiesNotValid(e,
|
|
996
|
+
return !checkPropertiesNotValid(e, ce);
|
|
997
997
|
}
|
|
998
998
|
};
|
|
999
999
|
|
|
@@ -1055,10 +1055,10 @@ function updateStyle(e, r, a, t, i, s, o, h) {
|
|
|
1055
1055
|
var l = t.get([ "itemStyle", "borderRadius" ]) || 0;
|
|
1056
1056
|
e.setShape("r", l);
|
|
1057
1057
|
} else if (!s.get("roundCap")) {
|
|
1058
|
-
var
|
|
1059
|
-
var
|
|
1060
|
-
x(
|
|
1061
|
-
e.setShape(
|
|
1058
|
+
var c = e.shape;
|
|
1059
|
+
var d = J(t.getModel("itemStyle"), c, true);
|
|
1060
|
+
x(c, d);
|
|
1061
|
+
e.setShape(c);
|
|
1062
1062
|
}
|
|
1063
1063
|
e.useStyle(u);
|
|
1064
1064
|
var f = t.getShallow("cursor");
|
|
@@ -1169,7 +1169,7 @@ function createLarge(e, r, a, t) {
|
|
|
1169
1169
|
r.add(l);
|
|
1170
1170
|
a && a.push(l);
|
|
1171
1171
|
}
|
|
1172
|
-
var
|
|
1172
|
+
var c = new pe({
|
|
1173
1173
|
shape: {
|
|
1174
1174
|
points: i.getLayout("largePoints")
|
|
1175
1175
|
},
|
|
@@ -1177,18 +1177,18 @@ function createLarge(e, r, a, t) {
|
|
|
1177
1177
|
ignoreCoarsePointer: true,
|
|
1178
1178
|
z2: 1
|
|
1179
1179
|
});
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
r.add(
|
|
1184
|
-
|
|
1180
|
+
c.baseDimIdx = s;
|
|
1181
|
+
c.largeDataIndices = n;
|
|
1182
|
+
c.barWidth = o;
|
|
1183
|
+
r.add(c);
|
|
1184
|
+
c.useStyle(i.getVisual("style"));
|
|
1185
1185
|
// Enable tooltip and user mouse/touch event handlers.
|
|
1186
|
-
B(
|
|
1186
|
+
B(c).seriesIndex = e.seriesIndex;
|
|
1187
1187
|
if (!e.get("silent")) {
|
|
1188
|
-
|
|
1189
|
-
|
|
1188
|
+
c.on("mousedown", ge);
|
|
1189
|
+
c.on("mousemove", ge);
|
|
1190
1190
|
}
|
|
1191
|
-
a && a.push(
|
|
1191
|
+
a && a.push(c);
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
1194
1194
|
// Use throttle to avoid frequently traverse to find dataIndex.
|
|
@@ -1206,12 +1206,12 @@ function largePathFindDataIndex(e, r, a) {
|
|
|
1206
1206
|
var o = [];
|
|
1207
1207
|
var h = [];
|
|
1208
1208
|
var u = e.barWidth;
|
|
1209
|
-
for (var l = 0,
|
|
1210
|
-
var
|
|
1209
|
+
for (var l = 0, c = s.length / 3; l < c; l++) {
|
|
1210
|
+
var d = l * 3;
|
|
1211
1211
|
h[t] = u;
|
|
1212
|
-
h[i] = s[
|
|
1213
|
-
o[t] = s[
|
|
1214
|
-
o[i] = s[
|
|
1212
|
+
h[i] = s[d + 2];
|
|
1213
|
+
o[t] = s[d + t];
|
|
1214
|
+
o[i] = s[d + i];
|
|
1215
1215
|
if (h[i] < 0) {
|
|
1216
1216
|
o[i] += h[i];
|
|
1217
1217
|
h[i] = -h[i];
|
|
@@ -1439,10 +1439,10 @@ const Se = class {
|
|
|
1439
1439
|
// #region Render Methods
|
|
1440
1440
|
render() {
|
|
1441
1441
|
return r("div", {
|
|
1442
|
-
key: "
|
|
1442
|
+
key: "e73968847bcf0433512f1cd79c05ba8cb03aa3e7",
|
|
1443
1443
|
class: "container"
|
|
1444
1444
|
}, r("div", {
|
|
1445
|
-
key: "
|
|
1445
|
+
key: "2f1cf10a7a96b450835f42b901714c7b77a15e80",
|
|
1446
1446
|
ref: e => this.chartContainer = e,
|
|
1447
1447
|
class: "chart-container",
|
|
1448
1448
|
role: "img",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as t, c as e, h as i, g as r } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { o as a, i as n, l as o, d as s } from "./index-
|
|
3
|
+
import { o as a, i as n, l as o, d as s } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
5
|
import { br as l, W as c, _ as h, ay as u, bs as v, bt as d, b5 as f, bu as p, D as g, bv as m, x as b, a0 as w, I as y, bw as x, aM as S, bx as T, by as M, j as L, bz as C, E as I, bA as A, bB as P, bC as k, bD as V, d as D, bE as z, bF as O, bG as N, bH as R, bI as B, bJ as H, bK as W, bL as U, a as F, bM as j, bN as $, bO as X, bP as G, bQ as Y, bj as E, aK as _, bR as K, a$ as q, bS as J, bT as Z, bU as Q, a9 as tt, b0 as et, bV as it, aA as rt, bW as at, a4 as nt, m as ot, a6 as st, o as lt, y as ct, bX as ht, bY as ut, b as vt, bZ as dt, b2 as ft, b_ as pt, b$ as gt, c0 as mt, c as bt, ai as wt, G as yt, aB as xt, b6 as St, aC as Tt, c1 as Mt, b1 as Lt, u as Ct, c2 as It, aw as At, a3 as Pt, R as kt, bm as Vt, i as Dt, s as zt, z as Ot, t as Nt, g as Rt, be as Bt, c3 as Ht, V as Wt, b8 as Ut, C as Ft, ak as jt, am as $t, c4 as Xt, c5 as Gt, c6 as Yt, S as Et, c7 as _t, ab as Kt, aa as qt, ac as Jt, ad as Zt } from "./charting-1abfb877.js";
|
|
6
6
|
|
|
@@ -4483,15 +4483,15 @@ const Ee = class {
|
|
|
4483
4483
|
}
|
|
4484
4484
|
render() {
|
|
4485
4485
|
return i("click-elsewhere", {
|
|
4486
|
-
key: "
|
|
4486
|
+
key: "ad2e2dec992d642ef14412e5e7e129177a302a76",
|
|
4487
4487
|
onChange: this.onClickElsewhere
|
|
4488
4488
|
}, i("figure", {
|
|
4489
|
-
key: "
|
|
4489
|
+
key: "e28999ade90c1c38ce06ef9f326be91c269a183e"
|
|
4490
4490
|
}, i("div", {
|
|
4491
|
-
key: "
|
|
4491
|
+
key: "c3a5d4d64c8b5075964fda6e43015d4f1c7ebdf3",
|
|
4492
4492
|
class: "container"
|
|
4493
4493
|
}, i("div", {
|
|
4494
|
-
key: "
|
|
4494
|
+
key: "4e90a0e625d5f870194191b03a9979cc9ef24dd8",
|
|
4495
4495
|
ref: t => this.chartContainer = t,
|
|
4496
4496
|
"aria-describedby": !this.isClickable ? "center-card-description" : undefined,
|
|
4497
4497
|
class: "chart-container",
|
|
@@ -4501,9 +4501,9 @@ const Ee = class {
|
|
|
4501
4501
|
tabIndex: !this.isClickable ? 0 : undefined,
|
|
4502
4502
|
onKeyDown: !this.isClickable ? this.onButtonKeyDown : undefined
|
|
4503
4503
|
}), this.renderCenterBlock()), this.showLegend && i("figcaption", {
|
|
4504
|
-
key: "
|
|
4504
|
+
key: "f75662864d2c89a8b62453b680d4e7d2d22d0273"
|
|
4505
4505
|
}, i("q2-legend", {
|
|
4506
|
-
key: "
|
|
4506
|
+
key: "8cd03190c0f90a771b3dc4c9b05a00132e391f2b",
|
|
4507
4507
|
class: "legend",
|
|
4508
4508
|
data: this.legendData,
|
|
4509
4509
|
format: this.format,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as e, c as t, h as r, F as o, g as a } from "./index-7a5365e2.js";
|
|
2
2
|
|
|
3
|
-
import { c as i, f as s } from "./index-
|
|
3
|
+
import { c as i, f as s } from "./index-f2a66217.js";
|
|
4
4
|
|
|
5
5
|
const n = '*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{--comp-default-checkbox-group-margin:var(--tct-checkbox-group-margin-top, var(--t-checkbox-group-margin-top, var(--app-scale-5x, 25px))) 0 var(--tct-checkbox-group-margin-bottom, var(--t-checkbox-group-margin-bottom, var(--app-scale-5x, 25px)));display:block;margin:var(--tct-checkbox-group-margin, var(--comp-default-checkbox-group-margin))}fieldset{padding:var(--tct-checkbox-group-fieldset-padding, 0);margin:0;border:0;position:relative}.label-row{display:grid;grid-template-columns:1fr 24px;grid-template-areas:"label icon";column-gap:var(--tct-checkbox-group-label-column-gap, var(--app-scale-2x, 10px))}.label-row q2-icon{grid-area:icon;margin-top:-2px;margin-bottom:-2px}.group-legend{font-weight:600}legend.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0}.slot-container{margin:var(--app-scale-1x, 5px) 0;padding:var(--app-scale-1x, 5px);border-width:1px;border-color:transparent;border-style:solid;border-radius:var(--tct-checkbox-group-border-radius, var(--app-border-radius-1, 4px))}:host([has-error]) .slot-container{border-color:var(--tct-checkbox-group-error-border-color, var(--const-stoplight-alert, #d20a0a))}:host([has-error=false]) .slot-container{border-color:transparent}.optional-tag{margin-left:var(--tct-checkbox-group-label-optional-margin-left, var(--app-scale-1x, 5px));color:var(--tct-checkbox-group-label-optional-color, var(--t-checkbox-group-label-optional-color, var(--tct-a11y-color, var(--t-a11y-color, var(--tct-a11y-gray-color, var(--t-a11y-gray-color, var(--tct-gray-7, var(--t-gray-7, var(--tct-gray-d1, var(--t-gray-d1, var(--app-gray-d1, rgba(77, 77, 77, 0.77))))))))))));font-size:var(--tct-checkbox-group-label-optional-font-size, 12px);font-weight:var(--tct-checkbox-group-label-optional-font-weight, 400)}.flexed{margin:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.flexed.left{justify-content:left}';
|
|
6
6
|
|