@feathery/react 1.1.110 → 1.1.111

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.
@@ -16,6 +16,6 @@ export declare type StyledContainerProps = PropsWithChildren & {
16
16
  * around elements and other "Containers". This component is used by both hosted forms
17
17
  * and the editor to render "Containers".
18
18
  */
19
- export declare const StyledContainer: React.ForwardRefExoticComponent<Omit<StyledContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
19
+ export declare const StyledContainer: React.ForwardRefExoticComponent<Pick<StyledContainerProps, string | number> & React.RefAttributes<HTMLDivElement>>;
20
20
  export { getCellStyle };
21
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAO7D,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,oBAAY,oBAAoB,GAAG,iBAAiB,GAAG;IACrD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,0GAqD3B,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAO7D,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,oBAAY,oBAAoB,GAAG,iBAAiB,GAAG;IACrD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,oHAqD3B,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/styles.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,0BAA0B,CAAC;AAGxD,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AAEnC,eAAO,MAAM,YAAY,SAAU,GAAG,aAAa,SAAS,GAAG,QAAQ,UAqBtE,CAAC;AAEF,eAAO,MAAM,kBAAkB,SACvB,GAAG,YACC,GAAG,aACF,SAAS,GAAG,QAAQ,KAC9B,gBA0aF,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/styles.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,0BAA0B,CAAC;AAIxD,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AAEnC,eAAO,MAAM,YAAY,SAAU,GAAG,aAAa,SAAS,GAAG,QAAQ,UAqBtE,CAAC;AAEF,eAAO,MAAM,kBAAkB,SACvB,GAAG,YACC,GAAG,aACF,SAAS,GAAG,QAAQ,KAC9B,gBA0aF,CAAC"}
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Returns the type of the element that is being passed.
3
+ * @param element - Element data
4
+ * @returns {string | null}
5
+ */
6
+ export declare const getElementType: (element: any) => any;
1
7
  export declare const isFillContainer: (div: HTMLDivElement) => boolean;
2
8
  export declare const isFitContainer: (div: HTMLDivElement) => boolean;
3
9
  export declare const isFitElement: (div: HTMLDivElement) => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,QAAS,cAAc,YAElD,CAAC;AAEF,eAAO,MAAM,cAAc,QAAS,cAAc,YAEjD,CAAC;AAEF,eAAO,MAAM,YAAY,QAAS,cAAc,YAE/C,CAAC;AAEF,eAAO,MAAM,aAAa,QAAS,GAAG,OAAO,MAAM,yBAGlD,CAAC;AAEF,eAAO,MAAM,QAAQ,SAAU,GAAG,OAAO,MAAM,yBAQ9C,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,GAAG,WAMzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAQ,GAAG,UAUvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,SAAU,GAAG,QAGnC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,QAAS,GAAG,YAK7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,QAAS,GAAG;;;;QAoD9C,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAS,GAAG,SAiF1C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/utils.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,cAAc,YAAa,GAAG,QAK1C,CAAC;AAEF,eAAO,MAAM,eAAe,QAAS,cAAc,YAElD,CAAC;AAEF,eAAO,MAAM,cAAc,QAAS,cAAc,YAEjD,CAAC;AAEF,eAAO,MAAM,YAAY,QAAS,cAAc,YAE/C,CAAC;AAEF,eAAO,MAAM,aAAa,QAAS,GAAG,OAAO,MAAM,yBAGlD,CAAC;AAEF,eAAO,MAAM,QAAQ,SAAU,GAAG,OAAO,MAAM,yBAQ9C,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,GAAG,WAMzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAQ,GAAG,UAUvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,SAAU,GAAG,QAGnC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,QAAS,GAAG,YAK7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,QAAS,GAAG;;;;QAoD9C,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAS,GAAG,SAiF1C,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- declare const _default: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
2
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=CountryDropdown.d.ts.map