dolphin-weex-bc 0.0.18 → 0.0.20
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.
- package/CHANGELOG.md +10 -0
- package/dist/index.native.js +8 -4
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +4 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-calendar-popup/index.vue +10 -6
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -62889,6 +62889,9 @@ exports.default = {
|
|
|
62889
62889
|
handler: function handler(val) {
|
|
62890
62890
|
this.showModal = val;
|
|
62891
62891
|
if (val) {
|
|
62892
|
+
this.visibleDays = [];
|
|
62893
|
+
this.holidays = [];
|
|
62894
|
+
this.workdays = [];
|
|
62892
62895
|
this.getHolidays();
|
|
62893
62896
|
}
|
|
62894
62897
|
},
|
|
@@ -69930,7 +69933,7 @@ module.exports = {
|
|
|
69930
69933
|
"paddingRight": "24",
|
|
69931
69934
|
"paddingBottom": "14",
|
|
69932
69935
|
"paddingLeft": "24",
|
|
69933
|
-
"
|
|
69936
|
+
"backgroundColor": "rgba(30,46,55,0.05)"
|
|
69934
69937
|
},
|
|
69935
69938
|
"year-title": {
|
|
69936
69939
|
"fontSize": "28",
|
|
@@ -69945,7 +69948,8 @@ module.exports = {
|
|
|
69945
69948
|
"calendar-container": {
|
|
69946
69949
|
"backgroundColor": "#ffffff",
|
|
69947
69950
|
"border": "1px solid #f3f4f5",
|
|
69948
|
-
"borderRadius": "24"
|
|
69951
|
+
"borderRadius": "24",
|
|
69952
|
+
"overflow": "hidden"
|
|
69949
69953
|
},
|
|
69950
69954
|
"week-header": {
|
|
69951
69955
|
"flexDirection": "row",
|
|
@@ -70001,7 +70005,7 @@ module.exports = {
|
|
|
70001
70005
|
"left": "8"
|
|
70002
70006
|
},
|
|
70003
70007
|
"adjusted-date-1": {
|
|
70004
|
-
"
|
|
70008
|
+
"backgroundColor": "rgba(245,100,40,0.1)",
|
|
70005
70009
|
"borderRadius": 50,
|
|
70006
70010
|
"width": "48",
|
|
70007
70011
|
"height": "48",
|
|
@@ -70028,7 +70032,7 @@ module.exports = {
|
|
|
70028
70032
|
"position": "absolute",
|
|
70029
70033
|
"top": "4",
|
|
70030
70034
|
"bottom": "0",
|
|
70031
|
-
"
|
|
70035
|
+
"backgroundColor": "rgba(245,100,40,0.1)"
|
|
70032
70036
|
},
|
|
70033
70037
|
"disabled": {
|
|
70034
70038
|
"color": "#1e2e37",
|