@kong-ui-public/entities-plugins 9.1.1 → 9.1.2
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/entities-plugins.es.js +4 -21
- package/dist/entities-plugins.umd.js +21 -21
- package/dist/style.css +1 -1
- package/dist/types/components/PluginConfigCard.vue.d.ts +0 -17
- package/dist/types/components/PluginConfigCard.vue.d.ts.map +1 -1
- package/dist/types/components/PluginForm.vue.d.ts +0 -17
- package/dist/types/components/PluginForm.vue.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -10651,14 +10651,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
10651
10651
|
enableVaultSecretPicker: {
|
|
10652
10652
|
type: Boolean,
|
|
10653
10653
|
default: !1
|
|
10654
|
-
},
|
|
10655
|
-
/**
|
|
10656
|
-
* Enable display of Terraform code
|
|
10657
|
-
* Guarded by FF: khcp-12445-terraform-config-details
|
|
10658
|
-
*/
|
|
10659
|
-
enableTerraform: {
|
|
10660
|
-
type: Boolean,
|
|
10661
|
-
default: !1
|
|
10662
10654
|
}
|
|
10663
10655
|
},
|
|
10664
10656
|
emits: ["cancel", "error:fetch-schema", "error", "loading", "update", "model-updated"],
|
|
@@ -10686,7 +10678,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
10686
10678
|
hash: "#yaml"
|
|
10687
10679
|
}
|
|
10688
10680
|
]);
|
|
10689
|
-
i.
|
|
10681
|
+
i.config.app === "konnect" && T.value.splice(1, 0, {
|
|
10690
10682
|
title: a("view_configuration.terraform"),
|
|
10691
10683
|
hash: "#terraform"
|
|
10692
10684
|
});
|
|
@@ -11252,7 +11244,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
11252
11244
|
]);
|
|
11253
11245
|
};
|
|
11254
11246
|
}
|
|
11255
|
-
}), rb = /* @__PURE__ */ it(oy, [["__scopeId", "data-v-
|
|
11247
|
+
}), rb = /* @__PURE__ */ it(oy, [["__scopeId", "data-v-311a0de6"]]), ly = ["alt", "src", "width"], Di = /* @__PURE__ */ ve({
|
|
11256
11248
|
__name: "PluginIcon",
|
|
11257
11249
|
props: {
|
|
11258
11250
|
name: {
|
|
@@ -12713,14 +12705,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
12713
12705
|
type: String,
|
|
12714
12706
|
required: !1,
|
|
12715
12707
|
default: ""
|
|
12716
|
-
},
|
|
12717
|
-
/**
|
|
12718
|
-
* Enable display of Terraform code
|
|
12719
|
-
* Guarded by FF: khcp-12445-terraform-config-details
|
|
12720
|
-
*/
|
|
12721
|
-
enableTerraform: {
|
|
12722
|
-
type: Boolean,
|
|
12723
|
-
default: !1
|
|
12724
12708
|
}
|
|
12725
12709
|
},
|
|
12726
12710
|
emits: ["loading", "fetch:error", "error:fetch-schema", "fetch:success", "navigation-click"],
|
|
@@ -12828,7 +12812,6 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
12828
12812
|
config: e.config,
|
|
12829
12813
|
"config-card-doc": e.configCardDoc,
|
|
12830
12814
|
"config-schema": d.value,
|
|
12831
|
-
"enable-terraform": e.enableTerraform,
|
|
12832
12815
|
"entity-type": f(pi).Plugin,
|
|
12833
12816
|
"fetch-url": c.value,
|
|
12834
12817
|
"hide-title": e.hideTitle,
|
|
@@ -12913,11 +12896,11 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
12913
12896
|
}, null, 8, ["copy-tooltip", "text"])) : (p(), B("span", eb, "–"))
|
|
12914
12897
|
]),
|
|
12915
12898
|
_: 1
|
|
12916
|
-
}, 8, ["config", "config-card-doc", "config-schema", "
|
|
12899
|
+
}, 8, ["config", "config-card-doc", "config-schema", "entity-type", "fetch-url", "hide-title", "plugin-config-schema"]))
|
|
12917
12900
|
]);
|
|
12918
12901
|
};
|
|
12919
12902
|
}
|
|
12920
|
-
}), db = /* @__PURE__ */ it(tb, [["__scopeId", "data-v-
|
|
12903
|
+
}), db = /* @__PURE__ */ it(tb, [["__scopeId", "data-v-8635451e"]]), { usePluginMetaData: pb } = xe;
|
|
12921
12904
|
export {
|
|
12922
12905
|
Wt as EntityTypeIdField,
|
|
12923
12906
|
Ac as PLUGIN_GROUPS_COLLAPSE_STATUS,
|