Browse Source

BI-23640

es6
windy 6 years ago
parent
commit
69c8dd172f
  1. 36
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 36
      dist/bundle.min.js
  4. 2
      dist/case.js
  5. 2
      dist/fineui.js
  6. 36
      dist/fineui.min.js
  7. 2
      src/case/colorchooser/colorpicker/editor.colorpicker.js

36
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -76969,7 +76969,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
cls: "color-picker-editor-input",
validationChecker: checker,
errorText: BI.i18nText("BI-Color_Picker_Error_Text"),
allowBlank: false,
allowBlank: true,
value: 255,
width: 32,
height: 20

36
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -4480,7 +4480,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
cls: "color-picker-editor-input",
validationChecker: checker,
errorText: BI.i18nText("BI-Color_Picker_Error_Text"),
allowBlank: false,
allowBlank: true,
value: 255,
width: 32,
height: 20

2
dist/fineui.js vendored

@ -77212,7 +77212,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
cls: "color-picker-editor-input",
validationChecker: checker,
errorText: BI.i18nText("BI-Color_Picker_Error_Text"),
allowBlank: false,
allowBlank: true,
value: 255,
width: 32,
height: 20

36
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
src/case/colorchooser/colorpicker/editor.colorpicker.js

@ -39,7 +39,7 @@ BI.ColorPickerEditor = BI.inherit(BI.Widget, {
cls: "color-picker-editor-input",
validationChecker: checker,
errorText: BI.i18nText("BI-Color_Picker_Error_Text"),
allowBlank: false,
allowBlank: true,
value: 255,
width: 32,
height: 20

Loading…
Cancel
Save