genesys-spark-components 4.0.0-beta.8 → 4.0.1
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 +44 -50
- 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 +49 -28
- 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-bfcc4d96.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 +33 -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 +78 -79
- 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 +91 -87
- 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 +195 -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 +82 -31
- 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 +813 -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 +44 -50
- 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 +49 -28
- 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-0119b902.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-04f6e6e4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-05534924.entry.js +1 -0
- package/dist/genesys-webcomponents/p-055af29a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0644a824.entry.js +1 -0
- package/dist/genesys-webcomponents/p-09a9a643.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0a449d1c.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0a8579fd.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0c70aad8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0dc24280.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0df68c44.entry.js +1 -0
- package/dist/genesys-webcomponents/p-0ef51ec8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-130724a4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1353d8b9.entry.js +1 -0
- package/dist/genesys-webcomponents/p-15357543.entry.js +1 -0
- package/dist/genesys-webcomponents/p-15905cc3.js +1 -0
- package/dist/genesys-webcomponents/p-1752c49d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1ec434a8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-1f7b1374.entry.js +1 -0
- package/dist/genesys-webcomponents/p-205e47ff.entry.js +1 -0
- package/dist/genesys-webcomponents/p-238ce7db.entry.js +1 -0
- package/dist/genesys-webcomponents/p-2619893f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-28ef3c45.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-320e8fdc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-32d81f1d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-37bfd195.js +1 -0
- package/dist/genesys-webcomponents/p-39fb57cf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3b3e4c5d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3c7476a7.entry.js +1 -0
- package/dist/genesys-webcomponents/p-3ce6e5e1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-40fe1732.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-46722ae3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4f7254b1.entry.js +1 -0
- package/dist/genesys-webcomponents/p-4f8ee114.entry.js +1 -0
- package/dist/genesys-webcomponents/p-538d84c3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-53997a4d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-53c27480.entry.js +1 -0
- package/dist/genesys-webcomponents/p-53ca0572.entry.js +1 -0
- package/dist/genesys-webcomponents/p-54bbb104.entry.js +7 -0
- package/dist/genesys-webcomponents/p-58ad1f68.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5a4b29ee.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5be727ab.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5cff4c86.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-5e8f4d45.entry.js +1 -0
- package/dist/genesys-webcomponents/p-5e95339b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-625a098d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-63201142.entry.js +1 -0
- package/dist/genesys-webcomponents/p-65b03df8.js +1 -0
- package/dist/genesys-webcomponents/p-6733f848.entry.js +1 -0
- package/dist/genesys-webcomponents/p-69a6b488.entry.js +1 -0
- package/dist/genesys-webcomponents/p-6a7a1174.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7103c6ec.entry.js +1 -0
- package/dist/genesys-webcomponents/p-71d4f31b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-78bf6eb5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7a76c3ed.entry.js +1 -0
- package/dist/genesys-webcomponents/p-7dd36687.js +1 -0
- package/dist/genesys-webcomponents/p-7efa2a7b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-80e07a81.entry.js +1 -0
- package/dist/genesys-webcomponents/p-84cc916b.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-8c36bf87.entry.js +1 -0
- package/dist/genesys-webcomponents/p-8daa8747.entry.js +1 -0
- package/dist/genesys-webcomponents/p-8e156fdc.entry.js +1 -0
- package/dist/genesys-webcomponents/p-914319f8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-93bd4287.entry.js +1 -0
- package/dist/genesys-webcomponents/p-960b5ee9.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-9e408838.entry.js +1 -0
- package/dist/genesys-webcomponents/p-9f881309.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a285abaf.js +1 -0
- package/dist/genesys-webcomponents/p-a37fedbf.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a69a9910.js +1 -0
- package/dist/genesys-webcomponents/p-a78e60ce.entry.js +1 -0
- package/dist/genesys-webcomponents/p-a839011f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-aee137e6.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b0a4c2f7.entry.js +1 -0
- package/dist/genesys-webcomponents/p-b69d309f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ba0faabe.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bd8156de.entry.js +1 -0
- package/dist/genesys-webcomponents/p-bf11518a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c0a74225.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c15cbc94.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-c4f38a7b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-c761c99c.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-c8f8673d.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cb6fd0ef.entry.js +1 -0
- package/dist/genesys-webcomponents/p-cf643cf5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d1168b67.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d320619a.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d49346a8.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d560e163.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d63f70a3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d6843d28.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d6edbaeb.js +1 -0
- package/dist/genesys-webcomponents/p-d7946c65.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d8ae85eb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-d90be4e4.entry.js +1 -0
- package/dist/genesys-webcomponents/p-dd53013c.js +1 -0
- package/dist/genesys-webcomponents/p-ddbf5521.entry.js +1 -0
- package/dist/genesys-webcomponents/p-deca7631.js +2 -0
- package/dist/genesys-webcomponents/p-dfe5fdc5.entry.js +1 -0
- package/dist/genesys-webcomponents/p-e10cb032.js +1 -0
- package/dist/genesys-webcomponents/p-e4a1293b.entry.js +1 -0
- package/dist/genesys-webcomponents/p-e5766b80.js +1 -0
- package/dist/genesys-webcomponents/p-e9e137eb.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ebfc4493.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ecd49965.entry.js +1 -0
- package/dist/genesys-webcomponents/p-ef6dc349.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f19850ba.js +1 -0
- package/dist/genesys-webcomponents/p-f2da6a47.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-f65fadd3.entry.js +1 -0
- package/dist/genesys-webcomponents/p-f6e20108.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-fbe0200f.entry.js +1 -0
- package/dist/genesys-webcomponents/p-fc70cc06.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 +16 -18
- 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 +6 -0
- package/dist/types/components.d.ts +539 -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-24342df6.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-dc348835.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-044f6df8.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-0ae0f7e6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-0c93ccd0.entry.js +0 -1
- package/dist/genesys-webcomponents/p-0d5ca0c3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-12a34636.entry.js +0 -1
- package/dist/genesys-webcomponents/p-13085d82.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1329ac21.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1348ed4e.entry.js +0 -1
- package/dist/genesys-webcomponents/p-13dd4c6b.js +0 -1
- package/dist/genesys-webcomponents/p-15cfc7c0.entry.js +0 -1
- package/dist/genesys-webcomponents/p-15d8c3f7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-17385760.js +0 -1
- package/dist/genesys-webcomponents/p-1aab5a86.entry.js +0 -1
- package/dist/genesys-webcomponents/p-1ba12e83.entry.js +0 -1
- package/dist/genesys-webcomponents/p-210bc5a8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-211297b8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-21c19fc5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-22a428f3.entry.js +0 -1
- package/dist/genesys-webcomponents/p-231f3d11.entry.js +0 -1
- package/dist/genesys-webcomponents/p-235edbf8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2424c09c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-27b1150a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-2b4937e7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-334e3b2c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3359722b.entry.js +0 -1
- package/dist/genesys-webcomponents/p-36705f81.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3701eff0.js +0 -1
- package/dist/genesys-webcomponents/p-399ebd39.entry.js +0 -1
- package/dist/genesys-webcomponents/p-39b24beb.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3a86180c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3d65f3b8.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3e5c92ed.entry.js +0 -1
- package/dist/genesys-webcomponents/p-3f96ede4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4174a895.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-453ebc09.entry.js +0 -1
- package/dist/genesys-webcomponents/p-462a6cf1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-46733f6d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-474cf6cf.entry.js +0 -1
- package/dist/genesys-webcomponents/p-47998322.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4a905989.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4d250c8c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4db3c78e.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4dd3297c.entry.js +0 -1
- package/dist/genesys-webcomponents/p-4e924d51.entry.js +0 -1
- package/dist/genesys-webcomponents/p-50ad8050.entry.js +0 -1
- package/dist/genesys-webcomponents/p-51e93bd6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5272bcf5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-52eabf38.entry.js +0 -1
- package/dist/genesys-webcomponents/p-54ea567a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-55cf6d81.js +0 -1
- package/dist/genesys-webcomponents/p-59a9a7ab.entry.js +0 -1
- package/dist/genesys-webcomponents/p-5be8b2a4.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-6ad3dd5d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6d765e83.entry.js +0 -1
- package/dist/genesys-webcomponents/p-6ec09993.entry.js +0 -1
- package/dist/genesys-webcomponents/p-76322d74.entry.js +0 -1
- package/dist/genesys-webcomponents/p-763ee30d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-776283ef.entry.js +0 -1
- package/dist/genesys-webcomponents/p-77dbd3eb.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-7f417122.entry.js +0 -1
- package/dist/genesys-webcomponents/p-81c3fa5a.entry.js +0 -1
- package/dist/genesys-webcomponents/p-86b520ad.entry.js +0 -1
- package/dist/genesys-webcomponents/p-87515ce4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8d286dbe.entry.js +0 -1
- package/dist/genesys-webcomponents/p-8d5ff6d7.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-907faf88.entry.js +0 -1
- package/dist/genesys-webcomponents/p-92db2ccc.entry.js +0 -1
- package/dist/genesys-webcomponents/p-988ec837.entry.js +0 -1
- package/dist/genesys-webcomponents/p-99fd0714.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-a12e4558.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a1877584.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a2cf2645.entry.js +0 -1
- package/dist/genesys-webcomponents/p-a733f4ca.js +0 -1
- package/dist/genesys-webcomponents/p-a7f1d343.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-abee1c31.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ac115d74.entry.js +0 -1
- package/dist/genesys-webcomponents/p-acf50a75.entry.js +0 -1
- package/dist/genesys-webcomponents/p-af48a4c4.entry.js +0 -1
- package/dist/genesys-webcomponents/p-b3c9fd06.js +0 -1
- package/dist/genesys-webcomponents/p-b85b93e1.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bb9d1f79.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bbf97119.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bcd6a155.entry.js +0 -1
- package/dist/genesys-webcomponents/p-bfee4ef5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-c7631270.entry.js +0 -7
- package/dist/genesys-webcomponents/p-c94a287d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-cbb3c659.entry.js +0 -1
- package/dist/genesys-webcomponents/p-cddbda89.entry.js +0 -1
- package/dist/genesys-webcomponents/p-d576dba5.entry.js +0 -1
- package/dist/genesys-webcomponents/p-d686b75d.entry.js +0 -1
- package/dist/genesys-webcomponents/p-d8e0956f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-d9b567de.entry.js +0 -1
- package/dist/genesys-webcomponents/p-dabc29f6.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ddb0b3c9.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ddcb911f.entry.js +0 -1
- package/dist/genesys-webcomponents/p-deee079e.js +0 -1
- package/dist/genesys-webcomponents/p-e079ba14.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e12d9035.js +0 -1
- package/dist/genesys-webcomponents/p-e2ae4d45.entry.js +0 -1
- package/dist/genesys-webcomponents/p-e459974a.js +0 -1
- package/dist/genesys-webcomponents/p-e77a7011.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ea65af01.entry.js +0 -1
- package/dist/genesys-webcomponents/p-ec218689.js +0 -1
- package/dist/genesys-webcomponents/p-ec7d9b61.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f0865d09.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f2355cca.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f2fea056.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f34ce7dc.js +0 -1
- package/dist/genesys-webcomponents/p-f6b00f82.entry.js +0 -1
- package/dist/genesys-webcomponents/p-f9768ae7.entry.js +0 -1
- package/dist/genesys-webcomponents/p-fa5fdc06.entry.js +0 -1
- package/dist/genesys-webcomponents/p-fba1a019.entry.js +0 -1
- package/dist/genesys-webcomponents/p-fce5f94d.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
@@ -2,18 +2,18 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const onInputDisabledStateChange = require('./on-input-disabled-state-change-
|
7
|
-
const onMutation = require('./on-mutation-
|
8
|
-
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-
|
9
|
-
const hasSlot = require('./has-slot-
|
10
|
-
const guxFormField_service = require('./gux-form-field.service-
|
11
|
-
const usage = require('./usage-
|
12
|
-
require('./random-html-id-
|
13
|
-
require('./log-error-
|
14
|
-
require('./simulate-native-event-
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const onInputDisabledStateChange = require('./on-input-disabled-state-change-005e5b3e.js');
|
7
|
+
const onMutation = require('./on-mutation-ec5d23bd.js');
|
8
|
+
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-15142963.js');
|
9
|
+
const hasSlot = require('./has-slot-429f8b9e.js');
|
10
|
+
const guxFormField_service = require('./gux-form-field.service-d9598ea6.js');
|
11
|
+
const usage = require('./usage-bfcc4d96.js');
|
12
|
+
require('./random-html-id-32ef8847.js');
|
13
|
+
require('./log-error-8a92241e.js');
|
14
|
+
require('./simulate-native-event-8209a457.js');
|
15
15
|
|
16
|
-
const guxFormFieldCheckboxCss = ".gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;line-height:20px;color:#2e394c}.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:16px;min-height:16px;margin:2px 4px 0 0;color:#ea0b0b}.gux-form-field-error .gux-message{flex:0 1 auto;align-self:auto;order:0}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:flex-start;justify-content:flex-start;margin:4px 0;font-size:12px;font-weight:400;line-height:20px;color:#6b7585}.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;color:#2e394c}:host(.gux-input-error) ::slotted(input[type='checkbox']:not(:checked))::before{background-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3077 1.84615H3.69231C2.67271 1.84615 1.84615 2.67271 1.84615 3.69231V12.3077C1.84615 13.3273 2.67271 14.1538 3.69231 14.1538H12.3077C13.3273 14.1538 14.1538 13.3273 14.1538 12.3077V3.69231C14.1538 2.67271 13.3273 1.84615 12.3077 1.84615ZM3.69231 0C1.6531 0 0 1.6531 0 3.69231V12.3077C0 14.3469 1.6531 16 3.69231 16H12.3077C14.3469 16 16 14.3469 16 12.3077V3.69231C16 1.6531 14.3469 0 12.3077 0H3.69231Z' fill='%23ea0b0b'/%3E%3C/svg%3E\")}:host(.gux-disabled){cursor:not-allowed;opacity:0.5}:host(.gux-disabled) ::slotted(label){cursor:not-allowed}.gux-input-label{display:flex;flex-direction:row}.gux-input-label .gux-label{display:flex;flex-direction:column}::slotted(input[type='checkbox']){display:inline-grid;width:16px;height:16px;margin:4px;text-align:center;vertical-align:middle;-webkit-appearance:none;appearance:none;cursor:pointer;border:0;outline:none}::slotted(input[type='checkbox'])::before{grid-area:1;content:'';border-radius:15%}::slotted(input[type='checkbox']:focus-visible)::before{outline:3px solid #aac9ff;outline-offset:1px;box-shadow:0 0 0 1px #fdfdfd}::slotted(input[type='checkbox']:not(:checked))::before{background-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3077 1.84615H3.69231C2.67271 1.84615 1.84615 2.67271 1.84615 3.69231V12.3077C1.84615 13.3273 2.67271 14.1538 3.69231 14.1538H12.3077C13.3273 14.1538 14.1538 13.3273 14.1538 12.3077V3.69231C14.1538 2.67271 13.3273 1.84615 12.3077 1.84615ZM3.69231 0C1.6531 0 0 1.6531 0 3.69231V12.3077C0 14.3469 1.6531 16 3.69231 16H12.3077C14.3469 16 16 14.3469 16 12.3077V3.69231C16 1.6531 14.3469 0 12.3077 0H3.69231Z' fill='%2377828f'/%3E%3C/svg%3E\")}::slotted(input[type='checkbox']:not(:checked):not(:disabled):not(:indeterminate):hover)::before{background-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3077 1.84615H3.69231C2.67271 1.84615 1.84615 2.67271 1.84615 3.69231V12.3077C1.84615 13.3273 2.67271 14.1538 3.69231 14.1538H12.3077C13.3273 14.1538 14.1538 13.3273 14.1538 12.3077V3.69231C14.1538 2.67271 13.3273 1.84615 12.3077 1.84615ZM3.69231 0C1.6531 0 0 1.6531 0 3.69231V12.3077C0 14.3469 1.6531 16 3.69231 16H12.3077C14.3469 16 16 14.3469 16 12.3077V3.69231C16 1.6531 14.3469 0 12.3077 0H3.69231Z' fill='%232a60c8'/%3E%3C/svg%3E\")}::slotted(input[type='checkbox']:checked)::before{background-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.69231 0H12.3077C13.287 0 14.2261 0.38901 14.9185 1.08145C15.611 1.77389 16 2.71305 16 3.69231V12.3077C16 13.287 15.611 14.2261 14.9185 14.9185C14.2261 15.611 13.287 16 12.3077 16H3.69231C2.71305 16 1.77389 15.611 1.08145 14.9185C0.38901 14.2261 0 13.287 0 12.3077V3.69231C0 2.71305 0.38901 1.77389 1.08145 1.08145C1.77389 0.38901 2.71305 0 3.69231 0ZM5.62483 11.5936C5.79089 11.7597 6.00122 11.8372 6.21155 11.8372C6.43295 11.8372 6.64329 11.7486 6.79827 11.5936L13.2854 5.10652C13.6064 4.78549 13.6064 4.25412 13.2854 3.93308C12.9643 3.61205 12.433 3.61205 12.1119 3.93308L6.21155 9.83348L3.87575 7.4866C3.55472 7.16557 3.02335 7.16557 2.70231 7.4866C2.38128 7.80764 2.38128 8.339 2.70231 8.66004L5.62483 11.5936Z' fill='%232a60c8'/%3E%3C/svg%3E\")}::slotted(input[type='checkbox']:indeterminate)::before{background-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.69231 1.84615H12.3077C13.3273 1.84615 14.1538 2.67271 14.1538 3.69231V12.3077C14.1538 13.3273 13.3273 14.1538 12.3077 14.1538H3.69231C2.67271 14.1538 1.84615 13.3273 1.84615 12.3077V3.69231C1.84615 2.67271 2.67271 1.84615 3.69231 1.84615ZM0 3.69231C0 1.6531 1.6531 0 3.69231 0H12.3077C14.3469 0 16 1.6531 16 3.69231V12.3077C16 14.3469 14.3469 16 12.3077 16H3.69231C1.6531 16 0 14.3469 0 12.3077V3.69231ZM4.00028 9.2308H12.0003C12.5049 9.2308 12.9234 8.81234 12.9234 8.30773C12.9234 7.80311 12.5049 7.38465 12.0003 7.38465H4.00028C3.49567 7.38465 3.07721 7.80311 3.07721 8.30773C3.07721 8.81234 3.49567 9.2308 4.00028 9.2308Z' fill='%232a60c8'/%3E%3C/svg%3E\")}::slotted(input[type='checkbox']:disabled)::before{cursor:not-allowed;opacity:0.5}::slotted(label){display:inline-block;font-size:12px;line-height:24px;vertical-align:middle}";
|
16
|
+
const guxFormFieldCheckboxCss = ".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-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}:host(.gux-input-error) ::slotted(input[type=checkbox]:not(:checked))::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=checkbox]:checked)::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=checkbox]:not(:checked):not(:disabled):not(:indeterminate):hover)::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=checkbox]:indeterminate)::before{background:var(--gse-ui-checkbox-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\")}:host(.gux-disabled){cursor:not-allowed;opacity:var(--gse-ui-checkbox-disabled-opacity)}:host(.gux-disabled) ::slotted(label){cursor:not-allowed}.gux-input-label{display:inline-flex;flex-direction:row;gap:var(--gse-ui-checkbox-gap)}.gux-input-label .gux-label-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}::slotted(input[type=checkbox]){display:inline-grid;width:var(--gse-ui-checkbox-icon-width);height:var(--gse-ui-checkbox-icon-height);margin:0;text-align:center;vertical-align:middle;-webkit-appearance:none;appearance:none;cursor:pointer;border:0;outline:none}::slotted(input[type=checkbox])::before{grid-area:1/1;content:\"\";border-radius:15%}::slotted(input[type=checkbox]:focus-visible){border-radius:var(--gse-ui-checkbox-focus-borderRadiusSmall);outline:var(--gse-ui-checkbox-focus-border-width) var(--gse-ui-checkbox-focus-border-style) var(--gse-ui-checkbox-focus-border-color);outline-offset:var(--gse-ui-checkbox-focus-offset)}::slotted(input[type=checkbox]:not(:checked))::before{background:var(--gse-ui-checkbox-icon-default-unselectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:not(:checked):not(:disabled):not(:indeterminate):hover)::before{background:var(--gse-ui-checkbox-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M13.7143 0C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143ZM13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:checked:not(:disabled):hover){background:var(--gse-ui-checkbox-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:not(:disabled):indeterminate:hover){background:var(--gse-ui-checkbox-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:checked)::before{background:var(--gse-ui-checkbox-icon-default-selectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.28571 0C1.025 0 0 1.025 0 2.28571V13.7143C0 14.975 1.025 16 2.28571 16H13.7143C14.975 16 16 14.975 16 13.7143V2.28571C16 1.025 14.975 0 13.7143 0H2.28571ZM12.0357 6.32143L7.46429 10.8929C7.12857 11.2286 6.58571 11.2286 6.25357 10.8929L3.96786 8.60714C3.63214 8.27143 3.63214 7.72857 3.96786 7.39643C4.30357 7.06429 4.84643 7.06071 5.17857 7.39643L6.85714 9.075L10.8214 5.10714C11.1571 4.77143 11.7 4.77143 12.0321 5.10714C12.3643 5.44286 12.3679 5.98571 12.0321 6.31786L12.0357 6.32143Z' /%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:indeterminate)::before{background:var(--gse-ui-checkbox-icon-default-selectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M11.1429 7.14286C11.6179 7.14286 12 7.525 12 8C12 8.475 11.6179 8.85714 11.1429 8.85714H4.85714C4.38214 8.85714 4 8.475 4 8C4 7.525 4.38214 7.14286 4.85714 7.14286H11.1429ZM0 2.28571C0 1.02321 1.02321 0 2.28571 0H13.7143C14.975 0 16 1.02321 16 2.28571V13.7143C16 14.975 14.975 16 13.7143 16H2.28571C1.02321 16 0 14.975 0 13.7143V2.28571ZM1.71429 2.28571V13.7143C1.71429 14.0286 1.97 14.2857 2.28571 14.2857H13.7143C14.0286 14.2857 14.2857 14.0286 14.2857 13.7143V2.28571C14.2857 1.97 14.0286 1.71429 13.7143 1.71429H2.28571C1.97 1.71429 1.71429 1.97 1.71429 2.28571Z'/%3E%3C/svg%3E\")}::slotted(input[type=checkbox]:disabled)::before{cursor:not-allowed;opacity:var(--gse-ui-checkbox-disabled-opacity)}::slotted(label){display:inline-block;font-family:var(--gse-ui-checkbox-label-text-fontFamily);font-size:12px;font-weight:var(--gse-ui-checkbox-label-text-fontWeight);line-height:var(--gse-ui-checkbox-label-text-lineHeight);color:var(--gse-ui-checkbox-label-foregroundColor);vertical-align:middle}";
|
17
17
|
|
18
18
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
19
19
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -28,6 +28,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
|
|
28
28
|
const GuxFormFieldCheckbox = class {
|
29
29
|
constructor(hostRef) {
|
30
30
|
index.registerInstance(this, hostRef);
|
31
|
+
this.labelPosition = 'beside';
|
31
32
|
this.disabled = undefined;
|
32
33
|
this.hasError = false;
|
33
34
|
this.hasHelp = false;
|
@@ -40,7 +41,7 @@ const GuxFormFieldCheckbox = class {
|
|
40
41
|
this.setInput();
|
41
42
|
this.hasError = hasSlot.hasSlot(this.root, 'error');
|
42
43
|
this.hasHelp = hasSlot.hasSlot(this.root, 'help');
|
43
|
-
usage.trackComponent(this.root);
|
44
|
+
usage.trackComponent(this.root, { variant: this.variant });
|
44
45
|
}
|
45
46
|
disconnectedCallback() {
|
46
47
|
if (this.disabledObserver) {
|
@@ -51,7 +52,10 @@ const GuxFormFieldCheckbox = class {
|
|
51
52
|
return (index.h(index.Host, { class: {
|
52
53
|
'gux-input-error': this.hasError,
|
53
54
|
'gux-disabled': this.disabled
|
54
|
-
} }, index.h("div", { class: "gux-form-field-container" }, index.h("div", { class: "gux-input-label" }, index.h("div", { class: "gux-input" }, index.h("slot", { name: "input", onSlotchange: () => this.setInput() })), index.h("div", { class:
|
55
|
+
} }, index.h("div", { class: "gux-form-field-container" }, index.h("div", { class: "gux-input-label" }, index.h("div", { class: "gux-input" }, index.h("slot", { name: "input", onSlotchange: () => this.setInput() })), index.h("div", { class: `gux-label-${this.labelPosition}` }, index.h("slot", { name: "label" }), index.h(guxFormField_service.GuxFormFieldError, { show: this.hasError }, index.h("slot", { name: "error" })), index.h(guxFormField_service.GuxFormFieldHelp, { show: !this.hasError && this.hasHelp }, index.h("slot", { name: "help" })))))));
|
56
|
+
}
|
57
|
+
get variant() {
|
58
|
+
return this.labelPosition.toLowerCase();
|
55
59
|
}
|
56
60
|
setInput() {
|
57
61
|
this.input = guxFormField_service.getSlottedInput(this.root, 'input[type="checkbox"][slot="input"]');
|
@@ -2,20 +2,20 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const onInputDisabledStateChange = require('./on-input-disabled-state-change-
|
7
|
-
const onMutation = require('./on-mutation-
|
8
|
-
const onAttributeChange = require('./on-attribute-change-
|
9
|
-
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-
|
10
|
-
const hasSlot = require('./has-slot-
|
11
|
-
const guxFormField_service = require('./gux-form-field.service-
|
12
|
-
const guxFormFieldContainer = require('./gux-form-field-container-
|
13
|
-
const usage = require('./usage-
|
14
|
-
require('./random-html-id-
|
15
|
-
require('./log-error-
|
16
|
-
require('./simulate-native-event-
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const onInputDisabledStateChange = require('./on-input-disabled-state-change-005e5b3e.js');
|
7
|
+
const onMutation = require('./on-mutation-ec5d23bd.js');
|
8
|
+
const onAttributeChange = require('./on-attribute-change-9b2d8c85.js');
|
9
|
+
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-15142963.js');
|
10
|
+
const hasSlot = require('./has-slot-429f8b9e.js');
|
11
|
+
const guxFormField_service = require('./gux-form-field.service-d9598ea6.js');
|
12
|
+
const guxFormFieldContainer = require('./gux-form-field-container-987b5820.js');
|
13
|
+
const usage = require('./usage-bfcc4d96.js');
|
14
|
+
require('./random-html-id-32ef8847.js');
|
15
|
+
require('./log-error-8a92241e.js');
|
16
|
+
require('./simulate-native-event-8209a457.js');
|
17
17
|
|
18
|
-
const guxFormFieldColorCss = ".gux-form-field-container
|
18
|
+
const guxFormFieldColorCss = ".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:0 1 auto;align-self:auto;order:0;width:var(--gse-ui-colorPicker-input-swatchSizing);min-width:var(--gse-ui-colorPicker-input-swatchSizing);height:var(--gse-ui-colorPicker-input-swatchSizing);padding:0;overflow:hidden;font-size:var(--gse-ui-formControl-input-contentText-fontSize);color:var(--gse-ui-formControl-input-populatedColor);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}.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;align-self:auto;order:0;width:var(--gse-ui-formControl-input-colorPicker-size);height:var(--gse-ui-formControl-input-colorPicker-size);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: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{cursor:pointer;border-color: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)}";
|
19
19
|
|
20
20
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
21
21
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
const index = require('./index-75c9f0d9.js');
|
4
|
+
|
5
|
+
const GuxFormFieldLabel = ({ position, required }, children) => {
|
6
|
+
return (index.h("div", { class: {
|
7
|
+
'gux-form-field-label': true,
|
8
|
+
[`gux-${position}`]: true,
|
9
|
+
'gux-required': required
|
10
|
+
} }, children));
|
11
|
+
};
|
12
|
+
|
13
|
+
const GuxFormFieldContainer = ({ labelPosition }, children) => {
|
14
|
+
return (index.h("div", { class: {
|
15
|
+
'gux-form-field-container': true,
|
16
|
+
[`gux-${labelPosition}`]: true
|
17
|
+
} }, children));
|
18
|
+
};
|
19
|
+
|
20
|
+
exports.GuxFormFieldContainer = GuxFormFieldContainer;
|
21
|
+
exports.GuxFormFieldLabel = GuxFormFieldLabel;
|
@@ -2,26 +2,27 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const index$1 = require('./index-
|
7
|
-
const onInputDisabledStateChange = require('./on-input-disabled-state-change-
|
8
|
-
const onMutation = require('./on-mutation-
|
9
|
-
const onAttributeChange = require('./on-attribute-change-
|
10
|
-
const hasSlot = require('./has-slot-
|
11
|
-
const guxFormField_service = require('./gux-form-field.service-
|
12
|
-
const
|
13
|
-
const
|
14
|
-
require('./
|
15
|
-
require('./
|
16
|
-
require('./
|
17
|
-
require('./
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const index$1 = require('./index-dee802be.js');
|
7
|
+
const onInputDisabledStateChange = require('./on-input-disabled-state-change-005e5b3e.js');
|
8
|
+
const onMutation = require('./on-mutation-ec5d23bd.js');
|
9
|
+
const onAttributeChange = require('./on-attribute-change-9b2d8c85.js');
|
10
|
+
const hasSlot = require('./has-slot-429f8b9e.js');
|
11
|
+
const guxFormField_service = require('./gux-form-field.service-d9598ea6.js');
|
12
|
+
const guxFormFieldFieldsetContainer = require('./gux-form-field-fieldset-container-e43868e8.js');
|
13
|
+
const getSlotTextContent = require('./get-slot-text-content-c4306c7a.js');
|
14
|
+
const usage = require('./usage-bfcc4d96.js');
|
15
|
+
require('./get-closest-element-26894e5a.js');
|
16
|
+
require('./random-html-id-32ef8847.js');
|
17
|
+
require('./log-error-8a92241e.js');
|
18
|
+
require('./simulate-native-event-8209a457.js');
|
18
19
|
|
19
20
|
const required = "Required";
|
20
21
|
const componentResources = {
|
21
22
|
required: required
|
22
23
|
};
|
23
24
|
|
24
|
-
const guxFormFieldDropdownCss = ".gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:
|
25
|
+
const guxFormFieldDropdownCss = ".gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-fieldset-container.gux-beside{flex-direction:row}.gux-form-field-fieldset-container.gux-above{flex-direction:column}.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-legend-label ::slotted(label){white-space:nowrap}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:\" *\"}.gux-form-field-legend-label.gux-beside{position:relative;top:var(--gse-ui-formControl-input-top);float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}.gux-form-field-help{display:none;flex-direction:row;flex-wrap:nowrap;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)}.gux-input-and-error-container{flex-grow:1;width:100%}.gux-input-and-error-container .gux-input.gux-disabled{pointer-events:none;opacity:var(--gse-ui-formControl-input-disabled-opacity)}";
|
25
26
|
|
26
27
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
27
28
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -45,7 +46,7 @@ const GuxFormFieldDropdown = class {
|
|
45
46
|
}
|
46
47
|
watchValue(hasError) {
|
47
48
|
const dropdownSlot = this.root.querySelector('gux-dropdown') ||
|
48
|
-
this.root.querySelector('gux-dropdown-multi
|
49
|
+
this.root.querySelector('gux-dropdown-multi');
|
49
50
|
if (dropdownSlot) {
|
50
51
|
dropdownSlot.hasError = hasError;
|
51
52
|
}
|
@@ -76,7 +77,8 @@ const GuxFormFieldDropdown = class {
|
|
76
77
|
}
|
77
78
|
}
|
78
79
|
render() {
|
79
|
-
|
80
|
+
var _a;
|
81
|
+
return (index.h(guxFormFieldFieldsetContainer.GuxFormFieldFieldsetContainer, { labelPosition: this.computedLabelPosition }, index.h(guxFormFieldFieldsetContainer.GuxFormFieldLegendLabel, { position: this.computedLabelPosition, required: this.required, labelText: (_a = this.label) === null || _a === void 0 ? void 0 : _a.textContent }, index.h("slot", { name: "label", onSlotchange: () => this.setLabel() }), this.renderScreenReaderText(this.getI18nValue('required'), this.required), this.renderScreenReaderText(getSlotTextContent.getSlotTextContent(this.root, 'error'), this.hasError), this.renderScreenReaderText(getSlotTextContent.getSlotTextContent(this.root, 'help'), this.hasHelp)), index.h("div", { class: "gux-input-and-error-container" }, index.h("div", { class: {
|
80
82
|
'gux-input': true,
|
81
83
|
'gux-input-error': this.hasError,
|
82
84
|
'gux-disabled': this.disabled
|
@@ -92,7 +94,7 @@ const GuxFormFieldDropdown = class {
|
|
92
94
|
setInput() {
|
93
95
|
this.dropdownElement =
|
94
96
|
this.root.querySelector('gux-dropdown') ||
|
95
|
-
this.root.querySelector('gux-dropdown-multi
|
97
|
+
this.root.querySelector('gux-dropdown-multi');
|
96
98
|
this.listboxElement =
|
97
99
|
this.root.querySelector('gux-listbox') ||
|
98
100
|
this.root.querySelector('gux-listbox-multi');
|
@@ -0,0 +1,24 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
const index = require('./index-75c9f0d9.js');
|
4
|
+
|
5
|
+
const GuxFormFieldLegendLabel = ({ position, required, labelText }, children) => {
|
6
|
+
return [
|
7
|
+
index.h("legend", { class: "gux-form-field-legend-label gux-screenreader" }, children),
|
8
|
+
index.h("span", { class: {
|
9
|
+
'gux-form-field-legend-label': true,
|
10
|
+
[`gux-${position}`]: true,
|
11
|
+
'gux-required': required
|
12
|
+
}, role: "presentation", "aria-hidden": "true" }, labelText)
|
13
|
+
];
|
14
|
+
};
|
15
|
+
|
16
|
+
const GuxFormFieldFieldsetContainer = ({ labelPosition }, children) => {
|
17
|
+
return (index.h("fieldset", { class: {
|
18
|
+
'gux-form-field-fieldset-container': true,
|
19
|
+
[`gux-${labelPosition}`]: true
|
20
|
+
} }, children));
|
21
|
+
};
|
22
|
+
|
23
|
+
exports.GuxFormFieldFieldsetContainer = GuxFormFieldFieldsetContainer;
|
24
|
+
exports.GuxFormFieldLegendLabel = GuxFormFieldLegendLabel;
|
@@ -2,17 +2,17 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const usage = require('./usage-
|
7
|
-
const index$1 = require('./index-
|
8
|
-
require('./get-closest-element-
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const usage = require('./usage-bfcc4d96.js');
|
7
|
+
const index$1 = require('./index-dee802be.js');
|
8
|
+
require('./get-closest-element-26894e5a.js');
|
9
9
|
|
10
10
|
const clear = "Clear";
|
11
11
|
const translationResources = {
|
12
12
|
clear: clear
|
13
13
|
};
|
14
14
|
|
15
|
-
const guxFormFieldInputClearButtonCss = "button{flex
|
15
|
+
const guxFormFieldInputClearButtonCss = "button{display:flex;padding:0;color:var(--gse-ui-formControl-input-inputIcon-defaultColor);background:transparent;border:none;border-radius:var(--gse-ui-formControl-input-borderRadius)}button:not(:disabled):focus-visible,button:not(:disabled):hover{color:var(--gse-ui-formControl-input-inputIcon-iconEndColor);cursor:pointer}button gux-icon{width:var(--gse-ui-icon-size-sm);height:var(--gse-ui-icon-size-sm);border-radius:var(--gse-ui-formControl-input-borderRadius)}button:focus{outline:none}button:focus-visible:enabled gux-icon{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)}";
|
16
16
|
|
17
17
|
const Gux = class {
|
18
18
|
constructor(hostRef) {
|
@@ -2,26 +2,26 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const index$1 = require('./index-
|
7
|
-
const onInputDisabledStateChange = require('./on-input-disabled-state-change-
|
8
|
-
const onMutation = require('./on-mutation-
|
9
|
-
const onAttributeChange = require('./on-attribute-change-
|
10
|
-
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-
|
11
|
-
const guxFormField_service = require('./gux-form-field.service-
|
12
|
-
const simulateNativeEvent = require('./simulate-native-event-
|
13
|
-
const hasSlot = require('./has-slot-
|
14
|
-
const guxFormFieldContainer = require('./gux-form-field-container-
|
15
|
-
const usage = require('./usage-
|
16
|
-
const en = require('./en-
|
17
|
-
const onClickOutside = require('./on-click-outside-
|
18
|
-
const afterNextRender = require('./after-next-render-
|
19
|
-
const floatingUi_dom_esm = require('./floating-ui.dom.esm-
|
20
|
-
const getSlot = require('./get-slot-
|
21
|
-
const findElementById = require('./find-element-by-id-
|
22
|
-
require('./get-closest-element-
|
23
|
-
require('./random-html-id-
|
24
|
-
require('./log-error-
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const index$1 = require('./index-dee802be.js');
|
7
|
+
const onInputDisabledStateChange = require('./on-input-disabled-state-change-005e5b3e.js');
|
8
|
+
const onMutation = require('./on-mutation-ec5d23bd.js');
|
9
|
+
const onAttributeChange = require('./on-attribute-change-9b2d8c85.js');
|
10
|
+
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-15142963.js');
|
11
|
+
const guxFormField_service = require('./gux-form-field.service-d9598ea6.js');
|
12
|
+
const simulateNativeEvent = require('./simulate-native-event-8209a457.js');
|
13
|
+
const hasSlot = require('./has-slot-429f8b9e.js');
|
14
|
+
const guxFormFieldContainer = require('./gux-form-field-container-987b5820.js');
|
15
|
+
const usage = require('./usage-bfcc4d96.js');
|
16
|
+
const en = require('./en-f88c1935.js');
|
17
|
+
const onClickOutside = require('./on-click-outside-3c0f8816.js');
|
18
|
+
const afterNextRender = require('./after-next-render-a023ef47.js');
|
19
|
+
const floatingUi_dom_esm = require('./floating-ui.dom.esm-cae393e0.js');
|
20
|
+
const getSlot = require('./get-slot-395a67ef.js');
|
21
|
+
const findElementById = require('./find-element-by-id-9c3e0b1b.js');
|
22
|
+
require('./get-closest-element-26894e5a.js');
|
23
|
+
require('./random-html-id-32ef8847.js');
|
24
|
+
require('./log-error-8a92241e.js');
|
25
25
|
|
26
26
|
const increment = "Increment";
|
27
27
|
const decrement = "Decrement";
|
@@ -30,7 +30,7 @@ const componentResources = {
|
|
30
30
|
decrement: decrement
|
31
31
|
};
|
32
32
|
|
33
|
-
const guxFormFieldNumberCss = ".gux-form-field-container
|
33
|
+
const guxFormFieldNumberCss = ".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}";
|
34
34
|
|
35
35
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
36
36
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -153,7 +153,7 @@ __decorate$2([
|
|
153
153
|
], GuxFormFieldNumber.prototype, "onMutation", null);
|
154
154
|
GuxFormFieldNumber.style = guxFormFieldNumberCss;
|
155
155
|
|
156
|
-
const guxPaginationEllipsisButtonCss = "button{
|
156
|
+
const guxPaginationEllipsisButtonCss = "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}";
|
157
157
|
|
158
158
|
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
159
159
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -237,7 +237,7 @@ const GuxPaginationEllipsisButton = class {
|
|
237
237
|
this.applyInputListener();
|
238
238
|
}
|
239
239
|
render() {
|
240
|
-
return (index.h(index.Host, null, index.h("button", { id: "popover-target", type: "button", ref: el => (this.ellipsisButton = el), onClick: () => this.toggle(), "aria-haspopup": "true", "aria-expanded": this.isOpen.toString() }, index.h("gux-icon", { screenreaderText: this.i18n('goToPage'), "icon-name": "menu-kebab-horizontal" })), index.h("gux-tooltip", { for: "popover-target" }, this.i18n('goToPage')), index.h("gux-popover
|
240
|
+
return (index.h(index.Host, null, index.h("button", { id: "popover-target", type: "button", ref: el => (this.ellipsisButton = el), onClick: () => this.toggle(), "aria-haspopup": "true", "aria-expanded": this.isOpen.toString() }, index.h("gux-icon", { screenreaderText: this.i18n('goToPage'), "icon-name": "menu-kebab-horizontal" })), index.h("gux-tooltip", { for: "popover-target" }, this.i18n('goToPage')), index.h("gux-popover", { "is-open": this.isOpen, for: "popover-target" }, index.h("span", { slot: "title" }, this.i18n('goToPage')), index.h("gux-form-field-number", null, index.h("input", { slot: "input", type: "number", ref: el => (this.inputElement = el), min: "1", max: this.totalPages, value: "1" }), index.h("label", { slot: "label" })))));
|
241
241
|
}
|
242
242
|
get root() { return index.getElement(this); }
|
243
243
|
};
|
@@ -246,7 +246,7 @@ __decorate$1([
|
|
246
246
|
], GuxPaginationEllipsisButton.prototype, "onClickOutside", null);
|
247
247
|
GuxPaginationEllipsisButton.style = guxPaginationEllipsisButtonCss;
|
248
248
|
|
249
|
-
const
|
249
|
+
const guxPopoverCss = ".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}";
|
250
250
|
|
251
251
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
252
252
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -258,7 +258,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
|
|
258
258
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
259
259
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
260
260
|
};
|
261
|
-
const
|
261
|
+
const GuxPopover = class {
|
262
262
|
constructor(hostRef) {
|
263
263
|
index.registerInstance(this, hostRef);
|
264
264
|
this.guxdismiss = index.createEvent(this, "guxdismiss", 7);
|
@@ -379,9 +379,9 @@ const GuxPopoverBeta = class {
|
|
379
379
|
};
|
380
380
|
__decorate([
|
381
381
|
onClickOutside.OnClickOutside({ triggerEvents: 'mousedown' })
|
382
|
-
],
|
383
|
-
|
382
|
+
], GuxPopover.prototype, "checkForClickOutside", null);
|
383
|
+
GuxPopover.style = guxPopoverCss;
|
384
384
|
|
385
385
|
exports.gux_form_field_number = GuxFormFieldNumber;
|
386
386
|
exports.gux_pagination_ellipsis_button = GuxPaginationEllipsisButton;
|
387
|
-
exports.
|
387
|
+
exports.gux_popover = GuxPopover;
|
@@ -2,25 +2,26 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const index$1 = require('./index-
|
7
|
-
const onMutation = require('./on-mutation-
|
8
|
-
const onAttributeChange = require('./on-attribute-change-
|
9
|
-
const usage = require('./usage-
|
10
|
-
const
|
11
|
-
const guxFormField_service = require('./gux-form-field.service-
|
12
|
-
const hasSlot = require('./has-slot-
|
13
|
-
require('./get-
|
14
|
-
require('./
|
15
|
-
require('./
|
16
|
-
require('./
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const index$1 = require('./index-dee802be.js');
|
7
|
+
const onMutation = require('./on-mutation-ec5d23bd.js');
|
8
|
+
const onAttributeChange = require('./on-attribute-change-9b2d8c85.js');
|
9
|
+
const usage = require('./usage-bfcc4d96.js');
|
10
|
+
const guxFormFieldFieldsetContainer = require('./gux-form-field-fieldset-container-e43868e8.js');
|
11
|
+
const guxFormField_service = require('./gux-form-field.service-d9598ea6.js');
|
12
|
+
const hasSlot = require('./has-slot-429f8b9e.js');
|
13
|
+
const getSlotTextContent = require('./get-slot-text-content-c4306c7a.js');
|
14
|
+
require('./get-closest-element-26894e5a.js');
|
15
|
+
require('./random-html-id-32ef8847.js');
|
16
|
+
require('./log-error-8a92241e.js');
|
17
|
+
require('./simulate-native-event-8209a457.js');
|
17
18
|
|
18
19
|
const required = "Required";
|
19
20
|
const componentResources = {
|
20
21
|
required: required
|
21
22
|
};
|
22
23
|
|
23
|
-
const guxFormFieldPhoneCss = ".gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:
|
24
|
+
const guxFormFieldPhoneCss = ".gux-form-field-fieldset-container{display:flex;min-width:0;padding:0;margin:0;border:none}.gux-form-field-fieldset-container.gux-beside{flex-direction:row}.gux-form-field-fieldset-container.gux-above{flex-direction:column}.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-legend-label ::slotted(label){white-space:nowrap}.gux-form-field-legend-label.gux-required::after{color:var(--gse-ui-formControl-label-indicator-requiredColor);content:\" *\"}.gux-form-field-legend-label.gux-beside{position:relative;top:var(--gse-ui-formControl-input-top);float:left;width:fit-content;min-width:45px;margin-right:var(--gse-ui-formControl-label-gap)}.gux-form-field-legend-label.gux-above{padding:var(--gse-ui-formControl-label-padding)}.gux-form-field-legend-label.gux-screenreader{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden}::slotted(label){font-family:var(--gse-ui-formControl-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-formControl-label-text-fontWeight);line-height:var(--gse-ui-formControl-label-text-lineHeight);color:var(--gse-ui-formControl-label-labelColor)}.gux-input-and-error-container{flex-grow:1}";
|
24
25
|
|
25
26
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
26
27
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -65,7 +66,8 @@ const GuxFormFieldPhone = class {
|
|
65
66
|
this.requiredObserver.disconnect();
|
66
67
|
}
|
67
68
|
render() {
|
68
|
-
|
69
|
+
var _a;
|
70
|
+
return (index.h(guxFormFieldFieldsetContainer.GuxFormFieldFieldsetContainer, { labelPosition: this.computedLabelPosition }, index.h(guxFormFieldFieldsetContainer.GuxFormFieldLegendLabel, { position: this.computedLabelPosition, required: this.required, labelText: (_a = this.label) === null || _a === void 0 ? void 0 : _a.textContent }, index.h("slot", { name: "label", onSlotchange: () => this.setLabel() }), this.renderScreenReaderText(this.getI18nValue('required'), this.required), this.renderScreenReaderText(getSlotTextContent.getSlotTextContent(this.root, 'error'), this.hasError)), index.h("div", { class: "gux-input-and-error-container" }, index.h("div", { class: {
|
69
71
|
'gux-input': true,
|
70
72
|
'gux-input-error': this.hasError
|
71
73
|
} }, index.h("div", { class: {
|
@@ -2,18 +2,18 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
const index = require('./index-
|
6
|
-
const onInputDisabledStateChange = require('./on-input-disabled-state-change-
|
7
|
-
const onMutation = require('./on-mutation-
|
8
|
-
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-
|
9
|
-
const hasSlot = require('./has-slot-
|
10
|
-
const guxFormField_service = require('./gux-form-field.service-
|
11
|
-
const usage = require('./usage-
|
12
|
-
require('./random-html-id-
|
13
|
-
require('./log-error-
|
14
|
-
require('./simulate-native-event-
|
5
|
+
const index = require('./index-75c9f0d9.js');
|
6
|
+
const onInputDisabledStateChange = require('./on-input-disabled-state-change-005e5b3e.js');
|
7
|
+
const onMutation = require('./on-mutation-ec5d23bd.js');
|
8
|
+
const preventBrowserValidationStyling = require('./prevent-browser-validation-styling-15142963.js');
|
9
|
+
const hasSlot = require('./has-slot-429f8b9e.js');
|
10
|
+
const guxFormField_service = require('./gux-form-field.service-d9598ea6.js');
|
11
|
+
const usage = require('./usage-bfcc4d96.js');
|
12
|
+
require('./random-html-id-32ef8847.js');
|
13
|
+
require('./log-error-8a92241e.js');
|
14
|
+
require('./simulate-native-event-8209a457.js');
|
15
15
|
|
16
|
-
const guxFormFieldRadioCss = ".gux-form-field-error{display:none;flex-direction:row;flex-wrap:nowrap;
|
16
|
+
const guxFormFieldRadioCss = ".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-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}:host(.gux-disabled){cursor:not-allowed;opacity:var(--gse-ui-radioButton-disabled-opacity)}:host(.gux-disabled) ::slotted(label){cursor:not-allowed}:host(.gux-input-error) input[type=radio]:checked::before{background:var(--gse-ui-radioButton-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) ::slotted(input[type=radio]:not(:checked))::before{background:var(--gse-ui-radioButton-icon-error-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}:host(.gux-input-error) .gux-form-field-error{font-family:var(--gse-ui-formControl-helper-helperText-fontFamily);color:var(--gse-ui-radioButton-icon-error-foregroundColor)}.gux-input-label{display:flex;flex-direction:row;gap:var(--gse-ui-radioButton-helper-gap);padding-top:4px}.gux-input-label .gux-label{display:flex;flex-direction:column;line-height:var(--gse-ui-radioButton-label-text-lineHeight)}.gux-input-label .gux-input{line-height:16px}::slotted(input[type=radio]){display:inline-grid;width:var(--gse-ui-radioButton-icon-width);height:var(--gse-ui-radioButton-icon-height);margin:0;color:var(--gse-ui-radioButton-icon-default-unselectedForegroundColor);text-align:center;vertical-align:middle;-webkit-appearance:none;appearance:none;cursor:pointer;border:0;outline:none}::slotted(input[type=radio])::before{grid-area:1/1;content:\"\";border-radius:50%}::slotted(input[type=radio]:focus-visible){border-radius:var(--gse-ui-radioButton-focus-borderRadius);outline:var(--gse-ui-radioButton-focus-border-width) var(--gse-ui-radioButton-focus-border-style) var(--gse-ui-radioButton-focus-border-color);outline-offset:var(--gse-semantic-focusRing-offset)}::slotted(input[type=radio]:not(:checked))::before{background:var(--gse-ui-radioButton-icon-default-unselectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:not(:checked):not(:disabled):hover)::before{background:var(--gse-ui-radioButton-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40937 1.5 1.5 4.40937 1.5 8C1.5 11.5906 4.40937 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40937 11.5906 1.5 8 1.5Z' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:checked:not(:disabled):hover)::before{background:var(--gse-ui-radioButton-icon-hover-foregroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:checked)::before{background:var(--gse-ui-radioButton-icon-default-selectedForegroundColor);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8C5 6.31563 6.31563 5 8 5C9.65625 5 11 6.31563 11 8C11 9.65625 9.65625 11 8 11C6.31563 11 5 9.65625 5 8ZM16 8C16 12.4187 12.4187 16 8 16C3.58125 16 0 12.4187 0 8C0 3.58125 3.58125 0 8 0C12.4187 0 16 3.58125 16 8ZM8 1.5C4.40938 1.5 1.5 4.40938 1.5 8C1.5 11.5906 4.40938 14.5 8 14.5C11.5906 14.5 14.5 11.5906 14.5 8C14.5 4.40938 11.5906 1.5 8 1.5Z' /%3E%3C/svg%3E\")}::slotted(input[type=radio]:disabled)::before{cursor:not-allowed;opacity:var(--gse-ui-radioButton-disabled-opacity)}::slotted(label){display:inline-block;font-family:var(--gse-ui-radioButton-label-text-fontFamily);font-size:var(--gse-ui-formControl-label-text-fontSize);font-weight:var(--gse-ui-radioButton-label-text-fontWeight);line-height:var(--gse-ui-radioButton-label-text-lineHeight);color:var(--gse-ui-radioButton-label-foregroundColor);vertical-align:middle}";
|
17
17
|
|
18
18
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
19
19
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
@@ -51,7 +51,7 @@ const GuxFormFieldRadio = class {
|
|
51
51
|
return (index.h(index.Host, { class: {
|
52
52
|
'gux-input-error': this.hasError,
|
53
53
|
'gux-disabled': this.disabled
|
54
|
-
} }, index.h("div", { class: "gux-form-field-container" }, index.h("div", { class: "gux-input-label" }, index.h("div", { class: "gux-input" }, index.h("slot", { name: "input", onSlotchange: () => this.setInput() })), index.h("div", { class: "gux-label" }, index.h("slot", { name: "label" }), index.h(guxFormField_service.GuxFormFieldError, { show: this.hasError }, index.h("slot", { name: "error" })), index.h(guxFormField_service.GuxFormFieldHelp, { show: !this.hasError && this.hasHelp }, index.h("slot", { name: "help" })))))));
|
54
|
+
} }, index.h("div", { class: "gux-form-field-container" }, index.h("div", { class: "gux-input-label" }, index.h("div", { class: "gux-input" }, index.h("slot", { name: "input", onSlotchange: () => this.setInput() })), index.h("div", { class: "gux-label", "aria-disabled": this.disabled ? 'true' : 'false' }, index.h("slot", { name: "label" }), index.h(guxFormField_service.GuxFormFieldError, { show: this.hasError }, index.h("slot", { name: "error" })), index.h(guxFormField_service.GuxFormFieldHelp, { show: !this.hasError && this.hasHelp }, index.h("slot", { name: "help" })))))));
|
55
55
|
}
|
56
56
|
setInput() {
|
57
57
|
this.input = guxFormField_service.getSlottedInput(this.root, 'input[type="radio"][slot="input"]');
|