@topconsultnpm/sdkui-react-beta 6.9.94 → 6.9.96
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.
|
@@ -24,6 +24,7 @@ export { default as TMTreeDropDown } from './editors/TMTreeDropDown';
|
|
|
24
24
|
export { default as TMSummary } from './editors/TMSummary';
|
|
25
25
|
export { default as TMTextBox } from './editors/TMTextBox';
|
|
26
26
|
export { default as TMTextArea } from './editors/TMTextArea';
|
|
27
|
+
export { default as TMTextExpression } from './editors/TMTextExpression';
|
|
27
28
|
export { default as TMCheckBox } from './editors/TMCheckBox';
|
|
28
29
|
export { default as TMRadioButton } from './editors/TMRadioButton';
|
|
29
30
|
export { default as TMDateBox } from './editors/TMDateBox';
|
package/lib/components/index.js
CHANGED
|
@@ -26,6 +26,7 @@ export { default as TMTreeDropDown } from './editors/TMTreeDropDown';
|
|
|
26
26
|
export { default as TMSummary } from './editors/TMSummary';
|
|
27
27
|
export { default as TMTextBox } from './editors/TMTextBox';
|
|
28
28
|
export { default as TMTextArea } from './editors/TMTextArea';
|
|
29
|
+
export { default as TMTextExpression } from './editors/TMTextExpression';
|
|
29
30
|
export { default as TMCheckBox } from './editors/TMCheckBox';
|
|
30
31
|
export { default as TMRadioButton } from './editors/TMRadioButton';
|
|
31
32
|
export { default as TMDateBox } from './editors/TMDateBox';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@topconsultnpm/sdkui-react-beta",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.96",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lib"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@topconsultnpm/sdk-ts-beta": "^6.9.
|
|
31
|
+
"@topconsultnpm/sdk-ts-beta": "^6.9.13",
|
|
32
32
|
"buffer": "^6.0.3",
|
|
33
33
|
"devextreme": "24.2.3",
|
|
34
34
|
"devextreme-react": "24.2.3",
|