@voplus/morpho-document 6.0.127 → 6.0.129
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/controls/ShortcutMenu/index.js +2 -2
- package/es/controls/ShortcutMenu/index.js.map +1 -1
- package/es/data/shortcut/ShortcutStore.d.ts +10 -0
- package/es/data/shortcut/ShortcutStore.js +21 -0
- package/es/data/shortcut/ShortcutStore.js.map +1 -0
- package/es/data/shortcut/hook.d.ts +3 -0
- package/es/data/shortcut/hook.js +10 -0
- package/es/data/shortcut/hook.js.map +1 -0
- package/es/data/shortcut/index.d.ts +4 -0
- package/es/data/shortcut/index.js +5 -0
- package/es/data/shortcut/index.js.map +1 -0
- package/es/data/shortcut/interfaces.d.ts +5 -0
- package/es/data/shortcut/interfaces.js +2 -0
- package/es/data/shortcut/interfaces.js.map +1 -0
- package/es/data/shortcut/types.d.ts +3 -0
- package/es/data/shortcut/types.js +2 -0
- package/es/data/shortcut/types.js.map +1 -0
- package/es/modules/shortcut/components/ShortcutProperties/index.d.ts +26 -0
- package/es/modules/shortcut/components/ShortcutProperties/index.js +34 -0
- package/es/modules/shortcut/components/ShortcutProperties/index.js.map +1 -0
- package/es/modules/shortcut/components/ShortcutQuickViewDialog/index.d.ts +7 -0
- package/es/modules/shortcut/components/ShortcutQuickViewDialog/index.js +18 -0
- package/es/modules/shortcut/components/ShortcutQuickViewDialog/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import { faEnvelope } from "@fortawesome/pro-light-svg-icons";
|
|
|
6
6
|
import { observe } from "@voplus/morpho-ui";
|
|
7
7
|
import { Button } from "antd";
|
|
8
8
|
import { useToolBarContext } from "../ToolBar/ToolBarState";
|
|
9
|
-
import
|
|
9
|
+
import ShortcutQuickViewDialog from "../../modules/shortcut/components/ShortcutQuickViewDialog";
|
|
10
10
|
const ShortcutMenu = (props) => {
|
|
11
11
|
const toolBarContext = useToolBarContext();
|
|
12
12
|
const context = useMemo(() => new DocumentMenuState(props.id), [props.id]);
|
|
@@ -22,7 +22,7 @@ const ShortcutMenu = (props) => {
|
|
|
22
22
|
React.createElement("span", null, "Open Quick View")),
|
|
23
23
|
React.createElement(Access, null),
|
|
24
24
|
React.createElement(Delete, null)),
|
|
25
|
-
React.createElement(
|
|
25
|
+
quickViewVisible && React.createElement(ShortcutQuickViewDialog, { id: props.id, visible: true, onCancel: onCancel }))));
|
|
26
26
|
function onCancel() {
|
|
27
27
|
setQuickViewVisible(false);
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/ShortcutMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,uBAAuB,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/ShortcutMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,uBAAuB,MAAM,2DAA2D,CAAC;AAEhG,MAAM,YAAY,GAAG,CAAC,KAAqB,EAAE,EAAE;IAC9C,MAAM,cAAc,GAAG,iBAAiB,EAAE,CAAC;IAC3C,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,iBAAiB,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;IAC3E,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEhE,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,KAAK,CAAC,QAAQ;QACd,oBAAC,mBAAmB,CAAC,QAAQ,IAAC,KAAK,EAAE,OAAO;YAC3C,oBAAC,MAAM,OAAG;YACV,oBAAC,MAAM,IACN,IAAI,EAAC,MAAM,EACX,GAAG,EAAC,eAAe,EACnB,OAAO,EAAE,GAAG,EAAE;oBACb,mBAAmB,CAAC,IAAI,CAAC,CAAC;oBAC1B,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,aAAa,EAAE,CAAC;gBACjC,CAAC;gBAED,oBAAC,MAAM,IAAC,IAAI,EAAE,UAAU,GAAI;gBAC5B,oDAA4B,CACpB;YACT,oBAAC,MAAM,OAAG;YACV,oBAAC,MAAM,OAAG,CACoB;QAC9B,gBAAgB,IAAI,oBAAC,uBAAuB,IAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,OAAO,QAAC,QAAQ,EAAE,QAAQ,GAAI,CAC1E,CACjB,CAAC,CAAC;IAEH,SAAS,QAAQ;QAChB,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAC5B,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DocumentStore, DocumentTypeStore, LoadDocumentListOptions, LoadDocumentOptions, CreateDocumentOptions } from "@voplus/morpho-document-core";
|
|
2
|
+
import { ApiEndPoint } from "@voplus/api";
|
|
3
|
+
import { IShortcut, EditShortcutOptions } from ".";
|
|
4
|
+
export declare class ShortcutStore extends DocumentTypeStore<IShortcut, LoadDocumentOptions, LoadDocumentListOptions, CreateDocumentOptions, EditShortcutOptions, any> {
|
|
5
|
+
/** Name of the store */
|
|
6
|
+
readonly name: string;
|
|
7
|
+
constructor(endpoint: ApiEndPoint, documents: DocumentStore);
|
|
8
|
+
}
|
|
9
|
+
/** 响应钩子检索 ShortcutStore */
|
|
10
|
+
export declare const useShortcutStore: () => ShortcutStore;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useService } from "@voplus/morpho-data";
|
|
2
|
+
import { DocumentTypeStore, useDocumentStore } from "@voplus/morpho-document-core";
|
|
3
|
+
const StoreName = "ShortcutStore";
|
|
4
|
+
export class ShortcutStore extends DocumentTypeStore {
|
|
5
|
+
constructor(endpoint, documents) {
|
|
6
|
+
super(endpoint, "/api/shortcuts", documents);
|
|
7
|
+
/** Name of the store */
|
|
8
|
+
Object.defineProperty(this, "name", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
configurable: true,
|
|
11
|
+
writable: true,
|
|
12
|
+
value: StoreName
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
/** 响应钩子检索 ShortcutStore */
|
|
17
|
+
export const useShortcutStore = () => {
|
|
18
|
+
const documents = useDocumentStore();
|
|
19
|
+
return useService(StoreName, (context) => new ShortcutStore(context.api.currentEndPoint, documents));
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=ShortcutStore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShortcutStore.js","sourceRoot":"","sources":["../../../src/data/shortcut/ShortcutStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAEN,iBAAiB,EAGjB,gBAAgB,EAEhB,MAAM,8BAA8B,CAAC;AAOtC,MAAM,SAAS,GAAG,eAAe,CAAC;AAElC,MAAM,OAAO,aAAc,SAAQ,iBAOlC;IAIA,YAAmB,QAAqB,EAAE,SAAwB;QACjE,KAAK,CAAC,QAAQ,EAAE,gBAAgB,EAAE,SAAS,CAAC,CAAC;QAJ9C,wBAAwB;QACR;;;;mBAAe,SAAS;WAAC;IAIzC,CAAC;CACD;AAED,2BAA2B;AAC3B,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACpC,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IACrC,OAAO,UAAU,CAChB,SAAS,EACT,CAAC,OAAO,EAAE,EAAE,CAAC,IAAI,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,SAAS,CAAC,CACtE,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { useDocumentStore } from "@voplus/morpho-document-core";
|
|
2
|
+
import { useLoadCountedMapItem } from "@voplus/morpho-data";
|
|
3
|
+
import { useShortcutStore } from ".";
|
|
4
|
+
export const useShortcut = (id, options) => {
|
|
5
|
+
options = options ? options : {};
|
|
6
|
+
const store = useShortcutStore();
|
|
7
|
+
const documents = useDocumentStore();
|
|
8
|
+
return useLoadCountedMapItem(id, documents.items, (calculatedOptions) => store.load(id, calculatedOptions), options);
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=hook.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hook.js","sourceRoot":"","sources":["../../../src/data/shortcut/hook.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAa,MAAM,GAAG,CAAC;AAEhD,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAAU,EAAE,OAA6B,EAAE,EAAE;IACxE,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA0B,CAAC;IAE1D,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IACjC,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IAErC,OAAO,qBAAqB,CAC3B,EAAE,EACF,SAAS,CAAC,KAAK,EACf,CAAC,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,iBAAiB,CAAC,EACxD,OAAO,CACM,CAAC;AAChB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/shortcut/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/data/shortcut/interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/data/shortcut/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { DocumentPropertiesName } from "../../../../components/DocumentProperties";
|
|
3
|
+
export type ShortcutPropertiesName = "Sync Folder";
|
|
4
|
+
declare const ShortcutProperties: {
|
|
5
|
+
(props: {
|
|
6
|
+
id: string;
|
|
7
|
+
shortcutTitle?: string;
|
|
8
|
+
documentTitle?: string;
|
|
9
|
+
shortcutProperties?: {
|
|
10
|
+
name: ShortcutPropertiesName;
|
|
11
|
+
visible?: boolean;
|
|
12
|
+
}[];
|
|
13
|
+
documentProperties?: {
|
|
14
|
+
name: DocumentPropertiesName;
|
|
15
|
+
visible?: boolean;
|
|
16
|
+
}[];
|
|
17
|
+
}): React.JSX.Element;
|
|
18
|
+
defaultProps: {
|
|
19
|
+
shortcutTitle: string;
|
|
20
|
+
documentTitle: string;
|
|
21
|
+
shortcutProperties: {
|
|
22
|
+
name: string;
|
|
23
|
+
}[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export default ShortcutProperties;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Switch } from "antd";
|
|
3
|
+
import { observe } from "@voplus/morpho-ui";
|
|
4
|
+
import { useShortcut, useShortcutStore } from "../../../../data/shortcut";
|
|
5
|
+
import { Scrollbars } from "react-custom-scrollbars-2";
|
|
6
|
+
import Prop from "@voplus/morpho-ui/es/controls/Prop";
|
|
7
|
+
import DocumentProperties from "../../../../components/DocumentProperties";
|
|
8
|
+
import PropertiesSection from "@voplus/morpho-ui/es/controls/PropertiesSection";
|
|
9
|
+
const ShortcutProperties = (props) => {
|
|
10
|
+
const { id, shortcutTitle, documentTitle, shortcutProperties, documentProperties } = props;
|
|
11
|
+
const shortcut = useShortcut(id);
|
|
12
|
+
const store = useShortcutStore();
|
|
13
|
+
const filterPro = shortcutProperties === null || shortcutProperties === void 0 ? void 0 : shortcutProperties.filter((i) => (i === null || i === void 0 ? void 0 : i.visible) !== false);
|
|
14
|
+
/** 加class name 为了方便做integration tests */
|
|
15
|
+
const classId = "shortcut-properties";
|
|
16
|
+
return observe(() => (React.createElement("div", { className: "properties-list" },
|
|
17
|
+
React.createElement(Scrollbars, { autoHide: true },
|
|
18
|
+
React.createElement(PropertiesSection, { title: shortcutTitle, properties: () => filterPro === null || filterPro === void 0 ? void 0 : filterPro.map((i) => renderProp(i)) }),
|
|
19
|
+
React.createElement(DocumentProperties, { id: id, title: documentTitle, customProperties: documentProperties })))));
|
|
20
|
+
function renderProp(item) {
|
|
21
|
+
switch (item.name) {
|
|
22
|
+
case "Sync Folder":
|
|
23
|
+
return (React.createElement(Prop, { label: "Sync Folder", className: `${classId}-Sync Folder`, hint: "Controls shortcut behavior when the target is moved within a folder (e.g. Board columns). If enabled, the shortcut will automatically relocate to the corresponding subfolder with the same name in it's own location." },
|
|
24
|
+
React.createElement(Switch, { checked: shortcut.syncFolder, onChange: async (checked) => await store.edit(id, { data: { SyncFolder: checked }, error: "message" }) })));
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
ShortcutProperties.defaultProps = {
|
|
29
|
+
shortcutTitle: "SHORTCUT PROPERTIES",
|
|
30
|
+
documentTitle: "DOCUMENT PROPERTIES",
|
|
31
|
+
shortcutProperties: [{ name: "Sync Folder" }],
|
|
32
|
+
};
|
|
33
|
+
export default ShortcutProperties;
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/shortcut/components/ShortcutProperties/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,IAAI,MAAM,oCAAoC,CAAC;AACtD,OAAO,kBAEN,MAAM,2CAA2C,CAAC;AACnD,OAAO,iBAAiB,MAAM,iDAAiD,CAAC;AAIhF,MAAM,kBAAkB,GAAG,CAAC,KAY3B,EAAE,EAAE;IACJ,MAAM,EAAE,EAAE,EAAE,aAAa,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,GAAG,KAAK,CAAC;IAE3F,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAE,CAAC,CAAC;IACjC,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IAEjC,MAAM,SAAS,GAAG,kBAAkB,aAAlB,kBAAkB,uBAAlB,kBAAkB,CAAE,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,OAAO,MAAK,KAAK,CAAC,CAAC;IAC1E,yCAAyC;IACzC,MAAM,OAAO,GAAG,qBAAqB,CAAC;IAEtC,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAC,iBAAiB;QAC/B,oBAAC,UAAU,IAAC,QAAQ;YACnB,oBAAC,iBAAiB,IACjB,KAAK,EAAE,aAAa,EACpB,UAAU,EAAE,GAAG,EAAE,CAAC,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,GACrD;YACF,oBAAC,kBAAkB,IAAC,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,GAAI,CAC9E,CACR,CACN,CAAC,CAAC;IAEH,SAAS,UAAU,CAAC,IAAyD;QAC5E,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;YACnB,KAAK,aAAa;gBACjB,OAAO,CACN,oBAAC,IAAI,IACJ,KAAK,EAAC,aAAa,EACnB,SAAS,EAAE,GAAG,OAAO,cAAc,EACnC,IAAI,EAAC,wNAAwN;oBAE7N,oBAAC,MAAM,IACN,OAAO,EAAE,QAAQ,CAAC,UAAU,EAC5B,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,CAC3B,MAAM,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,GAEzE,CACI,CACP,CAAC;QACJ,CAAC;IACF,CAAC;AACF,CAAC,CAAC;AAEF,kBAAkB,CAAC,YAAY,GAAG;IACjC,aAAa,EAAE,qBAAqB;IACpC,aAAa,EAAE,qBAAqB;IACpC,kBAAkB,EAAE,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;CAC7C,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { observe } from "@voplus/morpho-ui";
|
|
3
|
+
import { CommentDataIcon, DateQuickIcon, DocumentPathDataIcon, UserQuickIcon, } from "../../../../controls/data-icons";
|
|
4
|
+
import DocumentHeader from "../../../../components/DocumentHeader";
|
|
5
|
+
import QuickViewDialog from "../../../../controls/QuickViewDialog";
|
|
6
|
+
import ShortcutProperties from "../ShortcutProperties";
|
|
7
|
+
import DataIconBar from "../../../../controls/DataIconBar";
|
|
8
|
+
const ShortcutQuickViewDialog = (props) => {
|
|
9
|
+
const { id } = props;
|
|
10
|
+
return observe(() => (React.createElement(QuickViewDialog, { ...props, header: React.createElement(DocumentHeader, { id: id, size: "h3", quickDataBar: React.createElement(DataIconBar, null,
|
|
11
|
+
React.createElement(DateQuickIcon, { id: id }),
|
|
12
|
+
React.createElement(CommentDataIcon, { id: id }),
|
|
13
|
+
React.createElement(UserQuickIcon, { id: id }),
|
|
14
|
+
React.createElement(DocumentPathDataIcon, { id: id })), quickDataBarAlign: "left", clickNameEffect: "edit", autoSaveName: true }) },
|
|
15
|
+
React.createElement(ShortcutProperties, { id: id }))));
|
|
16
|
+
};
|
|
17
|
+
export default ShortcutQuickViewDialog;
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/shortcut/components/ShortcutQuickViewDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EACN,eAAe,EACf,aAAa,EACb,oBAAoB,EACpB,aAAa,GACb,MAAM,iCAAiC,CAAC;AACzC,OAAO,cAAc,MAAM,uCAAuC,CAAC;AACnE,OAAO,eAAe,MAAM,sCAAsC,CAAC;AACnE,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,WAAW,MAAM,kCAAkC,CAAC;AAE3D,MAAM,uBAAuB,GAAG,CAAC,KAIhC,EAAE,EAAE;IACJ,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IAErB,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,eAAe,OACX,KAAK,EACT,MAAM,EACL,oBAAC,cAAc,IACd,EAAE,EAAE,EAAE,EACN,IAAI,EAAC,IAAI,EACT,YAAY,EACX,oBAAC,WAAW;gBACX,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI;gBACzB,oBAAC,eAAe,IAAC,EAAE,EAAE,EAAE,GAAI;gBAC3B,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI;gBACzB,oBAAC,oBAAoB,IAAC,EAAE,EAAE,EAAE,GAAI,CACnB,EAEf,iBAAiB,EAAC,MAAM,EACxB,eAAe,EAAC,MAAM,EACtB,YAAY,SACX;QAGH,oBAAC,kBAAkB,IAAC,EAAE,EAAE,EAAE,GAAI,CACb,CAClB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|