@omnia/fx 8.0.114-dev → 8.0.115-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.
Files changed (50) hide show
  1. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +15 -6
  2. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +6 -4
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +66 -0
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/ExampleComponents.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/SampleComponent.d.ts +16 -0
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/docs/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +70 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/ExampleComponents.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/SampleComponent.d.ts +16 -0
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/docs/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +66 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/ExampleComponents.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/SampleComponent.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +64 -409
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +63 -150
  18. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +63 -14
  19. package/internal-do-not-import-from-here/ux/enterpriseglossary/IEnterpriseGlossaryPicker.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +64 -119
  21. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +9 -9
  22. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  23. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +9 -9
  24. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +65 -0
  26. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/ExampleComponents.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +16 -0
  28. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +9 -9
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
  32. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +35 -9
  33. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +31 -10
  34. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
  35. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +18 -0
  36. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +22 -1
  38. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +1 -2
  39. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +16 -0
  40. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponentsMenu.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleButtons.d.ts +16 -0
  42. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponentMenu.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleVariants.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1049 -15
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +7 -3
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -1
  49. package/internal-do-not-import-from-here/wctypings.d.ts +69 -0
  50. package/package.json +2 -2
@@ -1,161 +1,74 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
1
2
  import { BorderStylingDefinition } from "@omnia/fx-models";
2
3
  import { VNodeChild } from "vue";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "v-slots": import("vue").Prop<{
6
- default?: import("../DefineVueTypings").Slot<any[]>;
7
- } & {
8
- activator?: () => VNodeChild;
9
- }>;
10
- "individual-width-selection": {
11
- type: import("vue").PropType<boolean>;
12
- };
13
- individualWidthSelection: {
14
- type: import("vue").PropType<boolean>;
15
- };
16
- "individual-radius-selection": {
17
- type: import("vue").PropType<boolean>;
18
- };
19
- individualRadiusSelection: {
20
- type: import("vue").PropType<boolean>;
21
- };
22
- "onUpdate:modelValue": {
23
- type: import("vue").PropType<(value: BorderStylingDefinition) => any>;
24
- };
25
- "v-model": {
26
- type: import("vue").PropType<BorderStylingDefinition>;
27
- required: false;
28
- };
29
- modelValue: {
30
- type: import("vue").PropType<BorderStylingDefinition>;
31
- required: false;
32
- };
33
- }>> & {
34
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
35
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
- "update:modelValue": (value: BorderStylingDefinition) => true;
37
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
38
- "v-slots": import("vue").Prop<{
39
- default?: import("../DefineVueTypings").Slot<any[]>;
40
- } & {
41
- activator?: () => VNodeChild;
42
- }>;
43
- "individual-width-selection": {
44
- type: import("vue").PropType<boolean>;
45
- };
46
- individualWidthSelection: {
47
- type: import("vue").PropType<boolean>;
48
- };
49
- "individual-radius-selection": {
50
- type: import("vue").PropType<boolean>;
51
- };
52
- individualRadiusSelection: {
53
- type: import("vue").PropType<boolean>;
54
- };
55
- "onUpdate:modelValue": {
56
- type: import("vue").PropType<(value: BorderStylingDefinition) => any>;
57
- };
58
- "v-model": {
59
- type: import("vue").PropType<BorderStylingDefinition>;
60
- required: false;
61
- };
62
- modelValue: {
63
- type: import("vue").PropType<BorderStylingDefinition>;
64
- required: false;
65
- };
66
- }>> & {
67
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
68
- }, {}, true, {}, {}, {
69
- P: {};
70
- B: {};
71
- D: {};
72
- C: {};
73
- M: {};
74
- Defaults: {};
75
- }, Readonly<import("vue").ExtractPropTypes<{
76
- "v-slots": import("vue").Prop<{
77
- default?: import("../DefineVueTypings").Slot<any[]>;
78
- } & {
79
- activator?: () => VNodeChild;
80
- }>;
81
- "individual-width-selection": {
82
- type: import("vue").PropType<boolean>;
83
- };
84
- individualWidthSelection: {
85
- type: import("vue").PropType<boolean>;
86
- };
87
- "individual-radius-selection": {
88
- type: import("vue").PropType<boolean>;
89
- };
90
- individualRadiusSelection: {
91
- type: import("vue").PropType<boolean>;
92
- };
93
- "onUpdate:modelValue": {
94
- type: import("vue").PropType<(value: BorderStylingDefinition) => any>;
95
- };
96
- "v-model": {
97
- type: import("vue").PropType<BorderStylingDefinition>;
98
- required: false;
99
- };
100
- modelValue: {
101
- type: import("vue").PropType<BorderStylingDefinition>;
102
- required: false;
103
- };
104
- }>> & {
105
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
106
- }, () => JSX.Element, {}, {}, {}, {}>;
107
- __isFragment?: never;
108
- __isTeleport?: never;
109
- __isSuspense?: never;
110
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
111
- "v-slots": import("vue").Prop<{
112
- default?: import("../DefineVueTypings").Slot<any[]>;
113
- } & {
114
- activator?: () => VNodeChild;
115
- }>;
116
- "individual-width-selection": {
117
- type: import("vue").PropType<boolean>;
4
+ declare const _default: (props: {
5
+ "v-model"?: BorderStylingDefinition;
6
+ } & {
7
+ "onUpdate:modelValue"?: (value: BorderStylingDefinition) => void;
8
+ } & {
9
+ modelValue?: BorderStylingDefinition;
10
+ } & {
11
+ individualRadiusSelection?: boolean;
12
+ } & {
13
+ individualWidthSelection?: boolean;
14
+ } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "individualRadiusSelection" | "individualWidthSelection"> & {
15
+ "v-slots"?: {
16
+ default?: import("vue").Slot;
118
17
  };
119
- individualWidthSelection: {
120
- type: import("vue").PropType<boolean>;
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "individualRadiusSelection" | "individualWidthSelection">) => {
19
+ $: import("vue").ComponentInternalInstance;
20
+ $data: {};
21
+ $props: {};
22
+ $attrs: {
23
+ [x: string]: unknown;
121
24
  };
122
- "individual-radius-selection": {
123
- type: import("vue").PropType<boolean>;
25
+ $refs: {
26
+ [x: string]: unknown;
124
27
  };
125
- individualRadiusSelection: {
126
- type: import("vue").PropType<boolean>;
127
- };
128
- "onUpdate:modelValue": {
129
- type: import("vue").PropType<(value: BorderStylingDefinition) => any>;
130
- };
131
- "v-model": {
132
- type: import("vue").PropType<BorderStylingDefinition>;
133
- required: false;
134
- };
135
- modelValue: {
136
- type: import("vue").PropType<BorderStylingDefinition>;
137
- required: false;
28
+ $slots: Readonly<{
29
+ [name: string]: import("vue").Slot<any>;
30
+ }>;
31
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
32
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
33
+ $emit: (event: string, ...args: any[]) => void;
34
+ $el: any;
35
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
36
+ beforeCreate?: (() => void) | (() => void)[];
37
+ created?: (() => void) | (() => void)[];
38
+ beforeMount?: (() => void) | (() => void)[];
39
+ mounted?: (() => void) | (() => void)[];
40
+ beforeUpdate?: (() => void) | (() => void)[];
41
+ updated?: (() => void) | (() => void)[];
42
+ activated?: (() => void) | (() => void)[];
43
+ deactivated?: (() => void) | (() => void)[];
44
+ beforeDestroy?: (() => void) | (() => void)[];
45
+ beforeUnmount?: (() => void) | (() => void)[];
46
+ destroyed?: (() => void) | (() => void)[];
47
+ unmounted?: (() => void) | (() => void)[];
48
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
49
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
50
+ 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)[];
138
51
  };
139
- }>> & {
140
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
141
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
142
- "update:modelValue": (value: BorderStylingDefinition) => true;
143
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
144
- propsDefinition: Omit<Readonly<{} & {
52
+ $forceUpdate: () => void;
53
+ $nextTick: typeof import("vue").nextTick;
54
+ $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;
55
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
56
+ propsDefinition: {
145
57
  "v-model"?: BorderStylingDefinition;
146
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
58
+ } & {
59
+ "onUpdate:modelValue"?: (value: BorderStylingDefinition) => void;
60
+ } & {
147
61
  modelValue?: BorderStylingDefinition;
148
- "v-slots"?: {
149
- default?: import("../DefineVueTypings").Slot<any[]>;
150
- } & {
151
- activator?: () => VNodeChild;
152
- };
62
+ } & {
153
63
  individualRadiusSelection?: boolean;
154
- "individual-radius-selection"?: boolean;
64
+ } & {
155
65
  individualWidthSelection?: boolean;
156
- "individual-width-selection"?: boolean;
157
- }>, "onUpdate:modelValue"> & {
158
- "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
159
- };
160
- };
66
+ } & DefineSlot<"activator", () => VNodeChild> & {
67
+ "v-slots"?: {
68
+ default?: import("vue").Slot;
69
+ };
70
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "individualRadiusSelection" | "individualWidthSelection">;
71
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
72
+ [key: string]: any;
73
+ }>;
161
74
  export default _default;
@@ -1,15 +1,64 @@
1
- import { EnterpriseGlossaryStore } from "../../stores";
2
- import { VueComponentBase, OmniaUxLocalization } from "..";
3
- import { IEnterpriseGlossaryPicker } from ".";
4
1
  import { EnterpriseGlossaryInstance } from "../../models";
5
- export default class EnterpriseGlossaryPicker extends VueComponentBase implements IEnterpriseGlossaryPicker {
6
- selected?: EnterpriseGlossaryInstance;
7
- onSelected: (result: EnterpriseGlossaryInstance) => void;
8
- enterpriseGlossaryStore: EnterpriseGlossaryStore;
9
- private omniaTheming;
10
- protected omniaUxLoc: OmniaUxLocalization;
11
- private enterpriseGlossariesViewModel;
12
- created(): void;
13
- handleOnSelected(id: number): void;
14
- render(): JSX.Element;
15
- }
2
+ declare const _default: (props: {
3
+ "v-model"?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
4
+ } & {
5
+ "onUpdate:modelValue"?: (value: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>) => void;
6
+ } & {
7
+ modelValue?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
8
+ } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
9
+ "v-slots"?: {
10
+ default?: import("vue").Slot;
11
+ };
12
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
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"?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
52
+ } & {
53
+ "onUpdate:modelValue"?: (value: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>) => void;
54
+ } & {
55
+ modelValue?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
56
+ } & {
57
+ "v-slots"?: {
58
+ default?: import("vue").Slot;
59
+ };
60
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
61
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
+ [key: string]: any;
63
+ }>;
64
+ export default _default;
@@ -1,20 +1,6 @@
1
- import { TsxAllowUnknowProperties } from "../";
2
1
  import { EnterpriseGlossaryInstance } from "../../models";
3
2
  export interface IEnterpriseGlossaryPicker {
4
3
  /** The preselected value */
5
4
  selected?: EnterpriseGlossaryInstance;
6
5
  onSelected: (item: EnterpriseGlossaryInstance) => void;
7
6
  }
8
- declare global {
9
- namespace JSX {
10
- interface Element {
11
- }
12
- interface ElementClass {
13
- }
14
- interface ElementAttributesProperty {
15
- }
16
- interface IntrinsicElements {
17
- "omfx-enterpriseglossary-picker": TsxAllowUnknowProperties<IEnterpriseGlossaryPicker>;
18
- }
19
- }
20
- }
@@ -1,130 +1,75 @@
1
+ import { DefineSlot } from "@omnia/fx/ux";
1
2
  import { FillDefinition } from "@omnia/fx-models";
2
3
  import { VNodeChild } from "vue";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "v-slots": import("vue").Prop<{
6
- default?: import("../DefineVueTypings").Slot<any[]>;
7
- } & {
8
- activator?: () => VNodeChild;
9
- }>;
10
- nested: {
11
- type: import("vue").PropType<boolean>;
12
- } & {
13
- type: import("vue").PropType<boolean>;
14
- };
15
- "onUpdate:modelValue": {
16
- type: import("vue").PropType<(value: FillDefinition) => any>;
17
- };
18
- "v-model": {
19
- type: import("vue").PropType<FillDefinition>;
20
- required: false;
21
- };
22
- modelValue: {
23
- type: import("vue").PropType<FillDefinition>;
24
- required: false;
25
- };
26
- }>> & {
27
- "onUpdate:modelValue"?: (value: FillDefinition) => any;
28
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
- "update:modelValue": (value: FillDefinition) => true;
30
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
31
- "v-slots": import("vue").Prop<{
32
- default?: import("../DefineVueTypings").Slot<any[]>;
33
- } & {
34
- activator?: () => VNodeChild;
35
- }>;
36
- nested: {
37
- type: import("vue").PropType<boolean>;
38
- } & {
39
- type: import("vue").PropType<boolean>;
40
- };
41
- "onUpdate:modelValue": {
42
- type: import("vue").PropType<(value: FillDefinition) => any>;
43
- };
44
- "v-model": {
45
- type: import("vue").PropType<FillDefinition>;
46
- required: false;
47
- };
48
- modelValue: {
49
- type: import("vue").PropType<FillDefinition>;
50
- required: false;
51
- };
52
- }>> & {
53
- "onUpdate:modelValue"?: (value: FillDefinition) => any;
54
- }, {}, true, {}, {}, {
55
- P: {};
56
- B: {};
57
- D: {};
58
- C: {};
59
- M: {};
60
- Defaults: {};
61
- }, Readonly<import("vue").ExtractPropTypes<{
62
- "v-slots": import("vue").Prop<{
63
- default?: import("../DefineVueTypings").Slot<any[]>;
64
- } & {
65
- activator?: () => VNodeChild;
66
- }>;
67
- nested: {
68
- type: import("vue").PropType<boolean>;
69
- } & {
70
- type: import("vue").PropType<boolean>;
71
- };
72
- "onUpdate:modelValue": {
73
- type: import("vue").PropType<(value: FillDefinition) => any>;
74
- };
75
- "v-model": {
76
- type: import("vue").PropType<FillDefinition>;
77
- required: false;
78
- };
79
- modelValue: {
80
- type: import("vue").PropType<FillDefinition>;
81
- required: false;
82
- };
83
- }>> & {
84
- "onUpdate:modelValue"?: (value: FillDefinition) => any;
85
- }, () => JSX.Element, {}, {}, {}, {}>;
86
- __isFragment?: never;
87
- __isTeleport?: never;
88
- __isSuspense?: never;
89
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
- "v-slots": import("vue").Prop<{
91
- default?: import("../DefineVueTypings").Slot<any[]>;
92
- } & {
93
- activator?: () => VNodeChild;
94
- }>;
95
- nested: {
96
- type: import("vue").PropType<boolean>;
97
- } & {
98
- type: import("vue").PropType<boolean>;
4
+ export type ColorPickerType = "default" | "all" | "onBase";
5
+ declare const _default: (props: {
6
+ "v-model"?: FillDefinition;
7
+ } & {
8
+ "onUpdate:modelValue"?: (value: FillDefinition) => void;
9
+ } & {
10
+ modelValue?: FillDefinition;
11
+ } & {
12
+ colorType?: ColorPickerType;
13
+ } & {
14
+ title?: string;
15
+ } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType"> & {
16
+ "v-slots"?: {
17
+ default?: import("vue").Slot;
99
18
  };
100
- "onUpdate:modelValue": {
101
- type: import("vue").PropType<(value: FillDefinition) => any>;
19
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType">) => {
20
+ $: import("vue").ComponentInternalInstance;
21
+ $data: {};
22
+ $props: {};
23
+ $attrs: {
24
+ [x: string]: unknown;
102
25
  };
103
- "v-model": {
104
- type: import("vue").PropType<FillDefinition>;
105
- required: false;
26
+ $refs: {
27
+ [x: string]: unknown;
106
28
  };
107
- modelValue: {
108
- type: import("vue").PropType<FillDefinition>;
109
- required: false;
29
+ $slots: Readonly<{
30
+ [name: string]: import("vue").Slot<any>;
31
+ }>;
32
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
33
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
34
+ $emit: (event: string, ...args: any[]) => void;
35
+ $el: any;
36
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
37
+ beforeCreate?: (() => void) | (() => void)[];
38
+ created?: (() => void) | (() => void)[];
39
+ beforeMount?: (() => void) | (() => void)[];
40
+ mounted?: (() => void) | (() => void)[];
41
+ beforeUpdate?: (() => void) | (() => void)[];
42
+ updated?: (() => void) | (() => void)[];
43
+ activated?: (() => void) | (() => void)[];
44
+ deactivated?: (() => void) | (() => void)[];
45
+ beforeDestroy?: (() => void) | (() => void)[];
46
+ beforeUnmount?: (() => void) | (() => void)[];
47
+ destroyed?: (() => void) | (() => void)[];
48
+ unmounted?: (() => void) | (() => void)[];
49
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
50
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
51
+ 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)[];
110
52
  };
111
- }>> & {
112
- "onUpdate:modelValue"?: (value: FillDefinition) => any;
113
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
114
- "update:modelValue": (value: FillDefinition) => true;
115
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
116
- propsDefinition: Omit<Readonly<{} & {
53
+ $forceUpdate: () => void;
54
+ $nextTick: typeof import("vue").nextTick;
55
+ $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;
56
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
57
+ propsDefinition: {
117
58
  "v-model"?: FillDefinition;
118
- "onUpdate:modelValue"?: (value: FillDefinition) => any;
59
+ } & {
60
+ "onUpdate:modelValue"?: (value: FillDefinition) => void;
61
+ } & {
119
62
  modelValue?: FillDefinition;
63
+ } & {
64
+ colorType?: ColorPickerType;
65
+ } & {
66
+ title?: string;
67
+ } & DefineSlot<"activator", () => VNodeChild> & {
120
68
  "v-slots"?: {
121
- default?: import("../DefineVueTypings").Slot<any[]>;
122
- } & {
123
- activator?: () => VNodeChild;
69
+ default?: import("vue").Slot;
124
70
  };
125
- nested?: boolean;
126
- }>, "onUpdate:modelValue"> & {
127
- "onUpdate:modelValue"?: (value: FillDefinition) => any;
128
- };
129
- };
71
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType">;
72
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
+ [key: string]: any;
74
+ }>;
130
75
  export default _default;
@@ -147,10 +147,10 @@ declare const _default: {
147
147
  required: false;
148
148
  };
149
149
  size: {
150
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
150
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
151
151
  required: false;
152
152
  } & {
153
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
153
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
154
154
  required: false;
155
155
  };
156
156
  "onUpdate:modelValue": {
@@ -287,10 +287,10 @@ declare const _default: {
287
287
  required: false;
288
288
  };
289
289
  size: {
290
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
290
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
291
291
  required: false;
292
292
  } & {
293
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
293
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
294
294
  required: false;
295
295
  };
296
296
  "onUpdate:modelValue": {
@@ -434,10 +434,10 @@ declare const _default: {
434
434
  required: false;
435
435
  };
436
436
  size: {
437
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
437
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
438
438
  required: false;
439
439
  } & {
440
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
440
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
441
441
  required: false;
442
442
  };
443
443
  "onUpdate:modelValue": {
@@ -578,10 +578,10 @@ declare const _default: {
578
578
  required: false;
579
579
  };
580
580
  size: {
581
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
581
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
582
582
  required: false;
583
583
  } & {
584
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
584
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
585
585
  required: false;
586
586
  };
587
587
  "onUpdate:modelValue": {
@@ -598,7 +598,7 @@ declare const _default: {
598
598
  }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
599
599
  propsDefinition: Omit<Readonly<{} & {
600
600
  inline?: boolean;
601
- size?: "small" | "default" | "x-small" | "large" | "x-large";
601
+ size?: "small" | "default" | "large" | "x-large" | "x-small";
602
602
  styles?: {
603
603
  container: {
604
604
  $nest: {