@eightshift/ui-components 6.3.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Button-h6xF_WrP.js +225 -0
- package/dist/Dialog-i5VLQw1o.js +2488 -0
- package/dist/Disclosure-NYWFw9RJ.js +188 -0
- package/dist/FieldError-BWDbP5Db.js +213 -0
- package/dist/FocusScope-CgwbGOBB.js +746 -0
- package/dist/Form-DTMkbrQY.js +5 -0
- package/dist/Heading-Hol-wS_B.js +16 -0
- package/dist/Hidden-8TB37dpK.js +51 -0
- package/dist/Input-BURqyJXW.js +161 -0
- package/dist/Label-DFXXxMKY.js +17 -0
- package/dist/List-CMK5qsNF.js +506 -0
- package/dist/ListBox-B21SgugS.js +601 -0
- package/dist/NumberFormatter-m5VW6MTK.js +122 -0
- package/dist/OverlayArrow-BoloUPQM.js +573 -0
- package/dist/PortalProvider-DinZZCKX.js +14 -0
- package/dist/RSPContexts-C_z0bI8W.js +12 -0
- package/dist/RadioGroup-BwlGtCja.js +329 -0
- package/dist/SearchField-DR_I4_yn.js +765 -0
- package/dist/SelectionIndicator-31L6EI9F.js +13 -0
- package/dist/SelectionManager-B8lLv6Ue.js +2176 -0
- package/dist/Slider-DW1RuMVp.js +827 -0
- package/dist/Text-O6VBBDlP.js +16 -0
- package/dist/VisuallyHidden-CfsnJHZb.js +43 -0
- package/dist/animation-Bd2peown.js +62 -0
- package/dist/assets/style-admin.css +197 -200
- package/dist/assets/style-editor.css +197 -200
- package/dist/assets/style.css +197 -200
- package/dist/build-module-sxK3nxOK.js +855 -0
- package/dist/button-COTeluL8.js +524 -0
- package/dist/checkbox-D0AWkLhp.js +338 -0
- package/dist/clsx-BUU5J41u.js +16 -0
- package/dist/color-swatch-CBYsO_Zs.js +2572 -0
- package/dist/components/animated-visibility/animated-visibility.js +87 -111
- package/dist/components/base-control/base-control.js +73 -86
- package/dist/components/base-control/container.js +199 -227
- package/dist/components/breakpoint-preview/breakpoint-preview.js +162 -158
- package/dist/components/button/button.js +3 -580
- package/dist/components/checkbox/checkbox.js +2 -391
- package/dist/components/color-pickers/color-picker.js +172 -276
- package/dist/components/color-pickers/color-swatch.js +3 -7
- package/dist/components/color-pickers/gradient-editor.js +4 -552
- package/dist/components/color-pickers/solid-color-picker.js +3 -1710
- package/dist/components/component-toggle/component-toggle.js +107 -160
- package/dist/components/container-panel/container-panel.js +94 -151
- package/dist/components/draggable/draggable-context.js +4 -4
- package/dist/components/draggable/draggable-handle.js +27 -43
- package/dist/components/draggable/draggable.js +3 -7638
- package/dist/components/draggable-list/draggable-list-context.js +4 -4
- package/dist/components/draggable-list/draggable-list-item.js +63 -80
- package/dist/components/draggable-list/draggable-list.js +115 -142
- package/dist/components/expandable/expandable.js +105 -407
- package/dist/components/index.js +30 -106
- package/dist/components/input-field/input-field.js +2 -326
- package/dist/components/item-collection/item-collection.js +50 -56
- package/dist/components/layout/hstack.js +27 -29
- package/dist/components/layout/vstack.js +27 -29
- package/dist/components/link-input/link-input.js +3 -1943
- package/dist/components/matrix-align/matrix-align.js +127 -161
- package/dist/components/menu/menu.js +253 -356
- package/dist/components/modal/modal.js +3 -399
- package/dist/components/notice/notice.js +99 -139
- package/dist/components/number-picker/number-picker.js +3 -344
- package/dist/components/option-select/option-select.js +226 -404
- package/dist/components/options-panel/options-panel.js +138 -175
- package/dist/components/placeholders/file-picker-shell.js +91 -141
- package/dist/components/placeholders/file-placeholder.js +41 -53
- package/dist/components/placeholders/image-placeholder.js +65 -96
- package/dist/components/placeholders/media-placeholder.js +65 -68
- package/dist/components/popover/popover.js +147 -221
- package/dist/components/portal-provider/portal-provider.js +23 -21
- package/dist/components/radio/radio.js +246 -294
- package/dist/components/repeater/repeater-context.js +4 -4
- package/dist/components/repeater/repeater-item.js +95 -114
- package/dist/components/repeater/repeater.js +221 -278
- package/dist/components/responsive/mini-responsive.js +403 -495
- package/dist/components/responsive/responsive-legacy.js +271 -336
- package/dist/components/responsive/responsive.js +445 -562
- package/dist/components/responsive-preview/responsive-preview.js +94 -117
- package/dist/components/rich-label/rich-label.js +80 -75
- package/dist/components/select/async-multi-select.js +360 -589
- package/dist/components/select/async-select.js +284 -492
- package/dist/components/select/multi-select.js +340 -552
- package/dist/components/select/shared.js +3 -17
- package/dist/components/select/single-select.js +278 -475
- package/dist/components/select/styles.js +84 -0
- package/dist/components/slider/column-config-slider.js +170 -301
- package/dist/components/slider/slider.js +258 -405
- package/dist/components/slider/utils.js +77 -121
- package/dist/components/smart-image/image-analysis-worker.js +128 -0
- package/dist/components/smart-image/smart-image.js +3 -205
- package/dist/components/smart-image/worker-inline.js +4 -4
- package/dist/components/spacer/spacer.js +80 -94
- package/dist/components/tabs/tabs.js +3 -1051
- package/dist/components/toggle/switch.js +2 -295
- package/dist/components/toggle/toggle.js +54 -64
- package/dist/components/toggle-button/toggle-button.js +2 -451
- package/dist/components/tooltip/tooltip.js +2 -535
- package/dist/context-C-XNeJ_l.js +93 -0
- package/dist/debounce-throttle-DXxSAKpq.js +120 -0
- package/dist/dist-DIK9pFxO.js +55 -0
- package/dist/draggable-CYQyD9gG.js +6961 -0
- package/dist/es-dash-HqXWZZ3_.js +303 -0
- package/dist/filterDOMProps-_2_3GD-K.js +69 -0
- package/dist/general-D-7dwhuF.js +4277 -0
- package/dist/gradient-editor-DbH8NU2p.js +604 -0
- package/dist/icons/block-icon.js +34 -39
- package/dist/icons/generated-icon-loaders.js +759 -0
- package/dist/icons/generic-color-swatch.js +81 -111
- package/dist/icons/icon.js +67 -0
- package/dist/icons/icons.js +218 -3656
- package/dist/icons/index.js +756 -10
- package/dist/icons/internal.js +758 -0
- package/dist/icons/jsx-svg.js +2 -94
- package/dist/icons/spinner.js +16 -18
- package/dist/icons/ui-icons/a11y-warning.js +34 -0
- package/dist/icons/ui-icons/a11y.js +29 -0
- package/dist/icons/ui-icons/accelerometer.js +51 -0
- package/dist/icons/ui-icons/activity-log.js +53 -0
- package/dist/icons/ui-icons/add.js +20 -0
- package/dist/icons/ui-icons/alert.js +31 -0
- package/dist/icons/ui-icons/align-horizontal-vertical-alt.js +37 -0
- package/dist/icons/ui-icons/align-horizontal-vertical-alt2.js +36 -0
- package/dist/icons/ui-icons/align-horizontal-vertical.js +34 -0
- package/dist/icons/ui-icons/alt-text-generic-alt.js +19 -0
- package/dist/icons/ui-icons/alt-text-generic.js +25 -0
- package/dist/icons/ui-icons/alt-text.js +36 -0
- package/dist/icons/ui-icons/anchor-page.js +44 -0
- package/dist/icons/ui-icons/anchor.js +28 -0
- package/dist/icons/ui-icons/angle.js +24 -0
- package/dist/icons/ui-icons/animation-file.js +66 -0
- package/dist/icons/ui-icons/animation-generic.js +36 -0
- package/dist/icons/ui-icons/animation-list-generic.js +41 -0
- package/dist/icons/ui-icons/animation-settings-generic.js +41 -0
- package/dist/icons/ui-icons/animation.js +55 -0
- package/dist/icons/ui-icons/archive-file.js +24 -0
- package/dist/icons/ui-icons/archive.js +39 -0
- package/dist/icons/ui-icons/aria-label.js +42 -0
- package/dist/icons/ui-icons/arrow-down-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-down-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-down-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-down-square.js +28 -0
- package/dist/icons/ui-icons/arrow-down.js +20 -0
- package/dist/icons/ui-icons/arrow-left-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-left-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-left-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-left-square.js +28 -0
- package/dist/icons/ui-icons/arrow-left.js +20 -0
- package/dist/icons/ui-icons/arrow-right-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-right-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-right-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-right-square.js +28 -0
- package/dist/icons/ui-icons/arrow-right.js +20 -0
- package/dist/icons/ui-icons/arrow-up-circle-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-up-circle.js +28 -0
- package/dist/icons/ui-icons/arrow-up-square-alt.js +28 -0
- package/dist/icons/ui-icons/arrow-up-square.js +28 -0
- package/dist/icons/ui-icons/arrow-up.js +20 -0
- package/dist/icons/ui-icons/arrows-down.js +38 -0
- package/dist/icons/ui-icons/arrows-horizontal.js +20 -0
- package/dist/icons/ui-icons/arrows-left-diagonal.js +20 -0
- package/dist/icons/ui-icons/arrows-left.js +38 -0
- package/dist/icons/ui-icons/arrows-right-diagonal.js +20 -0
- package/dist/icons/ui-icons/arrows-right.js +38 -0
- package/dist/icons/ui-icons/arrows-up.js +38 -0
- package/dist/icons/ui-icons/arrows-vertical.js +20 -0
- package/dist/icons/ui-icons/aspect-ratio-auto.js +38 -0
- package/dist/icons/ui-icons/aspect-ratio-nine-sixteen.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-sixteen-nine.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-square.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-three-two.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio-twenty-one-nine.js +28 -0
- package/dist/icons/ui-icons/aspect-ratio.js +27 -0
- package/dist/icons/ui-icons/attachment.js +19 -0
- package/dist/icons/ui-icons/auto-close.js +26 -0
- package/dist/icons/ui-icons/auto-pause-scroll.js +39 -0
- package/dist/icons/ui-icons/auto-pause.js +26 -0
- package/dist/icons/ui-icons/automatic-alt.js +19 -0
- package/dist/icons/ui-icons/automatic.js +20 -0
- package/dist/icons/ui-icons/autoplay-alt.js +34 -0
- package/dist/icons/ui-icons/autoplay-alt2.js +23 -0
- package/dist/icons/ui-icons/autoplay.js +36 -0
- package/dist/icons/ui-icons/award.js +39 -0
- package/dist/icons/ui-icons/background-blur.js +66 -0
- package/dist/icons/ui-icons/background-color-swatch.js +48 -0
- package/dist/icons/ui-icons/background-image.js +41 -0
- package/dist/icons/ui-icons/background-repeat.js +95 -0
- package/dist/icons/ui-icons/background-type-alt.js +38 -0
- package/dist/icons/ui-icons/background-type-alt2.js +27 -0
- package/dist/icons/ui-icons/background-type.js +27 -0
- package/dist/icons/ui-icons/block-parts.js +54 -0
- package/dist/icons/ui-icons/bold.js +21 -0
- package/dist/icons/ui-icons/book.js +40 -0
- package/dist/icons/ui-icons/bookmark.js +18 -0
- package/dist/icons/ui-icons/boolean-exclude.js +24 -0
- package/dist/icons/ui-icons/boolean-intersect.js +31 -0
- package/dist/icons/ui-icons/boolean-subtract.js +27 -0
- package/dist/icons/ui-icons/boolean-union.js +33 -0
- package/dist/icons/ui-icons/border-color.js +79 -0
- package/dist/icons/ui-icons/border.js +60 -0
- package/dist/icons/ui-icons/bot-deny.js +61 -0
- package/dist/icons/ui-icons/bot.js +47 -0
- package/dist/icons/ui-icons/box.js +35 -0
- package/dist/icons/ui-icons/brain.js +20 -0
- package/dist/icons/ui-icons/branch-fork.js +46 -0
- package/dist/icons/ui-icons/branch.js +46 -0
- package/dist/icons/ui-icons/briefcase.js +26 -0
- package/dist/icons/ui-icons/browser.js +60 -0
- package/dist/icons/ui-icons/button-disabled.js +30 -0
- package/dist/icons/ui-icons/button-filled.js +19 -0
- package/dist/icons/ui-icons/button-ghost.js +28 -0
- package/dist/icons/ui-icons/button-outline.js +27 -0
- package/dist/icons/ui-icons/calculator.js +139 -0
- package/dist/icons/ui-icons/calendar-add.js +51 -0
- package/dist/icons/ui-icons/calendar-download.js +62 -0
- package/dist/icons/ui-icons/calendar-remove.js +51 -0
- package/dist/icons/ui-icons/calendar.js +34 -0
- package/dist/icons/ui-icons/caption-generic.js +25 -0
- package/dist/icons/ui-icons/card-featured.js +28 -0
- package/dist/icons/ui-icons/caret-down-fill.js +19 -0
- package/dist/icons/ui-icons/caret-down.js +19 -0
- package/dist/icons/ui-icons/caret-left-fill.js +19 -0
- package/dist/icons/ui-icons/caret-left.js +19 -0
- package/dist/icons/ui-icons/caret-right-fill.js +19 -0
- package/dist/icons/ui-icons/caret-right.js +19 -0
- package/dist/icons/ui-icons/caret-up-fill.js +19 -0
- package/dist/icons/ui-icons/caret-up.js +19 -0
- package/dist/icons/ui-icons/center-point.js +25 -0
- package/dist/icons/ui-icons/chat-bubble-alt.js +25 -0
- package/dist/icons/ui-icons/chat-bubble.js +19 -0
- package/dist/icons/ui-icons/chat.js +25 -0
- package/dist/icons/ui-icons/check-circle-fill-transparent.js +24 -0
- package/dist/icons/ui-icons/check-circle-fill.js +17 -0
- package/dist/icons/ui-icons/check-circle.js +27 -0
- package/dist/icons/ui-icons/check-square.js +28 -0
- package/dist/icons/ui-icons/check.js +20 -0
- package/dist/icons/ui-icons/checks-circle.js +26 -0
- package/dist/icons/ui-icons/checks.js +26 -0
- package/dist/icons/ui-icons/chevron-down.js +20 -0
- package/dist/icons/ui-icons/chevron-left.js +20 -0
- package/dist/icons/ui-icons/chevron-right.js +20 -0
- package/dist/icons/ui-icons/chevron-up.js +20 -0
- package/dist/icons/ui-icons/clear-alt.js +25 -0
- package/dist/icons/ui-icons/clear.js +20 -0
- package/dist/icons/ui-icons/clipboard-plain.js +35 -0
- package/dist/icons/ui-icons/clipboard.js +43 -0
- package/dist/icons/ui-icons/clock.js +26 -0
- package/dist/icons/ui-icons/closed-captions.js +27 -0
- package/dist/icons/ui-icons/code-variable.js +20 -0
- package/dist/icons/ui-icons/code.js +20 -0
- package/dist/icons/ui-icons/color-alt.js +40 -0
- package/dist/icons/ui-icons/color-fill-swatch.js +61 -0
- package/dist/icons/ui-icons/color-picker-fill.js +42 -0
- package/dist/icons/ui-icons/color-picker-list-marker.js +41 -0
- package/dist/icons/ui-icons/color-picker-text-highlight.js +19 -0
- package/dist/icons/ui-icons/color-picker-text.js +20 -0
- package/dist/icons/ui-icons/color-select.js +33 -0
- package/dist/icons/ui-icons/color.js +22 -0
- package/dist/icons/ui-icons/column-gutters-lr.js +54 -0
- package/dist/icons/ui-icons/columns.js +42 -0
- package/dist/icons/ui-icons/columns3366.js +30 -0
- package/dist/icons/ui-icons/columns6633.js +30 -0
- package/dist/icons/ui-icons/component-generic.js +27 -0
- package/dist/icons/ui-icons/component-options.js +36 -0
- package/dist/icons/ui-icons/condition-h.js +20 -0
- package/dist/icons/ui-icons/condition-v.js +20 -0
- package/dist/icons/ui-icons/conditional-visibility.js +26 -0
- package/dist/icons/ui-icons/container-height.js +68 -0
- package/dist/icons/ui-icons/container-spacing-h.js +41 -0
- package/dist/icons/ui-icons/container-spacing.js +41 -0
- package/dist/icons/ui-icons/container-width.js +68 -0
- package/dist/icons/ui-icons/content-bottom-left.js +31 -0
- package/dist/icons/ui-icons/content-bottom-right.js +31 -0
- package/dist/icons/ui-icons/content-center.js +31 -0
- package/dist/icons/ui-icons/content-top-left.js +31 -0
- package/dist/icons/ui-icons/content-top-right.js +31 -0
- package/dist/icons/ui-icons/contrast-alt.js +27 -0
- package/dist/icons/ui-icons/contrast.js +26 -0
- package/dist/icons/ui-icons/cookie-alt.js +124 -0
- package/dist/icons/ui-icons/cookie.js +76 -0
- package/dist/icons/ui-icons/copy.js +26 -0
- package/dist/icons/ui-icons/currency.js +48 -0
- package/dist/icons/ui-icons/current-page.js +42 -0
- package/dist/icons/ui-icons/cursor-disabled.js +35 -0
- package/dist/icons/ui-icons/cursor-move.js +20 -0
- package/dist/icons/ui-icons/dark-mode.js +20 -0
- package/dist/icons/ui-icons/data.js +33 -0
- package/dist/icons/ui-icons/date-time.js +67 -0
- package/dist/icons/ui-icons/defer.js +26 -0
- package/dist/icons/ui-icons/description-link.js +40 -0
- package/dist/icons/ui-icons/design.js +48 -0
- package/dist/icons/ui-icons/dice.js +59 -0
- package/dist/icons/ui-icons/divider-bottom.js +23 -0
- package/dist/icons/ui-icons/divider-side.js +53 -0
- package/dist/icons/ui-icons/divider-status.js +53 -0
- package/dist/icons/ui-icons/divider-top.js +23 -0
- package/dist/icons/ui-icons/divider.js +23 -0
- package/dist/icons/ui-icons/door-in.js +32 -0
- package/dist/icons/ui-icons/door-out.js +32 -0
- package/dist/icons/ui-icons/door.js +27 -0
- package/dist/icons/ui-icons/download.js +20 -0
- package/dist/icons/ui-icons/dropdown-caret-alt.js +17 -0
- package/dist/icons/ui-icons/dropdown-caret.js +20 -0
- package/dist/icons/ui-icons/dropdown-close.js +52 -0
- package/dist/icons/ui-icons/dropdown-open.js +38 -0
- package/dist/icons/ui-icons/dropdown.js +38 -0
- package/dist/icons/ui-icons/dummy-spacer.js +17 -0
- package/dist/icons/ui-icons/edit-options.js +32 -0
- package/dist/icons/ui-icons/edit.js +22 -0
- package/dist/icons/ui-icons/email-remove.js +42 -0
- package/dist/icons/ui-icons/email.js +28 -0
- package/dist/icons/ui-icons/embed.js +28 -0
- package/dist/icons/ui-icons/empty-circle.js +23 -0
- package/dist/icons/ui-icons/empty-rect.js +25 -0
- package/dist/icons/ui-icons/equal-columns.js +25 -0
- package/dist/icons/ui-icons/equal-rows.js +25 -0
- package/dist/icons/ui-icons/equals.js +20 -0
- package/dist/icons/ui-icons/error-circle-fill-transparent.js +23 -0
- package/dist/icons/ui-icons/error-circle-fill.js +17 -0
- package/dist/icons/ui-icons/error-circle.js +24 -0
- package/dist/icons/ui-icons/exclude-item-alt.js +38 -0
- package/dist/icons/ui-icons/exclude-item.js +42 -0
- package/dist/icons/ui-icons/exclude.js +29 -0
- package/dist/icons/ui-icons/expand-xl.js +20 -0
- package/dist/icons/ui-icons/expand.js +20 -0
- package/dist/icons/ui-icons/experiment.js +33 -0
- package/dist/icons/ui-icons/external-link.js +25 -0
- package/dist/icons/ui-icons/extract-alt.js +25 -0
- package/dist/icons/ui-icons/extract.js +25 -0
- package/dist/icons/ui-icons/eyedropper.js +36 -0
- package/dist/icons/ui-icons/fast-forward.js +26 -0
- package/dist/icons/ui-icons/fast-reverse.js +26 -0
- package/dist/icons/ui-icons/field-after-text.js +54 -0
- package/dist/icons/ui-icons/field-before-text.js +46 -0
- package/dist/icons/ui-icons/field-disabled.js +35 -0
- package/dist/icons/ui-icons/field-help.js +46 -0
- package/dist/icons/ui-icons/field-label.js +38 -0
- package/dist/icons/ui-icons/field-name.js +45 -0
- package/dist/icons/ui-icons/field-placeholder.js +49 -0
- package/dist/icons/ui-icons/field-readonly.js +36 -0
- package/dist/icons/ui-icons/field-required.js +37 -0
- package/dist/icons/ui-icons/field-type.js +36 -0
- package/dist/icons/ui-icons/field-value.js +46 -0
- package/dist/icons/ui-icons/field-width.js +27 -0
- package/dist/icons/ui-icons/file-download.js +33 -0
- package/dist/icons/ui-icons/file-error.js +25 -0
- package/dist/icons/ui-icons/file-metadata.js +41 -0
- package/dist/icons/ui-icons/file-pdf.js +34 -0
- package/dist/icons/ui-icons/file-size-max.js +33 -0
- package/dist/icons/ui-icons/file-size-min.js +33 -0
- package/dist/icons/ui-icons/file-size.js +34 -0
- package/dist/icons/ui-icons/file-type.js +42 -0
- package/dist/icons/ui-icons/file-upload.js +33 -0
- package/dist/icons/ui-icons/file.js +24 -0
- package/dist/icons/ui-icons/files.js +34 -0
- package/dist/icons/ui-icons/fill-color.js +49 -0
- package/dist/icons/ui-icons/filter-alt.js +24 -0
- package/dist/icons/ui-icons/filter.js +20 -0
- package/dist/icons/ui-icons/flag-alt.js +24 -0
- package/dist/icons/ui-icons/flag.js +24 -0
- package/dist/icons/ui-icons/flip-h.js +27 -0
- package/dist/icons/ui-icons/flip-v.js +27 -0
- package/dist/icons/ui-icons/focus.js +21 -0
- package/dist/icons/ui-icons/folder-add.js +22 -0
- package/dist/icons/ui-icons/folder-open-solid.js +17 -0
- package/dist/icons/ui-icons/folder-open.js +19 -0
- package/dist/icons/ui-icons/folder-solid.js +17 -0
- package/dist/icons/ui-icons/folder-top-level.js +22 -0
- package/dist/icons/ui-icons/folder.js +19 -0
- package/dist/icons/ui-icons/font-family.js +24 -0
- package/dist/icons/ui-icons/footer.js +23 -0
- package/dist/icons/ui-icons/form-alt.js +71 -0
- package/dist/icons/ui-icons/form.js +53 -0
- package/dist/icons/ui-icons/four-columns.js +38 -0
- package/dist/icons/ui-icons/frame.js +33 -0
- package/dist/icons/ui-icons/full-max-shield.js +26 -0
- package/dist/icons/ui-icons/full-max-text.js +20 -0
- package/dist/icons/ui-icons/full-width-image.js +35 -0
- package/dist/icons/ui-icons/gears-fill.js +19 -0
- package/dist/icons/ui-icons/gears.js +38 -0
- package/dist/icons/ui-icons/generic-color-swatch.js +6 -0
- package/dist/icons/ui-icons/generic-shapes-alt.js +33 -0
- package/dist/icons/ui-icons/generic-shapes.js +38 -0
- package/dist/icons/ui-icons/globe-anchor.js +55 -0
- package/dist/icons/ui-icons/globe-hash.js +40 -0
- package/dist/icons/ui-icons/globe.js +37 -0
- package/dist/icons/ui-icons/google-tag-manager.js +36 -0
- package/dist/icons/ui-icons/gradient-repeat.js +41 -0
- package/dist/icons/ui-icons/gradient-stop.js +36 -0
- package/dist/icons/ui-icons/gradient.js +54 -0
- package/dist/icons/ui-icons/grid-alt.js +19 -0
- package/dist/icons/ui-icons/grid-auto-cols.js +46 -0
- package/dist/icons/ui-icons/grid-auto-rows.js +41 -0
- package/dist/icons/ui-icons/grid-col.js +22 -0
- package/dist/icons/ui-icons/grid-height.js +22 -0
- package/dist/icons/ui-icons/grid-list-toggle.js +48 -0
- package/dist/icons/ui-icons/grid-manual.js +18 -0
- package/dist/icons/ui-icons/grid-row.js +22 -0
- package/dist/icons/ui-icons/grid-width.js +22 -0
- package/dist/icons/ui-icons/group.js +33 -0
- package/dist/icons/ui-icons/gutter.js +28 -0
- package/dist/icons/ui-icons/gyroscope.js +53 -0
- package/dist/icons/ui-icons/h1.js +28 -0
- package/dist/icons/ui-icons/h2.js +28 -0
- package/dist/icons/ui-icons/h3.js +28 -0
- package/dist/icons/ui-icons/h4.js +28 -0
- package/dist/icons/ui-icons/h5.js +28 -0
- package/dist/icons/ui-icons/h6.js +28 -0
- package/dist/icons/ui-icons/hamburger-menu.js +19 -0
- package/dist/icons/ui-icons/hard-drive.js +35 -0
- package/dist/icons/ui-icons/header.js +23 -0
- package/dist/icons/ui-icons/heading-level-alt.js +28 -0
- package/dist/icons/ui-icons/heading-level.js +28 -0
- package/dist/icons/ui-icons/heading.js +20 -0
- package/dist/icons/ui-icons/heart-fill-transparent.js +19 -0
- package/dist/icons/ui-icons/heart-fill.js +18 -0
- package/dist/icons/ui-icons/heart.js +18 -0
- package/dist/icons/ui-icons/height.js +30 -0
- package/dist/icons/ui-icons/help-fill.js +19 -0
- package/dist/icons/ui-icons/help.js +38 -0
- package/dist/icons/ui-icons/hide.js +29 -0
- package/dist/icons/ui-icons/highlighted-checkmark.js +24 -0
- package/dist/icons/ui-icons/highlighted-exclamation-mark.js +33 -0
- package/dist/icons/ui-icons/history.js +26 -0
- package/dist/icons/ui-icons/horizontal-align-alt.js +27 -0
- package/dist/icons/ui-icons/horizontal-align-around.js +37 -0
- package/dist/icons/ui-icons/horizontal-align-between-alt.js +37 -0
- package/dist/icons/ui-icons/horizontal-align-between.js +46 -0
- package/dist/icons/ui-icons/horizontal-align-center.js +41 -0
- package/dist/icons/ui-icons/horizontal-align-evenly.js +37 -0
- package/dist/icons/ui-icons/horizontal-align-left.js +44 -0
- package/dist/icons/ui-icons/horizontal-align-right.js +48 -0
- package/dist/icons/ui-icons/horizontal-align-stretch.js +37 -0
- package/dist/icons/ui-icons/horizontal-align.js +35 -0
- package/dist/icons/ui-icons/hover-background-glow.js +61 -0
- package/dist/icons/ui-icons/hover-background-type.js +34 -0
- package/dist/icons/ui-icons/hover-invert-object.js +42 -0
- package/dist/icons/ui-icons/hover-invert-text.js +32 -0
- package/dist/icons/ui-icons/hover-rotate.js +20 -0
- package/dist/icons/ui-icons/hover-zoom.js +25 -0
- package/dist/icons/ui-icons/hyphenate-alt.js +20 -0
- package/dist/icons/ui-icons/hyphenate-alt2.js +20 -0
- package/dist/icons/ui-icons/hyphenate.js +25 -0
- package/dist/icons/ui-icons/icon-generic.js +23 -0
- package/dist/icons/ui-icons/id-card.js +45 -0
- package/dist/icons/ui-icons/id.js +28 -0
- package/dist/icons/ui-icons/image-blur.js +50 -0
- package/dist/icons/ui-icons/image-caption.js +36 -0
- package/dist/icons/ui-icons/image-error.js +36 -0
- package/dist/icons/ui-icons/image-file.js +40 -0
- package/dist/icons/ui-icons/image-lazy-load.js +52 -0
- package/dist/icons/ui-icons/image-opacity.js +31 -0
- package/dist/icons/ui-icons/image-overlay-alt.js +93 -0
- package/dist/icons/ui-icons/image-overlay-alt2.js +93 -0
- package/dist/icons/ui-icons/image-overlay.js +92 -0
- package/dist/icons/ui-icons/image-remove.js +46 -0
- package/dist/icons/ui-icons/image.js +25 -0
- package/dist/icons/ui-icons/index.js +753 -0
- package/dist/icons/ui-icons/info-circle-fill-transparent.js +21 -0
- package/dist/icons/ui-icons/info-circle-fill.js +17 -0
- package/dist/icons/ui-icons/info-circle.js +24 -0
- package/dist/icons/ui-icons/info.js +17 -0
- package/dist/icons/ui-icons/inherit.js +41 -0
- package/dist/icons/ui-icons/inline-gradient-format.js +62 -0
- package/dist/icons/ui-icons/input-field.js +27 -0
- package/dist/icons/ui-icons/italic.js +20 -0
- package/dist/icons/ui-icons/item-limit.js +35 -0
- package/dist/icons/ui-icons/item-select.js +33 -0
- package/dist/icons/ui-icons/item-wrap.js +60 -0
- package/dist/icons/ui-icons/items-per-page.js +48 -0
- package/dist/icons/ui-icons/items-per-row.js +45 -0
- package/dist/icons/ui-icons/key.js +25 -0
- package/dist/icons/ui-icons/keyboard.js +19 -0
- package/dist/icons/ui-icons/large.js +24 -0
- package/dist/icons/ui-icons/latest-posts.js +44 -0
- package/dist/icons/ui-icons/layer-off.js +20 -0
- package/dist/icons/ui-icons/layer.js +19 -0
- package/dist/icons/ui-icons/layers.js +33 -0
- package/dist/icons/ui-icons/layout-alt.js +19 -0
- package/dist/icons/ui-icons/layout-alt2.js +23 -0
- package/dist/icons/ui-icons/layout-alt3.js +19 -0
- package/dist/icons/ui-icons/layout-alt4.js +19 -0
- package/dist/icons/ui-icons/layout-bento-box.js +19 -0
- package/dist/icons/ui-icons/layout-masonry.js +79 -0
- package/dist/icons/ui-icons/layout.js +43 -0
- package/dist/icons/ui-icons/left-panel-alt.js +25 -0
- package/dist/icons/ui-icons/left-panel.js +22 -0
- package/dist/icons/ui-icons/light-bulb-alt.js +30 -0
- package/dist/icons/ui-icons/light-bulb.js +33 -0
- package/dist/icons/ui-icons/light-mode.js +26 -0
- package/dist/icons/ui-icons/limit-width.js +26 -0
- package/dist/icons/ui-icons/line-break-alt-off.js +26 -0
- package/dist/icons/ui-icons/line-break-alt.js +25 -0
- package/dist/icons/ui-icons/line-break-off-alt.js +35 -0
- package/dist/icons/ui-icons/line-break-off.js +41 -0
- package/dist/icons/ui-icons/line-break.js +29 -0
- package/dist/icons/ui-icons/line-breaks-hyphenation.js +36 -0
- package/dist/icons/ui-icons/link-add.js +41 -0
- package/dist/icons/ui-icons/link-nav.js +59 -0
- package/dist/icons/ui-icons/link-remove.js +41 -0
- package/dist/icons/ui-icons/link.js +19 -0
- package/dist/icons/ui-icons/list-indent.js +26 -0
- package/dist/icons/ui-icons/list-ordered.js +43 -0
- package/dist/icons/ui-icons/list-outdent.js +26 -0
- package/dist/icons/ui-icons/list-unordered.js +43 -0
- package/dist/icons/ui-icons/loader-alt.js +19 -0
- package/dist/icons/ui-icons/loader.js +19 -0
- package/dist/icons/ui-icons/location-add.js +44 -0
- package/dist/icons/ui-icons/location-allow.js +44 -0
- package/dist/icons/ui-icons/location-deny.js +44 -0
- package/dist/icons/ui-icons/location-settings.js +36 -0
- package/dist/icons/ui-icons/location.js +26 -0
- package/dist/icons/ui-icons/lock.js +44 -0
- package/dist/icons/ui-icons/loop-mode.js +20 -0
- package/dist/icons/ui-icons/magic-alt-fill-transparent.js +20 -0
- package/dist/icons/ui-icons/magic-alt-fill.js +19 -0
- package/dist/icons/ui-icons/magic-alt.js +19 -0
- package/dist/icons/ui-icons/magic-fill-transparent.js +20 -0
- package/dist/icons/ui-icons/magic-fill.js +19 -0
- package/dist/icons/ui-icons/magic.js +19 -0
- package/dist/icons/ui-icons/map-layer-json.js +35 -0
- package/dist/icons/ui-icons/map-layer-raster.js +121 -0
- package/dist/icons/ui-icons/map-layer-vector.js +81 -0
- package/dist/icons/ui-icons/map-layer.js +26 -0
- package/dist/icons/ui-icons/map-pin.js +41 -0
- package/dist/icons/ui-icons/matrix-align-control-dot-active.js +23 -0
- package/dist/icons/ui-icons/matrix-align-control-dot-inactive.js +21 -0
- package/dist/icons/ui-icons/media.js +49 -0
- package/dist/icons/ui-icons/medium.js +24 -0
- package/dist/icons/ui-icons/menu-item-check.js +20 -0
- package/dist/icons/ui-icons/menu-item-circle.js +19 -0
- package/dist/icons/ui-icons/microphone.js +23 -0
- package/dist/icons/ui-icons/migration-alt-v.js +20 -0
- package/dist/icons/ui-icons/migration-alt.js +20 -0
- package/dist/icons/ui-icons/migration.js +26 -0
- package/dist/icons/ui-icons/module.js +24 -0
- package/dist/icons/ui-icons/money-paper.js +58 -0
- package/dist/icons/ui-icons/more-h-circle.js +40 -0
- package/dist/icons/ui-icons/more-h.js +33 -0
- package/dist/icons/ui-icons/more-v-circle.js +44 -0
- package/dist/icons/ui-icons/more-v.js +36 -0
- package/dist/icons/ui-icons/mouse-cursor.js +20 -0
- package/dist/icons/ui-icons/mouse-wheel.js +27 -0
- package/dist/icons/ui-icons/multi-item-left-inset-mobile.js +58 -0
- package/dist/icons/ui-icons/multi-item-left-inset.js +39 -0
- package/dist/icons/ui-icons/multi-item-right-inset-mobile.js +55 -0
- package/dist/icons/ui-icons/multi-item-right-inset.js +36 -0
- package/dist/icons/ui-icons/multiple.js +34 -0
- package/dist/icons/ui-icons/music-note.js +40 -0
- package/dist/icons/ui-icons/mute-centered.js +20 -0
- package/dist/icons/ui-icons/mute.js +20 -0
- package/dist/icons/ui-icons/narrow-bottom.js +49 -0
- package/dist/icons/ui-icons/narrow-left.js +49 -0
- package/dist/icons/ui-icons/narrow-right.js +49 -0
- package/dist/icons/ui-icons/narrow-top.js +49 -0
- package/dist/icons/ui-icons/navigation-buttons.js +39 -0
- package/dist/icons/ui-icons/new-tab.js +27 -0
- package/dist/icons/ui-icons/newspaper.js +45 -0
- package/dist/icons/ui-icons/none.js +25 -0
- package/dist/icons/ui-icons/notebook.js +44 -0
- package/dist/icons/ui-icons/num0-circle-alt.js +24 -0
- package/dist/icons/ui-icons/num0-circle.js +24 -0
- package/dist/icons/ui-icons/num0-square-alt.js +26 -0
- package/dist/icons/ui-icons/num0-square.js +26 -0
- package/dist/icons/ui-icons/num1-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num1-circle.js +26 -0
- package/dist/icons/ui-icons/num1-square-alt.js +28 -0
- package/dist/icons/ui-icons/num1-square.js +28 -0
- package/dist/icons/ui-icons/num2-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num2-circle.js +26 -0
- package/dist/icons/ui-icons/num2-square-alt.js +28 -0
- package/dist/icons/ui-icons/num2-square.js +28 -0
- package/dist/icons/ui-icons/num3-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num3-circle.js +26 -0
- package/dist/icons/ui-icons/num3-square-alt.js +28 -0
- package/dist/icons/ui-icons/num3-square.js +28 -0
- package/dist/icons/ui-icons/num4-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num4-circle.js +26 -0
- package/dist/icons/ui-icons/num4-square-alt.js +28 -0
- package/dist/icons/ui-icons/num4-square.js +28 -0
- package/dist/icons/ui-icons/num5-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num5-circle.js +26 -0
- package/dist/icons/ui-icons/num5-square-alt.js +28 -0
- package/dist/icons/ui-icons/num5-square.js +28 -0
- package/dist/icons/ui-icons/num6-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num6-circle.js +26 -0
- package/dist/icons/ui-icons/num6-square-alt.js +28 -0
- package/dist/icons/ui-icons/num6-square.js +28 -0
- package/dist/icons/ui-icons/num7-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num7-circle.js +26 -0
- package/dist/icons/ui-icons/num7-square-alt.js +28 -0
- package/dist/icons/ui-icons/num7-square.js +28 -0
- package/dist/icons/ui-icons/num8-circle-alt.js +24 -0
- package/dist/icons/ui-icons/num8-circle.js +24 -0
- package/dist/icons/ui-icons/num8-square-alt.js +26 -0
- package/dist/icons/ui-icons/num8-square.js +26 -0
- package/dist/icons/ui-icons/num9-circle-alt.js +26 -0
- package/dist/icons/ui-icons/num9-circle.js +26 -0
- package/dist/icons/ui-icons/num9-square-alt.js +28 -0
- package/dist/icons/ui-icons/num9-square.js +28 -0
- package/dist/icons/ui-icons/office-building.js +203 -0
- package/dist/icons/ui-icons/office-buildings.js +256 -0
- package/dist/icons/ui-icons/offset-auto.js +46 -0
- package/dist/icons/ui-icons/offset.js +39 -0
- package/dist/icons/ui-icons/option-list-alt.js +61 -0
- package/dist/icons/ui-icons/option-list.js +63 -0
- package/dist/icons/ui-icons/options.js +24 -0
- package/dist/icons/ui-icons/order.js +49 -0
- package/dist/icons/ui-icons/padding-bottom.js +35 -0
- package/dist/icons/ui-icons/padding-top.js +35 -0
- package/dist/icons/ui-icons/padding.js +34 -0
- package/dist/icons/ui-icons/pagination.js +49 -0
- package/dist/icons/ui-icons/palette-color.js +111 -0
- package/dist/icons/ui-icons/panel-collapse.js +41 -0
- package/dist/icons/ui-icons/panel-expand.js +41 -0
- package/dist/icons/ui-icons/paragraph.js +24 -0
- package/dist/icons/ui-icons/paste.js +52 -0
- package/dist/icons/ui-icons/pause.js +20 -0
- package/dist/icons/ui-icons/people-group.js +57 -0
- package/dist/icons/ui-icons/people.js +43 -0
- package/dist/icons/ui-icons/person.js +26 -0
- package/dist/icons/ui-icons/photo-camera.js +26 -0
- package/dist/icons/ui-icons/picture-in-picture.js +33 -0
- package/dist/icons/ui-icons/play-reverse.js +20 -0
- package/dist/icons/ui-icons/play.js +20 -0
- package/dist/icons/ui-icons/playback-options.js +24 -0
- package/dist/icons/ui-icons/plus-circle-fill-alt.js +23 -0
- package/dist/icons/ui-icons/plus-circle-fill.js +17 -0
- package/dist/icons/ui-icons/plus-circle.js +26 -0
- package/dist/icons/ui-icons/plus-minus-buttons-h.js +25 -0
- package/dist/icons/ui-icons/plus-minus-buttons-v.js +25 -0
- package/dist/icons/ui-icons/plus-square-fill-transparent.js +27 -0
- package/dist/icons/ui-icons/plus-square-fill.js +17 -0
- package/dist/icons/ui-icons/plus-square.js +27 -0
- package/dist/icons/ui-icons/pointer-hand-disabled.js +34 -0
- package/dist/icons/ui-icons/pointer-hand.js +20 -0
- package/dist/icons/ui-icons/position-arrows-h.js +26 -0
- package/dist/icons/ui-icons/position-arrows-inverted-h.js +26 -0
- package/dist/icons/ui-icons/position-arrows-inverted-v.js +26 -0
- package/dist/icons/ui-icons/position-arrows-inverted.js +26 -0
- package/dist/icons/ui-icons/position-arrows-v.js +26 -0
- package/dist/icons/ui-icons/position-arrows.js +26 -0
- package/dist/icons/ui-icons/position-h-center.js +43 -0
- package/dist/icons/ui-icons/position-h-end.js +43 -0
- package/dist/icons/ui-icons/position-h-start.js +43 -0
- package/dist/icons/ui-icons/position-left.js +31 -0
- package/dist/icons/ui-icons/position-right.js +31 -0
- package/dist/icons/ui-icons/position-v-center.js +43 -0
- package/dist/icons/ui-icons/position-v-end.js +43 -0
- package/dist/icons/ui-icons/position-v-start.js +43 -0
- package/dist/icons/ui-icons/position2x2-bottom-left.js +52 -0
- package/dist/icons/ui-icons/position2x2-bottom-right.js +52 -0
- package/dist/icons/ui-icons/position2x2-empty.js +51 -0
- package/dist/icons/ui-icons/position2x2-top-left.js +52 -0
- package/dist/icons/ui-icons/position2x2-top-right.js +52 -0
- package/dist/icons/ui-icons/position3x3-bottom-center.js +97 -0
- package/dist/icons/ui-icons/position3x3-bottom-left.js +97 -0
- package/dist/icons/ui-icons/position3x3-bottom-right.js +97 -0
- package/dist/icons/ui-icons/position3x3-center-center.js +97 -0
- package/dist/icons/ui-icons/position3x3-center-left.js +97 -0
- package/dist/icons/ui-icons/position3x3-center-right.js +97 -0
- package/dist/icons/ui-icons/position3x3-empty.js +96 -0
- package/dist/icons/ui-icons/position3x3-top-center.js +97 -0
- package/dist/icons/ui-icons/position3x3-top-left.js +97 -0
- package/dist/icons/ui-icons/position3x3-top-right.js +97 -0
- package/dist/icons/ui-icons/positioning-guide-alt.js +30 -0
- package/dist/icons/ui-icons/positioning-guide.js +30 -0
- package/dist/icons/ui-icons/positioning-width-guide.js +40 -0
- package/dist/icons/ui-icons/preload.js +44 -0
- package/dist/icons/ui-icons/preview-responsive.js +48 -0
- package/dist/icons/ui-icons/preview.js +35 -0
- package/dist/icons/ui-icons/progressbar-intermittent.js +26 -0
- package/dist/icons/ui-icons/progressbar.js +30 -0
- package/dist/icons/ui-icons/range-max.js +48 -0
- package/dist/icons/ui-icons/range-mid.js +40 -0
- package/dist/icons/ui-icons/range-min.js +48 -0
- package/dist/icons/ui-icons/range.js +61 -0
- package/dist/icons/ui-icons/read-only.js +25 -0
- package/dist/icons/ui-icons/reduce-height-bottom.js +49 -0
- package/dist/icons/ui-icons/reduce-height-top.js +49 -0
- package/dist/icons/ui-icons/regex.js +39 -0
- package/dist/icons/ui-icons/remove.js +20 -0
- package/dist/icons/ui-icons/rename.js +24 -0
- package/dist/icons/ui-icons/reorder-grabber-h.js +51 -0
- package/dist/icons/ui-icons/reorder-grabber-v.js +57 -0
- package/dist/icons/ui-icons/reorder.js +35 -0
- package/dist/icons/ui-icons/required-alt.js +20 -0
- package/dist/icons/ui-icons/required.js +19 -0
- package/dist/icons/ui-icons/reset-to-zero.js +33 -0
- package/dist/icons/ui-icons/reset.js +25 -0
- package/dist/icons/ui-icons/responsive-overrides-alt-fill.js +26 -0
- package/dist/icons/ui-icons/responsive-overrides-alt.js +49 -0
- package/dist/icons/ui-icons/responsive-overrides-alt2-fill.js +34 -0
- package/dist/icons/ui-icons/responsive-overrides-alt2.js +45 -0
- package/dist/icons/ui-icons/responsive-overrides-alt3-fill.js +33 -0
- package/dist/icons/ui-icons/responsive-overrides.js +39 -0
- package/dist/icons/ui-icons/responsive.js +33 -0
- package/dist/icons/ui-icons/right-panel-alt.js +23 -0
- package/dist/icons/ui-icons/right-panel.js +22 -0
- package/dist/icons/ui-icons/rotate-left.js +20 -0
- package/dist/icons/ui-icons/rotate-right.js +20 -0
- package/dist/icons/ui-icons/rounded-corners.js +19 -0
- package/dist/icons/ui-icons/route.js +27 -0
- package/dist/icons/ui-icons/row-add.js +45 -0
- package/dist/icons/ui-icons/row-empty.js +51 -0
- package/dist/icons/ui-icons/row.js +45 -0
- package/dist/icons/ui-icons/rows.js +42 -0
- package/dist/icons/ui-icons/ruler.js +28 -0
- package/dist/icons/ui-icons/save.js +26 -0
- package/dist/icons/ui-icons/screen-desktop.js +32 -0
- package/dist/icons/ui-icons/screen-large.js +23 -0
- package/dist/icons/ui-icons/screen-mobile.js +39 -0
- package/dist/icons/ui-icons/screen-tablet-large.js +36 -0
- package/dist/icons/ui-icons/screen-tablet.js +36 -0
- package/dist/icons/ui-icons/scrollbar-h.js +40 -0
- package/dist/icons/ui-icons/scrollbar-v.js +41 -0
- package/dist/icons/ui-icons/scrollbars.js +55 -0
- package/dist/icons/ui-icons/search-empty.js +37 -0
- package/dist/icons/ui-icons/search.js +25 -0
- package/dist/icons/ui-icons/separator-h.js +41 -0
- package/dist/icons/ui-icons/separator-v.js +39 -0
- package/dist/icons/ui-icons/shadow.js +61 -0
- package/dist/icons/ui-icons/share.js +26 -0
- package/dist/icons/ui-icons/shield-plus-alt.js +27 -0
- package/dist/icons/ui-icons/shield-plus.js +20 -0
- package/dist/icons/ui-icons/shield.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-left-xl.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-left.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-right-xl.js +20 -0
- package/dist/icons/ui-icons/shrink-diagonal-right.js +20 -0
- package/dist/icons/ui-icons/shrink-xl.js +20 -0
- package/dist/icons/ui-icons/shrink.js +20 -0
- package/dist/icons/ui-icons/shuffle.js +20 -0
- package/dist/icons/ui-icons/sidebar-flip.js +22 -0
- package/dist/icons/ui-icons/sidebar.js +22 -0
- package/dist/icons/ui-icons/single-item-left-inset-mobile.js +48 -0
- package/dist/icons/ui-icons/single-item-left-inset.js +23 -0
- package/dist/icons/ui-icons/single-item-right-inset-mobile.js +50 -0
- package/dist/icons/ui-icons/single-item-right-inset.js +23 -0
- package/dist/icons/ui-icons/size-alt.js +33 -0
- package/dist/icons/ui-icons/size.js +29 -0
- package/dist/icons/ui-icons/slider.js +31 -0
- package/dist/icons/ui-icons/sliders.js +68 -0
- package/dist/icons/ui-icons/small.js +24 -0
- package/dist/icons/ui-icons/solid-circle-fill-transparent.js +22 -0
- package/dist/icons/ui-icons/solid-circle-filled.js +21 -0
- package/dist/icons/ui-icons/solid-circle-gradient.js +31 -0
- package/dist/icons/ui-icons/solid-circle.js +21 -0
- package/dist/icons/ui-icons/solid-color.js +19 -0
- package/dist/icons/ui-icons/solid-rect-fill-transparent.js +24 -0
- package/dist/icons/ui-icons/solid-rect-filled.js +23 -0
- package/dist/icons/ui-icons/solid-rect-gradient.js +33 -0
- package/dist/icons/ui-icons/solid-rect.js +23 -0
- package/dist/icons/ui-icons/sort-asc.js +20 -0
- package/dist/icons/ui-icons/sort-desc.js +20 -0
- package/dist/icons/ui-icons/sort-generic.js +25 -0
- package/dist/icons/ui-icons/spacing-bottom-in.js +23 -0
- package/dist/icons/ui-icons/spacing-bottom.js +23 -0
- package/dist/icons/ui-icons/spacing-left-in.js +23 -0
- package/dist/icons/ui-icons/spacing-left.js +23 -0
- package/dist/icons/ui-icons/spacing-right-in.js +23 -0
- package/dist/icons/ui-icons/spacing-right.js +23 -0
- package/dist/icons/ui-icons/spacing-top-in.js +23 -0
- package/dist/icons/ui-icons/spacing-top.js +23 -0
- package/dist/icons/ui-icons/speed.js +25 -0
- package/dist/icons/ui-icons/stagger.js +53 -0
- package/dist/icons/ui-icons/star.js +18 -0
- package/dist/icons/ui-icons/step.js +27 -0
- package/dist/icons/ui-icons/stop.js +20 -0
- package/dist/icons/ui-icons/swap.js +41 -0
- package/dist/icons/ui-icons/tag-alt.js +24 -0
- package/dist/icons/ui-icons/tag.js +26 -0
- package/dist/icons/ui-icons/text-abc.js +40 -0
- package/dist/icons/ui-icons/text-above.js +25 -0
- package/dist/icons/ui-icons/text-align-center.js +20 -0
- package/dist/icons/ui-icons/text-align-generic.js +20 -0
- package/dist/icons/ui-icons/text-align-justify.js +20 -0
- package/dist/icons/ui-icons/text-align-left.js +20 -0
- package/dist/icons/ui-icons/text-align-right.js +20 -0
- package/dist/icons/ui-icons/text-below.js +25 -0
- package/dist/icons/ui-icons/text-box-edit.js +35 -0
- package/dist/icons/ui-icons/text-color-swatch.js +40 -0
- package/dist/icons/ui-icons/text-highlight-color-swatch-alt.js +49 -0
- package/dist/icons/ui-icons/text-highlight-color-swatch.js +48 -0
- package/dist/icons/ui-icons/text-larger.js +23 -0
- package/dist/icons/ui-icons/text-length.js +20 -0
- package/dist/icons/ui-icons/text-size-alt.js +23 -0
- package/dist/icons/ui-icons/text-size.js +20 -0
- package/dist/icons/ui-icons/text-smaller.js +23 -0
- package/dist/icons/ui-icons/text-strikethrough.js +26 -0
- package/dist/icons/ui-icons/text-uppercase.js +25 -0
- package/dist/icons/ui-icons/text-write.js +39 -0
- package/dist/icons/ui-icons/thumbs-down.js +22 -0
- package/dist/icons/ui-icons/thumbs-up.js +22 -0
- package/dist/icons/ui-icons/title-generic.js +25 -0
- package/dist/icons/ui-icons/toggle-off.js +33 -0
- package/dist/icons/ui-icons/toggle-on-alt.js +19 -0
- package/dist/icons/ui-icons/toggle-on.js +31 -0
- package/dist/icons/ui-icons/tools.js +25 -0
- package/dist/icons/ui-icons/total-items.js +45 -0
- package/dist/icons/ui-icons/trash-alt.js +44 -0
- package/dist/icons/ui-icons/trash.js +33 -0
- package/dist/icons/ui-icons/tree-alt.js +62 -0
- package/dist/icons/ui-icons/tree-alt2.js +79 -0
- package/dist/icons/ui-icons/tree.js +70 -0
- package/dist/icons/ui-icons/troubleshoot-alt.js +39 -0
- package/dist/icons/ui-icons/two-cards-left.js +32 -0
- package/dist/icons/ui-icons/two-cards-right.js +32 -0
- package/dist/icons/ui-icons/two-columns.js +30 -0
- package/dist/icons/ui-icons/typography-options.js +77 -0
- package/dist/icons/ui-icons/typography.js +71 -0
- package/dist/icons/ui-icons/underline.js +19 -0
- package/dist/icons/ui-icons/ungroup.js +39 -0
- package/dist/icons/ui-icons/upload.js +20 -0
- package/dist/icons/ui-icons/venn-diagram-alt.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt2.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt3.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt4.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt5.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt6.js +34 -0
- package/dist/icons/ui-icons/venn-diagram-alt7.js +39 -0
- package/dist/icons/ui-icons/venn-diagram.js +26 -0
- package/dist/icons/ui-icons/vertical-align-alt.js +27 -0
- package/dist/icons/ui-icons/vertical-align-around.js +39 -0
- package/dist/icons/ui-icons/vertical-align-between-alt.js +39 -0
- package/dist/icons/ui-icons/vertical-align-between.js +48 -0
- package/dist/icons/ui-icons/vertical-align-bottom.js +44 -0
- package/dist/icons/ui-icons/vertical-align-center.js +39 -0
- package/dist/icons/ui-icons/vertical-align-evenly.js +39 -0
- package/dist/icons/ui-icons/vertical-align-stretch.js +39 -0
- package/dist/icons/ui-icons/vertical-align-top.js +46 -0
- package/dist/icons/ui-icons/vertical-align.js +35 -0
- package/dist/icons/ui-icons/vertical-spacing.js +28 -0
- package/dist/icons/ui-icons/video-chapters.js +25 -0
- package/dist/icons/ui-icons/video-controls.js +67 -0
- package/dist/icons/ui-icons/video-file.js +40 -0
- package/dist/icons/ui-icons/video-poster-image.js +40 -0
- package/dist/icons/ui-icons/video-subtitle-alt.js +39 -0
- package/dist/icons/ui-icons/video-subtitle.js +27 -0
- package/dist/icons/ui-icons/video.js +36 -0
- package/dist/icons/ui-icons/visibility-alt.js +40 -0
- package/dist/icons/ui-icons/visibility-alt2.js +41 -0
- package/dist/icons/ui-icons/visibility.js +45 -0
- package/dist/icons/ui-icons/visible.js +28 -0
- package/dist/icons/ui-icons/volume.js +25 -0
- package/dist/icons/ui-icons/warning-circle-fill-transparent.js +30 -0
- package/dist/icons/ui-icons/warning-circle-fill.js +17 -0
- package/dist/icons/ui-icons/warning-circle.js +33 -0
- package/dist/icons/ui-icons/warning-fill-transparent.js +30 -0
- package/dist/icons/ui-icons/warning-fill.js +17 -0
- package/dist/icons/ui-icons/warning.js +30 -0
- package/dist/icons/ui-icons/web-video.js +63 -0
- package/dist/icons/ui-icons/wide-bottom.js +49 -0
- package/dist/icons/ui-icons/wide-left.js +49 -0
- package/dist/icons/ui-icons/wide-right.js +49 -0
- package/dist/icons/ui-icons/wide-top.js +49 -0
- package/dist/icons/ui-icons/width.js +29 -0
- package/dist/icons/ui-icons/wordpress.js +17 -0
- package/dist/icons/ui-icons/wrapper-alt.js +71 -0
- package/dist/icons/ui-icons/wrapper-config.js +41 -0
- package/dist/icons/ui-icons/wrapper-off-alt.js +19 -0
- package/dist/icons/ui-icons/wrapper-overflow.js +31 -0
- package/dist/icons/ui-icons/wrapper-simple-alt.js +58 -0
- package/dist/icons/ui-icons/wrapper-simple.js +32 -0
- package/dist/icons/ui-icons/wrapper.js +42 -0
- package/dist/icons/ui-icons/wrench.js +19 -0
- package/dist/icons/ui-icons/zap-fill.js +20 -0
- package/dist/icons/ui-icons/zap.js +19 -0
- package/dist/index.js +32 -108
- package/dist/input-field-UCZL5bqv.js +290 -0
- package/dist/jsx-svg-OBADs_Qs.js +11123 -0
- package/dist/link-input-D7iDRpOM.js +1821 -0
- package/dist/modal-DbVLYMkH.js +318 -0
- package/dist/number-ZZIxJukn.js +40 -0
- package/dist/number-picker-CkA1iJNZ.js +268 -0
- package/dist/proxy-BG7-_Ou3.js +9638 -0
- package/dist/shared-DFDimxvX.js +1038 -0
- package/dist/smart-image-CbSsEASF.js +284 -0
- package/dist/solid-color-picker-DbT-aoVx.js +1415 -0
- package/dist/style-admin.js +1 -1
- package/dist/style-editor.js +1 -1
- package/dist/style.js +1 -1
- package/dist/switch-L8dFSQWQ.js +274 -0
- package/dist/tabs-BrdyBER5.js +975 -0
- package/dist/textSelection-Dv6WPj0Z.js +45 -0
- package/dist/toggle-button-DJ8jNQ-9.js +424 -0
- package/dist/tooltip-BzJzYlcc.js +440 -0
- package/dist/useAsyncList-BNzwKoX4.js +412 -0
- package/dist/useButton-ra1ZSZ4z.js +57 -0
- package/dist/useEvent-DkZVfgsS.js +22 -0
- package/dist/useField-D0WrzR2F.js +32 -0
- package/dist/useFilter-OiMnf6sb.js +44 -0
- package/dist/useFocusRing-DuYL4cdO.js +98 -0
- package/dist/useFormReset-DdkykzAn.js +18 -0
- package/dist/useHover-qaMm3XFO.js +982 -0
- package/dist/useLabel-2EohW5l6.js +27 -0
- package/dist/useLabels-B2p7RXi5.js +16 -0
- package/dist/useListState-CD_5vfyy.js +147 -0
- package/dist/useLocalizedStringFormatter-Dv2diN3k.js +108 -0
- package/dist/useNumberField-2xbi3jRV.js +1318 -0
- package/dist/useNumberFormatter-C2Cm2mNj.js +10 -0
- package/dist/usePress-ZP1TjkFf.js +678 -0
- package/dist/useToggle-ecIirvIM.js +64 -0
- package/dist/useToggleState-IIDbiKPl.js +23 -0
- package/dist/utilities/array-helpers.js +38 -49
- package/dist/utilities/debounce-throttle.js +2 -123
- package/dist/utilities/es-dash.js +2 -400
- package/dist/utilities/general.js +2 -10
- package/dist/utilities/hash.js +31 -35
- package/dist/utilities/index.js +6 -41
- package/dist/utilities/text-helpers.js +96 -129
- package/dist/utilities/web-workers.js +61 -44
- package/dist/utilities-CPFDXC3B.js +7 -0
- package/dist/utils-B_uiqNa4.js +372 -0
- package/dist/workers/image-analysis.worker.js +56 -48
- package/package.json +30 -18
- package/dist/Button-DtRmB6b8.js +0 -243
- package/dist/Dialog-DTIxSDhz.js +0 -2790
- package/dist/FieldError-BPG0hKfB.js +0 -42
- package/dist/FocusScope-CjFQ7cbd.js +0 -832
- package/dist/Form-Cq3fu75_.js +0 -5
- package/dist/Heading-CY-_gt-U.js +0 -16
- package/dist/Hidden-DOH36apC.js +0 -58
- package/dist/Input-BG9DaxYN.js +0 -169
- package/dist/Label-_aSf9-8u.js +0 -18
- package/dist/List-CQFXnN4w.js +0 -590
- package/dist/ListBox-DXFyyj_r.js +0 -695
- package/dist/NumberFormatter-DA8u1Ot7.js +0 -140
- package/dist/OverlayArrow-Fuxj-1QM.js +0 -614
- package/dist/PortalProvider-BQ1X8vGX.js +0 -19
- package/dist/RSPContexts-CJ-HBf0L.js +0 -18
- package/dist/RadioGroup-DCeiLxLK.js +0 -371
- package/dist/SearchField-B_yKFXRk.js +0 -817
- package/dist/SelectionIndicator-D7WMzeAW.js +0 -7
- package/dist/SelectionManager-B02LcxLr.js +0 -2505
- package/dist/SharedElementTransition-CtoWSaF0.js +0 -12
- package/dist/Slider-bR3fAmim.js +0 -897
- package/dist/Text-CjFEHSfr.js +0 -17
- package/dist/VisuallyHidden-DZnWrkn8.js +0 -48
- package/dist/animation-Dfl8uEb3.js +0 -67
- package/dist/clsx-DgYk2OaC.js +0 -16
- package/dist/color-swatch-bUFkK7ox.js +0 -2570
- package/dist/components/smart-image/image-analysis-worker-next.js +0 -144
- package/dist/components/smart-image/smart-image-next.js +0 -294
- package/dist/context-iUFQCK8m.js +0 -95
- package/dist/default-i18n-CnQeC5Pl.js +0 -731
- package/dist/filterDOMProps-eGTqWSTd.js +0 -71
- package/dist/general-BfKmjm56.js +0 -4378
- package/dist/index-BHpUy2Ix.js +0 -44
- package/dist/index-BL5gdWX4.js +0 -28323
- package/dist/number-7sOvrqo0.js +0 -41
- package/dist/proxy-CNEXmkdK.js +0 -7948
- package/dist/react-jsx-parser.min-DAh4myol.js +0 -11736
- package/dist/shared-CNH8QfV9.js +0 -1111
- package/dist/sprintf-DmNrJSYG.js +0 -51
- package/dist/textSelection-DA3VcKpG.js +0 -46
- package/dist/useAsyncList-DsZvQXls.js +0 -453
- package/dist/useButton-DyMX0EVr.js +0 -59
- package/dist/useEvent-Bfy68GHZ.js +0 -22
- package/dist/useFilter-Bg5C34XC.js +0 -50
- package/dist/useFocusRing-B2glEZ25.js +0 -114
- package/dist/useFormReset-BoxsKyJ9.js +0 -20
- package/dist/useFormValidation-BrbMhS2N.js +0 -232
- package/dist/useHover-DkmPQdGE.js +0 -1047
- package/dist/useLabel-DzXzKZZZ.js +0 -27
- package/dist/useLabels-D8O3gOdV.js +0 -23
- package/dist/useListState-BjnzKozj.js +0 -171
- package/dist/useLocalizedStringFormatter-CEDs0LsA.js +0 -121
- package/dist/useNumberField-CsygZKz9.js +0 -1330
- package/dist/useNumberFormatter-CG_IQXp9.js +0 -13
- package/dist/usePress-Ck5xMtDr.js +0 -701
- package/dist/useToggle-Ddc7N8pR.js +0 -72
- package/dist/useToggleState-H_lORSWO.js +0 -23
- package/dist/utils-Cr3pLd9c.js +0 -420
|
@@ -1,817 +0,0 @@
|
|
|
1
|
-
import { a as $4e85f108e88277b8$export$698f465ec27e93df, c as $4e85f108e88277b8$export$b0d3ecf7112093a7 } from "./RSPContexts-CJ-HBf0L.js";
|
|
2
|
-
import { o as $ff5963eb1fccf552$export$e08e3b67e392101e, d as $bdb11010cef70236$export$f680877a34711e37, c as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, k as $df56164dff5785e2$export$4338b53315abf666, l as $5dc95899b306f630$export$c9058316764c140e, b as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $64fa3d84918910a7$export$fabf2dc03a41866e, g as $64fa3d84918910a7$export$ef03459518577ad4, i as $64fa3d84918910a7$export$2881499e37b75b9a, $ as $64fa3d84918910a7$export$29f1550f4b0d4415, f as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, h as $64fa3d84918910a7$export$4d86445c2cf5e3, a as $64fa3d84918910a7$export$df3a06d6289f983e } from "./utils-Cr3pLd9c.js";
|
|
3
|
-
import { v as $507fabe10e71c6fb$export$630ff653c5ada6a9, d as $c87311424ea30a05$export$fedb369cb70207f1, s as $c87311424ea30a05$export$a11b0059900ceec8, c as $8ae05eaa5c114e9c$export$7f54fc3180508a52, j as $d4ee10de306f2510$export$cd4e5573fbe2b576, e as $431fbd86ca7dc216$export$b204af158042fbac, O as $507fabe10e71c6fb$export$887a228355cf7d95, b as $d4ee10de306f2510$export$e58f029f0fbfdb29, a as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useHover-DkmPQdGE.js";
|
|
4
|
-
import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-D8O3gOdV.js";
|
|
5
|
-
import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-Bfy68GHZ.js";
|
|
6
|
-
import { v as $5671b20cf9b562b2$export$831c820ad60f9d12, w as $55f9b1ae81f22853$export$76e4e37e5339496d, x as $5671b20cf9b562b2$export$447a38995de2c711, y as $55f9b1ae81f22853$export$6c5dc7e81d2cc29a, t as $55f9b1ae81f22853$export$2b35b76d2e30e129, z as $21f1aa98acb08317$export$16792effe837dba3, A as $55f9b1ae81f22853$export$759df0d867455a91 } from "./SelectionManager-B02LcxLr.js";
|
|
7
|
-
import $dbSRa$react__default, { useRef, useState, useEffect, useCallback, useMemo, createContext } from "react";
|
|
8
|
-
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-CEDs0LsA.js";
|
|
9
|
-
import { a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "./Button-DtRmB6b8.js";
|
|
10
|
-
import { $ as $ee014567cb39d3f0$export$ff05c3ac10437e03 } from "./FieldError-BPG0hKfB.js";
|
|
11
|
-
import { $ as $d3e0e05bdfcf66bd$export$c24727297075ec6a } from "./Form-Cq3fu75_.js";
|
|
12
|
-
import { d as $2d73ec29415bd339$export$712718f7aec83d5, b as $3985021b0ad6602f$export$37fb8590cf2c088c, a as $a049562f99e7db0e$export$f9c6924e160136d1 } from "./Input-BG9DaxYN.js";
|
|
13
|
-
import { a as $01b77f81d0f07f68$export$75b6ee27786ba447 } from "./Label-_aSf9-8u.js";
|
|
14
|
-
import { a as $514c0188e459b4c0$export$9afb8bc826b033ea } from "./Text-CjFEHSfr.js";
|
|
15
|
-
import { $ as $f39a9eba43920ace$export$86427a43e3e48ebb } from "./Hidden-DOH36apC.js";
|
|
16
|
-
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-eGTqWSTd.js";
|
|
17
|
-
var $03c9a1a10de12f06$exports = {};
|
|
18
|
-
$03c9a1a10de12f06$exports = {
|
|
19
|
-
"Clear search": `مسح البحث`
|
|
20
|
-
};
|
|
21
|
-
var $4da0c2ffa4ba4159$exports = {};
|
|
22
|
-
$4da0c2ffa4ba4159$exports = {
|
|
23
|
-
"Clear search": `Изчистване на търсене`
|
|
24
|
-
};
|
|
25
|
-
var $8c59fd0c2c96821b$exports = {};
|
|
26
|
-
$8c59fd0c2c96821b$exports = {
|
|
27
|
-
"Clear search": `Vymazat hledání`
|
|
28
|
-
};
|
|
29
|
-
var $0a371f9c1df8120f$exports = {};
|
|
30
|
-
$0a371f9c1df8120f$exports = {
|
|
31
|
-
"Clear search": `Ryd søgning`
|
|
32
|
-
};
|
|
33
|
-
var $67f4d0b0de9f8a52$exports = {};
|
|
34
|
-
$67f4d0b0de9f8a52$exports = {
|
|
35
|
-
"Clear search": `Suche zurücksetzen`
|
|
36
|
-
};
|
|
37
|
-
var $72a312d948f0214b$exports = {};
|
|
38
|
-
$72a312d948f0214b$exports = {
|
|
39
|
-
"Clear search": `Απαλοιφή αναζήτησης`
|
|
40
|
-
};
|
|
41
|
-
var $5012d21d933388c1$exports = {};
|
|
42
|
-
$5012d21d933388c1$exports = {
|
|
43
|
-
"Clear search": `Clear search`
|
|
44
|
-
};
|
|
45
|
-
var $0159854399308e2e$exports = {};
|
|
46
|
-
$0159854399308e2e$exports = {
|
|
47
|
-
"Clear search": `Borrar búsqueda`
|
|
48
|
-
};
|
|
49
|
-
var $390613981d970276$exports = {};
|
|
50
|
-
$390613981d970276$exports = {
|
|
51
|
-
"Clear search": `Tühjenda otsing`
|
|
52
|
-
};
|
|
53
|
-
var $961ae0833f811705$exports = {};
|
|
54
|
-
$961ae0833f811705$exports = {
|
|
55
|
-
"Clear search": `Tyhjennä haku`
|
|
56
|
-
};
|
|
57
|
-
var $26d76742decfd829$exports = {};
|
|
58
|
-
$26d76742decfd829$exports = {
|
|
59
|
-
"Clear search": `Effacer la recherche`
|
|
60
|
-
};
|
|
61
|
-
var $92ef254c82a5c769$exports = {};
|
|
62
|
-
$92ef254c82a5c769$exports = {
|
|
63
|
-
"Clear search": `נקה חיפוש`
|
|
64
|
-
};
|
|
65
|
-
var $e0321b43bdefb8b3$exports = {};
|
|
66
|
-
$e0321b43bdefb8b3$exports = {
|
|
67
|
-
"Clear search": `Obriši pretragu`
|
|
68
|
-
};
|
|
69
|
-
var $0c1ee0b8d50940d9$exports = {};
|
|
70
|
-
$0c1ee0b8d50940d9$exports = {
|
|
71
|
-
"Clear search": `Keresés törlése`
|
|
72
|
-
};
|
|
73
|
-
var $b09198915a38946f$exports = {};
|
|
74
|
-
$b09198915a38946f$exports = {
|
|
75
|
-
"Clear search": `Cancella ricerca`
|
|
76
|
-
};
|
|
77
|
-
var $3a9a3d180c3145c0$exports = {};
|
|
78
|
-
$3a9a3d180c3145c0$exports = {
|
|
79
|
-
"Clear search": `検索をクリア`
|
|
80
|
-
};
|
|
81
|
-
var $b7a611726449f4a3$exports = {};
|
|
82
|
-
$b7a611726449f4a3$exports = {
|
|
83
|
-
"Clear search": `검색 지우기`
|
|
84
|
-
};
|
|
85
|
-
var $d9a3d49db610dd5c$exports = {};
|
|
86
|
-
$d9a3d49db610dd5c$exports = {
|
|
87
|
-
"Clear search": `Išvalyti iešką`
|
|
88
|
-
};
|
|
89
|
-
var $3ab64b73ea27c23a$exports = {};
|
|
90
|
-
$3ab64b73ea27c23a$exports = {
|
|
91
|
-
"Clear search": `Notīrīt meklēšanu`
|
|
92
|
-
};
|
|
93
|
-
var $bf5cce1b47d23baf$exports = {};
|
|
94
|
-
$bf5cce1b47d23baf$exports = {
|
|
95
|
-
"Clear search": `Tøm søk`
|
|
96
|
-
};
|
|
97
|
-
var $4e0c9a9a010e4598$exports = {};
|
|
98
|
-
$4e0c9a9a010e4598$exports = {
|
|
99
|
-
"Clear search": `Zoekactie wissen`
|
|
100
|
-
};
|
|
101
|
-
var $63cf4a75ec270508$exports = {};
|
|
102
|
-
$63cf4a75ec270508$exports = {
|
|
103
|
-
"Clear search": `Wyczyść zawartość wyszukiwania`
|
|
104
|
-
};
|
|
105
|
-
var $083b0cad27fdbd06$exports = {};
|
|
106
|
-
$083b0cad27fdbd06$exports = {
|
|
107
|
-
"Clear search": `Limpar pesquisa`
|
|
108
|
-
};
|
|
109
|
-
var $1b7f0864d830ba6d$exports = {};
|
|
110
|
-
$1b7f0864d830ba6d$exports = {
|
|
111
|
-
"Clear search": `Limpar pesquisa`
|
|
112
|
-
};
|
|
113
|
-
var $d6d2588377fc9718$exports = {};
|
|
114
|
-
$d6d2588377fc9718$exports = {
|
|
115
|
-
"Clear search": `Ştergeţi căutarea`
|
|
116
|
-
};
|
|
117
|
-
var $701c918a4653e946$exports = {};
|
|
118
|
-
$701c918a4653e946$exports = {
|
|
119
|
-
"Clear search": `Очистить поиск`
|
|
120
|
-
};
|
|
121
|
-
var $7cacc29a1e5f4fbe$exports = {};
|
|
122
|
-
$7cacc29a1e5f4fbe$exports = {
|
|
123
|
-
"Clear search": `Vymazať vyhľadávanie`
|
|
124
|
-
};
|
|
125
|
-
var $c63231bcc300d0df$exports = {};
|
|
126
|
-
$c63231bcc300d0df$exports = {
|
|
127
|
-
"Clear search": `Počisti iskanje`
|
|
128
|
-
};
|
|
129
|
-
var $b61510478bc0e6f6$exports = {};
|
|
130
|
-
$b61510478bc0e6f6$exports = {
|
|
131
|
-
"Clear search": `Obriši pretragu`
|
|
132
|
-
};
|
|
133
|
-
var $ce325e6dd3f9c37a$exports = {};
|
|
134
|
-
$ce325e6dd3f9c37a$exports = {
|
|
135
|
-
"Clear search": `Rensa sökning`
|
|
136
|
-
};
|
|
137
|
-
var $1f7e1cf2285af2b2$exports = {};
|
|
138
|
-
$1f7e1cf2285af2b2$exports = {
|
|
139
|
-
"Clear search": `Aramayı temizle`
|
|
140
|
-
};
|
|
141
|
-
var $2d999353ca652e34$exports = {};
|
|
142
|
-
$2d999353ca652e34$exports = {
|
|
143
|
-
"Clear search": `Очистити пошук`
|
|
144
|
-
};
|
|
145
|
-
var $117b536bfb1ae554$exports = {};
|
|
146
|
-
$117b536bfb1ae554$exports = {
|
|
147
|
-
"Clear search": `清除搜索`
|
|
148
|
-
};
|
|
149
|
-
var $525f6fa4ac26e278$exports = {};
|
|
150
|
-
$525f6fa4ac26e278$exports = {
|
|
151
|
-
"Clear search": `清除搜尋條件`
|
|
152
|
-
};
|
|
153
|
-
var $8112f8b883c0272d$exports = {};
|
|
154
|
-
$8112f8b883c0272d$exports = {
|
|
155
|
-
"ar-AE": $03c9a1a10de12f06$exports,
|
|
156
|
-
"bg-BG": $4da0c2ffa4ba4159$exports,
|
|
157
|
-
"cs-CZ": $8c59fd0c2c96821b$exports,
|
|
158
|
-
"da-DK": $0a371f9c1df8120f$exports,
|
|
159
|
-
"de-DE": $67f4d0b0de9f8a52$exports,
|
|
160
|
-
"el-GR": $72a312d948f0214b$exports,
|
|
161
|
-
"en-US": $5012d21d933388c1$exports,
|
|
162
|
-
"es-ES": $0159854399308e2e$exports,
|
|
163
|
-
"et-EE": $390613981d970276$exports,
|
|
164
|
-
"fi-FI": $961ae0833f811705$exports,
|
|
165
|
-
"fr-FR": $26d76742decfd829$exports,
|
|
166
|
-
"he-IL": $92ef254c82a5c769$exports,
|
|
167
|
-
"hr-HR": $e0321b43bdefb8b3$exports,
|
|
168
|
-
"hu-HU": $0c1ee0b8d50940d9$exports,
|
|
169
|
-
"it-IT": $b09198915a38946f$exports,
|
|
170
|
-
"ja-JP": $3a9a3d180c3145c0$exports,
|
|
171
|
-
"ko-KR": $b7a611726449f4a3$exports,
|
|
172
|
-
"lt-LT": $d9a3d49db610dd5c$exports,
|
|
173
|
-
"lv-LV": $3ab64b73ea27c23a$exports,
|
|
174
|
-
"nb-NO": $bf5cce1b47d23baf$exports,
|
|
175
|
-
"nl-NL": $4e0c9a9a010e4598$exports,
|
|
176
|
-
"pl-PL": $63cf4a75ec270508$exports,
|
|
177
|
-
"pt-BR": $083b0cad27fdbd06$exports,
|
|
178
|
-
"pt-PT": $1b7f0864d830ba6d$exports,
|
|
179
|
-
"ro-RO": $d6d2588377fc9718$exports,
|
|
180
|
-
"ru-RU": $701c918a4653e946$exports,
|
|
181
|
-
"sk-SK": $7cacc29a1e5f4fbe$exports,
|
|
182
|
-
"sl-SI": $c63231bcc300d0df$exports,
|
|
183
|
-
"sr-SP": $b61510478bc0e6f6$exports,
|
|
184
|
-
"sv-SE": $ce325e6dd3f9c37a$exports,
|
|
185
|
-
"tr-TR": $1f7e1cf2285af2b2$exports,
|
|
186
|
-
"uk-UA": $2d999353ca652e34$exports,
|
|
187
|
-
"zh-CN": $117b536bfb1ae554$exports,
|
|
188
|
-
"zh-TW": $525f6fa4ac26e278$exports
|
|
189
|
-
};
|
|
190
|
-
function $parcel$interopDefault$1(a) {
|
|
191
|
-
return a && a.__esModule ? a.default : a;
|
|
192
|
-
}
|
|
193
|
-
function $4d52238874b24f86$export$9bb30bbe003b82e0(props, state, inputRef) {
|
|
194
|
-
let stringFormatter = $fca6afa0e843324b$export$f12b703ca79dfbb1($parcel$interopDefault$1($8112f8b883c0272d$exports), "@react-aria/searchfield");
|
|
195
|
-
let { isDisabled, isReadOnly, onSubmit, onClear, type = "search" } = props;
|
|
196
|
-
let onKeyDown = (e) => {
|
|
197
|
-
const key = e.key;
|
|
198
|
-
if (key === "Enter" && (isDisabled || isReadOnly)) e.preventDefault();
|
|
199
|
-
if (isDisabled || isReadOnly) return;
|
|
200
|
-
if (key === "Enter" && onSubmit) {
|
|
201
|
-
e.preventDefault();
|
|
202
|
-
onSubmit(state.value);
|
|
203
|
-
}
|
|
204
|
-
if (key === "Escape") {
|
|
205
|
-
if (state.value === "" && (!inputRef.current || inputRef.current.value === "")) e.continuePropagation();
|
|
206
|
-
else {
|
|
207
|
-
e.preventDefault();
|
|
208
|
-
state.setValue("");
|
|
209
|
-
if (onClear) onClear();
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
};
|
|
213
|
-
let onClearButtonClick = () => {
|
|
214
|
-
state.setValue("");
|
|
215
|
-
if (onClear) onClear();
|
|
216
|
-
};
|
|
217
|
-
let onPressStart = () => {
|
|
218
|
-
var _inputRef_current;
|
|
219
|
-
(_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 ? void 0 : _inputRef_current.focus();
|
|
220
|
-
};
|
|
221
|
-
let { labelProps, inputProps, descriptionProps, errorMessageProps, ...validation } = $2d73ec29415bd339$export$712718f7aec83d5({
|
|
222
|
-
...props,
|
|
223
|
-
value: state.value,
|
|
224
|
-
onChange: state.setValue,
|
|
225
|
-
onKeyDown: !isReadOnly ? $ff5963eb1fccf552$export$e08e3b67e392101e(onKeyDown, props.onKeyDown) : props.onKeyDown,
|
|
226
|
-
type
|
|
227
|
-
}, inputRef);
|
|
228
|
-
return {
|
|
229
|
-
labelProps,
|
|
230
|
-
inputProps: {
|
|
231
|
-
...inputProps,
|
|
232
|
-
// already handled by useSearchFieldState
|
|
233
|
-
defaultValue: void 0
|
|
234
|
-
},
|
|
235
|
-
clearButtonProps: {
|
|
236
|
-
"aria-label": stringFormatter.format("Clear search"),
|
|
237
|
-
excludeFromTabOrder: true,
|
|
238
|
-
preventFocusOnPress: true,
|
|
239
|
-
isDisabled: isDisabled || isReadOnly,
|
|
240
|
-
onPress: onClearButtonClick,
|
|
241
|
-
onPressStart
|
|
242
|
-
},
|
|
243
|
-
descriptionProps,
|
|
244
|
-
errorMessageProps,
|
|
245
|
-
...validation
|
|
246
|
-
};
|
|
247
|
-
}
|
|
248
|
-
var $35cd24659c58727a$exports = {};
|
|
249
|
-
$35cd24659c58727a$exports = {
|
|
250
|
-
"collectionLabel": `مقترحات`
|
|
251
|
-
};
|
|
252
|
-
var $cf76f2b22038d1dc$exports = {};
|
|
253
|
-
$cf76f2b22038d1dc$exports = {
|
|
254
|
-
"collectionLabel": `Предложения`
|
|
255
|
-
};
|
|
256
|
-
var $d0ef36edb6b10634$exports = {};
|
|
257
|
-
$d0ef36edb6b10634$exports = {
|
|
258
|
-
"collectionLabel": `Návrhy`
|
|
259
|
-
};
|
|
260
|
-
var $9746cad167cf365e$exports = {};
|
|
261
|
-
$9746cad167cf365e$exports = {
|
|
262
|
-
"collectionLabel": `Forslag`
|
|
263
|
-
};
|
|
264
|
-
var $e096aa0a23f85b04$exports = {};
|
|
265
|
-
$e096aa0a23f85b04$exports = {
|
|
266
|
-
"collectionLabel": `Empfehlungen`
|
|
267
|
-
};
|
|
268
|
-
var $0e9f1c25f5631e6c$exports = {};
|
|
269
|
-
$0e9f1c25f5631e6c$exports = {
|
|
270
|
-
"collectionLabel": `Προτάσεις`
|
|
271
|
-
};
|
|
272
|
-
var $f195635a1f9154fe$exports = {};
|
|
273
|
-
$f195635a1f9154fe$exports = {
|
|
274
|
-
"collectionLabel": `Suggestions`
|
|
275
|
-
};
|
|
276
|
-
var $0ab437f467150cd9$exports = {};
|
|
277
|
-
$0ab437f467150cd9$exports = {
|
|
278
|
-
"collectionLabel": `Sugerencias`
|
|
279
|
-
};
|
|
280
|
-
var $5978f02f4e2f5026$exports = {};
|
|
281
|
-
$5978f02f4e2f5026$exports = {
|
|
282
|
-
"collectionLabel": `Soovitused`
|
|
283
|
-
};
|
|
284
|
-
var $7ceabaf205d867a4$exports = {};
|
|
285
|
-
$7ceabaf205d867a4$exports = {
|
|
286
|
-
"collectionLabel": `Ehdotukset`
|
|
287
|
-
};
|
|
288
|
-
var $9153fe570822488b$exports = {};
|
|
289
|
-
$9153fe570822488b$exports = {
|
|
290
|
-
"collectionLabel": `Suggestions`
|
|
291
|
-
};
|
|
292
|
-
var $b353f6056f620327$exports = {};
|
|
293
|
-
$b353f6056f620327$exports = {
|
|
294
|
-
"collectionLabel": `הצעות`
|
|
295
|
-
};
|
|
296
|
-
var $75f34cf3de3b71c1$exports = {};
|
|
297
|
-
$75f34cf3de3b71c1$exports = {
|
|
298
|
-
"collectionLabel": `Prijedlozi`
|
|
299
|
-
};
|
|
300
|
-
var $315984f57113734f$exports = {};
|
|
301
|
-
$315984f57113734f$exports = {
|
|
302
|
-
"collectionLabel": `Javaslatok`
|
|
303
|
-
};
|
|
304
|
-
var $f114a6a0dcc9e764$exports = {};
|
|
305
|
-
$f114a6a0dcc9e764$exports = {
|
|
306
|
-
"collectionLabel": `Suggerimenti`
|
|
307
|
-
};
|
|
308
|
-
var $da9ccdb501807c66$exports = {};
|
|
309
|
-
$da9ccdb501807c66$exports = {
|
|
310
|
-
"collectionLabel": `候補`
|
|
311
|
-
};
|
|
312
|
-
var $ee4f74cff6d185d7$exports = {};
|
|
313
|
-
$ee4f74cff6d185d7$exports = {
|
|
314
|
-
"collectionLabel": `제안`
|
|
315
|
-
};
|
|
316
|
-
var $9f921d880c5b9f0f$exports = {};
|
|
317
|
-
$9f921d880c5b9f0f$exports = {
|
|
318
|
-
"collectionLabel": `Pasiūlymai`
|
|
319
|
-
};
|
|
320
|
-
var $2516f8bc94df6b6f$exports = {};
|
|
321
|
-
$2516f8bc94df6b6f$exports = {
|
|
322
|
-
"collectionLabel": `Ieteikumi`
|
|
323
|
-
};
|
|
324
|
-
var $2f701b767fa6559c$exports = {};
|
|
325
|
-
$2f701b767fa6559c$exports = {
|
|
326
|
-
"collectionLabel": `Forslag`
|
|
327
|
-
};
|
|
328
|
-
var $1397b38c000e3e4b$exports = {};
|
|
329
|
-
$1397b38c000e3e4b$exports = {
|
|
330
|
-
"collectionLabel": `Suggesties`
|
|
331
|
-
};
|
|
332
|
-
var $25bedea7b332a070$exports = {};
|
|
333
|
-
$25bedea7b332a070$exports = {
|
|
334
|
-
"collectionLabel": `Sugestie`
|
|
335
|
-
};
|
|
336
|
-
var $1e398002a8be3d02$exports = {};
|
|
337
|
-
$1e398002a8be3d02$exports = {
|
|
338
|
-
"collectionLabel": `Sugestões`
|
|
339
|
-
};
|
|
340
|
-
var $ae2286b176a3af67$exports = {};
|
|
341
|
-
$ae2286b176a3af67$exports = {
|
|
342
|
-
"collectionLabel": `Sugestões`
|
|
343
|
-
};
|
|
344
|
-
var $42d5bcc619a7aaac$exports = {};
|
|
345
|
-
$42d5bcc619a7aaac$exports = {
|
|
346
|
-
"collectionLabel": `Sugestii`
|
|
347
|
-
};
|
|
348
|
-
var $bafcc9870f83af97$exports = {};
|
|
349
|
-
$bafcc9870f83af97$exports = {
|
|
350
|
-
"collectionLabel": `Предложения`
|
|
351
|
-
};
|
|
352
|
-
var $a59a67776704c670$exports = {};
|
|
353
|
-
$a59a67776704c670$exports = {
|
|
354
|
-
"collectionLabel": `Návrhy`
|
|
355
|
-
};
|
|
356
|
-
var $070e1709fddbf199$exports = {};
|
|
357
|
-
$070e1709fddbf199$exports = {
|
|
358
|
-
"collectionLabel": `Predlogi`
|
|
359
|
-
};
|
|
360
|
-
var $4ed19d2fc07f94be$exports = {};
|
|
361
|
-
$4ed19d2fc07f94be$exports = {
|
|
362
|
-
"collectionLabel": `Predlozi`
|
|
363
|
-
};
|
|
364
|
-
var $bb4efe76ac2ad6af$exports = {};
|
|
365
|
-
$bb4efe76ac2ad6af$exports = {
|
|
366
|
-
"collectionLabel": `Förslag`
|
|
367
|
-
};
|
|
368
|
-
var $ecc6dce838a94ce1$exports = {};
|
|
369
|
-
$ecc6dce838a94ce1$exports = {
|
|
370
|
-
"collectionLabel": `Öneriler`
|
|
371
|
-
};
|
|
372
|
-
var $61d6a54fe0f4cb76$exports = {};
|
|
373
|
-
$61d6a54fe0f4cb76$exports = {
|
|
374
|
-
"collectionLabel": `Пропозиції`
|
|
375
|
-
};
|
|
376
|
-
var $e98983e40b8886ed$exports = {};
|
|
377
|
-
$e98983e40b8886ed$exports = {
|
|
378
|
-
"collectionLabel": `建议`
|
|
379
|
-
};
|
|
380
|
-
var $5bfd172db1a18268$exports = {};
|
|
381
|
-
$5bfd172db1a18268$exports = {
|
|
382
|
-
"collectionLabel": `建議`
|
|
383
|
-
};
|
|
384
|
-
var $957f4f2fd749edef$exports = {};
|
|
385
|
-
$957f4f2fd749edef$exports = {
|
|
386
|
-
"ar-AE": $35cd24659c58727a$exports,
|
|
387
|
-
"bg-BG": $cf76f2b22038d1dc$exports,
|
|
388
|
-
"cs-CZ": $d0ef36edb6b10634$exports,
|
|
389
|
-
"da-DK": $9746cad167cf365e$exports,
|
|
390
|
-
"de-DE": $e096aa0a23f85b04$exports,
|
|
391
|
-
"el-GR": $0e9f1c25f5631e6c$exports,
|
|
392
|
-
"en-US": $f195635a1f9154fe$exports,
|
|
393
|
-
"es-ES": $0ab437f467150cd9$exports,
|
|
394
|
-
"et-EE": $5978f02f4e2f5026$exports,
|
|
395
|
-
"fi-FI": $7ceabaf205d867a4$exports,
|
|
396
|
-
"fr-FR": $9153fe570822488b$exports,
|
|
397
|
-
"he-IL": $b353f6056f620327$exports,
|
|
398
|
-
"hr-HR": $75f34cf3de3b71c1$exports,
|
|
399
|
-
"hu-HU": $315984f57113734f$exports,
|
|
400
|
-
"it-IT": $f114a6a0dcc9e764$exports,
|
|
401
|
-
"ja-JP": $da9ccdb501807c66$exports,
|
|
402
|
-
"ko-KR": $ee4f74cff6d185d7$exports,
|
|
403
|
-
"lt-LT": $9f921d880c5b9f0f$exports,
|
|
404
|
-
"lv-LV": $2516f8bc94df6b6f$exports,
|
|
405
|
-
"nb-NO": $2f701b767fa6559c$exports,
|
|
406
|
-
"nl-NL": $1397b38c000e3e4b$exports,
|
|
407
|
-
"pl-PL": $25bedea7b332a070$exports,
|
|
408
|
-
"pt-BR": $1e398002a8be3d02$exports,
|
|
409
|
-
"pt-PT": $ae2286b176a3af67$exports,
|
|
410
|
-
"ro-RO": $42d5bcc619a7aaac$exports,
|
|
411
|
-
"ru-RU": $bafcc9870f83af97$exports,
|
|
412
|
-
"sk-SK": $a59a67776704c670$exports,
|
|
413
|
-
"sl-SI": $070e1709fddbf199$exports,
|
|
414
|
-
"sr-SP": $4ed19d2fc07f94be$exports,
|
|
415
|
-
"sv-SE": $bb4efe76ac2ad6af$exports,
|
|
416
|
-
"tr-TR": $ecc6dce838a94ce1$exports,
|
|
417
|
-
"uk-UA": $61d6a54fe0f4cb76$exports,
|
|
418
|
-
"zh-CN": $e98983e40b8886ed$exports,
|
|
419
|
-
"zh-TW": $5bfd172db1a18268$exports
|
|
420
|
-
};
|
|
421
|
-
function $parcel$interopDefault(a) {
|
|
422
|
-
return a && a.__esModule ? a.default : a;
|
|
423
|
-
}
|
|
424
|
-
function $48f6ba390f8c5b59$export$1e40b3ca02d92d21(props, state) {
|
|
425
|
-
let { inputRef, collectionRef, filter, disableAutoFocusFirst = false, disableVirtualFocus = false } = props;
|
|
426
|
-
let collectionId = $bdb11010cef70236$export$f680877a34711e37();
|
|
427
|
-
let timeout = useRef(void 0);
|
|
428
|
-
let delayNextActiveDescendant = useRef(false);
|
|
429
|
-
let queuedActiveDescendant = useRef(null);
|
|
430
|
-
let isMobileScreenReader = $507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual" && ($c87311424ea30a05$export$fedb369cb70207f1() || $c87311424ea30a05$export$a11b0059900ceec8());
|
|
431
|
-
let [shouldUseVirtualFocus, setShouldUseVirtualFocus] = useState(!isMobileScreenReader && !disableVirtualFocus);
|
|
432
|
-
let [hasCollection, setHasCollection] = useState(false);
|
|
433
|
-
useEffect(() => {
|
|
434
|
-
return () => clearTimeout(timeout.current);
|
|
435
|
-
}, []);
|
|
436
|
-
let updateActiveDescendantEvent = $8ae05eaa5c114e9c$export$7f54fc3180508a52((e) => {
|
|
437
|
-
if (!e.isTrusted && shouldUseVirtualFocus && inputRef.current && $d4ee10de306f2510$export$cd4e5573fbe2b576($431fbd86ca7dc216$export$b204af158042fbac(inputRef.current)) !== inputRef.current && $507fabe10e71c6fb$export$887a228355cf7d95() !== "touch") inputRef.current.focus();
|
|
438
|
-
let target = $d4ee10de306f2510$export$e58f029f0fbfdb29(e);
|
|
439
|
-
if (e.isTrusted || !target || queuedActiveDescendant.current === target.id) return;
|
|
440
|
-
clearTimeout(timeout.current);
|
|
441
|
-
if (target !== collectionRef.current) {
|
|
442
|
-
if (delayNextActiveDescendant.current) {
|
|
443
|
-
queuedActiveDescendant.current = target.id;
|
|
444
|
-
timeout.current = setTimeout(() => {
|
|
445
|
-
state.setFocusedNodeId(target.id);
|
|
446
|
-
}, 500);
|
|
447
|
-
} else {
|
|
448
|
-
queuedActiveDescendant.current = target.id;
|
|
449
|
-
state.setFocusedNodeId(target.id);
|
|
450
|
-
}
|
|
451
|
-
} else if (queuedActiveDescendant.current && !document.getElementById(queuedActiveDescendant.current)) {
|
|
452
|
-
queuedActiveDescendant.current = null;
|
|
453
|
-
state.setFocusedNodeId(null);
|
|
454
|
-
}
|
|
455
|
-
delayNextActiveDescendant.current = false;
|
|
456
|
-
});
|
|
457
|
-
let [collectionNode, setCollectionNode] = useState(null);
|
|
458
|
-
let callbackRef = useCallback((node) => {
|
|
459
|
-
setCollectionNode(node);
|
|
460
|
-
if (node != null) {
|
|
461
|
-
if (node.getAttribute("tabindex") != null) setShouldUseVirtualFocus(false);
|
|
462
|
-
setHasCollection(true);
|
|
463
|
-
} else setHasCollection(false);
|
|
464
|
-
}, []);
|
|
465
|
-
$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
|
|
466
|
-
if (collectionNode != null)
|
|
467
|
-
collectionNode.addEventListener("focusin", updateActiveDescendantEvent);
|
|
468
|
-
return () => {
|
|
469
|
-
collectionNode === null || collectionNode === void 0 ? void 0 : collectionNode.removeEventListener("focusin", updateActiveDescendantEvent);
|
|
470
|
-
};
|
|
471
|
-
}, [
|
|
472
|
-
collectionNode
|
|
473
|
-
]);
|
|
474
|
-
let mergedCollectionRef = $df56164dff5785e2$export$4338b53315abf666(useMemo(() => $5dc95899b306f630$export$c9058316764c140e(collectionRef, callbackRef), [
|
|
475
|
-
collectionRef,
|
|
476
|
-
callbackRef
|
|
477
|
-
]));
|
|
478
|
-
let focusFirstItem = useCallback(() => {
|
|
479
|
-
var _collectionRef_current;
|
|
480
|
-
delayNextActiveDescendant.current = true;
|
|
481
|
-
(_collectionRef_current = collectionRef.current) === null || _collectionRef_current === void 0 ? void 0 : _collectionRef_current.dispatchEvent(new CustomEvent($5671b20cf9b562b2$export$831c820ad60f9d12, {
|
|
482
|
-
cancelable: true,
|
|
483
|
-
bubbles: true,
|
|
484
|
-
detail: {
|
|
485
|
-
focusStrategy: "first"
|
|
486
|
-
}
|
|
487
|
-
}));
|
|
488
|
-
}, [
|
|
489
|
-
collectionRef
|
|
490
|
-
]);
|
|
491
|
-
let clearVirtualFocus = useCallback((clearFocusKey) => {
|
|
492
|
-
var _collectionRef_current;
|
|
493
|
-
$55f9b1ae81f22853$export$76e4e37e5339496d($d4ee10de306f2510$export$cd4e5573fbe2b576());
|
|
494
|
-
queuedActiveDescendant.current = null;
|
|
495
|
-
state.setFocusedNodeId(null);
|
|
496
|
-
let clearFocusEvent = new CustomEvent($5671b20cf9b562b2$export$447a38995de2c711, {
|
|
497
|
-
cancelable: true,
|
|
498
|
-
bubbles: true,
|
|
499
|
-
detail: {
|
|
500
|
-
clearFocusKey
|
|
501
|
-
}
|
|
502
|
-
});
|
|
503
|
-
clearTimeout(timeout.current);
|
|
504
|
-
delayNextActiveDescendant.current = false;
|
|
505
|
-
(_collectionRef_current = collectionRef.current) === null || _collectionRef_current === void 0 ? void 0 : _collectionRef_current.dispatchEvent(clearFocusEvent);
|
|
506
|
-
}, [
|
|
507
|
-
collectionRef,
|
|
508
|
-
state
|
|
509
|
-
]);
|
|
510
|
-
let lastInputType = useRef("");
|
|
511
|
-
$e9faafb641e167db$export$90fc3a17d93f704c(inputRef, "input", (e) => {
|
|
512
|
-
let { inputType } = e;
|
|
513
|
-
lastInputType.current = inputType;
|
|
514
|
-
});
|
|
515
|
-
let onChange = (value) => {
|
|
516
|
-
if (lastInputType.current === "insertText" && !disableAutoFocusFirst) focusFirstItem();
|
|
517
|
-
else if (lastInputType.current && (lastInputType.current.includes("insert") || lastInputType.current.includes("delete") || lastInputType.current.includes("history"))) {
|
|
518
|
-
clearVirtualFocus(true);
|
|
519
|
-
if ($55f9b1ae81f22853$export$759df0d867455a91(document) === inputRef.current) $55f9b1ae81f22853$export$2b35b76d2e30e129(inputRef.current, null);
|
|
520
|
-
}
|
|
521
|
-
state.setInputValue(value);
|
|
522
|
-
};
|
|
523
|
-
let keyDownTarget = useRef(null);
|
|
524
|
-
let onKeyDown = (e) => {
|
|
525
|
-
keyDownTarget.current = $d4ee10de306f2510$export$e58f029f0fbfdb29(e);
|
|
526
|
-
if (e.nativeEvent.isComposing) return;
|
|
527
|
-
let focusedNodeId = queuedActiveDescendant.current;
|
|
528
|
-
switch (e.key) {
|
|
529
|
-
case "a":
|
|
530
|
-
if ($21f1aa98acb08317$export$16792effe837dba3(e)) return;
|
|
531
|
-
break;
|
|
532
|
-
case "Escape":
|
|
533
|
-
if (e.isDefaultPrevented()) return;
|
|
534
|
-
break;
|
|
535
|
-
case " ":
|
|
536
|
-
return;
|
|
537
|
-
case "Tab":
|
|
538
|
-
if ("continuePropagation" in e) e.continuePropagation();
|
|
539
|
-
return;
|
|
540
|
-
case "Home":
|
|
541
|
-
case "End":
|
|
542
|
-
case "PageDown":
|
|
543
|
-
case "PageUp":
|
|
544
|
-
case "ArrowUp":
|
|
545
|
-
case "ArrowDown": {
|
|
546
|
-
var _collectionRef_current;
|
|
547
|
-
if ((e.key === "Home" || e.key === "End") && focusedNodeId == null && e.shiftKey) return;
|
|
548
|
-
e.preventDefault();
|
|
549
|
-
let focusCollection = new CustomEvent($5671b20cf9b562b2$export$831c820ad60f9d12, {
|
|
550
|
-
cancelable: true,
|
|
551
|
-
bubbles: true
|
|
552
|
-
});
|
|
553
|
-
(_collectionRef_current = collectionRef.current) === null || _collectionRef_current === void 0 ? void 0 : _collectionRef_current.dispatchEvent(focusCollection);
|
|
554
|
-
break;
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
if (!e.isPropagationStopped()) e.stopPropagation();
|
|
558
|
-
let shouldPerformDefaultAction = true;
|
|
559
|
-
if (collectionRef.current !== null) {
|
|
560
|
-
var _collectionRef_current1;
|
|
561
|
-
if (focusedNodeId == null) shouldPerformDefaultAction = ((_collectionRef_current1 = collectionRef.current) === null || _collectionRef_current1 === void 0 ? void 0 : _collectionRef_current1.dispatchEvent(new KeyboardEvent(e.nativeEvent.type, e.nativeEvent))) || false;
|
|
562
|
-
else {
|
|
563
|
-
let item = document.getElementById(focusedNodeId);
|
|
564
|
-
if (item) shouldPerformDefaultAction = (item === null || item === void 0 ? void 0 : item.dispatchEvent(new KeyboardEvent(e.nativeEvent.type, e.nativeEvent))) || false;
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
if (shouldPerformDefaultAction) switch (e.key) {
|
|
568
|
-
case "ArrowLeft":
|
|
569
|
-
case "ArrowRight":
|
|
570
|
-
clearVirtualFocus();
|
|
571
|
-
break;
|
|
572
|
-
case "Enter":
|
|
573
|
-
if (focusedNodeId != null) {
|
|
574
|
-
let item = document.getElementById(focusedNodeId);
|
|
575
|
-
item === null || item === void 0 ? void 0 : item.dispatchEvent(new PointerEvent("click", e.nativeEvent));
|
|
576
|
-
}
|
|
577
|
-
break;
|
|
578
|
-
}
|
|
579
|
-
else
|
|
580
|
-
e.preventDefault();
|
|
581
|
-
};
|
|
582
|
-
let onKeyUpCapture = $8ae05eaa5c114e9c$export$7f54fc3180508a52((e) => {
|
|
583
|
-
if ($d4ee10de306f2510$export$e58f029f0fbfdb29(e) === keyDownTarget.current) {
|
|
584
|
-
var _collectionRef_current;
|
|
585
|
-
e.stopImmediatePropagation();
|
|
586
|
-
let focusedNodeId = queuedActiveDescendant.current;
|
|
587
|
-
if (focusedNodeId == null) (_collectionRef_current = collectionRef.current) === null || _collectionRef_current === void 0 ? void 0 : _collectionRef_current.dispatchEvent(new KeyboardEvent(e.type, e));
|
|
588
|
-
else {
|
|
589
|
-
let item = document.getElementById(focusedNodeId);
|
|
590
|
-
item === null || item === void 0 ? void 0 : item.dispatchEvent(new KeyboardEvent(e.type, e));
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
});
|
|
594
|
-
useEffect(() => {
|
|
595
|
-
document.addEventListener("keyup", onKeyUpCapture, true);
|
|
596
|
-
return () => {
|
|
597
|
-
document.removeEventListener("keyup", onKeyUpCapture, true);
|
|
598
|
-
};
|
|
599
|
-
}, []);
|
|
600
|
-
let stringFormatter = $fca6afa0e843324b$export$f12b703ca79dfbb1($parcel$interopDefault($957f4f2fd749edef$exports), "@react-aria/autocomplete");
|
|
601
|
-
let collectionProps = $313b98861ee5dd6c$export$d6875122194c7b44({
|
|
602
|
-
id: collectionId,
|
|
603
|
-
"aria-label": stringFormatter.format("collectionLabel")
|
|
604
|
-
});
|
|
605
|
-
let filterFn = useCallback((nodeTextValue, node) => {
|
|
606
|
-
if (filter) return filter(nodeTextValue, state.inputValue, node);
|
|
607
|
-
return true;
|
|
608
|
-
}, [
|
|
609
|
-
state.inputValue,
|
|
610
|
-
filter
|
|
611
|
-
]);
|
|
612
|
-
let onBlur = (e) => {
|
|
613
|
-
if (!e.isTrusted) return;
|
|
614
|
-
let lastFocusedNode = queuedActiveDescendant.current ? document.getElementById(queuedActiveDescendant.current) : null;
|
|
615
|
-
if (lastFocusedNode) $55f9b1ae81f22853$export$6c5dc7e81d2cc29a(lastFocusedNode, e.relatedTarget);
|
|
616
|
-
};
|
|
617
|
-
let onFocus = (e) => {
|
|
618
|
-
if (!e.isTrusted) return;
|
|
619
|
-
let curFocusedNode = queuedActiveDescendant.current ? document.getElementById(queuedActiveDescendant.current) : null;
|
|
620
|
-
if (curFocusedNode) {
|
|
621
|
-
let target = $d4ee10de306f2510$export$e58f029f0fbfdb29(e);
|
|
622
|
-
queueMicrotask(() => {
|
|
623
|
-
$55f9b1ae81f22853$export$6c5dc7e81d2cc29a(target, collectionRef.current);
|
|
624
|
-
$55f9b1ae81f22853$export$2b35b76d2e30e129(collectionRef.current, target);
|
|
625
|
-
});
|
|
626
|
-
}
|
|
627
|
-
};
|
|
628
|
-
let inputProps = {
|
|
629
|
-
value: state.inputValue,
|
|
630
|
-
onChange
|
|
631
|
-
};
|
|
632
|
-
var _state_focusedNodeId;
|
|
633
|
-
let virtualFocusProps = {
|
|
634
|
-
onKeyDown,
|
|
635
|
-
"aria-activedescendant": (_state_focusedNodeId = state.focusedNodeId) !== null && _state_focusedNodeId !== void 0 ? _state_focusedNodeId : void 0,
|
|
636
|
-
onBlur,
|
|
637
|
-
onFocus
|
|
638
|
-
};
|
|
639
|
-
if (hasCollection) inputProps = {
|
|
640
|
-
...inputProps,
|
|
641
|
-
...shouldUseVirtualFocus && virtualFocusProps,
|
|
642
|
-
enterKeyHint: "go",
|
|
643
|
-
"aria-controls": collectionId,
|
|
644
|
-
// TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)
|
|
645
|
-
"aria-autocomplete": "list",
|
|
646
|
-
// This disable's iOS's autocorrect suggestions, since the autocomplete provides its own suggestions.
|
|
647
|
-
autoCorrect: "off",
|
|
648
|
-
// This disable's the macOS Safari spell check auto corrections.
|
|
649
|
-
spellCheck: "false",
|
|
650
|
-
autoComplete: "off"
|
|
651
|
-
};
|
|
652
|
-
return {
|
|
653
|
-
inputProps,
|
|
654
|
-
collectionProps: $3ef42575df84b30b$export$9d1611c77c2fe928(collectionProps, {
|
|
655
|
-
shouldUseVirtualFocus,
|
|
656
|
-
disallowTypeAhead: shouldUseVirtualFocus
|
|
657
|
-
}),
|
|
658
|
-
collectionRef: mergedCollectionRef,
|
|
659
|
-
filter: filter != null ? filterFn : void 0
|
|
660
|
-
};
|
|
661
|
-
}
|
|
662
|
-
function $94680be9a48a8f2d$export$ce1595f6e1a63433(props) {
|
|
663
|
-
let { onInputChange: propsOnInputChange, inputValue: propsInputValue, defaultInputValue: propsDefaultInputValue = "" } = props;
|
|
664
|
-
let onInputChange = (value) => {
|
|
665
|
-
if (propsOnInputChange) propsOnInputChange(value);
|
|
666
|
-
};
|
|
667
|
-
let [focusedNodeId, setFocusedNodeId] = useState(null);
|
|
668
|
-
let [inputValue, setInputValue] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(propsInputValue, propsDefaultInputValue, onInputChange);
|
|
669
|
-
return {
|
|
670
|
-
inputValue,
|
|
671
|
-
setInputValue,
|
|
672
|
-
focusedNodeId,
|
|
673
|
-
setFocusedNodeId
|
|
674
|
-
};
|
|
675
|
-
}
|
|
676
|
-
const $d2f53cda644affe3$export$36e687af51cd0967 = /* @__PURE__ */ createContext(null);
|
|
677
|
-
const $d2f53cda644affe3$export$68ee3368b6d68148 = /* @__PURE__ */ createContext(null);
|
|
678
|
-
function $d2f53cda644affe3$export$2f2b9559550c7bbc(props) {
|
|
679
|
-
let ctx = $64fa3d84918910a7$export$fabf2dc03a41866e($d2f53cda644affe3$export$36e687af51cd0967, props.slot);
|
|
680
|
-
props = $3ef42575df84b30b$export$9d1611c77c2fe928(ctx, props);
|
|
681
|
-
let { filter, disableAutoFocusFirst } = props;
|
|
682
|
-
let state = $94680be9a48a8f2d$export$ce1595f6e1a63433(props);
|
|
683
|
-
let inputRef = useRef(null);
|
|
684
|
-
let collectionRef = useRef(null);
|
|
685
|
-
let { inputProps, collectionProps, collectionRef: mergedCollectionRef, filter: filterFn } = $48f6ba390f8c5b59$export$1e40b3ca02d92d21({
|
|
686
|
-
...$64fa3d84918910a7$export$ef03459518577ad4(props),
|
|
687
|
-
filter,
|
|
688
|
-
disableAutoFocusFirst,
|
|
689
|
-
inputRef,
|
|
690
|
-
collectionRef
|
|
691
|
-
}, state);
|
|
692
|
-
return /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
|
|
693
|
-
values: [
|
|
694
|
-
[
|
|
695
|
-
$d2f53cda644affe3$export$68ee3368b6d68148,
|
|
696
|
-
state
|
|
697
|
-
],
|
|
698
|
-
[
|
|
699
|
-
$4e85f108e88277b8$export$698f465ec27e93df,
|
|
700
|
-
{
|
|
701
|
-
...inputProps,
|
|
702
|
-
ref: inputRef
|
|
703
|
-
}
|
|
704
|
-
],
|
|
705
|
-
[
|
|
706
|
-
$4e85f108e88277b8$export$b0d3ecf7112093a7,
|
|
707
|
-
{
|
|
708
|
-
...collectionProps,
|
|
709
|
-
filter: filterFn,
|
|
710
|
-
ref: mergedCollectionRef
|
|
711
|
-
}
|
|
712
|
-
]
|
|
713
|
-
]
|
|
714
|
-
}, props.children);
|
|
715
|
-
}
|
|
716
|
-
function $0b2218c4e3fe7d7e$export$3f8be18b0f41eaf2(props) {
|
|
717
|
-
let [value, setValue] = $458b0a5536c1a7cf$export$40bfa8c7b0832715($0b2218c4e3fe7d7e$var$toString(props.value), $0b2218c4e3fe7d7e$var$toString(props.defaultValue) || "", props.onChange);
|
|
718
|
-
return {
|
|
719
|
-
value,
|
|
720
|
-
setValue
|
|
721
|
-
};
|
|
722
|
-
}
|
|
723
|
-
function $0b2218c4e3fe7d7e$var$toString(val) {
|
|
724
|
-
if (val == null) return;
|
|
725
|
-
return val.toString();
|
|
726
|
-
}
|
|
727
|
-
const $440f4836bcb56932$export$d1c4e4c63cb03a11 = /* @__PURE__ */ createContext(null);
|
|
728
|
-
const $440f4836bcb56932$export$b94867ecbd698f21 = /* @__PURE__ */ $f39a9eba43920ace$export$86427a43e3e48ebb(function SearchField(props, ref) {
|
|
729
|
-
[props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $440f4836bcb56932$export$d1c4e4c63cb03a11);
|
|
730
|
-
let { validationBehavior: formValidationBehavior } = $64fa3d84918910a7$export$fabf2dc03a41866e($d3e0e05bdfcf66bd$export$c24727297075ec6a) || {};
|
|
731
|
-
var _props_validationBehavior, _ref;
|
|
732
|
-
let validationBehavior = (_ref = (_props_validationBehavior = props.validationBehavior) !== null && _props_validationBehavior !== void 0 ? _props_validationBehavior : formValidationBehavior) !== null && _ref !== void 0 ? _ref : "native";
|
|
733
|
-
let inputRef = useRef(null);
|
|
734
|
-
[props, inputRef] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, inputRef, $4e85f108e88277b8$export$698f465ec27e93df);
|
|
735
|
-
let [labelRef, label] = $64fa3d84918910a7$export$9d4c57ee4c6ffdd8(!props["aria-label"] && !props["aria-labelledby"]);
|
|
736
|
-
let state = $0b2218c4e3fe7d7e$export$3f8be18b0f41eaf2({
|
|
737
|
-
...props,
|
|
738
|
-
validationBehavior
|
|
739
|
-
});
|
|
740
|
-
let { labelProps, inputProps, clearButtonProps, descriptionProps, errorMessageProps, ...validation } = $4d52238874b24f86$export$9bb30bbe003b82e0({
|
|
741
|
-
...$64fa3d84918910a7$export$ef03459518577ad4(props),
|
|
742
|
-
label,
|
|
743
|
-
validationBehavior
|
|
744
|
-
}, state, inputRef);
|
|
745
|
-
let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
|
|
746
|
-
...props,
|
|
747
|
-
values: {
|
|
748
|
-
isEmpty: state.value === "",
|
|
749
|
-
isDisabled: props.isDisabled || false,
|
|
750
|
-
isInvalid: validation.isInvalid || false,
|
|
751
|
-
isReadOnly: props.isReadOnly || false,
|
|
752
|
-
isRequired: props.isRequired || false,
|
|
753
|
-
state
|
|
754
|
-
},
|
|
755
|
-
defaultClassName: "react-aria-SearchField"
|
|
756
|
-
});
|
|
757
|
-
let DOMProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
|
|
758
|
-
global: true
|
|
759
|
-
});
|
|
760
|
-
delete DOMProps.id;
|
|
761
|
-
return /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$df3a06d6289f983e.div, {
|
|
762
|
-
...DOMProps,
|
|
763
|
-
...renderProps,
|
|
764
|
-
ref,
|
|
765
|
-
slot: props.slot || void 0,
|
|
766
|
-
"data-empty": state.value === "" || void 0,
|
|
767
|
-
"data-disabled": props.isDisabled || void 0,
|
|
768
|
-
"data-invalid": validation.isInvalid || void 0,
|
|
769
|
-
"data-readonly": props.isReadOnly || void 0,
|
|
770
|
-
"data-required": props.isRequired || void 0
|
|
771
|
-
}, /* @__PURE__ */ $dbSRa$react__default.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
|
|
772
|
-
values: [
|
|
773
|
-
[
|
|
774
|
-
$01b77f81d0f07f68$export$75b6ee27786ba447,
|
|
775
|
-
{
|
|
776
|
-
...labelProps,
|
|
777
|
-
ref: labelRef
|
|
778
|
-
}
|
|
779
|
-
],
|
|
780
|
-
[
|
|
781
|
-
$3985021b0ad6602f$export$37fb8590cf2c088c,
|
|
782
|
-
{
|
|
783
|
-
...inputProps,
|
|
784
|
-
ref: inputRef
|
|
785
|
-
}
|
|
786
|
-
],
|
|
787
|
-
[
|
|
788
|
-
$d2b4bc8c273e7be6$export$24d547caef80ccd1,
|
|
789
|
-
clearButtonProps
|
|
790
|
-
],
|
|
791
|
-
[
|
|
792
|
-
$514c0188e459b4c0$export$9afb8bc826b033ea,
|
|
793
|
-
{
|
|
794
|
-
slots: {
|
|
795
|
-
description: descriptionProps,
|
|
796
|
-
errorMessage: errorMessageProps
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
],
|
|
800
|
-
[
|
|
801
|
-
$a049562f99e7db0e$export$f9c6924e160136d1,
|
|
802
|
-
{
|
|
803
|
-
isInvalid: validation.isInvalid,
|
|
804
|
-
isDisabled: props.isDisabled || false
|
|
805
|
-
}
|
|
806
|
-
],
|
|
807
|
-
[
|
|
808
|
-
$ee014567cb39d3f0$export$ff05c3ac10437e03,
|
|
809
|
-
validation
|
|
810
|
-
]
|
|
811
|
-
]
|
|
812
|
-
}, renderProps.children));
|
|
813
|
-
});
|
|
814
|
-
export {
|
|
815
|
-
$d2f53cda644affe3$export$2f2b9559550c7bbc as $,
|
|
816
|
-
$440f4836bcb56932$export$b94867ecbd698f21 as a
|
|
817
|
-
};
|