@lowdefy/blocks-antd 4.0.0-rc.0 → 4.0.0-rc.2

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 (133) hide show
  1. package/dist/blocks/Affix/Affix.js +1 -1
  2. package/dist/blocks/Affix/style.less +1 -1
  3. package/dist/blocks/Alert/Alert.js +16 -16
  4. package/dist/blocks/Alert/style.less +1 -1
  5. package/dist/blocks/AutoComplete/AutoComplete.js +2 -2
  6. package/dist/blocks/AutoComplete/style.less +1 -1
  7. package/dist/blocks/Avatar/Avatar.js +2 -2
  8. package/dist/blocks/Avatar/style.less +1 -1
  9. package/dist/blocks/Badge/Badge.js +1 -1
  10. package/dist/blocks/Badge/style.less +1 -1
  11. package/dist/blocks/Breadcrumb/Breadcrumb.js +18 -18
  12. package/dist/blocks/Breadcrumb/style.less +1 -1
  13. package/dist/blocks/Button/Button.js +3 -3
  14. package/dist/blocks/Button/style.less +1 -1
  15. package/dist/blocks/ButtonSelector/ButtonSelector.js +3 -3
  16. package/dist/blocks/ButtonSelector/style.less +1 -1
  17. package/dist/blocks/Card/Card.js +2 -2
  18. package/dist/blocks/Card/style.less +1 -1
  19. package/dist/blocks/CheckboxSelector/CheckboxSelector.js +3 -3
  20. package/dist/blocks/CheckboxSelector/style.less +1 -1
  21. package/dist/blocks/CheckboxSwitch/CheckboxSwitch.js +3 -3
  22. package/dist/blocks/CheckboxSwitch/style.less +1 -1
  23. package/dist/blocks/Collapse/Collapse.js +16 -16
  24. package/dist/blocks/Collapse/style.less +1 -1
  25. package/dist/blocks/Comment/Comment.js +1 -1
  26. package/dist/blocks/Comment/style.less +1 -1
  27. package/dist/blocks/ConfirmModal/ConfirmModal.js +1 -1
  28. package/dist/blocks/ConfirmModal/style.less +1 -1
  29. package/dist/blocks/Content/Content.js +1 -1
  30. package/dist/blocks/Content/style.less +1 -1
  31. package/dist/blocks/ControlledList/ControlledList.js +3 -3
  32. package/dist/blocks/ControlledList/style.less +1 -1
  33. package/dist/blocks/DateRangeSelector/DateRangeSelector.js +3 -3
  34. package/dist/blocks/DateRangeSelector/style.less +1 -1
  35. package/dist/blocks/DateSelector/DateSelector.js +2 -2
  36. package/dist/blocks/DateSelector/style.less +1 -1
  37. package/dist/blocks/DateTimeSelector/DateTimeSelector.js +2 -2
  38. package/dist/blocks/DateTimeSelector/style.less +1 -1
  39. package/dist/blocks/Descriptions/Descriptions.js +7 -7
  40. package/dist/blocks/Descriptions/style.less +1 -1
  41. package/dist/blocks/Divider/Divider.js +1 -1
  42. package/dist/blocks/Divider/style.less +1 -1
  43. package/dist/blocks/Drawer/Drawer.js +1 -1
  44. package/dist/blocks/Drawer/style.less +1 -1
  45. package/dist/blocks/Footer/Footer.js +1 -1
  46. package/dist/blocks/Footer/style.less +1 -1
  47. package/dist/blocks/Header/Header.js +2 -2
  48. package/dist/blocks/Header/style.less +1 -1
  49. package/dist/blocks/Label/Label.js +17 -17
  50. package/dist/blocks/Label/getLabelCol.js +1 -1
  51. package/dist/blocks/Label/getWrapperCol.js +1 -1
  52. package/dist/blocks/Label/labelLogic.js +5 -5
  53. package/dist/blocks/Label/style.less +1 -1
  54. package/dist/blocks/Layout/Layout.js +1 -1
  55. package/dist/blocks/Layout/style.less +1 -1
  56. package/dist/blocks/Menu/Menu.js +28 -28
  57. package/dist/blocks/Menu/style.less +1 -1
  58. package/dist/blocks/Message/Message.js +1 -1
  59. package/dist/blocks/Message/style.less +1 -1
  60. package/dist/blocks/MobileMenu/MobileMenu.js +3 -3
  61. package/dist/blocks/MobileMenu/style.less +1 -1
  62. package/dist/blocks/Modal/Modal.js +16 -16
  63. package/dist/blocks/Modal/style.less +1 -1
  64. package/dist/blocks/MonthSelector/MonthSelector.js +2 -2
  65. package/dist/blocks/MonthSelector/style.less +1 -1
  66. package/dist/blocks/MultipleSelector/MultipleSelector.js +3 -3
  67. package/dist/blocks/MultipleSelector/style.less +1 -1
  68. package/dist/blocks/Notification/Notification.js +1 -1
  69. package/dist/blocks/Notification/style.less +1 -1
  70. package/dist/blocks/NumberInput/NumberInput.js +2 -2
  71. package/dist/blocks/NumberInput/style.less +1 -1
  72. package/dist/blocks/PageHCF/PageHCF.js +1 -1
  73. package/dist/blocks/PageHCF/style.less +1 -1
  74. package/dist/blocks/PageHCSF/PageHCSF.js +1 -1
  75. package/dist/blocks/PageHCSF/style.less +1 -1
  76. package/dist/blocks/PageHSCF/PageHSCF.js +1 -1
  77. package/dist/blocks/PageHSCF/style.less +1 -1
  78. package/dist/blocks/PageHeaderMenu/PageHeaderMenu.js +7 -7
  79. package/dist/blocks/PageHeaderMenu/style.less +1 -1
  80. package/dist/blocks/PageSHCF/PageSHCF.js +1 -1
  81. package/dist/blocks/PageSHCF/style.less +1 -1
  82. package/dist/blocks/PageSiderMenu/PageSiderMenu.js +7 -7
  83. package/dist/blocks/PageSiderMenu/style.less +1 -1
  84. package/dist/blocks/Pagination/Pagination.js +1 -1
  85. package/dist/blocks/Pagination/style.less +1 -1
  86. package/dist/blocks/Paragraph/Paragraph.js +2 -2
  87. package/dist/blocks/Paragraph/style.less +1 -1
  88. package/dist/blocks/ParagraphInput/ParagraphInput.js +3 -3
  89. package/dist/blocks/ParagraphInput/style.less +1 -1
  90. package/dist/blocks/PasswordInput/PasswordInput.js +2 -2
  91. package/dist/blocks/PasswordInput/style.less +1 -1
  92. package/dist/blocks/Progress/Progress.js +1 -1
  93. package/dist/blocks/Progress/style.less +1 -1
  94. package/dist/blocks/RadioSelector/RadioSelector.js +3 -3
  95. package/dist/blocks/RadioSelector/style.less +1 -1
  96. package/dist/blocks/RatingSlider/RatingSlider.js +7 -7
  97. package/dist/blocks/RatingSlider/style.less +1 -1
  98. package/dist/blocks/Result/Result.js +1 -1
  99. package/dist/blocks/Result/style.less +1 -1
  100. package/dist/blocks/Selector/Selector.js +3 -3
  101. package/dist/blocks/Selector/style.less +1 -1
  102. package/dist/blocks/Sider/Sider.js +1 -1
  103. package/dist/blocks/Sider/style.less +1 -1
  104. package/dist/blocks/Statistic/Statistic.js +1 -1
  105. package/dist/blocks/Statistic/style.less +1 -1
  106. package/dist/blocks/Switch/Switch.js +3 -3
  107. package/dist/blocks/Switch/style.less +1 -1
  108. package/dist/blocks/Tabs/Tabs.js +16 -16
  109. package/dist/blocks/Tabs/style.less +1 -1
  110. package/dist/blocks/TextArea/TextArea.js +2 -2
  111. package/dist/blocks/TextArea/style.less +1 -1
  112. package/dist/blocks/TextInput/TextInput.js +2 -2
  113. package/dist/blocks/TextInput/style.less +1 -1
  114. package/dist/blocks/TimelineList/TimelineList.js +16 -16
  115. package/dist/blocks/TimelineList/style.less +1 -1
  116. package/dist/blocks/Title/Title.js +3 -3
  117. package/dist/blocks/Title/style.less +1 -1
  118. package/dist/blocks/TitleInput/TitleInput.js +4 -4
  119. package/dist/blocks/TitleInput/style.less +1 -1
  120. package/dist/blocks/Tooltip/Tooltip.js +1 -1
  121. package/dist/blocks/Tooltip/style.less +1 -1
  122. package/dist/blocks/WeekSelector/WeekSelector.js +2 -2
  123. package/dist/blocks/WeekSelector/style.less +1 -1
  124. package/dist/blocks.js +1 -1
  125. package/dist/color.js +1 -1
  126. package/dist/disabledDate.js +1 -1
  127. package/dist/getUniqueValues.js +1 -1
  128. package/dist/getValueIndex.js +1 -1
  129. package/dist/style.less +1 -1
  130. package/dist/types.js +1 -1
  131. package/dist/useRunAfterUpdate.js +1 -1
  132. package/dist/validationExamples.js +2 -2
  133. package/package.json +20 -21
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import moment from 'moment';
20
20
  import disabledDate from '../../disabledDate.js';
21
21
  import Label from '../Label/Label.js';
22
22
  const WeekPicker = DatePicker.WeekPicker;
23
- const WeekSelector = ({ blockId , components: { Icon , Link } , events , loading , methods , properties , required , validation , value , })=>{
23
+ const WeekSelector = ({ blockId , components: { Icon , Link } , events , loading , methods , properties , required , validation , value })=>{
24
24
  return /*#__PURE__*/ React.createElement(Label, {
25
25
  blockId: blockId,
26
26
  components: {
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
package/dist/blocks.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
package/dist/color.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable no-param-reassign */ /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
package/dist/style.less CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
package/dist/types.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable import/namespace */ /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2020-2022 Lowdefy, Inc
2
+ Copyright 2020-2023 Lowdefy, Inc
3
3
 
4
4
  Licensed under the Apache License, Version 2.0 (the "License");
5
5
  you may not use this file except in compliance with the License.
@@ -36,5 +36,5 @@
36
36
  'validation warning'
37
37
  ],
38
38
  errors: []
39
- },
39
+ }
40
40
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/blocks-antd",
3
- "version": "4.0.0-rc.0",
3
+ "version": "4.0.0-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lowdefy Ant Design Blocks",
6
6
  "homepage": "https://lowdefy.com",
@@ -46,32 +46,31 @@
46
46
  "clean": "rm -rf dist",
47
47
  "copyfiles": "copyfiles -u 1 \"./src/**/*\" dist -e \"./src/**/*.js\" -e \"./src/**/*.yaml\" -e \"./src/**/*.snap\"",
48
48
  "prepublishOnly": "pnpm build",
49
- "test:watch": "jest --coverage --watch",
50
- "test": "jest --coverage"
49
+ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
51
50
  },
52
51
  "dependencies": {
53
- "@ant-design/icons": "4.7.0",
54
- "@lowdefy/block-utils": "4.0.0-rc.0",
55
- "@lowdefy/helpers": "4.0.0-rc.0",
56
- "antd": "4.22.5",
57
- "classnames": "2.3.1",
52
+ "@ant-design/icons": "4.8.0",
53
+ "@lowdefy/block-utils": "4.0.0-rc.2",
54
+ "@lowdefy/helpers": "4.0.0-rc.2",
55
+ "antd": "4.24.7",
56
+ "classnames": "2.3.2",
58
57
  "moment": "2.29.4",
59
- "rc-motion": "2.6.0",
58
+ "rc-motion": "2.6.2",
60
59
  "react": "18.2.0",
61
60
  "react-dom": "18.2.0",
62
- "tinycolor2": "1.4.2"
61
+ "tinycolor2": "1.5.2"
63
62
  },
64
63
  "devDependencies": {
65
- "@emotion/jest": "11.9.1",
66
- "@lowdefy/block-dev": "4.0.0-rc.0",
67
- "@lowdefy/jest-yaml-transform": "4.0.0-rc.0",
68
- "@lowdefy/node-utils": "4.0.0-rc.0",
69
- "@swc/cli": "0.1.57",
70
- "@swc/core": "1.2.194",
71
- "@swc/jest": "0.2.21",
72
- "@testing-library/dom": "8.13.0",
73
- "@testing-library/react": "13.3.0",
74
- "@testing-library/user-event": "14.2.0",
64
+ "@emotion/jest": "11.10.5",
65
+ "@lowdefy/block-dev": "4.0.0-rc.2",
66
+ "@lowdefy/jest-yaml-transform": "4.0.0-rc.2",
67
+ "@lowdefy/node-utils": "4.0.0-rc.2",
68
+ "@swc/cli": "0.1.59",
69
+ "@swc/core": "1.3.24",
70
+ "@swc/jest": "0.2.24",
71
+ "@testing-library/dom": "8.19.1",
72
+ "@testing-library/react": "13.4.0",
73
+ "@testing-library/user-event": "14.4.3",
75
74
  "copyfiles": "2.4.1",
76
75
  "jest": "28.1.0",
77
76
  "jest-environment-jsdom": "28.1.0",
@@ -80,5 +79,5 @@
80
79
  "publishConfig": {
81
80
  "access": "public"
82
81
  },
83
- "gitHead": "f6872d7ff6da421710096536fce7b2016ef8f35c"
82
+ "gitHead": "ac0dec732efb3b3cb06c82941d8f829c9fa65dff"
84
83
  }