@omnia/fx 8.0.223-dev → 8.0.225-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/utils/Utils.d.ts +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/AppStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +9 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +21 -15
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +12 -11
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/{textcompletion/components/TextCompletion.d.ts → usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts} +3 -24
- package/internal-do-not-import-from-here/ux/admin/{mediaflow/components/MediaflowProviderSecrets.d.ts → usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts} +3 -31
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/{velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts → app/apps/admin/AppManagementCategoryJourney.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +80 -22
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +68 -27
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +51 -61
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +57 -82
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +55 -81
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/{NavigationDrawer.css.d.ts → NavigationDrawer.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +73 -20
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +48 -35
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +14 -1063
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +236 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +178 -88
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +0 -100
- package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +0 -4
- /package/internal-do-not-import-from-here/ux/{admin/dalle/SecretRegistrations.d.ts → app/apps/admin/registration/AdminRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts
CHANGED
@@ -1,89 +1,64 @@
|
|
1
1
|
import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
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
|
-
|
71
|
-
|
72
|
-
required: true;
|
17
|
+
$refs: {
|
18
|
+
[x: string]: unknown;
|
73
19
|
};
|
74
|
-
|
75
|
-
|
76
|
-
|
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
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
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
|
-
|
52
|
+
} & {
|
87
53
|
saveChanges: (data: UserTypeEvaluation) => Promise<void>;
|
88
|
-
} & {
|
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;
|
package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts
CHANGED
@@ -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
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
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
|
-
|
73
|
-
|
74
|
-
required: true;
|
19
|
+
$refs: {
|
20
|
+
[x: string]: unknown;
|
75
21
|
};
|
76
|
-
|
77
|
-
|
78
|
-
|
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
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
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
|
-
} & {
|
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;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { MediaPickerVideo } from "../../../models";
|
2
|
+
declare const _default: (props: import("../..").ConstructComponentProps<{
|
3
|
+
preSelectedMedia?: MediaPickerVideo;
|
4
|
+
}>) => {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: {};
|
8
|
+
$attrs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
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("../..").ExtractProps<{
|
43
|
+
preSelectedMedia?: MediaPickerVideo;
|
44
|
+
}> & {
|
45
|
+
"v-slots"?: {
|
46
|
+
default?: import("vue").Slot;
|
47
|
+
} & {};
|
48
|
+
} & {} & Omit<import("../..").VueComponentBaseProps, "preSelectedMedia">;
|
49
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>;
|
52
|
+
export default _default;
|
@@ -0,0 +1,69 @@
|
|
1
|
+
import { MediaPickerSharePointVideo } from "@omnia/fx-models";
|
2
|
+
import "./SharePointVideoSettings.css";
|
3
|
+
/**
|
4
|
+
* Component to render sharepoint settings. Internal use only. Use with media picker component
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
8
|
+
enableMediaCaption?: boolean;
|
9
|
+
} & {
|
10
|
+
"v-model"?: MediaPickerSharePointVideo;
|
11
|
+
} & {
|
12
|
+
"onUpdate:modelValue"?: (value: MediaPickerSharePointVideo) => void;
|
13
|
+
} & {
|
14
|
+
modelValue?: MediaPickerSharePointVideo;
|
15
|
+
}>) => {
|
16
|
+
$: import("vue").ComponentInternalInstance;
|
17
|
+
$data: {};
|
18
|
+
$props: {};
|
19
|
+
$attrs: {
|
20
|
+
[x: string]: unknown;
|
21
|
+
};
|
22
|
+
$refs: {
|
23
|
+
[x: string]: unknown;
|
24
|
+
};
|
25
|
+
$slots: Readonly<{
|
26
|
+
[name: string]: import("vue").Slot<any>;
|
27
|
+
}>;
|
28
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
29
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
30
|
+
$emit: (event: string, ...args: any[]) => void;
|
31
|
+
$el: any;
|
32
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
33
|
+
beforeCreate?: (() => void) | (() => void)[];
|
34
|
+
created?: (() => void) | (() => void)[];
|
35
|
+
beforeMount?: (() => void) | (() => void)[];
|
36
|
+
mounted?: (() => void) | (() => void)[];
|
37
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
38
|
+
updated?: (() => void) | (() => void)[];
|
39
|
+
activated?: (() => void) | (() => void)[];
|
40
|
+
deactivated?: (() => void) | (() => void)[];
|
41
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
42
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
43
|
+
destroyed?: (() => void) | (() => void)[];
|
44
|
+
unmounted?: (() => void) | (() => void)[];
|
45
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
46
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
47
|
+
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)[];
|
48
|
+
};
|
49
|
+
$forceUpdate: () => void;
|
50
|
+
$nextTick: typeof import("vue").nextTick;
|
51
|
+
$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;
|
52
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
53
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
54
|
+
enableMediaCaption?: boolean;
|
55
|
+
} & {
|
56
|
+
"v-model"?: MediaPickerSharePointVideo;
|
57
|
+
} & {
|
58
|
+
"onUpdate:modelValue"?: (value: MediaPickerSharePointVideo) => void;
|
59
|
+
} & {
|
60
|
+
modelValue?: MediaPickerSharePointVideo;
|
61
|
+
}> & {
|
62
|
+
"v-slots"?: {
|
63
|
+
default?: import("vue").Slot;
|
64
|
+
} & {};
|
65
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "enableMediaCaption">;
|
66
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
67
|
+
[key: string]: any;
|
68
|
+
}>;
|
69
|
+
export default _default;
|
@@ -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,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.
|
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,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,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
|
+
};
|