uikit 3.25.14 → 3.25.15-dev.a9ac9d9
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 +6 -0
- package/build/util.js +2 -2
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +1 -1
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +1 -1
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +1 -1
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +1 -1
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +1 -1
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +1 -1
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +1 -1
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +3 -6
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +3 -6
- package/dist/js/uikit.min.js +1 -1
- package/package.json +2 -2
- package/src/js/api/options.js +1 -5
- package/tests/slider.html +30 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "uikit",
|
|
3
3
|
"title": "UIkit",
|
|
4
4
|
"description": "UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.",
|
|
5
|
-
"version": "3.25.
|
|
5
|
+
"version": "3.25.15-dev.a9ac9d9",
|
|
6
6
|
"main": "dist/js/uikit.js",
|
|
7
7
|
"style": "dist/css/uikit.css",
|
|
8
8
|
"sideEffects": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"chokidar-cli": "^3.0.0",
|
|
41
41
|
"clean-css": "^5.3.3",
|
|
42
42
|
"date-fns": "^4.1.0",
|
|
43
|
-
"esbuild": "^0.
|
|
43
|
+
"esbuild": "^0.28.0",
|
|
44
44
|
"eslint": "^10.0.0",
|
|
45
45
|
"eslint-config-prettier": "^10.1.8",
|
|
46
46
|
"execa": "^9.6.1",
|
package/src/js/api/options.js
CHANGED
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
isNumeric,
|
|
7
7
|
isString,
|
|
8
8
|
isUndefined,
|
|
9
|
-
sortBy,
|
|
10
9
|
startsWith,
|
|
11
10
|
toBoolean,
|
|
12
11
|
toNumber,
|
|
@@ -32,10 +31,7 @@ strats.args = function (parentVal, childVal) {
|
|
|
32
31
|
|
|
33
32
|
// update strategy
|
|
34
33
|
strats.update = function (parentVal, childVal) {
|
|
35
|
-
return
|
|
36
|
-
concatStrat(parentVal, isFunction(childVal) ? { read: childVal } : childVal),
|
|
37
|
-
'order',
|
|
38
|
-
);
|
|
34
|
+
return concatStrat(parentVal, isFunction(childVal) ? { read: childVal } : childVal);
|
|
39
35
|
};
|
|
40
36
|
|
|
41
37
|
// property strategy
|
package/tests/slider.html
CHANGED
|
@@ -580,6 +580,36 @@
|
|
|
580
580
|
<td>all</td>
|
|
581
581
|
<td>Slider item/items to apply the transition active class to (all|first).</td>
|
|
582
582
|
</tr>
|
|
583
|
+
<tr>
|
|
584
|
+
<td><code>parallax</code></td>
|
|
585
|
+
<td>Boolean</td>
|
|
586
|
+
<td>false</td>
|
|
587
|
+
<td>Enable parallax scrolling for the slider.</td>
|
|
588
|
+
</tr>
|
|
589
|
+
<tr>
|
|
590
|
+
<td><code>parallax-target</code></td>
|
|
591
|
+
<td>CSS selector</td>
|
|
592
|
+
<td>false</td>
|
|
593
|
+
<td>Element dimension reference for the parallax duration. Defaults to the slider items list.</td>
|
|
594
|
+
</tr>
|
|
595
|
+
<tr>
|
|
596
|
+
<td><code>parallax-start</code></td>
|
|
597
|
+
<td>Length</td>
|
|
598
|
+
<td>0</td>
|
|
599
|
+
<td>Start offset. The value can be in vh, % and px. It supports basic mathematics operands + and -. The default value of `0` means that the target's top border and viewport's bottom border intersect.</td>
|
|
600
|
+
</tr>
|
|
601
|
+
<tr>
|
|
602
|
+
<td><code>parallax-end</code></td>
|
|
603
|
+
<td>Length</td>
|
|
604
|
+
<td>0</td>
|
|
605
|
+
<td>End offset. The value can be in vh, % and px. It supports basic mathematics operands + and -. The default value of `0` means that the target's bottom border and the viewport's top border intersect.</td>
|
|
606
|
+
</tr>
|
|
607
|
+
<tr>
|
|
608
|
+
<td><code>parallax-easing</code></td>
|
|
609
|
+
<td>Number</td>
|
|
610
|
+
<td>0</td>
|
|
611
|
+
<td>Animation easing during scrolling.</td>
|
|
612
|
+
</tr>
|
|
583
613
|
<tr>
|
|
584
614
|
<td><code>pause-on-hover</code></td>
|
|
585
615
|
<td>Boolean</td>
|