@vc-shell/framework 1.1.99-alpha.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/api/platform.ts +9883 -9883
- package/core/composables/useDynamicProperties/index.ts +16 -10
- package/core/composables/useNotifications/index.ts +1 -32
- package/core/composables/useSettings/index.ts +3 -8
- package/core/composables/useUser/index.ts +171 -74
- package/core/composables/useUserManagement/index.ts +25 -67
- package/core/interceptors/index.ts +56 -19
- package/core/plugins/signalR/index.ts +1 -27
- package/core/types/index.ts +0 -2
- package/dist/core/api/platform.d.ts +1 -1
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +9 -18
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/composables/useUserManagement/index.d.ts +7 -7
- package/dist/core/composables/useUserManagement/index.d.ts.map +1 -1
- package/dist/core/interceptors/index.d.ts +1 -2
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts +0 -2
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +1 -1
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +1 -2
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +10 -10
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -2
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -2
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.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-container/vc-container.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +1 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +34 -0
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-accordion/index.d.ts +7 -0
- package/dist/ui/components/molecules/vc-accordion/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +42 -0
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.backupsb.d.ts +3 -3
- 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-dynamic-property/vc-dynamic-property.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/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +1 -1
- package/package.json +5 -7
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +2 -2
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -15
- package/shared/components/sign-in/useExternalProvider.ts +1 -11
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +3 -11
- package/ui/components/atoms/vc-badge/vc-badge.stories.ts +1 -1
- package/ui/components/atoms/vc-button/vc-button.stories.ts +1 -1
- package/ui/components/atoms/vc-card/vc-card.stories.ts +1 -1
- package/ui/components/atoms/vc-col/vc-col.stories.ts +1 -1
- package/ui/components/atoms/vc-container/vc-container.stories.ts +1 -1
- package/ui/components/atoms/vc-hint/vc-hint.stories.ts +1 -1
- package/ui/components/atoms/vc-icon/vc-icon.stories.ts +1 -1
- package/ui/components/atoms/vc-image/vc-image.stories.ts +1 -1
- package/ui/components/atoms/vc-label/vc-label.stories.ts +1 -1
- package/ui/components/atoms/vc-link/vc-link.stories.ts +1 -1
- package/ui/components/atoms/vc-progress/vc-progress.stories.ts +1 -1
- package/ui/components/atoms/vc-row/vc-row.stories.ts +1 -1
- package/ui/components/atoms/vc-skeleton/vc-skeleton.stories.ts +1 -1
- package/ui/components/atoms/vc-status/vc-status.stories.ts +1 -1
- package/ui/components/atoms/vc-status-icon/vc-status-icon.stories.ts +1 -1
- package/ui/components/atoms/vc-tooltip/vc-tooltip.stories.ts +1 -1
- package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -1
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +1 -1
- package/ui/components/molecules/index.ts +1 -0
- package/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue +251 -0
- package/ui/components/molecules/vc-accordion/index.ts +11 -0
- package/ui/components/molecules/vc-accordion/vc-accordion.stories.ts +526 -0
- package/ui/components/molecules/vc-accordion/vc-accordion.vue +176 -0
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +1 -1
- package/ui/components/molecules/vc-checkbox/vc-checkbox.stories.ts +1 -1
- package/ui/components/molecules/vc-editor/vc-editor.stories.ts +1 -1
- package/ui/components/molecules/vc-field/vc-field.stories.ts +1 -1
- package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +1 -1
- package/ui/components/molecules/vc-form/vc-form.stories.ts +1 -1
- package/ui/components/molecules/vc-input/vc-input.stories.ts +1 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
- package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.stories.ts +1 -1
- package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +1 -1
- package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +1 -1
- package/ui/components/molecules/vc-radio-button/vc-radio-button.stories.ts +1 -1
- package/ui/components/molecules/vc-rating/vc-rating.stories.ts +1 -1
- package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
- package/ui/components/molecules/vc-slider/vc-slider.stories.ts +1 -1
- package/ui/components/molecules/vc-switch/vc-switch.stories.ts +1 -1
- package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +1 -1
- package/ui/components/molecules/vc-toast/vc-toast.stories.ts +1 -1
- package/ui/components/organisms/vc-app/vc-app.vue +2 -20
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +4 -0
- package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +1 -1
- package/ui/components/organisms/vc-popup/vc-popup.stories.ts +1 -1
- package/core/providers/README.md +0 -176
- package/core/providers/auth-provider-manager.ts +0 -74
- package/core/providers/auth-provider-utils.ts +0 -26
- package/core/providers/example-custom-auth-provider.ts +0 -162
- package/core/providers/index.ts +0 -3
- package/core/providers/platform-auth-provider.ts +0 -207
- package/core/types/auth-provider.ts +0 -40
- package/dist/assets/042c75b764bc78a7.svg +0 -1
- package/dist/assets/0ba156439a339f2a.svg +0 -1
- package/dist/assets/0be560bfb22d0e72.woff2 +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/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/1a3e84b2457f709a.woff +0 -0
- package/dist/assets/1de63eb118636cce.svg +0 -1
- package/dist/assets/1ea01de36eb5491b.svg +0 -1
- 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/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/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/b94421fadd23b0f2.svg +0 -1
- package/dist/assets/bb28fb0f27f1c11b.svg +0 -1
- package/dist/assets/c9191b638a10f67b.woff2 +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/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/d5f9664ebbfb104b.svg +0 -1
- package/dist/assets/d84247b59449dd88.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/providers/auth-provider-manager.d.ts +0 -34
- package/dist/core/providers/auth-provider-manager.d.ts.map +0 -1
- package/dist/core/providers/auth-provider-utils.d.ts +0 -17
- package/dist/core/providers/auth-provider-utils.d.ts.map +0 -1
- package/dist/core/providers/example-custom-auth-provider.d.ts +0 -45
- package/dist/core/providers/example-custom-auth-provider.d.ts.map +0 -1
- package/dist/core/providers/index.d.ts +0 -3
- package/dist/core/providers/index.d.ts.map +0 -1
- package/dist/core/providers/platform-auth-provider.d.ts +0 -34
- package/dist/core/providers/platform-auth-provider.d.ts.map +0 -1
- package/dist/core/types/auth-provider.d.ts +0 -27
- package/dist/core/types/auth-provider.d.ts.map +0 -1
- package/dist/framework.js +0 -25048
- package/dist/index.css +0 -9
- package/dist/vendor-boolbase-A_-Pp38P.js +0 -23
- package/dist/vendor-cheerio-C46iBpCu.js +0 -1053
- package/dist/vendor-cheerio-select-C8emRZsx.js +0 -191
- package/dist/vendor-core-js-DDuR6YMQ.js +0 -1206
- package/dist/vendor-css-select-DR9bp36p.js +0 -622
- package/dist/vendor-css-what-CZZaquJM.js +0 -267
- package/dist/vendor-cypress-signalr-mock-DjBxJHA6.js +0 -769
- package/dist/vendor-date-fns-sZ1zMzTH.js +0 -3008
- package/dist/vendor-dom-serializer-Sk3xHhQk.js +0 -213
- package/dist/vendor-domelementtype-B3sFIGaC.js +0 -21
- package/dist/vendor-domhandler-CL40eeX9.js +0 -311
- package/dist/vendor-dompurify-BuxjWxA2.js +0 -553
- package/dist/vendor-domutils-BiVCXO8c.js +0 -386
- package/dist/vendor-entities-CCReaWqU.js +0 -364
- package/dist/vendor-floating-ui-core-Cl9nBI4j.js +0 -349
- package/dist/vendor-floating-ui-dom-3z44E4mf.js +0 -395
- package/dist/vendor-floating-ui-utils-D2sT7feD.js +0 -259
- package/dist/vendor-floating-ui-vue-ClrgkeO5.js +0 -107
- package/dist/vendor-headlessui-vue-D7tzx4PC.js +0 -961
- package/dist/vendor-htmlparser2-CpQu33io.js +0 -735
- package/dist/vendor-intlify-core-base-Da62SG4M.js +0 -1130
- package/dist/vendor-intlify-message-compiler-CHvGSH2u.js +0 -952
- package/dist/vendor-intlify-shared-jWBPd9WB.js +0 -144
- package/dist/vendor-iso-639-1-BJO6WZAt.js +0 -781
- package/dist/vendor-linkify-it-LzoUhj6C.js +0 -199
- package/dist/vendor-linkifyjs-dCH9UYes.js +0 -701
- package/dist/vendor-lodash-es-BqkGj3Jl.js +0 -4816
- package/dist/vendor-lucide-vue-next-m0L4DzUL.js +0 -29780
- package/dist/vendor-markdown-it-Czg9qJTh.js +0 -2263
- package/dist/vendor-markdown-it-task-lists-BxLwscWK.js +0 -69
- package/dist/vendor-mdurl-DZFDNdqC.js +0 -192
- package/dist/vendor-microsoft-applicationinsights-analytics-js-C1Yxuzwg.js +0 -1207
- package/dist/vendor-microsoft-applicationinsights-cfgsync-js-DArHD4Dn.js +0 -261
- package/dist/vendor-microsoft-applicationinsights-channel-js-Dbs0XRes.js +0 -1822
- package/dist/vendor-microsoft-applicationinsights-common-OjU3Zs6r.js +0 -1921
- package/dist/vendor-microsoft-applicationinsights-core-js-DWRvqBek.js +0 -4276
- package/dist/vendor-microsoft-applicationinsights-dependencies-js-BxTNw-Sk.js +0 -1407
- package/dist/vendor-microsoft-applicationinsights-properties-js-Gfhpu-At.js +0 -572
- package/dist/vendor-microsoft-applicationinsights-shims-CxtPYiwp.js +0 -43
- package/dist/vendor-microsoft-applicationinsights-web-9yeJ0EZv.js +0 -487
- package/dist/vendor-microsoft-dynamicproto-js-DSkQkH3T.js +0 -147
- package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +0 -1761
- package/dist/vendor-moment-DMLRxgRE.js +0 -2589
- package/dist/vendor-nevware21-ts-async-CdMc_sGt.js +0 -261
- package/dist/vendor-nevware21-ts-utils-Dy41wRhA.js +0 -853
- package/dist/vendor-nth-check-CS1D-zr5.js +0 -45
- package/dist/vendor-orderedmap-B3SOk52B.js +0 -103
- package/dist/vendor-parse5-htmlparser2-tree-adapter-BWywtwol.js +0 -143
- package/dist/vendor-parse5-zq5Hn0y9.js +0 -5749
- package/dist/vendor-prettier-cZc5sCiS.js +0 -4875
- package/dist/vendor-prosemirror-commands-Cu1q5ZDk.js +0 -385
- package/dist/vendor-prosemirror-dropcursor-BuGmFgFS.js +0 -86
- package/dist/vendor-prosemirror-gapcursor-CyYcCWVK.js +0 -203
- package/dist/vendor-prosemirror-history-DzRcbrCw.js +0 -248
- package/dist/vendor-prosemirror-keymap-KfbdOEJw.js +0 -62
- package/dist/vendor-prosemirror-markdown-OyxRuawK.js +0 -650
- package/dist/vendor-prosemirror-model-DFp4ML7B.js +0 -2730
- package/dist/vendor-prosemirror-schema-list-CwCUArvx.js +0 -87
- package/dist/vendor-prosemirror-state-DHaVEu5h.js +0 -821
- package/dist/vendor-prosemirror-tables-mYok4vGT.js +0 -1711
- package/dist/vendor-prosemirror-transform-CAHmg-qG.js +0 -1508
- package/dist/vendor-prosemirror-view-CspJa44O.js +0 -3751
- 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-swiper-1bp0oJwt.js +0 -3387
- package/dist/vendor-tanstack-virtual-core-l0sNRNKZ.js +0 -1
- package/dist/vendor-tanstack-vue-virtual-CD9yLWd7.js +0 -1
- package/dist/vendor-tiptap-core-ClsTgaMv.js +0 -3699
- package/dist/vendor-tiptap-extension-blockquote-r1MBx4hD.js +0 -54
- package/dist/vendor-tiptap-extension-bold-BjLI4i8b.js +0 -74
- package/dist/vendor-tiptap-extension-code-D5-kDnMW.js +0 -52
- package/dist/vendor-tiptap-extension-code-block-RjEb0zPA.js +0 -215
- package/dist/vendor-tiptap-extension-document--PLOxIdq.js +0 -12
- package/dist/vendor-tiptap-extension-hard-break-9cxC2YOS.js +0 -59
- package/dist/vendor-tiptap-extension-heading-2w0TutHn.js +0 -63
- package/dist/vendor-tiptap-extension-horizontal-rule-CFowa_lc.js +0 -56
- package/dist/vendor-tiptap-extension-image-aWn-na6j.js +0 -127
- package/dist/vendor-tiptap-extension-italic-Bn-6saY0.js +0 -73
- package/dist/vendor-tiptap-extension-link-BmcG1_k-.js +0 -298
- package/dist/vendor-tiptap-extension-list-BrNBJ45n.js +0 -707
- package/dist/vendor-tiptap-extension-paragraph-DAiYhwUB.js +0 -41
- package/dist/vendor-tiptap-extension-placeholder-9tURDKy-.js +0 -1
- package/dist/vendor-tiptap-extension-strike-DqbXPfos.js +0 -64
- package/dist/vendor-tiptap-extension-table-DQwPaR7v.js +0 -374
- package/dist/vendor-tiptap-extension-table-cell-C0tEP_0i.js +0 -1
- package/dist/vendor-tiptap-extension-table-header-C0tEP_0i.js +0 -1
- package/dist/vendor-tiptap-extension-table-row-C0tEP_0i.js +0 -1
- package/dist/vendor-tiptap-extension-text-BFnfj70b.js +0 -13
- package/dist/vendor-tiptap-extension-text-style-Darua3qr.js +0 -235
- package/dist/vendor-tiptap-extension-underline-QyVnBqQZ.js +0 -65
- package/dist/vendor-tiptap-extensions-CU-D7bfm.js +0 -290
- package/dist/vendor-tiptap-markdown-BwATYN5A.js +0 -826
- package/dist/vendor-tiptap-pm-d91nGny8.js +0 -1
- package/dist/vendor-tiptap-starter-kit-5luf7zzS.js +0 -28
- package/dist/vendor-tiptap-vue-3-CFBErZGb.js +0 -157
- package/dist/vendor-truncate-html-DYC0Lj9o.js +0 -145
- package/dist/vendor-uc-micro-4lbSaZOs.js +0 -17
- 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-BqaYAdhD.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-CO5LWKE0.js +0 -1370
- package/dist/vendor-vue3-application-insights-BKiiWnf2.js +0 -69
- package/dist/vendor-vue3-touch-events-DqysuuWh.js +0 -169
- package/dist/vendor-vuepic-vue-datepicker-CaY_xSnG.js +0 -4998
- package/dist/vendor-vueuse-components-sgKpNzof.js +0 -542
- package/dist/vendor-vueuse-core-D0cN7FqY.js +0 -5130
- package/dist/vendor-vueuse-shared-Pt0UEStA.js +0 -1169
- package/dist/vendor-w3c-keyname-CLxH8j-f.js +0 -92
|
@@ -1,385 +0,0 @@
|
|
|
1
|
-
import { c as T, j as v, l as A, r as B, a as h, f as J, R as O, b as U } from "./vendor-prosemirror-transform-CAHmg-qG.js";
|
|
2
|
-
import { S as y, F as S } from "./vendor-prosemirror-model-DFp4ML7B.js";
|
|
3
|
-
import { A as P, T as I, S as V, N as d } from "./vendor-prosemirror-state-DHaVEu5h.js";
|
|
4
|
-
const M = (t, e) => t.selection.empty ? !1 : (e && e(t.tr.deleteSelection().scrollIntoView()), !0);
|
|
5
|
-
function N(t, e) {
|
|
6
|
-
let { $cursor: r } = t.selection;
|
|
7
|
-
return !r || (e ? !e.endOfTextblock("backward", t) : r.parentOffset > 0) ? null : r;
|
|
8
|
-
}
|
|
9
|
-
const G = (t, e, r) => {
|
|
10
|
-
let n = N(t, r);
|
|
11
|
-
if (!n)
|
|
12
|
-
return !1;
|
|
13
|
-
let o = z(n);
|
|
14
|
-
if (!o) {
|
|
15
|
-
let i = n.blockRange(), f = i && A(i);
|
|
16
|
-
return f == null ? !1 : (e && e(t.tr.lift(i, f).scrollIntoView()), !0);
|
|
17
|
-
}
|
|
18
|
-
let l = o.nodeBefore;
|
|
19
|
-
if (D(t, o, e, -1))
|
|
20
|
-
return !0;
|
|
21
|
-
if (n.parent.content.size == 0 && (x(l, "end") || d.isSelectable(l)))
|
|
22
|
-
for (let i = n.depth; ; i--) {
|
|
23
|
-
let f = B(t.doc, n.before(i), n.after(i), y.empty);
|
|
24
|
-
if (f && f.slice.size < f.to - f.from) {
|
|
25
|
-
if (e) {
|
|
26
|
-
let s = t.tr.step(f);
|
|
27
|
-
s.setSelection(x(l, "end") ? V.findFrom(s.doc.resolve(s.mapping.map(o.pos, -1)), -1) : d.create(s.doc, o.pos - l.nodeSize)), e(s.scrollIntoView());
|
|
28
|
-
}
|
|
29
|
-
return !0;
|
|
30
|
-
}
|
|
31
|
-
if (i == 1 || n.node(i - 1).childCount > 1)
|
|
32
|
-
break;
|
|
33
|
-
}
|
|
34
|
-
return l.isAtom && o.depth == n.depth - 1 ? (e && e(t.tr.delete(o.pos - l.nodeSize, o.pos).scrollIntoView()), !0) : !1;
|
|
35
|
-
}, oe = (t, e, r) => {
|
|
36
|
-
let n = N(t, r);
|
|
37
|
-
if (!n)
|
|
38
|
-
return !1;
|
|
39
|
-
let o = z(n);
|
|
40
|
-
return o ? E(t, o, e) : !1;
|
|
41
|
-
}, le = (t, e, r) => {
|
|
42
|
-
let n = W(t, r);
|
|
43
|
-
if (!n)
|
|
44
|
-
return !1;
|
|
45
|
-
let o = j(n);
|
|
46
|
-
return o ? E(t, o, e) : !1;
|
|
47
|
-
};
|
|
48
|
-
function E(t, e, r) {
|
|
49
|
-
let n = e.nodeBefore, o = n, l = e.pos - 1;
|
|
50
|
-
for (; !o.isTextblock; l--) {
|
|
51
|
-
if (o.type.spec.isolating)
|
|
52
|
-
return !1;
|
|
53
|
-
let c = o.lastChild;
|
|
54
|
-
if (!c)
|
|
55
|
-
return !1;
|
|
56
|
-
o = c;
|
|
57
|
-
}
|
|
58
|
-
let i = e.nodeAfter, f = i, s = e.pos + 1;
|
|
59
|
-
for (; !f.isTextblock; s++) {
|
|
60
|
-
if (f.type.spec.isolating)
|
|
61
|
-
return !1;
|
|
62
|
-
let c = f.firstChild;
|
|
63
|
-
if (!c)
|
|
64
|
-
return !1;
|
|
65
|
-
f = c;
|
|
66
|
-
}
|
|
67
|
-
let p = B(t.doc, l, s, y.empty);
|
|
68
|
-
if (!p || p.from != l || p instanceof U && p.slice.size >= s - l)
|
|
69
|
-
return !1;
|
|
70
|
-
if (r) {
|
|
71
|
-
let c = t.tr.step(p);
|
|
72
|
-
c.setSelection(I.create(c.doc, l)), r(c.scrollIntoView());
|
|
73
|
-
}
|
|
74
|
-
return !0;
|
|
75
|
-
}
|
|
76
|
-
function x(t, e, r = !1) {
|
|
77
|
-
for (let n = t; n; n = e == "start" ? n.firstChild : n.lastChild) {
|
|
78
|
-
if (n.isTextblock)
|
|
79
|
-
return !0;
|
|
80
|
-
if (r && n.childCount != 1)
|
|
81
|
-
return !1;
|
|
82
|
-
}
|
|
83
|
-
return !1;
|
|
84
|
-
}
|
|
85
|
-
const H = (t, e, r) => {
|
|
86
|
-
let { $head: n, empty: o } = t.selection, l = n;
|
|
87
|
-
if (!o)
|
|
88
|
-
return !1;
|
|
89
|
-
if (n.parent.isTextblock) {
|
|
90
|
-
if (r ? !r.endOfTextblock("backward", t) : n.parentOffset > 0)
|
|
91
|
-
return !1;
|
|
92
|
-
l = z(n);
|
|
93
|
-
}
|
|
94
|
-
let i = l && l.nodeBefore;
|
|
95
|
-
return !i || !d.isSelectable(i) ? !1 : (e && e(t.tr.setSelection(d.create(t.doc, l.pos - i.nodeSize)).scrollIntoView()), !0);
|
|
96
|
-
};
|
|
97
|
-
function z(t) {
|
|
98
|
-
if (!t.parent.type.spec.isolating)
|
|
99
|
-
for (let e = t.depth - 1; e >= 0; e--) {
|
|
100
|
-
if (t.index(e) > 0)
|
|
101
|
-
return t.doc.resolve(t.before(e + 1));
|
|
102
|
-
if (t.node(e).type.spec.isolating)
|
|
103
|
-
break;
|
|
104
|
-
}
|
|
105
|
-
return null;
|
|
106
|
-
}
|
|
107
|
-
function W(t, e) {
|
|
108
|
-
let { $cursor: r } = t.selection;
|
|
109
|
-
return !r || (e ? !e.endOfTextblock("forward", t) : r.parentOffset < r.parent.content.size) ? null : r;
|
|
110
|
-
}
|
|
111
|
-
const K = (t, e, r) => {
|
|
112
|
-
let n = W(t, r);
|
|
113
|
-
if (!n)
|
|
114
|
-
return !1;
|
|
115
|
-
let o = j(n);
|
|
116
|
-
if (!o)
|
|
117
|
-
return !1;
|
|
118
|
-
let l = o.nodeAfter;
|
|
119
|
-
if (D(t, o, e, 1))
|
|
120
|
-
return !0;
|
|
121
|
-
if (n.parent.content.size == 0 && (x(l, "start") || d.isSelectable(l))) {
|
|
122
|
-
let i = B(t.doc, n.before(), n.after(), y.empty);
|
|
123
|
-
if (i && i.slice.size < i.to - i.from) {
|
|
124
|
-
if (e) {
|
|
125
|
-
let f = t.tr.step(i);
|
|
126
|
-
f.setSelection(x(l, "start") ? V.findFrom(f.doc.resolve(f.mapping.map(o.pos)), 1) : d.create(f.doc, f.mapping.map(o.pos))), e(f.scrollIntoView());
|
|
127
|
-
}
|
|
128
|
-
return !0;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
return l.isAtom && o.depth == n.depth - 1 ? (e && e(t.tr.delete(o.pos, o.pos + l.nodeSize).scrollIntoView()), !0) : !1;
|
|
132
|
-
}, L = (t, e, r) => {
|
|
133
|
-
let { $head: n, empty: o } = t.selection, l = n;
|
|
134
|
-
if (!o)
|
|
135
|
-
return !1;
|
|
136
|
-
if (n.parent.isTextblock) {
|
|
137
|
-
if (r ? !r.endOfTextblock("forward", t) : n.parentOffset < n.parent.content.size)
|
|
138
|
-
return !1;
|
|
139
|
-
l = j(n);
|
|
140
|
-
}
|
|
141
|
-
let i = l && l.nodeAfter;
|
|
142
|
-
return !i || !d.isSelectable(i) ? !1 : (e && e(t.tr.setSelection(d.create(t.doc, l.pos)).scrollIntoView()), !0);
|
|
143
|
-
};
|
|
144
|
-
function j(t) {
|
|
145
|
-
if (!t.parent.type.spec.isolating)
|
|
146
|
-
for (let e = t.depth - 1; e >= 0; e--) {
|
|
147
|
-
let r = t.node(e);
|
|
148
|
-
if (t.index(e) + 1 < r.childCount)
|
|
149
|
-
return t.doc.resolve(t.after(e + 1));
|
|
150
|
-
if (r.type.spec.isolating)
|
|
151
|
-
break;
|
|
152
|
-
}
|
|
153
|
-
return null;
|
|
154
|
-
}
|
|
155
|
-
const ie = (t, e) => {
|
|
156
|
-
let r = t.selection, n = r instanceof d, o;
|
|
157
|
-
if (n) {
|
|
158
|
-
if (r.node.isTextblock || !T(t.doc, r.from))
|
|
159
|
-
return !1;
|
|
160
|
-
o = r.from;
|
|
161
|
-
} else if (o = v(t.doc, r.from, -1), o == null)
|
|
162
|
-
return !1;
|
|
163
|
-
if (e) {
|
|
164
|
-
let l = t.tr.join(o);
|
|
165
|
-
n && l.setSelection(d.create(l.doc, o - t.doc.resolve(o).nodeBefore.nodeSize)), e(l.scrollIntoView());
|
|
166
|
-
}
|
|
167
|
-
return !0;
|
|
168
|
-
}, fe = (t, e) => {
|
|
169
|
-
let r = t.selection, n;
|
|
170
|
-
if (r instanceof d) {
|
|
171
|
-
if (r.node.isTextblock || !T(t.doc, r.to))
|
|
172
|
-
return !1;
|
|
173
|
-
n = r.to;
|
|
174
|
-
} else if (n = v(t.doc, r.to, 1), n == null)
|
|
175
|
-
return !1;
|
|
176
|
-
return e && e(t.tr.join(n).scrollIntoView()), !0;
|
|
177
|
-
}, se = (t, e) => {
|
|
178
|
-
let { $from: r, $to: n } = t.selection, o = r.blockRange(n), l = o && A(o);
|
|
179
|
-
return l == null ? !1 : (e && e(t.tr.lift(o, l).scrollIntoView()), !0);
|
|
180
|
-
}, Q = (t, e) => {
|
|
181
|
-
let { $head: r, $anchor: n } = t.selection;
|
|
182
|
-
return !r.parent.type.spec.code || !r.sameParent(n) ? !1 : (e && e(t.tr.insertText(`
|
|
183
|
-
`).scrollIntoView()), !0);
|
|
184
|
-
};
|
|
185
|
-
function R(t) {
|
|
186
|
-
for (let e = 0; e < t.edgeCount; e++) {
|
|
187
|
-
let { type: r } = t.edge(e);
|
|
188
|
-
if (r.isTextblock && !r.hasRequiredAttrs())
|
|
189
|
-
return r;
|
|
190
|
-
}
|
|
191
|
-
return null;
|
|
192
|
-
}
|
|
193
|
-
const ce = (t, e) => {
|
|
194
|
-
let { $head: r, $anchor: n } = t.selection;
|
|
195
|
-
if (!r.parent.type.spec.code || !r.sameParent(n))
|
|
196
|
-
return !1;
|
|
197
|
-
let o = r.node(-1), l = r.indexAfter(-1), i = R(o.contentMatchAt(l));
|
|
198
|
-
if (!i || !o.canReplaceWith(l, l, i))
|
|
199
|
-
return !1;
|
|
200
|
-
if (e) {
|
|
201
|
-
let f = r.after(), s = t.tr.replaceWith(f, f, i.createAndFill());
|
|
202
|
-
s.setSelection(V.near(s.doc.resolve(f), 1)), e(s.scrollIntoView());
|
|
203
|
-
}
|
|
204
|
-
return !0;
|
|
205
|
-
}, X = (t, e) => {
|
|
206
|
-
let r = t.selection, { $from: n, $to: o } = r;
|
|
207
|
-
if (r instanceof P || n.parent.inlineContent || o.parent.inlineContent)
|
|
208
|
-
return !1;
|
|
209
|
-
let l = R(o.parent.contentMatchAt(o.indexAfter()));
|
|
210
|
-
if (!l || !l.isTextblock)
|
|
211
|
-
return !1;
|
|
212
|
-
if (e) {
|
|
213
|
-
let i = (!n.parentOffset && o.index() < o.parent.childCount ? n : o).pos, f = t.tr.insert(i, l.createAndFill());
|
|
214
|
-
f.setSelection(I.create(f.doc, i + 1)), e(f.scrollIntoView());
|
|
215
|
-
}
|
|
216
|
-
return !0;
|
|
217
|
-
}, Y = (t, e) => {
|
|
218
|
-
let { $cursor: r } = t.selection;
|
|
219
|
-
if (!r || r.parent.content.size)
|
|
220
|
-
return !1;
|
|
221
|
-
if (r.depth > 1 && r.after() != r.end(-1)) {
|
|
222
|
-
let l = r.before();
|
|
223
|
-
if (h(t.doc, l))
|
|
224
|
-
return e && e(t.tr.split(l).scrollIntoView()), !0;
|
|
225
|
-
}
|
|
226
|
-
let n = r.blockRange(), o = n && A(n);
|
|
227
|
-
return o == null ? !1 : (e && e(t.tr.lift(n, o).scrollIntoView()), !0);
|
|
228
|
-
};
|
|
229
|
-
function Z(t) {
|
|
230
|
-
return (e, r) => {
|
|
231
|
-
let { $from: n, $to: o } = e.selection;
|
|
232
|
-
if (e.selection instanceof d && e.selection.node.isBlock)
|
|
233
|
-
return !n.parentOffset || !h(e.doc, n.pos) ? !1 : (r && r(e.tr.split(n.pos).scrollIntoView()), !0);
|
|
234
|
-
if (!n.depth)
|
|
235
|
-
return !1;
|
|
236
|
-
let l = [], i, f, s = !1, p = !1;
|
|
237
|
-
for (let a = n.depth; ; a--)
|
|
238
|
-
if (n.node(a).isBlock) {
|
|
239
|
-
s = n.end(a) == n.pos + (n.depth - a), p = n.start(a) == n.pos - (n.depth - a), f = R(n.node(a - 1).contentMatchAt(n.indexAfter(a - 1))), l.unshift(s && f ? { type: f } : null), i = a;
|
|
240
|
-
break;
|
|
241
|
-
} else {
|
|
242
|
-
if (a == 1)
|
|
243
|
-
return !1;
|
|
244
|
-
l.unshift(null);
|
|
245
|
-
}
|
|
246
|
-
let c = e.tr;
|
|
247
|
-
(e.selection instanceof I || e.selection instanceof P) && c.deleteSelection();
|
|
248
|
-
let m = c.mapping.map(n.pos), k = h(c.doc, m, l.length, l);
|
|
249
|
-
if (k || (l[0] = f ? { type: f } : null, k = h(c.doc, m, l.length, l)), !k)
|
|
250
|
-
return !1;
|
|
251
|
-
if (c.split(m, l.length, l), !s && p && n.node(i).type != f) {
|
|
252
|
-
let a = c.mapping.map(n.before(i)), u = c.doc.resolve(a);
|
|
253
|
-
f && n.node(i - 1).canReplaceWith(u.index(), u.index() + 1, f) && c.setNodeMarkup(c.mapping.map(n.before(i)), f);
|
|
254
|
-
}
|
|
255
|
-
return r && r(c.scrollIntoView()), !0;
|
|
256
|
-
};
|
|
257
|
-
}
|
|
258
|
-
const _ = Z(), ae = (t, e) => {
|
|
259
|
-
let { $from: r, to: n } = t.selection, o, l = r.sharedDepth(n);
|
|
260
|
-
return l == 0 ? !1 : (o = r.before(l), e && e(t.tr.setSelection(d.create(t.doc, o))), !0);
|
|
261
|
-
};
|
|
262
|
-
function ee(t, e, r) {
|
|
263
|
-
let n = e.nodeBefore, o = e.nodeAfter, l = e.index();
|
|
264
|
-
return !n || !o || !n.type.compatibleContent(o.type) ? !1 : !n.content.size && e.parent.canReplace(l - 1, l) ? (r && r(t.tr.delete(e.pos - n.nodeSize, e.pos).scrollIntoView()), !0) : !e.parent.canReplace(l, l + 1) || !(o.isTextblock || T(t.doc, e.pos)) ? !1 : (r && r(t.tr.join(e.pos).scrollIntoView()), !0);
|
|
265
|
-
}
|
|
266
|
-
function D(t, e, r, n) {
|
|
267
|
-
let o = e.nodeBefore, l = e.nodeAfter, i, f, s = o.type.spec.isolating || l.type.spec.isolating;
|
|
268
|
-
if (!s && ee(t, e, r))
|
|
269
|
-
return !0;
|
|
270
|
-
let p = !s && e.parent.canReplace(e.index(), e.index() + 1);
|
|
271
|
-
if (p && (i = (f = o.contentMatchAt(o.childCount)).findWrapping(l.type)) && f.matchType(i[0] || l.type).validEnd) {
|
|
272
|
-
if (r) {
|
|
273
|
-
let a = e.pos + l.nodeSize, u = S.empty;
|
|
274
|
-
for (let w = i.length - 1; w >= 0; w--)
|
|
275
|
-
u = S.from(i[w].create(null, u));
|
|
276
|
-
u = S.from(o.copy(u));
|
|
277
|
-
let b = t.tr.step(new O(e.pos - 1, a, e.pos, a, new y(u, 1, 0), i.length, !0)), g = b.doc.resolve(a + 2 * i.length);
|
|
278
|
-
g.nodeAfter && g.nodeAfter.type == o.type && T(b.doc, g.pos) && b.join(g.pos), r(b.scrollIntoView());
|
|
279
|
-
}
|
|
280
|
-
return !0;
|
|
281
|
-
}
|
|
282
|
-
let c = l.type.spec.isolating || n > 0 && s ? null : V.findFrom(e, 1), m = c && c.$from.blockRange(c.$to), k = m && A(m);
|
|
283
|
-
if (k != null && k >= e.depth)
|
|
284
|
-
return r && r(t.tr.lift(m, k).scrollIntoView()), !0;
|
|
285
|
-
if (p && x(l, "start", !0) && x(o, "end")) {
|
|
286
|
-
let a = o, u = [];
|
|
287
|
-
for (; u.push(a), !a.isTextblock; )
|
|
288
|
-
a = a.lastChild;
|
|
289
|
-
let b = l, g = 1;
|
|
290
|
-
for (; !b.isTextblock; b = b.firstChild)
|
|
291
|
-
g++;
|
|
292
|
-
if (a.canReplace(a.childCount, a.childCount, b.content)) {
|
|
293
|
-
if (r) {
|
|
294
|
-
let w = S.empty;
|
|
295
|
-
for (let C = u.length - 1; C >= 0; C--)
|
|
296
|
-
w = S.from(u[C].copy(w));
|
|
297
|
-
let q = t.tr.step(new O(e.pos - u.length, e.pos + l.nodeSize, e.pos + g, e.pos + l.nodeSize - g, new y(w, u.length, 0), 0, !0));
|
|
298
|
-
r(q.scrollIntoView());
|
|
299
|
-
}
|
|
300
|
-
return !0;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
return !1;
|
|
304
|
-
}
|
|
305
|
-
function $(t) {
|
|
306
|
-
return function(e, r) {
|
|
307
|
-
let n = e.selection, o = t < 0 ? n.$from : n.$to, l = o.depth;
|
|
308
|
-
for (; o.node(l).isInline; ) {
|
|
309
|
-
if (!l)
|
|
310
|
-
return !1;
|
|
311
|
-
l--;
|
|
312
|
-
}
|
|
313
|
-
return o.node(l).isTextblock ? (r && r(e.tr.setSelection(I.create(e.doc, t < 0 ? o.start(l) : o.end(l)))), !0) : !1;
|
|
314
|
-
};
|
|
315
|
-
}
|
|
316
|
-
const ue = $(-1), pe = $(1);
|
|
317
|
-
function de(t, e = null) {
|
|
318
|
-
return function(r, n) {
|
|
319
|
-
let { $from: o, $to: l } = r.selection, i = o.blockRange(l), f = i && J(i, t, e);
|
|
320
|
-
return f ? (n && n(r.tr.wrap(i, f).scrollIntoView()), !0) : !1;
|
|
321
|
-
};
|
|
322
|
-
}
|
|
323
|
-
function me(t, e = null) {
|
|
324
|
-
return function(r, n) {
|
|
325
|
-
let o = !1;
|
|
326
|
-
for (let l = 0; l < r.selection.ranges.length && !o; l++) {
|
|
327
|
-
let { $from: { pos: i }, $to: { pos: f } } = r.selection.ranges[l];
|
|
328
|
-
r.doc.nodesBetween(i, f, (s, p) => {
|
|
329
|
-
if (o)
|
|
330
|
-
return !1;
|
|
331
|
-
if (!(!s.isTextblock || s.hasMarkup(t, e)))
|
|
332
|
-
if (s.type == t)
|
|
333
|
-
o = !0;
|
|
334
|
-
else {
|
|
335
|
-
let c = r.doc.resolve(p), m = c.index();
|
|
336
|
-
o = c.parent.canReplaceWith(m, m + 1, t);
|
|
337
|
-
}
|
|
338
|
-
});
|
|
339
|
-
}
|
|
340
|
-
if (!o)
|
|
341
|
-
return !1;
|
|
342
|
-
if (n) {
|
|
343
|
-
let l = r.tr;
|
|
344
|
-
for (let i = 0; i < r.selection.ranges.length; i++) {
|
|
345
|
-
let { $from: { pos: f }, $to: { pos: s } } = r.selection.ranges[i];
|
|
346
|
-
l.setBlockType(f, s, t, e);
|
|
347
|
-
}
|
|
348
|
-
n(l.scrollIntoView());
|
|
349
|
-
}
|
|
350
|
-
return !0;
|
|
351
|
-
};
|
|
352
|
-
}
|
|
353
|
-
function F(...t) {
|
|
354
|
-
return function(e, r, n) {
|
|
355
|
-
for (let o = 0; o < t.length; o++)
|
|
356
|
-
if (t[o](e, r, n))
|
|
357
|
-
return !0;
|
|
358
|
-
return !1;
|
|
359
|
-
};
|
|
360
|
-
}
|
|
361
|
-
F(M, G, H);
|
|
362
|
-
F(M, K, L);
|
|
363
|
-
F(Q, X, Y, _);
|
|
364
|
-
typeof navigator < "u" ? /Mac|iP(hone|[oa]d)/.test(navigator.platform) : typeof os < "u" && os.platform && os.platform() == "darwin";
|
|
365
|
-
export {
|
|
366
|
-
fe as a,
|
|
367
|
-
G as b,
|
|
368
|
-
X as c,
|
|
369
|
-
M as d,
|
|
370
|
-
ce as e,
|
|
371
|
-
K as f,
|
|
372
|
-
oe as g,
|
|
373
|
-
le as h,
|
|
374
|
-
Y as i,
|
|
375
|
-
ie as j,
|
|
376
|
-
L as k,
|
|
377
|
-
se as l,
|
|
378
|
-
ae as m,
|
|
379
|
-
Q as n,
|
|
380
|
-
pe as o,
|
|
381
|
-
ue as p,
|
|
382
|
-
me as q,
|
|
383
|
-
H as s,
|
|
384
|
-
de as w
|
|
385
|
-
};
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { P as w } from "./vendor-prosemirror-state-DHaVEu5h.js";
|
|
2
|
-
import { d as v } from "./vendor-prosemirror-transform-CAHmg-qG.js";
|
|
3
|
-
function y(m = {}) {
|
|
4
|
-
return new w({
|
|
5
|
-
view(e) {
|
|
6
|
-
return new C(e, m);
|
|
7
|
-
}
|
|
8
|
-
});
|
|
9
|
-
}
|
|
10
|
-
class C {
|
|
11
|
-
constructor(e, t) {
|
|
12
|
-
var i;
|
|
13
|
-
this.editorView = e, this.cursorPos = null, this.element = null, this.timeout = -1, this.width = (i = t.width) !== null && i !== void 0 ? i : 1, this.color = t.color === !1 ? void 0 : t.color || "black", this.class = t.class, this.handlers = ["dragover", "dragend", "drop", "dragleave"].map((o) => {
|
|
14
|
-
let d = (r) => {
|
|
15
|
-
this[o](r);
|
|
16
|
-
};
|
|
17
|
-
return e.dom.addEventListener(o, d), { name: o, handler: d };
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
destroy() {
|
|
21
|
-
this.handlers.forEach(({ name: e, handler: t }) => this.editorView.dom.removeEventListener(e, t));
|
|
22
|
-
}
|
|
23
|
-
update(e, t) {
|
|
24
|
-
this.cursorPos != null && t.doc != e.state.doc && (this.cursorPos > e.state.doc.content.size ? this.setCursor(null) : this.updateOverlay());
|
|
25
|
-
}
|
|
26
|
-
setCursor(e) {
|
|
27
|
-
e != this.cursorPos && (this.cursorPos = e, e == null ? (this.element.parentNode.removeChild(this.element), this.element = null) : this.updateOverlay());
|
|
28
|
-
}
|
|
29
|
-
updateOverlay() {
|
|
30
|
-
let e = this.editorView.state.doc.resolve(this.cursorPos), t = !e.parent.inlineContent, i, o = this.editorView.dom, d = o.getBoundingClientRect(), r = d.width / o.offsetWidth, h = d.height / o.offsetHeight;
|
|
31
|
-
if (t) {
|
|
32
|
-
let s = e.nodeBefore, n = e.nodeAfter;
|
|
33
|
-
if (s || n) {
|
|
34
|
-
let a = this.editorView.nodeDOM(this.cursorPos - (s ? s.nodeSize : 0));
|
|
35
|
-
if (a) {
|
|
36
|
-
let c = a.getBoundingClientRect(), u = s ? c.bottom : c.top;
|
|
37
|
-
s && n && (u = (u + this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top) / 2);
|
|
38
|
-
let g = this.width / 2 * h;
|
|
39
|
-
i = { left: c.left, right: c.right, top: u - g, bottom: u + g };
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
if (!i) {
|
|
44
|
-
let s = this.editorView.coordsAtPos(this.cursorPos), n = this.width / 2 * r;
|
|
45
|
-
i = { left: s.left - n, right: s.left + n, top: s.top, bottom: s.bottom };
|
|
46
|
-
}
|
|
47
|
-
let l = this.editorView.dom.offsetParent;
|
|
48
|
-
this.element || (this.element = l.appendChild(document.createElement("div")), this.class && (this.element.className = this.class), this.element.style.cssText = "position: absolute; z-index: 50; pointer-events: none;", this.color && (this.element.style.backgroundColor = this.color)), this.element.classList.toggle("prosemirror-dropcursor-block", t), this.element.classList.toggle("prosemirror-dropcursor-inline", !t);
|
|
49
|
-
let f, p;
|
|
50
|
-
if (!l || l == document.body && getComputedStyle(l).position == "static")
|
|
51
|
-
f = -pageXOffset, p = -pageYOffset;
|
|
52
|
-
else {
|
|
53
|
-
let s = l.getBoundingClientRect(), n = s.width / l.offsetWidth, a = s.height / l.offsetHeight;
|
|
54
|
-
f = s.left - l.scrollLeft * n, p = s.top - l.scrollTop * a;
|
|
55
|
-
}
|
|
56
|
-
this.element.style.left = (i.left - f) / r + "px", this.element.style.top = (i.top - p) / h + "px", this.element.style.width = (i.right - i.left) / r + "px", this.element.style.height = (i.bottom - i.top) / h + "px";
|
|
57
|
-
}
|
|
58
|
-
scheduleRemoval(e) {
|
|
59
|
-
clearTimeout(this.timeout), this.timeout = setTimeout(() => this.setCursor(null), e);
|
|
60
|
-
}
|
|
61
|
-
dragover(e) {
|
|
62
|
-
if (!this.editorView.editable)
|
|
63
|
-
return;
|
|
64
|
-
let t = this.editorView.posAtCoords({ left: e.clientX, top: e.clientY }), i = t && t.inside >= 0 && this.editorView.state.doc.nodeAt(t.inside), o = i && i.type.spec.disableDropCursor, d = typeof o == "function" ? o(this.editorView, t, e) : o;
|
|
65
|
-
if (t && !d) {
|
|
66
|
-
let r = t.pos;
|
|
67
|
-
if (this.editorView.dragging && this.editorView.dragging.slice) {
|
|
68
|
-
let h = v(this.editorView.state.doc, r, this.editorView.dragging.slice);
|
|
69
|
-
h != null && (r = h);
|
|
70
|
-
}
|
|
71
|
-
this.setCursor(r), this.scheduleRemoval(5e3);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
dragend() {
|
|
75
|
-
this.scheduleRemoval(20);
|
|
76
|
-
}
|
|
77
|
-
drop() {
|
|
78
|
-
this.scheduleRemoval(20);
|
|
79
|
-
}
|
|
80
|
-
dragleave(e) {
|
|
81
|
-
this.editorView.dom.contains(e.relatedTarget) || this.setCursor(null);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
export {
|
|
85
|
-
y as d
|
|
86
|
-
};
|
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
import { k as C } from "./vendor-prosemirror-keymap-KfbdOEJw.js";
|
|
2
|
-
import { P as v, T as m, N as x, S as u } from "./vendor-prosemirror-state-DHaVEu5h.js";
|
|
3
|
-
import { F as h, S as g } from "./vendor-prosemirror-model-DFp4ML7B.js";
|
|
4
|
-
import { D as w, a as A } from "./vendor-prosemirror-view-CspJa44O.js";
|
|
5
|
-
class i extends u {
|
|
6
|
-
/**
|
|
7
|
-
Create a gap cursor.
|
|
8
|
-
*/
|
|
9
|
-
constructor(e) {
|
|
10
|
-
super(e, e);
|
|
11
|
-
}
|
|
12
|
-
map(e, t) {
|
|
13
|
-
let o = e.resolve(t.map(this.head));
|
|
14
|
-
return i.valid(o) ? new i(o) : u.near(o);
|
|
15
|
-
}
|
|
16
|
-
content() {
|
|
17
|
-
return g.empty;
|
|
18
|
-
}
|
|
19
|
-
eq(e) {
|
|
20
|
-
return e instanceof i && e.head == this.head;
|
|
21
|
-
}
|
|
22
|
-
toJSON() {
|
|
23
|
-
return { type: "gapcursor", pos: this.head };
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
@internal
|
|
27
|
-
*/
|
|
28
|
-
static fromJSON(e, t) {
|
|
29
|
-
if (typeof t.pos != "number")
|
|
30
|
-
throw new RangeError("Invalid input for GapCursor.fromJSON");
|
|
31
|
-
return new i(e.resolve(t.pos));
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
@internal
|
|
35
|
-
*/
|
|
36
|
-
getBookmark() {
|
|
37
|
-
return new d(this.anchor);
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
@internal
|
|
41
|
-
*/
|
|
42
|
-
static valid(e) {
|
|
43
|
-
let t = e.parent;
|
|
44
|
-
if (t.isTextblock || !b(e) || !y(e))
|
|
45
|
-
return !1;
|
|
46
|
-
let o = t.type.spec.allowGapCursor;
|
|
47
|
-
if (o != null)
|
|
48
|
-
return o;
|
|
49
|
-
let r = t.contentMatchAt(e.index()).defaultType;
|
|
50
|
-
return r && r.isTextblock;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
@internal
|
|
54
|
-
*/
|
|
55
|
-
static findGapCursorFrom(e, t, o = !1) {
|
|
56
|
-
e: for (; ; ) {
|
|
57
|
-
if (!o && i.valid(e))
|
|
58
|
-
return e;
|
|
59
|
-
let r = e.pos, s = null;
|
|
60
|
-
for (let l = e.depth; ; l--) {
|
|
61
|
-
let a = e.node(l);
|
|
62
|
-
if (t > 0 ? e.indexAfter(l) < a.childCount : e.index(l) > 0) {
|
|
63
|
-
s = a.child(t > 0 ? e.indexAfter(l) : e.index(l) - 1);
|
|
64
|
-
break;
|
|
65
|
-
} else if (l == 0)
|
|
66
|
-
return null;
|
|
67
|
-
r += t;
|
|
68
|
-
let f = e.doc.resolve(r);
|
|
69
|
-
if (i.valid(f))
|
|
70
|
-
return f;
|
|
71
|
-
}
|
|
72
|
-
for (; ; ) {
|
|
73
|
-
let l = t > 0 ? s.firstChild : s.lastChild;
|
|
74
|
-
if (!l) {
|
|
75
|
-
if (s.isAtom && !s.isText && !x.isSelectable(s)) {
|
|
76
|
-
e = e.doc.resolve(r + s.nodeSize * t), o = !1;
|
|
77
|
-
continue e;
|
|
78
|
-
}
|
|
79
|
-
break;
|
|
80
|
-
}
|
|
81
|
-
s = l, r += t;
|
|
82
|
-
let a = e.doc.resolve(r);
|
|
83
|
-
if (i.valid(a))
|
|
84
|
-
return a;
|
|
85
|
-
}
|
|
86
|
-
return null;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
i.prototype.visible = !1;
|
|
91
|
-
i.findFrom = i.findGapCursorFrom;
|
|
92
|
-
u.jsonID("gapcursor", i);
|
|
93
|
-
class d {
|
|
94
|
-
constructor(e) {
|
|
95
|
-
this.pos = e;
|
|
96
|
-
}
|
|
97
|
-
map(e) {
|
|
98
|
-
return new d(e.map(this.pos));
|
|
99
|
-
}
|
|
100
|
-
resolve(e) {
|
|
101
|
-
let t = e.resolve(this.pos);
|
|
102
|
-
return i.valid(t) ? new i(t) : u.near(t);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
function S(n) {
|
|
106
|
-
return n.isAtom || n.spec.isolating || n.spec.createGapCursor;
|
|
107
|
-
}
|
|
108
|
-
function b(n) {
|
|
109
|
-
for (let e = n.depth; e >= 0; e--) {
|
|
110
|
-
let t = n.index(e), o = n.node(e);
|
|
111
|
-
if (t == 0) {
|
|
112
|
-
if (o.type.spec.isolating)
|
|
113
|
-
return !0;
|
|
114
|
-
continue;
|
|
115
|
-
}
|
|
116
|
-
for (let r = o.child(t - 1); ; r = r.lastChild) {
|
|
117
|
-
if (r.childCount == 0 && !r.inlineContent || S(r.type))
|
|
118
|
-
return !0;
|
|
119
|
-
if (r.inlineContent)
|
|
120
|
-
return !1;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
return !0;
|
|
124
|
-
}
|
|
125
|
-
function y(n) {
|
|
126
|
-
for (let e = n.depth; e >= 0; e--) {
|
|
127
|
-
let t = n.indexAfter(e), o = n.node(e);
|
|
128
|
-
if (t == o.childCount) {
|
|
129
|
-
if (o.type.spec.isolating)
|
|
130
|
-
return !0;
|
|
131
|
-
continue;
|
|
132
|
-
}
|
|
133
|
-
for (let r = o.child(t); ; r = r.firstChild) {
|
|
134
|
-
if (r.childCount == 0 && !r.inlineContent || S(r.type))
|
|
135
|
-
return !0;
|
|
136
|
-
if (r.inlineContent)
|
|
137
|
-
return !1;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
return !0;
|
|
141
|
-
}
|
|
142
|
-
function z() {
|
|
143
|
-
return new v({
|
|
144
|
-
props: {
|
|
145
|
-
decorations: F,
|
|
146
|
-
createSelectionBetween(n, e, t) {
|
|
147
|
-
return e.pos == t.pos && i.valid(t) ? new i(t) : null;
|
|
148
|
-
},
|
|
149
|
-
handleClick: T,
|
|
150
|
-
handleKeyDown: k,
|
|
151
|
-
handleDOMEvents: { beforeinput: D }
|
|
152
|
-
}
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
const k = C({
|
|
156
|
-
ArrowLeft: c("horiz", -1),
|
|
157
|
-
ArrowRight: c("horiz", 1),
|
|
158
|
-
ArrowUp: c("vert", -1),
|
|
159
|
-
ArrowDown: c("vert", 1)
|
|
160
|
-
});
|
|
161
|
-
function c(n, e) {
|
|
162
|
-
const t = n == "vert" ? e > 0 ? "down" : "up" : e > 0 ? "right" : "left";
|
|
163
|
-
return function(o, r, s) {
|
|
164
|
-
let l = o.selection, a = e > 0 ? l.$to : l.$from, f = l.empty;
|
|
165
|
-
if (l instanceof m) {
|
|
166
|
-
if (!s.endOfTextblock(t) || a.depth == 0)
|
|
167
|
-
return !1;
|
|
168
|
-
f = !1, a = o.doc.resolve(e > 0 ? a.after() : a.before());
|
|
169
|
-
}
|
|
170
|
-
let p = i.findGapCursorFrom(a, e, f);
|
|
171
|
-
return p ? (r && r(o.tr.setSelection(new i(p))), !0) : !1;
|
|
172
|
-
};
|
|
173
|
-
}
|
|
174
|
-
function T(n, e, t) {
|
|
175
|
-
if (!n || !n.editable)
|
|
176
|
-
return !1;
|
|
177
|
-
let o = n.state.doc.resolve(e);
|
|
178
|
-
if (!i.valid(o))
|
|
179
|
-
return !1;
|
|
180
|
-
let r = n.posAtCoords({ left: t.clientX, top: t.clientY });
|
|
181
|
-
return r && r.inside > -1 && x.isSelectable(n.state.doc.nodeAt(r.inside)) ? !1 : (n.dispatch(n.state.tr.setSelection(new i(o))), !0);
|
|
182
|
-
}
|
|
183
|
-
function D(n, e) {
|
|
184
|
-
if (e.inputType != "insertCompositionText" || !(n.state.selection instanceof i))
|
|
185
|
-
return !1;
|
|
186
|
-
let { $from: t } = n.state.selection, o = t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);
|
|
187
|
-
if (!o)
|
|
188
|
-
return !1;
|
|
189
|
-
let r = h.empty;
|
|
190
|
-
for (let l = o.length - 1; l >= 0; l--)
|
|
191
|
-
r = h.from(o[l].createAndFill(null, r));
|
|
192
|
-
let s = n.state.tr.replace(t.pos, t.pos, new g(r, 0, 0));
|
|
193
|
-
return s.setSelection(m.near(s.doc.resolve(t.pos + 1))), n.dispatch(s), !1;
|
|
194
|
-
}
|
|
195
|
-
function F(n) {
|
|
196
|
-
if (!(n.selection instanceof i))
|
|
197
|
-
return null;
|
|
198
|
-
let e = document.createElement("div");
|
|
199
|
-
return e.className = "ProseMirror-gapcursor", w.create(n.doc, [A.widget(n.selection.head, e, { key: "gapcursor" })]);
|
|
200
|
-
}
|
|
201
|
-
export {
|
|
202
|
-
z as g
|
|
203
|
-
};
|