@zohodesk/svg 1.0.0-temp.50 → 1.0.0-temp.52
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 +13 -0
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +22 -22
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +6 -6
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +6 -6
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +6 -6
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +6 -6
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +6 -6
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +22 -22
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +6 -6
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +6 -6
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +6 -6
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +6 -6
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +6 -6
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +22 -22
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +6 -6
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +6 -6
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +6 -6
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +6 -6
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +6 -6
- package/es/Loader/Loader.js +1 -1
- package/es/emptystate/index.js +6 -0
- package/es/emptystate/version1/index.js +1 -0
- package/es/emptystate/version2/index.js +9 -0
- package/es/emptystate/version3/Bot.js +69 -0
- package/es/emptystate/version3/EmptyAPIs.js +64 -0
- package/es/emptystate/version3/index.js +78 -0
- package/es/errorstate/index.js +6 -0
- package/es/errorstate/version1/index.js +7 -0
- package/es/errorstate/version2/index.js +2 -0
- package/es/errorstate/version3/index.js +6 -0
- package/es/index.js +8 -1
- package/lib/Loader/Loader.js +4 -2
- package/lib/SVG/SVG.js +3 -1
- package/lib/SVG/SvgLoader.js +2 -2
- package/lib/emptystate/index.js +15 -0
- package/lib/emptystate/version1/EmptyCustomDomain.js +4 -2
- package/lib/emptystate/version1/index.js +13 -0
- package/lib/emptystate/version2/EmptyBusinessHoliday.js +4 -2
- package/lib/emptystate/version2/EmptyBusinessHour.js +4 -2
- package/lib/emptystate/version2/EmptyFromAddress.js +4 -2
- package/lib/emptystate/version2/EmptyImportHistory.js +4 -2
- package/lib/emptystate/version2/EmptyNetwork.js +4 -2
- package/lib/emptystate/version2/EmptyRecycleBin.js +4 -2
- package/lib/emptystate/version2/EmptyRoles.js +4 -2
- package/lib/emptystate/version2/EmptyWebhook.js +4 -2
- package/lib/emptystate/version2/FailureLog.js +4 -2
- package/lib/emptystate/version2/index.js +69 -0
- package/lib/emptystate/version3/AuditLog.js +4 -2
- package/lib/emptystate/version3/Bot.js +102 -0
- package/lib/emptystate/version3/Contract.js +4 -2
- package/lib/emptystate/version3/CustomModule.js +4 -2
- package/lib/emptystate/version3/EmptyAPIs.js +97 -0
- package/lib/emptystate/version3/EmptyAccounts.js +4 -2
- package/lib/emptystate/version3/EmptyActiveCalls.js +4 -2
- package/lib/emptystate/version3/EmptyActivity.js +4 -2
- package/lib/emptystate/version3/EmptyAgent.js +4 -2
- package/lib/emptystate/version3/EmptyAgentQueue.js +4 -2
- package/lib/emptystate/version3/EmptyApplechat.js +4 -2
- package/lib/emptystate/version3/EmptyApproval.js +4 -2
- package/lib/emptystate/version3/EmptyArchived.js +4 -2
- package/lib/emptystate/version3/EmptyArticle.js +4 -2
- package/lib/emptystate/version3/EmptyAsapchat.js +4 -2
- package/lib/emptystate/version3/EmptyAttach.js +4 -2
- package/lib/emptystate/version3/EmptyBlueprint.js +4 -2
- package/lib/emptystate/version3/EmptyCallHistory.js +4 -2
- package/lib/emptystate/version3/EmptyCanned.js +4 -2
- package/lib/emptystate/version3/EmptyChat.js +4 -2
- package/lib/emptystate/version3/EmptyCollision.js +4 -2
- package/lib/emptystate/version3/EmptyColumn.js +4 -2
- package/lib/emptystate/version3/EmptyContact.js +4 -2
- package/lib/emptystate/version3/EmptyContract.js +4 -2
- package/lib/emptystate/version3/EmptyConversation.js +4 -2
- package/lib/emptystate/version3/EmptyCrm.js +4 -2
- package/lib/emptystate/version3/EmptyCrmNotes.js +4 -2
- package/lib/emptystate/version3/EmptyCrmPotential.js +4 -2
- package/lib/emptystate/version3/EmptyDashboard.js +4 -2
- package/lib/emptystate/version3/EmptyDelete.js +4 -2
- package/lib/emptystate/version3/EmptyDepartment.js +4 -2
- package/lib/emptystate/version3/EmptyError.js +4 -2
- package/lib/emptystate/version3/EmptyFeed.js +4 -2
- package/lib/emptystate/version3/EmptyFollowers.js +4 -2
- package/lib/emptystate/version3/EmptyFrame.js +4 -2
- package/lib/emptystate/version3/EmptyHappiness.js +4 -2
- package/lib/emptystate/version3/EmptyHistory.js +4 -2
- package/lib/emptystate/version3/EmptyInstagram.js +4 -2
- package/lib/emptystate/version3/EmptyInstantmessage.js +4 -2
- package/lib/emptystate/version3/EmptyInvoice.js +4 -2
- package/lib/emptystate/version3/EmptyLine.js +4 -2
- package/lib/emptystate/version3/EmptyMessenger.js +4 -2
- package/lib/emptystate/version3/EmptyNoData.js +4 -2
- package/lib/emptystate/version3/EmptyNotification.js +4 -2
- package/lib/emptystate/version3/EmptyPreference.js +4 -2
- package/lib/emptystate/version3/EmptyProducts.js +4 -2
- package/lib/emptystate/version3/EmptyReply.js +4 -2
- package/lib/emptystate/version3/EmptyReports.js +4 -2
- package/lib/emptystate/version3/EmptySandbox.js +4 -2
- package/lib/emptystate/version3/EmptySchedule.js +4 -2
- package/lib/emptystate/version3/EmptySearch.js +4 -2
- package/lib/emptystate/version3/EmptySkills.js +4 -2
- package/lib/emptystate/version3/EmptySla.js +4 -2
- package/lib/emptystate/version3/EmptySnippet.js +4 -2
- package/lib/emptystate/version3/EmptyTag.js +4 -2
- package/lib/emptystate/version3/EmptyTask.js +4 -2
- package/lib/emptystate/version3/EmptyTeams.js +4 -2
- package/lib/emptystate/version3/EmptyTelegram.js +4 -2
- package/lib/emptystate/version3/EmptyTemplate.js +4 -2
- package/lib/emptystate/version3/EmptyTicket.js +4 -2
- package/lib/emptystate/version3/EmptyTimeEntry.js +4 -2
- package/lib/emptystate/version3/EmptyTimeline.js +4 -2
- package/lib/emptystate/version3/EmptyTopic.js +4 -2
- package/lib/emptystate/version3/EmptyTwilio.js +4 -2
- package/lib/emptystate/version3/EmptyWechat.js +4 -2
- package/lib/emptystate/version3/EmptyWhatsapp.js +4 -2
- package/lib/emptystate/version3/Export.js +4 -2
- package/lib/emptystate/version3/Extensions.js +4 -2
- package/lib/emptystate/version3/Extractor.js +4 -2
- package/lib/emptystate/version3/GCBot.js +4 -2
- package/lib/emptystate/version3/GCConversation.js +4 -2
- package/lib/emptystate/version3/Import.js +4 -2
- package/lib/emptystate/version3/KBBot.js +4 -2
- package/lib/emptystate/version3/Multilingual.js +4 -2
- package/lib/emptystate/version3/NetworkError.js +4 -2
- package/lib/emptystate/version3/Predictor.js +4 -2
- package/lib/emptystate/version3/ReadRecipients.js +4 -2
- package/lib/emptystate/version3/SupportPlan.js +4 -2
- package/lib/emptystate/version3/Variable.js +4 -2
- package/lib/emptystate/version3/ZiaAnamoly.js +4 -2
- package/lib/emptystate/version3/index.js +552 -0
- package/lib/errorstate/index.js +15 -0
- package/lib/errorstate/version1/EmptyInconvenience.js +4 -2
- package/lib/errorstate/version1/NoRequestFound.js +4 -2
- package/lib/errorstate/version1/PageNotFound.js +4 -2
- package/lib/errorstate/version1/UnableToProcessRequest.js +4 -2
- package/lib/errorstate/version1/UnauthorizedLogin.js +4 -2
- package/lib/errorstate/version1/UrlNotFound.js +4 -2
- package/lib/errorstate/version1/WillBeRightBack.js +4 -2
- package/lib/errorstate/version1/index.js +55 -0
- package/lib/errorstate/version2/EmptyUnauthorizedLogin.js +4 -2
- package/lib/errorstate/version2/EmptyWillBeRightBack.js +4 -2
- package/lib/errorstate/version2/NotImpossible.js +4 -2
- package/lib/errorstate/version2/index.js +20 -0
- package/lib/errorstate/version3/ErrorInconvenience.js +4 -2
- package/lib/errorstate/version3/ErrorOopsSomethingMiss.js +4 -2
- package/lib/errorstate/version3/ErrorUnableToProcessRequest.js +4 -2
- package/lib/errorstate/version3/ErrorUnauthorizedLogin.js +4 -2
- package/lib/errorstate/version3/ErrorUrlNotFound.js +4 -2
- package/lib/errorstate/version3/ErrorWillBeRightBack.js +4 -2
- package/lib/errorstate/version3/index.js +48 -0
- package/lib/index.js +27 -14
- package/package.json +6 -6
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { EmptyStateProps } from '../props/propTypes';
|
|
4
|
+
import { EmptyStateDefaultProps } from '../props/defaultProps';
|
|
5
|
+
import SVG from '../../SVG/SVG';
|
|
6
|
+
export default class Bot extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 500 500",
|
|
10
|
+
name: "Bot"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#bot_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
d: "M198.002 140.499s116.75-78 175.75-54.5 99.25 220.75-64.75 309.25-238.5-104-239.25-138c-.5-33.25 0-111.75 128.25-116.75Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M32.5 293.25c-.25 0 0 0 0 0-.75 0-1.25-.75-1.25-1.25l1-18.75c0-.75.5-1.25 1.25-1.25s1.25.5 1.25 1.25l-1 18.75c-.25.75-.75 1.25-1.25 1.25Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "m42 284.5-18.5-1c-.75 0-1.25-.75-1.25-1.25 0-.75.75-1.25 1.25-1.25l18.25 1c.75 0 1.25.75 1.25 1.25.25.75-.25 1.25-1 1.25Z",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M425.5 52c-6.5 0-11.75 5.25-11.75 11.75S419 75.5 425.5 75.5s11.75-5.25 11.75-11.75S431.75 52 425.5 52Zm0 21.25c-5 0-9.25-4.25-9.25-9.5s4.25-9.5 9.25-9.5 9.25 4.25 9.25 9.5-4.25 9.5-9.25 9.5ZM308.5 432.75c-4.75 0-8.5 3.75-8.5 8.5s3.75 8.5 8.5 8.5 8.5-3.75 8.5-8.5c0-4.5-3.75-8.5-8.5-8.5Zm0 14.75c-3.25 0-6-2.75-6-6.25s2.75-6.25 6-6.25 6 2.75 6 6.25-2.75 6.25-6 6.25Z",
|
|
25
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M199.75 50c-4.25 0-7.5 3.5-7.5 7.5s3.25 7.5 7.5 7.5 7.5-3.5 7.5-7.5-3.25-7.5-7.5-7.5Zm0 12.75c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5ZM472 324.5c-.5-.5-1.25-.5-1.75 0l-6 5.5-5.25-6c-.5-.5-1.25-.5-1.75 0s-.5 1.25 0 1.75l5.25 6-6 5.5c-.5.5-.5 1.25 0 1.75.25.25.5.5 1 .5.25 0 .5 0 .75-.25l6-5.5 5.25 6c.25.25.5.5 1 .5.25 0 .5 0 .75-.25.5-.5.5-1.25 0-1.75l-5.25-6 6-5.5c.5-.75.5-1.75 0-2.25Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
opacity: 0.1,
|
|
31
|
+
d: "M287.002 162.499s-93.25-62.25-140.5-43.5-79.5 176.5 51.75 247.25 190.75-83.25 191.25-110.5c.5-26.5 0-89.5-102.5-93.25Z",
|
|
32
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
33
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
34
|
+
clipPath: "url(#bot_svg__b)"
|
|
35
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
opacity: 0.2,
|
|
37
|
+
d: "M295.796 283.088c-.295-31.211 28.548-13.904 37.868-24.341 14.094-15.769 24.461-39.75-6.148-64.516-52.747-42.63-146.307-49.5-165.829 43.48-19.491 92.98 112.656 138.488 142.775 96.578 11.314-15.703-8.568-42.335-8.666-51.201Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
opacity: 0.2,
|
|
41
|
+
d: "M255.572 262.445c-.032-4.057 3.696-1.8 4.906-3.141 1.831-2.061 3.172-5.169-.785-8.375-6.835-5.529-18.967-6.413-21.518 5.627-2.551 12.039 14.618 17.961 18.509 12.53 1.472-2.028-1.112-5.496-1.112-6.641ZM298.346 266.796c-.033-4.056 3.695-1.799 4.905-3.14 1.831-2.062 3.172-5.17-.785-8.376-6.834-5.529-18.967-6.412-21.517 5.627-2.551 12.04 14.617 17.962 18.509 12.531 1.471-2.029-1.112-5.497-1.112-6.642ZM202.791 262.445c-.033-4.057 3.695-1.8 4.905-3.141 1.832-2.061 3.172-5.169-.784-8.375-6.835-5.529-18.967-6.413-21.518 5.627-2.551 12.039 14.618 17.961 18.509 12.53 1.472-2.028-1.112-5.496-1.112-6.641Z",
|
|
42
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M199.325 271.507c16.94-5.562 6.966-34.778-6.246-25.748-13.211 9.03-15.075 36.184 23.415 39.194 38.489 3.01 48.234-19.957 45.455-31.08-2.78-11.124-21.093-14.854-22.728 4.187-1.635 19.008 23.872 29.216 46.829 24.668 22.956-4.58 15.991-34.875 6.017-34.385-9.974.491-18.313 18.322 8.862 35.563 27.175 17.242 45.619 1.93 40.223-55.094-6.442-68.214-142.383-102.37-181.199-2.912-27.764 71.125 30.379 103.22 40.68 110.221 10.301 7.035-42.087 45.803-37.41 47.21 4.676 1.407 86.43-32.847 86.43-32.847 29.628 4.057 53.042-4.94 70.733-17.765 39.438-28.594 55.953-80.351 39.896-126.351-14.061-40.306-45.389-58.954-45.389-58.954-5.069-28.856-32.473-44.789-62.526-46.85l-.817-16.816c-15.207-4.81-13.179-17.013-7.587-21.986 5.592-4.973 15.402-.589 14.585 8.212-.785 8.8-12.231 11.189-12.231 11.189v19.172c-1.504 0-3.008 0-4.512.065-41.106 1.832-53.304 35.039-55.168 42.401 0 0 84.272-.328 94.311-.982 4.284-.294 7.587-3.959 7.293-8.277-.131-2.094-.785-4.515-2.289-7.165-4.971-8.735-62.297-3.435-62.297-3.435s-7.587 1.57-7.488 12.563l.261 4.024c-26.226.785-72.957 22.116-86.757 71.616 0 0-27.11 74.593 44.539 126.58",
|
|
45
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
46
|
+
strokeWidth: 2.5,
|
|
47
|
+
strokeLinecap: "round",
|
|
48
|
+
strokeLinejoin: "round",
|
|
49
|
+
fill: "transparent"
|
|
50
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
51
|
+
id: "bot_svg__a"
|
|
52
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fill: "#fff",
|
|
54
|
+
transform: "translate(22.5 50)",
|
|
55
|
+
d: "M0 0h450v400H0z"
|
|
56
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
57
|
+
id: "bot_svg__b"
|
|
58
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
fill: "#fff",
|
|
60
|
+
transform: "translate(123 58)",
|
|
61
|
+
d: "M0 0h245v327H0z"
|
|
62
|
+
}))));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
Bot.propTypes = EmptyStateProps;
|
|
66
|
+
Bot.defaultProps = {
|
|
67
|
+
...EmptyStateDefaultProps,
|
|
68
|
+
dataId: 'Bot'
|
|
69
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { EmptyStateProps } from '../props/propTypes';
|
|
4
|
+
import { EmptyStateDefaultProps } from '../props/defaultProps';
|
|
5
|
+
import SVG from '../../SVG/SVG';
|
|
6
|
+
export default class EmptyAPIs extends React.Component {
|
|
7
|
+
render() {
|
|
8
|
+
return /*#__PURE__*/React.createElement(SVG, _extends({
|
|
9
|
+
viewBox: "0 0 147 140",
|
|
10
|
+
name: "emptyApis"
|
|
11
|
+
}, this.props), /*#__PURE__*/React.createElement("g", {
|
|
12
|
+
clipPath: "url(#APIs_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
opacity: 0.1,
|
|
15
|
+
d: "M58.946 39.611s34.324-21.588 51.67-15.084c17.346 6.504 29.179 61.097-19.037 85.591-48.215 24.494-70.118-28.784-70.339-38.194-.147-9.203 0-30.929 37.706-32.313Z",
|
|
16
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M10.29 81.887c-.074 0 0 0 0 0a.382.382 0 0 1-.368-.346l.294-5.19c0-.207.147-.345.367-.345s.368.138.368.346l-.294 5.19c-.074.207-.22.345-.368.345Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "m13.082 79.466-5.44-.277a.382.382 0 0 1-.367-.346c0-.208.22-.346.368-.346l5.365.277c.22 0 .368.207.368.346.073.207-.074.346-.294.346Z",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M125.831 15.117c-1.911 0-3.454 1.453-3.454 3.252 0 1.8 1.543 3.252 3.454 3.252 1.911 0 3.455-1.453 3.455-3.252 0-1.799-1.617-3.252-3.455-3.252Zm0 5.881c-1.47 0-2.719-1.176-2.719-2.629s1.249-2.63 2.719-2.63c1.47 0 2.72 1.177 2.72 2.63 0 1.453-1.25 2.63-2.72 2.63ZM91.433 120.497c-1.397 0-2.5 1.038-2.5 2.353 0 1.314 1.103 2.352 2.5 2.352 1.396 0 2.499-1.038 2.499-2.352 0-1.246-1.103-2.353-2.5-2.353Zm0 4.082c-.956 0-1.764-.761-1.764-1.729 0-.969.808-1.73 1.764-1.73.955 0 1.764.761 1.764 1.73 0 .968-.809 1.729-1.764 1.729Z",
|
|
25
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M59.46 14.563c-1.249 0-2.204.97-2.204 2.076 0 1.107.955 2.076 2.205 2.076s2.205-.969 2.205-2.076c0-1.107-.956-2.075-2.205-2.075Zm0 3.53c-.808 0-1.47-.623-1.47-1.385 0-.76.662-1.383 1.47-1.383.81 0 1.47.622 1.47 1.383 0 .762-.66 1.384-1.47 1.384ZM139.503 90.537a.37.37 0 0 0-.514 0l-1.764 1.522-1.544-1.66a.37.37 0 0 0-.514 0 .321.321 0 0 0 0 .484l1.543 1.66-1.764 1.523a.321.321 0 0 0 0 .484c.074.07.147.139.294.139.074 0 .147 0 .221-.07l1.764-1.522 1.543 1.66c.074.07.147.14.294.14.074 0 .147 0 .221-.07a.321.321 0 0 0 0-.484l-1.544-1.66 1.764-1.523c.147-.208.147-.484 0-.623Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
opacity: 0.1,
|
|
31
|
+
d: "M85.113 45.7S57.697 28.471 43.806 33.66c-13.892 5.19-23.373 48.85 15.214 68.432 38.588 19.582 56.081-23.04 56.228-30.583.147-7.334 0-24.77-30.135-25.809Z",
|
|
32
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
33
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "m58.557 48.223 3.661-3.97c1.734-1.895 4.818-2.166 6.841-.541l2.409 1.894c3.18 2.527 7.997 2.166 10.791-.812 2.698-2.977 2.313-7.49-.867-10.106l-2.409-1.895c-2.023-1.625-2.312-4.512-.578-6.407l3.854-4.241c1.734-1.895 4.818-2.166 6.841-.542 4.529 3.61 11.369 3.159 15.32-1.173l1.831-1.985c1.734-1.895 4.817-2.166 6.84-.542l7.612 6.046c2.024 1.625 2.313 4.512.578 6.407l-1.349 1.444c-3.854 4.241-3.372 10.648 1.253 14.348l.578.451c2.023 1.624 2.312 4.512.578 6.407l-4.143 4.512c-1.734 1.895-4.817 2.166-6.841.541l-4.239-3.429c-3.18-2.526-7.997-2.165-10.792.812-2.697 2.978-2.312 7.49.868 10.107l4.239 3.43c2.023 1.623 2.312 4.511.578 6.406l-5.203 5.685c-1.734 1.895-4.817 2.166-6.84.542l-6.745-5.325c-2.024-1.624-5.107-1.443-6.841.542l-3.18 3.52c-2.698 2.977-7.419 3.338-10.598.811l-.193-.09c-3.18-2.527-3.565-6.948-.867-9.926l2.89-3.249c1.735-1.895 1.542-4.782-.578-6.407l-4.817-3.88c-2.024-1.624-5.107-1.444-6.841.542l-1.35 1.443c-3.564 3.97-9.923 4.422-14.163 1.083-2.023-1.624-5.106-1.444-6.84.542l-4.433 4.873c-1.638 1.804-1.349 4.692.675 6.316 4.24 3.339 4.72 9.295 1.156 13.265l-2.89 3.159c-1.735 1.894-1.542 4.782.577 6.406l5.974 4.693c2.024 1.624 5.107 1.444 6.841-.542l1.83-2.075c2.699-2.978 7.42-3.339 10.6-.812 3.179 2.526 3.564 6.948.867 9.926l-1.831 2.075c-1.734 1.895-1.542 4.783.578 6.407l5.781 4.602c2.023 1.625 5.107 1.444 6.84-.541l4.915-5.414c3.18-3.52 8.768-3.881 12.43-.903 2.022 1.625 5.106 1.444 6.84-.541l3.661-3.971c1.735-1.895 1.542-4.782-.578-6.406l-3.372-2.708c-2.505-1.985-2.89-5.594-.674-7.94",
|
|
35
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
36
|
+
fill: "transparent",
|
|
37
|
+
strokeMiterlimit: 10,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
d: "M58.269 50.119c.904 0 1.638-.687 1.638-1.534s-.734-1.534-1.638-1.534c-.905 0-1.638.687-1.638 1.534s.733 1.534 1.638 1.534ZM86.402 91.898c.904 0 1.638-.687 1.638-1.534s-.734-1.534-1.638-1.534c-.905 0-1.638.687-1.638 1.534s.733 1.534 1.638 1.534Z",
|
|
42
|
+
fill: "var(--zd_emptysvg_primary_stroke)"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
opacity: 0.2,
|
|
45
|
+
d: "M65.013 57.247c-.77-.542-1.349-1.264-1.638-2.166-.578-1.715-.193-4.15 7.226-3.249 11.177 1.444 23.317-9.204 15.224-17.416-7.323-7.399.481-11.189 6.263-7.399 4.239 2.797 14.452-.632 17.343-3.52 2.119-2.165 8.96.903 7.997 4.874-.964 3.97-7.805 13.445-1.156 19.491 6.648 6.046-16.862.993-21.198 4.692-3.95 3.34-7.13 9.836-.578 15.34 5.878 5.054-2.89 12.363-13.585 2.076-1.253-1.173-3.565 2.798-4.914 3.88-2.023 1.625-5.01 3.43-7.323 2.347-3.95-1.715 2.409-9.927 1.638-13.085-.578-2.256-3.757-4.782-5.3-5.865Z",
|
|
46
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
opacity: 0.2,
|
|
49
|
+
d: "M63.664 110.307c-.578.632-1.253 1.173-2.12 1.444-1.734.451-4.047.181-3.18-6.226 1.35-9.566-8.96-19.853-16.957-12.995-7.227 6.227-10.888-.45-7.227-5.323 2.794-3.61-.674-12.363-3.468-14.8-2.12-1.804.867-7.67 4.72-6.858 3.855.813 13.104 6.678 18.982.993 5.877-5.685.963 14.438 4.528 18.048 3.276 3.338 9.54 6.045 14.935.45 4.914-5.053 12.044 2.437 2.023 11.641-1.156 1.083 2.698 3.069 3.758 4.242 1.541 1.714 3.372 4.241 2.312 6.226-1.734 3.339-9.635-2.075-12.718-1.444-2.12.632-4.529 3.249-5.588 4.602Z",
|
|
50
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
52
|
+
id: "APIs_svg__a"
|
|
53
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
fill: "#fff",
|
|
55
|
+
transform: "translate(7.35 14.563)",
|
|
56
|
+
d: "M0 0h132.3v110.708H0z"
|
|
57
|
+
}))));
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
EmptyAPIs.propTypes = EmptyStateProps;
|
|
61
|
+
EmptyAPIs.defaultProps = {
|
|
62
|
+
...EmptyStateDefaultProps,
|
|
63
|
+
dataId: 'emptyApis'
|
|
64
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export { default as AuditLog } from './AuditLog';
|
|
2
|
+
export { default as Contract } from './Contract';
|
|
3
|
+
export { default as CustomModule } from './CustomModule';
|
|
4
|
+
export { default as EmptyAccounts } from './EmptyAccounts';
|
|
5
|
+
export { default as EmptyActiveCalls } from './EmptyActiveCalls';
|
|
6
|
+
export { default as EmptyActivity } from './EmptyActivity';
|
|
7
|
+
export { default as EmptyAgent } from './EmptyAgent';
|
|
8
|
+
export { default as EmptyAgentQueue } from './EmptyAgentQueue';
|
|
9
|
+
export { default as EmptyApplechat } from './EmptyApplechat';
|
|
10
|
+
export { default as EmptyApproval } from './EmptyApproval';
|
|
11
|
+
export { default as EmptyArchived } from './EmptyArchived';
|
|
12
|
+
export { default as EmptyArticle } from './EmptyArticle';
|
|
13
|
+
export { default as EmptyAsapchat } from './EmptyAsapchat';
|
|
14
|
+
export { default as EmptyAttach } from './EmptyAttach';
|
|
15
|
+
export { default as EmptyBlueprint } from './EmptyBlueprint';
|
|
16
|
+
export { default as EmptyCallHistory } from './EmptyCallHistory';
|
|
17
|
+
export { default as EmptyCanned } from './EmptyCanned';
|
|
18
|
+
export { default as EmptyChat } from './EmptyChat';
|
|
19
|
+
export { default as EmptyCollision } from './EmptyCollision';
|
|
20
|
+
export { default as EmptyColumn } from './EmptyColumn';
|
|
21
|
+
export { default as EmptyContact } from './EmptyContact';
|
|
22
|
+
export { default as EmptyContract } from './EmptyContract';
|
|
23
|
+
export { default as EmptyConversation } from './EmptyConversation';
|
|
24
|
+
export { default as EmptyCrm } from './EmptyCrm';
|
|
25
|
+
export { default as EmptyCrmNotes } from './EmptyCrmNotes';
|
|
26
|
+
export { default as EmptyCrmPotential } from './EmptyCrmPotential';
|
|
27
|
+
export { default as EmptyDashboard } from './EmptyDashboard';
|
|
28
|
+
export { default as EmptyDelete } from './EmptyDelete';
|
|
29
|
+
export { default as EmptyDepartment } from './EmptyDepartment';
|
|
30
|
+
export { default as EmptyError } from './EmptyError';
|
|
31
|
+
export { default as EmptyFeed } from './EmptyFeed';
|
|
32
|
+
export { default as EmptyFollowers } from './EmptyFollowers';
|
|
33
|
+
export { default as EmptyFrame } from './EmptyFrame';
|
|
34
|
+
export { default as EmptyHappiness } from './EmptyHappiness';
|
|
35
|
+
export { default as EmptyHistory } from './EmptyHistory';
|
|
36
|
+
export { default as EmptyInstagram } from './EmptyInstagram';
|
|
37
|
+
export { default as EmptyInstantmessage } from './EmptyInstantmessage';
|
|
38
|
+
export { default as EmptyInvoice } from './EmptyInvoice';
|
|
39
|
+
export { default as EmptyLine } from './EmptyLine';
|
|
40
|
+
export { default as EmptyMessenger } from './EmptyMessenger';
|
|
41
|
+
export { default as EmptyNoData } from './EmptyNoData';
|
|
42
|
+
export { default as EmptyNotification } from './EmptyNotification';
|
|
43
|
+
export { default as EmptyPreference } from './EmptyPreference';
|
|
44
|
+
export { default as EmptyProducts } from './EmptyProducts';
|
|
45
|
+
export { default as EmptyReply } from './EmptyReply';
|
|
46
|
+
export { default as EmptyReports } from './EmptyReports';
|
|
47
|
+
export { default as EmptySandbox } from './EmptySandbox';
|
|
48
|
+
export { default as EmptySchedule } from './EmptySchedule';
|
|
49
|
+
export { default as EmptySearch } from './EmptySearch';
|
|
50
|
+
export { default as EmptySkills } from './EmptySkills';
|
|
51
|
+
export { default as EmptySla } from './EmptySla';
|
|
52
|
+
export { default as EmptySnippet } from './EmptySnippet';
|
|
53
|
+
export { default as EmptyTag } from './EmptyTag';
|
|
54
|
+
export { default as EmptyTask } from './EmptyTask';
|
|
55
|
+
export { default as EmptyTeams } from './EmptyTeams';
|
|
56
|
+
export { default as EmptyTelegram } from './EmptyTelegram';
|
|
57
|
+
export { default as EmptyTemplate } from './EmptyTemplate';
|
|
58
|
+
export { default as EmptyTicket } from './EmptyTicket';
|
|
59
|
+
export { default as EmptyTimeEntry } from './EmptyTimeEntry';
|
|
60
|
+
export { default as EmptyTimeline } from './EmptyTimeline';
|
|
61
|
+
export { default as EmptyTopic } from './EmptyTopic';
|
|
62
|
+
export { default as EmptyTwilio } from './EmptyTwilio';
|
|
63
|
+
export { default as EmptyWechat } from './EmptyWechat';
|
|
64
|
+
export { default as EmptyWhatsapp } from './EmptyWhatsapp';
|
|
65
|
+
export { default as Export } from './Export';
|
|
66
|
+
export { default as Extensions } from './Extensions';
|
|
67
|
+
export { default as Extractor } from './Extractor';
|
|
68
|
+
export { default as GCBot } from './GCBot';
|
|
69
|
+
export { default as GCConversation } from './GCConversation';
|
|
70
|
+
export { default as Import } from './Import';
|
|
71
|
+
export { default as KBBot } from './KBBot';
|
|
72
|
+
export { default as Multilingual } from './Multilingual';
|
|
73
|
+
export { default as NetworkError } from './NetworkError';
|
|
74
|
+
export { default as Predictor } from './Predictor';
|
|
75
|
+
export { default as ReadRecipients } from './ReadRecipients';
|
|
76
|
+
export { default as SupportPlan } from './SupportPlan';
|
|
77
|
+
export { default as Variable } from './Variable';
|
|
78
|
+
export { default as ZiaAnamoly } from './ZiaAnamoly';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as EmptyInconvenience } from './EmptyInconvenience';
|
|
2
|
+
export { default as NoRequestFound } from './NoRequestFound';
|
|
3
|
+
export { default as PageNotFound } from './PageNotFound';
|
|
4
|
+
export { default as UnableToProcessRequest } from './UnableToProcessRequest';
|
|
5
|
+
export { default as UnauthorizedLogin } from './UnauthorizedLogin';
|
|
6
|
+
export { default as UrlNotFound } from './UrlNotFound';
|
|
7
|
+
export { default as WillBeRightBack } from './WillBeRightBack';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as ErrorInconvenience } from './ErrorInconvenience';
|
|
2
|
+
export { default as ErrorOopsSomethingMiss } from './ErrorOopsSomethingMiss';
|
|
3
|
+
export { default as ErrorUnableToProcessRequest } from './ErrorUnableToProcessRequest';
|
|
4
|
+
export { default as ErrorUnauthorizedLogin } from './ErrorUnauthorizedLogin';
|
|
5
|
+
export { default as ErrorUrlNotFound } from './ErrorUrlNotFound';
|
|
6
|
+
export { default as ErrorWillBeRightBack } from './ErrorWillBeRightBack';
|
package/es/index.js
CHANGED
|
@@ -11,4 +11,11 @@
|
|
|
11
11
|
// export { default as Errorstate__version1 } from './docs/Errorstate__version1.docs';
|
|
12
12
|
// export { default as Errorstate__version2 } from './docs/Errorstate__version2.docs';
|
|
13
13
|
// export { default as Errorstate__version3 } from './docs/Errorstate__version3.docs';
|
|
14
|
-
// export { default as Svg__common } from './docs/SVG__common.docs';
|
|
14
|
+
// export { default as Svg__common } from './docs/SVG__common.docs';
|
|
15
|
+
|
|
16
|
+
export { default as SVG } from './SVG/SVG';
|
|
17
|
+
export { default as Loader } from './Loader/Loader';
|
|
18
|
+
import * as _EmptyState from './emptystate/';
|
|
19
|
+
export { _EmptyState as EmptyState };
|
|
20
|
+
import * as _ErrorState from './errorstate';
|
|
21
|
+
export { _ErrorState as ErrorState };
|
package/lib/Loader/Loader.js
CHANGED
|
@@ -12,8 +12,10 @@ var _SVG = _interopRequireDefault(require("./../SVG/SVG"));
|
|
|
12
12
|
var _SVGModule = _interopRequireDefault(require("./../SVG/SVG.module.css"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
|
-
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); } }
|
|
15
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
16
16
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
17
19
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
18
20
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
19
21
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -53,7 +55,7 @@ var Loader = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
53
55
|
className: "".concat(_SVGModule["default"].loaderWrapper),
|
|
54
56
|
dataId: dataId,
|
|
55
57
|
styleName: this.viewBoxStyle
|
|
56
|
-
}, /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}')), /*#__PURE__*/_react["default"].createElement("
|
|
58
|
+
}, /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("style", null, '@keyframes circleAnimation_1{to{stroke-dashoffset:-82}}@keyframes circleAnimation_2{to{stroke-dashoffset:-50}}@keyframes loaderone{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}')), /*#__PURE__*/_react["default"].createElement("circle", {
|
|
57
59
|
fill: "none",
|
|
58
60
|
stroke: "#089949",
|
|
59
61
|
strokeWidth: 2,
|
package/lib/SVG/SVG.js
CHANGED
|
@@ -12,8 +12,10 @@ var _SVGModule = _interopRequireDefault(require("./SVG.module.css"));
|
|
|
12
12
|
var _EmptyStateVariablesModule = _interopRequireDefault(require("./../css/EmptyStateVariables.module.css"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
|
-
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); } }
|
|
15
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
16
16
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
17
19
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
18
20
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
19
21
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
package/lib/SVG/SvgLoader.js
CHANGED
|
@@ -12,8 +12,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
12
12
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
13
13
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
14
14
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
15
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
16
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
15
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
16
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
17
17
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
18
18
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
19
19
|
function SvgLoader(props) {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.v3 = exports.v2 = exports.v1 = void 0;
|
|
8
|
+
var _v = _interopRequireWildcard(require("./version1"));
|
|
9
|
+
exports.v1 = _v;
|
|
10
|
+
var _v2 = _interopRequireWildcard(require("./version2"));
|
|
11
|
+
exports.v2 = _v2;
|
|
12
|
+
var _v3 = _interopRequireWildcard(require("./version3"));
|
|
13
|
+
exports.v3 = _v3;
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
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; }
|
|
@@ -13,11 +13,13 @@ var _EmptyCustomDomain = _interopRequireDefault(require("./../../../images/Empty
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "EmptyCustomDomain", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _EmptyCustomDomain["default"];
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _EmptyCustomDomain = _interopRequireDefault(require("./EmptyCustomDomain"));
|
|
13
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyBusinessHoliday = _interopRequireDefault(require("./../../../images/Em
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyBusinessHour = _interopRequireDefault(require("./../../../images/Empty
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyFromAddress = _interopRequireDefault(require("./../../../images/EmptyF
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyImportHistory = _interopRequireDefault(require("./../../../images/Empt
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyNetwork = _interopRequireDefault(require("./../../../images/EmptyNetwo
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyRecycleBin = _interopRequireDefault(require("./../../../images/EmptyRe
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyRoles = _interopRequireDefault(require("./../../../images/EmptyRoles.s
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -13,11 +13,13 @@ var _EmptyWebhook = _interopRequireDefault(require("./../../../images/EmptyWebho
|
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
17
17
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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); } }
|
|
19
|
+
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
23
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
24
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
25
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|