@baseplate-dev/plugin-auth 0.6.15 → 0.6.17
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.
- package/CHANGELOG.md +36 -0
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
- package/dist/better-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.d.ts +9 -2
- package/dist/better-auth/generators/fastify/better-auth-module/better-auth-module.generator.js +6 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/index.d.ts +16 -2
- package/dist/better-auth/generators/fastify/better-auth-module/generated/template-renderers.d.ts +8 -1
- package/dist/better-auth/generators/fastify/better-auth-module/generated/typed-templates.d.ts +8 -1
- package/dist/better-auth/generators/fastify/better-auth-module/templates/module/services/auth.ts +5 -1
- package/dist/better-auth/generators/react/better-auth-pages/better-auth-pages.generator.d.ts +7 -14
- package/dist/better-auth/generators/react/better-auth-pages/generated/index.d.ts +42 -84
- package/dist/better-auth/generators/react/better-auth-pages/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/generators/react/better-auth-pages/generated/typed-templates.d.ts +70 -140
- package/dist/better-auth/generators/react/react-better-auth/generated/index.d.ts +14 -28
- package/dist/better-auth/generators/react/react-better-auth/generated/template-renderers.d.ts +7 -14
- package/dist/better-auth/generators/react/react-better-auth/generated/typed-templates.d.ts +7 -14
- package/dist/better-auth/generators/react/react-better-auth/react-better-auth.generator.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/admin-crud-manage-roles-action.generator.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/index.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-manage-roles-action/generated/typed-templates.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/admin-crud-reset-password-action.generator.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/index.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/admin/generators/admin-crud-reset-password-action/generated/typed-templates.d.ts +14 -28
- package/dist/local-auth/admin/generators/admin-crud-roles-column/admin-crud-roles-column.generator.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +6 -3
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +2 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +6 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +2 -2
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +6 -3
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +6 -3
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +7 -2
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +3 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +18 -3
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +6 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +14 -3
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js +18 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.ts +18 -16
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js +6 -6
- package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.ts +6 -6
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +42 -84
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +63 -126
- package/dist/local-auth/core/generators/react-session/generated/index.d.ts +14 -28
- package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +7 -14
- package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +14 -28
- package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +7 -14
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.d.ts +1 -1
- package/dist/placeholder-auth/core/generators/placeholder-auth-module/placeholder-auth-module.generator.js +3 -1
- package/dist/web/assets/{_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-D2O_GHnM.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-ChkXxpXe.js} +24 -24
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-DPxqayXr.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-CO5Pvo0y.js} +6 -5
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-DGL7vJhO.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-37vlYRxk.js} +2 -2
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-IL2CfUDN.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DRSNXPPo.js} +11120 -4828
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-olZgW088.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.js} +4179 -2900
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js} +2 -3
- package/dist/web/assets/arduino-BXtgMpyb.js +21 -0
- package/dist/web/assets/auth-BxAE0rgh.js +1 -0
- package/dist/web/assets/bash-Zh_IyzBN.js +192 -0
- package/dist/web/assets/basic-3mvohyEL.js +28 -0
- package/dist/web/assets/c-6gdx-Hqg.js +74 -0
- package/dist/web/assets/clike-Ds9lUsCq.js +41 -0
- package/dist/web/assets/{common-2qsch56z.js → common-ByxS61u8.js} +8 -6
- package/dist/web/assets/{common-D-CUPN3f.js → common-CKl_XlvH.js} +3 -3
- package/dist/web/assets/{common-BJslFOaI.js → common-TDf_PrjX.js} +3 -3
- package/dist/web/assets/{common-2sTWj7X2.js → common-UpVCKZeW.js} +8 -6
- package/dist/web/assets/{common-DtVPzGI9.js → common-crSwCD36.js} +3 -3
- package/dist/web/assets/{common-BY8yEk1M.js → common-iHaemino.js} +3 -3
- package/dist/web/assets/cpp-DRYAY5P6.js +82 -0
- package/dist/web/assets/csharp-RJBSoHJ6.js +301 -0
- package/dist/web/assets/css-D7TbgetL.js +70 -0
- package/dist/web/assets/diff-CtSa_15w.js +54 -0
- package/dist/web/assets/{dist-SBfmsOB2.js → dist-CrLSslv6.js} +2 -2
- package/dist/web/assets/{dist-DiQ4J8N0.js → dist-DY7ZXvq4.js} +1408 -916
- package/dist/web/assets/{get-auth-plugin-definition-gCzcUybB.js → get-auth-plugin-definition-kDCtXq_6.js} +2 -2
- package/dist/web/assets/go-D9nlw8GJ.js +36 -0
- package/dist/web/assets/{hostInit-BPDI3Q4j.js → hostInit-Cruek6c6.js} +2 -2
- package/dist/web/assets/ini-CU-wHLTy.js +51 -0
- package/dist/web/assets/java-Asfw0WtJ.js +116 -0
- package/dist/web/assets/javascript-fpnGEVws.js +124 -0
- package/dist/web/assets/json-DN8T4yFI.js +38 -0
- package/dist/web/assets/kotlin-zNWfDPVY.js +83 -0
- package/dist/web/assets/less-ZXX1tgaG.js +42 -0
- package/dist/web/assets/lua-D9bD4wrb.js +28 -0
- package/dist/web/assets/makefile-CKoRpler.js +40 -0
- package/dist/web/assets/markdown-ewV-vLcZ.js +278 -0
- package/dist/web/assets/markup-D2krQlDZ.js +176 -0
- package/dist/web/assets/markup-templating-c_XBo6vX.js +94 -0
- package/dist/web/assets/mf-entry-bootstrap-0-dfed0275.js +35 -0
- package/dist/web/assets/mf-entry-bootstrap-1-5275674a.js +35 -0
- package/dist/web/assets/{mf-entry-bootstrap-0-b337c957.js → mf-entry-bootstrap-2-39fb9255.js} +2 -2
- package/dist/web/assets/mf-entry-bootstrap-3-49e64336.js +35 -0
- package/dist/web/assets/{model-utils-BoeoBppL.js → model-utils-C0WDb_Ec.js} +269 -26
- package/dist/web/assets/{models-Bb8Sa9xa.js → models-BZmCbizK.js} +3 -3
- package/dist/web/assets/{models-CExR9mVk.js → models-DSvs_3bA.js} +3 -3
- package/dist/web/assets/objectivec-PkUOhxeb.js +25 -0
- package/dist/web/assets/perl-Cul_ma_h.js +92 -0
- package/dist/web/assets/php-CfWLJZIj.js +298 -0
- package/dist/web/assets/{plugin-definition-BSgRuyCf.js → plugin-definition-CYj29S3q.js} +3 -3
- package/dist/web/assets/{plugin-definition-DoLu-enC.js → plugin-definition-DOMmPL2Z.js} +3 -3
- package/dist/web/assets/python-CURlmZ7M.js +73 -0
- package/dist/web/assets/r-8lr7pbGm.js +30 -0
- package/dist/web/assets/regex-CxQ7DXCx.js +96 -0
- package/dist/web/assets/{rolldown-runtime-FZ4Itg2g.js → rolldown-runtime-7_rZTKki.js} +1 -1
- package/dist/web/assets/ruby-BlM93DKO.js +175 -0
- package/dist/web/assets/rust-CpZXpaj0.js +107 -0
- package/dist/web/assets/sass-DG0YAnL7.js +65 -0
- package/dist/web/assets/scss-BDRIqhak.js +70 -0
- package/dist/web/assets/sql-C-bL8_gT.js +40 -0
- package/dist/web/assets/{styles-Cc26Bbxc.css → styles-DIj1cIPB.css} +119 -1
- package/dist/web/assets/{styles-DWNihayS.js → styles-yjbHBTlw.js} +8 -8
- package/dist/web/assets/swift-rQ52kfab.js +107 -0
- package/dist/web/assets/typescript-C5BVqltI.js +57 -0
- package/dist/web/assets/vbnet-_PL7-T9d.js +32 -0
- package/dist/web/assets/{virtualExposes-ZQ3-2Iup.js → virtualExposes-CbPBmicF.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-joyeTHHj.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-XM6iYVxf.js} +5 -5
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-Cxtxsg7w.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-DGjg7Brm.js} +15 -15
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-BzJkYZS3.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-B6BXIeF1.js} +15 -15
- package/dist/web/assets/{vite-preload-helper-iIio8xkS.js → vite-preload-helper-ARKYL6bp.js} +5 -1
- package/dist/web/assets/{web-pdVFZ-id.js → web-1eTcxMhf.js} +3 -3
- package/dist/web/assets/{web-sVeHdqQo.js → web-CDAKPPK9.js} +13 -13
- package/dist/web/assets/{web-CbftiK5A.js → web-CXAHKjIY.js} +19 -19
- package/dist/web/assets/{web-DUQ-iyMI.js → web-D0MSKfyv.js} +31 -30
- package/dist/web/assets/{web-BbZNg5Ko.js → web-DbeAaDTV.js} +16 -16
- package/dist/web/assets/{web-QvGnMr85.js → web-VqBA3jxZ.js} +13 -13
- package/dist/web/assets/{web-BWF6Fc7g.js → web-miDovYk_.js} +3 -3
- package/dist/web/assets/workerBundle-BjsY-uXx.js +10 -0
- package/dist/web/assets/yaml-C9m3vuV5.js +90 -0
- package/dist/web/index.html +5 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +2 -2
- package/package.json +38 -41
- package/dist/web/assets/auth-BA-e6ORB.js +0 -1
- package/dist/web/assets/index-BocHdii2.js +0 -2
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { t as clike } from "./clike-Ds9lUsCq.js";
|
|
2
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/ruby.js
|
|
3
|
+
/**
|
|
4
|
+
* @import {Refractor} from '../lib/core.js'
|
|
5
|
+
*/
|
|
6
|
+
ruby.displayName = "ruby";
|
|
7
|
+
ruby.aliases = ["rb"];
|
|
8
|
+
/** @param {Refractor} Prism */
|
|
9
|
+
function ruby(Prism) {
|
|
10
|
+
Prism.register(clike);
|
|
11
|
+
(function(Prism) {
|
|
12
|
+
Prism.languages.ruby = Prism.languages.extend("clike", {
|
|
13
|
+
comment: {
|
|
14
|
+
pattern: /#.*|^=begin\s[\s\S]*?^=end/m,
|
|
15
|
+
greedy: true
|
|
16
|
+
},
|
|
17
|
+
"class-name": {
|
|
18
|
+
pattern: /(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,
|
|
19
|
+
lookbehind: true,
|
|
20
|
+
inside: { punctuation: /[.\\]/ }
|
|
21
|
+
},
|
|
22
|
+
keyword: /\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,
|
|
23
|
+
operator: /\.{2,3}|&\.|===|<?=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,
|
|
24
|
+
punctuation: /[(){}[\].,;]/
|
|
25
|
+
});
|
|
26
|
+
Prism.languages.insertBefore("ruby", "operator", { "double-colon": {
|
|
27
|
+
pattern: /::/,
|
|
28
|
+
alias: "punctuation"
|
|
29
|
+
} });
|
|
30
|
+
var interpolation = {
|
|
31
|
+
pattern: /((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,
|
|
32
|
+
lookbehind: true,
|
|
33
|
+
inside: {
|
|
34
|
+
content: {
|
|
35
|
+
pattern: /^(#\{)[\s\S]+(?=\}$)/,
|
|
36
|
+
lookbehind: true,
|
|
37
|
+
inside: Prism.languages.ruby
|
|
38
|
+
},
|
|
39
|
+
delimiter: {
|
|
40
|
+
pattern: /^#\{|\}$/,
|
|
41
|
+
alias: "punctuation"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
delete Prism.languages.ruby.function;
|
|
46
|
+
var percentExpression = "(?:" + [
|
|
47
|
+
/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,
|
|
48
|
+
/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,
|
|
49
|
+
/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,
|
|
50
|
+
/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,
|
|
51
|
+
/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source
|
|
52
|
+
].join("|") + ")";
|
|
53
|
+
var symbolName = /(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;
|
|
54
|
+
Prism.languages.insertBefore("ruby", "keyword", {
|
|
55
|
+
"regex-literal": [{
|
|
56
|
+
pattern: RegExp(/%r/.source + percentExpression + /[egimnosux]{0,6}/.source),
|
|
57
|
+
greedy: true,
|
|
58
|
+
inside: {
|
|
59
|
+
interpolation,
|
|
60
|
+
regex: /[\s\S]+/
|
|
61
|
+
}
|
|
62
|
+
}, {
|
|
63
|
+
pattern: /(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,
|
|
64
|
+
lookbehind: true,
|
|
65
|
+
greedy: true,
|
|
66
|
+
inside: {
|
|
67
|
+
interpolation,
|
|
68
|
+
regex: /[\s\S]+/
|
|
69
|
+
}
|
|
70
|
+
}],
|
|
71
|
+
variable: /[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,
|
|
72
|
+
symbol: [{
|
|
73
|
+
pattern: RegExp(/(^|[^:]):/.source + symbolName),
|
|
74
|
+
lookbehind: true,
|
|
75
|
+
greedy: true
|
|
76
|
+
}, {
|
|
77
|
+
pattern: RegExp(/([\r\n{(,][ \t]*)/.source + symbolName + /(?=:(?!:))/.source),
|
|
78
|
+
lookbehind: true,
|
|
79
|
+
greedy: true
|
|
80
|
+
}],
|
|
81
|
+
"method-definition": {
|
|
82
|
+
pattern: /(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,
|
|
83
|
+
lookbehind: true,
|
|
84
|
+
inside: {
|
|
85
|
+
function: /\b\w+$/,
|
|
86
|
+
keyword: /^self\b/,
|
|
87
|
+
"class-name": /^\w+/,
|
|
88
|
+
punctuation: /\./
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
Prism.languages.insertBefore("ruby", "string", {
|
|
93
|
+
"string-literal": [
|
|
94
|
+
{
|
|
95
|
+
pattern: RegExp(/%[qQiIwWs]?/.source + percentExpression),
|
|
96
|
+
greedy: true,
|
|
97
|
+
inside: {
|
|
98
|
+
interpolation,
|
|
99
|
+
string: /[\s\S]+/
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
pattern: /("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,
|
|
104
|
+
greedy: true,
|
|
105
|
+
inside: {
|
|
106
|
+
interpolation,
|
|
107
|
+
string: /[\s\S]+/
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
pattern: /<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,
|
|
112
|
+
alias: "heredoc-string",
|
|
113
|
+
greedy: true,
|
|
114
|
+
inside: {
|
|
115
|
+
delimiter: {
|
|
116
|
+
pattern: /^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,
|
|
117
|
+
inside: {
|
|
118
|
+
symbol: /\b\w+/,
|
|
119
|
+
punctuation: /^<<[-~]?/
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
interpolation,
|
|
123
|
+
string: /[\s\S]+/
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
pattern: /<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,
|
|
128
|
+
alias: "heredoc-string",
|
|
129
|
+
greedy: true,
|
|
130
|
+
inside: {
|
|
131
|
+
delimiter: {
|
|
132
|
+
pattern: /^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,
|
|
133
|
+
inside: {
|
|
134
|
+
symbol: /\b\w+/,
|
|
135
|
+
punctuation: /^<<[-~]?'|'$/
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
string: /[\s\S]+/
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"command-literal": [{
|
|
143
|
+
pattern: RegExp(/%x/.source + percentExpression),
|
|
144
|
+
greedy: true,
|
|
145
|
+
inside: {
|
|
146
|
+
interpolation,
|
|
147
|
+
command: {
|
|
148
|
+
pattern: /[\s\S]+/,
|
|
149
|
+
alias: "string"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}, {
|
|
153
|
+
pattern: /`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,
|
|
154
|
+
greedy: true,
|
|
155
|
+
inside: {
|
|
156
|
+
interpolation,
|
|
157
|
+
command: {
|
|
158
|
+
pattern: /[\s\S]+/,
|
|
159
|
+
alias: "string"
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}]
|
|
163
|
+
});
|
|
164
|
+
delete Prism.languages.ruby.string;
|
|
165
|
+
Prism.languages.insertBefore("ruby", "number", {
|
|
166
|
+
builtin: /\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,
|
|
167
|
+
constant: /\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/
|
|
168
|
+
});
|
|
169
|
+
Prism.languages.rb = Prism.languages.ruby;
|
|
170
|
+
})(Prism);
|
|
171
|
+
}
|
|
172
|
+
//#endregion
|
|
173
|
+
export { ruby as default };
|
|
174
|
+
|
|
175
|
+
//# sourceMappingURL=ruby-BlM93DKO.js.map
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/rust.js
|
|
2
|
+
/**
|
|
3
|
+
* @import {Refractor} from '../lib/core.js'
|
|
4
|
+
*/
|
|
5
|
+
rust.displayName = "rust";
|
|
6
|
+
rust.aliases = [];
|
|
7
|
+
/** @param {Refractor} Prism */
|
|
8
|
+
function rust(Prism) {
|
|
9
|
+
(function(Prism) {
|
|
10
|
+
var multilineComment = /\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source;
|
|
11
|
+
for (var i = 0; i < 2; i++) multilineComment = multilineComment.replace(/<self>/g, function() {
|
|
12
|
+
return multilineComment;
|
|
13
|
+
});
|
|
14
|
+
multilineComment = multilineComment.replace(/<self>/g, function() {
|
|
15
|
+
return /[^\s\S]/.source;
|
|
16
|
+
});
|
|
17
|
+
Prism.languages.rust = {
|
|
18
|
+
comment: [{
|
|
19
|
+
pattern: RegExp(/(^|[^\\])/.source + multilineComment),
|
|
20
|
+
lookbehind: true,
|
|
21
|
+
greedy: true
|
|
22
|
+
}, {
|
|
23
|
+
pattern: /(^|[^\\:])\/\/.*/,
|
|
24
|
+
lookbehind: true,
|
|
25
|
+
greedy: true
|
|
26
|
+
}],
|
|
27
|
+
string: {
|
|
28
|
+
pattern: /b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,
|
|
29
|
+
greedy: true
|
|
30
|
+
},
|
|
31
|
+
char: {
|
|
32
|
+
pattern: /b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,
|
|
33
|
+
greedy: true
|
|
34
|
+
},
|
|
35
|
+
attribute: {
|
|
36
|
+
pattern: /#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,
|
|
37
|
+
greedy: true,
|
|
38
|
+
alias: "attr-name",
|
|
39
|
+
inside: { string: null }
|
|
40
|
+
},
|
|
41
|
+
"closure-params": {
|
|
42
|
+
pattern: /([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,
|
|
43
|
+
lookbehind: true,
|
|
44
|
+
greedy: true,
|
|
45
|
+
inside: {
|
|
46
|
+
"closure-punctuation": {
|
|
47
|
+
pattern: /^\||\|$/,
|
|
48
|
+
alias: "punctuation"
|
|
49
|
+
},
|
|
50
|
+
rest: null
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"lifetime-annotation": {
|
|
54
|
+
pattern: /'\w+/,
|
|
55
|
+
alias: "symbol"
|
|
56
|
+
},
|
|
57
|
+
"fragment-specifier": {
|
|
58
|
+
pattern: /(\$\w+:)[a-z]+/,
|
|
59
|
+
lookbehind: true,
|
|
60
|
+
alias: "punctuation"
|
|
61
|
+
},
|
|
62
|
+
variable: /\$\w+/,
|
|
63
|
+
"function-definition": {
|
|
64
|
+
pattern: /(\bfn\s+)\w+/,
|
|
65
|
+
lookbehind: true,
|
|
66
|
+
alias: "function"
|
|
67
|
+
},
|
|
68
|
+
"type-definition": {
|
|
69
|
+
pattern: /(\b(?:enum|struct|trait|type|union)\s+)\w+/,
|
|
70
|
+
lookbehind: true,
|
|
71
|
+
alias: "class-name"
|
|
72
|
+
},
|
|
73
|
+
"module-declaration": [{
|
|
74
|
+
pattern: /(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,
|
|
75
|
+
lookbehind: true,
|
|
76
|
+
alias: "namespace"
|
|
77
|
+
}, {
|
|
78
|
+
pattern: /(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,
|
|
79
|
+
lookbehind: true,
|
|
80
|
+
alias: "namespace",
|
|
81
|
+
inside: { punctuation: /::/ }
|
|
82
|
+
}],
|
|
83
|
+
keyword: [/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/, /\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],
|
|
84
|
+
function: /\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,
|
|
85
|
+
macro: {
|
|
86
|
+
pattern: /\b\w+!/,
|
|
87
|
+
alias: "property"
|
|
88
|
+
},
|
|
89
|
+
constant: /\b[A-Z_][A-Z_\d]+\b/,
|
|
90
|
+
"class-name": /\b[A-Z]\w*\b/,
|
|
91
|
+
namespace: {
|
|
92
|
+
pattern: /(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,
|
|
93
|
+
inside: { punctuation: /::/ }
|
|
94
|
+
},
|
|
95
|
+
number: /\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,
|
|
96
|
+
boolean: /\b(?:false|true)\b/,
|
|
97
|
+
punctuation: /->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,
|
|
98
|
+
operator: /[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/
|
|
99
|
+
};
|
|
100
|
+
Prism.languages.rust["closure-params"].inside.rest = Prism.languages.rust;
|
|
101
|
+
Prism.languages.rust["attribute"].inside["string"] = Prism.languages.rust["string"];
|
|
102
|
+
})(Prism);
|
|
103
|
+
}
|
|
104
|
+
//#endregion
|
|
105
|
+
export { rust as default };
|
|
106
|
+
|
|
107
|
+
//# sourceMappingURL=rust-CpZXpaj0.js.map
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import css from "./css-D7TbgetL.js";
|
|
2
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/sass.js
|
|
3
|
+
/**
|
|
4
|
+
* @import {Refractor} from '../lib/core.js'
|
|
5
|
+
*/
|
|
6
|
+
sass.displayName = "sass";
|
|
7
|
+
sass.aliases = [];
|
|
8
|
+
/** @param {Refractor} Prism */
|
|
9
|
+
function sass(Prism) {
|
|
10
|
+
Prism.register(css);
|
|
11
|
+
(function(Prism) {
|
|
12
|
+
Prism.languages.sass = Prism.languages.extend("css", { comment: {
|
|
13
|
+
pattern: /^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,
|
|
14
|
+
lookbehind: true,
|
|
15
|
+
greedy: true
|
|
16
|
+
} });
|
|
17
|
+
Prism.languages.insertBefore("sass", "atrule", { "atrule-line": {
|
|
18
|
+
pattern: /^(?:[ \t]*)[@+=].+/m,
|
|
19
|
+
greedy: true,
|
|
20
|
+
inside: { atrule: /(?:@[\w-]+|[+=])/ }
|
|
21
|
+
} });
|
|
22
|
+
delete Prism.languages.sass.atrule;
|
|
23
|
+
var variable = /\$[-\w]+|#\{\$[-\w]+\}/;
|
|
24
|
+
var operator = [/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/, {
|
|
25
|
+
pattern: /(\s)-(?=\s)/,
|
|
26
|
+
lookbehind: true
|
|
27
|
+
}];
|
|
28
|
+
Prism.languages.insertBefore("sass", "property", {
|
|
29
|
+
"variable-line": {
|
|
30
|
+
pattern: /^[ \t]*\$.+/m,
|
|
31
|
+
greedy: true,
|
|
32
|
+
inside: {
|
|
33
|
+
punctuation: /:/,
|
|
34
|
+
variable,
|
|
35
|
+
operator
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"property-line": {
|
|
39
|
+
pattern: /^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,
|
|
40
|
+
greedy: true,
|
|
41
|
+
inside: {
|
|
42
|
+
property: [/[^:\s]+(?=\s*:)/, {
|
|
43
|
+
pattern: /(:)[^:\s]+/,
|
|
44
|
+
lookbehind: true
|
|
45
|
+
}],
|
|
46
|
+
punctuation: /:/,
|
|
47
|
+
variable,
|
|
48
|
+
operator,
|
|
49
|
+
important: Prism.languages.sass.important
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
delete Prism.languages.sass.property;
|
|
54
|
+
delete Prism.languages.sass.important;
|
|
55
|
+
Prism.languages.insertBefore("sass", "punctuation", { selector: {
|
|
56
|
+
pattern: /^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,
|
|
57
|
+
lookbehind: true,
|
|
58
|
+
greedy: true
|
|
59
|
+
} });
|
|
60
|
+
})(Prism);
|
|
61
|
+
}
|
|
62
|
+
//#endregion
|
|
63
|
+
export { sass as default };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=sass-DG0YAnL7.js.map
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import css from "./css-D7TbgetL.js";
|
|
2
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/scss.js
|
|
3
|
+
/**
|
|
4
|
+
* @import {Refractor} from '../lib/core.js'
|
|
5
|
+
*/
|
|
6
|
+
scss.displayName = "scss";
|
|
7
|
+
scss.aliases = [];
|
|
8
|
+
/** @param {Refractor} Prism */
|
|
9
|
+
function scss(Prism) {
|
|
10
|
+
Prism.register(css);
|
|
11
|
+
Prism.languages.scss = Prism.languages.extend("css", {
|
|
12
|
+
comment: {
|
|
13
|
+
pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,
|
|
14
|
+
lookbehind: true
|
|
15
|
+
},
|
|
16
|
+
atrule: {
|
|
17
|
+
pattern: /@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,
|
|
18
|
+
inside: { rule: /@[\w-]+/ }
|
|
19
|
+
},
|
|
20
|
+
url: /(?:[-a-z]+-)?url(?=\()/i,
|
|
21
|
+
selector: {
|
|
22
|
+
pattern: /(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,
|
|
23
|
+
inside: {
|
|
24
|
+
parent: {
|
|
25
|
+
pattern: /&/,
|
|
26
|
+
alias: "important"
|
|
27
|
+
},
|
|
28
|
+
placeholder: /%[-\w]+/,
|
|
29
|
+
variable: /\$[-\w]+|#\{\$[-\w]+\}/
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
property: {
|
|
33
|
+
pattern: /(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,
|
|
34
|
+
inside: { variable: /\$[-\w]+|#\{\$[-\w]+\}/ }
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
Prism.languages.insertBefore("scss", "atrule", { keyword: [/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i, {
|
|
38
|
+
pattern: /( )(?:from|through)(?= )/,
|
|
39
|
+
lookbehind: true
|
|
40
|
+
}] });
|
|
41
|
+
Prism.languages.insertBefore("scss", "important", { variable: /\$[-\w]+|#\{\$[-\w]+\}/ });
|
|
42
|
+
Prism.languages.insertBefore("scss", "function", {
|
|
43
|
+
"module-modifier": {
|
|
44
|
+
pattern: /\b(?:as|hide|show|with)\b/i,
|
|
45
|
+
alias: "keyword"
|
|
46
|
+
},
|
|
47
|
+
placeholder: {
|
|
48
|
+
pattern: /%[-\w]+/,
|
|
49
|
+
alias: "selector"
|
|
50
|
+
},
|
|
51
|
+
statement: {
|
|
52
|
+
pattern: /\B!(?:default|optional)\b/i,
|
|
53
|
+
alias: "keyword"
|
|
54
|
+
},
|
|
55
|
+
boolean: /\b(?:false|true)\b/,
|
|
56
|
+
null: {
|
|
57
|
+
pattern: /\bnull\b/,
|
|
58
|
+
alias: "keyword"
|
|
59
|
+
},
|
|
60
|
+
operator: {
|
|
61
|
+
pattern: /(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,
|
|
62
|
+
lookbehind: true
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
Prism.languages.scss["atrule"].inside.rest = Prism.languages.scss;
|
|
66
|
+
}
|
|
67
|
+
//#endregion
|
|
68
|
+
export { scss as default };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=scss-BDRIqhak.js.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/sql.js
|
|
2
|
+
/**
|
|
3
|
+
* @import {Refractor} from '../lib/core.js'
|
|
4
|
+
*/
|
|
5
|
+
sql.displayName = "sql";
|
|
6
|
+
sql.aliases = [];
|
|
7
|
+
/** @param {Refractor} Prism */
|
|
8
|
+
function sql(Prism) {
|
|
9
|
+
Prism.languages.sql = {
|
|
10
|
+
comment: {
|
|
11
|
+
pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,
|
|
12
|
+
lookbehind: true
|
|
13
|
+
},
|
|
14
|
+
variable: [{
|
|
15
|
+
pattern: /@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,
|
|
16
|
+
greedy: true
|
|
17
|
+
}, /@[\w.$]+/],
|
|
18
|
+
string: {
|
|
19
|
+
pattern: /(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,
|
|
20
|
+
greedy: true,
|
|
21
|
+
lookbehind: true
|
|
22
|
+
},
|
|
23
|
+
identifier: {
|
|
24
|
+
pattern: /(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,
|
|
25
|
+
greedy: true,
|
|
26
|
+
lookbehind: true,
|
|
27
|
+
inside: { punctuation: /^`|`$/ }
|
|
28
|
+
},
|
|
29
|
+
function: /\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,
|
|
30
|
+
keyword: /\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,
|
|
31
|
+
boolean: /\b(?:FALSE|NULL|TRUE)\b/i,
|
|
32
|
+
number: /\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,
|
|
33
|
+
operator: /[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,
|
|
34
|
+
punctuation: /[;[\]()`,.]/
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
//#endregion
|
|
38
|
+
export { sql as default };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=sql-C-bL8_gT.js.map
|
|
@@ -1,9 +1,26 @@
|
|
|
1
|
-
/*! tailwindcss v4.3.
|
|
1
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
5
5
|
--tw-space-y-reverse: 0;
|
|
6
6
|
--tw-font-weight: initial;
|
|
7
|
+
--tw-animation-delay: 0s;
|
|
8
|
+
--tw-animation-direction: normal;
|
|
9
|
+
--tw-animation-duration: initial;
|
|
10
|
+
--tw-animation-fill-mode: none;
|
|
11
|
+
--tw-animation-iteration-count: 1;
|
|
12
|
+
--tw-enter-blur: 0;
|
|
13
|
+
--tw-enter-opacity: 1;
|
|
14
|
+
--tw-enter-rotate: 0;
|
|
15
|
+
--tw-enter-scale: 1;
|
|
16
|
+
--tw-enter-translate-x: 0;
|
|
17
|
+
--tw-enter-translate-y: 0;
|
|
18
|
+
--tw-exit-blur: 0;
|
|
19
|
+
--tw-exit-opacity: 1;
|
|
20
|
+
--tw-exit-rotate: 0;
|
|
21
|
+
--tw-exit-scale: 1;
|
|
22
|
+
--tw-exit-translate-x: 0;
|
|
23
|
+
--tw-exit-translate-y: 0;
|
|
7
24
|
}
|
|
8
25
|
}
|
|
9
26
|
}
|
|
@@ -108,6 +125,107 @@
|
|
|
108
125
|
}
|
|
109
126
|
}
|
|
110
127
|
|
|
128
|
+
@property --tw-animation-delay {
|
|
129
|
+
syntax: "*";
|
|
130
|
+
inherits: false;
|
|
131
|
+
initial-value: 0s;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@property --tw-animation-direction {
|
|
135
|
+
syntax: "*";
|
|
136
|
+
inherits: false;
|
|
137
|
+
initial-value: normal;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@property --tw-animation-duration {
|
|
141
|
+
syntax: "*";
|
|
142
|
+
inherits: false
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@property --tw-animation-fill-mode {
|
|
146
|
+
syntax: "*";
|
|
147
|
+
inherits: false;
|
|
148
|
+
initial-value: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@property --tw-animation-iteration-count {
|
|
152
|
+
syntax: "*";
|
|
153
|
+
inherits: false;
|
|
154
|
+
initial-value: 1;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@property --tw-enter-blur {
|
|
158
|
+
syntax: "*";
|
|
159
|
+
inherits: false;
|
|
160
|
+
initial-value: 0;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
@property --tw-enter-opacity {
|
|
164
|
+
syntax: "*";
|
|
165
|
+
inherits: false;
|
|
166
|
+
initial-value: 1;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
@property --tw-enter-rotate {
|
|
170
|
+
syntax: "*";
|
|
171
|
+
inherits: false;
|
|
172
|
+
initial-value: 0;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
@property --tw-enter-scale {
|
|
176
|
+
syntax: "*";
|
|
177
|
+
inherits: false;
|
|
178
|
+
initial-value: 1;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@property --tw-enter-translate-x {
|
|
182
|
+
syntax: "*";
|
|
183
|
+
inherits: false;
|
|
184
|
+
initial-value: 0;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
@property --tw-enter-translate-y {
|
|
188
|
+
syntax: "*";
|
|
189
|
+
inherits: false;
|
|
190
|
+
initial-value: 0;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@property --tw-exit-blur {
|
|
194
|
+
syntax: "*";
|
|
195
|
+
inherits: false;
|
|
196
|
+
initial-value: 0;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
@property --tw-exit-opacity {
|
|
200
|
+
syntax: "*";
|
|
201
|
+
inherits: false;
|
|
202
|
+
initial-value: 1;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
@property --tw-exit-rotate {
|
|
206
|
+
syntax: "*";
|
|
207
|
+
inherits: false;
|
|
208
|
+
initial-value: 0;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
@property --tw-exit-scale {
|
|
212
|
+
syntax: "*";
|
|
213
|
+
inherits: false;
|
|
214
|
+
initial-value: 1;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
@property --tw-exit-translate-x {
|
|
218
|
+
syntax: "*";
|
|
219
|
+
inherits: false;
|
|
220
|
+
initial-value: 0;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
@property --tw-exit-translate-y {
|
|
224
|
+
syntax: "*";
|
|
225
|
+
inherits: false;
|
|
226
|
+
initial-value: 0;
|
|
227
|
+
}
|
|
228
|
+
|
|
111
229
|
@property --tw-space-y-reverse {
|
|
112
230
|
syntax: "*";
|
|
113
231
|
inherits: false;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { a as parseAsync, i as parse, o as $ZodError } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-
|
|
4
|
-
import { f as __mf_26 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-
|
|
5
|
-
import { i as __mf_25 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-
|
|
1
|
+
import { $ as __mf_2, B as appendErrors, H as set, Q as __mf_1, V as get, c as __mf_157, s as __mf_156 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-DRSNXPPo.js";
|
|
2
|
+
import { t as __mf_13 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-DfiQqvVC.js";
|
|
3
|
+
import { a as parseAsync, i as parse, o as $ZodError } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-BEZ7A-cz.js";
|
|
4
|
+
import { f as __mf_26 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib__loadShare__.js-CO5Pvo0y.js";
|
|
5
|
+
import { i as __mf_25 } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_project_mf_2_builder_mf_2_lib_mf_1_web__loadShare__.js-37vlYRxk.js";
|
|
6
6
|
//#region ../../node_modules/.pnpm/@hookform+resolvers@5.2.2_react-hook-form@7.71.1/node_modules/@hookform/resolvers/dist/resolvers.mjs
|
|
7
7
|
var r = (t, r, o) => {
|
|
8
8
|
if (t && "reportValidity" in t) {
|
|
@@ -156,14 +156,14 @@ function AuthConfigTabs() {
|
|
|
156
156
|
const authImplementationPlugin = schemaParserContext.pluginStore.availablePlugins.find((p) => p.metadata.key === implementationPluginKey);
|
|
157
157
|
if (!authImplementationPlugin) return null;
|
|
158
158
|
return /* @__PURE__ */ __mf_2(__mf_156, { children: [/* @__PURE__ */ __mf_1(__mf_157, {
|
|
159
|
-
render: /* @__PURE__ */ __mf_1(
|
|
159
|
+
render: /* @__PURE__ */ __mf_1(__mf_13, {
|
|
160
160
|
to: "/plugins/edit/$key",
|
|
161
161
|
params: { key: authPlugin.metadata.key },
|
|
162
162
|
activeOptions: { exact: true }
|
|
163
163
|
}),
|
|
164
164
|
children: "Auth"
|
|
165
165
|
}), /* @__PURE__ */ __mf_1(__mf_157, {
|
|
166
|
-
render: /* @__PURE__ */ __mf_1(
|
|
166
|
+
render: /* @__PURE__ */ __mf_1(__mf_13, {
|
|
167
167
|
to: `/plugins/edit/${authImplementationPlugin.metadata.key}`,
|
|
168
168
|
activeOptions: { exact: true }
|
|
169
169
|
}),
|
|
@@ -173,4 +173,4 @@ function AuthConfigTabs() {
|
|
|
173
173
|
//#endregion
|
|
174
174
|
export { a as n, AuthConfigTabs as t };
|
|
175
175
|
|
|
176
|
-
//# sourceMappingURL=styles-
|
|
176
|
+
//# sourceMappingURL=styles-yjbHBTlw.js.map
|