@omnia/fx 8.0.178-dev → 8.0.180-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/core/ObjectMerger.d.ts +7 -0
- package/internal-do-not-import-from-here/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +0 -12
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +124 -120
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +84 -265
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +52 -35
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +148 -3
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMergerTemp.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +60 -3
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/{ThemeStylingPlugin.d.ts → themestyling/ThemeStylingPlugin.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
- 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.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +21 -21
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +54 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +0 -5
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
2
|
+
"v-slots"?: {
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
} & {};
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
6
|
+
$: import("vue").ComponentInternalInstance;
|
7
|
+
$data: {};
|
8
|
+
$props: {};
|
9
|
+
$attrs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$refs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$slots: Readonly<{
|
16
|
+
[name: string]: import("vue").Slot<any>;
|
17
|
+
}>;
|
18
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
20
|
+
$emit: (event: string, ...args: any[]) => void;
|
21
|
+
$el: any;
|
22
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
23
|
+
beforeCreate?: (() => void) | (() => void)[];
|
24
|
+
created?: (() => void) | (() => void)[];
|
25
|
+
beforeMount?: (() => void) | (() => void)[];
|
26
|
+
mounted?: (() => void) | (() => void)[];
|
27
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
28
|
+
updated?: (() => void) | (() => void)[];
|
29
|
+
activated?: (() => void) | (() => void)[];
|
30
|
+
deactivated?: (() => void) | (() => void)[];
|
31
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
32
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
33
|
+
destroyed?: (() => void) | (() => void)[];
|
34
|
+
unmounted?: (() => void) | (() => void)[];
|
35
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
37
|
+
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)[];
|
38
|
+
};
|
39
|
+
$forceUpdate: () => void;
|
40
|
+
$nextTick: typeof import("vue").nextTick;
|
41
|
+
$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;
|
42
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -402,12 +402,12 @@ declare const _default: {
|
|
402
402
|
padding?: Spacing | SpacingValue;
|
403
403
|
wrap?: boolean;
|
404
404
|
filled?: boolean;
|
405
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
406
|
+
toned?: boolean;
|
405
407
|
gapX?: SpacingValue;
|
406
408
|
gapY?: SpacingValue;
|
407
409
|
alignX?: "left" | "right" | "center";
|
408
410
|
alignY?: "top" | "center" | "bottom";
|
409
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
410
|
-
toned?: boolean;
|
411
411
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
412
412
|
"min-width"?: string;
|
413
413
|
"min-height"?: string;
|
@@ -346,8 +346,8 @@ declare const _default: {
|
|
346
346
|
} & VRatingSlots;
|
347
347
|
readonly?: boolean;
|
348
348
|
clearable?: boolean;
|
349
|
-
density?: "default" | "compact" | "comfortable";
|
350
349
|
hover?: boolean;
|
350
|
+
density?: "default" | "compact" | "comfortable";
|
351
351
|
}>, never>;
|
352
352
|
};
|
353
353
|
export default _default;
|
@@ -66,7 +66,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
66
66
|
"onUpdate:focused"?: (value: boolean) => any;
|
67
67
|
"onClick:button"?: (value: any) => any;
|
68
68
|
"onUpdate:search"?: (value: string) => any;
|
69
|
-
}, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "
|
69
|
+
}, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemValue" | "returnObject" | "hideNoData" | "itemTitle" | "menuIcon" | "hideSelected"> & {
|
70
70
|
"v-slots"?: {
|
71
71
|
default?: import("vue").Slot;
|
72
72
|
} & {
|
@@ -75,7 +75,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
75
75
|
item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
|
76
76
|
"append-item"?: () => VNodeChild;
|
77
77
|
};
|
78
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "emit:update:focused" | "emit:click:button" | "clearable" | "
|
78
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "emit:update:focused" | "emit:click:button" | "clearable" | "slot:item" | "itemValue" | "returnObject" | "hideNoData" | "itemTitle" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:update:search" | "slot:chip" | "slot:selection" | "slot:append-item">) => {
|
79
79
|
$: import("vue").ComponentInternalInstance;
|
80
80
|
$data: {};
|
81
81
|
$props: {};
|
@@ -179,7 +179,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
179
179
|
"onUpdate:focused"?: (value: boolean) => any;
|
180
180
|
"onClick:button"?: (value: any) => any;
|
181
181
|
"onUpdate:search"?: (value: string) => any;
|
182
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "
|
182
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemValue" | "returnObject" | "hideNoData" | "itemTitle" | "menuIcon" | "hideSelected">;
|
183
183
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
184
184
|
[key: string]: any;
|
185
185
|
}>;
|
@@ -8,7 +8,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
|
|
8
8
|
} & {
|
9
9
|
activator?: () => VNodeChild;
|
10
10
|
};
|
11
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "location" | "openOnHover" | "openOnClick" | "openOnFocus">) => {
|
12
12
|
$: import("vue").ComponentInternalInstance;
|
13
13
|
$data: {};
|
14
14
|
$props: {};
|
@@ -442,9 +442,9 @@ declare const _default: {
|
|
442
442
|
class?: String | String[];
|
443
443
|
vertical?: boolean;
|
444
444
|
contentClass?: string | string[];
|
445
|
-
grow?: boolean;
|
446
445
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
447
446
|
toned?: boolean;
|
447
|
+
grow?: boolean;
|
448
448
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
449
449
|
"v-model"?: number;
|
450
450
|
"onUpdate:modelValue"?: (value: number) => any;
|
@@ -581,13 +581,13 @@ declare const _default: {
|
|
581
581
|
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
582
582
|
itemToolTip?: (item: any) => VNodeChild;
|
583
583
|
};
|
584
|
-
|
584
|
+
"v-model:expanded"?: any[];
|
585
|
+
"onUpdate:expanded"?: (value: any[]) => any;
|
585
586
|
itemValue?: string;
|
587
|
+
itemTitle?: string | ((item: any) => string);
|
586
588
|
"item-value"?: string;
|
587
589
|
"item-title"?: string | ((item: any) => string);
|
588
|
-
"onUpdate:expanded"?: (value: any[]) => any;
|
589
590
|
itemChildren?: string;
|
590
|
-
"v-model:expanded"?: any[];
|
591
591
|
expandOnSelection?: boolean;
|
592
592
|
"expand-on-selection"?: boolean;
|
593
593
|
batchChildrensDisplay?: number;
|
@@ -0,0 +1,70 @@
|
|
1
|
+
export declare function useDraggable(): {
|
2
|
+
Draggable: (props: import("../InternalDefineComponent").ExtractProps<{
|
3
|
+
"v-model"?: any[];
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: any[]) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: any[];
|
8
|
+
} & {
|
9
|
+
placeholderClass?: string;
|
10
|
+
}> & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "placeholderClass"> & {
|
11
|
+
"v-slots"?: {
|
12
|
+
default?: import("vue").Slot;
|
13
|
+
} & {};
|
14
|
+
} & Omit<import("..").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "placeholderClass">) => {
|
15
|
+
$: import("vue").ComponentInternalInstance;
|
16
|
+
$data: {};
|
17
|
+
$props: {};
|
18
|
+
$attrs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$refs: {
|
22
|
+
[x: string]: unknown;
|
23
|
+
};
|
24
|
+
$slots: Readonly<{
|
25
|
+
[name: string]: import("vue").Slot<any>;
|
26
|
+
}>;
|
27
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
28
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
29
|
+
$emit: (event: string, ...args: any[]) => void;
|
30
|
+
$el: any;
|
31
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
32
|
+
beforeCreate?: (() => void) | (() => void)[];
|
33
|
+
created?: (() => void) | (() => void)[];
|
34
|
+
beforeMount?: (() => void) | (() => void)[];
|
35
|
+
mounted?: (() => void) | (() => void)[];
|
36
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
37
|
+
updated?: (() => void) | (() => void)[];
|
38
|
+
activated?: (() => void) | (() => void)[];
|
39
|
+
deactivated?: (() => void) | (() => void)[];
|
40
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
41
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
42
|
+
destroyed?: (() => void) | (() => void)[];
|
43
|
+
unmounted?: (() => void) | (() => void)[];
|
44
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
45
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
46
|
+
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)[];
|
47
|
+
};
|
48
|
+
$forceUpdate: () => void;
|
49
|
+
$nextTick: typeof import("vue").nextTick;
|
50
|
+
$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;
|
51
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
|
+
propsDefinition: import("../InternalDefineComponent").ExtractProps<{
|
53
|
+
"v-model"?: any[];
|
54
|
+
} & {
|
55
|
+
"onUpdate:modelValue"?: (value: any[]) => void;
|
56
|
+
} & {
|
57
|
+
modelValue?: any[];
|
58
|
+
} & {
|
59
|
+
placeholderClass?: string;
|
60
|
+
}> & {
|
61
|
+
"v-slots"?: {
|
62
|
+
default?: import("vue").Slot;
|
63
|
+
} & {};
|
64
|
+
} & {} & Omit<import("..").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "placeholderClass">;
|
65
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
|
+
[key: string]: any;
|
67
|
+
}>;
|
68
|
+
draggableItemClass: string;
|
69
|
+
disabledDraggableItemClass: string;
|
70
|
+
};
|
@@ -154,21 +154,26 @@ export interface VelcronRenderProp {
|
|
154
154
|
export interface VelcronDefinitionHasEffects {
|
155
155
|
effects?: VelcronEffects;
|
156
156
|
}
|
157
|
+
export interface VelcronDefinitionHasOverflow {
|
158
|
+
overflow?: VelcronOverflowValues;
|
159
|
+
overflowX?: VelcronOverflowValues;
|
160
|
+
overflowY?: VelcronOverflowValues;
|
161
|
+
}
|
157
162
|
/*** Built-in Components *********************************************************************/
|
158
|
-
export interface VelcronFlexDefinition extends VelcronDefinition, VelcronColorStyling {
|
163
|
+
export interface VelcronFlexDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasOverflow {
|
159
164
|
type: "flex";
|
160
165
|
events?: VelcronOnPressEvent;
|
161
166
|
border?: VelcronBorder;
|
162
167
|
borderRadius?: VelcronDimensions;
|
163
168
|
}
|
164
|
-
export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasEffects {
|
169
|
+
export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow {
|
165
170
|
type: "row";
|
166
171
|
events?: VelcronOnPressEvent;
|
167
172
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
168
|
-
|
173
|
+
position?: VelcronBindableProp<VelcronPosition>;
|
174
|
+
zIndex?: VelcronBindableProp<number>;
|
169
175
|
blueprint?: ContainerBlueprint | ContainerVariant;
|
170
176
|
background?: BackgroundDefinition;
|
171
|
-
hideOverflow?: boolean;
|
172
177
|
wrap?: boolean;
|
173
178
|
gapX?: number | string;
|
174
179
|
gapY?: number | string;
|
@@ -180,12 +185,18 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
180
185
|
height?: number | string;
|
181
186
|
minHeight?: number | string;
|
182
187
|
}
|
183
|
-
export interface
|
188
|
+
export interface VelcronPosition extends VelcronDimensions {
|
189
|
+
type: "absolute" | "fixed" | "relative" | "sticky";
|
190
|
+
}
|
191
|
+
export type VelcronOverflowValues = "visible" | "hidden" | "scroll" | "auto";
|
192
|
+
export interface VelcronFlexColumnDefinition extends VelcronDefinition, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow {
|
184
193
|
type: "column";
|
185
194
|
events?: VelcronOnPressEvent;
|
186
195
|
grow?: number;
|
187
196
|
alignY?: VelcronVerticalAlignments;
|
197
|
+
position?: VelcronPosition;
|
188
198
|
absolute?: VelcronSpacing;
|
199
|
+
zIndex?: number;
|
189
200
|
width?: number | string;
|
190
201
|
minWidth?: number | string;
|
191
202
|
}
|
@@ -306,10 +317,10 @@ export interface VelcronEditorRendererDefinition extends VelcronDefinition {
|
|
306
317
|
events?: VelcronOnUpdatedEvent;
|
307
318
|
}
|
308
319
|
export interface VelcronDimensions {
|
309
|
-
top
|
310
|
-
right
|
311
|
-
bottom
|
312
|
-
left
|
320
|
+
top?: number | string;
|
321
|
+
right?: number | string;
|
322
|
+
bottom?: number | string;
|
323
|
+
left?: number | string;
|
313
324
|
}
|
314
325
|
export interface VelcronBorder extends VelcronDimensions {
|
315
326
|
colorType?: string;
|
@@ -18,6 +18,13 @@ export interface VelcronMarkdownEditorSettings {
|
|
18
18
|
}
|
19
19
|
export interface VelcronSpacingEditorSettings {
|
20
20
|
individualSelection: boolean;
|
21
|
+
mode?: "default" | "position";
|
22
|
+
}
|
23
|
+
export interface VelcronSelectEditorSettings {
|
24
|
+
options: Array<{
|
25
|
+
title: string;
|
26
|
+
value: string;
|
27
|
+
}>;
|
21
28
|
}
|
22
29
|
export interface VelcronTextEditorSettings {
|
23
30
|
type: TypographyType;
|
@@ -85,3 +92,6 @@ export interface VelcronBackgroundEditor extends VelcronEditor<VelcronBackground
|
|
85
92
|
export interface VelcronGridEditor extends VelcronEditor<any> {
|
86
93
|
type: "grid";
|
87
94
|
}
|
95
|
+
export interface VelcronSelectEditor extends VelcronEditor<VelcronSelectEditorSettings> {
|
96
|
+
type: "select";
|
97
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
1
|
+
import { VelcronBorder, VelcronColorStyling, VelcronDefinitionHasEffects, VelcronDefinitionHasOverflow, VelcronDimensions, VelcronEffects, VelcronRenderContext } from "../models";
|
2
2
|
import { VelcronUnitProvider } from "../models/VelcronUnitProvider";
|
3
|
-
import { VelcronDefinition } from "..";
|
3
|
+
import { SpacingDefinition, VelcronBindableProp, VelcronDefinition } from "..";
|
4
4
|
export declare class VelcronStyles {
|
5
5
|
static styleProvider: (baseStyles: object, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => any;
|
6
6
|
static effectsProvider: (effects: VelcronEffects, renderCtx: VelcronRenderContext) => VelcronEffects;
|
@@ -12,5 +12,8 @@ export declare class VelcronStyles {
|
|
12
12
|
static insertBorderRadiusStyles(styleBase: any, settings: VelcronDimensions): void;
|
13
13
|
static insertBorderStyles(styleBase: any, borderSettings: VelcronBorder, renderCtx: VelcronRenderContext): void;
|
14
14
|
static create(definition: VelcronDefinition, renderCtx: VelcronRenderContext): object | string;
|
15
|
+
static applySpacingDimension(value: string | number, spacing: SpacingDefinition): string | number;
|
16
|
+
static applyOverflow(definition: VelcronDefinitionHasOverflow, renderCtx: VelcronRenderContext, styleBase: any): void;
|
17
|
+
static applySpacingStyles<T>(spacing: VelcronBindableProp<T>, renderCtx: VelcronRenderContext, styleBase: any, spacingDef: SpacingDefinition, styleType: string, objectIsDatabound?: (obj: T) => void, additionalPropsToDataBind?: object): void;
|
15
18
|
static dataBindStyles(styles: object, renderCtx: VelcronRenderContext): object;
|
16
19
|
}
|
@@ -15,7 +15,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
15
|
} & {
|
16
16
|
activator?: () => VNodeChild;
|
17
17
|
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "slot:activator" | "openOnHover">) => {
|
19
19
|
$: import("vue").ComponentInternalInstance;
|
20
20
|
$data: {};
|
21
21
|
$props: {};
|
@@ -26,6 +26,15 @@ export interface VelcronSubComponentDescriptor extends VelcronDescriptor {
|
|
26
26
|
properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
|
27
27
|
events?: Array<VelcronComponentEventDescriptor>;
|
28
28
|
}
|
29
|
+
export interface VelcronComponentPropertyCleanupCondition {
|
30
|
+
propertyPath: string;
|
31
|
+
matchValue?: Array<any>;
|
32
|
+
containsInSubProperty?: {
|
33
|
+
subPropertyPath: string;
|
34
|
+
values: Array<any>;
|
35
|
+
};
|
36
|
+
alwaysDelete?: boolean;
|
37
|
+
}
|
29
38
|
export interface VelcronComponentPropertyDescriptor {
|
30
39
|
name: string;
|
31
40
|
type: VelcronDataTypes;
|
@@ -36,6 +45,7 @@ export interface VelcronComponentPropertyDescriptor {
|
|
36
45
|
disableRemovePropertyOnEmptyOrFalse?: boolean;
|
37
46
|
label?: string;
|
38
47
|
bindable?: boolean;
|
48
|
+
propertyCleanup?: Array<VelcronComponentPropertyCleanupCondition>;
|
39
49
|
}
|
40
50
|
export interface VelcronComponentArrayPropertyDescriptor extends VelcronComponentPropertyDescriptor {
|
41
51
|
type: VelcronDataTypes.componentArray;
|
package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts
CHANGED
@@ -19,6 +19,7 @@ export declare const VelcronContainerEditorDescriptor: VelcronEditorDescriptor;
|
|
19
19
|
export declare const VelcronBlueprintEditorDescriptor: VelcronEditorDescriptor;
|
20
20
|
export declare const VelcronBackgroundEditorDescriptor: VelcronEditorDescriptor;
|
21
21
|
export declare const VelcronGridEditorDescriptor: VelcronEditorDescriptor;
|
22
|
+
export declare const VelcronSelectEditorDescriptor: VelcronEditorDescriptor;
|
22
23
|
type BuiltInPropertyEditorDescriptorMap = {
|
23
24
|
[key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronNumberEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor | typeof VelcronBackgroundEditorDescriptor | typeof VelcronBlueprintEditorDescriptor | typeof VelcronGridEditorDescriptor;
|
24
25
|
};
|