@jnrs/vue-core 1.2.41 → 1.2.42
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/AGENTS.md +234 -245
- package/CHANGELOG.md +16 -1
- package/dist/components/JnDateQuery.vue.d.ts +9 -25
- package/dist/components/index.js +1048 -1108
- package/dist/locales/en/components.d.ts +0 -3
- package/dist/locales/en/index.d.ts +0 -3
- package/dist/locales/index.js +0 -6
- package/dist/locales/zhCn/components.d.ts +0 -3
- package/dist/locales/zhCn/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/locales/index.js
CHANGED
|
@@ -75,9 +75,6 @@ const e = {
|
|
|
75
75
|
daterange: "YYYY-MM-DD",
|
|
76
76
|
date: "YYYY-MM-DD"
|
|
77
77
|
},
|
|
78
|
-
placeholder: "选择日期",
|
|
79
|
-
startPlaceholder: "开始日期",
|
|
80
|
-
endPlaceholder: "结束日期",
|
|
81
78
|
rangeSeparator: "至"
|
|
82
79
|
},
|
|
83
80
|
JnFileUpload: {
|
|
@@ -185,9 +182,6 @@ const e = {
|
|
|
185
182
|
daterange: "YYYY-MM-DD",
|
|
186
183
|
date: "YYYY-MM-DD"
|
|
187
184
|
},
|
|
188
|
-
placeholder: "Select Date",
|
|
189
|
-
startPlaceholder: "Start Date",
|
|
190
|
-
endPlaceholder: "End Date",
|
|
191
185
|
rangeSeparator: "to"
|
|
192
186
|
},
|
|
193
187
|
JnFileUpload: {
|