@vc-shell/framework 1.1.4 → 1.1.6
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 +20 -0
- package/core/directives/loading/styles.css +1 -1
- package/core/plugins/modularity/README.md +347 -17
- package/core/plugins/modularity/loader.ts +248 -3
- package/dist/core/plugins/modularity/loader.d.ts +4 -0
- package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +2 -2
- package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts +2 -2
- package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +2 -2
- package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +3 -3
- package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -1
- package/dist/shared/components/draggable-dashboard/composables/useDashboardDragAndDrop.d.ts +4 -4
- package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/settings-menu-item/settings-menu-item.vue.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/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 +2 -2
- 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/composables/index.d.ts +3 -0
- package/dist/ui/components/atoms/vc-icon/composables/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts +22 -0
- package/dist/ui/components/atoms/vc-icon/composables/use-icon-type.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts +30 -0
- package/dist/ui/components/atoms/vc-icon/composables/use-icon.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/index.d.ts +1 -0
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/types.d.ts +31 -0
- package/dist/ui/components/atoms/vc-icon/types.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +18 -4
- package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +15 -2
- package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon-examples.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon-test.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +11 -6
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +21 -4
- package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +31 -5
- package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +33 -0
- package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-label/vc-label.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/atoms/vc-tooltip/vc-tooltip.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +6 -34
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts +4 -0
- package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +171 -0
- package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.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/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarWidgetItem.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarWidgetItem.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.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 +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/props.d.ts +14 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/props.d.ts.map +1 -0
- 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 +3 -14
- 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.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-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 +2 -2
- 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.vue.d.ts +5 -5
- 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/_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 +3 -3
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +4 -4
- 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-cell/vc-table-cell.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.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 +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-columns-header/vc-table-columns-header.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-columns-header/vc-table-columns-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableActions.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableActions.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnReorder.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnReorder.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnResize.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableColumnResize.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableRowReorder.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSelection.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableSelection.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableState.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/composables/useTableState.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +36 -0
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +2 -34
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/components/common/popup/vc-popup-error.vue +3 -3
- package/shared/components/common/popup/vc-popup-info.vue +3 -3
- package/shared/components/common/popup/vc-popup-warning.vue +3 -3
- package/shared/components/dashboard-widget-card/dashboard-widget-card.vue +4 -4
- package/shared/components/generic-dropdown/generic-dropdown.vue +1 -1
- package/shared/components/settings-menu-item/settings-menu-item.vue +1 -6
- package/shared/components/user-dropdown-button/_internal/user-info.vue +3 -3
- package/ui/components/atoms/vc-badge/vc-badge.vue +2 -2
- package/ui/components/atoms/vc-icon/README.md +198 -220
- package/ui/components/atoms/vc-icon/composables/index.ts +2 -0
- package/ui/components/atoms/vc-icon/composables/use-icon-type.ts +83 -0
- package/ui/components/atoms/vc-icon/composables/use-icon.ts +129 -0
- package/ui/components/atoms/vc-icon/index.ts +1 -0
- package/ui/components/atoms/vc-icon/types.ts +36 -0
- package/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue +111 -10
- package/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue +119 -17
- package/ui/components/atoms/vc-icon/vc-icon-examples.vue +485 -124
- package/ui/components/atoms/vc-icon/vc-icon-test.vue +399 -209
- package/ui/components/atoms/vc-icon/vc-icon.stories.ts +501 -55
- package/ui/components/atoms/vc-icon/vc-icon.vue +240 -155
- package/ui/components/atoms/vc-icon/vc-lucide-icon.vue +163 -33
- package/ui/components/atoms/vc-icon/vc-material-icon.vue +136 -30
- package/ui/components/atoms/vc-icon/vc-svg-icon.vue +168 -0
- package/ui/components/atoms/vc-label/vc-label.vue +3 -3
- package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +3 -3
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +13 -0
- package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +4 -4
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +2 -2
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +36 -115
- package/ui/components/molecules/vc-input-dropdown/index.ts +4 -0
- package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.stories.ts +763 -0
- package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue +268 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +3 -3
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +23 -14
- package/ui/components/molecules/vc-rating/vc-rating.vue +2 -2
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +2 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarHeader.vue +2 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarWidgetItem.vue +3 -3
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue +6 -6
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +6 -7
- package/ui/components/organisms/vc-app/vc-app.vue +2 -3
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/props.ts +14 -0
- package/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 +1 -12
- package/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 +1 -1
- package/ui/components/organisms/vc-blade/vc-blade.vue +5 -5
- package/ui/components/organisms/vc-login-form/vc-login-form.vue +2 -2
- package/ui/components/organisms/vc-popup/vc-popup.vue +4 -4
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-columns-header/vc-table-columns-header.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-view/vc-table-mobile-view.vue +1 -1
- package/ui/components/organisms/vc-table/composables/useTableActions.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableColumnReorder.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableColumnResize.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableRowReorder.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableSelection.ts +1 -1
- package/ui/components/organisms/vc-table/composables/useTableState.ts +1 -1
- package/ui/components/organisms/vc-table/types.ts +32 -0
- package/ui/components/organisms/vc-table/vc-table.vue +2 -30
- package/dist/apl-B2DGVGxc.js +0 -76
- package/dist/asciiarmor-2LVJmxlE.js +0 -34
- package/dist/asn1-jKiBa2Ya.js +0 -95
- package/dist/asterisk-DS281yxp.js +0 -271
- package/dist/brainfuck-C_p9pTT8.js +0 -34
- package/dist/clike-BUuHEmgZ.js +0 -620
- package/dist/clojure-CCKyeQKf.js +0 -800
- package/dist/cmake-CuaCgAKt.js +0 -28
- package/dist/cobol-BlTKFDRj.js +0 -72
- package/dist/coffeescript-BVCvwO8I.js +0 -179
- package/dist/commonlisp-D_kxz07b.js +0 -75
- package/dist/crystal-D309uH6_.js +0 -217
- package/dist/css-bIlmDBTK.js +0 -1560
- package/dist/cypher-BMq4Fwjl.js +0 -68
- package/dist/d-BZcgY6La.js +0 -127
- package/dist/diff-Cg9d_RX2.js +0 -18
- package/dist/dockerfile-DIy8NleC.js +0 -194
- package/dist/dtd-CtLokQ-U.js +0 -84
- package/dist/dylan-QYeExnWK.js +0 -234
- package/dist/ebnf-DUPDuY4r.js +0 -78
- package/dist/ecl-CiXN-g_D.js +0 -121
- package/dist/eiffel-yQhjl4T1.js +0 -110
- package/dist/elm-CNT9vbN0.js +0 -108
- package/dist/erlang-CFOYdy9e.js +0 -487
- package/dist/factor-DDOC7X6P.js +0 -65
- package/dist/fcl-CPC2WYrI.js +0 -103
- package/dist/forth-BmxRyE9S.js +0 -60
- package/dist/fortran-9bvPyrOW.js +0 -442
- package/dist/framework.js +0 -288
- package/dist/gas-BdfkXJT_.js +0 -183
- package/dist/gherkin-CJuwpceU.js +0 -34
- package/dist/groovy-DZeT_VM-.js +0 -146
- package/dist/haskell-Bvt3Qq1t.js +0 -375
- package/dist/haxe-70NVW1pR.js +0 -359
- package/dist/http-D9LttvKF.js +0 -44
- package/dist/idl-B6TRFYjl.js +0 -947
- package/dist/index-BBYKbiRX.js +0 -93
- package/dist/index-BDm0tcWn.js +0 -145680
- package/dist/index-BDqUaIyQ.js +0 -156
- package/dist/index-BdflTsg6.js +0 -308
- package/dist/index-BpBTtmQ6.js +0 -288
- package/dist/index-Br0y2YMn.js +0 -58
- package/dist/index-CIcET-ZI.js +0 -71
- package/dist/index-CYAMpxnu.js +0 -341
- package/dist/index-Cf2H7YZ1.js +0 -98
- package/dist/index-Ck055pN8.js +0 -134
- package/dist/index-D-fPN3yf.js +0 -75
- package/dist/index-DJOis7Nc.js +0 -299
- package/dist/index-DKtQMsy4.js +0 -538
- package/dist/index-DWTsz5bC.js +0 -611
- package/dist/index-DuY7BIGm.js +0 -265
- package/dist/index-o6aSdNED.js +0 -137
- package/dist/index-wfv8ehcx.js +0 -249
- package/dist/index.css +0 -9
- package/dist/javascript-WMWNx-Vj.js +0 -690
- package/dist/jinja2-DnB6dQmV.js +0 -154
- package/dist/julia-DpvXAuO6.js +0 -241
- package/dist/livescript-CanGTf8u.js +0 -272
- package/dist/lua-XplVlWi_.js +0 -217
- package/dist/mathematica-jaRHnSxC.js +0 -35
- package/dist/mbox-BctzC1hL.js +0 -76
- package/dist/mirc-CFBPAOaF.js +0 -72
- package/dist/mllike-BSnXJBGA.js +0 -272
- package/dist/modelica-vUgVs--1.js +0 -93
- package/dist/mscgen-Cpl0NYLN.js +0 -104
- package/dist/mumps-CQoS1kWX.js +0 -25
- package/dist/nginx-zDPm3Z74.js +0 -89
- package/dist/nsis-fePjrhq7.js +0 -62
- package/dist/ntriples-CsNjv2QF.js +0 -79
- package/dist/octave-C8PmmSRH.js +0 -143
- package/dist/oz-Ce8aN8oE.js +0 -151
- package/dist/pascal-De0D6mP7.js +0 -77
- package/dist/perl-B4bSCe1C.js +0 -915
- package/dist/pig-D24Z8EXi.js +0 -54
- package/dist/powershell-DkYVfTzP.js +0 -249
- package/dist/properties-Dn9wna3M.js +0 -26
- package/dist/protobuf-BPIjwpzm.js +0 -49
- package/dist/pug-BqUR2bBq.js +0 -248
- package/dist/puppet-nyd4dhjf.js +0 -45
- package/dist/python-B5QdSKoL.js +0 -313
- package/dist/q-DXjKs-tC.js +0 -83
- package/dist/r-LKEuhEGI.js +0 -104
- package/dist/rpm-IznJm2Xc.js +0 -57
- package/dist/ruby-CcYfvIk6.js +0 -228
- package/dist/sas-7E8yHoCW.js +0 -105
- package/dist/scheme-DjibxsNh.js +0 -124
- package/dist/shell-C0C2sNA_.js +0 -182
- package/dist/sieve-Bwz7vjP5.js +0 -72
- package/dist/simple-mode-B0dvCdAA.js +0 -89
- package/dist/smalltalk-Bhddl2pB.js +0 -48
- package/dist/solr-BNlsLglM.js +0 -41
- package/dist/sparql-FarWu_Gb.js +0 -197
- package/dist/spreadsheet-C-cy4P5N.js +0 -49
- package/dist/sql-mMre1Bo3.js +0 -282
- package/dist/stex-92raWT1r.js +0 -129
- package/dist/stylus-CAdqWld3.js +0 -250
- package/dist/swift-DSxqR9R6.js +0 -230
- package/dist/tcl-xfoLljhY.js +0 -81
- package/dist/textile-D1AWE-pc.js +0 -295
- package/dist/tiddlywiki-5wqsXtSk.js +0 -155
- package/dist/tiki-__Kn3CeS.js +0 -181
- package/dist/toml-BHiuTcfn.js +0 -49
- package/dist/troff-D2UO-fKf.js +0 -35
- package/dist/ttcn-Bsa4sfRm.js +0 -123
- package/dist/ttcn-cfg-Bac_acMi.js +0 -88
- package/dist/turtle-xwJUxoPV.js +0 -80
- package/dist/vb-c2kQGd6-.js +0 -74
- package/dist/vbscript-Dz1TtKsy.js +0 -324
- package/dist/velocity-DJd0pTTC.js +0 -96
- package/dist/verilog-C4VGD9n1.js +0 -263
- package/dist/vhdl-T9HkrbI2.js +0 -106
- package/dist/webidl-CjfDENEo.js +0 -155
- package/dist/xquery-BUQdORAS.js +0 -422
- package/dist/yacas-C0absKBh.js +0 -73
- package/dist/z80-C8rPtw-0.js +0 -61
|
@@ -2,6 +2,8 @@ import { App, Plugin } from "vue";
|
|
|
2
2
|
import { Router } from "vue-router";
|
|
3
3
|
import { ExtensionRegistry, createExtensionsHelper, registerModuleExtensions } from "./extensions-helper";
|
|
4
4
|
import { DynamicModulesKey } from "../../../injection-keys";
|
|
5
|
+
import * as semver from "semver";
|
|
6
|
+
import { notification } from "../../../shared";
|
|
5
7
|
|
|
6
8
|
interface ModuleManifest {
|
|
7
9
|
file: string;
|
|
@@ -15,13 +17,34 @@ interface CssManifest {
|
|
|
15
17
|
src: string;
|
|
16
18
|
}
|
|
17
19
|
|
|
20
|
+
interface VersionManifest {
|
|
21
|
+
file: string;
|
|
22
|
+
src: string;
|
|
23
|
+
isVersionInfo: boolean;
|
|
24
|
+
}
|
|
25
|
+
|
|
18
26
|
interface Manifest {
|
|
19
|
-
[key: string]: ModuleManifest | CssManifest;
|
|
27
|
+
[key: string]: ModuleManifest | CssManifest | VersionManifest;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
interface VersionInfo {
|
|
31
|
+
version: string;
|
|
32
|
+
compatibleWith: {
|
|
33
|
+
framework: string;
|
|
34
|
+
modules?: Record<string, string>;
|
|
35
|
+
};
|
|
36
|
+
appCompatibility?: {
|
|
37
|
+
[appName: string]: string;
|
|
38
|
+
};
|
|
20
39
|
}
|
|
21
40
|
|
|
22
41
|
interface Apps {
|
|
23
42
|
[x: string]: {
|
|
24
|
-
modules: {
|
|
43
|
+
modules: {
|
|
44
|
+
id: string;
|
|
45
|
+
url: string;
|
|
46
|
+
version?: string;
|
|
47
|
+
}[];
|
|
25
48
|
};
|
|
26
49
|
}
|
|
27
50
|
|
|
@@ -29,16 +52,52 @@ interface ModuleWithDefaultExport {
|
|
|
29
52
|
default: {
|
|
30
53
|
install: Plugin;
|
|
31
54
|
extensions?: ExtensionRegistry;
|
|
55
|
+
version?: VersionInfo;
|
|
32
56
|
};
|
|
33
57
|
}
|
|
34
58
|
|
|
35
59
|
interface ModuleWithNamedExport {
|
|
36
60
|
install: Plugin;
|
|
37
61
|
extensions?: ExtensionRegistry;
|
|
62
|
+
version?: VersionInfo;
|
|
38
63
|
}
|
|
39
64
|
|
|
40
65
|
type ModuleExports = ModuleWithDefaultExport | ModuleWithNamedExport;
|
|
41
66
|
|
|
67
|
+
class VersionCompatibilityError extends Error {
|
|
68
|
+
moduleId: string;
|
|
69
|
+
details: {
|
|
70
|
+
required: string;
|
|
71
|
+
current: string;
|
|
72
|
+
type: "framework" | "module" | "app";
|
|
73
|
+
dependencyName?: string;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
constructor(
|
|
77
|
+
moduleId: string,
|
|
78
|
+
details: {
|
|
79
|
+
required: string;
|
|
80
|
+
current: string;
|
|
81
|
+
type: "framework" | "module" | "app";
|
|
82
|
+
dependencyName?: string;
|
|
83
|
+
},
|
|
84
|
+
) {
|
|
85
|
+
let message;
|
|
86
|
+
if (details.type === "framework") {
|
|
87
|
+
message = `Module ${moduleId} requires framework version ${details.required}, but current is ${details.current}`;
|
|
88
|
+
} else if (details.type === "module") {
|
|
89
|
+
message = `Module ${moduleId} requires ${details.dependencyName} version ${details.required}, but current is ${details.current}`;
|
|
90
|
+
} else {
|
|
91
|
+
message = `Module ${moduleId} is not compatible with ${details.current}. Required apps: ${details.required}`;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
super(message);
|
|
95
|
+
this.moduleId = moduleId;
|
|
96
|
+
this.details = details;
|
|
97
|
+
this.name = "VersionCompatibilityError";
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
42
101
|
function loadCSS(url: string): Promise<void> {
|
|
43
102
|
return new Promise((resolve, reject) => {
|
|
44
103
|
const link = document.createElement("link");
|
|
@@ -50,24 +109,144 @@ function loadCSS(url: string): Promise<void> {
|
|
|
50
109
|
});
|
|
51
110
|
}
|
|
52
111
|
|
|
112
|
+
async function loadVersionInfo(url: string): Promise<VersionInfo | null> {
|
|
113
|
+
try {
|
|
114
|
+
const response = await fetch(url);
|
|
115
|
+
if (!response.ok) {
|
|
116
|
+
console.warn(`Failed to load version info: ${response.statusText}`);
|
|
117
|
+
return null;
|
|
118
|
+
}
|
|
119
|
+
return (await response.json()) as VersionInfo;
|
|
120
|
+
} catch (error) {
|
|
121
|
+
console.warn(`Error loading version info: ${error}`);
|
|
122
|
+
return null;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
53
126
|
interface ModuleConfig {
|
|
54
127
|
baseUrl: string;
|
|
55
128
|
manifestFileName: string;
|
|
56
129
|
entryPointKey: string;
|
|
130
|
+
frameworkVersion: string;
|
|
131
|
+
skipVersionCheck?: boolean;
|
|
132
|
+
appVersion?: string;
|
|
57
133
|
}
|
|
58
134
|
|
|
59
135
|
const DEFAULT_CONFIG: Partial<ModuleConfig> = {
|
|
60
136
|
manifestFileName: "manifest.json",
|
|
61
137
|
entryPointKey: "isEntry",
|
|
138
|
+
skipVersionCheck: false,
|
|
139
|
+
frameworkVersion: "1.1.0",
|
|
62
140
|
};
|
|
63
141
|
|
|
142
|
+
function checkAppCompatibility(moduleId: string, versionInfo: VersionInfo, appName: string, appVersion?: string): void {
|
|
143
|
+
if (!versionInfo.appCompatibility) return;
|
|
144
|
+
|
|
145
|
+
if (versionInfo.appCompatibility["*"]) return;
|
|
146
|
+
|
|
147
|
+
const appPattern = versionInfo.appCompatibility[appName];
|
|
148
|
+
|
|
149
|
+
if (!appPattern) {
|
|
150
|
+
const compatibleApps = Object.keys(versionInfo.appCompatibility).join(", ");
|
|
151
|
+
|
|
152
|
+
notification.error(
|
|
153
|
+
`Module ${moduleId} is not compatible with application ${appName}. Required apps: ${compatibleApps}`,
|
|
154
|
+
);
|
|
155
|
+
|
|
156
|
+
throw new VersionCompatibilityError(moduleId, {
|
|
157
|
+
required: compatibleApps || "none",
|
|
158
|
+
current: appName,
|
|
159
|
+
type: "app",
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
if (appPattern !== "*" && appVersion) {
|
|
164
|
+
if (!semver.satisfies(appVersion, appPattern)) {
|
|
165
|
+
notification.error(
|
|
166
|
+
`Module ${moduleId} is not compatible with application ${appName} v${appVersion}. Required apps: ${appPattern}`,
|
|
167
|
+
);
|
|
168
|
+
|
|
169
|
+
throw new VersionCompatibilityError(moduleId, {
|
|
170
|
+
required: appPattern,
|
|
171
|
+
current: appVersion,
|
|
172
|
+
type: "app",
|
|
173
|
+
dependencyName: appName,
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
function checkVersionCompatibility(
|
|
180
|
+
moduleId: string,
|
|
181
|
+
moduleVersion: VersionInfo | undefined,
|
|
182
|
+
frameworkVersion: string,
|
|
183
|
+
loadedModulesWithVersions: Map<string, string>,
|
|
184
|
+
appName: string,
|
|
185
|
+
appVersion?: string,
|
|
186
|
+
): void {
|
|
187
|
+
if (!moduleVersion) return;
|
|
188
|
+
|
|
189
|
+
if (
|
|
190
|
+
moduleVersion.compatibleWith.framework &&
|
|
191
|
+
!semver.satisfies(frameworkVersion, moduleVersion.compatibleWith.framework)
|
|
192
|
+
) {
|
|
193
|
+
console.error(
|
|
194
|
+
`Module ${moduleId} requires framework version ${moduleVersion.compatibleWith.framework}, but current framework version is ${frameworkVersion}.`,
|
|
195
|
+
);
|
|
196
|
+
notification.error(
|
|
197
|
+
`Module ${moduleId} requires framework version ${moduleVersion.compatibleWith.framework}, but current framework version is ${frameworkVersion}.`,
|
|
198
|
+
);
|
|
199
|
+
throw new VersionCompatibilityError(moduleId, {
|
|
200
|
+
required: moduleVersion.compatibleWith.framework,
|
|
201
|
+
current: frameworkVersion,
|
|
202
|
+
type: "framework",
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
checkAppCompatibility(moduleId, moduleVersion, appName, appVersion);
|
|
207
|
+
|
|
208
|
+
if (moduleVersion.compatibleWith.modules) {
|
|
209
|
+
for (const [depModuleId, versionRange] of Object.entries(moduleVersion.compatibleWith.modules)) {
|
|
210
|
+
const loadedDepVersion = loadedModulesWithVersions.get(depModuleId);
|
|
211
|
+
|
|
212
|
+
if (!loadedDepVersion) {
|
|
213
|
+
console.warn(`Module ${moduleId} depends on ${depModuleId}, but it is not loaded yet.`);
|
|
214
|
+
continue;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
if (!semver.satisfies(loadedDepVersion, versionRange)) {
|
|
218
|
+
console.error(
|
|
219
|
+
`Module ${moduleId} requires ${depModuleId} version ${versionRange}, but loaded version is ${loadedDepVersion}.`,
|
|
220
|
+
);
|
|
221
|
+
notification.error(
|
|
222
|
+
`Module ${moduleId} requires ${depModuleId} version ${versionRange}, but loaded version is ${loadedDepVersion}.`,
|
|
223
|
+
);
|
|
224
|
+
throw new VersionCompatibilityError(moduleId, {
|
|
225
|
+
required: versionRange,
|
|
226
|
+
current: loadedDepVersion,
|
|
227
|
+
type: "module",
|
|
228
|
+
dependencyName: depModuleId,
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
|
|
64
235
|
export function useDynamicModules(
|
|
65
236
|
app: App,
|
|
66
237
|
{ router, appName }: { router: Router; appName: string },
|
|
67
238
|
config: Partial<ModuleConfig> = {},
|
|
68
239
|
) {
|
|
69
240
|
const finalConfig = { ...DEFAULT_CONFIG, ...config };
|
|
241
|
+
|
|
242
|
+
if (!config.frameworkVersion && finalConfig.frameworkVersion) {
|
|
243
|
+
console.warn(
|
|
244
|
+
`Framework version not specified in the configuration, using default ${finalConfig.frameworkVersion}. This may cause compatibility issues with modules.`,
|
|
245
|
+
);
|
|
246
|
+
}
|
|
247
|
+
|
|
70
248
|
const loadedModules = new Set<string>();
|
|
249
|
+
const loadedModulesWithVersions = new Map<string, string>();
|
|
71
250
|
const extensionsHelper = createExtensionsHelper(app);
|
|
72
251
|
|
|
73
252
|
async function load() {
|
|
@@ -97,6 +276,7 @@ export function useDynamicModules(
|
|
|
97
276
|
return {
|
|
98
277
|
moduleId: module.id,
|
|
99
278
|
moduleUrl,
|
|
279
|
+
moduleVersion: module.version,
|
|
100
280
|
manifest: (await response.json()) as Manifest,
|
|
101
281
|
};
|
|
102
282
|
} catch (error) {
|
|
@@ -110,13 +290,25 @@ export function useDynamicModules(
|
|
|
110
290
|
(result): result is NonNullable<typeof result> => result !== null,
|
|
111
291
|
);
|
|
112
292
|
|
|
113
|
-
for (const { moduleId, moduleUrl, manifest } of validManifests) {
|
|
293
|
+
for (const { moduleId, moduleUrl, manifest, moduleVersion } of validManifests) {
|
|
114
294
|
try {
|
|
115
295
|
const entry = Object.values(manifest).find((file) => (file as ModuleManifest).isEntry);
|
|
116
296
|
if (!entry) {
|
|
117
297
|
throw new Error(`Entry file not found for module ${moduleId}`);
|
|
118
298
|
}
|
|
119
299
|
|
|
300
|
+
const versionFile = Object.values(manifest).find((file) => (file as VersionManifest).isVersionInfo) as
|
|
301
|
+
| VersionManifest
|
|
302
|
+
| undefined;
|
|
303
|
+
|
|
304
|
+
let versionInfoFromFile: VersionInfo | null = null;
|
|
305
|
+
if (versionFile) {
|
|
306
|
+
versionInfoFromFile = await loadVersionInfo(moduleUrl + versionFile.file);
|
|
307
|
+
if (versionInfoFromFile) {
|
|
308
|
+
console.info(`Loaded version info for module ${moduleId}: v${versionInfoFromFile.version}`);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
120
312
|
const cssFiles = Object.values(manifest)
|
|
121
313
|
.filter((file) => file.file.endsWith(".css"))
|
|
122
314
|
.map((file) => loadCSS(moduleUrl + file.file));
|
|
@@ -134,6 +326,48 @@ export function useDynamicModules(
|
|
|
134
326
|
const moduleToInstall = "default" in moduleExports ? moduleExports.default : moduleExports;
|
|
135
327
|
|
|
136
328
|
if ("install" in moduleToInstall) {
|
|
329
|
+
if (!finalConfig.skipVersionCheck) {
|
|
330
|
+
const versionInfo =
|
|
331
|
+
moduleToInstall.version ||
|
|
332
|
+
versionInfoFromFile ||
|
|
333
|
+
(moduleVersion
|
|
334
|
+
? {
|
|
335
|
+
version: moduleVersion,
|
|
336
|
+
compatibleWith: { framework: "*" },
|
|
337
|
+
}
|
|
338
|
+
: undefined);
|
|
339
|
+
|
|
340
|
+
if (versionInfo) {
|
|
341
|
+
try {
|
|
342
|
+
checkVersionCompatibility(
|
|
343
|
+
moduleId,
|
|
344
|
+
versionInfo,
|
|
345
|
+
finalConfig.frameworkVersion || "0.0.0",
|
|
346
|
+
loadedModulesWithVersions,
|
|
347
|
+
appName,
|
|
348
|
+
finalConfig.appVersion,
|
|
349
|
+
);
|
|
350
|
+
|
|
351
|
+
loadedModulesWithVersions.set(moduleId, versionInfo.version);
|
|
352
|
+
} catch (versionError) {
|
|
353
|
+
if (versionError instanceof VersionCompatibilityError) {
|
|
354
|
+
console.error(`Version compatibility error: ${versionError.message}`);
|
|
355
|
+
if (versionError.details.type === "app") {
|
|
356
|
+
console.error(
|
|
357
|
+
`Module ${moduleId} is not compatible with application ${appName}${
|
|
358
|
+
finalConfig.appVersion ? ` v${finalConfig.appVersion}` : ""
|
|
359
|
+
}. This module supports only: ${versionError.details.required || "none"}`,
|
|
360
|
+
);
|
|
361
|
+
}
|
|
362
|
+
console.error(`Skipping installation of incompatible module: ${moduleId}`);
|
|
363
|
+
return;
|
|
364
|
+
} else {
|
|
365
|
+
throw versionError;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
|
|
137
371
|
app.use(moduleToInstall.install as Plugin, { router });
|
|
138
372
|
|
|
139
373
|
if (moduleToInstall.extensions) {
|
|
@@ -141,6 +375,16 @@ export function useDynamicModules(
|
|
|
141
375
|
}
|
|
142
376
|
|
|
143
377
|
loadedModules.add(moduleId);
|
|
378
|
+
|
|
379
|
+
if (moduleToInstall.version) {
|
|
380
|
+
console.info(`Module ${moduleId} v${moduleToInstall.version.version} loaded successfully`);
|
|
381
|
+
} else if (versionInfoFromFile) {
|
|
382
|
+
console.info(`Module ${moduleId} v${versionInfoFromFile.version} loaded successfully`);
|
|
383
|
+
} else if (moduleVersion) {
|
|
384
|
+
console.info(`Module ${moduleId} v${moduleVersion} loaded successfully`);
|
|
385
|
+
} else {
|
|
386
|
+
console.info(`Module ${moduleId} loaded successfully (no version info)`);
|
|
387
|
+
}
|
|
144
388
|
} else {
|
|
145
389
|
console.error(`Module ${moduleId} does not have an 'install' function`);
|
|
146
390
|
}
|
|
@@ -168,5 +412,6 @@ export function useDynamicModules(
|
|
|
168
412
|
return {
|
|
169
413
|
load,
|
|
170
414
|
extensionsHelper,
|
|
415
|
+
getLoadedModulesWithVersions: () => new Map(loadedModulesWithVersions),
|
|
171
416
|
};
|
|
172
417
|
}
|
|
@@ -4,6 +4,9 @@ interface ModuleConfig {
|
|
|
4
4
|
baseUrl: string;
|
|
5
5
|
manifestFileName: string;
|
|
6
6
|
entryPointKey: string;
|
|
7
|
+
frameworkVersion: string;
|
|
8
|
+
skipVersionCheck?: boolean;
|
|
9
|
+
appVersion?: string;
|
|
7
10
|
}
|
|
8
11
|
export declare function useDynamicModules(app: App, { router, appName }: {
|
|
9
12
|
router: Router;
|
|
@@ -11,6 +14,7 @@ export declare function useDynamicModules(app: App, { router, appName }: {
|
|
|
11
14
|
}, config?: Partial<ModuleConfig>): {
|
|
12
15
|
load: () => Promise<void>;
|
|
13
16
|
extensionsHelper: import("./extensions-helper").ExtensionsHelper;
|
|
17
|
+
getLoadedModulesWithVersions: () => Map<string, string>;
|
|
14
18
|
};
|
|
15
19
|
export {};
|
|
16
20
|
//# sourceMappingURL=loader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../../core/plugins/modularity/loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAU,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../../core/plugins/modularity/loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAU,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AA4HpC,UAAU,YAAY;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAsGD,wBAAgB,iBAAiB,CAC/B,GAAG,EAAE,GAAG,EACR,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,EACxD,MAAM,GAAE,OAAO,CAAC,YAAY,CAAM;;;;EAmLnC"}
|
|
@@ -5,8 +5,8 @@ export interface Emits {
|
|
|
5
5
|
(event: "close"): void;
|
|
6
6
|
}
|
|
7
7
|
type __VLS_Slots = {
|
|
8
|
-
header:
|
|
9
|
-
default:
|
|
8
|
+
header: (props: any) => any;
|
|
9
|
+
default: (props: any) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
12
12
|
close: () => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup-error.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/components/common/popup/vc-popup-error.vue"],"names":[],"mappings":"AA2DA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAQD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"vc-popup-error.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/components/common/popup/vc-popup-error.vue"],"names":[],"mappings":"AA2DA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAQD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;CAC9B,CAAC;AAmGF,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -5,8 +5,8 @@ export interface Emits {
|
|
|
5
5
|
(event: "close"): void;
|
|
6
6
|
}
|
|
7
7
|
type __VLS_Slots = {
|
|
8
|
-
header:
|
|
9
|
-
default:
|
|
8
|
+
header: (props: any) => any;
|
|
9
|
+
default: (props: any) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
12
12
|
close: () => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup-info.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/components/common/popup/vc-popup-info.vue"],"names":[],"mappings":"AA2DA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAQD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"vc-popup-info.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/components/common/popup/vc-popup-info.vue"],"names":[],"mappings":"AA2DA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AAQD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;CAC9B,CAAC;AAmGF,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -6,8 +6,8 @@ export interface Emits {
|
|
|
6
6
|
(event: "confirm"): void;
|
|
7
7
|
}
|
|
8
8
|
type __VLS_Slots = {
|
|
9
|
-
header:
|
|
10
|
-
default:
|
|
9
|
+
header: (props: any) => any;
|
|
10
|
+
default: (props: any) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
13
|
close: () => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup-warning.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/components/common/popup/vc-popup-warning.vue"],"names":[],"mappings":"AA8DA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1B;AAQD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"vc-popup-warning.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/components/common/popup/vc-popup-warning.vue"],"names":[],"mappings":"AA8DA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;CAC1B;AAQD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;CAC9B,CAAC;AAyHF,QAAA,MAAM,eAAe;;;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -4,9 +4,9 @@ export interface Props {
|
|
|
4
4
|
loading?: boolean;
|
|
5
5
|
}
|
|
6
6
|
type __VLS_Slots = {
|
|
7
|
-
header:
|
|
8
|
-
actions:
|
|
9
|
-
content:
|
|
7
|
+
header: (props: any) => any;
|
|
8
|
+
actions: (props: any) => any;
|
|
9
|
+
content: (props: any) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard-widget-card.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-widget-card/dashboard-widget-card.vue"],"names":[],"mappings":"AAAA,MAuGM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAKD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"dashboard-widget-card.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/dashboard-widget-card/dashboard-widget-card.vue"],"names":[],"mappings":"AAAA,MAuGM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAKD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC5B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;CAG9B,CAAC;AAyFF,QAAA,MAAM,eAAe,sRAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -12,12 +12,12 @@ export declare function useDashboardDragAndDrop(updateWidgetPosition: (widgetId:
|
|
|
12
12
|
draggedWidget: import("vue").Ref<{
|
|
13
13
|
id: string;
|
|
14
14
|
name?: string | undefined;
|
|
15
|
-
component:
|
|
15
|
+
component: {
|
|
16
16
|
new (...args: any[]): any;
|
|
17
17
|
__isFragment?: never;
|
|
18
18
|
__isTeleport?: never;
|
|
19
19
|
__isSuspense?: never;
|
|
20
|
-
} | {
|
|
20
|
+
} | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
21
21
|
[x: string]: any;
|
|
22
22
|
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
23
23
|
attrs: {
|
|
@@ -181,12 +181,12 @@ export declare function useDashboardDragAndDrop(updateWidgetPosition: (widgetId:
|
|
|
181
181
|
} | null, IDashboardWidget | {
|
|
182
182
|
id: string;
|
|
183
183
|
name?: string | undefined;
|
|
184
|
-
component:
|
|
184
|
+
component: {
|
|
185
185
|
new (...args: any[]): any;
|
|
186
186
|
__isFragment?: never;
|
|
187
187
|
__isTeleport?: never;
|
|
188
188
|
__isSuspense?: never;
|
|
189
|
-
} | {
|
|
189
|
+
} | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
190
190
|
[x: string]: any;
|
|
191
191
|
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
192
192
|
attrs: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic-dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/generic-dropdown/generic-dropdown.vue"],"names":[],"mappings":"AAqPA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,cAAc,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC;IACvF,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,MAAM,CAAC,EAAE;QACP,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC7B;yBAEgB,CAAC,EACjB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;
|
|
1
|
+
{"version":3,"file":"generic-dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/generic-dropdown/generic-dropdown.vue"],"names":[],"mappings":"AAqPA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,OAAO,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,cAAc,GAAG,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC;IACvF,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,MAAM,CAAC,EAAE;QACP,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC7B;yBAEgB,CAAC,EACjB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAuMO,mBAAmB,CAAC;;;sKAAqC,OAAO,IAAsB,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;eAnLF,CAAC,IAAI,EAAE;YAAE,IAAI,EAAE,CAAC,CAAC;YAAC,KAAK,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,GAAG;gBAC5C,MAAM,GAAG;kBACP,CAAC,IAAI,EAAE;YAAE,QAAQ,EAAE,OAAO,CAAA;SAAE,KAAK,GAAG;4BAC1B,CAAC,IAAI,EAAE;YAAE,KAAK,EAAE,CAAC,EAAE,CAAC;YAAC,KAAK,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,GAAG;;;YAThE,YAAY,QAAQ,CAAC,GAAG,IAAI;YAC5B,eAAe,UAAU,OAAO,GAAG,IAAI;;EA4LzC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAlNzE,wBAkN4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -115,17 +115,17 @@ declare const NotificationContainer: import("vue").DefineComponent<import("vue")
|
|
|
115
115
|
default: string;
|
|
116
116
|
};
|
|
117
117
|
}>> & Readonly<{}>, {
|
|
118
|
-
|
|
119
|
-
type: NotificationType;
|
|
118
|
+
timeout: number | boolean;
|
|
120
119
|
onClose: <T>(payload: T) => void;
|
|
120
|
+
type: NotificationType;
|
|
121
121
|
position: NotificationPosition;
|
|
122
122
|
onOpen: <T>(payload: T) => void;
|
|
123
|
-
|
|
124
|
-
pauseOnHover: boolean;
|
|
125
|
-
timeout: number | boolean;
|
|
123
|
+
content: Content;
|
|
126
124
|
notificationId: string | number;
|
|
127
|
-
payload: Record<string, any>;
|
|
128
125
|
updateId: string | number;
|
|
126
|
+
pauseOnHover: boolean;
|
|
127
|
+
limit: number;
|
|
128
|
+
payload: Record<string, any>;
|
|
129
129
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
130
130
|
export default NotificationContainer;
|
|
131
131
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/shared/components/notifications/components/notification-container/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAuC,MAAM,KAAK,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAG9E,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;cAoBK,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAMzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;cApCpB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAMzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAuC,MAAM,KAAK,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAG9E,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;cAoBK,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAMzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;cApCpB,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;cAe3B,QAAQ,CAAC,gBAAgB,CAAC;;;;;cAKxB,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAKjC,QAAQ,EAAC,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,KAAK,IAAI,EAAC;;;;;cAMzB,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;;cAKvC,QAAQ,CAAC,oBAAoB,CAAC;;;;;;cAXlB,CAAC,WAAW,CAAC,KAAK,IAAI;;;aALtB,CAAC,WAAW,CAAC,KAAK,IAAI;;;;;;;4EA2DtD,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-menu-item.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/settings-menu-item/settings-menu-item.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"settings-menu-item.vue.d.ts","sourceRoot":"","sources":["../../../../shared/components/settings-menu-item/settings-menu-item.vue"],"names":[],"mappings":"AAAA,OAqIO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAGhC,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;CAC5C;AAoGD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC1G,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAChD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwBhD,QAAA,MAAM,eAAe;;;;;;;eApIP,OAAO;mBACH,OAAO,GAAG,OAAO,GAAG,MAAM;6EA2I1C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts
CHANGED
|
@@ -22,15 +22,15 @@ export interface Emits {
|
|
|
22
22
|
declare const _default: import("vue").DefineComponent<Props, {
|
|
23
23
|
title: string;
|
|
24
24
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
25
|
+
"parent:call": (args: IParentCallArgs) => any;
|
|
25
26
|
"close:blade": () => any;
|
|
26
27
|
"expand:blade": () => any;
|
|
27
28
|
"collapse:blade": () => any;
|
|
28
|
-
"parent:call": (args: IParentCallArgs) => any;
|
|
29
29
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
30
|
+
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
30
31
|
"onClose:blade"?: (() => any) | undefined;
|
|
31
32
|
"onExpand:blade"?: (() => any) | undefined;
|
|
32
33
|
"onCollapse:blade"?: (() => any) | undefined;
|
|
33
|
-
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
35
|
expanded: boolean;
|
|
36
36
|
closable: boolean;
|
|
@@ -120,15 +120,15 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
120
120
|
title: string | ComputedRef<string>;
|
|
121
121
|
updateActiveWidgetCount: typeof updateActiveWidgetCount;
|
|
122
122
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
123
|
+
"parent:call": (args: IParentCallArgs) => any;
|
|
123
124
|
"close:blade": () => any;
|
|
124
125
|
"expand:blade": () => any;
|
|
125
126
|
"collapse:blade": () => any;
|
|
126
|
-
"parent:call": (args: IParentCallArgs) => any;
|
|
127
127
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
128
|
+
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
128
129
|
"onClose:blade"?: (() => any) | undefined;
|
|
129
130
|
"onExpand:blade"?: (() => any) | undefined;
|
|
130
131
|
"onCollapse:blade"?: (() => any) | undefined;
|
|
131
|
-
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
132
132
|
}>, {
|
|
133
133
|
expanded: boolean;
|
|
134
134
|
closable: boolean;
|
|
@@ -57,16 +57,16 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
57
57
|
reload: () => Promise<void>;
|
|
58
58
|
title: ComputedRef<string>;
|
|
59
59
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
60
|
+
"parent:call": (args: IParentCallArgs) => any;
|
|
60
61
|
"close:blade": () => any;
|
|
61
62
|
"expand:blade": () => any;
|
|
62
63
|
"collapse:blade": () => any;
|
|
63
|
-
"parent:call": (args: IParentCallArgs) => any;
|
|
64
64
|
"close:children": () => any;
|
|
65
65
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
66
|
+
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
66
67
|
"onClose:blade"?: (() => any) | undefined;
|
|
67
68
|
"onExpand:blade"?: (() => any) | undefined;
|
|
68
69
|
"onCollapse:blade"?: (() => any) | undefined;
|
|
69
|
-
"onParent:call"?: ((args: IParentCallArgs) => any) | undefined;
|
|
70
70
|
"onClose:children"?: (() => any) | undefined;
|
|
71
71
|
}>, {
|
|
72
72
|
param: string | any;
|
|
@@ -6,8 +6,8 @@ type __VLS_Props = {
|
|
|
6
6
|
background: string;
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
background: string;
|
|
10
9
|
logo: string;
|
|
10
|
+
background: string;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
13
13
|
//# sourceMappingURL=Invite.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Invite.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/pages/InvitePage/components/invite/Invite.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;;
|
|
1
|
+
{"version":3,"file":"Invite.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/pages/InvitePage/components/invite/Invite.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;;UAFM,MAAM;gBACA,MAAM;;AAsWtB,wBAOG"}
|
package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts
CHANGED
|
@@ -6,8 +6,8 @@ type __VLS_Props = {
|
|
|
6
6
|
background: string;
|
|
7
7
|
};
|
|
8
8
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
-
background: string;
|
|
10
9
|
logo: string;
|
|
10
|
+
background: string;
|
|
11
11
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
13
13
|
//# sourceMappingURL=ResetPassword.vue.d.ts.map
|
package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetPassword.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;;
|
|
1
|
+
{"version":3,"file":"ResetPassword.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;;UAFM,MAAM;gBACA,MAAM;;AA8VtB,wBAOG"}
|