@feathery/react 1.1.145 → 1.1.147

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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/index.tsx"],"names":[],"mappings":"AA8EA,QAAA,MAAM,OAAO,8BAA+B,GAAG,4DAif9C,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/index.tsx"],"names":[],"mappings":"AA8EA,QAAA,MAAM,OAAO,8BAA+B,GAAG,4DA6f9C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export default function DropdownMultiField({ element, responsiveStyles, fieldLabel, inlineError, required, fieldVal, editMode, onChange, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=DropdownMultiField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMultiField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/DropdownMultiField.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,WAAW,EACX,QAAgB,EAChB,QAAa,EACb,QAAQ,EACR,QAAmB,EACnB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA+EL"}
@@ -4,6 +4,7 @@ import CheckboxField from './CheckboxField';
4
4
  import CheckboxGroupField from './CheckboxGroupField';
5
5
  import ColorPickerField from './ColorPickerField';
6
6
  import DropdownField from './DropdownField';
7
+ import DropdownMultiField from './DropdownMultiField';
7
8
  import FileUploadField from './FileUploadField';
8
9
  import PinInputField from './PinInputField';
9
10
  import RadioButtonGroupField from './RadioButtonGroupField';
@@ -18,6 +19,7 @@ declare const Fields: {
18
19
  ColorPickerField: typeof ColorPickerField;
19
20
  DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
20
21
  DropdownField: typeof DropdownField;
22
+ DropdownMultiField: typeof DropdownMultiField;
21
23
  FileUploadField: typeof FileUploadField;
22
24
  PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
23
25
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, setRef, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;AAOxC,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;CAkBX,CAAC;AAkYF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAE7C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;AAOxC,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;CAmBX,CAAC;AAmYF,eAAe,MAAM,CAAC"}
@@ -12,6 +12,7 @@ declare const Elements: {
12
12
  ColorPickerField: typeof import("./fields/ColorPickerField").default;
13
13
  DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
14
14
  DropdownField: typeof import("./fields/DropdownField").default;
15
+ DropdownMultiField: typeof import("./fields/DropdownMultiField").default;
15
16
  FileUploadField: typeof import("./fields/FileUploadField").default;
16
17
  PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
17
18
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, setRef, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/elements/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAC9C,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAClD,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,kBAAkB,MAAM,4BAA4B,CAAC;AAC5D,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAWhD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AA4DzC,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/elements/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAC9C,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAClD,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,kBAAkB,MAAM,4BAA4B,CAAC;AAC5D,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAWhD,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AA4DzC,eAAe,QAAQ,CAAC"}
package/dist/index.d.ts CHANGED
@@ -42,6 +42,7 @@ declare const Feathery: {
42
42
  ColorPickerField: typeof import("./elements/fields/ColorPickerField").default;
43
43
  DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
44
44
  DropdownField: typeof import("./elements/fields/DropdownField").default;
45
+ DropdownMultiField: typeof import("./elements/fields/DropdownMultiField").default;
45
46
  FileUploadField: typeof import("./elements/fields/FileUploadField").default;
46
47
  PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
47
48
  PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, editMode, onChange, setRef, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,IAAI,EAAE,EAAU,KAAK,IAAI,SAAS,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC3E,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAe,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,SAAS,MAAM,kBAAkB,CAAC;AACzC,OAAO,aAAa,MAAM,sBAAsB,CAAC;AACjD,OAAO,mBAAmB,CAAC;AAE3B,iBAAS,YAAY;;EAGpB;AAGD;;;;GAIG;AACH,iBAAS,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS;;;;;;;;;;;;;;;EAcjD;AAGD,QAAA,MAAM,aAAa,qBAAe,CAAC;AAGnC,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASb,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,aAAa,EACb,QAAQ,EACR,eAAe,EAChB,CAAC;AAEF,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;AAC3C,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,IAAI,EAAE,EAAU,KAAK,IAAI,SAAS,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAC3E,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,SAAS,EAAe,MAAM,cAAc,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,SAAS,MAAM,kBAAkB,CAAC;AACzC,OAAO,aAAa,MAAM,sBAAsB,CAAC;AACjD,OAAO,mBAAmB,CAAC;AAE3B,iBAAS,YAAY;;EAGpB;AAGD;;;;GAIG;AACH,iBAAS,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS;;;;;;;;;;;;;;;EAcjD;AAGD,QAAA,MAAM,aAAa,qBAAe,CAAC;AAGnC,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASb,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,aAAa,EACb,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,aAAa,EACb,QAAQ,EACR,eAAe,EAChB,CAAC;AAEF,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;AAC3C,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC"}