@ecan-bi/pivot-table 1.0.1 → 1.0.2

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.1 */
2
- .design-template[data-v-1c33b89f]{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-1c33b89f]{width:100%;height:100%}
1
+ /*! @ecan-bi/pivot-table@1.0.2 */
2
+ .design-template[data-v-483e41fa]{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-483e41fa]{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.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -1,5 +1,4 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- pageMode: StringConstructor;
3
2
  id: {
4
3
  type?: import("vue").PropType<string>;
5
4
  default?: string;
@@ -84,11 +83,14 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
84
83
  [key: string]: any;
85
84
  }[];
86
85
  };
86
+ pageMode: {
87
+ type?: import("vue").PropType<string>;
88
+ default?: string;
89
+ };
87
90
  }>, {
88
91
  pivotTableRef: import("vue").Ref<any, any>;
89
92
  click: () => void;
90
93
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
91
- pageMode: StringConstructor;
92
94
  id: {
93
95
  type?: import("vue").PropType<string>;
94
96
  default?: string;
@@ -173,5 +175,9 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
173
175
  [key: string]: any;
174
176
  }[];
175
177
  };
178
+ pageMode: {
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
181
+ };
176
182
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
177
183
  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
- pageMode: StringConstructor;
3
2
  id: {
4
3
  type?: import("vue").PropType<string>;
5
4
  default?: string;
@@ -84,11 +83,14 @@ export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInsta
84
83
  [key: string]: any;
85
84
  }[];
86
85
  };
86
+ pageMode: {
87
+ type?: import("vue").PropType<string>;
88
+ default?: string;
89
+ };
87
90
  }>, {
88
91
  pivotTableRef: import("vue").Ref<any, any>;
89
92
  click: () => void;
90
93
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
91
- pageMode: StringConstructor;
92
94
  id: {
93
95
  type?: import("vue").PropType<string>;
94
96
  default?: string;
@@ -173,5 +175,9 @@ export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInsta
173
175
  [key: string]: any;
174
176
  }[];
175
177
  };
178
+ pageMode: {
179
+ type?: import("vue").PropType<string>;
180
+ default?: string;
181
+ };
176
182
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
177
183
  export default EcanPivotTable;