@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,705 +1,512 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
//#region ../../node_modules/linkifyjs/dist/linkify.mjs
|
|
2
|
+
var e = "numeric", t = "ascii", n = "alpha", r = "asciinumeric", i = "alphanumeric", a = "domain", o = "emoji", s = "whitespace";
|
|
3
|
+
function c(e, t) {
|
|
4
|
+
return e in t || (t[e] = []), t[e];
|
|
4
5
|
}
|
|
5
|
-
function
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
function l(s, l, u) {
|
|
7
|
+
l[e] && (l[r] = !0, l[i] = !0), l[t] && (l[r] = !0, l[n] = !0), l[r] && (l[i] = !0), l[n] && (l[i] = !0), l[i] && (l[a] = !0), l[o] && (l[a] = !0);
|
|
8
|
+
for (let e in l) {
|
|
9
|
+
let t = c(e, u);
|
|
10
|
+
t.indexOf(s) < 0 && t.push(s);
|
|
11
|
+
}
|
|
11
12
|
}
|
|
12
|
-
function
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return e;
|
|
13
|
+
function u(e, t) {
|
|
14
|
+
let n = {};
|
|
15
|
+
for (let r in t) t[r].indexOf(e) >= 0 && (n[r] = !0);
|
|
16
|
+
return n;
|
|
17
17
|
}
|
|
18
|
-
function
|
|
19
|
-
|
|
18
|
+
function d(e = null) {
|
|
19
|
+
this.j = {}, this.jr = [], this.jd = null, this.t = e;
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
* @param {Flags} [flags] Collections flags to add token to
|
|
59
|
-
* @param {Collections<T>} [groups] Master list of token groups
|
|
60
|
-
*/
|
|
61
|
-
ta(t, n, e, s) {
|
|
62
|
-
for (let i = 0; i < t.length; i++)
|
|
63
|
-
this.tt(t[i], n, e, s);
|
|
64
|
-
},
|
|
65
|
-
/**
|
|
66
|
-
* Short for "take regexp transition"; defines a transition for this state
|
|
67
|
-
* when it encounters a token which matches the given regular expression
|
|
68
|
-
* @param {RegExp} regexp Regular expression transition (populate first)
|
|
69
|
-
* @param {T | State<T>} [next] Transition options
|
|
70
|
-
* @param {Flags} [flags] Collections flags to add token to
|
|
71
|
-
* @param {Collections<T>} [groups] Master list of token groups
|
|
72
|
-
* @returns {State<T>} taken after the given input
|
|
73
|
-
*/
|
|
74
|
-
tr(t, n, e, s) {
|
|
75
|
-
s = s || p.groups;
|
|
76
|
-
let i;
|
|
77
|
-
return n && n.j ? i = n : (i = new p(n), e && s && v(n, e, s)), this.jr.push([t, i]), i;
|
|
78
|
-
},
|
|
79
|
-
/**
|
|
80
|
-
* Short for "take transitions", will take as many sequential transitions as
|
|
81
|
-
* the length of the given input and returns the
|
|
82
|
-
* resulting final state.
|
|
83
|
-
* @param {string | string[]} input
|
|
84
|
-
* @param {T | State<T>} [next] Transition options
|
|
85
|
-
* @param {Flags} [flags] Collections flags to add token to
|
|
86
|
-
* @param {Collections<T>} [groups] Master list of token groups
|
|
87
|
-
* @returns {State<T>} taken after the given input
|
|
88
|
-
*/
|
|
89
|
-
ts(t, n, e, s) {
|
|
90
|
-
let i = this;
|
|
91
|
-
const r = t.length;
|
|
92
|
-
if (!r)
|
|
93
|
-
return i;
|
|
94
|
-
for (let a = 0; a < r - 1; a++)
|
|
95
|
-
i = i.tt(t[a]);
|
|
96
|
-
return i.tt(t[r - 1], n, e, s);
|
|
97
|
-
},
|
|
98
|
-
/**
|
|
99
|
-
* Short for "take transition", this is a method for building/working with
|
|
100
|
-
* state machines.
|
|
101
|
-
*
|
|
102
|
-
* If a state already exists for the given input, returns it.
|
|
103
|
-
*
|
|
104
|
-
* If a token is specified, that state will emit that token when reached by
|
|
105
|
-
* the linkify engine.
|
|
106
|
-
*
|
|
107
|
-
* If no state exists, it will be initialized with some default transitions
|
|
108
|
-
* that resemble existing default transitions.
|
|
109
|
-
*
|
|
110
|
-
* If a state is given for the second argument, that state will be
|
|
111
|
-
* transitioned to on the given input regardless of what that input
|
|
112
|
-
* previously did.
|
|
113
|
-
*
|
|
114
|
-
* Specify a token group flags to define groups that this token belongs to.
|
|
115
|
-
* The token will be added to corresponding entires in the given groups
|
|
116
|
-
* object.
|
|
117
|
-
*
|
|
118
|
-
* @param {string} input character, token type to transition on
|
|
119
|
-
* @param {T | State<T>} [next] Transition options
|
|
120
|
-
* @param {Flags} [flags] Collections flags to add token to
|
|
121
|
-
* @param {Collections<T>} [groups] Master list of groups
|
|
122
|
-
* @returns {State<T>} taken after the given input
|
|
123
|
-
*/
|
|
124
|
-
tt(t, n, e, s) {
|
|
125
|
-
s = s || p.groups;
|
|
126
|
-
const i = this;
|
|
127
|
-
if (n && n.j)
|
|
128
|
-
return i.j[t] = n, n;
|
|
129
|
-
const r = n;
|
|
130
|
-
let a, c = i.go(t);
|
|
131
|
-
if (c ? (a = new p(), Object.assign(a.j, c.j), a.jr.push.apply(a.jr, c.jr), a.jd = c.jd, a.t = c.t) : a = new p(), r) {
|
|
132
|
-
if (s)
|
|
133
|
-
if (a.t && typeof a.t == "string") {
|
|
134
|
-
const d = Object.assign(Oe(a.t, s), e);
|
|
135
|
-
v(r, d, s);
|
|
136
|
-
} else e && v(r, e, s);
|
|
137
|
-
a.t = r;
|
|
138
|
-
}
|
|
139
|
-
return i.j[t] = a, a;
|
|
140
|
-
}
|
|
21
|
+
d.groups = {}, d.prototype = {
|
|
22
|
+
accepts() {
|
|
23
|
+
return !!this.t;
|
|
24
|
+
},
|
|
25
|
+
go(e) {
|
|
26
|
+
let t = this, n = t.j[e];
|
|
27
|
+
if (n) return n;
|
|
28
|
+
for (let n = 0; n < t.jr.length; n++) {
|
|
29
|
+
let r = t.jr[n][0], i = t.jr[n][1];
|
|
30
|
+
if (i && r.test(e)) return i;
|
|
31
|
+
}
|
|
32
|
+
return t.jd;
|
|
33
|
+
},
|
|
34
|
+
has(e, t = !1) {
|
|
35
|
+
return t ? e in this.j : !!this.go(e);
|
|
36
|
+
},
|
|
37
|
+
ta(e, t, n, r) {
|
|
38
|
+
for (let i = 0; i < e.length; i++) this.tt(e[i], t, n, r);
|
|
39
|
+
},
|
|
40
|
+
tr(e, t, n, r) {
|
|
41
|
+
r ||= d.groups;
|
|
42
|
+
let i;
|
|
43
|
+
return t && t.j ? i = t : (i = new d(t), n && r && l(t, n, r)), this.jr.push([e, i]), i;
|
|
44
|
+
},
|
|
45
|
+
ts(e, t, n, r) {
|
|
46
|
+
let i = this, a = e.length;
|
|
47
|
+
if (!a) return i;
|
|
48
|
+
for (let t = 0; t < a - 1; t++) i = i.tt(e[t]);
|
|
49
|
+
return i.tt(e[a - 1], t, n, r);
|
|
50
|
+
},
|
|
51
|
+
tt(e, t, n, r) {
|
|
52
|
+
r ||= d.groups;
|
|
53
|
+
let i = this;
|
|
54
|
+
if (t && t.j) return i.j[e] = t, t;
|
|
55
|
+
let a = t, o, s = i.go(e);
|
|
56
|
+
return s ? (o = new d(), Object.assign(o.j, s.j), o.jr.push.apply(o.jr, s.jr), o.jd = s.jd, o.t = s.t) : o = new d(), a && (r && (o.t && typeof o.t == "string" ? l(a, Object.assign(u(o.t, r), n), r) : n && l(a, n, r)), o.t = a), i.j[e] = o, o;
|
|
57
|
+
}
|
|
141
58
|
};
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
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
|
-
let
|
|
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
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
tld: !0,
|
|
246
|
-
ascii: !0
|
|
247
|
-
}, n), v(Qt, {
|
|
248
|
-
utld: !0,
|
|
249
|
-
alpha: !0
|
|
250
|
-
}, n), w(e, "file", tt, I, T), w(e, "mailto", tt, I, T), w(e, "http", M, I, T), w(e, "https", M, I, T), w(e, "ftp", M, I, T), w(e, "ftps", M, I, T), v(tt, {
|
|
251
|
-
scheme: !0,
|
|
252
|
-
ascii: !0
|
|
253
|
-
}, n), v(M, {
|
|
254
|
-
slashscheme: !0,
|
|
255
|
-
ascii: !0
|
|
256
|
-
}, n), t = t.sort((g, R) => g[0] > R[0] ? 1 : -1);
|
|
257
|
-
for (let g = 0; g < t.length; g++) {
|
|
258
|
-
const R = t[g][0], P = t[g][1] ? {
|
|
259
|
-
[pe]: !0
|
|
260
|
-
} : {
|
|
261
|
-
[Ce]: !0
|
|
262
|
-
};
|
|
263
|
-
R.indexOf("-") >= 0 ? P[Kt] = !0 : b.test(R) ? N.test(R) ? P[K] = !0 : P[Bt] = !0 : P[zt] = !0, se(e, R, R, P);
|
|
264
|
-
}
|
|
265
|
-
return se(e, "localhost", _, {
|
|
266
|
-
ascii: !0
|
|
267
|
-
}), e.jd = new p(bt), {
|
|
268
|
-
start: e,
|
|
269
|
-
tokens: Object.assign({
|
|
270
|
-
groups: n
|
|
271
|
-
}, Ee)
|
|
272
|
-
};
|
|
59
|
+
var f = (e, t, n, r, i) => e.ta(t, n, r, i), p = (e, t, n, r, i) => e.tr(t, n, r, i), m = (e, t, n, r, i) => e.ts(t, n, r, i), h = (e, t, n, r, i) => e.tt(t, n, r, i), g = "WORD", _ = "UWORD", v = "ASCIINUMERICAL", y = "ALPHANUMERICAL", b = "LOCALHOST", x = "TLD", S = "UTLD", C = "SCHEME", w = "SLASH_SCHEME", ee = "NUM", T = "WS", te = "NL", E = "OPENBRACE", D = "CLOSEBRACE", ne = "OPENBRACKET", re = "CLOSEBRACKET", ie = "OPENPAREN", ae = "CLOSEPAREN", oe = "OPENANGLEBRACKET", se = "CLOSEANGLEBRACKET", ce = "FULLWIDTHLEFTPAREN", le = "FULLWIDTHRIGHTPAREN", ue = "LEFTCORNERBRACKET", de = "RIGHTCORNERBRACKET", fe = "LEFTWHITECORNERBRACKET", pe = "RIGHTWHITECORNERBRACKET", me = "FULLWIDTHLESSTHAN", he = "FULLWIDTHGREATERTHAN", ge = "AMPERSAND", _e = "APOSTROPHE", ve = "ASTERISK", O = "AT", ye = "BACKSLASH", be = "BACKTICK", xe = "CARET", k = "COLON", Se = "COMMA", Ce = "DOLLAR", A = "DOT", we = "EQUALS", Te = "EXCLAMATION", j = "HYPHEN", M = "PERCENT", Ee = "PIPE", De = "PLUS", Oe = "POUND", N = "QUERY", ke = "QUOTE", P = "FULLWIDTHMIDDLEDOT", Ae = "SEMI", F = "SLASH", I = "TILDE", je = "UNDERSCORE", Me = "EMOJI", Ne = "SYM", Pe = /*#__PURE__*/ Object.freeze({
|
|
60
|
+
__proto__: null,
|
|
61
|
+
ALPHANUMERICAL: y,
|
|
62
|
+
AMPERSAND: ge,
|
|
63
|
+
APOSTROPHE: _e,
|
|
64
|
+
ASCIINUMERICAL: v,
|
|
65
|
+
ASTERISK: ve,
|
|
66
|
+
AT: O,
|
|
67
|
+
BACKSLASH: ye,
|
|
68
|
+
BACKTICK: be,
|
|
69
|
+
CARET: xe,
|
|
70
|
+
CLOSEANGLEBRACKET: se,
|
|
71
|
+
CLOSEBRACE: D,
|
|
72
|
+
CLOSEBRACKET: re,
|
|
73
|
+
CLOSEPAREN: ae,
|
|
74
|
+
COLON: k,
|
|
75
|
+
COMMA: Se,
|
|
76
|
+
DOLLAR: Ce,
|
|
77
|
+
DOT: A,
|
|
78
|
+
EMOJI: Me,
|
|
79
|
+
EQUALS: we,
|
|
80
|
+
EXCLAMATION: Te,
|
|
81
|
+
FULLWIDTHGREATERTHAN: he,
|
|
82
|
+
FULLWIDTHLEFTPAREN: ce,
|
|
83
|
+
FULLWIDTHLESSTHAN: me,
|
|
84
|
+
FULLWIDTHMIDDLEDOT: P,
|
|
85
|
+
FULLWIDTHRIGHTPAREN: le,
|
|
86
|
+
HYPHEN: j,
|
|
87
|
+
LEFTCORNERBRACKET: ue,
|
|
88
|
+
LEFTWHITECORNERBRACKET: fe,
|
|
89
|
+
LOCALHOST: b,
|
|
90
|
+
NL: te,
|
|
91
|
+
NUM: ee,
|
|
92
|
+
OPENANGLEBRACKET: oe,
|
|
93
|
+
OPENBRACE: E,
|
|
94
|
+
OPENBRACKET: ne,
|
|
95
|
+
OPENPAREN: ie,
|
|
96
|
+
PERCENT: M,
|
|
97
|
+
PIPE: Ee,
|
|
98
|
+
PLUS: De,
|
|
99
|
+
POUND: Oe,
|
|
100
|
+
QUERY: N,
|
|
101
|
+
QUOTE: ke,
|
|
102
|
+
RIGHTCORNERBRACKET: de,
|
|
103
|
+
RIGHTWHITECORNERBRACKET: pe,
|
|
104
|
+
SCHEME: C,
|
|
105
|
+
SEMI: Ae,
|
|
106
|
+
SLASH: F,
|
|
107
|
+
SLASH_SCHEME: w,
|
|
108
|
+
SYM: Ne,
|
|
109
|
+
TILDE: I,
|
|
110
|
+
TLD: x,
|
|
111
|
+
UNDERSCORE: je,
|
|
112
|
+
UTLD: S,
|
|
113
|
+
UWORD: _,
|
|
114
|
+
WORD: g,
|
|
115
|
+
WS: T
|
|
116
|
+
}), L = /[a-z]/, R = /\p{L}/u, Fe = /\p{Emoji}/u, z = /\d/, Ie = /\s/, Le = "\r", Re = "\n", ze = "️", Be = "", Ve = "", He = null, Ue = null;
|
|
117
|
+
function B(c = []) {
|
|
118
|
+
let u = {};
|
|
119
|
+
d.groups = u;
|
|
120
|
+
let f = new d();
|
|
121
|
+
He ??= We("aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2odyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rck0msd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2oodside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2"), Ue ??= We("ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2"), h(f, "'", _e), h(f, "{", E), h(f, "}", D), h(f, "[", ne), h(f, "]", re), h(f, "(", ie), h(f, ")", ae), h(f, "<", oe), h(f, ">", se), h(f, "(", ce), h(f, ")", le), h(f, "「", ue), h(f, "」", de), h(f, "『", fe), h(f, "』", pe), h(f, "<", me), h(f, ">", he), h(f, "&", ge), h(f, "*", ve), h(f, "@", O), h(f, "`", be), h(f, "^", xe), h(f, ":", k), h(f, ",", Se), h(f, "$", Ce), h(f, ".", A), h(f, "=", we), h(f, "!", Te), h(f, "-", j), h(f, "%", M), h(f, "|", Ee), h(f, "+", De), h(f, "#", Oe), h(f, "?", N), h(f, "\"", ke), h(f, "/", F), h(f, ";", Ae), h(f, "~", I), h(f, "_", je), h(f, "\\", ye), h(f, "・", P);
|
|
122
|
+
let B = p(f, z, ee, { [e]: !0 });
|
|
123
|
+
p(B, z, B);
|
|
124
|
+
let V = p(B, L, v, { [r]: !0 }), H = p(B, R, y, { [i]: !0 }), W = p(f, L, g, { [t]: !0 });
|
|
125
|
+
p(W, z, V), p(W, L, W), p(V, z, V), p(V, L, V);
|
|
126
|
+
let G = p(f, R, _, { [n]: !0 });
|
|
127
|
+
p(G, L), p(G, z, H), p(G, R, G), p(H, z, H), p(H, L), p(H, R, H);
|
|
128
|
+
let Ge = h(f, Re, te, { [s]: !0 }), K = h(f, Le, T, { [s]: !0 }), q = p(f, Ie, T, { [s]: !0 });
|
|
129
|
+
h(f, Ve, q), h(K, Re, Ge), h(K, Ve, q), p(K, Ie, q), h(q, Le), h(q, Re), p(q, Ie, q), h(q, Ve, q);
|
|
130
|
+
let J = p(f, Fe, Me, { [o]: !0 });
|
|
131
|
+
h(J, "#"), p(J, Fe, J), h(J, ze, J);
|
|
132
|
+
let Y = h(J, Be);
|
|
133
|
+
h(Y, "#"), p(Y, Fe, J);
|
|
134
|
+
let X = [[L, W], [z, V]], Z = [
|
|
135
|
+
[L, null],
|
|
136
|
+
[R, G],
|
|
137
|
+
[z, H]
|
|
138
|
+
];
|
|
139
|
+
for (let e = 0; e < He.length; e++) U(f, He[e], x, g, X);
|
|
140
|
+
for (let e = 0; e < Ue.length; e++) U(f, Ue[e], S, _, Z);
|
|
141
|
+
l(x, {
|
|
142
|
+
tld: !0,
|
|
143
|
+
ascii: !0
|
|
144
|
+
}, u), l(S, {
|
|
145
|
+
utld: !0,
|
|
146
|
+
alpha: !0
|
|
147
|
+
}, u), U(f, "file", C, g, X), U(f, "mailto", C, g, X), U(f, "http", w, g, X), U(f, "https", w, g, X), U(f, "ftp", w, g, X), U(f, "ftps", w, g, X), l(C, {
|
|
148
|
+
scheme: !0,
|
|
149
|
+
ascii: !0
|
|
150
|
+
}, u), l(w, {
|
|
151
|
+
slashscheme: !0,
|
|
152
|
+
ascii: !0
|
|
153
|
+
}, u), c = c.sort((e, t) => e[0] > t[0] ? 1 : -1);
|
|
154
|
+
for (let n = 0; n < c.length; n++) {
|
|
155
|
+
let i = c[n][0], o = c[n][1] ? { scheme: !0 } : { slashscheme: !0 };
|
|
156
|
+
i.indexOf("-") >= 0 ? o[a] = !0 : L.test(i) ? z.test(i) ? o[r] = !0 : o[t] = !0 : o[e] = !0, m(f, i, i, o);
|
|
157
|
+
}
|
|
158
|
+
return m(f, "localhost", b, { ascii: !0 }), f.jd = new d(Ne), {
|
|
159
|
+
start: f,
|
|
160
|
+
tokens: Object.assign({ groups: u }, Pe)
|
|
161
|
+
};
|
|
273
162
|
}
|
|
274
|
-
function
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
// start index
|
|
288
|
-
e: r
|
|
289
|
-
// end index (excluding)
|
|
290
|
-
});
|
|
291
|
-
}
|
|
292
|
-
return i;
|
|
163
|
+
function V(e, t) {
|
|
164
|
+
let n = H(t.replace(/[A-Z]/g, (e) => e.toLowerCase())), r = n.length, i = [], a = 0, o = 0;
|
|
165
|
+
for (; o < r;) {
|
|
166
|
+
let s = e, c = null, l = 0, u = null, d = -1, f = -1;
|
|
167
|
+
for (; o < r && (c = s.go(n[o]));) s = c, s.accepts() ? (d = 0, f = 0, u = s) : d >= 0 && (d += n[o].length, f++), l += n[o].length, a += n[o].length, o++;
|
|
168
|
+
a -= d, o -= f, l -= d, i.push({
|
|
169
|
+
t: u.t,
|
|
170
|
+
v: t.slice(a - l, a),
|
|
171
|
+
s: a - l,
|
|
172
|
+
e: a
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
return i;
|
|
293
176
|
}
|
|
294
|
-
function
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
return n;
|
|
177
|
+
function H(e) {
|
|
178
|
+
let t = [], n = e.length, r = 0;
|
|
179
|
+
for (; r < n;) {
|
|
180
|
+
let i = e.charCodeAt(r), a, o = i < 55296 || i > 56319 || r + 1 === n || (a = e.charCodeAt(r + 1)) < 56320 || a > 57343 ? e[r] : e.slice(r, r + 2);
|
|
181
|
+
t.push(o), r += o.length;
|
|
182
|
+
}
|
|
183
|
+
return t;
|
|
302
184
|
}
|
|
303
|
-
function
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
return r = new p(e), r.jr = i.slice(), t.j[n[a - 1]] = r, r;
|
|
185
|
+
function U(e, t, n, r, i) {
|
|
186
|
+
let a, o = t.length;
|
|
187
|
+
for (let n = 0; n < o - 1; n++) {
|
|
188
|
+
let o = t[n];
|
|
189
|
+
e.j[o] ? a = e.j[o] : (a = new d(r), a.jr = i.slice(), e.j[o] = a), e = a;
|
|
190
|
+
}
|
|
191
|
+
return a = new d(n), a.jr = i.slice(), e.j[t[o - 1]] = a, a;
|
|
311
192
|
}
|
|
312
|
-
function
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
} else
|
|
325
|
-
e.push(t[s]), s++;
|
|
326
|
-
}
|
|
327
|
-
return n;
|
|
193
|
+
function We(e) {
|
|
194
|
+
let t = [], n = [], r = 0;
|
|
195
|
+
for (; r < e.length;) {
|
|
196
|
+
let i = 0;
|
|
197
|
+
for (; "0123456789".indexOf(e[r + i]) >= 0;) i++;
|
|
198
|
+
if (i > 0) {
|
|
199
|
+
t.push(n.join(""));
|
|
200
|
+
for (let t = parseInt(e.substring(r, r + i), 10); t > 0; t--) n.pop();
|
|
201
|
+
r += i;
|
|
202
|
+
} else n.push(e[r]), r++;
|
|
203
|
+
}
|
|
204
|
+
return t;
|
|
328
205
|
}
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
206
|
+
var W = {
|
|
207
|
+
defaultProtocol: "http",
|
|
208
|
+
events: null,
|
|
209
|
+
format: Ge,
|
|
210
|
+
formatHref: Ge,
|
|
211
|
+
nl2br: !1,
|
|
212
|
+
tagName: "a",
|
|
213
|
+
target: null,
|
|
214
|
+
rel: null,
|
|
215
|
+
validate: !0,
|
|
216
|
+
truncate: Infinity,
|
|
217
|
+
className: null,
|
|
218
|
+
attributes: null,
|
|
219
|
+
ignoreTags: [],
|
|
220
|
+
render: null
|
|
344
221
|
};
|
|
345
|
-
function
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
this.o = e, n && (this.defaultRender = n), this.ignoreTags = i;
|
|
222
|
+
function G(e, t = null) {
|
|
223
|
+
let n = Object.assign({}, W);
|
|
224
|
+
e && (n = Object.assign(n, e instanceof G ? e.o : e));
|
|
225
|
+
let r = n.ignoreTags, i = [];
|
|
226
|
+
for (let e = 0; e < r.length; e++) i.push(r[e].toUpperCase());
|
|
227
|
+
this.o = n, t && (this.defaultRender = t), this.ignoreTags = i;
|
|
352
228
|
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
},
|
|
375
|
-
// Private methods
|
|
376
|
-
/**
|
|
377
|
-
* Resolve an option's value based on the value of the option and the given
|
|
378
|
-
* params. If operator and token are specified and the target option is
|
|
379
|
-
* callable, automatically calls the function with the given argument.
|
|
380
|
-
* @template {keyof Opts} K
|
|
381
|
-
* @param {K} key Name of option to use
|
|
382
|
-
* @param {string} [operator] will be passed to the target option if it's a
|
|
383
|
-
* function. If not specified, RAW function value gets returned
|
|
384
|
-
* @param {MultiToken} [token] The token from linkify.tokenize
|
|
385
|
-
* @returns {Opts[K] | any}
|
|
386
|
-
*/
|
|
387
|
-
get(t, n, e) {
|
|
388
|
-
const s = n != null;
|
|
389
|
-
let i = this.o[t];
|
|
390
|
-
return i && (typeof i == "object" ? (i = e.t in i ? i[e.t] : J[t], typeof i == "function" && s && (i = i(n, e))) : typeof i == "function" && s && (i = i(n, e.t, e)), i);
|
|
391
|
-
},
|
|
392
|
-
/**
|
|
393
|
-
* @template {keyof Opts} L
|
|
394
|
-
* @param {L} key Name of options object to use
|
|
395
|
-
* @param {string} [operator]
|
|
396
|
-
* @param {MultiToken} [token]
|
|
397
|
-
* @returns {Opts[L] | any}
|
|
398
|
-
*/
|
|
399
|
-
getObj(t, n, e) {
|
|
400
|
-
let s = this.o[t];
|
|
401
|
-
return typeof s == "function" && n != null && (s = s(n, e.t, e)), s;
|
|
402
|
-
},
|
|
403
|
-
/**
|
|
404
|
-
* Convert the given token to a rendered element that may be added to the
|
|
405
|
-
* calling-interface's DOM
|
|
406
|
-
* @param {MultiToken} token Token to render to an HTML element
|
|
407
|
-
* @returns {any} Render result; e.g., HTML string, DOM element, React
|
|
408
|
-
* Component, etc.
|
|
409
|
-
*/
|
|
410
|
-
render(t) {
|
|
411
|
-
const n = t.render(this);
|
|
412
|
-
return (this.get("render", null, t) || this.defaultRender)(n, t.t, t);
|
|
413
|
-
}
|
|
229
|
+
G.prototype = {
|
|
230
|
+
o: W,
|
|
231
|
+
ignoreTags: [],
|
|
232
|
+
defaultRender(e) {
|
|
233
|
+
return e;
|
|
234
|
+
},
|
|
235
|
+
check(e) {
|
|
236
|
+
return this.get("validate", e.toString(), e);
|
|
237
|
+
},
|
|
238
|
+
get(e, t, n) {
|
|
239
|
+
let r = t != null, i = this.o[e];
|
|
240
|
+
return i && (typeof i == "object" ? (i = n.t in i ? i[n.t] : W[e], typeof i == "function" && r && (i = i(t, n))) : typeof i == "function" && r && (i = i(t, n.t, n)), i);
|
|
241
|
+
},
|
|
242
|
+
getObj(e, t, n) {
|
|
243
|
+
let r = this.o[e];
|
|
244
|
+
return typeof r == "function" && t != null && (r = r(t, n.t, n)), r;
|
|
245
|
+
},
|
|
246
|
+
render(e) {
|
|
247
|
+
let t = e.render(this);
|
|
248
|
+
return (this.get("render", null, e) || this.defaultRender)(t, e.t, e);
|
|
249
|
+
}
|
|
414
250
|
};
|
|
415
|
-
function
|
|
416
|
-
|
|
251
|
+
function Ge(e) {
|
|
252
|
+
return e;
|
|
417
253
|
}
|
|
418
|
-
function
|
|
419
|
-
|
|
254
|
+
function K(e, t) {
|
|
255
|
+
this.t = "token", this.v = e, this.tk = t;
|
|
420
256
|
}
|
|
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
|
-
* href - The value that should be added to the anchor tag's href
|
|
475
|
-
attribute
|
|
476
|
-
@method toObject
|
|
477
|
-
@param {string} [protocol] `'http'` by default
|
|
478
|
-
*/
|
|
479
|
-
toObject(t = J.defaultProtocol) {
|
|
480
|
-
return {
|
|
481
|
-
type: this.t,
|
|
482
|
-
value: this.toString(),
|
|
483
|
-
isLink: this.isLink,
|
|
484
|
-
href: this.toHref(t),
|
|
485
|
-
start: this.startIndex(),
|
|
486
|
-
end: this.endIndex()
|
|
487
|
-
};
|
|
488
|
-
},
|
|
489
|
-
/**
|
|
490
|
-
*
|
|
491
|
-
* @param {Options} options Formatting option
|
|
492
|
-
*/
|
|
493
|
-
toFormattedObject(t) {
|
|
494
|
-
return {
|
|
495
|
-
type: this.t,
|
|
496
|
-
value: this.toFormattedString(t),
|
|
497
|
-
isLink: this.isLink,
|
|
498
|
-
href: this.toFormattedHref(t),
|
|
499
|
-
start: this.startIndex(),
|
|
500
|
-
end: this.endIndex()
|
|
501
|
-
};
|
|
502
|
-
},
|
|
503
|
-
/**
|
|
504
|
-
* Whether this token should be rendered as a link according to the given options
|
|
505
|
-
* @param {Options} options
|
|
506
|
-
* @returns {boolean}
|
|
507
|
-
*/
|
|
508
|
-
validate(t) {
|
|
509
|
-
return t.get("validate", this.toString(), this);
|
|
510
|
-
},
|
|
511
|
-
/**
|
|
512
|
-
* Return an object that represents how this link should be rendered.
|
|
513
|
-
* @param {Options} options Formattinng options
|
|
514
|
-
*/
|
|
515
|
-
render(t) {
|
|
516
|
-
const n = this, e = this.toHref(t.get("defaultProtocol")), s = t.get("formatHref", e, this), i = t.get("tagName", e, n), r = this.toFormattedString(t), a = {}, c = t.get("className", e, n), d = t.get("target", e, n), m = t.get("rel", e, n), E = t.getObj("attributes", e, n), u = t.getObj("events", e, n);
|
|
517
|
-
return a.href = s, c && (a.class = c), d && (a.target = d), m && (a.rel = m), E && Object.assign(a, E), {
|
|
518
|
-
tagName: i,
|
|
519
|
-
attributes: a,
|
|
520
|
-
content: r,
|
|
521
|
-
eventListeners: u
|
|
522
|
-
};
|
|
523
|
-
}
|
|
257
|
+
K.prototype = {
|
|
258
|
+
isLink: !1,
|
|
259
|
+
toString() {
|
|
260
|
+
return this.v;
|
|
261
|
+
},
|
|
262
|
+
toHref(e) {
|
|
263
|
+
return this.toString();
|
|
264
|
+
},
|
|
265
|
+
toFormattedString(e) {
|
|
266
|
+
let t = this.toString(), n = e.get("truncate", t, this), r = e.get("format", t, this);
|
|
267
|
+
return n && r.length > n ? r.substring(0, n) + "…" : r;
|
|
268
|
+
},
|
|
269
|
+
toFormattedHref(e) {
|
|
270
|
+
return e.get("formatHref", this.toHref(e.get("defaultProtocol")), this);
|
|
271
|
+
},
|
|
272
|
+
startIndex() {
|
|
273
|
+
return this.tk[0].s;
|
|
274
|
+
},
|
|
275
|
+
endIndex() {
|
|
276
|
+
return this.tk[this.tk.length - 1].e;
|
|
277
|
+
},
|
|
278
|
+
toObject(e = W.defaultProtocol) {
|
|
279
|
+
return {
|
|
280
|
+
type: this.t,
|
|
281
|
+
value: this.toString(),
|
|
282
|
+
isLink: this.isLink,
|
|
283
|
+
href: this.toHref(e),
|
|
284
|
+
start: this.startIndex(),
|
|
285
|
+
end: this.endIndex()
|
|
286
|
+
};
|
|
287
|
+
},
|
|
288
|
+
toFormattedObject(e) {
|
|
289
|
+
return {
|
|
290
|
+
type: this.t,
|
|
291
|
+
value: this.toFormattedString(e),
|
|
292
|
+
isLink: this.isLink,
|
|
293
|
+
href: this.toFormattedHref(e),
|
|
294
|
+
start: this.startIndex(),
|
|
295
|
+
end: this.endIndex()
|
|
296
|
+
};
|
|
297
|
+
},
|
|
298
|
+
validate(e) {
|
|
299
|
+
return e.get("validate", this.toString(), this);
|
|
300
|
+
},
|
|
301
|
+
render(e) {
|
|
302
|
+
let t = this, n = this.toHref(e.get("defaultProtocol")), r = e.get("formatHref", n, this), i = e.get("tagName", n, t), a = this.toFormattedString(e), o = {}, s = e.get("className", n, t), c = e.get("target", n, t), l = e.get("rel", n, t), u = e.getObj("attributes", n, t), d = e.getObj("events", n, t);
|
|
303
|
+
return o.href = r, s && (o.class = s), c && (o.target = c), l && (o.rel = l), u && Object.assign(o, u), {
|
|
304
|
+
tagName: i,
|
|
305
|
+
attributes: o,
|
|
306
|
+
content: a,
|
|
307
|
+
eventListeners: d
|
|
308
|
+
};
|
|
309
|
+
}
|
|
524
310
|
};
|
|
525
|
-
function
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
return e.t = t, e;
|
|
311
|
+
function q(e, t) {
|
|
312
|
+
class n extends K {
|
|
313
|
+
constructor(t, n) {
|
|
314
|
+
super(t, n), this.t = e;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
for (let e in t) n.prototype[e] = t[e];
|
|
318
|
+
return n.t = e, n;
|
|
534
319
|
}
|
|
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
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
320
|
+
var J = q("email", {
|
|
321
|
+
isLink: !0,
|
|
322
|
+
toHref() {
|
|
323
|
+
return "mailto:" + this.toString();
|
|
324
|
+
}
|
|
325
|
+
}), Y = q("text"), X = q("nl"), Z = q("url", {
|
|
326
|
+
isLink: !0,
|
|
327
|
+
toHref(e = W.defaultProtocol) {
|
|
328
|
+
return this.hasProtocol() ? this.v : `${e}://${this.v}`;
|
|
329
|
+
},
|
|
330
|
+
hasProtocol() {
|
|
331
|
+
let e = this.tk;
|
|
332
|
+
return e.length >= 2 && e[0].t !== b && e[1].t === k;
|
|
333
|
+
}
|
|
334
|
+
}), Q = (e) => new d(e);
|
|
335
|
+
function Ke({ groups: e }) {
|
|
336
|
+
let t = e.domain.concat([
|
|
337
|
+
ge,
|
|
338
|
+
ve,
|
|
339
|
+
O,
|
|
340
|
+
ye,
|
|
341
|
+
be,
|
|
342
|
+
xe,
|
|
343
|
+
Ce,
|
|
344
|
+
we,
|
|
345
|
+
j,
|
|
346
|
+
ee,
|
|
347
|
+
M,
|
|
348
|
+
Ee,
|
|
349
|
+
De,
|
|
350
|
+
Oe,
|
|
351
|
+
F,
|
|
352
|
+
Ne,
|
|
353
|
+
I,
|
|
354
|
+
je
|
|
355
|
+
]), n = [
|
|
356
|
+
_e,
|
|
357
|
+
k,
|
|
358
|
+
Se,
|
|
359
|
+
A,
|
|
360
|
+
Te,
|
|
361
|
+
M,
|
|
362
|
+
N,
|
|
363
|
+
ke,
|
|
364
|
+
Ae,
|
|
365
|
+
oe,
|
|
366
|
+
se,
|
|
367
|
+
E,
|
|
368
|
+
D,
|
|
369
|
+
re,
|
|
370
|
+
ne,
|
|
371
|
+
ie,
|
|
372
|
+
ae,
|
|
373
|
+
ce,
|
|
374
|
+
le,
|
|
375
|
+
ue,
|
|
376
|
+
de,
|
|
377
|
+
fe,
|
|
378
|
+
pe,
|
|
379
|
+
me,
|
|
380
|
+
he
|
|
381
|
+
], r = [
|
|
382
|
+
ge,
|
|
383
|
+
_e,
|
|
384
|
+
ve,
|
|
385
|
+
ye,
|
|
386
|
+
be,
|
|
387
|
+
xe,
|
|
388
|
+
Ce,
|
|
389
|
+
we,
|
|
390
|
+
j,
|
|
391
|
+
E,
|
|
392
|
+
D,
|
|
393
|
+
M,
|
|
394
|
+
Ee,
|
|
395
|
+
De,
|
|
396
|
+
Oe,
|
|
397
|
+
N,
|
|
398
|
+
F,
|
|
399
|
+
Ne,
|
|
400
|
+
I,
|
|
401
|
+
je
|
|
402
|
+
], i = Q(), a = h(i, I);
|
|
403
|
+
f(a, r, a), f(a, e.domain, a);
|
|
404
|
+
let o = Q(), s = Q(), c = Q();
|
|
405
|
+
f(i, e.domain, o), f(i, e.scheme, s), f(i, e.slashscheme, c), f(o, r, a), f(o, e.domain, o);
|
|
406
|
+
let l = h(o, O);
|
|
407
|
+
h(a, O, l), h(s, O, l), h(c, O, l);
|
|
408
|
+
let u = h(a, A);
|
|
409
|
+
f(u, r, a), f(u, e.domain, a);
|
|
410
|
+
let d = Q();
|
|
411
|
+
f(l, e.domain, d), f(d, e.domain, d);
|
|
412
|
+
let p = h(d, A);
|
|
413
|
+
f(p, e.domain, d);
|
|
414
|
+
let m = Q(J);
|
|
415
|
+
f(p, e.tld, m), f(p, e.utld, m), h(l, b, m);
|
|
416
|
+
let g = h(d, j);
|
|
417
|
+
h(g, j, g), f(g, e.domain, d), f(m, e.domain, d), h(m, A, p), h(m, j, g);
|
|
418
|
+
let _ = h(o, j), v = h(o, A);
|
|
419
|
+
h(_, j, _), f(_, e.domain, o), f(v, r, a), f(v, e.domain, o);
|
|
420
|
+
let y = Q(Z);
|
|
421
|
+
f(v, e.tld, y), f(v, e.utld, y), f(y, e.domain, o), f(y, r, a), h(y, A, v), h(y, j, _), h(y, O, l);
|
|
422
|
+
let x = h(y, k), S = Q(Z);
|
|
423
|
+
f(x, e.numeric, S);
|
|
424
|
+
let C = Q(Z), w = Q();
|
|
425
|
+
f(C, t, C), f(C, n, w), f(w, t, C), f(w, n, w), h(y, F, C), h(S, F, C);
|
|
426
|
+
let T = h(s, k), P = h(h(h(c, k), F), F);
|
|
427
|
+
f(s, e.domain, o), h(s, A, v), h(s, j, _), f(c, e.domain, o), h(c, A, v), h(c, j, _), f(T, e.domain, C), h(T, F, C), h(T, N, C), f(P, e.domain, C), f(P, t, C), h(P, F, C);
|
|
428
|
+
let Me = [
|
|
429
|
+
[E, D],
|
|
430
|
+
[ne, re],
|
|
431
|
+
[ie, ae],
|
|
432
|
+
[oe, se],
|
|
433
|
+
[ce, le],
|
|
434
|
+
[ue, de],
|
|
435
|
+
[fe, pe],
|
|
436
|
+
[me, he]
|
|
437
|
+
];
|
|
438
|
+
for (let e = 0; e < Me.length; e++) {
|
|
439
|
+
let [r, i] = Me[e], a = h(C, r);
|
|
440
|
+
h(w, r, a);
|
|
441
|
+
let o = Q(Z);
|
|
442
|
+
f(a, t, o);
|
|
443
|
+
let s = Q();
|
|
444
|
+
f(a, n, s), h(a, i, C), f(o, t, o), f(o, n, s), f(s, t, o), f(s, n, s), h(o, i, C), h(s, i, C);
|
|
445
|
+
}
|
|
446
|
+
return h(i, b, y), h(i, te, X), {
|
|
447
|
+
start: i,
|
|
448
|
+
tokens: Pe
|
|
449
|
+
};
|
|
620
450
|
}
|
|
621
|
-
function
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
}
|
|
637
|
-
return a.length > 0 && r.push(Mt(ae, n, a)), r;
|
|
451
|
+
function qe(e, t, n) {
|
|
452
|
+
let r = n.length, i = 0, a = [], o = [];
|
|
453
|
+
for (; i < r;) {
|
|
454
|
+
let s = e, c = null, l = null, u = 0, d = null, f = -1;
|
|
455
|
+
for (; i < r && !(c = s.go(n[i].t));) o.push(n[i++]);
|
|
456
|
+
for (; i < r && (l = c || s.go(n[i].t));) c = null, s = l, s.accepts() ? (f = 0, d = s) : f >= 0 && f++, i++, u++;
|
|
457
|
+
if (f < 0) i -= u, i < r && (o.push(n[i]), i++);
|
|
458
|
+
else {
|
|
459
|
+
o.length > 0 && (a.push(Je(Y, t, o)), o = []), i -= f, u -= f;
|
|
460
|
+
let e = d.t, r = n.slice(i - u, i);
|
|
461
|
+
a.push(Je(e, t, r));
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
return o.length > 0 && a.push(Je(Y, t, o)), a;
|
|
638
465
|
}
|
|
639
|
-
function
|
|
640
|
-
|
|
641
|
-
|
|
466
|
+
function Je(e, t, n) {
|
|
467
|
+
let r = n[0].s, i = n[n.length - 1].e;
|
|
468
|
+
return new e(t.slice(r, i), n);
|
|
642
469
|
}
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
initialized: !1
|
|
470
|
+
var Ye = typeof console < "u" && console && console.warn || (() => {}), Xe = "until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.", $ = {
|
|
471
|
+
scanner: null,
|
|
472
|
+
parser: null,
|
|
473
|
+
tokenQueue: [],
|
|
474
|
+
pluginQueue: [],
|
|
475
|
+
customSchemes: [],
|
|
476
|
+
initialized: !1
|
|
651
477
|
};
|
|
652
|
-
function
|
|
653
|
-
|
|
478
|
+
function Ze() {
|
|
479
|
+
return d.groups = {}, $.scanner = null, $.parser = null, $.tokenQueue = [], $.pluginQueue = [], $.customSchemes = [], $.initialized = !1, $;
|
|
654
480
|
}
|
|
655
|
-
function
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
659
|
-
2. Cannot start or end with "-"
|
|
660
|
-
3. "-" cannot repeat`);
|
|
661
|
-
h.customSchemes.push([t, n]);
|
|
481
|
+
function Qe(e, t = !1) {
|
|
482
|
+
if ($.initialized && Ye(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Xe}`), !/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e)) throw Error("linkifyjs: incorrect scheme format.\n1. Must only contain digits, lowercase ASCII letters or \"-\"\n2. Cannot start or end with \"-\"\n3. \"-\" cannot repeat");
|
|
483
|
+
$.customSchemes.push([e, t]);
|
|
662
484
|
}
|
|
663
|
-
function
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
scanner: h.scanner,
|
|
673
|
-
parser: h.parser
|
|
674
|
-
});
|
|
675
|
-
return h.initialized = !0, h;
|
|
485
|
+
function $e() {
|
|
486
|
+
$.scanner = B($.customSchemes);
|
|
487
|
+
for (let e = 0; e < $.tokenQueue.length; e++) $.tokenQueue[e][1]({ scanner: $.scanner });
|
|
488
|
+
$.parser = Ke($.scanner.tokens);
|
|
489
|
+
for (let e = 0; e < $.pluginQueue.length; e++) $.pluginQueue[e][1]({
|
|
490
|
+
scanner: $.scanner,
|
|
491
|
+
parser: $.parser
|
|
492
|
+
});
|
|
493
|
+
return $.initialized = !0, $;
|
|
676
494
|
}
|
|
677
|
-
function
|
|
678
|
-
|
|
495
|
+
function et(e) {
|
|
496
|
+
return $.initialized || $e(), qe($.parser.start, e, V($.scanner.start, e));
|
|
679
497
|
}
|
|
680
|
-
|
|
681
|
-
function
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
return r;
|
|
498
|
+
et.scan = V;
|
|
499
|
+
function tt(e, t = null, n = null) {
|
|
500
|
+
if (t && typeof t == "object") {
|
|
501
|
+
if (n) throw Error(`linkifyjs: Invalid link type ${t}; must be a string`);
|
|
502
|
+
n = t, t = null;
|
|
503
|
+
}
|
|
504
|
+
let r = new G(n), i = et(e), a = [];
|
|
505
|
+
for (let e = 0; e < i.length; e++) {
|
|
506
|
+
let n = i[e];
|
|
507
|
+
n.isLink && (!t || n.t === t) && r.check(n) && a.push(n.toFormattedObject(r));
|
|
508
|
+
}
|
|
509
|
+
return a;
|
|
693
510
|
}
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
Zt as Options,
|
|
697
|
-
p as State,
|
|
698
|
-
Nt as createTokenClass,
|
|
699
|
-
Me as find,
|
|
700
|
-
je as init,
|
|
701
|
-
Ue as registerCustomProtocol,
|
|
702
|
-
xe as reset,
|
|
703
|
-
Ne as stringToArray,
|
|
704
|
-
ge as tokenize
|
|
705
|
-
};
|
|
511
|
+
//#endregion
|
|
512
|
+
export { K as MultiToken, G as Options, d as State, q as createTokenClass, tt as find, $e as init, Qe as registerCustomProtocol, Ze as reset, H as stringToArray, et as tokenize };
|