@omnia/fx 8.0.107-vnext → 8.0.108-vnext
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/stores/MediaPickerEditorStore.d.ts +40 -30
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +238 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.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/navigationdrawer/NavigationDrawer.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
- 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/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts
CHANGED
@@ -1,10 +1,6 @@
|
|
1
1
|
import "../../ImageTransformer.css";
|
2
|
-
import { MediaPickerFilterTransformation
|
2
|
+
import { MediaPickerFilterTransformation } from "../../../../models";
|
3
3
|
import ImageEditor from "tui-image-editor";
|
4
|
-
export interface ImageTransformFilterProps {
|
5
|
-
imageTransformationData?: Array<MediaPickerTransformation>;
|
6
|
-
changedImageConfigurationCallback?: (imageFilterTransformationData: MediaPickerFilterTransformation) => void;
|
7
|
-
}
|
8
4
|
declare const _default: {
|
9
5
|
new (...args: any[]): {
|
10
6
|
$: import("vue").ComponentInternalInstance;
|
@@ -56,8 +52,6 @@ declare const _default: {
|
|
56
52
|
}>) => void)[];
|
57
53
|
readonly imageEditor?: ImageEditor;
|
58
54
|
readonly "image-editor"?: ImageEditor;
|
59
|
-
readonly imageTransformationData?: MediaPickerTransformation[];
|
60
|
-
readonly "image-transformation-data"?: MediaPickerTransformation[];
|
61
55
|
onChangedImageConfiguration?: (imageFilterTransformationData: MediaPickerFilterTransformation) => any;
|
62
56
|
};
|
63
57
|
$attrs: {
|
@@ -74,12 +68,6 @@ declare const _default: {
|
|
74
68
|
$emit: (event: "changedImageConfiguration", imageFilterTransformationData: MediaPickerFilterTransformation) => void;
|
75
69
|
$el: any;
|
76
70
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
77
|
-
"image-transformation-data": {
|
78
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
79
|
-
};
|
80
|
-
imageTransformationData: {
|
81
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
82
|
-
};
|
83
71
|
"image-editor": {
|
84
72
|
type: import("vue").PropType<ImageEditor>;
|
85
73
|
};
|
@@ -111,12 +99,6 @@ declare const _default: {
|
|
111
99
|
$nextTick: typeof import("vue").nextTick;
|
112
100
|
$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;
|
113
101
|
} & Readonly<import("vue").ExtractPropTypes<{
|
114
|
-
"image-transformation-data": {
|
115
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
116
|
-
};
|
117
|
-
imageTransformationData: {
|
118
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
119
|
-
};
|
120
102
|
"image-editor": {
|
121
103
|
type: import("vue").PropType<ImageEditor>;
|
122
104
|
};
|
@@ -130,12 +112,6 @@ declare const _default: {
|
|
130
112
|
__isTeleport?: never;
|
131
113
|
__isSuspense?: never;
|
132
114
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
133
|
-
"image-transformation-data": {
|
134
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
135
|
-
};
|
136
|
-
imageTransformationData: {
|
137
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
138
|
-
};
|
139
115
|
"image-editor": {
|
140
116
|
type: import("vue").PropType<ImageEditor>;
|
141
117
|
};
|
@@ -150,8 +126,6 @@ declare const _default: {
|
|
150
126
|
propsDefinition: Omit<Readonly<{} & {
|
151
127
|
imageEditor?: ImageEditor;
|
152
128
|
"image-editor"?: ImageEditor;
|
153
|
-
imageTransformationData?: MediaPickerTransformation[];
|
154
|
-
"image-transformation-data"?: MediaPickerTransformation[];
|
155
129
|
}>, "onChangedImageConfiguration"> & {
|
156
130
|
onChangedImageConfiguration?: (imageFilterTransformationData: MediaPickerFilterTransformation) => any;
|
157
131
|
};
|
package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { MediaPickerTransformation } from "@omnia/fx/models";
|
2
1
|
import ImageEditor from "tui-image-editor";
|
3
2
|
declare const _default: {
|
4
3
|
new (...args: any[]): {
|
@@ -51,8 +50,6 @@ declare const _default: {
|
|
51
50
|
}>) => void)[];
|
52
51
|
readonly imageEditor?: ImageEditor;
|
53
52
|
readonly "image-editor"?: ImageEditor;
|
54
|
-
readonly imageTransformationData?: MediaPickerTransformation[];
|
55
|
-
readonly "image-transformation-data"?: MediaPickerTransformation[];
|
56
53
|
};
|
57
54
|
$attrs: {
|
58
55
|
[x: string]: unknown;
|
@@ -68,12 +65,6 @@ declare const _default: {
|
|
68
65
|
$emit: (event: string, ...args: any[]) => void;
|
69
66
|
$el: any;
|
70
67
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
71
|
-
"image-transformation-data": {
|
72
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
73
|
-
};
|
74
|
-
imageTransformationData: {
|
75
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
76
|
-
};
|
77
68
|
"image-editor": {
|
78
69
|
type: import("vue").PropType<ImageEditor>;
|
79
70
|
};
|
@@ -101,12 +92,6 @@ declare const _default: {
|
|
101
92
|
$nextTick: typeof import("vue").nextTick;
|
102
93
|
$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;
|
103
94
|
} & Readonly<import("vue").ExtractPropTypes<{
|
104
|
-
"image-transformation-data": {
|
105
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
106
|
-
};
|
107
|
-
imageTransformationData: {
|
108
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
109
|
-
};
|
110
95
|
"image-editor": {
|
111
96
|
type: import("vue").PropType<ImageEditor>;
|
112
97
|
};
|
@@ -118,12 +103,6 @@ declare const _default: {
|
|
118
103
|
__isTeleport?: never;
|
119
104
|
__isSuspense?: never;
|
120
105
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
121
|
-
"image-transformation-data": {
|
122
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
123
|
-
};
|
124
|
-
imageTransformationData: {
|
125
|
-
type: import("vue").PropType<MediaPickerTransformation[]>;
|
126
|
-
};
|
127
106
|
"image-editor": {
|
128
107
|
type: import("vue").PropType<ImageEditor>;
|
129
108
|
};
|
@@ -134,8 +113,6 @@ declare const _default: {
|
|
134
113
|
propsDefinition: Omit<Readonly<{} & {
|
135
114
|
imageEditor?: ImageEditor;
|
136
115
|
"image-editor"?: ImageEditor;
|
137
|
-
imageTransformationData?: MediaPickerTransformation[];
|
138
|
-
"image-transformation-data"?: MediaPickerTransformation[];
|
139
116
|
}>, never>;
|
140
117
|
};
|
141
118
|
export default _default;
|
@@ -128,10 +128,10 @@ declare const _default: {
|
|
128
128
|
}>) => void)[];
|
129
129
|
readonly disabled?: boolean;
|
130
130
|
readonly styles?: unknown;
|
131
|
+
readonly modelValue?: Language;
|
131
132
|
readonly "v-slots"?: {
|
132
133
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
133
134
|
} & LanguageSlots;
|
134
|
-
readonly modelValue?: Language;
|
135
135
|
"onUpdate:modelValue"?: ((value: Language) => any) & ((value: Language) => any);
|
136
136
|
readonly "v-model"?: Language;
|
137
137
|
readonly clearable?: boolean;
|
@@ -627,10 +627,10 @@ declare const _default: {
|
|
627
627
|
required?: boolean;
|
628
628
|
disabled?: boolean;
|
629
629
|
styles?: unknown;
|
630
|
+
modelValue?: Language;
|
630
631
|
"v-slots"?: {
|
631
632
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
632
633
|
} & LanguageSlots;
|
633
|
-
modelValue?: Language;
|
634
634
|
"onUpdate:modelValue"?: (value: Language) => any;
|
635
635
|
"v-model"?: Language;
|
636
636
|
clearable?: boolean;
|
@@ -118,8 +118,8 @@ declare const _default: {
|
|
118
118
|
onFocus?: () => any;
|
119
119
|
onBlur?: () => any;
|
120
120
|
onScroll?: (event: any) => any;
|
121
|
-
readonly theme?: string;
|
122
121
|
readonly modelValue?: string;
|
122
|
+
readonly theme?: string;
|
123
123
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
124
124
|
readonly "v-model"?: string;
|
125
125
|
onLayout?: (event: any) => any;
|
@@ -609,8 +609,8 @@ declare const _default: {
|
|
609
609
|
};
|
610
610
|
options?: unknown;
|
611
611
|
language?: string;
|
612
|
-
theme?: string;
|
613
612
|
modelValue?: string;
|
613
|
+
theme?: string;
|
614
614
|
"onUpdate:modelValue"?: (value: string) => any;
|
615
615
|
"v-model"?: string;
|
616
616
|
}>, "onError" | "onKeydown" | "onKeyup" | "onChange" | "onFocus" | "onBlur" | "onScroll" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
@@ -55,13 +55,13 @@ declare const _default: {
|
|
55
55
|
[key: string]: any;
|
56
56
|
}>) => void)[];
|
57
57
|
readonly mandatory?: boolean;
|
58
|
+
readonly modelValue?: any;
|
58
59
|
readonly "v-slots"?: {
|
59
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
60
61
|
} & {
|
61
62
|
activator?: () => VNodeChild;
|
62
63
|
};
|
63
64
|
readonly variant?: "default" | "settings" | "dial";
|
64
|
-
readonly modelValue?: any;
|
65
65
|
readonly "onUpdate:modelValue"?: (value: any) => any;
|
66
66
|
readonly "v-model"?: any;
|
67
67
|
readonly toned?: boolean;
|
@@ -252,13 +252,13 @@ declare const _default: {
|
|
252
252
|
toggle?: boolean;
|
253
253
|
class?: String | String[];
|
254
254
|
mandatory?: boolean;
|
255
|
+
modelValue?: any;
|
255
256
|
"v-slots"?: {
|
256
257
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
257
258
|
} & {
|
258
259
|
activator?: () => VNodeChild;
|
259
260
|
};
|
260
261
|
variant?: "default" | "settings" | "dial";
|
261
|
-
modelValue?: any;
|
262
262
|
"onUpdate:modelValue"?: (value: any) => any;
|
263
263
|
"v-model"?: any;
|
264
264
|
toned?: boolean;
|
@@ -60,12 +60,12 @@ declare const _default: {
|
|
60
60
|
[key: string]: any;
|
61
61
|
}>) => void)[];
|
62
62
|
readonly expanded?: string[];
|
63
|
+
readonly modelValue?: string[];
|
63
64
|
readonly "v-slots"?: {
|
64
65
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
65
66
|
} & ODataTableSlots;
|
66
67
|
readonly loading?: boolean;
|
67
68
|
readonly hover?: boolean;
|
68
|
-
readonly modelValue?: string[];
|
69
69
|
readonly "onUpdate:modelValue"?: (value: string[]) => any;
|
70
70
|
readonly "v-model"?: string[];
|
71
71
|
readonly items?: any[];
|
@@ -344,12 +344,12 @@ declare const _default: {
|
|
344
344
|
headers?: DataTableHeader[] | DataTableHeader[][];
|
345
345
|
height?: string | number;
|
346
346
|
expanded?: string[];
|
347
|
+
modelValue?: string[];
|
347
348
|
"v-slots"?: {
|
348
349
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
349
350
|
} & ODataTableSlots;
|
350
351
|
loading?: boolean;
|
351
352
|
hover?: boolean;
|
352
|
-
modelValue?: string[];
|
353
353
|
"onUpdate:modelValue"?: (value: string[]) => any;
|
354
354
|
"v-model"?: string[];
|
355
355
|
items?: any[];
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
61
61
|
[key: string]: any;
|
62
62
|
}>) => void)[];
|
63
63
|
readonly icon?: IIcon;
|
64
|
+
readonly modelValue?: boolean;
|
64
65
|
readonly "v-slots"?: {
|
65
66
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
66
67
|
} & {
|
@@ -71,7 +72,6 @@ declare const _default: {
|
|
71
72
|
navigation?: Func<[VNodeChild]>;
|
72
73
|
};
|
73
74
|
readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
74
|
-
readonly modelValue?: boolean;
|
75
75
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
76
76
|
readonly "v-model"?: boolean;
|
77
77
|
readonly subTitle?: string;
|
@@ -346,6 +346,7 @@ declare const _default: {
|
|
346
346
|
class?: String | String[];
|
347
347
|
size?: string;
|
348
348
|
icon?: IIcon;
|
349
|
+
modelValue?: boolean;
|
349
350
|
"v-slots"?: {
|
350
351
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
351
352
|
} & {
|
@@ -356,7 +357,6 @@ declare const _default: {
|
|
356
357
|
navigation?: Func<[VNodeChild]>;
|
357
358
|
};
|
358
359
|
variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
|
359
|
-
modelValue?: boolean;
|
360
360
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
361
361
|
"v-model"?: boolean;
|
362
362
|
subTitle?: string;
|
@@ -48,13 +48,13 @@ declare const _default: {
|
|
48
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|
50
50
|
}>) => void)[];
|
51
|
+
readonly modelValue?: any[];
|
51
52
|
readonly "v-slots"?: {
|
52
53
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
53
54
|
} & {
|
54
55
|
item?: (item: any) => VNodeChild;
|
55
56
|
};
|
56
57
|
readonly variant?: "list" | "data-table";
|
57
|
-
readonly modelValue?: any[];
|
58
58
|
readonly "onUpdate:modelValue"?: (value: any[]) => any;
|
59
59
|
readonly "v-model"?: any[];
|
60
60
|
readonly itemTitle: string | ((item: any) => VNodeChild);
|
@@ -252,13 +252,13 @@ declare const _default: {
|
|
252
252
|
propsDefinition: Omit<Readonly<{
|
253
253
|
itemTitle: string | ((item: any) => VNodeChild);
|
254
254
|
} & {
|
255
|
+
modelValue?: any[];
|
255
256
|
"v-slots"?: {
|
256
257
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
257
258
|
} & {
|
258
259
|
item?: (item: any) => VNodeChild;
|
259
260
|
};
|
260
261
|
variant?: "list" | "data-table";
|
261
|
-
modelValue?: any[];
|
262
262
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
263
263
|
"v-model"?: any[];
|
264
264
|
itemValue?: string;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
55
|
readonly multiple?: boolean;
|
56
|
-
readonly variant?: "section" | "navigation" | "default";
|
57
56
|
readonly modelValue?: number | number[];
|
57
|
+
readonly variant?: "section" | "navigation" | "default";
|
58
58
|
readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
|
59
59
|
readonly "v-model"?: number | number[];
|
60
60
|
readonly toned?: boolean;
|
@@ -221,8 +221,8 @@ declare const _default: {
|
|
221
221
|
} & {
|
222
222
|
class?: String | String[];
|
223
223
|
multiple?: boolean;
|
224
|
-
variant?: "section" | "navigation" | "default";
|
225
224
|
modelValue?: number | number[];
|
225
|
+
variant?: "section" | "navigation" | "default";
|
226
226
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
227
227
|
"v-model"?: number | number[];
|
228
228
|
toned?: boolean;
|
@@ -58,13 +58,13 @@ declare const _default: {
|
|
58
58
|
readonly minHeight?: string | number;
|
59
59
|
readonly minWidth?: string | number;
|
60
60
|
readonly attach?: string | boolean | Element;
|
61
|
+
readonly modelValue?: boolean;
|
61
62
|
readonly "v-slots"?: {
|
62
63
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
63
64
|
} & {
|
64
65
|
activator?: () => VNodeChild;
|
65
66
|
};
|
66
67
|
readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
67
|
-
readonly modelValue?: boolean;
|
68
68
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
69
69
|
readonly "v-model"?: boolean;
|
70
70
|
readonly activator?: string;
|
@@ -326,13 +326,13 @@ declare const _default: {
|
|
326
326
|
minHeight?: string | number;
|
327
327
|
minWidth?: string | number;
|
328
328
|
attach?: string | boolean | Element;
|
329
|
+
modelValue?: boolean;
|
329
330
|
"v-slots"?: {
|
330
331
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
331
332
|
} & {
|
332
333
|
activator?: () => VNodeChild;
|
333
334
|
};
|
334
335
|
location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
335
|
-
modelValue?: boolean;
|
336
336
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
337
337
|
"v-model"?: boolean;
|
338
338
|
activator?: string;
|
@@ -52,9 +52,9 @@ declare const _default: {
|
|
52
52
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
|
+
readonly modelValue?: boolean;
|
55
56
|
readonly variant?: "default" | "dialog" | "app" | "editor";
|
56
57
|
readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
57
|
-
readonly modelValue?: boolean;
|
58
58
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
59
59
|
readonly "v-model"?: boolean;
|
60
60
|
readonly toned?: boolean;
|
@@ -223,9 +223,9 @@ declare const _default: {
|
|
223
223
|
colors?: any;
|
224
224
|
} & {
|
225
225
|
class?: String | String[];
|
226
|
+
modelValue?: boolean;
|
226
227
|
variant?: "default" | "dialog" | "app" | "editor";
|
227
228
|
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
228
|
-
modelValue?: boolean;
|
229
229
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
230
230
|
"v-model"?: boolean;
|
231
231
|
toned?: boolean;
|
@@ -70,6 +70,7 @@ declare const _default: {
|
|
70
70
|
}>) => void)[];
|
71
71
|
readonly multiple?: boolean;
|
72
72
|
readonly disabled?: boolean;
|
73
|
+
readonly modelValue?: any;
|
73
74
|
readonly "v-slots"?: {
|
74
75
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
75
76
|
} & {
|
@@ -79,7 +80,6 @@ declare const _default: {
|
|
79
80
|
readonly variant?: "default" | "add" | "picker" | "combobox";
|
80
81
|
readonly loading?: boolean;
|
81
82
|
readonly readonly?: boolean;
|
82
|
-
readonly modelValue?: any;
|
83
83
|
readonly rules?: ValidationRule[];
|
84
84
|
readonly hint?: string;
|
85
85
|
readonly persistentHint?: boolean;
|
@@ -432,6 +432,7 @@ declare const _default: {
|
|
432
432
|
class?: String | String[];
|
433
433
|
multiple?: boolean;
|
434
434
|
disabled?: boolean;
|
435
|
+
modelValue?: any;
|
435
436
|
"v-slots"?: {
|
436
437
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
437
438
|
} & {
|
@@ -441,7 +442,6 @@ declare const _default: {
|
|
441
442
|
variant?: "default" | "add" | "picker" | "combobox";
|
442
443
|
loading?: boolean;
|
443
444
|
readonly?: boolean;
|
444
|
-
modelValue?: any;
|
445
445
|
rules?: ValidationRule[];
|
446
446
|
hint?: string;
|
447
447
|
persistentHint?: boolean;
|
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
[key: string]: any;
|
55
55
|
}>) => void)[];
|
56
56
|
readonly direction?: "horizontal" | "vertical";
|
57
|
-
readonly variant?: "default" | "prominent";
|
58
57
|
readonly modelValue?: any;
|
58
|
+
readonly variant?: "default" | "prominent";
|
59
59
|
readonly hint?: string;
|
60
60
|
readonly persistentHint?: boolean;
|
61
61
|
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
@@ -279,8 +279,8 @@ declare const _default: {
|
|
279
279
|
label?: string;
|
280
280
|
class?: String | String[];
|
281
281
|
direction?: "horizontal" | "vertical";
|
282
|
-
variant?: "default" | "prominent";
|
283
282
|
modelValue?: any;
|
283
|
+
variant?: "default" | "prominent";
|
284
284
|
hint?: string;
|
285
285
|
persistentHint?: boolean;
|
286
286
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -61,8 +61,8 @@ declare const _default: {
|
|
61
61
|
}>) => void)[];
|
62
62
|
readonly icon?: TabIconModel;
|
63
63
|
readonly disabled?: boolean;
|
64
|
-
readonly variant?: "navigation" | "default" | "settings";
|
65
64
|
readonly modelValue?: boolean;
|
65
|
+
readonly variant?: "navigation" | "default" | "settings";
|
66
66
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
67
67
|
readonly "v-model"?: boolean;
|
68
68
|
};
|
@@ -226,8 +226,8 @@ declare const _default: {
|
|
226
226
|
class?: String | String[];
|
227
227
|
icon?: TabIconModel;
|
228
228
|
disabled?: boolean;
|
229
|
-
variant?: "navigation" | "default" | "settings";
|
230
229
|
modelValue?: boolean;
|
230
|
+
variant?: "navigation" | "default" | "settings";
|
231
231
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
232
232
|
"v-model"?: boolean;
|
233
233
|
}>, never>;
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
52
52
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
53
|
[key: string]: any;
|
54
54
|
}>) => void)[];
|
55
|
-
readonly variant?: "navigation" | "default" | "settings";
|
56
55
|
readonly modelValue?: number;
|
56
|
+
readonly variant?: "navigation" | "default" | "settings";
|
57
57
|
readonly "onUpdate:modelValue"?: (value: number) => any;
|
58
58
|
readonly "v-model"?: number;
|
59
59
|
readonly stacked?: boolean;
|
@@ -226,8 +226,8 @@ declare const _default: {
|
|
226
226
|
colors?: any;
|
227
227
|
} & {
|
228
228
|
class?: String | String[];
|
229
|
-
variant?: "navigation" | "default" | "settings";
|
230
229
|
modelValue?: number;
|
230
|
+
variant?: "navigation" | "default" | "settings";
|
231
231
|
"onUpdate:modelValue"?: (value: number) => any;
|
232
232
|
"v-model"?: number;
|
233
233
|
stacked?: boolean;
|
@@ -57,10 +57,10 @@ declare const _default: {
|
|
57
57
|
}>) => void)[];
|
58
58
|
readonly disabled?: boolean;
|
59
59
|
readonly errorMessages?: string | string[];
|
60
|
+
readonly modelValue?: string;
|
60
61
|
readonly "v-slots"?: {
|
61
62
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
62
63
|
} & VTextAreaSlots;
|
63
|
-
readonly modelValue?: string;
|
64
64
|
"onUpdate:focused"?: (value: boolean) => any;
|
65
65
|
readonly rules?: ValidationRule[];
|
66
66
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
@@ -272,10 +272,10 @@ declare const _default: {
|
|
272
272
|
class?: String | String[];
|
273
273
|
disabled?: boolean;
|
274
274
|
errorMessages?: string | string[];
|
275
|
+
modelValue?: string;
|
275
276
|
"v-slots"?: {
|
276
277
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
277
278
|
} & VTextAreaSlots;
|
278
|
-
modelValue?: string;
|
279
279
|
rules?: ValidationRule[];
|
280
280
|
"onUpdate:modelValue"?: (value: string) => any;
|
281
281
|
"v-model"?: string;
|
@@ -59,12 +59,12 @@ declare const _default: {
|
|
59
59
|
readonly disabled?: boolean;
|
60
60
|
readonly placeholder?: string;
|
61
61
|
readonly errorMessages?: string | string[];
|
62
|
+
readonly modelValue?: string | number;
|
62
63
|
readonly "v-slots"?: {
|
63
64
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
64
65
|
} & VTextFieldSlots;
|
65
66
|
readonly variant?: "search" | "link" | "default" | "media" | "find-slim";
|
66
67
|
readonly loading?: boolean;
|
67
|
-
readonly modelValue?: string | number;
|
68
68
|
"onUpdate:focused"?: (value: boolean) => any;
|
69
69
|
readonly rules?: ValidationRule[];
|
70
70
|
readonly hint?: string;
|
@@ -389,12 +389,12 @@ declare const _default: {
|
|
389
389
|
disabled?: boolean;
|
390
390
|
placeholder?: string;
|
391
391
|
errorMessages?: string | string[];
|
392
|
+
modelValue?: string | number;
|
392
393
|
"v-slots"?: {
|
393
394
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
394
395
|
} & VTextFieldSlots;
|
395
396
|
variant?: "search" | "link" | "default" | "media" | "find-slim";
|
396
397
|
loading?: boolean;
|
397
|
-
modelValue?: string | number;
|
398
398
|
rules?: ValidationRule[];
|
399
399
|
hint?: string;
|
400
400
|
persistentHint?: boolean;
|
@@ -58,12 +58,12 @@ declare const _default: {
|
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
60
|
readonly multiple?: boolean;
|
61
|
+
readonly modelValue?: TreeViewItem<any>[];
|
61
62
|
readonly "v-slots"?: {
|
62
63
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
63
64
|
} & {
|
64
65
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
65
66
|
};
|
66
|
-
readonly modelValue?: TreeViewItem<any>[];
|
67
67
|
readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
68
68
|
readonly "v-model"?: TreeViewItem<any>[];
|
69
69
|
readonly items?: TreeViewItem<any>[];
|
@@ -231,12 +231,12 @@ declare const _default: {
|
|
231
231
|
colors?: any;
|
232
232
|
} & {
|
233
233
|
multiple?: boolean;
|
234
|
+
modelValue?: TreeViewItem<any>[];
|
234
235
|
"v-slots"?: {
|
235
236
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
236
237
|
} & {
|
237
238
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
238
239
|
};
|
239
|
-
modelValue?: TreeViewItem<any>[];
|
240
240
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
241
241
|
"v-model"?: TreeViewItem<any>[];
|
242
242
|
items?: TreeViewItem<any>[];
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { BirthdayDisplayStyles } from "./BirthdayDisplay.css";
|
|
2
2
|
import { BirthdayDisplaySettings, BirthdayPropertyDefinition, BirthdayPropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
3
3
|
export type BirthdayDisplayProps = IPropertyDisplayRenderer<BirthdayPropertyDefinition> & {
|
4
4
|
styles: typeof BirthdayDisplayStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": BirthdayPropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -56,6 +58,7 @@ declare const _default: {
|
|
56
58
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
57
59
|
};
|
58
60
|
readonly modelValue?: BirthdayPropertyValue;
|
61
|
+
readonly "v-model"?: BirthdayPropertyValue;
|
59
62
|
readonly displaySettings?: BirthdayDisplaySettings;
|
60
63
|
readonly setupSettings?: never;
|
61
64
|
};
|
@@ -81,6 +84,7 @@ declare const _default: {
|
|
81
84
|
}, {
|
82
85
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
83
86
|
}>;
|
87
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
84
88
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
85
89
|
beforeCreate?: (() => void) | (() => void)[];
|
86
90
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +114,7 @@ declare const _default: {
|
|
110
114
|
}, {
|
111
115
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
112
116
|
}>;
|
117
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
113
118
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
114
119
|
__isFragment?: never;
|
115
120
|
__isTeleport?: never;
|
@@ -123,12 +128,14 @@ declare const _default: {
|
|
123
128
|
}, {
|
124
129
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
125
130
|
}>;
|
131
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
126
132
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
127
133
|
propsDefinition: Omit<Readonly<{} & {
|
128
134
|
styles?: {
|
129
135
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
130
136
|
};
|
131
137
|
modelValue?: BirthdayPropertyValue;
|
138
|
+
"v-model"?: BirthdayPropertyValue;
|
132
139
|
displaySettings?: BirthdayDisplaySettings;
|
133
140
|
setupSettings?: never;
|
134
141
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -2,6 +2,8 @@ import { BirthdayEditorStyles } from "./BirthdayEditor.css";
|
|
2
2
|
import { IPropertyEditorRenderer, BirthdayPropertyValue, BirthdayPropertyDefinition, BirthdayDisplaySettings, BirthdayEditorSettings } from "@omnia/fx-models";
|
3
3
|
export type BirthdayEditorProps = IPropertyEditorRenderer<BirthdayPropertyDefinition> & {
|
4
4
|
styles: typeof BirthdayEditorStyles;
|
5
|
+
} & {
|
6
|
+
"v-model": BirthdayPropertyValue;
|
5
7
|
};
|
6
8
|
declare const _default: {
|
7
9
|
new (...args: any[]): {
|
@@ -57,6 +59,7 @@ declare const _default: {
|
|
57
59
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
58
60
|
};
|
59
61
|
readonly modelValue?: BirthdayPropertyValue;
|
62
|
+
readonly "v-model"?: BirthdayPropertyValue;
|
60
63
|
readonly displaySettings?: BirthdayDisplaySettings;
|
61
64
|
readonly setupSettings?: never;
|
62
65
|
readonly editorSettings?: BirthdayEditorSettings;
|
@@ -85,6 +88,7 @@ declare const _default: {
|
|
85
88
|
}, {
|
86
89
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
87
90
|
}>;
|
91
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
88
92
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
89
93
|
beforeCreate?: (() => void) | (() => void)[];
|
90
94
|
created?: (() => void) | (() => void)[];
|
@@ -116,6 +120,7 @@ declare const _default: {
|
|
116
120
|
}, {
|
117
121
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
118
122
|
}>;
|
123
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
119
124
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
120
125
|
__isFragment?: never;
|
121
126
|
__isTeleport?: never;
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
131
136
|
}, {
|
132
137
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
133
138
|
}>;
|
139
|
+
"v-model": import("vue").Prop<BirthdayPropertyValue, BirthdayPropertyValue>;
|
134
140
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
141
|
propsDefinition: Omit<Readonly<{} & {
|
136
142
|
disabled?: boolean;
|
@@ -138,6 +144,7 @@ declare const _default: {
|
|
138
144
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
139
145
|
};
|
140
146
|
modelValue?: BirthdayPropertyValue;
|
147
|
+
"v-model"?: BirthdayPropertyValue;
|
141
148
|
displaySettings?: BirthdayDisplaySettings;
|
142
149
|
setupSettings?: never;
|
143
150
|
editorSettings?: BirthdayEditorSettings;
|