@omnia/fx 8.0.52-dev → 8.0.53-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/stores/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.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/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +260 -53
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +58 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +40 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +40 -16
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +434 -19
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +42 -34
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +92 -31
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +48 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +22 -10
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +92 -31
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +58 -22
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +51 -128
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +19 -13
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/filterengine/shared/PropsType.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +14 -13
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +688 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +7 -7
- 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/column/Column.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/oxide/flex/Col.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Col.d.ts +211 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +155 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +211 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +33 -7
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +3 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +21 -0
- package/package.json +2 -2
@@ -33,13 +33,13 @@ declare const _default: {
|
|
33
33
|
readonly variant?: "search" | "link" | "default" | "find-slim" | "media";
|
34
34
|
readonly toned?: boolean;
|
35
35
|
readonly placeholder?: string;
|
36
|
-
readonly readonly?: boolean;
|
37
36
|
readonly loading?: boolean;
|
38
|
-
readonly hint?: string;
|
39
|
-
readonly persistentHint?: boolean;
|
40
37
|
readonly clearable?: boolean;
|
41
38
|
readonly rules?: ValidationRule[];
|
42
39
|
readonly suffix?: string;
|
40
|
+
readonly hint?: string;
|
41
|
+
readonly persistentHint?: boolean;
|
42
|
+
readonly readonly?: boolean;
|
43
43
|
onDoc$?: (description?: string) => any;
|
44
44
|
"onUpdate:focused"?: (value: boolean) => any;
|
45
45
|
"onClick:clear"?: () => any;
|
@@ -140,7 +140,7 @@ declare const _default: {
|
|
140
140
|
}>;
|
141
141
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
142
142
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
143
|
-
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "
|
143
|
+
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "click:clear") => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:button") => void);
|
144
144
|
$el: any;
|
145
145
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
146
146
|
readonly: {
|
@@ -470,13 +470,13 @@ declare const _default: {
|
|
470
470
|
variant?: "search" | "link" | "default" | "find-slim" | "media";
|
471
471
|
toned?: boolean;
|
472
472
|
placeholder?: string;
|
473
|
-
readonly?: boolean;
|
474
473
|
loading?: boolean;
|
475
|
-
hint?: string;
|
476
|
-
persistentHint?: boolean;
|
477
474
|
clearable?: boolean;
|
478
475
|
rules?: ValidationRule[];
|
479
476
|
suffix?: string;
|
477
|
+
hint?: string;
|
478
|
+
persistentHint?: boolean;
|
479
|
+
readonly?: boolean;
|
480
480
|
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:clear" | "onClick:button"> & {
|
481
481
|
"onUpdate:modelValue"?: (value: string) => any;
|
482
482
|
onDoc$?: (description?: string) => any;
|
@@ -25,7 +25,7 @@ declare const _default: {
|
|
25
25
|
title?: Func<[VNodeChild]>;
|
26
26
|
customButtons?: Func<[VNodeChild]>;
|
27
27
|
};
|
28
|
-
readonly variant?: "default" | "menu" | "
|
28
|
+
readonly variant?: "default" | "menu" | "blade" | "drawer";
|
29
29
|
readonly subTitle?: string;
|
30
30
|
readonly divider?: boolean;
|
31
31
|
readonly toned?: boolean;
|
@@ -62,7 +62,7 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<string>;
|
63
63
|
};
|
64
64
|
variant: {
|
65
|
-
type: import("vue").PropType<"default" | "menu" | "
|
65
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
66
66
|
};
|
67
67
|
class: {
|
68
68
|
type: import("vue").PropType<String | String[]>;
|
@@ -119,7 +119,7 @@ declare const _default: {
|
|
119
119
|
type: import("vue").PropType<string>;
|
120
120
|
};
|
121
121
|
variant: {
|
122
|
-
type: import("vue").PropType<"default" | "menu" | "
|
122
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
123
123
|
};
|
124
124
|
class: {
|
125
125
|
type: import("vue").PropType<String | String[]>;
|
@@ -191,7 +191,7 @@ declare const _default: {
|
|
191
191
|
type: import("vue").PropType<string>;
|
192
192
|
};
|
193
193
|
variant: {
|
194
|
-
type: import("vue").PropType<"default" | "menu" | "
|
194
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
195
195
|
};
|
196
196
|
class: {
|
197
197
|
type: import("vue").PropType<String | String[]>;
|
@@ -238,7 +238,7 @@ declare const _default: {
|
|
238
238
|
type: import("vue").PropType<string>;
|
239
239
|
};
|
240
240
|
variant: {
|
241
|
-
type: import("vue").PropType<"default" | "menu" | "
|
241
|
+
type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
|
242
242
|
};
|
243
243
|
class: {
|
244
244
|
type: import("vue").PropType<String | String[]>;
|
@@ -278,7 +278,7 @@ declare const _default: {
|
|
278
278
|
title?: Func<[VNodeChild]>;
|
279
279
|
customButtons?: Func<[VNodeChild]>;
|
280
280
|
};
|
281
|
-
variant?: "default" | "menu" | "
|
281
|
+
variant?: "default" | "menu" | "blade" | "drawer";
|
282
282
|
subTitle?: string;
|
283
283
|
divider?: boolean;
|
284
284
|
toned?: boolean;
|
@@ -66,10 +66,11 @@ declare const _default: {
|
|
66
66
|
}>;
|
67
67
|
};
|
68
68
|
readonly disabled?: boolean;
|
69
|
-
|
69
|
+
"onUpdate:modelValue"?: ((value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any) & ((value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any);
|
70
70
|
readonly "v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
71
71
|
readonly modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
72
72
|
readonly editMode?: boolean;
|
73
|
+
onDoc$?: (description?: string) => any;
|
73
74
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
74
75
|
editMode: {
|
75
76
|
type: import("vue").PropType<boolean>;
|
@@ -145,7 +146,10 @@ declare const _default: {
|
|
145
146
|
};
|
146
147
|
}>;
|
147
148
|
};
|
148
|
-
}
|
149
|
+
}>> & {
|
150
|
+
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
151
|
+
onDoc$?: (description?: string) => any;
|
152
|
+
}, never>;
|
149
153
|
$attrs: {
|
150
154
|
[x: string]: unknown;
|
151
155
|
};
|
@@ -157,7 +161,7 @@ declare const _default: {
|
|
157
161
|
}>;
|
158
162
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
159
163
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
160
|
-
$emit: (event: string,
|
164
|
+
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => void);
|
161
165
|
$el: any;
|
162
166
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
163
167
|
editMode: {
|
@@ -234,7 +238,15 @@ declare const _default: {
|
|
234
238
|
};
|
235
239
|
}>;
|
236
240
|
};
|
237
|
-
}
|
241
|
+
}>> & {
|
242
|
+
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
243
|
+
onDoc$?: (description?: string) => any;
|
244
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
245
|
+
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
246
|
+
doc$(description?: string): {
|
247
|
+
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
248
|
+
};
|
249
|
+
}, string, {}, {}, string, {}> & {
|
238
250
|
beforeCreate?: (() => void) | (() => void)[];
|
239
251
|
created?: (() => void) | (() => void)[];
|
240
252
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -329,7 +341,10 @@ declare const _default: {
|
|
329
341
|
};
|
330
342
|
}>;
|
331
343
|
};
|
332
|
-
}>> &
|
344
|
+
}>> & {
|
345
|
+
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
346
|
+
onDoc$?: (description?: string) => any;
|
347
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
333
348
|
__isFragment?: never;
|
334
349
|
__isTeleport?: never;
|
335
350
|
__isSuspense?: never;
|
@@ -408,7 +423,15 @@ declare const _default: {
|
|
408
423
|
};
|
409
424
|
}>;
|
410
425
|
};
|
411
|
-
}
|
426
|
+
}>> & {
|
427
|
+
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
428
|
+
onDoc$?: (description?: string) => any;
|
429
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
430
|
+
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
431
|
+
doc$(description?: string): {
|
432
|
+
"update:modelValue": (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any>>) => void;
|
433
|
+
};
|
434
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
412
435
|
propsDefinition: Omit<Readonly<{} & {
|
413
436
|
name?: {
|
414
437
|
[x: `onUpdate:${string}`]: {
|
@@ -476,6 +499,9 @@ declare const _default: {
|
|
476
499
|
"v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
477
500
|
modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
|
478
501
|
editMode?: boolean;
|
479
|
-
}>,
|
502
|
+
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
503
|
+
"onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any;
|
504
|
+
onDoc$?: (description?: string) => any;
|
505
|
+
};
|
480
506
|
};
|
481
507
|
export default _default;
|
@@ -7,8 +7,8 @@ declare const _default: {
|
|
7
7
|
$data: {};
|
8
8
|
$props: Partial<{}> & Omit<{
|
9
9
|
readonly items: ToolbarConfiguration[];
|
10
|
-
readonly onContentChanged: (content: string, extensionName?: string, data?: RichTextContentExtensionData) => void;
|
11
10
|
readonly editor: Editor;
|
11
|
+
readonly onContentChanged: (content: string, extensionName?: string, data?: RichTextContentExtensionData) => void;
|
12
12
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
13
13
|
onContentChanged: {
|
14
14
|
type: import("vue").PropType<(content: string, extensionName?: string, data?: RichTextContentExtensionData) => void>;
|
@@ -102,8 +102,8 @@ declare const _default: {
|
|
102
102
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
103
103
|
propsDefinition: Omit<Readonly<{
|
104
104
|
items: ToolbarConfiguration[];
|
105
|
-
onContentChanged: (content: string, extensionName?: string, data?: RichTextContentExtensionData) => void;
|
106
105
|
editor: Editor;
|
106
|
+
onContentChanged: (content: string, extensionName?: string, data?: RichTextContentExtensionData) => void;
|
107
107
|
} & {}>, never>;
|
108
108
|
};
|
109
109
|
export default _default;
|
@@ -11,9 +11,9 @@ declare const _default: {
|
|
11
11
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
12
12
|
readonly "v-model"?: boolean;
|
13
13
|
readonly modelValue?: boolean;
|
14
|
-
readonly "content-class"?: string;
|
15
14
|
readonly onSave?: () => Promise<boolean>;
|
16
15
|
readonly "on-save"?: () => Promise<boolean>;
|
16
|
+
readonly "content-class"?: string;
|
17
17
|
readonly "header-class"?: string;
|
18
18
|
readonly onCancel?: () => void;
|
19
19
|
readonly "on-cancel"?: () => void;
|
@@ -343,9 +343,9 @@ declare const _default: {
|
|
343
343
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
344
344
|
"v-model"?: boolean;
|
345
345
|
modelValue?: boolean;
|
346
|
-
"content-class"?: string;
|
347
346
|
onSave?: () => Promise<boolean>;
|
348
347
|
"on-save"?: () => Promise<boolean>;
|
348
|
+
"content-class"?: string;
|
349
349
|
"header-class"?: string;
|
350
350
|
onCancel?: () => void;
|
351
351
|
"on-cancel"?: () => void;
|
@@ -5,8 +5,8 @@ export declare const MagicLinkProvider: {
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{}> & Omit<{
|
8
|
-
readonly context?: OmniaAuthProviderContext;
|
9
8
|
readonly next?: OmniaAuthProviderChainAction;
|
9
|
+
readonly context?: OmniaAuthProviderContext;
|
10
10
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
11
|
context: import("vue").Prop<OmniaAuthProviderContext, OmniaAuthProviderContext>;
|
12
12
|
next: import("vue").Prop<OmniaAuthProviderChainAction, OmniaAuthProviderChainAction>;
|
@@ -59,7 +59,7 @@ export declare const MagicLinkProvider: {
|
|
59
59
|
next: import("vue").Prop<OmniaAuthProviderChainAction, OmniaAuthProviderChainAction>;
|
60
60
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
61
61
|
propsDefinition: Omit<Readonly<{} & {
|
62
|
-
context?: OmniaAuthProviderContext;
|
63
62
|
next?: OmniaAuthProviderChainAction;
|
63
|
+
context?: OmniaAuthProviderContext;
|
64
64
|
}>, never>;
|
65
65
|
};
|
@@ -6,8 +6,8 @@ export declare const OneTimePasswordProvider: {
|
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
7
7
|
$data: {};
|
8
8
|
$props: Partial<{}> & Omit<{
|
9
|
-
readonly context?: OmniaAuthProviderContext;
|
10
9
|
readonly next?: OmniaAuthProviderChainAction;
|
10
|
+
readonly context?: OmniaAuthProviderContext;
|
11
11
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
12
12
|
context: import("vue").Prop<OmniaAuthProviderContext, OmniaAuthProviderContext>;
|
13
13
|
next: import("vue").Prop<OmniaAuthProviderChainAction, OmniaAuthProviderChainAction>;
|
@@ -60,7 +60,7 @@ export declare const OneTimePasswordProvider: {
|
|
60
60
|
next: import("vue").Prop<OmniaAuthProviderChainAction, OmniaAuthProviderChainAction>;
|
61
61
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
62
62
|
propsDefinition: Omit<Readonly<{} & {
|
63
|
-
context?: OmniaAuthProviderContext;
|
64
63
|
next?: OmniaAuthProviderChainAction;
|
64
|
+
context?: OmniaAuthProviderContext;
|
65
65
|
}>, never>;
|
66
66
|
};
|
@@ -5,8 +5,8 @@ export declare const PasswordProvider: {
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{}> & Omit<{
|
8
|
-
readonly context?: OmniaAuthProviderContext;
|
9
8
|
readonly next?: OmniaAuthProviderChainAction;
|
9
|
+
readonly context?: OmniaAuthProviderContext;
|
10
10
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
11
|
context: import("vue").Prop<OmniaAuthProviderContext, OmniaAuthProviderContext>;
|
12
12
|
next: import("vue").Prop<OmniaAuthProviderChainAction, OmniaAuthProviderChainAction>;
|
@@ -59,7 +59,7 @@ export declare const PasswordProvider: {
|
|
59
59
|
next: import("vue").Prop<OmniaAuthProviderChainAction, OmniaAuthProviderChainAction>;
|
60
60
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
61
61
|
propsDefinition: Omit<Readonly<{} & {
|
62
|
-
context?: OmniaAuthProviderContext;
|
63
62
|
next?: OmniaAuthProviderChainAction;
|
63
|
+
context?: OmniaAuthProviderContext;
|
64
64
|
}>, never>;
|
65
65
|
};
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
10
10
|
readonly template?: string;
|
11
11
|
readonly "read-only"?: boolean;
|
12
12
|
readonly styles?: unknown;
|
13
|
+
readonly readOnly?: boolean;
|
13
14
|
readonly dynamicInput?: CommentLikeTemplateDynamicInput;
|
14
15
|
readonly "dynamic-input"?: CommentLikeTemplateDynamicInput;
|
15
16
|
readonly additionalRoles?: string[];
|
@@ -17,7 +18,6 @@ declare const _default: {
|
|
17
18
|
readonly cardStyle?: ThemeDefinition;
|
18
19
|
readonly "card-style"?: ThemeDefinition;
|
19
20
|
readonly hideEdit?: boolean;
|
20
|
-
readonly readOnly?: boolean;
|
21
21
|
readonly topicId?: string;
|
22
22
|
readonly contextParams?: {
|
23
23
|
[key: string]: string | number;
|
@@ -625,6 +625,7 @@ declare const _default: {
|
|
625
625
|
template?: string;
|
626
626
|
"read-only"?: boolean;
|
627
627
|
styles?: unknown;
|
628
|
+
readOnly?: boolean;
|
628
629
|
dynamicInput?: CommentLikeTemplateDynamicInput;
|
629
630
|
"dynamic-input"?: CommentLikeTemplateDynamicInput;
|
630
631
|
additionalRoles?: string[];
|
@@ -632,7 +633,6 @@ declare const _default: {
|
|
632
633
|
cardStyle?: ThemeDefinition;
|
633
634
|
"card-style"?: ThemeDefinition;
|
634
635
|
hideEdit?: boolean;
|
635
|
-
readOnly?: boolean;
|
636
636
|
topicId?: string;
|
637
637
|
contextParams?: {
|
638
638
|
[key: string]: string | number;
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
12
12
|
$props: Partial<{}> & Omit<{
|
13
13
|
readonly currentUser?: ResolvedUserIdentity;
|
14
14
|
readonly "read-only"?: boolean;
|
15
|
+
readonly readOnly?: boolean;
|
15
16
|
readonly comment?: Comment;
|
16
17
|
readonly dynamicInput?: CommentLikeTemplateDynamicInput;
|
17
18
|
readonly "dynamic-input"?: CommentLikeTemplateDynamicInput;
|
@@ -27,7 +28,6 @@ declare const _default: {
|
|
27
28
|
readonly cardStyle?: ThemeDefinition;
|
28
29
|
readonly "card-style"?: ThemeDefinition;
|
29
30
|
readonly hideEdit?: boolean;
|
30
|
-
readonly readOnly?: boolean;
|
31
31
|
onDoc$?: (description?: string) => any;
|
32
32
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
33
33
|
onCancelReply?: (comment: Comment) => any;
|
@@ -340,6 +340,7 @@ declare const _default: {
|
|
340
340
|
propsDefinition: Omit<Readonly<{} & {
|
341
341
|
currentUser?: ResolvedUserIdentity;
|
342
342
|
"read-only"?: boolean;
|
343
|
+
readOnly?: boolean;
|
343
344
|
comment?: Comment;
|
344
345
|
dynamicInput?: CommentLikeTemplateDynamicInput;
|
345
346
|
"dynamic-input"?: CommentLikeTemplateDynamicInput;
|
@@ -355,7 +356,6 @@ declare const _default: {
|
|
355
356
|
cardStyle?: ThemeDefinition;
|
356
357
|
"card-style"?: ThemeDefinition;
|
357
358
|
hideEdit?: boolean;
|
358
|
-
readOnly?: boolean;
|
359
359
|
}>, "onDoc$" | "onOpenReply" | "onCancelReply" | "onRefresh"> & {
|
360
360
|
onDoc$?: (description?: string) => any;
|
361
361
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
@@ -20,7 +20,7 @@ export declare function useIcons(): {
|
|
20
20
|
clone: FontAwesomeIcon;
|
21
21
|
clipboard: FontAwesomeIcon;
|
22
22
|
close: FontAwesomeIcon;
|
23
|
-
|
23
|
+
collapse: FontAwesomeIcon;
|
24
24
|
comment: FontAwesomeIcon;
|
25
25
|
comments: FontAwesomeIcon;
|
26
26
|
save: FontAwesomeIcon;
|
@@ -98,6 +98,8 @@ export declare function useIcons(): {
|
|
98
98
|
upload: FontAwesomeIcon;
|
99
99
|
user: FontAwesomeIcon;
|
100
100
|
global: FontAwesomeIcon;
|
101
|
+
arrowLeft: FontAwesomeIcon;
|
102
|
+
arrowRight: FontAwesomeIcon;
|
101
103
|
};
|
102
104
|
system: {
|
103
105
|
settings: {
|
@@ -183,6 +183,9 @@ import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
|
183
183
|
import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
|
184
184
|
import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
|
185
185
|
import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex';
|
186
|
+
import wcea8772c790d448f292f937e298c62724 from './ux/oxide/flex/Flex2';
|
187
|
+
import wc73c0fad58d364a9db31c360fcc748c10 from './ux/oxide/flex/Row';
|
188
|
+
import wc6b9a8ce82fe74ddaabbb8dc1a6d93437 from './ux/oxide/flex/Col';
|
186
189
|
import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
|
187
190
|
import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
|
188
191
|
import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
|
@@ -543,6 +546,9 @@ declare global {
|
|
543
546
|
"o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
|
544
547
|
"o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
|
545
548
|
"o-flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
|
549
|
+
"o-flex2": typeof wcea8772c790d448f292f937e298c62724.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea8772c790d448f292f937e298c62724.propsDefinition>;
|
550
|
+
"o-row": typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition>;
|
551
|
+
"o-col2": typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition>;
|
546
552
|
"o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
|
547
553
|
"o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
|
548
554
|
"o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
|
@@ -1637,6 +1643,21 @@ declare global {
|
|
1637
1643
|
$props: typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
|
1638
1644
|
};
|
1639
1645
|
};
|
1646
|
+
"OFlex2": {
|
1647
|
+
new (...args: any[]): {
|
1648
|
+
$props: typeof wcea8772c790d448f292f937e298c62724.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea8772c790d448f292f937e298c62724.propsDefinition>;
|
1649
|
+
};
|
1650
|
+
};
|
1651
|
+
"ORow": {
|
1652
|
+
new (...args: any[]): {
|
1653
|
+
$props: typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition>;
|
1654
|
+
};
|
1655
|
+
};
|
1656
|
+
"OCol2": {
|
1657
|
+
new (...args: any[]): {
|
1658
|
+
$props: typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition>;
|
1659
|
+
};
|
1660
|
+
};
|
1640
1661
|
"OHostProvider": {
|
1641
1662
|
new (...args: any[]): {
|
1642
1663
|
$props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.53-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.53-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|