@omnia/fx 8.0.158-dev → 8.0.161-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +342 -62
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +345 -65
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +175 -65
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +37 -17
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -2,6 +2,16 @@ import "./DateTimePicker.css";
|
|
2
2
|
import { IDatetimePickerFormatter } from "./IDateTimePicker";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
tooltip: {
|
6
|
+
type: import("vue").PropType<string>;
|
7
|
+
} & {
|
8
|
+
type: import("vue").PropType<string>;
|
9
|
+
};
|
10
|
+
icon: {
|
11
|
+
type: import("vue").PropType<string>;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<string>;
|
14
|
+
};
|
5
15
|
"is-keep-menu-open": {
|
6
16
|
type: import("vue").PropType<(value: boolean) => void>;
|
7
17
|
};
|
@@ -148,6 +158,16 @@ declare const _default: {
|
|
148
158
|
type: import("vue").PropType<IDatetimePickerFormatter>;
|
149
159
|
};
|
150
160
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
161
|
+
tooltip: {
|
162
|
+
type: import("vue").PropType<string>;
|
163
|
+
} & {
|
164
|
+
type: import("vue").PropType<string>;
|
165
|
+
};
|
166
|
+
icon: {
|
167
|
+
type: import("vue").PropType<string>;
|
168
|
+
} & {
|
169
|
+
type: import("vue").PropType<string>;
|
170
|
+
};
|
151
171
|
"is-keep-menu-open": {
|
152
172
|
type: import("vue").PropType<(value: boolean) => void>;
|
153
173
|
};
|
@@ -301,6 +321,16 @@ declare const _default: {
|
|
301
321
|
M: {};
|
302
322
|
Defaults: {};
|
303
323
|
}, Readonly<import("vue").ExtractPropTypes<{
|
324
|
+
tooltip: {
|
325
|
+
type: import("vue").PropType<string>;
|
326
|
+
} & {
|
327
|
+
type: import("vue").PropType<string>;
|
328
|
+
};
|
329
|
+
icon: {
|
330
|
+
type: import("vue").PropType<string>;
|
331
|
+
} & {
|
332
|
+
type: import("vue").PropType<string>;
|
333
|
+
};
|
304
334
|
"is-keep-menu-open": {
|
305
335
|
type: import("vue").PropType<(value: boolean) => void>;
|
306
336
|
};
|
@@ -451,6 +481,16 @@ declare const _default: {
|
|
451
481
|
__isTeleport?: never;
|
452
482
|
__isSuspense?: never;
|
453
483
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
484
|
+
tooltip: {
|
485
|
+
type: import("vue").PropType<string>;
|
486
|
+
} & {
|
487
|
+
type: import("vue").PropType<string>;
|
488
|
+
};
|
489
|
+
icon: {
|
490
|
+
type: import("vue").PropType<string>;
|
491
|
+
} & {
|
492
|
+
type: import("vue").PropType<string>;
|
493
|
+
};
|
454
494
|
"is-keep-menu-open": {
|
455
495
|
type: import("vue").PropType<(value: boolean) => void>;
|
456
496
|
};
|
@@ -659,8 +699,10 @@ declare const _default: {
|
|
659
699
|
};
|
660
700
|
}>;
|
661
701
|
};
|
702
|
+
icon?: string;
|
662
703
|
description?: string;
|
663
704
|
label?: string;
|
705
|
+
tooltip?: string;
|
664
706
|
disabled?: boolean;
|
665
707
|
scrollable?: boolean;
|
666
708
|
"v-model"?: string;
|
@@ -356,8 +356,8 @@ declare const _default: {
|
|
356
356
|
modelValue?: DateTimeZone<Date>;
|
357
357
|
variant?: "date" | "date-time";
|
358
358
|
singleLine?: boolean;
|
359
|
-
dateFormat?: string;
|
360
359
|
showMenu?: boolean;
|
360
|
+
dateFormat?: string;
|
361
361
|
"single-line"?: boolean;
|
362
362
|
locale?: string;
|
363
363
|
isError?: boolean;
|
@@ -13,6 +13,8 @@ export declare class DateTimeFieldEdit extends VueComponentBase implements IWebC
|
|
13
13
|
dark?: boolean;
|
14
14
|
settings: EnterprisePropertyDateTimeItemSettings;
|
15
15
|
includeTime: boolean;
|
16
|
+
icon: string;
|
17
|
+
tooltip: string;
|
16
18
|
private isRequired;
|
17
19
|
multilingualStore: MultilingualStore;
|
18
20
|
created(): void;
|
@@ -3,6 +3,8 @@ import { EnterprisePropertyDateTimeItemSettings } from "../../../../models";
|
|
3
3
|
import { EnterprisePropertyEditorSettings } from "../../EnterprisePropertyComponentProps";
|
4
4
|
export interface IDateTimeFieldEdit extends EnterprisePropertyEditorSettings<EnterprisePropertyDateTimeItemSettings> {
|
5
5
|
includeTime?: boolean;
|
6
|
+
icon?: string;
|
7
|
+
tooltip?: string;
|
6
8
|
}
|
7
9
|
declare global {
|
8
10
|
namespace JSX {
|
@@ -301,14 +301,14 @@ declare const _default: {
|
|
301
301
|
propsDefinition: Omit<Readonly<{} & {
|
302
302
|
class?: String | String[];
|
303
303
|
disabled?: boolean;
|
304
|
-
errorMessages?: string[];
|
305
|
-
required?: boolean;
|
306
304
|
providerContext?: MediaPickerStorageProviderContext;
|
305
|
+
required?: boolean;
|
307
306
|
"v-model"?: IconPickerModel;
|
308
307
|
"onUpdate:modelValue"?: (value: IconPickerModel) => any;
|
309
308
|
modelValue?: IconPickerModel;
|
310
309
|
hideDetails?: boolean;
|
311
310
|
"hide-details"?: boolean;
|
311
|
+
errorMessages?: string[];
|
312
312
|
"error-messages"?: string[];
|
313
313
|
"provider-context"?: MediaPickerStorageProviderContext;
|
314
314
|
disabledCustomImage?: boolean;
|
@@ -1,43 +1,45 @@
|
|
1
|
-
export
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
export declare namespace IdentitiesLocalization {
|
2
|
+
interface locInterface {
|
3
|
+
Synchronization: {
|
4
|
+
Provider: {
|
5
|
+
AzureAd: {
|
6
|
+
Title: string;
|
7
|
+
Description: string;
|
8
|
+
SyncPropertyBindingSetupTitle: string;
|
9
|
+
SyncRuleSetupTitle: string;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
PropertySyncBinding: {
|
13
|
+
SyncProperty: string;
|
14
|
+
UserProperty: string;
|
15
|
+
};
|
16
|
+
Settings: {
|
17
|
+
AddNewRule: string;
|
18
|
+
AddFilter: string;
|
19
|
+
EditRule: string;
|
20
|
+
UserType: string;
|
21
|
+
DisplayName: string;
|
22
|
+
ErrorNoRules: string;
|
23
|
+
EmptyRuleValue: string;
|
9
24
|
};
|
10
25
|
};
|
11
|
-
|
12
|
-
|
13
|
-
UserProperty: string;
|
14
|
-
};
|
15
|
-
Settings: {
|
16
|
-
AddNewRule: string;
|
17
|
-
AddFilter: string;
|
18
|
-
EditRule: string;
|
19
|
-
UserType: string;
|
26
|
+
BuiltInProperties: {
|
27
|
+
UserName: string;
|
20
28
|
DisplayName: string;
|
21
|
-
|
22
|
-
|
29
|
+
UserIcon: string;
|
30
|
+
Email: string;
|
31
|
+
PreferredLanguage: string;
|
32
|
+
UiLanguage: string;
|
33
|
+
Description: string;
|
34
|
+
Image: string;
|
35
|
+
ExternalIdentityMappings: string;
|
36
|
+
IsRemoved: {
|
37
|
+
DeletedUser: string;
|
38
|
+
DeletedGroup: string;
|
39
|
+
};
|
23
40
|
};
|
24
|
-
|
25
|
-
|
26
|
-
UserName: string;
|
27
|
-
DisplayName: string;
|
28
|
-
UserIcon: string;
|
29
|
-
Email: string;
|
30
|
-
PreferredLanguage: string;
|
31
|
-
UiLanguage: string;
|
32
|
-
Description: string;
|
33
|
-
Image: string;
|
34
|
-
ExternalIdentityMappings: string;
|
35
|
-
IsRemoved: {
|
36
|
-
DeletedUser: string;
|
37
|
-
DeletedGroup: string;
|
41
|
+
IdentityExternalMappings: {
|
42
|
+
SharePointAllInternalExceptExternal: string;
|
38
43
|
};
|
39
|
-
}
|
40
|
-
IdentityExternalMappings: {
|
41
|
-
SharePointAllInternalExceptExternal: string;
|
42
|
-
};
|
44
|
+
}
|
43
45
|
}
|
@@ -163,11 +163,13 @@ declare const _default: {
|
|
163
163
|
onRemove?: (identity: Identity) => any;
|
164
164
|
onDoc$?: (description?: string) => any;
|
165
165
|
onAdd?: (identity: Identity) => any;
|
166
|
+
onCloseDialog?: () => any;
|
166
167
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
167
|
-
|
168
|
+
closeDialog: () => void;
|
168
169
|
doc$(description?: string): {
|
169
|
-
|
170
|
+
closeDialog: () => void;
|
170
171
|
};
|
172
|
+
remove: (identity: Identity) => void;
|
171
173
|
add: (identity: Identity) => void;
|
172
174
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
173
175
|
"business-profile-id": {
|
@@ -331,6 +333,7 @@ declare const _default: {
|
|
331
333
|
onRemove?: (identity: Identity) => any;
|
332
334
|
onDoc$?: (description?: string) => any;
|
333
335
|
onAdd?: (identity: Identity) => any;
|
336
|
+
onCloseDialog?: () => any;
|
334
337
|
}, {}, true, {}, {}, {
|
335
338
|
P: {};
|
336
339
|
B: {};
|
@@ -500,6 +503,7 @@ declare const _default: {
|
|
500
503
|
onRemove?: (identity: Identity) => any;
|
501
504
|
onDoc$?: (description?: string) => any;
|
502
505
|
onAdd?: (identity: Identity) => any;
|
506
|
+
onCloseDialog?: () => any;
|
503
507
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
504
508
|
__isFragment?: never;
|
505
509
|
__isTeleport?: never;
|
@@ -666,11 +670,13 @@ declare const _default: {
|
|
666
670
|
onRemove?: (identity: Identity) => any;
|
667
671
|
onDoc$?: (description?: string) => any;
|
668
672
|
onAdd?: (identity: Identity) => any;
|
673
|
+
onCloseDialog?: () => any;
|
669
674
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
670
|
-
|
675
|
+
closeDialog: () => void;
|
671
676
|
doc$(description?: string): {
|
672
|
-
|
677
|
+
closeDialog: () => void;
|
673
678
|
};
|
679
|
+
remove: (identity: Identity) => void;
|
674
680
|
add: (identity: Identity) => void;
|
675
681
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
676
682
|
propsDefinition: Omit<Readonly<{} & {
|
@@ -713,10 +719,11 @@ declare const _default: {
|
|
713
719
|
"display-identity-type"?: Boolean;
|
714
720
|
isClosed?: Boolean;
|
715
721
|
"is-closed"?: Boolean;
|
716
|
-
}>, "onRemove" | "onDoc$" | "onAdd"> & {
|
722
|
+
}>, "onRemove" | "onDoc$" | "onAdd" | "onCloseDialog"> & {
|
717
723
|
onRemove?: (identity: Identity) => any;
|
718
724
|
onDoc$?: (description?: string) => any;
|
719
725
|
onAdd?: (identity: Identity) => any;
|
726
|
+
onCloseDialog?: () => any;
|
720
727
|
};
|
721
728
|
};
|
722
729
|
export default _default;
|
@@ -998,8 +998,8 @@ declare const _default: {
|
|
998
998
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
999
999
|
modelValue?: boolean;
|
1000
1000
|
businessProfileId?: string;
|
1001
|
-
location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
1002
1001
|
showMenu?: boolean;
|
1002
|
+
location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
1003
1003
|
providerIds?: GuidValue[];
|
1004
1004
|
emailEnabled?: BoolFilter;
|
1005
1005
|
permissionEnabled?: BoolFilter;
|
@@ -904,8 +904,8 @@ declare const _default: {
|
|
904
904
|
dense?: boolean;
|
905
905
|
multiple?: boolean;
|
906
906
|
disabled?: boolean;
|
907
|
-
required?: boolean;
|
908
907
|
identityStore?: IIdentityPickerStore;
|
908
|
+
required?: boolean;
|
909
909
|
"v-model"?: Identity[];
|
910
910
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
911
911
|
modelValue?: Identity[];
|
@@ -862,8 +862,8 @@ declare const _default: {
|
|
862
862
|
label?: string;
|
863
863
|
multiple?: boolean;
|
864
864
|
disabled?: boolean;
|
865
|
-
required?: boolean;
|
866
865
|
identityStore?: IIdentityPickerStore;
|
866
|
+
required?: boolean;
|
867
867
|
"v-model"?: Identity[];
|
868
868
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
869
869
|
modelValue?: Identity[];
|
@@ -1,49 +1,59 @@
|
|
1
1
|
import { MultilingualContext } from "..";
|
2
2
|
import "./InputLanguagePicker.css";
|
3
|
-
declare const _default: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
type: import("vue").PropType<MultilingualContext>;
|
17
|
-
};
|
18
|
-
}>>, {}, true, {}, {}, {
|
19
|
-
P: {};
|
20
|
-
B: {};
|
21
|
-
D: {};
|
22
|
-
C: {};
|
23
|
-
M: {};
|
24
|
-
Defaults: {};
|
25
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
26
|
-
"multilingual-context": {
|
27
|
-
type: import("vue").PropType<MultilingualContext>;
|
28
|
-
};
|
29
|
-
multilingualContext: {
|
30
|
-
type: import("vue").PropType<MultilingualContext>;
|
31
|
-
};
|
32
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
33
|
-
__isFragment?: never;
|
34
|
-
__isTeleport?: never;
|
35
|
-
__isSuspense?: never;
|
36
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
37
|
-
"multilingual-context": {
|
38
|
-
type: import("vue").PropType<MultilingualContext>;
|
3
|
+
declare const _default: (props: {
|
4
|
+
multilingualContext?: MultilingualContext;
|
5
|
+
tooltip?: string;
|
6
|
+
} & Omit<{}, "tooltip" | "multilingualContext"> & {
|
7
|
+
"v-slots"?: {
|
8
|
+
default?: import("vue").Slot;
|
9
|
+
} & {};
|
10
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tooltip" | "multilingualContext">) => {
|
11
|
+
$: import("vue").ComponentInternalInstance;
|
12
|
+
$data: {};
|
13
|
+
$props: {};
|
14
|
+
$attrs: {
|
15
|
+
[x: string]: unknown;
|
39
16
|
};
|
40
|
-
|
41
|
-
|
17
|
+
$refs: {
|
18
|
+
[x: string]: unknown;
|
42
19
|
};
|
43
|
-
|
44
|
-
|
20
|
+
$slots: Readonly<{
|
21
|
+
[name: string]: import("vue").Slot<any>;
|
22
|
+
}>;
|
23
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
24
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$emit: (event: string, ...args: any[]) => void;
|
26
|
+
$el: any;
|
27
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
28
|
+
beforeCreate?: (() => void) | (() => void)[];
|
29
|
+
created?: (() => void) | (() => void)[];
|
30
|
+
beforeMount?: (() => void) | (() => void)[];
|
31
|
+
mounted?: (() => void) | (() => void)[];
|
32
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
33
|
+
updated?: (() => void) | (() => void)[];
|
34
|
+
activated?: (() => void) | (() => void)[];
|
35
|
+
deactivated?: (() => void) | (() => void)[];
|
36
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
37
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
38
|
+
destroyed?: (() => void) | (() => void)[];
|
39
|
+
unmounted?: (() => void) | (() => void)[];
|
40
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
41
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
43
|
+
};
|
44
|
+
$forceUpdate: () => void;
|
45
|
+
$nextTick: typeof import("vue").nextTick;
|
46
|
+
$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;
|
47
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
48
|
+
propsDefinition: {
|
45
49
|
multilingualContext?: MultilingualContext;
|
46
|
-
|
47
|
-
}
|
48
|
-
|
50
|
+
tooltip?: string;
|
51
|
+
} & {
|
52
|
+
"v-slots"?: {
|
53
|
+
default?: import("vue").Slot;
|
54
|
+
} & {};
|
55
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tooltip" | "multilingualContext">;
|
56
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
|
+
[key: string]: any;
|
58
|
+
}>;
|
49
59
|
export default _default;
|
@@ -628,7 +628,6 @@ declare const JourneyBladeComponent: {
|
|
628
628
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
629
629
|
disabled?: boolean;
|
630
630
|
settings?: boolean;
|
631
|
-
save?: boolean;
|
632
631
|
"v-slots"?: {
|
633
632
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
634
633
|
} & {
|
@@ -641,6 +640,7 @@ declare const JourneyBladeComponent: {
|
|
641
640
|
"sub-title"?: string;
|
642
641
|
create?: boolean;
|
643
642
|
ok?: boolean;
|
643
|
+
save?: boolean;
|
644
644
|
getApi?: (store: ReturnType<typeof useJourneyStore>) => void;
|
645
645
|
"get-api"?: (store: ReturnType<typeof useJourneyStore>) => void;
|
646
646
|
loading?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GuidValue
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
2
2
|
import { JourneyBladeComponentTypings } from "../JourneyBlade";
|
3
3
|
type ExtractProps<T> = {
|
4
4
|
[K in keyof (T extends {
|
@@ -10,15 +10,17 @@ type ExtractProps<T> = {
|
|
10
10
|
type BladeElement = new (...args: any[]) => {
|
11
11
|
"$props": Omit<ExtractProps<Pick<InstanceType<JourneyBladeComponentTypings>, "$props">>, "id" | "getApi">;
|
12
12
|
};
|
13
|
-
export declare function useBlade<
|
13
|
+
export declare function useBlade<TRoute extends {
|
14
|
+
[name: string]: string | number | boolean | GuidValue;
|
15
|
+
} = {}>(bladeId: GuidValue): {
|
14
16
|
Blade: BladeElement;
|
15
|
-
readonly
|
17
|
+
readonly route: TRoute;
|
16
18
|
moveNext(): void;
|
17
19
|
movePrev(): void;
|
18
20
|
travelTo(toBladeId: GuidValue): void;
|
19
|
-
defineValueToSave<
|
20
|
-
value:
|
21
|
-
setValue: (value:
|
21
|
+
defineValueToSave<T>(value?: T): {
|
22
|
+
value: T;
|
23
|
+
setValue: (value: T) => void;
|
22
24
|
};
|
23
25
|
};
|
24
26
|
export {};
|
@@ -626,10 +626,6 @@ declare const _default: {
|
|
626
626
|
};
|
627
627
|
providerContext?: MediaPickerStorageProviderContext;
|
628
628
|
settings?: MediaPickerImageSettings;
|
629
|
-
enableMediaCaption?: boolean;
|
630
|
-
selectedMedia?: SelectedMedia;
|
631
|
-
enableGallery?: boolean;
|
632
|
-
galleryItemLimit?: number;
|
633
629
|
"v-model"?: boolean;
|
634
630
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
635
631
|
modelValue?: boolean;
|
@@ -638,13 +634,17 @@ declare const _default: {
|
|
638
634
|
} & {
|
639
635
|
activator?: () => VNodeChild;
|
640
636
|
};
|
641
|
-
|
642
|
-
|
637
|
+
enableMediaCaption?: boolean;
|
638
|
+
selectedMedia?: SelectedMedia;
|
639
|
+
enableGallery?: boolean;
|
640
|
+
galleryItemLimit?: number;
|
643
641
|
selectableMediaTypes?: MediaPickerEnums.OmniaMediaTypes[];
|
644
642
|
"selectable-media-types"?: MediaPickerEnums.OmniaMediaTypes[];
|
645
643
|
providerConfiguration?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
|
646
644
|
"provider-configuration"?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
|
647
645
|
"provider-context"?: MediaPickerStorageProviderContext;
|
646
|
+
"onUpdate:selectedMedia"?: (value: SelectedMedia) => any;
|
647
|
+
"v-model:selectedMedia"?: SelectedMedia;
|
648
648
|
"enable-gallery"?: boolean;
|
649
649
|
"gallery-item-limit"?: number;
|
650
650
|
"enable-media-caption"?: boolean;
|
@@ -175,8 +175,8 @@ declare const _default: {
|
|
175
175
|
maxWidth?: number;
|
176
176
|
sourceImage?: MediaPickerBase64Image | MediaPickerTransformedBase64Image;
|
177
177
|
transformations?: string;
|
178
|
-
"max-width"?: number;
|
179
178
|
"max-height"?: number;
|
179
|
+
"max-width"?: number;
|
180
180
|
containerId?: string;
|
181
181
|
"container-id"?: string;
|
182
182
|
"source-image"?: MediaPickerBase64Image | MediaPickerTransformedBase64Image;
|
@@ -335,7 +335,6 @@ declare const _default: {
|
|
335
335
|
avatar?: {
|
336
336
|
size: OSizeTypes;
|
337
337
|
};
|
338
|
-
"content-class"?: string;
|
339
338
|
imagedata?: string;
|
340
339
|
imageStyle?: string | object | object[];
|
341
340
|
showCaption?: boolean;
|
@@ -344,6 +343,7 @@ declare const _default: {
|
|
344
343
|
"image-ratio-id"?: number;
|
345
344
|
scalingId?: number;
|
346
345
|
"scaling-id"?: number;
|
346
|
+
"content-class"?: string;
|
347
347
|
displayVSlot?: boolean;
|
348
348
|
"display-v-slot"?: boolean;
|
349
349
|
containerClass?: string;
|
@@ -52,6 +52,7 @@ export * from "./AppLayoutPlaceHolder";
|
|
52
52
|
export * from "./DataTable";
|
53
53
|
export * from "./Directives";
|
54
54
|
export * from "./MultiTextInputItem";
|
55
|
+
export * from "./TypographyEditorModel";
|
55
56
|
export { ValidationOnDefinitions, type IValidationRuleBuilder, type IValidator, type ValidationRule, type ValidationResult } from "./Validation";
|
56
57
|
export type { ValidationOnTypes } from "./Validation";
|
57
58
|
export * from "./SpecialUserConfiguration";
|
@@ -707,11 +707,11 @@ declare const _default: {
|
|
707
707
|
"onUpdate:modelValue"?: (value: MultilingualString) => any;
|
708
708
|
modelValue?: MultilingualString;
|
709
709
|
autofocus?: boolean;
|
710
|
-
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
711
|
-
"rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
712
710
|
multilingualContext?: MultilingualContext;
|
713
711
|
"multilingual-context"?: MultilingualContext;
|
712
|
+
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
714
713
|
multipleLines?: boolean;
|
714
|
+
"rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
715
715
|
"multiple-lines"?: boolean;
|
716
716
|
validationOn?: "input" | "lazy";
|
717
717
|
"validation-on"?: "input" | "lazy";
|
@@ -55,9 +55,9 @@ declare const _default: {
|
|
55
55
|
title?: string;
|
56
56
|
options?: object[];
|
57
57
|
valueBind?: any[];
|
58
|
-
onValueChanged?: (value: any[]) => void;
|
59
58
|
required?: boolean;
|
60
59
|
hideDetails?: boolean;
|
60
|
+
onValueChanged?: (value: any[]) => void;
|
61
61
|
multipleChoice?: boolean;
|
62
62
|
optionValue?: string;
|
63
63
|
optionText?: string;
|