@omnia/fx 8.0.375-dev → 8.0.376-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 (61) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +3 -0
  3. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +11 -0
  4. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +11 -65
  5. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +5 -16
  6. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +14 -81
  7. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +10 -51
  8. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +7 -47
  9. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +10 -16
  10. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +12 -38
  11. package/internal-do-not-import-from-here/ux/app/appinstance/view/MixManager.d.ts +11 -1
  12. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.d.ts +11 -26
  13. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +11 -26
  14. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +11 -22
  15. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +11 -28
  16. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +7 -4
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +14 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/stores/EnterprisePropertyPickerStore.d.ts +40 -0
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -2
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker_new.d.ts +0 -0
  25. package/internal-do-not-import-from-here/ux/identitypicker/stores/IdentityPickerStore.d.ts +97 -0
  26. package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +9 -0
  27. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +11 -15
  28. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.stylex.d.ts +6 -1
  29. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +12 -0
  30. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionListRenderer.d.ts +7 -0
  31. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionRenderer.d.ts +12 -0
  32. package/internal-do-not-import-from-here/ux/journey/selection/JourneySettingsRenderer.d.ts +11 -0
  33. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +131 -0
  34. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +10 -0
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +5 -5
  37. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -2
  38. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +11 -11
  40. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.stylex.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +10 -7
  42. package/internal-do-not-import-from-here/ux/oxide/picker/models/SharedSettings.d.ts +2 -3
  43. package/internal-do-not-import-from-here/ux/oxide/picker/stores/PickerStore.d.ts +35 -0
  44. package/internal-do-not-import-from-here/ux/oxide/switch/Switches.d.ts +7 -0
  45. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  47. package/internal-do-not-import-from-here/wctypings.d.ts +84 -0
  48. package/package.json +3 -3
  49. package/internal-do-not-import-from-here/ux/app/appinstance/index.d.ts +0 -1
  50. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.css.d.ts +0 -1
  51. package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +0 -18
  52. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +0 -30
  53. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/FilterTab.d.ts +0 -26
  54. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/GeneralTab.d.ts +0 -16
  55. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +0 -57
  56. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +0 -40
  57. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.css.d.ts +0 -1
  58. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.css.d.ts +0 -1
  59. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.css.d.ts +0 -1
  60. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.css.d.ts +0 -1
  61. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.css.d.ts +0 -1
@@ -0,0 +1,131 @@
1
+ import { guid, MenuState } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ import { JourneySelectItem, JourneySelectPropertyMapping } from "@omnia/fx/ux";
4
+ export declare const useJourneySelectStore: () => {
5
+ readonly settings: {
6
+ multiple: boolean;
7
+ readonly: boolean;
8
+ disableSave: boolean;
9
+ sortable: boolean;
10
+ disableSearch: boolean;
11
+ renderAsList: boolean;
12
+ confirmDelete: boolean;
13
+ noAddConfirm: boolean;
14
+ bladeless: boolean;
15
+ returnSelectionAsObject: boolean;
16
+ propertyValueMapping: JourneySelectPropertyMapping;
17
+ };
18
+ readonly slots: {
19
+ settingsRender: (item: any, index: number) => VNodeChild;
20
+ selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
21
+ selectionRender: () => VNodeChild;
22
+ selectedItemRenderer: (item: any, index: number) => VNodeChild;
23
+ };
24
+ rules: {
25
+ externalStateHandling: () => boolean;
26
+ hasSelectionBlade: () => boolean;
27
+ hasSettingsBlade: () => boolean;
28
+ renderAsPicker: () => boolean;
29
+ searchable: () => boolean;
30
+ submitItemsOnSelection: () => boolean;
31
+ canEditItems: () => boolean;
32
+ showBottomAddButton: () => boolean;
33
+ showAddButton: () => boolean;
34
+ renderItemsAsChips: () => boolean;
35
+ hasCustomSelectionBlade: () => boolean;
36
+ };
37
+ state: {
38
+ searchText: string;
39
+ singelSelection: MenuState;
40
+ noSelectionHandling: boolean;
41
+ items: {
42
+ all: JourneySelectItem<any>[];
43
+ filtered: JourneySelectItem<any>[];
44
+ };
45
+ selectedItems: {
46
+ all: JourneySelectItem<any>[];
47
+ inEdit: JourneySelectItem<any>[];
48
+ };
49
+ selectedItem: {
50
+ item: JourneySelectItem<any>;
51
+ index: number;
52
+ };
53
+ isSorting: boolean;
54
+ isSaveDisabled: boolean;
55
+ settings: {
56
+ multiple: boolean;
57
+ readonly: boolean;
58
+ disableSave: boolean;
59
+ sortable: boolean;
60
+ disableSearch: boolean;
61
+ renderAsList: boolean;
62
+ confirmDelete: boolean;
63
+ noAddConfirm: boolean;
64
+ bladeless: boolean;
65
+ returnSelectionAsObject: boolean;
66
+ propertyValueMapping: JourneySelectPropertyMapping;
67
+ };
68
+ };
69
+ events: import("@omnia/fx/stores").StoreEvents<{
70
+ searchText: string;
71
+ singelSelection: MenuState;
72
+ noSelectionHandling: boolean;
73
+ items: {
74
+ all: JourneySelectItem<any>[];
75
+ filtered: JourneySelectItem<any>[];
76
+ };
77
+ selectedItems: {
78
+ all: JourneySelectItem<any>[];
79
+ inEdit: JourneySelectItem<any>[];
80
+ };
81
+ selectedItem: {
82
+ item: JourneySelectItem<any>;
83
+ index: number;
84
+ };
85
+ isSorting: boolean;
86
+ isSaveDisabled: boolean;
87
+ settings: {
88
+ multiple: boolean;
89
+ readonly: boolean;
90
+ disableSave: boolean;
91
+ sortable: boolean;
92
+ disableSearch: boolean;
93
+ renderAsList: boolean;
94
+ confirmDelete: boolean;
95
+ noAddConfirm: boolean;
96
+ bladeless: boolean;
97
+ returnSelectionAsObject: boolean;
98
+ propertyValueMapping: JourneySelectPropertyMapping;
99
+ };
100
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
101
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
102
+ translateToSelectItem: (item: any) => JourneySelectItem;
103
+ toggleSort: () => void;
104
+ clear: () => void;
105
+ search: (text: string) => void;
106
+ itemSettings: () => {
107
+ show: (item: any) => void;
108
+ apply: () => void;
109
+ hide: () => void;
110
+ };
111
+ itemSelections: () => {
112
+ set: (items: Array<any> | any) => void;
113
+ show: () => void;
114
+ hide: () => void;
115
+ addItem: (item: JourneySelectItem) => void;
116
+ applySelection: () => void;
117
+ };
118
+ deleteItem(item: any, index: number): void;
119
+ init(items: Array<any>, externalModel: Array<any> | any, renderingSlots: any): void;
120
+ }>;
121
+ get: {
122
+ readonly displayText: string;
123
+ readonly bladeId: {
124
+ selection: guid;
125
+ settings: guid;
126
+ };
127
+ readonly updatedModelValue: any;
128
+ };
129
+ } & {
130
+ dispose?: () => void;
131
+ };
@@ -1,3 +1,4 @@
1
1
  export * from "./JourneyStore";
2
2
  export * from "./JourneyMenuStore";
3
3
  export * from "./JourneyRouterStore";
4
+ export * from "./JourneySelectStore";
@@ -38,6 +38,9 @@ declare const _default: {
38
38
  disabled: {
39
39
  type: import("vue").PropType<boolean>;
40
40
  };
41
+ variant: {
42
+ type: import("vue").PropType<"dropdown" | "journey">;
43
+ };
41
44
  "onUpdate:modelValue": {
42
45
  type: import("vue").PropType<(value: Language) => any | void>;
43
46
  };
@@ -148,6 +151,9 @@ declare const _default: {
148
151
  disabled: {
149
152
  type: import("vue").PropType<boolean>;
150
153
  };
154
+ variant: {
155
+ type: import("vue").PropType<"dropdown" | "journey">;
156
+ };
151
157
  "onUpdate:modelValue": {
152
158
  type: import("vue").PropType<(value: Language) => any | void>;
153
159
  };
@@ -253,6 +259,9 @@ declare const _default: {
253
259
  disabled: {
254
260
  type: import("vue").PropType<boolean>;
255
261
  };
262
+ variant: {
263
+ type: import("vue").PropType<"dropdown" | "journey">;
264
+ };
256
265
  "onUpdate:modelValue": {
257
266
  type: import("vue").PropType<(value: Language) => any | void>;
258
267
  };
@@ -386,6 +395,7 @@ declare const _default: {
386
395
  };
387
396
  }>;
388
397
  };
398
+ variant?: "dropdown" | "journey";
389
399
  label?: string;
390
400
  required?: boolean;
391
401
  disabled?: boolean;
@@ -27,8 +27,8 @@ declare const _default: {
27
27
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
28
28
  };
29
29
  }>> & {
30
- onAddItem?: (e: Event) => any;
31
30
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
31
+ onAddItem?: (e: Event) => any;
32
32
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  addItem: (e: Event) => true;
34
34
  deleteItem: (e: Event, sectionItem: SectionItem) => true;
@@ -53,8 +53,8 @@ declare const _default: {
53
53
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
54
54
  };
55
55
  }>> & {
56
- onAddItem?: (e: Event) => any;
57
56
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
57
+ onAddItem?: (e: Event) => any;
58
58
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
59
59
  __isFragment?: never;
60
60
  __isTeleport?: never;
@@ -73,8 +73,8 @@ declare const _default: {
73
73
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
74
74
  };
75
75
  }>> & {
76
- onAddItem?: (e: Event) => any;
77
76
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
77
+ onAddItem?: (e: Event) => any;
78
78
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
79
  addItem: (e: Event) => true;
80
80
  deleteItem: (e: Event, sectionItem: SectionItem) => true;
@@ -84,9 +84,9 @@ declare const _default: {
84
84
  label?: string;
85
85
  itemRenderer?: SectionItemRenderer;
86
86
  addLabel?: string;
87
- }>, "onAddItem" | "onDeleteItem"> & {
88
- onAddItem?: (e: Event) => any;
87
+ }>, "onDeleteItem" | "onAddItem"> & {
89
88
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
89
+ onAddItem?: (e: Event) => any;
90
90
  };
91
91
  };
92
92
  export default _default;
@@ -1,8 +1,9 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
- type FormProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, null>;
2
+ import { OFormTypes } from "@omnia/fx-models";
3
+ type FormProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, null> & DefineProp<"variant", OFormTypes, false, null, "Type of the form">;
3
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FormProps> & {} & {
4
5
  "v-slots"?: {} & Omit<{
5
6
  default?: import("vue").Slot;
6
7
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "label" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
9
  export default _default;
@@ -6,9 +6,9 @@ export type InputTypes = typeof InputTypeDefinitions[number];
6
6
  export type InputApi = {
7
7
  focus: () => void;
8
8
  };
9
- type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"transparent", boolean, false, null, "Adds transparency to the text field."> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
9
+ type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"transparent", boolean, false, null, "Adds transparency to the text field."> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
10
10
  type NumberInputProps = DefineVModel<"", number, false, null, true, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
11
- type TextInputProps = DefineVModel<"", string, false, null, true, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
11
+ type TextInputProps = DefineVModel<"", string, false, null, true, "The v-model value of the component."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
12
12
  declare const _default: <TType extends "text" | "number" | "password" = "text">(props: ExtractProps<{
13
13
  type?: TType;
14
14
  } & (TType extends "number" ? NumberInputProps : TextInputProps)> & (({
@@ -1,19 +1,19 @@
1
- import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
- import { InputBlueprint } from "@omnia/fx/models";
1
+ import { DefineEmit, DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
+ import { InputBlueprint, MenuState } from "@omnia/fx/models";
3
3
  import { VNodeChild } from "vue";
4
- type PickerVariant = "dialog" | "picker";
5
- interface menuState {
6
- showMenu: boolean;
7
- }
8
- type PickerProps = DefinePropTheming & DefineVModel<"", menuState, false, null> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineSlot<"selectionRenderer", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild>;
4
+ import { PickerVariant } from "./models/SharedSettings";
5
+ import { usePickerStore } from "./stores/PickerStore";
6
+ type PickerProps = DefineVModel<"", MenuState> & DefineProp<"getApi", (store: ReturnType<typeof usePickerStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the control."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, null, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
9
7
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps> & {
10
- "onUpdate:modelValue"?: (value: menuState) => any;
8
+ "onUpdate:modelValue"?: (value: MenuState) => any;
9
+ "onClick:clear"?: () => any;
10
+ onSearch?: (searchText: string) => any;
11
11
  } & {
12
12
  "v-slots"?: {
13
- selectionRenderer?: () => VNodeChild;
14
13
  activator?: () => VNodeChild;
14
+ selectedItemRenderer?: () => VNodeChild;
15
15
  } & Omit<{
16
16
  default?: import("vue").Slot;
17
- }, "activator" | "selectionRenderer">;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "colors" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "visibleOnContentClick" | "slot:selectionRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ }, "activator" | "selectedItemRenderer">;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "variant" | "class" | "label" | "disabled" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "getApi" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
19
  export default _default;
@@ -3,6 +3,7 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const PickerStyles: {
4
4
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
5
5
  iconWrapper: string;
6
+ iconJourney: string;
6
7
  iconNotExpanded: string;
7
8
  iconExpanded: string;
8
9
  selectorBackground: string;
@@ -1,12 +1,15 @@
1
- import { DefineEmit, DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
- import { InputBlueprint } from "@omnia/fx/models";
3
- type PickerSelectionProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void>;
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
3
+ type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, false, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot and show clear icon"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelectionProps> & {
5
- "onUpdate:modelValue"?: (value: any) => any;
6
5
  "onClick:clear"?: () => any;
6
+ onSearch?: (text: string) => any;
7
+ "onShow:selection"?: () => any;
7
8
  } & {
8
- "v-slots"?: {} & Omit<{
9
+ "v-slots"?: {
10
+ selectedItemRenderer?: () => VNodeChild;
11
+ } & Omit<{
9
12
  default?: import("vue").Slot;
10
- }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "grid" | "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:click:clear" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ }, "selectedItemRenderer">;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "disabled" | "colorSchemaType" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "emit:show:selection"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
15
  export default _default;
@@ -1,3 +1,2 @@
1
- export interface PickerSharedSettings {
2
- showMenu: boolean;
3
- }
1
+ import { OSelectVariants } from "@omnia/fx-models";
2
+ export type PickerVariant = "dialog" | OSelectVariants;
@@ -0,0 +1,35 @@
1
+ import { guid, InputBlueprint, MenuState, OSelectVariants } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ type PickerVariant = "dialog" | "virtual-list" | OSelectVariants;
4
+ export declare const usePickerStore: () => {
5
+ readonly slots: {
6
+ selectionRender: () => VNodeChild;
7
+ };
8
+ state: {
9
+ searchText: string;
10
+ blueprint: InputBlueprint;
11
+ variant: PickerVariant;
12
+ showMenu: boolean;
13
+ };
14
+ events: import("@omnia/fx/stores").StoreEvents<{
15
+ searchText: string;
16
+ blueprint: InputBlueprint;
17
+ variant: PickerVariant;
18
+ showMenu: boolean;
19
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
20
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
21
+ itemSelections: () => {
22
+ show: () => void;
23
+ hide: () => void;
24
+ };
25
+ init(externalModel: MenuState, renderingSlots: any, blueprint: InputBlueprint, variant: PickerVariant): void;
26
+ }>;
27
+ get: {
28
+ readonly bladesId: {
29
+ selection: guid;
30
+ };
31
+ };
32
+ } & {
33
+ dispose?: () => void;
34
+ };
35
+ export {};
@@ -0,0 +1,7 @@
1
+ import { DefinePropTheming } from "@omnia/fx/ux";
2
+ declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux").ExtractProps<DefinePropTheming> & {} & {
3
+ "v-slots"?: {} & Omit<{
4
+ default?: import("vue").Slot;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;
@@ -31,6 +31,7 @@ export declare function useIcons(): {
31
31
  collapse: FontAwesomeIcon;
32
32
  comment: FontAwesomeIcon;
33
33
  comments: FontAwesomeIcon;
34
+ column: FontAwesomeIcon;
34
35
  save: FontAwesomeIcon;
35
36
  share: FontAwesomeIcon;
36
37
  chart: FontAwesomeIcon;
@@ -80,6 +80,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
80
80
  collapse: import("@omnia/fx-models").FontAwesomeIcon;
81
81
  comment: import("@omnia/fx-models").FontAwesomeIcon;
82
82
  comments: import("@omnia/fx-models").FontAwesomeIcon;
83
+ column: import("@omnia/fx-models").FontAwesomeIcon;
83
84
  save: import("@omnia/fx-models").FontAwesomeIcon;
84
85
  share: import("@omnia/fx-models").FontAwesomeIcon;
85
86
  chart: import("@omnia/fx-models").FontAwesomeIcon;
@@ -190,7 +190,9 @@ import wc95a66c4940c7442cb815359c5d299365 from './ux/admin/usermanagement/userty
190
190
  import wc9c7c92676bae4157a58898eecb88663d from './ux/admin/usermanagement/usertypes/tabs/PropertiesTab';
191
191
  import wc36d0078c1c79486bb4e392a97f03bdb5 from './ux/admin/usermanagement/self-service/SelfServiceJourney';
192
192
  import wcf00e21cd5e0f472aa91dc2b927e25fa7 from './ux/admin/usermanagement/loginlog/LoginLogListingBlade';
193
+ import wc3a5a2bb94382402ba9927797758c1269 from './ux/analytics/metric/Metric';
193
194
  import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
195
+ import wcbf30212ebf0d4319a1adb22bd528a3ac from './ux/app/appinstance/settings/AppInstanceRollupSettings';
194
196
  import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
195
197
  import wcfb44f129de804adbb2f134176c1c17a5 from './ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
196
198
  import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
@@ -233,6 +235,7 @@ import wcfaee0b6397494a9abca9c480856e2498 from './ux/flow/editor/FlowEditor';
233
235
  import wc9f6fd018560b4c8cbd36f39c6d079bb7 from './ux/flow/renderer/FlowRenderer';
234
236
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
235
237
  import wc1760d6fe433f46388d4840077b6a6bec from './ux/journey/selection/JourneySelect';
238
+ import wc58e999e5a1184a7fbea90061fc377f91 from './ux/journey/selection/JourneySelectionListRenderer';
236
239
  import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
237
240
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from './ux/layoutcanvas/layoutactionhandler/LayoutAction';
238
241
  import wc02c473f7041b40038ceecdf09e6ba4ca from './ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
@@ -327,6 +330,7 @@ import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
327
330
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
328
331
  import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from './ux/oxide/stickycontainer/StickyContainer';
329
332
  import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
333
+ import wc4aa806e133994d21b5c514ab73a51edf from './ux/oxide/switch/Switches';
330
334
  import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
331
335
  import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
332
336
  import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
@@ -365,6 +369,11 @@ import wc01dbddb70b1a48dcaf16cd4f534cd2de from './ux/admin/permissions/businessp
365
369
  import wcaf0c761e8ba54dee858ca7593adcce76 from './ux/admin/permissions/tenant/TenantAdministratorPermissionJourney';
366
370
  import wcecdcbe77649d423b9f45a2b3a4369a83 from './ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade';
367
371
  import wc479f9b8eedeb4c4195a31ac3e2b5299e from './ux/admin/usermanagement/loginscreen/chrome/Chrome';
372
+ import wccb43f1dff129451695d24eedf47a2546 from './ux/app/appinstance/view/BaseView';
373
+ import wc56f44aa4881c425b8661bff20129bc6d from './ux/app/appinstance/view/listing/ListView';
374
+ import wc5011d68d442847bc861cf89ce7155c26 from './ux/app/appinstance/view/listing/ListViewSettings';
375
+ import wcf7de7fe61d0746ada0dfb284923000fd from './ux/app/appinstance/view/card/CardView';
376
+ import wce41852c3ec7c426c817ba4631777db6e from './ux/app/appinstance/view/card/CardViewSettings';
368
377
  import wc0c165626e6834b5284303c38248bc2ec from './ux/app/apps/admin/PublishingAppsJourney';
369
378
  import wc97fc43f2fa6e429483740135f5884c00 from './ux/app/apps/admin/TeamworkAppsJourney';
370
379
  import wc633b2666fb3c48078175013704c7f7ac from './ux/app/apps/admin/CommunitiesAppsJourney';
@@ -1607,6 +1616,15 @@ declare global {
1607
1616
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1608
1617
  };
1609
1618
  } : typeof wc1760d6fe433f46388d4840077b6a6bec;
1619
+ "selection": {
1620
+ "list": typeof wc58e999e5a1184a7fbea90061fc377f91 extends {
1621
+ propsDefinition: infer TProp;
1622
+ } ? {
1623
+ new (...args: any[]): {
1624
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1625
+ };
1626
+ } : typeof wc58e999e5a1184a7fbea90061fc377f91;
1627
+ };
1610
1628
  };
1611
1629
  "journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
1612
1630
  propsDefinition: infer TProp;
@@ -2529,6 +2547,13 @@ declare global {
2529
2547
  };
2530
2548
  "instance": {
2531
2549
  "rollup": {
2550
+ "settings": typeof wcbf30212ebf0d4319a1adb22bd528a3ac extends {
2551
+ propsDefinition: infer TProp;
2552
+ } ? {
2553
+ new (...args: any[]): {
2554
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2555
+ };
2556
+ } : typeof wcbf30212ebf0d4319a1adb22bd528a3ac;
2532
2557
  "renderer": typeof wc99576cfe75504d4babc4575e968f3f9c extends {
2533
2558
  propsDefinition: infer TProp;
2534
2559
  } ? {
@@ -2545,6 +2570,49 @@ declare global {
2545
2570
  };
2546
2571
  } : typeof wcfb44f129de804adbb2f134176c1c17a5;
2547
2572
  };
2573
+ "base": {
2574
+ "view": typeof wccb43f1dff129451695d24eedf47a2546 extends {
2575
+ propsDefinition: infer TProp;
2576
+ } ? {
2577
+ new (...args: any[]): {
2578
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2579
+ };
2580
+ } : typeof wccb43f1dff129451695d24eedf47a2546;
2581
+ };
2582
+ "view": {
2583
+ "listview": {
2584
+ "settings": typeof wc5011d68d442847bc861cf89ce7155c26 extends {
2585
+ propsDefinition: infer TProp;
2586
+ } ? {
2587
+ new (...args: any[]): {
2588
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2589
+ };
2590
+ } : typeof wc5011d68d442847bc861cf89ce7155c26;
2591
+ };
2592
+ "listview$": typeof wc56f44aa4881c425b8661bff20129bc6d extends {
2593
+ propsDefinition: infer TProp;
2594
+ } ? {
2595
+ new (...args: any[]): {
2596
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2597
+ };
2598
+ } : typeof wc56f44aa4881c425b8661bff20129bc6d;
2599
+ "cardview": {
2600
+ "settings": typeof wce41852c3ec7c426c817ba4631777db6e extends {
2601
+ propsDefinition: infer TProp;
2602
+ } ? {
2603
+ new (...args: any[]): {
2604
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2605
+ };
2606
+ } : typeof wce41852c3ec7c426c817ba4631777db6e;
2607
+ };
2608
+ "cardview$": typeof wcf7de7fe61d0746ada0dfb284923000fd extends {
2609
+ propsDefinition: infer TProp;
2610
+ } ? {
2611
+ new (...args: any[]): {
2612
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2613
+ };
2614
+ } : typeof wcf7de7fe61d0746ada0dfb284923000fd;
2615
+ };
2548
2616
  };
2549
2617
  "rollup$": typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends {
2550
2618
  propsDefinition: infer TProp;
@@ -2781,6 +2849,15 @@ declare global {
2781
2849
  };
2782
2850
  } : typeof wc759fc5cd65954caaaaf142223a054ea5;
2783
2851
  };
2852
+ "metric": {
2853
+ "renderer": typeof wc3a5a2bb94382402ba9927797758c1269 extends {
2854
+ propsDefinition: infer TProp;
2855
+ } ? {
2856
+ new (...args: any[]): {
2857
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2858
+ };
2859
+ } : typeof wc3a5a2bb94382402ba9927797758c1269;
2860
+ };
2784
2861
  "tab": {
2785
2862
  "management": typeof wc20bd8ac81b314379a3676ca3b31c720e extends {
2786
2863
  propsDefinition: infer TProp;
@@ -5395,6 +5472,13 @@ declare global {
5395
5472
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5396
5473
  };
5397
5474
  } : typeof wc31cc47b19e7d4c40b826f58d1c955a43;
5475
+ "switches": typeof wc4aa806e133994d21b5c514ab73a51edf extends {
5476
+ propsDefinition: infer TProp;
5477
+ } ? {
5478
+ new (...args: any[]): {
5479
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5480
+ };
5481
+ } : typeof wc4aa806e133994d21b5c514ab73a51edf;
5398
5482
  "tabs": typeof wc7345c491927b43438d9f5e14f51fbfad extends {
5399
5483
  propsDefinition: infer TProp;
5400
5484
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.375-dev",
4
+ "version": "8.0.376-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.375-dev",
23
+ "@omnia/fx-models": "8.0.376-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
28
  "vue": "3.5.13",
29
- "vuetify": "3.7.6",
29
+ "vuetify": "3.7.9",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.7.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1 +0,0 @@
1
- export * from "./settings/IAppInstanceRollupSettings";
@@ -1,18 +0,0 @@
1
- import { AppInstanceRollupBlockSettings, guid } from "@omnia/fx-models";
2
- import { TsxAllowUnknowProperties } from "../../..";
3
- export interface IAppInstanceRollupSettings {
4
- componentId: guid;
5
- appDefinitionId: guid;
6
- settings: AppInstanceRollupBlockSettings;
7
- }
8
- declare global {
9
- namespace JSX {
10
- interface Element {
11
- }
12
- interface ElementClass {
13
- }
14
- interface IntrinsicElements {
15
- "omfx-app-instance-rollup-settings": TsxAllowUnknowProperties<IAppInstanceRollupSettings>;
16
- }
17
- }
18
- }
@@ -1,30 +0,0 @@
1
- import { AppInstanceRollupBlockSettings, guid } from "@omnia/fx-models";
2
- import { OmniaUxLocalization, VueComponentBase } from "@omnia/fx/ux";
3
- interface DisplayTabProps {
4
- appDefinitionId: guid;
5
- settings: AppInstanceRollupBlockSettings;
6
- updateSettings: (settings: AppInstanceRollupBlockSettings) => void;
7
- }
8
- export declare class DisplayTab extends VueComponentBase<DisplayTabProps> {
9
- appDefinitionId: guid;
10
- settings: AppInstanceRollupBlockSettings;
11
- updateSettings: (settings: AppInstanceRollupBlockSettings) => void;
12
- private localizationStore;
13
- private propertyStore;
14
- uxLoc: OmniaUxLocalization;
15
- private isLoading;
16
- private displayViewSelections;
17
- private pagings;
18
- private sortBys;
19
- private externalPropertyItems;
20
- beforeDestroy(): void;
21
- created(): void;
22
- private initExternalSortProperties;
23
- updateBlockData(): void;
24
- private onSelectedDisplayViewChanged;
25
- private onUpdatedViewSettings;
26
- private renderViewSettings;
27
- private renderDisplayTab;
28
- render(): import("vue/jsx-runtime").JSX.Element;
29
- }
30
- export {};