@adminforth/i18n 1.2.3 → 1.2.4

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/index.js CHANGED
@@ -217,6 +217,9 @@ export default class I18nPlugin extends AdminForthPlugin {
217
217
  name: 'fully_translated',
218
218
  label: 'Fully translated',
219
219
  virtual: true,
220
+ filterOptions: {
221
+ multiselect: false,
222
+ },
220
223
  showIn: {
221
224
  show: true,
222
225
  list: true,
package/index.ts CHANGED
@@ -245,6 +245,9 @@ export default class I18nPlugin extends AdminForthPlugin {
245
245
  name: 'fully_translated',
246
246
  label: 'Fully translated',
247
247
  virtual: true,
248
+ filterOptions: {
249
+ multiselect: false,
250
+ },
248
251
  showIn: {
249
252
  show: true,
250
253
  list: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",