@capillarytech/blaze-ui 0.3.3-alpha.1 → 0.3.4-beta.0
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/README.md +168 -65
- package/dist/CapAlert/CapAlert.d.ts +12 -0
- package/dist/CapAlert/CapAlert.d.ts.map +1 -0
- package/dist/CapAlert/CapAlert.test.d.ts +2 -0
- package/dist/CapAlert/CapAlert.test.d.ts.map +1 -0
- package/dist/CapAlert/index.d.ts +3 -0
- package/dist/CapAlert/index.d.ts.map +1 -0
- package/dist/CapAlert/index.js +696 -0
- package/dist/CapAlert/index.js.map +1 -0
- package/dist/CapButton/CapButton.d.ts +11 -0
- package/dist/CapButton/CapButton.d.ts.map +1 -0
- package/dist/CapButton/CapButton.test.d.ts +2 -0
- package/dist/CapButton/CapButton.test.d.ts.map +1 -0
- package/dist/CapButton/index.d.ts +3 -0
- package/dist/CapButton/index.d.ts.map +1 -0
- package/dist/CapButton/index.js +991 -0
- package/dist/CapButton/index.js.map +1 -0
- package/dist/CapCard/CapCard.d.ts +9 -0
- package/dist/CapCard/CapCard.d.ts.map +1 -0
- package/dist/CapCard/CapCard.test.d.ts +2 -0
- package/dist/CapCard/CapCard.test.d.ts.map +1 -0
- package/dist/CapCard/index.d.ts +3 -0
- package/dist/CapCard/index.d.ts.map +1 -0
- package/dist/CapCard/index.js +697 -0
- package/dist/CapCard/index.js.map +1 -0
- package/dist/CapCheckbox/CapCheckbox.d.ts +17 -0
- package/dist/CapCheckbox/CapCheckbox.d.ts.map +1 -0
- package/dist/CapCheckbox/CapCheckbox.test.d.ts +2 -0
- package/dist/CapCheckbox/CapCheckbox.test.d.ts.map +1 -0
- package/dist/CapCheckbox/index.d.ts +3 -0
- package/dist/CapCheckbox/index.d.ts.map +1 -0
- package/dist/CapCheckbox/index.js +917 -0
- package/dist/CapCheckbox/index.js.map +1 -0
- package/dist/CapColumn/CapColumn.d.ts +9 -0
- package/dist/CapColumn/CapColumn.d.ts.map +1 -0
- package/dist/CapColumn/CapColumn.test.d.ts +2 -0
- package/dist/CapColumn/CapColumn.test.d.ts.map +1 -0
- package/dist/CapColumn/index.d.ts +3 -0
- package/dist/CapColumn/index.d.ts.map +1 -0
- package/dist/CapColumn/index.js +694 -0
- package/dist/CapColumn/index.js.map +1 -0
- package/dist/CapDivider/CapDivider.d.ts +9 -0
- package/dist/CapDivider/CapDivider.d.ts.map +1 -0
- package/dist/CapDivider/CapDivider.test.d.ts +2 -0
- package/dist/CapDivider/CapDivider.test.d.ts.map +1 -0
- package/dist/CapDivider/index.d.ts +3 -0
- package/dist/CapDivider/index.d.ts.map +1 -0
- package/dist/CapDivider/index.js +696 -0
- package/dist/CapDivider/index.js.map +1 -0
- package/dist/CapDropdown/CapDropdown.d.ts +20 -0
- package/dist/CapDropdown/CapDropdown.d.ts.map +1 -0
- package/dist/CapDropdown/CapDropdown.test.d.ts +2 -0
- package/dist/CapDropdown/CapDropdown.test.d.ts.map +1 -0
- package/dist/CapDropdown/index.d.ts +3 -0
- package/dist/CapDropdown/index.d.ts.map +1 -0
- package/dist/CapDropdown/index.js +715 -0
- package/dist/CapDropdown/index.js.map +1 -0
- package/dist/CapForm/CapForm.d.ts +10 -0
- package/dist/CapForm/CapForm.d.ts.map +1 -0
- package/dist/CapForm/CapForm.test.d.ts +2 -0
- package/dist/CapForm/CapForm.test.d.ts.map +1 -0
- package/dist/CapForm/index.d.ts +3 -0
- package/dist/CapForm/index.d.ts.map +1 -0
- package/dist/CapForm/index.js +696 -0
- package/dist/CapForm/index.js.map +1 -0
- package/dist/CapFormItem/CapFormItem.d.ts +13 -0
- package/dist/CapFormItem/CapFormItem.d.ts.map +1 -0
- package/dist/CapFormItem/CapFormItem.test.d.ts +2 -0
- package/dist/CapFormItem/CapFormItem.test.d.ts.map +1 -0
- package/dist/CapFormItem/index.d.ts +3 -0
- package/dist/CapFormItem/index.d.ts.map +1 -0
- package/dist/CapFormItem/index.js +697 -0
- package/dist/CapFormItem/index.js.map +1 -0
- package/dist/CapIcon/CapIcon.d.ts +30 -0
- package/dist/CapIcon/CapIcon.d.ts.map +1 -0
- package/dist/CapIcon/CapIcon.test.d.ts +2 -0
- package/dist/CapIcon/CapIcon.test.d.ts.map +1 -0
- package/dist/CapIcon/index.d.ts +3 -0
- package/dist/CapIcon/index.d.ts.map +1 -0
- package/dist/CapIcon/index.js +836 -0
- package/dist/CapIcon/index.js.map +1 -0
- package/dist/CapInput/CapInput.d.ts +11 -0
- package/dist/CapInput/CapInput.d.ts.map +1 -0
- package/dist/CapInput/CapInput.test.d.ts +2 -0
- package/dist/CapInput/CapInput.test.d.ts.map +1 -0
- package/dist/CapInput/Number.d.ts +9 -0
- package/dist/CapInput/Number.d.ts.map +1 -0
- package/dist/CapInput/Number.test.d.ts +2 -0
- package/dist/CapInput/Number.test.d.ts.map +1 -0
- package/dist/CapInput/Search.d.ts +9 -0
- package/dist/CapInput/Search.d.ts.map +1 -0
- package/dist/CapInput/Search.test.d.ts +2 -0
- package/dist/CapInput/Search.test.d.ts.map +1 -0
- package/dist/CapInput/TextArea.d.ts +9 -0
- package/dist/CapInput/TextArea.d.ts.map +1 -0
- package/dist/CapInput/TextArea.test.d.ts +2 -0
- package/dist/CapInput/TextArea.test.d.ts.map +1 -0
- package/dist/CapInput/index.d.ts +9 -0
- package/dist/CapInput/index.d.ts.map +1 -0
- package/dist/CapInput/index.js +744 -0
- package/dist/CapInput/index.js.map +1 -0
- package/dist/CapLabel/CapLabel.d.ts +23 -0
- package/dist/CapLabel/CapLabel.d.ts.map +1 -0
- package/dist/CapLabel/CapLabel.test.d.ts +2 -0
- package/dist/CapLabel/CapLabel.test.d.ts.map +1 -0
- package/dist/CapLabel/index.d.ts +3 -0
- package/dist/CapLabel/index.d.ts.map +1 -0
- package/dist/CapLabel/index.js +760 -0
- package/dist/CapLabel/index.js.map +1 -0
- package/dist/CapMenu/CapMenu.d.ts +27 -0
- package/dist/CapMenu/CapMenu.d.ts.map +1 -0
- package/dist/CapMenu/CapMenu.test.d.ts +2 -0
- package/dist/CapMenu/CapMenu.test.d.ts.map +1 -0
- package/dist/CapMenu/index.d.ts +3 -0
- package/dist/CapMenu/index.d.ts.map +1 -0
- package/dist/CapMenu/index.js +716 -0
- package/dist/CapMenu/index.js.map +1 -0
- package/dist/CapRadio/CapRadio.d.ts +18 -0
- package/dist/CapRadio/CapRadio.d.ts.map +1 -0
- package/dist/CapRadio/CapRadio.test.d.ts +2 -0
- package/dist/CapRadio/CapRadio.test.d.ts.map +1 -0
- package/dist/CapRadio/index.d.ts +3 -0
- package/dist/CapRadio/index.d.ts.map +1 -0
- package/dist/CapRadio/index.js +918 -0
- package/dist/CapRadio/index.js.map +1 -0
- package/dist/CapRow/CapRow.d.ts +27 -0
- package/dist/CapRow/CapRow.d.ts.map +1 -0
- package/dist/CapRow/CapRow.test.d.ts +2 -0
- package/dist/CapRow/CapRow.test.d.ts.map +1 -0
- package/dist/CapRow/index.d.ts +3 -0
- package/dist/CapRow/index.d.ts.map +1 -0
- package/dist/CapRow/index.js +751 -0
- package/dist/CapRow/index.js.map +1 -0
- package/dist/CapSkeleton/CapSkeleton.d.ts +8 -0
- package/dist/CapSkeleton/CapSkeleton.d.ts.map +1 -0
- package/dist/CapSkeleton/CapSkeleton.test.d.ts +2 -0
- package/dist/CapSkeleton/CapSkeleton.test.d.ts.map +1 -0
- package/dist/CapSkeleton/index.d.ts +3 -0
- package/dist/CapSkeleton/index.d.ts.map +1 -0
- package/dist/CapSkeleton/index.js +124 -0
- package/dist/CapSkeleton/index.js.map +1 -0
- package/dist/CapSpin/CapSpin.d.ts +8 -0
- package/dist/CapSpin/CapSpin.d.ts.map +1 -0
- package/dist/CapSpin/CapSpin.test.d.ts +2 -0
- package/dist/CapSpin/CapSpin.test.d.ts.map +1 -0
- package/dist/CapSpin/index.d.ts +3 -0
- package/dist/CapSpin/index.d.ts.map +1 -0
- package/dist/CapSpin/index.js +123 -0
- package/dist/CapSpin/index.js.map +1 -0
- package/dist/CapSwitch/CapSwitch.d.ts +12 -0
- package/dist/CapSwitch/CapSwitch.d.ts.map +1 -0
- package/dist/CapSwitch/CapSwitch.test.d.ts +2 -0
- package/dist/CapSwitch/CapSwitch.test.d.ts.map +1 -0
- package/dist/CapSwitch/index.d.ts +3 -0
- package/dist/CapSwitch/index.d.ts.map +1 -0
- package/dist/CapSwitch/index.js +700 -0
- package/dist/CapSwitch/index.js.map +1 -0
- package/dist/CapTab/CapTab.d.ts +21 -0
- package/dist/CapTab/CapTab.d.ts.map +1 -0
- package/dist/CapTab/CapTab.test.d.ts +2 -0
- package/dist/CapTab/CapTab.test.d.ts.map +1 -0
- package/dist/CapTab/index.d.ts +3 -0
- package/dist/CapTab/index.d.ts.map +1 -0
- package/dist/CapTab/index.js +729 -0
- package/dist/CapTab/index.js.map +1 -0
- package/dist/CapTable/CapTable.d.ts +27 -0
- package/dist/CapTable/CapTable.d.ts.map +1 -0
- package/dist/CapTable/CapTable.test.d.ts +2 -0
- package/dist/CapTable/CapTable.test.d.ts.map +1 -0
- package/dist/CapTable/index.d.ts +3 -0
- package/dist/CapTable/index.d.ts.map +1 -0
- package/dist/CapTable/index.js +18314 -0
- package/dist/CapTable/index.js.map +1 -0
- package/dist/CapTable/loadable.d.ts +5 -0
- package/dist/CapTable/loadable.d.ts.map +1 -0
- package/dist/CapTable/loadable.test.d.ts +2 -0
- package/dist/CapTable/loadable.test.d.ts.map +1 -0
- package/dist/CapTestSelect/CapTestSelect.d.ts +24 -0
- package/dist/CapTestSelect/CapTestSelect.d.ts.map +1 -0
- package/dist/CapTestSelect/CapTestSelect.test.d.ts +2 -0
- package/dist/CapTestSelect/CapTestSelect.test.d.ts.map +1 -0
- package/dist/CapTestSelect/index.d.ts +3 -0
- package/dist/CapTestSelect/index.d.ts.map +1 -0
- package/dist/CapTestSelect/index.js +130 -0
- package/dist/CapTestSelect/index.js.map +1 -0
- package/dist/CapTooltip/CapTooltip.d.ts +10 -0
- package/dist/CapTooltip/CapTooltip.d.ts.map +1 -0
- package/dist/CapTooltip/CapTooltip.test.d.ts +2 -0
- package/dist/CapTooltip/CapTooltip.test.d.ts.map +1 -0
- package/dist/CapTooltip/index.d.ts +3 -0
- package/dist/CapTooltip/index.d.ts.map +1 -0
- package/dist/CapTooltip/index.js +730 -0
- package/dist/CapTooltip/index.js.map +1 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.d.ts +18 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.d.ts.map +1 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts +2 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts.map +1 -0
- package/dist/CapTooltipWithInfo/index.d.ts +3 -0
- package/dist/CapTooltipWithInfo/index.d.ts.map +1 -0
- package/dist/CapTooltipWithInfo/index.js +1139 -0
- package/dist/CapTooltipWithInfo/index.js.map +1 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.d.ts +52 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.test.d.ts +2 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.test.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/index.d.ts +3 -0
- package/dist/CapUnifiedSelect/index.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/index.js +2075 -0
- package/dist/CapUnifiedSelect/index.js.map +1 -0
- package/dist/CapUnifiedSelect/messages.d.ts +24 -0
- package/dist/CapUnifiedSelect/messages.d.ts.map +1 -0
- package/dist/LocaleHoc/index.d.ts +9 -0
- package/dist/LocaleHoc/index.d.ts.map +1 -0
- package/{translations/en.js → dist/LocaleHoc/index.js} +169 -35
- package/dist/LocaleHoc/index.js.map +1 -0
- package/dist/LocaleHoc/index.test.d.ts +2 -0
- package/dist/LocaleHoc/index.test.d.ts.map +1 -0
- package/dist/index.d.ts +54 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +23028 -0
- package/dist/index.js.map +1 -0
- package/dist/styled/variables.d.ts +150 -0
- package/dist/styled/variables.d.ts.map +1 -0
- package/dist/styled/variables.scss +194 -0
- package/dist/utils/fonts.d.ts +49 -0
- package/dist/utils/fonts.d.ts.map +1 -0
- package/dist/utils/fonts.test.d.ts +2 -0
- package/dist/utils/fonts.test.d.ts.map +1 -0
- package/dist/utils/index.d.ts +44 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +1161 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/styles.d.ts +19 -0
- package/dist/utils/styles.d.ts.map +1 -0
- package/package.json +263 -20
- package/CapIcon/CapIcon.js +0 -183
- package/CapIcon/index.js +0 -3
- package/CapIcon/styles.js +0 -76
- package/CapInput/CapInput.js +0 -67
- package/CapInput/Number.js +0 -38
- package/CapInput/Search.js +0 -32
- package/CapInput/TextArea.js +0 -45
- package/CapInput/index.js +0 -10
- package/CapInput/messages.js +0 -27
- package/CapInput/styles.js +0 -81
- package/CapLabel/CapLabel.js +0 -83
- package/CapLabel/index.js +0 -3
- package/CapLabel/styles.js +0 -259
- package/CapRow/CapRow.js +0 -123
- package/CapRow/index.js +0 -3
- package/CapRow/styles.js +0 -50
- package/CapSkeleton/CapSkeleton.js +0 -17
- package/CapSkeleton/index.js +0 -1
- package/CapSpin/CapSpin.js +0 -23
- package/CapSpin/index.js +0 -1
- package/CapTable/CapTable.js +0 -146
- package/CapTable/index.js +0 -3
- package/CapTable/loadable.js +0 -13
- package/CapTable/styles.js +0 -134
- package/CapTestSelect/CapTestSelect.js +0 -47
- package/CapTestSelect/index.js +0 -1
- package/CapTooltip/CapTooltip.js +0 -98
- package/CapTooltip/index.js +0 -3
- package/CapTooltip/styles.js +0 -34
- package/CapTooltipWithInfo/CapTooltipWithInfo.js +0 -74
- package/CapTooltipWithInfo/index.js +0 -3
- package/CapTooltipWithInfo/styles.js +0 -22
- package/CapUnifiedSelect/CapUnifiedSelect.js +0 -541
- package/CapUnifiedSelect/index.js +0 -1
- package/CapUnifiedSelect/messages.js +0 -24
- package/CapUnifiedSelect/styles.js +0 -441
- package/LocaleHoc/index.js +0 -38
- package/index.js +0 -21
- package/styled/index.js +0 -6
- package/styled/variables.js +0 -91
- package/utils/index.js +0 -1
- package/utils/withMemo.js +0 -33
- package/utils/withStyles.js +0 -24
- /package/{assets → dist/assets}/upload.svg +0 -0
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 26:
|
|
6
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.__esModule = true;
|
|
11
|
+
exports["default"] = void 0;
|
|
12
|
+
var _default = exports["default"] = {
|
|
2
13
|
CapMultiSelect: {
|
|
3
14
|
noResultsFoundText: "No results found",
|
|
4
15
|
selectText: "Select",
|
|
@@ -7,11 +18,11 @@ export default {
|
|
|
7
18
|
selectedText: "selected",
|
|
8
19
|
selectAllText: "Select all",
|
|
9
20
|
selectAllSearchResultsText: "Select all searched results",
|
|
10
|
-
moreText: "more"
|
|
21
|
+
moreText: "more"
|
|
11
22
|
},
|
|
12
23
|
CapModal: {
|
|
13
24
|
okText: 'Yes',
|
|
14
|
-
closeText: 'No'
|
|
25
|
+
closeText: 'No'
|
|
15
26
|
},
|
|
16
27
|
CapMultiSelectWithTree: {
|
|
17
28
|
noResultsFoundText: "No results found",
|
|
@@ -22,20 +33,20 @@ export default {
|
|
|
22
33
|
selectAllText: "Select all",
|
|
23
34
|
selectAllSearchResultsText: "Select all searched results",
|
|
24
35
|
moreText: "more",
|
|
25
|
-
storeUploadsText: "Store IDs are uploaded already"
|
|
36
|
+
storeUploadsText: "Store IDs are uploaded already"
|
|
26
37
|
},
|
|
27
38
|
CapCustomSelect: {
|
|
28
39
|
searchPlaceholder: 'Search',
|
|
29
|
-
selectPlaceholder: 'Select Option'
|
|
40
|
+
selectPlaceholder: 'Select Option'
|
|
30
41
|
},
|
|
31
42
|
CapMultiSelectDatePicker: {
|
|
32
|
-
lastDayText: 'Last day of month'
|
|
43
|
+
lastDayText: 'Last day of month'
|
|
33
44
|
},
|
|
34
45
|
CapTable: {
|
|
35
|
-
loadMoreData: 'Loading more data...'
|
|
46
|
+
loadMoreData: 'Loading more data...'
|
|
36
47
|
},
|
|
37
48
|
CapIllustration: {
|
|
38
|
-
accessForbiddenMsg: 'Action cannot be performed due to insufficient permission'
|
|
49
|
+
accessForbiddenMsg: 'Action cannot be performed due to insufficient permission'
|
|
39
50
|
},
|
|
40
51
|
CapNavigation: {
|
|
41
52
|
businessProcesses: 'Workbench',
|
|
@@ -51,20 +62,20 @@ export default {
|
|
|
51
62
|
selectOrganization: 'Select Organization',
|
|
52
63
|
organization: 'Organization',
|
|
53
64
|
noResultText: 'No results found',
|
|
54
|
-
selectProduct: 'Select Product'
|
|
65
|
+
selectProduct: 'Select Product'
|
|
55
66
|
},
|
|
56
67
|
InfoNote: {
|
|
57
|
-
noteText: 'Note'
|
|
68
|
+
noteText: 'Note'
|
|
58
69
|
},
|
|
59
70
|
SomethingWentWrong: {
|
|
60
71
|
title: 'Sorry, something went wrong.',
|
|
61
72
|
description: 'Please try again. If this issue occurs again, please reach out to Capillary support team.',
|
|
62
|
-
reloadText: 'Try refreshing again'
|
|
73
|
+
reloadText: 'Try refreshing again'
|
|
63
74
|
},
|
|
64
75
|
CapBlock: {
|
|
65
76
|
deleteBlockMsg: 'Delete',
|
|
66
77
|
expandBlockMsg: 'Expand',
|
|
67
|
-
collapseBlockMsg: 'Collapse'
|
|
78
|
+
collapseBlockMsg: 'Collapse'
|
|
68
79
|
},
|
|
69
80
|
CapMultiplePath: {
|
|
70
81
|
notUniqueMsg: 'Not Unique',
|
|
@@ -75,7 +86,7 @@ export default {
|
|
|
75
86
|
yesMsg: 'Yes',
|
|
76
87
|
noMsg: 'No',
|
|
77
88
|
pathMsg: 'Path',
|
|
78
|
-
addPathMessage: 'Add Path'
|
|
89
|
+
addPathMessage: 'Add Path'
|
|
79
90
|
},
|
|
80
91
|
CapCondition: {
|
|
81
92
|
includeMsg: 'include',
|
|
@@ -118,9 +129,8 @@ export default {
|
|
|
118
129
|
storeIdsMsg: 'Store IDs',
|
|
119
130
|
downloadStoreIdMsg: 'Download Store ID',
|
|
120
131
|
downloadStoreIdCodeNameMsg: 'Download Store ID, code & name',
|
|
121
|
-
downloadInProgressMsg: 'Download in progress, might take a while'
|
|
132
|
+
downloadInProgressMsg: 'Download in progress, might take a while'
|
|
122
133
|
},
|
|
123
|
-
|
|
124
134
|
CapConditionPreview: {
|
|
125
135
|
includeMsg: 'Include',
|
|
126
136
|
excludeMsg: 'Exclude',
|
|
@@ -146,15 +156,15 @@ export default {
|
|
|
146
156
|
viewMoreMsg: 'View more',
|
|
147
157
|
uploadInProgressMsg: 'Upload in progress',
|
|
148
158
|
uploadFailedErrorMsg: 'Upload failed',
|
|
149
|
-
uploadInvalidErrorMsg: 'Invalid file uploaded'
|
|
159
|
+
uploadInvalidErrorMsg: 'Invalid file uploaded'
|
|
150
160
|
},
|
|
151
161
|
CapPopoverTree: {
|
|
152
162
|
emptyDataMessage: 'No data found',
|
|
153
|
-
searchPlaceholder: 'Search'
|
|
163
|
+
searchPlaceholder: 'Search'
|
|
154
164
|
},
|
|
155
165
|
CapGraphBlockNode: {
|
|
156
166
|
configureText: 'Configure',
|
|
157
|
-
replaceEngagementBlockMsg: 'Replace engagement block'
|
|
167
|
+
replaceEngagementBlockMsg: 'Replace engagement block'
|
|
158
168
|
},
|
|
159
169
|
CapStaticTemplates: {
|
|
160
170
|
strategyTitleMsg: 'Select the strategy',
|
|
@@ -163,9 +173,8 @@ export default {
|
|
|
163
173
|
blankCategoryLabel: 'Custom',
|
|
164
174
|
blankTemplateLabel: 'Build from scratch',
|
|
165
175
|
blankTemplateDescription: 'Create your own journey from scratch',
|
|
166
|
-
searchPlaceholderMsg: 'Search strategy'
|
|
176
|
+
searchPlaceholderMsg: 'Search strategy'
|
|
167
177
|
},
|
|
168
|
-
|
|
169
178
|
CapProductSelection: {
|
|
170
179
|
lineItem: 'Line items',
|
|
171
180
|
selectAttribute: 'Select Attribute',
|
|
@@ -184,10 +193,10 @@ export default {
|
|
|
184
193
|
cancelText: 'Cancel',
|
|
185
194
|
comingSoon: 'Coming soon',
|
|
186
195
|
selectValues: 'Select value(s)',
|
|
187
|
-
atleast1Attribute: 'At least 1 attribute is required'
|
|
196
|
+
atleast1Attribute: 'At least 1 attribute is required'
|
|
188
197
|
},
|
|
189
198
|
CapTruncateList: {
|
|
190
|
-
more: 'more'
|
|
199
|
+
more: 'more'
|
|
191
200
|
},
|
|
192
201
|
CapSKUUploader: {
|
|
193
202
|
validatingSKUs: 'Validating SKUs',
|
|
@@ -197,7 +206,7 @@ export default {
|
|
|
197
206
|
addedSKUsMsg: 'Added SKUs',
|
|
198
207
|
skuFileName: 'SKU.csv',
|
|
199
208
|
invalidSKUFilename: 'invalidSKU.csv',
|
|
200
|
-
uploadedMsg: 'uploaded'
|
|
209
|
+
uploadedMsg: 'uploaded'
|
|
201
210
|
},
|
|
202
211
|
CapDndGraph: {
|
|
203
212
|
deleteBlockModalHeaderText: 'Delete block',
|
|
@@ -211,34 +220,34 @@ export default {
|
|
|
211
220
|
blockIsLinkedText: 'block is linked to the',
|
|
212
221
|
blockText: 'block.',
|
|
213
222
|
disconnectText: 'Deleting this block will disconnect the join.',
|
|
214
|
-
areYouSureText: 'Are you sure?'
|
|
223
|
+
areYouSureText: 'Are you sure?'
|
|
215
224
|
},
|
|
216
225
|
CapDragAndDrop: {
|
|
217
226
|
dropboxtext: 'Drop here!',
|
|
218
227
|
selectFilesText: 'Select files from your computer',
|
|
219
228
|
invalidFileSelectionText: 'Invalid file selection!',
|
|
220
229
|
or: 'OR',
|
|
221
|
-
droptext: 'Drag and drop files'
|
|
230
|
+
droptext: 'Drag and drop files'
|
|
222
231
|
},
|
|
223
232
|
CapRoadMap: {
|
|
224
|
-
defaultRoadMapDisabledMessage: "Not configured yet"
|
|
233
|
+
defaultRoadMapDisabledMessage: "Not configured yet"
|
|
225
234
|
},
|
|
226
235
|
CapTimelineCard: {
|
|
227
236
|
defaultConfiguringMessage: 'Configuring...',
|
|
228
237
|
defaultNotConfiguredMessage: 'Not configured yet...',
|
|
229
238
|
toConfigure: 'To configure ',
|
|
230
|
-
completePrevSteps: ' complete the previous steps.'
|
|
239
|
+
completePrevSteps: ' complete the previous steps.'
|
|
231
240
|
},
|
|
232
241
|
CapTimelineNestedCard: {
|
|
233
242
|
defaultConfiguringMessage: 'Configuring...',
|
|
234
243
|
defaultNotConfiguredMessage: 'Not configured yet...',
|
|
235
244
|
toConfigure: 'To configure ',
|
|
236
|
-
completePrevSteps: ' complete the previous steps.'
|
|
245
|
+
completePrevSteps: ' complete the previous steps.'
|
|
237
246
|
},
|
|
238
247
|
NestedCardParent: {
|
|
239
248
|
defaultNestedTitle: 'Triggers',
|
|
240
249
|
toConfigure: 'To configure ',
|
|
241
|
-
completePrevSteps: ' complete the previous steps.'
|
|
250
|
+
completePrevSteps: ' complete the previous steps.'
|
|
242
251
|
},
|
|
243
252
|
'CapAskAira.DocumentationBot': {
|
|
244
253
|
textAskYourQuestion: "Ask your question here",
|
|
@@ -250,7 +259,7 @@ export default {
|
|
|
250
259
|
textWasHelpful: "Was this response helpful?",
|
|
251
260
|
textConfidence: "confidence",
|
|
252
261
|
textTooltip: "Need help? Ask Aira",
|
|
253
|
-
textCantConnect: "Can't connect to the server."
|
|
262
|
+
textCantConnect: "Can't connect to the server."
|
|
254
263
|
},
|
|
255
264
|
'CapAskAira.RuleGenerationBot': {
|
|
256
265
|
textTypeAMessage: 'Type a message above and ask AiRA to recommend the best content',
|
|
@@ -263,7 +272,7 @@ export default {
|
|
|
263
272
|
textRuleLoading: "Rule is loading... Hang tight!",
|
|
264
273
|
textThank: 'Thank you for your response!',
|
|
265
274
|
textWarn: 'Aira responses may be inaccurate or misleading. Help us to improve!',
|
|
266
|
-
textAddCommentPlaceholder: 'Add comment'
|
|
275
|
+
textAddCommentPlaceholder: 'Add comment'
|
|
267
276
|
},
|
|
268
277
|
'CapAskAira.ContentGenerationBot': {
|
|
269
278
|
textTypeAMessage: 'Type a message above and ask AiRA to recommend the best content',
|
|
@@ -277,7 +286,7 @@ export default {
|
|
|
277
286
|
textReplaced: 'Replaced',
|
|
278
287
|
textResetToDefault: "Reset to default",
|
|
279
288
|
textMoreLikeThis: "More like this",
|
|
280
|
-
textGenerateMore: "Generate more"
|
|
289
|
+
textGenerateMore: "Generate more"
|
|
281
290
|
},
|
|
282
291
|
'CapAskAira.ConfigurationBot': {
|
|
283
292
|
textAiraTitle: 'Aira Configuration Bot',
|
|
@@ -298,7 +307,7 @@ export default {
|
|
|
298
307
|
textCantConnect: "Can't connect to the server.",
|
|
299
308
|
textCreate: 'Create',
|
|
300
309
|
textCancel: 'Cancel',
|
|
301
|
-
textGeneratingResponse: 'Generating response'
|
|
310
|
+
textGeneratingResponse: 'Generating response'
|
|
302
311
|
},
|
|
303
312
|
'CapAskAira.DocumentationChatBot': {
|
|
304
313
|
textBotPlaceholder: 'Ask Aira about anything on our CRM platform',
|
|
@@ -318,7 +327,7 @@ export default {
|
|
|
318
327
|
textDownload: 'Download',
|
|
319
328
|
textImageDownload: 'Image downloaded successfully!',
|
|
320
329
|
textComingSoon: 'Coming soon',
|
|
321
|
-
textGenerateMore: 'Generate more'
|
|
330
|
+
textGenerateMore: 'Generate more'
|
|
322
331
|
},
|
|
323
332
|
'CapAskAira.RuleSummarizationBot': {
|
|
324
333
|
textRuleBotPlaceholder: 'Ask Aira to write an expression',
|
|
@@ -328,4 +337,129 @@ export default {
|
|
|
328
337
|
textSummarizeChatBotDesc: 'Enter the expression and Aira will generate a summary in plain english',
|
|
329
338
|
textRuleChatBot: 'Aira Expression Translator'
|
|
330
339
|
}
|
|
331
|
-
};
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
/***/ }),
|
|
343
|
+
|
|
344
|
+
/***/ 1020:
|
|
345
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @license React
|
|
349
|
+
* react-jsx-runtime.production.min.js
|
|
350
|
+
*
|
|
351
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
352
|
+
*
|
|
353
|
+
* This source code is licensed under the MIT license found in the
|
|
354
|
+
* LICENSE file in the root directory of this source tree.
|
|
355
|
+
*/
|
|
356
|
+
var f=__webpack_require__(9206),k=Symbol.for("react.element"),l=Symbol.for("react.fragment"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};
|
|
357
|
+
function q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=""+g);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
/***/ }),
|
|
361
|
+
|
|
362
|
+
/***/ 4848:
|
|
363
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
if (true) {
|
|
368
|
+
module.exports = __webpack_require__(1020);
|
|
369
|
+
} else // removed by dead control flow
|
|
370
|
+
{}
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
/***/ }),
|
|
374
|
+
|
|
375
|
+
/***/ 6407:
|
|
376
|
+
/***/ ((module) => {
|
|
377
|
+
|
|
378
|
+
module.exports = require("react-intl");
|
|
379
|
+
|
|
380
|
+
/***/ }),
|
|
381
|
+
|
|
382
|
+
/***/ 9206:
|
|
383
|
+
/***/ ((module) => {
|
|
384
|
+
|
|
385
|
+
module.exports = require("react");
|
|
386
|
+
|
|
387
|
+
/***/ })
|
|
388
|
+
|
|
389
|
+
/******/ });
|
|
390
|
+
/************************************************************************/
|
|
391
|
+
/******/ // The module cache
|
|
392
|
+
/******/ var __webpack_module_cache__ = {};
|
|
393
|
+
/******/
|
|
394
|
+
/******/ // The require function
|
|
395
|
+
/******/ function __webpack_require__(moduleId) {
|
|
396
|
+
/******/ // Check if module is in cache
|
|
397
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
398
|
+
/******/ if (cachedModule !== undefined) {
|
|
399
|
+
/******/ return cachedModule.exports;
|
|
400
|
+
/******/ }
|
|
401
|
+
/******/ // Create a new module (and put it into the cache)
|
|
402
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
403
|
+
/******/ // no module.id needed
|
|
404
|
+
/******/ // no module.loaded needed
|
|
405
|
+
/******/ exports: {}
|
|
406
|
+
/******/ };
|
|
407
|
+
/******/
|
|
408
|
+
/******/ // Execute the module function
|
|
409
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
410
|
+
/******/
|
|
411
|
+
/******/ // Return the exports of the module
|
|
412
|
+
/******/ return module.exports;
|
|
413
|
+
/******/ }
|
|
414
|
+
/******/
|
|
415
|
+
/************************************************************************/
|
|
416
|
+
var __webpack_exports__ = {};
|
|
417
|
+
// This entry needs to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
|
|
418
|
+
(() => {
|
|
419
|
+
var exports = __webpack_exports__;
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
exports.__esModule = true;
|
|
423
|
+
exports["default"] = void 0;
|
|
424
|
+
var _react = _interopRequireWildcard(__webpack_require__(9206));
|
|
425
|
+
var _reactIntl = __webpack_require__(6407);
|
|
426
|
+
var _en = _interopRequireDefault(__webpack_require__(26));
|
|
427
|
+
var _jsxRuntime = __webpack_require__(4848);
|
|
428
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
429
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
430
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
431
|
+
const prefix = "blaze.components";
|
|
432
|
+
const LocaleHoc = (WrapperComponent, customProps) => {
|
|
433
|
+
const Wrapper = props => {
|
|
434
|
+
const componentName = customProps.key;
|
|
435
|
+
const translatedDefaults = _en.default[componentName];
|
|
436
|
+
const {
|
|
437
|
+
intl
|
|
438
|
+
} = props;
|
|
439
|
+
const translatedProps = (0, _react.useMemo)(() => {
|
|
440
|
+
if (!translatedDefaults) return {};
|
|
441
|
+
return Object.keys(translatedDefaults).reduce((acc, key) => {
|
|
442
|
+
const id = prefix + "." + componentName + "." + key;
|
|
443
|
+
const defaultMessage = translatedDefaults[key];
|
|
444
|
+
try {
|
|
445
|
+
acc[key] = intl.formatMessage({
|
|
446
|
+
id,
|
|
447
|
+
defaultMessage
|
|
448
|
+
});
|
|
449
|
+
} catch (err) {
|
|
450
|
+
acc[key] = defaultMessage;
|
|
451
|
+
}
|
|
452
|
+
return acc;
|
|
453
|
+
}, {});
|
|
454
|
+
}, [translatedDefaults, intl]);
|
|
455
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(WrapperComponent, _extends({}, translatedProps, props));
|
|
456
|
+
};
|
|
457
|
+
return (0, _reactIntl.injectIntl)(Wrapper);
|
|
458
|
+
};
|
|
459
|
+
var _default = exports["default"] = LocaleHoc;
|
|
460
|
+
})();
|
|
461
|
+
|
|
462
|
+
module.exports = __webpack_exports__;
|
|
463
|
+
/******/ })()
|
|
464
|
+
;
|
|
465
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocaleHoc/index.js","mappings":"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","sources":["webpack://@capillarytech/blaze-ui/./components/translations/en.js","webpack://@capillarytech/blaze-ui/./node_modules/react/cjs/react-jsx-runtime.production.min.js","webpack://@capillarytech/blaze-ui/./node_modules/react/jsx-runtime.js","webpack://@capillarytech/blaze-ui/external commonjs2 \"react-intl\"","webpack://@capillarytech/blaze-ui/external commonjs2 {\"commonjs\":\"react\",\"commonjs2\":\"react\",\"amd\":\"react\",\"root\":\"React\"}","webpack://@capillarytech/blaze-ui/webpack/bootstrap","webpack://@capillarytech/blaze-ui/./components/LocaleHoc/index.tsx"],"sourcesContent":["export default {\n CapMultiSelect: {\n noResultsFoundText: \"No results found\",\n selectText: \"Select\",\n closeText: \"Close\",\n searchPlaceholder: \"Search\",\n selectedText: \"selected\",\n selectAllText: \"Select all\",\n selectAllSearchResultsText: \"Select all searched results\",\n moreText: \"more\",\n },\n CapModal: {\n okText: 'Yes',\n closeText: 'No',\n },\n CapMultiSelectWithTree: {\n noResultsFoundText: \"No results found\",\n selectText: \"Select\",\n closeText: \"Close\",\n searchPlaceholder: \"Search\",\n selectedText: \"selected\",\n selectAllText: \"Select all\",\n selectAllSearchResultsText: \"Select all searched results\",\n moreText: \"more\",\n storeUploadsText: \"Store IDs are uploaded already\",\n },\n CapCustomSelect: {\n searchPlaceholder: 'Search',\n selectPlaceholder: 'Select Option',\n },\n CapMultiSelectDatePicker: {\n lastDayText: 'Last day of month',\n },\n CapTable: {\n loadMoreData: 'Loading more data...',\n },\n CapIllustration: {\n accessForbiddenMsg: 'Action cannot be performed due to insufficient permission',\n },\n CapNavigation: {\n businessProcesses: 'Workbench',\n wecrm: 'Wecrm',\n loyaltyProgram: 'Loyalty+',\n storePerformance: 'Store Performance',\n memberCare: 'Member Care',\n storeCare: 'Store Care',\n insights: 'Insights+',\n connectPlus: 'Connect+',\n settingsLabel: 'Settings',\n campaign: 'Engage+',\n selectOrganization: 'Select Organization',\n organization: 'Organization',\n noResultText: 'No results found',\n selectProduct: 'Select Product',\n },\n InfoNote: {\n noteText: 'Note',\n },\n SomethingWentWrong: {\n title: 'Sorry, something went wrong.',\n description: 'Please try again. If this issue occurs again, please reach out to Capillary support team.',\n reloadText: 'Try refreshing again',\n },\n CapBlock: {\n deleteBlockMsg: 'Delete',\n expandBlockMsg: 'Expand',\n collapseBlockMsg: 'Collapse',\n },\n CapMultiplePath: {\n notUniqueMsg: 'Not Unique',\n deleteConfirmationTitleMsg: 'Confirm delete path',\n deleteConfirmationTextMsg: 'Are you sure you wish to delete path',\n deleteConfirmationWarningMsg: 'This action cannot be undone.',\n deleteButtonTextMsg: 'Yes, Delete',\n yesMsg: 'Yes',\n noMsg: 'No',\n pathMsg: 'Path',\n addPathMessage: 'Add Path',\n },\n CapCondition: {\n includeMsg: 'include',\n excludeMsg: 'exclude',\n equalMsg: 'equal to',\n greaterThanMsg: 'greater than',\n lessThanMsg: 'less than',\n greaterThanOrEqualMsg: 'greater than or equal to',\n lessThanorEqualMsg: 'less than or equal',\n inRangeMsg: 'in range',\n notEqualMsg: 'not equal to',\n whoseMsg: 'Whose',\n isMsg: 'is',\n andMsg: 'and',\n ANDMsg: 'AND',\n containsMsg: 'contains',\n startsWithMsg: 'starts with',\n endsWithMsg: 'ends with',\n exactMsg: 'exact',\n conditionStringInputPlaceholderMsg: 'Enter min. 3 characters',\n lineItemMsg: 'only for lineitems with',\n withMsg: 'with',\n additionalFieldsMsg: 'Additional condition',\n plusMinus: '+/-',\n inMsg: 'in',\n notInMsg: 'not in',\n uploadFailedError: 'Upload failed',\n uploadLimitExceeded: 'Please do not upload more than 1000 store codes',\n uploadReqLoader: 'Uploading stores',\n or: 'OR',\n search: 'Search',\n searchWithExact: 'Search with exact keyword',\n customFieldsTag: 'custom fields',\n storeSearchMsg: 'Enter min. 3 characters to search',\n uploadInProgressMsg: 'Upload in progress',\n unsupportedCsvHeaderMsg: \"The CSV header must be 'Store code' or 'Store id'\",\n csvFileNoEntryTxt: \"Please upload a file with atleast one entry\",\n downloadedMsg: \"downloaded\",\n reuploadFileMsg: 'Reupload file',\n storeIdsMsg: 'Store IDs',\n downloadStoreIdMsg: 'Download Store ID',\n downloadStoreIdCodeNameMsg: 'Download Store ID, code & name',\n downloadInProgressMsg: 'Download in progress, might take a while',\n },\n\n CapConditionPreview: {\n includeMsg: 'Include',\n excludeMsg: 'Exclude',\n equalMsg: 'equal to',\n greaterThanMsg: 'greater than',\n lessThanMsg: 'less than',\n greaterThanOrEqualMsg: 'greater than or equal to',\n lessThanorEqualMsg: 'less than or equal',\n inRangeMsg: 'in range',\n notEqualMsg: 'not equal to',\n whoseMsg: 'whose',\n isMsg: 'is',\n andMsg: 'and',\n ANDMsg: 'AND',\n lineItemMsg: 'only for lineitems with',\n withMsg: 'with',\n addedSKUsMsg: 'Added SKUs',\n skuFileName: 'SKU.csv',\n uploadedMsg: 'uploaded',\n inMsg: 'in',\n notInMsg: 'not in',\n storesMsg: 'Stores',\n viewMoreMsg: 'View more',\n uploadInProgressMsg: 'Upload in progress',\n uploadFailedErrorMsg: 'Upload failed',\n uploadInvalidErrorMsg: 'Invalid file uploaded',\n },\n CapPopoverTree: {\n emptyDataMessage: 'No data found',\n searchPlaceholder: 'Search',\n },\n CapGraphBlockNode: {\n configureText: 'Configure',\n replaceEngagementBlockMsg: 'Replace engagement block',\n },\n CapStaticTemplates: {\n strategyTitleMsg: 'Select the strategy',\n strategyDescriptionMsg: 'Use strategy driven pre-defined marketing use-cases or build your own strategy',\n comingSoonMsg: 'Coming soon',\n blankCategoryLabel: 'Custom',\n blankTemplateLabel: 'Build from scratch',\n blankTemplateDescription: 'Create your own journey from scratch',\n searchPlaceholderMsg: 'Search strategy',\n },\n\n CapProductSelection: {\n lineItem: 'Line items',\n selectAttribute: 'Select Attribute',\n brand: 'Brand',\n brandInfo: 'Brand',\n category: 'Category',\n categoryInfo: 'Category',\n product: 'Product',\n productInfo: 'Product',\n SKU: 'SKU',\n uploadSKU: 'Upload SKU',\n uploadSKUInfo: 'Upload SKU',\n changeSelection: 'Change the selection',\n description: 'Changing the attribute of additional condition will result in lose of previously defined additional condition',\n okText: 'Yes, change',\n cancelText: 'Cancel',\n comingSoon: 'Coming soon',\n selectValues: 'Select value(s)',\n atleast1Attribute: 'At least 1 attribute is required',\n },\n CapTruncateList: {\n more: 'more',\n },\n CapSKUUploader: {\n validatingSKUs: 'Validating SKUs',\n invalid: 'invalid',\n invalidSKUs: 'Invalid SKUs',\n valid: 'valid',\n addedSKUsMsg: 'Added SKUs',\n skuFileName: 'SKU.csv',\n invalidSKUFilename: 'invalidSKU.csv',\n uploadedMsg: 'uploaded',\n },\n CapDndGraph: {\n deleteBlockModalHeaderText: 'Delete block',\n deleteBlockModalDescriptionText: 'Are you sure you want to delete this block?',\n yesDeleteButtonText: 'Yes, delete',\n noButtonText: 'No',\n joinDropErrorText: \"Join block can only be added at the end of the path\",\n jumpDropErrorText: \"Jump block can only be added at the end of the path\",\n theText: 'The',\n endText: 'End',\n blockIsLinkedText: 'block is linked to the',\n blockText: 'block.',\n disconnectText: 'Deleting this block will disconnect the join.',\n areYouSureText: 'Are you sure?',\n },\n CapDragAndDrop: {\n dropboxtext: 'Drop here!',\n selectFilesText: 'Select files from your computer',\n invalidFileSelectionText: 'Invalid file selection!',\n or: 'OR',\n droptext: 'Drag and drop files',\n },\n CapRoadMap: {\n defaultRoadMapDisabledMessage: \"Not configured yet\",\n },\n CapTimelineCard: {\n defaultConfiguringMessage: 'Configuring...',\n defaultNotConfiguredMessage: 'Not configured yet...',\n toConfigure: 'To configure ',\n completePrevSteps: ' complete the previous steps.',\n },\n CapTimelineNestedCard: {\n defaultConfiguringMessage: 'Configuring...',\n defaultNotConfiguredMessage: 'Not configured yet...',\n toConfigure: 'To configure ',\n completePrevSteps: ' complete the previous steps.',\n },\n NestedCardParent: {\n defaultNestedTitle: 'Triggers',\n toConfigure: 'To configure ',\n completePrevSteps: ' complete the previous steps.',\n },\n 'CapAskAira.DocumentationBot': {\n textAskYourQuestion: \"Ask your question here\",\n textVisitDocs: \"Visit Capillary Documentation\",\n textNeedHelp: \"Need more help?\",\n textHowMayIHelp: \"How may AI help you?\",\n textAira: \"AiRA Documentation Bot\",\n textLinks: \"Links\",\n textWasHelpful: \"Was this response helpful?\",\n textConfidence: \"confidence\",\n textTooltip: \"Need help? Ask Aira\",\n textCantConnect: \"Can't connect to the server.\",\n },\n 'CapAskAira.RuleGenerationBot': {\n textTypeAMessage: 'Type a message above and ask AiRA to recommend the best content',\n textError: \"An error occurred while generating rule. Try again.\",\n textAiraTitle: \"AiRA Rule Generation\",\n textAiraTooltip: \"AiRA, our proprietary AI tool, generates rule expressions based on text query.\",\n textCopy: \"Copy\",\n textCopied: \"Copied\",\n textRulePlaceholder: \"Enter query...\",\n textRuleLoading: \"Rule is loading... Hang tight!\",\n textThank: 'Thank you for your response!',\n textWarn: 'Aira responses may be inaccurate or misleading. Help us to improve!',\n textAddCommentPlaceholder: 'Add comment',\n },\n 'CapAskAira.ContentGenerationBot': {\n textTypeAMessage: 'Type a message above and ask AiRA to recommend the best content',\n textRecommendationsLoading: \"Recommendations loading... Hang tight!\",\n textError: \"An error occurred while loading recommendations. Try again.\",\n textAiraTitle: \"AiRA Content Recommendations\",\n textAiraTooltip: \"AiRA, our proprietary AI tool, recommends tailored language to effectively engage customers and prompt desired actions.\",\n textLoading: \"loading...\",\n textCharacters: \"characters\",\n textReplaceWithThis: \"Replace with this\",\n textReplaced: 'Replaced',\n textResetToDefault: \"Reset to default\",\n textMoreLikeThis: \"More like this\",\n textGenerateMore: \"Generate more\",\n },\n 'CapAskAira.ConfigurationBot': {\n textAiraTitle: 'Aira Configuration Bot',\n textAiraTooltip: \"Aira, our proprietary AI tool, helps you configure promotions, campaigns, and more.\",\n textTypeAMessage: 'Type a message above and ask AiRA to recommend the best content',\n textUser: 'Hello!',\n textPilot: \"I'm your Copilot. I can create all type of promotions (milestones, streaks, etc.) on your behalf. Meanwhile, you can sit back, relax, and enjoy a cup of chai.\",\n textCouponTile: 'Milestone on GS',\n textCouponDescription: 'Customer has to do 1000/- gross sales in a month, and can get 100 points.',\n textPromotionTitle: 'Milestone on count',\n textPromotionDescription: 'Eligible customers get points on every 5 transactions.',\n textStreakTitle: 'Reward on referral',\n textStreakDescription: 'Award customer 150 points if they refer 3 users in a month. Promotion starts on July 1 and runs for 5 months.',\n textPromptHere: 'Enter a prompt here...',\n textCouponPrompt: 'If customer does 1000 gross sales in a month, award them 100 points that expire in 20 days. Promotion runs from 1 July to 1 December.',\n textPromotionPrompt: 'After every 5 transactions I want to award customer with 200 points. Only customers with more than 2000 lifetime points are eligible. Promotion runs from 1 July to 1 December',\n textStreakPrompt: 'Award customer 150 points if they refer 3 users in a month. Promotion starts on July 1 and runs for 5 months. ',\n textCantConnect: \"Can't connect to the server.\",\n textCreate: 'Create',\n textCancel: 'Cancel',\n textGeneratingResponse: 'Generating response',\n },\n 'CapAskAira.DocumentationChatBot': {\n textBotPlaceholder: 'Ask Aira about anything on our CRM platform',\n textChatBotLoader: 'Hang tight, analyzing your query...',\n textChatBotDesc: 'Ask any doubts about our CRM platform and Aira will do its best to find answers',\n textChatBot: 'Documentation Chat Bot'\n },\n 'CapAskAira.CapAiMediaGeneration': {\n textImageBotPlaceholder: 'Ask Aira to generate an image',\n textChatBotLoader: 'Hang tight, analyzing your query...',\n textImageBotDesc: 'Enter a prompt that describes your image.',\n textImageBot: 'Aira Media Generator',\n textImageFooter: 'Dragging and dropping generated images is only supported in the basic email builder.',\n textTipsGenerate: 'Tips to generate better images:',\n textCopy: 'Copy image',\n textCopied: 'Copied',\n textDownload: 'Download',\n textImageDownload: 'Image downloaded successfully!',\n textComingSoon: 'Coming soon',\n textGenerateMore: 'Generate more',\n },\n 'CapAskAira.RuleSummarizationBot': {\n textRuleBotPlaceholder: 'Ask Aira to write an expression',\n textSummarizeBotPlaceholder: 'Ask Aira to explain an expression',\n textRuleChatBotLoader: 'Hang tight, analyzing your query...',\n textRuleChatBotDesc: 'Write your detailed rule in simple english and Aira will write the expression for you',\n textSummarizeChatBotDesc: 'Enter the expression and Aira will generate a summary in plain english',\n textRuleChatBot: 'Aira Expression Translator'\n }\n}; ","/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","module.exports = require(\"react-intl\");","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","import React, { useMemo } from 'react';\nimport { injectIntl, WrappedComponentProps } from 'react-intl';\n\nimport enTranslation from '../translations/en';\n\nconst prefix = `blaze.components`;\n\nconst LocaleHoc = <P extends object>(\n WrapperComponent: React.ComponentType<P>,\n customProps: { key: string }\n) => {\n const Wrapper = (props: P & WrappedComponentProps) => {\n const componentName = customProps.key;\n const translatedDefaults = enTranslation[componentName as keyof typeof enTranslation];\n const { intl } = props;\n\n const translatedProps = useMemo(() => {\n if (!translatedDefaults) return {};\n return Object.keys(translatedDefaults).reduce(\n (acc, key) => {\n const id = `${prefix}.${componentName}.${key}`;\n const defaultMessage = (translatedDefaults as Record<string, string>)[key];\n try {\n acc[key] = intl.formatMessage({ id, defaultMessage });\n } catch (err) {\n acc[key] = defaultMessage;\n }\n return acc;\n },\n {} as Record<string, string>\n );\n }, [translatedDefaults, intl]);\n\n return <WrapperComponent {...translatedProps} {...props} />;\n };\n\n return injectIntl(Wrapper);\n};\n\nexport default LocaleHoc;\n"],"names":["CapMultiSelect","noResultsFoundText","selectText","closeText","searchPlaceholder","selectedText","selectAllText","selectAllSearchResultsText","moreText","CapModal","okText","CapMultiSelectWithTree","storeUploadsText","CapCustomSelect","selectPlaceholder","CapMultiSelectDatePicker","lastDayText","CapTable","loadMoreData","CapIllustration","accessForbiddenMsg","CapNavigation","businessProcesses","wecrm","loyaltyProgram","storePerformance","memberCare","storeCare","insights","connectPlus","settingsLabel","campaign","selectOrganization","organization","noResultText","selectProduct","InfoNote","noteText","SomethingWentWrong","title","description","reloadText","CapBlock","deleteBlockMsg","expandBlockMsg","collapseBlockMsg","CapMultiplePath","notUniqueMsg","deleteConfirmationTitleMsg","deleteConfirmationTextMsg","deleteConfirmationWarningMsg","deleteButtonTextMsg","yesMsg","noMsg","pathMsg","addPathMessage","CapCondition","includeMsg","excludeMsg","equalMsg","greaterThanMsg","lessThanMsg","greaterThanOrEqualMsg","lessThanorEqualMsg","inRangeMsg","notEqualMsg","whoseMsg","isMsg","andMsg","ANDMsg","containsMsg","startsWithMsg","endsWithMsg","exactMsg","conditionStringInputPlaceholderMsg","lineItemMsg","withMsg","additionalFieldsMsg","plusMinus","inMsg","notInMsg","uploadFailedError","uploadLimitExceeded","uploadReqLoader","or","search","searchWithExact","customFieldsTag","storeSearchMsg","uploadInProgressMsg","unsupportedCsvHeaderMsg","csvFileNoEntryTxt","downloadedMsg","reuploadFileMsg","storeIdsMsg","downloadStoreIdMsg","downloadStoreIdCodeNameMsg","downloadInProgressMsg","CapConditionPreview","addedSKUsMsg","skuFileName","uploadedMsg","storesMsg","viewMoreMsg","uploadFailedErrorMsg","uploadInvalidErrorMsg","CapPopoverTree","emptyDataMessage","CapGraphBlockNode","configureText","replaceEngagementBlockMsg","CapStaticTemplates","strategyTitleMsg","strategyDescriptionMsg","comingSoonMsg","blankCategoryLabel","blankTemplateLabel","blankTemplateDescription","searchPlaceholderMsg","CapProductSelection","lineItem","selectAttribute","brand","brandInfo","category","categoryInfo","product","productInfo","SKU","uploadSKU","uploadSKUInfo","changeSelection","cancelText","comingSoon","selectValues","atleast1Attribute","CapTruncateList","more","CapSKUUploader","validatingSKUs","invalid","invalidSKUs","valid","invalidSKUFilename","CapDndGraph","deleteBlockModalHeaderText","deleteBlockModalDescriptionText","yesDeleteButtonText","noButtonText","joinDropErrorText","jumpDropErrorText","theText","endText","blockIsLinkedText","blockText","disconnectText","areYouSureText","CapDragAndDrop","dropboxtext","selectFilesText","invalidFileSelectionText","droptext","CapRoadMap","defaultRoadMapDisabledMessage","CapTimelineCard","defaultConfiguringMessage","defaultNotConfiguredMessage","toConfigure","completePrevSteps","CapTimelineNestedCard","NestedCardParent","defaultNestedTitle","textAskYourQuestion","textVisitDocs","textNeedHelp","textHowMayIHelp","textAira","textLinks","textWasHelpful","textConfidence","textTooltip","textCantConnect","textTypeAMessage","textError","textAiraTitle","textAiraTooltip","textCopy","textCopied","textRulePlaceholder","textRuleLoading","textThank","textWarn","textAddCommentPlaceholder","textRecommendationsLoading","textLoading","textCharacters","textReplaceWithThis","textReplaced","textResetToDefault","textMoreLikeThis","textGenerateMore","textUser","textPilot","textCouponTile","textCouponDescription","textPromotionTitle","textPromotionDescription","textStreakTitle","textStreakDescription","textPromptHere","textCouponPrompt","textPromotionPrompt","textStreakPrompt","textCreate","textCancel","textGeneratingResponse","textBotPlaceholder","textChatBotLoader","textChatBotDesc","textChatBot","textImageBotPlaceholder","textImageBotDesc","textImageBot","textImageFooter","textTipsGenerate","textDownload","textImageDownload","textComingSoon","textRuleBotPlaceholder","textSummarizeBotPlaceholder","textRuleChatBotLoader","textRuleChatBotDesc","textSummarizeChatBotDesc","textRuleChatBot","_react","_interopRequireWildcard","require","_reactIntl","_en","_interopRequireDefault","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_extends","assign","bind","arguments","length","apply","prefix","LocaleHoc","WrapperComponent","customProps","Wrapper","props","componentName","key","translatedDefaults","enTranslation","intl","translatedProps","useMemo","keys","reduce","acc","id","defaultMessage","formatMessage","err","jsx","injectIntl","_default","exports"],"sourceRoot":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../components/LocaleHoc/index.test.tsx"],"names":[],"mappings":""}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export { default as CapAlert } from './CapAlert';
|
|
2
|
+
export type { CapAlertProps } from './CapAlert';
|
|
3
|
+
export { default as CapButton } from './CapButton';
|
|
4
|
+
export type { CapButtonProps } from './CapButton';
|
|
5
|
+
export { default as CapCard } from './CapCard';
|
|
6
|
+
export type { CapCardProps } from './CapCard';
|
|
7
|
+
export { default as CapCheckbox } from './CapCheckbox';
|
|
8
|
+
export type { CapCheckboxProps } from './CapCheckbox';
|
|
9
|
+
export { default as CapColumn } from './CapColumn';
|
|
10
|
+
export type { CapColumnProps } from './CapColumn';
|
|
11
|
+
export { default as CapDivider } from './CapDivider';
|
|
12
|
+
export type { CapDividerProps } from './CapDivider';
|
|
13
|
+
export { default as CapDropdown } from './CapDropdown';
|
|
14
|
+
export type { CapDropdownProps } from './CapDropdown';
|
|
15
|
+
export { default as CapForm } from './CapForm';
|
|
16
|
+
export type { CapFormProps } from './CapForm';
|
|
17
|
+
export { default as CapFormItem } from './CapFormItem';
|
|
18
|
+
export type { CapFormItemProps } from './CapFormItem';
|
|
19
|
+
export { default as CapIcon } from './CapIcon';
|
|
20
|
+
export type { CapIconProps } from './CapIcon';
|
|
21
|
+
export { default as CapInput } from './CapInput';
|
|
22
|
+
export type { CapInputProps } from './CapInput';
|
|
23
|
+
export { default as CapLabel } from './CapLabel';
|
|
24
|
+
export type { CapLabelProps, CapLabelInlineProps } from './CapLabel';
|
|
25
|
+
export { default as CapMenu } from './CapMenu';
|
|
26
|
+
export type { CapMenuProps } from './CapMenu';
|
|
27
|
+
export { default as CapRadio } from './CapRadio';
|
|
28
|
+
export type { CapRadioProps } from './CapRadio';
|
|
29
|
+
export { default as CapRow } from './CapRow';
|
|
30
|
+
export type { CapRowProps } from './CapRow';
|
|
31
|
+
export { default as CapSkeleton } from './CapSkeleton';
|
|
32
|
+
export type { CapSkeletonProps } from './CapSkeleton';
|
|
33
|
+
export { default as CapSpin } from './CapSpin';
|
|
34
|
+
export type { CapSpinProps } from './CapSpin';
|
|
35
|
+
export { default as CapSwitch } from './CapSwitch';
|
|
36
|
+
export type { CapSwitchProps } from './CapSwitch';
|
|
37
|
+
export { default as CapTab } from './CapTab';
|
|
38
|
+
export type { CapTabProps, TabPaneData } from './CapTab';
|
|
39
|
+
export { default as CapTable } from './CapTable';
|
|
40
|
+
export type { CapTableProps, OffsetLimit } from './CapTable';
|
|
41
|
+
export { default as CapTooltip } from './CapTooltip';
|
|
42
|
+
export type { CapTooltipProps } from './CapTooltip';
|
|
43
|
+
export { default as CapTooltipWithInfo } from './CapTooltipWithInfo';
|
|
44
|
+
export type { CapTooltipWithInfoProps } from './CapTooltipWithInfo';
|
|
45
|
+
export { default as CapUnifiedSelect } from './CapUnifiedSelect';
|
|
46
|
+
export type { CapUnifiedSelectProps } from './CapUnifiedSelect';
|
|
47
|
+
export { default as LocaleHoc } from './LocaleHoc';
|
|
48
|
+
export { loadBlazeUI } from './utils';
|
|
49
|
+
export type { BlazeUIConfig } from './utils';
|
|
50
|
+
export { loadBlazeUIFonts, getBlazeUIFontLinks } from './utils/fonts';
|
|
51
|
+
export type { FontConfig } from './utils/fonts';
|
|
52
|
+
export * from './utils/styles';
|
|
53
|
+
export * as styledVars from './styled/variables';
|
|
54
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../components/index.ts"],"names":[],"mappings":"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"}
|