@opentinyvue/vue-dynamic-scroller-item 3.21.0 → 3.22.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/lib/index.js +2 -2
- package/lib/pc.js +2 -2
- package/package.json +3 -3
- package/src/index.d.ts +1 -1
- package/src/pc.vue.d.ts +9 -9
package/lib/index.js
CHANGED
|
@@ -7,7 +7,7 @@ function _extends() {
|
|
|
7
7
|
return n;
|
|
8
8
|
}, _extends.apply(null, arguments);
|
|
9
9
|
}
|
|
10
|
-
import { defineComponent, $
|
|
10
|
+
import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
|
|
11
11
|
import PcTemplate from "./pc.js";
|
|
12
12
|
var template = function template2(mode) {
|
|
13
13
|
var _process$env;
|
|
@@ -55,7 +55,7 @@ var DynamicScrollerItem = defineComponent({
|
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
57
|
});
|
|
58
|
-
var version = "3.
|
|
58
|
+
var version = "3.undefined";
|
|
59
59
|
DynamicScrollerItem.install = function(Vue) {
|
|
60
60
|
Vue.component(DynamicScrollerItem.name, DynamicScrollerItem);
|
|
61
61
|
};
|
package/lib/pc.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent, props, setup as _setup
|
|
1
|
+
import { api, renderless } from "@opentinyvue/vue-renderless/dynamic-scroller-item/vue";
|
|
2
|
+
import { defineComponent, props, h, setup as _setup } from "@opentinyvue/vue-common";
|
|
3
3
|
var _sfc_main = defineComponent({
|
|
4
4
|
emits: ["resize"],
|
|
5
5
|
props: [].concat(props, ["item", "watchData", "active", "index", "sizeDependencies", "emitResize", "tag"]),
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-dynamic-scroller-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"type": "module",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@opentinyvue/vue-common": "~3.
|
|
11
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
10
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-renderless": "~3.22.0"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"types": "index.d.ts"
|
package/src/index.d.ts
CHANGED
|
@@ -69,9 +69,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
69
69
|
tiny_theme: StringConstructor;
|
|
70
70
|
tiny_chart_theme: ObjectConstructor;
|
|
71
71
|
}>>, {
|
|
72
|
-
tiny_mode_root: boolean;
|
|
73
72
|
index: number;
|
|
74
73
|
tag: string;
|
|
74
|
+
tiny_mode_root: boolean;
|
|
75
75
|
watchData: boolean;
|
|
76
76
|
sizeDependencies: Record<string, any> | unknown[];
|
|
77
77
|
emitResize: boolean;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
index?: any;
|
|
3
|
+
item?: any;
|
|
4
|
+
tag?: any;
|
|
2
5
|
tiny_mode?: any;
|
|
3
6
|
tiny_mode_root?: any;
|
|
4
7
|
tiny_template?: any;
|
|
@@ -6,14 +9,14 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
6
9
|
_constants?: any;
|
|
7
10
|
tiny_theme?: any;
|
|
8
11
|
tiny_chart_theme?: any;
|
|
9
|
-
index?: any;
|
|
10
|
-
item?: any;
|
|
11
|
-
tag?: any;
|
|
12
12
|
active?: any;
|
|
13
13
|
watchData?: any;
|
|
14
14
|
sizeDependencies?: any;
|
|
15
15
|
emitResize?: any;
|
|
16
16
|
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "resize"[], "resize", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
17
|
+
index?: any;
|
|
18
|
+
item?: any;
|
|
19
|
+
tag?: any;
|
|
17
20
|
tiny_mode?: any;
|
|
18
21
|
tiny_mode_root?: any;
|
|
19
22
|
tiny_template?: any;
|
|
@@ -21,9 +24,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
21
24
|
_constants?: any;
|
|
22
25
|
tiny_theme?: any;
|
|
23
26
|
tiny_chart_theme?: any;
|
|
24
|
-
index?: any;
|
|
25
|
-
item?: any;
|
|
26
|
-
tag?: any;
|
|
27
27
|
active?: any;
|
|
28
28
|
watchData?: any;
|
|
29
29
|
sizeDependencies?: any;
|
|
@@ -31,6 +31,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
31
31
|
}>>> & {
|
|
32
32
|
onResize?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}, {
|
|
34
|
+
readonly index?: any;
|
|
35
|
+
readonly item?: any;
|
|
36
|
+
readonly tag?: any;
|
|
34
37
|
readonly tiny_mode?: any;
|
|
35
38
|
readonly tiny_mode_root?: any;
|
|
36
39
|
readonly tiny_template?: any;
|
|
@@ -38,9 +41,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
38
41
|
readonly _constants?: any;
|
|
39
42
|
readonly tiny_theme?: any;
|
|
40
43
|
readonly tiny_chart_theme?: any;
|
|
41
|
-
readonly index?: any;
|
|
42
|
-
readonly item?: any;
|
|
43
|
-
readonly tag?: any;
|
|
44
44
|
readonly active?: any;
|
|
45
45
|
readonly watchData?: any;
|
|
46
46
|
readonly sizeDependencies?: any;
|