UNPKG

@spartacus/cart

Version:

`@spartacus/cart` is a package that you can include in your application, which allows you to use various cart features.

67 lines (59 loc) 4.01 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@spartacus/cart/import-export/components'), require('@spartacus/cart/import-export/core')) : typeof define === 'function' && define.amd ? define('@spartacus/cart/import-export', ['exports', '@angular/core', '@spartacus/cart/import-export/components', '@spartacus/cart/import-export/core'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.spartacus = global.spartacus || {}, global.spartacus.cart = global.spartacus.cart || {}, global.spartacus.cart['import-export'] = {}), global.ng.core, global.spartacus.cart['import-export'].components, global.spartacus.cart['import-export'].core)); }(this, (function (exports, i0, components, i1) { 'use strict'; function _interopNamespace(e) { if (e && e.__esModule) return e; var n = Object.create(null); if (e) { Object.keys(e).forEach(function (k) { if (k !== 'default') { var d = Object.getOwnPropertyDescriptor(e, k); Object.defineProperty(n, k, d.get ? d : { enumerable: true, get: function () { return e[k]; } }); } }); } n['default'] = e; return Object.freeze(n); } var i0__namespace = /*#__PURE__*/_interopNamespace(i0); var i1__namespace = /*#__PURE__*/_interopNamespace(i1); var ImportExportModule = /** @class */ (function () { function ImportExportModule() { } return ImportExportModule; }()); ImportExportModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ImportExportModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule }); ImportExportModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ImportExportModule, imports: [i1__namespace.ImportExportCoreModule, components.ExportOrderEntriesModule, components.ImportOrderEntriesModule, components.ImportExportOrderEntriesModule] }); ImportExportModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ImportExportModule, imports: [[ i1.ImportExportCoreModule.forRoot(), components.ExportOrderEntriesModule, components.ImportOrderEntriesModule, components.ImportExportOrderEntriesModule, ]] }); i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.5", ngImport: i0__namespace, type: ImportExportModule, decorators: [{ type: i0.NgModule, args: [{ imports: [ i1.ImportExportCoreModule.forRoot(), components.ExportOrderEntriesModule, components.ImportOrderEntriesModule, components.ImportExportOrderEntriesModule, ], }] }] }); /** * Generated bundle index. Do not edit. */ exports.ImportExportModule = ImportExportModule; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=spartacus-cart-import-export.umd.js.map