yahee-components 0.0.24 → 0.0.26

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 +11 -11
  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,7 +0,0 @@
1
- import { App } from 'vue';
2
- export * from './components';
3
- declare const _default: {
4
- install: (app: App) => void;
5
- };
6
- export default _default;
7
- export declare function useGlobalConfig(userConfig: any): void;
@@ -1,16 +0,0 @@
1
- import { SFCWithInstall } from '../utils/typescript';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { InputProps } from './input';
4
- export declare const YaheeInput: SFCWithInstall<DefineComponent<InputProps, {
5
- focus: () => void;
6
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
- "update:modelValue": (value: string) => any;
8
- }, string, PublicProps, Readonly< InputProps> & Readonly<{
9
- "onUpdate:modelValue"?: (value: string) => any;
10
- }>, {
11
- modelValue: string;
12
- disabled: boolean;
13
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
14
- export default YaheeInput;
15
- export * from './input.vue';
16
- export * from './input';
@@ -1,18 +0,0 @@
1
- import { default as Input } from './input.vue';
2
- /**
3
- * 定义props类型
4
- */
5
- export interface InputProps {
6
- modelValue: string;
7
- disabled?: boolean;
8
- }
9
- /**
10
- * 定义emit类型
11
- */
12
- export type InputEmits = {
13
- 'update:modelValue': [value: string];
14
- };
15
- /**
16
- * 定义instance类型
17
- */
18
- export type InputInstance = InstanceType<typeof Input>;
@@ -1,14 +0,0 @@
1
- import { InputProps } from './input';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare function focus(): void;
4
- declare const _default: DefineComponent<InputProps, {
5
- focus: typeof focus;
6
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
- "update:modelValue": (value: string) => any;
8
- }, string, PublicProps, Readonly<InputProps> & Readonly<{
9
- "onUpdate:modelValue"?: (value: string) => any;
10
- }>, {
11
- modelValue: string;
12
- disabled: boolean;
13
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14
- export default _default;
@@ -1,557 +0,0 @@
1
- import { SFCWithInstall } from './utils/typescript';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentOptionsBase, ExtractPropTypes } from 'vue';
3
- import { InputProps } from './input';
4
- import { SearchOptions, SearchDataOptions, SearchItem } from './complex-search';
5
- import { CopyProps } from './copy';
6
- import { ImageUploadProps } from './image-upload';
7
- import { OperationLogProps } from './operation-log';
8
- import { AnnexUploadProps } from './annex-upload';
9
- import { Option } from './static/CommonObject';
10
- import { DropdownEntity } from './drop-down-condition/drop-down-condition';
11
- import { data } from './country-platform-shop-condition/country-platform-shop-condition';
12
- declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
13
- focus: () => void;
14
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
- "update:modelValue": (value: string) => any;
16
- }, string, PublicProps, Readonly< InputProps> & Readonly<{
17
- "onUpdate:modelValue"?: (value: string) => any;
18
- }>, {
19
- modelValue: string;
20
- disabled: boolean;
21
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
22
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
23
- pasteFormat?: () => void;
24
- defaultSearch?: string;
25
- options?: SearchOptions[];
26
- placeholderText?: string;
27
- showPatchSearch?: boolean;
28
- showWithinFilterCheckbox?: boolean;
29
- specialOptions?: SearchDataOptions[];
30
- normalOptions?: string[];
31
- showSelect?: boolean;
32
- searchItem?: SearchItem;
33
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
34
- filterChangeGrandson: (...args: any[]) => void;
35
- }, string, PublicProps, Readonly<{
36
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
37
- pasteFormat?: () => void;
38
- defaultSearch?: string;
39
- options?: SearchOptions[];
40
- placeholderText?: string;
41
- showPatchSearch?: boolean;
42
- showWithinFilterCheckbox?: boolean;
43
- specialOptions?: SearchDataOptions[];
44
- normalOptions?: string[];
45
- showSelect?: boolean;
46
- searchItem?: SearchItem;
47
- }> & Readonly<{
48
- onFilterChangeGrandson?: (...args: any[]) => any;
49
- }>, {
50
- dealSearch: (selectedSearchType: string, searchQuery: string) => void;
51
- pasteFormat: () => void;
52
- defaultSearch: string;
53
- options: SearchOptions[];
54
- placeholderText: string;
55
- showPatchSearch: boolean;
56
- showWithinFilterCheckbox: boolean;
57
- specialOptions: SearchDataOptions[];
58
- normalOptions: string[];
59
- showSelect: boolean;
60
- searchItem: SearchItem;
61
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>) | ( SFCWithInstall<{
62
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< CopyProps> & Readonly<{}>, {
63
- message: string;
64
- content: string;
65
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
66
- P: {};
67
- B: {};
68
- D: {};
69
- C: {};
70
- M: {};
71
- Defaults: {};
72
- }, Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, {
73
- message: string;
74
- content: string;
75
- }>;
76
- __isFragment?: never;
77
- __isTeleport?: never;
78
- __isSuspense?: never;
79
- } & ComponentOptionsBase<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
80
- message: string;
81
- content: string;
82
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
83
- $slots: {
84
- default?(_: {}): any;
85
- };
86
- })> & Record<string, any>) | ( SFCWithInstall<{
87
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ImageUploadProps> & Readonly<{
88
- onChange?: (...args: any[]) => any;
89
- "onUpdate:modelValue"?: (...args: any[]) => any;
90
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
91
- change: (...args: any[]) => void;
92
- "update:modelValue": (...args: any[]) => void;
93
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ImageUploadProps> & Readonly<{
94
- onChange?: (...args: any[]) => any;
95
- "onUpdate:modelValue"?: (...args: any[]) => any;
96
- }>, {
97
- modelValue: {
98
- index: number;
99
- fileId: string;
100
- fileName: string;
101
- };
102
- fileType: string;
103
- showDelete: boolean;
104
- zoom: number;
105
- imgSize: {
106
- width: number;
107
- height: number;
108
- };
109
- limitImgSize: boolean;
110
- limitFileSize: boolean;
111
- fileSize: number;
112
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
113
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
114
- P: {};
115
- B: {};
116
- D: {};
117
- C: {};
118
- M: {};
119
- Defaults: {};
120
- }, Readonly< ImageUploadProps> & Readonly<{
121
- onChange?: (...args: any[]) => any;
122
- "onUpdate:modelValue"?: (...args: any[]) => any;
123
- }>, {}, {}, {}, {}, {
124
- modelValue: {
125
- index: number;
126
- fileId: string;
127
- fileName: string;
128
- };
129
- fileType: string;
130
- showDelete: boolean;
131
- zoom: number;
132
- imgSize: {
133
- width: number;
134
- height: number;
135
- };
136
- limitImgSize: boolean;
137
- limitFileSize: boolean;
138
- fileSize: number;
139
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
140
- }>;
141
- __isFragment?: never;
142
- __isTeleport?: never;
143
- __isSuspense?: never;
144
- } & ComponentOptionsBase<Readonly< ImageUploadProps> & Readonly<{
145
- onChange?: (...args: any[]) => any;
146
- "onUpdate:modelValue"?: (...args: any[]) => any;
147
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
148
- change: (...args: any[]) => void;
149
- "update:modelValue": (...args: any[]) => void;
150
- }, string, {
151
- modelValue: {
152
- index: number;
153
- fileId: string;
154
- fileName: string;
155
- };
156
- fileType: string;
157
- showDelete: boolean;
158
- zoom: number;
159
- imgSize: {
160
- width: number;
161
- height: number;
162
- };
163
- limitImgSize: boolean;
164
- limitFileSize: boolean;
165
- fileSize: number;
166
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
167
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
168
- $slots: {
169
- default?(_: {
170
- value: string;
171
- }): any;
172
- };
173
- })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
174
- projectId: string;
175
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<{
176
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< AnnexUploadProps> & Readonly<{
177
- onChange?: (...args: any[]) => any;
178
- "onUpdate:modelValue"?: (...args: any[]) => any;
179
- onSuccess?: (...args: any[]) => any;
180
- onRemove?: (...args: any[]) => any;
181
- }>, {
182
- clearFiles: () => Promise<void>;
183
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
184
- change: (...args: any[]) => void;
185
- "update:modelValue": (...args: any[]) => void;
186
- success: (...args: any[]) => void;
187
- remove: (...args: any[]) => void;
188
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< AnnexUploadProps> & Readonly<{
189
- onChange?: (...args: any[]) => any;
190
- "onUpdate:modelValue"?: (...args: any[]) => any;
191
- onSuccess?: (...args: any[]) => any;
192
- onRemove?: (...args: any[]) => any;
193
- }>, {
194
- modelValue: {
195
- index: number;
196
- fileId: string;
197
- fileName: string;
198
- }[];
199
- validateEvent: boolean;
200
- fileType: string;
201
- limitFileSize: boolean;
202
- fileSize: number;
203
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
204
- accept: string;
205
- fileList: {
206
- name: string;
207
- url: string;
208
- }[];
209
- limit: number;
210
- showList: boolean;
211
- checkRealType: boolean;
212
- uploadType: "upload" | "import";
213
- showTips: boolean;
214
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
215
- P: {};
216
- B: {};
217
- D: {};
218
- C: {};
219
- M: {};
220
- Defaults: {};
221
- }, Readonly< AnnexUploadProps> & Readonly<{
222
- onChange?: (...args: any[]) => any;
223
- "onUpdate:modelValue"?: (...args: any[]) => any;
224
- onSuccess?: (...args: any[]) => any;
225
- onRemove?: (...args: any[]) => any;
226
- }>, {
227
- clearFiles: () => Promise<void>;
228
- }, {}, {}, {}, {
229
- modelValue: {
230
- index: number;
231
- fileId: string;
232
- fileName: string;
233
- }[];
234
- validateEvent: boolean;
235
- fileType: string;
236
- limitFileSize: boolean;
237
- fileSize: number;
238
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
239
- accept: string;
240
- fileList: {
241
- name: string;
242
- url: string;
243
- }[];
244
- limit: number;
245
- showList: boolean;
246
- checkRealType: boolean;
247
- uploadType: "upload" | "import";
248
- showTips: boolean;
249
- }>;
250
- __isFragment?: never;
251
- __isTeleport?: never;
252
- __isSuspense?: never;
253
- } & ComponentOptionsBase<Readonly< AnnexUploadProps> & Readonly<{
254
- onChange?: (...args: any[]) => any;
255
- "onUpdate:modelValue"?: (...args: any[]) => any;
256
- onSuccess?: (...args: any[]) => any;
257
- onRemove?: (...args: any[]) => any;
258
- }>, {
259
- clearFiles: () => Promise<void>;
260
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
261
- change: (...args: any[]) => void;
262
- "update:modelValue": (...args: any[]) => void;
263
- success: (...args: any[]) => void;
264
- remove: (...args: any[]) => void;
265
- }, string, {
266
- modelValue: {
267
- index: number;
268
- fileId: string;
269
- fileName: string;
270
- }[];
271
- validateEvent: boolean;
272
- fileType: string;
273
- limitFileSize: boolean;
274
- fileSize: number;
275
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
276
- accept: string;
277
- fileList: {
278
- name: string;
279
- url: string;
280
- }[];
281
- limit: number;
282
- showList: boolean;
283
- checkRealType: boolean;
284
- uploadType: "upload" | "import";
285
- showTips: boolean;
286
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
287
- $slots: {
288
- default?(_: {}): any;
289
- tip?(_: {}): any;
290
- };
291
- })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
292
- multiSelectList?: Array<any>;
293
- selectList: Array< Option>;
294
- countList?: Array<any>;
295
- totalCount?: number;
296
- hasNum?: boolean;
297
- displayRangeInput?: boolean;
298
- rangeLabel?: string;
299
- rangeStartKey?: string;
300
- rangeEndKey?: string;
301
- rangeDelimiter?: string;
302
- allIsCheckbox?: boolean;
303
- allIsEmpty?: boolean;
304
- translateUserId?: boolean;
305
- staticSearch?: boolean;
306
- label?: string;
307
- noNeedRefreshNumFilterName?: string;
308
- filterKey: string;
309
- defaultValues?: Array<string | number | boolean>;
310
- }, {
311
- clickAllSelected: () => void;
312
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
313
- filterChange: (...args: any[]) => void;
314
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
315
- }, string, PublicProps, Readonly<{
316
- multiSelectList?: Array<any>;
317
- selectList: Array< Option>;
318
- countList?: Array<any>;
319
- totalCount?: number;
320
- hasNum?: boolean;
321
- displayRangeInput?: boolean;
322
- rangeLabel?: string;
323
- rangeStartKey?: string;
324
- rangeEndKey?: string;
325
- rangeDelimiter?: string;
326
- allIsCheckbox?: boolean;
327
- allIsEmpty?: boolean;
328
- translateUserId?: boolean;
329
- staticSearch?: boolean;
330
- label?: string;
331
- noNeedRefreshNumFilterName?: string;
332
- filterKey: string;
333
- defaultValues?: Array<string | number | boolean>;
334
- }> & Readonly<{
335
- onFilterChange?: (...args: any[]) => any;
336
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
337
- }>, {
338
- label: string;
339
- filterKey: string;
340
- multiSelectList: Array<any>;
341
- countList: Array<any>;
342
- hasNum: boolean;
343
- selectList: Array< Option>;
344
- totalCount: number;
345
- displayRangeInput: boolean;
346
- rangeLabel: string;
347
- rangeStartKey: string;
348
- rangeEndKey: string;
349
- rangeDelimiter: string;
350
- allIsEmpty: boolean;
351
- staticSearch: boolean;
352
- noNeedRefreshNumFilterName: string;
353
- defaultValues: Array<string | number | boolean>;
354
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ExtractPropTypes<{
355
- selectList: {
356
- type: {
357
- (arrayLength: number): Option[];
358
- (...items: Option[]): Option[];
359
- new (arrayLength: number): Option[];
360
- new (...items: Option[]): Option[];
361
- isArray(arg: any): arg is any[];
362
- readonly prototype: any[];
363
- from<T>(arrayLike: ArrayLike<T>): T[];
364
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
365
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
366
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
367
- of<T>(...items: T[]): T[];
368
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
369
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
370
- readonly [Symbol.species]: ArrayConstructor;
371
- };
372
- default: () => Option[];
373
- };
374
- baseUrl: {
375
- type: StringConstructor;
376
- default: string;
377
- };
378
- countList: {
379
- type: {
380
- (arrayLength: number): any[];
381
- (...items: any[]): any[];
382
- new (arrayLength: number): any[];
383
- new (...items: any[]): any[];
384
- isArray(arg: any): arg is any[];
385
- readonly prototype: any[];
386
- from<T>(arrayLike: ArrayLike<T>): T[];
387
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
388
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
389
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
390
- of<T>(...items: T[]): T[];
391
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
392
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
393
- readonly [Symbol.species]: ArrayConstructor;
394
- };
395
- required: false;
396
- };
397
- enumEntity: {
398
- type: StringConstructor;
399
- default: string;
400
- };
401
- filterKey: {
402
- type: StringConstructor;
403
- default: string;
404
- };
405
- totalCount: {
406
- type: NumberConstructor;
407
- required: false;
408
- };
409
- noNeedRefreshNumFilterName: {
410
- type: StringConstructor;
411
- required: false;
412
- };
413
- allIsCheckbox: {
414
- type: BooleanConstructor;
415
- required: false;
416
- };
417
- allIsEmpty: {
418
- type: BooleanConstructor;
419
- required: false;
420
- };
421
- translateUserId: {
422
- type: BooleanConstructor;
423
- required: false;
424
- };
425
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
426
- filterChange: (...args: any[]) => void;
427
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
428
- }, string, PublicProps, Readonly< ExtractPropTypes<{
429
- selectList: {
430
- type: {
431
- (arrayLength: number): Option[];
432
- (...items: Option[]): Option[];
433
- new (arrayLength: number): Option[];
434
- new (...items: Option[]): Option[];
435
- isArray(arg: any): arg is any[];
436
- readonly prototype: any[];
437
- from<T>(arrayLike: ArrayLike<T>): T[];
438
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
439
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
440
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
441
- of<T>(...items: T[]): T[];
442
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
443
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
444
- readonly [Symbol.species]: ArrayConstructor;
445
- };
446
- default: () => Option[];
447
- };
448
- baseUrl: {
449
- type: StringConstructor;
450
- default: string;
451
- };
452
- countList: {
453
- type: {
454
- (arrayLength: number): any[];
455
- (...items: any[]): any[];
456
- new (arrayLength: number): any[];
457
- new (...items: any[]): any[];
458
- isArray(arg: any): arg is any[];
459
- readonly prototype: any[];
460
- from<T>(arrayLike: ArrayLike<T>): T[];
461
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
462
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
463
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
464
- of<T>(...items: T[]): T[];
465
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
466
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
467
- readonly [Symbol.species]: ArrayConstructor;
468
- };
469
- required: false;
470
- };
471
- enumEntity: {
472
- type: StringConstructor;
473
- default: string;
474
- };
475
- filterKey: {
476
- type: StringConstructor;
477
- default: string;
478
- };
479
- totalCount: {
480
- type: NumberConstructor;
481
- required: false;
482
- };
483
- noNeedRefreshNumFilterName: {
484
- type: StringConstructor;
485
- required: false;
486
- };
487
- allIsCheckbox: {
488
- type: BooleanConstructor;
489
- required: false;
490
- };
491
- allIsEmpty: {
492
- type: BooleanConstructor;
493
- required: false;
494
- };
495
- translateUserId: {
496
- type: BooleanConstructor;
497
- required: false;
498
- };
499
- }>> & Readonly<{
500
- onFilterChange?: (...args: any[]) => any;
501
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
502
- }>, {
503
- filterKey: string;
504
- allIsCheckbox: boolean;
505
- translateUserId: boolean;
506
- selectList: Option[];
507
- allIsEmpty: boolean;
508
- baseUrl: string;
509
- enumEntity: string;
510
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
511
- filterList?: Array< DropdownEntity>;
512
- totalCount?: number;
513
- level1Count?: Array<{
514
- value: string;
515
- count: number;
516
- }>;
517
- level2Count?: Array<{
518
- value: string;
519
- count: number;
520
- }>;
521
- filterKey: string;
522
- enumEntity: string;
523
- baseUrl: string;
524
- noNeedRefreshNumFilterName?: string;
525
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
526
- filterChange: (...args: any[]) => void;
527
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
528
- }, string, PublicProps, Readonly<{
529
- filterList?: Array< DropdownEntity>;
530
- totalCount?: number;
531
- level1Count?: Array<{
532
- value: string;
533
- count: number;
534
- }>;
535
- level2Count?: Array<{
536
- value: string;
537
- count: number;
538
- }>;
539
- filterKey: string;
540
- enumEntity: string;
541
- baseUrl: string;
542
- noNeedRefreshNumFilterName?: string;
543
- }> & Readonly<{
544
- onFilterChange?: (...args: any[]) => any;
545
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
546
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
547
- xyFilters?: data;
548
- filterKey: string;
549
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
550
- filterChange: (...args: any[]) => void;
551
- }, string, PublicProps, Readonly<{
552
- xyFilters?: data;
553
- filterKey: string;
554
- }> & Readonly<{
555
- onFilterChange?: (...args: any[]) => any;
556
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>))[];
557
- export default _default;
@@ -1,69 +0,0 @@
1
- import { SFCWithInstall } from '../utils/typescript';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { Option } from '../static/CommonObject';
4
- export declare const YaheeLeftCondition: SFCWithInstall<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: () => void;
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>> & Record<string, any>;
68
- export default YaheeLeftCondition;
69
- export * from './left-condition.vue';