fix eslint issues
@@ -5,30 +5,27 @@ coverage
|
|||||||
instrumented
|
instrumented
|
||||||
dist
|
dist
|
||||||
docs/jsdoc
|
docs/jsdoc
|
||||||
|
archive
|
||||||
|
|
||||||
svgedit-config-es.js
|
svgedit-config-es.js
|
||||||
svgedit-config-iife.js
|
svgedit-config-iife.js
|
||||||
svgedit-custom.css
|
svgedit-custom.css
|
||||||
editor/xdomain-svgedit-config-iife.js
|
src/editor/xdomain-svgedit-config-iife.js
|
||||||
|
|
||||||
# Vendor/minified files
|
# Vendor/minified files
|
||||||
editor/jquery.min.js
|
src/editor/jquery.min.js
|
||||||
editor/jquery-ui
|
src/editor/jquery-ui
|
||||||
|
|
||||||
# Previously minified though exporting
|
# Previously minified though exporting
|
||||||
editor/js-hotkeys
|
src/editor/js-hotkeys
|
||||||
|
|
||||||
editor/jspdf/jspdf.min.js
|
src/editor/jspdf/jspdf.min.js
|
||||||
editor/jspdf/underscore-min.js
|
src/editor/jspdf/underscore-min.js
|
||||||
|
|
||||||
editor/extensions/mathjax
|
src/editor/extensions/mathjax
|
||||||
|
|
||||||
# Todo: We should at least check `compat/compat` in our other files, however
|
# Todo: We should at least check `compat/compat` in our other files, however
|
||||||
editor/external/*
|
src/external
|
||||||
!editor/external/dom-polyfill
|
|
||||||
editor/external/dom-polyfill/*
|
|
||||||
!editor/external/dom-polyfill/dom-polyfill.js
|
|
||||||
!editor/external/dynamic-import-polyfill
|
|
||||||
|
|
||||||
mochawesome-report
|
mochawesome-report
|
||||||
releases
|
releases
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 500 B |
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/unambiguous */
|
||||||
/* globals SVGPathSeg, SVGPathSegMovetoRel, SVGPathSegMovetoAbs,
|
/* globals SVGPathSeg, SVGPathSegMovetoRel, SVGPathSegMovetoAbs,
|
||||||
SVGPathSegMovetoRel, SVGPathSegLinetoRel, SVGPathSegLinetoAbs,
|
SVGPathSegMovetoRel, SVGPathSegLinetoRel, SVGPathSegLinetoAbs,
|
||||||
SVGPathSegLinetoHorizontalRel, SVGPathSegLinetoHorizontalAbs,
|
SVGPathSegLinetoHorizontalRel, SVGPathSegLinetoHorizontalAbs,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import RGBColor from './rgbcolor.js';
|
import RGBColor from './rgbcolor.js';
|
||||||
import {canvasRGBA} from '../external/stackblur-canvas/dist/stackblur-es.js';
|
import {canvasRGBA} from '../../external/stackblur-canvas/dist/stackblur-es.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether a value is `null` or `undefined`.
|
* Whether a value is `null` or `undefined`.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* @module EmbeddedSVGEditDOM
|
* @module EmbeddedSVGEditDOM
|
||||||
*/
|
*/
|
||||||
import EmbeddedSVGEdit from './embedapi.js';
|
import EmbeddedSVGEdit from './embedapi.js';
|
||||||
import {isChrome} from './browser.js';
|
import {isChrome} from '../common/browser.js';
|
||||||
|
|
||||||
const $ = jQuery;
|
const $ = jQuery;
|
||||||
|
|
||||||
@@ -101,6 +101,7 @@ iframe[0].src = frameBase + framePath +
|
|||||||
: ''); // Append arguments to this file onto the iframe
|
: ''); // Append arguments to this file onto the iframe
|
||||||
|
|
||||||
iframe[0].addEventListener('load', function () {
|
iframe[0].addEventListener('load', function () {
|
||||||
|
// eslint-disable-next-line node/no-unsupported-features/node-builtins
|
||||||
svgCanvas = new EmbeddedSVGEdit(frame, [new URL(frameBase).origin]);
|
svgCanvas = new EmbeddedSVGEdit(frame, [new URL(frameBase).origin]);
|
||||||
// Hide main button, as we will be controlling new, load, save, etc. from the host document
|
// Hide main button, as we will be controlling new, load, save, etc. from the host document
|
||||||
let doc;
|
let doc;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-arrows.js
|
* @file ext-arrows.js
|
||||||
*
|
*
|
||||||
@@ -6,10 +7,12 @@
|
|||||||
* @copyright 2010 Alexis Deveria
|
* @copyright 2010 Alexis Deveria
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'arrows',
|
name: 'arrows',
|
||||||
async init (S) {
|
async init (S) {
|
||||||
const strings = await S.importLocale();
|
const strings = await S.importLocale();
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const svgCanvas = svgEditor.canvas;
|
const svgCanvas = svgEditor.canvas;
|
||||||
const // {svgcontent} = S,
|
const // {svgcontent} = S,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-closepath.js
|
* @file ext-closepath.js
|
||||||
*
|
*
|
||||||
@@ -6,7 +7,7 @@
|
|||||||
* @copyright 2010 Jeff Schiller
|
* @copyright 2010 Jeff Schiller
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import '../svgpathseg.js';
|
import '../../common/svgpathseg.js';
|
||||||
|
|
||||||
// This extension adds a simple button to the contextual panel for paths
|
// This extension adds a simple button to the contextual panel for paths
|
||||||
// The button toggles whether the path is open or closed
|
// The button toggles whether the path is open or closed
|
||||||
@@ -14,6 +15,7 @@ export default {
|
|||||||
name: 'closepath',
|
name: 'closepath',
|
||||||
async init ({importLocale, $}) {
|
async init ({importLocale, $}) {
|
||||||
const strings = await importLocale();
|
const strings = await importLocale();
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
let selElems;
|
let selElems;
|
||||||
const updateButton = function (path) {
|
const updateButton = function (path) {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/* eslint-disable unicorn/no-fn-reference-in-iterator */
|
/* eslint-disable unicorn/no-fn-reference-in-iterator */
|
||||||
/**
|
/**
|
||||||
* @file ext-connector.js
|
* @file ext-connector.js
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'connector',
|
name: 'connector',
|
||||||
async init (S) {
|
async init (S) {
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const svgCanvas = svgEditor.canvas;
|
const svgCanvas = svgEditor.canvas;
|
||||||
const {getElem} = svgCanvas;
|
const {getElem} = svgCanvas;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-eyedropper.js
|
* @file ext-eyedropper.js
|
||||||
*
|
*
|
||||||
@@ -11,6 +12,7 @@ export default {
|
|||||||
name: 'eyedropper',
|
name: 'eyedropper',
|
||||||
async init (S) {
|
async init (S) {
|
||||||
const strings = await S.importLocale();
|
const strings = await S.importLocale();
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const {$, ChangeElementCommand} = S, // , svgcontent,
|
const {$, ChangeElementCommand} = S, // , svgcontent,
|
||||||
// svgdoc = S.svgroot.parentNode.ownerDocument,
|
// svgdoc = S.svgroot.parentNode.ownerDocument,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-foreignobject.js
|
* @file ext-foreignobject.js
|
||||||
*
|
*
|
||||||
@@ -10,6 +11,7 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'foreignobject',
|
name: 'foreignobject',
|
||||||
async init (S) {
|
async init (S) {
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const {$, text2xml, NS, importLocale} = S;
|
const {$, text2xml, NS, importLocale} = S;
|
||||||
const svgCanvas = svgEditor.canvas;
|
const svgCanvas = svgEditor.canvas;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-grid.js
|
* @file ext-grid.js
|
||||||
*
|
*
|
||||||
@@ -11,6 +12,7 @@ export default {
|
|||||||
name: 'grid',
|
name: 'grid',
|
||||||
async init ({$, NS, getTypeMap, importLocale}) {
|
async init ({$, NS, getTypeMap, importLocale}) {
|
||||||
const strings = await importLocale();
|
const strings = await importLocale();
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const svgCanvas = svgEditor.canvas;
|
const svgCanvas = svgEditor.canvas;
|
||||||
const svgdoc = document.getElementById('svgcanvas').ownerDocument,
|
const svgdoc = document.getElementById('svgcanvas').ownerDocument,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-helloworld.js
|
* @file ext-helloworld.js
|
||||||
*
|
*
|
||||||
@@ -17,6 +18,7 @@ export default {
|
|||||||
async init ({$, importLocale}) {
|
async init ({$, importLocale}) {
|
||||||
// See `/editor/extensions/ext-locale/helloworld/`
|
// See `/editor/extensions/ext-locale/helloworld/`
|
||||||
const strings = await importLocale();
|
const strings = await importLocale();
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
const svgCanvas = svgEditor.canvas;
|
const svgCanvas = svgEditor.canvas;
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
/**
|
/**
|
||||||
* @file ext-imagelib.js
|
* @file ext-imagelib.js
|
||||||
*
|
*
|
||||||
@@ -15,6 +16,7 @@ export default {
|
|||||||
!window.svgEditor ||
|
!window.svgEditor ||
|
||||||
window.svgEditor.modules !== false;
|
window.svgEditor.modules !== false;
|
||||||
|
|
||||||
|
// eslint-disable-next-line consistent-this
|
||||||
const svgEditor = this;
|
const svgEditor = this;
|
||||||
|
|
||||||
const {uiStrings, canvas: svgCanvas, curConfig: {extIconsPath}} = svgEditor;
|
const {uiStrings, canvas: svgCanvas, curConfig: {extIconsPath}} = svgEditor;
|
||||||
@@ -37,6 +39,7 @@ export default {
|
|||||||
});
|
});
|
||||||
const allowedImageLibOrigins = imagelibStrings.imgLibs.map(({url}) => {
|
const allowedImageLibOrigins = imagelibStrings.imgLibs.map(({url}) => {
|
||||||
try {
|
try {
|
||||||
|
// eslint-disable-next-line node/no-unsupported-features/node-builtins
|
||||||
return new URL(url).origin;
|
return new URL(url).origin;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return location.origin;
|
return location.origin;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Arrows',
|
name: 'Arrows',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Arrows',
|
name: 'Arrows',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '箭头',
|
name: '箭头',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// eslint-disable-next-line import/no-anonymous-default-export
|
||||||
export default {
|
export default {
|
||||||
name: 'ClosePath',
|
name: 'ClosePath',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// eslint-disable-next-line import/no-anonymous-default-export
|
||||||
export default {
|
export default {
|
||||||
name: '闭合路径',
|
name: '闭合路径',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Connector',
|
name: 'Connector',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Connector',
|
name: 'Connector',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '连接器',
|
name: '连接器',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'eyedropper',
|
name: 'eyedropper',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '滴管',
|
name: '滴管',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'foreignObject',
|
name: 'foreignObject',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '外部对象',
|
name: '外部对象',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'View Grid',
|
name: 'View Grid',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '网格视图',
|
name: '网格视图',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Hello World',
|
name: 'Hello World',
|
||||||
text: 'Hello World!\n\nYou clicked here: {x}, {y}',
|
text: 'Hello World!\n\nYou clicked here: {x}, {y}',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Hello World',
|
name: 'Hello World',
|
||||||
text: 'Hello World!\n\n 请点击: {x}, {y}',
|
text: 'Hello World!\n\n 请点击: {x}, {y}',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: "Choisir une bibliothèque d'images",
|
select_lib: "Choisir une bibliothèque d'images",
|
||||||
show_list: 'show_list',
|
show_list: 'show_list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
select_lib: 'Select an image library',
|
select_lib: 'Select an image library',
|
||||||
show_list: 'Show library list',
|
show_list: 'Show library list',
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Markers',
|
name: 'Markers',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '标记',
|
name: '标记',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'MathJax',
|
name: 'MathJax',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '数学',
|
name: '数学',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'Extension Panning',
|
name: 'Extension Panning',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '移动',
|
name: '移动',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'placemark',
|
name: 'placemark',
|
||||||
langList: [
|
langList: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: 'polygon',
|
name: 'polygon',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
name: '多边形',
|
name: '多边形',
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
saved: 'Saved! Return to Item View!',
|
saved: 'Saved! Return to Item View!',
|
||||||
hiddenframe: 'Moinsave frame to store hidden values'
|
hiddenframe: 'Moinsave frame to store hidden values'
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
saved: '已保存! 返回视图!',
|
saved: '已保存! 返回视图!',
|
||||||
hiddenframe: 'Moinsave frame to store hidden values'
|
hiddenframe: 'Moinsave frame to store hidden values'
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
uploading: 'Uploading...',
|
uploading: 'Uploading...',
|
||||||
hiddenframe: 'Opensave frame to store hidden values'
|
hiddenframe: 'Opensave frame to store hidden values'
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
uploading: '正在上传...',
|
uploading: '正在上传...',
|
||||||
hiddenframe: 'Opensave frame to store hidden values'
|
hiddenframe: 'Opensave frame to store hidden values'
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
loading: 'Loading...',
|
loading: 'Loading...',
|
||||||
categories: {
|
categories: {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable import/no-anonymous-default-export */
|
||||||
export default {
|
export default {
|
||||||
loading: 'Loading...',
|
loading: 'Loading...',
|
||||||
categories: {
|
categories: {
|
||||||
|
|||||||