@trackunit/react-compound-components 1.0.68 → 1.0.71
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.
- package/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +9 -9
- package/translation.cjs.js +4 -1
- package/translation.cjs10.js +4 -1
- package/translation.cjs11.js +4 -1
- package/translation.cjs12.js +4 -1
- package/translation.cjs13.js +4 -1
- package/translation.cjs14.js +4 -1
- package/translation.cjs15.js +4 -1
- package/translation.cjs16.js +4 -1
- package/translation.cjs17.js +4 -1
- package/translation.cjs2.js +4 -1
- package/translation.cjs3.js +4 -1
- package/translation.cjs4.js +4 -1
- package/translation.cjs5.js +4 -1
- package/translation.cjs6.js +4 -1
- package/translation.cjs7.js +4 -1
- package/translation.cjs8.js +4 -1
- package/translation.cjs9.js +4 -1
- package/translation.esm.js +4 -1
- package/translation.esm10.js +4 -1
- package/translation.esm11.js +4 -1
- package/translation.esm12.js +4 -1
- package/translation.esm13.js +4 -1
- package/translation.esm14.js +4 -1
- package/translation.esm15.js +4 -1
- package/translation.esm16.js +4 -1
- package/translation.esm17.js +4 -1
- package/translation.esm2.js +4 -1
- package/translation.esm3.js +4 -1
- package/translation.esm4.js +4 -1
- package/translation.esm5.js +4 -1
- package/translation.esm6.js +4 -1
- package/translation.esm7.js +4 -1
- package/translation.esm8.js +4 -1
- package/translation.esm9.js +4 -1
package/index.cjs.js
CHANGED
|
@@ -13,7 +13,7 @@ var dateAndTimeUtils = require('@trackunit/date-and-time-utils');
|
|
|
13
13
|
var reactFormComponents = require('@trackunit/react-form-components');
|
|
14
14
|
|
|
15
15
|
var defaultTranslations = {
|
|
16
|
-
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this
|
|
16
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this action?",
|
|
17
17
|
"confirmationDialog.default.primarybutton": "Confirm",
|
|
18
18
|
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
19
19
|
"confirmationDialog.default.title": "Please confirm this action"
|
package/index.esm.js
CHANGED
|
@@ -11,7 +11,7 @@ import { formatDateUtil } from '@trackunit/date-and-time-utils';
|
|
|
11
11
|
import { DropZone } from '@trackunit/react-form-components';
|
|
12
12
|
|
|
13
13
|
var defaultTranslations = {
|
|
14
|
-
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this
|
|
14
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this action?",
|
|
15
15
|
"confirmationDialog.default.primarybutton": "Confirm",
|
|
16
16
|
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
17
17
|
"confirmationDialog.default.title": "Please confirm this action"
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-compound-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.71",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"react": "18.3.1",
|
|
8
8
|
"tailwind-merge": "^2.0.0",
|
|
9
9
|
"react-image-gallery": "1.3.0",
|
|
10
|
-
"@trackunit/react-core-contexts-api": "1.0.
|
|
11
|
-
"@trackunit/react-core-hooks": "1.0.
|
|
12
|
-
"@trackunit/react-components": "1.1.
|
|
13
|
-
"@trackunit/react-modal": "1.0.
|
|
14
|
-
"@trackunit/css-class-variance-utilities": "1.0.
|
|
15
|
-
"@trackunit/date-and-time-utils": "1.0.
|
|
16
|
-
"@trackunit/react-form-components": "1.0.
|
|
17
|
-
"@trackunit/i18n-library-translation": "1.0.
|
|
10
|
+
"@trackunit/react-core-contexts-api": "1.0.46",
|
|
11
|
+
"@trackunit/react-core-hooks": "1.0.46",
|
|
12
|
+
"@trackunit/react-components": "1.1.49",
|
|
13
|
+
"@trackunit/react-modal": "1.0.67",
|
|
14
|
+
"@trackunit/css-class-variance-utilities": "1.0.41",
|
|
15
|
+
"@trackunit/date-and-time-utils": "1.0.41",
|
|
16
|
+
"@trackunit/react-form-components": "1.0.68",
|
|
17
|
+
"@trackunit/i18n-library-translation": "1.0.51"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=20.x",
|
package/translation.cjs.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs10.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs11.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs12.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs13.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs14.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs15.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs16.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs17.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs2.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Er du sikker på, at du ønsker at gå videre med denne handling?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs3.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs4.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs5.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Êtes-vous certain de vouloir poursuivre cette démarche ?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs6.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs7.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs8.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Sei sicuro di voler procedere con questa linea d'azione?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.cjs9.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
5
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
6
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
7
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
5
8
|
};
|
|
6
9
|
|
|
7
10
|
exports.default = translation;
|
package/translation.esm.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm10.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm11.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm12.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm13.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm14.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm15.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm16.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm17.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm2.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Er du sikker på, at du ønsker at gå videre med denne handling?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm3.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm4.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm5.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Êtes-vous certain de vouloir poursuivre cette démarche ?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm6.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm7.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm8.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Sei sicuro di voler procedere con questa linea d'azione?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|
package/translation.esm9.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
|
|
2
|
+
"confirmationDialog.default.message": "Are you certain that you wish to proceed with this course of action?",
|
|
3
|
+
"confirmationDialog.default.primarybutton": "Confirm",
|
|
4
|
+
"confirmationDialog.default.secondarybutton": "Cancel",
|
|
5
|
+
"confirmationDialog.default.title": "Please confirm this action"
|
|
3
6
|
};
|
|
4
7
|
|
|
5
8
|
export { translation as default };
|