@caspeco/casper-ui-library 10.4.0 → 10.5.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/_virtual/_rolldown/runtime.js +11 -0
- package/dist/_virtual/builtin_esm-external-require-react.js +9 -0
- package/dist/components/accordion/accordion-context.js +5 -6
- package/dist/components/accordion/accordion-item.js +28 -40
- package/dist/components/accordion/accordion-panel.js +17 -14
- package/dist/components/accordion/accordion-recipe.js +85 -120
- package/dist/components/accordion/accordion.js +23 -20
- package/dist/components/alert/alert.js +80 -59
- package/dist/components/alert/helper.js +30 -42
- package/dist/components/alert/types.d.ts.map +1 -1
- package/dist/components/badge/badge-recipe.js +57 -49
- package/dist/components/badge/badge.js +66 -71
- package/dist/components/badge/helper.js +8 -9
- package/dist/components/box/box.js +14 -11
- package/dist/components/breadcrumbs/breadcrumb-item.js +21 -17
- package/dist/components/breadcrumbs/breadcrumb-link.js +21 -20
- package/dist/components/breadcrumbs/breadcrumbs.js +123 -90
- package/dist/components/button/button-recipe.js +280 -315
- package/dist/components/button/button.js +39 -40
- package/dist/components/checkbox/checkbox-icon.js +38 -46
- package/dist/components/checkbox/checkbox-recipe.js +176 -204
- package/dist/components/checkbox/checkbox.js +43 -36
- package/dist/components/checkbox/icons/check.js +5 -5
- package/dist/components/checkbox/icons/minus.js +5 -5
- package/dist/components/checkbox/icons/plus.js +5 -5
- package/dist/components/checkbox-group/checkbox-group.js +17 -16
- package/dist/components/collapsible/collapsible.js +117 -101
- package/dist/components/collapsible/translations.js +29 -29
- package/dist/components/combobox/combobox-button.js +173 -143
- package/dist/components/combobox/combobox-item.js +45 -23
- package/dist/components/combobox/combobox-menu.js +240 -190
- package/dist/components/combobox/combobox-recipe.js +69 -103
- package/dist/components/combobox/combobox.js +243 -273
- package/dist/components/combobox/translations.js +49 -50
- package/dist/components/date-picker/base-date-picker.js +238 -248
- package/dist/components/date-picker/date-cell-recipe.js +149 -179
- package/dist/components/date-picker/date-multi-picker.js +35 -29
- package/dist/components/date-picker/date-picker-date-cell.js +109 -114
- package/dist/components/date-picker/date-picker-header.js +152 -170
- package/dist/components/date-picker/date-picker-week-cell.js +41 -43
- package/dist/components/date-picker/date-picker.js +32 -29
- package/dist/components/date-picker/date-range-picker.js +29 -24
- package/dist/components/date-picker/date-week-picker.js +29 -22
- package/dist/components/date-picker/datepicker-week-recipe.js +75 -91
- package/dist/components/date-picker/helper.js +11 -16
- package/dist/components/divider/divider-recipe.js +9 -11
- package/dist/components/divider/divider.js +19 -18
- package/dist/components/drawer/drawer-recipe.js +21 -50
- package/dist/components/drawer/drawer.js +45 -41
- package/dist/components/drawer/inline-drawer.js +69 -66
- package/dist/components/drawer/use-drawer-key-down.js +20 -20
- package/dist/components/fieldset/fieldset-error-text.js +15 -15
- package/dist/components/fieldset/fieldset-helper-text.js +15 -15
- package/dist/components/fieldset/fieldset-legend.js +15 -15
- package/dist/components/fieldset/fieldset-recipe.js +14 -24
- package/dist/components/fieldset/fieldset.js +17 -17
- package/dist/components/flex/flex.js +15 -15
- package/dist/components/form-control/form-control-recipe.js +42 -46
- package/dist/components/form-control/form-control.js +19 -19
- package/dist/components/form-control/form-error-message.js +15 -15
- package/dist/components/form-control/form-helper-text.js +15 -15
- package/dist/components/form-control/form-label.js +24 -26
- package/dist/components/grid/grid-item.js +15 -15
- package/dist/components/grid/grid.js +15 -15
- package/dist/components/heading/heading.js +24 -23
- package/dist/components/highlight/highlight.js +22 -21
- package/dist/components/icon/create-icon.js +27 -26
- package/dist/components/icon/icons/absence-icon.js +5 -5
- package/dist/components/icon/icons/accessibility-icon.js +5 -5
- package/dist/components/icon/icons/add-absence-icon.js +5 -5
- package/dist/components/icon/icons/add-emoji-icon.js +5 -5
- package/dist/components/icon/icons/add-icon.js +5 -5
- package/dist/components/icon/icons/apple-icon.js +5 -5
- package/dist/components/icon/icons/apps-icon.js +5 -5
- package/dist/components/icon/icons/archive-icon.js +6 -6
- package/dist/components/icon/icons/area-icon.js +5 -5
- package/dist/components/icon/icons/at-icon.js +5 -5
- package/dist/components/icon/icons/attachment-icon.js +5 -5
- package/dist/components/icon/icons/baby-icon.js +5 -5
- package/dist/components/icon/icons/back-icon.js +5 -5
- package/dist/components/icon/icons/backspace-icon.js +5 -5
- package/dist/components/icon/icons/bank-icon.js +5 -5
- package/dist/components/icon/icons/bank-id-icon.js +5 -5
- package/dist/components/icon/icons/barcode-icon.js +5 -5
- package/dist/components/icon/icons/bell-icon.js +5 -5
- package/dist/components/icon/icons/bolt-icon.js +7 -7
- package/dist/components/icon/icons/calendar-icon.js +5 -5
- package/dist/components/icon/icons/camera-icon.js +5 -5
- package/dist/components/icon/icons/cancel-icon.js +5 -5
- package/dist/components/icon/icons/card-icon.js +5 -5
- package/dist/components/icon/icons/cart-icon.js +5 -5
- package/dist/components/icon/icons/caspeco-icon.js +7 -7
- package/dist/components/icon/icons/channels-icon.js +5 -5
- package/dist/components/icon/icons/chart-icon.js +5 -5
- package/dist/components/icon/icons/chart-line-icon.js +5 -5
- package/dist/components/icon/icons/chart-mixed-icon.js +5 -5
- package/dist/components/icon/icons/chart-pie-icon.js +5 -5
- package/dist/components/icon/icons/chart-scatter-icon.js +5 -5
- package/dist/components/icon/icons/check-icon.js +5 -5
- package/dist/components/icon/icons/checkbox-icon.js +5 -5
- package/dist/components/icon/icons/chevron-left-icon.js +5 -5
- package/dist/components/icon/icons/chevron-right-icon.js +5 -5
- package/dist/components/icon/icons/child-icon.js +5 -5
- package/dist/components/icon/icons/circle-info-icon.js +5 -5
- package/dist/components/icon/icons/circle-parking-icon.js +5 -5
- package/dist/components/icon/icons/circle-question-icon.js +5 -5
- package/dist/components/icon/icons/circle-select-icon.js +5 -5
- package/dist/components/icon/icons/circle-success-icon.js +5 -5
- package/dist/components/icon/icons/circle-user-icon.js +5 -5
- package/dist/components/icon/icons/clear-icon.js +5 -5
- package/dist/components/icon/icons/close-icon.js +5 -5
- package/dist/components/icon/icons/closed-icon.js +5 -5
- package/dist/components/icon/icons/collapse-icon.js +5 -5
- package/dist/components/icon/icons/color-icon.js +5 -5
- package/dist/components/icon/icons/columns-icon.js +5 -5
- package/dist/components/icon/icons/comment-add-icon.js +5 -5
- package/dist/components/icon/icons/comment-icon.js +5 -5
- package/dist/components/icon/icons/cookies-icon.js +5 -5
- package/dist/components/icon/icons/copy-icon.js +5 -5
- package/dist/components/icon/icons/date-icon.js +5 -5
- package/dist/components/icon/icons/decrease-icon.js +4 -4
- package/dist/components/icon/icons/delete-icon.js +5 -5
- package/dist/components/icon/icons/deliverect-icon.js +5 -5
- package/dist/components/icon/icons/delivery-icon.js +5 -5
- package/dist/components/icon/icons/description-icon.js +5 -5
- package/dist/components/icon/icons/discount-icon.js +5 -5
- package/dist/components/icon/icons/distribute-evenly-icon.js +5 -5
- package/dist/components/icon/icons/door-closed-icon.js +5 -5
- package/dist/components/icon/icons/door-open-icon.js +5 -5
- package/dist/components/icon/icons/down-icon.js +5 -5
- package/dist/components/icon/icons/eat-in-icon.js +5 -5
- package/dist/components/icon/icons/edit-icon.js +5 -5
- package/dist/components/icon/icons/email-icon.js +5 -5
- package/dist/components/icon/icons/error-icon.js +5 -5
- package/dist/components/icon/icons/expand-icon.js +5 -5
- package/dist/components/icon/icons/export-icon.js +5 -5
- package/dist/components/icon/icons/extract-icon.js +5 -5
- package/dist/components/icon/icons/facebook-icon.js +5 -5
- package/dist/components/icon/icons/failed-print-icon.js +5 -5
- package/dist/components/icon/icons/file-icon.js +5 -5
- package/dist/components/icon/icons/filter-icon.js +5 -5
- package/dist/components/icon/icons/folder-icon.js +5 -5
- package/dist/components/icon/icons/foodora-icon.js +5 -5
- package/dist/components/icon/icons/forward-icon.js +5 -5
- package/dist/components/icon/icons/glovo-icon.js +7 -7
- package/dist/components/icon/icons/goal-icon.js +5 -5
- package/dist/components/icon/icons/google-icon.js +5 -5
- package/dist/components/icon/icons/grip-more-icon.js +5 -5
- package/dist/components/icon/icons/hash-icon.js +5 -5
- package/dist/components/icon/icons/hexagon-error-icon.js +5 -5
- package/dist/components/icon/icons/hide-icon.js +5 -5
- package/dist/components/icon/icons/history-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-anchor-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-asterisk-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-beer-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bicycle-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-binoculars-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-bomb-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-car-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-cocktail-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-gem-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-heart-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-magnet-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-money-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-moon-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-music-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-full-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-half-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-star-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tint-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-tree-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-utensils-icon.js +5 -5
- package/dist/components/icon/icons/icon-picker-wheelchair-icon.js +5 -5
- package/dist/components/icon/icons/image-icon.js +5 -5
- package/dist/components/icon/icons/import-icon.js +5 -5
- package/dist/components/icon/icons/inbox-icon.js +5 -5
- package/dist/components/icon/icons/increase-icon.js +5 -5
- package/dist/components/icon/icons/indeterminate-icon.js +4 -4
- package/dist/components/icon/icons/info-icon.js +5 -5
- package/dist/components/icon/icons/inheritance-icon.js +5 -5
- package/dist/components/icon/icons/just-eat-icon.js +5 -5
- package/dist/components/icon/icons/karma-icon.js +5 -5
- package/dist/components/icon/icons/key-command-icon.js +5 -5
- package/dist/components/icon/icons/key-enter-icon.js +5 -5
- package/dist/components/icon/icons/key-icon.js +5 -5
- package/dist/components/icon/icons/key-option-icon.js +5 -5
- package/dist/components/icon/icons/language-icon.js +5 -5
- package/dist/components/icon/icons/link-broken-icon.js +5 -5
- package/dist/components/icon/icons/link-external-icon.js +5 -5
- package/dist/components/icon/icons/link-icon.js +5 -5
- package/dist/components/icon/icons/list-ol-icon.js +5 -5
- package/dist/components/icon/icons/list-ul-icon.js +5 -5
- package/dist/components/icon/icons/loading-icon.js +5 -5
- package/dist/components/icon/icons/location-icon.js +5 -5
- package/dist/components/icon/icons/lock-icon.js +5 -5
- package/dist/components/icon/icons/log-in-icon.js +5 -5
- package/dist/components/icon/icons/log-out-icon.js +5 -5
- package/dist/components/icon/icons/map-icon.js +5 -5
- package/dist/components/icon/icons/maximize-icon.js +5 -5
- package/dist/components/icon/icons/members-icon.js +5 -5
- package/dist/components/icon/icons/menu-hide-icon.js +5 -5
- package/dist/components/icon/icons/menu-icon.js +5 -5
- package/dist/components/icon/icons/menu-show-icon.js +5 -5
- package/dist/components/icon/icons/message-add-icon.js +5 -5
- package/dist/components/icon/icons/message-icon.js +5 -5
- package/dist/components/icon/icons/message-lines-icon.js +5 -5
- package/dist/components/icon/icons/minimize-icon.js +5 -5
- package/dist/components/icon/icons/minimize-window-icon.js +5 -5
- package/dist/components/icon/icons/mobile-rotate-icon.js +5 -5
- package/dist/components/icon/icons/module-accounting-icon.js +5 -5
- package/dist/components/icon/icons/module-ai-forecast-icon.js +5 -5
- package/dist/components/icon/icons/module-app-icon.js +5 -5
- package/dist/components/icon/icons/module-articles-icon.js +5 -5
- package/dist/components/icon/icons/module-benchmark-icon.js +5 -5
- package/dist/components/icon/icons/module-booking-icon.js +5 -5
- package/dist/components/icon/icons/module-cai-icon.js +5 -5
- package/dist/components/icon/icons/module-campaigns-icon.js +5 -5
- package/dist/components/icon/icons/module-cashier-icon.js +5 -5
- package/dist/components/icon/icons/module-communication-icon.js +5 -5
- package/dist/components/icon/icons/module-copilot-icon.js +5 -5
- package/dist/components/icon/icons/module-dashboard-icon.js +5 -5
- package/dist/components/icon/icons/module-document-icon.js +5 -5
- package/dist/components/icon/icons/module-employees-icon.js +5 -5
- package/dist/components/icon/icons/module-feed-icon.js +5 -5
- package/dist/components/icon/icons/module-history-icon.js +5 -5
- package/dist/components/icon/icons/module-home-icon.js +5 -5
- package/dist/components/icon/icons/module-insights-icon.js +5 -5
- package/dist/components/icon/icons/module-kds-icon.js +5 -5
- package/dist/components/icon/icons/module-members-icon.js +5 -5
- package/dist/components/icon/icons/module-menus-icon.js +5 -5
- package/dist/components/icon/icons/module-my-city-icon.js +5 -5
- package/dist/components/icon/icons/module-notification-center-icon.js +5 -5
- package/dist/components/icon/icons/module-online-order-icon.js +5 -5
- package/dist/components/icon/icons/module-organisation-icon.js +5 -5
- package/dist/components/icon/icons/module-pos-icon.js +5 -5
- package/dist/components/icon/icons/module-pulse-icon.js +5 -5
- package/dist/components/icon/icons/module-result-icon.js +5 -5
- package/dist/components/icon/icons/module-salary-icon.js +5 -5
- package/dist/components/icon/icons/module-schedule-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-alt-icon.js +5 -5
- package/dist/components/icon/icons/module-settings-icon.js +5 -5
- package/dist/components/icon/icons/module-support-icon.js +5 -5
- package/dist/components/icon/icons/module-survey-icon.js +5 -5
- package/dist/components/icon/icons/module-table-map-icon.js +6 -6
- package/dist/components/icon/icons/module-tablet-icon.js +5 -5
- package/dist/components/icon/icons/module-time-icon.js +5 -5
- package/dist/components/icon/icons/module-timeline-icon.js +5 -5
- package/dist/components/icon/icons/module-tip-icon.js +5 -5
- package/dist/components/icon/icons/module-to-do-icon.js +5 -5
- package/dist/components/icon/icons/module-tools-icon.js +5 -5
- package/dist/components/icon/icons/module-top-list-icon.js +5 -5
- package/dist/components/icon/icons/module-web-charts-icon.js +5 -5
- package/dist/components/icon/icons/module-web-icon.js +5 -5
- package/dist/components/icon/icons/more-horizontal-icon.js +5 -5
- package/dist/components/icon/icons/more-vertical-icon.js +5 -5
- package/dist/components/icon/icons/nfc-icon.js +5 -5
- package/dist/components/icon/icons/no-cart-icon.js +5 -5
- package/dist/components/icon/icons/note-icon.js +5 -5
- package/dist/components/icon/icons/number-icon.js +6 -6
- package/dist/components/icon/icons/open-modal-icon.js +5 -5
- package/dist/components/icon/icons/parking-icon.js +5 -5
- package/dist/components/icon/icons/party-horn-icon.js +5 -5
- package/dist/components/icon/icons/paste-icon.js +5 -5
- package/dist/components/icon/icons/pause-icon.js +5 -5
- package/dist/components/icon/icons/payment-card-icon.js +5 -5
- package/dist/components/icon/icons/payment-cash-icon.js +5 -5
- package/dist/components/icon/icons/payment-generic-icon.js +5 -5
- package/dist/components/icon/icons/payment-giftcard-icon.js +5 -5
- package/dist/components/icon/icons/payment-hotel-icon.js +5 -5
- package/dist/components/icon/icons/payment-invoice-icon.js +5 -5
- package/dist/components/icon/icons/percentage-icon.js +5 -5
- package/dist/components/icon/icons/phone-icon.js +5 -5
- package/dist/components/icon/icons/pin-icon.js +5 -5
- package/dist/components/icon/icons/pin-map-icon.js +5 -5
- package/dist/components/icon/icons/play-icon.js +5 -5
- package/dist/components/icon/icons/preview-icon.js +5 -5
- package/dist/components/icon/icons/print-icon.js +5 -5
- package/dist/components/icon/icons/privacy-icon.js +5 -5
- package/dist/components/icon/icons/product-admin-icon.js +5 -5
- package/dist/components/icon/icons/product-analytics-icon.js +5 -5
- package/dist/components/icon/icons/product-booking-icon.js +5 -5
- package/dist/components/icon/icons/product-checkout-icon.js +5 -5
- package/dist/components/icon/icons/product-my-pages-icon.js +5 -5
- package/dist/components/icon/icons/product-staff-icon.js +5 -5
- package/dist/components/icon/icons/puck-icon.js +5 -5
- package/dist/components/icon/icons/qr-code-icon.js +5 -5
- package/dist/components/icon/icons/question-icon.js +5 -5
- package/dist/components/icon/icons/radio-icon.js +5 -5
- package/dist/components/icon/icons/receipt-icon.js +5 -5
- package/dist/components/icon/icons/redo-icon.js +5 -5
- package/dist/components/icon/icons/refund-icon.js +5 -5
- package/dist/components/icon/icons/remove-icon.js +5 -5
- package/dist/components/icon/icons/replace-icon.js +5 -5
- package/dist/components/icon/icons/schedule-icon.js +5 -5
- package/dist/components/icon/icons/search-icon.js +5 -5
- package/dist/components/icon/icons/select-icon.js +4 -4
- package/dist/components/icon/icons/send-icon.js +5 -5
- package/dist/components/icon/icons/share-icon.js +5 -5
- package/dist/components/icon/icons/show-icon.js +5 -5
- package/dist/components/icon/icons/shuffle-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-hide-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-left-icon.js +4 -4
- package/dist/components/icon/icons/sidebar-right-icon.js +5 -5
- package/dist/components/icon/icons/sidebar-show-icon.js +5 -5
- package/dist/components/icon/icons/sliders-icon.js +5 -5
- package/dist/components/icon/icons/slightly-sad-icon.js +5 -5
- package/dist/components/icon/icons/smile-icon.js +5 -5
- package/dist/components/icon/icons/sort-asc-icon.js +5 -5
- package/dist/components/icon/icons/sort-desc-icon.js +5 -5
- package/dist/components/icon/icons/split-icon.js +5 -5
- package/dist/components/icon/icons/status-icon.js +5 -5
- package/dist/components/icon/icons/stop-icon.js +5 -5
- package/dist/components/icon/icons/submenu-icon.js +5 -5
- package/dist/components/icon/icons/success-icon.js +5 -5
- package/dist/components/icon/icons/swap-icon.js +5 -5
- package/dist/components/icon/icons/swatch-icon.js +5 -5
- package/dist/components/icon/icons/sweat-icon.js +5 -5
- package/dist/components/icon/icons/table-icon.js +5 -5
- package/dist/components/icon/icons/table-map-icon.js +5 -5
- package/dist/components/icon/icons/take-away-dot-com-icon.js +5 -5
- package/dist/components/icon/icons/take-away-icon.js +5 -5
- package/dist/components/icon/icons/talk-icon.js +5 -5
- package/dist/components/icon/icons/thumbtack-icon.js +5 -5
- package/dist/components/icon/icons/time-icon.js +5 -5
- package/dist/components/icon/icons/timeline-icon.js +5 -5
- package/dist/components/icon/icons/tip-icon.js +5 -5
- package/dist/components/icon/icons/title-icon.js +5 -5
- package/dist/components/icon/icons/translate-icon.js +5 -5
- package/dist/components/icon/icons/tree-view-collapse-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-expand-icon.js +4 -4
- package/dist/components/icon/icons/tree-view-last-icon.js +4 -4
- package/dist/components/icon/icons/trend-down-icon.js +5 -5
- package/dist/components/icon/icons/trend-up-icon.js +5 -5
- package/dist/components/icon/icons/triangle-warning-icon.js +5 -5
- package/dist/components/icon/icons/trivec-icon.js +6 -6
- package/dist/components/icon/icons/uber-eats-icon.js +5 -5
- package/dist/components/icon/icons/undo-icon.js +5 -5
- package/dist/components/icon/icons/unlock-icon.js +5 -5
- package/dist/components/icon/icons/unwrap-content-icon.js +5 -5
- package/dist/components/icon/icons/up-icon.js +5 -5
- package/dist/components/icon/icons/user-group-icon.js +5 -5
- package/dist/components/icon/icons/user-icon.js +5 -5
- package/dist/components/icon/icons/user-permissions-icon.js +5 -5
- package/dist/components/icon/icons/user-wait-icon.js +5 -5
- package/dist/components/icon/icons/users-icon.js +5 -5
- package/dist/components/icon/icons/version-control-icon.js +5 -5
- package/dist/components/icon/icons/volume-high-icon.js +5 -5
- package/dist/components/icon/icons/volume-icon.js +5 -5
- package/dist/components/icon/icons/volume-low-icon.js +5 -5
- package/dist/components/icon/icons/volume-off-icon.js +5 -5
- package/dist/components/icon/icons/warning-icon.js +5 -5
- package/dist/components/icon/icons/waste-icon.js +5 -5
- package/dist/components/icon/icons/wifi-icon.js +5 -5
- package/dist/components/icon/icons/wifi-off-icon.js +5 -5
- package/dist/components/icon/icons/wolt-icon.js +5 -5
- package/dist/components/icon/icons/wrap-content-icon.js +5 -5
- package/dist/components/icon-button/icon-button.js +37 -39
- package/dist/components/image/image.js +12 -14
- package/dist/components/image-upload/image-cropper.helper.js +74 -82
- package/dist/components/image-upload/image-cropper.js +156 -183
- package/dist/components/image-upload/image-upload-dropzone.js +134 -112
- package/dist/components/image-upload/image-upload-helper.js +15 -19
- package/dist/components/image-upload/image-upload-icons.js +52 -20
- package/dist/components/image-upload/image-upload-modal.js +131 -106
- package/dist/components/image-upload/image-upload.js +96 -86
- package/dist/components/image-upload/translations.js +65 -65
- package/dist/components/image-upload/types.js +6 -4
- package/dist/components/input/helper.js +18 -29
- package/dist/components/input/input-addon-recipe.js +37 -43
- package/dist/components/input/input-recipe.js +124 -133
- package/dist/components/input/input.js +78 -83
- package/dist/components/link/link-recipe.js +18 -22
- package/dist/components/link/link.js +14 -14
- package/dist/components/list/list-item.js +15 -15
- package/dist/components/list/list.js +19 -20
- package/dist/components/menu/helper.js +12 -16
- package/dist/components/menu/menu-box-button.js +22 -18
- package/dist/components/menu/menu-button.js +18 -16
- package/dist/components/menu/menu-divider.js +31 -28
- package/dist/components/menu/menu-group.js +138 -142
- package/dist/components/menu/menu-icon-button.js +13 -11
- package/dist/components/menu/menu-item.js +44 -45
- package/dist/components/menu/menu-list.js +14 -15
- package/dist/components/menu/menu-recipe.js +67 -81
- package/dist/components/menu/menu.js +34 -41
- package/dist/components/message/message.js +52 -38
- package/dist/components/modal/modal-body-context.js +6 -7
- package/dist/components/modal/modal-body.js +17 -17
- package/dist/components/modal/modal-close-button.js +23 -18
- package/dist/components/modal/modal-footer.js +29 -32
- package/dist/components/modal/modal-header.js +17 -17
- package/dist/components/modal/modal-recipe.js +110 -141
- package/dist/components/modal/modal.js +54 -58
- package/dist/components/navigation-list/navigation-list-item.js +76 -88
- package/dist/components/navigation-list/navigation-list.js +23 -17
- package/dist/components/paginator/paginator-recipe.js +34 -40
- package/dist/components/paginator/paginator.js +65 -70
- package/dist/components/paginator/translations.js +35 -35
- package/dist/components/phone-input/country-data.js +31 -36
- package/dist/components/phone-input/country-list.js +45 -25
- package/dist/components/phone-input/country-selector.js +167 -115
- package/dist/components/phone-input/phone-input-helpers.js +91 -119
- package/dist/components/phone-input/phone-input.js +47 -42
- package/dist/components/phone-input/translations.js +53 -53
- package/dist/components/phone-input/use-phone-input.js +110 -137
- package/dist/components/quantity-button/minus-button.js +18 -16
- package/dist/components/quantity-button/plus-button.js +18 -16
- package/dist/components/quantity-button/quantity-button.js +72 -40
- package/dist/components/radio/check-icon.js +5 -5
- package/dist/components/radio/hover-styles.js +21 -36
- package/dist/components/radio/radio-group-context.js +5 -6
- package/dist/components/radio/radio-group-recipe.js +124 -142
- package/dist/components/radio/radio-group.js +30 -28
- package/dist/components/radio/radio.js +72 -55
- package/dist/components/radio-card/hover-styles.js +21 -36
- package/dist/components/radio-card/radio-card-group.js +24 -25
- package/dist/components/radio-card/radio-card.js +87 -67
- package/dist/components/rich-text-editor/boolean-control.js +51 -54
- package/dist/components/rich-text-editor/extensions.js +39 -34
- package/dist/components/rich-text-editor/index.js +26 -22
- package/dist/components/rich-text-editor/rich-text-editor-context.js +9 -11
- package/dist/components/rich-text-editor/rich-text-editor-control.js +290 -284
- package/dist/components/rich-text-editor/rich-text-editor-recipe.js +71 -83
- package/dist/components/rich-text-editor/rich-text-editor.js +72 -69
- package/dist/components/rich-text-editor/rich-text-renderer.js +32 -32
- package/dist/components/rich-text-editor/translations.js +119 -119
- package/dist/components/rich-text-editor/use-rich-text-editor.js +22 -29
- package/dist/components/segmented-control/segmented-control-item.js +24 -25
- package/dist/components/segmented-control/segmented-control.js +49 -40
- package/dist/components/select/select-recipe.js +91 -106
- package/dist/components/select/select.js +27 -29
- package/dist/components/skeleton/skeleton-text.js +18 -19
- package/dist/components/skeleton/skeleton.js +19 -20
- package/dist/components/spinner/spinner.js +44 -28
- package/dist/components/stack/stack.js +18 -18
- package/dist/components/stepper/check-icon.js +5 -5
- package/dist/components/stepper/step-context.js +5 -5
- package/dist/components/stepper/step.js +111 -106
- package/dist/components/stepper/stepper.js +42 -43
- package/dist/components/stepper/times-icon.js +5 -5
- package/dist/components/switch/hover-styles.js +30 -44
- package/dist/components/switch/switch-recipe.js +76 -84
- package/dist/components/switch/switch.d.ts +3 -3
- package/dist/components/switch/switch.d.ts.map +1 -1
- package/dist/components/switch/switch.js +30 -31
- package/dist/components/switch/types.d.ts +4 -2
- package/dist/components/switch/types.d.ts.map +1 -1
- package/dist/components/table/helper.d.ts +6 -0
- package/dist/components/table/helper.d.ts.map +1 -1
- package/dist/components/table/helper.js +29 -9
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/table/table-cell.d.ts.map +1 -1
- package/dist/components/table/table-cell.js +136 -122
- package/dist/components/table/table-column-resize-handle.d.ts +12 -0
- package/dist/components/table/table-column-resize-handle.d.ts.map +1 -0
- package/dist/components/table/table-column-resize-handle.js +69 -0
- package/dist/components/table/table-content.d.ts.map +1 -1
- package/dist/components/table/table-content.js +174 -98
- package/dist/components/table/table-context-provider.d.ts +7 -2
- package/dist/components/table/table-context-provider.d.ts.map +1 -1
- package/dist/components/table/table-context-provider.js +203 -151
- package/dist/components/table/table-context.d.ts +24 -0
- package/dist/components/table/table-context.d.ts.map +1 -1
- package/dist/components/table/table-context.js +18 -11
- package/dist/components/table/table-filter.js +170 -118
- package/dist/components/table/table-header-dropdown.js +131 -89
- package/dist/components/table/table-header-row.d.ts.map +1 -1
- package/dist/components/table/table-header-row.js +202 -140
- package/dist/components/table/table-recipe.d.ts.map +1 -1
- package/dist/components/table/table-recipe.js +75 -96
- package/dist/components/table/table-row-expand-toggle-button.js +28 -35
- package/dist/components/table/table-row.d.ts.map +1 -1
- package/dist/components/table/table-row.js +51 -41
- package/dist/components/table/table-toolbar-actions.js +19 -19
- package/dist/components/table/table-toolbar-add-button.js +18 -13
- package/dist/components/table/table-toolbar-search.js +17 -12
- package/dist/components/table/table-toolbar-settings.js +180 -133
- package/dist/components/table/table-toolbar.js +72 -51
- package/dist/components/table/table.composition.d.ts +1 -0
- package/dist/components/table/table.composition.d.ts.map +1 -1
- package/dist/components/table/table.constants.d.ts +4 -0
- package/dist/components/table/table.constants.d.ts.map +1 -1
- package/dist/components/table/table.constants.js +9 -4
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/table/table.d.ts.map +1 -1
- package/dist/components/table/table.js +41 -37
- package/dist/components/table/translations.d.ts +7 -0
- package/dist/components/table/translations.d.ts.map +1 -1
- package/dist/components/table/translations.js +199 -194
- package/dist/components/table/types.d.ts +33 -2
- package/dist/components/table/types.d.ts.map +1 -1
- package/dist/components/tabs/tab-list.js +16 -17
- package/dist/components/tabs/tab-panel.js +14 -14
- package/dist/components/tabs/tab-panels.js +15 -15
- package/dist/components/tabs/tab-with-image.js +60 -53
- package/dist/components/tabs/tab.js +26 -22
- package/dist/components/tabs/tabs-recipe.js +96 -116
- package/dist/components/tabs/tabs.js +25 -24
- package/dist/components/tag/tag-recipe.js +225 -252
- package/dist/components/tag/tag.js +121 -62
- package/dist/components/text/text-recipe.js +3 -8
- package/dist/components/text/text.js +26 -27
- package/dist/components/textarea/textarea-recipe.js +90 -96
- package/dist/components/textarea/textarea.js +19 -19
- package/dist/components/toaster/toast-store.d.ts +2 -2
- package/dist/components/toaster/toast-store.d.ts.map +1 -1
- package/dist/components/toaster/toast-store.js +25 -32
- package/dist/components/toaster/toaster.js +39 -34
- package/dist/components/toggle-button/toggle-button.js +23 -25
- package/dist/components/toggle-button/use-button-children.js +36 -35
- package/dist/components/tooltip/tooltip.js +43 -47
- package/dist/hooks/use-color-mode.js +17 -22
- package/dist/hooks/use-disclosure.js +10 -13
- package/dist/hooks/use-measured-width.js +21 -21
- package/dist/hooks/use-remove-attributes.js +25 -24
- package/dist/index.js +396 -802
- package/dist/node_modules/@dnd-kit/abstract/index.js +658 -1185
- package/dist/node_modules/@dnd-kit/collision/dist/index.js +51 -90
- package/dist/node_modules/@dnd-kit/dom/index.js +1256 -1518
- package/dist/node_modules/@dnd-kit/dom/sortable.js +529 -654
- package/dist/node_modules/@dnd-kit/dom/utilities.js +772 -940
- package/dist/node_modules/@dnd-kit/geometry/dist/index.js +228 -196
- package/dist/node_modules/@dnd-kit/react/hooks.js +51 -63
- package/dist/node_modules/@dnd-kit/react/index.js +175 -235
- package/dist/node_modules/@dnd-kit/react/sortable.js +67 -142
- package/dist/node_modules/@dnd-kit/react/utilities.js +7 -9
- package/dist/node_modules/@dnd-kit/state/dist/index.js +157 -172
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +154 -243
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +294 -369
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +95 -133
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +96 -122
- package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +249 -264
- package/dist/node_modules/@tanstack/react-table/build/lib/index.js +34 -88
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +74 -88
- package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1463 -1822
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +633 -768
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +30 -32
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +35 -48
- package/dist/node_modules/@tiptap/core/dist/index.js +3433 -3946
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +19 -19
- package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +73 -1498
- package/dist/node_modules/@tiptap/extension-bold/dist/index.js +71 -84
- package/dist/node_modules/@tiptap/extension-code/dist/index.js +65 -70
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +155 -216
- package/dist/node_modules/@tiptap/extension-document/dist/index.js +9 -11
- package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +48 -60
- package/dist/node_modules/@tiptap/extension-heading/dist/index.js +65 -66
- package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +47 -55
- package/dist/node_modules/@tiptap/extension-italic/dist/index.js +68 -82
- package/dist/node_modules/@tiptap/extension-link/dist/index.js +365 -334
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +936 -1105
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +43 -48
- package/dist/node_modules/@tiptap/extension-strike/dist/index.js +53 -65
- package/dist/node_modules/@tiptap/extension-text/dist/index.js +12 -12
- package/dist/node_modules/@tiptap/extension-underline/dist/index.js +60 -64
- package/dist/node_modules/@tiptap/extensions/dist/index.js +439 -462
- package/dist/node_modules/@tiptap/react/dist/index.js +314 -0
- package/dist/node_modules/@tiptap/starter-kit/dist/index.js +23 -24
- package/dist/node_modules/country-flag-icons/modules/countries.json.js +4 -4
- package/dist/node_modules/country-flag-icons/modules/hasFlag.js +6 -6
- package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +5469 -6298
- package/dist/node_modules/country-flag-icons/react/3x2/index.js +273 -269
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +5 -6
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +6 -6
- package/dist/node_modules/date-fns/_lib/format/formatters.js +385 -544
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +42 -57
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +37 -48
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +7 -17
- package/dist/node_modules/date-fns/_lib/normalizeDates.js +6 -9
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +19 -16
- package/dist/node_modules/date-fns/addDays.js +8 -8
- package/dist/node_modules/date-fns/addMonths.js +11 -18
- package/dist/node_modules/date-fns/addWeeks.js +6 -6
- package/dist/node_modules/date-fns/constants.js +10 -6
- package/dist/node_modules/date-fns/constructFrom.js +6 -6
- package/dist/node_modules/date-fns/constructNow.js +6 -6
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +10 -14
- package/dist/node_modules/date-fns/endOfDay.js +7 -7
- package/dist/node_modules/date-fns/endOfMonth.js +7 -7
- package/dist/node_modules/date-fns/format.js +57 -55
- package/dist/node_modules/date-fns/getDayOfYear.js +9 -9
- package/dist/node_modules/date-fns/getISOWeek.js +10 -10
- package/dist/node_modules/date-fns/getISOWeekYear.js +13 -13
- package/dist/node_modules/date-fns/getWeek.js +10 -10
- package/dist/node_modules/date-fns/getWeekYear.js +14 -14
- package/dist/node_modules/date-fns/isBefore.js +6 -6
- package/dist/node_modules/date-fns/isDate.js +5 -5
- package/dist/node_modules/date-fns/isPast.js +6 -6
- package/dist/node_modules/date-fns/isSameDay.js +8 -12
- package/dist/node_modules/date-fns/isSameMonth.js +7 -11
- package/dist/node_modules/date-fns/isSameWeek.js +8 -12
- package/dist/node_modules/date-fns/isSameYear.js +7 -11
- package/dist/node_modules/date-fns/isToday.js +7 -10
- package/dist/node_modules/date-fns/isValid.js +7 -7
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +8 -8
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +16 -17
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +19 -28
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +17 -14
- package/dist/node_modules/date-fns/locale/da/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/da/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/da/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/da/_lib/localize.js +193 -142
- package/dist/node_modules/date-fns/locale/da/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/da.js +17 -17
- package/dist/node_modules/date-fns/locale/en-GB/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-GB.js +18 -18
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +200 -153
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +123 -109
- package/dist/node_modules/date-fns/locale/en-US.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -18
- package/dist/node_modules/date-fns/locale/es/_lib/localize.js +192 -141
- package/dist/node_modules/date-fns/locale/es/_lib/match.js +127 -114
- package/dist/node_modules/date-fns/locale/es.js +18 -18
- package/dist/node_modules/date-fns/locale/et/_lib/formatDistance.js +161 -162
- package/dist/node_modules/date-fns/locale/et/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/et/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/et/_lib/localize.js +196 -152
- package/dist/node_modules/date-fns/locale/et/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/et.js +19 -19
- package/dist/node_modules/date-fns/locale/fi/_lib/formatDistance.js +101 -101
- package/dist/node_modules/date-fns/locale/fi/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fi/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fi/_lib/localize.js +192 -140
- package/dist/node_modules/date-fns/locale/fi/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fi.js +18 -18
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +176 -120
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +122 -108
- package/dist/node_modules/date-fns/locale/fr.js +18 -18
- package/dist/node_modules/date-fns/locale/lt/_lib/formatDistance.js +93 -109
- package/dist/node_modules/date-fns/locale/lt/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lt/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/lt/_lib/localize.js +298 -195
- package/dist/node_modules/date-fns/locale/lt/_lib/match.js +154 -121
- package/dist/node_modules/date-fns/locale/lt.js +19 -19
- package/dist/node_modules/date-fns/locale/lv/_lib/formatDistance.js +226 -120
- package/dist/node_modules/date-fns/locale/lv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/lv/_lib/formatRelative.js +22 -22
- package/dist/node_modules/date-fns/locale/lv/_lib/localize.js +298 -221
- package/dist/node_modules/date-fns/locale/lv/_lib/match.js +138 -112
- package/dist/node_modules/date-fns/locale/lv.js +18 -18
- package/dist/node_modules/date-fns/locale/nb/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nb/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nb/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nb/_lib/localize.js +159 -108
- package/dist/node_modules/date-fns/locale/nb/_lib/match.js +112 -108
- package/dist/node_modules/date-fns/locale/nb.js +18 -18
- package/dist/node_modules/date-fns/locale/nl/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatDistance.js +68 -69
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/localize.js +160 -109
- package/dist/node_modules/date-fns/locale/nl-BE/_lib/match.js +120 -108
- package/dist/node_modules/date-fns/locale/nl-BE.js +18 -18
- package/dist/node_modules/date-fns/locale/nl.js +18 -18
- package/dist/node_modules/date-fns/locale/sv/_lib/formatDistance.js +82 -86
- package/dist/node_modules/date-fns/locale/sv/_lib/formatLong.js +31 -32
- package/dist/node_modules/date-fns/locale/sv/_lib/formatRelative.js +11 -11
- package/dist/node_modules/date-fns/locale/sv/_lib/localize.js +199 -142
- package/dist/node_modules/date-fns/locale/sv/_lib/match.js +109 -107
- package/dist/node_modules/date-fns/locale/sv.js +18 -18
- package/dist/node_modules/date-fns/startOfDay.js +7 -7
- package/dist/node_modules/date-fns/startOfISOWeek.js +9 -6
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +9 -9
- package/dist/node_modules/date-fns/startOfMonth.js +7 -7
- package/dist/node_modules/date-fns/startOfWeek.js +8 -8
- package/dist/node_modules/date-fns/startOfWeekYear.js +10 -10
- package/dist/node_modules/date-fns/startOfYear.js +7 -7
- package/dist/node_modules/date-fns/subDays.js +6 -6
- package/dist/node_modules/date-fns/subMonths.js +6 -6
- package/dist/node_modules/date-fns/subWeeks.js +6 -6
- package/dist/node_modules/date-fns/toDate.js +6 -6
- package/dist/node_modules/fast-equals/dist/es/index.js +239 -298
- package/dist/node_modules/libphonenumber-js/es6/ParseError.js +116 -89
- package/dist/node_modules/libphonenumber-js/es6/PhoneNumber.js +155 -183
- package/dist/node_modules/libphonenumber-js/es6/constants.js +4 -10
- package/dist/node_modules/libphonenumber-js/es6/format.js +70 -91
- package/dist/node_modules/libphonenumber-js/es6/getCountries.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +8 -10
- package/dist/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +19 -14
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +9 -9
- package/dist/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +15 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +35 -45
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +20 -26
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +17 -22
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +24 -36
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +26 -30
- package/dist/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +13 -21
- package/dist/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +10 -24
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryAndCallingCodeFromOneOfThem.js +10 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +6 -8
- package/dist/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +39 -39
- package/dist/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +9 -11
- package/dist/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -47
- package/dist/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +12 -12
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/isObject.js +6 -6
- package/dist/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +9 -17
- package/dist/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +5 -5
- package/dist/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +39 -0
- package/dist/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +46 -77
- package/dist/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +17 -18
- package/dist/node_modules/libphonenumber-js/es6/isPossible.js +29 -32
- package/dist/node_modules/libphonenumber-js/es6/isValid.js +12 -13
- package/dist/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +55 -52
- package/dist/node_modules/libphonenumber-js/es6/metadata.js +462 -482
- package/dist/node_modules/libphonenumber-js/es6/normalizeArguments.js +97 -95
- package/dist/node_modules/libphonenumber-js/es6/parse.js +98 -133
- package/dist/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +43 -35
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +8 -8
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +51 -48
- package/dist/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +59 -55
- package/dist/node_modules/libphonenumber-js/es6/tools/semver-compare.js +13 -13
- package/dist/node_modules/libphonenumber-js/metadata.min.json.js +7437 -3
- package/dist/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -6
- package/dist/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +7 -7
- package/dist/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +6 -6
- package/dist/node_modules/linkifyjs/dist/linkify.js +486 -679
- package/dist/node_modules/next-themes/dist/index.js +120 -85
- package/dist/node_modules/orderedmap/dist/index.js +64 -100
- package/dist/node_modules/prosemirror-commands/dist/index.js +313 -368
- package/dist/node_modules/prosemirror-dropcursor/dist/index.js +109 -84
- package/dist/node_modules/prosemirror-gapcursor/dist/index.js +162 -195
- package/dist/node_modules/prosemirror-history/dist/index.js +203 -239
- package/dist/node_modules/prosemirror-keymap/dist/index.js +45 -57
- package/dist/node_modules/prosemirror-model/dist/index.js +1783 -2735
- package/dist/node_modules/prosemirror-schema-list/dist/index.js +66 -81
- package/dist/node_modules/prosemirror-state/dist/index.js +517 -814
- package/dist/node_modules/prosemirror-transform/dist/index.js +1104 -1505
- package/dist/node_modules/prosemirror-view/dist/index.js +3274 -3782
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +15 -21
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +12 -14
- package/dist/node_modules/react/compiler-runtime.js +10 -10
- package/dist/node_modules/rope-sequence/dist/index.js +82 -99
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +55 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +53 -57
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +53 -58
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +45 -46
- package/dist/node_modules/use-sync-external-store/shim/index.js +10 -10
- package/dist/node_modules/use-sync-external-store/shim/with-selector.js +10 -10
- package/dist/node_modules/w3c-keyname/index.js +87 -92
- package/dist/theme/component-recipes.js +52 -53
- package/dist/theme/theme-casper-ui.js +179 -420
- package/dist/theme/theme-helper.js +4 -4
- package/dist/theme/theme-provider.js +33 -34
- package/dist/theme/theme-style-props.d.ts.map +1 -1
- package/dist/theme/theme-tokens.js +22 -12
- package/dist/theme/theme-types.js +22 -12
- package/dist/theme/theme.js +213 -268
- package/package.json +30 -29
- package/dist/_virtual/compiler-runtime.js +0 -5
- package/dist/_virtual/compiler-runtime2.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/react-compiler-runtime.development.js +0 -4
- package/dist/_virtual/react-compiler-runtime.production.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.development.js +0 -4
- package/dist/_virtual/use-sync-external-store-shim.production.js +0 -4
- package/dist/_virtual/with-selector.development.js +0 -4
- package/dist/_virtual/with-selector.js +0 -5
- package/dist/_virtual/with-selector.production.js +0 -4
- package/dist/_virtual/with-selector2.js +0 -4
- package/dist/packages/casper-ui-library/node_modules/@tiptap/react/dist/index.js +0 -506
|
@@ -1,674 +1,549 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
function
|
|
41
|
-
|
|
1
|
+
import { batch as e, effect as t, untracked as n } from "../../@preact/signals-core/dist/signals-core.module.js";
|
|
2
|
+
import { WeakStore as r, reactive as i } from "../state/dist/index.js";
|
|
3
|
+
import { Rectangle as a } from "../geometry/dist/index.js";
|
|
4
|
+
import { Plugin as o, resolveCustomizable as s } from "../abstract/index.js";
|
|
5
|
+
import { DOMRectangle as c, ProxiedElements as l, animateTransform as u, computeTranslate as d, getComputedStyles as f, getVisibleBoundingRectangle as p, getWindow as m, isKeyboardEvent as h, prefersReducedMotion as g, scrollIntoViewIfNeeded as _ } from "./utilities.js";
|
|
6
|
+
import { closestCorners as v, defaultCollisionDetection as y } from "../collision/dist/index.js";
|
|
7
|
+
import { Draggable as b, Droppable as x, Feedback as ee, Scroller as te } from "./index.js";
|
|
8
|
+
//#region ../../node_modules/@dnd-kit/dom/sortable.js
|
|
9
|
+
var ne = Object.create, S = Object.defineProperty, re = Object.defineProperties, ie = Object.getOwnPropertyDescriptor, ae = Object.getOwnPropertyDescriptors, C = Object.getOwnPropertySymbols, w = Object.prototype.hasOwnProperty, oe = Object.prototype.propertyIsEnumerable, se = (e, t) => (t = Symbol[e]) ? t : Symbol.for("Symbol." + e), T = (e) => {
|
|
10
|
+
throw TypeError(e);
|
|
11
|
+
}, E = (e, t, n) => t in e ? S(e, t, {
|
|
12
|
+
enumerable: !0,
|
|
13
|
+
configurable: !0,
|
|
14
|
+
writable: !0,
|
|
15
|
+
value: n
|
|
16
|
+
}) : e[t] = n, D = (e, t) => {
|
|
17
|
+
for (var n in t ||= {}) w.call(t, n) && E(e, n, t[n]);
|
|
18
|
+
if (C) for (var n of C(t)) oe.call(t, n) && E(e, n, t[n]);
|
|
19
|
+
return e;
|
|
20
|
+
}, O = (e, t) => re(e, ae(t)), ce = (e, t) => {
|
|
21
|
+
var n = {};
|
|
22
|
+
for (var r in e) w.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
23
|
+
if (e != null && C) for (var r of C(e)) t.indexOf(r) < 0 && oe.call(e, r) && (n[r] = e[r]);
|
|
24
|
+
return n;
|
|
25
|
+
}, le = (e) => [
|
|
26
|
+
,
|
|
27
|
+
,
|
|
28
|
+
,
|
|
29
|
+
ne(null)
|
|
30
|
+
], ue = [
|
|
31
|
+
"class",
|
|
32
|
+
"method",
|
|
33
|
+
"getter",
|
|
34
|
+
"setter",
|
|
35
|
+
"accessor",
|
|
36
|
+
"field",
|
|
37
|
+
"value",
|
|
38
|
+
"get",
|
|
39
|
+
"set"
|
|
40
|
+
], k = (e) => e !== void 0 && typeof e != "function" ? T("Function expected") : e, de = (e, t, n, r, i) => ({
|
|
41
|
+
kind: ue[e],
|
|
42
|
+
name: t,
|
|
43
|
+
metadata: r,
|
|
44
|
+
addInitializer: (e) => n._ ? T("Already initialized") : i.push(k(e || null))
|
|
45
|
+
}), fe = (e, t) => E(t, se("metadata"), e[3]), A = (e, t, n, r) => {
|
|
46
|
+
for (var i = 0, a = e[t >> 1], o = a && a.length; i < o; i++) t & 1 ? a[i].call(n) : r = a[i].call(n, r);
|
|
47
|
+
return r;
|
|
48
|
+
}, pe = (e, t, n, r, i, a) => {
|
|
49
|
+
for (var o, s, c, l, u, d = t & 7, f = !1, p = !1, m = e.length + 1, h = ue[d + 5], g = e[m - 1] = [], _ = e[m] || (e[m] = []), v = (i = i.prototype, ie({
|
|
50
|
+
get [n]() {
|
|
51
|
+
return j(this, a);
|
|
52
|
+
},
|
|
53
|
+
set [n](e) {
|
|
54
|
+
return N(this, a, e);
|
|
55
|
+
}
|
|
56
|
+
}, n)), y = r.length - 1; y >= 0; y--) l = de(d, n, c = {}, e[3], _), l.static = f, l.private = p, u = l.access = { has: (e) => n in e }, u.get = (e) => e[n], u.set = (e, t) => e[n] = t, s = (0, r[y])({
|
|
57
|
+
get: v.get,
|
|
58
|
+
set: v.set
|
|
59
|
+
}, l), c._ = 1, s === void 0 ? k(s) && (v[h] = s) : typeof s != "object" || !s ? T("Object expected") : (k(o = s.get) && (v.get = o), k(o = s.set) && (v.set = o), k(o = s.init) && g.unshift(o));
|
|
60
|
+
return v && S(i, n, v), i;
|
|
61
|
+
}, me = (e, t, n) => t.has(e) || T("Cannot " + n), j = (e, t, n) => (me(e, t, "read from private field"), t.get(e)), M = (e, t, n) => t.has(e) ? T("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), N = (e, t, n, r) => (me(e, t, "write to private field"), t.set(e, n), n);
|
|
62
|
+
function P(e) {
|
|
63
|
+
return e instanceof $ || e instanceof Q;
|
|
42
64
|
}
|
|
43
|
-
function
|
|
44
|
-
|
|
65
|
+
function he(e) {
|
|
66
|
+
return P(e.source) && P(e.target);
|
|
45
67
|
}
|
|
46
|
-
var
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
return;
|
|
94
|
-
const {
|
|
95
|
-
index: S,
|
|
96
|
-
group: C,
|
|
97
|
-
target: M
|
|
98
|
-
} = s.sortable, E = d !== S || p !== C, H = E ? M : y?.element;
|
|
99
|
-
if (!H) return;
|
|
100
|
-
Ae(H);
|
|
101
|
-
const re = new se(H);
|
|
102
|
-
if (!re)
|
|
103
|
-
return;
|
|
104
|
-
const Ee = le.delta(
|
|
105
|
-
re,
|
|
106
|
-
le.from(P.current.boundingRectangle),
|
|
107
|
-
s.alignment
|
|
108
|
-
);
|
|
109
|
-
o.move({
|
|
110
|
-
by: Ee
|
|
111
|
-
}), E ? o.setDropTarget(s.id).then(() => l.enable()) : l.enable();
|
|
112
|
-
});
|
|
113
|
-
});
|
|
114
|
-
}
|
|
115
|
-
);
|
|
116
|
-
this.destroy = () => {
|
|
117
|
-
r(), t();
|
|
118
|
-
};
|
|
119
|
-
}
|
|
68
|
+
var F = 10, I = class extends o {
|
|
69
|
+
constructor(n) {
|
|
70
|
+
super(n);
|
|
71
|
+
let r = t(() => {
|
|
72
|
+
let { dragOperation: e } = n;
|
|
73
|
+
if (h(e.activatorEvent) && P(e.source) && e.status.initialized) {
|
|
74
|
+
let e = n.registry.plugins.get(te);
|
|
75
|
+
if (e) return e.disable(), () => e.enable();
|
|
76
|
+
}
|
|
77
|
+
}), i = n.monitor.addEventListener("dragmove", (t, n) => {
|
|
78
|
+
queueMicrotask(() => {
|
|
79
|
+
if (this.disabled || t.defaultPrevented || !t.nativeEvent) return;
|
|
80
|
+
let { dragOperation: r } = n;
|
|
81
|
+
if (!h(t.nativeEvent) || !P(r.source) || !r.shape) return;
|
|
82
|
+
let { actions: i, collisionObserver: o, registry: s } = n, { by: l } = t;
|
|
83
|
+
if (!l) return;
|
|
84
|
+
let u = ge(l), { source: d, target: f } = r, { center: m } = r.shape.current, g = [], y = [];
|
|
85
|
+
e(() => {
|
|
86
|
+
for (let e of s.droppables) {
|
|
87
|
+
let { id: t } = e;
|
|
88
|
+
if (!e.accepts(d) || t === f?.id && P(e) || !e.element) continue;
|
|
89
|
+
let n = e.shape, r = new c(e.element, { getBoundingClientRect: (e) => p(e, void 0, .2) });
|
|
90
|
+
!r.height || !r.width || (u == "down" && m.y + F < r.center.y || u == "up" && m.y - F > r.center.y || u == "left" && m.x - F > r.center.x || u == "right" && m.x + F < r.center.x) && (g.push(e), e.shape = r, y.push(() => e.shape = n));
|
|
91
|
+
}
|
|
92
|
+
}), t.preventDefault(), o.disable();
|
|
93
|
+
let b = o.computeCollisions(g, v);
|
|
94
|
+
e(() => y.forEach((e) => e()));
|
|
95
|
+
let [x] = b;
|
|
96
|
+
if (!x) return;
|
|
97
|
+
let { id: ee } = x, { index: te, group: ne } = d.sortable;
|
|
98
|
+
i.setDropTarget(ee).then(() => {
|
|
99
|
+
let { source: e, target: t, shape: n } = r;
|
|
100
|
+
if (!e || !P(e) || !n) return;
|
|
101
|
+
let { index: s, group: l, target: u } = e.sortable, d = te !== s || ne !== l, f = d ? u : t?.element;
|
|
102
|
+
if (!f) return;
|
|
103
|
+
_(f);
|
|
104
|
+
let p = new c(f);
|
|
105
|
+
if (!p) return;
|
|
106
|
+
let m = a.delta(p, a.from(n.current.boundingRectangle), e.alignment);
|
|
107
|
+
i.move({ by: m }), d ? i.setDropTarget(e.id).then(() => o.enable()) : o.enable();
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
});
|
|
111
|
+
this.destroy = () => {
|
|
112
|
+
i(), r();
|
|
113
|
+
};
|
|
114
|
+
}
|
|
120
115
|
};
|
|
121
|
-
function
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
if (r > 0)
|
|
128
|
-
return "down";
|
|
129
|
-
if (r < 0)
|
|
130
|
-
return "up";
|
|
116
|
+
function ge(e) {
|
|
117
|
+
let { x: t, y: n } = e;
|
|
118
|
+
if (t > 0) return "right";
|
|
119
|
+
if (t < 0) return "left";
|
|
120
|
+
if (n > 0) return "down";
|
|
121
|
+
if (n < 0) return "up";
|
|
131
122
|
}
|
|
132
|
-
var
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
123
|
+
var _e = Object.defineProperty, ve = Object.defineProperties, ye = Object.getOwnPropertyDescriptors, L = Object.getOwnPropertySymbols, be = Object.prototype.hasOwnProperty, xe = Object.prototype.propertyIsEnumerable, R = (e, t, n) => t in e ? _e(e, t, {
|
|
124
|
+
enumerable: !0,
|
|
125
|
+
configurable: !0,
|
|
126
|
+
writable: !0,
|
|
127
|
+
value: n
|
|
128
|
+
}) : e[t] = n, z = (e, t) => {
|
|
129
|
+
for (var n in t ||= {}) be.call(t, n) && R(e, n, t[n]);
|
|
130
|
+
if (L) for (var n of L(t)) xe.call(t, n) && R(e, n, t[n]);
|
|
131
|
+
return e;
|
|
132
|
+
}, B = (e, t) => ve(e, ye(t));
|
|
133
|
+
function Se(e, t, n) {
|
|
134
|
+
if (t === n) return e;
|
|
135
|
+
let r = e.slice();
|
|
136
|
+
return r.splice(n, 0, r.splice(t, 1)[0]), r;
|
|
145
137
|
}
|
|
146
|
-
function
|
|
147
|
-
|
|
148
|
-
|
|
138
|
+
function V(e, t) {
|
|
139
|
+
let n = String(t);
|
|
140
|
+
return Object.prototype.hasOwnProperty.call(e, n) ? n : void 0;
|
|
149
141
|
}
|
|
150
|
-
function
|
|
151
|
-
|
|
142
|
+
function H(e) {
|
|
143
|
+
return "initialIndex" in e && typeof e.initialIndex == "number" && "index" in e && typeof e.index == "number";
|
|
152
144
|
}
|
|
153
|
-
function
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
...e[u].slice(c + 1)
|
|
229
|
-
],
|
|
230
|
-
[y]: [
|
|
231
|
-
...e[y].slice(0, i.index),
|
|
232
|
-
P,
|
|
233
|
-
...e[y].slice(i.index)
|
|
234
|
-
]
|
|
235
|
-
});
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
return "preventDefault" in t && t.preventDefault(), e;
|
|
240
|
-
}
|
|
241
|
-
if (u === b)
|
|
242
|
-
return T(k({}, e), {
|
|
243
|
-
[u]: r(e[u], c, _)
|
|
244
|
-
});
|
|
245
|
-
const x = o.shape && Math.round(f.y) > Math.round(o.shape.center.y) ? 1 : 0, I = e[u][c];
|
|
246
|
-
return T(k({}, e), {
|
|
247
|
-
[u]: [
|
|
248
|
-
...e[u].slice(0, c),
|
|
249
|
-
...e[u].slice(c + 1)
|
|
250
|
-
],
|
|
251
|
-
[b]: [
|
|
252
|
-
...e[b].slice(0, _ + x),
|
|
253
|
-
I,
|
|
254
|
-
...e[b].slice(_ + x)
|
|
255
|
-
]
|
|
256
|
-
});
|
|
145
|
+
function Ce(e, t, n) {
|
|
146
|
+
let { source: r, target: i, canceled: a } = t.operation;
|
|
147
|
+
if (!r || !i || a) return "preventDefault" in t && t.preventDefault(), e;
|
|
148
|
+
let o = (e, t) => e === t || typeof e == "object" && !!e && "id" in e && e.id === t;
|
|
149
|
+
if (Array.isArray(e)) {
|
|
150
|
+
let s = e.findIndex((e) => o(e, r.id)), c = e.findIndex((e) => o(e, i.id));
|
|
151
|
+
if (s === -1 || c === -1) {
|
|
152
|
+
if (H(r)) {
|
|
153
|
+
let i = r.initialIndex, a = r.index;
|
|
154
|
+
return i === a || i < 0 || i >= e.length ? ("preventDefault" in t && t.preventDefault(), e) : n(e, i, a);
|
|
155
|
+
}
|
|
156
|
+
return e;
|
|
157
|
+
}
|
|
158
|
+
if (!a && "index" in r && typeof r.index == "number") {
|
|
159
|
+
let t = r.index;
|
|
160
|
+
if (t !== s) return n(e, s, t);
|
|
161
|
+
}
|
|
162
|
+
return n(e, s, c);
|
|
163
|
+
}
|
|
164
|
+
let s = Object.entries(e), c = -1, l, u = -1, d;
|
|
165
|
+
for (let [e, t] of s) if (c === -1 && (c = t.findIndex((e) => o(e, r.id)), c !== -1 && (l = e)), u === -1 && (u = t.findIndex((e) => o(e, i.id)), u !== -1 && (d = e)), c !== -1 && u !== -1) break;
|
|
166
|
+
if (c === -1 && H(r)) {
|
|
167
|
+
let i = r.initialGroup == null ? void 0 : V(e, r.initialGroup), a = r.initialIndex, o = r.group == null ? void 0 : V(e, r.group), s = r.index;
|
|
168
|
+
if (i == null || o == null || i === o && a === s) return "preventDefault" in t && t.preventDefault(), e;
|
|
169
|
+
if (i === o) return B(z({}, e), { [i]: n(e[i], a, s) });
|
|
170
|
+
let c = e[i][a];
|
|
171
|
+
return B(z({}, e), {
|
|
172
|
+
[i]: [...e[i].slice(0, a), ...e[i].slice(a + 1)],
|
|
173
|
+
[o]: [
|
|
174
|
+
...e[o].slice(0, s),
|
|
175
|
+
c,
|
|
176
|
+
...e[o].slice(s)
|
|
177
|
+
]
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
if (!r.manager) return e;
|
|
181
|
+
let { dragOperation: f } = r.manager, p = f.shape?.current.center ?? f.position.current;
|
|
182
|
+
if (d == null) {
|
|
183
|
+
let t = V(e, i.id);
|
|
184
|
+
if (t != null) {
|
|
185
|
+
let n = i.shape && p.y > i.shape.center.y ? e[t].length : 0;
|
|
186
|
+
d = t, u = n;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
if (l == null || d == null || l === d && c === u) {
|
|
190
|
+
if (l != null && l === d && c === u && H(r)) {
|
|
191
|
+
let t = r.group == null ? void 0 : V(e, r.group), i = r.group != null && t !== l, a = r.index !== c;
|
|
192
|
+
if (i || a) {
|
|
193
|
+
let i = r.group == null ? l : t;
|
|
194
|
+
if (i != null) {
|
|
195
|
+
if (l === i) return B(z({}, e), { [l]: n(e[l], c, r.index) });
|
|
196
|
+
let t = e[l][c];
|
|
197
|
+
return B(z({}, e), {
|
|
198
|
+
[l]: [...e[l].slice(0, c), ...e[l].slice(c + 1)],
|
|
199
|
+
[i]: [
|
|
200
|
+
...e[i].slice(0, r.index),
|
|
201
|
+
t,
|
|
202
|
+
...e[i].slice(r.index)
|
|
203
|
+
]
|
|
204
|
+
});
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
return "preventDefault" in t && t.preventDefault(), e;
|
|
209
|
+
}
|
|
210
|
+
if (l === d) return B(z({}, e), { [l]: n(e[l], c, u) });
|
|
211
|
+
let m = i.shape && Math.round(p.y) > Math.round(i.shape.center.y) ? 1 : 0, h = e[l][c];
|
|
212
|
+
return B(z({}, e), {
|
|
213
|
+
[l]: [...e[l].slice(0, c), ...e[l].slice(c + 1)],
|
|
214
|
+
[d]: [
|
|
215
|
+
...e[d].slice(0, u + m),
|
|
216
|
+
h,
|
|
217
|
+
...e[d].slice(u + m)
|
|
218
|
+
]
|
|
219
|
+
});
|
|
257
220
|
}
|
|
258
|
-
function
|
|
259
|
-
|
|
221
|
+
function we(e, t) {
|
|
222
|
+
return Ce(e, t, Se);
|
|
260
223
|
}
|
|
261
|
-
function
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
t.set(n.id, n.index);
|
|
266
|
-
return t;
|
|
224
|
+
function Te(e) {
|
|
225
|
+
let t = /* @__PURE__ */ new Map();
|
|
226
|
+
for (let [, n] of e) for (let e of n) t.set(e.id, e.index);
|
|
227
|
+
return t;
|
|
267
228
|
}
|
|
268
|
-
function
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
return !0;
|
|
275
|
-
}
|
|
276
|
-
return !1;
|
|
229
|
+
function Ee(e, t, n) {
|
|
230
|
+
for (let [r, i] of t) for (let t of i) {
|
|
231
|
+
let i = e.get(t.id);
|
|
232
|
+
if (t.index !== i || t.group !== r || !n.get(r)?.has(t)) return !0;
|
|
233
|
+
}
|
|
234
|
+
return !1;
|
|
277
235
|
}
|
|
278
|
-
var
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
if (ge(h, l, c))
|
|
334
|
-
return;
|
|
335
|
-
const u = V(v), _ = V(
|
|
336
|
-
v,
|
|
337
|
-
ut
|
|
338
|
-
), b = o.sortable.element, g = _.indexOf(o.sortable), f = u[g], O = f?.element;
|
|
339
|
-
!f || !O || !b || (be(b, f.index, O, o.index), w(() => {
|
|
340
|
-
for (const x of l.values()) {
|
|
341
|
-
const I = Array.from(x).values();
|
|
342
|
-
for (const d of I)
|
|
343
|
-
d.index = d.initialIndex, d.group = d.initialGroup;
|
|
344
|
-
}
|
|
345
|
-
}));
|
|
346
|
-
});
|
|
347
|
-
}));
|
|
348
|
-
})
|
|
349
|
-
];
|
|
350
|
-
this.destroy = () => {
|
|
351
|
-
for (const n of r)
|
|
352
|
-
n();
|
|
353
|
-
};
|
|
354
|
-
}
|
|
236
|
+
var De = "__default__", Oe = class extends o {
|
|
237
|
+
constructor(t) {
|
|
238
|
+
super(t);
|
|
239
|
+
let n = () => {
|
|
240
|
+
let e = /* @__PURE__ */ new Map();
|
|
241
|
+
for (let n of t.registry.droppables) if (n instanceof $) {
|
|
242
|
+
let { sortable: t } = n, { group: r } = t, i = e.get(r);
|
|
243
|
+
i || (i = /* @__PURE__ */ new Set(), e.set(r, i)), i.add(t);
|
|
244
|
+
}
|
|
245
|
+
return e;
|
|
246
|
+
}, r = [t.monitor.addEventListener("dragover", (t, r) => {
|
|
247
|
+
if (this.disabled) return;
|
|
248
|
+
let { dragOperation: i } = r, { source: a, target: o } = i;
|
|
249
|
+
if (!P(a) || !P(o) || a.sortable === o.sortable) return;
|
|
250
|
+
let s = n(), c = Te(s), l = a.sortable.group === o.sortable.group, u = s.get(a.sortable.group), d = l ? u : s.get(o.sortable.group);
|
|
251
|
+
!u || !d || queueMicrotask(() => {
|
|
252
|
+
t.defaultPrevented || r.renderer.rendering.then(() => {
|
|
253
|
+
let i = n();
|
|
254
|
+
if (Ee(c, s, i)) return;
|
|
255
|
+
let f = a.sortable.element, p = o.sortable.element;
|
|
256
|
+
if (!p || !f || !l && o.id === a.sortable.group) return;
|
|
257
|
+
let m = U(u), h = l ? m : U(d), g = a.sortable.group ?? De, _ = o.sortable.group ?? De, v = {
|
|
258
|
+
[g]: m,
|
|
259
|
+
[_]: h
|
|
260
|
+
}, y = we(v, t);
|
|
261
|
+
if (v === y) return;
|
|
262
|
+
let b = y[_].indexOf(a.sortable), x = y[_].indexOf(o.sortable);
|
|
263
|
+
r.collisionObserver.disable(), ke(f, b, p, x), e(() => {
|
|
264
|
+
for (let [e, t] of y[g].entries()) t.index = e;
|
|
265
|
+
if (!l) for (let [e, t] of y[_].entries()) t.group = o.sortable.group, t.index = e;
|
|
266
|
+
}), r.actions.setDropTarget(a.id).then(() => r.collisionObserver.enable());
|
|
267
|
+
});
|
|
268
|
+
});
|
|
269
|
+
}), t.monitor.addEventListener("dragend", (t, r) => {
|
|
270
|
+
if (!t.canceled) return;
|
|
271
|
+
let { dragOperation: i } = r, { source: a } = i;
|
|
272
|
+
P(a) && (a.sortable.initialIndex !== a.sortable.index || a.sortable.initialGroup !== a.sortable.group) && queueMicrotask(() => {
|
|
273
|
+
let t = n(), i = Te(t), o = t.get(a.sortable.initialGroup);
|
|
274
|
+
o && r.renderer.rendering.then(() => {
|
|
275
|
+
let r = n();
|
|
276
|
+
if (Ee(i, t, r)) return;
|
|
277
|
+
let s = U(o), c = U(o, je), l = a.sortable.element, u = s[c.indexOf(a.sortable)], d = u?.element;
|
|
278
|
+
!u || !d || !l || (ke(l, u.index, d, a.index), e(() => {
|
|
279
|
+
for (let e of t.values()) {
|
|
280
|
+
let t = Array.from(e).values();
|
|
281
|
+
for (let e of t) e.index = e.initialIndex, e.group = e.initialGroup;
|
|
282
|
+
}
|
|
283
|
+
}));
|
|
284
|
+
});
|
|
285
|
+
});
|
|
286
|
+
})];
|
|
287
|
+
this.destroy = () => {
|
|
288
|
+
for (let e of r) e();
|
|
289
|
+
};
|
|
290
|
+
}
|
|
355
291
|
};
|
|
356
|
-
function
|
|
357
|
-
|
|
358
|
-
|
|
292
|
+
function ke(e, t, n, r) {
|
|
293
|
+
let i = r < t ? "afterend" : "beforebegin";
|
|
294
|
+
n.insertAdjacentElement(i, e);
|
|
359
295
|
}
|
|
360
|
-
function
|
|
361
|
-
|
|
296
|
+
function Ae(e, t) {
|
|
297
|
+
return e.index - t.index;
|
|
362
298
|
}
|
|
363
|
-
function
|
|
364
|
-
|
|
299
|
+
function je(e, t) {
|
|
300
|
+
return e.initialIndex - t.initialIndex;
|
|
365
301
|
}
|
|
366
|
-
function
|
|
367
|
-
|
|
302
|
+
function U(e, t = Ae) {
|
|
303
|
+
return Array.from(e).sort(t);
|
|
368
304
|
}
|
|
369
|
-
var
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
duration: 250,
|
|
374
|
-
easing: "cubic-bezier(0.25, 1, 0.5, 1)",
|
|
375
|
-
idle: !1
|
|
305
|
+
var Me = [I, Oe], Ne = {
|
|
306
|
+
duration: 250,
|
|
307
|
+
easing: "cubic-bezier(0.25, 1, 0.5, 1)",
|
|
308
|
+
idle: !1
|
|
376
309
|
};
|
|
377
|
-
function
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
};
|
|
310
|
+
function Pe(e) {
|
|
311
|
+
return typeof e == "boolean" ? {
|
|
312
|
+
draggable: e,
|
|
313
|
+
droppable: e
|
|
314
|
+
} : {
|
|
315
|
+
draggable: e?.draggable ?? !1,
|
|
316
|
+
droppable: e?.droppable ?? !1
|
|
317
|
+
};
|
|
386
318
|
}
|
|
387
|
-
var
|
|
388
|
-
|
|
389
|
-
var
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
});
|
|
588
|
-
}
|
|
589
|
-
get type() {
|
|
590
|
-
return this.draggable.type;
|
|
591
|
-
}
|
|
592
|
-
set accept(e) {
|
|
593
|
-
this.droppable.accept = e;
|
|
594
|
-
}
|
|
595
|
-
get accept() {
|
|
596
|
-
return this.droppable.accept;
|
|
597
|
-
}
|
|
598
|
-
get isDropTarget() {
|
|
599
|
-
return this.droppable.isDropTarget;
|
|
600
|
-
}
|
|
601
|
-
/**
|
|
602
|
-
* A boolean indicating whether the sortable item is the source of a drag operation.
|
|
603
|
-
*/
|
|
604
|
-
get isDragSource() {
|
|
605
|
-
return this.draggable.isDragSource;
|
|
606
|
-
}
|
|
607
|
-
/**
|
|
608
|
-
* A boolean indicating whether the sortable item is being dragged.
|
|
609
|
-
*/
|
|
610
|
-
get isDragging() {
|
|
611
|
-
return this.draggable.isDragging;
|
|
612
|
-
}
|
|
613
|
-
/**
|
|
614
|
-
* A boolean indicating whether the sortable item is being dropped.
|
|
615
|
-
*/
|
|
616
|
-
get isDropping() {
|
|
617
|
-
return this.draggable.isDropping;
|
|
618
|
-
}
|
|
619
|
-
get status() {
|
|
620
|
-
return this.draggable.status;
|
|
621
|
-
}
|
|
622
|
-
refreshShape() {
|
|
623
|
-
return this.droppable.refreshShape();
|
|
624
|
-
}
|
|
625
|
-
accepts(e) {
|
|
626
|
-
return this.droppable.accepts(e);
|
|
627
|
-
}
|
|
319
|
+
var W = new r(), Fe, Ie = [i], G, K, q, J, Y, X;
|
|
320
|
+
Fe = [i];
|
|
321
|
+
var Z = class {
|
|
322
|
+
constructor(t, r) {
|
|
323
|
+
M(this, K, A(G, 8, this)), A(G, 11, this), M(this, q), M(this, J), M(this, Y, A(G, 12, this)), A(G, 15, this), M(this, X), this.register = () => (e(() => {
|
|
324
|
+
var e, t;
|
|
325
|
+
(e = this.manager) == null || e.registry.register(this.droppable), (t = this.manager) == null || t.registry.register(this.draggable);
|
|
326
|
+
}), () => this.unregister()), this.unregister = () => {
|
|
327
|
+
e(() => {
|
|
328
|
+
var e, t;
|
|
329
|
+
(e = this.manager) == null || e.registry.unregister(this.droppable), (t = this.manager) == null || t.registry.unregister(this.draggable);
|
|
330
|
+
});
|
|
331
|
+
}, this.destroy = () => {
|
|
332
|
+
e(() => {
|
|
333
|
+
this.droppable.destroy(), this.draggable.destroy();
|
|
334
|
+
});
|
|
335
|
+
};
|
|
336
|
+
var i = t, { effects: a = () => [], disabled: o, group: c, index: l, sensors: u, type: d, transition: f = Ne, plugins: p } = i, m = ce(i, [
|
|
337
|
+
"effects",
|
|
338
|
+
"disabled",
|
|
339
|
+
"group",
|
|
340
|
+
"index",
|
|
341
|
+
"sensors",
|
|
342
|
+
"type",
|
|
343
|
+
"transition",
|
|
344
|
+
"plugins"
|
|
345
|
+
]);
|
|
346
|
+
let h = s(p, Me), g = Pe(o);
|
|
347
|
+
this.droppable = new $(O(D({}, m), { disabled: g.droppable }), r, this), this.draggable = new Q(O(D({}, m), {
|
|
348
|
+
disabled: g.draggable,
|
|
349
|
+
plugins: h,
|
|
350
|
+
effects: () => [
|
|
351
|
+
() => {
|
|
352
|
+
let e = this.manager?.dragOperation.status;
|
|
353
|
+
e?.initializing && this.id === this.manager?.dragOperation.source?.id && W.clear(this.manager), e?.dragging && W.set(this.manager, this.id, n(() => ({
|
|
354
|
+
initialIndex: this.index,
|
|
355
|
+
initialGroup: this.group
|
|
356
|
+
})));
|
|
357
|
+
},
|
|
358
|
+
() => {
|
|
359
|
+
let { index: e, group: t, manager: n } = this, r = j(this, J), i = j(this, q);
|
|
360
|
+
(e !== r || t !== i) && (N(this, J, e), N(this, q, t), this.animate());
|
|
361
|
+
},
|
|
362
|
+
() => {
|
|
363
|
+
let { target: e } = this, { isDragSource: t } = this.draggable;
|
|
364
|
+
(this.draggable.pluginConfig(ee)?.feedback ?? "default") === "move" && t && (this.droppable.disabled = !e);
|
|
365
|
+
},
|
|
366
|
+
...a()
|
|
367
|
+
],
|
|
368
|
+
type: d,
|
|
369
|
+
sensors: u
|
|
370
|
+
}), r, this), N(this, X, m.element), this.manager = r, this.index = l, N(this, J, l), this.group = c, N(this, q, c), this.type = d, this.transition = f;
|
|
371
|
+
}
|
|
372
|
+
get initialIndex() {
|
|
373
|
+
return W.get(this.manager, this.id)?.initialIndex ?? this.index;
|
|
374
|
+
}
|
|
375
|
+
get initialGroup() {
|
|
376
|
+
return W.get(this.manager, this.id)?.initialGroup ?? this.group;
|
|
377
|
+
}
|
|
378
|
+
animate() {
|
|
379
|
+
n(() => {
|
|
380
|
+
let { manager: e, transition: t } = this, { shape: n } = this.droppable;
|
|
381
|
+
if (!e) return;
|
|
382
|
+
let { idle: r } = e.dragOperation.status;
|
|
383
|
+
!n || !t || r && !t.idle || e.renderer.rendering.then(() => {
|
|
384
|
+
let { element: r } = this;
|
|
385
|
+
if (!r) return;
|
|
386
|
+
for (let e of r.getAnimations()) "transitionProperty" in e && (e.transitionProperty === "transform" || e.transitionProperty === "translate" || e.transitionProperty === "scale") && e.cancel();
|
|
387
|
+
let i = this.refreshShape();
|
|
388
|
+
if (!i) return;
|
|
389
|
+
let a = {
|
|
390
|
+
x: n.boundingRectangle.left - i.boundingRectangle.left,
|
|
391
|
+
y: n.boundingRectangle.top - i.boundingRectangle.top
|
|
392
|
+
}, { translate: o } = f(r), s = d(r, o, !1), c = d(r, o);
|
|
393
|
+
if (a.x || a.y) {
|
|
394
|
+
let n = g(m(r)) ? O(D({}, t), { duration: 0 }) : t;
|
|
395
|
+
u({
|
|
396
|
+
element: r,
|
|
397
|
+
keyframes: { translate: [`${s.x + a.x}px ${s.y + a.y}px ${s.z}`, `${c.x}px ${c.y}px ${c.z}`] },
|
|
398
|
+
options: n
|
|
399
|
+
}).then(() => {
|
|
400
|
+
e.dragOperation.status.dragging || (this.droppable.shape = void 0);
|
|
401
|
+
});
|
|
402
|
+
}
|
|
403
|
+
});
|
|
404
|
+
});
|
|
405
|
+
}
|
|
406
|
+
get manager() {
|
|
407
|
+
return this.draggable.manager;
|
|
408
|
+
}
|
|
409
|
+
set manager(t) {
|
|
410
|
+
e(() => {
|
|
411
|
+
this.draggable.manager = t, this.droppable.manager = t;
|
|
412
|
+
});
|
|
413
|
+
}
|
|
414
|
+
set element(t) {
|
|
415
|
+
e(() => {
|
|
416
|
+
let e = j(this, X), n = this.droppable.element, r = this.draggable.element;
|
|
417
|
+
(!n || n === e) && (this.droppable.element = t), (!r || r === e) && (this.draggable.element = t), N(this, X, t);
|
|
418
|
+
});
|
|
419
|
+
}
|
|
420
|
+
get element() {
|
|
421
|
+
let e = j(this, X);
|
|
422
|
+
if (e) return l.get(e) ?? e ?? this.droppable.element;
|
|
423
|
+
}
|
|
424
|
+
set target(e) {
|
|
425
|
+
this.droppable.element = e;
|
|
426
|
+
}
|
|
427
|
+
get target() {
|
|
428
|
+
return this.droppable.element;
|
|
429
|
+
}
|
|
430
|
+
set source(e) {
|
|
431
|
+
this.draggable.element = e;
|
|
432
|
+
}
|
|
433
|
+
get source() {
|
|
434
|
+
return this.draggable.element;
|
|
435
|
+
}
|
|
436
|
+
get disabled() {
|
|
437
|
+
let { disabled: e } = this.draggable, { disabled: t } = this.droppable;
|
|
438
|
+
return e === t ? e : {
|
|
439
|
+
draggable: e,
|
|
440
|
+
droppable: t
|
|
441
|
+
};
|
|
442
|
+
}
|
|
443
|
+
set plugins(e) {
|
|
444
|
+
this.draggable.plugins = s(e, Me);
|
|
445
|
+
}
|
|
446
|
+
set disabled(t) {
|
|
447
|
+
let n = Pe(t);
|
|
448
|
+
e(() => {
|
|
449
|
+
this.droppable.disabled = n.droppable, this.draggable.disabled = n.draggable;
|
|
450
|
+
});
|
|
451
|
+
}
|
|
452
|
+
set data(t) {
|
|
453
|
+
e(() => {
|
|
454
|
+
this.droppable.data = t, this.draggable.data = t;
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
set handle(e) {
|
|
458
|
+
this.draggable.handle = e;
|
|
459
|
+
}
|
|
460
|
+
set id(e) {
|
|
461
|
+
this.droppable.id = e, this.draggable.id = e;
|
|
462
|
+
}
|
|
463
|
+
get id() {
|
|
464
|
+
return this.droppable.id;
|
|
465
|
+
}
|
|
466
|
+
set sensors(e) {
|
|
467
|
+
this.draggable.sensors = e;
|
|
468
|
+
}
|
|
469
|
+
set modifiers(e) {
|
|
470
|
+
this.draggable.modifiers = e;
|
|
471
|
+
}
|
|
472
|
+
set collisionPriority(e) {
|
|
473
|
+
this.droppable.collisionPriority = e;
|
|
474
|
+
}
|
|
475
|
+
set collisionDetector(e) {
|
|
476
|
+
this.droppable.collisionDetector = e ?? y;
|
|
477
|
+
}
|
|
478
|
+
set alignment(e) {
|
|
479
|
+
this.draggable.alignment = e;
|
|
480
|
+
}
|
|
481
|
+
get alignment() {
|
|
482
|
+
return this.draggable.alignment;
|
|
483
|
+
}
|
|
484
|
+
set type(t) {
|
|
485
|
+
e(() => {
|
|
486
|
+
this.droppable.type = t, this.draggable.type = t;
|
|
487
|
+
});
|
|
488
|
+
}
|
|
489
|
+
get type() {
|
|
490
|
+
return this.draggable.type;
|
|
491
|
+
}
|
|
492
|
+
set accept(e) {
|
|
493
|
+
this.droppable.accept = e;
|
|
494
|
+
}
|
|
495
|
+
get accept() {
|
|
496
|
+
return this.droppable.accept;
|
|
497
|
+
}
|
|
498
|
+
get isDropTarget() {
|
|
499
|
+
return this.droppable.isDropTarget;
|
|
500
|
+
}
|
|
501
|
+
get isDragSource() {
|
|
502
|
+
return this.draggable.isDragSource;
|
|
503
|
+
}
|
|
504
|
+
get isDragging() {
|
|
505
|
+
return this.draggable.isDragging;
|
|
506
|
+
}
|
|
507
|
+
get isDropping() {
|
|
508
|
+
return this.draggable.isDropping;
|
|
509
|
+
}
|
|
510
|
+
get status() {
|
|
511
|
+
return this.draggable.status;
|
|
512
|
+
}
|
|
513
|
+
refreshShape() {
|
|
514
|
+
return this.droppable.refreshShape();
|
|
515
|
+
}
|
|
516
|
+
accepts(e) {
|
|
517
|
+
return this.droppable.accepts(e);
|
|
518
|
+
}
|
|
628
519
|
};
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
super(e, t), this.sortable = r;
|
|
657
|
-
}
|
|
658
|
-
get index() {
|
|
659
|
-
return this.sortable.index;
|
|
660
|
-
}
|
|
661
|
-
get group() {
|
|
662
|
-
return this.sortable.group;
|
|
663
|
-
}
|
|
664
|
-
};
|
|
665
|
-
export {
|
|
666
|
-
dt as OptimisticSortingPlugin,
|
|
667
|
-
ee as Sortable,
|
|
668
|
-
De as SortableDraggable,
|
|
669
|
-
te as SortableDroppable,
|
|
670
|
-
Ze as SortableKeyboardPlugin,
|
|
671
|
-
pt as defaultSortableTransition,
|
|
672
|
-
m as isSortable,
|
|
673
|
-
yt as isSortableOperation
|
|
520
|
+
G = le(), K = /* @__PURE__ */ new WeakMap(), q = /* @__PURE__ */ new WeakMap(), J = /* @__PURE__ */ new WeakMap(), Y = /* @__PURE__ */ new WeakMap(), X = /* @__PURE__ */ new WeakMap(), pe(G, 4, "index", Ie, Z, K), pe(G, 4, "group", Fe, Z, Y), fe(G, Z);
|
|
521
|
+
var Q = class extends b {
|
|
522
|
+
constructor(e, t, n) {
|
|
523
|
+
super(e, t), this.sortable = n;
|
|
524
|
+
}
|
|
525
|
+
get index() {
|
|
526
|
+
return this.sortable.index;
|
|
527
|
+
}
|
|
528
|
+
get initialIndex() {
|
|
529
|
+
return this.sortable.initialIndex;
|
|
530
|
+
}
|
|
531
|
+
get group() {
|
|
532
|
+
return this.sortable.group;
|
|
533
|
+
}
|
|
534
|
+
get initialGroup() {
|
|
535
|
+
return this.sortable.initialGroup;
|
|
536
|
+
}
|
|
537
|
+
}, $ = class extends x {
|
|
538
|
+
constructor(e, t, n) {
|
|
539
|
+
super(e, t), this.sortable = n;
|
|
540
|
+
}
|
|
541
|
+
get index() {
|
|
542
|
+
return this.sortable.index;
|
|
543
|
+
}
|
|
544
|
+
get group() {
|
|
545
|
+
return this.sortable.group;
|
|
546
|
+
}
|
|
674
547
|
};
|
|
548
|
+
//#endregion
|
|
549
|
+
export { Oe as OptimisticSortingPlugin, Z as Sortable, Q as SortableDraggable, $ as SortableDroppable, I as SortableKeyboardPlugin, Ne as defaultSortableTransition, P as isSortable, he as isSortableOperation };
|