@zohodesk/svg 1.0.0-temp-9 → 1.0.0-temp.42
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 +19 -0
- package/assets/Appearance/dark/mode/darkEmptyStates.module.css +37 -0
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +10 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +10 -0
- package/assets/Appearance/default/mode/defaultEmptyStates.module.css +37 -0
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css +37 -0
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +10 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +10 -0
- package/es/Provider.js +81 -49
- package/es/index.js +1 -1
- package/es/svg/Extensions.js +73 -0
- package/es/svg/Loader.js +19 -12
- package/lib/Provider.js +94 -53
- package/lib/index.js +13 -13
- package/lib/svg/EmptyAccounts.js +3 -3
- package/lib/svg/EmptyActiveCalls.js +3 -3
- package/lib/svg/EmptyActivity.js +3 -3
- package/lib/svg/EmptyAgent.js +3 -3
- package/lib/svg/EmptyAgentQueue.js +3 -3
- package/lib/svg/EmptyApproval.js +3 -3
- package/lib/svg/EmptyArchived.js +3 -3
- package/lib/svg/EmptyAttach.js +3 -3
- package/lib/svg/EmptyBlueprint.js +3 -3
- package/lib/svg/EmptyBusinessHoliday.js +3 -3
- package/lib/svg/EmptyBusinessHour.js +3 -3
- package/lib/svg/EmptyCallHistory.js +3 -3
- package/lib/svg/EmptyCollision.js +3 -3
- package/lib/svg/EmptyColumn.js +3 -3
- package/lib/svg/EmptyContact.js +3 -3
- package/lib/svg/EmptyContract.js +3 -3
- package/lib/svg/EmptyConversation.js +3 -3
- package/lib/svg/EmptyCrm.js +3 -3
- package/lib/svg/EmptyCrmNotes.js +3 -3
- package/lib/svg/EmptyCrmPotential.js +3 -3
- package/lib/svg/EmptyCustomDomain.js +3 -3
- package/lib/svg/EmptyDashboard.js +3 -3
- package/lib/svg/EmptyDepartment.js +3 -3
- package/lib/svg/EmptyError.js +3 -3
- package/lib/svg/EmptyFeed.js +3 -3
- package/lib/svg/EmptyFollowers.js +3 -3
- package/lib/svg/EmptyFrame.js +3 -3
- package/lib/svg/EmptyFromAddress.js +3 -3
- package/lib/svg/EmptyHappiness.js +3 -3
- package/lib/svg/EmptyHistory.js +3 -3
- package/lib/svg/EmptyImportHistory.js +3 -3
- package/lib/svg/EmptyInconvenience.js +3 -3
- package/lib/svg/EmptyInvoice.js +3 -3
- package/lib/svg/EmptyNetwork.js +3 -3
- package/lib/svg/EmptyNotification.js +3 -3
- package/lib/svg/EmptyProducts.js +3 -3
- package/lib/svg/EmptyRecycleBin.js +3 -3
- package/lib/svg/EmptyReply.js +3 -3
- package/lib/svg/EmptyReports.js +3 -3
- package/lib/svg/EmptyRoles.js +3 -3
- package/lib/svg/EmptySchedule.js +3 -3
- package/lib/svg/EmptySearch.js +3 -3
- package/lib/svg/EmptySkills.js +3 -3
- package/lib/svg/EmptySla.js +3 -3
- package/lib/svg/EmptySnippet.js +3 -3
- package/lib/svg/EmptyTag.js +3 -3
- package/lib/svg/EmptyTask.js +3 -3
- package/lib/svg/EmptyTeams.js +3 -3
- package/lib/svg/EmptyTemplate.js +3 -3
- package/lib/svg/EmptyTicket.js +3 -3
- package/lib/svg/EmptyTimeEntry.js +3 -3
- package/lib/svg/EmptyTimeline.js +3 -3
- package/lib/svg/EmptyTopic.js +3 -3
- package/lib/svg/EmptyUnauthorizedLogin.js +3 -3
- package/lib/svg/EmptyWebhook.js +3 -3
- package/lib/svg/EmptyWillBeRightBack.js +3 -3
- package/lib/svg/ErrorInconvenience.js +3 -3
- package/lib/svg/ErrorOopsSomethingMiss.js +3 -3
- package/lib/svg/ErrorUnableToProcessRequest.js +3 -3
- package/lib/svg/ErrorUnauthorizedLogin.js +3 -3
- package/lib/svg/ErrorUrlNotFound.js +3 -3
- package/lib/svg/ErrorWillBeRightBack.js +3 -3
- package/lib/svg/Extensions.js +123 -0
- package/lib/svg/Extractor.js +3 -3
- package/lib/svg/FailureLog.js +3 -3
- package/lib/svg/Import.js +3 -3
- package/lib/svg/Loader.js +25 -19
- package/lib/svg/NoRequestFound.js +3 -3
- package/lib/svg/NotImpossible.js +3 -3
- package/lib/svg/PageNotFound.js +3 -3
- package/lib/svg/Predictor.js +3 -3
- package/lib/svg/SVG.js +3 -3
- package/lib/svg/SvgLoader.js +2 -2
- package/lib/svg/UnableToProcessRequest.js +3 -3
- package/lib/svg/UnauthorizedLogin.js +3 -3
- package/lib/svg/UrlNotFound.js +3 -3
- package/lib/svg/WillBeRightBack.js +3 -3
- package/lib/svg/ZiaAnamoly.js +3 -3
- package/lib/svg/utils.js +1 -1
- package/package.json +20 -16
- package/build/Unusedfiles.json +0 -1
- package/es/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/es/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/es/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/es/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/es/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -40
- package/es/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -42
- package/es/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -45
- package/es/svg/deprecated/21_07_2021/InvalidUrl.js +0 -717
- package/es/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/es/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/es/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/es/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/es/svg/docs/SVG__common.docs.js +0 -49
- package/es/svg/docs/SVG__default.docs.js +0 -327
- package/es/svg/docs/SVG__errorstate.docs.js +0 -74
- package/es/svg/docs/SVGdocstyle.module.css +0 -8
- package/lib/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/lib/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/lib/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/lib/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/lib/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -90
- package/lib/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -92
- package/lib/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -95
- package/lib/svg/deprecated/21_07_2021/InvalidUrl.js +0 -765
- package/lib/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/lib/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/lib/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/lib/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/lib/svg/docs/SVG__common.docs.js +0 -98
- package/lib/svg/docs/SVG__default.docs.js +0 -435
- package/lib/svg/docs/SVG__errorstate.docs.js +0 -129
- package/lib/svg/docs/SVGdocstyle.module.css +0 -8
- package/src/Provider.js +0 -141
- package/src/index.js +0 -10
- package/src/svg/Appearance/dark/mode/darkEmptyStates.module.css +0 -37
- package/src/svg/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/green/greenDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/red/redDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/mode/defaultEmptyStates.module.css +0 -37
- package/src/svg/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/green/greenDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/red/redDefaultCTATheme.module.css +0 -10
- package/src/svg/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -10
- package/src/svg/EmptyAccounts.js +0 -121
- package/src/svg/EmptyActiveCalls.js +0 -85
- package/src/svg/EmptyActivity.js +0 -85
- package/src/svg/EmptyAgent.js +0 -85
- package/src/svg/EmptyAgentQueue.js +0 -94
- package/src/svg/EmptyApproval.js +0 -85
- package/src/svg/EmptyArchived.js +0 -94
- package/src/svg/EmptyAttach.js +0 -85
- package/src/svg/EmptyBlueprint.js +0 -106
- package/src/svg/EmptyBusinessHoliday.js +0 -34
- package/src/svg/EmptyBusinessHour.js +0 -34
- package/src/svg/EmptyCallHistory.js +0 -82
- package/src/svg/EmptyCollision.js +0 -85
- package/src/svg/EmptyColumn.js +0 -91
- package/src/svg/EmptyContact.js +0 -85
- package/src/svg/EmptyContract.js +0 -81
- package/src/svg/EmptyConversation.js +0 -85
- package/src/svg/EmptyCrm.js +0 -84
- package/src/svg/EmptyCrmNotes.js +0 -96
- package/src/svg/EmptyCrmPotential.js +0 -100
- package/src/svg/EmptyCustomDomain.js +0 -33
- package/src/svg/EmptyDashboard.js +0 -90
- package/src/svg/EmptyDepartment.js +0 -87
- package/src/svg/EmptyError.js +0 -42
- package/src/svg/EmptyFeed.js +0 -87
- package/src/svg/EmptyFollowers.js +0 -85
- package/src/svg/EmptyFrame.js +0 -83
- package/src/svg/EmptyFromAddress.js +0 -32
- package/src/svg/EmptyHappiness.js +0 -85
- package/src/svg/EmptyHistory.js +0 -84
- package/src/svg/EmptyImportHistory.js +0 -32
- package/src/svg/EmptyInconvenience.js +0 -37
- package/src/svg/EmptyInvoice.js +0 -90
- package/src/svg/EmptyNetwork.js +0 -32
- package/src/svg/EmptyNotification.js +0 -84
- package/src/svg/EmptyProducts.js +0 -88
- package/src/svg/EmptyRecycleBin.js +0 -32
- package/src/svg/EmptyReply.js +0 -81
- package/src/svg/EmptyReports.js +0 -90
- package/src/svg/EmptyRoles.js +0 -32
- package/src/svg/EmptySchedule.js +0 -131
- package/src/svg/EmptySearch.js +0 -95
- package/src/svg/EmptySkills.js +0 -116
- package/src/svg/EmptySla.js +0 -81
- package/src/svg/EmptySnippet.js +0 -96
- package/src/svg/EmptyStateVariables.module.css +0 -39
- package/src/svg/EmptyTag.js +0 -88
- package/src/svg/EmptyTask.js +0 -97
- package/src/svg/EmptyTeams.js +0 -85
- package/src/svg/EmptyTemplate.js +0 -88
- package/src/svg/EmptyTicket.js +0 -88
- package/src/svg/EmptyTimeEntry.js +0 -91
- package/src/svg/EmptyTimeline.js +0 -85
- package/src/svg/EmptyTopic.js +0 -92
- package/src/svg/EmptyUnauthorizedLogin.js +0 -44
- package/src/svg/EmptyWebhook.js +0 -32
- package/src/svg/EmptyWillBeRightBack.js +0 -44
- package/src/svg/ErrorInconvenience.js +0 -128
- package/src/svg/ErrorOopsSomethingMiss.js +0 -128
- package/src/svg/ErrorUnableToProcessRequest.js +0 -128
- package/src/svg/ErrorUnauthorizedLogin.js +0 -127
- package/src/svg/ErrorUrlNotFound.js +0 -128
- package/src/svg/ErrorWillBeRightBack.js +0 -127
- package/src/svg/Extractor.js +0 -76
- package/src/svg/FailureLog.js +0 -32
- package/src/svg/Import.js +0 -85
- package/src/svg/Loader.js +0 -73
- package/src/svg/NoRequestFound.js +0 -37
- package/src/svg/NotImpossible.js +0 -80
- package/src/svg/PageNotFound.js +0 -38
- package/src/svg/Predictor.js +0 -78
- package/src/svg/SVG.js +0 -107
- package/src/svg/SVG.module.css +0 -26
- package/src/svg/SvgLoader.js +0 -21
- package/src/svg/UnableToProcessRequest.js +0 -37
- package/src/svg/UnauthorizedLogin.js +0 -37
- package/src/svg/UrlNotFound.js +0 -37
- package/src/svg/WillBeRightBack.js +0 -37
- package/src/svg/ZiaAnamoly.js +0 -76
- package/src/svg/deprecated/21_07_2021/EmptyPageNotFound.js +0 -39
- package/src/svg/deprecated/21_07_2021/EmptyUnableToProcess.js +0 -41
- package/src/svg/deprecated/21_07_2021/EmptyUrlNotFound.js +0 -48
- package/src/svg/deprecated/21_07_2021/InvalidUrl.js +0 -756
- package/src/svg/deprecated/Themes/DarkEmptyStates.module.css +0 -37
- package/src/svg/deprecated/Themes/DefaultEmptyStates.module.css +0 -37
- package/src/svg/deprecated/Themes/palette/darkCTAPalette.module.css +0 -51
- package/src/svg/deprecated/Themes/palette/defaultCTAPalette.module.css +0 -51
- package/src/svg/docs/SVG__common.docs.js +0 -47
- package/src/svg/docs/SVG__default.docs.js +0 -233
- package/src/svg/docs/SVG__errorstate.docs.js +0 -75
- package/src/svg/docs/SVGdocstyle.module.css +0 -8
- package/src/svg/images/EmptyBusinessHoliday.svg +0 -50
- package/src/svg/images/EmptyBusinessHour.svg +0 -42
- package/src/svg/images/EmptyContactInfo.svg +0 -27
- package/src/svg/images/EmptyCustomDomain.svg +0 -85
- package/src/svg/images/EmptyFilter.svg +0 -62
- package/src/svg/images/EmptyFromAddress.svg +0 -41
- package/src/svg/images/EmptyImportHistory.svg +0 -43
- package/src/svg/images/EmptyNetwork.svg +0 -50
- package/src/svg/images/EmptyRecycleBin.svg +0 -58
- package/src/svg/images/EmptyRoles.svg +0 -30
- package/src/svg/images/EmptySkills.svg +0 -83
- package/src/svg/images/EmptyWebhook.svg +0 -44
- package/src/svg/images/FailureLog.svg +0 -46
- package/src/svg/images/Inconvenience.svg +0 -719
- package/src/svg/images/NoRequestFound.svg +0 -247
- package/src/svg/images/PageNotFound.svg +0 -405
- package/src/svg/images/ReguestUrlNotFound.svg +0 -267
- package/src/svg/images/UnableToProcess.svg +0 -752
- package/src/svg/images/UnauthorizedLogin.svg +0 -1047
- package/src/svg/images/WillBack.svg +0 -633
- package/src/svg/utils.js +0 -15
package/lib/Provider.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -13,35 +13,45 @@ var _AppContainer = _interopRequireDefault(require("@zohodesk/components/lib/App
|
|
|
13
13
|
|
|
14
14
|
var _Layout = require("@zohodesk/components/lib/Layout");
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
require("@zohodesk/components/assets/Appearance/default/mode/defaultMode.module.css");
|
|
17
17
|
|
|
18
|
-
require("@zohodesk/components/
|
|
18
|
+
require("@zohodesk/components/assets/Appearance/dark/mode/darkMode.module.css");
|
|
19
19
|
|
|
20
|
-
require("
|
|
20
|
+
require("../assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css");
|
|
21
21
|
|
|
22
|
-
require("
|
|
22
|
+
require("../assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css");
|
|
23
23
|
|
|
24
|
-
require("
|
|
24
|
+
require("../assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css");
|
|
25
25
|
|
|
26
|
-
require("
|
|
26
|
+
require("../assets/Appearance/default/themes/red/redDefaultCTATheme.module.css");
|
|
27
27
|
|
|
28
|
-
require("
|
|
28
|
+
require("../assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css");
|
|
29
29
|
|
|
30
|
-
require("
|
|
30
|
+
require("../assets/Appearance/default/mode/defaultEmptyStates.module.css");
|
|
31
31
|
|
|
32
|
-
require("
|
|
32
|
+
require("../assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css");
|
|
33
33
|
|
|
34
|
-
require("
|
|
34
|
+
require("../assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css");
|
|
35
35
|
|
|
36
|
-
require("
|
|
36
|
+
require("../assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css");
|
|
37
37
|
|
|
38
|
-
require("
|
|
38
|
+
require("../assets/Appearance/dark/themes/red/redDarkCTATheme.module.css");
|
|
39
39
|
|
|
40
|
-
require("
|
|
40
|
+
require("../assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css");
|
|
41
41
|
|
|
42
|
-
require("
|
|
42
|
+
require("../assets/Appearance/dark/mode/darkEmptyStates.module.css");
|
|
43
43
|
|
|
44
|
-
require("
|
|
44
|
+
require("../assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css");
|
|
45
|
+
|
|
46
|
+
require("../assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css");
|
|
47
|
+
|
|
48
|
+
require("../assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css");
|
|
49
|
+
|
|
50
|
+
require("../assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css");
|
|
51
|
+
|
|
52
|
+
require("../assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css");
|
|
53
|
+
|
|
54
|
+
require("../assets/Appearance/pureDark/mode/pureDarkEmptyStates.module.css");
|
|
45
55
|
|
|
46
56
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
47
57
|
|
|
@@ -49,9 +59,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
49
59
|
|
|
50
60
|
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); } }
|
|
51
61
|
|
|
52
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
62
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
53
63
|
|
|
54
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
64
|
+
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); }
|
|
55
65
|
|
|
56
66
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
57
67
|
|
|
@@ -80,25 +90,16 @@ var Provider = /*#__PURE__*/function (_React$Component) {
|
|
|
80
90
|
appearanceName: 'default',
|
|
81
91
|
themeName: 'blue'
|
|
82
92
|
};
|
|
83
|
-
_this.switchMode = _this.switchMode.bind(_assertThisInitialized(_this));
|
|
84
93
|
_this.setTheme = _this.setTheme.bind(_assertThisInitialized(_this));
|
|
85
94
|
return _this;
|
|
86
95
|
}
|
|
87
96
|
|
|
88
97
|
_createClass(Provider, [{
|
|
89
|
-
key: "
|
|
90
|
-
value: function
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
this.setState({
|
|
95
|
-
appearanceName: 'dark'
|
|
96
|
-
});
|
|
97
|
-
} else {
|
|
98
|
-
this.setState({
|
|
99
|
-
appearanceName: 'default'
|
|
100
|
-
});
|
|
101
|
-
}
|
|
98
|
+
key: "setAppearance",
|
|
99
|
+
value: function setAppearance(mode) {
|
|
100
|
+
this.setState({
|
|
101
|
+
appearanceName: mode
|
|
102
|
+
});
|
|
102
103
|
}
|
|
103
104
|
}, {
|
|
104
105
|
key: "setTheme",
|
|
@@ -137,6 +138,29 @@ var Provider = /*#__PURE__*/function (_React$Component) {
|
|
|
137
138
|
var yellow = {
|
|
138
139
|
backgroundColor: '#e8b923'
|
|
139
140
|
};
|
|
141
|
+
var light = {
|
|
142
|
+
backgroundColor: '#fff'
|
|
143
|
+
};
|
|
144
|
+
var night = {
|
|
145
|
+
backgroundColor: '#232b38'
|
|
146
|
+
};
|
|
147
|
+
var dark = {
|
|
148
|
+
backgroundColor: '#212121'
|
|
149
|
+
};
|
|
150
|
+
var fixedPosition = {
|
|
151
|
+
position: 'fixed',
|
|
152
|
+
bottom: '0',
|
|
153
|
+
backgroundColor: '#272727',
|
|
154
|
+
padding: '10px',
|
|
155
|
+
borderRadius: '15px 15px 0 0',
|
|
156
|
+
minWidth: '100px',
|
|
157
|
+
textAlign: 'center',
|
|
158
|
+
boxShadow: '0 0 3px #000',
|
|
159
|
+
fontSize: '12px',
|
|
160
|
+
zIndex: '3',
|
|
161
|
+
display: 'flex',
|
|
162
|
+
alignItems: 'center'
|
|
163
|
+
};
|
|
140
164
|
return /*#__PURE__*/_react["default"].createElement(_AppContainer["default"], {
|
|
141
165
|
customProps: {
|
|
142
166
|
ExtraProps: {
|
|
@@ -147,29 +171,46 @@ var Provider = /*#__PURE__*/function (_React$Component) {
|
|
|
147
171
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
148
172
|
scroll: "vertical"
|
|
149
173
|
}, this.props.children), /*#__PURE__*/_react["default"].createElement("div", {
|
|
174
|
+
style: Object.assign({}, fixedPosition, {
|
|
175
|
+
left: '20%',
|
|
176
|
+
transform: 'translate(-20%)'
|
|
177
|
+
})
|
|
178
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
179
|
+
style: {
|
|
180
|
+
color: '#fff'
|
|
181
|
+
}
|
|
182
|
+
}, "Appearance:"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
183
|
+
style: {
|
|
184
|
+
display: 'flex'
|
|
185
|
+
}
|
|
186
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
187
|
+
title: "Light Mode",
|
|
188
|
+
style: Object.assign({}, themeClass, light),
|
|
189
|
+
onClick: function onClick() {
|
|
190
|
+
return _this2.setAppearance('default');
|
|
191
|
+
}
|
|
192
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
193
|
+
title: "Night Mode",
|
|
194
|
+
style: Object.assign({}, themeClass, night),
|
|
195
|
+
onClick: function onClick() {
|
|
196
|
+
return _this2.setAppearance('dark');
|
|
197
|
+
}
|
|
198
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
199
|
+
title: "Dark Mode",
|
|
200
|
+
style: Object.assign({}, themeClass, dark),
|
|
201
|
+
onClick: function onClick() {
|
|
202
|
+
return _this2.setAppearance('pureDark');
|
|
203
|
+
}
|
|
204
|
+
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
205
|
+
style: Object.assign({}, fixedPosition, {
|
|
206
|
+
left: '80%',
|
|
207
|
+
transform: 'translate(-80%)'
|
|
208
|
+
})
|
|
209
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
150
210
|
style: {
|
|
151
|
-
|
|
152
|
-
bottom: '0',
|
|
153
|
-
backgroundColor: '#272727',
|
|
154
|
-
padding: '10px',
|
|
155
|
-
borderRadius: '15px 15px 0 0',
|
|
156
|
-
minWidth: '100px',
|
|
157
|
-
textAlign: 'center',
|
|
158
|
-
left: '50%',
|
|
159
|
-
transform: 'translate(-50%)',
|
|
160
|
-
boxShadow: '0 0 3px #000',
|
|
161
|
-
fontSize: '12px',
|
|
162
|
-
zIndex: '3',
|
|
163
|
-
display: 'flex',
|
|
164
|
-
alignItems: 'center'
|
|
211
|
+
color: '#fff'
|
|
165
212
|
}
|
|
166
|
-
},
|
|
167
|
-
id: "switchMode",
|
|
168
|
-
text: "Light/Night Mode",
|
|
169
|
-
labelSize: "small",
|
|
170
|
-
onChange: this.switchMode,
|
|
171
|
-
checked: appearanceName == 'dark'
|
|
172
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
213
|
+
}, "Themes:"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
173
214
|
style: {
|
|
174
215
|
display: 'flex'
|
|
175
216
|
}
|
package/lib/index.js
CHANGED
|
@@ -15,40 +15,40 @@ Object.defineProperty(exports, "ReactDOM", {
|
|
|
15
15
|
return _reactDom["default"];
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "SVG", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function get() {
|
|
21
|
-
return
|
|
21
|
+
return _SVG["default"];
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "SVG__common", {
|
|
25
25
|
enumerable: true,
|
|
26
26
|
get: function get() {
|
|
27
|
-
return
|
|
27
|
+
return _SVG__common["default"];
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
Object.defineProperty(exports, "
|
|
30
|
+
Object.defineProperty(exports, "SVG__emptystate", {
|
|
31
31
|
enumerable: true,
|
|
32
32
|
get: function get() {
|
|
33
|
-
return
|
|
33
|
+
return _SVG__default["default"];
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
-
Object.defineProperty(exports, "
|
|
36
|
+
Object.defineProperty(exports, "SVG__errorstate", {
|
|
37
37
|
enumerable: true,
|
|
38
38
|
get: function get() {
|
|
39
|
-
return
|
|
39
|
+
return _SVG__errorstate["default"];
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
|
-
Object.defineProperty(exports, "
|
|
42
|
+
Object.defineProperty(exports, "_provider", {
|
|
43
43
|
enumerable: true,
|
|
44
44
|
get: function get() {
|
|
45
|
-
return
|
|
45
|
+
return _Provider["default"];
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
Object.defineProperty(exports, "
|
|
48
|
+
Object.defineProperty(exports, "renderToStaticMarkup", {
|
|
49
49
|
enumerable: true,
|
|
50
50
|
get: function get() {
|
|
51
|
-
return
|
|
51
|
+
return _server.renderToStaticMarkup;
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
|
|
@@ -58,7 +58,7 @@ var _reactDom = _interopRequireDefault(require("react-dom"));
|
|
|
58
58
|
|
|
59
59
|
var _server = require("react-dom/server");
|
|
60
60
|
|
|
61
|
-
require("@zohodesk/variables/
|
|
61
|
+
require("@zohodesk/variables/assets/sizeVariables.module.css");
|
|
62
62
|
|
|
63
63
|
var _Provider = _interopRequireDefault(require("./Provider"));
|
|
64
64
|
|
package/lib/svg/EmptyAccounts.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
package/lib/svg/EmptyActivity.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
package/lib/svg/EmptyAgent.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
package/lib/svg/EmptyApproval.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
package/lib/svg/EmptyArchived.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
package/lib/svg/EmptyAttach.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
23
23
|
|
|
24
24
|
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); } }
|
|
25
25
|
|
|
26
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
26
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
27
27
|
|
|
28
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
28
|
+
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); }
|
|
29
29
|
|
|
30
30
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
31
31
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -23,9 +23,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
23
23
|
|
|
24
24
|
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); } }
|
|
25
25
|
|
|
26
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
26
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
27
27
|
|
|
28
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
28
|
+
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); }
|
|
29
29
|
|
|
30
30
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
31
31
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|
package/lib/svg/EmptyColumn.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
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
4
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
@@ -21,9 +21,9 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
21
21
|
|
|
22
22
|
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); } }
|
|
23
23
|
|
|
24
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
24
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
25
25
|
|
|
26
|
-
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 } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
29
29
|
|