@vc-shell/framework 2.0.0-alpha.6 → 2.0.0-alpha.8
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/CHANGELOG.md +4511 -0
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +0 -2
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +2 -79
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/types/menu-types.d.ts +80 -0
- package/dist/core/types/menu-types.d.ts.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +0 -21
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/types/index.d.ts +9 -1
- package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
- package/dist/shared/modules/index.d.ts +0 -1
- package/dist/shared/modules/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +26 -34
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +23 -31
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +22 -39
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +22 -28
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts +1 -3
- package/dist/ui/components/molecules/vc-select/composables/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts +30 -0
- package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts +3 -2
- package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +13 -7
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +8 -8
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +11 -11
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +2 -6
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts +5 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +6 -3
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +2 -6
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +1 -1
- package/dist/ui/types/global-components.d.ts +10 -0
- package/dist/ui/types/global-components.d.ts.map +1 -0
- package/dist/ui/types/index.d.ts +0 -8
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +7 -8
- package/LICENSE +0 -12
- package/dist/assets/042c75b764bc78a7.svg +0 -1
- package/dist/assets/0ba156439a339f2a.svg +0 -1
- package/dist/assets/0be560bfb22d0e72.woff2 +0 -0
- package/dist/assets/0d67e9e056b4c500.woff +0 -0
- package/dist/assets/0f590f8a94577092.svg +0 -1
- package/dist/assets/0fc5820f8be53a1b.svg +0 -1
- package/dist/assets/105efd028edc1dfe.woff +0 -0
- package/dist/assets/10768e2cc79fc60b.svg +0 -1
- package/dist/assets/11b3d25a56fd9a21.woff2 +0 -0
- package/dist/assets/131b34336aedaf47.woff +0 -0
- package/dist/assets/154365acf3010d96.woff2 +0 -0
- package/dist/assets/157b8721e0600ea8.svg +0 -1
- package/dist/assets/15e91cdd649cde9a.svg +0 -1
- package/dist/assets/19275e398ae57130.woff2 +0 -0
- package/dist/assets/19bb1c668a5db39f.woff2 +0 -0
- package/dist/assets/1a3e84b2457f709a.woff +0 -0
- package/dist/assets/1de63eb118636cce.svg +0 -1
- package/dist/assets/1ea01de36eb5491b.svg +0 -1
- package/dist/assets/2010ada3e82156ed.woff +0 -0
- package/dist/assets/204eaf512fde2023.svg +0 -1
- package/dist/assets/2088983edf42e153.svg +0 -1
- package/dist/assets/208f810a9321a327.svg +0 -1
- package/dist/assets/21220a9d10e6c558.svg +0 -1
- package/dist/assets/220db345a102045d.woff2 +0 -0
- package/dist/assets/225da11d23968333.svg +0 -1
- package/dist/assets/226f862dd81bdc13.woff2 +0 -0
- package/dist/assets/23a2d53395ddb14f.woff +0 -0
- package/dist/assets/259e6ad461a52ad7.svg +0 -1
- package/dist/assets/261e6dec4d53b9ac.woff +0 -0
- package/dist/assets/262f46a0b6d94bb6.svg +0 -1
- package/dist/assets/2857c513073467da.svg +0 -1
- package/dist/assets/2b3be7889467d98f.woff +0 -0
- package/dist/assets/2d4e6190eec72737.svg +0 -1
- package/dist/assets/2eba973185078bc8.woff +0 -0
- package/dist/assets/334d3f6bc766c516.woff +0 -0
- package/dist/assets/34ff7dd0c2285956.svg +0 -1
- package/dist/assets/3d26b7c1ab78bbe2.woff +0 -0
- package/dist/assets/3d892965ab4f1cbb.woff2 +0 -0
- package/dist/assets/3f8c4cc8099e34b6.woff2 +0 -0
- package/dist/assets/3fc09a6113184f16.woff +0 -0
- package/dist/assets/40a0e53b79ce63c6.woff2 +0 -0
- package/dist/assets/41275bcb979cb650.svg +0 -1
- package/dist/assets/434f7982590e462f.woff +0 -0
- package/dist/assets/475937116ee3314a.woff2 +0 -0
- package/dist/assets/477e1881a0394cc5.woff +0 -0
- package/dist/assets/489710fb710e73f0.woff +0 -0
- package/dist/assets/49791943b3872376.woff2 +0 -0
- package/dist/assets/4ae5f23e0ca888e7.woff2 +0 -0
- package/dist/assets/4d7a77b0e5373992.svg +0 -1
- package/dist/assets/4e43c74354534fb3.svg +0 -1
- package/dist/assets/4fe75f5117100705.svg +0 -1
- package/dist/assets/52e261a005074e1b.woff +0 -0
- package/dist/assets/5304c3d05a5f9789.woff2 +0 -0
- package/dist/assets/54cda5482c6c9218.woff +0 -0
- package/dist/assets/550f52072e8ccafe.woff2 +0 -0
- package/dist/assets/572bb1bb4156a9c1.svg +0 -1
- package/dist/assets/6075995d7e74da46.woff2 +0 -0
- package/dist/assets/617c4736236e199e.woff +0 -0
- package/dist/assets/67230f05dc94a265.svg +0 -1
- package/dist/assets/6798e4dd4add9b48.svg +0 -1
- package/dist/assets/686d4077c1e26876.woff2 +0 -0
- package/dist/assets/698ec6c722d4cb05.woff2 +0 -0
- package/dist/assets/6a3e73faf406cf33.svg +0 -1
- package/dist/assets/72de3a63bc0b70dd.svg +0 -1
- package/dist/assets/74c6a6ab81bb6340.woff2 +0 -0
- package/dist/assets/74ed5f8a78e71106.svg +0 -1
- package/dist/assets/7a5aa5abd625137f.ttf +0 -0
- package/dist/assets/7ce0c166fd6a1204.woff +0 -0
- package/dist/assets/7d55399c2a7bc985.svg +0 -1
- package/dist/assets/7d970675c69fca1d.woff +0 -0
- package/dist/assets/7eda727273fd98d3.svg +0 -1
- package/dist/assets/7f6ebfd707b76ca2.woff +0 -0
- package/dist/assets/7fa898d213fcc7bc.woff2 +0 -0
- package/dist/assets/861e6b7192b3b6c7.woff +0 -0
- package/dist/assets/8bbcde81ba21ecb2.woff2 +0 -0
- package/dist/assets/8f6657e5e0b8d3e4.woff +0 -0
- package/dist/assets/910b0d99b9e26568.svg +0 -1
- package/dist/assets/91fe94e424323d61.woff +0 -0
- package/dist/assets/92508f8707159b51.svg +0 -1
- package/dist/assets/9392bf1d591e1abb.svg +0 -1
- package/dist/assets/97e8d4984ba0713a.woff2 +0 -0
- package/dist/assets/9cb83236f6bb7ab1.svg +0 -1
- package/dist/assets/9d37314695c0b68d.woff +0 -0
- package/dist/assets/a03cdcd8da5bb987.woff +0 -0
- package/dist/assets/a18404194e3f9047.svg +0 -1
- package/dist/assets/a2017fe7f0a26510.svg +0 -1
- package/dist/assets/ab6e7190bb1492d5.woff2 +0 -0
- package/dist/assets/abf88f301a0730f4.svg +0 -1
- package/dist/assets/ac1a99b3d05d8232.woff +0 -0
- package/dist/assets/aed17cb6fdad2ada.woff2 +0 -0
- package/dist/assets/b1a596e31ad1185a.svg +0 -1
- package/dist/assets/b27767411c8427be.woff +0 -0
- package/dist/assets/b325adcae33bbe7a.svg +0 -1
- package/dist/assets/b372390551ca2fa1.svg +0 -1
- package/dist/assets/b5bb1e8fc975decd.svg +0 -1
- package/dist/assets/b645a4a2181b9dc1.svg +0 -1
- package/dist/assets/b6499ddce0a4ef7d.svg +0 -1
- package/dist/assets/b7ffde2383bb16ba.woff2 +0 -0
- package/dist/assets/b94421fadd23b0f2.svg +0 -1
- package/dist/assets/bb28fb0f27f1c11b.svg +0 -1
- package/dist/assets/c5195215cb712e9c.woff2 +0 -0
- package/dist/assets/c9191b638a10f67b.woff2 +0 -0
- package/dist/assets/c97328b91ac5cc66.woff +0 -0
- package/dist/assets/ca791c5ca5848a03.svg +0 -1
- package/dist/assets/cb32840ce330103f.woff +0 -0
- package/dist/assets/ccc878931d74181b.woff2 +0 -0
- package/dist/assets/cdc69f8b549c866d.woff2 +0 -0
- package/dist/assets/d084bda16abe8a56.svg +0 -1
- package/dist/assets/d32b129cae2fffd6.svg +0 -1
- package/dist/assets/d35a4c7113315758.woff2 +0 -0
- package/dist/assets/d3f792f54ae4c307.svg +0 -1
- package/dist/assets/d5a5b8630120073d.svg +0 -1
- package/dist/assets/d5eb20bcdcf5616a.woff2 +0 -0
- package/dist/assets/d5f9664ebbfb104b.svg +0 -1
- package/dist/assets/d84247b59449dd88.woff2 +0 -0
- package/dist/assets/da4b7f5883fe7743.woff2 +0 -0
- package/dist/assets/dceaf3b39091e6a4.woff +0 -0
- package/dist/assets/dd05d43ff0df2fc7.svg +0 -1
- package/dist/assets/e2ad5b3428289141.woff +0 -0
- package/dist/assets/e38acaa1757232e0.svg +0 -1
- package/dist/assets/e4a8550f1c7ffe36.svg +0 -1
- package/dist/assets/e5adb5ae3a3698f6.svg +0 -1
- package/dist/assets/e61a1889bac955f4.woff2 +0 -0
- package/dist/assets/e72bb11356af94c7.svg +0 -1
- package/dist/assets/e98196a9f8dcb2f0.svg +0 -1
- package/dist/assets/ebec912a42ad49ff.woff +0 -0
- package/dist/assets/ee6983981ffcbb41.woff2 +0 -0
- package/dist/assets/f09d89268e4c0317.svg +0 -1
- package/dist/assets/f239394367fcf005.woff2 +0 -0
- package/dist/assets/f5722262b6e7214e.woff2 +0 -0
- package/dist/assets/f7fc8bf46089d8b2.svg +0 -1
- package/dist/assets/fc829e3f399b70e0.woff2 +0 -0
- package/dist/assets/fe141d99763f5d2b.woff +0 -0
- package/dist/assets/fed13b0d59903483.svg +0 -1
- package/dist/assets/fed757d2c2344ead.woff2 +0 -0
- package/dist/assets/ffc438f20e79ce73.woff +0 -0
- package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
- package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
- package/dist/framework.css +0 -9
- package/dist/framework.js +0 -36477
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
- package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
- package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
- package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/index.d.ts +0 -39
- package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/keys.d.ts +0 -3
- package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
- package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
- package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
- package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
- package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
- package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
- package/dist/vendor-boolbase-D2i1C8XR.js +0 -18
- package/dist/vendor-cheerio-DrsWhxJH.js +0 -1053
- package/dist/vendor-cheerio-select-jw4C2SiT.js +0 -191
- package/dist/vendor-core-js-Do_NZFHx.js +0 -880
- package/dist/vendor-css-select-BwGMmTuc.js +0 -622
- package/dist/vendor-css-what-CZZaquJM.js +0 -267
- package/dist/vendor-cypress-signalr-mock-itnm2wpA.js +0 -781
- package/dist/vendor-d3-array-9cpTrqlO.js +0 -149
- package/dist/vendor-d3-axis-D1_DbKLz.js +0 -74
- package/dist/vendor-d3-brush-CcKeJp9e.js +0 -1
- package/dist/vendor-d3-color-BOYE6h_9.js +0 -306
- package/dist/vendor-d3-dispatch-fx-WMg0D.js +0 -64
- package/dist/vendor-d3-ease-Cr34gv04.js +0 -8
- package/dist/vendor-d3-format-DaIwZvFc.js +0 -182
- package/dist/vendor-d3-interpolate-BYG2gvO4.js +0 -177
- package/dist/vendor-d3-interpolate-path-CpGLvKgS.js +0 -299
- package/dist/vendor-d3-path-DJOTitNW.js +0 -64
- package/dist/vendor-d3-scale-CC5rtdt5.js +0 -561
- package/dist/vendor-d3-selection-CNMxsYiL.js +0 -603
- package/dist/vendor-d3-shape-DBhCDMiV.js +0 -925
- package/dist/vendor-d3-time-DAPP210_.js +0 -212
- package/dist/vendor-d3-time-format-hD7iE2WG.js +0 -491
- package/dist/vendor-d3-timer-C1cUWKPz.js +0 -67
- package/dist/vendor-d3-transition-BbNQT7qF.js +0 -524
- package/dist/vendor-d3-zoom-CcKeJp9e.js +0 -1
- package/dist/vendor-date-fns-BKO3x1R1.js +0 -3102
- package/dist/vendor-dom-serializer-BbVuF1MQ.js +0 -213
- package/dist/vendor-domelementtype-B3sFIGaC.js +0 -21
- package/dist/vendor-domhandler-Kufn9M_V.js +0 -311
- package/dist/vendor-dompurify-M2Bspgo5.js +0 -553
- package/dist/vendor-domutils-DDRq_ial.js +0 -386
- package/dist/vendor-emotion-cache-eEZT5l-Q.js +0 -274
- package/dist/vendor-emotion-hash-DImMRhyK.js +0 -22
- package/dist/vendor-emotion-memoize-BcEUCz8q.js +0 -9
- package/dist/vendor-emotion-serialize-BSDW8NwU.js +0 -123
- package/dist/vendor-emotion-sheet-CS8ZBl9s.js +0 -44
- package/dist/vendor-emotion-unitless-B7u1PU6w.js +0 -53
- package/dist/vendor-emotion-utils-D7refZTM.js +0 -28
- package/dist/vendor-entities-J86Og8IU.js +0 -364
- package/dist/vendor-floating-ui-core-BoHdh92a.js +0 -432
- package/dist/vendor-floating-ui-dom-BvVXFZ4B.js +0 -398
- package/dist/vendor-floating-ui-utils-CidJRIm2.js +0 -257
- package/dist/vendor-floating-ui-vue-sCrhit51.js +0 -121
- package/dist/vendor-gridstack-Dkfw452e.js +0 -3390
- package/dist/vendor-headlessui-vue-Cn-RMs4E.js +0 -961
- package/dist/vendor-htmlparser2-BxKKzWLL.js +0 -735
- package/dist/vendor-internmap-Q5729_cS.js +0 -35
- package/dist/vendor-intlify-core-base-BmIo1dK4.js +0 -1141
- package/dist/vendor-intlify-message-compiler-D9VOavkL.js +0 -960
- package/dist/vendor-intlify-shared-SCAs3ybf.js +0 -144
- package/dist/vendor-iso-639-1-rPqx9HMT.js +0 -786
- package/dist/vendor-juggle-resize-observer-DiSiNbbT.js +0 -286
- package/dist/vendor-linkify-it-LzoUhj6C.js +0 -199
- package/dist/vendor-linkifyjs-dCH9UYes.js +0 -701
- package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
- package/dist/vendor-lucide-vue-next-CPgeDcFj.js +0 -33093
- package/dist/vendor-markdown-it-Bs9KEWkF.js +0 -2266
- package/dist/vendor-markdown-it-task-lists-CHCnS7dl.js +0 -69
- package/dist/vendor-mdurl-DZFDNdqC.js +0 -192
- package/dist/vendor-microsoft-applicationinsights-analytics-js-DFu_cVaY.js +0 -1207
- package/dist/vendor-microsoft-applicationinsights-cfgsync-js-DRQLN2Ue.js +0 -261
- package/dist/vendor-microsoft-applicationinsights-channel-js-BIJDcP3D.js +0 -1822
- package/dist/vendor-microsoft-applicationinsights-common-CJjmnDMb.js +0 -1921
- package/dist/vendor-microsoft-applicationinsights-core-js-BOc_o46i.js +0 -4276
- package/dist/vendor-microsoft-applicationinsights-dependencies-js-DDz502id.js +0 -1407
- package/dist/vendor-microsoft-applicationinsights-properties-js-9aDWHwXJ.js +0 -572
- package/dist/vendor-microsoft-applicationinsights-shims-Dton8Vqy.js +0 -43
- package/dist/vendor-microsoft-applicationinsights-web-DTa5YN-h.js +0 -487
- package/dist/vendor-microsoft-dynamicproto-js-89GEKjvR.js +0 -147
- package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +0 -1761
- package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
- package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
- package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
- package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
- package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
- package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
- package/dist/vendor-nevware21-ts-async-D4qa7g-U.js +0 -261
- package/dist/vendor-nevware21-ts-utils-DII8jruI.js +0 -853
- package/dist/vendor-nth-check-CGMdQf59.js +0 -45
- package/dist/vendor-orderedmap-B3SOk52B.js +0 -103
- package/dist/vendor-parse5-htmlparser2-tree-adapter-BUDJ887-.js +0 -143
- package/dist/vendor-parse5-zq5Hn0y9.js +0 -5749
- package/dist/vendor-prettier-CoRReRqw.js +0 -5215
- package/dist/vendor-prosemirror-commands-Bv4ChObl.js +0 -385
- package/dist/vendor-prosemirror-dropcursor-kF5UKNFM.js +0 -86
- package/dist/vendor-prosemirror-gapcursor-S3ikcYX6.js +0 -203
- package/dist/vendor-prosemirror-history-CQYKHz3u.js +0 -248
- package/dist/vendor-prosemirror-keymap-CAfQyvJ7.js +0 -62
- package/dist/vendor-prosemirror-markdown-rpUTSG_Q.js +0 -663
- package/dist/vendor-prosemirror-model-DAA3avbR.js +0 -2730
- package/dist/vendor-prosemirror-schema-list-BNJkECdS.js +0 -87
- package/dist/vendor-prosemirror-state-IeimrELV.js +0 -821
- package/dist/vendor-prosemirror-tables-zVUKdbdQ.js +0 -1414
- package/dist/vendor-prosemirror-transform-BUjWd5Tb.js +0 -1525
- package/dist/vendor-prosemirror-view-DFpBkGRq.js +0 -3794
- package/dist/vendor-punycode-js-CgGegfA_.js +0 -133
- package/dist/vendor-rope-sequence-BWC2FSrq.js +0 -100
- package/dist/vendor-semver-Dar8oU3V.js +0 -1023
- package/dist/vendor-striptags-BrHtQQiF.js +0 -120
- package/dist/vendor-stylis-ClfDrgKE.js +0 -334
- package/dist/vendor-swiper-1bp0oJwt.js +0 -3387
- package/dist/vendor-tanstack-vue-virtual-CD9yLWd7.js +0 -1
- package/dist/vendor-throttle-debounce-CX0imT7m.js +0 -28
- package/dist/vendor-tiptap-core-CDScflP1.js +0 -3921
- package/dist/vendor-tiptap-extension-blockquote-ChRAwuus.js +0 -55
- package/dist/vendor-tiptap-extension-bold-BwoVpOFS.js +0 -74
- package/dist/vendor-tiptap-extension-code-DOlgG3ih.js +0 -52
- package/dist/vendor-tiptap-extension-code-block-CMeTs87s.js +0 -215
- package/dist/vendor-tiptap-extension-document-DO8oly70.js +0 -12
- package/dist/vendor-tiptap-extension-hard-break-BgDl2sHf.js +0 -59
- package/dist/vendor-tiptap-extension-heading-DFuYlwHi.js +0 -63
- package/dist/vendor-tiptap-extension-horizontal-rule-uyfttMp9.js +0 -56
- package/dist/vendor-tiptap-extension-image-DPeBaTE3.js +0 -128
- package/dist/vendor-tiptap-extension-italic-C9-3jNxO.js +0 -73
- package/dist/vendor-tiptap-extension-link-B57VzStq.js +0 -312
- package/dist/vendor-tiptap-extension-list-spvOF7Mz.js +0 -722
- package/dist/vendor-tiptap-extension-paragraph-Cj7auQB7.js +0 -44
- package/dist/vendor-tiptap-extension-placeholder-DhwvmZ6Y.js +0 -1
- package/dist/vendor-tiptap-extension-strike-yj6UvnkO.js +0 -64
- package/dist/vendor-tiptap-extension-table-cell-CQpTPSvF.js +0 -1
- package/dist/vendor-tiptap-extension-table-ex1kZQ-9.js +0 -374
- package/dist/vendor-tiptap-extension-table-header-CQpTPSvF.js +0 -1
- package/dist/vendor-tiptap-extension-table-row-CQpTPSvF.js +0 -1
- package/dist/vendor-tiptap-extension-text-C8FG4KnI.js +0 -13
- package/dist/vendor-tiptap-extension-text-style-DsQDXowp.js +0 -235
- package/dist/vendor-tiptap-extension-underline-HB3fg6Dc.js +0 -65
- package/dist/vendor-tiptap-extensions-CUGwjzl5.js +0 -296
- package/dist/vendor-tiptap-markdown-DLzeP3KU.js +0 -826
- package/dist/vendor-tiptap-pm-DSHuSumV.js +0 -1
- package/dist/vendor-tiptap-starter-kit-C42PcJ7J.js +0 -28
- package/dist/vendor-tiptap-vue-3-BxWCzu9Z.js +0 -157
- package/dist/vendor-truncate-html-r2r8GKvW.js +0 -145
- package/dist/vendor-uc-micro-4lbSaZOs.js +0 -17
- package/dist/vendor-unovis-ts-Bue71Kwt.js +0 -2382
- package/dist/vendor-unovis-vue-C_K1g5KH.js +0 -446
- package/dist/vendor-vee-validate-i18n-zT8NxX3R.js +0 -93
- package/dist/vendor-vee-validate-rules-4oWUZPpG.js +0 -316
- package/dist/vendor-vue-currency-input-CckB4kjx.js +0 -317
- package/dist/vendor-vue-demi-CD9yLWd7.js +0 -1
- package/dist/vendor-vue-devtools-api-aVYGocXp.js +0 -93
- package/dist/vendor-vue-i18n-DeO9Fa9I.js +0 -1387
- package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
- package/dist/vendor-vue3-application-insights-BmJCYUcp.js +0 -69
- package/dist/vendor-vue3-touch-events-DqysuuWh.js +0 -169
- package/dist/vendor-vuepic-vue-datepicker-CaZ_qpJp.js +0 -4998
- package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
- package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
- package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
- package/dist/vendor-w3c-keyname-CLxH8j-f.js +0 -92
- package/dist/vendor-web-vitals-vrpLO1bu.js +0 -207
|
@@ -1,286 +0,0 @@
|
|
|
1
|
-
var c = [], ne = function() {
|
|
2
|
-
return c.some(function(e) {
|
|
3
|
-
return e.activeTargets.length > 0;
|
|
4
|
-
});
|
|
5
|
-
}, oe = function() {
|
|
6
|
-
return c.some(function(e) {
|
|
7
|
-
return e.skippedTargets.length > 0;
|
|
8
|
-
});
|
|
9
|
-
}, P = "ResizeObserver loop completed with undelivered notifications.", se = function() {
|
|
10
|
-
var e;
|
|
11
|
-
typeof ErrorEvent == "function" ? e = new ErrorEvent("error", {
|
|
12
|
-
message: P
|
|
13
|
-
}) : (e = document.createEvent("Event"), e.initEvent("error", !1, !1), e.message = P), window.dispatchEvent(e);
|
|
14
|
-
}, b;
|
|
15
|
-
(function(e) {
|
|
16
|
-
e.BORDER_BOX = "border-box", e.CONTENT_BOX = "content-box", e.DEVICE_PIXEL_CONTENT_BOX = "device-pixel-content-box";
|
|
17
|
-
})(b || (b = {}));
|
|
18
|
-
var u = function(e) {
|
|
19
|
-
return Object.freeze(e);
|
|
20
|
-
}, ae = /* @__PURE__ */ (function() {
|
|
21
|
-
function e(t, r) {
|
|
22
|
-
this.inlineSize = t, this.blockSize = r, u(this);
|
|
23
|
-
}
|
|
24
|
-
return e;
|
|
25
|
-
})(), q = (function() {
|
|
26
|
-
function e(t, r, i, n) {
|
|
27
|
-
return this.x = t, this.y = r, this.width = i, this.height = n, this.top = this.y, this.left = this.x, this.bottom = this.top + this.height, this.right = this.left + this.width, u(this);
|
|
28
|
-
}
|
|
29
|
-
return e.prototype.toJSON = function() {
|
|
30
|
-
var t = this, r = t.x, i = t.y, n = t.top, s = t.right, o = t.bottom, h = t.left, d = t.width, v = t.height;
|
|
31
|
-
return { x: r, y: i, top: n, right: s, bottom: o, left: h, width: d, height: v };
|
|
32
|
-
}, e.fromRect = function(t) {
|
|
33
|
-
return new e(t.x, t.y, t.width, t.height);
|
|
34
|
-
}, e;
|
|
35
|
-
})(), C = function(e) {
|
|
36
|
-
return e instanceof SVGElement && "getBBox" in e;
|
|
37
|
-
}, G = function(e) {
|
|
38
|
-
if (C(e)) {
|
|
39
|
-
var t = e.getBBox(), r = t.width, i = t.height;
|
|
40
|
-
return !r && !i;
|
|
41
|
-
}
|
|
42
|
-
var n = e, s = n.offsetWidth, o = n.offsetHeight;
|
|
43
|
-
return !(s || o || e.getClientRects().length);
|
|
44
|
-
}, I = function(e) {
|
|
45
|
-
var t;
|
|
46
|
-
if (e instanceof Element)
|
|
47
|
-
return !0;
|
|
48
|
-
var r = (t = e?.ownerDocument) === null || t === void 0 ? void 0 : t.defaultView;
|
|
49
|
-
return !!(r && e instanceof r.Element);
|
|
50
|
-
}, ve = function(e) {
|
|
51
|
-
switch (e.tagName) {
|
|
52
|
-
case "INPUT":
|
|
53
|
-
if (e.type !== "image")
|
|
54
|
-
break;
|
|
55
|
-
case "VIDEO":
|
|
56
|
-
case "AUDIO":
|
|
57
|
-
case "EMBED":
|
|
58
|
-
case "OBJECT":
|
|
59
|
-
case "CANVAS":
|
|
60
|
-
case "IFRAME":
|
|
61
|
-
case "IMG":
|
|
62
|
-
return !0;
|
|
63
|
-
}
|
|
64
|
-
return !1;
|
|
65
|
-
}, p = typeof window < "u" ? window : {}, z = /* @__PURE__ */ new WeakMap(), _ = /auto|scroll/, ce = /^tb|vertical/, ue = /msie|trident/i.test(p.navigator && p.navigator.userAgent), a = function(e) {
|
|
66
|
-
return parseFloat(e || "0");
|
|
67
|
-
}, f = function(e, t, r) {
|
|
68
|
-
return e === void 0 && (e = 0), t === void 0 && (t = 0), r === void 0 && (r = !1), new ae((r ? t : e) || 0, (r ? e : t) || 0);
|
|
69
|
-
}, W = u({
|
|
70
|
-
devicePixelContentBoxSize: f(),
|
|
71
|
-
borderBoxSize: f(),
|
|
72
|
-
contentBoxSize: f(),
|
|
73
|
-
contentRect: new q(0, 0, 0, 0)
|
|
74
|
-
}), J = function(e, t) {
|
|
75
|
-
if (t === void 0 && (t = !1), z.has(e) && !t)
|
|
76
|
-
return z.get(e);
|
|
77
|
-
if (G(e))
|
|
78
|
-
return z.set(e, W), W;
|
|
79
|
-
var r = getComputedStyle(e), i = C(e) && e.ownerSVGElement && e.getBBox(), n = !ue && r.boxSizing === "border-box", s = ce.test(r.writingMode || ""), o = !i && _.test(r.overflowY || ""), h = !i && _.test(r.overflowX || ""), d = i ? 0 : a(r.paddingTop), v = i ? 0 : a(r.paddingRight), R = i ? 0 : a(r.paddingBottom), l = i ? 0 : a(r.paddingLeft), Q = i ? 0 : a(r.borderTopWidth), Z = i ? 0 : a(r.borderRightWidth), $ = i ? 0 : a(r.borderBottomWidth), j = i ? 0 : a(r.borderLeftWidth), D = l + v, k = d + R, y = j + Z, T = Q + $, N = h ? e.offsetHeight - T - e.clientHeight : 0, A = o ? e.offsetWidth - y - e.clientWidth : 0, ee = n ? D + y : 0, te = n ? k + T : 0, g = i ? i.width : a(r.width) - ee - A, x = i ? i.height : a(r.height) - te - N, re = g + D + A + y, ie = x + k + N + T, M = u({
|
|
80
|
-
devicePixelContentBoxSize: f(Math.round(g * devicePixelRatio), Math.round(x * devicePixelRatio), s),
|
|
81
|
-
borderBoxSize: f(re, ie, s),
|
|
82
|
-
contentBoxSize: f(g, x, s),
|
|
83
|
-
contentRect: new q(l, d, g, x)
|
|
84
|
-
});
|
|
85
|
-
return z.set(e, M), M;
|
|
86
|
-
}, U = function(e, t, r) {
|
|
87
|
-
var i = J(e, r), n = i.borderBoxSize, s = i.contentBoxSize, o = i.devicePixelContentBoxSize;
|
|
88
|
-
switch (t) {
|
|
89
|
-
case b.DEVICE_PIXEL_CONTENT_BOX:
|
|
90
|
-
return o;
|
|
91
|
-
case b.BORDER_BOX:
|
|
92
|
-
return n;
|
|
93
|
-
default:
|
|
94
|
-
return s;
|
|
95
|
-
}
|
|
96
|
-
}, he = /* @__PURE__ */ (function() {
|
|
97
|
-
function e(t) {
|
|
98
|
-
var r = J(t);
|
|
99
|
-
this.target = t, this.contentRect = r.contentRect, this.borderBoxSize = u([r.borderBoxSize]), this.contentBoxSize = u([r.contentBoxSize]), this.devicePixelContentBoxSize = u([r.devicePixelContentBoxSize]);
|
|
100
|
-
}
|
|
101
|
-
return e;
|
|
102
|
-
})(), Y = function(e) {
|
|
103
|
-
if (G(e))
|
|
104
|
-
return 1 / 0;
|
|
105
|
-
for (var t = 0, r = e.parentNode; r; )
|
|
106
|
-
t += 1, r = r.parentNode;
|
|
107
|
-
return t;
|
|
108
|
-
}, de = function() {
|
|
109
|
-
var e = 1 / 0, t = [];
|
|
110
|
-
c.forEach(function(o) {
|
|
111
|
-
if (o.activeTargets.length !== 0) {
|
|
112
|
-
var h = [];
|
|
113
|
-
o.activeTargets.forEach(function(v) {
|
|
114
|
-
var R = new he(v.target), l = Y(v.target);
|
|
115
|
-
h.push(R), v.lastReportedSize = U(v.target, v.observedBox), l < e && (e = l);
|
|
116
|
-
}), t.push(function() {
|
|
117
|
-
o.callback.call(o.observer, h, o.observer);
|
|
118
|
-
}), o.activeTargets.splice(0, o.activeTargets.length);
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
for (var r = 0, i = t; r < i.length; r++) {
|
|
122
|
-
var n = i[r];
|
|
123
|
-
n();
|
|
124
|
-
}
|
|
125
|
-
return e;
|
|
126
|
-
}, L = function(e) {
|
|
127
|
-
c.forEach(function(r) {
|
|
128
|
-
r.activeTargets.splice(0, r.activeTargets.length), r.skippedTargets.splice(0, r.skippedTargets.length), r.observationTargets.forEach(function(n) {
|
|
129
|
-
n.isActive() && (Y(n.target) > e ? r.activeTargets.push(n) : r.skippedTargets.push(n));
|
|
130
|
-
});
|
|
131
|
-
});
|
|
132
|
-
}, fe = function() {
|
|
133
|
-
var e = 0;
|
|
134
|
-
for (L(e); ne(); )
|
|
135
|
-
e = de(), L(e);
|
|
136
|
-
return oe() && se(), e > 0;
|
|
137
|
-
}, m, K = [], le = function() {
|
|
138
|
-
return K.splice(0).forEach(function(e) {
|
|
139
|
-
return e();
|
|
140
|
-
});
|
|
141
|
-
}, pe = function(e) {
|
|
142
|
-
if (!m) {
|
|
143
|
-
var t = 0, r = document.createTextNode(""), i = { characterData: !0 };
|
|
144
|
-
new MutationObserver(function() {
|
|
145
|
-
return le();
|
|
146
|
-
}).observe(r, i), m = function() {
|
|
147
|
-
r.textContent = "".concat(t ? t-- : t++);
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
K.push(e), m();
|
|
151
|
-
}, be = function(e) {
|
|
152
|
-
pe(function() {
|
|
153
|
-
requestAnimationFrame(e);
|
|
154
|
-
});
|
|
155
|
-
}, w = 0, ge = function() {
|
|
156
|
-
return !!w;
|
|
157
|
-
}, xe = 250, ze = { attributes: !0, characterData: !0, childList: !0, subtree: !0 }, F = [
|
|
158
|
-
"resize",
|
|
159
|
-
"load",
|
|
160
|
-
"transitionend",
|
|
161
|
-
"animationend",
|
|
162
|
-
"animationstart",
|
|
163
|
-
"animationiteration",
|
|
164
|
-
"keyup",
|
|
165
|
-
"keydown",
|
|
166
|
-
"mouseup",
|
|
167
|
-
"mousedown",
|
|
168
|
-
"mouseover",
|
|
169
|
-
"mouseout",
|
|
170
|
-
"blur",
|
|
171
|
-
"focus"
|
|
172
|
-
], H = function(e) {
|
|
173
|
-
return e === void 0 && (e = 0), Date.now() + e;
|
|
174
|
-
}, B = !1, Ee = (function() {
|
|
175
|
-
function e() {
|
|
176
|
-
var t = this;
|
|
177
|
-
this.stopped = !0, this.listener = function() {
|
|
178
|
-
return t.schedule();
|
|
179
|
-
};
|
|
180
|
-
}
|
|
181
|
-
return e.prototype.run = function(t) {
|
|
182
|
-
var r = this;
|
|
183
|
-
if (t === void 0 && (t = xe), !B) {
|
|
184
|
-
B = !0;
|
|
185
|
-
var i = H(t);
|
|
186
|
-
be(function() {
|
|
187
|
-
var n = !1;
|
|
188
|
-
try {
|
|
189
|
-
n = fe();
|
|
190
|
-
} finally {
|
|
191
|
-
if (B = !1, t = i - H(), !ge())
|
|
192
|
-
return;
|
|
193
|
-
n ? r.run(1e3) : t > 0 ? r.run(t) : r.start();
|
|
194
|
-
}
|
|
195
|
-
});
|
|
196
|
-
}
|
|
197
|
-
}, e.prototype.schedule = function() {
|
|
198
|
-
this.stop(), this.run();
|
|
199
|
-
}, e.prototype.observe = function() {
|
|
200
|
-
var t = this, r = function() {
|
|
201
|
-
return t.observer && t.observer.observe(document.body, ze);
|
|
202
|
-
};
|
|
203
|
-
document.body ? r() : p.addEventListener("DOMContentLoaded", r);
|
|
204
|
-
}, e.prototype.start = function() {
|
|
205
|
-
var t = this;
|
|
206
|
-
this.stopped && (this.stopped = !1, this.observer = new MutationObserver(this.listener), this.observe(), F.forEach(function(r) {
|
|
207
|
-
return p.addEventListener(r, t.listener, !0);
|
|
208
|
-
}));
|
|
209
|
-
}, e.prototype.stop = function() {
|
|
210
|
-
var t = this;
|
|
211
|
-
this.stopped || (this.observer && this.observer.disconnect(), F.forEach(function(r) {
|
|
212
|
-
return p.removeEventListener(r, t.listener, !0);
|
|
213
|
-
}), this.stopped = !0);
|
|
214
|
-
}, e;
|
|
215
|
-
})(), S = new Ee(), V = function(e) {
|
|
216
|
-
!w && e > 0 && S.start(), w += e, !w && S.stop();
|
|
217
|
-
}, Oe = function(e) {
|
|
218
|
-
return !C(e) && !ve(e) && getComputedStyle(e).display === "inline";
|
|
219
|
-
}, we = (function() {
|
|
220
|
-
function e(t, r) {
|
|
221
|
-
this.target = t, this.observedBox = r || b.CONTENT_BOX, this.lastReportedSize = {
|
|
222
|
-
inlineSize: 0,
|
|
223
|
-
blockSize: 0
|
|
224
|
-
};
|
|
225
|
-
}
|
|
226
|
-
return e.prototype.isActive = function() {
|
|
227
|
-
var t = U(this.target, this.observedBox, !0);
|
|
228
|
-
return Oe(this.target) && (this.lastReportedSize = t), this.lastReportedSize.inlineSize !== t.inlineSize || this.lastReportedSize.blockSize !== t.blockSize;
|
|
229
|
-
}, e;
|
|
230
|
-
})(), Re = /* @__PURE__ */ (function() {
|
|
231
|
-
function e(t, r) {
|
|
232
|
-
this.activeTargets = [], this.skippedTargets = [], this.observationTargets = [], this.observer = t, this.callback = r;
|
|
233
|
-
}
|
|
234
|
-
return e;
|
|
235
|
-
})(), E = /* @__PURE__ */ new WeakMap(), X = function(e, t) {
|
|
236
|
-
for (var r = 0; r < e.length; r += 1)
|
|
237
|
-
if (e[r].target === t)
|
|
238
|
-
return r;
|
|
239
|
-
return -1;
|
|
240
|
-
}, O = (function() {
|
|
241
|
-
function e() {
|
|
242
|
-
}
|
|
243
|
-
return e.connect = function(t, r) {
|
|
244
|
-
var i = new Re(t, r);
|
|
245
|
-
E.set(t, i);
|
|
246
|
-
}, e.observe = function(t, r, i) {
|
|
247
|
-
var n = E.get(t), s = n.observationTargets.length === 0;
|
|
248
|
-
X(n.observationTargets, r) < 0 && (s && c.push(n), n.observationTargets.push(new we(r, i && i.box)), V(1), S.schedule());
|
|
249
|
-
}, e.unobserve = function(t, r) {
|
|
250
|
-
var i = E.get(t), n = X(i.observationTargets, r), s = i.observationTargets.length === 1;
|
|
251
|
-
n >= 0 && (s && c.splice(c.indexOf(i), 1), i.observationTargets.splice(n, 1), V(-1));
|
|
252
|
-
}, e.disconnect = function(t) {
|
|
253
|
-
var r = this, i = E.get(t);
|
|
254
|
-
i.observationTargets.slice().forEach(function(n) {
|
|
255
|
-
return r.unobserve(t, n.target);
|
|
256
|
-
}), i.activeTargets.splice(0, i.activeTargets.length);
|
|
257
|
-
}, e;
|
|
258
|
-
})(), ye = (function() {
|
|
259
|
-
function e(t) {
|
|
260
|
-
if (arguments.length === 0)
|
|
261
|
-
throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");
|
|
262
|
-
if (typeof t != "function")
|
|
263
|
-
throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");
|
|
264
|
-
O.connect(this, t);
|
|
265
|
-
}
|
|
266
|
-
return e.prototype.observe = function(t, r) {
|
|
267
|
-
if (arguments.length === 0)
|
|
268
|
-
throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");
|
|
269
|
-
if (!I(t))
|
|
270
|
-
throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");
|
|
271
|
-
O.observe(this, t, r);
|
|
272
|
-
}, e.prototype.unobserve = function(t) {
|
|
273
|
-
if (arguments.length === 0)
|
|
274
|
-
throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");
|
|
275
|
-
if (!I(t))
|
|
276
|
-
throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");
|
|
277
|
-
O.unobserve(this, t);
|
|
278
|
-
}, e.prototype.disconnect = function() {
|
|
279
|
-
O.disconnect(this);
|
|
280
|
-
}, e.toString = function() {
|
|
281
|
-
return "function ResizeObserver () { [polyfill code] }";
|
|
282
|
-
}, e;
|
|
283
|
-
})();
|
|
284
|
-
export {
|
|
285
|
-
ye as R
|
|
286
|
-
};
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
import { A as x, C as g, Z as C, P as Z } from "./vendor-uc-micro-4lbSaZOs.js";
|
|
2
|
-
function w(_) {
|
|
3
|
-
const t = {};
|
|
4
|
-
_ = _ || {}, t.src_Any = x.source, t.src_Cc = g.source, t.src_Z = C.source, t.src_P = Z.source, t.src_ZPCc = [t.src_Z, t.src_P, t.src_Cc].join("|"), t.src_ZCc = [t.src_Z, t.src_Cc].join("|");
|
|
5
|
-
const e = "[><|]";
|
|
6
|
-
return t.src_pseudo_letter = "(?:(?!" + e + "|" + t.src_ZPCc + ")" + t.src_Any + ")", t.src_ip4 = "(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)", t.src_auth = "(?:(?:(?!" + t.src_ZCc + "|[@/\\[\\]()]).)+@)?", t.src_port = "(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?", t.src_host_terminator = "(?=$|" + e + "|" + t.src_ZPCc + ")(?!" + (_["---"] ? "-(?!--)|" : "-|") + "_|:\\d|\\.-|\\.(?!$|" + t.src_ZPCc + "))", t.src_path = "(?:[/?#](?:(?!" + t.src_ZCc + "|" + e + `|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!` + t.src_ZCc + "|\\]).)*\\]|\\((?:(?!" + t.src_ZCc + "|[)]).)*\\)|\\{(?:(?!" + t.src_ZCc + '|[}]).)*\\}|\\"(?:(?!' + t.src_ZCc + `|["]).)+\\"|\\'(?:(?!` + t.src_ZCc + "|[']).)+\\'|\\'(?=" + t.src_pseudo_letter + "|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!" + t.src_ZCc + "|[.]|$)|" + (_["---"] ? "\\-(?!--(?:[^-]|$))(?:-*)|" : "\\-+|") + // allow `,,,` in paths
|
|
7
|
-
",(?!" + t.src_ZCc + "|$)|;(?!" + t.src_ZCc + "|$)|\\!+(?!" + t.src_ZCc + "|[!]|$)|\\?(?!" + t.src_ZCc + "|[?]|$))+|\\/)?", t.src_email_name = '[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*', t.src_xn = "xn--[a-z0-9\\-]{1,59}", t.src_domain_root = // Allow letters & digits (http://test1)
|
|
8
|
-
"(?:" + t.src_xn + "|" + t.src_pseudo_letter + "{1,63})", t.src_domain = "(?:" + t.src_xn + "|(?:" + t.src_pseudo_letter + ")|(?:" + t.src_pseudo_letter + "(?:-|" + t.src_pseudo_letter + "){0,61}" + t.src_pseudo_letter + "))", t.src_host = "(?:(?:(?:(?:" + t.src_domain + ")\\.)*" + t.src_domain + "))", t.tpl_host_fuzzy = "(?:" + t.src_ip4 + "|(?:(?:(?:" + t.src_domain + ")\\.)+(?:%TLDS%)))", t.tpl_host_no_ip_fuzzy = "(?:(?:(?:" + t.src_domain + ")\\.)+(?:%TLDS%))", t.src_host_strict = t.src_host + t.src_host_terminator, t.tpl_host_fuzzy_strict = t.tpl_host_fuzzy + t.src_host_terminator, t.src_host_port_strict = t.src_host + t.src_port + t.src_host_terminator, t.tpl_host_port_fuzzy_strict = t.tpl_host_fuzzy + t.src_port + t.src_host_terminator, t.tpl_host_port_no_ip_fuzzy_strict = t.tpl_host_no_ip_fuzzy + t.src_port + t.src_host_terminator, t.tpl_host_fuzzy_test = "localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:" + t.src_ZPCc + "|>|$))", t.tpl_email_fuzzy = "(^|" + e + '|"|\\(|' + t.src_ZCc + ")(" + t.src_email_name + "@" + t.tpl_host_fuzzy_strict + ")", t.tpl_link_fuzzy = // Fuzzy link can't be prepended with .:/\- and non punctuation.
|
|
9
|
-
// but can start with > (markdown blockquote)
|
|
10
|
-
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + t.src_ZPCc + "))((?![$+<=>^`||])" + t.tpl_host_port_fuzzy_strict + t.src_path + ")", t.tpl_link_no_ip_fuzzy = // Fuzzy link can't be prepended with .:/\- and non punctuation.
|
|
11
|
-
// but can start with > (markdown blockquote)
|
|
12
|
-
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + t.src_ZPCc + "))((?![$+<=>^`||])" + t.tpl_host_port_no_ip_fuzzy_strict + t.src_path + ")", t;
|
|
13
|
-
}
|
|
14
|
-
function p(_) {
|
|
15
|
-
return Array.prototype.slice.call(arguments, 1).forEach(function(e) {
|
|
16
|
-
e && Object.keys(e).forEach(function(r) {
|
|
17
|
-
_[r] = e[r];
|
|
18
|
-
});
|
|
19
|
-
}), _;
|
|
20
|
-
}
|
|
21
|
-
function l(_) {
|
|
22
|
-
return Object.prototype.toString.call(_);
|
|
23
|
-
}
|
|
24
|
-
function k(_) {
|
|
25
|
-
return l(_) === "[object String]";
|
|
26
|
-
}
|
|
27
|
-
function v(_) {
|
|
28
|
-
return l(_) === "[object Object]";
|
|
29
|
-
}
|
|
30
|
-
function E(_) {
|
|
31
|
-
return l(_) === "[object RegExp]";
|
|
32
|
-
}
|
|
33
|
-
function f(_) {
|
|
34
|
-
return l(_) === "[object Function]";
|
|
35
|
-
}
|
|
36
|
-
function j(_) {
|
|
37
|
-
return _.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
38
|
-
}
|
|
39
|
-
const y = {
|
|
40
|
-
fuzzyLink: !0,
|
|
41
|
-
fuzzyEmail: !0,
|
|
42
|
-
fuzzyIP: !1
|
|
43
|
-
};
|
|
44
|
-
function b(_) {
|
|
45
|
-
return Object.keys(_ || {}).reduce(function(t, e) {
|
|
46
|
-
return t || y.hasOwnProperty(e);
|
|
47
|
-
}, !1);
|
|
48
|
-
}
|
|
49
|
-
const $ = {
|
|
50
|
-
"http:": {
|
|
51
|
-
validate: function(_, t, e) {
|
|
52
|
-
const r = _.slice(t);
|
|
53
|
-
return e.re.http || (e.re.http = new RegExp(
|
|
54
|
-
"^\\/\\/" + e.re.src_auth + e.re.src_host_port_strict + e.re.src_path,
|
|
55
|
-
"i"
|
|
56
|
-
)), e.re.http.test(r) ? r.match(e.re.http)[0].length : 0;
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"https:": "http:",
|
|
60
|
-
"ftp:": "http:",
|
|
61
|
-
"//": {
|
|
62
|
-
validate: function(_, t, e) {
|
|
63
|
-
const r = _.slice(t);
|
|
64
|
-
return e.re.no_http || (e.re.no_http = new RegExp(
|
|
65
|
-
"^" + e.re.src_auth + // Don't allow single-level domains, because of false positives like '//test'
|
|
66
|
-
// with code comments
|
|
67
|
-
"(?:localhost|(?:(?:" + e.re.src_domain + ")\\.)+" + e.re.src_domain_root + ")" + e.re.src_port + e.re.src_host_terminator + e.re.src_path,
|
|
68
|
-
"i"
|
|
69
|
-
)), e.re.no_http.test(r) ? t >= 3 && _[t - 3] === ":" || t >= 3 && _[t - 3] === "/" ? 0 : r.match(e.re.no_http)[0].length : 0;
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"mailto:": {
|
|
73
|
-
validate: function(_, t, e) {
|
|
74
|
-
const r = _.slice(t);
|
|
75
|
-
return e.re.mailto || (e.re.mailto = new RegExp(
|
|
76
|
-
"^" + e.re.src_email_name + "@" + e.re.src_host_strict,
|
|
77
|
-
"i"
|
|
78
|
-
)), e.re.mailto.test(r) ? r.match(e.re.mailto)[0].length : 0;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}, A = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]", P = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
82
|
-
function S(_) {
|
|
83
|
-
_.__index__ = -1, _.__text_cache__ = "";
|
|
84
|
-
}
|
|
85
|
-
function R(_) {
|
|
86
|
-
return function(t, e) {
|
|
87
|
-
const r = t.slice(e);
|
|
88
|
-
return _.test(r) ? r.match(_)[0].length : 0;
|
|
89
|
-
};
|
|
90
|
-
}
|
|
91
|
-
function z() {
|
|
92
|
-
return function(_, t) {
|
|
93
|
-
t.normalize(_);
|
|
94
|
-
};
|
|
95
|
-
}
|
|
96
|
-
function u(_) {
|
|
97
|
-
const t = _.re = w(_.__opts__), e = _.__tlds__.slice();
|
|
98
|
-
_.onCompile(), _.__tlds_replaced__ || e.push(A), e.push(t.src_xn), t.src_tlds = e.join("|");
|
|
99
|
-
function r(i) {
|
|
100
|
-
return i.replace("%TLDS%", t.src_tlds);
|
|
101
|
-
}
|
|
102
|
-
t.email_fuzzy = RegExp(r(t.tpl_email_fuzzy), "i"), t.link_fuzzy = RegExp(r(t.tpl_link_fuzzy), "i"), t.link_no_ip_fuzzy = RegExp(r(t.tpl_link_no_ip_fuzzy), "i"), t.host_fuzzy_test = RegExp(r(t.tpl_host_fuzzy_test), "i");
|
|
103
|
-
const c = [];
|
|
104
|
-
_.__compiled__ = {};
|
|
105
|
-
function h(i, s) {
|
|
106
|
-
throw new Error('(LinkifyIt) Invalid schema "' + i + '": ' + s);
|
|
107
|
-
}
|
|
108
|
-
Object.keys(_.__schemas__).forEach(function(i) {
|
|
109
|
-
const s = _.__schemas__[i];
|
|
110
|
-
if (s === null)
|
|
111
|
-
return;
|
|
112
|
-
const a = { validate: null, link: null };
|
|
113
|
-
if (_.__compiled__[i] = a, v(s)) {
|
|
114
|
-
E(s.validate) ? a.validate = R(s.validate) : f(s.validate) ? a.validate = s.validate : h(i, s), f(s.normalize) ? a.normalize = s.normalize : s.normalize ? h(i, s) : a.normalize = z();
|
|
115
|
-
return;
|
|
116
|
-
}
|
|
117
|
-
if (k(s)) {
|
|
118
|
-
c.push(i);
|
|
119
|
-
return;
|
|
120
|
-
}
|
|
121
|
-
h(i, s);
|
|
122
|
-
}), c.forEach(function(i) {
|
|
123
|
-
_.__compiled__[_.__schemas__[i]] && (_.__compiled__[i].validate = _.__compiled__[_.__schemas__[i]].validate, _.__compiled__[i].normalize = _.__compiled__[_.__schemas__[i]].normalize);
|
|
124
|
-
}), _.__compiled__[""] = { validate: null, normalize: z() };
|
|
125
|
-
const o = Object.keys(_.__compiled__).filter(function(i) {
|
|
126
|
-
return i.length > 0 && _.__compiled__[i];
|
|
127
|
-
}).map(j).join("|");
|
|
128
|
-
_.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + t.src_ZPCc + "))(" + o + ")", "i"), _.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + t.src_ZPCc + "))(" + o + ")", "ig"), _.re.schema_at_start = RegExp("^" + _.re.schema_search.source, "i"), _.re.pretest = RegExp(
|
|
129
|
-
"(" + _.re.schema_test.source + ")|(" + _.re.host_fuzzy_test.source + ")|@",
|
|
130
|
-
"i"
|
|
131
|
-
), S(_);
|
|
132
|
-
}
|
|
133
|
-
function L(_, t) {
|
|
134
|
-
const e = _.__index__, r = _.__last_index__, c = _.__text_cache__.slice(e, r);
|
|
135
|
-
this.schema = _.__schema__.toLowerCase(), this.index = e + t, this.lastIndex = r + t, this.raw = c, this.text = c, this.url = c;
|
|
136
|
-
}
|
|
137
|
-
function d(_, t) {
|
|
138
|
-
const e = new L(_, t);
|
|
139
|
-
return _.__compiled__[e.schema].normalize(e, _), e;
|
|
140
|
-
}
|
|
141
|
-
function n(_, t) {
|
|
142
|
-
if (!(this instanceof n))
|
|
143
|
-
return new n(_, t);
|
|
144
|
-
t || b(_) && (t = _, _ = {}), this.__opts__ = p({}, y, t), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = p({}, $, _), this.__compiled__ = {}, this.__tlds__ = P, this.__tlds_replaced__ = !1, this.re = {}, u(this);
|
|
145
|
-
}
|
|
146
|
-
n.prototype.add = function(t, e) {
|
|
147
|
-
return this.__schemas__[t] = e, u(this), this;
|
|
148
|
-
};
|
|
149
|
-
n.prototype.set = function(t) {
|
|
150
|
-
return this.__opts__ = p(this.__opts__, t), this;
|
|
151
|
-
};
|
|
152
|
-
n.prototype.test = function(t) {
|
|
153
|
-
if (this.__text_cache__ = t, this.__index__ = -1, !t.length)
|
|
154
|
-
return !1;
|
|
155
|
-
let e, r, c, h, o, i, s, a, m;
|
|
156
|
-
if (this.re.schema_test.test(t)) {
|
|
157
|
-
for (s = this.re.schema_search, s.lastIndex = 0; (e = s.exec(t)) !== null; )
|
|
158
|
-
if (h = this.testSchemaAt(t, e[2], s.lastIndex), h) {
|
|
159
|
-
this.__schema__ = e[2], this.__index__ = e.index + e[1].length, this.__last_index__ = e.index + e[0].length + h;
|
|
160
|
-
break;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
return this.__opts__.fuzzyLink && this.__compiled__["http:"] && (a = t.search(this.re.host_fuzzy_test), a >= 0 && (this.__index__ < 0 || a < this.__index__) && (r = t.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null && (o = r.index + r[1].length, (this.__index__ < 0 || o < this.__index__) && (this.__schema__ = "", this.__index__ = o, this.__last_index__ = r.index + r[0].length))), this.__opts__.fuzzyEmail && this.__compiled__["mailto:"] && (m = t.indexOf("@"), m >= 0 && (c = t.match(this.re.email_fuzzy)) !== null && (o = c.index + c[1].length, i = c.index + c[0].length, (this.__index__ < 0 || o < this.__index__ || o === this.__index__ && i > this.__last_index__) && (this.__schema__ = "mailto:", this.__index__ = o, this.__last_index__ = i))), this.__index__ >= 0;
|
|
164
|
-
};
|
|
165
|
-
n.prototype.pretest = function(t) {
|
|
166
|
-
return this.re.pretest.test(t);
|
|
167
|
-
};
|
|
168
|
-
n.prototype.testSchemaAt = function(t, e, r) {
|
|
169
|
-
return this.__compiled__[e.toLowerCase()] ? this.__compiled__[e.toLowerCase()].validate(t, r, this) : 0;
|
|
170
|
-
};
|
|
171
|
-
n.prototype.match = function(t) {
|
|
172
|
-
const e = [];
|
|
173
|
-
let r = 0;
|
|
174
|
-
this.__index__ >= 0 && this.__text_cache__ === t && (e.push(d(this, r)), r = this.__last_index__);
|
|
175
|
-
let c = r ? t.slice(r) : t;
|
|
176
|
-
for (; this.test(c); )
|
|
177
|
-
e.push(d(this, r)), c = c.slice(this.__last_index__), r += this.__last_index__;
|
|
178
|
-
return e.length ? e : null;
|
|
179
|
-
};
|
|
180
|
-
n.prototype.matchAtStart = function(t) {
|
|
181
|
-
if (this.__text_cache__ = t, this.__index__ = -1, !t.length) return null;
|
|
182
|
-
const e = this.re.schema_at_start.exec(t);
|
|
183
|
-
if (!e) return null;
|
|
184
|
-
const r = this.testSchemaAt(t, e[2], e[0].length);
|
|
185
|
-
return r ? (this.__schema__ = e[2], this.__index__ = e.index + e[1].length, this.__last_index__ = e.index + e[0].length + r, d(this, 0)) : null;
|
|
186
|
-
};
|
|
187
|
-
n.prototype.tlds = function(t, e) {
|
|
188
|
-
return t = Array.isArray(t) ? t : [t], e ? (this.__tlds__ = this.__tlds__.concat(t).sort().filter(function(r, c, h) {
|
|
189
|
-
return r !== h[c - 1];
|
|
190
|
-
}).reverse(), u(this), this) : (this.__tlds__ = t.slice(), this.__tlds_replaced__ = !0, u(this), this);
|
|
191
|
-
};
|
|
192
|
-
n.prototype.normalize = function(t) {
|
|
193
|
-
t.schema || (t.url = "http://" + t.url), t.schema === "mailto:" && !/^mailto:/i.test(t.url) && (t.url = "mailto:" + t.url);
|
|
194
|
-
};
|
|
195
|
-
n.prototype.onCompile = function() {
|
|
196
|
-
};
|
|
197
|
-
export {
|
|
198
|
-
n as L
|
|
199
|
-
};
|