@oneclick.dev/cms-core-modules 0.0.41 → 0.0.43
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/appointments/components/edit/EventTimeIndicator.vue.d.ts +12 -0
- 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} +4 -4
- package/dist/src/appointments/config.d.ts +25 -0
- package/dist/src/appointments/index.d.ts +67 -0
- package/dist/src/appointments/index.vue.d.ts +22 -0
- 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/content-manager/components/components/ComponentGridItem.vue.d.ts +16 -0
- 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} +6 -6
- 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} +11 -11
- 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/content-manager/components/content-editor/tiptap-menus/NewNodeView.vue.d.ts +33 -0
- 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/content-manager/components/overview/ListView.vue.d.ts +12 -0
- 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/components/overview/ListView.vue.d.ts +2 -2
- package/dist/src/product-collections/composables/useTable.d.ts +1 -1
- package/dist/src/product-collections/config.d.ts +23 -2
- package/dist/src/product-collections/index.d.ts +31 -9
- package/dist/src/product-collections/index.vue.d.ts +2 -2
- package/dist/src/product-collections/pages/Detail.vue.d.ts +2 -2
- package/dist/src/product-collections/pages/Overview.vue.d.ts +2 -2
- package/dist/src/product-collections/routes.d.ts +4 -4
- package/dist/src/products/components/detail/Collections.vue.d.ts +2 -2
- package/dist/src/products/components/detail/NewSection.vue.d.ts +2 -0
- package/dist/src/products/components/detail/variants/Option.vue.d.ts +3 -3
- package/dist/src/products/components/detail/variants/VariantList.vue.d.ts +2 -2
- package/dist/src/products/components/overview/GridView.vue.d.ts +2 -2
- package/dist/src/products/components/overview/ListView.vue.d.ts +2 -2
- package/dist/src/products/composables/useTable.d.ts +1 -1
- package/dist/src/products/config.d.ts +34 -3
- package/dist/src/products/index.d.ts +42 -10
- package/dist/src/products/index.vue.d.ts +2 -2
- package/dist/src/products/pages/Detail.vue.d.ts +2 -2
- package/dist/src/products/pages/Overview.vue.d.ts +2 -2
- package/dist/src/products/routes.d.ts +4 -4
- package/dist/src/promo-codes/config.d.ts +13 -2
- package/dist/src/promo-codes/index.d.ts +21 -9
- package/dist/src/promo-codes/index.vue.d.ts +2 -2
- package/dist/src/promo-codes/pages/Create.vue.d.ts +2 -2
- package/dist/src/promo-codes/pages/Detail.vue.d.ts +2 -2
- package/dist/src/promo-codes/pages/Find.vue.d.ts +2 -2
- package/dist/src/promo-codes/routes.d.ts +4 -4
- 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/composables/useTable.d.ts +3 -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/components/columns/ColumnEditorDialog.vue.d.ts +2 -2
- package/dist/src/table/components/columns/DialogTableColumnItem.vue.d.ts +2 -2
- package/dist/src/table/components/date-range-filter/DateRangeSettingsDialog.vue.d.ts +2 -2
- package/dist/src/table/components/sort/SortModeSettingsDialog.vue.d.ts +2 -2
- package/dist/src/table/composables/useTable.d.ts +1 -1
- package/dist/src/table/config.d.ts +42 -2
- package/dist/src/table/index.d.ts +52 -15
- package/dist/src/table/index.vue.d.ts +2 -2
- package/dist/src/table/metadata.d.ts +1 -1
- package/dist/src/table/pages/TableView.vue.d.ts +2 -2
- package/dist/src/table/permissions.d.ts +1 -5
- package/dist/src/table/routes.d.ts +4 -4
- 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/AdminToolbar.vue.d.ts +0 -16
- package/dist/src/custom/components/AdminToolbarView.vue.d.ts +0 -10
- 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/Checkbox.vue.d.ts +0 -28
- 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/Text.vue.d.ts +0 -14
- 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/Textfield.vue.d.ts +0 -31
- package/dist/src/custom/components/elements/textfield/index.d.ts +0 -1
- package/dist/src/custom/composables/useTable.d.ts +0 -3
- /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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ResolveConfig } from '@oneclick.dev/cms-kit';
|
|
2
2
|
export declare const config: {
|
|
3
3
|
readonly project: {
|
|
4
4
|
readonly label: "Project";
|
|
@@ -20,5 +20,26 @@ export declare const config: {
|
|
|
20
20
|
readonly type: "mediaSource";
|
|
21
21
|
readonly multiple: false;
|
|
22
22
|
};
|
|
23
|
+
} & {
|
|
24
|
+
readonly project: {
|
|
25
|
+
readonly label: "Project";
|
|
26
|
+
readonly type: "resource";
|
|
27
|
+
readonly accept: ["FIREBASE"];
|
|
28
|
+
};
|
|
29
|
+
readonly collectionsCollection: {
|
|
30
|
+
readonly label: "Collections Collection";
|
|
31
|
+
readonly type: "input";
|
|
32
|
+
readonly default: "public/e-commerce:collections";
|
|
33
|
+
};
|
|
34
|
+
readonly allowedMediaSources: {
|
|
35
|
+
readonly label: "Allowed Media Sources";
|
|
36
|
+
readonly type: "mediaSource";
|
|
37
|
+
readonly multiple: true;
|
|
38
|
+
};
|
|
39
|
+
readonly defaultUploadMediaSource: {
|
|
40
|
+
readonly label: "Default Upload Media Source";
|
|
41
|
+
readonly type: "mediaSource";
|
|
42
|
+
readonly multiple: false;
|
|
43
|
+
};
|
|
23
44
|
};
|
|
24
|
-
export type ConfigValues =
|
|
45
|
+
export type ConfigValues = ResolveConfig<typeof config>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
component: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: {
|
|
2
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
config: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
routes: {
|
|
8
|
-
type:
|
|
8
|
+
type: PropType<ModuleRoute[]>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
config: {
|
|
13
13
|
type: ObjectConstructor;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
routes: {
|
|
17
|
-
type:
|
|
17
|
+
type: PropType<ModuleRoute[]>;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -40,17 +40,38 @@ export declare const productCollections: {
|
|
|
40
40
|
readonly type: "mediaSource";
|
|
41
41
|
readonly multiple: false;
|
|
42
42
|
};
|
|
43
|
+
} & {
|
|
44
|
+
readonly project: {
|
|
45
|
+
readonly label: "Project";
|
|
46
|
+
readonly type: "resource";
|
|
47
|
+
readonly accept: ["FIREBASE"];
|
|
48
|
+
};
|
|
49
|
+
readonly collectionsCollection: {
|
|
50
|
+
readonly label: "Collections Collection";
|
|
51
|
+
readonly type: "input";
|
|
52
|
+
readonly default: "public/e-commerce:collections";
|
|
53
|
+
};
|
|
54
|
+
readonly allowedMediaSources: {
|
|
55
|
+
readonly label: "Allowed Media Sources";
|
|
56
|
+
readonly type: "mediaSource";
|
|
57
|
+
readonly multiple: true;
|
|
58
|
+
};
|
|
59
|
+
readonly defaultUploadMediaSource: {
|
|
60
|
+
readonly label: "Default Upload Media Source";
|
|
61
|
+
readonly type: "mediaSource";
|
|
62
|
+
readonly multiple: false;
|
|
63
|
+
};
|
|
43
64
|
};
|
|
44
65
|
routes: {
|
|
45
66
|
path: string;
|
|
46
|
-
component: import('vue').DefineComponent<
|
|
67
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
47
68
|
config: {
|
|
48
|
-
type:
|
|
69
|
+
type: PropType<import('./config').ConfigValues>;
|
|
49
70
|
required: true;
|
|
50
71
|
};
|
|
51
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
72
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
52
73
|
config: {
|
|
53
|
-
type:
|
|
74
|
+
type: PropType<import('./config').ConfigValues>;
|
|
54
75
|
required: true;
|
|
55
76
|
};
|
|
56
77
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -61,3 +82,4 @@ export declare const productCollections: {
|
|
|
61
82
|
description: string;
|
|
62
83
|
}[];
|
|
63
84
|
};
|
|
85
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ModuleRoute } from '~/types';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: ObjectConstructor;
|
|
6
6
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
type: PropType<ModuleRoute[]>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
13
|
config: {
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ConfigValues } from '../config';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ConfigValues } from '../config';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
path: string;
|
|
3
|
-
component: import('vue').DefineComponent<
|
|
3
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
|
-
type:
|
|
5
|
+
type: PropType<import('./config').ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
|
-
type:
|
|
10
|
+
type: PropType<import('./config').ConfigValues>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ConfigValues } from '../../config';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -9,17 +9,17 @@ interface Option {
|
|
|
9
9
|
values: OptionValue[];
|
|
10
10
|
nameError?: string;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import('vue').DefineComponent<
|
|
12
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
13
13
|
option: {
|
|
14
14
|
type: () => Option;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
}>, {
|
|
18
|
-
minified:
|
|
18
|
+
minified: globalThis.Ref<boolean, boolean>;
|
|
19
19
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
20
|
"update:option": (...args: any[]) => void;
|
|
21
21
|
remove: (...args: any[]) => void;
|
|
22
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
23
23
|
option: {
|
|
24
24
|
type: () => Option;
|
|
25
25
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function refreshVariants(): void;
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
options: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
required: true;
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
refreshVariants: typeof refreshVariants;
|
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
19
|
"update:modelValue": (...args: any[]) => void;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
21
21
|
options: {
|
|
22
22
|
type: ObjectConstructor;
|
|
23
23
|
required: true;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
products: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
7
7
|
products: {
|
|
8
8
|
type: ArrayConstructor;
|
|
9
9
|
required: true;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
products: {
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
7
7
|
products: {
|
|
8
8
|
type: ArrayConstructor;
|
|
9
9
|
required: true;
|
|
@@ -1,7 +1,38 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ResolveConfig } from '@oneclick.dev/cms-kit';
|
|
2
2
|
export declare const config: {
|
|
3
3
|
readonly project: {
|
|
4
|
-
readonly label: "
|
|
4
|
+
readonly label: "Database";
|
|
5
|
+
readonly type: "resource";
|
|
6
|
+
readonly accept: ["FIREBASE"];
|
|
7
|
+
};
|
|
8
|
+
readonly productCollection: {
|
|
9
|
+
readonly label: "Product Collection";
|
|
10
|
+
readonly type: "input";
|
|
11
|
+
readonly default: "products";
|
|
12
|
+
};
|
|
13
|
+
readonly collectionsCollection: {
|
|
14
|
+
readonly label: "Collections Collection";
|
|
15
|
+
readonly type: "input";
|
|
16
|
+
readonly default: "public/e-commerce:collections";
|
|
17
|
+
};
|
|
18
|
+
readonly allowedMediaSources: {
|
|
19
|
+
readonly label: "Allowed Media Sources";
|
|
20
|
+
readonly type: "mediaSource";
|
|
21
|
+
readonly multiple: true;
|
|
22
|
+
};
|
|
23
|
+
readonly defaultUploadMediaSource: {
|
|
24
|
+
readonly label: "Default Upload Media Source";
|
|
25
|
+
readonly type: "mediaSource";
|
|
26
|
+
readonly multiple: false;
|
|
27
|
+
};
|
|
28
|
+
readonly previewUrl: {
|
|
29
|
+
readonly label: "Preview URL";
|
|
30
|
+
readonly type: "input";
|
|
31
|
+
readonly default: "https://preview.com/shop/{{slug}}";
|
|
32
|
+
};
|
|
33
|
+
} & {
|
|
34
|
+
readonly project: {
|
|
35
|
+
readonly label: "Database";
|
|
5
36
|
readonly type: "resource";
|
|
6
37
|
readonly accept: ["FIREBASE"];
|
|
7
38
|
};
|
|
@@ -31,4 +62,4 @@ export declare const config: {
|
|
|
31
62
|
readonly default: "https://preview.com/shop/{{slug}}";
|
|
32
63
|
};
|
|
33
64
|
};
|
|
34
|
-
export type ConfigValues =
|
|
65
|
+
export type ConfigValues = ResolveConfig<typeof config>;
|
|
@@ -1,27 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
component: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: {
|
|
2
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
config: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
routes: {
|
|
8
|
-
type:
|
|
8
|
+
type: PropType<ModuleRoute[]>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
config: {
|
|
13
13
|
type: ObjectConstructor;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
routes: {
|
|
17
|
-
type:
|
|
17
|
+
type: PropType<ModuleRoute[]>;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
21
21
|
metadata: ModuleMetadata;
|
|
22
22
|
config: {
|
|
23
23
|
readonly project: {
|
|
24
|
-
readonly label: "
|
|
24
|
+
readonly label: "Database";
|
|
25
|
+
readonly type: "resource";
|
|
26
|
+
readonly accept: ["FIREBASE"];
|
|
27
|
+
};
|
|
28
|
+
readonly productCollection: {
|
|
29
|
+
readonly label: "Product Collection";
|
|
30
|
+
readonly type: "input";
|
|
31
|
+
readonly default: "products";
|
|
32
|
+
};
|
|
33
|
+
readonly collectionsCollection: {
|
|
34
|
+
readonly label: "Collections Collection";
|
|
35
|
+
readonly type: "input";
|
|
36
|
+
readonly default: "public/e-commerce:collections";
|
|
37
|
+
};
|
|
38
|
+
readonly allowedMediaSources: {
|
|
39
|
+
readonly label: "Allowed Media Sources";
|
|
40
|
+
readonly type: "mediaSource";
|
|
41
|
+
readonly multiple: true;
|
|
42
|
+
};
|
|
43
|
+
readonly defaultUploadMediaSource: {
|
|
44
|
+
readonly label: "Default Upload Media Source";
|
|
45
|
+
readonly type: "mediaSource";
|
|
46
|
+
readonly multiple: false;
|
|
47
|
+
};
|
|
48
|
+
readonly previewUrl: {
|
|
49
|
+
readonly label: "Preview URL";
|
|
50
|
+
readonly type: "input";
|
|
51
|
+
readonly default: "https://preview.com/shop/{{slug}}";
|
|
52
|
+
};
|
|
53
|
+
} & {
|
|
54
|
+
readonly project: {
|
|
55
|
+
readonly label: "Database";
|
|
25
56
|
readonly type: "resource";
|
|
26
57
|
readonly accept: ["FIREBASE"];
|
|
27
58
|
};
|
|
@@ -53,14 +84,14 @@ export declare const products: {
|
|
|
53
84
|
};
|
|
54
85
|
routes: {
|
|
55
86
|
path: string;
|
|
56
|
-
component: import('vue').DefineComponent<
|
|
87
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
57
88
|
config: {
|
|
58
|
-
type:
|
|
89
|
+
type: PropType<import('./config').ConfigValues>;
|
|
59
90
|
required: true;
|
|
60
91
|
};
|
|
61
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
92
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
62
93
|
config: {
|
|
63
|
-
type:
|
|
94
|
+
type: PropType<import('./config').ConfigValues>;
|
|
64
95
|
required: true;
|
|
65
96
|
};
|
|
66
97
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -71,3 +102,4 @@ export declare const products: {
|
|
|
71
102
|
description: string;
|
|
72
103
|
}[];
|
|
73
104
|
};
|
|
105
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ModuleRoute } from '~/types';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: ObjectConstructor;
|
|
6
6
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
type: PropType<ModuleRoute[]>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
13
|
config: {
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ConfigValues } from '../config';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ConfigValues } from '../config';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
path: string;
|
|
3
|
-
component: import('vue').DefineComponent<
|
|
3
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
|
-
type:
|
|
5
|
+
type: PropType<import('./config').ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
|
-
type:
|
|
10
|
+
type: PropType<import('./config').ConfigValues>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ResolveConfig } from '@oneclick.dev/cms-kit';
|
|
2
2
|
export declare const config: {
|
|
3
3
|
readonly project: {
|
|
4
4
|
readonly label: "Project";
|
|
@@ -10,5 +10,16 @@ export declare const config: {
|
|
|
10
10
|
readonly type: "input";
|
|
11
11
|
readonly default: "promo-codes";
|
|
12
12
|
};
|
|
13
|
+
} & {
|
|
14
|
+
readonly project: {
|
|
15
|
+
readonly label: "Project";
|
|
16
|
+
readonly type: "resource";
|
|
17
|
+
readonly accept: ["FIREBASE"];
|
|
18
|
+
};
|
|
19
|
+
readonly promoCodeCollection: {
|
|
20
|
+
readonly label: "Promo Code Collection";
|
|
21
|
+
readonly type: "input";
|
|
22
|
+
readonly default: "promo-codes";
|
|
23
|
+
};
|
|
13
24
|
};
|
|
14
|
-
export type ConfigValues =
|
|
25
|
+
export type ConfigValues = ResolveConfig<typeof config>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
component: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: {
|
|
2
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
config: {
|
|
4
4
|
type: ObjectConstructor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
routes: {
|
|
8
|
-
type:
|
|
8
|
+
type: PropType<ModuleRoute[]>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
config: {
|
|
13
13
|
type: ObjectConstructor;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
routes: {
|
|
17
|
-
type:
|
|
17
|
+
type: PropType<ModuleRoute[]>;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
20
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -30,17 +30,28 @@ export declare const promoCodes: {
|
|
|
30
30
|
readonly type: "input";
|
|
31
31
|
readonly default: "promo-codes";
|
|
32
32
|
};
|
|
33
|
+
} & {
|
|
34
|
+
readonly project: {
|
|
35
|
+
readonly label: "Project";
|
|
36
|
+
readonly type: "resource";
|
|
37
|
+
readonly accept: ["FIREBASE"];
|
|
38
|
+
};
|
|
39
|
+
readonly promoCodeCollection: {
|
|
40
|
+
readonly label: "Promo Code Collection";
|
|
41
|
+
readonly type: "input";
|
|
42
|
+
readonly default: "promo-codes";
|
|
43
|
+
};
|
|
33
44
|
};
|
|
34
45
|
routes: {
|
|
35
46
|
path: string;
|
|
36
|
-
component: import('vue').DefineComponent<
|
|
47
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
37
48
|
config: {
|
|
38
|
-
type:
|
|
49
|
+
type: PropType<import('./config').ConfigValues>;
|
|
39
50
|
required: true;
|
|
40
51
|
};
|
|
41
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
52
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
53
|
config: {
|
|
43
|
-
type:
|
|
54
|
+
type: PropType<import('./config').ConfigValues>;
|
|
44
55
|
required: true;
|
|
45
56
|
};
|
|
46
57
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -51,3 +62,4 @@ export declare const promoCodes: {
|
|
|
51
62
|
description: string;
|
|
52
63
|
}[];
|
|
53
64
|
};
|
|
65
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ModuleRoute } from '~/types';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: ObjectConstructor;
|
|
6
6
|
required: true;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
type: PropType<ModuleRoute[]>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
12
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
13
|
config: {
|
|
14
14
|
type: ObjectConstructor;
|
|
15
15
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ConfigValues } from '../config';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ConfigValues } from '../config';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ConfigValues } from '../config';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
config: {
|
|
5
5
|
type: PropType<ConfigValues>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
8
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
9
9
|
config: {
|
|
10
10
|
type: PropType<ConfigValues>;
|
|
11
11
|
required: true;
|