infinity-forge 0.65.3 → 0.65.5
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { InputProps } from '../interfaces.js';
|
|
2
|
-
export
|
|
2
|
+
export declare function TextEditor(props: InputProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -37,6 +37,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
37
37
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
38
|
};
|
|
39
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.TextEditor = void 0;
|
|
40
41
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
41
42
|
var react_1 = __importDefault(require("react"));
|
|
42
43
|
var react_quilljs_1 = require("react-quilljs");
|
|
@@ -60,5 +61,5 @@ function TextEditor(props) {
|
|
|
60
61
|
}, [quill]);
|
|
61
62
|
return ((0, jsx_runtime_1.jsx)(S.TextEditor, { children: (0, jsx_runtime_1.jsx)(input_control_1.InputControl, __assign({}, props, { children: (0, jsx_runtime_1.jsx)("div", { style: { width: '100%', height: 175 }, children: (0, jsx_runtime_1.jsx)("div", { ref: quillRef }) }) })) }));
|
|
62
63
|
}
|
|
63
|
-
exports.
|
|
64
|
+
exports.TextEditor = TextEditor;
|
|
64
65
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/text-editor/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/text-editor/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAAyB;AAEzB,+CAAwC;AAExC,iCAAiC;AACjC,kDAA+C;AAG/C,0CAA6B;AAE7B,SAAiB,UAAU,CAAC,KAAiB;IACrC,IAAA,KAAoB,IAAA,iBAAQ,EAAC,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,CAAC,EAAnE,KAAK,QAAA,EAAE,CAAC,QAAA,EAAE,KAAK,QAAoD,CAAA;IAEpE,IAAA,KAAsB,IAAA,wBAAQ,GAAE,EAA9B,KAAK,WAAA,EAAE,QAAQ,cAAe,CAAA;IAEtC,eAAK,CAAC,SAAS,CAAC;QACd,IAAI,KAAK,EAAE,CAAC;YACV,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;gBACtB,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAA;YACtC,CAAC,CAAC,CAAA;QACJ,CAAC;IACH,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAA;IAEX,eAAK,CAAC,SAAS,CAAC;QACd,IAAI,KAAK,EAAE,CAAC;YACV,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;QACnD,CAAC;IACH,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAA;IAEX,OAAO,CACL,uBAAC,CAAC,CAAC,UAAU,cACX,uBAAC,4BAAY,eAAK,KAAK,cACrB,gCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,YACxC,gCAAK,GAAG,EAAE,QAAQ,GAAI,GAClB,IACO,GACF,CAChB,CAAA;AACH,CAAC;AA5BD,gCA4BC"}
|