@kong-ui-public/forms 4.27.5-pr.3489.3471f16b1.0 → 4.27.5

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/forms.es.js CHANGED
@@ -6742,15 +6742,6 @@ const lg = /* @__PURE__ */ J(qp, [["render", sg], ["__scopeId", "data-v-bf1b5213
6742
6742
  type: Boolean,
6743
6743
  default: !1
6744
6744
  },
6745
- /**
6746
- * Identity Principals UI feature flag (khcp-20393). When false, behave as if the
6747
- * `principals` fields aren't in the schema — the Kong Identity principals section is
6748
- * hidden and the legacy common-fields form renders instead.
6749
- */
6750
- identityPrincipalsUiEnabled: {
6751
- type: Boolean,
6752
- default: !1
6753
- },
6754
6745
  showNewPartialModal: {
6755
6746
  type: Function,
6756
6747
  default: () => {
@@ -6797,9 +6788,9 @@ const lg = /* @__PURE__ */ J(qp, [["render", sg], ["__scopeId", "data-v-bf1b5213
6797
6788
  },
6798
6789
  hasPrincipalsFields() {
6799
6790
  var e;
6800
- return this.identityPrincipalsUiEnabled && ((e = this.formSchema.fields) == null ? void 0 : e.some(
6791
+ return (e = this.formSchema.fields) == null ? void 0 : e.some(
6801
6792
  (t) => ao.has(t.model)
6802
- ));
6793
+ );
6803
6794
  },
6804
6795
  isKonnect() {
6805
6796
  var e;
@@ -7156,7 +7147,7 @@ function bg(e, t, n, o, a, i) {
7156
7147
  }, 8, ["tabs"])
7157
7148
  ]);
7158
7149
  }
7159
- const _g = /* @__PURE__ */ J(dg, [["render", bg], ["__scopeId", "data-v-122a0bb5"]]), Tg = /* @__PURE__ */ be({
7150
+ const _g = /* @__PURE__ */ J(dg, [["render", bg], ["__scopeId", "data-v-a1ef4c39"]]), Tg = /* @__PURE__ */ be({
7160
7151
  __name: "PostFunction",
7161
7152
  props: {
7162
7153
  formModel: {