jupiter-dynamic-forms 1.10.0 → 1.10.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.
- package/dist/core/filter-roles-dialog.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1574,6 +1574,7 @@ const filter$1 = {
|
|
|
1574
1574
|
selectRoles: "Select Roles",
|
|
1575
1575
|
filterRoles: "Filter Roles",
|
|
1576
1576
|
title: "Filter Roles",
|
|
1577
|
+
description: "Select the roles you want to display in the form. You can search and choose specific roles to focus on or manage all available roles.",
|
|
1577
1578
|
searchPlaceholder: "Search roles by name, ID, or URI...",
|
|
1578
1579
|
clearSearch: "Clear search",
|
|
1579
1580
|
showingResults: "Showing",
|
|
@@ -1651,6 +1652,7 @@ const filter = {
|
|
|
1651
1652
|
selectRoles: "Rollen selecteren",
|
|
1652
1653
|
filterRoles: "Rollen filteren",
|
|
1653
1654
|
title: "Rollen filteren",
|
|
1655
|
+
description: "Selecteer de rollen die u in het formulier wilt weergeven. U kunt zoeken en specifieke rollen kiezen om op te focussen of alle beschikbare rollen beheren.",
|
|
1654
1656
|
searchPlaceholder: "Zoek rollen op naam, ID of URI...",
|
|
1655
1657
|
clearSearch: "Zoekopdracht wissen",
|
|
1656
1658
|
showingResults: "Weergeven",
|
|
@@ -4088,8 +4090,7 @@ let JupiterFilterRolesDialog = class extends LitElement {
|
|
|
4088
4090
|
<!-- Dialog Content -->
|
|
4089
4091
|
<div class="dialog-content">
|
|
4090
4092
|
<p class="description">
|
|
4091
|
-
|
|
4092
|
-
to focus on or manage all ${totalCount} available roles.
|
|
4093
|
+
${I18n.t("filter.description")}
|
|
4093
4094
|
</p>
|
|
4094
4095
|
|
|
4095
4096
|
<!-- Search Input -->
|