@tellescope/react-components 1.242.1 → 1.242.2

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Enduser, FormResponse } from "@tellescope/types-client";
2
3
  import { ImageProps } from "../index";
3
4
  import { FormResponseAnswerAddress, FormResponseValueAnswer } from "@tellescope/types-models";
@@ -1 +1 @@
1
- {"version":3,"file":"form_responses.d.ts","sourceRoot":"","sources":["../../../src/Forms/form_responses.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAEhE,OAAO,EAA0B,UAAU,EAA2H,MAAM,UAAU,CAAA;AAEtL,OAAO,EAA0B,yBAAyB,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAA;AAQrH,eAAO,MAAM,cAAc;WAAyB,SAAS,yBAAyB,CAAC,CAAC,OAAO,CAAC;iBAS/F,CAAA;AAED,eAAO,MAAM,cAAc;YACjB,uBAAuB;kBACjB,YAAY;aACjB,MAAM;;2BAEO;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI;;iBAwJ/C,CAAA;AAED,eAAO,MAAM,gBAAgB;kBAAsC,UAAU,CAAC,aAAa,CAAC;wBAgB3F,CAAA;AAED,eAAO,MAAM,uBAAuB;;kBAAiE,UAAU,CAAC,aAAa,CAAC;wBAiB7H,CAAA;AAED,UAAU,cAAc;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,YAAY,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,eAAO,MAAM,gBAAgB;;2BAEL;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI;iBAmJ/C,CAAA"}
1
+ {"version":3,"file":"form_responses.d.ts","sourceRoot":"","sources":["../../../src/Forms/form_responses.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAEhE,OAAO,EAA0B,UAAU,EAA2H,MAAM,UAAU,CAAA;AAEtL,OAAO,EAA0B,yBAAyB,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAA;AAQrH,eAAO,MAAM,cAAc;WAAyB,SAAS,yBAAyB,CAAC,CAAC,OAAO,CAAC;iBAS/F,CAAA;AAED,eAAO,MAAM,cAAc;YACjB,uBAAuB;kBACjB,YAAY;aACjB,MAAM;;2BAEO;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI;;iBAwJ/C,CAAA;AAED,eAAO,MAAM,gBAAgB;kBAAsC,UAAU,CAAC,aAAa,CAAC;wBAgB3F,CAAA;AAED,eAAO,MAAM,uBAAuB;;kBAAiE,UAAU,CAAC,aAAa,CAAC;wBAiB7H,CAAA;AAED,UAAU,cAAc;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,YAAY,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,eAAO,MAAM,gBAAgB;;2BAEL;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI;iBAmJ/C,CAAA"}
@@ -22,7 +22,7 @@ export declare const RatingInput: ({ field, value, onChange }: FormInputProps<'r
22
22
  export declare const RankingInput: ({ field, value, onChange, form }: FormInputProps<'ranking'>) => JSX.Element;
23
23
  export declare const DateInput: ({ field, value, onChange, placement, ...props }: {
24
24
  field: FormField;
25
- placement?: "top" | "left" | "right" | "bottom" | undefined;
25
+ placement?: "top" | "bottom" | "left" | "right" | undefined;
26
26
  } & FormInputProps<"date"> & Styled) => JSX.Element;
27
27
  export declare const TableInput: ({ field, value, onChange, form, ...props }: FormInputProps<'Input Table'>) => JSX.Element;
28
28
  export declare const AutoFocusTextField: (props: (import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps) & {
@@ -20,7 +20,7 @@ export declare const RatingInput: ({ field, value, onChange }: FormInputProps<'r
20
20
  export declare const RankingInput: ({ field, value, onChange, form }: FormInputProps<'ranking'>) => JSX.Element;
21
21
  export declare const DateInput: ({ field, value, onChange, placement, ...props }: {
22
22
  field: FormField;
23
- placement?: "top" | "left" | "right" | "bottom" | undefined;
23
+ placement?: "top" | "bottom" | "left" | "right" | undefined;
24
24
  } & FormInputProps<"date"> & Styled) => JSX.Element;
25
25
  export declare const TableInput: ({ field, value, onChange, form, ...props }: FormInputProps<'Input Table'>) => JSX.Element;
26
26
  export declare const AutoFocusTextField: (props: TextFieldProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FileUploaderProps, useDisplayPictureUploadForSelf, useFileUpload } from "./inputs.js";
2
3
  import { TextFieldProps } from "./mui";
3
4
  export { useDisplayPictureUploadForSelf, useFileUpload };
@@ -1 +1 @@
1
- {"version":3,"file":"inputs.native.d.ts","sourceRoot":"","sources":["../../src/inputs.native.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,iBAAiB,EACjB,8BAA8B,EAC9B,aAAa,EACd,MAAM,aAAa,CAAA;AACpB,OAAO,EAAa,cAAc,EAAE,MAAM,OAAO,CAAA;AAEjD,OAAO,EAAE,8BAA8B,EAAE,aAAa,EAAE,CAAA;AAExD,eAAO,MAAM,YAAY,aAExB,CAAA;AAED,eAAO,MAAM,YAAY,MAAO,iBAAiB,UAEhD,CAAA;AAED,eAAO,MAAM,eAAe,UAAY,cAAc,gBAErD,CAAA"}
1
+ {"version":3,"file":"inputs.native.d.ts","sourceRoot":"","sources":["../../src/inputs.native.tsx"],"names":[],"mappings":";AAEA,OAAO,EACL,iBAAiB,EACjB,8BAA8B,EAC9B,aAAa,EACd,MAAM,aAAa,CAAA;AACpB,OAAO,EAAa,cAAc,EAAE,MAAM,OAAO,CAAA;AAEjD,OAAO,EAAE,8BAA8B,EAAE,aAAa,EAAE,CAAA;AAExD,eAAO,MAAM,YAAY,aAExB,CAAA;AAED,eAAO,MAAM,YAAY,MAAO,iBAAiB,UAEhD,CAAA;AAED,eAAO,MAAM,eAAe,UAAY,cAAc,gBAErD,CAAA"}
@@ -53,7 +53,7 @@ export interface Flex_T {
53
53
  }
54
54
  interface Flex_Web extends Flex_T, Styled, ClickableWeb {
55
55
  }
56
- export declare const resolve_direction_for_props: (row?: boolean, col?: boolean) => "row" | "column";
56
+ export declare const resolve_direction_for_props: (row?: boolean, col?: boolean) => "column" | "row";
57
57
  export declare const compute_flex_direction_with_props: <T extends string>(direction: T, reverse?: boolean) => T | `${T}-reverse`;
58
58
  export interface WithHoverColors {
59
59
  hoveredColor?: CSSProperties['backgroundColor'];