@ui5/webcomponents-tools 0.0.0-ad923a2b7 → 0.0.0-ade0167ac

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.
Files changed (102) hide show
  1. package/CHANGELOG.md +1088 -0
  2. package/README.md +6 -6
  3. package/assets-meta.js +28 -3
  4. package/bin/dev.js +12 -1
  5. package/components-package/eslint.js +36 -0
  6. package/components-package/nps.js +122 -45
  7. package/components-package/postcss.components.js +1 -21
  8. package/components-package/postcss.themes.js +1 -23
  9. package/components-package/vite.config.js +13 -0
  10. package/components-package/wdio.js +405 -297
  11. package/components-package/wdio.sync.js +368 -0
  12. package/icons-collection/nps.js +55 -12
  13. package/lib/amd-to-es6/index.js +102 -0
  14. package/lib/amd-to-es6/no-remaining-require.js +33 -0
  15. package/lib/cem/custom-elements-manifest.config.mjs +501 -0
  16. package/lib/cem/event.mjs +131 -0
  17. package/lib/cem/schema-internal.json +1357 -0
  18. package/lib/cem/schema.json +1098 -0
  19. package/lib/cem/types-internal.d.ts +796 -0
  20. package/lib/cem/types.d.ts +736 -0
  21. package/lib/cem/utils.mjs +384 -0
  22. package/lib/cem/validate.js +70 -0
  23. package/lib/copy-and-watch/index.js +145 -0
  24. package/lib/copy-list/index.js +28 -0
  25. package/lib/create-icons/index.js +124 -54
  26. package/lib/create-illustrations/index.js +182 -0
  27. package/lib/create-new-component/index.js +72 -93
  28. package/lib/create-new-component/jsFileContentTemplate.js +73 -0
  29. package/lib/create-new-component/tsFileContentTemplate.js +71 -0
  30. package/lib/css-processors/css-processor-component-styles.mjs +47 -0
  31. package/lib/css-processors/css-processor-components.mjs +77 -0
  32. package/lib/css-processors/css-processor-themes.mjs +79 -0
  33. package/lib/css-processors/scope-variables.mjs +49 -0
  34. package/lib/css-processors/shared.mjs +76 -0
  35. package/lib/dev-server/custom-hot-update-plugin.js +39 -0
  36. package/lib/dev-server/dev-server.js +66 -0
  37. package/lib/dev-server/virtual-index-html-plugin.js +52 -0
  38. package/lib/generate-custom-elements-manifest/index.js +271 -0
  39. package/lib/generate-js-imports/illustrations.js +86 -0
  40. package/lib/generate-json-imports/i18n.js +80 -30
  41. package/lib/generate-json-imports/themes.js +70 -18
  42. package/lib/hbs2lit/index.js +2 -4
  43. package/lib/hbs2lit/src/compiler.js +30 -9
  44. package/lib/hbs2lit/src/includesReplacer.js +23 -17
  45. package/lib/hbs2lit/src/litVisitor2.js +125 -26
  46. package/lib/hbs2lit/src/svgProcessor.js +12 -5
  47. package/lib/hbs2ui5/RenderTemplates/LitRenderer.js +35 -7
  48. package/lib/hbs2ui5/index.js +69 -30
  49. package/lib/i18n/defaults.js +65 -57
  50. package/lib/i18n/toJSON.js +13 -12
  51. package/lib/jsdoc/config.json +1 -1
  52. package/lib/jsdoc/configTypescript.json +29 -0
  53. package/lib/jsdoc/plugin.js +65 -4
  54. package/lib/jsdoc/preprocess.js +146 -0
  55. package/lib/jsdoc/template/publish.js +32 -4
  56. package/lib/postcss-combine-duplicated-selectors/index.js +185 -0
  57. package/lib/scoping/get-all-tags.js +37 -0
  58. package/lib/scoping/lint-src.js +31 -0
  59. package/lib/scoping/missing-dependencies.js +65 -0
  60. package/lib/scoping/report-tags-usage.js +28 -0
  61. package/lib/scoping/scope-test-pages.js +41 -0
  62. package/lib/test-runner/test-runner.js +71 -0
  63. package/package.json +57 -54
  64. package/bin/init-ui5-package.js +0 -3
  65. package/components-package/rollup.js +0 -134
  66. package/components-package/serve.json +0 -3
  67. package/lib/documentation/index.js +0 -143
  68. package/lib/documentation/templates/api-component-since.js +0 -3
  69. package/lib/documentation/templates/api-css-variables-section.js +0 -24
  70. package/lib/documentation/templates/api-events-section.js +0 -35
  71. package/lib/documentation/templates/api-methods-section.js +0 -26
  72. package/lib/documentation/templates/api-properties-section.js +0 -40
  73. package/lib/documentation/templates/api-slots-section.js +0 -28
  74. package/lib/documentation/templates/template.js +0 -38
  75. package/lib/init-package/index.js +0 -119
  76. package/lib/init-package/resources/.eslintignore +0 -3
  77. package/lib/init-package/resources/bundle.es5.js +0 -25
  78. package/lib/init-package/resources/bundle.esm.js +0 -34
  79. package/lib/init-package/resources/config/.eslintrc.js +0 -1
  80. package/lib/init-package/resources/config/postcss.components/postcss.config.js +0 -1
  81. package/lib/init-package/resources/config/postcss.themes/postcss.config.js +0 -1
  82. package/lib/init-package/resources/config/rollup.config.js +0 -1
  83. package/lib/init-package/resources/config/wdio.conf.js +0 -1
  84. package/lib/init-package/resources/package-scripts.js +0 -11
  85. package/lib/init-package/resources/src/Assets.js +0 -5
  86. package/lib/init-package/resources/src/Demo.hbs +0 -1
  87. package/lib/init-package/resources/src/Demo.js +0 -56
  88. package/lib/init-package/resources/src/i18n/messagebundle.properties +0 -2
  89. package/lib/init-package/resources/src/i18n/messagebundle_de.properties +0 -1
  90. package/lib/init-package/resources/src/i18n/messagebundle_en.properties +0 -1
  91. package/lib/init-package/resources/src/i18n/messagebundle_es.properties +0 -1
  92. package/lib/init-package/resources/src/i18n/messagebundle_fr.properties +0 -1
  93. package/lib/init-package/resources/src/themes/Demo.css +0 -11
  94. package/lib/init-package/resources/src/themes/sap_belize/parameters-bundle.css +0 -3
  95. package/lib/init-package/resources/src/themes/sap_belize_hcb/parameters-bundle.css +0 -3
  96. package/lib/init-package/resources/src/themes/sap_belize_hcw/parameters-bundle.css +0 -3
  97. package/lib/init-package/resources/src/themes/sap_fiori_3/parameters-bundle.css +0 -3
  98. package/lib/init-package/resources/src/themes/sap_fiori_3_dark/parameters-bundle.css +0 -3
  99. package/lib/init-package/resources/test/pages/index.html +0 -51
  100. package/lib/init-package/resources/test/specs/Demo.spec.js +0 -12
  101. package/lib/postcss-css-to-esm/index.js +0 -42
  102. package/lib/postcss-css-to-json/index.js +0 -27
@@ -0,0 +1,271 @@
1
+ const fs = require("fs").promises;
2
+ const path = require("path");
3
+ // https://github.com/webcomponents/custom-elements-manifest/blob/main/schema.json
4
+
5
+ const inputDir = process.argv[2];
6
+ const outputDir = process.argv[3];
7
+
8
+ const moduleDeclarations = new Map();
9
+
10
+ const generateJavaScriptExport = entity => {
11
+ return {
12
+ declaration: {
13
+ name: entity.basename,
14
+ module: `dist/${entity.resource}`,
15
+ },
16
+ kind: "js",
17
+ name: "default",
18
+ };
19
+ };
20
+
21
+ const generateCustomElementExport = entity => {
22
+ if (!entity.tagname) return;
23
+
24
+ return {
25
+ declaration: {
26
+ name: entity.basename,
27
+ module: `dist/${entity.resource}`,
28
+ },
29
+ kind: "custom-element-definition",
30
+ name: entity.basename,
31
+ };
32
+ };
33
+
34
+ const generateSingleClassField = classField => {
35
+ let generatedClassField = {
36
+ kind: "field",
37
+ name: classField.name,
38
+ type: generateType(classField.type),
39
+ privacy: classField.visibility,
40
+ deprecated: !!classField.deprecated || undefined,
41
+ static: !!classField.static || undefined,
42
+ };
43
+
44
+ if (classField.defaultValue) {
45
+ generatedClassField.default = classField.defaultValue;
46
+ }
47
+
48
+ if (classField.description) {
49
+ generatedClassField.description = classField.description;
50
+ }
51
+
52
+ return generatedClassField;
53
+ };
54
+
55
+ const generateSingleParameter = parameter => {
56
+ let generatedParameter = {
57
+ deprecated: !!parameter.deprecated || undefined,
58
+ name: parameter.name,
59
+ type: generateType(parameter.type),
60
+ };
61
+
62
+ if (parameter.description) {
63
+ generatedParameter.description = parameter.description;
64
+ }
65
+
66
+ if (parameter.optional) {
67
+ generatedParameter.optional = parameter.optional;
68
+ generatedParameter.default = parameter.defaultValue;
69
+ }
70
+
71
+ return generatedParameter;
72
+ };
73
+
74
+ const generateParameters = (parameters) => {
75
+ return parameters.reduce((newParametersArray, parameter) => {
76
+ newParametersArray.push(generateSingleParameter(parameter));
77
+
78
+ return newParametersArray;
79
+ }, []);
80
+ };
81
+
82
+ const generateSingleClassMethod = classMethod => {
83
+ let generatedClassMethod = {
84
+ deprecated: !!classMethod.deprecated || undefined,
85
+ kind: "method",
86
+ name: classMethod.name,
87
+ privacy: classMethod.visibility,
88
+ static: classMethod.static,
89
+ };
90
+
91
+ if (classMethod.description) {
92
+ generatedClassMethod.description = classMethod.description;
93
+ }
94
+
95
+ if (classMethod.parameters && classMethod.parameters.length) {
96
+ generatedClassMethod.parameters = generateParameters(classMethod.parameters);
97
+ }
98
+
99
+ if (classMethod.returnValue) {
100
+ generatedClassMethod.return = {
101
+ type: generateType(classMethod.returnValue.type),
102
+ };
103
+
104
+ if (classMethod.returnValue.description) {
105
+ generatedClassMethod.return.description = classMethod.returnValue.description;
106
+ }
107
+ }
108
+
109
+ return generatedClassMethod;
110
+ };
111
+
112
+ const generateClassFields = classFields => {
113
+ return classFields.reduce((newClassFieldsArray, classField) => {
114
+ newClassFieldsArray.push(generateSingleClassField(classField));
115
+
116
+ return newClassFieldsArray;
117
+ }, []);
118
+ };
119
+
120
+ const generateClassMethods = classMethods => {
121
+ return classMethods.reduce((newClassMethodsArray, classMethod) => {
122
+ newClassMethodsArray.push(generateSingleClassMethod(classMethod));
123
+
124
+ return newClassMethodsArray;
125
+ }, []);
126
+ };
127
+
128
+ const generateMembers = (classFields, classMethods) => {
129
+ return [...generateClassFields(classFields), ...generateClassMethods(classMethods)];
130
+ };
131
+
132
+ const generateType = type => {
133
+ return {
134
+ text: type,
135
+ };
136
+ };
137
+
138
+ const generateSingleEvent = event => {
139
+ let generatedEvent = {
140
+ deprecated: !!event.deprecated || undefined,
141
+ name: event.name,
142
+ type: generateType(event.native === "true" ? "NativeEvent" : "CustomEvent")
143
+ };
144
+
145
+ if (event.description) {
146
+ generatedEvent.description = event.description;
147
+ }
148
+
149
+ return generatedEvent;
150
+ };
151
+
152
+ const generateEvents = events => {
153
+ events = events.reduce((newEventsArray, event) => {
154
+ newEventsArray.push(generateSingleEvent(event));
155
+
156
+ return newEventsArray;
157
+ }, []);
158
+
159
+ return events;
160
+ };
161
+
162
+ const generateSingleSlot = slot => {
163
+ return {
164
+ deprecated: !!slot.deprecated || undefined,
165
+ description: slot.description,
166
+ name: slot.name,
167
+ };
168
+ };
169
+
170
+ const generateSlots = slots => {
171
+ slots = slots.reduce((newSlotsArray, event) => {
172
+ newSlotsArray.push(generateSingleSlot(event));
173
+
174
+ return newSlotsArray;
175
+ }, []);
176
+
177
+ return slots;
178
+ };
179
+
180
+ const generateCustomElementDeclaration = entity => {
181
+ let generatedCustomElementDeclaration = {
182
+ deprecated: !!entity.deprecated || undefined,
183
+ customElement: true,
184
+ kind: entity.kind,
185
+ name: entity.basename,
186
+ tagName: entity.tagname,
187
+ };
188
+
189
+ const slots = filterPublicApi(entity.slots);
190
+ const events = filterPublicApi(entity.events);
191
+ const classFields = filterPublicApi(entity.properties);
192
+ const classMethods = filterPublicApi(entity.methods);
193
+
194
+ if (slots.length) {
195
+ generatedCustomElementDeclaration.slots = generateSlots(slots);
196
+ }
197
+
198
+ if (events.length) {
199
+ generatedCustomElementDeclaration.events = generateEvents(events);
200
+ }
201
+
202
+ if (entity.description) {
203
+ generatedCustomElementDeclaration.description = entity.description;
204
+ }
205
+
206
+ if (classFields.length || classMethods.length) {
207
+ generatedCustomElementDeclaration.members = generateMembers(classFields, classMethods);
208
+ }
209
+
210
+ if (entity.extends && entity.extends !== "HTMLElement") {
211
+ generatedCustomElementDeclaration.superclass = generateRefenrece(entity.extends);
212
+ }
213
+
214
+ return generatedCustomElementDeclaration;
215
+ };
216
+
217
+ const generateRefenrece = (entityName) => {
218
+ return {
219
+ name: entityName,
220
+ };
221
+ };
222
+
223
+ const filterPublicApi = array => {
224
+ return (array || []).filter(el => el.visibility === "public");
225
+ };
226
+
227
+ const generate = async () => {
228
+ const file = JSON.parse(await fs.readFile(path.join(inputDir, "api.json")));
229
+ let customElementsManifest = {
230
+ schemaVersion: "1.0.0",
231
+ readme: "",
232
+ modules: [],
233
+ };
234
+
235
+ filterPublicApi(file.symbols).forEach(entity => {
236
+ let declaration = moduleDeclarations.get(entity.resource);
237
+
238
+ if (!declaration) {
239
+ moduleDeclarations.set(entity.resource, {
240
+ declarations: [],
241
+ exports: [],
242
+ });
243
+ declaration = moduleDeclarations.get(entity.resource);
244
+ }
245
+
246
+ if (entity.kind === "class" && entity.tagname) {
247
+ declaration.declarations.push(generateCustomElementDeclaration(entity));
248
+ declaration.exports.push(generateJavaScriptExport(entity));
249
+ declaration.exports.push(generateCustomElementExport(entity));
250
+ } else if (entity.kind === "class" && entity.static) {
251
+ declaration.exports.push(generateJavaScriptExport(entity));
252
+ }
253
+ });
254
+
255
+ [...moduleDeclarations.keys()].forEach(key => {
256
+ let declaration = moduleDeclarations.get(key);
257
+
258
+ customElementsManifest.modules.push({
259
+ kind: "javascript-module",
260
+ path: `dist/${key}`,
261
+ declarations: declaration.declarations,
262
+ exports: declaration.exports
263
+ })
264
+ })
265
+
266
+ await fs.writeFile(path.join(outputDir, "custom-elements.json"), JSON.stringify(customElementsManifest));
267
+ };
268
+
269
+ generate().then(() => {
270
+ console.log("Custom elements manifest generated.");
271
+ });
@@ -0,0 +1,86 @@
1
+ const fs = require("fs").promises;
2
+ const path = require("path");
3
+
4
+ const generateDynamicImportLines = async (fileNames, location, exclusionPatterns = []) => {
5
+ const packageName = JSON.parse(await fs.readFile("package.json")).name;
6
+ return fileNames
7
+ .filter((fileName) => !exclusionPatterns.some((pattern) => fileName.startsWith(pattern)))
8
+ .map((fileName) => {
9
+ const illustrationName = fileName.replace(".js", "");
10
+ const illustrationPath = `${location}/${illustrationName}`;
11
+ return `\t\tcase "${fileName.replace('.js', '')}": return (await import(/* webpackChunkName: "${packageName.replace("@", "").replace("/", "-")}-${illustrationName.toLowerCase()}" */ "${illustrationPath}.js")).default;`;
12
+ })
13
+ .join("\n");
14
+ };
15
+
16
+ const generateAvailableIllustrationsArray = (fileNames, exclusionPatterns = []) => {
17
+ return JSON.stringify(
18
+ fileNames
19
+ .filter((fileName) => !exclusionPatterns.some((pattern) => fileName.startsWith(pattern)))
20
+ .map((fileName) => fileName.replace(".js", ""))
21
+ );
22
+ };
23
+
24
+ const generateDynamicImportsFileContent = (dynamicImports, availableIllustrations, collection, set, prefix = "") => {
25
+ return `// @ts-nocheck
26
+ import { registerIllustrationLoader } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
27
+
28
+ export const loadIllustration = async (illustrationName) => {
29
+ const collectionAndPrefix = "${set}/${collection}/${prefix}";
30
+ const cleanIllustrationName = illustrationName.startsWith(collectionAndPrefix) ? illustrationName.replace(collectionAndPrefix, "") : illustrationName;
31
+ switch (cleanIllustrationName) {
32
+ ${dynamicImports}
33
+ default:
34
+ throw new Error("[Illustrations] Illustration not found: " + illustrationName);
35
+ }
36
+ };
37
+
38
+ const loadAndCheck = async (illustrationName) => {
39
+ const data = await loadIllustration(illustrationName);
40
+ return data;
41
+ };
42
+
43
+ ${availableIllustrations}.forEach((illustrationName) =>
44
+ registerIllustrationLoader(\`${set}/${collection}/${prefix}\${illustrationName}\`, loadAndCheck)
45
+ );
46
+ `;
47
+ };
48
+
49
+ const getMatchingFiles = async (folder, pattern) => {
50
+ const dir = await fs.readdir(folder);
51
+ return dir.filter((fileName) => fileName.match(pattern));
52
+ };
53
+
54
+ const generateIllustrations = async (config) => {
55
+ const { inputFolder, outputFile, collection, location, prefix, filterOut, set } = config;
56
+
57
+ const normalizedInputFolder = path.normalize(inputFolder);
58
+ const normalizedOutputFile = path.normalize(outputFile);
59
+
60
+ const illustrations = await getMatchingFiles(normalizedInputFolder, /^.*\.js$/);
61
+
62
+ const dynamicImports = await generateDynamicImportLines(illustrations, location, filterOut);
63
+ const availableIllustrations = generateAvailableIllustrationsArray(illustrations, filterOut);
64
+
65
+ const contentDynamic = generateDynamicImportsFileContent(dynamicImports, availableIllustrations, collection, set, prefix);
66
+
67
+ await fs.mkdir(path.dirname(normalizedOutputFile), { recursive: true });
68
+ await fs.writeFile(normalizedOutputFile, contentDynamic);
69
+
70
+ console.log(`Generated ${normalizedOutputFile}`);
71
+ };
72
+
73
+ // Parse configuration from command-line arguments
74
+ const config = {
75
+ inputFolder: process.argv[2],
76
+ outputFile: process.argv[3],
77
+ set: process.argv[4],
78
+ collection: process.argv[5],
79
+ location: process.argv[6],
80
+ filterOut: process.argv.slice[7],
81
+ };
82
+
83
+ // Run the generation process
84
+ generateIllustrations(config).catch((error) => {
85
+ console.error("Error generating illustrations:", error);
86
+ });
@@ -1,35 +1,42 @@
1
- const fs = require("fs");
1
+ const fs = require("fs").promises;
2
2
  const path = require('path');
3
- const mkdirp = require("mkdirp");
4
3
 
5
- const packageName = JSON.parse(fs.readFileSync("package.json")).name;
4
+ const isTypeScript = process.env.UI5_TS;
5
+ const ext = isTypeScript ? 'ts' : 'js';
6
6
 
7
- const inputFolder = path.normalize(process.argv[2]);
8
- const outputFile = path.normalize(`${process.argv[3]}/i18n.js`);
7
+ const generate = async () => {
8
+
9
+ const packageName = JSON.parse(await fs.readFile("package.json")).name;
10
+
11
+ const inputFolder = path.normalize(process.argv[2]);
12
+ const outputFile = path.normalize(`${process.argv[3]}/i18n-static.${ext}`);
13
+ const outputFileDynamic = path.normalize(`${process.argv[3]}/i18n.${ext}`);
9
14
 
10
15
  // All languages present in the file system
11
- const files = fs.readdirSync(inputFolder);
12
- const languages = files.map(file => {
13
- const matches = file.match(/messagebundle_(.+?).json$/);
14
- return matches ? matches[1] : undefined;
15
- }).filter(key => !!key);
16
+ const files = await fs.readdir(inputFolder);
17
+ const languages = files.map(file => {
18
+ const matches = file.match(/messagebundle_(.+?).json$/);
19
+ return matches ? matches[1] : undefined;
20
+ }).filter(key => !!key);
16
21
 
17
- let content;
22
+ let contentStatic, contentDynamic;
18
23
 
19
24
  // No i18n - just import dependencies, if any
20
- if (languages.length === 0) {
21
- content = ``;
25
+ if (languages.length === 0) {
26
+ contentStatic = "";
27
+ contentDynamic = "";
22
28
  // There is i18n - generate the full file
23
- } else {
29
+ } else {
30
+ // Keys for the array
31
+ const languagesKeysString = languages.map(key => `"${key}": _${key},`).join("\n\t");
32
+ const languagesKeysStringArray = languages.map(key => `"${key}",`).join("\n\t");
24
33
 
25
- // Keys for the array
26
- const languagesKeysString = languages.map(key => `${key},`).join("\n\t");
34
+ // Actual imports for json assets
35
+ const assetsImportsString = languages.map(key => `import _${key} from "../assets/i18n/messagebundle_${key}.json";`).join("\n");
27
36
 
28
- // Actual imports for json assets
29
- const assetsImportsString = languages.map(key => `import ${key} from "../assets/i18n/messagebundle_${key}.json";`).join("\n");
30
-
31
- // Resulting file content
32
- content = `import { registerI18nBundle } from "@ui5/webcomponents-base/dist/asset-registries/i18n.js";
37
+ // static imports
38
+ contentStatic = `// @ts-nocheck
39
+ import { registerI18nLoader } from "@ui5/webcomponents-base/dist/asset-registries/i18n.js";
33
40
 
34
41
  ${assetsImportsString}
35
42
 
@@ -37,17 +44,60 @@ const bundleMap = {
37
44
  ${languagesKeysString}
38
45
  };
39
46
 
40
- const allEntriesInlined = Object.entries(bundleMap).every(([_key, value]) => typeof (value) === "object");
41
-
42
- if (allEntriesInlined) {
43
- console.warn(\`Inefficient bundling detected: consider bundling i18n imports as URLs instead of inlining them.
44
- See rollup-plugin-url or webpack file-loader for more information.
45
- Suggested pattern: "assets\\\\\\/.*\\\\\\.json"\`);
47
+ const fetchMessageBundle = async (localeId) => {
48
+ if (typeof bundleMap[localeId] === "object") {
49
+ // inlined from build
50
+ throw new Error("[i18n] Inlined JSON not supported with static imports of assets. Use dynamic imports of assets or configure JSON imports as URLs")
51
+ }
52
+ return (await fetch(bundleMap[localeId])).json()
46
53
  }
47
54
 
48
- registerI18nBundle("${packageName}", bundleMap);
55
+ const localeIds = [${languagesKeysStringArray}];
56
+
57
+ localeIds.forEach(localeId => {
58
+ registerI18nLoader("${packageName}", localeId, fetchMessageBundle);
59
+ });
49
60
  `;
61
+
62
+ // Actual imports for json assets
63
+ const dynamicImportsString = languages.map(key => ` case "${key}": return (await import(/* webpackChunkName: "${packageName.replace("@", "").replace("/", "-")}-messagebundle-${key}" */ "../assets/i18n/messagebundle_${key}.json")).default;`).join("\n");
64
+
65
+ // Resulting file content
66
+ contentDynamic = `// @ts-nocheck
67
+ import { registerI18nLoader } from "@ui5/webcomponents-base/dist/asset-registries/i18n.js";
68
+
69
+ const importMessageBundle = async (localeId) => {
70
+ switch (localeId) {
71
+ ${dynamicImportsString}
72
+ default: throw "unknown locale"
73
+ }
74
+ }
75
+
76
+ const importAndCheck = async (localeId) => {
77
+ const data = await importMessageBundle(localeId);
78
+ if (typeof data === "string" && data.endsWith(".json")) {
79
+ throw new Error(\`[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use 'import ".../Assets-static.js"'. Check the \"Assets\" documentation for more information.\`);
80
+ }
81
+ return data;
82
+ }
83
+
84
+ const localeIds = [${languagesKeysStringArray}];
85
+
86
+ localeIds.forEach(localeId => {
87
+ registerI18nLoader("${packageName}", localeId, importAndCheck);
88
+ });
89
+ `;
90
+
91
+
92
+ }
93
+
94
+ await fs.mkdir(path.dirname(outputFile), { recursive: true });
95
+ return Promise.all([
96
+ fs.writeFile(outputFile, contentStatic),
97
+ fs.writeFile(outputFileDynamic, contentDynamic),
98
+ ]);
50
99
  }
51
100
 
52
- mkdirp.sync(path.dirname(outputFile));
53
- fs.writeFileSync(outputFile, content);
101
+ generate().then(() => {
102
+ console.log("Generated i18n JSON imports.");
103
+ });
@@ -1,33 +1,85 @@
1
- const fs = require("fs");
1
+ const fs = require("fs").promises;
2
2
  const path = require('path');
3
- const mkdirp = require("mkdirp");
4
3
  const assets = require("../../assets-meta.js");
5
4
 
6
- const outputFile = path.normalize(`${process.argv[2]}/Themes.js`);
5
+ const isTypeScript = process.env.UI5_TS;
6
+ const ext = isTypeScript ? 'ts' : 'js';
7
7
 
8
- const optionalThemes = assets.themes.all.filter(theme => theme !== assets.themes.default);
8
+ const generate = async () => {
9
+ const inputFolder = path.normalize(process.argv[2]);
10
+ const outputFile = path.normalize(`${process.argv[3]}/Themes-static.${ext}`);
11
+ const outputFileDynamic = path.normalize(`${process.argv[3]}/Themes.${ext}`);
9
12
 
10
- const packageName = JSON.parse(fs.readFileSync("package.json")).name;
13
+ // All supported optional themes
14
+ const allThemes = assets.themes.all;
11
15
 
12
- const importLines = optionalThemes.map(theme => `import ${theme} from "../assets/themes/${theme}/parameters-bundle.css.json";`).join("\n");
13
- const isInlinedCondition = optionalThemes.map(theme => `isInlined(${theme})`).join(" || ");
14
- const registerLines = optionalThemes.map(theme => `registerThemeProperties("${packageName}", "${theme}", ${theme});`).join("\n");
16
+ // All themes present in the file system
17
+ const dirs = await fs.readdir(inputFolder);
18
+ const themesOnFileSystem = dirs.map(dir => {
19
+ const matches = dir.match(/sap_.*$/);
20
+ return matches ? dir : undefined;
21
+ }).filter(key => !!key && allThemes.includes(key));
15
22
 
16
- // Resulting file content
17
- const content = `import { registerThemeProperties } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js";
23
+ const packageName = JSON.parse(await fs.readFile("package.json")).name;
24
+
25
+ const importLines = themesOnFileSystem.map(theme => `import ${theme} from "../assets/themes/${theme}/parameters-bundle.css.json";`).join("\n");
26
+ const themeUrlsByName = "{\n" + themesOnFileSystem.join(",\n") + "\n}";
27
+ const availableThemesArray = `[${themesOnFileSystem.map(theme => `"${theme}"`).join(", ")}]`;
28
+ const dynamicImportLines = themesOnFileSystem.map(theme => `\t\tcase "${theme}": return (await import(/* webpackChunkName: "${packageName.replace("@", "").replace("/", "-")}-${theme.replace("_", "-")}-parameters-bundle" */"../assets/themes/${theme}/parameters-bundle.css.json")).default;`).join("\n");
29
+
30
+
31
+ // static imports file content
32
+ const contentStatic = `// @ts-nocheck
33
+ import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js";
18
34
 
19
35
  ${importLines}
20
36
 
37
+ const themeUrlsByName = ${themeUrlsByName};
21
38
  const isInlined = obj => typeof (obj) === "object";
22
39
 
23
- if (${isInlinedCondition}) {
24
- console.warn(\`Inefficient bundling detected: consider bundling theme properties imports as URLs instead of inlining them.
25
- See rollup-plugin-url or webpack file-loader for more information.
26
- Suggested pattern: "assets\\\\\\/.*\\\\\\.json"\`);
27
- }
40
+ const loadThemeProperties = async (themeName) => {
41
+ if (typeof themeUrlsByName[themeName] === "object") {
42
+ // inlined from build
43
+ throw new Error("[themes] Inlined JSON not supported with static imports of assets. Use dynamic imports of assets or configure JSON imports as URLs");
44
+ }
45
+ return (await fetch(themeUrlsByName[themeName])).json();
46
+ };
47
+
48
+ ${availableThemesArray}
49
+ .forEach(themeName => registerThemePropertiesLoader("${packageName}", themeName, loadThemeProperties));
50
+ `;
51
+
52
+
53
+ // dynamic imports file content
54
+ const contentDynamic = `// @ts-nocheck
55
+ import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js";
56
+
57
+ const loadThemeProperties = async (themeName) => {
58
+ switch (themeName) {
59
+ ${dynamicImportLines}
60
+ default: throw "unknown theme"
61
+ }
62
+ };
28
63
 
29
- ${registerLines};
64
+ const loadAndCheck = async (themeName) => {
65
+ const data = await loadThemeProperties(themeName);
66
+ if (typeof data === "string" && data.endsWith(".json")) {
67
+ throw new Error(\`[themes] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build or use 'import ".../Assets-static.js"'. Check the \"Assets\" documentation for more information.\`);
68
+ }
69
+ return data;
70
+ };
71
+
72
+ ${availableThemesArray}
73
+ .forEach(themeName => registerThemePropertiesLoader("${packageName}", themeName, loadAndCheck));
30
74
  `;
31
75
 
32
- mkdirp.sync(path.dirname(outputFile));
33
- fs.writeFileSync(outputFile, content);
76
+ await fs.mkdir(path.dirname(outputFile), { recursive: true });
77
+ return Promise.all([
78
+ fs.writeFile(outputFile, contentStatic),
79
+ fs.writeFile(outputFileDynamic, contentDynamic)
80
+ ]);
81
+ };
82
+
83
+ generate().then(() => {
84
+ console.log("Generated themes JSON imports.");
85
+ });
@@ -1,5 +1,3 @@
1
- const compiler = require("./src/compiler");
1
+ const hbs2lit = require("./src/compiler");
2
2
 
3
- module.exports = {
4
- compileString: compiler.compileString
5
- };
3
+ module.exports = hbs2lit;
@@ -5,19 +5,32 @@ const includesReplacer = require("./includesReplacer");
5
5
  const svgProcessor = require("./svgProcessor");
6
6
 
7
7
  const removeWhiteSpaces = (source) => {
8
- return source.replace(/\n+/g, "").replace(/\s+</g, "<").replace(/}}\s+{{/g, "}}{{");
8
+ return source
9
+ .replace(/\s*\r*\n+\s*/g, " ") // Replace new lines and all whitespace between them with a space
10
+ .replace(/\s*<\s*/g, "<") // Strip whitespace round <
11
+ .replace(/\s*>\s*/g, ">") // Strip whitespace round >
12
+ .replace(/}}\s+{{/g, "}}{{"); // Remove whitespace between }} and {{
9
13
  };
10
14
 
11
- const compileString = async (sInput, config) => {
12
- let sPreprocessed = sInput;
15
+ const hbs2lit = async (file, componentName) => {
16
+ let sPreprocessed = await includesReplacer.replace(file);
13
17
 
14
- sPreprocessed = await includesReplacer.replace(sPreprocessed, config);
15
18
  sPreprocessed = removeWhiteSpaces(sPreprocessed);
16
19
 
20
+ const blockSignature = process.env.UI5_TS ? `this: ${componentName}` : ""
21
+
22
+ // icons hack
23
+ if (sPreprocessed.startsWith("<g ") || sPreprocessed.startsWith("<g>")) {
24
+ return `
25
+ function block0 (${blockSignature}) {
26
+ return svg\`${sPreprocessed}\`
27
+ }`;
28
+ }
29
+
17
30
  const ast = Handlebars.parse(sPreprocessed);
18
31
 
19
32
  const pv = new PartialsVisitor();
20
- const lv = new HTMLLitVisitor();
33
+ const lv = new HTMLLitVisitor(componentName);
21
34
 
22
35
  let result = "";
23
36
 
@@ -27,13 +40,21 @@ const compileString = async (sInput, config) => {
27
40
  lv.accept(ast);
28
41
 
29
42
  for (let key in lv.blocks) {
30
- result += lv.blocks[key] + "\n";
43
+ let block = lv.blocks[key];
44
+
45
+ if (block.match(/scopeTag/)) {
46
+ // const matches = block.match(/^(.*?)( => )(.*?);$/);
47
+ const matches = block.match(/^(function .*? \{ return )(.*?);\}$/);
48
+ const scopedCode = matches[2];
49
+ const normalCode = scopedCode.replace(/\${scopeTag\("/g, "").replace(/", tags, suffix\)}/g, "");
50
+ block = `${matches[1]}suffix ? ${scopedCode} : ${normalCode};}`;
51
+ }
52
+
53
+ result += block + "\n";
31
54
  }
32
55
 
33
56
  result = svgProcessor.process(result);
34
57
  return result;
35
58
  };
36
59
 
37
- module.exports = {
38
- compileString
39
- };
60
+ module.exports = hbs2lit;