3h1-ui 1.2.4 → 1.2.5
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.
package/es/index.js
CHANGED
|
@@ -13182,7 +13182,8 @@ const _sfc_main$c = defineComponent({
|
|
|
13182
13182
|
Divider,
|
|
13183
13183
|
Dropdown: _sfc_main$d,
|
|
13184
13184
|
MoreOutlined: MoreOutlined$1,
|
|
13185
|
-
Tooltip
|
|
13185
|
+
Tooltip,
|
|
13186
|
+
Button
|
|
13186
13187
|
},
|
|
13187
13188
|
props: {
|
|
13188
13189
|
actions: {
|
|
@@ -13296,7 +13297,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13296
13297
|
const _component_Tooltip = resolveComponent("Tooltip");
|
|
13297
13298
|
const _component_Divider = resolveComponent("Divider");
|
|
13298
13299
|
const _component_MoreOutlined = resolveComponent("MoreOutlined");
|
|
13299
|
-
const
|
|
13300
|
+
const _component_Button = resolveComponent("Button");
|
|
13300
13301
|
const _component_Dropdown = resolveComponent("Dropdown");
|
|
13301
13302
|
return openBlock(), createElementBlock("div", {
|
|
13302
13303
|
class: normalizeClass([_ctx.prefixCls, _ctx.getAlign]),
|
|
@@ -13351,7 +13352,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13351
13352
|
}, {
|
|
13352
13353
|
default: withCtx(() => [
|
|
13353
13354
|
renderSlot(_ctx.$slots, "more"),
|
|
13354
|
-
!_ctx.$slots.more ? (openBlock(), createBlock(
|
|
13355
|
+
!_ctx.$slots.more ? (openBlock(), createBlock(_component_Button, {
|
|
13355
13356
|
key: 0,
|
|
13356
13357
|
type: "link",
|
|
13357
13358
|
size: "small"
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
2
|
+
export default _sfc_main;
|
package/lib/index.js
CHANGED
|
@@ -13187,7 +13187,8 @@ const _sfc_main$c = vue.defineComponent({
|
|
|
13187
13187
|
Divider: antDesignVue.Divider,
|
|
13188
13188
|
Dropdown: _sfc_main$d,
|
|
13189
13189
|
MoreOutlined: MoreOutlined$1,
|
|
13190
|
-
Tooltip: antDesignVue.Tooltip
|
|
13190
|
+
Tooltip: antDesignVue.Tooltip,
|
|
13191
|
+
Button: antDesignVue.Button
|
|
13191
13192
|
},
|
|
13192
13193
|
props: {
|
|
13193
13194
|
actions: {
|
|
@@ -13301,7 +13302,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13301
13302
|
const _component_Tooltip = vue.resolveComponent("Tooltip");
|
|
13302
13303
|
const _component_Divider = vue.resolveComponent("Divider");
|
|
13303
13304
|
const _component_MoreOutlined = vue.resolveComponent("MoreOutlined");
|
|
13304
|
-
const
|
|
13305
|
+
const _component_Button = vue.resolveComponent("Button");
|
|
13305
13306
|
const _component_Dropdown = vue.resolveComponent("Dropdown");
|
|
13306
13307
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
13307
13308
|
class: vue.normalizeClass([_ctx.prefixCls, _ctx.getAlign]),
|
|
@@ -13356,7 +13357,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13356
13357
|
}, {
|
|
13357
13358
|
default: vue.withCtx(() => [
|
|
13358
13359
|
vue.renderSlot(_ctx.$slots, "more"),
|
|
13359
|
-
!_ctx.$slots.more ? (vue.openBlock(), vue.createBlock(
|
|
13360
|
+
!_ctx.$slots.more ? (vue.openBlock(), vue.createBlock(_component_Button, {
|
|
13360
13361
|
key: 0,
|
|
13361
13362
|
type: "link",
|
|
13362
13363
|
size: "small"
|