@omnia/fx 8.0.177-dev → 8.0.179-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/ux/ComponentTypings.d.ts +6 -0
- 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/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/docs/SampleTestBenchComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- 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/themestyling/ThemeStylingPlugin.d.ts +3 -0
- 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/calendar/Calendar.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/index.d.ts +1 -0
- 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 +15 -3
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +59 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +3 -2
- 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 +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
- 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/components/StateTree.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -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 +91 -91
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -37
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +0 -37
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +0 -32
@@ -0,0 +1,61 @@
|
|
1
|
+
import { PluginContext } from "@toast-ui/editor";
|
2
|
+
import { MarkdownPluginContext } from "../MarkdownPluginContext";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
context?: PluginContext;
|
5
|
+
} & {
|
6
|
+
options?: MarkdownPluginContext;
|
7
|
+
}> & Omit<{}, "options" | "context"> & {
|
8
|
+
"v-slots"?: {
|
9
|
+
default?: import("vue").Slot;
|
10
|
+
} & {};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
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)[];
|
44
|
+
};
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$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;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
50
|
+
context?: PluginContext;
|
51
|
+
} & {
|
52
|
+
options?: MarkdownPluginContext;
|
53
|
+
}> & {
|
54
|
+
"v-slots"?: {
|
55
|
+
default?: import("vue").Slot;
|
56
|
+
} & {};
|
57
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">;
|
58
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>;
|
61
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
import { PluginContext } from "@toast-ui/editor";
|
2
|
+
import { MarkdownPluginContext } from "../MarkdownPluginContext";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
context?: PluginContext;
|
5
|
+
} & {
|
6
|
+
options?: MarkdownPluginContext;
|
7
|
+
}> & Omit<{}, "options" | "context"> & {
|
8
|
+
"v-slots"?: {
|
9
|
+
default?: import("vue").Slot;
|
10
|
+
} & {};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
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)[];
|
44
|
+
};
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$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;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
50
|
+
context?: PluginContext;
|
51
|
+
} & {
|
52
|
+
options?: MarkdownPluginContext;
|
53
|
+
}> & {
|
54
|
+
"v-slots"?: {
|
55
|
+
default?: import("vue").Slot;
|
56
|
+
} & {};
|
57
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "context">;
|
58
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>;
|
61
|
+
export default _default;
|
@@ -86,12 +86,12 @@ declare const _default: {
|
|
86
86
|
};
|
87
87
|
}>> & {
|
88
88
|
onError?: (err: string) => any;
|
89
|
+
onScroll?: (event: any) => any;
|
89
90
|
onBlur?: () => any;
|
90
91
|
onChange?: (value: string, event: any) => any;
|
91
92
|
onFocus?: () => any;
|
92
93
|
onKeydown?: (event: any) => any;
|
93
94
|
onKeyup?: (event: any) => any;
|
94
|
-
onScroll?: (event: any) => any;
|
95
95
|
"onUpdate:modelValue"?: (value: string) => any;
|
96
96
|
onLayout?: (event: any) => any;
|
97
97
|
onConfiguration?: (event: any) => any;
|
@@ -220,12 +220,12 @@ declare const _default: {
|
|
220
220
|
};
|
221
221
|
}>> & {
|
222
222
|
onError?: (err: string) => any;
|
223
|
+
onScroll?: (event: any) => any;
|
223
224
|
onBlur?: () => any;
|
224
225
|
onChange?: (value: string, event: any) => any;
|
225
226
|
onFocus?: () => any;
|
226
227
|
onKeydown?: (event: any) => any;
|
227
228
|
onKeyup?: (event: any) => any;
|
228
|
-
onScroll?: (event: any) => any;
|
229
229
|
"onUpdate:modelValue"?: (value: string) => any;
|
230
230
|
onLayout?: (event: any) => any;
|
231
231
|
onConfiguration?: (event: any) => any;
|
@@ -336,12 +336,12 @@ declare const _default: {
|
|
336
336
|
};
|
337
337
|
}>> & {
|
338
338
|
onError?: (err: string) => any;
|
339
|
+
onScroll?: (event: any) => any;
|
339
340
|
onBlur?: () => any;
|
340
341
|
onChange?: (value: string, event: any) => any;
|
341
342
|
onFocus?: () => any;
|
342
343
|
onKeydown?: (event: any) => any;
|
343
344
|
onKeyup?: (event: any) => any;
|
344
|
-
onScroll?: (event: any) => any;
|
345
345
|
"onUpdate:modelValue"?: (value: string) => any;
|
346
346
|
onLayout?: (event: any) => any;
|
347
347
|
onConfiguration?: (event: any) => any;
|
@@ -449,12 +449,12 @@ declare const _default: {
|
|
449
449
|
};
|
450
450
|
}>> & {
|
451
451
|
onError?: (err: string) => any;
|
452
|
+
onScroll?: (event: any) => any;
|
452
453
|
onBlur?: () => any;
|
453
454
|
onChange?: (value: string, event: any) => any;
|
454
455
|
onFocus?: () => any;
|
455
456
|
onKeydown?: (event: any) => any;
|
456
457
|
onKeyup?: (event: any) => any;
|
457
|
-
onScroll?: (event: any) => any;
|
458
458
|
"onUpdate:modelValue"?: (value: string) => any;
|
459
459
|
onLayout?: (event: any) => any;
|
460
460
|
onConfiguration?: (event: any) => any;
|
@@ -566,14 +566,14 @@ declare const _default: {
|
|
566
566
|
"onUpdate:modelValue"?: (value: string) => any;
|
567
567
|
modelValue?: string;
|
568
568
|
language?: string;
|
569
|
-
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "
|
569
|
+
}>, "onError" | "onScroll" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
570
570
|
onError?: (err: string) => any;
|
571
|
+
onScroll?: (event: any) => any;
|
571
572
|
onBlur?: () => any;
|
572
573
|
onChange?: (value: string, event: any) => any;
|
573
574
|
onFocus?: () => any;
|
574
575
|
onKeydown?: (event: any) => any;
|
575
576
|
onKeyup?: (event: any) => any;
|
576
|
-
onScroll?: (event: any) => any;
|
577
577
|
"onUpdate:modelValue"?: (value: string) => any;
|
578
578
|
onLayout?: (event: any) => any;
|
579
579
|
onConfiguration?: (event: any) => any;
|
@@ -82,9 +82,9 @@ declare const _default: {
|
|
82
82
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
83
83
|
};
|
84
84
|
preset: {
|
85
|
-
type: import("vue").PropType<"
|
85
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
86
86
|
} & {
|
87
|
-
type: import("vue").PropType<"
|
87
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
88
88
|
};
|
89
89
|
overrides: {
|
90
90
|
type: import("vue").PropType<object>;
|
@@ -213,9 +213,9 @@ declare const _default: {
|
|
213
213
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
214
214
|
};
|
215
215
|
preset: {
|
216
|
-
type: import("vue").PropType<"
|
216
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
217
217
|
} & {
|
218
|
-
type: import("vue").PropType<"
|
218
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
219
219
|
};
|
220
220
|
overrides: {
|
221
221
|
type: import("vue").PropType<object>;
|
@@ -353,9 +353,9 @@ declare const _default: {
|
|
353
353
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
354
354
|
};
|
355
355
|
preset: {
|
356
|
-
type: import("vue").PropType<"
|
356
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
357
357
|
} & {
|
358
|
-
type: import("vue").PropType<"
|
358
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
359
359
|
};
|
360
360
|
overrides: {
|
361
361
|
type: import("vue").PropType<object>;
|
@@ -490,9 +490,9 @@ declare const _default: {
|
|
490
490
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
491
491
|
};
|
492
492
|
preset: {
|
493
|
-
type: import("vue").PropType<"
|
493
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
494
494
|
} & {
|
495
|
-
type: import("vue").PropType<"
|
495
|
+
type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
496
496
|
};
|
497
497
|
overrides: {
|
498
498
|
type: import("vue").PropType<object>;
|
@@ -564,7 +564,7 @@ declare const _default: {
|
|
564
564
|
grouped?: boolean;
|
565
565
|
loading?: boolean;
|
566
566
|
overrides?: object;
|
567
|
-
preset?: "
|
567
|
+
preset?: "select" | "cancel" | "close" | "delete" | "details" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
|
568
568
|
transparentHover?: boolean;
|
569
569
|
"transparent-hover"?: boolean;
|
570
570
|
stacked?: boolean;
|
@@ -0,0 +1,86 @@
|
|
1
|
+
import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
3
|
+
declare const defaultWeekDays: number[];
|
4
|
+
type EventType = {
|
5
|
+
title: string;
|
6
|
+
start: Date;
|
7
|
+
end: Date;
|
8
|
+
color?: string;
|
9
|
+
allDay?: boolean;
|
10
|
+
};
|
11
|
+
type CalendarProps = DefinePropTheming & DefinePropClass & DefineVModel<"", Date[], false, null, "The v-model of the component"> & DefineProp<"events", EventType[], false, null, "Array of events specific to this interval."> & DefineProp<"viewMode", "month" | "day" | "week", false, "month", "The current view mode of the calendar."> & DefineProp<"weekdays", number[], false, typeof defaultWeekDays, "Specifies which days of the week to display.Default is [0, 1, 2, 3, 4, 5, 6]"> & DefineProp<"year", number, false, null, "Specifies the year for the calendar view."> & DefineProp<"month", number, false, null, "Specifies the month for the calendar view."> & DefineProp<"intervals", number, false, 24, "Total number of intervals in a day view."> & DefineProp<"intervalStart", number, false, 0, "Starting time for this specific interval."> & DefineProp<"max", Date, false, null, "Maximum date or value that can be selected."> & DefineProp<"min", Date, false, null, "Minimum date or value that can be selected."> & DefineProp<"hideWeekNumber", boolean, false, false, "Toggles the display of week numbers in a calendar view."> & DefineProp<"hideDayHeader", boolean, false, false, "Determines whether the day header is visible in the calendar day view."> & DefineProp<"hideHeader", boolean, false, false, "Determines whether the header is hidden in the calendar view."> & DefineProp<"allowedDates", Date[] | ((date: Date) => boolean), false, null, "Determines which dates are selectable."> & DefineSlot<"event", (event: {
|
12
|
+
day: Date;
|
13
|
+
allDay: boolean;
|
14
|
+
event: Record<string, Date>;
|
15
|
+
}) => VNodeChild> & DefineSlot<"header", (header: {
|
16
|
+
title: string;
|
17
|
+
}) => VNodeChild>;
|
18
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<CalendarProps> & Omit<{}, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "min" | "max" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader"> & {
|
19
|
+
"v-slots"?: {
|
20
|
+
default?: import("vue").Slot;
|
21
|
+
} & {
|
22
|
+
event?: (event: {
|
23
|
+
day: Date;
|
24
|
+
allDay: boolean;
|
25
|
+
event: Record<string, Date>;
|
26
|
+
}) => VNodeChild;
|
27
|
+
header?: (header: {
|
28
|
+
title: string;
|
29
|
+
}) => VNodeChild;
|
30
|
+
};
|
31
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "min" | "max" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader" | "slot:event" | "slot:header">) => {
|
32
|
+
$: import("vue").ComponentInternalInstance;
|
33
|
+
$data: {};
|
34
|
+
$props: {};
|
35
|
+
$attrs: {
|
36
|
+
[x: string]: unknown;
|
37
|
+
};
|
38
|
+
$refs: {
|
39
|
+
[x: string]: unknown;
|
40
|
+
};
|
41
|
+
$slots: Readonly<{
|
42
|
+
[name: string]: import("vue").Slot<any>;
|
43
|
+
}>;
|
44
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
45
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
46
|
+
$emit: (event: string, ...args: any[]) => void;
|
47
|
+
$el: any;
|
48
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
49
|
+
beforeCreate?: (() => void) | (() => void)[];
|
50
|
+
created?: (() => void) | (() => void)[];
|
51
|
+
beforeMount?: (() => void) | (() => void)[];
|
52
|
+
mounted?: (() => void) | (() => void)[];
|
53
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
54
|
+
updated?: (() => void) | (() => void)[];
|
55
|
+
activated?: (() => void) | (() => void)[];
|
56
|
+
deactivated?: (() => void) | (() => void)[];
|
57
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
58
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
59
|
+
destroyed?: (() => void) | (() => void)[];
|
60
|
+
unmounted?: (() => void) | (() => void)[];
|
61
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
62
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
63
|
+
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)[];
|
64
|
+
};
|
65
|
+
$forceUpdate: () => void;
|
66
|
+
$nextTick: typeof import("vue").nextTick;
|
67
|
+
$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;
|
68
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
69
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<CalendarProps> & {
|
70
|
+
"v-slots"?: {
|
71
|
+
default?: import("vue").Slot;
|
72
|
+
} & {
|
73
|
+
event?: (event: {
|
74
|
+
day: Date;
|
75
|
+
allDay: boolean;
|
76
|
+
event: Record<string, Date>;
|
77
|
+
}) => VNodeChild;
|
78
|
+
header?: (header: {
|
79
|
+
title: string;
|
80
|
+
}) => VNodeChild;
|
81
|
+
};
|
82
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "min" | "max" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader">;
|
83
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
84
|
+
[key: string]: any;
|
85
|
+
}>;
|
86
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -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;
|
@@ -1,8 +1,14 @@
|
|
1
1
|
import { MaybeComputedRef, ValidationRule } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
export interface RadioGroupModel {
|
3
4
|
}
|
4
5
|
declare const _default: {
|
5
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
"v-slots": import("vue").Prop<{
|
8
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
9
|
+
} & {
|
10
|
+
label?: () => VNodeChild;
|
11
|
+
}>;
|
6
12
|
persistentHint: {
|
7
13
|
type: import("vue").PropType<boolean>;
|
8
14
|
required: false;
|
@@ -72,6 +78,11 @@ declare const _default: {
|
|
72
78
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
79
|
"update:modelValue": (value: any) => boolean;
|
74
80
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
81
|
+
"v-slots": import("vue").Prop<{
|
82
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
83
|
+
} & {
|
84
|
+
label?: () => VNodeChild;
|
85
|
+
}>;
|
75
86
|
persistentHint: {
|
76
87
|
type: import("vue").PropType<boolean>;
|
77
88
|
required: false;
|
@@ -148,6 +159,11 @@ declare const _default: {
|
|
148
159
|
M: {};
|
149
160
|
Defaults: {};
|
150
161
|
}, Readonly<import("vue").ExtractPropTypes<{
|
162
|
+
"v-slots": import("vue").Prop<{
|
163
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
164
|
+
} & {
|
165
|
+
label?: () => VNodeChild;
|
166
|
+
}>;
|
151
167
|
persistentHint: {
|
152
168
|
type: import("vue").PropType<boolean>;
|
153
169
|
required: false;
|
@@ -221,6 +237,11 @@ declare const _default: {
|
|
221
237
|
__isTeleport?: never;
|
222
238
|
__isSuspense?: never;
|
223
239
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
240
|
+
"v-slots": import("vue").Prop<{
|
241
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
242
|
+
} & {
|
243
|
+
label?: () => VNodeChild;
|
244
|
+
}>;
|
224
245
|
persistentHint: {
|
225
246
|
type: import("vue").PropType<boolean>;
|
226
247
|
required: false;
|
@@ -303,6 +324,11 @@ declare const _default: {
|
|
303
324
|
"v-model"?: string[] | MaybeComputedRef<boolean>;
|
304
325
|
"onUpdate:modelValue"?: (value: string[] | MaybeComputedRef<boolean>) => any;
|
305
326
|
modelValue?: string[] | MaybeComputedRef<boolean>;
|
327
|
+
"v-slots"?: {
|
328
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
329
|
+
} & {
|
330
|
+
label?: () => VNodeChild;
|
331
|
+
};
|
306
332
|
rules?: ValidationRule[];
|
307
333
|
hint?: string;
|
308
334
|
persistentHint?: boolean;
|
@@ -262,10 +262,10 @@ declare const _default: {
|
|
262
262
|
margin?: Spacing | SpacingValue;
|
263
263
|
padding?: Spacing | SpacingValue;
|
264
264
|
filled?: boolean;
|
265
|
-
alignY?: "top" | "center" | "bottom";
|
266
|
-
grow?: number;
|
267
265
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
268
266
|
toned?: boolean;
|
267
|
+
alignY?: "top" | "center" | "bottom";
|
268
|
+
grow?: number;
|
269
269
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
270
270
|
"min-width"?: string;
|
271
271
|
"align-y"?: "top" | "center" | "bottom";
|