@zenuml/core 3.23.25 → 3.23.27
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/Integration/vanilla-js/index.html +6 -6
- package/README.md +1 -1
- package/dist/StylePanel.b4adcc0f.js +1822 -0
- package/dist/{close.b722bce3.js → close.4141eb53.js} +3 -3
- package/dist/{collapse-expanded.61a9f842.js → collapse-expanded.c6198e7e.js} +3 -3
- package/dist/{collapse-unexpanded.af699470.js → collapse-unexpanded.a04daefa.js} +3 -3
- package/dist/{core.8505f4cf.js → core.6db5c9c5.js} +10501 -15638
- package/dist/{debug.bf053bb4.js → debug.07250777.js} +3 -3
- package/dist/{message-arrow.b44f659c.js → message-arrow.ad83b68c.js} +3 -3
- package/dist/{non-selected-cycle.0aa64f79.js → non-selected-cycle.7bf47650.js} +3 -3
- package/dist/{numbering.b6446761.js → numbering.3db0cf6a.js} +3 -3
- package/dist/{privacy.593bed08.js → privacy.77d8ea24.js} +3 -3
- package/dist/{selected-cycle.3c33b22f.js → selected-cycle.063d817b.js} +3 -3
- package/dist/{theme.c5210829.js → theme.bab70062.js} +3 -3
- package/dist/{tip.c14acdbc.js → tip.92210483.js} +3 -3
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +458 -483
- package/dist/{zoom-in.ac9179b1.js → zoom-in.67bc071d.js} +3 -3
- package/dist/{zoom-out.7f77e980.js → zoom-out.3c690712.js} +3 -3
- package/package.json +6 -6
- package/pnpm-lock.yaml +290 -179
- package/dist/StylePanel.96faa8de.js +0 -1756
package/pnpm-lock.yaml
CHANGED
|
@@ -2,14 +2,14 @@ lockfileVersion: "6.0"
|
|
|
2
2
|
|
|
3
3
|
dependencies:
|
|
4
4
|
"@headlessui-float/vue":
|
|
5
|
-
specifier: ^0.
|
|
6
|
-
version: 0.
|
|
5
|
+
specifier: ^0.14.0
|
|
6
|
+
version: 0.14.0(@headlessui/vue@1.7.16)(vue@3.2.45)
|
|
7
7
|
"@headlessui/tailwindcss":
|
|
8
8
|
specifier: ^0.2.0
|
|
9
9
|
version: 0.2.0(tailwindcss@3.2.4)
|
|
10
10
|
"@headlessui/vue":
|
|
11
11
|
specifier: ^1.7.16
|
|
12
|
-
version: 1.7.16(vue@3.
|
|
12
|
+
version: 1.7.16(vue@3.2.45)
|
|
13
13
|
"@types/assert":
|
|
14
14
|
specifier: ^1.5.6
|
|
15
15
|
version: 1.5.6
|
|
@@ -17,8 +17,8 @@ dependencies:
|
|
|
17
17
|
specifier: ^0.28.20
|
|
18
18
|
version: 0.28.20
|
|
19
19
|
"@vue/compat":
|
|
20
|
-
specifier: ^3.
|
|
21
|
-
version: 3.
|
|
20
|
+
specifier: ^3.2.45
|
|
21
|
+
version: 3.2.45(vue@3.2.45)
|
|
22
22
|
antlr4:
|
|
23
23
|
specifier: ~4.11.0
|
|
24
24
|
version: 4.11.0
|
|
@@ -59,11 +59,11 @@ dependencies:
|
|
|
59
59
|
specifier: ^3.2.4
|
|
60
60
|
version: 3.2.4(postcss@8.4.31)(ts-node@10.9.1)
|
|
61
61
|
vue:
|
|
62
|
-
specifier: ^3.
|
|
63
|
-
version: 3.
|
|
62
|
+
specifier: ^3.2.45
|
|
63
|
+
version: 3.2.45
|
|
64
64
|
vuex:
|
|
65
65
|
specifier: ^4.1.0
|
|
66
|
-
version: 4.1.0(vue@3.
|
|
66
|
+
version: 4.1.0(vue@3.2.45)
|
|
67
67
|
|
|
68
68
|
devDependencies:
|
|
69
69
|
"@babel/eslint-parser":
|
|
@@ -92,16 +92,16 @@ devDependencies:
|
|
|
92
92
|
version: 6.7.4(eslint@8.30.0)(typescript@4.9.4)
|
|
93
93
|
"@vitejs/plugin-vue":
|
|
94
94
|
specifier: ^4.0.0
|
|
95
|
-
version: 4.0.0(vite@3.2.10)(vue@3.
|
|
95
|
+
version: 4.0.0(vite@3.2.10)(vue@3.2.45)
|
|
96
96
|
"@vue/compiler-dom":
|
|
97
|
-
specifier: ^3.
|
|
98
|
-
version: 3.
|
|
97
|
+
specifier: ^3.3.8
|
|
98
|
+
version: 3.3.8
|
|
99
99
|
"@vue/compiler-sfc":
|
|
100
|
-
specifier: ^3.
|
|
101
|
-
version: 3.
|
|
100
|
+
specifier: ^3.2.45
|
|
101
|
+
version: 3.2.45
|
|
102
102
|
"@vue/test-utils":
|
|
103
103
|
specifier: ^2.2.7
|
|
104
|
-
version: 2.2.7(vue@3.
|
|
104
|
+
version: 2.2.7(vue@3.2.45)
|
|
105
105
|
autoprefixer:
|
|
106
106
|
specifier: ^10.4.13
|
|
107
107
|
version: 10.4.13(postcss@8.4.31)
|
|
@@ -291,7 +291,7 @@ packages:
|
|
|
291
291
|
}
|
|
292
292
|
engines: { node: ">=6.9.0" }
|
|
293
293
|
dependencies:
|
|
294
|
-
"@babel/types": 7.
|
|
294
|
+
"@babel/types": 7.23.0
|
|
295
295
|
"@jridgewell/gen-mapping": 0.3.2
|
|
296
296
|
"@jridgewell/trace-mapping": 0.3.17
|
|
297
297
|
jsesc: 2.5.2
|
|
@@ -317,7 +317,7 @@ packages:
|
|
|
317
317
|
}
|
|
318
318
|
engines: { node: ">=6.9.0" }
|
|
319
319
|
dependencies:
|
|
320
|
-
"@babel/types": 7.
|
|
320
|
+
"@babel/types": 7.22.4
|
|
321
321
|
dev: true
|
|
322
322
|
|
|
323
323
|
/@babel/helper-builder-binary-assignment-operator-visitor@7.18.9:
|
|
@@ -328,7 +328,7 @@ packages:
|
|
|
328
328
|
engines: { node: ">=6.9.0" }
|
|
329
329
|
dependencies:
|
|
330
330
|
"@babel/helper-explode-assignable-expression": 7.18.6
|
|
331
|
-
"@babel/types": 7.
|
|
331
|
+
"@babel/types": 7.22.4
|
|
332
332
|
dev: true
|
|
333
333
|
|
|
334
334
|
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.24.6):
|
|
@@ -446,7 +446,7 @@ packages:
|
|
|
446
446
|
}
|
|
447
447
|
engines: { node: ">=6.9.0" }
|
|
448
448
|
dependencies:
|
|
449
|
-
"@babel/types": 7.
|
|
449
|
+
"@babel/types": 7.22.4
|
|
450
450
|
dev: true
|
|
451
451
|
|
|
452
452
|
/@babel/helper-function-name@7.21.0:
|
|
@@ -457,7 +457,7 @@ packages:
|
|
|
457
457
|
engines: { node: ">=6.9.0" }
|
|
458
458
|
dependencies:
|
|
459
459
|
"@babel/template": 7.21.9
|
|
460
|
-
"@babel/types": 7.
|
|
460
|
+
"@babel/types": 7.22.4
|
|
461
461
|
dev: true
|
|
462
462
|
|
|
463
463
|
/@babel/helper-function-name@7.23.0:
|
|
@@ -468,7 +468,7 @@ packages:
|
|
|
468
468
|
engines: { node: ">=6.9.0" }
|
|
469
469
|
dependencies:
|
|
470
470
|
"@babel/template": 7.22.15
|
|
471
|
-
"@babel/types": 7.
|
|
471
|
+
"@babel/types": 7.23.0
|
|
472
472
|
dev: true
|
|
473
473
|
|
|
474
474
|
/@babel/helper-function-name@7.24.6:
|
|
@@ -489,7 +489,7 @@ packages:
|
|
|
489
489
|
}
|
|
490
490
|
engines: { node: ">=6.9.0" }
|
|
491
491
|
dependencies:
|
|
492
|
-
"@babel/types": 7.
|
|
492
|
+
"@babel/types": 7.22.4
|
|
493
493
|
dev: true
|
|
494
494
|
|
|
495
495
|
/@babel/helper-hoist-variables@7.22.5:
|
|
@@ -499,7 +499,7 @@ packages:
|
|
|
499
499
|
}
|
|
500
500
|
engines: { node: ">=6.9.0" }
|
|
501
501
|
dependencies:
|
|
502
|
-
"@babel/types": 7.
|
|
502
|
+
"@babel/types": 7.23.0
|
|
503
503
|
dev: true
|
|
504
504
|
|
|
505
505
|
/@babel/helper-hoist-variables@7.24.6:
|
|
@@ -519,7 +519,7 @@ packages:
|
|
|
519
519
|
}
|
|
520
520
|
engines: { node: ">=6.9.0" }
|
|
521
521
|
dependencies:
|
|
522
|
-
"@babel/types": 7.
|
|
522
|
+
"@babel/types": 7.22.4
|
|
523
523
|
dev: true
|
|
524
524
|
|
|
525
525
|
/@babel/helper-module-imports@7.18.6:
|
|
@@ -529,7 +529,7 @@ packages:
|
|
|
529
529
|
}
|
|
530
530
|
engines: { node: ">=6.9.0" }
|
|
531
531
|
dependencies:
|
|
532
|
-
"@babel/types": 7.
|
|
532
|
+
"@babel/types": 7.22.4
|
|
533
533
|
dev: true
|
|
534
534
|
|
|
535
535
|
/@babel/helper-module-imports@7.24.6:
|
|
@@ -553,10 +553,10 @@ packages:
|
|
|
553
553
|
"@babel/helper-module-imports": 7.18.6
|
|
554
554
|
"@babel/helper-simple-access": 7.20.2
|
|
555
555
|
"@babel/helper-split-export-declaration": 7.18.6
|
|
556
|
-
"@babel/helper-validator-identifier": 7.
|
|
556
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
557
557
|
"@babel/template": 7.21.9
|
|
558
558
|
"@babel/traverse": 7.23.2
|
|
559
|
-
"@babel/types": 7.
|
|
559
|
+
"@babel/types": 7.22.4
|
|
560
560
|
transitivePeerDependencies:
|
|
561
561
|
- supports-color
|
|
562
562
|
dev: true
|
|
@@ -585,7 +585,7 @@ packages:
|
|
|
585
585
|
}
|
|
586
586
|
engines: { node: ">=6.9.0" }
|
|
587
587
|
dependencies:
|
|
588
|
-
"@babel/types": 7.
|
|
588
|
+
"@babel/types": 7.22.4
|
|
589
589
|
dev: true
|
|
590
590
|
|
|
591
591
|
/@babel/helper-plugin-utils@7.20.2:
|
|
@@ -609,7 +609,7 @@ packages:
|
|
|
609
609
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
610
610
|
"@babel/helper-environment-visitor": 7.22.1
|
|
611
611
|
"@babel/helper-wrap-function": 7.20.5
|
|
612
|
-
"@babel/types": 7.
|
|
612
|
+
"@babel/types": 7.22.4
|
|
613
613
|
transitivePeerDependencies:
|
|
614
614
|
- supports-color
|
|
615
615
|
dev: true
|
|
@@ -625,7 +625,7 @@ packages:
|
|
|
625
625
|
"@babel/helper-member-expression-to-functions": 7.18.9
|
|
626
626
|
"@babel/helper-optimise-call-expression": 7.18.6
|
|
627
627
|
"@babel/traverse": 7.23.2
|
|
628
|
-
"@babel/types": 7.
|
|
628
|
+
"@babel/types": 7.22.4
|
|
629
629
|
transitivePeerDependencies:
|
|
630
630
|
- supports-color
|
|
631
631
|
dev: true
|
|
@@ -637,7 +637,7 @@ packages:
|
|
|
637
637
|
}
|
|
638
638
|
engines: { node: ">=6.9.0" }
|
|
639
639
|
dependencies:
|
|
640
|
-
"@babel/types": 7.
|
|
640
|
+
"@babel/types": 7.22.4
|
|
641
641
|
dev: true
|
|
642
642
|
|
|
643
643
|
/@babel/helper-simple-access@7.24.6:
|
|
@@ -657,7 +657,7 @@ packages:
|
|
|
657
657
|
}
|
|
658
658
|
engines: { node: ">=6.9.0" }
|
|
659
659
|
dependencies:
|
|
660
|
-
"@babel/types": 7.
|
|
660
|
+
"@babel/types": 7.22.4
|
|
661
661
|
dev: true
|
|
662
662
|
|
|
663
663
|
/@babel/helper-split-export-declaration@7.18.6:
|
|
@@ -667,7 +667,7 @@ packages:
|
|
|
667
667
|
}
|
|
668
668
|
engines: { node: ">=6.9.0" }
|
|
669
669
|
dependencies:
|
|
670
|
-
"@babel/types": 7.
|
|
670
|
+
"@babel/types": 7.22.4
|
|
671
671
|
dev: true
|
|
672
672
|
|
|
673
673
|
/@babel/helper-split-export-declaration@7.22.6:
|
|
@@ -677,7 +677,7 @@ packages:
|
|
|
677
677
|
}
|
|
678
678
|
engines: { node: ">=6.9.0" }
|
|
679
679
|
dependencies:
|
|
680
|
-
"@babel/types": 7.
|
|
680
|
+
"@babel/types": 7.23.0
|
|
681
681
|
dev: true
|
|
682
682
|
|
|
683
683
|
/@babel/helper-split-export-declaration@7.24.6:
|
|
@@ -690,12 +690,43 @@ packages:
|
|
|
690
690
|
"@babel/types": 7.24.6
|
|
691
691
|
dev: true
|
|
692
692
|
|
|
693
|
+
/@babel/helper-string-parser@7.21.5:
|
|
694
|
+
resolution:
|
|
695
|
+
{
|
|
696
|
+
integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==,
|
|
697
|
+
}
|
|
698
|
+
engines: { node: ">=6.9.0" }
|
|
699
|
+
|
|
700
|
+
/@babel/helper-string-parser@7.22.5:
|
|
701
|
+
resolution:
|
|
702
|
+
{
|
|
703
|
+
integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==,
|
|
704
|
+
}
|
|
705
|
+
engines: { node: ">=6.9.0" }
|
|
706
|
+
dev: true
|
|
707
|
+
|
|
693
708
|
/@babel/helper-string-parser@7.24.6:
|
|
694
709
|
resolution:
|
|
695
710
|
{
|
|
696
711
|
integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==,
|
|
697
712
|
}
|
|
698
713
|
engines: { node: ">=6.9.0" }
|
|
714
|
+
dev: true
|
|
715
|
+
|
|
716
|
+
/@babel/helper-validator-identifier@7.19.1:
|
|
717
|
+
resolution:
|
|
718
|
+
{
|
|
719
|
+
integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==,
|
|
720
|
+
}
|
|
721
|
+
engines: { node: ">=6.9.0" }
|
|
722
|
+
|
|
723
|
+
/@babel/helper-validator-identifier@7.22.20:
|
|
724
|
+
resolution:
|
|
725
|
+
{
|
|
726
|
+
integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==,
|
|
727
|
+
}
|
|
728
|
+
engines: { node: ">=6.9.0" }
|
|
729
|
+
dev: true
|
|
699
730
|
|
|
700
731
|
/@babel/helper-validator-identifier@7.24.6:
|
|
701
732
|
resolution:
|
|
@@ -703,6 +734,7 @@ packages:
|
|
|
703
734
|
integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==,
|
|
704
735
|
}
|
|
705
736
|
engines: { node: ">=6.9.0" }
|
|
737
|
+
dev: true
|
|
706
738
|
|
|
707
739
|
/@babel/helper-validator-option@7.18.6:
|
|
708
740
|
resolution:
|
|
@@ -730,7 +762,7 @@ packages:
|
|
|
730
762
|
"@babel/helper-function-name": 7.21.0
|
|
731
763
|
"@babel/template": 7.21.9
|
|
732
764
|
"@babel/traverse": 7.23.2
|
|
733
|
-
"@babel/types": 7.
|
|
765
|
+
"@babel/types": 7.22.4
|
|
734
766
|
transitivePeerDependencies:
|
|
735
767
|
- supports-color
|
|
736
768
|
dev: true
|
|
@@ -753,7 +785,7 @@ packages:
|
|
|
753
785
|
}
|
|
754
786
|
engines: { node: ">=6.9.0" }
|
|
755
787
|
dependencies:
|
|
756
|
-
"@babel/helper-validator-identifier": 7.
|
|
788
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
757
789
|
chalk: 2.4.2
|
|
758
790
|
js-tokens: 4.0.0
|
|
759
791
|
dev: true
|
|
@@ -765,7 +797,7 @@ packages:
|
|
|
765
797
|
}
|
|
766
798
|
engines: { node: ">=6.9.0" }
|
|
767
799
|
dependencies:
|
|
768
|
-
"@babel/helper-validator-identifier": 7.
|
|
800
|
+
"@babel/helper-validator-identifier": 7.22.20
|
|
769
801
|
chalk: 2.4.2
|
|
770
802
|
js-tokens: 4.0.0
|
|
771
803
|
dev: true
|
|
@@ -783,6 +815,37 @@ packages:
|
|
|
783
815
|
picocolors: 1.0.1
|
|
784
816
|
dev: true
|
|
785
817
|
|
|
818
|
+
/@babel/parser@7.20.5:
|
|
819
|
+
resolution:
|
|
820
|
+
{
|
|
821
|
+
integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==,
|
|
822
|
+
}
|
|
823
|
+
engines: { node: ">=6.0.0" }
|
|
824
|
+
hasBin: true
|
|
825
|
+
dependencies:
|
|
826
|
+
"@babel/types": 7.22.4
|
|
827
|
+
|
|
828
|
+
/@babel/parser@7.22.4:
|
|
829
|
+
resolution:
|
|
830
|
+
{
|
|
831
|
+
integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==,
|
|
832
|
+
}
|
|
833
|
+
engines: { node: ">=6.0.0" }
|
|
834
|
+
hasBin: true
|
|
835
|
+
dependencies:
|
|
836
|
+
"@babel/types": 7.22.4
|
|
837
|
+
|
|
838
|
+
/@babel/parser@7.23.0:
|
|
839
|
+
resolution:
|
|
840
|
+
{
|
|
841
|
+
integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==,
|
|
842
|
+
}
|
|
843
|
+
engines: { node: ">=6.0.0" }
|
|
844
|
+
hasBin: true
|
|
845
|
+
dependencies:
|
|
846
|
+
"@babel/types": 7.23.0
|
|
847
|
+
dev: true
|
|
848
|
+
|
|
786
849
|
/@babel/parser@7.24.6:
|
|
787
850
|
resolution:
|
|
788
851
|
{
|
|
@@ -792,6 +855,7 @@ packages:
|
|
|
792
855
|
hasBin: true
|
|
793
856
|
dependencies:
|
|
794
857
|
"@babel/types": 7.24.6
|
|
858
|
+
dev: true
|
|
795
859
|
|
|
796
860
|
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.24.6):
|
|
797
861
|
resolution:
|
|
@@ -1480,7 +1544,7 @@ packages:
|
|
|
1480
1544
|
"@babel/helper-hoist-variables": 7.18.6
|
|
1481
1545
|
"@babel/helper-module-transforms": 7.20.2
|
|
1482
1546
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1483
|
-
"@babel/helper-validator-identifier": 7.
|
|
1547
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
1484
1548
|
transitivePeerDependencies:
|
|
1485
1549
|
- supports-color
|
|
1486
1550
|
dev: true
|
|
@@ -1791,7 +1855,7 @@ packages:
|
|
|
1791
1855
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1792
1856
|
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.24.6)
|
|
1793
1857
|
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.24.6)
|
|
1794
|
-
"@babel/types": 7.
|
|
1858
|
+
"@babel/types": 7.22.4
|
|
1795
1859
|
esutils: 2.0.3
|
|
1796
1860
|
dev: true
|
|
1797
1861
|
|
|
@@ -1813,8 +1877,8 @@ packages:
|
|
|
1813
1877
|
engines: { node: ">=6.9.0" }
|
|
1814
1878
|
dependencies:
|
|
1815
1879
|
"@babel/code-frame": 7.21.4
|
|
1816
|
-
"@babel/parser": 7.
|
|
1817
|
-
"@babel/types": 7.
|
|
1880
|
+
"@babel/parser": 7.22.4
|
|
1881
|
+
"@babel/types": 7.22.4
|
|
1818
1882
|
dev: true
|
|
1819
1883
|
|
|
1820
1884
|
/@babel/template@7.22.15:
|
|
@@ -1825,8 +1889,8 @@ packages:
|
|
|
1825
1889
|
engines: { node: ">=6.9.0" }
|
|
1826
1890
|
dependencies:
|
|
1827
1891
|
"@babel/code-frame": 7.22.13
|
|
1828
|
-
"@babel/parser": 7.
|
|
1829
|
-
"@babel/types": 7.
|
|
1892
|
+
"@babel/parser": 7.23.0
|
|
1893
|
+
"@babel/types": 7.23.0
|
|
1830
1894
|
dev: true
|
|
1831
1895
|
|
|
1832
1896
|
/@babel/template@7.24.6:
|
|
@@ -1854,8 +1918,8 @@ packages:
|
|
|
1854
1918
|
"@babel/helper-function-name": 7.23.0
|
|
1855
1919
|
"@babel/helper-hoist-variables": 7.22.5
|
|
1856
1920
|
"@babel/helper-split-export-declaration": 7.22.6
|
|
1857
|
-
"@babel/parser": 7.
|
|
1858
|
-
"@babel/types": 7.
|
|
1921
|
+
"@babel/parser": 7.23.0
|
|
1922
|
+
"@babel/types": 7.23.0
|
|
1859
1923
|
debug: 4.3.4(supports-color@8.1.1)
|
|
1860
1924
|
globals: 11.12.0
|
|
1861
1925
|
transitivePeerDependencies:
|
|
@@ -1890,8 +1954,31 @@ packages:
|
|
|
1890
1954
|
}
|
|
1891
1955
|
engines: { node: ">=6.9.0" }
|
|
1892
1956
|
dependencies:
|
|
1893
|
-
"@babel/helper-string-parser": 7.
|
|
1894
|
-
"@babel/helper-validator-identifier": 7.
|
|
1957
|
+
"@babel/helper-string-parser": 7.21.5
|
|
1958
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
1959
|
+
to-fast-properties: 2.0.0
|
|
1960
|
+
dev: true
|
|
1961
|
+
|
|
1962
|
+
/@babel/types@7.22.4:
|
|
1963
|
+
resolution:
|
|
1964
|
+
{
|
|
1965
|
+
integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==,
|
|
1966
|
+
}
|
|
1967
|
+
engines: { node: ">=6.9.0" }
|
|
1968
|
+
dependencies:
|
|
1969
|
+
"@babel/helper-string-parser": 7.21.5
|
|
1970
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
1971
|
+
to-fast-properties: 2.0.0
|
|
1972
|
+
|
|
1973
|
+
/@babel/types@7.23.0:
|
|
1974
|
+
resolution:
|
|
1975
|
+
{
|
|
1976
|
+
integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==,
|
|
1977
|
+
}
|
|
1978
|
+
engines: { node: ">=6.9.0" }
|
|
1979
|
+
dependencies:
|
|
1980
|
+
"@babel/helper-string-parser": 7.22.5
|
|
1981
|
+
"@babel/helper-validator-identifier": 7.22.20
|
|
1895
1982
|
to-fast-properties: 2.0.0
|
|
1896
1983
|
dev: true
|
|
1897
1984
|
|
|
@@ -1905,6 +1992,7 @@ packages:
|
|
|
1905
1992
|
"@babel/helper-string-parser": 7.24.6
|
|
1906
1993
|
"@babel/helper-validator-identifier": 7.24.6
|
|
1907
1994
|
to-fast-properties: 2.0.0
|
|
1995
|
+
dev: true
|
|
1908
1996
|
|
|
1909
1997
|
/@colors/colors@1.5.0:
|
|
1910
1998
|
resolution:
|
|
@@ -2055,21 +2143,25 @@ packages:
|
|
|
2055
2143
|
}
|
|
2056
2144
|
dev: false
|
|
2057
2145
|
|
|
2058
|
-
/@floating-ui/
|
|
2146
|
+
/@floating-ui/utils@0.2.3:
|
|
2059
2147
|
resolution:
|
|
2060
2148
|
{
|
|
2061
|
-
integrity: sha512-
|
|
2149
|
+
integrity: sha512-XGndio0l5/Gvd6CLIABvsav9HHezgDFFhDfHk1bvLfr9ni8dojqLSvBbotJEjmIwNHL7vK4QzBJTdBRoB+c1ww==,
|
|
2150
|
+
}
|
|
2151
|
+
dev: false
|
|
2152
|
+
|
|
2153
|
+
/@floating-ui/vue@1.0.7(vue@3.2.45):
|
|
2154
|
+
resolution:
|
|
2155
|
+
{
|
|
2156
|
+
integrity: sha512-tm9aMT9IrMzoZfzPpsoZHP7j7ULZ0p9AzCJV6i2H8sAlKe36tAnwuQLHdm7vE0SnRkHJJXuMB/gNz4gFdHLNrg==,
|
|
2062
2157
|
}
|
|
2063
|
-
peerDependencies:
|
|
2064
|
-
"@vue/composition-api": ^1.0.0-rc.1
|
|
2065
|
-
vue: ^2.0.0 || >=3.0.0
|
|
2066
|
-
peerDependenciesMeta:
|
|
2067
|
-
"@vue/composition-api":
|
|
2068
|
-
optional: true
|
|
2069
2158
|
dependencies:
|
|
2070
2159
|
"@floating-ui/dom": 1.6.5
|
|
2071
|
-
|
|
2072
|
-
vue-demi: 0.13.11(vue@3.
|
|
2160
|
+
"@floating-ui/utils": 0.2.3
|
|
2161
|
+
vue-demi: 0.13.11(vue@3.2.45)
|
|
2162
|
+
transitivePeerDependencies:
|
|
2163
|
+
- "@vue/composition-api"
|
|
2164
|
+
- vue
|
|
2073
2165
|
dev: false
|
|
2074
2166
|
|
|
2075
2167
|
/@gar/promisify@1.1.3:
|
|
@@ -2079,18 +2171,20 @@ packages:
|
|
|
2079
2171
|
}
|
|
2080
2172
|
dev: true
|
|
2081
2173
|
|
|
2082
|
-
/@headlessui-float/vue@0.
|
|
2174
|
+
/@headlessui-float/vue@0.14.0(@headlessui/vue@1.7.16)(vue@3.2.45):
|
|
2083
2175
|
resolution:
|
|
2084
2176
|
{
|
|
2085
|
-
integrity: sha512-
|
|
2177
|
+
integrity: sha512-hx0IkJ7JPcwDeimco6fe0+IknknL1gUYIGu11OCn0JWlOoSAmO6sx2DxPwSEz1Wsq34X6Z8BwCwcPVuphZ1zMg==,
|
|
2086
2178
|
}
|
|
2087
2179
|
peerDependencies:
|
|
2180
|
+
"@headlessui/vue": ^1.0.0
|
|
2088
2181
|
vue: ^3.0.0
|
|
2089
2182
|
dependencies:
|
|
2090
2183
|
"@floating-ui/core": 1.6.2
|
|
2091
2184
|
"@floating-ui/dom": 1.6.5
|
|
2092
|
-
"@floating-ui/vue": 0.
|
|
2093
|
-
vue:
|
|
2185
|
+
"@floating-ui/vue": 1.0.7(vue@3.2.45)
|
|
2186
|
+
"@headlessui/vue": 1.7.16(vue@3.2.45)
|
|
2187
|
+
vue: 3.2.45
|
|
2094
2188
|
transitivePeerDependencies:
|
|
2095
2189
|
- "@vue/composition-api"
|
|
2096
2190
|
dev: false
|
|
@@ -2107,7 +2201,7 @@ packages:
|
|
|
2107
2201
|
tailwindcss: 3.2.4(postcss@8.4.31)(ts-node@10.9.1)
|
|
2108
2202
|
dev: false
|
|
2109
2203
|
|
|
2110
|
-
/@headlessui/vue@1.7.16(vue@3.
|
|
2204
|
+
/@headlessui/vue@1.7.16(vue@3.2.45):
|
|
2111
2205
|
resolution:
|
|
2112
2206
|
{
|
|
2113
2207
|
integrity: sha512-nKT+nf/q6x198SsyK54mSszaQl/z+QxtASmgMEJtpxSX2Q0OPJX0upS/9daDyiECpeAsvjkoOrm2O/6PyBQ+Qg==,
|
|
@@ -2116,7 +2210,7 @@ packages:
|
|
|
2116
2210
|
peerDependencies:
|
|
2117
2211
|
vue: ^3.2.0
|
|
2118
2212
|
dependencies:
|
|
2119
|
-
vue: 3.
|
|
2213
|
+
vue: 3.2.45
|
|
2120
2214
|
dev: false
|
|
2121
2215
|
|
|
2122
2216
|
/@humanwhocodes/config-array@0.11.8:
|
|
@@ -2654,7 +2748,7 @@ packages:
|
|
|
2654
2748
|
engines: { node: ">=6.0.0" }
|
|
2655
2749
|
dependencies:
|
|
2656
2750
|
"@jridgewell/set-array": 1.1.2
|
|
2657
|
-
"@jridgewell/sourcemap-codec": 1.4.
|
|
2751
|
+
"@jridgewell/sourcemap-codec": 1.4.14
|
|
2658
2752
|
"@jridgewell/trace-mapping": 0.3.17
|
|
2659
2753
|
dev: true
|
|
2660
2754
|
|
|
@@ -2716,13 +2810,13 @@ packages:
|
|
|
2716
2810
|
{
|
|
2717
2811
|
integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==,
|
|
2718
2812
|
}
|
|
2719
|
-
dev: true
|
|
2720
2813
|
|
|
2721
2814
|
/@jridgewell/sourcemap-codec@1.4.15:
|
|
2722
2815
|
resolution:
|
|
2723
2816
|
{
|
|
2724
2817
|
integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==,
|
|
2725
2818
|
}
|
|
2819
|
+
dev: true
|
|
2726
2820
|
|
|
2727
2821
|
/@jridgewell/trace-mapping@0.3.17:
|
|
2728
2822
|
resolution:
|
|
@@ -2751,7 +2845,7 @@ packages:
|
|
|
2751
2845
|
}
|
|
2752
2846
|
dependencies:
|
|
2753
2847
|
"@jridgewell/resolve-uri": 3.1.0
|
|
2754
|
-
"@jridgewell/sourcemap-codec": 1.4.
|
|
2848
|
+
"@jridgewell/sourcemap-codec": 1.4.14
|
|
2755
2849
|
|
|
2756
2850
|
/@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1:
|
|
2757
2851
|
resolution:
|
|
@@ -2822,7 +2916,7 @@ packages:
|
|
|
2822
2916
|
fast-glob: 3.3.1
|
|
2823
2917
|
is-glob: 4.0.3
|
|
2824
2918
|
open: 9.1.0
|
|
2825
|
-
picocolors: 1.0.
|
|
2919
|
+
picocolors: 1.0.0
|
|
2826
2920
|
tslib: 2.6.2
|
|
2827
2921
|
dev: true
|
|
2828
2922
|
|
|
@@ -3169,7 +3263,7 @@ packages:
|
|
|
3169
3263
|
eslint-visitor-keys: 3.4.3
|
|
3170
3264
|
dev: true
|
|
3171
3265
|
|
|
3172
|
-
/@vitejs/plugin-vue@4.0.0(vite@3.2.10)(vue@3.
|
|
3266
|
+
/@vitejs/plugin-vue@4.0.0(vite@3.2.10)(vue@3.2.45):
|
|
3173
3267
|
resolution:
|
|
3174
3268
|
{
|
|
3175
3269
|
integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==,
|
|
@@ -3180,68 +3274,90 @@ packages:
|
|
|
3180
3274
|
vue: ^3.2.25
|
|
3181
3275
|
dependencies:
|
|
3182
3276
|
vite: 3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
3183
|
-
vue: 3.
|
|
3277
|
+
vue: 3.2.45
|
|
3184
3278
|
dev: true
|
|
3185
3279
|
|
|
3186
|
-
/@vue/compat@3.
|
|
3280
|
+
/@vue/compat@3.2.45(vue@3.2.45):
|
|
3187
3281
|
resolution:
|
|
3188
3282
|
{
|
|
3189
|
-
integrity: sha512-
|
|
3283
|
+
integrity: sha512-TOGT42fEE1hA4Oz2PyCmURJkrXHbe6G+gI8gVOqsEy624oeexDHFrVsFTfzveaPxxqJHyE2+qjKaA1F4KX84aA==,
|
|
3190
3284
|
}
|
|
3191
3285
|
peerDependencies:
|
|
3192
|
-
vue: 3.
|
|
3286
|
+
vue: 3.2.45
|
|
3193
3287
|
dependencies:
|
|
3194
|
-
"@babel/parser": 7.
|
|
3288
|
+
"@babel/parser": 7.20.5
|
|
3195
3289
|
estree-walker: 2.0.2
|
|
3196
|
-
source-map
|
|
3197
|
-
vue: 3.
|
|
3290
|
+
source-map: 0.6.1
|
|
3291
|
+
vue: 3.2.45
|
|
3198
3292
|
dev: false
|
|
3199
3293
|
|
|
3200
|
-
/@vue/compiler-core@3.
|
|
3294
|
+
/@vue/compiler-core@3.2.45:
|
|
3201
3295
|
resolution:
|
|
3202
3296
|
{
|
|
3203
|
-
integrity: sha512-
|
|
3297
|
+
integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==,
|
|
3204
3298
|
}
|
|
3205
3299
|
dependencies:
|
|
3206
|
-
"@babel/parser": 7.
|
|
3207
|
-
"@vue/shared": 3.
|
|
3208
|
-
|
|
3300
|
+
"@babel/parser": 7.22.4
|
|
3301
|
+
"@vue/shared": 3.2.45
|
|
3302
|
+
estree-walker: 2.0.2
|
|
3303
|
+
source-map: 0.6.1
|
|
3304
|
+
|
|
3305
|
+
/@vue/compiler-core@3.3.8:
|
|
3306
|
+
resolution:
|
|
3307
|
+
{
|
|
3308
|
+
integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==,
|
|
3309
|
+
}
|
|
3310
|
+
dependencies:
|
|
3311
|
+
"@babel/parser": 7.23.0
|
|
3312
|
+
"@vue/shared": 3.3.8
|
|
3209
3313
|
estree-walker: 2.0.2
|
|
3210
|
-
source-map-js: 1.2
|
|
3314
|
+
source-map-js: 1.0.2
|
|
3315
|
+
dev: true
|
|
3211
3316
|
|
|
3212
|
-
/@vue/compiler-dom@3.
|
|
3317
|
+
/@vue/compiler-dom@3.2.45:
|
|
3213
3318
|
resolution:
|
|
3214
3319
|
{
|
|
3215
|
-
integrity: sha512-
|
|
3320
|
+
integrity: sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==,
|
|
3216
3321
|
}
|
|
3217
3322
|
dependencies:
|
|
3218
|
-
"@vue/compiler-core": 3.
|
|
3219
|
-
"@vue/shared": 3.
|
|
3323
|
+
"@vue/compiler-core": 3.2.45
|
|
3324
|
+
"@vue/shared": 3.2.45
|
|
3220
3325
|
|
|
3221
|
-
/@vue/compiler-
|
|
3326
|
+
/@vue/compiler-dom@3.3.8:
|
|
3222
3327
|
resolution:
|
|
3223
3328
|
{
|
|
3224
|
-
integrity: sha512
|
|
3329
|
+
integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==,
|
|
3225
3330
|
}
|
|
3226
3331
|
dependencies:
|
|
3227
|
-
"@
|
|
3228
|
-
"@vue/
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3332
|
+
"@vue/compiler-core": 3.3.8
|
|
3333
|
+
"@vue/shared": 3.3.8
|
|
3334
|
+
dev: true
|
|
3335
|
+
|
|
3336
|
+
/@vue/compiler-sfc@3.2.45:
|
|
3337
|
+
resolution:
|
|
3338
|
+
{
|
|
3339
|
+
integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==,
|
|
3340
|
+
}
|
|
3341
|
+
dependencies:
|
|
3342
|
+
"@babel/parser": 7.20.5
|
|
3343
|
+
"@vue/compiler-core": 3.2.45
|
|
3344
|
+
"@vue/compiler-dom": 3.2.45
|
|
3345
|
+
"@vue/compiler-ssr": 3.2.45
|
|
3346
|
+
"@vue/reactivity-transform": 3.2.45
|
|
3347
|
+
"@vue/shared": 3.2.45
|
|
3232
3348
|
estree-walker: 2.0.2
|
|
3233
|
-
magic-string: 0.
|
|
3234
|
-
postcss: 8.4.
|
|
3235
|
-
source-map
|
|
3349
|
+
magic-string: 0.25.9
|
|
3350
|
+
postcss: 8.4.31
|
|
3351
|
+
source-map: 0.6.1
|
|
3236
3352
|
|
|
3237
|
-
/@vue/compiler-ssr@3.
|
|
3353
|
+
/@vue/compiler-ssr@3.2.45:
|
|
3238
3354
|
resolution:
|
|
3239
3355
|
{
|
|
3240
|
-
integrity: sha512-
|
|
3356
|
+
integrity: sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==,
|
|
3241
3357
|
}
|
|
3242
3358
|
dependencies:
|
|
3243
|
-
"@vue/compiler-dom": 3.
|
|
3244
|
-
"@vue/shared": 3.
|
|
3359
|
+
"@vue/compiler-dom": 3.2.45
|
|
3360
|
+
"@vue/shared": 3.2.45
|
|
3245
3361
|
|
|
3246
3362
|
/@vue/devtools-api@6.4.5:
|
|
3247
3363
|
resolution:
|
|
@@ -3250,52 +3366,71 @@ packages:
|
|
|
3250
3366
|
}
|
|
3251
3367
|
dev: false
|
|
3252
3368
|
|
|
3253
|
-
/@vue/reactivity@3.
|
|
3369
|
+
/@vue/reactivity-transform@3.2.45:
|
|
3370
|
+
resolution:
|
|
3371
|
+
{
|
|
3372
|
+
integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==,
|
|
3373
|
+
}
|
|
3374
|
+
dependencies:
|
|
3375
|
+
"@babel/parser": 7.22.4
|
|
3376
|
+
"@vue/compiler-core": 3.2.45
|
|
3377
|
+
"@vue/shared": 3.2.45
|
|
3378
|
+
estree-walker: 2.0.2
|
|
3379
|
+
magic-string: 0.25.9
|
|
3380
|
+
|
|
3381
|
+
/@vue/reactivity@3.2.45:
|
|
3254
3382
|
resolution:
|
|
3255
3383
|
{
|
|
3256
|
-
integrity: sha512-
|
|
3384
|
+
integrity: sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==,
|
|
3257
3385
|
}
|
|
3258
3386
|
dependencies:
|
|
3259
|
-
"@vue/shared": 3.
|
|
3387
|
+
"@vue/shared": 3.2.45
|
|
3260
3388
|
|
|
3261
|
-
/@vue/runtime-core@3.
|
|
3389
|
+
/@vue/runtime-core@3.2.45:
|
|
3262
3390
|
resolution:
|
|
3263
3391
|
{
|
|
3264
|
-
integrity: sha512-
|
|
3392
|
+
integrity: sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==,
|
|
3265
3393
|
}
|
|
3266
3394
|
dependencies:
|
|
3267
|
-
"@vue/reactivity": 3.
|
|
3268
|
-
"@vue/shared": 3.
|
|
3395
|
+
"@vue/reactivity": 3.2.45
|
|
3396
|
+
"@vue/shared": 3.2.45
|
|
3269
3397
|
|
|
3270
|
-
/@vue/runtime-dom@3.
|
|
3398
|
+
/@vue/runtime-dom@3.2.45:
|
|
3271
3399
|
resolution:
|
|
3272
3400
|
{
|
|
3273
|
-
integrity: sha512-
|
|
3401
|
+
integrity: sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==,
|
|
3274
3402
|
}
|
|
3275
3403
|
dependencies:
|
|
3276
|
-
"@vue/runtime-core": 3.
|
|
3277
|
-
"@vue/shared": 3.
|
|
3278
|
-
csstype:
|
|
3404
|
+
"@vue/runtime-core": 3.2.45
|
|
3405
|
+
"@vue/shared": 3.2.45
|
|
3406
|
+
csstype: 2.6.21
|
|
3279
3407
|
|
|
3280
|
-
/@vue/server-renderer@3.
|
|
3408
|
+
/@vue/server-renderer@3.2.45(vue@3.2.45):
|
|
3281
3409
|
resolution:
|
|
3282
3410
|
{
|
|
3283
|
-
integrity: sha512-
|
|
3411
|
+
integrity: sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==,
|
|
3284
3412
|
}
|
|
3285
3413
|
peerDependencies:
|
|
3286
|
-
vue: 3.
|
|
3414
|
+
vue: 3.2.45
|
|
3287
3415
|
dependencies:
|
|
3288
|
-
"@vue/compiler-ssr": 3.
|
|
3289
|
-
"@vue/shared": 3.
|
|
3290
|
-
vue: 3.
|
|
3416
|
+
"@vue/compiler-ssr": 3.2.45
|
|
3417
|
+
"@vue/shared": 3.2.45
|
|
3418
|
+
vue: 3.2.45
|
|
3419
|
+
|
|
3420
|
+
/@vue/shared@3.2.45:
|
|
3421
|
+
resolution:
|
|
3422
|
+
{
|
|
3423
|
+
integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==,
|
|
3424
|
+
}
|
|
3291
3425
|
|
|
3292
|
-
/@vue/shared@3.
|
|
3426
|
+
/@vue/shared@3.3.8:
|
|
3293
3427
|
resolution:
|
|
3294
3428
|
{
|
|
3295
|
-
integrity: sha512-
|
|
3429
|
+
integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==,
|
|
3296
3430
|
}
|
|
3431
|
+
dev: true
|
|
3297
3432
|
|
|
3298
|
-
/@vue/test-utils@2.2.7(vue@3.
|
|
3433
|
+
/@vue/test-utils@2.2.7(vue@3.2.45):
|
|
3299
3434
|
resolution:
|
|
3300
3435
|
{
|
|
3301
3436
|
integrity: sha512-BMuoruUFTEqhLoOgsMcgNVMiByYbfHCKGr2C4CPdGtz/affUtDVX5zr1RnPuq0tYSiaqq+Enw5voUpG6JY8Q7g==,
|
|
@@ -3303,7 +3438,7 @@ packages:
|
|
|
3303
3438
|
peerDependencies:
|
|
3304
3439
|
vue: ^3.0.1
|
|
3305
3440
|
dependencies:
|
|
3306
|
-
vue: 3.
|
|
3441
|
+
vue: 3.2.45
|
|
3307
3442
|
dev: true
|
|
3308
3443
|
|
|
3309
3444
|
/@webassemblyjs/ast@1.12.1:
|
|
@@ -4639,7 +4774,7 @@ packages:
|
|
|
4639
4774
|
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
|
|
4640
4775
|
dependencies:
|
|
4641
4776
|
mdn-data: 2.0.28
|
|
4642
|
-
source-map-js: 1.2
|
|
4777
|
+
source-map-js: 1.0.2
|
|
4643
4778
|
dev: true
|
|
4644
4779
|
|
|
4645
4780
|
/css-tree@2.3.1:
|
|
@@ -4650,7 +4785,7 @@ packages:
|
|
|
4650
4785
|
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0 }
|
|
4651
4786
|
dependencies:
|
|
4652
4787
|
mdn-data: 2.0.30
|
|
4653
|
-
source-map-js: 1.2
|
|
4788
|
+
source-map-js: 1.0.2
|
|
4654
4789
|
dev: true
|
|
4655
4790
|
|
|
4656
4791
|
/css-what@6.1.0:
|
|
@@ -4703,10 +4838,10 @@ packages:
|
|
|
4703
4838
|
cssom: 0.3.8
|
|
4704
4839
|
dev: true
|
|
4705
4840
|
|
|
4706
|
-
/csstype@
|
|
4841
|
+
/csstype@2.6.21:
|
|
4707
4842
|
resolution:
|
|
4708
4843
|
{
|
|
4709
|
-
integrity: sha512-
|
|
4844
|
+
integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==,
|
|
4710
4845
|
}
|
|
4711
4846
|
|
|
4712
4847
|
/cypress-plugin-snapshots@1.4.4(cypress@10.11.0):
|
|
@@ -5044,7 +5179,7 @@ packages:
|
|
|
5044
5179
|
dependencies:
|
|
5045
5180
|
domelementtype: 2.3.0
|
|
5046
5181
|
domhandler: 5.0.3
|
|
5047
|
-
entities: 4.
|
|
5182
|
+
entities: 4.4.0
|
|
5048
5183
|
dev: true
|
|
5049
5184
|
|
|
5050
5185
|
/dom-to-image-more@2.13.0:
|
|
@@ -5244,12 +5379,13 @@ packages:
|
|
|
5244
5379
|
ansi-colors: 4.1.3
|
|
5245
5380
|
dev: true
|
|
5246
5381
|
|
|
5247
|
-
/entities@4.
|
|
5382
|
+
/entities@4.4.0:
|
|
5248
5383
|
resolution:
|
|
5249
5384
|
{
|
|
5250
|
-
integrity: sha512-
|
|
5385
|
+
integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==,
|
|
5251
5386
|
}
|
|
5252
5387
|
engines: { node: ">=0.12" }
|
|
5388
|
+
dev: true
|
|
5253
5389
|
|
|
5254
5390
|
/errno@0.1.8:
|
|
5255
5391
|
resolution:
|
|
@@ -6532,7 +6668,7 @@ packages:
|
|
|
6532
6668
|
domelementtype: 2.3.0
|
|
6533
6669
|
domhandler: 5.0.3
|
|
6534
6670
|
domutils: 3.1.0
|
|
6535
|
-
entities: 4.
|
|
6671
|
+
entities: 4.4.0
|
|
6536
6672
|
dev: true
|
|
6537
6673
|
|
|
6538
6674
|
/http-proxy-agent@5.0.0:
|
|
@@ -7477,13 +7613,13 @@ packages:
|
|
|
7477
7613
|
yallist: 4.0.0
|
|
7478
7614
|
dev: true
|
|
7479
7615
|
|
|
7480
|
-
/magic-string@0.
|
|
7616
|
+
/magic-string@0.25.9:
|
|
7481
7617
|
resolution:
|
|
7482
7618
|
{
|
|
7483
|
-
integrity: sha512-
|
|
7619
|
+
integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==,
|
|
7484
7620
|
}
|
|
7485
7621
|
dependencies:
|
|
7486
|
-
|
|
7622
|
+
sourcemap-codec: 1.4.8
|
|
7487
7623
|
|
|
7488
7624
|
/make-dir@2.1.0:
|
|
7489
7625
|
resolution:
|
|
@@ -7764,14 +7900,6 @@ packages:
|
|
|
7764
7900
|
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
7765
7901
|
hasBin: true
|
|
7766
7902
|
|
|
7767
|
-
/nanoid@3.3.7:
|
|
7768
|
-
resolution:
|
|
7769
|
-
{
|
|
7770
|
-
integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==,
|
|
7771
|
-
}
|
|
7772
|
-
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
7773
|
-
hasBin: true
|
|
7774
|
-
|
|
7775
7903
|
/natural-compare@1.4.0:
|
|
7776
7904
|
resolution:
|
|
7777
7905
|
{
|
|
@@ -8104,7 +8232,7 @@ packages:
|
|
|
8104
8232
|
integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==,
|
|
8105
8233
|
}
|
|
8106
8234
|
dependencies:
|
|
8107
|
-
entities: 4.
|
|
8235
|
+
entities: 4.4.0
|
|
8108
8236
|
dev: true
|
|
8109
8237
|
|
|
8110
8238
|
/parseqs@0.0.6:
|
|
@@ -8220,6 +8348,7 @@ packages:
|
|
|
8220
8348
|
{
|
|
8221
8349
|
integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==,
|
|
8222
8350
|
}
|
|
8351
|
+
dev: true
|
|
8223
8352
|
|
|
8224
8353
|
/picomatch@2.3.1:
|
|
8225
8354
|
resolution:
|
|
@@ -8431,17 +8560,6 @@ packages:
|
|
|
8431
8560
|
picocolors: 1.0.0
|
|
8432
8561
|
source-map-js: 1.0.2
|
|
8433
8562
|
|
|
8434
|
-
/postcss@8.4.38:
|
|
8435
|
-
resolution:
|
|
8436
|
-
{
|
|
8437
|
-
integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==,
|
|
8438
|
-
}
|
|
8439
|
-
engines: { node: ^10 || ^12 || >=14 }
|
|
8440
|
-
dependencies:
|
|
8441
|
-
nanoid: 3.3.7
|
|
8442
|
-
picocolors: 1.0.1
|
|
8443
|
-
source-map-js: 1.2.0
|
|
8444
|
-
|
|
8445
8563
|
/prelude-ls@1.1.2:
|
|
8446
8564
|
resolution:
|
|
8447
8565
|
{
|
|
@@ -9194,13 +9312,6 @@ packages:
|
|
|
9194
9312
|
}
|
|
9195
9313
|
engines: { node: ">=0.10.0" }
|
|
9196
9314
|
|
|
9197
|
-
/source-map-js@1.2.0:
|
|
9198
|
-
resolution:
|
|
9199
|
-
{
|
|
9200
|
-
integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==,
|
|
9201
|
-
}
|
|
9202
|
-
engines: { node: ">=0.10.0" }
|
|
9203
|
-
|
|
9204
9315
|
/source-map-support@0.5.21:
|
|
9205
9316
|
resolution:
|
|
9206
9317
|
{
|
|
@@ -9217,7 +9328,13 @@ packages:
|
|
|
9217
9328
|
integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==,
|
|
9218
9329
|
}
|
|
9219
9330
|
engines: { node: ">=0.10.0" }
|
|
9220
|
-
|
|
9331
|
+
|
|
9332
|
+
/sourcemap-codec@1.4.8:
|
|
9333
|
+
resolution:
|
|
9334
|
+
{
|
|
9335
|
+
integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==,
|
|
9336
|
+
}
|
|
9337
|
+
deprecated: Please use @jridgewell/sourcemap-codec instead
|
|
9221
9338
|
|
|
9222
9339
|
/spawn-command@0.0.2-1:
|
|
9223
9340
|
resolution:
|
|
@@ -9411,7 +9528,7 @@ packages:
|
|
|
9411
9528
|
css-select: 5.1.0
|
|
9412
9529
|
css-tree: 2.3.1
|
|
9413
9530
|
csso: 5.0.5
|
|
9414
|
-
picocolors: 1.0.
|
|
9531
|
+
picocolors: 1.0.0
|
|
9415
9532
|
dev: true
|
|
9416
9533
|
|
|
9417
9534
|
/symbol-tree@3.2.4:
|
|
@@ -9989,7 +10106,7 @@ packages:
|
|
|
9989
10106
|
dependencies:
|
|
9990
10107
|
browserslist: 4.21.4
|
|
9991
10108
|
escalade: 3.1.1
|
|
9992
|
-
picocolors: 1.0.
|
|
10109
|
+
picocolors: 1.0.0
|
|
9993
10110
|
dev: true
|
|
9994
10111
|
|
|
9995
10112
|
/update-browserslist-db@1.0.16(browserslist@4.23.0):
|
|
@@ -10114,7 +10231,7 @@ packages:
|
|
|
10114
10231
|
integrity: sha512-0MMf1yzzSYlV4MGePsLVAOqXsbF5IVxbn4EEzqRnWxTQl8BJg/cfwIzfQNmNQxZp5XXwd4kyRKF1LytuHZTnqA==,
|
|
10115
10232
|
}
|
|
10116
10233
|
dependencies:
|
|
10117
|
-
"@vue/compiler-sfc": 3.
|
|
10234
|
+
"@vue/compiler-sfc": 3.2.45
|
|
10118
10235
|
svgo: 3.0.2
|
|
10119
10236
|
dev: true
|
|
10120
10237
|
|
|
@@ -10207,7 +10324,7 @@ packages:
|
|
|
10207
10324
|
- terser
|
|
10208
10325
|
dev: true
|
|
10209
10326
|
|
|
10210
|
-
/vue-demi@0.13.11(vue@3.
|
|
10327
|
+
/vue-demi@0.13.11(vue@3.2.45):
|
|
10211
10328
|
resolution:
|
|
10212
10329
|
{
|
|
10213
10330
|
integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==,
|
|
@@ -10222,7 +10339,7 @@ packages:
|
|
|
10222
10339
|
"@vue/composition-api":
|
|
10223
10340
|
optional: true
|
|
10224
10341
|
dependencies:
|
|
10225
|
-
vue: 3.
|
|
10342
|
+
vue: 3.2.45
|
|
10226
10343
|
dev: false
|
|
10227
10344
|
|
|
10228
10345
|
/vue-eslint-parser@9.3.2(eslint@8.30.0):
|
|
@@ -10246,25 +10363,19 @@ packages:
|
|
|
10246
10363
|
- supports-color
|
|
10247
10364
|
dev: true
|
|
10248
10365
|
|
|
10249
|
-
/vue@3.
|
|
10366
|
+
/vue@3.2.45:
|
|
10250
10367
|
resolution:
|
|
10251
10368
|
{
|
|
10252
|
-
integrity: sha512-
|
|
10369
|
+
integrity: sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==,
|
|
10253
10370
|
}
|
|
10254
|
-
peerDependencies:
|
|
10255
|
-
typescript: "*"
|
|
10256
|
-
peerDependenciesMeta:
|
|
10257
|
-
typescript:
|
|
10258
|
-
optional: true
|
|
10259
10371
|
dependencies:
|
|
10260
|
-
"@vue/compiler-dom": 3.
|
|
10261
|
-
"@vue/compiler-sfc": 3.
|
|
10262
|
-
"@vue/runtime-dom": 3.
|
|
10263
|
-
"@vue/server-renderer": 3.
|
|
10264
|
-
"@vue/shared": 3.
|
|
10265
|
-
typescript: 4.9.4
|
|
10372
|
+
"@vue/compiler-dom": 3.2.45
|
|
10373
|
+
"@vue/compiler-sfc": 3.2.45
|
|
10374
|
+
"@vue/runtime-dom": 3.2.45
|
|
10375
|
+
"@vue/server-renderer": 3.2.45(vue@3.2.45)
|
|
10376
|
+
"@vue/shared": 3.2.45
|
|
10266
10377
|
|
|
10267
|
-
/vuex@4.1.0(vue@3.
|
|
10378
|
+
/vuex@4.1.0(vue@3.2.45):
|
|
10268
10379
|
resolution:
|
|
10269
10380
|
{
|
|
10270
10381
|
integrity: sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==,
|
|
@@ -10273,7 +10384,7 @@ packages:
|
|
|
10273
10384
|
vue: ^3.2.0
|
|
10274
10385
|
dependencies:
|
|
10275
10386
|
"@vue/devtools-api": 6.4.5
|
|
10276
|
-
vue: 3.
|
|
10387
|
+
vue: 3.2.45
|
|
10277
10388
|
dev: false
|
|
10278
10389
|
|
|
10279
10390
|
/w3c-xmlserializer@4.0.0:
|