@vc-shell/framework 1.0.283 → 1.0.285
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 +13 -0
- package/core/composables/useUser/index.ts +2 -1
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/framework.js +19361 -19359
- package/dist/index.css +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +2 -2
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +2 -2
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +51 -5
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +226 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +6 -3
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +390 -195
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +78 -39
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/modules/dynamic/factories/types/index.ts +52 -5
- package/shared/modules/dynamic/helpers/override.ts +8 -4
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +75 -49
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +4 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +98 -117
- package/ui/components/organisms/vc-table/vc-table.vue +70 -29
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
} | undefined;
|
|
75
75
|
bladeTitle?: string | undefined;
|
|
76
76
|
}>;
|
|
77
|
-
default: () => DetailsBladeContext
|
|
77
|
+
default: () => DetailsBladeContext<Record<string, any>, import("../factories/types").DetailsBaseBladeScope<Record<string, any>>>;
|
|
78
78
|
};
|
|
79
79
|
modelValue: {
|
|
80
80
|
type: PropType<Record<string, any>>;
|
|
@@ -165,7 +165,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
165
|
} | undefined;
|
|
166
166
|
bladeTitle?: string | undefined;
|
|
167
167
|
}>;
|
|
168
|
-
default: () => DetailsBladeContext
|
|
168
|
+
default: () => DetailsBladeContext<Record<string, any>, import("../factories/types").DetailsBaseBladeScope<Record<string, any>>>;
|
|
169
169
|
};
|
|
170
170
|
modelValue: {
|
|
171
171
|
type: PropType<Record<string, any>>;
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
|
85
85
|
} | undefined;
|
|
86
86
|
bladeTitle?: string | undefined;
|
|
87
87
|
}>;
|
|
88
|
-
default: () => import("../..").DetailsBladeContext
|
|
88
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
89
89
|
};
|
|
90
90
|
fields: {
|
|
91
91
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
} | undefined;
|
|
85
85
|
bladeTitle?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
default: () => import("../..").DetailsBladeContext
|
|
87
|
+
default: () => import("../..").DetailsBladeContext<Record<string, any>, import("../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
88
88
|
};
|
|
89
89
|
fields: {
|
|
90
90
|
type: import("vue").PropType<import("vue").ComputedRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -83,7 +83,7 @@ declare const _default: {
|
|
|
83
83
|
} | undefined;
|
|
84
84
|
bladeTitle?: string | undefined;
|
|
85
85
|
}>;
|
|
86
|
-
default: () => DetailsBladeContext
|
|
86
|
+
default: () => DetailsBladeContext<Record<string, any>, import("../../factories").DetailsBaseBladeScope<Record<string, any>>>;
|
|
87
87
|
};
|
|
88
88
|
fields: {
|
|
89
89
|
type: PropType<ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../../types").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../../types").ControlSchema>;
|
|
@@ -77,7 +77,7 @@ declare const _default: {
|
|
|
77
77
|
bladeTitle?: string | undefined;
|
|
78
78
|
}>;
|
|
79
79
|
required: true;
|
|
80
|
-
default: () => import("../../..").DetailsBladeContext
|
|
80
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
81
81
|
};
|
|
82
82
|
args: {
|
|
83
83
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -163,7 +163,7 @@ declare const _default: {
|
|
|
163
163
|
bladeTitle?: string | undefined;
|
|
164
164
|
}>;
|
|
165
165
|
required: true;
|
|
166
|
-
default: () => import("../../..").DetailsBladeContext
|
|
166
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
167
167
|
};
|
|
168
168
|
args: {
|
|
169
169
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
bladeTitle?: string | undefined;
|
|
77
77
|
}>;
|
|
78
78
|
required: true;
|
|
79
|
-
default: () => import("../../..").DetailsBladeContext
|
|
79
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
80
80
|
};
|
|
81
81
|
args: {
|
|
82
82
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
|
162
162
|
bladeTitle?: string | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
required: true;
|
|
165
|
-
default: () => import("../../..").DetailsBladeContext
|
|
165
|
+
default: () => import("../../..").DetailsBladeContext<Record<string, any>, import("../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
166
166
|
};
|
|
167
167
|
args: {
|
|
168
168
|
type: import("vue").PropType<import("../../..").ControlSchema>;
|
|
@@ -74,7 +74,7 @@ declare const _default: DefineComponent<{
|
|
|
74
74
|
bladeTitle?: string | undefined;
|
|
75
75
|
}>;
|
|
76
76
|
required: true;
|
|
77
|
-
default: () => DetailsBladeContext
|
|
77
|
+
default: () => DetailsBladeContext<Record<string, any>, import("../../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
78
78
|
};
|
|
79
79
|
args: {
|
|
80
80
|
type: PropType<ControlSchema>;
|
|
@@ -160,7 +160,7 @@ declare const _default: DefineComponent<{
|
|
|
160
160
|
bladeTitle?: string | undefined;
|
|
161
161
|
}>;
|
|
162
162
|
required: true;
|
|
163
|
-
default: () => DetailsBladeContext
|
|
163
|
+
default: () => DetailsBladeContext<Record<string, any>, import("../../../..").DetailsBaseBladeScope<Record<string, any>>>;
|
|
164
164
|
};
|
|
165
165
|
args: {
|
|
166
166
|
type: PropType<ControlSchema>;
|