@omnia/fx 8.0.216-dev → 8.0.219-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +362 -122
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +13 -36
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +24 -18
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +58 -82
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +48 -68
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +50 -70
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +65 -44
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +681 -1061
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +135 -203
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/oxide/appbar/{Appbar.css.d.ts → Appbar.stylex.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
3
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
4
|
businessProfileId?: guid;
|
4
|
-
}
|
5
|
+
} & DefineEmit<"navigateToDetail", () => void>>) => {
|
5
6
|
$: import("vue").ComponentInternalInstance;
|
6
7
|
$data: {};
|
7
8
|
$props: {};
|
@@ -41,11 +42,13 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
41
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
43
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
43
44
|
businessProfileId?: guid;
|
44
|
-
}
|
45
|
+
} & DefineEmit<"navigateToDetail", () => void>> & {
|
45
46
|
"v-slots"?: {
|
46
47
|
default?: import("vue").Slot;
|
47
48
|
} & {};
|
48
|
-
} & {
|
49
|
+
} & {
|
50
|
+
onNavigateToDetail?: () => any;
|
51
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId">;
|
49
52
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
53
|
[key: string]: any;
|
51
54
|
}>;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts
CHANGED
@@ -6,9 +6,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
6
6
|
"onUpdate:identity"?: (value: GroupIdentity) => void;
|
7
7
|
} & {
|
8
8
|
identity?: GroupIdentity;
|
9
|
-
} & {
|
9
|
+
} & DefineEmit<"save", () => void> & DefineEmit<"delete", () => void> & {
|
10
10
|
businessProfileId?: string;
|
11
|
-
} &
|
11
|
+
} & {
|
12
|
+
hasAdminPermission?: boolean;
|
13
|
+
}>) => {
|
12
14
|
$: import("vue").ComponentInternalInstance;
|
13
15
|
$data: {};
|
14
16
|
$props: {};
|
@@ -52,15 +54,18 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
52
54
|
"onUpdate:identity"?: (value: GroupIdentity) => void;
|
53
55
|
} & {
|
54
56
|
identity?: GroupIdentity;
|
55
|
-
} & {
|
57
|
+
} & DefineEmit<"save", () => void> & DefineEmit<"delete", () => void> & {
|
56
58
|
businessProfileId?: string;
|
57
|
-
} &
|
59
|
+
} & {
|
60
|
+
hasAdminPermission?: boolean;
|
61
|
+
}> & {
|
58
62
|
"v-slots"?: {
|
59
63
|
default?: import("vue").Slot;
|
60
64
|
} & {};
|
61
65
|
} & {
|
62
66
|
onSave?: () => any;
|
63
|
-
|
67
|
+
onDelete?: () => any;
|
68
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "identity" | "businessProfileId" | "hasAdminPermission" | "v-model:identity" | "onUpdate:identity">;
|
64
69
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
65
70
|
[key: string]: any;
|
66
71
|
}>;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
import { GroupIdentity, GroupMembers } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
identity?: GroupIdentity;
|
4
|
+
} & {
|
5
|
+
businessProfileId?: string;
|
6
|
+
} & {
|
7
|
+
hasEditablePremission?: boolean;
|
8
|
+
} & {
|
9
|
+
omniaGroupBuiltIn?: boolean;
|
10
|
+
} & {
|
11
|
+
isEditableGroup?: boolean;
|
12
|
+
} & {
|
13
|
+
changedMembers?: GroupMembers;
|
14
|
+
} & {
|
15
|
+
saving?: boolean;
|
16
|
+
} & {
|
17
|
+
isOwnersTab?: boolean;
|
18
|
+
}>) => {
|
19
|
+
$: import("vue").ComponentInternalInstance;
|
20
|
+
$data: {};
|
21
|
+
$props: {};
|
22
|
+
$attrs: {
|
23
|
+
[x: string]: unknown;
|
24
|
+
};
|
25
|
+
$refs: {
|
26
|
+
[x: string]: unknown;
|
27
|
+
};
|
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)[];
|
51
|
+
};
|
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: import("@omnia/fx/ux").ExtractProps<{
|
57
|
+
identity?: GroupIdentity;
|
58
|
+
} & {
|
59
|
+
businessProfileId?: string;
|
60
|
+
} & {
|
61
|
+
hasEditablePremission?: boolean;
|
62
|
+
} & {
|
63
|
+
omniaGroupBuiltIn?: boolean;
|
64
|
+
} & {
|
65
|
+
isEditableGroup?: boolean;
|
66
|
+
} & {
|
67
|
+
changedMembers?: GroupMembers;
|
68
|
+
} & {
|
69
|
+
saving?: boolean;
|
70
|
+
} & {
|
71
|
+
isOwnersTab?: boolean;
|
72
|
+
}> & {
|
73
|
+
"v-slots"?: {
|
74
|
+
default?: import("vue").Slot;
|
75
|
+
} & {};
|
76
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "identity" | "businessProfileId" | "saving" | "hasEditablePremission" | "omniaGroupBuiltIn" | "isEditableGroup" | "changedMembers" | "isOwnersTab">;
|
77
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
78
|
+
[key: string]: any;
|
79
|
+
}>;
|
80
|
+
export default _default;
|
@@ -16,7 +16,7 @@ export declare namespace UserManagementLocalization {
|
|
16
16
|
Properties: string;
|
17
17
|
AddUser: string;
|
18
18
|
EditUser: string;
|
19
|
-
|
19
|
+
DeletedUser: string;
|
20
20
|
DeleteUserConfirmation: string;
|
21
21
|
Authentication: string;
|
22
22
|
Password: string;
|
@@ -118,10 +118,15 @@ export declare namespace UserManagementLocalization {
|
|
118
118
|
EditGroup: string;
|
119
119
|
DeleteGroup: string;
|
120
120
|
DeleteGroupConfirmation: string;
|
121
|
+
DeleteGroupsErrorMessageGroupsInUse: string;
|
122
|
+
DeleteGroupErrorMessageGroupInUse: string;
|
121
123
|
Members: string;
|
124
|
+
AddExistingUser: string;
|
125
|
+
CreateAndAddNewUser: string;
|
122
126
|
RemoveUser: string;
|
123
127
|
RemoveGroup: string;
|
124
128
|
Filter: string;
|
129
|
+
Scope: string;
|
125
130
|
AllActive: string;
|
126
131
|
AllDeleted: string;
|
127
132
|
Restore: string;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts
CHANGED
@@ -3,6 +3,7 @@ export interface GroupDetailState {
|
|
3
3
|
onSave: (...params: any[]) => Promise<void> | void;
|
4
4
|
group: GroupIdentity;
|
5
5
|
businessProfileId: string;
|
6
|
+
onDelete: (...params: any[]) => Promise<void> | void;
|
6
7
|
}
|
7
8
|
export declare const useGroupDetailStore: () => {
|
8
9
|
state: GroupDetailState;
|
@@ -10,9 +11,11 @@ export declare const useGroupDetailStore: () => {
|
|
10
11
|
onMutatedOnSave: import("@omnia/fx").MessageBusExposeOnlySubscription<(...params: any[]) => Promise<void> | void>;
|
11
12
|
onMutatedGroup: import("@omnia/fx").MessageBusExposeOnlySubscription<GroupIdentity>;
|
12
13
|
onMutatedBusinessProfileId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
14
|
+
onMutatedOnDelete: import("@omnia/fx").MessageBusExposeOnlySubscription<(...params: any[]) => Promise<void> | void>;
|
13
15
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
14
16
|
get: {
|
15
17
|
onSave: () => (...params: any[]) => Promise<void> | void;
|
18
|
+
onDelete: () => (...params: any[]) => Promise<void> | void;
|
16
19
|
group: () => GroupIdentity;
|
17
20
|
ownerId: () => string;
|
18
21
|
};
|
@@ -20,5 +23,6 @@ export declare const useGroupDetailStore: () => {
|
|
20
23
|
onSave: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
|
21
24
|
group: (value: GroupIdentity | ((prev: GroupIdentity) => GroupIdentity)) => void;
|
22
25
|
businessProfileId: (value: string | ((prev: string) => string)) => void;
|
26
|
+
onDelete: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
|
23
27
|
};
|
24
28
|
};
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts
CHANGED
@@ -3,7 +3,12 @@ export declare const UserManagementBladeIds: {
|
|
3
3
|
home: guid;
|
4
4
|
users: {
|
5
5
|
default: guid;
|
6
|
-
|
6
|
+
defaultActive: guid;
|
7
|
+
defaultDelete: guid;
|
8
|
+
defaultPending: guid;
|
9
|
+
detailActive: guid;
|
10
|
+
detailDelelte: guid;
|
11
|
+
detailPending: guid;
|
7
12
|
authentication: guid;
|
8
13
|
bulkImport: guid;
|
9
14
|
};
|
@@ -1,4 +1,10 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
"v-model:visible"?: boolean;
|
3
|
+
} & {
|
4
|
+
"onUpdate:visible"?: (value: boolean) => void;
|
5
|
+
} & {
|
6
|
+
visible?: boolean;
|
7
|
+
}>) => {
|
2
8
|
$: import("vue").ComponentInternalInstance;
|
3
9
|
$data: {};
|
4
10
|
$props: {};
|
@@ -36,11 +42,17 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
36
42
|
$nextTick: typeof import("vue").nextTick;
|
37
43
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
38
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
-
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
45
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
|
+
"v-model:visible"?: boolean;
|
47
|
+
} & {
|
48
|
+
"onUpdate:visible"?: (value: boolean) => void;
|
49
|
+
} & {
|
50
|
+
visible?: boolean;
|
51
|
+
}> & {
|
40
52
|
"v-slots"?: {
|
41
53
|
default?: import("vue").Slot;
|
42
54
|
} & {};
|
43
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps,
|
55
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "visible" | "v-model:visible" | "onUpdate:visible">;
|
44
56
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
57
|
[key: string]: any;
|
46
58
|
}>;
|
@@ -1,10 +1,14 @@
|
|
1
1
|
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
authSettings
|
3
|
+
"v-model:authSettings"?: AuthenticationSettings;
|
4
|
+
} & {
|
5
|
+
"onUpdate:authSettings"?: (value: AuthenticationSettings) => void;
|
6
|
+
} & {
|
7
|
+
authSettings?: AuthenticationSettings;
|
4
8
|
} & {
|
5
9
|
errorMsg: string;
|
6
10
|
} & {
|
7
|
-
onInvalidateUserTokens
|
11
|
+
onInvalidateUserTokens?: () => Promise<void>;
|
8
12
|
}>) => {
|
9
13
|
$: import("vue").ComponentInternalInstance;
|
10
14
|
$data: {};
|
@@ -44,16 +48,20 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
44
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;
|
45
49
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
50
|
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
47
|
-
authSettings
|
51
|
+
"v-model:authSettings"?: AuthenticationSettings;
|
52
|
+
} & {
|
53
|
+
"onUpdate:authSettings"?: (value: AuthenticationSettings) => void;
|
54
|
+
} & {
|
55
|
+
authSettings?: AuthenticationSettings;
|
48
56
|
} & {
|
49
57
|
errorMsg: string;
|
50
58
|
} & {
|
51
|
-
onInvalidateUserTokens
|
59
|
+
onInvalidateUserTokens?: () => Promise<void>;
|
52
60
|
}> & {
|
53
61
|
"v-slots"?: {
|
54
62
|
default?: import("vue").Slot;
|
55
63
|
} & {};
|
56
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "errorMsg" | "authSettings" | "onInvalidateUserTokens">;
|
64
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "errorMsg" | "authSettings" | "v-model:authSettings" | "onUpdate:authSettings" | "onInvalidateUserTokens">;
|
57
65
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
66
|
[key: string]: any;
|
59
67
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
+
type IconStylePickerVariant = "dialog" | "editor" | "blade";
|
4
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
6
|
"v-model"?: IconBlueprint;
|
6
7
|
} & {
|
@@ -17,6 +18,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
17
18
|
toned?: boolean;
|
18
19
|
} & {
|
19
20
|
enableDynamicColor?: boolean;
|
21
|
+
} & {
|
22
|
+
variant?: IconStylePickerVariant;
|
20
23
|
} & {
|
21
24
|
label?: string;
|
22
25
|
} & DefineSlot<"activator", () => VNodeChild>>) => {
|
@@ -73,6 +76,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
73
76
|
toned?: boolean;
|
74
77
|
} & {
|
75
78
|
enableDynamicColor?: boolean;
|
79
|
+
} & {
|
80
|
+
variant?: IconStylePickerVariant;
|
76
81
|
} & {
|
77
82
|
label?: string;
|
78
83
|
} & DefineSlot<"activator", () => VNodeChild>> & {
|
@@ -81,7 +86,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
81
86
|
} & {
|
82
87
|
activator?: () => VNodeChild;
|
83
88
|
};
|
84
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor">;
|
89
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor">;
|
85
90
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
86
91
|
[key: string]: any;
|
87
92
|
}>;
|
@@ -1,7 +1,8 @@
|
|
1
1
|
import { ChromeBlueprint, SpacingDefinition, Spacing, SpacingValue, setColorOpacity, ColorValue } from "@omnia/fx-models";
|
2
2
|
import { blueprintStyles, colorStyling, spacingStyling } from "./styles";
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore } from "../store";
|
4
|
-
import { typographyStyling } from "./styles/Typography";
|
4
|
+
import { typographyStylex, typographyStyling } from "./styles/Typography";
|
5
|
+
import { blueprintStylex } from "./styles/Blueprints";
|
5
6
|
export declare function useStyling(): {
|
6
7
|
spacing: typeof spacingStyling.createSpacing;
|
7
8
|
spacingStylex: typeof spacingStyling.createSpacingx;
|
@@ -26,6 +27,9 @@ export declare function useThemeStyling(): {
|
|
26
27
|
};
|
27
28
|
};
|
28
29
|
typography: {
|
30
|
+
valueStylex: typeof typographyStylex.typographyStylexFromValueStylex;
|
31
|
+
typeStylex: typeof typographyStylex.typographyTypeStylex;
|
32
|
+
stylex: typeof typographyStylex.typographyStylex;
|
29
33
|
valueStyling: (value: import("@omnia/fx-models").TypographyValue, blueprint: import("@omnia/fx-models").TypographyBlueprint) => string;
|
30
34
|
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
|
31
35
|
baseStyles: {
|
@@ -44,56 +48,29 @@ export declare function useThemeStyling(): {
|
|
44
48
|
styling: typeof typographyStyling;
|
45
49
|
};
|
46
50
|
chrome: {
|
47
|
-
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) =>
|
48
|
-
className?: string;
|
49
|
-
style?: Readonly<{
|
50
|
-
[$$Key$$: string]: string | number;
|
51
|
-
}>;
|
52
|
-
}> | {
|
53
|
-
style: Readonly<{
|
54
|
-
[$$Key$$: string]: string | number;
|
55
|
-
}>;
|
56
|
-
classname: string;
|
57
|
-
};
|
51
|
+
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => any;
|
58
52
|
chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => any[];
|
59
53
|
};
|
60
54
|
blueprints: {
|
61
55
|
button: typeof blueprintStyles.getButtonBlueprintStyling;
|
56
|
+
buttonStylex: typeof blueprintStylex.getButtonBlueprintStylex;
|
62
57
|
icon: typeof blueprintStyles.getIconBlueprintStyling;
|
58
|
+
iconStyleX: typeof blueprintStylex.getIconBlueprintStylex;
|
63
59
|
chip: typeof blueprintStyles.getChipBlueprintStyling;
|
64
60
|
fill: typeof blueprintStyles.getBlueprintFillStyling;
|
65
61
|
fillObject: typeof blueprintStyles.getBlueprintFillObject;
|
66
62
|
border: typeof blueprintStyles.getBlueprintBorderStyling;
|
67
63
|
background: typeof blueprintStyles.getBlueprintBackgroundStyling;
|
68
64
|
text: typeof blueprintStyles.getBlueprintTextStyling;
|
65
|
+
textStylex: typeof blueprintStylex.getBlueprintTextStylex;
|
69
66
|
textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
|
70
67
|
tab: typeof blueprintStyles.getBlueprintTabStyling;
|
71
68
|
tabs: typeof blueprintStyles.getBlueprintTabsStyling;
|
72
69
|
spacing: {
|
73
|
-
innerPaddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
}>;
|
78
|
-
}>;
|
79
|
-
innerMarginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<{
|
80
|
-
className?: string;
|
81
|
-
style?: Readonly<{
|
82
|
-
[$$Key$$: string]: string | number;
|
83
|
-
}>;
|
84
|
-
}>;
|
85
|
-
layoutPaddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<{
|
86
|
-
className?: string;
|
87
|
-
style?: Readonly<{
|
88
|
-
[$$Key$$: string]: string | number;
|
89
|
-
}>;
|
90
|
-
}>;
|
91
|
-
layoutMarginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<{
|
92
|
-
className?: string;
|
93
|
-
style?: Readonly<{
|
94
|
-
[$$Key$$: string]: string | number;
|
95
|
-
}>;
|
96
|
-
}>;
|
70
|
+
innerPaddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
|
71
|
+
innerMarginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
|
72
|
+
layoutPaddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
|
73
|
+
layoutMarginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
|
97
74
|
innerPadding: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
98
75
|
innerMargin: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
99
76
|
layoutPadding: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint } from "@omnia/fx-models";
|
2
2
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
|
4
|
+
import { StylexType } from "internal/fx/ux/Styles.stylex";
|
4
5
|
export declare namespace blueprintStylex {
|
5
|
-
|
6
|
+
/**Text styling */
|
7
|
+
function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexType>;
|
8
|
+
function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexType>;
|
6
9
|
/**Button styling */
|
7
|
-
function
|
10
|
+
function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
8
11
|
}
|
9
12
|
export declare namespace blueprintStyles {
|
10
13
|
/**Border styling */
|
@@ -16,12 +19,7 @@ export declare namespace blueprintStyles {
|
|
16
19
|
function getBlueprintFillStyling(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): string;
|
17
20
|
/**Spacing styling */
|
18
21
|
function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
19
|
-
function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<
|
20
|
-
className?: string;
|
21
|
-
style?: Readonly<{
|
22
|
-
[$$Key$$: string]: string | number;
|
23
|
-
}>;
|
24
|
-
}>;
|
22
|
+
function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexType>;
|
25
23
|
function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
|
26
24
|
/**Button styling */
|
27
25
|
function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
|
@@ -4,16 +4,6 @@ export declare const chromeStyles: {
|
|
4
4
|
getChromeStyling: typeof getChromeStyling;
|
5
5
|
getChromeStylingx: typeof getChromeStylingx;
|
6
6
|
};
|
7
|
-
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition):
|
8
|
-
className?: string;
|
9
|
-
style?: Readonly<{
|
10
|
-
[$$Key$$: string]: string | number;
|
11
|
-
}>;
|
12
|
-
}> | {
|
13
|
-
style: Readonly<{
|
14
|
-
[$$Key$$: string]: string | number;
|
15
|
-
}>;
|
16
|
-
classname: string;
|
17
|
-
};
|
7
|
+
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any;
|
18
8
|
declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any[];
|
19
9
|
export {};
|
@@ -4,12 +4,7 @@ export declare namespace colorStyling {
|
|
4
4
|
function backgroundOpacity(dark: boolean, opacity?: Number): string;
|
5
5
|
function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
|
6
6
|
function getColorStylingx(color: string, opacity?: number): {
|
7
|
-
all: Readonly<
|
8
|
-
className?: string;
|
9
|
-
style?: Readonly<{
|
10
|
-
[$$Key$$: string]: string | number;
|
11
|
-
}>;
|
12
|
-
}>;
|
7
|
+
all: Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
|
13
8
|
background: Readonly<{
|
14
9
|
className?: string;
|
15
10
|
style?: Readonly<{
|
@@ -6,11 +6,6 @@ export interface NumericalSpacing {
|
|
6
6
|
left?: number;
|
7
7
|
}
|
8
8
|
export declare namespace spacingStyling {
|
9
|
-
function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<
|
10
|
-
className?: string;
|
11
|
-
style?: Readonly<{
|
12
|
-
[$$Key$$: string]: string | number;
|
13
|
-
}>;
|
14
|
-
}>;
|
9
|
+
function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
|
15
10
|
function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
|
16
11
|
}
|
@@ -2,6 +2,33 @@
|
|
2
2
|
import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
|
3
3
|
import { MediaQuery } from "typestyle/lib/types";
|
4
4
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
5
|
+
export declare namespace typographyStylex {
|
6
|
+
function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexType>;
|
7
|
+
function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
|
8
|
+
title: {
|
9
|
+
readonly xl: Readonly<import("@omnia/fx/ux").StylexType>;
|
10
|
+
readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
|
11
|
+
readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
|
12
|
+
readonly s: Readonly<import("@omnia/fx/ux").StylexType>;
|
13
|
+
readonly xs: Readonly<import("@omnia/fx/ux").StylexType>;
|
14
|
+
};
|
15
|
+
text: {
|
16
|
+
readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
|
17
|
+
readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
|
18
|
+
readonly s: Readonly<import("@omnia/fx/ux").StylexType>;
|
19
|
+
readonly xs: Readonly<import("@omnia/fx/ux").StylexType>;
|
20
|
+
};
|
21
|
+
navigation: {
|
22
|
+
readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
|
23
|
+
readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
|
24
|
+
};
|
25
|
+
link: {
|
26
|
+
readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
|
27
|
+
};
|
28
|
+
typographyType: (typographyType: string) => any;
|
29
|
+
};
|
30
|
+
function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexType>;
|
31
|
+
}
|
5
32
|
export declare const typographyStyles: {
|
6
33
|
typographyTypeStyling: typeof typographyTypeStyling;
|
7
34
|
typographyStyling: typeof typographyStyling;
|
@@ -7,10 +7,5 @@ export interface stylingSettings {
|
|
7
7
|
minWidth: string;
|
8
8
|
}
|
9
9
|
export declare const ColStyles: {
|
10
|
-
wrapper: (settings: stylingSettings) => Readonly<
|
11
|
-
className?: string;
|
12
|
-
style?: Readonly<{
|
13
|
-
[$$Key$$: string]: string | number;
|
14
|
-
}>;
|
15
|
-
}>;
|
10
|
+
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexType>;
|
16
11
|
};
|
@@ -13,10 +13,5 @@ export interface stylingSettings {
|
|
13
13
|
direction: ORowDirections;
|
14
14
|
}
|
15
15
|
export declare const RowStyles: {
|
16
|
-
wrapper: (settings: stylingSettings) => Readonly<
|
17
|
-
className?: string;
|
18
|
-
style?: Readonly<{
|
19
|
-
[$$Key$$: string]: string | number;
|
20
|
-
}>;
|
21
|
-
}>;
|
16
|
+
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexType>;
|
22
17
|
};
|
@@ -1,9 +1,4 @@
|
|
1
1
|
import { OIconVariants, OIconSizes } from "@omnia/fx-models";
|
2
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
|
-
}>;
|
3
|
+
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexType>;
|
9
4
|
};
|
@@ -61,7 +61,9 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
61
61
|
persistentHint?: boolean;
|
62
62
|
} & {
|
63
63
|
hideSelected?: boolean;
|
64
|
-
} & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> &
|
64
|
+
} & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & {
|
65
|
+
errorMessages?: string | readonly string[];
|
66
|
+
} & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"append-item", () => VNodeChild>>) => {
|
65
67
|
$: import("vue").ComponentInternalInstance;
|
66
68
|
$data: {};
|
67
69
|
$props: {};
|
@@ -151,7 +153,9 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
151
153
|
persistentHint?: boolean;
|
152
154
|
} & {
|
153
155
|
hideSelected?: boolean;
|
154
|
-
} & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> &
|
156
|
+
} & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & {
|
157
|
+
errorMessages?: string | readonly string[];
|
158
|
+
} & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"append-item", () => VNodeChild>> & {
|
155
159
|
"v-slots"?: {
|
156
160
|
default?: import("vue").Slot;
|
157
161
|
} & {
|
@@ -165,7 +169,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
165
169
|
"onUpdate:focused"?: (value: boolean) => any;
|
166
170
|
"onClick:button"?: (value: any) => any;
|
167
171
|
"onUpdate:search"?: (value: string) => any;
|
168
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemValue" | "returnObject" | "hideNoData" | "itemTitle" | "menuIcon" | "hideSelected">;
|
172
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "errorMessages" | "clearable" | "itemValue" | "returnObject" | "hideNoData" | "itemTitle" | "menuIcon" | "hideSelected">;
|
169
173
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
170
174
|
[key: string]: any;
|
171
175
|
}>;
|
@@ -2,10 +2,5 @@
|
|
2
2
|
* Styles for the CommandPalette component
|
3
3
|
*/
|
4
4
|
export declare const TextStyles: {
|
5
|
-
truncateText: (lines: number) => Readonly<
|
6
|
-
className?: string;
|
7
|
-
style?: Readonly<{
|
8
|
-
[$$Key$$: string]: string | number;
|
9
|
-
}>;
|
10
|
-
}>;
|
5
|
+
truncateText: (lines: number) => Readonly<import("../../Styles.stylex").StylexType>;
|
11
6
|
};
|