@tmagic/tdesign-vue-next-adapter 1.5.11 → 1.5.13
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, computed,
|
|
2
|
-
import { DateRangePicker, DatePicker, Textarea, Input,
|
|
1
|
+
import { defineComponent, computed, createBlock, openBlock, unref, createElementBlock, renderSlot, createSlots, withCtx, createElementVNode, h } from 'vue';
|
|
2
|
+
import { DateRangePicker, DatePicker, Textarea, Input, Upload, Tooltip, TimePicker, Tag, Tabs, TabPanel, Table, Switch, Steps, StepItem, Select, Row, RadioGroup, RadioButton, Radio, Pagination, OptionGroup, Option, InputNumber, FormItem, Form, Dropdown, DropdownItem, Drawer, Divider, Dialog, ColorPicker, CollapsePanel, Collapse, Col, CheckboxGroup, Checkbox, Cascader, Card, Button, Badge, MessagePlugin, DialogPlugin } from 'tdesign-vue-next';
|
|
3
3
|
|
|
4
4
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "DatePicker",
|
|
@@ -76,7 +76,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
76
76
|
return target;
|
|
77
77
|
};
|
|
78
78
|
|
|
79
|
-
const _sfc_main$3 = {};
|
|
79
|
+
const _sfc_main$3 = { };
|
|
80
80
|
|
|
81
81
|
function _sfc_render$2(_ctx, _cache) {
|
|
82
82
|
return (openBlock(), createElementBlock("i", null, [
|
|
@@ -137,20 +137,20 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
137
137
|
renderSlot(_ctx.$slots, "prefix")
|
|
138
138
|
]),
|
|
139
139
|
key: "0"
|
|
140
|
-
} :
|
|
140
|
+
} : void 0,
|
|
141
141
|
_ctx.$slots.suffix ? {
|
|
142
142
|
name: "suffix",
|
|
143
143
|
fn: withCtx(() => [
|
|
144
144
|
renderSlot(_ctx.$slots, "suffix")
|
|
145
145
|
]),
|
|
146
146
|
key: "1"
|
|
147
|
-
} :
|
|
147
|
+
} : void 0
|
|
148
148
|
]), 1032, ["modelValue", "size", "clearable", "disabled", "placeholder"]));
|
|
149
149
|
};
|
|
150
150
|
}
|
|
151
151
|
});
|
|
152
152
|
|
|
153
|
-
const _sfc_main$1 = {};
|
|
153
|
+
const _sfc_main$1 = { };
|
|
154
154
|
|
|
155
155
|
const _hoisted_1 = {
|
|
156
156
|
class: "tdesign-scrollbar",
|
|
@@ -173,7 +173,7 @@ function _sfc_render$1(_ctx, _cache) {
|
|
|
173
173
|
}
|
|
174
174
|
const Scrollbar = /*#__PURE__*/_export_sfc(_sfc_main$1, [['render',_sfc_render$1]]);
|
|
175
175
|
|
|
176
|
-
const _sfc_main = {};
|
|
176
|
+
const _sfc_main = { };
|
|
177
177
|
|
|
178
178
|
function _sfc_render(_ctx, _cache) {
|
|
179
179
|
return (openBlock(), createElementBlock("div"))
|
|
@@ -318,7 +318,7 @@ const adapter = {
|
|
|
318
318
|
size: typeof props.size === "number" ? `${props.size}px` : props.size,
|
|
319
319
|
closeOnEscKeydown: props.closeOnPressEscape,
|
|
320
320
|
closeOnOverlayClick: props.closeOnClickModal,
|
|
321
|
-
attach: props.appendToBody ? "body" :
|
|
321
|
+
attach: props.appendToBody ? "body" : void 0,
|
|
322
322
|
placement: {
|
|
323
323
|
rtl: "right",
|
|
324
324
|
ltr: "left",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
return target;
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
const _sfc_main$3 = {};
|
|
82
|
+
const _sfc_main$3 = { };
|
|
83
83
|
|
|
84
84
|
function _sfc_render$2(_ctx, _cache) {
|
|
85
85
|
return (vue.openBlock(), vue.createElementBlock("i", null, [
|
|
@@ -140,20 +140,20 @@
|
|
|
140
140
|
vue.renderSlot(_ctx.$slots, "prefix")
|
|
141
141
|
]),
|
|
142
142
|
key: "0"
|
|
143
|
-
} :
|
|
143
|
+
} : void 0,
|
|
144
144
|
_ctx.$slots.suffix ? {
|
|
145
145
|
name: "suffix",
|
|
146
146
|
fn: vue.withCtx(() => [
|
|
147
147
|
vue.renderSlot(_ctx.$slots, "suffix")
|
|
148
148
|
]),
|
|
149
149
|
key: "1"
|
|
150
|
-
} :
|
|
150
|
+
} : void 0
|
|
151
151
|
]), 1032, ["modelValue", "size", "clearable", "disabled", "placeholder"]));
|
|
152
152
|
};
|
|
153
153
|
}
|
|
154
154
|
});
|
|
155
155
|
|
|
156
|
-
const _sfc_main$1 = {};
|
|
156
|
+
const _sfc_main$1 = { };
|
|
157
157
|
|
|
158
158
|
const _hoisted_1 = {
|
|
159
159
|
class: "tdesign-scrollbar",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
}
|
|
177
177
|
const Scrollbar = /*#__PURE__*/_export_sfc(_sfc_main$1, [['render',_sfc_render$1]]);
|
|
178
178
|
|
|
179
|
-
const _sfc_main = {};
|
|
179
|
+
const _sfc_main = { };
|
|
180
180
|
|
|
181
181
|
function _sfc_render(_ctx, _cache) {
|
|
182
182
|
return (vue.openBlock(), vue.createElementBlock("div"))
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
size: typeof props.size === "number" ? `${props.size}px` : props.size,
|
|
322
322
|
closeOnEscKeydown: props.closeOnPressEscape,
|
|
323
323
|
closeOnOverlayClick: props.closeOnClickModal,
|
|
324
|
-
attach: props.appendToBody ? "body" :
|
|
324
|
+
attach: props.appendToBody ? "body" : void 0,
|
|
325
325
|
placement: {
|
|
326
326
|
rtl: "right",
|
|
327
327
|
ltr: "left",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.13",
|
|
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.
|
|
41
|
+
"@tmagic/design": "1.5.13"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"typescript": {
|