@feathery/react 1.0.467 → 1.0.468
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/dist/elements/basic/ButtonElement.d.ts +16 -0
- package/dist/elements/basic/ButtonElement.d.ts.map +1 -0
- package/dist/elements/basic/ImageElement.d.ts +3 -0
- package/dist/elements/basic/ImageElement.d.ts.map +1 -0
- package/dist/elements/basic/ProgressBarElement.d.ts +3 -0
- package/dist/elements/basic/ProgressBarElement.d.ts.map +1 -0
- package/dist/elements/basic/TextElement.d.ts +3 -0
- package/dist/elements/basic/TextElement.d.ts.map +1 -0
- package/dist/elements/basic/VideoElement.d.ts +3 -0
- package/dist/elements/basic/VideoElement.d.ts.map +1 -0
- package/dist/elements/components/FormOff.d.ts +4 -0
- package/dist/elements/components/FormOff.d.ts.map +1 -0
- package/dist/elements/components/Lottie.d.ts +3 -0
- package/dist/elements/components/Lottie.d.ts.map +1 -0
- package/dist/elements/components/Placeholder.d.ts +2 -0
- package/dist/elements/components/Placeholder.d.ts.map +1 -0
- package/dist/elements/components/Spinner.d.ts +5 -0
- package/dist/elements/components/Spinner.d.ts.map +1 -0
- package/dist/elements/components/TextNodes.d.ts +3 -0
- package/dist/elements/components/TextNodes.d.ts.map +1 -0
- package/dist/elements/components/Tooltip.d.ts +2 -0
- package/dist/elements/components/Tooltip.d.ts.map +1 -0
- package/dist/elements/components/Watermark.d.ts +2 -0
- package/dist/elements/components/Watermark.d.ts.map +1 -0
- package/dist/elements/components/icons/Close.d.ts +6 -0
- package/dist/elements/components/icons/Close.d.ts.map +1 -0
- package/dist/elements/components/icons/DiagonalArrow.d.ts +5 -0
- package/dist/elements/components/icons/DiagonalArrow.d.ts.map +1 -0
- package/dist/elements/components/icons/FileUpload.d.ts +2 -0
- package/dist/elements/components/icons/FileUpload.d.ts.map +1 -0
- package/dist/elements/components/icons/FormClosed.d.ts +5 -0
- package/dist/elements/components/icons/FormClosed.d.ts.map +1 -0
- package/dist/elements/components/icons/Help.d.ts +5 -0
- package/dist/elements/components/icons/Help.d.ts.map +1 -0
- package/dist/elements/components/icons/LeftChevron.d.ts +2 -0
- package/dist/elements/components/icons/LeftChevron.d.ts.map +1 -0
- package/dist/elements/components/icons/RightChevron.d.ts +2 -0
- package/dist/elements/components/icons/RightChevron.d.ts.map +1 -0
- package/dist/elements/components/icons/index.d.ts +9 -0
- package/dist/elements/components/icons/index.d.ts.map +1 -0
- package/dist/elements/components/useTextEdit.d.ts +6 -0
- package/dist/elements/components/useTextEdit.d.ts.map +1 -0
- package/dist/elements/fields/AddressLine1.d.ts +5 -0
- package/dist/elements/fields/AddressLine1.d.ts.map +1 -0
- package/dist/elements/fields/ButtonGroupField.d.ts +3 -0
- package/dist/elements/fields/ButtonGroupField.d.ts.map +1 -0
- package/dist/elements/fields/CheckboxField.d.ts +7 -0
- package/dist/elements/fields/CheckboxField.d.ts.map +1 -0
- package/dist/elements/fields/CheckboxGroupField.d.ts +3 -0
- package/dist/elements/fields/CheckboxGroupField.d.ts.map +1 -0
- package/dist/elements/fields/ColorPickerField.d.ts +3 -0
- package/dist/elements/fields/ColorPickerField.d.ts.map +1 -0
- package/dist/elements/fields/DateSelectorField/index.d.ts +5 -0
- package/dist/elements/fields/DateSelectorField/index.d.ts.map +1 -0
- package/dist/elements/fields/DateSelectorField/styles.d.ts +2 -0
- package/dist/elements/fields/DateSelectorField/styles.d.ts.map +1 -0
- package/dist/elements/fields/DropdownField.d.ts +2 -0
- package/dist/elements/fields/DropdownField.d.ts.map +1 -0
- package/dist/elements/fields/FileUploadField.d.ts +3 -0
- package/dist/elements/fields/FileUploadField.d.ts.map +1 -0
- package/dist/elements/fields/PaymentMethodField.d.ts +8 -0
- package/dist/elements/fields/PaymentMethodField.d.ts.map +1 -0
- package/dist/elements/fields/PinInputField.d.ts +3 -0
- package/dist/elements/fields/PinInputField.d.ts.map +1 -0
- package/dist/elements/fields/RadioButtonGroupField.d.ts +3 -0
- package/dist/elements/fields/RadioButtonGroupField.d.ts.map +1 -0
- package/dist/elements/fields/SignatureField.d.ts +3 -0
- package/dist/elements/fields/SignatureField.d.ts.map +1 -0
- package/dist/elements/fields/TextArea.d.ts +5 -0
- package/dist/elements/fields/TextArea.d.ts.map +1 -0
- package/dist/elements/fields/TextField.d.ts +5 -0
- package/dist/elements/fields/TextField.d.ts.map +1 -0
- package/dist/elements/fields/index.d.ts +31 -0
- package/dist/elements/fields/index.d.ts.map +1 -0
- package/dist/elements/index.d.ts +4 -54
- package/dist/elements/index.d.ts.map +1 -1
- package/dist/elements/styles.d.ts +61 -0
- package/dist/elements/styles.d.ts.map +1 -0
- package/dist/form/DevNavBar.d.ts +2 -0
- package/dist/form/DevNavBar.d.ts.map +1 -0
- package/dist/form/Form.d.ts.map +1 -1
- package/dist/form/grid/Cell.d.ts +3 -0
- package/dist/form/grid/Cell.d.ts.map +1 -0
- package/dist/form/grid/index.d.ts +3 -0
- package/dist/form/grid/index.d.ts.map +1 -0
- package/dist/index.d.ts +4 -54
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/integrations/firebase.d.ts +5 -0
- package/dist/integrations/firebase.d.ts.map +1 -0
- package/dist/integrations/googleAnalytics.d.ts +4 -0
- package/dist/integrations/googleAnalytics.d.ts.map +1 -0
- package/dist/integrations/googleTagManager.d.ts +2 -0
- package/dist/integrations/googleTagManager.d.ts.map +1 -0
- package/dist/integrations/plaid.d.ts +4 -0
- package/dist/integrations/plaid.d.ts.map +1 -0
- package/dist/integrations/segment.d.ts +2 -0
- package/dist/integrations/segment.d.ts.map +1 -0
- package/dist/integrations/stripe.d.ts +9 -0
- package/dist/integrations/stripe.d.ts.map +1 -0
- package/dist/integrations/stytch.d.ts +5 -0
- package/dist/integrations/stytch.d.ts.map +1 -0
- package/dist/integrations/utils.d.ts +1 -8
- package/dist/integrations/utils.d.ts.map +1 -1
- package/dist/utils/array.d.ts +12 -0
- package/dist/utils/array.d.ts.map +1 -0
- package/dist/utils/browser.d.ts +9 -0
- package/dist/utils/browser.d.ts.map +1 -0
- package/dist/utils/callbackQueue.d.ts +11 -0
- package/dist/utils/callbackQueue.d.ts.map +1 -0
- package/dist/utils/client.d.ts +29 -0
- package/dist/utils/client.d.ts.map +1 -0
- package/dist/utils/error.d.ts +10 -0
- package/dist/utils/error.d.ts.map +1 -0
- package/dist/utils/formHelperFunctions.d.ts +90 -0
- package/dist/utils/formHelperFunctions.d.ts.map +1 -0
- package/dist/utils/hydration.d.ts +19 -0
- package/dist/utils/hydration.d.ts.map +1 -0
- package/dist/utils/image.d.ts +33 -0
- package/dist/utils/image.d.ts.map +1 -0
- package/dist/utils/init.d.ts.map +1 -1
- package/dist/utils/primitives.d.ts +8 -0
- package/dist/utils/primitives.d.ts.map +1 -0
- package/dist/utils/random.d.ts +2 -0
- package/dist/utils/random.d.ts.map +1 -0
- package/dist/utils/styles.d.ts +2 -0
- package/dist/utils/styles.d.ts.map +1 -0
- package/dist/utils/useMounted.d.ts +3 -0
- package/dist/utils/useMounted.d.ts.map +1 -0
- package/package.json +2 -2
- package/umd/index.js +1 -1
- package/umd/index.js.LICENSE.txt +0 -2
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const LINK_CUSTOM = "custom";
|
|
2
|
+
declare const LINK_NONE = "none";
|
|
3
|
+
declare const LINK_SKIP = "skip";
|
|
4
|
+
declare const LINK_SUBMIT = "submit";
|
|
5
|
+
declare const LINK_URL = "url";
|
|
6
|
+
declare const LINK_ADD_REPEATED_ROW = "add_repeated_row";
|
|
7
|
+
declare const LINK_REMOVE_REPEATED_ROW = "remove_repeated_row";
|
|
8
|
+
declare const LINK_SEND_SMS = "send_sms_code";
|
|
9
|
+
declare const LINK_SEND_MAGIC_LINK = "send_magic_link";
|
|
10
|
+
declare const LINK_TRIGGER_PLAID = "trigger_plaid";
|
|
11
|
+
declare const LINK_GOOGLE_OAUTH = "trigger_google_oauth";
|
|
12
|
+
declare function adjustColor(color: any, amount: any): string;
|
|
13
|
+
declare function ButtonElement({ element, applyStyles, values, loader, editable, focused, disabled, textCallbacks, handleRedirect, onClick, elementProps, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default ButtonElement;
|
|
15
|
+
export { adjustColor, LINK_CUSTOM, LINK_NONE, LINK_SKIP, LINK_SUBMIT, LINK_URL, LINK_ADD_REPEATED_ROW, LINK_REMOVE_REPEATED_ROW, LINK_SEND_SMS, LINK_SEND_MAGIC_LINK, LINK_TRIGGER_PLAID, LINK_GOOGLE_OAUTH };
|
|
16
|
+
//# sourceMappingURL=ButtonElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonElement.d.ts","sourceRoot":"","sources":["../../../src/elements/basic/ButtonElement.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,WAAW,WAAW,CAAC;AAC7B,QAAA,MAAM,SAAS,SAAS,CAAC;AACzB,QAAA,MAAM,SAAS,SAAS,CAAC;AACzB,QAAA,MAAM,WAAW,WAAW,CAAC;AAC7B,QAAA,MAAM,QAAQ,QAAQ,CAAC;AACvB,QAAA,MAAM,qBAAqB,qBAAqB,CAAC;AACjD,QAAA,MAAM,wBAAwB,wBAAwB,CAAC;AACvD,QAAA,MAAM,aAAa,kBAAkB,CAAC;AACtC,QAAA,MAAM,oBAAoB,oBAAoB,CAAC;AAC/C,QAAA,MAAM,kBAAkB,kBAAkB,CAAC;AAC3C,QAAA,MAAM,iBAAiB,yBAAyB,CAAC;AAEjD,iBAAS,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,UAY3C;AA4ED,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,WAAW,EACX,MAAa,EACb,MAAa,EACb,QAAgB,EAChB,OAAe,EACf,QAAgB,EAChB,aAAkB,EAClB,cAAyB,EACzB,OAAkB,EAClB,YAAiB,EACjB,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAqEL;AAED,eAAe,aAAa,CAAC;AAC7B,OAAO,EACL,WAAW,EACX,WAAW,EACX,SAAS,EACT,SAAS,EACT,WAAW,EACX,QAAQ,EACR,qBAAqB,EACrB,wBAAwB,EACxB,aAAa,EACb,oBAAoB,EACpB,kBAAkB,EAClB,iBAAiB,EAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageElement.d.ts","sourceRoot":"","sources":["../../../src/elements/basic/ImageElement.tsx"],"names":[],"mappings":"AAWA,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,WAAW,EACX,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA0BL;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBarElement.d.ts","sourceRoot":"","sources":["../../../src/elements/basic/ProgressBarElement.tsx"],"names":[],"mappings":"AA0BA,iBAAS,kBAAkB,CAAC,EAC1B,OAAO,EACP,WAAW,EACX,QAAe,EACf,QAAY,EACZ,QAAY,EACZ,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA+DL;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare function TextElement({ element, applyStyles, values, editable, focused, textCallbacks, handleRedirect, conditions, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default TextElement;
|
|
3
|
+
//# sourceMappingURL=TextElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextElement.d.ts","sourceRoot":"","sources":["../../../src/elements/basic/TextElement.tsx"],"names":[],"mappings":"AAiCA,iBAAS,WAAW,CAAC,EACnB,OAAO,EACP,WAAW,EACX,MAAa,EACb,QAAgB,EAChB,OAAe,EACf,aAAkB,EAClB,cAAyB,EACzB,UAAe,EACf,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA2BL;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoElement.d.ts","sourceRoot":"","sources":["../../../src/elements/basic/VideoElement.tsx"],"names":[],"mappings":"AA+BA,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,WAAW,EACX,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAoCL;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormOff.d.ts","sourceRoot":"","sources":["../../../src/elements/components/FormOff.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAAE,KAAW,EAAE;;CAAA,oDA4B9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lottie.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Lottie.tsx"],"names":[],"mappings":"AASA,wBAAgB,eAAe,SAE9B;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,aAAa,EAAE,EAAE,GAAG,oDAiBpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Placeholder.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Placeholder.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,KAAK,EACL,OAAO,EACP,WAAW,EACX,IAAc,EACf,EAAE,GAAG,oDAoBL"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAGpC,iBAAS,eAAe,qDAiCvB;;AAED,wBAAqC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextNodes.d.ts","sourceRoot":"","sources":["../../../src/elements/components/TextNodes.tsx"],"names":[],"mappings":"AAQA,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,MAAM,EACN,WAAW,EACX,cAAc,EACd,UAAe,EACf,QAAgB,EAChB,OAAe,EACf,aAAkB,EACnB,EAAE,GAAG,oDA6GL;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Tooltip.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,GAAG,2DA2ClE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Watermark.d.ts","sourceRoot":"","sources":["../../../src/elements/components/Watermark.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAChC,OAAO,EACP,aAA8B,EAC9B,KAAW,EACX,MAAW,EACZ,EAAE,GAAG,oDA6CL"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Close.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/Close.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAChC,KAAU,EACV,MAAW,EACX,IAAgB,EACjB;;;;CAAA,oDAmBA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DiagonalArrow.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/DiagonalArrow.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,KAAU,EAAE,MAAW,EAAE;;;CAAA,oDAkBpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUpload.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/FileUpload.tsx"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE,GAAG,oDAkBpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormClosed.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/FormClosed.tsx"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,KAAW,EAAE,MAAY,EAAE;;;CAAA,oDA6PnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Help.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/Help.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,SAAc,EAAE,OAAkB,EAAE;;;CAAA,oDAiBtE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeftChevron.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/LeftChevron.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,eAAe,qDAkBtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RightChevron.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/RightChevron.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,gBAAgB,qDAkBvC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import FileUploadIcon from './FileUpload';
|
|
2
|
+
import HelpIcon from './Help';
|
|
3
|
+
import LeftChevronIcon from './LeftChevron';
|
|
4
|
+
import RightChevronIcon from './RightChevron';
|
|
5
|
+
import DiagonalArrowIcon from './DiagonalArrow';
|
|
6
|
+
import CloseIcon from './Close';
|
|
7
|
+
import FormClosedIcon from './FormClosed';
|
|
8
|
+
export { FileUploadIcon, HelpIcon, LeftChevronIcon, RightChevronIcon, DiagonalArrowIcon, CloseIcon, FormClosedIcon };
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,cAAc,CAAC;AAC1C,OAAO,QAAQ,MAAM,QAAQ,CAAC;AAC9B,OAAO,eAAe,MAAM,eAAe,CAAC;AAC5C,OAAO,gBAAgB,MAAM,gBAAgB,CAAC;AAC9C,OAAO,iBAAiB,MAAM,iBAAiB,CAAC;AAChD,OAAO,SAAS,MAAM,SAAS,CAAC;AAChC,OAAO,cAAc,MAAM,cAAc,CAAC;AAE1C,OAAO,EACL,cAAc,EACd,QAAQ,EACR,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,SAAS,EACT,cAAc,EACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTextEdit.d.ts","sourceRoot":"","sources":["../../../src/elements/components/useTextEdit.tsx"],"names":[],"mappings":"AAEA,iBAAS,WAAW,CAAC,EACnB,QAAQ,EACR,OAAO,EACP,YAAmB,EACnB,aAAoB,EACpB,UAAiB,EAClB,EAAE,GAAG;;;EA4EL;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function AddressLine1({ element, applyStyles, fieldLabel, elementProps, editable, onSelect, onBlur, setRef, value, inlineError, children, ...props }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<typeof AddressLine1>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=AddressLine1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAgBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,WAAW,EACX,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAmB,EACnB,MAAiB,EACjB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,oDAyGL;;AAgCD,wBAAkC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonGroupField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/ButtonGroupField.tsx"],"names":[],"mappings":"AAGA,iBAAS,gBAAgB,CAAC,EACxB,OAAO,EACP,WAAW,EACX,UAAU,EACV,QAAe,EACf,QAAgB,EAChB,OAAkB,EAClB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAwEL;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function applyCheckableInputStyles(element: any, applyStyles: any): any;
|
|
2
|
+
export declare const composeCheckableInputStyle: (styles: any, group?: boolean, type?: string) => {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
};
|
|
5
|
+
declare function CheckboxField({ element, applyStyles, fieldLabel, fieldVal, onChange, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default CheckboxField;
|
|
7
|
+
//# sourceMappingURL=CheckboxField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/CheckboxField.tsx"],"names":[],"mappings":"AA2EA,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,GAAG,EAAE,WAAW,EAAE,GAAG,OAyFvE;AAED,eAAO,MAAM,0BAA0B,WAC7B,GAAG;;CAqCZ,CAAC;AAEF,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,WAAW,EACX,UAAU,EACV,QAAe,EACf,QAAmB,EACnB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA6BL;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare function CheckboxGroupField({ element, applyStyles, fieldLabel, fieldVal, otherVal, onChange, onOtherChange, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default CheckboxGroupField;
|
|
3
|
+
//# sourceMappingURL=CheckboxGroupField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxGroupField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/CheckboxGroupField.tsx"],"names":[],"mappings":"AAcA,iBAAS,kBAAkB,CAAC,EAC1B,OAAO,EACP,WAAW,EACX,UAAU,EACV,QAAa,EACb,QAAa,EACb,QAAmB,EACnB,aAAwB,EACxB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA4FL;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPickerField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/ColorPickerField.tsx"],"names":[],"mappings":"AA4GA,iBAAS,gBAAgB,CAAC,EACxB,UAAU,EACV,WAAW,EACX,QAAqB,EACrB,QAAgB,EAChB,QAAmB,EACnB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAmDL;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function DateSelectorField({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, value, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<typeof DateSelectorField>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/DateSelectorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAoB9C,iBAAS,iBAAiB,CAAC,EACzB,OAAO,EACP,WAAW,EACX,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAmB,EACnB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAsEL;;AAED,wBAAuC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/DateSelectorField/styles.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,cAAc,qDAk0BrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/DropdownField.tsx"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,OAAO,EACP,WAAW,EACX,UAAU,EACV,WAAW,EACX,QAAgB,EAChB,QAAa,EACb,QAAgB,EAChB,QAAmB,EACnB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAqFL"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare function FileUploadField({ element, applyStyles, required, editable, onChange: customOnChange, initialFiles, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default FileUploadField;
|
|
3
|
+
//# sourceMappingURL=FileUploadField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUploadField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/FileUploadField.tsx"],"names":[],"mappings":"AAWA,iBAAS,eAAe,CAAC,EACvB,OAAO,EACP,WAAW,EACX,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EAAE,cAAyB,EACnC,YAAiB,EACjB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAkML;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function PaymentMethodField({ editable, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
editable?: boolean | undefined;
|
|
5
|
+
}): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const _default: React.MemoExoticComponent<typeof PaymentMethodField>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=PaymentMethodField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentMethodField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PaymentMethodField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AA+K/C,iBAAS,kBAAkB,CAAC,EAAE,QAAgB,EAAE,GAAG,KAAK,EAAE;;;CAAA,oDAiBzD;;AAED,wBAAwC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare function PinInputField({ element, applyStyles, fieldLabel, inlineError, shouldFocus, fieldVal, editable, onChange, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default PinInputField;
|
|
3
|
+
//# sourceMappingURL=PinInputField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinInputField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PinInputField.tsx"],"names":[],"mappings":"AAqPA,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,WAAW,EACX,UAAU,EACV,WAAW,EACX,WAAmB,EACnB,QAAa,EACb,QAAgB,EAChB,QAAmB,EACnB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAsBL;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare function RadioButtonGroupField({ element, applyStyles, fieldLabel, required, fieldVal, otherVal, onChange, onOtherChange, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
export default RadioButtonGroupField;
|
|
3
|
+
//# sourceMappingURL=RadioButtonGroupField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButtonGroupField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/RadioButtonGroupField.tsx"],"names":[],"mappings":"AAcA,iBAAS,qBAAqB,CAAC,EAC7B,OAAO,EACP,WAAW,EACX,UAAU,EACV,QAAgB,EAChB,QAAa,EACb,QAAa,EACb,QAAmB,EACnB,aAAwB,EACxB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAsGL;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignatureField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/SignatureField.tsx"],"names":[],"mappings":"AAMA,iBAAS,cAAc,CAAC,EACtB,OAAO,EACP,UAAU,EACV,WAAW,EACX,YAAmB,EACnB,QAAgB,EAChB,YAAiB,EACjB,KAAgB,EAChB,OAAkB,EAClB,QAAQ,EACT,EAAE,GAAG,oDA8EL;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function TextArea({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<typeof TextArea>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAMpC,iBAAS,QAAQ,CAAC,EAChB,OAAO,EACP,WAAW,EACX,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAmB,EACnB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAyDL;;AAED,wBAA8B"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function TextField({ element, applyStyles, fieldLabel, elementProps, required, editable, onAccept, onBlur, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare const _default: React.MemoExoticComponent<typeof TextField>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/TextField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAe,MAAM,OAAO,CAAC;AAuIpC,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,WAAW,EACX,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAmB,EACnB,MAAiB,EACjB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDA4DL;;AAED,wBAA+B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import ButtonGroupField from './ButtonGroupField';
|
|
2
|
+
import CheckboxField from './CheckboxField';
|
|
3
|
+
import CheckboxGroupField from './CheckboxGroupField';
|
|
4
|
+
import ColorPickerField from './ColorPickerField';
|
|
5
|
+
import DropdownField from './DropdownField';
|
|
6
|
+
import FileUploadField from './FileUploadField';
|
|
7
|
+
import PinInputField from './PinInputField';
|
|
8
|
+
import RadioButtonGroupField from './RadioButtonGroupField';
|
|
9
|
+
import SignatureField from './SignatureField';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
declare const Fields: {
|
|
12
|
+
AddressLine1: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, editable, onSelect, onBlur, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
13
|
+
ButtonGroupField: typeof ButtonGroupField;
|
|
14
|
+
CheckboxField: typeof CheckboxField;
|
|
15
|
+
CheckboxGroupField: typeof CheckboxGroupField;
|
|
16
|
+
ColorPickerField: typeof ColorPickerField;
|
|
17
|
+
DateSelectorField: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
18
|
+
DropdownField: typeof DropdownField;
|
|
19
|
+
FileUploadField: typeof FileUploadField;
|
|
20
|
+
PaymentMethodField: React.MemoExoticComponent<({ editable, ...props }: {
|
|
21
|
+
[x: string]: any;
|
|
22
|
+
editable?: boolean | undefined;
|
|
23
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
24
|
+
PinInputField: typeof PinInputField;
|
|
25
|
+
RadioButtonGroupField: typeof RadioButtonGroupField;
|
|
26
|
+
SignatureField: typeof SignatureField;
|
|
27
|
+
TextField: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onAccept, onBlur, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
28
|
+
TextArea: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
29
|
+
};
|
|
30
|
+
export default Fields;
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/index.tsx"],"names":[],"mappings":"AAAA,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;AAChD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAG9C,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;CAeX,CAAC;AA2PF,eAAe,MAAM,CAAC"}
|
package/dist/elements/index.d.ts
CHANGED
|
@@ -5,37 +5,12 @@ import ImageElement from './basic/ImageElement';
|
|
|
5
5
|
import ProgressBarElement from './basic/ProgressBarElement';
|
|
6
6
|
import VideoElement from './basic/VideoElement';
|
|
7
7
|
declare const Elements: {
|
|
8
|
-
AddressLine1: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, editable, onSelect, onBlur, setRef, value, inlineError, children, ...props }:
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
element: any;
|
|
11
|
-
applyStyles: any;
|
|
12
|
-
fieldLabel: any;
|
|
13
|
-
elementProps?: {} | undefined;
|
|
14
|
-
editable?: boolean | undefined;
|
|
15
|
-
onSelect?: (() => void) | undefined;
|
|
16
|
-
onBlur?: (() => void) | undefined;
|
|
17
|
-
setRef?: (() => void) | undefined;
|
|
18
|
-
value?: string | undefined;
|
|
19
|
-
inlineError: any;
|
|
20
|
-
children: any;
|
|
21
|
-
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
8
|
+
AddressLine1: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, editable, onSelect, onBlur, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
22
9
|
ButtonGroupField: typeof import("./fields/ButtonGroupField").default;
|
|
23
10
|
CheckboxField: typeof import("./fields/CheckboxField").default;
|
|
24
11
|
CheckboxGroupField: typeof import("./fields/CheckboxGroupField").default;
|
|
25
12
|
ColorPickerField: typeof import("./fields/ColorPickerField").default;
|
|
26
|
-
DateSelectorField: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, value, inlineError, children }:
|
|
27
|
-
element: any;
|
|
28
|
-
applyStyles: any;
|
|
29
|
-
fieldLabel: any;
|
|
30
|
-
elementProps?: {} | undefined;
|
|
31
|
-
required?: boolean | undefined;
|
|
32
|
-
editable?: boolean | undefined;
|
|
33
|
-
onChange?: (() => void) | undefined;
|
|
34
|
-
setRef?: (() => void) | undefined;
|
|
35
|
-
value?: string | undefined;
|
|
36
|
-
inlineError: any;
|
|
37
|
-
children: any;
|
|
38
|
-
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
13
|
+
DateSelectorField: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
39
14
|
DropdownField: typeof import("./fields/DropdownField").default;
|
|
40
15
|
FileUploadField: typeof import("./fields/FileUploadField").default;
|
|
41
16
|
PaymentMethodField: React.MemoExoticComponent<({ editable, ...props }: {
|
|
@@ -45,33 +20,8 @@ declare const Elements: {
|
|
|
45
20
|
PinInputField: typeof import("./fields/PinInputField").default;
|
|
46
21
|
RadioButtonGroupField: typeof import("./fields/RadioButtonGroupField").default;
|
|
47
22
|
SignatureField: typeof import("./fields/SignatureField").default;
|
|
48
|
-
TextField: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onAccept, onBlur, setRef, rawValue, inlineError, children }:
|
|
49
|
-
|
|
50
|
-
applyStyles: any;
|
|
51
|
-
fieldLabel: any;
|
|
52
|
-
elementProps?: {} | undefined;
|
|
53
|
-
required?: boolean | undefined;
|
|
54
|
-
editable?: boolean | undefined;
|
|
55
|
-
onAccept?: (() => void) | undefined;
|
|
56
|
-
onBlur?: (() => void) | undefined;
|
|
57
|
-
setRef?: (() => void) | undefined;
|
|
58
|
-
rawValue?: string | undefined;
|
|
59
|
-
inlineError: any;
|
|
60
|
-
children: any;
|
|
61
|
-
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
62
|
-
TextArea: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, rawValue, inlineError, children }: {
|
|
63
|
-
element: any;
|
|
64
|
-
applyStyles: any;
|
|
65
|
-
fieldLabel: any;
|
|
66
|
-
elementProps?: {} | undefined;
|
|
67
|
-
required?: boolean | undefined;
|
|
68
|
-
editable?: boolean | undefined;
|
|
69
|
-
onChange?: (() => void) | undefined;
|
|
70
|
-
setRef?: (() => void) | undefined;
|
|
71
|
-
rawValue?: string | undefined;
|
|
72
|
-
inlineError: any;
|
|
73
|
-
children: any;
|
|
74
|
-
}) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
23
|
+
TextField: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onAccept, onBlur, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
24
|
+
TextArea: React.MemoExoticComponent<({ element, applyStyles, fieldLabel, elementProps, required, editable, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
75
25
|
ImageElement: typeof ImageElement;
|
|
76
26
|
VideoElement: typeof VideoElement;
|
|
77
27
|
TextElement: typeof TextElement;
|
|
@@ -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
|
|
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;AAsGzC,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare const mobileBreakpointValue = 478;
|
|
2
|
+
export declare const mobileBreakpointKey: string;
|
|
3
|
+
/**
|
|
4
|
+
* Handles the translation of server-side properties into responsive CSS
|
|
5
|
+
* attributes
|
|
6
|
+
*/
|
|
7
|
+
declare class ApplyStyles {
|
|
8
|
+
element: any;
|
|
9
|
+
handleMobile: any;
|
|
10
|
+
mobileStyles: any;
|
|
11
|
+
mobileTargets: any;
|
|
12
|
+
styles: any;
|
|
13
|
+
targets: any;
|
|
14
|
+
constructor(element: any, targets: any, handleMobile: any);
|
|
15
|
+
addTargets(...targets: any[]): void;
|
|
16
|
+
getTarget(targetId: any, desktopOnly?: boolean): any;
|
|
17
|
+
getTargets(...targets: any[]): {};
|
|
18
|
+
setStyle(target: any, key: any, val: any): void;
|
|
19
|
+
apply(target: any, properties: any, get: any): void;
|
|
20
|
+
applyFlexAndTextAlignments(target: any, prefix?: string): void;
|
|
21
|
+
applyFlexDirection(target: any, prefix?: string): void;
|
|
22
|
+
applyTextAlign(target: any, prefix?: string): void;
|
|
23
|
+
applyBorders(target: any, prefix?: string, important?: boolean): void;
|
|
24
|
+
applySelectorStyles(target: any, prefix: any, important?: boolean): void;
|
|
25
|
+
applyPadding(target: any, prefix?: string, margin?: boolean): void;
|
|
26
|
+
applyMargin(target: any, prefix?: string): void;
|
|
27
|
+
applyCorners(target: any): void;
|
|
28
|
+
applyBoxShadow(target: any): void;
|
|
29
|
+
applyHeight(target: any, prefix?: string, force?: boolean): void;
|
|
30
|
+
applyWidth(target: any, prefix?: string, force?: boolean): void;
|
|
31
|
+
applyVisibility(target: any): void;
|
|
32
|
+
applyColor(target: any, jsonProp: any, cssProp: any, important?: boolean): void;
|
|
33
|
+
applyFontStyles(target: any, placeholder?: boolean): void;
|
|
34
|
+
getRichFontStyles(attrs: any): {};
|
|
35
|
+
_getRichFontScreenStyles(attrs: any, p?: string): {};
|
|
36
|
+
applyPlaceholderStyles(type: any, styles: any): void;
|
|
37
|
+
applyBackgroundImageStyles(target: any): void;
|
|
38
|
+
}
|
|
39
|
+
declare const noTextSelectStyles: {
|
|
40
|
+
webkitTouchCallout: string;
|
|
41
|
+
webkitUserSelect: string;
|
|
42
|
+
mozUserSelect: string;
|
|
43
|
+
msUserSelect: string;
|
|
44
|
+
userSelect: string;
|
|
45
|
+
};
|
|
46
|
+
declare const bootstrapStyles: {
|
|
47
|
+
padding: string;
|
|
48
|
+
boxSizing: string;
|
|
49
|
+
transition: string;
|
|
50
|
+
outline: string;
|
|
51
|
+
};
|
|
52
|
+
declare const imgMaxSizeStyles: {
|
|
53
|
+
minHeight: number;
|
|
54
|
+
objectFit: string;
|
|
55
|
+
maxWidth: string;
|
|
56
|
+
maxHeight: string;
|
|
57
|
+
};
|
|
58
|
+
declare const ERROR_COLOR = "#F42525";
|
|
59
|
+
export default ApplyStyles;
|
|
60
|
+
export { bootstrapStyles, imgMaxSizeStyles, noTextSelectStyles, ERROR_COLOR };
|
|
61
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/elements/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB,MAAM,CAAC;AAEzC,eAAO,MAAM,mBAAmB,QAAmD,CAAC;AAEpF;;;GAGG;AACH,cAAM,WAAW;IACf,OAAO,EAAE,GAAG,CAAC;IACb,YAAY,EAAE,GAAG,CAAC;IAClB,YAAY,EAAE,GAAG,CAAC;IAClB,aAAa,EAAE,GAAG,CAAC;IACnB,MAAM,EAAE,GAAG,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;gBACD,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG;IAWzD,UAAU,CAAC,GAAG,OAAO,EAAE,GAAG,EAAE;IAQ5B,SAAS,CAAC,QAAQ,EAAE,GAAG,EAAE,WAAW,UAAQ;IAQ5C,UAAU,CAAC,GAAG,OAAO,EAAE,GAAG,EAAE;IAgB5B,QAAQ,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;IAMxC,KAAK,CAAC,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;IAuB5C,0BAA0B,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK;IAKnD,kBAAkB,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK;IAU3C,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK;IAQvC,YAAY,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK,EAAE,SAAS,UAAO;IA8CvD,mBAAmB,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,SAAS,UAAQ;IAe/D,YAAY,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK,EAAE,MAAM,UAAQ;IAgBrD,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK;IAgBpC,YAAY,CAAC,MAAM,EAAE,GAAG;IAgBxB,cAAc,CAAC,MAAM,EAAE,GAAG;IAgB1B,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK,EAAE,KAAK,UAAQ;IAgBnD,UAAU,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,SAAK,EAAE,KAAK,UAAQ;IAgBlD,eAAe,CAAC,MAAM,EAAE,GAAG;IAM3B,UAAU,CAAC,MAAM,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,SAAS,UAAQ;IAQtE,eAAe,CAAC,MAAM,EAAE,GAAG,EAAE,WAAW,UAAQ;IA0ChD,iBAAiB,CAAC,KAAK,EAAE,GAAG;IAiB5B,wBAAwB,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,SAAK;IAyB3C,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG;IAsC7C,0BAA0B,CAAC,MAAM,EAAE,GAAG;CAyDvC;AAED,QAAA,MAAM,kBAAkB;;;;;;CAMvB,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;CAKpB,CAAC;AAEF,QAAA,MAAM,gBAAgB;;;;;CAMrB,CAAC;AAEF,QAAA,MAAM,WAAW,YAAY,CAAC;AAE9B,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevNavBar.d.ts","sourceRoot":"","sources":["../../src/form/DevNavBar.tsx"],"names":[],"mappings":"AAcA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,GAAG,oDA+NpE"}
|
package/dist/form/Form.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../src/form/Form.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAML,WAAW,EACZ,MAAM,eAAe,CAAC;AAkCvB,OAAO,EACL,eAAe,EACf,aAAa,EACb,OAAO,EACP,eAAe,EACf,aAAa,EACb,cAAc,EACd,qBAAqB,EACrB,aAAa,EACb,YAAY,EAGb,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,KAAK;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACtE,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAClE,cAAc,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACpE,QAAQ,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACtE,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAClE,OAAO,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACpE,cAAc,CAAC,EACX,IAAI,GACJ,CAAC,CAAC,OAAO,EAAE,qBAAqB,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAC9D,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAClE,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE;QAAE,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;CACxB;AAMD,eAAO,MAAM,YAAY;;CAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../src/form/Form.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAML,WAAW,EACZ,MAAM,eAAe,CAAC;AAkCvB,OAAO,EACL,eAAe,EACf,aAAa,EACb,OAAO,EACP,eAAe,EACf,aAAa,EACb,cAAc,EACd,qBAAqB,EACrB,aAAa,EACb,YAAY,EAGb,MAAM,eAAe,CAAC;AAEvB,MAAM,WAAW,KAAK;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACtE,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAClE,cAAc,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACpE,QAAQ,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACtE,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAClE,OAAO,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IACpE,cAAc,CAAC,EACX,IAAI,GACJ,CAAC,CAAC,OAAO,EAAE,qBAAqB,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAC9D,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC;IAClE,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE;QAAE,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;CACxB;AAMD,eAAO,MAAM,YAAY;;CAAe,CAAC;AAu1CzC,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAYhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../src/form/grid/Cell.tsx"],"names":[],"mappings":"AAwBA,QAAA,MAAM,IAAI,uBAAwB,GAAG,4DAuapC,CAAC;AAEF,eAAe,IAAI,CAAC"}
|