@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
@@ -1,9 +1,7 @@
1
- import { DataTableHeader, DefineSlot, IDataTableRowRenderer, SortItem } from "@omnia/fx/ux";
1
+ import { DataTableHeader, IDataTableRowRenderer, SortItem } from "@omnia/fx/ux";
2
2
  declare const _default: <T extends unknown>(props: {
3
3
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4
- } & {
5
4
  container?: boolean;
6
- } & {
7
5
  colors?: {
8
6
  state: {
9
7
  base: import("@omnia/fx-models").ColorDefinition;
@@ -5227,35 +5225,20 @@ declare const _default: <T extends unknown>(props: {
5227
5225
  };
5228
5226
  deactivated(): void;
5229
5227
  };
5230
- } & {
5231
5228
  "v-model:expanded"?: string[];
5232
- } & {
5233
5229
  "onUpdate:expanded"?: (value: string[]) => void;
5234
- } & {
5235
5230
  expanded?: string[];
5236
- } & {
5237
5231
  "v-model:sortBy"?: SortItem[];
5238
- } & {
5239
5232
  "onUpdate:sortBy"?: (value: SortItem[]) => void;
5240
- } & {
5241
5233
  sortBy?: SortItem[];
5242
- } & {
5243
5234
  mustSort?: boolean;
5244
- } & {
5245
5235
  height?: string | number;
5246
- } & {
5247
5236
  noDataText?: string;
5248
- } & {
5249
5237
  loading?: boolean;
5250
- } & {
5251
5238
  hover?: boolean;
5252
- } & {
5253
5239
  showExpand?: boolean;
5254
- } & {
5255
5240
  itemsPerPage?: number;
5256
- } & {
5257
5241
  headers?: DataTableHeader[];
5258
- } & {
5259
5242
  items?: T[];
5260
5243
  } & Omit<{
5261
5244
  "onUpdate:sortBy"?: (item: SortItem[]) => any;
@@ -5263,8 +5246,10 @@ declare const _default: <T extends unknown>(props: {
5263
5246
  }, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"> & {
5264
5247
  "v-slots"?: {
5265
5248
  default?: import("vue").Slot;
5266
- } & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void>;
5267
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy">) => {
5249
+ } & {
5250
+ item?: (row: IDataTableRowRenderer<T>) => void;
5251
+ };
5252
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "slot:item" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "emit:update:sortBy" | "emit:update:expanded">) => {
5268
5253
  $: import("vue").ComponentInternalInstance;
5269
5254
  $data: {};
5270
5255
  $props: {};
@@ -5304,9 +5289,7 @@ declare const _default: <T extends unknown>(props: {
5304
5289
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
5305
5290
  propsDefinition: {
5306
5291
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5307
- } & {
5308
5292
  container?: boolean;
5309
- } & {
5310
5293
  colors?: {
5311
5294
  state: {
5312
5295
  base: import("@omnia/fx-models").ColorDefinition;
@@ -10530,40 +10513,27 @@ declare const _default: <T extends unknown>(props: {
10530
10513
  };
10531
10514
  deactivated(): void;
10532
10515
  };
10533
- } & {
10534
10516
  "v-model:expanded"?: string[];
10535
- } & {
10536
10517
  "onUpdate:expanded"?: (value: string[]) => void;
10537
- } & {
10538
10518
  expanded?: string[];
10539
- } & {
10540
10519
  "v-model:sortBy"?: SortItem[];
10541
- } & {
10542
10520
  "onUpdate:sortBy"?: (value: SortItem[]) => void;
10543
- } & {
10544
10521
  sortBy?: SortItem[];
10545
- } & {
10546
10522
  mustSort?: boolean;
10547
- } & {
10548
10523
  height?: string | number;
10549
- } & {
10550
10524
  noDataText?: string;
10551
- } & {
10552
10525
  loading?: boolean;
10553
- } & {
10554
10526
  hover?: boolean;
10555
- } & {
10556
10527
  showExpand?: boolean;
10557
- } & {
10558
10528
  itemsPerPage?: number;
10559
- } & {
10560
10529
  headers?: DataTableHeader[];
10561
- } & {
10562
10530
  items?: T[];
10563
10531
  } & {
10564
10532
  "v-slots"?: {
10565
10533
  default?: import("vue").Slot;
10566
- } & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void>;
10534
+ } & {
10535
+ item?: (row: IDataTableRowRenderer<T>) => void;
10536
+ };
10567
10537
  } & {
10568
10538
  "onUpdate:sortBy"?: (item: SortItem[]) => any;
10569
10539
  "onUpdate:expanded"?: (expanded: string[]) => any;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  required: false;
13
13
  };
14
14
  "content-wrapper-class": {
15
- type: import("vue").PropType<string>;
15
+ type: import("vue").PropType<string>; /**Default is mediumsize */
16
16
  required: false;
17
17
  };
18
18
  "horizontal-scroll": {
@@ -32,18 +32,18 @@ declare const _default: {
32
32
  required: false;
33
33
  };
34
34
  "content-height": {
35
- type: import("vue").PropType<"dynamic" | "static">;
35
+ type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
36
36
  required: false;
37
37
  };
38
38
  variant: {
39
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
39
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
40
40
  required: false;
41
41
  } & {
42
42
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
43
43
  required: false;
44
44
  };
45
45
  size: {
46
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
46
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
47
47
  required: false;
48
48
  } & {
49
49
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -88,7 +88,7 @@ declare const _default: {
88
88
  header?: Func<[VNodeChild]>;
89
89
  }>;
90
90
  persistent: {
91
- type: import("vue").PropType<boolean>;
91
+ type: import("vue").PropType<boolean>; /**Default is mediumsize */
92
92
  required: false;
93
93
  } & {
94
94
  type: import("vue").PropType<boolean>;
@@ -128,7 +128,7 @@ declare const _default: {
128
128
  required: false;
129
129
  };
130
130
  "content-wrapper-class": {
131
- type: import("vue").PropType<string>;
131
+ type: import("vue").PropType<string>; /**Default is mediumsize */
132
132
  required: false;
133
133
  };
134
134
  "horizontal-scroll": {
@@ -148,18 +148,18 @@ declare const _default: {
148
148
  required: false;
149
149
  };
150
150
  "content-height": {
151
- type: import("vue").PropType<"dynamic" | "static">;
151
+ type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
152
152
  required: false;
153
153
  };
154
154
  variant: {
155
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
155
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
156
156
  required: false;
157
157
  } & {
158
158
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
159
159
  required: false;
160
160
  };
161
161
  size: {
162
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
162
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
163
163
  required: false;
164
164
  } & {
165
165
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -204,7 +204,7 @@ declare const _default: {
204
204
  header?: Func<[VNodeChild]>;
205
205
  }>;
206
206
  persistent: {
207
- type: import("vue").PropType<boolean>;
207
+ type: import("vue").PropType<boolean>; /**Default is mediumsize */
208
208
  required: false;
209
209
  } & {
210
210
  type: import("vue").PropType<boolean>;
@@ -250,7 +250,7 @@ declare const _default: {
250
250
  required: false;
251
251
  };
252
252
  "content-wrapper-class": {
253
- type: import("vue").PropType<string>;
253
+ type: import("vue").PropType<string>; /**Default is mediumsize */
254
254
  required: false;
255
255
  };
256
256
  "horizontal-scroll": {
@@ -270,18 +270,18 @@ declare const _default: {
270
270
  required: false;
271
271
  };
272
272
  "content-height": {
273
- type: import("vue").PropType<"dynamic" | "static">;
273
+ type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
274
274
  required: false;
275
275
  };
276
276
  variant: {
277
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
277
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
278
278
  required: false;
279
279
  } & {
280
280
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
281
281
  required: false;
282
282
  };
283
283
  size: {
284
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
284
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
285
285
  required: false;
286
286
  } & {
287
287
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -326,7 +326,7 @@ declare const _default: {
326
326
  header?: Func<[VNodeChild]>;
327
327
  }>;
328
328
  persistent: {
329
- type: import("vue").PropType<boolean>;
329
+ type: import("vue").PropType<boolean>; /**Default is mediumsize */
330
330
  required: false;
331
331
  } & {
332
332
  type: import("vue").PropType<boolean>;
@@ -369,7 +369,7 @@ declare const _default: {
369
369
  required: false;
370
370
  };
371
371
  "content-wrapper-class": {
372
- type: import("vue").PropType<string>;
372
+ type: import("vue").PropType<string>; /**Default is mediumsize */
373
373
  required: false;
374
374
  };
375
375
  "horizontal-scroll": {
@@ -389,18 +389,18 @@ declare const _default: {
389
389
  required: false;
390
390
  };
391
391
  "content-height": {
392
- type: import("vue").PropType<"dynamic" | "static">;
392
+ type: import("vue").PropType<"dynamic" | "static">; /**Default is mediumsize */
393
393
  required: false;
394
394
  };
395
395
  variant: {
396
- type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
396
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">; /**Default is mediumsize */
397
397
  required: false;
398
398
  } & {
399
399
  type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
400
400
  required: false;
401
401
  };
402
402
  size: {
403
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
403
+ type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">; /**Default is mediumsize */
404
404
  required: false;
405
405
  } & {
406
406
  type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
@@ -445,7 +445,7 @@ declare const _default: {
445
445
  header?: Func<[VNodeChild]>;
446
446
  }>;
447
447
  persistent: {
448
- type: import("vue").PropType<boolean>;
448
+ type: import("vue").PropType<boolean>; /**Default is mediumsize */
449
449
  required: false;
450
450
  } & {
451
451
  type: import("vue").PropType<boolean>;
@@ -1,7 +1,7 @@
1
- declare const _default: (props: Omit<{}, never> & {
1
+ declare const _default: (props: {} & Omit<{}, never> & {
2
2
  "v-slots"?: {
3
3
  default?: import("vue").Slot;
4
- };
4
+ } & {};
5
5
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
@@ -40,10 +40,10 @@ declare const _default: (props: Omit<{}, never> & {
40
40
  $nextTick: typeof import("vue").nextTick;
41
41
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
42
42
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: {
43
+ propsDefinition: {} & {
44
44
  "v-slots"?: {
45
45
  default?: import("vue").Slot;
46
- };
46
+ } & {};
47
47
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
48
48
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
49
  [key: string]: any;
@@ -62,7 +62,9 @@ declare const _default: {
62
62
  };
63
63
  modelValue: {
64
64
  type: import("vue").PropType<any[]>;
65
- required: false;
65
+ required: false; /**
66
+ * Handle special case of data-table. Table row with key might be replaced completely on order change and lose its draggability (?!?)
67
+ */
66
68
  };
67
69
  }>> & {
68
70
  "onClick:navigate"?: (value: any) => any;
@@ -133,7 +135,9 @@ declare const _default: {
133
135
  };
134
136
  modelValue: {
135
137
  type: import("vue").PropType<any[]>;
136
- required: false;
138
+ required: false; /**
139
+ * Handle special case of data-table. Table row with key might be replaced completely on order change and lose its draggability (?!?)
140
+ */
137
141
  };
138
142
  }>> & {
139
143
  "onClick:navigate"?: (value: any) => any;
@@ -207,7 +211,9 @@ declare const _default: {
207
211
  };
208
212
  modelValue: {
209
213
  type: import("vue").PropType<any[]>;
210
- required: false;
214
+ required: false; /**
215
+ * Handle special case of data-table. Table row with key might be replaced completely on order change and lose its draggability (?!?)
216
+ */
211
217
  };
212
218
  }>> & {
213
219
  "onClick:navigate"?: (value: any) => any;
@@ -278,7 +284,9 @@ declare const _default: {
278
284
  };
279
285
  modelValue: {
280
286
  type: import("vue").PropType<any[]>;
281
- required: false;
287
+ required: false; /**
288
+ * Handle special case of data-table. Table row with key might be replaced completely on order change and lose its draggability (?!?)
289
+ */
282
290
  };
283
291
  }>> & {
284
292
  "onClick:navigate"?: (value: any) => any;
@@ -1,4 +1,4 @@
1
- import { DefineSlot, ItemType, SelectItemKey, ValidationRule } from "@omnia/fx/ux";
1
+ import { ItemType, SelectItemKey, ValidationRule } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
3
  import { IIcon, OSelectRenderingItem } from "@omnia/fx-models";
4
4
  import { VSelectSlots } from "../../ComponentTypings";
@@ -11,9 +11,7 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
11
11
  }
12
12
  declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: {
13
13
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
14
- } & {
15
14
  container?: boolean;
16
- } & {
17
15
  colors?: {
18
16
  state: {
19
17
  base: import("@omnia/fx-models").ColorDefinition;
@@ -5237,62 +5235,44 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5237
5235
  };
5238
5236
  deactivated(): void;
5239
5237
  };
5240
- } & {
5241
5238
  class?: String | String[];
5242
- } & {
5243
5239
  "v-model"?: TModel;
5244
- } & {
5245
5240
  "onUpdate:modelValue"?: (value: TModel) => void;
5246
- } & {
5247
5241
  modelValue?: TModel;
5248
- } & {
5249
5242
  rules?: ValidationRule[];
5250
- } & {
5251
5243
  label?: string;
5252
- } & {
5253
5244
  hint?: string;
5254
- } & {
5255
5245
  items?: TItem;
5256
- } & {
5257
5246
  itemTitle?: SelectItemKey<ItemType<TItem>>;
5258
- } & {
5259
5247
  itemValue?: SelectItemKey<ItemType<TItem>>;
5260
- } & {
5261
5248
  variant?: "default" | "add" | "picker" | "combobox";
5262
- } & {
5263
5249
  returnObject?: boolean;
5264
- } & {
5265
5250
  clearable?: boolean;
5266
- } & {
5267
5251
  searchable?: boolean;
5268
- } & {
5269
5252
  toned?: boolean;
5270
- } & {
5271
5253
  readonly?: boolean;
5272
- } & {
5273
5254
  multiple?: boolean;
5274
- } & {
5275
5255
  hideNoData?: boolean;
5276
- } & {
5277
5256
  menuIcon?: IIcon;
5278
- } & {
5279
5257
  loading?: boolean;
5280
- } & {
5281
5258
  disabled?: boolean;
5282
- } & {
5283
5259
  persistentHint?: boolean;
5284
- } & {
5285
5260
  hideSelected?: boolean;
5286
5261
  } & Omit<{
5287
5262
  "onUpdate:modelValue"?: (value: TModel) => any;
5288
5263
  "onUpdate:focused"?: (value: boolean) => any;
5289
5264
  "onClick:button"?: (value: any) => any;
5290
5265
  "onUpdate:search"?: (value: string) => any;
5291
- }, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "items" | "colors" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
5266
+ }, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
5292
5267
  "v-slots"?: {
5293
5268
  default?: import("vue").Slot;
5294
- } & DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"append-item", () => VNodeChild>;
5295
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "items" | "colors" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">) => {
5269
+ } & {
5270
+ chip?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
5271
+ selection?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
5272
+ item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
5273
+ "append-item"?: () => VNodeChild;
5274
+ };
5275
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:click:button" | "emit:update:search" | "emit:update:focused" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
5296
5276
  $: import("vue").ComponentInternalInstance;
5297
5277
  $data: {};
5298
5278
  $props: {};
@@ -5332,9 +5312,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5332
5312
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
5333
5313
  propsDefinition: {
5334
5314
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5335
- } & {
5336
5315
  container?: boolean;
5337
- } & {
5338
5316
  colors?: {
5339
5317
  state: {
5340
5318
  base: import("@omnia/fx-models").ColorDefinition;
@@ -10558,62 +10536,44 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10558
10536
  };
10559
10537
  deactivated(): void;
10560
10538
  };
10561
- } & {
10562
10539
  class?: String | String[];
10563
- } & {
10564
10540
  "v-model"?: TModel;
10565
- } & {
10566
10541
  "onUpdate:modelValue"?: (value: TModel) => void;
10567
- } & {
10568
10542
  modelValue?: TModel;
10569
- } & {
10570
10543
  rules?: ValidationRule[];
10571
- } & {
10572
10544
  label?: string;
10573
- } & {
10574
10545
  hint?: string;
10575
- } & {
10576
10546
  items?: TItem;
10577
- } & {
10578
10547
  itemTitle?: SelectItemKey<ItemType<TItem>>;
10579
- } & {
10580
10548
  itemValue?: SelectItemKey<ItemType<TItem>>;
10581
- } & {
10582
10549
  variant?: "default" | "add" | "picker" | "combobox";
10583
- } & {
10584
10550
  returnObject?: boolean;
10585
- } & {
10586
10551
  clearable?: boolean;
10587
- } & {
10588
10552
  searchable?: boolean;
10589
- } & {
10590
10553
  toned?: boolean;
10591
- } & {
10592
10554
  readonly?: boolean;
10593
- } & {
10594
10555
  multiple?: boolean;
10595
- } & {
10596
10556
  hideNoData?: boolean;
10597
- } & {
10598
10557
  menuIcon?: IIcon;
10599
- } & {
10600
10558
  loading?: boolean;
10601
- } & {
10602
10559
  disabled?: boolean;
10603
- } & {
10604
10560
  persistentHint?: boolean;
10605
- } & {
10606
10561
  hideSelected?: boolean;
10607
10562
  } & {
10608
10563
  "v-slots"?: {
10609
10564
  default?: import("vue").Slot;
10610
- } & DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"append-item", () => VNodeChild>;
10565
+ } & {
10566
+ chip?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
10567
+ selection?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
10568
+ item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
10569
+ "append-item"?: () => VNodeChild;
10570
+ };
10611
10571
  } & {
10612
10572
  "onUpdate:modelValue"?: (value: TModel) => any;
10613
10573
  "onUpdate:focused"?: (value: boolean) => any;
10614
10574
  "onClick:button"?: (value: any) => any;
10615
10575
  "onUpdate:search"?: (value: string) => any;
10616
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "items" | "colors" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
10576
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
10617
10577
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10618
10578
  [key: string]: any;
10619
10579
  }>;
@@ -1,19 +1,16 @@
1
1
  import { OrgTreeUser } from "../../models";
2
2
  declare const _default: (props: {
3
3
  user?: OrgTreeUser;
4
- } & {
5
4
  largeImage?: boolean;
6
- } & {
7
5
  highlight?: boolean;
8
- } & {
9
6
  linkToProfilecard?: boolean;
10
7
  } & Omit<{
11
8
  onUserClick?: (user: OrgTreeUser) => any;
12
9
  }, "user" | "largeImage" | "highlight" | "linkToProfilecard"> & {
13
10
  "v-slots"?: {
14
11
  default?: import("vue").Slot;
15
- };
16
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "user" | "largeImage" | "highlight" | "linkToProfilecard">) => {
12
+ } & {};
13
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "user" | "largeImage" | "highlight" | "linkToProfilecard" | "emit:userClick">) => {
17
14
  $: import("vue").ComponentInternalInstance;
18
15
  $data: {};
19
16
  $props: {};
@@ -53,16 +50,13 @@ declare const _default: (props: {
53
50
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
54
51
  propsDefinition: {
55
52
  user?: OrgTreeUser;
56
- } & {
57
53
  largeImage?: boolean;
58
- } & {
59
54
  highlight?: boolean;
60
- } & {
61
55
  linkToProfilecard?: boolean;
62
56
  } & {
63
57
  "v-slots"?: {
64
58
  default?: import("vue").Slot;
65
- };
59
+ } & {};
66
60
  } & {
67
61
  onUserClick?: (user: OrgTreeUser) => any;
68
62
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "user" | "largeImage" | "highlight" | "linkToProfilecard">;
@@ -4,17 +4,11 @@ import { IPostCustomSlots, PostPermission, PostProvider } from "./IPost";
4
4
  import "./Post.css";
5
5
  declare const _default: <TItem extends readonly any[], TModel extends unknown>(props: {
6
6
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
7
- } & {
8
7
  provider?: PostProvider<IPostBaseContext, IPostBaseWithContext<IPostBaseContext>>;
9
- } & {
10
8
  editContentOnTop?: boolean;
11
- } & {
12
9
  omniaServiceId?: GuidValue;
13
- } & {
14
10
  postTypeId?: GuidValue;
15
- } & {
16
11
  showMoreSize?: number;
17
- } & {
18
12
  styles?: {
19
13
  postWrapper?: import("typestyle/lib/types").NestedCSSProperties;
20
14
  postWrapperDialog?: import("typestyle/lib/types").NestedCSSProperties;
@@ -26,32 +20,24 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
26
20
  slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
27
21
  postAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
28
22
  };
29
- } & {
30
23
  cardStyle?: ThemeDefinition;
31
- } & {
32
24
  allowLikes?: boolean;
33
- } & {
34
25
  enableMention?: boolean;
35
- } & {
36
26
  customSlots?: IPostCustomSlots;
37
- } & {
38
27
  hideEditOption?: boolean;
39
- } & {
40
28
  getTopPostIds?: () => {
41
29
  [commentId: string]: string;
42
30
  };
43
- } & {
44
31
  getUserHash?: () => {
45
32
  [principalName: string]: ResolvedUserIdentity;
46
33
  };
47
- } & {
48
34
  topicPermissionDictionary?: {
49
35
  [topicId: string]: PostPermission;
50
36
  };
51
37
  } & Omit<{}, "omniaServiceId" | "styles" | "provider" | "cardStyle" | "richTextSettings" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary"> & {
52
38
  "v-slots"?: {
53
39
  default?: import("vue").Slot;
54
- };
40
+ } & {};
55
41
  } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "cardStyle" | "richTextSettings" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">) => {
56
42
  $: import("vue").ComponentInternalInstance;
57
43
  $data: {};
@@ -92,17 +78,11 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
92
78
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
93
79
  propsDefinition: {
94
80
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
95
- } & {
96
81
  provider?: PostProvider<IPostBaseContext, IPostBaseWithContext<IPostBaseContext>>;
97
- } & {
98
82
  editContentOnTop?: boolean;
99
- } & {
100
83
  omniaServiceId?: GuidValue;
101
- } & {
102
84
  postTypeId?: GuidValue;
103
- } & {
104
85
  showMoreSize?: number;
105
- } & {
106
86
  styles?: {
107
87
  postWrapper?: import("typestyle/lib/types").NestedCSSProperties;
108
88
  postWrapperDialog?: import("typestyle/lib/types").NestedCSSProperties;
@@ -114,32 +94,24 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
114
94
  slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
115
95
  postAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
116
96
  };
117
- } & {
118
97
  cardStyle?: ThemeDefinition;
119
- } & {
120
98
  allowLikes?: boolean;
121
- } & {
122
99
  enableMention?: boolean;
123
- } & {
124
100
  customSlots?: IPostCustomSlots;
125
- } & {
126
101
  hideEditOption?: boolean;
127
- } & {
128
102
  getTopPostIds?: () => {
129
103
  [commentId: string]: string;
130
104
  };
131
- } & {
132
105
  getUserHash?: () => {
133
106
  [principalName: string]: ResolvedUserIdentity;
134
107
  };
135
- } & {
136
108
  topicPermissionDictionary?: {
137
109
  [topicId: string]: PostPermission;
138
110
  };
139
111
  } & {
140
112
  "v-slots"?: {
141
113
  default?: import("vue").Slot;
142
- };
114
+ } & {};
143
115
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "cardStyle" | "richTextSettings" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">;
144
116
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
145
117
  [key: string]: any;