@kanda-libs/ks-component-ts 0.2.256 → 0.2.258
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/app/src/App.tsx +12 -15
- package/dist/index.d.ts +9798 -9752
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +4 -4
- package/dist/library.css +111 -57
- package/package.json +3 -1
- package/src/components/CreditLine/constants.ts +37 -0
- package/src/components/CreditLine/helpers.ts +35 -0
- package/src/components/CreditLine/index.tsx +141 -0
- package/src/components/CreditLine/types.d.ts +11 -0
- package/src/components/Form/index.tsx +12 -18
- package/src/components/MultiStepFormWrapper/index.tsx +27 -0
- package/src/components/index.ts +2 -0
- package/src/field/components/BasicNumberInput/BasicNumberInputUncontrolled/index.tsx +1 -2
- package/src/field/components/BasicNumberInput/BasicNumberInputUncontrolled/useBasicNumberInputUncontrolledProps.ts +0 -5
- package/src/generated/widget/index.tsx +42371 -42371
- package/src/hooks/useMultiStep/constants.ts +1 -0
- package/src/hooks/useMultiStep/helpers.ts +27 -0
- package/src/hooks/useMultiStep/index.tsx +119 -0
- package/src/hooks/useMultiStep/types.d.ts +8 -0
- package/src/index.ts +1 -0
- package/src/styles/library.css +111 -57
- package/yarn.lock +100 -4
package/yarn.lock
CHANGED
|
@@ -307,6 +307,13 @@
|
|
|
307
307
|
"@babel/plugin-syntax-jsx" "^7.18.6"
|
|
308
308
|
"@babel/types" "^7.20.7"
|
|
309
309
|
|
|
310
|
+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.13":
|
|
311
|
+
version "7.22.6"
|
|
312
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
|
|
313
|
+
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
|
|
314
|
+
dependencies:
|
|
315
|
+
regenerator-runtime "^0.13.11"
|
|
316
|
+
|
|
310
317
|
"@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.4", "@babel/runtime@^7.9.2":
|
|
311
318
|
version "7.20.7"
|
|
312
319
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
|
|
@@ -1286,6 +1293,11 @@
|
|
|
1286
1293
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
|
|
1287
1294
|
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
|
|
1288
1295
|
|
|
1296
|
+
"@types/history@^4.7.11":
|
|
1297
|
+
version "4.7.11"
|
|
1298
|
+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
|
|
1299
|
+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
|
|
1300
|
+
|
|
1289
1301
|
"@types/hoist-non-react-statics@^3.3.0":
|
|
1290
1302
|
version "3.3.1"
|
|
1291
1303
|
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
|
|
@@ -1413,6 +1425,23 @@
|
|
|
1413
1425
|
hoist-non-react-statics "^3.3.0"
|
|
1414
1426
|
redux "^4.0.0"
|
|
1415
1427
|
|
|
1428
|
+
"@types/react-router-dom@^5.3.3":
|
|
1429
|
+
version "5.3.3"
|
|
1430
|
+
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.3.tgz#e9d6b4a66fcdbd651a5f106c2656a30088cc1e83"
|
|
1431
|
+
integrity sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==
|
|
1432
|
+
dependencies:
|
|
1433
|
+
"@types/history" "^4.7.11"
|
|
1434
|
+
"@types/react" "*"
|
|
1435
|
+
"@types/react-router" "*"
|
|
1436
|
+
|
|
1437
|
+
"@types/react-router@*":
|
|
1438
|
+
version "5.1.20"
|
|
1439
|
+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.20.tgz#88eccaa122a82405ef3efbcaaa5dcdd9f021387c"
|
|
1440
|
+
integrity sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==
|
|
1441
|
+
dependencies:
|
|
1442
|
+
"@types/history" "^4.7.11"
|
|
1443
|
+
"@types/react" "*"
|
|
1444
|
+
|
|
1416
1445
|
"@types/react-slick@^0.23.10":
|
|
1417
1446
|
version "0.23.10"
|
|
1418
1447
|
resolved "https://registry.yarnpkg.com/@types/react-slick/-/react-slick-0.23.10.tgz#56126e6e4e95cdce7771535b2811c2c1931a7caa"
|
|
@@ -3724,7 +3753,19 @@ highlight-words-core@^1.2.0:
|
|
|
3724
3753
|
resolved "https://registry.yarnpkg.com/highlight-words-core/-/highlight-words-core-1.2.2.tgz#1eff6d7d9f0a22f155042a00791237791b1eeaaa"
|
|
3725
3754
|
integrity sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==
|
|
3726
3755
|
|
|
3727
|
-
|
|
3756
|
+
history@^4.9.0:
|
|
3757
|
+
version "4.10.1"
|
|
3758
|
+
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
|
|
3759
|
+
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
|
|
3760
|
+
dependencies:
|
|
3761
|
+
"@babel/runtime" "^7.1.2"
|
|
3762
|
+
loose-envify "^1.2.0"
|
|
3763
|
+
resolve-pathname "^3.0.0"
|
|
3764
|
+
tiny-invariant "^1.0.2"
|
|
3765
|
+
tiny-warning "^1.0.0"
|
|
3766
|
+
value-equal "^1.0.1"
|
|
3767
|
+
|
|
3768
|
+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
|
|
3728
3769
|
version "3.3.2"
|
|
3729
3770
|
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
|
|
3730
3771
|
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
|
|
@@ -4201,6 +4242,11 @@ is-wsl@^1.1.0:
|
|
|
4201
4242
|
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
|
|
4202
4243
|
integrity sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==
|
|
4203
4244
|
|
|
4245
|
+
isarray@0.0.1:
|
|
4246
|
+
version "0.0.1"
|
|
4247
|
+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
|
|
4248
|
+
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
|
|
4249
|
+
|
|
4204
4250
|
isarray@1.0.0, isarray@~1.0.0:
|
|
4205
4251
|
version "1.0.0"
|
|
4206
4252
|
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
|
@@ -4477,7 +4523,7 @@ long@^5.0.0:
|
|
|
4477
4523
|
resolved "https://registry.yarnpkg.com/long/-/long-5.2.1.tgz#e27595d0083d103d2fa2c20c7699f8e0c92b897f"
|
|
4478
4524
|
integrity sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==
|
|
4479
4525
|
|
|
4480
|
-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
|
|
4526
|
+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
|
|
4481
4527
|
version "1.4.0"
|
|
4482
4528
|
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
4483
4529
|
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
|
@@ -5125,6 +5171,13 @@ path-parse@^1.0.7:
|
|
|
5125
5171
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
|
5126
5172
|
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
|
5127
5173
|
|
|
5174
|
+
path-to-regexp@^1.7.0:
|
|
5175
|
+
version "1.8.0"
|
|
5176
|
+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
|
|
5177
|
+
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
|
|
5178
|
+
dependencies:
|
|
5179
|
+
isarray "0.0.1"
|
|
5180
|
+
|
|
5128
5181
|
path-type@^4.0.0:
|
|
5129
5182
|
version "4.0.0"
|
|
5130
5183
|
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
|
@@ -5481,7 +5534,7 @@ react-input-autosize@^3.0.0:
|
|
|
5481
5534
|
dependencies:
|
|
5482
5535
|
prop-types "^15.5.8"
|
|
5483
5536
|
|
|
5484
|
-
react-is@^16.13.1, react-is@^16.7.0:
|
|
5537
|
+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
|
|
5485
5538
|
version "16.13.1"
|
|
5486
5539
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
|
5487
5540
|
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
|
@@ -5535,6 +5588,34 @@ react-refresh@^0.13.0:
|
|
|
5535
5588
|
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.13.0.tgz#cbd01a4482a177a5da8d44c9755ebb1f26d5a1c1"
|
|
5536
5589
|
integrity sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==
|
|
5537
5590
|
|
|
5591
|
+
react-router-dom@^5.2.0:
|
|
5592
|
+
version "5.3.4"
|
|
5593
|
+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
|
|
5594
|
+
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
|
|
5595
|
+
dependencies:
|
|
5596
|
+
"@babel/runtime" "^7.12.13"
|
|
5597
|
+
history "^4.9.0"
|
|
5598
|
+
loose-envify "^1.3.1"
|
|
5599
|
+
prop-types "^15.6.2"
|
|
5600
|
+
react-router "5.3.4"
|
|
5601
|
+
tiny-invariant "^1.0.2"
|
|
5602
|
+
tiny-warning "^1.0.0"
|
|
5603
|
+
|
|
5604
|
+
react-router@5.3.4:
|
|
5605
|
+
version "5.3.4"
|
|
5606
|
+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
|
|
5607
|
+
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
|
|
5608
|
+
dependencies:
|
|
5609
|
+
"@babel/runtime" "^7.12.13"
|
|
5610
|
+
history "^4.9.0"
|
|
5611
|
+
hoist-non-react-statics "^3.1.0"
|
|
5612
|
+
loose-envify "^1.3.1"
|
|
5613
|
+
path-to-regexp "^1.7.0"
|
|
5614
|
+
prop-types "^15.6.2"
|
|
5615
|
+
react-is "^16.6.0"
|
|
5616
|
+
tiny-invariant "^1.0.2"
|
|
5617
|
+
tiny-warning "^1.0.0"
|
|
5618
|
+
|
|
5538
5619
|
react-slick@^0.29.0:
|
|
5539
5620
|
version "0.29.0"
|
|
5540
5621
|
resolved "https://registry.yarnpkg.com/react-slick/-/react-slick-0.29.0.tgz#0bed5ea42bf75a23d40c0259b828ed27627b51bb"
|
|
@@ -5736,6 +5817,11 @@ resolve-from@^4.0.0:
|
|
|
5736
5817
|
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
|
5737
5818
|
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
|
|
5738
5819
|
|
|
5820
|
+
resolve-pathname@^3.0.0:
|
|
5821
|
+
version "3.0.0"
|
|
5822
|
+
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
|
|
5823
|
+
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
|
|
5824
|
+
|
|
5739
5825
|
resolve-url@^0.2.1:
|
|
5740
5826
|
version "0.2.1"
|
|
5741
5827
|
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
|
@@ -6399,11 +6485,16 @@ tiny-inflate@^1.0.0, tiny-inflate@^1.0.3:
|
|
|
6399
6485
|
resolved "https://registry.yarnpkg.com/tiny-inflate/-/tiny-inflate-1.0.3.tgz#122715494913a1805166aaf7c93467933eea26c4"
|
|
6400
6486
|
integrity sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==
|
|
6401
6487
|
|
|
6402
|
-
tiny-invariant@^1.0.6:
|
|
6488
|
+
tiny-invariant@^1.0.2, tiny-invariant@^1.0.6:
|
|
6403
6489
|
version "1.3.1"
|
|
6404
6490
|
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642"
|
|
6405
6491
|
integrity sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==
|
|
6406
6492
|
|
|
6493
|
+
tiny-warning@^1.0.0:
|
|
6494
|
+
version "1.0.3"
|
|
6495
|
+
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
|
|
6496
|
+
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
|
|
6497
|
+
|
|
6407
6498
|
to-fast-properties@^2.0.0:
|
|
6408
6499
|
version "2.0.0"
|
|
6409
6500
|
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
|
@@ -6723,6 +6814,11 @@ validate-npm-package-license@^3.0.1:
|
|
|
6723
6814
|
spdx-correct "^3.0.0"
|
|
6724
6815
|
spdx-expression-parse "^3.0.0"
|
|
6725
6816
|
|
|
6817
|
+
value-equal@^1.0.1:
|
|
6818
|
+
version "1.0.1"
|
|
6819
|
+
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
|
|
6820
|
+
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
|
|
6821
|
+
|
|
6726
6822
|
vary@^1:
|
|
6727
6823
|
version "1.1.2"
|
|
6728
6824
|
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|