@omnia/fx 8.0.221-dev → 8.0.223-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +120 -404
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
- 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
|
-
|
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) =>
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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
|
-
|
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) =>
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
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) =>
|
266
|
-
|
267
|
-
|
268
|
-
|
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) =>
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
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) =>
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
185
|
+
class: string;
|
470
186
|
style: {
|
471
|
-
"--lineHeight": string;
|
187
|
+
"--lineHeight-lg": string;
|
472
188
|
};
|
473
189
|
};
|
474
190
|
};
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts
CHANGED
@@ -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
|
-
} & {
|
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;
|