@omnia/fx 8.0.221-dev → 8.0.223-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  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/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
  6. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +120 -404
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
  14. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  37. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
  43. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -1
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -0
  46. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
  47. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
  62. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
  63. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
  64. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
  65. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
  66. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
  68. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
  71. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  77. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  79. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  81. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  82. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
  87. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  93. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  97. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  101. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
  107. package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
  114. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  119. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  122. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  129. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  132. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  133. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  134. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  156. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  157. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  158. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  159. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  164. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  165. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  166. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  167. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  168. package/package.json +2 -2
  169. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  170. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  171. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  172. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
  173. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
  174. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +0 -4
@@ -1,6 +1,6 @@
1
1
  import "./Styles.stylex.css";
2
2
  export type StylexType = {
3
- className?: string;
3
+ class?: string;
4
4
  style?: Readonly<{
5
5
  [$$Key$$: string]: string | number;
6
6
  }>;
@@ -12,463 +12,179 @@ type SpacingStylexType = {
12
12
  left?: string | number;
13
13
  };
14
14
  export declare const themingStylex: {
15
- position: (position: string) => Readonly<{
16
- className?: string;
17
- style?: Readonly<{
18
- [$$Key$$: string]: string | number;
19
- }>;
20
- }>;
21
- textFillColor: (textFillColor: string) => Readonly<{
22
- className?: string;
23
- style?: Readonly<{
24
- [$$Key$$: string]: string | number;
25
- }>;
26
- }>;
27
- backgroundClip: (backgroundClip: string, important?: boolean) => Readonly<{
28
- className?: string;
29
- style?: Readonly<{
30
- [$$Key$$: string]: string | number;
31
- }>;
32
- }>;
33
- fontFamily: (fontFamily: string) => Readonly<{
34
- className?: string;
35
- style?: Readonly<{
36
- [$$Key$$: string]: string | number;
37
- }>;
38
- }>;
39
- flexBasis: (flexBasis: string | number) => Readonly<{
40
- className?: string;
41
- style?: Readonly<{
42
- [$$Key$$: string]: string | number;
43
- }>;
44
- }>;
45
- flexGrow: (flexGrow: number) => Readonly<{
46
- className?: string;
47
- style?: Readonly<{
48
- [$$Key$$: string]: string | number;
49
- }>;
50
- }>;
51
- maxWidth: (maxWidth: string) => Readonly<{
52
- className?: string;
53
- style?: Readonly<{
54
- [$$Key$$: string]: string | number;
55
- }>;
56
- }>;
57
- alignSelf: (alignSelf: string) => Readonly<{
58
- className?: string;
59
- style?: Readonly<{
60
- [$$Key$$: string]: string | number;
61
- }>;
62
- }>;
63
- minWidth: (minWidth: string) => Readonly<{
64
- className?: string;
65
- style?: Readonly<{
66
- [$$Key$$: string]: string | number;
67
- }>;
68
- }>;
69
- flex: (flex: string | number) => Readonly<{
70
- className?: string;
71
- style?: Readonly<{
72
- [$$Key$$: string]: string | number;
73
- }>;
74
- }>;
75
- justifyContent: (justifyContent: string) => Readonly<{
76
- className?: string;
77
- style?: Readonly<{
78
- [$$Key$$: string]: string | number;
79
- }>;
80
- }>;
81
- flexWrap: (flexWrap: string) => Readonly<{
82
- className?: string;
83
- style?: Readonly<{
84
- [$$Key$$: string]: string | number;
85
- }>;
86
- }>;
87
- rowGap: (rowGap: string) => Readonly<{
88
- className?: string;
89
- style?: Readonly<{
90
- [$$Key$$: string]: string | number;
91
- }>;
92
- }>;
93
- columnGap: (columnGap: string) => Readonly<{
94
- className?: string;
95
- style?: Readonly<{
96
- [$$Key$$: string]: string | number;
97
- }>;
98
- }>;
99
- flexDirection: (flexDirection: string) => Readonly<{
100
- className?: string;
101
- style?: Readonly<{
102
- [$$Key$$: string]: string | number;
103
- }>;
104
- }>;
15
+ position: (position: string) => StylexType;
16
+ textFillColor: (textFillColor: string) => StylexType;
17
+ backgroundClip: (backgroundClip: string, important?: boolean) => StylexType;
18
+ fontFamily: (fontFamily: string) => StylexType;
19
+ flexBasis: (flexBasis: string | number) => StylexType;
20
+ flexGrow: (flexGrow: number) => StylexType;
21
+ maxWidth: (maxWidth: string) => StylexType;
22
+ alignSelf: (alignSelf: string) => StylexType;
23
+ minWidth: (minWidth: string) => StylexType;
24
+ flex: (flex: string | number) => StylexType;
25
+ justifyContent: (justifyContent: string) => StylexType;
26
+ flexWrap: (flexWrap: string) => StylexType;
27
+ rowGap: (rowGap: string) => StylexType;
28
+ columnGap: (columnGap: string) => StylexType;
29
+ flexDirection: (flexDirection: string) => StylexType;
105
30
  font: (fontSize: string, fontWeight: number, lineHeight: string) => {
106
- className: string;
31
+ class: string;
107
32
  style: {
108
33
  "--fontSize": string;
109
34
  "--fontWeight": number;
110
35
  "--lineHeight": string;
111
36
  };
112
37
  };
113
- width: (width: string, important?: boolean) => Readonly<{
114
- className?: string;
115
- style?: Readonly<{
116
- [$$Key$$: string]: string | number;
117
- }>;
118
- }>;
119
- height: (height: string, important?: boolean) => Readonly<{
120
- className?: string;
121
- style?: Readonly<{
122
- [$$Key$$: string]: string | number;
123
- }>;
124
- }>;
125
- maxHeight: (maxHeight: string | number, important?: boolean) => Readonly<{
126
- className?: string;
127
- style?: Readonly<{
128
- [$$Key$$: string]: string | number;
129
- }>;
130
- }>;
131
- minHeight: (minHeight: string) => Readonly<{
132
- className?: string;
133
- style?: Readonly<{
134
- [$$Key$$: string]: string | number;
135
- }>;
136
- }>;
137
- alignItems: (alignItems: string) => Readonly<{
138
- className?: string;
139
- style?: Readonly<{
140
- [$$Key$$: string]: string | number;
141
- }>;
142
- }>;
143
- boxSizing: (boxSizing: string) => Readonly<{
144
- className?: string;
145
- style?: Readonly<{
146
- [$$Key$$: string]: string | number;
147
- }>;
148
- }>;
149
- display: (display: string) => Readonly<{
150
- className?: string;
151
- style?: Readonly<{
152
- [$$Key$$: string]: string | number;
153
- }>;
154
- }>;
155
- wordBreak: (wordBreak: string) => Readonly<{
156
- className?: string;
157
- style?: Readonly<{
158
- [$$Key$$: string]: string | number;
159
- }>;
160
- }>;
161
- whiteSpace: (whiteSpace: string) => Readonly<{
162
- className?: string;
163
- style?: Readonly<{
164
- [$$Key$$: string]: string | number;
165
- }>;
166
- }>;
167
- backDropFilter: (backDropFilter: string) => Readonly<{
168
- className?: string;
169
- style?: Readonly<{
170
- [$$Key$$: string]: string | number;
171
- }>;
172
- }>;
173
- transition: (transition: string) => Readonly<{
174
- className?: string;
175
- style?: Readonly<{
176
- [$$Key$$: string]: string | number;
177
- }>;
178
- }>;
179
- transform: (transform: string) => Readonly<{
180
- className?: string;
181
- style?: Readonly<{
182
- [$$Key$$: string]: string | number;
183
- }>;
184
- }>;
185
- fontSize: (fontSize: string, important?: boolean) => Readonly<{
186
- className?: string;
187
- style?: Readonly<{
188
- [$$Key$$: string]: string | number;
189
- }>;
190
- }>;
191
- fontWeight: (fontWeight: number) => Readonly<{
192
- className?: string;
193
- style?: Readonly<{
194
- [$$Key$$: string]: string | number;
195
- }>;
196
- }>;
197
- lineHeight: (lineHeight: string) => Readonly<{
198
- className?: string;
199
- style?: Readonly<{
200
- [$$Key$$: string]: string | number;
201
- }>;
202
- }>;
203
- textDecoration: (textDecoration: string, important?: boolean) => Readonly<{
204
- className?: string;
205
- style?: Readonly<{
206
- [$$Key$$: string]: string | number;
207
- }>;
208
- }>;
209
- background: (background: string, important?: boolean) => Readonly<{
210
- className?: string;
211
- style?: Readonly<{
212
- [$$Key$$: string]: string | number;
213
- }>;
214
- }>;
215
- opacity: (opacity: string) => Readonly<{
216
- className?: string;
217
- style?: Readonly<{
218
- [$$Key$$: string]: string | number;
219
- }>;
220
- }>;
221
- backgroundImage: (backgroundImage: string) => Readonly<{
222
- className?: string;
223
- style?: Readonly<{
224
- [$$Key$$: string]: string | number;
225
- }>;
226
- }>;
227
- backgroundColor: (backgroundColor: string, important?: boolean) => Readonly<{
228
- className?: string;
229
- style?: Readonly<{
230
- [$$Key$$: string]: string | number;
231
- }>;
232
- }>;
233
- color: (color: string, important?: boolean) => Readonly<{
234
- className?: string;
235
- style?: Readonly<{
236
- [$$Key$$: string]: string | number;
237
- }>;
238
- }>;
239
- borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => Readonly<{
240
- className?: string;
241
- style?: Readonly<{
242
- [$$Key$$: string]: string | number;
243
- }>;
244
- }>;
245
- borderTopRightRadius: (borderTopRightRadius: string, important?: boolean) => Readonly<{
246
- className?: string;
247
- style?: Readonly<{
248
- [$$Key$$: string]: string | number;
249
- }>;
250
- }>;
251
- borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => Readonly<{
252
- className?: string;
253
- style?: Readonly<{
254
- [$$Key$$: string]: string | number;
255
- }>;
256
- }>;
257
- borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => Readonly<{
258
- className?: string;
259
- style?: Readonly<{
260
- [$$Key$$: string]: string | number;
261
- }>;
262
- }>;
38
+ width: (width: string, important?: boolean) => StylexType;
39
+ height: (height: string, important?: boolean) => StylexType;
40
+ maxHeight: (maxHeight: string | number, important?: boolean) => StylexType;
41
+ minHeight: (minHeight: string) => StylexType;
42
+ alignItems: (alignItems: string) => StylexType;
43
+ boxSizing: (boxSizing: string) => StylexType;
44
+ display: (display: string) => StylexType;
45
+ wordBreak: (wordBreak: string) => StylexType;
46
+ whiteSpace: (whiteSpace: string) => StylexType;
47
+ backDropFilter: (backDropFilter: string) => StylexType;
48
+ transition: (transition: string) => StylexType;
49
+ transform: (transform: string) => StylexType;
50
+ fontSize: (fontSize: string, important?: boolean) => StylexType;
51
+ fontWeight: (fontWeight: number) => StylexType;
52
+ lineHeight: (lineHeight: string) => StylexType;
53
+ textDecoration: (textDecoration: string, important?: boolean) => StylexType;
54
+ background: (background: string, important?: boolean) => StylexType;
55
+ opacity: (opacity: string | number) => StylexType;
56
+ backgroundImage: (backgroundImage: string) => StylexType;
57
+ backgroundColor: (backgroundColor: string, important?: boolean) => StylexType;
58
+ color: (color: string, important?: boolean) => StylexType;
59
+ borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => StylexType;
60
+ borderTopRightRadius: (borderTopRightRadius: string, important?: boolean) => StylexType;
61
+ borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => StylexType;
62
+ borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => StylexType;
263
63
  border: (value: SpacingStylexType | string) => Readonly<StylexType>;
264
64
  margin: (value: SpacingStylexType | string, important?: boolean) => Readonly<StylexType>;
265
- marginLeft: (marginLeft: string | number, important?: boolean) => Readonly<{
266
- className?: string;
267
- style?: Readonly<{
268
- [$$Key$$: string]: string | number;
269
- }>;
270
- }>;
271
- marginBottom: (marginBottom: string | number, important?: boolean) => Readonly<{
272
- className?: string;
273
- style?: Readonly<{
274
- [$$Key$$: string]: string | number;
275
- }>;
276
- }>;
277
- marginRight: (marginRight: string | number, important?: boolean) => Readonly<{
278
- className?: string;
279
- style?: Readonly<{
280
- [$$Key$$: string]: string | number;
281
- }>;
282
- }>;
283
- marginTop: (marginTop: string | number, important?: boolean) => Readonly<{
284
- className?: string;
285
- style?: Readonly<{
286
- [$$Key$$: string]: string | number;
287
- }>;
288
- }>;
65
+ marginLeft: (marginLeft: string | number, important?: boolean) => StylexType;
66
+ marginBottom: (marginBottom: string | number, important?: boolean) => StylexType;
67
+ marginRight: (marginRight: string | number, important?: boolean) => StylexType;
68
+ marginTop: (marginTop: string | number, important?: boolean) => StylexType;
289
69
  padding: (value: SpacingStylexType | string, important?: boolean) => Readonly<StylexType>;
290
- paddingLeft: (paddingLeft: string | number, important?: boolean) => Readonly<{
291
- className?: string;
292
- style?: Readonly<{
293
- [$$Key$$: string]: string | number;
294
- }>;
295
- }>;
296
- paddingRight: (paddingRight: string | number, important?: boolean) => Readonly<{
297
- className?: string;
298
- style?: Readonly<{
299
- [$$Key$$: string]: string | number;
300
- }>;
301
- }>;
302
- paddingBottom: (paddingBottom: string | number, important?: boolean) => Readonly<{
303
- className?: string;
304
- style?: Readonly<{
305
- [$$Key$$: string]: string | number;
306
- }>;
307
- }>;
308
- paddingTop: (paddingTop: string | number, important?: boolean) => Readonly<{
309
- className?: string;
310
- style?: Readonly<{
311
- [$$Key$$: string]: string | number;
312
- }>;
313
- }>;
314
- borderLeft: (borderLeft: string | number) => Readonly<{
315
- className?: string;
316
- style?: Readonly<{
317
- [$$Key$$: string]: string | number;
318
- }>;
319
- }>;
320
- borderRight: (borderRight: string | number) => Readonly<{
321
- className?: string;
322
- style?: Readonly<{
323
- [$$Key$$: string]: string | number;
324
- }>;
325
- }>;
326
- borderBottom: (borderBottom: string | number) => Readonly<{
327
- className?: string;
328
- style?: Readonly<{
329
- [$$Key$$: string]: string | number;
330
- }>;
331
- }>;
332
- borderTop: (borderTop: string | number) => Readonly<{
333
- className?: string;
334
- style?: Readonly<{
335
- [$$Key$$: string]: string | number;
336
- }>;
337
- }>;
338
- borderRadius: (borderRadius: string) => Readonly<{
339
- className?: string;
340
- style?: Readonly<{
341
- [$$Key$$: string]: string | number;
342
- }>;
343
- }>;
344
- textTransform: (textTransform: string) => Readonly<{
345
- className?: string;
346
- style?: Readonly<{
347
- [$$Key$$: string]: string | number;
348
- }>;
349
- }>;
350
- lineCamp: (lineCamp: number) => Readonly<{
351
- className?: string;
352
- style?: Readonly<{
353
- [$$Key$$: string]: string | number;
354
- }>;
355
- }>;
356
- overflow: (overflow: string, important?: boolean) => Readonly<{
357
- className?: string;
358
- style?: Readonly<{
359
- [$$Key$$: string]: string | number;
360
- }>;
361
- }>;
362
- boxOrient: (boxOrient: string) => Readonly<{
363
- className?: string;
364
- style?: Readonly<{
365
- [$$Key$$: string]: string | number;
366
- }>;
367
- }>;
368
- cursor: (cursor: string) => Readonly<{
369
- className?: string;
370
- style?: Readonly<{
371
- [$$Key$$: string]: string | number;
372
- }>;
373
- }>;
374
- top: (top: number) => Readonly<{
375
- className?: string;
376
- style?: Readonly<{
377
- [$$Key$$: string]: string | number;
378
- }>;
379
- }>;
380
- zIndex: (zIndex: number) => Readonly<{
381
- className?: string;
382
- style?: Readonly<{
383
- [$$Key$$: string]: string | number;
384
- }>;
385
- }>;
386
- textAlign: (textAlign: string) => Readonly<{
387
- className?: string;
388
- style?: Readonly<{
389
- [$$Key$$: string]: string | number;
390
- }>;
391
- }>;
392
- transformOrigin: (transformOrigin: string) => Readonly<{
393
- className?: string;
394
- style?: Readonly<{
395
- [$$Key$$: string]: string | number;
396
- }>;
397
- }>;
70
+ paddingLeft: (paddingLeft: string | number, important?: boolean) => StylexType;
71
+ paddingRight: (paddingRight: string | number, important?: boolean) => StylexType;
72
+ paddingBottom: (paddingBottom: string | number, important?: boolean) => StylexType;
73
+ paddingTop: (paddingTop: string | number, important?: boolean) => StylexType;
74
+ borderLeft: (borderLeft: string | number) => StylexType;
75
+ borderRight: (borderRight: string | number) => StylexType;
76
+ borderBottom: (borderBottom: string | number) => StylexType;
77
+ borderTop: (borderTop: string | number) => StylexType;
78
+ borderRadius: (borderRadius: string | number) => StylexType;
79
+ textTransform: (textTransform: string) => StylexType;
80
+ lineCamp: (lineCamp: number) => StylexType;
81
+ overflow: (overflow: string, important?: boolean) => StylexType;
82
+ boxOrient: (boxOrient: string) => StylexType;
83
+ cursor: (cursor: string) => StylexType;
84
+ top: (top: number | string) => StylexType;
85
+ left: (left: number | string) => StylexType;
86
+ zIndex: (zIndex: number) => StylexType;
87
+ textAlign: (textAlign: string) => StylexType;
88
+ transformOrigin: (transformOrigin: string) => StylexType;
89
+ borderColor: (borderColor: string) => StylexType;
90
+ overflowY: (overflowY: string) => StylexType;
91
+ overflowX: (overflowX: string) => StylexType;
92
+ pointerEvents: (pointerEvents: string) => StylexType;
93
+ verticalAlign: (verticalAlign: string) => StylexType;
94
+ textOverflow: (textOverflow: string) => StylexType;
398
95
  hover: {
399
- cursor: (cursor: string) => Readonly<{
400
- className?: string;
401
- style?: Readonly<{
402
- [$$Key$$: string]: string | number;
403
- }>;
404
- }>;
405
- background: (background: string) => Readonly<{
406
- className?: string;
407
- style?: Readonly<{
408
- [$$Key$$: string]: string | number;
409
- }>;
410
- }>;
96
+ cursor: (cursor: string) => StylexType;
97
+ background: (background: string) => StylexType;
98
+ backgroundColor: (backgroundColor: string, important?: boolean) => StylexType;
99
+ };
100
+ nest: {
101
+ iframe: {
102
+ paddingLeft: (paddingLeft: string | number) => {
103
+ class: string;
104
+ style: {
105
+ "--paddingLeft": string | number;
106
+ };
107
+ };
108
+ paddingRight: (paddingRight: string | number) => {
109
+ class: string;
110
+ style: {
111
+ "--paddingRight": string | number;
112
+ };
113
+ };
114
+ paddingBottom: (paddingBottom: string | number) => {
115
+ class: string;
116
+ style: {
117
+ "--paddingBottom": string | number;
118
+ };
119
+ };
120
+ paddingTop: (paddingTop: string | number) => {
121
+ class: string;
122
+ style: {
123
+ "--paddingTop": string | number;
124
+ };
125
+ };
126
+ };
411
127
  };
412
128
  after: {};
413
129
  before: {};
414
130
  media: {
415
131
  sm: {
416
132
  fontSize: (fontSize: string, important?: boolean) => {
417
- className: string;
133
+ class: string;
418
134
  style: {
419
- "--fontSize": string;
135
+ "--fontSize-sm": string;
420
136
  };
421
137
  };
422
138
  fontWeight: (fontWeight: number, important?: boolean) => {
423
- className: string;
139
+ class: string;
424
140
  style: {
425
- "--fontWeight": number;
141
+ "--fontWeight-sm": number;
426
142
  };
427
143
  };
428
144
  lineHeight: (lineHeight: string, important?: boolean) => {
429
- className: string;
145
+ class: string;
430
146
  style: {
431
- "--lineHeight": string;
147
+ "--lineHeight-sm": string;
432
148
  };
433
149
  };
434
150
  };
435
151
  md: {
436
152
  fontSize: (fontSize: string, important?: boolean) => {
437
- className: string;
153
+ class: string;
438
154
  style: {
439
- "--fontSize": string;
155
+ "--fontSize-md": string;
440
156
  };
441
157
  };
442
158
  fontWeight: (fontWeight: number, important?: boolean) => {
443
- className: string;
159
+ class: string;
444
160
  style: {
445
- "--fontWeight": number;
161
+ "--fontWeight-md": number;
446
162
  };
447
163
  };
448
164
  lineHeight: (lineHeight: string, important?: boolean) => {
449
- className: string;
165
+ class: string;
450
166
  style: {
451
- "--lineHeight": string;
167
+ "--lineHeight-md": string;
452
168
  };
453
169
  };
454
170
  };
455
171
  lg: {
456
172
  fontSize: (fontSize: string, important?: boolean) => {
457
- className: string;
173
+ class: string;
458
174
  style: {
459
- "--fontSize": string;
175
+ "--fontSize-lg": string;
460
176
  };
461
177
  };
462
178
  fontWeight: (fontWeight: number, important?: boolean) => {
463
- className: string;
179
+ class: string;
464
180
  style: {
465
- "--fontWeight": number;
181
+ "--fontWeight-lg": number;
466
182
  };
467
183
  };
468
184
  lineHeight: (lineHeight: string, important?: boolean) => {
469
- className: string;
185
+ class: string;
470
186
  style: {
471
- "--lineHeight": string;
187
+ "--lineHeight-lg": string;
472
188
  };
473
189
  };
474
190
  };
@@ -1,4 +1,5 @@
1
- import { GroupIdentity, GroupMembers } from "@omnia/fx-models";
1
+ import { GroupIdentity, GroupMembers, ResolvedUserIdentity } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
2
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
4
  identity?: GroupIdentity;
4
5
  } & {
@@ -15,7 +16,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
15
16
  saving?: boolean;
16
17
  } & {
17
18
  isOwnersTab?: boolean;
18
- }>) => {
19
+ } & DefineEmit<"openUserDetailBlade", (user?: ResolvedUserIdentity) => void>>) => {
19
20
  $: import("vue").ComponentInternalInstance;
20
21
  $data: {};
21
22
  $props: {};
@@ -69,11 +70,13 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
69
70
  saving?: boolean;
70
71
  } & {
71
72
  isOwnersTab?: boolean;
72
- }> & {
73
+ } & DefineEmit<"openUserDetailBlade", (user?: ResolvedUserIdentity) => void>> & {
73
74
  "v-slots"?: {
74
75
  default?: import("vue").Slot;
75
76
  } & {};
76
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "identity" | "businessProfileId" | "saving" | "hasEditablePremission" | "omniaGroupBuiltIn" | "isEditableGroup" | "changedMembers" | "isOwnersTab">;
77
+ } & {
78
+ onOpenUserDetailBlade?: (user?: ResolvedUserIdentity) => any;
79
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "identity" | "businessProfileId" | "saving" | "hasEditablePremission" | "omniaGroupBuiltIn" | "isEditableGroup" | "changedMembers" | "isOwnersTab">;
77
80
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
78
81
  [key: string]: any;
79
82
  }>;
@@ -16,6 +16,7 @@ export declare namespace UserManagementLocalization {
16
16
  Properties: string;
17
17
  AddUser: string;
18
18
  EditUser: string;
19
+ UserDetails: string;
19
20
  DeletedUser: string;
20
21
  DeleteUserConfirmation: string;
21
22
  Authentication: string;
@@ -116,6 +117,7 @@ export declare namespace UserManagementLocalization {
116
117
  Owner: string;
117
118
  AddGroup: string;
118
119
  EditGroup: string;
120
+ GroupDetails: string;
119
121
  DeleteGroup: string;
120
122
  DeleteGroupConfirmation: string;
121
123
  DeleteGroupsErrorMessageGroupsInUse: string;