@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
@@ -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;