@oneclick.dev/cms-core-modules 0.0.41 → 0.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cms-core-modules.css +1 -1
- package/dist/index-C8S5uH3d.js +1 -0
- package/dist/{index-T3jqfug4.mjs → index-DgIB_CNA.mjs} +30 -30
- package/dist/index.cjs.js +323 -12
- package/dist/index.mjs +54977 -19483
- package/dist/src/appointments/components/create/StepNavigation.vue.d.ts +32 -0
- package/dist/src/appointments/components/create/regular/Step4.vue.d.ts +2 -0
- package/dist/src/appointments/components/edit/CustomerInformationFieldEditorDialog.vue.d.ts +12 -0
- package/dist/src/appointments/components/edit/EditLayout.vue.d.ts +17 -0
- package/dist/src/appointments/components/edit/EventDialog.vue.d.ts +4 -0
- package/dist/src/{custom/components/elements/text/Text.vue.d.ts → appointments/components/edit/EventTimeIndicator.vue.d.ts} +7 -9
- package/dist/src/appointments/components/edit/EventTimeline.vue.d.ts +32 -0
- package/dist/src/{custom/components/CustomDashboard.vue.d.ts → appointments/components/edit/EventView.vue.d.ts} +2 -2
- package/dist/src/appointments/components/edit/ExceptionDialog.vue.d.ts +24 -0
- package/dist/src/{custom/components/admin/Transformer.vue.d.ts → appointments/components/edit/RegularSlotEditor.vue.d.ts} +2 -2
- package/dist/src/appointments/config.d.ts +25 -0
- package/dist/src/appointments/index.d.ts +67 -0
- package/dist/src/{custom/components/elements/checkbox/Checkbox.vue.d.ts → appointments/index.vue.d.ts} +10 -16
- package/dist/src/appointments/metadata.d.ts +2 -0
- package/dist/src/appointments/pages/Overview.vue.d.ts +4 -0
- package/dist/src/{custom/components/AdminElementEditor.vue.d.ts → appointments/pages/create/regular.vue.d.ts} +3 -3
- package/dist/src/appointments/pages/edit/availability.vue.d.ts +27 -0
- package/dist/src/appointments/permissions.d.ts +5 -0
- package/dist/src/appointments/routes.d.ts +17 -0
- package/dist/src/appointments/tools.d.ts +25 -0
- package/dist/src/appointments/types.d.ts +42 -0
- package/dist/src/content-manager/components/components/ComponentDialog.vue.d.ts +12 -0
- package/dist/src/{custom/components/AdminToolbar.vue.d.ts → content-manager/components/components/ComponentGridItem.vue.d.ts} +7 -7
- package/dist/src/content-manager/components/content-editor/ContentLayout.vue.d.ts +41 -0
- package/dist/src/content-manager/components/content-editor/ContentSettings.vue.d.ts +24 -0
- package/dist/src/content-manager/components/content-editor/Header.vue.d.ts +64 -0
- package/dist/src/content-manager/components/content-editor/LivePreviewWrapper.vue.d.ts +53 -0
- package/dist/src/content-manager/components/content-editor/Locales.vue.d.ts +42 -0
- package/dist/src/content-manager/components/content-editor/NewSectionDialog.vue.d.ts +17 -0
- package/dist/src/{custom/components/elements/label/Label.vue.d.ts → content-manager/components/content-editor/SEO.vue.d.ts} +4 -4
- package/dist/src/content-manager/components/content-editor/SidebarSectionWrapper.vue.d.ts +29 -0
- package/dist/src/content-manager/components/content-editor/Status.vue.d.ts +2 -0
- package/dist/src/content-manager/components/content-editor/Versions.vue.d.ts +63 -0
- package/dist/src/content-manager/components/content-editor/code-examples.d.ts +4 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Button.d.ts +20 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Button.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Card.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Card.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Column.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Column.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Columns.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Columns.vue.d.ts +115 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/ComponentEditorNode.d.ts +24 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Container.d.ts +47 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Container.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Divider.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Divider.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/DragHandle.d.ts +76 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/EmptySpace.d.ts +18 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/EmptySpace.vue.d.ts +94 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Heading.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Heading.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Image.d.ts +15 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Image.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/LockBlocks.d.ts +8 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Map.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Map.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/NodeDragPointerEventsFix.d.ts +7 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/OnlyContainerDocument.d.ts +2 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Paragraph.d.ts +14 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Paragraph.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/TrailingNodeInContainers.d.ts +3 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Video.d.ts +15 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/Video.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/DetailsNodeView.vue.d.ts +92 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/content/details-content.d.ts +10 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/content/index.d.ts +3 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/details.d.ts +24 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/helpers/findClosestVisibleNode.d.ts +8 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/helpers/isNodeVisible.d.ts +2 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/helpers/setGapCursor.d.ts +2 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/index.d.ts +5 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/summary/details-summary.d.ts +10 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-details/summary/index.d.ts +3 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/drag-handle-plugin.d.ts +25 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/drag-handle.d.ts +50 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/cloneElement.d.ts +1 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/dragHandler.d.ts +2 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/findNextElementFromCursor.d.ts +17 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/getComputedStyle.d.ts +1 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/getInnerCoords.d.ts +5 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/getOuterNode.d.ts +3 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/minMax.d.ts +1 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/helpers/removeNode.d.ts +1 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/extension-drag-handle/index.d.ts +4 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/NodeLabel.vue.d.ts +108 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/ResizeHandlers.vue.d.ts +20 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/TopMarginDragger.vue.d.ts +94 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/useContainerFocus.d.ts +7 -0
- package/dist/src/content-manager/components/content-editor/tiptap-extensions/helpers/useFocus.d.ts +8 -0
- package/dist/src/{custom/components/admin/setting-views/new-element-view/DraggableElement.vue.d.ts → content-manager/components/content-editor/tiptap-menus/BubbleMenuToggleButton.vue.d.ts} +9 -9
- package/dist/src/content-manager/components/content-editor/tiptap-menus/DefaultBubbleMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/ElementEditorMenu.vue.d.ts +19 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/EmojiMenu.vue.d.ts +8 -0
- package/dist/src/{custom/components/elements/textfield/Textfield.vue.d.ts → content-manager/components/content-editor/tiptap-menus/NewNodeView.vue.d.ts} +16 -14
- package/dist/src/content-manager/components/content-editor/tiptap-menus/SlashMenu.vue.d.ts +6 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/SlashMenuButton.vue.d.ts +17 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ButtonMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ColumnMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ColumnsMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/EmptySpaceMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/HeadingMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/ImageMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/MapMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/TextMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/VideoMenu.vue.d.ts +13 -0
- package/dist/src/content-manager/components/content-editor/tiptap-menus/element-editor-views/index.d.ts +128 -0
- package/dist/src/content-manager/components/overview/CollectionDialog.vue.d.ts +30 -0
- package/dist/src/content-manager/components/overview/CollectionsGridView.vue.d.ts +18 -0
- package/dist/src/content-manager/components/overview/ContentEntryContextMenu.vue.d.ts +27 -0
- package/dist/src/content-manager/components/overview/FilterPopover.vue.d.ts +2 -0
- package/dist/src/{custom/components/AdminToolbarView.vue.d.ts → content-manager/components/overview/ListView.vue.d.ts} +6 -4
- package/dist/src/content-manager/components/styling/ButtonStyleDialog.vue.d.ts +24 -0
- package/dist/src/content-manager/components/styling/SectionStyleDialog.vue.d.ts +24 -0
- package/dist/src/content-manager/config.d.ts +87 -0
- package/dist/src/content-manager/index.d.ts +250 -0
- package/dist/src/content-manager/index.vue.d.ts +22 -0
- package/dist/src/content-manager/metadata.d.ts +2 -0
- package/dist/src/content-manager/pages/Components.vue.d.ts +27 -0
- package/dist/src/content-manager/pages/ContentEditor.vue.d.ts +14 -0
- package/dist/src/content-manager/pages/Entries.vue.d.ts +16 -0
- package/dist/src/content-manager/pages/GlobalStyling.vue.d.ts +79 -0
- package/dist/src/content-manager/pages/Overview.vue.d.ts +57 -0
- package/dist/src/content-manager/permissions.d.ts +5 -0
- package/dist/src/content-manager/routes.d.ts +138 -0
- package/dist/src/content-manager/stores/useTableStore.d.ts +5 -0
- package/dist/src/content-manager/tools.d.ts +1 -0
- package/dist/src/content-manager/types.d.ts +0 -0
- package/dist/src/custom/config.d.ts +13 -2
- package/dist/src/custom/index.d.ts +14 -31
- package/dist/src/custom/index.vue.d.ts +1 -21
- package/dist/src/custom/metadata.d.ts +1 -1
- package/dist/src/custom/pages/View.vue.d.ts +1 -13
- package/dist/src/custom/routes.d.ts +1 -11
- package/dist/src/index.d.ts +9 -5
- package/dist/src/lib/languages.d.ts +7 -0
- package/dist/src/mail-templates/config.d.ts +25 -0
- package/dist/src/mail-templates/index.d.ts +65 -0
- package/dist/src/mail-templates/index.vue.d.ts +22 -0
- package/dist/src/mail-templates/metadata.d.ts +2 -0
- package/dist/src/mail-templates/pages/Detail.vue.d.ts +14 -0
- package/dist/src/mail-templates/pages/Overview.vue.d.ts +14 -0
- package/dist/src/mail-templates/permissions.d.ts +5 -0
- package/dist/src/mail-templates/routes.d.ts +15 -0
- package/dist/src/mail-templates/stores/useTableStore.d.ts +5 -0
- package/dist/src/mail-templates/tools.d.ts +25 -0
- package/dist/src/mail-templates/types.d.ts +21 -0
- package/dist/src/product-collections/config.d.ts +23 -2
- package/dist/src/product-collections/index.d.ts +23 -1
- package/dist/src/products/components/detail/NewSection.vue.d.ts +2 -0
- package/dist/src/products/config.d.ts +34 -3
- package/dist/src/products/index.d.ts +34 -2
- package/dist/src/promo-codes/config.d.ts +13 -2
- package/dist/src/promo-codes/index.d.ts +13 -1
- package/dist/src/shared/BrandLogo.vue.d.ts +12 -0
- package/dist/src/shared/DrawerToggle.vue.d.ts +60 -0
- package/dist/src/shared/VerticalToggle.vue.d.ts +60 -0
- package/dist/src/shipping-options/components/detail/Condition.vue.d.ts +2 -0
- package/dist/src/shipping-options/components/detail/Countries.vue.d.ts +2 -0
- package/dist/src/shipping-options/components/detail/Example.vue.d.ts +2 -0
- package/dist/src/shipping-options/components/detail/Main.vue.d.ts +2 -0
- package/dist/src/shipping-options/components/overview/ListView.vue.d.ts +12 -0
- package/dist/src/shipping-options/config.d.ts +25 -0
- package/dist/src/shipping-options/index.d.ts +65 -0
- package/dist/src/shipping-options/index.vue.d.ts +22 -0
- package/dist/src/shipping-options/metadata.d.ts +2 -0
- package/dist/src/shipping-options/pages/Detail.vue.d.ts +14 -0
- package/dist/src/shipping-options/pages/Overview.vue.d.ts +16 -0
- package/dist/src/shipping-options/permissions.d.ts +5 -0
- package/dist/src/shipping-options/routes.d.ts +15 -0
- package/dist/src/shipping-options/stores/useTableStore.d.ts +5 -0
- package/dist/src/shipping-options/tools.d.ts +1 -0
- package/dist/src/shipping-options/types.d.ts +21 -0
- package/dist/src/table/config.d.ts +42 -2
- package/dist/src/table/index.d.ts +44 -7
- package/dist/src/table/metadata.d.ts +1 -1
- package/dist/src/table/permissions.d.ts +1 -5
- package/dist/src/types/index.d.ts +0 -65
- package/package.json +34 -4
- package/dist/index-DEgppVnR.js +0 -1
- package/dist/src/custom/components/admin/element-setting-views/index.d.ts +0 -11
- package/dist/src/custom/components/admin/setting-views/HistoryView.vue.d.ts +0 -2
- package/dist/src/custom/components/admin/setting-views/variables-view/ApiActionVariables.vue.d.ts +0 -2
- package/dist/src/custom/components/admin/setting-views/variables-view/RouteQueryParams.vue.d.ts +0 -2
- package/dist/src/custom/components/admin/setting-views/variables-view/Transformers.vue.d.ts +0 -2
- package/dist/src/custom/components/admin/setting-views/variables-view/Variables.vue.d.ts +0 -2
- package/dist/src/custom/components/elements/button/Button.vue.d.ts +0 -40
- package/dist/src/custom/components/elements/button/index.d.ts +0 -1
- package/dist/src/custom/components/elements/checkbox/index.d.ts +0 -1
- package/dist/src/custom/components/elements/file/File.vue.d.ts +0 -2
- package/dist/src/custom/components/elements/file/index.d.ts +0 -1
- package/dist/src/custom/components/elements/images/Images.vue.d.ts +0 -2
- package/dist/src/custom/components/elements/images/index.d.ts +0 -1
- package/dist/src/custom/components/elements/items/Items.vue.d.ts +0 -2
- package/dist/src/custom/components/elements/items/index.d.ts +0 -1
- package/dist/src/custom/components/elements/label/index.d.ts +0 -1
- package/dist/src/custom/components/elements/location/Location.vue.d.ts +0 -2
- package/dist/src/custom/components/elements/location/index.d.ts +0 -1
- package/dist/src/custom/components/elements/radios/Radios.vue.d.ts +0 -44
- package/dist/src/custom/components/elements/radios/index.d.ts +0 -1
- package/dist/src/custom/components/elements/richtext/RichText.vue.d.ts +0 -2
- package/dist/src/custom/components/elements/richtext/index.d.ts +0 -1
- package/dist/src/custom/components/elements/select/Select.vue.d.ts +0 -44
- package/dist/src/custom/components/elements/select/index.d.ts +0 -1
- package/dist/src/custom/components/elements/text/index.d.ts +0 -1
- package/dist/src/custom/components/elements/textarea/Textarea.vue.d.ts +0 -31
- package/dist/src/custom/components/elements/textarea/index.d.ts +0 -1
- package/dist/src/custom/components/elements/textfield/index.d.ts +0 -1
- /package/dist/src/{custom/components/admin/setting-views/ApiActionsView.vue.d.ts → appointments/components/create/regular/Step1.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/setting-views/NewElementView.vue.d.ts → appointments/components/create/regular/Step2.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/setting-views/VariablesView.vue.d.ts → appointments/components/create/regular/Step3.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Button.vue.d.ts → appointments/components/edit/Event24hSidebar.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Checkbox.vue.d.ts → appointments/pages/create/index.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Label.vue.d.ts → appointments/pages/edit/agenda.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Radios.vue.d.ts → appointments/pages/edit/index.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Select.vue.d.ts → appointments/pages/edit/payment.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Text.vue.d.ts → appointments/pages/edit/regular-slots.vue.d.ts} +0 -0
- /package/dist/src/{custom → appointments}/stores/useTableStore.d.ts +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Textarea.vue.d.ts → content-manager/components/content-editor/ApiDocs.vue.d.ts} +0 -0
- /package/dist/src/{custom/components/admin/element-setting-views/Textfield.vue.d.ts → mail-templates/components/TemplateList.vue.d.ts} +0 -0
- /package/dist/src/{custom → shipping-options}/composables/useTable.d.ts +0 -0
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
config: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
routes: {
|
|
8
|
+
type: import('vue').PropType<ModuleRoute[]>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
config: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
routes: {
|
|
17
|
+
type: import('vue').PropType<ModuleRoute[]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
21
|
+
metadata: ModuleMetadata;
|
|
22
|
+
config: {
|
|
23
|
+
readonly project: {
|
|
24
|
+
readonly label: "Database";
|
|
25
|
+
readonly type: "resource";
|
|
26
|
+
readonly accept: ["FIREBASE"];
|
|
27
|
+
};
|
|
28
|
+
readonly domain: {
|
|
29
|
+
readonly label: "Domain";
|
|
30
|
+
readonly type: "input";
|
|
31
|
+
readonly default: "https://domain.com";
|
|
32
|
+
};
|
|
33
|
+
readonly collectionsCollection: {
|
|
34
|
+
readonly label: "Collections Collection";
|
|
35
|
+
readonly type: "input";
|
|
36
|
+
readonly default: "content_collections";
|
|
37
|
+
};
|
|
38
|
+
readonly contentCollection: {
|
|
39
|
+
readonly label: "Content Collection";
|
|
40
|
+
readonly type: "input";
|
|
41
|
+
readonly default: "content";
|
|
42
|
+
};
|
|
43
|
+
readonly allowedMediaSources: {
|
|
44
|
+
readonly label: "Allowed Media Sources";
|
|
45
|
+
readonly type: "mediaSource";
|
|
46
|
+
readonly multiple: true;
|
|
47
|
+
};
|
|
48
|
+
readonly defaultUploadMediaSource: {
|
|
49
|
+
readonly label: "Default Upload Media Source";
|
|
50
|
+
readonly type: "mediaSource";
|
|
51
|
+
readonly multiple: false;
|
|
52
|
+
};
|
|
53
|
+
readonly supportedLanguages: {
|
|
54
|
+
readonly label: "Supported Languages";
|
|
55
|
+
readonly type: "select";
|
|
56
|
+
readonly predefinedOptions: "languages";
|
|
57
|
+
readonly multiple: true;
|
|
58
|
+
};
|
|
59
|
+
readonly defaultLanguage: {
|
|
60
|
+
readonly label: "Default Language";
|
|
61
|
+
readonly type: "select";
|
|
62
|
+
readonly predefinedOptions: "languages";
|
|
63
|
+
};
|
|
64
|
+
} & {
|
|
65
|
+
readonly project: {
|
|
66
|
+
readonly label: "Database";
|
|
67
|
+
readonly type: "resource";
|
|
68
|
+
readonly accept: ["FIREBASE"];
|
|
69
|
+
};
|
|
70
|
+
readonly domain: {
|
|
71
|
+
readonly label: "Domain";
|
|
72
|
+
readonly type: "input";
|
|
73
|
+
readonly default: "https://domain.com";
|
|
74
|
+
};
|
|
75
|
+
readonly collectionsCollection: {
|
|
76
|
+
readonly label: "Collections Collection";
|
|
77
|
+
readonly type: "input";
|
|
78
|
+
readonly default: "content_collections";
|
|
79
|
+
};
|
|
80
|
+
readonly contentCollection: {
|
|
81
|
+
readonly label: "Content Collection";
|
|
82
|
+
readonly type: "input";
|
|
83
|
+
readonly default: "content";
|
|
84
|
+
};
|
|
85
|
+
readonly allowedMediaSources: {
|
|
86
|
+
readonly label: "Allowed Media Sources";
|
|
87
|
+
readonly type: "mediaSource";
|
|
88
|
+
readonly multiple: true;
|
|
89
|
+
};
|
|
90
|
+
readonly defaultUploadMediaSource: {
|
|
91
|
+
readonly label: "Default Upload Media Source";
|
|
92
|
+
readonly type: "mediaSource";
|
|
93
|
+
readonly multiple: false;
|
|
94
|
+
};
|
|
95
|
+
readonly supportedLanguages: {
|
|
96
|
+
readonly label: "Supported Languages";
|
|
97
|
+
readonly type: "select";
|
|
98
|
+
readonly predefinedOptions: "languages";
|
|
99
|
+
readonly multiple: true;
|
|
100
|
+
};
|
|
101
|
+
readonly defaultLanguage: {
|
|
102
|
+
readonly label: "Default Language";
|
|
103
|
+
readonly type: "select";
|
|
104
|
+
readonly predefinedOptions: "languages";
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
routes: ({
|
|
108
|
+
path: string;
|
|
109
|
+
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
110
|
+
config: {
|
|
111
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
112
|
+
required: true;
|
|
113
|
+
};
|
|
114
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
|
+
config: {
|
|
116
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
117
|
+
required: true;
|
|
118
|
+
};
|
|
119
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
120
|
+
container: HTMLDivElement;
|
|
121
|
+
}, any>;
|
|
122
|
+
} | {
|
|
123
|
+
path: string;
|
|
124
|
+
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
125
|
+
config: {
|
|
126
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
127
|
+
required: true;
|
|
128
|
+
};
|
|
129
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
130
|
+
config: {
|
|
131
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
132
|
+
required: true;
|
|
133
|
+
};
|
|
134
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
135
|
+
} | {
|
|
136
|
+
path: string;
|
|
137
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
138
|
+
componentDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
139
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
140
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
141
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
142
|
+
}>, {
|
|
143
|
+
openDialog: (component?: any) => void;
|
|
144
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
145
|
+
delete: (...args: any[]) => void;
|
|
146
|
+
add: (...args: any[]) => void;
|
|
147
|
+
edit: (...args: any[]) => void;
|
|
148
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
149
|
+
P: {};
|
|
150
|
+
B: {};
|
|
151
|
+
D: {};
|
|
152
|
+
C: {};
|
|
153
|
+
M: {};
|
|
154
|
+
Defaults: {};
|
|
155
|
+
}, Readonly<{}> & Readonly<{
|
|
156
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
157
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
159
|
+
}>, {
|
|
160
|
+
openDialog: (component?: any) => void;
|
|
161
|
+
}, {}, {}, {}, {}> | null;
|
|
162
|
+
}, any>;
|
|
163
|
+
} | {
|
|
164
|
+
path: string;
|
|
165
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
166
|
+
sectionStyleDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
167
|
+
buttons: {
|
|
168
|
+
type: () => any[];
|
|
169
|
+
default: () => never[];
|
|
170
|
+
};
|
|
171
|
+
}>> & Readonly<{
|
|
172
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
173
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
175
|
+
}>, {
|
|
176
|
+
openDialog: (theme?: any) => void;
|
|
177
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
178
|
+
delete: (...args: any[]) => void;
|
|
179
|
+
add: (...args: any[]) => void;
|
|
180
|
+
edit: (...args: any[]) => void;
|
|
181
|
+
}, import('vue').PublicProps, {
|
|
182
|
+
buttons: any[];
|
|
183
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
184
|
+
P: {};
|
|
185
|
+
B: {};
|
|
186
|
+
D: {};
|
|
187
|
+
C: {};
|
|
188
|
+
M: {};
|
|
189
|
+
Defaults: {};
|
|
190
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
191
|
+
buttons: {
|
|
192
|
+
type: () => any[];
|
|
193
|
+
default: () => never[];
|
|
194
|
+
};
|
|
195
|
+
}>> & Readonly<{
|
|
196
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
197
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
198
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
199
|
+
}>, {
|
|
200
|
+
openDialog: (theme?: any) => void;
|
|
201
|
+
}, {}, {}, {}, {
|
|
202
|
+
buttons: any[];
|
|
203
|
+
}> | null;
|
|
204
|
+
buttonStyleDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
205
|
+
buttons: {
|
|
206
|
+
type: () => any[];
|
|
207
|
+
default: () => never[];
|
|
208
|
+
};
|
|
209
|
+
}>> & Readonly<{
|
|
210
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
211
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
212
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
213
|
+
}>, {
|
|
214
|
+
openDialog: (theme?: any) => void;
|
|
215
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
216
|
+
delete: (...args: any[]) => void;
|
|
217
|
+
add: (...args: any[]) => void;
|
|
218
|
+
edit: (...args: any[]) => void;
|
|
219
|
+
}, import('vue').PublicProps, {
|
|
220
|
+
buttons: any[];
|
|
221
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
222
|
+
P: {};
|
|
223
|
+
B: {};
|
|
224
|
+
D: {};
|
|
225
|
+
C: {};
|
|
226
|
+
M: {};
|
|
227
|
+
Defaults: {};
|
|
228
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
229
|
+
buttons: {
|
|
230
|
+
type: () => any[];
|
|
231
|
+
default: () => never[];
|
|
232
|
+
};
|
|
233
|
+
}>> & Readonly<{
|
|
234
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
235
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
236
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
237
|
+
}>, {
|
|
238
|
+
openDialog: (theme?: any) => void;
|
|
239
|
+
}, {}, {}, {}, {
|
|
240
|
+
buttons: any[];
|
|
241
|
+
}> | null;
|
|
242
|
+
}, any>;
|
|
243
|
+
})[];
|
|
244
|
+
permissions: {
|
|
245
|
+
key: string;
|
|
246
|
+
name: string;
|
|
247
|
+
description: string;
|
|
248
|
+
}[];
|
|
249
|
+
};
|
|
250
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ModuleRoute } from '~/types';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
config: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
routes: {
|
|
9
|
+
type: PropType<ModuleRoute[]>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
config: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
routes: {
|
|
18
|
+
type: PropType<ModuleRoute[]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
componentDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
3
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
4
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
openDialog: (component?: any) => void;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
delete: (...args: any[]) => void;
|
|
10
|
+
add: (...args: any[]) => void;
|
|
11
|
+
edit: (...args: any[]) => void;
|
|
12
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
13
|
+
P: {};
|
|
14
|
+
B: {};
|
|
15
|
+
D: {};
|
|
16
|
+
C: {};
|
|
17
|
+
M: {};
|
|
18
|
+
Defaults: {};
|
|
19
|
+
}, Readonly<{}> & Readonly<{
|
|
20
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
openDialog: (component?: any) => void;
|
|
25
|
+
}, {}, {}, {}, {}> | null;
|
|
26
|
+
}, any>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ConfigValues } from '../config';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
config: {
|
|
5
|
+
type: PropType<ConfigValues>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
config: {
|
|
10
|
+
type: PropType<ConfigValues>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ConfigValues } from '../config';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
config: {
|
|
5
|
+
type: PropType<ConfigValues>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
config: {
|
|
10
|
+
type: PropType<ConfigValues>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
|
+
container: HTMLDivElement;
|
|
15
|
+
}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
sectionStyleDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
buttons: {
|
|
4
|
+
type: () => any[];
|
|
5
|
+
default: () => never[];
|
|
6
|
+
};
|
|
7
|
+
}>> & Readonly<{
|
|
8
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
openDialog: (theme?: any) => void;
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
delete: (...args: any[]) => void;
|
|
15
|
+
add: (...args: any[]) => void;
|
|
16
|
+
edit: (...args: any[]) => void;
|
|
17
|
+
}, import('vue').PublicProps, {
|
|
18
|
+
buttons: any[];
|
|
19
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
20
|
+
P: {};
|
|
21
|
+
B: {};
|
|
22
|
+
D: {};
|
|
23
|
+
C: {};
|
|
24
|
+
M: {};
|
|
25
|
+
Defaults: {};
|
|
26
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
buttons: {
|
|
28
|
+
type: () => any[];
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}>, {
|
|
36
|
+
openDialog: (theme?: any) => void;
|
|
37
|
+
}, {}, {}, {}, {
|
|
38
|
+
buttons: any[];
|
|
39
|
+
}> | null;
|
|
40
|
+
buttonStyleDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
+
buttons: {
|
|
42
|
+
type: () => any[];
|
|
43
|
+
default: () => never[];
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{
|
|
46
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
}>, {
|
|
50
|
+
openDialog: (theme?: any) => void;
|
|
51
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
52
|
+
delete: (...args: any[]) => void;
|
|
53
|
+
add: (...args: any[]) => void;
|
|
54
|
+
edit: (...args: any[]) => void;
|
|
55
|
+
}, import('vue').PublicProps, {
|
|
56
|
+
buttons: any[];
|
|
57
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
58
|
+
P: {};
|
|
59
|
+
B: {};
|
|
60
|
+
D: {};
|
|
61
|
+
C: {};
|
|
62
|
+
M: {};
|
|
63
|
+
Defaults: {};
|
|
64
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
65
|
+
buttons: {
|
|
66
|
+
type: () => any[];
|
|
67
|
+
default: () => never[];
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{
|
|
70
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
}>, {
|
|
74
|
+
openDialog: (theme?: any) => void;
|
|
75
|
+
}, {}, {}, {}, {
|
|
76
|
+
buttons: any[];
|
|
77
|
+
}> | null;
|
|
78
|
+
}, any>;
|
|
79
|
+
export default _default;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ConfigValues } from '../config';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
config: {
|
|
5
|
+
type: PropType<ConfigValues>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
config: {
|
|
10
|
+
type: PropType<ConfigValues>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
|
+
collectionModal: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
+
config: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
components: {
|
|
20
|
+
type: () => any[];
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{
|
|
24
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
openDialog: (collection?: any) => void;
|
|
29
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
delete: (...args: any[]) => void;
|
|
31
|
+
add: (...args: any[]) => void;
|
|
32
|
+
edit: (...args: any[]) => void;
|
|
33
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
34
|
+
P: {};
|
|
35
|
+
B: {};
|
|
36
|
+
D: {};
|
|
37
|
+
C: {};
|
|
38
|
+
M: {};
|
|
39
|
+
Defaults: {};
|
|
40
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
+
config: {
|
|
42
|
+
type: ObjectConstructor;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
components: {
|
|
46
|
+
type: () => any[];
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{
|
|
50
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
}>, {
|
|
54
|
+
openDialog: (collection?: any) => void;
|
|
55
|
+
}, {}, {}, {}, {}> | null;
|
|
56
|
+
}, HTMLDivElement>;
|
|
57
|
+
export default _default;
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
declare const _default: ({
|
|
2
|
+
path: string;
|
|
3
|
+
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
config: {
|
|
5
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
config: {
|
|
10
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
14
|
+
container: HTMLDivElement;
|
|
15
|
+
}, any>;
|
|
16
|
+
} | {
|
|
17
|
+
path: string;
|
|
18
|
+
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
|
+
config: {
|
|
20
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
|
+
config: {
|
|
25
|
+
type: import('vue').PropType<import('./config').ConfigValues>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
29
|
+
} | {
|
|
30
|
+
path: string;
|
|
31
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
32
|
+
componentDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
33
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
openDialog: (component?: any) => void;
|
|
38
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
39
|
+
delete: (...args: any[]) => void;
|
|
40
|
+
add: (...args: any[]) => void;
|
|
41
|
+
edit: (...args: any[]) => void;
|
|
42
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
43
|
+
P: {};
|
|
44
|
+
B: {};
|
|
45
|
+
D: {};
|
|
46
|
+
C: {};
|
|
47
|
+
M: {};
|
|
48
|
+
Defaults: {};
|
|
49
|
+
}, Readonly<{}> & Readonly<{
|
|
50
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
}>, {
|
|
54
|
+
openDialog: (component?: any) => void;
|
|
55
|
+
}, {}, {}, {}, {}> | null;
|
|
56
|
+
}, any>;
|
|
57
|
+
} | {
|
|
58
|
+
path: string;
|
|
59
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
60
|
+
sectionStyleDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
61
|
+
buttons: {
|
|
62
|
+
type: () => any[];
|
|
63
|
+
default: () => never[];
|
|
64
|
+
};
|
|
65
|
+
}>> & Readonly<{
|
|
66
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
68
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
}>, {
|
|
70
|
+
openDialog: (theme?: any) => void;
|
|
71
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
72
|
+
delete: (...args: any[]) => void;
|
|
73
|
+
add: (...args: any[]) => void;
|
|
74
|
+
edit: (...args: any[]) => void;
|
|
75
|
+
}, import('vue').PublicProps, {
|
|
76
|
+
buttons: any[];
|
|
77
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
78
|
+
P: {};
|
|
79
|
+
B: {};
|
|
80
|
+
D: {};
|
|
81
|
+
C: {};
|
|
82
|
+
M: {};
|
|
83
|
+
Defaults: {};
|
|
84
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
85
|
+
buttons: {
|
|
86
|
+
type: () => any[];
|
|
87
|
+
default: () => never[];
|
|
88
|
+
};
|
|
89
|
+
}>> & Readonly<{
|
|
90
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
93
|
+
}>, {
|
|
94
|
+
openDialog: (theme?: any) => void;
|
|
95
|
+
}, {}, {}, {}, {
|
|
96
|
+
buttons: any[];
|
|
97
|
+
}> | null;
|
|
98
|
+
buttonStyleDialog: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
99
|
+
buttons: {
|
|
100
|
+
type: () => any[];
|
|
101
|
+
default: () => never[];
|
|
102
|
+
};
|
|
103
|
+
}>> & Readonly<{
|
|
104
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
105
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
}>, {
|
|
108
|
+
openDialog: (theme?: any) => void;
|
|
109
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
110
|
+
delete: (...args: any[]) => void;
|
|
111
|
+
add: (...args: any[]) => void;
|
|
112
|
+
edit: (...args: any[]) => void;
|
|
113
|
+
}, import('vue').PublicProps, {
|
|
114
|
+
buttons: any[];
|
|
115
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
116
|
+
P: {};
|
|
117
|
+
B: {};
|
|
118
|
+
D: {};
|
|
119
|
+
C: {};
|
|
120
|
+
M: {};
|
|
121
|
+
Defaults: {};
|
|
122
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
123
|
+
buttons: {
|
|
124
|
+
type: () => any[];
|
|
125
|
+
default: () => never[];
|
|
126
|
+
};
|
|
127
|
+
}>> & Readonly<{
|
|
128
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
129
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
}>, {
|
|
132
|
+
openDialog: (theme?: any) => void;
|
|
133
|
+
}, {}, {}, {}, {
|
|
134
|
+
buttons: any[];
|
|
135
|
+
}> | null;
|
|
136
|
+
}, any>;
|
|
137
|
+
})[];
|
|
138
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const tools: {};
|
|
File without changes
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const config:
|
|
1
|
+
import { ResolveConfig } from '@oneclick.dev/cms-kit';
|
|
2
|
+
export declare const config: {
|
|
3
|
+
readonly formLayout: {
|
|
4
|
+
readonly label: "Design View";
|
|
5
|
+
readonly type: "form";
|
|
6
|
+
};
|
|
7
|
+
} & {
|
|
8
|
+
readonly formLayout: {
|
|
9
|
+
readonly label: "Design View";
|
|
10
|
+
readonly type: "form";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export type ConfigValues = ResolveConfig<typeof config>;
|