schedulant 2.0.7-fixed.0 → 2.0.7-fixed.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46965,7 +46965,7 @@ class qj extends Bb {
46965
46965
  {
46966
46966
  date: s,
46967
46967
  dataDate: s.format("YYYY-MM"),
46968
- classNames: ["schedulant-month", s.isSame(bt(), "month") ? "schedulant-this-month" : ""],
46968
+ classNames: ["schedulant-month", s.isSame(bt(), "month") ? "schedulant-this-month-body" : ""],
46969
46969
  schedulantApi: this.getSchedulantApi()
46970
46970
  },
46971
46971
  s.format("YYYY-MM")
@@ -46995,7 +46995,7 @@ class qj extends Bb {
46995
46995
  dataDate: d.format("YYYY-MM"),
46996
46996
  colSpan: 1,
46997
46997
  timeText: d.format("MMM"),
46998
- classNames: ["schedulant-month", d.isSame(bt(), "month") ? "schedulant-this-month" : ""],
46998
+ classNames: ["schedulant-month", d.isSame(bt(), "month") ? "schedulant-this-month-head" : ""],
46999
46999
  schedulantApi: this.getSchedulantApi()
47000
47000
  },
47001
47001
  d.format("YYYY-MM")
@@ -47022,7 +47022,7 @@ class Yj extends Bb {
47022
47022
  {
47023
47023
  date: s,
47024
47024
  dataDate: `${s.year()}-Q${s.quarter()}`,
47025
- classNames: ["schedulant-quarter", s.isSame(bt(), "quarter") ? "schedulant-this-quarter" : ""],
47025
+ classNames: ["schedulant-quarter", s.isSame(bt(), "quarter") ? "schedulant-this-quarter-body" : ""],
47026
47026
  schedulantApi: this.getSchedulantApi()
47027
47027
  },
47028
47028
  `${s.year()}-Q${s.quarter()}`
@@ -47052,7 +47052,7 @@ class Yj extends Bb {
47052
47052
  dataDate: `${d.year()}-Q${d.quarter()}`,
47053
47053
  colSpan: 1,
47054
47054
  timeText: `Q${d.quarter()}`,
47055
- classNames: ["schedulant-quarter", d.isSame(bt(), "quarter") ? "schedulant-this-quarter" : ""],
47055
+ classNames: ["schedulant-quarter", d.isSame(bt(), "quarter") ? "schedulant-this-quarter-head" : ""],
47056
47056
  schedulantApi: this.getSchedulantApi()
47057
47057
  },
47058
47058
  `${d.year()}-Q${d.quarter()}`
@@ -47079,7 +47079,7 @@ class Gj extends Bb {
47079
47079
  {
47080
47080
  date: s,
47081
47081
  dataDate: `${s.format("YYYY-MM-DD")}`,
47082
- classNames: ["schedulant-week", s.isSame(bt(), "week") ? "schedulant-this-week" : ""],
47082
+ classNames: ["schedulant-week", s.isSame(bt(), "week") ? "schedulant-this-week-body" : ""],
47083
47083
  schedulantApi: this.getSchedulantApi()
47084
47084
  },
47085
47085
  `${s.format("YYYY-MM-DD")}`
@@ -47095,7 +47095,7 @@ class Gj extends Bb {
47095
47095
  dataDate: `${s.format("YYYY-MM-DD")}`,
47096
47096
  colSpan: 1,
47097
47097
  timeText: `W${s.week().toString().padStart(2, "0")}`,
47098
- classNames: ["schedulant-week", s.isSame(bt(), "week") ? "schedulant-this-week" : ""],
47098
+ classNames: ["schedulant-week", s.isSame(bt(), "week") ? "schedulant-this-week-head" : ""],
47099
47099
  schedulantApi: this.getSchedulantApi()
47100
47100
  },
47101
47101
  `${s.format("YYYY-MM-DD")}`
@@ -47121,7 +47121,7 @@ class Xj extends Bb {
47121
47121
  {
47122
47122
  date: s,
47123
47123
  dataDate: s.year().toString(),
47124
- classNames: ["schedulant-year", s.isSame(bt(), "year") ? "schedulant-this-year" : ""],
47124
+ classNames: ["schedulant-year", s.isSame(bt(), "year") ? "schedulant-this-year-body" : ""],
47125
47125
  schedulantApi: this.getSchedulantApi()
47126
47126
  },
47127
47127
  s.year()
@@ -47137,7 +47137,7 @@ class Xj extends Bb {
47137
47137
  dataDate: s.year().toString(),
47138
47138
  colSpan: 1,
47139
47139
  timeText: s.year().toString(),
47140
- classNames: ["schedulant-year", s.isSame(bt(), "year") ? "schedulant-this-year" : ""],
47140
+ classNames: ["schedulant-year", s.isSame(bt(), "year") ? "schedulant-this-year-head" : ""],
47141
47141
  schedulantApi: this.getSchedulantApi()
47142
47142
  },
47143
47143
  s.year()
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  ],
8
8
  "license": "MIT",
9
9
  "author": "mengen.dai@outlook.com",
10
- "version": "2.0.7-fixed.0",
10
+ "version": "2.0.7-fixed.1",
11
11
  "main": "dist/schedulant.js",
12
12
  "typings": "dist/schedulant.d.ts",
13
13
  "keywords": [