@omnia/fx 8.0.254-dev → 8.0.256-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/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +3 -3
- 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/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- 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 +7 -7
- 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/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +12 -12
- 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 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +12 -12
- 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/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- 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/rating/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -59
- 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/tab/Tabs.d.ts +1 -1
- 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 +12 -12
- 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/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
- 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 +2 -2
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -198,8 +198,8 @@ declare const _default: {
|
|
198
198
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
199
199
|
getApi?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
200
200
|
disableScrolling?: boolean;
|
201
|
-
scrolling?: OScrollTypesCombination;
|
202
201
|
compensatScrollbar?: boolean;
|
202
|
+
scrolling?: OScrollTypesCombination;
|
203
203
|
}>, never>;
|
204
204
|
};
|
205
205
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { DefineEmit, DefineSlot, ItemType, ItemValueType,
|
1
|
+
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
import { IIcon, OSelectRenderingItem } from "@omnia/fx-models";
|
3
|
+
import { IIcon, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
|
4
4
|
import { VSelectSlots } from "../../ComponentTypings";
|
5
5
|
export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" | "chip" | "append-item"> {
|
6
6
|
chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
|
@@ -9,61 +9,10 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
|
|
9
9
|
"append-item"?: () => VNodeChild;
|
10
10
|
"menu-icon"?: () => VNodeChild;
|
11
11
|
}
|
12
|
-
declare const
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
} & {
|
19
|
-
class?: String | String[];
|
20
|
-
} & {
|
21
|
-
"v-model"?: TModel;
|
22
|
-
} & {
|
23
|
-
"onUpdate:modelValue"?: (value: TModel) => void;
|
24
|
-
} & {
|
25
|
-
modelValue?: TModel;
|
26
|
-
} & {
|
27
|
-
rules?: ValidationRule[];
|
28
|
-
} & {
|
29
|
-
label?: string;
|
30
|
-
} & {
|
31
|
-
hint?: string;
|
32
|
-
} & {
|
33
|
-
items?: TItem;
|
34
|
-
} & {
|
35
|
-
itemTitle?: SelectItemKey<ItemType<TItem>>;
|
36
|
-
} & {
|
37
|
-
itemValue?: ItemValueType<ItemType<TItem>>;
|
38
|
-
} & {
|
39
|
-
variant?: "default" | "add" | "picker" | "combobox";
|
40
|
-
} & {
|
41
|
-
returnObject?: boolean;
|
42
|
-
} & {
|
43
|
-
clearable?: boolean;
|
44
|
-
} & {
|
45
|
-
searchable?: boolean;
|
46
|
-
} & {
|
47
|
-
toned?: boolean;
|
48
|
-
} & {
|
49
|
-
readonly?: boolean;
|
50
|
-
} & {
|
51
|
-
multiple?: boolean;
|
52
|
-
} & {
|
53
|
-
hideNoData?: boolean;
|
54
|
-
} & {
|
55
|
-
menuIcon?: IIcon;
|
56
|
-
} & {
|
57
|
-
loading?: boolean;
|
58
|
-
} & {
|
59
|
-
disabled?: boolean;
|
60
|
-
} & {
|
61
|
-
persistentHint?: boolean;
|
62
|
-
} & {
|
63
|
-
hideSelected?: boolean;
|
64
|
-
} & DefineEmit<"update:modelValue", (value: TModel) => void, "Emit a click event."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & {
|
65
|
-
errorMessages?: string | readonly string[];
|
66
|
-
} & {
|
67
|
-
error?: boolean;
|
68
|
-
} & 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<"chip", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild> & DefineSlot<"append-item", () => VNodeChild>>) => any;
|
12
|
+
declare const defaultRules: ValidationRule[];
|
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
|
+
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", 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
|
+
export type OSelectProps<TItem, TModel, TReturnObject extends boolean> = BaseProps<TItem, TModel, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
|
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;
|
69
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;
|
@@ -324,10 +324,10 @@ declare const _default: {
|
|
324
324
|
variant?: "toolbar" | "navigation" | "default" | "header" | "settings";
|
325
325
|
stacked?: boolean;
|
326
326
|
disableBlueprint?: boolean;
|
327
|
+
scrolling?: string;
|
327
328
|
hideTabNameIfOnlyOneTab?: boolean;
|
328
329
|
noScrolling?: boolean;
|
329
330
|
alignTabs?: "start" | "center" | "end";
|
330
|
-
scrolling?: string;
|
331
331
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
332
332
|
"onUpdate:modelValue"?: (model: number) => any;
|
333
333
|
onDoc$?: (description?: string) => 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[]>;
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
required: boolean;
|
50
50
|
};
|
51
51
|
}>> & {
|
52
|
-
"onClick:back"?: () => any;
|
53
52
|
"onClick:close"?: () => any;
|
53
|
+
"onClick:back"?: () => any;
|
54
54
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
55
55
|
"click:close": () => true;
|
56
56
|
"click:back": () => true;
|
@@ -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[]>;
|
@@ -102,8 +102,8 @@ declare const _default: {
|
|
102
102
|
required: boolean;
|
103
103
|
};
|
104
104
|
}>> & {
|
105
|
-
"onClick:back"?: () => any;
|
106
105
|
"onClick:close"?: () => any;
|
106
|
+
"onClick:back"?: () => any;
|
107
107
|
}, {
|
108
108
|
container: boolean;
|
109
109
|
}, true, {}, {}, {
|
@@ -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[]>;
|
@@ -161,8 +161,8 @@ declare const _default: {
|
|
161
161
|
required: boolean;
|
162
162
|
};
|
163
163
|
}>> & {
|
164
|
-
"onClick:back"?: () => any;
|
165
164
|
"onClick:close"?: () => any;
|
165
|
+
"onClick:back"?: () => any;
|
166
166
|
}, () => JSX.Element, {}, {}, {}, {
|
167
167
|
container: boolean;
|
168
168
|
}>;
|
@@ -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[]>;
|
@@ -217,8 +217,8 @@ declare const _default: {
|
|
217
217
|
required: boolean;
|
218
218
|
};
|
219
219
|
}>> & {
|
220
|
-
"onClick:back"?: () => any;
|
221
220
|
"onClick:close"?: () => any;
|
221
|
+
"onClick:back"?: () => any;
|
222
222
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
223
223
|
"click:close": () => true;
|
224
224
|
"click:back": () => true;
|
@@ -239,14 +239,14 @@ 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
|
+
backButton?: boolean;
|
244
245
|
divider?: boolean;
|
245
246
|
closeButton?: boolean;
|
246
|
-
|
247
|
-
}>, "onClick:back" | "onClick:close"> & {
|
248
|
-
"onClick:back"?: () => any;
|
247
|
+
}>, "onClick:close" | "onClick:back"> & {
|
249
248
|
"onClick:close"?: () => any;
|
249
|
+
"onClick:back"?: () => any;
|
250
250
|
};
|
251
251
|
};
|
252
252
|
export default _default;
|
@@ -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;
|
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
"onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
55
55
|
modelValue?: BooleanPropertyValue;
|
56
56
|
displaySettings?: BooleanDisplaySettings;
|
57
|
-
editorSettings?: BooleanEditorSettings;
|
58
57
|
setupSettings?: never;
|
58
|
+
editorSettings?: BooleanEditorSettings;
|
59
59
|
}>, never>;
|
60
60
|
};
|
61
61
|
export default _default;
|
@@ -48,8 +48,8 @@ declare const _default: {
|
|
48
48
|
"v-model"?: BusinessProfilePropertyValue;
|
49
49
|
modelValue?: BusinessProfilePropertyValue;
|
50
50
|
displaySettings?: import("@omnia/fx-models").BusinessProfileDisplaySettings;
|
51
|
-
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
52
51
|
setupSettings?: never;
|
52
|
+
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
53
53
|
}>, never>;
|
54
54
|
};
|
55
55
|
export default _default;
|
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: DatePropertyValue;
|
75
75
|
modelValue?: DatePropertyValue;
|
76
76
|
displaySettings?: DateDisplaySettings;
|
77
|
-
editorSettings?: DateEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: DateEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<DateTimePropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
-
defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
|
47
46
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void;
|
48
47
|
showLockConfiguration?: boolean;
|
49
48
|
renderEditSettings?: boolean;
|
49
|
+
defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: DateTimePropertyValue;
|
75
75
|
modelValue?: DateTimePropertyValue;
|
76
76
|
displaySettings?: DateTimeDisplaySettings;
|
77
|
-
editorSettings?: DateTimeEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: DateTimeEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
"onUpdate:modelValue"?: (value: EmailPropertyValue) => void;
|
51
51
|
modelValue?: EmailPropertyValue;
|
52
52
|
displaySettings?: EmailDisplaySettings;
|
53
|
-
editorSettings?: EmailEditorSettings;
|
54
53
|
setupSettings?: never;
|
54
|
+
editorSettings?: EmailEditorSettings;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<HtmlPropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
-
defaultConfiguration?: PropertyConfiguration<HtmlPropertyDefinition>;
|
47
46
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void;
|
48
47
|
showLockConfiguration?: boolean;
|
49
48
|
renderEditSettings?: boolean;
|
49
|
+
defaultConfiguration?: PropertyConfiguration<HtmlPropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
@@ -55,8 +55,8 @@ declare const _default: {
|
|
55
55
|
"onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
56
56
|
modelValue?: HtmlPropertyValue;
|
57
57
|
displaySettings?: HtmlDisplaySettings;
|
58
|
-
editorSettings?: HtmlEditorSettings;
|
59
58
|
setupSettings?: never;
|
59
|
+
editorSettings?: HtmlEditorSettings;
|
60
60
|
}>, never>;
|
61
61
|
};
|
62
62
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts
CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
"v-model"?: PropertyConfiguration<IdentityPropertyDefinition>;
|
49
49
|
modelValue?: PropertyConfiguration<IdentityPropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
|
-
defaultConfiguration?: PropertyConfiguration<IdentityPropertyDefinition>;
|
52
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<IdentityPropertyDefinition>) => void;
|
53
52
|
showLockConfiguration?: boolean;
|
54
53
|
renderEditSettings?: boolean;
|
54
|
+
defaultConfiguration?: PropertyConfiguration<IdentityPropertyDefinition>;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts
CHANGED
@@ -80,8 +80,8 @@ declare const _default: {
|
|
80
80
|
"onUpdate:modelValue"?: (value: IdentityPropertyValue) => void;
|
81
81
|
modelValue?: IdentityPropertyValue;
|
82
82
|
displaySettings?: IdentityPropertyDisplaySettings;
|
83
|
-
editorSettings?: IdentityPropertyEditorSettings;
|
84
83
|
setupSettings?: never;
|
84
|
+
editorSettings?: IdentityPropertyEditorSettings;
|
85
85
|
}>, never>;
|
86
86
|
};
|
87
87
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts
CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
"v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
|
49
49
|
modelValue?: PropertyConfiguration<ImagePropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
|
-
defaultConfiguration?: PropertyConfiguration<ImagePropertyDefinition>;
|
52
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void;
|
53
52
|
showLockConfiguration?: boolean;
|
54
53
|
renderEditSettings?: boolean;
|
54
|
+
defaultConfiguration?: PropertyConfiguration<ImagePropertyDefinition>;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
"v-model"?: ImagePropertyValue;
|
46
46
|
modelValue?: ImagePropertyValue;
|
47
47
|
displaySettings?: ImageDisplaySettings;
|
48
|
-
editorSettings?: ImageEditorSettings;
|
49
48
|
setupSettings?: never;
|
49
|
+
editorSettings?: ImageEditorSettings;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
@@ -55,8 +55,8 @@ declare const _default: {
|
|
55
55
|
"onUpdate:modelValue"?: (value: IntegerPropertyValue) => void;
|
56
56
|
modelValue?: IntegerPropertyValue;
|
57
57
|
displaySettings?: IntegerDisplaySettings;
|
58
|
-
editorSettings?: IntegerEditorSettings;
|
59
58
|
setupSettings?: never;
|
59
|
+
editorSettings?: IntegerEditorSettings;
|
60
60
|
}>, never>;
|
61
61
|
};
|
62
62
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts
CHANGED
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
"onUpdate:modelValue"?: (value: LanguagePropertyValue) => void;
|
55
55
|
modelValue?: LanguagePropertyValue;
|
56
56
|
displaySettings?: LanguageDisplaySettings;
|
57
|
-
editorSettings?: LanguageEditorSettings;
|
58
57
|
setupSettings?: never;
|
58
|
+
editorSettings?: LanguageEditorSettings;
|
59
59
|
}>, never>;
|
60
60
|
};
|
61
61
|
export default _default;
|
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
"v-model"?: PropertyConfiguration<LinkPropertyDefinition>;
|
49
49
|
modelValue?: PropertyConfiguration<LinkPropertyDefinition>;
|
50
50
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
51
|
-
defaultConfiguration?: PropertyConfiguration<LinkPropertyDefinition>;
|
52
51
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<LinkPropertyDefinition>) => void;
|
53
52
|
showLockConfiguration?: boolean;
|
54
53
|
renderEditSettings?: boolean;
|
54
|
+
defaultConfiguration?: PropertyConfiguration<LinkPropertyDefinition>;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
@@ -48,8 +48,8 @@ declare const _default: {
|
|
48
48
|
"v-model"?: LinkPropertyValue;
|
49
49
|
modelValue?: LinkPropertyValue;
|
50
50
|
displaySettings?: LinkDisplaySettings;
|
51
|
-
editorSettings?: LinkEditorSettings;
|
52
51
|
setupSettings?: never;
|
52
|
+
editorSettings?: LinkEditorSettings;
|
53
53
|
}>, never>;
|
54
54
|
};
|
55
55
|
export default _default;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
"onUpdate:modelValue"?: (value: MediaPropertyValue) => void;
|
51
51
|
modelValue?: MediaPropertyValue;
|
52
52
|
displaySettings?: MediaDisplaySettings;
|
53
|
-
editorSettings?: MediaEditorSettings;
|
54
53
|
setupSettings?: never;
|
54
|
+
editorSettings?: MediaEditorSettings;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
@@ -48,8 +48,8 @@ declare const _default: {
|
|
48
48
|
"v-model"?: MultilingualTextPropertyValue;
|
49
49
|
modelValue?: MultilingualTextPropertyValue;
|
50
50
|
displaySettings?: MultilingualTextDisplaySettings;
|
51
|
-
editorSettings?: MultilingualTextEditorSettings;
|
52
51
|
setupSettings?: never;
|
52
|
+
editorSettings?: MultilingualTextEditorSettings;
|
53
53
|
}>, never>;
|
54
54
|
};
|
55
55
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts
CHANGED
@@ -45,8 +45,8 @@ declare const _default: {
|
|
45
45
|
"v-model"?: PhoneNumberPropertyValue;
|
46
46
|
modelValue?: PhoneNumberPropertyValue;
|
47
47
|
displaySettings?: PhoneDisplaySettings;
|
48
|
-
editorSettings?: PhoneEditorSettings;
|
49
48
|
setupSettings?: never;
|
49
|
+
editorSettings?: PhoneEditorSettings;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
@@ -60,8 +60,8 @@ declare const _default: {
|
|
60
60
|
modelValue?: import("@omnia/fx-models").TagsPropertyValue;
|
61
61
|
promotedTagOptions?: PromotedTagOptions;
|
62
62
|
displaySettings?: TagsDisplaySettings;
|
63
|
-
editorSettings?: TagsEditorSettings;
|
64
63
|
setupSettings?: never;
|
64
|
+
editorSettings?: TagsEditorSettings;
|
65
65
|
}>, never>;
|
66
66
|
};
|
67
67
|
export default _default;
|
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
"onUpdate:modelValue"?: (value: TextPropertyValue) => void;
|
55
55
|
modelValue?: TextPropertyValue;
|
56
56
|
displaySettings?: TextDisplaySettings;
|
57
|
-
editorSettings?: TextEditorSettings;
|
58
57
|
setupSettings?: never;
|
58
|
+
editorSettings?: TextEditorSettings;
|
59
59
|
}>, never>;
|
60
60
|
};
|
61
61
|
export default _default;
|
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: TimePropertyValue;
|
75
75
|
modelValue?: TimePropertyValue;
|
76
76
|
displaySettings?: TimeDisplaySettings;
|
77
|
-
editorSettings?: TimeEditorSettings;
|
78
77
|
setupSettings?: never;
|
78
|
+
editorSettings?: TimeEditorSettings;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
@@ -49,10 +49,10 @@ declare const _default: {
|
|
49
49
|
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
50
50
|
modelValue?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
51
51
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
52
|
-
defaultConfiguration?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
53
52
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>) => void;
|
54
53
|
showLockConfiguration?: boolean;
|
55
54
|
renderEditSettings?: boolean;
|
55
|
+
defaultConfiguration?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
56
56
|
}>, never>;
|
57
57
|
};
|
58
58
|
export default _default;
|
@@ -49,10 +49,10 @@ declare const _default: {
|
|
49
49
|
"v-model"?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, PropertyEditorSettingsBase, import("@omnia/fx-models").PropertySetupBase>>;
|
50
50
|
modelValue?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
51
51
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
52
|
-
defaultConfiguration?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
53
52
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>) => void;
|
54
53
|
showLockConfiguration?: boolean;
|
55
54
|
renderEditSettings?: boolean;
|
55
|
+
defaultConfiguration?: PropertyConfiguration<PropertyDefinition<PropertyValue, LockingPropertyDisplaySettings, any, import("@omnia/fx-models").PropertySetupBase>>;
|
56
56
|
}>, never>;
|
57
57
|
};
|
58
58
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts
CHANGED
@@ -64,12 +64,12 @@ declare const _default: {
|
|
64
64
|
styles?: {
|
65
65
|
lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
|
66
66
|
};
|
67
|
-
renderBody?: () => JSX.Element[];
|
68
67
|
onValueChanged?: Function;
|
68
|
+
rollback?: Function;
|
69
69
|
showLockConfiguration?: boolean;
|
70
|
+
renderBody?: () => JSX.Element[];
|
70
71
|
lockingStatus?: PropertyLockStatus;
|
71
72
|
allowRollback?: unknown;
|
72
|
-
rollback?: Function;
|
73
73
|
}>, never>;
|
74
74
|
};
|
75
75
|
export default _default;
|