@authup/server-core 1.0.0-beta.48 → 1.0.0-beta.49
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/dist/app/index.mjs +2 -2
- package/dist/app/modules/config/constants.d.ts +1 -1
- package/dist/app/modules/config/constants.d.ts.map +1 -1
- package/dist/app/modules/config/constants.mjs +1 -1
- package/dist/app/modules/config/constants.mjs.map +1 -1
- package/dist/app/modules/config/index.mjs +2 -2
- package/dist/app/modules/config/module.d.ts +3 -3
- package/dist/app/modules/config/module.d.ts.map +1 -1
- package/dist/app/modules/config/module.mjs +2 -1
- package/dist/app/modules/config/module.mjs.map +1 -1
- package/dist/app/modules/config/normalize.d.ts +1 -1
- package/dist/app/modules/config/normalize.d.ts.map +1 -1
- package/dist/app/modules/config/normalize.mjs +9 -7
- package/dist/app/modules/config/normalize.mjs.map +1 -1
- package/dist/app/modules/config/origins.d.ts +19 -4
- package/dist/app/modules/config/origins.d.ts.map +1 -1
- package/dist/app/modules/config/origins.mjs +29 -6
- package/dist/app/modules/config/origins.mjs.map +1 -1
- package/dist/app/modules/config/parse.d.ts +1 -1
- package/dist/app/modules/config/parse.d.ts.map +1 -1
- package/dist/app/modules/config/parse.mjs +4 -49
- package/dist/app/modules/config/parse.mjs.map +1 -1
- package/dist/app/modules/config/read/env.mjs +3 -3
- package/dist/app/modules/config/read/env.mjs.map +1 -1
- package/dist/app/modules/config/types.d.ts +14 -6
- package/dist/app/modules/config/types.d.ts.map +1 -1
- package/dist/app/modules/config/validator.d.ts +6 -0
- package/dist/app/modules/config/validator.d.ts.map +1 -0
- package/dist/app/modules/config/validator.mjs +72 -0
- package/dist/app/modules/config/validator.mjs.map +1 -0
- package/dist/app/modules/index.mjs +2 -2
- package/dist/cli/module.mjs +1 -1
- package/dist/cli/module.mjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui/client/.vite/ssr-manifest.json +54 -0
- package/dist/ui/client/assets/{index-CgLTRwpP.js → index-BDM2dsWN.js} +19 -12
- package/dist/ui/client/index.html +1 -1
- package/dist/ui/server/server.js +1343 -511
- package/package.json +13 -13
package/dist/ui/server/server.js
CHANGED
|
@@ -69194,6 +69194,32 @@ var TranslatorTranslationClientKey = /* @__PURE__ */ function(TranslatorTranslat
|
|
|
69194
69194
|
TranslatorTranslationClientKey["GOVERNED_BY"] = "governedBy";
|
|
69195
69195
|
TranslatorTranslationClientKey["ACTIVE_SINCE"] = "activeSince";
|
|
69196
69196
|
TranslatorTranslationClientKey["VIEW_POLICY_DETAILS"] = "viewPolicyDetails";
|
|
69197
|
+
TranslatorTranslationClientKey["PRIVACY_POLICY"] = "privacyPolicy";
|
|
69198
|
+
TranslatorTranslationClientKey["TERMS_OF_SERVICE"] = "termsOfService";
|
|
69199
|
+
TranslatorTranslationClientKey["POLICY_TYPE_COMPOSITE"] = "policyTypeComposite";
|
|
69200
|
+
TranslatorTranslationClientKey["POLICY_TYPE_DATE"] = "policyTypeDate";
|
|
69201
|
+
TranslatorTranslationClientKey["POLICY_TYPE_TIME"] = "policyTypeTime";
|
|
69202
|
+
TranslatorTranslationClientKey["POLICY_TYPE_ATTRIBUTE_NAMES"] = "policyTypeAttributeNames";
|
|
69203
|
+
TranslatorTranslationClientKey["POLICY_TYPE_ATTRIBUTES"] = "policyTypeAttributes";
|
|
69204
|
+
TranslatorTranslationClientKey["POLICY_TYPE_REALM_MATCH"] = "policyTypeRealmMatch";
|
|
69205
|
+
TranslatorTranslationClientKey["POLICY_TYPE_IDENTITY"] = "policyTypeIdentity";
|
|
69206
|
+
TranslatorTranslationClientKey["POLICY_TYPE_PERMISSION_BINDING"] = "policyTypePermissionBinding";
|
|
69207
|
+
TranslatorTranslationClientKey["DECISION_STRATEGY_HINT_UNANIMOUS"] = "decisionStrategyHintUnanimous";
|
|
69208
|
+
TranslatorTranslationClientKey["DECISION_STRATEGY_HINT_AFFIRMATIVE"] = "decisionStrategyHintAffirmative";
|
|
69209
|
+
TranslatorTranslationClientKey["DECISION_STRATEGY_HINT_CONSENSUS"] = "decisionStrategyHintConsensus";
|
|
69210
|
+
TranslatorTranslationClientKey["DECISION_STRATEGY_HINT_DEFAULT"] = "decisionStrategyHintDefault";
|
|
69211
|
+
TranslatorTranslationClientKey["OPTION_NONE_UNANIMOUS"] = "optionNoneUnanimous";
|
|
69212
|
+
TranslatorTranslationClientKey["REALM_MATCH_STRICT_HINT"] = "realmMatchStrictHint";
|
|
69213
|
+
TranslatorTranslationClientKey["REALM_MATCH_NULL_MATCH_ALL_HINT"] = "realmMatchNullMatchAllHint";
|
|
69214
|
+
TranslatorTranslationClientKey["REALM_MATCH_MASTER_MATCH_ALL_HINT"] = "realmMatchMasterMatchAllHint";
|
|
69215
|
+
TranslatorTranslationClientKey["ENABLE_STARTTLS_HINT"] = "enableStartTlsHint";
|
|
69216
|
+
TranslatorTranslationClientKey["PASSWORD_MUST_MATCH"] = "passwordMustMatch";
|
|
69217
|
+
TranslatorTranslationClientKey["LOOKUP_FAILED"] = "lookupFailed";
|
|
69218
|
+
TranslatorTranslationClientKey["PROTOCOL_NOT_SUPPORTED"] = "protocolNotSupported";
|
|
69219
|
+
TranslatorTranslationClientKey["JUNCTION_POLICY"] = "junctionPolicy";
|
|
69220
|
+
TranslatorTranslationClientKey["SELECTION_UPDATING"] = "selectionUpdating";
|
|
69221
|
+
TranslatorTranslationClientKey["SELECTION_REMOVE"] = "selectionRemove";
|
|
69222
|
+
TranslatorTranslationClientKey["SELECTION_ADD"] = "selectionAdd";
|
|
69197
69223
|
TranslatorTranslationClientKey["CREATE_ACCOUNT"] = "createAccount";
|
|
69198
69224
|
TranslatorTranslationClientKey["FORGOT_PASSWORD"] = "forgotPassword";
|
|
69199
69225
|
TranslatorTranslationClientKey["RESET_PASSWORD"] = "resetPassword";
|
|
@@ -69231,6 +69257,7 @@ var TranslatorTranslationEntityKey = /* @__PURE__ */ function(TranslatorTranslat
|
|
|
69231
69257
|
*/
|
|
69232
69258
|
var TranslatorTranslationFieldKey = /* @__PURE__ */ function(TranslatorTranslationFieldKey) {
|
|
69233
69259
|
TranslatorTranslationFieldKey["NAME"] = "name";
|
|
69260
|
+
TranslatorTranslationFieldKey["NAMES"] = "names";
|
|
69234
69261
|
TranslatorTranslationFieldKey["DISPLAY_NAME"] = "displayName";
|
|
69235
69262
|
TranslatorTranslationFieldKey["EMAIL"] = "email";
|
|
69236
69263
|
TranslatorTranslationFieldKey["EXTERNAL_ID"] = "externalId";
|
|
@@ -69238,6 +69265,7 @@ var TranslatorTranslationFieldKey = /* @__PURE__ */ function(TranslatorTranslati
|
|
|
69238
69265
|
TranslatorTranslationFieldKey["SECRET"] = "secret";
|
|
69239
69266
|
TranslatorTranslationFieldKey["REDIRECT_URIS"] = "redirectUris";
|
|
69240
69267
|
TranslatorTranslationFieldKey["PASSWORD"] = "password";
|
|
69268
|
+
TranslatorTranslationFieldKey["PASSWORD_REPEAT"] = "passwordRepeat";
|
|
69241
69269
|
TranslatorTranslationFieldKey["DECISION_STRATEGY"] = "decisionStrategy";
|
|
69242
69270
|
TranslatorTranslationFieldKey["HASHED"] = "hashed";
|
|
69243
69271
|
TranslatorTranslationFieldKey["URL"] = "url";
|
|
@@ -69250,6 +69278,34 @@ var TranslatorTranslationFieldKey = /* @__PURE__ */ function(TranslatorTranslati
|
|
|
69250
69278
|
TranslatorTranslationFieldKey["DAY_OF_YEAR"] = "dayOfYear";
|
|
69251
69279
|
TranslatorTranslationFieldKey["VALUE_IS_REGEX"] = "valueIsRegex";
|
|
69252
69280
|
TranslatorTranslationFieldKey["CODE"] = "code";
|
|
69281
|
+
TranslatorTranslationFieldKey["ID"] = "id";
|
|
69282
|
+
TranslatorTranslationFieldKey["TYPE"] = "type";
|
|
69283
|
+
TranslatorTranslationFieldKey["TYPES"] = "types";
|
|
69284
|
+
TranslatorTranslationFieldKey["INVERT"] = "invert";
|
|
69285
|
+
TranslatorTranslationFieldKey["ENABLED"] = "enabled";
|
|
69286
|
+
TranslatorTranslationFieldKey["CHILDREN"] = "children";
|
|
69287
|
+
TranslatorTranslationFieldKey["CREATED_AT"] = "createdAt";
|
|
69288
|
+
TranslatorTranslationFieldKey["UPDATED_AT"] = "updatedAt";
|
|
69289
|
+
TranslatorTranslationFieldKey["PROTOCOL"] = "protocol";
|
|
69290
|
+
TranslatorTranslationFieldKey["PROTOCOLS"] = "protocols";
|
|
69291
|
+
TranslatorTranslationFieldKey["PRESET"] = "preset";
|
|
69292
|
+
TranslatorTranslationFieldKey["PRESETS"] = "presets";
|
|
69293
|
+
TranslatorTranslationFieldKey["TIMEOUT"] = "timeout";
|
|
69294
|
+
TranslatorTranslationFieldKey["START_TLS"] = "startTls";
|
|
69295
|
+
TranslatorTranslationFieldKey["BASE_DN"] = "baseDn";
|
|
69296
|
+
TranslatorTranslationFieldKey["FILTER"] = "filter";
|
|
69297
|
+
TranslatorTranslationFieldKey["CLASS"] = "class";
|
|
69298
|
+
TranslatorTranslationFieldKey["NAME_ATTRIBUTE"] = "nameAttribute";
|
|
69299
|
+
TranslatorTranslationFieldKey["MAIL_ATTRIBUTE"] = "mailAttribute";
|
|
69300
|
+
TranslatorTranslationFieldKey["DISPLAY_NAME_ATTRIBUTE"] = "displayNameAttribute";
|
|
69301
|
+
TranslatorTranslationFieldKey["MEMBER_ATTRIBUTE"] = "memberAttribute";
|
|
69302
|
+
TranslatorTranslationFieldKey["MEMBER_USER_ATTRIBUTE"] = "memberUserAttribute";
|
|
69303
|
+
TranslatorTranslationFieldKey["CLIENT_ID"] = "clientId";
|
|
69304
|
+
TranslatorTranslationFieldKey["CLIENT_SECRET"] = "clientSecret";
|
|
69305
|
+
TranslatorTranslationFieldKey["TOKEN"] = "token";
|
|
69306
|
+
TranslatorTranslationFieldKey["USER_INFO"] = "userInfo";
|
|
69307
|
+
TranslatorTranslationFieldKey["DISCOVERY"] = "discovery";
|
|
69308
|
+
TranslatorTranslationFieldKey["REDIRECT_URL"] = "redirectUrl";
|
|
69253
69309
|
return TranslatorTranslationFieldKey;
|
|
69254
69310
|
}({});
|
|
69255
69311
|
/**
|
|
@@ -69269,6 +69325,12 @@ var TranslatorTranslationActionKey = /* @__PURE__ */ function(TranslatorTranslat
|
|
|
69269
69325
|
TranslatorTranslationActionKey["ACTIVATE"] = "activate";
|
|
69270
69326
|
TranslatorTranslationActionKey["RESET"] = "reset";
|
|
69271
69327
|
TranslatorTranslationActionKey["SEND"] = "send";
|
|
69328
|
+
TranslatorTranslationActionKey["BACK"] = "back";
|
|
69329
|
+
TranslatorTranslationActionKey["CLOSE"] = "close";
|
|
69330
|
+
TranslatorTranslationActionKey["LOOKUP"] = "lookup";
|
|
69331
|
+
TranslatorTranslationActionKey["SHOW"] = "show";
|
|
69332
|
+
TranslatorTranslationActionKey["HIDE"] = "hide";
|
|
69333
|
+
TranslatorTranslationActionKey["REMOVE"] = "remove";
|
|
69272
69334
|
return TranslatorTranslationActionKey;
|
|
69273
69335
|
}({});
|
|
69274
69336
|
/**
|
|
@@ -69289,6 +69351,19 @@ var TranslatorTranslationCommonKey = /* @__PURE__ */ function(TranslatorTranslat
|
|
|
69289
69351
|
TranslatorTranslationCommonKey["NO_RESULTS"] = "noResults";
|
|
69290
69352
|
TranslatorTranslationCommonKey["SWITCH_TO_LIGHT_MODE"] = "switchToLightMode";
|
|
69291
69353
|
TranslatorTranslationCommonKey["SWITCH_TO_DARK_MODE"] = "switchToDarkMode";
|
|
69354
|
+
TranslatorTranslationCommonKey["YES"] = "yes";
|
|
69355
|
+
TranslatorTranslationCommonKey["BUILT_IN"] = "builtIn";
|
|
69356
|
+
TranslatorTranslationCommonKey["GLOBAL"] = "global";
|
|
69357
|
+
TranslatorTranslationCommonKey["INVERTED"] = "inverted";
|
|
69358
|
+
TranslatorTranslationCommonKey["CONFIDENTIAL"] = "confidential";
|
|
69359
|
+
TranslatorTranslationCommonKey["BASIC"] = "basic";
|
|
69360
|
+
TranslatorTranslationCommonKey["SECURITY"] = "security";
|
|
69361
|
+
TranslatorTranslationCommonKey["CONNECTION"] = "connection";
|
|
69362
|
+
TranslatorTranslationCommonKey["ENDPOINTS"] = "endpoints";
|
|
69363
|
+
TranslatorTranslationCommonKey["DETAILS"] = "details";
|
|
69364
|
+
TranslatorTranslationCommonKey["GROUP"] = "group";
|
|
69365
|
+
TranslatorTranslationCommonKey["NO_ITEMS"] = "noItems";
|
|
69366
|
+
TranslatorTranslationCommonKey["PROCESSING"] = "processing";
|
|
69292
69367
|
return TranslatorTranslationCommonKey;
|
|
69293
69368
|
}({});
|
|
69294
69369
|
var TranslatorTranslationActionEnglish = {
|
|
@@ -69303,7 +69378,13 @@ var TranslatorTranslationActionEnglish = {
|
|
|
69303
69378
|
["register"]: "Register",
|
|
69304
69379
|
["activate"]: "Activate",
|
|
69305
69380
|
["reset"]: "Reset",
|
|
69306
|
-
["send"]: "Send"
|
|
69381
|
+
["send"]: "Send",
|
|
69382
|
+
["back"]: "Back",
|
|
69383
|
+
["close"]: "Close",
|
|
69384
|
+
["lookup"]: "Lookup",
|
|
69385
|
+
["show"]: "Show",
|
|
69386
|
+
["hide"]: "Hide",
|
|
69387
|
+
["remove"]: "Remove"
|
|
69307
69388
|
};
|
|
69308
69389
|
var TranslatorTranslationAppEnglish = {
|
|
69309
69390
|
["home"]: "Home",
|
|
@@ -69325,7 +69406,7 @@ var TranslatorTranslationAppEnglish = {
|
|
|
69325
69406
|
["redirectUrl"]: "Redirect URL",
|
|
69326
69407
|
["generatedUrl"]: "Generated URL",
|
|
69327
69408
|
["toggleNavigation"]: "Toggle navigation",
|
|
69328
|
-
["sessionRenew"]: "The session will be renewed in",
|
|
69409
|
+
["sessionRenew"]: "The session will be renewed in {countdown}.",
|
|
69329
69410
|
["minutes"]: "minute(s)",
|
|
69330
69411
|
["seconds"]: "second(s)",
|
|
69331
69412
|
["entityCreated"]: "{{entity}} was successfully created.",
|
|
@@ -69341,11 +69422,37 @@ var TranslatorTranslationClientEnglish = {
|
|
|
69341
69422
|
["isActive"]: "Is active?",
|
|
69342
69423
|
["hashSecret"]: "Hash secret?",
|
|
69343
69424
|
["loginFailed"]: "The login operation failed",
|
|
69344
|
-
["scopeGrantIntro"]: "This will allow the {
|
|
69345
|
-
["onceAuthorizedRedirect"]: "Once authorized, you will be redirected to
|
|
69346
|
-
["governedBy"]: "This application is governed by the {{client}} application's
|
|
69425
|
+
["scopeGrantIntro"]: "This will allow the {client} application to",
|
|
69426
|
+
["onceAuthorizedRedirect"]: "Once authorized, you will be redirected to {target}.",
|
|
69427
|
+
["governedBy"]: "This application is governed by the {{client}} application's {privacyPolicy} and {termsOfService}.",
|
|
69347
69428
|
["activeSince"]: "Active since",
|
|
69348
69429
|
["viewPolicyDetails"]: "View policy details",
|
|
69430
|
+
["privacyPolicy"]: "Privacy Policy",
|
|
69431
|
+
["termsOfService"]: "Terms of Service",
|
|
69432
|
+
["policyTypeComposite"]: "Composite",
|
|
69433
|
+
["policyTypeDate"]: "Date",
|
|
69434
|
+
["policyTypeTime"]: "Time",
|
|
69435
|
+
["policyTypeAttributeNames"]: "Attr Names",
|
|
69436
|
+
["policyTypeAttributes"]: "Attributes",
|
|
69437
|
+
["policyTypeRealmMatch"]: "Realm Match",
|
|
69438
|
+
["policyTypeIdentity"]: "Identity",
|
|
69439
|
+
["policyTypePermissionBinding"]: "Perm Binding",
|
|
69440
|
+
["decisionStrategyHintUnanimous"]: "All policies must evaluate positively.",
|
|
69441
|
+
["decisionStrategyHintAffirmative"]: "At least one policy must evaluate positively.",
|
|
69442
|
+
["decisionStrategyHintConsensus"]: "More policies must evaluate positively than negatively.",
|
|
69443
|
+
["decisionStrategyHintDefault"]: "No strategy selected. Defaults to unanimous (all policies must evaluate positively).",
|
|
69444
|
+
["optionNoneUnanimous"]: "-- None (default: unanimous) --",
|
|
69445
|
+
["realmMatchStrictHint"]: "Only match if the attribute is strict equal to the name?",
|
|
69446
|
+
["realmMatchNullMatchAllHint"]: "Determines if resources with null realm-id/name value should match all identity realms.{br}If true, any identity realm can access resources with null realm-id/name values.",
|
|
69447
|
+
["realmMatchMasterMatchAllHint"]: "Specifies whether the master realm of an identity should match all realm-id/name attributes, including null.{br}If true, the master realm can access any resource regardless of its realm value.",
|
|
69448
|
+
["enableStartTlsHint"]: "Enable StartTLS process?",
|
|
69449
|
+
["passwordMustMatch"]: "Must match the password.",
|
|
69450
|
+
["lookupFailed"]: "Lookup failed with: {{message}}",
|
|
69451
|
+
["protocolNotSupported"]: "{{name}} is not supported yet.",
|
|
69452
|
+
["junctionPolicy"]: "Junction Policy",
|
|
69453
|
+
["selectionUpdating"]: "Updating selection",
|
|
69454
|
+
["selectionRemove"]: "Remove from selection",
|
|
69455
|
+
["selectionAdd"]: "Add to selection",
|
|
69349
69456
|
["createAccount"]: "Create account",
|
|
69350
69457
|
["forgotPassword"]: "Forgot password?",
|
|
69351
69458
|
["resetPassword"]: "Reset password",
|
|
@@ -69370,7 +69477,20 @@ var TranslatorTranslationCommonEnglish = {
|
|
|
69370
69477
|
["search"]: "Search",
|
|
69371
69478
|
["noResults"]: "No results found.",
|
|
69372
69479
|
["switchToLightMode"]: "Switch to light mode",
|
|
69373
|
-
["switchToDarkMode"]: "Switch to dark mode"
|
|
69480
|
+
["switchToDarkMode"]: "Switch to dark mode",
|
|
69481
|
+
["yes"]: "Yes",
|
|
69482
|
+
["builtIn"]: "Built-in",
|
|
69483
|
+
["global"]: "Global",
|
|
69484
|
+
["inverted"]: "Inverted",
|
|
69485
|
+
["confidential"]: "Confidential",
|
|
69486
|
+
["basic"]: "Basic",
|
|
69487
|
+
["security"]: "Security",
|
|
69488
|
+
["connection"]: "Connection",
|
|
69489
|
+
["endpoints"]: "Endpoints",
|
|
69490
|
+
["details"]: "Details",
|
|
69491
|
+
["group"]: "Group",
|
|
69492
|
+
["noItems"]: "The list has no items yet.",
|
|
69493
|
+
["processing"]: "Processing"
|
|
69374
69494
|
};
|
|
69375
69495
|
var TranslatorTranslationEntityEnglish = {
|
|
69376
69496
|
["client"]: definePlural({
|
|
@@ -69466,7 +69586,37 @@ var TranslatorTranslationFieldEnglish = {
|
|
|
69466
69586
|
["dayOfMonth"]: "Day of Month",
|
|
69467
69587
|
["dayOfYear"]: "Day of Year",
|
|
69468
69588
|
["valueIsRegex"]: "Is the value a regex pattern?",
|
|
69469
|
-
["code"]: "Code"
|
|
69589
|
+
["code"]: "Code",
|
|
69590
|
+
["names"]: "Names",
|
|
69591
|
+
["passwordRepeat"]: "Password repeat",
|
|
69592
|
+
["id"]: "ID",
|
|
69593
|
+
["type"]: "Type",
|
|
69594
|
+
["types"]: "Types",
|
|
69595
|
+
["invert"]: "Invert?",
|
|
69596
|
+
["enabled"]: "Enabled?",
|
|
69597
|
+
["children"]: "Children",
|
|
69598
|
+
["createdAt"]: "Created at",
|
|
69599
|
+
["updatedAt"]: "Updated at",
|
|
69600
|
+
["protocol"]: "Protocol",
|
|
69601
|
+
["protocols"]: "Protocols",
|
|
69602
|
+
["preset"]: "Preset",
|
|
69603
|
+
["presets"]: "Presets",
|
|
69604
|
+
["timeout"]: "Timeout",
|
|
69605
|
+
["startTls"]: "StartTLS",
|
|
69606
|
+
["baseDn"]: "Base DN",
|
|
69607
|
+
["filter"]: "Filter",
|
|
69608
|
+
["class"]: "Class",
|
|
69609
|
+
["nameAttribute"]: "Name attribute",
|
|
69610
|
+
["mailAttribute"]: "Mail attribute",
|
|
69611
|
+
["displayNameAttribute"]: "Display-name attribute",
|
|
69612
|
+
["memberAttribute"]: "Member attribute",
|
|
69613
|
+
["memberUserAttribute"]: "Member user attribute",
|
|
69614
|
+
["clientId"]: "Client ID",
|
|
69615
|
+
["clientSecret"]: "Client secret",
|
|
69616
|
+
["token"]: "Token",
|
|
69617
|
+
["userInfo"]: "UserInfo",
|
|
69618
|
+
["discovery"]: "Discovery",
|
|
69619
|
+
["redirectUrl"]: "Redirect URL"
|
|
69470
69620
|
};
|
|
69471
69621
|
var TranslatorTranslationMailEnglish = {
|
|
69472
69622
|
["code"]: "Code",
|
|
@@ -69493,7 +69643,13 @@ var TranslatorTranslationActionGerman = {
|
|
|
69493
69643
|
["register"]: "Registrieren",
|
|
69494
69644
|
["activate"]: "Aktivieren",
|
|
69495
69645
|
["reset"]: "Zurücksetzen",
|
|
69496
|
-
["send"]: "Senden"
|
|
69646
|
+
["send"]: "Senden",
|
|
69647
|
+
["back"]: "Zurück",
|
|
69648
|
+
["close"]: "Schließen",
|
|
69649
|
+
["lookup"]: "Nachschlagen",
|
|
69650
|
+
["show"]: "Anzeigen",
|
|
69651
|
+
["hide"]: "Verbergen",
|
|
69652
|
+
["remove"]: "Entfernen"
|
|
69497
69653
|
};
|
|
69498
69654
|
var TranslatorTranslationAppGerman = {
|
|
69499
69655
|
["home"]: "Startseite",
|
|
@@ -69515,7 +69671,7 @@ var TranslatorTranslationAppGerman = {
|
|
|
69515
69671
|
["redirectUrl"]: "Weiterleitungs-URL",
|
|
69516
69672
|
["generatedUrl"]: "Generierte URL",
|
|
69517
69673
|
["toggleNavigation"]: "Navigation umschalten",
|
|
69518
|
-
["sessionRenew"]: "Die Sitzung wird erneuert in",
|
|
69674
|
+
["sessionRenew"]: "Die Sitzung wird erneuert in {countdown}.",
|
|
69519
69675
|
["minutes"]: "Minute(n)",
|
|
69520
69676
|
["seconds"]: "Sekunde(n)",
|
|
69521
69677
|
["entityCreated"]: "{{entity}} wurde erfolgreich erstellt.",
|
|
@@ -69531,9 +69687,9 @@ var TranslatorTranslationClientGerman = {
|
|
|
69531
69687
|
["isActive"]: "Ist aktiv?",
|
|
69532
69688
|
["hashSecret"]: "Geheimnis hashen?",
|
|
69533
69689
|
["loginFailed"]: "Der Anmeldevorgang ist fehlgeschlagen",
|
|
69534
|
-
["scopeGrantIntro"]: "Dies erlaubt der Anwendung {
|
|
69535
|
-
["onceAuthorizedRedirect"]: "Nach der Autorisierung werden Sie weitergeleitet zu
|
|
69536
|
-
["governedBy"]: "Diese Anwendung unterliegt
|
|
69690
|
+
["scopeGrantIntro"]: "Dies erlaubt der Anwendung {client},",
|
|
69691
|
+
["onceAuthorizedRedirect"]: "Nach der Autorisierung werden Sie weitergeleitet zu {target}.",
|
|
69692
|
+
["governedBy"]: "Diese Anwendung unterliegt der {privacyPolicy} und den {termsOfService} der Anwendung {{client}}.",
|
|
69537
69693
|
["activeSince"]: "Aktiv seit",
|
|
69538
69694
|
["viewPolicyDetails"]: "Richtliniendetails anzeigen",
|
|
69539
69695
|
["createAccount"]: "Konto erstellen",
|
|
@@ -69546,7 +69702,33 @@ var TranslatorTranslationClientGerman = {
|
|
|
69546
69702
|
["checkEmailReset"]: "Prüfe deine E-Mails für den Code zum Zurücksetzen.",
|
|
69547
69703
|
["accountActivated"]: "Das Konto wurde erfolgreich aktiviert.",
|
|
69548
69704
|
["passwordResetDone"]: "Das Passwort wurde erfolgreich zurückgesetzt.",
|
|
69549
|
-
["workflowDisabled"]: "Diese Funktion ist nicht aktiviert."
|
|
69705
|
+
["workflowDisabled"]: "Diese Funktion ist nicht aktiviert.",
|
|
69706
|
+
["privacyPolicy"]: "Datenschutzerklärung",
|
|
69707
|
+
["termsOfService"]: "Nutzungsbedingungen",
|
|
69708
|
+
["policyTypeComposite"]: "Komposit",
|
|
69709
|
+
["policyTypeDate"]: "Datum",
|
|
69710
|
+
["policyTypeTime"]: "Uhrzeit",
|
|
69711
|
+
["policyTypeAttributeNames"]: "Attributnamen",
|
|
69712
|
+
["policyTypeAttributes"]: "Attribute",
|
|
69713
|
+
["policyTypeRealmMatch"]: "Realm-Abgleich",
|
|
69714
|
+
["policyTypeIdentity"]: "Identität",
|
|
69715
|
+
["policyTypePermissionBinding"]: "Berechtigungsbindung",
|
|
69716
|
+
["decisionStrategyHintUnanimous"]: "Alle Richtlinien müssen positiv ausfallen.",
|
|
69717
|
+
["decisionStrategyHintAffirmative"]: "Mindestens eine Richtlinie muss positiv ausfallen.",
|
|
69718
|
+
["decisionStrategyHintConsensus"]: "Es müssen mehr Richtlinien positiv als negativ ausfallen.",
|
|
69719
|
+
["decisionStrategyHintDefault"]: "Keine Strategie ausgewählt. Standard ist einstimmig (alle Richtlinien müssen positiv ausfallen).",
|
|
69720
|
+
["optionNoneUnanimous"]: "-- Keine (Standard: einstimmig) --",
|
|
69721
|
+
["realmMatchStrictHint"]: "Nur übereinstimmen, wenn das Attribut exakt dem Namen entspricht?",
|
|
69722
|
+
["realmMatchNullMatchAllHint"]: "Bestimmt, ob Ressourcen mit leerem Realm-ID-/Namens-Wert mit allen Identitäts-Realms übereinstimmen.{br}Wenn aktiviert, kann jeder Identitäts-Realm auf Ressourcen mit leeren Realm-Werten zugreifen.",
|
|
69723
|
+
["realmMatchMasterMatchAllHint"]: "Legt fest, ob der Master-Realm einer Identität mit allen Realm-ID-/Namens-Attributen übereinstimmt, einschließlich leerer Werte.{br}Wenn aktiviert, kann der Master-Realm unabhängig vom Realm-Wert auf jede Ressource zugreifen.",
|
|
69724
|
+
["enableStartTlsHint"]: "StartTLS-Prozess aktivieren?",
|
|
69725
|
+
["passwordMustMatch"]: "Muss mit dem Passwort übereinstimmen.",
|
|
69726
|
+
["lookupFailed"]: "Abfrage fehlgeschlagen mit: {{message}}",
|
|
69727
|
+
["protocolNotSupported"]: "{{name}} wird noch nicht unterstützt.",
|
|
69728
|
+
["junctionPolicy"]: "Verknüpfungsrichtlinie",
|
|
69729
|
+
["selectionUpdating"]: "Auswahl wird aktualisiert",
|
|
69730
|
+
["selectionRemove"]: "Aus der Auswahl entfernen",
|
|
69731
|
+
["selectionAdd"]: "Zur Auswahl hinzufügen"
|
|
69550
69732
|
};
|
|
69551
69733
|
var TranslatorTranslationCommonGerman = {
|
|
69552
69734
|
["general"]: "Allgemein",
|
|
@@ -69560,7 +69742,20 @@ var TranslatorTranslationCommonGerman = {
|
|
|
69560
69742
|
["search"]: "Suchen",
|
|
69561
69743
|
["noResults"]: "Keine Ergebnisse gefunden.",
|
|
69562
69744
|
["switchToLightMode"]: "Zum hellen Modus wechseln",
|
|
69563
|
-
["switchToDarkMode"]: "Zum dunklen Modus wechseln"
|
|
69745
|
+
["switchToDarkMode"]: "Zum dunklen Modus wechseln",
|
|
69746
|
+
["yes"]: "Ja",
|
|
69747
|
+
["builtIn"]: "Integriert",
|
|
69748
|
+
["global"]: "Global",
|
|
69749
|
+
["inverted"]: "Invertiert",
|
|
69750
|
+
["confidential"]: "Vertraulich",
|
|
69751
|
+
["basic"]: "Allgemein",
|
|
69752
|
+
["security"]: "Sicherheit",
|
|
69753
|
+
["connection"]: "Verbindung",
|
|
69754
|
+
["endpoints"]: "Endpunkte",
|
|
69755
|
+
["details"]: "Details",
|
|
69756
|
+
["group"]: "Gruppe",
|
|
69757
|
+
["noItems"]: "Die Liste enthält noch keine Einträge.",
|
|
69758
|
+
["processing"]: "Wird verarbeitet"
|
|
69564
69759
|
};
|
|
69565
69760
|
var TranslatorTranslationEntityGerman = {
|
|
69566
69761
|
["client"]: definePlural({
|
|
@@ -69656,7 +69851,37 @@ var TranslatorTranslationFieldGerman = {
|
|
|
69656
69851
|
["dayOfMonth"]: "Tag des Monats",
|
|
69657
69852
|
["dayOfYear"]: "Tag des Jahres",
|
|
69658
69853
|
["valueIsRegex"]: "Ist der Wert ein Regex-Muster?",
|
|
69659
|
-
["code"]: "Code"
|
|
69854
|
+
["code"]: "Code",
|
|
69855
|
+
["names"]: "Namen",
|
|
69856
|
+
["passwordRepeat"]: "Passwort wiederholen",
|
|
69857
|
+
["id"]: "ID",
|
|
69858
|
+
["type"]: "Typ",
|
|
69859
|
+
["types"]: "Typen",
|
|
69860
|
+
["invert"]: "Invertieren?",
|
|
69861
|
+
["enabled"]: "Aktiviert?",
|
|
69862
|
+
["children"]: "Untergeordnete",
|
|
69863
|
+
["createdAt"]: "Erstellt am",
|
|
69864
|
+
["updatedAt"]: "Aktualisiert am",
|
|
69865
|
+
["protocol"]: "Protokoll",
|
|
69866
|
+
["protocols"]: "Protokolle",
|
|
69867
|
+
["preset"]: "Voreinstellung",
|
|
69868
|
+
["presets"]: "Voreinstellungen",
|
|
69869
|
+
["timeout"]: "Timeout",
|
|
69870
|
+
["startTls"]: "StartTLS",
|
|
69871
|
+
["baseDn"]: "Base DN",
|
|
69872
|
+
["filter"]: "Filter",
|
|
69873
|
+
["class"]: "Klasse",
|
|
69874
|
+
["nameAttribute"]: "Name-Attribut",
|
|
69875
|
+
["mailAttribute"]: "Mail-Attribut",
|
|
69876
|
+
["displayNameAttribute"]: "Anzeigename-Attribut",
|
|
69877
|
+
["memberAttribute"]: "Mitglied-Attribut",
|
|
69878
|
+
["memberUserAttribute"]: "Mitglied-Benutzer-Attribut",
|
|
69879
|
+
["clientId"]: "Client-ID",
|
|
69880
|
+
["clientSecret"]: "Client-Secret",
|
|
69881
|
+
["token"]: "Token",
|
|
69882
|
+
["userInfo"]: "UserInfo",
|
|
69883
|
+
["discovery"]: "Discovery",
|
|
69884
|
+
["redirectUrl"]: "Weiterleitungs-URL"
|
|
69660
69885
|
};
|
|
69661
69886
|
var TranslatorTranslationMailGerman = {
|
|
69662
69887
|
["code"]: "Code",
|
|
@@ -69683,7 +69908,13 @@ var TranslatorTranslationActionFrench = {
|
|
|
69683
69908
|
["register"]: "S'inscrire",
|
|
69684
69909
|
["activate"]: "Activer",
|
|
69685
69910
|
["reset"]: "Réinitialiser",
|
|
69686
|
-
["send"]: "Envoyer"
|
|
69911
|
+
["send"]: "Envoyer",
|
|
69912
|
+
["back"]: "Retour",
|
|
69913
|
+
["close"]: "Fermer",
|
|
69914
|
+
["lookup"]: "Rechercher",
|
|
69915
|
+
["show"]: "Afficher",
|
|
69916
|
+
["hide"]: "Masquer",
|
|
69917
|
+
["remove"]: "Retirer"
|
|
69687
69918
|
};
|
|
69688
69919
|
var TranslatorTranslationAppFrench = {
|
|
69689
69920
|
["home"]: "Accueil",
|
|
@@ -69705,7 +69936,7 @@ var TranslatorTranslationAppFrench = {
|
|
|
69705
69936
|
["redirectUrl"]: "URL de redirection",
|
|
69706
69937
|
["generatedUrl"]: "URL générée",
|
|
69707
69938
|
["toggleNavigation"]: "Basculer la navigation",
|
|
69708
|
-
["sessionRenew"]: "La session sera renouvelée dans",
|
|
69939
|
+
["sessionRenew"]: "La session sera renouvelée dans {countdown}.",
|
|
69709
69940
|
["minutes"]: "minute(s)",
|
|
69710
69941
|
["seconds"]: "seconde(s)",
|
|
69711
69942
|
["entityCreated"]: "{{entity}} a été créé avec succès.",
|
|
@@ -69721,9 +69952,9 @@ var TranslatorTranslationClientFrench = {
|
|
|
69721
69952
|
["isActive"]: "Est actif ?",
|
|
69722
69953
|
["hashSecret"]: "Hacher le secret ?",
|
|
69723
69954
|
["loginFailed"]: "L'opération de connexion a échoué",
|
|
69724
|
-
["scopeGrantIntro"]: "Cela permettra à l'application {
|
|
69725
|
-
["onceAuthorizedRedirect"]: "Une fois autorisé, vous serez redirigé vers
|
|
69726
|
-
["governedBy"]: "Cette application est régie par la
|
|
69955
|
+
["scopeGrantIntro"]: "Cela permettra à l'application {client} de",
|
|
69956
|
+
["onceAuthorizedRedirect"]: "Une fois autorisé, vous serez redirigé vers {target}.",
|
|
69957
|
+
["governedBy"]: "Cette application est régie par la {privacyPolicy} et les {termsOfService} de l'application {{client}}.",
|
|
69727
69958
|
["activeSince"]: "Actif depuis",
|
|
69728
69959
|
["viewPolicyDetails"]: "Voir les détails de la politique",
|
|
69729
69960
|
["createAccount"]: "Créer un compte",
|
|
@@ -69736,7 +69967,33 @@ var TranslatorTranslationClientFrench = {
|
|
|
69736
69967
|
["checkEmailReset"]: "Consultez vos e-mails pour obtenir le code de réinitialisation.",
|
|
69737
69968
|
["accountActivated"]: "Le compte a été activé avec succès.",
|
|
69738
69969
|
["passwordResetDone"]: "Le mot de passe a été réinitialisé avec succès.",
|
|
69739
|
-
["workflowDisabled"]: "Cette fonctionnalité n'est pas activée."
|
|
69970
|
+
["workflowDisabled"]: "Cette fonctionnalité n'est pas activée.",
|
|
69971
|
+
["privacyPolicy"]: "politique de confidentialité",
|
|
69972
|
+
["termsOfService"]: "conditions d'utilisation",
|
|
69973
|
+
["policyTypeComposite"]: "Composite",
|
|
69974
|
+
["policyTypeDate"]: "Date",
|
|
69975
|
+
["policyTypeTime"]: "Heure",
|
|
69976
|
+
["policyTypeAttributeNames"]: "Noms d'attributs",
|
|
69977
|
+
["policyTypeAttributes"]: "Attributs",
|
|
69978
|
+
["policyTypeRealmMatch"]: "Correspondance de realm",
|
|
69979
|
+
["policyTypeIdentity"]: "Identité",
|
|
69980
|
+
["policyTypePermissionBinding"]: "Liaison de permission",
|
|
69981
|
+
["decisionStrategyHintUnanimous"]: "Toutes les politiques doivent être évaluées positivement.",
|
|
69982
|
+
["decisionStrategyHintAffirmative"]: "Au moins une politique doit être évaluée positivement.",
|
|
69983
|
+
["decisionStrategyHintConsensus"]: "Plus de politiques doivent être évaluées positivement que négativement.",
|
|
69984
|
+
["decisionStrategyHintDefault"]: "Aucune stratégie sélectionnée. Par défaut : unanime (toutes les politiques doivent être évaluées positivement).",
|
|
69985
|
+
["optionNoneUnanimous"]: "-- Aucune (défaut : unanime) --",
|
|
69986
|
+
["realmMatchStrictHint"]: "Ne correspondre que si l'attribut est strictement égal au nom ?",
|
|
69987
|
+
["realmMatchNullMatchAllHint"]: "Détermine si les ressources dont la valeur realm-id/nom est nulle correspondent à tous les realms d'identité.{br}Si activé, tout realm d'identité peut accéder aux ressources dont les valeurs realm-id/nom sont nulles.",
|
|
69988
|
+
["realmMatchMasterMatchAllHint"]: "Indique si le realm maître d'une identité correspond à tous les attributs realm-id/nom, y compris nuls.{br}Si activé, le realm maître peut accéder à toute ressource quelle que soit la valeur de son realm.",
|
|
69989
|
+
["enableStartTlsHint"]: "Activer le processus StartTLS ?",
|
|
69990
|
+
["passwordMustMatch"]: "Doit correspondre au mot de passe.",
|
|
69991
|
+
["lookupFailed"]: "La recherche a échoué avec : {{message}}",
|
|
69992
|
+
["protocolNotSupported"]: "{{name}} n'est pas encore pris en charge.",
|
|
69993
|
+
["junctionPolicy"]: "Politique de liaison",
|
|
69994
|
+
["selectionUpdating"]: "Mise à jour de la sélection",
|
|
69995
|
+
["selectionRemove"]: "Retirer de la sélection",
|
|
69996
|
+
["selectionAdd"]: "Ajouter à la sélection"
|
|
69740
69997
|
};
|
|
69741
69998
|
var TranslatorTranslationCommonFrench = {
|
|
69742
69999
|
["general"]: "Général",
|
|
@@ -69750,7 +70007,20 @@ var TranslatorTranslationCommonFrench = {
|
|
|
69750
70007
|
["search"]: "Rechercher",
|
|
69751
70008
|
["noResults"]: "Aucun résultat trouvé.",
|
|
69752
70009
|
["switchToLightMode"]: "Passer en mode clair",
|
|
69753
|
-
["switchToDarkMode"]: "Passer en mode sombre"
|
|
70010
|
+
["switchToDarkMode"]: "Passer en mode sombre",
|
|
70011
|
+
["yes"]: "Oui",
|
|
70012
|
+
["builtIn"]: "Intégré",
|
|
70013
|
+
["global"]: "Global",
|
|
70014
|
+
["inverted"]: "Inversé",
|
|
70015
|
+
["confidential"]: "Confidentiel",
|
|
70016
|
+
["basic"]: "Base",
|
|
70017
|
+
["security"]: "Sécurité",
|
|
70018
|
+
["connection"]: "Connexion",
|
|
70019
|
+
["endpoints"]: "Points de terminaison",
|
|
70020
|
+
["details"]: "Détails",
|
|
70021
|
+
["group"]: "Groupe",
|
|
70022
|
+
["noItems"]: "La liste ne contient encore aucun élément.",
|
|
70023
|
+
["processing"]: "Traitement en cours"
|
|
69754
70024
|
};
|
|
69755
70025
|
var TranslatorTranslationEntityFrench = {
|
|
69756
70026
|
["client"]: definePlural({
|
|
@@ -69846,7 +70116,37 @@ var TranslatorTranslationFieldFrench = {
|
|
|
69846
70116
|
["dayOfMonth"]: "Jour du mois",
|
|
69847
70117
|
["dayOfYear"]: "Jour de l'année",
|
|
69848
70118
|
["valueIsRegex"]: "La valeur est-elle un motif regex ?",
|
|
69849
|
-
["code"]: "Code"
|
|
70119
|
+
["code"]: "Code",
|
|
70120
|
+
["names"]: "Noms",
|
|
70121
|
+
["passwordRepeat"]: "Répéter le mot de passe",
|
|
70122
|
+
["id"]: "ID",
|
|
70123
|
+
["type"]: "Type",
|
|
70124
|
+
["types"]: "Types",
|
|
70125
|
+
["invert"]: "Inverser ?",
|
|
70126
|
+
["enabled"]: "Activé ?",
|
|
70127
|
+
["children"]: "Enfants",
|
|
70128
|
+
["createdAt"]: "Créé le",
|
|
70129
|
+
["updatedAt"]: "Mis à jour le",
|
|
70130
|
+
["protocol"]: "Protocole",
|
|
70131
|
+
["protocols"]: "Protocoles",
|
|
70132
|
+
["preset"]: "Préréglage",
|
|
70133
|
+
["presets"]: "Préréglages",
|
|
70134
|
+
["timeout"]: "Délai d'attente",
|
|
70135
|
+
["startTls"]: "StartTLS",
|
|
70136
|
+
["baseDn"]: "DN de base",
|
|
70137
|
+
["filter"]: "Filtre",
|
|
70138
|
+
["class"]: "Classe",
|
|
70139
|
+
["nameAttribute"]: "Attribut de nom",
|
|
70140
|
+
["mailAttribute"]: "Attribut d'e-mail",
|
|
70141
|
+
["displayNameAttribute"]: "Attribut du nom d'affichage",
|
|
70142
|
+
["memberAttribute"]: "Attribut de membre",
|
|
70143
|
+
["memberUserAttribute"]: "Attribut d'utilisateur membre",
|
|
70144
|
+
["clientId"]: "ID client",
|
|
70145
|
+
["clientSecret"]: "Secret du client",
|
|
70146
|
+
["token"]: "Jeton",
|
|
70147
|
+
["userInfo"]: "UserInfo",
|
|
70148
|
+
["discovery"]: "Découverte",
|
|
70149
|
+
["redirectUrl"]: "URL de redirection"
|
|
69850
70150
|
};
|
|
69851
70151
|
var TranslatorTranslationMailFrench = {
|
|
69852
70152
|
["code"]: "Code",
|
|
@@ -69873,7 +70173,13 @@ var TranslatorTranslationActionSpanish = {
|
|
|
69873
70173
|
["register"]: "Registrarse",
|
|
69874
70174
|
["activate"]: "Activar",
|
|
69875
70175
|
["reset"]: "Restablecer",
|
|
69876
|
-
["send"]: "Enviar"
|
|
70176
|
+
["send"]: "Enviar",
|
|
70177
|
+
["back"]: "Atrás",
|
|
70178
|
+
["close"]: "Cerrar",
|
|
70179
|
+
["lookup"]: "Buscar",
|
|
70180
|
+
["show"]: "Mostrar",
|
|
70181
|
+
["hide"]: "Ocultar",
|
|
70182
|
+
["remove"]: "Quitar"
|
|
69877
70183
|
};
|
|
69878
70184
|
var TranslatorTranslationAppSpanish = {
|
|
69879
70185
|
["home"]: "Inicio",
|
|
@@ -69895,7 +70201,7 @@ var TranslatorTranslationAppSpanish = {
|
|
|
69895
70201
|
["redirectUrl"]: "URL de redirección",
|
|
69896
70202
|
["generatedUrl"]: "URL generada",
|
|
69897
70203
|
["toggleNavigation"]: "Alternar navegación",
|
|
69898
|
-
["sessionRenew"]: "La sesión se renovará en",
|
|
70204
|
+
["sessionRenew"]: "La sesión se renovará en {countdown}.",
|
|
69899
70205
|
["minutes"]: "minuto(s)",
|
|
69900
70206
|
["seconds"]: "segundo(s)",
|
|
69901
70207
|
["entityCreated"]: "{{entity}} se creó correctamente.",
|
|
@@ -69911,9 +70217,9 @@ var TranslatorTranslationClientSpanish = {
|
|
|
69911
70217
|
["isActive"]: "¿Está activo?",
|
|
69912
70218
|
["hashSecret"]: "¿Aplicar hash al secreto?",
|
|
69913
70219
|
["loginFailed"]: "La operación de inicio de sesión falló",
|
|
69914
|
-
["scopeGrantIntro"]: "Esto permitirá que la aplicación {
|
|
69915
|
-
["onceAuthorizedRedirect"]: "Una vez autorizado, será redirigido a
|
|
69916
|
-
["governedBy"]: "Esta aplicación se rige por la
|
|
70220
|
+
["scopeGrantIntro"]: "Esto permitirá que la aplicación {client}",
|
|
70221
|
+
["onceAuthorizedRedirect"]: "Una vez autorizado, será redirigido a {target}.",
|
|
70222
|
+
["governedBy"]: "Esta aplicación se rige por la {privacyPolicy} y los {termsOfService} de la aplicación {{client}}.",
|
|
69917
70223
|
["activeSince"]: "Activo desde",
|
|
69918
70224
|
["viewPolicyDetails"]: "Ver detalles de la política",
|
|
69919
70225
|
["createAccount"]: "Crear cuenta",
|
|
@@ -69926,7 +70232,33 @@ var TranslatorTranslationClientSpanish = {
|
|
|
69926
70232
|
["checkEmailReset"]: "Revisa tu correo electrónico para obtener el código de restablecimiento.",
|
|
69927
70233
|
["accountActivated"]: "La cuenta se activó correctamente.",
|
|
69928
70234
|
["passwordResetDone"]: "La contraseña se restableció correctamente.",
|
|
69929
|
-
["workflowDisabled"]: "Esta función no está habilitada."
|
|
70235
|
+
["workflowDisabled"]: "Esta función no está habilitada.",
|
|
70236
|
+
["privacyPolicy"]: "Política de Privacidad",
|
|
70237
|
+
["termsOfService"]: "Términos de Servicio",
|
|
70238
|
+
["policyTypeComposite"]: "Compuesta",
|
|
70239
|
+
["policyTypeDate"]: "Fecha",
|
|
70240
|
+
["policyTypeTime"]: "Hora",
|
|
70241
|
+
["policyTypeAttributeNames"]: "Nombres de atributos",
|
|
70242
|
+
["policyTypeAttributes"]: "Atributos",
|
|
70243
|
+
["policyTypeRealmMatch"]: "Coincidencia de realm",
|
|
70244
|
+
["policyTypeIdentity"]: "Identidad",
|
|
70245
|
+
["policyTypePermissionBinding"]: "Vinculación de permiso",
|
|
70246
|
+
["decisionStrategyHintUnanimous"]: "Todas las políticas deben evaluarse positivamente.",
|
|
70247
|
+
["decisionStrategyHintAffirmative"]: "Al menos una política debe evaluarse positivamente.",
|
|
70248
|
+
["decisionStrategyHintConsensus"]: "Más políticas deben evaluarse positivamente que negativamente.",
|
|
70249
|
+
["decisionStrategyHintDefault"]: "Ninguna estrategia seleccionada. Por defecto: unánime (todas las políticas deben evaluarse positivamente).",
|
|
70250
|
+
["optionNoneUnanimous"]: "-- Ninguna (predeterminado: unánime) --",
|
|
70251
|
+
["realmMatchStrictHint"]: "¿Coincidir solo si el atributo es estrictamente igual al nombre?",
|
|
70252
|
+
["realmMatchNullMatchAllHint"]: "Determina si los recursos con valor de realm-id/nombre nulo coinciden con todos los realms de identidad.{br}Si está activado, cualquier realm de identidad puede acceder a recursos con valores de realm nulos.",
|
|
70253
|
+
["realmMatchMasterMatchAllHint"]: "Especifica si el realm maestro de una identidad coincide con todos los atributos de realm-id/nombre, incluidos los nulos.{br}Si está activado, el realm maestro puede acceder a cualquier recurso independientemente de su valor de realm.",
|
|
70254
|
+
["enableStartTlsHint"]: "¿Activar el proceso StartTLS?",
|
|
70255
|
+
["passwordMustMatch"]: "Debe coincidir con la contraseña.",
|
|
70256
|
+
["lookupFailed"]: "La búsqueda falló con: {{message}}",
|
|
70257
|
+
["protocolNotSupported"]: "{{name}} aún no es compatible.",
|
|
70258
|
+
["junctionPolicy"]: "Política de unión",
|
|
70259
|
+
["selectionUpdating"]: "Actualizando selección",
|
|
70260
|
+
["selectionRemove"]: "Quitar de la selección",
|
|
70261
|
+
["selectionAdd"]: "Añadir a la selección"
|
|
69930
70262
|
};
|
|
69931
70263
|
var TranslatorTranslationCommonSpanish = {
|
|
69932
70264
|
["general"]: "General",
|
|
@@ -69940,7 +70272,20 @@ var TranslatorTranslationCommonSpanish = {
|
|
|
69940
70272
|
["search"]: "Buscar",
|
|
69941
70273
|
["noResults"]: "No se encontraron resultados.",
|
|
69942
70274
|
["switchToLightMode"]: "Cambiar a modo claro",
|
|
69943
|
-
["switchToDarkMode"]: "Cambiar a modo oscuro"
|
|
70275
|
+
["switchToDarkMode"]: "Cambiar a modo oscuro",
|
|
70276
|
+
["yes"]: "Sí",
|
|
70277
|
+
["builtIn"]: "Integrado",
|
|
70278
|
+
["global"]: "Global",
|
|
70279
|
+
["inverted"]: "Invertido",
|
|
70280
|
+
["confidential"]: "Confidencial",
|
|
70281
|
+
["basic"]: "Básico",
|
|
70282
|
+
["security"]: "Seguridad",
|
|
70283
|
+
["connection"]: "Conexión",
|
|
70284
|
+
["endpoints"]: "Puntos de conexión",
|
|
70285
|
+
["details"]: "Detalles",
|
|
70286
|
+
["group"]: "Grupo",
|
|
70287
|
+
["noItems"]: "La lista aún no contiene elementos.",
|
|
70288
|
+
["processing"]: "Procesando"
|
|
69944
70289
|
};
|
|
69945
70290
|
var TranslatorTranslationEntitySpanish = {
|
|
69946
70291
|
["client"]: definePlural({
|
|
@@ -70036,7 +70381,37 @@ var TranslatorTranslationFieldSpanish = {
|
|
|
70036
70381
|
["dayOfMonth"]: "Día del mes",
|
|
70037
70382
|
["dayOfYear"]: "Día del año",
|
|
70038
70383
|
["valueIsRegex"]: "¿Es el valor un patrón regex?",
|
|
70039
|
-
["code"]: "Código"
|
|
70384
|
+
["code"]: "Código",
|
|
70385
|
+
["names"]: "Nombres",
|
|
70386
|
+
["passwordRepeat"]: "Repetir contraseña",
|
|
70387
|
+
["id"]: "ID",
|
|
70388
|
+
["type"]: "Tipo",
|
|
70389
|
+
["types"]: "Tipos",
|
|
70390
|
+
["invert"]: "¿Invertir?",
|
|
70391
|
+
["enabled"]: "¿Activado?",
|
|
70392
|
+
["children"]: "Hijos",
|
|
70393
|
+
["createdAt"]: "Creado el",
|
|
70394
|
+
["updatedAt"]: "Actualizado el",
|
|
70395
|
+
["protocol"]: "Protocolo",
|
|
70396
|
+
["protocols"]: "Protocolos",
|
|
70397
|
+
["preset"]: "Preajuste",
|
|
70398
|
+
["presets"]: "Preajustes",
|
|
70399
|
+
["timeout"]: "Tiempo de espera",
|
|
70400
|
+
["startTls"]: "StartTLS",
|
|
70401
|
+
["baseDn"]: "DN base",
|
|
70402
|
+
["filter"]: "Filtro",
|
|
70403
|
+
["class"]: "Clase",
|
|
70404
|
+
["nameAttribute"]: "Atributo de nombre",
|
|
70405
|
+
["mailAttribute"]: "Atributo de correo",
|
|
70406
|
+
["displayNameAttribute"]: "Atributo del nombre para mostrar",
|
|
70407
|
+
["memberAttribute"]: "Atributo de miembro",
|
|
70408
|
+
["memberUserAttribute"]: "Atributo de usuario miembro",
|
|
70409
|
+
["clientId"]: "ID de cliente",
|
|
70410
|
+
["clientSecret"]: "Secreto del cliente",
|
|
70411
|
+
["token"]: "Token",
|
|
70412
|
+
["userInfo"]: "UserInfo",
|
|
70413
|
+
["discovery"]: "Descubrimiento",
|
|
70414
|
+
["redirectUrl"]: "URL de redirección"
|
|
70040
70415
|
};
|
|
70041
70416
|
var TranslatorTranslationMailSpanish = {
|
|
70042
70417
|
["code"]: "Código",
|
|
@@ -96606,6 +96981,13 @@ var AFormInputList_vue_vue_type_script_lang_default = (0, vue_exports.defineComp
|
|
|
96606
96981
|
namespace: TranslatorTranslationNamespace.ACTION,
|
|
96607
96982
|
key: TranslatorTranslationActionKey.ADD
|
|
96608
96983
|
}]);
|
|
96984
|
+
const translationsDefault = useTranslations([{
|
|
96985
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
96986
|
+
key: TranslatorTranslationFieldKey.NAMES
|
|
96987
|
+
}, {
|
|
96988
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
96989
|
+
key: TranslatorTranslationCommonKey.NO_ITEMS
|
|
96990
|
+
}]);
|
|
96609
96991
|
let counter = 0;
|
|
96610
96992
|
const items = (0, vue_exports.ref)([]);
|
|
96611
96993
|
const add = (item) => {
|
|
@@ -96644,7 +97026,8 @@ var AFormInputList_vue_vue_type_script_lang_default = (0, vue_exports.defineComp
|
|
|
96644
97026
|
handleDeleted,
|
|
96645
97027
|
handleUpdated,
|
|
96646
97028
|
items,
|
|
96647
|
-
translationsAction
|
|
97029
|
+
translationsAction,
|
|
97030
|
+
translationsDefault
|
|
96648
97031
|
};
|
|
96649
97032
|
}
|
|
96650
97033
|
});
|
|
@@ -96655,13 +97038,13 @@ function _sfc_ssrRender$86(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
96655
97038
|
const _component_AFormInputListItem = (0, vue_exports.resolveComponent)("AFormInputListItem");
|
|
96656
97039
|
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col gap-2" }, _attrs))}><div class="flex flex-row"><div class="self-end">`);
|
|
96657
97040
|
(0, server_renderer_exports.ssrRenderSlot)(_ctx.$slots, "label", {}, () => {
|
|
96658
|
-
_push(
|
|
97041
|
+
_push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.names)}`);
|
|
96659
97042
|
}, _push, _parent);
|
|
96660
97043
|
_push(`</div><div class="ms-auto"><button class="btn btn-xs btn-primary" type="button"${(0, server_renderer_exports.ssrIncludeBooleanAttr)(!_ctx.canAdd) ? " disabled" : ""}>`);
|
|
96661
97044
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:plus" }, null, _parent));
|
|
96662
97045
|
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsAction.add)}</button></div></div><div class="flex flex-col gap-1">`);
|
|
96663
97046
|
if (_ctx.items.length === 0) (0, server_renderer_exports.ssrRenderSlot)(_ctx.$slots, "noItems", {}, () => {
|
|
96664
|
-
_push(`<div class="alert alert-sm alert-info"
|
|
97047
|
+
_push(`<div class="alert alert-sm alert-info">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.noItems)}</div>`);
|
|
96665
97048
|
}, _push, _parent);
|
|
96666
97049
|
else _push(`<!---->`);
|
|
96667
97050
|
_push(`<!--[-->`);
|
|
@@ -98602,11 +98985,28 @@ var AToggleButton_vue_vue_type_script_lang_default$1 = (0, vue_exports.defineCom
|
|
|
98602
98985
|
},
|
|
98603
98986
|
emits: ["changed"],
|
|
98604
98987
|
setup(props, { emit }) {
|
|
98988
|
+
const translations = useTranslations([
|
|
98989
|
+
{
|
|
98990
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
98991
|
+
key: TranslatorTranslationCommonKey.PROCESSING
|
|
98992
|
+
},
|
|
98993
|
+
{
|
|
98994
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
98995
|
+
key: TranslatorTranslationActionKey.REMOVE
|
|
98996
|
+
},
|
|
98997
|
+
{
|
|
98998
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
98999
|
+
key: TranslatorTranslationActionKey.ADD
|
|
99000
|
+
}
|
|
99001
|
+
]);
|
|
98605
99002
|
const handleClick = (e) => {
|
|
98606
99003
|
e.preventDefault();
|
|
98607
99004
|
emit("changed", !props.value);
|
|
98608
99005
|
};
|
|
98609
|
-
return {
|
|
99006
|
+
return {
|
|
99007
|
+
handleClick,
|
|
99008
|
+
translations
|
|
99009
|
+
};
|
|
98610
99010
|
}
|
|
98611
99011
|
});
|
|
98612
99012
|
//#endregion
|
|
@@ -98615,7 +99015,7 @@ function _sfc_ssrRender$85(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
98615
99015
|
const _component_VCIcon = (0, vue_exports.resolveComponent)("VCIcon");
|
|
98616
99016
|
_push(`<button${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({
|
|
98617
99017
|
type: "button",
|
|
98618
|
-
"aria-label": _ctx.isBusy ?
|
|
99018
|
+
"aria-label": _ctx.isBusy ? _ctx.translations.processing : _ctx.value ? _ctx.translations.remove : _ctx.translations.add,
|
|
98619
99019
|
class: ["btn btn-xs", {
|
|
98620
99020
|
"btn-dark": _ctx.isBusy,
|
|
98621
99021
|
"btn-success": !_ctx.isBusy && !_ctx.value,
|
|
@@ -99510,10 +99910,15 @@ var AToggleButton_vue_vue_type_script_lang_default = (0, vue_exports.defineCompo
|
|
|
99510
99910
|
},
|
|
99511
99911
|
emits: ["changed"],
|
|
99512
99912
|
setup(props, { emit }) {
|
|
99913
|
+
const translationsClient = useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [
|
|
99914
|
+
{ key: TranslatorTranslationClientKey.SELECTION_UPDATING },
|
|
99915
|
+
{ key: TranslatorTranslationClientKey.SELECTION_REMOVE },
|
|
99916
|
+
{ key: TranslatorTranslationClientKey.SELECTION_ADD }
|
|
99917
|
+
]);
|
|
99513
99918
|
return {
|
|
99514
99919
|
ariaLabel: (0, vue_exports.computed)(() => {
|
|
99515
|
-
if (props.isBusy) return
|
|
99516
|
-
return props.value ?
|
|
99920
|
+
if (props.isBusy) return translationsClient.selectionUpdating;
|
|
99921
|
+
return props.value ? translationsClient.selectionRemove : translationsClient.selectionAdd;
|
|
99517
99922
|
}),
|
|
99518
99923
|
toggle() {
|
|
99519
99924
|
emit("changed", !props.value);
|
|
@@ -100650,14 +101055,6 @@ var APermissionCheck = (0, vue_exports.defineComponent)({
|
|
|
100650
101055
|
});
|
|
100651
101056
|
//#endregion
|
|
100652
101057
|
//#region ../../packages/client-web-kit/src/components/entities/permission/APermissionForm.vue?vue&type=script&lang.ts
|
|
100653
|
-
function decisionStrategyHint(value) {
|
|
100654
|
-
switch (value) {
|
|
100655
|
-
case DecisionStrategy.AFFIRMATIVE: return "At least one policy must evaluate positively.";
|
|
100656
|
-
case DecisionStrategy.CONSENSUS: return "More policies must evaluate positively than negatively.";
|
|
100657
|
-
case DecisionStrategy.UNANIMOUS: return "All policies must evaluate positively.";
|
|
100658
|
-
default: return "No strategy selected. Defaults to unanimous (all policies must evaluate positively).";
|
|
100659
|
-
}
|
|
100660
|
-
}
|
|
100661
101058
|
var APermissionForm_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
100662
101059
|
components: {
|
|
100663
101060
|
ANameInput: ANameInput_default,
|
|
@@ -100747,6 +101144,13 @@ var APermissionForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCom
|
|
|
100747
101144
|
count: 1
|
|
100748
101145
|
}
|
|
100749
101146
|
]);
|
|
101147
|
+
const translationsClient = useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [
|
|
101148
|
+
{ key: TranslatorTranslationClientKey.OPTION_NONE_UNANIMOUS },
|
|
101149
|
+
{ key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_AFFIRMATIVE },
|
|
101150
|
+
{ key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_CONSENSUS },
|
|
101151
|
+
{ key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_UNANIMOUS },
|
|
101152
|
+
{ key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_DEFAULT }
|
|
101153
|
+
]);
|
|
100750
101154
|
return {
|
|
100751
101155
|
busy,
|
|
100752
101156
|
v,
|
|
@@ -100754,8 +101158,16 @@ var APermissionForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCom
|
|
|
100754
101158
|
isBuiltIn,
|
|
100755
101159
|
realmId,
|
|
100756
101160
|
decisionStrategyOptions,
|
|
100757
|
-
decisionStrategyHint: (0, vue_exports.computed)(() =>
|
|
101161
|
+
decisionStrategyHint: (0, vue_exports.computed)(() => {
|
|
101162
|
+
switch (form.decision_strategy) {
|
|
101163
|
+
case DecisionStrategy.AFFIRMATIVE: return translationsClient.decisionStrategyHintAffirmative;
|
|
101164
|
+
case DecisionStrategy.CONSENSUS: return translationsClient.decisionStrategyHintConsensus;
|
|
101165
|
+
case DecisionStrategy.UNANIMOUS: return translationsClient.decisionStrategyHintUnanimous;
|
|
101166
|
+
default: return translationsClient.decisionStrategyHintDefault;
|
|
101167
|
+
}
|
|
101168
|
+
}),
|
|
100758
101169
|
translationsDefault,
|
|
101170
|
+
translationsClient,
|
|
100759
101171
|
submit
|
|
100760
101172
|
};
|
|
100761
101173
|
}
|
|
@@ -100901,18 +101313,19 @@ function _sfc_ssrRender$74(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
100901
101313
|
modelValue: _ctx.v.fields.decision_strategy.$model.value,
|
|
100902
101314
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.decision_strategy.$model.value = $event,
|
|
100903
101315
|
options: _ctx.decisionStrategyOptions,
|
|
100904
|
-
placeholder:
|
|
101316
|
+
placeholder: _ctx.translationsClient.optionNoneUnanimous
|
|
100905
101317
|
}, null, _parent, _scopeId));
|
|
100906
101318
|
_push(`<div class="alert alert-sm alert-info mt-1 mb-0"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.decisionStrategyHint)}</div>`);
|
|
100907
101319
|
} else return [(0, vue_exports.createVNode)(_component_VCFormSelect, {
|
|
100908
101320
|
modelValue: _ctx.v.fields.decision_strategy.$model.value,
|
|
100909
101321
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.decision_strategy.$model.value = $event,
|
|
100910
101322
|
options: _ctx.decisionStrategyOptions,
|
|
100911
|
-
placeholder:
|
|
101323
|
+
placeholder: _ctx.translationsClient.optionNoneUnanimous
|
|
100912
101324
|
}, null, 8, [
|
|
100913
101325
|
"modelValue",
|
|
100914
101326
|
"onUpdate:modelValue",
|
|
100915
|
-
"options"
|
|
101327
|
+
"options",
|
|
101328
|
+
"placeholder"
|
|
100916
101329
|
]), (0, vue_exports.createVNode)("div", { class: "alert alert-sm alert-info mt-1 mb-0" }, (0, vue_exports.toDisplayString)(_ctx.decisionStrategyHint), 1)];
|
|
100917
101330
|
}),
|
|
100918
101331
|
_: 2
|
|
@@ -100923,11 +101336,12 @@ function _sfc_ssrRender$74(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
100923
101336
|
modelValue: _ctx.v.fields.decision_strategy.$model.value,
|
|
100924
101337
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.decision_strategy.$model.value = $event,
|
|
100925
101338
|
options: _ctx.decisionStrategyOptions,
|
|
100926
|
-
placeholder:
|
|
101339
|
+
placeholder: _ctx.translationsClient.optionNoneUnanimous
|
|
100927
101340
|
}, null, 8, [
|
|
100928
101341
|
"modelValue",
|
|
100929
101342
|
"onUpdate:modelValue",
|
|
100930
|
-
"options"
|
|
101343
|
+
"options",
|
|
101344
|
+
"placeholder"
|
|
100931
101345
|
]), (0, vue_exports.createVNode)("div", { class: "alert alert-sm alert-info mt-1 mb-0" }, (0, vue_exports.toDisplayString)(_ctx.decisionStrategyHint), 1)]),
|
|
100932
101346
|
_: 2
|
|
100933
101347
|
}, 1032, ["validation"])];
|
|
@@ -101040,30 +101454,46 @@ var APolicies = (0, vue_exports.defineComponent)({
|
|
|
101040
101454
|
}
|
|
101041
101455
|
});
|
|
101042
101456
|
//#endregion
|
|
101043
|
-
//#region ../../packages/client-web-kit/src/components/entities/policy/
|
|
101044
|
-
var
|
|
101045
|
-
[BuiltInPolicyType.COMPOSITE]:
|
|
101046
|
-
[BuiltInPolicyType.DATE]:
|
|
101047
|
-
[BuiltInPolicyType.TIME]:
|
|
101048
|
-
[BuiltInPolicyType.ATTRIBUTE_NAMES]:
|
|
101049
|
-
[BuiltInPolicyType.ATTRIBUTES]:
|
|
101050
|
-
[BuiltInPolicyType.REALM_MATCH]:
|
|
101051
|
-
[BuiltInPolicyType.IDENTITY]:
|
|
101052
|
-
[BuiltInPolicyType.PERMISSION_BINDING]:
|
|
101457
|
+
//#region ../../packages/client-web-kit/src/components/entities/policy/policy-type.ts
|
|
101458
|
+
var POLICY_TYPE_TRANSLATION_KEYS = {
|
|
101459
|
+
[BuiltInPolicyType.COMPOSITE]: TranslatorTranslationClientKey.POLICY_TYPE_COMPOSITE,
|
|
101460
|
+
[BuiltInPolicyType.DATE]: TranslatorTranslationClientKey.POLICY_TYPE_DATE,
|
|
101461
|
+
[BuiltInPolicyType.TIME]: TranslatorTranslationClientKey.POLICY_TYPE_TIME,
|
|
101462
|
+
[BuiltInPolicyType.ATTRIBUTE_NAMES]: TranslatorTranslationClientKey.POLICY_TYPE_ATTRIBUTE_NAMES,
|
|
101463
|
+
[BuiltInPolicyType.ATTRIBUTES]: TranslatorTranslationClientKey.POLICY_TYPE_ATTRIBUTES,
|
|
101464
|
+
[BuiltInPolicyType.REALM_MATCH]: TranslatorTranslationClientKey.POLICY_TYPE_REALM_MATCH,
|
|
101465
|
+
[BuiltInPolicyType.IDENTITY]: TranslatorTranslationClientKey.POLICY_TYPE_IDENTITY,
|
|
101466
|
+
[BuiltInPolicyType.PERMISSION_BINDING]: TranslatorTranslationClientKey.POLICY_TYPE_PERMISSION_BINDING
|
|
101053
101467
|
};
|
|
101468
|
+
//#endregion
|
|
101469
|
+
//#region ../../packages/client-web-kit/src/components/entities/policy/APolicyTypeBadge.vue?vue&type=script&lang.ts
|
|
101054
101470
|
var APolicyTypeBadge_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
101055
101471
|
props: { type: {
|
|
101056
101472
|
type: String,
|
|
101057
101473
|
required: true
|
|
101058
101474
|
} },
|
|
101059
|
-
setup() {
|
|
101060
|
-
|
|
101475
|
+
setup(props) {
|
|
101476
|
+
const translations = useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [
|
|
101477
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_COMPOSITE },
|
|
101478
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_DATE },
|
|
101479
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_TIME },
|
|
101480
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_ATTRIBUTE_NAMES },
|
|
101481
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_ATTRIBUTES },
|
|
101482
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_REALM_MATCH },
|
|
101483
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_IDENTITY },
|
|
101484
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_PERMISSION_BINDING }
|
|
101485
|
+
]);
|
|
101486
|
+
return { label: (0, vue_exports.computed)(() => {
|
|
101487
|
+
const key = POLICY_TYPE_TRANSLATION_KEYS[props.type];
|
|
101488
|
+
if (key) return translations[key];
|
|
101489
|
+
return props.type;
|
|
101490
|
+
}) };
|
|
101061
101491
|
}
|
|
101062
101492
|
});
|
|
101063
101493
|
//#endregion
|
|
101064
101494
|
//#region ../../packages/client-web-kit/src/components/entities/policy/APolicyTypeBadge.vue
|
|
101065
101495
|
function _sfc_ssrRender$73(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
101066
|
-
_push(`<span${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "badge bg-info-500" }, _attrs))}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.
|
|
101496
|
+
_push(`<span${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "badge bg-info-500" }, _attrs))}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.label)}</span>`);
|
|
101067
101497
|
}
|
|
101068
101498
|
var _sfc_setup$75 = APolicyTypeBadge_vue_vue_type_script_lang_default.setup;
|
|
101069
101499
|
APolicyTypeBadge_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
@@ -101131,7 +101561,10 @@ var APolicyInlineInfo_vue_vue_type_script_lang_default = (0, vue_exports.defineC
|
|
|
101131
101561
|
const handleDetail = () => {
|
|
101132
101562
|
emit("detail", props.entity);
|
|
101133
101563
|
};
|
|
101134
|
-
return {
|
|
101564
|
+
return {
|
|
101565
|
+
handleDetail,
|
|
101566
|
+
translations: useTranslationsForNamespace(TranslatorTranslationNamespace.COMMON, [{ key: TranslatorTranslationCommonKey.INVERTED }])
|
|
101567
|
+
};
|
|
101135
101568
|
}
|
|
101136
101569
|
});
|
|
101137
101570
|
//#endregion
|
|
@@ -101141,7 +101574,7 @@ function _sfc_ssrRender$71(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
101141
101574
|
const _component_APolicyDetailNav = (0, vue_exports.resolveComponent)("APolicyDetailNav");
|
|
101142
101575
|
_push(`<!--[-->`);
|
|
101143
101576
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APolicyTypeBadge, { type: _ctx.entity.type }, null, _parent));
|
|
101144
|
-
if (_ctx.entity.invert) _push(`<span class="badge bg-warning-500"
|
|
101577
|
+
if (_ctx.entity.invert) _push(`<span class="badge bg-warning-500">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.inverted)}</span>`);
|
|
101145
101578
|
else _push(`<!---->`);
|
|
101146
101579
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APolicyDetailNav, {
|
|
101147
101580
|
"policy-id": _ctx.entity.id,
|
|
@@ -101163,22 +101596,54 @@ var APolicySummary_vue_vue_type_script_lang_default = (0, vue_exports.defineComp
|
|
|
101163
101596
|
props: { entity: {
|
|
101164
101597
|
type: Object,
|
|
101165
101598
|
required: true
|
|
101166
|
-
} }
|
|
101599
|
+
} },
|
|
101600
|
+
setup() {
|
|
101601
|
+
return { translations: useTranslations([
|
|
101602
|
+
{
|
|
101603
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
101604
|
+
key: TranslatorTranslationFieldKey.NAME
|
|
101605
|
+
},
|
|
101606
|
+
{
|
|
101607
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
101608
|
+
key: TranslatorTranslationFieldKey.TYPE
|
|
101609
|
+
},
|
|
101610
|
+
{
|
|
101611
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
101612
|
+
key: TranslatorTranslationFieldKey.DISPLAY_NAME
|
|
101613
|
+
},
|
|
101614
|
+
{
|
|
101615
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
101616
|
+
key: TranslatorTranslationFieldKey.DESCRIPTION
|
|
101617
|
+
},
|
|
101618
|
+
{
|
|
101619
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
101620
|
+
key: TranslatorTranslationFieldKey.INVERT
|
|
101621
|
+
},
|
|
101622
|
+
{
|
|
101623
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
101624
|
+
key: TranslatorTranslationCommonKey.BUILT_IN
|
|
101625
|
+
},
|
|
101626
|
+
{
|
|
101627
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
101628
|
+
key: TranslatorTranslationCommonKey.YES
|
|
101629
|
+
}
|
|
101630
|
+
]) };
|
|
101631
|
+
}
|
|
101167
101632
|
});
|
|
101168
101633
|
//#endregion
|
|
101169
101634
|
//#region ../../packages/client-web-kit/src/components/entities/policy/APolicySummary.vue
|
|
101170
101635
|
function _sfc_ssrRender$70(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
101171
101636
|
const _component_APolicyTypeBadge = (0, vue_exports.resolveComponent)("APolicyTypeBadge");
|
|
101172
|
-
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)(_attrs)}><div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}"
|
|
101637
|
+
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)(_attrs)}><div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.name)}</strong><div>${(0, server_renderer_exports.ssrInterpolate)(_ctx.entity.name)}</div></div><div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.type)}</strong><div>`);
|
|
101173
101638
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APolicyTypeBadge, { type: _ctx.entity.type }, null, _parent));
|
|
101174
101639
|
_push(`</div></div>`);
|
|
101175
|
-
if (_ctx.entity.display_name) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}"
|
|
101640
|
+
if (_ctx.entity.display_name) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.displayName)}</strong><div>${(0, server_renderer_exports.ssrInterpolate)(_ctx.entity.display_name)}</div></div>`);
|
|
101176
101641
|
else _push(`<!---->`);
|
|
101177
|
-
if (_ctx.entity.description) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}"
|
|
101642
|
+
if (_ctx.entity.description) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.description)}</strong><div>${(0, server_renderer_exports.ssrInterpolate)(_ctx.entity.description)}</div></div>`);
|
|
101178
101643
|
else _push(`<!---->`);
|
|
101179
|
-
if (_ctx.entity.invert) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}"
|
|
101644
|
+
if (_ctx.entity.invert) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.invert)}</strong><div><span class="badge bg-warning-500">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.yes)}</span></div></div>`);
|
|
101180
101645
|
else _push(`<!---->`);
|
|
101181
|
-
if (_ctx.entity.built_in) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}"
|
|
101646
|
+
if (_ctx.entity.built_in) _push(`<div class="flex flex-row gap-2 mb-2"><strong style="${(0, server_renderer_exports.ssrRenderStyle)({ "min-width": "120px" })}">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.builtIn)}</strong><div><span class="badge bg-bg-elevated">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.yes)}</span></div></div>`);
|
|
101182
101647
|
else _push(`<!---->`);
|
|
101183
101648
|
_push(`</div>`);
|
|
101184
101649
|
}
|
|
@@ -101240,6 +101705,22 @@ var APermissionPolicyBindingButton = (0, vue_exports.defineComponent)({
|
|
|
101240
101705
|
}
|
|
101241
101706
|
};
|
|
101242
101707
|
const modalTitleId = `policy-modal-title-${props.entity.id}`;
|
|
101708
|
+
const translationJunctionPolicy = useTranslation({
|
|
101709
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
101710
|
+
key: TranslatorTranslationClientKey.JUNCTION_POLICY
|
|
101711
|
+
});
|
|
101712
|
+
const translationBack = useTranslation({
|
|
101713
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
101714
|
+
key: TranslatorTranslationActionKey.BACK
|
|
101715
|
+
});
|
|
101716
|
+
const translationReset = useTranslation({
|
|
101717
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
101718
|
+
key: TranslatorTranslationActionKey.RESET
|
|
101719
|
+
});
|
|
101720
|
+
const translationClose = useTranslation({
|
|
101721
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
101722
|
+
key: TranslatorTranslationActionKey.CLOSE
|
|
101723
|
+
});
|
|
101243
101724
|
const VCIcon = (0, vue_exports.resolveComponent)("VCIcon");
|
|
101244
101725
|
return () => {
|
|
101245
101726
|
const children = [];
|
|
@@ -101279,9 +101760,9 @@ var APermissionPolicyBindingButton = (0, vue_exports.defineComponent)({
|
|
|
101279
101760
|
}, [(0, vue_exports.h)(VCIcon, {
|
|
101280
101761
|
name: "fa6-solid:arrow-left",
|
|
101281
101762
|
class: "me-1"
|
|
101282
|
-
}),
|
|
101763
|
+
}), translationBack.value])];
|
|
101283
101764
|
} else {
|
|
101284
|
-
modalTitle =
|
|
101765
|
+
modalTitle = translationJunctionPolicy.value;
|
|
101285
101766
|
modalBody = (0, vue_exports.h)(APolicies, { query: { filters: { parent_id: null } } }, { [SlotName.ITEM]: (slotProps) => {
|
|
101286
101767
|
const isSelected = currentPolicyId.value === slotProps.data.id;
|
|
101287
101768
|
return [
|
|
@@ -101314,13 +101795,13 @@ var APermissionPolicyBindingButton = (0, vue_exports.defineComponent)({
|
|
|
101314
101795
|
onClick() {
|
|
101315
101796
|
handlePolicySelect(null);
|
|
101316
101797
|
}
|
|
101317
|
-
},
|
|
101798
|
+
}, translationReset.value) : void 0, (0, vue_exports.h)("button", {
|
|
101318
101799
|
type: "button",
|
|
101319
101800
|
class: "btn btn-secondary btn-xs",
|
|
101320
101801
|
onClick() {
|
|
101321
101802
|
modalOpen.value = false;
|
|
101322
101803
|
}
|
|
101323
|
-
},
|
|
101804
|
+
}, translationClose.value)];
|
|
101324
101805
|
}
|
|
101325
101806
|
const modal = (0, vue_exports.h)("div", {
|
|
101326
101807
|
class: "modal fade show d-block",
|
|
@@ -101341,7 +101822,7 @@ var APermissionPolicyBindingButton = (0, vue_exports.defineComponent)({
|
|
|
101341
101822
|
}, modalTitle), (0, vue_exports.h)("button", {
|
|
101342
101823
|
type: "button",
|
|
101343
101824
|
class: "btn-close",
|
|
101344
|
-
"aria-label":
|
|
101825
|
+
"aria-label": translationClose.value,
|
|
101345
101826
|
onClick() {
|
|
101346
101827
|
if (detailPolicy.value) detailPolicy.value = null;
|
|
101347
101828
|
else modalOpen.value = false;
|
|
@@ -102437,7 +102918,7 @@ var AIdentityProviderBasicFields_vue_vue_type_script_lang_default = (0, vue_expo
|
|
|
102437
102918
|
},
|
|
102438
102919
|
{
|
|
102439
102920
|
namespace: TranslatorTranslationNamespace.FIELD,
|
|
102440
|
-
key: TranslatorTranslationFieldKey.
|
|
102921
|
+
key: TranslatorTranslationFieldKey.ENABLED
|
|
102441
102922
|
}
|
|
102442
102923
|
]);
|
|
102443
102924
|
const onEnabledChange = (value) => {
|
|
@@ -102535,7 +103016,7 @@ function _sfc_ssrRender$61(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102535
103016
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormSwitch, {
|
|
102536
103017
|
"model-value": _ctx.v.fields.enabled.$model.value,
|
|
102537
103018
|
label: true,
|
|
102538
|
-
"label-content":
|
|
103019
|
+
"label-content": _ctx.translationsDefault.enabled,
|
|
102539
103020
|
"onUpdate:modelValue": _ctx.onEnabledChange
|
|
102540
103021
|
}, null, _parent));
|
|
102541
103022
|
_push(`</div></div>`);
|
|
@@ -102588,6 +103069,28 @@ var AIdentityProviderLdapConnectionFields_vue_vue_type_script_lang_default = (0,
|
|
|
102588
103069
|
};
|
|
102589
103070
|
return {
|
|
102590
103071
|
v,
|
|
103072
|
+
translations: useTranslations([
|
|
103073
|
+
{
|
|
103074
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103075
|
+
key: TranslatorTranslationFieldKey.URL
|
|
103076
|
+
},
|
|
103077
|
+
{
|
|
103078
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103079
|
+
key: TranslatorTranslationFieldKey.TIMEOUT
|
|
103080
|
+
},
|
|
103081
|
+
{
|
|
103082
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103083
|
+
key: TranslatorTranslationFieldKey.START_TLS
|
|
103084
|
+
},
|
|
103085
|
+
{
|
|
103086
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
103087
|
+
key: TranslatorTranslationClientKey.ENABLE_STARTTLS_HINT
|
|
103088
|
+
},
|
|
103089
|
+
{
|
|
103090
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103091
|
+
key: TranslatorTranslationFieldKey.BASE_DN
|
|
103092
|
+
}
|
|
103093
|
+
]),
|
|
102591
103094
|
onTimeoutChange
|
|
102592
103095
|
};
|
|
102593
103096
|
}
|
|
@@ -102604,8 +103107,8 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102604
103107
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102605
103108
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102606
103109
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102607
|
-
if (_push) _push(
|
|
102608
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103110
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.url)}`);
|
|
103111
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.url), 1)];
|
|
102609
103112
|
}),
|
|
102610
103113
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102611
103114
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102622,7 +103125,7 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102622
103125
|
_: 2
|
|
102623
103126
|
}, _parent, _scopeId));
|
|
102624
103127
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102625
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103128
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.url), 1)]),
|
|
102626
103129
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102627
103130
|
modelValue: _ctx.v.fields.url.$model.value,
|
|
102628
103131
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.url.$model.value = $event,
|
|
@@ -102637,8 +103140,8 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102637
103140
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102638
103141
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102639
103142
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102640
|
-
if (_push) _push(
|
|
102641
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103143
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.timeout)}`);
|
|
103144
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.timeout), 1)];
|
|
102642
103145
|
}),
|
|
102643
103146
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102644
103147
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102655,7 +103158,7 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102655
103158
|
_: 2
|
|
102656
103159
|
}, _parent, _scopeId));
|
|
102657
103160
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102658
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103161
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.timeout), 1)]),
|
|
102659
103162
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102660
103163
|
"model-value": String(_ctx.v.fields.timeout.$model.value),
|
|
102661
103164
|
type: "number",
|
|
@@ -102670,33 +103173,41 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102670
103173
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102671
103174
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102672
103175
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102673
|
-
if (_push) _push(
|
|
102674
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103176
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.startTls)}`);
|
|
103177
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.startTls), 1)];
|
|
102675
103178
|
}),
|
|
102676
103179
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102677
103180
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormSwitch, {
|
|
102678
103181
|
modelValue: _ctx.v.fields.start_tls.$model.value,
|
|
102679
103182
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.start_tls.$model.value = $event,
|
|
102680
103183
|
label: true,
|
|
102681
|
-
"label-content":
|
|
103184
|
+
"label-content": _ctx.translations.enableStartTlsHint
|
|
102682
103185
|
}, null, _parent, _scopeId));
|
|
102683
103186
|
else return [(0, vue_exports.createVNode)(_component_VCFormSwitch, {
|
|
102684
103187
|
modelValue: _ctx.v.fields.start_tls.$model.value,
|
|
102685
103188
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.start_tls.$model.value = $event,
|
|
102686
103189
|
label: true,
|
|
102687
|
-
"label-content":
|
|
102688
|
-
}, null, 8, [
|
|
103190
|
+
"label-content": _ctx.translations.enableStartTlsHint
|
|
103191
|
+
}, null, 8, [
|
|
103192
|
+
"modelValue",
|
|
103193
|
+
"onUpdate:modelValue",
|
|
103194
|
+
"label-content"
|
|
103195
|
+
])];
|
|
102689
103196
|
}),
|
|
102690
103197
|
_: 2
|
|
102691
103198
|
}, _parent, _scopeId));
|
|
102692
103199
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102693
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103200
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.startTls), 1)]),
|
|
102694
103201
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormSwitch, {
|
|
102695
103202
|
modelValue: _ctx.v.fields.start_tls.$model.value,
|
|
102696
103203
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.start_tls.$model.value = $event,
|
|
102697
103204
|
label: true,
|
|
102698
|
-
"label-content":
|
|
102699
|
-
}, null, 8, [
|
|
103205
|
+
"label-content": _ctx.translations.enableStartTlsHint
|
|
103206
|
+
}, null, 8, [
|
|
103207
|
+
"modelValue",
|
|
103208
|
+
"onUpdate:modelValue",
|
|
103209
|
+
"label-content"
|
|
103210
|
+
])]),
|
|
102700
103211
|
_: 2
|
|
102701
103212
|
}, 1032, ["validation"])];
|
|
102702
103213
|
}),
|
|
@@ -102706,8 +103217,8 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102706
103217
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102707
103218
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102708
103219
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102709
|
-
if (_push) _push(
|
|
102710
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103220
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.baseDn)}`);
|
|
103221
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.baseDn), 1)];
|
|
102711
103222
|
}),
|
|
102712
103223
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102713
103224
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102724,7 +103235,7 @@ function _sfc_ssrRender$60(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102724
103235
|
_: 2
|
|
102725
103236
|
}, _parent, _scopeId));
|
|
102726
103237
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102727
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103238
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.baseDn), 1)]),
|
|
102728
103239
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102729
103240
|
modelValue: _ctx.v.fields.base_dn.$model.value,
|
|
102730
103241
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.base_dn.$model.value = $event,
|
|
@@ -102775,7 +103286,15 @@ var AIdentityProviderLdapCredentialsFields_vue_vue_type_script_lang_default = (0
|
|
|
102775
103286
|
init();
|
|
102776
103287
|
return {
|
|
102777
103288
|
v,
|
|
102778
|
-
passwordShow
|
|
103289
|
+
passwordShow,
|
|
103290
|
+
translations: useTranslations([{
|
|
103291
|
+
namespace: TranslatorTranslationNamespace.ENTITY,
|
|
103292
|
+
key: TranslatorTranslationEntityKey.USER,
|
|
103293
|
+
count: 1
|
|
103294
|
+
}, {
|
|
103295
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103296
|
+
key: TranslatorTranslationFieldKey.PASSWORD
|
|
103297
|
+
}])
|
|
102779
103298
|
};
|
|
102780
103299
|
}
|
|
102781
103300
|
});
|
|
@@ -102791,8 +103310,8 @@ function _sfc_ssrRender$59(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102791
103310
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102792
103311
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102793
103312
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102794
|
-
if (_push) _push(
|
|
102795
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103313
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.user)}`);
|
|
103314
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.user), 1)];
|
|
102796
103315
|
}),
|
|
102797
103316
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102798
103317
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102807,7 +103326,7 @@ function _sfc_ssrRender$59(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102807
103326
|
_: 2
|
|
102808
103327
|
}, _parent, _scopeId));
|
|
102809
103328
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102810
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103329
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.user), 1)]),
|
|
102811
103330
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102812
103331
|
modelValue: _ctx.v.fields.user.$model.value,
|
|
102813
103332
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user.$model.value = $event
|
|
@@ -102821,8 +103340,8 @@ function _sfc_ssrRender$59(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102821
103340
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102822
103341
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102823
103342
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102824
|
-
if (_push) _push(
|
|
102825
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103343
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.password)}`);
|
|
103344
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.password), 1)];
|
|
102826
103345
|
}),
|
|
102827
103346
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102828
103347
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102865,7 +103384,7 @@ function _sfc_ssrRender$59(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102865
103384
|
_: 2
|
|
102866
103385
|
}, _parent, _scopeId));
|
|
102867
103386
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102868
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103387
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.password), 1)]),
|
|
102869
103388
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102870
103389
|
modelValue: _ctx.v.fields.password.$model.value,
|
|
102871
103390
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.password.$model.value = $event,
|
|
@@ -102929,7 +103448,35 @@ var AIdentityProviderLdapGroupFields_vue_vue_type_script_lang_default = (0, vue_
|
|
|
102929
103448
|
}
|
|
102930
103449
|
onChange(useUpdatedAt(props.entity), () => init());
|
|
102931
103450
|
init();
|
|
102932
|
-
return {
|
|
103451
|
+
return {
|
|
103452
|
+
v,
|
|
103453
|
+
translations: useTranslations([
|
|
103454
|
+
{
|
|
103455
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103456
|
+
key: TranslatorTranslationFieldKey.FILTER
|
|
103457
|
+
},
|
|
103458
|
+
{
|
|
103459
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103460
|
+
key: TranslatorTranslationFieldKey.BASE_DN
|
|
103461
|
+
},
|
|
103462
|
+
{
|
|
103463
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103464
|
+
key: TranslatorTranslationFieldKey.CLASS
|
|
103465
|
+
},
|
|
103466
|
+
{
|
|
103467
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103468
|
+
key: TranslatorTranslationFieldKey.NAME_ATTRIBUTE
|
|
103469
|
+
},
|
|
103470
|
+
{
|
|
103471
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103472
|
+
key: TranslatorTranslationFieldKey.MEMBER_ATTRIBUTE
|
|
103473
|
+
},
|
|
103474
|
+
{
|
|
103475
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103476
|
+
key: TranslatorTranslationFieldKey.MEMBER_USER_ATTRIBUTE
|
|
103477
|
+
}
|
|
103478
|
+
])
|
|
103479
|
+
};
|
|
102933
103480
|
}
|
|
102934
103481
|
});
|
|
102935
103482
|
//#endregion
|
|
@@ -102943,8 +103490,8 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102943
103490
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102944
103491
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102945
103492
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102946
|
-
if (_push) _push(
|
|
102947
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103493
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.filter)}`);
|
|
103494
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.filter), 1)];
|
|
102948
103495
|
}),
|
|
102949
103496
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102950
103497
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102961,7 +103508,7 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102961
103508
|
_: 2
|
|
102962
103509
|
}, _parent, _scopeId));
|
|
102963
103510
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102964
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103511
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.filter), 1)]),
|
|
102965
103512
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102966
103513
|
modelValue: _ctx.v.fields.group_filter.$model.value,
|
|
102967
103514
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.group_filter.$model.value = $event,
|
|
@@ -102976,8 +103523,8 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102976
103523
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
102977
103524
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
102978
103525
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102979
|
-
if (_push) _push(
|
|
102980
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103526
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.baseDn)}`);
|
|
103527
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.baseDn), 1)];
|
|
102981
103528
|
}),
|
|
102982
103529
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
102983
103530
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -102992,7 +103539,7 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
102992
103539
|
_: 2
|
|
102993
103540
|
}, _parent, _scopeId));
|
|
102994
103541
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
102995
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103542
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.baseDn), 1)]),
|
|
102996
103543
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
102997
103544
|
modelValue: _ctx.v.fields.group_base_dn.$model.value,
|
|
102998
103545
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.group_base_dn.$model.value = $event
|
|
@@ -103006,8 +103553,8 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103006
103553
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103007
103554
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103008
103555
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103009
|
-
if (_push) _push(
|
|
103010
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103556
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.class)}`);
|
|
103557
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.class), 1)];
|
|
103011
103558
|
}),
|
|
103012
103559
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103013
103560
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103022,7 +103569,7 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103022
103569
|
_: 2
|
|
103023
103570
|
}, _parent, _scopeId));
|
|
103024
103571
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103025
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103572
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.class), 1)]),
|
|
103026
103573
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103027
103574
|
modelValue: _ctx.v.fields.group_class.$model.value,
|
|
103028
103575
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.group_class.$model.value = $event
|
|
@@ -103036,8 +103583,8 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103036
103583
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103037
103584
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103038
103585
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103039
|
-
if (_push) _push(
|
|
103040
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103586
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.nameAttribute)}`);
|
|
103587
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.nameAttribute), 1)];
|
|
103041
103588
|
}),
|
|
103042
103589
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103043
103590
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103052,7 +103599,7 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103052
103599
|
_: 2
|
|
103053
103600
|
}, _parent, _scopeId));
|
|
103054
103601
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103055
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103602
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.nameAttribute), 1)]),
|
|
103056
103603
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103057
103604
|
modelValue: _ctx.v.fields.group_name_attribute.$model.value,
|
|
103058
103605
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.group_name_attribute.$model.value = $event
|
|
@@ -103066,8 +103613,8 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103066
103613
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103067
103614
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103068
103615
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103069
|
-
if (_push) _push(
|
|
103070
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103616
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.memberAttribute)}`);
|
|
103617
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.memberAttribute), 1)];
|
|
103071
103618
|
}),
|
|
103072
103619
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103073
103620
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103082,7 +103629,7 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103082
103629
|
_: 2
|
|
103083
103630
|
}, _parent, _scopeId));
|
|
103084
103631
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103085
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103632
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.memberAttribute), 1)]),
|
|
103086
103633
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103087
103634
|
modelValue: _ctx.v.fields.group_member_attribute.$model.value,
|
|
103088
103635
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.group_member_attribute.$model.value = $event
|
|
@@ -103096,8 +103643,8 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103096
103643
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103097
103644
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103098
103645
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103099
|
-
if (_push) _push(
|
|
103100
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103646
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.memberUserAttribute)}`);
|
|
103647
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.memberUserAttribute), 1)];
|
|
103101
103648
|
}),
|
|
103102
103649
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103103
103650
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103112,7 +103659,7 @@ function _sfc_ssrRender$58(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103112
103659
|
_: 2
|
|
103113
103660
|
}, _parent, _scopeId));
|
|
103114
103661
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103115
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103662
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.memberUserAttribute), 1)]),
|
|
103116
103663
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103117
103664
|
modelValue: _ctx.v.fields.group_member_user_attribute.$model.value,
|
|
103118
103665
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.group_member_user_attribute.$model.value = $event
|
|
@@ -103162,7 +103709,31 @@ var AIdentityProviderLdapUserFields_vue_vue_type_script_lang_default = (0, vue_e
|
|
|
103162
103709
|
}
|
|
103163
103710
|
onChange(useUpdatedAt(props.entity), () => init());
|
|
103164
103711
|
init();
|
|
103165
|
-
return {
|
|
103712
|
+
return {
|
|
103713
|
+
v,
|
|
103714
|
+
translations: useTranslations([
|
|
103715
|
+
{
|
|
103716
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103717
|
+
key: TranslatorTranslationFieldKey.FILTER
|
|
103718
|
+
},
|
|
103719
|
+
{
|
|
103720
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103721
|
+
key: TranslatorTranslationFieldKey.BASE_DN
|
|
103722
|
+
},
|
|
103723
|
+
{
|
|
103724
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103725
|
+
key: TranslatorTranslationFieldKey.NAME_ATTRIBUTE
|
|
103726
|
+
},
|
|
103727
|
+
{
|
|
103728
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103729
|
+
key: TranslatorTranslationFieldKey.MAIL_ATTRIBUTE
|
|
103730
|
+
},
|
|
103731
|
+
{
|
|
103732
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
103733
|
+
key: TranslatorTranslationFieldKey.DISPLAY_NAME_ATTRIBUTE
|
|
103734
|
+
}
|
|
103735
|
+
])
|
|
103736
|
+
};
|
|
103166
103737
|
}
|
|
103167
103738
|
});
|
|
103168
103739
|
//#endregion
|
|
@@ -103176,8 +103747,8 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103176
103747
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103177
103748
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103178
103749
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103179
|
-
if (_push) _push(
|
|
103180
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103750
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.filter)}`);
|
|
103751
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.filter), 1)];
|
|
103181
103752
|
}),
|
|
103182
103753
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103183
103754
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103194,7 +103765,7 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103194
103765
|
_: 2
|
|
103195
103766
|
}, _parent, _scopeId));
|
|
103196
103767
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103197
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103768
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.filter), 1)]),
|
|
103198
103769
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103199
103770
|
modelValue: _ctx.v.fields.user_filter.$model.value,
|
|
103200
103771
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user_filter.$model.value = $event,
|
|
@@ -103209,8 +103780,8 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103209
103780
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103210
103781
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103211
103782
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103212
|
-
if (_push) _push(
|
|
103213
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103783
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.baseDn)}`);
|
|
103784
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.baseDn), 1)];
|
|
103214
103785
|
}),
|
|
103215
103786
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103216
103787
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103225,7 +103796,7 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103225
103796
|
_: 2
|
|
103226
103797
|
}, _parent, _scopeId));
|
|
103227
103798
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103228
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103799
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.baseDn), 1)]),
|
|
103229
103800
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103230
103801
|
modelValue: _ctx.v.fields.user_base_dn.$model.value,
|
|
103231
103802
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user_base_dn.$model.value = $event
|
|
@@ -103239,8 +103810,8 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103239
103810
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103240
103811
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103241
103812
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103242
|
-
if (_push) _push(
|
|
103243
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103813
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.nameAttribute)}`);
|
|
103814
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.nameAttribute), 1)];
|
|
103244
103815
|
}),
|
|
103245
103816
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103246
103817
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103255,7 +103826,7 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103255
103826
|
_: 2
|
|
103256
103827
|
}, _parent, _scopeId));
|
|
103257
103828
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103258
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103829
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.nameAttribute), 1)]),
|
|
103259
103830
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103260
103831
|
modelValue: _ctx.v.fields.user_name_attribute.$model.value,
|
|
103261
103832
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user_name_attribute.$model.value = $event
|
|
@@ -103269,8 +103840,8 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103269
103840
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103270
103841
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103271
103842
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103272
|
-
if (_push) _push(
|
|
103273
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103843
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.mailAttribute)}`);
|
|
103844
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.mailAttribute), 1)];
|
|
103274
103845
|
}),
|
|
103275
103846
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103276
103847
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103285,7 +103856,7 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103285
103856
|
_: 2
|
|
103286
103857
|
}, _parent, _scopeId));
|
|
103287
103858
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103288
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103859
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.mailAttribute), 1)]),
|
|
103289
103860
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103290
103861
|
modelValue: _ctx.v.fields.user_mail_attribute.$model.value,
|
|
103291
103862
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user_mail_attribute.$model.value = $event
|
|
@@ -103299,8 +103870,8 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103299
103870
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103300
103871
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103301
103872
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103302
|
-
if (_push) _push(
|
|
103303
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
103873
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.displayNameAttribute)}`);
|
|
103874
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.displayNameAttribute), 1)];
|
|
103304
103875
|
}),
|
|
103305
103876
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103306
103877
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103315,7 +103886,7 @@ function _sfc_ssrRender$57(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103315
103886
|
_: 2
|
|
103316
103887
|
}, _parent, _scopeId));
|
|
103317
103888
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103318
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
103889
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.displayNameAttribute), 1)]),
|
|
103319
103890
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103320
103891
|
modelValue: _ctx.v.fields.user_display_name_attribute.$model.value,
|
|
103321
103892
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user_display_name_attribute.$model.value = $event
|
|
@@ -103427,12 +103998,36 @@ var AIdentityProviderLdapForm_vue_vue_type_script_lang_default = (0, vue_exports
|
|
|
103427
103998
|
busy.value = false;
|
|
103428
103999
|
}
|
|
103429
104000
|
};
|
|
104001
|
+
const translations = useTranslations([
|
|
104002
|
+
{
|
|
104003
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104004
|
+
key: TranslatorTranslationCommonKey.BASIC
|
|
104005
|
+
},
|
|
104006
|
+
{
|
|
104007
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104008
|
+
key: TranslatorTranslationCommonKey.SECURITY
|
|
104009
|
+
},
|
|
104010
|
+
{
|
|
104011
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104012
|
+
key: TranslatorTranslationCommonKey.CONNECTION
|
|
104013
|
+
},
|
|
104014
|
+
{
|
|
104015
|
+
namespace: TranslatorTranslationNamespace.ENTITY,
|
|
104016
|
+
key: TranslatorTranslationEntityKey.USER,
|
|
104017
|
+
count: 1
|
|
104018
|
+
},
|
|
104019
|
+
{
|
|
104020
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104021
|
+
key: TranslatorTranslationCommonKey.GROUP
|
|
104022
|
+
}
|
|
104023
|
+
]);
|
|
103430
104024
|
return {
|
|
103431
104025
|
data: manager.data,
|
|
103432
104026
|
busy,
|
|
103433
104027
|
isEditing,
|
|
103434
104028
|
isInvalid,
|
|
103435
104029
|
ldapProtocol: IdentityProviderProtocol.LDAP,
|
|
104030
|
+
translations,
|
|
103436
104031
|
submit
|
|
103437
104032
|
};
|
|
103438
104033
|
}
|
|
@@ -103471,23 +104066,23 @@ function _sfc_ssrRender$56(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103471
104066
|
else _push(`<!---->`);
|
|
103472
104067
|
_push(`<div class="row"><div class="col"><h6>`);
|
|
103473
104068
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:wrench" }, null, _parent));
|
|
103474
|
-
_push(`
|
|
104069
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.basic)}</h6>`);
|
|
103475
104070
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderBasicFields, { entity: _ctx.data }, null, _parent));
|
|
103476
104071
|
_push(`</div><div class="col"><h6>`);
|
|
103477
104072
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:lock" }, null, _parent));
|
|
103478
|
-
_push(`
|
|
104073
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.security)}</h6>`);
|
|
103479
104074
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderLdapCredentialsFields, { entity: _ctx.data }, null, _parent));
|
|
103480
104075
|
_push(`</div></div><h6>`);
|
|
103481
104076
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:vihara" }, null, _parent));
|
|
103482
|
-
_push(`
|
|
104077
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.connection)}</h6>`);
|
|
103483
104078
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderLdapConnectionFields, { entity: _ctx.data }, null, _parent));
|
|
103484
104079
|
_push(`<div class="row"><div class="col"><h6>`);
|
|
103485
104080
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:user" }, null, _parent));
|
|
103486
|
-
_push(`
|
|
104081
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.user)}</h6>`);
|
|
103487
104082
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderLdapUserFields, { entity: _ctx.data }, null, _parent));
|
|
103488
104083
|
_push(`</div><div class="col"><h6>`);
|
|
103489
104084
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:masks-theater" }, null, _parent));
|
|
103490
|
-
_push(`
|
|
104085
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.group)}</h6>`);
|
|
103491
104086
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderLdapGroupFields, { entity: _ctx.data }, null, _parent));
|
|
103492
104087
|
_push(`</div></div>`);
|
|
103493
104088
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AFormSubmit, {
|
|
@@ -103583,6 +104178,13 @@ var AIdentityProviderPicker_vue_vue_type_script_lang_default = (0, vue_exports.d
|
|
|
103583
104178
|
return {
|
|
103584
104179
|
protocols,
|
|
103585
104180
|
presets,
|
|
104181
|
+
translations: useTranslations([{
|
|
104182
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104183
|
+
key: TranslatorTranslationFieldKey.PROTOCOLS
|
|
104184
|
+
}, {
|
|
104185
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104186
|
+
key: TranslatorTranslationFieldKey.PRESETS
|
|
104187
|
+
}]),
|
|
103586
104188
|
pickProtocol,
|
|
103587
104189
|
pickPreset
|
|
103588
104190
|
};
|
|
@@ -103594,7 +104196,7 @@ function _sfc_ssrRender$55(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103594
104196
|
const _component_AIdentityProviderProtocol = (0, vue_exports.resolveComponent)("AIdentityProviderProtocol");
|
|
103595
104197
|
const _component_VCIcon = (0, vue_exports.resolveComponent)("VCIcon");
|
|
103596
104198
|
const _component_AIdentityProviderPreset = (0, vue_exports.resolveComponent)("AIdentityProviderPreset");
|
|
103597
|
-
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col gap-2" }, _attrs))}><div><h6
|
|
104199
|
+
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col gap-2" }, _attrs))}><div><h6>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.protocols)}</h6><div class="flex flex-row gap-2 flex-wrap"><!--[-->`);
|
|
103598
104200
|
(0, server_renderer_exports.ssrRenderList)(_ctx.protocols, (item, key) => {
|
|
103599
104201
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderProtocol, { id: item }, {
|
|
103600
104202
|
default: (0, vue_exports.withCtx)((props, _push, _parent, _scopeId) => {
|
|
@@ -103616,7 +104218,7 @@ function _sfc_ssrRender$55(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103616
104218
|
_: 2
|
|
103617
104219
|
}, _parent));
|
|
103618
104220
|
});
|
|
103619
|
-
_push(`<!--]--></div></div><div><h6
|
|
104221
|
+
_push(`<!--]--></div></div><div><h6>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.presets)}</h6><div class="flex flex-row gap-2 flex-wrap"><!--[-->`);
|
|
103620
104222
|
(0, server_renderer_exports.ssrRenderList)(_ctx.presets, (item, key) => {
|
|
103621
104223
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderPreset, { id: item }, {
|
|
103622
104224
|
default: (0, vue_exports.withCtx)((props, _push, _parent, _scopeId) => {
|
|
@@ -103671,7 +104273,14 @@ var AIdentityProviderOAuth2ClientFields_vue_vue_type_script_lang_default = (0, v
|
|
|
103671
104273
|
assign();
|
|
103672
104274
|
return {
|
|
103673
104275
|
v,
|
|
103674
|
-
secretShow
|
|
104276
|
+
secretShow,
|
|
104277
|
+
translations: useTranslations([{
|
|
104278
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104279
|
+
key: TranslatorTranslationFieldKey.CLIENT_ID
|
|
104280
|
+
}, {
|
|
104281
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104282
|
+
key: TranslatorTranslationFieldKey.CLIENT_SECRET
|
|
104283
|
+
}])
|
|
103675
104284
|
};
|
|
103676
104285
|
}
|
|
103677
104286
|
});
|
|
@@ -103687,8 +104296,8 @@ function _sfc_ssrRender$54(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103687
104296
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103688
104297
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103689
104298
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103690
|
-
if (_push) _push(
|
|
103691
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104299
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.clientId)}`);
|
|
104300
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.clientId), 1)];
|
|
103692
104301
|
}),
|
|
103693
104302
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103694
104303
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103703,7 +104312,7 @@ function _sfc_ssrRender$54(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103703
104312
|
_: 2
|
|
103704
104313
|
}, _parent, _scopeId));
|
|
103705
104314
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103706
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
104315
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.clientId), 1)]),
|
|
103707
104316
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103708
104317
|
modelValue: _ctx.v.fields.client_id.$model.value,
|
|
103709
104318
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.client_id.$model.value = $event
|
|
@@ -103717,8 +104326,8 @@ function _sfc_ssrRender$54(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103717
104326
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103718
104327
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103719
104328
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103720
|
-
if (_push) _push(
|
|
103721
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104329
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.clientSecret)}`);
|
|
104330
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.clientSecret), 1)];
|
|
103722
104331
|
}),
|
|
103723
104332
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103724
104333
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103761,7 +104370,7 @@ function _sfc_ssrRender$54(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103761
104370
|
_: 2
|
|
103762
104371
|
}, _parent, _scopeId));
|
|
103763
104372
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103764
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
104373
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.clientSecret), 1)]),
|
|
103765
104374
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103766
104375
|
modelValue: _ctx.v.fields.client_secret.$model.value,
|
|
103767
104376
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.client_secret.$model.value = $event,
|
|
@@ -103815,6 +104424,14 @@ var AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default = (0, vue_
|
|
|
103815
104424
|
const lookupValid = (0, vue_exports.ref)(false);
|
|
103816
104425
|
const message = (0, vue_exports.ref)(null);
|
|
103817
104426
|
const apiClient = new Client();
|
|
104427
|
+
const translate = useTranslator();
|
|
104428
|
+
const translations = useTranslations([{
|
|
104429
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104430
|
+
key: TranslatorTranslationFieldKey.DISCOVERY
|
|
104431
|
+
}, {
|
|
104432
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
104433
|
+
key: TranslatorTranslationActionKey.LOOKUP
|
|
104434
|
+
}]);
|
|
103818
104435
|
const lookup = async () => {
|
|
103819
104436
|
if (busy.value || v.fields.url.$invalid.value) return;
|
|
103820
104437
|
busy.value = true;
|
|
@@ -103829,7 +104446,11 @@ var AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default = (0, vue_
|
|
|
103829
104446
|
} catch (e) {
|
|
103830
104447
|
lookupValid.value = false;
|
|
103831
104448
|
if (e instanceof Error) {
|
|
103832
|
-
message.value =
|
|
104449
|
+
message.value = await translate({
|
|
104450
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
104451
|
+
key: TranslatorTranslationClientKey.LOOKUP_FAILED,
|
|
104452
|
+
data: { message: e.message }
|
|
104453
|
+
});
|
|
103833
104454
|
setup.emit("failed", e);
|
|
103834
104455
|
}
|
|
103835
104456
|
} finally {
|
|
@@ -103841,6 +104462,7 @@ var AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default = (0, vue_
|
|
|
103841
104462
|
message,
|
|
103842
104463
|
lookupValid,
|
|
103843
104464
|
isDisabled: (0, vue_exports.computed)(() => busy.value || !form.url || v.$invalid.value),
|
|
104465
|
+
translations,
|
|
103844
104466
|
lookup
|
|
103845
104467
|
};
|
|
103846
104468
|
}
|
|
@@ -103857,8 +104479,8 @@ function _sfc_ssrRender$53(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103857
104479
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
103858
104480
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
103859
104481
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103860
|
-
if (_push) _push(
|
|
103861
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104482
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.discovery)}`);
|
|
104483
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.discovery), 1)];
|
|
103862
104484
|
}),
|
|
103863
104485
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103864
104486
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103881,7 +104503,7 @@ function _sfc_ssrRender$53(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103881
104503
|
_: 2
|
|
103882
104504
|
}, _parent, _scopeId));
|
|
103883
104505
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
103884
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
104506
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.discovery), 1)]),
|
|
103885
104507
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103886
104508
|
modelValue: _ctx.v.fields.url.$model.value,
|
|
103887
104509
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.url.$model.value = $event,
|
|
@@ -103904,7 +104526,7 @@ function _sfc_ssrRender$53(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103904
104526
|
name: "fa6-solid:magnifying-glass",
|
|
103905
104527
|
class: "pe-1"
|
|
103906
104528
|
}, null, _parent));
|
|
103907
|
-
_push(`
|
|
104529
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.lookup)}</button></div>`);
|
|
103908
104530
|
}
|
|
103909
104531
|
var _sfc_setup$55 = AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default.setup;
|
|
103910
104532
|
AIdentityProviderOAuth2Discovery_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
@@ -103952,6 +104574,20 @@ var AIdentityProviderOAuth2EndpointFields_vue_vue_type_script_lang_default = (0,
|
|
|
103952
104574
|
};
|
|
103953
104575
|
return {
|
|
103954
104576
|
v,
|
|
104577
|
+
translations: useTranslations([
|
|
104578
|
+
{
|
|
104579
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104580
|
+
key: TranslatorTranslationFieldKey.TOKEN
|
|
104581
|
+
},
|
|
104582
|
+
{
|
|
104583
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
104584
|
+
key: TranslatorTranslationActionKey.AUTHORIZE
|
|
104585
|
+
},
|
|
104586
|
+
{
|
|
104587
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104588
|
+
key: TranslatorTranslationFieldKey.USER_INFO
|
|
104589
|
+
}
|
|
104590
|
+
]),
|
|
103955
104591
|
handleDiscoveryLookup
|
|
103956
104592
|
};
|
|
103957
104593
|
}
|
|
@@ -103973,8 +104609,8 @@ function _sfc_ssrRender$52(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103973
104609
|
validation: value
|
|
103974
104610
|
}, {
|
|
103975
104611
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103976
|
-
if (_push) _push(
|
|
103977
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104612
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.token)}`);
|
|
104613
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.token), 1)];
|
|
103978
104614
|
}),
|
|
103979
104615
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
103980
104616
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -103994,7 +104630,7 @@ function _sfc_ssrRender$52(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
103994
104630
|
label: true,
|
|
103995
104631
|
validation: value
|
|
103996
104632
|
}, {
|
|
103997
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
104633
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.token), 1)]),
|
|
103998
104634
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
103999
104635
|
modelValue: _ctx.v.fields.token_url.$model.value,
|
|
104000
104636
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.token_url.$model.value = $event,
|
|
@@ -104012,8 +104648,8 @@ function _sfc_ssrRender$52(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104012
104648
|
validation: value
|
|
104013
104649
|
}, {
|
|
104014
104650
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
104015
|
-
if (_push) _push(
|
|
104016
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104651
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.authorize)}`);
|
|
104652
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.authorize), 1)];
|
|
104017
104653
|
}),
|
|
104018
104654
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
104019
104655
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -104033,7 +104669,7 @@ function _sfc_ssrRender$52(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104033
104669
|
label: true,
|
|
104034
104670
|
validation: value
|
|
104035
104671
|
}, {
|
|
104036
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
104672
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.authorize), 1)]),
|
|
104037
104673
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
104038
104674
|
modelValue: _ctx.v.fields.authorize_url.$model.value,
|
|
104039
104675
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.authorize_url.$model.value = $event,
|
|
@@ -104051,8 +104687,8 @@ function _sfc_ssrRender$52(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104051
104687
|
validation: value
|
|
104052
104688
|
}, {
|
|
104053
104689
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
104054
|
-
if (_push) _push(
|
|
104055
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104690
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.userInfo)}`);
|
|
104691
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.userInfo), 1)];
|
|
104056
104692
|
}),
|
|
104057
104693
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
104058
104694
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -104072,7 +104708,7 @@ function _sfc_ssrRender$52(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104072
104708
|
label: true,
|
|
104073
104709
|
validation: value
|
|
104074
104710
|
}, {
|
|
104075
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
104711
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.userInfo), 1)]),
|
|
104076
104712
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
104077
104713
|
modelValue: _ctx.v.fields.user_info_url.$model.value,
|
|
104078
104714
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.user_info_url.$model.value = $event,
|
|
@@ -104187,6 +104823,28 @@ var AIdentityProviderOAuth2Form_vue_vue_type_script_lang_default = (0, vue_expor
|
|
|
104187
104823
|
};
|
|
104188
104824
|
const oidcEnabled = (0, vue_exports.computed)(() => protocolEff.value === IdentityProviderProtocol.OIDC);
|
|
104189
104825
|
return {
|
|
104826
|
+
translations: useTranslations([
|
|
104827
|
+
{
|
|
104828
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104829
|
+
key: TranslatorTranslationCommonKey.DETAILS
|
|
104830
|
+
},
|
|
104831
|
+
{
|
|
104832
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104833
|
+
key: TranslatorTranslationCommonKey.BASIC
|
|
104834
|
+
},
|
|
104835
|
+
{
|
|
104836
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104837
|
+
key: TranslatorTranslationCommonKey.SECURITY
|
|
104838
|
+
},
|
|
104839
|
+
{
|
|
104840
|
+
namespace: TranslatorTranslationNamespace.COMMON,
|
|
104841
|
+
key: TranslatorTranslationCommonKey.ENDPOINTS
|
|
104842
|
+
},
|
|
104843
|
+
{
|
|
104844
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
104845
|
+
key: TranslatorTranslationFieldKey.REDIRECT_URL
|
|
104846
|
+
}
|
|
104847
|
+
]),
|
|
104190
104848
|
data: manager.data,
|
|
104191
104849
|
busy,
|
|
104192
104850
|
isEditing,
|
|
@@ -104259,11 +104917,11 @@ function _sfc_ssrRender$51(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104259
104917
|
if (_ctx.isEditing) {
|
|
104260
104918
|
_push(`<!--[--><h6>`);
|
|
104261
104919
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:circle-info" }, null, _parent));
|
|
104262
|
-
_push(`
|
|
104920
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.details)}</h6>`);
|
|
104263
104921
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, null, {
|
|
104264
104922
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
104265
|
-
if (_push) _push(
|
|
104266
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
104923
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.redirectUrl)}`);
|
|
104924
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.redirectUrl), 1)];
|
|
104267
104925
|
}),
|
|
104268
104926
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
104269
104927
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -104281,20 +104939,20 @@ function _sfc_ssrRender$51(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104281
104939
|
} else _push(`<!---->`);
|
|
104282
104940
|
_push(`<div class="row"><div class="col"><h6>`);
|
|
104283
104941
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:wrench" }, null, _parent));
|
|
104284
|
-
_push(`
|
|
104942
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.basic)}</h6>`);
|
|
104285
104943
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderBasicFields, {
|
|
104286
104944
|
ref: "basicFieldsRef",
|
|
104287
104945
|
entity: _ctx.data
|
|
104288
104946
|
}, null, _parent));
|
|
104289
104947
|
_push(`</div><div class="col"><h6>`);
|
|
104290
104948
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:lock" }, null, _parent));
|
|
104291
|
-
_push(`
|
|
104949
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.security)}</h6>`);
|
|
104292
104950
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderOAuth2ClientFields, { entity: _ctx.data }, null, _parent));
|
|
104293
104951
|
_push(`</div></div>`);
|
|
104294
104952
|
if (!_ctx.presetEff) {
|
|
104295
104953
|
_push(`<!--[--><h6>`);
|
|
104296
104954
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:vihara" }, null, _parent));
|
|
104297
|
-
_push(`
|
|
104955
|
+
_push(` ${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.endpoints)}</h6>`);
|
|
104298
104956
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AIdentityProviderOAuth2EndpointFields, {
|
|
104299
104957
|
entity: _ctx.data,
|
|
104300
104958
|
discovery: _ctx.oidcEnabled
|
|
@@ -104378,6 +105036,11 @@ var AIdentityProviderForm_vue_vue_type_script_lang_default = (0, vue_exports.def
|
|
|
104378
105036
|
const isOAuth = (p) => p === IdentityProviderProtocol.OAUTH2 || p === IdentityProviderProtocol.OIDC;
|
|
104379
105037
|
const isLdap = (p) => p === IdentityProviderProtocol.LDAP;
|
|
104380
105038
|
return {
|
|
105039
|
+
translations: useTranslations([{
|
|
105040
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
105041
|
+
key: TranslatorTranslationClientKey.PROTOCOL_NOT_SUPPORTED,
|
|
105042
|
+
data: { name: (0, vue_exports.computed)(() => preset.value ?? protocol.value ?? "") }
|
|
105043
|
+
}]),
|
|
104381
105044
|
protocol,
|
|
104382
105045
|
preset,
|
|
104383
105046
|
localEntity,
|
|
@@ -104422,7 +105085,7 @@ function _sfc_ssrRender$50(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
104422
105085
|
onDeleted: _ctx.onChildDeleted,
|
|
104423
105086
|
onFailed: _ctx.onChildFailed
|
|
104424
105087
|
}, null, _parent));
|
|
104425
|
-
else if (_ctx.protocol || _ctx.preset) _push(`<div class="alert alert-warning alert-sm">${(0, server_renderer_exports.ssrInterpolate)(_ctx.
|
|
105088
|
+
else if (_ctx.protocol || _ctx.preset) _push(`<div class="alert alert-warning alert-sm">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.protocolNotSupported)}</div>`);
|
|
104426
105089
|
else _push(`<!---->`);
|
|
104427
105090
|
_push(`</div>`);
|
|
104428
105091
|
}
|
|
@@ -104983,12 +105646,42 @@ var ACompositePolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.defi
|
|
|
104983
105646
|
form.items = children;
|
|
104984
105647
|
emitUpdated();
|
|
104985
105648
|
};
|
|
105649
|
+
const translations = useTranslations([
|
|
105650
|
+
{
|
|
105651
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
105652
|
+
key: TranslatorTranslationFieldKey.DECISION_STRATEGY
|
|
105653
|
+
},
|
|
105654
|
+
{
|
|
105655
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
105656
|
+
key: TranslatorTranslationFieldKey.CHILDREN
|
|
105657
|
+
},
|
|
105658
|
+
{
|
|
105659
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
105660
|
+
key: TranslatorTranslationClientKey.OPTION_NONE_UNANIMOUS
|
|
105661
|
+
},
|
|
105662
|
+
{
|
|
105663
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
105664
|
+
key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_AFFIRMATIVE
|
|
105665
|
+
},
|
|
105666
|
+
{
|
|
105667
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
105668
|
+
key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_CONSENSUS
|
|
105669
|
+
},
|
|
105670
|
+
{
|
|
105671
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
105672
|
+
key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_UNANIMOUS
|
|
105673
|
+
},
|
|
105674
|
+
{
|
|
105675
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
105676
|
+
key: TranslatorTranslationClientKey.DECISION_STRATEGY_HINT_DEFAULT
|
|
105677
|
+
}
|
|
105678
|
+
]);
|
|
104986
105679
|
const decisionStrategyHint = (0, vue_exports.computed)(() => {
|
|
104987
105680
|
switch (form.decision_strategy) {
|
|
104988
|
-
case DecisionStrategy.AFFIRMATIVE: return
|
|
104989
|
-
case DecisionStrategy.CONSENSUS: return
|
|
104990
|
-
case DecisionStrategy.UNANIMOUS: return
|
|
104991
|
-
default: return
|
|
105681
|
+
case DecisionStrategy.AFFIRMATIVE: return translations.decisionStrategyHintAffirmative;
|
|
105682
|
+
case DecisionStrategy.CONSENSUS: return translations.decisionStrategyHintConsensus;
|
|
105683
|
+
case DecisionStrategy.UNANIMOUS: return translations.decisionStrategyHintUnanimous;
|
|
105684
|
+
default: return translations.decisionStrategyHintDefault;
|
|
104992
105685
|
}
|
|
104993
105686
|
});
|
|
104994
105687
|
const handleDecisionStrategyUpdated = () => {
|
|
@@ -105000,6 +105693,7 @@ var ACompositePolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.defi
|
|
|
105000
105693
|
handleDecisionStrategyUpdated,
|
|
105001
105694
|
decisionStrategyHint,
|
|
105002
105695
|
decisionStrategyOptions,
|
|
105696
|
+
translations,
|
|
105003
105697
|
v,
|
|
105004
105698
|
query
|
|
105005
105699
|
};
|
|
@@ -105017,8 +105711,8 @@ function _sfc_ssrRender$45(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105017
105711
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
105018
105712
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
105019
105713
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
105020
|
-
if (_push) _push(
|
|
105021
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
105714
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.decisionStrategy)}`);
|
|
105715
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.decisionStrategy), 1)];
|
|
105022
105716
|
}),
|
|
105023
105717
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
105024
105718
|
if (_push) {
|
|
@@ -105026,33 +105720,35 @@ function _sfc_ssrRender$45(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105026
105720
|
modelValue: _ctx.v.fields.decision_strategy.$model.value,
|
|
105027
105721
|
"onUpdate:modelValue": [($event) => _ctx.v.fields.decision_strategy.$model.value = $event, _ctx.handleDecisionStrategyUpdated],
|
|
105028
105722
|
options: _ctx.decisionStrategyOptions,
|
|
105029
|
-
placeholder:
|
|
105723
|
+
placeholder: _ctx.translations.optionNoneUnanimous
|
|
105030
105724
|
}, null, _parent, _scopeId));
|
|
105031
105725
|
_push(`<div class="alert alert-sm alert-info mt-1 mb-0"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.decisionStrategyHint)}</div>`);
|
|
105032
105726
|
} else return [(0, vue_exports.createVNode)(_component_VCFormSelect, {
|
|
105033
105727
|
modelValue: _ctx.v.fields.decision_strategy.$model.value,
|
|
105034
105728
|
"onUpdate:modelValue": [($event) => _ctx.v.fields.decision_strategy.$model.value = $event, _ctx.handleDecisionStrategyUpdated],
|
|
105035
105729
|
options: _ctx.decisionStrategyOptions,
|
|
105036
|
-
placeholder:
|
|
105730
|
+
placeholder: _ctx.translations.optionNoneUnanimous
|
|
105037
105731
|
}, null, 8, [
|
|
105038
105732
|
"modelValue",
|
|
105039
105733
|
"onUpdate:modelValue",
|
|
105040
|
-
"options"
|
|
105734
|
+
"options",
|
|
105735
|
+
"placeholder"
|
|
105041
105736
|
]), (0, vue_exports.createVNode)("div", { class: "alert alert-sm alert-info mt-1 mb-0" }, (0, vue_exports.toDisplayString)(_ctx.decisionStrategyHint), 1)];
|
|
105042
105737
|
}),
|
|
105043
105738
|
_: 2
|
|
105044
105739
|
}, _parent, _scopeId));
|
|
105045
105740
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
105046
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
105741
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.decisionStrategy), 1)]),
|
|
105047
105742
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormSelect, {
|
|
105048
105743
|
modelValue: _ctx.v.fields.decision_strategy.$model.value,
|
|
105049
105744
|
"onUpdate:modelValue": [($event) => _ctx.v.fields.decision_strategy.$model.value = $event, _ctx.handleDecisionStrategyUpdated],
|
|
105050
105745
|
options: _ctx.decisionStrategyOptions,
|
|
105051
|
-
placeholder:
|
|
105746
|
+
placeholder: _ctx.translations.optionNoneUnanimous
|
|
105052
105747
|
}, null, 8, [
|
|
105053
105748
|
"modelValue",
|
|
105054
105749
|
"onUpdate:modelValue",
|
|
105055
|
-
"options"
|
|
105750
|
+
"options",
|
|
105751
|
+
"placeholder"
|
|
105056
105752
|
]), (0, vue_exports.createVNode)("div", { class: "alert alert-sm alert-info mt-1 mb-0" }, (0, vue_exports.toDisplayString)(_ctx.decisionStrategyHint), 1)]),
|
|
105057
105753
|
_: 2
|
|
105058
105754
|
}, 1032, ["validation"])];
|
|
@@ -105063,8 +105759,8 @@ function _sfc_ssrRender$45(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105063
105759
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
105064
105760
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
105065
105761
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
105066
|
-
if (_push) _push(
|
|
105067
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
105762
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.children)}`);
|
|
105763
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.children), 1)];
|
|
105068
105764
|
}),
|
|
105069
105765
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
105070
105766
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_APolicyChildrenPicker, {
|
|
@@ -105088,7 +105784,7 @@ function _sfc_ssrRender$45(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105088
105784
|
_: 2
|
|
105089
105785
|
}, _parent, _scopeId));
|
|
105090
105786
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
105091
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
105787
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.children), 1)]),
|
|
105092
105788
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_APolicyChildrenPicker, {
|
|
105093
105789
|
"parent-id": _ctx.id,
|
|
105094
105790
|
query: _ctx.query,
|
|
@@ -105281,6 +105977,7 @@ var AIdentityPolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.defin
|
|
|
105281
105977
|
};
|
|
105282
105978
|
return {
|
|
105283
105979
|
handleUpdated,
|
|
105980
|
+
translations: useTranslationsForNamespace(TranslatorTranslationNamespace.FIELD, [{ key: TranslatorTranslationFieldKey.TYPES }]),
|
|
105284
105981
|
v
|
|
105285
105982
|
};
|
|
105286
105983
|
}
|
|
@@ -105294,8 +105991,8 @@ function _sfc_ssrRender$43(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105294
105991
|
onChanged: _ctx.handleUpdated
|
|
105295
105992
|
}, _attrs), {
|
|
105296
105993
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
105297
|
-
if (_push) _push(
|
|
105298
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
105994
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.types)}`);
|
|
105995
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.types), 1)];
|
|
105299
105996
|
}),
|
|
105300
105997
|
_: 1
|
|
105301
105998
|
}, _parent));
|
|
@@ -105314,7 +106011,8 @@ var ARealmMatchPolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.def
|
|
|
105314
106011
|
AFormInputList: AFormInputList_default,
|
|
105315
106012
|
VCFormGroup: FormGroup_default,
|
|
105316
106013
|
VCFormSwitch: FormSwitch_default,
|
|
105317
|
-
IFieldValidation
|
|
106014
|
+
IFieldValidation,
|
|
106015
|
+
ITranslateT
|
|
105318
106016
|
},
|
|
105319
106017
|
props: { entity: { type: Object } },
|
|
105320
106018
|
emits: ["updated"],
|
|
@@ -105348,6 +106046,7 @@ var ARealmMatchPolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.def
|
|
|
105348
106046
|
return {
|
|
105349
106047
|
handleUpdated,
|
|
105350
106048
|
handleAttributeNameChanged,
|
|
106049
|
+
translations: useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [{ key: TranslatorTranslationClientKey.REALM_MATCH_STRICT_HINT }]),
|
|
105351
106050
|
v
|
|
105352
106051
|
};
|
|
105353
106052
|
}
|
|
@@ -105359,6 +106058,7 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105359
106058
|
const _component_VCFormGroup = (0, vue_exports.resolveComponent)("VCFormGroup");
|
|
105360
106059
|
const _component_AFormInputList = (0, vue_exports.resolveComponent)("AFormInputList");
|
|
105361
106060
|
const _component_VCFormSwitch = (0, vue_exports.resolveComponent)("VCFormSwitch");
|
|
106061
|
+
const _component_ITranslateT = (0, vue_exports.resolveComponent)("ITranslateT");
|
|
105362
106062
|
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "row" }, _attrs))}><div class="col-7">`);
|
|
105363
106063
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_IFieldValidation, { field: _ctx.v.fields.attribute_name }, {
|
|
105364
106064
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
@@ -105397,8 +106097,8 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105397
106097
|
onChange: _ctx.handleUpdated
|
|
105398
106098
|
}, {
|
|
105399
106099
|
label: (0, vue_exports.withCtx)((iProps, _push, _parent, _scopeId) => {
|
|
105400
|
-
if (_push) _push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", iProps.id)}${_scopeId}
|
|
105401
|
-
else return [(0, vue_exports.createVNode)("label", { for: iProps.id },
|
|
106100
|
+
if (_push) _push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", iProps.id)}${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.realmMatchStrictHint)}</label>`);
|
|
106101
|
+
else return [(0, vue_exports.createVNode)("label", { for: iProps.id }, (0, vue_exports.toDisplayString)(_ctx.translations.realmMatchStrictHint), 9, ["for"])];
|
|
105402
106102
|
}),
|
|
105403
106103
|
_: 2
|
|
105404
106104
|
}, _parent, _scopeId));
|
|
@@ -105408,7 +106108,7 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105408
106108
|
label: true,
|
|
105409
106109
|
onChange: _ctx.handleUpdated
|
|
105410
106110
|
}, {
|
|
105411
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id },
|
|
106111
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, (0, vue_exports.toDisplayString)(_ctx.translations.realmMatchStrictHint), 9, ["for"])]),
|
|
105412
106112
|
_: 1
|
|
105413
106113
|
}, 8, [
|
|
105414
106114
|
"modelValue",
|
|
@@ -105425,7 +106125,7 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105425
106125
|
label: true,
|
|
105426
106126
|
onChange: _ctx.handleUpdated
|
|
105427
106127
|
}, {
|
|
105428
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id },
|
|
106128
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, (0, vue_exports.toDisplayString)(_ctx.translations.realmMatchStrictHint), 9, ["for"])]),
|
|
105429
106129
|
_: 1
|
|
105430
106130
|
}, 8, [
|
|
105431
106131
|
"modelValue",
|
|
@@ -105448,12 +106148,20 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105448
106148
|
onChange: _ctx.handleUpdated
|
|
105449
106149
|
}, {
|
|
105450
106150
|
label: (0, vue_exports.withCtx)((iProps, _push, _parent, _scopeId) => {
|
|
105451
|
-
if (_push)
|
|
105452
|
-
|
|
105453
|
-
(0,
|
|
105454
|
-
|
|
105455
|
-
|
|
105456
|
-
|
|
106151
|
+
if (_push) {
|
|
106152
|
+
_push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", iProps.id)}${_scopeId}>`);
|
|
106153
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_ITranslateT, { path: "authupClient.realmMatchNullMatchAllHint" }, {
|
|
106154
|
+
br: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106155
|
+
if (_push) _push(`<br${_scopeId}>`);
|
|
106156
|
+
else return [(0, vue_exports.createVNode)("br")];
|
|
106157
|
+
}),
|
|
106158
|
+
_: 2
|
|
106159
|
+
}, _parent, _scopeId));
|
|
106160
|
+
_push(`</label>`);
|
|
106161
|
+
} else return [(0, vue_exports.createVNode)("label", { for: iProps.id }, [(0, vue_exports.createVNode)(_component_ITranslateT, { path: "authupClient.realmMatchNullMatchAllHint" }, {
|
|
106162
|
+
br: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)("br")]),
|
|
106163
|
+
_: 1
|
|
106164
|
+
})], 8, ["for"])];
|
|
105457
106165
|
}),
|
|
105458
106166
|
_: 2
|
|
105459
106167
|
}, _parent, _scopeId));
|
|
@@ -105463,11 +106171,10 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105463
106171
|
label: true,
|
|
105464
106172
|
onChange: _ctx.handleUpdated
|
|
105465
106173
|
}, {
|
|
105466
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [
|
|
105467
|
-
(0, vue_exports.
|
|
105468
|
-
|
|
105469
|
-
|
|
105470
|
-
], 8, ["for"])]),
|
|
106174
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [(0, vue_exports.createVNode)(_component_ITranslateT, { path: "authupClient.realmMatchNullMatchAllHint" }, {
|
|
106175
|
+
br: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)("br")]),
|
|
106176
|
+
_: 1
|
|
106177
|
+
})], 8, ["for"])]),
|
|
105471
106178
|
_: 1
|
|
105472
106179
|
}, 8, [
|
|
105473
106180
|
"modelValue",
|
|
@@ -105484,11 +106191,10 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105484
106191
|
label: true,
|
|
105485
106192
|
onChange: _ctx.handleUpdated
|
|
105486
106193
|
}, {
|
|
105487
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [
|
|
105488
|
-
(0, vue_exports.
|
|
105489
|
-
|
|
105490
|
-
|
|
105491
|
-
], 8, ["for"])]),
|
|
106194
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [(0, vue_exports.createVNode)(_component_ITranslateT, { path: "authupClient.realmMatchNullMatchAllHint" }, {
|
|
106195
|
+
br: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)("br")]),
|
|
106196
|
+
_: 1
|
|
106197
|
+
})], 8, ["for"])]),
|
|
105492
106198
|
_: 1
|
|
105493
106199
|
}, 8, [
|
|
105494
106200
|
"modelValue",
|
|
@@ -105511,12 +106217,20 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105511
106217
|
onChange: _ctx.handleUpdated
|
|
105512
106218
|
}, {
|
|
105513
106219
|
label: (0, vue_exports.withCtx)((iProps, _push, _parent, _scopeId) => {
|
|
105514
|
-
if (_push)
|
|
105515
|
-
|
|
105516
|
-
(0,
|
|
105517
|
-
|
|
105518
|
-
|
|
105519
|
-
|
|
106220
|
+
if (_push) {
|
|
106221
|
+
_push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", iProps.id)}${_scopeId}>`);
|
|
106222
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_ITranslateT, { path: "authupClient.realmMatchMasterMatchAllHint" }, {
|
|
106223
|
+
br: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106224
|
+
if (_push) _push(`<br${_scopeId}>`);
|
|
106225
|
+
else return [(0, vue_exports.createVNode)("br")];
|
|
106226
|
+
}),
|
|
106227
|
+
_: 2
|
|
106228
|
+
}, _parent, _scopeId));
|
|
106229
|
+
_push(`</label>`);
|
|
106230
|
+
} else return [(0, vue_exports.createVNode)("label", { for: iProps.id }, [(0, vue_exports.createVNode)(_component_ITranslateT, { path: "authupClient.realmMatchMasterMatchAllHint" }, {
|
|
106231
|
+
br: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)("br")]),
|
|
106232
|
+
_: 1
|
|
106233
|
+
})], 8, ["for"])];
|
|
105520
106234
|
}),
|
|
105521
106235
|
_: 2
|
|
105522
106236
|
}, _parent, _scopeId));
|
|
@@ -105526,11 +106240,10 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105526
106240
|
label: true,
|
|
105527
106241
|
onChange: _ctx.handleUpdated
|
|
105528
106242
|
}, {
|
|
105529
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [
|
|
105530
|
-
(0, vue_exports.
|
|
105531
|
-
|
|
105532
|
-
|
|
105533
|
-
], 8, ["for"])]),
|
|
106243
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [(0, vue_exports.createVNode)(_component_ITranslateT, { path: "authupClient.realmMatchMasterMatchAllHint" }, {
|
|
106244
|
+
br: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)("br")]),
|
|
106245
|
+
_: 1
|
|
106246
|
+
})], 8, ["for"])]),
|
|
105534
106247
|
_: 1
|
|
105535
106248
|
}, 8, [
|
|
105536
106249
|
"modelValue",
|
|
@@ -105547,11 +106260,10 @@ function _sfc_ssrRender$42(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
105547
106260
|
label: true,
|
|
105548
106261
|
onChange: _ctx.handleUpdated
|
|
105549
106262
|
}, {
|
|
105550
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [
|
|
105551
|
-
(0, vue_exports.
|
|
105552
|
-
|
|
105553
|
-
|
|
105554
|
-
], 8, ["for"])]),
|
|
106263
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, [(0, vue_exports.createVNode)(_component_ITranslateT, { path: "authupClient.realmMatchMasterMatchAllHint" }, {
|
|
106264
|
+
br: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)("br")]),
|
|
106265
|
+
_: 1
|
|
106266
|
+
})], 8, ["for"])]),
|
|
105555
106267
|
_: 1
|
|
105556
106268
|
}, 8, [
|
|
105557
106269
|
"modelValue",
|
|
@@ -105990,17 +106702,32 @@ var APolicyTypePicker_vue_vue_type_script_lang_default = (0, vue_exports.defineC
|
|
|
105990
106702
|
},
|
|
105991
106703
|
emits: ["pick"],
|
|
105992
106704
|
setup(props, setup) {
|
|
106705
|
+
const translationsClient = useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [
|
|
106706
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_COMPOSITE },
|
|
106707
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_DATE },
|
|
106708
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_TIME },
|
|
106709
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_ATTRIBUTE_NAMES },
|
|
106710
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_ATTRIBUTES },
|
|
106711
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_REALM_MATCH },
|
|
106712
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_IDENTITY },
|
|
106713
|
+
{ key: TranslatorTranslationClientKey.POLICY_TYPE_PERMISSION_BINDING }
|
|
106714
|
+
]);
|
|
106715
|
+
const buildLabel = (type) => {
|
|
106716
|
+
const key = POLICY_TYPE_TRANSLATION_KEYS[type];
|
|
106717
|
+
if (key) return translationsClient[key];
|
|
106718
|
+
return type;
|
|
106719
|
+
};
|
|
105993
106720
|
const option = (0, vue_exports.ref)(null);
|
|
105994
106721
|
const options = (0, vue_exports.computed)(() => {
|
|
105995
106722
|
if (props.types) return props.types.map((type) => {
|
|
105996
106723
|
if (typeof type === "string") return {
|
|
105997
|
-
label: type,
|
|
106724
|
+
label: buildLabel(type),
|
|
105998
106725
|
value: type
|
|
105999
106726
|
};
|
|
106000
106727
|
return type;
|
|
106001
106728
|
});
|
|
106002
106729
|
return Object.values(BuiltInPolicyType).map((type) => ({
|
|
106003
|
-
label: type,
|
|
106730
|
+
label: buildLabel(type),
|
|
106004
106731
|
value: type
|
|
106005
106732
|
}));
|
|
106006
106733
|
});
|
|
@@ -106012,16 +106739,17 @@ var APolicyTypePicker_vue_vue_type_script_lang_default = (0, vue_exports.defineC
|
|
|
106012
106739
|
return {
|
|
106013
106740
|
option,
|
|
106014
106741
|
options,
|
|
106015
|
-
pick
|
|
106742
|
+
pick,
|
|
106743
|
+
translations: useTranslationsForNamespace(TranslatorTranslationNamespace.FIELD, [{ key: TranslatorTranslationFieldKey.TYPE }])
|
|
106016
106744
|
};
|
|
106017
106745
|
}
|
|
106018
106746
|
});
|
|
106019
106747
|
//#endregion
|
|
106020
106748
|
//#region ../../packages/client-web-kit/src/components/entities/policy/APolicyTypePicker.vue
|
|
106021
106749
|
function _sfc_ssrRender$40(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
106022
|
-
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col gap-2" }, _attrs))}><div><h6
|
|
106750
|
+
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col gap-2" }, _attrs))}><div><h6>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.type)}</h6><div class="flex flex-row gap-2 flex-wrap"><!--[-->`);
|
|
106023
106751
|
(0, server_renderer_exports.ssrRenderList)(_ctx.options, (item, key) => {
|
|
106024
|
-
_push(`<div class="${(0, server_renderer_exports.ssrRenderClass)([{ "active": item.value === _ctx.option }, "flex flex-col gap-1 text-center a-picker-item"])}"><div>${(0, server_renderer_exports.ssrInterpolate)(item.
|
|
106752
|
+
_push(`<div class="${(0, server_renderer_exports.ssrRenderClass)([{ "active": item.value === _ctx.option }, "flex flex-col gap-1 text-center a-picker-item"])}"><div>${(0, server_renderer_exports.ssrInterpolate)(item.label)}</div></div>`);
|
|
106025
106753
|
});
|
|
106026
106754
|
_push(`<!--]--></div></div></div>`);
|
|
106027
106755
|
}
|
|
@@ -106097,6 +106825,29 @@ var APolicyBasicForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCo
|
|
|
106097
106825
|
isEditing,
|
|
106098
106826
|
realmId,
|
|
106099
106827
|
handleUpdated,
|
|
106828
|
+
translationsDefault: useTranslations([
|
|
106829
|
+
{
|
|
106830
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
106831
|
+
key: TranslatorTranslationFieldKey.NAME
|
|
106832
|
+
},
|
|
106833
|
+
{
|
|
106834
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
106835
|
+
key: TranslatorTranslationFieldKey.DISPLAY_NAME
|
|
106836
|
+
},
|
|
106837
|
+
{
|
|
106838
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
106839
|
+
key: TranslatorTranslationFieldKey.DESCRIPTION
|
|
106840
|
+
},
|
|
106841
|
+
{
|
|
106842
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
106843
|
+
key: TranslatorTranslationFieldKey.INVERT
|
|
106844
|
+
},
|
|
106845
|
+
{
|
|
106846
|
+
namespace: TranslatorTranslationNamespace.ENTITY,
|
|
106847
|
+
key: TranslatorTranslationEntityKey.REALM,
|
|
106848
|
+
count: 1
|
|
106849
|
+
}
|
|
106850
|
+
]),
|
|
106100
106851
|
typeOptions,
|
|
106101
106852
|
v
|
|
106102
106853
|
};
|
|
@@ -106117,8 +106868,8 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106117
106868
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
106118
106869
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
106119
106870
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106120
|
-
if (_push) _push(
|
|
106121
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
106871
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.name)}`);
|
|
106872
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.name), 1)];
|
|
106122
106873
|
}),
|
|
106123
106874
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106124
106875
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_ANameInput, {
|
|
@@ -106139,7 +106890,7 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106139
106890
|
_: 2
|
|
106140
106891
|
}, _parent, _scopeId));
|
|
106141
106892
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
106142
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
106893
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.name), 1)]),
|
|
106143
106894
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_ANameInput, {
|
|
106144
106895
|
"model-value": _ctx.v.fields.name.$model.value,
|
|
106145
106896
|
"onUpdate:modelValue": (next) => {
|
|
@@ -106156,8 +106907,8 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106156
106907
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
106157
106908
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
106158
106909
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106159
|
-
if (_push) _push(
|
|
106160
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
106910
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.displayName)}`);
|
|
106911
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.displayName), 1)];
|
|
106161
106912
|
}),
|
|
106162
106913
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106163
106914
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -106182,7 +106933,7 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106182
106933
|
_: 2
|
|
106183
106934
|
}, _parent, _scopeId));
|
|
106184
106935
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
106185
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
106936
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.displayName), 1)]),
|
|
106186
106937
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
106187
106938
|
"model-value": _ctx.v.fields.display_name.$model.value ?? "",
|
|
106188
106939
|
"onUpdate:modelValue": (next) => {
|
|
@@ -106203,8 +106954,8 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106203
106954
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
106204
106955
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
106205
106956
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106206
|
-
if (_push) _push(
|
|
106207
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
106957
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.description)}`);
|
|
106958
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.description), 1)];
|
|
106208
106959
|
}),
|
|
106209
106960
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106210
106961
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormTextarea, {
|
|
@@ -106231,7 +106982,7 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106231
106982
|
_: 2
|
|
106232
106983
|
}, _parent, _scopeId));
|
|
106233
106984
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
106234
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
106985
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.description), 1)]),
|
|
106235
106986
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormTextarea, {
|
|
106236
106987
|
"model-value": _ctx.v.fields.description.$model.value ?? "",
|
|
106237
106988
|
rows: "4",
|
|
@@ -106260,8 +107011,8 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106260
107011
|
onChange: _ctx.handleUpdated
|
|
106261
107012
|
}, {
|
|
106262
107013
|
label: (0, vue_exports.withCtx)((iProps, _push, _parent, _scopeId) => {
|
|
106263
|
-
if (_push) _push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", iProps.id)}${_scopeId}
|
|
106264
|
-
else return [(0, vue_exports.createVNode)("label", { for: iProps.id },
|
|
107014
|
+
if (_push) _push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", iProps.id)}${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.invert)}</label>`);
|
|
107015
|
+
else return [(0, vue_exports.createVNode)("label", { for: iProps.id }, (0, vue_exports.toDisplayString)(_ctx.translationsDefault.invert), 9, ["for"])];
|
|
106265
107016
|
}),
|
|
106266
107017
|
_: 2
|
|
106267
107018
|
}, _parent, _scopeId));
|
|
@@ -106271,7 +107022,7 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106271
107022
|
label: true,
|
|
106272
107023
|
onChange: _ctx.handleUpdated
|
|
106273
107024
|
}, {
|
|
106274
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id },
|
|
107025
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, (0, vue_exports.toDisplayString)(_ctx.translationsDefault.invert), 9, ["for"])]),
|
|
106275
107026
|
_: 1
|
|
106276
107027
|
}, 8, [
|
|
106277
107028
|
"modelValue",
|
|
@@ -106288,7 +107039,7 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106288
107039
|
label: true,
|
|
106289
107040
|
onChange: _ctx.handleUpdated
|
|
106290
107041
|
}, {
|
|
106291
|
-
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id },
|
|
107042
|
+
label: (0, vue_exports.withCtx)((iProps) => [(0, vue_exports.createVNode)("label", { for: iProps.id }, (0, vue_exports.toDisplayString)(_ctx.translationsDefault.invert), 9, ["for"])]),
|
|
106292
107043
|
_: 1
|
|
106293
107044
|
}, 8, [
|
|
106294
107045
|
"modelValue",
|
|
@@ -106307,8 +107058,8 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106307
107058
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
106308
107059
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
106309
107060
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106310
|
-
if (_push) _push(
|
|
106311
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
107061
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.realm)}`);
|
|
107062
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.realm), 1)];
|
|
106312
107063
|
}),
|
|
106313
107064
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
106314
107065
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_ARealmPicker, {
|
|
@@ -106327,7 +107078,7 @@ function _sfc_ssrRender$39(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106327
107078
|
_: 2
|
|
106328
107079
|
}, _parent, _scopeId));
|
|
106329
107080
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
106330
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
107081
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsDefault.realm), 1)]),
|
|
106331
107082
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_ARealmPicker, {
|
|
106332
107083
|
value: _ctx.v.fields.realm_id.$model.value,
|
|
106333
107084
|
onChange: (value) => {
|
|
@@ -106401,6 +107152,7 @@ var APolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCompone
|
|
|
106401
107152
|
if (items.length > 0) for (const item of items) await httpClient.policy.update(item, { parent_id: manager.data.value.id });
|
|
106402
107153
|
}
|
|
106403
107154
|
};
|
|
107155
|
+
const translations = useTranslationsForNamespace(TranslatorTranslationNamespace.COMMON, [{ key: TranslatorTranslationCommonKey.GENERAL }]);
|
|
106404
107156
|
return {
|
|
106405
107157
|
typeComputed,
|
|
106406
107158
|
typeComponents,
|
|
@@ -106408,7 +107160,8 @@ var APolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCompone
|
|
|
106408
107160
|
busy: manager.busy,
|
|
106409
107161
|
isEditing,
|
|
106410
107162
|
isInvalid: isInvalidComputed,
|
|
106411
|
-
submit
|
|
107163
|
+
submit,
|
|
107164
|
+
translations
|
|
106412
107165
|
};
|
|
106413
107166
|
}
|
|
106414
107167
|
});
|
|
@@ -106417,7 +107170,7 @@ var APolicyForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCompone
|
|
|
106417
107170
|
function _sfc_ssrRender$38(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
106418
107171
|
const _component_APolicyBasicForm = (0, vue_exports.resolveComponent)("APolicyBasicForm");
|
|
106419
107172
|
const _component_AFormSubmit = (0, vue_exports.resolveComponent)("AFormSubmit");
|
|
106420
|
-
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col" }, _attrs))}><h6
|
|
107173
|
+
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "flex flex-col" }, _attrs))}><h6>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.general)}</h6>`);
|
|
106421
107174
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APolicyBasicForm, {
|
|
106422
107175
|
entity: _ctx.data,
|
|
106423
107176
|
type: _ctx.typeComputed
|
|
@@ -106568,6 +107321,10 @@ var APermissionPolicyAssignments_vue_vue_type_script_lang_default = (0, vue_expo
|
|
|
106568
107321
|
required: true
|
|
106569
107322
|
} },
|
|
106570
107323
|
setup(props, { slots }) {
|
|
107324
|
+
const translationsAction = useTranslations([{
|
|
107325
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
107326
|
+
key: TranslatorTranslationActionKey.CLOSE
|
|
107327
|
+
}]);
|
|
106571
107328
|
const detailPolicy = (0, vue_exports.ref)(null);
|
|
106572
107329
|
const handleKeydown = (e) => {
|
|
106573
107330
|
if (e.key === "Escape" && detailPolicy.value) detailPolicy.value = null;
|
|
@@ -106580,7 +107337,8 @@ var APermissionPolicyAssignments_vue_vue_type_script_lang_default = (0, vue_expo
|
|
|
106580
107337
|
});
|
|
106581
107338
|
return {
|
|
106582
107339
|
detailPolicy,
|
|
106583
|
-
forwardedSlots: (0, vue_exports.computed)(() => Object.fromEntries(Object.entries(slots).filter(([name]) => name !== "item")))
|
|
107340
|
+
forwardedSlots: (0, vue_exports.computed)(() => Object.fromEntries(Object.entries(slots).filter(([name]) => name !== "item"))),
|
|
107341
|
+
translationsAction
|
|
106584
107342
|
};
|
|
106585
107343
|
}
|
|
106586
107344
|
});
|
|
@@ -106631,9 +107389,9 @@ function _sfc_ssrRender$35(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
106631
107389
|
};
|
|
106632
107390
|
})]), _parent));
|
|
106633
107391
|
if (_ctx.detailPolicy) (0, server_renderer_exports.ssrRenderTeleport)(_push, (_push) => {
|
|
106634
|
-
_push(`<div class="modal-backdrop fade show"></div><div class="modal fade show block" tabindex="-1" role="dialog" aria-modal="true"${(0, server_renderer_exports.ssrRenderAttr)("aria-labelledby", `policy-detail-modal-${_ctx.detailPolicy.id}`)}><div class="modal-dialog" role="document"><div class="modal-content"><div class="modal-header"><h5${(0, server_renderer_exports.ssrRenderAttr)("id", `policy-detail-modal-${_ctx.detailPolicy.id}`)} class="modal-title">${(0, server_renderer_exports.ssrInterpolate)(_ctx.detailPolicy.name)}</h5><button type="button" class="btn-close" aria-label
|
|
107392
|
+
_push(`<div class="modal-backdrop fade show"></div><div class="modal fade show block" tabindex="-1" role="dialog" aria-modal="true"${(0, server_renderer_exports.ssrRenderAttr)("aria-labelledby", `policy-detail-modal-${_ctx.detailPolicy.id}`)}><div class="modal-dialog" role="document"><div class="modal-content"><div class="modal-header"><h5${(0, server_renderer_exports.ssrRenderAttr)("id", `policy-detail-modal-${_ctx.detailPolicy.id}`)} class="modal-title">${(0, server_renderer_exports.ssrInterpolate)(_ctx.detailPolicy.name)}</h5><button type="button" class="btn-close"${(0, server_renderer_exports.ssrRenderAttr)("aria-label", _ctx.translationsAction.close)}></button></div><div class="modal-body">`);
|
|
106635
107393
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APolicySummary, { entity: _ctx.detailPolicy }, null, _parent));
|
|
106636
|
-
_push(`</div><div class="modal-footer"><button type="button" class="btn btn-secondary btn-xs"
|
|
107394
|
+
_push(`</div><div class="modal-footer"><button type="button" class="btn btn-secondary btn-xs">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsAction.close)}</button></div></div></div></div>`);
|
|
106637
107395
|
}, "body", false, _parent);
|
|
106638
107396
|
else _push(`<!---->`);
|
|
106639
107397
|
_push(`</div>`);
|
|
@@ -107827,23 +108585,26 @@ var AUsers = (0, vue_exports.defineComponent)({
|
|
|
107827
108585
|
});
|
|
107828
108586
|
//#endregion
|
|
107829
108587
|
//#region ../../packages/client-web-kit/src/components/entities/user/AUserPasswordForm.vue?vue&type=script&lang.ts
|
|
107830
|
-
var
|
|
108588
|
+
var createSameAsPassword = (message) => (ctx) => {
|
|
107831
108589
|
const { value } = ctx;
|
|
107832
108590
|
if (typeof value !== "string") return value;
|
|
107833
108591
|
const { password } = ctx.data;
|
|
107834
108592
|
if (value !== password) throw new ValidupError([defineIssueItem({
|
|
107835
108593
|
path: [],
|
|
107836
|
-
message:
|
|
108594
|
+
message: message()
|
|
107837
108595
|
})]);
|
|
107838
108596
|
return value;
|
|
107839
108597
|
};
|
|
107840
108598
|
var UserPasswordValidator = class extends Container {
|
|
108599
|
+
constructor(sameAsPassword) {
|
|
108600
|
+
super();
|
|
108601
|
+
this.mount("password_repeat", sameAsPassword);
|
|
108602
|
+
}
|
|
107841
108603
|
initialize() {
|
|
107842
108604
|
super.initialize();
|
|
107843
108605
|
const passwordValidator = createValidator(string$1().min(5).max(100));
|
|
107844
108606
|
this.mount("password", passwordValidator);
|
|
107845
108607
|
this.mount("password_repeat", passwordValidator);
|
|
107846
|
-
this.mount("password_repeat", sameAsPassword);
|
|
107847
108608
|
}
|
|
107848
108609
|
};
|
|
107849
108610
|
var AUserPasswordForm_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
@@ -107872,10 +108633,33 @@ var AUserPasswordForm_vue_vue_type_script_lang_default = (0, vue_exports.defineC
|
|
|
107872
108633
|
password_repeat: ""
|
|
107873
108634
|
});
|
|
107874
108635
|
const passwordShow = (0, vue_exports.ref)(false);
|
|
107875
|
-
const
|
|
108636
|
+
const translations = useTranslations([
|
|
108637
|
+
{
|
|
108638
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
108639
|
+
key: TranslatorTranslationFieldKey.PASSWORD
|
|
108640
|
+
},
|
|
108641
|
+
{
|
|
108642
|
+
namespace: TranslatorTranslationNamespace.FIELD,
|
|
108643
|
+
key: TranslatorTranslationFieldKey.PASSWORD_REPEAT
|
|
108644
|
+
},
|
|
108645
|
+
{
|
|
108646
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
108647
|
+
key: TranslatorTranslationClientKey.PASSWORD_MUST_MATCH
|
|
108648
|
+
}
|
|
108649
|
+
]);
|
|
108650
|
+
const actionTranslations = useTranslations([{
|
|
108651
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
108652
|
+
key: TranslatorTranslationActionKey.SHOW
|
|
108653
|
+
}, {
|
|
108654
|
+
namespace: TranslatorTranslationNamespace.ACTION,
|
|
108655
|
+
key: TranslatorTranslationActionKey.HIDE
|
|
108656
|
+
}]);
|
|
108657
|
+
const v = useValidup(new UserPasswordValidator(createSameAsPassword(() => translations.passwordMustMatch)), form);
|
|
107876
108658
|
return {
|
|
107877
108659
|
busy,
|
|
107878
108660
|
passwordShow,
|
|
108661
|
+
translations,
|
|
108662
|
+
actionTranslations,
|
|
107879
108663
|
v,
|
|
107880
108664
|
submit: wrapFnWithBusyState(busy, async () => {
|
|
107881
108665
|
if (v.$invalid.value) return;
|
|
@@ -107906,8 +108690,8 @@ function _sfc_ssrRender$25(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
107906
108690
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
107907
108691
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
107908
108692
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
107909
|
-
if (_push) _push(
|
|
107910
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
108693
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.password)}`);
|
|
108694
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.password), 1)];
|
|
107911
108695
|
}),
|
|
107912
108696
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
107913
108697
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -107930,7 +108714,7 @@ function _sfc_ssrRender$25(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
107930
108714
|
_: 2
|
|
107931
108715
|
}, _parent, _scopeId));
|
|
107932
108716
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
107933
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
108717
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.password), 1)]),
|
|
107934
108718
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
107935
108719
|
modelValue: _ctx.v.fields.password.$model.value,
|
|
107936
108720
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.password.$model.value = $event,
|
|
@@ -107950,8 +108734,8 @@ function _sfc_ssrRender$25(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
107950
108734
|
default: (0, vue_exports.withCtx)(({ value }, _push, _parent, _scopeId) => {
|
|
107951
108735
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormGroup, { validation: value }, {
|
|
107952
108736
|
label: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
107953
|
-
if (_push) _push(
|
|
107954
|
-
else return [(0, vue_exports.createTextVNode)(
|
|
108737
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.passwordRepeat)}`);
|
|
108738
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.passwordRepeat), 1)];
|
|
107955
108739
|
}),
|
|
107956
108740
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
107957
108741
|
if (_push) _push((0, server_renderer_exports.ssrRenderComponent)(_component_VCFormInput, {
|
|
@@ -107974,7 +108758,7 @@ function _sfc_ssrRender$25(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
107974
108758
|
_: 2
|
|
107975
108759
|
}, _parent, _scopeId));
|
|
107976
108760
|
else return [(0, vue_exports.createVNode)(_component_VCFormGroup, { validation: value }, {
|
|
107977
|
-
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)(
|
|
108761
|
+
label: (0, vue_exports.withCtx)(() => [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translations.passwordRepeat), 1)]),
|
|
107978
108762
|
default: (0, vue_exports.withCtx)(() => [(0, vue_exports.createVNode)(_component_VCFormInput, {
|
|
107979
108763
|
modelValue: _ctx.v.fields.password_repeat.$model.value,
|
|
107980
108764
|
"onUpdate:modelValue": ($event) => _ctx.v.fields.password_repeat.$model.value = $event,
|
|
@@ -107997,11 +108781,11 @@ function _sfc_ssrRender$25(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
107997
108781
|
label: true
|
|
107998
108782
|
}, {
|
|
107999
108783
|
label: (0, vue_exports.withCtx)(({ id, class: labelClass }, _push, _parent, _scopeId) => {
|
|
108000
|
-
if (_push) _push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", id)} class="${(0, server_renderer_exports.ssrRenderClass)(labelClass)}"${_scopeId}
|
|
108784
|
+
if (_push) _push(`<label${(0, server_renderer_exports.ssrRenderAttr)("for", id)} class="${(0, server_renderer_exports.ssrRenderClass)(labelClass)}"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.password)} ${(0, server_renderer_exports.ssrInterpolate)(_ctx.passwordShow ? _ctx.actionTranslations.hide : _ctx.actionTranslations.show)}</label>`);
|
|
108001
108785
|
else return [(0, vue_exports.createVNode)("label", {
|
|
108002
108786
|
for: id,
|
|
108003
108787
|
class: labelClass
|
|
108004
|
-
},
|
|
108788
|
+
}, (0, vue_exports.toDisplayString)(_ctx.translations.password) + " " + (0, vue_exports.toDisplayString)(_ctx.passwordShow ? _ctx.actionTranslations.hide : _ctx.actionTranslations.show), 11, ["for"])];
|
|
108005
108789
|
}),
|
|
108006
108790
|
_: 1
|
|
108007
108791
|
}, _parent));
|
|
@@ -109006,7 +109790,10 @@ var AuthorizeScope_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(A
|
|
|
109006
109790
|
//#endregion
|
|
109007
109791
|
//#region ../../packages/client-web-kit/src/components/workflows/authorize/AuthorizeScopes.vue?vue&type=script&lang.ts
|
|
109008
109792
|
var AuthorizeScopes_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
109009
|
-
components: {
|
|
109793
|
+
components: {
|
|
109794
|
+
AuthorizeScope: AuthorizeScope_default,
|
|
109795
|
+
ITranslateT
|
|
109796
|
+
},
|
|
109010
109797
|
props: {
|
|
109011
109798
|
client: {
|
|
109012
109799
|
type: Object,
|
|
@@ -109017,10 +109804,6 @@ var AuthorizeScopes_vue_vue_type_script_lang_default = (0, vue_exports.defineCom
|
|
|
109017
109804
|
},
|
|
109018
109805
|
setup(props) {
|
|
109019
109806
|
const httpClient = injectHTTPClient();
|
|
109020
|
-
const translationsClient = useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [{
|
|
109021
|
-
key: TranslatorTranslationClientKey.SCOPE_GRANT_INTRO,
|
|
109022
|
-
data: { client: props.client.name }
|
|
109023
|
-
}]);
|
|
109024
109807
|
const scopesRequestedNormalized = (0, vue_exports.computed)(() => {
|
|
109025
109808
|
if (!props.scopesRequested) return [];
|
|
109026
109809
|
return Array.isArray(props.scopesRequested) ? props.scopesRequested : deserializeOAuth2Scope(props.scopesRequested);
|
|
@@ -109042,17 +109825,25 @@ var AuthorizeScopes_vue_vue_type_script_lang_default = (0, vue_exports.defineCom
|
|
|
109042
109825
|
Promise.resolve().then(() => resolveScopesAvailable());
|
|
109043
109826
|
return {
|
|
109044
109827
|
scopesRequestedNormalized,
|
|
109045
|
-
scopesAvailableNormalized
|
|
109046
|
-
translationsClient
|
|
109828
|
+
scopesAvailableNormalized
|
|
109047
109829
|
};
|
|
109048
109830
|
}
|
|
109049
109831
|
});
|
|
109050
109832
|
//#endregion
|
|
109051
109833
|
//#region ../../packages/client-web-kit/src/components/workflows/authorize/AuthorizeScopes.vue
|
|
109052
109834
|
function _sfc_ssrRender$12(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
109835
|
+
const _component_ITranslateT = (0, vue_exports.resolveComponent)("ITranslateT");
|
|
109053
109836
|
const _component_AuthorizeScope = (0, vue_exports.resolveComponent)("AuthorizeScope");
|
|
109054
109837
|
if (_ctx.scopesAvailableNormalized.length > 0) {
|
|
109055
|
-
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)(_attrs)}><div
|
|
109838
|
+
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)(_attrs)}><div>`);
|
|
109839
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_ITranslateT, { path: "authupClient.scopeGrantIntro" }, {
|
|
109840
|
+
client: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
109841
|
+
if (_push) _push(`<strong${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.client.name)}</strong>`);
|
|
109842
|
+
else return [(0, vue_exports.createVNode)("strong", null, (0, vue_exports.toDisplayString)(_ctx.client.name), 1)];
|
|
109843
|
+
}),
|
|
109844
|
+
_: 1
|
|
109845
|
+
}, _parent));
|
|
109846
|
+
_push(`</div><div class="flex-col"><!--[-->`);
|
|
109056
109847
|
(0, server_renderer_exports.ssrRenderList)(_ctx.scopesAvailableNormalized, (item) => {
|
|
109057
109848
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AuthorizeScope, {
|
|
109058
109849
|
entity: item,
|
|
@@ -109073,7 +109864,10 @@ var AuthorizeScopes_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(
|
|
|
109073
109864
|
//#endregion
|
|
109074
109865
|
//#region ../../packages/client-web-kit/src/components/workflows/authorize/AuthorizeForm.vue?vue&type=script&lang.ts
|
|
109075
109866
|
var AuthorizeForm_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
109076
|
-
components: {
|
|
109867
|
+
components: {
|
|
109868
|
+
AuthorizeScopes: AuthorizeScopes_default,
|
|
109869
|
+
ITranslateT
|
|
109870
|
+
},
|
|
109077
109871
|
props: {
|
|
109078
109872
|
client: {
|
|
109079
109873
|
type: Object,
|
|
@@ -109102,12 +109896,9 @@ var AuthorizeForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCompo
|
|
|
109102
109896
|
}
|
|
109103
109897
|
]);
|
|
109104
109898
|
const translationsClient = useTranslationsForNamespace(TranslatorTranslationNamespace.CLIENT, [
|
|
109105
|
-
{ key: TranslatorTranslationClientKey.ONCE_AUTHORIZED_REDIRECT },
|
|
109106
109899
|
{ key: TranslatorTranslationClientKey.ACTIVE_SINCE },
|
|
109107
|
-
{
|
|
109108
|
-
|
|
109109
|
-
data: { client: props.client.name }
|
|
109110
|
-
}
|
|
109900
|
+
{ key: TranslatorTranslationClientKey.PRIVACY_POLICY },
|
|
109901
|
+
{ key: TranslatorTranslationClientKey.TERMS_OF_SERVICE }
|
|
109111
109902
|
]);
|
|
109112
109903
|
const abort = () => {
|
|
109113
109904
|
const url = new URL(`${props.codeRequest.redirect_uri}`);
|
|
@@ -109149,6 +109940,7 @@ var AuthorizeForm_vue_vue_type_script_lang_default = (0, vue_exports.defineCompo
|
|
|
109149
109940
|
function _sfc_ssrRender$11(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
109150
109941
|
const _component_VCIcon = (0, vue_exports.resolveComponent)("VCIcon");
|
|
109151
109942
|
const _component_AuthorizeScopes = (0, vue_exports.resolveComponent)("AuthorizeScopes");
|
|
109943
|
+
const _component_ITranslateT = (0, vue_exports.resolveComponent)("ITranslateT");
|
|
109152
109944
|
if (_ctx.showSpinner) {
|
|
109153
109945
|
_push(`<div${(0, server_renderer_exports.ssrRenderAttrs)((0, vue_exports.mergeProps)({ class: "text-center" }, _attrs))}>`);
|
|
109154
109946
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:spinner" }, null, _parent));
|
|
@@ -109162,9 +109954,32 @@ function _sfc_ssrRender$11(_ctx, _push, _parent, _attrs, $props, $setup, $data,
|
|
|
109162
109954
|
}, null, _parent));
|
|
109163
109955
|
_push(`<div class="mt-auto"><div class="flex flex-row"><div>`);
|
|
109164
109956
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:link" }, null, _parent));
|
|
109165
|
-
_push(`</div><div class="ms-1"><small
|
|
109957
|
+
_push(`</div><div class="ms-1"><small>`);
|
|
109958
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_ITranslateT, { path: "authupClient.onceAuthorizedRedirect" }, {
|
|
109959
|
+
target: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
109960
|
+
if (_push) _push(`<strong${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.codeRequest.redirect_uri)}</strong>`);
|
|
109961
|
+
else return [(0, vue_exports.createVNode)("strong", null, (0, vue_exports.toDisplayString)(_ctx.codeRequest.redirect_uri), 1)];
|
|
109962
|
+
}),
|
|
109963
|
+
_: 1
|
|
109964
|
+
}, _parent));
|
|
109965
|
+
_push(`</small></div></div><div class="flex flex-row"><div>`);
|
|
109166
109966
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:lock" }, null, _parent));
|
|
109167
|
-
_push(`</div><div class="ms-1"><small
|
|
109967
|
+
_push(`</div><div class="ms-1"><small>`);
|
|
109968
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_ITranslateT, {
|
|
109969
|
+
path: "authupClient.governedBy",
|
|
109970
|
+
data: { client: _ctx.client.name }
|
|
109971
|
+
}, {
|
|
109972
|
+
privacyPolicy: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
109973
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsClient.privacyPolicy)}`);
|
|
109974
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsClient.privacyPolicy), 1)];
|
|
109975
|
+
}),
|
|
109976
|
+
termsOfService: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
109977
|
+
if (_push) _push(`${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsClient.termsOfService)}`);
|
|
109978
|
+
else return [(0, vue_exports.createTextVNode)((0, vue_exports.toDisplayString)(_ctx.translationsClient.termsOfService), 1)];
|
|
109979
|
+
}),
|
|
109980
|
+
_: 1
|
|
109981
|
+
}, _parent));
|
|
109982
|
+
_push(`</small></div></div><div class="flex flex-row"><div>`);
|
|
109168
109983
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCIcon, { name: "fa6-solid:clock" }, null, _parent));
|
|
109169
109984
|
_push(`</div><div class="ms-1"><small>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsClient.activeSince)} ${(0, server_renderer_exports.ssrInterpolate)(_ctx.client.created_at)}</small></div></div></div><div class="row"><div class="col-6"><button type="button" class="btn w-full btn-secondary">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.abort)}</button></div><div class="col-6"><button type="button" class="btn w-full btn-primary">${(0, server_renderer_exports.ssrInterpolate)(_ctx.translationsDefault.authorize)}</button></div></div></div>`);
|
|
109170
109985
|
}
|
|
@@ -109224,8 +110039,8 @@ var Authorize_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent
|
|
|
109224
110039
|
registerLink: { type: Object },
|
|
109225
110040
|
passwordForgotLink: { type: Object }
|
|
109226
110041
|
},
|
|
109227
|
-
emits: ["redirect"],
|
|
109228
|
-
setup(props) {
|
|
110042
|
+
emits: ["redirect", "failed"],
|
|
110043
|
+
setup(props, { emit }) {
|
|
109229
110044
|
const httpClient = injectHTTPClient();
|
|
109230
110045
|
const { loggedIn } = (0, import_pinia_prod.storeToRefs)(injectStore());
|
|
109231
110046
|
const error = (0, vue_exports.ref)(null);
|
|
@@ -109257,7 +110072,8 @@ var Authorize_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent
|
|
|
109257
110072
|
default: () => (0, vue_exports.h)(LoginForm_default, {
|
|
109258
110073
|
codeRequest: props.codeRequest,
|
|
109259
110074
|
registerLink: props.registerLink,
|
|
109260
|
-
passwordForgotLink: props.passwordForgotLink
|
|
110075
|
+
passwordForgotLink: props.passwordForgotLink,
|
|
110076
|
+
onFailed: (message) => emit("failed", message)
|
|
109261
110077
|
}),
|
|
109262
110078
|
fallback: () => (0, vue_exports.h)(AuthorizeText_default, { message: loadingText.value })
|
|
109263
110079
|
}));
|
|
@@ -121473,226 +122289,6 @@ activate_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
|
121473
122289
|
return _sfc_setup$5 ? _sfc_setup$5(props, ctx) : void 0;
|
|
121474
122290
|
};
|
|
121475
122291
|
var activate_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(activate_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$5]]);
|
|
121476
|
-
//#endregion
|
|
121477
|
-
//#region ui/src/pages/authorize.vue?vue&type=script&lang.ts
|
|
121478
|
-
var authorize_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
121479
|
-
components: { AAuthorize: Authorize_default },
|
|
121480
|
-
setup() {
|
|
121481
|
-
const app = injectPayload();
|
|
121482
|
-
const withBasePath = useBasePath();
|
|
121483
|
-
const buildWorkflowLink = (path) => {
|
|
121484
|
-
const params = new URLSearchParams();
|
|
121485
|
-
if (app.data.codeRequest && app.data.codeRequest.realm_id) params.set("realm_id", app.data.codeRequest.realm_id);
|
|
121486
|
-
if (app.data.requestPath) params.set("redirect", app.data.requestPath);
|
|
121487
|
-
const qs = params.toString();
|
|
121488
|
-
return { href: withBasePath(`${path}${qs ? `?${qs}` : ""}`) };
|
|
121489
|
-
};
|
|
121490
|
-
const registerLink = (0, vue_exports.computed)(() => app.data.features && app.data.features.registration ? buildWorkflowLink("/register") : void 0);
|
|
121491
|
-
const passwordForgotLink = (0, vue_exports.computed)(() => app.data.features && app.data.features.passwordRecovery ? buildWorkflowLink("/password-forgot") : void 0);
|
|
121492
|
-
return {
|
|
121493
|
-
data: app.data,
|
|
121494
|
-
registerLink,
|
|
121495
|
-
passwordForgotLink
|
|
121496
|
-
};
|
|
121497
|
-
}
|
|
121498
|
-
});
|
|
121499
|
-
//#endregion
|
|
121500
|
-
//#region ui/src/pages/authorize.vue
|
|
121501
|
-
function _sfc_ssrRender$4(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
121502
|
-
_push((0, server_renderer_exports.ssrRenderComponent)((0, vue_exports.resolveComponent)("AAuthorize"), (0, vue_exports.mergeProps)({
|
|
121503
|
-
"code-request": _ctx.data.codeRequest,
|
|
121504
|
-
client: _ctx.data.client,
|
|
121505
|
-
scopes: _ctx.data.scopes,
|
|
121506
|
-
error: _ctx.data.error,
|
|
121507
|
-
"register-link": _ctx.registerLink,
|
|
121508
|
-
"password-forgot-link": _ctx.passwordForgotLink
|
|
121509
|
-
}, _attrs), null, _parent));
|
|
121510
|
-
}
|
|
121511
|
-
var _sfc_setup$4 = authorize_vue_vue_type_script_lang_default.setup;
|
|
121512
|
-
authorize_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
121513
|
-
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
121514
|
-
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/authorize.vue");
|
|
121515
|
-
return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
|
|
121516
|
-
};
|
|
121517
|
-
var authorize_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(authorize_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$4]]);
|
|
121518
|
-
//#endregion
|
|
121519
|
-
//#region ui/src/pages/password-forgot.vue?vue&type=script&lang.ts
|
|
121520
|
-
var password_forgot_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
121521
|
-
components: {
|
|
121522
|
-
AAuthShell: AAuthShell_default,
|
|
121523
|
-
APasswordForgotForm: PasswordForgotForm_default
|
|
121524
|
-
},
|
|
121525
|
-
setup() {
|
|
121526
|
-
const payload = injectPayload();
|
|
121527
|
-
const translations = useTranslations([{
|
|
121528
|
-
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
121529
|
-
key: TranslatorTranslationClientKey.WORKFLOW_DISABLED
|
|
121530
|
-
}, {
|
|
121531
|
-
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
121532
|
-
key: TranslatorTranslationClientKey.RESET_PASSWORD
|
|
121533
|
-
}]);
|
|
121534
|
-
const withBasePath = useBasePath();
|
|
121535
|
-
const resetPath = (() => {
|
|
121536
|
-
const params = new URLSearchParams();
|
|
121537
|
-
if (payload.data.realmId) params.set("realm_id", payload.data.realmId);
|
|
121538
|
-
if (payload.data.redirect) params.set("redirect", payload.data.redirect);
|
|
121539
|
-
const qs = params.toString();
|
|
121540
|
-
return withBasePath(`/password-reset${qs ? `?${qs}` : ""}`);
|
|
121541
|
-
})();
|
|
121542
|
-
return {
|
|
121543
|
-
data: payload.data,
|
|
121544
|
-
translations,
|
|
121545
|
-
resetPath,
|
|
121546
|
-
withBasePath
|
|
121547
|
-
};
|
|
121548
|
-
}
|
|
121549
|
-
});
|
|
121550
|
-
//#endregion
|
|
121551
|
-
//#region ui/src/pages/password-forgot.vue
|
|
121552
|
-
function _sfc_ssrRender$3(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
121553
|
-
const _component_AAuthShell = (0, vue_exports.resolveComponent)("AAuthShell");
|
|
121554
|
-
const _component_APasswordForgotForm = (0, vue_exports.resolveComponent)("APasswordForgotForm");
|
|
121555
|
-
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AAuthShell, _attrs, {
|
|
121556
|
-
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
121557
|
-
if (_push) if (_ctx.data.features && _ctx.data.features.passwordRecovery) {
|
|
121558
|
-
_push(`<!--[-->`);
|
|
121559
|
-
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APasswordForgotForm, {
|
|
121560
|
-
"realm-id": _ctx.data.realmId,
|
|
121561
|
-
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
121562
|
-
}, null, _parent, _scopeId));
|
|
121563
|
-
_push(`<div class="text-center"${_scopeId}><a${(0, server_renderer_exports.ssrRenderAttr)("href", _ctx.resetPath)}${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.resetPassword)}</a></div><!--]-->`);
|
|
121564
|
-
} else _push(`<div class="alert alert-warning"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.workflowDisabled)}</div>`);
|
|
121565
|
-
else return [_ctx.data.features && _ctx.data.features.passwordRecovery ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)(vue_exports.Fragment, { key: 0 }, [(0, vue_exports.createVNode)(_component_APasswordForgotForm, {
|
|
121566
|
-
"realm-id": _ctx.data.realmId,
|
|
121567
|
-
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
121568
|
-
}, null, 8, ["realm-id", "back-link"]), (0, vue_exports.createVNode)("div", { class: "text-center" }, [(0, vue_exports.createVNode)("a", { href: _ctx.resetPath }, (0, vue_exports.toDisplayString)(_ctx.translations.resetPassword), 9, ["href"])])], 64)) : ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
121569
|
-
key: 1,
|
|
121570
|
-
class: "alert alert-warning"
|
|
121571
|
-
}, (0, vue_exports.toDisplayString)(_ctx.translations.workflowDisabled), 1))];
|
|
121572
|
-
}),
|
|
121573
|
-
_: 1
|
|
121574
|
-
}, _parent));
|
|
121575
|
-
}
|
|
121576
|
-
var _sfc_setup$3 = password_forgot_vue_vue_type_script_lang_default.setup;
|
|
121577
|
-
password_forgot_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
121578
|
-
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
121579
|
-
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/password-forgot.vue");
|
|
121580
|
-
return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0;
|
|
121581
|
-
};
|
|
121582
|
-
var password_forgot_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(password_forgot_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$3]]);
|
|
121583
|
-
//#endregion
|
|
121584
|
-
//#region ui/src/pages/password-reset.vue?vue&type=script&lang.ts
|
|
121585
|
-
var password_reset_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
121586
|
-
components: {
|
|
121587
|
-
AAuthShell: AAuthShell_default,
|
|
121588
|
-
APasswordResetForm: PasswordResetForm_default
|
|
121589
|
-
},
|
|
121590
|
-
setup() {
|
|
121591
|
-
const payload = injectPayload();
|
|
121592
|
-
const translations = useTranslations([{
|
|
121593
|
-
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
121594
|
-
key: TranslatorTranslationClientKey.WORKFLOW_DISABLED
|
|
121595
|
-
}, {
|
|
121596
|
-
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
121597
|
-
key: TranslatorTranslationClientKey.BACK_TO_LOGIN
|
|
121598
|
-
}]);
|
|
121599
|
-
const withBasePath = useBasePath();
|
|
121600
|
-
return {
|
|
121601
|
-
data: payload.data,
|
|
121602
|
-
translations,
|
|
121603
|
-
withBasePath
|
|
121604
|
-
};
|
|
121605
|
-
}
|
|
121606
|
-
});
|
|
121607
|
-
//#endregion
|
|
121608
|
-
//#region ui/src/pages/password-reset.vue
|
|
121609
|
-
function _sfc_ssrRender$2(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
121610
|
-
const _component_AAuthShell = (0, vue_exports.resolveComponent)("AAuthShell");
|
|
121611
|
-
const _component_APasswordResetForm = (0, vue_exports.resolveComponent)("APasswordResetForm");
|
|
121612
|
-
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AAuthShell, _attrs, {
|
|
121613
|
-
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
121614
|
-
if (_push) {
|
|
121615
|
-
if (_ctx.data.features && _ctx.data.features.passwordRecovery) _push((0, server_renderer_exports.ssrRenderComponent)(_component_APasswordResetForm, {
|
|
121616
|
-
"realm-id": _ctx.data.realmId,
|
|
121617
|
-
token: _ctx.data.token
|
|
121618
|
-
}, null, _parent, _scopeId));
|
|
121619
|
-
else _push(`<div class="alert alert-warning"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.workflowDisabled)}</div>`);
|
|
121620
|
-
if (_ctx.data.redirect) _push(`<div class="text-center"${_scopeId}><a${(0, server_renderer_exports.ssrRenderAttr)("href", _ctx.withBasePath(_ctx.data.redirect))}${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.backToLogin)}</a></div>`);
|
|
121621
|
-
else _push(`<!---->`);
|
|
121622
|
-
} else return [_ctx.data.features && _ctx.data.features.passwordRecovery ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)(_component_APasswordResetForm, {
|
|
121623
|
-
key: 0,
|
|
121624
|
-
"realm-id": _ctx.data.realmId,
|
|
121625
|
-
token: _ctx.data.token
|
|
121626
|
-
}, null, 8, ["realm-id", "token"])) : ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
121627
|
-
key: 1,
|
|
121628
|
-
class: "alert alert-warning"
|
|
121629
|
-
}, (0, vue_exports.toDisplayString)(_ctx.translations.workflowDisabled), 1)), _ctx.data.redirect ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
121630
|
-
key: 2,
|
|
121631
|
-
class: "text-center"
|
|
121632
|
-
}, [(0, vue_exports.createVNode)("a", { href: _ctx.withBasePath(_ctx.data.redirect) }, (0, vue_exports.toDisplayString)(_ctx.translations.backToLogin), 9, ["href"])])) : (0, vue_exports.createCommentVNode)("", true)];
|
|
121633
|
-
}),
|
|
121634
|
-
_: 1
|
|
121635
|
-
}, _parent));
|
|
121636
|
-
}
|
|
121637
|
-
var _sfc_setup$2 = password_reset_vue_vue_type_script_lang_default.setup;
|
|
121638
|
-
password_reset_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
121639
|
-
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
121640
|
-
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/password-reset.vue");
|
|
121641
|
-
return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
|
|
121642
|
-
};
|
|
121643
|
-
var password_reset_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(password_reset_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$2]]);
|
|
121644
|
-
//#endregion
|
|
121645
|
-
//#region ui/src/pages/register.vue?vue&type=script&lang.ts
|
|
121646
|
-
var register_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
121647
|
-
components: {
|
|
121648
|
-
AAuthShell: AAuthShell_default,
|
|
121649
|
-
ARegisterForm: RegisterForm_default
|
|
121650
|
-
},
|
|
121651
|
-
setup() {
|
|
121652
|
-
const payload = injectPayload();
|
|
121653
|
-
const translations = useTranslations([{
|
|
121654
|
-
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
121655
|
-
key: TranslatorTranslationClientKey.WORKFLOW_DISABLED
|
|
121656
|
-
}]);
|
|
121657
|
-
const withBasePath = useBasePath();
|
|
121658
|
-
return {
|
|
121659
|
-
data: payload.data,
|
|
121660
|
-
translations,
|
|
121661
|
-
withBasePath
|
|
121662
|
-
};
|
|
121663
|
-
}
|
|
121664
|
-
});
|
|
121665
|
-
//#endregion
|
|
121666
|
-
//#region ui/src/pages/register.vue
|
|
121667
|
-
function _sfc_ssrRender$1(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
121668
|
-
const _component_AAuthShell = (0, vue_exports.resolveComponent)("AAuthShell");
|
|
121669
|
-
const _component_ARegisterForm = (0, vue_exports.resolveComponent)("ARegisterForm");
|
|
121670
|
-
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AAuthShell, _attrs, {
|
|
121671
|
-
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
121672
|
-
if (_push) if (_ctx.data.features && _ctx.data.features.registration) _push((0, server_renderer_exports.ssrRenderComponent)(_component_ARegisterForm, {
|
|
121673
|
-
"realm-id": _ctx.data.realmId,
|
|
121674
|
-
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
121675
|
-
}, null, _parent, _scopeId));
|
|
121676
|
-
else _push(`<div class="alert alert-warning"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.workflowDisabled)}</div>`);
|
|
121677
|
-
else return [_ctx.data.features && _ctx.data.features.registration ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)(_component_ARegisterForm, {
|
|
121678
|
-
key: 0,
|
|
121679
|
-
"realm-id": _ctx.data.realmId,
|
|
121680
|
-
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
121681
|
-
}, null, 8, ["realm-id", "back-link"])) : ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
121682
|
-
key: 1,
|
|
121683
|
-
class: "alert alert-warning"
|
|
121684
|
-
}, (0, vue_exports.toDisplayString)(_ctx.translations.workflowDisabled), 1))];
|
|
121685
|
-
}),
|
|
121686
|
-
_: 1
|
|
121687
|
-
}, _parent));
|
|
121688
|
-
}
|
|
121689
|
-
var _sfc_setup$1 = register_vue_vue_type_script_lang_default.setup;
|
|
121690
|
-
register_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
121691
|
-
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
121692
|
-
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/register.vue");
|
|
121693
|
-
return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0;
|
|
121694
|
-
};
|
|
121695
|
-
var register_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(register_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$1]]);
|
|
121696
122292
|
(0, vue_exports.defineComponent)({
|
|
121697
122293
|
name: "VCContextMenu",
|
|
121698
122294
|
inheritAttrs: false,
|
|
@@ -123759,7 +124355,7 @@ function isActionRenderFn(action) {
|
|
|
123759
124355
|
function renderTextField(value, wrapper) {
|
|
123760
124356
|
return (0, vue_exports.h)(wrapper, null, { default: typeof value === "function" ? value : () => value });
|
|
123761
124357
|
}
|
|
123762
|
-
(0, vue_exports.defineComponent)({
|
|
124358
|
+
var Toaster_default = (0, vue_exports.defineComponent)({
|
|
123763
124359
|
name: "VCToaster",
|
|
123764
124360
|
inheritAttrs: false,
|
|
123765
124361
|
props: toasterProps,
|
|
@@ -124035,6 +124631,235 @@ var tooltipThemeDefaults = { classes: {
|
|
|
124035
124631
|
}
|
|
124036
124632
|
});
|
|
124037
124633
|
//#endregion
|
|
124634
|
+
//#region ui/src/pages/authorize.vue?vue&type=script&lang.ts
|
|
124635
|
+
var authorize_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
124636
|
+
components: { AAuthorize: Authorize_default },
|
|
124637
|
+
setup() {
|
|
124638
|
+
const app = injectPayload();
|
|
124639
|
+
const withBasePath = useBasePath();
|
|
124640
|
+
const buildWorkflowLink = (path) => {
|
|
124641
|
+
const params = new URLSearchParams();
|
|
124642
|
+
if (app.data.codeRequest && app.data.codeRequest.realm_id) params.set("realm_id", app.data.codeRequest.realm_id);
|
|
124643
|
+
if (app.data.requestPath) params.set("redirect", app.data.requestPath);
|
|
124644
|
+
const qs = params.toString();
|
|
124645
|
+
return { href: withBasePath(`${path}${qs ? `?${qs}` : ""}`) };
|
|
124646
|
+
};
|
|
124647
|
+
const registerLink = (0, vue_exports.computed)(() => app.data.features && app.data.features.registration ? buildWorkflowLink("/register") : void 0);
|
|
124648
|
+
const passwordForgotLink = (0, vue_exports.computed)(() => app.data.features && app.data.features.passwordRecovery ? buildWorkflowLink("/password-forgot") : void 0);
|
|
124649
|
+
const toast = useToast();
|
|
124650
|
+
const handleFailed = (message) => {
|
|
124651
|
+
toast.add({
|
|
124652
|
+
description: message,
|
|
124653
|
+
color: "error"
|
|
124654
|
+
});
|
|
124655
|
+
};
|
|
124656
|
+
return {
|
|
124657
|
+
data: app.data,
|
|
124658
|
+
registerLink,
|
|
124659
|
+
passwordForgotLink,
|
|
124660
|
+
handleFailed
|
|
124661
|
+
};
|
|
124662
|
+
}
|
|
124663
|
+
});
|
|
124664
|
+
//#endregion
|
|
124665
|
+
//#region ui/src/pages/authorize.vue
|
|
124666
|
+
function _sfc_ssrRender$4(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
124667
|
+
_push((0, server_renderer_exports.ssrRenderComponent)((0, vue_exports.resolveComponent)("AAuthorize"), (0, vue_exports.mergeProps)({
|
|
124668
|
+
"code-request": _ctx.data.codeRequest,
|
|
124669
|
+
client: _ctx.data.client,
|
|
124670
|
+
scopes: _ctx.data.scopes,
|
|
124671
|
+
error: _ctx.data.error,
|
|
124672
|
+
"register-link": _ctx.registerLink,
|
|
124673
|
+
"password-forgot-link": _ctx.passwordForgotLink,
|
|
124674
|
+
onFailed: _ctx.handleFailed
|
|
124675
|
+
}, _attrs), null, _parent));
|
|
124676
|
+
}
|
|
124677
|
+
var _sfc_setup$4 = authorize_vue_vue_type_script_lang_default.setup;
|
|
124678
|
+
authorize_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
124679
|
+
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
124680
|
+
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/authorize.vue");
|
|
124681
|
+
return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
|
|
124682
|
+
};
|
|
124683
|
+
var authorize_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(authorize_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$4]]);
|
|
124684
|
+
//#endregion
|
|
124685
|
+
//#region ui/src/pages/password-forgot.vue?vue&type=script&lang.ts
|
|
124686
|
+
var password_forgot_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
124687
|
+
components: {
|
|
124688
|
+
AAuthShell: AAuthShell_default,
|
|
124689
|
+
APasswordForgotForm: PasswordForgotForm_default
|
|
124690
|
+
},
|
|
124691
|
+
setup() {
|
|
124692
|
+
const payload = injectPayload();
|
|
124693
|
+
const translations = useTranslations([{
|
|
124694
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
124695
|
+
key: TranslatorTranslationClientKey.WORKFLOW_DISABLED
|
|
124696
|
+
}, {
|
|
124697
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
124698
|
+
key: TranslatorTranslationClientKey.RESET_PASSWORD
|
|
124699
|
+
}]);
|
|
124700
|
+
const withBasePath = useBasePath();
|
|
124701
|
+
const resetPath = (() => {
|
|
124702
|
+
const params = new URLSearchParams();
|
|
124703
|
+
if (payload.data.realmId) params.set("realm_id", payload.data.realmId);
|
|
124704
|
+
if (payload.data.redirect) params.set("redirect", payload.data.redirect);
|
|
124705
|
+
const qs = params.toString();
|
|
124706
|
+
return withBasePath(`/password-reset${qs ? `?${qs}` : ""}`);
|
|
124707
|
+
})();
|
|
124708
|
+
return {
|
|
124709
|
+
data: payload.data,
|
|
124710
|
+
translations,
|
|
124711
|
+
resetPath,
|
|
124712
|
+
withBasePath
|
|
124713
|
+
};
|
|
124714
|
+
}
|
|
124715
|
+
});
|
|
124716
|
+
//#endregion
|
|
124717
|
+
//#region ui/src/pages/password-forgot.vue
|
|
124718
|
+
function _sfc_ssrRender$3(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
124719
|
+
const _component_AAuthShell = (0, vue_exports.resolveComponent)("AAuthShell");
|
|
124720
|
+
const _component_APasswordForgotForm = (0, vue_exports.resolveComponent)("APasswordForgotForm");
|
|
124721
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AAuthShell, _attrs, {
|
|
124722
|
+
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
124723
|
+
if (_push) if (_ctx.data.features && _ctx.data.features.passwordRecovery) {
|
|
124724
|
+
_push(`<!--[-->`);
|
|
124725
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_APasswordForgotForm, {
|
|
124726
|
+
"realm-id": _ctx.data.realmId,
|
|
124727
|
+
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
124728
|
+
}, null, _parent, _scopeId));
|
|
124729
|
+
_push(`<div class="text-center"${_scopeId}><a${(0, server_renderer_exports.ssrRenderAttr)("href", _ctx.resetPath)}${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.resetPassword)}</a></div><!--]-->`);
|
|
124730
|
+
} else _push(`<div class="alert alert-warning"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.workflowDisabled)}</div>`);
|
|
124731
|
+
else return [_ctx.data.features && _ctx.data.features.passwordRecovery ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)(vue_exports.Fragment, { key: 0 }, [(0, vue_exports.createVNode)(_component_APasswordForgotForm, {
|
|
124732
|
+
"realm-id": _ctx.data.realmId,
|
|
124733
|
+
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
124734
|
+
}, null, 8, ["realm-id", "back-link"]), (0, vue_exports.createVNode)("div", { class: "text-center" }, [(0, vue_exports.createVNode)("a", { href: _ctx.resetPath }, (0, vue_exports.toDisplayString)(_ctx.translations.resetPassword), 9, ["href"])])], 64)) : ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
124735
|
+
key: 1,
|
|
124736
|
+
class: "alert alert-warning"
|
|
124737
|
+
}, (0, vue_exports.toDisplayString)(_ctx.translations.workflowDisabled), 1))];
|
|
124738
|
+
}),
|
|
124739
|
+
_: 1
|
|
124740
|
+
}, _parent));
|
|
124741
|
+
}
|
|
124742
|
+
var _sfc_setup$3 = password_forgot_vue_vue_type_script_lang_default.setup;
|
|
124743
|
+
password_forgot_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
124744
|
+
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
124745
|
+
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/password-forgot.vue");
|
|
124746
|
+
return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0;
|
|
124747
|
+
};
|
|
124748
|
+
var password_forgot_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(password_forgot_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$3]]);
|
|
124749
|
+
//#endregion
|
|
124750
|
+
//#region ui/src/pages/password-reset.vue?vue&type=script&lang.ts
|
|
124751
|
+
var password_reset_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
124752
|
+
components: {
|
|
124753
|
+
AAuthShell: AAuthShell_default,
|
|
124754
|
+
APasswordResetForm: PasswordResetForm_default
|
|
124755
|
+
},
|
|
124756
|
+
setup() {
|
|
124757
|
+
const payload = injectPayload();
|
|
124758
|
+
const translations = useTranslations([{
|
|
124759
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
124760
|
+
key: TranslatorTranslationClientKey.WORKFLOW_DISABLED
|
|
124761
|
+
}, {
|
|
124762
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
124763
|
+
key: TranslatorTranslationClientKey.BACK_TO_LOGIN
|
|
124764
|
+
}]);
|
|
124765
|
+
const withBasePath = useBasePath();
|
|
124766
|
+
return {
|
|
124767
|
+
data: payload.data,
|
|
124768
|
+
translations,
|
|
124769
|
+
withBasePath
|
|
124770
|
+
};
|
|
124771
|
+
}
|
|
124772
|
+
});
|
|
124773
|
+
//#endregion
|
|
124774
|
+
//#region ui/src/pages/password-reset.vue
|
|
124775
|
+
function _sfc_ssrRender$2(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
124776
|
+
const _component_AAuthShell = (0, vue_exports.resolveComponent)("AAuthShell");
|
|
124777
|
+
const _component_APasswordResetForm = (0, vue_exports.resolveComponent)("APasswordResetForm");
|
|
124778
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AAuthShell, _attrs, {
|
|
124779
|
+
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
124780
|
+
if (_push) {
|
|
124781
|
+
if (_ctx.data.features && _ctx.data.features.passwordRecovery) _push((0, server_renderer_exports.ssrRenderComponent)(_component_APasswordResetForm, {
|
|
124782
|
+
"realm-id": _ctx.data.realmId,
|
|
124783
|
+
token: _ctx.data.token
|
|
124784
|
+
}, null, _parent, _scopeId));
|
|
124785
|
+
else _push(`<div class="alert alert-warning"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.workflowDisabled)}</div>`);
|
|
124786
|
+
if (_ctx.data.redirect) _push(`<div class="text-center"${_scopeId}><a${(0, server_renderer_exports.ssrRenderAttr)("href", _ctx.withBasePath(_ctx.data.redirect))}${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.backToLogin)}</a></div>`);
|
|
124787
|
+
else _push(`<!---->`);
|
|
124788
|
+
} else return [_ctx.data.features && _ctx.data.features.passwordRecovery ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)(_component_APasswordResetForm, {
|
|
124789
|
+
key: 0,
|
|
124790
|
+
"realm-id": _ctx.data.realmId,
|
|
124791
|
+
token: _ctx.data.token
|
|
124792
|
+
}, null, 8, ["realm-id", "token"])) : ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
124793
|
+
key: 1,
|
|
124794
|
+
class: "alert alert-warning"
|
|
124795
|
+
}, (0, vue_exports.toDisplayString)(_ctx.translations.workflowDisabled), 1)), _ctx.data.redirect ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
124796
|
+
key: 2,
|
|
124797
|
+
class: "text-center"
|
|
124798
|
+
}, [(0, vue_exports.createVNode)("a", { href: _ctx.withBasePath(_ctx.data.redirect) }, (0, vue_exports.toDisplayString)(_ctx.translations.backToLogin), 9, ["href"])])) : (0, vue_exports.createCommentVNode)("", true)];
|
|
124799
|
+
}),
|
|
124800
|
+
_: 1
|
|
124801
|
+
}, _parent));
|
|
124802
|
+
}
|
|
124803
|
+
var _sfc_setup$2 = password_reset_vue_vue_type_script_lang_default.setup;
|
|
124804
|
+
password_reset_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
124805
|
+
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
124806
|
+
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/password-reset.vue");
|
|
124807
|
+
return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
|
|
124808
|
+
};
|
|
124809
|
+
var password_reset_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(password_reset_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$2]]);
|
|
124810
|
+
//#endregion
|
|
124811
|
+
//#region ui/src/pages/register.vue?vue&type=script&lang.ts
|
|
124812
|
+
var register_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
124813
|
+
components: {
|
|
124814
|
+
AAuthShell: AAuthShell_default,
|
|
124815
|
+
ARegisterForm: RegisterForm_default
|
|
124816
|
+
},
|
|
124817
|
+
setup() {
|
|
124818
|
+
const payload = injectPayload();
|
|
124819
|
+
const translations = useTranslations([{
|
|
124820
|
+
namespace: TranslatorTranslationNamespace.CLIENT,
|
|
124821
|
+
key: TranslatorTranslationClientKey.WORKFLOW_DISABLED
|
|
124822
|
+
}]);
|
|
124823
|
+
const withBasePath = useBasePath();
|
|
124824
|
+
return {
|
|
124825
|
+
data: payload.data,
|
|
124826
|
+
translations,
|
|
124827
|
+
withBasePath
|
|
124828
|
+
};
|
|
124829
|
+
}
|
|
124830
|
+
});
|
|
124831
|
+
//#endregion
|
|
124832
|
+
//#region ui/src/pages/register.vue
|
|
124833
|
+
function _sfc_ssrRender$1(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
|
|
124834
|
+
const _component_AAuthShell = (0, vue_exports.resolveComponent)("AAuthShell");
|
|
124835
|
+
const _component_ARegisterForm = (0, vue_exports.resolveComponent)("ARegisterForm");
|
|
124836
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_AAuthShell, _attrs, {
|
|
124837
|
+
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
124838
|
+
if (_push) if (_ctx.data.features && _ctx.data.features.registration) _push((0, server_renderer_exports.ssrRenderComponent)(_component_ARegisterForm, {
|
|
124839
|
+
"realm-id": _ctx.data.realmId,
|
|
124840
|
+
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
124841
|
+
}, null, _parent, _scopeId));
|
|
124842
|
+
else _push(`<div class="alert alert-warning"${_scopeId}>${(0, server_renderer_exports.ssrInterpolate)(_ctx.translations.workflowDisabled)}</div>`);
|
|
124843
|
+
else return [_ctx.data.features && _ctx.data.features.registration ? ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)(_component_ARegisterForm, {
|
|
124844
|
+
key: 0,
|
|
124845
|
+
"realm-id": _ctx.data.realmId,
|
|
124846
|
+
"back-link": _ctx.data.redirect ? { href: _ctx.withBasePath(_ctx.data.redirect) } : void 0
|
|
124847
|
+
}, null, 8, ["realm-id", "back-link"])) : ((0, vue_exports.openBlock)(), (0, vue_exports.createBlock)("div", {
|
|
124848
|
+
key: 1,
|
|
124849
|
+
class: "alert alert-warning"
|
|
124850
|
+
}, (0, vue_exports.toDisplayString)(_ctx.translations.workflowDisabled), 1))];
|
|
124851
|
+
}),
|
|
124852
|
+
_: 1
|
|
124853
|
+
}, _parent));
|
|
124854
|
+
}
|
|
124855
|
+
var _sfc_setup$1 = register_vue_vue_type_script_lang_default.setup;
|
|
124856
|
+
register_vue_vue_type_script_lang_default.setup = (props, ctx) => {
|
|
124857
|
+
const ssrContext = (0, vue_exports.useSSRContext)();
|
|
124858
|
+
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("src/pages/register.vue");
|
|
124859
|
+
return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0;
|
|
124860
|
+
};
|
|
124861
|
+
var register_default = /*#__PURE__*/ _plugin_vue_export_helper_default$1(register_vue_vue_type_script_lang_default, [["ssrRender", _sfc_ssrRender$1]]);
|
|
124862
|
+
//#endregion
|
|
124038
124863
|
//#region ui/src/cookie.ts
|
|
124039
124864
|
function escapeRegExp(input) {
|
|
124040
124865
|
return input.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
@@ -124076,7 +124901,8 @@ function createColorMode(initial) {
|
|
|
124076
124901
|
var App_vue_vue_type_script_lang_default = (0, vue_exports.defineComponent)({
|
|
124077
124902
|
components: {
|
|
124078
124903
|
AAuthGadgets: AAuthGadgets_default,
|
|
124079
|
-
VCToastProvider: ToastProvider_default
|
|
124904
|
+
VCToastProvider: ToastProvider_default,
|
|
124905
|
+
VCToaster: Toaster_default
|
|
124080
124906
|
},
|
|
124081
124907
|
setup() {
|
|
124082
124908
|
const { isDark } = createColorMode(injectPayload()?.config?.colorMode);
|
|
@@ -124089,6 +124915,7 @@ function _sfc_ssrRender(_ctx, _push, _parent, _attrs, $props, $setup, $data, $op
|
|
|
124089
124915
|
const _component_VCToastProvider = (0, vue_exports.resolveComponent)("VCToastProvider");
|
|
124090
124916
|
const _component_AAuthGadgets = (0, vue_exports.resolveComponent)("AAuthGadgets");
|
|
124091
124917
|
const _component_RouterView = (0, vue_exports.resolveComponent)("RouterView");
|
|
124918
|
+
const _component_VCToaster = (0, vue_exports.resolveComponent)("VCToaster");
|
|
124092
124919
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCToastProvider, _attrs, {
|
|
124093
124920
|
default: (0, vue_exports.withCtx)((_, _push, _parent, _scopeId) => {
|
|
124094
124921
|
if (_push) {
|
|
@@ -124097,10 +124924,15 @@ function _sfc_ssrRender(_ctx, _push, _parent, _attrs, $props, $setup, $data, $op
|
|
|
124097
124924
|
"onUpdate:dark": ($event) => _ctx.isDark = $event
|
|
124098
124925
|
}, null, _parent, _scopeId));
|
|
124099
124926
|
_push((0, server_renderer_exports.ssrRenderComponent)(_component_RouterView, null, null, _parent, _scopeId));
|
|
124100
|
-
|
|
124101
|
-
|
|
124102
|
-
|
|
124103
|
-
|
|
124927
|
+
_push((0, server_renderer_exports.ssrRenderComponent)(_component_VCToaster, { position: "top-center" }, null, _parent, _scopeId));
|
|
124928
|
+
} else return [
|
|
124929
|
+
(0, vue_exports.createVNode)(_component_AAuthGadgets, {
|
|
124930
|
+
dark: _ctx.isDark,
|
|
124931
|
+
"onUpdate:dark": ($event) => _ctx.isDark = $event
|
|
124932
|
+
}, null, 8, ["dark", "onUpdate:dark"]),
|
|
124933
|
+
(0, vue_exports.createVNode)(_component_RouterView),
|
|
124934
|
+
(0, vue_exports.createVNode)(_component_VCToaster, { position: "top-center" })
|
|
124935
|
+
];
|
|
124104
124936
|
}),
|
|
124105
124937
|
_: 1
|
|
124106
124938
|
}, _parent));
|