@vyr/cli 0.0.19 → 0.0.21

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 (165) hide show
  1. package/.bin/install/index.js +6 -0
  2. package/.entry/app.js +362 -362
  3. package/build/css/{9339.e14b8c45.css → 110.6ed7cfde.css} +1 -1
  4. package/build/css/1111.d78bb080.css +1 -0
  5. package/build/css/2318.b023c74d.css +1 -0
  6. package/build/css/{3864.a80486d1.css → 2983.9f539d64.css} +1 -1
  7. package/build/css/{4296.963f15af.css → 6151.e4de2b69.css} +1 -1
  8. package/build/css/9170.7c0db381.css +1 -0
  9. package/build/css/{3964.4c4113a3.css → 9786.6bfee4ca.css} +1 -1
  10. package/build/css/login.ca50fefe.css +1 -0
  11. package/build/fonts/{iconfont.ba63119b.ttf → iconfont.10345b2b.ttf} +0 -0
  12. package/build/fonts/iconfont.4a13a979.woff +0 -0
  13. package/build/index.html +1 -1
  14. package/build/js/1018.44885958.js +1 -0
  15. package/build/js/110.a26ee1aa.js +1 -0
  16. package/build/js/1111.be6e2c40.js +1 -0
  17. package/build/js/150.00c9fbf4.js +1 -0
  18. package/build/js/1780.0ef31158.js +1 -0
  19. package/build/js/2318.808935bc.js +1 -0
  20. package/build/js/2983.fcd4c54c.js +3 -0
  21. package/build/js/3553.843b10f9.js +1 -0
  22. package/build/js/3785.0e5bac50.js +1 -0
  23. package/build/js/{4530.1c91c099.js → 4530.abbe43c1.js} +1 -1
  24. package/build/js/4582.b9a77472.js +277 -0
  25. package/build/js/5547.295cc860.js +1 -0
  26. package/build/js/6151.f395fab4.js +1 -0
  27. package/build/js/6166.a11b6605.js +1 -0
  28. package/build/js/7713.7dac62b2.js +1 -0
  29. package/build/js/7769.cd4df4d6.js +1 -0
  30. package/build/js/7928.76108257.js +1 -0
  31. package/build/js/8637.435ff2cf.js +1 -0
  32. package/build/js/9170.00337437.js +1 -0
  33. package/build/js/931.e0143d22.js +1 -0
  34. package/build/js/9399.3fcb9b8f.js +1 -0
  35. package/build/js/94.043c5ab1.js +1 -0
  36. package/build/js/9786.80abceae.js +1 -0
  37. package/build/js/chunk-vendors.3148df9e.js +300 -0
  38. package/build/js/index.c88ebc1c.js +1 -0
  39. package/build/js/login.06d7868f.js +1 -0
  40. package/build/js/preview.11442733.js +1 -0
  41. package/build/login.html +1 -1
  42. package/build/preview.html +1 -1
  43. package/output/auto-provider-plugin/package.json +1 -1
  44. package/output/builtin/build/component/ExampleDialog.vue.d.ts +3 -0
  45. package/output/builtin/build/component/index.d.ts +2 -1
  46. package/output/builtin/build/locale/LanguageProvider.d.ts +9 -4
  47. package/output/builtin/build/service/global/draggable/Draggable.d.ts +10 -0
  48. package/output/builtin/build/service/global/draggable/index.d.ts +1 -0
  49. package/output/builtin/build/service/global/index.d.ts +1 -0
  50. package/output/builtin/build/service/header/action/MyExampleAction.d.ts +9 -0
  51. package/output/builtin/build/service/header/action/index.d.ts +1 -0
  52. package/output/builtin/build/service/sidebar/asset/AssetNavigator.d.ts +2 -2
  53. package/output/builtin/build/service/sidebar/scene/SceneNavigator.d.ts +5 -5
  54. package/output/builtin/build/service/sidebar/scene/draggable/Draggable.d.ts +5 -5
  55. package/output/builtin/package.json +1 -1
  56. package/output/class-wrapper-plugin/package.json +1 -1
  57. package/output/declare/package.json +2 -2
  58. package/output/design/package.json +1 -1
  59. package/output/design/src/components/Loading.vue +1 -1
  60. package/output/design/src/components/utils/Confirm.ts +1 -1
  61. package/output/design/src/font/demo_index.html +1315 -1292
  62. package/output/design/src/font/iconfont.css +211 -207
  63. package/output/design/src/font/iconfont.js +1 -1
  64. package/output/design/src/font/iconfont.json +352 -345
  65. package/output/design/src/font/iconfont.ttf +0 -0
  66. package/output/design/src/font/iconfont.woff +0 -0
  67. package/output/design/src/font/iconfont.woff2 +0 -0
  68. package/output/design/src/locale/LanguageProvider.ts +2 -0
  69. package/output/design/src/theme/index.ts +4 -0
  70. package/output/engine/package.json +2 -2
  71. package/output/engine/src/asset/Asset.ts +2 -9
  72. package/output/engine/src/interaction/Scriptable.ts +4 -0
  73. package/output/engine/src/preset/execute/dataset/update.ts +1 -1
  74. package/output/engine/src/preset/execute/graphics/invoke.ts +2 -2
  75. package/output/engine/src/preset/execute/net/http.ts +3 -3
  76. package/output/engine/src/preset/execute/scheduler/switch.ts +1 -1
  77. package/output/engine/src/utils/AssetProvider.ts +19 -1
  78. package/output/locale/package.json +1 -1
  79. package/output/remote/package.json +1 -1
  80. package/output/remote/src/utils/screenshot.ts +2 -2
  81. package/output/rollup-config-plugin/package.json +1 -1
  82. package/output/runtime/build/DataService.d.ts +2 -2
  83. package/output/runtime/build/DraggableService.d.ts +1 -0
  84. package/output/runtime/build/data/global.d.ts +8 -1
  85. package/output/runtime/build/navigator/SidebarNavigator.d.ts +1 -2
  86. package/output/runtime/package.json +1 -1
  87. package/output/service/package.json +1 -1
  88. package/output/service-asset/package.json +1 -1
  89. package/output/service-asset/src/AssetMethodProvider.ts +7 -4
  90. package/output/service-asset/src/AssetService.ts +3 -4
  91. package/output/service-example/package.json +12 -0
  92. package/output/service-example/src/ExampleMethodProvider.ts +35 -0
  93. package/output/service-example/src/ExampleService.ts +42 -0
  94. package/output/service-example/src/index.ts +2 -0
  95. package/output/service-example/src/locale/Language.ts +10 -0
  96. package/output/service-example/src/locale/LanguageProvider.ts +15 -0
  97. package/output/service-example/src/locale/index.ts +2 -0
  98. package/output/service-example/tsconfig.json +31 -0
  99. package/output/service-graph/package.json +1 -1
  100. package/output/service-rpc/package.json +3 -2
  101. package/output/service-rpc/src/Message.ts +2 -0
  102. package/output/service-rpc/src/RpcService.ts +15 -5
  103. package/output/service-rpc/src/domain/Entity.ts +12 -0
  104. package/output/service-rpc/src/domain/Example.ts +80 -0
  105. package/output/service-rpc/src/domain/User.ts +84 -0
  106. package/output/service-rpc/src/domain/index.ts +3 -0
  107. package/output/service-rpc/src/example/apply.ts +35 -0
  108. package/output/service-rpc/src/example/create.ts +36 -0
  109. package/output/service-rpc/src/example/delete.ts +33 -0
  110. package/output/service-rpc/src/example/index.ts +5 -0
  111. package/output/service-rpc/src/example/initialize.ts +22 -0
  112. package/output/service-rpc/src/example/list.ts +35 -0
  113. package/output/service-rpc/src/index.ts +1 -1
  114. package/output/service-rpc/src/rpc/getUser.ts +2 -2
  115. package/output/service-scene/package.json +1 -1
  116. package/output/service-scene/src/SceneMethodProvider.ts +6 -6
  117. package/output/service-scene/src/SceneService.ts +2 -3
  118. package/output/var-rename-plugin/package.json +1 -1
  119. package/package.json +1 -1
  120. package/build/css/1111.86597cc5.css +0 -1
  121. package/build/css/1583.69c975fc.css +0 -1
  122. package/build/css/530.e132216c.css +0 -1
  123. package/build/css/login.3b035eb6.css +0 -1
  124. package/build/fonts/iconfont.892a2301.woff +0 -0
  125. package/build/js/1018.54b7c2da.js +0 -1
  126. package/build/js/1111.1f95eaf7.js +0 -1
  127. package/build/js/150.7b02c788.js +0 -1
  128. package/build/js/1583.fe623811.js +0 -1
  129. package/build/js/3785.151db669.js +0 -1
  130. package/build/js/3864.bec1192e.js +0 -3
  131. package/build/js/3964.96d036ca.js +0 -1
  132. package/build/js/4296.4744698e.js +0 -1
  133. package/build/js/4582.334df958.js +0 -1
  134. package/build/js/4587.ca9eeb25.js +0 -1
  135. package/build/js/530.a25f4a44.js +0 -1
  136. package/build/js/6166.c3ca51e8.js +0 -1
  137. package/build/js/6234.1227c7e7.js +0 -1
  138. package/build/js/6968.0be80297.js +0 -1
  139. package/build/js/7713.e38c75be.js +0 -1
  140. package/build/js/7769.8bdec987.js +0 -1
  141. package/build/js/8637.35feda19.js +0 -1
  142. package/build/js/931.dc93d680.js +0 -1
  143. package/build/js/9339.e3438ab8.js +0 -1
  144. package/build/js/94.59ed492b.js +0 -1
  145. package/build/js/chunk-vendors.f015a48a.js +0 -24
  146. package/build/js/index.02977f2f.js +0 -1
  147. package/build/js/login.333dc56f.js +0 -1
  148. package/build/js/preview.28d91d42.js +0 -1
  149. package/output/service-rpc/src/User.ts +0 -21
  150. /package/build/js/{1349.9b04698c.js → 1349.257d012a.js} +0 -0
  151. /package/build/js/{1402.959080ba.js → 1402.22eb41ee.js} +0 -0
  152. /package/build/js/{1877.4e5568cd.js → 1877.1d9ae361.js} +0 -0
  153. /package/build/js/{250.87c27d4b.js → 250.ce2e4903.js} +0 -0
  154. /package/build/js/{2546.9d7d58e4.js → 2546.125841be.js} +0 -0
  155. /package/build/js/{3085.b4adae0b.js → 3085.6aa82272.js} +0 -0
  156. /package/build/js/{3745.7cfe411d.js → 3745.a78df4d3.js} +0 -0
  157. /package/build/js/{4263.d7a13386.js → 4263.3ce42c2d.js} +0 -0
  158. /package/build/js/{5639.21eb71b5.js → 5639.a0114486.js} +0 -0
  159. /package/build/js/{6357.d2b1aeab.js → 6357.d649d989.js} +0 -0
  160. /package/build/js/{677.3e00dd5c.js → 677.92aa9e9d.js} +0 -0
  161. /package/build/js/{7195.915ff054.js → 7195.e85d3e31.js} +0 -0
  162. /package/build/js/{8657.c161c764.js → 8657.5d14c39f.js} +0 -0
  163. /package/build/js/{9044.8f4c6040.js → 9044.0c464218.js} +0 -0
  164. /package/build/js/{9620.d8b97c72.js → 9620.8e501812.js} +0 -0
  165. /package/build/js/{9751.8b76fab5.js → 9751.062a0ec7.js} +0 -0
@@ -1,207 +1,211 @@
1
- @font-face {
2
- font-family: "vyrfont"; /* Project id 5038851 */
3
- src: url('iconfont.woff2?t=1766471451918') format('woff2'),
4
- url('iconfont.woff?t=1766471451918') format('woff'),
5
- url('iconfont.ttf?t=1766471451918') format('truetype');
6
- }
7
-
8
- .vyrfont {
9
- font-family: "vyrfont" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .vyr-preset:before {
17
- content: "\e6a5";
18
- }
19
-
20
- .vyr-active:before {
21
- content: "\e64e";
22
- }
23
-
24
- .vyr-hover:before {
25
- content: "\e75b";
26
- }
27
-
28
- .vyr-category-font:before {
29
- content: "\eadc";
30
- }
31
-
32
- .vyr-category-style:before {
33
- content: "\e793";
34
- }
35
-
36
- .vyr-category-material:before {
37
- content: "\e61d";
38
- }
39
-
40
- .vyr-changjing:before {
41
- content: "\e601";
42
- }
43
-
44
- .vyr-sidebar-asset:before {
45
- content: "\e841";
46
- }
47
-
48
- .vyr-yunhang:before {
49
- content: "\e976";
50
- }
51
-
52
- .vyr-tingzhi:before {
53
- content: "\e60d";
54
- }
55
-
56
- .vyr-category-prefab:before {
57
- content: "\e65f";
58
- }
59
-
60
- .vyr-category-json:before {
61
- content: "\e817";
62
- }
63
-
64
- .vyr-category-animation:before {
65
- content: "\e607";
66
- }
67
-
68
- .vyr-close:before {
69
- content: "\e668";
70
- }
71
-
72
- .vyr-queren:before {
73
- content: "\e63d";
74
- }
75
-
76
- .vyr-quxiao:before {
77
- content: "\e61e";
78
- }
79
-
80
- .vyr-zhongzhi:before {
81
- content: "\e628";
82
- }
83
-
84
- .vyr-category-interaction:before {
85
- content: "\e71e";
86
- }
87
-
88
- .vyr-category-dataset:before {
89
- content: "\e717";
90
- }
91
-
92
- .vyr-category-model:before {
93
- content: "\e860";
94
- }
95
-
96
- .vyr-copy_to:before {
97
- content: "\e664";
98
- }
99
-
100
- .vyr-copy_from:before {
101
- content: "\e70c";
102
- }
103
-
104
- .vyr-shezhi:before {
105
- content: "\e68f";
106
- }
107
-
108
- .vyr-shanchu:before {
109
- content: "\e644";
110
- }
111
-
112
- .vyr-kejian:before {
113
- content: "\e633";
114
- }
115
-
116
- .vyr-bukejian:before {
117
- content: "\e634";
118
- }
119
-
120
- .vyr-right-arrow:before {
121
- content: "\e65b";
122
- }
123
-
124
- .vyr-add:before {
125
- content: "\e665";
126
- }
127
-
128
- .vyr-success:before {
129
- content: "\e67f";
130
- }
131
-
132
- .vyr-warning:before {
133
- content: "\e682";
134
- }
135
-
136
- .vyr-arrow-up-bold:before {
137
- content: "\e685";
138
- }
139
-
140
- .vyr-arrow-down-bold:before {
141
- content: "\e686";
142
- }
143
-
144
- .vyr-wenjianjia:before {
145
- content: "\e650";
146
- }
147
-
148
- .vyr-wenjian:before {
149
- content: "\e627";
150
- }
151
-
152
- .vyr-category-video:before {
153
- content: "\e656";
154
- }
155
-
156
- .vyr-category-image:before {
157
- content: "\e602";
158
- }
159
-
160
- .vyr-category-audio:before {
161
- content: "\e72a";
162
- }
163
-
164
- .vyr-category-geometry:before {
165
- content: "\e616";
166
- }
167
-
168
- .vyr-category-texture:before {
169
- content: "\e62f";
170
- }
171
-
172
- .vyr-category-other:before {
173
- content: "\e672";
174
- }
175
-
176
- .vyr-bianji:before {
177
- content: "\e636";
178
- }
179
-
180
- .vyr-bitian:before {
181
- content: "\e600";
182
- }
183
-
184
- .vyr-checked-no:before {
185
- content: "\e720";
186
- }
187
-
188
- .vyr-checked-multiple:before {
189
- content: "\e615";
190
- }
191
-
192
- .vyr-checked-all:before {
193
- content: "\e60b";
194
- }
195
-
196
- .vyr-category-ts:before {
197
- content: "\e6ec";
198
- }
199
-
200
- .vyr-kaifazhong:before {
201
- content: "\e791";
202
- }
203
-
204
- .vyr-remove:before {
205
- content: "\e666";
206
- }
207
-
1
+ @font-face {
2
+ font-family: "vyrfont"; /* Project id 5038851 */
3
+ src: url('iconfont.woff2?t=1766835101000') format('woff2'),
4
+ url('iconfont.woff?t=1766835101000') format('woff'),
5
+ url('iconfont.ttf?t=1766835101000') format('truetype');
6
+ }
7
+
8
+ .vyrfont {
9
+ font-family: "vyrfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .vyr-delete:before {
17
+ content: "\e645";
18
+ }
19
+
20
+ .vyr-preset:before {
21
+ content: "\e6a5";
22
+ }
23
+
24
+ .vyr-active:before {
25
+ content: "\e64e";
26
+ }
27
+
28
+ .vyr-hover:before {
29
+ content: "\e75b";
30
+ }
31
+
32
+ .vyr-category-font:before {
33
+ content: "\eadc";
34
+ }
35
+
36
+ .vyr-category-style:before {
37
+ content: "\e793";
38
+ }
39
+
40
+ .vyr-category-material:before {
41
+ content: "\e61d";
42
+ }
43
+
44
+ .vyr-changjing:before {
45
+ content: "\e601";
46
+ }
47
+
48
+ .vyr-sidebar-asset:before {
49
+ content: "\e841";
50
+ }
51
+
52
+ .vyr-yunhang:before {
53
+ content: "\e976";
54
+ }
55
+
56
+ .vyr-tingzhi:before {
57
+ content: "\e60d";
58
+ }
59
+
60
+ .vyr-category-prefab:before {
61
+ content: "\e65f";
62
+ }
63
+
64
+ .vyr-category-json:before {
65
+ content: "\e817";
66
+ }
67
+
68
+ .vyr-category-animation:before {
69
+ content: "\e607";
70
+ }
71
+
72
+ .vyr-close:before {
73
+ content: "\e668";
74
+ }
75
+
76
+ .vyr-queren:before {
77
+ content: "\e63d";
78
+ }
79
+
80
+ .vyr-quxiao:before {
81
+ content: "\e61e";
82
+ }
83
+
84
+ .vyr-zhongzhi:before {
85
+ content: "\e628";
86
+ }
87
+
88
+ .vyr-category-interaction:before {
89
+ content: "\e71e";
90
+ }
91
+
92
+ .vyr-category-dataset:before {
93
+ content: "\e717";
94
+ }
95
+
96
+ .vyr-category-model:before {
97
+ content: "\e860";
98
+ }
99
+
100
+ .vyr-copy_to:before {
101
+ content: "\e664";
102
+ }
103
+
104
+ .vyr-copy_from:before {
105
+ content: "\e70c";
106
+ }
107
+
108
+ .vyr-shezhi:before {
109
+ content: "\e68f";
110
+ }
111
+
112
+ .vyr-shanchu:before {
113
+ content: "\e644";
114
+ }
115
+
116
+ .vyr-kejian:before {
117
+ content: "\e633";
118
+ }
119
+
120
+ .vyr-bukejian:before {
121
+ content: "\e634";
122
+ }
123
+
124
+ .vyr-right-arrow:before {
125
+ content: "\e65b";
126
+ }
127
+
128
+ .vyr-add:before {
129
+ content: "\e665";
130
+ }
131
+
132
+ .vyr-success:before {
133
+ content: "\e67f";
134
+ }
135
+
136
+ .vyr-warning:before {
137
+ content: "\e682";
138
+ }
139
+
140
+ .vyr-arrow-up-bold:before {
141
+ content: "\e685";
142
+ }
143
+
144
+ .vyr-arrow-down-bold:before {
145
+ content: "\e686";
146
+ }
147
+
148
+ .vyr-wenjianjia:before {
149
+ content: "\e650";
150
+ }
151
+
152
+ .vyr-wenjian:before {
153
+ content: "\e627";
154
+ }
155
+
156
+ .vyr-category-video:before {
157
+ content: "\e656";
158
+ }
159
+
160
+ .vyr-category-image:before {
161
+ content: "\e602";
162
+ }
163
+
164
+ .vyr-category-audio:before {
165
+ content: "\e72a";
166
+ }
167
+
168
+ .vyr-category-geometry:before {
169
+ content: "\e616";
170
+ }
171
+
172
+ .vyr-category-texture:before {
173
+ content: "\e62f";
174
+ }
175
+
176
+ .vyr-category-other:before {
177
+ content: "\e672";
178
+ }
179
+
180
+ .vyr-bianji:before {
181
+ content: "\e636";
182
+ }
183
+
184
+ .vyr-bitian:before {
185
+ content: "\e600";
186
+ }
187
+
188
+ .vyr-checked-no:before {
189
+ content: "\e720";
190
+ }
191
+
192
+ .vyr-checked-multiple:before {
193
+ content: "\e615";
194
+ }
195
+
196
+ .vyr-checked-all:before {
197
+ content: "\e60b";
198
+ }
199
+
200
+ .vyr-category-ts:before {
201
+ content: "\e6ec";
202
+ }
203
+
204
+ .vyr-kaifazhong:before {
205
+ content: "\e791";
206
+ }
207
+
208
+ .vyr-remove:before {
209
+ content: "\e666";
210
+ }
211
+