@zohodesk/dot 1.0.0-beta.179 → 1.0.0-beta.182
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 +12 -0
- package/es/ExternalLink/ExternalLink.js +10 -5
- package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -1
- package/es/Link/Link.js +7 -4
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -6
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -4
- package/es/list/Icons/AddNewIcon.js +1 -1
- package/es/list/Icons/CompleteIcon.js +1 -1
- package/es/list/Icons/DeleteIcon.js +1 -1
- package/es/list/Icons/EditIcon.js +1 -1
- package/es/list/Icons/ReadUnreadIcon.js +4 -2
- package/es/list/Icons/SmartIcon.js +1 -1
- package/es/list/SecondaryText/AccountName.js +23 -9
- package/es/list/SecondaryText/ContactName.js +18 -6
- package/es/list/SecondaryText/Email.js +19 -7
- package/es/list/SecondaryText/PhoneNumber.js +19 -7
- package/es/list/SecondaryText/TicketId.js +18 -6
- package/es/list/Subject/Subject.js +18 -6
- package/es/list/status/StatusListItem/StatusListItem.js +0 -2
- package/es/utils/General.js +0 -1
- package/es/utils/KeyboardApi.js +3 -1
- package/es/utils/editorUtils.js +0 -1
- package/lib/Drawer/Drawer.js +1 -1
- package/lib/ExternalLink/ExternalLink.js +10 -5
- package/lib/FormAction/FormAction.js +1 -1
- package/lib/Link/Link.js +7 -4
- package/lib/Message/Message.js +1 -1
- package/lib/docs/formDocs.js +52 -52
- package/lib/docs/generalDocs.js +250 -250
- package/lib/docs/lookupDocs.js +70 -70
- package/lib/docs/setupDocs.js +32 -32
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -4
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -2
- package/lib/index.js +4 -4
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/lib/layout/SetupDetailLayout/index.js +6 -6
- package/lib/layout/SubtabLayout/SubtabLayout.js +1 -1
- package/lib/layout/SubtabLayout/index.js +8 -8
- package/lib/list/Icons/AddNewIcon.js +1 -1
- package/lib/list/Icons/CompleteIcon.js +1 -1
- package/lib/list/Icons/DeleteIcon.js +1 -1
- package/lib/list/Icons/EditIcon.js +1 -1
- package/lib/list/Icons/ReadUnreadIcon.js +4 -2
- package/lib/list/Icons/SmartIcon.js +1 -1
- package/lib/list/ListLayout/ListLayout.js +1 -1
- package/lib/list/SecondaryText/AccountName.js +24 -9
- package/lib/list/SecondaryText/ContactName.js +18 -6
- package/lib/list/SecondaryText/Email.js +19 -7
- package/lib/list/SecondaryText/PhoneNumber.js +19 -7
- package/lib/list/SecondaryText/TicketId.js +18 -6
- package/lib/list/SecondaryText/index.js +22 -22
- package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
- package/lib/list/Subject/Subject.js +18 -6
- package/lib/utils/ChannelIconMapping.js +1 -1
- package/lib/utils/General.js +3 -3
- package/lib/utils/KeyboardApi.js +3 -1
- package/lib/utils/editorUtils.js +6 -6
- package/lib/version2/GlobalNotification/GlobalNotification.js +1 -1
- package/package.json +5 -5
- package/src/ExternalLink/ExternalLink.js +8 -3
- package/src/Link/Link.js +7 -3
- package/src/form/fields/TagsMultiSelect/TagsMultiSelect.js +11 -4
- package/src/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -2
- package/src/list/Icons/AddNewIcon.js +1 -1
- package/src/list/Icons/CompleteIcon.js +1 -1
- package/src/list/Icons/DeleteIcon.js +1 -1
- package/src/list/Icons/EditIcon.js +1 -1
- package/src/list/Icons/ReadUnreadIcon.js +5 -4
- package/src/list/Icons/SmartIcon.js +1 -1
- package/src/list/SecondaryText/AccountName.js +13 -3
- package/src/list/SecondaryText/ContactName.js +11 -2
- package/src/list/SecondaryText/Email.js +12 -3
- package/src/list/SecondaryText/PhoneNumber.js +12 -3
- package/src/list/SecondaryText/TicketId.js +12 -3
- package/src/list/Subject/Subject.js +12 -4
|
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports
|
|
8
|
+
exports["default"] = exports.Column = void 0;
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
@@ -23,6 +23,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
23
23
|
|
|
24
24
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
25
|
|
|
26
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
27
|
+
|
|
26
28
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
27
29
|
|
|
28
30
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
@@ -72,7 +74,14 @@ var AccountName = /*#__PURE__*/function (_Component) {
|
|
|
72
74
|
fontWeight = _this$props.fontWeight,
|
|
73
75
|
secondaryAccountHref = _this$props.secondaryAccountHref,
|
|
74
76
|
secondaryAccountClick = _this$props.secondaryAccountClick,
|
|
75
|
-
secondaryAccountText = _this$props.secondaryAccountText
|
|
77
|
+
secondaryAccountText = _this$props.secondaryAccountText,
|
|
78
|
+
customProps = _this$props.customProps;
|
|
79
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
80
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
81
|
+
_customProps$TextProp = customProps.TextProps,
|
|
82
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp,
|
|
83
|
+
_customProps$Secondar = customProps.SecondaryTextProps,
|
|
84
|
+
SecondaryTextProps = _customProps$Secondar === void 0 ? {} : _customProps$Secondar;
|
|
76
85
|
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
77
86
|
alignBox: "row",
|
|
78
87
|
align: "baseline",
|
|
@@ -89,24 +98,24 @@ var AccountName = /*#__PURE__*/function (_Component) {
|
|
|
89
98
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
90
99
|
className: _SecondaryTextModule["default"].primaryAccountName,
|
|
91
100
|
shrink: true
|
|
92
|
-
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
101
|
+
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
93
102
|
href: href,
|
|
94
103
|
urlName: urlName,
|
|
95
104
|
urlData: urlData,
|
|
96
105
|
onClick: onClick,
|
|
97
106
|
dataId: "".concat(dataId, "_link"),
|
|
98
107
|
className: _SecondaryTextModule["default"].link
|
|
99
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
108
|
+
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
100
109
|
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
101
|
-
}, text)) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
110
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
102
111
|
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : '')
|
|
103
|
-
}, text)), secondaryAccountText && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
112
|
+
}, TextProps), text)), secondaryAccountText && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
104
113
|
href: secondaryAccountHref,
|
|
105
114
|
onClick: secondaryAccountClick,
|
|
106
115
|
className: _SecondaryTextModule["default"].link
|
|
107
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
116
|
+
}, /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
108
117
|
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
109
|
-
}, secondaryAccountText))))));
|
|
118
|
+
}, SecondaryTextProps), secondaryAccountText))))));
|
|
110
119
|
}
|
|
111
120
|
}]);
|
|
112
121
|
|
|
@@ -128,12 +137,18 @@ AccountName.propTypes = {
|
|
|
128
137
|
urlName: _propTypes["default"].string,
|
|
129
138
|
secondaryAccountHref: _propTypes["default"].string,
|
|
130
139
|
secondaryAccountClick: _propTypes["default"].func,
|
|
131
|
-
secondaryAccountText: _propTypes["default"].string
|
|
140
|
+
secondaryAccountText: _propTypes["default"].string,
|
|
141
|
+
customProps: _propTypes["default"].shape({
|
|
142
|
+
LinkProps: _propTypes["default"].object,
|
|
143
|
+
TextProps: _propTypes["default"].object,
|
|
144
|
+
SecondaryTextProps: _propTypes["default"].object
|
|
145
|
+
})
|
|
132
146
|
};
|
|
133
147
|
AccountName.defaultProps = {
|
|
134
148
|
isLink: true,
|
|
135
149
|
dataId: 'accountName',
|
|
136
|
-
fontWeight: 'regular'
|
|
150
|
+
fontWeight: 'regular',
|
|
151
|
+
customProps: {}
|
|
137
152
|
};
|
|
138
153
|
|
|
139
154
|
if (false) {
|
|
@@ -27,6 +27,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
27
27
|
|
|
28
28
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
29
29
|
|
|
30
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
31
|
+
|
|
30
32
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
31
33
|
|
|
32
34
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
@@ -76,7 +78,8 @@ var ContactName = /*#__PURE__*/function (_Component) {
|
|
|
76
78
|
_this$props$notAccess = _this$props.notAccessible,
|
|
77
79
|
notAccessible = _this$props$notAccess === void 0 ? false : _this$props$notAccess,
|
|
78
80
|
fontWeight = _this$props.fontWeight,
|
|
79
|
-
i18nKeys = _this$props.i18nKeys
|
|
81
|
+
i18nKeys = _this$props.i18nKeys,
|
|
82
|
+
customProps = _this$props.customProps;
|
|
80
83
|
var _i18nKeys$sentimentTi = i18nKeys.sentimentTitles,
|
|
81
84
|
sentimentTitles = _i18nKeys$sentimentTi === void 0 ? {
|
|
82
85
|
positive: 'Positive',
|
|
@@ -86,6 +89,10 @@ var ContactName = /*#__PURE__*/function (_Component) {
|
|
|
86
89
|
_i18nKeys$paidTitle = i18nKeys.paidTitle,
|
|
87
90
|
paidTitle = _i18nKeys$paidTitle === void 0 ? 'Paid User' : _i18nKeys$paidTitle;
|
|
88
91
|
var sentimentDataTitle = sentimentTitles[sentimentType];
|
|
92
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
93
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
94
|
+
_customProps$TextProp = customProps.TextProps,
|
|
95
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
89
96
|
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
90
97
|
alignBox: "row",
|
|
91
98
|
align: "baseline",
|
|
@@ -99,7 +106,7 @@ var ContactName = /*#__PURE__*/function (_Component) {
|
|
|
99
106
|
iconClass: _SecondaryTextModule["default"].icon
|
|
100
107
|
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
101
108
|
flexible: true
|
|
102
|
-
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
109
|
+
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
103
110
|
urlName: urlName,
|
|
104
111
|
href: href,
|
|
105
112
|
urlData: urlData,
|
|
@@ -107,12 +114,12 @@ var ContactName = /*#__PURE__*/function (_Component) {
|
|
|
107
114
|
title: dataTitle,
|
|
108
115
|
dataId: "".concat(dataId, "_link"),
|
|
109
116
|
className: _SecondaryTextModule["default"].link
|
|
110
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
117
|
+
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
111
118
|
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
112
|
-
}, text)) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
119
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
113
120
|
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : ''),
|
|
114
121
|
"data-title": dataTitle
|
|
115
|
-
}, text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
|
|
122
|
+
}, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
|
|
116
123
|
type: sentimentType,
|
|
117
124
|
dataTitle: sentimentDataTitle
|
|
118
125
|
})));
|
|
@@ -145,6 +152,10 @@ ContactName.propTypes = {
|
|
|
145
152
|
neutral: _propTypes["default"].string
|
|
146
153
|
}),
|
|
147
154
|
paidTitle: _propTypes["default"].string
|
|
155
|
+
}),
|
|
156
|
+
customProps: _propTypes["default"].shape({
|
|
157
|
+
LinkProps: _propTypes["default"].object,
|
|
158
|
+
TextProps: _propTypes["default"].object
|
|
148
159
|
})
|
|
149
160
|
};
|
|
150
161
|
ContactName.defaultProps = {
|
|
@@ -152,7 +163,8 @@ ContactName.defaultProps = {
|
|
|
152
163
|
isLink: true,
|
|
153
164
|
dataId: 'contactName',
|
|
154
165
|
fontWeight: 'regular',
|
|
155
|
-
i18nKeys: {}
|
|
166
|
+
i18nKeys: {},
|
|
167
|
+
customProps: {}
|
|
156
168
|
};
|
|
157
169
|
|
|
158
170
|
if (false) {
|
|
@@ -21,6 +21,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
21
21
|
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
23
|
|
|
24
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
25
|
+
|
|
24
26
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
27
|
|
|
26
28
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
@@ -64,20 +66,25 @@ var Email = /*#__PURE__*/function (_Component) {
|
|
|
64
66
|
href = _this$props.href,
|
|
65
67
|
isLink = _this$props.isLink,
|
|
66
68
|
target = _this$props.target,
|
|
67
|
-
fontWeight = _this$props.fontWeight
|
|
68
|
-
|
|
69
|
+
fontWeight = _this$props.fontWeight,
|
|
70
|
+
customProps = _this$props.customProps;
|
|
71
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
72
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
73
|
+
_customProps$TextProp = customProps.TextProps,
|
|
74
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
75
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
69
76
|
href: href,
|
|
70
77
|
title: title,
|
|
71
78
|
urlData: urlData,
|
|
72
79
|
urlName: urlName,
|
|
73
80
|
target: target,
|
|
74
81
|
className: _SecondaryTextModule["default"].link
|
|
75
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
82
|
+
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
76
83
|
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
77
|
-
}, text)) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
84
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
78
85
|
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : ''),
|
|
79
86
|
"data-title": title
|
|
80
|
-
}, text));
|
|
87
|
+
}, TextProps), text));
|
|
81
88
|
}
|
|
82
89
|
}]);
|
|
83
90
|
|
|
@@ -94,11 +101,16 @@ Email.propTypes = {
|
|
|
94
101
|
text: _propTypes["default"].string,
|
|
95
102
|
title: _propTypes["default"].string,
|
|
96
103
|
urlData: _propTypes["default"].object,
|
|
97
|
-
urlName: _propTypes["default"].string
|
|
104
|
+
urlName: _propTypes["default"].string,
|
|
105
|
+
customProps: _propTypes["default"].shape({
|
|
106
|
+
LinkProps: _propTypes["default"].object,
|
|
107
|
+
TextProps: _propTypes["default"].object
|
|
108
|
+
})
|
|
98
109
|
};
|
|
99
110
|
Email.defaultProps = {
|
|
100
111
|
isLink: true,
|
|
101
|
-
fontWeight: 'regular'
|
|
112
|
+
fontWeight: 'regular',
|
|
113
|
+
customProps: {}
|
|
102
114
|
};
|
|
103
115
|
|
|
104
116
|
if (false) {
|
|
@@ -21,6 +21,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
21
21
|
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
23
|
|
|
24
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
25
|
+
|
|
24
26
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
27
|
|
|
26
28
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
@@ -66,8 +68,13 @@ var PhoneNumber = /*#__PURE__*/function (_Component) {
|
|
|
66
68
|
isLink = _this$props.isLink,
|
|
67
69
|
target = _this$props.target,
|
|
68
70
|
hasReload = _this$props.hasReload,
|
|
69
|
-
fontWeight = _this$props.fontWeight
|
|
70
|
-
|
|
71
|
+
fontWeight = _this$props.fontWeight,
|
|
72
|
+
customProps = _this$props.customProps;
|
|
73
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
74
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
75
|
+
_customProps$TextProp = customProps.TextProps,
|
|
76
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
77
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
71
78
|
href: href,
|
|
72
79
|
title: title,
|
|
73
80
|
urlData: urlData,
|
|
@@ -76,12 +83,12 @@ var PhoneNumber = /*#__PURE__*/function (_Component) {
|
|
|
76
83
|
target: target,
|
|
77
84
|
hasReload: hasReload,
|
|
78
85
|
className: _SecondaryTextModule["default"].link
|
|
79
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
86
|
+
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
80
87
|
className: "".concat(_SecondaryTextModule["default"].phoneNumber, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
81
|
-
}, text)) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
88
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
82
89
|
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : ''),
|
|
83
90
|
"data-title": title
|
|
84
|
-
}, text));
|
|
91
|
+
}, TextProps), text));
|
|
85
92
|
}
|
|
86
93
|
}]);
|
|
87
94
|
|
|
@@ -100,12 +107,17 @@ PhoneNumber.propTypes = {
|
|
|
100
107
|
text: _propTypes["default"].string,
|
|
101
108
|
title: _propTypes["default"].string,
|
|
102
109
|
urlData: _propTypes["default"].object,
|
|
103
|
-
urlName: _propTypes["default"].string
|
|
110
|
+
urlName: _propTypes["default"].string,
|
|
111
|
+
customProps: _propTypes["default"].shape({
|
|
112
|
+
LinkProps: _propTypes["default"].object,
|
|
113
|
+
TextProps: _propTypes["default"].object
|
|
114
|
+
})
|
|
104
115
|
};
|
|
105
116
|
PhoneNumber.defaultProps = {
|
|
106
117
|
isLink: true,
|
|
107
118
|
hasReload: false,
|
|
108
|
-
fontWeight: 'regular'
|
|
119
|
+
fontWeight: 'regular',
|
|
120
|
+
customProps: {}
|
|
109
121
|
};
|
|
110
122
|
|
|
111
123
|
if (false) {
|
|
@@ -21,6 +21,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
21
21
|
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
23
|
|
|
24
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
25
|
+
|
|
24
26
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
27
|
|
|
26
28
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
@@ -65,19 +67,24 @@ var TicketId = /*#__PURE__*/function (_Component) {
|
|
|
65
67
|
url = _this$props.url,
|
|
66
68
|
target = _this$props.target,
|
|
67
69
|
urlName = _this$props.urlName,
|
|
68
|
-
urlData = _this$props.urlData
|
|
69
|
-
|
|
70
|
+
urlData = _this$props.urlData,
|
|
71
|
+
customProps = _this$props.customProps;
|
|
72
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
73
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
74
|
+
_customProps$TicketId = customProps.TicketIdProps,
|
|
75
|
+
TicketIdProps = _customProps$TicketId === void 0 ? {} : _customProps$TicketId;
|
|
76
|
+
return /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
70
77
|
className: "".concat(_SecondaryTextModule["default"].ticketId, " ").concat(isLink ? _SecondaryTextModule["default"].ticketIdLink : '', " ").concat(className ? className : ''),
|
|
71
78
|
"data-id": dataId,
|
|
72
79
|
"data-title": dataTitle,
|
|
73
80
|
onClick: !isLink && onClick
|
|
74
|
-
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
|
81
|
+
}, TicketIdProps), isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
75
82
|
urlName: urlName,
|
|
76
83
|
urlData: urlData,
|
|
77
84
|
href: url,
|
|
78
85
|
target: target,
|
|
79
86
|
onClick: onClick
|
|
80
|
-
}, text) : text);
|
|
87
|
+
}, LinkProps), text) : text);
|
|
81
88
|
}
|
|
82
89
|
}]);
|
|
83
90
|
|
|
@@ -95,10 +102,15 @@ TicketId.propTypes = {
|
|
|
95
102
|
text: _propTypes["default"].string,
|
|
96
103
|
url: _propTypes["default"].string,
|
|
97
104
|
urlData: _propTypes["default"].string,
|
|
98
|
-
urlName: _propTypes["default"].string
|
|
105
|
+
urlName: _propTypes["default"].string,
|
|
106
|
+
customProps: _propTypes["default"].shape({
|
|
107
|
+
TicketIdProps: _propTypes["default"].object,
|
|
108
|
+
LinkProps: _propTypes["default"].object
|
|
109
|
+
})
|
|
99
110
|
};
|
|
100
111
|
TicketId.defaultProps = {
|
|
101
|
-
dataId: 'ticketId'
|
|
112
|
+
dataId: 'ticketId',
|
|
113
|
+
customProps: {}
|
|
102
114
|
};
|
|
103
115
|
|
|
104
116
|
if (false) {
|
|
@@ -3,28 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "ContactName", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _ContactName["default"];
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
6
|
Object.defineProperty(exports, "AccountName", {
|
|
13
7
|
enumerable: true,
|
|
14
8
|
get: function get() {
|
|
15
9
|
return _AccountName["default"];
|
|
16
10
|
}
|
|
17
11
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _TicketId["default"];
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "StatusText", {
|
|
12
|
+
Object.defineProperty(exports, "ContactName", {
|
|
25
13
|
enumerable: true,
|
|
26
14
|
get: function get() {
|
|
27
|
-
return
|
|
15
|
+
return _ContactName["default"];
|
|
28
16
|
}
|
|
29
17
|
});
|
|
30
18
|
Object.defineProperty(exports, "DepartmentText", {
|
|
@@ -33,16 +21,16 @@ Object.defineProperty(exports, "DepartmentText", {
|
|
|
33
21
|
return _DepartmentText["default"];
|
|
34
22
|
}
|
|
35
23
|
});
|
|
36
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "Email", {
|
|
37
25
|
enumerable: true,
|
|
38
26
|
get: function get() {
|
|
39
|
-
return
|
|
27
|
+
return _Email["default"];
|
|
40
28
|
}
|
|
41
29
|
});
|
|
42
|
-
Object.defineProperty(exports, "
|
|
30
|
+
Object.defineProperty(exports, "HappinessRating", {
|
|
43
31
|
enumerable: true,
|
|
44
32
|
get: function get() {
|
|
45
|
-
return
|
|
33
|
+
return _HappinessRating["default"];
|
|
46
34
|
}
|
|
47
35
|
});
|
|
48
36
|
Object.defineProperty(exports, "PhoneNumber", {
|
|
@@ -51,10 +39,10 @@ Object.defineProperty(exports, "PhoneNumber", {
|
|
|
51
39
|
return _PhoneNumber["default"];
|
|
52
40
|
}
|
|
53
41
|
});
|
|
54
|
-
Object.defineProperty(exports, "
|
|
42
|
+
Object.defineProperty(exports, "PriorityText", {
|
|
55
43
|
enumerable: true,
|
|
56
44
|
get: function get() {
|
|
57
|
-
return
|
|
45
|
+
return _PriorityText["default"];
|
|
58
46
|
}
|
|
59
47
|
});
|
|
60
48
|
Object.defineProperty(exports, "SecondaryText", {
|
|
@@ -63,10 +51,22 @@ Object.defineProperty(exports, "SecondaryText", {
|
|
|
63
51
|
return _SecondaryText["default"];
|
|
64
52
|
}
|
|
65
53
|
});
|
|
66
|
-
Object.defineProperty(exports, "
|
|
54
|
+
Object.defineProperty(exports, "StatusText", {
|
|
67
55
|
enumerable: true,
|
|
68
56
|
get: function get() {
|
|
69
|
-
return
|
|
57
|
+
return _StatusText["default"];
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "TicketId", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _TicketId["default"];
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "Website", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _Website["default"];
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
72
|
|
|
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports
|
|
8
|
+
exports["default"] = exports.SecondryPanelUL = exports.SecondryPanelLI = exports.SecondryPanelItem = void 0;
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
@@ -21,6 +21,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
21
21
|
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
23
|
|
|
24
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
25
|
+
|
|
24
26
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
27
|
|
|
26
28
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
@@ -67,8 +69,13 @@ var Subject = /*#__PURE__*/function (_Component) {
|
|
|
67
69
|
fontWeight = _this$props.fontWeight,
|
|
68
70
|
className = _this$props.className,
|
|
69
71
|
isDotted = _this$props.isDotted,
|
|
70
|
-
children = _this$props.children
|
|
71
|
-
|
|
72
|
+
children = _this$props.children,
|
|
73
|
+
customProps = _this$props.customProps;
|
|
74
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
75
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
76
|
+
_customProps$TextProp = customProps.TextProps,
|
|
77
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
78
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
72
79
|
urlName: urlName,
|
|
73
80
|
href: href,
|
|
74
81
|
urlData: urlData,
|
|
@@ -77,11 +84,11 @@ var Subject = /*#__PURE__*/function (_Component) {
|
|
|
77
84
|
dataId: dataId,
|
|
78
85
|
title: text,
|
|
79
86
|
target: target
|
|
80
|
-
}, children ? children : text) : /*#__PURE__*/_react["default"].createElement("span", {
|
|
87
|
+
}, LinkProps), children ? children : text) : /*#__PURE__*/_react["default"].createElement("span", _extends({
|
|
81
88
|
className: "".concat(_SubjectModule["default"].subject, " ").concat(isDotted ? _SubjectModule["default"].dotted : '', " ").concat(className, " ").concat(_SubjectModule["default"]["font_".concat(fontWeight)]),
|
|
82
89
|
"data-title": text,
|
|
83
90
|
"data-id": dataId
|
|
84
|
-
}, text));
|
|
91
|
+
}, TextProps), text));
|
|
85
92
|
}
|
|
86
93
|
}]);
|
|
87
94
|
|
|
@@ -101,13 +108,18 @@ Subject.propTypes = {
|
|
|
101
108
|
urlData: _propTypes["default"].object,
|
|
102
109
|
urlName: _propTypes["default"].string,
|
|
103
110
|
isDotted: _propTypes["default"].bool,
|
|
104
|
-
children: _propTypes["default"].node
|
|
111
|
+
children: _propTypes["default"].node,
|
|
112
|
+
customProps: _propTypes["default"].shape({
|
|
113
|
+
LinkProps: _propTypes["default"].object,
|
|
114
|
+
TextProps: _propTypes["default"].object
|
|
115
|
+
})
|
|
105
116
|
};
|
|
106
117
|
Subject.defaultProps = {
|
|
107
118
|
isLink: false,
|
|
108
119
|
fontWeight: 'regular',
|
|
109
120
|
className: '',
|
|
110
|
-
isDotted: true
|
|
121
|
+
isDotted: true,
|
|
122
|
+
customProps: {}
|
|
111
123
|
};
|
|
112
124
|
|
|
113
125
|
if (false) {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.getChannelMappingObj = getChannelMappingObj;
|
|
7
6
|
exports.getActivitiesIconObj = getActivitiesIconObj;
|
|
7
|
+
exports.getChannelMappingObj = getChannelMappingObj;
|
|
8
8
|
|
|
9
9
|
function getChannelMappingObj() {
|
|
10
10
|
return {
|
package/lib/utils/General.js
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.formatCurrency = formatCurrency;
|
|
7
|
+
exports.formatPhoneUrl = formatPhoneUrl;
|
|
7
8
|
exports.getFullName = getFullName;
|
|
8
9
|
exports.shallowDiff = shallowDiff;
|
|
9
|
-
exports.
|
|
10
|
-
exports.formatCurrency = formatCurrency;
|
|
10
|
+
exports.stopBubbling = stopBubbling;
|
|
11
11
|
|
|
12
12
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
13
13
|
|
package/lib/utils/KeyboardApi.js
CHANGED
|
@@ -289,7 +289,9 @@ function _shortRestrictionPlaces(e) {
|
|
|
289
289
|
var keyCode = e.keyCode || e.charCode;
|
|
290
290
|
var isContentEditable = _target.contentEditable === 'true';
|
|
291
291
|
|
|
292
|
-
if (['TEXTAREA', 'INPUT', 'SELECT'].indexOf(tagName) !== -1 ||
|
|
292
|
+
if (['TEXTAREA', 'INPUT', 'SELECT'].indexOf(tagName) !== -1 || //!SupportUI.CurrentUser.getKBStatus() ||
|
|
293
|
+
//restrict_keyUI() ||
|
|
294
|
+
keyCode >= 112 && keyCode <= 123 || isContentEditable) {
|
|
293
295
|
return true;
|
|
294
296
|
}
|
|
295
297
|
|
package/lib/utils/editorUtils.js
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
exports.bind = bind;
|
|
7
|
+
exports.changeContent = void 0;
|
|
6
8
|
exports.editorContentValidate = editorContentValidate;
|
|
7
|
-
exports.fixEncoding = fixEncoding;
|
|
8
9
|
exports.encodeForHtml = encodeForHtml;
|
|
10
|
+
exports.fixEncoding = fixEncoding;
|
|
11
|
+
exports.getExtensionFromFileName = getExtensionFromFileName;
|
|
12
|
+
exports.getRichEditorContent = getRichEditorContent;
|
|
9
13
|
exports.isFileNameSizeInvalid = isFileNameSizeInvalid;
|
|
10
14
|
exports.isImageFormat = isImageFormat;
|
|
11
|
-
exports.
|
|
15
|
+
exports.loadResource = loadResource;
|
|
12
16
|
exports.triggerKeyup = triggerKeyup;
|
|
13
|
-
exports.getRichEditorContent = getRichEditorContent;
|
|
14
17
|
exports.validateEditorContentOnInsertHtml = validateEditorContentOnInsertHtml;
|
|
15
|
-
exports.loadResource = loadResource;
|
|
16
|
-
exports.bind = bind;
|
|
17
|
-
exports.changeContent = void 0;
|
|
18
18
|
var ATTACHMENT_FILE_NAME_SIZE_LIMIT = 200; // editorUtils
|
|
19
19
|
|
|
20
20
|
function editorContentValidate(editorObj) {
|
|
@@ -5,8 +5,8 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports.GlobalNotificationUI = GlobalNotificationUI;
|
|
9
8
|
exports.GlobalNotificationNew = GlobalNotificationNew;
|
|
9
|
+
exports.GlobalNotificationUI = GlobalNotificationUI;
|
|
10
10
|
exports["default"] = void 0;
|
|
11
11
|
|
|
12
12
|
var _react = _interopRequireDefault(require("react"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.182",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"velocity-react": "^1.4.3",
|
|
33
33
|
"@zohodesk/variables": "1.0.0-beta.23",
|
|
34
34
|
"@zohodesk/i18n": "^1.0.0-beta.7",
|
|
35
|
-
"@zohodesk/components": "1.0.0-alpha-
|
|
36
|
-
"@zohodesk/icons": "1.0.0-beta.
|
|
35
|
+
"@zohodesk/components": "1.0.0-alpha-202",
|
|
36
|
+
"@zohodesk/icons": "1.0.0-beta.83",
|
|
37
37
|
"@zohodesk/svg": "1.0.0-beta.34",
|
|
38
38
|
"@zohodesk/virtualizer": "1.0.3",
|
|
39
39
|
"react-sortable-hoc": "^0.8.3"
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"velocity-react": "^1.4.3",
|
|
43
43
|
"@zohodesk/variables": "^1.0.0-beta.23",
|
|
44
44
|
"@zohodesk/i18n": "^1.0.0-beta.7",
|
|
45
|
-
"@zohodesk/components": "1.0.0-alpha-
|
|
46
|
-
"@zohodesk/icons": "^1.0.0-beta.
|
|
45
|
+
"@zohodesk/components": "1.0.0-alpha-202",
|
|
46
|
+
"@zohodesk/icons": "^1.0.0-beta.83",
|
|
47
47
|
"@zohodesk/svg": "^1.0.0-beta.34"
|
|
48
48
|
},
|
|
49
49
|
"react-cli": {
|