@ribajs/bs4
Advanced tools
Comparing version 1.9.0-alpha.10 to 1.9.0-alpha.11
{ | ||
"name": "@ribajs/bs4", | ||
"description": "Bootstrap 4 module for Riba.js", | ||
"version": "1.9.0-alpha.10", | ||
"version": "1.9.0-alpha.11", | ||
"author": "Pascal Garber <pascal@artandcode.studio>", | ||
@@ -56,5 +56,5 @@ "contributors": [], | ||
"@babel/runtime-corejs3": "^7.11.2", | ||
"@ribajs/eslint-config": "1.9.0-alpha.10", | ||
"@ribajs/tsconfig": "1.9.0-alpha.10", | ||
"@ribajs/types": "1.8.3", | ||
"@ribajs/eslint-config": "1.9.0-alpha.11", | ||
"@ribajs/tsconfig": "1.9.0-alpha.11", | ||
"@ribajs/types": "1.9.0-alpha.11", | ||
"@types/jest": "^26.0.13", | ||
@@ -80,6 +80,6 @@ "@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"dependencies": { | ||
"@ribajs/cache": "1.9.0-alpha.10", | ||
"@ribajs/core": "1.9.0-alpha.10", | ||
"@ribajs/extras": "1.9.0-alpha.10", | ||
"@ribajs/utils": "1.9.0-alpha.10", | ||
"@ribajs/cache": "1.9.0-alpha.11", | ||
"@ribajs/core": "1.9.0-alpha.11", | ||
"@ribajs/extras": "1.9.0-alpha.11", | ||
"@ribajs/utils": "1.9.0-alpha.11", | ||
"bootstrap": "^4.5.2", | ||
@@ -86,0 +86,0 @@ "popper.js": "^1.16.1" |
@@ -195,3 +195,5 @@ import { Component, HttpService, HttpMethod, HttpDataType } from "@ribajs/core"; | ||
const data = this.getFormValues(); | ||
if (this.scope.autoSetFormData) { | ||
this.getFormValues(); | ||
} | ||
@@ -202,3 +204,3 @@ // This method is untested in the wild | ||
submitSettings.method, | ||
data, | ||
this.scope.form.fields, | ||
submitSettings.type | ||
@@ -205,0 +207,0 @@ ) |
@@ -681,3 +681,3 @@ import { TemplatesComponent } from "../templates/templates.component"; | ||
throttle(() => { | ||
console.debug("onViewChanges"); | ||
this.debug("onViewChanges"); | ||
const newBreakpoint = this.getBreakpoint(); | ||
@@ -908,3 +908,3 @@ if (newBreakpoint !== this.breakpoint) { | ||
const intervalsTimeMs = this.scope.autoplayVelocity * 10000; | ||
// console.debug('intervalsTimeMs', intervalsTimeMs); | ||
// this.debug('intervalsTimeMs', intervalsTimeMs); | ||
this.continuousAutoplayIntervalIndex = window.setInterval( | ||
@@ -1295,3 +1295,3 @@ this.onScrollend.bind(this), | ||
} else { | ||
// console.debug('Append to template!'); | ||
// this.debug('Append to template!'); | ||
// Prepend control elements if no custom control elements in template are found | ||
@@ -1298,0 +1298,0 @@ if (this.controlsElements.length <= 0) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
306344
8340
+ Added@ribajs/cache@1.9.0-alpha.11(transitive)
+ Added@ribajs/core@1.9.0-alpha.11(transitive)
+ Added@ribajs/extras@1.9.0-alpha.11(transitive)
+ Added@ribajs/utils@1.9.0-alpha.11(transitive)
- Removed@ribajs/cache@1.9.0-alpha.10(transitive)
- Removed@ribajs/core@1.9.0-alpha.10(transitive)
- Removed@ribajs/extras@1.9.0-alpha.10(transitive)
- Removed@ribajs/utils@1.9.0-alpha.10(transitive)
Updated@ribajs/cache@1.9.0-alpha.11
Updated@ribajs/core@1.9.0-alpha.11
Updated@ribajs/utils@1.9.0-alpha.11