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.
@@ -1,2 +1,2 @@
1
- declare const _default: "0.1.37";
1
+ declare const _default: "0.1.38";
2
2
  export default _default;
@@ -1,4 +1,4 @@
1
- const e = "0.1.37";
1
+ const e = "0.1.38";
2
2
  export {
3
3
  e as default
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '0.1.37';"],"names":["version"],"mappings":"AAAA,MAAAA,IAAe;"}
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
- OPageTable: typeof import('orion-design')['PageTable']
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']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orion-design",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",