@oinone/kunlun-vue-ui-antd 6.2.0

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 (260) hide show
  1. package/README.md +1 -0
  2. package/dist/oinone-kunlun-vue-ui-antd.css +1 -0
  3. package/dist/oinone-kunlun-vue-ui-antd.esm.js +16 -0
  4. package/dist/oinone-kunlun-vue-ui-antd.scss +1 -0
  5. package/dist/types/index.d.ts +3 -0
  6. package/dist/types/src/component/index.d.ts +31 -0
  7. package/dist/types/src/component/oio-block/index.d.ts +3 -0
  8. package/dist/types/src/component/oio-block/oio-block.vue.d.ts +39 -0
  9. package/dist/types/src/component/oio-block/oio-col.vue.d.ts +86 -0
  10. package/dist/types/src/component/oio-block/oio-row.vue.d.ts +34 -0
  11. package/dist/types/src/component/oio-breadcrumb/index.d.ts +2 -0
  12. package/dist/types/src/component/oio-breadcrumb/oio-breadcrumb-item.vue.d.ts +14 -0
  13. package/dist/types/src/component/oio-breadcrumb/oio-breadcrumb.vue.d.ts +14 -0
  14. package/dist/types/src/component/oio-button/index.d.ts +1 -0
  15. package/dist/types/src/component/oio-button/oio-button.vue.d.ts +136 -0
  16. package/dist/types/src/component/oio-cascader/index.d.ts +1 -0
  17. package/dist/types/src/component/oio-cascader/oio-cascader.vue.d.ts +236 -0
  18. package/dist/types/src/component/oio-checkbox/index.d.ts +1 -0
  19. package/dist/types/src/component/oio-checkbox/oio-checkbox.vue.d.ts +56 -0
  20. package/dist/types/src/component/oio-collapse/index.d.ts +2 -0
  21. package/dist/types/src/component/oio-collapse/oio-collapse-panel.vue.d.ts +86 -0
  22. package/dist/types/src/component/oio-collapse/oio-collapse.vue.d.ts +103 -0
  23. package/dist/types/src/component/oio-date-time-picker/index.d.ts +5 -0
  24. package/dist/types/src/component/oio-date-time-picker/oio-date-picker.vue.d.ts +182 -0
  25. package/dist/types/src/component/oio-date-time-picker/oio-date-time-picker.vue.d.ts +240 -0
  26. package/dist/types/src/component/oio-date-time-picker/oio-time-picker.vue.d.ts +176 -0
  27. package/dist/types/src/component/oio-date-time-picker/oio-year-picker.vue.d.ts +139 -0
  28. package/dist/types/src/component/oio-date-time-picker/use-date-time-picker-props.d.ts +15 -0
  29. package/dist/types/src/component/oio-date-time-range-picker/index.d.ts +5 -0
  30. package/dist/types/src/component/oio-date-time-range-picker/oio-date-range-picker.vue.d.ts +139 -0
  31. package/dist/types/src/component/oio-date-time-range-picker/oio-date-time-range-picker.vue.d.ts +195 -0
  32. package/dist/types/src/component/oio-date-time-range-picker/oio-time-range-picker.vue.d.ts +139 -0
  33. package/dist/types/src/component/oio-date-time-range-picker/oio-year-range-picker.vue.d.ts +124 -0
  34. package/dist/types/src/component/oio-date-time-range-picker/use-date-time-range-picker-props.d.ts +12 -0
  35. package/dist/types/src/component/oio-divider/index.d.ts +2 -0
  36. package/dist/types/src/component/oio-divider/oio-divider.vue.d.ts +38 -0
  37. package/dist/types/src/component/oio-drawer/index.d.ts +1 -0
  38. package/dist/types/src/component/oio-drawer/oio-drawer.vue.d.ts +227 -0
  39. package/dist/types/src/component/oio-dropdown/index.d.ts +1 -0
  40. package/dist/types/src/component/oio-dropdown/oio-dropdown.vue.d.ts +78 -0
  41. package/dist/types/src/component/oio-empty/index.d.ts +1 -0
  42. package/dist/types/src/component/oio-empty/oio-empty-data.vue.d.ts +42 -0
  43. package/dist/types/src/component/oio-form/index.d.ts +2 -0
  44. package/dist/types/src/component/oio-form/oio-form-item.vue.d.ts +126 -0
  45. package/dist/types/src/component/oio-form/oio-form.vue.d.ts +100 -0
  46. package/dist/types/src/component/oio-gallery/index.d.ts +1 -0
  47. package/dist/types/src/component/oio-gallery/oio-gallery.vue.d.ts +98 -0
  48. package/dist/types/src/component/oio-group/index.d.ts +2 -0
  49. package/dist/types/src/component/oio-group/oio-group-help.vue.d.ts +65 -0
  50. package/dist/types/src/component/oio-group/oio-group.vue.d.ts +113 -0
  51. package/dist/types/src/component/oio-inner-popup/index.d.ts +1 -0
  52. package/dist/types/src/component/oio-inner-popup/oio-inner-popup.vue.d.ts +195 -0
  53. package/dist/types/src/component/oio-input/index.d.ts +5 -0
  54. package/dist/types/src/component/oio-input/oio-input-group.vue.d.ts +16 -0
  55. package/dist/types/src/component/oio-input/oio-input-number.vue.d.ts +167 -0
  56. package/dist/types/src/component/oio-input/oio-input-password.vue.d.ts +111 -0
  57. package/dist/types/src/component/oio-input/oio-input-search.vue.d.ts +106 -0
  58. package/dist/types/src/component/oio-input/oio-input.vue.d.ts +107 -0
  59. package/dist/types/src/component/oio-modal/index.d.ts +1 -0
  60. package/dist/types/src/component/oio-modal/oio-modal.vue.d.ts +230 -0
  61. package/dist/types/src/component/oio-notification/index.d.ts +116 -0
  62. package/dist/types/src/component/oio-pagination/index.d.ts +1 -0
  63. package/dist/types/src/component/oio-pagination/oio-pagination.vue.d.ts +107 -0
  64. package/dist/types/src/component/oio-popconfirm/index.d.ts +1 -0
  65. package/dist/types/src/component/oio-popconfirm/oio-popconfirm.vue.d.ts +119 -0
  66. package/dist/types/src/component/oio-select/index.d.ts +1 -0
  67. package/dist/types/src/component/oio-select/oio-select.vue.d.ts +153 -0
  68. package/dist/types/src/component/oio-slider/index.d.ts +1 -0
  69. package/dist/types/src/component/oio-slider/oio-slider.vue.d.ts +155 -0
  70. package/dist/types/src/component/oio-spin/index.d.ts +1 -0
  71. package/dist/types/src/component/oio-spin/oio-spin.vue.d.ts +54 -0
  72. package/dist/types/src/component/oio-switch/index.d.ts +1 -0
  73. package/dist/types/src/component/oio-switch/oio-switch.vue.d.ts +92 -0
  74. package/dist/types/src/component/oio-tabs/index.d.ts +3 -0
  75. package/dist/types/src/component/oio-tabs/oio-tab.vue.d.ts +67 -0
  76. package/dist/types/src/component/oio-tabs/oio-tabs.vue.d.ts +93 -0
  77. package/dist/types/src/component/oio-tabs/use-tab-bar.d.ts +5 -0
  78. package/dist/types/src/component/oio-textarea/index.d.ts +1 -0
  79. package/dist/types/src/component/oio-textarea/oio-textarea.vue.d.ts +100 -0
  80. package/dist/types/src/component/oio-tooltip/index.d.ts +2 -0
  81. package/dist/types/src/component/oio-tooltip/oio-tooltip-help.vue.d.ts +12 -0
  82. package/dist/types/src/component/oio-tooltip/oio-tooltip.vue.d.ts +76 -0
  83. package/dist/types/src/component/oio-tree/index.d.ts +1 -0
  84. package/dist/types/src/component/oio-tree/oio-tree.vue.d.ts +171 -0
  85. package/dist/types/src/component/oio-tree-select/index.d.ts +1 -0
  86. package/dist/types/src/component/oio-tree-select/oio-tree-select.vue.d.ts +226 -0
  87. package/dist/types/src/component/oio-upload/index.d.ts +1 -0
  88. package/dist/types/src/component/oio-upload/oio-upload.vue.d.ts +187 -0
  89. package/dist/types/src/index.d.ts +2 -0
  90. package/dist/types/src/theme/index.d.ts +1 -0
  91. package/dist/types/src/vc-component/index.d.ts +1 -0
  92. package/dist/types/src/vc-component/use-max-tag-placeholder.d.ts +7 -0
  93. package/index.ts +3 -0
  94. package/package.json +36 -0
  95. package/rollup.config.js +15 -0
  96. package/src/component/index.ts +32 -0
  97. package/src/component/oio-block/index.ts +3 -0
  98. package/src/component/oio-block/oio-block.vue +77 -0
  99. package/src/component/oio-block/oio-col.vue +32 -0
  100. package/src/component/oio-block/oio-row.vue +42 -0
  101. package/src/component/oio-block/style/a-col.scss +18 -0
  102. package/src/component/oio-block/style/index.scss +42 -0
  103. package/src/component/oio-block/style/parameters.scss +13 -0
  104. package/src/component/oio-breadcrumb/index.ts +2 -0
  105. package/src/component/oio-breadcrumb/oio-breadcrumb-item.vue +30 -0
  106. package/src/component/oio-breadcrumb/oio-breadcrumb.vue +30 -0
  107. package/src/component/oio-button/index.ts +1 -0
  108. package/src/component/oio-button/oio-button.vue +154 -0
  109. package/src/component/oio-button/style/a-button.scss +210 -0
  110. package/src/component/oio-button/style/index.scss +21 -0
  111. package/src/component/oio-button/style/parameters.scss +5 -0
  112. package/src/component/oio-cascader/index.ts +1 -0
  113. package/src/component/oio-cascader/oio-cascader.vue +171 -0
  114. package/src/component/oio-cascader/style/index.scss +59 -0
  115. package/src/component/oio-cascader/style/parameters.scss +5 -0
  116. package/src/component/oio-checkbox/index.ts +1 -0
  117. package/src/component/oio-checkbox/oio-checkbox.vue +69 -0
  118. package/src/component/oio-checkbox/style/index.scss +8 -0
  119. package/src/component/oio-checkbox/style/parameters.scss +5 -0
  120. package/src/component/oio-collapse/index.ts +2 -0
  121. package/src/component/oio-collapse/oio-collapse-panel.vue +92 -0
  122. package/src/component/oio-collapse/oio-collapse.vue +138 -0
  123. package/src/component/oio-collapse/style/index.scss +59 -0
  124. package/src/component/oio-collapse/style/parameters.scss +5 -0
  125. package/src/component/oio-date-time-picker/index.ts +5 -0
  126. package/src/component/oio-date-time-picker/oio-date-picker.vue +34 -0
  127. package/src/component/oio-date-time-picker/oio-date-time-picker.vue +91 -0
  128. package/src/component/oio-date-time-picker/oio-time-picker.vue +34 -0
  129. package/src/component/oio-date-time-picker/oio-year-picker.vue +34 -0
  130. package/src/component/oio-date-time-picker/style/index.scss +348 -0
  131. package/src/component/oio-date-time-picker/style/mixin.scss +16 -0
  132. package/src/component/oio-date-time-picker/style/parameters.scss +5 -0
  133. package/src/component/oio-date-time-picker/use-date-time-picker-props.ts +151 -0
  134. package/src/component/oio-date-time-range-picker/index.ts +5 -0
  135. package/src/component/oio-date-time-range-picker/oio-date-range-picker.vue +29 -0
  136. package/src/component/oio-date-time-range-picker/oio-date-time-range-picker.vue +82 -0
  137. package/src/component/oio-date-time-range-picker/oio-time-range-picker.vue +29 -0
  138. package/src/component/oio-date-time-range-picker/oio-year-range-picker.vue +29 -0
  139. package/src/component/oio-date-time-range-picker/style/index.scss +227 -0
  140. package/src/component/oio-date-time-range-picker/style/parameters.scss +5 -0
  141. package/src/component/oio-date-time-range-picker/use-date-time-range-picker-props.ts +138 -0
  142. package/src/component/oio-divider/index.ts +3 -0
  143. package/src/component/oio-divider/oio-divider.vue +31 -0
  144. package/src/component/oio-divider/style/index.scss +7 -0
  145. package/src/component/oio-divider/style/parameters.scss +5 -0
  146. package/src/component/oio-drawer/index.ts +1 -0
  147. package/src/component/oio-drawer/oio-drawer.vue +120 -0
  148. package/src/component/oio-drawer/style/index.scss +93 -0
  149. package/src/component/oio-drawer/style/parameters.scss +5 -0
  150. package/src/component/oio-dropdown/index.ts +1 -0
  151. package/src/component/oio-dropdown/oio-dropdown.vue +81 -0
  152. package/src/component/oio-dropdown/style/index.scss +30 -0
  153. package/src/component/oio-dropdown/style/parameters.scss +5 -0
  154. package/src/component/oio-empty/index.ts +1 -0
  155. package/src/component/oio-empty/oio-empty-data.vue +47 -0
  156. package/src/component/oio-empty/style/index.scss +6 -0
  157. package/src/component/oio-form/index.ts +2 -0
  158. package/src/component/oio-form/oio-form-item.vue +81 -0
  159. package/src/component/oio-form/oio-form.vue +102 -0
  160. package/src/component/oio-form/style/animation.scss +17 -0
  161. package/src/component/oio-form/style/index.scss +135 -0
  162. package/src/component/oio-form/style/parameters.scss +9 -0
  163. package/src/component/oio-gallery/index.ts +1 -0
  164. package/src/component/oio-gallery/oio-gallery.vue +158 -0
  165. package/src/component/oio-group/index.ts +2 -0
  166. package/src/component/oio-group/oio-group-help.vue +28 -0
  167. package/src/component/oio-group/oio-group.vue +140 -0
  168. package/src/component/oio-group/style/index.scss +98 -0
  169. package/src/component/oio-group/style/parameters.scss +5 -0
  170. package/src/component/oio-inner-popup/index.ts +1 -0
  171. package/src/component/oio-inner-popup/oio-inner-popup.vue +230 -0
  172. package/src/component/oio-inner-popup/style/index.scss +147 -0
  173. package/src/component/oio-inner-popup/style/parameters.scss +5 -0
  174. package/src/component/oio-input/index.ts +5 -0
  175. package/src/component/oio-input/oio-input-group.vue +40 -0
  176. package/src/component/oio-input/oio-input-number.vue +374 -0
  177. package/src/component/oio-input/oio-input-password.vue +67 -0
  178. package/src/component/oio-input/oio-input-search.vue +107 -0
  179. package/src/component/oio-input/oio-input.vue +124 -0
  180. package/src/component/oio-input/style/a-input.scss +103 -0
  181. package/src/component/oio-input/style/index.scss +198 -0
  182. package/src/component/oio-input/style/mixin.scss +50 -0
  183. package/src/component/oio-input/style/oio-input-group.scss +31 -0
  184. package/src/component/oio-input/style/oio-input-number.scss +13 -0
  185. package/src/component/oio-input/style/oio-input-search.scss +94 -0
  186. package/src/component/oio-input/style/parameters.scss +21 -0
  187. package/src/component/oio-modal/index.ts +1 -0
  188. package/src/component/oio-modal/index.zh-CN.md +167 -0
  189. package/src/component/oio-modal/oio-modal.vue +184 -0
  190. package/src/component/oio-modal/style/index.scss +167 -0
  191. package/src/component/oio-modal/style/parameters.scss +5 -0
  192. package/src/component/oio-notification/index.ts +197 -0
  193. package/src/component/oio-notification/style/index.scss +67 -0
  194. package/src/component/oio-notification/style/parameters.scss +5 -0
  195. package/src/component/oio-pagination/index.ts +1 -0
  196. package/src/component/oio-pagination/oio-pagination.vue +105 -0
  197. package/src/component/oio-pagination/style/index.scss +181 -0
  198. package/src/component/oio-pagination/style/parameters.scss +5 -0
  199. package/src/component/oio-popconfirm/index.ts +1 -0
  200. package/src/component/oio-popconfirm/oio-popconfirm.vue +192 -0
  201. package/src/component/oio-popconfirm/style/index.scss +54 -0
  202. package/src/component/oio-popconfirm/style/parameters.scss +5 -0
  203. package/src/component/oio-popover/style/index.scss +16 -0
  204. package/src/component/oio-popover/style/parameters.scss +5 -0
  205. package/src/component/oio-radio/style/index.scss +24 -0
  206. package/src/component/oio-radio/style/parameters.scss +5 -0
  207. package/src/component/oio-select/index.ts +1 -0
  208. package/src/component/oio-select/oio-select.vue +104 -0
  209. package/src/component/oio-select/style/a-select.scss +102 -0
  210. package/src/component/oio-select/style/index.scss +129 -0
  211. package/src/component/oio-select/style/mixin.scss +18 -0
  212. package/src/component/oio-select/style/parameters.scss +5 -0
  213. package/src/component/oio-slider/index.ts +1 -0
  214. package/src/component/oio-slider/oio-slider.vue +81 -0
  215. package/src/component/oio-slider/style/index.scss +100 -0
  216. package/src/component/oio-slider/style/parameters.scss +5 -0
  217. package/src/component/oio-spin/index.ts +1 -0
  218. package/src/component/oio-spin/oio-spin.vue +87 -0
  219. package/src/component/oio-spin/style/index.scss +48 -0
  220. package/src/component/oio-spin/style/parameters.scss +5 -0
  221. package/src/component/oio-switch/index.ts +1 -0
  222. package/src/component/oio-switch/oio-switch.vue +42 -0
  223. package/src/component/oio-switch/style/index.scss +36 -0
  224. package/src/component/oio-switch/style/parameters.scss +5 -0
  225. package/src/component/oio-tabs/index.ts +3 -0
  226. package/src/component/oio-tabs/oio-tab.vue +99 -0
  227. package/src/component/oio-tabs/oio-tabs.vue +188 -0
  228. package/src/component/oio-tabs/style/index.scss +274 -0
  229. package/src/component/oio-tabs/style/parameters.scss +9 -0
  230. package/src/component/oio-tabs/use-tab-bar.ts +69 -0
  231. package/src/component/oio-textarea/index.ts +1 -0
  232. package/src/component/oio-textarea/oio-textarea.vue +76 -0
  233. package/src/component/oio-textarea/style/index.scss +108 -0
  234. package/src/component/oio-textarea/style/parameters.scss +5 -0
  235. package/src/component/oio-tooltip/index.ts +2 -0
  236. package/src/component/oio-tooltip/oio-tooltip-help.vue +40 -0
  237. package/src/component/oio-tooltip/oio-tooltip.vue +59 -0
  238. package/src/component/oio-tooltip/style/index.scss +8 -0
  239. package/src/component/oio-tooltip/style/parameters.scss +9 -0
  240. package/src/component/oio-tree/index.ts +1 -0
  241. package/src/component/oio-tree/oio-tree.vue +181 -0
  242. package/src/component/oio-tree/style/index.scss +51 -0
  243. package/src/component/oio-tree/style/parameters.scss +5 -0
  244. package/src/component/oio-tree-select/index.ts +1 -0
  245. package/src/component/oio-tree-select/oio-tree-select.vue +180 -0
  246. package/src/component/oio-tree-select/style/index.scss +92 -0
  247. package/src/component/oio-tree-select/style/parameters.scss +5 -0
  248. package/src/component/oio-upload/index.ts +1 -0
  249. package/src/component/oio-upload/oio-upload.vue +232 -0
  250. package/src/component/oio-upload/style/index.scss +66 -0
  251. package/src/component/oio-upload/style/parameters.scss +5 -0
  252. package/src/index.ts +3 -0
  253. package/src/shim-translate.d.ts +7 -0
  254. package/src/shim-vue.d.ts +6 -0
  255. package/src/style/global-parameters.scss +9 -0
  256. package/src/style/index.scss +31 -0
  257. package/src/style/mixin.scss +135 -0
  258. package/src/theme/index.ts +1 -0
  259. package/src/vc-component/index.ts +1 -0
  260. package/src/vc-component/use-max-tag-placeholder.ts +38 -0
@@ -0,0 +1,126 @@
1
+ import { FormLayout } from '@oinone/kunlun-vue-ui-common';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ layout: {
4
+ type: import("vue").PropType<FormLayout>;
5
+ };
6
+ name: {
7
+ type: StringConstructor;
8
+ };
9
+ rules: {
10
+ type: (ObjectConstructor | ArrayConstructor)[];
11
+ };
12
+ autoLink: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ colon: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ htmlFor: {
21
+ type: StringConstructor;
22
+ };
23
+ labelCol: {
24
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
25
+ };
26
+ wrapperCol: {
27
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
28
+ };
29
+ labelAlign: {
30
+ type: import("vue").PropType<"left" | "right" | import("@oinone/kunlun-vue-ui-common").FormLabelAlign>;
31
+ };
32
+ label: {
33
+ type: StringConstructor;
34
+ };
35
+ extra: {
36
+ type: StringConstructor;
37
+ };
38
+ help: {
39
+ type: StringConstructor;
40
+ };
41
+ required: {
42
+ type: BooleanConstructor;
43
+ default: undefined;
44
+ };
45
+ disabled: {
46
+ type: BooleanConstructor;
47
+ default: undefined;
48
+ };
49
+ validateStatus: {
50
+ type: StringConstructor;
51
+ };
52
+ validateFirst: {
53
+ type: BooleanConstructor;
54
+ default: undefined;
55
+ };
56
+ validateTrigger: {
57
+ type: import("vue").PropType<number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | import("@oinone/kunlun-vue-ui-common").ValidateTrigger | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | (number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | import("@oinone/kunlun-vue-ui-common").ValidateTrigger | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll")[]>;
58
+ };
59
+ }, {
60
+ origin: import("vue").Ref<any>;
61
+ vertical: import("vue").ComputedRef<boolean>;
62
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
+ layout: {
64
+ type: import("vue").PropType<FormLayout>;
65
+ };
66
+ name: {
67
+ type: StringConstructor;
68
+ };
69
+ rules: {
70
+ type: (ObjectConstructor | ArrayConstructor)[];
71
+ };
72
+ autoLink: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ colon: {
77
+ type: BooleanConstructor;
78
+ default: boolean;
79
+ };
80
+ htmlFor: {
81
+ type: StringConstructor;
82
+ };
83
+ labelCol: {
84
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
85
+ };
86
+ wrapperCol: {
87
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
88
+ };
89
+ labelAlign: {
90
+ type: import("vue").PropType<"left" | "right" | import("@oinone/kunlun-vue-ui-common").FormLabelAlign>;
91
+ };
92
+ label: {
93
+ type: StringConstructor;
94
+ };
95
+ extra: {
96
+ type: StringConstructor;
97
+ };
98
+ help: {
99
+ type: StringConstructor;
100
+ };
101
+ required: {
102
+ type: BooleanConstructor;
103
+ default: undefined;
104
+ };
105
+ disabled: {
106
+ type: BooleanConstructor;
107
+ default: undefined;
108
+ };
109
+ validateStatus: {
110
+ type: StringConstructor;
111
+ };
112
+ validateFirst: {
113
+ type: BooleanConstructor;
114
+ default: undefined;
115
+ };
116
+ validateTrigger: {
117
+ type: import("vue").PropType<number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | import("@oinone/kunlun-vue-ui-common").ValidateTrigger | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | (number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | import("@oinone/kunlun-vue-ui-common").ValidateTrigger | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "valueOf" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "small" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll")[]>;
118
+ };
119
+ }>>, {
120
+ colon: boolean;
121
+ autoLink: boolean;
122
+ required: boolean;
123
+ validateFirst: boolean;
124
+ disabled: boolean;
125
+ }>;
126
+ export default _default;
@@ -0,0 +1,100 @@
1
+ import { FormInstance as AFormInstance } from 'ant-design-vue';
2
+ import { VNode } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ data: {
5
+ type: ObjectConstructor;
6
+ };
7
+ loading: {
8
+ type: BooleanConstructor;
9
+ default: undefined;
10
+ };
11
+ loadingIndicator: {
12
+ type: import("vue").PropType<VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>>;
15
+ };
16
+ wrapperClassName: {
17
+ type: import("vue").PropType<string | string[]>;
18
+ };
19
+ name: {
20
+ type: StringConstructor;
21
+ };
22
+ rules: {
23
+ type: import("vue").PropType<Record<string, import("@oinone/kunlun-vue-ui-common").FormItemRule[]>>;
24
+ };
25
+ layout: {
26
+ type: import("vue").PropType<"inline" | "horizontal" | "vertical" | import("@oinone/kunlun-vue-ui-common").FormLayout>;
27
+ };
28
+ labelCol: {
29
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
30
+ };
31
+ wrapperCol: {
32
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
33
+ };
34
+ labelAlign: {
35
+ type: import("vue").PropType<"left" | "right" | import("@oinone/kunlun-vue-ui-common").FormLabelAlign>;
36
+ };
37
+ colon: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ validateTrigger: {
42
+ type: import("vue").PropType<number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "small" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf" | import("@oinone/kunlun-vue-ui-common").ValidateTrigger | import("@oinone/kunlun-vue-ui-common").ValidateTrigger[] | (number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "small" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf")[]>;
43
+ };
44
+ validateOnRuleChange: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ }, {
49
+ origin: import("vue").Ref<AFormInstance | undefined>;
50
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
51
+ data: {
52
+ type: ObjectConstructor;
53
+ };
54
+ loading: {
55
+ type: BooleanConstructor;
56
+ default: undefined;
57
+ };
58
+ loadingIndicator: {
59
+ type: import("vue").PropType<VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
+ [key: string]: any;
61
+ }>>;
62
+ };
63
+ wrapperClassName: {
64
+ type: import("vue").PropType<string | string[]>;
65
+ };
66
+ name: {
67
+ type: StringConstructor;
68
+ };
69
+ rules: {
70
+ type: import("vue").PropType<Record<string, import("@oinone/kunlun-vue-ui-common").FormItemRule[]>>;
71
+ };
72
+ layout: {
73
+ type: import("vue").PropType<"inline" | "horizontal" | "vertical" | import("@oinone/kunlun-vue-ui-common").FormLayout>;
74
+ };
75
+ labelCol: {
76
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
77
+ };
78
+ wrapperCol: {
79
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").OioColModel>;
80
+ };
81
+ labelAlign: {
82
+ type: import("vue").PropType<"left" | "right" | import("@oinone/kunlun-vue-ui-common").FormLabelAlign>;
83
+ };
84
+ colon: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ validateTrigger: {
89
+ type: import("vue").PropType<number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "small" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf" | import("@oinone/kunlun-vue-ui-common").ValidateTrigger | import("@oinone/kunlun-vue-ui-common").ValidateTrigger[] | (number | typeof Symbol.iterator | "length" | "concat" | "slice" | "indexOf" | "lastIndexOf" | "includes" | "small" | "toString" | "charAt" | "charCodeAt" | "localeCompare" | "match" | "replace" | "search" | "split" | "substring" | "toLowerCase" | "toLocaleLowerCase" | "toUpperCase" | "toLocaleUpperCase" | "trim" | "substr" | "codePointAt" | "endsWith" | "normalize" | "repeat" | "startsWith" | "anchor" | "big" | "blink" | "bold" | "fixed" | "fontcolor" | "fontsize" | "italics" | "link" | "strike" | "sub" | "sup" | "padStart" | "padEnd" | "trimEnd" | "trimStart" | "trimLeft" | "trimRight" | "matchAll" | "replaceAll" | "valueOf")[]>;
90
+ };
91
+ validateOnRuleChange: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ }>>, {
96
+ colon: boolean;
97
+ validateOnRuleChange: boolean;
98
+ loading: boolean;
99
+ }>;
100
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as OioGallery } from './oio-gallery.vue';
@@ -0,0 +1,98 @@
1
+ import { CSSStyle } from '@oinone/kunlun-shared';
2
+ import { VNode } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ list: {
5
+ type: import("vue").PropType<Record<string, unknown>[]>;
6
+ required: boolean;
7
+ };
8
+ activeRows: {
9
+ type: import("vue").PropType<Record<string, unknown>[]>;
10
+ };
11
+ itemKey: {
12
+ type: StringConstructor;
13
+ required: boolean;
14
+ default: string;
15
+ };
16
+ cols: {
17
+ type: NumberConstructor;
18
+ };
19
+ gutter: {
20
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").CommonGutterType>;
21
+ };
22
+ itemClassName: {
23
+ type: import("vue").PropType<string | string[]>;
24
+ };
25
+ itemStyle: {
26
+ type: import("vue").PropType<CSSStyle>;
27
+ };
28
+ checkboxChange: {
29
+ type: FunctionConstructor;
30
+ };
31
+ selectMode: {
32
+ type: import("vue").PropType<"checkbox" | "radio">;
33
+ };
34
+ loading: {
35
+ type: BooleanConstructor;
36
+ default: undefined;
37
+ };
38
+ loadingIndicator: {
39
+ type: import("vue").PropType<VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>>;
42
+ };
43
+ wrapperClassName: {
44
+ type: import("vue").PropType<string | string[]>;
45
+ };
46
+ }, {
47
+ gutter: import("vue").ComputedRef<import("@oinone/kunlun-vue-ui-common").CommonGutterType>;
48
+ flex: import("vue").ComputedRef<string>;
49
+ rowStyle: import("vue").ComputedRef<CSSStyle>;
50
+ colStyle: import("vue").ComputedRef<CSSStyle>;
51
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
52
+ list: {
53
+ type: import("vue").PropType<Record<string, unknown>[]>;
54
+ required: boolean;
55
+ };
56
+ activeRows: {
57
+ type: import("vue").PropType<Record<string, unknown>[]>;
58
+ };
59
+ itemKey: {
60
+ type: StringConstructor;
61
+ required: boolean;
62
+ default: string;
63
+ };
64
+ cols: {
65
+ type: NumberConstructor;
66
+ };
67
+ gutter: {
68
+ type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").CommonGutterType>;
69
+ };
70
+ itemClassName: {
71
+ type: import("vue").PropType<string | string[]>;
72
+ };
73
+ itemStyle: {
74
+ type: import("vue").PropType<CSSStyle>;
75
+ };
76
+ checkboxChange: {
77
+ type: FunctionConstructor;
78
+ };
79
+ selectMode: {
80
+ type: import("vue").PropType<"checkbox" | "radio">;
81
+ };
82
+ loading: {
83
+ type: BooleanConstructor;
84
+ default: undefined;
85
+ };
86
+ loadingIndicator: {
87
+ type: import("vue").PropType<VNode<import("vue").RendererNode, import("vue").RendererElement, {
88
+ [key: string]: any;
89
+ }>>;
90
+ };
91
+ wrapperClassName: {
92
+ type: import("vue").PropType<string | string[]>;
93
+ };
94
+ }>>, {
95
+ itemKey: string;
96
+ loading: boolean;
97
+ }>;
98
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as OioGroup } from './oio-group.vue';
2
+ export { default as OioGroupHelp } from './oio-group-help.vue';
@@ -0,0 +1,65 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ help: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ helpAdjustOverflow: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ helpBgColor: {
11
+ type: StringConstructor;
12
+ };
13
+ helpPlacement: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ helpIcon: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ helpIconColor: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ helpIconSize: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ help: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ helpAdjustOverflow: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ helpBgColor: {
39
+ type: StringConstructor;
40
+ };
41
+ helpPlacement: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ helpIcon: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ helpIconColor: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ helpIconSize: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ }>>, {
58
+ help: string;
59
+ helpAdjustOverflow: boolean;
60
+ helpPlacement: string;
61
+ helpIcon: string;
62
+ helpIconColor: string;
63
+ helpIconSize: string;
64
+ }>;
65
+ export default _default;
@@ -0,0 +1,113 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ help: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ helpAdjustOverflow: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ helpBgColor: {
11
+ type: StringConstructor;
12
+ };
13
+ helpPlacement: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ helpIcon: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ helpIconColor: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ helpIconSize: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ title: {
30
+ type: (StringConstructor | BooleanConstructor)[];
31
+ default: undefined;
32
+ };
33
+ description: {
34
+ type: StringConstructor;
35
+ };
36
+ border: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ wrapperClassName: {
41
+ type: import("vue").PropType<string | string[]>;
42
+ };
43
+ wrapperStyle: {
44
+ type: import("vue").PropType<string | import("@oinone/kunlun-shared").CSSStyle>;
45
+ };
46
+ toolbarClassName: {
47
+ type: import("vue").PropType<string | string[]>;
48
+ };
49
+ toolbarStyle: {
50
+ type: import("vue").PropType<string | import("@oinone/kunlun-shared").CSSStyle>;
51
+ };
52
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
53
+ help: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ helpAdjustOverflow: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ helpBgColor: {
62
+ type: StringConstructor;
63
+ };
64
+ helpPlacement: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ helpIcon: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ helpIconColor: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ helpIconSize: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ title: {
81
+ type: (StringConstructor | BooleanConstructor)[];
82
+ default: undefined;
83
+ };
84
+ description: {
85
+ type: StringConstructor;
86
+ };
87
+ border: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ wrapperClassName: {
92
+ type: import("vue").PropType<string | string[]>;
93
+ };
94
+ wrapperStyle: {
95
+ type: import("vue").PropType<string | import("@oinone/kunlun-shared").CSSStyle>;
96
+ };
97
+ toolbarClassName: {
98
+ type: import("vue").PropType<string | string[]>;
99
+ };
100
+ toolbarStyle: {
101
+ type: import("vue").PropType<string | import("@oinone/kunlun-shared").CSSStyle>;
102
+ };
103
+ }>>, {
104
+ title: string | boolean;
105
+ help: string;
106
+ helpAdjustOverflow: boolean;
107
+ helpPlacement: string;
108
+ helpIcon: string;
109
+ helpIconColor: string;
110
+ helpIconSize: string;
111
+ border: boolean;
112
+ }>;
113
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as OioInnerPopup } from './oio-inner-popup.vue';