@piveau/sdk-vue 1.0.0-beta.13 → 1.0.0-beta.16

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 (51) hide show
  1. package/dist/THIRD-PARTY-LICENSES.md +162 -0
  2. package/dist/_chunks/libs/@babel/parser.d.mts +1 -0
  3. package/dist/_chunks/libs/@babel/parser.mjs +12577 -0
  4. package/dist/_chunks/libs/@babel/parser.mjs.map +1 -0
  5. package/dist/_chunks/libs/@vue/compiler-core.d.mts +8 -0
  6. package/dist/_chunks/libs/@vue/compiler-core.d.mts.map +1 -0
  7. package/dist/_chunks/libs/@vue/compiler-core.mjs +13495 -0
  8. package/dist/_chunks/libs/@vue/compiler-core.mjs.map +1 -0
  9. package/dist/_chunks/libs/@vue/compiler-dom.d.mts +1 -0
  10. package/dist/_chunks/libs/@vue/compiler-dom.mjs +1099 -0
  11. package/dist/_chunks/libs/@vue/compiler-dom.mjs.map +1 -0
  12. package/dist/_chunks/libs/@vue/reactivity.d.mts +140 -0
  13. package/dist/_chunks/libs/@vue/reactivity.d.mts.map +1 -0
  14. package/dist/_chunks/libs/@vue/reactivity.mjs +3071 -0
  15. package/dist/_chunks/libs/@vue/reactivity.mjs.map +1 -0
  16. package/dist/_chunks/libs/@vue/runtime-core.d.mts +1194 -0
  17. package/dist/_chunks/libs/@vue/runtime-core.d.mts.map +1 -0
  18. package/dist/_chunks/libs/@vue/runtime-core.mjs +9792 -0
  19. package/dist/_chunks/libs/@vue/runtime-core.mjs.map +1 -0
  20. package/dist/_chunks/libs/@vue/runtime-dom.d.mts +20278 -0
  21. package/dist/_chunks/libs/@vue/runtime-dom.d.mts.map +1 -0
  22. package/dist/_chunks/libs/@vue/runtime-dom.mjs +2799 -0
  23. package/dist/_chunks/libs/@vue/runtime-dom.mjs.map +1 -0
  24. package/dist/_chunks/libs/vue.d.mts +1 -0
  25. package/dist/_chunks/libs/vue.mjs +121 -0
  26. package/dist/_chunks/libs/vue.mjs.map +1 -0
  27. package/dist/_chunks/locale.d.mts +44 -0
  28. package/dist/_chunks/locale.d.mts.map +1 -0
  29. package/dist/_chunks/locale.mjs +4364 -0
  30. package/dist/_chunks/locale.mjs.map +1 -0
  31. package/dist/_chunks/rolldown-runtime.mjs +34 -0
  32. package/dist/{utils/vHelpers.d.ts → _chunks/vHelpers.d.mts} +4 -2
  33. package/dist/_chunks/vHelpers.d.mts.map +1 -0
  34. package/dist/index.d.mts +3471 -3366
  35. package/dist/index.d.mts.map +1 -0
  36. package/dist/index.mjs +1710 -1188
  37. package/dist/index.mjs.map +1 -1
  38. package/dist/locale/adapters/vue-i18n.d.mts +21 -0
  39. package/dist/locale/adapters/vue-i18n.d.mts.map +1 -0
  40. package/dist/locale/adapters/vue-i18n.mjs +2 -0
  41. package/dist/locale/index.d.mts +4383 -4110
  42. package/dist/locale/index.d.mts.map +1 -0
  43. package/dist/locale/index.mjs +2 -4201
  44. package/dist/utils/vHelpers.d.mts +2 -66
  45. package/dist/utils/vHelpers.mjs +80 -45
  46. package/dist/utils/vHelpers.mjs.map +1 -1
  47. package/package.json +32 -19
  48. package/LICENSE +0 -13
  49. package/dist/index.d.ts +0 -3719
  50. package/dist/locale/index.d.ts +0 -4200
  51. package/dist/locale/index.mjs.map +0 -1
@@ -0,0 +1,162 @@
1
+ # Licenses of Bundled Dependencies
2
+
3
+ The published artifact additionally contains code with the following licenses:
4
+ BSD-2-Clause, BSD-3-Clause, MIT
5
+
6
+ # Bundled Dependencies
7
+
8
+ ## @babel/parser
9
+
10
+ License: MIT
11
+ By: The Babel Team
12
+ Repository: https://github.com/babel/babel
13
+
14
+ > Copyright (C) 2012-2014 by various contributors (see AUTHORS)
15
+ >
16
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ > of this software and associated documentation files (the "Software"), to deal
18
+ > in the Software without restriction, including without limitation the rights
19
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ > copies of the Software, and to permit persons to whom the Software is
21
+ > furnished to do so, subject to the following conditions:
22
+ >
23
+ > The above copyright notice and this permission notice shall be included in
24
+ > all copies or substantial portions of the Software.
25
+ >
26
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
32
+ > THE SOFTWARE.
33
+
34
+ ---------------------------------------
35
+
36
+ ## @vue/compiler-core, @vue/compiler-dom, @vue/reactivity, @vue/runtime-core, @vue/runtime-dom, @vue/shared, vue
37
+
38
+ License: MIT
39
+ By: Evan You
40
+ Repositories: https://github.com/vuejs/core, https://github.com/vuejs/core, https://github.com/vuejs/core, https://github.com/vuejs/core, https://github.com/vuejs/core, https://github.com/vuejs/core, https://github.com/vuejs/core
41
+
42
+ > The MIT License (MIT)
43
+ >
44
+ > Copyright (c) 2018-present, Yuxi (Evan) You
45
+ >
46
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
47
+ > of this software and associated documentation files (the "Software"), to deal
48
+ > in the Software without restriction, including without limitation the rights
49
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
50
+ > copies of the Software, and to permit persons to whom the Software is
51
+ > furnished to do so, subject to the following conditions:
52
+ >
53
+ > The above copyright notice and this permission notice shall be included in
54
+ > all copies or substantial portions of the Software.
55
+ >
56
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
59
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
60
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62
+ > THE SOFTWARE.
63
+
64
+ ---------------------------------------
65
+
66
+ ## csstype
67
+
68
+ License: MIT
69
+ By: Fredrik Nicol
70
+ Repository: https://github.com/frenic/csstype
71
+
72
+ > Copyright (c) 2017-2018 Fredrik Nicol
73
+ >
74
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
75
+ > of this software and associated documentation files (the "Software"), to deal
76
+ > in the Software without restriction, including without limitation the rights
77
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
78
+ > copies of the Software, and to permit persons to whom the Software is
79
+ > furnished to do so, subject to the following conditions:
80
+ >
81
+ > The above copyright notice and this permission notice shall be included in all
82
+ > copies or substantial portions of the Software.
83
+ >
84
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
85
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
86
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
87
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
88
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
89
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
90
+ > SOFTWARE.
91
+
92
+ ---------------------------------------
93
+
94
+ ## entities
95
+
96
+ License: BSD-2-Clause
97
+ By: Felix Boehm
98
+ Repository: https://github.com/fb55/entities
99
+
100
+ > Copyright (c) Felix Böhm
101
+ > All rights reserved.
102
+ >
103
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
104
+ >
105
+ > Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
106
+ >
107
+ > Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
108
+ >
109
+ > THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
110
+ > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
111
+
112
+ ---------------------------------------
113
+
114
+ ## estree-walker
115
+
116
+ License: MIT
117
+ By: Rich Harris
118
+ Repository: https://github.com/Rich-Harris/estree-walker
119
+
120
+ > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
121
+ >
122
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
123
+ >
124
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
125
+ >
126
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+
128
+ ---------------------------------------
129
+
130
+ ## source-map-js
131
+
132
+ License: BSD-3-Clause
133
+ By: Valentin 7rulnik Semirulnik, Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
134
+ Repository: https://github.com/7rulnik/source-map-js
135
+
136
+ > Copyright (c) 2009-2011, Mozilla Foundation and contributors
137
+ > All rights reserved.
138
+ >
139
+ > Redistribution and use in source and binary forms, with or without
140
+ > modification, are permitted provided that the following conditions are met:
141
+ >
142
+ > * Redistributions of source code must retain the above copyright notice, this
143
+ > list of conditions and the following disclaimer.
144
+ >
145
+ > * Redistributions in binary form must reproduce the above copyright notice,
146
+ > this list of conditions and the following disclaimer in the documentation
147
+ > and/or other materials provided with the distribution.
148
+ >
149
+ > * Neither the names of the Mozilla Foundation nor the names of project
150
+ > contributors may be used to endorse or promote products derived from this
151
+ > software without specific prior written permission.
152
+ >
153
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
154
+ > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
155
+ > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
156
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
157
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
158
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
159
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
160
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
161
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
162
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1 @@
1
+ export { };