@formio/js 5.0.0-dev.5722.6a7e4ac → 5.0.0-dev.5723.99bf27e

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.
@@ -5214,7 +5214,7 @@ eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {
5214
5214
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
5215
5215
 
5216
5216
  "use strict";
5217
- eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst NestedComponent_1 = __importDefault(__webpack_require__(/*! ../_classes/nested/NestedComponent */ \"./lib/cjs/components/_classes/nested/NestedComponent.js\"));\nconst utils_1 = __webpack_require__(/*! ../../utils/utils */ \"./lib/cjs/utils/utils.js\");\nclass PanelComponent extends NestedComponent_1.default {\n static schema(...extend) {\n return NestedComponent_1.default.schema({\n label: 'Panel',\n type: 'panel',\n key: 'panel',\n title: 'Panel',\n theme: 'default',\n breadcrumb: 'default',\n components: [],\n clearOnHide: false,\n input: false,\n tableView: false,\n persistent: false\n }, ...extend);\n }\n static get builderInfo() {\n return {\n title: 'Panel',\n icon: 'list-alt',\n group: 'layout',\n documentation: '/userguide/form-building/layout-components#panel',\n showPreview: false,\n weight: 30,\n schema: PanelComponent.schema()\n };\n }\n get defaultSchema() {\n return PanelComponent.schema();\n }\n get templateName() {\n return 'panel';\n }\n static savedValueTypes() {\n return [];\n }\n constructor(...args) {\n super(...args);\n this.noField = true;\n this.on('componentError', (err) => {\n //change collapsed value only when the panel is collapsed to avoid additional redrawing that prevents validation messages\n if ((0, utils_1.isChildOf)(err.instance, this) && this.collapsed) {\n this.collapsed = false;\n }\n });\n }\n}\nexports[\"default\"] = PanelComponent;\n\n\n//# sourceURL=webpack://Formio/./lib/cjs/components/panel/Panel.js?");
5217
+ eval("\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nconst NestedComponent_1 = __importDefault(__webpack_require__(/*! ../_classes/nested/NestedComponent */ \"./lib/cjs/components/_classes/nested/NestedComponent.js\"));\nconst utils_1 = __webpack_require__(/*! ../../utils/utils */ \"./lib/cjs/utils/utils.js\");\nclass PanelComponent extends NestedComponent_1.default {\n static schema(...extend) {\n return NestedComponent_1.default.schema({\n label: 'Panel',\n type: 'panel',\n key: 'panel',\n title: 'Panel',\n theme: 'default',\n breadcrumb: 'default',\n components: [],\n clearOnHide: false,\n input: false,\n tableView: false,\n persistent: false\n }, ...extend);\n }\n static get builderInfo() {\n return {\n title: 'Panel',\n icon: 'list-alt',\n group: 'layout',\n documentation: '/userguide/form-building/layout-components#panel',\n weight: 30,\n schema: PanelComponent.schema()\n };\n }\n get defaultSchema() {\n return PanelComponent.schema();\n }\n get templateName() {\n return 'panel';\n }\n static savedValueTypes() {\n return [];\n }\n constructor(...args) {\n super(...args);\n this.noField = true;\n this.on('componentError', (err) => {\n //change collapsed value only when the panel is collapsed to avoid additional redrawing that prevents validation messages\n if ((0, utils_1.isChildOf)(err.instance, this) && this.collapsed) {\n this.collapsed = false;\n }\n });\n }\n}\nexports[\"default\"] = PanelComponent;\n\n\n//# sourceURL=webpack://Formio/./lib/cjs/components/panel/Panel.js?");
5218
5218
 
5219
5219
  /***/ }),
5220
5220