@aurodesignsystem/auro-devops-component 1.0.0-rc-1.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/CHANGELOG.md +60 -0
- package/LICENSE +201 -0
- package/NOTICE +2 -0
- package/README.md +189 -0
- package/custom-elements.json +1628 -0
- package/demo/api.html +56 -0
- package/demo/api.js +1 -0
- package/demo/api.md +787 -0
- package/demo/api.min.js +3 -0
- package/demo/auro-slideshow.min.js +3327 -0
- package/demo/index.html +59 -0
- package/demo/index.js +6 -0
- package/demo/index.md +197 -0
- package/demo/index.min.js +6 -0
- package/dist/auro-slideshow-rYdnH7og.js +127 -0
- package/dist/index.d.ts +134 -0
- package/dist/index.js +1 -0
- package/dist/registered.js +1 -0
- package/package.json +91 -0
|
@@ -0,0 +1,1628 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"readme": "",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "scripts/wca/auro-slideshow.js",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "",
|
|
12
|
+
"name": "AuroSlideshowWCA",
|
|
13
|
+
"superclass": {
|
|
14
|
+
"name": "AuroSlideshow",
|
|
15
|
+
"module": "/src/auro-slideshow.js"
|
|
16
|
+
},
|
|
17
|
+
"tagName": "auro-slideshow",
|
|
18
|
+
"customElement": true,
|
|
19
|
+
"slots": [
|
|
20
|
+
{
|
|
21
|
+
"description": "Default slot for the slides. Each child element will be treated as a slide.",
|
|
22
|
+
"name": "",
|
|
23
|
+
"inheritedFrom": {
|
|
24
|
+
"name": "AuroSlideshow",
|
|
25
|
+
"module": "src/auro-slideshow.js"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"cssParts": [
|
|
30
|
+
{
|
|
31
|
+
"description": "Use to style the next button control.",
|
|
32
|
+
"name": "next-button",
|
|
33
|
+
"inheritedFrom": {
|
|
34
|
+
"name": "AuroSlideshow",
|
|
35
|
+
"module": "src/auro-slideshow.js"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"description": "Use to style the play/pause button control.",
|
|
40
|
+
"name": "play-pause-button",
|
|
41
|
+
"inheritedFrom": {
|
|
42
|
+
"name": "AuroSlideshow",
|
|
43
|
+
"module": "src/auro-slideshow.js"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"description": "Use to style the previous button control.",
|
|
48
|
+
"name": "prev-button",
|
|
49
|
+
"inheritedFrom": {
|
|
50
|
+
"name": "AuroSlideshow",
|
|
51
|
+
"module": "src/auro-slideshow.js"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"attributes": [
|
|
56
|
+
{
|
|
57
|
+
"name": "autoplay",
|
|
58
|
+
"type": {
|
|
59
|
+
"text": "boolean"
|
|
60
|
+
},
|
|
61
|
+
"description": "If true, the slideshow will play automatically.",
|
|
62
|
+
"default": "false",
|
|
63
|
+
"fieldName": "autoplay",
|
|
64
|
+
"inheritedFrom": {
|
|
65
|
+
"name": "AuroSlideshow",
|
|
66
|
+
"module": "src/auro-slideshow.js"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "autoScroll",
|
|
71
|
+
"type": {
|
|
72
|
+
"text": "boolean"
|
|
73
|
+
},
|
|
74
|
+
"description": "If true, the slideshow will scroll continuously.",
|
|
75
|
+
"default": "false",
|
|
76
|
+
"fieldName": "autoScroll",
|
|
77
|
+
"inheritedFrom": {
|
|
78
|
+
"name": "AuroSlideshow",
|
|
79
|
+
"module": "src/auro-slideshow.js"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "delay",
|
|
84
|
+
"type": {
|
|
85
|
+
"text": "number"
|
|
86
|
+
},
|
|
87
|
+
"description": "Slide duration in milliseconds. (Only used with `autoplay`)",
|
|
88
|
+
"default": "7000",
|
|
89
|
+
"fieldName": "delay",
|
|
90
|
+
"inheritedFrom": {
|
|
91
|
+
"name": "AuroSlideshow",
|
|
92
|
+
"module": "src/auro-slideshow.js"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "fullBleed",
|
|
97
|
+
"type": {
|
|
98
|
+
"text": "boolean"
|
|
99
|
+
},
|
|
100
|
+
"description": "If set, the slideshow will take up the width of its parent container showing previous and next slides. **Note:** a parent container must have `overflow-x: hidden` to prevent horizontal scrolling.",
|
|
101
|
+
"default": "false",
|
|
102
|
+
"fieldName": "fullBleed",
|
|
103
|
+
"inheritedFrom": {
|
|
104
|
+
"name": "AuroSlideshow",
|
|
105
|
+
"module": "src/auro-slideshow.js"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "isPlaying",
|
|
110
|
+
"type": {
|
|
111
|
+
"text": "boolean"
|
|
112
|
+
},
|
|
113
|
+
"default": "false",
|
|
114
|
+
"fieldName": "isPlaying",
|
|
115
|
+
"inheritedFrom": {
|
|
116
|
+
"name": "AuroSlideshow",
|
|
117
|
+
"module": "src/auro-slideshow.js"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "loop",
|
|
122
|
+
"type": {
|
|
123
|
+
"text": "boolean"
|
|
124
|
+
},
|
|
125
|
+
"description": "If true, the slideshow will loop back to the first slide after reaching the last slide.",
|
|
126
|
+
"default": "false",
|
|
127
|
+
"fieldName": "loop",
|
|
128
|
+
"inheritedFrom": {
|
|
129
|
+
"name": "AuroSlideshow",
|
|
130
|
+
"module": "src/auro-slideshow.js"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "navigation",
|
|
135
|
+
"type": {
|
|
136
|
+
"text": "boolean"
|
|
137
|
+
},
|
|
138
|
+
"description": "If true, the slideshow will display navigation arrows for previous and next slides when the slide container is hovered.",
|
|
139
|
+
"default": "false",
|
|
140
|
+
"fieldName": "navigation",
|
|
141
|
+
"inheritedFrom": {
|
|
142
|
+
"name": "AuroSlideshow",
|
|
143
|
+
"module": "src/auro-slideshow.js"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "pagination",
|
|
148
|
+
"type": {
|
|
149
|
+
"text": "boolean"
|
|
150
|
+
},
|
|
151
|
+
"description": "If true, the slideshow will display pagination dots for each slide. If autoplay is on, the active dot will also show a progress bar.",
|
|
152
|
+
"default": "false",
|
|
153
|
+
"fieldName": "pagination",
|
|
154
|
+
"inheritedFrom": {
|
|
155
|
+
"name": "AuroSlideshow",
|
|
156
|
+
"module": "src/auro-slideshow.js"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "pauseLabel",
|
|
161
|
+
"type": {
|
|
162
|
+
"text": "string"
|
|
163
|
+
},
|
|
164
|
+
"description": "The aria-label for the pause button.",
|
|
165
|
+
"default": "\"Pause slideshow\"",
|
|
166
|
+
"fieldName": "pauseLabel",
|
|
167
|
+
"inheritedFrom": {
|
|
168
|
+
"name": "AuroSlideshow",
|
|
169
|
+
"module": "src/auro-slideshow.js"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "playLabel",
|
|
174
|
+
"type": {
|
|
175
|
+
"text": "string"
|
|
176
|
+
},
|
|
177
|
+
"description": "The aria-label for the play button.",
|
|
178
|
+
"default": "\"Play slideshow\"",
|
|
179
|
+
"fieldName": "playLabel",
|
|
180
|
+
"inheritedFrom": {
|
|
181
|
+
"name": "AuroSlideshow",
|
|
182
|
+
"module": "src/auro-slideshow.js"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "playOnInit",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "boolean"
|
|
189
|
+
},
|
|
190
|
+
"description": "If true, the slideshow will start playing automatically on page load when `autoplay` or `autoScroll` are on.",
|
|
191
|
+
"default": "false",
|
|
192
|
+
"fieldName": "playOnInit",
|
|
193
|
+
"inheritedFrom": {
|
|
194
|
+
"name": "AuroSlideshow",
|
|
195
|
+
"module": "src/auro-slideshow.js"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "scrollSpeed",
|
|
200
|
+
"type": {
|
|
201
|
+
"text": "number"
|
|
202
|
+
},
|
|
203
|
+
"description": "Number of pixels auto scroll should advance per frame. (Only used with `autoScroll`)",
|
|
204
|
+
"default": "0.75",
|
|
205
|
+
"fieldName": "scrollSpeed",
|
|
206
|
+
"inheritedFrom": {
|
|
207
|
+
"name": "AuroSlideshow",
|
|
208
|
+
"module": "src/auro-slideshow.js"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "startDelay",
|
|
213
|
+
"type": {
|
|
214
|
+
"text": "number"
|
|
215
|
+
},
|
|
216
|
+
"description": "Delay in milliseconds before the auto scroll starts. (Only used with `autoScroll`)",
|
|
217
|
+
"default": "1000",
|
|
218
|
+
"fieldName": "startDelay",
|
|
219
|
+
"inheritedFrom": {
|
|
220
|
+
"name": "AuroSlideshow",
|
|
221
|
+
"module": "src/auro-slideshow.js"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"members": [
|
|
226
|
+
{
|
|
227
|
+
"kind": "field",
|
|
228
|
+
"name": "_createWidthProp",
|
|
229
|
+
"description": "Calculate the width of the slideshow-wrapper and attach a css property to the host element '--slideshow-width'",
|
|
230
|
+
"return": {
|
|
231
|
+
"type": {
|
|
232
|
+
"text": "void"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"inheritedFrom": {
|
|
236
|
+
"name": "AuroSlideshow",
|
|
237
|
+
"module": "src/auro-slideshow.js"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"kind": "field",
|
|
242
|
+
"name": "_customAlign",
|
|
243
|
+
"description": "Calculate the difference between the left edge of the slideshow-wrapper and the embla container",
|
|
244
|
+
"return": {
|
|
245
|
+
"type": {
|
|
246
|
+
"text": ""
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"readonly": true,
|
|
250
|
+
"inheritedFrom": {
|
|
251
|
+
"name": "AuroSlideshow",
|
|
252
|
+
"module": "src/auro-slideshow.js"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"kind": "field",
|
|
257
|
+
"name": "_dotsNode",
|
|
258
|
+
"readonly": true,
|
|
259
|
+
"inheritedFrom": {
|
|
260
|
+
"name": "AuroSlideshow",
|
|
261
|
+
"module": "src/auro-slideshow.js"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"kind": "field",
|
|
266
|
+
"name": "_nextBtn",
|
|
267
|
+
"readonly": true,
|
|
268
|
+
"inheritedFrom": {
|
|
269
|
+
"name": "AuroSlideshow",
|
|
270
|
+
"module": "src/auro-slideshow.js"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"kind": "field",
|
|
275
|
+
"name": "_playBtn",
|
|
276
|
+
"readonly": true,
|
|
277
|
+
"inheritedFrom": {
|
|
278
|
+
"name": "AuroSlideshow",
|
|
279
|
+
"module": "src/auro-slideshow.js"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"kind": "field",
|
|
284
|
+
"name": "_prevBtn",
|
|
285
|
+
"readonly": true,
|
|
286
|
+
"inheritedFrom": {
|
|
287
|
+
"name": "AuroSlideshow",
|
|
288
|
+
"module": "src/auro-slideshow.js"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"kind": "field",
|
|
293
|
+
"name": "_progressNode",
|
|
294
|
+
"readonly": true,
|
|
295
|
+
"inheritedFrom": {
|
|
296
|
+
"name": "AuroSlideshow",
|
|
297
|
+
"module": "src/auro-slideshow.js"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "field",
|
|
302
|
+
"name": "_slideshowPaddingSize",
|
|
303
|
+
"readonly": true,
|
|
304
|
+
"inheritedFrom": {
|
|
305
|
+
"name": "AuroSlideshow",
|
|
306
|
+
"module": "src/auro-slideshow.js"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"kind": "field",
|
|
311
|
+
"name": "_slideshowWrapperNode",
|
|
312
|
+
"readonly": true,
|
|
313
|
+
"inheritedFrom": {
|
|
314
|
+
"name": "AuroSlideshow",
|
|
315
|
+
"module": "src/auro-slideshow.js"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"kind": "field",
|
|
320
|
+
"name": "_slot",
|
|
321
|
+
"readonly": true,
|
|
322
|
+
"inheritedFrom": {
|
|
323
|
+
"name": "AuroSlideshow",
|
|
324
|
+
"module": "src/auro-slideshow.js"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"kind": "field",
|
|
329
|
+
"name": "addAutoplayProgressListeners",
|
|
330
|
+
"privacy": "private",
|
|
331
|
+
"inheritedFrom": {
|
|
332
|
+
"name": "AuroSlideshow",
|
|
333
|
+
"module": "src/auro-slideshow.js"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"kind": "field",
|
|
338
|
+
"name": "addDotBtnsAndClickHandlers",
|
|
339
|
+
"privacy": "private",
|
|
340
|
+
"inheritedFrom": {
|
|
341
|
+
"name": "AuroSlideshow",
|
|
342
|
+
"module": "src/auro-slideshow.js"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"kind": "field",
|
|
347
|
+
"name": "autoplay",
|
|
348
|
+
"privacy": "public",
|
|
349
|
+
"type": {
|
|
350
|
+
"text": "boolean"
|
|
351
|
+
},
|
|
352
|
+
"description": "If true, the slideshow will play automatically.",
|
|
353
|
+
"default": "false",
|
|
354
|
+
"attribute": "autoplay",
|
|
355
|
+
"reflects": true,
|
|
356
|
+
"inheritedFrom": {
|
|
357
|
+
"name": "AuroSlideshow",
|
|
358
|
+
"module": "src/auro-slideshow.js"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"kind": "field",
|
|
363
|
+
"name": "autoScroll",
|
|
364
|
+
"privacy": "public",
|
|
365
|
+
"type": {
|
|
366
|
+
"text": "boolean"
|
|
367
|
+
},
|
|
368
|
+
"description": "If true, the slideshow will scroll continuously.",
|
|
369
|
+
"default": "false",
|
|
370
|
+
"attribute": "autoScroll",
|
|
371
|
+
"reflects": true,
|
|
372
|
+
"inheritedFrom": {
|
|
373
|
+
"name": "AuroSlideshow",
|
|
374
|
+
"module": "src/auro-slideshow.js"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "field",
|
|
379
|
+
"name": "buttonTag",
|
|
380
|
+
"privacy": "private",
|
|
381
|
+
"inheritedFrom": {
|
|
382
|
+
"name": "AuroSlideshow",
|
|
383
|
+
"module": "src/auro-slideshow.js"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"kind": "field",
|
|
388
|
+
"name": "delay",
|
|
389
|
+
"privacy": "public",
|
|
390
|
+
"type": {
|
|
391
|
+
"text": "number"
|
|
392
|
+
},
|
|
393
|
+
"description": "Slide duration in milliseconds. (Only used with `autoplay`)",
|
|
394
|
+
"default": "7000",
|
|
395
|
+
"attribute": "delay",
|
|
396
|
+
"reflects": true,
|
|
397
|
+
"inheritedFrom": {
|
|
398
|
+
"name": "AuroSlideshow",
|
|
399
|
+
"module": "src/auro-slideshow.js"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"kind": "field",
|
|
404
|
+
"name": "embla",
|
|
405
|
+
"type": {
|
|
406
|
+
"text": "null"
|
|
407
|
+
},
|
|
408
|
+
"privacy": "private",
|
|
409
|
+
"default": "null",
|
|
410
|
+
"inheritedFrom": {
|
|
411
|
+
"name": "AuroSlideshow",
|
|
412
|
+
"module": "src/auro-slideshow.js"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"kind": "field",
|
|
417
|
+
"name": "fullBleed",
|
|
418
|
+
"privacy": "public",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "boolean"
|
|
421
|
+
},
|
|
422
|
+
"description": "If set, the slideshow will take up the width of its parent container showing previous and next slides. **Note:** a parent container must have `overflow-x: hidden` to prevent horizontal scrolling.",
|
|
423
|
+
"default": "false",
|
|
424
|
+
"attribute": "fullBleed",
|
|
425
|
+
"reflects": true,
|
|
426
|
+
"inheritedFrom": {
|
|
427
|
+
"name": "AuroSlideshow",
|
|
428
|
+
"module": "src/auro-slideshow.js"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"kind": "method",
|
|
433
|
+
"name": "generateIconHtml",
|
|
434
|
+
"parameters": [
|
|
435
|
+
{
|
|
436
|
+
"name": "svgContent",
|
|
437
|
+
"description": "The SVG content to be embedded.",
|
|
438
|
+
"type": {
|
|
439
|
+
"text": "string"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "hideIcon",
|
|
444
|
+
"description": "Whether the icon should be hidden",
|
|
445
|
+
"type": {
|
|
446
|
+
"text": "boolean"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"description": "Internal function to generate the HTML for the icon to use.",
|
|
451
|
+
"privacy": "private",
|
|
452
|
+
"return": {
|
|
453
|
+
"type": {
|
|
454
|
+
"text": "Element"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"inheritedFrom": {
|
|
458
|
+
"name": "AuroSlideshow",
|
|
459
|
+
"module": "src/auro-slideshow.js"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"kind": "field",
|
|
464
|
+
"name": "handleKeydown",
|
|
465
|
+
"privacy": "private",
|
|
466
|
+
"parameters": [
|
|
467
|
+
{
|
|
468
|
+
"description": "The keydown event triggered by the user.\nAllows users to navigate through the slideshow using left/right arrow keys.",
|
|
469
|
+
"name": "event",
|
|
470
|
+
"type": {
|
|
471
|
+
"text": "KeyboardEvent"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"inheritedFrom": {
|
|
476
|
+
"name": "AuroSlideshow",
|
|
477
|
+
"module": "src/auro-slideshow.js"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"kind": "field",
|
|
482
|
+
"name": "handleMouseEnter",
|
|
483
|
+
"privacy": "private",
|
|
484
|
+
"inheritedFrom": {
|
|
485
|
+
"name": "AuroSlideshow",
|
|
486
|
+
"module": "src/auro-slideshow.js"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"kind": "field",
|
|
491
|
+
"name": "handleMouseLeave",
|
|
492
|
+
"privacy": "private",
|
|
493
|
+
"inheritedFrom": {
|
|
494
|
+
"name": "AuroSlideshow",
|
|
495
|
+
"module": "src/auro-slideshow.js"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "method",
|
|
500
|
+
"name": "handleNavClick",
|
|
501
|
+
"parameters": [
|
|
502
|
+
{
|
|
503
|
+
"name": "direction",
|
|
504
|
+
"description": "The direction of the navigation (\"prev\" or \"next\").\nHandles click events on the previous and next buttons.",
|
|
505
|
+
"type": {
|
|
506
|
+
"text": "string"
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"privacy": "private",
|
|
511
|
+
"inheritedFrom": {
|
|
512
|
+
"name": "AuroSlideshow",
|
|
513
|
+
"module": "src/auro-slideshow.js"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"kind": "method",
|
|
518
|
+
"name": "handlePlayClick",
|
|
519
|
+
"privacy": "private",
|
|
520
|
+
"inheritedFrom": {
|
|
521
|
+
"name": "AuroSlideshow",
|
|
522
|
+
"module": "src/auro-slideshow.js"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "method",
|
|
527
|
+
"name": "handleSlotChange",
|
|
528
|
+
"privacy": "private",
|
|
529
|
+
"inheritedFrom": {
|
|
530
|
+
"name": "AuroSlideshow",
|
|
531
|
+
"module": "src/auro-slideshow.js"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"kind": "field",
|
|
536
|
+
"name": "iconTag",
|
|
537
|
+
"privacy": "private",
|
|
538
|
+
"inheritedFrom": {
|
|
539
|
+
"name": "AuroSlideshow",
|
|
540
|
+
"module": "src/auro-slideshow.js"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"kind": "method",
|
|
545
|
+
"name": "initializeEmbla",
|
|
546
|
+
"privacy": "private",
|
|
547
|
+
"inheritedFrom": {
|
|
548
|
+
"name": "AuroSlideshow",
|
|
549
|
+
"module": "src/auro-slideshow.js"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"kind": "field",
|
|
554
|
+
"name": "isHovered",
|
|
555
|
+
"type": {
|
|
556
|
+
"text": "boolean"
|
|
557
|
+
},
|
|
558
|
+
"privacy": "private",
|
|
559
|
+
"default": "false",
|
|
560
|
+
"inheritedFrom": {
|
|
561
|
+
"name": "AuroSlideshow",
|
|
562
|
+
"module": "src/auro-slideshow.js"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"kind": "field",
|
|
567
|
+
"name": "isPlaying",
|
|
568
|
+
"privacy": "private",
|
|
569
|
+
"type": {
|
|
570
|
+
"text": "boolean"
|
|
571
|
+
},
|
|
572
|
+
"default": "false",
|
|
573
|
+
"attribute": "isPlaying",
|
|
574
|
+
"inheritedFrom": {
|
|
575
|
+
"name": "AuroSlideshow",
|
|
576
|
+
"module": "src/auro-slideshow.js"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"kind": "field",
|
|
581
|
+
"name": "isStopped",
|
|
582
|
+
"type": {
|
|
583
|
+
"text": "boolean"
|
|
584
|
+
},
|
|
585
|
+
"privacy": "private",
|
|
586
|
+
"default": "true",
|
|
587
|
+
"inheritedFrom": {
|
|
588
|
+
"name": "AuroSlideshow",
|
|
589
|
+
"module": "src/auro-slideshow.js"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"kind": "method",
|
|
594
|
+
"name": "isTouchDevice",
|
|
595
|
+
"privacy": "private",
|
|
596
|
+
"return": {
|
|
597
|
+
"type": {
|
|
598
|
+
"text": "boolean"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"inheritedFrom": {
|
|
602
|
+
"name": "AuroSlideshow",
|
|
603
|
+
"module": "src/auro-slideshow.js"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"kind": "field",
|
|
608
|
+
"name": "loop",
|
|
609
|
+
"privacy": "public",
|
|
610
|
+
"type": {
|
|
611
|
+
"text": "boolean"
|
|
612
|
+
},
|
|
613
|
+
"description": "If true, the slideshow will loop back to the first slide after reaching the last slide.",
|
|
614
|
+
"default": "false",
|
|
615
|
+
"attribute": "loop",
|
|
616
|
+
"reflects": true,
|
|
617
|
+
"inheritedFrom": {
|
|
618
|
+
"name": "AuroSlideshow",
|
|
619
|
+
"module": "src/auro-slideshow.js"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "field",
|
|
624
|
+
"name": "navigation",
|
|
625
|
+
"privacy": "public",
|
|
626
|
+
"type": {
|
|
627
|
+
"text": "boolean"
|
|
628
|
+
},
|
|
629
|
+
"description": "If true, the slideshow will display navigation arrows for previous and next slides when the slide container is hovered.",
|
|
630
|
+
"default": "false",
|
|
631
|
+
"attribute": "navigation",
|
|
632
|
+
"reflects": true,
|
|
633
|
+
"inheritedFrom": {
|
|
634
|
+
"name": "AuroSlideshow",
|
|
635
|
+
"module": "src/auro-slideshow.js"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"kind": "field",
|
|
640
|
+
"name": "pagination",
|
|
641
|
+
"privacy": "public",
|
|
642
|
+
"type": {
|
|
643
|
+
"text": "boolean"
|
|
644
|
+
},
|
|
645
|
+
"description": "If true, the slideshow will display pagination dots for each slide. If autoplay is on, the active dot will also show a progress bar.",
|
|
646
|
+
"default": "false",
|
|
647
|
+
"attribute": "pagination",
|
|
648
|
+
"reflects": true,
|
|
649
|
+
"inheritedFrom": {
|
|
650
|
+
"name": "AuroSlideshow",
|
|
651
|
+
"module": "src/auro-slideshow.js"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"kind": "field",
|
|
656
|
+
"name": "pauseLabel",
|
|
657
|
+
"privacy": "public",
|
|
658
|
+
"type": {
|
|
659
|
+
"text": "string"
|
|
660
|
+
},
|
|
661
|
+
"description": "The aria-label for the pause button.",
|
|
662
|
+
"default": "\"Pause slideshow\"",
|
|
663
|
+
"attribute": "pauseLabel",
|
|
664
|
+
"reflects": true,
|
|
665
|
+
"inheritedFrom": {
|
|
666
|
+
"name": "AuroSlideshow",
|
|
667
|
+
"module": "src/auro-slideshow.js"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "method",
|
|
672
|
+
"name": "play",
|
|
673
|
+
"description": "Starts the slideshow playback.",
|
|
674
|
+
"return": {
|
|
675
|
+
"type": {
|
|
676
|
+
"text": "void"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"inheritedFrom": {
|
|
680
|
+
"name": "AuroSlideshow",
|
|
681
|
+
"module": "src/auro-slideshow.js"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"kind": "field",
|
|
686
|
+
"name": "playBtnLabel",
|
|
687
|
+
"privacy": "private",
|
|
688
|
+
"inheritedFrom": {
|
|
689
|
+
"name": "AuroSlideshow",
|
|
690
|
+
"module": "src/auro-slideshow.js"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"kind": "field",
|
|
695
|
+
"name": "playLabel",
|
|
696
|
+
"privacy": "public",
|
|
697
|
+
"type": {
|
|
698
|
+
"text": "string"
|
|
699
|
+
},
|
|
700
|
+
"description": "The aria-label for the play button.",
|
|
701
|
+
"default": "\"Play slideshow\"",
|
|
702
|
+
"attribute": "playLabel",
|
|
703
|
+
"reflects": true,
|
|
704
|
+
"inheritedFrom": {
|
|
705
|
+
"name": "AuroSlideshow",
|
|
706
|
+
"module": "src/auro-slideshow.js"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"kind": "field",
|
|
711
|
+
"name": "playOnInit",
|
|
712
|
+
"privacy": "public",
|
|
713
|
+
"type": {
|
|
714
|
+
"text": "boolean"
|
|
715
|
+
},
|
|
716
|
+
"description": "If true, the slideshow will start playing automatically on page load when `autoplay` or `autoScroll` are on.",
|
|
717
|
+
"default": "false",
|
|
718
|
+
"attribute": "playOnInit",
|
|
719
|
+
"reflects": true,
|
|
720
|
+
"inheritedFrom": {
|
|
721
|
+
"name": "AuroSlideshow",
|
|
722
|
+
"module": "src/auro-slideshow.js"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "method",
|
|
727
|
+
"name": "register",
|
|
728
|
+
"static": true,
|
|
729
|
+
"parameters": [
|
|
730
|
+
{
|
|
731
|
+
"name": "name",
|
|
732
|
+
"default": "\"auro-slideshow\"",
|
|
733
|
+
"description": "Custom element name to register.",
|
|
734
|
+
"optional": true,
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "string"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"description": "Registers the custom element with the browser.",
|
|
741
|
+
"inheritedFrom": {
|
|
742
|
+
"name": "AuroSlideshow",
|
|
743
|
+
"module": "src/auro-slideshow.js"
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"kind": "method",
|
|
748
|
+
"name": "renderNavigationControls",
|
|
749
|
+
"description": "Generates the HTML for the navigation controls (previous and next buttons).",
|
|
750
|
+
"privacy": "private",
|
|
751
|
+
"return": {
|
|
752
|
+
"type": {
|
|
753
|
+
"text": "Element"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"inheritedFrom": {
|
|
757
|
+
"name": "AuroSlideshow",
|
|
758
|
+
"module": "src/auro-slideshow.js"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"kind": "method",
|
|
763
|
+
"name": "renderPaginationContainer",
|
|
764
|
+
"description": "Generates the HTML for the pagination container, which includes the play button and pagination dots.\nIf autoplay or autoScroll is enabled, it will render the play button.\nIf pagination is enabled, it will render the dots.",
|
|
765
|
+
"privacy": "private",
|
|
766
|
+
"inheritedFrom": {
|
|
767
|
+
"name": "AuroSlideshow",
|
|
768
|
+
"module": "src/auro-slideshow.js"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"kind": "method",
|
|
773
|
+
"name": "renderPlayButton",
|
|
774
|
+
"privacy": "private",
|
|
775
|
+
"inheritedFrom": {
|
|
776
|
+
"name": "AuroSlideshow",
|
|
777
|
+
"module": "src/auro-slideshow.js"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "method",
|
|
782
|
+
"name": "scrollNext",
|
|
783
|
+
"description": "Scrolls to the next slide.",
|
|
784
|
+
"return": {
|
|
785
|
+
"type": {
|
|
786
|
+
"text": "void"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
"inheritedFrom": {
|
|
790
|
+
"name": "AuroSlideshow",
|
|
791
|
+
"module": "src/auro-slideshow.js"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "method",
|
|
796
|
+
"name": "scrollPrev",
|
|
797
|
+
"description": "Scrolls to the previous slide.",
|
|
798
|
+
"return": {
|
|
799
|
+
"type": {
|
|
800
|
+
"text": "void"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"inheritedFrom": {
|
|
804
|
+
"name": "AuroSlideshow",
|
|
805
|
+
"module": "src/auro-slideshow.js"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "field",
|
|
810
|
+
"name": "scrollSpeed",
|
|
811
|
+
"privacy": "public",
|
|
812
|
+
"type": {
|
|
813
|
+
"text": "number"
|
|
814
|
+
},
|
|
815
|
+
"description": "Number of pixels auto scroll should advance per frame. (Only used with `autoScroll`)",
|
|
816
|
+
"default": "0.75",
|
|
817
|
+
"attribute": "scrollSpeed",
|
|
818
|
+
"reflects": true,
|
|
819
|
+
"inheritedFrom": {
|
|
820
|
+
"name": "AuroSlideshow",
|
|
821
|
+
"module": "src/auro-slideshow.js"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "field",
|
|
826
|
+
"name": "slides",
|
|
827
|
+
"type": {
|
|
828
|
+
"text": "array"
|
|
829
|
+
},
|
|
830
|
+
"privacy": "private",
|
|
831
|
+
"default": "[]",
|
|
832
|
+
"inheritedFrom": {
|
|
833
|
+
"name": "AuroSlideshow",
|
|
834
|
+
"module": "src/auro-slideshow.js"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"kind": "field",
|
|
839
|
+
"name": "startDelay",
|
|
840
|
+
"privacy": "public",
|
|
841
|
+
"type": {
|
|
842
|
+
"text": "number"
|
|
843
|
+
},
|
|
844
|
+
"description": "Delay in milliseconds before the auto scroll starts. (Only used with `autoScroll`)",
|
|
845
|
+
"default": "1000",
|
|
846
|
+
"attribute": "startDelay",
|
|
847
|
+
"reflects": true,
|
|
848
|
+
"inheritedFrom": {
|
|
849
|
+
"name": "AuroSlideshow",
|
|
850
|
+
"module": "src/auro-slideshow.js"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"kind": "method",
|
|
855
|
+
"name": "stop",
|
|
856
|
+
"description": "Stops the slideshow playback.",
|
|
857
|
+
"return": {
|
|
858
|
+
"type": {
|
|
859
|
+
"text": "void"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"inheritedFrom": {
|
|
863
|
+
"name": "AuroSlideshow",
|
|
864
|
+
"module": "src/auro-slideshow.js"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"kind": "field",
|
|
869
|
+
"name": "stopOnInteraction",
|
|
870
|
+
"privacy": "private",
|
|
871
|
+
"inheritedFrom": {
|
|
872
|
+
"name": "AuroSlideshow",
|
|
873
|
+
"module": "src/auro-slideshow.js"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "field",
|
|
878
|
+
"name": "toggleNavBtnsState",
|
|
879
|
+
"privacy": "private",
|
|
880
|
+
"inheritedFrom": {
|
|
881
|
+
"name": "AuroSlideshow",
|
|
882
|
+
"module": "src/auro-slideshow.js"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "field",
|
|
887
|
+
"name": "togglePlayButtonOnPlay",
|
|
888
|
+
"privacy": "private",
|
|
889
|
+
"inheritedFrom": {
|
|
890
|
+
"name": "AuroSlideshow",
|
|
891
|
+
"module": "src/auro-slideshow.js"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"kind": "field",
|
|
896
|
+
"name": "togglePlayButtonOnStop",
|
|
897
|
+
"privacy": "private",
|
|
898
|
+
"inheritedFrom": {
|
|
899
|
+
"name": "AuroSlideshow",
|
|
900
|
+
"module": "src/auro-slideshow.js"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"kind": "field",
|
|
905
|
+
"name": "toggleTabIndex",
|
|
906
|
+
"privacy": "private",
|
|
907
|
+
"inheritedFrom": {
|
|
908
|
+
"name": "AuroSlideshow",
|
|
909
|
+
"module": "src/auro-slideshow.js"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"kind": "method",
|
|
914
|
+
"name": "updateSlides",
|
|
915
|
+
"privacy": "private",
|
|
916
|
+
"inheritedFrom": {
|
|
917
|
+
"name": "AuroSlideshow",
|
|
918
|
+
"module": "src/auro-slideshow.js"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"exports": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "custom-element-definition",
|
|
927
|
+
"name": "auro-slideshow",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "AuroSlideshowWCA",
|
|
930
|
+
"module": "scripts/wca/auro-slideshow.js"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "javascript-module",
|
|
937
|
+
"path": "src/auro-slideshow.js",
|
|
938
|
+
"declarations": [
|
|
939
|
+
{
|
|
940
|
+
"kind": "class",
|
|
941
|
+
"description": "The auro-slideshow component is a customizable slideshow that displays a series of slides\nwith several options such as autoplay, navigation controls, and pagination dots.",
|
|
942
|
+
"name": "AuroSlideshow",
|
|
943
|
+
"cssParts": [
|
|
944
|
+
{
|
|
945
|
+
"description": "Use to style the next button control.",
|
|
946
|
+
"name": "next-button"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"description": "Use to style the play/pause button control.",
|
|
950
|
+
"name": "play-pause-button"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"description": "Use to style the previous button control.",
|
|
954
|
+
"name": "prev-button"
|
|
955
|
+
}
|
|
956
|
+
],
|
|
957
|
+
"slots": [
|
|
958
|
+
{
|
|
959
|
+
"description": "Default slot for the slides. Each child element will be treated as a slide.",
|
|
960
|
+
"name": ""
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"members": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "field",
|
|
966
|
+
"name": "_createWidthProp",
|
|
967
|
+
"description": "Calculate the width of the slideshow-wrapper and attach a css property to the host element '--slideshow-width'",
|
|
968
|
+
"return": {
|
|
969
|
+
"type": {
|
|
970
|
+
"text": "void"
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "field",
|
|
976
|
+
"name": "_customAlign",
|
|
977
|
+
"description": "Calculate the difference between the left edge of the slideshow-wrapper and the embla container",
|
|
978
|
+
"return": {
|
|
979
|
+
"type": {
|
|
980
|
+
"text": ""
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"readonly": true
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"kind": "field",
|
|
987
|
+
"name": "_dotsNode",
|
|
988
|
+
"readonly": true
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"kind": "field",
|
|
992
|
+
"name": "_nextBtn",
|
|
993
|
+
"readonly": true
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "field",
|
|
997
|
+
"name": "_playBtn",
|
|
998
|
+
"readonly": true
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "field",
|
|
1002
|
+
"name": "_prevBtn",
|
|
1003
|
+
"readonly": true
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "field",
|
|
1007
|
+
"name": "_progressNode",
|
|
1008
|
+
"readonly": true
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "field",
|
|
1012
|
+
"name": "_slideshowPaddingSize",
|
|
1013
|
+
"readonly": true
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"kind": "field",
|
|
1017
|
+
"name": "_slideshowWrapperNode",
|
|
1018
|
+
"readonly": true
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "field",
|
|
1022
|
+
"name": "_slot",
|
|
1023
|
+
"readonly": true
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"kind": "field",
|
|
1027
|
+
"name": "addAutoplayProgressListeners",
|
|
1028
|
+
"privacy": "private"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"kind": "field",
|
|
1032
|
+
"name": "addDotBtnsAndClickHandlers",
|
|
1033
|
+
"privacy": "private"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "field",
|
|
1037
|
+
"name": "autoplay",
|
|
1038
|
+
"privacy": "public",
|
|
1039
|
+
"type": {
|
|
1040
|
+
"text": "boolean"
|
|
1041
|
+
},
|
|
1042
|
+
"description": "If true, the slideshow will play automatically.",
|
|
1043
|
+
"default": "false",
|
|
1044
|
+
"attribute": "autoplay",
|
|
1045
|
+
"reflects": true
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "field",
|
|
1049
|
+
"name": "autoScroll",
|
|
1050
|
+
"privacy": "public",
|
|
1051
|
+
"type": {
|
|
1052
|
+
"text": "boolean"
|
|
1053
|
+
},
|
|
1054
|
+
"description": "If true, the slideshow will scroll continuously.",
|
|
1055
|
+
"default": "false",
|
|
1056
|
+
"attribute": "autoScroll",
|
|
1057
|
+
"reflects": true
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"kind": "field",
|
|
1061
|
+
"name": "buttonTag",
|
|
1062
|
+
"privacy": "private"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "field",
|
|
1066
|
+
"name": "delay",
|
|
1067
|
+
"privacy": "public",
|
|
1068
|
+
"type": {
|
|
1069
|
+
"text": "number"
|
|
1070
|
+
},
|
|
1071
|
+
"description": "Slide duration in milliseconds. (Only used with `autoplay`)",
|
|
1072
|
+
"default": "7000",
|
|
1073
|
+
"attribute": "delay",
|
|
1074
|
+
"reflects": true
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "field",
|
|
1078
|
+
"name": "embla",
|
|
1079
|
+
"type": {
|
|
1080
|
+
"text": "null"
|
|
1081
|
+
},
|
|
1082
|
+
"privacy": "private",
|
|
1083
|
+
"default": "null"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"kind": "field",
|
|
1087
|
+
"name": "fullBleed",
|
|
1088
|
+
"privacy": "public",
|
|
1089
|
+
"type": {
|
|
1090
|
+
"text": "boolean"
|
|
1091
|
+
},
|
|
1092
|
+
"description": "If set, the slideshow will take up the width of its parent container showing previous and next slides. **Note:** a parent container must have `overflow-x: hidden` to prevent horizontal scrolling.",
|
|
1093
|
+
"default": "false",
|
|
1094
|
+
"attribute": "fullBleed",
|
|
1095
|
+
"reflects": true
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "method",
|
|
1099
|
+
"name": "generateIconHtml",
|
|
1100
|
+
"parameters": [
|
|
1101
|
+
{
|
|
1102
|
+
"name": "svgContent",
|
|
1103
|
+
"description": "The SVG content to be embedded.",
|
|
1104
|
+
"type": {
|
|
1105
|
+
"text": "string"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "hideIcon",
|
|
1110
|
+
"description": "Whether the icon should be hidden",
|
|
1111
|
+
"type": {
|
|
1112
|
+
"text": "boolean"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"description": "Internal function to generate the HTML for the icon to use.",
|
|
1117
|
+
"privacy": "private",
|
|
1118
|
+
"return": {
|
|
1119
|
+
"type": {
|
|
1120
|
+
"text": "Element"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"kind": "field",
|
|
1126
|
+
"name": "handleKeydown",
|
|
1127
|
+
"privacy": "private",
|
|
1128
|
+
"parameters": [
|
|
1129
|
+
{
|
|
1130
|
+
"description": "The keydown event triggered by the user.\nAllows users to navigate through the slideshow using left/right arrow keys.",
|
|
1131
|
+
"name": "event",
|
|
1132
|
+
"type": {
|
|
1133
|
+
"text": "KeyboardEvent"
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "field",
|
|
1140
|
+
"name": "handleMouseEnter",
|
|
1141
|
+
"privacy": "private"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"kind": "field",
|
|
1145
|
+
"name": "handleMouseLeave",
|
|
1146
|
+
"privacy": "private"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"kind": "method",
|
|
1150
|
+
"name": "handleNavClick",
|
|
1151
|
+
"parameters": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "direction",
|
|
1154
|
+
"description": "The direction of the navigation (\"prev\" or \"next\").\nHandles click events on the previous and next buttons.",
|
|
1155
|
+
"type": {
|
|
1156
|
+
"text": "string"
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"privacy": "private"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "method",
|
|
1164
|
+
"name": "handlePlayClick",
|
|
1165
|
+
"privacy": "private"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "method",
|
|
1169
|
+
"name": "handleSlotChange",
|
|
1170
|
+
"privacy": "private"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "field",
|
|
1174
|
+
"name": "iconTag",
|
|
1175
|
+
"privacy": "private"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"kind": "method",
|
|
1179
|
+
"name": "initializeEmbla",
|
|
1180
|
+
"privacy": "private"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"kind": "field",
|
|
1184
|
+
"name": "isHovered",
|
|
1185
|
+
"type": {
|
|
1186
|
+
"text": "boolean"
|
|
1187
|
+
},
|
|
1188
|
+
"privacy": "private",
|
|
1189
|
+
"default": "false"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"kind": "field",
|
|
1193
|
+
"name": "isPlaying",
|
|
1194
|
+
"privacy": "private",
|
|
1195
|
+
"type": {
|
|
1196
|
+
"text": "boolean"
|
|
1197
|
+
},
|
|
1198
|
+
"default": "false",
|
|
1199
|
+
"attribute": "isPlaying"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"kind": "field",
|
|
1203
|
+
"name": "isStopped",
|
|
1204
|
+
"type": {
|
|
1205
|
+
"text": "boolean"
|
|
1206
|
+
},
|
|
1207
|
+
"privacy": "private",
|
|
1208
|
+
"default": "true"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "method",
|
|
1212
|
+
"name": "isTouchDevice",
|
|
1213
|
+
"privacy": "private",
|
|
1214
|
+
"return": {
|
|
1215
|
+
"type": {
|
|
1216
|
+
"text": "boolean"
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"kind": "field",
|
|
1222
|
+
"name": "loop",
|
|
1223
|
+
"privacy": "public",
|
|
1224
|
+
"type": {
|
|
1225
|
+
"text": "boolean"
|
|
1226
|
+
},
|
|
1227
|
+
"description": "If true, the slideshow will loop back to the first slide after reaching the last slide.",
|
|
1228
|
+
"default": "false",
|
|
1229
|
+
"attribute": "loop",
|
|
1230
|
+
"reflects": true
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"kind": "field",
|
|
1234
|
+
"name": "navigation",
|
|
1235
|
+
"privacy": "public",
|
|
1236
|
+
"type": {
|
|
1237
|
+
"text": "boolean"
|
|
1238
|
+
},
|
|
1239
|
+
"description": "If true, the slideshow will display navigation arrows for previous and next slides when the slide container is hovered.",
|
|
1240
|
+
"default": "false",
|
|
1241
|
+
"attribute": "navigation",
|
|
1242
|
+
"reflects": true
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"kind": "field",
|
|
1246
|
+
"name": "pagination",
|
|
1247
|
+
"privacy": "public",
|
|
1248
|
+
"type": {
|
|
1249
|
+
"text": "boolean"
|
|
1250
|
+
},
|
|
1251
|
+
"description": "If true, the slideshow will display pagination dots for each slide. If autoplay is on, the active dot will also show a progress bar.",
|
|
1252
|
+
"default": "false",
|
|
1253
|
+
"attribute": "pagination",
|
|
1254
|
+
"reflects": true
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"kind": "field",
|
|
1258
|
+
"name": "pauseLabel",
|
|
1259
|
+
"privacy": "public",
|
|
1260
|
+
"type": {
|
|
1261
|
+
"text": "string"
|
|
1262
|
+
},
|
|
1263
|
+
"description": "The aria-label for the pause button.",
|
|
1264
|
+
"default": "\"Pause slideshow\"",
|
|
1265
|
+
"attribute": "pauseLabel",
|
|
1266
|
+
"reflects": true
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"kind": "method",
|
|
1270
|
+
"name": "play",
|
|
1271
|
+
"description": "Starts the slideshow playback.",
|
|
1272
|
+
"return": {
|
|
1273
|
+
"type": {
|
|
1274
|
+
"text": "void"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"kind": "field",
|
|
1280
|
+
"name": "playBtnLabel",
|
|
1281
|
+
"privacy": "private"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"kind": "field",
|
|
1285
|
+
"name": "playLabel",
|
|
1286
|
+
"privacy": "public",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "string"
|
|
1289
|
+
},
|
|
1290
|
+
"description": "The aria-label for the play button.",
|
|
1291
|
+
"default": "\"Play slideshow\"",
|
|
1292
|
+
"attribute": "playLabel",
|
|
1293
|
+
"reflects": true
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "field",
|
|
1297
|
+
"name": "playOnInit",
|
|
1298
|
+
"privacy": "public",
|
|
1299
|
+
"type": {
|
|
1300
|
+
"text": "boolean"
|
|
1301
|
+
},
|
|
1302
|
+
"description": "If true, the slideshow will start playing automatically on page load when `autoplay` or `autoScroll` are on.",
|
|
1303
|
+
"default": "false",
|
|
1304
|
+
"attribute": "playOnInit",
|
|
1305
|
+
"reflects": true
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"kind": "method",
|
|
1309
|
+
"name": "register",
|
|
1310
|
+
"static": true,
|
|
1311
|
+
"parameters": [
|
|
1312
|
+
{
|
|
1313
|
+
"name": "name",
|
|
1314
|
+
"default": "\"auro-slideshow\"",
|
|
1315
|
+
"description": "Custom element name to register.",
|
|
1316
|
+
"optional": true,
|
|
1317
|
+
"type": {
|
|
1318
|
+
"text": "string"
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
],
|
|
1322
|
+
"description": "Registers the custom element with the browser."
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "method",
|
|
1326
|
+
"name": "renderNavigationControls",
|
|
1327
|
+
"description": "Generates the HTML for the navigation controls (previous and next buttons).",
|
|
1328
|
+
"privacy": "private",
|
|
1329
|
+
"return": {
|
|
1330
|
+
"type": {
|
|
1331
|
+
"text": "Element"
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "method",
|
|
1337
|
+
"name": "renderPaginationContainer",
|
|
1338
|
+
"description": "Generates the HTML for the pagination container, which includes the play button and pagination dots.\nIf autoplay or autoScroll is enabled, it will render the play button.\nIf pagination is enabled, it will render the dots.",
|
|
1339
|
+
"privacy": "private"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "method",
|
|
1343
|
+
"name": "renderPlayButton",
|
|
1344
|
+
"privacy": "private"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"kind": "method",
|
|
1348
|
+
"name": "scrollNext",
|
|
1349
|
+
"description": "Scrolls to the next slide.",
|
|
1350
|
+
"return": {
|
|
1351
|
+
"type": {
|
|
1352
|
+
"text": "void"
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "method",
|
|
1358
|
+
"name": "scrollPrev",
|
|
1359
|
+
"description": "Scrolls to the previous slide.",
|
|
1360
|
+
"return": {
|
|
1361
|
+
"type": {
|
|
1362
|
+
"text": "void"
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"kind": "field",
|
|
1368
|
+
"name": "scrollSpeed",
|
|
1369
|
+
"privacy": "public",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "number"
|
|
1372
|
+
},
|
|
1373
|
+
"description": "Number of pixels auto scroll should advance per frame. (Only used with `autoScroll`)",
|
|
1374
|
+
"default": "0.75",
|
|
1375
|
+
"attribute": "scrollSpeed",
|
|
1376
|
+
"reflects": true
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "field",
|
|
1380
|
+
"name": "slides",
|
|
1381
|
+
"type": {
|
|
1382
|
+
"text": "array"
|
|
1383
|
+
},
|
|
1384
|
+
"privacy": "private",
|
|
1385
|
+
"default": "[]"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "field",
|
|
1389
|
+
"name": "startDelay",
|
|
1390
|
+
"privacy": "public",
|
|
1391
|
+
"type": {
|
|
1392
|
+
"text": "number"
|
|
1393
|
+
},
|
|
1394
|
+
"description": "Delay in milliseconds before the auto scroll starts. (Only used with `autoScroll`)",
|
|
1395
|
+
"default": "1000",
|
|
1396
|
+
"attribute": "startDelay",
|
|
1397
|
+
"reflects": true
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "method",
|
|
1401
|
+
"name": "stop",
|
|
1402
|
+
"description": "Stops the slideshow playback.",
|
|
1403
|
+
"return": {
|
|
1404
|
+
"type": {
|
|
1405
|
+
"text": "void"
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "field",
|
|
1411
|
+
"name": "stopOnInteraction",
|
|
1412
|
+
"privacy": "private"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "field",
|
|
1416
|
+
"name": "toggleNavBtnsState",
|
|
1417
|
+
"privacy": "private"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "field",
|
|
1421
|
+
"name": "togglePlayButtonOnPlay",
|
|
1422
|
+
"privacy": "private"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "field",
|
|
1426
|
+
"name": "togglePlayButtonOnStop",
|
|
1427
|
+
"privacy": "private"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "field",
|
|
1431
|
+
"name": "toggleTabIndex",
|
|
1432
|
+
"privacy": "private"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "method",
|
|
1436
|
+
"name": "updateSlides",
|
|
1437
|
+
"privacy": "private"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"attributes": [
|
|
1441
|
+
{
|
|
1442
|
+
"name": "autoplay",
|
|
1443
|
+
"type": {
|
|
1444
|
+
"text": "boolean"
|
|
1445
|
+
},
|
|
1446
|
+
"description": "If true, the slideshow will play automatically.",
|
|
1447
|
+
"default": "false",
|
|
1448
|
+
"fieldName": "autoplay"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "autoScroll",
|
|
1452
|
+
"type": {
|
|
1453
|
+
"text": "boolean"
|
|
1454
|
+
},
|
|
1455
|
+
"description": "If true, the slideshow will scroll continuously.",
|
|
1456
|
+
"default": "false",
|
|
1457
|
+
"fieldName": "autoScroll"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "delay",
|
|
1461
|
+
"type": {
|
|
1462
|
+
"text": "number"
|
|
1463
|
+
},
|
|
1464
|
+
"description": "Slide duration in milliseconds. (Only used with `autoplay`)",
|
|
1465
|
+
"default": "7000",
|
|
1466
|
+
"fieldName": "delay"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "fullBleed",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "boolean"
|
|
1472
|
+
},
|
|
1473
|
+
"description": "If set, the slideshow will take up the width of its parent container showing previous and next slides. **Note:** a parent container must have `overflow-x: hidden` to prevent horizontal scrolling.",
|
|
1474
|
+
"default": "false",
|
|
1475
|
+
"fieldName": "fullBleed"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"name": "isPlaying",
|
|
1479
|
+
"type": {
|
|
1480
|
+
"text": "boolean"
|
|
1481
|
+
},
|
|
1482
|
+
"default": "false",
|
|
1483
|
+
"fieldName": "isPlaying"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "loop",
|
|
1487
|
+
"type": {
|
|
1488
|
+
"text": "boolean"
|
|
1489
|
+
},
|
|
1490
|
+
"description": "If true, the slideshow will loop back to the first slide after reaching the last slide.",
|
|
1491
|
+
"default": "false",
|
|
1492
|
+
"fieldName": "loop"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"name": "navigation",
|
|
1496
|
+
"type": {
|
|
1497
|
+
"text": "boolean"
|
|
1498
|
+
},
|
|
1499
|
+
"description": "If true, the slideshow will display navigation arrows for previous and next slides when the slide container is hovered.",
|
|
1500
|
+
"default": "false",
|
|
1501
|
+
"fieldName": "navigation"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "pagination",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "boolean"
|
|
1507
|
+
},
|
|
1508
|
+
"description": "If true, the slideshow will display pagination dots for each slide. If autoplay is on, the active dot will also show a progress bar.",
|
|
1509
|
+
"default": "false",
|
|
1510
|
+
"fieldName": "pagination"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "pauseLabel",
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "string"
|
|
1516
|
+
},
|
|
1517
|
+
"description": "The aria-label for the pause button.",
|
|
1518
|
+
"default": "\"Pause slideshow\"",
|
|
1519
|
+
"fieldName": "pauseLabel"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "playLabel",
|
|
1523
|
+
"type": {
|
|
1524
|
+
"text": "string"
|
|
1525
|
+
},
|
|
1526
|
+
"description": "The aria-label for the play button.",
|
|
1527
|
+
"default": "\"Play slideshow\"",
|
|
1528
|
+
"fieldName": "playLabel"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "playOnInit",
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "boolean"
|
|
1534
|
+
},
|
|
1535
|
+
"description": "If true, the slideshow will start playing automatically on page load when `autoplay` or `autoScroll` are on.",
|
|
1536
|
+
"default": "false",
|
|
1537
|
+
"fieldName": "playOnInit"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "scrollSpeed",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": "number"
|
|
1543
|
+
},
|
|
1544
|
+
"description": "Number of pixels auto scroll should advance per frame. (Only used with `autoScroll`)",
|
|
1545
|
+
"default": "0.75",
|
|
1546
|
+
"fieldName": "scrollSpeed"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "startDelay",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "number"
|
|
1552
|
+
},
|
|
1553
|
+
"description": "Delay in milliseconds before the auto scroll starts. (Only used with `autoScroll`)",
|
|
1554
|
+
"default": "1000",
|
|
1555
|
+
"fieldName": "startDelay"
|
|
1556
|
+
}
|
|
1557
|
+
],
|
|
1558
|
+
"superclass": {
|
|
1559
|
+
"name": "LitElement",
|
|
1560
|
+
"package": "lit"
|
|
1561
|
+
},
|
|
1562
|
+
"customElement": true
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"exports": [
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "js",
|
|
1568
|
+
"name": "AuroSlideshow",
|
|
1569
|
+
"declaration": {
|
|
1570
|
+
"name": "AuroSlideshow",
|
|
1571
|
+
"module": "src/auro-slideshow.js"
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "javascript-module",
|
|
1578
|
+
"path": "src/buttonVersion.js",
|
|
1579
|
+
"declarations": [],
|
|
1580
|
+
"exports": [
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "js",
|
|
1583
|
+
"name": "default",
|
|
1584
|
+
"declaration": {
|
|
1585
|
+
"name": "12.3.0",
|
|
1586
|
+
"module": "src/buttonVersion.js"
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "javascript-module",
|
|
1593
|
+
"path": "src/iconVersion.js",
|
|
1594
|
+
"declarations": [],
|
|
1595
|
+
"exports": [
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "default",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "9.1.0",
|
|
1601
|
+
"module": "src/iconVersion.js"
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "javascript-module",
|
|
1608
|
+
"path": "src/index.js",
|
|
1609
|
+
"declarations": [],
|
|
1610
|
+
"exports": [
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "js",
|
|
1613
|
+
"name": "AuroSlideshow",
|
|
1614
|
+
"declaration": {
|
|
1615
|
+
"name": "AuroSlideshow",
|
|
1616
|
+
"module": "src/index.js"
|
|
1617
|
+
}
|
|
1618
|
+
}
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "javascript-module",
|
|
1623
|
+
"path": "src/registered.js",
|
|
1624
|
+
"declarations": [],
|
|
1625
|
+
"exports": []
|
|
1626
|
+
}
|
|
1627
|
+
]
|
|
1628
|
+
}
|