@pisell/materials 6.3.12 → 6.3.14

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 (155) 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/meta.js +6 -6
  5. package/build/lowcode/render/default/view.js +15 -15
  6. package/build/lowcode/view.js +6 -6
  7. package/es/components/appVersionControl/index.d.ts +1 -0
  8. package/es/components/batch-editor/index.d.ts +1 -0
  9. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  10. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  11. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  12. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  13. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  14. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  15. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  16. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  17. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  18. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
  19. package/es/components/dataSourceComponents/fields/index.d.ts +8 -7
  20. package/es/components/date-picker/index.d.ts +1 -0
  21. package/es/components/filter/index.d.ts +1 -0
  22. package/es/components/pisell-config-provider/index.js +0 -1
  23. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  24. package/es/components/pisellCardList/index.d.ts +4 -0
  25. package/es/components/pisellCardList/index.js +5 -1
  26. package/es/components/pisellDatePicker/index.d.ts +1 -0
  27. package/es/components/pisellLoading/index.d.ts +1 -0
  28. package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  29. package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  30. package/es/components/pisellModal/components/index.d.ts +1 -0
  31. package/es/components/pisellWalletPassCard/index.d.ts +4 -0
  32. package/es/components/pisellWalletPassCard/index.js +17 -4
  33. package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
  34. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  35. package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  36. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  37. package/es/components/productCard/components/Time/index.d.ts +1 -0
  38. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  39. package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -0
  40. package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  41. package/es/components/table/Actions/component/Group/index.d.ts +1 -0
  42. package/es/components/table/Actions/index.d.ts +1 -0
  43. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  44. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  45. package/es/components/table/Table/SelectField/index.d.ts +1 -0
  46. package/es/components/table/Table/fields/date/index.d.ts +1 -0
  47. package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
  48. package/es/components/table/Table/fields/image/index.d.ts +1 -0
  49. package/es/components/table/Table/fields/index.d.ts +1 -0
  50. package/es/components/table/Table/fields/link/index.d.ts +1 -0
  51. package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
  52. package/es/components/table/Table/fields/number/index.d.ts +1 -0
  53. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  54. package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
  55. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  56. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  57. package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  58. package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  59. package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
  60. package/es/components/table/Table/fields/search/index.d.ts +1 -0
  61. package/es/components/table/Table/fields/select/index.d.ts +1 -0
  62. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
  63. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  64. package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  65. package/es/components/table/Table/utils.d.ts +1 -1
  66. package/es/components/table/View/index.d.ts +1 -0
  67. package/es/components/versionSelect/index.d.ts +1 -0
  68. package/es/components/virtual-keyboard/Amount/index.d.ts +1 -0
  69. package/es/locales/en-US.d.ts +1 -0
  70. package/es/locales/en-US.js +1 -0
  71. package/es/locales/zh-CN.d.ts +1 -0
  72. package/es/locales/zh-CN.js +1 -0
  73. package/es/locales/zh-TW.d.ts +1 -0
  74. package/es/locales/zh-TW.js +1 -0
  75. package/lib/components/appVersionControl/index.d.ts +1 -0
  76. package/lib/components/batch-editor/index.d.ts +1 -0
  77. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  78. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  79. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  80. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  81. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  82. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  83. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  84. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  85. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  86. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
  87. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -7
  88. package/lib/components/date-picker/index.d.ts +1 -0
  89. package/lib/components/filter/index.d.ts +1 -0
  90. package/lib/components/pisell-config-provider/index.js +0 -1
  91. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  92. package/lib/components/pisellCardList/index.d.ts +4 -0
  93. package/lib/components/pisellCardList/index.js +5 -1
  94. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  95. package/lib/components/pisellLoading/index.d.ts +1 -0
  96. package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  97. package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  98. package/lib/components/pisellModal/components/index.d.ts +1 -0
  99. package/lib/components/pisellWalletPassCard/index.d.ts +4 -0
  100. package/lib/components/pisellWalletPassCard/index.js +12 -2
  101. package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
  102. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  103. package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  104. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  105. package/lib/components/productCard/components/Time/index.d.ts +1 -0
  106. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  107. package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -0
  108. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  109. package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
  110. package/lib/components/table/Actions/index.d.ts +1 -0
  111. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  112. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  113. package/lib/components/table/Table/SelectField/index.d.ts +1 -0
  114. package/lib/components/table/Table/fields/date/index.d.ts +1 -0
  115. package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
  116. package/lib/components/table/Table/fields/image/index.d.ts +1 -0
  117. package/lib/components/table/Table/fields/index.d.ts +1 -0
  118. package/lib/components/table/Table/fields/link/index.d.ts +1 -0
  119. package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
  120. package/lib/components/table/Table/fields/number/index.d.ts +1 -0
  121. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  122. package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
  123. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  124. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  125. package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  126. package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  127. package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
  128. package/lib/components/table/Table/fields/search/index.d.ts +1 -0
  129. package/lib/components/table/Table/fields/select/index.d.ts +1 -0
  130. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
  131. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  132. package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  133. package/lib/components/table/Table/utils.d.ts +1 -1
  134. package/lib/components/table/View/index.d.ts +1 -0
  135. package/lib/components/versionSelect/index.d.ts +1 -0
  136. package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -0
  137. package/lib/locales/en-US.d.ts +1 -0
  138. package/lib/locales/en-US.js +1 -0
  139. package/lib/locales/zh-CN.d.ts +1 -0
  140. package/lib/locales/zh-CN.js +1 -0
  141. package/lib/locales/zh-TW.d.ts +1 -0
  142. package/lib/locales/zh-TW.js +1 -0
  143. package/package.json +4 -4
  144. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  145. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  146. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  147. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  148. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  149. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  150. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  151. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  152. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  153. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  154. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  155. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
@@ -1,32 +0,0 @@
1
- export declare const defaultConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- isShowMainText: boolean;
13
- mainTextColor: string;
14
- isShowSubText: boolean;
15
- subTextColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- isShowMainText: boolean;
28
- mainTextColor: string;
29
- isShowSubText: boolean;
30
- subTextColor: string;
31
- };
32
- };
@@ -1,32 +0,0 @@
1
- export declare const amountThemeConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- keyboardBackgroundColor: string;
13
- keyboardButtonBackgroundColor: string;
14
- keyboardButtonTextColor: string;
15
- keyboardButtonHoverColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- keyboardBackgroundColor: string;
28
- keyboardButtonBackgroundColor: string;
29
- keyboardButtonTextColor: string;
30
- keyboardButtonHoverColor: string;
31
- };
32
- };
@@ -1,21 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export declare type ItemValue = string | number;
4
- export interface Item {
5
- value: ItemValue;
6
- label: React.ReactNode;
7
- disabled: boolean;
8
- type: 'text' | 'primary';
9
- style?: React.CSSProperties;
10
- size?: number;
11
- }
12
- export interface KeyboardProps {
13
- className?: string;
14
- style?: React.CSSProperties;
15
- onChange?: (value?: ItemValue) => void;
16
- items?: Item[];
17
- rightItems?: Item[];
18
- keydown?: boolean;
19
- }
20
- declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => JSX.Element>;
21
- export default _default;
@@ -1,32 +0,0 @@
1
- export declare const numberThemeConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- keyboardBackgroundColor: string;
13
- keyboardButtonBackgroundColor: string;
14
- keyboardButtonTextColor: string;
15
- keyboardButtonHoverColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- keyboardBackgroundColor: string;
28
- keyboardButtonBackgroundColor: string;
29
- keyboardButtonTextColor: string;
30
- keyboardButtonHoverColor: string;
31
- };
32
- };
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { InputProps } from 'antd';
3
- import './index.less';
4
- export interface VirtualKeyInputProps extends InputProps {
5
- previewValue?: string;
6
- renderInput?: (props: any) => any;
7
- showDelete?: boolean;
8
- onValueSelect?: (selected: boolean) => void;
9
- defaultSelect?: boolean;
10
- style?: React.CSSProperties;
11
- }
12
- declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
13
- export default VirtualKeyInput;
@@ -1,18 +0,0 @@
1
- import './index.less';
2
- import { ValueProps, SortType } from '../types';
3
- declare type IdType = string | number;
4
- declare type TreeItemProps = {
5
- id: string | number;
6
- key: string | number;
7
- item: ValueProps | any;
8
- depth: number;
9
- lists: any[];
10
- childrenProps?: SortType;
11
- sensors?: any;
12
- expandedKeys?: IdType[];
13
- setExpandedKeys?: any;
14
- onSelectKeys?: (ids: IdType) => void;
15
- onChange?: (value: any[]) => void;
16
- };
17
- declare const TreeItem: (props: TreeItemProps) => JSX.Element;
18
- export default TreeItem;
@@ -1,32 +0,0 @@
1
- export declare const defaultConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- isShowMainText: boolean;
13
- mainTextColor: string;
14
- isShowSubText: boolean;
15
- subTextColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- isShowMainText: boolean;
28
- mainTextColor: string;
29
- isShowSubText: boolean;
30
- subTextColor: string;
31
- };
32
- };
@@ -1,32 +0,0 @@
1
- export declare const amountThemeConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- keyboardBackgroundColor: string;
13
- keyboardButtonBackgroundColor: string;
14
- keyboardButtonTextColor: string;
15
- keyboardButtonHoverColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- keyboardBackgroundColor: string;
28
- keyboardButtonBackgroundColor: string;
29
- keyboardButtonTextColor: string;
30
- keyboardButtonHoverColor: string;
31
- };
32
- };
@@ -1,21 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export declare type ItemValue = string | number;
4
- export interface Item {
5
- value: ItemValue;
6
- label: React.ReactNode;
7
- disabled: boolean;
8
- type: 'text' | 'primary';
9
- style?: React.CSSProperties;
10
- size?: number;
11
- }
12
- export interface KeyboardProps {
13
- className?: string;
14
- style?: React.CSSProperties;
15
- onChange?: (value?: ItemValue) => void;
16
- items?: Item[];
17
- rightItems?: Item[];
18
- keydown?: boolean;
19
- }
20
- declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => JSX.Element>;
21
- export default _default;
@@ -1,32 +0,0 @@
1
- export declare const numberThemeConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- keyboardBackgroundColor: string;
13
- keyboardButtonBackgroundColor: string;
14
- keyboardButtonTextColor: string;
15
- keyboardButtonHoverColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- keyboardBackgroundColor: string;
28
- keyboardButtonBackgroundColor: string;
29
- keyboardButtonTextColor: string;
30
- keyboardButtonHoverColor: string;
31
- };
32
- };
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { InputProps } from 'antd';
3
- import './index.less';
4
- export interface VirtualKeyInputProps extends InputProps {
5
- previewValue?: string;
6
- renderInput?: (props: any) => any;
7
- showDelete?: boolean;
8
- onValueSelect?: (selected: boolean) => void;
9
- defaultSelect?: boolean;
10
- style?: React.CSSProperties;
11
- }
12
- declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
13
- export default VirtualKeyInput;