bootstrap-input-spinner 3.1.6 → 3.1.10
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/README.md +11 -7
- package/favicon.ico +0 -0
- package/index.html +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ A Bootstrap / jQuery plugin to create input spinner elements for number input.
|
|
|
7
7
|

|
|
8
8
|
*Examples with floating-point and german localization*
|
|
9
9
|
|
|
10
|
-
> This version is compatible with Bootstrap 5
|
|
10
|
+
> This version is compatible with **Bootstrap 5**, but we remain a Bootstrap 4 compatible version with the branch
|
|
11
11
|
> <a href="https://github.com/shaack/bootstrap-input-spinner/tree/bootstrap4-compatible">bootstrap4-compatible</a>.
|
|
12
12
|
> npm package versions 3.x are Bootstrap 5 compatible, versions 2.x Bootstrap 4 compatible.
|
|
13
13
|
|
|
@@ -288,10 +288,14 @@ For older browsers (IE 9 or so), that doesn't support `Intl`, when you get an er
|
|
|
288
288
|
**"Intl is not defined"** (See [issue #34](https://github.com/shaack/bootstrap-input-spinner/issues/34)), just use a
|
|
289
289
|
shim or polyfill like [Intl.js](https://github.com/andyearnshaw/Intl.js), and it works.
|
|
290
290
|
|
|
291
|
-
#
|
|
291
|
+
# You may want to check out my further Bootstrap and HTML extensions
|
|
292
|
+
|
|
293
|
+
- [bootstrap-input-spinner](https://shaack.com/projekte/bootstrap-input-spinner/) – Input numbers
|
|
294
|
+
- [bootstrap-show-modal](https://shaack.com/projekte/bootstrap-show-modal/) – Show dialogs, dynamically
|
|
295
|
+
- [bootstrap-show-notification](https://shaack.com/projekte/bootstrap-show-notification/) – Show notifications, dynamically
|
|
296
|
+
- [bootstrap-detect-breakpoint](https://www.npmjs.com/package/bootstrap-detect-breakpoint) – Read the curr. BS BP from JS
|
|
297
|
+
- [auto-resize-textarea](https://shaack.com/projekte/auto-resize-textarea/) – Auto resize textareas by its content
|
|
298
|
+
- [external-links-blank](https://www.npmjs.com/package/external-links-blank) – Open all external links `_blank`
|
|
299
|
+
|
|
300
|
+
|
|
292
301
|
|
|
293
|
-
If you like this component, you may want to check out our other Bootstrap and HTML extensions
|
|
294
|
-
[**bootstrap-show-modal**](https://shaack.com/en/open-source-components),
|
|
295
|
-
[**bootstrap-detect-breakpoint**](https://shaack.com/en/open-source-components),
|
|
296
|
-
[**auto-resize-textarea**](https://shaack.com/en/open-source-components) and
|
|
297
|
-
[**external-links-blank**](https://shaack.com/en/open-source-components).
|
package/favicon.ico
ADDED
|
Binary file
|
package/index.html
CHANGED
|
@@ -477,7 +477,7 @@ $inputLoop.on("input", function(event) {
|
|
|
477
477
|
</script>
|
|
478
478
|
|
|
479
479
|
<div class="card my-5 border-info">
|
|
480
|
-
<a href="https://shaack.com/
|
|
480
|
+
<a href="https://shaack.com/works">
|
|
481
481
|
<div class="card-body">
|
|
482
482
|
<h4 class="mb-2 mt-0">More Bootstrap components (from shaack.com)</h4>
|
|
483
483
|
You may want to check out our further Bootstrap extensions,
|
|
@@ -496,4 +496,4 @@ $inputLoop.on("input", function(event) {
|
|
|
496
496
|
$(".buttons-only").inputSpinner({buttonsOnly: true, autoInterval: undefined })
|
|
497
497
|
</script>
|
|
498
498
|
</body>
|
|
499
|
-
</html>
|
|
499
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bootstrap-input-spinner",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.10",
|
|
4
4
|
"description": "A Bootstrap 5 / jQuery plugin to create input spinner elements for number input.",
|
|
5
5
|
"browser": "./src/bootstrap-input-spinner.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://shaack.com/en/open-source-components",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"prismjs": "^1.
|
|
29
|
+
"prismjs": "^1.27.0",
|
|
30
30
|
"teevi": "^2.1.10"
|
|
31
31
|
}
|
|
32
32
|
}
|