yahee-components 0.0.24 → 0.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 (213) hide show
  1. package/es/_virtual/dayjs.min.js +5 -2
  2. package/es/_virtual/dayjs.min2.js +4 -0
  3. package/es/_virtual/lodash.js +5 -2
  4. package/es/_virtual/lodash2.js +4 -0
  5. package/es/complex-search/complex-search.vue.js +2 -2
  6. package/es/country-platform-shop-condition/country-platform-shop-condition.vue.js +1 -1
  7. package/es/drop-down-condition/drop-down-condition.vue.js +75 -73
  8. package/es/left-condition/left-condition-sub.vue.js +1 -1
  9. package/es/left-condition/left-condition.vue.js +1 -1
  10. package/es/left-condition-enum/left-condition-enum.vue.js +19 -20
  11. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/index.js +12 -12
  12. package/es/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/trackStream.js +11 -11
  13. package/es/operation-log/operation-log.vue.js +3 -3
  14. package/es/packages/components/api/server.js +13 -26
  15. package/es/packages/components/node_modules/dayjs/dayjs.min.js +282 -0
  16. package/es/packages/components/node_modules/lodash/lodash.js +3677 -0
  17. package/es/style.css +0 -4
  18. package/es/styles/custom.css +0 -4
  19. package/es/styles/index.css +0 -4
  20. package/es/utils/translate.js +1 -1
  21. package/es/yahee-components.css +1 -0
  22. package/lib/_virtual/_commonjsHelpers.js +1 -0
  23. package/lib/_virtual/dayjs.min.js +1 -0
  24. package/lib/_virtual/dayjs.min2.js +1 -0
  25. package/lib/_virtual/lodash.js +1 -0
  26. package/lib/_virtual/lodash2.js +1 -0
  27. package/lib/annex-upload/annex-upload.vue.js +1 -0
  28. package/lib/annex-upload/annex-upload.vue2.js +1 -0
  29. package/lib/annex-upload/index.js +1 -0
  30. package/lib/annex-upload/mimeType.js +1 -0
  31. package/lib/api/server.js +1 -0
  32. package/lib/api/tool.js +1 -0
  33. package/lib/complex-search/complex-search.vue.js +1 -0
  34. package/lib/complex-search/complex-search.vue2.js +1 -0
  35. package/lib/complex-search/index.js +1 -0
  36. package/lib/copy/copy.vue.js +1 -0
  37. package/lib/copy/copy.vue2.js +1 -0
  38. package/lib/copy/index.js +1 -0
  39. package/lib/country-platform-shop-condition/country-platform-shop-condition.vue.js +1 -0
  40. package/lib/country-platform-shop-condition/country-platform-shop-condition.vue2.js +1 -0
  41. package/lib/country-platform-shop-condition/index.js +1 -0
  42. package/lib/drop-down-condition/drop-down-condition.vue.js +1 -0
  43. package/lib/drop-down-condition/drop-down-condition.vue2.js +1 -0
  44. package/lib/drop-down-condition/index.js +1 -0
  45. package/lib/image-upload/image-upload.vue.js +1 -0
  46. package/lib/image-upload/image-upload.vue2.js +1 -0
  47. package/lib/image-upload/index.js +1 -0
  48. package/lib/index.js +1 -0
  49. package/lib/input/index.js +1 -0
  50. package/lib/input/input.vue.js +1 -0
  51. package/lib/input/input.vue2.js +1 -0
  52. package/lib/installs.js +1 -0
  53. package/lib/left-condition/index.js +1 -0
  54. package/lib/left-condition/left-condition-sub.vue.js +1 -0
  55. package/lib/left-condition/left-condition-sub.vue2.js +1 -0
  56. package/lib/left-condition/left-condition.vue.js +1 -0
  57. package/lib/left-condition/left-condition.vue2.js +1 -0
  58. package/lib/left-condition-enum/index.js +1 -0
  59. package/lib/left-condition-enum/left-condition-enum.vue.js +1 -0
  60. package/lib/left-condition-enum/left-condition-enum.vue2.js +1 -0
  61. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/index.js +1 -0
  62. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/adapters.js +3 -0
  63. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/fetch.js +1 -0
  64. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/adapters/xhr.js +1 -0
  65. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/axios.js +1 -0
  66. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CancelToken.js +1 -0
  67. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/CanceledError.js +1 -0
  68. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/cancel/isCancel.js +1 -0
  69. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/Axios.js +2 -0
  70. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosError.js +1 -0
  71. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/AxiosHeaders.js +2 -0
  72. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/InterceptorManager.js +1 -0
  73. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/buildFullPath.js +1 -0
  74. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/dispatchRequest.js +1 -0
  75. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/mergeConfig.js +1 -0
  76. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/settle.js +1 -0
  77. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/core/transformData.js +1 -0
  78. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/index.js +1 -0
  79. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/defaults/transitional.js +1 -0
  80. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/env/data.js +1 -0
  81. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +1 -0
  82. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/HttpStatusCode.js +1 -0
  83. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/bind.js +1 -0
  84. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/buildURL.js +1 -0
  85. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/combineURLs.js +1 -0
  86. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/composeSignals.js +1 -0
  87. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/cookies.js +1 -0
  88. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/formDataToJSON.js +1 -0
  89. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAbsoluteURL.js +1 -0
  90. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isAxiosError.js +1 -0
  91. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/isURLSameOrigin.js +1 -0
  92. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/null.js +1 -0
  93. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseHeaders.js +2 -0
  94. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/parseProtocol.js +1 -0
  95. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/progressEventReducer.js +1 -0
  96. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/resolveConfig.js +1 -0
  97. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/speedometer.js +1 -0
  98. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/spread.js +1 -0
  99. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/throttle.js +1 -0
  100. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toFormData.js +1 -0
  101. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/toURLEncodedForm.js +1 -0
  102. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/trackStream.js +1 -0
  103. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/helpers/validator.js +1 -0
  104. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/Blob.js +1 -0
  105. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/FormData.js +1 -0
  106. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +1 -0
  107. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/browser/index.js +1 -0
  108. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/common/utils.js +1 -0
  109. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/platform/index.js +1 -0
  110. package/lib/node_modules/.pnpm/axios@1.7.7/node_modules/axios/lib/utils.js +1 -0
  111. package/lib/operation-log/index.js +1 -0
  112. package/lib/operation-log/operation-log-content.vue.js +1 -0
  113. package/lib/operation-log/operation-log-content.vue2.js +1 -0
  114. package/lib/operation-log/operation-log-dialog.vue.js +1 -0
  115. package/lib/operation-log/operation-log-dialog.vue2.js +1 -0
  116. package/lib/operation-log/operation-log-form.vue.js +1 -0
  117. package/lib/operation-log/operation-log-form.vue2.js +1 -0
  118. package/lib/operation-log/operation-log.vue.js +1 -0
  119. package/lib/operation-log/operation-log.vue2.js +1 -0
  120. package/lib/packages/components/api/log/index.js +1 -0
  121. package/lib/packages/components/api/log-server.js +1 -0
  122. package/lib/packages/components/api/server.js +1 -0
  123. package/lib/packages/components/api/tool.js +1 -0
  124. package/lib/packages/components/api/upload-server.js +1 -0
  125. package/lib/packages/components/assets/images/errorimg.png.js +1 -0
  126. package/lib/packages/components/assets/images/excel.png.js +1 -0
  127. package/lib/packages/components/assets/images/file-word.png.js +1 -0
  128. package/lib/packages/components/assets/images/pdf.png.js +1 -0
  129. package/lib/packages/components/assets/images/ppt.png.js +1 -0
  130. package/lib/packages/components/assets/images/vue.svg.js +1 -0
  131. package/lib/packages/components/hooks/useClipboard.js +1 -0
  132. package/lib/packages/components/hooks/useImg.js +1 -0
  133. package/lib/packages/components/hooks/useImgPath.js +1 -0
  134. package/lib/packages/components/hooks/useImport.js +1 -0
  135. package/lib/packages/components/hooks/useUpload.js +1 -0
  136. package/lib/packages/components/node_modules/dayjs/dayjs.min.js +1 -0
  137. package/lib/packages/components/node_modules/element-plus/es/locale/lang/zh-cn.js +1 -0
  138. package/lib/packages/components/node_modules/lodash/lodash.js +27 -0
  139. package/lib/packages/components/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +1 -0
  140. package/lib/static/CommonObject.js +1 -0
  141. package/lib/style.css +0 -4
  142. package/lib/styles/custom.css +0 -4
  143. package/lib/styles/index.css +0 -4
  144. package/lib/utils/config.js +1 -0
  145. package/lib/utils/const.js +1 -0
  146. package/lib/utils/install.js +1 -0
  147. package/lib/utils/storage.js +1 -0
  148. package/lib/utils/style.js +1 -0
  149. package/lib/utils/translate.js +1 -0
  150. package/lib/yahee-components.css +1 -0
  151. package/package.json +2 -1
  152. package/types/index.d.ts +1341 -6
  153. package/es/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js +0 -282
  154. package/es/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/lodash.js +0 -3677
  155. package/types/hooks/useClipboard.d.ts +0 -7
  156. package/types/hooks/useImg.d.ts +0 -10
  157. package/types/hooks/useImgPath.d.ts +0 -5
  158. package/types/hooks/useImport.d.ts +0 -11
  159. package/types/hooks/useUpload.d.ts +0 -12
  160. package/types/src/annex-upload/annex-upload.d.ts +0 -30
  161. package/types/src/annex-upload/annex-upload.vue.d.ts +0 -443
  162. package/types/src/annex-upload/index.d.ts +0 -123
  163. package/types/src/annex-upload/mimeType.d.ts +0 -2
  164. package/types/src/api/server.d.ts +0 -6
  165. package/types/src/api/tool.d.ts +0 -6
  166. package/types/src/api/types.d.ts +0 -17
  167. package/types/src/complex-search/complex-search.d.ts +0 -24
  168. package/types/src/complex-search/complex-search.vue.d.ts +0 -44
  169. package/types/src/complex-search/index.d.ts +0 -47
  170. package/types/src/components.d.ts +0 -10
  171. package/types/src/copy/copy.d.ts +0 -12
  172. package/types/src/copy/copy.vue.d.ts +0 -21
  173. package/types/src/copy/index.d.ts +0 -32
  174. package/types/src/country-platform-shop-condition/country-platform-shop-condition.d.ts +0 -17
  175. package/types/src/country-platform-shop-condition/country-platform-shop-condition.vue.d.ts +0 -14
  176. package/types/src/country-platform-shop-condition/index.d.ts +0 -16
  177. package/types/src/drop-down-condition/drop-down-condition.d.ts +0 -6
  178. package/types/src/drop-down-condition/drop-down-condition.vue.d.ts +0 -40
  179. package/types/src/drop-down-condition/index.d.ts +0 -42
  180. package/types/src/image-upload/image-upload.d.ts +0 -26
  181. package/types/src/image-upload/image-upload.vue.d.ts +0 -43
  182. package/types/src/image-upload/index.d.ts +0 -94
  183. package/types/src/index.d.ts +0 -7
  184. package/types/src/input/index.d.ts +0 -16
  185. package/types/src/input/input.d.ts +0 -18
  186. package/types/src/input/input.vue.d.ts +0 -14
  187. package/types/src/installs.d.ts +0 -557
  188. package/types/src/left-condition/index.d.ts +0 -69
  189. package/types/src/left-condition/left-condition-sub.vue.d.ts +0 -47
  190. package/types/src/left-condition/left-condition.d.ts +0 -5
  191. package/types/src/left-condition/left-condition.vue.d.ts +0 -68
  192. package/types/src/left-condition-enum/index.d.ts +0 -162
  193. package/types/src/left-condition-enum/left-condition-enum.d.ts +0 -5
  194. package/types/src/left-condition-enum/left-condition-enum.vue.d.ts +0 -160
  195. package/types/src/operation-log/index.d.ts +0 -9
  196. package/types/src/operation-log/operation-log-content.vue.d.ts +0 -24
  197. package/types/src/operation-log/operation-log-dialog.vue.d.ts +0 -39
  198. package/types/src/operation-log/operation-log-form.vue.d.ts +0 -19
  199. package/types/src/operation-log/operation-log.d.ts +0 -11
  200. package/types/src/operation-log/operation-log.vue.d.ts +0 -6
  201. package/types/src/static/CommonObject.d.ts +0 -18
  202. package/types/src/static/CommonVariables.d.ts +0 -4
  203. package/types/src/utils/config.d.ts +0 -8
  204. package/types/src/utils/const.d.ts +0 -19
  205. package/types/src/utils/functions.d.ts +0 -1
  206. package/types/src/utils/install.d.ts +0 -8
  207. package/types/src/utils/storage.d.ts +0 -18
  208. package/types/src/utils/style.d.ts +0 -19
  209. package/types/src/utils/to-kebab-case.d.ts +0 -1
  210. package/types/src/utils/translate.d.ts +0 -5
  211. package/types/src/utils/typescript.d.ts +0 -5
  212. /package/es/{node_modules/.pnpm/element-plus@2.8.3_vue@3.5.12_typescript@5.6.2_ → packages/components}/node_modules/element-plus/es/locale/lang/zh-cn.js +0 -0
  213. /package/es/{node_modules/.pnpm/v3-infinite-loading@1.3.2 → packages/components}/node_modules/v3-infinite-loading/lib/v3-infinite-loading.es.js +0 -0
@@ -1,47 +0,0 @@
1
- import { Option } from '../static/CommonObject';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function setCheckboxValue(val: boolean): void;
4
- declare function setCurrentValue(val: boolean): void;
5
- declare function resetValue(): void;
6
- declare function getValue(): Option;
7
- declare const _default: DefineComponent<{
8
- multiSelectList: Array<any>;
9
- countList?: Array<any>;
10
- item: Option;
11
- hasNum: boolean;
12
- allIsCheckbox?: boolean;
13
- translateUserId: boolean;
14
- }, {
15
- resetValue: typeof resetValue;
16
- getValue: typeof getValue;
17
- setCurrentValue: typeof setCurrentValue;
18
- setCheckboxValue: typeof setCheckboxValue;
19
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
- resetAllCheckedValue: (...args: any[]) => void;
21
- setSelectedStatusMap: (...args: any[]) => void;
22
- resetRange: (...args: any[]) => void;
23
- resetIsSelectAll: (...args: any[]) => void;
24
- notifyParent: (...args: any[]) => void;
25
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
26
- }, string, PublicProps, Readonly<{
27
- multiSelectList: Array<any>;
28
- countList?: Array<any>;
29
- item: Option;
30
- hasNum: boolean;
31
- allIsCheckbox?: boolean;
32
- translateUserId: boolean;
33
- }> & Readonly<{
34
- onResetAllCheckedValue?: (...args: any[]) => any;
35
- onSetSelectedStatusMap?: (...args: any[]) => any;
36
- onResetRange?: (...args: any[]) => any;
37
- onResetIsSelectAll?: (...args: any[]) => any;
38
- onNotifyParent?: (...args: any[]) => any;
39
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
40
- }>, {
41
- item: Option;
42
- multiSelectList: Array<any>;
43
- hasNum: boolean;
44
- allIsCheckbox: boolean;
45
- translateUserId: boolean;
46
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
47
- export default _default;
@@ -1,5 +0,0 @@
1
- export type SelectStatus = {
2
- label: string;
3
- value: any;
4
- selected: boolean;
5
- };
@@ -1,68 +0,0 @@
1
- import { Option } from '../static/CommonObject';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function clickAllSelected(): void;
4
- declare const _default: DefineComponent<{
5
- multiSelectList?: Array<any>;
6
- selectList: Array<Option>;
7
- countList?: Array<any>;
8
- totalCount?: number;
9
- hasNum?: boolean;
10
- displayRangeInput?: boolean;
11
- rangeLabel?: string;
12
- rangeStartKey?: string;
13
- rangeEndKey?: string;
14
- rangeDelimiter?: string;
15
- allIsCheckbox?: boolean;
16
- allIsEmpty?: boolean;
17
- translateUserId?: boolean;
18
- staticSearch?: boolean;
19
- label?: string;
20
- noNeedRefreshNumFilterName?: string;
21
- filterKey: string;
22
- defaultValues?: Array<string | number | boolean>;
23
- }, {
24
- clickAllSelected: typeof clickAllSelected;
25
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
- filterChange: (...args: any[]) => void;
27
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
28
- }, string, PublicProps, Readonly<{
29
- multiSelectList?: Array<any>;
30
- selectList: Array<Option>;
31
- countList?: Array<any>;
32
- totalCount?: number;
33
- hasNum?: boolean;
34
- displayRangeInput?: boolean;
35
- rangeLabel?: string;
36
- rangeStartKey?: string;
37
- rangeEndKey?: string;
38
- rangeDelimiter?: string;
39
- allIsCheckbox?: boolean;
40
- allIsEmpty?: boolean;
41
- translateUserId?: boolean;
42
- staticSearch?: boolean;
43
- label?: string;
44
- noNeedRefreshNumFilterName?: string;
45
- filterKey: string;
46
- defaultValues?: Array<string | number | boolean>;
47
- }> & Readonly<{
48
- onFilterChange?: (...args: any[]) => any;
49
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
50
- }>, {
51
- label: string;
52
- filterKey: string;
53
- multiSelectList: Array<any>;
54
- countList: Array<any>;
55
- hasNum: boolean;
56
- selectList: Array<Option>;
57
- totalCount: number;
58
- displayRangeInput: boolean;
59
- rangeLabel: string;
60
- rangeStartKey: string;
61
- rangeEndKey: string;
62
- rangeDelimiter: string;
63
- allIsEmpty: boolean;
64
- staticSearch: boolean;
65
- noNeedRefreshNumFilterName: string;
66
- defaultValues: Array<string | number | boolean>;
67
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
68
- export default _default;
@@ -1,162 +0,0 @@
1
- import { SFCWithInstall } from '../utils/typescript';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { Option } from '../static/CommonObject';
4
- export declare const YaheeLeftConditionEnum: SFCWithInstall<DefineComponent<ExtractPropTypes<{
5
- selectList: {
6
- type: {
7
- (arrayLength: number): Option[];
8
- (...items: Option[]): Option[];
9
- new (arrayLength: number): Option[];
10
- new (...items: Option[]): Option[];
11
- isArray(arg: any): arg is any[];
12
- readonly prototype: any[];
13
- from<T>(arrayLike: ArrayLike<T>): T[];
14
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
15
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
16
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
17
- of<T>(...items: T[]): T[];
18
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
19
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
20
- readonly [Symbol.species]: ArrayConstructor;
21
- };
22
- default: () => Option[];
23
- };
24
- baseUrl: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- countList: {
29
- type: {
30
- (arrayLength: number): any[];
31
- (...items: any[]): any[];
32
- new (arrayLength: number): any[];
33
- new (...items: any[]): any[];
34
- isArray(arg: any): arg is any[];
35
- readonly prototype: any[];
36
- from<T>(arrayLike: ArrayLike<T>): T[];
37
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
38
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
39
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
40
- of<T>(...items: T[]): T[];
41
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
42
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
43
- readonly [Symbol.species]: ArrayConstructor;
44
- };
45
- required: false;
46
- };
47
- enumEntity: {
48
- type: StringConstructor;
49
- default: string;
50
- };
51
- filterKey: {
52
- type: StringConstructor;
53
- default: string;
54
- };
55
- totalCount: {
56
- type: NumberConstructor;
57
- required: false;
58
- };
59
- noNeedRefreshNumFilterName: {
60
- type: StringConstructor;
61
- required: false;
62
- };
63
- allIsCheckbox: {
64
- type: BooleanConstructor;
65
- required: false;
66
- };
67
- allIsEmpty: {
68
- type: BooleanConstructor;
69
- required: false;
70
- };
71
- translateUserId: {
72
- type: BooleanConstructor;
73
- required: false;
74
- };
75
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
76
- filterChange: (...args: any[]) => void;
77
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
78
- }, string, PublicProps, Readonly< ExtractPropTypes<{
79
- selectList: {
80
- type: {
81
- (arrayLength: number): Option[];
82
- (...items: Option[]): Option[];
83
- new (arrayLength: number): Option[];
84
- new (...items: Option[]): Option[];
85
- isArray(arg: any): arg is any[];
86
- readonly prototype: any[];
87
- from<T>(arrayLike: ArrayLike<T>): T[];
88
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
89
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
90
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
91
- of<T>(...items: T[]): T[];
92
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
93
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
94
- readonly [Symbol.species]: ArrayConstructor;
95
- };
96
- default: () => Option[];
97
- };
98
- baseUrl: {
99
- type: StringConstructor;
100
- default: string;
101
- };
102
- countList: {
103
- type: {
104
- (arrayLength: number): any[];
105
- (...items: any[]): any[];
106
- new (arrayLength: number): any[];
107
- new (...items: any[]): any[];
108
- isArray(arg: any): arg is any[];
109
- readonly prototype: any[];
110
- from<T>(arrayLike: ArrayLike<T>): T[];
111
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
112
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
113
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
114
- of<T>(...items: T[]): T[];
115
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
116
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
117
- readonly [Symbol.species]: ArrayConstructor;
118
- };
119
- required: false;
120
- };
121
- enumEntity: {
122
- type: StringConstructor;
123
- default: string;
124
- };
125
- filterKey: {
126
- type: StringConstructor;
127
- default: string;
128
- };
129
- totalCount: {
130
- type: NumberConstructor;
131
- required: false;
132
- };
133
- noNeedRefreshNumFilterName: {
134
- type: StringConstructor;
135
- required: false;
136
- };
137
- allIsCheckbox: {
138
- type: BooleanConstructor;
139
- required: false;
140
- };
141
- allIsEmpty: {
142
- type: BooleanConstructor;
143
- required: false;
144
- };
145
- translateUserId: {
146
- type: BooleanConstructor;
147
- required: false;
148
- };
149
- }>> & Readonly<{
150
- onFilterChange?: (...args: any[]) => any;
151
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
152
- }>, {
153
- filterKey: string;
154
- allIsCheckbox: boolean;
155
- translateUserId: boolean;
156
- selectList: Option[];
157
- allIsEmpty: boolean;
158
- baseUrl: string;
159
- enumEntity: string;
160
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>;
161
- export default YaheeLeftConditionEnum;
162
- export * from './left-condition-enum.vue';
@@ -1,5 +0,0 @@
1
- export type SelectStatus = {
2
- label: string;
3
- value: any;
4
- selected: boolean;
5
- };
@@ -1,160 +0,0 @@
1
- import { Option } from '../static/CommonObject';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<ExtractPropTypes<{
4
- selectList: {
5
- type: {
6
- (arrayLength: number): Option[];
7
- (...items: Option[]): Option[];
8
- new (arrayLength: number): Option[];
9
- new (...items: Option[]): Option[];
10
- isArray(arg: any): arg is any[];
11
- readonly prototype: any[];
12
- from<T>(arrayLike: ArrayLike<T>): T[];
13
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
14
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
15
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
16
- of<T>(...items: T[]): T[];
17
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
18
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
19
- readonly [Symbol.species]: ArrayConstructor;
20
- };
21
- default: () => Option[];
22
- };
23
- baseUrl: {
24
- type: StringConstructor;
25
- default: string;
26
- };
27
- countList: {
28
- type: {
29
- (arrayLength: number): any[];
30
- (...items: any[]): any[];
31
- new (arrayLength: number): any[];
32
- new (...items: any[]): any[];
33
- isArray(arg: any): arg is any[];
34
- readonly prototype: any[];
35
- from<T>(arrayLike: ArrayLike<T>): T[];
36
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
37
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
38
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
39
- of<T>(...items: T[]): T[];
40
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
41
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
42
- readonly [Symbol.species]: ArrayConstructor;
43
- };
44
- required: false;
45
- };
46
- enumEntity: {
47
- type: StringConstructor;
48
- default: string;
49
- };
50
- filterKey: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- totalCount: {
55
- type: NumberConstructor;
56
- required: false;
57
- };
58
- noNeedRefreshNumFilterName: {
59
- type: StringConstructor;
60
- required: false;
61
- };
62
- allIsCheckbox: {
63
- type: BooleanConstructor;
64
- required: false;
65
- };
66
- allIsEmpty: {
67
- type: BooleanConstructor;
68
- required: false;
69
- };
70
- translateUserId: {
71
- type: BooleanConstructor;
72
- required: false;
73
- };
74
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
75
- filterChange: (...args: any[]) => void;
76
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
77
- }, string, PublicProps, Readonly< ExtractPropTypes<{
78
- selectList: {
79
- type: {
80
- (arrayLength: number): Option[];
81
- (...items: Option[]): Option[];
82
- new (arrayLength: number): Option[];
83
- new (...items: Option[]): Option[];
84
- isArray(arg: any): arg is any[];
85
- readonly prototype: any[];
86
- from<T>(arrayLike: ArrayLike<T>): T[];
87
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
88
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
89
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
90
- of<T>(...items: T[]): T[];
91
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
92
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
93
- readonly [Symbol.species]: ArrayConstructor;
94
- };
95
- default: () => Option[];
96
- };
97
- baseUrl: {
98
- type: StringConstructor;
99
- default: string;
100
- };
101
- countList: {
102
- type: {
103
- (arrayLength: number): any[];
104
- (...items: any[]): any[];
105
- new (arrayLength: number): any[];
106
- new (...items: any[]): any[];
107
- isArray(arg: any): arg is any[];
108
- readonly prototype: any[];
109
- from<T>(arrayLike: ArrayLike<T>): T[];
110
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
111
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
112
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
113
- of<T>(...items: T[]): T[];
114
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
115
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
116
- readonly [Symbol.species]: ArrayConstructor;
117
- };
118
- required: false;
119
- };
120
- enumEntity: {
121
- type: StringConstructor;
122
- default: string;
123
- };
124
- filterKey: {
125
- type: StringConstructor;
126
- default: string;
127
- };
128
- totalCount: {
129
- type: NumberConstructor;
130
- required: false;
131
- };
132
- noNeedRefreshNumFilterName: {
133
- type: StringConstructor;
134
- required: false;
135
- };
136
- allIsCheckbox: {
137
- type: BooleanConstructor;
138
- required: false;
139
- };
140
- allIsEmpty: {
141
- type: BooleanConstructor;
142
- required: false;
143
- };
144
- translateUserId: {
145
- type: BooleanConstructor;
146
- required: false;
147
- };
148
- }>> & Readonly<{
149
- onFilterChange?: (...args: any[]) => any;
150
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
151
- }>, {
152
- filterKey: string;
153
- allIsCheckbox: boolean;
154
- translateUserId: boolean;
155
- selectList: Option[];
156
- allIsEmpty: boolean;
157
- baseUrl: string;
158
- enumEntity: string;
159
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
160
- export default _default;
@@ -1,9 +0,0 @@
1
- import { SFCWithInstall } from '../utils/typescript';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { OperationLogProps } from './operation-log';
4
- export declare const YaheeOperationLog: SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
5
- projectId: string;
6
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
7
- export default YaheeOperationLog;
8
- export * from './operation-log.vue';
9
- export * from './operation-log';
@@ -1,24 +0,0 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<ExtractPropTypes<{
3
- info: {
4
- type: ObjectConstructor;
5
- default: () => void;
6
- };
7
- id: {
8
- type: NumberConstructor;
9
- default: number;
10
- };
11
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
12
- info: {
13
- type: ObjectConstructor;
14
- default: () => void;
15
- };
16
- id: {
17
- type: NumberConstructor;
18
- default: number;
19
- };
20
- }>> & Readonly<{}>, {
21
- id: number;
22
- info: Record<string, any>;
23
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
24
- export default _default;
@@ -1,39 +0,0 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<ExtractPropTypes<{
3
- modelValue: {
4
- type: BooleanConstructor;
5
- default: boolean;
6
- };
7
- docInfo: {
8
- type: PropType<{
9
- fileUrl: string;
10
- fileName: string;
11
- }>;
12
- default: () => void;
13
- };
14
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
- "update:modelValue": (...args: any[]) => void;
16
- confirmUpload: (...args: any[]) => void;
17
- }, string, PublicProps, Readonly< ExtractPropTypes<{
18
- modelValue: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- docInfo: {
23
- type: PropType<{
24
- fileUrl: string;
25
- fileName: string;
26
- }>;
27
- default: () => void;
28
- };
29
- }>> & Readonly<{
30
- "onUpdate:modelValue"?: (...args: any[]) => any;
31
- onConfirmUpload?: (...args: any[]) => any;
32
- }>, {
33
- modelValue: boolean;
34
- docInfo: {
35
- fileUrl: string;
36
- fileName: string;
37
- };
38
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
39
- export default _default;
@@ -1,19 +0,0 @@
1
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<ExtractPropTypes<{
3
- projectId: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
- filterChange: (...args: any[]) => void;
9
- }, string, PublicProps, Readonly< ExtractPropTypes<{
10
- projectId: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- }>> & Readonly<{
15
- onFilterChange?: (...args: any[]) => any;
16
- }>, {
17
- projectId: string;
18
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
- export default _default;
@@ -1,11 +0,0 @@
1
- import { default as OperationLog } from './operation-log.vue';
2
- /**
3
- * 定义props类型
4
- */
5
- export interface OperationLogProps {
6
- projectId: string;
7
- }
8
- /**
9
- * 定义instance类型
10
- */
11
- export type OperationLogInstance = InstanceType<typeof OperationLog>;
@@ -1,6 +0,0 @@
1
- import { OperationLogProps } from './operation-log';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare const _default: DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<OperationLogProps> & Readonly<{}>, {
4
- projectId: string;
5
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
6
- export default _default;
@@ -1,18 +0,0 @@
1
- export interface Option {
2
- label: string;
3
- value: string;
4
- }
5
- export interface RangeDate {
6
- BeginTime: string;
7
- EndTime: string;
8
- }
9
- export declare enum DateTimeType {
10
- Month = "M",
11
- Day = "d",
12
- Hour = "h",
13
- Minute = "m"
14
- }
15
- export declare enum i18nType {
16
- EN = "en",
17
- CN = "zh-CN"
18
- }
@@ -1,4 +0,0 @@
1
- export declare const defaultDateTimeFormat = "yyyy-MM-dd HH:mm:ss";
2
- export declare const defaultDatePickerTimeFormat = "YYYY-MM-DD HH:mm:ss";
3
- export declare const datePickerHourFormat = "YYYY-MM-DD HH:mm";
4
- export declare const defaultDateFormat = "yyyy-MM-dd";
@@ -1,8 +0,0 @@
1
- interface globalConfigType {
2
- apiEnv: string;
3
- }
4
- export declare function config(): {
5
- setConfig: (userConfig: any) => void;
6
- globalConfig: globalConfigType;
7
- };
8
- export {};
@@ -1,19 +0,0 @@
1
- /**
2
- * TODO:添加权限文档地址
3
- */
4
- export declare enum PERMISSIONS_CODE {
5
- SaveAutoTransfer = "Yahee.ERP.TOOL.TransferManage.SaveAutoTransfer",// 产品开发-分配认证负责人权限
6
- SaveAutoTransferFlag = "Yahee.ERP.TOOL.TransferManage.SaveAutoTransferFlag"
7
- }
8
- export declare const apiUrl: {
9
- development: {
10
- VITE_APP_API_BASEURL: string;
11
- VITE_APP_API_TOOLS: string;
12
- VITE_APP_API_REMARK: string;
13
- };
14
- production: {
15
- VITE_APP_API_BASEURL: string;
16
- VITE_APP_API_TOOLS: string;
17
- VITE_APP_API_REMARK: string;
18
- };
19
- };
@@ -1 +0,0 @@
1
- export { NOOP, toRawType } from '@vue/shared';
@@ -1,8 +0,0 @@
1
- import { App, Directive, Plugin } from 'vue';
2
- import { SFCInstallWithContext, SFCWithInstall } from './typescript';
3
- export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E) => SFCWithInstall<T> & E;
4
- export declare const withInstallFunction: <T>(fn: T, name: string) => SFCInstallWithContext<T>;
5
- export declare const withInstallDirective: <T extends Directive>(directive: T, name: string) => SFCWithInstall<T>;
6
- export declare const makeInstaller: (components?: Plugin[]) => {
7
- install: (app: App) => void;
8
- };
@@ -1,18 +0,0 @@
1
- /**
2
- * 封装操作localstorage本地存储的方法
3
- */
4
- export declare const storage: {
5
- set(key: string, value: any): void;
6
- get<T>(key: string): T;
7
- remove(key: string): void;
8
- setWithExpireTime(key: string, value: any, expireTime: number): void;
9
- getWithExpireTime<T>(key: string): T;
10
- };
11
- /**
12
- * 封装操作sessionStorage本地存储的方法
13
- */
14
- export declare const sessionStorageProxy: {
15
- set(key: string, value: any): void;
16
- get<T>(key: string): T;
17
- remove(key: string): void;
18
- };
@@ -1,19 +0,0 @@
1
- declare function getBackgroundColor(value: boolean): {
2
- backgroundColor: string;
3
- color: string;
4
- borderColor: string;
5
- } | {
6
- backgroundColor?: undefined;
7
- color?: undefined;
8
- borderColor?: undefined;
9
- };
10
- declare function getPriorityColor(priority: string): {
11
- backgroundColor: string;
12
- color: string;
13
- borderColor: string;
14
- };
15
- export declare const stylesUtils: {
16
- getBackgroundColor: typeof getBackgroundColor;
17
- getPriorityColor: typeof getPriorityColor;
18
- };
19
- export {};