UNPKG

2.52 kBSource Map (JSON)View Raw
1{"version":3,"sources":["KeyboardAvoidingView.js"],"names":["COMPONENT_TYPES","FORM_TYPES","SEED_DATA","name","tag","description","category","layout","supports_list_render","props","enabled","label","editable","required","value","type","boolean","behavior","options","flatArray","keyboardVerticalOffset","number"],"mappings":"AAAA,SAASA,eAAT,EAA0BC,UAA1B,QAA4C,yBAA5C;AAEA,OAAO,MAAMC,SAAS,GAAG;AACvBC,EAAAA,IAAI,EAAE,wBADiB;AAEvBC,EAAAA,GAAG,EAAE,sBAFkB;AAGvBC,EAAAA,WAAW,EAAE,0DAHU;AAIvBC,EAAAA,QAAQ,EAAEN,eAAe,CAACO,MAJH;AAKvBC,EAAAA,oBAAoB,EAAE,KALC;AAMvBD,EAAAA,MAAM,EAAE,EANe;AAOvBE,EAAAA,KAAK,EAAE;AACLC,IAAAA,OAAO,EAAE;AACPC,MAAAA,KAAK,EAAE,QADA;AAEPN,MAAAA,WAAW,EAAE,mCAFN;AAGPO,MAAAA,QAAQ,EAAE,IAHH;AAIPC,MAAAA,QAAQ,EAAE,IAJH;AAKPC,MAAAA,KAAK,EAAE,IALA;AAMPC,MAAAA,IAAI,EAAEd,UAAU,CAACe;AANV,KADJ;AASLC,IAAAA,QAAQ,EAAE;AACRN,MAAAA,KAAK,EAAE,mBADC;AAERN,MAAAA,WAAW,EACT,uGAHM;AAIRO,MAAAA,QAAQ,EAAE,IAJF;AAKRC,MAAAA,QAAQ,EAAE,IALF;AAMRC,MAAAA,KAAK,EAAE,SANC;AAORI,MAAAA,OAAO,EAAE,CAAC,SAAD,EAAY,UAAZ,EAAwB,QAAxB,CAPD;AAQRH,MAAAA,IAAI,EAAEd,UAAU,CAACkB;AART,KATL;AAmBLC,IAAAA,sBAAsB,EAAE;AACtBT,MAAAA,KAAK,EAAE,0BADe;AAEtBN,MAAAA,WAAW,EACT,8DAHoB;AAItBO,MAAAA,QAAQ,EAAE,IAJY;AAKtBC,MAAAA,QAAQ,EAAE,KALY;AAMtBC,MAAAA,KAAK,EAAE,CANe;AAOtBC,MAAAA,IAAI,EAAEd,UAAU,CAACoB;AAPK;AAnBnB;AAPgB,CAAlB","sourcesContent":["import { COMPONENT_TYPES, FORM_TYPES } from \"../core/component-types\";\n\nexport const SEED_DATA = {\n name: \"Keyboard Avoiding View\",\n tag: \"KeyboardAvoidingView\",\n description: \"View that moves out of the way of the virtual keyboard. \",\n category: COMPONENT_TYPES.layout,\n supports_list_render: false,\n layout: {},\n props: {\n enabled: {\n label: \"Enable\",\n description: \"Enable the keyboard avoiding view\",\n editable: true,\n required: true,\n value: true,\n type: FORM_TYPES.boolean,\n },\n behavior: {\n label: \"Resizing Behavior\",\n description:\n \"The behavior for how the keyboard resizing interacts with the rest of the screen. (Default: padding).\",\n editable: true,\n required: true,\n value: \"padding\",\n options: [\"padding\", \"position\", \"height\"],\n type: FORM_TYPES.flatArray,\n },\n keyboardVerticalOffset: {\n label: \"Keyboard Vertical Offset\",\n description:\n \"The distance between the bottom of the view and the keyboard\",\n editable: true,\n required: false,\n value: 0,\n type: FORM_TYPES.number,\n },\n },\n};\n"]}
\No newline at end of file