@ecan-bi/pivot-table 1.0.3 → 1.0.4

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 */
1
+ /*! @ecan-bi/pivot-table@1.0.4 */
2
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%}
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.4",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -1,4 +1,4 @@
1
- export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ export declare const PivotTable: import('../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  id: StringConstructor;
3
3
  name: StringConstructor;
4
4
  keyName: StringConstructor;
@@ -69,4 +69,4 @@ export declare const EcanPivotTable: import('../utils/withInstall').SFCWithInsta
69
69
  dimensionList: any;
70
70
  indicatorList: any;
71
71
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
72
- export default EcanPivotTable;
72
+ export default PivotTable;