This commit is contained in:
parent
0d667a91a7
commit
bda050fd82
|
@ -7,7 +7,7 @@
|
||||||
"@formkit/auto-animate": "^1.0.0-beta.1",
|
"@formkit/auto-animate": "^1.0.0-beta.1",
|
||||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||||
"@lingdocs/lingdocs-main": "^0.3.1",
|
"@lingdocs/lingdocs-main": "^0.3.1",
|
||||||
"@lingdocs/pashto-inflector": "^3.6.2",
|
"@lingdocs/pashto-inflector": "^3.6.6",
|
||||||
"@testing-library/jest-dom": "^5.11.4",
|
"@testing-library/jest-dom": "^5.11.4",
|
||||||
"@testing-library/react": "^11.1.0",
|
"@testing-library/react": "^11.1.0",
|
||||||
"@testing-library/user-event": "^12.1.10",
|
"@testing-library/user-event": "^12.1.10",
|
||||||
|
|
|
@ -68,10 +68,11 @@ function EditableVPEx({ children, opts, formChoice, noEdit, length, mode, sub }:
|
||||||
VPS={vps}
|
VPS={vps}
|
||||||
justify="left"
|
justify="left"
|
||||||
onlyOne="concat"
|
onlyOne="concat"
|
||||||
setForm={formChoice ? handleSetForm : "disable"}
|
setForm={handleSetForm}
|
||||||
onLengthChange={setSelectedLength}
|
onLengthChange={setSelectedLength}
|
||||||
length={selectedLength}
|
length={selectedLength}
|
||||||
mode={mode}
|
mode={mode}
|
||||||
|
inlineFormChoice
|
||||||
/>
|
/>
|
||||||
{sub && <div className="text-muted small">{sub}</div>}
|
{sub && <div className="text-muted small">{sub}</div>}
|
||||||
</div>;
|
</div>;
|
||||||
|
|
|
@ -1803,10 +1803,10 @@
|
||||||
rambda "^6.7.0"
|
rambda "^6.7.0"
|
||||||
react-select "^5.2.2"
|
react-select "^5.2.2"
|
||||||
|
|
||||||
"@lingdocs/pashto-inflector@^3.6.2":
|
"@lingdocs/pashto-inflector@^3.6.6":
|
||||||
version "3.6.2"
|
version "3.6.6"
|
||||||
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.6.2.tgz#122eaeaac59253ea0ee708d772e860502aa1d6b7"
|
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.6.6.tgz#95810fdfe79fe069bf524609d0b98fa6b6a49b3a"
|
||||||
integrity sha512-hHvgJPrNAp/ZBvZRsm++X2vFnZyuVrpE54YWPubwk+1Xn+28otoJ34r/OsN4N7eXrXBcxawYsWhf/ot9D987GQ==
|
integrity sha512-MWGenqV9mMkEHc/IESGo4Xl+B+/3/4vbKLsQu1xjxFMJNjcS7UwrdmYUl4TcE+ZrIX3R0+J3eR8OeARYKwTY9g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@formkit/auto-animate" "^1.0.0-beta.1"
|
"@formkit/auto-animate" "^1.0.0-beta.1"
|
||||||
classnames "^2.2.6"
|
classnames "^2.2.6"
|
||||||
|
|
Loading…
Reference in New Issue