q2-tecton-elements 1.70.2 → 1.71.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/bundle-report.json +556 -231
- package/dist/cjs/click-elsewhere_3.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/q2-action-group_2.cjs.entry.js +3 -3
- package/dist/cjs/q2-action-sheet.cjs.entry.js +4 -3
- package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
- package/dist/cjs/q2-badge_2.cjs.entry.js +17 -8
- package/dist/cjs/q2-btn_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-calendar.cjs.entry.js +8 -6
- package/dist/cjs/q2-card-image.cjs.entry.js +1 -1
- package/dist/cjs/q2-card.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
- package/dist/cjs/q2-carousel.cjs.entry.js +108 -74
- 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 +1 -1
- package/dist/cjs/q2-checkbox_2.cjs.entry.js +3 -3
- 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-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/q2-editable-field.cjs.entry.js +3 -3
- 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-icon.cjs.entry.js +1 -1
- package/dist/cjs/q2-item.cjs.entry.js +1 -1
- package/dist/cjs/q2-legend.cjs.entry.js +1 -1
- package/dist/cjs/q2-link_2.cjs.entry.js +2 -2
- package/dist/cjs/q2-message.cjs.entry.js +1 -1
- package/dist/cjs/q2-meter.cjs.entry.js +1 -1
- package/dist/cjs/q2-modal.cjs.entry.js +1 -1
- package/dist/cjs/q2-month-picker.cjs.entry.js +1 -1
- package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/q2-option.cjs.entry.js +1 -1
- package/dist/cjs/q2-otp.cjs.entry.js +1 -1
- package/dist/cjs/q2-pagination.cjs.entry.js +1 -1
- package/dist/cjs/q2-pill.cjs.entry.js +18 -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-search.cjs.entry.js +2 -2
- package/dist/cjs/q2-section.cjs.entry.js +3 -3
- package/dist/cjs/q2-select.cjs.entry.js +1 -1
- package/dist/cjs/q2-stepper-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-stepper-vertical.cjs.entry.js +32 -9
- package/dist/cjs/q2-stepper.cjs.entry.js +18 -4
- package/dist/cjs/q2-surface.cjs.entry.js +3 -3
- package/dist/cjs/q2-tab-container.cjs.entry.js +89 -20
- package/dist/cjs/q2-tab-pane.cjs.entry.js +2 -2
- package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
- package/dist/cjs/q2-textarea.cjs.entry.js +3 -3
- package/dist/cjs/q2-toast.cjs.entry.js +1 -1
- package/dist/cjs/q2-tooltip.cjs.entry.js +26 -15
- package/dist/cjs/tecton-tab-pane.cjs.entry.js +3 -3
- package/dist/collection/components/q2-action-group/q2-action-group.css +22 -0
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.css +24 -1
- package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +3 -2
- package/dist/collection/components/q2-avatar/q2-avatar.css +23 -1
- package/dist/collection/components/q2-avatar/test/q2-avatar-test.vr.js +13 -1
- package/dist/collection/components/q2-badge/q2-badge.css +26 -4
- package/dist/collection/components/q2-badge/test/q2-badge-test.vr.js +13 -1
- package/dist/collection/components/q2-btn/q2-btn.css +53 -9
- package/dist/collection/components/q2-btn/test/q2-btn-test.vr.js +19 -1
- package/dist/collection/components/q2-calendar/q2-calendar.css +26 -4
- package/dist/collection/components/q2-calendar/q2-calendar.js +7 -5
- package/dist/collection/components/q2-calendar/q2-month-picker.css +22 -0
- package/dist/collection/components/q2-calendar/test/q2-calendar-test.vr.js +34 -1
- package/dist/collection/components/q2-card/q2-card.css +23 -1
- package/dist/collection/components/q2-card/test/q2-card-test.vr.js +10 -1
- package/dist/collection/components/q2-card-image/q2-card-image.css +23 -1
- package/dist/collection/components/q2-card-image/test/q2-card-image-test.vr.js +9 -1
- package/dist/collection/components/q2-carousel/q2-carousel.css +29 -39
- package/dist/collection/components/q2-carousel/q2-carousel.js +122 -69
- package/dist/collection/components/q2-carousel/test/q2-carousel-test.vr.js +5 -4
- package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.css +22 -0
- package/dist/collection/components/q2-chart-area/q2-chart-area.css +22 -0
- package/dist/collection/components/q2-chart-bar/q2-chart-bar.css +22 -0
- package/dist/collection/components/q2-chart-donut/q2-chart-donut.css +24 -2
- package/dist/collection/components/q2-chart-donut/test/q2-chart-donut-test.vr.js +13 -1
- package/dist/collection/components/q2-checkbox/q2-checkbox.css +23 -1
- package/dist/collection/components/q2-checkbox/test/q2-checkbox-test.vr.js +11 -1
- package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.css +23 -1
- package/dist/collection/components/q2-checkbox-group/test/q2-checkbox-group-test.vr.js +11 -1
- package/dist/collection/components/q2-currency/q2-currency.css +25 -3
- package/dist/collection/components/q2-currency/test/q2-currency-test.vr.js +13 -1
- package/dist/collection/components/q2-data-table/q2-data-table.css +24 -2
- package/dist/collection/components/q2-data-table/test/q2-data-table-test.vr.js +11 -1
- package/dist/collection/components/q2-detail/q2-detail.css +32 -10
- package/dist/collection/components/q2-dropdown/q2-dropdown.css +22 -0
- package/dist/collection/components/q2-dropdown-item/q2-dropdown-item.css +22 -0
- package/dist/collection/components/q2-editable-field/q2-editable-field.css +22 -0
- package/dist/collection/components/q2-editable-field/q2-editable-field.js +2 -2
- package/dist/collection/components/q2-example/q2-example.css +23 -0
- package/dist/collection/components/q2-file-picker/q2-file-picker.css +57 -10
- package/dist/collection/components/q2-file-picker/test/q2-file-picker-test.vr.js +14 -1
- package/dist/collection/components/q2-form/q2-form.css +22 -0
- package/dist/collection/components/q2-formatted-text/q2-formatted-text.css +25 -3
- package/dist/collection/components/q2-formatted-text/test/q2-formatted-text-test.vr.js +13 -1
- package/dist/collection/components/q2-icon/assets/standard.symbol.svg +1 -1
- package/dist/collection/components/q2-icon/q2-icon.css +22 -0
- package/dist/collection/components/q2-input/q2-input.css +26 -4
- package/dist/collection/components/q2-input/q2-input.js +39 -7
- package/dist/collection/components/q2-input/test/q2-input-test.vr.js +36 -1
- package/dist/collection/components/q2-item/q2-item.css +46 -2
- package/dist/collection/components/q2-item/test/q2-item-test.vr.js +12 -1
- package/dist/collection/components/q2-legend/q2-legend.css +24 -2
- package/dist/collection/components/q2-link/q2-link.css +22 -0
- package/dist/collection/components/q2-list/q2-list.css +46 -2
- package/dist/collection/components/q2-list/test/q2-list-test.vr.js +12 -1
- package/dist/collection/components/q2-loading/q2-loading.css +23 -0
- package/dist/collection/components/q2-message/q2-message.css +22 -0
- package/dist/collection/components/q2-meter/q2-meter.css +25 -3
- package/dist/collection/components/q2-meter/test/q2-meter-test.vr.js +12 -1
- package/dist/collection/components/q2-modal/q2-modal.css +23 -1
- package/dist/collection/components/q2-modal/test/q2-modal-test.vr.js +12 -1
- package/dist/collection/components/q2-optgroup/q2-optgroup.css +23 -1
- package/dist/collection/components/q2-option/q2-option.css +22 -0
- package/dist/collection/components/q2-option-list/q2-option-list.css +22 -0
- package/dist/collection/components/q2-otp/q2-otp.css +27 -4
- package/dist/collection/components/q2-otp/test/q2-otp-test.vr.js +12 -1
- package/dist/collection/components/q2-pagination/q2-pagination.css +22 -0
- package/dist/collection/components/q2-pill/q2-pill.css +42 -2
- package/dist/collection/components/q2-pill/q2-pill.js +18 -1
- package/dist/collection/components/q2-pill/test/q2-pill-test.vr.js +27 -1
- package/dist/collection/components/q2-popover/q2-popover.css +22 -7
- package/dist/collection/components/q2-radio/q2-radio.css +24 -2
- package/dist/collection/components/q2-radio/test/q2-radio-test.vr.js +12 -1
- package/dist/collection/components/q2-radio-group/q2-radio-group.css +23 -1
- package/dist/collection/components/q2-radio-group/test/q2-radio-group-test.vr.js +11 -1
- package/dist/collection/components/q2-relative-time/q2-relative-time.css +22 -0
- package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.css +22 -0
- package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
- package/dist/collection/components/q2-search/q2-search.css +22 -0
- package/dist/collection/components/q2-search/q2-search.js +1 -1
- package/dist/collection/components/q2-section/q2-section.css +23 -1
- package/dist/collection/components/q2-section/q2-section.js +2 -2
- package/dist/collection/components/q2-section/test/q2-section-test.vr.js +11 -1
- package/dist/collection/components/q2-select/q2-select.css +22 -0
- package/dist/collection/components/q2-stepper/q2-stepper.css +38 -4
- package/dist/collection/components/q2-stepper/q2-stepper.js +17 -3
- package/dist/collection/components/q2-stepper/test/q2-stepper-test.vr.js +12 -1
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.css +22 -0
- package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +1 -1
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.css +39 -5
- package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +31 -8
- package/dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.vr.js +16 -1
- package/dist/collection/components/q2-surface/q2-surface.css +71 -32
- package/dist/collection/components/q2-surface/q2-surface.js +7 -7
- package/dist/collection/components/q2-surface/test/q2-surface-test.vr.js +54 -0
- package/dist/collection/components/q2-tab-container/q2-tab-container.css +112 -6
- package/dist/collection/components/q2-tab-container/q2-tab-container.js +114 -21
- package/dist/collection/components/q2-tab-container/test/q2-tab-container-test.vr.js +24 -1
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.css +22 -0
- package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
- package/dist/collection/components/q2-tag/q2-tag.css +25 -2
- package/dist/collection/components/q2-tag/q2-tag.js +1 -1
- package/dist/collection/components/q2-tag/test/q2-tag-test.vr.js +21 -1
- package/dist/collection/components/q2-textarea/q2-textarea.css +24 -2
- package/dist/collection/components/q2-textarea/q2-textarea.js +2 -2
- package/dist/collection/components/q2-textarea/test/q2-textarea-test.vr.js +16 -1
- package/dist/collection/components/q2-toast/q2-toast.css +22 -0
- package/dist/collection/components/q2-tooltip/q2-tooltip.css +27 -19
- package/dist/collection/components/q2-tooltip/q2-tooltip.js +32 -21
- package/dist/collection/components/q2-tooltip/test/q2-tooltip-test.vr.js +13 -1
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.css +22 -0
- package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
- package/dist/collection/utils/helpers.js +29 -6
- package/dist/collection/utils/test/vr-helpers.js +7 -0
- package/dist/components/q2-action-group2.js +1 -1
- package/dist/components/q2-action-sheet.js +21 -18
- package/dist/components/q2-avatar2.js +1 -1
- package/dist/components/q2-badge2.js +1 -1
- package/dist/components/q2-btn2.js +15 -15
- package/dist/components/q2-calendar.js +306 -301
- package/dist/components/q2-card-image.js +6 -6
- package/dist/components/q2-card.js +14 -14
- package/dist/components/q2-carousel-pane2.js +1 -1
- package/dist/components/q2-carousel.js +633 -585
- package/dist/components/q2-chart-area.js +1 -1
- package/dist/components/q2-chart-bar.js +70 -70
- package/dist/components/q2-chart-donut.js +1 -1
- package/dist/components/q2-checkbox-group.js +42 -42
- package/dist/components/q2-checkbox2.js +1 -1
- package/dist/components/q2-currency.js +32 -32
- package/dist/components/q2-data-table.js +34 -34
- package/dist/components/q2-detail.js +5 -5
- package/dist/components/q2-dropdown-item2.js +11 -11
- package/dist/components/q2-dropdown.js +17 -17
- package/dist/components/q2-editable-field.js +12 -11
- package/dist/components/q2-example.js +15 -15
- package/dist/components/q2-file-picker.js +25 -25
- package/dist/components/q2-form.js +11 -11
- package/dist/components/q2-formatted-text.js +5 -5
- package/dist/components/q2-icon2.js +1 -1
- package/dist/components/q2-input2.js +24 -13
- package/dist/components/q2-item2.js +1 -1
- package/dist/components/q2-legend2.js +56 -56
- package/dist/components/q2-link2.js +6 -6
- package/dist/components/q2-list2.js +22 -22
- package/dist/components/q2-loading2.js +1 -1
- package/dist/components/q2-message2.js +20 -20
- package/dist/components/q2-meter.js +1 -1
- package/dist/components/q2-modal.js +3 -3
- package/dist/components/q2-month-picker.js +10 -10
- package/dist/components/q2-optgroup2.js +7 -7
- package/dist/components/q2-option-list2.js +34 -34
- package/dist/components/q2-option2.js +13 -13
- package/dist/components/q2-otp.js +5 -5
- package/dist/components/q2-pagination.js +58 -58
- package/dist/components/q2-pill.js +66 -54
- package/dist/components/q2-popover2.js +1 -1
- package/dist/components/q2-radio-group.js +5 -5
- package/dist/components/q2-radio.js +14 -14
- package/dist/components/q2-relative-time.js +10 -10
- package/dist/components/q2-resize-observer2.js +9 -9
- package/dist/components/q2-search.js +5 -5
- package/dist/components/q2-section.js +22 -22
- package/dist/components/q2-select2.js +1 -1
- package/dist/components/q2-stepper-pane.js +33 -33
- package/dist/components/q2-stepper-vertical.js +84 -60
- package/dist/components/q2-stepper.js +79 -65
- package/dist/components/q2-surface.js +14 -14
- package/dist/components/q2-tab-container.js +110 -55
- package/dist/components/q2-tab-pane.js +7 -7
- package/dist/components/q2-tag2.js +39 -39
- package/dist/components/q2-textarea.js +16 -16
- package/dist/components/q2-toast.js +22 -22
- package/dist/components/q2-tooltip2.js +26 -25
- package/dist/components/tecton-tab-pane.js +11 -11
- package/dist/esm/click-elsewhere_3.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/q2-action-group_2.entry.js +3 -3
- package/dist/esm/q2-action-sheet.entry.js +4 -3
- package/dist/esm/q2-avatar.entry.js +1 -1
- package/dist/esm/q2-badge_2.entry.js +17 -8
- package/dist/esm/q2-btn_2.entry.js +2 -2
- package/dist/esm/q2-calendar.entry.js +8 -6
- package/dist/esm/q2-card-image.entry.js +1 -1
- package/dist/esm/q2-card.entry.js +1 -1
- package/dist/esm/q2-carousel-pane.entry.js +1 -1
- package/dist/esm/q2-carousel.entry.js +104 -70
- 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 +1 -1
- package/dist/esm/q2-checkbox_2.entry.js +3 -3
- 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-item.entry.js +1 -1
- package/dist/esm/q2-dropdown.entry.js +1 -1
- package/dist/esm/q2-editable-field.entry.js +3 -3
- 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-icon.entry.js +1 -1
- package/dist/esm/q2-item.entry.js +1 -1
- package/dist/esm/q2-legend.entry.js +1 -1
- package/dist/esm/q2-link_2.entry.js +2 -2
- package/dist/esm/q2-message.entry.js +1 -1
- package/dist/esm/q2-meter.entry.js +1 -1
- package/dist/esm/q2-modal.entry.js +1 -1
- package/dist/esm/q2-month-picker.entry.js +1 -1
- package/dist/esm/q2-optgroup.entry.js +1 -1
- package/dist/esm/q2-option.entry.js +1 -1
- package/dist/esm/q2-otp.entry.js +1 -1
- package/dist/esm/q2-pagination.entry.js +1 -1
- package/dist/esm/q2-pill.entry.js +18 -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-search.entry.js +2 -2
- package/dist/esm/q2-section.entry.js +3 -3
- package/dist/esm/q2-select.entry.js +1 -1
- package/dist/esm/q2-stepper-pane.entry.js +2 -2
- package/dist/esm/q2-stepper-vertical.entry.js +32 -9
- package/dist/esm/q2-stepper.entry.js +18 -4
- package/dist/esm/q2-surface.entry.js +3 -3
- package/dist/esm/q2-tab-container.entry.js +89 -20
- package/dist/esm/q2-tab-pane.entry.js +2 -2
- package/dist/esm/q2-tecton-elements.js +1 -1
- package/dist/esm/q2-textarea.entry.js +3 -3
- package/dist/esm/q2-toast.entry.js +1 -1
- package/dist/esm/q2-tooltip.entry.js +27 -16
- package/dist/esm/tecton-tab-pane.entry.js +3 -3
- package/dist/q2-tecton-elements/assets/standard.symbol.svg +1 -1
- package/dist/q2-tecton-elements/click-elsewhere_3.entry.js +23 -23
- package/dist/q2-tecton-elements/q2-action-group_2.entry.js +42 -42
- package/dist/q2-tecton-elements/q2-action-sheet.entry.js +21 -18
- package/dist/q2-tecton-elements/q2-avatar.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-badge_2.entry.js +25 -15
- package/dist/q2-tecton-elements/q2-btn_2.entry.js +2 -2
- package/dist/q2-tecton-elements/q2-calendar.entry.js +120 -115
- package/dist/q2-tecton-elements/q2-card-image.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 +11 -11
- package/dist/q2-tecton-elements/q2-carousel.entry.js +572 -540
- package/dist/q2-tecton-elements/q2-chart-area.entry.js +166 -166
- package/dist/q2-tecton-elements/q2-chart-bar.entry.js +190 -190
- package/dist/q2-tecton-elements/q2-chart-donut.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-checkbox_2.entry.js +7 -7
- package/dist/q2-tecton-elements/q2-currency.entry.js +40 -40
- package/dist/q2-tecton-elements/q2-data-table.entry.js +64 -64
- package/dist/q2-tecton-elements/q2-detail.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-dropdown.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-editable-field.entry.js +18 -17
- package/dist/q2-tecton-elements/q2-example.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-file-picker.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-form.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-formatted-text.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-icon.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-item.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-legend.entry.js +8 -8
- package/dist/q2-tecton-elements/q2-link_2.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-message.entry.js +23 -23
- package/dist/q2-tecton-elements/q2-meter.entry.js +4 -4
- package/dist/q2-tecton-elements/q2-modal.entry.js +3 -3
- package/dist/q2-tecton-elements/q2-month-picker.entry.js +39 -39
- package/dist/q2-tecton-elements/q2-optgroup.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-option.entry.js +22 -22
- package/dist/q2-tecton-elements/q2-otp.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-pagination.entry.js +11 -11
- package/dist/q2-tecton-elements/q2-pill.entry.js +30 -18
- package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
- package/dist/q2-tecton-elements/q2-radio.entry.js +24 -24
- package/dist/q2-tecton-elements/q2-relative-time.entry.js +21 -21
- package/dist/q2-tecton-elements/q2-search.entry.js +12 -12
- package/dist/q2-tecton-elements/q2-section.entry.js +25 -25
- package/dist/q2-tecton-elements/q2-select.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +16 -16
- package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +77 -53
- package/dist/q2-tecton-elements/q2-stepper.entry.js +44 -30
- package/dist/q2-tecton-elements/q2-surface.entry.js +5 -5
- package/dist/q2-tecton-elements/q2-tab-container.entry.js +109 -56
- package/dist/q2-tecton-elements/q2-tab-pane.entry.js +13 -13
- package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
- package/dist/q2-tecton-elements/q2-textarea.entry.js +14 -14
- package/dist/q2-tecton-elements/q2-toast.entry.js +6 -6
- package/dist/q2-tecton-elements/q2-tooltip.entry.js +25 -24
- package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +11 -11
- package/dist/types/components/q2-carousel/q2-carousel.d.ts +14 -0
- package/dist/types/components/q2-input/q2-input.d.ts +7 -1
- package/dist/types/components/q2-pill/q2-pill.d.ts +2 -0
- package/dist/types/components/q2-stepper/q2-stepper.d.ts +1 -0
- package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +3 -2
- package/dist/types/components/q2-surface/q2-surface.d.ts +3 -3
- package/dist/types/components/q2-tab-container/q2-tab-container.d.ts +17 -3
- package/dist/types/components/q2-tooltip/q2-tooltip.d.ts +2 -1
- package/dist/types/components.d.ts +50 -21
- package/dist/types/utils/helpers.d.ts +16 -1
- package/dist/types/utils/test/vr-helpers.d.ts +11 -0
- package/package.json +12 -5
|
@@ -2,7 +2,7 @@ import { r as t, h as e, g as r } from "./index-Cqkz7Bnm.js";
|
|
|
2
2
|
|
|
3
3
|
import { o as a, l as i } from "./index-Cps4jSQM.js";
|
|
4
4
|
|
|
5
|
-
import { _ as
|
|
5
|
+
import { _ as n, v as s, H as o, I as h, c as d, J as l, K as c, E as u, L as f, y as p, A as v, M as g, x as m, N as b, O as w, F as y, h as B, Q as A, R as M, U as S, V as x, W as k, X as V, Y as N, Z as C, $ as P, a0 as z, a1 as D, a2 as L, a3 as U, a4 as j, a5 as O, a6 as I, a7 as R, a8 as E, a9 as T, aa as W } from "./charting-DOZct-UB.js";
|
|
6
6
|
|
|
7
7
|
import { c as _, a as X, i as Y, g as H, b as q, d as F, e as Q, f as G } from "./dataSample-Dm1zpQNi.js";
|
|
8
8
|
|
|
@@ -13,7 +13,7 @@ var K = /** @class */ function(t) {
|
|
|
13
13
|
var e = null !== t && t.apply(this, arguments) || this;
|
|
14
14
|
return e.type = BaseBarSeriesModel.type, e;
|
|
15
15
|
}
|
|
16
|
-
return
|
|
16
|
+
return n(BaseBarSeriesModel, t), BaseBarSeriesModel.prototype.getInitialData = function(t, e) {
|
|
17
17
|
return _(null, this, {
|
|
18
18
|
useEncodeDefaulter: !0
|
|
19
19
|
});
|
|
@@ -21,50 +21,50 @@ var K = /** @class */ function(t) {
|
|
|
21
21
|
var a = this.coordinateSystem;
|
|
22
22
|
if (a && a.clampData) {
|
|
23
23
|
// PENDING if clamp ?
|
|
24
|
-
var i = a.clampData(t),
|
|
25
|
-
if (r)
|
|
24
|
+
var i = a.clampData(t), n = a.dataToPoint(i);
|
|
25
|
+
if (r) s(a.getAxes(), (function(t, r) {
|
|
26
26
|
// If axis type is category, use tick coords instead
|
|
27
27
|
if ("category" === t.type && null != e) {
|
|
28
|
-
var a = t.getTicksCoords(),
|
|
28
|
+
var a = t.getTicksCoords(), s = t.getTickModel().get("alignWithLabel"), o = i[r], h = "x1" === e[r] || "y1" === e[r];
|
|
29
29
|
// The only contains one tick, tickCoords is
|
|
30
30
|
// like [{coord: 0, tickValue: 0}, {coord: 0}]
|
|
31
31
|
// to the length should always be larger than 1
|
|
32
|
-
if (h && !
|
|
32
|
+
if (h && !s && (o += 1), a.length < 2) return;
|
|
33
33
|
if (2 === a.length)
|
|
34
34
|
// The left value and right value of the axis are
|
|
35
35
|
// the same. coord is 0 in both items. Use the max
|
|
36
36
|
// value of the axis as the coord
|
|
37
|
-
return void (
|
|
38
|
-
for (var
|
|
39
|
-
var f = a[
|
|
37
|
+
return void (n[r] = t.toGlobalCoord(t.getExtent()[h ? 1 : 0]));
|
|
38
|
+
for (var d = void 0, l = void 0, c = 1, u = 0; u < a.length; u++) {
|
|
39
|
+
var f = a[u].coord, p = u === a.length - 1 ? a[u - 1].tickValue + c : a[u].tickValue;
|
|
40
40
|
// The last item of tickCoords doesn't contain
|
|
41
41
|
// tickValue
|
|
42
42
|
if (p === o) {
|
|
43
|
-
|
|
43
|
+
l = f;
|
|
44
44
|
break;
|
|
45
45
|
}
|
|
46
|
-
if (p < o)
|
|
47
|
-
|
|
46
|
+
if (p < o) d = f; else if (null != d && p > o) {
|
|
47
|
+
l = (f + d) / 2;
|
|
48
48
|
break;
|
|
49
49
|
}
|
|
50
|
-
1 ===
|
|
50
|
+
1 === u && (
|
|
51
51
|
// Here we assume the step of category axes is
|
|
52
52
|
// the same
|
|
53
|
-
|
|
53
|
+
c = p - a[0].tickValue);
|
|
54
54
|
}
|
|
55
|
-
null ==
|
|
55
|
+
null == l && (d ? d && (
|
|
56
56
|
// targetTickId is larger than all tick ids in the
|
|
57
57
|
// visible area, use the rightmost tick coord
|
|
58
|
-
|
|
58
|
+
l = a[a.length - 1].coord) :
|
|
59
59
|
// targetTickId is smaller than all tick ids in the
|
|
60
60
|
// visible area, use the leftmost tick coord
|
|
61
|
-
|
|
61
|
+
l = a[0].coord), n[r] = t.toGlobalCoord(l);
|
|
62
62
|
}
|
|
63
63
|
})); else {
|
|
64
|
-
var o = this.getData(), h = o.getLayout("offset"),
|
|
65
|
-
|
|
64
|
+
var o = this.getData(), h = o.getLayout("offset"), d = o.getLayout("size"), l = a.getBaseAxis().isHorizontal() ? 0 : 1;
|
|
65
|
+
n[l] += h + d / 2;
|
|
66
66
|
}
|
|
67
|
-
return
|
|
67
|
+
return n;
|
|
68
68
|
}
|
|
69
69
|
return [ NaN, NaN ];
|
|
70
70
|
}, BaseBarSeriesModel.type = "series.__base_bar__", BaseBarSeriesModel.defaultOption = {
|
|
@@ -93,7 +93,7 @@ var $ = /** @class */ function(t) {
|
|
|
93
93
|
var e = null !== t && t.apply(this, arguments) || this;
|
|
94
94
|
return e.type = BarSeriesModel.type, e;
|
|
95
95
|
}
|
|
96
|
-
return
|
|
96
|
+
return n(BarSeriesModel, t), BarSeriesModel.prototype.getInitialData = function() {
|
|
97
97
|
return _(null, this, {
|
|
98
98
|
useEncodeDefaulter: !0,
|
|
99
99
|
createInvertedIndices: !!this.get("realtimeSort", !0) || null
|
|
@@ -149,19 +149,19 @@ var $ = /** @class */ function(t) {
|
|
|
149
149
|
var r = t.call(this, e) || this;
|
|
150
150
|
return r.type = "sausage", r;
|
|
151
151
|
}
|
|
152
|
-
return
|
|
152
|
+
return n(SausagePath, t), SausagePath.prototype.getDefaultShape = function() {
|
|
153
153
|
return new SausageShape;
|
|
154
154
|
}, SausagePath.prototype.buildPath = function(t, e) {
|
|
155
|
-
var r = e.cx, a = e.cy, i = Math.max(e.r0 || 0, 0),
|
|
156
|
-
|
|
155
|
+
var r = e.cx, a = e.cy, i = Math.max(e.r0 || 0, 0), n = Math.max(e.r, 0), s = .5 * (n - i), o = i + s, h = e.startAngle, d = e.endAngle, l = e.clockwise, c = 2 * Math.PI, u = l ? d - h < c : h - d < c;
|
|
156
|
+
u || (
|
|
157
157
|
// Normalize angles
|
|
158
|
-
h =
|
|
159
|
-
var f = Math.cos(h), p = Math.sin(h), v = Math.cos(
|
|
160
|
-
|
|
161
|
-
t.arc(r, a,
|
|
162
|
-
0 !== i && t.arc(r, a, i,
|
|
158
|
+
h = d - (l ? c : -c));
|
|
159
|
+
var f = Math.cos(h), p = Math.sin(h), v = Math.cos(d), g = Math.sin(d);
|
|
160
|
+
u ? (t.moveTo(f * i + r, p * i + a), t.arc(f * o + r, p * o + a, s, -Math.PI + h, h, !l)) : t.moveTo(f * n + r, p * n + a),
|
|
161
|
+
t.arc(r, a, n, h, d, !l), t.arc(v * o + r, g * o + a, s, d - 2 * Math.PI, d - Math.PI, !l),
|
|
162
|
+
0 !== i && t.arc(r, a, i, d, h, l);
|
|
163
163
|
}, SausagePath;
|
|
164
|
-
}(
|
|
164
|
+
}(d);
|
|
165
165
|
|
|
166
166
|
/**
|
|
167
167
|
* Sausage: similar to sector, but have half circle on both sides
|
|
@@ -180,7 +180,7 @@ var at = /** @class */ function(t) {
|
|
|
180
180
|
var e = t.call(this) || this;
|
|
181
181
|
return e.type = BarView.type, e._isFirstFrame = !0, e;
|
|
182
182
|
}
|
|
183
|
-
return
|
|
183
|
+
return n(BarView, t), BarView.prototype.render = function(t, e, r, a) {
|
|
184
184
|
this._model = t, this._removeOnRenderedListener(r), this._updateDrawMode(t);
|
|
185
185
|
var i = t.get("coordinateSystem");
|
|
186
186
|
"cartesian2d" !== i && "polar" !== i || (
|
|
@@ -203,17 +203,17 @@ var at = /** @class */ function(t) {
|
|
|
203
203
|
null != this._isLargeDraw && e === this._isLargeDraw || (this._isLargeDraw = e,
|
|
204
204
|
this._clear());
|
|
205
205
|
}, BarView.prototype._renderNormal = function(t, e, r, a) {
|
|
206
|
-
var i,
|
|
207
|
-
"cartesian2d" === h.type ? i =
|
|
208
|
-
var
|
|
206
|
+
var i, n = this.group, s = t.getData(), o = this._data, h = t.coordinateSystem, d = h.getBaseAxis();
|
|
207
|
+
"cartesian2d" === h.type ? i = d.isHorizontal() : "polar" === h.type && (i = "angle" === d.dim);
|
|
208
|
+
var l = t.isAnimationEnabled() ? t : null, c = function(t, e) {
|
|
209
209
|
var r = t.get("realtimeSort", !0), a = e.getBaseAxis();
|
|
210
210
|
if (r && "category" === a.type && "cartesian2d" === e.type) return {
|
|
211
211
|
baseAxis: a,
|
|
212
212
|
otherAxis: e.getOtherAxis(a)
|
|
213
213
|
};
|
|
214
214
|
}(t, h);
|
|
215
|
-
|
|
216
|
-
var
|
|
215
|
+
c && this._enableRealtimeSort(c, s, r);
|
|
216
|
+
var u = t.get("clip", !0) || c, f = function(t, e) {
|
|
217
217
|
var r = t.getArea && t.getArea();
|
|
218
218
|
if (Y(t, "cartesian2d")) {
|
|
219
219
|
var a = t.getBaseAxis();
|
|
@@ -226,14 +226,14 @@ var at = /** @class */ function(t) {
|
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
return r;
|
|
229
|
-
}(h,
|
|
229
|
+
}(h, s);
|
|
230
230
|
// If there is clipPath created in large mode. Remove it.
|
|
231
|
-
|
|
231
|
+
n.removeClipPath();
|
|
232
232
|
// We don't use clipPath in normal mode because we needs a perfect animation
|
|
233
233
|
// And don't want the label are clipped.
|
|
234
|
-
var
|
|
234
|
+
var y = t.get("roundCap", !0), B = t.get("showBackground", !0), A = t.getModel("backgroundStyle"), x = A.get("borderRadius") || 0, k = [], V = this._backgroundEls, N = a && a.isInitSort, C = a && "changeAxisOrder" === a.type;
|
|
235
235
|
function createBackground(t) {
|
|
236
|
-
var e =
|
|
236
|
+
var e = dt[h.type](s, t), r = function(t, e, r) {
|
|
237
237
|
var a = "polar" === t.type ? M : S;
|
|
238
238
|
return new a({
|
|
239
239
|
shape: createBackgroundShape(e, r, t),
|
|
@@ -246,17 +246,17 @@ var at = /** @class */ function(t) {
|
|
|
246
246
|
"cartesian2d" === h.type ? r.setShape("r", x) : r.setShape("cornerRadius", x), k[t] = r,
|
|
247
247
|
r;
|
|
248
248
|
}
|
|
249
|
-
|
|
250
|
-
var r =
|
|
249
|
+
s.diff(o).add((function(e) {
|
|
250
|
+
var r = s.getItemModel(e), a = dt[h.type](s, e, r);
|
|
251
251
|
// If dataZoom in filteMode: 'empty', the baseValue can be set as NaN in "axisProxy".
|
|
252
|
-
if (
|
|
252
|
+
if (B && createBackground(e), s.hasValue(e) && ht[h.type](a)) {
|
|
253
253
|
var o = !1;
|
|
254
|
-
|
|
254
|
+
u && (
|
|
255
255
|
// Clip will modify the layout params.
|
|
256
256
|
// And return a boolean to determine if the shape are fully clipped.
|
|
257
257
|
o = it[h.type](f, a));
|
|
258
|
-
var v =
|
|
259
|
-
|
|
258
|
+
var v = nt[h.type](t, s, e, a, i, l, d.model, !1, y);
|
|
259
|
+
c && (
|
|
260
260
|
/**
|
|
261
261
|
* Force label animation because even if the element is
|
|
262
262
|
* ignored because it's clipped, it may not be clipped after
|
|
@@ -265,33 +265,33 @@ var at = /** @class */ function(t) {
|
|
|
265
265
|
* the label will be the final value and doesn't have label
|
|
266
266
|
* animation.
|
|
267
267
|
*/
|
|
268
|
-
v.forceLabelAnimation = !0), updateStyle(v,
|
|
268
|
+
v.forceLabelAnimation = !0), updateStyle(v, s, e, r, a, t, i, "polar" === h.type),
|
|
269
269
|
N ? v.attr({
|
|
270
270
|
shape: a
|
|
271
|
-
}) :
|
|
271
|
+
}) : c ? updateRealtimeAnimation(c, l, v, a, e, i, !1, !1) : p(v, {
|
|
272
272
|
shape: a
|
|
273
|
-
}, t, e),
|
|
273
|
+
}, t, e), s.setItemGraphicEl(e, v), n.add(v), v.ignore = o;
|
|
274
274
|
}
|
|
275
275
|
})).update((function(e, r) {
|
|
276
|
-
var a =
|
|
277
|
-
if (
|
|
278
|
-
var
|
|
279
|
-
0 === V.length ?
|
|
276
|
+
var a = s.getItemModel(e), p = dt[h.type](s, e, a);
|
|
277
|
+
if (B) {
|
|
278
|
+
var b = void 0;
|
|
279
|
+
0 === V.length ? b = createBackground(r) : ((b = V[r]).useStyle(A.getItemStyle()),
|
|
280
280
|
// Only cartesian2d support borderRadius.
|
|
281
|
-
"cartesian2d" === h.type ?
|
|
282
|
-
var w =
|
|
283
|
-
v(
|
|
281
|
+
"cartesian2d" === h.type ? b.setShape("r", x) : b.setShape("cornerRadius", x), k[e] = b);
|
|
282
|
+
var w = dt[h.type](s, e), M = createBackgroundShape(i, w, h);
|
|
283
|
+
v(b, {
|
|
284
284
|
shape: M
|
|
285
|
-
},
|
|
285
|
+
}, l, e);
|
|
286
286
|
}
|
|
287
287
|
var S = o.getItemGraphicEl(r);
|
|
288
|
-
if (
|
|
288
|
+
if (s.hasValue(e) && ht[h.type](p)) {
|
|
289
289
|
var P = !1;
|
|
290
|
-
if (
|
|
291
|
-
|
|
290
|
+
if (u && (P = it[h.type](f, p)) && n.remove(S), S ? g(S) : S = nt[h.type](t, s, e, p, i, l, d.model, !!S, y),
|
|
291
|
+
c && (S.forceLabelAnimation = !0), C) {
|
|
292
292
|
var z = S.getTextContent();
|
|
293
293
|
if (z) {
|
|
294
|
-
var D =
|
|
294
|
+
var D = m(z);
|
|
295
295
|
null != D.prevValue && (
|
|
296
296
|
/**
|
|
297
297
|
* Set preValue to be value so that no new label
|
|
@@ -304,21 +304,21 @@ var at = /** @class */ function(t) {
|
|
|
304
304
|
}
|
|
305
305
|
// Not change anything if only order changed.
|
|
306
306
|
// Especially not change label.
|
|
307
|
-
else updateStyle(S,
|
|
307
|
+
else updateStyle(S, s, e, a, p, t, i, "polar" === h.type);
|
|
308
308
|
N ? S.attr({
|
|
309
309
|
shape: p
|
|
310
|
-
}) :
|
|
310
|
+
}) : c ? updateRealtimeAnimation(c, l, S, p, e, i, !0, C) : v(S, {
|
|
311
311
|
shape: p
|
|
312
|
-
}, t, e, null),
|
|
313
|
-
} else
|
|
312
|
+
}, t, e, null), s.setItemGraphicEl(e, S), S.ignore = P, n.add(S);
|
|
313
|
+
} else n.remove(S);
|
|
314
314
|
})).remove((function(e) {
|
|
315
315
|
var r = o.getItemGraphicEl(e);
|
|
316
|
-
r &&
|
|
316
|
+
r && b(r, t, e);
|
|
317
317
|
})).execute();
|
|
318
318
|
var P = this._backgroundGroup || (this._backgroundGroup = new w);
|
|
319
319
|
P.removeAll();
|
|
320
320
|
for (var z = 0; z < k.length; ++z) P.add(k[z]);
|
|
321
|
-
|
|
321
|
+
n.add(P), this._backgroundEls = k, this._data = s;
|
|
322
322
|
}, BarView.prototype._renderLarge = function(t, e, r) {
|
|
323
323
|
this._clear(), createLarge(t, this.group), this._updateLargeClip(t);
|
|
324
324
|
}, BarView.prototype._incrementalRenderLarge = function(t, e) {
|
|
@@ -358,15 +358,15 @@ var at = /** @class */ function(t) {
|
|
|
358
358
|
// If NaN, it will be treated as min val.
|
|
359
359
|
return e.mappedValue - t.mappedValue;
|
|
360
360
|
})), {
|
|
361
|
-
ordinalNumbers:
|
|
361
|
+
ordinalNumbers: y(a, (function(t) {
|
|
362
362
|
return t.ordinalNumber;
|
|
363
363
|
}))
|
|
364
364
|
};
|
|
365
365
|
}, BarView.prototype._isOrderChangedWithinSameData = function(t, e, r) {
|
|
366
|
-
for (var a = r.scale, i = t.mapDimension(r.dim),
|
|
367
|
-
var h = t.rawIndexOf(i, a.getRawOrdinalNumber(
|
|
368
|
-
if (
|
|
369
|
-
|
|
366
|
+
for (var a = r.scale, i = t.mapDimension(r.dim), n = Number.MAX_VALUE, s = 0, o = a.getOrdinalMeta().categories.length; s < o; ++s) {
|
|
367
|
+
var h = t.rawIndexOf(i, a.getRawOrdinalNumber(s)), d = h < 0 ? Number.MIN_VALUE : e(t.indexOfRawIndex(h));
|
|
368
|
+
if (d > n) return !0;
|
|
369
|
+
n = d;
|
|
370
370
|
}
|
|
371
371
|
return !1;
|
|
372
372
|
},
|
|
@@ -376,7 +376,7 @@ var at = /** @class */ function(t) {
|
|
|
376
376
|
* as long as the order in the view doesn't change.
|
|
377
377
|
*/
|
|
378
378
|
BarView.prototype._isOrderDifferentInView = function(t, e) {
|
|
379
|
-
for (var r = e.scale, a = r.getExtent(), i = Math.max(0, a[0]),
|
|
379
|
+
for (var r = e.scale, a = r.getExtent(), i = Math.max(0, a[0]), n = Math.min(a[1], r.getOrdinalMeta().categories.length - 1); i <= n; ++i) if (t.ordinalNumbers[i] !== r.getRawOrdinalNumber(i)) return !0;
|
|
380
380
|
}, BarView.prototype._updateSortWithinSameData = function(t, e, r, a) {
|
|
381
381
|
if (this._isOrderChangedWithinSameData(t, e, r)) {
|
|
382
382
|
var i = this._dataSort(t, r, e);
|
|
@@ -408,7 +408,7 @@ var at = /** @class */ function(t) {
|
|
|
408
408
|
var e = this.group, r = this._data;
|
|
409
409
|
t && t.isAnimationEnabled() && r && !this._isLargeDraw ? (this._removeBackground(),
|
|
410
410
|
this._backgroundEls = [], r.eachItemGraphicEl((function(e) {
|
|
411
|
-
|
|
411
|
+
b(e, t, B(e).dataIndex);
|
|
412
412
|
}))) : e.removeAll(), this._data = null, this._isFirstFrame = !0;
|
|
413
413
|
}, BarView.prototype._removeBackground = function() {
|
|
414
414
|
this.group.remove(this._backgroundGroup), this._backgroundGroup = null;
|
|
@@ -418,16 +418,16 @@ var at = /** @class */ function(t) {
|
|
|
418
418
|
var r = e.width < 0 ? -1 : 1, a = e.height < 0 ? -1 : 1;
|
|
419
419
|
// Needs positive width and height
|
|
420
420
|
r < 0 && (e.x += e.width, e.width = -e.width), a < 0 && (e.y += e.height, e.height = -e.height);
|
|
421
|
-
var i = t.x + t.width,
|
|
421
|
+
var i = t.x + t.width, n = t.y + t.height, s = et(e.x, t.x), o = rt(e.x + e.width, i), h = et(e.y, t.y), d = rt(e.y + e.height, n), l = o < s, c = d < h;
|
|
422
422
|
// When xClipped or yClipped, the element will be marked as `ignore`.
|
|
423
423
|
// But we should also place the element at the edge of the coord sys bounding rect.
|
|
424
424
|
// Because if data changed and the bar shows again, its transition animation
|
|
425
425
|
// will begin at this place.
|
|
426
|
-
return e.x =
|
|
427
|
-
e.height =
|
|
426
|
+
return e.x = l && s > i ? o : s, e.y = c && h > n ? d : h, e.width = l ? 0 : o - s,
|
|
427
|
+
e.height = c ? 0 : d - h,
|
|
428
428
|
// Reverse back
|
|
429
429
|
r < 0 && (e.x += e.width, e.width = -e.width), a < 0 && (e.y += e.height, e.height = -e.height),
|
|
430
|
-
|
|
430
|
+
l || c;
|
|
431
431
|
},
|
|
432
432
|
polar: function(t, e) {
|
|
433
433
|
var r = e.r0 <= e.r ? 1 : -1;
|
|
@@ -436,103 +436,103 @@ var at = /** @class */ function(t) {
|
|
|
436
436
|
var a = e.r;
|
|
437
437
|
e.r = e.r0, e.r0 = a;
|
|
438
438
|
}
|
|
439
|
-
var i = rt(e.r, t.r),
|
|
440
|
-
e.r = i, e.r0 =
|
|
441
|
-
var
|
|
439
|
+
var i = rt(e.r, t.r), n = et(e.r0, t.r0);
|
|
440
|
+
e.r = i, e.r0 = n;
|
|
441
|
+
var s = i - n < 0;
|
|
442
442
|
// Reverse back
|
|
443
443
|
if (r < 0) {
|
|
444
444
|
a = e.r;
|
|
445
445
|
e.r = e.r0, e.r0 = a;
|
|
446
446
|
}
|
|
447
|
-
return
|
|
447
|
+
return s;
|
|
448
448
|
}
|
|
449
|
-
},
|
|
450
|
-
cartesian2d: function(t, e, r, a, i,
|
|
451
|
-
var
|
|
449
|
+
}, nt = {
|
|
450
|
+
cartesian2d: function(t, e, r, a, i, n, s, o, h) {
|
|
451
|
+
var d = new S({
|
|
452
452
|
shape: x({}, a),
|
|
453
453
|
z2: 1
|
|
454
454
|
});
|
|
455
|
-
(
|
|
456
|
-
return
|
|
455
|
+
(d.__dataIndex = r, d.name = "item", n) && (d.shape[i ? "height" : "width"] = 0);
|
|
456
|
+
return d;
|
|
457
457
|
},
|
|
458
|
-
polar: function(t, e, r, a, i,
|
|
459
|
-
var
|
|
458
|
+
polar: function(t, e, r, a, i, n, s, o, h) {
|
|
459
|
+
var d = !i && h ? tt : M, c = new d({
|
|
460
460
|
shape: a,
|
|
461
461
|
z2: 1
|
|
462
462
|
});
|
|
463
|
-
|
|
464
|
-
var
|
|
463
|
+
c.name = "item";
|
|
464
|
+
var u, f, g = createPolarPositionMapping(i);
|
|
465
465
|
// Animation
|
|
466
|
-
if (
|
|
467
|
-
isRoundCap:
|
|
466
|
+
if (c.calculateTextPosition = (u = g, f = ({
|
|
467
|
+
isRoundCap: d === tt
|
|
468
468
|
} || {}).isRoundCap, function(t, e, r) {
|
|
469
469
|
var a = e.position;
|
|
470
|
-
if (!a || a instanceof Array) return
|
|
471
|
-
var i =
|
|
470
|
+
if (!a || a instanceof Array) return l(t, e, r);
|
|
471
|
+
var i = u(a), n = null != e.distance ? e.distance : 5, s = this.shape, o = s.cx, h = s.cy, d = s.r, c = s.r0, p = (d + c) / 2, v = s.startAngle, g = s.endAngle, m = (v + g) / 2, b = f ? Math.abs(d - c) / 2 : 0, w = Math.cos, y = Math.sin, B = o + d * w(v), A = h + d * y(v), M = "left", S = "top";
|
|
472
472
|
switch (i) {
|
|
473
473
|
case "startArc":
|
|
474
|
-
|
|
474
|
+
B = o + (c - n) * w(m), A = h + (c - n) * y(m), M = "center", S = "top";
|
|
475
475
|
break;
|
|
476
476
|
|
|
477
477
|
case "insideStartArc":
|
|
478
|
-
|
|
478
|
+
B = o + (c + n) * w(m), A = h + (c + n) * y(m), M = "center", S = "bottom";
|
|
479
479
|
break;
|
|
480
480
|
|
|
481
481
|
case "startAngle":
|
|
482
|
-
|
|
482
|
+
B = o + p * w(v) + adjustAngleDistanceX(v, n + b, !1), A = h + p * y(v) + adjustAngleDistanceY(v, n + b, !1),
|
|
483
483
|
M = "right", S = "middle";
|
|
484
484
|
break;
|
|
485
485
|
|
|
486
486
|
case "insideStartAngle":
|
|
487
|
-
|
|
487
|
+
B = o + p * w(v) + adjustAngleDistanceX(v, -n + b, !1), A = h + p * y(v) + adjustAngleDistanceY(v, -n + b, !1),
|
|
488
488
|
M = "left", S = "middle";
|
|
489
489
|
break;
|
|
490
490
|
|
|
491
491
|
case "middle":
|
|
492
|
-
|
|
492
|
+
B = o + p * w(m), A = h + p * y(m), M = "center", S = "middle";
|
|
493
493
|
break;
|
|
494
494
|
|
|
495
495
|
case "endArc":
|
|
496
|
-
|
|
496
|
+
B = o + (d + n) * w(m), A = h + (d + n) * y(m), M = "center", S = "bottom";
|
|
497
497
|
break;
|
|
498
498
|
|
|
499
499
|
case "insideEndArc":
|
|
500
|
-
|
|
500
|
+
B = o + (d - n) * w(m), A = h + (d - n) * y(m), M = "center", S = "top";
|
|
501
501
|
break;
|
|
502
502
|
|
|
503
503
|
case "endAngle":
|
|
504
|
-
|
|
504
|
+
B = o + p * w(g) + adjustAngleDistanceX(g, n + b, !0), A = h + p * y(g) + adjustAngleDistanceY(g, n + b, !0),
|
|
505
505
|
M = "left", S = "middle";
|
|
506
506
|
break;
|
|
507
507
|
|
|
508
508
|
case "insideEndAngle":
|
|
509
|
-
|
|
509
|
+
B = o + p * w(g) + adjustAngleDistanceX(g, -n + b, !0), A = h + p * y(g) + adjustAngleDistanceY(g, -n + b, !0),
|
|
510
510
|
M = "right", S = "middle";
|
|
511
511
|
break;
|
|
512
512
|
|
|
513
513
|
default:
|
|
514
|
-
return
|
|
514
|
+
return l(t, e, r);
|
|
515
515
|
}
|
|
516
|
-
return (t = t || {}).x =
|
|
517
|
-
}),
|
|
518
|
-
var
|
|
519
|
-
|
|
520
|
-
shape:
|
|
521
|
-
},
|
|
516
|
+
return (t = t || {}).x = B, t.y = A, t.align = M, t.verticalAlign = S, t;
|
|
517
|
+
}), n) {
|
|
518
|
+
var m = i ? "r" : "endAngle", b = {};
|
|
519
|
+
c.shape[m] = i ? a.r0 : a.startAngle, b[m] = a[m], (o ? v : p)(c, {
|
|
520
|
+
shape: b
|
|
521
|
+
}, n);
|
|
522
522
|
}
|
|
523
|
-
return
|
|
523
|
+
return c;
|
|
524
524
|
}
|
|
525
525
|
};
|
|
526
526
|
|
|
527
|
-
function updateRealtimeAnimation(t, e, r, a, i,
|
|
528
|
-
var h,
|
|
529
|
-
|
|
527
|
+
function updateRealtimeAnimation(t, e, r, a, i, n, s, o) {
|
|
528
|
+
var h, d;
|
|
529
|
+
n ? (d = {
|
|
530
530
|
x: a.x,
|
|
531
531
|
width: a.width
|
|
532
532
|
}, h = {
|
|
533
533
|
y: a.y,
|
|
534
534
|
height: a.height
|
|
535
|
-
}) : (
|
|
535
|
+
}) : (d = {
|
|
536
536
|
y: a.y,
|
|
537
537
|
height: a.height
|
|
538
538
|
}, h = {
|
|
@@ -541,13 +541,13 @@ function updateRealtimeAnimation(t, e, r, a, i, s, n, o) {
|
|
|
541
541
|
}), o ||
|
|
542
542
|
// Keep the original growth animation if only axis order changed.
|
|
543
543
|
// Not start a new animation.
|
|
544
|
-
(
|
|
544
|
+
(s ? v : p)(r, {
|
|
545
545
|
shape: h
|
|
546
546
|
}, e, i, null);
|
|
547
|
-
var
|
|
548
|
-
(
|
|
549
|
-
shape:
|
|
550
|
-
},
|
|
547
|
+
var l = e ? t.baseAxis.model : null;
|
|
548
|
+
(s ? v : p)(r, {
|
|
549
|
+
shape: d
|
|
550
|
+
}, l, i);
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
function checkPropertiesNotValid(t, e) {
|
|
@@ -555,14 +555,14 @@ function checkPropertiesNotValid(t, e) {
|
|
|
555
555
|
return !1;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
var
|
|
558
|
+
var st = [ "x", "y", "width", "height" ], ot = [ "cx", "cy", "r", "startAngle", "endAngle" ], ht = {
|
|
559
559
|
cartesian2d: function(t) {
|
|
560
|
-
return !checkPropertiesNotValid(t,
|
|
560
|
+
return !checkPropertiesNotValid(t, st);
|
|
561
561
|
},
|
|
562
562
|
polar: function(t) {
|
|
563
563
|
return !checkPropertiesNotValid(t, ot);
|
|
564
564
|
}
|
|
565
|
-
},
|
|
565
|
+
}, dt = {
|
|
566
566
|
// itemModel is only used to get borderWidth, which is not needed
|
|
567
567
|
// when calculating bar background layout.
|
|
568
568
|
cartesian2d: function(t, e, r) {
|
|
@@ -572,15 +572,15 @@ var nt = [ "x", "y", "width", "height" ], ot = [ "cx", "cy", "r", "startAngle",
|
|
|
572
572
|
// Has no border.
|
|
573
573
|
var r = t.get([ "itemStyle", "borderColor" ]);
|
|
574
574
|
if (!r || "none" === r) return 0;
|
|
575
|
-
var a = t.get([ "itemStyle", "borderWidth" ]) || 0, i = isNaN(e.width) ? Number.MAX_VALUE : Math.abs(e.width),
|
|
575
|
+
var a = t.get([ "itemStyle", "borderWidth" ]) || 0, i = isNaN(e.width) ? Number.MAX_VALUE : Math.abs(e.width), n = isNaN(e.height) ? Number.MAX_VALUE : Math.abs(e.height);
|
|
576
576
|
// width or height may be NaN for empty data
|
|
577
|
-
return Math.min(a, i,
|
|
578
|
-
}(r, a) : 0,
|
|
577
|
+
return Math.min(a, i, n);
|
|
578
|
+
}(r, a) : 0, n = a.width > 0 ? 1 : -1, s = a.height > 0 ? 1 : -1;
|
|
579
579
|
return {
|
|
580
|
-
x: a.x +
|
|
581
|
-
y: a.y +
|
|
582
|
-
width: a.width -
|
|
583
|
-
height: a.height -
|
|
580
|
+
x: a.x + n * i / 2,
|
|
581
|
+
y: a.y + s * i / 2,
|
|
582
|
+
width: a.width - n * i,
|
|
583
|
+
height: a.height - s * i
|
|
584
584
|
};
|
|
585
585
|
},
|
|
586
586
|
polar: function(t, e, r) {
|
|
@@ -615,44 +615,44 @@ function createPolarPositionMapping(t) {
|
|
|
615
615
|
}(t);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
function updateStyle(t, e, r, a, i,
|
|
619
|
-
var
|
|
618
|
+
function updateStyle(t, e, r, a, i, n, o, h) {
|
|
619
|
+
var d = e.getItemVisual(r, "style");
|
|
620
620
|
if (h) {
|
|
621
|
-
if (!
|
|
622
|
-
var
|
|
623
|
-
x(
|
|
621
|
+
if (!n.get("roundCap")) {
|
|
622
|
+
var l = t.shape, f = Z(a.getModel("itemStyle"), l, !0);
|
|
623
|
+
x(l, f), t.setShape(l);
|
|
624
624
|
}
|
|
625
625
|
} else {
|
|
626
626
|
var p = a.get([ "itemStyle", "borderRadius" ]) || 0;
|
|
627
627
|
t.setShape("r", p);
|
|
628
628
|
}
|
|
629
|
-
t.useStyle(
|
|
629
|
+
t.useStyle(d);
|
|
630
630
|
var v = a.getShallow("cursor");
|
|
631
631
|
v && t.attr("cursor", v);
|
|
632
|
-
var g = h ? o ? i.r >= i.r0 ? "endArc" : "startArc" : i.endAngle >= i.startAngle ? "endAngle" : "startAngle" : o ? i.height >= 0 ? "bottom" : "top" : i.width >= 0 ? "right" : "left",
|
|
633
|
-
V(t,
|
|
634
|
-
labelFetcher:
|
|
632
|
+
var g = h ? o ? i.r >= i.r0 ? "endArc" : "startArc" : i.endAngle >= i.startAngle ? "endAngle" : "startAngle" : o ? i.height >= 0 ? "bottom" : "top" : i.width >= 0 ? "right" : "left", m = k(a);
|
|
633
|
+
V(t, m, {
|
|
634
|
+
labelFetcher: n,
|
|
635
635
|
labelDataIndex: r,
|
|
636
|
-
defaultText: H(
|
|
637
|
-
inheritColor:
|
|
638
|
-
defaultOpacity:
|
|
636
|
+
defaultText: H(n.getData(), r),
|
|
637
|
+
inheritColor: d.fill,
|
|
638
|
+
defaultOpacity: d.opacity,
|
|
639
639
|
defaultOutsidePosition: g
|
|
640
640
|
});
|
|
641
|
-
var
|
|
642
|
-
if (h &&
|
|
641
|
+
var b = t.getTextContent();
|
|
642
|
+
if (h && b) {
|
|
643
643
|
var w = a.get([ "label", "position" ]);
|
|
644
644
|
t.textConfig.inside = "middle" === w || null, function(t, e, r, a) {
|
|
645
|
-
if (
|
|
645
|
+
if (c(a))
|
|
646
646
|
// user-set rotation
|
|
647
647
|
t.setTextConfig({
|
|
648
648
|
rotation: a
|
|
649
|
-
}); else if (
|
|
649
|
+
}); else if (u(e))
|
|
650
650
|
// user-set position, use 0 as auto rotation
|
|
651
651
|
t.setTextConfig({
|
|
652
652
|
rotation: 0
|
|
653
653
|
}); else {
|
|
654
|
-
var i,
|
|
655
|
-
switch (
|
|
654
|
+
var i, n = t.shape, s = n.clockwise ? n.startAngle : n.endAngle, o = n.clockwise ? n.endAngle : n.startAngle, h = (s + o) / 2, d = r(e);
|
|
655
|
+
switch (d) {
|
|
656
656
|
case "startArc":
|
|
657
657
|
case "insideStartArc":
|
|
658
658
|
case "middle":
|
|
@@ -663,7 +663,7 @@ function updateStyle(t, e, r, a, i, s, o, h) {
|
|
|
663
663
|
|
|
664
664
|
case "startAngle":
|
|
665
665
|
case "insideStartAngle":
|
|
666
|
-
i =
|
|
666
|
+
i = s;
|
|
667
667
|
break;
|
|
668
668
|
|
|
669
669
|
case "endAngle":
|
|
@@ -676,62 +676,62 @@ function updateStyle(t, e, r, a, i, s, o, h) {
|
|
|
676
676
|
rotation: 0
|
|
677
677
|
});
|
|
678
678
|
}
|
|
679
|
-
var
|
|
679
|
+
var l = 1.5 * Math.PI - i;
|
|
680
680
|
/**
|
|
681
681
|
* TODO: labels with rotate > Math.PI / 2 should be rotate another
|
|
682
682
|
* half round flipped to increase readability. However, only middle
|
|
683
683
|
* position supports this for now, because in other positions, the
|
|
684
684
|
* anchor point is not at the center of the text, so the positions
|
|
685
685
|
* after rotating is not as expected.
|
|
686
|
-
*/ "middle" ===
|
|
687
|
-
rotation:
|
|
686
|
+
*/ "middle" === d && l > Math.PI / 2 && l < 1.5 * Math.PI && (l -= Math.PI), t.setTextConfig({
|
|
687
|
+
rotation: l
|
|
688
688
|
});
|
|
689
689
|
}
|
|
690
690
|
}(t, "outside" === w ? g : w, createPolarPositionMapping(o), a.get([ "label", "rotate" ]));
|
|
691
691
|
}
|
|
692
|
-
N(
|
|
692
|
+
N(b, m, n.getRawValue(r), (function(t) {
|
|
693
693
|
return q(e, t);
|
|
694
694
|
}));
|
|
695
|
-
var
|
|
696
|
-
C(t,
|
|
695
|
+
var y = a.getModel([ "emphasis" ]);
|
|
696
|
+
C(t, y.get("focus"), y.get("blurScope"), y.get("disabled")), P(t, a), function(t) {
|
|
697
697
|
return null != t.startAngle && null != t.endAngle && t.startAngle === t.endAngle;
|
|
698
|
-
}(i) && (t.style.fill = "none", t.style.stroke = "none",
|
|
698
|
+
}(i) && (t.style.fill = "none", t.style.stroke = "none", s(t.states, (function(t) {
|
|
699
699
|
t.style && (t.style.fill = t.style.stroke = "none");
|
|
700
700
|
})));
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
var LagePathShape = function() {},
|
|
703
|
+
var LagePathShape = function() {}, lt = /** @class */ function(t) {
|
|
704
704
|
function LargePath(e) {
|
|
705
705
|
var r = t.call(this, e) || this;
|
|
706
706
|
return r.type = "largeBar", r;
|
|
707
707
|
}
|
|
708
|
-
return
|
|
708
|
+
return n(LargePath, t), LargePath.prototype.getDefaultShape = function() {
|
|
709
709
|
return new LagePathShape;
|
|
710
710
|
}, LargePath.prototype.buildPath = function(t, e) {
|
|
711
711
|
for (
|
|
712
712
|
// Drawing lines is more efficient than drawing
|
|
713
713
|
// a whole line or drawing rects.
|
|
714
|
-
var r = e.points, a = this.baseDimIdx, i = 1 - this.baseDimIdx,
|
|
715
|
-
|
|
714
|
+
var r = e.points, a = this.baseDimIdx, i = 1 - this.baseDimIdx, n = [], s = [], o = this.barWidth, h = 0; h < r.length; h += 3) s[a] = o,
|
|
715
|
+
s[i] = r[h + 2], n[a] = r[h + a], n[i] = r[h + i], t.rect(n[0], n[1], s[0], s[1]);
|
|
716
716
|
}, LargePath;
|
|
717
|
-
}(
|
|
717
|
+
}(d);
|
|
718
718
|
|
|
719
719
|
function createLarge(t, e, r, a) {
|
|
720
720
|
// TODO support polar
|
|
721
|
-
var i = t.getData(),
|
|
722
|
-
if (
|
|
723
|
-
var
|
|
721
|
+
var i = t.getData(), n = i.getLayout("valueAxisHorizontal") ? 1 : 0, s = i.getLayout("largeDataIndices"), o = i.getLayout("size"), h = t.getModel("backgroundStyle"), d = i.getLayout("largeBackgroundPoints");
|
|
722
|
+
if (d) {
|
|
723
|
+
var l = new lt({
|
|
724
724
|
shape: {
|
|
725
|
-
points:
|
|
725
|
+
points: d
|
|
726
726
|
},
|
|
727
727
|
incremental: !!a,
|
|
728
728
|
silent: !0,
|
|
729
729
|
z2: 0
|
|
730
730
|
});
|
|
731
|
-
|
|
732
|
-
e.add(
|
|
731
|
+
l.baseDimIdx = n, l.largeDataIndices = s, l.barWidth = o, l.useStyle(h.getItemStyle()),
|
|
732
|
+
e.add(l), r && r.push(l);
|
|
733
733
|
}
|
|
734
|
-
var
|
|
734
|
+
var c = new lt({
|
|
735
735
|
shape: {
|
|
736
736
|
points: i.getLayout("largePoints")
|
|
737
737
|
},
|
|
@@ -739,25 +739,25 @@ function createLarge(t, e, r, a) {
|
|
|
739
739
|
ignoreCoarsePointer: !0,
|
|
740
740
|
z2: 1
|
|
741
741
|
});
|
|
742
|
-
|
|
742
|
+
c.baseDimIdx = n, c.largeDataIndices = s, c.barWidth = o, e.add(c), c.useStyle(i.getVisual("style")),
|
|
743
743
|
// Stroke is rendered first to avoid overlapping with fill
|
|
744
|
-
|
|
744
|
+
c.style.stroke = null,
|
|
745
745
|
// Enable tooltip and user mouse/touch event handlers.
|
|
746
|
-
|
|
747
|
-
r && r.push(
|
|
746
|
+
B(c).seriesIndex = t.seriesIndex, t.get("silent") || (c.on("mousedown", ct), c.on("mousemove", ct)),
|
|
747
|
+
r && r.push(c);
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
// Use throttle to avoid frequently traverse to find dataIndex.
|
|
751
|
-
var
|
|
751
|
+
var ct = z((function(t) {
|
|
752
752
|
var e = function(t, e, r) {
|
|
753
|
-
for (var a = t.baseDimIdx, i = 1 - a,
|
|
754
|
-
var
|
|
755
|
-
if (h[a] =
|
|
756
|
-
h[i] = -h[i]), e >= o[0] && e <= o[0] + h[0] && r >= o[1] && r <= o[1] + h[1]) return
|
|
753
|
+
for (var a = t.baseDimIdx, i = 1 - a, n = t.shape.points, s = t.largeDataIndices, o = [], h = [], d = t.barWidth, l = 0, c = n.length / 3; l < c; l++) {
|
|
754
|
+
var u = 3 * l;
|
|
755
|
+
if (h[a] = d, h[i] = n[u + 2], o[a] = n[u + a], o[i] = n[u + i], h[i] < 0 && (o[i] += h[i],
|
|
756
|
+
h[i] = -h[i]), e >= o[0] && e <= o[0] + h[0] && r >= o[1] && r <= o[1] + h[1]) return s[l];
|
|
757
757
|
}
|
|
758
758
|
return -1;
|
|
759
759
|
}(this, t.offsetX, t.offsetY);
|
|
760
|
-
|
|
760
|
+
B(this).dataIndex = e >= 0 ? e : null;
|
|
761
761
|
}), 30, !1);
|
|
762
762
|
|
|
763
763
|
function createBackgroundShape(t, e, r) {
|
|
@@ -770,14 +770,14 @@ function createBackgroundShape(t, e, r) {
|
|
|
770
770
|
height: t ? i.height : a.height
|
|
771
771
|
};
|
|
772
772
|
}
|
|
773
|
-
var
|
|
773
|
+
var n = e;
|
|
774
774
|
return {
|
|
775
775
|
cx: (i = r.getArea()).cx,
|
|
776
776
|
cy: i.cy,
|
|
777
|
-
r0: t ? i.r0 :
|
|
778
|
-
r: t ? i.r :
|
|
779
|
-
startAngle: t ?
|
|
780
|
-
endAngle: t ?
|
|
777
|
+
r0: t ? i.r0 : n.r0,
|
|
778
|
+
r: t ? i.r : n.r,
|
|
779
|
+
startAngle: t ? n.startAngle : 0,
|
|
780
|
+
endAngle: t ? n.endAngle : 2 * Math.PI
|
|
781
781
|
};
|
|
782
782
|
}
|
|
783
783
|
|
|
@@ -811,7 +811,7 @@ j([ O, function(t) {
|
|
|
811
811
|
}));
|
|
812
812
|
}, I, J, Q, G ]);
|
|
813
813
|
|
|
814
|
-
const
|
|
814
|
+
const ut = class {
|
|
815
815
|
constructor(e) {
|
|
816
816
|
t(this, e),
|
|
817
817
|
/** An array of objects that contain the data to be displayed. */
|
|
@@ -901,7 +901,7 @@ const dt = class {
|
|
|
901
901
|
margin: this.offsetDataValues ? 15 : 8,
|
|
902
902
|
show: !this.hideValueAxisLabels
|
|
903
903
|
}
|
|
904
|
-
},
|
|
904
|
+
}, n = {
|
|
905
905
|
type: "category",
|
|
906
906
|
data: this.data.map((t => i(t.name) || "")),
|
|
907
907
|
axisLabel: {
|
|
@@ -930,8 +930,8 @@ const dt = class {
|
|
|
930
930
|
containLabel: !0,
|
|
931
931
|
...this.gridPadding
|
|
932
932
|
},
|
|
933
|
-
xAxis: "horizontal" === this.orientation ? a :
|
|
934
|
-
yAxis: "horizontal" === this.orientation ?
|
|
933
|
+
xAxis: "horizontal" === this.orientation ? a : n,
|
|
934
|
+
yAxis: "horizontal" === this.orientation ? n : a,
|
|
935
935
|
series: [ {
|
|
936
936
|
data: this.processData(this.data),
|
|
937
937
|
id: "bar",
|
|
@@ -1017,6 +1017,6 @@ const dt = class {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
};
|
|
1019
1019
|
|
|
1020
|
-
|
|
1020
|
+
ut.style = '*{box-sizing:border-box}*:active{outline:none}*:focus-visible{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}@container style(--t-prefers-motion: "reduced"){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}@container (not style(--t-prefers-motion: "normal")) and (not style(--t-prefers-motion: "reduced")){@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}}:host{width:var(--tct-bar-chart-width, 100%);height:var(--tct-bar-chart-height, 100%);display:block}.container{width:100%;height:100%}.chart-container{width:100%;height:100%}';
|
|
1021
1021
|
|
|
1022
|
-
export {
|
|
1022
|
+
export { ut as q2_chart_bar }
|