mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
1 line
7.6 KiB
Plaintext
1 line
7.6 KiB
Plaintext
{"version":3,"file":"value.js","sources":["../../../../packages/ui/src/page/src/initValue.ts","../../../../packages/ui/src/container/src/initValue.ts","../../../../packages/ui/src/button/src/initValue.ts","../../../../packages/ui/src/text/src/initValue.ts","../../../../packages/ui/src/img/src/initValue.ts","../../../../packages/ui/src/qrcode/src/initValue.ts","../../../../packages/ui/src/overlay/src/initValue.ts","../../src/value-entry.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making TMagicEditor available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport default {\n items: [],\n style: {\n width: '100%',\n height: '100%',\n },\n};\n","/*\n * Tencent is pleased to support the open source community by making TMagicEditor available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport default {\n items: [],\n style: {\n width: '375',\n height: '100',\n },\n};\n","/*\n * Tencent is pleased to support the open source community by making TMagicEditor available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport default {\n text: '请输入文本内容',\n multiple: true,\n style: {\n width: '270',\n height: '37.5',\n border: 0,\n backgroundColor: '#fb6f00',\n },\n};\n","/*\n * Tencent is pleased to support the open source community by making TMagicEditor available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport default {\n type: 'text',\n text: '请输入文本内容',\n multiple: true,\n style: {\n width: '100',\n height: 'auto',\n },\n};\n","/*\n * Tencent is pleased to support the open source community by making TMagicEditor available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport default {\n src: 'https://puui.qpic.cn/vupload/0/1573555382625_bhp0wud8l6w.png/0',\n url: '',\n style: {\n position: 'absolute',\n left: '57',\n width: '176',\n height: '176',\n },\n};\n","/*\n * Tencent is pleased to support the open source community by making TMagicEditor available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport default {\n url: 'https://m.film.qq.com',\n style: {\n position: 'absolute',\n left: '57',\n width: '176',\n height: '176',\n },\n};\n","export default {\n style: {\n position: 'fixed',\n width: '100%',\n height: '100%',\n top: 0,\n left: 0,\n backgroundColor: 'rgba(0, 0, 0, 0.8)',\n },\n items: [],\n};\n","import page from '/data/magic/tmagic-editor/packages/ui/src/page/src/initValue';\nimport container from '/data/magic/tmagic-editor/packages/ui/src/container/src/initValue';\nimport button from '/data/magic/tmagic-editor/packages/ui/src/button/src/initValue';\nimport text from '/data/magic/tmagic-editor/packages/ui/src/text/src/initValue';\nimport img from '/data/magic/tmagic-editor/packages/ui/src/img/src/initValue';\nimport qrcode from '/data/magic/tmagic-editor/packages/ui/src/qrcode/src/initValue';\nimport overlay from '/data/magic/tmagic-editor/packages/ui/src/overlay/src/initValue';\n\n(function() {\n const values: Record<string, any> = {\n 'page': page,\n 'container': container,\n 'button': button,\n 'text': text,\n 'img': img,\n 'qrcode': qrcode,\n 'overlay': overlay,\n };\n\n window.magicPresetValues = values;\n})();"],"names":[],"mappings":"AAkBA,GAAe,GAAA,CACb,MAAO,CAAC,EACR,MAAO,CACL,MAAO,OACP,OAAQ,MACV,CACF,ECNe,EAAA,CACb,MAAO,CAAC,EACR,MAAO,CACL,MAAO,MACP,OAAQ,KACV,CACF,ECNe,EAAA,CACb,KAAM,6CACN,SAAU,GACV,MAAO,CACL,MAAO,MACP,OAAQ,OACR,OAAQ,EACR,gBAAiB,SACnB,CACF,ECTe,EAAA,CACb,KAAM,OACN,KAAM,6CACN,SAAU,GACV,MAAO,CACL,MAAO,MACP,OAAQ,MACV,CACF,ECRe,EAAA,CACb,IAAK,iEACL,IAAK,GACL,MAAO,CACL,SAAU,WACV,KAAM,KACN,MAAO,MACP,OAAQ,KACV,CACF,ECTe,EAAA,CACb,IAAK,wBACL,MAAO,CACL,SAAU,WACV,KAAM,KACN,MAAO,MACP,OAAQ,KACV,CACF,EC1Be,EAAA,CACb,MAAO,CACL,SAAU,QACV,MAAO,OACP,OAAQ,OACR,IAAK,EACL,KAAM,EACN,gBAAiB,oBACnB,EACA,MAAO,CAAC,CACV,ECFC,AAAW,WAAA,CACV,KAAM,GAA8B,CAClC,KAAQ,EACR,UAAa,EACb,OAAU,EACV,KAAQ,EACR,IAAO,EACP,OAAU,EACV,QAAW,CAAA,EAGb,OAAO,kBAAoB,CAC7B,GAAG"} |