qidian-vue-ui 1.1.22 → 1.1.23
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/dist/_virtual/_commonjsHelpers.mjs +7 -0
- package/dist/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.mjs +11 -0
- package/dist/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
- package/dist/_virtual/dayjs.min.mjs +8 -0
- package/dist/_virtual/dayjs.min.mjs.map +1 -0
- package/dist/_virtual/dayjs.min2.mjs +5 -0
- package/dist/_virtual/dayjs.min2.mjs.map +1 -0
- package/dist/components/auto-tooltip/index.d.ts +2 -0
- package/dist/components/auto-tooltip/index.vue.d.ts +25 -0
- package/dist/components/auto-tooltip/index.vue.mjs +8 -0
- package/dist/components/auto-tooltip/index.vue.mjs.map +1 -0
- package/dist/components/auto-tooltip/index.vue2.mjs +81 -0
- package/dist/components/auto-tooltip/index.vue2.mjs.map +1 -0
- package/dist/components/auto-tooltip/types.d.ts +9 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/avatar/index.vue.d.ts +17 -0
- package/dist/components/avatar/index.vue.mjs +8 -0
- package/dist/components/avatar/index.vue.mjs.map +1 -0
- package/dist/components/avatar/index.vue2.mjs +119 -0
- package/dist/components/avatar/index.vue2.mjs.map +1 -0
- package/dist/components/avatar/props.d.ts +8 -0
- package/dist/components/avatar/props.mjs +15 -0
- package/dist/components/avatar/props.mjs.map +1 -0
- package/dist/components/avatar/types.d.ts +9 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.vue.d.ts +15 -0
- package/dist/components/card/index.vue.mjs +8 -0
- package/dist/components/card/index.vue.mjs.map +1 -0
- package/dist/components/card/index.vue2.mjs +89 -0
- package/dist/components/card/index.vue2.mjs.map +1 -0
- package/dist/components/card/props.d.ts +3 -0
- package/dist/components/card/props.mjs +7 -0
- package/dist/components/card/props.mjs.map +1 -0
- package/dist/components/card/types.d.ts +4 -0
- package/dist/components/config-provider/config.d.ts +8 -0
- package/dist/components/config-provider/config.mjs +15 -0
- package/dist/components/config-provider/config.mjs.map +1 -0
- package/dist/components/config-provider/index.d.ts +217 -0
- package/dist/components/config-provider/index.mjs +98 -0
- package/dist/components/config-provider/index.mjs.map +1 -0
- package/dist/components/config-provider/types.d.ts +82 -0
- package/dist/components/config-provider/useConfig.d.ts +241 -0
- package/dist/components/config-provider/useConfig.mjs +26 -0
- package/dist/components/config-provider/useConfig.mjs.map +1 -0
- package/dist/components/config-renderer/compute.d.ts +8 -0
- package/dist/components/config-renderer/compute.mjs +68 -0
- package/dist/components/config-renderer/compute.mjs.map +1 -0
- package/dist/components/config-renderer/index.d.ts +4 -0
- package/dist/components/config-renderer/index.vue.d.ts +7 -0
- package/dist/components/config-renderer/index.vue.mjs +126 -0
- package/dist/components/config-renderer/index.vue.mjs.map +1 -0
- package/dist/components/config-renderer/index.vue2.mjs +5 -0
- package/dist/components/config-renderer/index.vue2.mjs.map +1 -0
- package/dist/components/config-renderer/types.d.ts +39 -0
- package/dist/components/config-renderer/utils.d.ts +15 -0
- package/dist/components/config-renderer/utils.mjs +49 -0
- package/dist/components/config-renderer/utils.mjs.map +1 -0
- package/dist/components/crud/define.d.ts +5 -0
- package/dist/components/crud/define.mjs +11 -0
- package/dist/components/crud/define.mjs.map +1 -0
- package/dist/components/crud/index.d.ts +5 -0
- package/dist/components/crud/list.vue.d.ts +29 -0
- package/dist/components/crud/list.vue.mjs +8 -0
- package/dist/components/crud/list.vue.mjs.map +1 -0
- package/dist/components/crud/list.vue2.mjs +199 -0
- package/dist/components/crud/list.vue2.mjs.map +1 -0
- package/dist/components/crud/props.d.ts +70 -0
- package/dist/components/crud/props.mjs +37 -0
- package/dist/components/crud/props.mjs.map +1 -0
- package/dist/components/crud/search.vue.d.ts +44 -0
- package/dist/components/crud/search.vue.mjs +8 -0
- package/dist/components/crud/search.vue.mjs.map +1 -0
- package/dist/components/crud/search.vue2.mjs +98 -0
- package/dist/components/crud/search.vue2.mjs.map +1 -0
- package/dist/components/crud/table.vue.d.ts +35 -0
- package/dist/components/crud/table.vue.mjs +8 -0
- package/dist/components/crud/table.vue.mjs.map +1 -0
- package/dist/components/crud/table.vue2.mjs +1041 -0
- package/dist/components/crud/table.vue2.mjs.map +1 -0
- package/dist/components/crud/types.d.ts +70 -0
- package/dist/components/dialog/form.vue.d.ts +22 -0
- package/dist/components/dialog/form.vue.mjs +175 -0
- package/dist/components/dialog/form.vue.mjs.map +1 -0
- package/dist/components/dialog/form.vue2.mjs +5 -0
- package/dist/components/dialog/form.vue2.mjs.map +1 -0
- package/dist/components/dialog/index.d.ts +3 -0
- package/dist/components/dialog/index.vue.d.ts +35 -0
- package/dist/components/dialog/index.vue.mjs +111 -0
- package/dist/components/dialog/index.vue.mjs.map +1 -0
- package/dist/components/dialog/index.vue3.mjs +6 -0
- package/dist/components/dialog/index.vue3.mjs.map +1 -0
- package/dist/components/dialog/props.d.ts +58 -0
- package/dist/components/dialog/props.mjs +26 -0
- package/dist/components/dialog/props.mjs.map +1 -0
- package/dist/components/dialog/types.d.ts +18 -0
- package/dist/components/dict/checkbox-group.vue.d.ts +15 -0
- package/dist/components/dict/checkbox-group.vue.mjs +8 -0
- package/dist/components/dict/checkbox-group.vue.mjs.map +1 -0
- package/dist/components/dict/checkbox-group.vue2.mjs +78 -0
- package/dist/components/dict/checkbox-group.vue2.mjs.map +1 -0
- package/dist/components/dict/index.d.ts +5 -0
- package/dist/components/dict/props.d.ts +32 -0
- package/dist/components/dict/props.mjs +40 -0
- package/dist/components/dict/props.mjs.map +1 -0
- package/dist/components/dict/radio-group.vue.d.ts +13 -0
- package/dist/components/dict/radio-group.vue.mjs +8 -0
- package/dist/components/dict/radio-group.vue.mjs.map +1 -0
- package/dist/components/dict/radio-group.vue2.mjs +60 -0
- package/dist/components/dict/radio-group.vue2.mjs.map +1 -0
- package/dist/components/dict/select.vue.d.ts +31 -0
- package/dist/components/dict/select.vue.mjs +166 -0
- package/dist/components/dict/select.vue.mjs.map +1 -0
- package/dist/components/dict/select.vue2.mjs +5 -0
- package/dist/components/dict/select.vue2.mjs.map +1 -0
- package/dist/components/dict/tag.vue.d.ts +40 -0
- package/dist/components/dict/tag.vue.mjs +8 -0
- package/dist/components/dict/tag.vue.mjs.map +1 -0
- package/dist/components/dict/tag.vue2.mjs +98 -0
- package/dist/components/dict/tag.vue2.mjs.map +1 -0
- package/dist/components/dict/types.d.ts +22 -0
- package/dist/components/form/config.d.ts +3 -0
- package/dist/components/form/config.mjs +5 -0
- package/dist/components/form/config.mjs.map +1 -0
- package/dist/components/form/index.d.ts +5 -0
- package/dist/components/form/index.vue.d.ts +30 -0
- package/dist/components/form/index.vue.mjs +187 -0
- package/dist/components/form/index.vue.mjs.map +1 -0
- package/dist/components/form/index.vue2.mjs +5 -0
- package/dist/components/form/index.vue2.mjs.map +1 -0
- package/dist/components/form/item.vue.d.ts +23 -0
- package/dist/components/form/item.vue.mjs +8 -0
- package/dist/components/form/item.vue.mjs.map +1 -0
- package/dist/components/form/item.vue2.mjs +106 -0
- package/dist/components/form/item.vue2.mjs.map +1 -0
- package/dist/components/form/props.d.ts +45 -0
- package/dist/components/form/props.mjs +43 -0
- package/dist/components/form/props.mjs.map +1 -0
- package/dist/components/form/types.d.ts +26 -0
- package/dist/components/grid/config.d.ts +15 -0
- package/dist/components/grid/config.mjs +27 -0
- package/dist/components/grid/config.mjs.map +1 -0
- package/dist/components/grid/index.d.ts +4 -0
- package/dist/components/grid/index.vue.d.ts +19 -0
- package/dist/components/grid/index.vue.mjs +8 -0
- package/dist/components/grid/index.vue.mjs.map +1 -0
- package/dist/components/grid/index.vue2.mjs +58 -0
- package/dist/components/grid/index.vue2.mjs.map +1 -0
- package/dist/components/grid/item.vue.d.ts +18 -0
- package/dist/components/grid/item.vue.mjs +8 -0
- package/dist/components/grid/item.vue.mjs.map +1 -0
- package/dist/components/grid/item.vue2.mjs +73 -0
- package/dist/components/grid/item.vue2.mjs.map +1 -0
- package/dist/components/grid/types.d.ts +12 -0
- package/dist/components/image/index.d.ts +2 -0
- package/dist/components/image/index.vue.d.ts +14 -0
- package/dist/components/image/index.vue.mjs +117 -0
- package/dist/components/image/index.vue.mjs.map +1 -0
- package/dist/components/image/index.vue2.mjs +5 -0
- package/dist/components/image/index.vue2.mjs.map +1 -0
- package/dist/components/image/props.d.ts +6 -0
- package/dist/components/image/props.mjs +12 -0
- package/dist/components/image/props.mjs.map +1 -0
- package/dist/components/image/types.d.ts +6 -0
- package/dist/components/index.d.ts +15 -0
- package/dist/components/office/index.d.ts +1 -0
- package/dist/components/office/pdf/config.d.ts +6 -0
- package/dist/components/office/pdf/config.mjs +9 -0
- package/dist/components/office/pdf/config.mjs.map +1 -0
- package/dist/components/office/pdf/hooks/useZoom.d.ts +21 -0
- package/dist/components/office/pdf/hooks/useZoom.mjs +200 -0
- package/dist/components/office/pdf/hooks/useZoom.mjs.map +1 -0
- package/dist/components/office/pdf/index.d.ts +2 -0
- package/dist/components/office/pdf/index.vue.d.ts +11 -0
- package/dist/components/office/pdf/index.vue.mjs +8 -0
- package/dist/components/office/pdf/index.vue.mjs.map +1 -0
- package/dist/components/office/pdf/index.vue2.mjs +322 -0
- package/dist/components/office/pdf/index.vue2.mjs.map +1 -0
- package/dist/components/office/pdf/types.d.ts +17 -0
- package/dist/components/org/index.d.ts +2 -0
- package/dist/components/org/select/index.vue.d.ts +28 -0
- package/dist/components/org/select/index.vue.mjs +273 -0
- package/dist/components/org/select/index.vue.mjs.map +1 -0
- package/dist/components/org/select/index.vue3.mjs +6 -0
- package/dist/components/org/select/index.vue3.mjs.map +1 -0
- package/dist/components/org/select/props.d.ts +22 -0
- package/dist/components/org/select/props.mjs +19 -0
- package/dist/components/org/select/props.mjs.map +1 -0
- package/dist/components/org/select/types.d.ts +22 -0
- package/dist/components/service/index.d.ts +4 -0
- package/dist/components/service/list.vue.d.ts +26 -0
- package/dist/components/service/list.vue.mjs +8 -0
- package/dist/components/service/list.vue.mjs.map +1 -0
- package/dist/components/service/list.vue2.mjs +251 -0
- package/dist/components/service/list.vue2.mjs.map +1 -0
- package/dist/components/service/props.d.ts +58 -0
- package/dist/components/service/props.mjs +66 -0
- package/dist/components/service/props.mjs.map +1 -0
- package/dist/components/service/select.vue.d.ts +30 -0
- package/dist/components/service/select.vue.mjs +8 -0
- package/dist/components/service/select.vue.mjs.map +1 -0
- package/dist/components/service/select.vue2.mjs +407 -0
- package/dist/components/service/select.vue2.mjs.map +1 -0
- package/dist/components/service/table.vue.d.ts +29 -0
- package/dist/components/service/table.vue.mjs +8 -0
- package/dist/components/service/table.vue.mjs.map +1 -0
- package/dist/components/service/table.vue2.mjs +693 -0
- package/dist/components/service/table.vue2.mjs.map +1 -0
- package/dist/components/service/types.d.ts +44 -0
- package/dist/components/upload/config.d.ts +4 -0
- package/dist/components/upload/config.mjs +37 -0
- package/dist/components/upload/config.mjs.map +1 -0
- package/dist/components/upload/index.d.ts +3 -0
- package/dist/components/upload/index.vue.d.ts +21 -0
- package/dist/components/upload/index.vue.mjs +8 -0
- package/dist/components/upload/index.vue.mjs.map +1 -0
- package/dist/components/upload/index.vue2.mjs +526 -0
- package/dist/components/upload/index.vue2.mjs.map +1 -0
- package/dist/components/upload/props.d.ts +27 -0
- package/dist/components/upload/props.mjs +32 -0
- package/dist/components/upload/props.mjs.map +1 -0
- package/dist/components/upload/types.d.ts +43 -0
- package/dist/directive/hasPermi.d.ts +12 -0
- package/dist/directive/hasPermi.mjs +33 -0
- package/dist/directive/hasPermi.mjs.map +1 -0
- package/dist/directive/hasRole.d.ts +12 -0
- package/dist/directive/hasRole.mjs +33 -0
- package/dist/directive/hasRole.mjs.map +1 -0
- package/dist/directive/index.d.ts +2 -0
- package/dist/hooks/index.d.ts +6 -0
- package/dist/hooks/useAgentChat/index.d.ts +15 -0
- package/dist/hooks/useAgentChat/index.mjs +202 -0
- package/dist/hooks/useAgentChat/index.mjs.map +1 -0
- package/dist/hooks/useAgentChat/types.d.ts +46 -0
- package/dist/hooks/useDict/index.d.ts +18 -0
- package/dist/hooks/useDict/index.mjs +137 -0
- package/dist/hooks/useDict/index.mjs.map +1 -0
- package/dist/hooks/useDict/types.d.ts +13 -0
- package/dist/hooks/useDisabled.d.ts +5 -0
- package/dist/hooks/useDisabled.mjs +18 -0
- package/dist/hooks/useDisabled.mjs.map +1 -0
- package/dist/hooks/useModal.d.ts +35 -0
- package/dist/hooks/useModal.mjs +179 -0
- package/dist/hooks/useModal.mjs.map +1 -0
- package/dist/hooks/useReadonly.d.ts +5 -0
- package/dist/hooks/useReadonly.mjs +18 -0
- package/dist/hooks/useReadonly.mjs.map +1 -0
- package/dist/hooks/useUserAvatar/index.d.ts +5 -0
- package/dist/hooks/useUserAvatar/index.mjs +38 -0
- package/dist/hooks/useUserAvatar/index.mjs.map +1 -0
- package/dist/hooks/useUserAvatar/types.d.ts +3 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +101 -0
- package/dist/index.mjs.map +1 -0
- package/dist/locales/en-US.d.ts +316 -0
- package/dist/locales/en-US.mjs +71 -0
- package/dist/locales/en-US.mjs.map +1 -0
- package/dist/locales/zh-CN.d.ts +316 -0
- package/dist/locales/zh-CN.mjs +68 -0
- package/dist/locales/zh-CN.mjs.map +1 -0
- package/dist/locales/zh-TW.d.ts +316 -0
- package/dist/locales/zh-TW.mjs +68 -0
- package/dist/locales/zh-TW.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs +90 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs +110 -0
- package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs +62 -0
- package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs +67 -0
- package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs +287 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +75 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs.map +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs +25810 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs +5 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs +5 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs +8940 -0
- package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs +316 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs +330 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs +10 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs +17 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs +287 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs +328 -0
- package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs.map +1 -0
- package/dist/qidian-vue-ui.css +6054 -0
- package/dist/utils/auth.d.ts +6 -0
- package/dist/utils/auth.mjs +67 -0
- package/dist/utils/auth.mjs.map +1 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/time.d.ts +2 -0
- package/dist/utils/time.mjs +30 -0
- package/dist/utils/time.mjs.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,693 @@
|
|
|
1
|
+
import { defineComponent, mergeDefaults, useTemplateRef, ref, computed, createVNode, watch, onMounted, onActivated, createBlock, openBlock, unref, mergeProps, isRef, createSlots, withCtx, renderList, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
|
+
import { EnhancedTable, Empty } from "tdesign-vue-next";
|
|
3
|
+
import { easyCopy, isEmpty, suspectedWrapperPromise, useServicePagination } from "qidian-shared";
|
|
4
|
+
import { qdServiceTableTreeConfig, qdServiceTableProps } from "./props.mjs";
|
|
5
|
+
import { useVModels } from "../../node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs";
|
|
6
|
+
import { LoadingIcon, AddRectangleIcon, MinusRectangleIcon } from "tdesign-icons-vue-next";
|
|
7
|
+
import { useConfig } from "../config-provider/useConfig.mjs";
|
|
8
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
|
+
...{
|
|
10
|
+
name: "QdServiceTable"
|
|
11
|
+
},
|
|
12
|
+
__name: "table",
|
|
13
|
+
props: /* @__PURE__ */ mergeDefaults({
|
|
14
|
+
rowKey: {},
|
|
15
|
+
selectType: {},
|
|
16
|
+
headerBg: {
|
|
17
|
+
type: Boolean
|
|
18
|
+
},
|
|
19
|
+
tree: {},
|
|
20
|
+
loadingWithData: {
|
|
21
|
+
type: Boolean
|
|
22
|
+
},
|
|
23
|
+
beforeDragSort: {
|
|
24
|
+
type: Function
|
|
25
|
+
},
|
|
26
|
+
expandedTreeNodes: {},
|
|
27
|
+
defaultExpandedTreeNodes: {},
|
|
28
|
+
treeExpandAndFoldIcon: {},
|
|
29
|
+
onAbnormalDragSort: {
|
|
30
|
+
type: Function
|
|
31
|
+
},
|
|
32
|
+
onExpandedTreeNodesChange: {
|
|
33
|
+
type: Function
|
|
34
|
+
},
|
|
35
|
+
onTreeExpandChange: {
|
|
36
|
+
type: Function
|
|
37
|
+
},
|
|
38
|
+
asyncLoading: {},
|
|
39
|
+
columnController: {},
|
|
40
|
+
columnControllerVisible: {
|
|
41
|
+
type: Boolean
|
|
42
|
+
},
|
|
43
|
+
defaultColumnControllerVisible: {
|
|
44
|
+
type: Boolean
|
|
45
|
+
},
|
|
46
|
+
columns: {},
|
|
47
|
+
displayColumns: {},
|
|
48
|
+
defaultDisplayColumns: {},
|
|
49
|
+
dragSort: {},
|
|
50
|
+
dragSortOptions: {},
|
|
51
|
+
editableCellState: {
|
|
52
|
+
type: Function
|
|
53
|
+
},
|
|
54
|
+
editableRowKeys: {},
|
|
55
|
+
expandIcon: {
|
|
56
|
+
type: Boolean
|
|
57
|
+
},
|
|
58
|
+
expandOnRowClick: {
|
|
59
|
+
type: Boolean
|
|
60
|
+
},
|
|
61
|
+
expandedRow: {},
|
|
62
|
+
expandedRowKeys: {},
|
|
63
|
+
defaultExpandedRowKeys: {},
|
|
64
|
+
filterIcon: {},
|
|
65
|
+
filterRow: {},
|
|
66
|
+
filterValue: {},
|
|
67
|
+
defaultFilterValue: {},
|
|
68
|
+
hideSortTips: {
|
|
69
|
+
type: Boolean
|
|
70
|
+
},
|
|
71
|
+
indeterminateSelectedRowKeys: {},
|
|
72
|
+
multipleSort: {
|
|
73
|
+
type: Boolean
|
|
74
|
+
},
|
|
75
|
+
reserveSelectedRowOnPaginate: {
|
|
76
|
+
type: Boolean
|
|
77
|
+
},
|
|
78
|
+
rowSelectionAllowUncheck: {
|
|
79
|
+
type: Boolean
|
|
80
|
+
},
|
|
81
|
+
rowSelectionType: {},
|
|
82
|
+
selectOnRowClick: {
|
|
83
|
+
type: Boolean
|
|
84
|
+
},
|
|
85
|
+
selectedRowKeys: {},
|
|
86
|
+
defaultSelectedRowKeys: {},
|
|
87
|
+
showSortColumnBgColor: {
|
|
88
|
+
type: Boolean
|
|
89
|
+
},
|
|
90
|
+
sort: {},
|
|
91
|
+
defaultSort: {},
|
|
92
|
+
sortIcon: {},
|
|
93
|
+
sortOnRowDraggable: {
|
|
94
|
+
type: Boolean
|
|
95
|
+
},
|
|
96
|
+
onAsyncLoadingClick: {
|
|
97
|
+
type: Function
|
|
98
|
+
},
|
|
99
|
+
onCellClick: {
|
|
100
|
+
type: Function
|
|
101
|
+
},
|
|
102
|
+
onChange: {
|
|
103
|
+
type: Function
|
|
104
|
+
},
|
|
105
|
+
onColumnChange: {
|
|
106
|
+
type: Function
|
|
107
|
+
},
|
|
108
|
+
onColumnControllerVisibleChange: {
|
|
109
|
+
type: Function
|
|
110
|
+
},
|
|
111
|
+
onDataChange: {
|
|
112
|
+
type: Function
|
|
113
|
+
},
|
|
114
|
+
onDisplayColumnsChange: {
|
|
115
|
+
type: Function
|
|
116
|
+
},
|
|
117
|
+
onDragSort: {
|
|
118
|
+
type: Function
|
|
119
|
+
},
|
|
120
|
+
onExpandChange: {
|
|
121
|
+
type: Function
|
|
122
|
+
},
|
|
123
|
+
onFilterChange: {
|
|
124
|
+
type: Function
|
|
125
|
+
},
|
|
126
|
+
onRowEdit: {
|
|
127
|
+
type: Function
|
|
128
|
+
},
|
|
129
|
+
onRowValidate: {
|
|
130
|
+
type: Function
|
|
131
|
+
},
|
|
132
|
+
onSelectChange: {
|
|
133
|
+
type: Function
|
|
134
|
+
},
|
|
135
|
+
onSortChange: {
|
|
136
|
+
type: Function
|
|
137
|
+
},
|
|
138
|
+
onValidate: {
|
|
139
|
+
type: Function
|
|
140
|
+
},
|
|
141
|
+
activeRowKeys: {},
|
|
142
|
+
defaultActiveRowKeys: {},
|
|
143
|
+
activeRowType: {},
|
|
144
|
+
allowResizeColumnWidth: {
|
|
145
|
+
type: Boolean
|
|
146
|
+
},
|
|
147
|
+
attach: {
|
|
148
|
+
type: [String, Function]
|
|
149
|
+
},
|
|
150
|
+
bordered: {
|
|
151
|
+
type: Boolean
|
|
152
|
+
},
|
|
153
|
+
bottomContent: {},
|
|
154
|
+
cellEmptyContent: {},
|
|
155
|
+
data: {},
|
|
156
|
+
disableDataPage: {
|
|
157
|
+
type: Boolean
|
|
158
|
+
},
|
|
159
|
+
disableSpaceInactiveRow: {
|
|
160
|
+
type: Boolean
|
|
161
|
+
},
|
|
162
|
+
empty: {},
|
|
163
|
+
firstFullRow: {},
|
|
164
|
+
fixedRows: {},
|
|
165
|
+
footData: {},
|
|
166
|
+
footerAffixProps: {},
|
|
167
|
+
footerAffixedBottom: {
|
|
168
|
+
type: [Boolean, Object]
|
|
169
|
+
},
|
|
170
|
+
footerSummary: {},
|
|
171
|
+
headerAffixProps: {},
|
|
172
|
+
headerAffixedTop: {
|
|
173
|
+
type: [Boolean, Object]
|
|
174
|
+
},
|
|
175
|
+
height: {},
|
|
176
|
+
horizontalScrollAffixedBottom: {
|
|
177
|
+
type: [Boolean, Object]
|
|
178
|
+
},
|
|
179
|
+
hover: {
|
|
180
|
+
type: Boolean
|
|
181
|
+
},
|
|
182
|
+
keyboardRowHover: {
|
|
183
|
+
type: Boolean
|
|
184
|
+
},
|
|
185
|
+
lastFullRow: {},
|
|
186
|
+
lazyLoad: {
|
|
187
|
+
type: Boolean
|
|
188
|
+
},
|
|
189
|
+
loading: {
|
|
190
|
+
type: Boolean
|
|
191
|
+
},
|
|
192
|
+
loadingProps: {},
|
|
193
|
+
locale: {},
|
|
194
|
+
maxHeight: {},
|
|
195
|
+
paginationAffixedBottom: {
|
|
196
|
+
type: [Boolean, Object]
|
|
197
|
+
},
|
|
198
|
+
resizable: {
|
|
199
|
+
type: Boolean
|
|
200
|
+
},
|
|
201
|
+
rowAttributes: {
|
|
202
|
+
type: [Object, Function, Array]
|
|
203
|
+
},
|
|
204
|
+
rowClassName: {
|
|
205
|
+
type: [Object, Array, String, Function]
|
|
206
|
+
},
|
|
207
|
+
rowspanAndColspan: {
|
|
208
|
+
type: Function
|
|
209
|
+
},
|
|
210
|
+
rowspanAndColspanInFooter: {
|
|
211
|
+
type: Function
|
|
212
|
+
},
|
|
213
|
+
scroll: {},
|
|
214
|
+
showHeader: {
|
|
215
|
+
type: Boolean
|
|
216
|
+
},
|
|
217
|
+
size: {},
|
|
218
|
+
stripe: {
|
|
219
|
+
type: Boolean
|
|
220
|
+
},
|
|
221
|
+
tableContentWidth: {},
|
|
222
|
+
tableLayout: {},
|
|
223
|
+
topContent: {},
|
|
224
|
+
verticalAlign: {},
|
|
225
|
+
onActiveChange: {
|
|
226
|
+
type: Function
|
|
227
|
+
},
|
|
228
|
+
onActiveRowAction: {
|
|
229
|
+
type: Function
|
|
230
|
+
},
|
|
231
|
+
onColumnResizeChange: {
|
|
232
|
+
type: Function
|
|
233
|
+
},
|
|
234
|
+
onPageChange: {
|
|
235
|
+
type: Function
|
|
236
|
+
},
|
|
237
|
+
onRowClick: {
|
|
238
|
+
type: Function
|
|
239
|
+
},
|
|
240
|
+
onRowDblclick: {
|
|
241
|
+
type: Function
|
|
242
|
+
},
|
|
243
|
+
onRowMousedown: {
|
|
244
|
+
type: Function
|
|
245
|
+
},
|
|
246
|
+
onRowMouseenter: {
|
|
247
|
+
type: Function
|
|
248
|
+
},
|
|
249
|
+
onRowMouseleave: {
|
|
250
|
+
type: Function
|
|
251
|
+
},
|
|
252
|
+
onRowMouseover: {
|
|
253
|
+
type: Function
|
|
254
|
+
},
|
|
255
|
+
onRowMouseup: {
|
|
256
|
+
type: Function
|
|
257
|
+
},
|
|
258
|
+
onScroll: {
|
|
259
|
+
type: Function
|
|
260
|
+
},
|
|
261
|
+
onScrollX: {
|
|
262
|
+
type: Function
|
|
263
|
+
},
|
|
264
|
+
onScrollY: {
|
|
265
|
+
type: Function
|
|
266
|
+
},
|
|
267
|
+
cacheKey: {
|
|
268
|
+
type: [String, Function]
|
|
269
|
+
},
|
|
270
|
+
cacheTime: {},
|
|
271
|
+
pollingInterval: {},
|
|
272
|
+
onBefore: {
|
|
273
|
+
type: Function
|
|
274
|
+
},
|
|
275
|
+
onAfter: {
|
|
276
|
+
type: Function
|
|
277
|
+
},
|
|
278
|
+
onSuccess: {
|
|
279
|
+
type: Function
|
|
280
|
+
},
|
|
281
|
+
onError: {
|
|
282
|
+
type: Function
|
|
283
|
+
},
|
|
284
|
+
service: {
|
|
285
|
+
type: Function
|
|
286
|
+
},
|
|
287
|
+
manual: {
|
|
288
|
+
type: Boolean
|
|
289
|
+
},
|
|
290
|
+
transformParams: {
|
|
291
|
+
type: Function
|
|
292
|
+
},
|
|
293
|
+
transformRes: {
|
|
294
|
+
type: Function
|
|
295
|
+
},
|
|
296
|
+
pagination: {}
|
|
297
|
+
}, qdServiceTableProps),
|
|
298
|
+
emits: ["update:data", "update:selectedRowKeys", "update:activeRowKeys", "update:columnControllerVisible", "update:displayColumns", "update:expandedRowKeys", "update:filterValue", "update:sort", "update:expandedTreeNodes"],
|
|
299
|
+
setup(__props, {
|
|
300
|
+
expose: __expose,
|
|
301
|
+
emit: __emit
|
|
302
|
+
}) {
|
|
303
|
+
const props = __props;
|
|
304
|
+
const emit = __emit;
|
|
305
|
+
const {
|
|
306
|
+
data,
|
|
307
|
+
selectedRowKeys,
|
|
308
|
+
activeRowKeys,
|
|
309
|
+
columnControllerVisible,
|
|
310
|
+
displayColumns,
|
|
311
|
+
expandedRowKeys,
|
|
312
|
+
filterValue,
|
|
313
|
+
sort,
|
|
314
|
+
expandedTreeNodes
|
|
315
|
+
} = useVModels(props, emit, {
|
|
316
|
+
passive: true
|
|
317
|
+
});
|
|
318
|
+
const {
|
|
319
|
+
t
|
|
320
|
+
} = useConfig("crud");
|
|
321
|
+
const tableRef = useTemplateRef("table");
|
|
322
|
+
const treeLoadIds = ref([]);
|
|
323
|
+
const scrollRecord = {
|
|
324
|
+
top: 0,
|
|
325
|
+
left: 0
|
|
326
|
+
};
|
|
327
|
+
const reProps = computed(() => {
|
|
328
|
+
const {
|
|
329
|
+
service,
|
|
330
|
+
manual,
|
|
331
|
+
transformParams,
|
|
332
|
+
transformRes,
|
|
333
|
+
pagination,
|
|
334
|
+
cacheKey,
|
|
335
|
+
cacheTime,
|
|
336
|
+
pollingInterval,
|
|
337
|
+
onBefore,
|
|
338
|
+
onAfter,
|
|
339
|
+
onSuccess,
|
|
340
|
+
onError,
|
|
341
|
+
loadingWithData,
|
|
342
|
+
loading: loading2,
|
|
343
|
+
selectType,
|
|
344
|
+
data: data2,
|
|
345
|
+
selectedRowKeys: selectedRowKeys2,
|
|
346
|
+
activeRowKeys: activeRowKeys2,
|
|
347
|
+
columns,
|
|
348
|
+
columnControllerVisible: columnControllerVisible2,
|
|
349
|
+
displayColumns: displayColumns2,
|
|
350
|
+
expandedRowKeys: expandedRowKeys2,
|
|
351
|
+
filterValue: filterValue2,
|
|
352
|
+
sort: sort2,
|
|
353
|
+
expandedTreeNodes: expandedTreeNodes2,
|
|
354
|
+
selectOnRowClick,
|
|
355
|
+
expandOnRowClick,
|
|
356
|
+
tree,
|
|
357
|
+
onScroll,
|
|
358
|
+
...tableOptions
|
|
359
|
+
} = props;
|
|
360
|
+
const reTableOptions = tableOptions;
|
|
361
|
+
let reTransformRes = transformRes;
|
|
362
|
+
const reTree = tree ? {
|
|
363
|
+
...tree,
|
|
364
|
+
...easyCopy(qdServiceTableTreeConfig)
|
|
365
|
+
} : tree;
|
|
366
|
+
if (reTree?.lazyLoad) {
|
|
367
|
+
reTransformRes = async (res) => {
|
|
368
|
+
let temp;
|
|
369
|
+
if (transformRes) {
|
|
370
|
+
const [trErr, trRes] = await suspectedWrapperPromise(transformRes(res));
|
|
371
|
+
if (trErr) throw trErr;
|
|
372
|
+
temp = trRes;
|
|
373
|
+
} else {
|
|
374
|
+
temp = res;
|
|
375
|
+
}
|
|
376
|
+
temp.records.forEach((item) => {
|
|
377
|
+
if (item.children) return;
|
|
378
|
+
item.children = true;
|
|
379
|
+
});
|
|
380
|
+
return temp;
|
|
381
|
+
};
|
|
382
|
+
if (!tableOptions.treeExpandAndFoldIcon) {
|
|
383
|
+
reTableOptions.treeExpandAndFoldIcon = (h, {
|
|
384
|
+
row,
|
|
385
|
+
type
|
|
386
|
+
}) => {
|
|
387
|
+
const children = row.children;
|
|
388
|
+
if (treeLoadIds.value.includes(row.id) && children === true) {
|
|
389
|
+
return createVNode(LoadingIcon, {
|
|
390
|
+
"style": {
|
|
391
|
+
color: "var(--td-brand-color)"
|
|
392
|
+
}
|
|
393
|
+
}, null);
|
|
394
|
+
}
|
|
395
|
+
if (children === true && row.__qdTreeLoaded) {
|
|
396
|
+
return createVNode(AddRectangleIcon, {
|
|
397
|
+
"style": {
|
|
398
|
+
color: "transparent",
|
|
399
|
+
cursor: "default"
|
|
400
|
+
}
|
|
401
|
+
}, null);
|
|
402
|
+
}
|
|
403
|
+
return type === "expand" ? createVNode(AddRectangleIcon, null, null) : createVNode(MinusRectangleIcon, null, null);
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
if (!tableOptions.onExpandedTreeNodesChange) {
|
|
407
|
+
reTableOptions.onExpandedTreeNodesChange = async (currentExpandedTreeNodes, options) => {
|
|
408
|
+
const {
|
|
409
|
+
row,
|
|
410
|
+
rowState
|
|
411
|
+
} = options;
|
|
412
|
+
if (!row || !rowState) return;
|
|
413
|
+
const {
|
|
414
|
+
level
|
|
415
|
+
} = rowState;
|
|
416
|
+
const {
|
|
417
|
+
__qdTreeLoaded
|
|
418
|
+
} = row;
|
|
419
|
+
const {
|
|
420
|
+
maxLevel
|
|
421
|
+
} = reTree;
|
|
422
|
+
const id = row[props.rowKey || qdServiceTableProps.rowKey];
|
|
423
|
+
if (treeLoadIds.value.includes(id) || __qdTreeLoaded || isEmpty(level) || !isEmpty(maxLevel) && level >= maxLevel) {
|
|
424
|
+
return;
|
|
425
|
+
}
|
|
426
|
+
treeLoadIds.value.push(id);
|
|
427
|
+
tableRef.value?.setData(id, {
|
|
428
|
+
...row,
|
|
429
|
+
__qdTreeLoaded: true
|
|
430
|
+
});
|
|
431
|
+
const {
|
|
432
|
+
transformParams: transformParams2,
|
|
433
|
+
transformRes: transformRes2
|
|
434
|
+
} = reTree;
|
|
435
|
+
const currentParams = options;
|
|
436
|
+
let tParams;
|
|
437
|
+
if (transformParams2) {
|
|
438
|
+
const [tpErr, tpRes] = await suspectedWrapperPromise(transformParams2(currentParams));
|
|
439
|
+
if (tpErr) throw tpErr;
|
|
440
|
+
tParams = tpRes;
|
|
441
|
+
}
|
|
442
|
+
const [serviceErr, serviceRes] = await suspectedWrapperPromise(service(tParams || currentParams));
|
|
443
|
+
if (serviceErr) {
|
|
444
|
+
removeTreeLoadId(id);
|
|
445
|
+
throw serviceErr;
|
|
446
|
+
}
|
|
447
|
+
let temp;
|
|
448
|
+
if (transformRes2) {
|
|
449
|
+
const [trErr, trRes] = await suspectedWrapperPromise(transformRes2(serviceRes, options));
|
|
450
|
+
if (trErr) {
|
|
451
|
+
removeTreeLoadId(id);
|
|
452
|
+
throw trErr;
|
|
453
|
+
}
|
|
454
|
+
temp = trRes;
|
|
455
|
+
} else {
|
|
456
|
+
temp = serviceRes;
|
|
457
|
+
}
|
|
458
|
+
removeTreeLoadId(id);
|
|
459
|
+
if (!temp.records) temp.records = [];
|
|
460
|
+
if (isEmpty(temp.total)) temp.total = temp.records.length;
|
|
461
|
+
if (!temp.records.length) return;
|
|
462
|
+
const childrenKey = reTree.childrenKey || qdServiceTableTreeConfig.childrenKey;
|
|
463
|
+
tableRef.value?.setData(id, {
|
|
464
|
+
...row,
|
|
465
|
+
__qdTreeLoaded: true,
|
|
466
|
+
[childrenKey]: []
|
|
467
|
+
});
|
|
468
|
+
tableRef.value?.appendTo(id, temp.records.map((item) => {
|
|
469
|
+
if (item.children) return item;
|
|
470
|
+
return {
|
|
471
|
+
...item,
|
|
472
|
+
[childrenKey]: isEmpty(maxLevel) ? true : level + 1 < maxLevel
|
|
473
|
+
};
|
|
474
|
+
}));
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
const reColumns = columns || [];
|
|
479
|
+
if (selectType) {
|
|
480
|
+
const selectIdx = reColumns.findIndex((item) => item.type === "single" || item.type === "multiple");
|
|
481
|
+
const defaultSelect = {
|
|
482
|
+
colKey: "row-select",
|
|
483
|
+
type: selectType,
|
|
484
|
+
align: "center",
|
|
485
|
+
width: 50
|
|
486
|
+
};
|
|
487
|
+
if (selectIdx > -1) {
|
|
488
|
+
reColumns[selectIdx] = {
|
|
489
|
+
...defaultSelect,
|
|
490
|
+
...reColumns[selectIdx]
|
|
491
|
+
};
|
|
492
|
+
} else {
|
|
493
|
+
reColumns.unshift(defaultSelect);
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
const reSelectOnRowClick = selectOnRowClick ?? (!expandOnRowClick && !reTree?.expandTreeNodeOnClick);
|
|
497
|
+
const reOnScroll = (params) => {
|
|
498
|
+
onScroll?.(params);
|
|
499
|
+
const target = params.e.target;
|
|
500
|
+
if (!target) return;
|
|
501
|
+
const {
|
|
502
|
+
scrollTop,
|
|
503
|
+
scrollLeft
|
|
504
|
+
} = target;
|
|
505
|
+
scrollRecord.top = scrollTop;
|
|
506
|
+
scrollRecord.left = scrollLeft;
|
|
507
|
+
};
|
|
508
|
+
return {
|
|
509
|
+
loadingWithData,
|
|
510
|
+
tableOptions: {
|
|
511
|
+
...reTableOptions,
|
|
512
|
+
columns: reColumns,
|
|
513
|
+
selectOnRowClick: reSelectOnRowClick,
|
|
514
|
+
expandOnRowClick,
|
|
515
|
+
tree: reTree,
|
|
516
|
+
onScroll: reOnScroll
|
|
517
|
+
},
|
|
518
|
+
externalLoad: loading2,
|
|
519
|
+
serviceOptions: {
|
|
520
|
+
service,
|
|
521
|
+
manual,
|
|
522
|
+
transformParams,
|
|
523
|
+
transformRes: reTransformRes,
|
|
524
|
+
pagination,
|
|
525
|
+
cacheKey,
|
|
526
|
+
cacheTime,
|
|
527
|
+
pollingInterval,
|
|
528
|
+
onBefore,
|
|
529
|
+
onAfter,
|
|
530
|
+
onSuccess,
|
|
531
|
+
onError
|
|
532
|
+
},
|
|
533
|
+
models: {
|
|
534
|
+
data: data2,
|
|
535
|
+
selectedRowKeys: selectedRowKeys2,
|
|
536
|
+
activeRowKeys: activeRowKeys2,
|
|
537
|
+
columnControllerVisible: columnControllerVisible2,
|
|
538
|
+
displayColumns: displayColumns2,
|
|
539
|
+
expandedRowKeys: expandedRowKeys2,
|
|
540
|
+
filterValue: filterValue2,
|
|
541
|
+
sort: sort2,
|
|
542
|
+
expandedTreeNodes: expandedTreeNodes2
|
|
543
|
+
}
|
|
544
|
+
};
|
|
545
|
+
});
|
|
546
|
+
const {
|
|
547
|
+
firstLoad,
|
|
548
|
+
manualTriggerLoad,
|
|
549
|
+
loading,
|
|
550
|
+
current,
|
|
551
|
+
pageSize,
|
|
552
|
+
total,
|
|
553
|
+
changeCurrent,
|
|
554
|
+
changePageSize,
|
|
555
|
+
changePagination,
|
|
556
|
+
runAsync,
|
|
557
|
+
run,
|
|
558
|
+
cancel,
|
|
559
|
+
refresh,
|
|
560
|
+
refreshAsync
|
|
561
|
+
} = useServicePagination({
|
|
562
|
+
...reProps.value.serviceOptions,
|
|
563
|
+
onSuccess: (res) => {
|
|
564
|
+
data.value = res.list;
|
|
565
|
+
reProps.value.serviceOptions.onSuccess?.(res);
|
|
566
|
+
}
|
|
567
|
+
});
|
|
568
|
+
const tableLoad = computed(() => {
|
|
569
|
+
const {
|
|
570
|
+
externalLoad,
|
|
571
|
+
loadingWithData
|
|
572
|
+
} = reProps.value;
|
|
573
|
+
if (externalLoad) return true;
|
|
574
|
+
if (!data.value?.length && firstLoad.value) return true;
|
|
575
|
+
if (manualTriggerLoad.value) {
|
|
576
|
+
if (data.value?.length) {
|
|
577
|
+
if (loadingWithData) return true;
|
|
578
|
+
return false;
|
|
579
|
+
}
|
|
580
|
+
return true;
|
|
581
|
+
}
|
|
582
|
+
return false;
|
|
583
|
+
});
|
|
584
|
+
const rePagination = computed(() => {
|
|
585
|
+
return props.pagination === false ? void 0 : {
|
|
586
|
+
current: current.value,
|
|
587
|
+
pageSize: pageSize.value,
|
|
588
|
+
total: total.value,
|
|
589
|
+
onCurrentChange: changeCurrent,
|
|
590
|
+
onPageSizeChange: changePageSize
|
|
591
|
+
};
|
|
592
|
+
});
|
|
593
|
+
function removeTreeLoadId(id) {
|
|
594
|
+
const index = treeLoadIds.value.findIndex((item) => item === id);
|
|
595
|
+
if (index === -1) return;
|
|
596
|
+
treeLoadIds.value.splice(index, 1);
|
|
597
|
+
}
|
|
598
|
+
function resumeScrollRecord() {
|
|
599
|
+
const el = tableRef.value?.$el;
|
|
600
|
+
if (!el) return;
|
|
601
|
+
const scrollEl = el.querySelector(".t-table__content");
|
|
602
|
+
if (!scrollEl) return;
|
|
603
|
+
const {
|
|
604
|
+
scrollTop,
|
|
605
|
+
scrollLeft
|
|
606
|
+
} = scrollEl;
|
|
607
|
+
const {
|
|
608
|
+
top,
|
|
609
|
+
left
|
|
610
|
+
} = scrollRecord;
|
|
611
|
+
if (top === scrollTop && left === scrollLeft) return;
|
|
612
|
+
scrollEl.scrollTo({
|
|
613
|
+
top,
|
|
614
|
+
left
|
|
615
|
+
});
|
|
616
|
+
}
|
|
617
|
+
const expose = {
|
|
618
|
+
tableLoad,
|
|
619
|
+
firstLoad,
|
|
620
|
+
manualTriggerLoad,
|
|
621
|
+
loading,
|
|
622
|
+
current,
|
|
623
|
+
pageSize,
|
|
624
|
+
total,
|
|
625
|
+
changeCurrent,
|
|
626
|
+
changePageSize,
|
|
627
|
+
changePagination,
|
|
628
|
+
runAsync,
|
|
629
|
+
run,
|
|
630
|
+
cancel,
|
|
631
|
+
refresh,
|
|
632
|
+
refreshAsync
|
|
633
|
+
};
|
|
634
|
+
watch(columnControllerVisible, (visible) => {
|
|
635
|
+
const {
|
|
636
|
+
columns
|
|
637
|
+
} = reProps.value.tableOptions;
|
|
638
|
+
if (visible && !displayColumns.value && columns) {
|
|
639
|
+
displayColumns.value = columns.map((col) => col.colKey).filter(Boolean);
|
|
640
|
+
}
|
|
641
|
+
}, {
|
|
642
|
+
immediate: true
|
|
643
|
+
});
|
|
644
|
+
onMounted(() => {
|
|
645
|
+
Object.assign(expose, tableRef.value);
|
|
646
|
+
});
|
|
647
|
+
onActivated(() => {
|
|
648
|
+
resumeScrollRecord();
|
|
649
|
+
});
|
|
650
|
+
__expose(expose);
|
|
651
|
+
return (_ctx, _cache) => {
|
|
652
|
+
return openBlock(), createBlock(unref(EnhancedTable), mergeProps({
|
|
653
|
+
ref: "table",
|
|
654
|
+
class: ["qd-service-table", __props.headerBg ? "" : "t-table--header-bg-inherit"],
|
|
655
|
+
"selected-row-keys": unref(selectedRowKeys),
|
|
656
|
+
"onUpdate:selectedRowKeys": _cache[0] || (_cache[0] = ($event) => isRef(selectedRowKeys) ? selectedRowKeys.value = $event : null),
|
|
657
|
+
"active-row-keys": unref(activeRowKeys),
|
|
658
|
+
"onUpdate:activeRowKeys": _cache[1] || (_cache[1] = ($event) => isRef(activeRowKeys) ? activeRowKeys.value = $event : null),
|
|
659
|
+
"column-controller-visible": unref(columnControllerVisible),
|
|
660
|
+
"onUpdate:columnControllerVisible": _cache[2] || (_cache[2] = ($event) => isRef(columnControllerVisible) ? columnControllerVisible.value = $event : null),
|
|
661
|
+
"display-columns": unref(displayColumns),
|
|
662
|
+
"onUpdate:displayColumns": _cache[3] || (_cache[3] = ($event) => isRef(displayColumns) ? displayColumns.value = $event : null),
|
|
663
|
+
"expanded-row-keys": unref(expandedRowKeys),
|
|
664
|
+
"onUpdate:expandedRowKeys": _cache[4] || (_cache[4] = ($event) => isRef(expandedRowKeys) ? expandedRowKeys.value = $event : null),
|
|
665
|
+
"filter-value": unref(filterValue),
|
|
666
|
+
"onUpdate:filterValue": _cache[5] || (_cache[5] = ($event) => isRef(filterValue) ? filterValue.value = $event : null),
|
|
667
|
+
sort: unref(sort),
|
|
668
|
+
"onUpdate:sort": _cache[6] || (_cache[6] = ($event) => isRef(sort) ? sort.value = $event : null),
|
|
669
|
+
"expanded-tree-nodes": unref(expandedTreeNodes),
|
|
670
|
+
"onUpdate:expandedTreeNodes": _cache[7] || (_cache[7] = ($event) => isRef(expandedTreeNodes) ? expandedTreeNodes.value = $event : null)
|
|
671
|
+
}, reProps.value.tableOptions, {
|
|
672
|
+
loading: tableLoad.value,
|
|
673
|
+
data: unref(data),
|
|
674
|
+
pagination: rePagination.value
|
|
675
|
+
}), createSlots({
|
|
676
|
+
empty: withCtx(() => [createVNode(unref(Empty), {
|
|
677
|
+
class: "qd-service-table__empty",
|
|
678
|
+
title: unref(t)("emptyText")
|
|
679
|
+
}, null, 8, ["title"])]),
|
|
680
|
+
_: 2
|
|
681
|
+
}, [renderList(_ctx.$slots, (_, name) => {
|
|
682
|
+
return {
|
|
683
|
+
name,
|
|
684
|
+
fn: withCtx((slotProps) => [renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotProps)), void 0, true)])
|
|
685
|
+
};
|
|
686
|
+
})]), 1040, ["class", "selected-row-keys", "active-row-keys", "column-controller-visible", "display-columns", "expanded-row-keys", "filter-value", "sort", "expanded-tree-nodes", "loading", "data", "pagination"]);
|
|
687
|
+
};
|
|
688
|
+
}
|
|
689
|
+
});
|
|
690
|
+
export {
|
|
691
|
+
_sfc_main as default
|
|
692
|
+
};
|
|
693
|
+
//# sourceMappingURL=table.vue2.mjs.map
|