3h1-ui 2.10.2 → 2.10.3
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/es/index.js +3 -3
- package/lib/index.js +3 -3
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -9345,7 +9345,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9345
9345
|
_ctx.canFullscreen ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
9346
9346
|
_ctx.fullScreen ? (openBlock(), createBlock(_component_Tooltip, {
|
|
9347
9347
|
key: 0,
|
|
9348
|
-
title:
|
|
9348
|
+
title: "还原",
|
|
9349
9349
|
placement: "bottom"
|
|
9350
9350
|
}, {
|
|
9351
9351
|
default: withCtx(() => [
|
|
@@ -9355,7 +9355,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9355
9355
|
}, null, 8, ["onClick"])
|
|
9356
9356
|
]),
|
|
9357
9357
|
_: 1
|
|
9358
|
-
}
|
|
9358
|
+
})) : (openBlock(), createBlock(_component_Tooltip, {
|
|
9359
9359
|
key: 1,
|
|
9360
9360
|
title: "全屏",
|
|
9361
9361
|
placement: "bottom"
|
|
@@ -14658,7 +14658,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
14658
14658
|
createVNode(unref(DatePicker), {
|
|
14659
14659
|
value: schema[`${schema.field}-2`],
|
|
14660
14660
|
"onUpdate:value": ($event) => schema[`${schema.field}-2`] = $event,
|
|
14661
|
-
"value-format": "YYYY-MM-DD
|
|
14661
|
+
"value-format": "YYYY-MM-DD 23:59:59",
|
|
14662
14662
|
format: "YYYY-MM-DD"
|
|
14663
14663
|
}, null, 8, ["value", "onUpdate:value"])
|
|
14664
14664
|
]),
|
package/lib/index.js
CHANGED
|
@@ -9347,7 +9347,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9347
9347
|
_ctx.canFullscreen ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
9348
9348
|
_ctx.fullScreen ? (vue.openBlock(), vue.createBlock(_component_Tooltip, {
|
|
9349
9349
|
key: 0,
|
|
9350
|
-
title:
|
|
9350
|
+
title: "还原",
|
|
9351
9351
|
placement: "bottom"
|
|
9352
9352
|
}, {
|
|
9353
9353
|
default: vue.withCtx(() => [
|
|
@@ -9357,7 +9357,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9357
9357
|
}, null, 8, ["onClick"])
|
|
9358
9358
|
]),
|
|
9359
9359
|
_: 1
|
|
9360
|
-
}
|
|
9360
|
+
})) : (vue.openBlock(), vue.createBlock(_component_Tooltip, {
|
|
9361
9361
|
key: 1,
|
|
9362
9362
|
title: "全屏",
|
|
9363
9363
|
placement: "bottom"
|
|
@@ -14660,7 +14660,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
14660
14660
|
vue.createVNode(vue.unref(antDesignVue.DatePicker), {
|
|
14661
14661
|
value: schema[`${schema.field}-2`],
|
|
14662
14662
|
"onUpdate:value": ($event) => schema[`${schema.field}-2`] = $event,
|
|
14663
|
-
"value-format": "YYYY-MM-DD
|
|
14663
|
+
"value-format": "YYYY-MM-DD 23:59:59",
|
|
14664
14664
|
format: "YYYY-MM-DD"
|
|
14665
14665
|
}, null, 8, ["value", "onUpdate:value"])
|
|
14666
14666
|
]),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"vue-types": "^5.0.2",
|
|
32
32
|
"vxe-table": "^4.3.6",
|
|
33
33
|
"xe-utils": "^3.5.7",
|
|
34
|
-
"@shy-plugins/
|
|
35
|
-
"@shy-plugins/
|
|
34
|
+
"@shy-plugins/utils": "1.0.15",
|
|
35
|
+
"@shy-plugins/use": "1.0.4"
|
|
36
36
|
},
|
|
37
37
|
"types": "es/ui/index.d.ts",
|
|
38
38
|
"devDependencies": {
|