@vc-shell/framework 1.0.215 → 1.0.216
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 +23 -0
- package/core/composables/useSettings/index.ts +1 -1
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/framework.js +32268 -24226
- package/dist/index.css +1 -1
- package/dist/locales/en.json +8 -0
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts +2 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +121 -0
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +362 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +67 -3
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +4 -1
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/index.d.ts +0 -1
- package/dist/ui/components/atoms/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +40 -28
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +6 -6
- package/dist/ui/components/molecules/index.d.ts +2 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/{atoms → molecules}/vc-checkbox/index.d.ts +16 -16
- package/dist/ui/components/{atoms → molecules}/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/{atoms → molecules}/vc-checkbox/vc-checkbox.stories.d.ts +160 -160
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +40 -28
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +10 -0
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +28 -28
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +63 -63
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +9 -9
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts +2 -0
- package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +687 -0
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +81 -0
- package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +90 -90
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +9 -9
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +168 -168
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +4 -4
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +6 -6
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +1 -72
- package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -2
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +5 -4
- package/shared/modules/dynamic/components/FIELD_MAP.ts +2 -0
- package/shared/modules/dynamic/components/factories.ts +10 -0
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +4 -1
- package/shared/modules/dynamic/components/fields/RadioButtonGroup.ts +82 -0
- package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +1 -1
- package/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.ts +224 -0
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +202 -33
- package/shared/modules/dynamic/factories/types/index.ts +1 -1
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +3 -3
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +1 -1
- package/shared/modules/dynamic/types/index.ts +72 -3
- package/shared/modules/dynamic/types/models.ts +5 -0
- package/ui/components/atoms/index.ts +0 -1
- package/ui/components/atoms/vc-label/vc-label.vue +1 -1
- package/ui/components/molecules/index.ts +2 -0
- package/ui/components/{atoms → molecules}/vc-checkbox/vc-checkbox.stories.ts +3 -3
- package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +204 -0
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +1 -1
- package/ui/components/molecules/vc-input/vc-input.vue +122 -33
- package/ui/components/molecules/vc-radio-button/index.ts +1 -0
- package/ui/components/molecules/vc-radio-button/vc-radio-button.stories.ts +97 -0
- package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +197 -0
- package/ui/components/molecules/vc-select/vc-select.vue +1 -1
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +42 -0
- package/ui/components/organisms/vc-blade/vc-blade.vue +4 -2
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +4 -4
- package/ui/components/organisms/vc-login-form/index.ts +1 -10
- package/ui/components/organisms/vc-login-form/vc-login-form.vue +20 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +8 -0
- package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +16 -22
- package/ui/components/organisms/vc-table/vc-table.vue +23 -3
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +0 -1
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +0 -146
- /package/dist/ui/components/{atoms → molecules}/vc-checkbox/vc-checkbox.vue.d.ts +0 -0
- /package/ui/components/{atoms → molecules}/vc-checkbox/index.ts +0 -0
package/dist/locales/en.json
CHANGED
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"VC_FILE_UPLOAD": {
|
|
27
27
|
"DRAG_HERE": "Drag and drop file here or",
|
|
28
28
|
"BROWSE": "browse your files"
|
|
29
|
+
},
|
|
30
|
+
"VC_INPUT": {
|
|
31
|
+
"DATE_PLACEHOLDER": "Select date",
|
|
32
|
+
"DATE_TIME_PLACEHOLDER": "Select date and time"
|
|
29
33
|
}
|
|
30
34
|
},
|
|
31
35
|
"ORGANISMS": {
|
|
@@ -56,6 +60,10 @@
|
|
|
56
60
|
"TITLE": "Error details"
|
|
57
61
|
}
|
|
58
62
|
},
|
|
63
|
+
"VC_BLADE_HEADER": {
|
|
64
|
+
"UNSAVED_CHANGES": "Has unsaved changes",
|
|
65
|
+
"NO_CHANGES": "No unsaved changes"
|
|
66
|
+
},
|
|
59
67
|
"VC_TABLE": {
|
|
60
68
|
"CURRENT_PAGE_SELECTED": "All items in this page are selected.",
|
|
61
69
|
"SELECT_ALL": "Select all items",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FIELD_MAP.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/components/FIELD_MAP.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"FIELD_MAP.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/components/FIELD_MAP.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAKzC,KAAK,mBAAmB,GAAG,OAAO,CAAC,aAAa,CAAC,WAAW,CAAC,EAAE,YAAY,CAAC,CAAC;AAE7E,KAAK,SAAS,GAAG,MAAM,CAAC,mBAAmB,EAAE,GAAG,CAAC,CAAC;AAElD,QAAA,MAAM,SAAS,EAAE,SAsBhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IMultivalueField, IControlBaseProps, ISelectField, IInputField, ICardCollection, IEditorField, IGallery, IDynamicProperties, ICheckbox, IButton, IInputCurrency, IFieldset, IStatusField, IContentField, IVideoField, IImageField, ITextareaField, ISwitch, ITable, IRating } from "./../types/models";
|
|
1
|
+
import { IMultivalueField, IControlBaseProps, ISelectField, IInputField, ICardCollection, IEditorField, IGallery, IDynamicProperties, ICheckbox, IButton, IInputCurrency, IFieldset, IStatusField, IContentField, IVideoField, IImageField, ITextareaField, ISwitch, ITable, IRating, IRadioButton } from "./../types/models";
|
|
2
2
|
export declare const ControlBaseProps: ({ rules, label, placeholder, disabled, required, name, tooltip, key, classNames, ...rest }: IControlBaseProps) => IControlBaseProps;
|
|
3
3
|
export declare const MultivalueField: ({ props, slots }: IMultivalueField) => IMultivalueField;
|
|
4
4
|
export declare const SelectField: ({ props, slots }: ISelectField) => ISelectField;
|
|
@@ -14,6 +14,7 @@ export declare const DynamicProperties: ({ props }: IDynamicProperties) => IDyna
|
|
|
14
14
|
export declare const EditorField: ({ props }: IEditorField) => IEditorField;
|
|
15
15
|
export declare const Gallery: ({ props }: IGallery) => IGallery;
|
|
16
16
|
export declare const Checkbox: ({ props, slots }: ICheckbox) => ICheckbox;
|
|
17
|
+
export declare const RadioButton: ({ props }: IRadioButton) => IRadioButton;
|
|
17
18
|
export declare const Button: ({ props, slots }: IButton) => IButton;
|
|
18
19
|
export declare const Switch: ({ props }: ISwitch) => ISwitch;
|
|
19
20
|
export declare const Fieldset: ({ columns, fields, property, remove }: IFieldset) => IFieldset;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"factories.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/components/factories.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,eAAe,EACf,YAAY,EACZ,QAAQ,EACR,kBAAkB,EAClB,SAAS,EACT,OAAO,EACP,cAAc,EACd,SAAS,EACT,YAAY,EACZ,aAAa,EACb,WAAW,EACX,WAAW,EACX,cAAc,EACd,OAAO,EACP,MAAM,EACN,OAAO,
|
|
1
|
+
{"version":3,"file":"factories.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/components/factories.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,eAAe,EACf,YAAY,EACZ,QAAQ,EACR,kBAAkB,EAClB,SAAS,EACT,OAAO,EACP,cAAc,EACd,SAAS,EACT,YAAY,EACZ,aAAa,EACb,WAAW,EACX,WAAW,EACX,cAAc,EACd,OAAO,EACP,MAAM,EACN,OAAO,EACP,YAAY,EACb,MAAM,mBAAmB,CAAC;AAyB3B,eAAO,MAAM,gBAAgB,+FAW1B,iBAAiB,KAAG,iBAWrB,CAAC;AAEH,eAAO,MAAM,eAAe,qBAAsB,gBAAgB,KAAG,gBAQnE,CAAC;AAEH,eAAO,MAAM,WAAW,qBAAsB,YAAY,KAAG,YAQ3D,CAAC;AAEH,eAAO,MAAM,WAAW,qBAAsB,YAAY,KAAG,YAQ3D,CAAC;AAEH,eAAO,MAAM,UAAU,qBAAsB,WAAW,KAAG,WAQzD,CAAC;AAEH,eAAO,MAAM,aAAa,cAAe,cAAc,KAAG,cAMxD,CAAC;AAEH,eAAO,MAAM,YAAY,cAAe,aAAa,KAAG,aAMtD,CAAC;AAEH,eAAO,MAAM,UAAU,cAAe,WAAW,KAAG,WAMlD,CAAC;AAEH,eAAO,MAAM,UAAU,cAAe,WAAW,KAAG,WAMlD,CAAC;AAEH,eAAO,MAAM,aAAa,cAAe,cAAc,KAAG,cAMxD,CAAC;AAEH,eAAO,MAAM,cAAc,qBAAsB,eAAe,KAAG,eAQjE,CAAC;AAEH,eAAO,MAAM,iBAAiB,cAAe,kBAAkB,KAAG,kBAMhE,CAAC;AAEH,eAAO,MAAM,WAAW,cAAe,YAAY,KAAG,YAMpD,CAAC;AAEH,eAAO,MAAM,OAAO,cAAe,QAAQ,KAAG,QAM5C,CAAC;AAEH,eAAO,MAAM,QAAQ,qBAAsB,SAAS,KAAG,SAQrD,CAAC;AAEH,eAAO,MAAM,WAAW,cAAe,YAAY,KAAG,YAMpD,CAAC;AAEH,eAAO,MAAM,MAAM,qBAAsB,OAAO,KAAG,OAQjD,CAAC;AAEH,eAAO,MAAM,MAAM,cAAe,OAAO,KAAG,OAM1C,CAAC;AAEH,eAAO,MAAM,QAAQ,0CAA2C,SAAS,KAAG,SAK1E,CAAC;AAEH,eAAO,MAAM,KAAK,qBAAsB,MAAM,KAAG,MAO/C,CAAC;AAEH,eAAO,MAAM,MAAM,cAAe,OAAO,KAAG,OAM1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
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,SAAS,CAAC;AAIrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOnC,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,mBAAmB,CAAA;KAAE;;;;AAHzF,
|
|
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,SAAS,CAAC;AAIrC,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOnC,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,mBAAmB,CAAA;KAAE;;;;AAHzF,wBAkDE"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { ExtractPropTypes } from "vue";
|
|
2
|
+
import componentProps from "./props";
|
|
3
|
+
import { RadioButtonSchema } from "../../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("../../types").ControlSchema>;
|
|
13
|
+
default: () => import("../../types").ControlSchema;
|
|
14
|
+
};
|
|
15
|
+
bladeContext: {
|
|
16
|
+
type: import("vue").PropType<{
|
|
17
|
+
settings: import("../../types").SettingsSchema;
|
|
18
|
+
load: import("../../../../..").AsyncAction<import("../..").ItemId>;
|
|
19
|
+
saveChanges: import("../../../../..").AsyncAction<Record<string, any>, void | Record<string, any>>;
|
|
20
|
+
remove?: import("../../../../..").AsyncAction<Record<string, any> | import("../..").ItemId> | undefined;
|
|
21
|
+
loading: boolean;
|
|
22
|
+
item: Record<string, any> | undefined;
|
|
23
|
+
validationState: import("../..").IValidationState<Record<string, any>>;
|
|
24
|
+
scope?: {
|
|
25
|
+
[x: string]: any;
|
|
26
|
+
disabled?: boolean | undefined;
|
|
27
|
+
isBladeEditable?: boolean | undefined;
|
|
28
|
+
multilanguage?: {
|
|
29
|
+
loading: boolean;
|
|
30
|
+
currentLocale: string;
|
|
31
|
+
languages: string[];
|
|
32
|
+
setLocale: (locale: string) => void;
|
|
33
|
+
localesOptions: {
|
|
34
|
+
label: string | undefined;
|
|
35
|
+
value: string;
|
|
36
|
+
}[];
|
|
37
|
+
getLanguages: import("../../../../..").AsyncAction<void, void>;
|
|
38
|
+
} | undefined;
|
|
39
|
+
dynamicProperties?: {
|
|
40
|
+
loading: boolean;
|
|
41
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
42
|
+
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
43
|
+
setPropertyValue: (data: {
|
|
44
|
+
property: Record<string, any>;
|
|
45
|
+
value: string | Record<string, any>[];
|
|
46
|
+
dictionary?: Record<string, any>[] | undefined;
|
|
47
|
+
locale?: string | undefined;
|
|
48
|
+
}) => void;
|
|
49
|
+
} | undefined;
|
|
50
|
+
assetsHandler?: {
|
|
51
|
+
assets?: {
|
|
52
|
+
loading?: boolean | undefined;
|
|
53
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../..").ICommonAsset[]>) | undefined;
|
|
54
|
+
edit?: ((files: import("../../../../..").ICommonAsset[]) => import("../../../../..").ICommonAsset[]) | undefined;
|
|
55
|
+
remove?: ((files: import("../../../../..").ICommonAsset[]) => import("../../../../..").ICommonAsset[]) | undefined;
|
|
56
|
+
} | undefined;
|
|
57
|
+
images?: {
|
|
58
|
+
loading?: boolean | undefined;
|
|
59
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../..").ICommonAsset[]>) | undefined;
|
|
60
|
+
edit?: ((files: import("../../../../..").ICommonAsset[]) => import("../../../../..").ICommonAsset[]) | undefined;
|
|
61
|
+
remove?: ((files: import("../../../../..").ICommonAsset[]) => import("../../../../..").ICommonAsset[]) | undefined;
|
|
62
|
+
} | undefined;
|
|
63
|
+
} | undefined;
|
|
64
|
+
toolbarOverrides?: import("../../../../..").IBladeToolbar[] | {
|
|
65
|
+
id?: string | undefined;
|
|
66
|
+
icon?: string | (() => string) | undefined;
|
|
67
|
+
disabled?: boolean | undefined;
|
|
68
|
+
dropdownItems?: {
|
|
69
|
+
id: string;
|
|
70
|
+
title: string;
|
|
71
|
+
icon?: string | undefined;
|
|
72
|
+
clickHandler?: (() => void) | undefined;
|
|
73
|
+
}[] | undefined;
|
|
74
|
+
title?: string | undefined;
|
|
75
|
+
isVisible?: boolean | undefined;
|
|
76
|
+
clickHandler?: ((app?: Record<string, any> | import("../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
77
|
+
}[] | {
|
|
78
|
+
[x: string]: import("../../../../..").IBladeToolbar;
|
|
79
|
+
} | ((...args: any[]) => any) | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
bladeTitle?: string | undefined;
|
|
82
|
+
}>;
|
|
83
|
+
default: () => import("../..").DetailsBladeContext;
|
|
84
|
+
};
|
|
85
|
+
fields: {
|
|
86
|
+
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
87
|
+
[key: string]: any;
|
|
88
|
+
}>[][]>>;
|
|
89
|
+
default: () => import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
}>[][]>;
|
|
92
|
+
};
|
|
93
|
+
formData: {
|
|
94
|
+
type: import("vue").PropType<import("vue").ToRefs<Record<string, unknown>>>;
|
|
95
|
+
default: () => import("vue").ToRefs<Record<string, unknown>>;
|
|
96
|
+
};
|
|
97
|
+
fieldContext: {
|
|
98
|
+
type: ObjectConstructor;
|
|
99
|
+
};
|
|
100
|
+
currentLocale: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
};
|
|
103
|
+
elIndex: {
|
|
104
|
+
type: NumberConstructor;
|
|
105
|
+
};
|
|
106
|
+
rows: {
|
|
107
|
+
type: NumberConstructor;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
setup(props: ExtractPropTypes<typeof componentProps> & {
|
|
111
|
+
element: RadioButtonSchema;
|
|
112
|
+
}): () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
113
|
+
[key: string]: any;
|
|
114
|
+
}> | (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
117
|
+
[key: string]: any;
|
|
118
|
+
}>[] | undefined)[];
|
|
119
|
+
};
|
|
120
|
+
export default _default;
|
|
121
|
+
//# sourceMappingURL=RadioButtonGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/RadioButtonGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,gBAAgB,EAAqB,MAAM,KAAK,CAAC;AAErE,OAAO,cAAc,MAAM,SAAS,CAAC;AAGrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQjC,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,iBAAiB,CAAA;KAAE;;;;;;;;AAHvF,wBAsEE"}
|
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import { StoryFn } from "@storybook/vue3";
|
|
2
|
+
import { RadioButtonSchema } from "../../..";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("vue").DefineComponent<{
|
|
6
|
+
context: {
|
|
7
|
+
type: import("vue").PropType<{
|
|
8
|
+
settings: import("../../..").SettingsSchema;
|
|
9
|
+
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
10
|
+
saveChanges: import("../../../../../..").AsyncAction<Record<string, any>, void | Record<string, any>>;
|
|
11
|
+
remove?: import("../../../../../..").AsyncAction<Record<string, any> | import("../../..").ItemId> | undefined;
|
|
12
|
+
loading: boolean;
|
|
13
|
+
item: Record<string, any> | undefined;
|
|
14
|
+
validationState: import("../../..").IValidationState<Record<string, any>>;
|
|
15
|
+
scope?: {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
disabled?: boolean | undefined;
|
|
18
|
+
isBladeEditable?: boolean | undefined;
|
|
19
|
+
multilanguage?: {
|
|
20
|
+
loading: boolean;
|
|
21
|
+
currentLocale: string;
|
|
22
|
+
languages: string[];
|
|
23
|
+
setLocale: (locale: string) => void;
|
|
24
|
+
localesOptions: {
|
|
25
|
+
label: string | undefined;
|
|
26
|
+
value: string;
|
|
27
|
+
}[];
|
|
28
|
+
getLanguages: import("../../../../../..").AsyncAction<void, void>;
|
|
29
|
+
} | undefined;
|
|
30
|
+
dynamicProperties?: {
|
|
31
|
+
loading: boolean;
|
|
32
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
33
|
+
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
34
|
+
setPropertyValue: (data: {
|
|
35
|
+
property: Record<string, any>;
|
|
36
|
+
value: string | Record<string, any>[];
|
|
37
|
+
dictionary?: Record<string, any>[] | undefined;
|
|
38
|
+
locale?: string | undefined;
|
|
39
|
+
}) => void;
|
|
40
|
+
} | undefined;
|
|
41
|
+
assetsHandler?: {
|
|
42
|
+
assets?: {
|
|
43
|
+
loading?: boolean | undefined;
|
|
44
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../../..").ICommonAsset[]>) | undefined;
|
|
45
|
+
edit?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
46
|
+
remove?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
47
|
+
} | undefined;
|
|
48
|
+
images?: {
|
|
49
|
+
loading?: boolean | undefined;
|
|
50
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../../..").ICommonAsset[]>) | undefined;
|
|
51
|
+
edit?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
52
|
+
remove?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
toolbarOverrides?: import("../../../../../..").IBladeToolbar[] | {
|
|
56
|
+
id?: string | undefined;
|
|
57
|
+
icon?: string | (() => string) | undefined;
|
|
58
|
+
disabled?: boolean | undefined;
|
|
59
|
+
dropdownItems?: {
|
|
60
|
+
id: string;
|
|
61
|
+
title: string;
|
|
62
|
+
icon?: string | undefined;
|
|
63
|
+
clickHandler?: (() => void) | undefined;
|
|
64
|
+
}[] | undefined;
|
|
65
|
+
title?: string | undefined;
|
|
66
|
+
isVisible?: boolean | undefined;
|
|
67
|
+
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
68
|
+
}[] | {
|
|
69
|
+
[x: string]: import("../../../../../..").IBladeToolbar;
|
|
70
|
+
} | ((...args: any[]) => any) | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
bladeTitle?: string | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
required: true;
|
|
75
|
+
default: () => import("../../..").DetailsBladeContext;
|
|
76
|
+
};
|
|
77
|
+
args: {
|
|
78
|
+
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
79
|
+
required: true;
|
|
80
|
+
default: () => import("../../..").ControlSchema;
|
|
81
|
+
};
|
|
82
|
+
additionalSource: {
|
|
83
|
+
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
84
|
+
};
|
|
85
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
88
|
+
context: {
|
|
89
|
+
type: import("vue").PropType<{
|
|
90
|
+
settings: import("../../..").SettingsSchema;
|
|
91
|
+
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
92
|
+
saveChanges: import("../../../../../..").AsyncAction<Record<string, any>, void | Record<string, any>>;
|
|
93
|
+
remove?: import("../../../../../..").AsyncAction<Record<string, any> | import("../../..").ItemId> | undefined;
|
|
94
|
+
loading: boolean;
|
|
95
|
+
item: Record<string, any> | undefined;
|
|
96
|
+
validationState: import("../../..").IValidationState<Record<string, any>>;
|
|
97
|
+
scope?: {
|
|
98
|
+
[x: string]: any;
|
|
99
|
+
disabled?: boolean | undefined;
|
|
100
|
+
isBladeEditable?: boolean | undefined;
|
|
101
|
+
multilanguage?: {
|
|
102
|
+
loading: boolean;
|
|
103
|
+
currentLocale: string;
|
|
104
|
+
languages: string[];
|
|
105
|
+
setLocale: (locale: string) => void;
|
|
106
|
+
localesOptions: {
|
|
107
|
+
label: string | undefined;
|
|
108
|
+
value: string;
|
|
109
|
+
}[];
|
|
110
|
+
getLanguages: import("../../../../../..").AsyncAction<void, void>;
|
|
111
|
+
} | undefined;
|
|
112
|
+
dynamicProperties?: {
|
|
113
|
+
loading: boolean;
|
|
114
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
115
|
+
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
116
|
+
setPropertyValue: (data: {
|
|
117
|
+
property: Record<string, any>;
|
|
118
|
+
value: string | Record<string, any>[];
|
|
119
|
+
dictionary?: Record<string, any>[] | undefined;
|
|
120
|
+
locale?: string | undefined;
|
|
121
|
+
}) => void;
|
|
122
|
+
} | undefined;
|
|
123
|
+
assetsHandler?: {
|
|
124
|
+
assets?: {
|
|
125
|
+
loading?: boolean | undefined;
|
|
126
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../../..").ICommonAsset[]>) | undefined;
|
|
127
|
+
edit?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
128
|
+
remove?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
129
|
+
} | undefined;
|
|
130
|
+
images?: {
|
|
131
|
+
loading?: boolean | undefined;
|
|
132
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../../..").ICommonAsset[]>) | undefined;
|
|
133
|
+
edit?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
134
|
+
remove?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
135
|
+
} | undefined;
|
|
136
|
+
} | undefined;
|
|
137
|
+
toolbarOverrides?: import("../../../../../..").IBladeToolbar[] | {
|
|
138
|
+
id?: string | undefined;
|
|
139
|
+
icon?: string | (() => string) | undefined;
|
|
140
|
+
disabled?: boolean | undefined;
|
|
141
|
+
dropdownItems?: {
|
|
142
|
+
id: string;
|
|
143
|
+
title: string;
|
|
144
|
+
icon?: string | undefined;
|
|
145
|
+
clickHandler?: (() => void) | undefined;
|
|
146
|
+
}[] | undefined;
|
|
147
|
+
title?: string | undefined;
|
|
148
|
+
isVisible?: boolean | undefined;
|
|
149
|
+
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
150
|
+
}[] | {
|
|
151
|
+
[x: string]: import("../../../../../..").IBladeToolbar;
|
|
152
|
+
} | ((...args: any[]) => any) | undefined;
|
|
153
|
+
} | undefined;
|
|
154
|
+
bladeTitle?: string | undefined;
|
|
155
|
+
}>;
|
|
156
|
+
required: true;
|
|
157
|
+
default: () => import("../../..").DetailsBladeContext;
|
|
158
|
+
};
|
|
159
|
+
args: {
|
|
160
|
+
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
161
|
+
required: true;
|
|
162
|
+
default: () => import("../../..").ControlSchema;
|
|
163
|
+
};
|
|
164
|
+
additionalSource: {
|
|
165
|
+
type: import("vue").PropType<import("vue").DefineComponent>;
|
|
166
|
+
};
|
|
167
|
+
}>> & {
|
|
168
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
}, {
|
|
170
|
+
context: {
|
|
171
|
+
settings: import("../../..").SettingsSchema;
|
|
172
|
+
load: import("../../../../../..").AsyncAction<import("../../..").ItemId>;
|
|
173
|
+
saveChanges: import("../../../../../..").AsyncAction<Record<string, any>, void | Record<string, any>>;
|
|
174
|
+
remove?: import("../../../../../..").AsyncAction<Record<string, any> | import("../../..").ItemId> | undefined;
|
|
175
|
+
loading: boolean;
|
|
176
|
+
item: Record<string, any> | undefined;
|
|
177
|
+
validationState: import("../../..").IValidationState<Record<string, any>>;
|
|
178
|
+
scope?: {
|
|
179
|
+
[x: string]: any;
|
|
180
|
+
disabled?: boolean | undefined;
|
|
181
|
+
isBladeEditable?: boolean | undefined;
|
|
182
|
+
multilanguage?: {
|
|
183
|
+
loading: boolean;
|
|
184
|
+
currentLocale: string;
|
|
185
|
+
languages: string[];
|
|
186
|
+
setLocale: (locale: string) => void;
|
|
187
|
+
localesOptions: {
|
|
188
|
+
label: string | undefined;
|
|
189
|
+
value: string;
|
|
190
|
+
}[];
|
|
191
|
+
getLanguages: import("../../../../../..").AsyncAction<void, void>;
|
|
192
|
+
} | undefined;
|
|
193
|
+
dynamicProperties?: {
|
|
194
|
+
loading: boolean;
|
|
195
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
196
|
+
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
197
|
+
setPropertyValue: (data: {
|
|
198
|
+
property: Record<string, any>;
|
|
199
|
+
value: string | Record<string, any>[];
|
|
200
|
+
dictionary?: Record<string, any>[] | undefined;
|
|
201
|
+
locale?: string | undefined;
|
|
202
|
+
}) => void;
|
|
203
|
+
} | undefined;
|
|
204
|
+
assetsHandler?: {
|
|
205
|
+
assets?: {
|
|
206
|
+
loading?: boolean | undefined;
|
|
207
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../../..").ICommonAsset[]>) | undefined;
|
|
208
|
+
edit?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
209
|
+
remove?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
210
|
+
} | undefined;
|
|
211
|
+
images?: {
|
|
212
|
+
loading?: boolean | undefined;
|
|
213
|
+
upload?: ((files: FileList, startingSortOrder?: number | undefined) => Promise<import("../../../../../..").ICommonAsset[]>) | undefined;
|
|
214
|
+
edit?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
215
|
+
remove?: ((files: import("../../../../../..").ICommonAsset[]) => import("../../../../../..").ICommonAsset[]) | undefined;
|
|
216
|
+
} | undefined;
|
|
217
|
+
} | undefined;
|
|
218
|
+
toolbarOverrides?: import("../../../../../..").IBladeToolbar[] | {
|
|
219
|
+
id?: string | undefined;
|
|
220
|
+
icon?: string | (() => string) | undefined;
|
|
221
|
+
disabled?: boolean | undefined;
|
|
222
|
+
dropdownItems?: {
|
|
223
|
+
id: string;
|
|
224
|
+
title: string;
|
|
225
|
+
icon?: string | undefined;
|
|
226
|
+
clickHandler?: (() => void) | undefined;
|
|
227
|
+
}[] | undefined;
|
|
228
|
+
title?: string | undefined;
|
|
229
|
+
isVisible?: boolean | undefined;
|
|
230
|
+
clickHandler?: ((app?: Record<string, any> | import("../../../../..").CoreBladeExposed | null | undefined) => void) | undefined;
|
|
231
|
+
}[] | {
|
|
232
|
+
[x: string]: import("../../../../../..").IBladeToolbar;
|
|
233
|
+
} | ((...args: any[]) => any) | undefined;
|
|
234
|
+
} | undefined;
|
|
235
|
+
bladeTitle?: string | undefined;
|
|
236
|
+
};
|
|
237
|
+
args: import("../../..").ControlSchema;
|
|
238
|
+
}, {}>;
|
|
239
|
+
args: {
|
|
240
|
+
id: string;
|
|
241
|
+
component: "vc-radio-button-group";
|
|
242
|
+
property: string;
|
|
243
|
+
options: string;
|
|
244
|
+
};
|
|
245
|
+
argTypes: {
|
|
246
|
+
component: {
|
|
247
|
+
description: string;
|
|
248
|
+
type: {
|
|
249
|
+
required: true;
|
|
250
|
+
name: "string";
|
|
251
|
+
};
|
|
252
|
+
table: {
|
|
253
|
+
type: {
|
|
254
|
+
summary: string;
|
|
255
|
+
};
|
|
256
|
+
defaultValue: {
|
|
257
|
+
summary: string;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
disabled: {
|
|
262
|
+
readonly description: "Disabled state for component.\n Method should be defined in the blade `scope`.\n Method should return boolean value.\n ";
|
|
263
|
+
readonly table: {
|
|
264
|
+
readonly type: {
|
|
265
|
+
readonly summary: "{ method: string }";
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
label: {
|
|
270
|
+
readonly description: "Control label.\n To show label based on some bound property - use interpolation `{}` syntax.\n \n`@example` {someProperty}\n Supports i18n keys.";
|
|
271
|
+
readonly control: "text";
|
|
272
|
+
readonly table: {
|
|
273
|
+
readonly type: {
|
|
274
|
+
readonly summary: "string";
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
id: {
|
|
279
|
+
readonly description: "Unique identifier for component.";
|
|
280
|
+
readonly control: "text";
|
|
281
|
+
readonly type: {
|
|
282
|
+
readonly required: true;
|
|
283
|
+
readonly name: "string";
|
|
284
|
+
};
|
|
285
|
+
readonly table: {
|
|
286
|
+
readonly type: {
|
|
287
|
+
readonly summary: "string";
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
rules: {
|
|
292
|
+
readonly description: "Vee-validate and custom validation rules for the schema.";
|
|
293
|
+
readonly control: "object";
|
|
294
|
+
readonly table: {
|
|
295
|
+
readonly type: {
|
|
296
|
+
readonly summary: "IValidationRules";
|
|
297
|
+
readonly detail: "https://github.com/VirtoCommerce/vc-shell/blob/67ac3849b35660680123efaf59775d4a64a210f6/framework/core/types/index.ts#L10";
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
property: {
|
|
302
|
+
readonly description: "Property name to populate the component with data.\n Data can be defined in either the `item` or the `scope`.\n \nDot notation can also be used for nested properties, e.g. `address.city` or `addresses[1].city`.\n \nYou can also use a `function` or `writable computed` to set the property in the `scope`, which receives the modified data as an argument.\n ";
|
|
303
|
+
readonly type: {
|
|
304
|
+
readonly required: true;
|
|
305
|
+
readonly name: "string";
|
|
306
|
+
};
|
|
307
|
+
readonly table: {
|
|
308
|
+
readonly type: {
|
|
309
|
+
readonly summary: "string";
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
visibility: {
|
|
314
|
+
readonly description: "Visibility options for component.\n Method should be defined in the blade `scope`.\n Method should return boolean value.\n ";
|
|
315
|
+
readonly table: {
|
|
316
|
+
readonly type: {
|
|
317
|
+
readonly summary: "{ method: string }";
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
horizontalSeparator: {
|
|
322
|
+
readonly description: "Adds horizontal separator after component.";
|
|
323
|
+
readonly control: "boolean";
|
|
324
|
+
readonly table: {
|
|
325
|
+
readonly type: {
|
|
326
|
+
readonly summary: "boolean";
|
|
327
|
+
};
|
|
328
|
+
readonly defaultValue: {
|
|
329
|
+
readonly summary: "false";
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
update: {
|
|
334
|
+
readonly description: "Additional method that is called when the modelValue of the component changes.\n Method should be defined in the blade `scope`.\n ";
|
|
335
|
+
readonly table: {
|
|
336
|
+
readonly type: {
|
|
337
|
+
readonly summary: "{ method: string }";
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
parameters: {
|
|
343
|
+
docs: {
|
|
344
|
+
canvas: {
|
|
345
|
+
sourceState: string;
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
export default _default;
|
|
351
|
+
export declare const Template: StoryFn<RadioButtonSchema>;
|
|
352
|
+
export declare const Group: StoryFn<RadioButtonSchema>;
|
|
353
|
+
export declare const StringGroup: StoryFn<RadioButtonSchema>;
|
|
354
|
+
export declare const WithLabel: StoryFn<RadioButtonSchema>;
|
|
355
|
+
export declare const WithTooltip: StoryFn<RadioButtonSchema>;
|
|
356
|
+
export declare const Disabled: StoryFn<RadioButtonSchema>;
|
|
357
|
+
export declare const Binary: StoryFn<RadioButtonSchema>;
|
|
358
|
+
export declare const WithVisibilityMethod: StoryFn<RadioButtonSchema>;
|
|
359
|
+
export declare const HorizontalSeparator: StoryFn<RadioButtonSchema>;
|
|
360
|
+
export declare const WithUpdateMethod: StoryFn<RadioButtonSchema>;
|
|
361
|
+
export declare const WithRequiredRule: StoryFn<RadioButtonSchema>;
|
|
362
|
+
//# sourceMappingURL=RadioButtonGroup.stories.d.ts.map
|
package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButtonGroup.stories.d.ts","sourceRoot":"","sources":["../../../../../../../shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAMhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE7C,wBAkCoC;AAEpC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,iBAAiB,CAe9C,CAAC;AAEH,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAkB3C,CAAC;AAUH,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,iBAAiB,CAcjD,CAAC;AAQH,eAAO,MAAM,SAAS,4BAAuB,CAAC;AAK9C,eAAO,MAAM,WAAW,4BAAuB,CAAC;AAMhD,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,iBAAiB,CAe9C,CAAC;AAOH,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,iBAAiB,CAc5C,CAAC;AAKH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,iBAAiB,CAoB1D,CAAC;AAOH,eAAO,MAAM,mBAAmB,4BAAoB,CAAC;AAKrD,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,iBAAiB,CAetD,CAAC;AAOH,eAAO,MAAM,gBAAgB,4BAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/composables/useFilterBuilder/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,QAAQ,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/composables/useFilterBuilder/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,QAAQ,EAGR,eAAe,EACf,YAAY,EACZ,KAAK,EACL,WAAW,EAKZ,MAAM,KAAK,CAAC;AAGb,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,OAAO,EAAE,UAAU,EAA4E,MAAM,aAAa,CAAC;AAqBnH,MAAM,WAAW,gBAAgB;IAC/B,eAAe,EAAE,CAAC,WAAW,EAAE;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,KAChD,KAAK,CACH,YAAY,EACZ,eAAe,EACf;QAEE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CACF,GACD,SAAS,CAAC;IACd,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACvC,eAAe,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtC,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAE3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACtC;;UAGO,UAAU,GAAG,SAAS;;;WAGrB,YAAY,OAAO,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,SAAS;MACjD,gBAAgB;AALpB,wBA8WE"}
|
|
@@ -78,7 +78,7 @@ export type TListItemClickArgs<Item extends Record<string, any> = Record<string,
|
|
|
78
78
|
};
|
|
79
79
|
export interface DetailsBaseBladeScope extends BaseBladeScope {
|
|
80
80
|
disabled?: ComputedRef<boolean | undefined> | Ref<boolean | undefined>;
|
|
81
|
-
isBladeEditable?: ComputedRef<boolean | undefined> | Ref<boolean | undefined
|
|
81
|
+
isBladeEditable?: ComputedRef<boolean | undefined> | Ref<boolean | undefined> | boolean;
|
|
82
82
|
multilanguage?: {
|
|
83
83
|
loading: ComputedRef<boolean>;
|
|
84
84
|
currentLocale: Ref<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/factories/types/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/factories/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-blade-form.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/pages/dynamic-blade-form.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAWL,WAAW,EAMZ,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,oBAAoB,EAAqC,MAAM,UAAU,CAAC;AAEnF,OAAO,EAGL,eAAe,EAIf,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAWxB,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,OAAO,CAAC,EAAE;QACR,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CACvE;AAoND,iBAAe,uBAAuB,kBAOrC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"dynamic-blade-form.vue.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/pages/dynamic-blade-form.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAWL,WAAW,EAMZ,MAAM,KAAK,CAAC;AACb,OAAO,EAAE,oBAAoB,EAAqC,MAAM,UAAU,CAAC;AAEnF,OAAO,EAGL,eAAe,EAIf,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAWxB,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,OAAO,CAAC,EAAE;QACR,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CACvE;AAoND,iBAAe,uBAAuB,kBAOrC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiRD,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|