@baseplate-dev/plugin-auth 0.6.14 → 0.6.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist/auth/core/components/auth-definition-editor.js +3 -0
- package/dist/auth/core/components/role-editor-form/role-editor-form.js +2 -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/fastify/seed-initial-user/seed-initial-user.generator.js +4 -0
- package/dist/better-auth/generators/fastify/seed-initial-user/templates/src/prisma/seed-initial-user.ts +3 -2
- 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-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 +8 -5
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +8 -8
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +10 -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 +27 -3
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +9 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +20 -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/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +4 -0
- package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +2 -1
- package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +3 -1
- 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-3sV-KVGF.js → _virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-04_7KkB1.js} +15 -15
- 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-0m3QgjSy.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-BfSk5vRC.js} +5 -4
- 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-QrOyqu9V.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-DZIcwf2B.js} +1 -1
- 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-BTSgZGcl.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_baseplate_mf_2_dev_mf_1_ui_mf_2_components__loadShare__.js-CXGct_48.js} +10053 -3750
- package/dist/web/assets/{_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-CJ027_El.js → _virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare___mf_0_tanstack_mf_1_react_mf_2_router__loadShare__.js-Ci5_qYaj.js} +3823 -2545
- package/dist/web/assets/arduino-BP2nYunF.js +21 -0
- package/dist/web/assets/auth-8qJtXAgU.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-C7Ey31hW.js +74 -0
- package/dist/web/assets/clike-D9YNFwtw.js +41 -0
- package/dist/web/assets/{common-Aq-HXybV.js → common-23-wvKrM.js} +5 -5
- package/dist/web/assets/{common-7-ZtKO5B.js → common-B-NI9TR-.js} +2 -2
- package/dist/web/assets/{common-CDrUdhRf.js → common-BBriDRRy.js} +3 -3
- package/dist/web/assets/{common-BPbNs2A1.js → common-BvU-7KsV.js} +5 -5
- package/dist/web/assets/{common-B_XZ3l9w.js → common-DBBUvtGu.js} +2 -2
- package/dist/web/assets/{common-B8N9gx2s.js → common-eFh2vwGb.js} +3 -3
- package/dist/web/assets/cpp-_RjA_yNA.js +82 -0
- package/dist/web/assets/csharp-0LZzOc6Q.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-D3CkiDKT.js → dist-BjxypexQ.js} +1672 -992
- package/dist/web/assets/{get-auth-plugin-definition-D3ocnNxw.js → get-auth-plugin-definition-x8oAsN1R.js} +2 -2
- package/dist/web/assets/go-CzER04EZ.js +36 -0
- package/dist/web/assets/{hostInit-D3RxwboF.js → hostInit-Bay0Y9UX.js} +1 -1
- package/dist/web/assets/{index-CozZxQl1.js → index-qso1IsKy.js} +2 -2
- package/dist/web/assets/ini-CU-wHLTy.js +51 -0
- package/dist/web/assets/java-HAvRESj1.js +116 -0
- package/dist/web/assets/javascript-BVAr0eZH.js +124 -0
- package/dist/web/assets/json-DN8T4yFI.js +38 -0
- package/dist/web/assets/kotlin-DkCMjTKK.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-_2_uVr2L.js +278 -0
- package/dist/web/assets/markup-BVZ8HhdW.js +176 -0
- package/dist/web/assets/markup-templating-BDIRuVJH.js +94 -0
- package/dist/web/assets/{mf-entry-bootstrap-0-069a3ab2.js → mf-entry-bootstrap-0-659c976f.js} +2 -2
- package/dist/web/assets/{model-utils-CYaLYwoX.js → model-utils-dNFTOjqi.js} +305 -27
- package/dist/web/assets/{models-BX4xFiEn.js → models-BpslIbU7.js} +2 -2
- package/dist/web/assets/{models-k-iaCft-.js → models-CKab4MTC.js} +2 -2
- package/dist/web/assets/objectivec-DPgB68It.js +25 -0
- package/dist/web/assets/perl-Cul_ma_h.js +92 -0
- package/dist/web/assets/php-JTON0zp9.js +298 -0
- package/dist/web/assets/{plugin-definition-CI1aEVGv.js → plugin-definition-8Exesd6T.js} +2 -2
- package/dist/web/assets/{plugin-definition-BI565qFo.js → plugin-definition-ChBrbazJ.js} +2 -2
- 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/ruby-BoFHz67P.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-f4jHVv0S.js → styles-Cuq4wgvD.js} +7 -7
- package/dist/web/assets/swift-rQ52kfab.js +107 -0
- package/dist/web/assets/typescript-CDkIWcT8.js +57 -0
- package/dist/web/assets/vbnet-_PL7-T9d.js +32 -0
- package/dist/web/assets/{virtualExposes-BHQhgLE-.js → virtualExposes-BwIds34r.js} +1 -1
- package/dist/web/assets/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-aH8n-Nbe.js → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BBt5f0I7.js} +3 -3
- package/dist/web/assets/{virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-I_SxfvGj.js → virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-RzPgl37a.js} +13 -13
- package/dist/web/assets/{virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-BQ0UMKSv.js → virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DM6Ir1_S.js} +13 -13
- package/dist/web/assets/{web-DCK_tLVa.js → web-BZd3bM0n.js} +6 -6
- package/dist/web/assets/{web-CkbTu31Q.js → web-BgWG7dYl.js} +10 -10
- package/dist/web/assets/{web-Dh6pUTrF.js → web-CXHw8SK7.js} +13 -13
- package/dist/web/assets/{web-Cn3uvuFs.js → web-CnB-sqCR.js} +20 -18
- package/dist/web/assets/{web-BRvS0HRS.js → web-DHv2aVpi.js} +10 -10
- package/dist/web/assets/{web-YXVJWeXy.js → web-DNrWXjpS.js} +3 -3
- package/dist/web/assets/{web-nLSlkJy_.js → web-D_H-MoGI.js} +3 -3
- package/dist/web/assets/workerBundle-GFUata9j.js +10 -0
- package/dist/web/assets/yaml-C9m3vuV5.js +90 -0
- package/dist/web/index.html +2 -2
- package/dist/web/remoteEntry.js +1 -1
- package/dist/web/remoteEntry.ssr.js +1 -1
- package/package.json +18 -17
- package/dist/web/assets/auth-D8BnFQKk.js +0 -1
|
@@ -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,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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-CXGct_48.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-Ci5_qYaj.js";
|
|
3
3
|
import { a as parseAsync, i as parse, o as $ZodError } from "./_virtual_mf___mfe_internal__plugin_mf_2_auth__loadShare__zod__loadShare__.js-Do-7VDVw.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-
|
|
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-BfSk5vRC.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-DZIcwf2B.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-Cuq4wgvD.js.map
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/swift.js
|
|
2
|
+
/**
|
|
3
|
+
* @import {Refractor} from '../lib/core.js'
|
|
4
|
+
*/
|
|
5
|
+
swift.displayName = "swift";
|
|
6
|
+
swift.aliases = [];
|
|
7
|
+
/** @param {Refractor} Prism */
|
|
8
|
+
function swift(Prism) {
|
|
9
|
+
Prism.languages.swift = {
|
|
10
|
+
comment: {
|
|
11
|
+
pattern: /(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,
|
|
12
|
+
lookbehind: true,
|
|
13
|
+
greedy: true
|
|
14
|
+
},
|
|
15
|
+
"string-literal": [{
|
|
16
|
+
pattern: RegExp(/(^|[^"#])/.source + "(?:" + /"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source + "|" + /"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source + ")" + /(?!["#])/.source),
|
|
17
|
+
lookbehind: true,
|
|
18
|
+
greedy: true,
|
|
19
|
+
inside: {
|
|
20
|
+
interpolation: {
|
|
21
|
+
pattern: /(\\\()(?:[^()]|\([^()]*\))*(?=\))/,
|
|
22
|
+
lookbehind: true,
|
|
23
|
+
inside: null
|
|
24
|
+
},
|
|
25
|
+
"interpolation-punctuation": {
|
|
26
|
+
pattern: /^\)|\\\($/,
|
|
27
|
+
alias: "punctuation"
|
|
28
|
+
},
|
|
29
|
+
punctuation: /\\(?=[\r\n])/,
|
|
30
|
+
string: /[\s\S]+/
|
|
31
|
+
}
|
|
32
|
+
}, {
|
|
33
|
+
pattern: RegExp(/(^|[^"#])(#+)/.source + "(?:" + /"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source + "|" + /"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source + ")\\2"),
|
|
34
|
+
lookbehind: true,
|
|
35
|
+
greedy: true,
|
|
36
|
+
inside: {
|
|
37
|
+
interpolation: {
|
|
38
|
+
pattern: /(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,
|
|
39
|
+
lookbehind: true,
|
|
40
|
+
inside: null
|
|
41
|
+
},
|
|
42
|
+
"interpolation-punctuation": {
|
|
43
|
+
pattern: /^\)|\\#+\($/,
|
|
44
|
+
alias: "punctuation"
|
|
45
|
+
},
|
|
46
|
+
string: /[\s\S]+/
|
|
47
|
+
}
|
|
48
|
+
}],
|
|
49
|
+
directive: {
|
|
50
|
+
pattern: RegExp(/#/.source + "(?:" + (/(?:elseif|if)\b/.source + "(?:[ ]*" + /(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source + ")+") + "|" + /(?:else|endif)\b/.source + ")"),
|
|
51
|
+
alias: "property",
|
|
52
|
+
inside: {
|
|
53
|
+
"directive-name": /^#\w+/,
|
|
54
|
+
boolean: /\b(?:false|true)\b/,
|
|
55
|
+
number: /\b\d+(?:\.\d+)*\b/,
|
|
56
|
+
operator: /!|&&|\|\||[<>]=?/,
|
|
57
|
+
punctuation: /[(),]/
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
literal: {
|
|
61
|
+
pattern: /#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,
|
|
62
|
+
alias: "constant"
|
|
63
|
+
},
|
|
64
|
+
"other-directive": {
|
|
65
|
+
pattern: /#\w+\b/,
|
|
66
|
+
alias: "property"
|
|
67
|
+
},
|
|
68
|
+
attribute: {
|
|
69
|
+
pattern: /@\w+/,
|
|
70
|
+
alias: "atrule"
|
|
71
|
+
},
|
|
72
|
+
"function-definition": {
|
|
73
|
+
pattern: /(\bfunc\s+)\w+/,
|
|
74
|
+
lookbehind: true,
|
|
75
|
+
alias: "function"
|
|
76
|
+
},
|
|
77
|
+
label: {
|
|
78
|
+
pattern: /\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,
|
|
79
|
+
lookbehind: true,
|
|
80
|
+
alias: "important"
|
|
81
|
+
},
|
|
82
|
+
keyword: /\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,
|
|
83
|
+
boolean: /\b(?:false|true)\b/,
|
|
84
|
+
nil: {
|
|
85
|
+
pattern: /\bnil\b/,
|
|
86
|
+
alias: "constant"
|
|
87
|
+
},
|
|
88
|
+
"short-argument": /\$\d+\b/,
|
|
89
|
+
omit: {
|
|
90
|
+
pattern: /\b_\b/,
|
|
91
|
+
alias: "keyword"
|
|
92
|
+
},
|
|
93
|
+
number: /\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,
|
|
94
|
+
"class-name": /\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,
|
|
95
|
+
function: /\b[a-z_]\w*(?=\s*\()/i,
|
|
96
|
+
constant: /\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,
|
|
97
|
+
operator: /[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,
|
|
98
|
+
punctuation: /[{}[\]();,.:\\]/
|
|
99
|
+
};
|
|
100
|
+
Prism.languages.swift["string-literal"].forEach(function(rule) {
|
|
101
|
+
rule.inside["interpolation"].inside = Prism.languages.swift;
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
//#endregion
|
|
105
|
+
export { swift as default };
|
|
106
|
+
|
|
107
|
+
//# sourceMappingURL=swift-rQ52kfab.js.map
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import javascript from "./javascript-BVAr0eZH.js";
|
|
2
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/typescript.js
|
|
3
|
+
/**
|
|
4
|
+
* @import {Refractor} from '../lib/core.js'
|
|
5
|
+
*/
|
|
6
|
+
typescript.displayName = "typescript";
|
|
7
|
+
typescript.aliases = ["ts"];
|
|
8
|
+
/** @param {Refractor} Prism */
|
|
9
|
+
function typescript(Prism) {
|
|
10
|
+
Prism.register(javascript);
|
|
11
|
+
(function(Prism) {
|
|
12
|
+
Prism.languages.typescript = Prism.languages.extend("javascript", {
|
|
13
|
+
"class-name": {
|
|
14
|
+
pattern: /(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,
|
|
15
|
+
lookbehind: true,
|
|
16
|
+
greedy: true,
|
|
17
|
+
inside: null
|
|
18
|
+
},
|
|
19
|
+
builtin: /\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/
|
|
20
|
+
});
|
|
21
|
+
Prism.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/, /\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/, /\btype\b(?=\s*(?:[\{*]|$))/);
|
|
22
|
+
delete Prism.languages.typescript["parameter"];
|
|
23
|
+
delete Prism.languages.typescript["literal-property"];
|
|
24
|
+
var typeInside = Prism.languages.extend("typescript", {});
|
|
25
|
+
delete typeInside["class-name"];
|
|
26
|
+
Prism.languages.typescript["class-name"].inside = typeInside;
|
|
27
|
+
Prism.languages.insertBefore("typescript", "function", {
|
|
28
|
+
decorator: {
|
|
29
|
+
pattern: /@[$\w\xA0-\uFFFF]+/,
|
|
30
|
+
inside: {
|
|
31
|
+
at: {
|
|
32
|
+
pattern: /^@/,
|
|
33
|
+
alias: "operator"
|
|
34
|
+
},
|
|
35
|
+
function: /^[\s\S]+/
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"generic-function": {
|
|
39
|
+
pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,
|
|
40
|
+
greedy: true,
|
|
41
|
+
inside: {
|
|
42
|
+
function: /^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,
|
|
43
|
+
generic: {
|
|
44
|
+
pattern: /<[\s\S]+/,
|
|
45
|
+
alias: "class-name",
|
|
46
|
+
inside: typeInside
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
Prism.languages.ts = Prism.languages.typescript;
|
|
52
|
+
})(Prism);
|
|
53
|
+
}
|
|
54
|
+
//#endregion
|
|
55
|
+
export { typescript as default };
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=typescript-CDkIWcT8.js.map
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import basic from "./basic-3mvohyEL.js";
|
|
2
|
+
//#region ../../node_modules/.pnpm/refractor@5.0.0/node_modules/refractor/lang/vbnet.js
|
|
3
|
+
/**
|
|
4
|
+
* @import {Refractor} from '../lib/core.js'
|
|
5
|
+
*/
|
|
6
|
+
vbnet.displayName = "vbnet";
|
|
7
|
+
vbnet.aliases = [];
|
|
8
|
+
/** @param {Refractor} Prism */
|
|
9
|
+
function vbnet(Prism) {
|
|
10
|
+
Prism.register(basic);
|
|
11
|
+
Prism.languages.vbnet = Prism.languages.extend("basic", {
|
|
12
|
+
comment: [{
|
|
13
|
+
pattern: /(?:!|REM\b).+/i,
|
|
14
|
+
inside: { keyword: /^REM/i }
|
|
15
|
+
}, {
|
|
16
|
+
pattern: /(^|[^\\:])'.*/,
|
|
17
|
+
lookbehind: true,
|
|
18
|
+
greedy: true
|
|
19
|
+
}],
|
|
20
|
+
string: {
|
|
21
|
+
pattern: /(^|[^"])"(?:""|[^"])*"(?!")/,
|
|
22
|
+
lookbehind: true,
|
|
23
|
+
greedy: true
|
|
24
|
+
},
|
|
25
|
+
keyword: /(?:\b(?:ADDHANDLER|ADDRESSOF|ALIAS|AND|ANDALSO|AS|BEEP|BLOAD|BOOLEAN|BSAVE|BYREF|BYTE|BYVAL|CALL(?: ABSOLUTE)?|CASE|CATCH|CBOOL|CBYTE|CCHAR|CDATE|CDBL|CDEC|CHAIN|CHAR|CHDIR|CINT|CLASS|CLEAR|CLNG|CLOSE|CLS|COBJ|COM|COMMON|CONST|CONTINUE|CSBYTE|CSHORT|CSNG|CSTR|CTYPE|CUINT|CULNG|CUSHORT|DATA|DATE|DECIMAL|DECLARE|DEF(?: FN| SEG|DBL|INT|LNG|SNG|STR)|DEFAULT|DELEGATE|DIM|DIRECTCAST|DO|DOUBLE|ELSE|ELSEIF|END|ENUM|ENVIRON|ERASE|ERROR|EVENT|EXIT|FALSE|FIELD|FILES|FINALLY|FOR(?: EACH)?|FRIEND|FUNCTION|GET|GETTYPE|GETXMLNAMESPACE|GLOBAL|GOSUB|GOTO|HANDLES|IF|IMPLEMENTS|IMPORTS|IN|INHERITS|INPUT|INTEGER|INTERFACE|IOCTL|IS|ISNOT|KEY|KILL|LET|LIB|LIKE|LINE INPUT|LOCATE|LOCK|LONG|LOOP|LSET|ME|MKDIR|MOD|MODULE|MUSTINHERIT|MUSTOVERRIDE|MYBASE|MYCLASS|NAME|NAMESPACE|NARROWING|NEW|NEXT|NOT|NOTHING|NOTINHERITABLE|NOTOVERRIDABLE|OBJECT|OF|OFF|ON(?: COM| ERROR| KEY| TIMER)?|OPEN|OPERATOR|OPTION(?: BASE)?|OPTIONAL|OR|ORELSE|OUT|OVERLOADS|OVERRIDABLE|OVERRIDES|PARAMARRAY|PARTIAL|POKE|PRIVATE|PROPERTY|PROTECTED|PUBLIC|PUT|RAISEEVENT|READ|READONLY|REDIM|REM|REMOVEHANDLER|RESTORE|RESUME|RETURN|RMDIR|RSET|RUN|SBYTE|SELECT(?: CASE)?|SET|SHADOWS|SHARED|SHELL|SHORT|SINGLE|SLEEP|STATIC|STEP|STOP|STRING|STRUCTURE|SUB|SWAP|SYNCLOCK|SYSTEM|THEN|THROW|TIMER|TO|TROFF|TRON|TRUE|TRY|TRYCAST|TYPE|TYPEOF|UINTEGER|ULONG|UNLOCK|UNTIL|USHORT|USING|VIEW PRINT|WAIT|WEND|WHEN|WHILE|WIDENING|WITH|WITHEVENTS|WRITE|WRITEONLY|XOR)|\B(?:#CONST|#ELSE|#ELSEIF|#END|#IF))(?:\$|\b)/i,
|
|
26
|
+
punctuation: /[,;:(){}]/
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
//#endregion
|
|
30
|
+
export { vbnet as default };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=vbnet-_PL7-T9d.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as virtual_mf_exposes___mfe_internal__plugin_auth__remoteEntry_js_default } from "./virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-
|
|
1
|
+
import { t as virtual_mf_exposes___mfe_internal__plugin_auth__remoteEntry_js_default } from "./virtual_mf-exposes___mfe_internal__plugin-auth__remoteEntry_js-DM6Ir1_S.js";
|
|
2
2
|
export { virtual_mf_exposes___mfe_internal__plugin_auth__remoteEntry_js_default as default };
|
|
@@ -49,14 +49,14 @@ async function retrySharedInit(fn) {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
async function getLocalSharedImportMap() {
|
|
52
|
-
if (!localSharedImportMapPromise) localSharedImportMapPromise = retrySharedInit(() => __vitePreload(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-
|
|
52
|
+
if (!localSharedImportMapPromise) localSharedImportMapPromise = retrySharedInit(() => __vitePreload(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__plugin_mf_2_auth-04_7KkB1.js"), [], import.meta.url)).catch((e) => {
|
|
53
53
|
localSharedImportMapPromise = void 0;
|
|
54
54
|
throw e;
|
|
55
55
|
});
|
|
56
56
|
return localSharedImportMapPromise;
|
|
57
57
|
}
|
|
58
58
|
async function getExposesMap() {
|
|
59
|
-
if (!exposesMapPromise) exposesMapPromise = retrySharedInit(() => __vitePreload(() => import("./virtualExposes-
|
|
59
|
+
if (!exposesMapPromise) exposesMapPromise = retrySharedInit(() => __vitePreload(() => import("./virtualExposes-BwIds34r.js"), [], import.meta.url)).then((mod) => mod.default ?? mod).catch((e) => {
|
|
60
60
|
exposesMapPromise = void 0;
|
|
61
61
|
throw e;
|
|
62
62
|
});
|
|
@@ -256,4 +256,4 @@ async function getExposes(moduleName) {
|
|
|
256
256
|
//#endregion
|
|
257
257
|
export { init as n, getExposes as t };
|
|
258
258
|
|
|
259
|
-
//# sourceMappingURL=virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-
|
|
259
|
+
//# sourceMappingURL=virtual_mf-REMOTE_ENTRY_ID___mfe_internal__plugin-auth__remoteEntry_js-BBt5f0I7.js.map
|
|
@@ -3,7 +3,7 @@ import { t as __vitePreload } from "./vite-preload-helper-iIio8xkS.js";
|
|
|
3
3
|
//#region virtual:mf-exposes-ssr:__mfe_internal__plugin-auth__remoteEntry_js
|
|
4
4
|
var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default = {
|
|
5
5
|
"./auth/core/web": async () => {
|
|
6
|
-
const importModule = await __vitePreload(() => import("./web-
|
|
6
|
+
const importModule = await __vitePreload(() => import("./web-CnB-sqCR.js"), __vite__mapDeps([0]), import.meta.url);
|
|
7
7
|
const exportModule = {};
|
|
8
8
|
Object.assign(exportModule, importModule);
|
|
9
9
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -13,7 +13,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
13
13
|
return exportModule;
|
|
14
14
|
},
|
|
15
15
|
"./auth/core/common": async () => {
|
|
16
|
-
const importModule = await __vitePreload(() => import("./common-
|
|
16
|
+
const importModule = await __vitePreload(() => import("./common-BBriDRRy.js"), [], import.meta.url);
|
|
17
17
|
const exportModule = {};
|
|
18
18
|
Object.assign(exportModule, importModule);
|
|
19
19
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -23,7 +23,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
23
23
|
return exportModule;
|
|
24
24
|
},
|
|
25
25
|
"./better-auth/core/web": async () => {
|
|
26
|
-
const importModule = await __vitePreload(() => import("./web-
|
|
26
|
+
const importModule = await __vitePreload(() => import("./web-DHv2aVpi.js"), __vite__mapDeps([0]), import.meta.url);
|
|
27
27
|
const exportModule = {};
|
|
28
28
|
Object.assign(exportModule, importModule);
|
|
29
29
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -33,7 +33,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
33
33
|
return exportModule;
|
|
34
34
|
},
|
|
35
35
|
"./better-auth/core/common": async () => {
|
|
36
|
-
const importModule = await __vitePreload(() => import("./common-
|
|
36
|
+
const importModule = await __vitePreload(() => import("./common-BvU-7KsV.js"), [], import.meta.url);
|
|
37
37
|
const exportModule = {};
|
|
38
38
|
Object.assign(exportModule, importModule);
|
|
39
39
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -43,7 +43,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
43
43
|
return exportModule;
|
|
44
44
|
},
|
|
45
45
|
"./better-auth/admin/web": async () => {
|
|
46
|
-
const importModule = await __vitePreload(() => import("./web-
|
|
46
|
+
const importModule = await __vitePreload(() => import("./web-DNrWXjpS.js"), [], import.meta.url);
|
|
47
47
|
const exportModule = {};
|
|
48
48
|
Object.assign(exportModule, importModule);
|
|
49
49
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -53,7 +53,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
53
53
|
return exportModule;
|
|
54
54
|
},
|
|
55
55
|
"./better-auth/admin/common": async () => {
|
|
56
|
-
const importModule = await __vitePreload(() => import("./common-
|
|
56
|
+
const importModule = await __vitePreload(() => import("./common-DBBUvtGu.js"), [], import.meta.url);
|
|
57
57
|
const exportModule = {};
|
|
58
58
|
Object.assign(exportModule, importModule);
|
|
59
59
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -63,7 +63,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
63
63
|
return exportModule;
|
|
64
64
|
},
|
|
65
65
|
"./local-auth/core/web": async () => {
|
|
66
|
-
const importModule = await __vitePreload(() => import("./web-
|
|
66
|
+
const importModule = await __vitePreload(() => import("./web-CXHw8SK7.js"), __vite__mapDeps([0]), import.meta.url);
|
|
67
67
|
const exportModule = {};
|
|
68
68
|
Object.assign(exportModule, importModule);
|
|
69
69
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -73,7 +73,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
73
73
|
return exportModule;
|
|
74
74
|
},
|
|
75
75
|
"./local-auth/core/common": async () => {
|
|
76
|
-
const importModule = await __vitePreload(() => import("./common-
|
|
76
|
+
const importModule = await __vitePreload(() => import("./common-23-wvKrM.js"), [], import.meta.url);
|
|
77
77
|
const exportModule = {};
|
|
78
78
|
Object.assign(exportModule, importModule);
|
|
79
79
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -83,7 +83,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
83
83
|
return exportModule;
|
|
84
84
|
},
|
|
85
85
|
"./local-auth/admin/web": async () => {
|
|
86
|
-
const importModule = await __vitePreload(() => import("./web-
|
|
86
|
+
const importModule = await __vitePreload(() => import("./web-D_H-MoGI.js"), [], import.meta.url);
|
|
87
87
|
const exportModule = {};
|
|
88
88
|
Object.assign(exportModule, importModule);
|
|
89
89
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -93,7 +93,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
93
93
|
return exportModule;
|
|
94
94
|
},
|
|
95
95
|
"./local-auth/admin/common": async () => {
|
|
96
|
-
const importModule = await __vitePreload(() => import("./common-
|
|
96
|
+
const importModule = await __vitePreload(() => import("./common-B-NI9TR-.js"), [], import.meta.url);
|
|
97
97
|
const exportModule = {};
|
|
98
98
|
Object.assign(exportModule, importModule);
|
|
99
99
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -103,7 +103,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
103
103
|
return exportModule;
|
|
104
104
|
},
|
|
105
105
|
"./placeholder-auth/core/web": async () => {
|
|
106
|
-
const importModule = await __vitePreload(() => import("./web-
|
|
106
|
+
const importModule = await __vitePreload(() => import("./web-BgWG7dYl.js"), __vite__mapDeps([0]), import.meta.url);
|
|
107
107
|
const exportModule = {};
|
|
108
108
|
Object.assign(exportModule, importModule);
|
|
109
109
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -113,7 +113,7 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
113
113
|
return exportModule;
|
|
114
114
|
},
|
|
115
115
|
"./placeholder-auth/core/common": async () => {
|
|
116
|
-
const importModule = await __vitePreload(() => import("./common-
|
|
116
|
+
const importModule = await __vitePreload(() => import("./common-eFh2vwGb.js"), [], import.meta.url);
|
|
117
117
|
const exportModule = {};
|
|
118
118
|
Object.assign(exportModule, importModule);
|
|
119
119
|
Object.defineProperty(exportModule, "__esModule", {
|
|
@@ -126,4 +126,4 @@ var virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default =
|
|
|
126
126
|
//#endregion
|
|
127
127
|
export { virtual_mf_exposes_ssr___mfe_internal__plugin_auth__remoteEntry_js_default as default };
|
|
128
128
|
|
|
129
|
-
//# sourceMappingURL=virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-
|
|
129
|
+
//# sourceMappingURL=virtual_mf-exposes-ssr___mfe_internal__plugin-auth__remoteEntry_js-RzPgl37a.js.map
|