bm-admin-ui 0.1.1-7 → 0.1.1-8

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.
@@ -22,7 +22,6 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
22
22
  default(): {};
23
23
  };
24
24
  }, {
25
- FormCreate: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
26
25
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
26
  showExpandBtn: {
28
27
  type: BooleanConstructor;
@@ -1,5 +1,5 @@
1
1
  import { withInstall } from 'bm-admin-ui/es/utils/with-install';
2
- import { h, nextTick, createVNode, defineComponent, ref, openBlock, createElementBlock, createTextVNode, toDisplayString, createBlock, unref, normalizeStyle, createCommentVNode, withCtx, reactive, computed, onBeforeUnmount, watch } from 'vue';
2
+ import { h, nextTick, createVNode, defineComponent, ref, openBlock, createElementBlock, createTextVNode, toDisplayString, createBlock, unref, normalizeStyle, createCommentVNode, withCtx, reactive, computed, onBeforeUnmount, watch, resolveComponent } from 'vue';
3
3
  import FormCreateCtr from '@form-create/ant-design-vue';
4
4
  import { Button } from 'ant-design-vue';
5
5
 
@@ -1254,7 +1254,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1254
1254
  emits: ["update:value", "submit", "reset"],
1255
1255
  setup(__props, { expose, emit: emits }) {
1256
1256
  const props = __props;
1257
- const FormCreate = FormCreateCtr.$form();
1258
1257
  FormCreateCtr.component("SearchResetBtn", SearchResetBtn);
1259
1258
  const isExpand = ref(false);
1260
1259
  const searchResetBtnRule = reactive([
@@ -1340,8 +1339,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1340
1339
  fApi
1341
1340
  });
1342
1341
  return (_ctx, _cache) => {
1342
+ const _component_form_create = resolveComponent("form-create");
1343
1343
  return openBlock(), createElementBlock("div", _hoisted_1, [
1344
- createVNode(unref(FormCreate), {
1344
+ createVNode(_component_form_create, {
1345
1345
  api: fApi.value,
1346
1346
  "onUpdate:api": _cache[0] || (_cache[0] = ($event) => fApi.value = $event),
1347
1347
  "model-value": _ctx.value,
@@ -23,7 +23,6 @@ declare const _default: import("vue").DefineComponent<{
23
23
  default(): {};
24
24
  };
25
25
  }, {
26
- FormCreate: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
27
26
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
28
27
  showExpandBtn: {
29
28
  type: BooleanConstructor;
package/index.esm.js CHANGED
@@ -18707,7 +18707,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18707
18707
  emits: ["update:value", "submit", "reset"],
18708
18708
  setup(__props, { expose, emit: emits }) {
18709
18709
  const props = __props;
18710
- const FormCreate$1 = FormCreate.$form();
18711
18710
  FormCreate.component("SearchResetBtn", SearchResetBtn);
18712
18711
  const isExpand = ref(false);
18713
18712
  const searchResetBtnRule = reactive([
@@ -18793,8 +18792,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18793
18792
  fApi
18794
18793
  });
18795
18794
  return (_ctx, _cache) => {
18795
+ const _component_form_create = resolveComponent("form-create");
18796
18796
  return openBlock(), createElementBlock("div", _hoisted_1, [
18797
- createVNode(unref(FormCreate$1), {
18797
+ createVNode(_component_form_create, {
18798
18798
  api: fApi.value,
18799
18799
  "onUpdate:api": _cache[0] || (_cache[0] = ($event) => fApi.value = $event),
18800
18800
  "model-value": _ctx.value,
package/index.js CHANGED
@@ -18715,7 +18715,6 @@ var process = {
18715
18715
  emits: ["update:value", "submit", "reset"],
18716
18716
  setup(__props, { expose, emit: emits }) {
18717
18717
  const props = __props;
18718
- const FormCreate$1 = FormCreate.$form();
18719
18718
  FormCreate.component("SearchResetBtn", SearchResetBtn);
18720
18719
  const isExpand = require$$0$1.ref(false);
18721
18720
  const searchResetBtnRule = require$$0$1.reactive([
@@ -18801,8 +18800,9 @@ var process = {
18801
18800
  fApi
18802
18801
  });
18803
18802
  return (_ctx, _cache) => {
18803
+ const _component_form_create = require$$0$1.resolveComponent("form-create");
18804
18804
  return require$$0$1.openBlock(), require$$0$1.createElementBlock("div", _hoisted_1, [
18805
- require$$0$1.createVNode(require$$0$1.unref(FormCreate$1), {
18805
+ require$$0$1.createVNode(_component_form_create, {
18806
18806
  api: fApi.value,
18807
18807
  "onUpdate:api": _cache[0] || (_cache[0] = ($event) => fApi.value = $event),
18808
18808
  "model-value": _ctx.value,
@@ -22,7 +22,6 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
22
22
  default(): {};
23
23
  };
24
24
  }, {
25
- FormCreate: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
26
25
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
26
  showExpandBtn: {
28
27
  type: BooleanConstructor;
@@ -1262,7 +1262,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1262
1262
  emits: ["update:value", "submit", "reset"],
1263
1263
  setup(__props, { expose, emit: emits }) {
1264
1264
  const props = __props;
1265
- const FormCreate = FormCreateCtr__default["default"].$form();
1266
1265
  FormCreateCtr__default["default"].component("SearchResetBtn", SearchResetBtn);
1267
1266
  const isExpand = vue.ref(false);
1268
1267
  const searchResetBtnRule = vue.reactive([
@@ -1348,8 +1347,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1348
1347
  fApi
1349
1348
  });
1350
1349
  return (_ctx, _cache) => {
1350
+ const _component_form_create = vue.resolveComponent("form-create");
1351
1351
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
1352
- vue.createVNode(vue.unref(FormCreate), {
1352
+ vue.createVNode(_component_form_create, {
1353
1353
  api: fApi.value,
1354
1354
  "onUpdate:api": _cache[0] || (_cache[0] = ($event) => fApi.value = $event),
1355
1355
  "model-value": _ctx.value,
@@ -23,7 +23,6 @@ declare const _default: import("vue").DefineComponent<{
23
23
  default(): {};
24
24
  };
25
25
  }, {
26
- FormCreate: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
27
26
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
28
27
  showExpandBtn: {
29
28
  type: BooleanConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "0.1.1-7",
3
+ "version": "0.1.1-8",
4
4
  "private": false,
5
5
  "description": "Bm-admin-ui",
6
6
  "license": "UNLICENSED",
@@ -15,10 +15,10 @@
15
15
  "vue": "^3.2.31"
16
16
  },
17
17
  "dependencies": {
18
+ "ant-design-vue": "^3.1.0-rc.3",
18
19
  "@form-create/ant-design-vue": "^3.1.5",
19
20
  "@logicflow/core": "^1.1.7",
20
- "@logicflow/extension": "^1.1.7",
21
- "ant-design-vue": "^3.1.0-rc.3"
21
+ "@logicflow/extension": "^1.1.7"
22
22
  },
23
23
  "sideEffects": [
24
24
  "theme-chalk/*.css"
@@ -22,7 +22,6 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
22
22
  default(): {};
23
23
  };
24
24
  }, {
25
- FormCreate: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
26
25
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
26
  showExpandBtn: {
28
27
  type: BooleanConstructor;
@@ -23,7 +23,6 @@ declare const _default: import("vue").DefineComponent<{
23
23
  default(): {};
24
24
  };
25
25
  }, {
26
- FormCreate: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
27
26
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
28
27
  showExpandBtn: {
29
28
  type: BooleanConstructor;