@voplus/morpho-workspace 11.0.1 → 11.0.2
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/es/modules/notification/components/NewNotificationForm/state.d.ts +9 -12
- package/es/modules/notification/components/NewNotificationForm/state.js.map +1 -1
- package/es/modules/work/components/NewWorkForm/state.d.ts +9 -12
- package/es/modules/work/components/NewWorkForm/state.js.map +1 -1
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/state.d.ts +7 -8
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/state.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,18 @@
|
|
|
1
|
+
type NotificationParams = {
|
|
2
|
+
Channels: number;
|
|
3
|
+
Subject: string;
|
|
4
|
+
Body: string;
|
|
5
|
+
EmailTemplateId: string;
|
|
6
|
+
};
|
|
1
7
|
export declare class State {
|
|
2
8
|
private defaultTemplate?;
|
|
3
|
-
Params:
|
|
4
|
-
Channels: number;
|
|
5
|
-
Subject: string;
|
|
6
|
-
Body: string;
|
|
7
|
-
EmailTemplateId: string;
|
|
8
|
-
};
|
|
9
|
+
Params: NotificationParams;
|
|
9
10
|
constructor(defaultTemplate?: {
|
|
10
11
|
id: string;
|
|
11
12
|
name: string;
|
|
12
13
|
body: string;
|
|
13
14
|
} | undefined);
|
|
14
|
-
accessor params:
|
|
15
|
-
Channels: number;
|
|
16
|
-
Subject: string;
|
|
17
|
-
Body: string;
|
|
18
|
-
EmailTemplateId: string;
|
|
19
|
-
};
|
|
15
|
+
accessor params: NotificationParams;
|
|
20
16
|
accessor contact: {
|
|
21
17
|
id: string;
|
|
22
18
|
name: string;
|
|
@@ -29,3 +25,4 @@ export declare class State {
|
|
|
29
25
|
Value?: string;
|
|
30
26
|
}[];
|
|
31
27
|
}
|
|
28
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NewNotificationForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NewNotificationForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;IASrC,KAAK;;;;;;;;;;;;;;;;iBAAL,KAAK;;;kCAYhB,UAAU;mCAEV,UAAU;mCACV,UAAU;uCACV,UAAU;2CAEV,UAAU;YANC,uKAAgB,MAAM,6BAAN,MAAM,uFAAqB;YAE3C,0KAAgB,OAAO,6BAAP,OAAO,yFAAsC;YAC7D,0KAAgB,OAAO,6BAAP,OAAO,yFAAS;YAChC,sLAAgB,WAAW,6BAAX,WAAW,iGAAS;YAEpC,kMAAgB,eAAe,6BAAf,eAAe,yGAAiD;;;QAhBjE,eAAe;QADnC,MAAM,CAAqB;QAClC,YAA2B,eAA4D;;YAA5D,oBAAe,GAAf,eAAe,CAA6C;YACtF,cAAc,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC,CAAC;YAC/C,IAAI,CAAC,MAAM,GAAG;gBACb,QAAQ,EAAE,CAAC;gBACX,OAAO,EAAE,EAAE;gBACX,IAAI,EAAE,IAAI,CAAC,eAAe,EAAE,IAAI,IAAI,EAAE;gBACtC,eAAe,EAAE,EAAE;aACnB,CAAC;YACF,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;SAC1B;QACW,iFAA2C;QAA3C,IAAgB,MAAM,4CAAqB;QAA3C,IAAgB,MAAM,kDAAqB;QAE3C,gIAA0D,EAAE,GAAC;QADzE,4CAA4C;QAChC,IAAgB,OAAO,6CAAsC;QAA7D,IAAgB,OAAO,mDAAsC;QAC7D,iIAA0B,KAAK,GAAC;QAAhC,IAAgB,OAAO,6CAAS;QAAhC,IAAgB,OAAO,mDAAS;QAChC,yIAA8B,KAAK,GAAC;QAApC,IAAgB,WAAW,iDAAS;QAApC,IAAgB,WAAW,uDAAS;QACzC,QAAQ,6DAA2B,QAAQ,EAAC;QACvC,2FAA6E,EAAE,EAAC;QAAhF,IAAgB,eAAe,qDAAiD;QAAhF,IAAgB,eAAe,2DAAiD;;;SAlBhF,KAAK"}
|
|
@@ -1,23 +1,20 @@
|
|
|
1
|
+
type WorkParams = {
|
|
2
|
+
WorkTypeId: string;
|
|
3
|
+
RelatedId: string;
|
|
4
|
+
Name: string;
|
|
5
|
+
ContactId: string;
|
|
6
|
+
};
|
|
1
7
|
export declare class State {
|
|
2
8
|
private defaultContact?;
|
|
3
|
-
Params:
|
|
4
|
-
WorkTypeId: string;
|
|
5
|
-
RelatedId: string;
|
|
6
|
-
Name: string;
|
|
7
|
-
ContactId: string;
|
|
8
|
-
};
|
|
9
|
+
Params: WorkParams;
|
|
9
10
|
constructor(defaultContact?: {
|
|
10
11
|
id: string;
|
|
11
12
|
name: string;
|
|
12
13
|
} | undefined);
|
|
13
|
-
accessor params:
|
|
14
|
-
WorkTypeId: string;
|
|
15
|
-
RelatedId: string;
|
|
16
|
-
Name: string;
|
|
17
|
-
ContactId: string;
|
|
18
|
-
};
|
|
14
|
+
accessor params: WorkParams;
|
|
19
15
|
contact?: {
|
|
20
16
|
id: string;
|
|
21
17
|
name: string;
|
|
22
18
|
};
|
|
23
19
|
}
|
|
20
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/NewWorkForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/NewWorkForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;IASrC,KAAK;;;;iBAAL,KAAK;;;kCAchB,UAAU;YAAC,uKAAgB,MAAM,6BAAN,MAAM,uFAAa;;;QAZpB,cAAc;QADlC,MAAM,CAAa;QAC1B,YAA2B,cAA6C;YAA7C,mBAAc,GAAd,cAAc,CAA+B;YACvE,cAAc,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC,CAAC;YAC9C,IAAI,CAAC,MAAM,GAAG;gBACb,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,EAAE;gBACb,IAAI,EAAE,MAAM;gBACZ,SAAS,EAAE,IAAI,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE;aACxC,CAAC;YACF,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;YAC1B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,cAAc,CAAC;QACpC,CAAC;QAEW,iFAAmC;QAAnC,IAAgB,MAAM,4CAAa;QAAnC,IAAgB,MAAM,kDAAa;QACxC,OAAO,sDAAgC;;;SAflC,KAAK"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { IUnit } from "@voplus/morpho-org";
|
|
2
|
+
type WorkScheduleParams = {
|
|
3
|
+
ContactId: string;
|
|
4
|
+
WorkTypeId: string;
|
|
5
|
+
};
|
|
2
6
|
export declare class State {
|
|
3
7
|
private contact?;
|
|
4
|
-
Params:
|
|
5
|
-
ContactId: string;
|
|
6
|
-
WorkTypeId: string;
|
|
7
|
-
};
|
|
8
|
+
Params: WorkScheduleParams;
|
|
8
9
|
constructor(contact?: {
|
|
9
10
|
name: string;
|
|
10
11
|
id: string;
|
|
11
12
|
} | undefined);
|
|
12
|
-
accessor params:
|
|
13
|
-
ContactId: string;
|
|
14
|
-
WorkTypeId: string;
|
|
15
|
-
};
|
|
13
|
+
accessor params: WorkScheduleParams;
|
|
16
14
|
contacts?: IUnit[];
|
|
17
15
|
}
|
|
16
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../../src/modules/work/work-schedule/components/NewWorkScheduleForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../../src/modules/work/work-schedule/components/NewWorkScheduleForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;IAQrC,KAAK;;;;iBAAL,KAAK;;;kCAYhB,UAAU;YAAC,uKAAgB,MAAM,6BAAN,MAAM,uFAAqB;;;QAV5B,OAAO;QAD3B,MAAM,CAAqB;QAClC,YAA2B,OAAsC;YAAtC,YAAO,GAAP,OAAO,CAA+B;YAChE,cAAc,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC,CAAC;YAC/C,IAAI,CAAC,MAAM,GAAG;gBACb,SAAS,EAAE,IAAI,CAAC,OAAO,EAAE,EAAE,IAAI,EAAE;gBACjC,UAAU,EAAE,EAAE;aACd,CAAC;YACF,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;YAC1B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAgB,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;QAC7D,CAAC;QAEW,iFAA2C;QAA3C,IAAgB,MAAM,4CAAqB;QAA3C,IAAgB,MAAM,kDAAqB;QAChD,QAAQ,sDAAW;;;SAbd,KAAK"}
|