@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
@@ -1,26 +1,79 @@
|
|
1
|
-
import {
|
2
|
-
import { SharepointMediaService } from "internal/fx/sp";
|
3
|
-
import { VueComponentBase } from "internal/fx/ux/VueComponentBase";
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
4
2
|
/**
|
5
3
|
* Render sharepoint video, based on media graph Drive ID and Item ID
|
6
4
|
* Usually used as html tag in media component. Internal use only
|
7
5
|
* @internal
|
8
6
|
*/
|
9
|
-
|
10
|
-
graphDriveId
|
11
|
-
|
7
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
8
|
+
graphDriveId?: string;
|
9
|
+
} & {
|
10
|
+
graphDriveItemId?: string;
|
11
|
+
} & {
|
12
12
|
videoUrl?: string;
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
13
|
+
} & {
|
14
|
+
startTime?: string;
|
15
|
+
} & {
|
16
|
+
autoPlay?: boolean;
|
17
|
+
} & {
|
18
|
+
showTitle?: boolean;
|
19
|
+
} & DefineEmit<"loaded", () => void>>) => {
|
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
|
+
graphDriveId?: string;
|
59
|
+
} & {
|
60
|
+
graphDriveItemId?: string;
|
61
|
+
} & {
|
62
|
+
videoUrl?: string;
|
63
|
+
} & {
|
64
|
+
startTime?: string;
|
65
|
+
} & {
|
66
|
+
autoPlay?: boolean;
|
67
|
+
} & {
|
68
|
+
showTitle?: boolean;
|
69
|
+
} & DefineEmit<"loaded", () => void>> & {
|
70
|
+
"v-slots"?: {
|
71
|
+
default?: import("vue").Slot;
|
72
|
+
} & {};
|
73
|
+
} & {
|
74
|
+
onLoaded?: () => any;
|
75
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "videoUrl" | "autoPlay" | "startTime" | "graphDriveId" | "graphDriveItemId" | "showTitle">;
|
76
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
77
|
+
[key: string]: any;
|
78
|
+
}>;
|
79
|
+
export default _default;
|
@@ -1,39 +1,52 @@
|
|
1
1
|
import "./SidePanel.css";
|
2
|
-
declare const _default: {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
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
|
-
|
35
|
-
|
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
|
-
} & {
|
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;
|