@omnia/fx 8.0.375-dev → 8.0.377-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/manifests/omnia.fx.ux.editor.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/EnterprisePropertyStore.d.ts +2 -1
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +3 -0
  5. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +11 -0
  6. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +11 -65
  7. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +5 -16
  8. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +14 -81
  9. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +10 -51
  10. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +7 -47
  11. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +10 -16
  12. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +12 -38
  13. package/internal-do-not-import-from-here/ux/app/appinstance/view/MixManager.d.ts +11 -1
  14. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.d.ts +11 -26
  15. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +11 -26
  16. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +11 -22
  17. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +11 -28
  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/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -0
  22. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +11 -1
  24. package/internal-do-not-import-from-here/ux/editor/index.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/editor/models/SettingsJourneyMenu.d.ts +5 -0
  26. package/internal-do-not-import-from-here/ux/editor/models/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/editor/settings/DefineJourneyMenuSettings.d.ts +9 -5
  28. package/internal-do-not-import-from-here/ux/editor/stores/JourneyMenuSettingsStore.d.ts +14 -0
  29. package/internal-do-not-import-from-here/ux/editor/stores/index.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +4 -2
  31. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +7 -4
  32. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +14 -0
  33. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/stores/EnterprisePropertyPickerStore.d.ts +40 -0
  34. package/internal-do-not-import-from-here/ux/fieldcontainer/FieldContainer.d.ts +10 -0
  35. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +3 -1
  36. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -2
  37. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +9 -0
  39. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +14 -17
  40. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.stylex.d.ts +6 -1
  41. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +12 -0
  42. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionListRenderer.d.ts +7 -0
  43. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionRenderer.d.ts +12 -0
  44. package/internal-do-not-import-from-here/ux/journey/selection/JourneySettingsRenderer.d.ts +11 -0
  45. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +130 -0
  46. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +10 -0
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -2
  53. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +11 -11
  56. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.stylex.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +10 -7
  58. package/internal-do-not-import-from-here/ux/oxide/picker/models/SharedSettings.d.ts +2 -3
  59. package/internal-do-not-import-from-here/ux/oxide/picker/stores/PickerStore.d.ts +35 -0
  60. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -2
  61. package/internal-do-not-import-from-here/ux/oxide/switch/Switches.d.ts +7 -0
  62. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +18 -2
  63. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +21 -16
  64. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  66. package/internal-do-not-import-from-here/wctypings.d.ts +84 -0
  67. package/package.json +3 -3
  68. package/internal-do-not-import-from-here/ux/app/appinstance/index.d.ts +0 -1
  69. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.css.d.ts +0 -1
  70. package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +0 -18
  71. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +0 -30
  72. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/FilterTab.d.ts +0 -26
  73. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/GeneralTab.d.ts +0 -16
  74. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +0 -57
  75. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +0 -40
  76. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.css.d.ts +0 -1
  77. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.css.d.ts +0 -1
  78. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.css.d.ts +0 -1
  79. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.css.d.ts +0 -1
  80. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.css.d.ts +0 -1
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutColumn.css.d.ts +0 -0
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutColumn.d.ts +0 -0
  83. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutPlaceHolder.d.ts +0 -0
  84. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts +0 -0
  85. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSectionTab.d.ts +0 -0
  86. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts +0 -0
  87. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/layoutitems/_old/LayoutBlock.css.d.ts → identitypicker/IdentityPickerNew.d.ts} +0 -0
  89. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/layoutitems/_old/LayoutBlock.d.ts → identitypicker/stores/IdentityPickerStore.d.ts} +0 -0
@@ -1,38 +1,12 @@
1
- import { AppInstanceRollupViewPropertySettings, AppInstanceInfo, AppInstanceInfoUser, IAppInstanceRollupViewRendererComponent, AppInstanceRollupBlockDisplaySettings, ButtonStyles } from "@omnia/fx-models";
2
- import { VueComponentBase } from "../../..";
3
- import { OmniaContext } from "../../../../contexts";
4
- import { AppStore, EnterprisePropertyStore, MultilingualStore } from "../../../../stores";
5
- import { OmniaUxLocalization } from "../../../UxModels";
6
- import "./BaseView.css";
7
- export declare class AppInstanceRollupViewBase extends VueComponentBase implements IAppInstanceRollupViewRendererComponent {
8
- total: number;
9
- items: AppInstanceInfo[];
10
- displaySettings: AppInstanceRollupBlockDisplaySettings;
11
- appInstanceUrlBuilder?: (appInstanceInfo: AppInstanceInfo) => string;
12
- navigateToAppInstance?: (appInstanceInfo: AppInstanceInfo) => void;
13
- onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => void;
14
- protected multlingualStore: MultilingualStore;
15
- protected uxLoc: OmniaUxLocalization;
16
- protected propertyStore: EnterprisePropertyStore;
17
- protected appStore: AppStore;
18
- protected omniaCtx: OmniaContext;
19
- protected baseViewStyles: {
20
- titleLayout?: string;
21
- titleLink?: string;
22
- logoIcon?: string;
23
- };
24
- private followingHandlingState;
25
- constructor();
26
- created(): void;
27
- mounted(): void;
28
- protected getAppInstanceUrl(appInstanceInfo: AppInstanceInfo): string;
29
- protected goToAppInstance(event: MouseEvent, appInstanceInfo: AppInstanceInfo, url: string): void;
30
- private openLink;
31
- protected onClickFollowIcon(e: Event, appInstanceInfo: AppInstanceInfoUser): Promise<void>;
32
- protected renderAvatar(appInstanceInfo: AppInstanceInfo): import("vue/jsx-runtime").JSX.Element;
33
- protected renderAvatarAndLink(appInstanceInfo: AppInstanceInfo): import("vue/jsx-runtime").JSX.Element;
34
- protected renderLink(appInstanceInfo: AppInstanceInfo): import("vue/jsx-runtime").JSX.Element;
35
- protected renderEnterprisePropertyValue(appInstanceInfo: AppInstanceInfo, column: AppInstanceRollupViewPropertySettings): JSX.Element;
36
- private getIconColor;
37
- protected renderFollowIcon(appInstanceInfo: AppInstanceInfoUser, buttonStyles?: ButtonStyles): JSX.Element;
38
- }
1
+ import { AppInstanceInfo, AppInstanceInfoUser, AppInstanceRollupBlockDisplaySettings } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
3
+ import { ViewApi } from "./MixManager";
4
+ type ViewProps = DefineProp<"total", number> & DefineProp<"items", AppInstanceInfo[]> & DefineProp<"displaySettings", AppInstanceRollupBlockDisplaySettings> & DefineProp<"appInstanceUrlBuilder", (appInstanceInfo: AppInstanceInfo) => string> & DefineProp<"navigateToAppInstance", (appInstanceInfo: AppInstanceInfo) => void> & DefineProp<"getApi", (api: ViewApi) => void> & DefineEmit<"followAppInstanceClicked", (appInstanceInfoUser: AppInstanceInfoUser) => void>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ViewProps> & {
6
+ onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => any;
7
+ } & {
8
+ "v-slots"?: {} & Omit<{
9
+ default?: import("vue").Slot;
10
+ }, never>;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items" | "getApi" | "displaySettings" | "total" | "emit:followAppInstanceClicked" | "appInstanceUrlBuilder" | "navigateToAppInstance"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ export default _default;
@@ -1,5 +1,15 @@
1
- import { AppInstanceRollupCardViewTypes } from "@omnia/fx-models";
1
+ import { AppInstanceInfo, AppInstanceInfoUser, AppInstanceRollupCardViewTypes, AppInstanceRollupViewPropertySettings } from "@omnia/fx-models";
2
2
  import { ITheming, Theming } from "../../..";
3
+ export type ViewApi = {
4
+ getAppInstanceUrl: (appInstanceInfo: AppInstanceInfo) => string;
5
+ goToAppInstance: (event: MouseEvent, appInstanceInfo: AppInstanceInfo, url: string) => void;
6
+ onClickFollowIcon: (e: Event, appInstanceInfo: AppInstanceInfoUser) => Promise<void>;
7
+ renderLink: (appInstanceInfo: AppInstanceInfo) => JSX.Element;
8
+ renderAvatar: (appInstanceInfo: AppInstanceInfo) => JSX.Element;
9
+ renderAvatarAndLink: (appInstanceInfo: AppInstanceInfo) => JSX.Element;
10
+ renderFollowIcon: (appInstanceInfo: AppInstanceInfoUser) => JSX.Element;
11
+ renderEnterprisePropertyValue: (appInstanceInfo: AppInstanceInfo, column: AppInstanceRollupViewPropertySettings) => JSX.Element;
12
+ };
3
13
  export interface Replacement {
4
14
  row: number;
5
15
  column: number;
@@ -1,26 +1,11 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { MediaPickerStore } from "../../../../../stores";
3
- import { AppInstanceRollupViewBase } from "../BaseView";
4
- import "./CardView.css";
5
- export declare class AppInstanceRollupCardViewComponent extends AppInstanceRollupViewBase implements IWebComponentInstance {
6
- mediaPickerStore: MediaPickerStore;
7
- private cardViewStyles;
8
- private cardMixingStrategy;
9
- private get viewSettings();
10
- private cardCols;
11
- private sourceTermProperties;
12
- private customThemes;
13
- private isReadyRenderImage;
14
- created(): void;
15
- mounted(): void;
16
- private getColumnsOfGrid;
17
- private getCustomTheme;
18
- private getOverlayGradient;
19
- private getTextColorClass;
20
- private renderImage;
21
- private renderTitle;
22
- private renderTermProperties;
23
- private renderBottomDrawer;
24
- private renderCard;
25
- render(): import("vue/jsx-runtime").JSX.Element;
26
- }
1
+ import { AppInstanceInfo, AppInstanceInfoUser, AppInstanceRollupBlockDisplaySettings } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
3
+ type ViewProps = DefineProp<"total", number> & DefineProp<"items", AppInstanceInfo[]> & DefineProp<"displaySettings", AppInstanceRollupBlockDisplaySettings> & DefineProp<"appInstanceUrlBuilder", (appInstanceInfo: AppInstanceInfo) => string> & DefineProp<"navigateToAppInstance", (appInstanceInfo: AppInstanceInfo) => void> & DefineEmit<"followAppInstanceClicked", (appInstanceInfoUser: AppInstanceInfoUser) => void>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ViewProps> & {
5
+ onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items" | "displaySettings" | "total" | "emit:followAppInstanceClicked" | "appInstanceUrlBuilder" | "navigateToAppInstance"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ export default _default;
@@ -1,26 +1,11 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { AppInstanceRollupCardViewSettings, AppInstanceRollupViewComponentSettings, EnterprisePropertyDefinition, IAppInstanceRollupViewSettingsComponent } from "@omnia/fx-models";
3
- import { OmniaUxLocalization, VueComponentBase } from "../../../..";
4
- import "./CardViewSettings.css";
5
- export declare class AppInstanceRollupCardViewSettingsComponent extends VueComponentBase implements IWebComponentInstance, IAppInstanceRollupViewSettingsComponent<AppInstanceRollupCardViewSettings> {
6
- viewSettings: AppInstanceRollupCardViewSettings;
7
- selectableProperties: EnterprisePropertyDefinition[];
8
- onUpdatedViewSettings?: (viewSettings: AppInstanceRollupViewComponentSettings) => void;
9
- uxLoc: OmniaUxLocalization;
10
- private cardsPerRowValues;
11
- private cardTypes;
12
- private currentTabIndex;
13
- private termPropertiesLayoutSettingsMode;
14
- private cardViewSettingStyles;
15
- mounted(): void;
16
- beforeDestroy(): void;
17
- created(): void;
18
- private updateSelectProperties;
19
- private addTermProperty;
20
- private switchIndex;
21
- private renderOrderUI;
22
- private renderTermPropertiesSetting;
23
- private renderPropertiesMapping;
24
- private renderStylesSettings;
25
- render(): import("vue/jsx-runtime").JSX.Element;
26
- }
1
+ import { AppInstanceRollupCardViewSettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ import { DefineProp, DefineVModel } from "@omnia/fx/ux";
3
+ type ListViewSettingsProps = DefineProp<"selectableProperties", EnterprisePropertyDefinition[]> & DefineVModel<"", AppInstanceRollupCardViewSettings>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ListViewSettingsProps> & {
5
+ "onUpdate:modelValue"?: (value: AppInstanceRollupCardViewSettings) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "selectableProperties"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ export default _default;
@@ -1,22 +1,11 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { MediaPickerService } from "../../../../../services";
3
- import { DirectionRuleStore } from "../../../../../stores";
4
- import { AppInstanceRollupViewBase } from "../BaseView";
5
- import "./ListView.css";
6
- export declare class AppInstanceRollupListViewComponent extends AppInstanceRollupViewBase implements IWebComponentInstance {
7
- mediaPickerService: MediaPickerService;
8
- directionStore: DirectionRuleStore;
9
- private listViewStyles;
10
- private skipPaddingTable;
11
- private skipPaddingRowCells;
12
- private paddingForCell;
13
- private isRightToLeft;
14
- created(): void;
15
- mounted(): void;
16
- private init;
17
- private registerStickyHeader;
18
- private initSpacingAndPadding;
19
- private renderColumn;
20
- private renderColumns;
21
- render(): import("vue/jsx-runtime").JSX.Element;
22
- }
1
+ import { AppInstanceInfo, AppInstanceInfoUser, AppInstanceRollupBlockDisplaySettings } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
3
+ type ViewProps = DefineProp<"total", number> & DefineProp<"items", AppInstanceInfo[]> & DefineProp<"displaySettings", AppInstanceRollupBlockDisplaySettings> & DefineProp<"appInstanceUrlBuilder", (appInstanceInfo: AppInstanceInfo) => string> & DefineProp<"navigateToAppInstance", (appInstanceInfo: AppInstanceInfo) => void> & DefineEmit<"followAppInstanceClicked", (appInstanceInfoUser: AppInstanceInfoUser) => void>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ViewProps> & {
5
+ onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items" | "displaySettings" | "total" | "emit:followAppInstanceClicked" | "appInstanceUrlBuilder" | "navigateToAppInstance"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ export default _default;
@@ -1,28 +1,11 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { AppInstanceRollupListViewSettings, AppInstanceRollupViewComponentSettings, EnterprisePropertyDefinition, IAppInstanceRollupViewSettingsComponent } from "@omnia/fx-models";
3
- import { OmniaUxLocalization, VueComponentBase } from "../../../..";
4
- import "./ListViewSettings.css";
5
- export declare class AppInstanceRollupListViewSettingsComponent extends VueComponentBase implements IWebComponentInstance, IAppInstanceRollupViewSettingsComponent<AppInstanceRollupListViewSettings> {
6
- viewSettings: AppInstanceRollupListViewSettings;
7
- selectableProperties: EnterprisePropertyDefinition[];
8
- onUpdatedViewSettings: (viewSettings: AppInstanceRollupViewComponentSettings) => void;
9
- uxLoc: OmniaUxLocalization;
10
- private dateModes;
11
- private modifyColumnMode;
12
- private externalPropertyItems;
13
- private listViewSettingsStyles;
14
- mounted(): void;
15
- beforeDestroy(): void;
16
- created(): void;
17
- private init;
18
- private initExternalPropertyItems;
19
- private switchIndex;
20
- private updateSettings;
21
- private onSelectedPropertyChanged;
22
- private addColumn;
23
- private updateSelectProperties;
24
- private renderOrderUI;
25
- private renderDateTimeProperty;
26
- private renderPropertySelection;
27
- render(): import("vue/jsx-runtime").JSX.Element;
28
- }
1
+ import { AppInstanceRollupListViewSettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ import { DefineProp, DefineVModel } from "@omnia/fx/ux";
3
+ type ListViewSettingsProps = DefineProp<"selectableProperties", EnterprisePropertyDefinition[]> & DefineVModel<"", AppInstanceRollupListViewSettings>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ListViewSettingsProps> & {
5
+ "onUpdate:modelValue"?: (value: AppInstanceRollupListViewSettings) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "selectableProperties"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ export default _default;
@@ -60,6 +60,7 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
60
60
  collapse: import("@omnia/fx-models").FontAwesomeIcon;
61
61
  comment: import("@omnia/fx-models").FontAwesomeIcon;
62
62
  comments: import("@omnia/fx-models").FontAwesomeIcon;
63
+ column: import("@omnia/fx-models").FontAwesomeIcon;
63
64
  save: import("@omnia/fx-models").FontAwesomeIcon;
64
65
  share: import("@omnia/fx-models").FontAwesomeIcon;
65
66
  chart: import("@omnia/fx-models").FontAwesomeIcon;
@@ -42,5 +42,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
42
42
  } & Omit<{
43
43
  default?: import("vue").Slot;
44
44
  }, "activator">;
45
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "variant" | "label" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "individualRadiusSelection" | "individualBorderWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "variant" | "label" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
46
46
  export default _default;
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
34
34
  } & Omit<{
35
35
  default?: import("vue").Slot;
36
36
  }, "activator">;
37
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
38
  export default _default;
@@ -39,6 +39,9 @@ declare const _default: {
39
39
  toned: {
40
40
  type: import("vue").PropType<boolean>;
41
41
  };
42
+ variant: {
43
+ type: import("vue").PropType<"dropdown" | "journey">;
44
+ };
42
45
  "onUpdate:modelValue": {
43
46
  type: import("vue").PropType<(value: ColorValue) => any | void>;
44
47
  };
@@ -167,6 +170,9 @@ declare const _default: {
167
170
  toned: {
168
171
  type: import("vue").PropType<boolean>;
169
172
  };
173
+ variant: {
174
+ type: import("vue").PropType<"dropdown" | "journey">;
175
+ };
170
176
  "onUpdate:modelValue": {
171
177
  type: import("vue").PropType<(value: ColorValue) => any | void>;
172
178
  };
@@ -290,6 +296,9 @@ declare const _default: {
290
296
  toned: {
291
297
  type: import("vue").PropType<boolean>;
292
298
  };
299
+ variant: {
300
+ type: import("vue").PropType<"dropdown" | "journey">;
301
+ };
293
302
  "onUpdate:modelValue": {
294
303
  type: import("vue").PropType<(value: ColorValue) => any | void>;
295
304
  };
@@ -440,6 +449,7 @@ declare const _default: {
440
449
  };
441
450
  container?: boolean;
442
451
  opacity?: boolean;
452
+ variant?: "dropdown" | "journey";
443
453
  label?: string;
444
454
  disabled?: boolean;
445
455
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
@@ -38,5 +38,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
38
38
  } & Omit<{
39
39
  default?: import("vue").Slot;
40
40
  }, "activator">;
41
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "colorType" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "createNewColorDynamic" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
41
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "colorType" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "singleColor" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
42
42
  export default _default;
@@ -1,9 +1,12 @@
1
- import { DatePeriodPropFilterValue } from "@omnia/fx/models";
1
+ import { DatePeriodPropFilterValue, OSelectTypes } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  onChange: {
5
5
  type: import("vue").PropType<(filterValue: DatePeriodPropFilterValue) => void>;
6
6
  };
7
+ variant: {
8
+ type: import("vue").PropType<OSelectTypes>;
9
+ };
7
10
  filterValue: {
8
11
  type: import("vue").PropType<DatePeriodPropFilterValue>;
9
12
  };
@@ -18,6 +21,9 @@ declare const _default: {
18
21
  onChange: {
19
22
  type: import("vue").PropType<(filterValue: DatePeriodPropFilterValue) => void>;
20
23
  };
24
+ variant: {
25
+ type: import("vue").PropType<OSelectTypes>;
26
+ };
21
27
  filterValue: {
22
28
  type: import("vue").PropType<DatePeriodPropFilterValue>;
23
29
  };
@@ -29,11 +35,15 @@ declare const _default: {
29
35
  onChange: {
30
36
  type: import("vue").PropType<(filterValue: DatePeriodPropFilterValue) => void>;
31
37
  };
38
+ variant: {
39
+ type: import("vue").PropType<OSelectTypes>;
40
+ };
32
41
  filterValue: {
33
42
  type: import("vue").PropType<DatePeriodPropFilterValue>;
34
43
  };
35
44
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
36
45
  propsDefinition: Omit<Readonly<{} & {
46
+ variant?: OSelectTypes;
37
47
  onChange?: (filterValue: DatePeriodPropFilterValue) => void;
38
48
  filterValue?: DatePeriodPropFilterValue;
39
49
  }>, never>;
@@ -1 +1,2 @@
1
1
  export * from "./settings";
2
+ export * from "./stores";
@@ -0,0 +1,5 @@
1
+ import { VNodeChild } from "vue";
2
+ import { SettingsJourneyMenuItem } from "../../journey/models";
3
+ export interface SettingsJourneyMenuItemRenderer extends SettingsJourneyMenuItem {
4
+ renderer: (item: SettingsJourneyMenuItem) => VNodeChild;
5
+ }
@@ -0,0 +1 @@
1
+ export * from "./SettingsJourneyMenu";
@@ -1,9 +1,7 @@
1
1
  import { type SettingsJourneyMenuItem } from "../../journey/models";
2
2
  import { ConstructComponentProps, VNodeEvents } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- interface SettingsJourneyMenuItemState extends SettingsJourneyMenuItem {
5
- renderer: (item: SettingsJourneyMenuItem) => VNodeChild;
6
- }
4
+ import { SettingsJourneyMenuItemRenderer } from "../models";
7
5
  type JourneySettingsMenuElement = (props: ConstructComponentProps<{}> & VNodeEvents) => any;
8
6
  type SetupType = {
9
7
  addPadding(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addPadding">;
@@ -11,10 +9,16 @@ type SetupType = {
11
9
  addView(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addView">;
12
10
  addResult(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addResult">;
13
11
  addQuery(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addQuery">;
12
+ /**
13
+ * @deprecated This will be removed
14
+ */
14
15
  addStyle(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addStyle">;
15
- addCustom(item: Omit<SettingsJourneyMenuItemState, "id">): SetupType;
16
+ addCustom(item: Omit<SettingsJourneyMenuItemRenderer, "id">): SetupType;
17
+ shared: {
18
+ addStyleRenderer(renderer: () => VNodeChild): SetupType;
19
+ };
16
20
  };
17
- export declare function defineJourneyMenuSettings(): {
21
+ export declare function defineJourneyMenuSettings(isolate?: boolean): {
18
22
  defineMenuSettings: SetupType;
19
23
  MenuSettingsRenderer: JourneySettingsMenuElement;
20
24
  };
@@ -0,0 +1,14 @@
1
+ import { VNodeChild } from "vue";
2
+ import { SettingsJourneyMenuItemRenderer } from "../models";
3
+ export declare const useJourneyMenuSettingsStore: () => {
4
+ get: {
5
+ readonly styleRenderer: () => VNodeChild;
6
+ readonly items: SettingsJourneyMenuItemRenderer[];
7
+ };
8
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
9
+ addStyleRenderer(func: () => VNodeChild): void;
10
+ addItem(item: Omit<SettingsJourneyMenuItemRenderer, "id">): void;
11
+ }>;
12
+ } & {
13
+ dispose?: () => void;
14
+ };
@@ -0,0 +1 @@
1
+ export * from "./JourneyMenuSettingsStore";
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyDefinition, Tag, EnterprisePropertyTagsItemSettings, PromotedTagOptions } from "../../../../models";
1
+ import { EnterprisePropertyDefinition, Tag, EnterprisePropertyTagsItemSettings, PromotedTagOptions, OSelectTypes } from "../../../../models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  valueBind?: {
4
4
  [propertyInternalName: string]: Tag[];
@@ -11,6 +11,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  disabled?: boolean;
12
12
  } & {
13
13
  promotedTagOptions?: PromotedTagOptions;
14
+ } & {
15
+ variant?: OSelectTypes;
14
16
  } & {
15
17
  settings?: EnterprisePropertyTagsItemSettings;
16
18
  } & {
@@ -19,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
19
21
  "v-slots"?: {} & Omit<{
20
22
  default?: import("vue").Slot;
21
23
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "settings" | "hideDetails" | "property" | "onValueChanged" | "promotedTagOptions"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "disabled" | "valueBind" | "settings" | "hideDetails" | "property" | "onValueChanged" | "promotedTagOptions"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
25
  export default _default;
@@ -1,14 +1,17 @@
1
- import { DefineEmit, DefineProp } from "@omnia/fx/ux";
2
- import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid } from "../../../models";
1
+ import { DefineEmit, DefineProp, DefineVModel } from "@omnia/fx/ux";
2
+ import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid, OSelectVariants } from "../../../models";
3
3
  import "./EnterprisePropertyPickerStyles.css";
4
4
  declare const emptyArray: any[];
5
5
  declare const excludedPropertyTypeIds: guid[];
6
- type EnterprisePropertyPickerProps = DefineProp<"preSelectedPropertyInternalName", string | Array<string>, false, typeof emptyArray> & DefineProp<"propertyItems", Array<EnterprisePropertyDefinition>, false, typeof emptyArray> & DefineProp<"externalPropertyItems", Array<ExternalPropertySelectionItem>, false, typeof emptyArray> & DefineProp<"label", string, false, null> & DefineProp<"disabled", boolean, false, false> & DefineProp<"multiple", boolean, false, false> & DefineProp<"required", boolean, false, false> & DefineEmit<"change", (propertyInternalName: string | Array<string>) => void> & DefineProp<"excludedPropertyTypeIds", Array<guid>, false, typeof excludedPropertyTypeIds> & DefineProp<"hideDetails", boolean, false, false>;
6
+ type EnterprisePropertyPickerProps = DefineVModel<"", Array<string> | string, false, null> & DefineProp<"preSelectedPropertyInternalName", string | Array<string>, false, typeof emptyArray, "Depricated use v-model instead"> & DefineProp<"propertyItems", Array<EnterprisePropertyDefinition>, false, typeof emptyArray> & DefineProp<"externalPropertyItems", Array<ExternalPropertySelectionItem>, false, typeof emptyArray> & DefineProp<"label", string, false, null> & DefineProp<"variant", OSelectVariants, false, null> & DefineProp<"disabled", boolean, false, false> & DefineProp<"multiple", boolean, false, false> & DefineProp<"required", boolean, false, false> &
7
+ /**To support old settings... */
8
+ DefineEmit<"change", (propertyInternalName: string | Array<string>) => void> & DefineProp<"excludedPropertyTypeIds", Array<guid>, false, typeof excludedPropertyTypeIds> & DefineProp<"hideDetails", boolean, false, false>;
7
9
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EnterprisePropertyPickerProps> & {
8
10
  onChange?: (propertyInternalName: string | string[]) => any;
11
+ "onUpdate:modelValue"?: (value: string | string[]) => any;
9
12
  } & {
10
13
  "v-slots"?: {} & Omit<{
11
14
  default?: import("vue").Slot;
12
15
  }, never>;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "required" | "multiple" | "disabled" | "hideDetails" | "emit:change" | "excludedPropertyTypeIds" | "preSelectedPropertyInternalName" | "propertyItems" | "externalPropertyItems"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "required" | "multiple" | "disabled" | "modelValue" | "hideDetails" | "v-model" | "emit:update:modelValue" | "emit:change" | "excludedPropertyTypeIds" | "preSelectedPropertyInternalName" | "propertyItems" | "externalPropertyItems"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
17
  export default _default;
@@ -0,0 +1,14 @@
1
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
2
+ import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid, OSelectVariants } from "../../../models";
3
+ import "./EnterprisePropertyPickerStyles.css";
4
+ declare const emptyArray: any[];
5
+ declare const excludedPropertyTypeIds: guid[];
6
+ type EnterprisePropertyPickerProps = DefineProp<"preSelectedPropertyInternalName", string | Array<string>, false, typeof emptyArray> & DefineProp<"propertyItems", Array<EnterprisePropertyDefinition>, false, typeof emptyArray> & DefineProp<"externalPropertyItems", Array<ExternalPropertySelectionItem>, false, typeof emptyArray> & DefineProp<"label", string, false, null> & DefineProp<"variant", OSelectVariants, false, null> & DefineProp<"disabled", boolean, false, false> & DefineProp<"multiple", boolean, false, false> & DefineProp<"required", boolean, false, false> & DefineEmit<"change", (propertyInternalName: string | Array<string>) => void> & DefineProp<"excludedPropertyTypeIds", Array<guid>, false, typeof excludedPropertyTypeIds> & DefineProp<"hideDetails", boolean, false, false>;
7
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EnterprisePropertyPickerProps> & {
8
+ onChange?: (propertyInternalName: string | string[]) => any;
9
+ } & {
10
+ "v-slots"?: {} & Omit<{
11
+ default?: import("vue").Slot;
12
+ }, never>;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "required" | "multiple" | "disabled" | "hideDetails" | "emit:change" | "excludedPropertyTypeIds" | "preSelectedPropertyInternalName" | "propertyItems" | "externalPropertyItems"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ export default _default;
@@ -0,0 +1,40 @@
1
+ import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid } from "@omnia/fx-models";
2
+ import { JourneySelectItem } from "@omnia/fx/ux";
3
+ interface SettingsValue {
4
+ preSelectedPropertyInternalName: string | Array<string>;
5
+ modelValue: string | Array<string>;
6
+ propertyItems: Array<EnterprisePropertyDefinition>;
7
+ externalPropertyItems: Array<ExternalPropertySelectionItem>;
8
+ excludedPropertyTypeIds: Array<guid>;
9
+ }
10
+ export declare const useEnterprisePropertyPickerStore: () => {
11
+ state: {
12
+ items: JourneySelectItem<any>[];
13
+ selectedItems: string[];
14
+ properties: {
15
+ internal: EnterprisePropertyDefinition[];
16
+ external: ExternalPropertySelectionItem[];
17
+ };
18
+ isLoading: boolean;
19
+ };
20
+ events: import("@omnia/fx/stores").StoreEvents<{
21
+ items: JourneySelectItem<any>[];
22
+ selectedItems: string[];
23
+ properties: {
24
+ internal: EnterprisePropertyDefinition[];
25
+ external: ExternalPropertySelectionItem[];
26
+ };
27
+ isLoading: boolean;
28
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
29
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
30
+ validateState(): void;
31
+ setSelection(selection: string | Array<string>): void;
32
+ init(settingsValue: SettingsValue): Promise<unknown>;
33
+ }>;
34
+ get: {
35
+ displayName: (internalName: string) => string;
36
+ };
37
+ } & {
38
+ dispose?: () => void;
39
+ };
40
+ export {};
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  toned: {
4
4
  type: import("vue").PropType<boolean>;
5
5
  };
6
+ errorMessages: {
7
+ type: import("vue").PropType<string | string[]>;
8
+ };
6
9
  label: {
7
10
  type: import("vue").PropType<string>;
8
11
  };
@@ -19,6 +22,9 @@ declare const _default: {
19
22
  toned: {
20
23
  type: import("vue").PropType<boolean>;
21
24
  };
25
+ errorMessages: {
26
+ type: import("vue").PropType<string | string[]>;
27
+ };
22
28
  label: {
23
29
  type: import("vue").PropType<string>;
24
30
  };
@@ -32,6 +38,9 @@ declare const _default: {
32
38
  toned: {
33
39
  type: import("vue").PropType<boolean>;
34
40
  };
41
+ errorMessages: {
42
+ type: import("vue").PropType<string | string[]>;
43
+ };
35
44
  label: {
36
45
  type: import("vue").PropType<string>;
37
46
  };
@@ -40,6 +49,7 @@ declare const _default: {
40
49
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
41
50
  propsDefinition: Omit<Readonly<{} & {
42
51
  label?: string;
52
+ errorMessages?: string | string[];
43
53
  toned?: boolean;
44
54
  }>, never>;
45
55
  };
@@ -6,6 +6,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  disabled?: boolean;
7
7
  } & {
8
8
  required?: boolean;
9
+ } & {
10
+ variant?: "dropdown" | "journey";
9
11
  } & {
10
12
  "emit:update:modelValue": (value: IconPickerModel) => void;
11
13
  } & {
@@ -28,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
28
30
  "v-slots"?: {} & Omit<{
29
31
  default?: import("vue").Slot;
30
32
  }, never>;
31
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "providerContext" | "required" | "disabled" | "modelValue" | "errorMessages" | "hideDetails" | "v-model" | "emit:update:modelValue" | "disabledCustomImage" | "showPreview"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "providerContext" | "required" | "disabled" | "modelValue" | "errorMessages" | "hideDetails" | "v-model" | "emit:update:modelValue" | "disabledCustomImage" | "showPreview"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
34
  export default _default;
@@ -1,4 +1,4 @@
1
- import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISpecialUserConfiguration } from "@omnia/fx-models";
1
+ import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISpecialUserConfiguration, OSelectTypes } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  import { IIdentityPickerStore } from "@omnia/fx/stores";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -11,6 +11,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  type?: PrincipalTypes;
12
12
  } & {
13
13
  providerIds?: guid[];
14
+ } & {
15
+ variant?: OSelectTypes;
14
16
  } & {
15
17
  label?: string;
16
18
  } & {
@@ -70,5 +72,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
70
72
  "v-slots"?: {} & Omit<{
71
73
  default?: import("vue").Slot;
72
74
  }, never>;
73
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "label" | "identityStore" | "required" | "multiple" | "dense" | "disabled" | "modelValue" | "v-model" | "emit:update:modelValue" | "description" | "ariaInvalid" | "ariaDescribedby" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "singleLine" | "attachToParent" | "keepSelectionMenu" | "showCurrentUserOption" | "autoOpenSelection" | "disabledIdentities" | "blockedIdentities" | "emit:menuToggle" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "hideDynamicGroupSelection" | "enableSpecialUser"> & import("@omnia/fx/ux").VNodeEvents) => any;
75
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "variant" | "label" | "identityStore" | "required" | "multiple" | "dense" | "disabled" | "modelValue" | "v-model" | "emit:update:modelValue" | "description" | "ariaInvalid" | "ariaDescribedby" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "singleLine" | "attachToParent" | "keepSelectionMenu" | "showCurrentUserOption" | "autoOpenSelection" | "disabledIdentities" | "blockedIdentities" | "emit:menuToggle" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "hideDynamicGroupSelection" | "enableSpecialUser"> & import("@omnia/fx/ux").VNodeEvents) => any;
74
76
  export default _default;
@@ -2,6 +2,8 @@ export declare namespace IdentityPickerLocalization {
2
2
  const namespace = "Omnia.Ux.IdentityPicker";
3
3
  interface locInterface {
4
4
  AllUserTypes: string;
5
+ UserType: string;
6
+ GroupType: string;
5
7
  ExtensionType: string;
6
8
  AllGroupTypes: string;
7
9
  DynamicGroup: string;