@colijnit/configurator 1.0.19 → 1.0.21

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.
Files changed (158) hide show
  1. package/.idea/Configurator.iml +12 -0
  2. package/.idea/codeStyles/Project.xml +21 -0
  3. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  4. package/.idea/inspectionProfiles/Project_Default.xml +6 -0
  5. package/.idea/misc.xml +9 -0
  6. package/.idea/modules.xml +8 -0
  7. package/.idea/vcs.xml +6 -0
  8. package/angular.json +193 -0
  9. package/configurator.iml +11 -0
  10. package/dist/configurator/index.html +14 -0
  11. package/dist/configurator/main-es2015.js +3129 -0
  12. package/dist/configurator/main-es2015.js.map +1 -0
  13. package/dist/configurator/main-es5.js +5482 -0
  14. package/dist/configurator/main-es5.js.map +1 -0
  15. package/dist/configurator/polyfills-es2015.js +4520 -0
  16. package/dist/configurator/polyfills-es2015.js.map +1 -0
  17. package/dist/configurator/polyfills-es5.js +18375 -0
  18. package/dist/configurator/polyfills-es5.js.map +1 -0
  19. package/dist/configurator/runtime-es2015.js +155 -0
  20. package/dist/configurator/runtime-es2015.js.map +1 -0
  21. package/dist/configurator/runtime-es5.js +155 -0
  22. package/dist/configurator/runtime-es5.js.map +1 -0
  23. package/dist/configurator/styles-es2015.js +450 -0
  24. package/dist/configurator/styles-es2015.js.map +1 -0
  25. package/dist/configurator/styles-es5.js +432 -0
  26. package/dist/configurator/styles-es5.js.map +1 -0
  27. package/dist/configurator/vendor-es2015.js +155551 -0
  28. package/dist/configurator/vendor-es2015.js.map +1 -0
  29. package/dist/configurator/vendor-es5.js +183588 -0
  30. package/dist/configurator/vendor-es5.js.map +1 -0
  31. package/ng-package.json +9 -0
  32. package/package.json +47 -14
  33. package/src/app/app.component.ts +222 -0
  34. package/src/app/app.module.ts +34 -0
  35. package/src/app/builder.ts +480 -0
  36. package/src/app/components/answers/answer/answer.component.ts +61 -0
  37. package/src/app/components/answers/answers.component.ts +41 -0
  38. package/src/app/components/answers/answers.module.ts +26 -0
  39. package/src/app/components/selections/selections.component.ts +131 -0
  40. package/src/app/components/selections/selections.module.ts +20 -0
  41. package/src/app/components/shared/loader/loader.component.scss +33 -0
  42. package/src/app/components/shared/loader/loader.component.ts +20 -0
  43. package/src/app/components/shared/shared.module.ts +16 -0
  44. package/src/app/directives/visibility-observer-master.directive.ts +71 -0
  45. package/src/app/directives/visibility-observer.directive.ts +74 -0
  46. package/src/app/services/configurator.service.ts +86 -0
  47. package/src/app/services/image-cache.service.ts +56 -0
  48. package/src/app/services/locator.service.ts +6 -0
  49. package/src/environments/environment.prod.ts +3 -0
  50. package/src/environments/environment.ts +8 -0
  51. package/src/helper/variation-helper.ts +220 -0
  52. package/src/index.html +14 -0
  53. package/src/main.ts +11 -0
  54. package/src/model/material.ts +22 -0
  55. package/src/model/variation-settings.ts +14 -0
  56. package/src/model/variation.ts +11 -0
  57. package/src/polyfills.ts +73 -0
  58. package/{public_api.d.ts → src/public_api.ts} +6 -6
  59. package/src/style/shared.scss +173 -0
  60. package/src/style/styles.scss +45 -0
  61. package/src/tsconfig.app.json +16 -0
  62. package/src/tsconfig.spec.json +19 -0
  63. package/src/utils/asset.utils.ts +88 -0
  64. package/src/utils/file.utils.ts +156 -0
  65. package/src/utils/file.utils.unit.test.ts +8 -0
  66. package/src/utils/image.utils.ts +54 -0
  67. package/src/utils/object.utils.ts +52 -0
  68. package/src/utils/scene-utils.ts +119 -0
  69. package/src/utils/threed.utils.ts +219 -0
  70. package/src/utils/variation-utils.ts +216 -0
  71. package/tsconfig.json +23 -0
  72. package/tslint.json +132 -0
  73. package/app/builder.d.ts +0 -53
  74. package/app/components/answers/answer/answer.component.d.ts +0 -11
  75. package/app/components/answers/answers.component.d.ts +0 -8
  76. package/app/components/answers/answers.module.d.ts +0 -2
  77. package/app/components/selections/selections.component.d.ts +0 -22
  78. package/app/components/selections/selections.module.d.ts +0 -2
  79. package/app/components/shared/loader/loader.component.d.ts +0 -2
  80. package/app/components/shared/shared.module.d.ts +0 -2
  81. package/app/directives/visibility-observer-master.directive.d.ts +0 -9
  82. package/app/directives/visibility-observer.directive.d.ts +0 -13
  83. package/app/services/configurator.service.d.ts +0 -22
  84. package/app/services/image-cache.service.d.ts +0 -10
  85. package/app/services/locator.service.d.ts +0 -4
  86. package/bundles/colijnit-configurator.umd.js +0 -2745
  87. package/bundles/colijnit-configurator.umd.js.map +0 -1
  88. package/bundles/colijnit-configurator.umd.min.js +0 -17
  89. package/bundles/colijnit-configurator.umd.min.js.map +0 -1
  90. package/colijnit-configurator.d.ts +0 -10
  91. package/colijnit-configurator.metadata.json +0 -1
  92. package/esm2015/app/builder.js +0 -477
  93. package/esm2015/app/components/answers/answer/answer.component.js +0 -69
  94. package/esm2015/app/components/answers/answers.component.js +0 -43
  95. package/esm2015/app/components/answers/answers.module.js +0 -29
  96. package/esm2015/app/components/selections/selections.component.js +0 -134
  97. package/esm2015/app/components/selections/selections.module.js +0 -23
  98. package/esm2015/app/components/shared/loader/loader.component.js +0 -24
  99. package/esm2015/app/components/shared/shared.module.js +0 -21
  100. package/esm2015/app/directives/visibility-observer-master.directive.js +0 -51
  101. package/esm2015/app/directives/visibility-observer.directive.js +0 -57
  102. package/esm2015/app/services/configurator.service.js +0 -94
  103. package/esm2015/app/services/image-cache.service.js +0 -66
  104. package/esm2015/app/services/locator.service.js +0 -10
  105. package/esm2015/colijnit-configurator.js +0 -11
  106. package/esm2015/helper/variation-helper.js +0 -216
  107. package/esm2015/model/material.js +0 -11
  108. package/esm2015/model/variation-settings.js +0 -6
  109. package/esm2015/model/variation.js +0 -3
  110. package/esm2015/public_api.js +0 -7
  111. package/esm2015/utils/asset.utils.js +0 -74
  112. package/esm2015/utils/file.utils.js +0 -139
  113. package/esm2015/utils/image.utils.js +0 -52
  114. package/esm2015/utils/object.utils.js +0 -49
  115. package/esm2015/utils/scene-utils.js +0 -94
  116. package/esm2015/utils/threed.utils.js +0 -222
  117. package/esm2015/utils/variation-utils.js +0 -224
  118. package/esm5/app/builder.js +0 -591
  119. package/esm5/app/components/answers/answer/answer.component.js +0 -64
  120. package/esm5/app/components/answers/answers.component.js +0 -27
  121. package/esm5/app/components/answers/answers.module.js +0 -32
  122. package/esm5/app/components/selections/selections.component.js +0 -104
  123. package/esm5/app/components/selections/selections.module.js +0 -26
  124. package/esm5/app/components/shared/loader/loader.component.js +0 -16
  125. package/esm5/app/components/shared/shared.module.js +0 -24
  126. package/esm5/app/directives/visibility-observer-master.directive.js +0 -64
  127. package/esm5/app/directives/visibility-observer.directive.js +0 -59
  128. package/esm5/app/services/configurator.service.js +0 -160
  129. package/esm5/app/services/image-cache.service.js +0 -69
  130. package/esm5/app/services/locator.service.js +0 -13
  131. package/esm5/colijnit-configurator.js +0 -11
  132. package/esm5/helper/variation-helper.js +0 -268
  133. package/esm5/model/material.js +0 -13
  134. package/esm5/model/variation-settings.js +0 -8
  135. package/esm5/model/variation.js +0 -7
  136. package/esm5/public_api.js +0 -7
  137. package/esm5/utils/asset.utils.js +0 -106
  138. package/esm5/utils/file.utils.js +0 -151
  139. package/esm5/utils/image.utils.js +0 -56
  140. package/esm5/utils/object.utils.js +0 -56
  141. package/esm5/utils/scene-utils.js +0 -98
  142. package/esm5/utils/threed.utils.js +0 -279
  143. package/esm5/utils/variation-utils.js +0 -327
  144. package/fesm2015/colijnit-configurator.js +0 -2109
  145. package/fesm2015/colijnit-configurator.js.map +0 -1
  146. package/fesm5/colijnit-configurator.js +0 -2527
  147. package/fesm5/colijnit-configurator.js.map +0 -1
  148. package/helper/variation-helper.d.ts +0 -14
  149. package/model/material.d.ts +0 -17
  150. package/model/variation-settings.d.ts +0 -14
  151. package/model/variation.d.ts +0 -10
  152. package/utils/asset.utils.d.ts +0 -13
  153. package/utils/file.utils.d.ts +0 -27
  154. package/utils/image.utils.d.ts +0 -8
  155. package/utils/object.utils.d.ts +0 -7
  156. package/utils/scene-utils.d.ts +0 -7
  157. package/utils/threed.utils.d.ts +0 -16
  158. package/utils/variation-utils.d.ts +0 -12
@@ -0,0 +1,155 @@
1
+ /******/ (function(modules) { // webpackBootstrap
2
+ /******/ // install a JSONP callback for chunk loading
3
+ /******/ function webpackJsonpCallback(data) {
4
+ /******/ var chunkIds = data[0];
5
+ /******/ var moreModules = data[1];
6
+ /******/ var executeModules = data[2];
7
+ /******/
8
+ /******/ // add "moreModules" to the modules object,
9
+ /******/ // then flag all "chunkIds" as loaded and fire callback
10
+ /******/ var moduleId, chunkId, i = 0, resolves = [];
11
+ /******/ for(;i < chunkIds.length; i++) {
12
+ /******/ chunkId = chunkIds[i];
13
+ /******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
14
+ /******/ resolves.push(installedChunks[chunkId][0]);
15
+ /******/ }
16
+ /******/ installedChunks[chunkId] = 0;
17
+ /******/ }
18
+ /******/ for(moduleId in moreModules) {
19
+ /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
20
+ /******/ modules[moduleId] = moreModules[moduleId];
21
+ /******/ }
22
+ /******/ }
23
+ /******/ if(parentJsonpFunction) parentJsonpFunction(data);
24
+ /******/
25
+ /******/ while(resolves.length) {
26
+ /******/ resolves.shift()();
27
+ /******/ }
28
+ /******/
29
+ /******/ // add entry modules from loaded chunk to deferred list
30
+ /******/ deferredModules.push.apply(deferredModules, executeModules || []);
31
+ /******/
32
+ /******/ // run deferred modules when all chunks ready
33
+ /******/ return checkDeferredModules();
34
+ /******/ };
35
+ /******/ function checkDeferredModules() {
36
+ /******/ var result;
37
+ /******/ for(var i = 0; i < deferredModules.length; i++) {
38
+ /******/ var deferredModule = deferredModules[i];
39
+ /******/ var fulfilled = true;
40
+ /******/ for(var j = 1; j < deferredModule.length; j++) {
41
+ /******/ var depId = deferredModule[j];
42
+ /******/ if(installedChunks[depId] !== 0) fulfilled = false;
43
+ /******/ }
44
+ /******/ if(fulfilled) {
45
+ /******/ deferredModules.splice(i--, 1);
46
+ /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
47
+ /******/ }
48
+ /******/ }
49
+ /******/
50
+ /******/ return result;
51
+ /******/ }
52
+ /******/
53
+ /******/ // The module cache
54
+ /******/ var installedModules = {};
55
+ /******/
56
+ /******/ // object to store loaded and loading chunks
57
+ /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
58
+ /******/ // Promise = chunk loading, 0 = chunk loaded
59
+ /******/ var installedChunks = {
60
+ /******/ "runtime": 0
61
+ /******/ };
62
+ /******/
63
+ /******/ var deferredModules = [];
64
+ /******/
65
+ /******/ // The require function
66
+ /******/ function __webpack_require__(moduleId) {
67
+ /******/
68
+ /******/ // Check if module is in cache
69
+ /******/ if(installedModules[moduleId]) {
70
+ /******/ return installedModules[moduleId].exports;
71
+ /******/ }
72
+ /******/ // Create a new module (and put it into the cache)
73
+ /******/ var module = installedModules[moduleId] = {
74
+ /******/ i: moduleId,
75
+ /******/ l: false,
76
+ /******/ exports: {}
77
+ /******/ };
78
+ /******/
79
+ /******/ // Execute the module function
80
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
81
+ /******/
82
+ /******/ // Flag the module as loaded
83
+ /******/ module.l = true;
84
+ /******/
85
+ /******/ // Return the exports of the module
86
+ /******/ return module.exports;
87
+ /******/ }
88
+ /******/
89
+ /******/
90
+ /******/ // expose the modules object (__webpack_modules__)
91
+ /******/ __webpack_require__.m = modules;
92
+ /******/
93
+ /******/ // expose the module cache
94
+ /******/ __webpack_require__.c = installedModules;
95
+ /******/
96
+ /******/ // define getter function for harmony exports
97
+ /******/ __webpack_require__.d = function(exports, name, getter) {
98
+ /******/ if(!__webpack_require__.o(exports, name)) {
99
+ /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
100
+ /******/ }
101
+ /******/ };
102
+ /******/
103
+ /******/ // define __esModule on exports
104
+ /******/ __webpack_require__.r = function(exports) {
105
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
106
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
107
+ /******/ }
108
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
109
+ /******/ };
110
+ /******/
111
+ /******/ // create a fake namespace object
112
+ /******/ // mode & 1: value is a module id, require it
113
+ /******/ // mode & 2: merge all properties of value into the ns
114
+ /******/ // mode & 4: return value when already ns object
115
+ /******/ // mode & 8|1: behave like require
116
+ /******/ __webpack_require__.t = function(value, mode) {
117
+ /******/ if(mode & 1) value = __webpack_require__(value);
118
+ /******/ if(mode & 8) return value;
119
+ /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
120
+ /******/ var ns = Object.create(null);
121
+ /******/ __webpack_require__.r(ns);
122
+ /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
123
+ /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
124
+ /******/ return ns;
125
+ /******/ };
126
+ /******/
127
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
128
+ /******/ __webpack_require__.n = function(module) {
129
+ /******/ var getter = module && module.__esModule ?
130
+ /******/ function getDefault() { return module['default']; } :
131
+ /******/ function getModuleExports() { return module; };
132
+ /******/ __webpack_require__.d(getter, 'a', getter);
133
+ /******/ return getter;
134
+ /******/ };
135
+ /******/
136
+ /******/ // Object.prototype.hasOwnProperty.call
137
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
138
+ /******/
139
+ /******/ // __webpack_public_path__
140
+ /******/ __webpack_require__.p = "";
141
+ /******/
142
+ /******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
143
+ /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
144
+ /******/ jsonpArray.push = webpackJsonpCallback;
145
+ /******/ jsonpArray = jsonpArray.slice();
146
+ /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
147
+ /******/ var parentJsonpFunction = oldJsonpFunction;
148
+ /******/
149
+ /******/
150
+ /******/ // run deferred modules from other chunks
151
+ /******/ checkDeferredModules();
152
+ /******/ })
153
+ /************************************************************************/
154
+ /******/ ([]);
155
+ //# sourceMappingURL=runtime-es2015.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack/bootstrap"],"names":[],"mappings":";QAAA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA,QAAQ,oBAAoB;QAC5B;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA,iBAAiB,4BAA4B;QAC7C;QACA;QACA,kBAAkB,2BAA2B;QAC7C;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;QAEA;QACA;QACA;QACA;QACA,gBAAgB,uBAAuB;QACvC;;;QAGA;QACA","file":"runtime-es2015.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"runtime\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// run deferred modules from other chunks\n \tcheckDeferredModules();\n"],"sourceRoot":"webpack:///"}
@@ -0,0 +1,155 @@
1
+ /******/ (function(modules) { // webpackBootstrap
2
+ /******/ // install a JSONP callback for chunk loading
3
+ /******/ function webpackJsonpCallback(data) {
4
+ /******/ var chunkIds = data[0];
5
+ /******/ var moreModules = data[1];
6
+ /******/ var executeModules = data[2];
7
+ /******/
8
+ /******/ // add "moreModules" to the modules object,
9
+ /******/ // then flag all "chunkIds" as loaded and fire callback
10
+ /******/ var moduleId, chunkId, i = 0, resolves = [];
11
+ /******/ for(;i < chunkIds.length; i++) {
12
+ /******/ chunkId = chunkIds[i];
13
+ /******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
14
+ /******/ resolves.push(installedChunks[chunkId][0]);
15
+ /******/ }
16
+ /******/ installedChunks[chunkId] = 0;
17
+ /******/ }
18
+ /******/ for(moduleId in moreModules) {
19
+ /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
20
+ /******/ modules[moduleId] = moreModules[moduleId];
21
+ /******/ }
22
+ /******/ }
23
+ /******/ if(parentJsonpFunction) parentJsonpFunction(data);
24
+ /******/
25
+ /******/ while(resolves.length) {
26
+ /******/ resolves.shift()();
27
+ /******/ }
28
+ /******/
29
+ /******/ // add entry modules from loaded chunk to deferred list
30
+ /******/ deferredModules.push.apply(deferredModules, executeModules || []);
31
+ /******/
32
+ /******/ // run deferred modules when all chunks ready
33
+ /******/ return checkDeferredModules();
34
+ /******/ };
35
+ /******/ function checkDeferredModules() {
36
+ /******/ var result;
37
+ /******/ for(var i = 0; i < deferredModules.length; i++) {
38
+ /******/ var deferredModule = deferredModules[i];
39
+ /******/ var fulfilled = true;
40
+ /******/ for(var j = 1; j < deferredModule.length; j++) {
41
+ /******/ var depId = deferredModule[j];
42
+ /******/ if(installedChunks[depId] !== 0) fulfilled = false;
43
+ /******/ }
44
+ /******/ if(fulfilled) {
45
+ /******/ deferredModules.splice(i--, 1);
46
+ /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
47
+ /******/ }
48
+ /******/ }
49
+ /******/
50
+ /******/ return result;
51
+ /******/ }
52
+ /******/
53
+ /******/ // The module cache
54
+ /******/ var installedModules = {};
55
+ /******/
56
+ /******/ // object to store loaded and loading chunks
57
+ /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
58
+ /******/ // Promise = chunk loading, 0 = chunk loaded
59
+ /******/ var installedChunks = {
60
+ /******/ "runtime": 0
61
+ /******/ };
62
+ /******/
63
+ /******/ var deferredModules = [];
64
+ /******/
65
+ /******/ // The require function
66
+ /******/ function __webpack_require__(moduleId) {
67
+ /******/
68
+ /******/ // Check if module is in cache
69
+ /******/ if(installedModules[moduleId]) {
70
+ /******/ return installedModules[moduleId].exports;
71
+ /******/ }
72
+ /******/ // Create a new module (and put it into the cache)
73
+ /******/ var module = installedModules[moduleId] = {
74
+ /******/ i: moduleId,
75
+ /******/ l: false,
76
+ /******/ exports: {}
77
+ /******/ };
78
+ /******/
79
+ /******/ // Execute the module function
80
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
81
+ /******/
82
+ /******/ // Flag the module as loaded
83
+ /******/ module.l = true;
84
+ /******/
85
+ /******/ // Return the exports of the module
86
+ /******/ return module.exports;
87
+ /******/ }
88
+ /******/
89
+ /******/
90
+ /******/ // expose the modules object (__webpack_modules__)
91
+ /******/ __webpack_require__.m = modules;
92
+ /******/
93
+ /******/ // expose the module cache
94
+ /******/ __webpack_require__.c = installedModules;
95
+ /******/
96
+ /******/ // define getter function for harmony exports
97
+ /******/ __webpack_require__.d = function(exports, name, getter) {
98
+ /******/ if(!__webpack_require__.o(exports, name)) {
99
+ /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
100
+ /******/ }
101
+ /******/ };
102
+ /******/
103
+ /******/ // define __esModule on exports
104
+ /******/ __webpack_require__.r = function(exports) {
105
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
106
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
107
+ /******/ }
108
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
109
+ /******/ };
110
+ /******/
111
+ /******/ // create a fake namespace object
112
+ /******/ // mode & 1: value is a module id, require it
113
+ /******/ // mode & 2: merge all properties of value into the ns
114
+ /******/ // mode & 4: return value when already ns object
115
+ /******/ // mode & 8|1: behave like require
116
+ /******/ __webpack_require__.t = function(value, mode) {
117
+ /******/ if(mode & 1) value = __webpack_require__(value);
118
+ /******/ if(mode & 8) return value;
119
+ /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
120
+ /******/ var ns = Object.create(null);
121
+ /******/ __webpack_require__.r(ns);
122
+ /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
123
+ /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
124
+ /******/ return ns;
125
+ /******/ };
126
+ /******/
127
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
128
+ /******/ __webpack_require__.n = function(module) {
129
+ /******/ var getter = module && module.__esModule ?
130
+ /******/ function getDefault() { return module['default']; } :
131
+ /******/ function getModuleExports() { return module; };
132
+ /******/ __webpack_require__.d(getter, 'a', getter);
133
+ /******/ return getter;
134
+ /******/ };
135
+ /******/
136
+ /******/ // Object.prototype.hasOwnProperty.call
137
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
138
+ /******/
139
+ /******/ // __webpack_public_path__
140
+ /******/ __webpack_require__.p = "";
141
+ /******/
142
+ /******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
143
+ /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
144
+ /******/ jsonpArray.push = webpackJsonpCallback;
145
+ /******/ jsonpArray = jsonpArray.slice();
146
+ /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
147
+ /******/ var parentJsonpFunction = oldJsonpFunction;
148
+ /******/
149
+ /******/
150
+ /******/ // run deferred modules from other chunks
151
+ /******/ checkDeferredModules();
152
+ /******/ })
153
+ /************************************************************************/
154
+ /******/ ([]);
155
+ //# sourceMappingURL=runtime-es5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack/bootstrap"],"names":[],"mappings":";QAAA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA,QAAQ,oBAAoB;QAC5B;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA,iBAAiB,4BAA4B;QAC7C;QACA;QACA,kBAAkB,2BAA2B;QAC7C;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;QAEA;QACA;QACA;QACA;QACA,gBAAgB,uBAAuB;QACvC;;;QAGA;QACA","file":"runtime-es5.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"runtime\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// run deferred modules from other chunks\n \tcheckDeferredModules();\n"],"sourceRoot":"webpack:///"}