Browse Source

BI-25602

es6
windy 6 years ago
parent
commit
8acf1347df
  1. 15
      dist/bundle.css
  2. 32
      dist/bundle.js
  3. 2
      dist/case.js
  4. 15
      dist/fineui.css
  5. 32
      dist/fineui.js
  6. 15
      dist/widget.css
  7. 30
      dist/widget.js
  8. 2
      src/case/linearsegment/button.linear.segment.js
  9. 3
      src/css/widget/dynamicdatecombo/dynamicdatepopup.css
  10. 3
      src/css/widget/dynamicdatecombo/dynamicdatetimepopup.css
  11. 3
      src/css/widget/year/popup.css
  12. 3
      src/css/widget/yearmonth/popup.css
  13. 3
      src/css/widget/yearquarter/popup.css
  14. 7
      src/less/widget/dynamicdatecombo/dynamicdatepopup.less
  15. 7
      src/less/widget/dynamicdatecombo/dynamicdatetimepopup.less
  16. 5
      src/less/widget/multidate/multidate.combo.less
  17. 6
      src/less/widget/multidate/multidate.day.less
  18. 6
      src/less/widget/multidate/multidate.month.less
  19. 23
      src/less/widget/multidate/multidate.popup.less
  20. 6
      src/less/widget/multidate/multidate.quarter.less
  21. 9
      src/less/widget/multidate/multidate.segment.less
  22. 6
      src/less/widget/multidate/multidate.week.less
  23. 6
      src/less/widget/multidate/multidate.year.less
  24. 3
      src/less/widget/year/popup.year.less
  25. 7
      src/less/widget/yearmonth/popup.yearmonth.less
  26. 7
      src/less/widget/yearquarter/popup.yearquarter.less
  27. 6
      src/widget/dynamicdate/dynamicdate.popup.js
  28. 6
      src/widget/dynamicdatetime/dynamicdatetime.popup.js
  29. 6
      src/widget/year/popup.year.js
  30. 6
      src/widget/yearmonth/popup.yearmonth.js
  31. 6
      src/widget/yearquarter/popup.yearquarter.js

15
dist/bundle.css vendored

@ -3754,9 +3754,15 @@ ul.ztree.zTreeDragUL {
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-dynamic-date-popup .toolbar-button {
line-height: 23px;
}
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}
.bi-dynamic-date-time-popup .toolbar-button {
line-height: 23px;
}
.bi-excel-table-header-cell {
font-weight: bold;
@ -4181,6 +4187,9 @@ ul.ztree.zTreeDragUL {
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
}
.bi-year-popup .toolbar-button {
line-height: 23px;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
}
@ -4192,12 +4201,18 @@ ul.ztree.zTreeDragUL {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}
.bi-year-month-interval.time-error .bi-input {
color: #ff4949;
}
.bi-year-month-interval.time-error .sign-editor-text {
color: #ff4949;
}
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}
html {
height: 100%;
overflow: hidden;

32
dist/bundle.js vendored

@ -81380,7 +81380,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
el: {
type: "bi.layout",
cls: "line-segment-button-line",
height: 3,
height: 2,
ref: function () {
self.line = this;
}
@ -91272,7 +91272,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -91284,7 +91284,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -91299,7 +91299,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -92038,7 +92038,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -92050,7 +92050,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -92065,7 +92065,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -109818,7 +109818,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -109830,7 +109830,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Year"),
ref: function () {
@ -109845,7 +109845,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -110569,7 +110569,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -110581,7 +110581,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Month"),
ref: function () {
@ -110596,7 +110596,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -111547,7 +111547,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -111559,7 +111559,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Quarter"),
ref: function () {
@ -111574,7 +111574,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

2
dist/case.js vendored

@ -8881,7 +8881,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
el: {
type: "bi.layout",
cls: "line-segment-button-line",
height: 3,
height: 2,
ref: function () {
self.line = this;
}

15
dist/fineui.css vendored

@ -3754,9 +3754,15 @@ ul.ztree.zTreeDragUL {
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-dynamic-date-popup .toolbar-button {
line-height: 23px;
}
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}
.bi-dynamic-date-time-popup .toolbar-button {
line-height: 23px;
}
.bi-excel-table-header-cell {
font-weight: bold;
@ -4181,6 +4187,9 @@ ul.ztree.zTreeDragUL {
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
}
.bi-year-popup .toolbar-button {
line-height: 23px;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
}
@ -4192,12 +4201,18 @@ ul.ztree.zTreeDragUL {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}
.bi-year-month-interval.time-error .bi-input {
color: #ff4949;
}
.bi-year-month-interval.time-error .sign-editor-text {
color: #ff4949;
}
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}
html {
height: 100%;
overflow: hidden;

32
dist/fineui.js vendored

@ -81629,7 +81629,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
el: {
type: "bi.layout",
cls: "line-segment-button-line",
height: 3,
height: 2,
ref: function () {
self.line = this;
}
@ -91521,7 +91521,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -91533,7 +91533,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -91548,7 +91548,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -92287,7 +92287,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -92299,7 +92299,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -92314,7 +92314,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -110067,7 +110067,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -110079,7 +110079,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Year"),
ref: function () {
@ -110094,7 +110094,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -110818,7 +110818,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -110830,7 +110830,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Month"),
ref: function () {
@ -110845,7 +110845,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -111796,7 +111796,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -111808,7 +111808,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Quarter"),
ref: function () {
@ -111823,7 +111823,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

15
dist/widget.css vendored

@ -9,9 +9,15 @@
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-dynamic-date-popup .toolbar-button {
line-height: 23px;
}
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}
.bi-dynamic-date-time-popup .toolbar-button {
line-height: 23px;
}
.bi-excel-table-header-cell {
font-weight: bold;
@ -436,6 +442,9 @@
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
}
.bi-year-popup .toolbar-button {
line-height: 23px;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
}
@ -447,9 +456,15 @@
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}
.bi-year-month-interval.time-error .bi-input {
color: #ff4949;
}
.bi-year-month-interval.time-error .sign-editor-text {
color: #ff4949;
}
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}

30
dist/widget.js vendored

@ -3585,7 +3585,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -3597,7 +3597,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -3612,7 +3612,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -4351,7 +4351,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -4363,7 +4363,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -4378,7 +4378,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -22131,7 +22131,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -22143,7 +22143,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Year"),
ref: function () {
@ -22158,7 +22158,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -22882,7 +22882,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -22894,7 +22894,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Month"),
ref: function () {
@ -22909,7 +22909,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{
@ -23860,7 +23860,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -23872,7 +23872,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Quarter"),
ref: function () {
@ -23887,7 +23887,7 @@ BI.extend(BI.DynamicYearQuarterCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

2
src/case/linearsegment/button.linear.segment.js

@ -26,7 +26,7 @@ BI.LinearSegmentButton = BI.inherit(BI.BasicButton, {
el: {
type: "bi.layout",
cls: "line-segment-button-line",
height: 3,
height: 2,
ref: function () {
self.line = this;
}

3
src/css/widget/dynamicdatecombo/dynamicdatepopup.css

@ -0,0 +1,3 @@
.bi-dynamic-date-popup .toolbar-button {
line-height: 23px;
}

3
src/css/widget/dynamicdatecombo/dynamicdatetimepopup.css

@ -0,0 +1,3 @@
.bi-dynamic-date-time-popup .toolbar-button {
line-height: 23px;
}

3
src/css/widget/year/popup.css

@ -7,6 +7,9 @@
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
}
.bi-year-popup .toolbar-button {
line-height: 23px;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
}

3
src/css/widget/yearmonth/popup.css

@ -0,0 +1,3 @@
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}

3
src/css/widget/yearquarter/popup.css

@ -0,0 +1,3 @@
.bi-year-month-popup .toolbar-button {
line-height: 23px;
}

7
src/less/widget/dynamicdatecombo/dynamicdatepopup.less

@ -0,0 +1,7 @@
@import "../../index";
.bi-dynamic-date-popup{
& .toolbar-button {
line-height: 23px;
}
}

7
src/less/widget/dynamicdatecombo/dynamicdatetimepopup.less

@ -0,0 +1,7 @@
@import "../../index";
.bi-dynamic-date-time-popup{
& .toolbar-button {
line-height: 23px;
}
}

5
src/less/widget/multidate/multidate.combo.less

@ -1,5 +0,0 @@
@import "../../index";
.bi-multidate-combo {
.border-radius(2px);
}

6
src/less/widget/multidate/multidate.day.less

@ -1,6 +0,0 @@
@import "../../index";
.bi-multidate-daycard{
& .bi-multidate-inner-label{
}
}

6
src/less/widget/multidate/multidate.month.less

@ -1,6 +0,0 @@
@import "../../index";
.bi-multidate-monthcard{
& .bi-multidate-inner-label{
}
}

23
src/less/widget/multidate/multidate.popup.less

@ -1,23 +0,0 @@
@import "../../index";
.bi-multidate-popup{
& .multidate-popup-label {
color:@color-bi-text-highlight;
font-size:@font-size-14;
}
& .multidate-popup-tab {
}
& .multidate-popup-item{
&:active,&.active{
background-color: @color-bi-text-highlight;
color: @color-bi-background-default;
.border-corner-radius(@radius-2,@radius-2,0,0);
}
}
& .multidate-popup-button{
color:@color-bi-text-highlight;
font-size:@font-size-14;
}
}

6
src/less/widget/multidate/multidate.quarter.less

@ -1,6 +0,0 @@
@import "../../index";
.bi-multidate-quartercard{
& .bi-multidate-inner-label{
}
}

9
src/less/widget/multidate/multidate.segment.less

@ -1,9 +0,0 @@
@import "../../index";
.bi-multidate-segment{
& .bi-multidate-normal-label{
}
& .bi-multidate-editor{
font-size: @font-size-14;
}
}

6
src/less/widget/multidate/multidate.week.less

@ -1,6 +0,0 @@
@import "../../index";
.bi-multidate-weekcard{
& .bi-multidate-inner-label{
}
}

6
src/less/widget/multidate/multidate.year.less

@ -1,6 +0,0 @@
@import "../../index";
.bi-multidate-yearcard{
& .bi-multidate-inner-label{
}
}

3
src/less/widget/year/popup.year.less

@ -10,6 +10,9 @@
border-left: none;
}
}
& .toolbar-button {
line-height: 23px;
}
}
.bi-theme-dark {

7
src/less/widget/yearmonth/popup.yearmonth.less

@ -0,0 +1,7 @@
@import "../../index";
.bi-year-month-popup{
& .toolbar-button {
line-height: 23px;
}
}

7
src/less/widget/yearquarter/popup.yearquarter.less

@ -0,0 +1,7 @@
@import "../../index";
.bi-year-month-popup{
& .toolbar-button {
line-height: 23px;
}
}

6
src/widget/dynamicdate/dynamicdate.popup.js

@ -24,7 +24,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -36,7 +36,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -51,7 +51,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

6
src/widget/dynamicdatetime/dynamicdatetime.popup.js

@ -24,7 +24,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -36,7 +36,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
ref: function () {
@ -51,7 +51,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

6
src/widget/year/popup.year.js

@ -32,7 +32,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -44,7 +44,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Year"),
ref: function () {
@ -59,7 +59,7 @@ BI.DynamicYearPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

6
src/widget/yearmonth/popup.yearmonth.js

@ -32,7 +32,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -44,7 +44,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Month"),
ref: function () {
@ -59,7 +59,7 @@ BI.DynamicYearMonthPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

6
src/widget/yearquarter/popup.yearquarter.js

@ -25,7 +25,7 @@ BI.DynamicYearQuarterPopup = BI.inherit(BI.Widget, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
listeners: [{
@ -37,7 +37,7 @@ BI.DynamicYearQuarterPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-left bi-border-right bi-high-light bi-border-top",
cls: "bi-border-left bi-border-right bi-high-light bi-border-top toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_Current_Quarter"),
ref: function () {
@ -52,7 +52,7 @@ BI.DynamicYearQuarterPopup = BI.inherit(BI.Widget, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-border-top bi-high-light",
cls: "bi-border-top bi-high-light toolbar-button",
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
listeners: [{

Loading…
Cancel
Save