qidian-vue-ui 1.2.76 → 1.2.77

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,4 +1,4 @@
1
- .qd-dict-tag[data-v-db7da376] {
1
+ .qd-dict-tag[data-v-b88cab23] {
2
2
  display: inline-flex;
3
3
  align-items: center;
4
4
  flex-wrap: wrap;
@@ -1,16 +1,17 @@
1
+ import type { QdDictItem } from '../../../hooks';
1
2
  import type { QdDictTagProps } from './types';
2
3
  declare var __VLS_1: {}, __VLS_3: {
3
- item: import("../../..").QdDictItem;
4
+ item: QdDictItem;
4
5
  }, __VLS_5: {
5
- item: import("../../..").QdDictItem;
6
+ item: QdDictItem;
6
7
  }, __VLS_7: {
7
- item: import("../../..").QdDictItem;
8
+ item: QdDictItem;
8
9
  }, __VLS_13: {
9
- item: import("../../..").QdDictItem;
10
+ item: QdDictItem;
10
11
  }, __VLS_15: {
11
- item: import("../../..").QdDictItem;
12
+ item: QdDictItem;
12
13
  }, __VLS_17: {
13
- item: import("../../..").QdDictItem;
14
+ item: QdDictItem;
14
15
  }, __VLS_19: {};
15
16
  type __VLS_Slots = {} & {
16
17
  empty?: (props: typeof __VLS_1) => any;
@@ -31,7 +32,7 @@ type __VLS_Slots = {} & {
31
32
  };
32
33
  declare const __VLS_component: import("vue").DefineComponent<QdDictTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<QdDictTagProps> & Readonly<{}>, {
33
34
  emptyText: string;
34
- options: import("../../..").QdDictItem[];
35
+ options: QdDictItem[];
35
36
  separator: string;
36
37
  strict: boolean;
37
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -2,7 +2,7 @@ import './index.css'
2
2
  import _sfc_main from "./index.vue2.mjs";
3
3
  /* empty css */
4
4
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
5
- const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-db7da376"]]);
5
+ const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b88cab23"]]);
6
6
  export {
7
7
  index as default
8
8
  };
@@ -51,13 +51,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
51
  });
52
52
  });
53
53
  const empty = computed(() => reValue.value.length === 0);
54
+ function isTextItem(item) {
55
+ return (!reProps.value.theme || reProps.value.theme === "text") && !props.variant && (item.theme === "text" || !item.theme);
56
+ }
57
+ function getSeparator(item) {
58
+ if (props.separator !== void 0) return props.separator;
59
+ return isTextItem(item) ? qdDictConvStrSeparator : "";
60
+ }
54
61
  return (_ctx, _cache) => {
55
62
  return withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
56
63
  empty.value ? renderSlot(_ctx.$slots, "empty", { key: 0 }, () => [
57
64
  createElementVNode("span", null, toDisplayString(__props.emptyText), 1)
58
65
  ], true) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(matchOptions.value, (item, index) => {
59
66
  return openBlock(), createElementBlock(Fragment, null, [
60
- (!reProps.value.theme || reProps.value.theme === "text") && !__props.variant && (item.theme === "text" || !item.theme) ? (openBlock(), createElementBlock("span", {
67
+ isTextItem(item) ? (openBlock(), createElementBlock("span", {
61
68
  key: item.value,
62
69
  class: normalizeClass(item.class)
63
70
  }, [
@@ -84,8 +91,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
84
91
  ]),
85
92
  _: 2
86
93
  }, 1032, ["index", "size", "shape", "theme", "variant", "class"])),
87
- (_ctx.$slots.separator || __props.separator) && matchOptions.value.length - 1 !== index ? renderSlot(_ctx.$slots, "separator", { key: 2 }, () => [
88
- createTextVNode(toDisplayString(__props.separator), 1)
94
+ (_ctx.$slots.separator || getSeparator(item)) && matchOptions.value.length - 1 !== index ? renderSlot(_ctx.$slots, "separator", { key: 2 }, () => [
95
+ createTextVNode(toDisplayString(getSeparator(item)), 1)
89
96
  ], true) : createCommentVNode("", true)
90
97
  ], 64);
91
98
  }), 256))
@@ -1 +1 @@
1
- {"version":3,"file":"index.vue2.mjs","sources":["../../../../src/components/dict/tag/index.vue"],"sourcesContent":["<template>\n <div v-loading=\"{ loading: dictLoading, size: 'small' }\" class=\"qd-dict-tag\">\n <slot v-if=\"empty\" name=\"empty\">\n <span>{{ emptyText }}</span>\n </slot>\n\n <template v-else>\n <template v-for=\"(item, index) in matchOptions\">\n <span\n v-if=\"\n (!reProps.theme || reProps.theme === 'text') &&\n !variant &&\n (item.theme === 'text' || !item.theme)\n \"\n :key=\"item.value\"\n :class=\"item.class\"\n >\n <slot name=\"prefix\" :item=\"item\" />\n <slot :item=\"item\">{{ item.label }}</slot>\n <slot name=\"suffix\" :item=\"item\" />\n </span>\n\n <t-tag\n v-else\n :key=\"item.value + ''\"\n :index=\"index\"\n :size=\"reProps.size\"\n :shape=\"reProps.shape\"\n :theme=\"(reProps.theme || item.theme || 'default') as TdTagProps['theme']\"\n :variant=\"reProps.variant || item.variant || 'light'\"\n :class=\"item.class\"\n >\n <slot name=\"prefix\" :item=\"item\" />\n <slot :item=\"item\">{{ item.label }}</slot>\n <slot name=\"suffix\" :item=\"item\" />\n </t-tag>\n\n <template v-if=\"($slots.separator || separator) && matchOptions.length - 1 !== index\">\n <slot name=\"separator\">{{ separator }}</slot>\n </template>\n </template>\n </template>\n </div>\n</template>\n\n<script setup lang=\"ts\">\n import { isNumber } from 'lodash-es'\n import { isEmpty } from 'qidian-shared'\n import type { TdTagProps } from 'tdesign-vue-next'\n import { LoadingDirective, Tag as TTag } from 'tdesign-vue-next'\n import { computed, toRef } from 'vue'\n\n import { useDictDynamic } from '../../../hooks'\n import { qdDictConvStrSeparator, qdDictTagProps } from './props'\n import type { QdDictTagProps } from './types'\n\n defineOptions({\n name: 'QdDictTag'\n })\n\n const props = withDefaults(defineProps<QdDictTagProps>(), qdDictTagProps)\n\n const vLoading = LoadingDirective\n\n const dictType = toRef(props, 'dictType')\n\n const reProps = computed(() => {\n const { options, ...otherOptions } = props\n\n return {\n ...otherOptions,\n options: options || dictOptions.value || []\n }\n })\n\n const { options: dictOptions, loading: dictLoading } = useDictDynamic(dictType)\n\n const reValue = computed(() => {\n const { value, strict } = reProps.value\n\n if (isEmpty(value)) return []\n if (Array.isArray(value)) return value.map((item) => (strict ? item : item.toString()))\n if (isNumber(value)) {\n return strict ? [value] : [value.toString()]\n }\n return String(value).split(qdDictConvStrSeparator)\n })\n\n const matchOptions = computed(() => {\n const { options, strict } = reProps.value\n\n return options.filter((option) => {\n return reValue.value.includes(strict ? option.value : option.value.toString())\n })\n })\n\n const empty = computed(() => reValue.value.length === 0)\n</script>\n\n<style lang=\"less\" scoped>\n .qd-dict-tag {\n display: inline-flex;\n align-items: center;\n flex-wrap: wrap;\n }\n</style>\n"],"names":["_withDirectives","_openBlock","_createElementBlock","_renderSlot","_createElementVNode","_Fragment","_renderList","_normalizeClass","_createTextVNode","_toDisplayString","_createBlock","_unref","TTag","$slots"],"mappings":"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"}
1
+ {"version":3,"file":"index.vue2.mjs","sources":["../../../../src/components/dict/tag/index.vue"],"sourcesContent":["<template>\n <div v-loading=\"{ loading: dictLoading, size: 'small' }\" class=\"qd-dict-tag\">\n <slot v-if=\"empty\" name=\"empty\">\n <span>{{ emptyText }}</span>\n </slot>\n\n <template v-else>\n <template v-for=\"(item, index) in matchOptions\">\n <span v-if=\"isTextItem(item)\" :key=\"item.value\" :class=\"item.class\">\n <slot name=\"prefix\" :item=\"item\" />\n <slot :item=\"item\">{{ item.label }}</slot>\n <slot name=\"suffix\" :item=\"item\" />\n </span>\n\n <t-tag\n v-else\n :key=\"item.value + ''\"\n :index=\"index\"\n :size=\"reProps.size\"\n :shape=\"reProps.shape\"\n :theme=\"(reProps.theme || item.theme || 'default') as TdTagProps['theme']\"\n :variant=\"reProps.variant || item.variant || 'light'\"\n :class=\"item.class\"\n >\n <slot name=\"prefix\" :item=\"item\" />\n <slot :item=\"item\">{{ item.label }}</slot>\n <slot name=\"suffix\" :item=\"item\" />\n </t-tag>\n\n <template\n v-if=\"($slots.separator || getSeparator(item)) && matchOptions.length - 1 !== index\"\n >\n <slot name=\"separator\">{{ getSeparator(item) }}</slot>\n </template>\n </template>\n </template>\n </div>\n</template>\n\n<script setup lang=\"ts\">\n import { isNumber } from 'lodash-es'\n import { isEmpty } from 'qidian-shared'\n import type { TdTagProps } from 'tdesign-vue-next'\n import { LoadingDirective, Tag as TTag } from 'tdesign-vue-next'\n import { computed, toRef } from 'vue'\n\n import type { QdDictItem } from '../../../hooks'\n import { useDictDynamic } from '../../../hooks'\n import { qdDictConvStrSeparator, qdDictTagProps } from './props'\n import type { QdDictTagProps } from './types'\n\n defineOptions({\n name: 'QdDictTag'\n })\n\n const props = withDefaults(defineProps<QdDictTagProps>(), qdDictTagProps)\n\n const vLoading = LoadingDirective\n\n const dictType = toRef(props, 'dictType')\n\n const reProps = computed(() => {\n const { options, ...otherOptions } = props\n\n return {\n ...otherOptions,\n options: options || dictOptions.value || []\n }\n })\n\n const { options: dictOptions, loading: dictLoading } = useDictDynamic(dictType)\n\n const reValue = computed(() => {\n const { value, strict } = reProps.value\n\n if (isEmpty(value)) return []\n if (Array.isArray(value)) return value.map((item) => (strict ? item : item.toString()))\n if (isNumber(value)) {\n return strict ? [value] : [value.toString()]\n }\n return String(value).split(qdDictConvStrSeparator)\n })\n\n const matchOptions = computed(() => {\n const { options, strict } = reProps.value\n\n return options.filter((option) => {\n return reValue.value.includes(strict ? option.value : option.value.toString())\n })\n })\n\n const empty = computed(() => reValue.value.length === 0)\n\n function isTextItem(item: QdDictItem) {\n return (\n (!reProps.value.theme || reProps.value.theme === 'text') &&\n !props.variant &&\n (item.theme === 'text' || !item.theme)\n )\n }\n\n function getSeparator(item: QdDictItem) {\n if (props.separator !== undefined) return props.separator\n return isTextItem(item) ? qdDictConvStrSeparator : ''\n }\n</script>\n\n<style lang=\"less\" scoped>\n .qd-dict-tag {\n display: inline-flex;\n align-items: center;\n flex-wrap: wrap;\n }\n</style>\n"],"names":["_withDirectives","_openBlock","_createElementBlock","_renderSlot","_createElementVNode","_Fragment","_renderList","_normalizeClass","_createTextVNode","_toDisplayString","_createBlock","_unref","TTag","$slots"],"mappings":"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"}
@@ -2,6 +2,6 @@ export declare const qdDictConvStrSeparator = ",";
2
2
  export declare const qdDictTagProps: {
3
3
  readonly options: undefined;
4
4
  readonly strict: false;
5
- readonly separator: ",";
5
+ readonly separator: undefined;
6
6
  readonly emptyText: "";
7
7
  };
@@ -2,7 +2,7 @@ const qdDictConvStrSeparator = ",";
2
2
  const qdDictTagProps = {
3
3
  options: void 0,
4
4
  strict: false,
5
- separator: ",",
5
+ separator: void 0,
6
6
  emptyText: ""
7
7
  };
8
8
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"props.mjs","sources":["../../../../src/components/dict/tag/props.ts"],"sourcesContent":["export const qdDictConvStrSeparator = ','\n\nexport const qdDictTagProps = {\n options: undefined,\n strict: false,\n separator: ',',\n emptyText: ''\n} as const\n"],"names":[],"mappings":"AAAO,MAAM,yBAAyB;AAE/B,MAAM,iBAAiB;AAAA,EAC5B,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,WAAW;AACb;"}
1
+ {"version":3,"file":"props.mjs","sources":["../../../../src/components/dict/tag/props.ts"],"sourcesContent":["export const qdDictConvStrSeparator = ','\n\nexport const qdDictTagProps = {\n options: undefined,\n strict: false,\n separator: undefined,\n emptyText: ''\n} as const\n"],"names":[],"mappings":"AAAO,MAAM,yBAAyB;AAE/B,MAAM,iBAAiB;AAAA,EAC5B,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,WAAW;AACb;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qidian-vue-ui",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "description": "基于 TDesign 的 QiDian Vue UI 组件库",
5
5
  "author": "qidian",
6
6
  "license": "MIT",