cspace-ui-plugin-profile-bonsai 5.0.7 → 5.0.8
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/cspaceUIPluginProfileBonsai.js +58 -3
- package/dist/cspaceUIPluginProfileBonsai.min.js +1 -1
- package/lib/plugins/recordTypes/index.js +2 -1
- package/lib/plugins/recordTypes/person/forms/default.js +212 -0
- package/lib/plugins/recordTypes/person/forms/index.js +12 -0
- package/lib/plugins/recordTypes/person/index.js +16 -0
- package/lib/plugins/recordTypes/place/forms/default.js +172 -0
- package/lib/plugins/recordTypes/place/forms/index.js +12 -0
- package/lib/plugins/recordTypes/place/index.js +4 -2
- package/package.json +1 -1
- package/src/plugins/recordTypes/index.js +2 -0
- package/src/plugins/recordTypes/person/forms/default.jsx +210 -0
- package/src/plugins/recordTypes/person/forms/index.js +5 -0
- package/src/plugins/recordTypes/person/index.js +9 -0
- package/src/plugins/recordTypes/place/forms/default.jsx +162 -0
- package/src/plugins/recordTypes/place/forms/index.js +5 -0
- package/src/plugins/recordTypes/place/index.js +3 -1
|
@@ -36,7 +36,7 @@ eval("module.exports = {\n defineMessages: messages => messages\n};\n\n//# sour
|
|
|
36
36
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
37
37
|
|
|
38
38
|
"use strict";
|
|
39
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react_intl__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react-intl */ \"./react-intl-stub.js\");\n/* harmony import */ var react_intl__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_intl__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var cspace_ui_plugin_ext_accessionattributes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cspace-ui-plugin-ext-accessionattributes */ \"./node_modules/cspace-ui-plugin-ext-accessionattributes/lib/index.js\");\n/* harmony import */ var cspace_ui_plugin_ext_livingplant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! cspace-ui-plugin-ext-livingplant */ \"./node_modules/cspace-ui-plugin-ext-livingplant/lib/index.js\");\n/* harmony import */ var cspace_ui_plugin_record_taxon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! cspace-ui-plugin-record-taxon */ \"./node_modules/cspace-ui-plugin-record-taxon/lib/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./messages */ \"./src/messages.js\");\n/* harmony import */ var _plugins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./plugins */ \"./src/plugins/index.js\");\n/* harmony import */ var _styles_cspace_ui_plugin_profile_bonsai_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../styles/cspace-ui-plugin-profile/bonsai.css */ \"./styles/cspace-ui-plugin-profile/bonsai.css\");\n/* global cspaceUIPluginProfileBonsai */\n/* The cspaceUIPluginProfileBonsai global variable is set by webpack (in non-test builds). See\n * webpack.config.js. */\n\n\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => ({\n messages: _messages__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n className: _styles_cspace_ui_plugin_profile_bonsai_css__WEBPACK_IMPORTED_MODULE_6__[\"default\"].common,\n prettyUrls: true,\n tenantId: '3000',\n pluginInfo: {\n cspaceUIPluginProfileBonsai: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"cspaceUIPluginProfileBonsai.name\",\n \"defaultMessage\": \"Bonsai profile\"\n }\n }),\n packageName: \"cspace-ui-plugin-profile-bonsai\",\n packageVersion: \"5.0.
|
|
39
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react_intl__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react-intl */ \"./react-intl-stub.js\");\n/* harmony import */ var react_intl__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_intl__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var cspace_ui_plugin_ext_accessionattributes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cspace-ui-plugin-ext-accessionattributes */ \"./node_modules/cspace-ui-plugin-ext-accessionattributes/lib/index.js\");\n/* harmony import */ var cspace_ui_plugin_ext_livingplant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! cspace-ui-plugin-ext-livingplant */ \"./node_modules/cspace-ui-plugin-ext-livingplant/lib/index.js\");\n/* harmony import */ var cspace_ui_plugin_record_taxon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! cspace-ui-plugin-record-taxon */ \"./node_modules/cspace-ui-plugin-record-taxon/lib/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./messages */ \"./src/messages.js\");\n/* harmony import */ var _plugins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./plugins */ \"./src/plugins/index.js\");\n/* harmony import */ var _styles_cspace_ui_plugin_profile_bonsai_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../styles/cspace-ui-plugin-profile/bonsai.css */ \"./styles/cspace-ui-plugin-profile/bonsai.css\");\n/* global cspaceUIPluginProfileBonsai */\n/* The cspaceUIPluginProfileBonsai global variable is set by webpack (in non-test builds). See\n * webpack.config.js. */\n\n\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => ({\n messages: _messages__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n className: _styles_cspace_ui_plugin_profile_bonsai_css__WEBPACK_IMPORTED_MODULE_6__[\"default\"].common,\n prettyUrls: true,\n tenantId: '3000',\n pluginInfo: {\n cspaceUIPluginProfileBonsai: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"cspaceUIPluginProfileBonsai.name\",\n \"defaultMessage\": \"Bonsai profile\"\n }\n }),\n packageName: \"cspace-ui-plugin-profile-bonsai\",\n packageVersion: \"5.0.8\",\n buildNum: \"603e3c1\",\n repositoryUrl: \"https://github.com/collectionspace/cspace-ui-plugin-profile-bonsai.js\",\n // packageVersion is now preferred, but keep version for backward compatibility with older\n // versions of cspace-ui.\n version: \"5.0.8\"\n }\n },\n plugins: [(0,cspace_ui_plugin_ext_accessionattributes__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(), (0,cspace_ui_plugin_ext_livingplant__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(), (0,cspace_ui_plugin_record_taxon__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(), ..._plugins__WEBPACK_IMPORTED_MODULE_5__[\"default\"].map(plugin => plugin())]\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/index.js?");
|
|
40
40
|
|
|
41
41
|
/***/ }),
|
|
42
42
|
|
|
@@ -289,7 +289,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
289
289
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
290
290
|
|
|
291
291
|
"use strict";
|
|
292
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _chronology__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./chronology */ \"./src/plugins/recordTypes/chronology/index.js\");\n/* harmony import */ var _collectionobject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./collectionobject */ \"./src/plugins/recordTypes/collectionobject/index.js\");\n/* harmony import */ var _conditioncheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./conditioncheck */ \"./src/plugins/recordTypes/conditioncheck/index.js\");\n/* harmony import */ var _conservation__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./conservation */ \"./src/plugins/recordTypes/conservation/index.js\");\n/* harmony import */ var _exhibition__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./exhibition */ \"./src/plugins/recordTypes/exhibition/index.js\");\n/* harmony import */ var _iterationreport__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./iterationreport */ \"./src/plugins/recordTypes/iterationreport/index.js\");\n/* harmony import */ var _objectexit__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./objectexit */ \"./src/plugins/recordTypes/objectexit/index.js\");\n/* harmony import */ var
|
|
292
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _chronology__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./chronology */ \"./src/plugins/recordTypes/chronology/index.js\");\n/* harmony import */ var _collectionobject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./collectionobject */ \"./src/plugins/recordTypes/collectionobject/index.js\");\n/* harmony import */ var _conditioncheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./conditioncheck */ \"./src/plugins/recordTypes/conditioncheck/index.js\");\n/* harmony import */ var _conservation__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./conservation */ \"./src/plugins/recordTypes/conservation/index.js\");\n/* harmony import */ var _exhibition__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./exhibition */ \"./src/plugins/recordTypes/exhibition/index.js\");\n/* harmony import */ var _iterationreport__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./iterationreport */ \"./src/plugins/recordTypes/iterationreport/index.js\");\n/* harmony import */ var _objectexit__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./objectexit */ \"./src/plugins/recordTypes/objectexit/index.js\");\n/* harmony import */ var _person__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./person */ \"./src/plugins/recordTypes/person/index.js\");\n/* harmony import */ var _place__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./place */ \"./src/plugins/recordTypes/place/index.js\");\n\n\n\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ([_chronology__WEBPACK_IMPORTED_MODULE_0__[\"default\"], _collectionobject__WEBPACK_IMPORTED_MODULE_1__[\"default\"], _conditioncheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"], _conservation__WEBPACK_IMPORTED_MODULE_3__[\"default\"], _exhibition__WEBPACK_IMPORTED_MODULE_4__[\"default\"], _iterationreport__WEBPACK_IMPORTED_MODULE_5__[\"default\"], _objectexit__WEBPACK_IMPORTED_MODULE_6__[\"default\"], _person__WEBPACK_IMPORTED_MODULE_7__[\"default\"], _place__WEBPACK_IMPORTED_MODULE_8__[\"default\"]]);\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/index.js?");
|
|
293
293
|
|
|
294
294
|
/***/ }),
|
|
295
295
|
|
|
@@ -326,6 +326,61 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
326
326
|
|
|
327
327
|
/***/ }),
|
|
328
328
|
|
|
329
|
+
/***/ "./src/plugins/recordTypes/person/forms/default.jsx":
|
|
330
|
+
/*!**********************************************************!*\
|
|
331
|
+
!*** ./src/plugins/recordTypes/person/forms/default.jsx ***!
|
|
332
|
+
\**********************************************************/
|
|
333
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
334
|
+
|
|
335
|
+
"use strict";
|
|
336
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n InputTable,\n Field,\n Subrecord\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"info\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"personTermGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"personTermGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"termDisplayName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termQualifier\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termStatus\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"termType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termFlag\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termPrefForLang\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"nameDetail\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"salutation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"foreName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"middleName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"surName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nameAdditions\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"initials\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"termSource\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"termSource\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termSourceDetail\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termSourceID\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termSourceNote\"\n }))))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"gender\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"occupations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"occupation\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"schoolsOrStyles\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"schoolOrStyle\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"groups\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"group\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"nationalities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"nationality\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"nameNote\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"birthDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"birthPlace\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"deathDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"deathPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"bioNote\"\n })))), /*#__PURE__*/React.createElement(Subrecord, {\n name: \"contact\"\n }), /*#__PURE__*/React.createElement(Panel, {\n name: \"supplied\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"pronounGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"pronounGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerPronoun\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedPronouns\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedPronoun\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionPronoun\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"genderGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"genderGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerGender\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedGenders\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedGender\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionGender\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"raceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"raceGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerRace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedRaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedRace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionRace\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"ethnicityGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ethnicityGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerEthnicity\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedEthnicities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedEthnicity\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionEthnicity\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"sexualityGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"sexualityGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerSexuality\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedSexualities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedSexuality\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionSexuality\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"birthPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"birthPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerBirthPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedBirthPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionBirthPlace\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedBirthDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedBirthDateGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"declinedToAnswerBirthDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"suppliedStructuredBirthDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"useRestrictionBirthDate\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"otherGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"otherGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"informationAuthor\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"informationDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"informationUseRestriction\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"otherInformation\"\n }))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"hierarchy\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"relation-list-item\",\n subpath: \"rel:relations-common-list\"\n })));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/person/forms/default.jsx?");
|
|
337
|
+
|
|
338
|
+
/***/ }),
|
|
339
|
+
|
|
340
|
+
/***/ "./src/plugins/recordTypes/person/forms/index.js":
|
|
341
|
+
/*!*******************************************************!*\
|
|
342
|
+
!*** ./src/plugins/recordTypes/person/forms/index.js ***!
|
|
343
|
+
\*******************************************************/
|
|
344
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
345
|
+
|
|
346
|
+
"use strict";
|
|
347
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/person/forms/default.jsx\");\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n default: (0,_default__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/person/forms/index.js?");
|
|
348
|
+
|
|
349
|
+
/***/ }),
|
|
350
|
+
|
|
351
|
+
/***/ "./src/plugins/recordTypes/person/index.js":
|
|
352
|
+
/*!*************************************************!*\
|
|
353
|
+
!*** ./src/plugins/recordTypes/person/index.js ***!
|
|
354
|
+
\*************************************************/
|
|
355
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
356
|
+
|
|
357
|
+
"use strict";
|
|
358
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/person/forms/index.js\");\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n person: {\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/person/index.js?");
|
|
359
|
+
|
|
360
|
+
/***/ }),
|
|
361
|
+
|
|
362
|
+
/***/ "./src/plugins/recordTypes/place/forms/default.jsx":
|
|
363
|
+
/*!*********************************************************!*\
|
|
364
|
+
!*** ./src/plugins/recordTypes/place/forms/default.jsx ***!
|
|
365
|
+
\*********************************************************/
|
|
366
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
367
|
+
|
|
368
|
+
"use strict";
|
|
369
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Panel,\n Row,\n Col\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\n } = configContext.recordComponents;\n const {\n extensions\n } = configContext.config;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"info\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeTermGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeTermGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"termDisplayName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termQualifier\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termStatus\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"termType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termFlag\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"historicalStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termPrefForLang\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"nameAbbrev\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nameNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nameDateGroup\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"termSource\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"termSource\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termSourceDetail\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termSourceID\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"termSourceNote\"\n }))))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"placeType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"placeSource\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"placeOwnerGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeOwnerGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"owner\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"placeNote\"\n }), extensions.address.form), /*#__PURE__*/React.createElement(Panel, {\n name: \"localityInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"vCoordinates\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vLatitude\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vLongitude\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vCoordSys\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vSpatialReferenceSystem\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"vElevation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vDepth\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vDistanceAboveSurface\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vUnitofMeasure\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"minElevationInMeters\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maxElevationInMeters\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"minDepthInMeters\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maxDepthInMeters\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"minDistanceAboveSurfaceInMeters\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maxDistanceAboveSurfaceInMeters\"\n })), /*#__PURE__*/React.createElement(Col, null)), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"vCoordSource\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"vCoordSourceRefId\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"geoRefInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeGeoRefGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeGeoRefGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"decimalLatitude\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"decimalLongitude\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"geodeticDatum\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"coordUncertaintyInMeters\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"coordPrecision\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"pointRadiusSpatialFit\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"footprintWKT\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"footprintSRS\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"footprintSpatialFit\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"geoReferencedBy\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"geoRefDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"geoRefProtocol\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"geoRefSource\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"geoRefVerificationStatus\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"geoRefRemarks\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"geoRefPlaceName\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"hierarchy\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"relation-list-item\",\n subpath: \"rel:relations-common-list\"\n })));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/place/forms/default.jsx?");
|
|
370
|
+
|
|
371
|
+
/***/ }),
|
|
372
|
+
|
|
373
|
+
/***/ "./src/plugins/recordTypes/place/forms/index.js":
|
|
374
|
+
/*!******************************************************!*\
|
|
375
|
+
!*** ./src/plugins/recordTypes/place/forms/index.js ***!
|
|
376
|
+
\******************************************************/
|
|
377
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
378
|
+
|
|
379
|
+
"use strict";
|
|
380
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/place/forms/default.jsx\");\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n default: (0,_default__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/place/forms/index.js?");
|
|
381
|
+
|
|
382
|
+
/***/ }),
|
|
383
|
+
|
|
329
384
|
/***/ "./src/plugins/recordTypes/place/index.js":
|
|
330
385
|
/*!************************************************!*\
|
|
331
386
|
!*** ./src/plugins/recordTypes/place/index.js ***!
|
|
@@ -333,7 +388,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
333
388
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
334
389
|
|
|
335
390
|
"use strict";
|
|
336
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var
|
|
391
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/place/forms/index.js\");\n/* harmony import */ var _vocabularies__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./vocabularies */ \"./src/plugins/recordTypes/place/vocabularies.js\");\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n place: {\n vocabularies: _vocabularies__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileBonsai/./src/plugins/recordTypes/place/index.js?");
|
|
337
392
|
|
|
338
393
|
/***/ }),
|
|
339
394
|
|