@omnia/fx 8.0.145-dev → 8.0.147-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.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +7 -8
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +8 -25
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +9 -16
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -13
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +8 -27
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +7 -24
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -20
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +3 -13
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +7 -18
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +2 -18
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +3 -17
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +3 -21
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +10 -7
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +2 -8
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -29
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +10 -44
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -54
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -39
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPreview.d.ts +491 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -10
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +2 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyTokenRouter.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +0 -43
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +0 -6
@@ -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 {
|
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,51 +5235,28 @@ 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;
|
@@ -5291,8 +5266,13 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5291
5266
|
}, "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"> & {
|
5292
5267
|
"v-slots"?: {
|
5293
5268
|
default?: import("vue").Slot;
|
5294
|
-
} &
|
5295
|
-
|
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" | "items" | "colors" | "toned" | "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,56 +10536,38 @@ 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
|
-
} &
|
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;
|
@@ -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;
|
@@ -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;
|