@kong-ui-public/entities-plugins 1.1.9 → 1.1.11
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.
|
@@ -3052,43 +3052,43 @@ const Xi = { class: "kong-ui-entities-plugins-list" }, Ki = { class: "name-cell-
|
|
|
3052
3052
|
type: String,
|
|
3053
3053
|
default: ""
|
|
3054
3054
|
},
|
|
3055
|
-
/**
|
|
3055
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can create a new entity */
|
|
3056
3056
|
canCreate: {
|
|
3057
3057
|
type: Function,
|
|
3058
3058
|
required: !1,
|
|
3059
3059
|
default: async () => !0
|
|
3060
3060
|
},
|
|
3061
|
-
/**
|
|
3061
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can delete a given entity */
|
|
3062
3062
|
canDelete: {
|
|
3063
3063
|
type: Function,
|
|
3064
3064
|
required: !1,
|
|
3065
3065
|
default: async () => !0
|
|
3066
3066
|
},
|
|
3067
|
-
/**
|
|
3067
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can edit a given entity */
|
|
3068
3068
|
canEdit: {
|
|
3069
3069
|
type: Function,
|
|
3070
3070
|
required: !1,
|
|
3071
3071
|
default: async () => !0
|
|
3072
3072
|
},
|
|
3073
|
-
/**
|
|
3073
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can toggle (enable/disable) a given entity */
|
|
3074
3074
|
canToggle: {
|
|
3075
3075
|
type: Function,
|
|
3076
3076
|
required: !1,
|
|
3077
3077
|
default: async () => !0
|
|
3078
3078
|
},
|
|
3079
|
-
/**
|
|
3079
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can retrieve (view details) a given entity */
|
|
3080
3080
|
canRetrieve: {
|
|
3081
3081
|
type: Function,
|
|
3082
3082
|
required: !1,
|
|
3083
3083
|
default: async () => !0
|
|
3084
3084
|
},
|
|
3085
|
-
/**
|
|
3085
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can retrieve (view details) a given scoped entity (e.g. route linked with the plugin) */
|
|
3086
3086
|
canRetrieveScopedEntity: {
|
|
3087
3087
|
type: Function,
|
|
3088
3088
|
required: !1,
|
|
3089
3089
|
default: async () => !0
|
|
3090
3090
|
},
|
|
3091
|
-
/**
|
|
3091
|
+
/** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can configure dynamic ordering for a given entity */
|
|
3092
3092
|
canConfigureDynamicOrdering: {
|
|
3093
3093
|
type: Function,
|
|
3094
3094
|
required: !1,
|
|
@@ -3523,7 +3523,7 @@ const rt = (e, n) => {
|
|
|
3523
3523
|
for (const [A, i] of n)
|
|
3524
3524
|
t[A] = i;
|
|
3525
3525
|
return t;
|
|
3526
|
-
}, Mn = /* @__PURE__ */ rt(en, [["__scopeId", "data-v-
|
|
3526
|
+
}, Mn = /* @__PURE__ */ rt(en, [["__scopeId", "data-v-bb7ba54b"]]), tn = {
|
|
3527
3527
|
fail: "Failed to copy id to clipboard",
|
|
3528
3528
|
success: {
|
|
3529
3529
|
prefix: "Successfully",
|