This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
"use strict";
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.createTestApp = createTestApp;
const test_project_1 = require("./test-project");
/** Create a base app used for testing. */
function createTestApp(runner_1) {
return __awaiter(this, arguments, void 0, function* (runner, appOptions = {}, tree) {
return (0, test_project_1.createTestProject)(runner, 'application', appOptions, tree);
});
}
//# sourceMappingURL=test-app.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"test-app.js","sourceRoot":"","sources":["../../../schematics/testing/test-app.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;AAQH,sCAEC;AALD,iDAAmD;AAEnD,0CAA0C;AAC1C,SAAsB,aAAa;yDAAC,MAA2B,EAAE,UAAU,GAAG,EAAE,EAAE,IAAW;QAC3F,OAAO,IAAA,gCAAiB,EAAC,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;CAAA"}

View File

@@ -0,0 +1,28 @@
"use strict";
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.createTestProject = createTestProject;
/** Create a base project used for testing. */
function createTestProject(runner_1, projectType_1) {
return __awaiter(this, arguments, void 0, function* (runner, projectType, appOptions = {}, tree) {
const workspaceTree = yield runner.runExternalSchematic('@schematics/angular', 'workspace', {
name: 'workspace',
version: '6.0.0',
newProjectRoot: 'projects'
}, tree);
return runner.runExternalSchematic('@schematics/angular', projectType, Object.assign({ name: 'ng-zorro' }, appOptions), workspaceTree);
});
}
//# sourceMappingURL=test-project.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"test-project.js","sourceRoot":"","sources":["../../../schematics/testing/test-project.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;AAMH,8CAsBC;AAvBD,8CAA8C;AAC9C,SAAsB,iBAAiB;yDACrC,MAA2B,EAC3B,WAAsC,EACtC,UAAU,GAAG,EAAE,EACf,IAAW;QAEX,MAAM,aAAa,GAAG,MAAM,MAAM,CAAC,oBAAoB,CACrD,qBAAqB,EACrB,WAAW,EACX;YACE,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,OAAO;YAChB,cAAc,EAAE,UAAU;SAC3B,EACD,IAAI,CACL,CAAC;QACF,OAAO,MAAM,CAAC,oBAAoB,CAChC,qBAAqB,EACrB,WAAW,kBACT,IAAI,EAAE,UAAU,IAAK,UAAU,GACjC,aAAa,CACd,CAAC;IACJ,CAAC;CAAA"}