@ecan-bi/pivot-table 1.0.3 → 1.0.5

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/dist/style.css CHANGED
@@ -1,2 +1,2 @@
1
- /*! @ecan-bi/pivot-table@1.0.3 */
2
- .design-template[data-v-d23b8c93]{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#f1f1f1;font-size:30px;display:flex;align-items:center;justify-content:center;letter-spacing:10px;color:#6f6f6f}.table-instance[data-v-d23b8c93]{width:100%;height:100%}
1
+ /*! @ecan-bi/pivot-table@1.0.5 */
2
+ .design-template[data-v-f7c40eef]{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#f1f1f1;font-size:30px;display:flex;align-items:center;justify-content:center;letter-spacing:10px;color:#6f6f6f}.table-instance[data-v-f7c40eef]{width:100%;height:100%}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/pivot-table",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -1,6 +1,5 @@
1
1
  import { PropType } from 'vue';
2
2
  declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
- id: StringConstructor;
4
3
  name: StringConstructor;
5
4
  keyName: StringConstructor;
6
5
  type: StringConstructor;
@@ -26,15 +25,15 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
26
25
  default: () => any[];
27
26
  };
28
27
  indicatorList: {
29
- type: PropType<any>;
28
+ type: ArrayConstructor;
30
29
  default: () => any[];
31
30
  };
32
31
  pageMode: StringConstructor;
32
+ id: StringConstructor;
33
33
  }>, {
34
34
  pivotTableRef: import("vue").Ref<any, any>;
35
35
  click: () => void;
36
36
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
- id: StringConstructor;
38
37
  name: StringConstructor;
39
38
  keyName: StringConstructor;
40
39
  type: StringConstructor;
@@ -60,14 +59,15 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
60
59
  default: () => any[];
61
60
  };
62
61
  indicatorList: {
63
- type: PropType<any>;
62
+ type: ArrayConstructor;
64
63
  default: () => any[];
65
64
  };
66
65
  pageMode: StringConstructor;
66
+ id: StringConstructor;
67
67
  }>> & Readonly<{}>, {
68
68
  events: unknown[];
69
69
  data: unknown[];
70
70
  dimensionList: any;
71
- indicatorList: any;
71
+ indicatorList: unknown[];
72
72
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
73
73
  export default _sfc_main;
@@ -1,5 +1,4 @@
1
1
  export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- id: StringConstructor;
3
2
  name: StringConstructor;
4
3
  keyName: StringConstructor;
5
4
  type: StringConstructor;
@@ -25,15 +24,15 @@ export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInsta
25
24
  default: () => any[];
26
25
  };
27
26
  indicatorList: {
28
- type: import("vue").PropType<any>;
27
+ type: ArrayConstructor;
29
28
  default: () => any[];
30
29
  };
31
30
  pageMode: StringConstructor;
31
+ id: StringConstructor;
32
32
  }>, {
33
33
  pivotTableRef: import("vue").Ref<any, any>;
34
34
  click: () => void;
35
35
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
- id: StringConstructor;
37
36
  name: StringConstructor;
38
37
  keyName: StringConstructor;
39
38
  type: StringConstructor;
@@ -59,14 +58,15 @@ export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInsta
59
58
  default: () => any[];
60
59
  };
61
60
  indicatorList: {
62
- type: import("vue").PropType<any>;
61
+ type: ArrayConstructor;
63
62
  default: () => any[];
64
63
  };
65
64
  pageMode: StringConstructor;
65
+ id: StringConstructor;
66
66
  }>> & Readonly<{}>, {
67
67
  events: unknown[];
68
68
  data: unknown[];
69
69
  dimensionList: any;
70
- indicatorList: any;
70
+ indicatorList: unknown[];
71
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
72
72
  export default EcanPivotTable;