@colijnit/product 254.1.2 → 255.1.1
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/app/components/product-related/product-related.component.d.ts +10 -1
- package/bundles/colijnit-product.umd.js +69 -13
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/colijnit-product.metadata.json +1 -1
- package/esm2015/app/components/product-page/product-page.component.js +3 -3
- package/esm2015/app/components/product-related/product-related.component.js +56 -11
- package/esm2015/app/components/product-related/product-related.module.js +3 -2
- package/esm2015/app/product-version.js +3 -3
- package/fesm2015/colijnit-product.js +57 -15
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +11 -5
- package/product/download.svg +0 -211
- package/product/index.html +0 -20
- package/product/main.js +0 -4543
- package/product/main.js.map +0 -1
- package/product/polyfills-es5.js +0 -15488
- package/product/polyfills-es5.js.map +0 -1
- package/product/polyfills.js +0 -3773
- package/product/polyfills.js.map +0 -1
- package/product/product-settings.json +0 -41
- package/product/runtime.js +0 -165
- package/product/runtime.js.map +0 -1
- package/product/scripts.js +0 -5
- package/product/scripts.js.map +0 -1
- package/product/styles.css +0 -176
- package/product/styles.css.map +0 -1
- package/product/vendor.js +0 -199688
- package/product/vendor.js.map +0 -1
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"url": "http://localhost:8080/ione",
|
|
3
|
-
"schema": "815",
|
|
4
|
-
"version": "252",
|
|
5
|
-
"branch": "1",
|
|
6
|
-
"currency": 3,
|
|
7
|
-
"assetPath": "https://cdn1.colijn-it.nl/content43/",
|
|
8
|
-
"threeDAssetPath": "https://cdn1.colijn-it.nl/content43",
|
|
9
|
-
"timeoutInMs": 30000,
|
|
10
|
-
"languageCode": "NL",
|
|
11
|
-
"username": "patrick",
|
|
12
|
-
"password": "vankeulen1234567890!",
|
|
13
|
-
"renderParameters": {
|
|
14
|
-
"host": "render1.colijn-it.nl",
|
|
15
|
-
"port": 8443,
|
|
16
|
-
"secure": true,
|
|
17
|
-
"renderMode": "render_shop",
|
|
18
|
-
"settings": {
|
|
19
|
-
"camRotationX": 0.34,
|
|
20
|
-
"camRotationY": 0.62,
|
|
21
|
-
"environmentName": "EmptySceneStudio.ivm",
|
|
22
|
-
"environmentRotation": 0,
|
|
23
|
-
"environmentIntensity": null
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"options": {
|
|
27
|
-
"onlyThreeD": false,
|
|
28
|
-
"showAsConfigured": true,
|
|
29
|
-
"useNewRender": true,
|
|
30
|
-
"useRenderWebsocket": true
|
|
31
|
-
},
|
|
32
|
-
"newRenderParameters": {
|
|
33
|
-
"host": "https://render.colijn-it.nl",
|
|
34
|
-
"port": 443,
|
|
35
|
-
"iterations": 1000,
|
|
36
|
-
"hdriIntensity": 1.5,
|
|
37
|
-
"imageWidth": 1200,
|
|
38
|
-
"imageHeight": 800,
|
|
39
|
-
"websocket": "wss://render1.colijn-it.nl:8083"
|
|
40
|
-
}
|
|
41
|
-
}
|
package/product/runtime.js
DELETED
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
/******/ (function() { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ var __webpack_modules__ = ({});
|
|
4
|
-
/************************************************************************/
|
|
5
|
-
/******/ // The module cache
|
|
6
|
-
/******/ var __webpack_module_cache__ = {};
|
|
7
|
-
/******/
|
|
8
|
-
/******/ // The require function
|
|
9
|
-
/******/ function __webpack_require__(moduleId) {
|
|
10
|
-
/******/ // Check if module is in cache
|
|
11
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12
|
-
/******/ if (cachedModule !== undefined) {
|
|
13
|
-
/******/ return cachedModule.exports;
|
|
14
|
-
/******/ }
|
|
15
|
-
/******/ // Create a new module (and put it into the cache)
|
|
16
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
17
|
-
/******/ // no module.id needed
|
|
18
|
-
/******/ // no module.loaded needed
|
|
19
|
-
/******/ exports: {}
|
|
20
|
-
/******/ };
|
|
21
|
-
/******/
|
|
22
|
-
/******/ // Execute the module function
|
|
23
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
24
|
-
/******/
|
|
25
|
-
/******/ // Return the exports of the module
|
|
26
|
-
/******/ return module.exports;
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/
|
|
29
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
30
|
-
/******/ __webpack_require__.m = __webpack_modules__;
|
|
31
|
-
/******/
|
|
32
|
-
/************************************************************************/
|
|
33
|
-
/******/ /* webpack/runtime/chunk loaded */
|
|
34
|
-
/******/ !function() {
|
|
35
|
-
/******/ var deferred = [];
|
|
36
|
-
/******/ __webpack_require__.O = function(result, chunkIds, fn, priority) {
|
|
37
|
-
/******/ if(chunkIds) {
|
|
38
|
-
/******/ priority = priority || 0;
|
|
39
|
-
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
|
|
40
|
-
/******/ deferred[i] = [chunkIds, fn, priority];
|
|
41
|
-
/******/ return;
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ var notFulfilled = Infinity;
|
|
44
|
-
/******/ for (var i = 0; i < deferred.length; i++) {
|
|
45
|
-
/******/ var chunkIds = deferred[i][0];
|
|
46
|
-
/******/ var fn = deferred[i][1];
|
|
47
|
-
/******/ var priority = deferred[i][2];
|
|
48
|
-
/******/ var fulfilled = true;
|
|
49
|
-
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
50
|
-
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {
|
|
51
|
-
/******/ chunkIds.splice(j--, 1);
|
|
52
|
-
/******/ } else {
|
|
53
|
-
/******/ fulfilled = false;
|
|
54
|
-
/******/ if(priority < notFulfilled) notFulfilled = priority;
|
|
55
|
-
/******/ }
|
|
56
|
-
/******/ }
|
|
57
|
-
/******/ if(fulfilled) {
|
|
58
|
-
/******/ deferred.splice(i--, 1)
|
|
59
|
-
/******/ var r = fn();
|
|
60
|
-
/******/ if (r !== undefined) result = r;
|
|
61
|
-
/******/ }
|
|
62
|
-
/******/ }
|
|
63
|
-
/******/ return result;
|
|
64
|
-
/******/ };
|
|
65
|
-
/******/ }();
|
|
66
|
-
/******/
|
|
67
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
68
|
-
/******/ !function() {
|
|
69
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
70
|
-
/******/ __webpack_require__.n = function(module) {
|
|
71
|
-
/******/ var getter = module && module.__esModule ?
|
|
72
|
-
/******/ function() { return module['default']; } :
|
|
73
|
-
/******/ function() { return module; };
|
|
74
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
75
|
-
/******/ return getter;
|
|
76
|
-
/******/ };
|
|
77
|
-
/******/ }();
|
|
78
|
-
/******/
|
|
79
|
-
/******/ /* webpack/runtime/define property getters */
|
|
80
|
-
/******/ !function() {
|
|
81
|
-
/******/ // define getter functions for harmony exports
|
|
82
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
83
|
-
/******/ for(var key in definition) {
|
|
84
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
85
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
86
|
-
/******/ }
|
|
87
|
-
/******/ }
|
|
88
|
-
/******/ };
|
|
89
|
-
/******/ }();
|
|
90
|
-
/******/
|
|
91
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
92
|
-
/******/ !function() {
|
|
93
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
94
|
-
/******/ }();
|
|
95
|
-
/******/
|
|
96
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
97
|
-
/******/ !function() {
|
|
98
|
-
/******/ // define __esModule on exports
|
|
99
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
100
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
101
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
102
|
-
/******/ }
|
|
103
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
104
|
-
/******/ };
|
|
105
|
-
/******/ }();
|
|
106
|
-
/******/
|
|
107
|
-
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
108
|
-
/******/ !function() {
|
|
109
|
-
/******/ // no baseURI
|
|
110
|
-
/******/
|
|
111
|
-
/******/ // object to store loaded and loading chunks
|
|
112
|
-
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
113
|
-
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
114
|
-
/******/ var installedChunks = {
|
|
115
|
-
/******/ "runtime": 0
|
|
116
|
-
/******/ };
|
|
117
|
-
/******/
|
|
118
|
-
/******/ // no chunk on demand loading
|
|
119
|
-
/******/
|
|
120
|
-
/******/ // no prefetching
|
|
121
|
-
/******/
|
|
122
|
-
/******/ // no preloaded
|
|
123
|
-
/******/
|
|
124
|
-
/******/ // no HMR
|
|
125
|
-
/******/
|
|
126
|
-
/******/ // no HMR manifest
|
|
127
|
-
/******/
|
|
128
|
-
/******/ __webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };
|
|
129
|
-
/******/
|
|
130
|
-
/******/ // install a JSONP callback for chunk loading
|
|
131
|
-
/******/ var webpackJsonpCallback = function(parentChunkLoadingFunction, data) {
|
|
132
|
-
/******/ var chunkIds = data[0];
|
|
133
|
-
/******/ var moreModules = data[1];
|
|
134
|
-
/******/ var runtime = data[2];
|
|
135
|
-
/******/ // add "moreModules" to the modules object,
|
|
136
|
-
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
137
|
-
/******/ var moduleId, chunkId, i = 0;
|
|
138
|
-
/******/ for(moduleId in moreModules) {
|
|
139
|
-
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
140
|
-
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
141
|
-
/******/ }
|
|
142
|
-
/******/ }
|
|
143
|
-
/******/ if(runtime) var result = runtime(__webpack_require__);
|
|
144
|
-
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
|
|
145
|
-
/******/ for(;i < chunkIds.length; i++) {
|
|
146
|
-
/******/ chunkId = chunkIds[i];
|
|
147
|
-
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
148
|
-
/******/ installedChunks[chunkId][0]();
|
|
149
|
-
/******/ }
|
|
150
|
-
/******/ installedChunks[chunkIds[i]] = 0;
|
|
151
|
-
/******/ }
|
|
152
|
-
/******/ return __webpack_require__.O(result);
|
|
153
|
-
/******/ }
|
|
154
|
-
/******/
|
|
155
|
-
/******/ var chunkLoadingGlobal = self["webpackChunk_colijnit_product"] = self["webpackChunk_colijnit_product"] || [];
|
|
156
|
-
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
|
157
|
-
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
|
158
|
-
/******/ }();
|
|
159
|
-
/******/
|
|
160
|
-
/************************************************************************/
|
|
161
|
-
/******/
|
|
162
|
-
/******/
|
|
163
|
-
/******/ })()
|
|
164
|
-
;
|
|
165
|
-
//# sourceMappingURL=runtime.js.map
|
package/product/runtime.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.js","mappings":";;;;UAAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;;;;WCzBA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA;WACA;WACA,kBAAkB,qBAAqB;WACvC,oHAAoH,iDAAiD;WACrK;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC7BA;WACA;WACA;WACA,eAAe,4BAA4B;WAC3C,eAAe;WACf,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA,8CAA8C;;;;;WCA9C;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;;WAEA;WACA;WACA;WACA;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA,8CAA8C;;WAE9C;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA","sources":["webpack/bootstrap","webpack/runtime/chunk loaded","webpack/runtime/compat get default export","webpack/runtime/define property getters","webpack/runtime/hasOwnProperty shorthand","webpack/runtime/make namespace object","webpack/runtime/jsonp chunk loading","webpack/before-startup","webpack/startup","webpack/after-startup"],"sourcesContent":["// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = function(result, chunkIds, fn, priority) {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"runtime\": 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = function(parentChunkLoadingFunction, data) {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tfor(moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) var result = runtime(__webpack_require__);\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkIds[i]] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunk_colijnit_product\"] = self[\"webpackChunk_colijnit_product\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","",""],"names":[],"sourceRoot":"webpack:///"}
|