@ui5/webcomponents-tools 0.0.0-7c7170d4a → 0.0.0-7d8c57f70

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 CHANGED
@@ -3,59 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [2.0.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-05-10)
7
-
8
-
9
- ### chore
10
-
11
- * **Icons:** make pathData async ([#8785](https://github.com/SAP/ui5-webcomponents/issues/8785)) ([0549dc9](https://github.com/SAP/ui5-webcomponents/commit/0549dc95edae139f7a4f9efbbc7170922b3ab6cb))
12
-
13
-
14
- ### Code Refactoring
15
-
16
- * **theming:** remove Belize theme ([#8519](https://github.com/SAP/ui5-webcomponents/issues/8519)) ([990313f](https://github.com/SAP/ui5-webcomponents/commit/990313fc8e429a491f4d6e67306d3df2703e54fe)), closes [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461)
17
-
18
-
19
- ### BREAKING CHANGES
20
-
21
- * **theming:** Remove SAP Belize theme
22
- * **Icons:** UI5 Web Components Icons now export `getPathData` (function) instead of `pathData` (string)
23
-
24
- If you used icons like this:
25
-
26
- ```js
27
- import "@ui5/webcomponents-icons/dist/accept.js";
28
- ```
29
-
30
- or like this:
31
-
32
- ```js
33
- import accept from "@ui5/webcomponents-icons/dist/accept.js";
34
- ```
35
-
36
- **there is no change and no adaptations are required**.
37
-
38
- In the rare case you imported `pathData` from icons, for example:
39
-
40
- ```js
41
- import { pathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
42
- console.log(pathData); // String containing the SVG path
43
- ```
44
-
45
- you must change your code to, for example:
46
-
47
- ```js
48
- import { getPathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
49
- getPathData().then(pathData => {
50
- console.log(pathData); // String containing the SVG path
51
- });
52
- ```
53
-
54
-
55
-
56
-
57
-
58
- # [2.0.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-04-18)
6
+ ## [1.24.7](https://github.com/SAP/ui5-webcomponents/compare/v1.24.6...v1.24.7) (2024-07-08)
59
7
 
60
8
  **Note:** Version bump only for package @ui5/webcomponents-tools
61
9
 
@@ -63,7 +11,7 @@ getPathData().then(pathData => {
63
11
 
64
12
 
65
13
 
66
- # [2.0.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-04-11)
14
+ ## [1.24.6](https://github.com/SAP/ui5-webcomponents/compare/v1.24.5...v1.24.6) (2024-07-01)
67
15
 
68
16
  **Note:** Version bump only for package @ui5/webcomponents-tools
69
17
 
@@ -71,264 +19,9 @@ getPathData().then(pathData => {
71
19
 
72
20
 
73
21
 
74
- # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
75
-
22
+ ## [1.24.3](https://github.com/SAP/ui5-webcomponents/compare/v1.24.2...v1.24.3) (2024-05-14)
76
23
 
77
- ### chore
78
-
79
- * bring release-2.0 to main ([#8651](https://github.com/SAP/ui5-webcomponents/issues/8651)) ([69271c9](https://github.com/SAP/ui5-webcomponents/commit/69271c9468c7dd54f90710fc4613ae0a79f85cef)), closes [#8494](https://github.com/SAP/ui5-webcomponents/issues/8494) [#8496](https://github.com/SAP/ui5-webcomponents/issues/8496) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8497](https://github.com/SAP/ui5-webcomponents/issues/8497) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8504](https://github.com/SAP/ui5-webcomponents/issues/8504) [#8509](https://github.com/SAP/ui5-webcomponents/issues/8509) [#8507](https://github.com/SAP/ui5-webcomponents/issues/8507) [#8511](https://github.com/SAP/ui5-webcomponents/issues/8511) [#8501](https://github.com/SAP/ui5-webcomponents/issues/8501) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8503](https://github.com/SAP/ui5-webcomponents/issues/8503) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8506](https://github.com/SAP/ui5-webcomponents/issues/8506) [#8502](https://github.com/SAP/ui5-webcomponents/issues/8502) [#8524](https://github.com/SAP/ui5-webcomponents/issues/8524) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8525](https://github.com/SAP/ui5-webcomponents/issues/8525) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8518](https://github.com/SAP/ui5-webcomponents/issues/8518) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8526](https://github.com/SAP/ui5-webcomponents/issues/8526) [#8529](https://github.com/SAP/ui5-webcomponents/issues/8529) [#8528](https://github.com/SAP/ui5-webcomponents/issues/8528) [#8531](https://github.com/SAP/ui5-webcomponents/issues/8531) [#8532](https://github.com/SAP/ui5-webcomponents/issues/8532) [#8534](https://github.com/SAP/ui5-webcomponents/issues/8534) [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163) [#8527](https://github.com/SAP/ui5-webcomponents/issues/8527) [#8538](https://github.com/SAP/ui5-webcomponents/issues/8538) [#8521](https://github.com/SAP/ui5-webcomponents/issues/8521) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8542](https://github.com/SAP/ui5-webcomponents/issues/8542) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8548](https://github.com/SAP/ui5-webcomponents/issues/8548) [#8555](https://github.com/SAP/ui5-webcomponents/issues/8555) [#8559](https://github.com/SAP/ui5-webcomponents/issues/8559) [#8565](https://github.com/SAP/ui5-webcomponents/issues/8565) [#8570](https://github.com/SAP/ui5-webcomponents/issues/8570) [#8558](https://github.com/SAP/ui5-webcomponents/issues/8558) [#8568](https://github.com/SAP/ui5-webcomponents/issues/8568) [#8596](https://github.com/SAP/ui5-webcomponents/issues/8596) [#8192](https://github.com/SAP/ui5-webcomponents/issues/8192) [#8606](https://github.com/SAP/ui5-webcomponents/issues/8606) [#8605](https://github.com/SAP/ui5-webcomponents/issues/8605) [#8600](https://github.com/SAP/ui5-webcomponents/issues/8600) [#8602](https://github.com/SAP/ui5-webcomponents/issues/8602) [#8593](https://github.com/SAP/ui5-webcomponents/issues/8593)
80
-
81
-
82
- ### BREAKING CHANGES
83
-
84
- * "Device#isIE" method has been removed and no longer available
85
-
86
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
87
- * Removed the `CSP.js` module and the creation of `<style>` and `<link>` tags, as all browsers now support adoptedStyleSheets. The following APIs are not available any more and should not be used:
88
- ```ts
89
- import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
90
- import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
91
- import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
92
- ```
93
- * Removed the `ICardHeader` interface. If you previously used the interface
94
- ```ts
95
- import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
96
- ```
97
- Use the CardHeader type instead:
98
- ```ts
99
- import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
100
- ```
101
- * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
102
- ```js
103
- import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
104
- ```
105
- Use the `UploadCollectionItem` type instead:
106
- ```js
107
- import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
108
- ```
109
-
110
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
111
- * The `size` property now accepts different values. If you previously used it like:
112
- ```html
113
- <ui5-busy-indicator size="Small"></ui5-busy-indicator>
114
- ```
115
- Now use the new values instead:
116
- ```html
117
- <ui5-busy-indicator size="S"></ui5-busy-indicator>
118
- ```
119
-
120
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
121
- * The `status` property and its shadow part have been renamed. If you previously used them:
122
- ```html
123
- <style>
124
- .cardHeader::part(status) { ... }
125
- </style>
126
- <ui5-card-header status="3 of 10"></ui5-popover>
127
- ```
128
- Now use `additionalText` instead:
129
- ```html
130
- <style>
131
- .cardHeader::part(additional-text) { ... }
132
- </style>
133
- <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
134
- ```
135
-
136
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
137
- * The `pageIndicatorStyle` no longer exists. If you previously used it like:
138
- ```html
139
- <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
140
- ```
141
- Now you should use `pageIndicatorType` instead:
142
- ```html
143
- <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
144
- ```
145
-
146
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
147
- * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
148
- ```js
149
- class MyClass extends UI5Element {
150
- static get render() {
151
- return litRenderer;
152
- }
153
- }
154
- ```
155
- start using "renderer"
156
- ```ts
157
- class MyClass extends UI5Element {
158
- static get renderer() {
159
- return litRenderer;
160
- }
161
- }
162
- ```
163
- * Remove JavaScript template option from @ui5/create-webcomponents-package
164
- Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
165
- If you previously used `npm init @ui5/webcomponents-package --enable-typescript` to create TypeScript-based project, now it's by default, e.g `npm init @ui5/webcomponents-package` and `--enable-typescript` is removed.
166
- * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
167
- ```html
168
- <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
169
- ```
170
- Now use `Start` or `End` instead:
171
- ```html
172
- <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
173
- ```
174
-
175
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
176
-
177
- * docs: deploy v2 preview
178
- * Remove `soccor` icon. Use `soccer` instead.
179
- * Remove `add-polygone` icon. Use `add-polygon` instead.
180
- * The JSDoc plugin has been removed, and the generation of api.json has stopped. If you previously relied on the `ui5-package/dist/api.json file`, you can now use `ui5-package/dist/custom-elements.json`
181
- * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
182
- ```ts
183
- import "@ui5/webcomponents/dist/Assets-static.js";
184
- import "@ui5/webcomponents-icons/dist/Assets-static.js"
185
- ```
186
- use the dynamic equivalent of it:
187
- ```ts
188
- import "@ui5/webcomponents/dist/Assets.js";
189
- import "@ui5/webcomponents-icons/dist/Assets.js"
190
- ```
191
-
192
- Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
193
- * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
194
- `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
195
- ```ts
196
- myCalendar.addEventListener("selected-dates-change", () => {
197
- const values = e.detail.values;
198
- const dates = e.detail.dates;
199
- })
200
- ```
201
- Now you have to use the new event name and details:
202
- ```ts
203
- myCalendar.addEventListener("selection-change", () => {
204
- const values = event.detail.selectedValues;
205
- const dates = event.detail.selectedDateValues;
206
- })
207
- ```
208
-
209
- Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
210
- * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
211
- ```html
212
- <ui5-color-picker color="red"></ui5-color-picker>
213
- ```
214
- Now you have to use it like this:
215
- ```html
216
- <ui5-color-picker value="red"></ui5-color-picker>
217
- ```
218
-
219
- Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
220
- * JavaScript projects may not function properly with the tools package.
221
- * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
222
- ```js
223
- button.addEventListener("click", function(event) {
224
- colorPalettePopover.showAt(this);
225
- });
226
- ```
227
- Now the declarative API should be used instead:
228
- ```html
229
- <ui5-button id="opener">Open</ui5-button>
230
- <ui5-color-palette-popover opener="opener">
231
- ```
232
- ```js
233
- button.addEventListener("click", function(event) {
234
- colorPalettePopover.open = !colorPalettePopover.open;
235
- });
236
- ```
237
- * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
238
- ```ts
239
- import "@ui5/webcomponents-fiori/dist/Bar.js;
240
- ```
241
- Now, import the `ui5-bar` from `main`:
242
- ```ts
243
- import "@ui5/webcomponents/dist/Bar.js";
244
- ```
245
-
246
- Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
247
- * If you have previously used:
248
- ```html
249
- <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
250
- ```
251
- Now use:
252
- ```html
253
- <ui5-tab id="nestedTab" slot="items"></ui5-tab>
254
- ```
255
-
256
- Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
257
- * If you have previously used:
258
- ```html
259
- <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
260
- ```
261
- Now use:
262
- ```html
263
- <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
264
- ```
265
-
266
- Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
267
- * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
268
-
269
- Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
270
- * The showOverflow property is removed. If previously you have used:
271
- ```html
272
- <ui5-tabcontainer show-overflow></ui5-tabcontainer>
273
- ```
274
- now use the overflowButton slot:
275
- ```html
276
- <ui5-tabcontainer>
277
- <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
278
- <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
279
- </ui5-tabcontainer>
280
- ```
281
-
282
- Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
283
- * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
284
- If you have previously used the `placementType` property and the `PopoverPlacementType`
285
- ```html
286
- <ui5-popover placement-type="Bottom"></ui5-popover>
287
- ```
288
- ```js
289
- import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
290
- ```
291
- Now use `placement` instead:
292
- ```html
293
- <ui5-placement="Bottom"></ui5-popover>
294
- ```
295
- ```js
296
- import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
297
- ```
298
-
299
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461
300
- * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
301
- If you have previously used the `size` property:
302
- ```html
303
- <ui5-illustrated-message size="Dialog">
304
- ```
305
- Now use `design` instead:
306
- ```html
307
- <ui5-illustrated-message design="Dialog">
308
-
309
- ```
310
-
311
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
312
- * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
313
- If you have previously used the `separator-style` property:
314
- ```html
315
- <ui5-breadcrumbs separator-style="Slash">
316
- ```
317
- Now use `separators` instead:
318
- ```html
319
- <ui5-breadcrumbs separators="Slash">
320
- ```
321
-
322
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
323
- * The `disabled` property of the `ui5-option` is removed.
324
- If you have previously used the `disabled` property:
325
- ```html
326
- <ui5-option disabled>Option</ui5-option>
327
- ```
328
- it will no longer work for the component.
329
-
330
- Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
331
- * You can no longer import and implement the `ITab` interface. TabContainer is designed to work only with Tab and TabSeparator classes, so the interface was obsolete.
24
+ **Note:** Version bump only for package @ui5/webcomponents-tools
332
25
 
333
26
 
334
27
 
package/assets-meta.js CHANGED
@@ -4,6 +4,9 @@ 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",
7
10
  "sap_fiori_3_hcb",
8
11
  "sap_fiori_3_hcw",
9
12
  "sap_horizon",
@@ -1,6 +1,8 @@
1
1
  const path = require("path");
2
2
  const fs = require("fs");
3
+ const resolve = require("resolve");
3
4
  const LIB = path.join(__dirname, `../lib/`);
5
+ const preprocessJSDocScript = resolve.sync("@ui5/webcomponents-tools/lib/jsdoc/preprocess.js");
4
6
 
5
7
  const getScripts = (options) => {
6
8
 
@@ -12,7 +14,7 @@ const getScripts = (options) => {
12
14
  // The script creates the "src/generated/js-imports/Illustration.js" file that registers loaders (dynamic JS imports) for each illustration
13
15
  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(" && ");
14
16
 
15
- const tsOption = !options.legacy;
17
+ const tsOption = options.typescript;
16
18
  const tsCommandOld = tsOption ? "tsc" : "";
17
19
  let tsWatchCommandStandalone = tsOption ? "tsc --watch" : "";
18
20
  // this command is only used for standalone projects. monorepo projects get their watch from vite, so opt-out here
@@ -52,7 +54,7 @@ const getScripts = (options) => {
52
54
  }
53
55
 
54
56
  const scripts = {
55
- clean: 'rimraf src/generated && rimraf dist && rimraf .port && nps "scope.testPages.clean"',
57
+ clean: 'rimraf jsdoc-dist && rimraf src/generated && rimraf dist && rimraf .port && nps "scope.testPages.clean"',
56
58
  lint: `eslint . ${eslintConfig}`,
57
59
  lintfix: `eslint . ${eslintConfig} --fix`,
58
60
  generate: {
@@ -89,7 +91,7 @@ const getScripts = (options) => {
89
91
  default: "mkdirp src/generated/js-imports && nps build.jsImports.illustrationsLoaders",
90
92
  illustrationsLoaders: createIllustrationsLoadersScript,
91
93
  },
92
- bundle: `vite build ${viteConfig} --mode testing`,
94
+ bundle: `vite build ${viteConfig}`,
93
95
  bundle2: ``,
94
96
  illustrations: createIllustrationsJSImportsScript,
95
97
  },
@@ -100,7 +102,7 @@ const getScripts = (options) => {
100
102
  props: `node "${LIB}/copy-and-watch/index.js" --silent "src/**/*.properties" dist/`,
101
103
  },
102
104
  watch: {
103
- default: `${tsCrossEnv} concurrently "nps watch.templates" "nps watch.typescript" "nps watch.src" "nps watch.styles" "nps watch.i18n" "nps watch.props"`,
105
+ default: `${tsCrossEnv} concurrently "nps watch.templates" "nps watch.typescript" "nps watch.api" "nps watch.src" "nps watch.styles" "nps watch.i18n" "nps watch.props"`,
104
106
  devServer: 'concurrently "nps watch.default" "nps watch.bundle"',
105
107
  src: 'nps "copy.src --watch --safe --skip-initial-copy"',
106
108
  typescript: tsWatchCommandStandalone,
@@ -113,6 +115,7 @@ const getScripts = (options) => {
113
115
  componentStyles: `nps "build.styles.componentStyles -w"`,
114
116
  },
115
117
  templates: 'chokidar "src/**/*.hbs" -c "nps build.templates"',
118
+ api: 'chokidar "test/**/*.sample.html" -c "nps generateAPI"',
116
119
  i18n: 'chokidar "src/i18n/messagebundle.properties" -c "nps build.i18n.defaultsjs"'
117
120
  },
118
121
  start: "nps prepare watch.devServer",
@@ -130,13 +133,18 @@ const getScripts = (options) => {
130
133
  replace: `node "${LIB}/scoping/scope-test-pages.js" test/pages/scoped demo`,
131
134
  },
132
135
  watchWithBundle: 'concurrently "nps scope.watch" "nps scope.bundle" ',
133
- watch: 'concurrently "nps watch.templates" "nps watch.src" "nps watch.props" "nps watch.styles"',
136
+ watch: 'concurrently "nps watch.templates" "nps watch.api" "nps watch.src" "nps watch.props" "nps watch.styles"',
134
137
  bundle: `node ${LIB}/dev-server/dev-server.js ${viteConfig}`,
135
138
  },
136
139
  generateAPI: {
137
- default: tsOption ? "nps generateAPI.generateCEM generateAPI.validateCEM" : "",
140
+ default: `nps ${ tsOption ? "generateAPI.generateCEM generateAPI.validateCEM" : "generateAPI.prepare generateAPI.preprocess generateAPI.jsdoc generateAPI.cleanup generateAPI.prepareManifest generateAPI.validateCEM"}`,
138
141
  generateCEM: `cem analyze --config "${LIB}/cem/custom-elements-manifest.config.mjs" ${ options.dev ? "--dev" : "" }`,
139
142
  validateCEM: `node "${LIB}/cem/validate.js" ${ options.dev ? "--dev" : "" }`,
143
+ prepare: `node "${LIB}/copy-and-watch/index.js" --silent "dist/**/*.js" jsdoc-dist/`,
144
+ prepareManifest: `node "${LIB}/generate-custom-elements-manifest/index.js" dist dist`,
145
+ preprocess: `node "${preprocessJSDocScript}" jsdoc-dist/ src`,
146
+ jsdoc: `jsdoc -c "${LIB}/jsdoc/config.json"`,
147
+ cleanup: "rimraf jsdoc-dist/"
140
148
  },
141
149
  };
142
150