Browse Source

无JIRA任务 日期分割线

es6
windy 6 years ago
parent
commit
97e18ab5ec
  1. 30
      dist/bundle.js
  2. 10
      dist/bundle.min.js
  3. 2
      dist/case.js
  4. 30
      dist/fineui.js
  5. 10
      dist/fineui.min.js
  6. 2
      dist/utils.min.js
  7. 28
      dist/widget.js
  8. 2
      src/case/linersegment/linear.segment.js
  9. 2
      src/widget/date/calendar/popup.calendar.date.js
  10. 2
      src/widget/datepane/card.static.datepane.js
  11. 2
      src/widget/datepane/datepane.js
  12. 2
      src/widget/datetimepane/card.static.datetimepane.js
  13. 2
      src/widget/datetimepane/datetimepane.js
  14. 2
      src/widget/downlist/popup.downlist.js
  15. 8
      src/widget/dynamicdate/dynamicdate.popup.js
  16. 8
      src/widget/dynamicdatetime/dynamicdatetime.popup.js

30
dist/bundle.js vendored

@ -55861,7 +55861,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},
@ -58931,7 +58931,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59210,7 +59210,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59291,7 +59291,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -59995,7 +59995,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -60083,7 +60083,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -60730,7 +60730,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}
@ -61698,7 +61698,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-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -61711,7 +61711,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-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -61727,7 +61727,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-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -61754,7 +61754,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -62471,7 +62471,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -62484,7 +62484,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-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -62500,7 +62500,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -62527,7 +62527,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

10
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/case.js vendored

@ -7227,7 +7227,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},

30
dist/fineui.js vendored

@ -56082,7 +56082,7 @@ BI.shortcut("bi.panel", BI.Panel);BI.LinearSegmentButton = BI.inherit(BI.BasicBu
BI.shortcut("bi.linear_segment_button", BI.LinearSegmentButton);BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},
@ -59152,7 +59152,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59431,7 +59431,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -59512,7 +59512,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -60216,7 +60216,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -60304,7 +60304,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -60951,7 +60951,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}
@ -61919,7 +61919,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-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -61932,7 +61932,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-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -61948,7 +61948,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-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -61975,7 +61975,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -62692,7 +62692,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -62705,7 +62705,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-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -62721,7 +62721,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -62748,7 +62748,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

10
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

28
dist/widget.js vendored

@ -515,7 +515,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -794,7 +794,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -875,7 +875,7 @@ BI.shortcut("bi.static_date_pane_card", BI.StaticDatePaneCard);BI.DynamicDatePan
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -1579,7 +1579,7 @@ BI.shortcut("bi.date_time_trigger", BI.DateTimeTrigger);BI.StaticDateTimePaneCar
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,
@ -1667,7 +1667,7 @@ BI.shortcut("bi.static_date_time_pane_card", BI.StaticDateTimePaneCard);BI.Dynam
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -2314,7 +2314,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}
@ -3282,7 +3282,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-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -3295,7 +3295,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-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -3311,7 +3311,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-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -3338,7 +3338,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),
@ -4055,7 +4055,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
items: [[{
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -4068,7 +4068,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-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -4084,7 +4084,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
}, {
type: "bi.text_button",
forceCenter: true,
cls: "bi-high-light bi-border-top",
cls: "bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -4111,7 +4111,7 @@ BI.extend(BI.DynamicDateTimeCombo, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

2
src/case/linersegment/linear.segment.js

@ -1,7 +1,7 @@
BI.LinearSegment = BI.inherit(BI.Widget, {
props: {
baseCls: "bi-linear-segment bi-border-bottom",
baseCls: "bi-linear-segment bi-split-bottom",
items: [],
height: 29
},

2
src/widget/date/calendar/popup.calendar.date.js

@ -91,7 +91,7 @@ BI.DateCalendarPopup = BI.inherit(BI.Widget, {
}, {
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,

2
src/widget/datepane/card.static.datepane.js

@ -80,7 +80,7 @@ BI.StaticDatePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,

2
src/widget/datepane/datepane.js

@ -11,7 +11,7 @@ BI.DynamicDatePane = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

2
src/widget/datetimepane/card.static.datetimepane.js

@ -92,7 +92,7 @@ BI.StaticDateTimePaneCard = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.layout",
cls: "bi-border-top"
cls: "bi-split-top"
},
height: 1,
top: 40,

2
src/widget/datetimepane/datetimepane.js

@ -11,7 +11,7 @@ BI.DynamicDateTimePane = BI.inherit(BI.Widget, {
items: [{
el: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: 30,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

2
src/widget/downlist/popup.downlist.js

@ -155,7 +155,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
items: [{
el: {
type: "bi.layout",
cls: "bi-down-list-spliter bi-border-top cursor-pointer",
cls: "bi-down-list-spliter bi-split-top cursor-pointer",
height: 0
}

8
src/widget/dynamicdate/dynamicdate.popup.js

@ -25,7 +25,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-split-top",
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
textHeight: c.buttonHeight - 1,
@ -38,7 +38,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-split-left bi-split-right bi-high-light bi-split-top",
shadow: true,
textHeight: c.buttonHeight - 1,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -54,7 +54,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-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -81,7 +81,7 @@ BI.DynamicDatePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

8
src/widget/dynamicdatetime/dynamicdatetime.popup.js

@ -25,7 +25,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-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_Clear"),
@ -38,7 +38,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-split-left bi-split-right bi-high-light bi-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Multi_Date_Today"),
@ -54,7 +54,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-split-top",
textHeight: c.buttonHeight - 1,
shadow: true,
text: BI.i18nText("BI-Basic_OK"),
@ -81,7 +81,7 @@ BI.DynamicDateTimePopup = BI.inherit(BI.Widget, {
},
tab: {
type: "bi.linear_segment",
cls: "bi-border-bottom",
cls: "bi-split-bottom",
height: this.constants.tabHeight,
items: BI.createItems([{
text: BI.i18nText("BI-Multi_Date_YMD"),

Loading…
Cancel
Save