ll-plus 2.6.23 → 2.6.24
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/components/easy-cron/index.d.ts +0 -438
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +0 -438
- package/es/components/icon-picker/index.d.ts +10 -0
- package/es/components/icon-picker/src/components/search.vue.d.ts +10 -0
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +10 -0
- package/es/components/input/index.d.ts +3 -0
- package/es/components/input/src/input.vue.d.ts +3 -0
- package/es/packages/components/easy-cron/src/easy-cron.vue2.mjs +33 -22
- package/es/packages/components/easy-cron/src/easy-cron.vue2.mjs.map +1 -1
- package/es/packages/components/icon-picker/src/components/search.vue2.mjs +12 -5
- package/es/packages/components/icon-picker/src/components/search.vue2.mjs.map +1 -1
- package/es/packages/components/input/src/input.mjs +1 -1
- package/es/packages/components/input/src/input.mjs.map +1 -1
- package/es/packages/components/input/src/input.vue2.mjs +74 -40
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/table/src/components/main-table.vue2.mjs +199 -189
- package/es/packages/components/table/src/components/main-table.vue2.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +312 -252
- package/index.full.min.js +3 -3
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +18 -18
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +313 -253
- package/lib/components/easy-cron/index.d.ts +0 -438
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +0 -438
- package/lib/components/icon-picker/index.d.ts +10 -0
- package/lib/components/icon-picker/src/components/search.vue.d.ts +10 -0
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +10 -0
- package/lib/components/input/index.d.ts +3 -0
- package/lib/components/input/src/input.vue.d.ts +3 -0
- package/lib/packages/components/easy-cron/src/easy-cron.vue2.js +31 -20
- package/lib/packages/components/easy-cron/src/easy-cron.vue2.js.map +1 -1
- package/lib/packages/components/icon-picker/src/components/search.vue2.js +11 -4
- package/lib/packages/components/icon-picker/src/components/search.vue2.js.map +1 -1
- package/lib/packages/components/input/src/input.js +1 -1
- package/lib/packages/components/input/src/input.js.map +1 -1
- package/lib/packages/components/input/src/input.vue2.js +73 -39
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/table/src/components/main-table.vue2.js +198 -188
- package/lib/packages/components/table/src/components/main-table.vue2.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/icon-picker.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/types/packages/components/easy-cron/index.d.ts +0 -438
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +0 -438
- package/types/packages/components/icon-picker/index.d.ts +10 -0
- package/types/packages/components/icon-picker/src/components/search.vue.d.ts +10 -0
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +10 -0
- package/types/packages/components/input/index.d.ts +3 -0
- package/types/packages/components/input/src/input.vue.d.ts +3 -0
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.vue2.js","sources":["../../../../../../../packages/components/icon-picker/src/components/search.vue"],"sourcesContent":["<template>\n <a-input-group compact>\n <a-input\n :value=\"props.value\"\n readonly\n v-bind=\"attrs\"\n style=\"width: calc(100% - 60px)\"\n >\n <template #suffix>\n <ll-icon :icon-name=\"'icon-' + value\" />\n </template>\n </a-input>\n\n <slot name=\"rightButton\">\n <a-button
|
|
1
|
+
{"version":3,"file":"search.vue2.js","sources":["../../../../../../../packages/components/icon-picker/src/components/search.vue"],"sourcesContent":["<template>\n <a-input-group compact :class=\"bem.b()\">\n <a-input\n :value=\"props.value\"\n readonly\n v-bind=\"attrs\"\n style=\"width: calc(100% - 60px)\"\n >\n <template #suffix>\n <ll-icon :icon-name=\"'icon-' + value\" />\n </template>\n </a-input>\n\n <slot name=\"rightButton\">\n <a-button\n type=\"primary\"\n :class=\"bem.e('btn')\"\n @click=\"handleCloseModalVisible\"\n >图标\n </a-button>\n </slot>\n </a-input-group>\n</template>\n<script lang=\"ts\" setup>\nimport { useAttrs } from 'vue'\n\nimport { iconPickerSearchProps, iconPickerSearchEmits } from '../config'\nimport { createNamespace } from '@ll-plus/utils'\n\ndefineOptions({\n name: 'LlIconPickerSearch'\n})\n\nconst props = defineProps(iconPickerSearchProps)\nconst emits = defineEmits(iconPickerSearchEmits)\n\nconst attrs = useAttrs()\nconst bem = createNamespace('icon-picker-search')\nconst handleCloseModalVisible = () => emits('handleModalVisible', true)\n</script>\n<style lang=\"less\" scoped></style>\n"],"names":["useAttrs","createNamespace"],"mappings":";;;;;;;;;;;;;;;;;;;AAiCA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,KAAQ,GAAA,MAAA,CAAA;AAEd,IAAA,MAAM,QAAQA,YAAS,EAAA,CAAA;AACvB,IAAM,MAAA,GAAA,GAAMC,gCAAgB,oBAAoB,CAAA,CAAA;AAChD,IAAA,MAAM,uBAA0B,GAAA,MAAM,KAAM,CAAA,oBAAA,EAAsB,IAAI,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","sources":["../../../../../../packages/components/input/src/input.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type { InputProps as AntInputProps } from 'ant-design-vue'\nimport type Input from './input.vue'\n\nexport const inputProps = buildProps({\n /**\n * @description input的value\n */\n value: {\n type: definePropType<AntInputProps['value']>(String)\n },\n /**\n * @description 带有前缀图标的 input\n */\n prefixIcon: {\n type: String\n },\n /**\n * @description 带有后缀图标的 input\n */\n suffixIcon: {\n type: String\n },\n /**\n * @description 是否显示密码框\n */\n showPassword: {\n type: Boolean\n },\n /**\n * @description
|
|
1
|
+
{"version":3,"file":"input.js","sources":["../../../../../../packages/components/input/src/input.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type { InputProps as AntInputProps } from 'ant-design-vue'\nimport type Input from './input.vue'\n\nexport const inputProps = buildProps({\n /**\n * @description input的value\n */\n value: {\n type: definePropType<AntInputProps['value']>(String)\n },\n /**\n * @description 带有前缀图标的 input\n */\n prefixIcon: {\n type: String\n },\n /**\n * @description 带有后缀图标的 input\n */\n suffixIcon: {\n type: String\n },\n /**\n * @description 是否显示密码框\n */\n showPassword: {\n type: Boolean\n },\n /**\n * @description 是否点击清除图标删除内容\n */\n allowClear: {\n type: Boolean,\n default: true\n }\n} as const)\n\n// props\nexport type InputProps = ExtractPropTypes<typeof inputProps> // ExtractPropTypes和defineCpmponent类似\nexport type InputValue = AntInputProps['value']\n\n// instance\nexport type InputInstance = InstanceType<typeof Input>\n"],"names":["buildProps","definePropType"],"mappings":";;;;;;AAMO,MAAM,aAAaA,kBAAW,CAAA;AAAA;AAAA;AAAA;AAAA,EAInC,KAAO,EAAA;AAAA,IACL,IAAA,EAAMC,uBAAuC,MAAM,CAAA;AAAA,GACrD;AAAA;AAAA;AAAA;AAAA,EAIA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,MAAA;AAAA,GACR;AAAA;AAAA;AAAA;AAAA,EAIA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,MAAA;AAAA,GACR;AAAA;AAAA;AAAA;AAAA,EAIA,YAAc,EAAA;AAAA,IACZ,IAAM,EAAA,OAAA;AAAA,GACR;AAAA;AAAA;AAAA;AAAA,EAIA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,IAAA;AAAA,GACX;AACF,CAAU;;;;"}
|
|
@@ -18,6 +18,14 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
18
18
|
const props = __props;
|
|
19
19
|
const innerValue = vue.ref("");
|
|
20
20
|
const inputRef = vue.ref();
|
|
21
|
+
const allowClear = vue.ref(props.allowClear);
|
|
22
|
+
const handleMouseOver = () => {
|
|
23
|
+
if (props.allowClear) {
|
|
24
|
+
allowClear.value = true;
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
const handleMouseOut = (e) => {
|
|
28
|
+
};
|
|
21
29
|
vue.watchEffect(() => {
|
|
22
30
|
if (props.value !== innerValue.value) {
|
|
23
31
|
innerValue.value = props.value;
|
|
@@ -31,48 +39,74 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
31
39
|
const focus = () => {
|
|
32
40
|
inputRef.value.focus();
|
|
33
41
|
};
|
|
42
|
+
vue.onMounted(() => {
|
|
43
|
+
if (props.allowClear) {
|
|
44
|
+
const clearIcon = inputRef.value?.$el.querySelector(".ant-input-clear-icon");
|
|
45
|
+
if (clearIcon) {
|
|
46
|
+
clearIcon.addEventListener("mouseover", (e) => {
|
|
47
|
+
e.stopPropagation();
|
|
48
|
+
allowClear.value = true;
|
|
49
|
+
});
|
|
50
|
+
clearIcon.addEventListener("mouseout", (e) => {
|
|
51
|
+
if (e.relatedTarget && inputRef.value.$el.contains(e.relatedTarget)) {
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
allowClear.value = false;
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
|
34
59
|
__expose({ focus });
|
|
35
60
|
return (_ctx, _cache) => {
|
|
36
61
|
const _component_ll_icon = vue.resolveComponent("ll-icon");
|
|
37
|
-
return vue.openBlock(), vue.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
62
|
+
return vue.openBlock(), vue.createElementBlock(
|
|
63
|
+
"div",
|
|
64
|
+
{
|
|
65
|
+
onMouseover: handleMouseOver,
|
|
66
|
+
onMouseout: handleMouseOut
|
|
67
|
+
},
|
|
68
|
+
[
|
|
69
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(componentType)), vue.mergeProps({
|
|
70
|
+
ref_key: "inputRef",
|
|
71
|
+
ref: inputRef,
|
|
72
|
+
class: vue.unref(bem).b()
|
|
73
|
+
}, computedAttrs.value, { "allow-clear": allowClear.value }), vue.createSlots({
|
|
74
|
+
_: 2
|
|
75
|
+
/* DYNAMIC */
|
|
76
|
+
}, [
|
|
77
|
+
vue.renderList(Object.keys(_ctx.$slots), (item) => {
|
|
78
|
+
return {
|
|
79
|
+
name: item,
|
|
80
|
+
fn: vue.withCtx((data) => [
|
|
81
|
+
vue.renderSlot(_ctx.$slots, item, vue.normalizeProps(vue.guardReactiveProps(data || {})))
|
|
82
|
+
])
|
|
83
|
+
};
|
|
84
|
+
}),
|
|
85
|
+
_ctx.prefixIcon ? {
|
|
86
|
+
name: "prefix",
|
|
87
|
+
fn: vue.withCtx(() => [
|
|
88
|
+
vue.createVNode(_component_ll_icon, {
|
|
89
|
+
"icon-name": _ctx.prefixIcon,
|
|
90
|
+
class: "prefix-icon"
|
|
91
|
+
}, null, 8, ["icon-name"])
|
|
92
|
+
]),
|
|
93
|
+
key: "0"
|
|
94
|
+
} : void 0,
|
|
95
|
+
_ctx.suffixIcon ? {
|
|
96
|
+
name: "suffix",
|
|
97
|
+
fn: vue.withCtx(() => [
|
|
98
|
+
vue.createVNode(_component_ll_icon, {
|
|
99
|
+
"icon-name": _ctx.suffixIcon,
|
|
100
|
+
class: "suffix-icon"
|
|
101
|
+
}, null, 8, ["icon-name"])
|
|
102
|
+
]),
|
|
103
|
+
key: "1"
|
|
104
|
+
} : void 0
|
|
105
|
+
]), 1040, ["class", "allow-clear"]))
|
|
106
|
+
],
|
|
107
|
+
32
|
|
108
|
+
/* NEED_HYDRATION */
|
|
109
|
+
);
|
|
76
110
|
};
|
|
77
111
|
}
|
|
78
112
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.vue2.js","sources":["../../../../../../packages/components/input/src/input.vue"],"sourcesContent":["<template>\n <component\n
|
|
1
|
+
{"version":3,"file":"input.vue2.js","sources":["../../../../../../packages/components/input/src/input.vue"],"sourcesContent":["<template>\n <div @mouseover=\"handleMouseOver\" @mouseout=\"handleMouseOut\">\n <component\n :is=\"componentType\"\n ref=\"inputRef\"\n :class=\"bem.b()\"\n v-bind=\"computedAttrs\"\n :allow-clear=\"allowClear\"\n >\n <template v-for=\"item in Object.keys($slots)\" :key=\"item\" #[item]=\"data\">\n <slot :name=\"item\" v-bind=\"data || {}\"></slot>\n </template>\n <template v-if=\"prefixIcon\" #prefix>\n <ll-icon :icon-name=\"prefixIcon\" class=\"prefix-icon\" />\n </template>\n <template v-if=\"suffixIcon\" #suffix>\n <ll-icon :icon-name=\"suffixIcon\" class=\"suffix-icon\" />\n </template>\n </component>\n </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { ref, computed, useAttrs, watchEffect, onMounted } from 'vue'\nimport { Input } from 'ant-design-vue'\nimport { createNamespace } from '@ll-plus/utils'\nimport { InputValue, inputProps } from './input'\n\ndefineOptions({ name: 'LlInput' })\n\nconst bem = createNamespace('input')\n\nconst props = defineProps(inputProps)\n\nconst innerValue = ref<InputValue>('')\n\nconst inputRef = ref()\n\nconst allowClear = ref(props.allowClear)\n\n// 鼠标移入事件\nconst handleMouseOver = () => {\n if (props.allowClear) {\n allowClear.value = true\n }\n}\n\n// 鼠标移出事件\nconst handleMouseOut = (e: any) => {\n // if (!props.allowClear) {\n // return\n // }\n // if (\n // e.relatedTarget &&\n // (e.relatedTarget.classList.contains('ant-input-clear-icon') ||\n // e.relatedTarget.closest('.ant-input-clear-icon'))\n // ) {\n // return\n // }\n // allowClear.value = false\n}\n\nwatchEffect(() => {\n if (props.value !== innerValue.value) {\n innerValue.value = props.value\n }\n})\n\nconst componentType = props.showPassword ? Input.Password : Input\n\nconst computedAttrs = computed(() => {\n const attrs = { ...useAttrs(), ...props }\n\n return attrs\n})\n\nconst focus = () => {\n inputRef.value.focus()\n}\n\n// 给图标阻止冒泡事件\nonMounted(() => {\n if (props.allowClear) {\n const clearIcon = inputRef.value?.$el.querySelector('.ant-input-clear-icon')\n if (clearIcon) {\n clearIcon.addEventListener('mouseover', (e: any) => {\n e.stopPropagation()\n allowClear.value = true\n })\n clearIcon.addEventListener('mouseout', (e: any) => {\n if (e.relatedTarget && inputRef.value.$el.contains(e.relatedTarget)) {\n return\n }\n allowClear.value = false\n })\n }\n }\n})\n\ndefineExpose({ focus })\n</script>\n"],"names":["createNamespace","ref","watchEffect","Input","computed","useAttrs","onMounted"],"mappings":";;;;;;;;;;;;;;;;AA8BA,IAAM,MAAA,GAAA,GAAMA,gCAAgB,OAAO,CAAA,CAAA;AAEnC,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AAEd,IAAM,MAAA,UAAA,GAAaC,QAAgB,EAAE,CAAA,CAAA;AAErC,IAAA,MAAM,WAAWA,OAAI,EAAA,CAAA;AAErB,IAAM,MAAA,UAAA,GAAaA,OAAI,CAAA,KAAA,CAAM,UAAU,CAAA,CAAA;AAGvC,IAAA,MAAM,kBAAkB,MAAM;AAC5B,MAAA,IAAI,MAAM,UAAY,EAAA;AACpB,QAAA,UAAA,CAAW,KAAQ,GAAA,IAAA,CAAA;AAAA,OACrB;AAAA,KACF,CAAA;AAGA,IAAM,MAAA,cAAA,GAAiB,CAAC,CAAW,KAAA;AAAA,KAYnC,CAAA;AAEA,IAAAC,eAAA,CAAY,MAAM;AAChB,MAAI,IAAA,KAAA,CAAM,KAAU,KAAA,UAAA,CAAW,KAAO,EAAA;AACpC,QAAA,UAAA,CAAW,QAAQ,KAAM,CAAA,KAAA,CAAA;AAAA,OAC3B;AAAA,KACD,CAAA,CAAA;AAED,IAAA,MAAM,aAAgB,GAAA,KAAA,CAAM,YAAe,GAAAC,kBAAA,CAAM,QAAW,GAAAA,kBAAA,CAAA;AAE5D,IAAM,MAAA,aAAA,GAAgBC,aAAS,MAAM;AACnC,MAAA,MAAM,QAAQ,EAAE,GAAGC,YAAS,EAAA,EAAG,GAAG,KAAM,EAAA,CAAA;AAExC,MAAO,OAAA,KAAA,CAAA;AAAA,KACR,CAAA,CAAA;AAED,IAAA,MAAM,QAAQ,MAAM;AAClB,MAAA,QAAA,CAAS,MAAM,KAAM,EAAA,CAAA;AAAA,KACvB,CAAA;AAGA,IAAAC,aAAA,CAAU,MAAM;AACd,MAAA,IAAI,MAAM,UAAY,EAAA;AACpB,QAAA,MAAM,SAAY,GAAA,QAAA,CAAS,KAAO,EAAA,GAAA,CAAI,cAAc,uBAAuB,CAAA,CAAA;AAC3E,QAAA,IAAI,SAAW,EAAA;AACb,UAAU,SAAA,CAAA,gBAAA,CAAiB,WAAa,EAAA,CAAC,CAAW,KAAA;AAClD,YAAA,CAAA,CAAE,eAAgB,EAAA,CAAA;AAClB,YAAA,UAAA,CAAW,KAAQ,GAAA,IAAA,CAAA;AAAA,WACpB,CAAA,CAAA;AACD,UAAU,SAAA,CAAA,gBAAA,CAAiB,UAAY,EAAA,CAAC,CAAW,KAAA;AACjD,YAAI,IAAA,CAAA,CAAE,iBAAiB,QAAS,CAAA,KAAA,CAAM,IAAI,QAAS,CAAA,CAAA,CAAE,aAAa,CAAG,EAAA;AACnE,cAAA,OAAA;AAAA,aACF;AACA,YAAA,UAAA,CAAW,KAAQ,GAAA,KAAA,CAAA;AAAA,WACpB,CAAA,CAAA;AAAA,SACH;AAAA,OACF;AAAA,KACD,CAAA,CAAA;AAED,IAAa,QAAA,CAAA,EAAE,OAAO,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -301,229 +301,239 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
301
301
|
onExpandedRowsChange: props.expandedRowsChange
|
|
302
302
|
}), vue.createSlots({
|
|
303
303
|
headerCell: vue.withCtx((slots) => [
|
|
304
|
-
|
|
304
|
+
vue.createElementVNode(
|
|
305
305
|
"div",
|
|
306
306
|
{
|
|
307
|
-
|
|
308
|
-
class: vue.normalizeClass(`${vue.unref(bem).e("operate")}`)
|
|
307
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("header-cell-content")}`)
|
|
309
308
|
},
|
|
310
309
|
[
|
|
311
|
-
vue.
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
vue.createVNode(_component_a_popover, {
|
|
319
|
-
trigger: "click",
|
|
320
|
-
placement: "bottomRight",
|
|
321
|
-
"overlay-inner-style": {
|
|
322
|
-
padding: "0"
|
|
323
|
-
}
|
|
324
|
-
}, {
|
|
325
|
-
content: vue.withCtx(() => [
|
|
310
|
+
slots.column.key === "operate" && _ctx.showSetting ? (vue.openBlock(), vue.createElementBlock(
|
|
311
|
+
"div",
|
|
312
|
+
{
|
|
313
|
+
key: 0,
|
|
314
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("operate")}`)
|
|
315
|
+
},
|
|
316
|
+
[
|
|
326
317
|
vue.createElementVNode(
|
|
327
|
-
"
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
318
|
+
"span",
|
|
319
|
+
null,
|
|
320
|
+
vue.toDisplayString(slots.column.title),
|
|
321
|
+
1
|
|
322
|
+
/* TEXT */
|
|
323
|
+
),
|
|
324
|
+
vue.createVNode(_component_a_popover, {
|
|
325
|
+
trigger: "click",
|
|
326
|
+
placement: "bottomRight",
|
|
327
|
+
"overlay-inner-style": {
|
|
328
|
+
padding: "0"
|
|
329
|
+
}
|
|
330
|
+
}, {
|
|
331
|
+
content: vue.withCtx(() => [
|
|
333
332
|
vue.createElementVNode(
|
|
334
333
|
"div",
|
|
335
334
|
{
|
|
336
|
-
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover
|
|
335
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover")}`)
|
|
337
336
|
},
|
|
338
337
|
[
|
|
339
|
-
vue.
|
|
340
|
-
indeterminate: isIndeterminate.value,
|
|
341
|
-
checked: isAllCheck.value,
|
|
342
|
-
onChange: handleAllColumnChange
|
|
343
|
-
}, {
|
|
344
|
-
default: vue.withCtx(() => [
|
|
345
|
-
vue.createTextVNode(" \u5217\u5C55\u793A ")
|
|
346
|
-
]),
|
|
347
|
-
_: 1
|
|
348
|
-
/* STABLE */
|
|
349
|
-
}, 8, ["indeterminate", "checked"]),
|
|
338
|
+
vue.createCommentVNode(" \u5934\u90E8 "),
|
|
350
339
|
vue.createElementVNode(
|
|
351
|
-
"
|
|
340
|
+
"div",
|
|
352
341
|
{
|
|
353
|
-
class: vue.normalizeClass(`${vue.unref(bem).e("setting-
|
|
354
|
-
onClick: handleClickResetBtn
|
|
342
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-header")}`)
|
|
355
343
|
},
|
|
356
|
-
|
|
344
|
+
[
|
|
345
|
+
vue.createVNode(_component_a_checkbox, {
|
|
346
|
+
indeterminate: isIndeterminate.value,
|
|
347
|
+
checked: isAllCheck.value,
|
|
348
|
+
onChange: handleAllColumnChange
|
|
349
|
+
}, {
|
|
350
|
+
default: vue.withCtx(() => [
|
|
351
|
+
vue.createTextVNode(" \u5217\u5C55\u793A ")
|
|
352
|
+
]),
|
|
353
|
+
_: 1
|
|
354
|
+
/* STABLE */
|
|
355
|
+
}, 8, ["indeterminate", "checked"]),
|
|
356
|
+
vue.createElementVNode(
|
|
357
|
+
"span",
|
|
358
|
+
{
|
|
359
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-reset-btn")}`),
|
|
360
|
+
onClick: handleClickResetBtn
|
|
361
|
+
},
|
|
362
|
+
" \u91CD\u7F6E ",
|
|
363
|
+
2
|
|
364
|
+
/* CLASS */
|
|
365
|
+
)
|
|
366
|
+
],
|
|
357
367
|
2
|
|
358
368
|
/* CLASS */
|
|
359
|
-
)
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
group: { name: "g1" },
|
|
376
|
-
onChange: dragChange
|
|
377
|
-
}, {
|
|
378
|
-
item: vue.withCtx(({ element }) => [
|
|
379
|
-
vue.createElementVNode(
|
|
380
|
-
"div",
|
|
381
|
-
{
|
|
382
|
-
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-menu")}`)
|
|
383
|
-
},
|
|
384
|
-
[
|
|
385
|
-
vue.createCommentVNode(" \u62D6\u62FD "),
|
|
386
|
-
vue.createElementVNode(
|
|
387
|
-
"div",
|
|
388
|
-
{
|
|
389
|
-
class: vue.normalizeClass(`flex items-center ${vue.unref(bem).e(
|
|
390
|
-
"setting-popover-menu-left"
|
|
391
|
-
)}`)
|
|
392
|
-
},
|
|
393
|
-
[
|
|
394
|
-
vue.createVNode(_component_a_button, {
|
|
395
|
-
type: "text",
|
|
396
|
-
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-menu-icon")}`),
|
|
397
|
-
style: {
|
|
398
|
-
marginright: "5px"
|
|
399
|
-
}
|
|
400
|
-
}, {
|
|
401
|
-
default: vue.withCtx(() => [
|
|
402
|
-
vue.createVNode(_component_ll_icon, {
|
|
403
|
-
"icon-name": "icon-move",
|
|
404
|
-
"class-name": "icon"
|
|
405
|
-
})
|
|
406
|
-
]),
|
|
407
|
-
_: 1
|
|
408
|
-
/* STABLE */
|
|
409
|
-
}, 8, ["class"]),
|
|
410
|
-
vue.createVNode(_component_a_checkbox, {
|
|
411
|
-
checked: element.isCheck,
|
|
412
|
-
onChange: (e) => {
|
|
413
|
-
handleColumnItemChange(
|
|
414
|
-
e.target?.checked,
|
|
415
|
-
element
|
|
416
|
-
);
|
|
417
|
-
}
|
|
418
|
-
}, {
|
|
419
|
-
default: vue.withCtx(() => [
|
|
420
|
-
vue.createTextVNode(
|
|
421
|
-
vue.toDisplayString(element.title),
|
|
422
|
-
1
|
|
423
|
-
/* TEXT */
|
|
424
|
-
)
|
|
425
|
-
]),
|
|
426
|
-
_: 2
|
|
427
|
-
/* DYNAMIC */
|
|
428
|
-
}, 1032, ["checked", "onChange"])
|
|
429
|
-
],
|
|
430
|
-
2
|
|
431
|
-
/* CLASS */
|
|
432
|
-
),
|
|
369
|
+
),
|
|
370
|
+
vue.createCommentVNode(" \u5185\u5BB9 "),
|
|
371
|
+
vue.createElementVNode(
|
|
372
|
+
"div",
|
|
373
|
+
{
|
|
374
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-content")}`)
|
|
375
|
+
},
|
|
376
|
+
[
|
|
377
|
+
vue.createElementVNode("div", null, [
|
|
378
|
+
vue.createVNode(vue.unref(draggable), {
|
|
379
|
+
list: settingColumns.value,
|
|
380
|
+
"item-key": "key",
|
|
381
|
+
group: { name: "g1" },
|
|
382
|
+
onChange: dragChange
|
|
383
|
+
}, {
|
|
384
|
+
item: vue.withCtx(({ element }) => [
|
|
433
385
|
vue.createElementVNode(
|
|
434
386
|
"div",
|
|
435
387
|
{
|
|
436
|
-
class: vue.normalizeClass(
|
|
437
|
-
"setting-popover-menu-right"
|
|
438
|
-
)}`)
|
|
388
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-menu")}`)
|
|
439
389
|
},
|
|
440
390
|
[
|
|
441
|
-
vue.createCommentVNode(" \
|
|
442
|
-
vue.
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
391
|
+
vue.createCommentVNode(" \u62D6\u62FD "),
|
|
392
|
+
vue.createElementVNode(
|
|
393
|
+
"div",
|
|
394
|
+
{
|
|
395
|
+
class: vue.normalizeClass(`flex items-center ${vue.unref(bem).e(
|
|
396
|
+
"setting-popover-menu-left"
|
|
397
|
+
)}`)
|
|
398
|
+
},
|
|
399
|
+
[
|
|
400
|
+
vue.createVNode(_component_a_button, {
|
|
401
|
+
type: "text",
|
|
402
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-menu-icon")}`),
|
|
403
|
+
style: {
|
|
404
|
+
marginright: "5px"
|
|
405
|
+
}
|
|
406
|
+
}, {
|
|
407
|
+
default: vue.withCtx(() => [
|
|
408
|
+
vue.createVNode(_component_ll_icon, {
|
|
409
|
+
"icon-name": "icon-move",
|
|
410
|
+
"class-name": "icon"
|
|
411
|
+
})
|
|
412
|
+
]),
|
|
413
|
+
_: 1
|
|
414
|
+
/* STABLE */
|
|
415
|
+
}, 8, ["class"]),
|
|
416
|
+
vue.createVNode(_component_a_checkbox, {
|
|
417
|
+
checked: element.isCheck,
|
|
418
|
+
onChange: (e) => {
|
|
419
|
+
handleColumnItemChange(
|
|
420
|
+
e.target?.checked,
|
|
421
|
+
element
|
|
422
|
+
);
|
|
423
|
+
}
|
|
424
|
+
}, {
|
|
425
|
+
default: vue.withCtx(() => [
|
|
426
|
+
vue.createTextVNode(
|
|
427
|
+
vue.toDisplayString(element.title),
|
|
428
|
+
1
|
|
429
|
+
/* TEXT */
|
|
430
|
+
)
|
|
431
|
+
]),
|
|
432
|
+
_: 2
|
|
433
|
+
/* DYNAMIC */
|
|
434
|
+
}, 1032, ["checked", "onChange"])
|
|
435
|
+
],
|
|
436
|
+
2
|
|
437
|
+
/* CLASS */
|
|
438
|
+
),
|
|
439
|
+
vue.createElementVNode(
|
|
440
|
+
"div",
|
|
441
|
+
{
|
|
442
|
+
class: vue.normalizeClass(`flex items-center ${vue.unref(bem).e(
|
|
443
|
+
"setting-popover-menu-right"
|
|
444
|
+
)}`)
|
|
445
|
+
},
|
|
446
|
+
[
|
|
447
|
+
vue.createCommentVNode(" \u5DE6\u79FB "),
|
|
448
|
+
vue.createVNode(_component_a_button, {
|
|
449
|
+
type: "text",
|
|
450
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-menu-icon")}`),
|
|
451
|
+
onClick: ($event) => handleColumnMove(element, "left")
|
|
452
|
+
}, {
|
|
453
|
+
default: vue.withCtx(() => [
|
|
454
|
+
vue.createVNode(_component_ll_icon, {
|
|
455
|
+
"icon-name": "icon-zuoyi",
|
|
456
|
+
"class-name": `icon ${element.fixed === "left" ? vue.unref(bem).e("setting-popover-menu-fixed-icon") : ""}`
|
|
457
|
+
}, null, 8, ["class-name"])
|
|
458
|
+
]),
|
|
459
|
+
_: 2
|
|
460
|
+
/* DYNAMIC */
|
|
461
|
+
}, 1032, ["class", "onClick"]),
|
|
462
|
+
vue.createVNode(_component_a_divider, { type: "vertical" }),
|
|
463
|
+
vue.createCommentVNode(" \u53F3\u79FB "),
|
|
464
|
+
vue.createVNode(_component_a_button, {
|
|
465
|
+
type: "text",
|
|
466
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-popover-menu-icon")}`),
|
|
467
|
+
onClick: ($event) => handleColumnMove(element, "right")
|
|
468
|
+
}, {
|
|
469
|
+
default: vue.withCtx(() => [
|
|
470
|
+
vue.createVNode(_component_ll_icon, {
|
|
471
|
+
"icon-name": "icon-youyi",
|
|
472
|
+
"class-name": `icon ${element.fixed === "right" ? vue.unref(bem).e("setting-popover-menu-fixed-icon") : ""}`
|
|
473
|
+
}, null, 8, ["class-name"])
|
|
474
|
+
]),
|
|
475
|
+
_: 2
|
|
476
|
+
/* DYNAMIC */
|
|
477
|
+
}, 1032, ["class", "onClick"])
|
|
478
|
+
],
|
|
479
|
+
2
|
|
480
|
+
/* CLASS */
|
|
481
|
+
)
|
|
472
482
|
],
|
|
473
483
|
2
|
|
474
484
|
/* CLASS */
|
|
475
485
|
)
|
|
476
|
-
],
|
|
477
|
-
|
|
478
|
-
/*
|
|
479
|
-
)
|
|
480
|
-
])
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
486
|
+
]),
|
|
487
|
+
_: 1
|
|
488
|
+
/* STABLE */
|
|
489
|
+
}, 8, ["list"])
|
|
490
|
+
])
|
|
491
|
+
],
|
|
492
|
+
2
|
|
493
|
+
/* CLASS */
|
|
494
|
+
)
|
|
485
495
|
],
|
|
486
496
|
2
|
|
487
497
|
/* CLASS */
|
|
488
498
|
)
|
|
489
|
-
],
|
|
490
|
-
2
|
|
491
|
-
/* CLASS */
|
|
492
|
-
)
|
|
493
|
-
]),
|
|
494
|
-
default: vue.withCtx(() => [
|
|
495
|
-
vue.createVNode(_component_a_button, {
|
|
496
|
-
type: "text",
|
|
497
|
-
class: vue.normalizeClass(`${vue.unref(bem).e("setting-icon")}`)
|
|
498
|
-
}, {
|
|
499
|
+
]),
|
|
499
500
|
default: vue.withCtx(() => [
|
|
500
|
-
vue.createVNode(
|
|
501
|
+
vue.createVNode(_component_a_button, {
|
|
502
|
+
type: "text",
|
|
503
|
+
class: vue.normalizeClass(`${vue.unref(bem).e("setting-icon")}`)
|
|
504
|
+
}, {
|
|
505
|
+
default: vue.withCtx(() => [
|
|
506
|
+
vue.createVNode(_component_ll_icon, { "icon-name": "icon-set-line" })
|
|
507
|
+
]),
|
|
508
|
+
_: 1
|
|
509
|
+
/* STABLE */
|
|
510
|
+
}, 8, ["class"])
|
|
501
511
|
]),
|
|
502
512
|
_: 1
|
|
503
513
|
/* STABLE */
|
|
504
|
-
}
|
|
505
|
-
]
|
|
506
|
-
|
|
507
|
-
/*
|
|
508
|
-
})
|
|
514
|
+
})
|
|
515
|
+
],
|
|
516
|
+
2
|
|
517
|
+
/* CLASS */
|
|
518
|
+
)) : vue.unref(lodashEs.has)(slots.column, "RC_TABLE_INTERNAL_COL_DEFINE") ? vue.renderSlot(_ctx.$slots, "expandedTitle", { key: 1 }) : (vue.openBlock(), vue.createElementBlock(
|
|
519
|
+
vue.Fragment,
|
|
520
|
+
{ key: 2 },
|
|
521
|
+
[
|
|
522
|
+
vue.createTextVNode(
|
|
523
|
+
vue.toDisplayString(slots.column.title),
|
|
524
|
+
1
|
|
525
|
+
/* TEXT */
|
|
526
|
+
)
|
|
527
|
+
],
|
|
528
|
+
64
|
|
529
|
+
/* STABLE_FRAGMENT */
|
|
530
|
+
)),
|
|
531
|
+
vue.createCommentVNode(" \u989D\u5916header\u5355\u5143\u683C\u7684\u63D2\u69FD\u5185\u5BB9 "),
|
|
532
|
+
vue.renderSlot(_ctx.$slots, "tableHeaderCell", vue.normalizeProps(vue.guardReactiveProps(slots)))
|
|
509
533
|
],
|
|
510
534
|
2
|
|
511
535
|
/* CLASS */
|
|
512
|
-
)
|
|
513
|
-
vue.Fragment,
|
|
514
|
-
{ key: 2 },
|
|
515
|
-
[
|
|
516
|
-
vue.createTextVNode(
|
|
517
|
-
vue.toDisplayString(slots.column.title),
|
|
518
|
-
1
|
|
519
|
-
/* TEXT */
|
|
520
|
-
)
|
|
521
|
-
],
|
|
522
|
-
64
|
|
523
|
-
/* STABLE_FRAGMENT */
|
|
524
|
-
)),
|
|
525
|
-
vue.createCommentVNode(" \u989D\u5916header\u5355\u5143\u683C\u7684\u63D2\u69FD\u5185\u5BB9 "),
|
|
526
|
-
vue.renderSlot(_ctx.$slots, "tableHeaderCell", vue.normalizeProps(vue.guardReactiveProps(slots)))
|
|
536
|
+
)
|
|
527
537
|
]),
|
|
528
538
|
bodyCell: vue.withCtx((slots) => [
|
|
529
539
|
vue.createCommentVNode(" \u6DFB\u52A0\u5E8F\u5217\u5217 "),
|