@omnia/fx 8.0.130-dev → 8.0.131-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 (113) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +10 -10
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  12. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  13. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  33. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3598 -2676
  38. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7292 -5448
  39. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7295 -5451
  47. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
  60. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/TemplatesJourney.d.ts +22 -0
  61. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  62. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  63. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  66. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  67. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  69. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  74. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +21 -6
  77. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +11 -5
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  80. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
  81. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3611 -2695
  82. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
  83. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3586 -2670
  84. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3611 -2695
  85. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3611 -2695
  86. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -48
  87. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  88. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -4
  89. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3619 -2703
  90. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41617
  91. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  92. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  95. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  96. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3598 -2676
  99. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  100. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  101. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  102. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  104. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  105. package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
  106. package/package.json +2 -2
  107. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  108. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  109. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -285,9 +285,9 @@ declare const _default: {
285
285
  colorSchemaType?: any;
286
286
  colors?: any;
287
287
  } & {
288
- disabled?: boolean;
289
288
  class?: String | String[];
290
289
  label?: string;
290
+ disabled?: boolean;
291
291
  "v-model"?: boolean;
292
292
  "onUpdate:modelValue"?: (value: boolean) => any;
293
293
  modelValue?: boolean;
@@ -237,8 +237,8 @@ declare const _default: {
237
237
  } & {
238
238
  title?: string;
239
239
  icon?: TabIconModel;
240
- disabled?: boolean;
241
240
  class?: String | String[];
241
+ disabled?: boolean;
242
242
  "v-model"?: boolean;
243
243
  "onUpdate:modelValue"?: (value: boolean) => any;
244
244
  modelValue?: boolean;
@@ -267,9 +267,9 @@ declare const _default: {
267
267
  colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
268
268
  toned?: boolean;
269
269
  blueprint?: TextBlueprint;
270
+ "color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
270
271
  typographyValue?: TypographyValue;
271
272
  "typography-value"?: TypographyValue;
272
- "color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
273
273
  truncateLines?: number;
274
274
  "truncate-lines"?: number;
275
275
  gradientColors?: ColorGradientValue[];
@@ -500,9 +500,9 @@ declare const _default: {
500
500
  colors?: any;
501
501
  } & {
502
502
  color?: ColorValue;
503
- disabled?: boolean;
504
503
  class?: String | String[];
505
504
  label?: string;
505
+ disabled?: boolean;
506
506
  errorMessages?: string | string[];
507
507
  rows?: number;
508
508
  placeholder?: string;
@@ -558,9 +558,9 @@ declare const _default: {
558
558
  } & {
559
559
  type?: "number" | "text" | "password";
560
560
  color?: ColorValue;
561
- disabled?: boolean;
562
561
  class?: String | String[];
563
562
  label?: string;
563
+ disabled?: boolean;
564
564
  errorMessages?: string | string[];
565
565
  placeholder?: string;
566
566
  readonly?: boolean;
@@ -274,8 +274,8 @@ declare const _default: {
274
274
  };
275
275
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
276
276
  propsDefinition: Omit<Readonly<{} & {
277
- disabled?: boolean;
278
277
  serviceId?: GuidValue;
278
+ disabled?: boolean;
279
279
  settings?: PermissionInputSettings;
280
280
  getApi?: (api: IPermissionInputApi) => void;
281
281
  "get-api"?: (api: IPermissionInputApi) => void;
@@ -254,8 +254,8 @@ declare const _default: {
254
254
  };
255
255
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
256
256
  propsDefinition: Omit<Readonly<{} & {
257
- disabled?: boolean;
258
257
  serviceId?: GuidValue;
258
+ disabled?: boolean;
259
259
  getApi?: (api: IPermissionInputApi) => void;
260
260
  "get-api"?: (api: IPermissionInputApi) => void;
261
261
  contextParams?: {
@@ -581,8 +581,8 @@ declare const _default: {
581
581
  };
582
582
  }>;
583
583
  };
584
- disabled?: boolean;
585
584
  multiple?: boolean;
585
+ disabled?: boolean;
586
586
  "v-model"?: PropertyRegistration;
587
587
  "onUpdate:modelValue"?: (value: PropertyRegistration) => any;
588
588
  modelValue?: PropertyRegistration;
@@ -318,9 +318,9 @@ declare const _default: {
318
318
  };
319
319
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
320
320
  propsDefinition: Omit<Readonly<{} & {
321
- disabled?: boolean;
322
321
  filled?: boolean;
323
322
  multiple?: boolean;
323
+ disabled?: boolean;
324
324
  hideDetails?: boolean;
325
325
  "hide-details"?: boolean;
326
326
  hideConfiguration?: boolean;
@@ -548,8 +548,8 @@ declare const _default: {
548
548
  onContentChange: (content: string) => void;
549
549
  } & {
550
550
  mode?: RichTextModes;
551
- disabled?: boolean;
552
551
  outlined?: boolean;
552
+ disabled?: boolean;
553
553
  styles?: {
554
554
  menubar?: import("typestyle/lib/types").NestedCSSProperties;
555
555
  menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
@@ -188,8 +188,8 @@ declare const _default: {
188
188
  contentChanged: (content: string) => void;
189
189
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
190
190
  propsDefinition: Omit<Readonly<{} & {
191
- disabled?: boolean;
192
191
  content?: string;
192
+ disabled?: boolean;
193
193
  autoFocus?: boolean;
194
194
  resetContetnRte?: boolean;
195
195
  "reset-contetn-rte"?: boolean;
@@ -2,7 +2,7 @@ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, Bl
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
5
+ previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
6
6
  backgroundOpacity: number;
7
7
  backgroundColor: ColorValue;
8
8
  chromeBlueprint: ChromeBlueprint;
@@ -10,7 +10,7 @@ export declare const useChromeEditorStore: () => {
10
10
  };
11
11
  events: {
12
12
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
13
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
13
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
14
14
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
15
15
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
16
16
  onMutatedChromeBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
@@ -1,23 +1,23 @@
1
- import { ColorSchema, Guid } from "@omnia/fx-models";
1
+ import { ColorSchema, Guid, ITemplateRegistration } from "@omnia/fx-models";
2
2
  export declare const useColorschemaEditorStore: () => {
3
3
  state: {
4
- colorSchema: ColorSchema;
4
+ colorSchema: ITemplateRegistration<ColorSchema>;
5
5
  editMode: boolean;
6
6
  };
7
7
  events: {
8
- onMutatedColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorSchema>;
8
+ onMutatedColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ColorSchema>>;
9
9
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
10
10
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
11
  actions: {
12
12
  onDispatching: {
13
13
  editColorSchema: {
14
- subscribe(fn: (colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
+ subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
15
  };
16
16
  addColorSchema: {
17
- subscribe(fn: (colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
18
  };
19
19
  copyColorSchema: {
20
- subscribe(fn: (colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
+ subscribe(fn: (colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
21
  };
22
22
  save: {
23
23
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -25,13 +25,13 @@ export declare const useColorschemaEditorStore: () => {
25
25
  };
26
26
  onDispatched: {
27
27
  editColorSchema: {
28
- subscribe(fn: (result: void, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
29
  };
30
30
  addColorSchema: {
31
- subscribe(fn: (result: void, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
+ subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
32
  };
33
33
  copyColorSchema: {
34
- subscribe(fn: (result: void, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
+ subscribe(fn: (result: void, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
35
  };
36
36
  save: {
37
37
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -39,22 +39,22 @@ export declare const useColorschemaEditorStore: () => {
39
39
  };
40
40
  onFailure: {
41
41
  editColorSchema: {
42
- subscribe(fn: (failureReason: any, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
+ subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
43
  };
44
44
  addColorSchema: {
45
- subscribe(fn: (failureReason: any, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
+ subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
46
  };
47
47
  copyColorSchema: {
48
- subscribe(fn: (failureReason: any, colorSchema: ColorSchema) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ subscribe(fn: (failureReason: any, colorSchema: ITemplateRegistration<ColorSchema>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
49
  };
50
50
  save: {
51
51
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
52
  };
53
53
  };
54
54
  } & {
55
- editColorSchema(colorSchema: ColorSchema): void;
56
- addColorSchema(colorSchema: ColorSchema): void;
57
- copyColorSchema(colorSchema: ColorSchema): void;
55
+ editColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
56
+ addColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
57
+ copyColorSchema(colorSchema: ITemplateRegistration<ColorSchema>): void;
58
58
  save(): void;
59
59
  };
60
60
  get: {};
@@ -0,0 +1,22 @@
1
+ import { DynamicState } from "@omnia/fx-models";
2
+ export interface ContentBlockVelcronState extends DynamicState {
3
+ content: {
4
+ [id: string]: unknown;
5
+ };
6
+ }
7
+ declare const _default: {
8
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
9
+ P: {};
10
+ B: {};
11
+ D: {};
12
+ C: {};
13
+ M: {};
14
+ Defaults: {};
15
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
16
+ __isFragment?: never;
17
+ __isTeleport?: never;
18
+ __isSuspense?: never;
19
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
20
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
21
+ };
22
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { DynamicState } from "@omnia/fx-models";
2
+ export interface ContentBlockVelcronState extends DynamicState {
3
+ content: {
4
+ [id: string]: unknown;
5
+ };
6
+ }
7
+ declare const _default: {
8
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
9
+ P: {};
10
+ B: {};
11
+ D: {};
12
+ C: {};
13
+ M: {};
14
+ Defaults: {};
15
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
16
+ __isFragment?: never;
17
+ __isTeleport?: never;
18
+ __isSuspense?: never;
19
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
20
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
21
+ };
22
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { DynamicState } from "@omnia/fx-models";
2
+ export interface ContentBlockVelcronState extends DynamicState {
3
+ content: {
4
+ [id: string]: unknown;
5
+ };
6
+ }
7
+ declare const _default: {
8
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
9
+ P: {};
10
+ B: {};
11
+ D: {};
12
+ C: {};
13
+ M: {};
14
+ Defaults: {};
15
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
16
+ __isFragment?: never;
17
+ __isTeleport?: never;
18
+ __isSuspense?: never;
19
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
20
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
21
+ };
22
+ export default _default;
@@ -0,0 +1,156 @@
1
+ import { ButtonBlueprint, ChromeBlueprint, Guid, ITemplateRegistration, TabsBlueprint } from "@omnia/fx-models";
2
+ export declare const useTemplateEditorStore: () => {
3
+ state: {
4
+ editingButton: ITemplateRegistration<ButtonBlueprint>;
5
+ editingTabs: ITemplateRegistration<TabsBlueprint>;
6
+ editingChrome: ITemplateRegistration<ChromeBlueprint>;
7
+ editMode: boolean;
8
+ };
9
+ events: {
10
+ onMutatedEditingButton: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ButtonBlueprint>>;
11
+ onMutatedEditingTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TabsBlueprint>>;
12
+ onMutatedEditingChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprint>>;
13
+ onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
14
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
15
+ actions: {
16
+ onDispatching: {
17
+ newButtonBlueprint: {
18
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ };
20
+ editButtonBlueprint: {
21
+ subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
+ };
23
+ saveButtonBlueprint: {
24
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
26
+ deleteButtonBlueprint: {
27
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ };
29
+ newTabsBlueprint: {
30
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
+ };
32
+ editTabsBlueprint: {
33
+ subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
+ };
35
+ saveTabsBlueprint: {
36
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
+ };
38
+ deleteTabsBlueprint: {
39
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
40
+ };
41
+ newChromeBlueprint: {
42
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
+ };
44
+ editChromeBlueprint: {
45
+ subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
+ };
47
+ saveChromeBlueprint: {
48
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
+ };
50
+ deleteChromeBlueprint: {
51
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
+ };
53
+ };
54
+ onDispatched: {
55
+ newButtonBlueprint: {
56
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
+ };
58
+ editButtonBlueprint: {
59
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
+ };
61
+ saveButtonBlueprint: {
62
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
+ };
64
+ deleteButtonBlueprint: {
65
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
+ };
67
+ newTabsBlueprint: {
68
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
+ };
70
+ editTabsBlueprint: {
71
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
+ };
73
+ saveTabsBlueprint: {
74
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
+ };
76
+ deleteTabsBlueprint: {
77
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
+ };
79
+ newChromeBlueprint: {
80
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
+ };
82
+ editChromeBlueprint: {
83
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
+ };
85
+ saveChromeBlueprint: {
86
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
+ };
88
+ deleteChromeBlueprint: {
89
+ subscribe(fn: (result: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ };
91
+ };
92
+ onFailure: {
93
+ newButtonBlueprint: {
94
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
+ };
96
+ editButtonBlueprint: {
97
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
+ };
99
+ saveButtonBlueprint: {
100
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
101
+ };
102
+ deleteButtonBlueprint: {
103
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
+ };
105
+ newTabsBlueprint: {
106
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
+ };
108
+ editTabsBlueprint: {
109
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
+ };
111
+ saveTabsBlueprint: {
112
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
+ };
114
+ deleteTabsBlueprint: {
115
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
116
+ };
117
+ newChromeBlueprint: {
118
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
+ };
120
+ editChromeBlueprint: {
121
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
+ };
123
+ saveChromeBlueprint: {
124
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
125
+ };
126
+ deleteChromeBlueprint: {
127
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
+ };
129
+ };
130
+ } & {
131
+ /**Buttons */
132
+ newButtonBlueprint(): void;
133
+ editButtonBlueprint(blueprint: ITemplateRegistration<ButtonBlueprint>): void;
134
+ saveButtonBlueprint(): Promise<boolean>;
135
+ deleteButtonBlueprint(): Promise<boolean>;
136
+ /**Tabs */
137
+ newTabsBlueprint(): void;
138
+ editTabsBlueprint(blueprint: ITemplateRegistration<TabsBlueprint>): void;
139
+ saveTabsBlueprint(): Promise<boolean>;
140
+ deleteTabsBlueprint(): Promise<boolean>;
141
+ /**Chrome */
142
+ newChromeBlueprint(): void;
143
+ editChromeBlueprint(blueprint: ITemplateRegistration<ChromeBlueprint>): void;
144
+ saveChromeBlueprint(): Promise<boolean>;
145
+ deleteChromeBlueprint(): Promise<boolean>;
146
+ };
147
+ get: {};
148
+ bladeId: {
149
+ buttonEdit: Guid;
150
+ buttons: Guid;
151
+ tabs: Guid;
152
+ tabsEdit: Guid;
153
+ chrome: Guid;
154
+ chromeEdit: Guid;
155
+ };
156
+ };
@@ -1,95 +1,16 @@
1
- import { Guid } from "@omnia/fx-models";
2
1
  declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- "blade-id": {
5
- type: import("vue").PropType<Guid>;
6
- };
7
- bladeId: {
8
- type: import("vue").PropType<Guid>;
9
- };
10
- "theme-id": {
11
- type: import("vue").PropType<Guid>;
12
- };
13
- themeId: {
14
- type: import("vue").PropType<Guid>;
15
- };
16
- edit: {
17
- type: import("vue").PropType<boolean>;
18
- } & {
19
- type: import("vue").PropType<boolean>;
20
- };
21
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
22
- "blade-id": {
23
- type: import("vue").PropType<Guid>;
24
- };
25
- bladeId: {
26
- type: import("vue").PropType<Guid>;
27
- };
28
- "theme-id": {
29
- type: import("vue").PropType<Guid>;
30
- };
31
- themeId: {
32
- type: import("vue").PropType<Guid>;
33
- };
34
- edit: {
35
- type: import("vue").PropType<boolean>;
36
- } & {
37
- type: import("vue").PropType<boolean>;
38
- };
39
- }>>, {}, true, {}, {}, {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
40
3
  P: {};
41
4
  B: {};
42
5
  D: {};
43
6
  C: {};
44
7
  M: {};
45
8
  Defaults: {};
46
- }, Readonly<import("vue").ExtractPropTypes<{
47
- "blade-id": {
48
- type: import("vue").PropType<Guid>;
49
- };
50
- bladeId: {
51
- type: import("vue").PropType<Guid>;
52
- };
53
- "theme-id": {
54
- type: import("vue").PropType<Guid>;
55
- };
56
- themeId: {
57
- type: import("vue").PropType<Guid>;
58
- };
59
- edit: {
60
- type: import("vue").PropType<boolean>;
61
- } & {
62
- type: import("vue").PropType<boolean>;
63
- };
64
- }>>, () => JSX.Element, {}, {}, {}, {}>;
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
65
10
  __isFragment?: never;
66
11
  __isTeleport?: never;
67
12
  __isSuspense?: never;
68
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
69
- "blade-id": {
70
- type: import("vue").PropType<Guid>;
71
- };
72
- bladeId: {
73
- type: import("vue").PropType<Guid>;
74
- };
75
- "theme-id": {
76
- type: import("vue").PropType<Guid>;
77
- };
78
- themeId: {
79
- type: import("vue").PropType<Guid>;
80
- };
81
- edit: {
82
- type: import("vue").PropType<boolean>;
83
- } & {
84
- type: import("vue").PropType<boolean>;
85
- };
86
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
- propsDefinition: Omit<Readonly<{} & {
88
- edit?: boolean;
89
- bladeId?: Guid;
90
- themeId?: Guid;
91
- "theme-id"?: Guid;
92
- "blade-id"?: Guid;
93
- }>, never>;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
94
15
  };
95
16
  export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;