@omnia/fx 8.0.146-dev → 8.0.148-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +9 -5
  2. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +2 -2
  3. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -2
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +16 -14
  5. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +12 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +7 -8
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -26
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +8 -25
  9. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +3 -11
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +9 -16
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -10
  12. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -13
  13. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -10
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +8 -27
  15. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -15
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +7 -24
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -20
  18. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +3 -13
  19. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +7 -12
  20. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -12
  21. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +7 -18
  22. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +7 -12
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +2 -12
  24. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -11
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +2 -18
  26. package/internal-do-not-import-from-here/ux/aurora/store/VelcronDefinitionStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +9 -5
  30. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +2 -6
  31. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +9 -5
  32. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +2 -6
  33. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +3 -17
  34. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +3 -21
  35. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +3 -5
  36. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +9 -5
  38. package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +4 -4
  39. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +3 -5
  40. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +5 -5
  41. package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -10
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +42 -0
  45. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -10
  46. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +3 -11
  47. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +3 -15
  48. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +10 -7
  50. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +2 -4
  53. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +2 -8
  54. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +2 -16
  55. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -29
  56. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +3 -7
  57. package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +3 -5
  58. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -38
  59. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -20
  60. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +4 -4
  61. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +12 -4
  62. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +16 -56
  63. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +3 -9
  64. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -30
  65. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +2 -16
  66. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -39
  67. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  68. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/{DefinitionPicker.css.d.ts → VelcronDefinitionPicker.css.d.ts} +2 -0
  69. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/{DefinitionPicker.d.ts → VelcronDefinitionPicker.d.ts} +31 -2
  70. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +491 -0
  71. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -3
  72. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -20
  73. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -10
  75. package/internal-do-not-import-from-here/ux/velcron/editor/components/ComponentStyles.css.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +67 -0
  77. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +54 -15
  78. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +54 -15
  79. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +54 -15
  80. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +3 -1
  81. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
  82. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -9
  84. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +21 -0
  85. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +12 -16
  86. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +3 -5
  87. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -4
  88. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +2 -4
  89. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +188 -0
  90. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +54 -15
  91. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +55 -24
  92. package/internal-do-not-import-from-here/wctypings.d.ts +25 -1
  93. package/package.json +2 -2
  94. package/internal-do-not-import-from-here/ux/journey/JourneyTokenRouter.d.ts +0 -0
  95. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +0 -3
  96. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +0 -43
  97. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +0 -6
  98. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionUserInfo.d.ts +0 -21
@@ -2,28 +2,21 @@ import { PostPermission } from "../IPost";
2
2
  import { type IPersistedPost, IPostBaseContext, IPostBaseWithContext, ResolvedUserIdentity } from "@omnia/fx-models";
3
3
  declare const _default: (props: {
4
4
  renderTitleInfo?: (isDialog: boolean) => JSX.Element;
5
- } & {
6
5
  renderEditOptions?: () => JSX.Element;
7
- } & {
8
6
  topicPermissionDictionary?: {
9
7
  [topicId: string]: PostPermission;
10
8
  };
11
- } & {
12
9
  getUserHash?: () => {
13
10
  [principalName: string]: ResolvedUserIdentity;
14
11
  };
15
- } & {
16
12
  persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
17
- } & {
18
13
  isDeleted?: boolean;
19
- } & {
20
14
  dateFormat?: string;
21
- } & {
22
15
  language?: string;
23
16
  } & Omit<{}, "dateFormat" | "language" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions"> & {
24
17
  "v-slots"?: {
25
18
  default?: import("vue").Slot;
26
- };
19
+ } & {};
27
20
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "dateFormat" | "language" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions">) => {
28
21
  $: import("vue").ComponentInternalInstance;
29
22
  $data: {};
@@ -64,28 +57,21 @@ declare const _default: (props: {
64
57
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
65
58
  propsDefinition: {
66
59
  renderTitleInfo?: (isDialog: boolean) => JSX.Element;
67
- } & {
68
60
  renderEditOptions?: () => JSX.Element;
69
- } & {
70
61
  topicPermissionDictionary?: {
71
62
  [topicId: string]: PostPermission;
72
63
  };
73
- } & {
74
64
  getUserHash?: () => {
75
65
  [principalName: string]: ResolvedUserIdentity;
76
66
  };
77
- } & {
78
67
  persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
79
- } & {
80
68
  isDeleted?: boolean;
81
- } & {
82
69
  dateFormat?: string;
83
- } & {
84
70
  language?: string;
85
71
  } & {
86
72
  "v-slots"?: {
87
73
  default?: import("vue").Slot;
88
- };
74
+ } & {};
89
75
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "dateFormat" | "language" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions">;
90
76
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
91
77
  [key: string]: any;
@@ -3,45 +3,27 @@ import { type IPersistedPost, IPostBaseContext, IPostBaseWithContext, type OmitP
3
3
  import { IRichTextEditor } from "../../richtexteditor";
4
4
  declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: {
5
5
  canShowEditDialogOnLoad?: boolean;
6
- } & {
7
6
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
8
- } & {
9
7
  currentUser?: ResolvedUserIdentity;
10
- } & {
11
8
  canLike?: () => boolean;
12
- } & {
13
9
  persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
14
- } & {
15
10
  persistedPosts?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>[];
16
- } & {
17
11
  enableMention?: boolean;
18
- } & {
19
12
  cardStyle?: ThemeDefinition;
20
- } & {
21
13
  hideEdit?: boolean;
22
- } & {
23
14
  handleAddingPost?: (addingPost: IPostBaseWithContext<IPostBaseContext>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
24
- } & {
25
15
  handleUpdatingPost?: (updatingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
26
- } & {
27
16
  handleDeletingPost?: (deletingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
28
- } & {
29
17
  handleTogglingLike?: (togglingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
30
- } & {
31
18
  handleSocialReacts?: (postToReact: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>, isReacts: boolean, reactionType: ReactionType) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
32
- } & {
33
19
  customSlots?: IPostCustomSlots;
34
- } & {
35
20
  hideEditOption?: boolean;
36
- } & {
37
21
  getTopPostIds?: () => {
38
22
  [commentId: string]: string;
39
23
  };
40
- } & {
41
24
  getUserHash?: () => {
42
25
  [principalName: string]: ResolvedUserIdentity;
43
26
  };
44
- } & {
45
27
  topicPermissionDictionary?: {
46
28
  [topicId: string]: PostPermission;
47
29
  };
@@ -54,8 +36,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
54
36
  }, "currentUser" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "richTextSettings" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts"> & {
55
37
  "v-slots"?: {
56
38
  default?: import("vue").Slot;
57
- };
58
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "richTextSettings" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts">) => {
39
+ } & {};
40
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "richTextSettings" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts" | "emit:openReply" | "emit:cancelReply" | "emit:openEdit" | "emit:closeEdit" | "emit:refresh">) => {
59
41
  $: import("vue").ComponentInternalInstance;
60
42
  $data: {};
61
43
  $props: {};
@@ -95,52 +77,34 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
95
77
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
96
78
  propsDefinition: {
97
79
  canShowEditDialogOnLoad?: boolean;
98
- } & {
99
80
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
100
- } & {
101
81
  currentUser?: ResolvedUserIdentity;
102
- } & {
103
82
  canLike?: () => boolean;
104
- } & {
105
83
  persistedPost?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>;
106
- } & {
107
84
  persistedPosts?: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>[];
108
- } & {
109
85
  enableMention?: boolean;
110
- } & {
111
86
  cardStyle?: ThemeDefinition;
112
- } & {
113
87
  hideEdit?: boolean;
114
- } & {
115
88
  handleAddingPost?: (addingPost: IPostBaseWithContext<IPostBaseContext>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
116
- } & {
117
89
  handleUpdatingPost?: (updatingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
118
- } & {
119
90
  handleDeletingPost?: (deletingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
120
- } & {
121
91
  handleTogglingLike?: (togglingPost: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
122
- } & {
123
92
  handleSocialReacts?: (postToReact: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>, isReacts: boolean, reactionType: ReactionType) => Promise<IPersistedPost<IPostBaseWithContext<IPostBaseContext>>>;
124
- } & {
125
93
  customSlots?: IPostCustomSlots;
126
- } & {
127
94
  hideEditOption?: boolean;
128
- } & {
129
95
  getTopPostIds?: () => {
130
96
  [commentId: string]: string;
131
97
  };
132
- } & {
133
98
  getUserHash?: () => {
134
99
  [principalName: string]: ResolvedUserIdentity;
135
100
  };
136
- } & {
137
101
  topicPermissionDictionary?: {
138
102
  [topicId: string]: PostPermission;
139
103
  };
140
104
  } & {
141
105
  "v-slots"?: {
142
106
  default?: import("vue").Slot;
143
- };
107
+ } & {};
144
108
  } & {
145
109
  onOpenReply?: (postToReplyOn: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
146
110
  onCancelReply?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
@@ -79,6 +79,7 @@ export declare function useIcons(): {
79
79
  notification: FontAwesomeIcon;
80
80
  organization: FontAwesomeIcon;
81
81
  pageInformation: FontAwesomeIcon;
82
+ paste: FontAwesomeIcon;
82
83
  picker: FontAwesomeIcon;
83
84
  penClip: FontAwesomeIcon;
84
85
  preview: FontAwesomeIcon;
@@ -1,4 +1,6 @@
1
1
  export declare const DefinitionPickerStyles: {
2
+ menuWrapper: string;
2
3
  filterWrapper: string;
3
4
  cardWrapper: (hasContainer: boolean) => string;
5
+ scaleWrapper: string;
4
6
  };
@@ -1,5 +1,6 @@
1
- import { GuidValue, IIcon, VelcronState } from "@omnia/fx-models";
1
+ import { GuidValue, IIcon, VelcronDefitinionRegistrationsTypes, VelcronState } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
+ type Variant = "dialog" | "panel" | "editor" | "default";
3
4
  declare const _default: {
4
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
6
  "v-slots": import("vue").Prop<{
@@ -24,6 +25,11 @@ declare const _default: {
24
25
  allowEdit: {
25
26
  type: import("vue").PropType<boolean>;
26
27
  };
28
+ variant: {
29
+ type: import("vue").PropType<Variant>;
30
+ } & {
31
+ type: import("vue").PropType<Variant>;
32
+ };
27
33
  filters: {
28
34
  type: import("vue").PropType<string[]>;
29
35
  } & {
@@ -110,11 +116,13 @@ declare const _default: {
110
116
  colors?: any;
111
117
  }>> & {
112
118
  "onUpdate:modelValue"?: (value: boolean) => any;
119
+ onAdd?: (category: VelcronDefitinionRegistrationsTypes) => any;
113
120
  onSelected?: (id: GuidValue) => any;
114
121
  "onDefinition:enter"?: (id: GuidValue) => any;
115
122
  "onDefinition:leave"?: (id: GuidValue) => any;
116
123
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
117
124
  selected: (id: GuidValue) => any;
125
+ add: (category: VelcronDefitinionRegistrationsTypes) => any;
118
126
  "update:modelValue": (value: boolean) => any;
119
127
  "definition:enter": (id: GuidValue) => any;
120
128
  "definition:leave": (id: GuidValue) => any;
@@ -141,6 +149,11 @@ declare const _default: {
141
149
  allowEdit: {
142
150
  type: import("vue").PropType<boolean>;
143
151
  };
152
+ variant: {
153
+ type: import("vue").PropType<Variant>;
154
+ } & {
155
+ type: import("vue").PropType<Variant>;
156
+ };
144
157
  filters: {
145
158
  type: import("vue").PropType<string[]>;
146
159
  } & {
@@ -227,6 +240,7 @@ declare const _default: {
227
240
  colors?: any;
228
241
  }>> & {
229
242
  "onUpdate:modelValue"?: (value: boolean) => any;
243
+ onAdd?: (category: VelcronDefitinionRegistrationsTypes) => any;
230
244
  onSelected?: (id: GuidValue) => any;
231
245
  "onDefinition:enter"?: (id: GuidValue) => any;
232
246
  "onDefinition:leave"?: (id: GuidValue) => any;
@@ -264,6 +278,11 @@ declare const _default: {
264
278
  allowEdit: {
265
279
  type: import("vue").PropType<boolean>;
266
280
  };
281
+ variant: {
282
+ type: import("vue").PropType<Variant>;
283
+ } & {
284
+ type: import("vue").PropType<Variant>;
285
+ };
267
286
  filters: {
268
287
  type: import("vue").PropType<string[]>;
269
288
  } & {
@@ -350,6 +369,7 @@ declare const _default: {
350
369
  colors?: any;
351
370
  }>> & {
352
371
  "onUpdate:modelValue"?: (value: boolean) => any;
372
+ onAdd?: (category: VelcronDefitinionRegistrationsTypes) => any;
353
373
  onSelected?: (id: GuidValue) => any;
354
374
  "onDefinition:enter"?: (id: GuidValue) => any;
355
375
  "onDefinition:leave"?: (id: GuidValue) => any;
@@ -384,6 +404,11 @@ declare const _default: {
384
404
  allowEdit: {
385
405
  type: import("vue").PropType<boolean>;
386
406
  };
407
+ variant: {
408
+ type: import("vue").PropType<Variant>;
409
+ } & {
410
+ type: import("vue").PropType<Variant>;
411
+ };
387
412
  filters: {
388
413
  type: import("vue").PropType<string[]>;
389
414
  } & {
@@ -470,11 +495,13 @@ declare const _default: {
470
495
  colors?: any;
471
496
  }>> & {
472
497
  "onUpdate:modelValue"?: (value: boolean) => any;
498
+ onAdd?: (category: VelcronDefitinionRegistrationsTypes) => any;
473
499
  onSelected?: (id: GuidValue) => any;
474
500
  "onDefinition:enter"?: (id: GuidValue) => any;
475
501
  "onDefinition:leave"?: (id: GuidValue) => any;
476
502
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
477
503
  selected: (id: GuidValue) => any;
504
+ add: (category: VelcronDefitinionRegistrationsTypes) => any;
478
505
  "update:modelValue": (value: boolean) => any;
479
506
  "definition:enter": (id: GuidValue) => any;
480
507
  "definition:leave": (id: GuidValue) => any;
@@ -560,13 +587,15 @@ declare const _default: {
560
587
  } & {
561
588
  activator?: () => VNodeChild;
562
589
  };
590
+ variant?: Variant;
563
591
  allowEdit?: boolean;
564
592
  previewState?: VelcronState;
565
593
  "allow-edit"?: boolean;
566
594
  "preview-state"?: VelcronState;
567
595
  exclusions?: GuidValue[];
568
- }>, "onUpdate:modelValue" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
596
+ }>, "onUpdate:modelValue" | "onAdd" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
569
597
  "onUpdate:modelValue"?: (value: boolean) => any;
598
+ onAdd?: (category: VelcronDefitinionRegistrationsTypes) => any;
570
599
  onSelected?: (id: GuidValue) => any;
571
600
  "onDefinition:enter"?: (id: GuidValue) => any;
572
601
  "onDefinition:leave"?: (id: GuidValue) => any;