@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.
Files changed (89) hide show
  1. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +6 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/AppStore.d.ts +3 -2
  4. package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +9 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +21 -15
  6. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +12 -11
  8. package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
  9. package/internal-do-not-import-from-here/ux/admin/{textcompletion/components/TextCompletion.d.ts → usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts} +3 -24
  10. package/internal-do-not-import-from-here/ux/admin/{mediaflow/components/MediaflowProviderSecrets.d.ts → usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts} +3 -31
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +5 -0
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +4 -2
  15. package/internal-do-not-import-from-here/ux/{velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts → app/apps/admin/AppManagementCategoryJourney.d.ts} +8 -4
  16. package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +47 -0
  17. package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +47 -0
  18. package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +47 -0
  19. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +11 -0
  20. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +6 -2
  22. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -2
  23. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +80 -22
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +68 -27
  27. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +46 -15
  28. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +51 -61
  29. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +57 -82
  30. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +55 -81
  31. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +52 -0
  33. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +69 -0
  34. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +0 -1
  36. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -1
  38. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +7 -0
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +15 -0
  41. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +3 -0
  42. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +8 -0
  43. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +3 -0
  45. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +0 -1
  46. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +6 -0
  47. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +3 -0
  48. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/{NavigationDrawer.css.d.ts → NavigationDrawer.stylex.d.ts} +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +5 -0
  50. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +4 -0
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +4 -0
  52. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +4 -0
  53. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +73 -20
  54. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +48 -35
  55. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +14 -1063
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +236 -0
  58. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  59. package/internal-do-not-import-from-here/wctypings.d.ts +178 -88
  60. package/package.json +2 -2
  61. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +0 -6
  62. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +0 -100
  63. package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +0 -12
  64. package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +0 -1
  65. package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +0 -11
  66. package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +0 -1
  67. package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +0 -1
  68. package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +0 -4
  69. package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +0 -12
  70. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +0 -19
  71. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts +0 -1
  72. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +0 -18
  73. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/index.d.ts +0 -1
  74. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -0
  75. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -0
  76. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +0 -7
  77. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +0 -13
  78. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +0 -3
  79. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +0 -8
  80. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +0 -4
  81. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +0 -3
  82. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +0 -6
  83. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +0 -3
  84. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +0 -10
  85. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +0 -4
  86. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +0 -4
  87. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +0 -4
  88. /package/internal-do-not-import-from-here/ux/{admin/dalle/SecretRegistrations.d.ts → app/apps/admin/registration/AdminRegistrations.d.ts} +0 -0
  89. /package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts} +0 -0
@@ -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
- }
@@ -1,4 +0,0 @@
1
- export declare const TextCompletionFormNames: {
2
- readonly apikey: "apikey";
3
- readonly apibaseurl: "apibaseurl";
4
- };
@@ -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
- }
@@ -1 +0,0 @@
1
- export * from "./IDateTimeFieldEdit";
@@ -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";
@@ -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,3 +0,0 @@
1
- export declare const DraggableStyles: {
2
- hoverStyle: string;
3
- };
@@ -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
- };
@@ -1,4 +0,0 @@
1
- export declare const ExpansionPanelsStyles: {
2
- tabVariant: string;
3
- sectionVariant: (dark: boolean) => string;
4
- };
@@ -1,3 +0,0 @@
1
- export declare const FormStyles: {
2
- rowWrapper: string;
3
- };
@@ -1,6 +0,0 @@
1
- import { BoxDimensions } from "@omnia/fx-models";
2
- export declare const TextFieldStyles: {
3
- generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => string;
4
- hint: (color: string) => string;
5
- iconButtonWrapper: string;
6
- };
@@ -1,3 +0,0 @@
1
- export declare const MenuStyles: {
2
- activator: string;
3
- };
@@ -1,10 +0,0 @@
1
- declare const _default: {
2
- avatarWrapper: (size: number) => {
3
- overflow: string;
4
- borderRadius: string;
5
- };
6
- textWrapper: (characters: any, fullSize: any) => {
7
- marginLeft: string;
8
- };
9
- };
10
- export default _default;
@@ -1,4 +0,0 @@
1
- import { useTypographyBlueprintStore } from "../..";
2
- export declare const RadioStyles: {
3
- wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => string;
4
- };
@@ -1,4 +0,0 @@
1
- export declare const RadioGroupStyles: {
2
- wrapper: string;
3
- itemWrapper: (textColor: string) => string;
4
- };
@@ -1,4 +0,0 @@
1
- import { useTypographyBlueprintStore } from "../..";
2
- export declare const RangeSliderStyles: {
3
- wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => string;
4
- };