@pisell/materials 2.2.73 → 2.2.74

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 (217) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +150 -150
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +28 -24
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +29 -25
  11. package/es/components/Pagination/index.d.ts +1 -1
  12. package/es/components/appVersionControl/index.d.ts +1 -0
  13. package/es/components/auto-complete-number/index.d.ts +1 -0
  14. package/es/components/badge/index.d.ts +1 -0
  15. package/es/components/batch-editor/fields/index.d.ts +1 -0
  16. package/es/components/calendar/index.d.ts +1 -0
  17. package/es/components/cardPro/index.d.ts +1 -0
  18. package/es/components/checkbox/index.d.ts +1 -0
  19. package/es/components/classicLayout/index.d.ts +1 -0
  20. package/es/components/config-provider/index.d.ts +1 -0
  21. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  22. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  23. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  24. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  25. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  26. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  27. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  28. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  29. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  31. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  32. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  33. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  34. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  35. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  36. package/es/components/dataSourceComponents/fields/index.d.ts +4 -4
  37. package/es/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  38. package/es/components/drag-sort-tree/index.d.ts +1 -0
  39. package/es/components/dropdown/index.d.ts +1 -0
  40. package/es/components/pisellCard/index.d.ts +1 -0
  41. package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  42. package/es/components/pisellDatePicker/index.d.ts +1 -0
  43. package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  44. package/es/components/pisellInput/components/BankCard/index.d.ts +1 -0
  45. package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  46. package/es/components/pisellTooltip/index.d.ts +1 -0
  47. package/es/components/pisellUpload/index.d.ts +1 -0
  48. package/es/components/productCard/components/Action/index.d.ts +1 -0
  49. package/es/components/productCard/components/AmountFooter/index.d.ts +1 -0
  50. package/es/components/productCard/components/Divider/index.d.ts +1 -0
  51. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
  52. package/es/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  53. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  54. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
  55. package/es/components/productCard/components/Time/index.d.ts +1 -0
  56. package/es/components/radio/index.d.ts +1 -0
  57. package/es/components/segmented/index.d.ts +1 -0
  58. package/es/components/select-time/RightPanel/index.d.ts +1 -0
  59. package/es/components/select-time/index.d.ts +1 -0
  60. package/es/components/skeleton/index.d.ts +1 -0
  61. package/es/components/slider/index.d.ts +1 -0
  62. package/es/components/sort/components/InlineMenu/index.d.ts +1 -0
  63. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  64. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  65. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  66. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  67. package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -0
  68. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  69. package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  70. package/es/components/table/Summary/index.d.ts +1 -0
  71. package/es/components/table/Table/SelectField/index.d.ts +0 -1
  72. package/es/components/table/Table/fields/date/Config/index.d.ts +1 -0
  73. package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  74. package/es/components/table/Table/fields/image/Config/index.d.ts +1 -0
  75. package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  76. package/es/components/table/Table/fields/link/Config/index.d.ts +1 -0
  77. package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  78. package/es/components/table/Table/fields/number/Config/index.d.ts +1 -0
  79. package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  80. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  81. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  82. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  83. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  84. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  85. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  86. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  87. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  88. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  89. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  90. package/es/components/table/Table/fields/search/Config/index.d.ts +1 -0
  91. package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  92. package/es/components/table/Table/fields/select/Config/index.d.ts +1 -0
  93. package/es/components/table/Table/fields/select/Show/index.d.ts +1 -0
  94. package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  95. package/es/components/table/Table/fields/text/Config/index.d.ts +1 -0
  96. package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  97. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  98. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  99. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  100. package/es/components/table/Table/utils.d.ts +1 -1
  101. package/es/components/table/TableFilter/SortIcon.d.ts +1 -0
  102. package/es/components/time-picker/index.d.ts +1 -0
  103. package/es/components/upload/index.d.ts +1 -0
  104. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -0
  105. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  106. package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
  107. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +1 -0
  108. package/es/components/walletCard/Guest/index.d.ts +1 -0
  109. package/es/components/walletCard/Guide/index.d.ts +4 -0
  110. package/es/components/walletCard/Guide/index.js +87 -0
  111. package/es/components/walletCard/Guide/index.less +71 -0
  112. package/es/components/walletCard/index.d.ts +2 -0
  113. package/es/components/walletCard/index.js +12 -4
  114. package/lib/components/Pagination/index.d.ts +1 -1
  115. package/lib/components/appVersionControl/index.d.ts +1 -0
  116. package/lib/components/auto-complete-number/index.d.ts +1 -0
  117. package/lib/components/badge/index.d.ts +1 -0
  118. package/lib/components/batch-editor/fields/index.d.ts +1 -0
  119. package/lib/components/calendar/index.d.ts +1 -0
  120. package/lib/components/cardPro/index.d.ts +1 -0
  121. package/lib/components/checkbox/index.d.ts +1 -0
  122. package/lib/components/classicLayout/index.d.ts +1 -0
  123. package/lib/components/config-provider/index.d.ts +1 -0
  124. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  125. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  126. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
  127. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  128. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  129. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  130. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  131. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  132. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  133. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  134. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  135. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  136. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  137. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  138. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  139. package/lib/components/dataSourceComponents/fields/index.d.ts +4 -4
  140. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  141. package/lib/components/drag-sort-tree/index.d.ts +1 -0
  142. package/lib/components/dropdown/index.d.ts +1 -0
  143. package/lib/components/pisellCard/index.d.ts +1 -0
  144. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  145. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  146. package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  147. package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -0
  148. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  149. package/lib/components/pisellTooltip/index.d.ts +1 -0
  150. package/lib/components/pisellUpload/index.d.ts +1 -0
  151. package/lib/components/productCard/components/Action/index.d.ts +1 -0
  152. package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -0
  153. package/lib/components/productCard/components/Divider/index.d.ts +1 -0
  154. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +1 -0
  155. package/lib/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  156. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  157. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
  158. package/lib/components/productCard/components/Time/index.d.ts +1 -0
  159. package/lib/components/radio/index.d.ts +1 -0
  160. package/lib/components/segmented/index.d.ts +1 -0
  161. package/lib/components/select-time/RightPanel/index.d.ts +1 -0
  162. package/lib/components/select-time/index.d.ts +1 -0
  163. package/lib/components/skeleton/index.d.ts +1 -0
  164. package/lib/components/slider/index.d.ts +1 -0
  165. package/lib/components/sort/components/InlineMenu/index.d.ts +1 -0
  166. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  167. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  168. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  169. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  170. package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -0
  171. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  172. package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  173. package/lib/components/table/Summary/index.d.ts +1 -0
  174. package/lib/components/table/Table/SelectField/index.d.ts +0 -1
  175. package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -0
  176. package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  177. package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -0
  178. package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  179. package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -0
  180. package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  181. package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -0
  182. package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  183. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  184. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  185. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  186. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  187. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  188. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  189. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  190. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  191. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  192. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  193. package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -0
  194. package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  195. package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -0
  196. package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -0
  197. package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  198. package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -0
  199. package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  200. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  201. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  202. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  203. package/lib/components/table/Table/utils.d.ts +1 -1
  204. package/lib/components/table/TableFilter/SortIcon.d.ts +1 -0
  205. package/lib/components/time-picker/index.d.ts +1 -0
  206. package/lib/components/upload/index.d.ts +1 -0
  207. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -0
  208. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  209. package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
  210. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +1 -0
  211. package/lib/components/walletCard/Guest/index.d.ts +1 -0
  212. package/lib/components/walletCard/Guide/index.d.ts +4 -0
  213. package/lib/components/walletCard/Guide/index.js +136 -0
  214. package/lib/components/walletCard/Guide/index.less +71 -0
  215. package/lib/components/walletCard/index.d.ts +2 -0
  216. package/lib/components/walletCard/index.js +9 -4
  217. package/package.json +1 -1
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const TimePicker: (props: any) => JSX.Element;
2
3
  export default TimePicker;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Upload: (props: any) => JSX.Element;
2
3
  export default Upload;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./Presets.less";
2
3
  export declare type PresetsItem = {
3
4
  label: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface NumberProps {
3
2
  max?: number;
4
3
  min?: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const formatStringToTime: (value: string) => {
2
3
  valueArray: string[];
3
4
  valueString: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface VirtualKeyInputProps extends InputProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Guest: (props: any) => JSX.Element;
3
4
  export default Guest;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import './index.less';
3
+ declare const Guide: (props: any) => JSX.Element;
4
+ export default Guide;
@@ -0,0 +1,87 @@
1
+ import React, { useMemo } from 'react';
2
+ import useEngineContext from "../../../hooks/useEngineContext";
3
+ import Button from "../../button";
4
+ import "./index.less";
5
+ var Guide = function Guide(props) {
6
+ var _utils$translation, _utils$translation2, _utils$translation3, _utils$translation4, _utils$translation5, _setting$titleConfig, _utils$translation6, _setting$subtitleConf, _utils$translation7, _setting$buttonConfig, _utils$translation8, _setting$buttonConfig2;
7
+ var setting = props.setting;
8
+ var context = useEngineContext();
9
+ var _ref = context.appHelper || {},
10
+ utils = _ref.utils;
11
+
12
+ /**
13
+ * @title: 样式处理
14
+ * @description:
15
+ * @param {any} config
16
+ * @return {*}
17
+ * @Author: WangHan
18
+ * @Date: 2025-03-13 15:39
19
+ */
20
+ var getTextStyle = function getTextStyle(config, otherConfig) {
21
+ return {
22
+ color: (config === null || config === void 0 ? void 0 : config.color) || (otherConfig === null || otherConfig === void 0 ? void 0 : otherConfig.color) || '#fff',
23
+ fontSize: (config === null || config === void 0 ? void 0 : config.size) || (otherConfig === null || otherConfig === void 0 ? void 0 : otherConfig.size) || 14,
24
+ fontWeight: (config === null || config === void 0 ? void 0 : config.weight) || (otherConfig === null || otherConfig === void 0 ? void 0 : otherConfig.weight) || 400,
25
+ fontStyle: (config === null || config === void 0 ? void 0 : config.style) || 'normal'
26
+ };
27
+ };
28
+ var _setting = useMemo(function () {
29
+ return (setting === null || setting === void 0 ? void 0 : setting.walletGuideConfig) || {};
30
+ }, [setting === null || setting === void 0 ? void 0 : setting.walletGuideConfig]);
31
+
32
+ /**
33
+ * @title: 跳转链接
34
+ * @description:
35
+ * @return {*}
36
+ * @Author: WangHan
37
+ * @Date: 2025-06-09 14:36
38
+ */
39
+ var handleClick = function handleClick(e) {
40
+ var _setting$skipLink;
41
+ e.stopPropagation();
42
+ if (!(_setting !== null && _setting !== void 0 && (_setting$skipLink = _setting.skipLink) !== null && _setting$skipLink !== void 0 && _setting$skipLink.page)) return;
43
+ utils === null || utils === void 0 || utils.jumpPageByLink(_setting === null || _setting === void 0 ? void 0 : _setting.skipLink);
44
+ };
45
+ return /*#__PURE__*/React.createElement("div", {
46
+ className: "pisell-wallet-guide-wrap",
47
+ style: {
48
+ backgroundColor: _setting === null || _setting === void 0 ? void 0 : _setting.backgroundColor
49
+ },
50
+ onClick: function onClick(e) {
51
+ return handleClick(e);
52
+ }
53
+ }, utils !== null && utils !== void 0 && (_utils$translation = utils.translation) !== null && _utils$translation !== void 0 && _utils$translation.call(utils, _setting === null || _setting === void 0 ? void 0 : _setting.backgroundImage) ? /*#__PURE__*/React.createElement("img", {
54
+ className: "pisell-wallet-guide-bg",
55
+ src: (utils === null || utils === void 0 || (_utils$translation2 = utils.translation) === null || _utils$translation2 === void 0 ? void 0 : _utils$translation2.call(utils, _setting.backgroundImage)) || '',
56
+ alt: (utils === null || utils === void 0 || (_utils$translation3 = utils.translation) === null || _utils$translation3 === void 0 ? void 0 : _utils$translation3.call(utils, _setting === null || _setting === void 0 ? void 0 : _setting.backgroundImageAlt)) || '',
57
+ title: (utils === null || utils === void 0 || (_utils$translation4 = utils.translation) === null || _utils$translation4 === void 0 ? void 0 : _utils$translation4.call(utils, _setting === null || _setting === void 0 ? void 0 : _setting.backgroundImageAlt)) || ''
58
+ }) : null, /*#__PURE__*/React.createElement("div", {
59
+ className: "pisell-wallet-guide-content ".concat(_setting.align === 'center' ? 'pisell-wallet-guide-center' : '')
60
+ }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
61
+ className: "pisell-wallet-guide-title",
62
+ style: getTextStyle(_setting === null || _setting === void 0 ? void 0 : _setting.titleConfig, {
63
+ size: 18,
64
+ weight: 600
65
+ })
66
+ }, (utils === null || utils === void 0 || (_utils$translation5 = utils.translation) === null || _utils$translation5 === void 0 ? void 0 : _utils$translation5.call(utils, (_setting === null || _setting === void 0 ? void 0 : _setting.title) || (_setting === null || _setting === void 0 || (_setting$titleConfig = _setting.titleConfig) === null || _setting$titleConfig === void 0 ? void 0 : _setting$titleConfig.text))) || ''), /*#__PURE__*/React.createElement("div", {
67
+ className: "pisell-wallet-guide-subtitle",
68
+ style: getTextStyle(_setting === null || _setting === void 0 ? void 0 : _setting.subtitleConfig, {
69
+ color: '#D0D5DD'
70
+ })
71
+ }, (utils === null || utils === void 0 || (_utils$translation6 = utils.translation) === null || _utils$translation6 === void 0 ? void 0 : _utils$translation6.call(utils, (_setting === null || _setting === void 0 ? void 0 : _setting.subtitle) || (_setting === null || _setting === void 0 || (_setting$subtitleConf = _setting.subtitleConfig) === null || _setting$subtitleConf === void 0 ? void 0 : _setting$subtitleConf.text))) || '')), utils !== null && utils !== void 0 && (_utils$translation7 = utils.translation) !== null && _utils$translation7 !== void 0 && _utils$translation7.call(utils, (_setting === null || _setting === void 0 ? void 0 : _setting.buttonText) || (_setting === null || _setting === void 0 || (_setting$buttonConfig = _setting.buttonConfig) === null || _setting$buttonConfig === void 0 ? void 0 : _setting$buttonConfig.text)) ? /*#__PURE__*/React.createElement("div", {
72
+ className: "pisell-wallet-guide-button-wrap"
73
+ }, /*#__PURE__*/React.createElement(Button, {
74
+ style: {
75
+ backgroundColor: (_setting === null || _setting === void 0 ? void 0 : _setting.buttonColor) || '#7F56D9',
76
+ borderColor: (_setting === null || _setting === void 0 ? void 0 : _setting.buttonBorderColor) || '#7F56D9'
77
+ },
78
+ onClick: function onClick(e) {
79
+ return handleClick(e);
80
+ }
81
+ }, /*#__PURE__*/React.createElement("div", {
82
+ style: getTextStyle(_setting === null || _setting === void 0 ? void 0 : _setting.buttonConfig, {
83
+ weight: 600
84
+ })
85
+ }, (utils === null || utils === void 0 || (_utils$translation8 = utils.translation) === null || _utils$translation8 === void 0 ? void 0 : _utils$translation8.call(utils, (_setting === null || _setting === void 0 ? void 0 : _setting.buttonText) || (_setting === null || _setting === void 0 || (_setting$buttonConfig2 = _setting.buttonConfig) === null || _setting$buttonConfig2 === void 0 ? void 0 : _setting$buttonConfig2.text))) || ''))) : null));
86
+ };
87
+ export default Guide;
@@ -0,0 +1,71 @@
1
+ .pisell-wallet-guide-wrap {
2
+ background-repeat: no-repeat;
3
+ background-position: center center;
4
+ background-size: contain;
5
+ overflow: hidden;
6
+ position: relative;
7
+ min-height: 136px;
8
+ display: flex;
9
+ padding: 16px 18px;
10
+
11
+ .pisell-wallet-guide-bg {
12
+ position: absolute;
13
+ top: 50%;
14
+ left: 50%;
15
+ transform: translate(-50%, -50%);
16
+ width: 100%;
17
+ height: 100%;
18
+ object-fit: contain;
19
+ }
20
+
21
+ .pisell-wallet-guide-content {
22
+ position: relative;
23
+ text-align: left;
24
+ display: flex;
25
+ justify-content: space-between;
26
+ flex-direction: column;
27
+ flex: 1;
28
+ width: 100%;
29
+
30
+ &.pisell-wallet-guide-center {
31
+ text-align: center;
32
+ align-items: center;
33
+ }
34
+
35
+ .pisell-wallet-guide-title {
36
+ line-height: 28px;
37
+ }
38
+
39
+ .pisell-wallet-guide-subtitle {
40
+ line-height: 20px;
41
+ }
42
+
43
+ .pisell-wallet-guide-button-wrap {
44
+ display: flex;
45
+ width: fit-content;
46
+ max-width: 100%;
47
+ }
48
+
49
+ .pisell-lowcode-btn-default {
50
+ margin-top: 8px;
51
+ display: flex;
52
+ padding: 10px 16px;
53
+ justify-content: center;
54
+ align-items: center;
55
+ background: transparent;
56
+ border-color: transparent;
57
+ border-radius: 8px;
58
+ border: 1px solid var(--Primary-600, #7f56d9);
59
+ background: var(--Primary-600, #7f56d9);
60
+ box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
61
+ max-width: 100%;
62
+ width: auto;
63
+ > div {
64
+ max-width: 100%;
65
+ white-space: nowrap;
66
+ overflow: hidden;
67
+ text-overflow: ellipsis;
68
+ }
69
+ }
70
+ }
71
+ }
@@ -60,6 +60,8 @@ export interface WalletCardProps {
60
60
  [key: string]: any;
61
61
  /** 是否已登录 */
62
62
  isLogin?: boolean;
63
+ /** 是否是引导页 */
64
+ isGuide?: boolean;
63
65
  }
64
66
  declare const WalletCard: React.FC<WalletCardProps>;
65
67
  export default WalletCard;
@@ -24,6 +24,7 @@ import PisellModal from "./../pisellModal";
24
24
  import Amount from "./../pisellText/components/Amount";
25
25
  import useEngineContext from "../../hooks/useEngineContext";
26
26
  import Guest from "./Guest";
27
+ import Guide from "./Guide";
27
28
  import "./index.less";
28
29
 
29
30
  // 添加JSX类型声明
@@ -327,7 +328,8 @@ var WalletCard = function WalletCard(props) {
327
328
  onCodeClick = mergedProps.onCodeClick,
328
329
  onClick = mergedProps.onClick,
329
330
  className = mergedProps.className,
330
- style = mergedProps.style;
331
+ style = mergedProps.style,
332
+ isGuide = mergedProps.isGuide;
331
333
 
332
334
  // 处理可能为0/1的布尔值props
333
335
  var showIcon = toBooleanValue(mergedProps.showIcon);
@@ -358,6 +360,10 @@ var WalletCard = function WalletCard(props) {
358
360
  }
359
361
  }, [props.customBackgroundImage, mode]);
360
362
  var goWallet = function goWallet() {
363
+ // 未开启任何一个wallet pass展示,则不跳转
364
+ if (!(items !== null && items !== void 0 && items.length)) {
365
+ return;
366
+ }
361
367
  utils === null || utils === void 0 || utils.action({
362
368
  type: 'pisell1.goWallet',
363
369
  data: {},
@@ -381,9 +387,9 @@ var WalletCard = function WalletCard(props) {
381
387
  flexDirection: codeDirection === 'top' ? 'column-reverse' : 'column'
382
388
  }
383
389
  }, /*#__PURE__*/React.createElement("div", {
384
- className: classNames('pisell-wallet-card-content', mode, !isLogin && 'pisell-wallet-card-guest-content'),
390
+ className: classNames('pisell-wallet-card-content', mode, (!isLogin || isGuide) && 'pisell-wallet-card-guest-content'),
385
391
  style: backgroundStyle
386
- }, isLogin ? /*#__PURE__*/React.createElement("div", {
392
+ }, isLogin ? !isGuide ? /*#__PURE__*/React.createElement("div", {
387
393
  onClick: function onClick() {
388
394
  goWallet();
389
395
  }
@@ -405,7 +411,9 @@ var WalletCard = function WalletCard(props) {
405
411
  }), /*#__PURE__*/React.createElement(CardContent, {
406
412
  items: items,
407
413
  symbol: symbol
408
- })) : /*#__PURE__*/React.createElement(Guest, {
414
+ })) : /*#__PURE__*/React.createElement(Guide, {
415
+ setting: props
416
+ }) : /*#__PURE__*/React.createElement(Guest, {
409
417
  setting: props
410
418
  })), cardStyle === 'full' && isLogin && /*#__PURE__*/React.createElement("div", {
411
419
  className: classNames('pisell-wallet-card-showCode', codeDirection === 'top' ? 'code-top' : 'code-bottom')
@@ -5,7 +5,7 @@ export declare const paginationConfig: {
5
5
  className: string;
6
6
  defaultCurrent: number;
7
7
  showTotal: (total: number, range: [number, number]) => string;
8
- itemRender: (page: number, type: "page" | "next" | "prev" | "jump-prev" | "jump-next", element: React.ReactNode) => React.ReactNode;
8
+ itemRender: (page: number, type: "next" | "page" | "prev" | "jump-prev" | "jump-next", element: React.ReactNode) => React.ReactNode;
9
9
  responsive: boolean;
10
10
  size: string;
11
11
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AppVersionControlProps } from './types';
2
3
  import './index.less';
3
4
  declare const AppVersionControl: (props: AppVersionControlProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AutoCompleteProps, InputNumberProps } from "antd";
2
3
  interface AutoCompleteNumberProps {
3
4
  autoCompleteProps: AutoCompleteProps;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BadgeProps as OriginalBadgeprops } from 'antd';
2
3
  import './index.less';
3
4
  export interface Badgeprops extends OriginalBadgeprops {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  price: import("react").FC<import("./Price").PriceProps>;
3
4
  image: (props: import("./Image").ImageProps) => JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Calendar: (props: any) => JSX.Element;
2
3
  export default Calendar;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const _default: (props: any) => JSX.Element;
3
4
  export default _default;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Checkbox: (props: any) => JSX.Element;
2
3
  export default Checkbox;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const ClassicLayout: (props: any) => JSX.Element;
3
4
  export default ClassicLayout;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ConfigProviderProps as OriginalConfigProviderProps } from "antd/es/config-provider";
2
3
  import "dayjs/locale/zh-cn";
3
4
  export interface ConfigProviderProps extends OriginalConfigProviderProps {
@@ -43,7 +43,7 @@ export declare const withDataSource: <P extends unknown>(WrappedComponent: React
43
43
  }) => JSX.Element;
44
44
  export declare const withOptions: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
45
45
  options?: any;
46
- optionSourceType?: "custom" | "default" | "api" | undefined;
46
+ optionSourceType?: "default" | "custom" | "api" | undefined;
47
47
  labelField: string;
48
48
  valueField: string;
49
49
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Drawer } from 'antd';
2
3
  import { OperationItem } from '../type';
3
4
  declare const useDrawerState: (operationContent?: {
@@ -70,7 +70,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
70
70
  useCustomAction: boolean;
71
71
  actionType: string;
72
72
  openMode: "modal" | "drawer";
73
- openContentSize: "small" | "large" | "middle";
73
+ openContentSize: "small" | "middle" | "large";
74
74
  openTitle: string;
75
75
  key: string;
76
76
  } | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataSourceTableProps } from '../type';
2
3
  declare type Params = {
3
4
  pagination?: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ColorPickerProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const ColorPickerReadPretty: (props: ColorPickerProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DateRangePickerProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const DateRangePickerReadPretty: (props: DateRangePickerProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconSelectProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const IconSelectReadPretty: (props: IconSelectProps) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const InputReadPretty: (props: InputProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const InputReadPretty: (props: InputProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const InputReadPretty: (props: InputProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TextAreaProps } from "./type";
2
3
  import "./ReadPretty.less";
3
4
  declare const TextAreaReadPretty: (props: TextAreaProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UrlProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  export declare const formatUrl: (url: string) => string;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const SelectWithDataSource: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../../dataSourceForm/utils").WithModeProps & import("../../dataSourceForm/utils").WithFormItemProps & {
3
3
  options?: any;
4
- optionSourceType?: "custom" | "default" | "api" | undefined;
4
+ optionSourceType?: "default" | "custom" | "api" | undefined;
5
5
  labelField: string;
6
6
  valueField: string;
7
7
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TimePickerProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const TimePickerReadPretty: (props: TimePickerProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TranslationProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const TranslationReadPretty: (props: TranslationProps) => JSX.Element;
@@ -35,7 +35,7 @@ declare const formFieldMap: {
35
35
  };
36
36
  FormItemSelect: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
37
37
  options?: any;
38
- optionSourceType?: "custom" | "default" | "api" | undefined;
38
+ optionSourceType?: "default" | "custom" | "api" | undefined;
39
39
  labelField: string;
40
40
  valueField: string;
41
41
  extraParams?: Record<string, any> | undefined;
@@ -60,13 +60,13 @@ declare const formFieldMap: {
60
60
  FormItemTranslation: import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
61
61
  FormItemIconSelect: import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
62
62
  };
63
- declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
63
+ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
64
64
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
65
65
  } & {
66
66
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
67
67
  }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
68
68
  onChange: (value: string) => void;
69
- } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
69
+ } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
70
70
  JSON: import("react").FC<any>;
71
71
  Password: import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
72
72
  TextArea: import("react").FC<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
@@ -92,7 +92,7 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
92
92
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
93
93
  }) | ((props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
94
94
  options?: any;
95
- optionSourceType?: "custom" | "default" | "api" | undefined;
95
+ optionSourceType?: "default" | "custom" | "api" | undefined;
96
96
  labelField: string;
97
97
  valueField: string;
98
98
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { ValueProps, SortType } from '../types';
3
4
  declare type IdType = string | number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { SortType } from './types';
3
4
  declare const DragSortTree: (props: SortType) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Dropdown: (props: any) => JSX.Element;
2
3
  export default Dropdown;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface PisellCardProps extends CardProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
2
3
  import { Dayjs } from 'dayjs';
3
4
  import './detePickerCpt.less';
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const PisellDatePicker: (props: any) => JSX.Element;
2
3
  export default PisellDatePicker;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  export interface ScanProps {
3
4
  onChange: (val: string) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import { PisellContextType } from "../../../pisell-config-provider/context";
3
4
  import './index.less';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import './index.less';
3
4
  import { PisellContextType } from "../../../pisell-config-provider/context";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipPropsWithTitle } from 'antd/es/tooltip';
2
3
  import { PisellContextType } from "../pisell-config-provider/context";
3
4
  import './index.less';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { UploadProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface PisellUploadProps extends UploadProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Action: ({ item, onAction }: any) => JSX.Element;
3
4
  export default Action;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Footer: ({ item, hideDivider, type, isOnlyTotal }: any) => JSX.Element;
3
4
  export default Footer;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Divider: ({ type }: any) => JSX.Element;
3
4
  export default Divider;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const DeleteButton: ({ onDelete }: any) => JSX.Element;
3
4
  export default DeleteButton;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Like: ({ status, onLike, className, style, isShowChangeResource, }: {
3
4
  style?: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const SelectHolder: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, }: any) => JSX.Element;
3
4
  export default SelectHolder;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface ResourceItem {
3
4
  id: string | number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Time: ({ item, isShowHolder, onLike, isShowChangeResource, changeResource, changeHolder, isShowChangeHolder, holderMode, onAddHolder, isShowAddHolderButton, onClearHolder, onClearResource, }: any) => JSX.Element | null;
3
4
  export default Time;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Radio: (props: any) => JSX.Element;
2
3
  export default Radio;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SegmentedProps } from "antd";
2
3
  import "./index.less";
3
4
  declare const Segmented: (props: SegmentedProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface RightPanelProps {
3
4
  value: string;