@omnia/fx 8.0.211-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.fx.ux.richtexteditor.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/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
- 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/richtexteditor/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +51 -32
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +51 -36
- 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,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;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { VelcronComponentPropertyDescriptor } from "./VelcronDescriptors";
|
2
|
+
export declare const ComponentPropertyDescriptorTemplates: {
|
3
|
+
containerBlueprint: VelcronComponentPropertyDescriptor;
|
4
|
+
margin: VelcronComponentPropertyDescriptor;
|
5
|
+
padding: VelcronComponentPropertyDescriptor;
|
6
|
+
position: VelcronComponentPropertyDescriptor;
|
7
|
+
overflow: VelcronComponentPropertyDescriptor;
|
8
|
+
overflowX: VelcronComponentPropertyDescriptor;
|
9
|
+
overflowY: VelcronComponentPropertyDescriptor;
|
10
|
+
wrap: VelcronComponentPropertyDescriptor;
|
11
|
+
gapX: VelcronComponentPropertyDescriptor;
|
12
|
+
gapY: VelcronComponentPropertyDescriptor;
|
13
|
+
alignX: VelcronComponentPropertyDescriptor;
|
14
|
+
alignY: VelcronComponentPropertyDescriptor;
|
15
|
+
grow: VelcronComponentPropertyDescriptor;
|
16
|
+
width: VelcronComponentPropertyDescriptor;
|
17
|
+
minWidth: VelcronComponentPropertyDescriptor;
|
18
|
+
height: VelcronComponentPropertyDescriptor;
|
19
|
+
minHeight: VelcronComponentPropertyDescriptor;
|
20
|
+
body: VelcronComponentPropertyDescriptor;
|
21
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { VelcronComponentArrayPropertyDescriptor, VelcronComponentPropertyDescriptor, VelcronComponentPropertyDescriptorGroup } from "./VelcronDescriptors";
|
2
|
+
export declare const ComponentPropertiesDescriptorGroupTemplates: {
|
3
|
+
spacing: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
|
4
|
+
settings: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
|
5
|
+
style: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
|
6
|
+
size: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
|
7
|
+
layout: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
|
8
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IIcon, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
|
1
|
+
import { IFontAwesomeIcon, IIcon, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronDataTypes } from "../../core/models/Enums";
|
3
3
|
import { VelcroncomponentArrayType, VelcronObjectType, VelcronPrimitiveType } from "../../core/models/VelcronTypes";
|
4
4
|
import { VelcronDescriptorTypes } from "./Enums";
|
@@ -14,10 +14,15 @@ export interface VelcronComponentTemplateDescriptor extends VelcronDescriptor {
|
|
14
14
|
state?: object;
|
15
15
|
editors?: Array<VelcronEditor>;
|
16
16
|
}
|
17
|
+
export interface VelcronComponentPropertyDescriptorGroup {
|
18
|
+
name: string;
|
19
|
+
icon: IFontAwesomeIcon;
|
20
|
+
properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
|
21
|
+
}
|
17
22
|
export interface VelcronComponentDescriptor extends VelcronDescriptor {
|
18
23
|
descriptorType: VelcronDescriptorTypes.component;
|
19
24
|
type: string;
|
20
|
-
|
25
|
+
groups?: Array<VelcronComponentPropertyDescriptorGroup>;
|
21
26
|
events?: Array<VelcronComponentEventDescriptor>;
|
22
27
|
}
|
23
28
|
export interface VelcronSubComponentDescriptor extends VelcronDescriptor {
|
@@ -329,6 +329,7 @@ import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typograph
|
|
329
329
|
import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
|
330
330
|
import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
|
331
331
|
import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
332
|
+
import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
|
332
333
|
import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
333
334
|
import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
|
334
335
|
import wc4a5ec32ee02846e7b89b47a710a0268a from './ux/enterpriseproperties/edit/personfield/PersonFieldEdit';
|
@@ -1466,6 +1467,9 @@ declare global {
|
|
1466
1467
|
"omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|
1467
1468
|
propsDefinition: infer TProp;
|
1468
1469
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4fc2b52f62484d5caced1c31f7ead58b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4fc2b52f62484d5caced1c31f7ead58b>, "propsDefinition">> : never;
|
1470
|
+
"omfx-enterpriseproperties-datetimefield-display": typeof wc8bb3a534205140f58cea8130e5b10715 extends {
|
1471
|
+
propsDefinition: infer TProp;
|
1472
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8bb3a534205140f58cea8130e5b10715 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8bb3a534205140f58cea8130e5b10715>, "propsDefinition">> : never;
|
1469
1473
|
"omfx-enterpriseproperties-personfield-display": typeof wc08f6ee02c5d94b648f630ec352fdd94c extends {
|
1470
1474
|
propsDefinition: infer TProp;
|
1471
1475
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc08f6ee02c5d94b648f630ec352fdd94c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc08f6ee02c5d94b648f630ec352fdd94c>, "propsDefinition">> : never;
|
@@ -5035,6 +5039,15 @@ declare global {
|
|
5035
5039
|
};
|
5036
5040
|
} : typeof wcbb27e780de41442fa9cab8cef6c71100;
|
5037
5041
|
};
|
5042
|
+
"datetimefield": {
|
5043
|
+
"display": typeof wc8bb3a534205140f58cea8130e5b10715 extends {
|
5044
|
+
propsDefinition: infer TProp;
|
5045
|
+
} ? {
|
5046
|
+
new (...args: any[]): {
|
5047
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5048
|
+
};
|
5049
|
+
} : typeof wc8bb3a534205140f58cea8130e5b10715;
|
5050
|
+
};
|
5038
5051
|
"personfield": {
|
5039
5052
|
"display": typeof wc08f6ee02c5d94b648f630ec352fdd94c extends {
|
5040
5053
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.213-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.213-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@tiptap/starter-kit": "2.1.13",
|
36
36
|
"axios": "0.24.0",
|
37
37
|
"mousetrap": "1.6.1",
|
38
|
-
"@stylexjs/stylex": "0.
|
38
|
+
"@stylexjs/stylex": "0.6.1"
|
39
39
|
},
|
40
40
|
"devDependencies": {},
|
41
41
|
"typings": "./index.d.ts",
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { ColorDefinition, Spacing, SpacingValue } from "@omnia/fx-models";
|
2
|
-
type PaddingSettings = {
|
3
|
-
padding: Spacing | SpacingValue;
|
4
|
-
indentation: number | SpacingValue;
|
5
|
-
level: number;
|
6
|
-
};
|
7
|
-
export declare const TreeViewStyles: {
|
8
|
-
containerWrapper: (color: ColorDefinition, selected: boolean) => string;
|
9
|
-
titleWrapper: (color: ColorDefinition, selected: boolean) => string;
|
10
|
-
expandedAnimation: string;
|
11
|
-
expandedIcon: string;
|
12
|
-
collapsedIcon: string;
|
13
|
-
padding: ({ padding, indentation, level }: PaddingSettings) => string;
|
14
|
-
};
|
15
|
-
export {};
|