@vc-shell/framework 2.0.0-alpha.6 → 2.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4498 -0
- package/dist/core/plugins/modularity/loader-mf.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +2 -79
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/types/menu-types.d.ts +80 -0
- package/dist/core/types/menu-types.d.ts.map +1 -0
- package/dist/framework.css +1 -1
- package/dist/framework.js +31179 -34879
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +0 -21
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/types/index.d.ts +9 -1
- package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
- package/dist/shared/modules/index.d.ts +0 -1
- package/dist/shared/modules/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
- package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +26 -34
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +23 -31
- package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +22 -39
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +22 -28
- package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +13 -7
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +8 -8
- package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +11 -11
- package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +2 -6
- package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts +5 -1
- package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/types.d.ts +6 -3
- package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +2 -6
- package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +1 -1
- package/dist/ui/types/global-components.d.ts +10 -0
- package/dist/ui/types/global-components.d.ts.map +1 -0
- package/dist/ui/types/index.d.ts +0 -8
- package/dist/ui/types/index.d.ts.map +1 -1
- package/dist/{vendor-boolbase-D2i1C8XR.js → vendor-boolbase-DYkUBG-P.js} +1 -1
- package/dist/{vendor-cheerio-DrsWhxJH.js → vendor-cheerio-DE71XQ9x.js} +1 -1
- package/dist/{vendor-cheerio-select-jw4C2SiT.js → vendor-cheerio-select-D-qK1Cpo.js} +2 -2
- package/dist/{vendor-css-select-BwGMmTuc.js → vendor-css-select-DqoO1-RK.js} +2 -2
- package/dist/{vendor-iso-639-1-rPqx9HMT.js → vendor-iso-639-1-BEjYyfKo.js} +7 -9
- package/dist/{vendor-lodash-es-BtnfG6xF.js → vendor-lodash-es-Bz6MMQuN.js} +1 -12
- package/dist/{vendor-markdown-it-task-lists-CHCnS7dl.js → vendor-markdown-it-task-lists-CHKeJZfk.js} +1 -1
- package/dist/{vendor-nth-check-CGMdQf59.js → vendor-nth-check-D0N1qpsw.js} +1 -1
- package/dist/{vendor-prettier-CoRReRqw.js → vendor-prettier-DeqUTTnE.js} +1 -1
- package/dist/{vendor-striptags-BrHtQQiF.js → vendor-striptags-DtlgQudQ.js} +1 -1
- package/dist/{vendor-tiptap-markdown-DLzeP3KU.js → vendor-tiptap-markdown-BTXJw7Bt.js} +1 -1
- package/dist/{vendor-truncate-html-r2r8GKvW.js → vendor-truncate-html-ChA1T5zy.js} +1 -1
- package/dist/{vendor-unovis-ts-Bue71Kwt.js → vendor-unovis-ts-stSsHr9j.js} +1 -1
- package/dist/{vendor-unovis-vue-C_K1g5KH.js → vendor-unovis-vue-CZWGT3-0.js} +1 -1
- package/dist/{vendor-vueuse-components-Be490f6P.js → vendor-vueuse-components-2jDVoLeo.js} +1 -1
- package/dist/{vendor-vueuse-core-BW8bO6-j.js → vendor-vueuse-core-CLhzVQ31.js} +4 -6
- package/dist/{vendor-vueuse-shared-bmkWEEYZ.js → vendor-vueuse-shared-DMVXjSeM.js} +11 -11
- package/package.json +6 -7
- package/LICENSE +0 -12
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
- package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
- package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
- package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
- package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
- package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
- package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/index.d.ts +0 -39
- package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/keys.d.ts +0 -3
- package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
- package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
- package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
- package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
- package/dist/vendor-core-js-Do_NZFHx.js +0 -880
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { ButtonSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: ButtonSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/Button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAkC,MAAM,KAAK,CAAC;AAElF,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO9C,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE;;;;AAHlF,wBAoCE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { CardSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: CardSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}> | null;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/Card.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EASjB,MAAM,KAAK,CAAC;AAEb,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO5C,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,UAAU,CAAA;KAAE;;;;AAHhF,wBAqGE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { CheckboxSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: CheckboxSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/Checkbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAiC,MAAM,KAAK,CAAC;AAEtE,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAE7E,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAShD,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,cAAc,CAAA;KAAE;;;;AAHpF,wBA0CE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { FieldSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: FieldSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=ContentField.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/ContentField.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAgB,MAAM,KAAK,CAAC;AAErD,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAM7C,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,WAAW,CAAA;KAAE;;;;AAHjF,wBA0BE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { CustomComponentSchema } from "../../../../modules/dynamic/types";
|
|
2
|
-
import { ExtractPropTypes } from "vue";
|
|
3
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: CustomComponentSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}> | null;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=CustomComponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CustomComponent.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/CustomComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAuB,MAAM,KAAK,CAAC;AAC5D,OAAO,cAAc,MAAM,iDAAiD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAM9D,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,qBAAqB,CAAA;KAAE;;;;AAH3F,wBAuBE"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, UnwrapNestedRefs } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { DynamicPropertiesSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../../../modules/dynamic/types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../../../modules/dynamic/types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
emits: string[];
|
|
41
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
42
|
-
element: DynamicPropertiesSchema;
|
|
43
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
44
|
-
[key: string]: any;
|
|
45
|
-
}>[] | null;
|
|
46
|
-
};
|
|
47
|
-
export default _default;
|
|
48
|
-
//# sourceMappingURL=DynamicProperty.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicProperty.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/DynamicProperty.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAoC,gBAAgB,EAAa,MAAM,KAAK,CAAC;AAEtG,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAI7E,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBzD,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,uBAAuB,CAAA;KAAE;;;;AAJ7F,wBA6HE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { EditorSchema } from "../../../../modules/dynamic";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../../../../modules/dynamic").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../../../../modules/dynamic").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: EditorSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=EditorField.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditorField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/EditorField.ts"],"names":[],"mappings":"AAAA,OAAO,EAAK,gBAAgB,EAAa,MAAM,KAAK,CAAC;AAErD,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAG7E,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAKxC,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE;;;;AAHlF,wBAsCE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { FieldsetSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: FieldsetSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>[];
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=Fieldset.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Fieldset.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/Fieldset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAW,MAAM,KAAK,CAAC;AAC3D,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAI7E,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMhD,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,cAAc,CAAA;KAAE;;;;AAHpF,wBAyDE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { GallerySchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: GallerySchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=GalleryField.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GalleryField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/GalleryField.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAA4D,MAAM,KAAK,CAAC;AAE5G,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAO7E,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQ/C,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,aAAa,CAAA;KAAE;;;;AAHnF,wBAmJE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { ImageSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: ImageSchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=ImageField.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImageField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/ImageField.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAyB,MAAM,KAAK,CAAC;AAE9D,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAM7C,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,WAAW,CAAA;KAAE;;;;AAHjF,wBA4BE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { InputCurrencySchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<import("../../../../modules/dynamic/types").ControlSchema>;
|
|
13
|
-
default: () => import("../../../../modules/dynamic/types").ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<import("vue").VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: InputCurrencySchema;
|
|
42
|
-
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=InputCurrency.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputCurrency.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/InputCurrency.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAY,MAAM,KAAK,CAAC;AAE5D,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAI7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQrD,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,mBAAmB,CAAA;KAAE;;;;AAHzF,wBAmEE"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, VNode } from "vue";
|
|
2
|
-
import componentProps from "../../../../modules/dynamic/components/fields/props";
|
|
3
|
-
import { InputSchema, ControlSchema } from "../../../../modules/dynamic/types";
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
props: {
|
|
7
|
-
baseProps: {
|
|
8
|
-
type: import("vue").PropType<import("vue").ToRefs<import("../../types/models").IControlBaseProps>>;
|
|
9
|
-
default: () => import("vue").ToRefs<import("../../types/models").IControlBaseProps>;
|
|
10
|
-
};
|
|
11
|
-
element: {
|
|
12
|
-
type: import("vue").PropType<ControlSchema>;
|
|
13
|
-
default: () => ControlSchema;
|
|
14
|
-
};
|
|
15
|
-
bladeContext: {
|
|
16
|
-
type: import("vue").PropType<import("vue").UnwrapNestedRefs<import("../..").DetailsBladeContext>>;
|
|
17
|
-
default: () => import("../..").DetailsBladeContext;
|
|
18
|
-
};
|
|
19
|
-
fields: {
|
|
20
|
-
type: import("vue").PropType<import("vue").ComputedRef<VNode[][]>>;
|
|
21
|
-
default: () => import("vue").ComputedRef<VNode[][]>;
|
|
22
|
-
};
|
|
23
|
-
formData: {
|
|
24
|
-
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
25
|
-
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
26
|
-
};
|
|
27
|
-
fieldContext: {
|
|
28
|
-
type: ObjectConstructor;
|
|
29
|
-
};
|
|
30
|
-
currentLocale: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
};
|
|
33
|
-
elIndex: {
|
|
34
|
-
type: NumberConstructor;
|
|
35
|
-
};
|
|
36
|
-
rows: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
41
|
-
element: InputSchema;
|
|
42
|
-
}): () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>;
|
|
45
|
-
};
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=InputField.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InputField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/InputField.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAK,KAAK,EAAsB,MAAM,KAAK,CAAC;AAErE,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAE7E,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAe5D,gBAAgB,CAAC,OAAO,cAAc,CAAC,GAAG;QAAE,OAAO,EAAE,WAAW,CAAA;KAAE;;;;AAHjF,wBAkEE"}
|