@omnia/fx 8.0.24-vnext → 8.0.25-vnext
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 +25 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +260 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +277 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +593 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -9
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +75 -39
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +243 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +70 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -14
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDescriptors.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +62 -6
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -1
- 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/renderer/components/App.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -62
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +6 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +6 -0
- package/package.json +2 -2
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -19,9 +19,10 @@ declare const _default: {
|
|
19
19
|
} & {
|
20
20
|
type: import("vue").PropType<boolean>;
|
21
21
|
};
|
22
|
-
color: {
|
22
|
+
"color-type": {
|
23
23
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
24
|
-
}
|
24
|
+
};
|
25
|
+
colorType: {
|
25
26
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
26
27
|
};
|
27
28
|
typography: {
|
@@ -62,9 +63,10 @@ declare const _default: {
|
|
62
63
|
} & {
|
63
64
|
type: import("vue").PropType<boolean>;
|
64
65
|
};
|
65
|
-
color: {
|
66
|
+
"color-type": {
|
66
67
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
67
|
-
}
|
68
|
+
};
|
69
|
+
colorType: {
|
68
70
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
69
71
|
};
|
70
72
|
typography: {
|
@@ -115,9 +117,10 @@ declare const _default: {
|
|
115
117
|
} & {
|
116
118
|
type: import("vue").PropType<boolean>;
|
117
119
|
};
|
118
|
-
color: {
|
120
|
+
"color-type": {
|
119
121
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
120
|
-
}
|
122
|
+
};
|
123
|
+
colorType: {
|
121
124
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
122
125
|
};
|
123
126
|
typography: {
|
@@ -148,9 +151,10 @@ declare const _default: {
|
|
148
151
|
} & {
|
149
152
|
type: import("vue").PropType<boolean>;
|
150
153
|
};
|
151
|
-
color: {
|
154
|
+
"color-type": {
|
152
155
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
153
|
-
}
|
156
|
+
};
|
157
|
+
colorType: {
|
154
158
|
type: import("vue").PropType<ColorType | ColorTypes>;
|
155
159
|
};
|
156
160
|
typography: {
|
@@ -176,9 +180,10 @@ declare const _default: {
|
|
176
180
|
colors?: any;
|
177
181
|
} & {
|
178
182
|
class?: String | String[];
|
179
|
-
color?: ColorType | ColorTypes;
|
180
183
|
typography?: TypographyType | TypographyTypes;
|
181
184
|
toned?: boolean;
|
185
|
+
colorType?: ColorType | ColorTypes;
|
186
|
+
"color-type"?: ColorType | ColorTypes;
|
182
187
|
truncateLines?: number;
|
183
188
|
"truncate-lines"?: number;
|
184
189
|
}>;
|
@@ -8,6 +8,11 @@ declare const _default: {
|
|
8
8
|
colorSchemaType?: any;
|
9
9
|
colors?: any;
|
10
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
toned: {
|
12
|
+
type: import("vue").PropType<Boolean>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<Boolean>;
|
15
|
+
};
|
11
16
|
type: {
|
12
17
|
type: import("vue").PropType<"number">;
|
13
18
|
} & {
|
@@ -112,6 +117,11 @@ declare const _default: {
|
|
112
117
|
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:button") => void);
|
113
118
|
$el: any;
|
114
119
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
120
|
+
toned: {
|
121
|
+
type: import("vue").PropType<Boolean>;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<Boolean>;
|
124
|
+
};
|
115
125
|
type: {
|
116
126
|
type: import("vue").PropType<"number">;
|
117
127
|
} & {
|
@@ -229,6 +239,11 @@ declare const _default: {
|
|
229
239
|
$nextTick: typeof import("vue").nextTick;
|
230
240
|
$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;
|
231
241
|
} & Readonly<import("vue").ExtractPropTypes<{
|
242
|
+
toned: {
|
243
|
+
type: import("vue").PropType<Boolean>;
|
244
|
+
} & {
|
245
|
+
type: import("vue").PropType<Boolean>;
|
246
|
+
};
|
232
247
|
type: {
|
233
248
|
type: import("vue").PropType<"number">;
|
234
249
|
} & {
|
@@ -323,6 +338,11 @@ declare const _default: {
|
|
323
338
|
__isTeleport?: never;
|
324
339
|
__isSuspense?: never;
|
325
340
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
341
|
+
toned: {
|
342
|
+
type: import("vue").PropType<Boolean>;
|
343
|
+
} & {
|
344
|
+
type: import("vue").PropType<Boolean>;
|
345
|
+
};
|
326
346
|
type: {
|
327
347
|
type: import("vue").PropType<"number">;
|
328
348
|
} & {
|
@@ -478,6 +498,7 @@ declare const _default: {
|
|
478
498
|
"v-model"?: string;
|
479
499
|
modelValue?: string;
|
480
500
|
variant?: VariantType;
|
501
|
+
toned?: Boolean;
|
481
502
|
clearable?: boolean;
|
482
503
|
}> & {
|
483
504
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -1,25 +1,33 @@
|
|
1
|
-
import { IIcon } from "@omnia/fx/models";
|
1
|
+
import { Func, IIcon } from "@omnia/fx/models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): {
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
colors?: import("vue").Prop<unknown, unknown>;
|
14
|
-
"v-slots"?: import("vue").Prop<{
|
8
|
+
"v-slots": import("vue").Prop<({
|
9
|
+
default?: Func<[VNodeChild]>;
|
10
|
+
} & {
|
11
|
+
title?: Func<[VNodeChild]>;
|
12
|
+
}) | ({
|
15
13
|
default?: () => VNodeChild;
|
16
14
|
} & {
|
17
15
|
icon?: () => VNodeChild;
|
18
|
-
}, {
|
16
|
+
}), ({
|
17
|
+
default?: Func<[VNodeChild]>;
|
18
|
+
} & {
|
19
|
+
title?: Func<[VNodeChild]>;
|
20
|
+
}) | ({
|
19
21
|
default?: () => VNodeChild;
|
20
22
|
} & {
|
21
23
|
icon?: () => VNodeChild;
|
22
|
-
}>;
|
24
|
+
})>;
|
25
|
+
icon: import("vue").Prop<IIcon, IIcon>;
|
26
|
+
title: import("vue").Prop<string, string>;
|
27
|
+
class: import("vue").Prop<String | String[], String | String[]>;
|
28
|
+
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
29
|
+
container?: import("vue").Prop<unknown, unknown>;
|
30
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
23
31
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
24
32
|
$attrs: {
|
25
33
|
[x: string]: unknown;
|
@@ -35,21 +43,29 @@ declare const _default: {
|
|
35
43
|
$emit: (event: string, ...args: any[]) => void;
|
36
44
|
$el: any;
|
37
45
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
colors?: import("vue").Prop<unknown, unknown>;
|
44
|
-
"v-slots"?: import("vue").Prop<{
|
46
|
+
"v-slots": import("vue").Prop<({
|
47
|
+
default?: Func<[VNodeChild]>;
|
48
|
+
} & {
|
49
|
+
title?: Func<[VNodeChild]>;
|
50
|
+
}) | ({
|
45
51
|
default?: () => VNodeChild;
|
46
52
|
} & {
|
47
53
|
icon?: () => VNodeChild;
|
48
|
-
}, {
|
54
|
+
}), ({
|
55
|
+
default?: Func<[VNodeChild]>;
|
56
|
+
} & {
|
57
|
+
title?: Func<[VNodeChild]>;
|
58
|
+
}) | ({
|
49
59
|
default?: () => VNodeChild;
|
50
60
|
} & {
|
51
61
|
icon?: () => VNodeChild;
|
52
|
-
}>;
|
62
|
+
})>;
|
63
|
+
icon: import("vue").Prop<IIcon, IIcon>;
|
64
|
+
title: import("vue").Prop<string, string>;
|
65
|
+
class: import("vue").Prop<String | String[], String | String[]>;
|
66
|
+
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
67
|
+
container?: import("vue").Prop<unknown, unknown>;
|
68
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
53
69
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
54
70
|
beforeCreate?: (() => void) | (() => void)[];
|
55
71
|
created?: (() => void) | (() => void)[];
|
@@ -71,41 +87,57 @@ declare const _default: {
|
|
71
87
|
$nextTick: typeof import("vue").nextTick;
|
72
88
|
$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;
|
73
89
|
} & Readonly<import("vue").ExtractPropTypes<{
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
colors?: import("vue").Prop<unknown, unknown>;
|
80
|
-
"v-slots"?: import("vue").Prop<{
|
90
|
+
"v-slots": import("vue").Prop<({
|
91
|
+
default?: Func<[VNodeChild]>;
|
92
|
+
} & {
|
93
|
+
title?: Func<[VNodeChild]>;
|
94
|
+
}) | ({
|
81
95
|
default?: () => VNodeChild;
|
82
96
|
} & {
|
83
97
|
icon?: () => VNodeChild;
|
84
|
-
}, {
|
98
|
+
}), ({
|
99
|
+
default?: Func<[VNodeChild]>;
|
100
|
+
} & {
|
101
|
+
title?: Func<[VNodeChild]>;
|
102
|
+
}) | ({
|
85
103
|
default?: () => VNodeChild;
|
86
104
|
} & {
|
87
105
|
icon?: () => VNodeChild;
|
88
|
-
}>;
|
106
|
+
})>;
|
107
|
+
icon: import("vue").Prop<IIcon, IIcon>;
|
108
|
+
title: import("vue").Prop<string, string>;
|
109
|
+
class: import("vue").Prop<String | String[], String | String[]>;
|
110
|
+
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
111
|
+
container?: import("vue").Prop<unknown, unknown>;
|
112
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
89
113
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
90
114
|
__isFragment?: never;
|
91
115
|
__isTeleport?: never;
|
92
116
|
__isSuspense?: never;
|
93
117
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
colors?: import("vue").Prop<unknown, unknown>;
|
100
|
-
"v-slots"?: import("vue").Prop<{
|
118
|
+
"v-slots": import("vue").Prop<({
|
119
|
+
default?: Func<[VNodeChild]>;
|
120
|
+
} & {
|
121
|
+
title?: Func<[VNodeChild]>;
|
122
|
+
}) | ({
|
101
123
|
default?: () => VNodeChild;
|
102
124
|
} & {
|
103
125
|
icon?: () => VNodeChild;
|
104
|
-
}, {
|
126
|
+
}), ({
|
127
|
+
default?: Func<[VNodeChild]>;
|
128
|
+
} & {
|
129
|
+
title?: Func<[VNodeChild]>;
|
130
|
+
}) | ({
|
105
131
|
default?: () => VNodeChild;
|
106
132
|
} & {
|
107
133
|
icon?: () => VNodeChild;
|
108
|
-
}>;
|
134
|
+
})>;
|
135
|
+
icon: import("vue").Prop<IIcon, IIcon>;
|
136
|
+
title: import("vue").Prop<string, string>;
|
137
|
+
class: import("vue").Prop<String | String[], String | String[]>;
|
138
|
+
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
139
|
+
container?: import("vue").Prop<unknown, unknown>;
|
140
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
109
141
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
110
142
|
propsDefinition: Readonly<{} & {
|
111
143
|
title?: string;
|
@@ -113,11 +145,15 @@ declare const _default: {
|
|
113
145
|
class?: String | String[];
|
114
146
|
icon?: IIcon;
|
115
147
|
colorSchemaType?: unknown;
|
116
|
-
"v-slots"?: {
|
148
|
+
"v-slots"?: ({
|
149
|
+
default?: Func<[VNodeChild]>;
|
150
|
+
} & {
|
151
|
+
title?: Func<[VNodeChild]>;
|
152
|
+
}) | ({
|
117
153
|
default?: () => VNodeChild;
|
118
154
|
} & {
|
119
155
|
icon?: () => VNodeChild;
|
120
|
-
};
|
156
|
+
});
|
121
157
|
colors?: unknown;
|
122
158
|
}>;
|
123
159
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ToolbarExamples: import("@omnia/fx/ux").ComponentSpec;
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|