@vue/language-service 1.8.8 → 1.8.10

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.
Files changed (55) hide show
  1. package/data/language-blocks/en.json +68 -0
  2. package/data/language-blocks/fr.json +68 -0
  3. package/data/language-blocks/ja.json +68 -0
  4. package/data/language-blocks/ko.json +68 -0
  5. package/data/language-blocks/pt.json +694 -0
  6. package/data/language-blocks/zh-cn.json +68 -0
  7. package/data/model-modifiers/en.json +12 -0
  8. package/data/model-modifiers/fr.json +12 -0
  9. package/data/model-modifiers/ja.json +12 -0
  10. package/data/model-modifiers/ko.json +12 -0
  11. package/data/model-modifiers/pt.json +116 -0
  12. package/data/model-modifiers/zh-cn.json +12 -0
  13. package/data/template/en.json +104 -0
  14. package/data/template/fr.json +104 -0
  15. package/data/template/ja.json +104 -0
  16. package/data/template/ko.json +104 -0
  17. package/data/template/pt.json +978 -0
  18. package/data/template/zh-cn.json +105 -1
  19. package/out/helpers.d.ts +1 -0
  20. package/out/helpers.js +28 -5
  21. package/out/ideFeatures/nameCasing.d.ts +7 -6
  22. package/out/ideFeatures/nameCasing.js +15 -16
  23. package/out/index.d.ts +1 -0
  24. package/out/languageService.d.ts +5 -4
  25. package/out/languageService.js +72 -47
  26. package/out/plugins/data.d.ts +1 -0
  27. package/out/plugins/data.js +9 -0
  28. package/out/plugins/vue-autoinsert-dotvalue.d.ts +2 -2
  29. package/out/plugins/vue-autoinsert-dotvalue.js +5 -4
  30. package/out/plugins/vue-autoinsert-parentheses.d.ts +2 -2
  31. package/out/plugins/vue-autoinsert-parentheses.js +3 -1
  32. package/out/plugins/vue-autoinsert-space.d.ts +2 -2
  33. package/out/plugins/vue-autoinsert-space.js +3 -1
  34. package/out/plugins/vue-codelens-references.d.ts +2 -1
  35. package/out/plugins/vue-codelens-references.js +4 -3
  36. package/out/plugins/vue-directive-comments.d.ts +2 -2
  37. package/out/plugins/vue-directive-comments.js +3 -1
  38. package/out/plugins/vue-extract-file.d.ts +2 -1
  39. package/out/plugins/vue-extract-file.js +4 -4
  40. package/out/plugins/vue-template.d.ts +2 -2
  41. package/out/plugins/vue-template.js +53 -28
  42. package/out/plugins/vue-toggle-v-bind-codeaction.d.ts +2 -1
  43. package/out/plugins/vue-toggle-v-bind-codeaction.js +6 -5
  44. package/out/plugins/vue-twoslash-queries.d.ts +2 -2
  45. package/out/plugins/vue-twoslash-queries.js +27 -2
  46. package/out/plugins/vue-visualize-hidden-callback-param.d.ts +2 -2
  47. package/out/plugins/vue-visualize-hidden-callback-param.js +3 -1
  48. package/out/plugins/vue.d.ts +2 -2
  49. package/out/plugins/vue.js +32 -4
  50. package/out/types.d.ts +1 -0
  51. package/package.json +11 -11
  52. package/out/plugins/vue-.d.ts +0 -7
  53. package/out/plugins/vue-.js +0 -159
  54. package/out/plugins/vue-autoinsert-dotvalue copy.d.ts +0 -7
  55. package/out/plugins/vue-autoinsert-dotvalue copy.js +0 -159
@@ -32,6 +32,10 @@
32
32
  {
33
33
  "name": "ko",
34
34
  "url": "https://ko.vuejs.org/api/built-in-components.html#transition"
35
+ },
36
+ {
37
+ "name": "pt",
38
+ "url": "https://pt.vuejs.org/api/built-in-components.html#transition"
35
39
  }
36
40
  ]
37
41
  },
@@ -66,6 +70,10 @@
66
70
  {
67
71
  "name": "ko",
68
72
  "url": "https://ko.vuejs.org/api/built-in-components.html#transitiongroup"
73
+ },
74
+ {
75
+ "name": "pt",
76
+ "url": "https://pt.vuejs.org/api/built-in-components.html#transitiongroup"
69
77
  }
70
78
  ]
71
79
  },
@@ -100,6 +108,10 @@
100
108
  {
101
109
  "name": "ko",
102
110
  "url": "https://ko.vuejs.org/api/built-in-components.html#keepalive"
111
+ },
112
+ {
113
+ "name": "pt",
114
+ "url": "https://pt.vuejs.org/api/built-in-components.html#keepalive"
103
115
  }
104
116
  ]
105
117
  },
@@ -134,6 +146,10 @@
134
146
  {
135
147
  "name": "ko",
136
148
  "url": "https://ko.vuejs.org/api/built-in-components.html#teleport"
149
+ },
150
+ {
151
+ "name": "pt",
152
+ "url": "https://pt.vuejs.org/api/built-in-components.html#teleport"
137
153
  }
138
154
  ]
139
155
  },
@@ -168,6 +184,10 @@
168
184
  {
169
185
  "name": "ko",
170
186
  "url": "https://ko.vuejs.org/api/built-in-components.html#suspense"
187
+ },
188
+ {
189
+ "name": "pt",
190
+ "url": "https://pt.vuejs.org/api/built-in-components.html#suspense"
171
191
  }
172
192
  ]
173
193
  },
@@ -202,6 +222,10 @@
202
222
  {
203
223
  "name": "ko",
204
224
  "url": "https://ko.vuejs.org/api/built-in-special-elements.html#component"
225
+ },
226
+ {
227
+ "name": "pt",
228
+ "url": "https://pt.vuejs.org/api/built-in-special-elements.html#component"
205
229
  }
206
230
  ]
207
231
  },
@@ -236,6 +260,10 @@
236
260
  {
237
261
  "name": "ko",
238
262
  "url": "https://ko.vuejs.org/api/built-in-special-elements.html#slot"
263
+ },
264
+ {
265
+ "name": "pt",
266
+ "url": "https://pt.vuejs.org/api/built-in-special-elements.html#slot"
239
267
  }
240
268
  ]
241
269
  },
@@ -270,6 +298,10 @@
270
298
  {
271
299
  "name": "ko",
272
300
  "url": "https://ko.vuejs.org/api/built-in-special-elements.html#template"
301
+ },
302
+ {
303
+ "name": "pt",
304
+ "url": "https://pt.vuejs.org/api/built-in-special-elements.html#template"
273
305
  }
274
306
  ]
275
307
  }
@@ -305,6 +337,10 @@
305
337
  {
306
338
  "name": "ko",
307
339
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-text"
340
+ },
341
+ {
342
+ "name": "pt",
343
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-text"
308
344
  }
309
345
  ]
310
346
  },
@@ -338,6 +374,10 @@
338
374
  {
339
375
  "name": "ko",
340
376
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-html"
377
+ },
378
+ {
379
+ "name": "pt",
380
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-html"
341
381
  }
342
382
  ]
343
383
  },
@@ -371,6 +411,10 @@
371
411
  {
372
412
  "name": "ko",
373
413
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-show"
414
+ },
415
+ {
416
+ "name": "pt",
417
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-show"
374
418
  }
375
419
  ]
376
420
  },
@@ -404,6 +448,10 @@
404
448
  {
405
449
  "name": "ko",
406
450
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-if"
451
+ },
452
+ {
453
+ "name": "pt",
454
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-if"
407
455
  }
408
456
  ]
409
457
  },
@@ -438,6 +486,10 @@
438
486
  {
439
487
  "name": "ko",
440
488
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-else"
489
+ },
490
+ {
491
+ "name": "pt",
492
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-else"
441
493
  }
442
494
  ]
443
495
  },
@@ -471,6 +523,10 @@
471
523
  {
472
524
  "name": "ko",
473
525
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-else-if"
526
+ },
527
+ {
528
+ "name": "pt",
529
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-else-if"
474
530
  }
475
531
  ]
476
532
  },
@@ -504,6 +560,10 @@
504
560
  {
505
561
  "name": "ko",
506
562
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-for"
563
+ },
564
+ {
565
+ "name": "pt",
566
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-for"
507
567
  }
508
568
  ]
509
569
  },
@@ -537,6 +597,10 @@
537
597
  {
538
598
  "name": "ko",
539
599
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-on"
600
+ },
601
+ {
602
+ "name": "pt",
603
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-on"
540
604
  }
541
605
  ]
542
606
  },
@@ -570,6 +634,10 @@
570
634
  {
571
635
  "name": "ko",
572
636
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-bind"
637
+ },
638
+ {
639
+ "name": "pt",
640
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-bind"
573
641
  }
574
642
  ]
575
643
  },
@@ -603,6 +671,10 @@
603
671
  {
604
672
  "name": "ko",
605
673
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-model"
674
+ },
675
+ {
676
+ "name": "pt",
677
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-model"
606
678
  }
607
679
  ]
608
680
  },
@@ -636,6 +708,10 @@
636
708
  {
637
709
  "name": "ko",
638
710
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-slot"
711
+ },
712
+ {
713
+ "name": "pt",
714
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-slot"
639
715
  }
640
716
  ]
641
717
  },
@@ -669,6 +745,10 @@
669
745
  {
670
746
  "name": "ko",
671
747
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-pre"
748
+ },
749
+ {
750
+ "name": "pt",
751
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-pre"
672
752
  }
673
753
  ]
674
754
  },
@@ -702,6 +782,10 @@
702
782
  {
703
783
  "name": "ko",
704
784
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-once"
785
+ },
786
+ {
787
+ "name": "pt",
788
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-once"
705
789
  }
706
790
  ]
707
791
  },
@@ -735,6 +819,10 @@
735
819
  {
736
820
  "name": "ko",
737
821
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-memo"
822
+ },
823
+ {
824
+ "name": "pt",
825
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-memo"
738
826
  }
739
827
  ]
740
828
  },
@@ -768,6 +856,10 @@
768
856
  {
769
857
  "name": "ko",
770
858
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-cloak"
859
+ },
860
+ {
861
+ "name": "pt",
862
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-cloak"
771
863
  }
772
864
  ]
773
865
  },
@@ -801,6 +893,10 @@
801
893
  {
802
894
  "name": "ko",
803
895
  "url": "https://ko.vuejs.org/api/built-in-special-attributes.html#key"
896
+ },
897
+ {
898
+ "name": "pt",
899
+ "url": "https://pt.vuejs.org/api/built-in-special-attributes.html#key"
804
900
  }
805
901
  ]
806
902
  },
@@ -834,6 +930,10 @@
834
930
  {
835
931
  "name": "ko",
836
932
  "url": "https://ko.vuejs.org/api/built-in-special-attributes.html#ref"
933
+ },
934
+ {
935
+ "name": "pt",
936
+ "url": "https://pt.vuejs.org/api/built-in-special-attributes.html#ref"
837
937
  }
838
938
  ]
839
939
  },
@@ -867,6 +967,10 @@
867
967
  {
868
968
  "name": "ko",
869
969
  "url": "https://ko.vuejs.org/api/built-in-special-attributes.html#is"
970
+ },
971
+ {
972
+ "name": "pt",
973
+ "url": "https://pt.vuejs.org/api/built-in-special-attributes.html#is"
870
974
  }
871
975
  ]
872
976
  }
@@ -32,6 +32,10 @@
32
32
  {
33
33
  "name": "ko",
34
34
  "url": "https://ko.vuejs.org/api/built-in-components.html#transition"
35
+ },
36
+ {
37
+ "name": "pt",
38
+ "url": "https://pt.vuejs.org/api/built-in-components.html#transition"
35
39
  }
36
40
  ]
37
41
  },
@@ -66,6 +70,10 @@
66
70
  {
67
71
  "name": "ko",
68
72
  "url": "https://ko.vuejs.org/api/built-in-components.html#transitiongroup"
73
+ },
74
+ {
75
+ "name": "pt",
76
+ "url": "https://pt.vuejs.org/api/built-in-components.html#transitiongroup"
69
77
  }
70
78
  ]
71
79
  },
@@ -100,6 +108,10 @@
100
108
  {
101
109
  "name": "ko",
102
110
  "url": "https://ko.vuejs.org/api/built-in-components.html#keepalive"
111
+ },
112
+ {
113
+ "name": "pt",
114
+ "url": "https://pt.vuejs.org/api/built-in-components.html#keepalive"
103
115
  }
104
116
  ]
105
117
  },
@@ -134,6 +146,10 @@
134
146
  {
135
147
  "name": "ko",
136
148
  "url": "https://ko.vuejs.org/api/built-in-components.html#teleport"
149
+ },
150
+ {
151
+ "name": "pt",
152
+ "url": "https://pt.vuejs.org/api/built-in-components.html#teleport"
137
153
  }
138
154
  ]
139
155
  },
@@ -168,6 +184,10 @@
168
184
  {
169
185
  "name": "ko",
170
186
  "url": "https://ko.vuejs.org/api/built-in-components.html#suspense"
187
+ },
188
+ {
189
+ "name": "pt",
190
+ "url": "https://pt.vuejs.org/api/built-in-components.html#suspense"
171
191
  }
172
192
  ]
173
193
  },
@@ -202,6 +222,10 @@
202
222
  {
203
223
  "name": "ko",
204
224
  "url": "https://ko.vuejs.org/api/built-in-special-elements.html#component"
225
+ },
226
+ {
227
+ "name": "pt",
228
+ "url": "https://pt.vuejs.org/api/built-in-special-elements.html#component"
205
229
  }
206
230
  ]
207
231
  },
@@ -236,6 +260,10 @@
236
260
  {
237
261
  "name": "ko",
238
262
  "url": "https://ko.vuejs.org/api/built-in-special-elements.html#slot"
263
+ },
264
+ {
265
+ "name": "pt",
266
+ "url": "https://pt.vuejs.org/api/built-in-special-elements.html#slot"
239
267
  }
240
268
  ]
241
269
  },
@@ -270,6 +298,10 @@
270
298
  {
271
299
  "name": "ko",
272
300
  "url": "https://ko.vuejs.org/api/built-in-special-elements.html#template"
301
+ },
302
+ {
303
+ "name": "pt",
304
+ "url": "https://pt.vuejs.org/api/built-in-special-elements.html#template"
273
305
  }
274
306
  ]
275
307
  }
@@ -305,6 +337,10 @@
305
337
  {
306
338
  "name": "ko",
307
339
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-text"
340
+ },
341
+ {
342
+ "name": "pt",
343
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-text"
308
344
  }
309
345
  ]
310
346
  },
@@ -338,6 +374,10 @@
338
374
  {
339
375
  "name": "ko",
340
376
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-html"
377
+ },
378
+ {
379
+ "name": "pt",
380
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-html"
341
381
  }
342
382
  ]
343
383
  },
@@ -371,6 +411,10 @@
371
411
  {
372
412
  "name": "ko",
373
413
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-show"
414
+ },
415
+ {
416
+ "name": "pt",
417
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-show"
374
418
  }
375
419
  ]
376
420
  },
@@ -404,6 +448,10 @@
404
448
  {
405
449
  "name": "ko",
406
450
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-if"
451
+ },
452
+ {
453
+ "name": "pt",
454
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-if"
407
455
  }
408
456
  ]
409
457
  },
@@ -438,6 +486,10 @@
438
486
  {
439
487
  "name": "ko",
440
488
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-else"
489
+ },
490
+ {
491
+ "name": "pt",
492
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-else"
441
493
  }
442
494
  ]
443
495
  },
@@ -471,6 +523,10 @@
471
523
  {
472
524
  "name": "ko",
473
525
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-else-if"
526
+ },
527
+ {
528
+ "name": "pt",
529
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-else-if"
474
530
  }
475
531
  ]
476
532
  },
@@ -504,6 +560,10 @@
504
560
  {
505
561
  "name": "ko",
506
562
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-for"
563
+ },
564
+ {
565
+ "name": "pt",
566
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-for"
507
567
  }
508
568
  ]
509
569
  },
@@ -537,6 +597,10 @@
537
597
  {
538
598
  "name": "ko",
539
599
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-on"
600
+ },
601
+ {
602
+ "name": "pt",
603
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-on"
540
604
  }
541
605
  ]
542
606
  },
@@ -570,6 +634,10 @@
570
634
  {
571
635
  "name": "ko",
572
636
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-bind"
637
+ },
638
+ {
639
+ "name": "pt",
640
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-bind"
573
641
  }
574
642
  ]
575
643
  },
@@ -603,6 +671,10 @@
603
671
  {
604
672
  "name": "ko",
605
673
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-model"
674
+ },
675
+ {
676
+ "name": "pt",
677
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-model"
606
678
  }
607
679
  ]
608
680
  },
@@ -636,6 +708,10 @@
636
708
  {
637
709
  "name": "ko",
638
710
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-slot"
711
+ },
712
+ {
713
+ "name": "pt",
714
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-slot"
639
715
  }
640
716
  ]
641
717
  },
@@ -669,6 +745,10 @@
669
745
  {
670
746
  "name": "ko",
671
747
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-pre"
748
+ },
749
+ {
750
+ "name": "pt",
751
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-pre"
672
752
  }
673
753
  ]
674
754
  },
@@ -702,6 +782,10 @@
702
782
  {
703
783
  "name": "ko",
704
784
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-once"
785
+ },
786
+ {
787
+ "name": "pt",
788
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-once"
705
789
  }
706
790
  ]
707
791
  },
@@ -735,6 +819,10 @@
735
819
  {
736
820
  "name": "ko",
737
821
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-memo"
822
+ },
823
+ {
824
+ "name": "pt",
825
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-memo"
738
826
  }
739
827
  ]
740
828
  },
@@ -768,6 +856,10 @@
768
856
  {
769
857
  "name": "ko",
770
858
  "url": "https://ko.vuejs.org/api/built-in-directives.html#v-cloak"
859
+ },
860
+ {
861
+ "name": "pt",
862
+ "url": "https://pt.vuejs.org/api/built-in-directives.html#v-cloak"
771
863
  }
772
864
  ]
773
865
  },
@@ -801,6 +893,10 @@
801
893
  {
802
894
  "name": "ko",
803
895
  "url": "https://ko.vuejs.org/api/built-in-special-attributes.html#key"
896
+ },
897
+ {
898
+ "name": "pt",
899
+ "url": "https://pt.vuejs.org/api/built-in-special-attributes.html#key"
804
900
  }
805
901
  ]
806
902
  },
@@ -834,6 +930,10 @@
834
930
  {
835
931
  "name": "ko",
836
932
  "url": "https://ko.vuejs.org/api/built-in-special-attributes.html#ref"
933
+ },
934
+ {
935
+ "name": "pt",
936
+ "url": "https://pt.vuejs.org/api/built-in-special-attributes.html#ref"
837
937
  }
838
938
  ]
839
939
  },
@@ -867,6 +967,10 @@
867
967
  {
868
968
  "name": "ko",
869
969
  "url": "https://ko.vuejs.org/api/built-in-special-attributes.html#is"
970
+ },
971
+ {
972
+ "name": "pt",
973
+ "url": "https://pt.vuejs.org/api/built-in-special-attributes.html#is"
870
974
  }
871
975
  ]
872
976
  }