@antv/s2-vue 2.2.0-alpha.2 → 2.2.0-beta.1
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/README.md +11 -4
- package/dist/s2-vue.min.js +1 -1
- package/dist/s2-vue.min.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/style.css +520 -520
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/style.css +241 -241
- package/package.json +1 -1
package/esm/index.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ export * from './components';
|
|
|
3
3
|
export * from './components-extra';
|
|
4
4
|
export { useSpreadSheetInstance } from './context/SpreadSheetContext';
|
|
5
5
|
export * from './hooks/useExpose';
|
|
6
|
-
export declare const version = "@antv/s2-vue-v2.2.0-
|
|
6
|
+
export declare const version = "@antv/s2-vue-v2.2.0-beta.1";
|
package/esm/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import { default as default30 } from "./components-extra/theme-panel/ThemePanel.
|
|
|
51
51
|
import { generateColorTheme } from "./components-extra/theme-panel/utils.js";
|
|
52
52
|
import { useSpreadSheetInstance } from "./context/SpreadSheetContext.js";
|
|
53
53
|
import { useExpose } from "./hooks/useExpose.js";
|
|
54
|
-
const version = "@antv/s2-vue-v2.2.0-
|
|
54
|
+
const version = "@antv/s2-vue-v2.2.0-beta.1";
|
|
55
55
|
export {
|
|
56
56
|
default15 as AdvancedSort,
|
|
57
57
|
BASIC_SHEET_THEME_TYPE_COLOR_RELATIONS,
|
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './utils/extendLocale';\n\nexport * from './common-extra';\nexport * from './components';\nexport * from './components-extra';\nexport { useSpreadSheetInstance } from './context/SpreadSheetContext';\nexport * from './hooks/useExpose';\n\nexport const version = '@antv/s2-vue-v2.2.0-
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import './utils/extendLocale';\n\nexport * from './common-extra';\nexport * from './components';\nexport * from './components-extra';\nexport { useSpreadSheetInstance } from './context/SpreadSheetContext';\nexport * from './hooks/useExpose';\n\nexport const version = '@antv/s2-vue-v2.2.0-beta.1';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQO,MAAM,UAAU;"}
|