pcm-shared-components 0.0.207 → 0.0.210

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.
@@ -112,13 +112,13 @@ SearchBar.defaultProps = {
112
112
 
113
113
  SearchBar.propTypes = {
114
114
  /** Fired when the search is cancelled. */
115
- onCancelSearch: PropTypes.object,
115
+ onCancelSearch: PropTypes.func,
116
116
 
117
117
  /** Fired when the text value changes. Returns the new value */
118
- onChange: PropTypes.object,
118
+ onChange: PropTypes.func,
119
119
 
120
120
  /** Same as onChange except only fires 700ms after the users has completed typing to prevent performance issues. Returns the new value */
121
- onChangeDebounce: PropTypes.object,
121
+ onChangeDebounce: PropTypes.func,
122
122
 
123
123
  /** Sets placeholder text for the embedded text field. */
124
124
  placeholder: PropTypes.string,
@@ -1669,7 +1669,7 @@
1669
1669
  "title": "Select a Report"
1670
1670
  },
1671
1671
  "pos_item_summary": {
1672
- "report_description": "The product and services item sale summary report provides an overview of the goods and services that have been sold through the POS or added onto a reservation with one of the following status **Incomplete, Completed and Canceled**. \n***\n- This report used the `{{search_by}}` as the baseline when searching for a date range.\n",
1672
+ "report_description": "The product and services item sale summary report provides an overview of the goods and services that have been sold through the POS or added onto a reservation with one of the following status **Incomplete, Completed and Canceled**. \n***\n- This report used the `{{search_by}}` as the baseline when searching for a date range.\n***\n`Note:` this report doesn't take into account the returned/refunded POS items.\n",
1673
1673
  "title": "Product and Services Item Sale Summary"
1674
1674
  },
1675
1675
  "refund_details": {
@@ -1669,7 +1669,7 @@
1669
1669
  "title": "Seleccione un informe"
1670
1670
  },
1671
1671
  "pos_item_summary": {
1672
- "report_description": "El informe de resumen de venta de artículos de productos y servicios proporciona una descripción general de los bienes y servicios que se han vendido a través del PUNTO de venta o se han agregado a una reserva con uno de los siguientes estados **Incompleto, Completado y Cancelado**. \n***\n- Este informe utilizó el '{{search_by}}' como línea de base al buscar un rango de fechas.\n",
1672
+ "report_description": "El informe de resumen de venta de artículos de productos y servicios proporciona una descripción general de los bienes y servicios que se han vendido a través del PUNTO de venta o se han agregado a una reserva con uno de los siguientes estados **Incompleto, Completado y Cancelado**. \n***\n- Este informe utilizó el '{{search_by}}' como línea de base al buscar un rango de fechas.\n***\n'Nota:' este informe no tiene en cuenta los artículos POS devueltos / reembolsados.\n",
1673
1673
  "title": "Resumen de venta de artículos de productos y servicios"
1674
1674
  },
1675
1675
  "refund_details": {
@@ -1669,7 +1669,7 @@
1669
1669
  "title": "Sélectionnez un rapport"
1670
1670
  },
1671
1671
  "pos_item_summary": {
1672
- "report_description": "Le rapport récapitulatif de la vente d’articles de produits et de services fournit un aperçu des biens et services qui ont été vendus via le POS ou ajoutés à une réservation avec l’un des statuts suivants **Incomplet, Terminé ou Annulé**. \n***\n- Ce rapport a utilisé le '{{search_by}}' comme base de référence lors de la recherche d’une plage de dates.\n",
1672
+ "report_description": "Le rapport récapitulatif de la vente d’articles de produits et de services fournit un aperçu des biens et services qui ont été vendus via le point de vente ou ajoutés à une réservation avec l’un des statuts suivants **Incomplet, Terminé et Annulé**. \n***\n- Ce rapport a utilisé le '{{search_by}}' comme base de référence lors de la recherche d’une plage de dates.\n***\n'Remarque:' ce rapport ne prend pas en compte les articles de POS retournés / remboursés.\n",
1673
1673
  "title": "Résumé des vente d’articles de produits et services"
1674
1674
  },
1675
1675
  "refund_details": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.207",
3
+ "version": "0.0.210",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {