@epa-wg/custom-element-dist 0.0.35 → 0.0.36
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/.claude/settings.local.json +4 -1
- package/.storybook/preview.ts +7 -1
- package/.yarn/install-state.gz +0 -0
- package/README.md +5 -5
- package/coverage/coverage-final.json +3 -3
- package/coverage/index.html +14 -14
- package/coverage/src/custom-element/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js.html +171 -162
- package/coverage/src/custom-element/http-request.js.html +10 -10
- package/coverage/src/custom-element/index.html +14 -14
- package/coverage/src/custom-element/local-storage.js.html +1 -1
- package/coverage/src/custom-element/location-element.js.html +1 -1
- package/coverage/src/custom-element/module-url.js.html +1 -1
- package/coverage/src/index.html +1 -1
- package/coverage/src/material/theme/colors.js.html +1 -1
- package/coverage/src/material/theme/index.html +1 -1
- package/coverage/src/mocks/handlers.ts.html +1 -1
- package/coverage/src/mocks/index.html +1 -1
- package/coverage/src/stories/frame.canvas.ts.html +1 -1
- package/coverage/src/stories/http-request.stories.ts.html +6 -3
- package/coverage/src/stories/index.html +1 -1
- package/coverage/src/stories/testStoryBook.ts.html +1 -1
- package/coverage/src/sum.ts.html +1 -1
- package/dist/{custom-element-BzDjIYMe.js → custom-element-BqBcmDiN.js} +5 -2
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +2 -2
- package/dist/{custom-element-Bssk9jRy.cjs → custom-element-jpOyXHF6.cjs} +1 -1
- package/dist/demo/for-each.html +213 -0
- package/package.json +4 -4
- package/public/demo/for-each.html +213 -0
- package/src/custom-element/custom-element.js +3 -0
- package/src/custom-element/demo/for-each.html +213 -0
- package/src/custom-element/ide/web-types-dce.json +1 -1
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/custom-element/index.html +2 -1
- package/src/mocks/versions.mock.ts +1 -1
- package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-headers-and-response-status-and-headers-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-with-delayed--5-seconds-response-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-with-error-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-url-and-slice-1.png +0 -0
- package/src/stories/__screenshots__/http-request.test.ts/http-request-url-change-1.png +0 -0
- package/src/stories/__screenshots__/slots.test.stories.ts/slots-slots-TemplateWithAttributesAndCondition-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-BooleanAndCondition-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-BooleanOrCondition-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseNoAttribute-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseOtherwise-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseSecondWhen-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseWhenOtherwise-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfFalse-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfNotExists-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfTrue-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleIfOrderingIssue-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleInstances-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NestedConditions-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NestedConditionsInactive-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NumericComparison-1.png +0 -0
- package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NumericComparisonLow-1.png +0 -0
- package/src/stories/__screenshots__/xslt-for-each.test.stories.ts/xslt-for-each-xslt-for-each-MultipleIfOrderingIssue-1.png +0 -0
- package/src/stories/__screenshots__/xslt-if.test.stories.ts/xslt-if-xslt-if-MultipleIfOrderingIssue-1.png +0 -0
- package/src/stories/attributes.test.stories.ts +2 -0
- package/src/stories/dom-merge.test.stories.ts +1 -0
- package/src/stories/external-template.test.stories.ts +5 -3
- package/src/stories/http-request.stories.ts +2 -1
- package/src/stories/module-url.test.stories.ts +1 -0
- package/src/stories/slice-events.test.stories.ts +3 -0
- package/src/stories/xslt-for-each.test.stories.ts +99 -1
- package/storybook-static/assets/{Color-F6OSRLHC-DeDlDLjU.js → Color-F6OSRLHC-D1CN2nnQ.js} +1 -1
- package/storybook-static/assets/{Configure-CH_tIP5N.js → Configure-BD0b2x9E.js} +1 -1
- package/storybook-static/assets/{DocsRenderer-CFRXHY34-Bc9EPsUI.js → DocsRenderer-CFRXHY34-VjrP5Ir6.js} +2 -2
- package/storybook-static/assets/{attributes.test.stories-BtamFQkF.js → attributes.test.stories-CrDC-RXf.js} +4 -3
- package/storybook-static/assets/{css.test.stories-BfNxLgwr.js → css.test.stories-ChWnZJwa.js} +1 -1
- package/storybook-static/assets/{custom-element-CnmjNo0g.js → custom-element-wuk8gYiP.js} +1 -1
- package/storybook-static/assets/{dom-merge.test.stories-DxnitrLK.js → dom-merge.test.stories-DkarPqD_.js} +2 -2
- package/storybook-static/assets/{external-template.test.stories-BTsww7B0.js → external-template.test.stories-DCboR8sG.js} +17 -16
- package/storybook-static/assets/{form.test.stories-DNJFtPJb.js → form.test.stories-BjeeUu0b.js} +1 -1
- package/storybook-static/assets/handlers-B8a2v6Dv.js +291 -0
- package/storybook-static/assets/{http-request.stories-DgrBNle8.js → http-request.stories-Boz_yWek.js} +2 -2
- package/storybook-static/assets/{iframe-DiVWehoI.js → iframe-BN389ZL5.js} +2 -2
- package/storybook-static/assets/{index-w6iX3YlR.js → index-C4PGem3Z.js} +3 -3
- package/storybook-static/assets/{index-CdEbhcV9.js → index-PzQAcTTK.js} +1 -1
- package/storybook-static/assets/{local-storage.test.stories-Hwq80yUr.js → local-storage.test.stories-DLMK0p2s.js} +1 -1
- package/storybook-static/assets/{location-element.test.stories-mEhZzm7x.js → location-element.test.stories-BroqoLMS.js} +1 -1
- package/storybook-static/assets/{module-url.test.stories-Bj46iT0V.js → module-url.test.stories-B-0dibET.js} +2 -2
- package/storybook-static/assets/preview-DXd5xnQg.js +50 -0
- package/storybook-static/assets/{preview-BjbXcJci.js → preview-idY559eZ.js} +2 -2
- package/storybook-static/assets/{set-url.test.stories-hzxLcqmm.js → set-url.test.stories-Dhq4YQyr.js} +1 -1
- package/storybook-static/assets/{slice-events.test.stories-DVyXFRU1.js → slice-events.test.stories-BZJGIFku.js} +17 -15
- package/storybook-static/assets/{slots.test.stories-CS544nS4.js → slots.test.stories-DKivHwZH.js} +1 -1
- package/storybook-static/assets/{version-select.test.stories-D36nfYBq.js → version-select.test.stories-Dntyd7qb.js} +1 -1
- package/storybook-static/assets/{xslt-conditionals.test.stories-BS1PTIHe.js → xslt-conditionals.test.stories-Iq5iQNRj.js} +1 -1
- package/storybook-static/assets/{xslt-for-each.test.stories-CtPS20RK.js → xslt-for-each.test.stories-BMygBmj8.js} +132 -12
- package/storybook-static/assets/{xslt-if.test.stories-DcHrAMSY.js → xslt-if.test.stories-CVrFWdAX.js} +1 -1
- package/storybook-static/demo/for-each.html +213 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.json +1 -1
- package/storybook-static/project.json +1 -1
- package/vite.config.js +2 -1
- package/storybook-static/assets/handlers-Dvg8CAeR.js +0 -470
- package/storybook-static/assets/preview-CfuT8gak.js +0 -50
package/.storybook/preview.ts
CHANGED
|
@@ -2,7 +2,13 @@ import {initialize, mswLoader} from 'msw-storybook-addon';
|
|
|
2
2
|
|
|
3
3
|
import {handlers} from "../src/mocks/handlers";
|
|
4
4
|
|
|
5
|
-
initialize({
|
|
5
|
+
initialize({
|
|
6
|
+
onUnhandledRequest: 'bypass',
|
|
7
|
+
serviceWorker: {
|
|
8
|
+
url: './mockServiceWorker.js',
|
|
9
|
+
},
|
|
10
|
+
quiet: true, // Suppress MSW warnings in console
|
|
11
|
+
});// SB
|
|
6
12
|
|
|
7
13
|
const preview = {
|
|
8
14
|
parameters: {
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/README.md
CHANGED
|
@@ -27,8 +27,8 @@ CDN version of StoryBook.
|
|
|
27
27
|
[github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
|
|
28
28
|
[npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element-dist.svg
|
|
29
29
|
[npm-url]: https://npmjs.org/package/@epa-wg/custom-element-dist
|
|
30
|
-
[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.
|
|
31
|
-
[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.
|
|
32
|
-
[sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.
|
|
33
|
-
[bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.
|
|
34
|
-
[cem-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.
|
|
30
|
+
[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/coverage/src/custom-element/coverage.svg
|
|
31
|
+
[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/coverage/src/custom-element/index.html
|
|
32
|
+
[sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/storybook-static/index.html
|
|
33
|
+
[bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/dist/custom-element-bundle.js
|
|
34
|
+
[cem-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/src/material/components.html
|