@omnia/fx 7.6.54-preview → 7.6.56-preview
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/ux/datetimepicker/DateTimePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +4 -0
- package/package.json +2 -2
|
@@ -23,6 +23,8 @@ export declare class DateTimePicker extends VueComponentBase implements IWebComp
|
|
|
23
23
|
hasIcon: boolean;
|
|
24
24
|
description: string;
|
|
25
25
|
isKeepMenuOpen?: (value: boolean) => void;
|
|
26
|
+
icon?: string;
|
|
27
|
+
tooltip?: string;
|
|
26
28
|
private omniaContext;
|
|
27
29
|
locDateTimePicker: DateTimePickerLocalization.locInterface;
|
|
28
30
|
private subscriptionHandler;
|
|
@@ -13,6 +13,8 @@ export declare class DateTimeFieldEdit extends VueComponentBase implements IWebC
|
|
|
13
13
|
dark?: boolean;
|
|
14
14
|
settings: EnterprisePropertyDateTimeItemSettings;
|
|
15
15
|
includeTime: boolean;
|
|
16
|
+
icon: string;
|
|
17
|
+
tooltip: string;
|
|
16
18
|
private isRequired;
|
|
17
19
|
multilingualStore: MultilingualStore;
|
|
18
20
|
created(): void;
|
|
@@ -2,6 +2,8 @@ import { EnterprisePropertyDateTimeItemSettings } from "../../../../models";
|
|
|
2
2
|
import { EnterprisePropertyEditProps } from "../../EnterprisePropertyComponentProps";
|
|
3
3
|
export interface IDateTimeFieldEdit extends EnterprisePropertyEditProps<EnterprisePropertyDateTimeItemSettings> {
|
|
4
4
|
includeTime?: boolean;
|
|
5
|
+
icon?: string;
|
|
6
|
+
tooltip?: string;
|
|
5
7
|
}
|
|
6
8
|
declare global {
|
|
7
9
|
namespace VueTsxSupport.JSX {
|
|
@@ -25,6 +25,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
25
25
|
permissionEnabled: BoolFilter;
|
|
26
26
|
enableSpecialUser: ISpecialUserConfiguration;
|
|
27
27
|
businessProfileId: string;
|
|
28
|
+
closeDialog: () => void;
|
|
28
29
|
}, "onIdentityAdded">, any, any, any>> & {
|
|
29
30
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
30
31
|
valueBind: Identity[];
|
|
@@ -51,6 +52,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
51
52
|
permissionEnabled: BoolFilter;
|
|
52
53
|
enableSpecialUser: ISpecialUserConfiguration;
|
|
53
54
|
businessProfileId: string;
|
|
55
|
+
closeDialog: () => void;
|
|
54
56
|
}, "onIdentityAdded">;
|
|
55
57
|
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
56
58
|
valueBind: Identity[];
|
|
@@ -77,6 +79,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
77
79
|
permissionEnabled: BoolFilter;
|
|
78
80
|
enableSpecialUser: ISpecialUserConfiguration;
|
|
79
81
|
businessProfileId: string;
|
|
82
|
+
closeDialog: () => void;
|
|
80
83
|
}, "onIdentityAdded">, any, any, any>> & {
|
|
81
84
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
82
85
|
valueBind: Identity[];
|
|
@@ -103,6 +106,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
|
|
|
103
106
|
permissionEnabled: BoolFilter;
|
|
104
107
|
enableSpecialUser: ISpecialUserConfiguration;
|
|
105
108
|
businessProfileId: string;
|
|
109
|
+
closeDialog: () => void;
|
|
106
110
|
}, "onIdentityAdded">;
|
|
107
111
|
});
|
|
108
112
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.6.
|
|
4
|
+
"version": "7.6.56-preview",
|
|
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": "7.6.
|
|
23
|
+
"@omnia/fx-models": "7.6.56-preview",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|