@opentinyvue/vue-dialog-select 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/package.json +13 -13
- package/src/pc.vue.d.ts +5 -5
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() {
|
|
13
13
|
return PCTemplate;
|
|
@@ -114,7 +114,7 @@ var DialogSelect = defineComponent({
|
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
|
-
var version = "3.
|
|
117
|
+
var version = "3.undefined";
|
|
118
118
|
DialogSelect.install = function(Vue) {
|
|
119
119
|
Vue.component(DialogSelect.name, DialogSelect);
|
|
120
120
|
};
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-dialog-select",
|
|
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-renderless": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-dialog-box": "~3.
|
|
13
|
-
"@opentinyvue/vue-button": "~3.
|
|
14
|
-
"@opentinyvue/vue-pager": "~3.
|
|
15
|
-
"@opentinyvue/vue-grid": "~3.
|
|
16
|
-
"@opentinyvue/vue-split": "~3.
|
|
17
|
-
"@opentinyvue/vue-selected-box": "~3.
|
|
18
|
-
"@opentinyvue/vue-input": "~3.
|
|
19
|
-
"@opentinyvue/vue-tree": "~3.
|
|
20
|
-
"@opentinyvue/vue-theme": "~3.
|
|
21
|
-
"@opentinyvue/vue-icon": "~3.
|
|
10
|
+
"@opentinyvue/vue-renderless": "~3.22.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
12
|
+
"@opentinyvue/vue-dialog-box": "~3.22.0",
|
|
13
|
+
"@opentinyvue/vue-button": "~3.22.0",
|
|
14
|
+
"@opentinyvue/vue-pager": "~3.22.0",
|
|
15
|
+
"@opentinyvue/vue-grid": "~3.22.0",
|
|
16
|
+
"@opentinyvue/vue-split": "~3.22.0",
|
|
17
|
+
"@opentinyvue/vue-selected-box": "~3.22.0",
|
|
18
|
+
"@opentinyvue/vue-input": "~3.22.0",
|
|
19
|
+
"@opentinyvue/vue-tree": "~3.22.0",
|
|
20
|
+
"@opentinyvue/vue-theme": "~3.22.0",
|
|
21
|
+
"@opentinyvue/vue-icon": "~3.22.0"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"types": "index.d.ts"
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
2
|
+
visible?: any;
|
|
2
3
|
tiny_mode?: any;
|
|
3
4
|
tiny_mode_root?: any;
|
|
4
5
|
tiny_template?: any;
|
|
@@ -8,7 +9,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
8
9
|
tiny_chart_theme?: any;
|
|
9
10
|
textField?: any;
|
|
10
11
|
valueField?: any;
|
|
11
|
-
visible?: any;
|
|
12
12
|
beforeClose?: any;
|
|
13
13
|
gridOp?: any;
|
|
14
14
|
treeOp?: any;
|
|
@@ -25,7 +25,8 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
25
25
|
showPager?: any;
|
|
26
26
|
pagerOp?: any;
|
|
27
27
|
mainHeight?: any;
|
|
28
|
-
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("
|
|
28
|
+
}>, any, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("resize" | "change" | "close" | "update:visible" | "open" | "closed" | "opened" | "drag-start" | "drag-move" | "drag-end" | "current-change" | "size-change" | "before-page-change" | "prev-click" | "next-click")[], "resize" | "change" | "close" | "update:visible" | "open" | "closed" | "opened" | "drag-start" | "drag-move" | "drag-end" | "current-change" | "size-change" | "before-page-change" | "prev-click" | "next-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
|
|
29
|
+
visible?: any;
|
|
29
30
|
tiny_mode?: any;
|
|
30
31
|
tiny_mode_root?: any;
|
|
31
32
|
tiny_template?: any;
|
|
@@ -35,7 +36,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
35
36
|
tiny_chart_theme?: any;
|
|
36
37
|
textField?: any;
|
|
37
38
|
valueField?: any;
|
|
38
|
-
visible?: any;
|
|
39
39
|
beforeClose?: any;
|
|
40
40
|
gridOp?: any;
|
|
41
41
|
treeOp?: any;
|
|
@@ -53,9 +53,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
53
53
|
pagerOp?: any;
|
|
54
54
|
mainHeight?: any;
|
|
55
55
|
}>>> & {
|
|
56
|
+
onResize?: ((...args: any[]) => any) | undefined;
|
|
56
57
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
57
58
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
onResize?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
@@ -69,6 +69,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
69
69
|
"onPrev-click"?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
"onNext-click"?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
}, {
|
|
72
|
+
readonly visible?: any;
|
|
72
73
|
readonly tiny_mode?: any;
|
|
73
74
|
readonly tiny_mode_root?: any;
|
|
74
75
|
readonly tiny_template?: any;
|
|
@@ -78,7 +79,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
78
79
|
readonly tiny_chart_theme?: any;
|
|
79
80
|
readonly textField?: any;
|
|
80
81
|
readonly valueField?: any;
|
|
81
|
-
readonly visible?: any;
|
|
82
82
|
readonly beforeClose?: any;
|
|
83
83
|
readonly gridOp?: any;
|
|
84
84
|
readonly treeOp?: any;
|