@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,128 +0,0 @@
|
|
|
1
|
-
import { N as m, n as f, R as g, m as b } from "./vendor-tiptap-core-CDScflP1.js";
|
|
2
|
-
var w = /(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/, v = m.create({
|
|
3
|
-
name: "image",
|
|
4
|
-
addOptions() {
|
|
5
|
-
return {
|
|
6
|
-
inline: !1,
|
|
7
|
-
allowBase64: !1,
|
|
8
|
-
HTMLAttributes: {},
|
|
9
|
-
resize: !1
|
|
10
|
-
};
|
|
11
|
-
},
|
|
12
|
-
inline() {
|
|
13
|
-
return this.options.inline;
|
|
14
|
-
},
|
|
15
|
-
group() {
|
|
16
|
-
return this.options.inline ? "inline" : "block";
|
|
17
|
-
},
|
|
18
|
-
draggable: !0,
|
|
19
|
-
addAttributes() {
|
|
20
|
-
return {
|
|
21
|
-
src: {
|
|
22
|
-
default: null
|
|
23
|
-
},
|
|
24
|
-
alt: {
|
|
25
|
-
default: null
|
|
26
|
-
},
|
|
27
|
-
title: {
|
|
28
|
-
default: null
|
|
29
|
-
},
|
|
30
|
-
width: {
|
|
31
|
-
default: null
|
|
32
|
-
},
|
|
33
|
-
height: {
|
|
34
|
-
default: null
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
parseHTML() {
|
|
39
|
-
return [
|
|
40
|
-
{
|
|
41
|
-
tag: this.options.allowBase64 ? "img[src]" : 'img[src]:not([src^="data:"])'
|
|
42
|
-
}
|
|
43
|
-
];
|
|
44
|
-
},
|
|
45
|
-
renderHTML({ HTMLAttributes: t }) {
|
|
46
|
-
return ["img", b(this.options.HTMLAttributes, t)];
|
|
47
|
-
},
|
|
48
|
-
parseMarkdown: (t, e) => e.createNode("image", {
|
|
49
|
-
src: t.href,
|
|
50
|
-
title: t.title,
|
|
51
|
-
alt: t.text
|
|
52
|
-
}),
|
|
53
|
-
renderMarkdown: (t) => {
|
|
54
|
-
var e, s, l, a, o, u;
|
|
55
|
-
const c = (s = (e = t.attrs) == null ? void 0 : e.src) != null ? s : "", i = (a = (l = t.attrs) == null ? void 0 : l.alt) != null ? a : "", d = (u = (o = t.attrs) == null ? void 0 : o.title) != null ? u : "";
|
|
56
|
-
return d ? `` : ``;
|
|
57
|
-
},
|
|
58
|
-
addNodeView() {
|
|
59
|
-
if (!this.options.resize || !this.options.resize.enabled || typeof document > "u")
|
|
60
|
-
return null;
|
|
61
|
-
const { directions: t, minWidth: e, minHeight: s, alwaysPreserveAspectRatio: l } = this.options.resize;
|
|
62
|
-
return ({ node: a, getPos: o, HTMLAttributes: u, editor: c }) => {
|
|
63
|
-
const i = document.createElement("img");
|
|
64
|
-
Object.entries(u).forEach(([n, r]) => {
|
|
65
|
-
if (r != null)
|
|
66
|
-
switch (n) {
|
|
67
|
-
case "width":
|
|
68
|
-
case "height":
|
|
69
|
-
break;
|
|
70
|
-
default:
|
|
71
|
-
i.setAttribute(n, r);
|
|
72
|
-
break;
|
|
73
|
-
}
|
|
74
|
-
}), i.src = u.src;
|
|
75
|
-
const d = new g({
|
|
76
|
-
element: i,
|
|
77
|
-
editor: c,
|
|
78
|
-
node: a,
|
|
79
|
-
getPos: o,
|
|
80
|
-
onResize: (n, r) => {
|
|
81
|
-
i.style.width = `${n}px`, i.style.height = `${r}px`;
|
|
82
|
-
},
|
|
83
|
-
onCommit: (n, r) => {
|
|
84
|
-
const h = o();
|
|
85
|
-
h !== void 0 && this.editor.chain().setNodeSelection(h).updateAttributes(this.name, {
|
|
86
|
-
width: n,
|
|
87
|
-
height: r
|
|
88
|
-
}).run();
|
|
89
|
-
},
|
|
90
|
-
onUpdate: (n, r, h) => n.type === a.type,
|
|
91
|
-
options: {
|
|
92
|
-
directions: t,
|
|
93
|
-
min: {
|
|
94
|
-
width: e,
|
|
95
|
-
height: s
|
|
96
|
-
},
|
|
97
|
-
preserveAspectRatio: l === !0
|
|
98
|
-
}
|
|
99
|
-
}), p = d.dom;
|
|
100
|
-
return p.style.visibility = "hidden", p.style.pointerEvents = "none", i.onload = () => {
|
|
101
|
-
p.style.visibility = "", p.style.pointerEvents = "";
|
|
102
|
-
}, d;
|
|
103
|
-
};
|
|
104
|
-
},
|
|
105
|
-
addCommands() {
|
|
106
|
-
return {
|
|
107
|
-
setImage: (t) => ({ commands: e }) => e.insertContent({
|
|
108
|
-
type: this.name,
|
|
109
|
-
attrs: t
|
|
110
|
-
})
|
|
111
|
-
};
|
|
112
|
-
},
|
|
113
|
-
addInputRules() {
|
|
114
|
-
return [
|
|
115
|
-
f({
|
|
116
|
-
find: w,
|
|
117
|
-
type: this.type,
|
|
118
|
-
getAttributes: (t) => {
|
|
119
|
-
const [, , e, s, l] = t;
|
|
120
|
-
return { src: s, alt: e, title: l };
|
|
121
|
-
}
|
|
122
|
-
})
|
|
123
|
-
];
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
export {
|
|
127
|
-
v as I
|
|
128
|
-
};
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { M as s, a as r, b as a, m as n } from "./vendor-tiptap-core-CDScflP1.js";
|
|
2
|
-
var i = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/, d = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g, o = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/, l = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g, m = s.create({
|
|
3
|
-
name: "italic",
|
|
4
|
-
addOptions() {
|
|
5
|
-
return {
|
|
6
|
-
HTMLAttributes: {}
|
|
7
|
-
};
|
|
8
|
-
},
|
|
9
|
-
parseHTML() {
|
|
10
|
-
return [
|
|
11
|
-
{
|
|
12
|
-
tag: "em"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
tag: "i",
|
|
16
|
-
getAttrs: (t) => t.style.fontStyle !== "normal" && null
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
style: "font-style=normal",
|
|
20
|
-
clearMark: (t) => t.type.name === this.name
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
style: "font-style=italic"
|
|
24
|
-
}
|
|
25
|
-
];
|
|
26
|
-
},
|
|
27
|
-
renderHTML({ HTMLAttributes: t }) {
|
|
28
|
-
return ["em", n(this.options.HTMLAttributes, t), 0];
|
|
29
|
-
},
|
|
30
|
-
addCommands() {
|
|
31
|
-
return {
|
|
32
|
-
setItalic: () => ({ commands: t }) => t.setMark(this.name),
|
|
33
|
-
toggleItalic: () => ({ commands: t }) => t.toggleMark(this.name),
|
|
34
|
-
unsetItalic: () => ({ commands: t }) => t.unsetMark(this.name)
|
|
35
|
-
};
|
|
36
|
-
},
|
|
37
|
-
markdownTokenName: "em",
|
|
38
|
-
parseMarkdown: (t, e) => e.applyMark("italic", e.parseInline(t.tokens || [])),
|
|
39
|
-
renderMarkdown: (t, e) => `*${e.renderChildren(t)}*`,
|
|
40
|
-
addKeyboardShortcuts() {
|
|
41
|
-
return {
|
|
42
|
-
"Mod-i": () => this.editor.commands.toggleItalic(),
|
|
43
|
-
"Mod-I": () => this.editor.commands.toggleItalic()
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
addInputRules() {
|
|
47
|
-
return [
|
|
48
|
-
a({
|
|
49
|
-
find: i,
|
|
50
|
-
type: this.type
|
|
51
|
-
}),
|
|
52
|
-
a({
|
|
53
|
-
find: o,
|
|
54
|
-
type: this.type
|
|
55
|
-
})
|
|
56
|
-
];
|
|
57
|
-
},
|
|
58
|
-
addPasteRules() {
|
|
59
|
-
return [
|
|
60
|
-
r({
|
|
61
|
-
find: d,
|
|
62
|
-
type: this.type
|
|
63
|
-
}),
|
|
64
|
-
r({
|
|
65
|
-
find: l,
|
|
66
|
-
type: this.type
|
|
67
|
-
})
|
|
68
|
-
];
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
export {
|
|
72
|
-
m as I
|
|
73
|
-
};
|
|
@@ -1,312 +0,0 @@
|
|
|
1
|
-
import { M as x, a as b, m as v, d as w, g as T, f as _, e as O, j as R } from "./vendor-tiptap-core-CDScflP1.js";
|
|
2
|
-
import { f as M, r as C, t as H, a as U } from "./vendor-linkifyjs-dCH9UYes.js";
|
|
3
|
-
import { P as g, a as A } from "./vendor-prosemirror-state-IeimrELV.js";
|
|
4
|
-
var P = "[\0- -\u2029 ]", B = new RegExp(P), I = new RegExp(`${P}$`), W = new RegExp(P, "g");
|
|
5
|
-
function $(t) {
|
|
6
|
-
return t.length === 1 ? t[0].isLink : t.length === 3 && t[1].isLink ? ["()", "[]"].includes(t[0].value + t[2].value) : !1;
|
|
7
|
-
}
|
|
8
|
-
function z(t) {
|
|
9
|
-
return new g({
|
|
10
|
-
key: new A("autolink"),
|
|
11
|
-
appendTransaction: (e, r, o) => {
|
|
12
|
-
const s = e.some((a) => a.docChanged) && !r.doc.eq(o.doc), l = e.some((a) => a.getMeta("preventAutolink"));
|
|
13
|
-
if (!s || l)
|
|
14
|
-
return;
|
|
15
|
-
const { tr: i } = o, d = w(r.doc, [...e]);
|
|
16
|
-
if (T(d).forEach(({ newRange: a }) => {
|
|
17
|
-
const f = _(o.doc, a, (h) => h.isTextblock);
|
|
18
|
-
let c, k;
|
|
19
|
-
if (f.length > 1)
|
|
20
|
-
c = f[0], k = o.doc.textBetween(
|
|
21
|
-
c.pos,
|
|
22
|
-
c.pos + c.node.nodeSize,
|
|
23
|
-
void 0,
|
|
24
|
-
" "
|
|
25
|
-
);
|
|
26
|
-
else if (f.length) {
|
|
27
|
-
const h = o.doc.textBetween(a.from, a.to, " ", " ");
|
|
28
|
-
if (!I.test(h))
|
|
29
|
-
return;
|
|
30
|
-
c = f[0], k = o.doc.textBetween(c.pos, a.to, void 0, " ");
|
|
31
|
-
}
|
|
32
|
-
if (c && k) {
|
|
33
|
-
const h = k.split(B).filter(Boolean);
|
|
34
|
-
if (h.length <= 0)
|
|
35
|
-
return !1;
|
|
36
|
-
const m = h[h.length - 1], E = c.pos + k.lastIndexOf(m);
|
|
37
|
-
if (!m)
|
|
38
|
-
return !1;
|
|
39
|
-
const L = H(m).map((n) => n.toObject(t.defaultProtocol));
|
|
40
|
-
if (!$(L))
|
|
41
|
-
return !1;
|
|
42
|
-
L.filter((n) => n.isLink).map((n) => ({
|
|
43
|
-
...n,
|
|
44
|
-
from: E + n.start + 1,
|
|
45
|
-
to: E + n.end + 1
|
|
46
|
-
})).filter((n) => o.schema.marks.code ? !o.doc.rangeHasMark(n.from, n.to, o.schema.marks.code) : !0).filter((n) => t.validate(n.value)).filter((n) => t.shouldAutoLink(n.value)).forEach((n) => {
|
|
47
|
-
O(n.from, n.to, o.doc).some((y) => y.mark.type === t.type) || i.addMark(
|
|
48
|
-
n.from,
|
|
49
|
-
n.to,
|
|
50
|
-
t.type.create({
|
|
51
|
-
href: n.href
|
|
52
|
-
})
|
|
53
|
-
);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
}), !!i.steps.length)
|
|
57
|
-
return i;
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
function N(t) {
|
|
62
|
-
return new g({
|
|
63
|
-
key: new A("handleClickLink"),
|
|
64
|
-
props: {
|
|
65
|
-
handleClick: (e, r, o) => {
|
|
66
|
-
var s, l;
|
|
67
|
-
if (o.button !== 0 || !e.editable)
|
|
68
|
-
return !1;
|
|
69
|
-
let i = null;
|
|
70
|
-
if (o.target instanceof HTMLAnchorElement)
|
|
71
|
-
i = o.target;
|
|
72
|
-
else {
|
|
73
|
-
const u = o.target;
|
|
74
|
-
if (!u)
|
|
75
|
-
return !1;
|
|
76
|
-
const a = t.editor.view.dom;
|
|
77
|
-
i = u.closest("a"), i && !a.contains(i) && (i = null);
|
|
78
|
-
}
|
|
79
|
-
if (!i)
|
|
80
|
-
return !1;
|
|
81
|
-
let d = !1;
|
|
82
|
-
if (t.enableClickSelection && (d = t.editor.commands.extendMarkRange(t.type.name)), t.openOnClick) {
|
|
83
|
-
const u = R(e.state, t.type.name), a = (s = i.href) != null ? s : u.href, f = (l = i.target) != null ? l : u.target;
|
|
84
|
-
a && (window.open(a, f), d = !0);
|
|
85
|
-
}
|
|
86
|
-
return d;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
function V(t) {
|
|
92
|
-
return new g({
|
|
93
|
-
key: new A("handlePasteLink"),
|
|
94
|
-
props: {
|
|
95
|
-
handlePaste: (e, r, o) => {
|
|
96
|
-
const { shouldAutoLink: s } = t, { state: l } = e, { selection: i } = l, { empty: d } = i;
|
|
97
|
-
if (d)
|
|
98
|
-
return !1;
|
|
99
|
-
let u = "";
|
|
100
|
-
o.content.forEach((f) => {
|
|
101
|
-
u += f.textContent;
|
|
102
|
-
});
|
|
103
|
-
const a = M(u, { defaultProtocol: t.defaultProtocol }).find(
|
|
104
|
-
(f) => f.isLink && f.value === u
|
|
105
|
-
);
|
|
106
|
-
return !u || !a || s !== void 0 && !s(a.value) ? !1 : t.editor.commands.setMark(t.type, {
|
|
107
|
-
href: a.href
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
});
|
|
112
|
-
}
|
|
113
|
-
function p(t, e) {
|
|
114
|
-
const r = ["http", "https", "ftp", "ftps", "mailto", "tel", "callto", "sms", "cid", "xmpp"];
|
|
115
|
-
return e && e.forEach((o) => {
|
|
116
|
-
const s = typeof o == "string" ? o : o.scheme;
|
|
117
|
-
s && r.push(s);
|
|
118
|
-
}), !t || t.replace(W, "").match(
|
|
119
|
-
new RegExp(
|
|
120
|
-
// eslint-disable-next-line no-useless-escape
|
|
121
|
-
`^(?:(?:${r.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,
|
|
122
|
-
"i"
|
|
123
|
-
)
|
|
124
|
-
);
|
|
125
|
-
}
|
|
126
|
-
var j = x.create({
|
|
127
|
-
name: "link",
|
|
128
|
-
priority: 1e3,
|
|
129
|
-
keepOnSplit: !1,
|
|
130
|
-
exitable: !0,
|
|
131
|
-
onCreate() {
|
|
132
|
-
this.options.validate && !this.options.shouldAutoLink && (this.options.shouldAutoLink = this.options.validate, console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")), this.options.protocols.forEach((t) => {
|
|
133
|
-
if (typeof t == "string") {
|
|
134
|
-
C(t);
|
|
135
|
-
return;
|
|
136
|
-
}
|
|
137
|
-
C(t.scheme, t.optionalSlashes);
|
|
138
|
-
});
|
|
139
|
-
},
|
|
140
|
-
onDestroy() {
|
|
141
|
-
U();
|
|
142
|
-
},
|
|
143
|
-
inclusive() {
|
|
144
|
-
return this.options.autolink;
|
|
145
|
-
},
|
|
146
|
-
addOptions() {
|
|
147
|
-
return {
|
|
148
|
-
openOnClick: !0,
|
|
149
|
-
enableClickSelection: !1,
|
|
150
|
-
linkOnPaste: !0,
|
|
151
|
-
autolink: !0,
|
|
152
|
-
protocols: [],
|
|
153
|
-
defaultProtocol: "http",
|
|
154
|
-
HTMLAttributes: {
|
|
155
|
-
target: "_blank",
|
|
156
|
-
rel: "noopener noreferrer nofollow",
|
|
157
|
-
class: null
|
|
158
|
-
},
|
|
159
|
-
isAllowedUri: (t, e) => !!p(t, e.protocols),
|
|
160
|
-
validate: (t) => !!t,
|
|
161
|
-
shouldAutoLink: (t) => {
|
|
162
|
-
const e = /^[a-z][a-z0-9+.-]*:\/\//i.test(t), r = /^[a-z][a-z0-9+.-]*:/i.test(t);
|
|
163
|
-
if (e || r && !t.includes("@"))
|
|
164
|
-
return !0;
|
|
165
|
-
const s = (t.includes("@") ? t.split("@").pop() : t).split(/[/?#:]/)[0];
|
|
166
|
-
return !(/^\d{1,3}(\.\d{1,3}){3}$/.test(s) || !/\./.test(s));
|
|
167
|
-
}
|
|
168
|
-
};
|
|
169
|
-
},
|
|
170
|
-
addAttributes() {
|
|
171
|
-
return {
|
|
172
|
-
href: {
|
|
173
|
-
default: null,
|
|
174
|
-
parseHTML(t) {
|
|
175
|
-
return t.getAttribute("href");
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
target: {
|
|
179
|
-
default: this.options.HTMLAttributes.target
|
|
180
|
-
},
|
|
181
|
-
rel: {
|
|
182
|
-
default: this.options.HTMLAttributes.rel
|
|
183
|
-
},
|
|
184
|
-
class: {
|
|
185
|
-
default: this.options.HTMLAttributes.class
|
|
186
|
-
},
|
|
187
|
-
title: {
|
|
188
|
-
default: null
|
|
189
|
-
}
|
|
190
|
-
};
|
|
191
|
-
},
|
|
192
|
-
parseHTML() {
|
|
193
|
-
return [
|
|
194
|
-
{
|
|
195
|
-
tag: "a[href]",
|
|
196
|
-
getAttrs: (t) => {
|
|
197
|
-
const e = t.getAttribute("href");
|
|
198
|
-
return !e || !this.options.isAllowedUri(e, {
|
|
199
|
-
defaultValidate: (r) => !!p(r, this.options.protocols),
|
|
200
|
-
protocols: this.options.protocols,
|
|
201
|
-
defaultProtocol: this.options.defaultProtocol
|
|
202
|
-
}) ? !1 : null;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
];
|
|
206
|
-
},
|
|
207
|
-
renderHTML({ HTMLAttributes: t }) {
|
|
208
|
-
return this.options.isAllowedUri(t.href, {
|
|
209
|
-
defaultValidate: (e) => !!p(e, this.options.protocols),
|
|
210
|
-
protocols: this.options.protocols,
|
|
211
|
-
defaultProtocol: this.options.defaultProtocol
|
|
212
|
-
}) ? ["a", v(this.options.HTMLAttributes, t), 0] : ["a", v(this.options.HTMLAttributes, { ...t, href: "" }), 0];
|
|
213
|
-
},
|
|
214
|
-
markdownTokenName: "link",
|
|
215
|
-
parseMarkdown: (t, e) => e.applyMark("link", e.parseInline(t.tokens || []), {
|
|
216
|
-
href: t.href,
|
|
217
|
-
title: t.title || null
|
|
218
|
-
}),
|
|
219
|
-
renderMarkdown: (t, e) => {
|
|
220
|
-
var r, o, s, l;
|
|
221
|
-
const i = (o = (r = t.attrs) == null ? void 0 : r.href) != null ? o : "", d = (l = (s = t.attrs) == null ? void 0 : s.title) != null ? l : "", u = e.renderChildren(t);
|
|
222
|
-
return d ? `[${u}](${i} "${d}")` : `[${u}](${i})`;
|
|
223
|
-
},
|
|
224
|
-
addCommands() {
|
|
225
|
-
return {
|
|
226
|
-
setLink: (t) => ({ chain: e }) => {
|
|
227
|
-
const { href: r } = t;
|
|
228
|
-
return this.options.isAllowedUri(r, {
|
|
229
|
-
defaultValidate: (o) => !!p(o, this.options.protocols),
|
|
230
|
-
protocols: this.options.protocols,
|
|
231
|
-
defaultProtocol: this.options.defaultProtocol
|
|
232
|
-
}) ? e().setMark(this.name, t).setMeta("preventAutolink", !0).run() : !1;
|
|
233
|
-
},
|
|
234
|
-
toggleLink: (t) => ({ chain: e }) => {
|
|
235
|
-
const { href: r } = t || {};
|
|
236
|
-
return r && !this.options.isAllowedUri(r, {
|
|
237
|
-
defaultValidate: (o) => !!p(o, this.options.protocols),
|
|
238
|
-
protocols: this.options.protocols,
|
|
239
|
-
defaultProtocol: this.options.defaultProtocol
|
|
240
|
-
}) ? !1 : e().toggleMark(this.name, t, { extendEmptyMarkRange: !0 }).setMeta("preventAutolink", !0).run();
|
|
241
|
-
},
|
|
242
|
-
unsetLink: () => ({ chain: t }) => t().unsetMark(this.name, { extendEmptyMarkRange: !0 }).setMeta("preventAutolink", !0).run()
|
|
243
|
-
};
|
|
244
|
-
},
|
|
245
|
-
addPasteRules() {
|
|
246
|
-
return [
|
|
247
|
-
b({
|
|
248
|
-
find: (t) => {
|
|
249
|
-
const e = [];
|
|
250
|
-
if (t) {
|
|
251
|
-
const { protocols: r, defaultProtocol: o } = this.options, s = M(t).filter(
|
|
252
|
-
(l) => l.isLink && this.options.isAllowedUri(l.value, {
|
|
253
|
-
defaultValidate: (i) => !!p(i, r),
|
|
254
|
-
protocols: r,
|
|
255
|
-
defaultProtocol: o
|
|
256
|
-
})
|
|
257
|
-
);
|
|
258
|
-
s.length && s.forEach((l) => {
|
|
259
|
-
this.options.shouldAutoLink(l.value) && e.push({
|
|
260
|
-
text: l.value,
|
|
261
|
-
data: {
|
|
262
|
-
href: l.href
|
|
263
|
-
},
|
|
264
|
-
index: l.start
|
|
265
|
-
});
|
|
266
|
-
});
|
|
267
|
-
}
|
|
268
|
-
return e;
|
|
269
|
-
},
|
|
270
|
-
type: this.type,
|
|
271
|
-
getAttributes: (t) => {
|
|
272
|
-
var e;
|
|
273
|
-
return {
|
|
274
|
-
href: (e = t.data) == null ? void 0 : e.href
|
|
275
|
-
};
|
|
276
|
-
}
|
|
277
|
-
})
|
|
278
|
-
];
|
|
279
|
-
},
|
|
280
|
-
addProseMirrorPlugins() {
|
|
281
|
-
const t = [], { protocols: e, defaultProtocol: r } = this.options;
|
|
282
|
-
return this.options.autolink && t.push(
|
|
283
|
-
z({
|
|
284
|
-
type: this.type,
|
|
285
|
-
defaultProtocol: this.options.defaultProtocol,
|
|
286
|
-
validate: (o) => this.options.isAllowedUri(o, {
|
|
287
|
-
defaultValidate: (s) => !!p(s, e),
|
|
288
|
-
protocols: e,
|
|
289
|
-
defaultProtocol: r
|
|
290
|
-
}),
|
|
291
|
-
shouldAutoLink: this.options.shouldAutoLink
|
|
292
|
-
})
|
|
293
|
-
), t.push(
|
|
294
|
-
N({
|
|
295
|
-
type: this.type,
|
|
296
|
-
editor: this.editor,
|
|
297
|
-
openOnClick: this.options.openOnClick === "whenNotEditable" ? !0 : this.options.openOnClick,
|
|
298
|
-
enableClickSelection: this.options.enableClickSelection
|
|
299
|
-
})
|
|
300
|
-
), this.options.linkOnPaste && t.push(
|
|
301
|
-
V({
|
|
302
|
-
editor: this.editor,
|
|
303
|
-
defaultProtocol: this.options.defaultProtocol,
|
|
304
|
-
type: this.type,
|
|
305
|
-
shouldAutoLink: this.options.shouldAutoLink
|
|
306
|
-
})
|
|
307
|
-
), t;
|
|
308
|
-
}
|
|
309
|
-
});
|
|
310
|
-
export {
|
|
311
|
-
j as L
|
|
312
|
-
};
|