xrk-components 0.3.4 → 0.3.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/lib/index.esm.js CHANGED
@@ -2,7 +2,7 @@ import ElementPlus, { ElButton, ElRadioButton, ElRadioGroup, vLoading, ElRadio,
2
2
  import { defineComponent, ref, computed, openBlock, createBlock, unref, withCtx, renderSlot, withDirectives, createElementBlock, watch, withKeys, normalizeStyle, createElementVNode, isRef, Fragment, renderList, createVNode, toDisplayString, createTextVNode, createCommentVNode, nextTick, shallowRef, reactive, resolveDynamicComponent, mergeProps, createSlots, withModifiers, onMounted, render, h } from 'vue';
3
3
  import { check, base } from 'xrk-tools';
4
4
 
5
- var version = "0.3.4";
5
+ var version = "0.3.5";
6
6
 
7
7
  function getDefaultExportFromCjs (x) {
8
8
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/lib/index.umd.js CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  var ElementPlus__default = /*#__PURE__*/_interopDefaultLegacy(ElementPlus);
10
10
 
11
- var version = "0.3.4";
11
+ var version = "0.3.5";
12
12
 
13
13
  function getDefaultExportFromCjs (x) {
14
14
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -10,6 +10,7 @@ export type { BasePaginationProps, PaginationInfoType } from './base/pagination'
10
10
  export type { BaseFormProps, BaseFormItemProps } from './base/form/';
11
11
  export type { BaseTableProps, BaseTableColumnProps } from './base/table/types/type';
12
12
  export type { BaseDialogProps, DialogBtnConfigProps } from './base/dialog';
13
- export type { XrkSearchProps } from './xrk/search';
13
+ export type { XrkSearchProps, XrkSearchRef } from './xrk/search';
14
14
  export type { ComponentRender, ResetBtnType, SearchBtnType, SerachColumnType } from './xrk/search/types/type';
15
15
  export type { XrkTableProps } from './xrk/table/types/type';
16
+ export type { XrkTableRef } from './xrk/table';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",