@omnia/fx 8.0.161-dev → 8.0.163-dev
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/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -0,0 +1,56 @@
|
|
1
|
+
type variant = "component" | "editor" | "state";
|
2
|
+
declare const _default: (props: {
|
3
|
+
variant?: variant;
|
4
|
+
} & Omit<{}, "variant"> & {
|
5
|
+
"v-slots"?: {
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
} & {};
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">) => {
|
9
|
+
$: import("vue").ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {};
|
12
|
+
$attrs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$refs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$slots: Readonly<{
|
19
|
+
[name: string]: import("vue").Slot<any>;
|
20
|
+
}>;
|
21
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
23
|
+
$emit: (event: string, ...args: any[]) => void;
|
24
|
+
$el: any;
|
25
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
26
|
+
beforeCreate?: (() => void) | (() => void)[];
|
27
|
+
created?: (() => void) | (() => void)[];
|
28
|
+
beforeMount?: (() => void) | (() => void)[];
|
29
|
+
mounted?: (() => void) | (() => void)[];
|
30
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
31
|
+
updated?: (() => void) | (() => void)[];
|
32
|
+
activated?: (() => void) | (() => void)[];
|
33
|
+
deactivated?: (() => void) | (() => void)[];
|
34
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
35
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
36
|
+
destroyed?: (() => void) | (() => void)[];
|
37
|
+
unmounted?: (() => void) | (() => void)[];
|
38
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
41
|
+
};
|
42
|
+
$forceUpdate: () => void;
|
43
|
+
$nextTick: typeof import("vue").nextTick;
|
44
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
45
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
|
+
propsDefinition: {
|
47
|
+
variant?: variant;
|
48
|
+
} & {
|
49
|
+
"v-slots"?: {
|
50
|
+
default?: import("vue").Slot;
|
51
|
+
} & {};
|
52
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">;
|
53
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>;
|
56
|
+
export default _default;
|
@@ -1,16 +1,16 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () =>
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => any[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
3
|
P: {};
|
4
4
|
B: {};
|
5
5
|
D: {};
|
6
6
|
C: {};
|
7
7
|
M: {};
|
8
8
|
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () =>
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => any[], {}, {}, {}, {}>;
|
10
10
|
__isFragment?: never;
|
11
11
|
__isTeleport?: never;
|
12
12
|
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () =>
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => any[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
14
|
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
15
|
};
|
16
16
|
export default _default;
|
@@ -9,7 +9,9 @@ export declare enum VelcronDescriptorTypes {
|
|
9
9
|
}
|
10
10
|
export type VelcronCompontentTemplateTypes = "content";
|
11
11
|
export type AddVelcronComponentInsertionStrategy = "default" | "before" | "after" | "createnew";
|
12
|
+
export type SelectionType = "component" | "editor" | "state";
|
12
13
|
export type AddVelcronComponentMode = {
|
13
14
|
show: boolean;
|
14
15
|
strategy?: AddVelcronComponentInsertionStrategy;
|
16
|
+
selectionType?: SelectionType;
|
15
17
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronAppDefinition, VelcronDefinition,
|
1
|
+
import { VelcronAppDefinition, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronStatePropertyDescriptor, VelcronDescriptor, VelcronEditorDescriptor } from "./VelcronDescriptors";
|
3
3
|
export interface AppTreeItem {
|
4
4
|
definition: VelcronAppDefinition | VelcronDefinition;
|
@@ -14,7 +14,7 @@ export interface StatePropertyAppTreeItem extends AppTreeItem {
|
|
14
14
|
descriptor: VelcronStatePropertyDescriptor;
|
15
15
|
}
|
16
16
|
export interface EditorAppTreeItem extends AppTreeItem {
|
17
|
-
value:
|
17
|
+
value: VelcronEditor<any>;
|
18
18
|
descriptor: VelcronEditorDescriptor;
|
19
19
|
}
|
20
20
|
export interface AppValidationState {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IIcon, VelcronDefinition,
|
1
|
+
import { IIcon, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronDataTypes } from "../../core/models/Enums";
|
3
3
|
import { VelcroncomponentArrayType, VelcronObjectType, VelcronPrimitiveType } from "../../core/models/VelcronTypes";
|
4
4
|
import { VelcronDescriptorTypes } from "./Enums";
|
@@ -12,7 +12,7 @@ export interface VelcronComponentTemplateDescriptor extends VelcronDescriptor {
|
|
12
12
|
category: string;
|
13
13
|
definition?: VelcronDefinition;
|
14
14
|
state?: object;
|
15
|
-
editors?: Array<
|
15
|
+
editors?: Array<VelcronEditor>;
|
16
16
|
}
|
17
17
|
export interface VelcronComponentDescriptor extends VelcronDescriptor {
|
18
18
|
descriptorType: VelcronDescriptorTypes.component;
|
@@ -30,7 +30,7 @@ export interface VelcronComponentPropertyDescriptor {
|
|
30
30
|
name: string;
|
31
31
|
type: VelcronDataTypes;
|
32
32
|
group?: string;
|
33
|
-
editor?:
|
33
|
+
editor?: VelcronEditor<any>;
|
34
34
|
required?: boolean;
|
35
35
|
defaultValue?: VelcronPrimitiveType | VelcroncomponentArrayType | VelcronObjectType<{}>;
|
36
36
|
disableRemovePropertyOnEmptyOrFalse?: boolean;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { TreeViewItem, VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
|
2
2
|
import { AppTreeItem, AppValidationState, EditorAppTreeItem, StatePropertyAppTreeItem, editorModes } from "../models/Shared";
|
3
3
|
import { CodeEditorState, VelcronComponentDescriptor, codeEditorTabs, AddVelcronComponentMode } from "../models";
|
4
|
-
import { ThemeDefinitionV2, VelcronRenderContext,
|
4
|
+
import { ThemeDefinitionV2, VelcronRenderContext, VelcronEditor } from "../../core";
|
5
5
|
type canvasMode = "split-spacing" | "design";
|
6
6
|
export declare const useVelcronEditorStore: () => {
|
7
7
|
get: {
|
@@ -67,7 +67,7 @@ export declare const useVelcronEditorStore: () => {
|
|
67
67
|
subscribe(fn: (toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
68
|
};
|
69
69
|
addEditors: {
|
70
|
-
subscribe(fn: (editors:
|
70
|
+
subscribe(fn: (editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
71
|
};
|
72
72
|
setAppValidation: {
|
73
73
|
subscribe(fn: (newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -150,7 +150,7 @@ export declare const useVelcronEditorStore: () => {
|
|
150
150
|
subscribe(fn: (result: void, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
151
|
};
|
152
152
|
addEditors: {
|
153
|
-
subscribe(fn: (result: void, editors:
|
153
|
+
subscribe(fn: (result: void, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
154
154
|
};
|
155
155
|
setAppValidation: {
|
156
156
|
subscribe(fn: (result: void, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -233,7 +233,7 @@ export declare const useVelcronEditorStore: () => {
|
|
233
233
|
subscribe(fn: (failureReason: any, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
234
234
|
};
|
235
235
|
addEditors: {
|
236
|
-
subscribe(fn: (failureReason: any, editors:
|
236
|
+
subscribe(fn: (failureReason: any, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
237
237
|
};
|
238
238
|
setAppValidation: {
|
239
239
|
subscribe(fn: (failureReason: any, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -307,7 +307,7 @@ export declare const useVelcronEditorStore: () => {
|
|
307
307
|
setAppDefinition(newDefinition: VelcronAppDefinition): void;
|
308
308
|
setAppDefinitionFromJson(newState: string): void;
|
309
309
|
mergeInSubState(toMerge: object): void;
|
310
|
-
addEditors(editors: Array<
|
310
|
+
addEditors(editors: Array<VelcronEditor>): void;
|
311
311
|
setAppValidation(newState: AppValidationState): void;
|
312
312
|
setCodeEditorTab(newState: codeEditorTabs): void;
|
313
313
|
setEditorMode(newState: editorModes): void;
|
@@ -17,7 +17,7 @@ declare const _default: {
|
|
17
17
|
type: import("vue").PropType<boolean>;
|
18
18
|
};
|
19
19
|
"color-schema-type": {
|
20
|
-
type: import("vue").PropType<"
|
20
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
21
21
|
};
|
22
22
|
"theme-definition": {
|
23
23
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -62,7 +62,7 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<boolean>;
|
63
63
|
};
|
64
64
|
"color-schema-type": {
|
65
|
-
type: import("vue").PropType<"
|
65
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
66
66
|
};
|
67
67
|
"theme-definition": {
|
68
68
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -115,7 +115,7 @@ declare const _default: {
|
|
115
115
|
type: import("vue").PropType<boolean>;
|
116
116
|
};
|
117
117
|
"color-schema-type": {
|
118
|
-
type: import("vue").PropType<"
|
118
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
119
119
|
};
|
120
120
|
"theme-definition": {
|
121
121
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -165,7 +165,7 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<boolean>;
|
166
166
|
};
|
167
167
|
"color-schema-type": {
|
168
|
-
type: import("vue").PropType<"
|
168
|
+
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
169
169
|
};
|
170
170
|
"theme-definition": {
|
171
171
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -205,7 +205,7 @@ declare const _default: {
|
|
205
205
|
colorSchemaType: any;
|
206
206
|
colors?: any;
|
207
207
|
} & {
|
208
|
-
"color-schema-type"?: "
|
208
|
+
"color-schema-type"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
209
209
|
active?: boolean;
|
210
210
|
themeDefinition?: ThemeDefinitionV2;
|
211
211
|
"theme-definition"?: ThemeDefinitionV2;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { VelcronRenderContext,
|
1
|
+
import { VelcronRenderContext, VelcronEditorRendererDefinition } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
definition: import("vue").Prop<
|
4
|
+
definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
|
5
5
|
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
6
6
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
definition: import("vue").Prop<
|
7
|
+
definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
|
8
8
|
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>>, {}, true, {}, {}, {
|
10
10
|
P: {};
|
@@ -14,18 +14,18 @@ declare const _default: {
|
|
14
14
|
M: {};
|
15
15
|
Defaults: {};
|
16
16
|
}, Readonly<import("vue").ExtractPropTypes<{
|
17
|
-
definition: import("vue").Prop<
|
17
|
+
definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
|
18
18
|
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
19
19
|
}>>, {}, {}, {}, {}, {}>;
|
20
20
|
__isFragment?: never;
|
21
21
|
__isTeleport?: never;
|
22
22
|
__isSuspense?: never;
|
23
23
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
definition: import("vue").Prop<
|
24
|
+
definition: import("vue").Prop<VelcronEditorRendererDefinition, VelcronEditorRendererDefinition>;
|
25
25
|
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
27
27
|
propsDefinition: Omit<Readonly<{} & {
|
28
|
-
definition?:
|
28
|
+
definition?: VelcronEditorRendererDefinition;
|
29
29
|
renderContext?: VelcronRenderContext;
|
30
30
|
}>, never>;
|
31
31
|
};
|