@yyp92-cli/template-react-pc 1.5.0 → 2.1.0
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/CHANGELOG.md +12 -0
- package/package.json +1 -1
- package/template/README.md +6 -0
- package/template/package.json +2 -3
- package/template/pnpm-lock.yaml +719 -732
- package/template/src/antdTheme/darkTheme.ts +285 -1
- package/template/src/antdTheme/lightTheme.ts +272 -54
- package/template/src/components/layout/footer/index.tsx +1 -1
- package/template/src/components/layout/header/index.tsx +3 -0
- package/template/src/components/layout/index.tsx +8 -20
- package/template/src/components/layout/side/index.tsx +1 -1
- package/template/src/components/layout-horizontal/header/index.tsx +3 -0
- package/template/src/components/layout-horizontal/index.tsx +6 -17
- package/template/src/components/layout-horizontal/side/index.tsx +1 -1
- package/template/src/components/login/index.tsx +2 -2
- package/template/src/global/constants.ts +1 -0
- package/template/src/store/antdToken.ts +35 -0
package/template/pnpm-lock.yaml
CHANGED
|
@@ -12,8 +12,8 @@ importers:
|
|
|
12
12
|
specifier: ^5.2.6
|
|
13
13
|
version: 5.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
14
14
|
antd:
|
|
15
|
-
specifier: ^
|
|
16
|
-
version:
|
|
15
|
+
specifier: ^6.1.4
|
|
16
|
+
version: 6.1.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
17
17
|
axios:
|
|
18
18
|
specifier: ^1.6.7
|
|
19
19
|
version: 1.7.7
|
|
@@ -94,20 +94,23 @@ packages:
|
|
|
94
94
|
'@ant-design/colors@7.1.0':
|
|
95
95
|
resolution: {integrity: sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==}
|
|
96
96
|
|
|
97
|
-
'@ant-design/
|
|
98
|
-
resolution: {integrity: sha512-
|
|
97
|
+
'@ant-design/colors@8.0.1':
|
|
98
|
+
resolution: {integrity: sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==}
|
|
99
|
+
|
|
100
|
+
'@ant-design/cssinjs-utils@2.0.2':
|
|
101
|
+
resolution: {integrity: sha512-Mq3Hm6fJuQeFNKSp3+yT4bjuhVbdrsyXE2RyfpJFL0xiYNZdaJ6oFaE3zFrzmHbmvTd2Wp3HCbRtkD4fU+v2ZA==}
|
|
99
102
|
peerDependencies:
|
|
100
|
-
react: '>=
|
|
101
|
-
react-dom: '>=
|
|
103
|
+
react: '>=18'
|
|
104
|
+
react-dom: '>=18'
|
|
102
105
|
|
|
103
|
-
'@ant-design/cssinjs@
|
|
104
|
-
resolution: {integrity: sha512-
|
|
106
|
+
'@ant-design/cssinjs@2.0.2':
|
|
107
|
+
resolution: {integrity: sha512-7KDVIigtqlamOLtJ0hbjECX/sDGDaJXsM/KHala8I/1E4lpl9RAO585kbVvh/k1rIrFAV6JeGkXmdWyYj9XvuA==}
|
|
105
108
|
peerDependencies:
|
|
106
109
|
react: '>=16.0.0'
|
|
107
110
|
react-dom: '>=16.0.0'
|
|
108
111
|
|
|
109
|
-
'@ant-design/fast-color@
|
|
110
|
-
resolution: {integrity: sha512-
|
|
112
|
+
'@ant-design/fast-color@3.0.0':
|
|
113
|
+
resolution: {integrity: sha512-eqvpP7xEDm2S7dUzl5srEQCBTXZMmY3ekf97zI+M2DHOYyKdJGH0qua0JACHTqbkRnD/KHFQP9J1uMJ/XWVzzA==}
|
|
111
114
|
engines: {node: '>=8.x'}
|
|
112
115
|
|
|
113
116
|
'@ant-design/icons-svg@4.4.2':
|
|
@@ -120,10 +123,18 @@ packages:
|
|
|
120
123
|
react: '>=16.0.0'
|
|
121
124
|
react-dom: '>=16.0.0'
|
|
122
125
|
|
|
123
|
-
'@ant-design/
|
|
124
|
-
resolution: {integrity: sha512-
|
|
126
|
+
'@ant-design/icons@6.1.0':
|
|
127
|
+
resolution: {integrity: sha512-KrWMu1fIg3w/1F2zfn+JlfNDU8dDqILfA5Tg85iqs1lf8ooyGlbkA+TkwfOKKgqpUmAiRY1PTFpuOU2DAIgSUg==}
|
|
128
|
+
engines: {node: '>=8'}
|
|
125
129
|
peerDependencies:
|
|
126
|
-
react: '>=16.
|
|
130
|
+
react: '>=16.0.0'
|
|
131
|
+
react-dom: '>=16.0.0'
|
|
132
|
+
|
|
133
|
+
'@ant-design/react-slick@2.0.0':
|
|
134
|
+
resolution: {integrity: sha512-HMS9sRoEmZey8LsE/Yo6+klhlzU12PisjrVcydW3So7RdklyEd2qehyU6a7Yp+OYN72mgsYs3NFCyP2lCPFVqg==}
|
|
135
|
+
peerDependencies:
|
|
136
|
+
react: ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
137
|
+
react-dom: ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
127
138
|
|
|
128
139
|
'@babel/code-frame@7.25.7':
|
|
129
140
|
resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
|
|
@@ -204,6 +215,10 @@ packages:
|
|
|
204
215
|
resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==}
|
|
205
216
|
engines: {node: '>=6.9.0'}
|
|
206
217
|
|
|
218
|
+
'@babel/runtime@7.28.4':
|
|
219
|
+
resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
|
|
220
|
+
engines: {node: '>=6.9.0'}
|
|
221
|
+
|
|
207
222
|
'@babel/template@7.25.7':
|
|
208
223
|
resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==}
|
|
209
224
|
engines: {node: '>=6.9.0'}
|
|
@@ -505,14 +520,87 @@ packages:
|
|
|
505
520
|
resolution: {integrity: sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==}
|
|
506
521
|
engines: {node: '>=14.x'}
|
|
507
522
|
|
|
508
|
-
'@rc-component/
|
|
509
|
-
resolution: {integrity: sha512-
|
|
523
|
+
'@rc-component/cascader@1.11.0':
|
|
524
|
+
resolution: {integrity: sha512-VDiEsskThWi8l0/1Nquc9I4ytcMKQYAb9Jkm6wiX5O5fpcMRsm+b8OulBMbr/b4rFTl/2y2y4GdKqQ+2whD+XQ==}
|
|
525
|
+
peerDependencies:
|
|
526
|
+
react: '>=18.0.0'
|
|
527
|
+
react-dom: '>=18.0.0'
|
|
528
|
+
|
|
529
|
+
'@rc-component/checkbox@1.0.1':
|
|
530
|
+
resolution: {integrity: sha512-08yTH8m+bSm8TOqbybbJ9KiAuIATti6bDs2mVeSfu4QfEnyeF6X0enHVvD1NEAyuBWEAo56QtLe++MYs2D9XiQ==}
|
|
531
|
+
peerDependencies:
|
|
532
|
+
react: '>=16.9.0'
|
|
533
|
+
react-dom: '>=16.9.0'
|
|
534
|
+
|
|
535
|
+
'@rc-component/collapse@1.1.2':
|
|
536
|
+
resolution: {integrity: sha512-ilBYk1dLLJHu5Q74dF28vwtKUYQ42ZXIIDmqTuVy4rD8JQVvkXOs+KixVNbweyuIEtJYJ7+t+9GVD9dPc6N02w==}
|
|
537
|
+
peerDependencies:
|
|
538
|
+
react: '>=18.0.0'
|
|
539
|
+
react-dom: '>=18.0.0'
|
|
540
|
+
|
|
541
|
+
'@rc-component/color-picker@3.0.3':
|
|
542
|
+
resolution: {integrity: sha512-V7gFF9O7o5XwIWafdbOtqI4BUUkEUkgdBwp6favy3xajMX/2dDqytFaiXlcwrpq6aRyPLp5dKLAG5RFKLXMeGA==}
|
|
543
|
+
peerDependencies:
|
|
544
|
+
react: '>=16.9.0'
|
|
545
|
+
react-dom: '>=16.9.0'
|
|
546
|
+
|
|
547
|
+
'@rc-component/context@2.0.1':
|
|
548
|
+
resolution: {integrity: sha512-HyZbYm47s/YqtP6pKXNMjPEMaukyg7P0qVfgMLzr7YiFNMHbK2fKTAGzms9ykfGHSfyf75nBbgWw+hHkp+VImw==}
|
|
549
|
+
peerDependencies:
|
|
550
|
+
react: '>=16.9.0'
|
|
551
|
+
react-dom: '>=16.9.0'
|
|
552
|
+
|
|
553
|
+
'@rc-component/dialog@1.5.1':
|
|
554
|
+
resolution: {integrity: sha512-by4Sf/a3azcb89WayWuwG19/Y312xtu8N81HoVQQtnsBDylfs+dog98fTAvLinnpeoWG52m/M7QLRW6fXR3l1g==}
|
|
555
|
+
peerDependencies:
|
|
556
|
+
react: '>=18.0.0'
|
|
557
|
+
react-dom: '>=18.0.0'
|
|
558
|
+
|
|
559
|
+
'@rc-component/drawer@1.3.0':
|
|
560
|
+
resolution: {integrity: sha512-rE+sdXEmv2W25VBQ9daGbnb4J4hBIEKmdbj0b3xpY+K7TUmLXDIlSnoXraIbFZdGyek9WxxGKK887uRnFgI+pQ==}
|
|
561
|
+
peerDependencies:
|
|
562
|
+
react: '>=18.0.0'
|
|
563
|
+
react-dom: '>=18.0.0'
|
|
564
|
+
|
|
565
|
+
'@rc-component/dropdown@1.0.2':
|
|
566
|
+
resolution: {integrity: sha512-6PY2ecUSYhDPhkNHHb4wfeAya04WhpmUSKzdR60G+kMNVUCX2vjT/AgTS0Lz0I/K6xrPMJ3enQbwVpeN3sHCgg==}
|
|
567
|
+
peerDependencies:
|
|
568
|
+
react: '>=16.11.0'
|
|
569
|
+
react-dom: '>=16.11.0'
|
|
570
|
+
|
|
571
|
+
'@rc-component/form@1.6.1':
|
|
572
|
+
resolution: {integrity: sha512-enZC6XzQpX9UauV2kK9CpAZSc5F8S4/ThrgPhnclyJ6UzrPZIr5EZVgQWEaspPyWQ3RXoupC6mxM15pNvbd6kA==}
|
|
573
|
+
engines: {node: '>=8.x'}
|
|
574
|
+
peerDependencies:
|
|
575
|
+
react: '>=16.9.0'
|
|
576
|
+
react-dom: '>=16.9.0'
|
|
577
|
+
|
|
578
|
+
'@rc-component/image@1.5.3':
|
|
579
|
+
resolution: {integrity: sha512-/NR7QW9uCN8Ugar+xsHZOPvzPySfEhcW2/vLcr7VPRM+THZMrllMRv7LAUgW7ikR+Z67Ab67cgPp5K5YftpJsQ==}
|
|
580
|
+
peerDependencies:
|
|
581
|
+
react: '>=16.9.0'
|
|
582
|
+
react-dom: '>=16.9.0'
|
|
583
|
+
|
|
584
|
+
'@rc-component/input-number@1.6.2':
|
|
585
|
+
resolution: {integrity: sha512-Gjcq7meZlCOiWN1t1xCC+7/s85humHVokTBI7PJgTfoyw5OWF74y3e6P8PHX104g9+b54jsodFIzyaj6p8LI9w==}
|
|
510
586
|
peerDependencies:
|
|
511
587
|
react: '>=16.9.0'
|
|
512
588
|
react-dom: '>=16.9.0'
|
|
513
589
|
|
|
514
|
-
'@rc-component/
|
|
515
|
-
resolution: {integrity: sha512-
|
|
590
|
+
'@rc-component/input@1.1.2':
|
|
591
|
+
resolution: {integrity: sha512-Q61IMR47piUBudgixJ30CciKIy9b1H95qe7GgEKOmSJVJXvFRWJllJfQry9tif+MX2cWFXWJf/RXz4kaCeq/Fg==}
|
|
592
|
+
peerDependencies:
|
|
593
|
+
react: '>=16.0.0'
|
|
594
|
+
react-dom: '>=16.0.0'
|
|
595
|
+
|
|
596
|
+
'@rc-component/mentions@1.6.0':
|
|
597
|
+
resolution: {integrity: sha512-KIkQNP6habNuTsLhUv0UGEOwG67tlmE7KNIJoQZZNggEZl5lQJTytFDb69sl5CK3TDdISCTjKP3nGEBKgT61CQ==}
|
|
598
|
+
peerDependencies:
|
|
599
|
+
react: '>=16.9.0'
|
|
600
|
+
react-dom: '>=16.9.0'
|
|
601
|
+
|
|
602
|
+
'@rc-component/menu@1.2.0':
|
|
603
|
+
resolution: {integrity: sha512-VWwDuhvYHSnTGj4n6bV3ISrLACcPAzdPOq3d0BzkeiM5cve8BEYfvkEhNoM0PLzv51jpcejeyrLXeMVIJ+QJlg==}
|
|
516
604
|
peerDependencies:
|
|
517
605
|
react: '>=16.9.0'
|
|
518
606
|
react-dom: '>=16.9.0'
|
|
@@ -521,36 +609,191 @@ packages:
|
|
|
521
609
|
resolution: {integrity: sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==}
|
|
522
610
|
engines: {node: '>=8.x'}
|
|
523
611
|
|
|
524
|
-
'@rc-component/
|
|
525
|
-
resolution: {integrity: sha512-
|
|
612
|
+
'@rc-component/motion@1.1.6':
|
|
613
|
+
resolution: {integrity: sha512-aEQobs/YA0kqRvHIPjQvOytdtdRVyhf/uXAal4chBjxDu6odHckExJzjn2D+Ju1aKK6hx3pAs6BXdV9+86xkgQ==}
|
|
614
|
+
peerDependencies:
|
|
615
|
+
react: '>=16.9.0'
|
|
616
|
+
react-dom: '>=16.9.0'
|
|
617
|
+
|
|
618
|
+
'@rc-component/mutate-observer@2.0.1':
|
|
619
|
+
resolution: {integrity: sha512-AyarjoLU5YlxuValRi+w8JRH2Z84TBbFO2RoGWz9d8bSu0FqT8DtugH3xC3BV7mUwlmROFauyWuXFuq4IFbH+w==}
|
|
620
|
+
engines: {node: '>=8.x'}
|
|
621
|
+
peerDependencies:
|
|
622
|
+
react: '>=16.9.0'
|
|
623
|
+
react-dom: '>=16.9.0'
|
|
624
|
+
|
|
625
|
+
'@rc-component/notification@1.2.0':
|
|
626
|
+
resolution: {integrity: sha512-OX3J+zVU7rvoJCikjrfW7qOUp7zlDeFBK2eA3SFbGSkDqo63Sl4Ss8A04kFP+fxHSxMDIS9jYVEZtU1FNCFuBA==}
|
|
627
|
+
engines: {node: '>=8.x'}
|
|
628
|
+
peerDependencies:
|
|
629
|
+
react: '>=16.9.0'
|
|
630
|
+
react-dom: '>=16.9.0'
|
|
631
|
+
|
|
632
|
+
'@rc-component/overflow@1.0.0':
|
|
633
|
+
resolution: {integrity: sha512-GSlBeoE0XTBi5cf3zl8Qh7Uqhn7v8RrlJ8ajeVpEkNe94HWy5l5BQ0Mwn2TVUq9gdgbfEMUmTX7tJFAg7mz0Rw==}
|
|
634
|
+
peerDependencies:
|
|
635
|
+
react: '>=16.9.0'
|
|
636
|
+
react-dom: '>=16.9.0'
|
|
637
|
+
|
|
638
|
+
'@rc-component/pagination@1.2.0':
|
|
639
|
+
resolution: {integrity: sha512-YcpUFE8dMLfSo6OARJlK6DbHHvrxz7pMGPGmC/caZSJJz6HRKHC1RPP001PRHCvG9Z/veD039uOQmazVuLJzlw==}
|
|
640
|
+
peerDependencies:
|
|
641
|
+
react: '>=16.9.0'
|
|
642
|
+
react-dom: '>=16.9.0'
|
|
643
|
+
|
|
644
|
+
'@rc-component/picker@1.9.0':
|
|
645
|
+
resolution: {integrity: sha512-OLisdk8AWVCG9goBU1dWzuH5QlBQk8jktmQ6p0/IyBFwdKGwyIZOSjnBYo8hooHiTdl0lU+wGf/OfMtVBw02KQ==}
|
|
646
|
+
engines: {node: '>=12.x'}
|
|
647
|
+
peerDependencies:
|
|
648
|
+
date-fns: '>= 2.x'
|
|
649
|
+
dayjs: '>= 1.x'
|
|
650
|
+
luxon: '>= 3.x'
|
|
651
|
+
moment: '>= 2.x'
|
|
652
|
+
react: '>=16.9.0'
|
|
653
|
+
react-dom: '>=16.9.0'
|
|
654
|
+
peerDependenciesMeta:
|
|
655
|
+
date-fns:
|
|
656
|
+
optional: true
|
|
657
|
+
dayjs:
|
|
658
|
+
optional: true
|
|
659
|
+
luxon:
|
|
660
|
+
optional: true
|
|
661
|
+
moment:
|
|
662
|
+
optional: true
|
|
663
|
+
|
|
664
|
+
'@rc-component/portal@2.2.0':
|
|
665
|
+
resolution: {integrity: sha512-oc6FlA+uXCMiwArHsJyHcIkX4q6uKyndrPol2eWX8YPkAnztHOPsFIRtmWG4BMlGE5h7YIRE3NiaJ5VS8Lb1QQ==}
|
|
666
|
+
engines: {node: '>=12.x'}
|
|
667
|
+
peerDependencies:
|
|
668
|
+
react: '>=18.0.0'
|
|
669
|
+
react-dom: '>=18.0.0'
|
|
670
|
+
|
|
671
|
+
'@rc-component/progress@1.0.2':
|
|
672
|
+
resolution: {integrity: sha512-WZUnH9eGxH1+xodZKqdrHke59uyGZSWgj5HBM5Kwk5BrTMuAORO7VJ2IP5Qbm9aH3n9x3IcesqHHR0NWPBC7fQ==}
|
|
673
|
+
peerDependencies:
|
|
674
|
+
react: '>=16.9.0'
|
|
675
|
+
react-dom: '>=16.9.0'
|
|
676
|
+
|
|
677
|
+
'@rc-component/qrcode@1.1.1':
|
|
678
|
+
resolution: {integrity: sha512-LfLGNymzKdUPjXUbRP+xOhIWY4jQ+YMj5MmWAcgcAq1Ij8XP7tRmAXqyuv96XvLUBE/5cA8hLFl9eO1JQMujrA==}
|
|
679
|
+
engines: {node: '>=8.x'}
|
|
680
|
+
peerDependencies:
|
|
681
|
+
react: '>=16.9.0'
|
|
682
|
+
react-dom: '>=16.9.0'
|
|
683
|
+
|
|
684
|
+
'@rc-component/rate@1.0.1':
|
|
685
|
+
resolution: {integrity: sha512-bkXxeBqDpl5IOC7yL7GcSYjQx9G8H+6kLYQnNZWeBYq2OYIv1MONd6mqKTjnnJYpV0cQIU2z3atdW0j1kttpTw==}
|
|
686
|
+
engines: {node: '>=8.x'}
|
|
687
|
+
peerDependencies:
|
|
688
|
+
react: '>=16.9.0'
|
|
689
|
+
react-dom: '>=16.9.0'
|
|
690
|
+
|
|
691
|
+
'@rc-component/resize-observer@1.0.1':
|
|
692
|
+
resolution: {integrity: sha512-r+w+Mz1EiueGk1IgjB3ptNXLYSLZ5vnEfKHH+gfgj7JMupftyzvUUl3fRcMZe5uMM04x0n8+G2o/c6nlO2+Wag==}
|
|
693
|
+
peerDependencies:
|
|
694
|
+
react: '>=16.9.0'
|
|
695
|
+
react-dom: '>=16.9.0'
|
|
696
|
+
|
|
697
|
+
'@rc-component/segmented@1.3.0':
|
|
698
|
+
resolution: {integrity: sha512-5J/bJ01mbDnoA6P/FW8SxUvKn+OgUSTZJPzCNnTBntG50tzoP7DydGhqxp7ggZXZls7me3mc2EQDXakU3iTVFg==}
|
|
699
|
+
peerDependencies:
|
|
700
|
+
react: '>=16.0.0'
|
|
701
|
+
react-dom: '>=16.0.0'
|
|
702
|
+
|
|
703
|
+
'@rc-component/select@1.5.0':
|
|
704
|
+
resolution: {integrity: sha512-Zz0hpToAfOdWo/1jj3dW5iooBNU8F6fVgVaYN4Jy1SL3Xcx2OO+IqiQnxqk/PjY6hg1HVt7LjkkrYvpJQyZxoQ==}
|
|
705
|
+
engines: {node: '>=8.x'}
|
|
706
|
+
peerDependencies:
|
|
707
|
+
react: '*'
|
|
708
|
+
react-dom: '*'
|
|
709
|
+
|
|
710
|
+
'@rc-component/slider@1.0.1':
|
|
711
|
+
resolution: {integrity: sha512-uDhEPU1z3WDfCJhaL9jfd2ha/Eqpdfxsn0Zb0Xcq1NGQAman0TWaR37OWp2vVXEOdV2y0njSILTMpTfPV1454g==}
|
|
712
|
+
engines: {node: '>=8.x'}
|
|
713
|
+
peerDependencies:
|
|
714
|
+
react: '>=16.9.0'
|
|
715
|
+
react-dom: '>=16.9.0'
|
|
716
|
+
|
|
717
|
+
'@rc-component/steps@1.2.2':
|
|
718
|
+
resolution: {integrity: sha512-/yVIZ00gDYYPHSY0JP+M+s3ZvuXLu2f9rEjQqiUDs7EcYsUYrpJ/1bLj9aI9R7MBR3fu/NGh6RM9u2qGfqp+Nw==}
|
|
526
719
|
engines: {node: '>=8.x'}
|
|
527
720
|
peerDependencies:
|
|
528
721
|
react: '>=16.9.0'
|
|
529
722
|
react-dom: '>=16.9.0'
|
|
530
723
|
|
|
531
|
-
'@rc-component/
|
|
532
|
-
resolution: {integrity: sha512-
|
|
724
|
+
'@rc-component/switch@1.0.3':
|
|
725
|
+
resolution: {integrity: sha512-Jgi+EbOBquje/XNdofr7xbJQZPYJP+BlPfR0h+WN4zFkdtB2EWqEfvkXJWeipflwjWip0/17rNbxEAqs8hVHfw==}
|
|
726
|
+
peerDependencies:
|
|
727
|
+
react: '>=16.9.0'
|
|
728
|
+
react-dom: '>=16.9.0'
|
|
729
|
+
|
|
730
|
+
'@rc-component/table@1.9.1':
|
|
731
|
+
resolution: {integrity: sha512-FVI5ZS/GdB3BcgexfCYKi3iHhZS3Fr59EtsxORszYGrfpH1eWr33eDNSYkVfLI6tfJ7vftJDd9D5apfFWqkdJg==}
|
|
732
|
+
engines: {node: '>=8.x'}
|
|
733
|
+
peerDependencies:
|
|
734
|
+
react: '>=18.0.0'
|
|
735
|
+
react-dom: '>=18.0.0'
|
|
736
|
+
|
|
737
|
+
'@rc-component/tabs@1.7.0':
|
|
738
|
+
resolution: {integrity: sha512-J48cs2iBi7Ho3nptBxxIqizEliUC+ExE23faspUQKGQ550vaBlv3aGF8Epv/UB1vFWeoJDTW/dNzgIU0Qj5i/w==}
|
|
533
739
|
engines: {node: '>=8.x'}
|
|
534
740
|
peerDependencies:
|
|
535
741
|
react: '>=16.9.0'
|
|
536
742
|
react-dom: '>=16.9.0'
|
|
537
743
|
|
|
538
|
-
'@rc-component/
|
|
539
|
-
resolution: {integrity: sha512-
|
|
744
|
+
'@rc-component/textarea@1.1.2':
|
|
745
|
+
resolution: {integrity: sha512-9rMUEODWZDMovfScIEHXWlVZuPljZ2pd1LKNjslJVitn4SldEzq5vO1CL3yy3Dnib6zZal2r2DPtjy84VVpF6A==}
|
|
746
|
+
peerDependencies:
|
|
747
|
+
react: '>=16.9.0'
|
|
748
|
+
react-dom: '>=16.9.0'
|
|
749
|
+
|
|
750
|
+
'@rc-component/tooltip@1.4.0':
|
|
751
|
+
resolution: {integrity: sha512-8Rx5DCctIlLI4raR0I0xHjVTf1aF48+gKCNeAAo5bmF5VoR5YED+A/XEqzXv9KKqrJDRcd3Wndpxh2hyzrTtSg==}
|
|
752
|
+
peerDependencies:
|
|
753
|
+
react: '>=18.0.0'
|
|
754
|
+
react-dom: '>=18.0.0'
|
|
755
|
+
|
|
756
|
+
'@rc-component/tour@2.2.1':
|
|
757
|
+
resolution: {integrity: sha512-BUCrVikGJsXli38qlJ+h2WyDD6dYxzDA9dV3o0ij6gYhAq6ooT08SUMWOikva9v4KZ2BEuluGl5bPcsjrSoBgQ==}
|
|
540
758
|
engines: {node: '>=8.x'}
|
|
541
759
|
peerDependencies:
|
|
542
760
|
react: '>=16.9.0'
|
|
543
761
|
react-dom: '>=16.9.0'
|
|
544
762
|
|
|
545
|
-
'@rc-component/
|
|
546
|
-
resolution: {integrity: sha512-
|
|
763
|
+
'@rc-component/tree-select@1.6.0':
|
|
764
|
+
resolution: {integrity: sha512-UvEGmZT+gcVvRwImAZg3/sXw9nUdn4FmCs1rSIMWjEXEIAo0dTGmIyWuLCvs+1rGe9AZ7CHMPiQUEbdadwV0fw==}
|
|
765
|
+
peerDependencies:
|
|
766
|
+
react: '*'
|
|
767
|
+
react-dom: '*'
|
|
768
|
+
|
|
769
|
+
'@rc-component/tree@1.1.0':
|
|
770
|
+
resolution: {integrity: sha512-HZs3aOlvFgQdgrmURRc/f4IujiNBf4DdEeXUlkS0lPoLlx9RoqsZcF0caXIAMVb+NaWqKtGQDnrH8hqLCN5zlA==}
|
|
771
|
+
engines: {node: '>=10.x'}
|
|
772
|
+
peerDependencies:
|
|
773
|
+
react: '*'
|
|
774
|
+
react-dom: '*'
|
|
775
|
+
|
|
776
|
+
'@rc-component/trigger@3.8.1':
|
|
777
|
+
resolution: {integrity: sha512-walnDJnKq+OcPQFHBMN+YZmdHV8+6z75+Rgpc0dW1c+Dmy6O7tRueDs4LdbwjlryQfTdsw84PIkNPzcx5yQ7qQ==}
|
|
547
778
|
engines: {node: '>=8.x'}
|
|
779
|
+
peerDependencies:
|
|
780
|
+
react: '>=18.0.0'
|
|
781
|
+
react-dom: '>=18.0.0'
|
|
782
|
+
|
|
783
|
+
'@rc-component/upload@1.1.0':
|
|
784
|
+
resolution: {integrity: sha512-LIBV90mAnUE6VK5N4QvForoxZc4XqEYZimcp7fk+lkE4XwHHyJWxpIXQQwMU8hJM+YwBbsoZkGksL1sISWHQxw==}
|
|
548
785
|
peerDependencies:
|
|
549
786
|
react: '>=16.9.0'
|
|
550
787
|
react-dom: '>=16.9.0'
|
|
551
788
|
|
|
552
|
-
'@rc-component/
|
|
553
|
-
resolution: {integrity: sha512-
|
|
789
|
+
'@rc-component/util@1.7.0':
|
|
790
|
+
resolution: {integrity: sha512-tIvIGj4Vl6fsZFvWSkYw9sAfiCKUXMyhVz6kpKyZbwyZyRPqv2vxYZROdaO1VB4gqTNvUZFXh6i3APUiterw5g==}
|
|
791
|
+
peerDependencies:
|
|
792
|
+
react: '>=18.0.0'
|
|
793
|
+
react-dom: '>=18.0.0'
|
|
794
|
+
|
|
795
|
+
'@rc-component/virtual-list@1.0.2':
|
|
796
|
+
resolution: {integrity: sha512-uvTol/mH74FYsn5loDGJxo+7kjkO4i+y4j87Re1pxJBs0FaeuMuLRzQRGaXwnMcV1CxpZLi2Z56Rerj2M00fjQ==}
|
|
554
797
|
engines: {node: '>=8.x'}
|
|
555
798
|
peerDependencies:
|
|
556
799
|
react: '>=16.9.0'
|
|
@@ -771,18 +1014,15 @@ packages:
|
|
|
771
1014
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
772
1015
|
engines: {node: '>=8'}
|
|
773
1016
|
|
|
774
|
-
antd@
|
|
775
|
-
resolution: {integrity: sha512-
|
|
1017
|
+
antd@6.1.4:
|
|
1018
|
+
resolution: {integrity: sha512-ZSafdq6pZ94GvaCjNx2yS+zeTbL1DRukc6uuarMu1K7ptx6MSZbjyFUO4rHIRNhi5a8Zp2frxFBIxYViiTgecQ==}
|
|
776
1019
|
peerDependencies:
|
|
777
|
-
react: '>=
|
|
778
|
-
react-dom: '>=
|
|
1020
|
+
react: '>=18.0.0'
|
|
1021
|
+
react-dom: '>=18.0.0'
|
|
779
1022
|
|
|
780
1023
|
argparse@2.0.1:
|
|
781
1024
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
782
1025
|
|
|
783
|
-
array-tree-filter@2.1.0:
|
|
784
|
-
resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==}
|
|
785
|
-
|
|
786
1026
|
array-union@2.1.0:
|
|
787
1027
|
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
|
788
1028
|
engines: {node: '>=8'}
|
|
@@ -837,6 +1077,10 @@ packages:
|
|
|
837
1077
|
classnames@2.5.1:
|
|
838
1078
|
resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
|
|
839
1079
|
|
|
1080
|
+
clsx@2.1.1:
|
|
1081
|
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
1082
|
+
engines: {node: '>=6'}
|
|
1083
|
+
|
|
840
1084
|
color-convert@1.9.3:
|
|
841
1085
|
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
|
|
842
1086
|
|
|
@@ -863,9 +1107,6 @@ packages:
|
|
|
863
1107
|
convert-source-map@2.0.0:
|
|
864
1108
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
865
1109
|
|
|
866
|
-
copy-to-clipboard@3.3.3:
|
|
867
|
-
resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==}
|
|
868
|
-
|
|
869
1110
|
cross-spawn@7.0.3:
|
|
870
1111
|
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
|
|
871
1112
|
engines: {node: '>= 8'}
|
|
@@ -1135,6 +1376,9 @@ packages:
|
|
|
1135
1376
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1136
1377
|
engines: {node: '>=0.10.0'}
|
|
1137
1378
|
|
|
1379
|
+
is-mobile@5.0.0:
|
|
1380
|
+
resolution: {integrity: sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ==}
|
|
1381
|
+
|
|
1138
1382
|
is-number@7.0.0:
|
|
1139
1383
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
1140
1384
|
engines: {node: '>=0.12.0'}
|
|
@@ -1317,298 +1561,73 @@ packages:
|
|
|
1317
1561
|
queue-microtask@1.2.3:
|
|
1318
1562
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
1319
1563
|
|
|
1320
|
-
rc-
|
|
1321
|
-
resolution: {integrity: sha512-
|
|
1564
|
+
rc-util@5.43.0:
|
|
1565
|
+
resolution: {integrity: sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==}
|
|
1322
1566
|
peerDependencies:
|
|
1323
1567
|
react: '>=16.9.0'
|
|
1324
1568
|
react-dom: '>=16.9.0'
|
|
1325
1569
|
|
|
1326
|
-
|
|
1327
|
-
resolution: {integrity: sha512-
|
|
1570
|
+
react-dom@18.3.1:
|
|
1571
|
+
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
|
|
1328
1572
|
peerDependencies:
|
|
1329
|
-
react:
|
|
1330
|
-
react-dom: '>=16.9.0'
|
|
1573
|
+
react: ^18.3.1
|
|
1331
1574
|
|
|
1332
|
-
|
|
1333
|
-
resolution: {integrity: sha512
|
|
1334
|
-
peerDependencies:
|
|
1335
|
-
react: '>=16.9.0'
|
|
1336
|
-
react-dom: '>=16.9.0'
|
|
1575
|
+
react-is@18.3.1:
|
|
1576
|
+
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
|
1337
1577
|
|
|
1338
|
-
|
|
1339
|
-
resolution: {integrity: sha512-
|
|
1340
|
-
|
|
1341
|
-
react: '>=16.9.0'
|
|
1342
|
-
react-dom: '>=16.9.0'
|
|
1578
|
+
react-refresh@0.14.2:
|
|
1579
|
+
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
|
|
1580
|
+
engines: {node: '>=0.10.0'}
|
|
1343
1581
|
|
|
1344
|
-
|
|
1345
|
-
resolution: {integrity: sha512-
|
|
1582
|
+
react-router-dom@6.26.2:
|
|
1583
|
+
resolution: {integrity: sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==}
|
|
1584
|
+
engines: {node: '>=14.0.0'}
|
|
1346
1585
|
peerDependencies:
|
|
1347
|
-
react: '>=16.
|
|
1348
|
-
react-dom: '>=16.
|
|
1586
|
+
react: '>=16.8'
|
|
1587
|
+
react-dom: '>=16.8'
|
|
1349
1588
|
|
|
1350
|
-
|
|
1351
|
-
resolution: {integrity: sha512-
|
|
1589
|
+
react-router@6.26.2:
|
|
1590
|
+
resolution: {integrity: sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==}
|
|
1591
|
+
engines: {node: '>=14.0.0'}
|
|
1352
1592
|
peerDependencies:
|
|
1353
|
-
react: '>=16.
|
|
1354
|
-
react-dom: '>=16.11.0'
|
|
1593
|
+
react: '>=16.8'
|
|
1355
1594
|
|
|
1356
|
-
|
|
1357
|
-
resolution: {integrity: sha512-
|
|
1358
|
-
engines: {node: '>=
|
|
1359
|
-
peerDependencies:
|
|
1360
|
-
react: '>=16.9.0'
|
|
1361
|
-
react-dom: '>=16.9.0'
|
|
1595
|
+
react@18.3.1:
|
|
1596
|
+
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
|
|
1597
|
+
engines: {node: '>=0.10.0'}
|
|
1362
1598
|
|
|
1363
|
-
|
|
1364
|
-
resolution: {integrity: sha512-
|
|
1365
|
-
|
|
1366
|
-
react: '>=16.9.0'
|
|
1367
|
-
react-dom: '>=16.9.0'
|
|
1599
|
+
readdirp@4.0.2:
|
|
1600
|
+
resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==}
|
|
1601
|
+
engines: {node: '>= 14.16.0'}
|
|
1368
1602
|
|
|
1369
|
-
|
|
1370
|
-
resolution: {integrity: sha512-
|
|
1371
|
-
peerDependencies:
|
|
1372
|
-
react: '>=16.9.0'
|
|
1373
|
-
react-dom: '>=16.9.0'
|
|
1603
|
+
regenerator-runtime@0.14.1:
|
|
1604
|
+
resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
|
|
1374
1605
|
|
|
1375
|
-
|
|
1376
|
-
resolution: {integrity: sha512-
|
|
1377
|
-
|
|
1378
|
-
react: '>=16.0.0'
|
|
1379
|
-
react-dom: '>=16.0.0'
|
|
1606
|
+
resolve-from@4.0.0:
|
|
1607
|
+
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
1608
|
+
engines: {node: '>=4'}
|
|
1380
1609
|
|
|
1381
|
-
|
|
1382
|
-
resolution: {integrity: sha512-
|
|
1383
|
-
|
|
1384
|
-
react: '>=16.9.0'
|
|
1385
|
-
react-dom: '>=16.9.0'
|
|
1610
|
+
reusify@1.0.4:
|
|
1611
|
+
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
|
1612
|
+
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
1386
1613
|
|
|
1387
|
-
|
|
1388
|
-
resolution: {integrity: sha512-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
react-dom: '>=16.9.0'
|
|
1614
|
+
rimraf@3.0.2:
|
|
1615
|
+
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
1616
|
+
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
1617
|
+
hasBin: true
|
|
1392
1618
|
|
|
1393
|
-
|
|
1394
|
-
resolution: {integrity: sha512-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
react-dom: '>=16.9.0'
|
|
1619
|
+
rollup@4.24.0:
|
|
1620
|
+
resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==}
|
|
1621
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1622
|
+
hasBin: true
|
|
1398
1623
|
|
|
1399
|
-
|
|
1400
|
-
resolution: {integrity: sha512-
|
|
1401
|
-
engines: {node: '>=8.x'}
|
|
1402
|
-
peerDependencies:
|
|
1403
|
-
react: '>=16.9.0'
|
|
1404
|
-
react-dom: '>=16.9.0'
|
|
1624
|
+
run-parallel@1.2.0:
|
|
1625
|
+
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
1405
1626
|
|
|
1406
|
-
|
|
1407
|
-
resolution: {integrity: sha512-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
react-dom: '>=16.9.0'
|
|
1411
|
-
|
|
1412
|
-
rc-pagination@4.3.0:
|
|
1413
|
-
resolution: {integrity: sha512-UubEWA0ShnroQ1tDa291Fzw6kj0iOeF26IsUObxYTpimgj4/qPCWVFl18RLZE+0Up1IZg0IK4pMn6nB3mjvB7g==}
|
|
1414
|
-
peerDependencies:
|
|
1415
|
-
react: '>=16.9.0'
|
|
1416
|
-
react-dom: '>=16.9.0'
|
|
1417
|
-
|
|
1418
|
-
rc-picker@4.6.15:
|
|
1419
|
-
resolution: {integrity: sha512-OWZ1yrMie+KN2uEUfYCfS4b2Vu6RC1FWwNI0s+qypsc3wRt7g+peuZKVIzXCTaJwyyZruo80+akPg2+GmyiJjw==}
|
|
1420
|
-
engines: {node: '>=8.x'}
|
|
1421
|
-
peerDependencies:
|
|
1422
|
-
date-fns: '>= 2.x'
|
|
1423
|
-
dayjs: '>= 1.x'
|
|
1424
|
-
luxon: '>= 3.x'
|
|
1425
|
-
moment: '>= 2.x'
|
|
1426
|
-
react: '>=16.9.0'
|
|
1427
|
-
react-dom: '>=16.9.0'
|
|
1428
|
-
peerDependenciesMeta:
|
|
1429
|
-
date-fns:
|
|
1430
|
-
optional: true
|
|
1431
|
-
dayjs:
|
|
1432
|
-
optional: true
|
|
1433
|
-
luxon:
|
|
1434
|
-
optional: true
|
|
1435
|
-
moment:
|
|
1436
|
-
optional: true
|
|
1437
|
-
|
|
1438
|
-
rc-progress@4.0.0:
|
|
1439
|
-
resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==}
|
|
1440
|
-
peerDependencies:
|
|
1441
|
-
react: '>=16.9.0'
|
|
1442
|
-
react-dom: '>=16.9.0'
|
|
1443
|
-
|
|
1444
|
-
rc-rate@2.13.0:
|
|
1445
|
-
resolution: {integrity: sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==}
|
|
1446
|
-
engines: {node: '>=8.x'}
|
|
1447
|
-
peerDependencies:
|
|
1448
|
-
react: '>=16.9.0'
|
|
1449
|
-
react-dom: '>=16.9.0'
|
|
1450
|
-
|
|
1451
|
-
rc-resize-observer@1.4.0:
|
|
1452
|
-
resolution: {integrity: sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==}
|
|
1453
|
-
peerDependencies:
|
|
1454
|
-
react: '>=16.9.0'
|
|
1455
|
-
react-dom: '>=16.9.0'
|
|
1456
|
-
|
|
1457
|
-
rc-segmented@2.5.0:
|
|
1458
|
-
resolution: {integrity: sha512-B28Fe3J9iUFOhFJET3RoXAPFJ2u47QvLSYcZWC4tFYNGPEjug5LAxEasZlA/PpAxhdOPqGWsGbSj7ftneukJnw==}
|
|
1459
|
-
peerDependencies:
|
|
1460
|
-
react: '>=16.0.0'
|
|
1461
|
-
react-dom: '>=16.0.0'
|
|
1462
|
-
|
|
1463
|
-
rc-select@14.15.2:
|
|
1464
|
-
resolution: {integrity: sha512-oNoXlaFmpqXYcQDzcPVLrEqS2J9c+/+oJuGrlXeVVX/gVgrbHa5YcyiRUXRydFjyuA7GP3elRuLF7Y3Tfwltlw==}
|
|
1465
|
-
engines: {node: '>=8.x'}
|
|
1466
|
-
peerDependencies:
|
|
1467
|
-
react: '*'
|
|
1468
|
-
react-dom: '*'
|
|
1469
|
-
|
|
1470
|
-
rc-slider@11.1.7:
|
|
1471
|
-
resolution: {integrity: sha512-ytYbZei81TX7otdC0QvoYD72XSlxvTihNth5OeZ6PMXyEDq/vHdWFulQmfDGyXK1NwKwSlKgpvINOa88uT5g2A==}
|
|
1472
|
-
engines: {node: '>=8.x'}
|
|
1473
|
-
peerDependencies:
|
|
1474
|
-
react: '>=16.9.0'
|
|
1475
|
-
react-dom: '>=16.9.0'
|
|
1476
|
-
|
|
1477
|
-
rc-steps@6.0.1:
|
|
1478
|
-
resolution: {integrity: sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==}
|
|
1479
|
-
engines: {node: '>=8.x'}
|
|
1480
|
-
peerDependencies:
|
|
1481
|
-
react: '>=16.9.0'
|
|
1482
|
-
react-dom: '>=16.9.0'
|
|
1483
|
-
|
|
1484
|
-
rc-switch@4.1.0:
|
|
1485
|
-
resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==}
|
|
1486
|
-
peerDependencies:
|
|
1487
|
-
react: '>=16.9.0'
|
|
1488
|
-
react-dom: '>=16.9.0'
|
|
1489
|
-
|
|
1490
|
-
rc-table@7.47.5:
|
|
1491
|
-
resolution: {integrity: sha512-fzq+V9j/atbPIcvs3emuclaEoXulwQpIiJA6/7ey52j8+9cJ4P8DGmp4YzfUVDrb3qhgedcVeD6eRgUrokwVEQ==}
|
|
1492
|
-
engines: {node: '>=8.x'}
|
|
1493
|
-
peerDependencies:
|
|
1494
|
-
react: '>=16.9.0'
|
|
1495
|
-
react-dom: '>=16.9.0'
|
|
1496
|
-
|
|
1497
|
-
rc-tabs@15.3.0:
|
|
1498
|
-
resolution: {integrity: sha512-lzE18r+zppT/jZWOAWS6ntdkDUKHOLJzqMi5UAij1LeKwOaQaupupAoI9Srn73GRzVpmGznkECMRrzkRusC40A==}
|
|
1499
|
-
engines: {node: '>=8.x'}
|
|
1500
|
-
peerDependencies:
|
|
1501
|
-
react: '>=16.9.0'
|
|
1502
|
-
react-dom: '>=16.9.0'
|
|
1503
|
-
|
|
1504
|
-
rc-textarea@1.8.2:
|
|
1505
|
-
resolution: {integrity: sha512-UFAezAqltyR00a8Lf0IPAyTd29Jj9ee8wt8DqXyDMal7r/Cg/nDt3e1OOv3Th4W6mKaZijjgwuPXhAfVNTN8sw==}
|
|
1506
|
-
peerDependencies:
|
|
1507
|
-
react: '>=16.9.0'
|
|
1508
|
-
react-dom: '>=16.9.0'
|
|
1509
|
-
|
|
1510
|
-
rc-tooltip@6.2.1:
|
|
1511
|
-
resolution: {integrity: sha512-rws0duD/3sHHsD905Nex7FvoUGy2UBQRhTkKxeEvr2FB+r21HsOxcDJI0TzyO8NHhnAA8ILr8pfbSBg5Jj5KBg==}
|
|
1512
|
-
peerDependencies:
|
|
1513
|
-
react: '>=16.9.0'
|
|
1514
|
-
react-dom: '>=16.9.0'
|
|
1515
|
-
|
|
1516
|
-
rc-tree-select@5.23.0:
|
|
1517
|
-
resolution: {integrity: sha512-aQGi2tFSRw1WbXv0UVXPzHm09E0cSvUVZMLxQtMv3rnZZpNmdRXWrnd9QkLNlVH31F+X5rgghmdSFF3yZW0N9A==}
|
|
1518
|
-
peerDependencies:
|
|
1519
|
-
react: '*'
|
|
1520
|
-
react-dom: '*'
|
|
1521
|
-
|
|
1522
|
-
rc-tree@5.9.0:
|
|
1523
|
-
resolution: {integrity: sha512-CPrgOvm9d/9E+izTONKSngNzQdIEjMox2PBufWjS1wf7vxtvmCWzK1SlpHbRY6IaBfJIeZ+88RkcIevf729cRg==}
|
|
1524
|
-
engines: {node: '>=10.x'}
|
|
1525
|
-
peerDependencies:
|
|
1526
|
-
react: '*'
|
|
1527
|
-
react-dom: '*'
|
|
1528
|
-
|
|
1529
|
-
rc-upload@4.8.1:
|
|
1530
|
-
resolution: {integrity: sha512-toEAhwl4hjLAI1u8/CgKWt30BR06ulPa4iGQSMvSXoHzO88gPCslxqV/mnn4gJU7PDoltGIC9Eh+wkeudqgHyw==}
|
|
1531
|
-
peerDependencies:
|
|
1532
|
-
react: '>=16.9.0'
|
|
1533
|
-
react-dom: '>=16.9.0'
|
|
1534
|
-
|
|
1535
|
-
rc-util@5.43.0:
|
|
1536
|
-
resolution: {integrity: sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==}
|
|
1537
|
-
peerDependencies:
|
|
1538
|
-
react: '>=16.9.0'
|
|
1539
|
-
react-dom: '>=16.9.0'
|
|
1540
|
-
|
|
1541
|
-
rc-virtual-list@3.14.8:
|
|
1542
|
-
resolution: {integrity: sha512-8D0KfzpRYi6YZvlOWIxiOm9BGt4Wf2hQyEaM6RXlDDiY2NhLheuYI+RA+7ZaZj1lq+XQqy3KHlaeeXQfzI5fGg==}
|
|
1543
|
-
engines: {node: '>=8.x'}
|
|
1544
|
-
peerDependencies:
|
|
1545
|
-
react: '>=16.9.0'
|
|
1546
|
-
react-dom: '>=16.9.0'
|
|
1547
|
-
|
|
1548
|
-
react-dom@18.3.1:
|
|
1549
|
-
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
|
|
1550
|
-
peerDependencies:
|
|
1551
|
-
react: ^18.3.1
|
|
1552
|
-
|
|
1553
|
-
react-is@18.3.1:
|
|
1554
|
-
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
|
1555
|
-
|
|
1556
|
-
react-refresh@0.14.2:
|
|
1557
|
-
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
|
|
1558
|
-
engines: {node: '>=0.10.0'}
|
|
1559
|
-
|
|
1560
|
-
react-router-dom@6.26.2:
|
|
1561
|
-
resolution: {integrity: sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==}
|
|
1562
|
-
engines: {node: '>=14.0.0'}
|
|
1563
|
-
peerDependencies:
|
|
1564
|
-
react: '>=16.8'
|
|
1565
|
-
react-dom: '>=16.8'
|
|
1566
|
-
|
|
1567
|
-
react-router@6.26.2:
|
|
1568
|
-
resolution: {integrity: sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==}
|
|
1569
|
-
engines: {node: '>=14.0.0'}
|
|
1570
|
-
peerDependencies:
|
|
1571
|
-
react: '>=16.8'
|
|
1572
|
-
|
|
1573
|
-
react@18.3.1:
|
|
1574
|
-
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
|
|
1575
|
-
engines: {node: '>=0.10.0'}
|
|
1576
|
-
|
|
1577
|
-
readdirp@4.0.2:
|
|
1578
|
-
resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==}
|
|
1579
|
-
engines: {node: '>= 14.16.0'}
|
|
1580
|
-
|
|
1581
|
-
regenerator-runtime@0.14.1:
|
|
1582
|
-
resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
|
|
1583
|
-
|
|
1584
|
-
resize-observer-polyfill@1.5.1:
|
|
1585
|
-
resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
|
|
1586
|
-
|
|
1587
|
-
resolve-from@4.0.0:
|
|
1588
|
-
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
1589
|
-
engines: {node: '>=4'}
|
|
1590
|
-
|
|
1591
|
-
reusify@1.0.4:
|
|
1592
|
-
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
|
|
1593
|
-
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
1594
|
-
|
|
1595
|
-
rimraf@3.0.2:
|
|
1596
|
-
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
1597
|
-
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
1598
|
-
hasBin: true
|
|
1599
|
-
|
|
1600
|
-
rollup@4.24.0:
|
|
1601
|
-
resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==}
|
|
1602
|
-
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1603
|
-
hasBin: true
|
|
1604
|
-
|
|
1605
|
-
run-parallel@1.2.0:
|
|
1606
|
-
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
1607
|
-
|
|
1608
|
-
sass@1.79.5:
|
|
1609
|
-
resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==}
|
|
1610
|
-
engines: {node: '>=14.0.0'}
|
|
1611
|
-
hasBin: true
|
|
1627
|
+
sass@1.79.5:
|
|
1628
|
+
resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==}
|
|
1629
|
+
engines: {node: '>=14.0.0'}
|
|
1630
|
+
hasBin: true
|
|
1612
1631
|
|
|
1613
1632
|
scheduler@0.23.2:
|
|
1614
1633
|
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
@@ -1686,9 +1705,6 @@ packages:
|
|
|
1686
1705
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
1687
1706
|
engines: {node: '>=8.0'}
|
|
1688
1707
|
|
|
1689
|
-
toggle-selection@1.0.6:
|
|
1690
|
-
resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==}
|
|
1691
|
-
|
|
1692
1708
|
ts-api-utils@1.3.0:
|
|
1693
1709
|
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
|
|
1694
1710
|
engines: {node: '>=16'}
|
|
@@ -1810,29 +1826,31 @@ snapshots:
|
|
|
1810
1826
|
dependencies:
|
|
1811
1827
|
'@ctrl/tinycolor': 3.6.1
|
|
1812
1828
|
|
|
1813
|
-
'@ant-design/
|
|
1829
|
+
'@ant-design/colors@8.0.1':
|
|
1814
1830
|
dependencies:
|
|
1815
|
-
'@ant-design/
|
|
1816
|
-
|
|
1817
|
-
|
|
1831
|
+
'@ant-design/fast-color': 3.0.0
|
|
1832
|
+
|
|
1833
|
+
'@ant-design/cssinjs-utils@2.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
1834
|
+
dependencies:
|
|
1835
|
+
'@ant-design/cssinjs': 2.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
1836
|
+
'@babel/runtime': 7.28.4
|
|
1837
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
1818
1838
|
react: 18.3.1
|
|
1819
1839
|
react-dom: 18.3.1(react@18.3.1)
|
|
1820
1840
|
|
|
1821
|
-
'@ant-design/cssinjs@
|
|
1841
|
+
'@ant-design/cssinjs@2.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
1822
1842
|
dependencies:
|
|
1823
|
-
'@babel/runtime': 7.
|
|
1843
|
+
'@babel/runtime': 7.28.4
|
|
1824
1844
|
'@emotion/hash': 0.8.0
|
|
1825
1845
|
'@emotion/unitless': 0.7.5
|
|
1826
|
-
|
|
1846
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
1847
|
+
clsx: 2.1.1
|
|
1827
1848
|
csstype: 3.1.3
|
|
1828
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
1829
1849
|
react: 18.3.1
|
|
1830
1850
|
react-dom: 18.3.1(react@18.3.1)
|
|
1831
1851
|
stylis: 4.3.4
|
|
1832
1852
|
|
|
1833
|
-
'@ant-design/fast-color@
|
|
1834
|
-
dependencies:
|
|
1835
|
-
'@babel/runtime': 7.25.7
|
|
1853
|
+
'@ant-design/fast-color@3.0.0': {}
|
|
1836
1854
|
|
|
1837
1855
|
'@ant-design/icons-svg@4.4.2': {}
|
|
1838
1856
|
|
|
@@ -1846,13 +1864,22 @@ snapshots:
|
|
|
1846
1864
|
react: 18.3.1
|
|
1847
1865
|
react-dom: 18.3.1(react@18.3.1)
|
|
1848
1866
|
|
|
1849
|
-
'@ant-design/react-
|
|
1867
|
+
'@ant-design/icons@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
1850
1868
|
dependencies:
|
|
1851
|
-
'@
|
|
1852
|
-
|
|
1869
|
+
'@ant-design/colors': 8.0.1
|
|
1870
|
+
'@ant-design/icons-svg': 4.4.2
|
|
1871
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
1872
|
+
clsx: 2.1.1
|
|
1873
|
+
react: 18.3.1
|
|
1874
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
1875
|
+
|
|
1876
|
+
'@ant-design/react-slick@2.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
1877
|
+
dependencies:
|
|
1878
|
+
'@babel/runtime': 7.28.4
|
|
1879
|
+
clsx: 2.1.1
|
|
1853
1880
|
json2mq: 0.2.0
|
|
1854
1881
|
react: 18.3.1
|
|
1855
|
-
|
|
1882
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
1856
1883
|
throttle-debounce: 5.0.2
|
|
1857
1884
|
|
|
1858
1885
|
'@babel/code-frame@7.25.7':
|
|
@@ -1959,6 +1986,8 @@ snapshots:
|
|
|
1959
1986
|
dependencies:
|
|
1960
1987
|
regenerator-runtime: 0.14.1
|
|
1961
1988
|
|
|
1989
|
+
'@babel/runtime@7.28.4': {}
|
|
1990
|
+
|
|
1962
1991
|
'@babel/template@7.25.7':
|
|
1963
1992
|
dependencies:
|
|
1964
1993
|
'@babel/code-frame': 7.25.7
|
|
@@ -2180,70 +2209,347 @@ snapshots:
|
|
|
2180
2209
|
|
|
2181
2210
|
'@rc-component/async-validator@5.0.4':
|
|
2182
2211
|
dependencies:
|
|
2183
|
-
'@babel/runtime': 7.
|
|
2212
|
+
'@babel/runtime': 7.28.4
|
|
2184
2213
|
|
|
2185
|
-
'@rc-component/
|
|
2214
|
+
'@rc-component/cascader@1.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2186
2215
|
dependencies:
|
|
2187
|
-
'@
|
|
2188
|
-
'@
|
|
2189
|
-
|
|
2190
|
-
|
|
2216
|
+
'@rc-component/select': 1.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2217
|
+
'@rc-component/tree': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2218
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2219
|
+
clsx: 2.1.1
|
|
2191
2220
|
react: 18.3.1
|
|
2192
2221
|
react-dom: 18.3.1(react@18.3.1)
|
|
2193
2222
|
|
|
2194
|
-
'@rc-component/
|
|
2223
|
+
'@rc-component/checkbox@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2195
2224
|
dependencies:
|
|
2196
|
-
'@
|
|
2197
|
-
|
|
2225
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2226
|
+
clsx: 2.1.1
|
|
2227
|
+
react: 18.3.1
|
|
2228
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2229
|
+
|
|
2230
|
+
'@rc-component/collapse@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2231
|
+
dependencies:
|
|
2232
|
+
'@babel/runtime': 7.28.4
|
|
2233
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2234
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2235
|
+
clsx: 2.1.1
|
|
2236
|
+
react: 18.3.1
|
|
2237
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2238
|
+
|
|
2239
|
+
'@rc-component/color-picker@3.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2240
|
+
dependencies:
|
|
2241
|
+
'@ant-design/fast-color': 3.0.0
|
|
2242
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2243
|
+
clsx: 2.1.1
|
|
2244
|
+
react: 18.3.1
|
|
2245
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2246
|
+
|
|
2247
|
+
'@rc-component/context@2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2248
|
+
dependencies:
|
|
2249
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2250
|
+
react: 18.3.1
|
|
2251
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2252
|
+
|
|
2253
|
+
'@rc-component/dialog@1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2254
|
+
dependencies:
|
|
2255
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2256
|
+
'@rc-component/portal': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2257
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2258
|
+
clsx: 2.1.1
|
|
2259
|
+
react: 18.3.1
|
|
2260
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2261
|
+
|
|
2262
|
+
'@rc-component/drawer@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2263
|
+
dependencies:
|
|
2264
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2265
|
+
'@rc-component/portal': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2266
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2267
|
+
clsx: 2.1.1
|
|
2268
|
+
react: 18.3.1
|
|
2269
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2270
|
+
|
|
2271
|
+
'@rc-component/dropdown@1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2272
|
+
dependencies:
|
|
2273
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2274
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2275
|
+
clsx: 2.1.1
|
|
2276
|
+
react: 18.3.1
|
|
2277
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2278
|
+
|
|
2279
|
+
'@rc-component/form@1.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2280
|
+
dependencies:
|
|
2281
|
+
'@rc-component/async-validator': 5.0.4
|
|
2282
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2283
|
+
clsx: 2.1.1
|
|
2284
|
+
react: 18.3.1
|
|
2285
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2286
|
+
|
|
2287
|
+
'@rc-component/image@1.5.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2288
|
+
dependencies:
|
|
2289
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2290
|
+
'@rc-component/portal': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2291
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2292
|
+
clsx: 2.1.1
|
|
2293
|
+
react: 18.3.1
|
|
2294
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2295
|
+
|
|
2296
|
+
'@rc-component/input-number@1.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2297
|
+
dependencies:
|
|
2298
|
+
'@rc-component/mini-decimal': 1.1.0
|
|
2299
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2300
|
+
clsx: 2.1.1
|
|
2301
|
+
react: 18.3.1
|
|
2302
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2303
|
+
|
|
2304
|
+
'@rc-component/input@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2305
|
+
dependencies:
|
|
2306
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2307
|
+
clsx: 2.1.1
|
|
2308
|
+
react: 18.3.1
|
|
2309
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2310
|
+
|
|
2311
|
+
'@rc-component/mentions@1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2312
|
+
dependencies:
|
|
2313
|
+
'@rc-component/input': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2314
|
+
'@rc-component/menu': 1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2315
|
+
'@rc-component/textarea': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2316
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2317
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2318
|
+
clsx: 2.1.1
|
|
2319
|
+
react: 18.3.1
|
|
2320
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2321
|
+
|
|
2322
|
+
'@rc-component/menu@1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2323
|
+
dependencies:
|
|
2324
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2325
|
+
'@rc-component/overflow': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2326
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2327
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2328
|
+
clsx: 2.1.1
|
|
2198
2329
|
react: 18.3.1
|
|
2199
2330
|
react-dom: 18.3.1(react@18.3.1)
|
|
2200
2331
|
|
|
2201
2332
|
'@rc-component/mini-decimal@1.1.0':
|
|
2202
2333
|
dependencies:
|
|
2203
|
-
'@babel/runtime': 7.
|
|
2334
|
+
'@babel/runtime': 7.28.4
|
|
2204
2335
|
|
|
2205
|
-
'@rc-component/
|
|
2336
|
+
'@rc-component/motion@1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2206
2337
|
dependencies:
|
|
2207
|
-
'@
|
|
2208
|
-
|
|
2209
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2338
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2339
|
+
clsx: 2.1.1
|
|
2210
2340
|
react: 18.3.1
|
|
2211
2341
|
react-dom: 18.3.1(react@18.3.1)
|
|
2212
2342
|
|
|
2213
|
-
'@rc-component/
|
|
2343
|
+
'@rc-component/mutate-observer@2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2214
2344
|
dependencies:
|
|
2215
|
-
'@
|
|
2216
|
-
|
|
2217
|
-
|
|
2345
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2346
|
+
react: 18.3.1
|
|
2347
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2348
|
+
|
|
2349
|
+
'@rc-component/notification@1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2350
|
+
dependencies:
|
|
2351
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2352
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2353
|
+
clsx: 2.1.1
|
|
2354
|
+
react: 18.3.1
|
|
2355
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2356
|
+
|
|
2357
|
+
'@rc-component/overflow@1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2358
|
+
dependencies:
|
|
2359
|
+
'@babel/runtime': 7.28.4
|
|
2360
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2361
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2362
|
+
clsx: 2.1.1
|
|
2363
|
+
react: 18.3.1
|
|
2364
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2365
|
+
|
|
2366
|
+
'@rc-component/pagination@1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2367
|
+
dependencies:
|
|
2368
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2369
|
+
clsx: 2.1.1
|
|
2370
|
+
react: 18.3.1
|
|
2371
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2372
|
+
|
|
2373
|
+
'@rc-component/picker@1.9.0(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2374
|
+
dependencies:
|
|
2375
|
+
'@rc-component/overflow': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2376
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2377
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2378
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2379
|
+
clsx: 2.1.1
|
|
2380
|
+
react: 18.3.1
|
|
2381
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2382
|
+
optionalDependencies:
|
|
2383
|
+
dayjs: 1.11.13
|
|
2384
|
+
|
|
2385
|
+
'@rc-component/portal@2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2386
|
+
dependencies:
|
|
2387
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2388
|
+
clsx: 2.1.1
|
|
2389
|
+
react: 18.3.1
|
|
2390
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2391
|
+
|
|
2392
|
+
'@rc-component/progress@1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2393
|
+
dependencies:
|
|
2394
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2395
|
+
clsx: 2.1.1
|
|
2396
|
+
react: 18.3.1
|
|
2397
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2398
|
+
|
|
2399
|
+
'@rc-component/qrcode@1.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2400
|
+
dependencies:
|
|
2401
|
+
'@babel/runtime': 7.28.4
|
|
2402
|
+
react: 18.3.1
|
|
2403
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2404
|
+
|
|
2405
|
+
'@rc-component/rate@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2406
|
+
dependencies:
|
|
2407
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2408
|
+
clsx: 2.1.1
|
|
2409
|
+
react: 18.3.1
|
|
2410
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2411
|
+
|
|
2412
|
+
'@rc-component/resize-observer@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2413
|
+
dependencies:
|
|
2414
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2415
|
+
react: 18.3.1
|
|
2416
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2417
|
+
|
|
2418
|
+
'@rc-component/segmented@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2419
|
+
dependencies:
|
|
2420
|
+
'@babel/runtime': 7.28.4
|
|
2421
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2422
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2423
|
+
clsx: 2.1.1
|
|
2424
|
+
react: 18.3.1
|
|
2425
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2426
|
+
|
|
2427
|
+
'@rc-component/select@1.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2428
|
+
dependencies:
|
|
2429
|
+
'@rc-component/overflow': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2430
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2431
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2432
|
+
'@rc-component/virtual-list': 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2433
|
+
clsx: 2.1.1
|
|
2434
|
+
react: 18.3.1
|
|
2435
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2436
|
+
|
|
2437
|
+
'@rc-component/slider@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2438
|
+
dependencies:
|
|
2439
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2440
|
+
clsx: 2.1.1
|
|
2441
|
+
react: 18.3.1
|
|
2442
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2443
|
+
|
|
2444
|
+
'@rc-component/steps@1.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2445
|
+
dependencies:
|
|
2446
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2447
|
+
clsx: 2.1.1
|
|
2448
|
+
react: 18.3.1
|
|
2449
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2450
|
+
|
|
2451
|
+
'@rc-component/switch@1.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2452
|
+
dependencies:
|
|
2453
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2454
|
+
clsx: 2.1.1
|
|
2455
|
+
react: 18.3.1
|
|
2456
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2457
|
+
|
|
2458
|
+
'@rc-component/table@1.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2459
|
+
dependencies:
|
|
2460
|
+
'@rc-component/context': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2461
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2462
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2463
|
+
'@rc-component/virtual-list': 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2464
|
+
clsx: 2.1.1
|
|
2465
|
+
react: 18.3.1
|
|
2466
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2467
|
+
|
|
2468
|
+
'@rc-component/tabs@1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2469
|
+
dependencies:
|
|
2470
|
+
'@rc-component/dropdown': 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2471
|
+
'@rc-component/menu': 1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2472
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2473
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2474
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2475
|
+
clsx: 2.1.1
|
|
2476
|
+
react: 18.3.1
|
|
2477
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2478
|
+
|
|
2479
|
+
'@rc-component/textarea@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2480
|
+
dependencies:
|
|
2481
|
+
'@rc-component/input': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2482
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2483
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2484
|
+
clsx: 2.1.1
|
|
2485
|
+
react: 18.3.1
|
|
2486
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2487
|
+
|
|
2488
|
+
'@rc-component/tooltip@1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2489
|
+
dependencies:
|
|
2490
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2491
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2492
|
+
clsx: 2.1.1
|
|
2493
|
+
react: 18.3.1
|
|
2494
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2495
|
+
|
|
2496
|
+
'@rc-component/tour@2.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2497
|
+
dependencies:
|
|
2498
|
+
'@rc-component/portal': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2499
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2500
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2501
|
+
clsx: 2.1.1
|
|
2502
|
+
react: 18.3.1
|
|
2503
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2504
|
+
|
|
2505
|
+
'@rc-component/tree-select@1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2506
|
+
dependencies:
|
|
2507
|
+
'@rc-component/select': 1.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2508
|
+
'@rc-component/tree': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2509
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2510
|
+
clsx: 2.1.1
|
|
2511
|
+
react: 18.3.1
|
|
2512
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2513
|
+
|
|
2514
|
+
'@rc-component/tree@1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2515
|
+
dependencies:
|
|
2516
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2517
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2518
|
+
'@rc-component/virtual-list': 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2519
|
+
clsx: 2.1.1
|
|
2520
|
+
react: 18.3.1
|
|
2521
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2522
|
+
|
|
2523
|
+
'@rc-component/trigger@3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2524
|
+
dependencies:
|
|
2525
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2526
|
+
'@rc-component/portal': 2.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2527
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2528
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2529
|
+
clsx: 2.1.1
|
|
2218
2530
|
react: 18.3.1
|
|
2219
2531
|
react-dom: 18.3.1(react@18.3.1)
|
|
2220
2532
|
|
|
2221
|
-
'@rc-component/
|
|
2533
|
+
'@rc-component/upload@1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2222
2534
|
dependencies:
|
|
2223
|
-
'@
|
|
2224
|
-
|
|
2225
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2535
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2536
|
+
clsx: 2.1.1
|
|
2226
2537
|
react: 18.3.1
|
|
2227
2538
|
react-dom: 18.3.1(react@18.3.1)
|
|
2228
2539
|
|
|
2229
|
-
'@rc-component/
|
|
2540
|
+
'@rc-component/util@1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2230
2541
|
dependencies:
|
|
2231
|
-
|
|
2232
|
-
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2233
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2234
|
-
classnames: 2.5.1
|
|
2235
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2542
|
+
is-mobile: 5.0.0
|
|
2236
2543
|
react: 18.3.1
|
|
2237
2544
|
react-dom: 18.3.1(react@18.3.1)
|
|
2545
|
+
react-is: 18.3.1
|
|
2238
2546
|
|
|
2239
|
-
'@rc-component/
|
|
2547
|
+
'@rc-component/virtual-list@1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2240
2548
|
dependencies:
|
|
2241
|
-
'@babel/runtime': 7.
|
|
2242
|
-
'@rc-component/
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2246
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2549
|
+
'@babel/runtime': 7.28.4
|
|
2550
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2551
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2552
|
+
clsx: 2.1.1
|
|
2247
2553
|
react: 18.3.1
|
|
2248
2554
|
react-dom: 18.3.1(react@18.3.1)
|
|
2249
2555
|
|
|
@@ -2467,55 +2773,54 @@ snapshots:
|
|
|
2467
2773
|
dependencies:
|
|
2468
2774
|
color-convert: 2.0.1
|
|
2469
2775
|
|
|
2470
|
-
antd@
|
|
2471
|
-
dependencies:
|
|
2472
|
-
'@ant-design/colors':
|
|
2473
|
-
'@ant-design/cssinjs':
|
|
2474
|
-
'@ant-design/cssinjs-utils':
|
|
2475
|
-
'@ant-design/
|
|
2476
|
-
'@ant-design/
|
|
2477
|
-
'@
|
|
2478
|
-
'@
|
|
2479
|
-
'@rc-component/
|
|
2480
|
-
'@rc-component/
|
|
2481
|
-
'@rc-component/
|
|
2482
|
-
'@rc-component/
|
|
2483
|
-
'@rc-component/
|
|
2484
|
-
|
|
2485
|
-
|
|
2776
|
+
antd@6.1.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
2777
|
+
dependencies:
|
|
2778
|
+
'@ant-design/colors': 8.0.1
|
|
2779
|
+
'@ant-design/cssinjs': 2.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2780
|
+
'@ant-design/cssinjs-utils': 2.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2781
|
+
'@ant-design/fast-color': 3.0.0
|
|
2782
|
+
'@ant-design/icons': 6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2783
|
+
'@ant-design/react-slick': 2.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2784
|
+
'@babel/runtime': 7.28.4
|
|
2785
|
+
'@rc-component/cascader': 1.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2786
|
+
'@rc-component/checkbox': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2787
|
+
'@rc-component/collapse': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2788
|
+
'@rc-component/color-picker': 3.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2789
|
+
'@rc-component/dialog': 1.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2790
|
+
'@rc-component/drawer': 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2791
|
+
'@rc-component/dropdown': 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2792
|
+
'@rc-component/form': 1.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2793
|
+
'@rc-component/image': 1.5.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2794
|
+
'@rc-component/input': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2795
|
+
'@rc-component/input-number': 1.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2796
|
+
'@rc-component/mentions': 1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2797
|
+
'@rc-component/menu': 1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2798
|
+
'@rc-component/motion': 1.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2799
|
+
'@rc-component/mutate-observer': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2800
|
+
'@rc-component/notification': 1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2801
|
+
'@rc-component/pagination': 1.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2802
|
+
'@rc-component/picker': 1.9.0(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2803
|
+
'@rc-component/progress': 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2804
|
+
'@rc-component/qrcode': 1.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2805
|
+
'@rc-component/rate': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2806
|
+
'@rc-component/resize-observer': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2807
|
+
'@rc-component/segmented': 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2808
|
+
'@rc-component/select': 1.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2809
|
+
'@rc-component/slider': 1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2810
|
+
'@rc-component/steps': 1.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2811
|
+
'@rc-component/switch': 1.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2812
|
+
'@rc-component/table': 1.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2813
|
+
'@rc-component/tabs': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2814
|
+
'@rc-component/textarea': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2815
|
+
'@rc-component/tooltip': 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2816
|
+
'@rc-component/tour': 2.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2817
|
+
'@rc-component/tree': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2818
|
+
'@rc-component/tree-select': 1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2819
|
+
'@rc-component/trigger': 3.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2820
|
+
'@rc-component/upload': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2821
|
+
'@rc-component/util': 1.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2822
|
+
clsx: 2.1.1
|
|
2486
2823
|
dayjs: 1.11.13
|
|
2487
|
-
rc-cascader: 3.28.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2488
|
-
rc-checkbox: 3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2489
|
-
rc-collapse: 3.8.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2490
|
-
rc-dialog: 9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2491
|
-
rc-drawer: 7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2492
|
-
rc-dropdown: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2493
|
-
rc-field-form: 2.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2494
|
-
rc-image: 7.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2495
|
-
rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2496
|
-
rc-input-number: 9.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2497
|
-
rc-mentions: 2.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2498
|
-
rc-menu: 9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2499
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2500
|
-
rc-notification: 5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2501
|
-
rc-pagination: 4.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2502
|
-
rc-picker: 4.6.15(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2503
|
-
rc-progress: 4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2504
|
-
rc-rate: 2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2505
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2506
|
-
rc-segmented: 2.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2507
|
-
rc-select: 14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2508
|
-
rc-slider: 11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2509
|
-
rc-steps: 6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2510
|
-
rc-switch: 4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2511
|
-
rc-table: 7.47.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2512
|
-
rc-tabs: 15.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2513
|
-
rc-textarea: 1.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2514
|
-
rc-tooltip: 6.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2515
|
-
rc-tree: 5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2516
|
-
rc-tree-select: 5.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2517
|
-
rc-upload: 4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2518
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2519
2824
|
react: 18.3.1
|
|
2520
2825
|
react-dom: 18.3.1(react@18.3.1)
|
|
2521
2826
|
scroll-into-view-if-needed: 3.1.0
|
|
@@ -2527,8 +2832,6 @@ snapshots:
|
|
|
2527
2832
|
|
|
2528
2833
|
argparse@2.0.1: {}
|
|
2529
2834
|
|
|
2530
|
-
array-tree-filter@2.1.0: {}
|
|
2531
|
-
|
|
2532
2835
|
array-union@2.1.0: {}
|
|
2533
2836
|
|
|
2534
2837
|
asynckit@0.4.0: {}
|
|
@@ -2592,6 +2895,8 @@ snapshots:
|
|
|
2592
2895
|
|
|
2593
2896
|
classnames@2.5.1: {}
|
|
2594
2897
|
|
|
2898
|
+
clsx@2.1.1: {}
|
|
2899
|
+
|
|
2595
2900
|
color-convert@1.9.3:
|
|
2596
2901
|
dependencies:
|
|
2597
2902
|
color-name: 1.1.3
|
|
@@ -2614,10 +2919,6 @@ snapshots:
|
|
|
2614
2919
|
|
|
2615
2920
|
convert-source-map@2.0.0: {}
|
|
2616
2921
|
|
|
2617
|
-
copy-to-clipboard@3.3.3:
|
|
2618
|
-
dependencies:
|
|
2619
|
-
toggle-selection: 1.0.6
|
|
2620
|
-
|
|
2621
2922
|
cross-spawn@7.0.3:
|
|
2622
2923
|
dependencies:
|
|
2623
2924
|
path-key: 3.1.1
|
|
@@ -2912,6 +3213,8 @@ snapshots:
|
|
|
2912
3213
|
dependencies:
|
|
2913
3214
|
is-extglob: 2.1.1
|
|
2914
3215
|
|
|
3216
|
+
is-mobile@5.0.0: {}
|
|
3217
|
+
|
|
2915
3218
|
is-number@7.0.0: {}
|
|
2916
3219
|
|
|
2917
3220
|
is-path-inside@3.0.3: {}
|
|
@@ -3060,309 +3363,6 @@ snapshots:
|
|
|
3060
3363
|
|
|
3061
3364
|
queue-microtask@1.2.3: {}
|
|
3062
3365
|
|
|
3063
|
-
rc-cascader@3.28.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3064
|
-
dependencies:
|
|
3065
|
-
'@babel/runtime': 7.25.7
|
|
3066
|
-
array-tree-filter: 2.1.0
|
|
3067
|
-
classnames: 2.5.1
|
|
3068
|
-
rc-select: 14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3069
|
-
rc-tree: 5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3070
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3071
|
-
react: 18.3.1
|
|
3072
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3073
|
-
|
|
3074
|
-
rc-checkbox@3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3075
|
-
dependencies:
|
|
3076
|
-
'@babel/runtime': 7.25.7
|
|
3077
|
-
classnames: 2.5.1
|
|
3078
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3079
|
-
react: 18.3.1
|
|
3080
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3081
|
-
|
|
3082
|
-
rc-collapse@3.8.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3083
|
-
dependencies:
|
|
3084
|
-
'@babel/runtime': 7.25.7
|
|
3085
|
-
classnames: 2.5.1
|
|
3086
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3087
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3088
|
-
react: 18.3.1
|
|
3089
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3090
|
-
|
|
3091
|
-
rc-dialog@9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3092
|
-
dependencies:
|
|
3093
|
-
'@babel/runtime': 7.25.7
|
|
3094
|
-
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3095
|
-
classnames: 2.5.1
|
|
3096
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3097
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3098
|
-
react: 18.3.1
|
|
3099
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3100
|
-
|
|
3101
|
-
rc-drawer@7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3102
|
-
dependencies:
|
|
3103
|
-
'@babel/runtime': 7.25.7
|
|
3104
|
-
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3105
|
-
classnames: 2.5.1
|
|
3106
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3107
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3108
|
-
react: 18.3.1
|
|
3109
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3110
|
-
|
|
3111
|
-
rc-dropdown@4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3112
|
-
dependencies:
|
|
3113
|
-
'@babel/runtime': 7.25.7
|
|
3114
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3115
|
-
classnames: 2.5.1
|
|
3116
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3117
|
-
react: 18.3.1
|
|
3118
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3119
|
-
|
|
3120
|
-
rc-field-form@2.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3121
|
-
dependencies:
|
|
3122
|
-
'@babel/runtime': 7.25.7
|
|
3123
|
-
'@rc-component/async-validator': 5.0.4
|
|
3124
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3125
|
-
react: 18.3.1
|
|
3126
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3127
|
-
|
|
3128
|
-
rc-image@7.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3129
|
-
dependencies:
|
|
3130
|
-
'@babel/runtime': 7.25.7
|
|
3131
|
-
'@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3132
|
-
classnames: 2.5.1
|
|
3133
|
-
rc-dialog: 9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3134
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3135
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3136
|
-
react: 18.3.1
|
|
3137
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3138
|
-
|
|
3139
|
-
rc-input-number@9.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3140
|
-
dependencies:
|
|
3141
|
-
'@babel/runtime': 7.25.7
|
|
3142
|
-
'@rc-component/mini-decimal': 1.1.0
|
|
3143
|
-
classnames: 2.5.1
|
|
3144
|
-
rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3145
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3146
|
-
react: 18.3.1
|
|
3147
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3148
|
-
|
|
3149
|
-
rc-input@1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3150
|
-
dependencies:
|
|
3151
|
-
'@babel/runtime': 7.25.7
|
|
3152
|
-
classnames: 2.5.1
|
|
3153
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3154
|
-
react: 18.3.1
|
|
3155
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3156
|
-
|
|
3157
|
-
rc-mentions@2.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3158
|
-
dependencies:
|
|
3159
|
-
'@babel/runtime': 7.25.7
|
|
3160
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3161
|
-
classnames: 2.5.1
|
|
3162
|
-
rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3163
|
-
rc-menu: 9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3164
|
-
rc-textarea: 1.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3165
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3166
|
-
react: 18.3.1
|
|
3167
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3168
|
-
|
|
3169
|
-
rc-menu@9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3170
|
-
dependencies:
|
|
3171
|
-
'@babel/runtime': 7.25.7
|
|
3172
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3173
|
-
classnames: 2.5.1
|
|
3174
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3175
|
-
rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3176
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3177
|
-
react: 18.3.1
|
|
3178
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3179
|
-
|
|
3180
|
-
rc-motion@2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3181
|
-
dependencies:
|
|
3182
|
-
'@babel/runtime': 7.25.7
|
|
3183
|
-
classnames: 2.5.1
|
|
3184
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3185
|
-
react: 18.3.1
|
|
3186
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3187
|
-
|
|
3188
|
-
rc-notification@5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3189
|
-
dependencies:
|
|
3190
|
-
'@babel/runtime': 7.25.7
|
|
3191
|
-
classnames: 2.5.1
|
|
3192
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3193
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3194
|
-
react: 18.3.1
|
|
3195
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3196
|
-
|
|
3197
|
-
rc-overflow@1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3198
|
-
dependencies:
|
|
3199
|
-
'@babel/runtime': 7.25.7
|
|
3200
|
-
classnames: 2.5.1
|
|
3201
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3202
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3203
|
-
react: 18.3.1
|
|
3204
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3205
|
-
|
|
3206
|
-
rc-pagination@4.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3207
|
-
dependencies:
|
|
3208
|
-
'@babel/runtime': 7.25.7
|
|
3209
|
-
classnames: 2.5.1
|
|
3210
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3211
|
-
react: 18.3.1
|
|
3212
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3213
|
-
|
|
3214
|
-
rc-picker@4.6.15(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3215
|
-
dependencies:
|
|
3216
|
-
'@babel/runtime': 7.25.7
|
|
3217
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3218
|
-
classnames: 2.5.1
|
|
3219
|
-
rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3220
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3221
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3222
|
-
react: 18.3.1
|
|
3223
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3224
|
-
optionalDependencies:
|
|
3225
|
-
dayjs: 1.11.13
|
|
3226
|
-
|
|
3227
|
-
rc-progress@4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3228
|
-
dependencies:
|
|
3229
|
-
'@babel/runtime': 7.25.7
|
|
3230
|
-
classnames: 2.5.1
|
|
3231
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3232
|
-
react: 18.3.1
|
|
3233
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3234
|
-
|
|
3235
|
-
rc-rate@2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3236
|
-
dependencies:
|
|
3237
|
-
'@babel/runtime': 7.25.7
|
|
3238
|
-
classnames: 2.5.1
|
|
3239
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3240
|
-
react: 18.3.1
|
|
3241
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3242
|
-
|
|
3243
|
-
rc-resize-observer@1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3244
|
-
dependencies:
|
|
3245
|
-
'@babel/runtime': 7.25.7
|
|
3246
|
-
classnames: 2.5.1
|
|
3247
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3248
|
-
react: 18.3.1
|
|
3249
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3250
|
-
resize-observer-polyfill: 1.5.1
|
|
3251
|
-
|
|
3252
|
-
rc-segmented@2.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3253
|
-
dependencies:
|
|
3254
|
-
'@babel/runtime': 7.25.7
|
|
3255
|
-
classnames: 2.5.1
|
|
3256
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3257
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3258
|
-
react: 18.3.1
|
|
3259
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3260
|
-
|
|
3261
|
-
rc-select@14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3262
|
-
dependencies:
|
|
3263
|
-
'@babel/runtime': 7.25.7
|
|
3264
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3265
|
-
classnames: 2.5.1
|
|
3266
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3267
|
-
rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3268
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3269
|
-
rc-virtual-list: 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3270
|
-
react: 18.3.1
|
|
3271
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3272
|
-
|
|
3273
|
-
rc-slider@11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3274
|
-
dependencies:
|
|
3275
|
-
'@babel/runtime': 7.25.7
|
|
3276
|
-
classnames: 2.5.1
|
|
3277
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3278
|
-
react: 18.3.1
|
|
3279
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3280
|
-
|
|
3281
|
-
rc-steps@6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3282
|
-
dependencies:
|
|
3283
|
-
'@babel/runtime': 7.25.7
|
|
3284
|
-
classnames: 2.5.1
|
|
3285
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3286
|
-
react: 18.3.1
|
|
3287
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3288
|
-
|
|
3289
|
-
rc-switch@4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3290
|
-
dependencies:
|
|
3291
|
-
'@babel/runtime': 7.25.7
|
|
3292
|
-
classnames: 2.5.1
|
|
3293
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3294
|
-
react: 18.3.1
|
|
3295
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3296
|
-
|
|
3297
|
-
rc-table@7.47.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3298
|
-
dependencies:
|
|
3299
|
-
'@babel/runtime': 7.25.7
|
|
3300
|
-
'@rc-component/context': 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3301
|
-
classnames: 2.5.1
|
|
3302
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3303
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3304
|
-
rc-virtual-list: 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3305
|
-
react: 18.3.1
|
|
3306
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3307
|
-
|
|
3308
|
-
rc-tabs@15.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3309
|
-
dependencies:
|
|
3310
|
-
'@babel/runtime': 7.25.7
|
|
3311
|
-
classnames: 2.5.1
|
|
3312
|
-
rc-dropdown: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3313
|
-
rc-menu: 9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3314
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3315
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3316
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3317
|
-
react: 18.3.1
|
|
3318
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3319
|
-
|
|
3320
|
-
rc-textarea@1.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3321
|
-
dependencies:
|
|
3322
|
-
'@babel/runtime': 7.25.7
|
|
3323
|
-
classnames: 2.5.1
|
|
3324
|
-
rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3325
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3326
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3327
|
-
react: 18.3.1
|
|
3328
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3329
|
-
|
|
3330
|
-
rc-tooltip@6.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3331
|
-
dependencies:
|
|
3332
|
-
'@babel/runtime': 7.25.7
|
|
3333
|
-
'@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3334
|
-
classnames: 2.5.1
|
|
3335
|
-
react: 18.3.1
|
|
3336
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3337
|
-
|
|
3338
|
-
rc-tree-select@5.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3339
|
-
dependencies:
|
|
3340
|
-
'@babel/runtime': 7.25.7
|
|
3341
|
-
classnames: 2.5.1
|
|
3342
|
-
rc-select: 14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3343
|
-
rc-tree: 5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3344
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3345
|
-
react: 18.3.1
|
|
3346
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3347
|
-
|
|
3348
|
-
rc-tree@5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3349
|
-
dependencies:
|
|
3350
|
-
'@babel/runtime': 7.25.7
|
|
3351
|
-
classnames: 2.5.1
|
|
3352
|
-
rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3353
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3354
|
-
rc-virtual-list: 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3355
|
-
react: 18.3.1
|
|
3356
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3357
|
-
|
|
3358
|
-
rc-upload@4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3359
|
-
dependencies:
|
|
3360
|
-
'@babel/runtime': 7.25.7
|
|
3361
|
-
classnames: 2.5.1
|
|
3362
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3363
|
-
react: 18.3.1
|
|
3364
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3365
|
-
|
|
3366
3366
|
rc-util@5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3367
3367
|
dependencies:
|
|
3368
3368
|
'@babel/runtime': 7.25.7
|
|
@@ -3370,15 +3370,6 @@ snapshots:
|
|
|
3370
3370
|
react-dom: 18.3.1(react@18.3.1)
|
|
3371
3371
|
react-is: 18.3.1
|
|
3372
3372
|
|
|
3373
|
-
rc-virtual-list@3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3374
|
-
dependencies:
|
|
3375
|
-
'@babel/runtime': 7.25.7
|
|
3376
|
-
classnames: 2.5.1
|
|
3377
|
-
rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3378
|
-
rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
3379
|
-
react: 18.3.1
|
|
3380
|
-
react-dom: 18.3.1(react@18.3.1)
|
|
3381
|
-
|
|
3382
3373
|
react-dom@18.3.1(react@18.3.1):
|
|
3383
3374
|
dependencies:
|
|
3384
3375
|
loose-envify: 1.4.0
|
|
@@ -3409,8 +3400,6 @@ snapshots:
|
|
|
3409
3400
|
|
|
3410
3401
|
regenerator-runtime@0.14.1: {}
|
|
3411
3402
|
|
|
3412
|
-
resize-observer-polyfill@1.5.1: {}
|
|
3413
|
-
|
|
3414
3403
|
resolve-from@4.0.0: {}
|
|
3415
3404
|
|
|
3416
3405
|
reusify@1.0.4: {}
|
|
@@ -3518,8 +3507,6 @@ snapshots:
|
|
|
3518
3507
|
dependencies:
|
|
3519
3508
|
is-number: 7.0.0
|
|
3520
3509
|
|
|
3521
|
-
toggle-selection@1.0.6: {}
|
|
3522
|
-
|
|
3523
3510
|
ts-api-utils@1.3.0(typescript@5.6.3):
|
|
3524
3511
|
dependencies:
|
|
3525
3512
|
typescript: 5.6.3
|