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

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