@dso-toolkit/core 62.16.0 → 62.18.0

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 (157) hide show
  1. package/dist/cjs/dso-accordion-section.cjs.entry.js +1 -1
  2. package/dist/cjs/dso-accordion-section.cjs.entry.js.map +1 -1
  3. package/dist/cjs/dso-advanced-select.cjs.entry.js +7 -4
  4. package/dist/cjs/dso-advanced-select.cjs.entry.js.map +1 -1
  5. package/dist/cjs/dso-alert_7.cjs.entry.js +76 -22
  6. package/dist/cjs/dso-alert_7.cjs.entry.js.map +1 -1
  7. package/dist/cjs/dso-annotation-output_3.cjs.entry.js +2 -2
  8. package/dist/cjs/dso-annotation-output_3.cjs.entry.js.map +1 -1
  9. package/dist/cjs/dso-expandable.cjs.entry.js +26 -1422
  10. package/dist/cjs/dso-expandable.cjs.entry.js.map +1 -1
  11. package/dist/cjs/dso-highlight-box.cjs.entry.js +1 -1
  12. package/dist/cjs/dso-highlight-box.cjs.entry.js.map +1 -1
  13. package/dist/cjs/dso-info_2.cjs.entry.js +1 -1
  14. package/dist/cjs/dso-info_2.cjs.entry.js.map +1 -1
  15. package/dist/cjs/dso-toggletip.cjs.entry.js +1 -1
  16. package/dist/cjs/dso-toggletip.cjs.entry.js.map +1 -1
  17. package/dist/cjs/dso-toolkit.cjs.js +1 -1
  18. package/dist/cjs/dso-tooltip.cjs.entry.js +1 -1
  19. package/dist/cjs/dso-tooltip.cjs.entry.js.map +1 -1
  20. package/dist/cjs/dso-viewer-grid.cjs.entry.js +1 -1
  21. package/dist/cjs/dso-viewer-grid.cjs.entry.js.map +1 -1
  22. package/dist/cjs/dsot-document-component-demo.cjs.entry.js.map +1 -1
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/collection/components/accordion/components/accordion-section.css +11 -7
  25. package/dist/collection/components/advanced-select/advanced-select.css +6 -0
  26. package/dist/collection/components/advanced-select/advanced-select.js +6 -3
  27. package/dist/collection/components/advanced-select/advanced-select.js.map +1 -1
  28. package/dist/collection/components/advanced-select/advanced-select.models.js.map +1 -1
  29. package/dist/collection/components/document-component/document-component.css +3 -3
  30. package/dist/collection/components/document-component/document-component.js +1 -1
  31. package/dist/collection/components/document-component/document-component.js.map +1 -1
  32. package/dist/collection/components/document-component-demo/document-component.demo.js.map +1 -1
  33. package/dist/collection/components/expandable/expandable.css +12 -13
  34. package/dist/collection/components/expandable/expandable.js +37 -114
  35. package/dist/collection/components/expandable/expandable.js.map +1 -1
  36. package/dist/collection/components/highlight-box/highlight-box.css +6 -9
  37. package/dist/collection/components/image-overlay/image-overlay.css +124 -1
  38. package/dist/collection/components/image-overlay/image-overlay.js +42 -2
  39. package/dist/collection/components/image-overlay/image-overlay.js.map +1 -1
  40. package/dist/collection/components/ozon-content/nodes/al.node.js +2 -1
  41. package/dist/collection/components/ozon-content/nodes/al.node.js.map +1 -1
  42. package/dist/collection/components/ozon-content/nodes/figuur.node.js +2 -1
  43. package/dist/collection/components/ozon-content/nodes/figuur.node.js.map +1 -1
  44. package/dist/collection/components/ozon-content/nodes/inhoud.node.js +9 -1
  45. package/dist/collection/components/ozon-content/nodes/inhoud.node.js.map +1 -1
  46. package/dist/collection/components/ozon-content/nodes/nieuwe-tekst.node.js +1 -1
  47. package/dist/collection/components/ozon-content/nodes/nieuwe-tekst.node.js.map +1 -1
  48. package/dist/collection/components/ozon-content/nodes/opschrift.node.js +2 -2
  49. package/dist/collection/components/ozon-content/nodes/opschrift.node.js.map +1 -1
  50. package/dist/collection/components/ozon-content/nodes/table.node/colspec/colspec-mapper.js +2 -0
  51. package/dist/collection/components/ozon-content/nodes/table.node/colspec/colspec-mapper.js.map +1 -1
  52. package/dist/collection/components/ozon-content/nodes/table.node/colspec/colspec.interface.js.map +1 -1
  53. package/dist/collection/components/ozon-content/nodes/table.node/table-cell.js +29 -8
  54. package/dist/collection/components/ozon-content/nodes/table.node/table-cell.js.map +1 -1
  55. package/dist/collection/components/ozon-content/nodes/table.node/table.node.js +7 -4
  56. package/dist/collection/components/ozon-content/nodes/table.node/table.node.js.map +1 -1
  57. package/dist/collection/components/ozon-content/nodes/verwijderde-tekst.node.js +1 -1
  58. package/dist/collection/components/ozon-content/nodes/verwijderde-tekst.node.js.map +1 -1
  59. package/dist/collection/components/ozon-content/ozon-content.css +181 -52
  60. package/dist/collection/components/selectable/selectable.css +4 -0
  61. package/dist/collection/components/toggletip/toggletip.css +3 -0
  62. package/dist/collection/components/tooltip/tooltip.css +5 -20
  63. package/dist/collection/components/viewer-grid/viewer-grid.css +2 -1
  64. package/dist/components/document-component.js +2 -2
  65. package/dist/components/document-component.js.map +1 -1
  66. package/dist/components/dso-accordion-section.js +1 -1
  67. package/dist/components/dso-accordion-section.js.map +1 -1
  68. package/dist/components/dso-advanced-select.js +7 -4
  69. package/dist/components/dso-advanced-select.js.map +1 -1
  70. package/dist/components/dso-highlight-box.js +1 -1
  71. package/dist/components/dso-highlight-box.js.map +1 -1
  72. package/dist/components/dso-toggletip.js +1 -1
  73. package/dist/components/dso-toggletip.js.map +1 -1
  74. package/dist/components/dso-viewer-grid.js +1 -1
  75. package/dist/components/dso-viewer-grid.js.map +1 -1
  76. package/dist/components/dsot-document-component-demo.js.map +1 -1
  77. package/dist/components/expandable.js +29 -1427
  78. package/dist/components/expandable.js.map +1 -1
  79. package/dist/components/image-overlay.js +22 -2
  80. package/dist/components/image-overlay.js.map +1 -1
  81. package/dist/components/ozon-content.js +55 -20
  82. package/dist/components/ozon-content.js.map +1 -1
  83. package/dist/components/selectable.js +1 -1
  84. package/dist/components/selectable.js.map +1 -1
  85. package/dist/components/tooltip.js +1 -1
  86. package/dist/components/tooltip.js.map +1 -1
  87. package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
  88. package/dist/dso-toolkit/dso-toolkit.esm.js.map +1 -1
  89. package/dist/dso-toolkit/{p-5def1d28.entry.js → p-21cc1e58.entry.js} +2 -2
  90. package/dist/dso-toolkit/p-21cc1e58.entry.js.map +1 -0
  91. package/dist/dso-toolkit/p-7a71cd3f.entry.js +2 -0
  92. package/dist/dso-toolkit/p-7a71cd3f.entry.js.map +1 -0
  93. package/dist/dso-toolkit/p-89501dcc.entry.js +2 -0
  94. package/dist/dso-toolkit/p-89501dcc.entry.js.map +1 -0
  95. package/dist/dso-toolkit/p-8a7b800f.entry.js +2 -0
  96. package/dist/dso-toolkit/p-8a7b800f.entry.js.map +1 -0
  97. package/dist/dso-toolkit/{p-31825ec2.entry.js → p-c7100f84.entry.js} +2 -2
  98. package/dist/dso-toolkit/p-c7100f84.entry.js.map +1 -0
  99. package/dist/dso-toolkit/p-cc771810.entry.js +2 -0
  100. package/dist/dso-toolkit/p-cc771810.entry.js.map +1 -0
  101. package/dist/dso-toolkit/p-d24073fe.entry.js.map +1 -1
  102. package/dist/dso-toolkit/p-d714aea4.entry.js +2 -0
  103. package/dist/dso-toolkit/p-d714aea4.entry.js.map +1 -0
  104. package/dist/dso-toolkit/p-e63f8c72.entry.js +2 -0
  105. package/dist/dso-toolkit/p-e63f8c72.entry.js.map +1 -0
  106. package/dist/dso-toolkit/p-eb90ba5c.entry.js +2 -0
  107. package/dist/dso-toolkit/p-eb90ba5c.entry.js.map +1 -0
  108. package/dist/dso-toolkit/p-f15b9304.entry.js +2 -0
  109. package/dist/dso-toolkit/p-f15b9304.entry.js.map +1 -0
  110. package/dist/esm/dso-accordion-section.entry.js +1 -1
  111. package/dist/esm/dso-accordion-section.entry.js.map +1 -1
  112. package/dist/esm/dso-advanced-select.entry.js +7 -4
  113. package/dist/esm/dso-advanced-select.entry.js.map +1 -1
  114. package/dist/esm/dso-alert_7.entry.js +76 -22
  115. package/dist/esm/dso-alert_7.entry.js.map +1 -1
  116. package/dist/esm/dso-annotation-output_3.entry.js +2 -2
  117. package/dist/esm/dso-annotation-output_3.entry.js.map +1 -1
  118. package/dist/esm/dso-expandable.entry.js +26 -1422
  119. package/dist/esm/dso-expandable.entry.js.map +1 -1
  120. package/dist/esm/dso-highlight-box.entry.js +1 -1
  121. package/dist/esm/dso-highlight-box.entry.js.map +1 -1
  122. package/dist/esm/dso-info_2.entry.js +1 -1
  123. package/dist/esm/dso-info_2.entry.js.map +1 -1
  124. package/dist/esm/dso-toggletip.entry.js +1 -1
  125. package/dist/esm/dso-toggletip.entry.js.map +1 -1
  126. package/dist/esm/dso-toolkit.js +1 -1
  127. package/dist/esm/dso-tooltip.entry.js +1 -1
  128. package/dist/esm/dso-tooltip.entry.js.map +1 -1
  129. package/dist/esm/dso-viewer-grid.entry.js +1 -1
  130. package/dist/esm/dso-viewer-grid.entry.js.map +1 -1
  131. package/dist/esm/dsot-document-component-demo.entry.js.map +1 -1
  132. package/dist/esm/loader.js +1 -1
  133. package/dist/types/components/advanced-select/advanced-select.models.d.ts +6 -1
  134. package/dist/types/components/document-component-demo/document-component.demo.d.ts +2 -2
  135. package/dist/types/components/expandable/expandable.d.ts +9 -11
  136. package/dist/types/components/image-overlay/image-overlay.d.ts +5 -0
  137. package/dist/types/components/ozon-content/nodes/table.node/colspec/colspec.interface.d.ts +2 -0
  138. package/dist/types/components.d.ts +8 -0
  139. package/package.json +2 -4
  140. package/dist/dso-toolkit/p-1981592d.entry.js +0 -2
  141. package/dist/dso-toolkit/p-1981592d.entry.js.map +0 -1
  142. package/dist/dso-toolkit/p-31825ec2.entry.js.map +0 -1
  143. package/dist/dso-toolkit/p-36ddddf4.entry.js +0 -2
  144. package/dist/dso-toolkit/p-36ddddf4.entry.js.map +0 -1
  145. package/dist/dso-toolkit/p-43511221.entry.js +0 -2
  146. package/dist/dso-toolkit/p-43511221.entry.js.map +0 -1
  147. package/dist/dso-toolkit/p-5def1d28.entry.js.map +0 -1
  148. package/dist/dso-toolkit/p-9bf33855.entry.js +0 -2
  149. package/dist/dso-toolkit/p-9bf33855.entry.js.map +0 -1
  150. package/dist/dso-toolkit/p-aa6d1e42.entry.js +0 -2
  151. package/dist/dso-toolkit/p-aa6d1e42.entry.js.map +0 -1
  152. package/dist/dso-toolkit/p-b0116121.entry.js +0 -2
  153. package/dist/dso-toolkit/p-b0116121.entry.js.map +0 -1
  154. package/dist/dso-toolkit/p-e3655ae6.entry.js +0 -2
  155. package/dist/dso-toolkit/p-e3655ae6.entry.js.map +0 -1
  156. package/dist/dso-toolkit/p-e5ecc82f.entry.js +0 -2
  157. package/dist/dso-toolkit/p-e5ecc82f.entry.js.map +0 -1
@@ -1,1316 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as clsx } from './clsx.js';
3
- import { d as debounce_1 } from './index2.js';
4
3
 
5
- /*
6
- * anime.js v3.2.1
7
- * (c) 2020 Julian Garnier
8
- * Released under the MIT license
9
- * animejs.com
10
- */
11
-
12
- // Defaults
13
-
14
- var defaultInstanceSettings = {
15
- update: null,
16
- begin: null,
17
- loopBegin: null,
18
- changeBegin: null,
19
- change: null,
20
- changeComplete: null,
21
- loopComplete: null,
22
- complete: null,
23
- loop: 1,
24
- direction: 'normal',
25
- autoplay: true,
26
- timelineOffset: 0
27
- };
28
-
29
- var defaultTweenSettings = {
30
- duration: 1000,
31
- delay: 0,
32
- endDelay: 0,
33
- easing: 'easeOutElastic(1, .5)',
34
- round: 0
35
- };
36
-
37
- var validTransforms = ['translateX', 'translateY', 'translateZ', 'rotate', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'perspective', 'matrix', 'matrix3d'];
38
-
39
- // Caching
40
-
41
- var cache = {
42
- CSS: {},
43
- springs: {}
44
- };
45
-
46
- // Utils
47
-
48
- function minMax(val, min, max) {
49
- return Math.min(Math.max(val, min), max);
50
- }
51
-
52
- function stringContains(str, text) {
53
- return str.indexOf(text) > -1;
54
- }
55
-
56
- function applyArguments(func, args) {
57
- return func.apply(null, args);
58
- }
59
-
60
- var is = {
61
- arr: function (a) { return Array.isArray(a); },
62
- obj: function (a) { return stringContains(Object.prototype.toString.call(a), 'Object'); },
63
- pth: function (a) { return is.obj(a) && a.hasOwnProperty('totalLength'); },
64
- svg: function (a) { return a instanceof SVGElement; },
65
- inp: function (a) { return a instanceof HTMLInputElement; },
66
- dom: function (a) { return a.nodeType || is.svg(a); },
67
- str: function (a) { return typeof a === 'string'; },
68
- fnc: function (a) { return typeof a === 'function'; },
69
- und: function (a) { return typeof a === 'undefined'; },
70
- nil: function (a) { return is.und(a) || a === null; },
71
- hex: function (a) { return /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(a); },
72
- rgb: function (a) { return /^rgb/.test(a); },
73
- hsl: function (a) { return /^hsl/.test(a); },
74
- col: function (a) { return (is.hex(a) || is.rgb(a) || is.hsl(a)); },
75
- key: function (a) { return !defaultInstanceSettings.hasOwnProperty(a) && !defaultTweenSettings.hasOwnProperty(a) && a !== 'targets' && a !== 'keyframes'; },
76
- };
77
-
78
- // Easings
79
-
80
- function parseEasingParameters(string) {
81
- var match = /\(([^)]+)\)/.exec(string);
82
- return match ? match[1].split(',').map(function (p) { return parseFloat(p); }) : [];
83
- }
84
-
85
- // Spring solver inspired by Webkit Copyright © 2016 Apple Inc. All rights reserved. https://webkit.org/demos/spring/spring.js
86
-
87
- function spring(string, duration) {
88
-
89
- var params = parseEasingParameters(string);
90
- var mass = minMax(is.und(params[0]) ? 1 : params[0], .1, 100);
91
- var stiffness = minMax(is.und(params[1]) ? 100 : params[1], .1, 100);
92
- var damping = minMax(is.und(params[2]) ? 10 : params[2], .1, 100);
93
- var velocity = minMax(is.und(params[3]) ? 0 : params[3], .1, 100);
94
- var w0 = Math.sqrt(stiffness / mass);
95
- var zeta = damping / (2 * Math.sqrt(stiffness * mass));
96
- var wd = zeta < 1 ? w0 * Math.sqrt(1 - zeta * zeta) : 0;
97
- var a = 1;
98
- var b = zeta < 1 ? (zeta * w0 + -velocity) / wd : -velocity + w0;
99
-
100
- function solver(t) {
101
- var progress = duration ? (duration * t) / 1000 : t;
102
- if (zeta < 1) {
103
- progress = Math.exp(-progress * zeta * w0) * (a * Math.cos(wd * progress) + b * Math.sin(wd * progress));
104
- } else {
105
- progress = (a + b * progress) * Math.exp(-progress * w0);
106
- }
107
- if (t === 0 || t === 1) { return t; }
108
- return 1 - progress;
109
- }
110
-
111
- function getDuration() {
112
- var cached = cache.springs[string];
113
- if (cached) { return cached; }
114
- var frame = 1/6;
115
- var elapsed = 0;
116
- var rest = 0;
117
- while(true) {
118
- elapsed += frame;
119
- if (solver(elapsed) === 1) {
120
- rest++;
121
- if (rest >= 16) { break; }
122
- } else {
123
- rest = 0;
124
- }
125
- }
126
- var duration = elapsed * frame * 1000;
127
- cache.springs[string] = duration;
128
- return duration;
129
- }
130
-
131
- return duration ? solver : getDuration;
132
-
133
- }
134
-
135
- // Basic steps easing implementation https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function
136
-
137
- function steps(steps) {
138
- if ( steps === void 0 ) steps = 10;
139
-
140
- return function (t) { return Math.ceil((minMax(t, 0.000001, 1)) * steps) * (1 / steps); };
141
- }
142
-
143
- // BezierEasing https://github.com/gre/bezier-easing
144
-
145
- var bezier = (function () {
146
-
147
- var kSplineTableSize = 11;
148
- var kSampleStepSize = 1.0 / (kSplineTableSize - 1.0);
149
-
150
- function A(aA1, aA2) { return 1.0 - 3.0 * aA2 + 3.0 * aA1 }
151
- function B(aA1, aA2) { return 3.0 * aA2 - 6.0 * aA1 }
152
- function C(aA1) { return 3.0 * aA1 }
153
-
154
- function calcBezier(aT, aA1, aA2) { return ((A(aA1, aA2) * aT + B(aA1, aA2)) * aT + C(aA1)) * aT }
155
- function getSlope(aT, aA1, aA2) { return 3.0 * A(aA1, aA2) * aT * aT + 2.0 * B(aA1, aA2) * aT + C(aA1) }
156
-
157
- function binarySubdivide(aX, aA, aB, mX1, mX2) {
158
- var currentX, currentT, i = 0;
159
- do {
160
- currentT = aA + (aB - aA) / 2.0;
161
- currentX = calcBezier(currentT, mX1, mX2) - aX;
162
- if (currentX > 0.0) { aB = currentT; } else { aA = currentT; }
163
- } while (Math.abs(currentX) > 0.0000001 && ++i < 10);
164
- return currentT;
165
- }
166
-
167
- function newtonRaphsonIterate(aX, aGuessT, mX1, mX2) {
168
- for (var i = 0; i < 4; ++i) {
169
- var currentSlope = getSlope(aGuessT, mX1, mX2);
170
- if (currentSlope === 0.0) { return aGuessT; }
171
- var currentX = calcBezier(aGuessT, mX1, mX2) - aX;
172
- aGuessT -= currentX / currentSlope;
173
- }
174
- return aGuessT;
175
- }
176
-
177
- function bezier(mX1, mY1, mX2, mY2) {
178
-
179
- if (!(0 <= mX1 && mX1 <= 1 && 0 <= mX2 && mX2 <= 1)) { return; }
180
- var sampleValues = new Float32Array(kSplineTableSize);
181
-
182
- if (mX1 !== mY1 || mX2 !== mY2) {
183
- for (var i = 0; i < kSplineTableSize; ++i) {
184
- sampleValues[i] = calcBezier(i * kSampleStepSize, mX1, mX2);
185
- }
186
- }
187
-
188
- function getTForX(aX) {
189
-
190
- var intervalStart = 0;
191
- var currentSample = 1;
192
- var lastSample = kSplineTableSize - 1;
193
-
194
- for (; currentSample !== lastSample && sampleValues[currentSample] <= aX; ++currentSample) {
195
- intervalStart += kSampleStepSize;
196
- }
197
-
198
- --currentSample;
199
-
200
- var dist = (aX - sampleValues[currentSample]) / (sampleValues[currentSample + 1] - sampleValues[currentSample]);
201
- var guessForT = intervalStart + dist * kSampleStepSize;
202
- var initialSlope = getSlope(guessForT, mX1, mX2);
203
-
204
- if (initialSlope >= 0.001) {
205
- return newtonRaphsonIterate(aX, guessForT, mX1, mX2);
206
- } else if (initialSlope === 0.0) {
207
- return guessForT;
208
- } else {
209
- return binarySubdivide(aX, intervalStart, intervalStart + kSampleStepSize, mX1, mX2);
210
- }
211
-
212
- }
213
-
214
- return function (x) {
215
- if (mX1 === mY1 && mX2 === mY2) { return x; }
216
- if (x === 0 || x === 1) { return x; }
217
- return calcBezier(getTForX(x), mY1, mY2);
218
- }
219
-
220
- }
221
-
222
- return bezier;
223
-
224
- })();
225
-
226
- var penner = (function () {
227
-
228
- // Based on jQuery UI's implemenation of easing equations from Robert Penner (http://www.robertpenner.com/easing)
229
-
230
- var eases = { linear: function () { return function (t) { return t; }; } };
231
-
232
- var functionEasings = {
233
- Sine: function () { return function (t) { return 1 - Math.cos(t * Math.PI / 2); }; },
234
- Circ: function () { return function (t) { return 1 - Math.sqrt(1 - t * t); }; },
235
- Back: function () { return function (t) { return t * t * (3 * t - 2); }; },
236
- Bounce: function () { return function (t) {
237
- var pow2, b = 4;
238
- while (t < (( pow2 = Math.pow(2, --b)) - 1) / 11) {}
239
- return 1 / Math.pow(4, 3 - b) - 7.5625 * Math.pow(( pow2 * 3 - 2 ) / 22 - t, 2)
240
- }; },
241
- Elastic: function (amplitude, period) {
242
- if ( amplitude === void 0 ) amplitude = 1;
243
- if ( period === void 0 ) period = .5;
244
-
245
- var a = minMax(amplitude, 1, 10);
246
- var p = minMax(period, .1, 2);
247
- return function (t) {
248
- return (t === 0 || t === 1) ? t :
249
- -a * Math.pow(2, 10 * (t - 1)) * Math.sin((((t - 1) - (p / (Math.PI * 2) * Math.asin(1 / a))) * (Math.PI * 2)) / p);
250
- }
251
- }
252
- };
253
-
254
- var baseEasings = ['Quad', 'Cubic', 'Quart', 'Quint', 'Expo'];
255
-
256
- baseEasings.forEach(function (name, i) {
257
- functionEasings[name] = function () { return function (t) { return Math.pow(t, i + 2); }; };
258
- });
259
-
260
- Object.keys(functionEasings).forEach(function (name) {
261
- var easeIn = functionEasings[name];
262
- eases['easeIn' + name] = easeIn;
263
- eases['easeOut' + name] = function (a, b) { return function (t) { return 1 - easeIn(a, b)(1 - t); }; };
264
- eases['easeInOut' + name] = function (a, b) { return function (t) { return t < 0.5 ? easeIn(a, b)(t * 2) / 2 :
265
- 1 - easeIn(a, b)(t * -2 + 2) / 2; }; };
266
- eases['easeOutIn' + name] = function (a, b) { return function (t) { return t < 0.5 ? (1 - easeIn(a, b)(1 - t * 2)) / 2 :
267
- (easeIn(a, b)(t * 2 - 1) + 1) / 2; }; };
268
- });
269
-
270
- return eases;
271
-
272
- })();
273
-
274
- function parseEasings(easing, duration) {
275
- if (is.fnc(easing)) { return easing; }
276
- var name = easing.split('(')[0];
277
- var ease = penner[name];
278
- var args = parseEasingParameters(easing);
279
- switch (name) {
280
- case 'spring' : return spring(easing, duration);
281
- case 'cubicBezier' : return applyArguments(bezier, args);
282
- case 'steps' : return applyArguments(steps, args);
283
- default : return applyArguments(ease, args);
284
- }
285
- }
286
-
287
- // Strings
288
-
289
- function selectString(str) {
290
- try {
291
- var nodes = document.querySelectorAll(str);
292
- return nodes;
293
- } catch(e) {
294
- return;
295
- }
296
- }
297
-
298
- // Arrays
299
-
300
- function filterArray(arr, callback) {
301
- var len = arr.length;
302
- var thisArg = arguments.length >= 2 ? arguments[1] : void 0;
303
- var result = [];
304
- for (var i = 0; i < len; i++) {
305
- if (i in arr) {
306
- var val = arr[i];
307
- if (callback.call(thisArg, val, i, arr)) {
308
- result.push(val);
309
- }
310
- }
311
- }
312
- return result;
313
- }
314
-
315
- function flattenArray(arr) {
316
- return arr.reduce(function (a, b) { return a.concat(is.arr(b) ? flattenArray(b) : b); }, []);
317
- }
318
-
319
- function toArray(o) {
320
- if (is.arr(o)) { return o; }
321
- if (is.str(o)) { o = selectString(o) || o; }
322
- if (o instanceof NodeList || o instanceof HTMLCollection) { return [].slice.call(o); }
323
- return [o];
324
- }
325
-
326
- function arrayContains(arr, val) {
327
- return arr.some(function (a) { return a === val; });
328
- }
329
-
330
- // Objects
331
-
332
- function cloneObject(o) {
333
- var clone = {};
334
- for (var p in o) { clone[p] = o[p]; }
335
- return clone;
336
- }
337
-
338
- function replaceObjectProps(o1, o2) {
339
- var o = cloneObject(o1);
340
- for (var p in o1) { o[p] = o2.hasOwnProperty(p) ? o2[p] : o1[p]; }
341
- return o;
342
- }
343
-
344
- function mergeObjects(o1, o2) {
345
- var o = cloneObject(o1);
346
- for (var p in o2) { o[p] = is.und(o1[p]) ? o2[p] : o1[p]; }
347
- return o;
348
- }
349
-
350
- // Colors
351
-
352
- function rgbToRgba(rgbValue) {
353
- var rgb = /rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(rgbValue);
354
- return rgb ? ("rgba(" + (rgb[1]) + ",1)") : rgbValue;
355
- }
356
-
357
- function hexToRgba(hexValue) {
358
- var rgx = /^#?([a-f\d])([a-f\d])([a-f\d])$/i;
359
- var hex = hexValue.replace(rgx, function (m, r, g, b) { return r + r + g + g + b + b; } );
360
- var rgb = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
361
- var r = parseInt(rgb[1], 16);
362
- var g = parseInt(rgb[2], 16);
363
- var b = parseInt(rgb[3], 16);
364
- return ("rgba(" + r + "," + g + "," + b + ",1)");
365
- }
366
-
367
- function hslToRgba(hslValue) {
368
- var hsl = /hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(hslValue) || /hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(hslValue);
369
- var h = parseInt(hsl[1], 10) / 360;
370
- var s = parseInt(hsl[2], 10) / 100;
371
- var l = parseInt(hsl[3], 10) / 100;
372
- var a = hsl[4] || 1;
373
- function hue2rgb(p, q, t) {
374
- if (t < 0) { t += 1; }
375
- if (t > 1) { t -= 1; }
376
- if (t < 1/6) { return p + (q - p) * 6 * t; }
377
- if (t < 1/2) { return q; }
378
- if (t < 2/3) { return p + (q - p) * (2/3 - t) * 6; }
379
- return p;
380
- }
381
- var r, g, b;
382
- if (s == 0) {
383
- r = g = b = l;
384
- } else {
385
- var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
386
- var p = 2 * l - q;
387
- r = hue2rgb(p, q, h + 1/3);
388
- g = hue2rgb(p, q, h);
389
- b = hue2rgb(p, q, h - 1/3);
390
- }
391
- return ("rgba(" + (r * 255) + "," + (g * 255) + "," + (b * 255) + "," + a + ")");
392
- }
393
-
394
- function colorToRgb(val) {
395
- if (is.rgb(val)) { return rgbToRgba(val); }
396
- if (is.hex(val)) { return hexToRgba(val); }
397
- if (is.hsl(val)) { return hslToRgba(val); }
398
- }
399
-
400
- // Units
401
-
402
- function getUnit(val) {
403
- var split = /[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(val);
404
- if (split) { return split[1]; }
405
- }
406
-
407
- function getTransformUnit(propName) {
408
- if (stringContains(propName, 'translate') || propName === 'perspective') { return 'px'; }
409
- if (stringContains(propName, 'rotate') || stringContains(propName, 'skew')) { return 'deg'; }
410
- }
411
-
412
- // Values
413
-
414
- function getFunctionValue(val, animatable) {
415
- if (!is.fnc(val)) { return val; }
416
- return val(animatable.target, animatable.id, animatable.total);
417
- }
418
-
419
- function getAttribute(el, prop) {
420
- return el.getAttribute(prop);
421
- }
422
-
423
- function convertPxToUnit(el, value, unit) {
424
- var valueUnit = getUnit(value);
425
- if (arrayContains([unit, 'deg', 'rad', 'turn'], valueUnit)) { return value; }
426
- var cached = cache.CSS[value + unit];
427
- if (!is.und(cached)) { return cached; }
428
- var baseline = 100;
429
- var tempEl = document.createElement(el.tagName);
430
- var parentEl = (el.parentNode && (el.parentNode !== document)) ? el.parentNode : document.body;
431
- parentEl.appendChild(tempEl);
432
- tempEl.style.position = 'absolute';
433
- tempEl.style.width = baseline + unit;
434
- var factor = baseline / tempEl.offsetWidth;
435
- parentEl.removeChild(tempEl);
436
- var convertedUnit = factor * parseFloat(value);
437
- cache.CSS[value + unit] = convertedUnit;
438
- return convertedUnit;
439
- }
440
-
441
- function getCSSValue(el, prop, unit) {
442
- if (prop in el.style) {
443
- var uppercasePropName = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
444
- var value = el.style[prop] || getComputedStyle(el).getPropertyValue(uppercasePropName) || '0';
445
- return unit ? convertPxToUnit(el, value, unit) : value;
446
- }
447
- }
448
-
449
- function getAnimationType(el, prop) {
450
- if (is.dom(el) && !is.inp(el) && (!is.nil(getAttribute(el, prop)) || (is.svg(el) && el[prop]))) { return 'attribute'; }
451
- if (is.dom(el) && arrayContains(validTransforms, prop)) { return 'transform'; }
452
- if (is.dom(el) && (prop !== 'transform' && getCSSValue(el, prop))) { return 'css'; }
453
- if (el[prop] != null) { return 'object'; }
454
- }
455
-
456
- function getElementTransforms(el) {
457
- if (!is.dom(el)) { return; }
458
- var str = el.style.transform || '';
459
- var reg = /(\w+)\(([^)]*)\)/g;
460
- var transforms = new Map();
461
- var m; while (m = reg.exec(str)) { transforms.set(m[1], m[2]); }
462
- return transforms;
463
- }
464
-
465
- function getTransformValue(el, propName, animatable, unit) {
466
- var defaultVal = stringContains(propName, 'scale') ? 1 : 0 + getTransformUnit(propName);
467
- var value = getElementTransforms(el).get(propName) || defaultVal;
468
- if (animatable) {
469
- animatable.transforms.list.set(propName, value);
470
- animatable.transforms['last'] = propName;
471
- }
472
- return unit ? convertPxToUnit(el, value, unit) : value;
473
- }
474
-
475
- function getOriginalTargetValue(target, propName, unit, animatable) {
476
- switch (getAnimationType(target, propName)) {
477
- case 'transform': return getTransformValue(target, propName, animatable, unit);
478
- case 'css': return getCSSValue(target, propName, unit);
479
- case 'attribute': return getAttribute(target, propName);
480
- default: return target[propName] || 0;
481
- }
482
- }
483
-
484
- function getRelativeValue(to, from) {
485
- var operator = /^(\*=|\+=|-=)/.exec(to);
486
- if (!operator) { return to; }
487
- var u = getUnit(to) || 0;
488
- var x = parseFloat(from);
489
- var y = parseFloat(to.replace(operator[0], ''));
490
- switch (operator[0][0]) {
491
- case '+': return x + y + u;
492
- case '-': return x - y + u;
493
- case '*': return x * y + u;
494
- }
495
- }
496
-
497
- function validateValue(val, unit) {
498
- if (is.col(val)) { return colorToRgb(val); }
499
- if (/\s/g.test(val)) { return val; }
500
- var originalUnit = getUnit(val);
501
- var unitLess = originalUnit ? val.substr(0, val.length - originalUnit.length) : val;
502
- if (unit) { return unitLess + unit; }
503
- return unitLess;
504
- }
505
-
506
- // getTotalLength() equivalent for circle, rect, polyline, polygon and line shapes
507
- // adapted from https://gist.github.com/SebLambla/3e0550c496c236709744
508
-
509
- function getDistance(p1, p2) {
510
- return Math.sqrt(Math.pow(p2.x - p1.x, 2) + Math.pow(p2.y - p1.y, 2));
511
- }
512
-
513
- function getCircleLength(el) {
514
- return Math.PI * 2 * getAttribute(el, 'r');
515
- }
516
-
517
- function getRectLength(el) {
518
- return (getAttribute(el, 'width') * 2) + (getAttribute(el, 'height') * 2);
519
- }
520
-
521
- function getLineLength(el) {
522
- return getDistance(
523
- {x: getAttribute(el, 'x1'), y: getAttribute(el, 'y1')},
524
- {x: getAttribute(el, 'x2'), y: getAttribute(el, 'y2')}
525
- );
526
- }
527
-
528
- function getPolylineLength(el) {
529
- var points = el.points;
530
- var totalLength = 0;
531
- var previousPos;
532
- for (var i = 0 ; i < points.numberOfItems; i++) {
533
- var currentPos = points.getItem(i);
534
- if (i > 0) { totalLength += getDistance(previousPos, currentPos); }
535
- previousPos = currentPos;
536
- }
537
- return totalLength;
538
- }
539
-
540
- function getPolygonLength(el) {
541
- var points = el.points;
542
- return getPolylineLength(el) + getDistance(points.getItem(points.numberOfItems - 1), points.getItem(0));
543
- }
544
-
545
- // Path animation
546
-
547
- function getTotalLength(el) {
548
- if (el.getTotalLength) { return el.getTotalLength(); }
549
- switch(el.tagName.toLowerCase()) {
550
- case 'circle': return getCircleLength(el);
551
- case 'rect': return getRectLength(el);
552
- case 'line': return getLineLength(el);
553
- case 'polyline': return getPolylineLength(el);
554
- case 'polygon': return getPolygonLength(el);
555
- }
556
- }
557
-
558
- function setDashoffset(el) {
559
- var pathLength = getTotalLength(el);
560
- el.setAttribute('stroke-dasharray', pathLength);
561
- return pathLength;
562
- }
563
-
564
- // Motion path
565
-
566
- function getParentSvgEl(el) {
567
- var parentEl = el.parentNode;
568
- while (is.svg(parentEl)) {
569
- if (!is.svg(parentEl.parentNode)) { break; }
570
- parentEl = parentEl.parentNode;
571
- }
572
- return parentEl;
573
- }
574
-
575
- function getParentSvg(pathEl, svgData) {
576
- var svg = svgData || {};
577
- var parentSvgEl = svg.el || getParentSvgEl(pathEl);
578
- var rect = parentSvgEl.getBoundingClientRect();
579
- var viewBoxAttr = getAttribute(parentSvgEl, 'viewBox');
580
- var width = rect.width;
581
- var height = rect.height;
582
- var viewBox = svg.viewBox || (viewBoxAttr ? viewBoxAttr.split(' ') : [0, 0, width, height]);
583
- return {
584
- el: parentSvgEl,
585
- viewBox: viewBox,
586
- x: viewBox[0] / 1,
587
- y: viewBox[1] / 1,
588
- w: width,
589
- h: height,
590
- vW: viewBox[2],
591
- vH: viewBox[3]
592
- }
593
- }
594
-
595
- function getPath(path, percent) {
596
- var pathEl = is.str(path) ? selectString(path)[0] : path;
597
- var p = percent || 100;
598
- return function(property) {
599
- return {
600
- property: property,
601
- el: pathEl,
602
- svg: getParentSvg(pathEl),
603
- totalLength: getTotalLength(pathEl) * (p / 100)
604
- }
605
- }
606
- }
607
-
608
- function getPathProgress(path, progress, isPathTargetInsideSVG) {
609
- function point(offset) {
610
- if ( offset === void 0 ) offset = 0;
611
-
612
- var l = progress + offset >= 1 ? progress + offset : 0;
613
- return path.el.getPointAtLength(l);
614
- }
615
- var svg = getParentSvg(path.el, path.svg);
616
- var p = point();
617
- var p0 = point(-1);
618
- var p1 = point(+1);
619
- var scaleX = isPathTargetInsideSVG ? 1 : svg.w / svg.vW;
620
- var scaleY = isPathTargetInsideSVG ? 1 : svg.h / svg.vH;
621
- switch (path.property) {
622
- case 'x': return (p.x - svg.x) * scaleX;
623
- case 'y': return (p.y - svg.y) * scaleY;
624
- case 'angle': return Math.atan2(p1.y - p0.y, p1.x - p0.x) * 180 / Math.PI;
625
- }
626
- }
627
-
628
- // Decompose value
629
-
630
- function decomposeValue(val, unit) {
631
- // const rgx = /-?\d*\.?\d+/g; // handles basic numbers
632
- // const rgx = /[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g; // handles exponents notation
633
- var rgx = /[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g; // handles exponents notation
634
- var value = validateValue((is.pth(val) ? val.totalLength : val), unit) + '';
635
- return {
636
- original: value,
637
- numbers: value.match(rgx) ? value.match(rgx).map(Number) : [0],
638
- strings: (is.str(val) || unit) ? value.split(rgx) : []
639
- }
640
- }
641
-
642
- // Animatables
643
-
644
- function parseTargets(targets) {
645
- var targetsArray = targets ? (flattenArray(is.arr(targets) ? targets.map(toArray) : toArray(targets))) : [];
646
- return filterArray(targetsArray, function (item, pos, self) { return self.indexOf(item) === pos; });
647
- }
648
-
649
- function getAnimatables(targets) {
650
- var parsed = parseTargets(targets);
651
- return parsed.map(function (t, i) {
652
- return {target: t, id: i, total: parsed.length, transforms: { list: getElementTransforms(t) } };
653
- });
654
- }
655
-
656
- // Properties
657
-
658
- function normalizePropertyTweens(prop, tweenSettings) {
659
- var settings = cloneObject(tweenSettings);
660
- // Override duration if easing is a spring
661
- if (/^spring/.test(settings.easing)) { settings.duration = spring(settings.easing); }
662
- if (is.arr(prop)) {
663
- var l = prop.length;
664
- var isFromTo = (l === 2 && !is.obj(prop[0]));
665
- if (!isFromTo) {
666
- // Duration divided by the number of tweens
667
- if (!is.fnc(tweenSettings.duration)) { settings.duration = tweenSettings.duration / l; }
668
- } else {
669
- // Transform [from, to] values shorthand to a valid tween value
670
- prop = {value: prop};
671
- }
672
- }
673
- var propArray = is.arr(prop) ? prop : [prop];
674
- return propArray.map(function (v, i) {
675
- var obj = (is.obj(v) && !is.pth(v)) ? v : {value: v};
676
- // Default delay value should only be applied to the first tween
677
- if (is.und(obj.delay)) { obj.delay = !i ? tweenSettings.delay : 0; }
678
- // Default endDelay value should only be applied to the last tween
679
- if (is.und(obj.endDelay)) { obj.endDelay = i === propArray.length - 1 ? tweenSettings.endDelay : 0; }
680
- return obj;
681
- }).map(function (k) { return mergeObjects(k, settings); });
682
- }
683
-
684
-
685
- function flattenKeyframes(keyframes) {
686
- var propertyNames = filterArray(flattenArray(keyframes.map(function (key) { return Object.keys(key); })), function (p) { return is.key(p); })
687
- .reduce(function (a,b) { if (a.indexOf(b) < 0) { a.push(b); } return a; }, []);
688
- var properties = {};
689
- var loop = function ( i ) {
690
- var propName = propertyNames[i];
691
- properties[propName] = keyframes.map(function (key) {
692
- var newKey = {};
693
- for (var p in key) {
694
- if (is.key(p)) {
695
- if (p == propName) { newKey.value = key[p]; }
696
- } else {
697
- newKey[p] = key[p];
698
- }
699
- }
700
- return newKey;
701
- });
702
- };
703
-
704
- for (var i = 0; i < propertyNames.length; i++) loop( i );
705
- return properties;
706
- }
707
-
708
- function getProperties(tweenSettings, params) {
709
- var properties = [];
710
- var keyframes = params.keyframes;
711
- if (keyframes) { params = mergeObjects(flattenKeyframes(keyframes), params); }
712
- for (var p in params) {
713
- if (is.key(p)) {
714
- properties.push({
715
- name: p,
716
- tweens: normalizePropertyTweens(params[p], tweenSettings)
717
- });
718
- }
719
- }
720
- return properties;
721
- }
722
-
723
- // Tweens
724
-
725
- function normalizeTweenValues(tween, animatable) {
726
- var t = {};
727
- for (var p in tween) {
728
- var value = getFunctionValue(tween[p], animatable);
729
- if (is.arr(value)) {
730
- value = value.map(function (v) { return getFunctionValue(v, animatable); });
731
- if (value.length === 1) { value = value[0]; }
732
- }
733
- t[p] = value;
734
- }
735
- t.duration = parseFloat(t.duration);
736
- t.delay = parseFloat(t.delay);
737
- return t;
738
- }
739
-
740
- function normalizeTweens(prop, animatable) {
741
- var previousTween;
742
- return prop.tweens.map(function (t) {
743
- var tween = normalizeTweenValues(t, animatable);
744
- var tweenValue = tween.value;
745
- var to = is.arr(tweenValue) ? tweenValue[1] : tweenValue;
746
- var toUnit = getUnit(to);
747
- var originalValue = getOriginalTargetValue(animatable.target, prop.name, toUnit, animatable);
748
- var previousValue = previousTween ? previousTween.to.original : originalValue;
749
- var from = is.arr(tweenValue) ? tweenValue[0] : previousValue;
750
- var fromUnit = getUnit(from) || getUnit(originalValue);
751
- var unit = toUnit || fromUnit;
752
- if (is.und(to)) { to = previousValue; }
753
- tween.from = decomposeValue(from, unit);
754
- tween.to = decomposeValue(getRelativeValue(to, from), unit);
755
- tween.start = previousTween ? previousTween.end : 0;
756
- tween.end = tween.start + tween.delay + tween.duration + tween.endDelay;
757
- tween.easing = parseEasings(tween.easing, tween.duration);
758
- tween.isPath = is.pth(tweenValue);
759
- tween.isPathTargetInsideSVG = tween.isPath && is.svg(animatable.target);
760
- tween.isColor = is.col(tween.from.original);
761
- if (tween.isColor) { tween.round = 1; }
762
- previousTween = tween;
763
- return tween;
764
- });
765
- }
766
-
767
- // Tween progress
768
-
769
- var setProgressValue = {
770
- css: function (t, p, v) { return t.style[p] = v; },
771
- attribute: function (t, p, v) { return t.setAttribute(p, v); },
772
- object: function (t, p, v) { return t[p] = v; },
773
- transform: function (t, p, v, transforms, manual) {
774
- transforms.list.set(p, v);
775
- if (p === transforms.last || manual) {
776
- var str = '';
777
- transforms.list.forEach(function (value, prop) { str += prop + "(" + value + ") "; });
778
- t.style.transform = str;
779
- }
780
- }
781
- };
782
-
783
- // Set Value helper
784
-
785
- function setTargetsValue(targets, properties) {
786
- var animatables = getAnimatables(targets);
787
- animatables.forEach(function (animatable) {
788
- for (var property in properties) {
789
- var value = getFunctionValue(properties[property], animatable);
790
- var target = animatable.target;
791
- var valueUnit = getUnit(value);
792
- var originalValue = getOriginalTargetValue(target, property, valueUnit, animatable);
793
- var unit = valueUnit || getUnit(originalValue);
794
- var to = getRelativeValue(validateValue(value, unit), originalValue);
795
- var animType = getAnimationType(target, property);
796
- setProgressValue[animType](target, property, to, animatable.transforms, true);
797
- }
798
- });
799
- }
800
-
801
- // Animations
802
-
803
- function createAnimation(animatable, prop) {
804
- var animType = getAnimationType(animatable.target, prop.name);
805
- if (animType) {
806
- var tweens = normalizeTweens(prop, animatable);
807
- var lastTween = tweens[tweens.length - 1];
808
- return {
809
- type: animType,
810
- property: prop.name,
811
- animatable: animatable,
812
- tweens: tweens,
813
- duration: lastTween.end,
814
- delay: tweens[0].delay,
815
- endDelay: lastTween.endDelay
816
- }
817
- }
818
- }
819
-
820
- function getAnimations(animatables, properties) {
821
- return filterArray(flattenArray(animatables.map(function (animatable) {
822
- return properties.map(function (prop) {
823
- return createAnimation(animatable, prop);
824
- });
825
- })), function (a) { return !is.und(a); });
826
- }
827
-
828
- // Create Instance
829
-
830
- function getInstanceTimings(animations, tweenSettings) {
831
- var animLength = animations.length;
832
- var getTlOffset = function (anim) { return anim.timelineOffset ? anim.timelineOffset : 0; };
833
- var timings = {};
834
- timings.duration = animLength ? Math.max.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.duration; })) : tweenSettings.duration;
835
- timings.delay = animLength ? Math.min.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.delay; })) : tweenSettings.delay;
836
- timings.endDelay = animLength ? timings.duration - Math.max.apply(Math, animations.map(function (anim) { return getTlOffset(anim) + anim.duration - anim.endDelay; })) : tweenSettings.endDelay;
837
- return timings;
838
- }
839
-
840
- var instanceID = 0;
841
-
842
- function createNewInstance(params) {
843
- var instanceSettings = replaceObjectProps(defaultInstanceSettings, params);
844
- var tweenSettings = replaceObjectProps(defaultTweenSettings, params);
845
- var properties = getProperties(tweenSettings, params);
846
- var animatables = getAnimatables(params.targets);
847
- var animations = getAnimations(animatables, properties);
848
- var timings = getInstanceTimings(animations, tweenSettings);
849
- var id = instanceID;
850
- instanceID++;
851
- return mergeObjects(instanceSettings, {
852
- id: id,
853
- children: [],
854
- animatables: animatables,
855
- animations: animations,
856
- duration: timings.duration,
857
- delay: timings.delay,
858
- endDelay: timings.endDelay
859
- });
860
- }
861
-
862
- // Core
863
-
864
- var activeInstances = [];
865
-
866
- var engine = (function () {
867
- var raf;
868
-
869
- function play() {
870
- if (!raf && (!isDocumentHidden() || !anime.suspendWhenDocumentHidden) && activeInstances.length > 0) {
871
- raf = requestAnimationFrame(step);
872
- }
873
- }
874
- function step(t) {
875
- // memo on algorithm issue:
876
- // dangerous iteration over mutable `activeInstances`
877
- // (that collection may be updated from within callbacks of `tick`-ed animation instances)
878
- var activeInstancesLength = activeInstances.length;
879
- var i = 0;
880
- while (i < activeInstancesLength) {
881
- var activeInstance = activeInstances[i];
882
- if (!activeInstance.paused) {
883
- activeInstance.tick(t);
884
- i++;
885
- } else {
886
- activeInstances.splice(i, 1);
887
- activeInstancesLength--;
888
- }
889
- }
890
- raf = i > 0 ? requestAnimationFrame(step) : undefined;
891
- }
892
-
893
- function handleVisibilityChange() {
894
- if (!anime.suspendWhenDocumentHidden) { return; }
895
-
896
- if (isDocumentHidden()) {
897
- // suspend ticks
898
- raf = cancelAnimationFrame(raf);
899
- } else { // is back to active tab
900
- // first adjust animations to consider the time that ticks were suspended
901
- activeInstances.forEach(
902
- function (instance) { return instance ._onDocumentVisibility(); }
903
- );
904
- engine();
905
- }
906
- }
907
- if (typeof document !== 'undefined') {
908
- document.addEventListener('visibilitychange', handleVisibilityChange);
909
- }
910
-
911
- return play;
912
- })();
913
-
914
- function isDocumentHidden() {
915
- return !!document && document.hidden;
916
- }
917
-
918
- // Public Instance
919
-
920
- function anime(params) {
921
- if ( params === void 0 ) params = {};
922
-
923
-
924
- var startTime = 0, lastTime = 0, now = 0;
925
- var children, childrenLength = 0;
926
- var resolve = null;
927
-
928
- function makePromise(instance) {
929
- var promise = window.Promise && new Promise(function (_resolve) { return resolve = _resolve; });
930
- instance.finished = promise;
931
- return promise;
932
- }
933
-
934
- var instance = createNewInstance(params);
935
- makePromise(instance);
936
-
937
- function toggleInstanceDirection() {
938
- var direction = instance.direction;
939
- if (direction !== 'alternate') {
940
- instance.direction = direction !== 'normal' ? 'normal' : 'reverse';
941
- }
942
- instance.reversed = !instance.reversed;
943
- children.forEach(function (child) { return child.reversed = instance.reversed; });
944
- }
945
-
946
- function adjustTime(time) {
947
- return instance.reversed ? instance.duration - time : time;
948
- }
949
-
950
- function resetTime() {
951
- startTime = 0;
952
- lastTime = adjustTime(instance.currentTime) * (1 / anime.speed);
953
- }
954
-
955
- function seekChild(time, child) {
956
- if (child) { child.seek(time - child.timelineOffset); }
957
- }
958
-
959
- function syncInstanceChildren(time) {
960
- if (!instance.reversePlayback) {
961
- for (var i = 0; i < childrenLength; i++) { seekChild(time, children[i]); }
962
- } else {
963
- for (var i$1 = childrenLength; i$1--;) { seekChild(time, children[i$1]); }
964
- }
965
- }
966
-
967
- function setAnimationsProgress(insTime) {
968
- var i = 0;
969
- var animations = instance.animations;
970
- var animationsLength = animations.length;
971
- while (i < animationsLength) {
972
- var anim = animations[i];
973
- var animatable = anim.animatable;
974
- var tweens = anim.tweens;
975
- var tweenLength = tweens.length - 1;
976
- var tween = tweens[tweenLength];
977
- // Only check for keyframes if there is more than one tween
978
- if (tweenLength) { tween = filterArray(tweens, function (t) { return (insTime < t.end); })[0] || tween; }
979
- var elapsed = minMax(insTime - tween.start - tween.delay, 0, tween.duration) / tween.duration;
980
- var eased = isNaN(elapsed) ? 1 : tween.easing(elapsed);
981
- var strings = tween.to.strings;
982
- var round = tween.round;
983
- var numbers = [];
984
- var toNumbersLength = tween.to.numbers.length;
985
- var progress = (void 0);
986
- for (var n = 0; n < toNumbersLength; n++) {
987
- var value = (void 0);
988
- var toNumber = tween.to.numbers[n];
989
- var fromNumber = tween.from.numbers[n] || 0;
990
- if (!tween.isPath) {
991
- value = fromNumber + (eased * (toNumber - fromNumber));
992
- } else {
993
- value = getPathProgress(tween.value, eased * toNumber, tween.isPathTargetInsideSVG);
994
- }
995
- if (round) {
996
- if (!(tween.isColor && n > 2)) {
997
- value = Math.round(value * round) / round;
998
- }
999
- }
1000
- numbers.push(value);
1001
- }
1002
- // Manual Array.reduce for better performances
1003
- var stringsLength = strings.length;
1004
- if (!stringsLength) {
1005
- progress = numbers[0];
1006
- } else {
1007
- progress = strings[0];
1008
- for (var s = 0; s < stringsLength; s++) {
1009
- var b = strings[s + 1];
1010
- var n$1 = numbers[s];
1011
- if (!isNaN(n$1)) {
1012
- if (!b) {
1013
- progress += n$1 + ' ';
1014
- } else {
1015
- progress += n$1 + b;
1016
- }
1017
- }
1018
- }
1019
- }
1020
- setProgressValue[anim.type](animatable.target, anim.property, progress, animatable.transforms);
1021
- anim.currentValue = progress;
1022
- i++;
1023
- }
1024
- }
1025
-
1026
- function setCallback(cb) {
1027
- if (instance[cb] && !instance.passThrough) { instance[cb](instance); }
1028
- }
1029
-
1030
- function countIteration() {
1031
- if (instance.remaining && instance.remaining !== true) {
1032
- instance.remaining--;
1033
- }
1034
- }
1035
-
1036
- function setInstanceProgress(engineTime) {
1037
- var insDuration = instance.duration;
1038
- var insDelay = instance.delay;
1039
- var insEndDelay = insDuration - instance.endDelay;
1040
- var insTime = adjustTime(engineTime);
1041
- instance.progress = minMax((insTime / insDuration) * 100, 0, 100);
1042
- instance.reversePlayback = insTime < instance.currentTime;
1043
- if (children) { syncInstanceChildren(insTime); }
1044
- if (!instance.began && instance.currentTime > 0) {
1045
- instance.began = true;
1046
- setCallback('begin');
1047
- }
1048
- if (!instance.loopBegan && instance.currentTime > 0) {
1049
- instance.loopBegan = true;
1050
- setCallback('loopBegin');
1051
- }
1052
- if (insTime <= insDelay && instance.currentTime !== 0) {
1053
- setAnimationsProgress(0);
1054
- }
1055
- if ((insTime >= insEndDelay && instance.currentTime !== insDuration) || !insDuration) {
1056
- setAnimationsProgress(insDuration);
1057
- }
1058
- if (insTime > insDelay && insTime < insEndDelay) {
1059
- if (!instance.changeBegan) {
1060
- instance.changeBegan = true;
1061
- instance.changeCompleted = false;
1062
- setCallback('changeBegin');
1063
- }
1064
- setCallback('change');
1065
- setAnimationsProgress(insTime);
1066
- } else {
1067
- if (instance.changeBegan) {
1068
- instance.changeCompleted = true;
1069
- instance.changeBegan = false;
1070
- setCallback('changeComplete');
1071
- }
1072
- }
1073
- instance.currentTime = minMax(insTime, 0, insDuration);
1074
- if (instance.began) { setCallback('update'); }
1075
- if (engineTime >= insDuration) {
1076
- lastTime = 0;
1077
- countIteration();
1078
- if (!instance.remaining) {
1079
- instance.paused = true;
1080
- if (!instance.completed) {
1081
- instance.completed = true;
1082
- setCallback('loopComplete');
1083
- setCallback('complete');
1084
- if (!instance.passThrough && 'Promise' in window) {
1085
- resolve();
1086
- makePromise(instance);
1087
- }
1088
- }
1089
- } else {
1090
- startTime = now;
1091
- setCallback('loopComplete');
1092
- instance.loopBegan = false;
1093
- if (instance.direction === 'alternate') {
1094
- toggleInstanceDirection();
1095
- }
1096
- }
1097
- }
1098
- }
1099
-
1100
- instance.reset = function() {
1101
- var direction = instance.direction;
1102
- instance.passThrough = false;
1103
- instance.currentTime = 0;
1104
- instance.progress = 0;
1105
- instance.paused = true;
1106
- instance.began = false;
1107
- instance.loopBegan = false;
1108
- instance.changeBegan = false;
1109
- instance.completed = false;
1110
- instance.changeCompleted = false;
1111
- instance.reversePlayback = false;
1112
- instance.reversed = direction === 'reverse';
1113
- instance.remaining = instance.loop;
1114
- children = instance.children;
1115
- childrenLength = children.length;
1116
- for (var i = childrenLength; i--;) { instance.children[i].reset(); }
1117
- if (instance.reversed && instance.loop !== true || (direction === 'alternate' && instance.loop === 1)) { instance.remaining++; }
1118
- setAnimationsProgress(instance.reversed ? instance.duration : 0);
1119
- };
1120
-
1121
- // internal method (for engine) to adjust animation timings before restoring engine ticks (rAF)
1122
- instance._onDocumentVisibility = resetTime;
1123
-
1124
- // Set Value helper
1125
-
1126
- instance.set = function(targets, properties) {
1127
- setTargetsValue(targets, properties);
1128
- return instance;
1129
- };
1130
-
1131
- instance.tick = function(t) {
1132
- now = t;
1133
- if (!startTime) { startTime = now; }
1134
- setInstanceProgress((now + (lastTime - startTime)) * anime.speed);
1135
- };
1136
-
1137
- instance.seek = function(time) {
1138
- setInstanceProgress(adjustTime(time));
1139
- };
1140
-
1141
- instance.pause = function() {
1142
- instance.paused = true;
1143
- resetTime();
1144
- };
1145
-
1146
- instance.play = function() {
1147
- if (!instance.paused) { return; }
1148
- if (instance.completed) { instance.reset(); }
1149
- instance.paused = false;
1150
- activeInstances.push(instance);
1151
- resetTime();
1152
- engine();
1153
- };
1154
-
1155
- instance.reverse = function() {
1156
- toggleInstanceDirection();
1157
- instance.completed = instance.reversed ? false : true;
1158
- resetTime();
1159
- };
1160
-
1161
- instance.restart = function() {
1162
- instance.reset();
1163
- instance.play();
1164
- };
1165
-
1166
- instance.remove = function(targets) {
1167
- var targetsArray = parseTargets(targets);
1168
- removeTargetsFromInstance(targetsArray, instance);
1169
- };
1170
-
1171
- instance.reset();
1172
-
1173
- if (instance.autoplay) { instance.play(); }
1174
-
1175
- return instance;
1176
-
1177
- }
1178
-
1179
- // Remove targets from animation
1180
-
1181
- function removeTargetsFromAnimations(targetsArray, animations) {
1182
- for (var a = animations.length; a--;) {
1183
- if (arrayContains(targetsArray, animations[a].animatable.target)) {
1184
- animations.splice(a, 1);
1185
- }
1186
- }
1187
- }
1188
-
1189
- function removeTargetsFromInstance(targetsArray, instance) {
1190
- var animations = instance.animations;
1191
- var children = instance.children;
1192
- removeTargetsFromAnimations(targetsArray, animations);
1193
- for (var c = children.length; c--;) {
1194
- var child = children[c];
1195
- var childAnimations = child.animations;
1196
- removeTargetsFromAnimations(targetsArray, childAnimations);
1197
- if (!childAnimations.length && !child.children.length) { children.splice(c, 1); }
1198
- }
1199
- if (!animations.length && !children.length) { instance.pause(); }
1200
- }
1201
-
1202
- function removeTargetsFromActiveInstances(targets) {
1203
- var targetsArray = parseTargets(targets);
1204
- for (var i = activeInstances.length; i--;) {
1205
- var instance = activeInstances[i];
1206
- removeTargetsFromInstance(targetsArray, instance);
1207
- }
1208
- }
1209
-
1210
- // Stagger helpers
1211
-
1212
- function stagger(val, params) {
1213
- if ( params === void 0 ) params = {};
1214
-
1215
- var direction = params.direction || 'normal';
1216
- var easing = params.easing ? parseEasings(params.easing) : null;
1217
- var grid = params.grid;
1218
- var axis = params.axis;
1219
- var fromIndex = params.from || 0;
1220
- var fromFirst = fromIndex === 'first';
1221
- var fromCenter = fromIndex === 'center';
1222
- var fromLast = fromIndex === 'last';
1223
- var isRange = is.arr(val);
1224
- var val1 = isRange ? parseFloat(val[0]) : parseFloat(val);
1225
- var val2 = isRange ? parseFloat(val[1]) : 0;
1226
- var unit = getUnit(isRange ? val[1] : val) || 0;
1227
- var start = params.start || 0 + (isRange ? val1 : 0);
1228
- var values = [];
1229
- var maxValue = 0;
1230
- return function (el, i, t) {
1231
- if (fromFirst) { fromIndex = 0; }
1232
- if (fromCenter) { fromIndex = (t - 1) / 2; }
1233
- if (fromLast) { fromIndex = t - 1; }
1234
- if (!values.length) {
1235
- for (var index = 0; index < t; index++) {
1236
- if (!grid) {
1237
- values.push(Math.abs(fromIndex - index));
1238
- } else {
1239
- var fromX = !fromCenter ? fromIndex%grid[0] : (grid[0]-1)/2;
1240
- var fromY = !fromCenter ? Math.floor(fromIndex/grid[0]) : (grid[1]-1)/2;
1241
- var toX = index%grid[0];
1242
- var toY = Math.floor(index/grid[0]);
1243
- var distanceX = fromX - toX;
1244
- var distanceY = fromY - toY;
1245
- var value = Math.sqrt(distanceX * distanceX + distanceY * distanceY);
1246
- if (axis === 'x') { value = -distanceX; }
1247
- if (axis === 'y') { value = -distanceY; }
1248
- values.push(value);
1249
- }
1250
- maxValue = Math.max.apply(Math, values);
1251
- }
1252
- if (easing) { values = values.map(function (val) { return easing(val / maxValue) * maxValue; }); }
1253
- if (direction === 'reverse') { values = values.map(function (val) { return axis ? (val < 0) ? val * -1 : -val : Math.abs(maxValue - val); }); }
1254
- }
1255
- var spacing = isRange ? (val2 - val1) / maxValue : val1;
1256
- return start + (spacing * (Math.round(values[i] * 100) / 100)) + unit;
1257
- }
1258
- }
1259
-
1260
- // Timeline
1261
-
1262
- function timeline(params) {
1263
- if ( params === void 0 ) params = {};
1264
-
1265
- var tl = anime(params);
1266
- tl.duration = 0;
1267
- tl.add = function(instanceParams, timelineOffset) {
1268
- var tlIndex = activeInstances.indexOf(tl);
1269
- var children = tl.children;
1270
- if (tlIndex > -1) { activeInstances.splice(tlIndex, 1); }
1271
- function passThrough(ins) { ins.passThrough = true; }
1272
- for (var i = 0; i < children.length; i++) { passThrough(children[i]); }
1273
- var insParams = mergeObjects(instanceParams, replaceObjectProps(defaultTweenSettings, params));
1274
- insParams.targets = insParams.targets || params.targets;
1275
- var tlDuration = tl.duration;
1276
- insParams.autoplay = false;
1277
- insParams.direction = tl.direction;
1278
- insParams.timelineOffset = is.und(timelineOffset) ? tlDuration : getRelativeValue(timelineOffset, tlDuration);
1279
- passThrough(tl);
1280
- tl.seek(insParams.timelineOffset);
1281
- var ins = anime(insParams);
1282
- passThrough(ins);
1283
- children.push(ins);
1284
- var timings = getInstanceTimings(children, params);
1285
- tl.delay = timings.delay;
1286
- tl.endDelay = timings.endDelay;
1287
- tl.duration = timings.duration;
1288
- tl.seek(0);
1289
- tl.reset();
1290
- if (tl.autoplay) { tl.play(); }
1291
- return tl;
1292
- };
1293
- return tl;
1294
- }
1295
-
1296
- anime.version = '3.2.1';
1297
- anime.speed = 1;
1298
- // TODO:#review: naming, documentation
1299
- anime.suspendWhenDocumentHidden = true;
1300
- anime.running = activeInstances;
1301
- anime.remove = removeTargetsFromActiveInstances;
1302
- anime.get = getOriginalTargetValue;
1303
- anime.set = setTargetsValue;
1304
- anime.convertPx = convertPxToUnit;
1305
- anime.path = getPath;
1306
- anime.setDashoffset = setDashoffset;
1307
- anime.stagger = stagger;
1308
- anime.timeline = timeline;
1309
- anime.easing = parseEasings;
1310
- anime.penner = penner;
1311
- anime.random = function (min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; };
1312
-
1313
- const expandableCss = ":host{display:block}:host(.dso-hide){display:none}:host(:not(.dso-animate-ready)){position:absolute;visibility:hidden}:host([open]){position:inherit;visibility:inherit}:host(:not([is-open])){overflow-y:hidden}*,*::after,*::before{box-sizing:border-box}";
4
+ const expandableCss = ":host([enable-animation]){display:grid;grid-template-rows:0fr;transition:grid-template-rows 260ms cubic-bezier(0.4, 0, 0.2, 1)}:host([enable-animation]) .slot-container{overflow:hidden}:host(:not([enable-animation])){display:none}:host([open][enable-animation]){grid-template-rows:1fr}:host([open]:not([enable-animation])){display:block}*,*::after,*::before{box-sizing:border-box}";
1314
5
 
1315
6
  const Expandable = /*@__PURE__*/ proxyCustomElement(class Expandable extends HTMLElement {
1316
7
  constructor() {
@@ -1322,140 +13,51 @@ const Expandable = /*@__PURE__*/ proxyCustomElement(class Expandable extends HTM
1322
13
  this.open = undefined;
1323
14
  this.enableAnimation = false;
1324
15
  this.minimumHeight = undefined;
1325
- this.animationReady = false;
1326
- this.isOpen = this.open;
16
+ this.isClosed = true;
1327
17
  }
1328
18
  toggleOpen() {
1329
- if (this.enableAnimation) {
1330
- this.activateAnimation();
1331
- }
1332
- }
1333
- toggleEnableAnimation(enableAnimation) {
1334
- var _a;
1335
- if (enableAnimation) {
1336
- this.prepareAnimationResizeObserver();
1337
- this.activateObserver();
1338
- }
1339
- else {
1340
- (_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
1341
- delete this.animeInstance;
1342
- this.host.removeAttribute("style");
19
+ if (!this.enableAnimation) {
20
+ this.isClosed = !this.open;
21
+ }
22
+ }
23
+ /**
24
+ * Listens to the transitionstart event
25
+ */
26
+ transitionstartHandler(e) {
27
+ if (e.propertyName === "grid-template-rows") {
28
+ this.dsoExpandableAnimationStart.emit({
29
+ currentOpen: !!this.open,
30
+ nextOpen: !this.open,
31
+ });
1343
32
  }
1344
33
  }
1345
- componentDidLoad() {
1346
- if (this.enableAnimation) {
1347
- this.prepareAnimationResizeObserver();
34
+ /**
35
+ * Listens to the transitionend event
36
+ */
37
+ transitionendHandler(e) {
38
+ if (e.propertyName === "grid-template-rows") {
39
+ this.isClosed = !this.open;
40
+ this.dsoExpandableAnimationEnd.emit({ bodyHeight: this.bodyHeight, open: !!this.open });
1348
41
  }
1349
- this.activateObserver();
1350
- }
1351
- activateObserver() {
1352
- var _a;
1353
- (_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.observe(this.host);
1354
- }
1355
- disconnectedCallback() {
1356
- var _a;
1357
- (_a = this.resizeObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
1358
42
  }
1359
43
  render() {
1360
44
  return (h(Host, { "aria-hidden": this.open ? "false" : "true", class: clsx({
1361
- "dso-animate-ready": this.enableAnimation && this.animationReady,
1362
- "dso-hide": !this.enableAnimation && !this.open,
1363
- }), "is-open": this.isOpen }, h("slot", null)));
1364
- }
1365
- prepareAnimationResizeObserver() {
1366
- this.resizeObserver = new ResizeObserver(debounce_1(([entry]) => {
1367
- if (!entry) {
1368
- throw new Error("No entry found");
1369
- }
1370
- // entry.contentRect does not include padding, so we use getBoundingClientRect.
1371
- const height = entry.target.getBoundingClientRect().height;
1372
- if (this.bodyHeight !== height) {
1373
- this.bodyHeight = height;
1374
- }
1375
- this.instantiateAnimation();
1376
- }, 150));
1377
- }
1378
- instantiateAnimation() {
1379
- var _a;
1380
- this.animeInstance = anime({
1381
- targets: this.host,
1382
- height: (_a = this.minimumHeight) !== null && _a !== void 0 ? _a : 0,
1383
- easing: "cubicBezier(0.4, 0, 0.2, 1)",
1384
- duration: 260,
1385
- autoplay: false,
1386
- direction: "normal",
1387
- changeBegin: () => {
1388
- this.dsoExpandableAnimationStart.emit({
1389
- currentOpen: !!this.open,
1390
- nextOpen: !this.open,
1391
- });
1392
- },
1393
- begin: () => {
1394
- if (this.open) {
1395
- this.host.style.visibility = "";
1396
- this.host.style.position = "";
1397
- this.host.style.bottom = "";
1398
- }
1399
- else {
1400
- this.isOpen = false;
1401
- }
1402
- },
1403
- complete: () => {
1404
- this.host.style.height = "";
1405
- if (!this.open) {
1406
- this.host.style.visibility = "hidden";
1407
- this.host.style.position = "absolute";
1408
- this.host.style.bottom = "100%";
1409
- }
1410
- else {
1411
- this.isOpen = true;
1412
- }
1413
- },
1414
- changeComplete: () => {
1415
- this.dsoExpandableAnimationEnd.emit({ bodyHeight: this.bodyHeight, open: !!this.open });
1416
- },
1417
- });
1418
- if (!this.open) {
1419
- this.animeInstance.reverse();
1420
- this.animeInstance.play();
1421
- }
1422
- if (this.host) {
1423
- this.host.style.height = "";
1424
- }
1425
- this.animationReady = !!this.animeInstance;
1426
- }
1427
- activateAnimation() {
1428
- if (this.animeInstance) {
1429
- if (this.animeInstance.progress > 0 && this.animeInstance.progress < 100) {
1430
- this.animeInstance.reverse();
1431
- }
1432
- else {
1433
- if (this.open) {
1434
- this.animeInstance.direction = "reverse";
1435
- this.animeInstance.play();
1436
- }
1437
- else {
1438
- this.animeInstance.direction = "normal";
1439
- this.animeInstance.play();
1440
- }
1441
- }
1442
- }
45
+ "dso-animate-ready": this.enableAnimation,
46
+ "dso-hide": this.isClosed,
47
+ }) }, h("div", { class: "slot-container" }, h("slot", null))));
1443
48
  }
1444
49
  get host() { return this; }
1445
50
  static get watchers() { return {
1446
- "open": ["toggleOpen"],
1447
- "enableAnimation": ["toggleEnableAnimation"]
51
+ "open": ["toggleOpen"]
1448
52
  }; }
1449
53
  static get style() { return expandableCss; }
1450
54
  }, [1, "dso-expandable", {
1451
55
  "open": [516],
1452
56
  "enableAnimation": [516, "enable-animation"],
1453
57
  "minimumHeight": [2, "minimum-height"],
1454
- "animationReady": [32],
1455
- "isOpen": [32]
1456
- }, undefined, {
1457
- "open": ["toggleOpen"],
1458
- "enableAnimation": ["toggleEnableAnimation"]
58
+ "isClosed": [32]
59
+ }, [[0, "transitionstart", "transitionstartHandler"], [0, "transitionend", "transitionendHandler"]], {
60
+ "open": ["toggleOpen"]
1459
61
  }]);
1460
62
  function defineCustomElement() {
1461
63
  if (typeof customElements === "undefined") {