ngx-antd-json-schema-form
Version:
JSON form schema using ant-design and prismjs
33 lines • 1.89 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
/**
* @record
*/
export function FormCommonSettings() { }
if (false) {
/** @type {?|undefined} */
FormCommonSettings.prototype.class;
/** @type {?|undefined} */
FormCommonSettings.prototype.nzGutter;
/** @type {?|undefined} */
FormCommonSettings.prototype.itemClass;
/** @type {?|undefined} */
FormCommonSettings.prototype.nzSpanLabel;
/** @type {?|undefined} */
FormCommonSettings.prototype.labelClass;
/** @type {?|undefined} */
FormCommonSettings.prototype.nzSpanControl;
/** @type {?|undefined} */
FormCommonSettings.prototype.fieldClass;
}
/**
* @record
*/
export function FormSettings() { }
if (false) {
/** @type {?|undefined} */
FormSettings.prototype.submitButton;
}
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZ3MuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LWFudGQtanNvbi1zY2hlbWEtZm9ybS8iLCJzb3VyY2VzIjpbImxpYi9tb2RlbHMvc2V0dGluZ3MuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFFQSx3Q0FRQzs7O0lBUEMsbUNBQWU7O0lBQ2Ysc0NBQWtCOztJQUNsQix1Q0FBbUI7O0lBQ25CLHlDQUFxQjs7SUFDckIsd0NBQW9COztJQUNwQiwyQ0FBdUI7O0lBQ3ZCLHdDQUFvQjs7Ozs7QUFHdEIsa0NBRUM7OztJQURDLG9DQUFnQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZvcm1TdWJtaXRCdXR0b24gfSBmcm9tIFwiLi9mb3JtSXRlbS5pbnRlcmZhY2VcIjtcblxuZXhwb3J0IGludGVyZmFjZSBGb3JtQ29tbW9uU2V0dGluZ3Mge1xuICBjbGFzcz86IHN0cmluZztcbiAgbnpHdXR0ZXI/OiBudW1iZXI7XG4gIGl0ZW1DbGFzcz86IHN0cmluZztcbiAgbnpTcGFuTGFiZWw/OiBudW1iZXI7XG4gIGxhYmVsQ2xhc3M/OiBzdHJpbmc7XG4gIG56U3BhbkNvbnRyb2w/OiBudW1iZXI7XG4gIGZpZWxkQ2xhc3M/OiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRm9ybVNldHRpbmdzIGV4dGVuZHMgRm9ybUNvbW1vblNldHRpbmdzIHtcbiAgc3VibWl0QnV0dG9uPzogRm9ybVN1Ym1pdEJ1dHRvbjtcbn1cbiJdfQ==