@ctzy-web-client/plugin-component-vue 1.0.23 → 1.0.25

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.
Files changed (131) hide show
  1. package/es/advance-select/advance-operation.mjs +51 -37
  2. package/es/advance-select/advance-option.mjs +167 -97
  3. package/es/advance-select/advance-option.vue_vue_type_style_index_0_scoped_bc8f5626_lang.mjs +7 -0
  4. package/es/advance-select/advance-select.mjs +368 -310
  5. package/es/advance-select/index.mjs +5 -5
  6. package/es/application-slot/breadcrumb-item.mjs +20 -17
  7. package/es/application-slot/header-tools-item.mjs +20 -17
  8. package/es/breadcrumb-select/breadcrumb-select.mjs +134 -112
  9. package/es/contextmenu/contextmenu-item.mjs +19 -15
  10. package/es/contextmenu/contextmenu.mjs +72 -56
  11. package/es/data-form/data-form-item.mjs +48 -30
  12. package/es/data-form/data-form.mjs +213 -166
  13. package/es/data-form/form-components/bwa-date-picker.mjs +51 -39
  14. package/es/data-form/form-components/bwa-date-time-picker.mjs +56 -44
  15. package/es/data-form/form-components/bwa-input-float.mjs +48 -37
  16. package/es/data-form/form-components/bwa-input-integer.mjs +68 -50
  17. package/es/data-form/form-components/bwa-input.mjs +43 -32
  18. package/es/data-form/form-components/bwa-multi-select.mjs +40 -29
  19. package/es/data-form/form-components/bwa-rich-text-tinymce.mjs +554 -218
  20. package/es/data-form/form-components/bwa-rich-text.mjs +404 -316
  21. package/es/data-form/form-components/bwa-select.mjs +84 -70
  22. package/es/data-form/form-components/bwa-textarea.mjs +38 -27
  23. package/es/data-form/form-components/bwa-upload.mjs +172 -148
  24. package/es/data-form/form-components/bwa-user-multi-select.mjs +35 -24
  25. package/es/data-form/form-components/bwa-user-select.mjs +86 -61
  26. package/es/data-table/data-column-view.mjs +146 -115
  27. package/es/data-table/data-table-card.mjs +48 -40
  28. package/es/data-table/data-table-column.mjs +58 -45
  29. package/es/data-table/data-table.mjs +402 -316
  30. package/es/datatable-settings/datatable-settings.mjs +329 -254
  31. package/es/date-range/date-picker.mjs +130 -116
  32. package/es/date-range/date-range.mjs +215 -161
  33. package/es/drag-list/drag-item.mjs +56 -42
  34. package/es/drag-list/drag-list.mjs +60 -47
  35. package/es/dragable/dragable-item.mjs +23 -18
  36. package/es/dragable/dragable-operation.mjs +32 -24
  37. package/es/dragable/dragable.mjs +32 -23
  38. package/es/filter-panel/conditions/date-range-condition.mjs +50 -40
  39. package/es/filter-panel/conditions/department-condition/department-condition.mjs +99 -72
  40. package/es/filter-panel/conditions/department-condition/department-node.mjs +73 -59
  41. package/es/filter-panel/conditions/input-condition.mjs +90 -76
  42. package/es/filter-panel/conditions/multi-user-condition.mjs +67 -57
  43. package/es/filter-panel/conditions/multiple-menu-condition.mjs +54 -35
  44. package/es/filter-panel/conditions/single-menu-condition.mjs +65 -60
  45. package/es/filter-panel/conditions/single-user-condition.mjs +67 -57
  46. package/es/filter-panel/filter-panel-item.mjs +54 -39
  47. package/es/filter-panel/filter-panel.mjs +153 -135
  48. package/es/layout/layout.mjs +85 -78
  49. package/es/menu/menu-item.mjs +67 -52
  50. package/es/menu/menu.mjs +70 -53
  51. package/es/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.mjs +28 -0
  52. package/es/panel/panel.mjs +53 -40
  53. package/es/pct-filter-panel/pct-compents/pct-Input-condition.mjs +74 -63
  54. package/es/pct-filter-panel/pct-compents/pct-date-range-condition.mjs +76 -67
  55. package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition.mjs +406 -178
  56. package/es/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.mjs +153 -138
  57. package/es/pct-filter-panel/pct-filter-panel-item.mjs +55 -40
  58. package/es/pct-filter-panel/pct-filter-panel.mjs +247 -227
  59. package/es/progress/progress-item.mjs +81 -61
  60. package/es/progress/progress.mjs +78 -64
  61. package/es/where-filter-panel/where-filter-panel.mjs +15 -12
  62. package/lib/advance-select/advance-operation.js +50 -36
  63. package/lib/advance-select/advance-option.js +166 -96
  64. package/lib/advance-select/advance-option.vue_vue_type_style_index_0_scoped_bc8f5626_lang.js +12 -0
  65. package/lib/advance-select/advance-select.js +366 -308
  66. package/lib/application-slot/breadcrumb-item.js +19 -16
  67. package/lib/application-slot/header-tools-item.js +19 -16
  68. package/lib/breadcrumb-select/breadcrumb-select.js +133 -111
  69. package/lib/contextmenu/contextmenu-item.js +18 -14
  70. package/lib/contextmenu/contextmenu.js +71 -55
  71. package/lib/data-form/data-form-item.js +47 -29
  72. package/lib/data-form/data-form.js +212 -165
  73. package/lib/data-form/form-components/bwa-date-picker.js +50 -38
  74. package/lib/data-form/form-components/bwa-date-time-picker.js +55 -43
  75. package/lib/data-form/form-components/bwa-input-float.js +47 -36
  76. package/lib/data-form/form-components/bwa-input-integer.js +67 -49
  77. package/lib/data-form/form-components/bwa-input.js +42 -31
  78. package/lib/data-form/form-components/bwa-multi-select.js +39 -28
  79. package/lib/data-form/form-components/bwa-rich-text-tinymce.js +553 -217
  80. package/lib/data-form/form-components/bwa-rich-text.js +403 -315
  81. package/lib/data-form/form-components/bwa-select.js +83 -69
  82. package/lib/data-form/form-components/bwa-textarea.js +37 -26
  83. package/lib/data-form/form-components/bwa-upload.js +171 -147
  84. package/lib/data-form/form-components/bwa-user-multi-select.js +34 -23
  85. package/lib/data-form/form-components/bwa-user-select.js +85 -60
  86. package/lib/data-table/data-column-view.js +146 -115
  87. package/lib/data-table/data-table-card.js +48 -40
  88. package/lib/data-table/data-table-column.js +57 -44
  89. package/lib/data-table/data-table.js +401 -315
  90. package/lib/datatable-settings/datatable-settings.js +328 -253
  91. package/lib/date-range/date-picker.js +129 -115
  92. package/lib/date-range/date-range.js +214 -160
  93. package/lib/drag-list/drag-item.js +55 -41
  94. package/lib/drag-list/drag-list.js +59 -46
  95. package/lib/dragable/dragable-item.js +22 -17
  96. package/lib/dragable/dragable-operation.js +31 -23
  97. package/lib/dragable/dragable.js +31 -22
  98. package/lib/filter-panel/conditions/date-range-condition.js +49 -39
  99. package/lib/filter-panel/conditions/department-condition/department-condition.js +98 -71
  100. package/lib/filter-panel/conditions/department-condition/department-node.js +72 -58
  101. package/lib/filter-panel/conditions/input-condition.js +89 -75
  102. package/lib/filter-panel/conditions/multi-user-condition.js +66 -56
  103. package/lib/filter-panel/conditions/multiple-menu-condition.js +53 -34
  104. package/lib/filter-panel/conditions/single-menu-condition.js +64 -59
  105. package/lib/filter-panel/conditions/single-user-condition.js +66 -56
  106. package/lib/filter-panel/filter-panel-item.js +53 -38
  107. package/lib/filter-panel/filter-panel.js +152 -134
  108. package/lib/layout/layout.js +84 -77
  109. package/lib/menu/menu-item.js +66 -51
  110. package/lib/menu/menu.js +69 -52
  111. package/lib/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js +32 -0
  112. package/lib/panel/panel.js +52 -39
  113. package/lib/pct-filter-panel/pct-compents/pct-Input-condition.js +73 -62
  114. package/lib/pct-filter-panel/pct-compents/pct-date-range-condition.js +75 -66
  115. package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition.js +405 -177
  116. package/lib/pct-filter-panel/pct-compents/pct-multiple-menu-condition2.js +152 -137
  117. package/lib/pct-filter-panel/pct-filter-panel-item.js +54 -39
  118. package/lib/pct-filter-panel/pct-filter-panel.js +246 -226
  119. package/lib/progress/progress-item.js +80 -60
  120. package/lib/progress/progress.js +77 -63
  121. package/lib/where-filter-panel/where-filter-panel.js +14 -11
  122. package/package.json +2 -1
  123. package/src/advance-select/advance-option.vue +64 -13
  124. package/src/data-form/form-components/bwa-rich-text-tinymce.vue +1 -1
  125. package/src/datatable-settings/datatable-settings.vue +33 -3
  126. package/src/date-range/date-picker.vue +1 -1
  127. package/src/filter-panel/filter-panel.vue +2 -2
  128. package/src/pct-filter-panel/pct-compents/pct-Input-condition.vue +64 -64
  129. package/src/pct-filter-panel/pct-compents/pct-date-range-condition.vue +61 -61
  130. package/src/pct-filter-panel/pct-compents/pct-multiple-menu-condition.vue +302 -178
  131. package/src/pct-filter-panel/pct-filter-panel.vue +4 -4
@@ -1,41 +1,60 @@
1
- import { defineComponent, useAttrs, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
1
+ import { useAttrs, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
2
2
  import { BwaAdvanceSelect } from '../../advance-select/index.mjs';
3
3
  import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
4
4
 
5
- const __default__ = defineComponent({
6
- name: "BwaMultipleMenuCondition",
7
- __conditionTitle__: "\u591A\u9009\u5217\u8868",
8
- __conditionDefault__: () => []
9
- });
10
- const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
5
+ const _sfc_main = {
6
+ __name: 'multiple-menu-condition',
11
7
  setup(__props) {
12
- ;
13
- const attrs = useAttrs();
14
- return (_ctx, _cache) => {
15
- return openBlock(), createBlock(unref(BwaAdvanceSelect), mergeProps(unref(attrs), { multiple: true }), {
16
- operation: withCtx(() => [
17
- renderSlot(_ctx.$slots, "operation")
18
- ]),
19
- empy: withCtx(() => [
20
- renderSlot(_ctx.$slots, "empy")
21
- ]),
22
- label: withCtx(({ selectedValue, column }) => [
23
- renderSlot(_ctx.$slots, "label", {
24
- selectedValue,
25
- column
26
- })
27
- ]),
28
- value: withCtx(() => [
29
- renderSlot(_ctx.$slots, "value")
30
- ]),
31
- default: withCtx(() => [
32
- renderSlot(_ctx.$slots, "default")
33
- ]),
34
- _: 3
35
- }, 16);
36
- };
37
- }
38
- });
39
- var MultipleMenuCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "multiple-menu-condition.vue"]]);
8
+
9
+ defineOptions({
10
+ name: 'BwaMultipleMenuCondition',
11
+ __conditionTitle__: '多选列表',
12
+ __conditionDefault__: () => [],
13
+ });
14
+
15
+ const attrs = useAttrs();
16
+
17
+ // const props = defineProps({
18
+ // modelValue: {
19
+ // type: null,
20
+ // },
21
+ // });
22
+
23
+ // const emit = defineEmits(['update:modelValue']);
24
+
25
+ // const value = computed({
26
+ // get: () => props.modelValue,
27
+ // set: (v) => {
28
+ // emit('update:modelValue', v);
29
+ // },
30
+ // });
31
+
32
+ return (_ctx, _cache) => {
33
+ return (openBlock(), createBlock(unref(BwaAdvanceSelect), mergeProps(unref(attrs), { multiple: true }), {
34
+ operation: withCtx(() => [
35
+ renderSlot(_ctx.$slots, "operation")
36
+ ]),
37
+ empy: withCtx(() => [
38
+ renderSlot(_ctx.$slots, "empy")
39
+ ]),
40
+ label: withCtx(({ selectedValue, column }) => [
41
+ renderSlot(_ctx.$slots, "label", {
42
+ selectedValue: selectedValue,
43
+ column: column
44
+ })
45
+ ]),
46
+ value: withCtx(() => [
47
+ renderSlot(_ctx.$slots, "value")
48
+ ]),
49
+ default: withCtx(() => [
50
+ renderSlot(_ctx.$slots, "default")
51
+ ]),
52
+ _: 3 /* FORWARDED */
53
+ }, 16 /* FULL_PROPS */))
54
+ }
55
+ }
56
+
57
+ };
58
+ var MultipleMenuCondition = /*#__PURE__*/_export_sfc(_sfc_main, [['__file',"multiple-menu-condition.vue"]]);
40
59
 
41
60
  export { MultipleMenuCondition as default };
@@ -1,68 +1,73 @@
1
- import { defineComponent, computed, useAttrs, openBlock, createBlock, unref, mergeProps, isRef, withCtx, createCommentVNode, renderSlot } from 'vue';
1
+ import { computed, useAttrs, openBlock, createBlock, unref, mergeProps, isRef, withCtx, createCommentVNode, renderSlot } from 'vue';
2
2
  import { useNamespace } from '@ctzy-web-client/web-base-client-vue';
3
3
  import { BwaAdvanceSelect } from '../../advance-select/index.mjs';
4
4
  import 'element-plus';
5
5
  import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
6
6
 
7
- const __default__ = defineComponent({
8
- name: "BwaSingleMenuCondition",
9
- __conditionTitle__: "\u5355\u9009\u5217\u8868",
10
- __conditionDefault__: ""
11
- });
12
- const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
13
- props: {
14
- modelValue: null
15
- },
16
- emits: ["update:modelValue"],
7
+ const _sfc_main = {
8
+ __name: 'single-menu-condition',
9
+ props: {
10
+ modelValue: null,
11
+ },
12
+ emits: ['update:modelValue'],
17
13
  setup(__props, { emit }) {
18
- const props = __props;
19
- const value = computed({
20
- get: () => props.modelValue,
21
- set: (v) => emit("update:modelValue", v)
22
- });
23
- const ns = useNamespace("single-menu");
24
- const attrs = useAttrs();
25
- const handleClear = () => {
26
- value.value = "";
27
- };
28
- return (_ctx, _cache) => {
29
- return openBlock(), createBlock(unref(BwaAdvanceSelect), mergeProps(unref(attrs), {
30
- modelValue: unref(value),
31
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(value) ? value.value = $event : null),
32
- multiple: false
33
- }), {
34
- operation: withCtx(() => [
35
- createCommentVNode(` <BwaAdvanceOperation class="is-border">\r
36
- <ElButton\r
37
- :class="ns.e('clear')"\r
38
- style="width: 100%"\r
39
- @click="handleClear"\r
40
- >\r
41
- \u6E05\u9664\u5DF2\u9009\u62E9\u9879\r
42
- </ElButton>\r
43
- </BwaAdvanceOperation> `),
44
- renderSlot(_ctx.$slots, "operation")
45
- ]),
46
- empy: withCtx(() => [
47
- renderSlot(_ctx.$slots, "empy")
48
- ]),
49
- label: withCtx(({ selectedValue, column }) => [
50
- renderSlot(_ctx.$slots, "label", {
51
- selectedValue,
52
- column
53
- })
54
- ]),
55
- value: withCtx(({ selected }) => [
56
- renderSlot(_ctx.$slots, "value", { selected })
57
- ]),
58
- default: withCtx(() => [
59
- renderSlot(_ctx.$slots, "default")
60
- ]),
61
- _: 3
62
- }, 16, ["modelValue"]);
63
- };
64
- }
65
- });
66
- var SingleMenuCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "single-menu-condition.vue"]]);
14
+
15
+ const props = __props;
16
+
17
+ defineOptions({
18
+ name: 'BwaSingleMenuCondition',
19
+ __conditionTitle__: '单选列表',
20
+ __conditionDefault__: '',
21
+ });
22
+
23
+
24
+
25
+
26
+
27
+ const value = computed({
28
+ get: () => props.modelValue,
29
+ set: (v) => emit('update:modelValue', v),
30
+ });
31
+
32
+ const ns = useNamespace('single-menu');
33
+
34
+ const attrs = useAttrs();
35
+
36
+ const handleClear = () => {
37
+ value.value = '';
38
+ };
39
+
40
+ return (_ctx, _cache) => {
41
+ return (openBlock(), createBlock(unref(BwaAdvanceSelect), mergeProps(unref(attrs), {
42
+ modelValue: unref(value),
43
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (isRef(value) ? (value).value = $event : null)),
44
+ multiple: false
45
+ }), {
46
+ operation: withCtx(() => [
47
+ createCommentVNode(" <BwaAdvanceOperation class=\"is-border\">\r\n <ElButton\r\n :class=\"ns.e('clear')\"\r\n style=\"width: 100%\"\r\n @click=\"handleClear\"\r\n >\r\n 清除已选择项\r\n </ElButton>\r\n </BwaAdvanceOperation> "),
48
+ renderSlot(_ctx.$slots, "operation")
49
+ ]),
50
+ empy: withCtx(() => [
51
+ renderSlot(_ctx.$slots, "empy")
52
+ ]),
53
+ label: withCtx(({ selectedValue, column }) => [
54
+ renderSlot(_ctx.$slots, "label", {
55
+ selectedValue: selectedValue,
56
+ column: column
57
+ })
58
+ ]),
59
+ value: withCtx(({selected}) => [
60
+ renderSlot(_ctx.$slots, "value", { selected: selected })
61
+ ]),
62
+ default: withCtx(() => [
63
+ renderSlot(_ctx.$slots, "default")
64
+ ]),
65
+ _: 3 /* FORWARDED */
66
+ }, 16 /* FULL_PROPS */, ["modelValue"]))
67
+ }
68
+ }
69
+
70
+ };
71
+ var SingleMenuCondition = /*#__PURE__*/_export_sfc(_sfc_main, [['__file',"single-menu-condition.vue"]]);
67
72
 
68
73
  export { SingleMenuCondition as default };
@@ -1,64 +1,74 @@
1
- import { defineComponent, useAttrs, ref, unref, onMounted, openBlock, createBlock, mergeProps, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
1
+ import { useAttrs, ref, unref, onMounted, openBlock, createBlock, mergeProps, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
2
2
  import { useService } from '@ctzy-web-client/web-base-client-vue';
3
3
  import { BwaAdvanceSelect, BwaAdvanceOption } from '../../advance-select/index.mjs';
4
4
  import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
5
5
 
6
- const __default__ = defineComponent({
7
- name: "BwaSingleUserCondition",
8
- __conditionTitle__: "\u5355\u9009\u7528\u6237",
9
- __conditionDefault__: () => []
10
- });
11
- const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
6
+ const _sfc_main = {
7
+ __name: 'single-user-condition',
12
8
  setup(__props) {
13
- ;
14
- const attrs = useAttrs();
15
- const userService = useService("UserService");
16
- const userList = ref([]);
17
- const loadUserList = async (name = "") => {
18
- if (!unref(userService)) {
19
- return;
20
- }
21
- const userListResult = await unref(userService).getUserList({ name });
22
- if (userListResult.code != 0) {
23
- return;
24
- }
25
- userList.value = userListResult.data || [];
26
- };
27
- onMounted(loadUserList);
28
- return (_ctx, _cache) => {
29
- return openBlock(), createBlock(unref(BwaAdvanceSelect), mergeProps(unref(attrs), {
30
- multiple: false,
31
- onSearch: loadUserList
32
- }), {
33
- operation: withCtx(() => [
34
- renderSlot(_ctx.$slots, "operation")
35
- ]),
36
- empy: withCtx(() => [
37
- renderSlot(_ctx.$slots, "empy")
38
- ]),
39
- label: withCtx(({ selectedValue, column }) => [
40
- renderSlot(_ctx.$slots, "label", {
41
- selectedValue,
42
- column
43
- })
44
- ]),
45
- value: withCtx(() => [
46
- renderSlot(_ctx.$slots, "value")
47
- ]),
48
- default: withCtx(() => [
49
- (openBlock(true), createElementBlock(Fragment, null, renderList(userList.value, (item) => {
50
- return openBlock(), createBlock(unref(BwaAdvanceOption), {
51
- key: item.value,
52
- value: item.value,
53
- label: item.label
54
- }, null, 8, ["value", "label"]);
55
- }), 128))
56
- ]),
57
- _: 3
58
- }, 16);
59
- };
60
- }
61
- });
62
- var SingleUserCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "single-user-condition.vue"]]);
9
+
10
+ defineOptions({
11
+ name: 'BwaSingleUserCondition',
12
+ __conditionTitle__: '单选用户',
13
+ __conditionDefault__: () => [],
14
+ });
15
+
16
+ const attrs = useAttrs();
17
+ const userService = useService('UserService');
18
+
19
+ const userList = ref([]);
20
+
21
+ const loadUserList = async (name = '') => {
22
+ if (!unref(userService)) {
23
+ return;
24
+ }
25
+
26
+ const userListResult = await unref(userService).getUserList({ name });
27
+
28
+ if (userListResult.code != 0) {
29
+ return;
30
+ }
31
+
32
+ userList.value = userListResult.data || [];
33
+ };
34
+
35
+ onMounted(loadUserList);
36
+
37
+ return (_ctx, _cache) => {
38
+ return (openBlock(), createBlock(unref(BwaAdvanceSelect), mergeProps(unref(attrs), {
39
+ multiple: false,
40
+ onSearch: loadUserList
41
+ }), {
42
+ operation: withCtx(() => [
43
+ renderSlot(_ctx.$slots, "operation")
44
+ ]),
45
+ empy: withCtx(() => [
46
+ renderSlot(_ctx.$slots, "empy")
47
+ ]),
48
+ label: withCtx(({ selectedValue, column }) => [
49
+ renderSlot(_ctx.$slots, "label", {
50
+ selectedValue: selectedValue,
51
+ column: column
52
+ })
53
+ ]),
54
+ value: withCtx(() => [
55
+ renderSlot(_ctx.$slots, "value")
56
+ ]),
57
+ default: withCtx(() => [
58
+ (openBlock(true), createElementBlock(Fragment, null, renderList(userList.value, (item) => {
59
+ return (openBlock(), createBlock(unref(BwaAdvanceOption), {
60
+ key: item.value,
61
+ value: item.value,
62
+ label: item.label
63
+ }, null, 8 /* PROPS */, ["value", "label"]))
64
+ }), 128 /* KEYED_FRAGMENT */))
65
+ ]),
66
+ _: 3 /* FORWARDED */
67
+ }, 16 /* FULL_PROPS */))
68
+ }
69
+ }
70
+
71
+ };
72
+ var SingleUserCondition = /*#__PURE__*/_export_sfc(_sfc_main, [['__file',"single-user-condition.vue"]]);
63
73
 
64
74
  export { SingleUserCondition as default };
@@ -1,47 +1,62 @@
1
- import { defineComponent, reactive, provide, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode } from 'vue';
1
+ import { reactive, provide, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createCommentVNode } from 'vue';
2
2
  import { useNamespace, filterPanelItemKey } from '@ctzy-web-client/web-base-client-vue';
3
3
  import { useFilterPanelItem } from './use-filter-panel-item.mjs';
4
4
  import _export_sfc from '../_virtual/_plugin-vue_export-helper.mjs';
5
5
 
6
- const __default__ = defineComponent({
7
- name: "BwaFilterPanelItem"
8
- });
9
- const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
10
- props: {
11
- prop: {
12
- type: String
13
- },
14
- close: {
15
- type: Boolean,
16
- default: false
17
- }
18
- },
19
- emits: ["close"],
6
+ const _sfc_main = {
7
+ __name: 'filter-panel-item',
8
+ props: {
9
+ prop: {
10
+ type: String,
11
+ },
12
+ close: {
13
+ type: Boolean,
14
+ default: false,
15
+ },
16
+ },
17
+ emits: ['close'],
20
18
  setup(__props, { emit }) {
21
- const props = __props;
22
- const ns = useNamespace("filterpanel");
23
- const { value, column, allowClose, closeHandle } = useFilterPanelItem(props);
24
- const data = reactive({ value });
25
- provide(
26
- filterPanelItemKey,
27
- reactive({
28
- column
29
- })
30
- );
31
- return (_ctx, _cache) => {
32
- return openBlock(), createElementBlock("div", {
33
- class: normalizeClass(unref(ns).b("item"))
34
- }, [
35
- renderSlot(_ctx.$slots, "default", { data }),
36
- unref(allowClose) ? (openBlock(), createElementBlock("i", {
19
+
20
+ const props = __props;
21
+
22
+ defineOptions({
23
+ name: 'BwaFilterPanelItem',
24
+ });
25
+
26
+
27
+
28
+
29
+
30
+ const ns = useNamespace('filterpanel');
31
+
32
+ const { value, column, allowClose, closeHandle } = useFilterPanelItem(props);
33
+
34
+ const data = reactive({ value });
35
+
36
+ provide(
37
+ filterPanelItemKey,
38
+ reactive({
39
+ column,
40
+ })
41
+ );
42
+
43
+ return (_ctx, _cache) => {
44
+ return (openBlock(), createElementBlock("div", {
45
+ class: normalizeClass(unref(ns).b('item'))
46
+ }, [
47
+ renderSlot(_ctx.$slots, "default", { data: data }),
48
+ (unref(allowClose))
49
+ ? (openBlock(), createElementBlock("i", {
37
50
  key: 0,
38
- class: normalizeClass(["ptp-icon", "ptp-close", unref(ns).be("item", "close")]),
39
- onClick: _cache[0] || (_cache[0] = (...args) => unref(closeHandle) && unref(closeHandle)(...args))
40
- }, null, 2)) : createCommentVNode("v-if", true)
41
- ], 2);
42
- };
43
- }
44
- });
45
- var FilterPanelItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "filter-panel-item.vue"]]);
51
+ class: normalizeClass(['ptp-icon', 'ptp-close', unref(ns).be('item', 'close')]),
52
+ onClick: _cache[0] || (_cache[0] = (...args) => (unref(closeHandle) && unref(closeHandle)(...args)))
53
+ }, null, 2 /* CLASS */))
54
+ : createCommentVNode("v-if", true)
55
+ ], 2 /* CLASS */))
56
+ }
57
+ }
58
+
59
+ };
60
+ var FilterPanelItem = /*#__PURE__*/_export_sfc(_sfc_main, [['__file',"filter-panel-item.vue"]]);
46
61
 
47
62
  export { FilterPanelItem as default };