@omnia/fx 8.0.223-dev → 8.0.224-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/AppStore.d.ts +3 -2
  3. package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +9 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +21 -15
  5. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +12 -11
  6. package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
  7. package/internal-do-not-import-from-here/ux/admin/{textcompletion/components/TextCompletion.d.ts → usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts} +3 -24
  8. package/internal-do-not-import-from-here/ux/admin/{mediaflow/components/MediaflowProviderSecrets.d.ts → usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts} +3 -31
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +3 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +5 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +4 -2
  13. package/internal-do-not-import-from-here/ux/{velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts → app/apps/admin/AppManagementCategoryJourney.d.ts} +8 -4
  14. package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +47 -0
  15. package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +47 -0
  16. package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +47 -0
  17. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +11 -0
  18. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +6 -2
  20. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -2
  21. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +80 -22
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +68 -27
  25. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +46 -15
  26. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +51 -61
  27. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +57 -82
  28. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +55 -81
  29. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +0 -1
  31. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -1
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +7 -0
  34. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +15 -0
  36. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +3 -0
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +8 -0
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +3 -0
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +6 -0
  42. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +3 -0
  43. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/{NavigationDrawer.css.d.ts → NavigationDrawer.stylex.d.ts} +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +5 -0
  45. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +48 -35
  46. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +14 -1063
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +236 -0
  49. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  50. package/internal-do-not-import-from-here/wctypings.d.ts +126 -77
  51. package/package.json +2 -2
  52. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +0 -6
  53. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +0 -100
  54. package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +0 -12
  55. package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +0 -1
  56. package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +0 -11
  57. package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +0 -1
  58. package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +0 -1
  59. package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +0 -4
  60. package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +0 -12
  61. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +0 -19
  62. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts +0 -1
  63. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +0 -18
  64. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/index.d.ts +0 -1
  65. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +0 -7
  66. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +0 -13
  67. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +0 -3
  68. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +0 -8
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +0 -4
  70. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +0 -3
  71. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +0 -6
  72. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +0 -3
  73. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +0 -10
  74. /package/internal-do-not-import-from-here/ux/{admin/dalle/SecretRegistrations.d.ts → app/apps/admin/registration/AdminRegistrations.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts} +0 -0
@@ -1,89 +1,64 @@
1
1
  import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
2
- export declare const IdentitySyncRuleBlade: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- getSyncPropertyDisplayName: {
5
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
6
- required: true;
7
- };
8
- saveChanges: {
9
- type: import("vue").PropType<(data: UserTypeEvaluation) => Promise<void>>;
10
- required: true;
11
- };
12
- getSyncPropertiesApi: {
13
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
14
- required: true;
15
- };
16
- data: {
17
- type: import("vue").PropType<UserTypeEvaluation>;
18
- required: true;
19
- };
20
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
21
- getSyncPropertyDisplayName: {
22
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
23
- required: true;
24
- };
25
- saveChanges: {
26
- type: import("vue").PropType<(data: UserTypeEvaluation) => Promise<void>>;
27
- required: true;
28
- };
29
- getSyncPropertiesApi: {
30
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
31
- required: true;
32
- };
33
- data: {
34
- type: import("vue").PropType<UserTypeEvaluation>;
35
- required: true;
36
- };
37
- }>>, {}, true, {}, {}, {
38
- P: {};
39
- B: {};
40
- D: {};
41
- C: {};
42
- M: {};
43
- Defaults: {};
44
- }, Readonly<import("vue").ExtractPropTypes<{
45
- getSyncPropertyDisplayName: {
46
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
47
- required: true;
48
- };
49
- saveChanges: {
50
- type: import("vue").PropType<(data: UserTypeEvaluation) => Promise<void>>;
51
- required: true;
52
- };
53
- getSyncPropertiesApi: {
54
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
55
- required: true;
56
- };
57
- data: {
58
- type: import("vue").PropType<UserTypeEvaluation>;
59
- required: true;
60
- };
61
- }>>, () => JSX.Element, {}, {}, {}, {}>;
62
- __isFragment?: never;
63
- __isTeleport?: never;
64
- __isSuspense?: never;
65
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
- getSyncPropertyDisplayName: {
67
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
68
- required: true;
2
+ declare const _default: (props: import("../../../InternalDefineComponent").ConstructComponentProps<{
3
+ data: UserTypeEvaluation;
4
+ } & {
5
+ getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
6
+ } & {
7
+ saveChanges: (data: UserTypeEvaluation) => Promise<void>;
8
+ } & {
9
+ getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
10
+ }>) => {
11
+ $: import("vue").ComponentInternalInstance;
12
+ $data: {};
13
+ $props: {};
14
+ $attrs: {
15
+ [x: string]: unknown;
69
16
  };
70
- saveChanges: {
71
- type: import("vue").PropType<(data: UserTypeEvaluation) => Promise<void>>;
72
- required: true;
17
+ $refs: {
18
+ [x: string]: unknown;
73
19
  };
74
- getSyncPropertiesApi: {
75
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
76
- required: true;
20
+ $slots: Readonly<{
21
+ [name: string]: import("vue").Slot<any>;
22
+ }>;
23
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
25
+ $emit: (event: string, ...args: any[]) => void;
26
+ $el: any;
27
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
28
+ beforeCreate?: (() => void) | (() => void)[];
29
+ created?: (() => void) | (() => void)[];
30
+ beforeMount?: (() => void) | (() => void)[];
31
+ mounted?: (() => void) | (() => void)[];
32
+ beforeUpdate?: (() => void) | (() => void)[];
33
+ updated?: (() => void) | (() => void)[];
34
+ activated?: (() => void) | (() => void)[];
35
+ deactivated?: (() => void) | (() => void)[];
36
+ beforeDestroy?: (() => void) | (() => void)[];
37
+ beforeUnmount?: (() => void) | (() => void)[];
38
+ destroyed?: (() => void) | (() => void)[];
39
+ unmounted?: (() => void) | (() => void)[];
40
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
42
+ 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)[];
77
43
  };
78
- data: {
79
- type: import("vue").PropType<UserTypeEvaluation>;
80
- required: true;
81
- };
82
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
83
- propsDefinition: Omit<Readonly<{
44
+ $forceUpdate: () => void;
45
+ $nextTick: typeof import("vue").nextTick;
46
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
47
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
48
+ propsDefinition: import("../../../InternalDefineComponent").ExtractProps<{
84
49
  data: UserTypeEvaluation;
50
+ } & {
85
51
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
86
- getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
52
+ } & {
87
53
  saveChanges: (data: UserTypeEvaluation) => Promise<void>;
88
- } & {}>, never>;
89
- };
54
+ } & {
55
+ getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
56
+ }> & {
57
+ "v-slots"?: {
58
+ default?: import("vue").Slot;
59
+ } & {};
60
+ } & {} & Omit<import("../../../VueComponentBase").VueComponentBaseProps, "data" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "saveChanges">;
61
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
+ [key: string]: any;
63
+ }>;
64
+ export default _default;
@@ -1,92 +1,66 @@
1
1
  import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
2
2
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { Ref } from "vue";
4
- declare const _default: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
- openDetailBlade: {
7
- type: import("vue").PropType<(item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any>;
8
- required: true;
9
- };
10
- getSyncPropertyDisplayName: {
11
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
12
- required: true;
13
- };
14
- getSyncPropertiesApi: {
15
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
16
- required: true;
17
- };
18
- providerId: {
19
- type: import("vue").PropType<guid>;
20
- required: true;
21
- };
22
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
23
- openDetailBlade: {
24
- type: import("vue").PropType<(item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any>;
25
- required: true;
26
- };
27
- getSyncPropertyDisplayName: {
28
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
29
- required: true;
30
- };
31
- getSyncPropertiesApi: {
32
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
33
- required: true;
34
- };
35
- providerId: {
36
- type: import("vue").PropType<guid>;
37
- required: true;
38
- };
39
- }>>, {}, true, {}, {}, {
40
- P: {};
41
- B: {};
42
- D: {};
43
- C: {};
44
- M: {};
45
- Defaults: {};
46
- }, Readonly<import("vue").ExtractPropTypes<{
47
- openDetailBlade: {
48
- type: import("vue").PropType<(item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any>;
49
- required: true;
50
- };
51
- getSyncPropertyDisplayName: {
52
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
53
- required: true;
54
- };
55
- getSyncPropertiesApi: {
56
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
57
- required: true;
58
- };
59
- providerId: {
60
- type: import("vue").PropType<guid>;
61
- required: true;
62
- };
63
- }>>, () => JSX.Element, {}, {}, {}, {}>;
64
- __isFragment?: never;
65
- __isTeleport?: never;
66
- __isSuspense?: never;
67
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
- openDetailBlade: {
69
- type: import("vue").PropType<(item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any>;
70
- required: true;
4
+ declare const _default: (props: import("../../../InternalDefineComponent").ConstructComponentProps<{
5
+ providerId: guid;
6
+ } & {
7
+ getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
8
+ } & {
9
+ getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
10
+ } & {
11
+ openDetailBlade: (item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any;
12
+ }>) => {
13
+ $: import("vue").ComponentInternalInstance;
14
+ $data: {};
15
+ $props: {};
16
+ $attrs: {
17
+ [x: string]: unknown;
71
18
  };
72
- getSyncPropertyDisplayName: {
73
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
74
- required: true;
19
+ $refs: {
20
+ [x: string]: unknown;
75
21
  };
76
- getSyncPropertiesApi: {
77
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
78
- required: true;
22
+ $slots: Readonly<{
23
+ [name: string]: import("vue").Slot<any>;
24
+ }>;
25
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
26
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
27
+ $emit: (event: string, ...args: any[]) => void;
28
+ $el: any;
29
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
30
+ beforeCreate?: (() => void) | (() => void)[];
31
+ created?: (() => void) | (() => void)[];
32
+ beforeMount?: (() => void) | (() => void)[];
33
+ mounted?: (() => void) | (() => void)[];
34
+ beforeUpdate?: (() => void) | (() => void)[];
35
+ updated?: (() => void) | (() => void)[];
36
+ activated?: (() => void) | (() => void)[];
37
+ deactivated?: (() => void) | (() => void)[];
38
+ beforeDestroy?: (() => void) | (() => void)[];
39
+ beforeUnmount?: (() => void) | (() => void)[];
40
+ destroyed?: (() => void) | (() => void)[];
41
+ unmounted?: (() => void) | (() => void)[];
42
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
43
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
44
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
79
45
  };
80
- providerId: {
81
- type: import("vue").PropType<guid>;
82
- required: true;
83
- };
84
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
85
- propsDefinition: Omit<Readonly<{
46
+ $forceUpdate: () => void;
47
+ $nextTick: typeof import("vue").nextTick;
48
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
49
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
50
+ propsDefinition: import("../../../InternalDefineComponent").ExtractProps<{
86
51
  providerId: guid;
52
+ } & {
87
53
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
54
+ } & {
88
55
  getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
56
+ } & {
89
57
  openDetailBlade: (item: UserTypeEvaluation, index: number, userTypeEvaluations: Ref<UserTypeEvaluation[]>, updateSettings: () => any) => any;
90
- } & {}>, never>;
91
- };
58
+ }> & {
59
+ "v-slots"?: {
60
+ default?: import("vue").Slot;
61
+ } & {};
62
+ } & {} & Omit<import("../../../VueComponentBase").VueComponentBaseProps, "providerId" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "openDetailBlade">;
63
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
+ [key: string]: any;
65
+ }>;
92
66
  export default _default;
@@ -1,3 +1,4 @@
1
1
  export declare const ImageTransformerStyles: {
2
2
  wrapper: string;
3
+ imageViewer: string;
3
4
  };
@@ -1,7 +1,6 @@
1
1
  import { ColorDefinition } from "../../velcron/core";
2
2
  import { useColorSchemaSetup } from "../..";
3
3
  import { OAppBarTypes } from "@omnia/fx-models";
4
- import "./Appbar.css";
5
4
  export declare const AppbarStyles: {
6
5
  templateTitle: Readonly<import("../..").StylexType>;
7
6
  content: Readonly<import("../..").StylexType>;
@@ -1,4 +1,3 @@
1
- import "./Avatar.css";
2
1
  export declare const AvatarStyles: {
3
2
  fadeEffect: (color: any) => Readonly<import("@omnia/fx/ux").StylexType>;
4
3
  };
@@ -1,5 +1,4 @@
1
1
  import { OButtonVariants } from "@omnia/fx-models";
2
- import "./Button.css";
3
2
  export declare const ButtonStyles: {
4
3
  velcronStyling: import("../..").StylexType;
5
4
  wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => {
@@ -0,0 +1,7 @@
1
+ import { ColorDefinition } from "@omnia/fx-models";
2
+ import { useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare const dataTableStyles: {
4
+ rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexType>;
5
+ actionCell: Readonly<import("@omnia/fx/ux").StylexType>;
6
+ wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
7
+ };
@@ -1,6 +1,6 @@
1
1
  import { Func, Future, IIcon, ODialogBuiltinButtons, ODialogButtonInstance } from "@omnia/fx/models";
2
2
  import { VNodeChild } from "vue";
3
- export * from "./Dialog.css";
3
+ export * from "./Dialog.stylex";
4
4
  type SlotNavigationType = (apis: {
5
5
  hideNavigation: () => void;
6
6
  showNavigation: () => void;
@@ -0,0 +1,15 @@
1
+ import { useColorSchemaStore } from "@omnia/fx/ux";
2
+ import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
3
+ export declare const DialogStyles: {
4
+ templateTitle: Readonly<import("@omnia/fx/ux").StylexType>;
5
+ titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
6
+ fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexType>;
7
+ navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
8
+ navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
9
+ activator: import("@omnia/fx/ux").StylexType;
10
+ contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
11
+ notScrollOutside: import("@omnia/fx/ux").StylexType;
12
+ iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
13
+ footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexType>;
14
+ scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexType>;
15
+ };
@@ -0,0 +1,3 @@
1
+ export declare const DraggableStyles: {
2
+ hoverStyle: import("@omnia/fx/ux").StylexType;
3
+ };
@@ -0,0 +1,8 @@
1
+ import { ColorDefinition, OPanelTypes } from "@omnia/fx-models";
2
+ export declare const ExpansionPanelStyles: {
3
+ iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").StylexType>;
4
+ customHeader: Readonly<import("@omnia/fx/ux").StylexType>;
5
+ sectionVariant: Readonly<import("@omnia/fx/ux").StylexType>;
6
+ tabVariant: Readonly<import("@omnia/fx/ux").StylexType>;
7
+ wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
8
+ };
@@ -0,0 +1,3 @@
1
+ export declare const ExpansionPanelsStyles: {
2
+ sectionVariant: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ };
@@ -0,0 +1,3 @@
1
+ export declare const FormStyles: {
2
+ rowWrapper: import("@omnia/fx/ux").StylexType;
3
+ };
@@ -1,5 +1,4 @@
1
1
  import { OIconVariants, OIconSizes } from "@omnia/fx-models";
2
- import "./Icon.css";
3
2
  export declare const IconStyles: {
4
3
  wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexType>;
5
4
  };
@@ -0,0 +1,6 @@
1
+ import { BoxDimensions } from "@omnia/fx-models";
2
+ export declare const TextFieldStyles: {
3
+ generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").StylexType>;
4
+ hint: (color: string) => Readonly<import("@omnia/fx/ux").StylexType>;
5
+ iconButtonWrapper: import("@omnia/fx/ux").StylexType;
6
+ };
@@ -0,0 +1,3 @@
1
+ export declare const MenuStyles: {
2
+ activator: Readonly<import("@omnia/fx/ux").StylexType>;
3
+ };
@@ -1,4 +1,4 @@
1
1
  import { ONavigationDrawerVariants } from "@omnia/fx-models";
2
2
  export declare const NavigatonDrawerStyles: {
3
- wrapper: (variant: ONavigationDrawerVariants) => string;
3
+ wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").StylexType>;
4
4
  };
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").StylexType>;
3
+ textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").StylexType;
4
+ };
5
+ export default _default;
@@ -1,39 +1,52 @@
1
1
  import "./SidePanel.css";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- position: {
5
- type: import("vue").PropType<string>;
6
- required: true;
7
- };
8
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
9
- position: {
10
- type: import("vue").PropType<string>;
11
- required: true;
12
- };
13
- }>>, {}, true, {}, {}, {
14
- P: {};
15
- B: {};
16
- D: {};
17
- C: {};
18
- M: {};
19
- Defaults: {};
20
- }, Readonly<import("vue").ExtractPropTypes<{
21
- position: {
22
- type: import("vue").PropType<string>;
23
- required: true;
24
- };
25
- }>>, () => JSX.Element, {}, {}, {}, {}>;
26
- __isFragment?: never;
27
- __isTeleport?: never;
28
- __isSuspense?: never;
29
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
30
- position: {
31
- type: import("vue").PropType<string>;
32
- required: true;
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ position: string;
4
+ }>) => {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {};
8
+ $attrs: {
9
+ [x: string]: unknown;
33
10
  };
34
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
35
- propsDefinition: Omit<Readonly<{
11
+ $refs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $slots: Readonly<{
15
+ [name: string]: import("vue").Slot<any>;
16
+ }>;
17
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $emit: (event: string, ...args: any[]) => void;
20
+ $el: any;
21
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
22
+ beforeCreate?: (() => void) | (() => void)[];
23
+ created?: (() => void) | (() => void)[];
24
+ beforeMount?: (() => void) | (() => void)[];
25
+ mounted?: (() => void) | (() => void)[];
26
+ beforeUpdate?: (() => void) | (() => void)[];
27
+ updated?: (() => void) | (() => void)[];
28
+ activated?: (() => void) | (() => void)[];
29
+ deactivated?: (() => void) | (() => void)[];
30
+ beforeDestroy?: (() => void) | (() => void)[];
31
+ beforeUnmount?: (() => void) | (() => void)[];
32
+ destroyed?: (() => void) | (() => void)[];
33
+ unmounted?: (() => void) | (() => void)[];
34
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ 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)[];
37
+ };
38
+ $forceUpdate: () => void;
39
+ $nextTick: typeof import("vue").nextTick;
40
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
41
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
42
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
36
43
  position: string;
37
- } & {}>, never>;
38
- };
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "position">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
39
52
  export default _default;
@@ -132,6 +132,7 @@ export declare function useIcons(): {
132
132
  shield: FontAwesomeIcon;
133
133
  authentication: FontAwesomeIcon;
134
134
  addUser: FontAwesomeIcon;
135
+ spin: FontAwesomeIcon;
135
136
  };
136
137
  system: {
137
138
  settings: {