@omnia/fx 8.0.162-dev → 8.0.163-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
  7. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  8. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  9. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  12. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  14. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  16. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -0
  18. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  19. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -0
  22. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  23. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  25. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +9 -9
  27. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  28. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  29. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  30. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  41. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  42. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  45. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  53. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  55. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  64. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  66. package/internal-do-not-import-from-here/wctypings.d.ts +13 -13
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  69. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  70. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -168,6 +168,9 @@ export declare const useMediaPickerImageTransformerStore: () => {
168
168
  onMutatedShowWarningCropInvalidDialog: import("../../core").MessageBusExposeOnlySubscription<boolean>;
169
169
  onMutatedCustomCropZone: import("../../core").MessageBusExposeOnlySubscription<MediaPickerCropTransformation>;
170
170
  onMutatedCurrentFilter: import("../../core").MessageBusExposeOnlySubscription<MediaPickerFilterTransformation>;
171
+ onMutatedSelectedCropInformation: import("../../core").MessageBusExposeOnlySubscription<{
172
+ [id: number]: MediaPickerCropTransformation;
173
+ }>;
171
174
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
172
175
  mutate: {
173
176
  showImageTransformer: (value: boolean | ((prev: boolean) => boolean)) => void;
@@ -185,6 +188,13 @@ export declare const useMediaPickerImageTransformerStore: () => {
185
188
  showWarningCropInvalidDialog: (value: boolean | ((prev: boolean) => boolean)) => void;
186
189
  customCropZone: (value: MediaPickerCropTransformation | ((prev: MediaPickerCropTransformation) => MediaPickerCropTransformation)) => void;
187
190
  currentFilter: (value: MediaPickerFilterTransformation | ((prev: MediaPickerFilterTransformation) => MediaPickerFilterTransformation)) => void;
191
+ selectedCropInformation: (value: {
192
+ [id: number]: MediaPickerCropTransformation;
193
+ } | ((prev: {
194
+ [id: number]: MediaPickerCropTransformation;
195
+ }) => {
196
+ [id: number]: MediaPickerCropTransformation;
197
+ })) => void;
188
198
  };
189
199
  get: {
190
200
  renditions(): {
@@ -229,6 +239,9 @@ export declare const useMediaPickerImageTransformerStore: () => {
229
239
  showWarningCropInvalidDialog: boolean;
230
240
  customCropZone: MediaPickerCropTransformation;
231
241
  currentFilter: MediaPickerFilterTransformation;
242
+ selectedCropInformation: {
243
+ [id: number]: MediaPickerCropTransformation;
244
+ };
232
245
  };
233
246
  };
234
247
  export type ImageTransformerStore = ReturnType<typeof useMediaPickerImageTransformerStore>;
@@ -14,14 +14,14 @@ export interface NewHostSettings {
14
14
  export declare const useCompontentHostStore: () => {
15
15
  state: {
16
16
  host: "admin" | "editor" | "docs";
17
- componentHost: "tab" | "dialog" | "menu" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
17
+ componentHost: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
18
18
  componentVariant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
22
22
  events: {
23
23
  onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
24
- onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"tab" | "dialog" | "menu" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
24
+ onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
25
25
  onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
26
26
  onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
27
27
  onMutatedForce: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
@@ -35,7 +35,7 @@ export declare const useCompontentHostStore: () => {
35
35
  subscribe(fn: (type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
36
  };
37
37
  setComponentHost: {
38
- subscribe(fn: (type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
+ subscribe(fn: (type: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
39
  };
40
40
  setComponentVariant: {
41
41
  subscribe(fn: (variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -55,7 +55,7 @@ export declare const useCompontentHostStore: () => {
55
55
  subscribe(fn: (result: void, type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
56
  };
57
57
  setComponentHost: {
58
- subscribe(fn: (result: void, type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
+ subscribe(fn: (result: void, type: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
59
  };
60
60
  setComponentVariant: {
61
61
  subscribe(fn: (result: void, variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -75,7 +75,7 @@ export declare const useCompontentHostStore: () => {
75
75
  subscribe(fn: (failureReason: any, type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
76
  };
77
77
  setComponentHost: {
78
- subscribe(fn: (failureReason: any, type: "tab" | "dialog" | "menu" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
+ subscribe(fn: (failureReason: any, type: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
79
  };
80
80
  setComponentVariant: {
81
81
  subscribe(fn: (failureReason: any, variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -98,7 +98,7 @@ export declare const useCompontentHostStore: () => {
98
98
  get: {
99
99
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
100
100
  readonly host: "admin" | "editor" | "docs";
101
- readonly componentHost: "tab" | "dialog" | "menu" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
101
+ readonly componentHost: "menu" | "tab" | "dialog" | "table" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
102
102
  readonly componentVariant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
103
103
  readonly force: boolean;
104
104
  appliedComponents(host: string): boolean;
@@ -72,6 +72,7 @@ type VuetifyValue<T> = T extends {
72
72
  import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem } from "vuetify/components";
73
73
  import { Intersect } from "vuetify/directives";
74
74
  import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
75
+ import { VTimePicker } from "vuetify/labs/VTimePicker";
75
76
  export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
76
77
  }
77
78
  export interface VDataTableSlots extends VuetifySlots<VuetifyProps<Pick<VDataTable, "$props">>> {
@@ -98,6 +99,9 @@ declare global {
98
99
  "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
99
100
  }
100
101
  interface IntrinsicElements {
102
+ "v-time-picker": VuetifyProps<Pick<VTimePicker, "$props">> & {
103
+ [name: string]: any;
104
+ };
101
105
  "v-lazy": VuetifyProps<Pick<VLazy, "$props">> & {
102
106
  [name: string]: any;
103
107
  };
@@ -4827,6 +4827,7 @@ export declare const useColorSchemaStore: () => {
4827
4827
  role?: string;
4828
4828
  };
4829
4829
  category?: string;
4830
+ locations?: ("inline" | "pane" | "menu")[];
4830
4831
  type: string;
4831
4832
  settings?: any;
4832
4833
  stateMapping?: string;
@@ -5047,6 +5048,7 @@ export declare const useColorSchemaStore: () => {
5047
5048
  role?: string;
5048
5049
  };
5049
5050
  category?: string;
5051
+ locations?: ("inline" | "pane" | "menu")[];
5050
5052
  type: string;
5051
5053
  settings?: any;
5052
5054
  stateMapping?: string;
@@ -5267,6 +5269,7 @@ export declare const useColorSchemaStore: () => {
5267
5269
  role?: string;
5268
5270
  };
5269
5271
  category?: string;
5272
+ locations?: ("inline" | "pane" | "menu")[];
5270
5273
  type: string;
5271
5274
  settings?: any;
5272
5275
  stateMapping?: string;
@@ -5487,6 +5490,7 @@ export declare const useColorSchemaStore: () => {
5487
5490
  role?: string;
5488
5491
  };
5489
5492
  category?: string;
5493
+ locations?: ("inline" | "pane" | "menu")[];
5490
5494
  type: string;
5491
5495
  settings?: any;
5492
5496
  stateMapping?: string;
@@ -4797,6 +4797,7 @@ export declare const useSpacingBlueprintStore: () => {
4797
4797
  role?: string;
4798
4798
  };
4799
4799
  category?: string;
4800
+ locations?: ("inline" | "pane" | "menu")[];
4800
4801
  type: string;
4801
4802
  settings?: any;
4802
4803
  stateMapping?: string;
@@ -5017,6 +5018,7 @@ export declare const useSpacingBlueprintStore: () => {
5017
5018
  role?: string;
5018
5019
  };
5019
5020
  category?: string;
5021
+ locations?: ("inline" | "pane" | "menu")[];
5020
5022
  type: string;
5021
5023
  settings?: any;
5022
5024
  stateMapping?: string;
@@ -5237,6 +5239,7 @@ export declare const useSpacingBlueprintStore: () => {
5237
5239
  role?: string;
5238
5240
  };
5239
5241
  category?: string;
5242
+ locations?: ("inline" | "pane" | "menu")[];
5240
5243
  type: string;
5241
5244
  settings?: any;
5242
5245
  stateMapping?: string;
@@ -5457,6 +5460,7 @@ export declare const useSpacingBlueprintStore: () => {
5457
5460
  role?: string;
5458
5461
  };
5459
5462
  category?: string;
5463
+ locations?: ("inline" | "pane" | "menu")[];
5460
5464
  type: string;
5461
5465
  settings?: any;
5462
5466
  stateMapping?: string;
@@ -4797,6 +4797,7 @@ export declare const useTypographyBlueprintStore: () => {
4797
4797
  role?: string;
4798
4798
  };
4799
4799
  category?: string;
4800
+ locations?: ("inline" | "pane" | "menu")[];
4800
4801
  type: string;
4801
4802
  settings?: any;
4802
4803
  stateMapping?: string;
@@ -5017,6 +5018,7 @@ export declare const useTypographyBlueprintStore: () => {
5017
5018
  role?: string;
5018
5019
  };
5019
5020
  category?: string;
5021
+ locations?: ("inline" | "pane" | "menu")[];
5020
5022
  type: string;
5021
5023
  settings?: any;
5022
5024
  stateMapping?: string;
@@ -5237,6 +5239,7 @@ export declare const useTypographyBlueprintStore: () => {
5237
5239
  role?: string;
5238
5240
  };
5239
5241
  category?: string;
5242
+ locations?: ("inline" | "pane" | "menu")[];
5240
5243
  type: string;
5241
5244
  settings?: any;
5242
5245
  stateMapping?: string;
@@ -5457,6 +5460,7 @@ export declare const useTypographyBlueprintStore: () => {
5457
5460
  role?: string;
5458
5461
  };
5459
5462
  category?: string;
5463
+ locations?: ("inline" | "pane" | "menu")[];
5460
5464
  type: string;
5461
5465
  settings?: any;
5462
5466
  stateMapping?: string;
@@ -1,8 +1,9 @@
1
+ export type TimeFormat = "ampm" | "24hr";
1
2
  export interface IDatetimePickerFormatter {
2
3
  /**
3
4
  * Set the time picker mode
4
5
  */
5
- timeformat?: string;
6
+ timeformat?: TimeFormat;
6
7
  /**
7
8
  * Set the time picker mode
8
9
  */
@@ -1,8 +1,10 @@
1
- declare const _default: (props: {} & Omit<{}, never> & {
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
2
4
  "v-slots"?: {
3
5
  default?: import("vue").Slot;
4
6
  } & {};
5
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
8
  $: import("vue").ComponentInternalInstance;
7
9
  $data: {};
8
10
  $props: {};
@@ -40,11 +42,13 @@ declare const _default: (props: {} & Omit<{}, never> & {
40
42
  $nextTick: typeof import("vue").nextTick;
41
43
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
42
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
44
48
  "v-slots"?: {
45
49
  default?: import("vue").Slot;
46
50
  } & {};
47
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
52
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
53
  [key: string]: any;
50
54
  }>;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,5 +1,5 @@
1
1
  import { VNodeChild } from "vue";
2
- import { Func } from "../../../models";
2
+ import { Func, IIcon } from "../../../models";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "v-slots": import("vue").Prop<{
@@ -31,6 +31,11 @@ declare const _default: {
31
31
  } & {
32
32
  type: import("vue").PropType<string>;
33
33
  };
34
+ icon: {
35
+ type: import("vue").PropType<IIcon>;
36
+ } & {
37
+ type: import("vue").PropType<IIcon>;
38
+ };
34
39
  }>> & {
35
40
  onClose?: () => any;
36
41
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -65,6 +70,11 @@ declare const _default: {
65
70
  } & {
66
71
  type: import("vue").PropType<string>;
67
72
  };
73
+ icon: {
74
+ type: import("vue").PropType<IIcon>;
75
+ } & {
76
+ type: import("vue").PropType<IIcon>;
77
+ };
68
78
  }>> & {
69
79
  onClose?: () => any;
70
80
  }, {}, true, {}, {}, {
@@ -104,6 +114,11 @@ declare const _default: {
104
114
  } & {
105
115
  type: import("vue").PropType<string>;
106
116
  };
117
+ icon: {
118
+ type: import("vue").PropType<IIcon>;
119
+ } & {
120
+ type: import("vue").PropType<IIcon>;
121
+ };
107
122
  }>> & {
108
123
  onClose?: () => any;
109
124
  }, () => JSX.Element, {}, {}, {}, {}>;
@@ -140,12 +155,18 @@ declare const _default: {
140
155
  } & {
141
156
  type: import("vue").PropType<string>;
142
157
  };
158
+ icon: {
159
+ type: import("vue").PropType<IIcon>;
160
+ } & {
161
+ type: import("vue").PropType<IIcon>;
162
+ };
143
163
  }>> & {
144
164
  onClose?: () => any;
145
165
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
146
166
  close: () => true;
147
167
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
148
168
  propsDefinition: Omit<Readonly<{} & {
169
+ icon?: IIcon;
149
170
  title?: string;
150
171
  hideCloseButton?: boolean;
151
172
  "v-slots"?: {
@@ -597,8 +597,8 @@ declare const _default: {
597
597
  };
598
598
  }>>, () => string | number | boolean | void | JSX.Element | import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
599
599
  propsDefinition: Omit<Readonly<{} & {
600
- size?: "small" | "default" | "large" | "x-large" | "x-small";
601
600
  inline?: boolean;
601
+ size?: "small" | "default" | "large" | "x-large" | "x-small";
602
602
  styles?: {
603
603
  container: {
604
604
  $nest: {
@@ -1,4 +1,4 @@
1
- import { Func } from "@omnia/fx/models";
1
+ import { Func, IIcon } from "@omnia/fx/models";
2
2
  import { VNodeChild } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -51,6 +51,11 @@ declare const _default: {
51
51
  } & {
52
52
  type: import("vue").PropType<string>;
53
53
  };
54
+ icon: {
55
+ type: import("vue").PropType<IIcon>;
56
+ } & {
57
+ type: import("vue").PropType<IIcon>;
58
+ };
54
59
  class: {
55
60
  type: import("vue").PropType<String | String[]>;
56
61
  required: boolean;
@@ -114,6 +119,11 @@ declare const _default: {
114
119
  } & {
115
120
  type: import("vue").PropType<string>;
116
121
  };
122
+ icon: {
123
+ type: import("vue").PropType<IIcon>;
124
+ } & {
125
+ type: import("vue").PropType<IIcon>;
126
+ };
117
127
  class: {
118
128
  type: import("vue").PropType<String | String[]>;
119
129
  required: boolean;
@@ -185,6 +195,11 @@ declare const _default: {
185
195
  } & {
186
196
  type: import("vue").PropType<string>;
187
197
  };
198
+ icon: {
199
+ type: import("vue").PropType<IIcon>;
200
+ } & {
201
+ type: import("vue").PropType<IIcon>;
202
+ };
188
203
  class: {
189
204
  type: import("vue").PropType<String | String[]>;
190
205
  required: boolean;
@@ -253,6 +268,11 @@ declare const _default: {
253
268
  } & {
254
269
  type: import("vue").PropType<string>;
255
270
  };
271
+ icon: {
272
+ type: import("vue").PropType<IIcon>;
273
+ } & {
274
+ type: import("vue").PropType<IIcon>;
275
+ };
256
276
  class: {
257
277
  type: import("vue").PropType<String | String[]>;
258
278
  required: boolean;
@@ -276,6 +296,7 @@ declare const _default: {
276
296
  colorSchemaType?: any;
277
297
  colors?: any;
278
298
  } & {
299
+ icon?: IIcon;
279
300
  title?: string;
280
301
  navigation?: boolean;
281
302
  class?: String | String[];
@@ -516,9 +516,9 @@ declare const _default: {
516
516
  };
517
517
  color?: string;
518
518
  icon?: IIcon;
519
+ inline?: boolean;
519
520
  dot?: boolean;
520
521
  content?: string | number;
521
- inline?: boolean;
522
522
  "v-model"?: boolean;
523
523
  "onUpdate:modelValue"?: (value: boolean) => any;
524
524
  modelValue?: boolean;
@@ -92,9 +92,9 @@ declare const _default: {
92
92
  type: import("vue").PropType<object>;
93
93
  };
94
94
  variant: {
95
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
95
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
96
96
  } & {
97
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
97
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
98
98
  };
99
99
  target: {
100
100
  type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
@@ -214,9 +214,9 @@ declare const _default: {
214
214
  type: import("vue").PropType<object>;
215
215
  };
216
216
  variant: {
217
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
217
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
218
218
  } & {
219
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
219
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
220
220
  };
221
221
  target: {
222
222
  type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
@@ -347,9 +347,9 @@ declare const _default: {
347
347
  type: import("vue").PropType<object>;
348
348
  };
349
349
  variant: {
350
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
350
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
351
351
  } & {
352
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
352
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
353
353
  };
354
354
  target: {
355
355
  type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
@@ -477,9 +477,9 @@ declare const _default: {
477
477
  type: import("vue").PropType<object>;
478
478
  };
479
479
  variant: {
480
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
480
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
481
481
  } & {
482
- type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim">;
482
+ type: import("vue").PropType<"menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim">;
483
483
  };
484
484
  target: {
485
485
  type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
@@ -531,7 +531,7 @@ declare const _default: {
531
531
  disabled?: boolean;
532
532
  blueprint?: ButtonBlueprint;
533
533
  toned?: boolean;
534
- variant?: "primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim";
534
+ variant?: "menu" | "primary" | "default" | "opacity" | "overlay" | "toolbar" | "dial" | "slim";
535
535
  grouped?: boolean;
536
536
  loading?: boolean;
537
537
  overrides?: object;
@@ -4924,6 +4924,7 @@ declare const _default: {
4924
4924
  role?: string;
4925
4925
  };
4926
4926
  category?: string;
4927
+ locations?: ("inline" | "pane" | "menu")[];
4927
4928
  type: string;
4928
4929
  settings?: any;
4929
4930
  stateMapping?: string;
@@ -5144,6 +5145,7 @@ declare const _default: {
5144
5145
  role?: string;
5145
5146
  };
5146
5147
  category?: string;
5148
+ locations?: ("inline" | "pane" | "menu")[];
5147
5149
  type: string;
5148
5150
  settings?: any;
5149
5151
  stateMapping?: string;
@@ -5364,6 +5366,7 @@ declare const _default: {
5364
5366
  role?: string;
5365
5367
  };
5366
5368
  category?: string;
5369
+ locations?: ("inline" | "pane" | "menu")[];
5367
5370
  type: string;
5368
5371
  settings?: any;
5369
5372
  stateMapping?: string;
@@ -5584,6 +5587,7 @@ declare const _default: {
5584
5587
  role?: string;
5585
5588
  };
5586
5589
  category?: string;
5590
+ locations?: ("inline" | "pane" | "menu")[];
5587
5591
  type: string;
5588
5592
  settings?: any;
5589
5593
  stateMapping?: string;
@@ -4924,6 +4924,7 @@ declare const _default: <T extends unknown>(props: {
4924
4924
  role?: string;
4925
4925
  };
4926
4926
  category?: string;
4927
+ locations?: ("inline" | "pane" | "menu")[];
4927
4928
  type: string;
4928
4929
  settings?: any;
4929
4930
  stateMapping?: string;
@@ -5144,6 +5145,7 @@ declare const _default: <T extends unknown>(props: {
5144
5145
  role?: string;
5145
5146
  };
5146
5147
  category?: string;
5148
+ locations?: ("inline" | "pane" | "menu")[];
5147
5149
  type: string;
5148
5150
  settings?: any;
5149
5151
  stateMapping?: string;
@@ -5364,6 +5366,7 @@ declare const _default: <T extends unknown>(props: {
5364
5366
  role?: string;
5365
5367
  };
5366
5368
  category?: string;
5369
+ locations?: ("inline" | "pane" | "menu")[];
5367
5370
  type: string;
5368
5371
  settings?: any;
5369
5372
  stateMapping?: string;
@@ -5584,6 +5587,7 @@ declare const _default: <T extends unknown>(props: {
5584
5587
  role?: string;
5585
5588
  };
5586
5589
  category?: string;
5590
+ locations?: ("inline" | "pane" | "menu")[];
5587
5591
  type: string;
5588
5592
  settings?: any;
5589
5593
  stateMapping?: string;
@@ -11176,6 +11180,7 @@ declare const _default: <T extends unknown>(props: {
11176
11180
  role?: string;
11177
11181
  };
11178
11182
  category?: string;
11183
+ locations?: ("inline" | "pane" | "menu")[];
11179
11184
  type: string;
11180
11185
  settings?: any;
11181
11186
  stateMapping?: string;
@@ -11396,6 +11401,7 @@ declare const _default: <T extends unknown>(props: {
11396
11401
  role?: string;
11397
11402
  };
11398
11403
  category?: string;
11404
+ locations?: ("inline" | "pane" | "menu")[];
11399
11405
  type: string;
11400
11406
  settings?: any;
11401
11407
  stateMapping?: string;
@@ -11616,6 +11622,7 @@ declare const _default: <T extends unknown>(props: {
11616
11622
  role?: string;
11617
11623
  };
11618
11624
  category?: string;
11625
+ locations?: ("inline" | "pane" | "menu")[];
11619
11626
  type: string;
11620
11627
  settings?: any;
11621
11628
  stateMapping?: string;
@@ -11836,6 +11843,7 @@ declare const _default: <T extends unknown>(props: {
11836
11843
  role?: string;
11837
11844
  };
11838
11845
  category?: string;
11846
+ locations?: ("inline" | "pane" | "menu")[];
11839
11847
  type: string;
11840
11848
  settings?: any;
11841
11849
  stateMapping?: string;
@@ -64,6 +64,11 @@ declare const _default: {
64
64
  type: import("vue").PropType<boolean>;
65
65
  required: false;
66
66
  };
67
+ elevation: {
68
+ type: import("vue").PropType<string | number>;
69
+ } & {
70
+ type: import("vue").PropType<string | number>;
71
+ };
67
72
  "onUpdate:modelValue": {
68
73
  type: import("vue").PropType<(value: Date | Date[]) => any>;
69
74
  };
@@ -140,6 +145,11 @@ declare const _default: {
140
145
  type: import("vue").PropType<boolean>;
141
146
  required: false;
142
147
  };
148
+ elevation: {
149
+ type: import("vue").PropType<string | number>;
150
+ } & {
151
+ type: import("vue").PropType<string | number>;
152
+ };
143
153
  "onUpdate:modelValue": {
144
154
  type: import("vue").PropType<(value: Date | Date[]) => any>;
145
155
  };
@@ -223,6 +233,11 @@ declare const _default: {
223
233
  type: import("vue").PropType<boolean>;
224
234
  required: false;
225
235
  };
236
+ elevation: {
237
+ type: import("vue").PropType<string | number>;
238
+ } & {
239
+ type: import("vue").PropType<string | number>;
240
+ };
226
241
  "onUpdate:modelValue": {
227
242
  type: import("vue").PropType<(value: Date | Date[]) => any>;
228
243
  };
@@ -303,6 +318,11 @@ declare const _default: {
303
318
  type: import("vue").PropType<boolean>;
304
319
  required: false;
305
320
  };
321
+ elevation: {
322
+ type: import("vue").PropType<string | number>;
323
+ } & {
324
+ type: import("vue").PropType<string | number>;
325
+ };
306
326
  "onUpdate:modelValue": {
307
327
  type: import("vue").PropType<(value: Date | Date[]) => any>;
308
328
  };
@@ -319,6 +339,7 @@ declare const _default: {
319
339
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
320
340
  range?: boolean;
321
341
  disabled?: boolean;
342
+ elevation?: string | number;
322
343
  "v-model"?: Date | Date[];
323
344
  "onUpdate:modelValue"?: (value: Date | Date[]) => any;
324
345
  modelValue?: Date | Date[];