kitchen-simulator 5.0.0-test.1 → 5.0.0-test.2
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/es/index.js +2 -3
- package/es/index.js.map +1 -1
- package/lib/index.js +6 -12
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.js +3 -6
package/es/index.js
CHANGED
|
@@ -12,7 +12,6 @@ import KitchenConfiguratorReducers from './reducers/export';
|
|
|
12
12
|
import KitchenConfiguratorClasses from './class/export';
|
|
13
13
|
import ElementsFactories from './catalog/factories/export';
|
|
14
14
|
import KitchenConfiguratorUtils from './utils/export';
|
|
15
|
-
|
|
16
|
-
export { Catalog, Translator, Models, reducer, KitchenConfigurator, Plugins, KitchenConfiguratorConstants, KitchenConfiguratorSharedStyle, KitchenConfiguratorComponents, KitchenConfiguratorActions, KitchenConfiguratorReducers, KitchenConfiguratorClasses, ElementsFactories, KitchenConfiguratorUtils };
|
|
17
|
-
export { default as Renderer } from './KitchenConfiguratorApp';
|
|
15
|
+
import KitchenConfiguratorApp from './KitchenConfiguratorApp';
|
|
16
|
+
export { Catalog, Translator, Models, reducer, KitchenConfigurator, Plugins, KitchenConfiguratorConstants, KitchenConfiguratorSharedStyle, KitchenConfiguratorComponents, KitchenConfiguratorActions, KitchenConfiguratorReducers, KitchenConfiguratorClasses, ElementsFactories, KitchenConfiguratorUtils, KitchenConfiguratorApp };
|
|
18
17
|
//# sourceMappingURL=index.js.map
|
package/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["Catalog","Translator","Models","reducer","KitchenConfigurator","Plugins","KitchenConfiguratorConstants","KitchenConfiguratorSharedStyle","KitchenConfiguratorComponents","KitchenConfiguratorActions","KitchenConfiguratorReducers","KitchenConfiguratorClasses","ElementsFactories","KitchenConfiguratorUtils","
|
|
1
|
+
{"version":3,"file":"index.js","names":["Catalog","Translator","Models","reducer","KitchenConfigurator","Plugins","KitchenConfiguratorConstants","KitchenConfiguratorSharedStyle","KitchenConfiguratorComponents","KitchenConfiguratorActions","KitchenConfiguratorReducers","KitchenConfiguratorClasses","ElementsFactories","KitchenConfiguratorUtils","KitchenConfiguratorApp"],"sources":["../src/index.js"],"sourcesContent":["import Catalog from './catalog/catalog';\r\nimport Translator from './translator/translator';\r\nimport * as Models from './models';\r\nimport reducer from './reducers/reducer';\r\nimport KitchenConfigurator from './KitchenConfigurator';\r\nimport Plugins from './plugins/export';\r\nimport * as KitchenConfiguratorConstants from './constants';\r\nimport * as KitchenConfiguratorSharedStyle from './shared-style';\r\nimport KitchenConfiguratorComponents from './components/export';\r\nimport KitchenConfiguratorActions from './actions/export';\r\nimport KitchenConfiguratorReducers from './reducers/export';\r\nimport KitchenConfiguratorClasses from './class/export';\r\nimport ElementsFactories from './catalog/factories/export';\r\nimport KitchenConfiguratorUtils from './utils/export';\r\nimport KitchenConfiguratorApp from './KitchenConfiguratorApp';\r\nexport {\r\n Catalog,\r\n Translator,\r\n Models,\r\n reducer,\r\n KitchenConfigurator,\r\n Plugins,\r\n KitchenConfiguratorConstants,\r\n KitchenConfiguratorSharedStyle,\r\n KitchenConfiguratorComponents,\r\n KitchenConfiguratorActions,\r\n KitchenConfiguratorReducers,\r\n KitchenConfiguratorClasses,\r\n ElementsFactories,\r\n KitchenConfiguratorUtils,\r\n KitchenConfiguratorApp\r\n};\r\n"],"mappings":"AAAA,OAAOA,OAAO,MAAM,mBAAmB;AACvC,OAAOC,UAAU,MAAM,yBAAyB;AAChD,OAAO,KAAKC,MAAM,MAAM,UAAU;AAClC,OAAOC,OAAO,MAAM,oBAAoB;AACxC,OAAOC,mBAAmB,MAAM,uBAAuB;AACvD,OAAOC,OAAO,MAAM,kBAAkB;AACtC,OAAO,KAAKC,4BAA4B,MAAM,aAAa;AAC3D,OAAO,KAAKC,8BAA8B,MAAM,gBAAgB;AAChE,OAAOC,6BAA6B,MAAM,qBAAqB;AAC/D,OAAOC,0BAA0B,MAAM,kBAAkB;AACzD,OAAOC,2BAA2B,MAAM,mBAAmB;AAC3D,OAAOC,0BAA0B,MAAM,gBAAgB;AACvD,OAAOC,iBAAiB,MAAM,4BAA4B;AAC1D,OAAOC,wBAAwB,MAAM,gBAAgB;AACrD,OAAOC,sBAAsB,MAAM,0BAA0B;AAC7D,SACEd,OAAO,EACPC,UAAU,EACVC,MAAM,EACNC,OAAO,EACPC,mBAAmB,EACnBC,OAAO,EACPC,4BAA4B,EAC5BC,8BAA8B,EAC9BC,6BAA6B,EAC7BC,0BAA0B,EAC1BC,2BAA2B,EAC3BC,0BAA0B,EAC1BC,iBAAiB,EACjBC,wBAAwB,EACxBC,sBAAsB","ignoreList":[]}
|
package/lib/index.js
CHANGED
|
@@ -28,6 +28,12 @@ Object.defineProperty(exports, "KitchenConfiguratorActions", {
|
|
|
28
28
|
return _export3["default"];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
|
+
Object.defineProperty(exports, "KitchenConfiguratorApp", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function get() {
|
|
34
|
+
return _KitchenConfiguratorApp["default"];
|
|
35
|
+
}
|
|
36
|
+
});
|
|
31
37
|
Object.defineProperty(exports, "KitchenConfiguratorClasses", {
|
|
32
38
|
enumerable: true,
|
|
33
39
|
get: function get() {
|
|
@@ -61,24 +67,12 @@ Object.defineProperty(exports, "Plugins", {
|
|
|
61
67
|
return _export["default"];
|
|
62
68
|
}
|
|
63
69
|
});
|
|
64
|
-
Object.defineProperty(exports, "Renderer", {
|
|
65
|
-
enumerable: true,
|
|
66
|
-
get: function get() {
|
|
67
|
-
return _KitchenConfiguratorApp["default"];
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
70
|
Object.defineProperty(exports, "Translator", {
|
|
71
71
|
enumerable: true,
|
|
72
72
|
get: function get() {
|
|
73
73
|
return _translator["default"];
|
|
74
74
|
}
|
|
75
75
|
});
|
|
76
|
-
Object.defineProperty(exports, "default", {
|
|
77
|
-
enumerable: true,
|
|
78
|
-
get: function get() {
|
|
79
|
-
return _KitchenConfiguratorApp["default"];
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
76
|
Object.defineProperty(exports, "reducer", {
|
|
83
77
|
enumerable: true,
|
|
84
78
|
get: function get() {
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_catalog","_interopRequireDefault","require","_translator","Models","_interopRequireWildcard","exports","_reducer","_KitchenConfigurator","_export","KitchenConfiguratorConstants","KitchenConfiguratorSharedStyle","_export2","_export3","_export4","_export5","_export6","_export7","_KitchenConfiguratorApp","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","_typeof","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor"],"sources":["../src/index.js"],"sourcesContent":["import Catalog from './catalog/catalog';\r\nimport Translator from './translator/translator';\r\nimport * as Models from './models';\r\nimport reducer from './reducers/reducer';\r\nimport KitchenConfigurator from './KitchenConfigurator';\r\nimport Plugins from './plugins/export';\r\nimport * as KitchenConfiguratorConstants from './constants';\r\nimport * as KitchenConfiguratorSharedStyle from './shared-style';\r\nimport KitchenConfiguratorComponents from './components/export';\r\nimport KitchenConfiguratorActions from './actions/export';\r\nimport KitchenConfiguratorReducers from './reducers/export';\r\nimport KitchenConfiguratorClasses from './class/export';\r\nimport ElementsFactories from './catalog/factories/export';\r\nimport KitchenConfiguratorUtils from './utils/export';\r\
|
|
1
|
+
{"version":3,"file":"index.js","names":["_catalog","_interopRequireDefault","require","_translator","Models","_interopRequireWildcard","exports","_reducer","_KitchenConfigurator","_export","KitchenConfiguratorConstants","KitchenConfiguratorSharedStyle","_export2","_export3","_export4","_export5","_export6","_export7","_KitchenConfiguratorApp","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","_typeof","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor"],"sources":["../src/index.js"],"sourcesContent":["import Catalog from './catalog/catalog';\r\nimport Translator from './translator/translator';\r\nimport * as Models from './models';\r\nimport reducer from './reducers/reducer';\r\nimport KitchenConfigurator from './KitchenConfigurator';\r\nimport Plugins from './plugins/export';\r\nimport * as KitchenConfiguratorConstants from './constants';\r\nimport * as KitchenConfiguratorSharedStyle from './shared-style';\r\nimport KitchenConfiguratorComponents from './components/export';\r\nimport KitchenConfiguratorActions from './actions/export';\r\nimport KitchenConfiguratorReducers from './reducers/export';\r\nimport KitchenConfiguratorClasses from './class/export';\r\nimport ElementsFactories from './catalog/factories/export';\r\nimport KitchenConfiguratorUtils from './utils/export';\r\nimport KitchenConfiguratorApp from './KitchenConfiguratorApp';\r\nexport {\r\n Catalog,\r\n Translator,\r\n Models,\r\n reducer,\r\n KitchenConfigurator,\r\n Plugins,\r\n KitchenConfiguratorConstants,\r\n KitchenConfiguratorSharedStyle,\r\n KitchenConfiguratorComponents,\r\n KitchenConfiguratorActions,\r\n KitchenConfiguratorReducers,\r\n KitchenConfiguratorClasses,\r\n ElementsFactories,\r\n KitchenConfiguratorUtils,\r\n KitchenConfiguratorApp\r\n};\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,QAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,WAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,MAAA,GAAAC,uBAAA,CAAAH,OAAA;AAAmCI,OAAA,CAAAF,MAAA,GAAAA,MAAA;AACnC,IAAAG,QAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,oBAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,OAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,4BAAA,GAAAL,uBAAA,CAAAH,OAAA;AAA4DI,OAAA,CAAAI,4BAAA,GAAAA,4BAAA;AAC5D,IAAAC,8BAAA,GAAAN,uBAAA,CAAAH,OAAA;AAAiEI,OAAA,CAAAK,8BAAA,GAAAA,8BAAA;AACjE,IAAAC,QAAA,GAAAX,sBAAA,CAAAC,OAAA;AACA,IAAAW,QAAA,GAAAZ,sBAAA,CAAAC,OAAA;AACA,IAAAY,QAAA,GAAAb,sBAAA,CAAAC,OAAA;AACA,IAAAa,QAAA,GAAAd,sBAAA,CAAAC,OAAA;AACA,IAAAc,QAAA,GAAAf,sBAAA,CAAAC,OAAA;AACA,IAAAe,QAAA,GAAAhB,sBAAA,CAAAC,OAAA;AACA,IAAAgB,uBAAA,GAAAjB,sBAAA,CAAAC,OAAA;AAA8D,SAAAG,wBAAAc,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAhB,uBAAA,YAAAA,wBAAAc,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,mBAAAT,CAAA,iBAAAA,CAAA,gBAAAU,OAAA,CAAAV,CAAA,0BAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,cAAAM,EAAA,IAAAd,CAAA,gBAAAc,EAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,EAAA,OAAAP,CAAA,IAAAD,CAAA,GAAAW,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAnB,CAAA,EAAAc,EAAA,OAAAP,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAM,EAAA,EAAAP,CAAA,IAAAC,CAAA,CAAAM,EAAA,IAAAd,CAAA,CAAAc,EAAA,WAAAN,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,SAAAnB,uBAAAkB,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAK,UAAA,GAAAL,CAAA,gBAAAA,CAAA","ignoreList":[]}
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -12,9 +12,7 @@ import KitchenConfiguratorReducers from './reducers/export';
|
|
|
12
12
|
import KitchenConfiguratorClasses from './class/export';
|
|
13
13
|
import ElementsFactories from './catalog/factories/export';
|
|
14
14
|
import KitchenConfiguratorUtils from './utils/export';
|
|
15
|
-
|
|
16
|
-
export { default } from './KitchenConfiguratorApp';
|
|
17
|
-
|
|
15
|
+
import KitchenConfiguratorApp from './KitchenConfiguratorApp';
|
|
18
16
|
export {
|
|
19
17
|
Catalog,
|
|
20
18
|
Translator,
|
|
@@ -29,7 +27,6 @@ export {
|
|
|
29
27
|
KitchenConfiguratorReducers,
|
|
30
28
|
KitchenConfiguratorClasses,
|
|
31
29
|
ElementsFactories,
|
|
32
|
-
KitchenConfiguratorUtils
|
|
30
|
+
KitchenConfiguratorUtils,
|
|
31
|
+
KitchenConfiguratorApp
|
|
33
32
|
};
|
|
34
|
-
|
|
35
|
-
export { default as Renderer } from './KitchenConfiguratorApp';
|