@nx/vue 23.0.0-beta.24 → 23.0.0-beta.25
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/{index.d.ts → dist/index.d.ts} +0 -1
- package/{src → dist/src}/generators/application/application.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-e2e.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-e2e.js +3 -34
- package/{src → dist/src}/generators/application/lib/add-rsbuild.d.ts +0 -1
- package/dist/src/generators/application/lib/add-rsbuild.js +37 -0
- package/{src → dist/src}/generators/application/lib/add-vite.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-vite.js +3 -34
- package/{src → dist/src}/generators/application/lib/create-application-files.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/normalize-options.d.ts +0 -1
- package/{src → dist/src}/generators/component/component.d.ts +0 -1
- package/{src → dist/src}/generators/component/lib/utils.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.d.ts +0 -1
- package/{src → dist/src}/generators/library/lib/add-vite.d.ts +0 -1
- package/{src → dist/src}/generators/library/lib/add-vite.js +3 -34
- package/{src → dist/src}/generators/library/lib/create-library-files.d.ts +0 -1
- package/{src → dist/src}/generators/library/lib/determine-entry-fields.d.ts +0 -1
- package/{src → dist/src}/generators/library/lib/normalize-options.d.ts +0 -1
- package/{src → dist/src}/generators/library/library.d.ts +0 -1
- package/{src → dist/src}/generators/stories/lib/component-story.d.ts +0 -1
- package/{src → dist/src}/generators/stories/lib/utils.d.ts +0 -1
- package/{src → dist/src}/generators/stories/stories.d.ts +0 -1
- package/{src → dist/src}/generators/storybook-configuration/configuration.d.ts +0 -1
- package/{src → dist/src}/utils/add-linting.d.ts +0 -1
- package/{src → dist/src}/utils/assert-supported-vue-version.d.ts +0 -1
- package/{src → dist/src}/utils/ast-utils.d.ts +0 -1
- package/{src → dist/src}/utils/create-ts-config.d.ts +0 -1
- package/{src → dist/src}/utils/ensure-dependencies.d.ts +0 -1
- package/{src → dist/src}/utils/has-rsbuild-plugin.d.ts +0 -1
- package/dist/src/utils/has-rsbuild-plugin.js +12 -0
- package/{src → dist/src}/utils/test-utils.d.ts +0 -1
- package/{src → dist/src}/utils/versions.d.ts +0 -1
- package/{src → dist/src}/utils/versions.js +2 -1
- package/{tailwind.d.ts → dist/tailwind.d.ts} +0 -1
- package/generators.json +12 -12
- package/migrations.json +0 -29
- package/package.json +48 -17
- package/index.d.ts.map +0 -1
- package/src/generators/application/application.d.ts.map +0 -1
- package/src/generators/application/lib/add-e2e.d.ts.map +0 -1
- package/src/generators/application/lib/add-rsbuild.d.ts.map +0 -1
- package/src/generators/application/lib/add-rsbuild.js +0 -68
- package/src/generators/application/lib/add-vite.d.ts.map +0 -1
- package/src/generators/application/lib/create-application-files.d.ts.map +0 -1
- package/src/generators/application/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/component/component.d.ts.map +0 -1
- package/src/generators/component/lib/utils.d.ts.map +0 -1
- package/src/generators/init/init.d.ts.map +0 -1
- package/src/generators/library/lib/add-vite.d.ts.map +0 -1
- package/src/generators/library/lib/create-library-files.d.ts.map +0 -1
- package/src/generators/library/lib/determine-entry-fields.d.ts.map +0 -1
- package/src/generators/library/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/library/library.d.ts.map +0 -1
- package/src/generators/stories/lib/component-story.d.ts.map +0 -1
- package/src/generators/stories/lib/utils.d.ts.map +0 -1
- package/src/generators/stories/stories.d.ts.map +0 -1
- package/src/generators/storybook-configuration/configuration.d.ts.map +0 -1
- package/src/utils/add-linting.d.ts.map +0 -1
- package/src/utils/assert-supported-vue-version.d.ts.map +0 -1
- package/src/utils/ast-utils.d.ts.map +0 -1
- package/src/utils/create-ts-config.d.ts.map +0 -1
- package/src/utils/ensure-dependencies.d.ts.map +0 -1
- package/src/utils/has-rsbuild-plugin.d.ts.map +0 -1
- package/src/utils/has-rsbuild-plugin.js +0 -43
- package/src/utils/test-utils.d.ts.map +0 -1
- package/src/utils/versions.d.ts.map +0 -1
- package/tailwind.d.ts.map +0 -1
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{src → dist/src}/generators/application/application.js +0 -0
- /package/{src → dist/src}/generators/application/files/common/index.html.template +0 -0
- /package/{src → dist/src}/generators/application/files/common/src/app/App.spec.ts.template +0 -0
- /package/{src → dist/src}/generators/application/files/common/src/app/App.vue.template +0 -0
- /package/{src → dist/src}/generators/application/files/common/src/main.ts.template +0 -0
- /package/{src → dist/src}/generators/application/files/common/src/vue-shims.d.ts.template +0 -0
- /package/{src → dist/src}/generators/application/files/common/tsconfig.app.json.template +0 -0
- /package/{src → dist/src}/generators/application/files/nx-welcome/claimed/src/app/NxWelcome.vue.template +0 -0
- /package/{src → dist/src}/generators/application/files/nx-welcome/not-configured/src/app/NxWelcome.vue.template +0 -0
- /package/{src → dist/src}/generators/application/files/nx-welcome/unclaimed/src/app/NxWelcome.vue.template +0 -0
- /package/{src → dist/src}/generators/application/files/routing/src/router/index.ts.template +0 -0
- /package/{src → dist/src}/generators/application/files/routing/src/views/AboutView.vue.template +0 -0
- /package/{src → dist/src}/generators/application/files/routing/src/views/HomeView.vue.template +0 -0
- /package/{src → dist/src}/generators/application/files/stylesheet/src/styles.__style__.template +0 -0
- /package/{src → dist/src}/generators/application/lib/create-application-files.js +0 -0
- /package/{src → dist/src}/generators/application/lib/normalize-options.js +0 -0
- /package/{src → dist/src}/generators/application/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/application/schema.json +0 -0
- /package/{src → dist/src}/generators/component/component.js +0 -0
- /package/{src → dist/src}/generators/component/files/__fileName__.spec.__specExt__ +0 -0
- /package/{src → dist/src}/generators/component/files/__fileName__.vue__tmpl__ +0 -0
- /package/{src → dist/src}/generators/component/lib/utils.js +0 -0
- /package/{src → dist/src}/generators/component/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/component/schema.json +0 -0
- /package/{src → dist/src}/generators/init/init.js +0 -0
- /package/{src → dist/src}/generators/init/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/init/schema.json +0 -0
- /package/{src → dist/src}/generators/library/files/README.md +0 -0
- /package/{src → dist/src}/generators/library/files/src/index.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/library/files/src/vue-shims.d.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/library/files/tsconfig.lib.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/library/files/tsconfig.spec.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/library/lib/create-library-files.js +0 -0
- /package/{src → dist/src}/generators/library/lib/determine-entry-fields.js +0 -0
- /package/{src → dist/src}/generators/library/lib/normalize-options.js +0 -0
- /package/{src → dist/src}/generators/library/library.js +0 -0
- /package/{src → dist/src}/generators/library/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/library/schema.json +0 -0
- /package/{src → dist/src}/generators/stories/lib/component-story.js +0 -0
- /package/{src → dist/src}/generators/stories/lib/files/js/__componentFileName__.stories.js__tmpl__ +0 -0
- /package/{src → dist/src}/generators/stories/lib/files/ts/__componentFileName__.stories.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/stories/lib/utils.js +0 -0
- /package/{src → dist/src}/generators/stories/schema.json +0 -0
- /package/{src → dist/src}/generators/stories/stories.js +0 -0
- /package/{src → dist/src}/generators/storybook-configuration/configuration.js +0 -0
- /package/{src → dist/src}/generators/storybook-configuration/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/storybook-configuration/schema.json +0 -0
- /package/{src → dist/src}/utils/add-linting.js +0 -0
- /package/{src → dist/src}/utils/assert-supported-vue-version.js +0 -0
- /package/{src → dist/src}/utils/ast-utils.js +0 -0
- /package/{src → dist/src}/utils/create-ts-config.js +0 -0
- /package/{src → dist/src}/utils/ensure-dependencies.js +0 -0
- /package/{src → dist/src}/utils/test-utils.js +0 -0
- /package/{tailwind.js → dist/tailwind.js} +0 -0
|
@@ -3,4 +3,3 @@ import { Schema } from './schema';
|
|
|
3
3
|
export declare function applicationGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function applicationGeneratorInternal(tree: Tree, _options: Schema): Promise<GeneratorCallback>;
|
|
5
5
|
export default applicationGenerator;
|
|
6
|
-
//# sourceMappingURL=application.d.ts.map
|
|
@@ -1,37 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
3
|
exports.addE2e = addE2e;
|
|
37
4
|
const devkit_1 = require("@nx/devkit");
|
|
@@ -52,7 +19,9 @@ async function addE2e(tree, options) {
|
|
|
52
19
|
}
|
|
53
20
|
else if (options.bundler === 'rsbuild') {
|
|
54
21
|
(0, devkit_1.ensurePackage)('@nx/rsbuild', versions_1.nxVersion);
|
|
55
|
-
|
|
22
|
+
// `require()` honors Module._initPaths (which ensurePackage updates); ESM
|
|
23
|
+
// dynamic `import()` doesn't, so it can't see the on-demand temp install.
|
|
24
|
+
const { getRsbuildE2EWebServerInfo, } = require('@nx/rsbuild/config-utils');
|
|
56
25
|
e2eWebServerInfo = await getRsbuildE2EWebServerInfo(tree, options.projectName, (0, devkit_1.joinPathFragments)(options.appProjectRoot, `rsbuild.config.${options.js ? 'js' : 'ts'}`), options.addPlugin, options.devServerPort ?? 4200);
|
|
57
26
|
}
|
|
58
27
|
switch (options.e2eTestRunner) {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.addRsbuild = addRsbuild;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const versions_1 = require("../../../utils/versions");
|
|
6
|
+
async function addRsbuild(tree, options) {
|
|
7
|
+
const tasks = [];
|
|
8
|
+
(0, devkit_1.ensurePackage)('@nx/rsbuild', versions_1.nxVersion);
|
|
9
|
+
// `require()` honors Module._initPaths (which ensurePackage updates); ESM
|
|
10
|
+
// dynamic `import()` doesn't, so it can't see the on-demand temp install.
|
|
11
|
+
const { initGenerator, configurationGenerator, } = require('@nx/rsbuild/generators');
|
|
12
|
+
const initTask = await initGenerator(tree, {
|
|
13
|
+
skipPackageJson: options.skipPackageJson,
|
|
14
|
+
addPlugin: true,
|
|
15
|
+
skipFormat: true,
|
|
16
|
+
});
|
|
17
|
+
tasks.push(initTask);
|
|
18
|
+
const rsbuildTask = await configurationGenerator(tree, {
|
|
19
|
+
project: options.projectName,
|
|
20
|
+
entry: `./src/main.ts`,
|
|
21
|
+
tsConfig: './tsconfig.app.json',
|
|
22
|
+
target: 'web',
|
|
23
|
+
devServerPort: options.devServerPort ?? 4200,
|
|
24
|
+
});
|
|
25
|
+
tasks.push(rsbuildTask);
|
|
26
|
+
const { addBuildPlugin, addHtmlTemplatePath, versions, } = require('@nx/rsbuild/config-utils');
|
|
27
|
+
const deps = { '@rsbuild/plugin-vue': versions.rsbuildPluginVueVersion };
|
|
28
|
+
const pathToConfigFile = (0, devkit_1.joinPathFragments)(options.appProjectRoot, 'rsbuild.config.ts');
|
|
29
|
+
addBuildPlugin(tree, pathToConfigFile, '@rsbuild/plugin-vue', 'pluginVue');
|
|
30
|
+
if (options.style === 'scss') {
|
|
31
|
+
addBuildPlugin(tree, pathToConfigFile, '@rsbuild/plugin-sass', 'pluginSass');
|
|
32
|
+
deps['@rsbuild/plugin-sass'] = versions.rsbuildPluginSassVersion;
|
|
33
|
+
}
|
|
34
|
+
addHtmlTemplatePath(tree, pathToConfigFile, './index.html');
|
|
35
|
+
tasks.push((0, devkit_1.addDependenciesToPackageJson)(tree, {}, deps, undefined, true));
|
|
36
|
+
return tasks;
|
|
37
|
+
}
|
|
@@ -2,4 +2,3 @@ import { GeneratorCallback, Tree } from '@nx/devkit';
|
|
|
2
2
|
import { NormalizedSchema } from '../schema';
|
|
3
3
|
export declare function addVite(tree: Tree, options: NormalizedSchema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function addVitest(tree: Tree, options: NormalizedSchema): Promise<GeneratorCallback[]>;
|
|
5
|
-
//# sourceMappingURL=add-vite.d.ts.map
|
|
@@ -1,37 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
3
|
exports.addVite = addVite;
|
|
37
4
|
exports.addVitest = addVitest;
|
|
@@ -71,7 +38,9 @@ async function addVite(tree, options) {
|
|
|
71
38
|
async function addVitest(tree, options) {
|
|
72
39
|
const tasks = [];
|
|
73
40
|
(0, devkit_1.ensurePackage)('@nx/vitest', versions_1.nxVersion);
|
|
74
|
-
|
|
41
|
+
// `require()` honors Module._initPaths (which ensurePackage updates); ESM
|
|
42
|
+
// dynamic `import()` doesn't, so it can't see the on-demand temp install.
|
|
43
|
+
const { configurationGenerator, } = require('@nx/vitest/generators');
|
|
75
44
|
const vitestTask = await configurationGenerator(tree, {
|
|
76
45
|
uiFramework: 'none',
|
|
77
46
|
project: options.projectName,
|
|
@@ -2,4 +2,3 @@ import { Tree } from '@nx/devkit';
|
|
|
2
2
|
import { NormalizedSchema, ComponentGeneratorSchema } from '../schema';
|
|
3
3
|
export declare function normalizeOptions(host: Tree, options: ComponentGeneratorSchema): Promise<NormalizedSchema>;
|
|
4
4
|
export declare function addExportsToBarrel(host: Tree, options: NormalizedSchema): void;
|
|
5
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1,37 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
3
|
exports.addVite = addVite;
|
|
37
4
|
const devkit_1 = require("@nx/devkit");
|
|
@@ -69,7 +36,9 @@ async function addVite(tree, options) {
|
|
|
69
36
|
) {
|
|
70
37
|
const { createOrEditViteConfig } = (0, devkit_1.ensurePackage)('@nx/vite', versions_1.nxVersion);
|
|
71
38
|
(0, devkit_1.ensurePackage)('@nx/vitest', versions_1.nxVersion);
|
|
72
|
-
|
|
39
|
+
// `require()` honors Module._initPaths (which ensurePackage updates); ESM
|
|
40
|
+
// dynamic `import()` doesn't, so it can't see the on-demand temp install.
|
|
41
|
+
const { configurationGenerator, } = require('@nx/vitest/generators');
|
|
73
42
|
const vitestTask = await configurationGenerator(tree, {
|
|
74
43
|
uiFramework: 'vue',
|
|
75
44
|
project: options.projectName,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import type { PackageJson } from 'nx/src/utils/package-json';
|
|
2
2
|
import type { NormalizedSchema } from '../schema';
|
|
3
3
|
export declare function determineEntryFields(options: NormalizedSchema): Pick<PackageJson, 'module' | 'types' | 'exports'>;
|
|
4
|
-
//# sourceMappingURL=determine-entry-fields.d.ts.map
|
|
@@ -3,4 +3,3 @@ import { Schema } from './schema';
|
|
|
3
3
|
export declare function libraryGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function libraryGeneratorInternal(tree: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
5
5
|
export default libraryGenerator;
|
|
6
|
-
//# sourceMappingURL=library.d.ts.map
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { Tree } from '@nx/devkit';
|
|
2
2
|
import { StorybookStoriesSchema } from '../stories';
|
|
3
3
|
export declare function createComponentStories(host: Tree, { project, js, interactionTests }: StorybookStoriesSchema, componentPath: string): void;
|
|
4
|
-
//# sourceMappingURL=component-story.d.ts.map
|
|
@@ -9,4 +9,3 @@ export interface StorybookStoriesSchema {
|
|
|
9
9
|
export declare function createAllStories(tree: Tree, projectName: string, interactionTests: boolean, js: boolean, projectConfiguration: ProjectConfiguration, ignorePaths?: string[]): Promise<void>;
|
|
10
10
|
export declare function storiesGenerator(host: Tree, schema: StorybookStoriesSchema): Promise<void>;
|
|
11
11
|
export default storiesGenerator;
|
|
12
|
-
//# sourceMappingURL=stories.d.ts.map
|
|
@@ -3,4 +3,3 @@ import { GeneratorCallback, Tree } from '@nx/devkit';
|
|
|
3
3
|
export declare function storybookConfigurationGenerator(host: Tree, schema: StorybookConfigureSchema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function storybookConfigurationGeneratorInternal(host: Tree, schema: StorybookConfigureSchema): Promise<GeneratorCallback>;
|
|
5
5
|
export default storybookConfigurationGenerator;
|
|
6
|
-
//# sourceMappingURL=configuration.d.ts.map
|
|
@@ -19,4 +19,3 @@ export declare function createTsConfigForNonTsSolution(host: Tree, projectRoot:
|
|
|
19
19
|
unitTestRunner?: string;
|
|
20
20
|
}, relativePathToRootTsConfig: string): void;
|
|
21
21
|
export declare function extractTsConfigBase(host: Tree): void;
|
|
22
|
-
//# sourceMappingURL=create-ts-config.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.hasRsbuildPlugin = hasRsbuildPlugin;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const versions_1 = require("./versions");
|
|
6
|
+
async function hasRsbuildPlugin(tree, projectPath) {
|
|
7
|
+
(0, devkit_1.ensurePackage)('@nx/rsbuild', versions_1.nxVersion);
|
|
8
|
+
// `require()` honors Module._initPaths (which ensurePackage updates); ESM
|
|
9
|
+
// dynamic `import()` doesn't, so it can't see the on-demand temp install.
|
|
10
|
+
const { hasRsbuildPlugin, } = require('@nx/rsbuild/config-utils');
|
|
11
|
+
return hasRsbuildPlugin(tree, projectPath);
|
|
12
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.sassVersion = exports.autoprefixerVersion = exports.postcssVersion = exports.eslintPluginVueVersion = exports.eslint9__VueEslintConfigTypescriptVersion = exports.vueEslintConfigTypescriptVersion = exports.vueEslintConfigPrettierVersion = exports.vitePluginVueVersion = exports.vueTestUtilsVersion = exports.vueRouterVersion = exports.vueTscVersion = exports.vueVersion = exports.minSupportedVueVersion = exports.nxVersion = void 0;
|
|
4
|
-
|
|
4
|
+
const path_1 = require("path");
|
|
5
|
+
exports.nxVersion = require((0, path_1.join)('@nx/vue', 'package.json')).version;
|
|
5
6
|
// Lowest Vue major the plugin supports. Vue 2 is EOL (2023-12-31); the plugin
|
|
6
7
|
// has only ever shipped Vue 3 support.
|
|
7
8
|
exports.minSupportedVueVersion = '3.0.0';
|
package/generators.json
CHANGED
|
@@ -3,41 +3,41 @@
|
|
|
3
3
|
"version": "0.1",
|
|
4
4
|
"generators": {
|
|
5
5
|
"init": {
|
|
6
|
-
"factory": "./src/generators/init/init",
|
|
7
|
-
"schema": "./src/generators/init/schema.json",
|
|
6
|
+
"factory": "./dist/src/generators/init/init",
|
|
7
|
+
"schema": "./dist/src/generators/init/schema.json",
|
|
8
8
|
"description": "Initialize the `@nx/vue` plugin.",
|
|
9
9
|
"aliases": ["ng-add"],
|
|
10
10
|
"hidden": true
|
|
11
11
|
},
|
|
12
12
|
"application": {
|
|
13
|
-
"factory": "./src/generators/application/application#applicationGeneratorInternal",
|
|
14
|
-
"schema": "./src/generators/application/schema.json",
|
|
13
|
+
"factory": "./dist/src/generators/application/application#applicationGeneratorInternal",
|
|
14
|
+
"schema": "./dist/src/generators/application/schema.json",
|
|
15
15
|
"aliases": ["app"],
|
|
16
16
|
"description": "Create a Vue application."
|
|
17
17
|
},
|
|
18
18
|
"library": {
|
|
19
|
-
"factory": "./src/generators/library/library#libraryGeneratorInternal",
|
|
20
|
-
"schema": "./src/generators/library/schema.json",
|
|
19
|
+
"factory": "./dist/src/generators/library/library#libraryGeneratorInternal",
|
|
20
|
+
"schema": "./dist/src/generators/library/schema.json",
|
|
21
21
|
"aliases": ["lib"],
|
|
22
22
|
"x-type": "library",
|
|
23
23
|
"description": "Create a Vue library."
|
|
24
24
|
},
|
|
25
25
|
"component": {
|
|
26
|
-
"factory": "./src/generators/component/component",
|
|
27
|
-
"schema": "./src/generators/component/schema.json",
|
|
26
|
+
"factory": "./dist/src/generators/component/component",
|
|
27
|
+
"schema": "./dist/src/generators/component/schema.json",
|
|
28
28
|
"aliases": ["c"],
|
|
29
29
|
"x-type": "component",
|
|
30
30
|
"description": "Create a Vue component."
|
|
31
31
|
},
|
|
32
32
|
"storybook-configuration": {
|
|
33
|
-
"factory": "./src/generators/storybook-configuration/configuration#storybookConfigurationGeneratorInternal",
|
|
34
|
-
"schema": "./src/generators/storybook-configuration/schema.json",
|
|
33
|
+
"factory": "./dist/src/generators/storybook-configuration/configuration#storybookConfigurationGeneratorInternal",
|
|
34
|
+
"schema": "./dist/src/generators/storybook-configuration/schema.json",
|
|
35
35
|
"description": "Set up storybook for a Vue app or library.",
|
|
36
36
|
"hidden": false
|
|
37
37
|
},
|
|
38
38
|
"stories": {
|
|
39
|
-
"factory": "./src/generators/stories/stories",
|
|
40
|
-
"schema": "./src/generators/stories/schema.json",
|
|
39
|
+
"factory": "./dist/src/generators/stories/stories",
|
|
40
|
+
"schema": "./dist/src/generators/stories/schema.json",
|
|
41
41
|
"description": "Create stories for all components declared in an app or library.",
|
|
42
42
|
"hidden": false
|
|
43
43
|
}
|
package/migrations.json
CHANGED
|
@@ -1,35 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"generators": {},
|
|
3
3
|
"packageJsonUpdates": {
|
|
4
|
-
"20.7.1": {
|
|
5
|
-
"version": "20.7.1-beta.0",
|
|
6
|
-
"packages": {
|
|
7
|
-
"vue": {
|
|
8
|
-
"version": "^3.5.13",
|
|
9
|
-
"alwaysAddToPackageJson": false
|
|
10
|
-
},
|
|
11
|
-
"vue-tsc": {
|
|
12
|
-
"version": "^2.2.8",
|
|
13
|
-
"alwaysAddToPackageJson": false
|
|
14
|
-
},
|
|
15
|
-
"vue-router": {
|
|
16
|
-
"version": "^4.5.0",
|
|
17
|
-
"alwaysAddToPackageJson": false
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"20.7.1-vite-plugin-vue": {
|
|
22
|
-
"version": "20.7.1-beta.0",
|
|
23
|
-
"requires": {
|
|
24
|
-
"@vitejs/plugin-vue": ">=4.0.0 <5.0.0"
|
|
25
|
-
},
|
|
26
|
-
"packages": {
|
|
27
|
-
"@vitejs/plugin-vue": {
|
|
28
|
-
"version": "^5.2.3",
|
|
29
|
-
"alwaysAddToPackageJson": false
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
4
|
"22.0.0": {
|
|
34
5
|
"version": "22.0.0-beta.8",
|
|
35
6
|
"requires": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/vue",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Vue plugin for Nx contains executors and generators for managing Vue applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -15,9 +15,23 @@
|
|
|
15
15
|
"CLI",
|
|
16
16
|
"Front-end"
|
|
17
17
|
],
|
|
18
|
-
"main": "./index",
|
|
18
|
+
"main": "./dist/index.js",
|
|
19
19
|
"type": "commonjs",
|
|
20
|
-
"types": "./index.d.ts",
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"files": [
|
|
22
|
+
"dist",
|
|
23
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
24
|
+
"migrations.json",
|
|
25
|
+
"executors.json",
|
|
26
|
+
"generators.json"
|
|
27
|
+
],
|
|
28
|
+
"typesVersions": {
|
|
29
|
+
"*": {
|
|
30
|
+
"tailwind": [
|
|
31
|
+
"dist/tailwind.d.ts"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
},
|
|
21
35
|
"author": "Victor Savkin",
|
|
22
36
|
"license": "MIT",
|
|
23
37
|
"bugs": {
|
|
@@ -27,34 +41,51 @@
|
|
|
27
41
|
"generators": "./generators.json",
|
|
28
42
|
"executors": "./executors.json",
|
|
29
43
|
"nx-migrations": {
|
|
30
|
-
"migrations": "./migrations.json"
|
|
44
|
+
"migrations": "./migrations.json",
|
|
45
|
+
"supportsOptionalUpdates": true
|
|
46
|
+
},
|
|
47
|
+
"exports": {
|
|
48
|
+
".": {
|
|
49
|
+
"@nx/nx-source": "./index.ts",
|
|
50
|
+
"types": "./dist/index.d.ts",
|
|
51
|
+
"default": "./dist/index.js"
|
|
52
|
+
},
|
|
53
|
+
"./package.json": "./package.json",
|
|
54
|
+
"./migrations.json": "./migrations.json",
|
|
55
|
+
"./generators.json": "./generators.json",
|
|
56
|
+
"./executors.json": "./executors.json",
|
|
57
|
+
"./tailwind": {
|
|
58
|
+
"@nx/nx-source": "./tailwind.ts",
|
|
59
|
+
"types": "./dist/tailwind.d.ts",
|
|
60
|
+
"default": "./dist/tailwind.js"
|
|
61
|
+
}
|
|
31
62
|
},
|
|
32
63
|
"dependencies": {
|
|
33
|
-
"@nx/devkit": "23.0.0-beta.24",
|
|
34
|
-
"@nx/eslint": "23.0.0-beta.24",
|
|
35
|
-
"@nx/js": "23.0.0-beta.24",
|
|
36
|
-
"@nx/vite": "23.0.0-beta.24",
|
|
37
|
-
"@nx/vitest": "23.0.0-beta.24",
|
|
38
|
-
"@nx/web": "23.0.0-beta.24",
|
|
39
64
|
"picomatch": "4.0.4",
|
|
40
65
|
"semver": "^7.6.3",
|
|
41
|
-
"tslib": "^2.3.0"
|
|
66
|
+
"tslib": "^2.3.0",
|
|
67
|
+
"@nx/eslint": "23.0.0-beta.25",
|
|
68
|
+
"@nx/devkit": "23.0.0-beta.25",
|
|
69
|
+
"@nx/js": "23.0.0-beta.25",
|
|
70
|
+
"@nx/vite": "23.0.0-beta.25",
|
|
71
|
+
"@nx/vitest": "23.0.0-beta.25",
|
|
72
|
+
"@nx/web": "23.0.0-beta.25"
|
|
42
73
|
},
|
|
43
74
|
"devDependencies": {
|
|
44
|
-
"nx": "23.0.0-beta.
|
|
75
|
+
"nx": "23.0.0-beta.25"
|
|
45
76
|
},
|
|
46
77
|
"publishConfig": {
|
|
47
78
|
"access": "public"
|
|
48
79
|
},
|
|
49
80
|
"peerDependencies": {
|
|
50
|
-
"@nx/cypress": "23.0.0-beta.24",
|
|
51
|
-
"@nx/playwright": "23.0.0-beta.24",
|
|
52
|
-
"@nx/rsbuild": "23.0.0-beta.24",
|
|
53
|
-
"@nx/storybook": "23.0.0-beta.24",
|
|
54
81
|
"vue": "^3.0.0",
|
|
55
82
|
"vue-router": "^4.0.0",
|
|
56
83
|
"vue-tsc": "^2.0.0",
|
|
57
|
-
"@vitejs/plugin-vue": "^5.0.0 || ^6.0.0"
|
|
84
|
+
"@vitejs/plugin-vue": "^5.0.0 || ^6.0.0",
|
|
85
|
+
"@nx/playwright": "23.0.0-beta.25",
|
|
86
|
+
"@nx/storybook": "23.0.0-beta.25",
|
|
87
|
+
"@nx/cypress": "23.0.0-beta.25",
|
|
88
|
+
"@nx/rsbuild": "23.0.0-beta.25"
|
|
58
89
|
},
|
|
59
90
|
"peerDependenciesMeta": {
|
|
60
91
|
"@nx/cypress": {
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/vue/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAC;AACzG,OAAO,EACL,gBAAgB,EAChB,sBAAsB,GACvB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/application/application.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,iBAAiB,EAKjB,IAAI,EAEL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAmBlC,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,8BAM/D;AAED,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,iBAAiB,CAAC,CA4I5B;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAa1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CA4J5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-rsbuild.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/add-rsbuild.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,IAAI,EACT,KAAK,iBAAiB,EAIvB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,wBAAsB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,gCAgDrE"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.addRsbuild = addRsbuild;
|
|
37
|
-
const devkit_1 = require("@nx/devkit");
|
|
38
|
-
const versions_1 = require("../../../utils/versions");
|
|
39
|
-
async function addRsbuild(tree, options) {
|
|
40
|
-
const tasks = [];
|
|
41
|
-
(0, devkit_1.ensurePackage)('@nx/rsbuild', versions_1.nxVersion);
|
|
42
|
-
const { initGenerator, configurationGenerator } = await Promise.resolve().then(() => __importStar(require('@nx/rsbuild/generators')));
|
|
43
|
-
const initTask = await initGenerator(tree, {
|
|
44
|
-
skipPackageJson: options.skipPackageJson,
|
|
45
|
-
addPlugin: true,
|
|
46
|
-
skipFormat: true,
|
|
47
|
-
});
|
|
48
|
-
tasks.push(initTask);
|
|
49
|
-
const rsbuildTask = await configurationGenerator(tree, {
|
|
50
|
-
project: options.projectName,
|
|
51
|
-
entry: `./src/main.ts`,
|
|
52
|
-
tsConfig: './tsconfig.app.json',
|
|
53
|
-
target: 'web',
|
|
54
|
-
devServerPort: options.devServerPort ?? 4200,
|
|
55
|
-
});
|
|
56
|
-
tasks.push(rsbuildTask);
|
|
57
|
-
const { addBuildPlugin, addHtmlTemplatePath, versions } = await Promise.resolve().then(() => __importStar(require('@nx/rsbuild/config-utils')));
|
|
58
|
-
const deps = { '@rsbuild/plugin-vue': versions.rsbuildPluginVueVersion };
|
|
59
|
-
const pathToConfigFile = (0, devkit_1.joinPathFragments)(options.appProjectRoot, 'rsbuild.config.ts');
|
|
60
|
-
addBuildPlugin(tree, pathToConfigFile, '@rsbuild/plugin-vue', 'pluginVue');
|
|
61
|
-
if (options.style === 'scss') {
|
|
62
|
-
addBuildPlugin(tree, pathToConfigFile, '@rsbuild/plugin-sass', 'pluginSass');
|
|
63
|
-
deps['@rsbuild/plugin-sass'] = versions.rsbuildPluginSassVersion;
|
|
64
|
-
}
|
|
65
|
-
addHtmlTemplatePath(tree, pathToConfigFile, './index.html');
|
|
66
|
-
tasks.push((0, devkit_1.addDependenciesToPackageJson)(tree, {}, deps, undefined, true));
|
|
67
|
-
return tasks;
|
|
68
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-vite.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/add-vite.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAoC5B;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,gCAmCpE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-application-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":"AACA,OAAO,EAAiC,IAAI,EAAE,MAAM,YAAY,CAAC;AAIjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAM7C,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,iBAmE1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAKlC,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGrD,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CA4C3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/component/component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAoB,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAGtE,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,wBAAwB,iBAYjC;AAqBD,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/component/lib/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAML,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAIvE,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,gBAAgB,CAAC,CAsC3B;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAqCvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAGjB,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAmBtC,wBAAsB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,UAAU,8BAapE;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-vite.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/library/lib/add-vite.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,IAAI,EAGL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAG7C,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAyE5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-library-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/library/lib/create-library-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAUvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAI7C,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAuDvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"determine-entry-fields.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/library/lib/determine-entry-fields.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAElD,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,gBAAgB,GACxB,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC,CAoBnD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/library/lib/normalize-options.ts"],"names":[],"mappings":"AAIA,OAAO,EAKL,IAAI,EACL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAOrD,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAuF3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/library/library.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,iBAAiB,EAOjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAuBpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAM1D;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAsKxE;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-story.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/stories/lib/component-story.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,IAAI,EACL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAUpD,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,EAAE,OAAO,EAAE,EAAE,EAAE,gBAAgB,EAAE,EAAE,sBAAsB,EACzD,aAAa,EAAE,MAAM,QAuCtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/vue/src/generators/stories/lib/utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAS/C;AAED,wBAAgB,uBAAuB,CAAC,WAAW,EAAE;IACnD,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,GAAG;IACF,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,GAAG,CAAC;CACnB,EAAE,CAoBF;AAED,wBAAgB,oBAAoB,CAAC,uBAAuB,EAAE,MAAM,GAAG;IACrE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAmCA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stories.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/stories/stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,oBAAoB,EAEpB,IAAI,EAEL,MAAM,YAAY,CAAC;AAOpB,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,OAAO,EACzB,EAAE,EAAE,OAAO,EACX,oBAAoB,EAAE,oBAAoB,EAC1C,WAAW,CAAC,EAAE,MAAM,EAAE,iBA0CvB;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,sBAAsB,iBAmB/B;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/vue/src/generators/storybook-configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAGL,iBAAiB,EACjB,IAAI,EACL,MAAM,YAAY,CAAC;AAcpB,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,wBAAwB,8BAMjC;AAED,wBAAsB,uCAAuC,CAC3D,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,wBAAwB,GAC/B,OAAO,CAAC,iBAAiB,CAAC,CA0B5B;AAED,eAAe,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-linting.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/add-linting.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAElB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,MAAM,EAAE,UAAU,EAAwB,MAAM,YAAY,CAAC;AActE,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAU9C,wBAAsB,UAAU,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE;IACP,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IACnC,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB,EACD,WAAW,EAAE,KAAK,GAAG,KAAK,8BAmE3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assert-supported-vue-version.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/assert-supported-vue-version.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAE1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ast-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/ast-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,EAAE,MAAM,YAAY,CAAC;AAEtC,OAAO,EAAc,YAAY,EAAE,MAAM,YAAY,CAAC;AAKtD,wBAAgB,SAAS,CACvB,MAAM,EAAE,EAAE,CAAC,UAAU,EACrB,SAAS,EAAE,MAAM,GAChB,YAAY,EAAE,CAwBhB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-ts-config.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/create-ts-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAyB,MAAM,YAAY,CAAC;AAIzD,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,KAAK,GAAG,KAAK,EACnB,OAAO,EAAE;IACP,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,EACD,0BAA0B,EAAE,MAAM,QAmBnC;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,KAAK,GAAG,KAAK,EACnB,OAAO,EAAE;IACP,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,EACD,0BAA0B,EAAE,MAAM,QA4BnC;AAED,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,IAAI,EACV,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,KAAK,GAAG,KAAK,EACnB,OAAO,EAAE;IACP,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,EACD,0BAA0B,EAAE,MAAM,QAwDnC;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,QAU7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AASpB,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;CACjC,CAAC;AAEF,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,yBAAyB,GACjC,iBAAiB,CAuBnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"has-rsbuild-plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/has-rsbuild-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,IAAI,EAAE,MAAM,YAAY,CAAC;AAGjD,wBAAsB,gBAAgB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,CAAC,EAAE,MAAM,oBAItE"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.hasRsbuildPlugin = hasRsbuildPlugin;
|
|
37
|
-
const devkit_1 = require("@nx/devkit");
|
|
38
|
-
const versions_1 = require("./versions");
|
|
39
|
-
async function hasRsbuildPlugin(tree, projectPath) {
|
|
40
|
-
(0, devkit_1.ensurePackage)('@nx/rsbuild', versions_1.nxVersion);
|
|
41
|
-
const { hasRsbuildPlugin } = await Promise.resolve().then(() => __importStar(require('@nx/rsbuild/config-utils')));
|
|
42
|
-
return hasRsbuildPlugin(tree, projectPath);
|
|
43
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/test-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlE,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CASzE;AAED,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAYzE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAI/D,eAAO,MAAM,sBAAsB,UAAU,CAAC;AAG9C,eAAO,MAAM,UAAU,YAAY,CAAC;AACpC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AAGzC,eAAO,MAAM,mBAAmB,WAAW,CAAC;AAC5C,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAG7C,eAAO,MAAM,8BAA8B,YAAY,CAAC;AACxD,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,yCAAyC,YAAY,CAAC;AACnE,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,mBAAmB,YAAY,CAAC;AAG7C,eAAO,MAAM,WAAW,YAAY,CAAC"}
|
package/tailwind.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind.d.ts","sourceRoot":"","sources":["../../../packages/vue/tailwind.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,iCAAiC,CAC/C,OAAO,EAAE,MAAM,EACf,eAAe,GAAE,MAAsD,YA4BxE"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src → dist/src}/generators/application/files/routing/src/views/AboutView.vue.template
RENAMED
|
File without changes
|
/package/{src → dist/src}/generators/application/files/routing/src/views/HomeView.vue.template
RENAMED
|
File without changes
|
/package/{src → dist/src}/generators/application/files/stylesheet/src/styles.__style__.template
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src → dist/src}/generators/stories/lib/files/js/__componentFileName__.stories.js__tmpl__
RENAMED
|
File without changes
|
/package/{src → dist/src}/generators/stories/lib/files/ts/__componentFileName__.stories.ts__tmpl__
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|