@epa-wg/custom-element-dist 0.0.22 → 0.0.23

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 (79) hide show
  1. package/.idea/.gitignore +8 -0
  2. package/README.md +4 -4
  3. package/coverage/coverage-final.json +13 -15
  4. package/coverage/index.html +30 -30
  5. package/coverage/src/custom-element/coverage.svg +1 -1
  6. package/coverage/src/custom-element/custom-element.js.html +72 -72
  7. package/coverage/src/custom-element/http-request.js.html +10 -10
  8. package/coverage/src/custom-element/index.html +10 -40
  9. package/coverage/src/custom-element/local-storage.js.html +5 -5
  10. package/coverage/src/custom-element/location-element.js.html +1 -1
  11. package/coverage/src/index.html +1 -1
  12. package/coverage/src/mocks/handlers.ts.html +1 -1
  13. package/coverage/src/mocks/index.html +1 -1
  14. package/coverage/src/stories/attributes.test.stories.ts/coverage.svg +1 -1
  15. package/coverage/src/stories/attributes.test.stories.ts.html +85 -91
  16. package/coverage/src/stories/coverage.svg +1 -1
  17. package/coverage/src/stories/css.test.stories.ts/coverage.svg +1 -1
  18. package/coverage/src/stories/css.test.stories.ts.html +75 -78
  19. package/coverage/src/stories/dom-merge.test.stories.ts/coverage.svg +1 -1
  20. package/coverage/src/stories/dom-merge.test.stories.ts.html +74 -74
  21. package/coverage/src/stories/external-template.test.stories.ts/coverage.svg +1 -1
  22. package/coverage/src/stories/external-template.test.stories.ts.html +154 -154
  23. package/coverage/src/stories/form.test.stories.ts/coverage.svg +1 -1
  24. package/coverage/src/stories/form.test.stories.ts.html +83 -86
  25. package/coverage/src/stories/http-request.stories.ts.html +1 -1
  26. package/coverage/src/stories/index.html +104 -104
  27. package/coverage/src/stories/local-storage.test.stories.ts/coverage.svg +1 -1
  28. package/coverage/src/stories/local-storage.test.stories.ts.html +444 -444
  29. package/coverage/src/stories/location-element.test.stories.ts/coverage.svg +1 -1
  30. package/coverage/src/stories/location-element.test.stories.ts.html +96 -96
  31. package/coverage/src/stories/slice-events.test.stories.ts/coverage.svg +1 -1
  32. package/coverage/src/stories/slice-events.test.stories.ts.html +141 -141
  33. package/coverage/src/stories/slots.test.stories.ts/coverage.svg +1 -1
  34. package/coverage/src/stories/slots.test.stories.ts.html +120 -123
  35. package/coverage/src/stories/{renderPlay.ts.html → testStoryBook.ts.html} +43 -22
  36. package/coverage/src/sum.ts.html +1 -1
  37. package/package.json +3 -3
  38. package/src/custom-element/demo/form.html +91 -44
  39. package/src/custom-element/demo/s.xml +9 -17
  40. package/src/custom-element/ide/web-types-dce.json +1 -1
  41. package/src/custom-element/ide/web-types-xsl.json +1 -1
  42. package/src/stories/attributes.test.stories.ts +9 -11
  43. package/src/stories/css.test.stories.ts +6 -7
  44. package/src/stories/dom-merge.test.stories.ts +6 -6
  45. package/src/stories/external-template.test.stories.ts +6 -6
  46. package/src/stories/form.test.stories.ts +6 -7
  47. package/src/stories/local-storage.test.stories.ts +7 -7
  48. package/src/stories/location-element.test.stories.ts +6 -6
  49. package/src/stories/slice-events.test.stories.ts +6 -6
  50. package/src/stories/slots.test.stories.ts +6 -7
  51. package/src/stories/testStoryBook.ts +28 -0
  52. package/storybook-static/assets/{Color-PRSJMWNM-e4s261EJ.js → Color-PRSJMWNM-BD_Ds9NW.js} +1 -1
  53. package/storybook-static/assets/{Configure-DWut7txe.js → Configure-70I_VApa.js} +1 -1
  54. package/storybook-static/assets/{DocsRenderer-K4EAMTCU-CaXVGjCl.js → DocsRenderer-K4EAMTCU-9dn0-HCP.js} +2 -2
  55. package/storybook-static/assets/{WithTooltip-KJL26V4Q--B8vdnMi.js → WithTooltip-KJL26V4Q-C6g5GOU9.js} +1 -1
  56. package/storybook-static/assets/{attributes.test.stories-IuwazrdL.js → attributes.test.stories-BEOraI4E.js} +2 -1
  57. package/storybook-static/assets/{formatter-2WMMO6ZP-SJtgH3vM.js → formatter-2WMMO6ZP-6IvBq34u.js} +1 -1
  58. package/storybook-static/assets/{iframe-CM82WlGY.js → iframe-zdt9kuj6.js} +2 -2
  59. package/storybook-static/assets/{index-DNL-IEpS.js → index-B3oZkK3F.js} +1 -1
  60. package/storybook-static/assets/{index-CEZitmnt.js → index-C30JwJMK.js} +5 -5
  61. package/storybook-static/assets/{index-D1MP-Zis.js → index-DhXZyjEd.js} +1 -1
  62. package/storybook-static/assets/{preview-5Y0XiZgz.js → preview-D0eCfQft.js} +2 -2
  63. package/storybook-static/assets/{syntaxhighlighter-BP7B2CQK-BWFH_0wQ.js → syntaxhighlighter-BP7B2CQK-DpPBKyTO.js} +1 -1
  64. package/storybook-static/iframe.html +1 -1
  65. package/storybook-static/project.json +1 -1
  66. package/tsconfig.json +31 -21
  67. package/yarn.lock +10242 -0
  68. package/.vscode/settings.json +0 -24
  69. package/coverage/src/custom-element/custom-element1-1.js/coverage.svg +0 -10
  70. package/coverage/src/custom-element/custom-element1-1.js.html +0 -2374
  71. package/coverage/src/custom-element/custom-element1.js/coverage.svg +0 -10
  72. package/coverage/src/custom-element/custom-element1.js.html +0 -2374
  73. package/src/custom-element/custom-element1-1.js +0 -763
  74. package/src/custom-element/custom-element1.js +0 -763
  75. package/src/custom-element/custom-element1.js0 +0 -750
  76. package/src/custom-element/custom-element2.js0 +0 -759
  77. package/src/custom-element/custom-element3.js0 +0 -763
  78. package/src/stories/renderPlay.ts +0 -21
  79. /package/coverage/src/stories/{renderPlay.ts → testStoryBook.ts}/coverage.svg +0 -0
@@ -9,9 +9,18 @@
9
9
  <script type="module" src="../custom-element.js"></script>
10
10
  <style>
11
11
  @import "./demo.css";
12
- label{ display: flex; }
13
- label:has(input[type="text"],input[type="password"],input:not([type]) ){flex-direction: column;}
14
- nav{ max-width: 32em; }
12
+
13
+ label {
14
+ display: flex;
15
+ }
16
+
17
+ label:has(input[type="text"],input[type="password"],input:not([type]) ) {
18
+ flex-direction: column;
19
+ }
20
+
21
+ nav {
22
+ max-width: 32em;
23
+ }
15
24
  </style>
16
25
  <!-- https://github.com/mdn/learning-area/blob/main/html/forms/form-validation/custom-error-message.html
17
26
  todo: apply setCustomValidity( warningStr )
@@ -22,36 +31,74 @@
22
31
 
23
32
  <nav>
24
33
  <a href="../index.html"><h3><code>custom-element</code> demo</h3></a>
25
- <h3>Forms handling.</h3>
26
- <ul>
27
- <li> The form triggers re-render on <code>change</code> event before submit</li>
28
- <li> <code>disabled</code> form attribute is added when validation is not passed </li>
29
- <li> Form action triggered on submit changing the hash in URL </li>
30
- <li> URL hash hides the <var>signin</var> form from DOM and shown <var>signout</var> form </li>
31
- <li> signout action reverse visibility of signin and signout </li>
32
- <li> "remember" checkbox triggers <code>local-storage</code> with value set from <var>form-data/remember</var> slice </li>
33
- <li> "username" initial value taken from <code>local-storage</code> <var>usernane</var> slice </li>
34
- <li> <a href="https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation">Form Validation - MDN</a> </li>
35
- </ul>
34
+
35
+ <p> <b>formData</b><br/>
36
+ The values of named form fields are populated into the <b>slice</b> as <b>form-data</b> on <var>change</var>
37
+ or <var>submit</var> event. The field values can be used in form validation via <var>custom-validity</var>
38
+ attribute
39
+ and in condition to enabling the form parts
40
+ <a href="https://developer.mozilla.org/en-US/docs/Web/API/FormData">formData MDN</a>
41
+ </p>
42
+ <details>
43
+ <summary>slice to form-data mapping</summary>
44
+ <html-demo-element>
45
+ <template>
46
+ <datadom hidden>
47
+ <slice>
48
+ <signin-form>
49
+ <form-data>
50
+ <username>QWE</username>
51
+ <password>ASD</password>
52
+ </form-data>
53
+ </signin-form>
54
+ </slice>
55
+ </datadom>
56
+ </template>
57
+ </html-demo-element>
58
+ </details>
59
+
60
+
61
+ <p> <b> custom-validity attribute </b><br/>
62
+ applied on the form itself or on the form field.<br/>
63
+ The value is an XPath over DCE <var>datadom</var>. When evaluated as <u>boolean</u>, it would enable(true) or
64
+ disable(false)
65
+ the form submission, acting as form validation mechanism.<br>
66
+ Alternatively, the value can be evaluated as a <u>string</u> which would be treated as an error and can be used
67
+ as
68
+ validation error message set as <var>@validation-message</var> attribute on the form slice.
69
+ Look for <var>email-form/@validation-message</var> example on the page.<br/>
70
+ </p>
71
+ <p> When <var>custom-validity</var> attribute is set on the field, its XPath evaluated value is propagated to
72
+ <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/validationMessage">
73
+ validationMessage property</a>. Which would be shown via browser system popup as the field validation error.
74
+ </p>
75
+ <p> <var>@validation-message</var> is set either by <var>custom-validity</var> attribute or by browser as system message.
76
+ By default, it is shown as popup on the field validation. But also is available for template as a string via
77
+ form field attribute. Like in <var>email-form/@validation-message</var>.
78
+
79
+ </p>
80
+
81
+ <a href="https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation">Form Validation MDN</a>
36
82
  </nav>
37
83
 
38
84
  <html-demo-element legend="1. Simple validation"
39
85
  description="custom-validity boolean value prevents submission, username length switches Next to 'Sign In' button ">
40
86
  <ol>
41
- <li> Click Next, observe the warning </li>
42
- <li> Fill input with 10+ characters </li>
43
- <li> Click Next, the password and "Sign In" button should appear </li>
87
+ <li> Click Next, observe the warning</li>
88
+ <li> Fill input with 10+ characters</li>
89
+ <li> Click Next, the password and "Sign In" button should appear</li>
44
90
  </ol>
45
91
  <template>
46
92
  <custom-element>
47
93
  <template>
48
- <form slice="signin-form"
49
- custom-validity="
94
+ <form slice="signin-form"
95
+ custom-validity="
50
96
  string-length(/datadom/slice/signin-form/form-data/username) &gt; 10
51
97
  and string-length(//form-data/password) &gt; 3 "
52
- >
98
+ >
53
99
  <label> Email
54
- <input name="username" autocomplete="username" placeholder="Email, phone, or username" required="">
100
+ <input name="username" autocomplete="username" placeholder="Email, phone, or username"
101
+ required="">
55
102
  </label>
56
103
  <variable name="showpassword" select="string-length(//form-data/username) &gt; 10 "></variable>
57
104
  <if test="not($showpassword)">
@@ -69,20 +116,20 @@
69
116
  </html-demo-element>
70
117
 
71
118
  <html-demo-element legend="2. Form life cycle demo"
72
- description="form-data in the form slice is the source of truth" >
119
+ description="form-data in the form slice is the source of truth">
73
120
 
74
121
  <template>
75
122
  <custom-element>
76
123
  <template>
77
- <form slice="signin-form"
78
- custom-validity="
124
+ <form slice="signin-form"
125
+ custom-validity="
79
126
  string-length(/datadom/slice/signin-form/form-data/username) &gt; 9
80
127
  and ( ( //confirm-by = 'sms' )
81
128
  or ( //confirm-by = 'email' )
82
129
  or ( //confirm-by = 'password' and string-length(//form-data/password) &gt; 3 )
83
130
  )
84
131
  "
85
- >
132
+ >
86
133
  <!-- form validity should be based on form-data -->
87
134
  <variable name="warn">
88
135
  <if test="string-length(//username-slice) &lt; 9 ">
@@ -96,22 +143,22 @@
96
143
  </variable>
97
144
  <label> Enter your email, phone, or user name
98
145
  <input name="username" autocomplete="username"
99
- placeholder="Email, phone, or username"
100
- custom-validity="( string-length(//username-slice) &gt; 9 ) ?? 'should be 10+ symbols'"
101
- slice-event="input"
102
- slice="username-slice"
103
- required
146
+ placeholder="Email, phone, or username"
147
+ custom-validity="( string-length(//username-slice) &gt; 9 ) ?? 'should be 10+ symbols'"
148
+ slice-event="input"
149
+ slice="username-slice"
150
+ required
104
151
  />
105
152
  </label>
106
153
  <var> {$warn} </var>
107
154
  <fieldset>
108
155
  <legend>Confirm by</legend>
109
- <label><input type="radio" name="confirm-by" value="email" /> email </label>
110
- <label><input type="radio" name="confirm-by" value="sms" /> text to phone </label>
111
- <label><input type="radio" name="confirm-by" value="password" /> password </label>
156
+ <label><input type="radio" name="confirm-by" value="email"/> email </label>
157
+ <label><input type="radio" name="confirm-by" value="sms"/> text to phone </label>
158
+ <label><input type="radio" name="confirm-by" value="password"/> password </label>
112
159
  <if test="/datadom/slice/signin-form/form-data/confirm-by = 'password'">
113
160
  <label>Enter password: <input type="password" NAME="password"
114
- custom-validity="( string-length(//form-data/password) &gt; 3 ) ?? 'password is too short'"
161
+ custom-validity="( string-length(//form-data/password) &gt; 3 ) ?? 'password is too short'"
115
162
  /></label>
116
163
  </if>
117
164
  <if test="not(//confirm-by)">
@@ -137,7 +184,7 @@
137
184
  <li> type in input field</li>
138
185
  <li> delete input field content</li>
139
186
  <li> observe the warning in string bellow input</li>
140
- <li> Click Next observe the system warning in dropdown and in string bellow input</li>
187
+ <li> Click Next observe the system warning in dropdown and in string bellow input</li>
141
188
  </ol>
142
189
  <template>
143
190
  <custom-element>
@@ -160,27 +207,27 @@
160
207
  <html-demo-element legend="4. form validity message"
161
208
  description="@validation-message propagated into form slice and ">
162
209
  <ol>
163
- <li> type up to 3 chars in input field </li>
164
- <li> observe the slice value change </li>
165
- <li> click next </li>
166
- <li> observe the warning bellow the button </li>
210
+ <li> type up to 3 chars in input field</li>
211
+ <li> observe the slice value change</li>
212
+ <li> click next</li>
213
+ <li> observe the warning bellow the button</li>
167
214
  </ol>
168
215
  <template>
169
216
  <custom-element>
170
217
  <template>
171
218
  <form slice="email-form"
172
- custom-validity=" string-length(//slice/username) &gt; 3 ??
219
+ custom-validity=" string-length(//slice/username) &gt; 3 ??
173
220
  concat('should be more than 3 characters, now is ',string-length(//slice/username) ) "
174
- >
221
+ >
175
222
  <label> Email
176
- <input name="email" slice="username" slice-event="input" placeholder="non-empty" required />
223
+ <input name="email" slice="username" slice-event="input" placeholder="non-empty" required/>
177
224
  </label>
178
225
  <if test="//username/@validation-message">
179
226
  <var>{//username/@validation-message}</var>
180
227
  </if>
181
228
  <button>Next</button>
182
- <p>//email-form/@validation-message: {//email-form/@validation-message} </p>
183
- <p>//slice/username: {//slice/username} </p>
229
+ <p>//email-form/@validation-message: {//email-form/@validation-message} </p>
230
+ <p>//slice/username: {//slice/username} </p>
184
231
  </form>
185
232
  </template>
186
233
  </custom-element>
@@ -1,19 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <datadom xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/1999/xhtml"
3
- xmlns:dce="urn:schemas-epa-wg:dce">
4
- <payload>
5
- <xhtml:span slot=""></xhtml:span>
6
- <xhtml:style slot="" title="ABC">dce-3[data-dce-style="54f96d52-ce70-435d-83c4-b421357d9a17"]{ color:red; }</xhtml:style>
7
- <xhtml:span slot=""></xhtml:span>
8
- <xhtml:u slot="">red</xhtml:u>
9
- <xhtml:span slot=""></xhtml:span>
10
- </payload>
11
- <attributes>
12
- <id>dce32</id>
13
- <data-dce-style>54f96d52-ce70-435d-83c4-b421357d9a17</data-dce-style>
14
- </attributes>
15
- <dataset>
16
- <dceStyle>54f96d52-ce70-435d-83c4-b421357d9a17</dceStyle>
17
- </dataset>
18
- <slice/>
2
+ <datadom>
3
+ <slice>
4
+ <signin-form>
5
+ <form-data>
6
+ <username>QWE</username>
7
+ <password>ASD</password>
8
+ </form-data>
9
+ </signin-form>
10
+ </slice>
19
11
  </datadom>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@epa-wg/custom-element",
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "js-types-syntax": "typescript",
6
6
  "description-markup": "markdown",
7
7
  "contributions": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "name": "@epa-wg/custom-element",
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "js-types-syntax": "typescript",
6
6
  "description-markup": "markdown",
7
7
  "contributions": {
@@ -1,14 +1,14 @@
1
1
  // noinspection DuplicatedCode
2
2
 
3
3
  import type { StoryObj } from '@storybook/web-components';
4
- import {expect, getByTestId, within, userEvent} from '@storybook/test';
4
+ import {expect, within} from '@storybook/test';
5
5
 
6
6
  import '../custom-element/custom-element.js';
7
- import {OverrideInPayload, StyleDoesNotLeak, StyleIn2Instances} from './css.test.stories';
8
7
 
9
8
  type TProps = { title: string; body:string};
10
9
 
11
10
  type Story = StoryObj<TProps>;
11
+
12
12
  function sleep(ms: number) { return new Promise((resolve) => setTimeout(resolve, ms)); }
13
13
 
14
14
  function render(args: TProps)
@@ -123,7 +123,7 @@ export const InstanceAttributes:Story =
123
123
  const titleText = AttributeDefaults.args!.title as string;
124
124
  const canvas = within(canvasElement)
125
125
  , code = async (id) => (await canvas.findByTestId(id)).textContent.trim();
126
-
126
+ debugger;
127
127
  await sleep(20)
128
128
  expect( await code('p1') ).toEqual('123' );
129
129
  expect( await code('p2') ).toEqual('always_p2' );
@@ -131,14 +131,12 @@ export const InstanceAttributes:Story =
131
131
  },
132
132
  };
133
133
 
134
-
135
-
136
- const TestStories = { AttributeDefaults, AttributesRuntimeChange, InstanceAttributes };
137
-
138
134
  /* istanbul ignore else -- @preserve */
139
- if( 'test' === import.meta.env.MODE )
135
+ if( 'test' === import.meta.env.MODE &&
136
+ !import.meta.url.includes('skiptest') )
140
137
  {
141
- const {playStories} = await import('./renderPlay');
142
- const {describe} = await import('vitest')
143
- describe('slots', () => playStories( TestStories, meta ) );
138
+ const mod = await import('./attributes.test.stories.ts?skiptest');
139
+ const { testStoryBook } = await import('./testStoryBook')
140
+ const { describe } = await import('vitest')
141
+ describe(meta.title, () => testStoryBook( mod, meta ) );
144
142
  }
@@ -112,13 +112,12 @@ export const OverrideInPayload: Story =
112
112
  },
113
113
  };
114
114
 
115
-
116
- const TestStories = { StyleDoesNotLeak, StyleIn2Instances, OverrideInPayload };
117
-
118
115
  /* istanbul ignore else -- @preserve */
119
- if( 'test' === import.meta.env.MODE )
116
+ if( 'test' === import.meta.env.MODE &&
117
+ !import.meta.url.includes('skiptest') )
120
118
  {
121
- const {playStories} = await import('./renderPlay');
122
- const {describe} = await import('vitest')
123
- describe('slots', () => playStories( TestStories, meta ) );
119
+ const mod = await import('./css.test.stories.ts?skiptest');
120
+ const { testStoryBook } = await import('./testStoryBook')
121
+ const { describe } = await import('vitest')
122
+ describe(meta.title, () => testStoryBook( mod, meta ) );
124
123
  }
@@ -118,12 +118,12 @@ export const WordCountOnType:Story =
118
118
  },
119
119
  };
120
120
 
121
- const TestStories = { CharsCountInTextarea, WordCountOnType };
122
-
123
121
  /* istanbul ignore else -- @preserve */
124
- if( 'test' === import.meta.env.MODE )
122
+ if( 'test' === import.meta.env.MODE &&
123
+ !import.meta.url.includes('skiptest') )
125
124
  {
126
- const {playStories} = await import('./renderPlay');
127
- const {describe} = await import('vitest')
128
- describe('slots', () => playStories( TestStories, meta ) );
125
+ const mod = await import('./dom-merge.test.stories.ts?skiptest');
126
+ const { testStoryBook } = await import('./testStoryBook')
127
+ const { describe } = await import('vitest')
128
+ describe(meta.title, () => testStoryBook( mod, meta ) );
129
129
  }
@@ -244,12 +244,12 @@ export const EmbeddingInAnotherFile:Story =
244
244
  },
245
245
  };
246
246
 
247
- const TestStories = { TemplateInPage, NoTag, ExternalSvg, ExternalXsltFile, ExternalHtmlFile, ExternalHtmlFileInline, HtmlWithinHtmlFile, SvgWithinHtmlFile, MathMLWithinHtmlFile, ByIdWithinXsltFile, MissingIdWithinXsltFile, EmbeddingInAnotherFile };
248
-
249
247
  /* istanbul ignore else -- @preserve */
250
- if( 'test' === import.meta.env.MODE )
248
+ if( 'test' === import.meta.env.MODE &&
249
+ !import.meta.url.includes('skiptest') )
251
250
  {
252
- const {playStories} = await import('./renderPlay');
253
- const {describe} = await import('vitest')
254
- describe('slots', () => playStories( TestStories, meta ) );
251
+ const mod = await import('./external-template.test.stories.ts?skiptest');
252
+ const { testStoryBook } = await import('./testStoryBook')
253
+ const { describe } = await import('vitest')
254
+ describe(meta.title, () => testStoryBook( mod, meta ) );
255
255
  }
@@ -179,13 +179,12 @@ export const FormCustomValidityString:Story =
179
179
  };
180
180
  // custom validity rules on form : boolean and string values
181
181
 
182
-
183
- const TestStories = { SystemMessage, FormData, SetValidityMessage, FormCustomValidityBoolean, FormCustomValidityString};
184
-
185
182
  /* istanbul ignore else -- @preserve */
186
- if( 'test' === import.meta.env.MODE )
183
+ if( 'test' === import.meta.env.MODE &&
184
+ !import.meta.url.includes('skiptest') )
187
185
  {
188
- const {playStories} = await import('./renderPlay');
189
- const {describe} = await import('vitest')
190
- describe('slots', () => playStories( TestStories, meta ) );
186
+ const mod = await import('./form.test.stories.ts?skiptest');
187
+ const { testStoryBook } = await import('./testStoryBook')
188
+ const { describe } = await import('vitest')
189
+ describe(meta.title, () => testStoryBook( mod, meta ) );
191
190
  }
@@ -389,12 +389,12 @@ export const TypeAttribute:Story =
389
389
  },
390
390
  };
391
391
 
392
- const TestStories = { Demo, AlwaysOverride, FromStorageWithDefault, TypeAttribute };
393
-
394
392
  /* istanbul ignore else -- @preserve */
395
- if( 'test' === import.meta.env.MODE )
396
- { localStorage.clear();
397
- const {playStories} = await import('./renderPlay');
398
- const {describe} = await import('vitest')
399
- describe('slots', () => playStories( TestStories, meta ) );
393
+ if( 'test' === import.meta.env.MODE &&
394
+ !import.meta.url.includes('skiptest') )
395
+ {
396
+ const mod = await import('./local-storage.test.stories.ts?skiptest');
397
+ const { testStoryBook } = await import('./testStoryBook')
398
+ const { describe } = await import('vitest')
399
+ describe(meta.title, () => testStoryBook( mod, meta ) );
400
400
  }
@@ -134,12 +134,12 @@ export const SrcAttribute:Story =
134
134
  };
135
135
 
136
136
 
137
- const TestStories = { Demo, SrcAttribute };
138
-
139
137
  /* istanbul ignore else -- @preserve */
140
- if( 'test' === import.meta.env.MODE )
138
+ if( 'test' === import.meta.env.MODE &&
139
+ !import.meta.url.includes('skiptest') )
141
140
  {
142
- const {playStories} = await import('./renderPlay');
143
- const {describe} = await import('vitest')
144
- describe('slots', () => playStories( TestStories, meta ) );
141
+ const mod = await import('./location-element.test.stories.ts?skiptest');
142
+ const { testStoryBook } = await import('./testStoryBook')
143
+ const { describe } = await import('vitest')
144
+ describe(meta.title, () => testStoryBook( mod, meta ) );
145
145
  }
@@ -189,12 +189,12 @@ export const SlicesInAttrAndName:Story =
189
189
  },
190
190
  };
191
191
 
192
- const TestStories = { SliceInitChangeEvent, RealtimeEventInSlice, DoubleEventInSlice, MultipleSlices, SlicesInAttrAndName };
193
-
194
192
  /* istanbul ignore else -- @preserve */
195
- if( 'test' === import.meta.env.MODE )
193
+ if( 'test' === import.meta.env.MODE &&
194
+ !import.meta.url.includes('skiptest') )
196
195
  {
197
- const {playStories} = await import('./renderPlay');
198
- const {describe} = await import('vitest')
199
- describe('slots', () => playStories( TestStories, meta ) );
196
+ const mod = await import('./slice-events.test.stories.ts?skiptest');
197
+ const { testStoryBook } = await import('./testStoryBook')
198
+ const { describe } = await import('vitest')
199
+ describe(meta.title, () => testStoryBook( mod, meta ) );
200
200
  }
@@ -206,13 +206,12 @@ export const TemplateWithAttributesAndCondition:Story =
206
206
  }
207
207
  };
208
208
 
209
- const TestStories = {Regular, NamedSlot, DoubleSlot, NamedUnnamedDefaultSlot, NamedDefaultSlot
210
- , DefaultSlot, TemplateWithAttributesAndCondition};
211
-
212
209
  /* istanbul ignore else -- @preserve */
213
- if( 'test' === import.meta.env.MODE )
210
+ if( 'test' === import.meta.env.MODE &&
211
+ !import.meta.url.includes('skiptest') )
214
212
  {
215
- const {playStories} = await import('./renderPlay');
216
- const {describe} = await import('vitest')
217
- describe('slots', () => playStories( TestStories, meta ) );
213
+ const mod = await import('./slots.test.stories.ts?skiptest');
214
+ const { testStoryBook } = await import('./testStoryBook')
215
+ const { describe } = await import('vitest')
216
+ describe(meta.title, () => testStoryBook( mod, meta ) );
218
217
  }
@@ -0,0 +1,28 @@
1
+ import type {StoryObj, Meta} from '@storybook/web-components';
2
+ import {it} from 'vitest';
3
+
4
+ async function playStory( story: StoryObj, meta: Meta )
5
+ {
6
+ document.body.innerHTML = meta.render(story.args);
7
+ await new Promise( (resolve) => setTimeout(async ()=>
8
+ {
9
+ await story.play({canvasElement: document.body.lastElementChild});
10
+ resolve(0);
11
+ },0))
12
+ }
13
+
14
+ export async function testStoryBook<TProps>( mod: Record<string, StoryObj>, meta: Meta )
15
+ {
16
+ const {describe, it } = await import('vitest');
17
+ function playStories( mod: Record<string, StoryObj>, meta: Meta )
18
+ {
19
+ Object.keys(mod).map(name=>
20
+ {
21
+ const story = mod[name];
22
+ if( !story.play )
23
+ return;
24
+ it( name, async()=>playStory(story,meta));
25
+ })
26
+ }
27
+ describe( meta.title, async () => playStories(mod, meta) )
28
+ }