@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 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,11 +0,0 @@
|
|
1
|
-
export declare namespace MediaflowSecretsLocalization {
|
2
|
-
const namespace = "OmniaBusinessProfile.MediaflowSecrets";
|
3
|
-
interface locInterface {
|
4
|
-
Title: string;
|
5
|
-
IntegrationKey: string;
|
6
|
-
DummyKey: string;
|
7
|
-
ClientIdHeader: string;
|
8
|
-
ClientSecretHeader: string;
|
9
|
-
RefreshtokenHeader: string;
|
10
|
-
}
|
11
|
-
}
|
package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,12 +0,0 @@
|
|
1
|
-
export declare namespace TextCompletionConfigLocalization {
|
2
|
-
const namespace = "Omnia.Admin.TextCompletionConfig";
|
3
|
-
interface locInterface {
|
4
|
-
Title: string;
|
5
|
-
ApiKey: string;
|
6
|
-
DummyKey: string;
|
7
|
-
ApiBaseUrl: string;
|
8
|
-
DeploymentName: string;
|
9
|
-
ApiVersion: string;
|
10
|
-
EmptyApiVersion: string;
|
11
|
-
}
|
12
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
2
|
-
import { EnterprisePropertyDateTimeItemSettings } from "../../../../models";
|
3
|
-
import { EnterprisePropertyEditorSettings } from "../../EnterprisePropertyComponentProps";
|
4
|
-
export interface IDateTimeFieldEdit extends EnterprisePropertyEditorSettings<EnterprisePropertyDateTimeItemSettings> {
|
5
|
-
includeTime?: boolean;
|
6
|
-
icon?: string;
|
7
|
-
tooltip?: string;
|
8
|
-
}
|
9
|
-
declare global {
|
10
|
-
namespace JSX {
|
11
|
-
interface Element {
|
12
|
-
}
|
13
|
-
interface ElementClass {
|
14
|
-
}
|
15
|
-
interface IntrinsicElements {
|
16
|
-
"omfx-enterpriseproperties-datetimefield-edit": TsxAllowUnknowProperties<IDateTimeFieldEdit>;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
}
|
package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./IDateTimeFieldEdit";
|
package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
2
|
-
import { EnterprisePropertyTextItemSettings } from "../../../../models";
|
3
|
-
import { EnterprisePropertyEditorSettings } from "../../EnterprisePropertyComponentProps";
|
4
|
-
export interface ITextFieldEdit extends EnterprisePropertyEditorSettings<EnterprisePropertyTextItemSettings> {
|
5
|
-
dark?: boolean;
|
6
|
-
filled?: boolean;
|
7
|
-
}
|
8
|
-
declare global {
|
9
|
-
namespace JSX {
|
10
|
-
interface Element {
|
11
|
-
}
|
12
|
-
interface ElementClass {
|
13
|
-
}
|
14
|
-
interface IntrinsicElements {
|
15
|
-
"omfx-enterpriseproperties-textfield-edit": TsxAllowUnknowProperties<ITextFieldEdit>;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ITextFieldEdit";
|
File without changes
|
File without changes
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { ColorDefinition } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
rowWrapper: (color: ColorDefinition) => string;
|
4
|
-
actionCell: string;
|
5
|
-
wrapper: (colors: import("@omnia/fx/ux").ColorSchemaStoreType, showFooter: boolean) => string;
|
6
|
-
};
|
7
|
-
export default _default;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
|
2
|
-
export declare const DialogStyles: {
|
3
|
-
templateTitle: string;
|
4
|
-
titleWrapper: (dark: boolean) => string;
|
5
|
-
fixedContent: (backgroundColor: string) => string;
|
6
|
-
navigationDrawer: (dark: boolean) => string;
|
7
|
-
navigationWrapper: (dark: boolean) => string;
|
8
|
-
activator: string;
|
9
|
-
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => string;
|
10
|
-
notScrollOutside: string;
|
11
|
-
iconWrapper: (dark: boolean) => string;
|
12
|
-
footerWrapper: (backgroundColor: ColorDefinition) => string;
|
13
|
-
};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { ColorDefinition, OPanelTypes } from "@omnia/fx-models";
|
2
|
-
export declare const ExpansionPanelStyles: {
|
3
|
-
iconWrapper: (variant: OPanelTypes) => string;
|
4
|
-
customHeader: string;
|
5
|
-
sectionVariant: string;
|
6
|
-
tabVariant: string;
|
7
|
-
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => string;
|
8
|
-
};
|
File without changes
|
/package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts}
RENAMED
File without changes
|