@omnia/fx 8.0.3-dev → 8.0.4-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 (117) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  2. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +2 -1
  3. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +6 -6
  7. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +326 -24
  10. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
  11. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +4 -4
  12. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +12 -12
  13. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +6 -6
  18. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +6 -6
  22. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +38 -38
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +13 -13
  31. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +8 -8
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +6 -6
  36. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +7 -7
  37. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +14 -14
  38. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +4 -4
  39. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +11 -11
  41. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +7 -7
  42. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +10 -10
  43. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +8 -8
  47. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -15
  48. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -21
  49. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +8 -8
  50. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +6 -6
  52. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  54. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +8 -8
  59. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  60. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +12 -12
  63. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
  64. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
  66. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +15 -15
  69. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +6 -6
  70. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +12 -12
  71. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +8 -8
  72. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +6 -6
  73. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +7 -7
  75. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -7
  77. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +5 -5
  78. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -7
  79. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +5 -5
  80. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +14 -14
  82. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +7 -7
  84. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -7
  85. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +6 -6
  87. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +3 -3
  88. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -2
  90. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +6 -6
  91. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +4 -4
  92. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
  93. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
  96. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  97. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
  100. package/internal-do-not-import-from-here/ux/user/UserPropertiesProvider.d.ts +1 -9
  101. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +7 -7
  103. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +6 -6
  105. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
  106. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +2 -2
  108. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +2 -2
  111. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +2 -2
  113. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
  115. package/internal-do-not-import-from-here/wctypings.d.ts +7 -0
  116. package/package.json +2 -2
  117. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
@@ -51,12 +51,12 @@ declare const _default: {
51
51
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
52
  [key: string]: any;
53
53
  }>) => void)[];
54
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
54
55
  readonly "v-slots"?: {
55
56
  default?: import("../../DefineVueTypings").Slot<any[]>;
56
57
  } & {
57
58
  activator?: () => VNodeChild;
58
59
  };
59
- "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
60
60
  readonly themeStoreRegistrationHook?: RegisterThemeStore;
61
61
  readonly "theme-store-registration-hook"?: RegisterThemeStore;
62
62
  };
@@ -120,9 +120,9 @@ declare const _default: {
120
120
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
121
121
  [key: string]: any;
122
122
  }>) => void)[];
123
+ "onUpdate:modelValue"?: ((value: TypographyPickerProps) => any) & ((value: TypographyPickerProps) => any);
123
124
  readonly "v-model"?: TypographyPickerProps;
124
125
  readonly modelValue?: TypographyPickerProps;
125
- "onUpdate:modelValue"?: ((value: TypographyPickerProps) => any) & ((value: TypographyPickerProps) => any);
126
126
  };
127
127
  $attrs: {
128
128
  [x: string]: unknown;
@@ -478,9 +478,9 @@ declare const _default: {
478
478
  }>;
479
479
  };
480
480
  type?: TypographyPickerTypes;
481
+ "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
481
482
  "v-model"?: TypographyPickerProps;
482
483
  modelValue?: TypographyPickerProps;
483
- "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
484
484
  }>, "onUpdate:modelValue"> & {
485
485
  "onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
486
486
  };
@@ -1,4 +1,6 @@
1
+ import { App } from "vue";
1
2
  import { ConfirmDialogOptions, ConfirmDialogResponse } from "../confirmdialog/IVueConfirmDialog";
2
3
  export declare function useConfirm(): {
3
4
  open: (options?: ConfirmDialogOptions) => Promise<ConfirmDialogResponse>;
4
5
  };
6
+ export declare function setupConfirmComponent(app: App, options: any): void;
@@ -1,9 +1 @@
1
- import { GuidValue, DataSourceProperty, PropertyDataSourceId, PropertyBindingId } from "@omnia/fx-models";
2
- export declare class UserDataSourceProperty extends DataSourceProperty {
3
- readonly enterprisePropertyBindingId?: PropertyBindingId;
4
- readonly userPropertyBindingId?: PropertyBindingId;
5
- readonly builtInId?: GuidValue;
6
- readonly builtInInternalName?: string;
7
- constructor(dataSourceId: PropertyDataSourceId, enterprisePropertyBindingId?: PropertyBindingId, userPropertyBindingId?: PropertyBindingId, builtInId?: GuidValue, builtInInternalName?: string);
8
- isEqual: (property: UserDataSourceProperty) => boolean;
9
- }
1
+ export {};
@@ -68,6 +68,7 @@ declare const _default: {
68
68
  }>;
69
69
  };
70
70
  key?: string | number | symbol;
71
+ readonly styles?: unknown;
71
72
  ref?: import("vue").VNodeRef;
72
73
  ref_for?: boolean;
73
74
  ref_key?: string;
@@ -109,10 +110,9 @@ declare const _default: {
109
110
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
111
  [key: string]: any;
111
112
  }>) => void)[];
113
+ readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
112
114
  readonly "v-model"?: UserIdentity;
113
115
  readonly modelValue?: UserIdentity;
114
- readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
115
- readonly styles?: unknown;
116
116
  readonly offsetX?: number;
117
117
  readonly offsetY?: number;
118
118
  };
@@ -468,10 +468,10 @@ declare const _default: {
468
468
  };
469
469
  }>;
470
470
  };
471
+ styles?: unknown;
472
+ "onUpdate:modelValue"?: (value: UserIdentity) => any;
471
473
  "v-model"?: UserIdentity;
472
474
  modelValue?: UserIdentity;
473
- "onUpdate:modelValue"?: (value: UserIdentity) => any;
474
- styles?: unknown;
475
475
  offsetX?: number;
476
476
  offsetY?: number;
477
477
  }>, never>;
@@ -115,14 +115,14 @@ declare const _default: {
115
115
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
116
116
  [key: string]: any;
117
117
  }>) => void)[];
118
+ "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
119
+ readonly "v-model"?: boolean;
120
+ readonly modelValue?: boolean;
118
121
  readonly "v-slots"?: {
119
122
  default?: import("../../../DefineVueTypings").Slot<any[]>;
120
123
  } & {
121
124
  activator?: () => VNodeChild;
122
125
  };
123
- readonly "v-model"?: boolean;
124
- readonly modelValue?: boolean;
125
- "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
126
126
  onSelected?: (id: Guid) => any;
127
127
  };
128
128
  $attrs: {
@@ -136,7 +136,7 @@ declare const _default: {
136
136
  }>;
137
137
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
138
138
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
139
- $emit: ((event: "selected", id: Guid) => void) & ((event: "update:modelValue", value: boolean) => void);
139
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "selected", id: Guid) => void);
140
140
  $el: any;
141
141
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
142
142
  "v-slots": import("vue").Prop<{
@@ -489,14 +489,14 @@ declare const _default: {
489
489
  };
490
490
  }>;
491
491
  };
492
+ "onUpdate:modelValue"?: (value: boolean) => any;
493
+ "v-model"?: boolean;
494
+ modelValue?: boolean;
492
495
  "v-slots"?: {
493
496
  default?: import("../../../DefineVueTypings").Slot<any[]>;
494
497
  } & {
495
498
  activator?: () => VNodeChild;
496
499
  };
497
- "v-model"?: boolean;
498
- modelValue?: boolean;
499
- "onUpdate:modelValue"?: (value: boolean) => any;
500
500
  }>, "onUpdate:modelValue" | "onSelected"> & {
501
501
  "onUpdate:modelValue"?: (value: boolean) => any;
502
502
  onSelected?: (id: Guid) => any;
@@ -110,9 +110,9 @@ declare const _default: {
110
110
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
111
111
  [key: string]: any;
112
112
  }>) => void)[];
113
+ "onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
113
114
  readonly "v-model"?: VelcronAppDefinition<object>;
114
115
  readonly modelValue?: VelcronAppDefinition<object>;
115
- "onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
116
116
  readonly propertyEditors?: VelcronPropertyEditor<any>[];
117
117
  readonly hidePropertyMapped?: boolean;
118
118
  };
@@ -445,9 +445,9 @@ declare const _default: {
445
445
  };
446
446
  }>;
447
447
  };
448
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
448
449
  "v-model"?: VelcronAppDefinition<object>;
449
450
  modelValue?: VelcronAppDefinition<object>;
450
- "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
451
451
  propertyEditors?: VelcronPropertyEditor<any>[];
452
452
  hidePropertyMapped?: boolean;
453
453
  }>, "onUpdate:modelValue"> & {
@@ -112,14 +112,14 @@ declare const _default: {
112
112
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
113
113
  [key: string]: any;
114
114
  }>) => void)[];
115
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
116
+ readonly "v-model"?: boolean;
117
+ readonly modelValue?: boolean;
115
118
  readonly "v-slots"?: {
116
119
  default?: import("../../DefineVueTypings").Slot<any[]>;
117
120
  } & {
118
121
  activator?: () => VNodeChild;
119
122
  };
120
- readonly "v-model"?: boolean;
121
- readonly modelValue?: boolean;
122
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
123
123
  onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
124
124
  };
125
125
  $attrs: {
@@ -638,14 +638,14 @@ declare const _default: {
638
638
  }>;
639
639
  };
640
640
  definition?: VelcronAppDefinition<object>;
641
+ "onUpdate:modelValue"?: (value: boolean) => any;
642
+ "v-model"?: boolean;
643
+ modelValue?: boolean;
641
644
  "v-slots"?: {
642
645
  default?: import("../../DefineVueTypings").Slot<any[]>;
643
646
  } & {
644
647
  activator?: () => VNodeChild;
645
648
  };
646
- "v-model"?: boolean;
647
- modelValue?: boolean;
648
- "onUpdate:modelValue"?: (value: boolean) => any;
649
649
  }>, "onSave"> & {
650
650
  onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
651
651
  };
@@ -113,9 +113,9 @@ declare const _default: {
113
113
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
114
114
  [key: string]: any;
115
115
  }>) => void)[];
116
+ "onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
116
117
  readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
117
118
  readonly modelValue?: HorizontalAlignments | VerticalAlignments;
118
- "onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
119
119
  };
120
120
  $attrs: {
121
121
  [x: string]: unknown;
@@ -444,9 +444,9 @@ declare const _default: {
444
444
  }>;
445
445
  };
446
446
  settings?: VelcronAlignmentPropertyEditorSettings;
447
+ "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
447
448
  "v-model"?: HorizontalAlignments | VerticalAlignments;
448
449
  modelValue?: HorizontalAlignments | VerticalAlignments;
449
- "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
450
450
  }>, "onUpdate:modelValue"> & {
451
451
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
452
452
  };
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
+ "onUpdate:modelValue"?: ((value: VelcronColorStyling) => any) & ((value: VelcronColorStyling) => any);
112
113
  readonly "v-model"?: unknown;
113
114
  readonly modelValue?: unknown;
114
- "onUpdate:modelValue"?: ((value: VelcronColorStyling) => any) & ((value: VelcronColorStyling) => any);
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -424,9 +424,9 @@ declare const _default: {
424
424
  };
425
425
  }>;
426
426
  };
427
+ "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
427
428
  "v-model"?: unknown;
428
429
  modelValue?: unknown;
429
- "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
430
430
  }>, "onUpdate:modelValue"> & {
431
431
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
432
432
  };
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
+ "onUpdate:modelValue"?: ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any);
112
113
  readonly "v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
113
114
  readonly modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
114
- "onUpdate:modelValue"?: ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any);
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -424,9 +424,9 @@ declare const _default: {
424
424
  };
425
425
  }>;
426
426
  };
427
+ "onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
427
428
  "v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
428
429
  modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
429
- "onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
430
430
  }>, "onUpdate:modelValue"> & {
431
431
  "onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
432
432
  };
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
112
113
  readonly "v-model"?: any;
113
114
  readonly modelValue?: any;
114
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -440,9 +440,9 @@ declare const _default: {
440
440
  }>;
441
441
  };
442
442
  settings?: any;
443
+ "onUpdate:modelValue"?: (value: any) => any;
443
444
  "v-model"?: any;
444
445
  modelValue?: any;
445
- "onUpdate:modelValue"?: (value: any) => any;
446
446
  }>, "onUpdate:modelValue"> & {
447
447
  "onUpdate:modelValue"?: (value: any) => any;
448
448
  };
@@ -108,9 +108,9 @@ declare const _default: {
108
108
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
109
109
  [key: string]: any;
110
110
  }>) => void)[];
111
+ "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
111
112
  readonly "v-model"?: string;
112
113
  readonly modelValue?: string;
113
- "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
114
114
  };
115
115
  $attrs: {
116
116
  [x: string]: unknown;
@@ -423,9 +423,9 @@ declare const _default: {
423
423
  };
424
424
  }>;
425
425
  };
426
+ "onUpdate:modelValue"?: (value: string) => any;
426
427
  "v-model"?: string;
427
428
  modelValue?: string;
428
- "onUpdate:modelValue"?: (value: string) => any;
429
429
  }>, "onUpdate:modelValue"> & {
430
430
  "onUpdate:modelValue"?: (value: string) => any;
431
431
  };
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
112
113
  readonly "v-model"?: any;
113
114
  readonly modelValue?: any;
114
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
115
115
  readonly editor?: VelcronPropertyEditor<any>;
116
116
  };
117
117
  $attrs: {
@@ -440,9 +440,9 @@ declare const _default: {
440
440
  };
441
441
  }>;
442
442
  };
443
+ "onUpdate:modelValue"?: (value: any) => any;
443
444
  "v-model"?: any;
444
445
  modelValue?: any;
445
- "onUpdate:modelValue"?: (value: any) => any;
446
446
  editor?: VelcronPropertyEditor<any>;
447
447
  }>, "onUpdate:modelValue"> & {
448
448
  "onUpdate:modelValue"?: (value: any) => any;
@@ -110,9 +110,9 @@ declare const _default: {
110
110
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
111
111
  [key: string]: any;
112
112
  }>) => void)[];
113
+ "onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
113
114
  readonly "v-model"?: number;
114
115
  readonly modelValue?: number;
115
- "onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
116
116
  };
117
117
  $attrs: {
118
118
  [x: string]: unknown;
@@ -441,9 +441,9 @@ declare const _default: {
441
441
  }>;
442
442
  };
443
443
  settings?: VelcronSliderPropertyEditorSettings;
444
+ "onUpdate:modelValue"?: (value: number) => any;
444
445
  "v-model"?: number;
445
446
  modelValue?: number;
446
- "onUpdate:modelValue"?: (value: number) => any;
447
447
  }>, "onUpdate:modelValue"> & {
448
448
  "onUpdate:modelValue"?: (value: number) => any;
449
449
  };
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
+ "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
112
113
  readonly "v-model"?: boolean;
113
114
  readonly modelValue?: boolean;
114
- "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -440,9 +440,9 @@ declare const _default: {
440
440
  };
441
441
  }>;
442
442
  };
443
+ "onUpdate:modelValue"?: (value: boolean) => any;
443
444
  "v-model"?: boolean;
444
445
  modelValue?: boolean;
445
- "onUpdate:modelValue"?: (value: boolean) => any;
446
446
  }>, "onUpdate:modelValue"> & {
447
447
  "onUpdate:modelValue"?: (value: boolean) => any;
448
448
  };
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
+ "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
112
113
  readonly "v-model"?: string;
113
114
  readonly modelValue?: string;
114
- "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -440,9 +440,9 @@ declare const _default: {
440
440
  };
441
441
  }>;
442
442
  };
443
+ "onUpdate:modelValue"?: (value: string) => any;
443
444
  "v-model"?: string;
444
445
  modelValue?: string;
445
- "onUpdate:modelValue"?: (value: string) => any;
446
446
  }>, "onUpdate:modelValue"> & {
447
447
  "onUpdate:modelValue"?: (value: string) => any;
448
448
  };
@@ -114,9 +114,9 @@ declare const _default: {
114
114
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
115
115
  [key: string]: any;
116
116
  }>) => void)[];
117
+ "onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
117
118
  readonly "v-model"?: TypographyEditorModel;
118
119
  readonly modelValue?: TypographyEditorModel;
119
- "onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
120
120
  };
121
121
  $attrs: {
122
122
  [x: string]: unknown;
@@ -445,9 +445,9 @@ declare const _default: {
445
445
  }>;
446
446
  };
447
447
  settings?: VelcronTypographyEditorSettings;
448
+ "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
448
449
  "v-model"?: TypographyEditorModel;
449
450
  modelValue?: TypographyEditorModel;
450
- "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
451
451
  }>, "onUpdate:modelValue"> & {
452
452
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
453
453
  };
@@ -8,6 +8,7 @@ import wc829fbdec1d3b44059578b89b6d04c52b from './ux/colorschemadefinitionpicker
8
8
  import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
9
9
  import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/colorsettingspicker/ColorSettingsPicker';
10
10
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
11
+ import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
11
12
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
12
13
  import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
13
14
  import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
@@ -306,6 +307,7 @@ declare global {
306
307
  "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
307
308
  "omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
308
309
  "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
310
+ "omfx-confirm-dialog": typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
309
311
  "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
310
312
  "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
311
313
  "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
@@ -638,6 +640,11 @@ declare global {
638
640
  $props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
639
641
  };
640
642
  };
643
+ "ConfirmDialog": {
644
+ new (...args: any[]): {
645
+ $props: typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
646
+ };
647
+ };
641
648
  "DateTimeZonePicker": {
642
649
  new (...args: any[]): {
643
650
  $props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.3-dev",
4
+ "version": "8.0.4-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.3-dev",
23
+ "@omnia/fx-models": "8.0.4-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,2 +0,0 @@
1
- import { App } from "vue";
2
- export declare function setupConfirmComponent(app: App, options: any): void;