3h1-ui 2.1.6 → 2.1.7

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/es/index.js CHANGED
@@ -7816,13 +7816,13 @@ const buttonProps = {
7816
7816
  iconSize: { type: Number, default: 14 },
7817
7817
  onClick: { type: Function, default: null }
7818
7818
  };
7819
- const __default__ = defineComponent({
7819
+ const __default__$1 = defineComponent({
7820
7820
  name: "AButton",
7821
7821
  extends: Button$1,
7822
7822
  inheritAttrs: false
7823
7823
  });
7824
7824
  const _sfc_main$L = /* @__PURE__ */ defineComponent({
7825
- ...__default__,
7825
+ ...__default__$1,
7826
7826
  props: buttonProps,
7827
7827
  setup(__props) {
7828
7828
  const props2 = __props;
@@ -23842,8 +23842,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
23842
23842
  const _hoisted_1 = { key: 0 };
23843
23843
  const _hoisted_2 = { key: 1 };
23844
23844
  const _hoisted_3 = { class: "flex items-center justify-center" };
23845
+ const __default__ = defineComponent({
23846
+ name: "TablePlus"
23847
+ });
23845
23848
  const _sfc_main = /* @__PURE__ */ defineComponent({
23846
- __name: "TablePlus",
23849
+ ...__default__,
23847
23850
  props: {
23848
23851
  api: null,
23849
23852
  columns: { default: () => [] },
package/lib/index.js CHANGED
@@ -7818,13 +7818,13 @@ const buttonProps = {
7818
7818
  iconSize: { type: Number, default: 14 },
7819
7819
  onClick: { type: Function, default: null }
7820
7820
  };
7821
- const __default__ = vue.defineComponent({
7821
+ const __default__$1 = vue.defineComponent({
7822
7822
  name: "AButton",
7823
7823
  extends: antDesignVue.Button,
7824
7824
  inheritAttrs: false
7825
7825
  });
7826
7826
  const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
7827
- ...__default__,
7827
+ ...__default__$1,
7828
7828
  props: buttonProps,
7829
7829
  setup(__props) {
7830
7830
  const props2 = __props;
@@ -23844,8 +23844,11 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
23844
23844
  const _hoisted_1 = { key: 0 };
23845
23845
  const _hoisted_2 = { key: 1 };
23846
23846
  const _hoisted_3 = { class: "flex items-center justify-center" };
23847
+ const __default__ = vue.defineComponent({
23848
+ name: "TablePlus"
23849
+ });
23847
23850
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
23848
- __name: "TablePlus",
23851
+ ...__default__,
23849
23852
  props: {
23850
23853
  api: null,
23851
23854
  columns: { default: () => [] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",