@omnia/fx 8.0.52-dev → 8.0.53-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/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +260 -53
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +58 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +40 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +40 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +434 -19
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +42 -34
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +92 -31
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +48 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +92 -31
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +58 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +51 -128
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/filterengine/shared/PropsType.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +14 -13
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +688 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/oxide/flex/Col.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Col.d.ts +211 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +155 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +211 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +33 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +3 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +21 -0
- package/package.json +2 -2
@@ -0,0 +1,155 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
container?: any;
|
7
|
+
blueprint?: any;
|
8
|
+
colorSchemaType?: any;
|
9
|
+
blueprintType?: any;
|
10
|
+
colors?: any;
|
11
|
+
}> & Omit<{
|
12
|
+
readonly container?: any;
|
13
|
+
readonly blueprint?: any;
|
14
|
+
readonly colorSchemaType?: any;
|
15
|
+
readonly blueprintType?: any;
|
16
|
+
readonly colors?: any;
|
17
|
+
readonly class?: String | String[];
|
18
|
+
readonly filled?: boolean;
|
19
|
+
readonly toned?: boolean;
|
20
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
21
|
+
toned: {
|
22
|
+
type: import("vue").PropType<boolean>;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
};
|
26
|
+
filled: {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
};
|
29
|
+
class: {
|
30
|
+
type: import("vue").PropType<String | String[]>;
|
31
|
+
required: boolean;
|
32
|
+
};
|
33
|
+
colorSchemaType?: any;
|
34
|
+
container?: any;
|
35
|
+
colors?: any;
|
36
|
+
blueprintType?: any;
|
37
|
+
blueprint?: any;
|
38
|
+
}>>, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
39
|
+
$attrs: {
|
40
|
+
[x: string]: unknown;
|
41
|
+
};
|
42
|
+
$refs: {
|
43
|
+
[x: string]: unknown;
|
44
|
+
};
|
45
|
+
$slots: Readonly<{
|
46
|
+
[name: string]: import("vue").Slot<any>;
|
47
|
+
}>;
|
48
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
49
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
50
|
+
$emit: (event: string, ...args: any[]) => void;
|
51
|
+
$el: any;
|
52
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
53
|
+
toned: {
|
54
|
+
type: import("vue").PropType<boolean>;
|
55
|
+
} & {
|
56
|
+
type: import("vue").PropType<boolean>;
|
57
|
+
};
|
58
|
+
filled: {
|
59
|
+
type: import("vue").PropType<boolean>;
|
60
|
+
};
|
61
|
+
class: {
|
62
|
+
type: import("vue").PropType<String | String[]>;
|
63
|
+
required: boolean;
|
64
|
+
};
|
65
|
+
colorSchemaType?: any;
|
66
|
+
container?: any;
|
67
|
+
colors?: any;
|
68
|
+
blueprintType?: any;
|
69
|
+
blueprint?: any;
|
70
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
71
|
+
container?: any;
|
72
|
+
blueprint?: any;
|
73
|
+
colorSchemaType?: any;
|
74
|
+
blueprintType?: any;
|
75
|
+
colors?: any;
|
76
|
+
}, {}, string, {}> & {
|
77
|
+
beforeCreate?: (() => void) | (() => void)[];
|
78
|
+
created?: (() => void) | (() => void)[];
|
79
|
+
beforeMount?: (() => void) | (() => void)[];
|
80
|
+
mounted?: (() => void) | (() => void)[];
|
81
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
82
|
+
updated?: (() => void) | (() => void)[];
|
83
|
+
activated?: (() => void) | (() => void)[];
|
84
|
+
deactivated?: (() => void) | (() => void)[];
|
85
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
86
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
87
|
+
destroyed?: (() => void) | (() => void)[];
|
88
|
+
unmounted?: (() => void) | (() => void)[];
|
89
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
90
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
91
|
+
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)[];
|
92
|
+
};
|
93
|
+
$forceUpdate: () => void;
|
94
|
+
$nextTick: typeof import("vue").nextTick;
|
95
|
+
$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;
|
96
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
97
|
+
toned: {
|
98
|
+
type: import("vue").PropType<boolean>;
|
99
|
+
} & {
|
100
|
+
type: import("vue").PropType<boolean>;
|
101
|
+
};
|
102
|
+
filled: {
|
103
|
+
type: import("vue").PropType<boolean>;
|
104
|
+
};
|
105
|
+
class: {
|
106
|
+
type: import("vue").PropType<String | String[]>;
|
107
|
+
required: boolean;
|
108
|
+
};
|
109
|
+
colorSchemaType?: any;
|
110
|
+
container?: any;
|
111
|
+
colors?: any;
|
112
|
+
blueprintType?: any;
|
113
|
+
blueprint?: any;
|
114
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
115
|
+
__isFragment?: never;
|
116
|
+
__isTeleport?: never;
|
117
|
+
__isSuspense?: never;
|
118
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
119
|
+
toned: {
|
120
|
+
type: import("vue").PropType<boolean>;
|
121
|
+
} & {
|
122
|
+
type: import("vue").PropType<boolean>;
|
123
|
+
};
|
124
|
+
filled: {
|
125
|
+
type: import("vue").PropType<boolean>;
|
126
|
+
};
|
127
|
+
class: {
|
128
|
+
type: import("vue").PropType<String | String[]>;
|
129
|
+
required: boolean;
|
130
|
+
};
|
131
|
+
colorSchemaType?: any;
|
132
|
+
container?: any;
|
133
|
+
colors?: any;
|
134
|
+
blueprintType?: any;
|
135
|
+
blueprint?: any;
|
136
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
137
|
+
container?: any;
|
138
|
+
blueprint?: any;
|
139
|
+
colorSchemaType?: any;
|
140
|
+
blueprintType?: any;
|
141
|
+
colors?: any;
|
142
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
143
|
+
propsDefinition: Omit<Readonly<{
|
144
|
+
container?: any;
|
145
|
+
blueprint?: any;
|
146
|
+
colorSchemaType?: any;
|
147
|
+
blueprintType?: any;
|
148
|
+
colors?: any;
|
149
|
+
} & {
|
150
|
+
class?: String | String[];
|
151
|
+
filled?: boolean;
|
152
|
+
toned?: boolean;
|
153
|
+
}>, never>;
|
154
|
+
};
|
155
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { OHorizontalAlignments, OPaddingCombination, OVerticalAlignments } from "@omnia/fx-models";
|
2
|
+
export interface stylingSettings {
|
3
|
+
alignX: OHorizontalAlignments;
|
4
|
+
alignY: OVerticalAlignments;
|
5
|
+
paddings: OPaddingCombination;
|
6
|
+
height: string;
|
7
|
+
minHeight: string;
|
8
|
+
}
|
9
|
+
export declare const RowStyles: {
|
10
|
+
wrapper: (settings: stylingSettings) => string;
|
11
|
+
};
|
@@ -0,0 +1,211 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
container?: any;
|
7
|
+
blueprint?: any;
|
8
|
+
colorSchemaType?: any;
|
9
|
+
blueprintType?: any;
|
10
|
+
colors?: any;
|
11
|
+
}> & Omit<{
|
12
|
+
readonly container?: any;
|
13
|
+
readonly blueprint?: any;
|
14
|
+
readonly colorSchemaType?: any;
|
15
|
+
readonly blueprintType?: any;
|
16
|
+
readonly colors?: any;
|
17
|
+
readonly class?: String | String[];
|
18
|
+
readonly height?: string;
|
19
|
+
readonly minHeight?: string;
|
20
|
+
readonly filled?: boolean;
|
21
|
+
readonly alignY?: "center" | "bottom" | "top";
|
22
|
+
readonly toned?: boolean;
|
23
|
+
readonly alignX?: "left" | "center" | "right";
|
24
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
25
|
+
alignY: {
|
26
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
27
|
+
};
|
28
|
+
alignX: {
|
29
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
30
|
+
};
|
31
|
+
minHeight: {
|
32
|
+
type: import("vue").PropType<string>;
|
33
|
+
};
|
34
|
+
height: {
|
35
|
+
type: import("vue").PropType<string>;
|
36
|
+
};
|
37
|
+
toned: {
|
38
|
+
type: import("vue").PropType<boolean>;
|
39
|
+
} & {
|
40
|
+
type: import("vue").PropType<boolean>;
|
41
|
+
};
|
42
|
+
filled: {
|
43
|
+
type: import("vue").PropType<boolean>;
|
44
|
+
};
|
45
|
+
class: {
|
46
|
+
type: import("vue").PropType<String | String[]>;
|
47
|
+
required: boolean;
|
48
|
+
};
|
49
|
+
colorSchemaType?: any;
|
50
|
+
container?: any;
|
51
|
+
colors?: any;
|
52
|
+
blueprintType?: any;
|
53
|
+
blueprint?: any;
|
54
|
+
}>>, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
|
55
|
+
$attrs: {
|
56
|
+
[x: string]: unknown;
|
57
|
+
};
|
58
|
+
$refs: {
|
59
|
+
[x: string]: unknown;
|
60
|
+
};
|
61
|
+
$slots: Readonly<{
|
62
|
+
[name: string]: import("vue").Slot<any>;
|
63
|
+
}>;
|
64
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
65
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
66
|
+
$emit: (event: string, ...args: any[]) => void;
|
67
|
+
$el: any;
|
68
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
69
|
+
alignY: {
|
70
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
71
|
+
};
|
72
|
+
alignX: {
|
73
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
74
|
+
};
|
75
|
+
minHeight: {
|
76
|
+
type: import("vue").PropType<string>;
|
77
|
+
};
|
78
|
+
height: {
|
79
|
+
type: import("vue").PropType<string>;
|
80
|
+
};
|
81
|
+
toned: {
|
82
|
+
type: import("vue").PropType<boolean>;
|
83
|
+
} & {
|
84
|
+
type: import("vue").PropType<boolean>;
|
85
|
+
};
|
86
|
+
filled: {
|
87
|
+
type: import("vue").PropType<boolean>;
|
88
|
+
};
|
89
|
+
class: {
|
90
|
+
type: import("vue").PropType<String | String[]>;
|
91
|
+
required: boolean;
|
92
|
+
};
|
93
|
+
colorSchemaType?: any;
|
94
|
+
container?: any;
|
95
|
+
colors?: any;
|
96
|
+
blueprintType?: any;
|
97
|
+
blueprint?: any;
|
98
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
99
|
+
container?: any;
|
100
|
+
blueprint?: any;
|
101
|
+
colorSchemaType?: any;
|
102
|
+
blueprintType?: any;
|
103
|
+
colors?: any;
|
104
|
+
}, {}, string, {}> & {
|
105
|
+
beforeCreate?: (() => void) | (() => void)[];
|
106
|
+
created?: (() => void) | (() => void)[];
|
107
|
+
beforeMount?: (() => void) | (() => void)[];
|
108
|
+
mounted?: (() => void) | (() => void)[];
|
109
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
110
|
+
updated?: (() => void) | (() => void)[];
|
111
|
+
activated?: (() => void) | (() => void)[];
|
112
|
+
deactivated?: (() => void) | (() => void)[];
|
113
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
114
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
115
|
+
destroyed?: (() => void) | (() => void)[];
|
116
|
+
unmounted?: (() => void) | (() => void)[];
|
117
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
118
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
119
|
+
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)[];
|
120
|
+
};
|
121
|
+
$forceUpdate: () => void;
|
122
|
+
$nextTick: typeof import("vue").nextTick;
|
123
|
+
$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;
|
124
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
125
|
+
alignY: {
|
126
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
127
|
+
};
|
128
|
+
alignX: {
|
129
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
130
|
+
};
|
131
|
+
minHeight: {
|
132
|
+
type: import("vue").PropType<string>;
|
133
|
+
};
|
134
|
+
height: {
|
135
|
+
type: import("vue").PropType<string>;
|
136
|
+
};
|
137
|
+
toned: {
|
138
|
+
type: import("vue").PropType<boolean>;
|
139
|
+
} & {
|
140
|
+
type: import("vue").PropType<boolean>;
|
141
|
+
};
|
142
|
+
filled: {
|
143
|
+
type: import("vue").PropType<boolean>;
|
144
|
+
};
|
145
|
+
class: {
|
146
|
+
type: import("vue").PropType<String | String[]>;
|
147
|
+
required: boolean;
|
148
|
+
};
|
149
|
+
colorSchemaType?: any;
|
150
|
+
container?: any;
|
151
|
+
colors?: any;
|
152
|
+
blueprintType?: any;
|
153
|
+
blueprint?: any;
|
154
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
155
|
+
__isFragment?: never;
|
156
|
+
__isTeleport?: never;
|
157
|
+
__isSuspense?: never;
|
158
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
159
|
+
alignY: {
|
160
|
+
type: import("vue").PropType<"center" | "bottom" | "top">;
|
161
|
+
};
|
162
|
+
alignX: {
|
163
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
164
|
+
};
|
165
|
+
minHeight: {
|
166
|
+
type: import("vue").PropType<string>;
|
167
|
+
};
|
168
|
+
height: {
|
169
|
+
type: import("vue").PropType<string>;
|
170
|
+
};
|
171
|
+
toned: {
|
172
|
+
type: import("vue").PropType<boolean>;
|
173
|
+
} & {
|
174
|
+
type: import("vue").PropType<boolean>;
|
175
|
+
};
|
176
|
+
filled: {
|
177
|
+
type: import("vue").PropType<boolean>;
|
178
|
+
};
|
179
|
+
class: {
|
180
|
+
type: import("vue").PropType<String | String[]>;
|
181
|
+
required: boolean;
|
182
|
+
};
|
183
|
+
colorSchemaType?: any;
|
184
|
+
container?: any;
|
185
|
+
colors?: any;
|
186
|
+
blueprintType?: any;
|
187
|
+
blueprint?: any;
|
188
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
189
|
+
container?: any;
|
190
|
+
blueprint?: any;
|
191
|
+
colorSchemaType?: any;
|
192
|
+
blueprintType?: any;
|
193
|
+
colors?: any;
|
194
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
195
|
+
propsDefinition: Omit<Readonly<{
|
196
|
+
container?: any;
|
197
|
+
blueprint?: any;
|
198
|
+
colorSchemaType?: any;
|
199
|
+
blueprintType?: any;
|
200
|
+
colors?: any;
|
201
|
+
} & {
|
202
|
+
class?: String | String[];
|
203
|
+
height?: string;
|
204
|
+
minHeight?: string;
|
205
|
+
filled?: boolean;
|
206
|
+
alignY?: "center" | "bottom" | "top";
|
207
|
+
toned?: boolean;
|
208
|
+
alignX?: "left" | "center" | "right";
|
209
|
+
}>, never>;
|
210
|
+
};
|
211
|
+
export default _default;
|
@@ -5,9 +5,9 @@ declare const _default: {
|
|
5
5
|
$props: Partial<{}> & Omit<{
|
6
6
|
readonly host?: "admin" | "editor" | "docs";
|
7
7
|
readonly variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
8
|
+
readonly componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
|
9
|
+
readonly "component-host"?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
|
8
10
|
readonly force?: boolean;
|
9
|
-
readonly componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
10
|
-
readonly "component-host"?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
11
11
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
12
12
|
force: {
|
13
13
|
type: import("vue").PropType<boolean>;
|
@@ -20,10 +20,10 @@ declare const _default: {
|
|
20
20
|
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
21
21
|
};
|
22
22
|
"component-host": {
|
23
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
23
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
24
24
|
};
|
25
25
|
componentHost: {
|
26
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
26
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
27
27
|
};
|
28
28
|
host: {
|
29
29
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -56,10 +56,10 @@ declare const _default: {
|
|
56
56
|
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
57
57
|
};
|
58
58
|
"component-host": {
|
59
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
59
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
60
60
|
};
|
61
61
|
componentHost: {
|
62
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
62
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
63
63
|
};
|
64
64
|
host: {
|
65
65
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -100,10 +100,10 @@ declare const _default: {
|
|
100
100
|
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
101
101
|
};
|
102
102
|
"component-host": {
|
103
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
103
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
104
104
|
};
|
105
105
|
componentHost: {
|
106
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
106
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
107
107
|
};
|
108
108
|
host: {
|
109
109
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -128,10 +128,10 @@ declare const _default: {
|
|
128
128
|
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
129
129
|
};
|
130
130
|
"component-host": {
|
131
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
131
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
132
132
|
};
|
133
133
|
componentHost: {
|
134
|
-
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "
|
134
|
+
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
135
135
|
};
|
136
136
|
host: {
|
137
137
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -144,9 +144,9 @@ declare const _default: {
|
|
144
144
|
propsDefinition: Omit<Readonly<{} & {
|
145
145
|
host?: "admin" | "editor" | "docs";
|
146
146
|
variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
147
|
+
componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
|
148
|
+
"component-host"?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
|
147
149
|
force?: boolean;
|
148
|
-
componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
149
|
-
"component-host"?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
150
150
|
}>, never>;
|
151
151
|
};
|
152
152
|
export default _default;
|
@@ -20,8 +20,8 @@ declare const _default: {
|
|
20
20
|
readonly modelValue?: boolean;
|
21
21
|
readonly variant?: "default" | "dialog" | "app" | "editor";
|
22
22
|
readonly toned?: boolean;
|
23
|
-
readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
24
23
|
readonly overrides?: object;
|
24
|
+
readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
25
25
|
readonly customWidth?: number;
|
26
26
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
27
27
|
customWidth: {
|
@@ -243,8 +243,8 @@ declare const _default: {
|
|
243
243
|
modelValue?: boolean;
|
244
244
|
variant?: "default" | "dialog" | "app" | "editor";
|
245
245
|
toned?: boolean;
|
246
|
-
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
247
246
|
overrides?: object;
|
247
|
+
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
248
248
|
customWidth?: number;
|
249
249
|
}>, never>;
|
250
250
|
};
|
@@ -25,9 +25,9 @@ declare const _default: {
|
|
25
25
|
readonly "v-slots"?: {
|
26
26
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
27
27
|
} & VRatingSlots;
|
28
|
+
readonly clearable?: boolean;
|
28
29
|
readonly readonly?: boolean;
|
29
30
|
readonly density?: "default" | "compact" | "comfortable";
|
30
|
-
readonly clearable?: boolean;
|
31
31
|
readonly hover?: boolean;
|
32
32
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
33
33
|
size: {
|
@@ -301,9 +301,9 @@ declare const _default: {
|
|
301
301
|
"v-slots"?: {
|
302
302
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
303
303
|
} & VRatingSlots;
|
304
|
+
clearable?: boolean;
|
304
305
|
readonly?: boolean;
|
305
306
|
density?: "default" | "compact" | "comfortable";
|
306
|
-
clearable?: boolean;
|
307
307
|
hover?: boolean;
|
308
308
|
}>, never>;
|
309
309
|
};
|
@@ -34,16 +34,16 @@ declare const _default: {
|
|
34
34
|
};
|
35
35
|
readonly variant?: "default" | "add" | "picker" | "combobox";
|
36
36
|
readonly toned?: boolean;
|
37
|
-
readonly readonly?: boolean;
|
38
37
|
readonly loading?: boolean;
|
39
|
-
readonly
|
40
|
-
readonly persistentHint?: boolean;
|
38
|
+
readonly searchable?: boolean;
|
41
39
|
readonly clearable?: boolean;
|
42
40
|
readonly rules?: ValidationRule[];
|
41
|
+
readonly hint?: string;
|
42
|
+
readonly persistentHint?: boolean;
|
43
|
+
readonly readonly?: boolean;
|
43
44
|
readonly itemTitle?: any;
|
44
45
|
readonly itemValue?: any;
|
45
46
|
readonly returnObject?: boolean;
|
46
|
-
readonly searchable?: boolean;
|
47
47
|
readonly hideSelected?: boolean;
|
48
48
|
"onClick:button"?: (value: any) => any;
|
49
49
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
@@ -491,16 +491,16 @@ declare const _default: {
|
|
491
491
|
};
|
492
492
|
variant?: "default" | "add" | "picker" | "combobox";
|
493
493
|
toned?: boolean;
|
494
|
-
readonly?: boolean;
|
495
494
|
loading?: boolean;
|
496
|
-
|
497
|
-
persistentHint?: boolean;
|
495
|
+
searchable?: boolean;
|
498
496
|
clearable?: boolean;
|
499
497
|
rules?: ValidationRule[];
|
498
|
+
hint?: string;
|
499
|
+
persistentHint?: boolean;
|
500
|
+
readonly?: boolean;
|
500
501
|
itemTitle?: any;
|
501
502
|
itemValue?: any;
|
502
503
|
returnObject?: boolean;
|
503
|
-
searchable?: boolean;
|
504
504
|
hideSelected?: boolean;
|
505
505
|
}>, "onUpdate:modelValue" | "onClick:button"> & {
|
506
506
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -21,10 +21,10 @@ declare const _default: {
|
|
21
21
|
readonly "v-model"?: any;
|
22
22
|
readonly modelValue?: any;
|
23
23
|
readonly variant?: "default" | "prominent";
|
24
|
-
readonly max?: string | number;
|
25
|
-
readonly min?: string | number;
|
26
24
|
readonly hint?: string;
|
27
25
|
readonly persistentHint?: boolean;
|
26
|
+
readonly max?: string | number;
|
27
|
+
readonly min?: string | number;
|
28
28
|
readonly step?: string | number;
|
29
29
|
readonly noThumbLabel?: boolean;
|
30
30
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
@@ -296,10 +296,10 @@ declare const _default: {
|
|
296
296
|
"v-model"?: any;
|
297
297
|
modelValue?: any;
|
298
298
|
variant?: "default" | "prominent";
|
299
|
-
max?: string | number;
|
300
|
-
min?: string | number;
|
301
299
|
hint?: string;
|
302
300
|
persistentHint?: boolean;
|
301
|
+
max?: string | number;
|
302
|
+
min?: string | number;
|
303
303
|
step?: string | number;
|
304
304
|
noThumbLabel?: boolean;
|
305
305
|
}>, "onUpdate:modelValue"> & {
|
@@ -21,10 +21,10 @@ declare const _default: {
|
|
21
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
|
22
22
|
readonly "v-model"?: boolean;
|
23
23
|
readonly modelValue?: boolean;
|
24
|
-
readonly
|
24
|
+
readonly rules?: ValidationRule[];
|
25
25
|
readonly hint?: string;
|
26
26
|
readonly persistentHint?: boolean;
|
27
|
-
readonly
|
27
|
+
readonly hideDetails?: boolean;
|
28
28
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
29
29
|
hideDetails: {
|
30
30
|
type: import("vue").PropType<boolean>;
|
@@ -277,10 +277,10 @@ declare const _default: {
|
|
277
277
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
278
278
|
"v-model"?: boolean;
|
279
279
|
modelValue?: boolean;
|
280
|
-
|
280
|
+
rules?: ValidationRule[];
|
281
281
|
hint?: string;
|
282
282
|
persistentHint?: boolean;
|
283
|
-
|
283
|
+
hideDetails?: boolean;
|
284
284
|
}>, "onUpdate:modelValue"> & {
|
285
285
|
"onUpdate:modelValue"?: (value: any) => any;
|
286
286
|
};
|
@@ -30,11 +30,11 @@ declare const _default: {
|
|
30
30
|
readonly autofocus?: boolean;
|
31
31
|
readonly toned?: boolean;
|
32
32
|
readonly placeholder?: string;
|
33
|
-
readonly readonly?: boolean;
|
34
|
-
readonly hint?: string;
|
35
|
-
readonly persistentHint?: boolean;
|
36
33
|
readonly clearable?: boolean;
|
37
34
|
readonly rules?: ValidationRule[];
|
35
|
+
readonly hint?: string;
|
36
|
+
readonly persistentHint?: boolean;
|
37
|
+
readonly readonly?: boolean;
|
38
38
|
readonly autoGrow?: boolean;
|
39
39
|
"onUpdate:focused"?: (value: boolean) => any;
|
40
40
|
"onClick:button"?: () => any;
|
@@ -418,11 +418,11 @@ declare const _default: {
|
|
418
418
|
autofocus?: boolean;
|
419
419
|
toned?: boolean;
|
420
420
|
placeholder?: string;
|
421
|
-
readonly?: boolean;
|
422
|
-
hint?: string;
|
423
|
-
persistentHint?: boolean;
|
424
421
|
clearable?: boolean;
|
425
422
|
rules?: ValidationRule[];
|
423
|
+
hint?: string;
|
424
|
+
persistentHint?: boolean;
|
425
|
+
readonly?: boolean;
|
426
426
|
autoGrow?: boolean;
|
427
427
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
428
428
|
"onUpdate:modelValue"?: (value: string) => any;
|