@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
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -12,5 +12,16 @@ export declare namespace AppLocalization {
12
12
  AppInstanceUrl: string;
13
13
  AppInstanceDescription: string;
14
14
  };
15
+ Apps: {
16
+ Communities: {
17
+ Title: string;
18
+ };
19
+ Publishing: {
20
+ Title: string;
21
+ };
22
+ Teamwork: {
23
+ Title: string;
24
+ };
25
+ };
15
26
  }
16
27
  }
@@ -161,6 +161,7 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
161
161
  shield: import("@omnia/fx-models").FontAwesomeIcon;
162
162
  authentication: import("@omnia/fx-models").FontAwesomeIcon;
163
163
  addUser: import("@omnia/fx-models").FontAwesomeIcon;
164
+ spin: import("@omnia/fx-models").FontAwesomeIcon;
164
165
  };
165
166
  system: {
166
167
  settings: {
@@ -1,4 +1,4 @@
1
- import { AppTemplate } from "@omnia/fx-models";
1
+ import { AppTemplate, guid } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"close", () => void> & DefineEmit<"save", (appTemplate: AppTemplate) => void> & {
4
4
  hasSaved?: boolean;
@@ -8,6 +8,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
8
8
  isSaving?: boolean;
9
9
  } & {
10
10
  errorMessage?: string;
11
+ } & {
12
+ resourceTypeId?: guid;
11
13
  }>) => {
12
14
  $: import("vue").ComponentInternalInstance;
13
15
  $data: {};
@@ -54,6 +56,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
54
56
  isSaving?: boolean;
55
57
  } & {
56
58
  errorMessage?: string;
59
+ } & {
60
+ resourceTypeId?: guid;
57
61
  }> & {
58
62
  "v-slots"?: {
59
63
  default?: import("vue").Slot;
@@ -61,7 +65,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
61
65
  } & {
62
66
  onClose?: () => any;
63
67
  onSave?: (appTemplate: AppTemplate) => any;
64
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "hasSaved">;
68
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "resourceTypeId" | "hasSaved">;
65
69
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
70
  [key: string]: any;
67
71
  }>;
@@ -15,13 +15,14 @@ export declare function useThemeStyling(): {
15
15
  };
16
16
  styles: {
17
17
  colorStylex: typeof colorStyling.getColorStylingx;
18
+ selectedTableRowStylex: typeof generalStylex.getSelectedTableRowStylex;
19
+ scrollStylex: typeof generalStylex.getScrollStylex;
20
+ borderDividerStylex: typeof generalStylex.getBorderDividerStylex;
18
21
  selectedTableRowStyling: typeof import("./styles").getSelectedTableRowStyling;
19
22
  colorStyling: typeof colorStyling.getColorStyling;
20
23
  hoverStyling: typeof import("./styles").getHoverStyling;
21
24
  scrollStyling: typeof import("./styles").getScrollStyling;
22
- scrollStylex: typeof generalStylex.getScrollStylex;
23
25
  borderDividerStyling: typeof import("./styles").getBorderDividerStyling;
24
- borderDividerStylex: typeof generalStylex.getBorderDividerStylex;
25
26
  css: {
26
27
  generateAllStylesSchema: typeof generateAllStylesSchema;
27
28
  generateVariableStyle: typeof generateVariableStyle;
@@ -2,6 +2,7 @@ import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { OBorderCombination } from "@omnia/fx-models";
3
3
  import { StylexType } from "internal/fx/ux/Styles.stylex";
4
4
  export declare namespace generalStylex {
5
+ function getSelectedTableRowStylex(dark: boolean): Readonly<StylexType>;
5
6
  function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
6
7
  function getBorderDividerStylex(border: OBorderCombination, dark: boolean): Readonly<StylexType>;
7
8
  }
@@ -1,25 +1,83 @@
1
- import { IWebComponentInstance } from "../../../..";
2
- import { IDateTimeFieldEdit } from "./IDateTimeFieldEdit";
1
+ import { DefineEmit } from "@omnia/fx/ux";
3
2
  import { EnterprisePropertyDefinition, EnterprisePropertyDateTimeItemSettings } from "../../../../models";
4
- import { VueComponentBase } from "../../../VueComponentBase";
5
- import { MultilingualStore } from "../../../../stores";
6
- export declare class DateTimeFieldEdit extends VueComponentBase implements IWebComponentInstance, IDateTimeFieldEdit {
7
- valueBind: {
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ valueBind?: {
8
5
  [propertyInternalName: string]: string;
9
6
  };
10
- onValueChanged: (value: string) => void;
11
- disabled: boolean;
12
- property: EnterprisePropertyDefinition;
13
- dark?: boolean;
14
- settings: EnterprisePropertyDateTimeItemSettings;
15
- includeTime: boolean;
16
- icon: string;
17
- tooltip: string;
18
- private isRequired;
19
- multilingualStore: MultilingualStore;
20
- created(): void;
21
- mounted(): void;
22
- beforeDestroy(): void;
23
- private onChange;
24
- render(): JSX.Element;
25
- }
7
+ } & DefineEmit<"valueChanged", (value: string) => void> & {
8
+ disabled?: boolean;
9
+ } & {
10
+ property?: EnterprisePropertyDefinition;
11
+ } & {
12
+ settings?: EnterprisePropertyDateTimeItemSettings;
13
+ } & {
14
+ includeTime?: boolean;
15
+ } & {
16
+ icon?: string;
17
+ } & {
18
+ tooltip?: string;
19
+ }>) => {
20
+ $: import("vue").ComponentInternalInstance;
21
+ $data: {};
22
+ $props: {};
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: import("vue").Slot<any>;
31
+ }>;
32
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
33
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
34
+ $emit: (event: string, ...args: any[]) => void;
35
+ $el: any;
36
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
37
+ beforeCreate?: (() => void) | (() => void)[];
38
+ created?: (() => void) | (() => void)[];
39
+ beforeMount?: (() => void) | (() => void)[];
40
+ mounted?: (() => void) | (() => void)[];
41
+ beforeUpdate?: (() => void) | (() => void)[];
42
+ updated?: (() => void) | (() => void)[];
43
+ activated?: (() => void) | (() => void)[];
44
+ deactivated?: (() => void) | (() => void)[];
45
+ beforeDestroy?: (() => void) | (() => void)[];
46
+ beforeUnmount?: (() => void) | (() => void)[];
47
+ destroyed?: (() => void) | (() => void)[];
48
+ unmounted?: (() => void) | (() => void)[];
49
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
50
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
51
+ 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)[];
52
+ };
53
+ $forceUpdate: () => void;
54
+ $nextTick: typeof import("vue").nextTick;
55
+ $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;
56
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
57
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
58
+ valueBind?: {
59
+ [propertyInternalName: string]: string;
60
+ };
61
+ } & DefineEmit<"valueChanged", (value: string) => void> & {
62
+ disabled?: boolean;
63
+ } & {
64
+ property?: EnterprisePropertyDefinition;
65
+ } & {
66
+ settings?: EnterprisePropertyDateTimeItemSettings;
67
+ } & {
68
+ includeTime?: boolean;
69
+ } & {
70
+ icon?: string;
71
+ } & {
72
+ tooltip?: string;
73
+ }> & {
74
+ "v-slots"?: {
75
+ default?: import("vue").Slot;
76
+ } & {};
77
+ } & {
78
+ onValueChanged?: (value: string) => any;
79
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "tooltip" | "disabled" | "valueBind" | "property" | "settings" | "includeTime">;
80
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
81
+ [key: string]: any;
82
+ }>;
83
+ export default _default;
@@ -1,5 +1,3 @@
1
- export * from "./datetimefield";
2
1
  export * from "./booleanfield";
3
- export * from "./textfield";
4
2
  export * from "./numberfield";
5
3
  export * from "./datafield";
@@ -1,30 +1,71 @@
1
- import { IWebComponentInstance } from "../../../..";
2
- import { ITextFieldEdit } from "./ITextFieldEdit";
1
+ import { DefineEmit } from "@omnia/fx/ux";
3
2
  import { EnterprisePropertyDefinition, EnterprisePropertyTextItemSettings } from "../../../../models";
4
- import { VueComponentBase } from "../../../VueComponentBase";
5
- import { MultilingualStore } from "../../../../stores";
6
- export declare class TextFieldEdit extends VueComponentBase<{
7
- required?: boolean;
8
- }, {}, {}> implements IWebComponentInstance, ITextFieldEdit {
9
- valueBind: {
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ valueBind?: {
10
5
  [propertyInternalName: string]: string;
11
6
  };
12
- onValueChanged: (value: string) => void;
13
- disabled: boolean;
14
- property: EnterprisePropertyDefinition;
15
- dark?: boolean;
16
- filled?: boolean;
17
- settings: EnterprisePropertyTextItemSettings;
18
- multilingualStore: MultilingualStore;
19
- isRequired: boolean;
20
- errorMessages: Array<string>;
21
- isError: boolean;
22
- mounted(): void;
23
- created(): void;
24
- beforeDestroy(): void;
25
- updateErrorMessages(): void;
26
- onTextChanged(): void;
27
- onInputChanged(): void;
28
- private getValidationRules;
29
- render(): JSX.Element;
30
- }
7
+ } & DefineEmit<"valueChanged", (value: string) => void> & {
8
+ disabled?: boolean;
9
+ } & {
10
+ property?: EnterprisePropertyDefinition;
11
+ } & {
12
+ settings?: EnterprisePropertyTextItemSettings;
13
+ }>) => {
14
+ $: import("vue").ComponentInternalInstance;
15
+ $data: {};
16
+ $props: {};
17
+ $attrs: {
18
+ [x: string]: unknown;
19
+ };
20
+ $refs: {
21
+ [x: string]: unknown;
22
+ };
23
+ $slots: Readonly<{
24
+ [name: string]: import("vue").Slot<any>;
25
+ }>;
26
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
27
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
28
+ $emit: (event: string, ...args: any[]) => void;
29
+ $el: any;
30
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
31
+ beforeCreate?: (() => void) | (() => void)[];
32
+ created?: (() => void) | (() => void)[];
33
+ beforeMount?: (() => void) | (() => void)[];
34
+ mounted?: (() => void) | (() => void)[];
35
+ beforeUpdate?: (() => void) | (() => void)[];
36
+ updated?: (() => void) | (() => void)[];
37
+ activated?: (() => void) | (() => void)[];
38
+ deactivated?: (() => void) | (() => void)[];
39
+ beforeDestroy?: (() => void) | (() => void)[];
40
+ beforeUnmount?: (() => void) | (() => void)[];
41
+ destroyed?: (() => void) | (() => void)[];
42
+ unmounted?: (() => void) | (() => void)[];
43
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
44
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
45
+ 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)[];
46
+ };
47
+ $forceUpdate: () => void;
48
+ $nextTick: typeof import("vue").nextTick;
49
+ $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;
50
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
51
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
52
+ valueBind?: {
53
+ [propertyInternalName: string]: string;
54
+ };
55
+ } & DefineEmit<"valueChanged", (value: string) => void> & {
56
+ disabled?: boolean;
57
+ } & {
58
+ property?: EnterprisePropertyDefinition;
59
+ } & {
60
+ settings?: EnterprisePropertyTextItemSettings;
61
+ }> & {
62
+ "v-slots"?: {
63
+ default?: import("vue").Slot;
64
+ } & {};
65
+ } & {
66
+ onValueChanged?: (value: string) => any;
67
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "property" | "settings">;
68
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
69
+ [key: string]: any;
70
+ }>;
71
+ export default _default;
@@ -1,16 +1,47 @@
1
- export declare const AzureAdSyncProviderSettings: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ export declare const AzureAdSyncProviderSettings: (props: import("../../..").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("../../..").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("../../..").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
16
47
  export declare function renderAzureAdSyncProviderSettings(): JSX.Element;
@@ -1,70 +1,60 @@
1
1
  import { guid, IdentityProviderProperty } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- getSyncPropertyDisplayName: {
5
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
6
- };
7
- getSyncPropertiesApi: {
8
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
9
- required: true;
10
- };
11
- providerId: {
12
- type: import("vue").PropType<guid>;
13
- required: true;
14
- };
15
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
- getSyncPropertyDisplayName: {
17
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
18
- };
19
- getSyncPropertiesApi: {
20
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
21
- required: true;
22
- };
23
- providerId: {
24
- type: import("vue").PropType<guid>;
25
- required: true;
26
- };
27
- }>>, {}, true, {}, {}, {
28
- P: {};
29
- B: {};
30
- D: {};
31
- C: {};
32
- M: {};
33
- Defaults: {};
34
- }, Readonly<import("vue").ExtractPropTypes<{
35
- getSyncPropertyDisplayName: {
36
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
37
- };
38
- getSyncPropertiesApi: {
39
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
40
- required: true;
41
- };
42
- providerId: {
43
- type: import("vue").PropType<guid>;
44
- required: true;
45
- };
46
- }>>, () => JSX.Element, {}, {}, {}, {}>;
47
- __isFragment?: never;
48
- __isTeleport?: never;
49
- __isSuspense?: never;
50
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
51
- getSyncPropertyDisplayName: {
52
- type: import("vue").PropType<(property: IdentityProviderProperty) => string>;
2
+ declare const _default: (props: import("../../..").ConstructComponentProps<{
3
+ providerId: guid;
4
+ } & {
5
+ getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
6
+ } & {
7
+ getSyncPropertyDisplayName?: (property: IdentityProviderProperty) => string;
8
+ }>) => {
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: {};
12
+ $attrs: {
13
+ [x: string]: unknown;
53
14
  };
54
- getSyncPropertiesApi: {
55
- type: import("vue").PropType<() => Promise<IdentityProviderProperty[]>>;
56
- required: true;
15
+ $refs: {
16
+ [x: string]: unknown;
57
17
  };
58
- providerId: {
59
- type: import("vue").PropType<guid>;
60
- required: true;
18
+ $slots: Readonly<{
19
+ [name: string]: import("vue").Slot<any>;
20
+ }>;
21
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
23
+ $emit: (event: string, ...args: any[]) => void;
24
+ $el: any;
25
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
26
+ beforeCreate?: (() => void) | (() => void)[];
27
+ created?: (() => void) | (() => void)[];
28
+ beforeMount?: (() => void) | (() => void)[];
29
+ mounted?: (() => void) | (() => void)[];
30
+ beforeUpdate?: (() => void) | (() => void)[];
31
+ updated?: (() => void) | (() => void)[];
32
+ activated?: (() => void) | (() => void)[];
33
+ deactivated?: (() => void) | (() => void)[];
34
+ beforeDestroy?: (() => void) | (() => void)[];
35
+ beforeUnmount?: (() => void) | (() => void)[];
36
+ destroyed?: (() => void) | (() => void)[];
37
+ unmounted?: (() => void) | (() => void)[];
38
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
40
+ 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)[];
61
41
  };
62
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
63
- propsDefinition: Omit<Readonly<{
42
+ $forceUpdate: () => void;
43
+ $nextTick: typeof import("vue").nextTick;
44
+ $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;
45
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
+ propsDefinition: import("../../..").ExtractProps<{
64
47
  providerId: guid;
48
+ } & {
65
49
  getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
66
50
  } & {
67
51
  getSyncPropertyDisplayName?: (property: IdentityProviderProperty) => string;
68
- }>, never>;
69
- };
52
+ }> & {
53
+ "v-slots"?: {
54
+ default?: import("vue").Slot;
55
+ } & {};
56
+ } & {} & Omit<import("../../..").VueComponentBaseProps, "providerId" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName">;
57
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
+ [key: string]: any;
59
+ }>;
70
60
  export default _default;