@kong-ui-public/forms 4.16.1-pr.2402.e5f86afb1.0 → 4.16.2-pr.2433.46b115870.0
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 +4 -3
- package/dist/forms.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components/fields/FieldArray.vue.d.ts +2 -2
- package/dist/types/components/fields/FieldAutoSuggest.vue.d.ts +1 -1
- package/dist/types/components/fields/FieldAutoSuggestV2.vue.d.ts +1 -1
- package/dist/types/components/forms/RLAForm.vue.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/forms.es.js
CHANGED
|
@@ -1809,7 +1809,7 @@ const vc = {
|
|
|
1809
1809
|
disable_global_radio: "The plugin is set to 'Scoped' by default when configured under a {scope}. To configure a global plugin, navigate to the global plugin list page.",
|
|
1810
1810
|
disable_source_scope_change: "Changing the {scope} is not allowed when configuring a plugin under it."
|
|
1811
1811
|
}, bc = {
|
|
1812
|
-
|
|
1812
|
+
view_advanced: "View advanced parameters",
|
|
1813
1813
|
window_type: {
|
|
1814
1814
|
label: "Rate Limit Window Type",
|
|
1815
1815
|
help: "Sets the time window type to either <code>sliding</code> (default) or <code>fixed</code>.<br><ul><li>Sliding windows apply the rate limiting logic while taking into account previous hit rates (from the window that immediately precedes the current) using a dynamic weight.</li><li>Fixed windows consist of buckets that are statically assigned to a definitive time range, each request is mapped to only one fixed window based on its timestamp and will affect only that window's counters.</li></ul>",
|
|
@@ -6741,7 +6741,8 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
6741
6741
|
O(Ht, {
|
|
6742
6742
|
modelValue: b.value,
|
|
6743
6743
|
"onUpdate:modelValue": w[9] || (w[9] = ($) => b.value = $),
|
|
6744
|
-
"
|
|
6744
|
+
"data-testid": "view-advanced",
|
|
6745
|
+
"trigger-label": I(a)("rla.view_advanced")
|
|
6745
6746
|
}, {
|
|
6746
6747
|
default: M(() => [
|
|
6747
6748
|
O(ue, {
|
|
@@ -6782,7 +6783,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
6782
6783
|
], 64);
|
|
6783
6784
|
};
|
|
6784
6785
|
}
|
|
6785
|
-
}), cp = /* @__PURE__ */ W(up, [["__scopeId", "data-v-
|
|
6786
|
+
}), cp = /* @__PURE__ */ W(up, [["__scopeId", "data-v-dc7ac5da"]]), bp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6786
6787
|
__proto__: null,
|
|
6787
6788
|
ACMEForm: Wh,
|
|
6788
6789
|
ExitTransformer: Vh,
|