@zydon/common 1.4.16 → 1.4.17
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,6 +1,6 @@
|
|
|
1
1
|
import { BaseField } from '../../../types';
|
|
2
2
|
import { SelectableCardsProps } from '../../SelectableCards/props';
|
|
3
|
-
interface SelectableCardsFieldProps extends BaseField<SelectableCardsProps
|
|
3
|
+
interface SelectableCardsFieldProps extends BaseField<Omit<SelectableCardsProps, 'onChange'>> {
|
|
4
4
|
}
|
|
5
5
|
declare const SelectableCardsField: ({ name, rules, ...other }: SelectableCardsFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default SelectableCardsField;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/hook-form/SelectableCardsField/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAExE,UAAU,yBAA0B,SAAQ,SAAS,CAAC,oBAAoB,CAAC;CAAG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/hook-form/SelectableCardsField/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAExE,UAAU,yBAA0B,SAAQ,SAAS,CAAC,IAAI,CAAC,oBAAoB,EAAE,UAAU,CAAC,CAAC;CAAG;AAEhG,QAAA,MAAM,oBAAoB,8BAA+B,yBAAyB,4CAajF,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|