guy 6 years ago
parent
commit
b162fcc00f
  1. 6
      dist/_fineui.min.js
  2. 4
      dist/base.js
  3. 6
      dist/bundle.js
  4. 8
      dist/bundle.min.js
  5. 2
      dist/case.js
  6. 8
      dist/fineui.min.js
  7. 2
      src/base/formula/formulaeditor.js
  8. 2
      src/base/single/editor/editor.textarea.js
  9. 2
      src/case/richeditor/richeditor.js

6
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/base.js vendored

@ -14526,7 +14526,7 @@ BI.shortcut("bi.el", BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and
BI.FormulaEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.FormulaEditor.superclass._defaultConfig.apply(), {
baseCls: "bi-formula-editor bi-card",
baseCls: "bi-formula-editor",
watermark: "",
value: "",
fieldTextValueMap: {},
@ -18708,7 +18708,7 @@ BI.shortcut("bi.multifile_editor", BI.MultifileEditor);/**
BI.TextAreaEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.TextAreaEditor.superclass._defaultConfig.apply(), {
baseCls: "bi-textarea-editor bi-card",
baseCls: "bi-textarea-editor",
value: ""
});
},

6
dist/bundle.js vendored

@ -49787,7 +49787,7 @@ BI.shortcut("bi.el", BI.EL);// CodeMirror, copyright (c) by Marijn Haverbeke and
BI.FormulaEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.FormulaEditor.superclass._defaultConfig.apply(), {
baseCls: "bi-formula-editor bi-card",
baseCls: "bi-formula-editor",
watermark: "",
value: "",
fieldTextValueMap: {},
@ -53969,7 +53969,7 @@ BI.shortcut("bi.multifile_editor", BI.MultifileEditor);/**
BI.TextAreaEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.TextAreaEditor.superclass._defaultConfig.apply(), {
baseCls: "bi-textarea-editor bi-card",
baseCls: "bi-textarea-editor",
value: ""
});
},
@ -83027,7 +83027,7 @@ BI.shortcut("bi.rich_editor_size_chooser", BI.RichEditorSizeChooser);/**
BI.RichEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.RichEditor.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor bi-card",
baseCls: "bi-rich-editor",
toolbar: {}
});
},

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -11086,7 +11086,7 @@ BI.shortcut("bi.rich_editor_size_chooser", BI.RichEditorSizeChooser);/**
BI.RichEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.RichEditor.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor bi-card",
baseCls: "bi-rich-editor",
toolbar: {}
});
},

8
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/formula/formulaeditor.js

@ -6,7 +6,7 @@
BI.FormulaEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.FormulaEditor.superclass._defaultConfig.apply(), {
baseCls: "bi-formula-editor bi-card",
baseCls: "bi-formula-editor",
watermark: "",
value: "",
fieldTextValueMap: {},

2
src/base/single/editor/editor.textarea.js

@ -7,7 +7,7 @@
BI.TextAreaEditor = BI.inherit(BI.Single, {
_defaultConfig: function () {
return $.extend(BI.TextAreaEditor.superclass._defaultConfig.apply(), {
baseCls: "bi-textarea-editor bi-card",
baseCls: "bi-textarea-editor",
value: ""
});
},

2
src/case/richeditor/richeditor.js

@ -8,7 +8,7 @@
BI.RichEditor = BI.inherit(BI.Widget, {
_defaultConfig: function () {
return BI.extend(BI.RichEditor.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor bi-card",
baseCls: "bi-rich-editor",
toolbar: {}
});
},

Loading…
Cancel
Save