plain-design 1.0.0-beta.132 → 1.0.0-beta.133

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.132",
3
+ "version": "1.0.0-beta.133",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -266,6 +266,25 @@ export type {
266
266
  iTableOptionCacheRegistryConfig,
267
267
  iTableOptionGetCacheParam
268
268
  } from './components/AutoTable/use/useTableOption.cache.utils';
269
+ export type{
270
+ iTableNode,
271
+ iTablePropsType,
272
+ iTableSortData,
273
+ iTableCellRenderScope,
274
+ iTableEventType,
275
+ iTableMessyData,
276
+ iTableMessyRender,
277
+ iTableRowRenderScope,
278
+ iTableSlotsType,
279
+
280
+ TablePropsRowClassFunc,
281
+ TablePropsCellClassFunc,
282
+ TablePropsCellStyleFunc,
283
+ TablePropsHeadCellClassFunc,
284
+ TablePropsHeadCellStyleFunc,
285
+ TablePropsSpanMethod,
286
+ TablePropsConfig,
287
+ } from './components/Table/table/utils/table.utils';
269
288
  export {PageThemeUtils, getPrimaryColor} from './components/PageThemeUtils';
270
289
  export {BaseColors, BaseGrayColors} from './components/Application/theme/theme';
271
290
  export {ThemePrimaryColors} from './components/ThemePrimaryColors';
@@ -290,6 +309,7 @@ export {loadFile} from './components/loadFile';
290
309
  export {getDeviceInfo, clearDeviceInfo, eDeviceType} from './utils/getDeviceInfo';
291
310
  export {useTableFilter} from './components/useTableFilter';
292
311
  export {createSimpleDate} from './components/createSimpleDate';
312
+ export {calcSpans, calcColSpans, calcRowSpans} from './components/Table/plc/use/useTableAutoSpan';
293
313
 
294
314
  // @ts-ignore
295
315
  setComponentPrefix(globalComponentPrefix);