genesys-spark-components 4.0.0-beta.5 → 4.0.0-beta.50
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/README.md +5 -3
- package/dist/cjs/find-element-by-id-9c3e0b1b.js +26 -0
- package/dist/cjs/floating-ui.dom.esm-cae393e0.js +1551 -0
- package/dist/cjs/genesys-webcomponents.cjs.js +3 -6
- package/dist/cjs/get-slot-text-content-c4306c7a.js +8 -0
- package/dist/cjs/get-valid-timezone-7bb7bdc6.js +520 -0
- package/dist/cjs/gux-accordion-section.cjs.entry.js +8 -13
- package/dist/cjs/gux-accordion.cjs.entry.js +2 -2
- package/dist/cjs/gux-action-button.cjs.entry.js +14 -17
- package/dist/cjs/gux-action-toast-legacy.cjs.entry.js +3 -3
- package/dist/cjs/gux-advanced-dropdown-legacy.cjs.entry.js +218 -0
- package/dist/cjs/gux-all-row-select.cjs.entry.js +8 -10
- package/dist/cjs/gux-announce-beta.cjs.entry.js +3 -3
- package/dist/cjs/gux-badge.cjs.entry.js +69 -0
- package/dist/cjs/gux-blank-state.cjs.entry.js +24 -0
- package/dist/cjs/gux-breadcrumb-item.cjs.entry.js +3 -3
- package/dist/cjs/gux-breadcrumbs.cjs.entry.js +5 -5
- package/dist/cjs/gux-button-multi.cjs.entry.js +7 -8
- package/dist/cjs/gux-button-slot.cjs.entry.js +46 -0
- package/dist/cjs/gux-button.cjs.entry.js +34 -19
- package/dist/cjs/gux-calendar-beta.cjs.entry.js +9 -9
- package/dist/cjs/gux-calendar.cjs.entry.js +18 -10
- package/dist/cjs/gux-card.cjs.entry.js +2 -2
- package/dist/cjs/gux-column-manager-item.cjs.entry.js +8 -9
- package/dist/cjs/gux-column-manager.cjs.entry.js +126 -0
- package/dist/cjs/gux-column-manager.service-7f1cc862.js +93 -0
- package/dist/cjs/gux-content-search.cjs.entry.js +16 -13
- package/dist/cjs/gux-context-menu.cjs.entry.js +134 -0
- package/dist/cjs/gux-copy-to-clipboard.cjs.entry.js +7 -7
- package/dist/cjs/gux-create-option.cjs.entry.js +5 -5
- package/dist/cjs/gux-date-beta.cjs.entry.js +10 -7
- package/dist/cjs/gux-date-time-beta.cjs.entry.js +10 -7
- package/dist/cjs/gux-datepicker.cjs.entry.js +10 -10
- package/dist/cjs/gux-disclosure-button-legacy.cjs.entry.js +64 -0
- package/dist/cjs/gux-dismiss-button.cjs.entry.js +6 -6
- package/dist/cjs/gux-dropdown-multi-tag.cjs.entry.js +4 -4
- package/dist/cjs/gux-dropdown-multi.cjs.entry.js +409 -0
- package/dist/cjs/gux-dropdown-option.cjs.entry.js +2 -2
- package/dist/cjs/gux-dropdown_3.cjs.entry.js +29 -35
- package/dist/cjs/gux-flyout-menu.cjs.entry.js +182 -0
- package/dist/cjs/gux-form-field-checkbox.cjs.entry.js +17 -13
- package/dist/cjs/gux-form-field-color.cjs.entry.js +13 -13
- package/dist/cjs/gux-form-field-container-987b5820.js +21 -0
- package/dist/cjs/gux-form-field-dropdown.cjs.entry.js +18 -17
- package/dist/cjs/gux-form-field-fieldset-container-af6f096e.js +21 -0
- package/dist/cjs/gux-form-field-input-clear-button.cjs.entry.js +5 -5
- package/dist/cjs/gux-form-field-number_3.cjs.entry.js +28 -28
- package/dist/cjs/gux-form-field-phone.cjs.entry.js +15 -14
- package/dist/cjs/gux-form-field-radio.cjs.entry.js +12 -12
- package/dist/cjs/gux-form-field-range.cjs.entry.js +13 -13
- package/dist/cjs/gux-form-field-search.cjs.entry.js +13 -13
- package/dist/cjs/gux-form-field-select.cjs.entry.js +13 -13
- package/dist/cjs/gux-form-field-text-like.cjs.entry.js +13 -13
- package/dist/cjs/gux-form-field-textarea.cjs.entry.js +13 -13
- package/dist/cjs/gux-form-field-time-picker.cjs.entry.js +17 -16
- package/dist/cjs/gux-form-field-time-zone-picker.cjs.entry.js +118 -0
- package/dist/cjs/gux-form-field.service-d9598ea6.js +151 -0
- package/dist/cjs/gux-icon.cjs.entry.js +6 -8
- package/dist/cjs/gux-inline-alert.cjs.entry.js +5 -5
- package/dist/cjs/gux-list-divider.cjs.entry.js +1 -1
- package/dist/cjs/gux-list-item.cjs.entry.js +3 -3
- package/dist/cjs/gux-list.cjs.entry.js +4 -4
- package/dist/cjs/gux-listbox-multi.cjs.entry.js +20 -17
- package/dist/cjs/gux-listbox.service-9bcd72cb.js +168 -0
- package/dist/cjs/gux-loading-message.cjs.entry.js +24 -0
- package/dist/cjs/gux-menu-option.cjs.entry.js +10 -3
- package/dist/cjs/gux-menu.cjs.entry.js +3 -3
- package/dist/cjs/gux-modal-legacy.cjs.entry.js +85 -0
- package/dist/cjs/gux-modal.cjs.entry.js +28 -52
- package/dist/cjs/gux-month-calendar.cjs.entry.js +13 -9
- package/dist/cjs/gux-month-list_2.cjs.entry.js +5 -5
- package/dist/cjs/gux-month-picker-beta.cjs.entry.js +12 -18
- package/dist/cjs/gux-notification-toast-legacy.cjs.entry.js +3 -3
- package/dist/cjs/gux-option-icon.cjs.entry.js +3 -3
- package/dist/cjs/gux-option-multi.cjs.entry.js +12 -14
- package/dist/cjs/gux-page-loading-spinner.cjs.entry.js +2 -2
- package/dist/cjs/gux-pagination-buttons-legacy_3.cjs.entry.js +277 -0
- package/dist/cjs/gux-pagination-buttons_3.cjs.entry.js +140 -124
- package/dist/cjs/gux-pagination-cursor.cjs.entry.js +7 -7
- package/dist/cjs/gux-pagination-legacy.cjs.entry.js +76 -0
- package/dist/cjs/gux-pagination.cjs.entry.js +51 -26
- package/dist/cjs/gux-phone-input-beta.cjs.entry.js +661 -596
- package/dist/cjs/gux-popover-list.cjs.entry.js +78 -56
- package/dist/cjs/gux-popup.cjs.entry.js +28 -15
- package/dist/cjs/gux-radial-loading.cjs.entry.js +25 -6
- package/dist/cjs/gux-radial-progress.cjs.entry.js +13 -27
- package/dist/cjs/gux-rating.cjs.entry.js +6 -6
- package/dist/cjs/gux-region-icon.cjs.entry.js +7 -7
- package/dist/cjs/gux-row-select.cjs.entry.js +8 -10
- package/dist/cjs/gux-screen-reader-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-segmented-control-beta.cjs.entry.js +44 -0
- package/dist/cjs/gux-segmented-control-item.cjs.entry.js +70 -0
- package/dist/cjs/gux-simple-toast-legacy.cjs.entry.js +3 -3
- package/dist/cjs/gux-skip-navigation-item.cjs.entry.js +1 -1
- package/dist/cjs/gux-skip-navigation-list.cjs.entry.js +33 -0
- package/dist/cjs/gux-sort-control.cjs.entry.js +10 -10
- package/dist/cjs/gux-submenu.cjs.entry.js +56 -51
- package/dist/cjs/gux-switch-item.cjs.entry.js +2 -2
- package/dist/cjs/gux-switch-legacy.cjs.entry.js +45 -0
- package/dist/cjs/gux-tab-advanced-list.cjs.entry.js +8 -8
- package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +2 -2
- package/dist/cjs/gux-tab-advanced.cjs.entry.js +8 -8
- package/dist/cjs/gux-tab-list.cjs.entry.js +6 -6
- package/dist/cjs/gux-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/gux-tab.cjs.entry.js +2 -2
- package/dist/cjs/gux-table-select-menu.cjs.entry.js +9 -9
- package/dist/cjs/gux-table-toolbar-action.cjs.entry.js +5 -5
- package/dist/cjs/gux-table-toolbar-custom-action.cjs.entry.js +10 -4
- package/dist/cjs/gux-table-toolbar-menu-button.cjs.entry.js +14 -8
- package/dist/cjs/gux-table-toolbar.cjs.entry.js +213 -0
- package/dist/cjs/gux-table.cjs.entry.js +286 -0
- package/dist/cjs/gux-tabs-advanced.cjs.entry.js +2 -2
- package/dist/cjs/gux-tabs.cjs.entry.js +4 -4
- package/dist/cjs/gux-tag.cjs.entry.js +79 -0
- package/dist/cjs/gux-text-highlight.cjs.entry.js +10 -9
- package/dist/cjs/gux-time-beta.cjs.entry.js +10 -7
- package/dist/cjs/gux-time-picker.cjs.entry.js +392 -0
- package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +7840 -0
- package/dist/cjs/gux-toast.cjs.entry.js +5 -5
- package/dist/cjs/gux-toggle-slider.cjs.entry.js +6 -4
- package/dist/cjs/gux-toggle.cjs.entry.js +6 -6
- package/dist/cjs/gux-tooltip-title.cjs.entry.js +8 -3
- package/dist/cjs/gux-tooltip.cjs.entry.js +47 -13
- package/dist/cjs/gux-truncate.cjs.entry.js +3 -3
- package/dist/cjs/index-75c9f0d9.js +2802 -0
- package/dist/cjs/index-788d733b.js +4075 -0
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/cjs/on-attribute-change-9b2d8c85.js +27 -0
- package/dist/cjs/on-click-outside-3c0f8816.js +77 -0
- package/dist/cjs/on-mutation-ec5d23bd.js +36 -0
- package/dist/cjs/on-resize-a136fc7f.js +36 -0
- package/dist/cjs/usage-b880ed82.js +227 -0
- package/dist/collection/collection-manifest.json +124 -124
- package/dist/collection/components/beta/gux-announce/gux-announce.css +1 -1
- package/dist/collection/components/beta/gux-announce/gux-announce.js +8 -6
- package/dist/collection/components/beta/gux-announce/tests/gux-announce.e2e.js +18 -0
- package/dist/collection/components/beta/gux-announce/tests/gux-announce.spec.js +19 -0
- package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.css +14 -15
- package/dist/collection/components/beta/gux-calendar-beta/components/single/gux-calendar.js +9 -9
- package/dist/collection/components/beta/gux-calendar-beta/services/calendar.service.js +1 -1
- package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.e2e.js +202 -0
- package/dist/collection/components/beta/gux-calendar-beta/tests/gux-calendar.spec.js +19 -0
- package/dist/collection/components/beta/gux-date/gux-date.js +34 -6
- package/dist/collection/components/beta/gux-date/tests/gux-date.e2e.js +30 -0
- package/dist/collection/components/beta/gux-date/tests/gux-date.spec.js +30 -0
- package/dist/collection/components/beta/gux-date-time/gux-date-time.js +34 -6
- package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.e2e.js +30 -0
- package/dist/collection/components/beta/gux-date-time/tests/gux-date-time.spec.js +30 -0
- package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.css +28 -58
- package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.js +25 -15
- package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.css +16 -25
- package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list-item/gux-month-list-item.js +5 -4
- package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.css +5 -4
- package/dist/collection/components/beta/gux-month-picker/gux-month-calendar/gux-month-list/gux-month-list.js +5 -4
- package/dist/collection/components/beta/gux-month-picker/gux-month-picker.css +32 -30
- package/dist/collection/components/beta/gux-month-picker/gux-month-picker.js +18 -21
- package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.e2e.js +18 -0
- package/dist/collection/components/beta/gux-month-picker/tests/gux-month-picker.spec.js +27 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.css +1721 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-icon.js +6 -7
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/sprite-utils/sprites.generated.js +1 -0
- package/dist/collection/components/beta/gux-phone-input/gux-phone-input.css +13 -7
- package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +344 -152
- package/dist/collection/components/beta/gux-phone-input/services/RegionCountryCodeMap.js +0 -249
- package/dist/collection/components/beta/gux-phone-input/services/region-map.service.js +6 -4
- package/dist/collection/components/beta/gux-phone-input/tests/gux-phone-input.e2e.js +106 -0
- package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.css +1 -1
- package/dist/collection/components/beta/gux-screen-reader/gux-screen-reader.js +3 -3
- package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.e2e.js +16 -0
- package/dist/collection/components/beta/gux-screen-reader/tests/gux-screen-reader.spec.js +17 -0
- package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.css +98 -0
- package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.js +164 -0
- package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.css +3 -0
- package/dist/collection/components/beta/gux-segmented-control/gux-segmented-control.js +83 -0
- package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.e2e.js +108 -0
- package/dist/collection/components/beta/gux-segmented-control/tests/gux-segmented-control.spec.js +126 -0
- package/dist/collection/components/beta/gux-time/gux-time.js +34 -6
- package/dist/collection/components/beta/gux-time/tests/gux-time.e2e.js +30 -0
- package/dist/collection/components/beta/gux-time/tests/gux-time.spec.js +30 -0
- package/dist/collection/components/beta/gux-time-zone-picker/generic-zones.js +438 -0
- package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.css +19 -0
- package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +304 -0
- package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.e2e.js +53 -0
- package/dist/collection/components/beta/gux-time-zone-picker/tests/gux-time-zone-picker.spec.js +15 -0
- package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.css +118 -0
- package/dist/collection/components/legacy/gux-action-toast-legacy/gux-action-toast.js +30 -0
- package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.e2e.js +26 -0
- package/dist/collection/components/legacy/gux-action-toast-legacy/tests/gux-action-toast.spec.js +28 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.css +38 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/gux-dropdown-option.js +250 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/dropdown-option/tests/gux-dropdown-option.spec.js +47 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.css +80 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.js +398 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.e2e.js +149 -0
- package/dist/collection/components/legacy/gux-advanced-dropdown-legacy/tests/gux-advanced-dropdown.spec.js +17 -0
- package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.css +43 -0
- package/dist/collection/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.js +154 -0
- package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.e2e.js +80 -0
- package/dist/collection/components/legacy/gux-disclosure-button-legacy/tests/gux-disclosure-button.spec.js +82 -0
- package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.css +120 -0
- package/dist/collection/components/legacy/gux-modal-legacy/gux-modal-legacy.js +181 -0
- package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.e2e.js +301 -0
- package/dist/collection/components/legacy/gux-modal-legacy/tests/gux-modal-legacy.spec.js +200 -0
- package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.css +73 -0
- package/dist/collection/components/legacy/gux-notification-toast-legacy/gux-notification-toast.js +84 -0
- package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.e2e.js +109 -0
- package/dist/collection/components/legacy/gux-notification-toast-legacy/tests/gux-notification-toast.spec.js +99 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.js +91 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons-legacy.css +95 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.js +168 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.service.spec.js +138 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/tests/gux-pagination-buttons.spec.js +39 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts-legacy.css +11 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.js +101 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/tests/gux-pagination-item-counts.spec.js +30 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page-legacy.css +26 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.js +91 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/tests/gux-pagination-items-per-page.spec.js +33 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination-legacy.css +41 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/gux-pagination.js +193 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.e2e.js +53 -0
- package/dist/collection/components/legacy/gux-pagination-legacy/tests/gux-pagination.spec.js +65 -0
- package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.css +51 -0
- package/dist/collection/components/legacy/gux-simple-toast-legacy/gux-simple-toast.js +83 -0
- package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.e2e.js +103 -0
- package/dist/collection/components/legacy/gux-simple-toast-legacy/tests/gux-simple-toast.spec.js +93 -0
- package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.css +73 -0
- package/dist/collection/components/legacy/gux-switch-legacy/gux-switch-item/gux-switch-item.js +96 -0
- package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.css +4 -0
- package/dist/collection/components/legacy/gux-switch-legacy/gux-switch.js +108 -0
- package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.e2e.js +87 -0
- package/dist/collection/components/legacy/gux-switch-legacy/tests/gux-switch.spec.js +116 -0
- package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.css +45 -41
- package/dist/collection/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.js +15 -18
- package/dist/collection/components/stable/gux-accordion/gux-accordion.css +1 -1
- package/dist/collection/components/stable/gux-accordion/gux-accordion.js +3 -3
- package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.e2e.js +46 -0
- package/dist/collection/components/stable/gux-accordion/tests/gux-accordion.spec.js +52 -0
- package/dist/collection/components/stable/gux-action-button/gux-action-button.css +2 -1
- package/dist/collection/components/stable/gux-action-button/gux-action-button.js +16 -31
- package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.e2e.js +93 -0
- package/dist/collection/components/stable/gux-action-button/tests/gux-action-button.spec.js +96 -0
- package/dist/collection/components/stable/gux-alert/gux-inline-alert.css +5 -4
- package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +6 -5
- package/dist/collection/components/stable/gux-alert/tests/gux-inline-alert.e2e.js +22 -0
- package/dist/collection/components/stable/gux-alert/tests/gux-inline-alert.spec.js +23 -0
- package/dist/collection/components/stable/gux-badge/gux-badge.css +97 -0
- package/dist/collection/components/stable/gux-badge/gux-badge.js +106 -0
- package/dist/collection/components/stable/gux-badge/tests/gux-badge.e2e.js +38 -0
- package/dist/collection/components/stable/gux-badge/tests/gux-badge.spec.js +39 -0
- package/dist/collection/components/stable/gux-blank-state/gux-blank-state.css +98 -0
- package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +29 -0
- package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.e2e.js +19 -0
- package/dist/collection/components/stable/gux-blank-state/tests/gux-blank-state.spec.js +22 -0
- package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.css +34 -36
- package/dist/collection/components/stable/gux-breadcrumbs/breadcrumb-item/gux-breadcrumb-item.js +2 -2
- package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.css +3 -3
- package/dist/collection/components/stable/gux-breadcrumbs/gux-breadcrumbs.js +6 -5
- package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.e2e.js +48 -0
- package/dist/collection/components/stable/gux-breadcrumbs/tests/gux-breadcrumbs.spec.js +91 -0
- package/dist/collection/components/stable/gux-button/gux-button.css +16 -14
- package/dist/collection/components/stable/gux-button/gux-button.js +42 -20
- package/dist/collection/components/stable/gux-button/tests/gux-button.e2e.js +131 -0
- package/dist/collection/components/stable/gux-button/tests/gux-button.spec.js +114 -0
- package/dist/collection/components/stable/gux-button-multi/gux-button-multi.css +1 -1
- package/dist/collection/components/stable/gux-button-multi/gux-button-multi.js +9 -26
- package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.e2e.js +76 -0
- package/dist/collection/components/stable/gux-button-multi/tests/gux-button-multi.spec.js +16 -0
- package/dist/collection/components/stable/gux-button-slot/gux-button-slot.css +177 -0
- package/dist/collection/components/stable/gux-button-slot/gux-button-slot.js +95 -0
- package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.e2e.js +206 -0
- package/dist/collection/components/stable/gux-button-slot/tests/gux-button-slot.spec.js +258 -0
- package/dist/collection/components/stable/gux-calendar/gux-calendar.css +117 -51
- package/dist/collection/components/stable/gux-calendar/gux-calendar.js +34 -18
- package/dist/collection/components/stable/gux-calendar/gux-calendar.service.js +1 -1
- package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.e2e.js +45 -0
- package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.methods.spec.js +233 -0
- package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.service.spec.js +160 -0
- package/dist/collection/components/stable/gux-calendar/tests/gux-calendar.spec.js +31 -0
- package/dist/collection/components/stable/gux-card/gux-card.js +4 -3
- package/dist/collection/components/stable/gux-card/tests/gux-card.e2e.js +16 -0
- package/dist/collection/components/stable/gux-card/tests/gux-card.spec.js +17 -0
- package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +83 -0
- package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +363 -0
- package/dist/collection/components/stable/gux-column-manager/gux-column-manager-item/tests/gux-column-manager-item.service.spec.js +35 -0
- package/dist/collection/components/stable/gux-column-manager/gux-column-manager.css +33 -0
- package/dist/collection/components/stable/gux-column-manager/gux-column-manager.js +176 -0
- package/dist/collection/components/stable/gux-column-manager/gux-column-manager.service.js +80 -0
- package/dist/collection/components/stable/gux-content-search/gux-content-search.css +72 -72
- package/dist/collection/components/stable/gux-content-search/gux-content-search.js +12 -10
- package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.e2e.js +547 -0
- package/dist/collection/components/stable/gux-content-search/tests/gux-content-search.spec.js +198 -0
- package/dist/collection/components/stable/gux-context-menu/gux-context-menu.css +54 -0
- package/dist/collection/components/stable/gux-context-menu/gux-context-menu.js +208 -0
- package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.e2e.js +85 -0
- package/dist/collection/components/stable/gux-context-menu/tests/gux-context-menu.spec.js +44 -0
- package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.css +3 -3
- package/dist/collection/components/stable/gux-copy-to-clipboard/gux-copy-to-clipboard.js +6 -6
- package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.e2e.js +23 -0
- package/dist/collection/components/stable/gux-copy-to-clipboard/tests/gux-copy-to-clipboard.spec.js +42 -0
- package/dist/collection/components/stable/gux-datepicker/gux-datepicker.css +71 -53
- package/dist/collection/components/stable/gux-datepicker/gux-datepicker.js +15 -13
- package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.e2e.js +112 -0
- package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.service.spec.js +237 -0
- package/dist/collection/components/stable/gux-datepicker/tests/gux-datepicker.spec.js +36 -0
- package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.css +18 -28
- package/dist/collection/components/stable/gux-dismiss-button/gux-dismiss-button.js +8 -7
- package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.e2e.js +20 -0
- package/dist/collection/components/stable/gux-dismiss-button/tests/gux-dismiss-button.spec.js +22 -0
- package/dist/collection/components/stable/gux-dropdown/gux-dropdown.css +58 -49
- package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +20 -38
- package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.e2e.js +190 -0
- package/dist/collection/components/stable/gux-dropdown/tests/gux-dropdown.spec.js +65 -0
- package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +50 -0
- package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +122 -0
- package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.css +162 -0
- package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +691 -0
- package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +309 -0
- package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.spec.js +24 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.css +32 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-flyout-menu.js +237 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +26 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +82 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.css +8 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-menu.js +21 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +60 -0
- package/dist/collection/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +256 -0
- package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.e2e.js +71 -0
- package/dist/collection/components/stable/gux-flyout-menu/tests/gux-flyout-menu.spec.js +52 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.css +130 -53
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.js +38 -12
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.e2e.js +93 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-checkbox/tests/gux-form-field-checkbox.spec.js +64 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.css +53 -47
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/gux-form-field-color.js +13 -12
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.e2e.js +83 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-color/tests/gux-form-field-color.spec.js +65 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.css +36 -30
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +17 -16
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.e2e.js +196 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/tests/gux-form-field-dropdown.spec.js +188 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.css +57 -53
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/gux-form-field-number.js +19 -17
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.e2e.js +110 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-number/tests/gux-form-field-number.spec.js +85 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.css +26 -23
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +16 -15
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +108 -41
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.js +11 -11
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.e2e.js +114 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/tests/gux-form-field-radio.spec.js +75 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.css +92 -57
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-range/gux-form-field-range.js +13 -12
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.css +61 -52
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/gux-form-field-search.js +15 -13
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.e2e.js +83 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-search/tests/gux-form-field-search.spec.js +65 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.css +58 -73
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/gux-form-field-select.js +13 -12
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.e2e.js +95 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-select/tests/gux-form-field-select.spec.js +80 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.css +65 -51
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/gux-form-field-text-like.js +15 -13
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.e2e.js +171 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-text-like/tests/gux-form-field-text-like.spec.js +125 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.css +56 -55
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/gux-form-field-textarea.js +15 -13
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.e2e.js +104 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-textarea/tests/gux-form-field-textarea.spec.js +79 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.css +33 -28
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +16 -15
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.e2e.js +83 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/tests/gux-form-field-time-picker.spec.js +66 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.css +99 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.js +156 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.e2e.js +123 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/tests/gux-form-field-time-zone-picker.spec.js +103 -0
- package/dist/collection/components/stable/gux-form-field/functional-components/functional-components.js +6 -6
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-container/gux-form-field-container.js +1 -1
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-error/gux-form-field-error.js +1 -1
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-fieldset-container/gux-form-field-fieldset-container.js +1 -1
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-help/gux-form-field-help.js +1 -1
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-label/gux-form-field-label.js +1 -1
- package/dist/collection/components/stable/gux-form-field/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.js +1 -1
- package/dist/collection/components/stable/gux-form-field/gux-form-field.service.js +4 -4
- package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.css +12 -17
- package/dist/collection/components/stable/gux-form-field/helper-components/gux-form-field-input-clear-button/gux-form-field-input-clear-button.js +5 -5
- package/dist/collection/components/stable/gux-form-field/tests/gux-form-field.service.spec.js +19 -0
- package/dist/collection/components/stable/gux-icon/gux-icon.js +9 -10
- package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
- package/dist/collection/components/stable/gux-icon/icons/custom/carousel.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/co-browse.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/face-smile-hearts-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/file-pen-question.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/filter-notification.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/font-regular-highlight.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/list-alphabetical-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/list-roman-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/one-button.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/person-running.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/quick-reply.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/three-button.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/alarm-clock-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/alarm-snooze-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/arrows-to-circle-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/award-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/backward-step-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/bell-on-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/bell-slash-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/circle-plus-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/comment-dots-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/diagram-nested-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/eye-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/eye-slash-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/face-frown-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/face-laugh-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/file-exclamation-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/forward-step-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/function-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/google.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/hand-back-point-right-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/laptop-slash-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/list-radio-clean-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/message-bot-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/microsoft.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/pause-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/pen-slash-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/play-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/regular-user-circle-arrow-left.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/square-dashed-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/stop-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/subscript-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/superscript-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/user-group-solid.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/volume-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/volume-xmark-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/wand-magic-sparkles-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/windows.svg +1 -0
- package/dist/collection/components/stable/gux-icon/tests/gux-icon.e2e.js +11 -0
- package/dist/collection/components/stable/gux-icon/tests/gux-icon.service.spec.js +22 -0
- package/dist/collection/components/stable/gux-icon/tests/gux-icon.spec.js +6 -0
- package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +1 -1
- package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.js +2 -2
- package/dist/collection/components/stable/gux-list/gux-list-divider/tests/gux-list-divider.spec.js +22 -0
- package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.css +27 -15
- package/dist/collection/components/stable/gux-list/gux-list-item/gux-list-item.js +3 -3
- package/dist/collection/components/stable/gux-list/gux-list-item/tests/gux-list-item.spec.js +22 -0
- package/dist/collection/components/stable/gux-list/gux-list.css +1 -1
- package/dist/collection/components/stable/gux-list/gux-list.js +13 -9
- package/dist/collection/components/stable/gux-list/tests/gux-list.e2e.js +20 -0
- package/dist/collection/components/stable/gux-list/tests/gux-list.spec.js +23 -0
- package/dist/collection/components/stable/gux-listbox/gux-listbox.css +19 -13
- package/dist/collection/components/stable/gux-listbox/gux-listbox.js +45 -29
- package/dist/collection/components/stable/gux-listbox/gux-listbox.service.js +2 -7
- package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.css +47 -18
- package/dist/collection/components/stable/gux-listbox/options/gux-option/gux-option.js +4 -44
- package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.css +52 -25
- package/dist/collection/components/stable/gux-listbox/options/gux-option-icon/gux-option-icon.js +4 -3
- package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.css +29 -21
- package/dist/collection/components/stable/gux-listbox-multi/gux-create-option/gux-create-option.js +8 -6
- package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.css +14 -15
- package/dist/collection/components/stable/gux-listbox-multi/gux-listbox-multi.js +41 -25
- package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.css +52 -31
- package/dist/collection/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.js +13 -47
- package/dist/collection/components/stable/gux-loading-message/gux-loading-message.css +102 -0
- package/dist/collection/components/stable/gux-loading-message/gux-loading-message.js +28 -0
- package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.e2e.js +14 -0
- package/dist/collection/components/stable/gux-loading-message/tests/gux-loading-message.spec.js +27 -0
- package/dist/collection/components/stable/gux-modal/gux-modal.css +56 -46
- package/dist/collection/components/stable/gux-modal/gux-modal.js +70 -105
- package/dist/collection/components/stable/gux-modal/tests/gux-modal.e2e.js +285 -0
- package/dist/collection/components/stable/gux-modal/tests/gux-modal.spec.js +140 -0
- package/dist/collection/components/stable/gux-page-loading-spinner/gux-page-loading-spinner.js +2 -2
- package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.e2e.js +33 -0
- package/dist/collection/components/stable/gux-page-loading-spinner/tests/gux-page-loading-spinner.spec.js +12 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.js +105 -62
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.css +32 -47
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.js +39 -45
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +31 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +164 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.service.spec.js +129 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-buttons/tests/gux-pagination-buttons.spec.js +32 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.css +9 -7
- package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.js +10 -5
- package/dist/collection/components/stable/gux-pagination/gux-pagination-item-counts/tests/gux-pagination-item-counts.spec.js +30 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.css +13 -6
- package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/gux-pagination-items-per-page.js +7 -6
- package/dist/collection/components/stable/gux-pagination/gux-pagination-items-per-page/tests/gux-pagination-items-per-page.spec.js +33 -0
- package/dist/collection/components/stable/gux-pagination/gux-pagination.css +14 -7
- package/dist/collection/components/stable/gux-pagination/gux-pagination.js +81 -52
- package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.e2e.js +97 -0
- package/dist/collection/components/stable/gux-pagination/tests/gux-pagination.spec.js +116 -0
- package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.css +6 -6
- package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +10 -8
- package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.e2e.js +66 -0
- package/dist/collection/components/stable/gux-pagination-cursor/tests/gux-pagination-cursor.spec.js +67 -0
- package/dist/collection/components/stable/gux-popover/gux-popover.css +21 -46
- package/dist/collection/components/stable/gux-popover/gux-popover.js +101 -75
- package/dist/collection/components/stable/gux-popover/tests/gux-popover.e2e.js +60 -0
- package/dist/collection/components/stable/gux-popover/tests/gux-popover.spec.js +50 -0
- package/dist/collection/components/stable/gux-popover-list/gux-popover-list.css +13 -64
- package/dist/collection/components/stable/gux-popover-list/gux-popover-list.js +101 -68
- package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.e2e.js +59 -0
- package/dist/collection/components/stable/gux-popover-list/tests/gux-popover-list.spec.js +49 -0
- package/dist/collection/components/stable/gux-popup/gux-popup.css +11 -0
- package/dist/collection/components/stable/gux-popup/gux-popup.js +45 -14
- package/dist/collection/components/stable/gux-popup/tests/gux-popup.e2e.js +41 -0
- package/dist/collection/components/stable/gux-popup/tests/gux-popup.spec.js +37 -0
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.css +179 -31
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.functional.js +11 -0
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.js +8 -6
- package/dist/collection/components/stable/gux-radial-loading/gux-radial-loading.service.js +4 -0
- package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.e2e.js +33 -0
- package/dist/collection/components/stable/gux-radial-loading/tests/gux-radial-loading.spec.js +33 -0
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.css +27 -27
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.functional.js +4 -7
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.js +7 -33
- package/dist/collection/components/stable/gux-radial-progress/gux-radial-progress.service.js +5 -6
- package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.e2e.js +58 -0
- package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.service.spec.js +36 -0
- package/dist/collection/components/stable/gux-radial-progress/tests/gux-radial-progress.spec.js +61 -0
- package/dist/collection/components/stable/gux-rating/gux-rating.css +24 -7
- package/dist/collection/components/stable/gux-rating/gux-rating.js +6 -6
- package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +208 -0
- package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +37 -0
- package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +24 -0
- package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +22 -0
- package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.css +28 -0
- package/dist/collection/components/stable/gux-skip-navigation-list/gux-skip-navigation-list.js +30 -0
- package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.e2e.js +24 -0
- package/dist/collection/components/stable/gux-skip-navigation-list/tests/gux-skip-navigation-list.spec.js +29 -0
- package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.css +5 -0
- package/dist/collection/components/stable/gux-table/gux-all-row-select/gux-all-row-select.js +110 -0
- package/dist/collection/components/stable/gux-table/gux-all-row-select/tests/gux-all-row-select.spec.js +11 -0
- package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.css +5 -0
- package/dist/collection/components/stable/gux-table/gux-row-select/gux-row-select.js +100 -0
- package/dist/collection/components/stable/gux-table/gux-row-select/tests/gux-row-select.spec.js +11 -0
- package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.css +39 -0
- package/dist/collection/components/stable/gux-table/gux-sort-control/gux-sort-control.js +177 -0
- package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.e2e.js +56 -0
- package/dist/collection/components/stable/gux-table/gux-sort-control/tests/gux-sort-control.spec.js +44 -0
- package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.css +24 -0
- package/dist/collection/components/stable/gux-table/gux-table-select-menu/gux-table-select-menu.js +130 -0
- package/dist/collection/components/stable/gux-table/gux-table-select-menu/tests/gux-table-select-menu.spec.js +24 -0
- package/dist/collection/components/stable/gux-table/gux-table.css +35 -0
- package/dist/collection/components/stable/gux-table/gux-table.js +471 -0
- package/dist/collection/components/stable/gux-table/tests/gux-table.e2e.js +543 -0
- package/dist/collection/components/stable/gux-table/tests/gux-table.spec.js +28 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +3 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +126 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.e2e.js +53 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-action/tests/gux-table-toolbar-action.spec.js +54 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +28 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +103 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.e2e.js +33 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/tests/gux-table-toolbar-custom-action.spec.js +34 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +31 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +160 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.css +51 -0
- package/dist/collection/components/stable/gux-table-toolbar/gux-table-toolbar.js +209 -0
- package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.e2e.js +46 -0
- package/dist/collection/components/stable/gux-table-toolbar/tests/gux-table-toolbar.spec.js +59 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.css +37 -32
- package/dist/collection/components/stable/gux-tabs/gux-tab/gux-tab.js +8 -5
- package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.e2e.js +15 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab/tests/gux-tab.spec.js +16 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.css +15 -18
- package/dist/collection/components/stable/gux-tabs/gux-tab-list/gux-tab-list.js +8 -7
- package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.e2e.js +15 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-list/tests/gux-tab-list.spec.js +16 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.css +15 -6
- package/dist/collection/components/stable/gux-tabs/gux-tab-panel/gux-tab-panel.js +6 -4
- package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.e2e.js +15 -0
- package/dist/collection/components/stable/gux-tabs/gux-tab-panel/tests/gux-tab-panel.spec.js +16 -0
- package/dist/collection/components/stable/gux-tabs/gux-tabs.css +13 -1
- package/dist/collection/components/stable/gux-tabs/gux-tabs.js +10 -7
- package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.e2e.js +140 -0
- package/dist/collection/components/stable/gux-tabs/tests/gux-tabs.spec.js +57 -0
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.css +3 -2
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +13 -10
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +15 -11
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +10 -9
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.css +5 -6
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-panel/gux-tab-advanced-panel.js +4 -3
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +1 -1
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -4
- package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.e2e.js +222 -0
- package/dist/collection/components/stable/gux-tabs-advanced/tests/gux-tabs-advanced.spec.js +73 -0
- package/dist/collection/components/stable/gux-tag/gux-tag.css +152 -0
- package/dist/collection/components/stable/gux-tag/gux-tag.js +171 -0
- package/dist/collection/components/stable/gux-tag/tests/gux-tag.e2e.js +135 -0
- package/dist/collection/components/stable/gux-tag/tests/gux-tag.spec.js +130 -0
- package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.css +9 -3
- package/dist/collection/components/stable/gux-text-highlight/gux-text-highlight.js +30 -10
- package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-highlight.e2e.js +147 -0
- package/dist/collection/components/stable/gux-text-highlight/tests/gux-text-hightlight.spec.js +149 -0
- package/dist/collection/components/stable/gux-time-picker/gux-time-picker.css +123 -0
- package/dist/collection/components/stable/gux-time-picker/gux-time-picker.js +413 -0
- package/dist/collection/components/stable/gux-time-picker/gux-time-picker.service.js +142 -0
- package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.e2e.js +41 -0
- package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.service.spec.js +698 -0
- package/dist/collection/components/stable/gux-time-picker/tests/gux-time-picker.spec.js +14 -0
- package/dist/collection/components/stable/gux-toast/gux-toast.css +5 -5
- package/dist/collection/components/stable/gux-toast/gux-toast.js +6 -5
- package/dist/collection/components/stable/gux-toast/tests/gux-toast.e2e.js +121 -0
- package/dist/collection/components/stable/gux-toast/tests/gux-toast.spec.js +111 -0
- package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.css +83 -22
- package/dist/collection/components/stable/gux-toggle/gux-toggle-slider/gux-toggle-slider.js +6 -4
- package/dist/collection/components/stable/gux-toggle/gux-toggle.css +22 -8
- package/dist/collection/components/stable/gux-toggle/gux-toggle.js +8 -7
- package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +147 -0
- package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +126 -0
- package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +103 -7
- package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +95 -16
- package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.e2e.js +33 -0
- package/dist/collection/components/stable/gux-tooltip/tests/gux-tooltip.spec.js +55 -0
- package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +12 -5
- package/dist/collection/components/stable/gux-truncate/gux-truncate.js +8 -6
- package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.e2e.js +32 -0
- package/dist/collection/components/stable/gux-truncate/tests/gux-truncate.spec.js +23 -0
- package/dist/collection/i18n/DateTimeFormatter.js +7 -10
- package/dist/collection/i18n/fetchResources.js +1 -1
- package/dist/collection/i18n/index.js +5 -5
- package/dist/collection/i18n/time-zone/identifiers.js +460 -0
- package/dist/collection/i18n/time-zone/types.js +1 -0
- package/dist/collection/test/e2eTestUtils.js +2 -2
- package/dist/collection/test/specTestUtils.js +10 -0
- package/dist/collection/utils/date/from-iso-time-string.spec.js +13 -0
- package/dist/collection/utils/date/get-valid-timezone.js +7 -0
- package/dist/collection/utils/date/get-valid-timezone.spec.js +38 -0
- package/dist/collection/utils/date/iso-dates.spec.js +170 -0
- package/dist/collection/utils/date/year-month-values.spec.js +81 -0
- package/dist/collection/utils/decorator/on-click-outside.js +1 -1
- package/dist/collection/utils/decorator/on-mutation.js +1 -1
- package/dist/collection/utils/decorator/on-resize.js +1 -1
- package/dist/collection/utils/dom/event-is-from.spec.js +29 -0
- package/dist/collection/utils/dom/find-element-by-id.js +10 -3
- package/dist/collection/utils/dom/manipulate-elements-classes.spec.js +104 -0
- package/dist/collection/utils/dom/on-input-disabled-state-change.js +1 -1
- package/dist/collection/utils/dom/random-html-id.spec.js +14 -0
- package/dist/collection/utils/dom/set-input-value.js +1 -1
- package/dist/collection/utils/dom/when-event-is-from.spec.js +37 -0
- package/dist/collection/utils/string/search.spec.js +40 -0
- package/dist/collection/utils/tracking/usage.js +1 -1
- package/dist/collection/utils/tracking/usage.spec.js +121 -0
- package/dist/component-specs.json +776 -329
- package/dist/deploy-info.json +3 -3
- package/dist/esm/find-element-by-id-a3c82a2d.js +24 -0
- package/dist/esm/floating-ui.dom.esm-393a5c50.js +1542 -0
- package/dist/esm/genesys-webcomponents.js +4 -7
- package/dist/esm/get-slot-text-content-189d6edf.js +6 -0
- package/dist/esm/get-valid-timezone-1cf3a777.js +517 -0
- package/dist/esm/gux-accordion-section.entry.js +8 -13
- package/dist/esm/gux-accordion.entry.js +2 -2
- package/dist/esm/gux-action-button.entry.js +14 -17
- package/dist/esm/gux-action-toast-legacy.entry.js +3 -3
- package/dist/esm/gux-advanced-dropdown-legacy.entry.js +214 -0
- package/dist/esm/gux-all-row-select.entry.js +8 -10
- package/dist/esm/gux-announce-beta.entry.js +3 -3
- package/dist/esm/gux-badge.entry.js +65 -0
- package/dist/esm/gux-blank-state.entry.js +20 -0
- package/dist/esm/gux-breadcrumb-item.entry.js +3 -3
- package/dist/esm/gux-breadcrumbs.entry.js +5 -5
- package/dist/esm/gux-button-multi.entry.js +7 -8
- package/dist/esm/gux-button-slot.entry.js +42 -0
- package/dist/esm/gux-button.entry.js +34 -19
- package/dist/esm/gux-calendar-beta.entry.js +9 -9
- package/dist/esm/gux-calendar.entry.js +18 -10
- package/dist/esm/gux-card.entry.js +2 -2
- package/dist/esm/gux-column-manager-item.entry.js +8 -9
- package/dist/esm/gux-column-manager.entry.js +122 -0
- package/dist/esm/gux-column-manager.service-4f5bf4c4.js +83 -0
- package/dist/esm/gux-content-search.entry.js +16 -13
- package/dist/esm/gux-context-menu.entry.js +130 -0
- package/dist/esm/gux-copy-to-clipboard.entry.js +7 -7
- package/dist/esm/gux-create-option.entry.js +5 -5
- package/dist/esm/gux-date-beta.entry.js +9 -6
- package/dist/esm/gux-date-time-beta.entry.js +9 -6
- package/dist/esm/gux-datepicker.entry.js +10 -10
- package/dist/esm/gux-disclosure-button-legacy.entry.js +60 -0
- package/dist/esm/gux-dismiss-button.entry.js +6 -6
- package/dist/esm/gux-dropdown-multi-tag.entry.js +4 -4
- package/dist/esm/gux-dropdown-multi.entry.js +405 -0
- package/dist/esm/gux-dropdown-option.entry.js +2 -2
- package/dist/esm/gux-dropdown_3.entry.js +29 -35
- package/dist/esm/gux-flyout-menu.entry.js +178 -0
- package/dist/esm/gux-form-field-checkbox.entry.js +17 -13
- package/dist/esm/gux-form-field-color.entry.js +13 -13
- package/dist/esm/gux-form-field-container-ac3eb96d.js +18 -0
- package/dist/esm/gux-form-field-dropdown.entry.js +17 -16
- package/dist/esm/gux-form-field-fieldset-container-050466a8.js +18 -0
- package/dist/esm/gux-form-field-input-clear-button.entry.js +5 -5
- package/dist/esm/gux-form-field-number_3.entry.js +28 -28
- package/dist/esm/gux-form-field-phone.entry.js +14 -13
- package/dist/esm/gux-form-field-radio.entry.js +12 -12
- package/dist/esm/gux-form-field-range.entry.js +13 -13
- package/dist/esm/gux-form-field-search.entry.js +13 -13
- package/dist/esm/gux-form-field-select.entry.js +13 -13
- package/dist/esm/gux-form-field-text-like.entry.js +13 -13
- package/dist/esm/gux-form-field-textarea.entry.js +13 -13
- package/dist/esm/gux-form-field-time-picker.entry.js +16 -15
- package/dist/esm/gux-form-field-time-zone-picker.entry.js +114 -0
- package/dist/esm/gux-form-field.service-6bc072f5.js +140 -0
- package/dist/esm/gux-icon.entry.js +6 -8
- package/dist/esm/gux-inline-alert.entry.js +5 -5
- package/dist/esm/gux-list-divider.entry.js +1 -1
- package/dist/esm/gux-list-item.entry.js +3 -3
- package/dist/esm/gux-list.entry.js +4 -4
- package/dist/esm/gux-listbox-multi.entry.js +20 -17
- package/dist/esm/gux-listbox.service-0f180d8a.js +152 -0
- package/dist/esm/gux-loading-message.entry.js +20 -0
- package/dist/esm/gux-menu-option.entry.js +10 -3
- package/dist/esm/gux-menu.entry.js +3 -3
- package/dist/esm/gux-modal-legacy.entry.js +81 -0
- package/dist/esm/gux-modal.entry.js +28 -52
- package/dist/esm/gux-month-calendar.entry.js +13 -9
- package/dist/esm/gux-month-list_2.entry.js +5 -5
- package/dist/esm/gux-month-picker-beta.entry.js +12 -18
- package/dist/esm/gux-notification-toast-legacy.entry.js +3 -3
- package/dist/esm/gux-option-icon.entry.js +3 -3
- package/dist/esm/gux-option-multi.entry.js +12 -14
- package/dist/esm/gux-page-loading-spinner.entry.js +2 -2
- package/dist/esm/gux-pagination-buttons-legacy_3.entry.js +271 -0
- package/dist/esm/gux-pagination-buttons_3.entry.js +140 -124
- package/dist/esm/gux-pagination-cursor.entry.js +7 -7
- package/dist/esm/gux-pagination-legacy.entry.js +72 -0
- package/dist/esm/gux-pagination.entry.js +51 -26
- package/dist/esm/gux-phone-input-beta.entry.js +661 -596
- package/dist/esm/gux-popover-list.entry.js +78 -56
- package/dist/esm/gux-popup.entry.js +28 -15
- package/dist/esm/gux-radial-loading.entry.js +25 -6
- package/dist/esm/gux-radial-progress.entry.js +13 -27
- package/dist/esm/gux-rating.entry.js +6 -6
- package/dist/esm/gux-region-icon.entry.js +7 -7
- package/dist/esm/gux-row-select.entry.js +8 -10
- package/dist/esm/gux-screen-reader-beta.entry.js +2 -2
- package/dist/esm/gux-segmented-control-beta.entry.js +40 -0
- package/dist/esm/gux-segmented-control-item.entry.js +66 -0
- package/dist/esm/gux-simple-toast-legacy.entry.js +3 -3
- package/dist/esm/gux-skip-navigation-item.entry.js +1 -1
- package/dist/esm/gux-skip-navigation-list.entry.js +29 -0
- package/dist/esm/gux-sort-control.entry.js +10 -10
- package/dist/esm/gux-submenu.entry.js +56 -51
- package/dist/esm/gux-switch-item.entry.js +2 -2
- package/dist/esm/gux-switch-legacy.entry.js +41 -0
- package/dist/esm/gux-tab-advanced-list.entry.js +8 -8
- package/dist/esm/gux-tab-advanced-panel.entry.js +2 -2
- package/dist/esm/gux-tab-advanced.entry.js +8 -8
- package/dist/esm/gux-tab-list.entry.js +6 -6
- package/dist/esm/gux-tab-panel.entry.js +3 -3
- package/dist/esm/gux-tab.entry.js +2 -2
- package/dist/esm/gux-table-select-menu.entry.js +9 -9
- package/dist/esm/gux-table-toolbar-action.entry.js +5 -5
- package/dist/esm/gux-table-toolbar-custom-action.entry.js +10 -4
- package/dist/esm/gux-table-toolbar-menu-button.entry.js +14 -8
- package/dist/esm/gux-table-toolbar.entry.js +209 -0
- package/dist/esm/gux-table.entry.js +282 -0
- package/dist/esm/gux-tabs-advanced.entry.js +2 -2
- package/dist/esm/gux-tabs.entry.js +4 -4
- package/dist/esm/gux-tag.entry.js +75 -0
- package/dist/esm/gux-text-highlight.entry.js +10 -9
- package/dist/esm/gux-time-beta.entry.js +9 -6
- package/dist/esm/gux-time-picker.entry.js +388 -0
- package/dist/esm/gux-time-zone-picker-beta.entry.js +7836 -0
- package/dist/esm/gux-toast.entry.js +5 -5
- package/dist/esm/gux-toggle-slider.entry.js +6 -4
- package/dist/esm/gux-toggle.entry.js +6 -6
- package/dist/esm/gux-tooltip-title.entry.js +8 -3
- package/dist/esm/gux-tooltip.entry.js +47 -13
- package/dist/esm/gux-truncate.entry.js +3 -3
- package/dist/esm/index-39e65a0a.js +2769 -0
- package/dist/esm/index-df729b6a.js +4070 -0
- package/dist/esm/loader.js +4 -13
- package/dist/esm/on-attribute-change-42a46627.js +24 -0
- package/dist/esm/on-click-outside-f15c5ac7.js +75 -0
- package/dist/esm/on-mutation-c570b3ed.js +34 -0
- package/dist/esm/on-resize-e2132936.js +34 -0
- package/dist/esm/usage-0630a584.js +225 -0
- package/dist/genesys-webcomponents/genesys-webcomponents.css +16 -4
- package/dist/genesys-webcomponents/genesys-webcomponents.esm.js +1 -1
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.en.json +1 -1
- package/dist/genesys-webcomponents/icons/custom/carousel.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/co-browse.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/face-smile-hearts-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/file-pen-question.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/filter-notification.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/font-regular-highlight.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/list-alphabetical-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/list-roman-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/one-button.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/person-running.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/quick-reply.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/three-button.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/alarm-clock-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/alarm-snooze-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/arrows-to-circle-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/award-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/backward-step-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/bell-on-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/bell-slash-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/circle-plus-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/comment-dots-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/diagram-nested-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/eye-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/eye-slash-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/face-frown-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/face-frown-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/face-laugh-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/face-laugh-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/file-exclamation-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/forward-step-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/function-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/google.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/hand-back-point-right-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/laptop-slash-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/list-radio-clean-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/message-bot-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/microsoft.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/pause-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/pen-slash-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/play-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/regular-user-circle-arrow-left.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/square-dashed-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/stop-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/subscript-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/superscript-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/user-group-solid.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/volume-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/volume-xmark-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/wand-magic-sparkles-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/windows.svg +1 -0
- package/dist/genesys-webcomponents/p-01879743.entry.js +1 -0
- package/dist/genesys-webcomponents/p-05753884.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1f22913a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-23f0bd2f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-253f1213.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2607abdb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-27b9cbdd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-29c212fc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2b468e4b.js +1 -0
- package/dist/genesys-webcomponents/p-2ba7be7a.js +1 -0
- package/dist/genesys-webcomponents/p-2c0fec5b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2d34f76f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-30148c8b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-306298c0.entry.js +1 -0
- package/dist/genesys-webcomponents/p-32a59ceb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-35bff387.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3703f618.entry.js +1 -0
- package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
- package/dist/genesys-webcomponents/p-39b4e297.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3ad33bb0.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3b4543bf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3c35f220.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3fe2d366.entry.js +1 -0
- package/dist/genesys-webcomponents/p-42ade131.entry.js +1 -0
- package/dist/genesys-webcomponents/p-43042961.entry.js +1 -0
- package/dist/genesys-webcomponents/p-433b4556.entry.js +1 -0
- package/dist/genesys-webcomponents/p-44aca6cf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-45414b8d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-45673ffb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-491b088e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4c545afd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4db494c6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4e3f6d9c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5d0d1c16.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5d48ef22.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5d7d5695.js +1 -0
- package/dist/genesys-webcomponents/p-5def3a96.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5e8f4d45.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6109f65f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-63dfc75b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-65b03df8.js +1 -0
- package/dist/genesys-webcomponents/p-6613d839.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6742dc42.entry.js +1 -0
- package/dist/genesys-webcomponents/p-690b84b2.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6aca9a06.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6b7a4062.entry.js +7 -0
- package/dist/genesys-webcomponents/p-6c7a5b9c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6c877a0b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6f63a621.entry.js +1 -0
- package/dist/genesys-webcomponents/p-71802b6c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-71f0076e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-73beff80.entry.js +1 -0
- package/dist/genesys-webcomponents/p-743c5484.entry.js +1 -0
- package/dist/genesys-webcomponents/p-748f57cd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7551a110.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7a73c54f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7d64a253.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7ddbb271.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7de6ca24.entry.js +1 -0
- package/dist/genesys-webcomponents/p-80df4133.entry.js +1 -0
- package/dist/genesys-webcomponents/p-81d2c944.entry.js +1 -0
- package/dist/genesys-webcomponents/p-8324a0ac.js +1 -0
- package/dist/genesys-webcomponents/p-8b213ee3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-8f505502.entry.js +1 -0
- package/dist/genesys-webcomponents/p-90b58125.entry.js +1 -0
- package/dist/genesys-webcomponents/p-92e348a2.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9430252e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-953c9921.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
- package/dist/genesys-webcomponents/p-a69a9910.js +1 -0
- package/dist/genesys-webcomponents/p-a75f5094.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a9f7c92d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-aa57af3f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ab7d461e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ac8a5767.entry.js +1 -0
- package/dist/genesys-webcomponents/p-acaf927b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ad1d20d7.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ad505cef.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ae343cca.entry.js +1 -0
- package/dist/genesys-webcomponents/p-af30bcdf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b0d4b282.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b1ebae13.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b269fa15.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b7a06732.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b7fdae8b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bcc146bb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bdc6ca65.entry.js +1 -0
- package/dist/genesys-webcomponents/p-be3b29a1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bf4b32a8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c23acf83.js +1 -0
- package/dist/genesys-webcomponents/p-c49670a7.js +1 -0
- package/dist/genesys-webcomponents/p-c70eb7d6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c75097dd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c79b672c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c9da195f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cd318f17.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ce9f717a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cf985a58.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d0819e6b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d16a1ff6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d28a97a4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d3b1f679.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d6edbaeb.js +1 -0
- package/dist/genesys-webcomponents/p-d89ecc95.entry.js +1 -0
- package/dist/genesys-webcomponents/p-da144c21.entry.js +1 -0
- package/dist/genesys-webcomponents/p-dc96f002.entry.js +1 -0
- package/dist/genesys-webcomponents/p-dd10c280.entry.js +1 -0
- package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
- package/dist/genesys-webcomponents/p-deca7631.js +2 -0
- package/dist/genesys-webcomponents/p-dee4d302.entry.js +1 -0
- package/dist/genesys-webcomponents/p-df73be0f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-e5766b80.js +1 -0
- package/dist/genesys-webcomponents/p-ed9972de.entry.js +1 -0
- package/dist/genesys-webcomponents/p-eec7ea12.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f00aae03.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f0c2b68e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f23a4af1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f2c0837c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f3521f3e.js +1 -0
- package/dist/genesys-webcomponents/p-f41e3c3a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f44cb137.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f936b199.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f9c41278.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f9c65a99.js +1 -0
- package/dist/genesys-webcomponents/p-fa5b550e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fb25f78d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fd2717a1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fd2c2264.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fecd3a0c.entry.js +1 -0
- package/dist/loader/index.d.ts +1 -1
- package/dist/stencil-wrapper.js +6 -6
- package/dist/types/components/beta/gux-date/gux-date.d.ts +5 -0
- package/dist/types/components/beta/gux-date-time/gux-date-time.d.ts +5 -0
- package/dist/types/components/beta/gux-month-picker/gux-month-calendar/gux-month-calendar.d.ts +1 -0
- package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/sprite-utils/sprites.generated.d.ts +1 -0
- package/dist/types/components/beta/gux-phone-input/gux-phone-input.d.ts +31 -16
- package/dist/types/components/beta/gux-phone-input/gux-phone.types.d.ts +11 -0
- package/dist/types/components/beta/gux-phone-input/services/RegionCountryCodeMap.d.ts +0 -3
- package/dist/types/components/beta/gux-phone-input/services/region-map.service.d.ts +1 -5
- package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.d.ts +20 -0
- package/dist/types/components/beta/gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.d.ts +1 -0
- package/dist/types/components/beta/gux-segmented-control/gux-segmented-control.d.ts +14 -0
- package/dist/types/components/beta/gux-time/gux-time.d.ts +8 -0
- package/dist/types/components/beta/gux-time-zone-picker/generic-zones.d.ts +15 -0
- package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.d.ts +38 -0
- package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +22 -0
- package/dist/types/components/legacy/gux-advanced-dropdown-legacy/gux-advanced-dropdown.d.ts +71 -0
- package/dist/types/components/legacy/gux-disclosure-button-legacy/gux-disclosure-button.d.ts +37 -0
- package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.d.ts +37 -0
- package/dist/types/components/legacy/gux-modal-legacy/gux-modal-legacy.types.d.ts +1 -0
- package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-button.service.d.ts +9 -0
- package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-buttons-legacy/gux-pagination-buttons.d.ts +26 -0
- package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-item-counts-legacy/gux-pagination-item-counts.d.ts +12 -0
- package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination-items-per-page-legacy/gux-pagination-items-per-page.d.ts +13 -0
- package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.d.ts +35 -0
- package/dist/types/components/legacy/gux-pagination-legacy/gux-pagination.types.d.ts +6 -0
- package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.d.ts +1 -2
- package/dist/types/components/stable/gux-accordion/gux-accordion-section/gux-accordion-section.types.d.ts +1 -1
- package/dist/types/components/stable/gux-action-button/gux-action-button.d.ts +3 -4
- package/dist/types/components/stable/gux-badge/gux-badge.d.ts +18 -0
- package/dist/types/components/stable/gux-badge/gux-badge.types.d.ts +1 -0
- package/dist/types/components/stable/gux-blank-state/gux-blank-state.d.ts +12 -0
- package/dist/types/components/stable/gux-button/gux-button.d.ts +5 -0
- package/dist/types/components/stable/gux-button-multi/gux-button-multi.d.ts +0 -4
- package/dist/types/components/stable/gux-button-slot/gux-button-slot.d.ts +13 -0
- package/dist/types/components/stable/gux-calendar/gux-calendar.types.d.ts +1 -0
- package/dist/types/components/stable/gux-context-menu/gux-context-menu.d.ts +37 -0
- package/dist/types/components/stable/gux-dropdown/gux-dropdown.d.ts +0 -4
- package/dist/types/components/stable/gux-dropdown-multi/gux-dropdown-multi.d.ts +109 -0
- package/dist/types/components/stable/gux-flyout-menu/gux-flyout-menu.d.ts +31 -0
- package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +15 -0
- package/dist/types/components/stable/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +34 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-checkbox/gux-form-field-checkbox.d.ts +2 -0
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.d.ts +1 -1
- package/dist/types/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.d.ts +31 -0
- package/dist/types/components/stable/gux-form-field/gux-form-field.service.d.ts +1 -1
- package/dist/types/components/stable/gux-icon/gux-icon.service.d.ts +1 -1
- package/dist/types/components/stable/gux-icon/gux-icon.types.d.ts +1 -1
- package/dist/types/components/stable/gux-listbox/gux-listbox.d.ts +2 -2
- package/dist/types/components/stable/gux-listbox/gux-listbox.service.d.ts +1 -0
- package/dist/types/components/stable/gux-listbox/options/gux-option/gux-option.d.ts +0 -3
- package/dist/types/components/stable/gux-listbox/options/option-types.d.ts +0 -1
- package/dist/types/components/stable/gux-listbox-multi/gux-listbox-multi.d.ts +2 -2
- package/dist/types/components/stable/gux-listbox-multi/gux-option-multi/gux-option-multi.d.ts +1 -3
- package/dist/types/components/stable/gux-loading-message/gux-loading-message.d.ts +11 -0
- package/dist/types/components/stable/gux-modal/gux-modal.d.ts +8 -21
- package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-button.service.d.ts +1 -1
- package/dist/types/components/stable/gux-pagination/gux-pagination-buttons/gux-pagination-buttons.d.ts +4 -7
- package/dist/types/components/stable/gux-pagination/gux-pagination-item-counts/gux-pagination-item-counts.d.ts +1 -0
- package/dist/types/components/stable/gux-pagination/gux-pagination.d.ts +17 -8
- package/dist/types/components/stable/gux-pagination/gux-pagination.types.d.ts +1 -5
- package/dist/types/components/stable/gux-pagination-cursor/gux-pagination-cursor.d.ts +1 -1
- package/dist/types/components/stable/gux-popover/gux-popover.d.ts +12 -9
- package/dist/types/components/stable/gux-popover-list/gux-popover-list.d.ts +12 -9
- package/dist/types/components/stable/gux-popup/gux-popup.d.ts +4 -0
- package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.functional.d.ts +8 -0
- package/dist/types/components/stable/gux-radial-loading/gux-radial-loading.service.d.ts +4 -0
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.d.ts +0 -6
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.functional.d.ts +0 -6
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.service.d.ts +4 -3
- package/dist/types/components/stable/gux-table/gux-row-select/gux-row-select.d.ts +13 -0
- package/dist/types/components/stable/gux-table/gux-table.d.ts +89 -0
- package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +15 -0
- package/dist/types/components/stable/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +20 -0
- package/dist/types/components/stable/gux-tag/gux-tag.d.ts +23 -0
- package/dist/types/components/stable/gux-tag/gux-tag.types.d.ts +1 -0
- package/dist/types/components/stable/gux-text-highlight/gux-text-highlight.d.ts +4 -0
- package/dist/types/components/stable/gux-time-picker/gux-time-picker.d.ts +42 -0
- package/dist/types/components/stable/gux-tooltip/gux-tooltip-types.d.ts +1 -0
- package/dist/types/components/stable/gux-tooltip/gux-tooltip.d.ts +5 -0
- package/dist/types/components.d.ts +502 -564
- package/dist/types/i18n/DateTimeFormatter.d.ts +3 -3
- package/dist/types/i18n/time-zone/identifiers.d.ts +1 -0
- package/dist/types/i18n/time-zone/types.d.ts +2 -0
- package/dist/types/stencil-public-runtime.d.ts +19 -5
- package/dist/types/stencil-wrapper.d.ts +2 -2
- package/dist/types/test/specTestUtils.d.ts +2 -0
- package/dist/types/utils/date/get-valid-timezone.d.ts +2 -0
- package/dist/types/utils/dom/calculate-input-disabled-state.d.ts +1 -1
- package/dist/types/utils/dom/on-attribute-change.d.ts +2 -2
- package/dist/types/utils/dom/on-input-disabled-state-change.d.ts +1 -1
- package/package.json +31 -38
- package/dist/cjs/DateTimeFormatter-8deff48e.js +0 -54
- package/dist/cjs/find-element-by-id-99f1f933.js +0 -19
- package/dist/cjs/floating-ui.dom.esm-cad0a9cf.js +0 -1467
- package/dist/cjs/get-slot-text-content-8a021eeb.js +0 -27
- package/dist/cjs/gux-advanced-dropdown.cjs.entry.js +0 -218
- package/dist/cjs/gux-badge-beta.cjs.entry.js +0 -70
- package/dist/cjs/gux-blank-state-beta.cjs.entry.js +0 -68
- package/dist/cjs/gux-button-slot-beta.cjs.entry.js +0 -45
- package/dist/cjs/gux-column-manager-beta.cjs.entry.js +0 -124
- package/dist/cjs/gux-column-manager.service-94f84964.js +0 -93
- package/dist/cjs/gux-context-menu-beta.cjs.entry.js +0 -132
- package/dist/cjs/gux-disclosure-button.cjs.entry.js +0 -64
- package/dist/cjs/gux-dropdown-multi-beta.cjs.entry.js +0 -410
- package/dist/cjs/gux-error-message-beta.cjs.entry.js +0 -24
- package/dist/cjs/gux-flyout-menu-beta.cjs.entry.js +0 -148
- package/dist/cjs/gux-form-field-container-64e8bc38.js +0 -21
- package/dist/cjs/gux-form-field.service-dd469568.js +0 -151
- package/dist/cjs/gux-listbox.service-93102b5b.js +0 -172
- package/dist/cjs/gux-loading-message-beta.cjs.entry.js +0 -68
- package/dist/cjs/gux-pagination-beta.cjs.entry.js +0 -101
- package/dist/cjs/gux-pagination-buttons-beta_2.cjs.entry.js +0 -255
- package/dist/cjs/gux-pagination-items-per-page-beta.cjs.entry.js +0 -46
- package/dist/cjs/gux-popover-list-beta.cjs.entry.js +0 -139
- package/dist/cjs/gux-popover.cjs.entry.js +0 -133
- package/dist/cjs/gux-skip-navigation-list-beta.cjs.entry.js +0 -33
- package/dist/cjs/gux-switch.cjs.entry.js +0 -45
- package/dist/cjs/gux-tab-panel-beta.cjs.entry.js +0 -34
- package/dist/cjs/gux-table-beta.cjs.entry.js +0 -378
- package/dist/cjs/gux-table-select-popover.cjs.entry.js +0 -103
- package/dist/cjs/gux-table-toolbar-beta.cjs.entry.js +0 -213
- package/dist/cjs/gux-tag-beta.cjs.entry.js +0 -84
- package/dist/cjs/gux-time-picker-beta.cjs.entry.js +0 -392
- package/dist/cjs/index-0d0fdb85.js +0 -2605
- package/dist/cjs/index-9bbde1aa.js +0 -4075
- package/dist/cjs/on-attribute-change-37556263.js +0 -40
- package/dist/cjs/on-click-outside-428f8bbf.js +0 -77
- package/dist/cjs/on-mutation-247f99dd.js +0 -36
- package/dist/cjs/on-resize-ee6a4b87.js +0 -36
- package/dist/cjs/popper-9a6aec9e.js +0 -1794
- package/dist/cjs/usage-2c2d30d0.js +0 -234
- package/dist/collection/components/beta/gux-badge/gux-badge.css +0 -83
- package/dist/collection/components/beta/gux-badge/gux-badge.js +0 -130
- package/dist/collection/components/beta/gux-blank-state/gux-blank-state-constants.js +0 -5
- package/dist/collection/components/beta/gux-blank-state/gux-blank-state.css +0 -61
- package/dist/collection/components/beta/gux-blank-state/gux-blank-state.js +0 -75
- package/dist/collection/components/beta/gux-button-slot/gux-button-slot.css +0 -172
- package/dist/collection/components/beta/gux-button-slot/gux-button-slot.js +0 -76
- package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.css +0 -80
- package/dist/collection/components/beta/gux-column-manager/gux-column-manager-item/gux-column-manager-item.js +0 -360
- package/dist/collection/components/beta/gux-column-manager/gux-column-manager.css +0 -23
- package/dist/collection/components/beta/gux-column-manager/gux-column-manager.js +0 -175
- package/dist/collection/components/beta/gux-column-manager/gux-column-manager.service.js +0 -80
- package/dist/collection/components/beta/gux-context-menu/gux-context-menu.css +0 -20
- package/dist/collection/components/beta/gux-context-menu/gux-context-menu.js +0 -170
- package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.css +0 -50
- package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.js +0 -122
- package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.css +0 -161
- package/dist/collection/components/beta/gux-dropdown-multi/gux-dropdown-multi.js +0 -708
- package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.css +0 -24
- package/dist/collection/components/beta/gux-error-message-beta/gux-error-message-beta.js +0 -27
- package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.css +0 -35
- package/dist/collection/components/beta/gux-flyout-menu/gux-flyout-menu.js +0 -206
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.css +0 -29
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.js +0 -67
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.css +0 -24
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-menu.js +0 -20
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.css +0 -53
- package/dist/collection/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.js +0 -252
- package/dist/collection/components/beta/gux-loading-message/gux-loading-message-constants.js +0 -5
- package/dist/collection/components/beta/gux-loading-message/gux-loading-message.css +0 -55
- package/dist/collection/components/beta/gux-loading-message/gux-loading-message.js +0 -75
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.css +0 -43
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-beta.js +0 -216
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.js +0 -134
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.css +0 -96
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.js +0 -160
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.css +0 -30
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.js +0 -164
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.css +0 -10
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.js +0 -106
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.css +0 -29
- package/dist/collection/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.js +0 -90
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AX.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/AZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BB.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BJ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BQ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BV.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/BZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CV.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CX.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/CZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DJ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/DZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/EH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ER.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ES.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ET.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FJ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/FR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GB.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GP.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GQ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/GY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/HU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ID.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IQ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/IT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/JP.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KP.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/KZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LB.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LV.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/LY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ME.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ML.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MP.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MQ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MV.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MX.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/MZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NP.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/NZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/OM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/PY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/QA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/RW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SB.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SJ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ST.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SV.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SX.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/SZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TD.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TH.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TJ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TL.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TO.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TR.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TV.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/TZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/US.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UY.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/UZ.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VC.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VG.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VI.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VN.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/VU.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WF.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/WS.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/XK.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YE.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/YT.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZA.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZM.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/region-flags/ZW.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.css +0 -1528
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.less +0 -3800
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/assets/sprites/region-flags.png +0 -0
- package/dist/collection/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.js +0 -25
- package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.css +0 -61
- package/dist/collection/components/beta/gux-popover-beta/gux-popover-beta.js +0 -267
- package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.css +0 -46
- package/dist/collection/components/beta/gux-popover-list-beta/gux-popover-list-beta.js +0 -257
- package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.css +0 -22
- package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.js +0 -22
- package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.css +0 -26
- package/dist/collection/components/beta/gux-skip-navigation-list/gux-skip-navigation-list.js +0 -30
- package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.css +0 -8
- package/dist/collection/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.js +0 -107
- package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.css +0 -8
- package/dist/collection/components/beta/gux-table/gux-all-row-select/gux-all-row-select.js +0 -110
- package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.css +0 -8
- package/dist/collection/components/beta/gux-table/gux-row-select/gux-row-select.js +0 -101
- package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.css +0 -50
- package/dist/collection/components/beta/gux-table/gux-sort-control/gux-sort-control.js +0 -176
- package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.css +0 -30
- package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-menu.js +0 -130
- package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.js +0 -171
- package/dist/collection/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-select-popover.css +0 -12
- package/dist/collection/components/beta/gux-table/gux-table.css +0 -74
- package/dist/collection/components/beta/gux-table/gux-table.js +0 -568
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.css +0 -3
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.js +0 -124
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.css +0 -26
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.js +0 -96
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.css +0 -35
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.js +0 -142
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.css +0 -52
- package/dist/collection/components/beta/gux-table-toolbar/gux-table-toolbar.js +0 -209
- package/dist/collection/components/beta/gux-tag/gux-tag.css +0 -461
- package/dist/collection/components/beta/gux-tag/gux-tag.js +0 -193
- package/dist/collection/components/beta/gux-time-picker/gux-time-picker.css +0 -134
- package/dist/collection/components/beta/gux-time-picker/gux-time-picker.js +0 -409
- package/dist/collection/components/beta/gux-time-picker/gux-time-picker.service.js +0 -142
- package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.css +0 -267
- package/dist/collection/components/legacy/gux-action-toast/gux-action-toast.js +0 -30
- package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.css +0 -221
- package/dist/collection/components/legacy/gux-notification-toast/gux-notification-toast.js +0 -83
- package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.css +0 -51
- package/dist/collection/components/legacy/gux-simple-toast/gux-simple-toast.js +0 -82
- package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.css +0 -39
- package/dist/collection/components/stable/gux-advanced-dropdown/dropdown-option/gux-dropdown-option.js +0 -248
- package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.css +0 -85
- package/dist/collection/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.js +0 -396
- package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.css +0 -42
- package/dist/collection/components/stable/gux-disclosure-button/gux-disclosure-button.js +0 -153
- package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.css +0 -68
- package/dist/collection/components/stable/gux-switch/gux-switch-item/gux-switch-item.js +0 -96
- package/dist/collection/components/stable/gux-switch/gux-switch.css +0 -4
- package/dist/collection/components/stable/gux-switch/gux-switch.js +0 -107
- package/dist/collection/style/fonts/roboto-v20-latin-300.svg +0 -1
- package/dist/collection/style/fonts/roboto-v20-latin-700.svg +0 -309
- package/dist/collection/style/fonts/roboto-v20-latin-italic.svg +0 -323
- package/dist/collection/style/fonts/roboto-v20-latin-regular.svg +0 -308
- package/dist/esm/DateTimeFormatter-bb057477.js +0 -52
- package/dist/esm/find-element-by-id-758a0703.js +0 -17
- package/dist/esm/floating-ui.dom.esm-48871497.js +0 -1459
- package/dist/esm/get-slot-text-content-b2a8af86.js +0 -23
- package/dist/esm/gux-advanced-dropdown.entry.js +0 -214
- package/dist/esm/gux-badge-beta.entry.js +0 -66
- package/dist/esm/gux-blank-state-beta.entry.js +0 -64
- package/dist/esm/gux-button-slot-beta.entry.js +0 -41
- package/dist/esm/gux-column-manager-beta.entry.js +0 -120
- package/dist/esm/gux-column-manager.service-07ddccf5.js +0 -83
- package/dist/esm/gux-context-menu-beta.entry.js +0 -128
- package/dist/esm/gux-disclosure-button.entry.js +0 -60
- package/dist/esm/gux-dropdown-multi-beta.entry.js +0 -406
- package/dist/esm/gux-error-message-beta.entry.js +0 -20
- package/dist/esm/gux-flyout-menu-beta.entry.js +0 -144
- package/dist/esm/gux-form-field-container-0d93fc18.js +0 -18
- package/dist/esm/gux-form-field.service-5f03e905.js +0 -140
- package/dist/esm/gux-listbox.service-a8319b51.js +0 -157
- package/dist/esm/gux-loading-message-beta.entry.js +0 -64
- package/dist/esm/gux-pagination-beta.entry.js +0 -97
- package/dist/esm/gux-pagination-buttons-beta_2.entry.js +0 -250
- package/dist/esm/gux-pagination-items-per-page-beta.entry.js +0 -42
- package/dist/esm/gux-popover-list-beta.entry.js +0 -135
- package/dist/esm/gux-popover.entry.js +0 -129
- package/dist/esm/gux-skip-navigation-list-beta.entry.js +0 -29
- package/dist/esm/gux-switch.entry.js +0 -41
- package/dist/esm/gux-tab-panel-beta.entry.js +0 -30
- package/dist/esm/gux-table-beta.entry.js +0 -374
- package/dist/esm/gux-table-select-popover.entry.js +0 -99
- package/dist/esm/gux-table-toolbar-beta.entry.js +0 -209
- package/dist/esm/gux-tag-beta.entry.js +0 -80
- package/dist/esm/gux-time-picker-beta.entry.js +0 -388
- package/dist/esm/index-0b66fe2c.js +0 -2572
- package/dist/esm/index-694d55cf.js +0 -4070
- package/dist/esm/on-attribute-change-5fd8da7c.js +0 -36
- package/dist/esm/on-click-outside-bc432a79.js +0 -75
- package/dist/esm/on-mutation-8c8b2331.js +0 -34
- package/dist/esm/on-resize-7177429a.js +0 -34
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/popper-1604923e.js +0 -1792
- package/dist/esm/usage-6a065244.js +0 -232
- package/dist/genesys-webcomponents/assets/region-flags/AD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AX.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/AZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BB.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BJ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BQ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BV.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/BZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CV.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CX.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/CZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/DE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/DJ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/DK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/DM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/DO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/DZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/EC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/EE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/EG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/EH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ER.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ES.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ET.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/FI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/FJ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/FK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/FM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/FO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/FR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GB.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GP.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GQ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/GY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/HK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/HN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/HR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/HT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/HU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ID.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IQ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/IT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/JE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/JM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/JO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/JP.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KP.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/KZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LB.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LV.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/LY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ME.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ML.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MP.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MQ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MV.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MX.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/MZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NP.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/NZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/OM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/PY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/QA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/RE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/RO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/RS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/RU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/RW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SB.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SJ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ST.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SV.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SX.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/SZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TD.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TH.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TJ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TL.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TO.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TR.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TV.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TW.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/TZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/UA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/UG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/US.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/UY.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/UZ.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VC.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VG.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VI.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VN.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/VU.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/WF.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/WS.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/XK.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/YE.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/YT.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ZA.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ZM.png +0 -0
- package/dist/genesys-webcomponents/assets/region-flags/ZW.png +0 -0
- package/dist/genesys-webcomponents/assets/sprites/region-flags.less +0 -3800
- package/dist/genesys-webcomponents/assets/sprites/region-flags.png +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.svg +0 -1
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-300.woff2 +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.svg +0 -309
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-700.woff2 +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.svg +0 -323
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-italic.woff2 +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.eot +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.svg +0 -308
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.ttf +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff +0 -0
- package/dist/genesys-webcomponents/fonts/roboto-v20-latin-regular.woff2 +0 -0
- package/dist/genesys-webcomponents/less/color-palette.less +0 -105
- package/dist/genesys-webcomponents/less/focus.less +0 -48
- package/dist/genesys-webcomponents/less/shadows.less +0 -17
- package/dist/genesys-webcomponents/less/spacing.less +0 -12
- package/dist/genesys-webcomponents/less/typography.less +0 -162
- package/dist/genesys-webcomponents/p-02834f4b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
- package/dist/genesys-webcomponents/p-065dfcb5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
- package/dist/genesys-webcomponents/p-07ba6582.entry.js +0 -1
- package/dist/genesys-webcomponents/p-09260b54.entry.js +0 -1
- package/dist/genesys-webcomponents/p-0f4dc346.entry.js +0 -1
- package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
- package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
- package/dist/genesys-webcomponents/p-14301475.entry.js +0 -1
- package/dist/genesys-webcomponents/p-17385760.js +0 -1
- package/dist/genesys-webcomponents/p-1a990281.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1dd2e1d2.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1f3c3a89.entry.js +0 -1
- package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-21266439.entry.js +0 -1
- package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-233c0566.entry.js +0 -1
- package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-24c8a3da.entry.js +0 -1
- package/dist/genesys-webcomponents/p-261dfba4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-284415fa.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2e27167a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2f704deb.entry.js +0 -1
- package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
- package/dist/genesys-webcomponents/p-398e3760.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3bbd394d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3befa564.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3efcf41d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3f6a0e19.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3fb11797.entry.js +0 -1
- package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
- package/dist/genesys-webcomponents/p-43a195b0.entry.js +0 -1
- package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-46578cdc.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-52270d18.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5265f3e0.entry.js +0 -1
- package/dist/genesys-webcomponents/p-52f443d6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-54effc6d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-55cf6d81.js +0 -1
- package/dist/genesys-webcomponents/p-59146356.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5bae9e84.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5d67b3ab.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5dd0ef71.entry.js +0 -1
- package/dist/genesys-webcomponents/p-62913396.js +0 -1
- package/dist/genesys-webcomponents/p-62a9f3bc.entry.js +0 -1
- package/dist/genesys-webcomponents/p-62d3fbbd.entry.js +0 -1
- package/dist/genesys-webcomponents/p-634c85ec.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6370cb48.js +0 -1
- package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-68dc65c4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6b6048c4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6df07350.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6fbe35ec.entry.js +0 -1
- package/dist/genesys-webcomponents/p-724178a7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-7946aac5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-7b43f40b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-7d26b2e1.js +0 -2
- package/dist/genesys-webcomponents/p-7d614de7.js +0 -1
- package/dist/genesys-webcomponents/p-7d6cf29d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-7e9f97c7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-7ec73c98.entry.js +0 -1
- package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-854eaa48.entry.js +0 -1
- package/dist/genesys-webcomponents/p-85678958.entry.js +0 -1
- package/dist/genesys-webcomponents/p-864044af.entry.js +0 -1
- package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8797ebd7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8901b0d7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8afa9533.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8b5e20b8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8d8eb1cc.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8e9bfb5c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
- package/dist/genesys-webcomponents/p-941df4de.entry.js +0 -1
- package/dist/genesys-webcomponents/p-9756b007.entry.js +0 -1
- package/dist/genesys-webcomponents/p-9839e3a1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-995a0981.entry.js +0 -1
- package/dist/genesys-webcomponents/p-995fd359.entry.js +0 -1
- package/dist/genesys-webcomponents/p-99b0b8e3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-9b497375.entry.js +0 -1
- package/dist/genesys-webcomponents/p-9d18d475.js +0 -1
- package/dist/genesys-webcomponents/p-9e354ad1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
- package/dist/genesys-webcomponents/p-a83dd958.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a95fbd3b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a9a8d206.entry.js +0 -1
- package/dist/genesys-webcomponents/p-aaf5194a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ad19fdb4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ada83f90.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ae031b68.entry.js +0 -1
- package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
- package/dist/genesys-webcomponents/p-bba252b0.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c091c4d6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c5c92fd8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
- package/dist/genesys-webcomponents/p-c94a287d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-cbb3c659.entry.js +0 -1
- package/dist/genesys-webcomponents/p-cc9cfe49.entry.js +0 -1
- package/dist/genesys-webcomponents/p-d09a04e9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-daba61db.entry.js +0 -1
- package/dist/genesys-webcomponents/p-db3fd2f0.entry.js +0 -1
- package/dist/genesys-webcomponents/p-de1e0b57.entry.js +0 -1
- package/dist/genesys-webcomponents/p-deee079e.js +0 -1
- package/dist/genesys-webcomponents/p-defd1281.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e1558f84.js +0 -1
- package/dist/genesys-webcomponents/p-e2547280.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e459974a.js +0 -1
- package/dist/genesys-webcomponents/p-e7468691.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e874ef2c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-eb2eaa6f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ec218689.js +0 -1
- package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
- package/dist/genesys-webcomponents/p-f49c69b9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f4cacd3c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-fbb3071b.entry.js +0 -1
- package/dist/types/components/beta/gux-badge/gux-badge.d.ts +0 -19
- package/dist/types/components/beta/gux-badge/gux-badge.types.d.ts +0 -2
- package/dist/types/components/beta/gux-blank-state/gux-blank-state-constants.d.ts +0 -5
- package/dist/types/components/beta/gux-blank-state/gux-blank-state.d.ts +0 -20
- package/dist/types/components/beta/gux-blank-state/gux-blank-state.types.d.ts +0 -1
- package/dist/types/components/beta/gux-button-slot/gux-button-slot.d.ts +0 -12
- package/dist/types/components/beta/gux-context-menu/gux-context-menu.d.ts +0 -29
- package/dist/types/components/beta/gux-dropdown-multi/gux-dropdown-multi.d.ts +0 -113
- package/dist/types/components/beta/gux-error-message-beta/gux-error-message-beta.d.ts +0 -10
- package/dist/types/components/beta/gux-flyout-menu/gux-flyout-menu.d.ts +0 -30
- package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-menu-option/gux-menu-option.d.ts +0 -14
- package/dist/types/components/beta/gux-flyout-menu/gux-menu/gux-submenu/gux-submenu.d.ts +0 -34
- package/dist/types/components/beta/gux-loading-message/gux-loading-message-constants.d.ts +0 -5
- package/dist/types/components/beta/gux-loading-message/gux-loading-message-size.types.d.ts +0 -1
- package/dist/types/components/beta/gux-loading-message/gux-loading-message.d.ts +0 -21
- package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.d.ts +0 -44
- package/dist/types/components/beta/gux-pagination-beta/gux-pagination-beta.types.d.ts +0 -2
- package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-button-beta.service.d.ts +0 -9
- package/dist/types/components/beta/gux-pagination-beta/gux-pagination-buttons-beta/gux-pagination-buttons-beta.d.ts +0 -23
- package/dist/types/components/beta/gux-pagination-beta/gux-pagination-item-counts-beta/gux-pagination-item-counts-beta.d.ts +0 -13
- package/dist/types/components/beta/gux-pagination-beta/gux-pagination-items-per-page-beta/gux-pagination-items-per-page-beta.d.ts +0 -13
- package/dist/types/components/beta/gux-phone-input/components/gux-region-icon/gux-region-select.service.d.ts +0 -1
- package/dist/types/components/beta/gux-popover-beta/gux-popover-beta.d.ts +0 -44
- package/dist/types/components/beta/gux-popover-list-beta/gux-popover-list-beta.d.ts +0 -41
- package/dist/types/components/beta/gux-tab-panel-beta/gux-tab-panel-beta.d.ts +0 -18
- package/dist/types/components/beta/gux-table/gux-row-select/gux-row-select.d.ts +0 -12
- package/dist/types/components/beta/gux-table/gux-table-select-menu/gux-table-select-popover/gux-table-header-popover.d.ts +0 -32
- package/dist/types/components/beta/gux-table/gux-table.d.ts +0 -113
- package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-custom-action/gux-table-toolbar-custom-action.d.ts +0 -14
- package/dist/types/components/beta/gux-table-toolbar/gux-table-toolbar-menu-button/gux-table-toolbar-menu-button.d.ts +0 -17
- package/dist/types/components/beta/gux-tag/gux-tag.d.ts +0 -40
- package/dist/types/components/beta/gux-tag/gux-tag.types.d.ts +0 -2
- package/dist/types/components/beta/gux-time-picker/gux-time-picker.d.ts +0 -42
- package/dist/types/components/stable/gux-advanced-dropdown/gux-advanced-dropdown.d.ts +0 -71
- package/dist/types/components/stable/gux-disclosure-button/gux-disclosure-button.d.ts +0 -37
- package/dist/types/components/stable/gux-popover/gux-popover.types.d.ts +0 -1
- package/dist/types/components/stable/gux-popover-list/gux-popover-list.types.d.ts +0 -1
- package/dist/types/components/stable/gux-radial-progress/gux-radial-progress.types.d.ts +0 -1
- /package/dist/cjs/{after-next-render-a09f528a.js → after-next-render-a023ef47.js} +0 -0
- /package/dist/cjs/{capitalize-first-letter-8e2f04e5.js → capitalize-first-letter-251c82ed.js} +0 -0
- /package/dist/cjs/{clamp-1bb96117.js → clamp-a9926a57.js} +0 -0
- /package/dist/cjs/{en-dc1f49b7.js → en-807a354e.js} +0 -0
- /package/dist/cjs/{en-eb56dc17.js → en-85604f0f.js} +0 -0
- /package/dist/cjs/{en-b3076cac.js → en-f88c1935.js} +0 -0
- /package/dist/cjs/{event-is-from-ad1044f2.js → event-is-from-f3f1cfde.js} +0 -0
- /package/dist/cjs/{get-closest-element-ab4b2eee.js → get-closest-element-26894e5a.js} +0 -0
- /package/dist/cjs/{get-slot-097ade01.js → get-slot-395a67ef.js} +0 -0
- /package/dist/cjs/{gux-list.service-763539a2.js → gux-list.service-4beaa394.js} +0 -0
- /package/dist/cjs/{gux-menu.common-ada23b94.js → gux-menu.common-d41b2fac.js} +0 -0
- /package/dist/cjs/{has-slot-2e73d6e7.js → has-slot-429f8b9e.js} +0 -0
- /package/dist/cjs/{iso-dates-f78ffb80.js → iso-dates-d0cd4802.js} +0 -0
- /package/dist/cjs/{log-error-d46c02b7.js → log-error-8a92241e.js} +0 -0
- /package/dist/cjs/{on-input-disabled-state-change-d66fb86b.js → on-input-disabled-state-change-005e5b3e.js} +0 -0
- /package/dist/cjs/{on-mutation-8f8a4460.js → on-mutation-ef917473.js} +0 -0
- /package/dist/cjs/{prevent-browser-validation-styling-d21b1a56.js → prevent-browser-validation-styling-15142963.js} +0 -0
- /package/dist/cjs/{random-html-id-b86b61c0.js → random-html-id-32ef8847.js} +0 -0
- /package/dist/cjs/{simulate-native-event-fe3e62da.js → simulate-native-event-8209a457.js} +0 -0
- /package/dist/cjs/{when-event-is-from-69b5ca13.js → when-event-is-from-20e89254.js} +0 -0
- /package/dist/cjs/{year-month-values-f387f8d8.js → year-month-values-6028ce26.js} +0 -0
- /package/dist/collection/components/beta/{gux-badge/gux-badge.types.js → gux-phone-input/gux-phone.types.js} +0 -0
- /package/dist/collection/components/beta/{gux-blank-state/gux-blank-state.types.js → gux-segmented-control/gux-segmented-control-item/gux-segmented-control-item.types.js} +0 -0
- /package/dist/collection/components/beta/{gux-column-manager/gux-column-manager.types.js → gux-time-zone-picker/gux-time-zone-picker.types.js} +0 -0
- /package/dist/collection/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.js +0 -0
- /package/dist/collection/components/{beta/gux-loading-message/gux-loading-message-size.types.js → legacy/gux-modal-legacy/gux-modal-legacy.types.js} +0 -0
- /package/dist/collection/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.js +0 -0
- /package/dist/collection/components/{beta/gux-pagination-beta/gux-pagination-beta.types.js → legacy/gux-pagination-legacy/gux-pagination.types.js} +0 -0
- /package/dist/collection/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.js +0 -0
- /package/dist/collection/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.js +0 -0
- /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action-accents.types.js → stable/gux-badge/gux-badge.types.js} +0 -0
- /package/dist/collection/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.js +0 -0
- /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js → stable/gux-column-manager/gux-column-manager.types.js} +0 -0
- /package/dist/collection/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.js +0 -0
- /package/dist/collection/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.js +0 -0
- /package/dist/collection/components/{beta/gux-time-picker/gux-time-picker.type.js → stable/gux-table/gux-table.types.js} +0 -0
- /package/dist/collection/components/{beta/gux-table/gux-table.types.js → stable/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.js} +0 -0
- /package/dist/collection/components/{beta/gux-table-toolbar/gux-table-toolbar.types.js → stable/gux-table-toolbar/gux-table-toolbar-action-accents.types.js} +0 -0
- /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.js +0 -0
- /package/dist/collection/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.js +0 -0
- /package/dist/collection/components/{beta/gux-tag/gux-tag.types.js → stable/gux-table-toolbar/gux-table-toolbar.types.js} +0 -0
- /package/dist/collection/components/stable/{gux-popover-list/gux-popover-list.types.js → gux-tag/gux-tag.types.js} +0 -0
- /package/dist/collection/components/stable/{gux-popover/gux-popover.types.js → gux-time-picker/gux-time-picker.type.js} +0 -0
- /package/dist/collection/components/stable/{gux-radial-progress/gux-radial-progress.types.js → gux-tooltip/gux-tooltip-types.js} +0 -0
- /package/dist/esm/{after-next-render-ed0f7dcd.js → after-next-render-84ec18ad.js} +0 -0
- /package/dist/esm/{capitalize-first-letter-d2512ec0.js → capitalize-first-letter-45fad3db.js} +0 -0
- /package/dist/esm/{clamp-6bdb0367.js → clamp-51db64df.js} +0 -0
- /package/dist/esm/{en-66f138f8.js → en-1f9d79e6.js} +0 -0
- /package/dist/esm/{en-5d726a81.js → en-98371f99.js} +0 -0
- /package/dist/esm/{en-46223eb1.js → en-bf740e9b.js} +0 -0
- /package/dist/esm/{event-is-from-90b69768.js → event-is-from-e25c5a22.js} +0 -0
- /package/dist/esm/{get-closest-element-1597503c.js → get-closest-element-66f63212.js} +0 -0
- /package/dist/esm/{get-slot-52d073f3.js → get-slot-55aade31.js} +0 -0
- /package/dist/esm/{gux-list.service-a878b7e3.js → gux-list.service-693f4ba7.js} +0 -0
- /package/dist/esm/{gux-menu.common-4a871a5c.js → gux-menu.common-e59a1b12.js} +0 -0
- /package/dist/esm/{has-slot-062ae63a.js → has-slot-d06c74d9.js} +0 -0
- /package/dist/esm/{iso-dates-a7c704a4.js → iso-dates-5bcd3209.js} +0 -0
- /package/dist/esm/{log-error-e0bbd04a.js → log-error-0b15023e.js} +0 -0
- /package/dist/esm/{on-input-disabled-state-change-3ea76372.js → on-input-disabled-state-change-e6bc912f.js} +0 -0
- /package/dist/esm/{on-mutation-d500715c.js → on-mutation-a2b7cdad.js} +0 -0
- /package/dist/esm/{prevent-browser-validation-styling-d16c3f4c.js → prevent-browser-validation-styling-8c459589.js} +0 -0
- /package/dist/esm/{random-html-id-8e3f658c.js → random-html-id-3354d85c.js} +0 -0
- /package/dist/esm/{simulate-native-event-ac69961f.js → simulate-native-event-bca7a1c9.js} +0 -0
- /package/dist/esm/{when-event-is-from-18667084.js → when-event-is-from-6154bd60.js} +0 -0
- /package/dist/esm/{year-month-values-1b64c204.js → year-month-values-6ffe871f.js} +0 -0
- /package/dist/genesys-webcomponents/{p-955a1e6a.js → p-08874a83.js} +0 -0
- /package/dist/genesys-webcomponents/{p-8a133b9b.js → p-0962dd7a.js} +0 -0
- /package/dist/genesys-webcomponents/{p-3f5341ea.js → p-16f3da0d.js} +0 -0
- /package/dist/genesys-webcomponents/{p-c10e41a9.js → p-28f55159.js} +0 -0
- /package/dist/genesys-webcomponents/{p-93904222.js → p-31cd1b9a.js} +0 -0
- /package/dist/genesys-webcomponents/{p-08bc2e6b.js → p-324b23f3.js} +0 -0
- /package/dist/genesys-webcomponents/{p-2c3d934a.js → p-363466e3.js} +0 -0
- /package/dist/genesys-webcomponents/{p-d176c2ae.js → p-373c5d93.js} +0 -0
- /package/dist/genesys-webcomponents/{p-cbcbd1bb.js → p-3ea0d493.js} +0 -0
- /package/dist/genesys-webcomponents/{p-e310debb.js → p-408d5857.js} +0 -0
- /package/dist/genesys-webcomponents/{p-4f26144b.js → p-533d7842.js} +0 -0
- /package/dist/genesys-webcomponents/{p-3e6097e5.js → p-693c1709.js} +0 -0
- /package/dist/genesys-webcomponents/{p-837e3eff.js → p-705311af.js} +0 -0
- /package/dist/genesys-webcomponents/{p-9dd4b14a.js → p-7b08c759.js} +0 -0
- /package/dist/genesys-webcomponents/{p-76ff3e75.js → p-8b703092.js} +0 -0
- /package/dist/genesys-webcomponents/{p-251befef.js → p-9125cc36.js} +0 -0
- /package/dist/genesys-webcomponents/{p-d0805f56.js → p-9d734bbd.js} +0 -0
- /package/dist/genesys-webcomponents/{p-417354e9.js → p-aa9ff6ba.js} +0 -0
- /package/dist/genesys-webcomponents/{p-89af02eb.js → p-c7328d42.js} +0 -0
- /package/dist/genesys-webcomponents/{p-29e8b184.js → p-dbb0ac25.js} +0 -0
- /package/dist/genesys-webcomponents/{p-091f51f6.js → p-ffaadf62.js} +0 -0
- /package/dist/types/components/legacy/{gux-action-toast → gux-action-toast-legacy}/gux-action-toast.d.ts +0 -0
- /package/dist/types/components/{stable/gux-advanced-dropdown → legacy/gux-advanced-dropdown-legacy}/dropdown-option/gux-dropdown-option.d.ts +0 -0
- /package/dist/types/components/{stable/gux-disclosure-button → legacy/gux-disclosure-button-legacy}/gux-disclosure-button.types.d.ts +0 -0
- /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.d.ts +0 -0
- /package/dist/types/components/legacy/{gux-notification-toast → gux-notification-toast-legacy}/gux-notification-toast.types.d.ts +0 -0
- /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.d.ts +0 -0
- /package/dist/types/components/legacy/{gux-simple-toast → gux-simple-toast-legacy}/gux-simple-toast.types.d.ts +0 -0
- /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch-item/gux-switch-item.d.ts +0 -0
- /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.d.ts +0 -0
- /package/dist/types/components/{stable/gux-switch → legacy/gux-switch-legacy}/gux-switch.types.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager-item/gux-column-manager-item.service.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.service.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-column-manager/gux-column-manager.types.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-dropdown-multi/gux-dropdown-multi-tag/gux-dropdown-multi-tag.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.common.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-flyout-menu/gux-menu/gux-menu.d.ts +0 -0
- /package/dist/types/components/{beta/gux-pagination-beta/gux-pagination-buttons-beta → stable/gux-pagination/gux-pagination-buttons}/gux-pagination-ellipsis-button/gux-pagination-ellipsis-button.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-item/gux-skip-navigation-item.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-skip-navigation-list/gux-skip-navigation-list.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table/gux-all-row-select/gux-all-row-select.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/gux-sort-control.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table/gux-sort-control/tests/gux-sort-control.markup.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table/gux-table-select-menu/gux-table-select-menu.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table/gux-table.types.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action/gux-table-toolbar-action.types.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar-action-accents.types.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.constants.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.service.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-table-toolbar/gux-table-toolbar.types.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.service.d.ts +0 -0
- /package/dist/types/components/{beta → stable}/gux-time-picker/gux-time-picker.type.d.ts +0 -0
@@ -0,0 +1,7 @@
|
|
1
|
+
import{r as t,c as n,d as i,w as o,h as e,g as r}from"./p-deca7631.js";import{O as a}from"./p-d6edbaeb.js";import{e as s}from"./p-dbb0ac25.js";import{a as u}from"./p-ffaadf62.js";import{b as c}from"./p-2ba7be7a.js";import{t as l}from"./p-363466e3.js";import"./p-0962dd7a.js";
|
2
|
+
/**!
|
3
|
+
* Sortable 1.15.0
|
4
|
+
* @author RubaXa <trash@rubaxa.org>
|
5
|
+
* @author owenm <owen23355@gmail.com>
|
6
|
+
* @license MIT
|
7
|
+
*/function h(t,n){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),i.push.apply(i,o)}return i}function d(t){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?h(Object(i),!0).forEach((function(n){b(t,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):h(Object(i)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(i,n))}))}return t}function f(t){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},f(t)}function b(t,n,i){return n in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i,t}function v(){return v=Object.assign||function(t){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(t[o]=i[o])}return t},v.apply(this,arguments)}function g(t){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var m=g(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),p=g(/Edge/i),x=g(/firefox/i),w=g(/safari/i)&&!g(/chrome/i)&&!g(/android/i),y=g(/iP(ad|od|hone)/i),E=g(/chrome/i)&&g(/android/i),S={capture:!1,passive:!1};function T(t,n,i){t.addEventListener(n,i,!m&&S)}function O(t,n,i){t.removeEventListener(n,i,!m&&S)}function k(t,n){if(n){if(">"===n[0]&&(n=n.substring(1)),t)try{if(t.matches)return t.matches(n);if(t.msMatchesSelector)return t.msMatchesSelector(n);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(n)}catch(t){return!1}return!1}}function M(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function I(t,n,i,o){if(t){i=i||document;do{if(null!=n&&(">"===n[0]?t.parentNode===i&&k(t,n):k(t,n))||o&&t===i)return t;if(t===i)break}while(t=M(t))}return null}var C,j=/\s+/g;function A(t,n,i){if(t&&n)if(t.classList)t.classList[i?"add":"remove"](n);else{var o=(" "+t.className+" ").replace(j," ").replace(" "+n+" "," ");t.className=(o+(i?" "+n:"")).replace(j," ")}}function D(t,n,i){var o=t&&t.style;if(o){if(void 0===i)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(i=t.currentStyle),void 0===n?i:i[n];n in o||-1!==n.indexOf("webkit")||(n="-webkit-"+n),o[n]=i+("string"==typeof i?"":"px")}}function _(t,n){var i="";if("string"==typeof t)i=t;else do{var o=D(t,"transform");o&&"none"!==o&&(i=o+" "+i)}while(!n&&(t=t.parentNode));var e=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return e&&new e(i)}function R(t,n,i){if(t){var o=t.getElementsByTagName(n),e=0,r=o.length;if(i)for(;e<r;e++)i(o[e],e);return o}return[]}function z(){return document.scrollingElement||document.documentElement}function F(t,n,i,o,e){if(t.getBoundingClientRect||t===window){var r,a,s,u,c,l,h;if(t!==window&&t.parentNode&&t!==z()?(a=(r=t.getBoundingClientRect()).top,s=r.left,u=r.bottom,c=r.right,l=r.height,h=r.width):(a=0,s=0,u=window.innerHeight,c=window.innerWidth,l=window.innerHeight,h=window.innerWidth),(n||i)&&t!==window&&(e=e||t.parentNode,!m))do{if(e&&e.getBoundingClientRect&&("none"!==D(e,"transform")||i&&"static"!==D(e,"position"))){var d=e.getBoundingClientRect();a-=d.top+parseInt(D(e,"border-top-width")),s-=d.left+parseInt(D(e,"border-left-width")),u=a+r.height,c=s+r.width;break}}while(e=e.parentNode);if(o&&t!==window){var f=_(e||t),b=f&&f.a,v=f&&f.d;f&&(u=(a/=v)+(l/=v),c=(s/=b)+(h/=b))}return{top:a,left:s,bottom:u,right:c,width:h,height:l}}}function L(t,n,i){for(var o=W(t,!0),e=F(t)[n];o;){var r=F(o)[i];if(!("top"===i||"left"===i?e>=r:e<=r))return o;if(o===z())break;o=W(o,!1)}return!1}function N(t,n,i,o){for(var e=0,r=0,a=t.children;r<a.length;){if("none"!==a[r].style.display&&a[r]!==Kt.ghost&&(o||a[r]!==Kt.dragged)&&I(a[r],i.draggable,t,!1)){if(e===n)return a[r];e++}r++}return null}function H(t,n){for(var i=t.lastElementChild;i&&(i===Kt.ghost||"none"===D(i,"display")||n&&!k(i,n));)i=i.previousElementSibling;return i||null}function P(t,n){var i=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Kt.clone||n&&!k(t,n)||i++;return i}function B(t){var n=0,i=0,o=z();if(t)do{var e=_(t);n+=t.scrollLeft*e.a,i+=t.scrollTop*e.d}while(t!==o&&(t=t.parentNode));return[n,i]}function W(t,n){if(!t||!t.getBoundingClientRect)return z();var i=t,o=!1;do{if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var e=D(i);if(i.clientWidth<i.scrollWidth&&("auto"==e.overflowX||"scroll"==e.overflowX)||i.clientHeight<i.scrollHeight&&("auto"==e.overflowY||"scroll"==e.overflowY)){if(!i.getBoundingClientRect||i===document.body)return z();if(o||n)return i;o=!0}}}while(i=i.parentNode);return z()}function G(t,n){return Math.round(t.top)===Math.round(n.top)&&Math.round(t.left)===Math.round(n.left)&&Math.round(t.height)===Math.round(n.height)&&Math.round(t.width)===Math.round(n.width)}function K(t,n){return function(){if(!C){var i=arguments;1===i.length?t.call(this,i[0]):t.apply(this,i),C=setTimeout((function(){C=void 0}),n)}}}function U(t,n,i){t.scrollLeft+=n,t.scrollTop+=i}function X(t){var n=window.Polymer,i=window.jQuery||window.Zepto;return n&&n.dom?n.dom(t).cloneNode(!0):i?i(t).clone(!0)[0]:t.cloneNode(!0)}var Y="Sortable"+(new Date).getTime();var $=[],V={initializeByDefault:!0},Z={mount:function(t){for(var n in V)V.hasOwnProperty(n)&&!(n in t)&&(t[n]=V[n]);$.forEach((function(n){if(n.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),$.push(t)},pluginEvent:function(t,n,i){var o=this;this.eventCanceled=!1,i.cancel=function(){o.eventCanceled=!0};var e=t+"Global";$.forEach((function(o){n[o.pluginName]&&(n[o.pluginName][e]&&n[o.pluginName][e](d({sortable:n},i)),n.options[o.pluginName]&&n[o.pluginName][t]&&n[o.pluginName][t](d({sortable:n},i)))}))},initializePlugins:function(t,n,i){for(var o in $.forEach((function(o){var e=o.pluginName;if(t.options[e]||o.initializeByDefault){var r=new o(t,n,t.options);r.sortable=t,r.options=t.options,t[e]=r,v(i,r.defaults)}})),t.options)if(t.options.hasOwnProperty(o)){var e=this.modifyOption(t,o,t.options[o]);void 0!==e&&(t.options[o]=e)}},getEventProperties:function(t,n){var i={};return $.forEach((function(o){"function"==typeof o.eventProperties&&v(i,o.eventProperties.call(n[o.pluginName],t))})),i},modifyOption:function(t,n,i){var o;return $.forEach((function(e){t[e.pluginName]&&e.optionListeners&&"function"==typeof e.optionListeners[n]&&(o=e.optionListeners[n].call(t[e.pluginName],i))})),o}},q=["evt"],J=function(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=i.evt,e=function(t,n){if(null==t)return{};var i,o,e=function(t,n){if(null==t)return{};var i,o,e={},r=Object.keys(t);for(o=0;o<r.length;o++)n.indexOf(i=r[o])>=0||(e[i]=t[i]);return e}(t,n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o<r.length;o++)n.indexOf(i=r[o])>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(e[i]=t[i])}return e}(i,q);Z.pluginEvent.bind(Kt)(t,n,d({dragEl:tt,parentEl:nt,ghostEl:it,rootEl:ot,nextEl:et,lastDownEl:rt,cloneEl:at,cloneHidden:st,dragStarted:wt,putSortable:ft,activeSortable:Kt.active,originalEvent:o,oldIndex:ut,oldDraggableIndex:lt,newIndex:ct,newDraggableIndex:ht,hideGhostForTarget:Pt,unhideGhostForTarget:Bt,cloneNowHidden:function(){st=!0},cloneNowShown:function(){st=!1},dispatchSortableEvent:function(t){Q({sortable:n,name:t,originalEvent:o})}},e))};function Q(t){!function(t){var n=t.sortable,i=t.rootEl,o=t.name,e=t.targetEl,r=t.cloneEl,a=t.toEl,s=t.fromEl,u=t.oldIndex,c=t.newIndex,l=t.oldDraggableIndex,h=t.newDraggableIndex,f=t.originalEvent,b=t.putSortable,v=t.extraEventProperties;if(n=n||i&&i[Y]){var g,x=n.options,w="on"+o.charAt(0).toUpperCase()+o.substr(1);!window.CustomEvent||m||p?(g=document.createEvent("Event")).initEvent(o,!0,!0):g=new CustomEvent(o,{bubbles:!0,cancelable:!0}),g.to=a||i,g.from=s||i,g.item=e||i,g.clone=r,g.oldIndex=u,g.newIndex=c,g.oldDraggableIndex=l,g.newDraggableIndex=h,g.originalEvent=f,g.pullMode=b?b.lastPutMode:void 0;var y=d(d({},v),Z.getEventProperties(o,n));for(var E in y)g[E]=y[E];i&&i.dispatchEvent(g),x[w]&&x[w].call(n,g)}}(d({putSortable:ft,cloneEl:at,targetEl:tt,rootEl:ot,oldIndex:ut,oldDraggableIndex:lt,newIndex:ct,newDraggableIndex:ht},t))}var tt,nt,it,ot,et,rt,at,st,ut,ct,lt,ht,dt,ft,bt,vt,gt,mt,pt,xt,wt,yt,Et,St,Tt,Ot=!1,kt=!1,Mt=[],It=!1,Ct=!1,jt=[],At=!1,Dt=[],_t="undefined"!=typeof document,Rt=y,zt=p||m?"cssFloat":"float",Ft=_t&&!E&&!y&&"draggable"in document.createElement("div"),Lt=function(){if(_t){if(m)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Nt=function(t,n){var i=D(t),o=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),e=N(t,0,n),r=N(t,1,n),a=e&&D(e),s=r&&D(r),u=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+F(e).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+F(r).width;return"flex"===i.display?"column"===i.flexDirection||"column-reverse"===i.flexDirection?"vertical":"horizontal":"grid"===i.display?i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":e&&a.float&&"none"!==a.float?!r||"both"!==s.clear&&s.clear!==("left"===a.float?"left":"right")?"horizontal":"vertical":e&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||u>=o&&"none"===i[zt]||r&&"none"===i[zt]&&u+c>o)?"vertical":"horizontal"},Ht=function(t){function n(t,i){return function(o,e,r,a){if(null==t&&(i||o.options.group.name&&e.options.group.name&&o.options.group.name===e.options.group.name))return!0;if(null==t||!1===t)return!1;if(i&&"clone"===t)return t;if("function"==typeof t)return n(t(o,e,r,a),i)(o,e,r,a);var s=(i?o:e).options.group.name;return!0===t||"string"==typeof t&&t===s||t.join&&t.indexOf(s)>-1}}var i={},o=t.group;o&&"object"==f(o)||(o={name:o}),i.name=o.name,i.checkPull=n(o.pull,!0),i.checkPut=n(o.put),i.revertClone=o.revertClone,t.group=i},Pt=function(){!Lt&&it&&D(it,"display","none")},Bt=function(){!Lt&&it&&D(it,"display","")};_t&&!E&&document.addEventListener("click",(function(t){if(kt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),kt=!1,!1}),!0);var Wt=function(t){if(tt){var n=(e=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,Mt.some((function(t){var n=t[Y].options.emptyInsertThreshold;if(n&&!H(t)){var i=F(t);return e>=i.left-n&&e<=i.right+n&&r>=i.top-n&&r<=i.bottom+n?a=t:void 0}})),a);if(n){var i={};for(var o in t)t.hasOwnProperty(o)&&(i[o]=t[o]);i.target=i.rootEl=n,i.preventDefault=void 0,i.stopPropagation=void 0,n[Y]._onDragOver(i)}}var e,r,a},Gt=function(t){tt&&tt.parentNode[Y]._isOutsideThisEl(t.target)};function Kt(t,n){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=n=v({},n),t[Y]=this;var i,o,e={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Nt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,n){t.setData("Text",n.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Kt.supportPointer&&"PointerEvent"in window&&!w,emptyInsertThreshold:5};for(var r in Z.initializePlugins(this,t,e),e)!(r in n)&&(n[r]=e[r]);for(var a in Ht(n),this)"_"===a.charAt(0)&&"function"==typeof this[a]&&(this[a]=this[a].bind(this));this.nativeDraggable=!n.forceFallback&&Ft,this.nativeDraggable&&(this.options.touchStartThreshold=1),n.supportPointer?T(t,"pointerdown",this._onTapStart):(T(t,"mousedown",this._onTapStart),T(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(T(t,"dragover",this),T(t,"dragenter",this)),Mt.push(this.el),n.store&&n.store.get&&this.sort(n.store.get(this)||[]),v(this,(o=[],{captureAnimationState:function(){o=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(t){if("none"!==D(t,"display")&&t!==Kt.ghost){o.push({target:t,rect:F(t)});var n=d({},o[o.length-1].rect);if(t.thisAnimationDuration){var i=_(t,!0);i&&(n.top-=i.f,n.left-=i.e)}t.fromRect=n}}))},addAnimationState:function(t){o.push(t)},removeAnimationState:function(t){o.splice(function(t,n){for(var i in t)if(t.hasOwnProperty(i))for(var o in n)if(n.hasOwnProperty(o)&&n[o]===t[i][o])return Number(i);return-1}(o,{target:t}),1)},animateAll:function(t){var n=this;if(!this.options.animation)return clearTimeout(i),void("function"==typeof t&&t());var e=!1,r=0;o.forEach((function(t){var i=0,o=t.target,a=o.fromRect,s=F(o),u=o.prevFromRect,c=o.prevToRect,l=t.rect,h=_(o,!0);h&&(s.top-=h.f,s.left-=h.e),o.toRect=s,o.thisAnimationDuration&&G(u,s)&&!G(a,s)&&(l.top-s.top)/(l.left-s.left)==(a.top-s.top)/(a.left-s.left)&&(i=function(t,n,i,o){return Math.sqrt(Math.pow(n.top-t.top,2)+Math.pow(n.left-t.left,2))/Math.sqrt(Math.pow(n.top-i.top,2)+Math.pow(n.left-i.left,2))*o.animation}(l,u,c,n.options)),G(s,a)||(o.prevFromRect=a,o.prevToRect=s,i||(i=n.options.animation),n.animate(o,l,s,i)),i&&(e=!0,r=Math.max(r,i),clearTimeout(o.animationResetTimer),o.animationResetTimer=setTimeout((function(){o.animationTime=0,o.prevFromRect=null,o.fromRect=null,o.prevToRect=null,o.thisAnimationDuration=null}),i),o.thisAnimationDuration=i)})),clearTimeout(i),e?i=setTimeout((function(){"function"==typeof t&&t()}),r):"function"==typeof t&&t(),o=[]},animate:function(t,n,i,o){if(o){D(t,"transition",""),D(t,"transform","");var e=_(this.el),r=(n.left-i.left)/(e&&e.a||1),a=(n.top-i.top)/(e&&e.d||1);t.animatingX=!!r,t.animatingY=!!a,D(t,"transform","translate3d("+r+"px,"+a+"px,0)"),this.forRepaintDummy=function(t){return t.offsetWidth}(t),D(t,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),D(t,"transform","translate3d(0,0,0)"),"number"==typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){D(t,"transition",""),D(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),o)}}}))}function Ut(t,n,i,o,e,r,a,s){var u,c,l=t[Y],h=l.options.onMove;return!window.CustomEvent||m||p?(u=document.createEvent("Event")).initEvent("move",!0,!0):u=new CustomEvent("move",{bubbles:!0,cancelable:!0}),u.to=n,u.from=t,u.dragged=i,u.draggedRect=o,u.related=e||n,u.relatedRect=r||F(n),u.willInsertAfter=s,u.originalEvent=a,t.dispatchEvent(u),h&&(c=h.call(l,u,a)),c}function Xt(t){t.draggable=!1}function Yt(){At=!1}function $t(t){for(var n=t.tagName+t.className+t.src+t.href+t.textContent,i=n.length,o=0;i--;)o+=n.charCodeAt(i);return o.toString(36)}function Vt(t){return setTimeout(t,0)}function Zt(t){return clearTimeout(t)}Kt.prototype={constructor:Kt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(yt=null)},_getDirection:function(t,n){return"function"==typeof this.options.direction?this.options.direction.call(this,t,n,tt):this.options.direction},_onTapStart:function(t){if(t.cancelable){var n=this,i=this.el,o=this.options,e=o.preventOnFilter,r=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,s=(a||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,c=o.filter;if(function(t){Dt.length=0;for(var n=t.getElementsByTagName("input"),i=n.length;i--;){var o=n[i];o.checked&&Dt.push(o)}}(i),!tt&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!u.isContentEditable&&(this.nativeDraggable||!w||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=I(s,o.draggable,i,!1))&&s.animated||rt===s)){if(ut=P(s),lt=P(s,o.draggable),"function"==typeof c){if(c.call(this,t,s,this))return Q({sortable:n,rootEl:u,name:"filter",targetEl:s,toEl:i,fromEl:i}),J("filter",n,{evt:t}),void(e&&t.cancelable&&t.preventDefault())}else if(c&&(c=c.split(",").some((function(o){if(o=I(u,o.trim(),i,!1))return Q({sortable:n,rootEl:o,name:"filter",targetEl:s,fromEl:i,toEl:i}),J("filter",n,{evt:t}),!0}))))return void(e&&t.cancelable&&t.preventDefault());o.handle&&!I(u,o.handle,i,!1)||this._prepareDragStart(t,a,s)}}},_prepareDragStart:function(t,n,i){var o,e=this,r=e.el,a=e.options,s=r.ownerDocument;if(i&&!tt&&i.parentNode===r){var u=F(i);if(ot=r,nt=(tt=i).parentNode,et=tt.nextSibling,rt=i,dt=a.group,Kt.dragged=tt,pt=(bt={target:tt,clientX:(n||t).clientX,clientY:(n||t).clientY}).clientX-u.left,xt=bt.clientY-u.top,this._lastX=(n||t).clientX,this._lastY=(n||t).clientY,tt.style["will-change"]="all",o=function(){J("delayEnded",e,{evt:t}),Kt.eventCanceled?e._onDrop():(e._disableDelayedDragEvents(),!x&&e.nativeDraggable&&(tt.draggable=!0),e._triggerDragStart(t,n),Q({sortable:e,name:"choose",originalEvent:t}),A(tt,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){R(tt,t.trim(),Xt)})),T(s,"dragover",Wt),T(s,"mousemove",Wt),T(s,"touchmove",Wt),T(s,"mouseup",e._onDrop),T(s,"touchend",e._onDrop),T(s,"touchcancel",e._onDrop),x&&this.nativeDraggable&&(this.options.touchStartThreshold=4,tt.draggable=!0),J("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!n||this.nativeDraggable&&(p||m))o();else{if(Kt.eventCanceled)return void this._onDrop();T(s,"mouseup",e._disableDelayedDrag),T(s,"touchend",e._disableDelayedDrag),T(s,"touchcancel",e._disableDelayedDrag),T(s,"mousemove",e._delayedDragTouchMoveHandler),T(s,"touchmove",e._delayedDragTouchMoveHandler),a.supportPointer&&T(s,"pointermove",e._delayedDragTouchMoveHandler),e._dragStartTimer=setTimeout(o,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var n=t.touches?t.touches[0]:t;Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){tt&&Xt(tt),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._disableDelayedDrag),O(t,"touchend",this._disableDelayedDrag),O(t,"touchcancel",this._disableDelayedDrag),O(t,"mousemove",this._delayedDragTouchMoveHandler),O(t,"touchmove",this._delayedDragTouchMoveHandler),O(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,n){n=n||"touch"==t.pointerType&&t,!this.nativeDraggable||n?T(document,this.options.supportPointer?"pointermove":n?"touchmove":"mousemove",this._onTouchMove):(T(tt,"dragend",this),T(ot,"dragstart",this._onDragStart));try{document.selection?Vt((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,n){if(Ot=!1,ot&&tt){J("dragStarted",this,{evt:n}),this.nativeDraggable&&T(document,"dragover",Gt);var i=this.options;!t&&A(tt,i.dragClass,!1),A(tt,i.ghostClass,!0),Kt.active=this,t&&this._appendGhost(),Q({sortable:this,name:"start",originalEvent:n})}else this._nulling()},_emulateDragOver:function(){if(vt){this._lastX=vt.clientX,this._lastY=vt.clientY,Pt();for(var t=document.elementFromPoint(vt.clientX,vt.clientY),n=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(vt.clientX,vt.clientY))!==n;)n=t;if(tt.parentNode[Y]._isOutsideThisEl(t),n)do{if(n[Y]&&n[Y]._onDragOver({clientX:vt.clientX,clientY:vt.clientY,target:t,rootEl:n})&&!this.options.dragoverBubble)break;t=n}while(n=n.parentNode);Bt()}},_onTouchMove:function(t){if(bt){var n=this.options,i=n.fallbackTolerance,o=n.fallbackOffset,e=t.touches?t.touches[0]:t,r=it&&_(it,!0),a=it&&r&&r.a,s=it&&r&&r.d,u=Rt&&Tt&&B(Tt),c=(e.clientX-bt.clientX+o.x)/(a||1)+(u?u[0]-jt[0]:0)/(a||1),l=(e.clientY-bt.clientY+o.y)/(s||1)+(u?u[1]-jt[1]:0)/(s||1);if(!Kt.active&&!Ot){if(i&&Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))<i)return;this._onDragStart(t,!0)}if(it){r?(r.e+=c-(gt||0),r.f+=l-(mt||0)):r={a:1,b:0,c:0,d:1,e:c,f:l};var h="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");D(it,"webkitTransform",h),D(it,"mozTransform",h),D(it,"msTransform",h),D(it,"transform",h),gt=c,mt=l,vt=e}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!it){var t=this.options.fallbackOnBody?document.body:ot,n=F(tt,!0,Rt,!0,t),i=this.options;if(Rt){for(Tt=t;"static"===D(Tt,"position")&&"none"===D(Tt,"transform")&&Tt!==document;)Tt=Tt.parentNode;Tt!==document.body&&Tt!==document.documentElement?(Tt===document&&(Tt=z()),n.top+=Tt.scrollTop,n.left+=Tt.scrollLeft):Tt=z(),jt=B(Tt)}A(it=tt.cloneNode(!0),i.ghostClass,!1),A(it,i.fallbackClass,!0),A(it,i.dragClass,!0),D(it,"transition",""),D(it,"transform",""),D(it,"box-sizing","border-box"),D(it,"margin",0),D(it,"top",n.top),D(it,"left",n.left),D(it,"width",n.width),D(it,"height",n.height),D(it,"opacity","0.8"),D(it,"position",Rt?"absolute":"fixed"),D(it,"zIndex","100000"),D(it,"pointerEvents","none"),Kt.ghost=it,t.appendChild(it),D(it,"transform-origin",pt/parseInt(it.style.width)*100+"% "+xt/parseInt(it.style.height)*100+"%")}},_onDragStart:function(t,n){var i=this,o=t.dataTransfer,e=i.options;J("dragStart",this,{evt:t}),Kt.eventCanceled?this._onDrop():(J("setupClone",this),Kt.eventCanceled||((at=X(tt)).removeAttribute("id"),at.draggable=!1,at.style["will-change"]="",this._hideClone(),A(at,this.options.chosenClass,!1),Kt.clone=at),i.cloneId=Vt((function(){J("clone",i),Kt.eventCanceled||(i.options.removeCloneOnHide||ot.insertBefore(at,tt),i._hideClone(),Q({sortable:i,name:"clone"}))})),!n&&A(tt,e.dragClass,!0),n?(kt=!0,i._loopId=setInterval(i._emulateDragOver,50)):(O(document,"mouseup",i._onDrop),O(document,"touchend",i._onDrop),O(document,"touchcancel",i._onDrop),o&&(o.effectAllowed="move",e.setData&&e.setData.call(i,o,tt)),T(document,"drop",i),D(tt,"transform","translateZ(0)")),Ot=!0,i._dragStartId=Vt(i._dragStarted.bind(i,n,t)),T(document,"selectstart",i),wt=!0,w&&D(document.body,"user-select","none"))},_onDragOver:function(t){var n,i,o,e,r=this.el,a=t.target,s=this.options,u=s.group,c=Kt.active,l=dt===u,h=s.sort,f=ft||c,b=this,v=!1;if(!At){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),a=I(a,s.draggable,r,!0),_("dragOver"),Kt.eventCanceled)return v;if(tt.contains(t.target)||a.animated&&a.animatingX&&a.animatingY||b._ignoreWhileAnimating===a)return z(!1);if(kt=!1,c&&!s.disabled&&(l?h||(o=nt!==ot):ft===this||(this.lastPutMode=dt.checkPull(this,c,tt,t))&&u.checkPut(this,c,tt,t))){if(e="vertical"===this._getDirection(t,a),n=F(tt),_("dragOverValid"),Kt.eventCanceled)return v;if(o)return nt=ot,R(),this._hideClone(),_("revert"),Kt.eventCanceled||(et?ot.insertBefore(tt,et):ot.appendChild(tt)),z(!0);var g=H(r,s.draggable);if(!g||function(t,n,i){var o=F(H(i.el,i.options.draggable));return n?t.clientX>o.right+10||t.clientX<=o.right&&t.clientY>o.bottom&&t.clientX>=o.left:t.clientX>o.right&&t.clientY>o.top||t.clientX<=o.right&&t.clientY>o.bottom+10}(t,e,this)&&!g.animated){if(g===tt)return z(!1);if(g&&r===t.target&&(a=g),a&&(i=F(a)),!1!==Ut(ot,r,tt,n,a,i,t,!!a))return R(),g&&g.nextSibling?r.insertBefore(tt,g.nextSibling):r.appendChild(tt),nt=r,B(),z(!0)}else if(g&&function(t,n,i){var o=F(N(i.el,0,i.options,!0));return n?t.clientX<o.left-10||t.clientY<o.top&&t.clientX<o.right:t.clientY<o.top-10||t.clientY<o.bottom&&t.clientX<o.left}(t,e,this)){var m=N(r,0,s,!0);if(m===tt)return z(!1);if(i=F(a=m),!1!==Ut(ot,r,tt,n,a,i,t,!1))return R(),r.insertBefore(tt,m),nt=r,B(),z(!0)}else if(a.parentNode===r){i=F(a);var p,x,w,y=tt.parentNode!==r,E=!function(t,n,i){var o=i?t.left:t.top,e=i?n.left:n.top;return o===e||(i?t.right:t.bottom)===(i?n.right:n.bottom)||o+(i?t.width:t.height)/2===e+(i?n.width:n.height)/2}(tt.animated&&tt.toRect||n,a.animated&&a.toRect||i,e),S=e?"top":"left",T=L(a,"top","top")||L(tt,"top","top"),O=T?T.scrollTop:void 0;if(yt!==a&&(x=i[S],It=!1,Ct=!E&&s.invertSwap||y),p=function(t,n,i,o,e,r,a,s){var u=o?t.clientY:t.clientX,c=o?i.height:i.width,l=o?i.top:i.left,h=o?i.bottom:i.right,d=!1;if(!a)if(s&&St<c*e){if(!It&&(1===Et?u>l+c*r/2:u<h-c*r/2)&&(It=!0),It)d=!0;else if(1===Et?u<l+St:u>h-St)return-Et}else if(u>l+c*(1-e)/2&&u<h-c*(1-e)/2)return function(t){return P(tt)<P(t)?1:-1}(n);return(d=d||a)&&(u<l+c*r/2||u>h-c*r/2)?u>l+c/2?1:-1:0}(t,a,i,e,E?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,Ct,yt===a),0!==p){var k=P(tt);do{w=nt.children[k-=p]}while(w&&("none"===D(w,"display")||w===it))}if(0===p||w===a)return z(!1);yt=a,Et=p;var M=a.nextElementSibling,C=!1,j=Ut(ot,r,tt,n,a,i,t,C=1===p);if(!1!==j)return 1!==j&&-1!==j||(C=1===j),At=!0,setTimeout(Yt,30),R(),C&&!M?r.appendChild(tt):a.parentNode.insertBefore(tt,C?M:a),T&&U(T,0,O-T.scrollTop),nt=tt.parentNode,void 0===x||Ct||(St=Math.abs(x-F(a)[S])),B(),z(!0)}if(r.contains(tt))return z(!1)}return!1}function _(s,u){J(s,b,d({evt:t,isOwner:l,axis:e?"vertical":"horizontal",revert:o,dragRect:n,targetRect:i,canSort:h,fromSortable:f,target:a,completed:z,onMove:function(i,o){return Ut(ot,r,tt,n,i,F(i),t,o)},changed:B},u))}function R(){_("dragOverAnimationCapture"),b.captureAnimationState(),b!==f&&f.captureAnimationState()}function z(n){return _("dragOverCompleted",{insertion:n}),n&&(l?c._hideClone():c._showClone(b),b!==f&&(A(tt,ft?ft.options.ghostClass:c.options.ghostClass,!1),A(tt,s.ghostClass,!0)),ft!==b&&b!==Kt.active?ft=b:b===Kt.active&&ft&&(ft=null),f===b&&(b._ignoreWhileAnimating=a),b.animateAll((function(){_("dragOverAnimationComplete"),b._ignoreWhileAnimating=null})),b!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(a===tt&&!tt.animated||a===r&&!a.animated)&&(yt=null),s.dragoverBubble||t.rootEl||a===document||(tt.parentNode[Y]._isOutsideThisEl(t.target),!n&&Wt(t)),!s.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),v=!0}function B(){ct=P(tt),ht=P(tt,s.draggable),Q({sortable:b,name:"change",toEl:r,newIndex:ct,newDraggableIndex:ht,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){O(document,"mousemove",this._onTouchMove),O(document,"touchmove",this._onTouchMove),O(document,"pointermove",this._onTouchMove),O(document,"dragover",Wt),O(document,"mousemove",Wt),O(document,"touchmove",Wt)},_offUpEvents:function(){var t=this.el.ownerDocument;O(t,"mouseup",this._onDrop),O(t,"touchend",this._onDrop),O(t,"pointerup",this._onDrop),O(t,"touchcancel",this._onDrop),O(document,"selectstart",this)},_onDrop:function(t){var n=this.el,i=this.options;ct=P(tt),ht=P(tt,i.draggable),J("drop",this,{evt:t}),nt=tt&&tt.parentNode,ct=P(tt),ht=P(tt,i.draggable),Kt.eventCanceled||(Ot=!1,Ct=!1,It=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Zt(this.cloneId),Zt(this._dragStartId),this.nativeDraggable&&(O(document,"drop",this),O(n,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),w&&D(document.body,"user-select",""),D(tt,"transform",""),t&&(wt&&(t.cancelable&&t.preventDefault(),!i.dropBubble&&t.stopPropagation()),it&&it.parentNode&&it.parentNode.removeChild(it),(ot===nt||ft&&"clone"!==ft.lastPutMode)&&at&&at.parentNode&&at.parentNode.removeChild(at),tt&&(this.nativeDraggable&&O(tt,"dragend",this),Xt(tt),tt.style["will-change"]="",wt&&!Ot&&A(tt,ft?ft.options.ghostClass:this.options.ghostClass,!1),A(tt,this.options.chosenClass,!1),Q({sortable:this,name:"unchoose",toEl:nt,newIndex:null,newDraggableIndex:null,originalEvent:t}),ot!==nt?(ct>=0&&(Q({rootEl:nt,name:"add",toEl:nt,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"remove",toEl:nt,originalEvent:t}),Q({rootEl:nt,name:"sort",toEl:nt,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"sort",toEl:nt,originalEvent:t})),ft&&ft.save()):ct!==ut&&ct>=0&&(Q({sortable:this,name:"update",toEl:nt,originalEvent:t}),Q({sortable:this,name:"sort",toEl:nt,originalEvent:t})),Kt.active&&(null!=ct&&-1!==ct||(ct=ut,ht=lt),Q({sortable:this,name:"end",toEl:nt,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){J("nulling",this),ot=tt=nt=it=et=at=rt=st=bt=vt=wt=ct=ht=ut=lt=yt=Et=ft=dt=Kt.dragged=Kt.ghost=Kt.clone=Kt.active=null,Dt.forEach((function(t){t.checked=!0})),Dt.length=gt=mt=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":tt&&(this._onDragOver(t),function(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}(t));break;case"selectstart":t.preventDefault()}},toArray:function(){for(var t,n=[],i=this.el.children,o=0,e=i.length,r=this.options;o<e;o++)I(t=i[o],r.draggable,this.el,!1)&&n.push(t.getAttribute(r.dataIdAttr)||$t(t));return n},sort:function(t,n){var i={},o=this.el;this.toArray().forEach((function(t,n){var e=o.children[n];I(e,this.options.draggable,o,!1)&&(i[t]=e)}),this),n&&this.captureAnimationState(),t.forEach((function(t){i[t]&&(o.removeChild(i[t]),o.appendChild(i[t]))})),n&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,n){return I(t,n||this.options.draggable,this.el,!1)},option:function(t,n){var i=this.options;if(void 0===n)return i[t];var o=Z.modifyOption(this,t,n);i[t]=void 0!==o?o:n,"group"===t&&Ht(i)},destroy:function(){J("destroy",this);var t=this.el;t[Y]=null,O(t,"mousedown",this._onTapStart),O(t,"touchstart",this._onTapStart),O(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(O(t,"dragover",this),O(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),Mt.splice(Mt.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!st){if(J("hideClone",this),Kt.eventCanceled)return;D(at,"display","none"),this.options.removeCloneOnHide&&at.parentNode&&at.parentNode.removeChild(at),st=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(st){if(J("showClone",this),Kt.eventCanceled)return;tt.parentNode!=ot||this.options.group.revertClone?et?ot.insertBefore(at,et):ot.appendChild(at):ot.insertBefore(at,tt),this.options.group.revertClone&&this.animate(tt,at),D(at,"display",""),st=!1}}else this._hideClone()}},_t&&T(document,"touchmove",(function(t){(Kt.active||Ot)&&t.cancelable&&t.preventDefault()})),Kt.utils={on:T,off:O,css:D,find:R,is:function(t,n){return!!I(t,n,t,!1)},extend:function(t,n){if(t&&n)for(var i in n)n.hasOwnProperty(i)&&(t[i]=n[i]);return t},throttle:K,closest:I,toggleClass:A,clone:X,index:P,nextTick:Vt,cancelNextTick:Zt,detectDirection:Nt,getChild:N},Kt.get=function(t){return t[Y]},Kt.mount=function(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];n[0].constructor===Array&&(n=n[0]),n.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Kt.utils=d(d({},Kt.utils),t.utils)),Z.mount(t)}))},Kt.create=function(t,n){return new Kt(t,n)},Kt.version="1.15.0";var qt,Jt,Qt,tn,nn,on,en=[],rn=!1;function an(){en.forEach((function(t){clearInterval(t.pid)})),en=[]}function sn(){clearInterval(on)}var un=K((function(t,n,i,o){if(n.scroll){var e,r=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,s=n.scrollSensitivity,u=n.scrollSpeed,c=z(),l=!1;Jt!==i&&(Jt=i,an(),e=n.scrollFn,!0===(qt=n.scroll)&&(qt=W(i,!0)));var h=0,d=qt;do{var f=d,b=F(f),v=b.top,g=b.bottom,m=b.left,p=b.right,x=b.width,w=b.height,y=void 0,E=void 0,S=f.scrollWidth,T=f.scrollHeight,O=D(f),k=f.scrollLeft,M=f.scrollTop;f===c?(y=x<S&&("auto"===O.overflowX||"scroll"===O.overflowX||"visible"===O.overflowX),E=w<T&&("auto"===O.overflowY||"scroll"===O.overflowY||"visible"===O.overflowY)):(y=x<S&&("auto"===O.overflowX||"scroll"===O.overflowX),E=w<T&&("auto"===O.overflowY||"scroll"===O.overflowY));var I=y&&(Math.abs(p-r)<=s&&k+x<S)-(Math.abs(m-r)<=s&&!!k),C=E&&(Math.abs(g-a)<=s&&M+w<T)-(Math.abs(v-a)<=s&&!!M);if(!en[h])for(var j=0;j<=h;j++)en[j]||(en[j]={});en[h].vx==I&&en[h].vy==C&&en[h].el===f||(en[h].el=f,en[h].vx=I,en[h].vy=C,clearInterval(en[h].pid),0==I&&0==C||(l=!0,en[h].pid=setInterval(function(){o&&0===this.layer&&Kt.active._onTouchMove(nn);var n=en[this.layer].vy?en[this.layer].vy*u:0,i=en[this.layer].vx?en[this.layer].vx*u:0;"function"==typeof e&&"continue"!==e.call(Kt.dragged.parentNode[Y],i,n,t,nn,en[this.layer].el)||U(en[this.layer].el,i,n)}.bind({layer:h}),24))),h++}while(n.bubbleScroll&&d!==c&&(d=W(d,!1)));rn=l}}),30),cn=function(t){var n=t.originalEvent,i=t.putSortable,o=t.dragEl,e=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(n){var a=i||t.activeSortable;(0,t.hideGhostForTarget)();var s=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n,u=document.elementFromPoint(s.clientX,s.clientY);r(),a&&!a.el.contains(u)&&(e("spill"),this.onSpill({dragEl:o,putSortable:i}))}};function ln(){}function hn(){}ln.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var o=N(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(n,o):this.sortable.el.appendChild(n),this.sortable.animateAll(),i&&i.animateAll()},drop:cn},v(ln,{pluginName:"revertOnSpill"}),hn.prototype={onSpill:function(t){var n=t.dragEl,i=t.putSortable||this.sortable;i.captureAnimationState(),n.parentNode&&n.parentNode.removeChild(n),i.animateAll()},drop:cn},v(hn,{pluginName:"removeOnSpill"}),Kt.mount(new function(){function t(){for(var t in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"==typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var n=t.originalEvent;this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):T(document,this.options.supportPointer?"pointermove":n.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var n=t.originalEvent;this.options.dragOverBubble||n.rootEl||this._handleAutoScroll(n)},drop:function(){this.sortable.nativeDraggable?O(document,"dragover",this._handleAutoScroll):(O(document,"pointermove",this._handleFallbackAutoScroll),O(document,"touchmove",this._handleFallbackAutoScroll),O(document,"mousemove",this._handleFallbackAutoScroll)),sn(),an(),clearTimeout(C),C=void 0},nulling:function(){nn=Jt=qt=rn=on=Qt=tn=null,en.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,n){var i=this,o=(t.touches?t.touches[0]:t).clientX,e=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(o,e);if(nn=t,n||this.options.forceAutoScrollFallback||p||m||w){un(t,this.options,r,n);var a=W(r,!0);!rn||on&&o===Qt&&e===tn||(on&&sn(),on=setInterval((function(){var r=W(document.elementFromPoint(o,e),!0);r!==a&&(a=r,an()),un(t,i.options,r,n)}),10),Qt=o,tn=e)}else{if(!this.options.bubbleScroll||W(r,!0)===z())return void an();un(t,this.options,W(r,!1),!1)}}},v(t,{pluginName:"scroll",initializeByDefault:!0})}),Kt.mount(hn,ln);const dn=class{constructor(i){t(this,i),this.newTab=n(this,"newTab",7),this.sortChanged=n(this,"sortChanged",7),this.showNewTabButton=!0,this.tabLimit=1/0,this.allowSort=!0,this.focused=0,this.disableAddTabButton=!1,this.tabTriggers=void 0,this.hasScrollbar=!1,this.keyboardSort=!1,this.initialSortIndex=0,this.sortTarget=void 0,this.ariaLiveAlert=""}onFocusin(t){this.allowSort&&s(".gux-scrollable-section",t)&&!this.keyboardSort&&(this.ariaLiveAlert="toggleSort")}onFocusout(t){this.root.querySelector(".gux-scrollable-section").contains(t.relatedTarget)||this.tabTriggers.forEach(((t,n)=>{t.guxGetActive().then((i=>{i?this.focused=n:(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))}))}watchAllowSort(t){t?this.validateSortableInstance():this.destroySortable()}onMutation(){this.setTabTriggers()}onKeydown(t){switch(t.key){case"ArrowRight":case"ArrowDown":if(t.preventDefault(),this.keyboardSort&&!s(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-scrollable-section"),n=t.querySelectorAll("gux-tab-advanced"),i=Array.prototype.indexOf.call(n,this.sortTarget);let o;o=i===n.length-1?n[0]:n[i+2],t.insertBefore(this.sortTarget,o),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.focused)}else s(".gux-tab-options-button",t)||s(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":if(t.preventDefault(),this.keyboardSort&&!s(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-scrollable-section"),n=t.querySelectorAll("gux-tab-advanced"),i=Array.prototype.indexOf.call(n,this.sortTarget);t.insertBefore(this.sortTarget,n[i-1]||null),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.focused)}else s(".gux-tab-options-button",t)||s(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("backward");break;case"Escape":t.preventDefault(),this.keyboardSort&&this.allowSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled",this.root.querySelector(".gux-scrollable-section").insertBefore(this.sortTarget,this.tabTriggers[this.initialSortIndex]||null)),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.initialSortIndex),u((()=>{this.focusTab(this.initialSortIndex)}));break;case"Enter":this.keyboardSort&&(t.preventDefault(),this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.emitSortChanged());break;case"Tab":this.keyboardSort&&(this.keyboardSort=!1,this.ariaLiveAlert="sortCancelled");break;case"Home":t.preventDefault(),this.focusTab(0);break;case"End":t.preventDefault(),this.focusTab(this.tabTriggers.length-1)}}onKeyup(t){" "===t.key&&s(".gux-tab",t)&&!s(".gux-tab-options-button",t)&&!s("gux-popover-list",t)&&this.allowSort&&(t.preventDefault(),!0===this.keyboardSort?(this.keyboardSort=!1,this.ariaLiveAlert="sortComplete",this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.focused=n)})),this.focusTab(this.focused),this.emitSortChanged()):(this.keyboardSort=!0,this.sortTarget=t.target.parentNode.parentNode,this.tabTriggers.forEach(((t,n)=>{var i;t.tabId===(null===(i=this.sortTarget)||void 0===i?void 0:i.getAttribute("tab-id"))&&(this.initialSortIndex=n)})),this.ariaLiveAlert="sortModeOn"))}async guxSetActive(t){this.tabTriggers.forEach(((n,i)=>{const o=n.tabId===t;n.guxSetActive(o),o&&(this.focused=i)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,n)=>{t.guxGetActive().then((i=>{this.focused===n||i||(t.querySelector(".gux-tab-button").setAttribute("tabindex","-1"),t.querySelector(".gux-tab-options-button")&&t.querySelector(".gux-tab-options-button").setAttribute("tabindex","-1"))}))})),this.tabTriggers[this.focused].querySelector("button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].querySelector(".gux-tab-options-button")&&this.tabTriggers[this.focused].querySelector(".gux-tab-options-button").setAttribute("tabindex","0"),this.tabTriggers[this.focused].guxFocus()}setTabTriggers(){this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.triggerIds=this.tabTriggers?Array.from(this.tabTriggers).map((t=>`gux-${t.getAttribute("tab-id")}-tab`)).join(" "):""}createSortable(){this.sortableInstance=new Kt(this.root.querySelector(".gux-scrollable-section"),{animation:250,draggable:"gux-tab-advanced",filter:".ignore-sort",onMove:t=>!t.related.classList.contains("ignore-sort"),onUpdate:()=>{this.emitSortChanged()}})}destroySortable(){this.sortableInstance&&(this.sortableInstance.destroy(),this.sortableInstance=null)}emitSortChanged(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced")).map((t=>t.tabId));this.sortChanged.emit(t)}checkForScrollbarHideOrShow(){i((()=>{const t=this.root.querySelector(".gux-scrollable-section"),n=t.clientWidth<t.scrollWidth;n!==this.hasScrollbar&&(this.hasScrollbar=n)}))}handleKeyboardScroll(t){"forward"===t?this.focused<this.tabTriggers.length-1?(this.hasScrollbar&&this.scrollRight(),this.focusTab(this.focused+1)):(this.hasScrollbar&&this.scrollToStart(),this.focusTab(0)):"backward"===t&&(this.focused>0?(this.hasScrollbar&&this.scrollLeft(),this.focusTab(this.focused-1)):(this.hasScrollbar&&this.scrollToEnd(),this.focusTab(this.tabTriggers.length-1)))}disconnectedCallback(){this.sortableInstance&&this.destroySortable(),this.resizeObserver&&this.resizeObserver.unobserve(this.root.querySelector(".gux-tab-container")),this.domObserver&&this.domObserver.disconnect()}async componentWillLoad(){this.setTabTriggers(),this.i18n=await c(this.root,l,"gux-tabs-advanced")}validateSortableInstance(){this.allowSort&&!this.sortableInstance&&this.createSortable()}componentDidLoad(){this.validateSortableInstance(),!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkForScrollbarHideOrShow()))),this.resizeObserver&&this.resizeObserver.observe(this.root.querySelector(".gux-scrollable-section")),!this.domObserver&&window.MutationObserver&&(this.domObserver=new MutationObserver((()=>this.checkForScrollbarHideOrShow()))),this.domObserver&&this.domObserver.observe(this.root,{childList:!0,attributes:!1,subtree:!0}),u((()=>{this.checkForScrollbarHideOrShow()}),500)}scrollLeft(){o((()=>{var t;this.root.querySelector(".gux-scrollable-section").scrollBy(-(null===(t=this.root.querySelector("gux-tab-advanced"))||void 0===t?void 0:t.scrollWidth),0)}))}scrollRight(){o((()=>{var t;this.root.querySelector(".gux-scrollable-section").scrollBy(null===(t=this.root.querySelector("gux-tab-advanced"))||void 0===t?void 0:t.scrollWidth,0)}))}scrollToStart(){const t=this.root.querySelector(".gux-scrollable-section");o((()=>{null==t||t.scrollBy(-(null==t?void 0:t.scrollWidth),0)}))}scrollToEnd(){const t=this.root.querySelector(".gux-scrollable-section");o((()=>{t.scrollBy(null==t?void 0:t.scrollWidth,0)}))}componentWillRender(){const t=Array.from(this.root.querySelectorAll("gux-tab-advanced"));this.disableAddTabButton=t.length>=this.tabLimit}render(){return[e("span",{class:"gux-sr-only gux-aria-live-region","aria-live":"polite"},this.ariaLiveAlert?this.i18n(this.ariaLiveAlert):""),e("div",{class:"gux-tab-container"},e("div",{class:"action-button-container"},this.renderScrollButton("scrollLeft")),e("div",{role:"tablist",class:"gux-scrollable-section "+(this.keyboardSort?"gux-tab-sorting":""),"aria-owns":this.triggerIds},e("slot",null)),e("div",{class:"action-button-container"},this.renderScrollButton("scrollRight"),this.showNewTabButton?e((t=>e("button",{title:this.disableAddTabButton?this.i18n("disableNewTab"):this.root.querySelector('[slot="add-tab"]')?this.root.querySelector('[slot="add-tab"]').textContent.trim():this.i18n("createNewTab"),class:"add-tab-button",onClick:()=>t.onClick(),disabled:this.disableAddTabButton},e("slot",{name:"add-tab"},e("gux-icon",{"icon-name":"add",decorative:!0})))),{onClick:()=>this.newTab.emit()}):null))]}renderScrollButton(t){return e("div",{class:"gux-scroll-button-container"},this.hasScrollbar?e("button",{tabindex:"-1",title:this.i18n(t),"aria-label":this.i18n(t),class:"gux-scroll-button",onDragOver:()=>this.getScrollDirection(t),onClick:()=>this.getScrollDirection(t)},e("gux-icon",{"icon-name":this.getChevronIconName(t),decorative:!0})):null)}getScrollDirection(t){switch(t){case"scrollLeft":this.scrollLeft();break;case"scrollRight":this.scrollRight()}}getChevronIconName(t){switch(t){case"scrollLeft":return"chevron-left";case"scrollRight":return"chevron-right"}}get root(){return r(this)}static get watchers(){return{allowSort:["watchAllowSort"]}}};(function(t,n,i,o){var e,r=arguments.length,a=r<3?n:null===o?o=Object.getOwnPropertyDescriptor(n,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,n,i,o);else for(var s=t.length-1;s>=0;s--)(e=t[s])&&(a=(r<3?e(a):r>3?e(n,i,a):e(n,i))||a);r>3&&a&&Object.defineProperty(n,i,a)})([a({childList:!0,subtree:!0})],dn.prototype,"onMutation",null),dn.style="gux-tab-advanced-list .gux-tab-container{display:flex;align-items:flex-end;width:100%;height:50px;margin-bottom:16px;overflow-x:auto;overflow-y:hidden;background-color:#f6f7f9;border-bottom:1px solid #d7dce5;border-radius:4px 4px 0 0}gux-tab-advanced-list .gux-tab-container .action-button-container{display:flex;border-radius:4px}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button{min-width:35px;height:50px;padding:0;margin-left:2px;color:#2e394c;background-color:#e2e6ee;border:none;border-radius:4px;transition:color 0.25s}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button [slot=add-tab]{display:inline-flex;align-items:center;padding:0 12px;white-space:nowrap;font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button [slot=add-tab] gux-icon{padding-right:8px}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:disabled{opacity:0.5}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:hover{background-color:#d7dce5}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:active{background-color:#c8cfda}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #aac9ff}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button:focus-visible{border-radius:5px;outline:none;box-shadow:inset 0 0 0 3px #aac9ff}gux-tab-advanced-list .gux-tab-container .action-button-container .add-tab-button gux-icon{width:16px;height:16px}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container{display:flex;border-radius:4px}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button{display:flex;align-items:center;justify-content:center;width:28px;height:50px;padding:0;color:#2e394c;background-color:#e2e6ee;border:none;border-radius:4px;transition:color 0.25s}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:focus-visible{border:3px solid #aac9ff;border-radius:5px;outline:none}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button gux-icon{width:16px;height:16px}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:focus-visible{border:3px solid #aac9ff;outline:none}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:hover{background-color:#d7dce5}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:active{background-color:#c8cfda}gux-tab-advanced-list .gux-tab-container .action-button-container .gux-scroll-button-container .gux-scroll-button:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}gux-tab-advanced-list .gux-tab-container .gux-scrollable-section{display:flex;align-items:flex-end;height:50px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}gux-tab-advanced-list .gux-tab-container .gux-scrollable-section::-webkit-scrollbar{height:0}gux-tab-advanced-list .gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{dn as gux_tab_advanced_list}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,c as t,h as o,H as i,g as n}from"./p-deca7631.js";import{r as s}from"./p-3ea0d493.js";import{b as r}from"./p-2ba7be7a.js";import"./p-0962dd7a.js";const a={removeCustomElementInstructions:", unselecting this custom option will remove it from the list"},u=class{constructor(o){e(this,o),this.guxremovecustomoption=t(this,"guxremovecustomoption",7),this.internalselectcustomoption=t(this,"internalselectcustomoption",7),this.value=void 0,this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1,this.custom=!1}emitRemoveCustomOption(){!this.selected&&this.custom&&this.guxremovecustomoption.emit()}handleActive(e){var t,o;e?null===(t=this.truncateElement)||void 0===t||t.setShowTooltip():null===(o=this.truncateElement)||void 0===o||o.setHideTooltip()}async componentWillLoad(){this.i18n=await r(this.root,a),this.root.id=this.root.id||s("gux-option-multi"),this.custom&&this.internalselectcustomoption.emit(this.value)}renderSVGCheckbox(){return o("svg",{class:"gux-checkbox-container",xmlns:"http://www.w3.org/2000/svg",viewBox:"1 1 13 13"},o("path",this.selected?{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 1H11C11.7956 1 12.5587 1.31607 13.1213 1.87868C13.6839 2.44129 14 3.20435 14 4V11C14 11.7956 13.6839 12.5587 13.1213 13.1213C12.5587 13.6839 11.7956 14 11 14H4C3.20435 14 2.44129 13.6839 1.87868 13.1213C1.31607 12.5587 1 11.7956 1 11V4C1 3.20435 1.31607 2.44129 1.87868 1.87868C2.44129 1.31607 3.20435 1 4 1ZM5.57018 10.4198C5.7051 10.5547 5.87599 10.6177 6.04689 10.6177C6.22678 10.6177 6.39767 10.5457 6.52359 10.4198L11.7944 5.14905C12.0552 4.88821 12.0552 4.45647 11.7944 4.19563C11.5335 3.93479 11.1018 3.93479 10.841 4.19563L6.04689 8.9897L4.14905 7.08286C3.88821 6.82202 3.45647 6.82202 3.19563 7.08286C2.93479 7.3437 2.93479 7.77544 3.19563 8.03628L5.57018 10.4198Z"}:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11 2.5H4C3.17157 2.5 2.5 3.17157 2.5 4V11C2.5 11.8284 3.17157 12.5 4 12.5H11C11.8284 12.5 12.5 11.8284 12.5 11V4C12.5 3.17157 11.8284 2.5 11 2.5ZM4 1C2.34315 1 1 2.34315 1 4V11C1 12.6569 2.34315 14 4 14H11C12.6569 14 14 12.6569 14 11V4C14 2.34315 12.6569 1 11 1H4Z"}))}renderCustomOptionInstructions(){if(this.custom)return o("span",{class:"gux-screenreader"},this.i18n("removeCustomElementInstructions"))}render(){return o(i,{role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-selected":this.selected},"aria-selected":this.selected.toString(),"aria-disabled":this.disabled.toString()},this.renderSVGCheckbox(),o("gux-truncate",{"gux-slot-container":!0,ref:e=>this.truncateElement=e},o("slot",null)),this.renderCustomOptionInstructions())}get root(){return n(this)}static get watchers(){return{selected:["emitRemoveCustomOption"],active:["handleActive"]}}};u.style=':host{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-menu-option-gap);align-content:stretch;align-items:center;min-height:var(--gse-ui-menu-option-height);padding:var(--gse-ui-menu-option-padding);font-family:var(--gse-ui-menu-option-label-default-text-fontFamily);font-size:var(--gse-ui-menu-option-label-default-text-fontSize);font-weight:var(--gse-ui-menu-option-label-default-text-fontWeight);line-height:var(--gse-ui-menu-option-label-default-text-lineHeight);color:var(--gse-ui-menu-option-label-foregroundColor);word-wrap:break-word;cursor:pointer}:host .gux-checkbox-container{position:relative;display:inline-block;width:var(--gse-ui-menu-option-startIcon-width);height:var(--gse-ui-menu-option-startIcon-height);content:""}:host .gux-checkbox-container>path{fill:var(--gse-ui-menu-option-checkbox-unchecked-default-foregroundColor)}:host:host(.gux-disabled){opacity:var(--gse-ui-menu-option-disabled-opacity);pointer-events:none;cursor:default}:host:host(:active:not(:disabled)){font-family:var(--gse-ui-menu-option-label-active-text-fontFamily);font-size:var(--gse-ui-menu-option-label-active-text-fontSize);font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);line-height:var(--gse-ui-menu-option-label-active-text-lineHeight)}:host:host(.gux-selected){font-family:var(--gse-ui-menu-option-label-active-text-fontFamily);font-size:var(--gse-ui-menu-option-label-active-text-fontSize);font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);line-height:var(--gse-ui-menu-option-label-active-text-lineHeight);background-color:var(--gse-ui-menu-option-selected-backgroundColor)}:host:host(.gux-selected) .gux-checkbox-container>path{fill:var(--gse-ui-menu-option-checkbox-checked-default-foregroundColor)}:host:host(.gux-active){border-radius:var(--gse-semantic-focusRing-cornerRadius);outline:var(--gse-ui-menu-option-focus-border-width) var(--gse-ui-menu-option-focus-border-style) var(--gse-ui-menu-option-focus-border-color);outline-offset:-2px}:host:host(:hover:not([disabled])){background-color:var(--gse-ui-menu-option-hover-backgroundColor)}:host:host(:hover:not([disabled])):host(.gux-selected) .gux-checkbox-container>path{fill:var(--gse-ui-menu-option-checkbox-checked-hover-foregroundColor)}:host:host(:hover:not([disabled])):host(:not(.gux-selected)) .gux-checkbox-container>path{fill:var(--gse-ui-menu-option-checkbox-unchecked-hover-foregroundColor)}:host:host(.gux-filtered){display:none}:host .gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}';export{u as gux_option_multi}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as i,H as a,g as s}from"./p-deca7631.js";import{s as r}from"./p-373c5d93.js";import{c as e}from"./p-7b08c759.js";import{t as o}from"./p-c23acf83.js";import{a as n}from"./p-9d734bbd.js";const h=class{constructor(i){t(this,i),this.value=0,this.maxValue=5,this.disabled=!1,this.readonly=!1}onClick(t){if(t.stopPropagation(),this.disabled||this.readonly)return;const[i]=t.composedPath(),a=i.getRootNode(),s=Array.from(this.starContainer.children).findIndex((t=>t.shadowRoot===a))+1;s===this.value+.5?this.updateRatingValue(s):s===this.value?this.updateRatingValue(0):s!==Math.floor(this.value)&&this.updateRatingValue(s-.5)}onKeyDown(t){if(t.stopPropagation(),!this.disabled&&!this.readonly)switch(t.key){case"ArrowUp":case"ArrowLeft":t.preventDefault(),this.updateRatingValue(this.value-.5);break;case"ArrowDown":case"ArrowRight":t.preventDefault(),this.updateRatingValue(this.value+.5);break;case"End":t.preventDefault(),this.updateRatingValue(1/0);break;case"Home":t.preventDefault(),this.updateRatingValue(-1/0)}}updateRatingValue(t){const i=e(t,0,Array.from(this.starContainer.children).length);this.value!==i&&(this.value=i,r(this.root,"input"),r(this.root,"change"))}getRatingStarElements(){return[...Array(this.maxValue).keys()].reduce(((t,i)=>t.concat(i+.5===this.value?"rating-partial":i+1<=this.value?"rating-active":"rating")),[]).map((t=>i("gux-icon",{"icon-name":t,decorative:!0})))}getTabIndex(){return this.disabled?-1:0}componentWillLoad(){o(this.root)}componentDidLoad(){this.root.getAttribute("aria-label")||this.root.getAttribute("aria-labelledby")||n(this.root,"`gux-rating` requires a label. Either provide a label and associate it with the gux-rating element using `aria-labelledby` or add an `aria-label` attribute to the gux-rating element.")}render(){return i(a,{role:"spinbutton",tabindex:this.getTabIndex(),"aria-readonly":this.readonly.toString(),"aria-valuenow":this.value,"aria-valuemin":"0","aria-valuemax":this.maxValue},i("div",{ref:t=>this.starContainer=t,class:{"gux-rating-star-container":!0,"gux-disabled":this.disabled}},this.getRatingStarElements()))}get root(){return s(this)}};h.style=":host{display:inline-flex;user-select:none}:host(:host:focus-visible){outline:var(--gse-ui-focus-width) var(--gse-ui-focus-style) var(--gse-ui-focus-color);outline-offset:1px;box-shadow:0 0 0 1px var(--gse-ui-focus-style)}.gux-rating-star-container{color:var(--gse-ui-rating-default-color)}.gux-rating-star-container.gux-disabled{color:var(--gse-ui-rating-disabled-color);pointer-events:none;opacity:var(--gse-ui-rating-disabled-opacity)}.gux-rating-star-container gux-icon{width:var(--gse-ui-rating-size);height:var(--gse-ui-rating-size);color:var(--gse-ui-rating-default-color)}.gux-rating-star-container gux-icon:hover:not(.gux-disabled){color:var(--gse-ui-rating-hover-color)}";export{h as gux_rating}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as n,g as a}from"./p-deca7631.js";import{t as g}from"./p-c23acf83.js";const i=class{constructor(n){e(this,n)}componentWillLoad(){g(this.root)}render(){return n("div",{class:"gux-container",role:"alert","aria-live":"assertive"},n("div",{class:"gux-progress"},n("slot",{name:"progress"})),n("div",{class:"gux-primary-message"},n("slot",{name:"primary-message"})),n("div",{class:"gux-additional-guidance"},n("slot",{name:"additional-guidance"})))}get root(){return a(this)}};i.style="/**\n * @prop --gse-progressAndLoading-loadingState-large-header-fontFamily\n * @prop --gse-progressAndLoading-loadingState-large-header-fontWeight\n * @prop --gse-progressAndLoading-loadingState-large-header-lineHeight\n * @prop --gse-progressAndLoading-loadingState-large-header-fontSize\n * @prop --gse-progressAndLoading-loadingState-large-subheader-fontFamily\n * @prop --gse-progressAndLoading-loadingState-large-subheader-fontWeight\n * @prop --gse-progressAndLoading-loadingState-large-subheader-lineHeight\n * @prop --gse-progressAndLoading-loadingState-large-subheader-fontSize\n * @prop --gse-progressAndLoading-loadingState-large-width : TODO https://inindca.atlassian.net/browse/COMUI-2264\n * @prop --gse-progressAndLoading-loadingState-medium-header-fontFamily\n * @prop --gse-progressAndLoading-loadingState-medium-header-fontWeight\n * @prop --gse-progressAndLoading-loadingState-medium-header-lineHeight\n * @prop --gse-progressAndLoading-loadingState-medium-header-fontSize\n * @prop --gse-progressAndLoading-loadingState-medium-subheader-fontFamily\n * @prop --gse-progressAndLoading-loadingState-medium-subheader-fontWeight\n * @prop --gse-progressAndLoading-loadingState-medium-subheader-lineHeight\n * @prop --gse-progressAndLoading-loadingState-medium-subheader-fontSize\n * @prop --gse-progressAndLoading-loadingState-medium-width\n * @prop --gse-progressAndLoading-loadingState-small-header-fontFamily\n * @prop --gse-progressAndLoading-loadingState-small-header-fontWeight\n * @prop --gse-progressAndLoading-loadingState-small-header-lineHeight\n * @prop --gse-progressAndLoading-loadingState-small-header-fontSize\n * @prop --gse-progressAndLoading-loadingState-small-subheader-fontFamily\n * @prop --gse-progressAndLoading-loadingState-small-subheader-fontWeight\n * @prop --gse-progressAndLoading-loadingState-small-subheader-lineHeight\n * @prop --gse-progressAndLoading-loadingState-small-subheader-fontSize\n * @prop --gse-progressAndLoading-loadingState-small-width\n * @prop --gse-progressAndLoading-large-gap\n * @prop --gse-progressAndLoading-large-gapText\n * @prop --gse-progressAndLoading-pageLoading-gap\n * @prop --gse-progressAndLoading-medium-gap\n * @prop --gse-progressAndLoading-medium-gapText\n * @prop --gse-progressAndLoading-small-gap\n * @prop --gse-progressAndLoading-small-gapText\n * @prop --gse-ui-progressAndLoading-textColor\n */\n:host {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n container-type: inline-size;\n}\n\n.gux-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n color: var(--gse-ui-progressAndLoading-textColor);\n text-align: center;\n}\n\n@container (width > 400px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-large-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-large-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-large-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-large-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-large-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-large-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-large-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-large-subheader-lineHeight);\n }\n}\n@container (width > 200px) and (width <=400px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-medium-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-medium-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-medium-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-medium-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-medium-subheader-lineHeight);\n }\n}\n@container (width <=200px) {\n .gux-container .gux-primary-message {\n margin-top: var(--gse-ui-progressAndLoading-small-gap);\n font-family: var(--gse-ui-progressAndLoading-loadingState-small-header-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-small-header-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-small-header-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-small-header-lineHeight);\n }\n .gux-container .gux-additional-guidance {\n margin-top: var(--gse-ui-progressAndLoading-small-gapText);\n font-family: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontFamily);\n font-size: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontSize);\n font-weight: var(--gse-ui-progressAndLoading-loadingState-small-subheader-fontWeight);\n line-height: var(--gse-ui-progressAndLoading-loadingState-small-subheader-lineHeight);\n }\n}";export{i as gux_loading_message}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,c as t,h as a}from"./p-deca7631.js";const s=class{constructor(a){e(this,a),this.guxactivepanelchange=t(this,"guxactivepanelchange",7),this.tabId=void 0,this.active=!1}async guxSetActive(e){this.active=e}watchActivePanel(){!0===this.active&&this.guxactivepanelchange.emit(this.tabId)}render(){return a("div",{id:`gux-${this.tabId}-panel`,role:"tabpanel","aria-labelledby":`gux-${this.tabId}-tab`,tabIndex:0,hidden:!this.active,"aria-live":"assertive"},a("slot",null))}static get watchers(){return{active:["watchActivePanel"]}}};s.style="gux-tab-advanced-panel div[role=tabpanel]:focus{outline:none}gux-tab-advanced-panel div[role=tabpanel]:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset)}";export{s as gux_tab_advanced_panel}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as e,g as r}from"./p-deca7631.js";import{t as i}from"./p-c23acf83.js";import{O as o}from"./p-c49670a7.js";import{b as s,g as n}from"./p-2ba7be7a.js";import{s as a}from"./p-373c5d93.js";import{b as u}from"./p-ffaadf62.js";import{g as l,a as h,b as g}from"./p-08874a83.js";import"./p-0962dd7a.js";const d={toggleCalendar:"Toggle month calendar view",month:"Month",year:"Year",unset:"Unset"};const c={year:"numeric",month:"long"},p=["ar","he","ja","ko","zh-cn","zh-tw"],f=class{constructor(e){t(this,e),this.value=void 0,this.min=void 0,this.max=void 0,this.disabled=!1,this.expanded=!1,this.locale=void 0}onKeyDown(t){"Escape"===t.key&&(this.expanded=!1,this.calendarToggleButtonElement.focus())}onValueUpdate(t){this.value=this.isOutOfBounds(t)?this.isBeforeMin(t)?this.min:this.max:t,a(this.root,"input"),a(this.root,"change")}onClickOutside(){this.expanded=!1}async componentWillLoad(){i(this.root),this.i18n=await s(this.root,d),this.locale=n(this.root)}isOutOfBounds(t){return this.isBeforeMin(t)||this.isAfterMax(t)}isBeforeMin(t){return this.min&&this.min>t}isAfterMax(t){return this.max&&this.max<t}toggleCalendar(){this.expanded=!this.expanded,this.expanded&&u((()=>{this.monthCalendarElement.guxFocus(this.value)}))}onMonthCalendarInput(){this.value=this.monthCalendarElement.value,this.expanded=!1,this.calendarToggleButtonElement.focus()}incrementMonth(t){if(this.value){const{year:e,month:r}=l(this.value),i=((parseInt(r)+11+t)%12+1).toString().padStart(2,"0");this.value=h(e,i)}else this.value=g()}incrementYear(t){if(this.value){const{year:e,month:r}=l(this.value),i=Math.max(Number(e)+t,0).toString();this.value=h(i,r)}else this.value=g()}onSpinnerKeyDown(t,e,r){switch(t.key){case"ArrowDown":t.preventDefault(),e(-1);break;case"ArrowUp":t.preventDefault(),e(1);break;case"ArrowLeft":case"ArrowRight":t.preventDefault(),r.focus();break;case"Enter":t.preventDefault(),this.expanded=!0,u((()=>{this.monthCalendarElement.guxFocus(this.value)}));break;case" ":t.preventDefault()}}onSpinnerKeyUp(t){t.stopPropagation()," "===t.key&&(t.preventDefault(),this.expanded=!0,u((()=>{this.monthCalendarElement.guxFocus(this.value)})))}onSpinnerClick(){this.expanded=!0}getSpinnerLabel(t){if(this.value){const{year:e,month:r}=l(this.value);return new Date(Number(e),Number(r)-1).toLocaleDateString(this.locale,{[t]:c[t]})}return this.i18n(t)}getSpinnerValueNow(t){return this.value?l(this.value)[t]:"0"}getSpinnerValueText(){if(this.value){const{year:t,month:e}=l(this.value);return new Date(Number(t),Number(e)-1).toLocaleDateString(this.locale,{year:"numeric",month:"long"})}return this.i18n("unset")}renderMonthSpinnerButton(){return e("div",{role:"spinbutton",class:"gux-spinner",tabIndex:this.disabled?-1:0,onKeyDown:t=>this.onSpinnerKeyDown(t,(t=>this.incrementMonth(t)),this.yearSpinnerElement),onKeyUp:t=>this.onSpinnerKeyUp(t),onClick:()=>this.onSpinnerClick(),ref:t=>this.monthSpinnerElement=t,"aria-valuenow":this.getSpinnerValueNow("month"),"aria-valuetext":this.getSpinnerValueText(),"aria-valuemin":"1","aria-valuemax":"12","aria-label":this.i18n("month")},this.getSpinnerLabel("month"))}renderYearSpinnerButton(){return e("div",{role:"spinbutton",class:"gux-spinner",tabIndex:this.disabled?-1:0,onKeyDown:t=>this.onSpinnerKeyDown(t,(t=>this.incrementYear(t)),this.monthSpinnerElement),onKeyUp:t=>this.onSpinnerKeyUp(t),onClick:()=>this.onSpinnerClick(),ref:t=>this.yearSpinnerElement=t,"aria-valuenow":this.getSpinnerValueNow("year"),"aria-valuetext":this.getSpinnerValueText(),"aria-valuemin":"0","aria-label":this.i18n("year")},this.getSpinnerLabel("year"))}renderSpinnerButtons(){return p.includes(this.locale)?e("span",{class:"gux-display"},this.renderYearSpinnerButton(),this.renderMonthSpinnerButton()):e("span",{class:"gux-display"},this.renderMonthSpinnerButton(),this.renderYearSpinnerButton())}renderCalendarToggleButton(){return e("button",{class:{"gux-popup-toggle":!0,"gux-expanded":this.expanded},ref:t=>this.calendarToggleButtonElement=t,type:"button",onClick:()=>this.toggleCalendar(),disabled:this.disabled},e("gux-icon",{"icon-name":"calendar","screenreader-text":this.i18n("toggleCalendar")}))}renderTarget(){return e("div",{class:"gux-target",slot:"target"},this.renderSpinnerButtons(),this.renderCalendarToggleButton())}renderPopup(){return e("gux-month-calendar",{slot:"popup",ref:t=>this.monthCalendarElement=t,onInput:()=>this.onMonthCalendarInput(),value:this.value,min:this.min,max:this.max})}render(){return e("gux-popup",{expanded:this.expanded,disabled:this.disabled,"exceed-target-width":!0},this.renderTarget(),this.renderPopup())}get root(){return r(this)}static get watchers(){return{value:["onValueUpdate"]}}};(function(t,e,r,i){var o,s=arguments.length,n=s<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,r,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(s<3?o(n):s>3?o(e,r,n):o(e,r))||n);s>3&&n&&Object.defineProperty(e,r,n)})([o({triggerEvents:"mousedown"})],f.prototype,"onClickOutside",null),f.style=":host{display:inline-block}.gux-target{display:inline-flex;gap:var(--gse-ui-formControl-input-gap);padding:var(--gse-ui-formControl-textarea-padding);cursor:pointer;background-color:var(--gse-ui-calendarMenu-backgroundColor);border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-target:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color)}.gux-target .gux-display{display:inline-flex;min-width:100px;padding-right:var(--gse-ui-formControl-input-gap);font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-target .gux-display .gux-spinner{outline:none}.gux-target .gux-display .gux-spinner:not(:first-child){margin-left:4px}.gux-target .gux-display .gux-spinner:focus-visible{background:var(--gse-ui-calendarMenu-month-hover-backgroundColor)}.gux-target .gux-popup-toggle{justify-content:right;color:var(--gse-ui-monthPicker-calendarStates-defaultColor);background:transparent;border:none}.gux-target .gux-popup-toggle:focus-visible{border-radius:var(--gse-ui-calendarMenu-month-calendarButton-focusBorderRadius);outline:var(--gse-ui-monthPicker-calendarStates-focus-border-width) var(--gse-ui-monthPicker-calendarStates-focus-border-style) var(--gse-ui-monthPicker-calendarStates-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-target .gux-popup-toggle:not(:disabled):hover{color:var(--gse-ui-monthPicker-calendarStates-hoverColor);cursor:pointer}.gux-target .gux-popup-toggle:not(:disabled):focus{color:var(--gse-ui-monthPicker-calendarStates-activeColor);cursor:pointer}.gux-target .gux-popup-toggle:disabled{color:var(--gse-ui-monthPicker-calendarStates-disabledColor)}.gux-target .gux-popup-toggle gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-target .gux-popup-toggle.gux-expanded{color:var(--gse-ui-monthPicker-calendarStates-activeColor)}";export{f as gux_month_picker_beta}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as o,g as i}from"./p-deca7631.js";import{t as s}from"./p-c23acf83.js";import{b as n}from"./p-2ba7be7a.js";import"./p-0962dd7a.js";const e={dismiss:"Dismiss"},r=class{constructor(o){t(this,o),this.position="absolute"}async componentWillLoad(){s(this.root,{variant:this.position}),this.i18n=await n(this.root,e)}render(){return o("gux-button-slot",{accent:"ghost",class:"inherit"==this.position?"gux-inherit":void 0},o("button",{type:"button",title:this.i18n("dismiss")},o("div",{class:"gux-icon-container"},o("gux-icon",{"icon-name":"close",decorative:!0}))))}static get delegatesFocus(){return!0}get root(){return i(this)}};r.style="gux-button-slot{position:absolute;top:16px;right:8px}gux-button-slot.gux-inherit{position:inherit}gux-button-slot .gux-icon-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center;width:8px}gux-button-slot .gux-icon-container gux-icon{flex:0 0 auto;align-self:auto;order:0;width:16px;height:16px;color:var(--gse-ui-toast-closeButtonColor)}";export{r as gux_dismiss_button}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,f as o,h as r,g as e}from"./p-deca7631.js";import{c as i,o as n}from"./p-16f3da0d.js";import{O as s}from"./p-d6edbaeb.js";import{o as l}from"./p-37bfd195.js";import{p as a}from"./p-28f55159.js";import{h as u}from"./p-324b23f3.js";import{h as f,c as p,d as h,G as g,a as d,g as x,v as m,b as c}from"./p-e5766b80.js";import{G as v,a as b}from"./p-2b468e4b.js";import{t as C}from"./p-c23acf83.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const y=class{constructor(o){t(this,o),this.clearable=void 0,this.labelPosition=void 0,this.hasPrefix=void 0,this.hasSuffix=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasContent=!1,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help")}async guxForceUpdate(){this.hasContent=f(this.input),this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help"),o(this.root)}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=u(this.root,"error"),this.hasHelp=u(this.root,"help"),this.hasPrefix=Boolean(this.root.querySelector('[slot="prefix"]')),this.hasSuffix=Boolean(this.root.querySelector('[slot="suffix"]')),this.hasPrefix&&p(this.root,this.input,"prefix"),this.hasSuffix&&p(this.root,this.input,"suffix"),C(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){return r(b,{labelPosition:this.computedLabelPosition},r(v,{position:this.computedLabelPosition,required:this.required},r("slot",{name:"label",onSlotchange:()=>this.setLabel()})),r("div",{class:"gux-input-and-error-container"},r("div",{class:{"gux-input":!0,"gux-input-error":this.hasError}},r("div",{class:{"gux-input-container":!0,"gux-disabled":this.disabled,"gux-has-prefix":this.hasPrefix,"gux-has-suffix":this.hasSuffix}},r("slot",{name:"prefix"}),r("slot",{name:"input"}),r("slot",{name:"suffix"}),this.clearable&&this.hasContent&&!this.disabled&&r("gux-form-field-input-clear-button",{onClick:()=>h(this.input)}))),r(g,{show:this.hasError},r("slot",{name:"error"})),r(d,{show:!this.hasError&&this.hasHelp},r("slot",{name:"help"}))))}get variant(){const t=this.labelPosition?this.labelPosition.toLowerCase():"none";return`${this.input.getAttribute("type")}-${this.clearable?"clearable":"unclearable"}-${t}`}setInput(){this.input=x(this.root,'input[type="email"][slot="input"], input[type="number"][slot="input"], input[type="password"][slot="input"], input[type="text"][slot="input"]'),this.hasContent=f(this.input),a(this.input),this.input.addEventListener("input",(()=>{this.hasContent=f(this.input)})),this.disabled=i(this.input),this.required=this.input.required,this.disabledObserver=n(this.input,(t=>{this.disabled=t})),this.requiredObserver=l(this.input,(t=>{this.required=t})),m(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=c(this.label,this.labelPosition)}get root(){return e(this)}};(function(t,o,r,e){var i,n=arguments.length,s=n<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,o,r,e);else for(var l=t.length-1;l>=0;l--)(i=t[l])&&(s=(n<3?i(s):n>3?i(o,r,s):i(o,r))||s);n>3&&s&&Object.defineProperty(o,r,s)})([s({childList:!0,subtree:!0})],y.prototype,"onMutation",null),y.style='.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-label.gux-beside{position:relative;top:8px;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-padding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}::slotted(input){flex:1 1 auto;align-self:auto;order:0;width:100%;overflow:hidden;font-size:var(--gse-ui-formControl-input-contentText-fontSize);text-overflow:ellipsis;background-color:var(--gse-ui-formControl-input-backgroundColor);border:none;outline:none}::slotted(input)::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}slot[name=prefix],slot[name=suffix]{font-family:var(--gse-ui-formControl-input-prefixSufix-text-fontFamily);font-size:var(--gse-ui-formControl-input-prefixSufix-text-fontSize);line-height:var(--gse-ui-formControl-input-prefixSufix-text-lineHeight);color:var(--gse-ui-formControl-input-prefixSufix-defaultColor);text-align:center;text-decoration:none;white-space:nowrap}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-input .gux-input-container{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);align-content:stretch;align-items:center;justify-content:center;width:100%;height:var(--gse-ui-formControl-input-textfield-height);padding:var(--gse-ui-formControl-input-padding);font-family:var(--gse-ui-formControl-input-contentText-fontFamily);font-size:var(--gse-ui-formControl-input-contentText-fontSize);font-weight:var(--gse-ui-formControl-input-contentText-fontWeight);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);background-color:var(--gse-ui-formControl-input-backgroundColor);background-image:none;border:var(--gse-ui-formControl-input-default-border-width) var(--gse-ui-formControl-input-default-border-style) var(--gse-ui-formControl-input-default-border-color);border-radius:var(--gse-ui-formControl-input-borderRadius)}.gux-input-and-error-container .gux-input .gux-input-container.gux-has-suffix:not(.gux-input-and-error-container .gux-input .gux-input-container.gux-has-prefix) ::slotted(input){text-align:right}.gux-input-and-error-container .gux-input .gux-input-container.gux-disabled{opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-input-and-error-container .gux-input .gux-input-container:focus-within{border:var(--gse-ui-formControl-input-active-border-width) var(--gse-ui-formControl-input-active-border-style) var(--gse-ui-formControl-input-active-border-color);border-radius:var(--gse-ui-formControl-focusRing-borderRadius);outline:var(--gse-ui-formControl-input-focus-border-width) var(--gse-ui-formControl-input-focus-border-style) var(--gse-ui-formControl-input-focus-border-color)}.gux-input-and-error-container .gux-input .gux-input-container:hover:not(.gux-disabled){border:var(--gse-ui-formControl-input-hover-border-width) var(--gse-ui-formControl-input-hover-border-style) var(--gse-ui-formControl-input-hover-border-color)}.gux-input-and-error-container .gux-input.gux-input-error .gux-input-container{border-color:var(--gse-ui-formControl-input-error-border-color)}';export{y as gux_form_field_text_like}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,c as t,f as n,h as s,g as o}from"./p-deca7631.js";import{b as a}from"./p-2ba7be7a.js";import{t as r}from"./p-c23acf83.js";import{g as i,s as c,a as h,b as l,c as u,d,e as m,f as p,h as g}from"./p-a285abaf.js";import"./p-0962dd7a.js";import"./p-7b08c759.js";import"./p-373c5d93.js";const x={search:"Search",searchResults:"search results",selectedColumnCount:"{count} / {total} Columns Selected",selectAllColumnsScreenReader:"{count} of {total} columns selected: check checkbox to select all {total} columns",unselectAllColumnsScreenReader:"{count} of {total} columns selected: uncheck checkbox to unselect all {total} columns",movePositionPrompt:"Press space or enter to move the {columnName} column to position {newPositionNumber} from position {oldPositionNumber}.",reorderingModeActive:"Reordering mode active. Reposition the {columnName} column using the up arrow key, the down arrow key, the home key and the end key. Press Escape to deactivate reordering mode."},b=class{constructor(n){e(this,n),this.guxorderchange=t(this,"guxorderchange",7),this.highlightResults={matchCount:0,currentMatch:0},this.keyboardOrderChange=i()}watchKeyboardOrderChange(){c(this.root,this.keyboardOrderChange)}async componentWillLoad(){r(this.root),this.i18n=await a(this.root,x)}componentDidLoad(){h(this.root,this.mainCheckboxElement)}handleInternalorderchange(e){e.stopPropagation(),this.emitOrderChange(e.detail)}emitOrderChange(e){const{oldIndex:t,newIndex:n}=e;if(t!==n){const t=l(this.root,e);this.guxorderchange.emit(t)}}handleInternalkeyboardorderstart(e){e.stopPropagation();const t=e.detail,n=u(e.target);this.keyboardOrderChange={oldIndex:n,newIndex:n},this.announceElement.guxAnnounce(this.i18n("reorderingModeActive",{columnName:t}))}handleInternalkeyboardreordermove(e){e.stopPropagation();const{delta:t,column:n}=e.detail;this.keyboardOrderChange=d(this.root,this.keyboardOrderChange,t),this.announceElement.guxAnnounce(this.i18n("movePositionPrompt",{columnName:n,newPositionNumber:this.keyboardOrderChange.newIndex+1,oldPositionNumber:this.keyboardOrderChange.oldIndex+1}))}handleInternalkeyboarddoreorder(e){e.stopPropagation(),this.emitOrderChange(this.keyboardOrderChange),e.target.guxFocus()}handleInternalkeyboardorderfinish(e){e.stopPropagation(),this.keyboardOrderChange=i()}onSearchInput(){this.highlightResults=m(this.root,this.searchElement)}onGuxCurrentMatchChanged(e){this.highlightResults=m(this.root,this.searchElement,e.detail)}onMainCheckboxChange(){p(this.root,this.mainCheckboxElement.checked),n(this.root)}onListChange(){h(this.root,this.mainCheckboxElement),n(this.root)}onSlotChange(){this.onListChange()}renderSelectedColumnCount(){const{count:e,total:t}=g(this.root);return s("div",null,s("span",{"aria-hidden":"true"},this.i18n("selectedColumnCount",{count:e,total:t})),s("span",{class:"gux-sr-only"},s("span",null,": ",this.i18n(e===t?"unselectAllColumnsScreenReader":"selectAllColumnsScreenReader",{count:e,total:t}))))}render(){return s("div",{class:"gux-container"},s("div",{class:"gux-sr-only","aria-live":"polite"},`${this.highlightResults.matchCount} ${this.i18n("searchResults")}`),s("div",{class:"gux-search"},s("gux-content-search",{"match-count":this.highlightResults.matchCount,"current-match":this.highlightResults.currentMatch,onGuxcurrentmatchchanged:e=>this.onGuxCurrentMatchChanged(e)},s("input",{type:"search",placeholder:this.i18n("search"),onInput:()=>this.onSearchInput(),ref:e=>this.searchElement=e}))),s("div",{class:"gux-select"},s("gux-form-field-checkbox",null,s("input",{slot:"input",type:"checkbox",ref:e=>this.mainCheckboxElement=e,onChange:()=>this.onMainCheckboxChange()}),s("label",{slot:"label"},this.renderSelectedColumnCount()))),s("div",{class:"gux-list",onChange:()=>this.onListChange()},s("slot",{onSlotchange:()=>this.onSlotChange()})),s("gux-announce-beta",{ref:e=>this.announceElement=e}))}get root(){return o(this)}static get watchers(){return{keyboardOrderChange:["watchKeyboardOrderChange"]}}};b.style=".gux-container{width:320px;min-width:320px;padding:var(--gse-ui-dataTableItems-editColumn-editColumnContent-padding)}.gux-container .gux-search gux-content-search{width:100%}.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-decoration,.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-cancel-button,.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-results-button,.gux-container .gux-search gux-content-search input[type=search]::-webkit-search-results-decoration{display:none;-webkit-appearance:none}.gux-container .gux-select{padding:var(--gse-ui-dataTableItems-editColumn-editColumnContent-padding);margin-left:24px}.gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}";export{b as gux_column_manager}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as s,h as i,H as h,g as a}from"./p-deca7631.js";import{t as e}from"./p-c23acf83.js";const o=class{constructor(i){t(this,i),this.guxactivetabchange=s(this,"guxactivetabchange",7),this.activeTab=void 0,this.orientation="horizontal",this.alignment="left",this.tabList=void 0,this.tabPanels=[]}watchActiveTab(t){this.activateTab(t,this.tabList,this.tabPanels),this.guxactivetabchange.emit(t)}onInternalActivateTabPanel(t){t.stopPropagation(),this.activateTab(t.detail,this.tabList,this.tabPanels)}async guxActivate(t){this.activateTab(t,this.tabList,this.tabPanels)}onSlotchange(){const[t,s]=Array.from(this.root.shadowRoot.querySelectorAll("slot"));this.tabList=t.assignedElements()[0],this.tabPanels=s.assignedElements(),this.activateTab(this.activeTab,this.tabList,this.tabPanels)}activateTab(t,s,i){this.activeTab=t||i[0].tabId,s.guxSetActive(this.activeTab),i.forEach((t=>{t.guxSetActive(t.tabId===this.activeTab)}))}componentWillLoad(){e(this.root)}render(){return i(h,null,i("div",{class:`gux-tabs gux-${this.alignment} gux-${this.orientation}`},i("slot",{name:"tab-list"}),i("div",{class:`gux-${this.alignment} gux-${this.orientation} gux-panel-container`},i("slot",{onSlotchange:this.onSlotchange.bind(this)}))))}get root(){return a(this)}static get watchers(){return{activeTab:["watchActiveTab"]}}};o.style=":host{display:flex;flex-direction:column}:host .gux-tabs{display:flex;height:100%}:host .gux-tabs:not(.gux-vertical){flex-direction:column}:host .gux-panel-container{display:flex;flex-direction:column;height:100%}";export{o as gux_tabs}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as o,h as s,g as a}from"./p-deca7631.js";import{t as i}from"./p-c23acf83.js";import{h as e}from"./p-324b23f3.js";const r=class{constructor(s){t(this,s),this.guxdismiss=o(this,"guxdismiss",7),this.toastType="success",this.hasLink=!1,this.hasPrimaryButton=!1,this.hasSecondaryButton=!1}componentWillLoad(){i(this.root,{variant:this.toastType}),this.hasPrimaryButton=e(this.root,"primary-button"),this.hasSecondaryButton=e(this.root,"secondary-button"),this.hasLink=e(this.root,"link")}renderToastIcon(){switch(this.toastType){case"success":return s("gux-icon",{"icon-name":"fa/circle-check-solid",decorative:!0});case"warning":return s("gux-icon",{"icon-name":"fa/triangle-exclamation-solid",decorative:!0});case"error":return s("gux-icon",{"icon-name":"fa/hexagon-exclamation-solid",decorative:!0});case"info":return s("gux-icon",{"icon-name":"fa/circle-info-solid",decorative:!0});case"action":return s("slot",{name:"icon"})}}renderLink(){return s("div",{class:"gux-buttons-bar"},s("slot",{name:"link"}))}renderActions(){return s("div",{class:"gux-buttons-bar"},this.hasSecondaryButton&&s("gux-button-slot",null,s("slot",{name:"secondary-button"})),s("gux-button-slot",{accent:this.hasSecondaryButton?"primary":"tertiary"},s("slot",{name:"primary-button"})))}render(){return s("div",{class:`gux-toast gux-toast-${this.toastType}`},s("div",{class:`gux-icon gux-icon-${this.toastType}`},this.renderToastIcon()),s("div",{class:"gux-content"},s("div",{class:"gux-message"},s("gux-truncate",{class:"gux-message-title","max-lines":1},s("slot",{name:"title"})),s("gux-truncate",{class:"gux-message-body","max-lines":2},s("slot",{name:"message"}))),"action"!==this.toastType&&this.hasLink&&this.renderLink(),"action"===this.toastType&&this.hasPrimaryButton&&this.renderActions()),s("gux-dismiss-button",{position:"inherit",onClick:this.onDismissClickHandler.bind(this)}))}onDismissClickHandler(t){t.stopPropagation(),this.guxdismiss.emit().defaultPrevented||this.root.remove()}get root(){return a(this)}};r.style=".gux-toast{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-toast-gap);align-content:stretch;align-items:flex-start;justify-content:flex-start;width:var(--gse-ui-toast-wrappingWidth);padding:var(--gse-ui-toast-margin);margin-bottom:var(--gse-ui-toast-stacking-gap);border-radius:var(--gse-ui-toast-borderRadius);box-shadow:var(--gse-ui-toast-boxShadow-x) var(--gse-ui-toast-boxShadow-y) var(--gse-ui-toast-boxShadow-blur) var(--gse-ui-toast-boxShadow-spread) var(--gse-ui-toast-boxShadow-color)}.gux-toast .gux-icon ::slotted(gux-icon){width:var(--gse-ui-toast-icon) !important;height:var(--gse-ui-toast-icon) !important}.gux-toast .gux-icon gux-icon{width:var(--gse-ui-toast-icon) !important;height:var(--gse-ui-toast-icon) !important}.gux-toast .gux-icon.gux-icon-error{color:var(--gse-ui-toast-error-iconColor)}.gux-toast .gux-icon.gux-icon-warning{color:var(--gse-ui-toast-warning-iconColor)}.gux-toast .gux-icon.gux-icon-success{color:var(--gse-ui-toast-success-iconColor)}.gux-toast .gux-icon.gux-icon-info{color:var(--gse-ui-toast-info-iconColor)}.gux-toast .gux-icon.gux-icon-action{color:var(--gse-ui-toast-action-iconColor)}.gux-toast .gux-content{display:flex;flex:1 1 auto;flex-direction:column;flex-wrap:nowrap;gap:var(--gse-ui-toast-gapButton);align-content:stretch;align-items:flex-start;align-self:auto;justify-content:flex-start;order:0}.gux-toast .gux-content .gux-message{display:flex;flex-direction:column;gap:var(--gse-ui-toast-gapText)}.gux-toast .gux-content .gux-message .gux-message-title{font-family:var(--gse-ui-toast-heading-fontFamily);font-size:var(--gse-ui-toast-heading-fontSize);font-weight:var(--gse-ui-toast-heading-fontWeight);line-height:var(--gse-ui-toast-heading-lineHeight)}.gux-toast .gux-content .gux-message .gux-message-body{font-family:var(--gse-ui-toast-text-fontFamily);font-size:var(--gse-ui-toast-text-fontSize);line-height:var(--gse-ui-toast-text-lineHeight)}.gux-toast .gux-content .gux-buttons-bar{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-toast-buttonBar-gap);justify-content:flex-start}.gux-toast.gux-toast-success{background-color:var(--gse-ui-toast-success-backgroundColor)}.gux-toast.gux-toast-success .gux-message{color:var(--gse-ui-toast-success-foregroundColor)}.gux-toast.gux-toast-warning{background-color:var(--gse-ui-toast-warning-backgroundColor)}.gux-toast.gux-toast-warning .gux-message{color:var(--gse-ui-toast-warning-foregroundColor)}.gux-toast.gux-toast-error{background-color:var(--gse-ui-toast-error-backgroundColor)}.gux-toast.gux-toast-error .gux-message{color:var(--gse-ui-toast-error-foregroundColor)}.gux-toast.gux-toast-info{background-color:var(--gse-ui-toast-info-backgroundColor)}.gux-toast.gux-toast-info .gux-message{color:var(--gse-ui-toast-info-foregroundColor)}.gux-toast.gux-toast-action{background-color:var(--gse-ui-toast-action-backgroundColor)}.gux-toast.gux-toast-action .gux-message{color:var(--gse-ui-toast-action-foregroundColor)}";export{r as gux_toast}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as a,g as i}from"./p-deca7631.js";import{t as n}from"./p-c23acf83.js";import{b as o}from"./p-2ba7be7a.js";import"./p-0962dd7a.js";const s={previous:"Previous",next:"Next"},r=class{constructor(a){t(this,a),this.guxPaginationCursorchange=e(this,"guxPaginationCursorchange",7),this.guxitemsperpagechange=e(this,"guxitemsperpagechange",7),this.hasPrevious=!1,this.hasNext=!1,this.itemsPerPage=void 0,this.layout="simple"}handleInternalitemsperpagechange(t){this.guxitemsperpagechange.emit(t.detail)}onButtonClick(t){("previous"===t&&this.hasPrevious||"next"===t&&this.hasNext)&&this.guxPaginationCursorchange.emit(t)}async componentWillLoad(){n(this.root),this.i18n=await o(this.root,s)}renderSimpleLayout(){return[a("div",{role:"navigation",class:"gux-pagination-button-container"},a("gux-button-slot",{accent:"ghost"},a("button",{class:"gux-simple-button",type:"button",disabled:!this.hasPrevious,onClick:()=>this.onButtonClick("previous")},a("gux-icon",{iconName:"chevron-small-left","screenreader-text":this.i18n("previous")}))),a("gux-button-slot",{accent:"ghost"},a("button",{class:"gux-simple-button",type:"button",disabled:!this.hasNext,onClick:()=>this.onButtonClick("next")},a("gux-icon",{iconName:"chevron-small-right","screenreader-text":this.i18n("next")}))))]}renderAdvancedLayout(){return[a("div",{role:"navigation",class:"gux-pagination-button-container"},a("gux-button-slot",{accent:"ghost"},a("button",{type:"button",disabled:!this.hasPrevious,onClick:()=>this.onButtonClick("previous")},a("div",{class:"gux-button-align-content"},a("gux-icon",{decorative:!0,iconName:"chevron-small-left"}),a("span",null,this.i18n("previous"))))),a("gux-button-slot",{accent:"ghost"},a("button",{type:"button",disabled:!this.hasNext,onClick:()=>this.onButtonClick("next")},a("div",{class:"gux-button-align-content"},a("span",null,this.i18n("next")),a("gux-icon",{decorative:!0,iconName:"chevron-small-right"}))))),this.renderItemsPerPage()]}renderItemsPerPage(){return this.itemsPerPage&&a("gux-pagination-items-per-page-beta",{"items-per-page":this.itemsPerPage,onInternalitemsperpagechange:this.handleInternalitemsperpagechange.bind(this)})}render(){return"advanced"===this.layout?this.renderAdvancedLayout():this.renderSimpleLayout()}get root(){return i(this)}};r.style=":host{display:flex;flex-direction:row-reverse;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:space-between;padding:var(--gse-ui-dataTableItems-tablePagination-padding);font-family:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontFamily);font-size:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontSize);font-weight:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontWeight);line-height:var(--gse-ui-dataTableItems-tablePagination-defaultText-lineHeight);color:var(--gse-ui-dataTableItems-tablePagination-foregroundColor);background-color:var(--gse-ui-dataTableItems-tablePagination-defaultBackgroundColor);border-top:var(--gse-ui-dataTableItems-tablePagination-divider-width) var(--gse-ui-dataTableItems-tablePagination-divider-style) var(--gse-ui-dataTableItems-tablePagination-divider-color)}:host .gux-pagination-button-container{display:flex;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);align-content:center}:host .gux-button-align-content{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-button-gap);align-content:center;align-items:center}:host .gux-button-align-content>*{flex:0 1 auto;align-self:auto;order:0}:host gux-icon{width:var(--gse-ui-button-icon-size);height:var(--gse-ui-button-icon-size)}";export{r as gux_pagination_cursor}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as i,H as s,g as o}from"./p-deca7631.js";import{c as r,h as a,s as n,a as h,b as u,d,e as l,f as c,i as g,j as m,k as p,o as v}from"./p-65b03df8.js";import{b}from"./p-2ba7be7a.js";import{w as x}from"./p-8b703092.js";import{s as f}from"./p-373c5d93.js";import{t as w}from"./p-c23acf83.js";import{b as y}from"./p-ffaadf62.js";import"./p-0962dd7a.js";const S={add:"Add {name}",noMatches:"No matches",loading:"Loading..."},O=class{constructor(i){t(this,i),this.internallistboxoptionsupdated=e(this,"internallistboxoptionsupdated",7),this.value=void 0,this.loading=!1,this.filter="",this.textInput="",this.filterType="none",this.emptyMessage=void 0,this.listboxOptions=[],this.allListboxOptionsFiltered=void 0,this.hasExactMatch=!1}onBlur(){r(this.root)}selectNewCustomOption(t){this.updateValue(t.detail)}onKeydown(t){var e;if(!a(this.root))return t.preventDefault(),void n(this.root);switch(t.key){case"Enter":return t.preventDefault(),void((null===(e=this.optionCreateElement)||void 0===e?void 0:e.active)?(this.optionCreateElement.guxEmitInternalCreateNewOption(),y((()=>{n(this.root)}))):m(this.root,(t=>this.updateValue(t))));case"ArrowDown":return t.preventDefault(),void(c(this.root)?(t.stopPropagation(),g(this.root)):u(this.root));case"ArrowUp":return t.preventDefault(),void(d(this.root)?(t.stopPropagation(),l(this.root)):h(this.root));case"Home":return t.preventDefault(),void u(this.root);case"End":return t.preventDefault(),void h(this.root);case" ":return void t.preventDefault()}1!==t.key.length||p(this.root,t.key)}onKeyup(t){var e;" "!==t.key||((null===(e=this.optionCreateElement)||void 0===e?void 0:e.active)?(this.optionCreateElement.guxEmitInternalCreateNewOption(),y((()=>{n(this.root)}))):m(this.root,(t=>this.updateValue(t))))}onMousemove(){r(this.root)}onClick(t){x("gux-option-multi",t,(t=>{v(t,(t=>this.updateValue(t)))}))}async guxSelectActive(){m(this.root,(t=>this.updateValue(t)))}getHasExactMatch(){let t=!1;return this.hasExactMatch=!1,this.listboxOptions.forEach((e=>{var i,s;(null===(s=null===(i=e.textContent)||void 0===i?void 0:i.toLowerCase())||void 0===s?void 0:s.trim())==this.textInput.toLowerCase().trim()&&(t=!0,this.hasExactMatch=!0)})),t}updateOptionMultiCreateValue(){this.optionCreateElement&&(this.optionCreateElement.value=this.textInput,this.optionCreateElement.filtered=!this.textInput||this.getHasExactMatch())}getSelectedValues(){return this.value?this.value.split(","):[]}updateOnSlotChange(){this.setListboxOptions(),this.updateListboxOptions()}getOptionCreateElement(){this.optionCreateElement=this.root.querySelector("gux-create-option")}setListboxOptions(){this.listboxOptions=Array.from(this.root.children).filter((t=>"GUX-OPTION-MULTI"===t.tagName)),this.internallistboxoptionsupdated.emit()}updateListboxOptions(){this.listboxOptions.forEach((t=>{t.selected=this.getSelectedValues().includes(t.value),"custom"!==this.filterType&&(t.filtered=!t.textContent.trim().toLowerCase().startsWith(this.textInput.toLowerCase()))}))}updateValue(t){if(this.getSelectedValues().includes(t))this.value=this.getSelectedValues().filter((e=>e!==t)).join(",");else{const e=[...this.getSelectedValues(),t];this.value=e.join(",")}f(this.root,"input"),f(this.root,"change")}async componentWillLoad(){w(this.root),this.i18n=await b(this.root,S),this.setListboxOptions(),this.getOptionCreateElement()}componentWillRender(){this.setListboxOptions(),this.updateListboxOptions(),this.allListboxOptionsFiltered=0===this.listboxOptions.filter((t=>!t.filtered)).length}renderHiddenSlot(){return i("div",{hidden:!0},i("slot",{onSlotchange:()=>this.setListboxOptions()}))}renderLoading(){return[i("div",{class:"gux-message-container"},i("gux-radial-loading",{context:"modal"}),i("span",null,this.i18n("loading"))),this.renderHiddenSlot()]}renderAllListboxOptionsFiltered(){if(this.allListboxOptionsFiltered)return[i("div",{class:"gux-message-container"},i("div",{class:"gux-no-matches"},this.emptyMessage||this.i18n("noMatches"))),this.renderHiddenSlot()]}renderCreateOptionSlot(){return i("slot",{name:"create"})}render(){return this.loading?this.renderLoading():i(s,{role:"listbox","aria-multiselectable":"true",tabindex:0},i("slot",{onSlotchange:()=>this.updateOnSlotChange()}),this.renderAllListboxOptionsFiltered(),this.renderCreateOptionSlot())}get root(){return o(this)}static get watchers(){return{textInput:["updateOptionMultiCreateValue"]}}};O.style=":host{box-sizing:border-box;display:block;max-height:20rem;padding:var(--gse-ui-menu-padding);overflow-y:auto;background:var(--gse-ui-menu-backgroundColor);border:var(--gse-ui-menu-border-width) var(--gse-ui-menu-border-style) var(--gse-ui-menu-border-color);border-radius:var(--gse-ui-menu-borderRadius);outline:none;box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color);scrollbar-color:var(--gse-ui-menu-scrollbar-foregroundColor)}.gux-message-container{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:center}.gux-message-container .gux-no-matches{box-sizing:border-box;height:var(--gse-ui-menu-option-height);font-family:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontFamily);font-size:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontSize);font-weight:var(--gse-ui-dropdown-menu-emptyState-subheader-text-fontWeight);line-height:var(--gse-ui-dropdown-menu-emptyState-subheader-text-lineHeight);color:var(--gse-ui-dropdown-menu-emptyState-subheader-foregroundColor)}";export{O as gux_listbox_multi}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as a,h as i,g as e}from"./p-deca7631.js";import{b as n}from"./p-2ba7be7a.js";import{t as o}from"./p-c7328d42.js";import{b as s}from"./p-ffaadf62.js";import"./p-0962dd7a.js";class r{static displayAllPageButtons(t,a,i){switch(i){case"advanced":return function(t,a){if(a<=7)return[...Array(a).keys()].map((a=>{const i=a+1;return{pageNumber:i,display:String(i),current:i===t}}));if(t<=3)return[...[...Array(5).keys()].map((a=>{const i=a+1;return{pageNumber:i,display:String(i),current:i===t}})),{pageNumber:6,display:"...",current:!1},{pageNumber:a,display:String(a),current:!1}];if(t>a-3){const i=[...Array(5).keys()].map((i=>{const e=i+a-4;return{pageNumber:e,display:String(e),current:e===t}}));return[{pageNumber:1,display:"1",current:!1},{pageNumber:a-6,display:"...",current:!1},...i]}const i=[...Array(3).keys()].map((a=>{const i=a+t-1;return{pageNumber:i,display:String(i),current:i===t}}));return[{pageNumber:1,display:"1",current:!1},{pageNumber:t-3,display:"...",current:!1},...i,{pageNumber:t+3,display:"...",current:!1},{pageNumber:a,display:String(a),current:!1}]}(t,a);case"simple":return function(t,a){return a<=3?[...Array(a).keys()].map((a=>{const i=a+1;return{pageNumber:i,display:String(i),current:i===t}})):a>=4?[...[...Array(1).keys()].map((i=>{const e=i+t;return{pageNumber:e,display:String(e),current:e!==a}})),{pageNumber:t,display:"...",current:!1},{pageNumber:a,display:String(a),current:a==t}]:void 0}(t,a)}}}const g=class{constructor(i){t(this,i),this.internalcurrentpagechange=a(this,"internalcurrentpagechange",3),this.currentPage=void 0,this.totalPages=void 0,this.layout="advanced"}goToPageHandler(t){this.currentPage=t.detail,this.handlePageChange(this.currentPage),s((()=>{this.currentElement.focus()}))}get onFirstPage(){return this.currentPage<=1}get onLastPage(){return this.currentPage>=this.totalPages}handleClickFirst(){this.internalcurrentpagechange.emit(1)}handleClickPrevious(){this.internalcurrentpagechange.emit(this.currentPage-1)}handleClickNext(){this.internalcurrentpagechange.emit(this.currentPage+1)}handleClickLast(){this.internalcurrentpagechange.emit(this.totalPages)}handlePageChange(t){this.internalcurrentpagechange.emit(t)}getPageListEnteries(t,a,e){return r.displayAllPageButtons(t,a,e).reduce(((t,a)=>t.concat(a.current?i("button",{ref:t=>this.currentElement=t,class:"gux-pagination-buttons-list-current"},a.display):"..."==a.display?i("gux-pagination-ellipsis-button",{totalPages:this.totalPages}):i("button",{class:"gux-pagination-buttons-list-target",onClick:()=>this.handlePageChange(a.pageNumber)},a.display))),[])}getPageNavigation(){return i("div",{class:"gux-pagination-buttons-list-container"},this.getPageListEnteries(this.currentPage,this.totalPages,this.layout))}async componentWillLoad(){this.i18n=await n(this.root,o)}render(){return i("div",{class:`gux-pagination-buttons-container gux-${this.layout}`},i("div",{class:"gux-pagination-buttons-group"},i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("first"),disabled:this.onFirstPage,onClick:this.handleClickFirst.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-double-left"}))),i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("previous"),disabled:this.onFirstPage,onClick:this.handleClickPrevious.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-left"})))),this.getPageNavigation(),i("div",{class:"gux-pagination-buttons-group"},i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("next"),disabled:this.onLastPage,onClick:this.handleClickNext.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-small-right"}))),i("gux-button-slot",{accent:"ghost"},i("button",{title:this.i18n("last"),disabled:this.onLastPage,onClick:this.handleClickLast.bind(this)},i("gux-icon",{decorative:!0,"icon-name":"chevron-double-right"})))))}get root(){return e(this)}};g.style="gux-pagination-buttons .gux-pagination-buttons-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);align-content:stretch;align-items:center;justify-content:flex-end;margin-left:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap)}gux-pagination-buttons .gux-pagination-buttons-container>div{flex:0 1 auto;align-self:auto;order:0}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-group{display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);white-space:nowrap}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container{display:flex;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);align-content:stretch;align-items:center;justify-content:center}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-current,gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target{min-width:28px;min-height:24px;padding-right:var(--gse-ui-dataTableItems-tablePagination-padding);padding-left:var(--gse-ui-dataTableItems-tablePagination-padding);margin:0;font-family:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontFamily);font-size:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontSize);font-weight:var(--gse-ui-dataTableItems-tablePagination-currentResultText-fontWeight);line-height:var(--gse-ui-dataTableItems-tablePagination-defaultText-lineHeight);color:var(--gse-ui-dataTableItems-tablePagination-foregroundColor);background:inherit;border:none}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-current:focus-visible,gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target:focus-visible{border-radius:calc(var(--gse-semantic-focusRing-cornerRadius) - var(--gse-semantic-focusRing-offset));outline:var(--gse-semantic-focusRing-width) solid var(--gse-semantic-color-focus);outline-offset:var(--gse-semantic-focusRing-offset)}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-current{background-color:var(--gse-ui-button-ghost-active-backgroundColor);border-radius:var(--gse-ui-button-borderRadius)}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target{color:var(--gse-ui-button-ghost-default-foregroundColor);cursor:pointer}gux-pagination-buttons .gux-pagination-buttons-container .gux-pagination-buttons-list-container .gux-pagination-buttons-list-target:hover{color:var(--gse-ui-button-ghost-hover-foregroundColor);background-color:var(--gse-ui-button-ghost-hover-backgroundColor);border-radius:var(--gse-ui-button-borderRadius)}";const u={itemCountDisplay:"{firstItem, number} - {lastItem, number}",totalItems:" of {totalItems, number}"},l=class{constructor(a){t(this,a),this.totalItems=0,this.currentPage=0,this.itemsPerPage=25}get firstItem(){return this.totalItems<1?0:(this.currentPage-1)*this.itemsPerPage+1}get lastItem(){return this.totalItems<1?0:Math.min(this.currentPage*this.itemsPerPage,this.totalItems)}async componentWillLoad(){this.i18n=await n(this.root,u)}getPaginationItemCountsRange(){if(this.totalItems)return i("span",null,this.i18n("totalItems",{totalItems:this.totalItems}))}render(){return i("div",{class:"gux-pagination-item-counts-container"},i("span",{class:"gux-pagination-item-counts-range"},this.i18n("itemCountDisplay",{firstItem:this.firstItem,lastItem:this.lastItem})),this.getPaginationItemCountsRange())}get root(){return e(this)}};l.style="gux-pagination-item-counts .gux-pagination-item-counts-container{display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tablePagination-countDisplay-gap);font-family:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontFamily);font-size:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontSize);font-weight:var(--gse-ui-dataTableItems-tablePagination-currentResultText-fontWeight);line-height:var(--gse-ui-dataTableItems-tablePagination-defaultText-lineHeight);color:var(--gse-ui-dataTableItems-tablePagination-foregroundColor);white-space:nowrap}";const p={perPage:"per page",itemsPerPage:"Items per page",rangeSelected:"Items per page dropdown, {range} selected"},c=class{constructor(i){t(this,i),this.internalitemsperpagechange=a(this,"internalitemsperpagechange",3),this.itemsPerPage=25}handleChange(t){t.stopPropagation();const a=parseInt(this.dropdownElement.value,10);this.internalitemsperpagechange.emit(a)}async componentWillLoad(){this.i18n=await n(this.root,p)}getDropdown(){return i("gux-dropdown",{ref:t=>this.dropdownElement=t,value:`${this.itemsPerPage}`,"aria-label":this.i18n("rangeSelected",{range:this.itemsPerPage})},i("gux-listbox",{"aria-label":this.i18n("itemsPerPage")},i("gux-option",{value:"25"},"25"),i("gux-option",{value:"50"},"50"),i("gux-option",{value:"75"},"75"),i("gux-option",{value:"100"},"100")))}render(){return i("div",{class:"gux-pagination-items-per-page-container"},i("div",{class:"gux-pagination-items-per-page-picker"},this.getDropdown()),i("div",{class:"gux-pagination-per-page"},this.i18n("perPage")))}get root(){return e(this)}};c.style="gux-pagination-items-per-page .gux-pagination-items-per-page-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);align-content:stretch;align-items:center;justify-content:center}gux-pagination-items-per-page .gux-pagination-items-per-page-container>div{flex:0 1 auto;align-self:auto;order:0;white-space:nowrap}gux-pagination-items-per-page .gux-pagination-items-per-page-container .gux-pagination-items-per-page-picker gux-dropdown{display:inline-block;width:64px}gux-pagination-items-per-page .gux-pagination-items-per-page-container gux-dropdown div.gux-dropdown .gux-options.gux-opened{bottom:100%;display:flex;flex-direction:column-reverse}gux-pagination-items-per-page .gux-pagination-items-per-page-container .gux-pagination-per-page{font-family:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontFamily);font-size:var(--gse-ui-dataTableItems-tablePagination-defaultText-fontSize);font-weight:var(--gse-ui-dataTableItems-tablePagination-currentResultText-fontWeight);line-height:var(--gse-ui-dataTableItems-tablePagination-defaultText-lineHeight);color:var(--gse-ui-dataTableItems-tablePagination-foregroundColor)}";export{g as gux_pagination_buttons,l as gux_pagination_item_counts,c as gux_pagination_items_per_page}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as t,g as r}from"./p-deca7631.js";import{b as i}from"./p-2ba7be7a.js";import{O as o}from"./p-d6edbaeb.js";import{a as l,o as s}from"./p-37bfd195.js";import{h as a}from"./p-324b23f3.js";import{g as n}from"./p-dd53013c.js";import{G as h,a as f,v as g,b as u}from"./p-e5766b80.js";import{G as d,a as p}from"./p-8324a0ac.js";import{t as m}from"./p-c23acf83.js";import"./p-0962dd7a.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const c={required:"Required"};const x=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-time-zone-picker-beta");t&&(t.hasError=e)}onMutation(){this.hasError=a(this.root,"error"),this.hasHelp=a(this.root,"help")}async componentWillLoad(){this.getI18nValue=await i(this.root,c),this.setInput(),this.setLabel(),this.hasError=a(this.root,"error"),this.hasHelp=a(this.root,"help"),m(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){return t(p,{labelPosition:this.computedLabelPosition},t(d,{position:this.computedLabelPosition,required:this.required},t("slot",{name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(n(this.root,"error"),this.hasError)),t("div",{class:"gux-input-and-error-container"},t("div",{class:{"gux-input":!0,"gux-input-error":this.hasError,"gux-time-zone-picker-container":!0,"gux-disabled":this.disabled}},t("slot",null)),t(h,{show:this.hasError},t("slot",{name:"error"})),t(f,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))}renderScreenReaderText(e,r=!0){if(r)return t("gux-screen-reader-beta",null,e)}get variant(){return`timeZonePicker-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.timeZonePickerElement=this.root.querySelector("gux-time-zone-picker-beta"),this.disabled=this.timeZonePickerElement.disabled,this.required=this.timeZonePickerElement.required,this.disabledObserver=l(this.timeZonePickerElement,(e=>{this.disabled=e})),this.requiredObserver=s(this.timeZonePickerElement,(e=>{this.required=e})),g(this.root,this.timeZonePickerElement)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=u(this.label,this.labelPosition)}get root(){return r(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,r,i){var o,l=arguments.length,s=l<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(l<3?o(s):l>3?o(t,r,s):o(t,r))||s);l>3&&s&&Object.defineProperty(t,r,s)})([o({childList:!0,subtree:!0})],x.prototype,"onMutation",null),x.style='.gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-legend-label.gux-beside{position:relative;top:8px;float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-padding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1}';export{x as gux_form_field_time_zone_picker}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as t,g as r}from"./p-deca7631.js";import{b as i}from"./p-2ba7be7a.js";import{c as o,o as s}from"./p-16f3da0d.js";import{O as l}from"./p-d6edbaeb.js";import{o as a}from"./p-37bfd195.js";import{h as n}from"./p-324b23f3.js";import{G as h,a as f,s as d,c as g,b as u}from"./p-e5766b80.js";import{G as p,a as m}from"./p-8324a0ac.js";import{g as x}from"./p-dd53013c.js";import{t as c}from"./p-c23acf83.js";import"./p-0962dd7a.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const b={required:"Required"};const v=class{constructor(t){e(this,t),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1}watchValue(e){const t=this.root.querySelector("gux-dropdown")||this.root.querySelector("gux-dropdown-multi");t&&(t.hasError=e)}onMutation(){this.hasError=n(this.root,"error"),this.hasHelp=n(this.root,"help")}async componentWillLoad(){this.getI18nValue=await i(this.root,b),this.setInput(),this.setLabel(),this.hasError=n(this.root,"error"),this.hasHelp=n(this.root,"help"),c(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}renderScreenReaderText(e,r=!1){if(r)return t("gux-screen-reader-beta",null,e)}render(){return t(m,{labelPosition:this.computedLabelPosition},t(p,{position:this.computedLabelPosition,required:this.required},t("slot",{name:"label",onSlotchange:()=>this.setLabel()}),this.renderScreenReaderText(this.getI18nValue("required"),this.required),this.renderScreenReaderText(x(this.root,"error"),this.hasError),this.renderScreenReaderText(x(this.root,"help"),this.hasHelp)),t("div",{class:"gux-input-and-error-container"},t("div",{class:{"gux-input":!0,"gux-input-error":this.hasError,"gux-disabled":this.disabled}},t("slot",null)),t(h,{show:this.hasError},t("slot",{name:"error"})),t(f,{show:!this.hasError&&this.hasHelp},t("slot",{name:"help"}))))}get variant(){return`dropdown-${this.labelPosition?this.labelPosition.toLowerCase():"none"}`}setInput(){this.dropdownElement=this.root.querySelector("gux-dropdown")||this.root.querySelector("gux-dropdown-multi"),this.listboxElement=this.root.querySelector("gux-listbox")||this.root.querySelector("gux-listbox-multi"),this.disabled=o(this.dropdownElement),this.required=this.dropdownElement.required,this.disabledObserver=s(this.dropdownElement,(e=>{this.disabled=e})),this.requiredObserver=a(this.dropdownElement,(e=>{this.required=e})),d(this.root,this.listboxElement,"label"),g(this.root,this.listboxElement,"error"),g(this.root,this.listboxElement,"help")}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=u(this.label,this.labelPosition)}get root(){return r(this)}static get watchers(){return{hasError:["watchValue"]}}};(function(e,t,r,i){var o,s=arguments.length,l=s<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(l=(s<3?o(l):s>3?o(t,r,l):o(t,r))||l);s>3&&l&&Object.defineProperty(t,r,l)})([l({childList:!0,subtree:!0})],v.prototype,"onMutation",null),v.style='.gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-errorPadding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error.gux-show{display:flex}.gux-form-field-error gux-icon{flex:0 1 auto;align-self:auto;order:0;min-width:var(--gse-ui-icon-size-sm);min-height:var(--gse-ui-icon-size-sm);margin-right:var(--gse-ui-formControl-helper-gap);color:var(--gse-ui-formControl-helper-errorColor)}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:" *"}.gux-form-field-legend-label.gux-beside{position:relative;top:8px;float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-padding);font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);font-size:var(--gse-ui-formControl-helper-helperText-fontSize);line-height:var(--gse-ui-formControl-helper-helperText-lineHeight);color:var(--gse-ui-formControl-helper-defaultColor)}.gux-form-field-help.gux-show{display:flex}.gux-form-field-help .gux-message{flex:0 1 auto;align-self:none;order:0}:host{display:block}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1;width:100%}.gux-input-and-error-container .gux-input.gux-disabled{pointer-events:none;opacity:var(--gse-ui-formControl-input-disabled-opacity)}';export{v as gux_form_field_dropdown}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{h as e}from"./p-deca7631.js";const i=({position:i,required:l},s)=>e("legend",{class:{"gux-form-field-legend-label":!0,[`gux-${i}`]:!0,"gux-required":l}},s),l=({labelPosition:i},l)=>e("fieldset",{class:{"gux-form-field-fieldset-container":!0,[`gux-${i}`]:!0}},l);export{i as G,l as a}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as g}from"./p-deca7631.js";const r=class{constructor(g){e(this,g),this.checked=!1,this.disabled=!1,this.guxAriaLabel="",this.labelId="",this.errorId=""}componentDidLoad(){var e,g,r;this.labelId?null===(e=this.checkboxElement)||void 0===e||e.setAttribute("aria-labelledby",this.labelId):null===(g=this.checkboxElement)||void 0===g||g.setAttribute("aria-label",this.guxAriaLabel),this.errorId&&(null===(r=this.checkboxElement)||void 0===r||r.setAttribute("aria-describedby",this.errorId))}render(){const e=this.errorId.length>0;return g("div",{class:{"gux-toggle-slider":!0,"gux-checked":this.checked,"gux-disabled":this.disabled,"gux-error":e},role:"checkbox","aria-checked":this.checked.toString(),"aria-disabled":this.disabled.toString(),tabindex:this.disabled?"":"0",ref:e=>this.checkboxElement=e},g("div",{class:"gux-slider"},g("div",{class:"gux-switch"},!e&&g("gux-icon",{"icon-name":"checkmark",decorative:!0}))))}};r.style='gux-toggle-slider{display:flex;align-items:center;padding:2px;outline:none}gux-toggle-slider .gux-toggle-slider{position:relative;display:inline-block;flex:0 1 auto;align-self:auto;order:0;width:var(--gse-ui-toggle-track-width);height:var(--gse-ui-toggle-track-height);border-radius:var(--gse-ui-toggle-track-borderRadius)}gux-toggle-slider .gux-toggle-slider.gux-error .gux-slider{background-color:var(--gse-ui-toggle-track-error-off-backgroundColor)}gux-toggle-slider .gux-toggle-slider.gux-error .gux-slider .gux-switch{border:var(--gse-ui-toggle-handle-error-border-width) var(--gse-ui-toggle-handle-error-border-style) var(--gse-ui-toggle-handle-error-border-color)}gux-toggle-slider .gux-toggle-slider.gux-error.gux-checked .gux-slider{background-color:var(--gse-ui-toggle-track-error-on-backgroundColor)}gux-toggle-slider .gux-toggle-slider.gux-disabled{pointer-events:none;cursor:default;background-color:var(--gse-ui-toggle-track-disabled-off-backgroundColor);opacity:var(--gse-ui-toggle-disabled-opacity)}gux-toggle-slider .gux-toggle-slider:focus-visible{border-radius:var(--gse-ui-toggle-focus-borderRadius);outline:var(--gse-ui-toggle-focus-border-width) var(--gse-ui-toggle-focus-border-style) var(--gse-ui-toggle-focus-border-color);outline-offset:var(--gse-ui-toggle-focus-offset)}gux-toggle-slider .gux-toggle-slider .gux-slider{position:absolute;inset:0;background-color:var(--gse-ui-toggle-track-enabled-off-backgroundColor);border-radius:calc(var(--gse-ui-toggle-track-height) / 2);transition:background-color 0.5s ease}gux-toggle-slider .gux-toggle-slider .gux-slider:hover{background-color:var(--gse-ui-toggle-track-hover-off-backgroundColor)}gux-toggle-slider .gux-toggle-slider .gux-slider .gux-switch{position:absolute;bottom:calc((var(--gse-ui-toggle-track-height) - var(--gse-ui-toggle-handle-width)) / 2);left:calc((var(--gse-ui-toggle-track-height) - var(--gse-ui-toggle-handle-width)) / 2);width:calc(var(--gse-ui-toggle-handle-width) - 4px);height:calc(var(--gse-ui-toggle-handle-height) - 4px);color:var(--gse-ui-toggle-handle-foregroundColor);content:"";background-color:var(--gse-ui-toggle-handle-backgroundColor);border:var(--gse-ui-toggle-handle-enabled-border-width) var(--gse-ui-toggle-handle-enabled-border-style) var(--gse-ui-toggle-handle-enabled-border-color);border-radius:var(--gse-ui-toggle-handle-borderRadius);transition:0.5s}gux-toggle-slider .gux-toggle-slider .gux-slider .gux-switch gux-icon{position:absolute;inset:0;width:calc(var(--gse-ui-toggle-handle-width) - 2);height:calc(var(--gse-ui-toggle-handle-width) - 2);padding:1px;color:#fdfdfd;opacity:0;transition:color 0.5s linear}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider{background-color:var(--gse-ui-toggle-track-enabled-on-backgroundColor)}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider.gux-disabled{background-color:var(--gse-ui-toggle-track-disabled-on-backgroundColor)}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider.gux-disabled .gux-switch{border:var(--gse-ui-toggle-handle-hover-disabled-border-width) var(--gse-ui-toggle-handle-hover-disabled-border-style) var(--gse-ui-toggle-handle-hover-disabled-border-color)}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider:hover{background-color:var(--gse-ui-toggle-track-hover-on-backgroundColor)}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider:hover .gux-switch{border:var(--gse-ui-toggle-handle-hover-border-width) var(--gse-ui-toggle-handle-hover-border-style) var(--gse-ui-toggle-handle-hover-border-color)}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider .gux-switch{transform:translateX(calc(var(--gse-ui-toggle-track-width) - var(--gse-ui-toggle-track-height)))}gux-toggle-slider .gux-toggle-slider.gux-checked .gux-slider .gux-switch gux-icon{color:#2a60c8;opacity:1;transition:opacity 0.25s linear;transition-delay:0.25s}';export{r as gux_toggle_slider}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as s,g as i}from"./p-deca7631.js";import{b as a}from"./p-2ba7be7a.js";import{t as r}from"./p-c23acf83.js";import{g as o}from"./p-0962dd7a.js";import{o as n}from"./p-31cd1b9a.js";import{t as c}from"./p-408d5857.js";const h=class{constructor(s){t(this,s),this.guxsortchanged=e(this,"guxsortchanged",7),this.includeUnsorted=!1,this.headerContent=void 0,this.active=!1,this.sort="none",this.isLeftAlignIcon=!1}async componentWillLoad(){r(this.root),this.i18n=await a(this.root,c,"gux-table"),this.tableHeader=o("th",this.root),this.thObserver=n(this.tableHeader,(()=>{this.setState()}),{attributes:!0,childList:!1,subtree:!1}),this.setState()}disconnectedCallback(){this.thObserver&&this.thObserver.disconnect()}onClick(){this.guxsortchanged.emit({columnName:this.tableHeader.dataset.columnName,sortDirection:this.getNextSort(this.sort)})}setState(){this.headerContent=this.tableHeader.textContent,this.isLeftAlignIcon=this.tableHeader.hasAttribute("data-cell-numeric")||this.tableHeader.hasAttribute("data-cell-action");const t=this.tableHeader.getAttribute("aria-sort");switch(t){case"ascending":case"descending":this.active=!0,this.sort=t;break;default:this.active=!1,this.sort="none"}}getIconName(t){return"descending"===t?"arrow-solid-down":"arrow-solid-up"}getNextSort(t){switch(t){case"none":return"ascending";case"ascending":return"descending";default:return this.includeUnsorted?"none":"ascending"}}getSRText(t){switch(t){case"ascending":return this.i18n("ascendingColumnSort",{headerContent:this.headerContent});case"descending":return this.i18n(this.includeUnsorted?"descendingColumnSortIncludeUnsorted":"descendingColumnSort",{headerContent:this.headerContent});default:return this.i18n("noColumnSort",{headerContent:this.headerContent})}}render(){return s("div",{class:"gux-container"},s("button",{class:{"gux-sort-button":!0,"gux-active":this.active},type:"button",onClick:()=>this.onClick(),"aria-label":this.getSRText(this.sort)},s("gux-icon",{class:{"gux-sort-icon":!0,"gux-left":this.isLeftAlignIcon},"icon-name":this.getIconName(this.sort),decorative:!0})),s("div",{class:"gux-resize-spacer"}))}static get delegatesFocus(){return!0}get root(){return i(this)}};h.style=".gux-container{position:absolute;inset:0;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:flex-start;align-items:center;justify-content:flex-start;border-top:var(--gse-ui-dataTableItems-header-selectedBar-height) solid transparent;border-bottom:var(--gse-ui-dataTableItems-header-selectedBar-height) solid transparent}.gux-container:focus-within{border-bottom-color:var(--gse-ui-dataTableItems-header-selectedIndicatorColor)}.gux-container .gux-sort-button{all:unset;flex:1 1 auto;align-self:stretch;order:0;cursor:pointer}.gux-container .gux-sort-button .gux-sort-icon{float:right;width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);margin:0 var(--gse-ui-dataTableItems-header-gap);color:var(--gse-ui-dataTableItems-header-sort-foregroundColor)}.gux-container .gux-sort-button .gux-sort-icon.gux-left{float:left;margin-left:calc(2px + var(--gse-ui-dataTableItems-header-gap))}.gux-container .gux-resize-spacer{flex:0 1 auto;align-self:stretch;order:0;width:2px}";export{h as gux_sort_control}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,d as e,h as i,H as a,g as o}from"./p-deca7631.js";import{O as n}from"./p-a69a9910.js";import{O as r}from"./p-d6edbaeb.js";import{t as s}from"./p-c23acf83.js";import{g as l}from"./p-693c1709.js";function u(t,e){[].concat(t).forEach((t=>{null!=t&&(t.accent=e)}))}function h(t,...e){e.flat().filter((t=>null!==t&&!t.hasAttribute("icon-only"))).forEach((e=>e.iconOnly=t))}var c=function(t,e,i,a){var o,n=arguments.length,r=n<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,i):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,a);else for(var s=t.length-1;s>=0;s--)(o=t[s])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r};const d=class{constructor(e){t(this,e),this.minimumSizes={full:0,iconOnly:0,condensed:0},this.displayedLayout="full",this.hasContextDivider=!1}onMutation(){this.hasContextDivider=this.needsContextDivider()}recordLayoutMinSize(){e((()=>{var t,e;const i=0|(null===(t=this.filterSlot)||void 0===t?void 0:t.clientWidth),a=0|(null===(e=this.actionsContainer)||void 0===e?void 0:e.clientWidth);this.minimumSizes[this.displayedLayout]=i+a+72}))}get actionsContainer(){return this.root.shadowRoot.querySelector(".gux-contextual-permanent-primary")}get filterSlot(){return l(this.root,"search-and-filter")}get menuActionSlot(){return l(this.root,"menu-actions")}get permanentSlot(){return l(this.root,"permanent-actions")}get contextualSlot(){return l(this.root,"contextual-actions")}get primaryAction(){var t;return null===(t=this.root)||void 0===t?void 0:t.querySelector("gux-table-toolbar-custom-action[slot]")}get permanentActions(){var t,e;if(null===(t=this.permanentSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.permanentSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get menuActionsItems(){var t,e;if(null===(t=this.menuActionSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.menuActionSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get contextualActions(){var t,e;if(null===(t=this.contextualSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.contextualSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get filterActions(){var t,e;if(null===(t=this.filterSlot)||void 0===t?void 0:t.hasChildNodes)return Array.from(null===(e=this.filterSlot)||void 0===e?void 0:e.querySelectorAll("gux-table-toolbar-action, gux-table-toolbar-custom-action"))}get allFilterContextual(){var t;return null===(t=this.filterActions)||void 0===t?void 0:t.concat(this.contextualActions)}needsContextDivider(){var t;return(null===(t=this.contextualActions)||void 0===t?void 0:t.length)&&this.contextualSlot!==this.root.lastElementChild}renderMenu(){var t;return Boolean((null===(t=this.menuActionsItems)||void 0===t?void 0:t.length)||"condensed"==this.displayedLayout)}renderFullLayout(){this.displayedLayout="full",h(!1,this.primaryAction,...this.allFilterContextual,...this.permanentActions)}renderIconOnlyLayoutScaleDown(t){this.displayedLayout="iconOnly",h(!0,this.primaryAction,...this.allFilterContextual,...this.permanentActions),this.iconOnlySectionWidth=t}renderIconOnlyLayoutScaleUp(){var t,e;this.displayedLayout="iconOnly",u(this.permanentActions,"secondary"),u(this.primaryAction,"primary"),h(!0,this.primaryAction,...this.allFilterContextual,...this.permanentActions),this.permanentActions&&(null===(t=this.root)||void 0===t||t.appendChild(this.permanentSlot)),this.primaryAction&&(null===(e=this.root)||void 0===e||e.appendChild(this.primaryAction))}renderCondensedLayout(){var t,e;this.displayedLayout="condensed",this.permanentActions&&(null===(t=this.menuActionSlot)||void 0===t||t.appendChild(this.permanentSlot)),this.primaryAction&&(null===(e=this.menuActionSlot)||void 0===e||e.appendChild(this.primaryAction)),h(!0,...this.allFilterContextual),h(!1,...this.permanentActions),h(!1,this.primaryAction),u(this.menuActionsItems,"ghost")}componentWillLoad(){s(this.root),this.hasContextDivider=this.needsContextDivider()}componentDidLoad(){this.recordLayoutMinSize(),this.checkResponsiveLayout(),u(this.menuActionsItems,"ghost")}componentDidUpdate(){this.recordLayoutMinSize(),this.checkResponsiveLayout()}checkResponsiveLayout(){e((()=>{var t;const e=0|(null===(t=this.actionsContainer)||void 0===t?void 0:t.clientWidth),i=this.root.clientWidth;i<=this.minimumSizes.full&&i>=this.minimumSizes.iconOnly?"full"==this.displayedLayout?this.renderIconOnlyLayoutScaleDown(e):"condensed"==this.displayedLayout&&this.renderIconOnlyLayoutScaleUp():i<=this.minimumSizes.iconOnly?this.renderCondensedLayout():this.minimumSizes.iconOnly>this.minimumSizes.full?this.renderIconOnlyLayoutScaleUp():this.renderFullLayout()}))}render(){return i(a,{role:"toolbar","aria-orientation":"horizontal"},i("div",{class:"search-filter-container"},i("slot",{name:"search-and-filter"})),i("div",{class:"section-spacing"}),i("div",{class:"gux-contextual-permanent-primary"},i("div",{class:{"gux-contextual-wrapper":this.hasContextDivider}},i("slot",{name:"contextual-actions"})),i("div",{class:"gux-permanent-menu-primary-wrapper"},i("slot",{name:"permanent-actions"}),i("gux-table-toolbar-menu-button",{"show-menu":this.renderMenu()},i("slot",{name:"menu-actions"})),i("slot",{name:"primary-action"}))))}get root(){return o(this)}};c([r({childList:!0,subtree:!0})],d.prototype,"onMutation",null),c([n()],d.prototype,"checkResponsiveLayout",null),d.style=":host{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-height:var(--gse-ui-dataTableItems-tableToolbar-height)}:host .search-filter-container{width:260px;min-width:260px;padding-right:var(--gse-ui-dataTableItems-tableToolbar-gap)}:host slot[name=search-and-filter]::slotted(*){display:flex;flex-direction:row;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);align-content:flex-start;align-items:center}:host .section-spacing{display:flex;flex-direction:row;min-width:72px}:host .gux-contextual-permanent-primary{display:flex;flex-direction:row;justify-content:space-between;padding-left:var(--gse-ui-dataTableItems-tableToolbar-gap)}:host .gux-contextual-permanent-primary slot[name=permanent-actions]::slotted(*),:host .gux-contextual-permanent-primary slot[name=contextual-actions]::slotted(*){display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);align-content:flex-end;align-items:center}:host .gux-contextual-permanent-primary .gux-contextual-wrapper{padding-right:var(--gse-ui-dataTableItems-tableToolbar-gap);border-right:var(--gse-ui-dataTableItems-tableToolbar-divider-width) solid var(--gse-ui-dataTableItems-tableToolbar-dividerColor)}:host .gux-contextual-permanent-primary .gux-permanent-menu-primary-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tableToolbar-tableToolbarGroup-gap);margin-left:var(--gse-ui-dataTableItems-tableToolbar-gap)}";export{d as gux_table_toolbar}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r,h as e,g as i}from"./p-deca7631.js";import{b as o}from"./p-2ba7be7a.js";import{t as a}from"./p-c23acf83.js";import"./p-0962dd7a.js";const t={info:"Information alert with message",success:"Success alert with message",warning:"Warning alert with message",error:"Error alert with message"},s=class{constructor(e){r(this,e),this.accent="info"}getIcon(r){switch(r){case"info":default:return"fa/circle-info-solid";case"success":return"fa/circle-check-solid";case"warning":return"fa/triangle-exclamation-solid";case"error":return"fa/hexagon-exclamation-solid"}}async componentWillLoad(){a(this.root,{variant:this.accent}),this.i18n=await o(this.root,t)}render(){return e("div",{class:{"gux-inline-alert":!0,[`gux-${this.accent}`]:!0}},e("gux-icon",{"icon-name":this.getIcon(this.accent),decorative:!0}),e("div",{class:"gux-message-wrapper"},e("div",{class:"gux-sr-only"},this.i18n(this.accent)),e("slot",null)))}get root(){return i(this)}};s.style=":host{display:block}.gux-inline-alert{display:inline-flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-alert-gap);align-items:center;justify-content:flex-start;padding:var(--gse-ui-alert-padding);border:1px solid;border-radius:var(--gse-ui-alert-borderRadius)}.gux-inline-alert gux-icon{flex-shrink:0;align-self:flex-start;width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);margin-top:1px}.gux-inline-alert gux-tooltip-title{white-space:nowrap}.gux-inline-alert .gux-message-wrapper{display:flex;gap:var(--gse-ui-alert-gap);align-items:center;justify-content:flex-start;font-family:var(--gse-ui-alert-text-fontFamily);font-size:var(--gse-ui-alert-text-fontSize);font-weight:var(--gse-ui-alert-text-fontWeight);line-height:var(--gse-ui-alert-text-lineHeight)}.gux-inline-alert .gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-inline-alert.gux-info{color:var(--gse-ui-alert-info-foregroundColor);background-color:var(--gse-ui-alert-info-backgroundColor);border:var(--gse-ui-alert-info-border-width) var(--gse-ui-alert-info-border-style) var(--gse-ui-alert-info-border-color)}.gux-inline-alert.gux-info gux-icon{color:var(--gse-ui-alert-info-iconColor)}.gux-inline-alert.gux-error{color:var(--gse-ui-alert-error-foregroundColor);background-color:var(--gse-ui-alert-error-backgroundColor);border:var(--gse-ui-alert-error-border-width) var(--gse-ui-alert-error-border-style) var(--gse-ui-alert-error-border-color)}.gux-inline-alert.gux-error gux-icon{color:var(--gse-ui-alert-error-iconColor)}.gux-inline-alert.gux-warning{color:var(--gse-ui-alert-warning-foregroundColor);background-color:var(--gse-ui-alert-warning-backgroundColor);border:var(--gse-ui-alert-warning-border-width) var(--gse-ui-alert-warning-border-style) var(--gse-ui-alert-warning-border-color)}.gux-inline-alert.gux-warning gux-icon{color:var(--gse-ui-alert-warning-iconColor)}.gux-inline-alert.gux-success{color:var(--gse-ui-alert-success-foregroundColor);background-color:var(--gse-ui-alert-success-backgroundColor);border:var(--gse-ui-alert-success-border-width) var(--gse-ui-alert-success-border-style) var(--gse-ui-alert-success-border-color)}.gux-inline-alert.gux-success gux-icon{color:var(--gse-ui-alert-success-iconColor)}";export{s as gux_inline_alert}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as i,h as a}from"./p-deca7631.js";const e=class{constructor(a){t(this,a),this.internalactivatetabpanel=i(this,"internalactivatetabpanel",7),this.tabId=void 0,this.guxDisabled=!1,this.active=!1}onClick(){this.active||this.guxDisabled||this.internalactivatetabpanel.emit(this.tabId)}onFocusin(){this.tooltipTitleElement.setShowTooltip()}onFocusout(){this.tooltipTitleElement.setHideTooltip()}async guxSetActive(t){this.active=t}async guxFocus(){this.buttonElement.focus()}async guxGetActive(){return this.active}render(){return a("button",{class:{"gux-disabled":this.guxDisabled,"gux-tab":!0,"gux-active":this.active},type:"button","aria-disabled":this.guxDisabled.toString(),id:`gux-${this.tabId}-tab`,role:"tab","aria-controls":`gux-${this.tabId}-panel`,"aria-selected":this.active.toString(),tabIndex:this.active?0:-1,ref:t=>this.buttonElement=t},a("gux-tooltip-title",{ref:t=>this.tooltipTitleElement=t},a("span",null,a("slot",null))))}};e.style="gux-tabs[orientation=vertical]>gux-tab-list .gux-tab{display:flex;justify-content:flex-end;height:var(--gse-ui-tabs-item-vertical-fixedHeight);padding:var(--gse-ui-tabs-item-vertical-padding);border-right:var(--gse-ui-tabs-item-divider-vertical-width) solid var(--gse-ui-tabs-item-divider-dividerColor)}gux-tabs[orientation=vertical]>gux-tab-list .gux-tab.gux-active{border-right:var(--gse-ui-tabs-item-indicator-vertical-width) solid var(--gse-ui-tabs-item-indicator-activeColor)}gux-tabs[orientation=vertical]>gux-tab-list .gux-tab:hover:not(.gux-active):not(.gux-disabled){border-right:var(--gse-ui-tabs-item-indicator-vertical-width) solid var(--gse-ui-tabs-item-indicator-hoverColor)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab{box-sizing:border-box;height:40px;padding:var(--gse-ui-tabs-item-horizontal-padding)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab.gux-active{border-bottom:var(--gse-ui-tabs-item-indicator-horizontal-height) solid var(--gse-ui-tabs-item-indicator-activeColor)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab:hover:not(.gux-active):not(.gux-disabled){border-bottom:var(--gse-ui-tabs-item-indicator-horizontal-height) solid var(--gse-ui-tabs-item-indicator-hoverColor)}gux-tabs:not([orientation=vertical])>gux-tab-list .gux-tab gux-tooltip-title{margin:auto}gux-tabs[alignment=center]>gux-tab-list .gux-scrollable-section{justify-content:center}gux-tabs[alignment=full-width]>gux-tab-list .gux-scrollable-section{flex-grow:1}gux-tabs[alignment=full-width]>gux-tab-list gux-tab{width:100%;max-width:100%}gux-tabs[alignment=full-width]>gux-tab-list gux-tab .gux-tab{width:100%;max-width:100%}gux-tab{display:flex;width:var(--gse-ui-tabs-item-fixedWidth);max-width:160px}gux-tab .gux-tab{display:flex;align-items:center;width:var(--gse-ui-tabs-item-fixedWidth);max-width:160px;height:var(--gse-ui-tabs-item-height);font-family:var(--gse-ui-tabs-item-itemText-fontFamily);font-size:var(--gse-ui-tabs-item-itemText-fontSize);font-weight:var(--gse-ui-tabs-item-itemText-fontWeight);line-height:var(--gse-ui-tabs-item-itemText-lineHeight);color:var(--gse-ui-tabs-item-itemTextColor);cursor:pointer;background-color:transparent;border:none}gux-tab .gux-tab.gux-disabled{cursor:default}gux-tab .gux-tab.gux-disabled gux-tooltip-title{opacity:var(--gse-ui-tabs-item-disableOpacity)}gux-tab .gux-tab:focus-visible{border:var(--gse-semantic-focusRing-default-border-width) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-color);border-radius:4px;outline:none}gux-tab .gux-tab gux-tooltip-title{max-width:160px;white-space:nowrap}";export{e as gux_tab}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as s,H as i,g as o}from"./p-deca7631.js";import{t as r}from"./p-c23acf83.js";import{D as a,g as e}from"./p-f9c65a99.js";import{g as h}from"./p-2ba7be7a.js";import"./p-0962dd7a.js";const m=class{constructor(s){t(this,s),this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){r(this.root),this.formatter=new a(h(this.root))}render(){return s(i,null,this.formatter.formatTime(new Date(this.datetime),this.format,{timeZone:e(this.timeZone)}))}get root(){return o(this)}};export{m as gux_time_beta}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{c as n}from"./p-7b08c759.js";import{s as t}from"./p-373c5d93.js";function r(n,{oldIndex:t,newIndex:r}){const o=Array.from(n.children).map((n=>n.orderId)),[e]=o.splice(t,1);return o.splice(r,0,e),o}function o(n,{oldIndex:t,newIndex:r}){l(n).forEach(((n,o)=>{o!==r?n.removeAttribute("gs-reorder-indicator"):n.setAttribute("gs-reorder-indicator",r<t?"above":"below")}))}function e(t,r,o){const e=n(r.newIndex+o,0,Array.from(t.children).length-1);return Object.assign({},r,{newIndex:e})}function c(){return{oldIndex:null,newIndex:null}}function u(n){return Array.from(n.parentNode.children).indexOf(n)}function a(n,r){f(n).forEach((n=>{n.checked!==r&&(n.checked=r,t(n,"input"),t(n,"change"))}))}function s(n,t){const{count:r,total:o}=i(n);0===r?(t.indeterminate=!1,t.checked=!1):r===o?(t.indeterminate=!1,t.checked=!0):t.indeterminate=!0}function i(n){const t=f(n).length,r=function(n){return f(n).filter((n=>n.checked))}(n).length;return{count:r,total:t}}function d(n,t,r=1){return l(n).reduce(((n,o)=>{const e=t.value.toLowerCase();if(e&&o.textContent.toLowerCase().includes(e)){const e=n.matchCount+1;return o.guxSetHighlight(t.value,e===r),{matchCount:e,currentMatch:r}}return o.guxSetHighlight(),n}),{matchCount:0,currentMatch:0})}function f(n){return Array.from(n.querySelectorAll("input[type=checkbox]"))}function l(n){return Array.from(n.querySelectorAll("gux-column-manager-item"))}export{s as a,r as b,u as c,e as d,d as e,a as f,c as g,i as h,o as s}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{g as n}from"./p-deca7631.js";function t(){return(t,e)=>{const{connectedCallback:c,disconnectedCallback:i}=t,s=new Map;t.connectedCallback=function(){const t=new ResizeObserver(this[e].bind(this));return function(t,e,c){t.has(e)&&t.get(e).disconnect(),t.set(e,c),c.observe(n(e))}(s,this,t),c&&c.call(this)},t.disconnectedCallback=function(){return function(n,t){n.has(t)&&n.get(t).disconnect(),n.delete(t)}(s,this),i&&i.call(this)}}}export{t as O}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r,h as e,H as t}from"./p-deca7631.js";const o=class{constructor(e){r(this,e)}render(){return e(t,{role:"presentation"})}};o.style=":host{position:relative;display:flex;width:100%;height:1px;padding:0;margin:16px 0;line-height:32px;pointer-events:none;cursor:pointer;cursor:default;background-color:#c8cfda}";export{o as gux_list_divider}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as r,g as o}from"./p-deca7631.js";import{t as a}from"./p-c23acf83.js";import{b as g}from"./p-2ba7be7a.js";import"./p-0962dd7a.js";const i={info:"badge with label: {label}, accent: info","info-bold":"badge with label: {label}, accent: info bold",success:"badge with label: {label}, accent: success","success-bold":"badge with label: {label}, accent: success bold",warning:"badge with label: {label}, accent: warning","warning-bold":"badge with label: {label}, accent: warning bold",error:"badge with label: {label}, accent: error","error-bold":"badge with label: {label}, accent: error error",inherit:"badge with label: {label}","inherit-bold":"badge with label: {label}, bold"},l=class{constructor(r){e(this,r),this.accent="info",this.bold=!1,this.label=void 0}onSlotChange(e){const r=e.composedPath()[0].assignedNodes();this.label=r.map((e=>e.textContent)).join("")}renderBadgeTitle(){return r("gux-tooltip-title",null,r("span",null,r("slot",{"aria-hidden":"true",onSlotchange:this.onSlotChange.bind(this)})))}renderSrText(){return r("div",{class:"gux-sr-only"},this.i18n(this.getVariant(),{label:this.label}))}getVariant(){return`${this.accent}${this.bold?"-bold":""}`}async componentWillLoad(){a(this.root),this.i18n=await g(this.root,i)}render(){return r("div",{class:{"gux-badge":!0,[`gux-${this.accent}`]:!0,"gux-bold":this.bold}},this.renderBadgeTitle(),this.renderSrText())}get root(){return o(this)}};l.style=":host{display:inline-block;height:fit-content;border-radius:var(--gse-ui-badge-borderRadius)}.gux-badge{display:flex;flex-direction:row;gap:var(--gse-ui-badge-gap);align-items:center;justify-content:center;height:var(--gse-ui-badge-height);padding:2px 12px;font-family:var(--gse-ui-badge-text-fontFamily);font-size:var(--gse-ui-badge-text-fontSize);font-weight:var(--gse-ui-badge-text-fontWeight);line-height:var(--gse-ui-badge-text-lineHeight);border-radius:var(--gse-ui-badge-borderRadius)}.gux-badge gux-tooltip-title{white-space:nowrap}.gux-badge gux-tooltip-title ::slotted(gux-icon){height:16px;font-size:16px}.gux-badge .gux-sr-only:not(:focus):not(:active){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.gux-badge.gux-info{color:var(--gse-ui-badge-info-regular-foregroundColor);background-color:var(--gse-ui-badge-info-regular-backgroundColor)}.gux-badge.gux-info.gux-bold{color:var(--gse-ui-badge-info-bold-foregroundColor);background-color:var(--gse-ui-badge-info-bold-backgroundColor)}.gux-badge.gux-error{color:var(--gse-ui-badge-error-regular-foregroundColor);background-color:var(--gse-ui-badge-error-regular-backgroundColor)}.gux-badge.gux-error.gux-bold{color:var(--gse-ui-badge-error-bold-foregroundColor);background-color:var(--gse-ui-badge-error-bold-backgroundColor)}.gux-badge.gux-warning{color:var(--gse-ui-badge-warning-regular-foregroundColor);background-color:var(--gse-ui-badge-warning-regular-backgroundColor)}.gux-badge.gux-warning.gux-bold{color:var(--gse-ui-badge-warning-bold-foregroundColor);background-color:var(--gse-ui-badge-warning-bold-backgroundColor)}.gux-badge.gux-success{color:var(--gse-ui-badge-success-regular-foregroundColor);background-color:var(--gse-ui-badge-success-regular-backgroundColor)}.gux-badge.gux-success.gux-bold{color:var(--gse-ui-badge-success-bold-foregroundColor);background-color:var(--gse-ui-badge-success-bold-backgroundColor)}.gux-badge.gux-inherit{color:inherit;background-color:inherit}";export{l as gux_badge}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as s,g as r}from"./p-deca7631.js";import{t as i}from"./p-c23acf83.js";const e=/[ +]/g,n=new Map,a=new Map;function h(t){return t.replace(/[\^$*+?.(){}[\]\\]/g,"\\$&")}const o=class{constructor(s){t(this,s),this.text=void 0,this.highlight=void 0,this.strategy="start",this.dimmed=!1}componentWillLoad(){i(this.root)}render(){if(this.highlight&&this.text)switch(this.strategy){case"start":return this.renderStartsWith();case"contains":return this.renderContains();case"fuzzy":return this.renderFuzzy()}return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}renderStartsWith(){if(this.text.toLowerCase().startsWith(this.highlight.toLowerCase())){const t=this.text.substring(0,this.highlight.length),r=this.text.substring(this.highlight.length);return s("span",{class:{"gux-dimmed":this.dimmed}},s("mark",null,t),r)}return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}renderContains(){const t={highlighted:"",remaining:this.text};for(;t.remaining.toLowerCase().includes(this.highlight.toLowerCase());){const s=t.remaining.toLowerCase().indexOf(this.highlight.toLowerCase()),r=t.remaining.substring(0,s),i=t.remaining.substring(s,s+this.highlight.length);t.highlighted+=r+`<mark>${i}</mark>`,t.remaining=t.remaining.substring(s+i.length)}return s("span",{class:{"gux-dimmed":this.dimmed},innerHTML:t.highlighted+t.remaining})}renderFuzzy(){if(function(t,s){let r=n.get(t);return r||(r=function(t){const s=t.split(e).map(h);if(1===s.length)return new RegExp(s[0],"i");let r="(";return s.forEach(((t,i)=>{r+=t+").*",i!==s.length-1&&(r+="(")})),new RegExp(r+"$","i")}(t),n.set(t,r)),r.test(s)}(this.highlight,this.text)){const r=(t=this.highlight,t.split(e).map(h).map((t=>{let s=a.get(t);return s||(s=new RegExp(t,"i"),a.set(t,s)),s}))).reduce(((t,s)=>{const{0:r,index:i,input:e}=t.remaining.match(s),n=e.substring(0,i);return{highlighted:`${t.highlighted+n}<mark>${r}</mark>`,remaining:e.substring(i+r.length)}}),{highlighted:"",remaining:this.text});return s("span",{class:{"gux-dimmed":this.dimmed},innerHTML:r.highlighted+r.remaining})}var t;return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}get root(){return r(this)}};o.style="span{color:var(--gse-ui-search-match-firstLevel-foregroundColour)}span mark{background-color:var(--gse-ui-search-match-firstLevel-backgroundColor)}.gux-dimmed mark{background-color:var(--gse-ui-search-match-subsequentLevel-backgroundColor)}";export{o as gux_text_highlight}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as e,H as o,g as a}from"./p-deca7631.js";import{t as n}from"./p-c23acf83.js";const i=class{constructor(e){t(this,e)}componentWillLoad(){n(this.root)}render(){return e(o,null,e("div",{class:"gux-header"},e("div",{class:"gux-icon"},e("slot",{name:"icon"})),e("div",{class:"gux-title"},e("slot",{name:"title"}))),e("div",{class:"gux-message"},e("slot",{name:"message"})),e("div",{class:"gux-action-buttons"},e("div",{class:"gux-positive-button"},e("slot",{name:"positive-button"})),e("div",{class:"gux-negative-button"},e("slot",{name:"negative-button"}))))}get root(){return a(this)}};i.style=":host{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:stretch;align-items:stretch;justify-content:flex-start;width:270px;padding:20px 24px;margin-bottom:4px;color:#2e394c;background:#f6f7f9;border:1px solid #b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.gux-header{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;align-self:auto;justify-content:flex-start;order:0;font-family:var(--gse-core-typography-heading-lg-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-lg-fontSize);line-height:var(--gse-core-typography-heading-lg-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}.gux-header .gux-icon{flex:0 1 auto;align-self:auto;order:0;color:#1da8b3}.gux-header .gux-icon ::slotted(gux-icon){width:32px !important;height:32px !important}.gux-header .gux-title{flex:1 1 auto;align-self:auto;order:0;margin:0 0 0 8px}.gux-message{flex:0 1 auto;align-self:auto;order:0;margin:16px 0;font-family:var(--gse-core-typography-body-sm-fontFamily), var(--gse-core-fontFamily-body), sans-serif;font-size:var(--gse-core-typography-body-sm-fontSize);line-height:var(--gse-core-typography-body-sm-lineHeight);font-weight:var(--gse-core-fontWeight-regular)}.gux-message ::slotted(dl){display:flex;flex-direction:row;flex-wrap:wrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:0}.gux-action-buttons{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;align-self:auto;justify-content:space-between;order:0}.gux-action-buttons .gux-negative-button{flex:0 1 auto;align-self:auto;order:0}.gux-action-buttons .gux-positive-button{flex:0 1 auto;align-self:auto;order:0}.gux-action-buttons{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;align-self:auto;justify-content:space-between;order:0}.gux-action-buttons .gux-negative-button{flex:0 1 auto;align-self:auto;order:0}.gux-action-buttons .gux-positive-button{flex:0 1 auto;align-self:auto;order:0}";export{i as gux_action_toast_legacy}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as t,H as s,g as o}from"./p-deca7631.js";import{a as i}from"./p-ffaadf62.js";import{e as n}from"./p-dbb0ac25.js";import{r as a}from"./p-3ea0d493.js";import{b as r}from"./p-2ba7be7a.js";import{t as u}from"./p-408d5857.js";import"./p-0962dd7a.js";const l=class{constructor(t){e(this,t),this.dropdownOptionsButtonId=a("gux-table-select-menu"),this.hasSelectMenuOptions=!1,this.dropdownDisabled=!1,this.popoverHidden=!0}focusFirstItemInPopupList(){const e=this.root.querySelector("gux-list");i((()=>{null==e||e.guxFocusFirstItem()}))}async componentWillLoad(){this.hasSelectMenuOptions=!!this.root.querySelector('[slot="select-menu-options"]'),this.i18n=await r(this.root,u,"gux-table")}onKeydown(e){var t;switch(e.key){case"ArrowDown":n(".gux-select-menu-button",e)&&(this.toggleOptions(),this.focusFirstItemInPopupList());break;case"Enter":n(".gux-select-menu-button",e)&&this.focusFirstItemInPopupList();break;case"Escape":n("gux-list",e)&&(e.stopPropagation(),this.popoverHidden=!0,null===(t=this.tableSelectMenuButtonElement)||void 0===t||t.focus());break;case"Tab":this.popoverHidden=!0}}onKeyup(e){" "===e.key&&n(".gux-select-menu-button",e)&&this.focusFirstItemInPopupList()}toggleOptions(){this.popoverHidden=!this.popoverHidden}renderSelectDropdown(){if(this.hasSelectMenuOptions)return[t("button",{id:this.dropdownOptionsButtonId,"aria-haspopup":"listbox","aria-expanded":(!this.popoverHidden).toString(),type:"button",class:"gux-select-menu-button",ref:e=>this.tableSelectMenuButtonElement=e,onClick:()=>this.toggleOptions(),disabled:this.dropdownDisabled},t("gux-icon",{"icon-name":"chevron-small-down","screenreader-text":this.i18n("tableOptions")})),t("gux-popover-list",{for:this.dropdownOptionsButtonId,isOpen:!this.popoverHidden,closeOnClickOutside:!0,onGuxdismiss:()=>this.popoverHidden=!0},t("div",null,t("slot",{name:"select-menu-options"})))]}render(){return t(s,null,t("slot",null),this.renderSelectDropdown())}get root(){return o(this)}};l.style="gux-table-select-menu{display:inline-flex;font-family:var(--gse-ui-popover-body-text-fontFamily);font-size:var(--gse-ui-popover-body-text-fontSize);font-weight:var(--gse-ui-popover-body-text-fontWeight);line-height:var(--gse-ui-popover-body-text-lineHeight)}gux-table-select-menu .gux-select-menu-button{padding:0;margin-left:var(--gse-ui-dataTableItems-header-gap);color:var(--gse-ui-dataTableItems-cell-chevron-foregroundColor);background-color:inherit;border:none;outline:none}gux-table-select-menu .gux-select-menu-button:focus-visible{outline:var(--gse-semantic-focusRing-default-border-color) var(--gse-semantic-focusRing-default-border-style) var(--gse-semantic-focusRing-default-border-width);outline-offset:var(--gse-semantic-focusRing-offset);border-radius:4px}gux-table-select-menu .gux-select-menu-button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}";export{l as gux_table_select_menu}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as e,H as o,g as s}from"./p-deca7631.js";import{a as i,c as u,o as n}from"./p-f3521f3e.js";import{a as r}from"./p-ffaadf62.js";import{m as a,h}from"./p-705311af.js";const l=class{constructor(e){t(this,e),this.label=void 0,this.isShown=!1}async guxFocus(){this.buttonElement.focus()}onKeydown(t){switch(a(t,this.root),t.key){case"Enter":t.stopPropagation(),this.hideDelayTimeout=r((()=>{this.focusOnSubmenu()})),this.guxFocus();break;case"ArrowRight":t.stopPropagation(),this.show(),this.hideDelayTimeout=r((()=>{this.focusOnSubmenu()}));break;case"ArrowLeft":case"Escape":this.root!==t.target&&t.stopPropagation(),this.guxFocus()}}onKeyup(t){" "===t.key&&(this.hideDelayTimeout=r((()=>{this.focusOnSubmenu()})),this.guxFocus())}onmouseenter(){this.show()}onMouseleave(){this.hide()}onClick(t){"GUX-MENU-OPTION"!==t.target.nodeName?t.stopPropagation():this.hide()}onFocusin(){this.show()}onFocusout(){this.hide()}show(){clearTimeout(this.hideDelayTimeout),this.isShown=!0}hide(){this.isShown&&(this.hideDelayTimeout=setTimeout((()=>{this.isShown=!1}),h))}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=i(this.buttonElement,this.submenuElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){this.submenuElement&&u(this.buttonElement,this.submenuElement,{placement:"right-start",strategy:"fixed",middleware:[n(4)]}).then((({x:t,y:e})=>{Object.assign(this.submenuElement.style,{left:`${t}px`,top:`${e}px`})}))}focusOnSubmenu(){this.submenuContentElement.contains(document.activeElement)||Array.from(this.root.children)[0].guxFocus()}componentDidLoad(){this.isShown&&this.runUpdatePosition()}componentDidUpdate(){this.isShown?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}render(){return e(o,null,e("button",{type:"button",class:{"gux-submenu-button":!0,"gux-submenu-button-active":this.isShown},role:"menuitem",tabIndex:-1,ref:t=>this.buttonElement=t,"aria-haspopup":"true","aria-expanded":this.isShown.toString()},e("span",{class:"gux-submenu-button-text"},this.label),e("gux-icon",{class:"gux-submenu-open-icon","icon-name":"chevron-small-right",decorative:!0})),e("div",{ref:t=>this.submenuElement=t,class:{"gux-submenu-wrapper":!0,"gux-shown":this.isShown}},e("div",{role:"menu",class:"gux-submenu-content",ref:t=>this.submenuContentElement=t},e("slot",null))))}get root(){return s(this)}};l.style=":host{display:block;flex:1 1 auto;align-self:auto}:host .gux-submenu-button{all:unset;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;justify-content:flex-start;width:var(--gse-ui-flyoutMenu-width);height:var(--gse-ui-menu-option-height);padding:var(--gse-ui-menu-option-padding);line-height:var(--gse-ui-menu-option-label-default-text-lineHeight);color:var(--gse-ui-menu-option-label-foregroundColor);background-color:var(--gse-ui-menu-option-default-backgroundColor)}:host .gux-submenu-button:focus-within,:host .gux-submenu-button:hover{background-color:var(--gse-ui-menu-option-hover-backgroundColor)}:host .gux-submenu-button.gux-submenu-button-active{font-weight:var(--gse-ui-menu-option-label-active-text-fontWeight);color:var(--gse-ui-menu-option-shortcut-selected-foregroundColor);background-color:var(--gse-ui-menu-option-selected-backgroundColor)}:host .gux-submenu-button .gux-submenu-button-text{flex:1 1 auto;align-self:auto;order:0;margin-right:var(--gse-ui-menu-option-gap);overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}:host .gux-submenu-button .gux-submenu-open-icon{flex:0 0 auto;align-self:auto;order:0;width:var(--gse-ui-menu-option-startIcon-width);height:var(--gse-ui-menu-option-startIcon-height)}:host .gux-submenu-wrapper{position:fixed;top:0;left:0;flex-direction:column;padding:var(--gse-ui-menu-padding);margin:0;visibility:hidden;background-color:var(--gse-ui-menu-backgroundColor);border:var(--gse-ui-menu-border-width) var(--gse-ui-menu-border-style) var(--gse-ui-menu-border-color);border-radius:var(--gse-ui-menu-borderRadius);box-shadow:var(--gse-ui-menu-boxShadow-x) var(--gse-ui-menu-boxShadow-y) var(--gse-ui-menu-boxShadow-blur) var(--gse-ui-menu-boxShadow-spread) var(--gse-ui-menu-boxShadow-color)}:host .gux-submenu-wrapper.gux-shown{visibility:visible}";export{l as gux_submenu}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r,h as d,g as a}from"./p-deca7631.js";import{t as e}from"./p-c23acf83.js";const o=class{constructor(d){r(this,d),this.accent="bordered"}componentWillLoad(){e(this.root,{variant:this.accent})}render(){return d("div",{class:{"gux-card":!0,[`gux-${this.accent}`]:!0}},d("slot",null))}get root(){return a(this)}};o.style=":host{display:block;width:fit-content}.gux-card{box-sizing:border-box;padding:var(--gse-ui-card-padding);background-color:var(--gse-ui-card-backgroundColor);border:var(--gse-ui-card-default-border-width) var(--gse-ui-card-default-border-style) var(--gse-ui-card-default-border-color);border-radius:var(--gse-ui-card-borderRadius)}.gux-card.gux-bordered{border:var(--gse-ui-card-default-border-width) var(--gse-ui-card-default-border-style) var(--gse-ui-card-default-border-color)}.gux-card.gux-raised{border:var(--gse-ui-card-raised-border-width) var(--gse-ui-card-raised-border-style) var(--gse-ui-card-raised-border-color);box-shadow:var(--gse-ui-card-raised-boxShadow-x) var(--gse-ui-card-raised-boxShadow-y) var(--gse-ui-card-raised-boxShadow-blur) var(--gse-ui-card-raised-boxShadow-spread) var(--gse-ui-card-raised-boxShadow-color)}.gux-card.gux-borderless{border:var(--gse-ui-card-borderless-border-width) var(--gse-ui-card-borderless-border-style) var(--gse-ui-card-borderless-border-color)}";export{o as gux_card}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as o,H as r,g as i}from"./p-deca7631.js";import{a as e,c as a,o as s,f as l,s as d,b as g}from"./p-f3521f3e.js";import{r as n}from"./p-3ea0d493.js";import{t as u}from"./p-c23acf83.js";import{f as h}from"./p-5d7d5695.js";import{b as p}from"./p-ffaadf62.js";const c=class{constructor(o){t(this,o),this.pointerenterHandler=()=>this.show(),this.pointerleaveHandler=()=>this.hide(),this.focusinHandler=()=>this.show(),this.focusoutHandler=()=>this.hide(),this.id=n("gux-tooltip"),this.for=void 0,this.placement="bottom-start",this.accent="light",this.anchor=!1,this.isShown=!1}handleKeyDown(t){"Escape"===t.key&&this.isShown&&this.hide()}async showTooltip(){this.show()}async hideTooltip(){this.hide()}runUpdatePosition(){this.cleanupUpdatePosition=e(this.forElement,this.root,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!1,ancestorResize:!0})}updatePosition(){const t=[s(16),l(),d()];this.anchor&&t.push(g({element:this.arrowElement})),a(this.forElement,this.root,{placement:this.placement,strategy:"fixed",middleware:t}).then((({x:t,y:o,middlewareData:r,placement:i})=>{Object.assign(this.root.style,{left:`${t}px`,top:`${o}px`}),this.root.setAttribute("data-placement",this.placement);const e={top:"bottom",right:"left",bottom:"top",left:"right"}[i.split("-")[0]];if(r.arrow){const t=13,{x:o,y:i}=r.arrow;Object.assign(this.arrowElement.style,{left:null!=o?`${o}px`:"",top:null!=i?`${i}px`:"",right:"",bottom:"",[e]:-t/2+"px",transform:"rotate(45deg)"})}}))}show(){this.isShown=!0,p((()=>{this.runUpdatePosition()}))}hide(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition(),this.isShown=!1}getForElement(){this.forElement=this.for?h(this.root,this.for):this.root.parentElement}logForAttributeError(){this.root.isConnected&&console.error(`gux-tooltip: invalid element supplied to 'for': "${this.for}"`)}renderAnchor(){if(this.anchor)return o("div",{ref:t=>this.arrowElement=t,class:"gux-arrow"})}connectedCallback(){this.getForElement(),this.forElement?(this.forElement.setAttribute("aria-describedby",this.id),this.forElement.addEventListener("pointerenter",this.pointerenterHandler),this.forElement.addEventListener("pointerleave",this.pointerleaveHandler),this.forElement.addEventListener("focusin",this.focusinHandler),this.forElement.addEventListener("focusout",this.focusoutHandler)):this.logForAttributeError()}componentWillLoad(){u(this.root,{variant:this.placement})}disconnectedCallback(){var t,o,r,i,e;this.cleanupUpdatePosition&&this.cleanupUpdatePosition(),null===(t=this.forElement)||void 0===t||t.removeAttribute("aria-describedby"),null===(o=this.forElement)||void 0===o||o.removeEventListener("pointerenter",this.pointerenterHandler),null===(r=this.forElement)||void 0===r||r.removeEventListener("pointerleave",this.pointerleaveHandler),null===(i=this.forElement)||void 0===i||i.removeEventListener("focusin",this.focusinHandler),null===(e=this.forElement)||void 0===e||e.removeEventListener("focusout",this.focusoutHandler)}render(){return o(r,{id:this.id,class:{"gux-show":this.isShown},role:"tooltip"},o("div",{class:{"gux-container":!0,[`gux-${this.accent}`]:!0},"data-placement":this.placement},o("slot",null),this.renderAnchor()))}get root(){return i(this)}};c.style=":host{position:fixed;z-index:var(--gux-zindex-tooltip, 1);display:none;width:max-content;max-width:250px;box-shadow:var(--gse-ui-tooltip-boxShadow-x) var(--gse-ui-tooltip-boxShadow-y) var(--gse-ui-tooltip-boxShadow-blur) var(--gse-ui-tooltip-boxShadow-spread) var(--gse-ui-tooltip-boxShadow-color);opacity:0}:host(.gux-show){display:block;animation-name:fade-in;animation-duration:250ms;animation-delay:1s;animation-fill-mode:forwards}.gux-container{box-sizing:border-box;display:flex;flex-direction:row;gap:var(--gse-ui-tooltip-gap);align-content:center;justify-content:flex-start;padding:var(--gse-ui-tooltip-padding);font-family:var(--gse-ui-tooltip-text-fontFamily);font-size:var(--gse-ui-tooltip-text-fontSize);font-weight:var(--gse-ui-tooltip-text-fontWeight);line-height:var(--gse-ui-tooltip-text-lineHeight);color:var(--gse-ui-tooltip-light-foregroundColor);pointer-events:none;background-color:var(--gse-ui-tooltip-light-backgroundColor);border:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color);border-radius:var(--gse-ui-tooltip-borderRadius)}.gux-container[data-placement=bottom] .gux-arrow,.gux-container[data-placement=bottom-start] .gux-arrow,.gux-container[data-placement=bottom-end] .gux-arrow{border-top:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color);border-left:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color)}.gux-container[data-placement=top] .gux-arrow,.gux-container[data-placement=top-start] .gux-arrow,.gux-container[data-placement=top-end] .gux-arrow{border-right:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color);border-bottom:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color)}.gux-container[data-placement=left] .gux-arrow,.gux-container[data-placement=left-start] .gux-arrow,.gux-container[data-placement=left-end] .gux-arrow{border-top:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color);border-right:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color)}.gux-container[data-placement=right] .gux-arrow,.gux-container[data-placement=right-start] .gux-arrow,.gux-container[data-placement=right-end] .gux-arrow{border-bottom:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color);border-left:var(--gse-ui-tooltip-light-border-width) var(--gse-ui-tooltip-light-border-style) var(--gse-ui-tooltip-light-border-color)}.gux-container .gux-arrow{position:absolute;width:13px;height:13px;background:inherit;border-radius:var(--gse-ui-tooltip-borderRadius)}.gux-container ::slotted(gux-icon){align-self:center;width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);color:var(--gse-ui-tooltip-light-iconColor)}.gux-container.gux-dark{color:var(--gse-ui-tooltip-dark-foregroundColor);background-color:var(--gse-ui-tooltip-dark-backgroundColor);border-color:var(--gse-ui-tooltip-dark-border-color)}.gux-container.gux-dark[data-placement=bottom] .gux-arrow,.gux-container.gux-dark[data-placement=bottom-start] .gux-arrow,.gux-container.gux-dark[data-placement=bottom-end] .gux-arrow{border-top:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color);border-left:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color)}.gux-container.gux-dark[data-placement=top] .gux-arrow,.gux-container.gux-dark[data-placement=top-start] .gux-arrow,.gux-container.gux-dark[data-placement=top-end] .gux-arrow{border-right:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color);border-bottom:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color)}.gux-container.gux-dark[data-placement=left] .gux-arrow,.gux-container.gux-dark[data-placement=left-start] .gux-arrow,.gux-container.gux-dark[data-placement=left-end] .gux-arrow{border-top:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color);border-right:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color)}.gux-container.gux-dark[data-placement=right] .gux-arrow,.gux-container.gux-dark[data-placement=right-start] .gux-arrow,.gux-container.gux-dark[data-placement=right-end] .gux-arrow{border-bottom:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color);border-left:var(--gse-ui-tooltip-dark-border-width) var(--gse-ui-tooltip-dark-border-style) var(--gse-ui-tooltip-dark-border-color)}.gux-container.gux-dark ::slotted(gux-icon){align-self:center;width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);color:var(--gse-ui-tooltip-dark-iconColor)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}";export{c as gux_tooltip}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{h as r,r as a,g as e}from"./p-deca7631.js";import{b as s}from"./p-2ba7be7a.js";import{t}from"./p-c23acf83.js";import"./p-0962dd7a.js";const o=({context:a="modal",screenreaderText:e})=>{let s=48,t=22;return"input"===a&&(s=16,t=7),r("div",{class:`gux-${a}`,role:"progressbar","aria-label":e},r("svg",{class:"gux-svg-container",viewBox:`0 0 ${s} ${s}`,role:"presentation"},r("circle",{cx:"50%",cy:"50%",r:t,class:"gux-static-circle"}),r("circle",{cx:"50%",cy:"50%",r:t,class:"gux-dynamic-circle","stroke-linecap":"round"}),r("circle",{cx:"50%",cy:"50%",r:t,class:"gux-dynamic-circle-mask","stroke-linecap":"round"})))},n={loading:"Loading"},i=class{constructor(r){a(this,r),this.context="modal",this.screenreaderText=""}async componentWillLoad(){t(this.root,{variant:this.context}),this.getI18nValue=await s(this.root,n)}render(){return r(o,{context:this.context,screenreaderText:this.screenreaderText||this.getI18nValue("loading")})}get root(){return e(this)}};i.style="@keyframes largeSpin{0%{stroke-dasharray:1 68.115038379;transform:rotate(0deg)}7.5%{stroke-dasharray:1 68.115038379;transform:rotate(0deg)}20%{stroke-dasharray:1 68.115038379;transform:rotate(90deg)}30%{stroke-dasharray:34.5575191895;transform:rotate(180deg)}40%{stroke-dasharray:34.5575191895}50%{stroke-dasharray:1 68.115038379;transform:rotate(450deg)}57.5%{stroke-dasharray:1 68.115038379;transform:rotate(450deg)}70%{stroke-dasharray:34.5575191895;transform:rotate(540deg)}80%{stroke-dasharray:34.5575191895;transform:rotate(630deg)}90%{stroke-dasharray:34.5575191895}100%{stroke-dasharray:1 68.115038379;transform:rotate(900deg)}}@keyframes smallSpin{0%{stroke-dasharray:1 20.9911485751;transform:rotate(0deg)}7.5%{stroke-dasharray:1 20.9911485751;transform:rotate(0deg)}20%{stroke-dasharray:1 20.9911485751;transform:rotate(90deg)}30%{stroke-dasharray:10.9955742876;transform:rotate(180deg)}40%{stroke-dasharray:10.9955742876}50%{stroke-dasharray:1 20.9911485751;transform:rotate(450deg)}57.5%{stroke-dasharray:1 20.9911485751;transform:rotate(450deg)}70%{stroke-dasharray:10.9955742876;transform:rotate(540deg)}80%{stroke-dasharray:10.9955742876;transform:rotate(630deg)}90%{stroke-dasharray:10.9955742876}100%{stroke-dasharray:1 20.9911485751;transform:rotate(900deg)}}@keyframes largeThinSpin{0%{stroke-dasharray:1 72.8274273594;transform:rotate(0deg)}7.5%{stroke-dasharray:1 72.8274273594;transform:rotate(0deg)}20%{stroke-dasharray:1 72.8274273594;transform:rotate(90deg)}30%{stroke-dasharray:36.9137136797;transform:rotate(180deg)}40%{stroke-dasharray:36.9137136797}50%{stroke-dasharray:1 72.8274273594;transform:rotate(450deg)}57.5%{stroke-dasharray:1 72.8274273594;transform:rotate(450deg)}70%{stroke-dasharray:36.9137136797;transform:rotate(540deg)}80%{stroke-dasharray:36.9137136797;transform:rotate(630deg)}90%{stroke-dasharray:36.9137136797}100%{stroke-dasharray:1 72.8274273594;transform:rotate(900deg)}}:host{display:inline-block}div[role=progressbar] .gux-svg-container{display:block;width:var(--gse-ui-progressAndLoading-spinner-large);height:var(--gse-ui-progressAndLoading-spinner-large)}div[role=progressbar] .gux-svg-container .gux-dynamic-circle,div[role=progressbar] .gux-svg-container .gux-dynamic-circle-mask{fill:none;stroke:var(--gse-ui-progressAndLoading-spinner-foreground);stroke-width:4;transform-origin:50% 50%;animation-name:largeSpin;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite, infinite}div[role=progressbar] .gux-svg-container .gux-dynamic-circle-mask{display:none;stroke:white;stroke-width:3}div[role=progressbar] .gux-svg-container .gux-static-circle{fill:none;stroke:var(--gse-ui-progressAndLoading-spinner-base);stroke-width:4}div[role=progressbar].gux-full-page .gux-svg-container .gux-dynamic-circle-mask{display:initial}div[role=progressbar].gux-full-page .gux-svg-container .gux-static-circle{display:none}div[role=progressbar].gux-input .gux-svg-container{width:var(--gse-ui-progressAndLoading-spinner-small);height:var(--gse-ui-progressAndLoading-spinner-small)}div[role=progressbar].gux-input .gux-svg-container .gux-dynamic-circle{fill:none;stroke:var(--gse-ui-progressAndLoading-spinner-foreground);stroke-width:2;transform-origin:50% 50%;animation-name:smallSpin;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite, infinite}div[role=progressbar].gux-input .gux-svg-container .gux-static-circle{stroke:var(--gse-ui-progressAndLoading-spinner-base);stroke-width:2}";export{i as gux_radial_loading}
|