[pull] master from ledgersmb:master#15
Conversation
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
26 similar comments
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
|
The rtd-bot is activated, but no .github/config.yml found in this repository. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Remove restrictions on selenium * The intlify/unplugin-vue-i18n module isn't in yarn.lock...
…onorepo Update babel monorepo to v8 (master)
…monorepo Update eslint monorepo (master) (major)
Adjust renovate.json to exclude eslint and babel major upgrades
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…out-7.x Update actions/checkout action to v7 (master)
Migrate Renovate config
Follow-up to #9607: move 'intnotes' column from ar/ap into 'transactions.notes'.
Fix number of bound parameters in query
…iver protocol (#9672) * Enable testing using Selenium4 / WebDriver protocol * Convert xt/65-browser.t to Selenium v4 (Selenium::Client) * Work around Weasel::Session not defaulting 'find' selectors to 'xpath' * Allow more concurrent sessions
Faster menu tests (eliminates 3s wait)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…17.x Update dependency i18next-conv to v17 (master)
| domform.toQuery(this.domNode); | ||
| } | ||
| registry.byId("maindiv").load_form(url, options); | ||
| window.__lsmbSubmitForm({ url, options }); |
There was a problem hiding this comment.
'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| c++; | ||
| var qobj = domform.toQuery(this.domNode); | ||
| qobj = "action=" + this.clickedAction + "&" + qobj; | ||
| let qobj = domform.toQuery(this.domNode); |
There was a problem hiding this comment.
'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| typeof this.method === "undefined" ? "GET" : this.method; | ||
| var url = this.action; | ||
| var options = { handleAs: "text" }; | ||
| let url = |
There was a problem hiding this comment.
'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
|
|
||
| var method = | ||
| const options = { handleAs: "text" }; | ||
| const method = |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| } | ||
|
|
||
| var method = | ||
| const options = { handleAs: "text" }; |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| }, | ||
| submit: function () { | ||
| if (!this.validate()) { | ||
| const widget = registry.getEnclosingWidget(this.clickedAction); |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| if (this._collectedProps) { | ||
| return this._collectedProps; | ||
| } | ||
| let props = super._collectProps(); |
There was a problem hiding this comment.
'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| } | ||
|
|
||
| _rmAttrs() { | ||
| return [...super._rmAttrs(), "min", "max", "places"]; |
There was a problem hiding this comment.
'spread/rest operator' is only available in ES6 (use 'esversion: 6').
|
|
||
| export class LsmbNumberSpinner extends LsmbBaseInput { | ||
| _valueAttrs() { | ||
| return [...super._valueAttrs(), "min", "max", "places"]; |
There was a problem hiding this comment.
'spread/rest operator' is only available in ES6 (use 'esversion: 6').
|
|
||
| const dojoNumberSpinner = require("dijit/form/NumberSpinner"); | ||
|
|
||
| export class LsmbNumberSpinner extends LsmbBaseInput { |
There was a problem hiding this comment.
'class' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
|
|
||
| import { LsmbBaseInput } from "@/elements/lsmb-base-input"; | ||
|
|
||
| const dojoNumberSpinner = require("dijit/form/NumberSpinner"); |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
|
|
||
| export class LsmbRadioButton extends LsmbBaseInput { | ||
| _valueAttrs() { | ||
| return [...super._valueAttrs(), "checked", "topic"]; |
There was a problem hiding this comment.
'spread/rest operator' is only available in ES6 (use 'esversion: 6').
| const on = require("dojo/on"); | ||
| const topic = require("dojo/topic"); | ||
|
|
||
| export class LsmbRadioButton extends LsmbBaseInput { |
There was a problem hiding this comment.
'class' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
|
|
||
| const dojoRadioButton = require("dijit/form/RadioButton"); | ||
| const on = require("dojo/on"); | ||
| const topic = require("dojo/topic"); |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
| import { LsmbBaseInput } from "@/elements/lsmb-base-input"; | ||
|
|
||
| const dojoRadioButton = require("dijit/form/RadioButton"); | ||
| const on = require("dojo/on"); |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
|
|
||
| import { LsmbBaseInput } from "@/elements/lsmb-base-input"; | ||
|
|
||
| const dojoRadioButton = require("dijit/form/RadioButton"); |
There was a problem hiding this comment.
'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )