@douyinfe/semi-ui 2.38.3-alpha.2-patch-table → 2.38.3-alpha.2-patch-table-datepicker

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 (69) hide show
  1. package/dist/umd/semi-ui.js +8 -1
  2. package/dist/umd/semi-ui.js.map +1 -1
  3. package/dist/umd/semi-ui.min.js +1 -1
  4. package/dist/umd/semi-ui.min.js.map +1 -1
  5. package/lib/cjs/anchor/index.d.ts +2 -2
  6. package/lib/cjs/autoComplete/index.d.ts +2 -2
  7. package/lib/cjs/button/Button.d.ts +2 -2
  8. package/lib/cjs/button/buttonGroup.d.ts +2 -2
  9. package/lib/cjs/button/index.d.ts +1 -1
  10. package/lib/cjs/carousel/CarouselIndicator.d.ts +1 -1
  11. package/lib/cjs/carousel/index.d.ts +2 -2
  12. package/lib/cjs/datePicker/datePicker.d.ts +3 -3
  13. package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
  14. package/lib/cjs/datePicker/quickControl.d.ts +1 -1
  15. package/lib/cjs/datePicker/yearAndMonth.d.ts +1 -1
  16. package/lib/cjs/dropdown/index.d.ts +1 -1
  17. package/lib/cjs/form/baseForm.d.ts +4 -4
  18. package/lib/cjs/form/field.d.ts +4 -4
  19. package/lib/cjs/input/index.d.ts +1 -1
  20. package/lib/cjs/input/inputGroup.d.ts +1 -1
  21. package/lib/cjs/modal/confirm.d.ts +37 -37
  22. package/lib/cjs/popover/index.d.ts +1 -1
  23. package/lib/cjs/radio/radio.d.ts +1 -1
  24. package/lib/cjs/radio/radioGroup.d.ts +1 -1
  25. package/lib/cjs/rating/index.d.ts +1 -1
  26. package/lib/cjs/rating/item.d.ts +1 -1
  27. package/lib/cjs/select/index.d.ts +1 -1
  28. package/lib/cjs/switch/index.d.ts +1 -1
  29. package/lib/cjs/table/Table.d.ts +3 -3
  30. package/lib/cjs/table/index.d.ts +1 -1
  31. package/lib/cjs/tagInput/index.d.ts +1 -1
  32. package/lib/cjs/timePicker/TimePicker.d.ts +1 -1
  33. package/lib/cjs/timePicker/index.d.ts +1 -1
  34. package/lib/cjs/tooltip/index.d.ts +1 -1
  35. package/lib/cjs/typography/numeral.d.ts +1 -1
  36. package/lib/cjs/typography/title.d.ts +2 -2
  37. package/lib/es/anchor/index.d.ts +2 -2
  38. package/lib/es/autoComplete/index.d.ts +2 -2
  39. package/lib/es/button/Button.d.ts +2 -2
  40. package/lib/es/button/buttonGroup.d.ts +2 -2
  41. package/lib/es/button/index.d.ts +1 -1
  42. package/lib/es/carousel/CarouselIndicator.d.ts +1 -1
  43. package/lib/es/carousel/index.d.ts +2 -2
  44. package/lib/es/datePicker/datePicker.d.ts +3 -3
  45. package/lib/es/datePicker/monthsGrid.d.ts +1 -1
  46. package/lib/es/datePicker/quickControl.d.ts +1 -1
  47. package/lib/es/datePicker/yearAndMonth.d.ts +1 -1
  48. package/lib/es/dropdown/index.d.ts +1 -1
  49. package/lib/es/form/baseForm.d.ts +4 -4
  50. package/lib/es/form/field.d.ts +4 -4
  51. package/lib/es/input/index.d.ts +1 -1
  52. package/lib/es/input/inputGroup.d.ts +1 -1
  53. package/lib/es/modal/confirm.d.ts +37 -37
  54. package/lib/es/popover/index.d.ts +1 -1
  55. package/lib/es/radio/radio.d.ts +1 -1
  56. package/lib/es/radio/radioGroup.d.ts +1 -1
  57. package/lib/es/rating/index.d.ts +1 -1
  58. package/lib/es/rating/item.d.ts +1 -1
  59. package/lib/es/select/index.d.ts +1 -1
  60. package/lib/es/switch/index.d.ts +1 -1
  61. package/lib/es/table/Table.d.ts +3 -3
  62. package/lib/es/table/index.d.ts +1 -1
  63. package/lib/es/tagInput/index.d.ts +1 -1
  64. package/lib/es/timePicker/TimePicker.d.ts +1 -1
  65. package/lib/es/timePicker/index.d.ts +1 -1
  66. package/lib/es/tooltip/index.d.ts +1 -1
  67. package/lib/es/typography/numeral.d.ts +1 -1
  68. package/lib/es/typography/title.d.ts +2 -2
  69. package/package.json +8 -8
@@ -28,7 +28,7 @@ export default class Numeral extends PureComponent<NumeralProps> {
28
28
  static propTypes: {
29
29
  rule: PropTypes.Requireable<"text" | "numbers" | "bytes-decimal" | "bytes-binary" | "percentages" | "exponential">;
30
30
  precision: PropTypes.Requireable<number>;
31
- truncate: PropTypes.Requireable<"ceil" | "floor" | "round">;
31
+ truncate: PropTypes.Requireable<"round" | "ceil" | "floor">;
32
32
  parser: PropTypes.Requireable<(...args: any[]) => any>;
33
33
  copyable: PropTypes.Requireable<NonNullable<boolean | object>>;
34
34
  delete: PropTypes.Requireable<boolean>;
@@ -39,11 +39,11 @@ export default class Title extends PureComponent<TitleProps> {
39
39
  underline: PropTypes.Requireable<boolean>;
40
40
  strong: PropTypes.Requireable<boolean>;
41
41
  type: PropTypes.Requireable<"warning" | "success" | "primary" | "tertiary" | "secondary" | "danger" | "quaternary">;
42
- heading: PropTypes.Requireable<4 | 2 | 1 | 3 | 5 | 6>;
42
+ heading: PropTypes.Requireable<1 | 2 | 3 | 4 | 5 | 6>;
43
43
  style: PropTypes.Requireable<object>;
44
44
  className: PropTypes.Requireable<string>;
45
45
  component: PropTypes.Requireable<string>;
46
- weight: PropTypes.Requireable<NonNullable<number | "default" | "bold" | "light" | "regular" | "medium" | "semibold">>;
46
+ weight: PropTypes.Requireable<NonNullable<number | "bold" | "default" | "medium" | "light" | "regular" | "semibold">>;
47
47
  };
48
48
  static defaultProps: {
49
49
  copyable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.38.3-alpha.2-patch-table",
3
+ "version": "2.38.3-alpha.2-patch-table-datepicker",
4
4
  "description": "",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
@@ -17,12 +17,12 @@
17
17
  "lib/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@douyinfe/semi-animation": "2.38.3-alpha.2-patch-table",
21
- "@douyinfe/semi-animation-react": "2.38.3-alpha.2-patch-table",
22
- "@douyinfe/semi-foundation": "2.38.3-alpha.2-patch-table",
23
- "@douyinfe/semi-icons": "2.38.3-alpha.2-patch-table",
24
- "@douyinfe/semi-illustrations": "2.38.3-alpha.2-patch-table",
25
- "@douyinfe/semi-theme-default": "2.38.3-alpha.2-patch-table",
20
+ "@douyinfe/semi-animation": "2.38.3-alpha.2-patch-table-datepicker",
21
+ "@douyinfe/semi-animation-react": "2.38.3-alpha.2-patch-table-datepicker",
22
+ "@douyinfe/semi-foundation": "2.38.3-alpha.2-patch-table-datepicker",
23
+ "@douyinfe/semi-icons": "2.38.3-alpha.2-patch-table-datepicker",
24
+ "@douyinfe/semi-illustrations": "2.38.3-alpha.2-patch-table-datepicker",
25
+ "@douyinfe/semi-theme-default": "2.38.3-alpha.2-patch-table-datepicker",
26
26
  "async-validator": "^3.5.0",
27
27
  "classnames": "^2.2.6",
28
28
  "copy-text-to-clipboard": "^2.1.1",
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  "author": "",
71
71
  "license": "MIT",
72
- "gitHead": "e7ebe0a98addd752aac881ed6aece65f9c917180",
72
+ "gitHead": "a6c184520545392a4f764f1ffdae16483118c72c",
73
73
  "devDependencies": {
74
74
  "@babel/plugin-proposal-decorators": "^7.15.8",
75
75
  "@babel/plugin-transform-runtime": "^7.15.8",