@kong-ui-public/entities-certificates 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9561,6 +9561,7 @@ const at = {
9561
9561
  class: "certificate-form-textarea",
9562
9562
  "data-testid": "certificate-form-cert",
9563
9563
  label: w(a)("certificates.form.fields.cert.label"),
9564
+ "label-attributes": { tooltipAttributes: { maxWidth: "400" } },
9564
9565
  readonly: p.isReadonly,
9565
9566
  required: ""
9566
9567
  }, {
@@ -9585,6 +9586,7 @@ const at = {
9585
9586
  class: "certificate-form-textarea",
9586
9587
  "data-testid": "certificate-form-key",
9587
9588
  label: w(a)("certificates.form.fields.key.label"),
9589
+ "label-attributes": { tooltipAttributes: { maxWidth: "400" } },
9588
9590
  readonly: p.isReadonly,
9589
9591
  required: ""
9590
9592
  }, {
@@ -9609,6 +9611,7 @@ const at = {
9609
9611
  class: "certificate-form-textarea",
9610
9612
  "data-testid": "certificate-form-cert-alt",
9611
9613
  label: w(a)("certificates.form.fields.cert_alt.label"),
9614
+ "label-attributes": { tooltipAttributes: { maxWidth: "400" } },
9612
9615
  readonly: p.isReadonly
9613
9616
  }, {
9614
9617
  "label-tooltip": I(() => [
@@ -9632,6 +9635,7 @@ const at = {
9632
9635
  class: "certificate-form-textarea",
9633
9636
  "data-testid": "certificate-form-key-alt",
9634
9637
  label: w(a)("certificates.form.fields.key_alt.label"),
9638
+ "label-attributes": { tooltipAttributes: { maxWidth: "400" } },
9635
9639
  readonly: p.isReadonly
9636
9640
  }, {
9637
9641
  "label-tooltip": I(() => [
@@ -9672,7 +9676,10 @@ const at = {
9672
9676
  "data-testid": "certificate-form-tags",
9673
9677
  help: w(a)("certificates.form.fields.tags.help"),
9674
9678
  label: w(a)("certificates.form.fields.tags.label"),
9675
- "label-attributes": { info: w(a)("certificates.form.fields.tags.tooltip") },
9679
+ "label-attributes": {
9680
+ info: w(a)("certificates.form.fields.tags.tooltip"),
9681
+ tooltipAttributes: { maxWidth: "400" }
9682
+ },
9676
9683
  placeholder: w(a)("certificates.form.fields.tags.placeholder"),
9677
9684
  readonly: p.isReadonly,
9678
9685
  type: "text"
@@ -9686,7 +9693,7 @@ const at = {
9686
9693
  ]);
9687
9694
  };
9688
9695
  }
9689
- }), ng = /* @__PURE__ */ lr(Fh, [["__scopeId", "data-v-1f98afe8"]]), Bi = "/v2/control-planes/{controlPlaneId}/core-entities", Ci = "/{workspace}", Gr = {
9696
+ }), ng = /* @__PURE__ */ lr(Fh, [["__scopeId", "data-v-db6ee71c"]]), Bi = "/v2/control-planes/{controlPlaneId}/core-entities", Ci = "/{workspace}", Gr = {
9690
9697
  list: {
9691
9698
  konnect: `${Bi}/ca_certificates`,
9692
9699
  kongManager: `${Ci}/ca_certificates`
@@ -10304,7 +10311,10 @@ const at = {
10304
10311
  class: "certificate-form-textarea",
10305
10312
  "data-testid": "ca-certificate-form-cert",
10306
10313
  label: w(s)("ca-certificates.form.fields.cert.label"),
10307
- "label-attributes": { info: w(s)("ca-certificates.form.fields.cert.tooltip") },
10314
+ "label-attributes": {
10315
+ info: w(s)("ca-certificates.form.fields.cert.tooltip"),
10316
+ tooltipAttributes: { maxWidth: "400" }
10317
+ },
10308
10318
  readonly: v.isReadonly,
10309
10319
  required: ""
10310
10320
  }, null, 8, ["modelValue", "label", "label-attributes", "readonly"]),
@@ -10334,7 +10344,10 @@ const at = {
10334
10344
  "data-testid": "ca-certificate-form-tags",
10335
10345
  help: w(s)("ca-certificates.form.fields.tags.help"),
10336
10346
  label: w(s)("ca-certificates.form.fields.tags.label"),
10337
- "label-attributes": { info: w(s)("ca-certificates.form.fields.tags.tooltip") },
10347
+ "label-attributes": {
10348
+ info: w(s)("ca-certificates.form.fields.tags.tooltip"),
10349
+ tooltipAttributes: { maxWidth: "400" }
10350
+ },
10338
10351
  placeholder: w(s)("ca-certificates.form.fields.tags.placeholder"),
10339
10352
  readonly: v.isReadonly,
10340
10353
  type: "text"
@@ -10348,7 +10361,7 @@ const at = {
10348
10361
  ]);
10349
10362
  };
10350
10363
  }
10351
- }), ag = /* @__PURE__ */ lr(tp, [["__scopeId", "data-v-b74c6273"]]), rp = { class: "kong-ui-certificate-entity-config-card" }, ip = { key: 0 }, np = /* @__PURE__ */ nr({
10364
+ }), ag = /* @__PURE__ */ lr(tp, [["__scopeId", "data-v-1ee1bc34"]]), rp = { class: "kong-ui-certificate-entity-config-card" }, ip = { key: 0 }, np = /* @__PURE__ */ nr({
10352
10365
  __name: "CertificateConfigCard",
10353
10366
  props: {
10354
10367
  /** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */