@omnia/fx 8.0.162-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 +6 -6
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
- 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/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 +9 -9
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- 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 +8 -0
- 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 +9 -9
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- 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 +4 -0
- 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/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/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/components/Editor.d.ts +6 -6
- 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 +13 -13
- 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
@@ -11,10 +11,10 @@ declare const _default: {
|
|
11
11
|
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
12
12
|
};
|
13
13
|
"component-host": {
|
14
|
-
type: import("vue").PropType<"
|
14
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
15
15
|
};
|
16
16
|
componentHost: {
|
17
|
-
type: import("vue").PropType<"
|
17
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
18
18
|
};
|
19
19
|
host: {
|
20
20
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
36
36
|
};
|
37
37
|
"component-host": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
39
39
|
};
|
40
40
|
componentHost: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
42
42
|
};
|
43
43
|
host: {
|
44
44
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -64,10 +64,10 @@ declare const _default: {
|
|
64
64
|
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
65
65
|
};
|
66
66
|
"component-host": {
|
67
|
-
type: import("vue").PropType<"
|
67
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
68
68
|
};
|
69
69
|
componentHost: {
|
70
|
-
type: import("vue").PropType<"
|
70
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
71
71
|
};
|
72
72
|
host: {
|
73
73
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -92,10 +92,10 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
93
93
|
};
|
94
94
|
"component-host": {
|
95
|
-
type: import("vue").PropType<"
|
95
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
96
96
|
};
|
97
97
|
componentHost: {
|
98
|
-
type: import("vue").PropType<"
|
98
|
+
type: import("vue").PropType<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
99
99
|
};
|
100
100
|
host: {
|
101
101
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -108,8 +108,8 @@ declare const _default: {
|
|
108
108
|
propsDefinition: Omit<Readonly<{} & {
|
109
109
|
host?: "admin" | "editor" | "docs";
|
110
110
|
variant?: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
111
|
-
componentHost?: "
|
112
|
-
"component-host"?: "
|
111
|
+
componentHost?: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
112
|
+
"component-host"?: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
113
113
|
force?: boolean;
|
114
114
|
}>, never>;
|
115
115
|
};
|
@@ -241,9 +241,9 @@ declare const _default: {
|
|
241
241
|
colorSchemaType?: any;
|
242
242
|
colors?: any;
|
243
243
|
} & {
|
244
|
+
inline?: boolean;
|
244
245
|
class?: String | String[];
|
245
246
|
label?: string;
|
246
|
-
inline?: boolean;
|
247
247
|
disabled?: boolean;
|
248
248
|
"v-model"?: any;
|
249
249
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -4934,6 +4934,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4934
4934
|
role?: string;
|
4935
4935
|
};
|
4936
4936
|
category?: string;
|
4937
|
+
locations?: ("inline" | "pane" | "menu")[];
|
4937
4938
|
type: string;
|
4938
4939
|
settings?: any;
|
4939
4940
|
stateMapping?: string;
|
@@ -5154,6 +5155,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5154
5155
|
role?: string;
|
5155
5156
|
};
|
5156
5157
|
category?: string;
|
5158
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5157
5159
|
type: string;
|
5158
5160
|
settings?: any;
|
5159
5161
|
stateMapping?: string;
|
@@ -5374,6 +5376,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5374
5376
|
role?: string;
|
5375
5377
|
};
|
5376
5378
|
category?: string;
|
5379
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5377
5380
|
type: string;
|
5378
5381
|
settings?: any;
|
5379
5382
|
stateMapping?: string;
|
@@ -5594,6 +5597,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5594
5597
|
role?: string;
|
5595
5598
|
};
|
5596
5599
|
category?: string;
|
5600
|
+
locations?: ("inline" | "pane" | "menu")[];
|
5597
5601
|
type: string;
|
5598
5602
|
settings?: any;
|
5599
5603
|
stateMapping?: string;
|
@@ -11199,6 +11203,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11199
11203
|
role?: string;
|
11200
11204
|
};
|
11201
11205
|
category?: string;
|
11206
|
+
locations?: ("inline" | "pane" | "menu")[];
|
11202
11207
|
type: string;
|
11203
11208
|
settings?: any;
|
11204
11209
|
stateMapping?: string;
|
@@ -11419,6 +11424,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11419
11424
|
role?: string;
|
11420
11425
|
};
|
11421
11426
|
category?: string;
|
11427
|
+
locations?: ("inline" | "pane" | "menu")[];
|
11422
11428
|
type: string;
|
11423
11429
|
settings?: any;
|
11424
11430
|
stateMapping?: string;
|
@@ -11639,6 +11645,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11639
11645
|
role?: string;
|
11640
11646
|
};
|
11641
11647
|
category?: string;
|
11648
|
+
locations?: ("inline" | "pane" | "menu")[];
|
11642
11649
|
type: string;
|
11643
11650
|
settings?: any;
|
11644
11651
|
stateMapping?: string;
|
@@ -11859,6 +11866,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11859
11866
|
role?: string;
|
11860
11867
|
};
|
11861
11868
|
category?: string;
|
11869
|
+
locations?: ("inline" | "pane" | "menu")[];
|
11862
11870
|
type: string;
|
11863
11871
|
settings?: any;
|
11864
11872
|
stateMapping?: string;
|
@@ -0,0 +1,65 @@
|
|
1
|
+
declare const _default: (props: {
|
2
|
+
"v-model"?: string;
|
3
|
+
"onUpdate:modelValue"?: (value: string) => void;
|
4
|
+
modelValue?: string;
|
5
|
+
location?: Anchor;
|
6
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
7
|
+
format?: "ampm" | "24hr";
|
8
|
+
} & Omit<{}, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location"> & {
|
9
|
+
"v-slots"?: {
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
} & {};
|
12
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location">) => {
|
13
|
+
$: import("vue").ComponentInternalInstance;
|
14
|
+
$data: {};
|
15
|
+
$props: {};
|
16
|
+
$attrs: {
|
17
|
+
[x: string]: unknown;
|
18
|
+
};
|
19
|
+
$refs: {
|
20
|
+
[x: string]: unknown;
|
21
|
+
};
|
22
|
+
$slots: Readonly<{
|
23
|
+
[name: string]: import("vue").Slot<any>;
|
24
|
+
}>;
|
25
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$emit: (event: string, ...args: any[]) => void;
|
28
|
+
$el: any;
|
29
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
30
|
+
beforeCreate?: (() => void) | (() => void)[];
|
31
|
+
created?: (() => void) | (() => void)[];
|
32
|
+
beforeMount?: (() => void) | (() => void)[];
|
33
|
+
mounted?: (() => void) | (() => void)[];
|
34
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
35
|
+
updated?: (() => void) | (() => void)[];
|
36
|
+
activated?: (() => void) | (() => void)[];
|
37
|
+
deactivated?: (() => void) | (() => void)[];
|
38
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
39
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
40
|
+
destroyed?: (() => void) | (() => void)[];
|
41
|
+
unmounted?: (() => void) | (() => void)[];
|
42
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
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)[];
|
45
|
+
};
|
46
|
+
$forceUpdate: () => void;
|
47
|
+
$nextTick: typeof import("vue").nextTick;
|
48
|
+
$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;
|
49
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
+
propsDefinition: {
|
51
|
+
"v-model"?: string;
|
52
|
+
"onUpdate:modelValue"?: (value: string) => void;
|
53
|
+
modelValue?: string;
|
54
|
+
location?: Anchor;
|
55
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
56
|
+
format?: "ampm" | "24hr";
|
57
|
+
} & {
|
58
|
+
"v-slots"?: {
|
59
|
+
default?: import("vue").Slot;
|
60
|
+
} & {};
|
61
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location">;
|
62
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
63
|
+
[key: string]: any;
|
64
|
+
}>;
|
65
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,55 @@
|
|
1
|
+
declare const _default: (props: {
|
2
|
+
[x: string]: any;
|
3
|
+
} & Omit<{}, string | number> & {
|
4
|
+
"v-slots"?: {
|
5
|
+
default?: import("vue").Slot;
|
6
|
+
} & {};
|
7
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
8
|
+
$: import("vue").ComponentInternalInstance;
|
9
|
+
$data: {};
|
10
|
+
$props: {};
|
11
|
+
$attrs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$refs: {
|
15
|
+
[x: string]: unknown;
|
16
|
+
};
|
17
|
+
$slots: Readonly<{
|
18
|
+
[name: string]: import("vue").Slot<any>;
|
19
|
+
}>;
|
20
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
21
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$emit: (event: string, ...args: any[]) => void;
|
23
|
+
$el: any;
|
24
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
25
|
+
beforeCreate?: (() => void) | (() => void)[];
|
26
|
+
created?: (() => void) | (() => void)[];
|
27
|
+
beforeMount?: (() => void) | (() => void)[];
|
28
|
+
mounted?: (() => void) | (() => void)[];
|
29
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
30
|
+
updated?: (() => void) | (() => void)[];
|
31
|
+
activated?: (() => void) | (() => void)[];
|
32
|
+
deactivated?: (() => void) | (() => void)[];
|
33
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
34
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
35
|
+
destroyed?: (() => void) | (() => void)[];
|
36
|
+
unmounted?: (() => void) | (() => void)[];
|
37
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
38
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
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)[];
|
40
|
+
};
|
41
|
+
$forceUpdate: () => void;
|
42
|
+
$nextTick: typeof import("vue").nextTick;
|
43
|
+
$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;
|
44
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
+
propsDefinition: {
|
46
|
+
[x: string]: any;
|
47
|
+
} & {
|
48
|
+
"v-slots"?: {
|
49
|
+
default?: import("vue").Slot;
|
50
|
+
} & {};
|
51
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
52
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
+
[key: string]: any;
|
54
|
+
}>;
|
55
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -47,9 +47,9 @@ declare const _default: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
48
48
|
};
|
49
49
|
variant: {
|
50
|
-
type: import("vue").PropType<"
|
50
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
51
51
|
} & {
|
52
|
-
type: import("vue").PropType<"
|
52
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
53
53
|
};
|
54
54
|
class: {
|
55
55
|
type: import("vue").PropType<String | String[]>;
|
@@ -110,9 +110,9 @@ declare const _default: {
|
|
110
110
|
type: import("vue").PropType<string>;
|
111
111
|
};
|
112
112
|
variant: {
|
113
|
-
type: import("vue").PropType<"
|
113
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
114
114
|
} & {
|
115
|
-
type: import("vue").PropType<"
|
115
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
116
116
|
};
|
117
117
|
class: {
|
118
118
|
type: import("vue").PropType<String | String[]>;
|
@@ -181,9 +181,9 @@ declare const _default: {
|
|
181
181
|
type: import("vue").PropType<string>;
|
182
182
|
};
|
183
183
|
variant: {
|
184
|
-
type: import("vue").PropType<"
|
184
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
185
185
|
} & {
|
186
|
-
type: import("vue").PropType<"
|
186
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
187
187
|
};
|
188
188
|
class: {
|
189
189
|
type: import("vue").PropType<String | String[]>;
|
@@ -249,9 +249,9 @@ declare const _default: {
|
|
249
249
|
type: import("vue").PropType<string>;
|
250
250
|
};
|
251
251
|
variant: {
|
252
|
-
type: import("vue").PropType<"
|
252
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
253
253
|
} & {
|
254
|
-
type: import("vue").PropType<"
|
254
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
255
255
|
};
|
256
256
|
class: {
|
257
257
|
type: import("vue").PropType<String | String[]>;
|
@@ -287,7 +287,7 @@ declare const _default: {
|
|
287
287
|
title?: Func<[VNodeChild]>;
|
288
288
|
customButtons?: Func<[VNodeChild]>;
|
289
289
|
};
|
290
|
-
variant?: "
|
290
|
+
variant?: "menu" | "default" | "drawer" | "blade";
|
291
291
|
subTitle?: string;
|
292
292
|
"sub-title"?: string;
|
293
293
|
backButton?: boolean;
|