@omnia/fx 8.0.255-dev → 8.0.257-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 (110) 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/manifests/omnia.vendor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  4. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
  6. package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourneyConstants.d.ts +3 -2
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +3 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +1 -20
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +6 -1
  11. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +3 -2
  12. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
  13. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
  16. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
  17. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
  18. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
  22. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -3
  34. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
  35. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  36. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +5 -9
  38. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -15
  40. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +5 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionClickHandler.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +6 -0
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +13 -0
  47. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +5 -6
  51. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/ExampleComponents.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/index.d.ts +1 -0
  62. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -3
  64. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  65. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
  96. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
  97. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  101. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  105. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
  106. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
  107. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
  108. package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
  109. package/package.json +3 -3
  110. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -826
@@ -102,7 +102,7 @@ declare const _default: {
102
102
  }>;
103
103
  };
104
104
  pickerMode: {
105
- type: import("vue").PropType<"time" | "date-time" | "date">;
105
+ type: import("vue").PropType<"time" | "date" | "date-time">;
106
106
  required: false;
107
107
  };
108
108
  scrollable: {
@@ -217,7 +217,7 @@ declare const _default: {
217
217
  }>;
218
218
  };
219
219
  pickerMode: {
220
- type: import("vue").PropType<"time" | "date-time" | "date">;
220
+ type: import("vue").PropType<"time" | "date" | "date-time">;
221
221
  required: false;
222
222
  };
223
223
  scrollable: {
@@ -339,7 +339,7 @@ declare const _default: {
339
339
  }>;
340
340
  };
341
341
  pickerMode: {
342
- type: import("vue").PropType<"time" | "date-time" | "date">;
342
+ type: import("vue").PropType<"time" | "date" | "date-time">;
343
343
  required: false;
344
344
  };
345
345
  scrollable: {
@@ -458,7 +458,7 @@ declare const _default: {
458
458
  }>;
459
459
  };
460
460
  pickerMode: {
461
- type: import("vue").PropType<"time" | "date-time" | "date">;
461
+ type: import("vue").PropType<"time" | "date" | "date-time">;
462
462
  required: false;
463
463
  };
464
464
  scrollable: {
@@ -547,7 +547,7 @@ declare const _default: {
547
547
  singleLine?: boolean;
548
548
  formatter?: IDatetimePickerFormatter;
549
549
  localeString?: string;
550
- pickerMode?: "time" | "date-time" | "date";
550
+ pickerMode?: "time" | "date" | "date-time";
551
551
  isRequired?: boolean;
552
552
  hasIcon?: boolean;
553
553
  isKeepMenuOpen?: (value: boolean) => void;
@@ -36,7 +36,7 @@ declare const _default: {
36
36
  required: false;
37
37
  };
38
38
  variant: {
39
- type: import("vue").PropType<"date-time" | "date">;
39
+ type: import("vue").PropType<"date" | "date-time">;
40
40
  required: false;
41
41
  };
42
42
  "onUpdate:modelValue": {
@@ -86,7 +86,7 @@ declare const _default: {
86
86
  required: false;
87
87
  };
88
88
  variant: {
89
- type: import("vue").PropType<"date-time" | "date">;
89
+ type: import("vue").PropType<"date" | "date-time">;
90
90
  required: false;
91
91
  };
92
92
  "onUpdate:modelValue": {
@@ -143,7 +143,7 @@ declare const _default: {
143
143
  required: false;
144
144
  };
145
145
  variant: {
146
- type: import("vue").PropType<"date-time" | "date">;
146
+ type: import("vue").PropType<"date" | "date-time">;
147
147
  required: false;
148
148
  };
149
149
  "onUpdate:modelValue": {
@@ -197,7 +197,7 @@ declare const _default: {
197
197
  required: false;
198
198
  };
199
199
  variant: {
200
- type: import("vue").PropType<"date-time" | "date">;
200
+ type: import("vue").PropType<"date" | "date-time">;
201
201
  required: false;
202
202
  };
203
203
  "onUpdate:modelValue": {
@@ -218,10 +218,10 @@ declare const _default: {
218
218
  "v-model"?: DateTimeZone<Date>;
219
219
  "onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any;
220
220
  modelValue?: DateTimeZone<Date>;
221
- variant?: "date-time" | "date";
222
- singleLine?: boolean;
223
- dateFormat?: string;
221
+ variant?: "date" | "date-time";
224
222
  showMenu?: boolean;
223
+ dateFormat?: string;
224
+ singleLine?: boolean;
225
225
  isError?: boolean;
226
226
  locale?: string;
227
227
  minuteSkip?: number;
@@ -19,7 +19,7 @@ declare const _default: {
19
19
  required: false;
20
20
  };
21
21
  variant: {
22
- type: import("vue").PropType<"time" | "date-time" | "date">;
22
+ type: import("vue").PropType<"time" | "date" | "date-time">;
23
23
  };
24
24
  value: {
25
25
  type: import("vue").PropType<DateTimeZone<string>>;
@@ -43,7 +43,7 @@ declare const _default: {
43
43
  required: false;
44
44
  };
45
45
  variant: {
46
- type: import("vue").PropType<"time" | "date-time" | "date">;
46
+ type: import("vue").PropType<"time" | "date" | "date-time">;
47
47
  };
48
48
  value: {
49
49
  type: import("vue").PropType<DateTimeZone<string>>;
@@ -74,7 +74,7 @@ declare const _default: {
74
74
  required: false;
75
75
  };
76
76
  variant: {
77
- type: import("vue").PropType<"time" | "date-time" | "date">;
77
+ type: import("vue").PropType<"time" | "date" | "date-time">;
78
78
  };
79
79
  value: {
80
80
  type: import("vue").PropType<DateTimeZone<string>>;
@@ -102,7 +102,7 @@ declare const _default: {
102
102
  required: false;
103
103
  };
104
104
  variant: {
105
- type: import("vue").PropType<"time" | "date-time" | "date">;
105
+ type: import("vue").PropType<"time" | "date" | "date-time">;
106
106
  };
107
107
  value: {
108
108
  type: import("vue").PropType<DateTimeZone<string>>;
@@ -112,10 +112,10 @@ declare const _default: {
112
112
  value?: DateTimeZone<string>;
113
113
  label?: string;
114
114
  size?: "xs" | "s" | "m" | "l" | "xl";
115
- variant?: "time" | "date-time" | "date";
115
+ variant?: "time" | "date" | "date-time";
116
116
  dateFormat?: string;
117
- timeFormat?: string;
118
117
  showTimeZone?: boolean;
118
+ timeFormat?: string;
119
119
  }>, never>;
120
120
  };
121
121
  export default _default;
@@ -129,8 +129,8 @@ declare const dialogComponent: {
129
129
  eager?: boolean;
130
130
  lazy?: boolean;
131
131
  attach?: string;
132
- customZIndex?: boolean;
133
132
  retainFocus?: boolean;
133
+ customZIndex?: boolean;
134
134
  renderBody?: () => JSX.Element;
135
135
  }>, never>;
136
136
  };
@@ -148,10 +148,10 @@ declare const _default: {
148
148
  multiple?: boolean;
149
149
  disabled?: boolean;
150
150
  hideDetails?: boolean;
151
- excludedPropertyTypeIds?: guid[];
152
151
  preSelectedPropertyInternalName?: string | string[];
153
152
  propertyItems?: EnterprisePropertyDefinition[];
154
153
  externalPropertyItems?: ExternalPropertySelectionItem[];
154
+ excludedPropertyTypeIds?: guid[];
155
155
  }>, never>;
156
156
  };
157
157
  export default _default;
@@ -635,10 +635,10 @@ declare const _default: {
635
635
  } & {
636
636
  renderer?: () => VNodeChild | void;
637
637
  };
638
- editMode?: boolean;
638
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
639
639
  displaySettings?: EnterprisePropertiesDisplaySettings;
640
640
  editorSettings?: EnterprisePropertyEditorSettings<import("@omnia/fx-models").EnterprisePropertyItemSettings>;
641
- wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
641
+ editMode?: boolean;
642
642
  }>, never>;
643
643
  };
644
644
  export default _default;
@@ -30,8 +30,8 @@ declare const _default: {
30
30
  type: import("vue").PropType<boolean>;
31
31
  };
32
32
  }>> & {
33
- onDoc$?: (description?: string) => any;
34
33
  onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
34
+ onDoc$?: (description?: string) => any;
35
35
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
36
  fileChanged: (allFiles: Array<FileUploaderItemHandler>) => void;
37
37
  doc$(description?: string): {
@@ -65,8 +65,8 @@ declare const _default: {
65
65
  type: import("vue").PropType<boolean>;
66
66
  };
67
67
  }>> & {
68
- onDoc$?: (description?: string) => any;
69
68
  onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
69
+ onDoc$?: (description?: string) => any;
70
70
  }, {}, true, {}, {}, {
71
71
  P: {};
72
72
  B: {};
@@ -102,8 +102,8 @@ declare const _default: {
102
102
  type: import("vue").PropType<boolean>;
103
103
  };
104
104
  }>> & {
105
- onDoc$?: (description?: string) => any;
106
105
  onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
106
+ onDoc$?: (description?: string) => any;
107
107
  }, () => JSX.Element, {}, {}, {}, {}>;
108
108
  __isFragment?: never;
109
109
  __isTeleport?: never;
@@ -136,8 +136,8 @@ declare const _default: {
136
136
  type: import("vue").PropType<boolean>;
137
137
  };
138
138
  }>> & {
139
- onDoc$?: (description?: string) => any;
140
139
  onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
140
+ onDoc$?: (description?: string) => any;
141
141
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
142
142
  fileChanged: (allFiles: Array<FileUploaderItemHandler>) => void;
143
143
  doc$(description?: string): {
@@ -152,14 +152,14 @@ declare const _default: {
152
152
  } & {
153
153
  activator?: Func<[VNodeChild]>;
154
154
  };
155
- enablePasteClipboardData?: boolean;
156
155
  limitedFileTypes?: string[];
157
156
  limitedFileSize?: number;
158
157
  hideOverlayIcon?: boolean;
158
+ enablePasteClipboardData?: boolean;
159
159
  hideFileList?: boolean;
160
- }>, "onDoc$" | "onFileChanged"> & {
161
- onDoc$?: (description?: string) => any;
160
+ }>, "onFileChanged" | "onDoc$"> & {
162
161
  onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
162
+ onDoc$?: (description?: string) => any;
163
163
  };
164
164
  };
165
165
  export default _default;
@@ -66,8 +66,8 @@ declare const _default: {
66
66
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
67
67
  propsDefinition: Omit<Readonly<{
68
68
  settings: FilterEngineSettings;
69
- context: FilterEngineContext;
70
69
  updateSettings: () => void;
70
+ context: FilterEngineContext;
71
71
  } & {}>, never>;
72
72
  };
73
73
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: BooleanFilterEngineProperty;
57
57
  modelValue?: BooleanFilterEngineProperty;
58
58
  updateData?: () => void;
59
- context?: FilterEngineContext;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ context?: FilterEngineContext;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: DateTimeFilterEngineProperty;
57
57
  modelValue?: DateTimeFilterEngineProperty;
58
58
  updateData?: () => void;
59
- context?: FilterEngineContext;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ context?: FilterEngineContext;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: NumberFilterEngineProperty;
57
57
  modelValue?: NumberFilterEngineProperty;
58
58
  updateData?: () => void;
59
- context?: FilterEngineContext;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ context?: FilterEngineContext;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: PersonFilterEngineProperty;
57
57
  modelValue?: PersonFilterEngineProperty;
58
58
  updateData?: () => void;
59
- identityType?: PrincipalTypes;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ identityType?: PrincipalTypes;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: PersonFilterEngineProperty;
57
57
  modelValue?: PersonFilterEngineProperty;
58
58
  updateData?: () => void;
59
- context?: FilterEngineContext;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ context?: FilterEngineContext;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: TagsFilterEngineProperty;
57
57
  modelValue?: TagsFilterEngineProperty;
58
58
  updateData?: () => void;
59
- context?: FilterEngineContext;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ context?: FilterEngineContext;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -56,10 +56,10 @@ declare const _default: {
56
56
  "v-model"?: TextFilterEngineProperty;
57
57
  modelValue?: TextFilterEngineProperty;
58
58
  updateData?: () => void;
59
- context?: FilterEngineContext;
60
59
  propertyDefinitionAsHash?: {
61
60
  [internalName: string]: EnterprisePropertyDefinition;
62
61
  };
62
+ context?: FilterEngineContext;
63
63
  }>, never>;
64
64
  };
65
65
  export default _default;
@@ -198,6 +198,7 @@ declare const _default: {
198
198
  description?: string;
199
199
  label?: string;
200
200
  height?: number;
201
+ unitLabel?: string;
201
202
  clickCallback?: (label?: string) => void;
202
203
  loadData?: (isPrevious: boolean) => Promise<void>;
203
204
  hasData?: (isPrevious: boolean) => boolean;
@@ -205,7 +206,6 @@ declare const _default: {
205
206
  label: string;
206
207
  value: number;
207
208
  }[];
208
- unitLabel?: string;
209
209
  }>, never>;
210
210
  };
211
211
  export default _default;
@@ -210,8 +210,8 @@ declare const _default: {
210
210
  "v-model"?: IconPickerModel;
211
211
  "onUpdate:modelValue"?: (value: IconPickerModel) => any;
212
212
  modelValue?: IconPickerModel;
213
- errorMessages?: string[];
214
213
  hideDetails?: boolean;
214
+ errorMessages?: string[];
215
215
  disabledCustomImage?: boolean;
216
216
  showPreview?: boolean;
217
217
  }>, "onUpdate:modelValue" | "onDoc$"> & {
@@ -406,14 +406,14 @@ declare const _default: {
406
406
  "onUpdate:modelValue"?: (value: Identity[]) => any;
407
407
  modelValue?: Identity[];
408
408
  providerIds?: guid[];
409
+ emailEnabled?: BoolFilter;
410
+ permissionEnabled?: BoolFilter;
409
411
  disabledIdentities?: Identity[];
410
412
  blockedIdentities?: Identity[];
411
413
  hideTab?: Boolean;
412
414
  hideGroupTypeSelection?: Boolean;
413
415
  hideUserTypeSelection?: Boolean;
414
416
  hideDynamicGroupSelection?: Boolean;
415
- emailEnabled?: BoolFilter;
416
- permissionEnabled?: BoolFilter;
417
417
  enableSpecialUser?: ISpecialUserConfiguration;
418
418
  attachToParent?: boolean;
419
419
  showSelectedIdentities?: Boolean;
@@ -384,10 +384,12 @@ declare const _default: {
384
384
  identityStore?: IIdentityPickerStore;
385
385
  disabled?: boolean;
386
386
  ariaInvalid?: boolean;
387
+ ariaDescribedby?: string;
387
388
  singleLine?: boolean;
388
389
  providerIds?: guid[];
390
+ emailEnabled?: BoolFilter;
391
+ permissionEnabled?: BoolFilter;
389
392
  keepSelectionMenu?: boolean;
390
- ariaDescribedby?: string;
391
393
  disabledIdentities?: Identity[];
392
394
  blockedIdentities?: Identity[];
393
395
  onMenuToggle?: (value: boolean) => void;
@@ -395,8 +397,6 @@ declare const _default: {
395
397
  hideGroupTypeSelection?: boolean;
396
398
  hideUserTypeSelection?: boolean;
397
399
  hideDynamicGroupSelection?: boolean;
398
- emailEnabled?: BoolFilter;
399
- permissionEnabled?: BoolFilter;
400
400
  attachToParent?: boolean;
401
401
  }>, "onSelect" | "onDoc$"> & {
402
402
  onSelect?: (value: Identity) => any;
@@ -151,7 +151,7 @@ declare const _default: {
151
151
  }>;
152
152
  };
153
153
  location: {
154
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
154
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
155
155
  required: false;
156
156
  };
157
157
  }>> & {
@@ -312,7 +312,7 @@ declare const _default: {
312
312
  }>;
313
313
  };
314
314
  location: {
315
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
315
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
316
316
  required: false;
317
317
  };
318
318
  }>> & {
@@ -475,7 +475,7 @@ declare const _default: {
475
475
  }>;
476
476
  };
477
477
  location: {
478
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
478
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
479
479
  required: false;
480
480
  };
481
481
  }>> & {
@@ -635,7 +635,7 @@ declare const _default: {
635
635
  }>;
636
636
  };
637
637
  location: {
638
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
638
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
639
639
  required: false;
640
640
  };
641
641
  }>> & {
@@ -718,9 +718,11 @@ declare const _default: {
718
718
  "v-model"?: boolean;
719
719
  "onUpdate:modelValue"?: (value: boolean) => any;
720
720
  modelValue?: boolean;
721
- location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
722
721
  showMenu?: boolean;
722
+ location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
723
723
  providerIds?: guid[];
724
+ emailEnabled?: BoolFilter;
725
+ permissionEnabled?: BoolFilter;
724
726
  keepSelectionMenu?: boolean;
725
727
  disabledIdentities?: Identity[];
726
728
  blockedIdentities?: Identity[];
@@ -729,8 +731,6 @@ declare const _default: {
729
731
  hideGroupTypeSelection?: boolean;
730
732
  hideUserTypeSelection?: boolean;
731
733
  hideDynamicGroupSelection?: boolean;
732
- emailEnabled?: BoolFilter;
733
- permissionEnabled?: BoolFilter;
734
734
  enableSpecialUser?: ISpecialUserConfiguration;
735
735
  attachToParent?: boolean;
736
736
  "onUpdate:showMenu"?: (value: boolean) => any;
@@ -523,10 +523,12 @@ declare const _default: {
523
523
  "onUpdate:modelValue"?: (value: Identity[]) => any;
524
524
  modelValue?: Identity[];
525
525
  ariaInvalid?: boolean;
526
+ ariaDescribedby?: string;
526
527
  singleLine?: boolean;
527
528
  providerIds?: guid[];
529
+ emailEnabled?: BoolFilter;
530
+ permissionEnabled?: BoolFilter;
528
531
  keepSelectionMenu?: boolean;
529
- ariaDescribedby?: string;
530
532
  showCurrentUserOption?: boolean;
531
533
  autoOpenSelection?: boolean;
532
534
  disabledIdentities?: Identity[];
@@ -536,8 +538,6 @@ declare const _default: {
536
538
  hideGroupTypeSelection?: boolean;
537
539
  hideUserTypeSelection?: boolean;
538
540
  hideDynamicGroupSelection?: boolean;
539
- emailEnabled?: BoolFilter;
540
- permissionEnabled?: BoolFilter;
541
541
  enableSpecialUser?: ISpecialUserConfiguration;
542
542
  }>, "onUpdate:modelValue" | "onDoc$"> & {
543
543
  "onUpdate:modelValue"?: (value: Identity[]) => any;
@@ -500,10 +500,12 @@ declare const _default: {
500
500
  "onUpdate:modelValue"?: (value: Identity[]) => any;
501
501
  modelValue?: Identity[];
502
502
  ariaInvalid?: boolean;
503
+ ariaDescribedby?: string;
503
504
  singleLine?: boolean;
504
505
  providerIds?: guid[];
506
+ emailEnabled?: BoolFilter;
507
+ permissionEnabled?: BoolFilter;
505
508
  keepSelectionMenu?: boolean;
506
- ariaDescribedby?: string;
507
509
  showCurrentUserOption?: boolean;
508
510
  autoOpenSelection?: boolean;
509
511
  disabledIdentities?: Identity[];
@@ -513,8 +515,6 @@ declare const _default: {
513
515
  hideGroupTypeSelection?: boolean;
514
516
  hideUserTypeSelection?: boolean;
515
517
  hideDynamicGroupSelection?: boolean;
516
- emailEnabled?: BoolFilter;
517
- permissionEnabled?: BoolFilter;
518
518
  showSelectedIdentities?: boolean;
519
519
  }>, "onUpdate:modelValue" | "onDoc$"> & {
520
520
  "onUpdate:modelValue"?: (value: Identity[]) => any;
@@ -2,26 +2,22 @@ import { guid, JourneyBladeRoute } from "@omnia/fx-models";
2
2
  import { JourneyBladeProps } from "./JourneyBlade";
3
3
  import { VNodeChild } from "vue";
4
4
  import { ConstructComponentProps } from "../InternalDefineComponent";
5
- import { type OListProps } from "../oxide/list/List";
6
- import { DataTablePropsBase } from "../oxide/datatable/DataTable";
7
5
  import { type JourneyMenuProps } from "./JourneyMenu";
8
6
  type BladeElement = (props: ConstructComponentProps<Omit<JourneyBladeProps, "id" | "getApi">>) => any;
9
7
  type BladeMenuElement = (props: ConstructComponentProps<Omit<JourneyMenuProps, "id" | "getApi">>) => any;
10
- type DatatTableComponentTypings = <T1>(props: ConstructComponentProps<Omit<DataTablePropsBase<T1>, "draggable">>) => any;
11
- type ListComponentTypings = <T1>(props: ConstructComponentProps<OListProps<T1>>) => any;
12
8
  export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild): {
13
9
  readonly Blade: BladeElement;
14
10
  readonly Menu: BladeMenuElement;
15
- readonly ManageList: ListComponentTypings;
16
- readonly ManageDataTable: DatatTableComponentTypings;
11
+ readonly ManageList: <T extends unknown>(props: ConstructComponentProps<import("../oxide/list/List").OListProps<T>>) => any;
12
+ readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: ConstructComponentProps<import("../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
17
13
  id: guid;
18
14
  readonly route: TRoute;
19
15
  moveNext(): void;
20
16
  movePrev(): void;
21
17
  travelTo(toBladeId: guid): void;
22
- defineValueToSave<T>(value?: T): {
23
- value: T;
24
- setValue: (value: T) => void;
18
+ defineValueToSave<T_1>(value?: T_1): {
19
+ value: T_1;
20
+ setValue: (value: T_1) => void;
25
21
  };
26
22
  };
27
23
  export {};
@@ -11,6 +11,6 @@ export interface DisabledButtonTooltips {
11
11
  delete?: string;
12
12
  remove?: string;
13
13
  }
14
- export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean | Ref<boolean>, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", SwitchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"add", boolean, false, false, "Specify if the blade should show a add button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:create", (id: guid) => true> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:manageList", () => true>;
14
+ export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean | Ref<boolean>, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean | Ref<boolean>, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", SwitchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"add", boolean, false, false, "Specify if the blade should show a add button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:create", (id: guid) => true> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:manageList", () => true>;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<JourneyBladeProps>) => any;
16
16
  export default _default;