@opentinyvue/vue-grid-toolbar 2.21.0
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/LICENSE +22 -0
- package/index.d.ts +13 -0
- package/lib/index.js +4037 -0
- package/package.json +47 -0
- package/src/custom-saas.vue.d.ts +2 -0
- package/src/custom-select.vue.d.ts +11 -0
- package/src/custom-switch.vue.d.ts +2 -0
- package/src/custom.vue.d.ts +2 -0
- package/src/index.d.ts +2 -0
- package/src/multiple-history.d.ts +15 -0
package/package.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@opentinyvue/vue-grid-toolbar",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "2.21.0",
|
|
5
|
+
"description": "",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"main": "./lib/index.js",
|
|
9
|
+
"module": "./lib/index.js",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@opentinyvue/vue-alert": "~2.21.0",
|
|
12
|
+
"@opentinyvue/vue-button": "~2.21.0",
|
|
13
|
+
"@opentinyvue/vue-checkbox": "~2.21.0",
|
|
14
|
+
"@opentinyvue/vue-checkbox-group": "~2.21.0",
|
|
15
|
+
"@opentinyvue/vue-col": "~2.21.0",
|
|
16
|
+
"@opentinyvue/vue-common": "~2.21.0",
|
|
17
|
+
"@opentinyvue/vue-dialog-box": "~2.21.0",
|
|
18
|
+
"@opentinyvue/vue-dropdown": "~2.21.0",
|
|
19
|
+
"@opentinyvue/vue-dropdown-item": "~2.21.0",
|
|
20
|
+
"@opentinyvue/vue-dropdown-menu": "~2.21.0",
|
|
21
|
+
"@opentinyvue/vue-grid": "~2.21.0",
|
|
22
|
+
"@opentinyvue/vue-icon": "~2.21.0",
|
|
23
|
+
"@opentinyvue/vue-input": "~2.21.0",
|
|
24
|
+
"@opentinyvue/vue-layout": "~2.21.0",
|
|
25
|
+
"@opentinyvue/vue-locale": "~2.21.0",
|
|
26
|
+
"@opentinyvue/vue-modal": "~2.21.0",
|
|
27
|
+
"@opentinyvue/vue-option": "~2.21.0",
|
|
28
|
+
"@opentinyvue/vue-popover": "~2.21.0",
|
|
29
|
+
"@opentinyvue/vue-radio": "~2.21.0",
|
|
30
|
+
"@opentinyvue/vue-radio-group": "~2.21.0",
|
|
31
|
+
"@opentinyvue/vue-renderless": "~3.21.0",
|
|
32
|
+
"@opentinyvue/vue-row": "~2.21.0",
|
|
33
|
+
"@opentinyvue/vue-search": "~2.21.0",
|
|
34
|
+
"@opentinyvue/vue-select": "~2.21.0",
|
|
35
|
+
"@opentinyvue/vue-split": "~2.21.0",
|
|
36
|
+
"@opentinyvue/vue-tab-item": "~2.21.0",
|
|
37
|
+
"@opentinyvue/vue-tabs": "~2.21.0",
|
|
38
|
+
"@opentinyvue/vue-theme": "~3.21.0",
|
|
39
|
+
"@opentinyvue/vue-tooltip": "~2.21.0",
|
|
40
|
+
"@opentinyvue/vue-tree": "~2.21.0"
|
|
41
|
+
},
|
|
42
|
+
"types": "index.d.ts",
|
|
43
|
+
"scripts": {
|
|
44
|
+
"build": "pnpm -w build:ui $npm_package_name",
|
|
45
|
+
"//postversion": "pnpm build"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue/types/vue").ExtendedVue<import("vue").default, {
|
|
2
|
+
columns: never[];
|
|
3
|
+
multivalue: never[];
|
|
4
|
+
}, {
|
|
5
|
+
columnChange(values: any): void;
|
|
6
|
+
getColumnConfigs(configs: any): any;
|
|
7
|
+
}, unknown, {
|
|
8
|
+
data: unknown[];
|
|
9
|
+
setting: any;
|
|
10
|
+
}>;
|
|
11
|
+
export default _default;
|
package/src/index.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare function getStorage(storageKey: any, storageType: any, remoteMethod: any): Promise<unknown>;
|
|
2
|
+
export declare function setStorage(storageKey: any, valueObj: any, storageType: any, vm: any, eventName: any): void;
|
|
3
|
+
export declare function generateId(): {
|
|
4
|
+
id: string;
|
|
5
|
+
name: any;
|
|
6
|
+
};
|
|
7
|
+
export declare function createCustom(setting: any, userKey: any): {
|
|
8
|
+
id: string;
|
|
9
|
+
name: any;
|
|
10
|
+
userKey: any;
|
|
11
|
+
setting: {
|
|
12
|
+
custom: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export declare function mergeArray(toArr: any, fromArr: any): never[];
|