@ui5/webcomponents-tools 0.0.0-f24ff9019 → 0.0.0-f42e7c18c
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/CHANGELOG.md +955 -0
- package/README.md +3 -6
- package/assets-meta.js +5 -3
- package/components-package/cypress/support/commands.js +39 -0
- package/components-package/cypress/support/component-index.html +17 -0
- package/components-package/cypress/support/component.d.ts +23 -0
- package/components-package/cypress/support/component.js +34 -0
- package/components-package/cypress.config.js +19 -0
- package/components-package/eslint.js +90 -28
- package/components-package/nps.js +53 -45
- package/components-package/postcss.components.js +1 -24
- package/components-package/postcss.themes.js +1 -30
- package/components-package/wdio.js +415 -405
- package/icons-collection/nps.js +7 -5
- package/lib/amd-to-es6/index.js +102 -0
- package/lib/amd-to-es6/no-remaining-require.js +33 -0
- package/lib/cem/custom-elements-manifest.config.mjs +527 -0
- package/lib/cem/event.mjs +168 -0
- package/lib/cem/schema-internal.json +1413 -0
- package/lib/cem/schema.json +1098 -0
- package/lib/cem/types-internal.d.ts +808 -0
- package/lib/cem/types.d.ts +736 -0
- package/lib/cem/utils.mjs +408 -0
- package/lib/cem/validate.js +70 -0
- package/lib/create-icons/index.js +8 -6
- package/lib/create-illustrations/index.js +40 -33
- package/lib/create-new-component/index.js +4 -13
- package/lib/create-new-component/tsFileContentTemplate.js +4 -13
- package/lib/css-processors/css-processor-components.mjs +77 -0
- package/lib/css-processors/css-processor-themes.mjs +79 -0
- package/lib/css-processors/scope-variables.mjs +49 -0
- package/lib/{postcss-css-to-esm/index.js → css-processors/shared.mjs} +36 -50
- package/lib/dev-server/custom-hot-update-plugin.js +4 -4
- package/lib/dev-server/{dev-server.js → dev-server.mjs} +4 -4
- package/lib/generate-js-imports/illustrations.js +17 -14
- package/lib/generate-json-imports/i18n.js +45 -61
- package/lib/generate-json-imports/themes.js +16 -33
- package/lib/hbs2ui5/RenderTemplates/LitRenderer.js +12 -7
- package/lib/hbs2ui5/index.js +3 -3
- package/lib/i18n/defaults.js +3 -2
- package/lib/postcss-combine-duplicated-selectors/index.js +12 -5
- package/lib/remove-dev-mode/remove-dev-mode.mjs +37 -0
- package/lib/scoping/get-all-tags.js +10 -3
- package/lib/scoping/lint-src.js +8 -7
- package/lib/scoping/scope-test-pages.js +2 -1
- package/package.json +19 -11
- package/tsconfig.json +16 -0
- package/types/index.d.ts +1 -0
- package/components-package/wdio.sync.js +0 -368
- package/lib/create-new-component/jsFileContentTemplate.js +0 -73
- package/lib/esm-abs-to-rel/index.js +0 -58
- package/lib/generate-custom-elements-manifest/index.js +0 -327
- package/lib/jsdoc/config.json +0 -29
- package/lib/jsdoc/configTypescript.json +0 -29
- package/lib/jsdoc/plugin.js +0 -2468
- package/lib/jsdoc/preprocess.js +0 -146
- package/lib/jsdoc/template/publish.js +0 -4120
- package/lib/postcss-css-to-json/index.js +0 -47
- package/lib/postcss-new-files/index.js +0 -36
- package/lib/postcss-p/postcss-p.mjs +0 -14
- package/lib/postcss-scope-vars/index.js +0 -24
- package/lib/replace-global-core/index.js +0 -25
package/README.md
CHANGED
@@ -1,7 +1,4 @@
|
|
1
|
-
UI5 Web Components - Tools
|
5
2
|
|
6
3
|
[](https://www.npmjs.com/package/@ui5/webcomponents)
|
7
4
|
|
@@ -11,10 +8,10 @@ used by other UI5 Web Components packages, such as `main` and `fiori`.
|
|
11
8
|
## Resources
|
12
9
|
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
|
13
10
|
- [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
|
14
|
-
- [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/
|
11
|
+
- [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/play/)
|
15
12
|
|
16
13
|
## Support
|
17
|
-
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://
|
14
|
+
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
|
18
15
|
|
19
16
|
## Contribute
|
20
17
|
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
|
package/assets-meta.js
CHANGED
@@ -4,9 +4,6 @@ const assetsMeta = {
|
|
4
4
|
"all": [
|
5
5
|
"sap_fiori_3",
|
6
6
|
"sap_fiori_3_dark",
|
7
|
-
"sap_belize",
|
8
|
-
"sap_belize_hcb",
|
9
|
-
"sap_belize_hcw",
|
10
7
|
"sap_fiori_3_hcb",
|
11
8
|
"sap_fiori_3_hcw",
|
12
9
|
"sap_horizon",
|
@@ -25,6 +22,7 @@ const assetsMeta = {
|
|
25
22
|
"ar",
|
26
23
|
"bg",
|
27
24
|
"ca",
|
25
|
+
"cnr",
|
28
26
|
"cs",
|
29
27
|
"cy",
|
30
28
|
"da",
|
@@ -52,6 +50,7 @@ const assetsMeta = {
|
|
52
50
|
"ko",
|
53
51
|
"lt",
|
54
52
|
"lv",
|
53
|
+
"mk",
|
55
54
|
"ms",
|
56
55
|
"nl",
|
57
56
|
"no",
|
@@ -63,6 +62,7 @@ const assetsMeta = {
|
|
63
62
|
"sh",
|
64
63
|
"sk",
|
65
64
|
"sl",
|
65
|
+
"sr",
|
66
66
|
"sv",
|
67
67
|
"th",
|
68
68
|
"tr",
|
@@ -80,6 +80,7 @@ const assetsMeta = {
|
|
80
80
|
"ar_SA",
|
81
81
|
"bg",
|
82
82
|
"ca",
|
83
|
+
"cnr",
|
83
84
|
"cs",
|
84
85
|
"da",
|
85
86
|
"de",
|
@@ -127,6 +128,7 @@ const assetsMeta = {
|
|
127
128
|
"lt",
|
128
129
|
"lv",
|
129
130
|
"ms",
|
131
|
+
"mk",
|
130
132
|
"nb",
|
131
133
|
"nl",
|
132
134
|
"nl_BE",
|
@@ -0,0 +1,39 @@
|
|
1
|
+
/// <reference types="cypress" />
|
2
|
+
// ***********************************************
|
3
|
+
// This example commands.ts shows you how to
|
4
|
+
// create various custom commands and overwrite
|
5
|
+
// existing commands.
|
6
|
+
//
|
7
|
+
// For more comprehensive examples of custom
|
8
|
+
// commands please read more here:
|
9
|
+
// https://on.cypress.io/custom-commands
|
10
|
+
// ***********************************************
|
11
|
+
//
|
12
|
+
//
|
13
|
+
// -- This is a parent command --
|
14
|
+
// Cypress.Commands.add('login', (email, password) => { ... })
|
15
|
+
//
|
16
|
+
//
|
17
|
+
// -- This is a child command --
|
18
|
+
// Cypress.Commands.add('drag', { prevSubject: 'element'}, (subject, options) => { ... })
|
19
|
+
//
|
20
|
+
//
|
21
|
+
// -- This is a dual command --
|
22
|
+
// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
|
23
|
+
//
|
24
|
+
//
|
25
|
+
// -- This will overwrite an existing command --
|
26
|
+
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
|
27
|
+
//
|
28
|
+
// declare global {
|
29
|
+
// namespace Cypress {
|
30
|
+
// interface Chainable {
|
31
|
+
// login(email: string, password: string): Chainable<void>
|
32
|
+
// drag(subject: string, options?: Partial<TypeOptions>): Chainable<Element>
|
33
|
+
// dismiss(subject: string, options?: Partial<TypeOptions>): Chainable<Element>
|
34
|
+
// visit(originalFn: CommandOriginalFn, url: string, options: Partial<VisitOptions>): Chainable<Element>
|
35
|
+
// }
|
36
|
+
// }
|
37
|
+
// }
|
38
|
+
|
39
|
+
import "cypress-real-events";
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<meta charset="utf-8">
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
|
+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
8
|
+
<meta name="sap-allowedThemeOrigins" content="https://example.com">
|
9
|
+
<title>Components App</title>
|
10
|
+
<script data-ui5-config type="application/json">{}</script>
|
11
|
+
</head>
|
12
|
+
|
13
|
+
<body>
|
14
|
+
<div data-cy-root></div>
|
15
|
+
</body>
|
16
|
+
|
17
|
+
</html>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/// <reference types="cypress" />
|
2
|
+
import { RenderOptions, HTMLTemplateResult } from 'lit';
|
3
|
+
import "cypress-real-events";
|
4
|
+
|
5
|
+
export type Renderable = HTMLTemplateResult;
|
6
|
+
export interface MountUI5Options extends MountLitTemplateOptions {
|
7
|
+
ui5Configuration: object;
|
8
|
+
}
|
9
|
+
export type MountOptions = Partial<MountUI5Options>;
|
10
|
+
export declare function mount<T extends keyof HTMLElementTagNameMap = any>(component: string | Renderable, options?: MountOptions): Cypress.Chainable<JQuery<HTMLElementTagNameMap[T]>>;
|
11
|
+
declare global {
|
12
|
+
namespace Cypress {
|
13
|
+
interface Chainable {
|
14
|
+
/**
|
15
|
+
* Mount your component into Cypress sandbox
|
16
|
+
* @param component content to render by lit-html render function
|
17
|
+
* @param options render options for custom rendering
|
18
|
+
*/
|
19
|
+
mount: typeof mount;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { setupHooks } from '@cypress/mount-utils';
|
2
|
+
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
|
3
|
+
import { mount } from 'cypress-ct-lit'
|
4
|
+
import "./commands.js";
|
5
|
+
|
6
|
+
let dispose;
|
7
|
+
|
8
|
+
function cleanup() {
|
9
|
+
dispose?.();
|
10
|
+
}
|
11
|
+
|
12
|
+
function ui5Mount(component, options = {}) {
|
13
|
+
const configurationScript = document.head.querySelector("script[data-ui5-config]")
|
14
|
+
cleanup();
|
15
|
+
|
16
|
+
if (options.ui5Configuration) {
|
17
|
+
configurationScript.innerHTML = JSON.stringify(options.ui5Configuration);
|
18
|
+
|
19
|
+
}
|
20
|
+
|
21
|
+
dispose = () => {
|
22
|
+
configurationScript.innerHTML = "{}";
|
23
|
+
}
|
24
|
+
|
25
|
+
if (typeof component === "string") {
|
26
|
+
return mount(unsafeHTML(component), options)
|
27
|
+
}
|
28
|
+
|
29
|
+
return mount(component, options)
|
30
|
+
}
|
31
|
+
|
32
|
+
setupHooks(cleanup);
|
33
|
+
|
34
|
+
Cypress.Commands.add('mount', ui5Mount)
|
@@ -0,0 +1,19 @@
|
|
1
|
+
const { defineConfig } = require('cypress')
|
2
|
+
const path = require("path");
|
3
|
+
|
4
|
+
module.exports = defineConfig({
|
5
|
+
component: {
|
6
|
+
supportFile: path.join(__dirname, "cypress/support/component.js"),
|
7
|
+
indexHtmlFile: path.join(__dirname, "cypress/support/component-index.html"),
|
8
|
+
specPattern: ["**/specs/*.cy.{js,ts}", "**/specs/**/*.cy.{js,ts}"],
|
9
|
+
devServer: {
|
10
|
+
framework: 'cypress-ct-lit',
|
11
|
+
bundler: 'vite',
|
12
|
+
}
|
13
|
+
},
|
14
|
+
video: false,
|
15
|
+
screenshotOnRunFailure: false,
|
16
|
+
scrollBehavior: false,
|
17
|
+
viewportHeight: 1080,
|
18
|
+
viewportWidth: 1440,
|
19
|
+
})
|
@@ -3,33 +3,94 @@ const path = require("path");
|
|
3
3
|
const tsMode = fs.existsSync(path.join(process.cwd(), "tsconfig.json"));
|
4
4
|
|
5
5
|
/**
|
6
|
-
*
|
6
|
+
* Returns eslint rules specific to typescript files
|
7
|
+
* @returns
|
7
8
|
*/
|
8
|
-
const
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
9
|
+
const getTsModeOverrides = () => {
|
10
|
+
const tsConfiguration = {
|
11
|
+
files: ["*.ts"],
|
12
|
+
parser: "@typescript-eslint/parser",
|
13
|
+
plugins: ["@typescript-eslint"],
|
14
|
+
extends: [
|
15
|
+
"plugin:@typescript-eslint/recommended",
|
16
|
+
"plugin:@typescript-eslint/recommended-requiring-type-checking"
|
17
|
+
],
|
18
|
+
parserOptions: {
|
19
|
+
"project": [
|
20
|
+
"./tsconfig.json",
|
21
|
+
"./cypress/tsconfig.json",
|
22
|
+
],
|
23
|
+
EXPERIMENTAL_useSourceOfProjectReferenceRedirect: true,
|
24
|
+
},
|
25
|
+
rules: {
|
26
|
+
"no-shadow": "off",
|
27
|
+
"@typescript-eslint/consistent-type-imports": "error",
|
28
|
+
"@typescript-eslint/no-shadow": ["error"],
|
29
|
+
"@typescript-eslint/no-unsafe-member-access": "off",
|
30
|
+
"@typescript-eslint/no-floating-promises": "off",
|
31
|
+
"@typescript-eslint/no-explicit-any": "off",
|
32
|
+
"@typescript-eslint/no-unsafe-assignment": "off",
|
33
|
+
"@typescript-eslint/ban-ts-comment": "off",
|
34
|
+
"@typescript-eslint/no-unsafe-call": "off",
|
35
|
+
"@typescript-eslint/no-non-null-assertion": "off",
|
36
|
+
"@typescript-eslint/no-empty-function": "off",
|
37
|
+
"@typescript-eslint/no-empty-interface": "off",
|
38
|
+
"lines-between-class-members": "off",
|
39
|
+
}
|
40
|
+
};
|
41
|
+
|
42
|
+
const tsxConfiguration = JSON.parse(JSON.stringify(tsConfiguration));
|
43
|
+
tsxConfiguration.files = ["*.tsx"];
|
44
|
+
tsxConfiguration.rules = {
|
45
|
+
...tsxConfiguration.rules,
|
46
|
+
"@typescript-eslint/unbound-method": "off", // to be able to attach on* listeners
|
47
|
+
"@typescript-eslint/no-misused-promises": "off", // to be able to have async event listeners
|
48
|
+
"operator-linebreak": "off",
|
49
|
+
"no-nested-ternary": "off",
|
50
|
+
"implicit-arrow-linebreak": "off",
|
51
|
+
"function-paren-newline": "off",
|
52
|
+
"comma-dangle": "off"
|
53
|
+
};
|
54
|
+
|
55
|
+
const cypressConfiguration = {
|
56
|
+
"files": ["**/cypress/**/*.ts"],
|
57
|
+
|
58
|
+
"plugins": [
|
59
|
+
"cypress"
|
60
|
+
],
|
61
|
+
extends: [
|
62
|
+
"plugin:cypress/recommended"
|
63
|
+
],
|
64
|
+
"env": {
|
65
|
+
"cypress/globals": true
|
66
|
+
},
|
67
|
+
"rules": {
|
68
|
+
"max-nested-callbacks": 0,
|
69
|
+
"@typescript-eslint/no-namespace": "off",
|
70
|
+
"cypress/no-assigning-return-values": "error",
|
71
|
+
"cypress/no-unnecessary-waiting": "error",
|
72
|
+
"cypress/assertion-before-screenshot": "warn",
|
73
|
+
"cypress/no-force": "warn",
|
74
|
+
"cypress/no-async-tests": "error",
|
75
|
+
"cypress/no-async-before": "error",
|
76
|
+
"cypress/no-pause": "error",
|
77
|
+
"import/no-extraneous-dependencies": [
|
78
|
+
"error",
|
79
|
+
{
|
80
|
+
"devDependencies": [
|
81
|
+
"**/cypress/**/*.ts"
|
82
|
+
]
|
83
|
+
}
|
84
|
+
]
|
85
|
+
}
|
31
86
|
}
|
32
|
-
|
87
|
+
|
88
|
+
return [
|
89
|
+
tsConfiguration,
|
90
|
+
tsxConfiguration,
|
91
|
+
cypressConfiguration,
|
92
|
+
];
|
93
|
+
}
|
33
94
|
|
34
95
|
module.exports = {
|
35
96
|
"env": {
|
@@ -38,7 +99,7 @@ module.exports = {
|
|
38
99
|
},
|
39
100
|
"root": true,
|
40
101
|
"extends": "airbnb-base",
|
41
|
-
overrides,
|
102
|
+
"overrides": tsMode ? getTsModeOverrides() : [],
|
42
103
|
"parserOptions": {
|
43
104
|
"ecmaVersion": 2018,
|
44
105
|
"sourceType": "module"
|
@@ -81,6 +142,7 @@ module.exports = {
|
|
81
142
|
"curly": [2, "all"],
|
82
143
|
// "default-case": 1, // removed for UI5 WebComponents
|
83
144
|
"import/extensions": ["error", "always"], // override for UI5 WebComponents
|
145
|
+
"import/order": "off",
|
84
146
|
"no-alert": 2,
|
85
147
|
"no-caller": 2,
|
86
148
|
"no-div-regex": 2,
|
@@ -122,7 +184,7 @@ module.exports = {
|
|
122
184
|
"no-shadow-restricted-names": 2,
|
123
185
|
"no-undef-init": 2,
|
124
186
|
"no-undef": 2,
|
125
|
-
"no-unused-vars": [2, {"vars":"all", "args":"none"}],
|
187
|
+
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
|
126
188
|
|
127
189
|
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
|
128
190
|
"camelcase": [1, { "properties": "never" }], // added for UI5 WebComponents
|
@@ -138,7 +200,7 @@ module.exports = {
|
|
138
200
|
"no-new-object": 2,
|
139
201
|
"no-spaced-func": 2,
|
140
202
|
"quote-props": [2, "as-needed", { "keywords": true, "unnecessary": false }],
|
141
|
-
"semi-spacing": [1, {"before": false, "after": true}],
|
203
|
+
"semi-spacing": [1, { "before": false, "after": true }],
|
142
204
|
"semi": 2,
|
143
205
|
"keyword-spacing": 2,
|
144
206
|
"space-infix-ops": 2,
|
@@ -1,8 +1,13 @@
|
|
1
1
|
const path = require("path");
|
2
2
|
const fs = require("fs");
|
3
|
-
const resolve = require("resolve");
|
4
3
|
const LIB = path.join(__dirname, `../lib/`);
|
5
|
-
|
4
|
+
let websiteBaseUrl = "/";
|
5
|
+
|
6
|
+
if (process.env.DEPLOY) {
|
7
|
+
websiteBaseUrl = "/ui5-webcomponents/";
|
8
|
+
} else if (process.env.DEPLOY_NIGHTLY) {
|
9
|
+
websiteBaseUrl = "/ui5-webcomponents/nightly/";
|
10
|
+
}
|
6
11
|
|
7
12
|
const getScripts = (options) => {
|
8
13
|
|
@@ -11,14 +16,17 @@ const getScripts = (options) => {
|
|
11
16
|
const illustrations = illustrationsData.map(illustration => `node "${LIB}/create-illustrations/index.js" ${illustration.path} ${illustration.defaultText} ${illustration.illustrationsPrefix} ${illustration.set} ${illustration.destinationPath} ${illustration.collection}`);
|
12
17
|
const createIllustrationsJSImportsScript = illustrations.join(" && ");
|
13
18
|
|
14
|
-
// The script creates the "
|
15
|
-
const createIllustrationsLoadersScript = illustrationsData.map(illustrations => `node ${LIB}/generate-js-imports/illustrations.js ${illustrations.destinationPath} ${illustrations.dynamicImports.outputFile} ${illustrations.
|
19
|
+
// The script creates the "src/generated/js-imports/Illustration.js" file that registers loaders (dynamic JS imports) for each illustration
|
20
|
+
const createIllustrationsLoadersScript = illustrationsData.map(illustrations => `node ${LIB}/generate-js-imports/illustrations.js ${illustrations.destinationPath} ${illustrations.dynamicImports.outputFile} ${illustrations.set} ${illustrations.collection} ${illustrations.dynamicImports.location} ${illustrations.dynamicImports.filterOut.join(" ")}`).join(" && ");
|
16
21
|
|
17
|
-
const tsOption = options.
|
18
|
-
const
|
19
|
-
|
22
|
+
const tsOption = !options.legacy;
|
23
|
+
const tsCommandOld = tsOption ? "tsc" : "";
|
24
|
+
let tsWatchCommandStandalone = tsOption ? "tsc --watch" : "";
|
25
|
+
// this command is only used for standalone projects. monorepo projects get their watch from vite, so opt-out here
|
26
|
+
if (options.noWatchTS) {
|
27
|
+
tsWatchCommandStandalone = "";
|
28
|
+
}
|
20
29
|
const tsCrossEnv = tsOption ? "cross-env UI5_TS=true" : "";
|
21
|
-
const copySrcGenerated = tsOption ? "" : "copy.srcGenerated";
|
22
30
|
|
23
31
|
if (tsOption) {
|
24
32
|
try {
|
@@ -51,22 +59,27 @@ const getScripts = (options) => {
|
|
51
59
|
}
|
52
60
|
|
53
61
|
const scripts = {
|
54
|
-
clean: 'rimraf
|
62
|
+
clean: 'rimraf src/generated && rimraf dist && rimraf .port && nps "scope.testPages.clean"',
|
55
63
|
lint: `eslint . ${eslintConfig}`,
|
56
64
|
lintfix: `eslint . ${eslintConfig} --fix`,
|
65
|
+
generate: {
|
66
|
+
default: `${tsCrossEnv} nps prepare.all`,
|
67
|
+
all: 'concurrently "nps build.templates" "nps build.i18n" "nps prepare.styleRelated" "nps copyProps" "nps build.illustrations"',
|
68
|
+
styleRelated: "nps build.styles build.jsonImports build.jsImports",
|
69
|
+
},
|
57
70
|
prepare: {
|
58
|
-
default: `${tsCrossEnv} nps clean prepare.all typescript generateAPI`,
|
59
|
-
all: 'concurrently "nps build.templates" "nps build.i18n" "nps prepare.styleRelated" "nps
|
71
|
+
default: `${tsCrossEnv} nps clean prepare.all ${options.legacy ? "copy" : ""} copyProps prepare.typescript generateAPI`,
|
72
|
+
all: 'concurrently "nps build.templates" "nps build.i18n" "nps prepare.styleRelated" "nps build.illustrations"',
|
60
73
|
styleRelated: "nps build.styles build.jsonImports build.jsImports",
|
74
|
+
typescript: tsCommandOld,
|
61
75
|
},
|
62
|
-
typescript: tsCommand,
|
63
76
|
build: {
|
64
|
-
default: "nps prepare lint build.bundle",
|
65
|
-
templates: `mkdirp
|
77
|
+
default: "nps prepare lint build.bundle", // build.bundle2
|
78
|
+
templates: `mkdirp src/generated/templates && ${tsCrossEnv} node "${LIB}/hbs2ui5/index.js" -d src/ -o src/generated/templates`,
|
66
79
|
styles: {
|
67
|
-
default: `nps build.styles.themes build.styles.components
|
68
|
-
themes: `node "${LIB}/
|
69
|
-
components: "
|
80
|
+
default: `concurrently "nps build.styles.themes" "nps build.styles.components"`,
|
81
|
+
themes: `node "${LIB}/css-processors/css-processor-themes.mjs"`,
|
82
|
+
components: `node "${LIB}/css-processors/css-processor-components.mjs"`,
|
70
83
|
},
|
71
84
|
i18n: {
|
72
85
|
default: "nps build.i18n.defaultsjs build.i18n.json",
|
@@ -74,50 +87,48 @@ const getScripts = (options) => {
|
|
74
87
|
json: `node "${LIB}/i18n/toJSON.js" src/i18n dist/generated/assets/i18n`,
|
75
88
|
},
|
76
89
|
jsonImports: {
|
77
|
-
default: "mkdirp
|
78
|
-
themes: `node "${LIB}/generate-json-imports/themes.js" dist/generated/assets/themes
|
79
|
-
i18n: `node "${LIB}/generate-json-imports/i18n.js" dist/generated/assets/i18n
|
90
|
+
default: "mkdirp src/generated/json-imports && nps build.jsonImports.themes build.jsonImports.i18n",
|
91
|
+
themes: `node "${LIB}/generate-json-imports/themes.js" dist/generated/assets/themes src/generated/json-imports`,
|
92
|
+
i18n: `node "${LIB}/generate-json-imports/i18n.js" dist/generated/assets/i18n src/generated/json-imports`,
|
80
93
|
},
|
81
94
|
jsImports: {
|
82
|
-
default: "mkdirp
|
95
|
+
default: "mkdirp src/generated/js-imports && nps build.jsImports.illustrationsLoaders",
|
83
96
|
illustrationsLoaders: createIllustrationsLoadersScript,
|
84
97
|
},
|
85
|
-
bundle: `vite build ${viteConfig}`,
|
98
|
+
bundle: `vite build ${viteConfig} --mode testing --base ${websiteBaseUrl}`,
|
99
|
+
bundle2: ``,
|
86
100
|
illustrations: createIllustrationsJSImportsScript,
|
87
101
|
},
|
102
|
+
copyProps: `node "${LIB}/copy-and-watch/index.js" --silent "src/i18n/*.properties" dist/`,
|
88
103
|
copy: {
|
89
104
|
default: "nps copy.src copy.props",
|
90
|
-
src: `node "${LIB}/copy-and-watch/index.js" --silent "src/**/*.js" dist/`,
|
91
|
-
|
92
|
-
props: `node "${LIB}/copy-and-watch/index.js" --silent "src/**/*.properties" dist/`,
|
105
|
+
src: `node "${LIB}/copy-and-watch/index.js" --silent "src/**/*.{js,json}" dist/`,
|
106
|
+
props: `node "${LIB}/copy-and-watch/index.js" --silent "src/i18n/*.properties" dist/`,
|
93
107
|
},
|
94
108
|
watch: {
|
95
|
-
default: `${tsCrossEnv} concurrently "nps watch.templates" "nps watch.
|
109
|
+
default: `${tsCrossEnv} concurrently "nps watch.templates" "nps watch.typescript" ${options.legacy ? '"nps watch.src"' : ""} "nps watch.styles" "nps watch.i18n" "nps watch.props"`,
|
96
110
|
devServer: 'concurrently "nps watch.default" "nps watch.bundle"',
|
97
111
|
src: 'nps "copy.src --watch --safe --skip-initial-copy"',
|
98
|
-
typescript:
|
99
|
-
props: 'nps "
|
100
|
-
bundle: `node ${LIB}/dev-server/dev-server.
|
112
|
+
typescript: tsWatchCommandStandalone,
|
113
|
+
props: 'nps "copyProps --watch --safe --skip-initial-copy"',
|
114
|
+
bundle: `node ${LIB}/dev-server/dev-server.mjs ${viteConfig}`,
|
101
115
|
styles: {
|
102
116
|
default: 'concurrently "nps watch.styles.themes" "nps watch.styles.components"',
|
103
117
|
themes: 'nps "build.styles.themes -w"',
|
104
|
-
components:
|
105
|
-
default: 'concurrently "nps watch.styles.components.existingFiles" "nps watch.styles.components.newFiles"',
|
106
|
-
existingFiles: `nps "build.styles.components -w"`,
|
107
|
-
newFiles: `node "${LIB}/postcss-new-files/index.js" --srcFiles="src/themes/*.css"`,
|
108
|
-
},
|
118
|
+
components: `nps "build.styles.components -w"`,
|
109
119
|
},
|
110
|
-
templates: 'chokidar "src/**/*.hbs" -c "nps build.templates"',
|
111
|
-
api: 'chokidar "test/**/*.sample.html" -c "nps generateAPI"',
|
120
|
+
templates: 'chokidar "src/**/*.hbs" -i "src/generated" -c "nps build.templates"',
|
112
121
|
i18n: 'chokidar "src/i18n/messagebundle.properties" -c "nps build.i18n.defaultsjs"'
|
113
122
|
},
|
114
123
|
start: "nps prepare watch.devServer",
|
115
124
|
test: `node "${LIB}/test-runner/test-runner.js"`,
|
125
|
+
"test-cy-ci": `yarn cypress run --component --browser chrome`,
|
126
|
+
"test-cy-open": `yarn cypress open --component --browser chrome`,
|
116
127
|
"test-suite-1": `node "${LIB}/test-runner/test-runner.js" --suite suite1`,
|
117
128
|
"test-suite-2": `node "${LIB}/test-runner/test-runner.js" --suite suite2`,
|
118
129
|
startWithScope: "nps scope.prepare scope.watchWithBundle",
|
119
130
|
scope: {
|
120
|
-
prepare: "nps scope.lint
|
131
|
+
prepare: "nps scope.lint scope.testPages",
|
121
132
|
lint: `node "${LIB}/scoping/lint-src.js"`,
|
122
133
|
testPages: {
|
123
134
|
default: "nps scope.testPages.clean scope.testPages.copy scope.testPages.replace",
|
@@ -126,16 +137,13 @@ const getScripts = (options) => {
|
|
126
137
|
replace: `node "${LIB}/scoping/scope-test-pages.js" test/pages/scoped demo`,
|
127
138
|
},
|
128
139
|
watchWithBundle: 'concurrently "nps scope.watch" "nps scope.bundle" ',
|
129
|
-
watch: 'concurrently "nps watch.templates" "nps watch.
|
130
|
-
bundle: `node ${LIB}/dev-server/dev-server.
|
140
|
+
watch: 'concurrently "nps watch.templates" "nps watch.props" "nps watch.styles"',
|
141
|
+
bundle: `node ${LIB}/dev-server/dev-server.mjs ${viteConfig}`,
|
131
142
|
},
|
132
143
|
generateAPI: {
|
133
|
-
default: "nps generateAPI.
|
134
|
-
|
135
|
-
|
136
|
-
preprocess: `node "${preprocessJSDocScript}" jsdoc-dist/ src`,
|
137
|
-
jsdoc: `jsdoc -c "${LIB}/jsdoc/configTypescript.json"`,
|
138
|
-
cleanup: "rimraf jsdoc-dist/"
|
144
|
+
default: tsOption ? "nps generateAPI.generateCEM generateAPI.validateCEM" : "",
|
145
|
+
generateCEM: `cem analyze --config "${LIB}/cem/custom-elements-manifest.config.mjs" ${ options.dev ? "--dev" : "" }`,
|
146
|
+
validateCEM: `node "${LIB}/cem/validate.js" ${ options.dev ? "--dev" : "" }`,
|
139
147
|
},
|
140
148
|
};
|
141
149
|
|
@@ -1,24 +1 @@
|
|
1
|
-
|
2
|
-
const postcssCSStoESM = require('../lib/postcss-css-to-esm/index.js');
|
3
|
-
const postcssScopeVars = require('../lib/postcss-scope-vars/index.js');
|
4
|
-
const cssnano = require('cssnano');
|
5
|
-
const fs = require("fs")
|
6
|
-
|
7
|
-
|
8
|
-
const packageJSON = JSON.parse(fs.readFileSync("./package.json"))
|
9
|
-
|
10
|
-
module.exports = {
|
11
|
-
plugins: [
|
12
|
-
postcssImport(),
|
13
|
-
cssnano({
|
14
|
-
preset: [
|
15
|
-
'default', {
|
16
|
-
mergeLonghand: false, // https://github.com/cssnano/cssnano/issues/675
|
17
|
-
mergeRules: false, // https://github.com/cssnano/cssnano/issues/730
|
18
|
-
},
|
19
|
-
]
|
20
|
-
}),
|
21
|
-
postcssScopeVars({version: packageJSON.version}),
|
22
|
-
postcssCSStoESM({ toReplace: 'src', includeDefaultTheme: true, packageName: packageJSON.name }),
|
23
|
-
]
|
24
|
-
}
|
1
|
+
module.exports = {}
|
@@ -1,30 +1 @@
|
|
1
|
-
|
2
|
-
const combineSelectors = require('../lib/postcss-combine-duplicated-selectors/index.js');
|
3
|
-
const postcssCSStoJSON = require('../lib/postcss-css-to-json/index.js');
|
4
|
-
const postcssCSStoESM = require('../lib/postcss-css-to-esm/index.js');
|
5
|
-
const postcssScopeVars = require('../lib/postcss-scope-vars/index.js');
|
6
|
-
const cssnano = require('cssnano');
|
7
|
-
const fs = require("fs");
|
8
|
-
|
9
|
-
|
10
|
-
const packageJSON = JSON.parse(fs.readFileSync("./package.json"))
|
11
|
-
const packageName = packageJSON.name;
|
12
|
-
|
13
|
-
module.exports = {
|
14
|
-
plugins: [
|
15
|
-
postcssScopeVars({version: packageJSON.version}),
|
16
|
-
postcssImport(),
|
17
|
-
combineSelectors({
|
18
|
-
removeDuplicatedProperties: true
|
19
|
-
}),
|
20
|
-
cssnano({
|
21
|
-
preset: [
|
22
|
-
'default', {
|
23
|
-
mergeLonghand: false, // https://github.com/cssnano/cssnano/issues/675
|
24
|
-
},
|
25
|
-
]
|
26
|
-
},),
|
27
|
-
postcssCSStoJSON({ toReplace: 'src', packageName }),
|
28
|
-
postcssCSStoESM({ toReplace: 'src', packageName }),
|
29
|
-
]
|
30
|
-
};
|
1
|
+
module.exports = {};
|