@qin-ui/antd-vue-pro 1.1.5 → 1.1.6

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.
@@ -15802,7 +15802,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
15802
15802
  );
15803
15803
  const defaultProps = {
15804
15804
  validateFirst: true,
15805
- hideFeedback: field.fields
15805
+ hideFeedback: !!field.fields
15806
15806
  };
15807
15807
  return {
15808
15808
  ...defaultProps,
@@ -15893,7 +15893,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
15893
15893
  };
15894
15894
  }
15895
15895
  });
15896
- const index_vue_vue_type_style_index_0_scoped_28824314_lang = "";
15896
+ const index_vue_vue_type_style_index_0_scoped_a4fb5eae_lang = "";
15897
15897
  const _export_sfc = (sfc, props) => {
15898
15898
  const target = sfc.__vccOpts || sfc;
15899
15899
  for (const [key, val] of props) {
@@ -15901,7 +15901,7 @@ const _export_sfc = (sfc, props) => {
15901
15901
  }
15902
15902
  return target;
15903
15903
  };
15904
- const BaseFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-28824314"]]);
15904
+ const BaseFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-a4fb5eae"]]);
15905
15905
  const generateFieldMap = (fields, prePath = "", preFieldPath = "", fieldMap = {}) => {
15906
15906
  fields.forEach((field, index2) => {
15907
15907
  let path;
package/es/form/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { l, d, B, i, C, b, f, F, k, R, e, j, U, h, _, m, p, n, s, q, u, r, t } from "./index-a2afc105.js";
1
+ import { l, d, B, i, C, b, f, F, k, R, e, j, U, h, _, m, p, n, s, q, u, r, t } from "./index-a3649324.js";
2
2
  import "vue";
3
3
  import "ant-design-vue";
4
4
  import "../component-provider/index.js";
package/es/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import "./style.css";
2
- import { _ as _sfc_main } from "./form/index-a2afc105.js";
3
- import { l, d, B, i, C, b, f, F, k, R, e, j, U, h, m, p, n, s, q, u, r, t } from "./form/index-a2afc105.js";
2
+ import { _ as _sfc_main } from "./form/index-a3649324.js";
3
+ import { l, d, B, i, C, b, f, F, k, R, e, j, U, h, m, p, n, s, q, u, r, t } from "./form/index-a3649324.js";
4
4
  import BaseTable from "./table/index.js";
5
5
  import { useTable } from "./table/index.js";
6
6
  import _sfc_main$1 from "./component-provider/index.js";
package/es/style.css CHANGED
@@ -1,4 +1,4 @@
1
- [data-v-28824314] .ant-form-item > [hideFeedback='true'] {
1
+ [data-v-a4fb5eae] .ant-form-item > [hideFeedback='true'] {
2
2
  margin-bottom: 0;
3
3
  }
4
4
  .field-component[data-v-060ffbee]:not(.ant-switch) {
package/es/table/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { createVNode, defineComponent, ref, onMounted, openBlock, createElementBlock, unref, normalizeStyle, createElementVNode, withCtx, createTextVNode, createBlock, toDisplayString, createCommentVNode, mergeModels, useModel, computed, watch, Fragment, renderList, withModifiers, renderSlot, useAttrs, useSlots, mergeProps, createSlots, normalizeProps, guardReactiveProps, nextTick } from "vue";
2
2
  import { Button, Space, Dropdown, Menu, MenuItem, Checkbox, MenuDivider, Table } from "ant-design-vue";
3
3
  import { useInjectProps, INJECT_KEYS } from "../component-provider/index.js";
4
- import { A as AntdIcon, _ as _sfc_main$6, g as get, a as _export_sfc, o as omit, b as _sfc_main$7, c as cloneDeep, u as useForm } from "../form/index-a2afc105.js";
4
+ import { A as AntdIcon, _ as _sfc_main$6, g as get, a as _export_sfc, o as omit, b as _sfc_main$7, c as cloneDeep, u as useForm } from "../form/index-a3649324.js";
5
5
  var ColumnHeightOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 00-11.3 0L403.6 366.3a7.23 7.23 0 005.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z" } }] }, "name": "column-height", "theme": "outlined" };
6
6
  const ColumnHeightOutlinedSvg = ColumnHeightOutlined$2;
7
7
  function _objectSpread$2(target) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/antd-vue-pro",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "main": "",