@tmagic/tdesign-vue-next-adapter 1.5.21 → 1.5.22

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.
@@ -127,10 +127,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
127
127
  onKeypress: inputHandler,
128
128
  onChange: changeHandler,
129
129
  "onUpdate:modelValue": updateModelValue
130
- }, createSlots({
131
- _: 2
132
- /* DYNAMIC */
133
- }, [
130
+ }, createSlots({ _: 2 }, [
134
131
  _ctx.$slots.prefix ? {
135
132
  name: "prefix-icon",
136
133
  fn: withCtx(() => [
@@ -130,10 +130,7 @@
130
130
  onKeypress: inputHandler,
131
131
  onChange: changeHandler,
132
132
  "onUpdate:modelValue": updateModelValue
133
- }, vue.createSlots({
134
- _: 2
135
- /* DYNAMIC */
136
- }, [
133
+ }, vue.createSlots({ _: 2 }, [
137
134
  _ctx.$slots.prefix ? {
138
135
  name: "prefix-icon",
139
136
  fn: vue.withCtx(() => [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.21",
2
+ "version": "1.5.22",
3
3
  "name": "@tmagic/tdesign-vue-next-adapter",
4
4
  "type": "module",
5
5
  "main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
@@ -38,7 +38,7 @@
38
38
  "tdesign-vue-next": "^1.9.8",
39
39
  "vue": ">=3.5.0",
40
40
  "typescript": "*",
41
- "@tmagic/design": "1.5.21"
41
+ "@tmagic/design": "1.5.22"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "typescript": {