Browse Source

Pull request #1: Master

Merge in ~DAILER/fineui from master to es6

* commit '5ac807fc5a06082a98eab784902fb9944c080703':
  Update demo/app.js
  auto upgrade version to 2.0.20230109200447
  无jira refact:删除没有用的 less
es6
Dailer-刘荣歆 2 years ago
parent
commit
c5eaf22cdc
  1. 3
      demo/app.js
  2. 2
      package.json
  3. 2
      src/case/calendar/calendar.js
  4. 5
      src/less/case/calendar/calendar.less

3
demo/app.js

@ -1,6 +1,9 @@
Demo = {
version: 1.0
};
BI.EVENT_BLUR = false
BI.$(function () {
var ref;

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20230109102030",
"version": "2.0.20230109200447",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

2
src/case/calendar/calendar.js

@ -170,7 +170,7 @@ BI.Calendar = BI.inherit(BI.Widget, {
forceSelected: true,
value: year + "-" + month + "-" + td.text,
disabled: td.disabled,
cls: td.lastMonth || td.nextMonth ? "not-current-month-day" : "",
cls: td.lastMonth || td.nextMonth ? "bi-tips" : "",
lgap: 2,
rgap: 2,
tgap: 4,

5
src/less/case/calendar/calendar.less

@ -1,5 +0,0 @@
@import "../../index.less";
.bi-calendar-date-item.not-current-month-day {
color: @color-bi-text-disabled-button !important;
}
Loading…
Cancel
Save