@omnia/fx 8.0.212-dev → 8.0.213-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/core/messaging/InternalTopics.d.ts +0 -3
- package/internal-do-not-import-from-here/core/utils/EnterprisePropertyHandler.d.ts +9 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +10 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/workers/ResolveRules.d.ts +1 -0
- package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +0 -5
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +75 -26
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/IDatetimeFieldDisplay.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +49 -36
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/AuthProviders.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +56 -32
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +7 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +0 -15
@@ -1,17 +1,48 @@
|
|
1
1
|
import "./MagicLink.css";
|
2
|
-
declare const _default: {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
15
|
-
|
16
|
-
}
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {};
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot<any>;
|
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<any, any, any, any, any, any, any, any, any, {}, {}, 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
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
40
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
41
|
+
"v-slots"?: {
|
42
|
+
default?: import("vue").Slot;
|
43
|
+
} & {};
|
44
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
45
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>;
|
17
48
|
export default _default;
|
@@ -4,6 +4,8 @@ export declare namespace MagicLinkLocalization {
|
|
4
4
|
BrowserTabTitle: string;
|
5
5
|
MagicLinkSuccessLoginMessage: string;
|
6
6
|
ConfirmedEmailMessage: string;
|
7
|
+
ConfirmedEmailOnRequestSetupMessage: string;
|
8
|
+
ConfirmedEmailOnRequesttApprovalMessage: string;
|
7
9
|
LoginConfirmMessage: string;
|
8
10
|
ExpiredError: string;
|
9
11
|
}
|
@@ -15,6 +15,9 @@ declare const _default: {
|
|
15
15
|
placeholder: {
|
16
16
|
type: import("vue").PropType<string>;
|
17
17
|
};
|
18
|
+
noWrap: {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
18
21
|
toned: {
|
19
22
|
type: import("vue").PropType<boolean>;
|
20
23
|
};
|
@@ -112,6 +115,9 @@ declare const _default: {
|
|
112
115
|
placeholder: {
|
113
116
|
type: import("vue").PropType<string>;
|
114
117
|
};
|
118
|
+
noWrap: {
|
119
|
+
type: import("vue").PropType<boolean>;
|
120
|
+
};
|
115
121
|
toned: {
|
116
122
|
type: import("vue").PropType<boolean>;
|
117
123
|
};
|
@@ -218,6 +224,9 @@ declare const _default: {
|
|
218
224
|
placeholder: {
|
219
225
|
type: import("vue").PropType<string>;
|
220
226
|
};
|
227
|
+
noWrap: {
|
228
|
+
type: import("vue").PropType<boolean>;
|
229
|
+
};
|
221
230
|
toned: {
|
222
231
|
type: import("vue").PropType<boolean>;
|
223
232
|
};
|
@@ -321,6 +330,9 @@ declare const _default: {
|
|
321
330
|
placeholder: {
|
322
331
|
type: import("vue").PropType<string>;
|
323
332
|
};
|
333
|
+
noWrap: {
|
334
|
+
type: import("vue").PropType<boolean>;
|
335
|
+
};
|
324
336
|
toned: {
|
325
337
|
type: import("vue").PropType<boolean>;
|
326
338
|
};
|
@@ -477,6 +489,7 @@ declare const _default: {
|
|
477
489
|
placeholder?: string;
|
478
490
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
479
491
|
toned?: boolean;
|
492
|
+
noWrap?: boolean;
|
480
493
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
481
494
|
"v-model"?: string;
|
482
495
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Func } from "@omnia/fx-models";
|
1
|
+
import { ChipBlueprint, Func } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -10,6 +10,9 @@ declare const _default: {
|
|
10
10
|
prependIcon?: Func<[VNodeChild]>;
|
11
11
|
appendIcon?: Func<[VNodeChild]>;
|
12
12
|
}>;
|
13
|
+
blueprint: {
|
14
|
+
type: import("vue").PropType<ChipBlueprint>;
|
15
|
+
};
|
13
16
|
disabled: {
|
14
17
|
type: import("vue").PropType<boolean>;
|
15
18
|
required: false;
|
@@ -61,6 +64,9 @@ declare const _default: {
|
|
61
64
|
prependIcon?: Func<[VNodeChild]>;
|
62
65
|
appendIcon?: Func<[VNodeChild]>;
|
63
66
|
}>;
|
67
|
+
blueprint: {
|
68
|
+
type: import("vue").PropType<ChipBlueprint>;
|
69
|
+
};
|
64
70
|
disabled: {
|
65
71
|
type: import("vue").PropType<boolean>;
|
66
72
|
required: false;
|
@@ -119,6 +125,9 @@ declare const _default: {
|
|
119
125
|
prependIcon?: Func<[VNodeChild]>;
|
120
126
|
appendIcon?: Func<[VNodeChild]>;
|
121
127
|
}>;
|
128
|
+
blueprint: {
|
129
|
+
type: import("vue").PropType<ChipBlueprint>;
|
130
|
+
};
|
122
131
|
disabled: {
|
123
132
|
type: import("vue").PropType<boolean>;
|
124
133
|
required: false;
|
@@ -174,6 +183,9 @@ declare const _default: {
|
|
174
183
|
prependIcon?: Func<[VNodeChild]>;
|
175
184
|
appendIcon?: Func<[VNodeChild]>;
|
176
185
|
}>;
|
186
|
+
blueprint: {
|
187
|
+
type: import("vue").PropType<ChipBlueprint>;
|
188
|
+
};
|
177
189
|
disabled: {
|
178
190
|
type: import("vue").PropType<boolean>;
|
179
191
|
required: false;
|
@@ -222,6 +234,7 @@ declare const _default: {
|
|
222
234
|
propsDefinition: Omit<Readonly<{} & {
|
223
235
|
text?: string;
|
224
236
|
color?: string;
|
237
|
+
blueprint?: ChipBlueprint;
|
225
238
|
container?: boolean;
|
226
239
|
label?: boolean;
|
227
240
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
@@ -17,6 +17,18 @@ declare const _default: {
|
|
17
17
|
type: import("vue").PropType<boolean>;
|
18
18
|
required: false;
|
19
19
|
};
|
20
|
+
show: {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
|
+
};
|
23
|
+
selectedColorAsLabel: {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
};
|
26
|
+
labelColor: {
|
27
|
+
type: import("vue").PropType<string>;
|
28
|
+
};
|
29
|
+
label: {
|
30
|
+
type: import("vue").PropType<string>;
|
31
|
+
};
|
20
32
|
"onUpdate:modelValue": {
|
21
33
|
type: import("vue").PropType<(value: string) => any>;
|
22
34
|
};
|
@@ -28,15 +40,6 @@ declare const _default: {
|
|
28
40
|
type: import("vue").PropType<string>;
|
29
41
|
required: false;
|
30
42
|
};
|
31
|
-
selectedColorAsLabel: {
|
32
|
-
type: import("vue").PropType<boolean>;
|
33
|
-
};
|
34
|
-
labelColor: {
|
35
|
-
type: import("vue").PropType<string>;
|
36
|
-
};
|
37
|
-
label: {
|
38
|
-
type: import("vue").PropType<string>;
|
39
|
-
};
|
40
43
|
class: {
|
41
44
|
type: import("vue").PropType<String | String[]>;
|
42
45
|
required: boolean;
|
@@ -67,6 +70,18 @@ declare const _default: {
|
|
67
70
|
type: import("vue").PropType<boolean>;
|
68
71
|
required: false;
|
69
72
|
};
|
73
|
+
show: {
|
74
|
+
type: import("vue").PropType<boolean>;
|
75
|
+
};
|
76
|
+
selectedColorAsLabel: {
|
77
|
+
type: import("vue").PropType<boolean>;
|
78
|
+
};
|
79
|
+
labelColor: {
|
80
|
+
type: import("vue").PropType<string>;
|
81
|
+
};
|
82
|
+
label: {
|
83
|
+
type: import("vue").PropType<string>;
|
84
|
+
};
|
70
85
|
"onUpdate:modelValue": {
|
71
86
|
type: import("vue").PropType<(value: string) => any>;
|
72
87
|
};
|
@@ -78,15 +93,6 @@ declare const _default: {
|
|
78
93
|
type: import("vue").PropType<string>;
|
79
94
|
required: false;
|
80
95
|
};
|
81
|
-
selectedColorAsLabel: {
|
82
|
-
type: import("vue").PropType<boolean>;
|
83
|
-
};
|
84
|
-
labelColor: {
|
85
|
-
type: import("vue").PropType<string>;
|
86
|
-
};
|
87
|
-
label: {
|
88
|
-
type: import("vue").PropType<string>;
|
89
|
-
};
|
90
96
|
class: {
|
91
97
|
type: import("vue").PropType<String | String[]>;
|
92
98
|
required: boolean;
|
@@ -124,6 +130,18 @@ declare const _default: {
|
|
124
130
|
type: import("vue").PropType<boolean>;
|
125
131
|
required: false;
|
126
132
|
};
|
133
|
+
show: {
|
134
|
+
type: import("vue").PropType<boolean>;
|
135
|
+
};
|
136
|
+
selectedColorAsLabel: {
|
137
|
+
type: import("vue").PropType<boolean>;
|
138
|
+
};
|
139
|
+
labelColor: {
|
140
|
+
type: import("vue").PropType<string>;
|
141
|
+
};
|
142
|
+
label: {
|
143
|
+
type: import("vue").PropType<string>;
|
144
|
+
};
|
127
145
|
"onUpdate:modelValue": {
|
128
146
|
type: import("vue").PropType<(value: string) => any>;
|
129
147
|
};
|
@@ -135,15 +153,6 @@ declare const _default: {
|
|
135
153
|
type: import("vue").PropType<string>;
|
136
154
|
required: false;
|
137
155
|
};
|
138
|
-
selectedColorAsLabel: {
|
139
|
-
type: import("vue").PropType<boolean>;
|
140
|
-
};
|
141
|
-
labelColor: {
|
142
|
-
type: import("vue").PropType<string>;
|
143
|
-
};
|
144
|
-
label: {
|
145
|
-
type: import("vue").PropType<string>;
|
146
|
-
};
|
147
156
|
class: {
|
148
157
|
type: import("vue").PropType<String | String[]>;
|
149
158
|
required: boolean;
|
@@ -178,6 +187,18 @@ declare const _default: {
|
|
178
187
|
type: import("vue").PropType<boolean>;
|
179
188
|
required: false;
|
180
189
|
};
|
190
|
+
show: {
|
191
|
+
type: import("vue").PropType<boolean>;
|
192
|
+
};
|
193
|
+
selectedColorAsLabel: {
|
194
|
+
type: import("vue").PropType<boolean>;
|
195
|
+
};
|
196
|
+
labelColor: {
|
197
|
+
type: import("vue").PropType<string>;
|
198
|
+
};
|
199
|
+
label: {
|
200
|
+
type: import("vue").PropType<string>;
|
201
|
+
};
|
181
202
|
"onUpdate:modelValue": {
|
182
203
|
type: import("vue").PropType<(value: string) => any>;
|
183
204
|
};
|
@@ -189,15 +210,6 @@ declare const _default: {
|
|
189
210
|
type: import("vue").PropType<string>;
|
190
211
|
required: false;
|
191
212
|
};
|
192
|
-
selectedColorAsLabel: {
|
193
|
-
type: import("vue").PropType<boolean>;
|
194
|
-
};
|
195
|
-
labelColor: {
|
196
|
-
type: import("vue").PropType<string>;
|
197
|
-
};
|
198
|
-
label: {
|
199
|
-
type: import("vue").PropType<string>;
|
200
|
-
};
|
201
213
|
class: {
|
202
214
|
type: import("vue").PropType<String | String[]>;
|
203
215
|
required: boolean;
|
@@ -225,6 +237,7 @@ declare const _default: {
|
|
225
237
|
container?: boolean;
|
226
238
|
class?: String | String[];
|
227
239
|
label?: string;
|
240
|
+
show?: boolean;
|
228
241
|
disabled?: boolean;
|
229
242
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
230
243
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { OIconVariants, OIconSizes } from "@omnia/fx-models";
|
2
|
+
export declare const IconStyles: {
|
3
|
+
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<{
|
4
|
+
className?: string;
|
5
|
+
style?: Readonly<{
|
6
|
+
[$$Key$$: string]: string | number;
|
7
|
+
}>;
|
8
|
+
}>;
|
9
|
+
};
|
@@ -7,6 +7,9 @@ declare const _default: {
|
|
7
7
|
truncateLines: {
|
8
8
|
type: import("vue").PropType<number>;
|
9
9
|
};
|
10
|
+
noWrap: {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
};
|
10
13
|
wordBreak: {
|
11
14
|
type: import("vue").PropType<"none">;
|
12
15
|
};
|
@@ -45,6 +48,9 @@ declare const _default: {
|
|
45
48
|
truncateLines: {
|
46
49
|
type: import("vue").PropType<number>;
|
47
50
|
};
|
51
|
+
noWrap: {
|
52
|
+
type: import("vue").PropType<boolean>;
|
53
|
+
};
|
48
54
|
wordBreak: {
|
49
55
|
type: import("vue").PropType<"none">;
|
50
56
|
};
|
@@ -92,6 +98,9 @@ declare const _default: {
|
|
92
98
|
truncateLines: {
|
93
99
|
type: import("vue").PropType<number>;
|
94
100
|
};
|
101
|
+
noWrap: {
|
102
|
+
type: import("vue").PropType<boolean>;
|
103
|
+
};
|
95
104
|
wordBreak: {
|
96
105
|
type: import("vue").PropType<"none">;
|
97
106
|
};
|
@@ -136,6 +145,9 @@ declare const _default: {
|
|
136
145
|
truncateLines: {
|
137
146
|
type: import("vue").PropType<number>;
|
138
147
|
};
|
148
|
+
noWrap: {
|
149
|
+
type: import("vue").PropType<boolean>;
|
150
|
+
};
|
139
151
|
wordBreak: {
|
140
152
|
type: import("vue").PropType<"none">;
|
141
153
|
};
|
@@ -180,6 +192,7 @@ declare const _default: {
|
|
180
192
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
181
193
|
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
182
194
|
toned?: boolean;
|
195
|
+
noWrap?: boolean;
|
183
196
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
184
197
|
truncateLines?: number;
|
185
198
|
}>, never>;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/**
|
2
|
+
* Styles for the CommandPalette component
|
3
|
+
*/
|
4
|
+
export declare const TextStyles: Readonly<{
|
5
|
+
readonly truncateText: (lines: number) => readonly [Readonly<{
|
6
|
+
maxWidth: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"maxWidth", string>;
|
7
|
+
"-webkit-line-clamp": import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"-webkit-line-clamp", number>;
|
8
|
+
"-webkit-box-orient": import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"-webkit-box-orient", string>;
|
9
|
+
wordBreak: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"wordBreak", "break-all">;
|
10
|
+
display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "-webkit-box">;
|
11
|
+
overflow: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"overflow", "hidden">;
|
12
|
+
}>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
|
13
|
+
}>;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export declare const treeViewStylex: Readonly<{
|
2
|
+
readonly titleWrapper: (otreeTitleHoverBackgroundColor: string) => readonly [Readonly<{
|
3
|
+
display: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"display", "flex">;
|
4
|
+
flexDirection: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"flexDirection", "row">;
|
5
|
+
alignItems: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"alignItems", "center">;
|
6
|
+
background: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"background", any>;
|
7
|
+
cursor: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"cursor", "pointer">;
|
8
|
+
}>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
|
9
|
+
readonly containerWrapper: (otreeContainerWrapperBackgroundColor: string) => readonly [Readonly<{
|
10
|
+
background: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"background", string>;
|
11
|
+
}>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
|
12
|
+
readonly expandedAnimation: Readonly<{
|
13
|
+
readonly transition: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"transition", "0.4s">;
|
14
|
+
}>;
|
15
|
+
readonly expandedIcon: Readonly<{
|
16
|
+
readonly transform: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"transform", "rotate(90deg)">;
|
17
|
+
}>;
|
18
|
+
readonly collapsedIcon: Readonly<{
|
19
|
+
readonly transform: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"transform", "rotate(0deg)">;
|
20
|
+
}>;
|
21
|
+
}>;
|
@@ -1,32 +1,56 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
1
|
+
import { OmniaAuthProviderContext, OmniaAuthProviderChainAction } from "../../Shared";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
context: OmniaAuthProviderContext;
|
4
|
+
} & {
|
5
|
+
next: OmniaAuthProviderChainAction;
|
6
|
+
}>) => {
|
7
|
+
$: import("vue").ComponentInternalInstance;
|
8
|
+
$data: {};
|
9
|
+
$props: {};
|
10
|
+
$attrs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$refs: {
|
14
|
+
[x: string]: unknown;
|
15
|
+
};
|
16
|
+
$slots: Readonly<{
|
17
|
+
[name: string]: import("vue").Slot<any>;
|
18
|
+
}>;
|
19
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
20
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
21
|
+
$emit: (event: string, ...args: any[]) => void;
|
22
|
+
$el: any;
|
23
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
24
|
+
beforeCreate?: (() => void) | (() => void)[];
|
25
|
+
created?: (() => void) | (() => void)[];
|
26
|
+
beforeMount?: (() => void) | (() => void)[];
|
27
|
+
mounted?: (() => void) | (() => void)[];
|
28
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
29
|
+
updated?: (() => void) | (() => void)[];
|
30
|
+
activated?: (() => void) | (() => void)[];
|
31
|
+
deactivated?: (() => void) | (() => void)[];
|
32
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
33
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
34
|
+
destroyed?: (() => void) | (() => void)[];
|
35
|
+
unmounted?: (() => void) | (() => void)[];
|
36
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
37
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
38
|
+
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)[];
|
39
|
+
};
|
40
|
+
$forceUpdate: () => void;
|
41
|
+
$nextTick: typeof import("vue").nextTick;
|
42
|
+
$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;
|
43
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
44
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
45
|
+
context: OmniaAuthProviderContext;
|
46
|
+
} & {
|
47
|
+
next: OmniaAuthProviderChainAction;
|
48
|
+
}> & {
|
49
|
+
"v-slots"?: {
|
50
|
+
default?: import("vue").Slot;
|
51
|
+
} & {};
|
52
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "next" | "context">;
|
53
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>;
|
56
|
+
export default _default;
|
@@ -120,7 +120,7 @@ export interface VelcronActionWithCondition extends VelcronActionWithAutoAwait {
|
|
120
120
|
}
|
121
121
|
export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
122
122
|
edit?: VelcronBindableProp<boolean>;
|
123
|
-
|
123
|
+
value?: VelcronBindableProp;
|
124
124
|
}
|
125
125
|
export interface VelcronColorStyling {
|
126
126
|
colorSchemaType?: string;
|
@@ -193,6 +193,7 @@ export interface VelcronFlexColumnDefinition extends VelcronDefinition, VelcronC
|
|
193
193
|
type: "column";
|
194
194
|
events?: VelcronOnPressEvent;
|
195
195
|
grow?: number;
|
196
|
+
blueprint?: ContainerBlueprint | ContainerVariant;
|
196
197
|
alignY?: VelcronVerticalAlignments;
|
197
198
|
position?: VelcronPosition;
|
198
199
|
absolute?: VelcronSpacing;
|
@@ -223,7 +224,7 @@ export declare enum VelcronImageRatios {
|
|
223
224
|
export interface VelcronImageDefinition extends VelcronDefinitionWithEditMode {
|
224
225
|
type: "image";
|
225
226
|
url?: VelcronBindableProp<string>;
|
226
|
-
|
227
|
+
value?: VelcronBindableProp<string>;
|
227
228
|
ratio?: VelcronImageRatios | string;
|
228
229
|
width?: number | string;
|
229
230
|
height?: number | string;
|
@@ -347,7 +348,7 @@ export interface VelcronReferenceDefinition extends VelcronDefinition {
|
|
347
348
|
}
|
348
349
|
export interface VelcronPropertyDefinition extends VelcronDefinitionWithEditMode {
|
349
350
|
type: "property";
|
350
|
-
|
351
|
+
value: VelcronBindableProp<string>;
|
351
352
|
}
|
352
353
|
export interface VelcronCheckboxDefinition extends VelcronDefinition {
|
353
354
|
type: "checkbox";
|
@@ -1,16 +1,51 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
}
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
}
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
group?: string;
|
3
|
+
}>) => {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {};
|
7
|
+
$attrs: {
|
8
|
+
[x: string]: unknown;
|
9
|
+
};
|
10
|
+
$refs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$slots: Readonly<{
|
14
|
+
[name: string]: import("vue").Slot<any>;
|
15
|
+
}>;
|
16
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
17
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$emit: (event: string, ...args: any[]) => void;
|
19
|
+
$el: any;
|
20
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
21
|
+
beforeCreate?: (() => void) | (() => void)[];
|
22
|
+
created?: (() => void) | (() => void)[];
|
23
|
+
beforeMount?: (() => void) | (() => void)[];
|
24
|
+
mounted?: (() => void) | (() => void)[];
|
25
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
26
|
+
updated?: (() => void) | (() => void)[];
|
27
|
+
activated?: (() => void) | (() => void)[];
|
28
|
+
deactivated?: (() => void) | (() => void)[];
|
29
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
30
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
31
|
+
destroyed?: (() => void) | (() => void)[];
|
32
|
+
unmounted?: (() => void) | (() => void)[];
|
33
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
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)[];
|
36
|
+
};
|
37
|
+
$forceUpdate: () => void;
|
38
|
+
$nextTick: typeof import("vue").nextTick;
|
39
|
+
$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;
|
40
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
42
|
+
group?: string;
|
43
|
+
}> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "group">;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
16
51
|
export default _default;
|