@web-utils/component 2.7.34 → 2.7.36
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/index.es.js
CHANGED
|
@@ -75,7 +75,7 @@ import OverlayScrollbars from "overlayscrollbars";
|
|
|
75
75
|
import "overlayscrollbars/css/OverlayScrollbars.css";
|
|
76
76
|
import { dialog } from "@web-utils/vue/mixin/dialog";
|
|
77
77
|
import Vue from "vue";
|
|
78
|
-
import echarts from "echarts/
|
|
78
|
+
import * as echarts from "echarts/core";
|
|
79
79
|
import { debounce, cloneDeep, merge } from "@web-utils/integrations/lodash";
|
|
80
80
|
import { addListener, removeListener } from "resize-detector";
|
|
81
81
|
import { addResizeListener, removeResizeListener } from "@web-utils/integrations/resize";
|
|
@@ -5251,12 +5251,12 @@ const __vue2_script$2Z = {
|
|
|
5251
5251
|
default: true
|
|
5252
5252
|
},
|
|
5253
5253
|
start: {
|
|
5254
|
-
type: Number,
|
|
5254
|
+
type: [Number, String],
|
|
5255
5255
|
required: false,
|
|
5256
5256
|
default: 0
|
|
5257
5257
|
},
|
|
5258
5258
|
end: {
|
|
5259
|
-
type: Number,
|
|
5259
|
+
type: [Number, String],
|
|
5260
5260
|
required: true
|
|
5261
5261
|
},
|
|
5262
5262
|
decimals: {
|
|
@@ -52071,7 +52071,7 @@ function __vue2_injectStyles(context) {
|
|
|
52071
52071
|
const Watermark = /* @__PURE__ */ function() {
|
|
52072
52072
|
return __component__.exports;
|
|
52073
52073
|
}();
|
|
52074
|
-
const version = "2.7.
|
|
52074
|
+
const version = "2.7.36";
|
|
52075
52075
|
function index(Vue2) {
|
|
52076
52076
|
Vue2.component(AddressInput.name, AddressInput);
|
|
52077
52077
|
Vue2.component(Affix.name, Affix);
|
package/package.json
CHANGED
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "2.7.
|
|
5
|
+
"version": "2.7.36",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
"required": false,
|
|
1187
1187
|
"value": {
|
|
1188
1188
|
"kind": "expression",
|
|
1189
|
-
"type": "number"
|
|
1189
|
+
"type": "number|string"
|
|
1190
1190
|
},
|
|
1191
1191
|
"default": "0"
|
|
1192
1192
|
},
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
"required": true,
|
|
1196
1196
|
"value": {
|
|
1197
1197
|
"kind": "expression",
|
|
1198
|
-
"type": "number"
|
|
1198
|
+
"type": "number|string"
|
|
1199
1199
|
},
|
|
1200
1200
|
"default": ""
|
|
1201
1201
|
},
|