UNPKG

survey-creator-core

Version:

A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.

28 lines (22 loc) 946 B
/*! * SurveyJS Creator v2.5.21 * (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/ * Github: https://github.com/surveyjs/survey-creator * License: https://surveyjs.io/Licenses#SurveyCreator */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.SurveyCreatorUIPreset = global.SurveyCreatorUIPreset || {}, global.SurveyCreatorUIPreset.Expert = {}))); })(this, (function (exports) { 'use strict'; var Expert = { presetName: "expert", json: { "propertyGrid": { definition: null } } }; exports.Expert = Expert; exports.default = Expert; Object.defineProperty(exports, '__esModule', { value: true }); })); //# sourceMappingURL=expert.js.map