orion-design 0.1.37 → 0.1.38
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/global.d.ts +25 -1
- package/package.json +1 -1
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: "0.1.
|
1
|
+
declare const _default: "0.1.38";
|
2
2
|
export default _default;
|
package/dist/version/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.
|
1
|
+
{"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.38';"],"names":["version"],"mappings":"AAAA,MAAAA,IAAe;"}
|
package/global.d.ts
CHANGED
@@ -34,8 +34,32 @@ declare module 'vue' {
|
|
34
34
|
OButtongroup: typeof import('orion-design')['Button']['ButtonGroup']
|
35
35
|
|
36
36
|
// 表格
|
37
|
-
|
37
|
+
OPagetable: typeof import('orion-design')['Pagetable']
|
38
|
+
OPagetableColumnIndex: typeof import('orion-design')['Pagetable']['PagetableColumnIndex']
|
39
|
+
OPagetableColumnString: typeof import('orion-design')['Pagetable']['PagetableColumnString']
|
40
|
+
OPagetableColumnLink: typeof import('orion-design')['Pagetable']['PagetableColumnLink']
|
41
|
+
OPagetableColumnNumber: typeof import('orion-design')['Pagetable']['PagetableColumnNumber']
|
42
|
+
OPagetableColumnDate: typeof import('orion-design')['Pagetable']['PagetableColumnDate']
|
43
|
+
OPagetableColumnSingleselect: typeof import('orion-design')['Pagetable']['PagetableColumnSingleselect']
|
44
|
+
OPagetableColumnMultiselect: typeof import('orion-design')['Pagetable']['PagetableColumnMultiselect']
|
45
|
+
OPagetableColumnButtongroup: typeof import('orion-design')['Pagetable']['PagetableColumnButtongroup']
|
46
|
+
OPagetableCellButton: typeof import('orion-design')['Pagetable']['PagetableCellButton']
|
47
|
+
OPagetableColumngroup: typeof import('orion-design')['Pagetable']['PagetableColumngroup']
|
48
|
+
OPagetableColumnDiy: typeof import('orion-design')['Pagetable']['PagetableColumnDiy']
|
49
|
+
|
38
50
|
OQuerytable: typeof import('orion-design')['Querytable']
|
51
|
+
OQuerytableColumnIndex: typeof import('orion-design')['Querytable']['QuerytableColumnIndex']
|
52
|
+
OQuerytableColumnString: typeof import('orion-design')['Querytable']['QuerytableColumnString']
|
53
|
+
OQuerytableColumnLink: typeof import('orion-design')['Querytable']['QuerytableColumnLink']
|
54
|
+
OQuerytableColumnNumber: typeof import('orion-design')['Querytable']['QuerytableColumnNumber']
|
55
|
+
OQuerytableColumnDate: typeof import('orion-design')['Querytable']['QuerytableColumnDate']
|
56
|
+
OQuerytableColumnSingleselect: typeof import('orion-design')['Querytable']['QuerytableColumnSingleselect']
|
57
|
+
OQuerytableColumnMultiselect: typeof import('orion-design')['Querytable']['QuerytableColumnMultiselect']
|
58
|
+
OQuerytableColumnButtongroup: typeof import('orion-design')['Querytable']['QuerytableColumnButtongroup']
|
59
|
+
OQuerytableCellButton: typeof import('orion-design')['Querytable']['QuerytableCellButton']
|
60
|
+
OQuerytableColumngroup: typeof import('orion-design')['Querytable']['QuerytableColumngroup']
|
61
|
+
OQuerytableColumnDiy: typeof import('orion-design')['Querytable']['QuerytableColumnDiy']
|
62
|
+
|
39
63
|
OLovPagetable: typeof import('orion-design')['LovTable']['LovPagetable']
|
40
64
|
OLovQuerytable: typeof import('orion-design')['LovTable']['LovQuerytable']
|
41
65
|
OTableselectPagetable: typeof import('orion-design')['TableSelectPagetable']
|