@omnia/fx 8.0.255-dev → 8.0.257-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.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- 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 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourneyConstants.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +1 -20
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +3 -2
- 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/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +5 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.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/social/Comment.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -826
@@ -103,16 +103,16 @@ export declare const useJourneyStore: () => {
|
|
103
103
|
subscribe(fn: (blade: {
|
104
104
|
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
105
105
|
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
106
|
-
readonly ManageList: <
|
107
|
-
readonly ManageDataTable: <
|
106
|
+
readonly ManageList: <T_1 extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T_1>>) => any;
|
107
|
+
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
|
108
108
|
id: guid;
|
109
109
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
110
110
|
moveNext(): void;
|
111
111
|
movePrev(): void;
|
112
112
|
travelTo(toBladeId: guid): void;
|
113
|
-
defineValueToSave<
|
114
|
-
value:
|
115
|
-
setValue: (value:
|
113
|
+
defineValueToSave<T_2>(value?: T_2): {
|
114
|
+
value: T_2;
|
115
|
+
setValue: (value: T_2) => void;
|
116
116
|
};
|
117
117
|
}) => void): IMessageBusSubscriptionHandler;
|
118
118
|
};
|
@@ -146,16 +146,16 @@ export declare const useJourneyStore: () => {
|
|
146
146
|
subscribe(fn: (result: void, blade: {
|
147
147
|
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
148
148
|
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
149
|
-
readonly ManageList: <
|
150
|
-
readonly ManageDataTable: <
|
149
|
+
readonly ManageList: <T_1 extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T_1>>) => any;
|
150
|
+
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
|
151
151
|
id: guid;
|
152
152
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
153
153
|
moveNext(): void;
|
154
154
|
movePrev(): void;
|
155
155
|
travelTo(toBladeId: guid): void;
|
156
|
-
defineValueToSave<
|
157
|
-
value:
|
158
|
-
setValue: (value:
|
156
|
+
defineValueToSave<T_2>(value?: T_2): {
|
157
|
+
value: T_2;
|
158
|
+
setValue: (value: T_2) => void;
|
159
159
|
};
|
160
160
|
}) => void): IMessageBusSubscriptionHandler;
|
161
161
|
};
|
@@ -189,16 +189,16 @@ export declare const useJourneyStore: () => {
|
|
189
189
|
subscribe(fn: (failureReason: any, blade: {
|
190
190
|
readonly Blade: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyBlade").JourneyBladeProps, "id" | "getApi">>) => any;
|
191
191
|
readonly Menu: (props: import("@omnia/fx/ux").ConstructComponentProps<Omit<import("../JourneyMenu").JourneyMenuProps, "id" | "getApi">>) => any;
|
192
|
-
readonly ManageList: <
|
193
|
-
readonly ManageDataTable: <
|
192
|
+
readonly ManageList: <T_1 extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/list/List").OListProps<T_1>>) => any;
|
193
|
+
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>>) => any;
|
194
194
|
id: guid;
|
195
195
|
readonly route: import("@omnia/fx-models").JourneyBladeRoute;
|
196
196
|
moveNext(): void;
|
197
197
|
movePrev(): void;
|
198
198
|
travelTo(toBladeId: guid): void;
|
199
|
-
defineValueToSave<
|
200
|
-
value:
|
201
|
-
setValue: (value:
|
199
|
+
defineValueToSave<T_2>(value?: T_2): {
|
200
|
+
value: T_2;
|
201
|
+
setValue: (value: T_2) => void;
|
202
202
|
};
|
203
203
|
}) => void): IMessageBusSubscriptionHandler;
|
204
204
|
};
|
@@ -502,8 +502,8 @@ declare const _default: {
|
|
502
502
|
clearable?: boolean;
|
503
503
|
hideDisplayFlag?: boolean;
|
504
504
|
hideDisplayName?: boolean;
|
505
|
-
enableContextSettings?: boolean;
|
506
505
|
loadLanguage?: () => Promise<Array<Language>>;
|
506
|
+
enableContextSettings?: boolean;
|
507
507
|
}>, "onUpdate:modelValue"> & {
|
508
508
|
"onUpdate:modelValue"?: (value: Language) => any;
|
509
509
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -123,8 +123,8 @@ declare const _default: {
|
|
123
123
|
container?: boolean;
|
124
124
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
125
125
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
126
|
-
multilingualtitle?: string | MultilingualString;
|
127
126
|
settingsKey?: any;
|
127
|
+
multilingualtitle?: string | MultilingualString;
|
128
128
|
alternativeContent?: JSX.Element;
|
129
129
|
}>, never>;
|
130
130
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { ActionHandler } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit, DefineProp } from "../../DefineVueTypings";
|
3
|
+
/**type for IActionHandlerSettingsComponent */
|
4
|
+
type IActionHandlerSettings = DefineProp<"actionHandler", ActionHandler, true> & DefineEmit<"updateActionHandler", () => void>;
|
5
|
+
declare const _default: (props: import("../..").ConstructComponentProps<IActionHandlerSettings>) => any;
|
6
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts
CHANGED
@@ -151,8 +151,8 @@ declare const _default: {
|
|
151
151
|
};
|
152
152
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
153
|
propsDefinition: Omit<Readonly<{} & {
|
154
|
-
blockId?: guid;
|
155
154
|
layoutProvider?: string;
|
155
|
+
blockId?: guid;
|
156
156
|
isEditMode?: boolean;
|
157
157
|
onBlockInstanceCreated?: (blockInstance: IBlockInstance) => void;
|
158
158
|
blockRenderer?: () => JSX.Element;
|
@@ -3,6 +3,9 @@ import { LayoutCanvasStore } from "../";
|
|
3
3
|
import "./LayoutRendererCanvas.css";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
height: {
|
7
|
+
type: import("vue").PropType<string>;
|
8
|
+
};
|
6
9
|
disableScrollCompensation: {
|
7
10
|
type: import("vue").PropType<boolean>;
|
8
11
|
};
|
@@ -16,6 +19,9 @@ declare const _default: {
|
|
16
19
|
type: import("vue").PropType<boolean>;
|
17
20
|
};
|
18
21
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
22
|
+
height: {
|
23
|
+
type: import("vue").PropType<string>;
|
24
|
+
};
|
19
25
|
disableScrollCompensation: {
|
20
26
|
type: import("vue").PropType<boolean>;
|
21
27
|
};
|
@@ -36,6 +42,9 @@ declare const _default: {
|
|
36
42
|
M: {};
|
37
43
|
Defaults: {};
|
38
44
|
}, Readonly<import("vue").ExtractPropTypes<{
|
45
|
+
height: {
|
46
|
+
type: import("vue").PropType<string>;
|
47
|
+
};
|
39
48
|
disableScrollCompensation: {
|
40
49
|
type: import("vue").PropType<boolean>;
|
41
50
|
};
|
@@ -53,6 +62,9 @@ declare const _default: {
|
|
53
62
|
__isTeleport?: never;
|
54
63
|
__isSuspense?: never;
|
55
64
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
65
|
+
height: {
|
66
|
+
type: import("vue").PropType<string>;
|
67
|
+
};
|
56
68
|
disableScrollCompensation: {
|
57
69
|
type: import("vue").PropType<boolean>;
|
58
70
|
};
|
@@ -68,6 +80,7 @@ declare const _default: {
|
|
68
80
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
69
81
|
propsDefinition: Omit<Readonly<{} & {
|
70
82
|
provider?: string;
|
83
|
+
height?: string;
|
71
84
|
getApi?: (inst: LayoutRendererCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void;
|
72
85
|
designRender?: boolean;
|
73
86
|
disableScrollCompensation?: boolean;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
52
|
media?: MediaPickerMedia | MediaPickerMedia[];
|
53
|
-
imageRatioId?: number;
|
54
53
|
showCaption?: boolean;
|
54
|
+
imageRatioId?: number;
|
55
55
|
thumbnailOnly?: boolean;
|
56
56
|
mediaStyle?: string | object | object[];
|
57
57
|
mediaClass?: string;
|
@@ -199,14 +199,14 @@ declare const _default: {
|
|
199
199
|
};
|
200
200
|
contain?: boolean;
|
201
201
|
contentClass?: string;
|
202
|
-
inlineMediaNodeDisplayData?: string;
|
203
202
|
imagedata?: string;
|
204
203
|
imageStyle?: string | object | object[];
|
204
|
+
inlineMediaNodeDisplayData?: string;
|
205
|
+
showCaption?: boolean;
|
205
206
|
imageRatioId?: number;
|
206
207
|
scalingId?: number;
|
207
208
|
displayVSlot?: boolean;
|
208
209
|
containerClass?: string;
|
209
|
-
showCaption?: boolean;
|
210
210
|
imgClass?: string;
|
211
211
|
}>, never>;
|
212
212
|
};
|
@@ -265,9 +265,9 @@ declare const _default: {
|
|
265
265
|
} & {
|
266
266
|
label?: () => VNodeChild;
|
267
267
|
};
|
268
|
-
persistentHint?: boolean;
|
269
|
-
hint?: string;
|
270
268
|
rules?: ValidationRule[];
|
269
|
+
hint?: string;
|
270
|
+
persistentHint?: boolean;
|
271
271
|
}>, "onUpdate:modelValue"> & {
|
272
272
|
"onUpdate:modelValue"?: (value: any) => any;
|
273
273
|
};
|
@@ -12,7 +12,7 @@ export type DataTableOptions = {
|
|
12
12
|
itemsPerPage: number;
|
13
13
|
sortBy: SortItem[];
|
14
14
|
};
|
15
|
-
export type DataTablePropsBase<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"expanded", Array<string>, false, null, false, "Whether the item is expanded or not."> & DefineVModel<"sortBy", SortItem[], false, null, false, "Changes which item property (or properties) should be used for sort order."> & DefineProp<"mustSort", boolean, false, false, "If true then one can not disable sorting, it will always switch between ascending and descending."> & DefineProp<"showSelect", boolean, false, false, "Shows a checkbox for each row."> & DefineProp<"itemSelectable", SelectItemKey<T>, false, false, "SProperty on supplied items that indicates whether the item is selectable."> & DefineProp<"height", string | number, false, null, "Sets and explicit height of the tablet."> & DefineProp<"noDataText", string, false, null, "Text shown when no items are provided to the component."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"hover", boolean, false, false, "Property on supplied items that contains its value."> & DefineProp<"search", string, false, null, "Text input used to filter items."> & DefineProp<"showExpand", boolean, false, false, "Shows the expand toggle in default rows."> & DefineProp<"headers", DataTableHeader[], false, typeof defaultHeaders, "An array of objects that each describe a header column."> & DefineVModel<"items", T[], false, typeof emptyArray,
|
15
|
+
export type DataTablePropsBase<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"expanded", Array<string>, false, null, false, "Whether the item is expanded or not."> & DefineVModel<"sortBy", SortItem[], false, null, false, "Changes which item property (or properties) should be used for sort order."> & DefineProp<"mustSort", boolean, false, false, "If true then one can not disable sorting, it will always switch between ascending and descending."> & DefineProp<"showSelect", boolean, false, false, "Shows a checkbox for each row."> & DefineProp<"itemSelectable", SelectItemKey<T>, false, false, "SProperty on supplied items that indicates whether the item is selectable."> & DefineProp<"height", string | number, false, null, "Sets and explicit height of the tablet."> & DefineProp<"noDataText", string, false, null, "Text shown when no items are provided to the component."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"hover", boolean, false, false, "Property on supplied items that contains its value."> & DefineProp<"search", string, false, null, "Text input used to filter items."> & DefineProp<"searchBy", (keyof T)[] | ((item: T) => string[]), false, null, "Property on supplied items that contains its value to search."> & DefineProp<"showExpand", boolean, false, false, "Shows the expand toggle in default rows."> & DefineProp<"headers", DataTableHeader[], false, typeof defaultHeaders, "An array of objects that each describe a header column."> & DefineVModel<"items", T[], false, typeof emptyArray, false, "An array of strings or objects used for automatically generating children components."> & DefineVModel<"", Array<any>, false, typeof emptyArray, true, "The v-model value of the component. If component supports the multiple prop, this defaults to an empty array."> & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: DataTableOptions) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"update:itemsPerPage", (value: number) => void, "Emits when the items-per-page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
16
16
|
item: T;
|
17
17
|
}) => void>;
|
18
18
|
type DefaultProps = {};
|
@@ -20,16 +20,15 @@ type VariantType<TVariant> = DefineProp<"variant", TVariant, false, null, "Appli
|
|
20
20
|
type ItemsPerPageProp = DefineProp<"itemsPerPage", number, true, -1, "Changes how many items per page should be visible. If set a paging footer is displayed.">;
|
21
21
|
type ShowLoadMoreProp = DefineProp<"showLoadMore", boolean, false, false, "Shows the button to fetch more data.">;
|
22
22
|
type PageProp = DefineProp<"page", number, false, 1, "The current page.">;
|
23
|
-
type SearchByProp<TItem> = DefineProp<"searchBy", ItemValueType<TItem> | ItemValueType<TItem>[] | ((keyword: string, item: TItem) => boolean), false, null, "Property on supplied items that contains its value to search.">;
|
24
23
|
type ItemHeightProp = DefineProp<"itemHeight", string | number, false, null, "Height in pixels of each item to display.">;
|
25
|
-
type ClientPaginationPageProps<TItem> = ItemsPerPageProp & PageProp
|
26
|
-
type ClientPaginationScrollProps<TItem> = ItemHeightProp
|
24
|
+
type ClientPaginationPageProps<TItem> = ItemsPerPageProp & PageProp;
|
25
|
+
type ClientPaginationScrollProps<TItem> = ItemHeightProp;
|
27
26
|
type ServerPaginationPageProps = ItemsPerPageProp & PageProp & DefineProp<"itemsLength", number, true, null, "Number of all items.">;
|
28
|
-
type ServerPaginationScrollProps = ShowLoadMoreProp & DefineEmit<"
|
27
|
+
type ServerPaginationScrollProps<TItem> = ShowLoadMoreProp & DefineEmit<"visible:lastItem", (item: TItem) => void>;
|
29
28
|
type CellElement = (props: ConstructComponentProps<Pick<TdHTMLAttributes, "colspan" | "rowspan" | "headers">>) => any;
|
30
29
|
type RowElement = (props: ConstructComponentProps<PublicDataTableRowProps>) => any;
|
31
30
|
declare const defaultHeaders: DataTableHeader[];
|
32
31
|
declare const emptyArray: any[];
|
33
|
-
export type DataTableProps<TItem, TVariant> = VariantType<TVariant> & DataTablePropsBase<TItem> & DefineType<TVariant extends "client-pagination-scroll" ? ClientPaginationScrollProps<TItem> : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps : DefaultProps>;
|
32
|
+
export type DataTableProps<TItem, TVariant> = VariantType<TVariant> & DataTablePropsBase<TItem> & DefineType<TVariant extends "client-pagination-scroll" ? ClientPaginationScrollProps<TItem> : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps<TItem> : DefaultProps>;
|
34
33
|
declare const _default: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: ConstructComponentProps<DataTableProps<TItem, TVariant>>) => any;
|
35
34
|
export default _default;
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
7
7
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
8
8
|
};
|
9
9
|
componentHost: {
|
10
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
10
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
11
11
|
};
|
12
12
|
host: {
|
13
13
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
23
23
|
};
|
24
24
|
componentHost: {
|
25
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
25
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
26
26
|
};
|
27
27
|
host: {
|
28
28
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -42,7 +42,7 @@ declare const _default: {
|
|
42
42
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
43
43
|
};
|
44
44
|
componentHost: {
|
45
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
45
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
46
46
|
};
|
47
47
|
host: {
|
48
48
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
|
62
62
|
};
|
63
63
|
componentHost: {
|
64
|
-
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
64
|
+
type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
|
65
65
|
};
|
66
66
|
host: {
|
67
67
|
type: import("vue").PropType<"admin" | "editor" | "docs">;
|
@@ -72,7 +72,7 @@ declare const _default: {
|
|
72
72
|
propsDefinition: Omit<Readonly<{} & {
|
73
73
|
host?: "admin" | "editor" | "docs";
|
74
74
|
variant?: "toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section";
|
75
|
-
componentHost?: "toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "
|
75
|
+
componentHost?: "toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
|
76
76
|
force?: boolean;
|
77
77
|
}>, never>;
|
78
78
|
};
|
@@ -6,6 +6,6 @@ export interface IListItem<T> {
|
|
6
6
|
index: number;
|
7
7
|
Item: typeof o.list.item;
|
8
8
|
}
|
9
|
-
export type OListProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T[], false, null,
|
9
|
+
export type OListProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T[], false, null, false, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o.list.item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o.list.item width and rounds the corners. Typically used with o.navigation.drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"navigation", boolean | ((item: T) => boolean), false, false, "The row navigation."> & DefineProp<"remove", boolean | ((item: T) => boolean), false, false, "Enable removable row."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
|
10
10
|
declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<OListProps<T>>) => any;
|
11
11
|
export default _default;
|
@@ -20,7 +20,7 @@ declare const _default: {
|
|
20
20
|
type: import("vue").PropType<boolean>;
|
21
21
|
};
|
22
22
|
location: {
|
23
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
23
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
24
24
|
required: false;
|
25
25
|
};
|
26
26
|
closeDelay: {
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
99
99
|
type: import("vue").PropType<boolean>;
|
100
100
|
};
|
101
101
|
location: {
|
102
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
102
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
103
103
|
required: false;
|
104
104
|
};
|
105
105
|
closeDelay: {
|
@@ -182,7 +182,7 @@ declare const _default: {
|
|
182
182
|
type: import("vue").PropType<boolean>;
|
183
183
|
};
|
184
184
|
location: {
|
185
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
185
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
186
186
|
required: false;
|
187
187
|
};
|
188
188
|
closeDelay: {
|
@@ -262,7 +262,7 @@ declare const _default: {
|
|
262
262
|
type: import("vue").PropType<boolean>;
|
263
263
|
};
|
264
264
|
location: {
|
265
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
265
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
closeDelay: {
|
@@ -344,9 +344,9 @@ declare const _default: {
|
|
344
344
|
activator?: () => VNodeChild;
|
345
345
|
};
|
346
346
|
activator?: string;
|
347
|
-
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
348
347
|
attach?: string | boolean | Element;
|
349
348
|
closeDelay?: string | number;
|
349
|
+
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
350
350
|
openOnHover?: boolean;
|
351
351
|
visibleOnContentClick?: boolean;
|
352
352
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
@@ -225,8 +225,8 @@ declare const _default: {
|
|
225
225
|
"v-model"?: any;
|
226
226
|
"onUpdate:modelValue"?: (value: any) => any;
|
227
227
|
modelValue?: any;
|
228
|
-
readonly?: boolean;
|
229
228
|
rules?: ValidationRule[];
|
229
|
+
readonly?: boolean;
|
230
230
|
}>, "onUpdate:modelValue"> & {
|
231
231
|
"onUpdate:modelValue"?: (value: any) => any;
|
232
232
|
};
|
@@ -296,14 +296,14 @@ declare const _default: {
|
|
296
296
|
"onUpdate:modelValue"?: (value: [number, number]) => any;
|
297
297
|
modelValue?: [number, number];
|
298
298
|
variant?: "default" | "prominent";
|
299
|
+
hint?: string;
|
300
|
+
persistentHint?: boolean;
|
299
301
|
max?: string | number;
|
300
302
|
min?: string | number;
|
301
303
|
step?: string | number;
|
302
|
-
persistentHint?: boolean;
|
303
|
-
hint?: string;
|
304
|
-
ticks?: number[] | Record<number, string>;
|
305
304
|
noThumbLabel?: boolean;
|
306
305
|
showTicks?: boolean | "always";
|
306
|
+
ticks?: number[] | Record<number, string>;
|
307
307
|
tickSize?: number;
|
308
308
|
}>, never>;
|
309
309
|
};
|
@@ -264,10 +264,10 @@ declare const _default: {
|
|
264
264
|
"v-slots"?: {
|
265
265
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
266
266
|
} & VRatingSlots;
|
267
|
+
hover?: boolean;
|
267
268
|
readonly?: boolean;
|
268
269
|
clearable?: boolean;
|
269
270
|
density?: "default" | "compact" | "comfortable";
|
270
|
-
hover?: boolean;
|
271
271
|
}>, never>;
|
272
272
|
};
|
273
273
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType,
|
1
|
+
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
import { IIcon, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
|
4
4
|
import { VSelectSlots } from "../../ComponentTypings";
|
@@ -12,7 +12,7 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
|
|
12
12
|
declare const defaultRules: ValidationRule[];
|
13
13
|
type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild>;
|
14
14
|
type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
|
15
|
-
type BaseProps<TItem, TModel, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", TModel, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle",
|
15
|
+
type BaseProps<TItem, TModel, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", TModel, false, null, false, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"toned", boolean> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild>;
|
16
16
|
export type OSelectProps<TItem, TModel, TReturnObject extends boolean> = BaseProps<TItem, TModel, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
|
17
17
|
declare const _default: <TItem extends readonly any[], TModel extends unknown, TReturnObject extends boolean>(props: import("@omnia/fx/ux").ConstructComponentProps<OSelectProps<TItem, TModel, TReturnObject>>) => any;
|
18
18
|
export default _default;
|
@@ -333,15 +333,15 @@ declare const _default: {
|
|
333
333
|
"onUpdate:modelValue"?: (value: any) => any;
|
334
334
|
modelValue?: any;
|
335
335
|
variant?: "default" | "prominent";
|
336
|
+
hint?: string;
|
337
|
+
persistentHint?: boolean;
|
336
338
|
max?: string | number;
|
337
339
|
min?: string | number;
|
338
340
|
step?: string | number;
|
339
|
-
persistentHint?: boolean;
|
340
|
-
hint?: string;
|
341
341
|
unitLabel?: string;
|
342
|
-
ticks?: number[] | Record<number, string>;
|
343
342
|
noThumbLabel?: boolean;
|
344
343
|
showTicks?: boolean | "always";
|
344
|
+
ticks?: number[] | Record<number, string>;
|
345
345
|
tickSize?: number;
|
346
346
|
}>, "onUpdate:modelValue"> & {
|
347
347
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -244,9 +244,9 @@ declare const _default: {
|
|
244
244
|
"v-model"?: boolean;
|
245
245
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
246
246
|
modelValue?: boolean;
|
247
|
-
persistentHint?: boolean;
|
248
|
-
hint?: string;
|
249
247
|
rules?: ValidationRule[];
|
248
|
+
hint?: string;
|
249
|
+
persistentHint?: boolean;
|
250
250
|
hideDetails?: boolean;
|
251
251
|
}>, "onUpdate:modelValue"> & {
|
252
252
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -386,11 +386,11 @@ declare const _default: {
|
|
386
386
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
387
387
|
} & VTextAreaSlots;
|
388
388
|
autofocus?: boolean;
|
389
|
-
|
390
|
-
persistentHint?: boolean;
|
389
|
+
rules?: ValidationRule[];
|
391
390
|
hint?: string;
|
391
|
+
persistentHint?: boolean;
|
392
|
+
readonly?: boolean;
|
392
393
|
errorMessages?: string | string[];
|
393
|
-
rules?: ValidationRule[];
|
394
394
|
clearable?: boolean;
|
395
395
|
autoGrow?: boolean;
|
396
396
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
@@ -30,7 +30,7 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<string>;
|
31
31
|
};
|
32
32
|
variant: {
|
33
|
-
type: import("vue").PropType<"default" | "menu" | "
|
33
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
34
34
|
};
|
35
35
|
class: {
|
36
36
|
type: import("vue").PropType<String | String[]>;
|
@@ -83,7 +83,7 @@ declare const _default: {
|
|
83
83
|
type: import("vue").PropType<string>;
|
84
84
|
};
|
85
85
|
variant: {
|
86
|
-
type: import("vue").PropType<"default" | "menu" | "
|
86
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
87
87
|
};
|
88
88
|
class: {
|
89
89
|
type: import("vue").PropType<String | String[]>;
|
@@ -142,7 +142,7 @@ declare const _default: {
|
|
142
142
|
type: import("vue").PropType<string>;
|
143
143
|
};
|
144
144
|
variant: {
|
145
|
-
type: import("vue").PropType<"default" | "menu" | "
|
145
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
146
146
|
};
|
147
147
|
class: {
|
148
148
|
type: import("vue").PropType<String | String[]>;
|
@@ -198,7 +198,7 @@ declare const _default: {
|
|
198
198
|
type: import("vue").PropType<string>;
|
199
199
|
};
|
200
200
|
variant: {
|
201
|
-
type: import("vue").PropType<"default" | "menu" | "
|
201
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
202
202
|
};
|
203
203
|
class: {
|
204
204
|
type: import("vue").PropType<String | String[]>;
|
@@ -239,7 +239,7 @@ declare const _default: {
|
|
239
239
|
title?: Func<[VNodeChild]>;
|
240
240
|
customButtons?: Func<[VNodeChild]>;
|
241
241
|
};
|
242
|
-
variant?: "default" | "menu" | "
|
242
|
+
variant?: "default" | "menu" | "blade" | "drawer";
|
243
243
|
subTitle?: string;
|
244
244
|
backButton?: boolean;
|
245
245
|
divider?: boolean;
|
@@ -410,10 +410,10 @@ declare const _default: {
|
|
410
410
|
itemToolTip?: (item: any) => VNodeChild;
|
411
411
|
};
|
412
412
|
itemValue?: string;
|
413
|
+
"v-model:expanded"?: any[];
|
414
|
+
"onUpdate:expanded"?: (value: any[]) => any;
|
413
415
|
itemTitle?: string | ((item: any) => string);
|
414
416
|
itemChildren?: string;
|
415
|
-
"onUpdate:expanded"?: (value: any[]) => any;
|
416
|
-
"v-model:expanded"?: any[];
|
417
417
|
expandOnSelection?: boolean;
|
418
418
|
batchChildrensDisplay?: number;
|
419
419
|
itemIcon?: string | ((item: any) => IIcon);
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
-
defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
47
46
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void;
|
48
47
|
showLockConfiguration?: boolean;
|
49
48
|
renderEditSettings?: boolean;
|
49
|
+
defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: BirthdayPropertyValue;
|
75
75
|
modelValue?: BirthdayPropertyValue;
|
76
76
|
displaySettings?: BirthdayDisplaySettings;
|
77
|
-
editorSettings?: BirthdayEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: BirthdayEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|