@devtron-labs/devtron-fe-common-lib 1.2.0 → 1.2.2-beta-1

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 (250) hide show
  1. package/dist/@code-editor-Dnez6SNz.js +19415 -0
  2. package/dist/@common-rjsf-CxHLK-MT.js +571 -0
  3. package/dist/@framer-motion-DHY98qq3.js +3437 -0
  4. package/dist/@moment-C_WeV3Af.js +2609 -0
  5. package/dist/@monaco-editor-34kqzg3G.js +70451 -0
  6. package/dist/@react-dates-WNnwjI5S.js +7708 -0
  7. package/dist/@react-select-BbR996pa.js +2636 -0
  8. package/dist/@vendor-RU8AW1bK.js +20473 -0
  9. package/dist/Common/CIPipeline.Types.d.ts +26 -1
  10. package/dist/Common/Constants.d.ts +1 -0
  11. package/dist/Common/CustomTagSelector/ResizableTagTextArea.d.ts +1 -1
  12. package/dist/Common/CustomTagSelector/Types.d.ts +19 -14
  13. package/dist/Common/Helper.d.ts +2 -1
  14. package/dist/Common/Types.d.ts +20 -2
  15. package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +2 -0
  16. package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +2 -0
  17. package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +2 -0
  18. package/dist/Shared/Components/DynamicDataTable/index.d.ts +2 -0
  19. package/dist/Shared/Components/DynamicDataTable/types.d.ts +178 -0
  20. package/dist/Shared/Components/DynamicDataTable/utils.d.ts +5 -0
  21. package/dist/Shared/Components/SelectPicker/type.d.ts +5 -4
  22. package/dist/Shared/Components/SelectTextArea/SelectTextArea.d.ts +2 -0
  23. package/dist/Shared/Components/SelectTextArea/index.d.ts +2 -0
  24. package/dist/Shared/Components/SelectTextArea/types.d.ts +12 -0
  25. package/dist/Shared/Components/index.d.ts +1 -0
  26. package/dist/Shared/types.d.ts +19 -1
  27. package/dist/assets/@code-editor.css +1 -0
  28. package/dist/assets/@common-rjsf.css +1 -0
  29. package/dist/assets/@monaco-editor.css +1 -0
  30. package/dist/assets/@react-dates.css +1 -0
  31. package/dist/assets/@vendor.css +1 -0
  32. package/dist/assets/app-not-deployed.acdf0271.png +0 -0
  33. package/dist/assets/delete-medium.baa284da.svg +1 -0
  34. package/dist/assets/empty-noresult@2x.022ec87c.png +0 -0
  35. package/dist/assets/ic-abort.0d2773e9.svg +1 -0
  36. package/dist/assets/ic-aborted.e7288a6c.svg +1 -0
  37. package/dist/assets/ic-add.cfaa779b.svg +1 -0
  38. package/dist/assets/ic-appstatus-cancelled.05bb3352.svg +1 -0
  39. package/dist/assets/ic-arrow-backward.d951202a.svg +1 -0
  40. package/dist/assets/ic-arrow-counter-clockwise.01cbb0e1.svg +1 -0
  41. package/dist/assets/ic-arrow-down.18e5e332.svg +1 -0
  42. package/dist/assets/ic-arrow-forward.a2b8ab45.svg +1 -0
  43. package/dist/assets/ic-arrow-out.6aea09d0.svg +1 -0
  44. package/dist/assets/ic-arrow-right.f942ee03.svg +1 -0
  45. package/dist/assets/ic-arrow-square-out.1be837ac.svg +1 -0
  46. package/dist/assets/ic-arrow-up-down.945ee496.svg +1 -0
  47. package/dist/assets/ic-bold.2140b7c6.svg +1 -0
  48. package/dist/assets/ic-book-open.7cb94ee8.svg +1 -0
  49. package/dist/assets/ic-bot.f1d4abcc.svg +1 -0
  50. package/dist/assets/ic-branch.8db43d66.svg +1 -0
  51. package/dist/assets/ic-calendar.984accc5.svg +1 -0
  52. package/dist/assets/ic-calender-blank.963e3423.svg +1 -0
  53. package/dist/assets/ic-caret-down-small.2cc24039.svg +1 -0
  54. package/dist/assets/ic-caret-down.1666c029.svg +1 -0
  55. package/dist/assets/ic-caret-left-small.fe00c98d.svg +1 -0
  56. package/dist/assets/ic-charts.f41e185f.svg +1 -0
  57. package/dist/assets/ic-chat-circle-dots.e15514f8.svg +1 -0
  58. package/dist/assets/ic-check-all.0376437d.svg +1 -0
  59. package/dist/assets/ic-check-circle.ad80d835.svg +1 -0
  60. package/dist/assets/ic-check-grey.f556e371.svg +1 -0
  61. package/dist/assets/ic-check-square.2a3d3fb9.svg +1 -0
  62. package/dist/assets/ic-check.27c51fa1.svg +1 -0
  63. package/dist/assets/ic-checked-list.aba26c40.svg +1 -0
  64. package/dist/assets/ic-chevron-down.fc70d7a7.svg +1 -0
  65. package/dist/assets/ic-circle.05f86ff6.svg +1 -0
  66. package/dist/assets/ic-clair.ba79956f.svg +1 -0
  67. package/dist/assets/ic-clear-square.e60de021.svg +1 -0
  68. package/dist/assets/ic-clock.c21a2d14.svg +1 -0
  69. package/dist/assets/ic-close.43adc42a.svg +1 -0
  70. package/dist/assets/ic-code-commit.161a6b3c.svg +1 -0
  71. package/dist/assets/ic-code.1d1d4dd8.svg +1 -0
  72. package/dist/assets/ic-collapse-all.fd7b27b1.svg +1 -0
  73. package/dist/assets/ic-commit.e3113dd9.svg +1 -0
  74. package/dist/assets/ic-compare.0ee3e4cf.svg +1 -0
  75. package/dist/assets/ic-copy.94cee0fb.svg +1 -0
  76. package/dist/assets/ic-cpu.8be677ee.svg +1 -0
  77. package/dist/assets/ic-cross.01e03666.svg +1 -0
  78. package/dist/assets/ic-delete-interactive.304dd293.svg +1 -0
  79. package/dist/assets/ic-diff-file-added.0deb6763.svg +1 -0
  80. package/dist/assets/ic-diff-file-removed.2ed80281.svg +1 -0
  81. package/dist/assets/ic-diff-file-updated.c8740f72.svg +1 -0
  82. package/dist/assets/ic-disconnected.551d6161.svg +1 -0
  83. package/dist/assets/ic-discord-fill.1a1b291d.svg +1 -0
  84. package/dist/assets/ic-docker.48906f4d.svg +1 -0
  85. package/dist/assets/ic-download.c30437cd.svg +1 -0
  86. package/dist/assets/ic-drag.3f71e8aa.svg +1 -0
  87. package/dist/assets/ic-edit-file.a782640f.svg +1 -0
  88. package/dist/assets/ic-enter.cab07082.svg +1 -0
  89. package/dist/assets/ic-error-cross.bf21e563.svg +1 -0
  90. package/dist/assets/ic-error-exclamation.c224de09.svg +1 -0
  91. package/dist/assets/ic-error-medium.ea542259.svg +1 -0
  92. package/dist/assets/ic-error.a25d2f0d.svg +1 -0
  93. package/dist/assets/ic-errorInfo.d8d674b8.svg +1 -0
  94. package/dist/assets/ic-exit-fullscreen.1ae582d1.svg +1 -0
  95. package/dist/assets/ic-expand-all.a0744f9f.svg +1 -0
  96. package/dist/assets/ic-expand.ab992205.svg +1 -0
  97. package/dist/assets/ic-feedback.d32fa6b0.svg +1 -0
  98. package/dist/assets/ic-file-code.21a1f748.svg +1 -0
  99. package/dist/assets/ic-file-text.f9563710.svg +1 -0
  100. package/dist/assets/ic-files.fc290dee.svg +1 -0
  101. package/dist/assets/ic-filter-applied.9fc48d0f.svg +1 -0
  102. package/dist/assets/ic-filter.8f403d6f.svg +1 -0
  103. package/dist/assets/ic-folder.051cd30d.svg +1 -0
  104. package/dist/assets/ic-fullscreen-2.f138a5e8.svg +1 -0
  105. package/dist/assets/ic-fullscreen.b05e5087.svg +1 -0
  106. package/dist/assets/ic-hash.cd11c334.svg +1 -0
  107. package/dist/assets/ic-header.a91a9800.svg +1 -0
  108. package/dist/assets/ic-help-outline.9c012a0c.svg +1 -0
  109. package/dist/assets/ic-help.39c58c34.svg +1 -0
  110. package/dist/assets/ic-image.2a8ed117.svg +1 -0
  111. package/dist/assets/ic-in-progress.0598554b.svg +1 -0
  112. package/dist/assets/ic-info-filled-override.99e8094a.svg +1 -0
  113. package/dist/assets/ic-info-filled.4b0b46d1.svg +1 -0
  114. package/dist/assets/ic-info-outline.f4be8a1e.svg +1 -0
  115. package/dist/assets/ic-info-outlined.f4fa3224.svg +1 -0
  116. package/dist/assets/ic-italic.358ca070.svg +1 -0
  117. package/dist/assets/ic-k8s-job.f4414c10.svg +1 -0
  118. package/dist/assets/ic-lego-block.ee4b63f1.svg +1 -0
  119. package/dist/assets/ic-lines.395ef3db.svg +1 -0
  120. package/dist/assets/ic-link.8453e775.svg +1 -0
  121. package/dist/assets/ic-loading-failure.aa68693d.png +0 -0
  122. package/dist/assets/ic-locked.3b9eff02.svg +1 -0
  123. package/dist/assets/ic-mechanical-operation.08b38afd.svg +1 -0
  124. package/dist/assets/ic-medium-info.eee4a07b.svg +1 -0
  125. package/dist/assets/ic-megaphone.b9f9a901.svg +1 -0
  126. package/dist/assets/ic-memory.c4159f96.svg +1 -0
  127. package/dist/assets/ic-message.be6dba43.svg +1 -0
  128. package/dist/assets/ic-minus.df865aaf.svg +1 -0
  129. package/dist/assets/ic-nav-rocket.9e50bb61.svg +1 -0
  130. package/dist/assets/ic-not-authorized.2d8e208f.svg +1 -0
  131. package/dist/assets/ic-not-found.86f588bf.svg +1 -0
  132. package/dist/assets/ic-onboarding.c98f9ef9.svg +1 -0
  133. package/dist/assets/ic-open-in-new.6aea09d0.svg +1 -0
  134. package/dist/assets/ic-ordered-list.879dc7c8.svg +1 -0
  135. package/dist/assets/ic-page-not-found.da74a367.svg +1 -0
  136. package/dist/assets/ic-pencil.c75a6acc.svg +1 -0
  137. package/dist/assets/ic-person.f78738ac.svg +1 -0
  138. package/dist/assets/ic-pull-request.31d0c981.svg +1 -0
  139. package/dist/assets/ic-pulsate-status.9264740e.svg +1 -0
  140. package/dist/assets/ic-quote.10768489.svg +1 -0
  141. package/dist/assets/ic-regex.e14a4ea3.svg +1 -0
  142. package/dist/assets/ic-rocket-fail.874e54ce.svg +1 -0
  143. package/dist/assets/ic-rotate-devtron.200e165b.svg +1 -0
  144. package/dist/assets/ic-search.976327f1.svg +1 -0
  145. package/dist/assets/ic-sort-arrow-down.5cf54d08.svg +1 -0
  146. package/dist/assets/ic-stamp.8689f42d.svg +1 -0
  147. package/dist/assets/ic-strikethrough.a1652ad9.svg +1 -0
  148. package/dist/assets/ic-success.8c8fe69d.svg +1 -0
  149. package/dist/assets/ic-tag.1613fc59.svg +1 -0
  150. package/dist/assets/ic-timeout-red.5eda1010.svg +1 -0
  151. package/dist/assets/ic-timer.b62145ec.svg +1 -0
  152. package/dist/assets/ic-trivy.d5338454.svg +1 -0
  153. package/dist/assets/ic-unordered-list.42c1cbbc.svg +1 -0
  154. package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +1 -0
  155. package/dist/assets/ic-vulnerability-not-found.d8a4d43c.svg +1 -0
  156. package/dist/assets/ic-warning-y5.2ad9d7f4.svg +1 -0
  157. package/dist/assets/ic-warning.10bcf8bd.svg +1 -0
  158. package/dist/assets/ic-webhook.d4431b07.svg +1 -0
  159. package/dist/assets/ic-world.1f6a5eaf.svg +1 -0
  160. package/dist/assets/inject-tag.28e72db6.svg +1 -0
  161. package/dist/assets/lifebuoy.7d8fdf27.png +0 -0
  162. package/dist/assets/no-artifact@2x.6afc74bc.png +0 -0
  163. package/dist/index.js +500 -493
  164. package/package.json +9 -6
  165. package/dist/abap-DttVK1gE.js +0 -1314
  166. package/dist/apex-BjfHvyb2.js +0 -315
  167. package/dist/assets/index.css +0 -1
  168. package/dist/azcli-Ws-Trf8e.js +0 -74
  169. package/dist/bat-CeCHpU9_.js +0 -95
  170. package/dist/bicep-C7a7aEmi.js +0 -108
  171. package/dist/cameligo-CJeEIvX4.js +0 -168
  172. package/dist/clojure-CEKXhLdU.js +0 -754
  173. package/dist/coffee-CKu3e6V1.js +0 -228
  174. package/dist/cpp-CvUiT5Ec.js +0 -390
  175. package/dist/csharp-PmU9HJkB.js +0 -320
  176. package/dist/csp-DULvRLPF.js +0 -57
  177. package/dist/css-CNWXQPpt.js +0 -186
  178. package/dist/cssMode-BwIubxAf.js +0 -1446
  179. package/dist/cypher-CYHOQS2R.js +0 -262
  180. package/dist/dart-BjGx-9Jk.js +0 -270
  181. package/dist/dockerfile-D0WaVIZ2.js +0 -132
  182. package/dist/ecl-CijaJu-p.js +0 -454
  183. package/dist/elixir-BI5Tc37S.js +0 -489
  184. package/dist/flow9-BApGtQOO.js +0 -141
  185. package/dist/freemarker2-Dn_s71Cb.js +0 -643
  186. package/dist/fsharp-VeKgt2eG.js +0 -210
  187. package/dist/go-Cl8cKDlN.js +0 -208
  188. package/dist/graphql-PfgPBmj4.js +0 -141
  189. package/dist/handlebars-Vf7Trm2J.js +0 -391
  190. package/dist/hcl-CG4VZSkm.js +0 -177
  191. package/dist/html-CpqIDz48.js +0 -281
  192. package/dist/htmlMode-DcWZDkAT.js +0 -1456
  193. package/dist/index-BJNO-ng7.js +0 -163447
  194. package/dist/ini-EhiBNPZF.js +0 -68
  195. package/dist/java-DPbnXhoY.js +0 -221
  196. package/dist/javascript-BBE6BZiS.js +0 -75
  197. package/dist/jsonMode-C1oLrBG3.js +0 -1866
  198. package/dist/julia-Bw7EYexg.js +0 -496
  199. package/dist/kotlin-BNXLDoV0.js +0 -245
  200. package/dist/less-DtuF_id_.js +0 -168
  201. package/dist/lexon-DpB0-37O.js +0 -151
  202. package/dist/liquid-BZNbXt_g.js +0 -238
  203. package/dist/lua-CzRNOk9S.js +0 -157
  204. package/dist/m3-pXPmDwal.js +0 -210
  205. package/dist/markdown-CeQ3rxjn.js +0 -202
  206. package/dist/mdx-BYFrSBEp.js +0 -171
  207. package/dist/mips-DyE0VSNz.js +0 -194
  208. package/dist/msdax-CbdkoqRa.js +0 -377
  209. package/dist/mysql-B86-uHNu.js +0 -876
  210. package/dist/objective-c-1xvkKPId.js +0 -188
  211. package/dist/pascal-DcyFhj80.js +0 -245
  212. package/dist/pascaligo-QnM0hvMG.js +0 -158
  213. package/dist/perl-Bqp3FbU4.js +0 -599
  214. package/dist/pgsql-HdG7BG_Z.js +0 -847
  215. package/dist/php-zf7L2p7t.js +0 -471
  216. package/dist/pla-3Ykqsyzl.js +0 -131
  217. package/dist/postiats-D1v08O4B.js +0 -544
  218. package/dist/powerquery-CiQ9b1-b.js +0 -890
  219. package/dist/powershell-DFNK6VaX.js +0 -233
  220. package/dist/protobuf-D5P2Z6tc.js +0 -422
  221. package/dist/pug-BeyMX5am.js +0 -393
  222. package/dist/python-B4eUWeOE.js +0 -259
  223. package/dist/qsharp-DcFOTjuP.js +0 -282
  224. package/dist/r-B3aJPcWp.js +0 -245
  225. package/dist/razor-BdW-c8kb.js +0 -512
  226. package/dist/redis-CyC__Tub.js +0 -298
  227. package/dist/redshift-NqbcQPcY.js +0 -806
  228. package/dist/restructuredtext-CZMxBkap.js +0 -162
  229. package/dist/ruby-C_jEtDv5.js +0 -444
  230. package/dist/rust-WAeitMCC.js +0 -337
  231. package/dist/sb-CSBm2pED.js +0 -110
  232. package/dist/scala-D76PhKmh.js +0 -353
  233. package/dist/scheme-CBSAjRuO.js +0 -114
  234. package/dist/scss-BHY8wFFg.js +0 -244
  235. package/dist/shell-Cwju9_l8.js +0 -224
  236. package/dist/solidity-BV1-nze3.js +0 -1351
  237. package/dist/sophia-DfoUlGAs.js +0 -190
  238. package/dist/sparql-4kfArTtK.js +0 -193
  239. package/dist/sql-DIpn0HSX.js +0 -818
  240. package/dist/st-BgJ_KDZh.js +0 -415
  241. package/dist/swift-D-ucEgIi.js +0 -315
  242. package/dist/systemverilog-DjkH5zuo.js +0 -556
  243. package/dist/tcl-gd8XLKJA.js +0 -232
  244. package/dist/tsMode-nSp3XKbP.js +0 -810
  245. package/dist/twig-D5XtTFGM.js +0 -323
  246. package/dist/typescript-BKssCHzW.js +0 -328
  247. package/dist/vb-DYqqYAf3.js +0 -364
  248. package/dist/wgsl-CkZE0qf3.js +0 -420
  249. package/dist/xml-Dp1OMsuE.js +0 -95
  250. package/dist/yaml-jWo4JOLk.js +0 -184
@@ -1,420 +0,0 @@
1
- /*!-----------------------------------------------------------------------------
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
4
- * Released under the MIT license
5
- * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
- *-----------------------------------------------------------------------------*/
7
- var g = {
8
- comments: {
9
- lineComment: "//",
10
- blockComment: ["/*", "*/"]
11
- },
12
- brackets: [
13
- ["{", "}"],
14
- ["[", "]"],
15
- ["(", ")"]
16
- ],
17
- autoClosingPairs: [
18
- { open: "[", close: "]" },
19
- { open: "{", close: "}" },
20
- { open: "(", close: ")" }
21
- ],
22
- surroundingPairs: [
23
- { open: "{", close: "}" },
24
- { open: "[", close: "]" },
25
- { open: "(", close: ")" }
26
- ]
27
- };
28
- function e(i) {
29
- let o = [];
30
- const a = i.split(/\t+|\r+|\n+| +/);
31
- for (let r = 0; r < a.length; ++r)
32
- a[r].length > 0 && o.push(a[r]);
33
- return o;
34
- }
35
- var s = e("true false"), c = e(`
36
- alias
37
- break
38
- case
39
- const
40
- const_assert
41
- continue
42
- continuing
43
- default
44
- diagnostic
45
- discard
46
- else
47
- enable
48
- fn
49
- for
50
- if
51
- let
52
- loop
53
- override
54
- requires
55
- return
56
- struct
57
- switch
58
- var
59
- while
60
- `), m = e(`
61
- NULL
62
- Self
63
- abstract
64
- active
65
- alignas
66
- alignof
67
- as
68
- asm
69
- asm_fragment
70
- async
71
- attribute
72
- auto
73
- await
74
- become
75
- binding_array
76
- cast
77
- catch
78
- class
79
- co_await
80
- co_return
81
- co_yield
82
- coherent
83
- column_major
84
- common
85
- compile
86
- compile_fragment
87
- concept
88
- const_cast
89
- consteval
90
- constexpr
91
- constinit
92
- crate
93
- debugger
94
- decltype
95
- delete
96
- demote
97
- demote_to_helper
98
- do
99
- dynamic_cast
100
- enum
101
- explicit
102
- export
103
- extends
104
- extern
105
- external
106
- fallthrough
107
- filter
108
- final
109
- finally
110
- friend
111
- from
112
- fxgroup
113
- get
114
- goto
115
- groupshared
116
- highp
117
- impl
118
- implements
119
- import
120
- inline
121
- instanceof
122
- interface
123
- layout
124
- lowp
125
- macro
126
- macro_rules
127
- match
128
- mediump
129
- meta
130
- mod
131
- module
132
- move
133
- mut
134
- mutable
135
- namespace
136
- new
137
- nil
138
- noexcept
139
- noinline
140
- nointerpolation
141
- noperspective
142
- null
143
- nullptr
144
- of
145
- operator
146
- package
147
- packoffset
148
- partition
149
- pass
150
- patch
151
- pixelfragment
152
- precise
153
- precision
154
- premerge
155
- priv
156
- protected
157
- pub
158
- public
159
- readonly
160
- ref
161
- regardless
162
- register
163
- reinterpret_cast
164
- require
165
- resource
166
- restrict
167
- self
168
- set
169
- shared
170
- sizeof
171
- smooth
172
- snorm
173
- static
174
- static_assert
175
- static_cast
176
- std
177
- subroutine
178
- super
179
- target
180
- template
181
- this
182
- thread_local
183
- throw
184
- trait
185
- try
186
- type
187
- typedef
188
- typeid
189
- typename
190
- typeof
191
- union
192
- unless
193
- unorm
194
- unsafe
195
- unsized
196
- use
197
- using
198
- varying
199
- virtual
200
- volatile
201
- wgsl
202
- where
203
- with
204
- writeonly
205
- yield
206
- `), l = e(`
207
- read write read_write
208
- function private workgroup uniform storage
209
- perspective linear flat
210
- center centroid sample
211
- vertex_index instance_index position front_facing frag_depth
212
- local_invocation_id local_invocation_index
213
- global_invocation_id workgroup_id num_workgroups
214
- sample_index sample_mask
215
- rgba8unorm
216
- rgba8snorm
217
- rgba8uint
218
- rgba8sint
219
- rgba16uint
220
- rgba16sint
221
- rgba16float
222
- r32uint
223
- r32sint
224
- r32float
225
- rg32uint
226
- rg32sint
227
- rg32float
228
- rgba32uint
229
- rgba32sint
230
- rgba32float
231
- bgra8unorm
232
- `), u = e(`
233
- bool
234
- f16
235
- f32
236
- i32
237
- sampler sampler_comparison
238
- texture_depth_2d
239
- texture_depth_2d_array
240
- texture_depth_cube
241
- texture_depth_cube_array
242
- texture_depth_multisampled_2d
243
- texture_external
244
- texture_external
245
- u32
246
- `), p = e(`
247
- array
248
- atomic
249
- mat2x2
250
- mat2x3
251
- mat2x4
252
- mat3x2
253
- mat3x3
254
- mat3x4
255
- mat4x2
256
- mat4x3
257
- mat4x4
258
- ptr
259
- texture_1d
260
- texture_2d
261
- texture_2d_array
262
- texture_3d
263
- texture_cube
264
- texture_cube_array
265
- texture_multisampled_2d
266
- texture_storage_1d
267
- texture_storage_2d
268
- texture_storage_2d_array
269
- texture_storage_3d
270
- vec2
271
- vec3
272
- vec4
273
- `), d = e(`
274
- vec2i vec3i vec4i
275
- vec2u vec3u vec4u
276
- vec2f vec3f vec4f
277
- vec2h vec3h vec4h
278
- mat2x2f mat2x3f mat2x4f
279
- mat3x2f mat3x3f mat3x4f
280
- mat4x2f mat4x3f mat4x4f
281
- mat2x2h mat2x3h mat2x4h
282
- mat3x2h mat3x3h mat3x4h
283
- mat4x2h mat4x3h mat4x4h
284
- `), x = e(`
285
- bitcast all any select arrayLength abs acos acosh asin asinh atan atanh atan2
286
- ceil clamp cos cosh countLeadingZeros countOneBits countTrailingZeros cross
287
- degrees determinant distance dot exp exp2 extractBits faceForward firstLeadingBit
288
- firstTrailingBit floor fma fract frexp inverseBits inverseSqrt ldexp length
289
- log log2 max min mix modf normalize pow quantizeToF16 radians reflect refract
290
- reverseBits round saturate sign sin sinh smoothstep sqrt step tan tanh transpose
291
- trunc dpdx dpdxCoarse dpdxFine dpdy dpdyCoarse dpdyFine fwidth fwidthCoarse fwidthFine
292
- textureDimensions textureGather textureGatherCompare textureLoad textureNumLayers
293
- textureNumLevels textureNumSamples textureSample textureSampleBias textureSampleCompare
294
- textureSampleCompareLevel textureSampleGrad textureSampleLevel textureSampleBaseClampToEdge
295
- textureStore atomicLoad atomicStore atomicAdd atomicSub atomicMax atomicMin
296
- atomicAnd atomicOr atomicXor atomicExchange atomicCompareExchangeWeak pack4x8snorm
297
- pack4x8unorm pack2x16snorm pack2x16unorm pack2x16float unpack4x8snorm unpack4x8unorm
298
- unpack2x16snorm unpack2x16unorm unpack2x16float storageBarrier workgroupBarrier
299
- workgroupUniformLoad
300
- `), f = e(`
301
- &
302
- &&
303
- ->
304
- /
305
- =
306
- ==
307
- !=
308
- >
309
- >=
310
- <
311
- <=
312
- %
313
- -
314
- --
315
- +
316
- ++
317
- |
318
- ||
319
- *
320
- <<
321
- >>
322
- +=
323
- -=
324
- *=
325
- /=
326
- %=
327
- &=
328
- |=
329
- ^=
330
- >>=
331
- <<=
332
- `), _ = /enable|requires|diagnostic/, n = /[_\p{XID_Start}]\p{XID_Continue}*/u, t = "variable.predefined", h = {
333
- tokenPostfix: ".wgsl",
334
- defaultToken: "invalid",
335
- unicode: !0,
336
- atoms: s,
337
- keywords: c,
338
- reserved: m,
339
- predeclared_enums: l,
340
- predeclared_types: u,
341
- predeclared_type_generators: p,
342
- predeclared_type_aliases: d,
343
- predeclared_intrinsics: x,
344
- operators: f,
345
- symbols: /[!%&*+\-\.\/:;<=>^|_~,]+/,
346
- tokenizer: {
347
- root: [
348
- [_, "keyword", "@directive"],
349
- [
350
- n,
351
- {
352
- cases: {
353
- "@atoms": t,
354
- "@keywords": "keyword",
355
- "@reserved": "invalid",
356
- "@predeclared_enums": t,
357
- "@predeclared_types": t,
358
- "@predeclared_type_generators": t,
359
- "@predeclared_type_aliases": t,
360
- "@predeclared_intrinsics": t,
361
- "@default": "identifier"
362
- }
363
- }
364
- ],
365
- { include: "@commentOrSpace" },
366
- { include: "@numbers" },
367
- [/[{}()\[\]]/, "@brackets"],
368
- ["@", "annotation", "@attribute"],
369
- [
370
- /@symbols/,
371
- {
372
- cases: {
373
- "@operators": "operator",
374
- "@default": "delimiter"
375
- }
376
- }
377
- ],
378
- [/./, "invalid"]
379
- ],
380
- commentOrSpace: [
381
- [/\s+/, "white"],
382
- [/\/\*/, "comment", "@blockComment"],
383
- [/\/\/.*$/, "comment"]
384
- ],
385
- blockComment: [
386
- [/[^\/*]+/, "comment"],
387
- [/\/\*/, "comment", "@push"],
388
- [/\*\//, "comment", "@pop"],
389
- [/[\/*]/, "comment"]
390
- ],
391
- attribute: [
392
- { include: "@commentOrSpace" },
393
- [/\w+/, "annotation", "@pop"]
394
- ],
395
- directive: [
396
- { include: "@commentOrSpace" },
397
- [/[()]/, "@brackets"],
398
- [/,/, "delimiter"],
399
- [n, "meta.content"],
400
- [/;/, "delimiter", "@pop"]
401
- ],
402
- numbers: [
403
- [/0[fh]/, "number.float"],
404
- [/[1-9][0-9]*[fh]/, "number.float"],
405
- [/[0-9]*\.[0-9]+([eE][+-]?[0-9]+)?[fh]?/, "number.float"],
406
- [/[0-9]+\.[0-9]*([eE][+-]?[0-9]+)?[fh]?/, "number.float"],
407
- [/[0-9]+[eE][+-]?[0-9]+[fh]?/, "number.float"],
408
- [/0[xX][0-9a-fA-F]*\.[0-9a-fA-F]+(?:[pP][+-]?[0-9]+[fh]?)?/, "number.hex"],
409
- [/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*(?:[pP][+-]?[0-9]+[fh]?)?/, "number.hex"],
410
- [/0[xX][0-9a-fA-F]+[pP][+-]?[0-9]+[fh]?/, "number.hex"],
411
- [/0[xX][0-9a-fA-F]+[iu]?/, "number.hex"],
412
- [/[1-9][0-9]*[iu]?/, "number"],
413
- [/0[iu]?/, "number"]
414
- ]
415
- }
416
- };
417
- export {
418
- g as conf,
419
- h as language
420
- };
@@ -1,95 +0,0 @@
1
- import { m as r } from "./index-BJNO-ng7.js";
2
- /*!-----------------------------------------------------------------------------
3
- * Copyright (c) Microsoft Corporation. All rights reserved.
4
- * Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
5
- * Released under the MIT license
6
- * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
7
- *-----------------------------------------------------------------------------*/
8
- var m = Object.defineProperty, c = Object.getOwnPropertyDescriptor, l = Object.getOwnPropertyNames, d = Object.prototype.hasOwnProperty, p = (t, e, o, i) => {
9
- if (e && typeof e == "object" || typeof e == "function")
10
- for (let n of l(e))
11
- !d.call(t, n) && n !== o && m(t, n, { get: () => e[n], enumerable: !(i = c(e, n)) || i.enumerable });
12
- return t;
13
- }, s = (t, e, o) => (p(t, e, "default"), o), a = {};
14
- s(a, r);
15
- var g = {
16
- comments: {
17
- blockComment: ["<!--", "-->"]
18
- },
19
- brackets: [["<", ">"]],
20
- autoClosingPairs: [
21
- { open: "<", close: ">" },
22
- { open: "'", close: "'" },
23
- { open: '"', close: '"' }
24
- ],
25
- surroundingPairs: [
26
- { open: "<", close: ">" },
27
- { open: "'", close: "'" },
28
- { open: '"', close: '"' }
29
- ],
30
- onEnterRules: [
31
- {
32
- beforeText: new RegExp("<([_:\\w][_:\\w-.\\d]*)([^/>]*(?!/)>)[^<]*$", "i"),
33
- afterText: /^<\/([_:\w][_:\w-.\d]*)\s*>$/i,
34
- action: {
35
- indentAction: a.languages.IndentAction.IndentOutdent
36
- }
37
- },
38
- {
39
- beforeText: new RegExp("<(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$", "i"),
40
- action: { indentAction: a.languages.IndentAction.Indent }
41
- }
42
- ]
43
- }, k = {
44
- defaultToken: "",
45
- tokenPostfix: ".xml",
46
- ignoreCase: !0,
47
- qualifiedName: /(?:[\w\.\-]+:)?[\w\.\-]+/,
48
- tokenizer: {
49
- root: [
50
- [/[^<&]+/, ""],
51
- { include: "@whitespace" },
52
- [/(<)(@qualifiedName)/, [{ token: "delimiter" }, { token: "tag", next: "@tag" }]],
53
- [
54
- /(<\/)(@qualifiedName)(\s*)(>)/,
55
- [{ token: "delimiter" }, { token: "tag" }, "", { token: "delimiter" }]
56
- ],
57
- [/(<\?)(@qualifiedName)/, [{ token: "delimiter" }, { token: "metatag", next: "@tag" }]],
58
- [/(<\!)(@qualifiedName)/, [{ token: "delimiter" }, { token: "metatag", next: "@tag" }]],
59
- [/<\!\[CDATA\[/, { token: "delimiter.cdata", next: "@cdata" }],
60
- [/&\w+;/, "string.escape"]
61
- ],
62
- cdata: [
63
- [/[^\]]+/, ""],
64
- [/\]\]>/, { token: "delimiter.cdata", next: "@pop" }],
65
- [/\]/, ""]
66
- ],
67
- tag: [
68
- [/[ \t\r\n]+/, ""],
69
- [/(@qualifiedName)(\s*=\s*)("[^"]*"|'[^']*')/, ["attribute.name", "", "attribute.value"]],
70
- [
71
- /(@qualifiedName)(\s*=\s*)("[^">?\/]*|'[^'>?\/]*)(?=[\?\/]\>)/,
72
- ["attribute.name", "", "attribute.value"]
73
- ],
74
- [/(@qualifiedName)(\s*=\s*)("[^">]*|'[^'>]*)/, ["attribute.name", "", "attribute.value"]],
75
- [/@qualifiedName/, "attribute.name"],
76
- [/\?>/, { token: "delimiter", next: "@pop" }],
77
- [/(\/)(>)/, [{ token: "tag" }, { token: "delimiter", next: "@pop" }]],
78
- [/>/, { token: "delimiter", next: "@pop" }]
79
- ],
80
- whitespace: [
81
- [/[ \t\r\n]+/, ""],
82
- [/<!--/, { token: "comment", next: "@comment" }]
83
- ],
84
- comment: [
85
- [/[^<\-]+/, "comment.content"],
86
- [/-->/, { token: "comment", next: "@pop" }],
87
- [/<!--/, "comment.content.invalid"],
88
- [/[<\-]/, "comment.content"]
89
- ]
90
- }
91
- };
92
- export {
93
- g as conf,
94
- k as language
95
- };
@@ -1,184 +0,0 @@
1
- import { m as l } from "./index-BJNO-ng7.js";
2
- /*!-----------------------------------------------------------------------------
3
- * Copyright (c) Microsoft Corporation. All rights reserved.
4
- * Version: 0.44.0(3e047efd345ff102c8c61b5398fb30845aaac166)
5
- * Released under the MIT license
6
- * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
7
- *-----------------------------------------------------------------------------*/
8
- var i = Object.defineProperty, c = Object.getOwnPropertyDescriptor, u = Object.getOwnPropertyNames, s = Object.prototype.hasOwnProperty, d = (n, e, r, o) => {
9
- if (e && typeof e == "object" || typeof e == "function")
10
- for (let t of u(e))
11
- !s.call(n, t) && t !== r && i(n, t, { get: () => e[t], enumerable: !(o = c(e, t)) || o.enumerable });
12
- return n;
13
- }, m = (n, e, r) => (d(n, e, "default"), r), a = {};
14
- m(a, l);
15
- var p = {
16
- comments: {
17
- lineComment: "#"
18
- },
19
- brackets: [
20
- ["{", "}"],
21
- ["[", "]"],
22
- ["(", ")"]
23
- ],
24
- autoClosingPairs: [
25
- { open: "{", close: "}" },
26
- { open: "[", close: "]" },
27
- { open: "(", close: ")" },
28
- { open: '"', close: '"' },
29
- { open: "'", close: "'" }
30
- ],
31
- surroundingPairs: [
32
- { open: "{", close: "}" },
33
- { open: "[", close: "]" },
34
- { open: "(", close: ")" },
35
- { open: '"', close: '"' },
36
- { open: "'", close: "'" }
37
- ],
38
- folding: {
39
- offSide: !0
40
- },
41
- onEnterRules: [
42
- {
43
- beforeText: /:\s*$/,
44
- action: {
45
- indentAction: a.languages.IndentAction.Indent
46
- }
47
- }
48
- ]
49
- }, f = {
50
- tokenPostfix: ".yaml",
51
- brackets: [
52
- { token: "delimiter.bracket", open: "{", close: "}" },
53
- { token: "delimiter.square", open: "[", close: "]" }
54
- ],
55
- keywords: ["true", "True", "TRUE", "false", "False", "FALSE", "null", "Null", "Null", "~"],
56
- numberInteger: /(?:0|[+-]?[0-9]+)/,
57
- numberFloat: /(?:0|[+-]?[0-9]+)(?:\.[0-9]+)?(?:e[-+][1-9][0-9]*)?/,
58
- numberOctal: /0o[0-7]+/,
59
- numberHex: /0x[0-9a-fA-F]+/,
60
- numberInfinity: /[+-]?\.(?:inf|Inf|INF)/,
61
- numberNaN: /\.(?:nan|Nan|NAN)/,
62
- numberDate: /\d{4}-\d\d-\d\d([Tt ]\d\d:\d\d:\d\d(\.\d+)?(( ?[+-]\d\d?(:\d\d)?)|Z)?)?/,
63
- escapes: /\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,
64
- tokenizer: {
65
- root: [
66
- { include: "@whitespace" },
67
- { include: "@comment" },
68
- [/%[^ ]+.*$/, "meta.directive"],
69
- [/---/, "operators.directivesEnd"],
70
- [/\.{3}/, "operators.documentEnd"],
71
- [/[-?:](?= )/, "operators"],
72
- { include: "@anchor" },
73
- { include: "@tagHandle" },
74
- { include: "@flowCollections" },
75
- { include: "@blockStyle" },
76
- [/@numberInteger(?![ \t]*\S+)/, "number"],
77
- [/@numberFloat(?![ \t]*\S+)/, "number.float"],
78
- [/@numberOctal(?![ \t]*\S+)/, "number.octal"],
79
- [/@numberHex(?![ \t]*\S+)/, "number.hex"],
80
- [/@numberInfinity(?![ \t]*\S+)/, "number.infinity"],
81
- [/@numberNaN(?![ \t]*\S+)/, "number.nan"],
82
- [/@numberDate(?![ \t]*\S+)/, "number.date"],
83
- [/(".*?"|'.*?'|[^#'"]*?)([ \t]*)(:)( |$)/, ["type", "white", "operators", "white"]],
84
- { include: "@flowScalars" },
85
- [
86
- /.+?(?=(\s+#|$))/,
87
- {
88
- cases: {
89
- "@keywords": "keyword",
90
- "@default": "string"
91
- }
92
- }
93
- ]
94
- ],
95
- object: [
96
- { include: "@whitespace" },
97
- { include: "@comment" },
98
- [/\}/, "@brackets", "@pop"],
99
- [/,/, "delimiter.comma"],
100
- [/:(?= )/, "operators"],
101
- [/(?:".*?"|'.*?'|[^,\{\[]+?)(?=: )/, "type"],
102
- { include: "@flowCollections" },
103
- { include: "@flowScalars" },
104
- { include: "@tagHandle" },
105
- { include: "@anchor" },
106
- { include: "@flowNumber" },
107
- [
108
- /[^\},]+/,
109
- {
110
- cases: {
111
- "@keywords": "keyword",
112
- "@default": "string"
113
- }
114
- }
115
- ]
116
- ],
117
- array: [
118
- { include: "@whitespace" },
119
- { include: "@comment" },
120
- [/\]/, "@brackets", "@pop"],
121
- [/,/, "delimiter.comma"],
122
- { include: "@flowCollections" },
123
- { include: "@flowScalars" },
124
- { include: "@tagHandle" },
125
- { include: "@anchor" },
126
- { include: "@flowNumber" },
127
- [
128
- /[^\],]+/,
129
- {
130
- cases: {
131
- "@keywords": "keyword",
132
- "@default": "string"
133
- }
134
- }
135
- ]
136
- ],
137
- multiString: [[/^( +).+$/, "string", "@multiStringContinued.$1"]],
138
- multiStringContinued: [
139
- [
140
- /^( *).+$/,
141
- {
142
- cases: {
143
- "$1==$S2": "string",
144
- "@default": { token: "@rematch", next: "@popall" }
145
- }
146
- }
147
- ]
148
- ],
149
- whitespace: [[/[ \t\r\n]+/, "white"]],
150
- comment: [[/#.*$/, "comment"]],
151
- flowCollections: [
152
- [/\[/, "@brackets", "@array"],
153
- [/\{/, "@brackets", "@object"]
154
- ],
155
- flowScalars: [
156
- [/"([^"\\]|\\.)*$/, "string.invalid"],
157
- [/'([^'\\]|\\.)*$/, "string.invalid"],
158
- [/'[^']*'/, "string"],
159
- [/"/, "string", "@doubleQuotedString"]
160
- ],
161
- doubleQuotedString: [
162
- [/[^\\"]+/, "string"],
163
- [/@escapes/, "string.escape"],
164
- [/\\./, "string.escape.invalid"],
165
- [/"/, "string", "@pop"]
166
- ],
167
- blockStyle: [[/[>|][0-9]*[+-]?$/, "operators", "@multiString"]],
168
- flowNumber: [
169
- [/@numberInteger(?=[ \t]*[,\]\}])/, "number"],
170
- [/@numberFloat(?=[ \t]*[,\]\}])/, "number.float"],
171
- [/@numberOctal(?=[ \t]*[,\]\}])/, "number.octal"],
172
- [/@numberHex(?=[ \t]*[,\]\}])/, "number.hex"],
173
- [/@numberInfinity(?=[ \t]*[,\]\}])/, "number.infinity"],
174
- [/@numberNaN(?=[ \t]*[,\]\}])/, "number.nan"],
175
- [/@numberDate(?=[ \t]*[,\]\}])/, "number.date"]
176
- ],
177
- tagHandle: [[/\![^ ]*/, "tag"]],
178
- anchor: [[/[&*][^ ]+/, "namespace"]]
179
- }
180
- };
181
- export {
182
- p as conf,
183
- f as language
184
- };