@timum/booking 1.1.1 → 1.2.3

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/README.md CHANGED
@@ -249,6 +249,10 @@ This object's options directly affect timum's behaviour or allow you to react to
249
249
  <tr>
250
250
  <td>hideTimumFooter</td>
251
251
  <td>boolean, whether 'powered by timum' can be hidden or not. Needs premium plan.</td>
252
+ </tr>
253
+ <tr>
254
+ <td>sendCustomValuesInMessage</td>
255
+ <td>boolean, whether values of custom fields are concatenated and comma-separated into a single string which is then sent to the backend as <code>message</code>. If field <code>message</code> is defined its input is concatenated to the generated string as well.</td>
252
256
  </tr>
253
257
  <tr>
254
258
  <td>channelKey</td>
@@ -627,7 +631,13 @@ The standard configuration can be overridden except for the aforementioned field
627
631
  title: string or JSXElement;
628
632
  validation: yup based validation. See https://github.com/jquense/yup. Re-exported and accessible via timum.yup
629
633
  type: string; either 'text' (default), 'phoneNumber', 'textarea', 'checkbox' or 'select',
630
- prefilled: string; value a fiels is initiated with. Not that for fields of type 'select' you must use the 'key' of on of it's options.
634
+ prefilled: string; value a fiels is initiated with.
635
+ Note that for fields of type 'select' you must use the 'key' of on of it's options.
636
+ preventRendering: boolean, default false;
637
+ if true the field is not visible to the user.
638
+ Useful in conjunction with sendCustomValuesInMessage allowing you to
639
+ enrich booked appointments with internal data
640
+ without the customer becoming aware of your internal processes.
631
641
  }
632
642
  ```
633
643
 
@@ -1,4 +1,4 @@
1
- import { h as e, j as l, i as t } from "./index-b56f9efc.js";
1
+ import { h as e, j as l, i as t } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  e as default,
4
4
  l as getTableUtilityClass,
@@ -1,4 +1,4 @@
1
- import { o as e, q as s, p as t } from "./index-b56f9efc.js";
1
+ import { o as e, q as s, p as t } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  e as default,
4
4
  s as getTableCellUtilityClass,
@@ -1,4 +1,4 @@
1
- import { b as a, B as e, g as l } from "./index-b56f9efc.js";
1
+ import { b as a, B as e, g as l } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  a as buttonClasses,
4
4
  e as default,
@@ -1,4 +1,4 @@
1
- import { T as t, f as p, t as y } from "./index-b56f9efc.js";
1
+ import { T as t, f as p, t as y } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  t as default,
4
4
  p as getTypographyUtilityClass,
@@ -1,4 +1,4 @@
1
- import { r as p, s as b, u as m, v as H, w as C, _ as T, x as r, y as n, z as f, A as h, C as v } from "./index-b56f9efc.js";
1
+ import { r as p, s as b, u as m, v as H, w as C, _ as T, x as r, y as n, z as f, A as h, C as v } from "./index-ee1e89ab.js";
2
2
  function x(e) {
3
3
  return p("MuiTableHead", e);
4
4
  }
@@ -1,4 +1,4 @@
1
- import { k as e, n as l, m as t } from "./index-b56f9efc.js";
1
+ import { k as e, n as l, m as t } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  e as default,
4
4
  l as getTableBodyUtilityClass,
@@ -1,4 +1,4 @@
1
- import { c as e, e as a, d as l } from "./index-b56f9efc.js";
1
+ import { c as e, e as a, d as l } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  e as default,
4
4
  a as getListItemTextUtilityClass,
@@ -1,4 +1,4 @@
1
- import { L as l, a as t, l as e } from "./index-b56f9efc.js";
1
+ import { L as l, a as t, l as e } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  l as default,
4
4
  t as getLinkUtilityClass,
@@ -1,4 +1,4 @@
1
- import { D as e, F as l, E as t } from "./index-b56f9efc.js";
1
+ import { D as e, F as l, E as t } from "./index-ee1e89ab.js";
2
2
  export {
3
3
  e as default,
4
4
  l as getTableRowUtilityClass,