@mobileaction/action-kit 1.57.1 → 1.58.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.
- package/dist/action-kit.mjs +1 -1
- package/dist/{annotations-DjS6cZ0g.js → annotations-BkrykHwo.js} +1 -1
- package/dist/components/collapse/components/CollapseItem.vue.d.ts +2 -0
- package/dist/components/collapse/stories/CollapseItem.stories.d.ts +9 -0
- package/dist/components/collapse/stories/default.stories.d.ts +1 -0
- package/dist/components/date-picker-2/index.vue.d.ts +0 -1
- package/dist/components/date-picker-2/stories/default.stories.d.ts +2 -0
- package/dist/components/date-picker-2/types.d.ts +7 -1
- package/dist/components/modal-2/MaConfirmModal.vue.d.ts +1 -1
- package/dist/components/modal-2/MaModal.vue.d.ts +1 -1
- package/dist/{export-data-DSMuByxy.js → export-data-BlkmH52_.js} +1 -1
- package/dist/{exporting-DZnBR8gm.js → exporting-Qk1EPzt3.js} +1 -1
- package/dist/{funnel-DaTDEOyF.js → funnel--dxpIyR6.js} +1 -1
- package/dist/{index-bTz35Vhl.js → index-BsejAeJJ.js} +7891 -7734
- package/dist/{map-BhX11nMc.js → map-_7pf2hwk.js} +1 -1
- package/dist/{offline-exporting-Dj1jDKzF.js → offline-exporting-BpSbFRk0.js} +1 -1
- package/dist/{stock-Cv-uIi1p.js → stock-CiiLlnsD.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{venn-CgBXe2Vp.js → venn-Cs4LXH1C.js} +1 -1
- package/dist/{wordcloud-Bwb3kAJt.js → wordcloud-kXbBEtbR.js} +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileaction/action-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.58.1",
|
|
5
5
|
"description": "UI Component library for Mobile Action.",
|
|
6
6
|
"author": "MobileAction",
|
|
7
7
|
"license": "MIT",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"gh-pages": "^5.0.0",
|
|
103
103
|
"jsdom": "^21.1.0",
|
|
104
104
|
"lint-staged": "^16.1.2",
|
|
105
|
-
"lodash": "^4.17.
|
|
105
|
+
"lodash": "^4.17.23",
|
|
106
106
|
"npm-run-all": "^4.1.5",
|
|
107
107
|
"postcss": "^8.4.21",
|
|
108
108
|
"postcss-import": "^16.1.0",
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"vue-tsc": "^2.1.10"
|
|
123
123
|
},
|
|
124
124
|
"resolutions": {
|
|
125
|
-
"glob": "^10.5.0"
|
|
125
|
+
"glob": "^10.5.0",
|
|
126
|
+
"lodash": "^4.17.23"
|
|
126
127
|
},
|
|
127
128
|
"simple-git-hooks": {
|
|
128
129
|
"pre-commit": "yarn lint-staged"
|