@voplus/morpho-document 6.0.204 → 6.0.206
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/message-template/components/MessageTemplateContent/index.js +21 -20
- package/es/modules/message-template/components/MessageTemplateContent/index.js.map +1 -1
- package/es/modules/message-template/components/MessageTemplateContent/state.d.ts +9 -0
- package/es/modules/message-template/components/MessageTemplateContent/state.js +49 -0
- package/es/modules/message-template/components/MessageTemplateContent/state.js.map +1 -0
- package/es/modules/quick-access/GeneralFilterForm/index.d.ts +1 -0
- package/es/modules/quick-access/GeneralFilterForm/index.js +3 -2
- package/es/modules/quick-access/GeneralFilterForm/index.js.map +1 -1
- package/es/modules/quick-access/GeneralFilterForm/index.less +4 -1
- package/package.json +1 -1
|
@@ -1,32 +1,33 @@
|
|
|
1
|
-
import React, { useState } from "react";
|
|
1
|
+
import React, { useMemo, useState } from "react";
|
|
2
|
+
import { State } from "./state";
|
|
2
3
|
import { observe } from "@voplus/morpho-ui";
|
|
3
4
|
import { Skeleton, Space, Button } from "antd";
|
|
4
5
|
import { Scrollbars } from "react-custom-scrollbars-2";
|
|
5
|
-
import {
|
|
6
|
+
import { useMessageTemplateStore } from "../../../../data/message-template";
|
|
6
7
|
import ProseMirror from "@voplus/morpho-text/es/controls/ProseMirror";
|
|
7
8
|
import CodeMirror from "../../components/CodeMirror";
|
|
8
9
|
import "./index.less";
|
|
9
10
|
const MessageTemplateContent = (props) => {
|
|
10
|
-
const messageTemplate = useMessageTemplate(props.id, {
|
|
11
|
-
reload: true,
|
|
12
|
-
includes: "layout,preview",
|
|
13
|
-
});
|
|
14
|
-
const store = useMessageTemplateStore();
|
|
15
11
|
const [edit, setEdit] = useState(false);
|
|
16
12
|
const [codeContent, setCodeContent] = useState();
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
13
|
+
const store = useMessageTemplateStore();
|
|
14
|
+
const state = useMemo(() => new State(props.id, store), [props.id]);
|
|
15
|
+
return observe(() => {
|
|
16
|
+
var _a;
|
|
17
|
+
return (React.createElement("div", { className: "message-template-page" },
|
|
18
|
+
props.canEdit && (React.createElement("div", { className: "message-template-body-header" }, edit ? (React.createElement(Space, null,
|
|
19
|
+
React.createElement(Button, { onClick: () => setEdit(false) }, "Cancel"),
|
|
20
|
+
React.createElement(Button, { type: "primary", onClick: async () => {
|
|
21
|
+
await store
|
|
22
|
+
.edit(props.id, { data: { Body: codeContent }, error: "message" })
|
|
23
|
+
.then(() => setEdit(false));
|
|
24
|
+
} }, "Save"))) : (React.createElement(Button, { type: "primary", onClick: () => setEdit(true) }, "Edit")))),
|
|
25
|
+
edit ? (React.createElement("div", { className: "message-template-edit-code-mirror" },
|
|
26
|
+
React.createElement(Scrollbars, { autoHide: true }, state.messageTemplate.editor === "RichText" ? (React.createElement(ProseMirror, { scroll: true, toolbarProps: { sticky: false }, defaultHtml: state.messageTemplate.body, onChange: (opt) => setCodeContent(opt.getInnerHtml()) })) : (React.createElement(CodeMirror, { code: state.messageTemplate.body, onChange: (code) => setCodeContent(code) }))))) : (React.createElement(Skeleton, { loading: state.loading },
|
|
27
|
+
React.createElement("div", { className: "message-template-iframe-content" },
|
|
28
|
+
React.createElement("div", null,
|
|
29
|
+
React.createElement("iframe", { srcDoc: (_a = state.messageTemplate) === null || _a === void 0 ? void 0 : _a.preview })))))));
|
|
30
|
+
});
|
|
30
31
|
// function merge(isLayout: boolean, body: string = "", layoutBody: string = "") {
|
|
31
32
|
// return isLayout ? body : layoutBody.replace("{{Content}}", body);
|
|
32
33
|
// }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/message-template/components/MessageTemplateContent/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/message-template/components/MessageTemplateContent/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MessageTemplateStore, IMessageTemplate } from "../../../../data/message-template";
|
|
2
|
+
export declare class State {
|
|
3
|
+
private id;
|
|
4
|
+
private store;
|
|
5
|
+
loading: boolean;
|
|
6
|
+
messageTemplate: IMessageTemplate;
|
|
7
|
+
constructor(id: string, store: MessageTemplateStore);
|
|
8
|
+
loadData(): Promise<void>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { action, makeObservable, observable } from "mobx";
|
|
3
|
+
export class State {
|
|
4
|
+
constructor(id, store) {
|
|
5
|
+
Object.defineProperty(this, "id", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
configurable: true,
|
|
8
|
+
writable: true,
|
|
9
|
+
value: id
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(this, "store", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
configurable: true,
|
|
14
|
+
writable: true,
|
|
15
|
+
value: store
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(this, "loading", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
configurable: true,
|
|
20
|
+
writable: true,
|
|
21
|
+
value: false
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(this, "messageTemplate", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
configurable: true,
|
|
26
|
+
writable: true,
|
|
27
|
+
value: void 0
|
|
28
|
+
});
|
|
29
|
+
makeObservable(this);
|
|
30
|
+
this.loadData();
|
|
31
|
+
}
|
|
32
|
+
async loadData() {
|
|
33
|
+
this.loading = true;
|
|
34
|
+
await this.store
|
|
35
|
+
.load(this.id, { includes: "layout,preview" })
|
|
36
|
+
.then((res) => (this.messageTemplate = res))
|
|
37
|
+
.then(() => (this.loading = false));
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
__decorate([
|
|
41
|
+
observable
|
|
42
|
+
], State.prototype, "loading", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
observable
|
|
45
|
+
], State.prototype, "messageTemplate", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
action
|
|
48
|
+
], State.prototype, "loadData", null);
|
|
49
|
+
//# sourceMappingURL=state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/message-template/components/MessageTemplateContent/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAG1D,MAAM,OAAO,KAAK;IAIjB,YAAoB,EAAU,EAAU,KAA2B;QAAvD;;;;mBAAQ,EAAE;WAAQ;QAAE;;;;mBAAQ,KAAK;WAAsB;QAHhD;;;;mBAAU,KAAK;WAAC;QAChB;;;;;WAAkC;QAGpD,cAAc,CAAC,IAAI,CAAC,CAAC;QAErB,IAAI,CAAC,QAAQ,EAAE,CAAC;IACjB,CAAC;IAGY,AAAN,KAAK,CAAC,QAAQ;QACpB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;QAEpB,MAAM,IAAI,CAAC,KAAK;aACd,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC;aAC7C,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,eAAe,GAAG,GAAG,CAAC,CAAC;aAC3C,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC;IACtC,CAAC;CACD;AAlBmB;IAAlB,UAAU;sCAAwB;AAChB;IAAlB,UAAU;8CAA0C;AASxC;IADZ,MAAM;qCAQN"}
|
|
@@ -2,6 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { FilterOption } from "@voplus/morpho-data";
|
|
3
3
|
declare const GeneralFilterForm: (props: {
|
|
4
4
|
id: "InvoiceNode" | "CorporateNode" | "CustomerNode" | "QuotationNode" | "WorkNode" | "FormSchemaNode" | "MessageTemplate" | "DocumentNode";
|
|
5
|
+
className?: string | undefined;
|
|
5
6
|
onFilter?: ((options?: FilterOption[]) => void) | undefined;
|
|
6
7
|
}) => React.JSX.Element;
|
|
7
8
|
export default GeneralFilterForm;
|
|
@@ -7,6 +7,7 @@ import { Skeleton, Row, Space, Button, message } from "antd";
|
|
|
7
7
|
import { useDocumentStore } from "@voplus/morpho-document-core";
|
|
8
8
|
import { useNodeInfoListEffect } from "../../../data/quick-access";
|
|
9
9
|
import Content from "./Content";
|
|
10
|
+
import classnames from "classnames";
|
|
10
11
|
import styles from "./index.less";
|
|
11
12
|
const GeneralFilterForm = (props) => {
|
|
12
13
|
const documentStore = useDocumentStore();
|
|
@@ -19,12 +20,12 @@ const GeneralFilterForm = (props) => {
|
|
|
19
20
|
state.initialDocumentType = cloneDeep((_b = state.originalData) === null || _b === void 0 ? void 0 : _b.find((f) => f.type === "Document"));
|
|
20
21
|
state.loading = false;
|
|
21
22
|
});
|
|
22
|
-
return observe(() => !state.loading ? (React.createElement("div", { className: styles["general-filter-form"] },
|
|
23
|
+
return observe(() => !state.loading ? (React.createElement("div", { className: classnames(styles["general-filter-form"], props.className) },
|
|
23
24
|
React.createElement("div", { className: "flex-1" },
|
|
24
25
|
React.createElement(Scrollbars, { autoHide: true },
|
|
25
26
|
React.createElement(Content, { state: state }))),
|
|
26
27
|
React.createElement(Row, { justify: "end" },
|
|
27
|
-
React.createElement(Space,
|
|
28
|
+
React.createElement(Space, { className: "general-filter-btn" },
|
|
28
29
|
React.createElement(Button, { onClick: () => onClear() }, "Clear"),
|
|
29
30
|
React.createElement(Button, { type: "primary", onClick: () => {
|
|
30
31
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/quick-access/GeneralFilterForm/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AAEnD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,MAAM,MAAM,cAAc,CAAC;AAElC,MAAM,iBAAiB,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/quick-access/GeneralFilterForm/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AAEnD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,MAAM,MAAM,cAAc,CAAC;AAElC,MAAM,iBAAiB,GAAG,CAAC,KAY1B,EAAE,EAAE;IACJ,MAAM,aAAa,GAAG,gBAAgB,EAAE,CAAC;IAEzC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;IAEnD,qBAAqB,CAAC,CAAC,GAAG,EAAE,EAAE;;QAC7B,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC;QAErB,KAAK,CAAC,YAAY,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC;QACpC,KAAK,CAAC,eAAe,GAAG,SAAS,CAAC,MAAA,KAAK,CAAC,YAAY,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;QACtF,KAAK,CAAC,mBAAmB,GAAG,SAAS,CAAC,MAAA,KAAK,CAAC,YAAY,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC;QAE9F,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;IACvB,CAAC,CAAC,CAAC;IAEH,OAAO,OAAO,CAAC,GAAG,EAAE,CACnB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAChB,6BAAK,SAAS,EAAE,UAAU,CAAC,MAAM,CAAC,qBAAqB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACzE,6BAAK,SAAS,EAAC,QAAQ;YACtB,oBAAC,UAAU,IAAC,QAAQ;gBACnB,oBAAC,OAAO,IAAC,KAAK,EAAE,KAAK,GAAI,CACb,CACR;QAEN,oBAAC,GAAG,IAAC,OAAO,EAAC,KAAK;YACjB,oBAAC,KAAK,IAAC,SAAS,EAAC,oBAAoB;gBACpC,oBAAC,MAAM,IAAC,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,EAAE,YAAgB;gBAChD,oBAAC,MAAM,IACN,IAAI,EAAC,SAAS,EACd,OAAO,EAAE,GAAG,EAAE;;wBACb,IAAI,KAAK,CAAC,gBAAgB,EAAE,EAAE,CAAC;4BAC9B,OAAO,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;4BAC/C,OAAO;wBACR,CAAC;wBAED,MAAA,KAAK,CAAC,QAAQ,sDAAG,KAAK,CAAC,YAAY,CAAC,CAAC;oBACtC,CAAC,aAGO,CACF,CACH,CACD,CACN,CAAC,CAAC,CAAC,CACH,oBAAC,QAAQ,OAAG,CACZ,CACD,CAAC;IAEF,SAAS,OAAO;;QACf,KAAK,CAAC,YAAY,GAAG,EAAE,CAAC;QACxB,KAAK,CAAC,eAAe,GAAG,SAAS,CAAC,MAAA,KAAK,CAAC,YAAY,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;QACtF,KAAK,CAAC,mBAAmB,GAAG,SAAS,CAAC,MAAA,KAAK,CAAC,YAAY,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC;QAE9F,KAAK,CAAC,SAAS,EAAE,CAAC;QAClB,MAAA,KAAK,CAAC,QAAQ,sDAAG,KAAK,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
height: 100%;
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
|
-
padding: 20px 16px;
|
|
6
5
|
|
|
7
6
|
:global {
|
|
8
7
|
.properties-section-header {
|
|
@@ -36,5 +35,9 @@
|
|
|
36
35
|
text-decoration: underline;
|
|
37
36
|
}
|
|
38
37
|
}
|
|
38
|
+
|
|
39
|
+
.general-filter-btn {
|
|
40
|
+
margin-top: 12px;
|
|
41
|
+
}
|
|
39
42
|
}
|
|
40
43
|
}
|