@omnia/fx 8.0.382-dev → 8.0.384-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 (33) hide show
  1. package/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -1
  2. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +225 -231
  3. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +2 -1
  4. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +4 -0
  5. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +2 -1
  6. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -1
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +4 -4
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +3 -3
  9. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -1
  10. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +31 -0
  11. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -6
  12. package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +23 -30
  13. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +4 -3
  16. package/internal-do-not-import-from-here/ux/journey/models/SettingsBladeRegistration.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +58 -1
  18. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +27 -79
  19. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -3
  23. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/selection/SelectionComponent.d.ts +21 -21
  31. package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +9 -12
  32. package/internal-do-not-import-from-here/wctypings.d.ts +28 -0
  33. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { OmniaContext } from "../contexts";
2
- import { guid, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration } from "../models";
2
+ import { guid, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration, AzureAdEnvironment } from "../models";
3
3
  export declare class SecurityService {
4
4
  private serviceContainerContext;
5
5
  omniaContext: OmniaContext;
@@ -19,6 +19,7 @@ export declare class SecurityService {
19
19
  getAuthenticationSettingsByUserTypeId: (userTypeId: guid) => Promise<AuthenticationSettings>;
20
20
  saveAuthenticationSettings: (authConfig: AuthenticationConfiguration) => Promise<void>;
21
21
  validateAzureAdPermissionsSynced: (permissionIds: Array<string>) => Promise<boolean>;
22
+ getAzureAdEnvironment: () => Promise<AzureAdEnvironment>;
22
23
  syncAzureAdPermissions: () => Promise<void>;
23
24
  private createHttpClientFromServiceId;
24
25
  }
@@ -96,237 +96,231 @@ export interface VRadioSlots extends VuetifySlots<VuetifyProps<Pick<VRadio, "$pr
96
96
  }
97
97
  export interface VCheckboxSlots extends VuetifySlots<VuetifyProps<Pick<VCheckbox, "$props">>> {
98
98
  }
99
- declare global {
100
- namespace JSX {
101
- interface Element {
102
- }
103
- interface ElementClass {
104
- }
105
- interface IntrinsicAttributes {
106
- "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
107
- }
108
- interface IntrinsicElements {
109
- "v-tabs": VuetifyProps<Pick<VTabs, "$props">> & {
110
- [name: string]: any;
111
- };
112
- "v-tab": VuetifyProps<Pick<VTab, "$props">> & {
113
- [name: string]: any;
114
- };
115
- "v-calendar": VuetifyProps<Pick<VCalendar, "$props">> & {
116
- [name: string]: any;
117
- };
118
- "v-treeview": VuetifyProps<Pick<VTreeview, "$props">> & {
119
- [name: string]: any;
120
- };
121
- "v-speed-dial": VuetifyProps<Pick<VSpeedDial, "$props">> & {
122
- [name: string]: any;
123
- };
124
- "v-fab": VuetifyProps<Pick<VFab, "$props">> & {
125
- [name: string]: any;
126
- };
127
- "v-number-input": VuetifyProps<Pick<VNumberInput, "$props">> & {
128
- [name: string]: any;
129
- };
130
- "v-time-picker": VuetifyProps<Pick<VTimePicker, "$props">> & {
131
- [name: string]: any;
132
- };
133
- "v-lazy": VuetifyProps<Pick<VLazy, "$props">> & {
134
- [name: string]: any;
135
- };
136
- "v-col": VuetifyProps<Pick<VCol, "$props">> & {
137
- [name: string]: any;
138
- };
139
- "v-tooltip": VuetifyProps<Pick<VTooltip, "$props">> & {
140
- [name: string]: any;
141
- };
142
- "v-textarea": VuetifyProps<Pick<VTextarea, "$props">> & {
143
- [name: string]: any;
144
- };
145
- "v-radio-group": VuetifyProps<Pick<VRadioGroup, "$props">> & {
146
- [name: string]: any;
147
- };
148
- "v-switch": VuetifyProps<Pick<VSwitch, "$props">> & {
149
- [name: string]: any;
150
- };
151
- "v-form": VuetifyProps<Pick<VForm, "$props">> & {
152
- [name: string]: any;
153
- };
154
- "v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
155
- [name: string]: any;
156
- };
157
- "v-breadcrumbs": VuetifyProps<Pick<VBreadcrumbs, "$props">> & {
158
- [name: string]: any;
159
- };
160
- "v-select": VuetifyProps<Pick<VSelect, "$props">> & {
161
- [name: string]: any;
162
- };
163
- "v-chip": VuetifyProps<Pick<VChip, "$props">> & {
164
- [name: string]: any;
165
- };
166
- "v-data-table-server": VuetifyProps<Pick<VDataTableServer, "$props">> & {
167
- [name: string]: any;
168
- };
169
- "v-data-table": VuetifyProps<Pick<VDataTable, "$props">> & {
170
- [name: string]: any;
171
- };
172
- "v-data-table-row": VuetifyProps<Pick<VDataTableRow, "$props">> & {
173
- [name: string]: any;
174
- };
175
- "v-data-table-rows": VuetifyProps<Pick<VDataTableRows, "$props">> & {
176
- [name: string]: any;
177
- };
178
- "v-data-table-virtual": VuetifyProps<Pick<VDataTableVirtual, "$props">> & {
179
- [name: string]: any;
180
- };
181
- "v-checkbox": VuetifyProps<Pick<VCheckbox, "$props">> & {
182
- [name: string]: any;
183
- };
184
- "v-checkbox-btn": VuetifyProps<Pick<VCheckboxBtn, "$props">> & {
185
- [name: string]: any;
186
- };
187
- "v-table": VuetifyProps<Pick<VTable, "$props">> & {
188
- [name: string]: any;
189
- };
190
- "v-text-field": VuetifyProps<Pick<VTextField, "$props">> & {
191
- [name: string]: any;
192
- };
193
- "v-menu": VuetifyProps<Pick<VMenu, "$props">> & {
194
- [name: string]: any;
195
- };
196
- "v-virtual-scroll": VuetifyProps<Pick<VVirtualScroll, "$props">> & {
197
- [name: string]: any;
198
- };
199
- "v-infinite-scroll": VuetifyProps<Pick<VInfiniteScroll, "$props">> & {
200
- [name: string]: any;
201
- };
202
- "v-autocomplete": VuetifyProps<Pick<VAutocomplete, "$props">> & {
203
- [name: string]: any;
204
- };
205
- "v-expansion-panels": VuetifyProps<Pick<VExpansionPanels, "$props">> & {
206
- [name: string]: any;
207
- };
208
- "v-expansion-panel": VuetifyProps<Pick<VExpansionPanel, "$props">> & {
209
- [name: string]: any;
210
- };
211
- "v-expansion-panel-text": VuetifyProps<Pick<VExpansionPanelText, "$props">> & {
212
- [name: string]: any;
213
- };
214
- "v-expansion-panel-title": VuetifyProps<Pick<VExpansionPanelTitle, "$props">> & {
215
- [name: string]: any;
216
- };
217
- "v-card": VuetifyProps<Pick<VCard, "$props">> & {
218
- [name: string]: any;
219
- };
220
- "v-card-actions": VuetifyProps<Pick<VCardActions, "$props">> & {
221
- [name: string]: any;
222
- };
223
- "v-card-item": VuetifyProps<Pick<VCardItem, "$props">> & {
224
- [name: string]: any;
225
- };
226
- "v-card-subtitle": VuetifyProps<Pick<VCardSubtitle, "$props">> & {
227
- [name: string]: any;
228
- };
229
- "v-card-text": VuetifyProps<Pick<VCardText, "$props">> & {
230
- [name: string]: any;
231
- };
232
- "v-card-title": VuetifyProps<Pick<VCardTitle, "$props">> & {
233
- [name: string]: any;
234
- };
235
- "v-btn": VuetifyProps<Pick<VBtn, "$props">> & {
236
- [name: string]: any;
237
- };
238
- "v-btn-group": VuetifyProps<Pick<VBtnGroup, "$props">> & {
239
- [name: string]: any;
240
- };
241
- "v-btn-toggle": VuetifyProps<Pick<VBtnToggle, "$props">> & {
242
- [name: string]: any;
243
- };
244
- "v-navigation-drawer": VuetifyProps<Pick<VNavigationDrawer, "$props">> & {
245
- [name: string]: any;
246
- };
247
- "v-list": VuetifyProps<Pick<VList, "$props">> & {
248
- [name: string]: any;
249
- };
250
- "v-list-item": VuetifyProps<Pick<VListItem, "$props">> & {
251
- [name: string]: any;
252
- };
253
- "v-list-group": VuetifyProps<Pick<VListGroup, "$props">> & {
254
- [name: string]: any;
255
- };
256
- "v-list-img": VuetifyProps<Pick<VListImg, "$props">> & {
257
- [name: string]: any;
258
- };
259
- "v-list-item-action": VuetifyProps<Pick<VListItemAction, "$props">> & {
260
- [name: string]: any;
261
- };
262
- "v-list-item-title": VuetifyProps<Pick<VListItemTitle, "$props">> & {
263
- [name: string]: any;
264
- };
265
- "v-list-item-subtitle": VuetifyProps<Pick<VListItemSubtitle, "$props">> & {
266
- [name: string]: any;
267
- };
268
- "v-list-item-media": VuetifyProps<Pick<VListItemMedia, "$props">> & {
269
- [name: string]: any;
270
- };
271
- "v-list-subheader": VuetifyProps<Pick<VListSubheader, "$props">> & {
272
- [name: string]: any;
273
- };
274
- "v-dialog": VuetifyProps<Pick<VDialog, "$props">> & {
275
- [name: string]: any;
276
- };
277
- "v-dialog-bottom-transition": VuetifyProps<Pick<VDialogBottomTransition, "$props">> & {
278
- [name: string]: any;
279
- };
280
- "v-dialog-top-transition": VuetifyProps<Pick<VDialogTopTransition, "$props">> & {
281
- [name: string]: any;
282
- };
283
- "v-dialog-transition": VuetifyProps<Pick<VDialogTransition, "$props">> & {
284
- [name: string]: any;
285
- };
286
- "v-pagination": VuetifyProps<Pick<VPagination, "$props">> & {
287
- [name: string]: any;
288
- };
289
- "v-date-picker": VuetifyProps<Pick<VDatePicker, "$props">> & {};
290
- "v-rating": VuetifyProps<Pick<VRating, "$props">> & {
291
- [name: string]: any;
292
- };
293
- "v-range-slider": VuetifyProps<Pick<VRangeSlider, "$props">> & {
294
- [name: string]: any;
295
- };
296
- "v-snackbar": VuetifyProps<Pick<VSnackbar, "$props">> & {
297
- [name: string]: any;
298
- };
299
- "v-slide-group": VuetifyProps<Pick<VSlideGroup, "$props">> & {
300
- [name: string]: any;
301
- };
302
- "v-slide-group-item": VuetifyProps<Pick<VSlideGroupItem, "$props">> & {
303
- [name: string]: any;
304
- };
305
- "v-stepper": VuetifyProps<Pick<VStepper, "$props">> & {
306
- [name: string]: any;
307
- };
308
- "v-stepper-header": VuetifyProps<Pick<VStepperHeader, "$props">> & {
309
- [name: string]: any;
310
- };
311
- "v-stepper-window": VuetifyProps<Pick<VStepperWindow, "$props">> & {
312
- [name: string]: any;
313
- };
314
- "v-stepper-actions": VuetifyProps<Pick<VStepperActions, "$props">> & {
315
- [name: string]: any;
316
- };
317
- "v-stepper-item": VuetifyProps<Pick<VStepperItem, "$props">> & {
318
- [name: string]: any;
319
- };
320
- "v-stepper-window-item": VuetifyProps<Pick<VStepperWindowItem, "$props">> & {
321
- [name: string]: any;
322
- };
323
- "v-hover": VuetifyProps<Pick<VHover, "$props">> & {
324
- [name: string]: any;
325
- };
326
- "v-icon": VuetifyProps<Pick<VIcon, "$props">> & {
327
- [name: string]: any;
328
- };
329
- }
99
+ declare module "vue" {
100
+ interface HTMLAttributes {
101
+ "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
102
+ }
103
+ interface IntrinsicElementAttributes {
104
+ "v-tabs": VuetifyProps<Pick<VTabs, "$props">> & {
105
+ [name: string]: any;
106
+ };
107
+ "v-tab": VuetifyProps<Pick<VTab, "$props">> & {
108
+ [name: string]: any;
109
+ };
110
+ "v-calendar": VuetifyProps<Pick<VCalendar, "$props">> & {
111
+ [name: string]: any;
112
+ };
113
+ "v-treeview": VuetifyProps<Pick<VTreeview, "$props">> & {
114
+ [name: string]: any;
115
+ };
116
+ "v-speed-dial": VuetifyProps<Pick<VSpeedDial, "$props">> & {
117
+ [name: string]: any;
118
+ };
119
+ "v-fab": VuetifyProps<Pick<VFab, "$props">> & {
120
+ [name: string]: any;
121
+ };
122
+ "v-number-input": VuetifyProps<Pick<VNumberInput, "$props">> & {
123
+ [name: string]: any;
124
+ };
125
+ "v-time-picker": VuetifyProps<Pick<VTimePicker, "$props">> & {
126
+ [name: string]: any;
127
+ };
128
+ "v-lazy": VuetifyProps<Pick<VLazy, "$props">> & {
129
+ [name: string]: any;
130
+ };
131
+ "v-col": VuetifyProps<Pick<VCol, "$props">> & {
132
+ [name: string]: any;
133
+ };
134
+ "v-tooltip": VuetifyProps<Pick<VTooltip, "$props">> & {
135
+ [name: string]: any;
136
+ };
137
+ "v-textarea": VuetifyProps<Pick<VTextarea, "$props">> & {
138
+ [name: string]: any;
139
+ };
140
+ "v-radio-group": VuetifyProps<Pick<VRadioGroup, "$props">> & {
141
+ [name: string]: any;
142
+ };
143
+ "v-switch": VuetifyProps<Pick<VSwitch, "$props">> & {
144
+ [name: string]: any;
145
+ };
146
+ "v-form": VuetifyProps<Pick<VForm, "$props">> & {
147
+ [name: string]: any;
148
+ };
149
+ "v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
150
+ [name: string]: any;
151
+ };
152
+ "v-breadcrumbs": VuetifyProps<Pick<VBreadcrumbs, "$props">> & {
153
+ [name: string]: any;
154
+ };
155
+ "v-select": VuetifyProps<Pick<VSelect, "$props">> & {
156
+ [name: string]: any;
157
+ };
158
+ "v-chip": VuetifyProps<Pick<VChip, "$props">> & {
159
+ [name: string]: any;
160
+ };
161
+ "v-data-table-server": VuetifyProps<Pick<VDataTableServer, "$props">> & {
162
+ [name: string]: any;
163
+ };
164
+ "v-data-table": VuetifyProps<Pick<VDataTable, "$props">> & {
165
+ [name: string]: any;
166
+ };
167
+ "v-data-table-row": VuetifyProps<Pick<VDataTableRow, "$props">> & {
168
+ [name: string]: any;
169
+ };
170
+ "v-data-table-rows": VuetifyProps<Pick<VDataTableRows, "$props">> & {
171
+ [name: string]: any;
172
+ };
173
+ "v-data-table-virtual": VuetifyProps<Pick<VDataTableVirtual, "$props">> & {
174
+ [name: string]: any;
175
+ };
176
+ "v-checkbox": VuetifyProps<Pick<VCheckbox, "$props">> & {
177
+ [name: string]: any;
178
+ };
179
+ "v-checkbox-btn": VuetifyProps<Pick<VCheckboxBtn, "$props">> & {
180
+ [name: string]: any;
181
+ };
182
+ "v-table": VuetifyProps<Pick<VTable, "$props">> & {
183
+ [name: string]: any;
184
+ };
185
+ "v-text-field": VuetifyProps<Pick<VTextField, "$props">> & {
186
+ [name: string]: any;
187
+ };
188
+ "v-menu": VuetifyProps<Pick<VMenu, "$props">> & {
189
+ [name: string]: any;
190
+ };
191
+ "v-virtual-scroll": VuetifyProps<Pick<VVirtualScroll, "$props">> & {
192
+ [name: string]: any;
193
+ };
194
+ "v-infinite-scroll": VuetifyProps<Pick<VInfiniteScroll, "$props">> & {
195
+ [name: string]: any;
196
+ };
197
+ "v-autocomplete": VuetifyProps<Pick<VAutocomplete, "$props">> & {
198
+ [name: string]: any;
199
+ };
200
+ "v-expansion-panels": VuetifyProps<Pick<VExpansionPanels, "$props">> & {
201
+ [name: string]: any;
202
+ };
203
+ "v-expansion-panel": VuetifyProps<Pick<VExpansionPanel, "$props">> & {
204
+ [name: string]: any;
205
+ };
206
+ "v-expansion-panel-text": VuetifyProps<Pick<VExpansionPanelText, "$props">> & {
207
+ [name: string]: any;
208
+ };
209
+ "v-expansion-panel-title": VuetifyProps<Pick<VExpansionPanelTitle, "$props">> & {
210
+ [name: string]: any;
211
+ };
212
+ "v-card": VuetifyProps<Pick<VCard, "$props">> & {
213
+ [name: string]: any;
214
+ };
215
+ "v-card-actions": VuetifyProps<Pick<VCardActions, "$props">> & {
216
+ [name: string]: any;
217
+ };
218
+ "v-card-item": VuetifyProps<Pick<VCardItem, "$props">> & {
219
+ [name: string]: any;
220
+ };
221
+ "v-card-subtitle": VuetifyProps<Pick<VCardSubtitle, "$props">> & {
222
+ [name: string]: any;
223
+ };
224
+ "v-card-text": VuetifyProps<Pick<VCardText, "$props">> & {
225
+ [name: string]: any;
226
+ };
227
+ "v-card-title": VuetifyProps<Pick<VCardTitle, "$props">> & {
228
+ [name: string]: any;
229
+ };
230
+ "v-btn": VuetifyProps<Pick<VBtn, "$props">> & {
231
+ [name: string]: any;
232
+ };
233
+ "v-btn-group": VuetifyProps<Pick<VBtnGroup, "$props">> & {
234
+ [name: string]: any;
235
+ };
236
+ "v-btn-toggle": VuetifyProps<Pick<VBtnToggle, "$props">> & {
237
+ [name: string]: any;
238
+ };
239
+ "v-navigation-drawer": VuetifyProps<Pick<VNavigationDrawer, "$props">> & {
240
+ [name: string]: any;
241
+ };
242
+ "v-list": VuetifyProps<Pick<VList, "$props">> & {
243
+ [name: string]: any;
244
+ };
245
+ "v-list-item": VuetifyProps<Pick<VListItem, "$props">> & {
246
+ [name: string]: any;
247
+ };
248
+ "v-list-group": VuetifyProps<Pick<VListGroup, "$props">> & {
249
+ [name: string]: any;
250
+ };
251
+ "v-list-img": VuetifyProps<Pick<VListImg, "$props">> & {
252
+ [name: string]: any;
253
+ };
254
+ "v-list-item-action": VuetifyProps<Pick<VListItemAction, "$props">> & {
255
+ [name: string]: any;
256
+ };
257
+ "v-list-item-title": VuetifyProps<Pick<VListItemTitle, "$props">> & {
258
+ [name: string]: any;
259
+ };
260
+ "v-list-item-subtitle": VuetifyProps<Pick<VListItemSubtitle, "$props">> & {
261
+ [name: string]: any;
262
+ };
263
+ "v-list-item-media": VuetifyProps<Pick<VListItemMedia, "$props">> & {
264
+ [name: string]: any;
265
+ };
266
+ "v-list-subheader": VuetifyProps<Pick<VListSubheader, "$props">> & {
267
+ [name: string]: any;
268
+ };
269
+ "v-dialog": VuetifyProps<Pick<VDialog, "$props">> & {
270
+ [name: string]: any;
271
+ };
272
+ "v-dialog-bottom-transition": VuetifyProps<Pick<VDialogBottomTransition, "$props">> & {
273
+ [name: string]: any;
274
+ };
275
+ "v-dialog-top-transition": VuetifyProps<Pick<VDialogTopTransition, "$props">> & {
276
+ [name: string]: any;
277
+ };
278
+ "v-dialog-transition": VuetifyProps<Pick<VDialogTransition, "$props">> & {
279
+ [name: string]: any;
280
+ };
281
+ "v-pagination": VuetifyProps<Pick<VPagination, "$props">> & {
282
+ [name: string]: any;
283
+ };
284
+ "v-date-picker": VuetifyProps<Pick<VDatePicker, "$props">> & {};
285
+ "v-rating": VuetifyProps<Pick<VRating, "$props">> & {
286
+ [name: string]: any;
287
+ };
288
+ "v-range-slider": VuetifyProps<Pick<VRangeSlider, "$props">> & {
289
+ [name: string]: any;
290
+ };
291
+ "v-snackbar": VuetifyProps<Pick<VSnackbar, "$props">> & {
292
+ [name: string]: any;
293
+ };
294
+ "v-slide-group": VuetifyProps<Pick<VSlideGroup, "$props">> & {
295
+ [name: string]: any;
296
+ };
297
+ "v-slide-group-item": VuetifyProps<Pick<VSlideGroupItem, "$props">> & {
298
+ [name: string]: any;
299
+ };
300
+ "v-stepper": VuetifyProps<Pick<VStepper, "$props">> & {
301
+ [name: string]: any;
302
+ };
303
+ "v-stepper-header": VuetifyProps<Pick<VStepperHeader, "$props">> & {
304
+ [name: string]: any;
305
+ };
306
+ "v-stepper-window": VuetifyProps<Pick<VStepperWindow, "$props">> & {
307
+ [name: string]: any;
308
+ };
309
+ "v-stepper-actions": VuetifyProps<Pick<VStepperActions, "$props">> & {
310
+ [name: string]: any;
311
+ };
312
+ "v-stepper-item": VuetifyProps<Pick<VStepperItem, "$props">> & {
313
+ [name: string]: any;
314
+ };
315
+ "v-stepper-window-item": VuetifyProps<Pick<VStepperWindowItem, "$props">> & {
316
+ [name: string]: any;
317
+ };
318
+ "v-hover": VuetifyProps<Pick<VHover, "$props">> & {
319
+ [name: string]: any;
320
+ };
321
+ "v-icon": VuetifyProps<Pick<VIcon, "$props">> & {
322
+ [name: string]: any;
323
+ };
330
324
  }
331
325
  }
332
326
  export {};
@@ -1,5 +1,5 @@
1
1
  import { SubscriptionHandler } from "@omnia/fx";
2
- import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, Ref, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, watch, watchEffect } from "vue";
2
+ import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComputedOptions, ComputedRef, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, Ref, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, watch, watchEffect } from "vue";
3
3
  import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
4
4
  import { ColorSchemaType, ColorSchemaTypes, ComponentBundleManifest, Directives, guid } from "@omnia/fx-models";
5
5
  import { ColorSchemaStoreType, VueComponentBaseProps } from ".";
@@ -134,6 +134,7 @@ type InternalSetupContext<ExtractedPropsType, Props, E = EmitsOptions, S extends
134
134
  attrs: Data;
135
135
  slots: ExtractVSlots<Props> & S;
136
136
  seo: boolean;
137
+ mobile: ComputedRef<boolean>;
137
138
  models?: Required<ExtractVModels<Props>>;
138
139
  colors: ReturnType<typeof useColorSchemaSetup>;
139
140
  validator: IValidator;
@@ -1,6 +1,10 @@
1
1
  export declare namespace CustomEmailSettingsLocalization {
2
2
  const namespace = "Omnia.Fx.Ux.CustomEmailSettings";
3
3
  interface locInterface {
4
+ New7TestConfigureApplicationAccessPolicyPS: string;
5
+ New7ConfigureApplicationAccessPolicyPS: string;
6
+ New7ConfigureApplicationAccessPolicyMessage: string;
7
+ New7TestConfigureApplicationAccessPolicyMessage: string;
4
8
  Header: string;
5
9
  Email: string;
6
10
  UserMailbox: string;
@@ -1,6 +1,6 @@
1
1
  import { AppDefinition, AppTemplate, guid } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
- export declare const AppInstanceTemplatePickerVueComponent: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:initialAppTemplateId": (value: guid) => void;
5
5
  } & {
6
6
  "v-model:initialAppTemplateId"?: guid;
@@ -36,3 +36,4 @@ export declare const AppInstanceTemplatePickerVueComponent: (props: import("@omn
36
36
  default?: import("vue").Slot;
37
37
  }, never>;
38
38
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "wrapperClass" | "emit:handleTemplateSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
39
+ export default _default;
@@ -1,5 +1,4 @@
1
1
  export * from "./AppInstancePermissionsVueComponent";
2
2
  export * from "./AppInstanceInformationVueComponent";
3
- export * from "./AppInstanceTemplatePickerVueComponent";
4
3
  export * from "./AppProvisioningComponentBase";
5
4
  export * from "./AppInstanceFeatureVueComponent";
@@ -1,16 +1,16 @@
1
- import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonTypes, ComponentBlueprints } from "@omnia/fx-models";
1
+ import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonVariant, ComponentBlueprints } from "@omnia/fx-models";
2
2
  export declare const useButtonsEditorStore: () => {
3
3
  state: {
4
4
  blueprints: ButtonBlueprints;
5
5
  editingButtonBlueprint: ButtonBlueprint;
6
- editingButtonType: ButtonTypes;
6
+ editingButtonType: ButtonVariant;
7
7
  editingButtonBlueprintType: ButtonBlueprintType;
8
8
  strategy: string;
9
9
  };
10
10
  events: import("@omnia/fx/stores").StoreEvents<{
11
11
  blueprints: ButtonBlueprints;
12
12
  editingButtonBlueprint: ButtonBlueprint;
13
- editingButtonType: ButtonTypes;
13
+ editingButtonType: ButtonVariant;
14
14
  editingButtonBlueprintType: ButtonBlueprintType;
15
15
  strategy: string;
16
16
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
@@ -18,7 +18,7 @@ export declare const useButtonsEditorStore: () => {
18
18
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
19
19
  addVariant(category: ButtonBlueprintType): ButtonBlueprintVariant;
20
20
  deleteEditingBlueprint(): void;
21
- setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
21
+ setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonVariant): void;
22
22
  applyChanges(): void;
23
23
  }>;
24
24
  } & {
@@ -61,14 +61,14 @@ export declare const useComponentsEditorStore: () => {
61
61
  state: {
62
62
  blueprints: import("@omnia/fx-models").ButtonBlueprints;
63
63
  editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
64
- editingButtonType: import("@omnia/fx-models").ButtonTypes;
64
+ editingButtonType: import("@omnia/fx-models").ButtonVariant;
65
65
  editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
66
66
  strategy: string;
67
67
  };
68
68
  events: import("@omnia/fx/stores").StoreEvents<{
69
69
  blueprints: import("@omnia/fx-models").ButtonBlueprints;
70
70
  editingButtonBlueprint: import("@omnia/fx-models").ButtonBlueprint;
71
- editingButtonType: import("@omnia/fx-models").ButtonTypes;
71
+ editingButtonType: import("@omnia/fx-models").ButtonVariant;
72
72
  editingButtonBlueprintType: import("@omnia/fx-models").ButtonBlueprintType;
73
73
  strategy: string;
74
74
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
@@ -76,7 +76,7 @@ export declare const useComponentsEditorStore: () => {
76
76
  setEditingBlueprints(blueprints: ComponentBlueprints): void;
77
77
  addVariant(category: import("@omnia/fx-models").ButtonBlueprintType): import("@omnia/fx-models").ButtonBlueprintVariant;
78
78
  deleteEditingBlueprint(): void;
79
- setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
79
+ setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonVariant): void;
80
80
  applyChanges(): void;
81
81
  }>;
82
82
  } & {
@@ -7,6 +7,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  modelValue?: ButtonBlueprint | ButtonBlueprintVariant;
8
8
  } & {
9
9
  label?: string;
10
+ } & {
11
+ variant?: "list" | "picker";
10
12
  } & {
11
13
  placeholder?: string;
12
14
  } & {
@@ -23,5 +25,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
23
25
  "v-slots"?: {} & Omit<{
24
26
  default?: import("vue").Slot;
25
27
  }, never>;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "sampleText" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "sampleText" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
29
  export default _default;