@vc-shell/framework 1.1.5 → 1.1.6

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 (227) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/core/plugins/modularity/loader.ts +31 -0
  3. package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
  4. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +2 -2
  5. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
  6. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts +2 -2
  7. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
  8. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +2 -2
  9. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
  10. package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +3 -3
  11. package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -1
  12. package/dist/shared/components/draggable-dashboard/composables/useDashboardDragAndDrop.d.ts +4 -4
  13. package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
  14. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  15. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
  16. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -2
  17. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -2
  18. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +1 -1
  19. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  20. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +1 -1
  21. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  22. package/dist/tsconfig.tsbuildinfo +1 -1
  23. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +2 -2
  24. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  25. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
  26. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
  27. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  28. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +1 -1
  29. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
  30. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +2 -2
  31. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  32. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
  33. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  34. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +2 -2
  35. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  36. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +3 -3
  37. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  38. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -2
  39. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -3
  40. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  41. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +4 -4
  42. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  43. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +6 -34
  44. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  45. package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts +4 -0
  46. package/dist/ui/components/molecules/vc-input-dropdown/index.d.ts.map +1 -0
  47. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +171 -0
  48. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -0
  49. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +2 -2
  50. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  51. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
  52. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  53. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +2 -2
  54. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  55. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
  56. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  57. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +1 -1
  58. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  59. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarWidgetItem.vue.d.ts +2 -2
  60. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarWidgetItem.vue.d.ts.map +1 -1
  61. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue.d.ts +5 -5
  62. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue.d.ts.map +1 -1
  63. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
  64. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  65. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +1 -1
  66. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  67. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +1 -1
  68. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  69. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts +1 -1
  70. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
  71. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  72. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts +1 -1
  73. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts.map +1 -1
  74. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
  75. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  76. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
  77. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
  78. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  79. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -3
  80. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  81. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +1 -1
  82. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  83. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +4 -4
  84. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  85. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
  86. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  87. package/package.json +4 -4
  88. package/shared/components/common/popup/vc-popup-error.vue +3 -3
  89. package/shared/components/common/popup/vc-popup-info.vue +3 -3
  90. package/shared/components/common/popup/vc-popup-warning.vue +3 -3
  91. package/shared/components/dashboard-widget-card/dashboard-widget-card.vue +4 -4
  92. package/ui/components/atoms/vc-badge/vc-badge.vue +2 -2
  93. package/ui/components/atoms/vc-icon/vc-icon.stories.ts +1 -1
  94. package/ui/components/atoms/vc-label/vc-label.vue +3 -3
  95. package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +3 -3
  96. package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +4 -4
  97. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +2 -2
  98. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
  99. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +36 -115
  100. package/ui/components/molecules/vc-input-dropdown/index.ts +4 -0
  101. package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.stories.ts +763 -0
  102. package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue +268 -0
  103. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +2 -2
  104. package/ui/components/molecules/vc-rating/vc-rating.vue +2 -2
  105. package/ui/components/molecules/vc-textarea/vc-textarea.vue +2 -2
  106. package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/AppBarWidgetItem.vue +3 -3
  107. package/ui/components/organisms/vc-app/_internal/vc-app-bar/_internal/MenuSidebar.vue +6 -6
  108. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +4 -4
  109. package/ui/components/organisms/vc-app/vc-app.vue +2 -3
  110. package/ui/components/organisms/vc-blade/vc-blade.vue +5 -5
  111. package/ui/components/organisms/vc-login-form/vc-login-form.vue +2 -2
  112. package/ui/components/organisms/vc-popup/vc-popup.vue +4 -4
  113. package/dist/apl-B2DGVGxc.js +0 -76
  114. package/dist/asciiarmor-2LVJmxlE.js +0 -34
  115. package/dist/asn1-jKiBa2Ya.js +0 -95
  116. package/dist/asterisk-DS281yxp.js +0 -271
  117. package/dist/brainfuck-C_p9pTT8.js +0 -34
  118. package/dist/clike-BUuHEmgZ.js +0 -620
  119. package/dist/clojure-CCKyeQKf.js +0 -800
  120. package/dist/cmake-CuaCgAKt.js +0 -28
  121. package/dist/cobol-BlTKFDRj.js +0 -72
  122. package/dist/coffeescript-BVCvwO8I.js +0 -179
  123. package/dist/commonlisp-D_kxz07b.js +0 -75
  124. package/dist/crystal-D309uH6_.js +0 -217
  125. package/dist/css-bIlmDBTK.js +0 -1560
  126. package/dist/cypher-BMq4Fwjl.js +0 -68
  127. package/dist/d-BZcgY6La.js +0 -127
  128. package/dist/diff-Cg9d_RX2.js +0 -18
  129. package/dist/dockerfile-DIy8NleC.js +0 -194
  130. package/dist/dtd-CtLokQ-U.js +0 -84
  131. package/dist/dylan-QYeExnWK.js +0 -234
  132. package/dist/ebnf-DUPDuY4r.js +0 -78
  133. package/dist/ecl-CiXN-g_D.js +0 -121
  134. package/dist/eiffel-yQhjl4T1.js +0 -110
  135. package/dist/elm-CNT9vbN0.js +0 -108
  136. package/dist/erlang-CFOYdy9e.js +0 -487
  137. package/dist/factor-DDOC7X6P.js +0 -65
  138. package/dist/fcl-CPC2WYrI.js +0 -103
  139. package/dist/forth-BmxRyE9S.js +0 -60
  140. package/dist/fortran-9bvPyrOW.js +0 -442
  141. package/dist/framework.js +0 -288
  142. package/dist/gas-BdfkXJT_.js +0 -183
  143. package/dist/gherkin-CJuwpceU.js +0 -34
  144. package/dist/groovy-DZeT_VM-.js +0 -146
  145. package/dist/haskell-Bvt3Qq1t.js +0 -375
  146. package/dist/haxe-70NVW1pR.js +0 -359
  147. package/dist/http-D9LttvKF.js +0 -44
  148. package/dist/idl-B6TRFYjl.js +0 -947
  149. package/dist/index-BBHl6nap.js +0 -308
  150. package/dist/index-BG6N4UCY.js +0 -299
  151. package/dist/index-Bv5as3SI.js +0 -71
  152. package/dist/index-C4VyqVxv.js +0 -249
  153. package/dist/index-CKLiFGZ-.js +0 -98
  154. package/dist/index-CTmAMa_1.js +0 -265
  155. package/dist/index-CtGZgIiV.js +0 -75
  156. package/dist/index-D13Jcezf.js +0 -288
  157. package/dist/index-DbpKygJh.js +0 -611
  158. package/dist/index-DgCtSr4P.js +0 -58
  159. package/dist/index-Dh1XjfgY.js +0 -134
  160. package/dist/index-DpDbQQg6.js +0 -341
  161. package/dist/index-DwuQbDJG.js +0 -156
  162. package/dist/index-Fhuqbkq2.js +0 -93
  163. package/dist/index-JTAZpxKF.js +0 -137
  164. package/dist/index-MKD2CP5c.js +0 -147000
  165. package/dist/index-Q3k1PYzc.js +0 -538
  166. package/dist/index.css +0 -9
  167. package/dist/javascript-WMWNx-Vj.js +0 -690
  168. package/dist/jinja2-DnB6dQmV.js +0 -154
  169. package/dist/julia-DpvXAuO6.js +0 -241
  170. package/dist/livescript-CanGTf8u.js +0 -272
  171. package/dist/lua-XplVlWi_.js +0 -217
  172. package/dist/mathematica-jaRHnSxC.js +0 -35
  173. package/dist/mbox-BctzC1hL.js +0 -76
  174. package/dist/mirc-CFBPAOaF.js +0 -72
  175. package/dist/mllike-BSnXJBGA.js +0 -272
  176. package/dist/modelica-vUgVs--1.js +0 -93
  177. package/dist/mscgen-Cpl0NYLN.js +0 -104
  178. package/dist/mumps-CQoS1kWX.js +0 -25
  179. package/dist/nginx-zDPm3Z74.js +0 -89
  180. package/dist/nsis-fePjrhq7.js +0 -62
  181. package/dist/ntriples-CsNjv2QF.js +0 -79
  182. package/dist/octave-C8PmmSRH.js +0 -143
  183. package/dist/oz-Ce8aN8oE.js +0 -151
  184. package/dist/pascal-De0D6mP7.js +0 -77
  185. package/dist/perl-B4bSCe1C.js +0 -915
  186. package/dist/pig-D24Z8EXi.js +0 -54
  187. package/dist/powershell-DkYVfTzP.js +0 -249
  188. package/dist/properties-Dn9wna3M.js +0 -26
  189. package/dist/protobuf-BPIjwpzm.js +0 -49
  190. package/dist/pug-BqUR2bBq.js +0 -248
  191. package/dist/puppet-nyd4dhjf.js +0 -45
  192. package/dist/python-B5QdSKoL.js +0 -313
  193. package/dist/q-DXjKs-tC.js +0 -83
  194. package/dist/r-LKEuhEGI.js +0 -104
  195. package/dist/rpm-IznJm2Xc.js +0 -57
  196. package/dist/ruby-CcYfvIk6.js +0 -228
  197. package/dist/sas-7E8yHoCW.js +0 -105
  198. package/dist/scheme-DjibxsNh.js +0 -124
  199. package/dist/shell-C0C2sNA_.js +0 -182
  200. package/dist/sieve-Bwz7vjP5.js +0 -72
  201. package/dist/simple-mode-B0dvCdAA.js +0 -89
  202. package/dist/smalltalk-Bhddl2pB.js +0 -48
  203. package/dist/solr-BNlsLglM.js +0 -41
  204. package/dist/sparql-FarWu_Gb.js +0 -197
  205. package/dist/spreadsheet-C-cy4P5N.js +0 -49
  206. package/dist/sql-mMre1Bo3.js +0 -282
  207. package/dist/stex-92raWT1r.js +0 -129
  208. package/dist/stylus-CAdqWld3.js +0 -250
  209. package/dist/swift-DSxqR9R6.js +0 -230
  210. package/dist/tcl-xfoLljhY.js +0 -81
  211. package/dist/textile-D1AWE-pc.js +0 -295
  212. package/dist/tiddlywiki-5wqsXtSk.js +0 -155
  213. package/dist/tiki-__Kn3CeS.js +0 -181
  214. package/dist/toml-BHiuTcfn.js +0 -49
  215. package/dist/troff-D2UO-fKf.js +0 -35
  216. package/dist/ttcn-Bsa4sfRm.js +0 -123
  217. package/dist/ttcn-cfg-Bac_acMi.js +0 -88
  218. package/dist/turtle-xwJUxoPV.js +0 -80
  219. package/dist/vb-c2kQGd6-.js +0 -74
  220. package/dist/vbscript-Dz1TtKsy.js +0 -324
  221. package/dist/velocity-DJd0pTTC.js +0 -96
  222. package/dist/verilog-C4VGD9n1.js +0 -263
  223. package/dist/vhdl-T9HkrbI2.js +0 -106
  224. package/dist/webidl-CjfDENEo.js +0 -155
  225. package/dist/xquery-BUQdORAS.js +0 -422
  226. package/dist/yacas-C0absKBh.js +0 -73
  227. package/dist/z80-C8rPtw-0.js +0 -61
package/dist/framework.js DELETED
@@ -1,288 +0,0 @@
1
- import "vue-router";
2
- import { dc as o, H as n, F as c, bU as r, U as d, bV as l, bW as u, bI as p, X as b, Y as g, dl as y, dn as S, dm as m, bG as V, bJ as I, z as h, Z as C, B as D, d3 as P, bK as A, bX as R, bY as L, dM as M, d$ as f, bZ as B, b_ as v, b$ as T, c0 as E, $ as w, a0 as O, a1 as N, a2 as U, a3 as K, c1 as W, c2 as x, c3 as F, a4 as k, D as q, dX as z, bL as j, c4 as H, a5 as J, a6 as _, dW as G, du as Q, dt as X, A as Y, c5 as Z, d4 as $, bM as aa, c6 as sa, c7 as ea, c8 as ta, c9 as ia, ca as oa, cb as na, cc as ca, d6 as ra, cd as da, ce as la, cf as ua, d5 as pa, cg as ba, dG as ga, dT as ya, bH as Sa, ch as ma, di as Va, a7 as Ia, dV as ha, G as Ca, a8 as Da, ci as Pa, cj as Aa, dY as Ra, ck as La, bN as Ma, cl as fa, d7 as Ba, cm as va, cn as Ta, dN as Ea, co as wa, cp as Oa, cq as Na, cr as Ua, bO as Ka, cs as Wa, dZ as xa, ct as Fa, cu as ka, a9 as qa, aa as za, M as ja, ab as Ha, cv as Ja, cw as _a, cx as Ga, cy as Qa, bP as Xa, dC as Ya, dP as Za, dQ as $a, y as as, cz as ss, cA as es, bQ as ts, cB as is, d8 as os, ac as ns, cC as cs, cD as rs, cE as ds, d9 as ls, ad as us, ae as ps, cF as bs, cG as gs, af as ys, ag as Ss, ah as ms, cH as Vs, cI as Is, da as hs, cJ as Cs, bR as Ds, cK as Ps, cL as As, d_ as Rs, cM as Ls, cN as Ms, cO as fs, cP as Bs, ai as vs, bS as Ts, cQ as Es, cR as ws, bT as Os, cS as Ns, aj as Us, dU as Ks, S as Ws, dk as xs, ak as Fs, dR as ks, cT as qs, cU as zs, cV as js, db as Hs, cW as Js, cX as _s, T as Gs, dS as Qs, cY as Xs, cZ as Ys, dO as Zs, c_ as $s, c$ as ae, d0 as se, d1 as ee, aO as te, dv as ie, J as oe, aP as ne, dA as ce, dz as re, ay as de, K as le, V as ue, aN as pe, O as be, P as ge, aQ as ye, az as Se, aL as me, aB as Ve, aA as Ie, aR as he, Q as Ce, R as De, am as Pe, aC as Ae, aD as Re, an as Le, ao as Me, ap as fe, aS as Be, aK as ve, aF as Te, aT as Ee, dJ as we, dI as Oe, aq as Ne, aM as Ue, aG as Ke, ar as We, aH as xe, _ as Fe, aI as ke, as as qe, at as ze, au as je, aU as He, aJ as Je, aE as _e, ax as Ge, av as Qe, aw as Xe, d2 as Ye, al as Ze, W as $e, bj as at, b5 as st, bm as et, bv as tt, bo as it, bu as ot, bw as nt, dy as ct, dd as rt, dg as dt, dw as lt, by as ut, dp as pt, bB as bt, bx as gt, w as yt, bA as St, bt as mt, dh as Vt, dL as It, br as ht, de as Ct, df as Dt, dj as Pt, bp as At, bs as Rt, bq as Lt, x as Mt, dF as ft, bF as Bt, dH as vt, bh as Tt, be as Et, b3 as wt, bk as Ot, bb as Nt, bg as Ut, bC as Kt, bd as Wt, bE as xt, bD as Ft, a$ as kt, bi as qt, b9 as zt, dx as jt, b2 as Ht, a_ as Jt, b6 as _t, dB as Gt, b8 as Qt, dD as Xt, bf as Yt, dr as Zt, bz as $t, dq as ai, b1 as si, aV as ei, dE as ti, b7 as ii, ds as oi, b0 as ni, b4 as ci, aX as ri, aZ as di, dK as li, aY as ui, bl as pi, ba as bi, bn as gi, aW as yi, bc as Si } from "./index-MKD2CP5c.js";
3
- import "vue";
4
- import "vee-validate";
5
- export {
6
- o as ApiException,
7
- n as AppBarMobileButtonsServiceKey,
8
- c as AppBarWidgetServiceKey,
9
- r as AppDescriptor,
10
- d as AppWindowIcon,
11
- l as ApplicationUser,
12
- u as ApplicationUserLogin,
13
- p as AppsClient,
14
- b as ArrowLeftIcon,
15
- g as ArrowRightIcon,
16
- y as AssetsDetailsModule,
17
- S as AssetsManager,
18
- m as AssetsManagerModule,
19
- V as AuthApiBase,
20
- I as AuthorizationClient,
21
- h as BLADE_BACK_BUTTON,
22
- C as BellIcon,
23
- D as BladeInstance,
24
- P as Body,
25
- A as ChangeLogClient,
26
- R as ChangeLogSearchCriteria,
27
- L as ChangeLogSearchResult,
28
- M as ChangePassword,
29
- f as ChangePasswordPage,
30
- B as ChangePasswordRequest,
31
- v as ChangedEntitiesRequest,
32
- T as ChangedEntitiesResponse,
33
- E as ChangedEntity,
34
- w as ChevronDownIcon,
35
- O as ChevronLeftIcon,
36
- N as ChevronRightIcon,
37
- U as ChevronUpIcon,
38
- K as CircleDotsIcon,
39
- W as Claim,
40
- x as ClaimsIdentity,
41
- F as ConfirmEmailRequest,
42
- k as CrossSignIcon,
43
- q as DashboardServiceKey,
44
- z as DashboardWidgetCard,
45
- j as DiagnosticsClient,
46
- H as DictionaryItem,
47
- J as DoubleArrowLeftIcon,
48
- _ as DoubleArrowRightIcon,
49
- G as DraggableDashboard,
50
- Q as DynamicBladeForm,
51
- X as DynamicBladeList,
52
- Y as DynamicModulesKey,
53
- Z as DynamicObjectProperty,
54
- $ as DynamicObjectPropertyValueType,
55
- aa as DynamicPropertiesClient,
56
- sa as DynamicProperty,
57
- ea as DynamicPropertyDictionaryItem,
58
- ta as DynamicPropertyDictionaryItemName,
59
- ia as DynamicPropertyDictionaryItemSearchCriteria,
60
- oa as DynamicPropertyDictionaryItemSearchResult,
61
- na as DynamicPropertyName,
62
- ca as DynamicPropertyObjectValue,
63
- ra as DynamicPropertyObjectValueValueType,
64
- da as DynamicPropertySearchCriteria,
65
- la as DynamicPropertySearchResult,
66
- ua as DynamicPropertyValueType,
67
- pa as DynamicPropertyValueType2,
68
- ba as EntryState,
69
- ga as ErrorInterceptor,
70
- ya as ExternalProviders,
71
- Sa as ExternalSignInClient,
72
- ma as ExternalSignInProviderInfo,
73
- Va as FALLBACK_BLADE_ID,
74
- Ia as FulfillmentCentersIcon,
75
- ha as GenericDropdown,
76
- Ca as GlobalSearchKey,
77
- Da as GridDotsIcon,
78
- Pa as IdentityError,
79
- Aa as IdentityResult,
80
- Ra as Invite,
81
- La as Job,
82
- Ma as JobsClient,
83
- fa as JsonElement,
84
- Ba as JsonElementValueKind,
85
- va as JsonValueKind,
86
- Ta as KeyValue,
87
- Ea as LanguageSelector,
88
- wa as LastModifiedResponse,
89
- Oa as License,
90
- Na as LocalizableSetting,
91
- Ua as LocalizableSettingsAndLanguages,
92
- Ka as LocalizableSettingsClient,
93
- Wa as LocalizedValue,
94
- xa as Login,
95
- Fa as LoginRequest,
96
- ka as LoginType,
97
- qa as LogoutIcon,
98
- za as MenuBurgerIcon,
99
- ja as MenuServiceKey,
100
- Ha as MinusSignIcon,
101
- Ja as ModuleAutoInstallPushNotification,
102
- _a as ModuleDescriptor,
103
- Ga as ModuleIdentity,
104
- Qa as ModulePushNotification,
105
- Xa as ModulesClient,
106
- Ya as NotificationContainer,
107
- Za as NotificationDropdown,
108
- $a as NotificationTemplate,
109
- as as NotificationTemplatesSymbol,
110
- ss as OAuthAppSearchCriteria,
111
- es as OAuthAppSearchResult,
112
- ts as OAuthAppsClient,
113
- is as ObjectSettingEntry,
114
- os as ObjectSettingEntryValueType,
115
- ns as OffersIcon,
116
- cs as OpenIddictApplicationDescriptor,
117
- rs as OpenIddictResponse,
118
- ds as OperationLog,
119
- ls as OperationLogOperationType,
120
- us as OrdersIcon,
121
- ps as PeopleIcon,
122
- bs as Permission,
123
- gs as PermissionScope,
124
- ys as PlusSignIcon,
125
- Ss as ProductsIcon,
126
- ms as ProfileIcon,
127
- Vs as ProgressMessage,
128
- Is as ProgressMessageLevel,
129
- hs as ProgressMessageLevel2,
130
- Cs as PushNotification,
131
- Ds as PushNotificationClient,
132
- Ps as PushNotificationSearchCriteria,
133
- As as PushNotificationSearchResult,
134
- Rs as ResetPassword,
135
- Ls as ResetPasswordConfirmRequest,
136
- Ms as Role,
137
- fs as RoleSearchCriteria,
138
- Bs as RoleSearchResult,
139
- vs as SearchIcon,
140
- Ts as SecurityClient,
141
- Es as SecurityResult,
142
- ws as SemanticVersion,
143
- Os as SettingClient,
144
- Ns as SettingValueType,
145
- Us as SettingsBoltIcon,
146
- Ks as SettingsMenuItem,
147
- Ws as SettingsMenuServiceKey,
148
- xs as SharedModule,
149
- Fs as ShoppingCardIcon,
150
- ks as Sidebar,
151
- qs as SignInResult,
152
- zs as SortDirection,
153
- js as SortInfo,
154
- Hs as SortInfoSortDirection,
155
- Js as StringIdentityUserRole,
156
- _s as SystemInfo,
157
- Gs as TOOLBAR_SERVICE,
158
- Qs as ThemeSelector,
159
- Xs as UserApiKey,
160
- Ys as UserDetail,
161
- Zs as UserDropdownButton,
162
- $s as UserLockedResult,
163
- ae as UserSearchCriteria,
164
- se as UserSearchResult,
165
- ee as ValidatePasswordResetTokenRequest,
166
- te as VcApp,
167
- ie as VcAppSwitcherComponent,
168
- oe as VcBadge,
169
- ne as VcBlade,
170
- ce as VcBladeNavigation,
171
- re as VcBladeNavigationComponent,
172
- de as VcBreadcrumbs,
173
- le as VcButton,
174
- ue as VcCard,
175
- pe as VcCheckbox,
176
- be as VcCol,
177
- ge as VcContainer,
178
- ye as VcDynamicProperty,
179
- Se as VcEditor,
180
- me as VcField,
181
- Ve as VcFileUpload,
182
- Ie as VcForm,
183
- he as VcGallery,
184
- Ce as VcHint,
185
- De as VcIcon,
186
- Pe as VcImage,
187
- Ae as VcInput,
188
- Re as VcInputCurrency,
189
- Le as VcLabel,
190
- Me as VcLink,
191
- fe as VcLoading,
192
- Be as VcLoginForm,
193
- ve as VcMultivalue,
194
- Te as VcPagination,
195
- Ee as VcPopup,
196
- we as VcPopupContainer,
197
- Oe as VcPopupHandler,
198
- Ne as VcProgress,
199
- Ue as VcRadioButton,
200
- Ke as VcRating,
201
- We as VcRow,
202
- xe as VcSelect,
203
- Fe as VcSkeleton,
204
- ke as VcSlider,
205
- qe as VcStatus,
206
- ze as VcStatusIcon,
207
- je as VcSwitch,
208
- He as VcTable,
209
- Je as VcTextarea,
210
- _e as VcToast,
211
- Ge as VcTooltip,
212
- Qe as VcVideo,
213
- Xe as VcWidget,
214
- Ye as VerifyTokenRequest,
215
- Ze as VertDotsIcon,
216
- $e as WidgetServiceKey,
217
- at as addAppBarWidget,
218
- st as addMenuItem,
219
- et as addSettingsMenuItem,
220
- tt as after,
221
- it as autofocus,
222
- ot as before,
223
- nt as bigInt,
224
- ct as bladeNavigationInstance,
225
- rt as camelToSnake,
226
- dt as camelize,
227
- lt as components,
228
- ut as createAppModule,
229
- pt as createDynamicAppModule,
230
- bt as createExtensionsHelper,
231
- gt as createModule,
232
- yt as default,
233
- St as extensionsHelperSymbol,
234
- mt as fileWeight,
235
- Vt as generateId,
236
- It as getPopupPlugin,
237
- ht as i18n,
238
- Ct as kebabToCamel,
239
- Dt as kebabToPascal,
240
- Pt as languageToCountryMap,
241
- At as loading,
242
- Rt as mindimensions,
243
- Lt as moment,
244
- Mt as navigationViewLocation,
245
- ft as notification,
246
- Bt as permissions,
247
- vt as popupPluginInstance,
248
- Tt as provideAppBarWidget,
249
- Et as provideDashboardService,
250
- wt as provideMenuService,
251
- Ot as provideSettingsMenu,
252
- Nt as provideWidgetService,
253
- Ut as registerDashboardWidget,
254
- Kt as registerModuleExtensions,
255
- Wt as registerWidget,
256
- xt as signalR,
257
- Ft as updateSignalRCreatorSymbol,
258
- kt as useApiClient,
259
- qt as useAppBarWidget,
260
- zt as useAppInsights,
261
- jt as useAppSwitcher,
262
- Ht as useAssets,
263
- Jt as useAsync,
264
- _t as useBeforeUnload,
265
- Gt as useBladeNavigation,
266
- Qt as useBreadcrumbs,
267
- Xt as useContainer,
268
- Yt as useDashboard,
269
- Zt as useDetailsFactory,
270
- $t as useDynamicModules,
271
- ai as useDynamicViewsUtils,
272
- si as useErrorHandler,
273
- ei as useFunctions,
274
- ti as useInstance,
275
- ii as useLanguages,
276
- oi as useListFactory,
277
- ni as useLoading,
278
- ci as useMenuService,
279
- ri as useNotifications,
280
- di as usePermissions,
281
- li as usePopup,
282
- ui as useSettings,
283
- pi as useSettingsMenu,
284
- bi as useTheme,
285
- gi as useToolbar,
286
- yi as useUser,
287
- Si as useWidgets
288
- };
@@ -1,183 +0,0 @@
1
- function v(r) {
2
- var u = [], b = "", o = {
3
- ".abort": "builtin",
4
- ".align": "builtin",
5
- ".altmacro": "builtin",
6
- ".ascii": "builtin",
7
- ".asciz": "builtin",
8
- ".balign": "builtin",
9
- ".balignw": "builtin",
10
- ".balignl": "builtin",
11
- ".bundle_align_mode": "builtin",
12
- ".bundle_lock": "builtin",
13
- ".bundle_unlock": "builtin",
14
- ".byte": "builtin",
15
- ".cfi_startproc": "builtin",
16
- ".comm": "builtin",
17
- ".data": "builtin",
18
- ".def": "builtin",
19
- ".desc": "builtin",
20
- ".dim": "builtin",
21
- ".double": "builtin",
22
- ".eject": "builtin",
23
- ".else": "builtin",
24
- ".elseif": "builtin",
25
- ".end": "builtin",
26
- ".endef": "builtin",
27
- ".endfunc": "builtin",
28
- ".endif": "builtin",
29
- ".equ": "builtin",
30
- ".equiv": "builtin",
31
- ".eqv": "builtin",
32
- ".err": "builtin",
33
- ".error": "builtin",
34
- ".exitm": "builtin",
35
- ".extern": "builtin",
36
- ".fail": "builtin",
37
- ".file": "builtin",
38
- ".fill": "builtin",
39
- ".float": "builtin",
40
- ".func": "builtin",
41
- ".global": "builtin",
42
- ".gnu_attribute": "builtin",
43
- ".hidden": "builtin",
44
- ".hword": "builtin",
45
- ".ident": "builtin",
46
- ".if": "builtin",
47
- ".incbin": "builtin",
48
- ".include": "builtin",
49
- ".int": "builtin",
50
- ".internal": "builtin",
51
- ".irp": "builtin",
52
- ".irpc": "builtin",
53
- ".lcomm": "builtin",
54
- ".lflags": "builtin",
55
- ".line": "builtin",
56
- ".linkonce": "builtin",
57
- ".list": "builtin",
58
- ".ln": "builtin",
59
- ".loc": "builtin",
60
- ".loc_mark_labels": "builtin",
61
- ".local": "builtin",
62
- ".long": "builtin",
63
- ".macro": "builtin",
64
- ".mri": "builtin",
65
- ".noaltmacro": "builtin",
66
- ".nolist": "builtin",
67
- ".octa": "builtin",
68
- ".offset": "builtin",
69
- ".org": "builtin",
70
- ".p2align": "builtin",
71
- ".popsection": "builtin",
72
- ".previous": "builtin",
73
- ".print": "builtin",
74
- ".protected": "builtin",
75
- ".psize": "builtin",
76
- ".purgem": "builtin",
77
- ".pushsection": "builtin",
78
- ".quad": "builtin",
79
- ".reloc": "builtin",
80
- ".rept": "builtin",
81
- ".sbttl": "builtin",
82
- ".scl": "builtin",
83
- ".section": "builtin",
84
- ".set": "builtin",
85
- ".short": "builtin",
86
- ".single": "builtin",
87
- ".size": "builtin",
88
- ".skip": "builtin",
89
- ".sleb128": "builtin",
90
- ".space": "builtin",
91
- ".stab": "builtin",
92
- ".string": "builtin",
93
- ".struct": "builtin",
94
- ".subsection": "builtin",
95
- ".symver": "builtin",
96
- ".tag": "builtin",
97
- ".text": "builtin",
98
- ".title": "builtin",
99
- ".type": "builtin",
100
- ".uleb128": "builtin",
101
- ".val": "builtin",
102
- ".version": "builtin",
103
- ".vtable_entry": "builtin",
104
- ".vtable_inherit": "builtin",
105
- ".warning": "builtin",
106
- ".weak": "builtin",
107
- ".weakref": "builtin",
108
- ".word": "builtin"
109
- }, i = {};
110
- function p() {
111
- b = "#", i.al = "variable", i.ah = "variable", i.ax = "variable", i.eax = "variableName.special", i.rax = "variableName.special", i.bl = "variable", i.bh = "variable", i.bx = "variable", i.ebx = "variableName.special", i.rbx = "variableName.special", i.cl = "variable", i.ch = "variable", i.cx = "variable", i.ecx = "variableName.special", i.rcx = "variableName.special", i.dl = "variable", i.dh = "variable", i.dx = "variable", i.edx = "variableName.special", i.rdx = "variableName.special", i.si = "variable", i.esi = "variableName.special", i.rsi = "variableName.special", i.di = "variable", i.edi = "variableName.special", i.rdi = "variableName.special", i.sp = "variable", i.esp = "variableName.special", i.rsp = "variableName.special", i.bp = "variable", i.ebp = "variableName.special", i.rbp = "variableName.special", i.ip = "variable", i.eip = "variableName.special", i.rip = "variableName.special", i.cs = "keyword", i.ds = "keyword", i.ss = "keyword", i.es = "keyword", i.fs = "keyword", i.gs = "keyword";
112
- }
113
- function f() {
114
- b = "@", o.syntax = "builtin", i.r0 = "variable", i.r1 = "variable", i.r2 = "variable", i.r3 = "variable", i.r4 = "variable", i.r5 = "variable", i.r6 = "variable", i.r7 = "variable", i.r8 = "variable", i.r9 = "variable", i.r10 = "variable", i.r11 = "variable", i.r12 = "variable", i.sp = "variableName.special", i.lr = "variableName.special", i.pc = "variableName.special", i.r13 = i.sp, i.r14 = i.lr, i.r15 = i.pc, u.push(function(l, n) {
115
- if (l === "#")
116
- return n.eatWhile(/\w/), "number";
117
- });
118
- }
119
- r === "x86" ? p() : (r === "arm" || r === "armv6") && f();
120
- function d(l, n) {
121
- for (var e = !1, a; (a = l.next()) != null; ) {
122
- if (a === n && !e)
123
- return !1;
124
- e = !e && a === "\\";
125
- }
126
- return e;
127
- }
128
- function s(l, n) {
129
- for (var e = !1, a; (a = l.next()) != null; ) {
130
- if (a === "/" && e) {
131
- n.tokenize = null;
132
- break;
133
- }
134
- e = a === "*";
135
- }
136
- return "comment";
137
- }
138
- return {
139
- name: "gas",
140
- startState: function() {
141
- return {
142
- tokenize: null
143
- };
144
- },
145
- token: function(l, n) {
146
- if (n.tokenize)
147
- return n.tokenize(l, n);
148
- if (l.eatSpace())
149
- return null;
150
- var e, a, t = l.next();
151
- if (t === "/" && l.eat("*"))
152
- return n.tokenize = s, s(l, n);
153
- if (t === b)
154
- return l.skipToEnd(), "comment";
155
- if (t === '"')
156
- return d(l, '"'), "string";
157
- if (t === ".")
158
- return l.eatWhile(/\w/), a = l.current().toLowerCase(), e = o[a], e || null;
159
- if (t === "=")
160
- return l.eatWhile(/\w/), "tag";
161
- if (t === "{" || t === "}")
162
- return "bracket";
163
- if (/\d/.test(t))
164
- return t === "0" && l.eat("x") ? (l.eatWhile(/[0-9a-fA-F]/), "number") : (l.eatWhile(/\d/), "number");
165
- if (/\w/.test(t))
166
- return l.eatWhile(/\w/), l.eat(":") ? "tag" : (a = l.current().toLowerCase(), e = i[a], e || null);
167
- for (var c = 0; c < u.length; c++)
168
- if (e = u[c](t, l, n), e)
169
- return e;
170
- },
171
- languageData: {
172
- commentTokens: {
173
- line: b,
174
- block: { open: "/*", close: "*/" }
175
- }
176
- }
177
- };
178
- }
179
- const m = v("x86"), g = v("arm");
180
- export {
181
- m as gas,
182
- g as gasArm
183
- };
@@ -1,34 +0,0 @@
1
- const a = {
2
- name: "gherkin",
3
- startState: function() {
4
- return {
5
- lineNumber: 0,
6
- tableHeaderLine: !1,
7
- allowFeature: !0,
8
- allowBackground: !1,
9
- allowScenario: !1,
10
- allowSteps: !1,
11
- allowPlaceholders: !1,
12
- allowMultilineArgument: !1,
13
- inMultilineString: !1,
14
- inMultilineTable: !1,
15
- inKeywordLine: !1
16
- };
17
- },
18
- token: function(n, e) {
19
- if (n.sol() && (e.lineNumber++, e.inKeywordLine = !1, e.inMultilineTable && (e.tableHeaderLine = !1, n.match(/\s*\|/, !1) || (e.allowMultilineArgument = !1, e.inMultilineTable = !1))), n.eatSpace(), e.allowMultilineArgument) {
20
- if (e.inMultilineString)
21
- return n.match('"""') ? (e.inMultilineString = !1, e.allowMultilineArgument = !1) : n.match(/.*/), "string";
22
- if (e.inMultilineTable)
23
- return n.match(/\|\s*/) ? "bracket" : (n.match(/[^\|]*/), e.tableHeaderLine ? "header" : "string");
24
- if (n.match('"""'))
25
- return e.inMultilineString = !0, "string";
26
- if (n.match("|"))
27
- return e.inMultilineTable = !0, e.tableHeaderLine = !0, "bracket";
28
- }
29
- return n.match(/#.*/) ? "comment" : !e.inKeywordLine && n.match(/@\S+/) ? "tag" : !e.inKeywordLine && e.allowFeature && n.match(/(機能|功能|フィーチャ|기능|โครงหลัก|ความสามารถ|ความต้องการทางธุรกิจ|ಹೆಚ್ಚಳ|గుణము|ਮੁਹਾਂਦਰਾ|ਨਕਸ਼ ਨੁਹਾਰ|ਖਾਸੀਅਤ|रूप लेख|وِیژگی|خاصية|תכונה|Функціонал|Функция|Функционалност|Функционал|Үзенчәлеклелек|Свойство|Особина|Мөмкинлек|Могућност|Λειτουργία|Δυνατότητα|Właściwość|Vlastnosť|Trajto|Tính năng|Savybė|Pretty much|Požiadavka|Požadavek|Potrzeba biznesowa|Özellik|Osobina|Ominaisuus|Omadus|OH HAI|Mogućnost|Mogucnost|Jellemző|Hwæt|Hwaet|Funzionalità|Funktionalitéit|Funktionalität|Funkcja|Funkcionalnost|Funkcionalitāte|Funkcia|Fungsi|Functionaliteit|Funcționalitate|Funcţionalitate|Functionalitate|Funcionalitat|Funcionalidade|Fonctionnalité|Fitur|Fīča|Feature|Eiginleiki|Egenskap|Egenskab|Característica|Caracteristica|Business Need|Aspekt|Arwedd|Ahoy matey!|Ability):/) ? (e.allowScenario = !0, e.allowBackground = !0, e.allowPlaceholders = !1, e.allowSteps = !1, e.allowMultilineArgument = !1, e.inKeywordLine = !0, "keyword") : !e.inKeywordLine && e.allowBackground && n.match(/(背景|배경|แนวคิด|ಹಿನ್ನೆಲೆ|నేపథ్యం|ਪਿਛੋਕੜ|पृष्ठभूमि|زمینه|الخلفية|רקע|Тарих|Предыстория|Предистория|Позадина|Передумова|Основа|Контекст|Кереш|Υπόβαθρο|Założenia|Yo\-ho\-ho|Tausta|Taust|Situācija|Rerefons|Pozadina|Pozadie|Pozadí|Osnova|Latar Belakang|Kontext|Konteksts|Kontekstas|Kontekst|Háttér|Hannergrond|Grundlage|Geçmiş|Fundo|Fono|First off|Dis is what went down|Dasar|Contexto|Contexte|Context|Contesto|Cenário de Fundo|Cenario de Fundo|Cefndir|Bối cảnh|Bakgrunnur|Bakgrunn|Bakgrund|Baggrund|Background|B4|Antecedents|Antecedentes|Ær|Aer|Achtergrond):/) ? (e.allowPlaceholders = !1, e.allowSteps = !0, e.allowBackground = !1, e.allowMultilineArgument = !1, e.inKeywordLine = !0, "keyword") : !e.inKeywordLine && e.allowScenario && n.match(/(場景大綱|场景大纲|劇本大綱|剧本大纲|テンプレ|シナリオテンプレート|シナリオテンプレ|シナリオアウトライン|시나리오 개요|สรุปเหตุการณ์|โครงสร้างของเหตุการณ์|ವಿವರಣೆ|కథనం|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਟਕਥਾ ਢਾਂਚਾ|परिदृश्य रूपरेखा|سيناريو مخطط|الگوی سناریو|תבנית תרחיש|Сценарийның төзелеше|Сценарий структураси|Структура сценарію|Структура сценария|Структура сценарија|Скица|Рамка на сценарий|Концепт|Περιγραφή Σεναρίου|Wharrimean is|Template Situai|Template Senario|Template Keadaan|Tapausaihio|Szenariogrundriss|Szablon scenariusza|Swa hwær swa|Swa hwaer swa|Struktura scenarija|Structură scenariu|Structura scenariu|Skica|Skenario konsep|Shiver me timbers|Senaryo taslağı|Schema dello scenario|Scenariomall|Scenariomal|Scenario Template|Scenario Outline|Scenario Amlinellol|Scenārijs pēc parauga|Scenarijaus šablonas|Reckon it's like|Raamstsenaarium|Plang vum Szenario|Plan du Scénario|Plan du scénario|Osnova scénáře|Osnova Scenára|Náčrt Scenáru|Náčrt Scénáře|Náčrt Scenára|MISHUN SRSLY|Menggariskan Senario|Lýsing Dæma|Lýsing Atburðarásar|Konturo de la scenaro|Koncept|Khung tình huống|Khung kịch bản|Forgatókönyv vázlat|Esquema do Cenário|Esquema do Cenario|Esquema del escenario|Esquema de l'escenari|Esbozo do escenario|Delineação do Cenário|Delineacao do Cenario|All y'all|Abstrakt Scenario|Abstract Scenario):/) ? (e.allowPlaceholders = !0, e.allowSteps = !0, e.allowMultilineArgument = !1, e.inKeywordLine = !0, "keyword") : e.allowScenario && n.match(/(例子|例|サンプル|예|ชุดของเหตุการณ์|ชุดของตัวอย่าง|ಉದಾಹರಣೆಗಳು|ఉదాహరణలు|ਉਦਾਹਰਨਾਂ|उदाहरण|نمونه ها|امثلة|דוגמאות|Үрнәкләр|Сценарији|Примеры|Примери|Приклади|Мисоллар|Мисаллар|Σενάρια|Παραδείγματα|You'll wanna|Voorbeelden|Variantai|Tapaukset|Se þe|Se the|Se ðe|Scenarios|Scenariji|Scenarijai|Przykłady|Primjeri|Primeri|Příklady|Príklady|Piemēri|Példák|Pavyzdžiai|Paraugs|Örnekler|Juhtumid|Exemplos|Exemples|Exemple|Exempel|EXAMPLZ|Examples|Esempi|Enghreifftiau|Ekzemploj|Eksempler|Ejemplos|Dữ liệu|Dead men tell no tales|Dæmi|Contoh|Cenários|Cenarios|Beispiller|Beispiele|Atburðarásir):/) ? (e.allowPlaceholders = !1, e.allowSteps = !0, e.allowBackground = !1, e.allowMultilineArgument = !0, "keyword") : !e.inKeywordLine && e.allowScenario && n.match(/(場景|场景|劇本|剧本|シナリオ|시나리오|เหตุการณ์|ಕಥಾಸಾರಾಂಶ|సన్నివేశం|ਪਟਕਥਾ|परिदृश्य|سيناريو|سناریو|תרחיש|Сценарій|Сценарио|Сценарий|Пример|Σενάριο|Tình huống|The thing of it is|Tapaus|Szenario|Swa|Stsenaarium|Skenario|Situai|Senaryo|Senario|Scenaro|Scenariusz|Scenariu|Scénario|Scenario|Scenarijus|Scenārijs|Scenarij|Scenarie|Scénář|Scenár|Primer|MISHUN|Kịch bản|Keadaan|Heave to|Forgatókönyv|Escenario|Escenari|Cenário|Cenario|Awww, look mate|Atburðarás):/) ? (e.allowPlaceholders = !1, e.allowSteps = !0, e.allowBackground = !1, e.allowMultilineArgument = !1, e.inKeywordLine = !0, "keyword") : !e.inKeywordLine && e.allowSteps && n.match(/(那麼|那么|而且|當|当|并且|同時|同时|前提|假设|假設|假定|假如|但是|但し|並且|もし|ならば|ただし|しかし|かつ|하지만|조건|먼저|만일|만약|단|그리고|그러면|และ |เมื่อ |แต่ |ดังนั้น |กำหนดให้ |ಸ್ಥಿತಿಯನ್ನು |ಮತ್ತು |ನೀಡಿದ |ನಂತರ |ಆದರೆ |మరియు |చెప్పబడినది |కాని |ఈ పరిస్థితిలో |అప్పుడు |ਪਰ |ਤਦ |ਜੇਕਰ |ਜਿਵੇਂ ਕਿ |ਜਦੋਂ |ਅਤੇ |यदि |परन्तु |पर |तब |तदा |तथा |जब |चूंकि |किन्तु |कदा |और |अगर |و |هنگامی |متى |لكن |عندما |ثم |بفرض |با فرض |اما |اذاً |آنگاه |כאשר |וגם |בהינתן |אזי |אז |אבל |Якщо |Һәм |Унда |Тоді |Тогда |То |Также |Та |Пусть |Припустимо, що |Припустимо |Онда |Но |Нехай |Нәтиҗәдә |Лекин |Ләкин |Коли |Когда |Когато |Када |Кад |К тому же |І |И |Задато |Задати |Задате |Если |Допустим |Дано |Дадено |Вә |Ва |Бирок |Әмма |Әйтик |Әгәр |Аммо |Али |Але |Агар |А також |А |Τότε |Όταν |Και |Δεδομένου |Αλλά |Þurh |Þegar |Þa þe |Þá |Þa |Zatati |Zakładając |Zadato |Zadate |Zadano |Zadani |Zadan |Za předpokladu |Za predpokladu |Youse know when youse got |Youse know like when |Yna |Yeah nah |Y'know |Y |Wun |Wtedy |When y'all |When |Wenn |WEN |wann |Ve |Và |Und |Un |ugeholl |Too right |Thurh |Thì |Then y'all |Then |Tha the |Tha |Tetapi |Tapi |Tak |Tada |Tad |Stel |Soit |Siis |Și |Şi |Si |Sed |Se |Så |Quando |Quand |Quan |Pryd |Potom |Pokud |Pokiaľ |Però |Pero |Pak |Oraz |Onda |Ond |Oletetaan |Og |Och |O zaman |Niin |Nhưng |När |Når |Mutta |Men |Mas |Maka |Majd |Mając |Mais |Maar |mä |Ma |Lorsque |Lorsqu'|Logo |Let go and haul |Kun |Kuid |Kui |Kiedy |Khi |Ketika |Kemudian |Keď |Když |Kaj |Kai |Kada |Kad |Jeżeli |Jeśli |Ja |It's just unbelievable |Ir |I CAN HAZ |I |Ha |Givun |Givet |Given y'all |Given |Gitt |Gegeven |Gegeben seien |Gegeben sei |Gdy |Gangway! |Fakat |Étant donnés |Etant donnés |Étant données |Etant données |Étant donnée |Etant donnée |Étant donné |Etant donné |Et |És |Entonces |Entón |Então |Entao |En |Eğer ki |Ef |Eeldades |E |Ðurh |Duota |Dun |Donitaĵo |Donat |Donada |Do |Diyelim ki |Diberi |Dengan |Den youse gotta |DEN |De |Dato |Dați fiind |Daţi fiind |Dati fiind |Dati |Date fiind |Date |Data |Dat fiind |Dar |Dann |dann |Dan |Dados |Dado |Dadas |Dada |Ða ðe |Ða |Cuando |Cho |Cando |Când |Cand |Cal |But y'all |But at the end of the day I reckon |BUT |But |Buh |Blimey! |Biết |Bet |Bagi |Aye |awer |Avast! |Atunci |Atesa |Atès |Apabila |Anrhegedig a |Angenommen |And y'all |And |AN |An |an |Amikor |Amennyiben |Ama |Als |Alors |Allora |Ali |Aleshores |Ale |Akkor |Ak |Adott |Ac |Aber |A zároveň |A tiež |A taktiež |A také |A |a |7 |\* )/) ? (e.inStep = !0, e.allowPlaceholders = !0, e.allowMultilineArgument = !0, e.inKeywordLine = !0, "keyword") : n.match(/"[^"]*"?/) ? "string" : e.allowPlaceholders && n.match(/<[^>]*>?/) ? "variable" : (n.next(), n.eatWhile(/[^@"<#]/), null);
30
- }
31
- };
32
- export {
33
- a as gherkin
34
- };
@@ -1,146 +0,0 @@
1
- function a(e) {
2
- for (var n = {}, t = e.split(" "), i = 0; i < t.length; ++i) n[t[i]] = !0;
3
- return n;
4
- }
5
- var b = a(
6
- "abstract as assert boolean break byte case catch char class const continue def default do double else enum extends final finally float for goto if implements import in instanceof int interface long native new package private protected public return short static strictfp super switch synchronized threadsafe throw throws trait transient try void volatile while"
7
- ), g = a("catch class def do else enum finally for if interface switch trait try while"), x = a("return break continue"), z = a("null true false this"), r;
8
- function k(e, n) {
9
- var t = e.next();
10
- if (t == '"' || t == "'")
11
- return y(t, e, n);
12
- if (/[\[\]{}\(\),;\:\.]/.test(t))
13
- return r = t, null;
14
- if (/\d/.test(t))
15
- return e.eatWhile(/[\w\.]/), e.eat(/eE/) && (e.eat(/\+\-/), e.eatWhile(/\d/)), "number";
16
- if (t == "/") {
17
- if (e.eat("*"))
18
- return n.tokenize.push(v), v(e, n);
19
- if (e.eat("/"))
20
- return e.skipToEnd(), "comment";
21
- if (h(n.lastToken, !1))
22
- return y(t, e, n);
23
- }
24
- if (t == "-" && e.eat(">"))
25
- return r = "->", null;
26
- if (/[+\-*&%=<>!?|\/~]/.test(t))
27
- return e.eatWhile(/[+\-*&%=<>|~]/), "operator";
28
- if (e.eatWhile(/[\w\$_]/), t == "@")
29
- return e.eatWhile(/[\w\$_\.]/), "meta";
30
- if (n.lastToken == ".") return "property";
31
- if (e.eat(":"))
32
- return r = "proplabel", "property";
33
- var i = e.current();
34
- return z.propertyIsEnumerable(i) ? "atom" : b.propertyIsEnumerable(i) ? (g.propertyIsEnumerable(i) ? r = "newstatement" : x.propertyIsEnumerable(i) && (r = "standalone"), "keyword") : "variable";
35
- }
36
- k.isBase = !0;
37
- function y(e, n, t) {
38
- var i = !1;
39
- if (e != "/" && n.eat(e))
40
- if (n.eat(e)) i = !0;
41
- else return "string";
42
- function o(l, d) {
43
- for (var f = !1, c, s = !i; (c = l.next()) != null; ) {
44
- if (c == e && !f) {
45
- if (!i)
46
- break;
47
- if (l.match(e + e)) {
48
- s = !0;
49
- break;
50
- }
51
- }
52
- if (e == '"' && c == "$" && !f) {
53
- if (l.eat("{"))
54
- return d.tokenize.push(m()), "string";
55
- if (l.match(/^\w/, !1))
56
- return d.tokenize.push(E), "string";
57
- }
58
- f = !f && c == "\\";
59
- }
60
- return s && d.tokenize.pop(), "string";
61
- }
62
- return t.tokenize.push(o), o(n, t);
63
- }
64
- function m() {
65
- var e = 1;
66
- function n(t, i) {
67
- if (t.peek() == "}") {
68
- if (e--, e == 0)
69
- return i.tokenize.pop(), i.tokenize[i.tokenize.length - 1](t, i);
70
- } else t.peek() == "{" && e++;
71
- return k(t, i);
72
- }
73
- return n.isBase = !0, n;
74
- }
75
- function E(e, n) {
76
- var t = e.match(/^(\.|[\w\$_]+)/);
77
- return (!t || !e.match(t[0] == "." ? /^[\w$_]/ : /^\./)) && n.tokenize.pop(), t ? t[0] == "." ? null : "variable" : n.tokenize[n.tokenize.length - 1](e, n);
78
- }
79
- function v(e, n) {
80
- for (var t = !1, i; i = e.next(); ) {
81
- if (i == "/" && t) {
82
- n.tokenize.pop();
83
- break;
84
- }
85
- t = i == "*";
86
- }
87
- return "comment";
88
- }
89
- function h(e, n) {
90
- return !e || e == "operator" || e == "->" || /[\.\[\{\(,;:]/.test(e) || e == "newstatement" || e == "keyword" || e == "proplabel" || e == "standalone" && !n;
91
- }
92
- function w(e, n, t, i, o) {
93
- this.indented = e, this.column = n, this.type = t, this.align = i, this.prev = o;
94
- }
95
- function p(e, n, t) {
96
- return e.context = new w(e.indented, n, t, null, e.context);
97
- }
98
- function u(e) {
99
- var n = e.context.type;
100
- return (n == ")" || n == "]" || n == "}") && (e.indented = e.context.indented), e.context = e.context.prev;
101
- }
102
- const T = {
103
- name: "groovy",
104
- startState: function(e) {
105
- return {
106
- tokenize: [k],
107
- context: new w(-e, 0, "top", !1),
108
- indented: 0,
109
- startOfLine: !0,
110
- lastToken: null
111
- };
112
- },
113
- token: function(e, n) {
114
- var t = n.context;
115
- if (e.sol() && (t.align == null && (t.align = !1), n.indented = e.indentation(), n.startOfLine = !0, t.type == "statement" && !h(n.lastToken, !0) && (u(n), t = n.context)), e.eatSpace()) return null;
116
- r = null;
117
- var i = n.tokenize[n.tokenize.length - 1](e, n);
118
- if (i == "comment") return i;
119
- if (t.align == null && (t.align = !0), (r == ";" || r == ":") && t.type == "statement") u(n);
120
- else if (r == "->" && t.type == "statement" && t.prev.type == "}")
121
- u(n), n.context.align = !1;
122
- else if (r == "{") p(n, e.column(), "}");
123
- else if (r == "[") p(n, e.column(), "]");
124
- else if (r == "(") p(n, e.column(), ")");
125
- else if (r == "}") {
126
- for (; t.type == "statement"; ) t = u(n);
127
- for (t.type == "}" && (t = u(n)); t.type == "statement"; ) t = u(n);
128
- } else r == t.type ? u(n) : (t.type == "}" || t.type == "top" || t.type == "statement" && r == "newstatement") && p(n, e.column(), "statement");
129
- return n.startOfLine = !1, n.lastToken = r || i, i;
130
- },
131
- indent: function(e, n, t) {
132
- if (!e.tokenize[e.tokenize.length - 1].isBase) return null;
133
- var i = n && n.charAt(0), o = e.context;
134
- o.type == "statement" && !h(e.lastToken, !0) && (o = o.prev);
135
- var l = i == o.type;
136
- return o.type == "statement" ? o.indented + (i == "{" ? 0 : t.unit) : o.align ? o.column + (l ? 0 : 1) : o.indented + (l ? 0 : t.unit);
137
- },
138
- languageData: {
139
- indentOnInput: /^\s*[{}]$/,
140
- commentTokens: { line: "//", block: { open: "/*", close: "*/" } },
141
- closeBrackets: { brackets: ["(", "[", "{", "'", '"', "'''", '"""'] }
142
- }
143
- };
144
- export {
145
- T as groovy
146
- };