@k-int/stripes-kint-components 2.7.1 → 2.8.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/es/index.js +14 -0
  3. package/es/lib/ActionList/ActionList.js +7 -2
  4. package/es/lib/ActionList/ActionListFieldArray.js +8 -4
  5. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  6. package/es/lib/CycleButton/CycleButton.js +2 -1
  7. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +8 -1
  8. package/es/lib/EditableRefdataList/EditableRefdataList.js +8 -1
  9. package/es/lib/IconSelect/IconSelect.js +105 -110
  10. package/es/lib/RichSelect/RichSelect.js +252 -0
  11. package/es/lib/RichSelect/index.js +23 -0
  12. package/es/lib/RichSelect/useSelectedOption.js +39 -0
  13. package/package.json +1 -1
  14. package/src/index.js +1 -0
  15. package/src/lib/ActionList/ActionList.js +8 -1
  16. package/src/lib/ActionList/ActionListFieldArray.js +11 -4
  17. package/src/lib/ActionList/README.md +1 -0
  18. package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  19. package/src/lib/CycleButton/CycleButton.js +3 -2
  20. package/src/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +8 -1
  21. package/src/lib/EditableRefdataList/EditableRefdataList.js +8 -1
  22. package/src/lib/IconSelect/IconSelect.js +94 -113
  23. package/src/lib/IconSelect/README.md +6 -2
  24. package/src/lib/RichSelect/README.md +56 -0
  25. package/src/lib/RichSelect/RichSelect.js +230 -0
  26. package/src/lib/RichSelect/index.js +2 -0
  27. package/src/lib/RichSelect/useSelectedOption.js +14 -0
  28. package/src/lib/hooks/useMutateRefdataCategory.js +3 -3
  29. package/styles/RichSelect.css +7 -0
  30. package/translations/stripes-kint-components/ar.json +2 -1
  31. package/translations/stripes-kint-components/cs_CZ.json +2 -1
  32. package/translations/stripes-kint-components/de.json +2 -1
  33. package/translations/stripes-kint-components/en.json +2 -1
  34. package/translations/stripes-kint-components/es.json +2 -1
  35. package/translations/stripes-kint-components/hi_IN.json +2 -1
  36. package/translations/stripes-kint-components/hu.json +2 -1
  37. package/translations/stripes-kint-components/it_IT.json +2 -1
  38. package/translations/stripes-kint-components/ja.json +2 -1
  39. package/translations/stripes-kint-components/ko.json +2 -1
  40. package/translations/stripes-kint-components/pt_PT.json +2 -1
  41. package/translations/stripes-kint-components/ru.json +2 -1
  42. package/translations/stripes-kint-components/sv.json +2 -1
  43. package/translations/stripes-kint-components/zh_CN.json +2 -1
@@ -117,5 +117,6 @@
117
117
  "operator.isNot": "ない",
118
118
  "operator.contains": "コンテンツ",
119
119
  "operator.doesNotContain": "含まない",
120
- "iconSelect.notSet": "セットなし"
120
+ "iconSelect.notSet": "セットなし",
121
+ "richSelect.placeholder": "オプションを選択してください"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "operator.isNot": "아니다.",
118
118
  "operator.contains": "제품정보",
119
119
  "operator.doesNotContain": "포함되지 않음",
120
- "iconSelect.notSet": "설정하기"
120
+ "iconSelect.notSet": "설정하기",
121
+ "richSelect.placeholder": "옵션 선택"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "operator.isNot": "Não é",
118
118
  "operator.contains": "Contém",
119
119
  "operator.doesNotContain": "Não contém",
120
- "iconSelect.notSet": "Não definido"
120
+ "iconSelect.notSet": "Não definido",
121
+ "richSelect.placeholder": "Por favor, selecione uma opção"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "operator.isNot": "Не",
118
118
  "operator.contains": "Содержит",
119
119
  "operator.doesNotContain": "Не содержит",
120
- "iconSelect.notSet": "Не установлено"
120
+ "iconSelect.notSet": "Не установлено",
121
+ "richSelect.placeholder": "Пожалуйста, выберите вариант"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "operator.isNot": "Är inte",
118
118
  "operator.contains": "Innehåll",
119
119
  "operator.doesNotContain": "Innehåller inte",
120
- "iconSelect.notSet": "Inte set"
120
+ "iconSelect.notSet": "Inte set",
121
+ "richSelect.placeholder": "Vänligen välj ett alternativ"
121
122
  }
@@ -117,5 +117,6 @@
117
117
  "operator.isNot": "目 录",
118
118
  "operator.contains": "集装箱",
119
119
  "operator.doesNotContain": "不含",
120
- "iconSelect.notSet": "没有"
120
+ "iconSelect.notSet": "没有",
121
+ "richSelect.placeholder": "请选择备选案文"
121
122
  }