genesys-spark-components 4.0.0-beta.7 → 4.0.0-beta.71
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 +16 -21
- 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-6bacb49d.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 +9 -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 +49 -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 +18 -12
- package/dist/cjs/gux-calendar.cjs.entry.js +24 -11
- 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 +412 -0
- package/dist/cjs/gux-dropdown-option.cjs.entry.js +2 -2
- package/dist/cjs/gux-dropdown_3.cjs.entry.js +31 -35
- package/dist/cjs/gux-flag-icon-beta.cjs.entry.js +29 -0
- 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 +19 -17
- package/dist/cjs/gux-form-field-fieldset-container-e43868e8.js +24 -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 +16 -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 +18 -16
- package/dist/cjs/gux-form-field-time-zone-picker.cjs.entry.js +119 -0
- package/dist/cjs/gux-form-field.service-d9598ea6.js +151 -0
- package/dist/cjs/gux-icon.cjs.entry.js +8 -9
- package/dist/cjs/gux-inline-alert.cjs.entry.js +5 -5
- package/dist/cjs/gux-list-divider.cjs.entry.js +2 -2
- package/dist/cjs/gux-list-item.cjs.entry.js +3 -3
- package/dist/cjs/gux-list.cjs.entry.js +5 -5
- 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_2.cjs.entry.js +255 -0
- package/dist/cjs/gux-pagination-cursor.cjs.entry.js +8 -8
- package/dist/cjs/gux-pagination-items-per-page.cjs.entry.js +46 -0
- 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 +664 -596
- package/dist/cjs/gux-popover-list.cjs.entry.js +78 -56
- package/dist/cjs/gux-popup.cjs.entry.js +30 -16
- 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 +22 -12
- 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 +30 -25
- package/dist/cjs/gux-tab-advanced-panel.cjs.entry.js +3 -3
- package/dist/cjs/gux-tab-advanced.cjs.entry.js +42 -26
- 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 +214 -0
- package/dist/cjs/gux-table.cjs.entry.js +286 -0
- package/dist/cjs/gux-tabs-advanced.cjs.entry.js +3 -6
- 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 +393 -0
- package/dist/cjs/gux-time-zone-picker-beta.cjs.entry.js +7818 -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 +7 -11
- package/dist/cjs/gux-tooltip-title.cjs.entry.js +13 -5
- package/dist/cjs/gux-tooltip.cjs.entry.js +21 -14
- package/dist/cjs/gux-truncate.cjs.entry.js +3 -3
- package/dist/cjs/index-75c9f0d9.js +2806 -0
- package/dist/cjs/index-dee802be.js +4147 -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-647e055e.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 +18 -12
- 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-flag-icon/gux-flag-icon.css +1729 -0
- package/dist/collection/components/beta/gux-flag-icon/gux-flag-icon.js +67 -0
- package/dist/collection/components/beta/gux-flag-icon/sprite-utils/sprites.generated.js +1 -0
- package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.e2e.js +268 -0
- package/dist/collection/components/beta/gux-flag-icon/tests/gux-flag-icon.spec.js +267 -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 +18 -28
- 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/gux-phone-input.css +26 -21
- package/dist/collection/components/beta/gux-phone-input/gux-phone-input.js +347 -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 +76 -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 +18 -0
- package/dist/collection/components/beta/gux-time-zone-picker/gux-time-zone-picker.js +292 -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 +113 -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 +44 -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 +71 -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 +92 -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 +25 -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 +39 -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 +50 -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 +77 -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 +46 -43
- 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 +14 -9
- 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-badge/gux-badge.css +68 -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 +67 -0
- package/dist/collection/components/stable/gux-blank-state/gux-blank-state.js +61 -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 +22 -63
- 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 +4 -5
- 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 +20 -15
- 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 +8 -7
- 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 +121 -51
- package/dist/collection/components/stable/gux-calendar/gux-calendar.js +40 -19
- 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.css +0 -19
- 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 +80 -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 +29 -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 +73 -74
- 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 +53 -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 +5 -21
- 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 +84 -58
- 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 +17 -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 +67 -52
- package/dist/collection/components/stable/gux-dropdown/gux-dropdown.js +22 -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 +48 -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 +168 -0
- package/dist/collection/components/stable/gux-dropdown-multi/gux-dropdown-multi.js +694 -0
- package/dist/collection/components/stable/gux-dropdown-multi/tests/gux-dropdown-multi.e2e.js +277 -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 +33 -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 +9 -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 +59 -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 +114 -57
- 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 +69 -57
- 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 +48 -34
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-dropdown/gux-form-field-dropdown.js +19 -17
- 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 +62 -59
- 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 +37 -26
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-phone/gux-form-field-phone.js +18 -16
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-radio/gux-form-field-radio.css +115 -45
- 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 +97 -64
- 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 +66 -58
- 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 +63 -79
- 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 +70 -57
- 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 +60 -59
- 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 +45 -32
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-picker/gux-form-field-time-picker.js +18 -16
- 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 +107 -0
- package/dist/collection/components/stable/gux-form-field/components/gux-form-field-time-zone-picker/gux-form-field-time-zone-picker.js +157 -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 +10 -7
- 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 +13 -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.css +15 -0
- package/dist/collection/components/stable/gux-icon/gux-icon.js +34 -10
- package/dist/collection/components/stable/gux-icon/gux-icon.service.js +2 -2
- package/dist/collection/components/stable/gux-icon/icons/custom/add-column-after.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/add-column-before.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/add-row-after.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/add-row-before.svg +1 -0
- 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/delete-column.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/delete-row.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/delete-table.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/gkn-logo.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/custom/wrap-text-inline.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-tight.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/custom/wrap-text-top-bottom.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/bookmark-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/check-solid.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/file-zip-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/table-cells-regular.svg +1 -0
- package/dist/collection/components/stable/gux-icon/icons/fa/table-columns-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-inline-alert/gux-inline-alert.css +76 -0
- package/dist/collection/components/stable/gux-inline-alert/gux-inline-alert.js +77 -0
- package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.e2e.js +18 -0
- package/dist/collection/components/stable/gux-inline-alert/tests/gux-inline-alert.spec.js +19 -0
- package/dist/collection/components/stable/gux-list/gux-list-divider/gux-list-divider.css +4 -5
- 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 +28 -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 +3 -3
- 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 +21 -17
- 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 +46 -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 +51 -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 +16 -18
- 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 +53 -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 +66 -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 +34 -51
- 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 +14 -8
- 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 +16 -11
- 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 +7 -8
- package/dist/collection/components/stable/gux-pagination-cursor/gux-pagination-cursor.js +11 -9
- 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 +24 -49
- 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 +14 -65
- 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 +12 -1
- package/dist/collection/components/stable/gux-popup/gux-popup.js +65 -15
- 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 +170 -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 +16 -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 +11 -14
- package/dist/collection/components/stable/gux-rating/gux-rating.js +39 -11
- package/dist/collection/components/stable/gux-rating/tests/gux-rating.e2e.js +311 -0
- package/dist/collection/components/stable/gux-rating/tests/gux-rating.spec.js +44 -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 +128 -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 +38 -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 +32 -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 +210 -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 +42 -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 +19 -23
- 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 +14 -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 +48 -102
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced/gux-tab-advanced.js +48 -30
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.css +29 -105
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.js +32 -26
- 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 +5 -4
- package/dist/collection/components/stable/gux-tabs-advanced/gux-tabs-advanced.js +5 -14
- 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 +115 -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 +6 -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 +119 -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 +143 -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 +710 -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 +13 -9
- 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 +57 -31
- 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 +23 -19
- package/dist/collection/components/stable/gux-toggle/gux-toggle.js +9 -27
- package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.e2e.js +154 -0
- package/dist/collection/components/stable/gux-toggle/tests/gux-toggle.spec.js +128 -0
- package/dist/collection/components/stable/gux-tooltip/gux-tooltip.css +36 -8
- package/dist/collection/components/stable/gux-tooltip/gux-tooltip.js +51 -17
- 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.css +6 -0
- package/dist/collection/components/stable/gux-tooltip-title/gux-tooltip-title.js +16 -6
- 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/time-zone.js +98 -0
- package/dist/collection/utils/date/time-zone.spec.js +22 -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 +812 -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-b9060a4c.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 +9 -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 +45 -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 +18 -12
- package/dist/esm/gux-calendar.entry.js +24 -11
- 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 +408 -0
- package/dist/esm/gux-dropdown-option.entry.js +2 -2
- package/dist/esm/gux-dropdown_3.entry.js +31 -35
- package/dist/esm/gux-flag-icon-beta.entry.js +25 -0
- 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 +19 -17
- package/dist/esm/gux-form-field-fieldset-container-dcaed6c7.js +21 -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 +16 -14
- 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 +18 -16
- package/dist/esm/gux-form-field-time-zone-picker.entry.js +115 -0
- package/dist/esm/gux-form-field.service-6bc072f5.js +140 -0
- package/dist/esm/gux-icon.entry.js +8 -9
- package/dist/esm/gux-inline-alert.entry.js +5 -5
- package/dist/esm/gux-list-divider.entry.js +2 -2
- package/dist/esm/gux-list-item.entry.js +3 -3
- package/dist/esm/gux-list.entry.js +5 -5
- 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_2.entry.js +250 -0
- package/dist/esm/gux-pagination-cursor.entry.js +8 -8
- package/dist/esm/gux-pagination-items-per-page.entry.js +42 -0
- 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 +664 -596
- package/dist/esm/gux-popover-list.entry.js +78 -56
- package/dist/esm/gux-popup.entry.js +30 -16
- 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 +22 -12
- 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 +30 -25
- package/dist/esm/gux-tab-advanced-panel.entry.js +3 -3
- package/dist/esm/gux-tab-advanced.entry.js +42 -26
- 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 +210 -0
- package/dist/esm/gux-table.entry.js +282 -0
- package/dist/esm/gux-tabs-advanced.entry.js +3 -6
- 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 +389 -0
- package/dist/esm/gux-time-zone-picker-beta.entry.js +7814 -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 +7 -11
- package/dist/esm/gux-tooltip-title.entry.js +13 -5
- package/dist/esm/gux-tooltip.entry.js +21 -14
- package/dist/esm/gux-truncate.entry.js +3 -3
- package/dist/esm/index-39266f37.js +4142 -0
- package/dist/esm/index-39e65a0a.js +2773 -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-b18430fc.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/i18n/genesys-webcomponents.i18n.it.json +1 -1
- package/dist/genesys-webcomponents/i18n/genesys-webcomponents.i18n.pt-br.json +1 -1
- package/dist/genesys-webcomponents/icons/custom/add-column-after.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/add-column-before.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/add-row-after.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/add-row-before.svg +1 -0
- 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/delete-column.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/delete-row.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/delete-table.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/gkn-logo.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/custom/wrap-text-inline.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/wrap-text-tight.svg +1 -0
- package/dist/genesys-webcomponents/icons/custom/wrap-text-top-bottom.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/bookmark-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/check-solid.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/file-zip-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/table-cells-regular.svg +1 -0
- package/dist/genesys-webcomponents/icons/fa/table-columns-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-007ee5bb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-00bd1c9f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-01ded56a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-05534924.entry.js +1 -0
- package/dist/genesys-webcomponents/p-069e7d65.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0c88ee0e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0e549645.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0eb326b1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-10018207.entry.js +1 -0
- package/dist/genesys-webcomponents/p-11b3b163.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1353d8b9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-13c0c9ad.entry.js +1 -0
- package/dist/genesys-webcomponents/p-15905cc3.js +1 -0
- package/dist/genesys-webcomponents/p-16fcb938.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1a2b292e.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1a9a6b13.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1bb6980f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1bdd165d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1e770b9b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-255e1ffb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2619893f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2666a9fd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-280c4ebb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-284a191f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2b468e4b.js +1 -0
- package/dist/genesys-webcomponents/p-2bba231f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2fb4e6d9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-320e8fdc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-34c7e317.entry.js +1 -0
- package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
- package/dist/genesys-webcomponents/p-3b3e4c5d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3b9cd538.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3c619f58.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3ce6e5e1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3f383b10.entry.js +1 -0
- package/dist/genesys-webcomponents/p-42ae7d3d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-43557c1f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-43ddcffb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-454e9016.entry.js +1 -0
- package/dist/genesys-webcomponents/p-466d9748.entry.js +1 -0
- package/dist/genesys-webcomponents/p-52eb492f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-53997a4d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-54bbb104.entry.js +7 -0
- package/dist/genesys-webcomponents/p-5652d7c4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5be6eb34.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-5da0f0d4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5e58475f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5e8f4d45.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5f368ffa.entry.js +1 -0
- package/dist/genesys-webcomponents/p-60f0cf73.entry.js +1 -0
- package/dist/genesys-webcomponents/p-63e89ad5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-65b03df8.js +1 -0
- package/dist/genesys-webcomponents/p-67b2f320.entry.js +1 -0
- package/dist/genesys-webcomponents/p-687a04b6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-687c3b11.entry.js +1 -0
- package/dist/genesys-webcomponents/p-68c34147.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6d1d7e46.entry.js +1 -0
- package/dist/genesys-webcomponents/p-70f3b0a6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7103c6ec.entry.js +1 -0
- package/dist/genesys-webcomponents/p-734ad76b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-79195c1d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-80b2119a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-80c98a68.entry.js +1 -0
- package/dist/genesys-webcomponents/p-84cc916b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-84f7ed1b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-87bf41a0.entry.js +1 -0
- package/dist/genesys-webcomponents/p-88d49855.entry.js +1 -0
- package/dist/genesys-webcomponents/p-904e967c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-905ed3ca.entry.js +1 -0
- package/dist/genesys-webcomponents/p-90ee2892.entry.js +1 -0
- package/dist/genesys-webcomponents/p-914319f8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-960b5ee9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-97f11623.entry.js +1 -0
- package/dist/genesys-webcomponents/p-99db3a08.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9a4842ed.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9d642773.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9e6c4911.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9ff78d76.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
- package/dist/genesys-webcomponents/p-a2fdd5e9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a3bdd7c2.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a53e9d22.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a5b457ed.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a5f29ae9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a620275f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a69a9910.js +1 -0
- package/dist/genesys-webcomponents/p-a6e95da1.js +1 -0
- package/dist/genesys-webcomponents/p-a75bb5fb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ae3d06b6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-aee137e6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-af678072.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b235cade.entry.js +1 -0
- package/dist/genesys-webcomponents/p-baea2e96.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bb93c90f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bcbc7178.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bcf748dc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bd8156de.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bdfcea5f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c01fcd21.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c0a74225.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c22245b9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c49670a7.js +1 -0
- package/dist/genesys-webcomponents/p-c5f4a2a8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c79b672c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c7ece6cf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cab2c606.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cd13a82d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d320619a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d425a3b2.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d49346a8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d6edbaeb.js +1 -0
- package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
- package/dist/genesys-webcomponents/p-ddcbbe0c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-deca7631.js +2 -0
- package/dist/genesys-webcomponents/p-e10cb032.js +1 -0
- package/dist/genesys-webcomponents/p-e3e8a8cd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-e4dda112.entry.js +1 -0
- package/dist/genesys-webcomponents/p-e5766b80.js +1 -0
- package/dist/genesys-webcomponents/p-edf9fe62.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f19850ba.js +1 -0
- package/dist/genesys-webcomponents/p-f20f9da8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f32f3140.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f3521f3e.js +1 -0
- package/dist/genesys-webcomponents/p-f3af2e04.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f81e2422.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f8f6fbb5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fd06d09c.entry.js +1 -0
- package/dist/loader/index.d.ts +1 -1
- package/dist/stencil-wrapper.js +20 -11
- package/dist/types/components/beta/gux-calendar-beta/components/single/gux-calendar.d.ts +1 -0
- 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-flag-icon/gux-flag-icon.d.ts +8 -0
- package/dist/types/components/beta/gux-flag-icon/sprite-utils/sprites.generated.d.ts +1 -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/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 +27 -0
- package/dist/types/components/beta/gux-time-zone-picker/gux-time-zone-picker.types.d.ts +26 -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 +15 -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/functional-components/gux-form-field-legend-label/gux-form-field-legend-label.d.ts +1 -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.d.ts +2 -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 +2 -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 +8 -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-rating/gux-rating.d.ts +1 -0
- package/dist/types/components/stable/gux-table/gux-all-row-select/gux-all-row-select.d.ts +14 -0
- 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-tabs-advanced/gux-tab-advanced/gux-tab-advanced.d.ts +2 -2
- package/dist/types/components/stable/gux-tabs-advanced/gux-tab-advanced-list/gux-tab-advanced-list.d.ts +2 -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-toggle/gux-toggle.d.ts +1 -2
- 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 +2 -0
- package/dist/types/components.d.ts +531 -581
- 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 +38 -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/date/time-zone.d.ts +9 -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 +32 -39
- 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-buttons_3.cjs.entry.js +0 -277
- 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-region-icon.cjs.entry.js +0 -29
- 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-773d060a.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-icon.js +0 -68
- 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-alert/gux-inline-alert.css +0 -109
- package/dist/collection/components/stable/gux-alert/gux-inline-alert.js +0 -76
- 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/components/stable/gux-tabs-advanced/gux-tabs-advanced.css +0 -3
- 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-buttons_3.entry.js +0 -271
- 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-region-icon.entry.js +0 -25
- 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-fc286feb.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-024a83a3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-0501a8ad.entry.js +0 -1
- package/dist/genesys-webcomponents/p-06a92400.entry.js +0 -1
- package/dist/genesys-webcomponents/p-07c40a2e.entry.js +0 -1
- package/dist/genesys-webcomponents/p-09c94742.entry.js +0 -1
- package/dist/genesys-webcomponents/p-0a780770.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-17385760.js +0 -1
- package/dist/genesys-webcomponents/p-178f1e2f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1fa4a3d9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-28a174b7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2a41d412.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2ce17e0b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2d4a3385.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2eabf7ba.js +0 -1
- package/dist/genesys-webcomponents/p-304bd7ac.entry.js +0 -1
- package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-35369c1a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
- package/dist/genesys-webcomponents/p-37881ce6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-37b1c4ff.entry.js +0 -1
- package/dist/genesys-webcomponents/p-37da9cb4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3ba23a1d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3ed25538.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3f9dbdca.entry.js +0 -1
- package/dist/genesys-webcomponents/p-43748f70.entry.js +0 -1
- package/dist/genesys-webcomponents/p-43d22f9f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-45524955.entry.js +0 -1
- package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-506b155f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-52794d36.entry.js +0 -1
- package/dist/genesys-webcomponents/p-55cf6d81.js +0 -1
- package/dist/genesys-webcomponents/p-56da0616.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5a94abf9.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-6370cb48.js +0 -1
- package/dist/genesys-webcomponents/p-65c5ed8b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-670d46e1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6d340895.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6e5d1a8d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6ea7f0be.entry.js +0 -1
- package/dist/genesys-webcomponents/p-716978e6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-7a299cef.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-7f2a1f99.entry.js +0 -1
- package/dist/genesys-webcomponents/p-80588c0d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-81030148.entry.js +0 -1
- package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8219d154.entry.js +0 -1
- package/dist/genesys-webcomponents/p-83690c0e.entry.js +0 -1
- package/dist/genesys-webcomponents/p-861156b5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
- package/dist/genesys-webcomponents/p-886e3295.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8b42ded3.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-95b06e12.entry.js +0 -1
- package/dist/genesys-webcomponents/p-979cec77.entry.js +0 -1
- package/dist/genesys-webcomponents/p-97c5e7cc.entry.js +0 -1
- package/dist/genesys-webcomponents/p-99ec389a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-9b6303b8.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-9fe1caa8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a6133b2e.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
- package/dist/genesys-webcomponents/p-a8277453.entry.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-ac115d74.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ae5e9524.entry.js +0 -1
- package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-afd87ff3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-b01fa1a9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-b0c147e9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
- package/dist/genesys-webcomponents/p-b6f237fb.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bccb3e93.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bdf947de.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c28e81d6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c35a8f72.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c41f62f8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c48a49ef.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c6f230f3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
- package/dist/genesys-webcomponents/p-c7d0ceb2.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c8e44d7a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c92a96ba.entry.js +0 -1
- 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-cce700ae.entry.js +0 -1
- package/dist/genesys-webcomponents/p-cec722f4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-d5a95dd2.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ddabb27c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ddc1e212.entry.js +0 -1
- package/dist/genesys-webcomponents/p-deee079e.js +0 -1
- package/dist/genesys-webcomponents/p-df5d06b9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-dfc83ea9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e317d541.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e459974a.js +0 -1
- package/dist/genesys-webcomponents/p-e54b7b7a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e5f02d88.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e7baa6d5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ea560db4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-eb834f04.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ec218689.js +0 -1
- package/dist/genesys-webcomponents/p-ed6b53a8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-efe5f171.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f2feaff3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
- package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-fc0c0eed.entry.js +0 -1
- package/dist/genesys-webcomponents/p-fe56b2e2.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-icon.d.ts +0 -8
- 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-all-row-select/gux-all-row-select.d.ts +0 -13
- 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/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.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/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.d.ts +0 -0
- /package/dist/types/components/stable/{gux-alert → gux-inline-alert}/gux-inline-alert.types.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-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 @@
|
|
1
|
+
import{r as t,h as e,g as i}from"./p-deca7631.js";import{O as r}from"./p-c49670a7.js";import{s as o}from"./p-373c5d93.js";import{b as s}from"./p-ffaadf62.js";import{g as n,b as u}from"./p-e10cb032.js";import{t as a}from"./p-a6e95da1.js";import"./p-0962dd7a.js";const c={am:"AM","time-separator":":",clockButton:"Toggle suggested times",hoursInput:"Input hours",minutesInput:"Input minutes",pm:"PM",timeOptionsState:"Time options open: {state}",toggleAmPM:"{amOrPm} selected, click to toggle"};function l(t,e){const[i,r]=t.split(":");return`${((parseInt(i,10)+e+24)%24).toString().padStart(2,"0")}:${r}`}function g(t,e,i){const[r,o]=t.split(":");let s=(parseInt(o,10)+e+60)%60;for(;s%i!=0;)s=(s+e+60)%60;return`${r}:${s.toString().padStart(2,"0")}`}function p(t,e){const[i,r]=t.split(":");return"12h"===e?`${(parseInt(i,10)%12||12).toString()}:${r}`:`${i}:${r}`}function h(t,e,i){const[r,o]=t.split(":");return"12h"===e?i?`${(parseInt(r,10)%12).toString().padStart(2,"0")}:${o}`:`${(parseInt(r,10)%12+12).toString().padStart(2,"0")}:${o}`:`${r}:${o}`}function m(t,e){const[i]=p(t,e).split(":");return i}function d(t){const[,e]=t.split(":");return e}function f(t){const[e]=t.split(":");return parseInt(e,10)<12}function x(t){return"12h"===t?"^(0?[1-9]|1[012])$":"^([01]?[0-9]|2[0-3])$"}const b=class{constructor(e){t(this,e),this.value="00:00",this.interval=60,this.step=1,this.disabled=!1,this.required=!1,this.hasError=!1,this.clockType=void 0,this.expanded=!1}onFocus(){this.valueLastChange=this.value}onBlur(){this.valueLastChange!==this.value&&o(this.root,"change")}onClickOutside(){this.expanded=!1}handleKeydown(t){switch(t.key){case"Escape":case"Tab":this.expanded=!1}}async componentWillLoad(){a(this.root),this.i18n=await u(this.root,c),this.clockType=this.clockType||function(t){const e=n(t).toLowerCase(),i=new Date("January 19, 1975 15:00:00 UTC+00:00"),r=new Intl.DateTimeFormat(e,{timeStyle:"short",timeZone:"UTC"}).format(i);return["ar","ko","zh-cn","zh-tw"].some((t=>e.startsWith(t)))||new RegExp(".*15.*").test(r)?"24h":"12h"}(this.root)}updateValue(t,e=!1){t!==this.value&&(this.value=t,o(this.root,"input"),e&&this.valueLastChange!==this.value&&(o(this.root,"change"),this.valueLastChange=this.value))}valueToId(t){return`gux-id-${t.replace(":","-")}`}focusRelevantItemInPopupList(){s((()=>{this.listElement.guxFocusItemByClosestId(this.valueToId(this.value))}))}toggleDropdown(){this.expanded=!this.expanded,this.expanded&&this.focusRelevantItemInPopupList()}handleClickDropdownValue(t){const e=h(t,this.clockType,f(this.value));this.updateValue(e,!0),this.clockButton.focus(),this.expanded=!1}onHourKeyDown(t){switch(t.key){case"Tab":case"ArrowLeft":case"ArrowRight":case"Escape":break;case"ArrowDown":t.preventDefault(),this.updateValue(l(this.value,-1));break;case"ArrowUp":t.preventDefault(),this.updateValue(l(this.value,1));break;case"Backspace":case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":t.preventDefault(),this.hourInputElement.setSelectionRange(2,2),this.updateValue(function(t,e,i,r,o){const[s,n]=p(t,e).split(":");let u=s;return u="Backspace"===i?"12h"==e&&1==o?u.split("").filter(((t,e)=>e==r-1)).join(""):u.split("").filter(((t,e)=>e!==r-1)).join("").padStart(2,"0"):parseInt(u.slice(0,r)+i+u.slice(r+1),10).toString().slice(-2).padStart(2,"0"),new RegExp(x(e)).test(u)||(u="12h"===e?i:i.padStart(2,"0")),h(`${u}:${n}`,e,f(t))}(this.value,this.clockType,t.key,this.hourInputElement.selectionStart,this.hourInputElement.value.length));break;default:t.preventDefault()}}onMinuteKeyDown(t){switch(t.key){case"Tab":case"ArrowLeft":case"ArrowRight":case"Escape":break;case"ArrowDown":t.preventDefault(),this.updateValue(g(this.value,-1,this.step));break;case"ArrowUp":t.preventDefault(),this.updateValue(g(this.value,1,this.step));break;case"Backspace":case"0":case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":t.preventDefault(),this.minuteInputElement.setSelectionRange(2,2),this.updateValue(function(t,e,i){const[r,o]=t.split(":");let s=o;return s="Backspace"===e?s.split("").filter(((t,e)=>e!==i-1)).join("").padStart(2,"0"):(s.slice(0,i)+e+s.slice(i+1)).slice(-2).padStart(2,"0"),new RegExp("^[0-5][0-9]$").test(s)||(s=e.padStart(2,"0")),`${r}:${s}`}(this.value,t.key,this.minuteInputElement.selectionStart));break;default:t.preventDefault()}}onAmPmButtonKeyDown(t){switch(t.key){case"ArrowDown":case"ArrowUp":this.toggleAmPm(t)}}onListKeyDown(t){"Escape"===t.key&&(this.expanded=!1,this.clockButton.focus())}toggleAmPm(t){t.preventDefault(),this.updateValue(l(this.value,12),!0)}getAmPmString(){return f(this.value)?this.i18n("am"):this.i18n("pm")}renderNumberInput(){return e("div",{class:"gux-input-time-container"},e("input",{class:"gux-input-time-hours",type:"text",disabled:this.disabled,value:m(this.value,this.clockType),onKeyDown:t=>this.onHourKeyDown(t),"aria-label":this.i18n("hoursInput"),pattern:x(this.clockType),ref:t=>this.hourInputElement=t}),e("span",{class:"gux-time-separator"},this.i18n("time-separator")),e("input",{class:"gux-input-time-minutes",type:"text",disabled:this.disabled,value:d(this.value),onKeyDown:t=>this.onMinuteKeyDown(t),"aria-label":this.i18n("minutesInput"),pattern:"^[0-5][0-9]$",ref:t=>this.minuteInputElement=t}))}renderAmPmSelector(){if("12h"===this.clockType)return e("button",{class:"gux-input-time-am-pm-selector",type:"button",disabled:this.disabled,"aria-label":this.i18n("toggleAmPM",{amOrPm:this.getAmPmString()}),onClick:t=>this.toggleAmPm(t),onKeyDown:t=>this.onAmPmButtonKeyDown(t)},e("div",{class:{"gux-meridiem":!0,"gux-visible":f(this.value)}},this.i18n("am")),e("div",{class:{"gux-meridiem":!0,"gux-visible":!f(this.value)}},this.i18n("pm")))}renderClockButton(){return e("button",{class:{"gux-clock-button":!0,"gux-active":this.expanded},type:"button",disabled:this.disabled,"aria-label":this.i18n("clockButton"),"aria-expanded":this.expanded.toString(),onClick:this.toggleDropdown.bind(this),ref:t=>this.clockButton=t},e("gux-icon",{decorative:!0,"icon-name":"clock-outline"}))}renderTimeListItems(){return function(t,e){const i=[0,15,30,45].filter((e=>Number.isInteger(e/t))).map((t=>String(t).padStart(2,"0")));return("12h"===e?["12","1","2","3","4","5","6","7","8","9","10","11"]:Array.from(Array(24).keys()).map((t=>String(t).padStart(2,"0")))).reduce(((t,e)=>t.concat(i.map((t=>`${e}:${t}`)))),[])}(this.interval,this.clockType).map((t=>{const i=h(t,this.clockType,f(this.value));return e("gux-list-item",{id:this.valueToId(i),onClick:()=>this.handleClickDropdownValue(t)},t)}))}renderTarget(){return e("div",{class:"gux-input-time",slot:"target"},this.renderNumberInput(),this.renderAmPmSelector(),this.renderClockButton())}renderPopup(){return e("div",{slot:"popup",class:"gux-list-container",onKeyDown:t=>this.onListKeyDown(t)},e("gux-list",{ref:t=>this.listElement=t},this.renderTimeListItems()))}render(){return e("gux-popup",{class:{"gux-time-picker":!0,"gux-error":this.hasError},expanded:this.expanded,disabled:this.disabled},this.renderTarget(),this.renderPopup())}get root(){return i(this)}};(function(t,e,i,r){var o,s=arguments.length,n=s<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,i,r);else for(var u=t.length-1;u>=0;u--)(o=t[u])&&(n=(s<3?o(n):s>3?o(e,i,n):o(e,i))||n);s>3&&n&&Object.defineProperty(e,i,n)})([r({triggerEvents:"mousedown"})],b.prototype,"onClickOutside",null),b.style=".gux-time-picker{position:relative;display:inline-block}.gux-time-picker.gux-error .gux-input-time{border-color:var(--gse-ui-formControl-input-error-border-color)}.gux-time-picker .gux-input-time{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items: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);line-height:var(--gse-ui-formControl-input-contentText-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);white-space:nowrap;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-time-picker .gux-input-time:focus-within{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-time-picker .gux-input-time:hover:not(: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-time-picker .gux-input-time input{flex:1 1 auto;align-self:auto;order:0;width:2ch;padding:0;font-size:var(--gse-ui-formControl-label-text-fontSize);background-color:var(--gse-ui-formControl-input-backgroundColor);border:none;outline:none}.gux-time-picker .gux-input-time input.gux-input-time-hours{text-align:right}.gux-time-picker .gux-input-time input::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}.gux-time-picker .gux-input-time .gux-input-time-am-pm-selector{display:grid;grid-template:auto 1fr/auto 1fr auto;place-items:flex-end;padding:0;font-family:var(--gse-ui-formControl-input-prefixSufix-text-fontFamily);font-size:var(--gse-ui-formControl-input-prefixSufix-text-fontSize);font-weight:var(--gse-ui-formControl-input-prefixSufix-text-fontWeight);line-height:var(--gse-ui-formControl-input-prefixSufix-text-lineHeight);color:var(--gse-ui-formControl-input-populatedColor);background:transparent;border:none;outline:none}.gux-time-picker .gux-input-time .gux-input-time-am-pm-selector:focus-visible{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width);border-radius:var(--gse-ui-timePicker-focusAmpm-borderRadius)}.gux-time-picker .gux-input-time .gux-input-time-am-pm-selector .gux-meridiem{grid-row:1/1;grid-column:1/1;visibility:hidden}.gux-time-picker .gux-input-time .gux-input-time-am-pm-selector .gux-meridiem.gux-visible{visibility:visible}.gux-time-picker .gux-input-time .gux-clock-button{display:flex;flex:0 1 auto;align-items:center;align-self:auto;justify-content:center;order:0;padding:0;color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);background:transparent;border:none;outline:none}.gux-time-picker .gux-input-time .gux-clock-button.gux-active:not(:disabled){color:var(--gse-ui-timePicker-clockStates-activeColor);cursor:pointer}.gux-time-picker .gux-input-time .gux-clock-button:focus-visible{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width);border-radius:var(--gse-ui-timePicker-focusClock-borderRadius)}.gux-time-picker .gux-input-time .gux-clock-button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);padding:var(--gse-ui-timePicker-clock-padding)}.gux-time-picker .gux-time-separator{padding:0 1ch}.gux-time-picker .gux-list-container{max-height:150px;margin:0;overflow-y:auto;background:var(--gse-ui-menu-backgroundColor);border-color:var(--gse-ui-menu-border-color);border-style:var(--gse-ui-menu-border-style);border-width:var(--gse-ui-menu-border-width);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)}";export{b as gux_time_picker}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as s,H as o,g as r}from"./p-deca7631.js";import{t as i}from"./p-a6e95da1.js";import{D as a,g as e}from"./p-f19850ba.js";import{g as h}from"./p-e10cb032.js";import"./p-0962dd7a.js";const n=class{constructor(s){t(this,s),this.datetime=(new Date).toISOString(),this.format="short",this.timeZone=void 0}componentWillLoad(){i(this.root),this.formatter=new a(h(this.root))}render(){return s(o,null,this.formatter.formatDate(new Date(this.datetime),this.format,{timeZone:e(this.timeZone)}))}get root(){return r(this)}};export{n as gux_date_beta}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as o,H as e,g as s}from"./p-deca7631.js";import{t as i}from"./p-a6e95da1.js";import{O as r}from"./p-c49670a7.js";import{b as n}from"./p-e10cb032.js";import{b as a}from"./p-ffaadf62.js";import"./p-0962dd7a.js";const u={additionalActions:"Additional Actions"};const c=class{constructor(o){t(this,o),this.showMenu=void 0,this.expanded=!1}handleKeyDown(t){const o=t.composedPath();switch(t.key){case"Escape":this.expanded=!1,o.includes(this.listElement)&&(t.preventDefault(),this.dropdownButton.focus());break;case"Tab":this.expanded=!1;break;case"ArrowDown":case"Enter":o.includes(this.dropdownButton)&&(t.preventDefault(),this.expanded=!0,this.focusFirstItemInPopupList())}}handleKeyup(t){if(" "===t.key)t.composedPath().includes(this.dropdownButton)&&(this.expanded=!0,this.focusFirstItemInPopupList())}onFocusin(){this.tooltipTitleElement.setShowTooltip()}onFocusout(){this.tooltipTitleElement.setHideTooltip()}toggle(){this.expanded=!this.expanded,this.expanded&&this.focusPopupList()}onClickOutside(){this.expanded=!1}focusPopupList(){a((()=>{this.listElement.focus()}))}focusFirstItemInPopupList(){a((()=>{this.listElement.guxFocusFirstItem()}))}async componentWillLoad(){this.i18n=await n(this.root,u),i(this.root)}render(){return o(e,{class:{"gux-show-menu":this.showMenu}},o("gux-popup",{expanded:this.expanded,"exceed-target-width":!0},o("div",{slot:"target",class:"gux-toolbar-menu-container"},o("gux-button-slot",{class:"gux-menu-button"},o("button",{type:"button",ref:t=>this.dropdownButton=t,onMouseUp:()=>this.toggle(),"aria-haspopup":"true","aria-expanded":this.expanded.toString()},o("gux-tooltip-title",{ref:t=>this.tooltipTitleElement=t},o("span",null,o("gux-icon",{"screenreader-text":this.i18n("additionalActions"),"icon-name":"menu-kebab-horizontal"})))))),o("div",{class:"gux-list-container",slot:"popup"},o("gux-list",{ref:t=>this.listElement=t},o("slot",null)))))}static get delegatesFocus(){return!0}get root(){return s(this)}};(function(t,o,e,s){var i,r=arguments.length,n=r<3?o:null===s?s=Object.getOwnPropertyDescriptor(o,e):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,o,e,s);else for(var a=t.length-1;a>=0;a--)(i=t[a])&&(n=(r<3?i(n):r>3?i(o,e,n):i(o,e))||n);r>3&&n&&Object.defineProperty(o,e,n)})([r({triggerEvents:"mousedown"})],c.prototype,"onClickOutside",null),c.style=":host{display:none;-webkit-user-select:none;user-select:none}:host(.gux-show-menu){display:block}.gux-menu-button button{color:var(--gse-ui-button-secondary-default-foregroundColor);cursor:grab;background-color:var(--gse-ui-button-secondary-default-backgroundColor);border:none}.gux-menu-button button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-list-container{width:min-content;margin:0;overflow-y:auto;background:var(--gse-ui-menu-backgroundColor);border-color:var(--gse-ui-menu-border-color);border-style:var(--gse-ui-menu-border-style);border-width:var(--gse-ui-menu-border-width);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)}";export{c as gux_table_toolbar_menu_button}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,c as t,h as a,g as i}from"./p-deca7631.js";import{b as s}from"./p-e10cb032.js";import"./p-0962dd7a.js";const o={clearSelection:"Clear {numberSelected} selected items"},r=class{constructor(a){e(this,a),this.internalclearselected=t(this,"internalclearselected",7),this.disabled=!1,this.numberSelected=0,this.label=""}onKeyDown(e){switch(e.key){case"Backspace":case"Delete":this.removeTag()}}removeTag(){this.disabled||this.internalclearselected.emit()}renderRemoveButton(){return a("button",{class:"gux-tag-remove-button",onClick:this.removeTag.bind(this),type:"button",disabled:this.disabled},a("gux-icon",{class:"gux-tag-remove-icon","icon-name":"close","screenreader-text":this.i18n("clearSelection",{numberSelected:this.numberSelected.toString()})}))}async componentWillRender(){this.i18n=await s(this.root,o)}render(){return a("div",{class:{"gux-tag":!0,"gux-disabled":this.disabled},"aria-disabled":this.disabled.toString()},this.numberSelected.toString(),this.renderRemoveButton())}get root(){return i(this)}};r.style=":host{display:inline-block}.gux-tag{display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;height:var(--gse-ui-tag-height);padding:var(--gse-ui-tag-removable-padding);font-family:var(--gse-ui-tag-text-fontFamily);font-size:var(--gse-ui-tag-text-fontSize);line-height:var(--gse-ui-tag-text-lineHeight);color:var(--gse-ui-tag-accent1-foregroundColor);background-color:var(--gse-ui-tag-accent1-backgroundColor);border-radius:var(--gse-ui-tag-borderRadius)}.gux-tag .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-tag .gux-tag-remove-button{all:unset;display:flex;place-content:center center;align-items:center;margin-left:var(--gse-ui-tag-removable-gap)}.gux-tag .gux-tag-remove-button:not(:disabled):hover{cursor:pointer}.gux-tag .gux-tag-remove-button .gux-tag-remove-icon{width:var(--gse-ui-tag-button-size);height:var(--gse-ui-tag-button-size)}.gux-tag .gux-tag-remove-button:focus-within .gux-tag-remove-icon{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-tag.gux-disabled{opacity:var(--gse-ui-tag-disabled-opacity)}";export{r as gux_dropdown_multi_tag}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as i,h as s,g as o}from"./p-deca7631.js";import{r as e}from"./p-3ea0d493.js";import{t as r}from"./p-a6e95da1.js";import{b as n}from"./p-e10cb032.js";import"./p-0962dd7a.js";const a={defaultLabel:"Disclosure button"},u=class{constructor(s){t(this,s),this.active=i(this,"active",7),this.panelId=e("gux-disclosure-button-panel"),this.position="left",this.label=void 0,this.isOpen=!1,this.icon="arrow-solid-right"}watchIsOpen(){this.updateIcon()}changeState(){this.togglePanel(),this.active.emit(this.isOpen)}togglePanel(){this.isOpen=!this.isOpen}updateIcon(){this.icon="right"===this.position?this.isOpen?"arrow-solid-right":"arrow-solid-left":this.isOpen?"arrow-solid-left":"arrow-solid-right"}async componentWillLoad(){r(this.root,{variant:this.position}),this.i18n=await n(this.root,a),this.updateIcon()}render(){return s("div",{class:`gux-disclosure-button-container gux-${this.position}`},s("button",{class:"gux-disclosure-button",onClick:()=>this.changeState(),"aria-controls":this.panelId,"aria-expanded":this.isOpen.toString(),"aria-label":this.label||this.i18n("defaultLabel")},s("gux-icon",{"icon-name":`${this.icon}`,decorative:!0})),s("div",{id:this.panelId,class:{"gux-disclosure-panel":!0,"gux-active":this.isOpen},role:"region"},s("slot",{name:"panel-content"})))}get root(){return o(this)}static get watchers(){return{isOpen:["watchIsOpen"]}}};u.style=":host{height:100%;color:var(--gse-ui-tabs-item-icon-iconColor)}.gux-disclosure-button-container{display:flex;flex-direction:row;justify-content:flex-start;height:100%}.gux-disclosure-button-container .gux-disclosure-button{width:16px;padding:0;margin:0;color:var(--gse-ui-tabs-item-icon-iconColor);background:transparent;border-top:none;border-right:1px solid var(--gse-ui-tabs-item-divider-dividerColor);border-bottom:none;border-left:1px solid var(--gse-ui-tabs-item-divider-dividerColor)}.gux-disclosure-button-container .gux-disclosure-button gux-icon{width:12px;height:12px}.gux-disclosure-button-container .gux-disclosure-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-disclosure-button-container .gux-disclosure-panel{display:none;order:-1;width:100%}.gux-disclosure-button-container .gux-disclosure-panel.gux-active{display:block}.gux-disclosure-button-container.gux-right{justify-content:flex-end}.gux-disclosure-button-container.gux-right .gux-disclosure-panel{order:1}";export{u as gux_disclosure_button_legacy}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as a,d as i,h as e,g as n}from"./p-deca7631.js";import{a as s}from"./p-ffaadf62.js";import{t as o}from"./p-a6e95da1.js";const r=class{constructor(i){t(this,i),this.guxpaginationchange=a(this,"guxpaginationchange",7),this.reinstateLayoutBreakpoint=0,this.layout="advanced",this.currentPage=1,this.totalItems=0,this.itemsPerPage=25,this.totalPages=void 0,this.displayedLayout=void 0}setPage(t){if(t<=0)return void this.setPage(1);const a=this.calculateTotalPages(this.totalItems,this.itemsPerPage);t>a?this.setPage(a):(this.currentPage=t,this.guxpaginationchange.emit({currentPage:this.currentPage,itemsPerPage:this.itemsPerPage}))}handleInternalitemsperpagechange(t){this.itemsPerPage=t.detail,this.setPage(1)}handleInternalcurrentpagechange(t){this.setPage(t.detail)}calculateTotalPages(t,a){return Math.max(1,Math.ceil(t/a))}calculateCurrentPage(t,a){return Math.max(t>0?1:0,Math.min(a,t))}checkPaginationContainerWidthForLayout(){i((()=>{const t=this.root.shadowRoot.querySelector(".gux-pagination-container"),a=this.root.shadowRoot.querySelector(".gux-pagination-spacer"),i=t.clientWidth;a.clientWidth<24&&"simple"!==this.displayedLayout?(this.reinstateLayoutBreakpoint=i,this.displayedLayout="simple"):i>this.reinstateLayoutBreakpoint&&(this.reinstateLayoutBreakpoint=0,this.displayedLayout=this.layout)}))}componentWillLoad(){o(this.root,{variant:this.layout})}componentWillRender(){this.totalPages=this.calculateTotalPages(this.totalItems,this.itemsPerPage),this.currentPage=this.calculateCurrentPage(this.totalPages,this.currentPage)}disconnectedCallback(){this.resizeObserver&&this.resizeObserver.unobserve(this.root.shadowRoot.querySelector(".gux-pagination-container"))}componentDidLoad(){!this.resizeObserver&&window.ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.checkPaginationContainerWidthForLayout()))),this.resizeObserver&&this.resizeObserver.observe(this.root.shadowRoot.querySelector(".gux-pagination-container")),s((()=>{this.checkPaginationContainerWidthForLayout()}),500)}render(){return e("div",{class:"gux-pagination-container"},e("div",{class:"gux-pagination-info"},e("gux-pagination-item-counts",{"total-items":this.totalItems,"current-page":this.currentPage,"items-per-page":this.itemsPerPage}),"advanced"===this.displayedLayout&&e("gux-pagination-items-per-page",{"items-per-page":this.itemsPerPage,onInternalitemsperpagechange:this.handleInternalitemsperpagechange.bind(this)})),e("div",{class:"gux-pagination-spacer"}),e("div",{class:"gux-pagination-change"},e("gux-pagination-buttons",{layout:this.displayedLayout,"current-page":this.currentPage,"total-pages":this.totalPages,onInternalcurrentpagechange:this.handleInternalcurrentpagechange.bind(this)})))}get root(){return n(this)}};r.style=":host{display:block;border-top:var(--gse-ui-dataTableItems-tablePagination-divider-width) var(--gse-ui-dataTableItems-tablePagination-divider-style) var(--gse-ui-dataTableItems-tablePagination-divider-color)}.gux-pagination-container{display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch space-between;align-items:center;height:var(--gse-ui-dataTableItems-cell-tablePagination-height);padding:var(--gse-ui-dataTableItems-tablePagination-padding);background-color:var(--gse-ui-dataTableItems-tablePagination-defaultBackgroundColor)}.gux-pagination-container .gux-pagination-info{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-tablePagination-recordsetControls-gap);place-content:stretch flex-start;align-items:center;align-self:auto;order:0}.gux-pagination-container .gux-pagination-info>*{flex:0 1 auto;align-self:auto;order:0}.gux-pagination-container .gux-pagination-spacer{flex:1 1 auto;align-self:auto;order:0}.gux-pagination-container .gux-pagination-change{flex:0 1 auto;align-self:auto;order:0}.gux-pagination-container .gux-pagination-change:first-child{margin-left:0}";export{r as gux_pagination}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r,h as s,g as t}from"./p-deca7631.js";import{t as e}from"./p-a6e95da1.js";const a=class{constructor(s){r(this,s),this.screenreaderText=void 0}componentWillLoad(){e(this.root)}render(){return s("gux-radial-loading",{class:"gux-spinner","screenreader-text":this.screenreaderText,context:"full-page"})}get root(){return t(this)}};a.style=":host{display:flex}.gux-spinner{margin:auto}";export{a as gux_page_loading_spinner}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{h as i}from"./p-deca7631.js";const e=({position:e,required:o},r)=>i("div",{class:{"gux-form-field-label":!0,[`gux-${e}`]:!0,"gux-required":o}},r),o=({labelPosition:e},o)=>i("div",{class:{"gux-form-field-container":!0,[`gux-${e}`]:!0}},o);export{e as G,o as a}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as r,H as o,g as a}from"./p-deca7631.js";import{l as t,f as s,n,p as i,a as u}from"./p-aa9ff6ba.js";import{g as d}from"./p-0962dd7a.js";const l=["gux-month-list-item"],c=class{constructor(r){e(this,r)}onKeyDown(e){switch(e.key){case"ArrowUp":e.preventDefault(),u(this.root,l,-3);break;case"ArrowDown":e.preventDefault(),u(this.root,l,3);break;case"ArrowLeft":e.preventDefault(),i(this.root,l);break;case"ArrowRight":e.preventDefault(),n(this.root,l);break;case"Home":e.preventDefault(),s(this.root,l);break;case"End":e.preventDefault(),t(this.root,l)}}async guxFocusFirstItem(){s(this.root,l)}renderFocusTarget(){return r("span",{tabindex:"1"})}render(){return r(o,{role:"list"},this.renderFocusTarget(),r("slot",null))}static get delegatesFocus(){return!0}get root(){return a(this)}};c.style=":host{display:flex;flex-direction:row;flex-wrap:wrap;padding:var(--gse-ui-calendarMenu-monthBody-padding);background-color:var(--gse-ui-calendarMenu-backgroundColor);border-radius:var(--gse-ui-calendarMenu-single-body-borderRadius);box-shadow:var(--gse-ui-calendarMenu-boxShadow-x) var(--gse-ui-calendarMenu-boxShadow-y) var(--gse-ui-calendarMenu-boxShadow-blur) var(--gse-ui-calendarMenu-boxShadow-spread) var(--gse-ui-calendarMenu-boxShadow-color)}";const g=class{constructor(r){e(this,r),this.value=void 0,this.disabled=!1,this.selected=!1}onMouseup(){this.focusParentList()}onMouseover(){this.focusParentList()}focusParentList(){const e=d("gux-month-list",this.root);e&&null===e.shadowRoot.activeElement&&(this.root.blur(),e.focus())}render(){return r(o,{role:"listitem",value:this.value},r("div",{class:"gux-container"},r("button",{class:{"gux-selected":this.selected},type:"button",tabIndex:-1,disabled:this.disabled},r("slot",null))))}static get delegatesFocus(){return!0}get root(){return a(this)}};g.style=":host([disabled]){pointer-events:none}:host([disabled=false]){pointer-events:auto}.gux-container{box-sizing:border-box;width:var(--gse-ui-calendarMenu-month-monthCell-width);height:var(--gse-ui-calendarMenu-month-monthCell-height);padding:10px 5px 9px}.gux-container button{all:unset;box-sizing:border-box;width:100%;height:100%;text-align:center;word-wrap:break-word;cursor:pointer;border:none;border-radius:var(--gse-ui-calendarMenu-month-borderRadius);outline:none}.gux-container button.gux-selected{color:var(--gse-ui-calendarMenu-month-selected-foregroundColor);background:var(--gse-ui-calendarMenu-month-selected-backgroundColor)}.gux-container button:focus-visible:not(:disabled){border-radius:var(--gse-ui-calendarMenu-month-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-container button:hover:not(:disabled){color:var(--gse-ui-calendarMenu-month-default-foregroundColor);background:var(--gse-ui-calendarMenu-month-hover-backgroundColor)}.gux-container button:disabled{cursor:default;opacity:var(--gse-ui-calendarMenu-disabled-opacity)}";export{c as gux_month_list,g as gux_month_list_item}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as s,g as i}from"./p-deca7631.js";import{O as o}from"./p-c49670a7.js";import{w as r}from"./p-8b703092.js";import{a}from"./p-ffaadf62.js";import{t as n}from"./p-a6e95da1.js";const u=["primary","secondary","tertiary"];const c=class{constructor(s){t(this,s),this.open=e(this,"open",7),this.close=e(this,"close",7),this.disabled=!1,this.accent="secondary",this.isOpen=!1}handleKeydown(t){const e=t.composedPath();switch(t.key){case"Escape":this.isOpen=!1,e.includes(this.listElement)&&(t.preventDefault(),this.dropdownButton.focus());break;case"Tab":this.isOpen=!1;break;case"ArrowDown":case"Enter":e.includes(this.dropdownButton)&&(t.preventDefault(),this.isOpen=!0,this.focusFirstItemInPopupList())}}handleKeyup(t){if(" "===t.key)t.composedPath().includes(this.dropdownButton)&&(this.isOpen=!0,this.focusFirstItemInPopupList())}watchDisabled(t){t&&(this.isOpen=!1)}watchValue(t){t?this.open.emit():this.close.emit()}onClickOutside(){this.isOpen=!1}toggle(){this.disabled||(this.isOpen=!this.isOpen,this.isOpen&&this.focusPopupList())}focusPopupList(){a((()=>{this.listElement.focus()}))}focusFirstItemInPopupList(){a((()=>{this.listElement.guxFocusFirstItem()}))}onListClick(t){r("gux-list-item",t,(()=>{this.isOpen=!1,this.dropdownButton.focus()}))}componentWillLoad(){n(this.root,{variant:this.accent})}render(){return s("gux-popup",{expanded:this.isOpen,"exceed-target-width":!0},s("div",{slot:"target",class:"gux-button-multi-container"},s("gux-button-slot",{class:"gux-dropdown-button",accent:(t=this.accent,u.find((e=>e===t))?t:"secondary")},s("button",{type:"button",disabled:this.disabled,ref:t=>this.dropdownButton=t,onMouseUp:()=>this.toggle(),"aria-haspopup":"true","aria-expanded":this.isOpen.toString()},s("slot",{name:"title"}),s("gux-icon",{decorative:!0,"icon-name":"chevron-small-down"})))),s("div",{class:"gux-list-container",slot:"popup"},s("gux-list",{onClick:t=>this.onListClick(t),ref:t=>this.listElement=t},s("slot",null))));var t}get root(){return i(this)}static get watchers(){return{disabled:["watchDisabled"],isOpen:["watchValue"]}}};(function(t,e,s,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,s,i);else for(var n=t.length-1;n>=0;n--)(o=t[n])&&(a=(r<3?o(a):r>3?o(e,s,a):o(e,s))||a);r>3&&a&&Object.defineProperty(e,s,a)})([o({triggerEvents:"mousedown"})],c.prototype,"onClickOutside",null),c.style=":host{display:block;-webkit-user-select:none;user-select:none}.gux-button-multi-container .gux-dropdown-button button{display:inline-flex;align-items:center}.gux-button-multi-container .gux-dropdown-button button gux-icon{width:var(--gse-ui-button-icon-size);height:var(--gse-ui-button-icon-size);margin-left:var(--gse-ui-button-gap)}.gux-list-container{max-width:220px;margin:0;overflow-y:auto;background:var(--gse-ui-menu-backgroundColor);border-color:var(--gse-ui-menu-border-color);border-style:var(--gse-ui-menu-border-style);border-width:var(--gse-ui-menu-border-width);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)}";export{c as gux_button_multi}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as s,H as i}from"./p-deca7631.js";const a=class{constructor(s){t(this,s),this.guxactivepanelchange=e(this,"guxactivepanelchange",7),this.tabId=void 0,this.active=!1}async guxSetActive(t){this.active=t}watchActivePanel(){!0===this.active&&this.guxactivepanelchange.emit(this.tabId)}render(){return s(i,{id:`gux-${this.tabId}-panel`,role:"tabpanel","aria-labelledby":`gux-${this.tabId}-tab`,tabIndex:0,hidden:!this.active},s("slot",null))}static get watchers(){return{active:["watchActivePanel"]}}};a.style=":host{height:calc(100% - var(--gse-ui-tabs-set-horizontal-height)var(--gse-ui-tabs-set-divider-horizontal-height)var(--gse-ui-tabs-set-horizontal-marginBottom))}:host(:not([hidden])){display:flex;flex-grow:1}:host(:focus){outline:none}:host(: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{a as gux_tab_panel}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as o,h as s,g as i}from"./p-deca7631.js";import{a as e,c as r,o as a,f as p,s as h,b as n}from"./p-f3521f3e.js";import{O as d}from"./p-c49670a7.js";import{t as c}from"./p-a6e95da1.js";import{f as l}from"./p-5d7d5695.js";const u=class{constructor(s){t(this,s),this.guxdismiss=o(this,"guxdismiss",7),this.for=void 0,this.position="bottom",this.displayDismissButton=void 0,this.closeOnClickOutside=!1,this.isOpen=!1}checkForClickOutside(t){const o=t.composedPath(),s=l(this.root,this.for),i=o.includes(s);!this.closeOnClickOutside&&this.displayDismissButton||!this.isOpen||i||this.dismiss()}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=e(l(this.root,this.for),this.popupElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){const t=l(this.root,this.for);this.popupElement&&r(t,this.popupElement,{placement:this.position,middleware:[a(7),p(),h(),n({element:this.arrowElement,padding:16})]}).then((({x:t,y:o,middlewareData:s,placement:i})=>{Object.assign(this.popupElement.style,{left:`${t}px`,top:`${o}px`});const e={top:"bottom",right:"left",bottom:"top",left:"right"}[i.split("-")[0]];if(s.arrow){const{x:t,y:o}=s.arrow;this.popupElement.setAttribute("data-placement",i),Object.assign(this.arrowElement.style,{left:null!=t?`${t}px`:"",top:null!=o?`${o}px`:"",right:"",bottom:"",[e]:"-6.5px",transform:"rotate(45deg)"})}}))}dismiss(){this.guxdismiss.emit().defaultPrevented||(this.isOpen=!1)}connectedCallback(){c(this.root,{variant:this.position})}componentDidLoad(){this.isOpen&&this.runUpdatePosition()}componentDidUpdate(){this.isOpen?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}render(){return s("div",{ref:t=>this.popupElement=t,class:{"gux-hidden":!this.isOpen,"gux-popover-wrapper":!0},"data-placement":!0},s("div",{ref:t=>this.arrowElement=t,class:"gux-arrow"}),this.displayDismissButton&&s("gux-dismiss-button",{onClick:this.dismiss.bind(this)}),s("div",{class:"gux-popover-content"},s("slot",null)))}get root(){return i(this)}};(function(t,o,s,i){var e,r=arguments.length,a=r<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,o,s,i);else for(var p=t.length-1;p>=0;p--)(e=t[p])&&(a=(r<3?e(a):r>3?e(o,s,a):e(o,s))||a);r>3&&a&&Object.defineProperty(o,s,a)})([d({triggerEvents:"mousedown"})],u.prototype,"checkForClickOutside",null),u.style=".gux-popover-wrapper{position:absolute;top:0;left:0;z-index:var(--gse-semantic-zIndex-popover);display:inline-block;padding:8px 0;background-color:var(--gse-ui-popover-backgroundColor);border-radius:var(--gse-ui-popover-borderRadius);box-shadow:var(--gse-ui-popover-boxShadow-x) var(--gse-ui-popover-boxShadow-y) var(--gse-ui-popover-boxShadow-blur) var(--gse-ui-popover-boxShadow-spread) var(--gse-ui-tooltip-boxShadow-color)}.gux-popover-wrapper.gux-hidden{display:none}.gux-popover-wrapper .gux-arrow{position:absolute;width:var(--gse-ui-popover-anchor-width);height:var(--gse-ui-popover-anchor-width);background:var(--gse-ui-popover-backgroundColor)}";export{u as gux_popover_list}
|
@@ -0,0 +1 @@
|
|
1
|
+
function t(t,e){const r=new MutationObserver((r=>{r.forEach((r=>{"disabled"===r.attributeName&&e(t.disabled)}))}));return r.observe(t,{attributes:!0}),r}function e(t,e){const r=new MutationObserver((r=>{r.forEach((r=>{"required"===r.attributeName&&e(t.required)}))}));return r.observe(t,{attributes:!0}),r}export{t as a,e as o}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as t,H as i,g as o}from"./p-deca7631.js";import{r as n}from"./p-3ea0d493.js";const s=class{constructor(t){e(this,t),this.value=void 0,this.iconName=void 0,this.iconSrText=void 0,this.iconColor=void 0,this.active=!1,this.selected=!1,this.disabled=!1,this.filtered=!1,this.hovered=!1}onmouseenter(){this.hovered=!0}onMouseleave(){this.hovered=!1}handleActive(e){var t,i;e?null===(t=this.truncateElement)||void 0===t||t.setShowTooltip():null===(i=this.truncateElement)||void 0===i||i.setHideTooltip()}componentWillLoad(){this.root.id=this.root.id||n("gux-option-icon")}getAriaSelected(){return!this.disabled&&(this.selected?"true":"false")}render(){let e=null;return null===this.iconColor||this.hovered||this.active||(e={color:this.iconColor}),t(i,{role:"option",class:{"gux-active":this.active,"gux-disabled":this.disabled,"gux-filtered":this.filtered,"gux-hovered":this.hovered,"gux-selected":this.selected},"aria-selected":this.getAriaSelected(),"aria-disabled":this.disabled.toString()},t("gux-icon",{decorative:null==this.iconSrText,"screenreader-text":this.iconSrText,"icon-name":this.iconName,style:e}),t("gux-truncate",{ref:e=>this.truncateElement=e},t("slot",null)))}get root(){return o(this)}static get watchers(){return{active:["handleActive"]}}};s.style=":host{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-menu-option-gap);place-content:stretch center;align-items:center;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-slot-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.gux-disabled){pointer-events:none;cursor:default;opacity:var(--gse-ui-menu-option-disabled-opacity)}: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:var(--gse-ui-menu-option-selected-backgroundColor)}: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(.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(:hover:not(:disabled)){background:var(--gse-ui-menu-option-hover-backgroundColor)}:host(.gux-filtered){display:none}:host gux-icon{flex-shrink:0;width:var(--gse-ui-menu-option-startIcon-width);height:var(--gse-ui-menu-option-startIcon-height)}";export{s as gux_option_icon}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as s,g as i}from"./p-deca7631.js";import{b as r}from"./p-e10cb032.js";import{t as a}from"./p-a6e95da1.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 d=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(){a(this.root),this.i18n=await r(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)}};d.style=".gux-container{position:absolute;inset:0;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:flex-start flex-start;align-items:center;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{d as gux_sort_control}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as s,g as i}from"./p-deca7631.js";import{t as r}from"./p-a6e95da1.js";const n=/[ +]/g,e=new Map,h=new Map;function a(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(){r(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),i=this.text.substring(this.highlight.length);return s("span",{class:{"gux-dimmed":this.dimmed}},s("mark",null,t),i)}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()),i=t.remaining.substring(0,s),r=t.remaining.substring(s,s+this.highlight.length);t.highlighted+=i+`<mark>${r}</mark>`,t.remaining=t.remaining.substring(s+r.length)}return s("span",{class:{"gux-dimmed":this.dimmed},innerHTML:t.highlighted+t.remaining})}renderFuzzy(){if(function(t,s){let i=e.get(t);return i||(i=function(t){const s=t.split(n).map(a);if(1===s.length)return new RegExp(s[0],"i");let i="(";return s.forEach(((t,r)=>{i+=t+").*",r!==s.length-1&&(i+="(")})),new RegExp(i+"$","i")}(t),e.set(t,i)),i.test(s)}(this.highlight,this.text)){const i=(t=this.highlight,t.split(n).map(a).map((t=>{let s=h.get(t);return s||(s=new RegExp(t,"i"),h.set(t,s)),s}))).reduce(((t,s)=>{const{0:i,index:r,input:n}=t.remaining.match(s),e=n.substring(0,r);return{highlighted:`${t.highlighted+e}<mark>${i}</mark>`,remaining:n.substring(r+i.length)}}),{highlighted:"",remaining:this.text});return s("span",{class:{"gux-dimmed":this.dimmed},innerHTML:i.highlighted+i.remaining})}var t;return s("span",{class:{"gux-dimmed":this.dimmed}},this.text)}get root(){return i(this)}};o.style="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,g as i}from"./p-deca7631.js";import{a as o}from"./p-9d734bbd.js";import{O as n}from"./p-d6edbaeb.js";import{a as s}from"./p-ffaadf62.js";const r=class{constructor(e){t(this,e),this.hasTooltip=!1,this.showTooltip=!1,this.iconOnly=!1,this.titleName=""}onmouseenter(t){t.buttons||(this.showTooltip=!0)}onmouseleave(){this.showTooltip=!1}onmousedown(){this.showTooltip=!1}async setShowTooltip(){this.tooltipElement&&(this.showTooltip=!0,await this.tooltipElement.showTooltip())}async setHideTooltip(){this.tooltipElement&&(this.showTooltip=!1,await this.tooltipElement.hideTooltip())}onMutation(){this.titleName=this.setTooltipTitleText(),this.checkForTooltipHideOrShow(),s((()=>{this.checkForTooltipHideOrShow()}),500)}componentWillLoad(){this.titleName=this.setTooltipTitleText()}componentDidLoad(){this.logWarnNoIconSrText()}logWarnNoIconSrText(){this.iconOnly&&!this.titleName&&o(this.root,"No screenreader-text provided. Provide a localized screenreader-text property for the gux-icon. The screenreader-text property is used for the icon screenreader text and the tooltip.")}addIconDecorative(){this.root.classList.add("gux-tooltip-icon-decorative")}getTitleElements(){var t;const e=this.root.querySelector("slot"),i=null===(t=this.root.querySelector(".gux-title-container span"))||void 0===t?void 0:t.children;return e?e.assignedElements():i?Array.from(i):[]}getTitleTextContent(){return this.root.querySelector("slot")?this.root.querySelector("slot").assignedNodes().map((t=>t.textContent)).join("").trim():this.root.querySelector(".gux-title-container")?this.root.querySelector(".gux-title-container").textContent.trim():""}setTooltipTitleText(){let t=this.getTitleTextContent();return this.getTitleElements().forEach((e=>{"GUX-ICON"!==e.tagName||this.getTitleTextContent()?"GUX-ICON"===e.tagName&&this.getTitleTextContent()&&this.addIconDecorative():(this.iconOnly=!0,t=e.getAttribute("screenreader-text"))})),t}checkForTooltipHideOrShow(){const t=this.root.querySelector(".gux-title-container");this.root.classList.remove("gux-overflow-hidden"),this.iconOnly&&this.titleName?this.hasTooltip=!0:(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)?(this.root.classList.add("gux-overflow-hidden"),this.hasTooltip=!0):this.hasTooltip=!1}render(){return[e("span",{class:{"gux-title-container":!0,"gux-icon-only":this.iconOnly}},e("slot",null)),this.renderTooltip()]}renderTooltip(){if(this.hasTooltip)return e("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t,hidden:!this.showTooltip},this.titleName)}get root(){return i(this)}};(function(t,e,i,o){var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,o);else for(var l=t.length-1;l>=0;l--)(n=t[l])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);s>3&&r&&Object.defineProperty(e,i,r)})([n({childList:!0,subtree:!0,characterData:!0})],r.prototype,"onMutation",null),r.style="gux-tooltip-title{overflow:hidden}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-overflow-hidden .gux-title-container ::slotted(span){overflow:hidden;text-overflow:ellipsis}.gux-overflow-hidden .gux-title-container>*{overflow:hidden;text-overflow:ellipsis}.gux-title-container{display:flex;pointer-events:none}.gux-tooltip-icon-decorative .gux-title-container{position:relative;margin-left:20px}.gux-tooltip-icon-decorative .gux-title-container gux-icon,.gux-tooltip-icon-decorative .gux-title-container ::slotted(gux-icon){position:absolute;top:1px;left:-20px;flex-shrink:0;width:16px;height:16px}.gux-icon-only{line-height:0px}";export{r as gux_tooltip_title}
|
@@ -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-a6e95da1.js";import{b as o}from"./p-e10cb032.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",{"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;place-content:stretch space-between;align-items:flex-start;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,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}from"./p-ffaadf62.js";import{m as r,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(r(t,this.root),t.key){case"Enter":t.stopPropagation(),this.hideDelayTimeout=a((()=>{this.focusOnSubmenu()})),this.guxFocus();break;case"ArrowRight":t.stopPropagation(),this.show(),this.hideDelayTimeout=a((()=>{this.focusOnSubmenu()}));break;case"ArrowLeft":case"Escape":this.root!==t.target&&t.stopPropagation(),this.guxFocus()}}onKeyup(t){" "===t.key&&(this.hideDelayTimeout=a((()=>{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-8+"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;place-content:stretch flex-start;align-items:center;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:none;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 as e,c as a,h as t,g as i}from"./p-deca7631.js";import{b as n}from"./p-e10cb032.js";import"./p-0962dd7a.js";const g={perPage:"per page",itemsPerPage:"Items per page",rangeSelected:"Items per page dropdown, {range} selected"},o=class{constructor(t){e(this,t),this.internalitemsperpagechange=a(this,"internalitemsperpagechange",3),this.itemsPerPage=25}handleChange(e){e.stopPropagation();const a=parseInt(this.dropdownElement.value,10);this.internalitemsperpagechange.emit(a)}async componentWillLoad(){this.i18n=await n(this.root,g)}getDropdown(){return t("gux-dropdown",{ref:e=>this.dropdownElement=e,value:`${this.itemsPerPage}`,"aria-label":this.i18n("rangeSelected",{range:this.itemsPerPage})},t("gux-listbox",{"aria-label":this.i18n("itemsPerPage")},t("gux-option",{value:"25"},"25"),t("gux-option",{value:"50"},"50"),t("gux-option",{value:"75"},"75"),t("gux-option",{value:"100"},"100")))}render(){return t("div",{class:"gux-pagination-items-per-page-container"},t("div",{class:"gux-pagination-items-per-page-picker"},this.getDropdown()),t("div",{class:"gux-pagination-per-page"},this.i18n("perPage")))}get root(){return i(this)}};o.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);place-content:stretch center;align-items: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{o as gux_pagination_items_per_page}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as n,g as a}from"./p-deca7631.js";import{t as i}from"./p-a6e95da1.js";const g=class{constructor(n){e(this,n)}componentWillLoad(){i(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)}};g.style=":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 max-width: var(--gse-ui-progressAndLoading-loadingState-large-width);\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{g as gux_loading_message}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,f as e,h as o,g as i,c as r,H as n}from"./p-deca7631.js";import{b as s}from"./p-e10cb032.js";import{c as a,o as l}from"./p-16f3da0d.js";import{O as u}from"./p-d6edbaeb.js";import{o as p}from"./p-37bfd195.js";import{p as h}from"./p-28f55159.js";import{h as g,d,G as c,a as f,g as m,v as x,b,e as v}from"./p-e5766b80.js";import{s as C}from"./p-373c5d93.js";import{h as w}from"./p-324b23f3.js";import{G as y,a as k}from"./p-2b468e4b.js";import{t as j}from"./p-a6e95da1.js";import{t as z}from"./p-c7328d42.js";import{O as R}from"./p-c49670a7.js";import{b as S}from"./p-ffaadf62.js";import{a as T,c as O,o as F,f as D,s as I,b as P}from"./p-f3521f3e.js";import{g as E}from"./p-693c1709.js";import{f as L}from"./p-5d7d5695.js";import"./p-0962dd7a.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";const _={increment:"Increment",decrement:"Decrement"};const H=class{constructor(e){t(this,e),this.clearable=void 0,this.labelPosition=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=w(this.root,"error"),this.hasHelp=w(this.root,"help")}async guxForceUpdate(){this.hasContent=g(this.input),this.hasError=w(this.root,"error"),this.hasHelp=w(this.root,"help"),e(this.root)}async componentWillLoad(){this.getI18nValue=await s(this.root,_),this.setInput(),this.setLabel(),this.hasError=w(this.root,"error"),this.hasHelp=w(this.root,"help"),j(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){const t=this.clearable&&this.hasContent&&!this.disabled;return o(k,{labelPosition:this.computedLabelPosition},o(y,{position:this.computedLabelPosition,required:this.required},o("slot",{name:"label",onSlotchange:()=>this.setLabel()})),o("div",{class:"gux-input-and-error-container"},o("div",{class:{"gux-input":!0,"gux-input-error":this.hasError},part:"input-section"},o("div",{class:{"gux-input-container":!0,"gux-disabled":this.disabled,"gux-clear":t}},o("slot",{name:"input",onSlotchange:()=>this.setInput()}),t&&o("gux-form-field-input-clear-button",{onClick:()=>d(this.input)})),this.renderStepButtons(this.input,this.getI18nValue,this.disabled)),o(c,{show:this.hasError},o("slot",{name:"error"})),o(f,{show:!this.hasError&&this.hasHelp},o("slot",{name:"help"}))))}get variant(){const t=this.labelPosition?this.labelPosition.toLowerCase():"none";return`${this.clearable?"clearable":"unclearable"}-${t}`}setInput(){this.input=m(this.root,'input[type="number"][slot="input"]'),this.hasContent=g(this.input),h(this.input),this.input.addEventListener("input",(()=>{this.hasContent=g(this.input)})),this.disabled=a(this.input),this.required=this.input.required,this.disabledObserver=l(this.input,(t=>{this.disabled=t})),this.requiredObserver=p(this.input,(t=>{this.required=t})),x(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=b(this.label,this.labelPosition)}renderStepButtons(t,e,i){return o("div",{class:"gux-step-buttons-container"},o("button",{class:"gux-step-button",tabIndex:-1,type:"button",title:e("increment"),disabled:i,onClick:()=>this.stepUp(t)},o("gux-icon",{"icon-name":"chevron-small-up",decorative:!0})),o("button",{class:"gux-step-button",tabIndex:-1,type:"button",title:e("decrement"),disabled:i,onClick:()=>this.stepDown(t)},o("gux-icon",{"icon-name":"chevron-small-down",decorative:!0})))}stepDown(t){""===t.value?v(t,t.min||"0",!1):(t.stepDown(),this.simulateNativeInputAndChangeEvents(t))}stepUp(t){""===t.value?v(t,t.min||"0",!1):(t.stepUp(),this.simulateNativeInputAndChangeEvents(t))}simulateNativeInputAndChangeEvents(t){C(t,"input"),C(t,"change")}static get delegatesFocus(){return!0}get root(){return i(this)}};(function(t,e,o,i){var r,n=arguments.length,s=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,o,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,o,s):r(e,o))||s);n>3&&s&&Object.defineProperty(e,o,s)})([u({childList:!0,subtree:!0})],H.prototype,"onMutation",null),H.style='.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;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;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);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-align:right;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}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-input{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;width:100%}.gux-input-and-error-container .gux-input .gux-input-container{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items:center;align-self:auto;order:0;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);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-disabled{opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-input-and-error-container .gux-input .gux-input-container.gux-clear{padding-right:0}.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);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-input-and-error-container .gux-input.gux-input-error .gux-input-container{border-color:var(--gse-ui-formControl-input-error-border-color)}.gux-step-buttons-container{flex:0 1 14px;align-self:auto;order:0;margin-left:var(--gse-ui-formControl-spinButton-gap)}.gux-step-buttons-container .gux-step-button{display:flex;flex:0 1 auto;align-items:center;align-self:auto;justify-content:center;order:0;padding:0;color:var(--gse-ui-formControl-input-inputIcon-defaultColor);background:transparent;border:none}.gux-step-buttons-container .gux-step-button:not(:disabled):focus-visible,.gux-step-buttons-container .gux-step-button:not(:disabled):hover{cursor:pointer;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-step-buttons-container .gux-step-button gux-icon{flex:0 0 auto;width:14px;height:14px}';const $=class{constructor(e){t(this,e),this.goToPage=r(this,"goToPage",7),this.isOpen=!1,this.totalPages=void 0}handleKeyDown(t){const e=t.composedPath();switch(t.key){case"Escape":this.isOpen=!1,this.ellipsisButton.focus();break;case"Tab":this.isOpen=!1;break;case"ArrowDown":case"Enter":e.includes(this.ellipsisButton)&&(t.preventDefault(),this.isOpen=!0,this.focusInputElement())}}handleKeyup(t){if(" "===t.key)t.composedPath().includes(this.ellipsisButton)&&(this.isOpen=!0,this.focusInputElement())}toggle(){this.isOpen=!this.isOpen,this.isOpen&&this.focusInputElement()}onClickOutside(){this.isOpen=!1}focusInputElement(){S((()=>{this.inputElement.focus()}))}applyInputListener(){var t;null===(t=this.inputElement)||void 0===t||t.addEventListener("keydown",(t=>{"Enter"!=t.key&&" "!=t.key||(t.preventDefault(),this.goToPage.emit(t.target.value),this.isOpen=!1)}))}async componentWillLoad(){this.i18n=await s(this.root,z),j(this.root)}componentDidLoad(){this.applyInputListener()}render(){return o(n,null,o("button",{id:"popover-target",type:"button",ref:t=>this.ellipsisButton=t,onClick:()=>this.toggle(),"aria-haspopup":"true","aria-expanded":this.isOpen.toString()},o("gux-icon",{screenreaderText:this.i18n("goToPage"),"icon-name":"menu-kebab-horizontal"})),o("gux-tooltip",{for:"popover-target"},this.i18n("goToPage")),o("gux-popover",{"is-open":this.isOpen,for:"popover-target"},o("span",{slot:"title"},this.i18n("goToPage")),o("gux-form-field-number",null,o("input",{slot:"input",type:"number",ref:t=>this.inputElement=t,min:"1",max:this.totalPages,value:"1"}),o("label",{slot:"label"}))))}get root(){return i(this)}};(function(t,e,o,i){var r,n=arguments.length,s=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,o,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,o,s):r(e,o))||s);n>3&&s&&Object.defineProperty(e,o,s)})([R({triggerEvents:"mousedown"})],$.prototype,"onClickOutside",null),$.style="button{color:var(--gse-ui-button-ghost-default-foregroundColor);cursor:pointer;background:none;border:none}button:hover{color:var(--gse-ui-button-ghost-hover-foregroundColor)}button: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)}button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);padding-top:4px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}";const B=class{constructor(e){t(this,e),this.guxdismiss=r(this,"guxdismiss",7),this.for=void 0,this.position="bottom",this.displayDismissButton=void 0,this.closeOnClickOutside=!1,this.isOpen=!1}checkForClickOutside(t){const e=t.composedPath(),o=L(this.root,this.for),i=e.includes(o);!this.closeOnClickOutside&&this.displayDismissButton||!this.isOpen||i||this.dismiss()}get titleSlot(){return E(this.root,"title")}runUpdatePosition(){this.root.isConnected?this.cleanupUpdatePosition=T(L(this.root,this.for),this.popupElement,(()=>this.updatePosition()),{ancestorScroll:!0,elementResize:!0,animationFrame:!0,ancestorResize:!0}):this.disconnectedCallback()}updatePosition(){const t=L(this.root,this.for);this.popupElement&&O(t,this.popupElement,{placement:this.position,middleware:[F(7),D(),I(),P({element:this.arrowElement,padding:16})]}).then((({x:t,y:e,middlewareData:o,placement:i})=>{Object.assign(this.popupElement.style,{left:`${t}px`,top:`${e}px`});const r={top:"bottom",right:"left",bottom:"top",left:"right"}[i.split("-")[0]];if(o.arrow){const{x:t,y:e}=o.arrow;this.popupElement.setAttribute("data-placement",i),Object.assign(this.arrowElement.style,{left:null!=t?`${t}px`:"",top:null!=e?`${e}px`:"",right:"",bottom:"",[r]:"-6.5px",transform:"rotate(45deg)"})}}))}dismiss(){this.guxdismiss.emit().defaultPrevented||(this.isOpen=!1)}connectedCallback(){j(this.root,{variant:this.position})}componentDidLoad(){this.isOpen&&this.runUpdatePosition()}componentDidUpdate(){this.isOpen?this.runUpdatePosition():this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}disconnectedCallback(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition()}renderDismissButton(){if(this.displayDismissButton)return o("gux-dismiss-button",{onClick:this.dismiss.bind(this),position:"inherit"})}render(){return o("div",{ref:t=>this.popupElement=t,class:{"gux-hidden":!this.isOpen,"gux-popover-wrapper":!0},"data-placement":!0},o("div",{ref:t=>this.arrowElement=t,class:"gux-arrow"}),o("div",{class:{"gux-popover-header":Boolean(this.titleSlot)}},o("slot",{name:"title"}),this.renderDismissButton()),o("div",{class:"gux-popover-content"},o("slot",null)))}get root(){return i(this)}};(function(t,e,o,i){var r,n=arguments.length,s=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,o,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(n<3?r(s):n>3?r(e,o,s):r(e,o))||s);n>3&&s&&Object.defineProperty(e,o,s)})([R({triggerEvents:"mousedown"})],B.prototype,"checkForClickOutside",null),B.style=".gux-popover-wrapper{position:absolute;top:0;left:0;z-index:var(--gse-semantic-zIndex-popover);display:inline-block;min-width:280px;padding:var(--gse-ui-popover-gap);background-color:var(--gse-ui-popover-backgroundColor);border-radius:var(--gse-ui-popover-borderRadius);box-shadow:var(--gse-ui-popover-boxShadow-x) var(--gse-ui-popover-boxShadow-y) var(--gse-ui-popover-boxShadow-blur) var(--gse-ui-popover-boxShadow-spread) var(--gse-ui-tooltip-boxShadow-color)}.gux-popover-wrapper.gux-hidden{display:none}.gux-popover-wrapper .gux-arrow{position:absolute;width:var(--gse-ui-popover-anchor-width);height:var(--gse-ui-popover-anchor-width);background:var(--gse-ui-popover-backgroundColor);border-radius:var(--gse-ui-flyoutMenu-arrow-borderRadius)}.gux-popover-wrapper .gux-popover-header{display:flex;flex-direction:row;place-content:center space-between;align-items:center;padding-bottom:var(--gse-ui-popover-gap);font-family:var(--gse-ui-popover-title-text-fontFamily);font-size:var(--gse-ui-popover-title-text-fontSize);font-weight:var(--gse-ui-popover-title-text-fontWeight);line-height:var(--gse-ui-popover-title-text-lineHeight);color:--gse-ui-popover-headercolor}.gux-popover-wrapper gux-dismiss-button{float:right}";export{H as gux_form_field_number,$ as gux_pagination_ellipsis_button,B as gux_popover}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as i,h as t,H as o,g as s}from"./p-deca7631.js";import{a as e,c as a,o as r,f as l,s as n,h}from"./p-f3521f3e.js";import{r as d}from"./p-3ea0d493.js";import{t as g}from"./p-a6e95da1.js";import{f as p}from"./p-5d7d5695.js";import{b as c}from"./p-ffaadf62.js";const u=class{constructor(t){i(this,t),this.pointerenterHandler=()=>this.show(),this.pointerleaveHandler=()=>this.hide(),this.focusinHandler=()=>this.show(),this.focusoutHandler=()=>this.hide(),this.id=d("gux-tooltip"),this.for=void 0,this.placement="bottom-start",this.accent="light",this.isShown=!1}handleKeyDown(i){"Escape"===i.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 i=[r(16),l(),n(),h()];a(this.forElement,this.root,{placement:this.placement,strategy:"fixed",middleware:i}).then((({x:i,y:t,middlewareData:o})=>{var s;Object.assign(this.root.style,{left:`${i}px`,top:`${t}px`,visibility:(null===(s=o.hide)||void 0===s?void 0:s.referenceHidden)?"hidden":"visible"}),this.root.setAttribute("data-placement",this.placement)}))}show(){this.isShown=!0,c((()=>{this.runUpdatePosition()}))}hide(){this.cleanupUpdatePosition&&this.cleanupUpdatePosition(),this.isShown=!1}getForElement(){this.forElement=this.for?p(this.root,this.for):this.root.parentElement}logForAttributeError(){this.root.isConnected&&console.error(`gux-tooltip: invalid element supplied to 'for': "${this.for}"`)}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(){g(this.root,{variant:this.placement})}disconnectedCallback(){var i,t,o,s,e;this.cleanupUpdatePosition&&this.cleanupUpdatePosition(),null===(i=this.forElement)||void 0===i||i.removeAttribute("aria-describedby"),null===(t=this.forElement)||void 0===t||t.removeEventListener("pointerenter",this.pointerenterHandler),null===(o=this.forElement)||void 0===o||o.removeEventListener("pointerleave",this.pointerleaveHandler),null===(s=this.forElement)||void 0===s||s.removeEventListener("focusin",this.focusinHandler),null===(e=this.forElement)||void 0===e||e.removeEventListener("focusout",this.focusoutHandler)}render(){return t(o,{id:this.id,class:{"gux-show":this.isShown},role:"tooltip"},t("div",{class:{"gux-container":!0,[`gux-${this.accent}`]:!0},"data-placement":this.placement},t("slot",null)))}get root(){return s(this)}};u.style=":host{position:fixed;z-index:var(--gse-semantic-zIndex-tooltip);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);place-content:center 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 ::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 ::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{u as gux_tooltip}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as o,c as t,h as a,g as i}from"./p-deca7631.js";import{r as e}from"./p-3ea0d493.js";import{t as n}from"./p-a6e95da1.js";const l=class{constructor(a){o(this,a),this.guxdismiss=t(this,"guxdismiss",7),this.size="dynamic",this.trapFocus=!0,this.initialFocus=void 0}handleKeyEvent(o){"Escape"===o.key&&this.onDismissHandler(o)}connectedCallback(){this.triggerElement=document.activeElement}componentWillLoad(){n(this.root,{variant:`${this.size}-${this.trapFocus?"trapfocuson":"trapfocusoff"}`})}componentDidLoad(){var o,t,a;const i=this.getInitialFocusElement();i?null===(o=i.focus)||void 0===o||o.call(i):this.dismissButton&&(null===(a=(t=this.dismissButton).focus)||void 0===a||a.call(t))}render(){const o=this.hasModalTitleSlot(),t=this.hasFooterButtons(),i=e();return a("div",{class:"gux-modal",role:"dialog","aria-modal":"true","aria-labelledby":o?i:null},a("div",{class:`gux-modal-container gux-${this.size}`},this.renderModalTrapFocusEl(),o&&a("h1",{class:"gux-modal-header",id:i},a("slot",{name:"title"})),a("gux-dismiss-button",{onClick:this.onDismissHandler.bind(this),ref:o=>this.dismissButton=o}),a("div",{class:{"gux-modal-content":!0,"gux-no-buttons":!t}},a("p",null,a("slot",{name:"content"}))),t&&a("div",{class:"gux-button-footer"},a("div",{class:"gux-left-align-buttons"},a("slot",{name:"left-align-buttons"})),a("div",{class:"gux-right-align-buttons"},a("slot",{name:"right-align-buttons"}))),this.renderModalTrapFocusEl()))}renderModalTrapFocusEl(){if(this.trapFocus)return a("span",{onFocus:()=>this.dismissButton.focus(),tabindex:"0"})}getInitialFocusElement(){return this.initialFocus?this.root.querySelector(this.initialFocus):void 0}hasModalTitleSlot(){return Boolean(this.root.querySelector('[slot="title"]'))}hasFooterButtons(){return Boolean(this.root.querySelector('[slot="left-align-buttons"]'))||Boolean(this.root.querySelector('[slot="right-align-buttons"]'))}onDismissHandler(o){var t;o.stopPropagation(),this.guxdismiss.emit().defaultPrevented||(this.root.remove(),null===(t=this.triggerElement)||void 0===t||t.focus())}get root(){return i(this)}};l.style="::slotted(button:active:enabled){color:var(--gse-ui-link-active-foregroundColor);text-decoration:underline;background:none}slot[name=left-align-buttons]::slotted(:not(button,gux-button)){display:flex;flex-direction:row;gap:var(--gse-ui-modal-buttonBar-gap);align-content:flex-start;align-items:center}:host .gux-modal{position:fixed;inset:0;z-index:var(--gse-semantic-zIndex-modal);display:flex;align-items:center;justify-content:center;color:#2e394c;background:var(--gse-ui-modal-shroudColor)}:host .gux-modal .gux-modal-container{position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:var(--gse-ui-modal-padding);background:var(--gse-ui-modal-backgroundColor);border:1px solid #b4bccb;border-radius:var(--gse-ui-modal-borderRadius);box-shadow:var(--gse-ui-modal-boxShadow-x) var(--gse-ui-modal-boxShadow-y) var(--gse-ui-modal-boxShadow-blur) var(--gse-ui-modal-boxShadow-spread) var(--gse-ui-modal-boxShadow-color)}:host .gux-modal .gux-modal-container.gux-small{width:var(--gse-ui-modal-small-width);max-height:min(368px, 100vh - 2 * 24px)}:host .gux-modal .gux-modal-container.gux-medium{width:var(--gse-ui-modal-medium-width);max-height:min(640px, 100vh - 2 * 24px)}:host .gux-modal .gux-modal-container.gux-large{width:var(--gse-ui-modal-large-width);max-height:min(640px, 100vh - 2 * 24px)}:host .gux-modal .gux-modal-container.gux-dynamic{max-width:calc(100vw - 48px);max-height:calc(100vh - 48px)}:host .gux-modal .gux-modal-container.gux-dynamic .gux-modal-content{max-height:none}:host .gux-modal .gux-modal-container .gux-modal-header{margin:0;font-family:var(--gse-ui-modal-heading-fontFamily);font-size:var(--gse-ui-modal-heading-fontSize);font-weight:var(--gse-ui-modal-heading-fontWeight);line-height:var(--gse-ui-modal-heading-fontFamily);color:var(--gse-ui-modal-headerColor);letter-spacing:var(--gse-ui-modal-heading-letterSpacing);font-family:var(--gse-core-typography-heading-xl-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-xl-fontSize);line-height:var(--gse-core-typography-heading-xl-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}:host .gux-modal .gux-modal-container .gux-modal-content{max-height:432px;margin-top:var(--gse-ui-modal-gap);margin-bottom:var(--gse-ui-modal-gap);overflow-y:auto}:host .gux-modal .gux-modal-container .gux-modal-content.gux-no-buttons{margin-bottom:0}:host .gux-modal .gux-modal-container .gux-button-footer{display:flex;justify-content:space-between}@media (max-width: 416px){:host .gux-modal .gux-modal-container.gux-small,:host .gux-modal .gux-modal-container.gux-medium,:host .gux-modal .gux-modal-container.gux-large{width:100%;height:100%}}";export{l as gux_modal_legacy}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,c as o,h as t,H as r,g as i}from"./p-deca7631.js";import{b as s}from"./p-e10cb032.js";import{c as n}from"./p-a285abaf.js";import"./p-0962dd7a.js";import"./p-7b08c759.js";import"./p-373c5d93.js";const a={activateReordering:"Activate reordering mode for {columnName} column"},c=class{constructor(t){e(this,t),this.internal_order_change=o(this,"internal_order_change",7),this.internal_keyboard_reorder_start=o(this,"internal_keyboard_reorder_start",7),this.internal_keyboard_reorder_move=o(this,"internal_keyboard_reorder_move",7),this.internal_keyboard_reorder_emit=o(this,"internal_keyboard_reorder_emit",7),this.internal_keyboard_reorder_finish=o(this,"internal_keyboard_reorder_finish",7),this.orderId=void 0,this.highlightActive=void 0,this.highlight=void 0,this.text=void 0,this.pendingReorder="none",this.isDragging=!1,this.isReordering=!1}async guxSetHighlight(e="",o=!1){this.highlight=e,this.highlightActive=o}async guxFocus(){this.reorderButtonElement.focus()}onBlur(){this.setReorderMode(!1)}onDragStart(e){this.isDragging=!0;const o=n(this.root);e.dataTransfer.setData("oldIndex",String(o)),e.dataTransfer.effectAllowed="move"}onDragEnter(e){e.dataTransfer.dropEffect="move",this.pendingReorder=this.mouseOnTopHalf(e)?"above":"below"}onDragOver(e){e.preventDefault(),this.pendingReorder=this.mouseOnTopHalf(e)?"above":"below"}onDragLeave(){this.pendingReorder="none"}onDragEnd(){this.isDragging=!1}onDrop(e){const o=Number(e.dataTransfer.getData("oldIndex")),t=n(this.root);e.stopPropagation(),e.stopImmediatePropagation(),this.pendingReorder="none";const r=function(e,o,t){return e<o?t?o-1:o:t?o:o+1}(o,t,this.mouseOnTopHalf(e));return this.internal_order_change.emit({oldIndex:o,newIndex:r}),!1}mouseOnTopHalf(e){const o=this.root.getBoundingClientRect();return e.clientY-o.top<=(o.bottom-o.top)/2}onSlotChange(){this.text=this.root.querySelector("gux-form-field-checkbox label").textContent}setReorderMode(e,o=!1){this.isReordering!==e&&(this.isReordering=e,e?this.internal_keyboard_reorder_start.emit(this.text):(o&&this.internal_keyboard_reorder_emit.emit(),this.internal_keyboard_reorder_finish.emit()))}toggleReorderMode(){this.setReorderMode(!this.isReordering,!0)}keyboardReorder(e){if(this.isReordering)switch(e.key){case"ArrowUp":e.preventDefault(),this.internal_keyboard_reorder_move.emit({delta:-1,column:this.text});break;case"ArrowDown":e.preventDefault(),this.internal_keyboard_reorder_move.emit({delta:1,column:this.text});break;case"Home":e.preventDefault(),this.internal_keyboard_reorder_move.emit({delta:-1/0,column:this.text});break;case"End":e.preventDefault(),this.internal_keyboard_reorder_move.emit({delta:1/0,column:this.text});break;case"Escape":e.preventDefault(),this.setReorderMode(!1)}}async componentWillLoad(){this.i18n=await s(this.root,a)}render(){return t(r,{draggable:"true"},t("div",{class:{"gux-container":!0,[`gux-drop-${this.pendingReorder}`]:!0,"gux-dragging":this.isDragging}},t("button",{class:{"gux-reorder":!0,"gux-reordering":this.isReordering},type:"button",onClick:()=>this.toggleReorderMode(),onKeyDown:e=>this.keyboardReorder(e),ref:e=>this.reorderButtonElement=e},t("gux-icon",{"icon-name":"grab-vertical",decorative:!0}),t("span",{class:"gux-sr-only"},this.i18n("activateReordering",{columnName:this.text}))),t("div",{class:"gux-select"},t("slot",{onSlotchange:()=>this.onSlotChange()}),t("gux-text-highlight",{highlight:this.highlight,text:this.text,strategy:"contains",dimmed:!this.highlightActive}))))}get root(){return i(this)}};c.style=":host([gs-reorder-indicator=above]) .gux-container{border-top-color:#aac9ff}:host([gs-reorder-indicator=below]) .gux-container{border-bottom-color:#aac9ff}.gux-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-dataTableItems-editColumn-editColumnItem-gap);place-content:stretch flex-start;align-items:center;margin-bottom:-2px;border-top:2px solid transparent;border-bottom:2px solid transparent}.gux-container.gux-drop-above{border-top-color:#aac9ff}.gux-container.gux-drop-below{border-bottom-color:#aac9ff}.gux-container.gux-dragging{border-top-color:transparent;border-bottom-color:transparent;opacity:0.4}.gux-container .gux-reorder{all:unset;display:flex;flex:0 1 auto;align-self:auto;order:0;color:#596373;cursor:grab;border-radius:4px}.gux-container .gux-reorder gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}.gux-container .gux-reorder.gux-reordering:focus-visible gux-icon{color:#2a60c8}.gux-container .gux-reorder:active{pointer-events:none;cursor:grabbing !important}.gux-container .gux-reorder:hover,.gux-container .gux-reorder:focus-visible{outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width)}.gux-container .gux-reorder:hover gux-icon,.gux-container .gux-reorder:focus-visible gux-icon{color:#2a60c8}.gux-container .gux-select{position:relative;flex:1 1 auto;align-self:auto;order:1}.gux-container .gux-select gux-text-highlight{position:absolute;top:1px;left:calc(var(--gse-ui-icon-size-sm) + var(--gse-ui-checkbox-gap));color:transparent;pointer-events:none}.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{c as gux_column_manager_item}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import{r as t,c as i,d as n,w as o,h as e,g as r}from"./p-deca7631.js";import{O as s}from"./p-d6edbaeb.js";import{e as a}from"./p-dbb0ac25.js";import{a as u}from"./p-ffaadf62.js";import{b as l}from"./p-e10cb032.js";import{t as h}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 c(t,i){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);i&&(o=o.filter((function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable}))),n.push.apply(n,o)}return n}function f(t){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{};i%2?c(Object(n),!0).forEach((function(i){v(t,i,n[i])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(n,i))}))}return t}function d(t){return d="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},d(t)}function v(t,i,n){return i in t?Object.defineProperty(t,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[i]=n,t}function b(){return b=Object.assign||function(t){for(var i=1;i<arguments.length;i++){var n=arguments[i];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},b.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),w=g(/firefox/i),x=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,i,n){t.addEventListener(i,n,!m&&S)}function O(t,i,n){t.removeEventListener(i,n,!m&&S)}function M(t,i){if(i){if(">"===i[0]&&(i=i.substring(1)),t)try{if(t.matches)return t.matches(i);if(t.msMatchesSelector)return t.msMatchesSelector(i);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(i)}catch(t){return!1}return!1}}function I(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function k(t,i,n,o){if(t){n=n||document;do{if(null!=i&&(">"===i[0]?t.parentNode===n&&M(t,i):M(t,i))||o&&t===n)return t;if(t===n)break}while(t=I(t))}return null}var j,C=/\s+/g;function A(t,i,n){if(t&&i)if(t.classList)t.classList[n?"add":"remove"](i);else{var o=(" "+t.className+" ").replace(C," ").replace(" "+i+" "," ");t.className=(o+(n?" "+i:"")).replace(C," ")}}function D(t,i,n){var o=t&&t.style;if(o){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===i?n:n[i];i in o||-1!==i.indexOf("webkit")||(i="-webkit-"+i),o[i]=n+("string"==typeof n?"":"px")}}function _(t,i){var n="";if("string"==typeof t)n=t;else do{var o=D(t,"transform");o&&"none"!==o&&(n=o+" "+n)}while(!i&&(t=t.parentNode));var e=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return e&&new e(n)}function z(t,i,n){if(t){var o=t.getElementsByTagName(i),e=0,r=o.length;if(n)for(;e<r;e++)n(o[e],e);return o}return[]}function L(){return document.scrollingElement||document.documentElement}function N(t,i,n,o,e){if(t.getBoundingClientRect||t===window){var r,s,a,u,l,h,c;if(t!==window&&t.parentNode&&t!==L()?(s=(r=t.getBoundingClientRect()).top,a=r.left,u=r.bottom,l=r.right,h=r.height,c=r.width):(s=0,a=0,u=window.innerHeight,l=window.innerWidth,h=window.innerHeight,c=window.innerWidth),(i||n)&&t!==window&&(e=e||t.parentNode,!m))do{if(e&&e.getBoundingClientRect&&("none"!==D(e,"transform")||n&&"static"!==D(e,"position"))){var f=e.getBoundingClientRect();s-=f.top+parseInt(D(e,"border-top-width")),a-=f.left+parseInt(D(e,"border-left-width")),u=s+r.height,l=a+r.width;break}}while(e=e.parentNode);if(o&&t!==window){var d=_(e||t),v=d&&d.a,b=d&&d.d;d&&(u=(s/=b)+(h/=b),l=(a/=v)+(c/=v))}return{top:s,left:a,bottom:u,right:l,width:c,height:h}}}function R(t,i,n){for(var o=G(t,!0),e=N(t)[i];o;){var r=N(o)[n];if(!("top"===n||"left"===n?e>=r:e<=r))return o;if(o===L())break;o=G(o,!1)}return!1}function F(t,i,n,o){for(var e=0,r=0,s=t.children;r<s.length;){if("none"!==s[r].style.display&&s[r]!==Kt.ghost&&(o||s[r]!==Kt.dragged)&&k(s[r],n.draggable,t,!1)){if(e===i)return s[r];e++}r++}return null}function B(t,i){for(var n=t.lastElementChild;n&&(n===Kt.ghost||"none"===D(n,"display")||i&&!M(n,i));)n=n.previousElementSibling;return n||null}function H(t,i){var n=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)"TEMPLATE"===t.nodeName.toUpperCase()||t===Kt.clone||i&&!M(t,i)||n++;return n}function P(t){var i=0,n=0,o=L();if(t)do{var e=_(t);i+=t.scrollLeft*e.a,n+=t.scrollTop*e.d}while(t!==o&&(t=t.parentNode));return[i,n]}function G(t,i){if(!t||!t.getBoundingClientRect)return L();var n=t,o=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var e=D(n);if(n.clientWidth<n.scrollWidth&&("auto"==e.overflowX||"scroll"==e.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==e.overflowY||"scroll"==e.overflowY)){if(!n.getBoundingClientRect||n===document.body)return L();if(o||i)return n;o=!0}}}while(n=n.parentNode);return L()}function W(t,i){return Math.round(t.top)===Math.round(i.top)&&Math.round(t.left)===Math.round(i.left)&&Math.round(t.height)===Math.round(i.height)&&Math.round(t.width)===Math.round(i.width)}function K(t,i){return function(){if(!j){var n=arguments;1===n.length?t.call(this,n[0]):t.apply(this,n),j=setTimeout((function(){j=void 0}),i)}}}function U(t,i,n){t.scrollLeft+=i,t.scrollTop+=n}function X(t){var i=window.Polymer,n=window.jQuery||window.Zepto;return i&&i.dom?i.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}var Y="Sortable"+(new Date).getTime();var $=[],V={initializeByDefault:!0},Z={mount:function(t){for(var i in V)V.hasOwnProperty(i)&&!(i in t)&&(t[i]=V[i]);$.forEach((function(i){if(i.pluginName===t.pluginName)throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")})),$.push(t)},pluginEvent:function(t,i,n){var o=this;this.eventCanceled=!1,n.cancel=function(){o.eventCanceled=!0};var e=t+"Global";$.forEach((function(o){i[o.pluginName]&&(i[o.pluginName][e]&&i[o.pluginName][e](f({sortable:i},n)),i.options[o.pluginName]&&i[o.pluginName][t]&&i[o.pluginName][t](f({sortable:i},n)))}))},initializePlugins:function(t,i,n){for(var o in $.forEach((function(o){var e=o.pluginName;if(t.options[e]||o.initializeByDefault){var r=new o(t,i,t.options);r.sortable=t,r.options=t.options,t[e]=r,b(n,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,i){var n={};return $.forEach((function(o){"function"==typeof o.eventProperties&&b(n,o.eventProperties.call(i[o.pluginName],t))})),n},modifyOption:function(t,i,n){var o;return $.forEach((function(e){t[e.pluginName]&&e.optionListeners&&"function"==typeof e.optionListeners[i]&&(o=e.optionListeners[i].call(t[e.pluginName],n))})),o}},q=["evt"],J=function(t,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.evt,e=function(t,i){if(null==t)return{};var n,o,e=function(t,i){if(null==t)return{};var n,o,e={},r=Object.keys(t);for(o=0;o<r.length;o++)i.indexOf(n=r[o])>=0||(e[n]=t[n]);return e}(t,i);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);for(o=0;o<r.length;o++)i.indexOf(n=r[o])>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(e[n]=t[n])}return e}(n,q);Z.pluginEvent.bind(Kt)(t,i,f({dragEl:tt,parentEl:it,ghostEl:nt,rootEl:ot,nextEl:et,lastDownEl:rt,cloneEl:st,cloneHidden:at,dragStarted:xt,putSortable:dt,activeSortable:Kt.active,originalEvent:o,oldIndex:ut,oldDraggableIndex:ht,newIndex:lt,newDraggableIndex:ct,hideGhostForTarget:Ht,unhideGhostForTarget:Pt,cloneNowHidden:function(){at=!0},cloneNowShown:function(){at=!1},dispatchSortableEvent:function(t){Q({sortable:i,name:t,originalEvent:o})}},e))};function Q(t){!function(t){var i=t.sortable,n=t.rootEl,o=t.name,e=t.targetEl,r=t.cloneEl,s=t.toEl,a=t.fromEl,u=t.oldIndex,l=t.newIndex,h=t.oldDraggableIndex,c=t.newDraggableIndex,d=t.originalEvent,v=t.putSortable,b=t.extraEventProperties;if(i=i||n&&n[Y]){var g,w=i.options,x="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=s||n,g.from=a||n,g.item=e||n,g.clone=r,g.oldIndex=u,g.newIndex=l,g.oldDraggableIndex=h,g.newDraggableIndex=c,g.originalEvent=d,g.pullMode=v?v.lastPutMode:void 0;var y=f(f({},b),Z.getEventProperties(o,i));for(var E in y)g[E]=y[E];n&&n.dispatchEvent(g),w[x]&&w[x].call(i,g)}}(f({putSortable:dt,cloneEl:st,targetEl:tt,rootEl:ot,oldIndex:ut,oldDraggableIndex:ht,newIndex:lt,newDraggableIndex:ct},t))}var tt,it,nt,ot,et,rt,st,at,ut,lt,ht,ct,ft,dt,vt,bt,gt,mt,pt,wt,xt,yt,Et,St,Tt,Ot=!1,Mt=!1,It=[],kt=!1,jt=!1,Ct=[],At=!1,Dt=[],_t="undefined"!=typeof document,zt=y,Lt=p||m?"cssFloat":"float",Nt=_t&&!E&&!y&&"draggable"in document.createElement("div"),Rt=function(){if(_t){if(m)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Ft=function(t,i){var n=D(t),o=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),e=F(t,0,i),r=F(t,1,i),s=e&&D(e),a=r&&D(r),u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+N(e).width,l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+N(r).width;return"flex"===n.display?"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal":"grid"===n.display?n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal":e&&s.float&&"none"!==s.float?!r||"both"!==a.clear&&a.clear!==("left"===s.float?"left":"right")?"horizontal":"vertical":e&&("block"===s.display||"flex"===s.display||"table"===s.display||"grid"===s.display||u>=o&&"none"===n[Lt]||r&&"none"===n[Lt]&&u+l>o)?"vertical":"horizontal"},Bt=function(t){function i(t,n){return function(o,e,r,s){if(null==t&&(n||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(n&&"clone"===t)return t;if("function"==typeof t)return i(t(o,e,r,s),n)(o,e,r,s);var a=(n?o:e).options.group.name;return!0===t||"string"==typeof t&&t===a||t.join&&t.indexOf(a)>-1}}var n={},o=t.group;o&&"object"==d(o)||(o={name:o}),n.name=o.name,n.checkPull=i(o.pull,!0),n.checkPut=i(o.put),n.revertClone=o.revertClone,t.group=n},Ht=function(){!Rt&&nt&&D(nt,"display","none")},Pt=function(){!Rt&&nt&&D(nt,"display","")};_t&&!E&&document.addEventListener("click",(function(t){if(Mt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Mt=!1,!1}),!0);var Gt=function(t){if(tt){var i=(e=(t=t.touches?t.touches[0]:t).clientX,r=t.clientY,It.some((function(t){var i=t[Y].options.emptyInsertThreshold;if(i&&!B(t)){var n=N(t);return e>=n.left-i&&e<=n.right+i&&r>=n.top-i&&r<=n.bottom+i?s=t:void 0}})),s);if(i){var n={};for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);n.target=n.rootEl=i,n.preventDefault=void 0,n.stopPropagation=void 0,i[Y]._onDragOver(n)}}var e,r,s},Wt=function(t){tt&&tt.parentNode[Y]._isOutsideThisEl(t.target)};function Kt(t,i){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=i=b({},i),t[Y]=this;var n,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 Ft(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,i){t.setData("Text",i.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&&!x,emptyInsertThreshold:5};for(var r in Z.initializePlugins(this,t,e),e)!(r in i)&&(i[r]=e[r]);for(var s in Bt(i),this)"_"===s.charAt(0)&&"function"==typeof this[s]&&(this[s]=this[s].bind(this));this.nativeDraggable=!i.forceFallback&&Nt,this.nativeDraggable&&(this.options.touchStartThreshold=1),i.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)),It.push(this.el),i.store&&i.store.get&&this.sort(i.store.get(this)||[]),b(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:N(t)});var i=f({},o[o.length-1].rect);if(t.thisAnimationDuration){var n=_(t,!0);n&&(i.top-=n.f,i.left-=n.e)}t.fromRect=i}}))},addAnimationState:function(t){o.push(t)},removeAnimationState:function(t){o.splice(function(t,i){for(var n in t)if(t.hasOwnProperty(n))for(var o in i)if(i.hasOwnProperty(o)&&i[o]===t[n][o])return Number(n);return-1}(o,{target:t}),1)},animateAll:function(t){var i=this;if(!this.options.animation)return clearTimeout(n),void("function"==typeof t&&t());var e=!1,r=0;o.forEach((function(t){var n=0,o=t.target,s=o.fromRect,a=N(o),u=o.prevFromRect,l=o.prevToRect,h=t.rect,c=_(o,!0);c&&(a.top-=c.f,a.left-=c.e),o.toRect=a,o.thisAnimationDuration&&W(u,a)&&!W(s,a)&&(h.top-a.top)/(h.left-a.left)==(s.top-a.top)/(s.left-a.left)&&(n=function(t,i,n,o){return Math.sqrt(Math.pow(i.top-t.top,2)+Math.pow(i.left-t.left,2))/Math.sqrt(Math.pow(i.top-n.top,2)+Math.pow(i.left-n.left,2))*o.animation}(h,u,l,i.options)),W(a,s)||(o.prevFromRect=s,o.prevToRect=a,n||(n=i.options.animation),i.animate(o,h,a,n)),n&&(e=!0,r=Math.max(r,n),clearTimeout(o.animationResetTimer),o.animationResetTimer=setTimeout((function(){o.animationTime=0,o.prevFromRect=null,o.fromRect=null,o.prevToRect=null,o.thisAnimationDuration=null}),n),o.thisAnimationDuration=n)})),clearTimeout(n),e?n=setTimeout((function(){"function"==typeof t&&t()}),r):"function"==typeof t&&t(),o=[]},animate:function(t,i,n,o){if(o){D(t,"transition",""),D(t,"transform","");var e=_(this.el),r=(i.left-n.left)/(e&&e.a||1),s=(i.top-n.top)/(e&&e.d||1);t.animatingX=!!r,t.animatingY=!!s,D(t,"transform","translate3d("+r+"px,"+s+"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,i,n,o,e,r,s,a){var u,l,h=t[Y],c=h.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=i,u.from=t,u.dragged=n,u.draggedRect=o,u.related=e||i,u.relatedRect=r||N(i),u.willInsertAfter=a,u.originalEvent=s,t.dispatchEvent(u),c&&(l=c.call(h,u,s)),l}function Xt(t){t.draggable=!1}function Yt(){At=!1}function $t(t){for(var i=t.tagName+t.className+t.src+t.href+t.textContent,n=i.length,o=0;n--;)o+=i.charCodeAt(n);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,i){return"function"==typeof this.options.direction?this.options.direction.call(this,t,i,tt):this.options.direction},_onTapStart:function(t){if(t.cancelable){var i=this,n=this.el,o=this.options,e=o.preventOnFilter,r=t.type,s=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,a=(s||t).target,u=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||a,l=o.filter;if(function(t){Dt.length=0;for(var i=t.getElementsByTagName("input"),n=i.length;n--;){var o=i[n];o.checked&&Dt.push(o)}}(n),!tt&&!(/mousedown|pointerdown/.test(r)&&0!==t.button||o.disabled)&&!u.isContentEditable&&(this.nativeDraggable||!x||!a||"SELECT"!==a.tagName.toUpperCase())&&!((a=k(a,o.draggable,n,!1))&&a.animated||rt===a)){if(ut=H(a),ht=H(a,o.draggable),"function"==typeof l){if(l.call(this,t,a,this))return Q({sortable:i,rootEl:u,name:"filter",targetEl:a,toEl:n,fromEl:n}),J("filter",i,{evt:t}),void(e&&t.cancelable&&t.preventDefault())}else if(l&&(l=l.split(",").some((function(o){if(o=k(u,o.trim(),n,!1))return Q({sortable:i,rootEl:o,name:"filter",targetEl:a,fromEl:n,toEl:n}),J("filter",i,{evt:t}),!0}))))return void(e&&t.cancelable&&t.preventDefault());o.handle&&!k(u,o.handle,n,!1)||this._prepareDragStart(t,s,a)}}},_prepareDragStart:function(t,i,n){var o,e=this,r=e.el,s=e.options,a=r.ownerDocument;if(n&&!tt&&n.parentNode===r){var u=N(n);if(ot=r,it=(tt=n).parentNode,et=tt.nextSibling,rt=n,ft=s.group,Kt.dragged=tt,pt=(vt={target:tt,clientX:(i||t).clientX,clientY:(i||t).clientY}).clientX-u.left,wt=vt.clientY-u.top,this._lastX=(i||t).clientX,this._lastY=(i||t).clientY,tt.style["will-change"]="all",o=function(){J("delayEnded",e,{evt:t}),Kt.eventCanceled?e._onDrop():(e._disableDelayedDragEvents(),!w&&e.nativeDraggable&&(tt.draggable=!0),e._triggerDragStart(t,i),Q({sortable:e,name:"choose",originalEvent:t}),A(tt,s.chosenClass,!0))},s.ignore.split(",").forEach((function(t){z(tt,t.trim(),Xt)})),T(a,"dragover",Gt),T(a,"mousemove",Gt),T(a,"touchmove",Gt),T(a,"mouseup",e._onDrop),T(a,"touchend",e._onDrop),T(a,"touchcancel",e._onDrop),w&&this.nativeDraggable&&(this.options.touchStartThreshold=4,tt.draggable=!0),J("delayStart",this,{evt:t}),!s.delay||s.delayOnTouchOnly&&!i||this.nativeDraggable&&(p||m))o();else{if(Kt.eventCanceled)return void this._onDrop();T(a,"mouseup",e._disableDelayedDrag),T(a,"touchend",e._disableDelayedDrag),T(a,"touchcancel",e._disableDelayedDrag),T(a,"mousemove",e._delayedDragTouchMoveHandler),T(a,"touchmove",e._delayedDragTouchMoveHandler),s.supportPointer&&T(a,"pointermove",e._delayedDragTouchMoveHandler),e._dragStartTimer=setTimeout(o,s.delay)}}},_delayedDragTouchMoveHandler:function(t){var i=t.touches?t.touches[0]:t;Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.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,i){i=i||"touch"==t.pointerType&&t,!this.nativeDraggable||i?T(document,this.options.supportPointer?"pointermove":i?"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,i){if(Ot=!1,ot&&tt){J("dragStarted",this,{evt:i}),this.nativeDraggable&&T(document,"dragover",Wt);var n=this.options;!t&&A(tt,n.dragClass,!1),A(tt,n.ghostClass,!0),Kt.active=this,t&&this._appendGhost(),Q({sortable:this,name:"start",originalEvent:i})}else this._nulling()},_emulateDragOver:function(){if(bt){this._lastX=bt.clientX,this._lastY=bt.clientY,Ht();for(var t=document.elementFromPoint(bt.clientX,bt.clientY),i=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(bt.clientX,bt.clientY))!==i;)i=t;if(tt.parentNode[Y]._isOutsideThisEl(t),i)do{if(i[Y]&&i[Y]._onDragOver({clientX:bt.clientX,clientY:bt.clientY,target:t,rootEl:i})&&!this.options.dragoverBubble)break;t=i}while(i=i.parentNode);Pt()}},_onTouchMove:function(t){if(vt){var i=this.options,n=i.fallbackTolerance,o=i.fallbackOffset,e=t.touches?t.touches[0]:t,r=nt&&_(nt,!0),s=nt&&r&&r.a,a=nt&&r&&r.d,u=zt&&Tt&&P(Tt),l=(e.clientX-vt.clientX+o.x)/(s||1)+(u?u[0]-Ct[0]:0)/(s||1),h=(e.clientY-vt.clientY+o.y)/(a||1)+(u?u[1]-Ct[1]:0)/(a||1);if(!Kt.active&&!Ot){if(n&&Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(nt){r?(r.e+=l-(gt||0),r.f+=h-(mt||0)):r={a:1,b:0,c:0,d:1,e:l,f:h};var c="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");D(nt,"webkitTransform",c),D(nt,"mozTransform",c),D(nt,"msTransform",c),D(nt,"transform",c),gt=l,mt=h,bt=e}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!nt){var t=this.options.fallbackOnBody?document.body:ot,i=N(tt,!0,zt,!0,t),n=this.options;if(zt){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=L()),i.top+=Tt.scrollTop,i.left+=Tt.scrollLeft):Tt=L(),Ct=P(Tt)}A(nt=tt.cloneNode(!0),n.ghostClass,!1),A(nt,n.fallbackClass,!0),A(nt,n.dragClass,!0),D(nt,"transition",""),D(nt,"transform",""),D(nt,"box-sizing","border-box"),D(nt,"margin",0),D(nt,"top",i.top),D(nt,"left",i.left),D(nt,"width",i.width),D(nt,"height",i.height),D(nt,"opacity","0.8"),D(nt,"position",zt?"absolute":"fixed"),D(nt,"zIndex","100000"),D(nt,"pointerEvents","none"),Kt.ghost=nt,t.appendChild(nt),D(nt,"transform-origin",pt/parseInt(nt.style.width)*100+"% "+wt/parseInt(nt.style.height)*100+"%")}},_onDragStart:function(t,i){var n=this,o=t.dataTransfer,e=n.options;J("dragStart",this,{evt:t}),Kt.eventCanceled?this._onDrop():(J("setupClone",this),Kt.eventCanceled||((st=X(tt)).removeAttribute("id"),st.draggable=!1,st.style["will-change"]="",this._hideClone(),A(st,this.options.chosenClass,!1),Kt.clone=st),n.cloneId=Vt((function(){J("clone",n),Kt.eventCanceled||(n.options.removeCloneOnHide||ot.insertBefore(st,tt),n._hideClone(),Q({sortable:n,name:"clone"}))})),!i&&A(tt,e.dragClass,!0),i?(Mt=!0,n._loopId=setInterval(n._emulateDragOver,50)):(O(document,"mouseup",n._onDrop),O(document,"touchend",n._onDrop),O(document,"touchcancel",n._onDrop),o&&(o.effectAllowed="move",e.setData&&e.setData.call(n,o,tt)),T(document,"drop",n),D(tt,"transform","translateZ(0)")),Ot=!0,n._dragStartId=Vt(n._dragStarted.bind(n,i,t)),T(document,"selectstart",n),xt=!0,x&&D(document.body,"user-select","none"))},_onDragOver:function(t){var i,n,o,e,r=this.el,s=t.target,a=this.options,u=a.group,l=Kt.active,h=ft===u,c=a.sort,d=dt||l,v=this,b=!1;if(!At){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=k(s,a.draggable,r,!0),_("dragOver"),Kt.eventCanceled)return b;if(tt.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||v._ignoreWhileAnimating===s)return L(!1);if(Mt=!1,l&&!a.disabled&&(h?c||(o=it!==ot):dt===this||(this.lastPutMode=ft.checkPull(this,l,tt,t))&&u.checkPut(this,l,tt,t))){if(e="vertical"===this._getDirection(t,s),i=N(tt),_("dragOverValid"),Kt.eventCanceled)return b;if(o)return it=ot,z(),this._hideClone(),_("revert"),Kt.eventCanceled||(et?ot.insertBefore(tt,et):ot.appendChild(tt)),L(!0);var g=B(r,a.draggable);if(!g||function(t,i,n){var o=N(B(n.el,n.options.draggable));return i?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 L(!1);if(g&&r===t.target&&(s=g),s&&(n=N(s)),!1!==Ut(ot,r,tt,i,s,n,t,!!s))return z(),g&&g.nextSibling?r.insertBefore(tt,g.nextSibling):r.appendChild(tt),it=r,P(),L(!0)}else if(g&&function(t,i,n){var o=N(F(n.el,0,n.options,!0));return i?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=F(r,0,a,!0);if(m===tt)return L(!1);if(n=N(s=m),!1!==Ut(ot,r,tt,i,s,n,t,!1))return z(),r.insertBefore(tt,m),it=r,P(),L(!0)}else if(s.parentNode===r){n=N(s);var p,w,x,y=tt.parentNode!==r,E=!function(t,i,n){var o=n?t.left:t.top,e=n?i.left:i.top;return o===e||(n?t.right:t.bottom)===(n?i.right:i.bottom)||o+(n?t.width:t.height)/2===e+(n?i.width:i.height)/2}(tt.animated&&tt.toRect||i,s.animated&&s.toRect||n,e),S=e?"top":"left",T=R(s,"top","top")||R(tt,"top","top"),O=T?T.scrollTop:void 0;if(yt!==s&&(w=n[S],kt=!1,jt=!E&&a.invertSwap||y),p=function(t,i,n,o,e,r,s,a){var u=o?t.clientY:t.clientX,l=o?n.height:n.width,h=o?n.top:n.left,c=o?n.bottom:n.right,f=!1;if(!s)if(a&&St<l*e){if(!kt&&(1===Et?u>h+l*r/2:u<c-l*r/2)&&(kt=!0),kt)f=!0;else if(1===Et?u<h+St:u>c-St)return-Et}else if(u>h+l*(1-e)/2&&u<c-l*(1-e)/2)return function(t){return H(tt)<H(t)?1:-1}(i);return(f=f||s)&&(u<h+l*r/2||u>c-l*r/2)?u>h+l/2?1:-1:0}(t,s,n,e,E?1:a.swapThreshold,null==a.invertedSwapThreshold?a.swapThreshold:a.invertedSwapThreshold,jt,yt===s),0!==p){var M=H(tt);do{x=it.children[M-=p]}while(x&&("none"===D(x,"display")||x===nt))}if(0===p||x===s)return L(!1);yt=s,Et=p;var I=s.nextElementSibling,j=!1,C=Ut(ot,r,tt,i,s,n,t,j=1===p);if(!1!==C)return 1!==C&&-1!==C||(j=1===C),At=!0,setTimeout(Yt,30),z(),j&&!I?r.appendChild(tt):s.parentNode.insertBefore(tt,j?I:s),T&&U(T,0,O-T.scrollTop),it=tt.parentNode,void 0===w||jt||(St=Math.abs(w-N(s)[S])),P(),L(!0)}if(r.contains(tt))return L(!1)}return!1}function _(a,u){J(a,v,f({evt:t,isOwner:h,axis:e?"vertical":"horizontal",revert:o,dragRect:i,targetRect:n,canSort:c,fromSortable:d,target:s,completed:L,onMove:function(n,o){return Ut(ot,r,tt,i,n,N(n),t,o)},changed:P},u))}function z(){_("dragOverAnimationCapture"),v.captureAnimationState(),v!==d&&d.captureAnimationState()}function L(i){return _("dragOverCompleted",{insertion:i}),i&&(h?l._hideClone():l._showClone(v),v!==d&&(A(tt,dt?dt.options.ghostClass:l.options.ghostClass,!1),A(tt,a.ghostClass,!0)),dt!==v&&v!==Kt.active?dt=v:v===Kt.active&&dt&&(dt=null),d===v&&(v._ignoreWhileAnimating=s),v.animateAll((function(){_("dragOverAnimationComplete"),v._ignoreWhileAnimating=null})),v!==d&&(d.animateAll(),d._ignoreWhileAnimating=null)),(s===tt&&!tt.animated||s===r&&!s.animated)&&(yt=null),a.dragoverBubble||t.rootEl||s===document||(tt.parentNode[Y]._isOutsideThisEl(t.target),!i&&Gt(t)),!a.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),b=!0}function P(){lt=H(tt),ct=H(tt,a.draggable),Q({sortable:v,name:"change",toEl:r,newIndex:lt,newDraggableIndex:ct,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){O(document,"mousemove",this._onTouchMove),O(document,"touchmove",this._onTouchMove),O(document,"pointermove",this._onTouchMove),O(document,"dragover",Gt),O(document,"mousemove",Gt),O(document,"touchmove",Gt)},_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 i=this.el,n=this.options;lt=H(tt),ct=H(tt,n.draggable),J("drop",this,{evt:t}),it=tt&&tt.parentNode,lt=H(tt),ct=H(tt,n.draggable),Kt.eventCanceled||(Ot=!1,jt=!1,kt=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Zt(this.cloneId),Zt(this._dragStartId),this.nativeDraggable&&(O(document,"drop",this),O(i,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),x&&D(document.body,"user-select",""),D(tt,"transform",""),t&&(xt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),nt&&nt.parentNode&&nt.parentNode.removeChild(nt),(ot===it||dt&&"clone"!==dt.lastPutMode)&&st&&st.parentNode&&st.parentNode.removeChild(st),tt&&(this.nativeDraggable&&O(tt,"dragend",this),Xt(tt),tt.style["will-change"]="",xt&&!Ot&&A(tt,dt?dt.options.ghostClass:this.options.ghostClass,!1),A(tt,this.options.chosenClass,!1),Q({sortable:this,name:"unchoose",toEl:it,newIndex:null,newDraggableIndex:null,originalEvent:t}),ot!==it?(lt>=0&&(Q({rootEl:it,name:"add",toEl:it,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"remove",toEl:it,originalEvent:t}),Q({rootEl:it,name:"sort",toEl:it,fromEl:ot,originalEvent:t}),Q({sortable:this,name:"sort",toEl:it,originalEvent:t})),dt&&dt.save()):lt!==ut&<>=0&&(Q({sortable:this,name:"update",toEl:it,originalEvent:t}),Q({sortable:this,name:"sort",toEl:it,originalEvent:t})),Kt.active&&(null!=lt&&-1!==lt||(lt=ut,ct=ht),Q({sortable:this,name:"end",toEl:it,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){J("nulling",this),ot=tt=it=nt=et=st=rt=at=vt=bt=xt=lt=ct=ut=ht=yt=Et=dt=ft=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,i=[],n=this.el.children,o=0,e=n.length,r=this.options;o<e;o++)k(t=n[o],r.draggable,this.el,!1)&&i.push(t.getAttribute(r.dataIdAttr)||$t(t));return i},sort:function(t,i){var n={},o=this.el;this.toArray().forEach((function(t,i){var e=o.children[i];k(e,this.options.draggable,o,!1)&&(n[t]=e)}),this),i&&this.captureAnimationState(),t.forEach((function(t){n[t]&&(o.removeChild(n[t]),o.appendChild(n[t]))})),i&&this.animateAll()},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,i){return k(t,i||this.options.draggable,this.el,!1)},option:function(t,i){var n=this.options;if(void 0===i)return n[t];var o=Z.modifyOption(this,t,i);n[t]=void 0!==o?o:i,"group"===t&&Bt(n)},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(),It.splice(It.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!at){if(J("hideClone",this),Kt.eventCanceled)return;D(st,"display","none"),this.options.removeCloneOnHide&&st.parentNode&&st.parentNode.removeChild(st),at=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(at){if(J("showClone",this),Kt.eventCanceled)return;tt.parentNode!=ot||this.options.group.revertClone?et?ot.insertBefore(st,et):ot.appendChild(st):ot.insertBefore(st,tt),this.options.group.revertClone&&this.animate(tt,st),D(st,"display",""),at=!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:z,is:function(t,i){return!!k(t,i,t,!1)},extend:function(t,i){if(t&&i)for(var n in i)i.hasOwnProperty(n)&&(t[n]=i[n]);return t},throttle:K,closest:k,toggleClass:A,clone:X,index:H,nextTick:Vt,cancelNextTick:Zt,detectDirection:Ft,getChild:F},Kt.get=function(t){return t[Y]},Kt.mount=function(){for(var t=arguments.length,i=new Array(t),n=0;n<t;n++)i[n]=arguments[n];i[0].constructor===Array&&(i=i[0]),i.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=f(f({},Kt.utils),t.utils)),Z.mount(t)}))},Kt.create=function(t,i){return new Kt(t,i)},Kt.version="1.15.0";var qt,Jt,Qt,ti,ii,ni,oi=[],ei=!1;function ri(){oi.forEach((function(t){clearInterval(t.pid)})),oi=[]}function si(){clearInterval(ni)}var ai=K((function(t,i,n,o){if(i.scroll){var e,r=(t.touches?t.touches[0]:t).clientX,s=(t.touches?t.touches[0]:t).clientY,a=i.scrollSensitivity,u=i.scrollSpeed,l=L(),h=!1;Jt!==n&&(Jt=n,ri(),e=i.scrollFn,!0===(qt=i.scroll)&&(qt=G(n,!0)));var c=0,f=qt;do{var d=f,v=N(d),b=v.top,g=v.bottom,m=v.left,p=v.right,w=v.width,x=v.height,y=void 0,E=void 0,S=d.scrollWidth,T=d.scrollHeight,O=D(d),M=d.scrollLeft,I=d.scrollTop;d===l?(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX||"visible"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY||"visible"===O.overflowY)):(y=w<S&&("auto"===O.overflowX||"scroll"===O.overflowX),E=x<T&&("auto"===O.overflowY||"scroll"===O.overflowY));var k=y&&(Math.abs(p-r)<=a&&M+w<S)-(Math.abs(m-r)<=a&&!!M),j=E&&(Math.abs(g-s)<=a&&I+x<T)-(Math.abs(b-s)<=a&&!!I);if(!oi[c])for(var C=0;C<=c;C++)oi[C]||(oi[C]={});oi[c].vx==k&&oi[c].vy==j&&oi[c].el===d||(oi[c].el=d,oi[c].vx=k,oi[c].vy=j,clearInterval(oi[c].pid),0==k&&0==j||(h=!0,oi[c].pid=setInterval(function(){o&&0===this.layer&&Kt.active._onTouchMove(ii);var i=oi[this.layer].vy?oi[this.layer].vy*u:0,n=oi[this.layer].vx?oi[this.layer].vx*u:0;"function"==typeof e&&"continue"!==e.call(Kt.dragged.parentNode[Y],n,i,t,ii,oi[this.layer].el)||U(oi[this.layer].el,n,i)}.bind({layer:c}),24))),c++}while(i.bubbleScroll&&f!==l&&(f=G(f,!1)));ei=h}}),30),ui=function(t){var i=t.originalEvent,n=t.putSortable,o=t.dragEl,e=t.dispatchSortableEvent,r=t.unhideGhostForTarget;if(i){var s=n||t.activeSortable;(0,t.hideGhostForTarget)();var a=i.changedTouches&&i.changedTouches.length?i.changedTouches[0]:i,u=document.elementFromPoint(a.clientX,a.clientY);r(),s&&!s.el.contains(u)&&(e("spill"),this.onSpill({dragEl:o,putSortable:n}))}};function li(){}function hi(){}li.prototype={startIndex:null,dragStart:function(t){this.startIndex=t.oldDraggableIndex},onSpill:function(t){var i=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var o=F(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(i,o):this.sortable.el.appendChild(i),this.sortable.animateAll(),n&&n.animateAll()},drop:ui},b(li,{pluginName:"revertOnSpill"}),hi.prototype={onSpill:function(t){var i=t.dragEl,n=t.putSortable||this.sortable;n.captureAnimationState(),i.parentNode&&i.parentNode.removeChild(i),n.animateAll()},drop:ui},b(hi,{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 i=t.originalEvent;this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):T(document,this.options.supportPointer?"pointermove":i.touches?"touchmove":"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var i=t.originalEvent;this.options.dragOverBubble||i.rootEl||this._handleAutoScroll(i)},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)),si(),ri(),clearTimeout(j),j=void 0},nulling:function(){ii=Jt=qt=ei=ni=Qt=ti=null,oi.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,i){var n=this,o=(t.touches?t.touches[0]:t).clientX,e=(t.touches?t.touches[0]:t).clientY,r=document.elementFromPoint(o,e);if(ii=t,i||this.options.forceAutoScrollFallback||p||m||x){ai(t,this.options,r,i);var s=G(r,!0);!ei||ni&&o===Qt&&e===ti||(ni&&si(),ni=setInterval((function(){var r=G(document.elementFromPoint(o,e),!0);r!==s&&(s=r,ri()),ai(t,n.options,r,i)}),10),Qt=o,ti=e)}else{if(!this.options.bubbleScroll||G(r,!0)===L())return void ri();ai(t,this.options,G(r,!1),!1)}}},b(t,{pluginName:"scroll",initializeByDefault:!0})}),Kt.mount(hi,li);const ci=class{constructor(n){t(this,n),this.newTab=i(this,"newTab",7),this.sortChanged=i(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&&a(".gux-tablist",t)&&!this.keyboardSort&&(this.ariaLiveAlert="toggleSort")}onFocusout(t){this.root.querySelector(".gux-tablist").contains(t.relatedTarget)||this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{n?this.focused=i:(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&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);let o;o=n===i.length-1?i[0]:i[n+2],t.insertBefore(this.sortTarget,o),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".gux-dropdown-option-container",t)||this.handleKeyboardScroll("forward");break;case"ArrowLeft":case"ArrowUp":if(t.preventDefault(),this.keyboardSort&&!a(".gux-tab-options-button",t)){this.ariaLiveAlert="";const t=this.root.querySelector(".gux-tablist"),i=t.querySelectorAll("gux-tab-advanced"),n=Array.prototype.indexOf.call(i,this.sortTarget);t.insertBefore(this.sortTarget,i[n-1]||null),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused)}else a(".gux-tab-options-button",t)||a(".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-tablist").insertBefore(this.sortTarget,this.tabTriggers[this.initialSortIndex]||null)),this.tabTriggers=this.root.querySelectorAll("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),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,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),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&&a(".gux-tab",t)&&!a(".gux-tab-options-button",t)&&!a("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,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.focused=i)})),this.focusTab(this.focused),this.emitSortChanged()):(this.keyboardSort=!0,this.sortTarget=t.target.closest("gux-tab-advanced"),this.tabTriggers.forEach(((t,i)=>{var n;t.tabId===(null===(n=this.sortTarget)||void 0===n?void 0:n.getAttribute("tab-id"))&&(this.initialSortIndex=i)})),this.ariaLiveAlert="sortModeOn"))}async guxSetActive(t){this.tabTriggers.forEach(((i,n)=>{const o=i.tabId===t;i.guxSetActive(o),o&&(this.focused=n)}))}focusTab(t){this.focused=t,this.tabTriggers.forEach(((t,i)=>{t.guxGetActive().then((n=>{this.focused===i||n||(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-tablist"),{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(){n((()=>{const t=this.root.querySelector(".gux-scrollable-section"),i=t.clientWidth<t.scrollWidth;i!==this.hasScrollbar&&(this.hasScrollbar=i)}))}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 l(this.root,h,"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[this.renderAlert(),e("div",{class:"gux-tab-container"},this.renderScrollButton("scrollLeft"),e("div",{class:"gux-scrollable-section"},e("div",{class:"gux-tablist",role:"tablist","data-gux-tab-sorting":this.keyboardSort,"aria-owns":this.triggerIds},e("slot",null)),this.renderAddButton()),this.renderScrollButton("scrollRight"))]}renderAlert(){return e("div",{class:"gux-sr-only gux-aria-live-region","aria-live":"polite"},this.ariaLiveAlert?this.i18n(this.ariaLiveAlert):"")}renderAddButton(){return e("div",null,this.showNewTabButton?e("gux-button-slot",{class:"gux-add-button",accent:"ghost"},e("button",{onClick:()=>this.newTab.emit(),disabled:this.disableAddTabButton},e("slot",{name:"add-tab"},e("gux-icon",{"icon-name":"add","screenreader-text":this.disableAddTabButton?this.i18n("disableNewTab"):this.root.querySelector('[slot="add-tab"]')?this.root.querySelector('[slot="add-tab"]').textContent.trim():this.i18n("createNewTab")})))):null)}renderScrollButton(t){return e("div",null,this.hasScrollbar?e("gux-button-slot",{class:"gux-scroll-button",accent:"ghost"},e("button",{tabindex:"-1",onDragOver:()=>this.getScrollDirection(t),onClick:()=>this.getScrollDirection(t)},e("gux-icon",{"icon-name":this.getChevronIconName(t),"screenreader-text":this.i18n(t)}))):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,i,n,o){var e,r=arguments.length,s=r<3?i:null===o?o=Object.getOwnPropertyDescriptor(i,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,i,n,o);else for(var a=t.length-1;a>=0;a--)(e=t[a])&&(s=(r<3?e(s):r>3?e(i,n,s):e(i,n))||s);r>3&&s&&Object.defineProperty(i,n,s)})([s({childList:!0,subtree:!0})],ci.prototype,"onMutation",null),ci.style=".gux-tab-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px;background-color:var(--gse-ui-advancedTabs-set-backgroundColor)}.gux-tab-container .gux-scrollable-section{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;overflow-x:auto;border-bottom:1px solid var(--gse-ui-advancedTabs-divider-dividerColor);scroll-behavior:smooth;scrollbar-width:none}.gux-tab-container .gux-scrollable-section::-webkit-scrollbar{height:0}.gux-tab-container .gux-scrollable-section .gux-tablist{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.gux-sr-only{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}";export{ci as gux_tab_advanced_list}
|
@@ -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-a6e95da1.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const w=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})],w.prototype,"onMutation",null),w.style='.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;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;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);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);place-content:stretch center;align-items: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);outline-offset:var(--gse-semantic-focusRing-offset)}.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{w as gux_form_field_text_like}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as e,h as o,g as t}from"./p-deca7631.js";import{g as r}from"./p-0962dd7a.js";import{g as n}from"./p-dd53013c.js";import{h as i}from"./p-324b23f3.js";const s=class{constructor(o){e(this,o),this.value=void 0,this.selected=!1,this.disabled=!1,this.iconOnly=!1,this.position=void 0}onClick(e){this.disabled&&e.stopPropagation()}isInStartPosition(e){const o=r("gux-segmented-control-beta",e);return 0===Array.from(o.children).findIndex((o=>o===e))}isInEndPosition(e){const o=r("gux-segmented-control-beta",e),t=Array.from(o.children);return t.findIndex((o=>o===e))===t.length-1}renderTooltip(){if(this.iconOnly)return o("gux-tooltip",null,n(this.root,"text"))}renderIconSlot(){if(i(this.root,"icon"))return o("div",{class:{"gux-icon":!0,"gux-icon-only":this.iconOnly}},o("slot",{name:"icon"}))}render(){return o("div",{class:{"gux-container":!0,"gux-start":this.isInStartPosition(this.root),"gux-end":this.isInEndPosition(this.root)}},o("button",{class:{"gux-segmented-control-item":!0,"gux-icon-only":this.iconOnly,"gux-selected":this.selected},type:"button",disabled:this.disabled},this.renderIconSlot(),o("div",{class:{"gux-text":!0,"gux-icon-only":this.iconOnly}},o("slot",{name:"text"}))),this.renderTooltip())}static get delegatesFocus(){return!0}get root(){return t(this)}};s.style="button{all:unset}.gux-container{height:var(--gse-ui-segmentedControl-height);cursor:pointer;border-color:var(--gse-ui-segmentedControl-divider-color);border-style:var(--gse-ui-segmentedControl-divider-style);border-width:var(--gse-ui-segmentedControl-divider-width);border-right:none;border-radius:var(--gse-ui-segmentedControl-button-middle-borderRadius)}.gux-container.gux-start{border-left-color:var(--gse-ui-segmentedControl-divider-color);border-radius:var(--gse-ui-segmentedControl-button-start-borderRadius)}.gux-container.gux-end{border-style:var(--gse-ui-segmentedControl-divider-style);border-width:var(--gse-ui-segmentedControl-divider-width);border-right-color:var(--gse-ui-segmentedControl-divider-color);border-radius:var(--gse-ui-segmentedControl-button-end-borderRadius)}.gux-container.gux-start.gux-end{border-radius:var(--gse-ui-segmentedControl-borderRadius)}.gux-container .gux-segmented-control-item{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-segmentedControl-button-gap);place-content:stretch flex-start;align-items:center;height:100%;padding:var(--gse-ui-segmentedControl-button-padding);color:var(--gse-ui-segmentedControl-button-default-foregroundColor);background-color:var(--gse-ui-segmentedControl-button-default-backgroundColor)}.gux-container .gux-segmented-control-item.gux-icon-only{padding:var(--gse-ui-segmentedControl-iconOnly-padding)}.gux-container .gux-segmented-control-item.gux-icon-only .gux-text.gux-icon-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-container .gux-segmented-control-item:hover{color:var(--gse-ui-segmentedControl-button-hover-foregroundColor);background-color:var(--gse-ui-segmentedControl-button-hover-backgroundColor)}.gux-container .gux-segmented-control-item[disabled]{color:var(--gse-ui-segmentedControl-button-disabled-foregroundColor);pointer-events:none;background-color:var(--gse-ui-segmentedControl-button-disabled-backgroundColor);opacity:var(--gse-ui-segmentedControl-button-disabled-opacity)}.gux-container .gux-segmented-control-item.gux-selected{color:var(--gse-ui-segmentedControl-button-active-foregroundColor);background-color:var(--gse-ui-segmentedControl-button-active-backgroundColor)}.gux-container .gux-segmented-control-item:focus-visible{position:relative;z-index:var(--gse-semantic-zIndex-showFocus);border-radius:var(--gse-ui-segmentedControl-borderRadius);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);outline-offset:var(--gse-ui-segmentedControl-focus-offset)}.gux-container .gux-segmented-control-item .gux-icon slot[name=icon]::slotted(gux-icon){width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}";export{s as gux_segmented_control_item}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as o,h as r,g as e}from"./p-deca7631.js";import{c as t,o as i}from"./p-16f3da0d.js";import{O as n}from"./p-d6edbaeb.js";import{o as l}from"./p-37bfd195.js";import{p as a}from"./p-28f55159.js";import{h as s}from"./p-324b23f3.js";import{G as u,a as p,v as f,b as g}from"./p-e5766b80.js";import{G as d,a as h}from"./p-2b468e4b.js";import{t as c}from"./p-a6e95da1.js";import"./p-3ea0d493.js";import"./p-9d734bbd.js";import"./p-373c5d93.js";const m=class{constructor(r){o(this,r),this.labelPosition=void 0,this.computedLabelPosition="above",this.disabled=void 0,this.required=void 0,this.hasError=!1,this.hasHelp=!1}onMutation(){this.hasError=s(this.root,"error"),this.hasHelp=s(this.root,"help")}componentWillLoad(){this.setInput(),this.setLabel(),this.hasError=s(this.root,"error"),this.hasHelp=s(this.root,"help"),c(this.root,{variant:this.variant})}disconnectedCallback(){this.disabledObserver&&this.disabledObserver.disconnect(),this.requiredObserver&&this.requiredObserver.disconnect()}render(){return r(h,{labelPosition:this.computedLabelPosition},r(d,{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}},r("slot",{name:"input"}),r("gux-icon",{"icon-name":"chevron-small-down",decorative:!0}))),r(u,{show:this.hasError},r("slot",{name:"error"})),r(p,{show:!this.hasError&&this.hasHelp},r("slot",{name:"help"}))))}get variant(){const o=this.labelPosition?this.labelPosition.toLowerCase():"none";return`${this.input.getAttribute("type")}-${o}`}setInput(){this.input=this.root.querySelector('select[slot="input"]'),a(this.input),this.disabled=t(this.input),this.required=this.input.required,this.disabledObserver=i(this.input,(o=>{this.disabled=o})),this.requiredObserver=l(this.input,(o=>{this.required=o})),f(this.root,this.input)}setLabel(){this.label=this.root.querySelector('label[slot="label"]'),this.computedLabelPosition=g(this.label,this.labelPosition)}get root(){return e(this)}};(function(o,r,e,t){var i,n=arguments.length,l=n<3?r:null===t?t=Object.getOwnPropertyDescriptor(r,e):t;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(o,r,e,t);else for(var a=o.length-1;a>=0;a--)(i=o[a])&&(l=(n<3?i(l):n>3?i(r,e,l):i(r,e))||l);n>3&&l&&Object.defineProperty(r,e,l)})([n({childList:!0,subtree:!0})],m.prototype,"onMutation",null),m.style='.gux-form-field-container.gux-beside{display:flex;flex-direction:row}.gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:center;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;place-content:stretch flex-start;align-items:flex-start;justify-content:flex-start;padding:var(--gse-ui-formControl-helper-paddingSmall);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(select){flex:1 1 auto;align-self:auto;order:0;width:100%;margin-left:var(--gse-ui-formControl-input-gap);color:var(--gse-ui-formControl-input-populatedColor);-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:var(--gse-ui-formControl-input-backgroundColor);border:none;border-radius:var(--gse-ui-formControl-input-borderRadius);outline:none}::slotted(select)::placeholder{color:var(--gse-ui-formControl-input-placeholderColor);opacity:1}.gux-input-and-error-container{flex-grow:1}.gux-input-and-error-container .gux-input .gux-input-container{position:relative;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--gse-ui-formControl-input-gap);place-content:stretch center;align-items:center;width:100%;height:var(--gse-ui-formControl-input-textfield-height);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-disabled{pointer-events:none;opacity:var(--gse-ui-formControl-input-disabled-opacity)}.gux-input-and-error-container .gux-input .gux-input-container:hover gux-icon{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor)}.gux-input-and-error-container .gux-input .gux-input-container gux-icon{width:var(--gse-ui-formControl-input-inputIcon-size);height:var(--gse-ui-formControl-input-inputIcon-size);margin-right:var(--gse-ui-formControl-input-gap);pointer-events:none}.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);outline-offset:var(--gse-semantic-focusRing-offset)}.gux-input-and-error-container .gux-input.gux-input-error .gux-input-container{border-color:var(--gse-ui-formControl-input-error-border-color)}';export{m as gux_form_field_select}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as i,H as o}from"./p-deca7631.js";const e=class{constructor(i){t(this,i)}render(){return i(o,{role:"listitem"},i("slot",null))}static get delegatesFocus(){return!0}};e.style=":host{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}:host(:focus-within){position:inherit;top:inherit;left:inherit;width:inherit;height:inherit;overflow:inherit}::slotted(a){padding:12px;font-size:2rem;background-color:#fdfdfd;box-shadow:0 8px 24px rgba(32, 41, 55, 0.4), 0 0 0 1px #fdfdfd, 0 0 0 4px #aac9ff !important}";export{e as gux_skip_navigation_item}
|
@@ -0,0 +1 @@
|
|
1
|
+
function o(o,n){let e,l=null,r=o.getRootNode();for(;r&&r!==l&&!e;){const o=(t=r).nodeType===Node.DOCUMENT_NODE||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE?t:t.ownerDocument;e=null==o?void 0:o.getElementById(n),l=r,r=r.getRootNode()}var t;return e}export{o as f}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as o,h as t,g as e}from"./p-deca7631.js";import{m as n}from"./p-705311af.js";const u=class{constructor(t){o(this,t)}async guxFocus(){this.buttonElement.focus()}onKeydown(o){switch(n(o,this.root),o.key){case"ArrowRight":case"Enter":o.stopPropagation()}}onKeyup(o){" "===o.key&&o.stopPropagation()}render(){return t("button",{type:"button",class:"gux-menu-option-button",role:"menuitem","aria-haspopup":"false",tabIndex:-1,ref:o=>this.buttonElement=o},t("span",{class:"gux-menu-option-button-text"},t("slot",null)))}get root(){return e(this)}};u.style=":host{display:block;flex:1 1 auto;align-self:auto}:host .gux-menu-option-button{all:unset;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-menu-option-button:focus-within,:host .gux-menu-option-button:hover{background-color:var(--gse-ui-menu-option-hover-backgroundColor)}:host .gux-menu-option-button:enabled{cursor:pointer}:host .gux-menu-option-button .gux-menu-option-button-text{display:block;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}";export{u as gux_menu_option}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,f as r,h as a,g as s}from"./p-deca7631.js";import{b as e}from"./p-e10cb032.js";import{t as i}from"./p-a6e95da1.js";import"./p-0962dd7a.js";const o={breadcrumbs:"Breadcrumbs"},n=class{constructor(r){t(this,r),this.accent="primary"}componentWillLoad(){i(this.root,{variant:this.accent})}async componentWillRender(){this.i18n=await e(this.root,o)}onSlotChange(){Array.from(this.root.children).forEach((t=>r(t)))}render(){return a("nav",{"aria-label":this.i18n("breadcrumbs")},a("ol",null,a("slot",{onSlotchange:this.onSlotChange.bind(this)})))}get root(){return s(this)}};n.style="ol{display:flex;flex-direction:row;flex-wrap:wrap;place-content:flex-start flex-start;align-items:center;padding:0;margin:0;list-style:none}";export{n as gux_breadcrumbs}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,f as e,h as i,g as o}from"./p-deca7631.js";import{O as n}from"./p-d6edbaeb.js";import{O as l}from"./p-a69a9910.js";function r(t){return t.reduce(((t,e)=>{if("SLOT"===e.nodeName){const i=e.assignedNodes();return t.concat(r(i))}return t.concat(e.textContent)}),[]).map((t=>t.trim())).join(" ")}var a=function(t,e,i,o){var n,l=arguments.length,r=l<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,o);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(r=(l<3?n(r):l>3?n(e,i,r):n(e,i))||r);return l>3&&r&&Object.defineProperty(e,i,r),r};const s=class{constructor(e){t(this,e),this.maxLines=void 0}async setShowTooltip(){var t;await(null===(t=this.tooltipElement)||void 0===t?void 0:t.showTooltip())}async setHideTooltip(){var t;await(null===(t=this.tooltipElement)||void 0===t?void 0:t.hideTooltip())}onMutation(){e(this.root)}onResize(){e(this.root)}getTooltipContent(){return r(Array.from(this.root.childNodes))||""}needsTruncation(){const t=this.root.shadowRoot.querySelector(".gux-truncate-slot-container");return(null==t?void 0:t.scrollWidth)>(null==t?void 0:t.offsetWidth)||(null==t?void 0:t.scrollHeight)>(null==t?void 0:t.offsetHeight)}renderTooltip(){return this.needsTruncation()?i("gux-tooltip",{"aria-hidden":"true",ref:t=>this.tooltipElement=t},this.getTooltipContent()):null}render(){var t;return i("div",{class:{"gux-truncate-multi-line":Boolean(this.maxLines)}},i("span",{class:"gux-truncate-slot-container",style:{webkitLineClamp:null===(t=this.maxLines)||void 0===t?void 0:t.toString()}},i("slot",null)),this.renderTooltip())}get root(){return o(this)}};a([n({childList:!0,subtree:!0,characterData:!0})],s.prototype,"onMutation",null),a([l()],s.prototype,"onResize",null),s.style=":host{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:inherit}::slotted(*){display:inline}.gux-truncate-multi-line{white-space:normal}.gux-truncate-multi-line .gux-truncate-slot-container{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}gux-tooltip{font-weight:normal;line-height:normal;text-align:left;overflow-wrap:break-word;white-space:normal}.gux-truncate-slot-container>*{display:inline}.gux-truncate-slot-container{display:block;overflow:hidden;text-overflow:ellipsis}";export{s as gux_truncate}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,c as e,h as o,H as i,g as a}from"./p-deca7631.js";import{t as s}from"./p-a6e95da1.js";const n=class{constructor(o){t(this,o),this.guxdismiss=e(this,"guxdismiss",7),this.accent="neutral"}componentWillLoad(){s(this.root,{variant:this.accent})}render(){return o(i,null,o("div",{class:`gux-icon gux-${this.accent}`},o("slot",{name:"icon"})),o("div",{class:"gux-content"},o("gux-truncate",{class:"gux-title","max-lines":1},o("slot",{name:"title"})),o("gux-truncate",{class:"gux-message","max-lines":2},o("slot",{name:"message"}))),o("gux-dismiss-button",{onClick:this.onDismissClickHandler.bind(this)}))}onDismissClickHandler(t){t.stopPropagation(),this.guxdismiss.emit().defaultPrevented||this.root.remove()}get root(){return a(this)}};n.style=":host{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;width:294px;padding:16px 8px 16px 16px;margin-bottom:4px;color:#2e394c;background:#f6f7f9;border:1px solid #b4bccb;border-color:#b4bccb;border-radius:4px;box-shadow:0 2px 4px rgba(32, 41, 55, 0.24)}.gux-icon{flex:0 1 auto;align-self:auto;order:0;margin:4px}.gux-icon ::slotted(gux-icon){width:24px !important;height:24px !important}.gux-icon.gux-alert{color:#ea0b0b}.gux-icon.gux-warning{color:#ffae00}.gux-icon.gux-positive{color:#3c8527}.gux-icon.gux-neutral{color:#203b73}.gux-content{display:flex;flex:1 1 auto;flex-direction:column;flex-wrap:nowrap;place-content:stretch flex-start;align-items:flex-start;align-self:auto;order:0;margin:0 12px 0 8px;color:#2e394c}.gux-content .gux-title,.gux-content .gux-message{flex:1 1 auto;align-self:auto;order:0}.gux-content .gux-title{font-family:var(--gse-core-typography-heading-sm-fontFamily), var(--gse-core-fontFamily-heading), sans-serif;font-size:var(--gse-core-typography-heading-sm-fontSize);line-height:var(--gse-core-typography-heading-sm-lineHeight);font-weight:var(--gse-core-fontWeight-bold)}";export{n as gux_notification_toast_legacy}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{a as t,r as i,h as e,g as s}from"./p-deca7631.js";import{t as r}from"./p-a6e95da1.js";import{l as n}from"./p-9d734bbd.js";const a=new Map;async function o(i="unknown"){const e=function(t){return t.replace("/","-")}(i);if(a.has(e))return a.get(e);const s=async function(i){const e=await fetch(t(`./icons/${i}.svg`));if(200===e.status)return e.text();throw new Error(`[gux-icon] fetching failed for icon "${i}" with status "${e.statusText} (${e.status})".`)}(i).then((t=>t)).catch((t=>(setTimeout((()=>{throw t}),0),o("unknown"))));return a.set(e,s),s}const h=class{constructor(t){i(this,t),this.iconName=void 0,this.decorative=!1,this.screenreaderText="",this.size="inherit",this.svgHtml=void 0}async prepIcon(t){this.baseSvgHtml=await o(t),this.svgHtml=this.getSvgWithAriaAttributes(this.baseSvgHtml)}watchDecorative(t){this.validateProps(t,this.screenreaderText),this.svgHtml=this.getSvgWithAriaAttributes(this.baseSvgHtml)}watchScreenreaderText(t){this.validateProps(this.decorative,t),this.svgHtml=this.getSvgWithAriaAttributes(this.baseSvgHtml)}async componentWillLoad(){r(this.root,{variant:this.iconName}),await this.prepIcon(this.iconName)}componentDidLoad(){this.validateProps(this.decorative,this.screenreaderText)}validateProps(t,i){this.root.isConnected&&(t||i||n(this.root,"No screenreader-text provided. Either provide a localized screenreader-text property or set `decorative` to true."))}getSvgWithAriaAttributes(t){const i=(new DOMParser).parseFromString(t,"image/svg+xml").firstChild;return i.setAttribute("aria-hidden",this.decorative?String(this.decorative):"false"),this.screenreaderText?i.setAttribute("aria-label",this.screenreaderText):i.removeAttribute("aria-label"),i.outerHTML}render(){return this.svgHtml&&e("div",{class:"gux-icon-container",innerHTML:this.svgHtml})}static get assetsDirs(){return["icons"]}get root(){return s(this)}static get watchers(){return{iconName:["prepIcon"],decorative:["watchDecorative"],screenreaderText:["watchScreenreaderText"]}}};h.style=":host{display:inline-flex;width:1em;height:1em}:host([size=small]){width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm)}:host([size=medium]){width:var(--gse-ui-icon-size-md);height:var(--gse-ui-icon-size-md)}:host([size=large]){width:var(--gse-ui-icon-size-lg);height:var(--gse-ui-icon-size-lg)}.gux-icon-container{display:flex;align-items:center;justify-content:center;width:100%}.gux-icon-container svg{width:100%;max-width:100%;height:100%;max-height:100%;fill:currentcolor}";export{h as gux_icon}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as o,g as s}from"./p-deca7631.js";import{t as e}from"./p-a6e95da1.js";const r=class{constructor(o){t(this,o)}componentWillLoad(){e(this.root)}render(){return o("span",{class:"gux-sr-only"},o("slot",null))}get root(){return s(this)}};r.style=".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{r as gux_screen_reader_beta}
|
@@ -0,0 +1 @@
|
|
1
|
+
function n(n){return Array.from(n.children).filter((n=>n.value||""===n.value))}function t(t){return n(t).find((n=>n.active))}function r(t,r){r&&(n(t).forEach((n=>{const o=!(n.disabled&&n.filtered||n!==r);n.active=o,o&&t.setAttribute("aria-activedescendant",n.id)})),r.scrollIntoView({block:"nearest"}))}function o(t){let r=n(t)[0];for(;r&&(r.disabled||r.filtered);)r=r.nextElementSibling;return r}function u(n){return Boolean(t(n))}function e(t,r){return n(t).find((n=>(!n.disabled||!n.filtered)&&h(n,r)))}function f(t){n(t).forEach((n=>{n.active=!1}))}function i(t){r(t,function(t){return n(t).find((n=>n.selected&&!n.disabled&&!n.filtered))}(t)||o(t))}function c(n){if(u(n)){let r=t(n).previousElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.previousElementSibling;return Boolean(r)}return!1}function a(n){if(u(n)){let r=t(n).nextElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.nextElementSibling;return Boolean(r)}return!1}function s(n){r(n,o(n))}function l(n){r(n,function(n){if(u(n)){let r=t(n).nextElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.nextElementSibling;return r}return o(n)}(n))}function d(n){r(n,function(n){if(u(n)){let r=t(n).previousElementSibling;for(;r&&(r.disabled||r.filtered);)r=r.previousElementSibling;return r}return o(n)}(n))}function m(t){r(t,function(t){const r=n(t);let o=r[r.length-1];for(;o&&(o.disabled||o.filtered);)o=o.previousElementSibling;return o}(t))}function B(n,r){u(n)&&r(t(n).value)}function b(n,t){t(n.value)}let k,T="";function g(n,t){clearTimeout(k),T+=t,function(n){const t=e(n,T);t&&r(n,t)}(n),k=setTimeout((()=>{T=""}),1e3)}function h(n,t){return n.textContent.trim().toLowerCase().startsWith(t.toLowerCase())}export{m as a,s as b,f as c,c as d,d as e,a as f,e as g,u as h,l as i,B as j,g as k,n as l,h as m,b as o,i as s}
|
@@ -0,0 +1 @@
|
|
1
|
+
import{r as t,h as i,H as a,g as s}from"./p-deca7631.js";import{s as e}from"./p-373c5d93.js";import{c as r}from"./p-7b08c759.js";import{t as n}from"./p-a6e95da1.js";import{a as o}from"./p-9d734bbd.js";const h=class{constructor(i){t(this,i),this.value=0,this.maxValue=5,this.disabled=!1,this.readonly=!1,this.increment="default"}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("half"===this.increment?s-.5:s):this.updateRatingValue(s)}onKeyDown(t){if(t.stopPropagation(),this.disabled||this.readonly)return;const i="half"===this.increment?.5:1;switch(t.key){case"ArrowUp":t.preventDefault(),this.updateRatingValue(this.value+i);break;case"ArrowDown":t.preventDefault(),this.updateRatingValue(this.value-i);break;case"End":t.preventDefault(),this.updateRatingValue(1/0);break;case"Home":t.preventDefault(),this.updateRatingValue(-1/0)}}updateRatingValue(t){const i=r(t,0,Array.from(this.starContainer.children).length),a="half"===this.increment?.5:1,s=Math.round(i/a)*a;this.value!==s&&(this.value=s,e(this.root,"input"),e(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(){n(this.root)}componentDidLoad(){this.root.getAttribute("aria-label")||this.root.getAttribute("aria-labelledby")||o(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-block;min-width:fit-content;user-select:none}:host(:host:focus-visible){outline:var(--gse-semantic-focusRing-small-border-color) var(--gse-semantic-focusRing-small-border-style) var(--gse-semantic-focusRing-small-border-width);outline-offset:var(--gse-semantic-focusRing-offset);box-shadow:0 0 0 1px var(--gse-semantic-focusRing-small-border-style)}.gux-rating-star-container{display:flex;gap:var(--gse-ui-rating-star-gap);justify-content:space-between;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{flex:0 0 auto;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}
|