@epa-wg/custom-element-dist 0.0.1
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/.editorconfig +11 -0
- package/.gitignore +26 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/compiler.xml +6 -0
- package/.idea/custom-element-dist.iml +13 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/.storybook/main.ts +21 -0
- package/.storybook/preview.ts +17 -0
- package/.vscode/settings.json +24 -0
- package/LICENSE +201 -0
- package/README.md +32 -0
- package/bin/build.sh +8 -0
- package/bin/clean.sh +5 -0
- package/bin/postinstall.sh +17 -0
- package/bin/start.sh +2 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/coverage-final.json +16 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +161 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/src/coverage.svg +10 -0
- package/coverage/src/custom-element/coverage.svg +10 -0
- package/coverage/src/custom-element/custom-element.js/coverage.svg +10 -0
- package/coverage/src/custom-element/custom-element.js.html +2149 -0
- package/coverage/src/custom-element/http-request.js/coverage.svg +10 -0
- package/coverage/src/custom-element/http-request.js.html +352 -0
- package/coverage/src/custom-element/index.html +161 -0
- package/coverage/src/custom-element/local-storage.js/coverage.svg +10 -0
- package/coverage/src/custom-element/local-storage.js.html +346 -0
- package/coverage/src/custom-element/location-element.js/coverage.svg +10 -0
- package/coverage/src/custom-element/location-element.js.html +343 -0
- package/coverage/src/index.html +116 -0
- package/coverage/src/mocks/coverage.svg +10 -0
- package/coverage/src/mocks/handlers.ts/coverage.svg +10 -0
- package/coverage/src/mocks/handlers.ts.html +172 -0
- package/coverage/src/mocks/index.html +116 -0
- package/coverage/src/stories/attributes.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/attributes.stories.ts.html +481 -0
- package/coverage/src/stories/coverage.svg +10 -0
- package/coverage/src/stories/css.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/css.stories.ts.html +397 -0
- package/coverage/src/stories/dom-merge.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/dom-merge.stories.ts.html +424 -0
- package/coverage/src/stories/external-template.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/external-template.stories.ts.html +820 -0
- package/coverage/src/stories/http-request.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/http-request.stories.ts.html +817 -0
- package/coverage/src/stories/index.html +236 -0
- package/coverage/src/stories/local-storage.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/local-storage.stories.ts.html +1249 -0
- package/coverage/src/stories/location-element.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/location-element.stories.ts.html +484 -0
- package/coverage/src/stories/renderPlay.ts/coverage.svg +10 -0
- package/coverage/src/stories/renderPlay.ts.html +151 -0
- package/coverage/src/stories/slice-events.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/slice-events.stories.ts.html +436 -0
- package/coverage/src/sum.ts/coverage.svg +10 -0
- package/coverage/src/sum.ts.html +94 -0
- package/dist/confused.svg +37 -0
- package/dist/custom-element-B4v-KaIh.cjs +53 -0
- package/dist/custom-element-_g0GTup2.js +436 -0
- package/dist/custom-element-bundle.cjs +1 -0
- package/dist/custom-element-bundle.js +31 -0
- package/dist/embed-1.html +3 -0
- package/dist/html-template.html +126 -0
- package/dist/html-template.xhtml +45 -0
- package/dist/html-template.xml +45 -0
- package/dist/http-request-BOvP4KTl.js +56 -0
- package/dist/http-request-DPrY7mGh.cjs +1 -0
- package/dist/local-storage-Boafngui.cjs +1 -0
- package/dist/local-storage-BqDEu2kF.js +59 -0
- package/dist/location-element-2m0gWq_d.cjs +1 -0
- package/dist/location-element-nA_wsqBt.js +49 -0
- package/dist/mockServiceWorker.js +284 -0
- package/dist/tree.xsl +33 -0
- package/dist/vite.svg +1 -0
- package/index.html +17 -0
- package/package.json +97 -0
- package/public/confused.svg +37 -0
- package/public/embed-1.html +3 -0
- package/public/html-template.html +126 -0
- package/public/html-template.xhtml +45 -0
- package/public/html-template.xml +45 -0
- package/public/mockServiceWorker.js +284 -0
- package/public/tree.xsl +33 -0
- package/public/vite.svg +1 -0
- package/src/assets/lit.svg +1 -0
- package/src/custom-element/custom-element.d.ts +36 -0
- package/src/custom-element/custom-element.js +688 -0
- package/src/custom-element/demo/a.html +63 -0
- package/src/custom-element/demo/confused.svg +37 -0
- package/src/custom-element/demo/data-slices.html +184 -0
- package/src/custom-element/demo/dce-social-preview.png +0 -0
- package/src/custom-element/demo/demo.css +22 -0
- package/src/custom-element/demo/dom-merge.html +123 -0
- package/src/custom-element/demo/embed-1.html +3 -0
- package/src/custom-element/demo/external-template.html +179 -0
- package/src/custom-element/demo/hex-grid-dce.html +183 -0
- package/src/custom-element/demo/hex-grid-transform.png +0 -0
- package/src/custom-element/demo/hex-grid.html +66 -0
- package/src/custom-element/demo/html-template.html +126 -0
- package/src/custom-element/demo/html-template.xhtml +45 -0
- package/src/custom-element/demo/html-template.xml +45 -0
- package/src/custom-element/demo/http-request.html +143 -0
- package/src/custom-element/demo/local-storage.html +218 -0
- package/src/custom-element/demo/location-element.html +155 -0
- package/src/custom-element/demo/logo.png +0 -0
- package/src/custom-element/demo/parameters.html +70 -0
- package/src/custom-element/demo/s.xml +14 -0
- package/src/custom-element/demo/s.xslt +76 -0
- package/src/custom-element/demo/scoped-css.html +169 -0
- package/src/custom-element/demo/ss.html +57 -0
- package/src/custom-element/demo/table.xml +25 -0
- package/src/custom-element/demo/table.xsl +293 -0
- package/src/custom-element/demo/template.xsl +46 -0
- package/src/custom-element/demo/tree.xml +25 -0
- package/src/custom-element/demo/tree.xsl +33 -0
- package/src/custom-element/demo/wc-square.svg +1 -0
- package/src/custom-element/demo/xhtml-template.xhtml +45 -0
- package/src/custom-element/demo/z.html +62 -0
- package/src/custom-element/demo/z.xml +60 -0
- package/src/custom-element/http-request.js +89 -0
- package/src/custom-element/ide/IDE.md +31 -0
- package/src/custom-element/ide/customData-dce.json +112 -0
- package/src/custom-element/ide/customData-xsl.json +1018 -0
- package/src/custom-element/ide/web-types-dce.json +111 -0
- package/src/custom-element/ide/web-types-xsl.json +867 -0
- package/src/custom-element/index.html +168 -0
- package/src/custom-element/index.js +7 -0
- package/src/custom-element/local-storage.js +87 -0
- package/src/custom-element/location-element.js +87 -0
- package/src/custom-element.test.ts +10 -0
- package/src/index.css +38 -0
- package/src/mocks/handlers.ts +29 -0
- package/src/mocks/pokemons.mock.ts +13 -0
- package/src/stories/Configure.mdx +364 -0
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +5 -0
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/avif-test-image.avif +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +15 -0
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +3 -0
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +12 -0
- package/src/stories/assets/youtube.svg +4 -0
- package/src/stories/attributes.stories.ts +132 -0
- package/src/stories/attributes.test.ts +14 -0
- package/src/stories/css.stories.ts +104 -0
- package/src/stories/css.test.ts +12 -0
- package/src/stories/dom-merge.stories.ts +113 -0
- package/src/stories/dom-merge.test.ts +12 -0
- package/src/stories/external-template.stories.ts +245 -0
- package/src/stories/external-template.test.ts +12 -0
- package/src/stories/http-request.stories.ts +244 -0
- package/src/stories/http-request.test.ts +29 -0
- package/src/stories/local-storage.stories.ts +388 -0
- package/src/stories/local-storage.test.ts +12 -0
- package/src/stories/location-element.stories.ts +133 -0
- package/src/stories/location-element.test.ts +14 -0
- package/src/stories/renderPlay.ts +22 -0
- package/src/stories/slice-events.stories.ts +117 -0
- package/src/stories/slice-events.test.ts +12 -0
- package/src/sum.test.ts +6 -0
- package/src/sum.ts +4 -0
- package/src/vite-env.d.ts +1 -0
- package/storybook-static/assets/Color-RQJUDNI5-C4yZhNbM.js +1 -0
- package/storybook-static/assets/Configure-C7d36rng.js +173 -0
- package/storybook-static/assets/DocsRenderer-K4EAMTCU-BLMupvSb.js +2 -0
- package/storybook-static/assets/WithTooltip-Y7J54OF7-BAQSPSFk.js +1 -0
- package/storybook-static/assets/accessibility-W_h2acOZ.png +0 -0
- package/storybook-static/assets/addon-library-BWUCAmyN.png +0 -0
- package/storybook-static/assets/attributes.stories-ZB0RTY1d.js +151 -0
- package/storybook-static/assets/context-C0qIqeS4.png +0 -0
- package/storybook-static/assets/css.stories-CLSX-Xxd.js +86 -0
- package/storybook-static/assets/custom-element-BLZZ00dz.js +53 -0
- package/storybook-static/assets/docs---vsFbMi.png +0 -0
- package/storybook-static/assets/dom-merge.stories-CgHZUABU.js +138 -0
- package/storybook-static/assets/entry-preview-CQqNFx4W.js +8 -0
- package/storybook-static/assets/entry-preview-docs-CWgqLfd3.js +2 -0
- package/storybook-static/assets/external-template.stories-DtSLMxvg.js +316 -0
- package/storybook-static/assets/figma-plugin-CH2hELiO.png +0 -0
- package/storybook-static/assets/formatter-B5HCVTEV-tKeEfJA9.js +58 -0
- package/storybook-static/assets/http-request.stories-CUzlXO89.js +300 -0
- package/storybook-static/assets/iframe-gCvlWuoC.js +2 -0
- package/storybook-static/assets/index-CBQwM6ST.js +508 -0
- package/storybook-static/assets/index-CDavW7r9.js +193 -0
- package/storybook-static/assets/index-CQA5dlr6.js +13 -0
- package/storybook-static/assets/index-Cc7K62zD.js +3 -0
- package/storybook-static/assets/index-DgaNIR0t.js +1 -0
- package/storybook-static/assets/index-Dkj0J1ds.js +1 -0
- package/storybook-static/assets/index-DnEJ_bKa.js +1 -0
- package/storybook-static/assets/index-DrFu-skq.js +6 -0
- package/storybook-static/assets/lit-element-B4_0akdT.js +19 -0
- package/storybook-static/assets/local-storage.stories-BkO6djDz.js +415 -0
- package/storybook-static/assets/location-element.stories-DCIOUd0D.js +108 -0
- package/storybook-static/assets/preview-B4GcaC1c.js +1 -0
- package/storybook-static/assets/preview-B63p-W8V.js +20 -0
- package/storybook-static/assets/preview-BAz7FMXc.js +396 -0
- package/storybook-static/assets/preview-BDY5ThwJ.js +1 -0
- package/storybook-static/assets/preview-C6t8KBFr.js +1 -0
- package/storybook-static/assets/preview-CYD85dwb.js +7 -0
- package/storybook-static/assets/preview-CkgAD_DE.js +2 -0
- package/storybook-static/assets/preview-D8LadFCz.js +48 -0
- package/storybook-static/assets/preview-DNpCpRPf.js +1 -0
- package/storybook-static/assets/preview-PxUn-cIn.js +1 -0
- package/storybook-static/assets/share-DGA-UcQf.png +0 -0
- package/storybook-static/assets/slice-events.stories-DXKjXI37.js +115 -0
- package/storybook-static/assets/styling-Bk6zjRzU.png +0 -0
- package/storybook-static/assets/syntaxhighlighter-JOJW2KGS-C04pIVD3.js +1 -0
- package/storybook-static/assets/testing-cbzR9l9r.png +0 -0
- package/storybook-static/assets/theming-D6WJLNoW.png +0 -0
- package/storybook-static/assets/tiny-invariant-BxWVcicq.js +1 -0
- package/storybook-static/confused.svg +37 -0
- package/storybook-static/embed-1.html +3 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/html-template.html +126 -0
- package/storybook-static/html-template.xhtml +45 -0
- package/storybook-static/html-template.xml +45 -0
- package/storybook-static/iframe.html +492 -0
- package/storybook-static/index.html +163 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/mockServiceWorker.js +284 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +327 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +40 -0
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +60 -0
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js +33 -0
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-1/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-1/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +3 -0
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/WithTooltip-Y7J54OF7-CEHQ77YF.js +1 -0
- package/storybook-static/sb-manager/chunk-E3WK6ZOZ.js +234 -0
- package/storybook-static/sb-manager/chunk-E6ABNH5R.js +183 -0
- package/storybook-static/sb-manager/chunk-FEE35O7J.js +9 -0
- package/storybook-static/sb-manager/chunk-S4VOIVUE.js +347 -0
- package/storybook-static/sb-manager/chunk-XCO5HRLK.js +6 -0
- package/storybook-static/sb-manager/chunk-XP3HGWTR.js +1 -0
- package/storybook-static/sb-manager/formatter-B5HCVTEV-7DCBOGO6.js +58 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals-runtime.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-JOJW2KGS-VF6EEVPI.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -0
- package/storybook-static/sb-preview/runtime.js +139 -0
- package/storybook-static/tree.xsl +33 -0
- package/storybook-static/vite.svg +1 -0
- package/tsconfig.json +25 -0
- package/vite.config.js +55 -0
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Mock Service Worker.
|
|
6
|
+
* @see https://github.com/mswjs/msw
|
|
7
|
+
* - Please do NOT modify this file.
|
|
8
|
+
* - Please do NOT serve this file on production.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
const PACKAGE_VERSION = '2.2.14'
|
|
12
|
+
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
|
13
|
+
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
14
|
+
const activeClientIds = new Set()
|
|
15
|
+
|
|
16
|
+
self.addEventListener('install', function () {
|
|
17
|
+
self.skipWaiting()
|
|
18
|
+
})
|
|
19
|
+
|
|
20
|
+
self.addEventListener('activate', function (event) {
|
|
21
|
+
event.waitUntil(self.clients.claim())
|
|
22
|
+
})
|
|
23
|
+
|
|
24
|
+
self.addEventListener('message', async function (event) {
|
|
25
|
+
const clientId = event.source.id
|
|
26
|
+
|
|
27
|
+
if (!clientId || !self.clients) {
|
|
28
|
+
return
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
const client = await self.clients.get(clientId)
|
|
32
|
+
|
|
33
|
+
if (!client) {
|
|
34
|
+
return
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
const allClients = await self.clients.matchAll({
|
|
38
|
+
type: 'window',
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
switch (event.data) {
|
|
42
|
+
case 'KEEPALIVE_REQUEST': {
|
|
43
|
+
sendToClient(client, {
|
|
44
|
+
type: 'KEEPALIVE_RESPONSE',
|
|
45
|
+
})
|
|
46
|
+
break
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
case 'INTEGRITY_CHECK_REQUEST': {
|
|
50
|
+
sendToClient(client, {
|
|
51
|
+
type: 'INTEGRITY_CHECK_RESPONSE',
|
|
52
|
+
payload: {
|
|
53
|
+
packageVersion: PACKAGE_VERSION,
|
|
54
|
+
checksum: INTEGRITY_CHECKSUM,
|
|
55
|
+
},
|
|
56
|
+
})
|
|
57
|
+
break
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
case 'MOCK_ACTIVATE': {
|
|
61
|
+
activeClientIds.add(clientId)
|
|
62
|
+
|
|
63
|
+
sendToClient(client, {
|
|
64
|
+
type: 'MOCKING_ENABLED',
|
|
65
|
+
payload: true,
|
|
66
|
+
})
|
|
67
|
+
break
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
case 'MOCK_DEACTIVATE': {
|
|
71
|
+
activeClientIds.delete(clientId)
|
|
72
|
+
break
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
case 'CLIENT_CLOSED': {
|
|
76
|
+
activeClientIds.delete(clientId)
|
|
77
|
+
|
|
78
|
+
const remainingClients = allClients.filter((client) => {
|
|
79
|
+
return client.id !== clientId
|
|
80
|
+
})
|
|
81
|
+
|
|
82
|
+
// Unregister itself when there are no more clients
|
|
83
|
+
if (remainingClients.length === 0) {
|
|
84
|
+
self.registration.unregister()
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
break
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
})
|
|
91
|
+
|
|
92
|
+
self.addEventListener('fetch', function (event) {
|
|
93
|
+
const { request } = event
|
|
94
|
+
|
|
95
|
+
// Bypass navigation requests.
|
|
96
|
+
if (request.mode === 'navigate') {
|
|
97
|
+
return
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// Opening the DevTools triggers the "only-if-cached" request
|
|
101
|
+
// that cannot be handled by the worker. Bypass such requests.
|
|
102
|
+
if (request.cache === 'only-if-cached' && request.mode !== 'same-origin') {
|
|
103
|
+
return
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// Bypass all requests when there are no active clients.
|
|
107
|
+
// Prevents the self-unregistered worked from handling requests
|
|
108
|
+
// after it's been deleted (still remains active until the next reload).
|
|
109
|
+
if (activeClientIds.size === 0) {
|
|
110
|
+
return
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// Generate unique request ID.
|
|
114
|
+
const requestId = crypto.randomUUID()
|
|
115
|
+
event.respondWith(handleRequest(event, requestId))
|
|
116
|
+
})
|
|
117
|
+
|
|
118
|
+
async function handleRequest(event, requestId) {
|
|
119
|
+
const client = await resolveMainClient(event)
|
|
120
|
+
const response = await getResponse(event, client, requestId)
|
|
121
|
+
|
|
122
|
+
// Send back the response clone for the "response:*" life-cycle events.
|
|
123
|
+
// Ensure MSW is active and ready to handle the message, otherwise
|
|
124
|
+
// this message will pend indefinitely.
|
|
125
|
+
if (client && activeClientIds.has(client.id)) {
|
|
126
|
+
;(async function () {
|
|
127
|
+
const responseClone = response.clone()
|
|
128
|
+
|
|
129
|
+
sendToClient(
|
|
130
|
+
client,
|
|
131
|
+
{
|
|
132
|
+
type: 'RESPONSE',
|
|
133
|
+
payload: {
|
|
134
|
+
requestId,
|
|
135
|
+
isMockedResponse: IS_MOCKED_RESPONSE in response,
|
|
136
|
+
type: responseClone.type,
|
|
137
|
+
status: responseClone.status,
|
|
138
|
+
statusText: responseClone.statusText,
|
|
139
|
+
body: responseClone.body,
|
|
140
|
+
headers: Object.fromEntries(responseClone.headers.entries()),
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
[responseClone.body],
|
|
144
|
+
)
|
|
145
|
+
})()
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
return response
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// Resolve the main client for the given event.
|
|
152
|
+
// Client that issues a request doesn't necessarily equal the client
|
|
153
|
+
// that registered the worker. It's with the latter the worker should
|
|
154
|
+
// communicate with during the response resolving phase.
|
|
155
|
+
async function resolveMainClient(event) {
|
|
156
|
+
const client = await self.clients.get(event.clientId)
|
|
157
|
+
|
|
158
|
+
if (client?.frameType === 'top-level') {
|
|
159
|
+
return client
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
const allClients = await self.clients.matchAll({
|
|
163
|
+
type: 'window',
|
|
164
|
+
})
|
|
165
|
+
|
|
166
|
+
return allClients
|
|
167
|
+
.filter((client) => {
|
|
168
|
+
// Get only those clients that are currently visible.
|
|
169
|
+
return client.visibilityState === 'visible'
|
|
170
|
+
})
|
|
171
|
+
.find((client) => {
|
|
172
|
+
// Find the client ID that's recorded in the
|
|
173
|
+
// set of clients that have registered the worker.
|
|
174
|
+
return activeClientIds.has(client.id)
|
|
175
|
+
})
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
async function getResponse(event, client, requestId) {
|
|
179
|
+
const { request } = event
|
|
180
|
+
|
|
181
|
+
// Clone the request because it might've been already used
|
|
182
|
+
// (i.e. its body has been read and sent to the client).
|
|
183
|
+
const requestClone = request.clone()
|
|
184
|
+
|
|
185
|
+
function passthrough() {
|
|
186
|
+
const headers = Object.fromEntries(requestClone.headers.entries())
|
|
187
|
+
|
|
188
|
+
// Remove internal MSW request header so the passthrough request
|
|
189
|
+
// complies with any potential CORS preflight checks on the server.
|
|
190
|
+
// Some servers forbid unknown request headers.
|
|
191
|
+
delete headers['x-msw-intention']
|
|
192
|
+
|
|
193
|
+
return fetch(requestClone, { headers })
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
// Bypass mocking when the client is not active.
|
|
197
|
+
if (!client) {
|
|
198
|
+
return passthrough()
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// Bypass initial page load requests (i.e. static assets).
|
|
202
|
+
// The absence of the immediate/parent client in the map of the active clients
|
|
203
|
+
// means that MSW hasn't dispatched the "MOCK_ACTIVATE" event yet
|
|
204
|
+
// and is not ready to handle requests.
|
|
205
|
+
if (!activeClientIds.has(client.id)) {
|
|
206
|
+
return passthrough()
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// Notify the client that a request has been intercepted.
|
|
210
|
+
const requestBuffer = await request.arrayBuffer()
|
|
211
|
+
const clientMessage = await sendToClient(
|
|
212
|
+
client,
|
|
213
|
+
{
|
|
214
|
+
type: 'REQUEST',
|
|
215
|
+
payload: {
|
|
216
|
+
id: requestId,
|
|
217
|
+
url: request.url,
|
|
218
|
+
mode: request.mode,
|
|
219
|
+
method: request.method,
|
|
220
|
+
headers: Object.fromEntries(request.headers.entries()),
|
|
221
|
+
cache: request.cache,
|
|
222
|
+
credentials: request.credentials,
|
|
223
|
+
destination: request.destination,
|
|
224
|
+
integrity: request.integrity,
|
|
225
|
+
redirect: request.redirect,
|
|
226
|
+
referrer: request.referrer,
|
|
227
|
+
referrerPolicy: request.referrerPolicy,
|
|
228
|
+
body: requestBuffer,
|
|
229
|
+
keepalive: request.keepalive,
|
|
230
|
+
},
|
|
231
|
+
},
|
|
232
|
+
[requestBuffer],
|
|
233
|
+
)
|
|
234
|
+
|
|
235
|
+
switch (clientMessage.type) {
|
|
236
|
+
case 'MOCK_RESPONSE': {
|
|
237
|
+
return respondWithMock(clientMessage.data)
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
case 'PASSTHROUGH': {
|
|
241
|
+
return passthrough()
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
return passthrough()
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
function sendToClient(client, message, transferrables = []) {
|
|
249
|
+
return new Promise((resolve, reject) => {
|
|
250
|
+
const channel = new MessageChannel()
|
|
251
|
+
|
|
252
|
+
channel.port1.onmessage = (event) => {
|
|
253
|
+
if (event.data && event.data.error) {
|
|
254
|
+
return reject(event.data.error)
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
resolve(event.data)
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
client.postMessage(
|
|
261
|
+
message,
|
|
262
|
+
[channel.port2].concat(transferrables.filter(Boolean)),
|
|
263
|
+
)
|
|
264
|
+
})
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
async function respondWithMock(response) {
|
|
268
|
+
// Setting response status code to 0 is a no-op.
|
|
269
|
+
// However, when responding with a "Response.error()", the produced Response
|
|
270
|
+
// instance will have status code set to 0. Since it's not possible to create
|
|
271
|
+
// a Response instance with status code 0, handle that use-case separately.
|
|
272
|
+
if (response.status === 0) {
|
|
273
|
+
return Response.error()
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
const mockedResponse = new Response(response.body, response)
|
|
277
|
+
|
|
278
|
+
Reflect.defineProperty(mockedResponse, IS_MOCKED_RESPONSE, {
|
|
279
|
+
value: true,
|
|
280
|
+
enumerable: true,
|
|
281
|
+
})
|
|
282
|
+
|
|
283
|
+
return mockedResponse
|
|
284
|
+
}
|
package/dist/tree.xsl
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<xsl:stylesheet version="1.0"
|
|
2
|
+
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
3
|
+
<xsl:output
|
|
4
|
+
method="html"
|
|
5
|
+
omit-xml-declaration="yes"
|
|
6
|
+
standalone="yes"
|
|
7
|
+
indent="yes"
|
|
8
|
+
/>
|
|
9
|
+
|
|
10
|
+
<xsl:template match="/">
|
|
11
|
+
<xsl:apply-templates select="*"/>
|
|
12
|
+
</xsl:template>
|
|
13
|
+
<xsl:template match="*">
|
|
14
|
+
<details style="padding:0 1rem" open="open" data-testid="{name()}">
|
|
15
|
+
<summary>
|
|
16
|
+
<b style="color:green"><xsl:value-of select="name()"/></b>
|
|
17
|
+
<xsl:apply-templates select="@*"/>
|
|
18
|
+
</summary>
|
|
19
|
+
<xsl:value-of select="./text()"/>
|
|
20
|
+
<xsl:apply-templates select="*"/>
|
|
21
|
+
</details>
|
|
22
|
+
</xsl:template>
|
|
23
|
+
<xsl:template match="@*">
|
|
24
|
+
<code style="margin-left:1rem;color:brown"><xsl:value-of select="name()"/>="<xsl:value-of select="."/>"</code>
|
|
25
|
+
</xsl:template>
|
|
26
|
+
<xsl:template match="text()">
|
|
27
|
+
<p data-testid="{name()}">
|
|
28
|
+
<xsl:value-of select="."/>
|
|
29
|
+
</p>
|
|
30
|
+
</xsl:template>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
</xsl:stylesheet>
|
package/dist/vite.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
package/index.html
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
+
<title>Vite + Lit + TS</title>
|
|
8
|
+
<link rel="stylesheet" href="./src/index.css" />
|
|
9
|
+
<script type="module" src="src/custom-element/custom-element.js"></script>
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<custom-element>
|
|
13
|
+
<h1>custom-element</h1>
|
|
14
|
+
Build web application without JavaScript.
|
|
15
|
+
</custom-element>
|
|
16
|
+
</body>
|
|
17
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@epa-wg/custom-element-dist",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "tsc && vite build",
|
|
8
|
+
"postinstall": "bash bin/postinstall.sh",
|
|
9
|
+
"prepublishOnly": "bash bin/build.sh",
|
|
10
|
+
"preview": "vite preview",
|
|
11
|
+
"storybook": "storybook dev -p 6006",
|
|
12
|
+
"build-storybook": "storybook build",
|
|
13
|
+
"test": "vitest --coverage.enabled --coverage.all --no-file-parallelism --watch=false",
|
|
14
|
+
"test:watch": "vitest --inspect-brk --no-file-parallelism --browser.headless=false --test-timeout=0",
|
|
15
|
+
"test:storybook": "test-storybook",
|
|
16
|
+
"sb": "yarn storybook",
|
|
17
|
+
"t": "vitest --no-file-parallelism --watch=false src/stories/location-element.test.ts"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@epa-wg/custom-element": "0.0.20"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@chromatic-com/storybook": "^1.3.3",
|
|
24
|
+
"@storybook/addon-essentials": "^8.0.10",
|
|
25
|
+
"@storybook/addon-interactions": "^8.0.10",
|
|
26
|
+
"@storybook/addon-links": "^8.0.10",
|
|
27
|
+
"@storybook/addon-mdx-gfm": "8.0.10",
|
|
28
|
+
"@storybook/blocks": "^8.0.10",
|
|
29
|
+
"@storybook/test": "^8.0.10",
|
|
30
|
+
"@storybook/test-runner": "^0.17.0",
|
|
31
|
+
"@storybook/web-components": "^8.0.10",
|
|
32
|
+
"@storybook/web-components-vite": "^8.0.10",
|
|
33
|
+
"@vitest/browser": "^1.6.0",
|
|
34
|
+
"@vitest/coverage-istanbul": "^1.6.0",
|
|
35
|
+
"coverage-svg": "^0.0.3",
|
|
36
|
+
"lit": "^3.1.3",
|
|
37
|
+
"msw": "^2.2.14",
|
|
38
|
+
"msw-storybook-addon": "^2.0.0",
|
|
39
|
+
"playwright": "^1.43.1",
|
|
40
|
+
"storybook": "^8.0.10",
|
|
41
|
+
"typescript": "^5.2.2",
|
|
42
|
+
"vite": "^5.2.0",
|
|
43
|
+
"vitest": "^1.6.0",
|
|
44
|
+
"webdriverio": "^8.36.1"
|
|
45
|
+
},
|
|
46
|
+
"msw": {
|
|
47
|
+
"workerDirectory": [
|
|
48
|
+
"public"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"keywords": [
|
|
52
|
+
"WebComponent",
|
|
53
|
+
"Declarative Custom Element",
|
|
54
|
+
"XSLT",
|
|
55
|
+
"JS",
|
|
56
|
+
"javascript"
|
|
57
|
+
],
|
|
58
|
+
"author": {
|
|
59
|
+
"name": "Sasha Firsov",
|
|
60
|
+
"email": "suns@simulationworks.com",
|
|
61
|
+
"url": "https://blog.firsov.net/"
|
|
62
|
+
},
|
|
63
|
+
"files": [
|
|
64
|
+
"*",
|
|
65
|
+
"dist/**/*",
|
|
66
|
+
"storybook-static/**/*",
|
|
67
|
+
"coverage/**/*"
|
|
68
|
+
],
|
|
69
|
+
"exports": {
|
|
70
|
+
".": {
|
|
71
|
+
"import": "./dist/assets/custom-element-bundle.js",
|
|
72
|
+
"require": "./dist/assets/custom-element-bundle.cjs"
|
|
73
|
+
},
|
|
74
|
+
"./custom-element": {
|
|
75
|
+
"import": "./dist/assets/custom-element-bundle.js",
|
|
76
|
+
"require": "./dist/assets/custom-element-bundle.cjs"
|
|
77
|
+
},
|
|
78
|
+
"./package.json": "./package.json"
|
|
79
|
+
},
|
|
80
|
+
"repository": {
|
|
81
|
+
"type": "git",
|
|
82
|
+
"url": "https://github.com/EPA-WG/custom-element-dist.git"
|
|
83
|
+
},
|
|
84
|
+
"license": "Apache-2.0",
|
|
85
|
+
"bugs": {
|
|
86
|
+
"url": "https://github.com/EPA-WG/custom-element/issues"
|
|
87
|
+
},
|
|
88
|
+
"homepage": "https://github.com/EPA-WG/custom-element#readme",
|
|
89
|
+
"funding": {
|
|
90
|
+
"type": "patreon",
|
|
91
|
+
"url": "https://www.patreon.com/sashafirsov"
|
|
92
|
+
},
|
|
93
|
+
"web-types": [
|
|
94
|
+
"./src/custom-element/ide/web-types-dce.json",
|
|
95
|
+
"./src/custom-element/ide/web-types-xsl.json"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" version="1.0">
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="d">
|
|
5
|
+
<stop offset="0"/>
|
|
6
|
+
<stop offset=".5"/>
|
|
7
|
+
<stop offset=".80000001" stop-opacity=".46666667"/>
|
|
8
|
+
<stop offset="1" stop-opacity="0"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<linearGradient id="a">
|
|
11
|
+
<stop offset="0" stop-color="#fb0"/>
|
|
12
|
+
<stop offset=".5" stop-color="#e29d00"/>
|
|
13
|
+
<stop offset="1" stop-color="#fb0"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="c">
|
|
16
|
+
<stop offset="0"/>
|
|
17
|
+
<stop offset="1" stop-opacity="0"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="b">
|
|
20
|
+
<stop offset="0" stop-color="#ffc"/>
|
|
21
|
+
<stop offset=".5" stop-color="#fff965"/>
|
|
22
|
+
<stop offset="1" stop-color="#fc3"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient xlink:href="#a" id="i" x1="8.0350637" x2="42.788235" y1="32.372219" y2="32.372219" gradientUnits="userSpaceOnUse" spreadMethod="pad"/>
|
|
25
|
+
<radialGradient xlink:href="#b" id="f" cx="17.986637" cy="16.545853" r="23.978155" fx="17.986637" fy="16.545853" gradientUnits="userSpaceOnUse"/>
|
|
26
|
+
<radialGradient xlink:href="#c" id="e" cx="53.309223" cy="94.956306" r="63.252911" fx="53.309223" fy="94.956306" gradientTransform="matrix(1 0 0 .34935 0 61.7838)" gradientUnits="userSpaceOnUse"/>
|
|
27
|
+
<radialGradient xlink:href="#d" id="g" cx="18.71347" cy="21.759708" r="1.8644418" fx="18.71347" fy="21.759708" gradientTransform="matrix(1 0 0 1.77778 0 -16.92422)" gradientUnits="userSpaceOnUse"/>
|
|
28
|
+
</defs>
|
|
29
|
+
<path fill="url(#e)" d="M116.56213 94.956306a63.252911 22.097088 0 1 1-126.5058174 0 63.252911 22.097088 0 1 1 126.5058174 0z" opacity=".53200001" transform="matrix(.3162 0 0 .33941 6.936944 8.132618)"/>
|
|
30
|
+
<path fill="url(#f)" stroke="#fb0" stroke-width="1.43869453" d="M47.094418 23.83131a23.478155 23.478155 0 1 1-46.9563107 0 23.478155 23.478155 0 1 1 46.9563107 0z" transform="translate(4.30185 4.122792) scale(.83409)"/>
|
|
31
|
+
<path id="h" fill="#fff" fill-opacity="1" fill-rule="nonzero" stroke="#fc0" stroke-dasharray="none" stroke-dashoffset="0" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="1" d="M21.682767 18.5142a3.9360437 6.9743929 0 1 1-7.872088 0 3.9360437 6.9743929 0 1 1 7.872088 0z" opacity="1" transform="matrix(1.01507 0 0 1.00354 -.0090285 .916405)"/>
|
|
32
|
+
<path id="j" fill="url(#g)" fill-opacity="1" fill-rule="nonzero" stroke="none" stroke-dasharray="none" stroke-dashoffset="0" stroke-linejoin="miter" stroke-miterlimit="4" stroke-opacity="1" stroke-width="1" d="M20.577912 21.759708a1.8644418 3.314563 0 1 1-3.728883 0 1.8644418 3.314563 0 1 1 3.728883 0z" opacity="1" transform="translate(-.138107 .535104)"/>
|
|
33
|
+
<use xlink:href="#h" width="48" height="48" transform="translate(12.50001 -4.4e-7)"/>
|
|
34
|
+
<path fill="none" stroke="url(#i)" stroke-linecap="round" stroke-width="1.97319973" d="M9.0216636 35.899178c4.7689724-7.457767 10.9544424-9.489956 17.3095664-3.728884 5.404329 4.899155 11.190398 4.350365 15.470406-.656007"/>
|
|
35
|
+
<path fill="none" stroke="#e2ac00" stroke-linecap="round" stroke-width="1.17813516" d="M15.504748 34.21319c3.012147-3.243177 6.693658.87012 6.693658.87012" opacity=".8"/>
|
|
36
|
+
<use xlink:href="#j" width="48" height="48" transform="translate(10.78418 -5)"/>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
3
|
+
<head>
|
|
4
|
+
<title>template based on HTML file</title>
|
|
5
|
+
<style>svg {
|
|
6
|
+
width: 4rem;
|
|
7
|
+
}</style>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<script>console.error('Stranger danger!')</script>
|
|
11
|
+
<b id="wave">👋</b>
|
|
12
|
+
<b id="ok">👌</b>
|
|
13
|
+
<svg id="dwc-logo" data-testid="svg-test" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 216 209.18">
|
|
14
|
+
<defs>
|
|
15
|
+
<style>.cls-1 {
|
|
16
|
+
fill: #c2e6f1;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.cls-2 {
|
|
20
|
+
fill: #dcf1f7;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.cls-3 {
|
|
24
|
+
fill: #2d4554;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.cls-4 {
|
|
28
|
+
fill: #60cae5;
|
|
29
|
+
}</style>
|
|
30
|
+
</defs>
|
|
31
|
+
<polygon class="cls-3"
|
|
32
|
+
points="0 82.47 0 126.71 34.84 146.83 34.84 187.06 73.16 209.18 108 189.07 142.84 209.18 181.16 187.06 181.16 146.83 216 126.71 216 82.47 181.16 62.35 181.16 22.12 142.84 0 108 20.12 73.16 0 34.84 22.12 34.84 62.35 0 82.47"/>
|
|
33
|
+
<path class="cls-2"
|
|
34
|
+
d="m114.33,56.69l20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0Z"/>
|
|
35
|
+
<path class="cls-2"
|
|
36
|
+
d="m98.19,62.71h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/>
|
|
37
|
+
<path class="cls-1"
|
|
38
|
+
d="m48.12,66.01l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97Z"/>
|
|
39
|
+
<path class="cls-2"
|
|
40
|
+
d="m46.18,24.66l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0s20.64-11.92,20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06Z"/>
|
|
41
|
+
<path class="cls-2"
|
|
42
|
+
d="m115.87,24.66l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0s20.64-11.92,20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06Z"/>
|
|
43
|
+
<path class="cls-2"
|
|
44
|
+
d="m152.65,42.59c-4.44,2.56-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0v-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92h0Z"/>
|
|
45
|
+
<path class="cls-2"
|
|
46
|
+
d="m77.55,158.4l20.65-11.92h0c4.44-2.57,6.33-5.84,6.33-10.97v-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92c-4.44,2.57-6.33,5.84-6.33,10.97h0s0,23.84,0,23.84c0,.54.45.8.92.54Z"/>
|
|
47
|
+
<path class="cls-4"
|
|
48
|
+
d="m146.31,134.03v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0s0-23.84,0-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97Z"/>
|
|
49
|
+
<path class="cls-4"
|
|
50
|
+
d="m63.35,123.06h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/>
|
|
51
|
+
<path class="cls-4"
|
|
52
|
+
d="m103.61,151.37l-20.64,11.92c-4.44,2.57-6.33,5.84-6.33,10.97h0s0,23.84,0,23.84c0,.54.45.8.92.54l20.65-11.92h0c4.44-2.57,6.33-5.84,6.33-10.97v-23.84c0-.54-.45-.8-.92-.53Z"/>
|
|
53
|
+
<path class="cls-4"
|
|
54
|
+
d="m63.35,163.29h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/>
|
|
55
|
+
<path class="cls-4"
|
|
56
|
+
d="m28.51,102.94h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/>
|
|
57
|
+
<path class="cls-4"
|
|
58
|
+
d="m133.04,163.29l-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84c0,5.13,1.89,8.4,6.33,10.97h0s20.65,11.92,20.65,11.92c.47.27.92,0,.92-.54v-23.84s0,0,0,0c0-5.13-1.89-8.4-6.33-10.97Z"/>
|
|
59
|
+
<path class="cls-4"
|
|
60
|
+
d="m173.29,151.37l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0s0-23.84,0-23.84c0-.54-.45-.8-.92-.53Z"/>
|
|
61
|
+
<path class="cls-4"
|
|
62
|
+
d="m209.06,91.55c0-.54-.45-.8-.92-.53l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0v-23.84Z"/>
|
|
63
|
+
<path class="cls-2"
|
|
64
|
+
d="m149.18,117.04l20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0Z"/>
|
|
65
|
+
<path class="cls-1"
|
|
66
|
+
d="m112.39,98.05l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0v-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54Z"/>
|
|
67
|
+
<path class="cls-1"
|
|
68
|
+
d="m100.13,105.12c.47-.27.47-.79,0-1.06l-20.65-11.92c-4.44-2.57-8.22-2.57-12.67,0h0s-20.65,11.92-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92h0c4.44,2.57,8.22,2.57,12.67,0l20.64-11.92Z"/>
|
|
69
|
+
<path class="cls-2"
|
|
70
|
+
d="m65.29,85.01c.47-.27.47-.79,0-1.06l-20.65-11.92c-4.44-2.57-8.22-2.57-12.67,0h0s-20.65,11.92-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92h0c4.44,2.57,8.22,2.57,12.67,0l20.64-11.92Z"/>
|
|
71
|
+
<path class="cls-1"
|
|
72
|
+
d="m133.04,123.06l-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84c0,5.13,1.89,8.4,6.33,10.97h0s20.65,11.92,20.65,11.92c.47.27.92,0,.92-.54v-23.84s0,0,0,0c0-5.13-1.89-8.4-6.33-10.97Z"/>
|
|
73
|
+
<path class="cls-1"
|
|
74
|
+
d="m184.02,96.93l20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0Z"/>
|
|
75
|
+
</svg>
|
|
76
|
+
<math id="sophomores-dream" data-testid="ml-test" display="block">
|
|
77
|
+
<mrow>
|
|
78
|
+
<msubsup>
|
|
79
|
+
<mo>∫</mo>
|
|
80
|
+
<mn>0</mn>
|
|
81
|
+
<mn>1</mn>
|
|
82
|
+
</msubsup>
|
|
83
|
+
<msup>
|
|
84
|
+
<mi>x</mi>
|
|
85
|
+
<mi>x</mi>
|
|
86
|
+
</msup>
|
|
87
|
+
<mo rspace="0.22em"></mo>
|
|
88
|
+
<mo rspace="0">ⅆ</mo>
|
|
89
|
+
<mi>x</mi>
|
|
90
|
+
<mo>=</mo>
|
|
91
|
+
<munderover>
|
|
92
|
+
<mo>∑</mo>
|
|
93
|
+
<mrow>
|
|
94
|
+
<mi>n</mi>
|
|
95
|
+
<mo>=</mo>
|
|
96
|
+
<mn>1</mn>
|
|
97
|
+
</mrow>
|
|
98
|
+
<mn>∞</mn>
|
|
99
|
+
</munderover>
|
|
100
|
+
<msup>
|
|
101
|
+
<mrow>
|
|
102
|
+
<mo>(</mo>
|
|
103
|
+
<mrow>
|
|
104
|
+
<mo form="prefix">−</mo>
|
|
105
|
+
<mn>1</mn>
|
|
106
|
+
</mrow>
|
|
107
|
+
<mo>)</mo>
|
|
108
|
+
</mrow>
|
|
109
|
+
<mrow>
|
|
110
|
+
<mi>n</mi>
|
|
111
|
+
<mo>+</mo>
|
|
112
|
+
<mn>1</mn>
|
|
113
|
+
</mrow>
|
|
114
|
+
</msup>
|
|
115
|
+
<mo></mo>
|
|
116
|
+
<msup>
|
|
117
|
+
<mi>n</mi>
|
|
118
|
+
<mrow>
|
|
119
|
+
<mo form="prefix">−</mo>
|
|
120
|
+
<mi>n</mi>
|
|
121
|
+
</mrow>
|
|
122
|
+
</msup>
|
|
123
|
+
</mrow>
|
|
124
|
+
</math>
|
|
125
|
+
</body>
|
|
126
|
+
</html>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8"/>
|
|
5
|
+
<title>template based on HTML file</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<b id="wave">👋</b>
|
|
9
|
+
<b id="ok">👌</b>
|
|
10
|
+
<svg id="dwc-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 216 209.18"><defs><style>.cls-1{fill:#c2e6f1;}.cls-2{fill:#dcf1f7;}.cls-3{fill:#2d4554;}.cls-4{fill:#60cae5;}</style></defs><polygon class="cls-3" points="0 82.47 0 126.71 34.84 146.83 34.84 187.06 73.16 209.18 108 189.07 142.84 209.18 181.16 187.06 181.16 146.83 216 126.71 216 82.47 181.16 62.35 181.16 22.12 142.84 0 108 20.12 73.16 0 34.84 22.12 34.84 62.35 0 82.47"/><path class="cls-2" d="m114.33,56.69l20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0Z"/><path class="cls-2" d="m98.19,62.71h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/><path class="cls-1" d="m48.12,66.01l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97Z"/><path class="cls-2" d="m46.18,24.66l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0s20.64-11.92,20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06Z"/><path class="cls-2" d="m115.87,24.66l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0s20.64-11.92,20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06Z"/><path class="cls-2" d="m152.65,42.59c-4.44,2.56-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0v-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92h0Z"/><path class="cls-2" d="m77.55,158.4l20.65-11.92h0c4.44-2.57,6.33-5.84,6.33-10.97v-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92c-4.44,2.57-6.33,5.84-6.33,10.97h0s0,23.84,0,23.84c0,.54.45.8.92.54Z"/><path class="cls-4" d="m146.31,134.03v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0s0-23.84,0-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97Z"/><path class="cls-4" d="m63.35,123.06h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/><path class="cls-4" d="m103.61,151.37l-20.64,11.92c-4.44,2.57-6.33,5.84-6.33,10.97h0s0,23.84,0,23.84c0,.54.45.8.92.54l20.65-11.92h0c4.44-2.57,6.33-5.84,6.33-10.97v-23.84c0-.54-.45-.8-.92-.53Z"/><path class="cls-4" d="m63.35,163.29h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/><path class="cls-4" d="m28.51,102.94h0s-20.64-11.92-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84s0,0,0,0c0,5.13,1.89,8.4,6.33,10.97l20.65,11.92c.47.27.92,0,.92-.54v-23.84c0-5.13-1.89-8.4-6.33-10.97Z"/><path class="cls-4" d="m133.04,163.29l-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84c0,5.13,1.89,8.4,6.33,10.97h0s20.65,11.92,20.65,11.92c.47.27.92,0,.92-.54v-23.84s0,0,0,0c0-5.13-1.89-8.4-6.33-10.97Z"/><path class="cls-4" d="m173.29,151.37l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0s0-23.84,0-23.84c0-.54-.45-.8-.92-.53Z"/><path class="cls-4" d="m209.06,91.55c0-.54-.45-.8-.92-.53l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0v-23.84Z"/><path class="cls-2" d="m149.18,117.04l20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0Z"/><path class="cls-1" d="m112.39,98.05l20.65-11.92c4.44-2.57,6.33-5.84,6.33-10.97h0v-23.84c0-.54-.45-.8-.92-.53l-20.64,11.92h0c-4.44,2.57-6.33,5.84-6.33,10.97v23.84c0,.54.45.8.92.54Z"/><path class="cls-1" d="m100.13,105.12c.47-.27.47-.79,0-1.06l-20.65-11.92c-4.44-2.57-8.22-2.57-12.67,0h0s-20.65,11.92-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92h0c4.44,2.57,8.22,2.57,12.67,0l20.64-11.92Z"/><path class="cls-2" d="m65.29,85.01c.47-.27.47-.79,0-1.06l-20.65-11.92c-4.44-2.57-8.22-2.57-12.67,0h0s-20.65,11.92-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92h0c4.44,2.57,8.22,2.57,12.67,0l20.64-11.92Z"/><path class="cls-1" d="m133.04,123.06l-20.64-11.92c-.47-.27-.92-.01-.92.53v23.84c0,5.13,1.89,8.4,6.33,10.97h0s20.65,11.92,20.65,11.92c.47.27.92,0,.92-.54v-23.84s0,0,0,0c0-5.13-1.89-8.4-6.33-10.97Z"/><path class="cls-1" d="m184.02,96.93l20.64-11.92c.47-.27.47-.79,0-1.06l-20.65-11.92h0c-4.44-2.57-8.22-2.57-12.67,0l-20.65,11.92c-.47.27-.47.79,0,1.06l20.64,11.92c4.44,2.57,8.22,2.57,12.67,0h0Z"/></svg>
|
|
11
|
+
<xsl:stylesheet
|
|
12
|
+
id="embedded-xsl"
|
|
13
|
+
version="1.0"
|
|
14
|
+
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
15
|
+
<xsl:output
|
|
16
|
+
method="html"
|
|
17
|
+
omit-xml-declaration="yes"
|
|
18
|
+
standalone="yes"
|
|
19
|
+
indent="yes"
|
|
20
|
+
/>
|
|
21
|
+
|
|
22
|
+
<xsl:template match="/">
|
|
23
|
+
<xsl:apply-templates select="*"/>
|
|
24
|
+
</xsl:template>
|
|
25
|
+
<xsl:template match="*">
|
|
26
|
+
<details style="padding:0 1rem" open="open" data-testid="{name()}">
|
|
27
|
+
<summary>
|
|
28
|
+
<b style="color:green"><xsl:value-of select="name()"/></b>
|
|
29
|
+
<xsl:apply-templates select="@*"/>
|
|
30
|
+
</summary>
|
|
31
|
+
<xsl:value-of select="./text()"/>
|
|
32
|
+
<xsl:apply-templates select="*"/>
|
|
33
|
+
</details>
|
|
34
|
+
</xsl:template>
|
|
35
|
+
<xsl:template match="@*">
|
|
36
|
+
<code style="margin-left:1rem;color:brown" ><xsl:value-of select="name()"/>="<xsl:value-of select="."/>"</code>
|
|
37
|
+
</xsl:template>
|
|
38
|
+
<xsl:template match="text()">
|
|
39
|
+
<p>
|
|
40
|
+
<xsl:value-of select="."/>
|
|
41
|
+
</p>
|
|
42
|
+
</xsl:template>
|
|
43
|
+
</xsl:stylesheet>
|
|
44
|
+
</body>
|
|
45
|
+
</html>
|