cspace-ui-plugin-profile-lhmc 5.0.2 → 5.0.4
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/cspaceUIPluginProfileLHMC.js +366 -359
- package/dist/cspaceUIPluginProfileLHMC.min.js +1 -1
- package/lib/index.js +0 -9
- package/lib/messages.js +7 -0
- package/lib/plugins/index.js +0 -3
- package/lib/plugins/recordTypes/acquisition/fields.js +0 -3
- package/lib/plugins/recordTypes/acquisition/forms/default.js +0 -3
- package/lib/plugins/recordTypes/acquisition/forms/index.js +0 -4
- package/lib/plugins/recordTypes/acquisition/index.js +0 -5
- package/lib/plugins/recordTypes/collectionobject/fields.js +0 -2
- package/lib/plugins/recordTypes/collectionobject/forms/default.js +0 -3
- package/lib/plugins/recordTypes/collectionobject/forms/index.js +0 -6
- package/lib/plugins/recordTypes/collectionobject/forms/photo.js +0 -3
- package/lib/plugins/recordTypes/collectionobject/forms/public.js +0 -3
- package/lib/plugins/recordTypes/collectionobject/index.js +0 -7
- package/lib/plugins/recordTypes/collectionobject/messages.js +2 -3
- package/lib/plugins/recordTypes/collectionobject/optionLists.js +0 -2
- package/lib/plugins/recordTypes/conditioncheck/advancedSearch.js +0 -2
- package/lib/plugins/recordTypes/conditioncheck/columns.js +0 -3
- package/lib/plugins/recordTypes/conditioncheck/fields.js +0 -3
- package/lib/plugins/recordTypes/conditioncheck/forms/default.js +0 -3
- package/lib/plugins/recordTypes/conditioncheck/forms/index.js +0 -4
- package/lib/plugins/recordTypes/conditioncheck/index.js +0 -9
- package/lib/plugins/recordTypes/conditioncheck/messages.js +0 -2
- package/lib/plugins/recordTypes/conditioncheck/title.js +0 -4
- package/lib/plugins/recordTypes/exhibition/fields.js +0 -3
- package/lib/plugins/recordTypes/exhibition/forms/default.js +0 -3
- package/lib/plugins/recordTypes/exhibition/forms/index.js +0 -4
- package/lib/plugins/recordTypes/exhibition/index.js +0 -5
- package/lib/plugins/recordTypes/index.js +0 -13
- package/lib/plugins/recordTypes/intake/fields.js +0 -3
- package/lib/plugins/recordTypes/intake/forms/default.js +0 -3
- package/lib/plugins/recordTypes/intake/forms/index.js +0 -4
- package/lib/plugins/recordTypes/intake/index.js +0 -6
- package/lib/plugins/recordTypes/intake/optionLists.js +0 -2
- package/lib/plugins/recordTypes/iterationreport/index.js +0 -2
- package/lib/plugins/recordTypes/loanin/advancedSearch.js +0 -2
- package/lib/plugins/recordTypes/loanin/fields.js +0 -3
- package/lib/plugins/recordTypes/loanin/forms/default.js +0 -3
- package/lib/plugins/recordTypes/loanin/forms/index.js +0 -4
- package/lib/plugins/recordTypes/loanin/index.js +0 -6
- package/lib/plugins/recordTypes/loanout/advancedSearch.js +0 -2
- package/lib/plugins/recordTypes/loanout/fields.js +0 -3
- package/lib/plugins/recordTypes/loanout/forms/default.js +0 -3
- package/lib/plugins/recordTypes/loanout/forms/index.js +0 -4
- package/lib/plugins/recordTypes/loanout/index.js +0 -6
- package/lib/plugins/recordTypes/movement/fields.js +0 -3
- package/lib/plugins/recordTypes/movement/forms/default.js +0 -3
- package/lib/plugins/recordTypes/movement/forms/index.js +0 -4
- package/lib/plugins/recordTypes/movement/index.js +0 -5
- package/lib/plugins/recordTypes/person/fields.js +0 -3
- package/lib/plugins/recordTypes/person/forms/default.js +3 -6
- package/lib/plugins/recordTypes/person/forms/index.js +0 -4
- package/lib/plugins/recordTypes/person/index.js +0 -6
- package/lib/plugins/recordTypes/person/messages.js +0 -2
- package/lib/plugins/recordTypes/place/fields.js +0 -3
- package/lib/plugins/recordTypes/place/forms/default.js +0 -3
- package/lib/plugins/recordTypes/place/forms/index.js +0 -4
- package/lib/plugins/recordTypes/place/index.js +0 -5
- package/lib/plugins/recordTypes/work/index.js +0 -2
- package/package.json +21 -22
- package/src/plugins/recordTypes/person/forms/default.jsx +3 -3
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
3
|
+
* This devtool is neither made for production nor for readable output files.
|
|
4
|
+
* It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
5
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
6
|
+
* or disable the default devtool with "devtool: false".
|
|
7
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
8
|
+
*/
|
|
1
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
11
|
module.exports = factory();
|
|
@@ -7,195 +15,15 @@
|
|
|
7
15
|
exports["cspaceUIPluginProfileLHMC"] = factory();
|
|
8
16
|
else
|
|
9
17
|
root["cspaceUIPluginProfileLHMC"] = factory();
|
|
10
|
-
})(
|
|
11
|
-
return /******/ (
|
|
12
|
-
/******/
|
|
13
|
-
/******/ var installedModules = {};
|
|
14
|
-
/******/
|
|
15
|
-
/******/ // The require function
|
|
16
|
-
/******/ function __webpack_require__(moduleId) {
|
|
17
|
-
/******/
|
|
18
|
-
/******/ // Check if module is in cache
|
|
19
|
-
/******/ if(installedModules[moduleId]) {
|
|
20
|
-
/******/ return installedModules[moduleId].exports;
|
|
21
|
-
/******/ }
|
|
22
|
-
/******/ // Create a new module (and put it into the cache)
|
|
23
|
-
/******/ var module = installedModules[moduleId] = {
|
|
24
|
-
/******/ i: moduleId,
|
|
25
|
-
/******/ l: false,
|
|
26
|
-
/******/ exports: {}
|
|
27
|
-
/******/ };
|
|
28
|
-
/******/
|
|
29
|
-
/******/ // Execute the module function
|
|
30
|
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
31
|
-
/******/
|
|
32
|
-
/******/ // Flag the module as loaded
|
|
33
|
-
/******/ module.l = true;
|
|
34
|
-
/******/
|
|
35
|
-
/******/ // Return the exports of the module
|
|
36
|
-
/******/ return module.exports;
|
|
37
|
-
/******/ }
|
|
38
|
-
/******/
|
|
39
|
-
/******/
|
|
40
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
41
|
-
/******/ __webpack_require__.m = modules;
|
|
42
|
-
/******/
|
|
43
|
-
/******/ // expose the module cache
|
|
44
|
-
/******/ __webpack_require__.c = installedModules;
|
|
45
|
-
/******/
|
|
46
|
-
/******/ // define getter function for harmony exports
|
|
47
|
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
48
|
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
49
|
-
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
50
|
-
/******/ }
|
|
51
|
-
/******/ };
|
|
52
|
-
/******/
|
|
53
|
-
/******/ // define __esModule on exports
|
|
54
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
55
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
56
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
57
|
-
/******/ }
|
|
58
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
59
|
-
/******/ };
|
|
60
|
-
/******/
|
|
61
|
-
/******/ // create a fake namespace object
|
|
62
|
-
/******/ // mode & 1: value is a module id, require it
|
|
63
|
-
/******/ // mode & 2: merge all properties of value into the ns
|
|
64
|
-
/******/ // mode & 4: return value when already ns object
|
|
65
|
-
/******/ // mode & 8|1: behave like require
|
|
66
|
-
/******/ __webpack_require__.t = function(value, mode) {
|
|
67
|
-
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
68
|
-
/******/ if(mode & 8) return value;
|
|
69
|
-
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
70
|
-
/******/ var ns = Object.create(null);
|
|
71
|
-
/******/ __webpack_require__.r(ns);
|
|
72
|
-
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
73
|
-
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
74
|
-
/******/ return ns;
|
|
75
|
-
/******/ };
|
|
76
|
-
/******/
|
|
77
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
78
|
-
/******/ __webpack_require__.n = function(module) {
|
|
79
|
-
/******/ var getter = module && module.__esModule ?
|
|
80
|
-
/******/ function getDefault() { return module['default']; } :
|
|
81
|
-
/******/ function getModuleExports() { return module; };
|
|
82
|
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
83
|
-
/******/ return getter;
|
|
84
|
-
/******/ };
|
|
85
|
-
/******/
|
|
86
|
-
/******/ // Object.prototype.hasOwnProperty.call
|
|
87
|
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
|
-
/******/
|
|
89
|
-
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "";
|
|
91
|
-
/******/
|
|
92
|
-
/******/
|
|
93
|
-
/******/ // Load entry module and return exports
|
|
94
|
-
/******/ return __webpack_require__(__webpack_require__.s = "./src/index.js");
|
|
95
|
-
/******/ })
|
|
96
|
-
/************************************************************************/
|
|
97
|
-
/******/ ({
|
|
98
|
-
|
|
99
|
-
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js":
|
|
100
|
-
/*!***************************************************************************************!*\
|
|
101
|
-
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js ***!
|
|
102
|
-
\***************************************************************************************/
|
|
103
|
-
/*! no static exports found */
|
|
104
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
105
|
-
|
|
106
|
-
"use strict";
|
|
107
|
-
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _reactIntl = __webpack_require__(/*! react-intl */ \"./react-intl-stub.js\");\n\nvar _default = configContext => {\n const {\n AutocompleteInput,\n CompoundInput,\n DateInput,\n TextInput,\n TermPickerInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_DATE\n } = configContext.dataTypes;\n return {\n 'ns2:collectionobjects_culturalcare': {\n [config]: {\n service: {\n // Should have been domain/culturalcare, but this was set incorrectly in 4.x.\n ns: 'http://collectionspace.org/services/collectionobject/domain/collectionobject'\n }\n },\n culturalCareNotes: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n culturalCareNote: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n name: {\n \"id\": \"field.collectionobjects_culturalcare.culturalCareNote.name\",\n \"defaultMessage\": \"Cultural care note\"\n }\n }),\n repeating: true,\n view: {\n type: TextInput,\n props: {\n multiline: true\n }\n }\n }\n }\n },\n accessLimitationsGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n accessLimitationsGroup: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n name: {\n \"id\": \"field.collectionobjects_culturalcare.accessLimitationsGroup.name\",\n \"defaultMessage\": \"Access limitation\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n limitationType: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.limitationType.fullName\",\n \"defaultMessage\": \"Access limitation type\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.limitationType.name\",\n \"defaultMessage\": \"Type\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'limitationtype'\n }\n }\n }\n },\n limitationLevel: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.limitationLevel.fullName\",\n \"defaultMessage\": \"Access limitation level\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.limitationLevel.name\",\n \"defaultMessage\": \"Level\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'limitationlevel'\n }\n }\n }\n },\n limitationDetails: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.limitationDetails.fullName\",\n \"defaultMessage\": \"Access limitation detail\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.limitationDetails.name\",\n \"defaultMessage\": \"Detail\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n requester: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.requester.fullName\",\n \"defaultMessage\": \"Access limitation requestor\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.requester.name\",\n \"defaultMessage\": \"Requestor\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local'\n }\n }\n }\n },\n requestOnBehalfOf: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.requestOnBehalfOf.fullName\",\n \"defaultMessage\": \"Access limitation requested on behalf of\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.requestOnBehalfOf.name\",\n \"defaultMessage\": \"On behalf of\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'organization/local'\n }\n }\n }\n },\n requestDate: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.requestDate.fullName\",\n \"defaultMessage\": \"Access limitation request date\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.requestDate.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n }\n }\n }\n }\n };\n};\n\nexports.default = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js?");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js":
|
|
112
|
-
/*!*************************************************************************************!*\
|
|
113
|
-
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js ***!
|
|
114
|
-
\*************************************************************************************/
|
|
115
|
-
/*! no static exports found */
|
|
116
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
117
|
-
|
|
118
|
-
"use strict";
|
|
119
|
-
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _default = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Panel\n } = configContext.layoutComponents;\n const {\n Field\n } = configContext.recordComponents;\n return React.createElement(Panel, {\n name: \"culturalCare\",\n collapsible: true,\n collapsed: true\n }, React.createElement(Field, {\n name: \"culturalCareNotes\",\n subpath: \"ns2:collectionobjects_culturalcare\"\n }, React.createElement(Field, {\n name: \"culturalCareNote\"\n })), React.createElement(Field, {\n name: \"accessLimitationsGroupList\",\n subpath: \"ns2:collectionobjects_culturalcare\"\n }, React.createElement(Field, {\n name: \"accessLimitationsGroup\"\n }, React.createElement(Field, {\n name: \"limitationType\"\n }), React.createElement(Field, {\n name: \"limitationLevel\"\n }), React.createElement(Field, {\n name: \"limitationDetails\"\n }), React.createElement(Field, {\n name: \"requester\"\n }), React.createElement(Field, {\n name: \"requestOnBehalfOf\"\n }), React.createElement(Field, {\n name: \"requestDate\"\n }))));\n};\n\nexports.default = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js?");
|
|
120
|
-
|
|
121
|
-
/***/ }),
|
|
122
|
-
|
|
123
|
-
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js":
|
|
124
|
-
/*!**************************************************************************************!*\
|
|
125
|
-
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js ***!
|
|
126
|
-
\**************************************************************************************/
|
|
127
|
-
/*! no static exports found */
|
|
128
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
129
|
-
|
|
130
|
-
"use strict";
|
|
131
|
-
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _fields = _interopRequireDefault(__webpack_require__(/*! ./fields */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js\"));\n\nvar _form = _interopRequireDefault(__webpack_require__(/*! ./form */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js\"));\n\nvar _messages = _interopRequireDefault(__webpack_require__(/*! ./messages */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar _default = configContext => ({\n messages: _messages.default,\n fields: (0, _fields.default)(configContext),\n form: (0, _form.default)(configContext)\n});\n\nexports.default = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js?");
|
|
132
|
-
|
|
133
|
-
/***/ }),
|
|
134
|
-
|
|
135
|
-
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js":
|
|
136
|
-
/*!*****************************************************************************************!*\
|
|
137
|
-
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js ***!
|
|
138
|
-
\*****************************************************************************************/
|
|
139
|
-
/*! no static exports found */
|
|
140
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
141
|
-
|
|
142
|
-
"use strict";
|
|
143
|
-
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _reactIntl = __webpack_require__(/*! react-intl */ \"./react-intl-stub.js\");\n\nvar _default = {\n panel: (0, _reactIntl.defineMessages)({\n culturalCare: {\n \"id\": \"panel.collectionobject.culturalCare\",\n \"defaultMessage\": \"Cultural Care Information\"\n }\n })\n};\nexports.default = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js?");
|
|
144
|
-
|
|
145
|
-
/***/ }),
|
|
146
|
-
|
|
147
|
-
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js":
|
|
148
|
-
/*!*********************************************************************!*\
|
|
149
|
-
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js ***!
|
|
150
|
-
\*********************************************************************/
|
|
151
|
-
/*! no static exports found */
|
|
152
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
153
|
-
|
|
154
|
-
"use strict";
|
|
155
|
-
eval("\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _collectionobject = _interopRequireDefault(__webpack_require__(/*! ./collectionobject */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar _default = () => configContext => ({\n extensions: {\n culturalcare: {\n collectionobject: (0, _collectionobject.default)(configContext)\n }\n }\n});\n\nexports.default = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js?");
|
|
156
|
-
|
|
157
|
-
/***/ }),
|
|
158
|
-
|
|
159
|
-
/***/ "./node_modules/css-loader/dist/cjs.js?!./styles/cspace-ui-plugin-profile/lhmc.css":
|
|
160
|
-
/*!**************************************************************************************************!*\
|
|
161
|
-
!*** ./node_modules/css-loader/dist/cjs.js??ref--5-1!./styles/cspace-ui-plugin-profile/lhmc.css ***!
|
|
162
|
-
\**************************************************************************************************/
|
|
163
|
-
/*! no static exports found */
|
|
164
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
165
|
-
|
|
166
|
-
eval("exports = module.exports = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\")(false);\n// Module\nexports.push([module.i, \"\", \"\"]);\n\n\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./styles/cspace-ui-plugin-profile/lhmc.css?./node_modules/css-loader/dist/cjs.js??ref--5-1");
|
|
167
|
-
|
|
168
|
-
/***/ }),
|
|
169
|
-
|
|
170
|
-
/***/ "./node_modules/css-loader/dist/runtime/api.js":
|
|
171
|
-
/*!*****************************************************!*\
|
|
172
|
-
!*** ./node_modules/css-loader/dist/runtime/api.js ***!
|
|
173
|
-
\*****************************************************/
|
|
174
|
-
/*! no static exports found */
|
|
175
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
176
|
-
|
|
177
|
-
"use strict";
|
|
178
|
-
eval("\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\nmodule.exports = function (useSourceMap) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item, useSourceMap);\n\n if (item[2]) {\n return '@media ' + item[2] + '{' + content + '}';\n } else {\n return content;\n }\n }).join('');\n }; // import a list of modules into the list\n\n\n list.i = function (modules, mediaQuery) {\n if (typeof modules === 'string') {\n modules = [[null, modules, '']];\n }\n\n var alreadyImportedModules = {};\n\n for (var i = 0; i < this.length; i++) {\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n\n for (i = 0; i < modules.length; i++) {\n var item = modules[i]; // skip already imported module\n // this implementation is not 100% perfect for weird media query combinations\n // when a module is imported multiple times with different media queries.\n // I hope this will never occur (Hey this way we have smaller bundles)\n\n if (item[0] == null || !alreadyImportedModules[item[0]]) {\n if (mediaQuery && !item[2]) {\n item[2] = mediaQuery;\n } else if (mediaQuery) {\n item[2] = '(' + item[2] + ') and (' + mediaQuery + ')';\n }\n\n list.push(item);\n }\n }\n };\n\n return list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n var content = item[1] || '';\n var cssMapping = item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (useSourceMap && typeof btoa === 'function') {\n var sourceMapping = toComment(cssMapping);\n var sourceURLs = cssMapping.sources.map(function (source) {\n return '/*# sourceURL=' + cssMapping.sourceRoot + source + ' */';\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n }\n\n return [content].join('\\n');\n} // Adapted from convert-source-map (MIT)\n\n\nfunction toComment(sourceMap) {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n var data = 'sourceMappingURL=data:application/json;charset=utf-8;base64,' + base64;\n return '/*# ' + data + ' */';\n}\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/css-loader/dist/runtime/api.js?");
|
|
179
|
-
|
|
180
|
-
/***/ }),
|
|
181
|
-
|
|
182
|
-
/***/ "./node_modules/style-loader/addStyles.js":
|
|
183
|
-
/*!************************************************!*\
|
|
184
|
-
!*** ./node_modules/style-loader/addStyles.js ***!
|
|
185
|
-
\************************************************/
|
|
186
|
-
/*! no static exports found */
|
|
187
|
-
/***/ (function(module, exports) {
|
|
188
|
-
|
|
189
|
-
eval("/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\nvar stylesInDom = {},\n\tmemoize = function(fn) {\n\t\tvar memo;\n\t\treturn function () {\n\t\t\tif (typeof memo === \"undefined\") memo = fn.apply(this, arguments);\n\t\t\treturn memo;\n\t\t};\n\t},\n\tisOldIE = memoize(function() {\n\t\treturn /msie [6-9]\\b/.test(self.navigator.userAgent.toLowerCase());\n\t}),\n\tgetHeadElement = memoize(function () {\n\t\treturn document.head || document.getElementsByTagName(\"head\")[0];\n\t}),\n\tsingletonElement = null,\n\tsingletonCounter = 0,\n\tstyleElementsInsertedAtTop = [];\n\nmodule.exports = function(list, options) {\n\tif(typeof DEBUG !== \"undefined\" && DEBUG) {\n\t\tif(typeof document !== \"object\") throw new Error(\"The style-loader cannot be used in a non-browser environment\");\n\t}\n\n\toptions = options || {};\n\t// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>\n\t// tags it will allow on a page\n\tif (typeof options.singleton === \"undefined\") options.singleton = isOldIE();\n\n\t// By default, add <style> tags to the bottom of <head>.\n\tif (typeof options.insertAt === \"undefined\") options.insertAt = \"bottom\";\n\n\tvar styles = listToStyles(list);\n\taddStylesToDom(styles, options);\n\n\treturn function update(newList) {\n\t\tvar mayRemove = [];\n\t\tfor(var i = 0; i < styles.length; i++) {\n\t\t\tvar item = styles[i];\n\t\t\tvar domStyle = stylesInDom[item.id];\n\t\t\tdomStyle.refs--;\n\t\t\tmayRemove.push(domStyle);\n\t\t}\n\t\tif(newList) {\n\t\t\tvar newStyles = listToStyles(newList);\n\t\t\taddStylesToDom(newStyles, options);\n\t\t}\n\t\tfor(var i = 0; i < mayRemove.length; i++) {\n\t\t\tvar domStyle = mayRemove[i];\n\t\t\tif(domStyle.refs === 0) {\n\t\t\t\tfor(var j = 0; j < domStyle.parts.length; j++)\n\t\t\t\t\tdomStyle.parts[j]();\n\t\t\t\tdelete stylesInDom[domStyle.id];\n\t\t\t}\n\t\t}\n\t};\n}\n\nfunction addStylesToDom(styles, options) {\n\tfor(var i = 0; i < styles.length; i++) {\n\t\tvar item = styles[i];\n\t\tvar domStyle = stylesInDom[item.id];\n\t\tif(domStyle) {\n\t\t\tdomStyle.refs++;\n\t\t\tfor(var j = 0; j < domStyle.parts.length; j++) {\n\t\t\t\tdomStyle.parts[j](item.parts[j]);\n\t\t\t}\n\t\t\tfor(; j < item.parts.length; j++) {\n\t\t\t\tdomStyle.parts.push(addStyle(item.parts[j], options));\n\t\t\t}\n\t\t} else {\n\t\t\tvar parts = [];\n\t\t\tfor(var j = 0; j < item.parts.length; j++) {\n\t\t\t\tparts.push(addStyle(item.parts[j], options));\n\t\t\t}\n\t\t\tstylesInDom[item.id] = {id: item.id, refs: 1, parts: parts};\n\t\t}\n\t}\n}\n\nfunction listToStyles(list) {\n\tvar styles = [];\n\tvar newStyles = {};\n\tfor(var i = 0; i < list.length; i++) {\n\t\tvar item = list[i];\n\t\tvar id = item[0];\n\t\tvar css = item[1];\n\t\tvar media = item[2];\n\t\tvar sourceMap = item[3];\n\t\tvar part = {css: css, media: media, sourceMap: sourceMap};\n\t\tif(!newStyles[id])\n\t\t\tstyles.push(newStyles[id] = {id: id, parts: [part]});\n\t\telse\n\t\t\tnewStyles[id].parts.push(part);\n\t}\n\treturn styles;\n}\n\nfunction insertStyleElement(options, styleElement) {\n\tvar head = getHeadElement();\n\tvar lastStyleElementInsertedAtTop = styleElementsInsertedAtTop[styleElementsInsertedAtTop.length - 1];\n\tif (options.insertAt === \"top\") {\n\t\tif(!lastStyleElementInsertedAtTop) {\n\t\t\thead.insertBefore(styleElement, head.firstChild);\n\t\t} else if(lastStyleElementInsertedAtTop.nextSibling) {\n\t\t\thead.insertBefore(styleElement, lastStyleElementInsertedAtTop.nextSibling);\n\t\t} else {\n\t\t\thead.appendChild(styleElement);\n\t\t}\n\t\tstyleElementsInsertedAtTop.push(styleElement);\n\t} else if (options.insertAt === \"bottom\") {\n\t\thead.appendChild(styleElement);\n\t} else {\n\t\tthrow new Error(\"Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.\");\n\t}\n}\n\nfunction removeStyleElement(styleElement) {\n\tstyleElement.parentNode.removeChild(styleElement);\n\tvar idx = styleElementsInsertedAtTop.indexOf(styleElement);\n\tif(idx >= 0) {\n\t\tstyleElementsInsertedAtTop.splice(idx, 1);\n\t}\n}\n\nfunction createStyleElement(options) {\n\tvar styleElement = document.createElement(\"style\");\n\tstyleElement.type = \"text/css\";\n\tinsertStyleElement(options, styleElement);\n\treturn styleElement;\n}\n\nfunction createLinkElement(options) {\n\tvar linkElement = document.createElement(\"link\");\n\tlinkElement.rel = \"stylesheet\";\n\tinsertStyleElement(options, linkElement);\n\treturn linkElement;\n}\n\nfunction addStyle(obj, options) {\n\tvar styleElement, update, remove;\n\n\tif (options.singleton) {\n\t\tvar styleIndex = singletonCounter++;\n\t\tstyleElement = singletonElement || (singletonElement = createStyleElement(options));\n\t\tupdate = applyToSingletonTag.bind(null, styleElement, styleIndex, false);\n\t\tremove = applyToSingletonTag.bind(null, styleElement, styleIndex, true);\n\t} else if(obj.sourceMap &&\n\t\ttypeof URL === \"function\" &&\n\t\ttypeof URL.createObjectURL === \"function\" &&\n\t\ttypeof URL.revokeObjectURL === \"function\" &&\n\t\ttypeof Blob === \"function\" &&\n\t\ttypeof btoa === \"function\") {\n\t\tstyleElement = createLinkElement(options);\n\t\tupdate = updateLink.bind(null, styleElement);\n\t\tremove = function() {\n\t\t\tremoveStyleElement(styleElement);\n\t\t\tif(styleElement.href)\n\t\t\t\tURL.revokeObjectURL(styleElement.href);\n\t\t};\n\t} else {\n\t\tstyleElement = createStyleElement(options);\n\t\tupdate = applyToTag.bind(null, styleElement);\n\t\tremove = function() {\n\t\t\tremoveStyleElement(styleElement);\n\t\t};\n\t}\n\n\tupdate(obj);\n\n\treturn function updateStyle(newObj) {\n\t\tif(newObj) {\n\t\t\tif(newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap)\n\t\t\t\treturn;\n\t\t\tupdate(obj = newObj);\n\t\t} else {\n\t\t\tremove();\n\t\t}\n\t};\n}\n\nvar replaceText = (function () {\n\tvar textStore = [];\n\n\treturn function (index, replacement) {\n\t\ttextStore[index] = replacement;\n\t\treturn textStore.filter(Boolean).join('\\n');\n\t};\n})();\n\nfunction applyToSingletonTag(styleElement, index, remove, obj) {\n\tvar css = remove ? \"\" : obj.css;\n\n\tif (styleElement.styleSheet) {\n\t\tstyleElement.styleSheet.cssText = replaceText(index, css);\n\t} else {\n\t\tvar cssNode = document.createTextNode(css);\n\t\tvar childNodes = styleElement.childNodes;\n\t\tif (childNodes[index]) styleElement.removeChild(childNodes[index]);\n\t\tif (childNodes.length) {\n\t\t\tstyleElement.insertBefore(cssNode, childNodes[index]);\n\t\t} else {\n\t\t\tstyleElement.appendChild(cssNode);\n\t\t}\n\t}\n}\n\nfunction applyToTag(styleElement, obj) {\n\tvar css = obj.css;\n\tvar media = obj.media;\n\n\tif(media) {\n\t\tstyleElement.setAttribute(\"media\", media)\n\t}\n\n\tif(styleElement.styleSheet) {\n\t\tstyleElement.styleSheet.cssText = css;\n\t} else {\n\t\twhile(styleElement.firstChild) {\n\t\t\tstyleElement.removeChild(styleElement.firstChild);\n\t\t}\n\t\tstyleElement.appendChild(document.createTextNode(css));\n\t}\n}\n\nfunction updateLink(linkElement, obj) {\n\tvar css = obj.css;\n\tvar sourceMap = obj.sourceMap;\n\n\tif(sourceMap) {\n\t\t// http://stackoverflow.com/a/26603875\n\t\tcss += \"\\n/*# sourceMappingURL=data:application/json;base64,\" + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + \" */\";\n\t}\n\n\tvar blob = new Blob([css], { type: \"text/css\" });\n\n\tvar oldSrc = linkElement.href;\n\n\tlinkElement.href = URL.createObjectURL(blob);\n\n\tif(oldSrc)\n\t\tURL.revokeObjectURL(oldSrc);\n}\n\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/addStyles.js?");
|
|
190
|
-
|
|
191
|
-
/***/ }),
|
|
18
|
+
})(self, () => {
|
|
19
|
+
return /******/ (() => { // webpackBootstrap
|
|
20
|
+
/******/ var __webpack_modules__ = ({
|
|
192
21
|
|
|
193
22
|
/***/ "./react-intl-stub.js":
|
|
194
23
|
/*!****************************!*\
|
|
195
24
|
!*** ./react-intl-stub.js ***!
|
|
196
25
|
\****************************/
|
|
197
|
-
|
|
198
|
-
/***/ (function(module, exports) {
|
|
26
|
+
/***/ ((module) => {
|
|
199
27
|
|
|
200
28
|
eval("module.exports = {\n defineMessages: messages => messages\n};\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./react-intl-stub.js?");
|
|
201
29
|
|
|
@@ -205,11 +33,10 @@ eval("module.exports = {\n defineMessages: messages => messages\n};\n\n//# sour
|
|
|
205
33
|
/*!**********************!*\
|
|
206
34
|
!*** ./src/index.js ***!
|
|
207
35
|
\**********************/
|
|
208
|
-
|
|
209
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
36
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
210
37
|
|
|
211
38
|
"use strict";
|
|
212
|
-
eval("__webpack_require__.r(__webpack_exports__);\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_culturalcare__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cspace-ui-plugin-ext-culturalcare */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js\");\n/* harmony import */ var
|
|
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_culturalcare__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cspace-ui-plugin-ext-culturalcare */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./messages */ \"./src/messages.js\");\n/* harmony import */ var _plugins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./plugins */ \"./src/plugins/index.js\");\n/* harmony import */ var _styles_cspace_ui_plugin_profile_lhmc_css__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../styles/cspace-ui-plugin-profile/lhmc.css */ \"./styles/cspace-ui-plugin-profile/lhmc.css\");\n/* global cspaceUIPluginProfileLHMC */\n/* The cspaceUIPluginProfileLHMC global variable is set by webpack (in non-test builds). See\n * webpack.config.js. */\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => ({\n messages: _messages__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n className: _styles_cspace_ui_plugin_profile_lhmc_css__WEBPACK_IMPORTED_MODULE_4__[\"default\"].common,\n prettyUrls: true,\n tenantId: '501',\n pluginInfo: {\n cspaceUIPluginProfileLHMC: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"cspaceUIPluginProfileLHMC.name\",\n \"defaultMessage\": \"Local History and Material Culture profile\"\n }\n }),\n version: \"5.0.4\"\n }\n },\n plugins: [(0,cspace_ui_plugin_ext_culturalcare__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(), ..._plugins__WEBPACK_IMPORTED_MODULE_3__[\"default\"].map(plugin => plugin())]\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/index.js?");
|
|
213
40
|
|
|
214
41
|
/***/ }),
|
|
215
42
|
|
|
@@ -217,11 +44,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
217
44
|
/*!*************************!*\
|
|
218
45
|
!*** ./src/messages.js ***!
|
|
219
46
|
\*************************/
|
|
220
|
-
|
|
221
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
47
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
222
48
|
|
|
223
49
|
"use strict";
|
|
224
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
50
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n 'about.title': 'Welcome to CollectionSpace: Local History and Material Culture',\n // acquisition\n\n 'field.acquisitions_common.accessionDateGroup.name': 'Accessioned',\n 'field.acquisitions_common.acquisitionMethod.name': 'Received as',\n 'field.acquisitions_common.acquisitionProvisos.name': 'Restrictions',\n 'field.acquisitions_common.acquisitionReferenceNumber.name': 'Accession number',\n // collectionobject\n\n 'field.collectionobjects_common.contentDescription.fullName': 'Content description/summary/scope',\n 'field.collectionobjects_common.contentDescription.name': 'Description/summary/scope',\n 'field.collectionobjects_common.contentNote.fullName': 'Content abstract',\n 'field.collectionobjects_common.contentNote.name': 'Abstract',\n 'field.collectionobjects_common.inscriptionDescriptionInterpretation.fullName': 'Non-textual inscription maker\\'s mark note',\n 'field.collectionobjects_common.inscriptionDescriptionInterpretation.name': 'Maker\\'s mark note',\n 'field.collectionobjects_common.objectStatus.name': 'Original/copy',\n 'field.collectionobjects_common.objectHistoryNote.name': 'Provenance',\n // conditioncheck\n\n 'field.conditionchecks_common.techAssessmentGroup.name': 'Mechanism operation',\n 'field.conditionchecks_common.techAssessment.fullName': 'Mechanism operation description',\n 'field.conditionchecks_common.techAssessmentDate.fullName': 'Mechanism operation date',\n // intake\n\n 'field.intakes_common.currentOwner.name': 'Source',\n 'field.intakes_common.despositorsRequirements.fullName': 'Depositor restriction',\n 'field.intakes_common.despositorsRequirements.name': 'Restriction',\n 'field.intakes_common.entryDate.name': 'Received date',\n 'field.intakes_common.entryMethod.name': 'Received as',\n 'field.intakes_common.entryNote.name': 'Note',\n 'field.intakes_common.returnDate.name': 'Return by',\n 'field.intakes_common.insuranceRenewalDate.fullName': 'Insurance policy expiration date',\n 'field.intakes_common.insuranceRenewalDate.name': 'Policy expiration date',\n 'field.intakes_common.insurer.name': 'Insurance company',\n 'field.intakes_common.currentLocationGroup.name': 'Interim location',\n 'field.intakes_common.currentLocation.fullName': 'Interim location',\n 'field.intakes_common.currentLocationFitness.fullName': 'Interim location fitness',\n 'field.intakes_common.locationDate.name': 'Inventoried date',\n 'field.intakes_common.conditionCheckDate.name': 'Condition date',\n 'field.intakes_common.conditionCheckNote.name': 'Condition note',\n 'field.intakes_common.conditionCheckerOrAssessor.fullName': 'Condition check by',\n 'field.intakes_common.conditionCheckerOrAssessor.name': 'Condition by',\n // movement\n\n 'field.movements_common.movementReferenceNumber.name': 'Object ID',\n 'field.movements_common.normalLocation.name': 'Home location/building',\n 'inputTable.movement.currentLocation': 'Temp location/building',\n 'field.movements_common.currentLocation.fullName': 'Temp location/building',\n 'field.movements_common.currentLocation.name': 'Location/building',\n 'field.movements_common.currentLocationFitness.fullName': 'Temp location/building fitness',\n 'field.movements_common.currentLocationNote.fullName': 'Temp location/building note',\n 'field.movements_common.locationDate.name': 'Inventoried date',\n 'field.movements_common.reasonForMove.name': 'Reason',\n 'field.movements_common.movementContact.fullName': 'Moved by',\n 'field.movements_common.movementContact.name': 'Moved by',\n 'field.movements_common.plannedRemovalDate.name': 'Temp location until',\n 'field.movements_common.removalDate.name': 'Temp location date',\n 'field.movements_common.movementNote.fullName': 'Temp location note',\n 'field.movements_common.movementNote.name': 'Temp location note',\n // person\n\n 'field.persons_common.personTermGroupList.required': 'At least one full name is required. Please enter a value.',\n 'field.persons_common.termDisplayName.fullName': 'Term full name',\n 'field.persons_common.termDisplayName.name': 'Full name',\n 'field.persons_common.forename.fullName': 'Term first name',\n 'field.persons_common.forename.name': 'First name',\n 'field.persons_common.surname.fullName': 'Term last name',\n 'field.persons_common.surname.name': 'Last name',\n 'field.persons_common.birthDateGroup.name': 'Born',\n 'field.persons_common.birthPlace.name': 'Where',\n 'field.persons_common.deathDateGroup.name': 'Died',\n 'field.persons_common.deathPlace.name': 'Where',\n 'field.persons_common.occupation.name': 'Occupation/sphere of activity',\n 'field.persons_common.bioNote.name': 'Note',\n // place\n\n 'field.places_common.placeNote.name': 'Legal description'\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/messages.js?");
|
|
225
51
|
|
|
226
52
|
/***/ }),
|
|
227
53
|
|
|
@@ -229,11 +55,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
229
55
|
/*!******************************!*\
|
|
230
56
|
!*** ./src/plugins/index.js ***!
|
|
231
57
|
\******************************/
|
|
232
|
-
|
|
233
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
58
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
234
59
|
|
|
235
60
|
"use strict";
|
|
236
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _recordTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./recordTypes */ \"./src/plugins/recordTypes/index.js\");\n\n/* harmony default export */
|
|
61
|
+
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 _recordTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./recordTypes */ \"./src/plugins/recordTypes/index.js\");\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ([..._recordTypes__WEBPACK_IMPORTED_MODULE_0__[\"default\"]]);\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/index.js?");
|
|
237
62
|
|
|
238
63
|
/***/ }),
|
|
239
64
|
|
|
@@ -241,11 +66,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _rec
|
|
|
241
66
|
/*!*******************************************************!*\
|
|
242
67
|
!*** ./src/plugins/recordTypes/acquisition/fields.js ***!
|
|
243
68
|
\*******************************************************/
|
|
244
|
-
|
|
245
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
69
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
246
70
|
|
|
247
71
|
"use strict";
|
|
248
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
72
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n AutocompleteInput,\n CompoundInput,\n DateInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_DATE\n } = configContext.dataTypes;\n return {\n document: {\n 'ns2:acquisitions_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/acquisition/domain/lhmc'\n }\n },\n receivedGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n receivedGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.acquisitions_lhmc.receivedGroup.name\",\n \"defaultMessage\": \"Received\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n receivedDate: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.acquisitions_lhmc.receivedDate.fullName\",\n \"defaultMessage\": \"Received date\"\n },\n name: {\n \"id\": \"field.acquisitions_lhmc.receivedDate.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n },\n receivedBy: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.acquisitions_lhmc.receivedBy.fullName\",\n \"defaultMessage\": \"Received by\"\n },\n name: {\n \"id\": \"field.acquisitions_lhmc.receivedBy.name\",\n \"defaultMessage\": \"By\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/ulan,person/shared'\n }\n }\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/acquisition/fields.js?");
|
|
249
73
|
|
|
250
74
|
/***/ }),
|
|
251
75
|
|
|
@@ -253,11 +77,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
253
77
|
/*!***************************************************************!*\
|
|
254
78
|
!*** ./src/plugins/recordTypes/acquisition/forms/default.jsx ***!
|
|
255
79
|
\***************************************************************/
|
|
256
|
-
|
|
257
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
80
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
258
81
|
|
|
259
82
|
"use strict";
|
|
260
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Panel,\n Row,\n Cols,\n Col\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\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(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionReferenceNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"accessionDateGroup\"\n }), /*#__PURE__*/React.createElement(InputTable, {\n name: \"acquisitionAuthorizer\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionAuthorizerDate\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"receivedGroupList\",\n subpath: \"ns2:acquisitions_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"receivedGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"receivedBy\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"receivedDate\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionMethod\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionSources\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionSource\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"owners\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"owner\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"transferOfTitleNumber\"\n }), /*#__PURE__*/React.createElement(Panel, {\n name: \"priceInformation\"\n }, /*#__PURE__*/React.createElement(InputTable, {\n name: \"groupPurchasePrice\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"groupPurchasePriceCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"groupPurchasePriceValue\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"objectPurchasePrice\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectPurchasePriceCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectPurchasePriceValue\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionReason\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalIndividual\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionProvisos\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFunding\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingValue\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingSource\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingSourceProvisos\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"creditLine\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"objectCollectionInformation\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionEventNames\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionEventName\"\n })))));\n};\n
|
|
83
|
+
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 Cols,\n Col\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\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(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionReferenceNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"accessionDateGroup\"\n }), /*#__PURE__*/React.createElement(InputTable, {\n name: \"acquisitionAuthorizer\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionAuthorizerDate\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"receivedGroupList\",\n subpath: \"ns2:acquisitions_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"receivedGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"receivedBy\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"receivedDate\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionMethod\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionSources\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionSource\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"owners\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"owner\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"transferOfTitleNumber\"\n }), /*#__PURE__*/React.createElement(Panel, {\n name: \"priceInformation\"\n }, /*#__PURE__*/React.createElement(InputTable, {\n name: \"groupPurchasePrice\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"groupPurchasePriceCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"groupPurchasePriceValue\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"objectPurchasePrice\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectPurchasePriceCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectPurchasePriceValue\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionReason\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalIndividual\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionProvisos\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFunding\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingValue\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingSource\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"acquisitionFundingSourceProvisos\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"creditLine\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"objectCollectionInformation\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionEventNames\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionEventName\"\n })))));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/acquisition/forms/default.jsx?");
|
|
261
84
|
|
|
262
85
|
/***/ }),
|
|
263
86
|
|
|
@@ -265,11 +88,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
265
88
|
/*!************************************************************!*\
|
|
266
89
|
!*** ./src/plugins/recordTypes/acquisition/forms/index.js ***!
|
|
267
90
|
\************************************************************/
|
|
268
|
-
|
|
269
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
91
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
270
92
|
|
|
271
93
|
"use strict";
|
|
272
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/acquisition/forms/default.jsx\");\n\n/* harmony default export */
|
|
94
|
+
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/acquisition/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/acquisition/forms/index.js?");
|
|
273
95
|
|
|
274
96
|
/***/ }),
|
|
275
97
|
|
|
@@ -277,11 +99,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
277
99
|
/*!******************************************************!*\
|
|
278
100
|
!*** ./src/plugins/recordTypes/acquisition/index.js ***!
|
|
279
101
|
\******************************************************/
|
|
280
|
-
|
|
281
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
102
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
282
103
|
|
|
283
104
|
"use strict";
|
|
284
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/acquisition/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/acquisition/forms/index.js\");\n\n\n/* harmony default export */
|
|
105
|
+
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/acquisition/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/acquisition/forms/index.js\");\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n acquisition: {\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/acquisition/index.js?");
|
|
285
106
|
|
|
286
107
|
/***/ }),
|
|
287
108
|
|
|
@@ -289,11 +110,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
289
110
|
/*!************************************************************!*\
|
|
290
111
|
!*** ./src/plugins/recordTypes/collectionobject/fields.js ***!
|
|
291
112
|
\************************************************************/
|
|
292
|
-
|
|
293
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
294
114
|
|
|
295
115
|
"use strict";
|
|
296
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
116
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n AutocompleteInput,\n OptionPickerInput,\n TermPickerInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n extensions\n } = configContext.config;\n return {\n document: {\n 'ns2:collectionobjects_common': {\n otherNumberList: {\n otherNumber: {\n numberType: {\n [config]: {\n view: {\n type: TermPickerInput,\n props: {\n source: 'numbertype'\n }\n }\n }\n }\n }\n },\n contentPlaces: {\n contentPlace: {\n [config]: {\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn'\n }\n }\n }\n }\n },\n textualInscriptionGroupList: {\n textualInscriptionGroup: {\n inscriptionContentType: {\n [config]: {\n view: {\n props: {\n source: 'lhmcInscriptionTypes'\n }\n }\n }\n },\n inscriptionContentMethod: {\n [config]: {\n view: {\n type: OptionPickerInput,\n props: {\n source: 'inscriptionMethods'\n }\n }\n }\n }\n }\n },\n objectProductionPlaceGroupList: {\n objectProductionPlaceGroup: {\n objectProductionPlace: {\n [config]: {\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn'\n }\n }\n }\n }\n }\n },\n assocPlaceGroupList: {\n assocPlaceGroup: {\n assocPlace: {\n [config]: {\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn'\n }\n }\n }\n }\n }\n },\n ownershipPlace: {\n [config]: {\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn'\n }\n }\n }\n }\n },\n ...extensions.culturalcare.collectionobject.fields\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/fields.js?");
|
|
297
117
|
|
|
298
118
|
/***/ }),
|
|
299
119
|
|
|
@@ -301,11 +121,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
301
121
|
/*!********************************************************************!*\
|
|
302
122
|
!*** ./src/plugins/recordTypes/collectionobject/forms/default.jsx ***!
|
|
303
123
|
\********************************************************************/
|
|
304
|
-
|
|
305
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
124
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
306
125
|
|
|
307
126
|
"use strict";
|
|
308
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Cols,\n Panel,\n Row\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: \"id\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"numberOfObjects\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"otherNumberList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"otherNumber\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"numberValue\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"numberType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartment\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"collection\"\n }), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollections\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollection\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"recordStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"publishToList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publishTo\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryStatusList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryStatus\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescriptions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescription\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"distinguishingFeatures\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"comments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"comment\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"computedCurrentLocation\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationGroupList\",\n subpath: \"ns2:collectionobjects_annotation\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"annotationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"annotationType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationAuthor\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleLanguage\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"titleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationLanguage\"\n })))))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameSystem\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"desc\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"copyNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectStatusList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectStatus\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"sex\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"phase\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"forms\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"form\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"editionNumber\"\n }), /*#__PURE__*/React.createElement(InputTable, {\n name: \"age\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ageQualifier\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"age\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ageUnit\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"styles\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"style\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"colors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"color\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"material\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponentNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialSource\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"physicalDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentInformation\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttribute\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurement\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurementUnit\"\n }))))), extensions.dimension.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"content\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguages\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguage\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivity\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcepts\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcept\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPositions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPosition\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObject\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectType\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeoples\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeople\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPersons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPerson\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganizations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganization\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOther\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherType\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"textInscript\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"textualInscriptionGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"textualInscriptionGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContent\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentInscriber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentDateGroup\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentPosition\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentScript\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentMethod\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentInterpretation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentTransliteration\"\n }))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"nonTextInscript\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"nonTextualInscriptionGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"nonTextualInscriptionGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionInscriber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionDateGroup\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionPosition\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionMethod\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionInterpretation\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"prod\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technique\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionReasons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionReason\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeople\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"hist\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"assoc\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivity\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocObject\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocConcept\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContext\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeople\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceNote\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(InputTable, {\n name: \"assocEvent\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventNameType\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventOrganizations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventOrganization\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPeoples\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPeople\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPersons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPerson\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPlaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocStructuredDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateNote\"\n })))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectHistoryNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"usageGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"usageGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"usage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"usageNote\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"owners\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"owner\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipDateGroup\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipAccess\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipCategory\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipPlace\"\n }))), /*#__PURE__*/React.createElement(InputTable, {\n name: \"ownershipExchange\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangeMethod\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangeNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangePriceCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangePriceValue\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"owner\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownersPersonalExperience\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownersPersonalResponse\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownersReferences\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownersReference\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"ownersContributionNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"viewer\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"viewersRole\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersPersonalExperience\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersPersonalResponse\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersReferences\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"viewersReference\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersContributionNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"reference\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"reference\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"referenceNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"collect\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionMethod\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionSources\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionSource\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollector\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldColEventNames\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldColEventName\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionFeature\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionNote\"\n })))), extensions.culturalcare.collectionobject.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"rights\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightType\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightBeginDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightEndDate\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolderGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolderGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolder\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolderContact\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightJurisdiction\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"standardizedRightStatement\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"rightStatement\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightNote\"\n }))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"rightsin\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsInGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsInGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInTypes\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInType\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInBeginDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightInEndDate\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"agreementSent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"agreementReceived\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"agreementSigned\"\n })), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInRestrictions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInRestriction\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightReproductionStatement\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"rightInNote\"\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\n/* harmony default export */ __webpack_exports__[\"default\"] = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/forms/default.jsx?");
|
|
127
|
+
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 Cols,\n Panel,\n Row\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: \"id\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"numberOfObjects\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"otherNumberList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"otherNumber\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"numberValue\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"numberType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartment\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"collection\"\n }), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollections\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollection\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"recordStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"publishToList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publishTo\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryStatusList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryStatus\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescriptions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescription\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"distinguishingFeatures\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"comments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"comment\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"computedCurrentLocation\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationGroupList\",\n subpath: \"ns2:collectionobjects_annotation\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"annotationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"annotationType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"annotationAuthor\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleLanguage\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"titleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationLanguage\"\n })))))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameSystem\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"desc\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"copyNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectStatusList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectStatus\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"sex\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"phase\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"forms\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"form\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"editionNumber\"\n }), /*#__PURE__*/React.createElement(InputTable, {\n name: \"age\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ageQualifier\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"age\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ageUnit\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"styles\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"style\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"colors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"color\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"material\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponentNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialSource\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"physicalDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectComponentInformation\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttribute\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurement\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurementUnit\"\n }))))), extensions.dimension.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"content\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguages\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguage\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivity\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcepts\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcept\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPositions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPosition\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObject\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectType\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeoples\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeople\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPersons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPerson\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganizations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganization\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOther\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherType\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"textInscript\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"textualInscriptionGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"textualInscriptionGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContent\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentInscriber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentDateGroup\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentPosition\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentScript\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentMethod\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentInterpretation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionContentTransliteration\"\n }))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"nonTextInscript\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"nonTextualInscriptionGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"nonTextualInscriptionGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionInscriber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionDateGroup\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionPosition\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionMethod\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"inscriptionDescriptionInterpretation\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"prod\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technique\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionReasons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionReason\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeople\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"hist\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"assoc\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivity\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocActivityNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocObject\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocObjectNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocConcept\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocConceptNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContext\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocCulturalContextNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocOrganizationNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeople\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPeopleNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPersonNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocPlaceNote\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(InputTable, {\n name: \"assocEvent\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventNameType\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventOrganizations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventOrganization\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPeoples\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPeople\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPersons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPerson\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPlaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"assocEventNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"assocStructuredDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"assocDateNote\"\n })))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectHistoryNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"usageGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"usageGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"usage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"usageNote\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"owners\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"owner\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipDateGroup\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipAccess\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipCategory\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipPlace\"\n }))), /*#__PURE__*/React.createElement(InputTable, {\n name: \"ownershipExchange\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangeMethod\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangeNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangePriceCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownershipExchangePriceValue\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"owner\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownersPersonalExperience\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownersPersonalResponse\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"ownersReferences\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownersReference\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"ownersContributionNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"viewer\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"viewersRole\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersPersonalExperience\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersPersonalResponse\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersReferences\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"viewersReference\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"viewersContributionNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"reference\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"reference\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"referenceNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"collect\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionMethod\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionSources\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionSource\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollector\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldColEventNames\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"fieldColEventName\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionFeature\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"fieldCollectionNote\"\n })))), extensions.culturalcare.collectionobject.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"rights\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightType\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightBeginDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightEndDate\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolderGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolderGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolder\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightHolderContact\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightJurisdiction\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"standardizedRightStatement\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"rightStatement\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightNote\"\n }))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"rightsin\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsInGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightsInGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInTypes\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInType\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInBeginDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"rightInEndDate\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"agreementSent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"agreementReceived\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"agreementSigned\"\n })), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInRestrictions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"rightInRestriction\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"rightReproductionStatement\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"rightInNote\"\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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/forms/default.jsx?");
|
|
309
128
|
|
|
310
129
|
/***/ }),
|
|
311
130
|
|
|
@@ -313,11 +132,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
313
132
|
/*!*****************************************************************!*\
|
|
314
133
|
!*** ./src/plugins/recordTypes/collectionobject/forms/index.js ***!
|
|
315
134
|
\*****************************************************************/
|
|
316
|
-
|
|
317
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
135
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
318
136
|
|
|
319
137
|
"use strict";
|
|
320
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/collectionobject/forms/default.jsx\");\n/* harmony import */ var _photo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./photo */ \"./src/plugins/recordTypes/collectionobject/forms/photo.jsx\");\n/* harmony import */ var _public__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./public */ \"./src/plugins/recordTypes/collectionobject/forms/public.jsx\");\n\n\n\n/* harmony default export */
|
|
138
|
+
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/collectionobject/forms/default.jsx\");\n/* harmony import */ var _photo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./photo */ \"./src/plugins/recordTypes/collectionobject/forms/photo.jsx\");\n/* harmony import */ var _public__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./public */ \"./src/plugins/recordTypes/collectionobject/forms/public.jsx\");\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n default: (0,_default__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n photo: (0,_photo__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext),\n public: (0,_public__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(configContext),\n timebased: {\n disabled: true\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/forms/index.js?");
|
|
321
139
|
|
|
322
140
|
/***/ }),
|
|
323
141
|
|
|
@@ -325,11 +143,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
325
143
|
/*!******************************************************************!*\
|
|
326
144
|
!*** ./src/plugins/recordTypes/collectionobject/forms/photo.jsx ***!
|
|
327
145
|
\******************************************************************/
|
|
328
|
-
|
|
329
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
146
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
330
147
|
|
|
331
148
|
"use strict";
|
|
332
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field\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: \"id\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"numberOfObjects\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartment\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"collection\"\n }), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollections\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollection\"\n }))))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescriptions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescription\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"distinguishingFeatures\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleLanguage\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"titleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationLanguage\"\n })))))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameSystem\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"desc\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"copyNumber\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"editionNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"colors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"color\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"material\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponentNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialSource\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"physicalDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttribute\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurement\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurementUnit\"\n }))), /*#__PURE__*/React.createElement(Col, null)), extensions.dimension.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"content\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguages\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguage\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivity\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcepts\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcept\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPositions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPosition\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObject\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectType\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeoples\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeople\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPersons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPerson\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganizations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganization\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOther\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherType\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentNote\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"prod\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technique\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceRole\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"reference\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"reference\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"referenceNote\"\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\n/* harmony default export */ __webpack_exports__[\"default\"] = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/forms/photo.jsx?");
|
|
149
|
+
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 Field\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: \"id\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"numberOfObjects\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartment\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"collection\"\n }), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollections\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"namedCollection\"\n }))))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescriptions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescription\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"distinguishingFeatures\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleLanguage\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"titleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationLanguage\"\n })))))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameSystem\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"desc\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"copyNumber\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"editionNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"colors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"color\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"material\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponentNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialSource\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"physicalDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttribute\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurement\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"technicalAttributeMeasurementUnit\"\n }))), /*#__PURE__*/React.createElement(Col, null)), extensions.dimension.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"content\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentDescription\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguages\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentLanguage\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivities\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentActivity\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcepts\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcept\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPositions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPosition\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentObject\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentObjectType\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeoples\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPeople\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPersons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPerson\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlaces\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentPlace\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganizations\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOrganization\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentEventNameType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentOther\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"contentOtherType\"\n }))))), /*#__PURE__*/React.createElement(Field, {\n name: \"contentNote\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"prod\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"technique\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"techniqueType\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceRole\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"reference\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"referenceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"reference\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"referenceNote\"\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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/forms/photo.jsx?");
|
|
333
150
|
|
|
334
151
|
/***/ }),
|
|
335
152
|
|
|
@@ -337,11 +154,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
337
154
|
/*!*******************************************************************!*\
|
|
338
155
|
!*** ./src/plugins/recordTypes/collectionobject/forms/public.jsx ***!
|
|
339
156
|
\*******************************************************************/
|
|
340
|
-
|
|
341
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
157
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
342
158
|
|
|
343
159
|
"use strict";
|
|
344
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field\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: \"id\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartment\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescriptions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescription\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleLanguage\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"titleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationLanguage\"\n })))))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameSystem\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"desc\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"colors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"color\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"material\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponentNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialSource\"\n }))), extensions.dimension.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"content\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcepts\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcept\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"prod\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceRole\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeople\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationRole\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"hist\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectHistoryNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"owner\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownersContributionNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"viewer\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"viewersContributionNote\"\n })));\n};\n
|
|
160
|
+
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 Field\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: \"id\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartments\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"responsibleDepartment\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescriptions\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"briefDescription\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleLanguage\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"titleType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationSubGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"titleTranslationLanguage\"\n })))))))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameSystem\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameLanguage\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectNameNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"desc\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"colors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"color\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"materialGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"material\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponent\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialComponentNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"materialSource\"\n }))), extensions.dimension.form, /*#__PURE__*/React.createElement(Panel, {\n name: \"content\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcepts\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"contentConcept\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"prod\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionDateGroup\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlace\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPlaceRole\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeople\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPeopleRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionPersonRole\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganization\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"objectProductionOrganizationRole\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"hist\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"objectHistoryNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"owner\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"ownersContributionNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"viewer\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"viewersContributionNote\"\n })));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/forms/public.jsx?");
|
|
345
161
|
|
|
346
162
|
/***/ }),
|
|
347
163
|
|
|
@@ -349,11 +165,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
349
165
|
/*!***********************************************************!*\
|
|
350
166
|
!*** ./src/plugins/recordTypes/collectionobject/index.js ***!
|
|
351
167
|
\***********************************************************/
|
|
352
|
-
|
|
353
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
168
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
354
169
|
|
|
355
170
|
"use strict";
|
|
356
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/collectionobject/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/collectionobject/forms/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./messages */ \"./src/plugins/recordTypes/collectionobject/messages.js\");\n/* harmony import */ var _optionLists__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./optionLists */ \"./src/plugins/recordTypes/collectionobject/optionLists.js\");\n\n\n\n\n/* harmony default export */
|
|
171
|
+
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/collectionobject/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/collectionobject/forms/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./messages */ \"./src/plugins/recordTypes/collectionobject/messages.js\");\n/* harmony import */ var _optionLists__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./optionLists */ \"./src/plugins/recordTypes/collectionobject/optionLists.js\");\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n optionLists: _optionLists__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n recordTypes: {\n collectionobject: {\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext),\n messages: (0,_messages__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/index.js?");
|
|
357
172
|
|
|
358
173
|
/***/ }),
|
|
359
174
|
|
|
@@ -361,11 +176,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
361
176
|
/*!**************************************************************!*\
|
|
362
177
|
!*** ./src/plugins/recordTypes/collectionobject/messages.js ***!
|
|
363
178
|
\**************************************************************/
|
|
364
|
-
|
|
365
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
179
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
366
180
|
|
|
367
181
|
"use strict";
|
|
368
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
182
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n extensions\n } = configContext.config;\n return {\n panel: {\n ...extensions.culturalcare.collectionobject.messages.panel\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/messages.js?");
|
|
369
183
|
|
|
370
184
|
/***/ }),
|
|
371
185
|
|
|
@@ -373,11 +187,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
373
187
|
/*!*****************************************************************!*\
|
|
374
188
|
!*** ./src/plugins/recordTypes/collectionobject/optionLists.js ***!
|
|
375
189
|
\*****************************************************************/
|
|
376
|
-
|
|
377
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
190
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
378
191
|
|
|
379
192
|
"use strict";
|
|
380
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
193
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n objectStatuses: {\n values: ['copy', 'forgery', 'holotype', 'original', 'paralectotype', 'paratype', 'type'],\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n original: {\n \"id\": \"option.objectStatuses.original\",\n \"defaultMessage\": \"original\"\n }\n })\n },\n // The options for textual inscription types are customized for lhmc, but the ones for\n // non-textual inscription types aren't, so add a new option list instead of modifying the\n // inscriptionTypes option list.\n lhmcInscriptionTypes: {\n values: ['hallmark', 'stamp', 'signature', 'maker\\'s-mark', 'paper-tag', 'cloth-label'],\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n hallmark: {\n \"id\": \"option.lhmcInscriptionTypes.hallmark\",\n \"defaultMessage\": \"hallmark\"\n },\n stamp: {\n \"id\": \"option.lhmcInscriptionTypes.stamp\",\n \"defaultMessage\": \"stamp\"\n },\n signature: {\n \"id\": \"option.lhmcInscriptionTypes.signature\",\n \"defaultMessage\": \"signature\"\n },\n 'maker\\'s-mark': {\n \"id\": \"option.lhmcInscriptionTypes.maker's-mark\",\n \"defaultMessage\": \"maker's mark\"\n },\n 'paper-tag': {\n \"id\": \"option.lhmcInscriptionTypes.paper-tag\",\n \"defaultMessage\": \"paper tag\"\n },\n 'cloth-label': {\n \"id\": \"option.lhmcInscriptionTypes.cloth-label\",\n \"defaultMessage\": \"cloth label\"\n }\n })\n },\n inscriptionMethods: {\n values: ['engraved', 'painted', 'stenciled', 'etched', 'embossed', 'stamped', 'embroidered', 'pen-and-ink', 'pencil'],\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n engraved: {\n \"id\": \"option.inscriptionMethods.engraved\",\n \"defaultMessage\": \"engraved\"\n },\n painted: {\n \"id\": \"option.inscriptionMethods.painted\",\n \"defaultMessage\": \"painted\"\n },\n stenciled: {\n \"id\": \"option.inscriptionMethods.stenciled\",\n \"defaultMessage\": \"stenciled\"\n },\n etched: {\n \"id\": \"option.inscriptionMethods.etched\",\n \"defaultMessage\": \"etched\"\n },\n embossed: {\n \"id\": \"option.inscriptionMethods.embossed\",\n \"defaultMessage\": \"embossed\"\n },\n stamped: {\n \"id\": \"option.inscriptionMethods.stamped\",\n \"defaultMessage\": \"stamped\"\n },\n embroidered: {\n \"id\": \"option.inscriptionMethods.embroidered\",\n \"defaultMessage\": \"embroidered\"\n },\n 'pen-and-ink': {\n \"id\": \"option.inscriptionMethods.pen-and-ink\",\n \"defaultMessage\": \"pen & ink\"\n },\n pencil: {\n \"id\": \"option.inscriptionMethods.pencil\",\n \"defaultMessage\": \"pencil\"\n }\n })\n }\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/collectionobject/optionLists.js?");
|
|
381
194
|
|
|
382
195
|
/***/ }),
|
|
383
196
|
|
|
@@ -385,11 +198,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
385
198
|
/*!******************************************************************!*\
|
|
386
199
|
!*** ./src/plugins/recordTypes/conditioncheck/advancedSearch.js ***!
|
|
387
200
|
\******************************************************************/
|
|
388
|
-
|
|
389
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
201
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
390
202
|
|
|
391
203
|
"use strict";
|
|
392
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
204
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n OP_EQ,\n OP_CONTAIN,\n OP_RANGE\n } = configContext.searchOperators;\n const {\n defaultAdvancedSearchBooleanOp,\n extensions\n } = configContext.config;\n return {\n op: defaultAdvancedSearchBooleanOp,\n value: [{\n op: OP_CONTAIN,\n path: 'ns2:conditionchecks_common/conditionCheckRefNumber'\n }, {\n op: OP_RANGE,\n path: 'ns2:conditionchecks_common/conditionCheckAssessmentDate'\n }, {\n op: OP_EQ,\n path: 'ns2:conditionchecks_common/objectAuditCategory'\n }, {\n op: OP_EQ,\n path: 'ns2:conditionchecks_common/conservationTreatmentPriority'\n }, {\n op: OP_RANGE,\n path: 'ns2:conditionchecks_common/nextConditionCheckDate'\n }, {\n op: OP_EQ,\n path: 'ns2:conditionchecks_lhmc/conditionCheckLHMCGroupList/conditionCheckLHMCGroup/conditionLHMC'\n }, ...extensions.core.advancedSearch]\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/advancedSearch.js?");
|
|
393
205
|
|
|
394
206
|
/***/ }),
|
|
395
207
|
|
|
@@ -397,11 +209,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
397
209
|
/*!***********************************************************!*\
|
|
398
210
|
!*** ./src/plugins/recordTypes/conditioncheck/columns.js ***!
|
|
399
211
|
\***********************************************************/
|
|
400
|
-
|
|
401
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
212
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
402
213
|
|
|
403
214
|
"use strict";
|
|
404
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
215
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n formatRefName\n } = configContext.formatHelpers;\n return {\n default: {\n condition: {\n disabled: true\n },\n conditionLHMC: {\n formatValue: formatRefName,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n label: {\n \"id\": \"column.conditioncheck.default.conditionLHMC\",\n \"defaultMessage\": \"Condition\"\n }\n }),\n order: 20,\n sortBy: 'conditionchecks_lhmc:conditionCheckLHMCGroupList/0/conditionLHMC',\n width: 450\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/columns.js?");
|
|
405
216
|
|
|
406
217
|
/***/ }),
|
|
407
218
|
|
|
@@ -409,11 +220,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
409
220
|
/*!**********************************************************!*\
|
|
410
221
|
!*** ./src/plugins/recordTypes/conditioncheck/fields.js ***!
|
|
411
222
|
\**********************************************************/
|
|
412
|
-
|
|
413
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
223
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
414
224
|
|
|
415
225
|
"use strict";
|
|
416
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
226
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n CompoundInput,\n DateInput,\n TermPickerInput,\n TextInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_DATE\n } = configContext.dataTypes;\n return {\n document: {\n 'ns2:conditionchecks_common': {\n conditionCheckGroupList: {\n // Replaced by conditionCheckLHMCGroupList. Hide from search.\n [config]: {\n searchDisabled: true\n }\n }\n },\n 'ns2:conditionchecks_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/conditioncheck/domain/lhmc'\n }\n },\n conditionCheckLHMCGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n conditionCheckLHMCGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.conditionchecks_lhmc.conditionCheckLHMCGroup.name\",\n \"defaultMessage\": \"Condition\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n conditionLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.conditionLHMC.fullName\",\n \"defaultMessage\": \"Condition description\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.conditionLHMC.name\",\n \"defaultMessage\": \"Description\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'condition'\n }\n }\n }\n },\n conditionFacetLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.conditionFacetLHMC.fullName\",\n \"defaultMessage\": \"Condition facet\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.conditionFacetLHMC.name\",\n \"defaultMessage\": \"Facet\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'conditionfacet'\n }\n }\n }\n },\n conditionDateLHMC: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.conditionDateLHMC.fullName\",\n \"defaultMessage\": \"Condition date\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.conditionDateLHMC.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n },\n conditionNoteLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.conditionNoteLHMC.fullName\",\n \"defaultMessage\": \"Condition note\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.conditionNoteLHMC.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n }\n }\n },\n maintenanceDate: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.maintenanceDate.fullName\",\n \"defaultMessage\": \"Maintenance date\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.maintenanceDate.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n },\n maintenanceCycle: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.maintenanceCycle.fullName\",\n \"defaultMessage\": \"Maintenance cycle\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.maintenanceCycle.name\",\n \"defaultMessage\": \"Cycle\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'maintenancecycle'\n }\n }\n }\n },\n maintenanceNote: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.conditionchecks_lhmc.maintenanceNote.fullName\",\n \"defaultMessage\": \"Maintenance note\"\n },\n name: {\n \"id\": \"field.conditionchecks_lhmc.maintenanceNote.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/fields.js?");
|
|
417
227
|
|
|
418
228
|
/***/ }),
|
|
419
229
|
|
|
@@ -421,11 +231,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
421
231
|
/*!******************************************************************!*\
|
|
422
232
|
!*** ./src/plugins/recordTypes/conditioncheck/forms/default.jsx ***!
|
|
423
233
|
\******************************************************************/
|
|
424
|
-
|
|
425
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
234
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
426
235
|
|
|
427
236
|
"use strict";
|
|
428
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"conditionCheckAndTechAssessmentInfo\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckRefNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckAssessmentDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckMethod\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReason\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionChecker\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"objectConditionAndTechAssessmentInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectAuditCategory\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conservationTreatmentPriority\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nextConditionCheckDate\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"completenessGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"completenessGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"completeness\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"completenessDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"completenessNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"hazardGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"hazardGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"hazard\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"hazardDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"hazardNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessmentGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessmentGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessment\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessmentDate\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckLHMCGroupList\",\n subpath: \"ns2:conditionchecks_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckLHMCGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionFacetLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionDateLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionNoteLHMC\"\n }))), /*#__PURE__*/React.createElement(InputTable, {\n name: \"maintenance\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"maintenanceDate\",\n subpath: \"ns2:conditionchecks_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maintenanceCycle\",\n subpath: \"ns2:conditionchecks_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maintenanceNote\",\n subpath: \"ns2:conditionchecks_lhmc\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNoteGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNoteGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNoteDate\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"objectRequirementInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"displayRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"handlingRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"securityRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"storageRequirements\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"envRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"packingRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"specialRequirements\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalRequirements\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeld\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldBeginDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldEndDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldRenewDate\"\n }))), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCodeGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCodeGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCode\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCodeDate\"\n })))), /*#__PURE__*/React.createElement(Col, null))));\n};\n
|
|
237
|
+
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 Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"conditionCheckAndTechAssessmentInfo\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckRefNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckAssessmentDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckMethod\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReason\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionChecker\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"objectConditionAndTechAssessmentInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"objectAuditCategory\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conservationTreatmentPriority\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nextConditionCheckDate\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"completenessGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"completenessGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"completeness\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"completenessDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"completenessNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"hazardGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"hazardGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"hazard\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"hazardDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"hazardNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessmentGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessmentGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessment\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"techAssessmentDate\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckLHMCGroupList\",\n subpath: \"ns2:conditionchecks_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckLHMCGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionFacetLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionDateLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionNoteLHMC\"\n }))), /*#__PURE__*/React.createElement(InputTable, {\n name: \"maintenance\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"maintenanceDate\",\n subpath: \"ns2:conditionchecks_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maintenanceCycle\",\n subpath: \"ns2:conditionchecks_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"maintenanceNote\",\n subpath: \"ns2:conditionchecks_lhmc\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNoteGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNoteGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"envConditionNoteDate\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"objectRequirementInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"displayRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"handlingRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"securityRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"storageRequirements\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"envRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"packingRecommendations\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"specialRequirements\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalRequirements\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeld\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldBeginDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldEndDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"legalReqsHeldRenewDate\"\n }))), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCodeGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCodeGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCode\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"salvagePriorityCodeDate\"\n })))), /*#__PURE__*/React.createElement(Col, null))));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/forms/default.jsx?");
|
|
429
238
|
|
|
430
239
|
/***/ }),
|
|
431
240
|
|
|
@@ -433,11 +242,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
433
242
|
/*!***************************************************************!*\
|
|
434
243
|
!*** ./src/plugins/recordTypes/conditioncheck/forms/index.js ***!
|
|
435
244
|
\***************************************************************/
|
|
436
|
-
|
|
437
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
245
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
438
246
|
|
|
439
247
|
"use strict";
|
|
440
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/conditioncheck/forms/default.jsx\");\n\n/* harmony default export */
|
|
248
|
+
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/conditioncheck/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/forms/index.js?");
|
|
441
249
|
|
|
442
250
|
/***/ }),
|
|
443
251
|
|
|
@@ -445,11 +253,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
445
253
|
/*!*********************************************************!*\
|
|
446
254
|
!*** ./src/plugins/recordTypes/conditioncheck/index.js ***!
|
|
447
255
|
\*********************************************************/
|
|
448
|
-
|
|
449
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
256
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
450
257
|
|
|
451
258
|
"use strict";
|
|
452
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _advancedSearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./advancedSearch */ \"./src/plugins/recordTypes/conditioncheck/advancedSearch.js\");\n/* harmony import */ var _columns__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./columns */ \"./src/plugins/recordTypes/conditioncheck/columns.js\");\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/conditioncheck/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/conditioncheck/forms/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./messages */ \"./src/plugins/recordTypes/conditioncheck/messages.js\");\n/* harmony import */ var _title__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./title */ \"./src/plugins/recordTypes/conditioncheck/title.js\");\n\n\n\n\n\n\n/* harmony default export */
|
|
259
|
+
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 _advancedSearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./advancedSearch */ \"./src/plugins/recordTypes/conditioncheck/advancedSearch.js\");\n/* harmony import */ var _columns__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./columns */ \"./src/plugins/recordTypes/conditioncheck/columns.js\");\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/conditioncheck/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/conditioncheck/forms/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./messages */ \"./src/plugins/recordTypes/conditioncheck/messages.js\");\n/* harmony import */ var _title__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./title */ \"./src/plugins/recordTypes/conditioncheck/title.js\");\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n conditioncheck: {\n messages: _messages__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n advancedSearch: (0,_advancedSearch__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n columns: (0,_columns__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext),\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(configContext),\n title: (0,_title__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/index.js?");
|
|
453
260
|
|
|
454
261
|
/***/ }),
|
|
455
262
|
|
|
@@ -457,11 +264,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _adv
|
|
|
457
264
|
/*!************************************************************!*\
|
|
458
265
|
!*** ./src/plugins/recordTypes/conditioncheck/messages.js ***!
|
|
459
266
|
\************************************************************/
|
|
460
|
-
|
|
461
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
267
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
462
268
|
|
|
463
269
|
"use strict";
|
|
464
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
270
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n inputTable: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n maintenance: {\n \"id\": \"inputTable.conditioncheck.maintenance\",\n \"defaultMessage\": \"Maintenance\"\n }\n })\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/messages.js?");
|
|
465
271
|
|
|
466
272
|
/***/ }),
|
|
467
273
|
|
|
@@ -469,11 +275,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
469
275
|
/*!*********************************************************!*\
|
|
470
276
|
!*** ./src/plugins/recordTypes/conditioncheck/title.js ***!
|
|
471
277
|
\*********************************************************/
|
|
472
|
-
|
|
473
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
278
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
474
279
|
|
|
475
280
|
"use strict";
|
|
476
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
281
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => data => {\n const {\n getPart,\n deepGet\n } = configContext.recordDataHelpers;\n const {\n formatRefName\n } = configContext.formatHelpers;\n if (!data) {\n return '';\n }\n const common = getPart(data, 'conditionchecks_common');\n const lhmc = getPart(data, 'conditionchecks_lhmc');\n const conditioncheckRefNumber = common && common.get('conditionCheckRefNumber');\n const condition = lhmc && deepGet(lhmc, ['conditionCheckLHMCGroupList', 'conditionCheckLHMCGroup', 0, 'conditionLHMC']);\n const formattedCondition = formatRefName(condition);\n return [conditioncheckRefNumber, formattedCondition].filter(part => !!part).join(' – ');\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/conditioncheck/title.js?");
|
|
477
282
|
|
|
478
283
|
/***/ }),
|
|
479
284
|
|
|
@@ -481,11 +286,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
481
286
|
/*!******************************************************!*\
|
|
482
287
|
!*** ./src/plugins/recordTypes/exhibition/fields.js ***!
|
|
483
288
|
\******************************************************/
|
|
484
|
-
|
|
485
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
289
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
486
290
|
|
|
487
291
|
"use strict";
|
|
488
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
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 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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n TextInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n return {\n document: {\n 'ns2:exhibitions_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/exhibition/domain/lhmc'\n }\n },\n restrictions: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.exhibitions_lhmc.restrictions.name\",\n \"defaultMessage\": \"Restrictions\"\n }\n }),\n view: {\n type: TextInput,\n props: {\n multiline: true\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/exhibition/fields.js?");
|
|
489
293
|
|
|
490
294
|
/***/ }),
|
|
491
295
|
|
|
@@ -493,11 +297,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
493
297
|
/*!**************************************************************!*\
|
|
494
298
|
!*** ./src/plugins/recordTypes/exhibition/forms/default.jsx ***!
|
|
495
299
|
\**************************************************************/
|
|
496
|
-
|
|
497
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
300
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
498
301
|
|
|
499
302
|
"use strict";
|
|
500
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field\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(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"type\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"sponsors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"sponsor\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"organizers\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"organizer\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"publishToList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publishTo\"\n })))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"venueGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"venueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"venue\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueOpeningDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueClosingDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueAttendance\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueUrl\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroupTitle\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroupNote\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPersonRole\"\n }))))))), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"planningNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"curatorialNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"generalNote\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"boilerplateText\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"restrictions\",\n subpath: \"ns2:exhibitions_lhmc\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationStartDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationEndDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReference\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"planningInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionLocation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionObjects\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"exhibitedObjectInformation\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectConsCheckDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectConsTreatment\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectMount\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectSection\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectCase\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectSeqNum\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectRotation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectNote\"\n })))));\n};\n
|
|
303
|
+
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 Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field\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(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"type\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"title\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"sponsors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"sponsor\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"organizers\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"organizer\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"publishToList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publishTo\"\n })))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"venueGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"venueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"venue\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueOpeningDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueClosingDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueAttendance\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"venueUrl\"\n })))), /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroup\"\n }, /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroupTitle\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"workingGroupNote\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPersonGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionPersonRole\"\n }))))))), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"planningNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"curatorialNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"generalNote\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"boilerplateText\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"restrictions\",\n subpath: \"ns2:exhibitions_lhmc\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationStartDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationEndDateGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"galleryRotationNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReference\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionReferenceNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"planningInfo\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionLocation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionObjects\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionSectionNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionStatusNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"exhibitedObjectInformation\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectName\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectConsCheckDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectConsTreatment\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectMount\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectSection\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectCase\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectSeqNum\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectRotation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"exhibitionObjectNote\"\n })))));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/exhibition/forms/default.jsx?");
|
|
501
304
|
|
|
502
305
|
/***/ }),
|
|
503
306
|
|
|
@@ -505,11 +308,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
505
308
|
/*!***********************************************************!*\
|
|
506
309
|
!*** ./src/plugins/recordTypes/exhibition/forms/index.js ***!
|
|
507
310
|
\***********************************************************/
|
|
508
|
-
|
|
509
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
311
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
510
312
|
|
|
511
313
|
"use strict";
|
|
512
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/exhibition/forms/default.jsx\");\n\n/* harmony default export */
|
|
314
|
+
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/exhibition/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/exhibition/forms/index.js?");
|
|
513
315
|
|
|
514
316
|
/***/ }),
|
|
515
317
|
|
|
@@ -517,11 +319,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
517
319
|
/*!*****************************************************!*\
|
|
518
320
|
!*** ./src/plugins/recordTypes/exhibition/index.js ***!
|
|
519
321
|
\*****************************************************/
|
|
520
|
-
|
|
521
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
322
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
522
323
|
|
|
523
324
|
"use strict";
|
|
524
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/exhibition/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/exhibition/forms/index.js\");\n\n\n/* harmony default export */
|
|
325
|
+
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/exhibition/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/exhibition/forms/index.js\");\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n exhibition: {\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/exhibition/index.js?");
|
|
525
326
|
|
|
526
327
|
/***/ }),
|
|
527
328
|
|
|
@@ -529,11 +330,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
529
330
|
/*!******************************************!*\
|
|
530
331
|
!*** ./src/plugins/recordTypes/index.js ***!
|
|
531
332
|
\******************************************/
|
|
532
|
-
|
|
533
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
333
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
534
334
|
|
|
535
335
|
"use strict";
|
|
536
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _acquisition__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./acquisition */ \"./src/plugins/recordTypes/acquisition/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 _exhibition__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./exhibition */ \"./src/plugins/recordTypes/exhibition/index.js\");\n/* harmony import */ var _intake__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./intake */ \"./src/plugins/recordTypes/intake/index.js\");\n/* harmony import */ var _iterationreport__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./iterationreport */ \"./src/plugins/recordTypes/iterationreport/index.js\");\n/* harmony import */ var _loanin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./loanin */ \"./src/plugins/recordTypes/loanin/index.js\");\n/* harmony import */ var _loanout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./loanout */ \"./src/plugins/recordTypes/loanout/index.js\");\n/* harmony import */ var _movement__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./movement */ \"./src/plugins/recordTypes/movement/index.js\");\n/* harmony import */ var _person__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./person */ \"./src/plugins/recordTypes/person/index.js\");\n/* harmony import */ var _place__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./place */ \"./src/plugins/recordTypes/place/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */
|
|
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 _acquisition__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./acquisition */ \"./src/plugins/recordTypes/acquisition/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 _exhibition__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./exhibition */ \"./src/plugins/recordTypes/exhibition/index.js\");\n/* harmony import */ var _intake__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./intake */ \"./src/plugins/recordTypes/intake/index.js\");\n/* harmony import */ var _iterationreport__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./iterationreport */ \"./src/plugins/recordTypes/iterationreport/index.js\");\n/* harmony import */ var _loanin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./loanin */ \"./src/plugins/recordTypes/loanin/index.js\");\n/* harmony import */ var _loanout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./loanout */ \"./src/plugins/recordTypes/loanout/index.js\");\n/* harmony import */ var _movement__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./movement */ \"./src/plugins/recordTypes/movement/index.js\");\n/* harmony import */ var _person__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./person */ \"./src/plugins/recordTypes/person/index.js\");\n/* harmony import */ var _place__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./place */ \"./src/plugins/recordTypes/place/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ([_acquisition__WEBPACK_IMPORTED_MODULE_0__[\"default\"], _collectionobject__WEBPACK_IMPORTED_MODULE_1__[\"default\"], _conditioncheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"], _exhibition__WEBPACK_IMPORTED_MODULE_3__[\"default\"], _intake__WEBPACK_IMPORTED_MODULE_4__[\"default\"], _iterationreport__WEBPACK_IMPORTED_MODULE_5__[\"default\"], _loanin__WEBPACK_IMPORTED_MODULE_6__[\"default\"], _loanout__WEBPACK_IMPORTED_MODULE_7__[\"default\"], _movement__WEBPACK_IMPORTED_MODULE_8__[\"default\"], _person__WEBPACK_IMPORTED_MODULE_9__[\"default\"], _place__WEBPACK_IMPORTED_MODULE_10__[\"default\"]]);\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/index.js?");
|
|
537
337
|
|
|
538
338
|
/***/ }),
|
|
539
339
|
|
|
@@ -541,11 +341,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _acq
|
|
|
541
341
|
/*!**************************************************!*\
|
|
542
342
|
!*** ./src/plugins/recordTypes/intake/fields.js ***!
|
|
543
343
|
\**************************************************/
|
|
544
|
-
|
|
545
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
344
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
546
345
|
|
|
547
346
|
"use strict";
|
|
548
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
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 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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n CompoundInput,\n OptionPickerInput,\n TextInput,\n AutocompleteInput,\n TermPickerInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_FLOAT\n } = configContext.dataTypes;\n return {\n document: {\n 'ns2:intakes_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/intake/domain/lhmc'\n }\n },\n receivedBy: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.receivedBy.name\",\n \"defaultMessage\": \"Received by\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/shared,person/ulan,organization/local,organization/shared'\n }\n }\n }\n },\n intakeStatus: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.intakeStatus.name\",\n \"defaultMessage\": \"Intake status\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'intakestatus'\n }\n }\n }\n },\n insuredBy: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.insuredBy.name\",\n \"defaultMessage\": \"Insured by\"\n }\n }),\n view: {\n type: OptionPickerInput,\n props: {\n source: 'insuredByValues'\n }\n }\n }\n },\n premiumGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n premiumGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.premiumGroup.name\",\n \"defaultMessage\": \"Premium\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n premiumCurrency: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.intakes_lhmc.premiumCurrency.fullName\",\n \"defaultMessage\": \"Premium currency\"\n },\n name: {\n \"id\": \"field.intakes_lhmc.premiumCurrency.name\",\n \"defaultMessage\": \"Currency\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'currency'\n }\n }\n }\n },\n premiumValue: {\n [config]: {\n dataType: DATA_TYPE_FLOAT,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.intakes_lhmc.premiumValue.fullName\",\n \"defaultMessage\": \"Premium value\"\n },\n name: {\n \"id\": \"field.intakes_lhmc.premiumValue.name\",\n \"defaultMessage\": \"Value\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n }\n }\n },\n insuredValueGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n insuredValueGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.insuredValueGroup.name\",\n \"defaultMessage\": \"Insured value\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n insuredValueCurrency: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.intakes_lhmc.insuredValueCurrency.fullName\",\n \"defaultMessage\": \"Insured value currency\"\n },\n name: {\n \"id\": \"field.intakes_lhmc.insuredValueCurrency.name\",\n \"defaultMessage\": \"Currency\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'currency'\n }\n }\n }\n },\n insuredValue: {\n [config]: {\n dataType: DATA_TYPE_FLOAT,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.intakes_lhmc.insuredValue.fullName\",\n \"defaultMessage\": \"Insured value\"\n },\n name: {\n \"id\": \"field.intakes_lhmc.insuredValue.name\",\n \"defaultMessage\": \"Value\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n }\n }\n },\n inventoriedBy: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.inventoriedBy.name\",\n \"defaultMessage\": \"Inventoried by\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/shared,person/ulan'\n }\n }\n }\n },\n intakeCondition: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.intakes_lhmc.intakeCondition.name\",\n \"defaultMessage\": \"Condition\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'condition'\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/intake/fields.js?");
|
|
549
348
|
|
|
550
349
|
/***/ }),
|
|
551
350
|
|
|
@@ -553,11 +352,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
553
352
|
/*!**********************************************************!*\
|
|
554
353
|
!*** ./src/plugins/recordTypes/intake/forms/default.jsx ***!
|
|
555
354
|
\**********************************************************/
|
|
556
|
-
|
|
557
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
355
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
558
356
|
|
|
559
357
|
"use strict";
|
|
560
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"objectEntryInfo\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"entryNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"entryDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"receivedBy\",\n subpath: \"ns2:intakes_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"entryReason\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"entryMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"entryMethod\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"returnDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentOwners\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentOwner\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"depositorGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"depositorGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"depositor\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"depositorsRequirements\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"intakeStatus\",\n subpath: \"ns2:intakes_lhmc\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalIndividual\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"entryNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"packingNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"valuation\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"valuer\"\n }), /*#__PURE__*/React.createElement(\"div\", null))), /*#__PURE__*/React.createElement(Panel, {\n name: \"insurance\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"insurers\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"insurer\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"insurancePolicyNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuranceRenewalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"premiumGroupList\",\n subpath: \"ns2:intakes_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"premiumGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"premiumCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"premiumValue\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"insuranceNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuredBy\",\n subpath: \"ns2:intakes_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValueGroupList\",\n subpath: \"ns2:intakes_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValueCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValue\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"location\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationFitness\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationNote\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"locationDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inventoriedBy\",\n subpath: \"ns2:intakes_lhmc\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"condition\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckMethod\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReasons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReason\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckersOrAssessors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckerOrAssessor\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReferenceNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"intakeCondition\",\n subpath: \"ns2:intakes_lhmc\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckNote\"\n })));\n};\n
|
|
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 */ });\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"objectEntryInfo\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"entryNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"entryDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"receivedBy\",\n subpath: \"ns2:intakes_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"entryReason\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"entryMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"entryMethod\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"returnDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentOwners\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentOwner\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"depositorGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"depositorGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"depositor\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"depositorsRequirements\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"intakeStatus\",\n subpath: \"ns2:intakes_lhmc\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"approvalGroup\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalIndividual\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalStatus\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"approvalNote\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"entryNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"packingNote\"\n })), /*#__PURE__*/React.createElement(Panel, {\n name: \"valuation\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"valuer\"\n }), /*#__PURE__*/React.createElement(\"div\", null))), /*#__PURE__*/React.createElement(Panel, {\n name: \"insurance\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"insurers\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"insurer\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"insurancePolicyNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuranceRenewalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"premiumGroupList\",\n subpath: \"ns2:intakes_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"premiumGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"premiumCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"premiumValue\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"insuranceNote\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuredBy\",\n subpath: \"ns2:intakes_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValueGroupList\",\n subpath: \"ns2:intakes_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValueGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValueCurrency\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"insuredValue\"\n })))))), /*#__PURE__*/React.createElement(Panel, {\n name: \"location\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationFitness\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationNote\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"locationDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"inventoriedBy\",\n subpath: \"ns2:intakes_lhmc\"\n }))), /*#__PURE__*/React.createElement(Panel, {\n name: \"condition\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckMethod\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReasons\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReason\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckersOrAssessors\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckerOrAssessor\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckReferenceNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"intakeCondition\",\n subpath: \"ns2:intakes_lhmc\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"conditionCheckNote\"\n })));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/intake/forms/default.jsx?");
|
|
561
359
|
|
|
562
360
|
/***/ }),
|
|
563
361
|
|
|
@@ -565,11 +363,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
565
363
|
/*!*******************************************************!*\
|
|
566
364
|
!*** ./src/plugins/recordTypes/intake/forms/index.js ***!
|
|
567
365
|
\*******************************************************/
|
|
568
|
-
|
|
569
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
366
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
570
367
|
|
|
571
368
|
"use strict";
|
|
572
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/intake/forms/default.jsx\");\n\n/* harmony default export */
|
|
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 */ });\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/intake/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/intake/forms/index.js?");
|
|
573
370
|
|
|
574
371
|
/***/ }),
|
|
575
372
|
|
|
@@ -577,11 +374,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
577
374
|
/*!*************************************************!*\
|
|
578
375
|
!*** ./src/plugins/recordTypes/intake/index.js ***!
|
|
579
376
|
\*************************************************/
|
|
580
|
-
|
|
581
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
377
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
582
378
|
|
|
583
379
|
"use strict";
|
|
584
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/intake/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/intake/forms/index.js\");\n/* harmony import */ var _optionLists__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./optionLists */ \"./src/plugins/recordTypes/intake/optionLists.js\");\n\n\n\n/* harmony default export */
|
|
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/intake/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/intake/forms/index.js\");\n/* harmony import */ var _optionLists__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./optionLists */ \"./src/plugins/recordTypes/intake/optionLists.js\");\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n optionLists: _optionLists__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n recordTypes: {\n intake: {\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/intake/index.js?");
|
|
585
381
|
|
|
586
382
|
/***/ }),
|
|
587
383
|
|
|
@@ -589,11 +385,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
589
385
|
/*!*******************************************************!*\
|
|
590
386
|
!*** ./src/plugins/recordTypes/intake/optionLists.js ***!
|
|
591
387
|
\*******************************************************/
|
|
592
|
-
|
|
593
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
388
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
594
389
|
|
|
595
390
|
"use strict";
|
|
596
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
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 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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n insuredByValues: {\n values: ['lender', 'borrower'],\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n lender: {\n \"id\": \"option.insuredByValues.lender\",\n \"defaultMessage\": \"lender\"\n },\n borrower: {\n \"id\": \"option.insuredByValues.borrower\",\n \"defaultMessage\": \"borrower\"\n }\n })\n }\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/intake/optionLists.js?");
|
|
597
392
|
|
|
598
393
|
/***/ }),
|
|
599
394
|
|
|
@@ -601,11 +396,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
601
396
|
/*!**********************************************************!*\
|
|
602
397
|
!*** ./src/plugins/recordTypes/iterationreport/index.js ***!
|
|
603
398
|
\**********************************************************/
|
|
604
|
-
|
|
605
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
399
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
606
400
|
|
|
607
401
|
"use strict";
|
|
608
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
402
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => ({\n recordTypes: {\n iterationreport: {\n disabled: true\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/iterationreport/index.js?");
|
|
609
403
|
|
|
610
404
|
/***/ }),
|
|
611
405
|
|
|
@@ -613,11 +407,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
613
407
|
/*!**********************************************************!*\
|
|
614
408
|
!*** ./src/plugins/recordTypes/loanin/advancedSearch.js ***!
|
|
615
409
|
\**********************************************************/
|
|
616
|
-
|
|
617
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
410
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
618
411
|
|
|
619
412
|
"use strict";
|
|
620
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
413
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n OP_EQ,\n OP_CONTAIN,\n OP_RANGE\n } = configContext.searchOperators;\n const {\n defaultAdvancedSearchBooleanOp,\n extensions\n } = configContext.config;\n return {\n op: defaultAdvancedSearchBooleanOp,\n value: [{\n op: OP_CONTAIN,\n path: 'ns2:loansin_common/loanInNumber'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_common/loanPurpose'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_lhmc/loaninStatusLHMCGroupList/loaninStatusLHMCGroup/loaninStatusLHMC'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_common/lenderGroupList/lenderGroup/lender'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_common/lenderGroupList/lenderGroup/lendersContact'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_common/lenderGroupList/lenderGroup/lendersAuthorizer'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_common/borrowersContact'\n }, {\n op: OP_EQ,\n path: 'ns2:loansin_common/borrowersAuthorizer'\n }, {\n op: OP_RANGE,\n path: 'ns2:loansin_common/loanInDate'\n }, {\n op: OP_RANGE,\n path: 'ns2:loansin_common/loanReturnDate'\n }, {\n op: OP_RANGE,\n path: 'ns2:loansin_common/loanRenewalApplicationDate'\n }, ...extensions.core.advancedSearch]\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanin/advancedSearch.js?");
|
|
621
414
|
|
|
622
415
|
/***/ }),
|
|
623
416
|
|
|
@@ -625,11 +418,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
625
418
|
/*!**************************************************!*\
|
|
626
419
|
!*** ./src/plugins/recordTypes/loanin/fields.js ***!
|
|
627
420
|
\**************************************************/
|
|
628
|
-
|
|
629
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
421
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
630
422
|
|
|
631
423
|
"use strict";
|
|
632
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
424
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n CompoundInput,\n DateInput,\n TextInput,\n AutocompleteInput,\n TermPickerInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_DATE\n } = configContext.dataTypes;\n return {\n document: {\n 'ns2:loansin_common': {\n loanStatusGroupList: {\n // Replaced by loaninStatusLHMCGroupList. Hide from search.\n [config]: {\n searchDisabled: true\n }\n }\n },\n 'ns2:loansin_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/loanin/domain/lhmc'\n }\n },\n // TODO: This custom loan status group adds an authorizer field. It was added to the LHMC\n // profile before the loanGroup and loanIndividual fields were added to loanStatusGroup in\n // core. Now that those fields exist in the core loan status group, this custom group can\n // be retired, but existing data will need to be migrated.\n loaninStatusLHMCGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n loaninStatusLHMCGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.loansin_lhmc.loaninStatusLHMCGroup.name\",\n \"defaultMessage\": \"Loan status\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n loaninStatusLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansin_lhmc.loaninStatusLHMC.fullName\",\n \"defaultMessage\": \"Loan status\"\n },\n name: {\n \"id\": \"field.loansin_lhmc.loaninStatusLHMC.name\",\n \"defaultMessage\": \"Status\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'loanoutstatus'\n }\n }\n }\n },\n loaninStatusDateLHMC: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansin_lhmc.loaninStatusDateLHMC.fullName\",\n \"defaultMessage\": \"Loan status date\"\n },\n name: {\n \"id\": \"field.loansin_lhmc.loaninStatusDateLHMC.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n },\n loaninStatusNoteLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansin_lhmc.loaninStatusNoteLHMC.fullName\",\n \"defaultMessage\": \"Loan status note\"\n },\n name: {\n \"id\": \"field.loansin_lhmc.loaninStatusNoteLHMC.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n loaninStatusAuthorizerLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansin_lhmc.loaninStatusAuthorizerLHMC.fullName\",\n \"defaultMessage\": \"Loan status authorizer\"\n },\n name: {\n \"id\": \"field.loansin_lhmc.loaninStatusAuthorizerLHMC.name\",\n \"defaultMessage\": \"Authorizer\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/shared,person/ulan'\n }\n }\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanin/fields.js?");
|
|
633
425
|
|
|
634
426
|
/***/ }),
|
|
635
427
|
|
|
@@ -637,11 +429,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
637
429
|
/*!**********************************************************!*\
|
|
638
430
|
!*** ./src/plugins/recordTypes/loanin/forms/default.jsx ***!
|
|
639
431
|
\**********************************************************/
|
|
640
|
-
|
|
641
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
432
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
642
433
|
|
|
643
434
|
"use strict";
|
|
644
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\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(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanInNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanPurpose\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusLHMCGroupList\",\n subpath: \"ns2:loansin_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusLHMCGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusDateLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusNoteLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusAuthorizerLHMC\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"lenderGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"lenderGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"lender\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizationDate\"\n }))), /*#__PURE__*/React.createElement(InputTable, {\n name: \"borrower\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizationDate\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanInConditions\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanInNote\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanInDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanReturnDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanRenewalApplicationDate\"\n }))));\n};\n
|
|
435
|
+
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 } = configContext.layoutComponents;\n const {\n Field,\n InputTable\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(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanInNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanPurpose\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusLHMCGroupList\",\n subpath: \"ns2:loansin_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusLHMCGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusDateLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusNoteLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loaninStatusAuthorizerLHMC\"\n }))), /*#__PURE__*/React.createElement(Field, {\n name: \"lenderGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"lenderGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"lender\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizationDate\"\n }))), /*#__PURE__*/React.createElement(InputTable, {\n name: \"borrower\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizationDate\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanInConditions\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanInNote\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanInDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanReturnDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanRenewalApplicationDate\"\n }))));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanin/forms/default.jsx?");
|
|
645
436
|
|
|
646
437
|
/***/ }),
|
|
647
438
|
|
|
@@ -649,11 +440,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
649
440
|
/*!*******************************************************!*\
|
|
650
441
|
!*** ./src/plugins/recordTypes/loanin/forms/index.js ***!
|
|
651
442
|
\*******************************************************/
|
|
652
|
-
|
|
653
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
443
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
654
444
|
|
|
655
445
|
"use strict";
|
|
656
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/loanin/forms/default.jsx\");\n\n/* harmony default export */
|
|
446
|
+
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/loanin/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanin/forms/index.js?");
|
|
657
447
|
|
|
658
448
|
/***/ }),
|
|
659
449
|
|
|
@@ -661,11 +451,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
661
451
|
/*!*************************************************!*\
|
|
662
452
|
!*** ./src/plugins/recordTypes/loanin/index.js ***!
|
|
663
453
|
\*************************************************/
|
|
664
|
-
|
|
665
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
454
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
666
455
|
|
|
667
456
|
"use strict";
|
|
668
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _advancedSearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./advancedSearch */ \"./src/plugins/recordTypes/loanin/advancedSearch.js\");\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/loanin/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/loanin/forms/index.js\");\n\n\n\n/* harmony default export */
|
|
457
|
+
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 _advancedSearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./advancedSearch */ \"./src/plugins/recordTypes/loanin/advancedSearch.js\");\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/loanin/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/loanin/forms/index.js\");\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n loanin: {\n advancedSearch: (0,_advancedSearch__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanin/index.js?");
|
|
669
458
|
|
|
670
459
|
/***/ }),
|
|
671
460
|
|
|
@@ -673,11 +462,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _adv
|
|
|
673
462
|
/*!***********************************************************!*\
|
|
674
463
|
!*** ./src/plugins/recordTypes/loanout/advancedSearch.js ***!
|
|
675
464
|
\***********************************************************/
|
|
676
|
-
|
|
677
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
465
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
678
466
|
|
|
679
467
|
"use strict";
|
|
680
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
468
|
+
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 default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n OP_EQ,\n OP_CONTAIN,\n OP_RANGE\n } = configContext.searchOperators;\n const {\n defaultAdvancedSearchBooleanOp,\n extensions\n } = configContext.config;\n return {\n op: defaultAdvancedSearchBooleanOp,\n value: [{\n op: OP_CONTAIN,\n path: 'ns2:loansout_common/loanOutNumber'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_common/loanPurpose'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_common/lendersAuthorizer'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_common/lendersContact'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_common/borrower'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_common/borrowersContact'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_common/borrowersAuthorizer'\n }, {\n op: OP_EQ,\n path: 'ns2:loansout_lhmc/loanoutStatusLHMCGroupList/loanoutStatusLHMCGroup/loanoutStatusLHMC'\n }, {\n op: OP_RANGE,\n path: 'ns2:loansout_common/loanOutDate'\n }, {\n op: OP_RANGE,\n path: 'ns2:loansout_common/loanReturnDate'\n }, {\n op: OP_RANGE,\n path: 'ns2:loansout_common/loanRenewalApplicationDate'\n }, ...extensions.core.advancedSearch]\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanout/advancedSearch.js?");
|
|
681
469
|
|
|
682
470
|
/***/ }),
|
|
683
471
|
|
|
@@ -685,11 +473,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
|
|
|
685
473
|
/*!***************************************************!*\
|
|
686
474
|
!*** ./src/plugins/recordTypes/loanout/fields.js ***!
|
|
687
475
|
\***************************************************/
|
|
688
|
-
|
|
689
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
476
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
690
477
|
|
|
691
478
|
"use strict";
|
|
692
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
479
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n CompoundInput,\n DateInput,\n TextInput,\n AutocompleteInput,\n TermPickerInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_DATE\n } = configContext.dataTypes;\n return {\n document: {\n 'ns2:loansout_common': {\n loanStatusGroupList: {\n // Replaced by loanoutStatusLHMCGroupList. Hide from search.\n [config]: {\n searchDisabled: true\n }\n }\n },\n 'ns2:loansout_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/loanout/domain/lhmc'\n }\n },\n // TODO: This custom loan status group adds an authorizer field. It was added to the LHMC\n // profile before the loanGroup and loanIndividual fields were added to loanStatusGroup in\n // core. Now that those fields exist in the core loan status group, this custom group can\n // be retired, but existing data will need to be migrated.\n loanoutStatusLHMCGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n loanoutStatusLHMCGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.loansout_lhmc.loanoutStatusLHMCGroup.name\",\n \"defaultMessage\": \"Loan status\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n loanoutStatusLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansout_lhmc.loanoutStatusLHMC.fullName\",\n \"defaultMessage\": \"Loan status\"\n },\n name: {\n \"id\": \"field.loansout_lhmc.loanoutStatusLHMC.name\",\n \"defaultMessage\": \"Status\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'loanoutstatus'\n }\n }\n }\n },\n loanoutStatusDateLHMC: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansout_lhmc.loanoutStatusDateLHMC.fullName\",\n \"defaultMessage\": \"Loan status date\"\n },\n name: {\n \"id\": \"field.loansout_lhmc.loanoutStatusDateLHMC.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n },\n loanoutStatusNoteLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansout_lhmc.loanoutStatusNoteLHMC.fullName\",\n \"defaultMessage\": \"Loan status note\"\n },\n name: {\n \"id\": \"field.loansout_lhmc.loanoutStatusNoteLHMC.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n loanoutStatusAuthorizerLHMC: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.loansout_lhmc.loanoutStatusAuthorizerLHMC.fullName\",\n \"defaultMessage\": \"Loan status authorizer\"\n },\n name: {\n \"id\": \"field.loansout_lhmc.loanoutStatusAuthorizerLHMC.name\",\n \"defaultMessage\": \"Authorizer\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/shared,person/ulan,organization/local,organization/shared'\n }\n }\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanout/fields.js?");
|
|
693
480
|
|
|
694
481
|
/***/ }),
|
|
695
482
|
|
|
@@ -697,11 +484,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
697
484
|
/*!***********************************************************!*\
|
|
698
485
|
!*** ./src/plugins/recordTypes/loanout/forms/default.jsx ***!
|
|
699
486
|
\***********************************************************/
|
|
700
|
-
|
|
701
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
487
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
702
488
|
|
|
703
489
|
"use strict";
|
|
704
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\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(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanOutNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanPurpose\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"lender\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizationDate\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"borrower\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"borrower\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizationDate\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"specialConditionsOfLoan\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanOutNote\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusLHMCGroupList\",\n subpath: \"ns2:loansout_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusLHMCGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusDateLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusNoteLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusAuthorizerLHMC\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanOutDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanReturnDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanRenewalApplicationDate\"\n }))));\n};\n
|
|
490
|
+
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 } = configContext.layoutComponents;\n const {\n Field,\n InputTable\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(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanOutNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanPurpose\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"lender\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"lendersAuthorizationDate\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"borrower\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"borrower\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizer\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"borrowersAuthorizationDate\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"specialConditionsOfLoan\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanOutNote\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusLHMCGroupList\",\n subpath: \"ns2:loansout_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusLHMCGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusDateLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusNoteLHMC\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanoutStatusAuthorizerLHMC\"\n }))), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"loanOutDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanReturnDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"loanRenewalApplicationDate\"\n }))));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanout/forms/default.jsx?");
|
|
705
491
|
|
|
706
492
|
/***/ }),
|
|
707
493
|
|
|
@@ -709,11 +495,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
709
495
|
/*!********************************************************!*\
|
|
710
496
|
!*** ./src/plugins/recordTypes/loanout/forms/index.js ***!
|
|
711
497
|
\********************************************************/
|
|
712
|
-
|
|
713
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
498
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
714
499
|
|
|
715
500
|
"use strict";
|
|
716
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/loanout/forms/default.jsx\");\n\n/* harmony default export */
|
|
501
|
+
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/loanout/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanout/forms/index.js?");
|
|
717
502
|
|
|
718
503
|
/***/ }),
|
|
719
504
|
|
|
@@ -721,11 +506,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
721
506
|
/*!**************************************************!*\
|
|
722
507
|
!*** ./src/plugins/recordTypes/loanout/index.js ***!
|
|
723
508
|
\**************************************************/
|
|
724
|
-
|
|
725
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
509
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
726
510
|
|
|
727
511
|
"use strict";
|
|
728
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _advancedSearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./advancedSearch */ \"./src/plugins/recordTypes/loanout/advancedSearch.js\");\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/loanout/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/loanout/forms/index.js\");\n\n\n\n/* harmony default export */
|
|
512
|
+
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 _advancedSearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./advancedSearch */ \"./src/plugins/recordTypes/loanout/advancedSearch.js\");\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/loanout/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/loanout/forms/index.js\");\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n loanout: {\n advancedSearch: (0,_advancedSearch__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/loanout/index.js?");
|
|
729
513
|
|
|
730
514
|
/***/ }),
|
|
731
515
|
|
|
@@ -733,11 +517,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _adv
|
|
|
733
517
|
/*!****************************************************!*\
|
|
734
518
|
!*** ./src/plugins/recordTypes/movement/fields.js ***!
|
|
735
519
|
\****************************************************/
|
|
736
|
-
|
|
737
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
520
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
738
521
|
|
|
739
522
|
"use strict";
|
|
740
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
523
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n AutocompleteInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n return {\n document: {\n 'ns2:movements_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/movement/domain/lhmc'\n }\n },\n tempLocAuthorizedBy: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.movements_lhmc.tempLocAuthorizedBy.name\",\n \"defaultMessage\": \"Temp location authorized by\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/shared,person/ulan'\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/movement/fields.js?");
|
|
741
524
|
|
|
742
525
|
/***/ }),
|
|
743
526
|
|
|
@@ -745,11 +528,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
745
528
|
/*!************************************************************!*\
|
|
746
529
|
!*** ./src/plugins/recordTypes/movement/forms/default.jsx ***!
|
|
747
530
|
\************************************************************/
|
|
748
|
-
|
|
749
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
531
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
750
532
|
|
|
751
533
|
"use strict";
|
|
752
|
-
eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContext => {\n const {\n React\n } = configContext.lib;\n const {\n Col,\n Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"location\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"movementReferenceNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"normalLocation\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"currentLocation\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationFitness\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationNote\"\n })), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"locationDate\"\n })), /*#__PURE__*/React.createElement(Col, null))), /*#__PURE__*/React.createElement(Panel, {\n name: \"movement\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"reasonForMove\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"movementMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"movementMethod\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"plannedRemovalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"removalDate\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"tempLocAuthorizedBy\",\n subpath: \"ns2:movements_lhmc\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"movementContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"movementNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"inventory\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryActionRequired\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"frequencyForInventory\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nextInventoryDate\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryContactList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryContact\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryNote\"\n })))));\n};\n
|
|
534
|
+
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 Cols,\n Panel,\n Row\n } = configContext.layoutComponents;\n const {\n Field,\n InputTable\n } = configContext.recordComponents;\n return /*#__PURE__*/React.createElement(Field, {\n name: \"document\"\n }, /*#__PURE__*/React.createElement(Panel, {\n name: \"location\",\n collapsible: true\n }, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"movementReferenceNumber\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"normalLocation\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"currentLocation\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocation\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationFitness\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"currentLocationNote\"\n })), /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"locationDate\"\n })), /*#__PURE__*/React.createElement(Col, null))), /*#__PURE__*/React.createElement(Panel, {\n name: \"movement\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"reasonForMove\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"movementMethods\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"movementMethod\"\n })), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"plannedRemovalDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"removalDate\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"tempLocAuthorizedBy\",\n subpath: \"ns2:movements_lhmc\"\n })), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"movementContact\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"movementNote\"\n })))), /*#__PURE__*/React.createElement(Panel, {\n name: \"inventory\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Cols, null, /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryActionRequired\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"frequencyForInventory\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryDate\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"nextInventoryDate\"\n }))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryContactList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryContact\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"inventoryNote\"\n })))));\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/movement/forms/default.jsx?");
|
|
753
535
|
|
|
754
536
|
/***/ }),
|
|
755
537
|
|
|
@@ -757,11 +539,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
757
539
|
/*!*********************************************************!*\
|
|
758
540
|
!*** ./src/plugins/recordTypes/movement/forms/index.js ***!
|
|
759
541
|
\*********************************************************/
|
|
760
|
-
|
|
761
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
542
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
762
543
|
|
|
763
544
|
"use strict";
|
|
764
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/movement/forms/default.jsx\");\n\n/* harmony default export */
|
|
545
|
+
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/movement/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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/movement/forms/index.js?");
|
|
765
546
|
|
|
766
547
|
/***/ }),
|
|
767
548
|
|
|
@@ -769,11 +550,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
769
550
|
/*!***************************************************!*\
|
|
770
551
|
!*** ./src/plugins/recordTypes/movement/index.js ***!
|
|
771
552
|
\***************************************************/
|
|
772
|
-
|
|
773
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
553
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
774
554
|
|
|
775
555
|
"use strict";
|
|
776
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/movement/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/movement/forms/index.js\");\n\n\n/* harmony default export */
|
|
556
|
+
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/movement/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/movement/forms/index.js\");\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n movement: {\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/movement/index.js?");
|
|
777
557
|
|
|
778
558
|
/***/ }),
|
|
779
559
|
|
|
@@ -781,11 +561,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
781
561
|
/*!**************************************************!*\
|
|
782
562
|
!*** ./src/plugins/recordTypes/person/fields.js ***!
|
|
783
563
|
\**************************************************/
|
|
784
|
-
|
|
785
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
564
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
786
565
|
|
|
787
566
|
"use strict";
|
|
788
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
567
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n AutocompleteInput,\n CompoundInput,\n TermPickerInput,\n TextInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n return {\n document: {\n 'ns2:persons_common': {\n birthPlace: {\n [config]: {\n messages: {\n // Add a fullName message\n fullName: {\n id: 'field.persons_common.birthPlace.fullName',\n defaultMessage: 'Where born'\n }\n },\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn'\n }\n }\n }\n },\n deathPlace: {\n [config]: {\n messages: {\n // Add a fullName message\n fullName: {\n id: 'field.persons_common.deathPlace.fullName',\n defaultMessage: 'Where died'\n }\n },\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn'\n }\n }\n }\n }\n },\n 'ns2:persons_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/person/domain/lhmc'\n }\n },\n relatedPerson: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.relatedPerson.fullName\",\n \"defaultMessage\": \"Related person name\"\n },\n name: {\n \"id\": \"field.persons_lhmc.relatedPerson.name\",\n \"defaultMessage\": \"Name\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local,person/ulan,person/shared'\n }\n }\n }\n },\n relationshipType: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.relationshipType.fullName\",\n \"defaultMessage\": \"Related person type\"\n },\n name: {\n \"id\": \"field.persons_lhmc.relationshipType.name\",\n \"defaultMessage\": \"Type\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'personrelationship'\n }\n }\n }\n },\n relationshipNote: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.relationshipNote.fullName\",\n \"defaultMessage\": \"Related person note\"\n },\n name: {\n \"id\": \"field.persons_lhmc.relationshipNote.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n placeOrResidence: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.placeOrResidence.fullName\",\n \"defaultMessage\": \"Place/geographical area of residence name\"\n },\n name: {\n \"id\": \"field.persons_lhmc.placeOrResidence.name\",\n \"defaultMessage\": \"Name\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'place/local,place/tgn,place/shared'\n }\n }\n }\n },\n placeNote: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.placeNote.fullName\",\n \"defaultMessage\": \"Place/geographical area of residence note\"\n },\n name: {\n \"id\": \"field.persons_lhmc.placeNote.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n publicationsPersonGroupList: {\n // This whole group was misnamed in 4.x. It's a citation, not a person.\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n publicationsPersonGroup: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.persons_lhmc.publicationsPersonGroup.name\",\n \"defaultMessage\": \"Publication\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n publicationsPerson: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.publicationsPerson.fullName\",\n \"defaultMessage\": \"Publication name\"\n },\n name: {\n \"id\": \"field.persons_lhmc.publicationsPerson.name\",\n \"defaultMessage\": \"Name\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'citation/local,citation/worldcat,citation/shared'\n }\n }\n }\n },\n publicationsPersonNote: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n fullName: {\n \"id\": \"field.persons_lhmc.publicationsPersonNote.fullName\",\n \"defaultMessage\": \"Publication note\"\n },\n name: {\n \"id\": \"field.persons_lhmc.publicationsPersonNote.name\",\n \"defaultMessage\": \"Note\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/person/fields.js?");
|
|
789
568
|
|
|
790
569
|
/***/ }),
|
|
791
570
|
|
|
@@ -793,11 +572,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
793
572
|
/*!**********************************************************!*\
|
|
794
573
|
!*** ./src/plugins/recordTypes/person/forms/default.jsx ***!
|
|
795
574
|
\**********************************************************/
|
|
796
|
-
|
|
797
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
575
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
798
576
|
|
|
799
577
|
"use strict";
|
|
800
|
-
eval("__webpack_require__.r(__webpack_exports__);\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(Field, {\n name: \"publicationsPersonGroupList\",\n subpath: \"ns2:persons_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publicationsPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publicationsPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"publicationsPersonNote\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"nameNote\"\n }), /*#__PURE__*/React.createElement(InputTable, {\n name: \"relatedPerson\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"relatedPerson\",\n subpath: \"ns2:persons_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"relationshipType\",\n subpath: \"ns2:persons_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"relationshipNote\",\n subpath: \"ns2:persons_lhmc\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"place\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeOrResidence\",\n subpath: \"ns2:persons_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"placeNote\",\n subpath: \"ns2:persons_lhmc\"\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: \"birthDateGroupList\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"birthDateGroup\"\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: \"suppliedBirthDate\"\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\n/* harmony default export */ __webpack_exports__[\"default\"] = (configContext => ({\n template: template(configContext)\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/person/forms/default.jsx?");
|
|
578
|
+
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(Field, {\n name: \"publicationsPersonGroupList\",\n subpath: \"ns2:persons_lhmc\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publicationsPersonGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"publicationsPerson\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"publicationsPersonNote\"\n })))), /*#__PURE__*/React.createElement(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"nameNote\"\n }), /*#__PURE__*/React.createElement(InputTable, {\n name: \"relatedPerson\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"relatedPerson\",\n subpath: \"ns2:persons_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"relationshipType\",\n subpath: \"ns2:persons_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"relationshipNote\",\n subpath: \"ns2:persons_lhmc\"\n })), /*#__PURE__*/React.createElement(InputTable, {\n name: \"place\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"placeOrResidence\",\n subpath: \"ns2:persons_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"placeNote\",\n subpath: \"ns2:persons_lhmc\"\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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/person/forms/default.jsx?");
|
|
801
579
|
|
|
802
580
|
/***/ }),
|
|
803
581
|
|
|
@@ -805,11 +583,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
805
583
|
/*!*******************************************************!*\
|
|
806
584
|
!*** ./src/plugins/recordTypes/person/forms/index.js ***!
|
|
807
585
|
\*******************************************************/
|
|
808
|
-
|
|
809
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
586
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
810
587
|
|
|
811
588
|
"use strict";
|
|
812
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/person/forms/default.jsx\");\n\n/* harmony default export */
|
|
589
|
+
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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/person/forms/index.js?");
|
|
813
590
|
|
|
814
591
|
/***/ }),
|
|
815
592
|
|
|
@@ -817,11 +594,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
817
594
|
/*!*************************************************!*\
|
|
818
595
|
!*** ./src/plugins/recordTypes/person/index.js ***!
|
|
819
596
|
\*************************************************/
|
|
820
|
-
|
|
821
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
597
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
822
598
|
|
|
823
599
|
"use strict";
|
|
824
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/person/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/person/forms/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./messages */ \"./src/plugins/recordTypes/person/messages.js\");\n\n\n\n/* harmony default export */
|
|
600
|
+
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/person/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/person/forms/index.js\");\n/* harmony import */ var _messages__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./messages */ \"./src/plugins/recordTypes/person/messages.js\");\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n person: {\n messages: _messages__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/person/index.js?");
|
|
825
601
|
|
|
826
602
|
/***/ }),
|
|
827
603
|
|
|
@@ -829,11 +605,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
829
605
|
/*!****************************************************!*\
|
|
830
606
|
!*** ./src/plugins/recordTypes/person/messages.js ***!
|
|
831
607
|
\****************************************************/
|
|
832
|
-
|
|
833
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
608
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
834
609
|
|
|
835
610
|
"use strict";
|
|
836
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
611
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n inputTable: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n place: {\n \"id\": \"inputTable.person.place\",\n \"defaultMessage\": \"Place and/or geographical area of residence\"\n },\n relatedPerson: {\n \"id\": \"inputTable.person.relatedPerson\",\n \"defaultMessage\": \"Related person\"\n }\n })\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/person/messages.js?");
|
|
837
612
|
|
|
838
613
|
/***/ }),
|
|
839
614
|
|
|
@@ -841,11 +616,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
841
616
|
/*!*************************************************!*\
|
|
842
617
|
!*** ./src/plugins/recordTypes/place/fields.js ***!
|
|
843
618
|
\*************************************************/
|
|
844
|
-
|
|
845
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
619
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
846
620
|
|
|
847
621
|
"use strict";
|
|
848
|
-
eval("__webpack_require__.r(__webpack_exports__);\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\n/* harmony default export */
|
|
622
|
+
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\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configContext => {\n const {\n TextInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n return {\n document: {\n 'ns2:places_lhmc': {\n [config]: {\n service: {\n ns: 'http://collectionspace.org/services/place/domain/lhmc'\n }\n },\n placeWidth: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.places_lhmc.placeWidth.name\",\n \"defaultMessage\": \"Width\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n placeLength: {\n [config]: {\n messages: (0,react_intl__WEBPACK_IMPORTED_MODULE_0__.defineMessages)({\n name: {\n \"id\": \"field.places_lhmc.placeLength.name\",\n \"defaultMessage\": \"Length\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n }\n }\n }\n };\n});\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/place/fields.js?");
|
|
849
623
|
|
|
850
624
|
/***/ }),
|
|
851
625
|
|
|
@@ -853,11 +627,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var reac
|
|
|
853
627
|
/*!*********************************************************!*\
|
|
854
628
|
!*** ./src/plugins/recordTypes/place/forms/default.jsx ***!
|
|
855
629
|
\*********************************************************/
|
|
856
|
-
|
|
857
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
630
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
858
631
|
|
|
859
632
|
"use strict";
|
|
860
|
-
eval("__webpack_require__.r(__webpack_exports__);\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(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"placeType\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"placeWidth\",\n subpath: \"ns2:places_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"placeLength\",\n subpath: \"ns2:places_lhmc\"\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
|
|
633
|
+
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(Col, null, /*#__PURE__*/React.createElement(Field, {\n name: \"placeType\"\n }), /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Field, {\n name: \"placeWidth\",\n subpath: \"ns2:places_lhmc\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"placeLength\",\n subpath: \"ns2:places_lhmc\"\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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/place/forms/default.jsx?");
|
|
861
634
|
|
|
862
635
|
/***/ }),
|
|
863
636
|
|
|
@@ -865,11 +638,10 @@ eval("__webpack_require__.r(__webpack_exports__);\nconst template = configContex
|
|
|
865
638
|
/*!******************************************************!*\
|
|
866
639
|
!*** ./src/plugins/recordTypes/place/forms/index.js ***!
|
|
867
640
|
\******************************************************/
|
|
868
|
-
|
|
869
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
641
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
870
642
|
|
|
871
643
|
"use strict";
|
|
872
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _default__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./default */ \"./src/plugins/recordTypes/place/forms/default.jsx\");\n\n/* harmony default export */
|
|
644
|
+
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://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/place/forms/index.js?");
|
|
873
645
|
|
|
874
646
|
/***/ }),
|
|
875
647
|
|
|
@@ -877,11 +649,98 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _def
|
|
|
877
649
|
/*!************************************************!*\
|
|
878
650
|
!*** ./src/plugins/recordTypes/place/index.js ***!
|
|
879
651
|
\************************************************/
|
|
880
|
-
|
|
881
|
-
|
|
652
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
653
|
+
|
|
654
|
+
"use strict";
|
|
655
|
+
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 _fields__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fields */ \"./src/plugins/recordTypes/place/fields.js\");\n/* harmony import */ var _forms__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./forms */ \"./src/plugins/recordTypes/place/forms/index.js\");\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (() => configContext => ({\n recordTypes: {\n place: {\n fields: (0,_fields__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(configContext),\n forms: (0,_forms__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(configContext)\n }\n }\n}));\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./src/plugins/recordTypes/place/index.js?");
|
|
656
|
+
|
|
657
|
+
/***/ }),
|
|
658
|
+
|
|
659
|
+
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js":
|
|
660
|
+
/*!***************************************************************************************!*\
|
|
661
|
+
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js ***!
|
|
662
|
+
\***************************************************************************************/
|
|
663
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
664
|
+
|
|
665
|
+
"use strict";
|
|
666
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = void 0;\nvar _reactIntl = __webpack_require__(/*! react-intl */ \"./react-intl-stub.js\");\nvar _default = configContext => {\n const {\n AutocompleteInput,\n CompoundInput,\n DateInput,\n TextInput,\n TermPickerInput\n } = configContext.inputComponents;\n const {\n configKey: config\n } = configContext.configHelpers;\n const {\n DATA_TYPE_DATE\n } = configContext.dataTypes;\n return {\n 'ns2:collectionobjects_culturalcare': {\n [config]: {\n service: {\n // Should have been domain/culturalcare, but this was set incorrectly in 4.x.\n ns: 'http://collectionspace.org/services/collectionobject/domain/collectionobject'\n }\n },\n culturalCareNotes: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n culturalCareNote: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n name: {\n \"id\": \"field.collectionobjects_culturalcare.culturalCareNote.name\",\n \"defaultMessage\": \"Cultural care note\"\n }\n }),\n repeating: true,\n view: {\n type: TextInput,\n props: {\n multiline: true\n }\n }\n }\n }\n },\n accessLimitationsGroupList: {\n [config]: {\n view: {\n type: CompoundInput\n }\n },\n accessLimitationsGroup: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n name: {\n \"id\": \"field.collectionobjects_culturalcare.accessLimitationsGroup.name\",\n \"defaultMessage\": \"Access limitation\"\n }\n }),\n repeating: true,\n view: {\n type: CompoundInput,\n props: {\n tabular: true\n }\n }\n },\n limitationType: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.limitationType.fullName\",\n \"defaultMessage\": \"Access limitation type\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.limitationType.name\",\n \"defaultMessage\": \"Type\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'limitationtype'\n }\n }\n }\n },\n limitationLevel: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.limitationLevel.fullName\",\n \"defaultMessage\": \"Access limitation level\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.limitationLevel.name\",\n \"defaultMessage\": \"Level\"\n }\n }),\n view: {\n type: TermPickerInput,\n props: {\n source: 'limitationlevel'\n }\n }\n }\n },\n limitationDetails: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.limitationDetails.fullName\",\n \"defaultMessage\": \"Access limitation detail\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.limitationDetails.name\",\n \"defaultMessage\": \"Detail\"\n }\n }),\n view: {\n type: TextInput\n }\n }\n },\n requester: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.requester.fullName\",\n \"defaultMessage\": \"Access limitation requestor\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.requester.name\",\n \"defaultMessage\": \"Requestor\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'person/local'\n }\n }\n }\n },\n requestOnBehalfOf: {\n [config]: {\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.requestOnBehalfOf.fullName\",\n \"defaultMessage\": \"Access limitation requested on behalf of\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.requestOnBehalfOf.name\",\n \"defaultMessage\": \"On behalf of\"\n }\n }),\n view: {\n type: AutocompleteInput,\n props: {\n source: 'organization/local'\n }\n }\n }\n },\n requestDate: {\n [config]: {\n dataType: DATA_TYPE_DATE,\n messages: (0, _reactIntl.defineMessages)({\n fullName: {\n \"id\": \"field.collectionobjects_culturalcare.requestDate.fullName\",\n \"defaultMessage\": \"Access limitation request date\"\n },\n name: {\n \"id\": \"field.collectionobjects_culturalcare.requestDate.name\",\n \"defaultMessage\": \"Date\"\n }\n }),\n view: {\n type: DateInput\n }\n }\n }\n }\n }\n }\n };\n};\nexports[\"default\"] = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js?");
|
|
667
|
+
|
|
668
|
+
/***/ }),
|
|
669
|
+
|
|
670
|
+
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js":
|
|
671
|
+
/*!*************************************************************************************!*\
|
|
672
|
+
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js ***!
|
|
673
|
+
\*************************************************************************************/
|
|
674
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
675
|
+
|
|
676
|
+
"use strict";
|
|
677
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = void 0;\nvar _default = configContext => {\n const {\n layoutComponents,\n lib,\n recordComponents\n } = configContext;\n const {\n React\n } = lib;\n const {\n Panel\n } = layoutComponents;\n const {\n Field\n } = recordComponents;\n return /*#__PURE__*/React.createElement(Panel, {\n name: \"culturalCare\",\n collapsible: true,\n collapsed: true\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"culturalCareNotes\",\n subpath: \"ns2:collectionobjects_culturalcare\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"culturalCareNote\"\n })), /*#__PURE__*/React.createElement(Field, {\n name: \"accessLimitationsGroupList\",\n subpath: \"ns2:collectionobjects_culturalcare\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"accessLimitationsGroup\"\n }, /*#__PURE__*/React.createElement(Field, {\n name: \"limitationType\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"limitationLevel\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"limitationDetails\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"requester\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"requestOnBehalfOf\"\n }), /*#__PURE__*/React.createElement(Field, {\n name: \"requestDate\"\n }))));\n};\nexports[\"default\"] = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js?");
|
|
678
|
+
|
|
679
|
+
/***/ }),
|
|
680
|
+
|
|
681
|
+
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js":
|
|
682
|
+
/*!**************************************************************************************!*\
|
|
683
|
+
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js ***!
|
|
684
|
+
\**************************************************************************************/
|
|
685
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
686
|
+
|
|
687
|
+
"use strict";
|
|
688
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = void 0;\nvar _fields = _interopRequireDefault(__webpack_require__(/*! ./fields */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/fields.js\"));\nvar _form = _interopRequireDefault(__webpack_require__(/*! ./form */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/form.js\"));\nvar _messages = _interopRequireDefault(__webpack_require__(/*! ./messages */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js\"));\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\nvar _default = configContext => ({\n messages: _messages.default,\n fields: (0, _fields.default)(configContext),\n form: (0, _form.default)(configContext)\n});\nexports[\"default\"] = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js?");
|
|
689
|
+
|
|
690
|
+
/***/ }),
|
|
691
|
+
|
|
692
|
+
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js":
|
|
693
|
+
/*!*****************************************************************************************!*\
|
|
694
|
+
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js ***!
|
|
695
|
+
\*****************************************************************************************/
|
|
696
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
882
697
|
|
|
883
698
|
"use strict";
|
|
884
|
-
eval("
|
|
699
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = void 0;\nvar _reactIntl = __webpack_require__(/*! react-intl */ \"./react-intl-stub.js\");\nvar _default = {\n panel: (0, _reactIntl.defineMessages)({\n culturalCare: {\n \"id\": \"panel.collectionobject.culturalCare\",\n \"defaultMessage\": \"Cultural Care Information\"\n }\n })\n};\nexports[\"default\"] = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/messages.js?");
|
|
700
|
+
|
|
701
|
+
/***/ }),
|
|
702
|
+
|
|
703
|
+
/***/ "./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js":
|
|
704
|
+
/*!*********************************************************************!*\
|
|
705
|
+
!*** ./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js ***!
|
|
706
|
+
\*********************************************************************/
|
|
707
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
708
|
+
|
|
709
|
+
"use strict";
|
|
710
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = void 0;\nvar _collectionobject = _interopRequireDefault(__webpack_require__(/*! ./collectionobject */ \"./node_modules/cspace-ui-plugin-ext-culturalcare/lib/collectionobject/index.js\"));\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\nvar _default = () => configContext => ({\n extensions: {\n culturalcare: {\n collectionobject: (0, _collectionobject.default)(configContext)\n }\n }\n});\nexports[\"default\"] = _default;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/cspace-ui-plugin-ext-culturalcare/lib/index.js?");
|
|
711
|
+
|
|
712
|
+
/***/ }),
|
|
713
|
+
|
|
714
|
+
/***/ "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./styles/cspace-ui-plugin-profile/lhmc.css":
|
|
715
|
+
/*!********************************************************************************************************************!*\
|
|
716
|
+
!*** ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./styles/cspace-ui-plugin-profile/lhmc.css ***!
|
|
717
|
+
\********************************************************************************************************************/
|
|
718
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
719
|
+
|
|
720
|
+
"use strict";
|
|
721
|
+
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 _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/noSourceMaps.js */ \"./node_modules/css-loader/dist/runtime/noSourceMaps.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);\n// Imports\n\n\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"\", \"\"]);\n// Exports\n___CSS_LOADER_EXPORT___.locals = {};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./styles/cspace-ui-plugin-profile/lhmc.css?./node_modules/css-loader/dist/cjs.js??ruleSet%5B1%5D.rules%5B1%5D.use%5B1%5D");
|
|
722
|
+
|
|
723
|
+
/***/ }),
|
|
724
|
+
|
|
725
|
+
/***/ "./node_modules/css-loader/dist/runtime/api.js":
|
|
726
|
+
/*!*****************************************************!*\
|
|
727
|
+
!*** ./node_modules/css-loader/dist/runtime/api.js ***!
|
|
728
|
+
\*****************************************************/
|
|
729
|
+
/***/ ((module) => {
|
|
730
|
+
|
|
731
|
+
"use strict";
|
|
732
|
+
eval("\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/css-loader/dist/runtime/api.js?");
|
|
733
|
+
|
|
734
|
+
/***/ }),
|
|
735
|
+
|
|
736
|
+
/***/ "./node_modules/css-loader/dist/runtime/noSourceMaps.js":
|
|
737
|
+
/*!**************************************************************!*\
|
|
738
|
+
!*** ./node_modules/css-loader/dist/runtime/noSourceMaps.js ***!
|
|
739
|
+
\**************************************************************/
|
|
740
|
+
/***/ ((module) => {
|
|
741
|
+
|
|
742
|
+
"use strict";
|
|
743
|
+
eval("\n\nmodule.exports = function (i) {\n return i[1];\n};\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/css-loader/dist/runtime/noSourceMaps.js?");
|
|
885
744
|
|
|
886
745
|
/***/ }),
|
|
887
746
|
|
|
@@ -889,12 +748,160 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _fie
|
|
|
889
748
|
/*!**************************************************!*\
|
|
890
749
|
!*** ./styles/cspace-ui-plugin-profile/lhmc.css ***!
|
|
891
750
|
\**************************************************/
|
|
892
|
-
|
|
893
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
751
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
894
752
|
|
|
895
|
-
|
|
753
|
+
"use strict";
|
|
754
|
+
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 _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ \"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ \"./node_modules/style-loader/dist/runtime/styleDomAPI.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../node_modules/style-loader/dist/runtime/insertBySelector.js */ \"./node_modules/style-loader/dist/runtime/insertBySelector.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ \"./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ \"./node_modules/style-loader/dist/runtime/insertStyleElement.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ \"./node_modules/style-loader/dist/runtime/styleTagTransform.js\");\n/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_lhmc_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./lhmc.css */ \"./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./styles/cspace-ui-plugin-profile/lhmc.css\");\n\n \n \n \n \n \n \n \n \n \n\nvar options = {};\n\noptions.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());\noptions.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());\n\n options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, \"head\");\n \noptions.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());\noptions.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());\n\nvar update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_lhmc_css__WEBPACK_IMPORTED_MODULE_6__[\"default\"], options);\n\n\n\n\n /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_lhmc_css__WEBPACK_IMPORTED_MODULE_6__[\"default\"] && _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_lhmc_css__WEBPACK_IMPORTED_MODULE_6__[\"default\"].locals ? _node_modules_css_loader_dist_cjs_js_ruleSet_1_rules_1_use_1_lhmc_css__WEBPACK_IMPORTED_MODULE_6__[\"default\"].locals : undefined);\n\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./styles/cspace-ui-plugin-profile/lhmc.css?");
|
|
755
|
+
|
|
756
|
+
/***/ }),
|
|
757
|
+
|
|
758
|
+
/***/ "./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js":
|
|
759
|
+
/*!****************************************************************************!*\
|
|
760
|
+
!*** ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js ***!
|
|
761
|
+
\****************************************************************************/
|
|
762
|
+
/***/ ((module) => {
|
|
763
|
+
|
|
764
|
+
"use strict";
|
|
765
|
+
eval("\n\nvar stylesInDOM = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n\n return updater;\n}\n\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n\n stylesInDOM.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js?");
|
|
766
|
+
|
|
767
|
+
/***/ }),
|
|
768
|
+
|
|
769
|
+
/***/ "./node_modules/style-loader/dist/runtime/insertBySelector.js":
|
|
770
|
+
/*!********************************************************************!*\
|
|
771
|
+
!*** ./node_modules/style-loader/dist/runtime/insertBySelector.js ***!
|
|
772
|
+
\********************************************************************/
|
|
773
|
+
/***/ ((module) => {
|
|
774
|
+
|
|
775
|
+
"use strict";
|
|
776
|
+
eval("\n\nvar memo = {};\n/* istanbul ignore next */\n\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n}\n/* istanbul ignore next */\n\n\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n}\n\nmodule.exports = insertBySelector;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/dist/runtime/insertBySelector.js?");
|
|
777
|
+
|
|
778
|
+
/***/ }),
|
|
779
|
+
|
|
780
|
+
/***/ "./node_modules/style-loader/dist/runtime/insertStyleElement.js":
|
|
781
|
+
/*!**********************************************************************!*\
|
|
782
|
+
!*** ./node_modules/style-loader/dist/runtime/insertStyleElement.js ***!
|
|
783
|
+
\**********************************************************************/
|
|
784
|
+
/***/ ((module) => {
|
|
785
|
+
|
|
786
|
+
"use strict";
|
|
787
|
+
eval("\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\n\nmodule.exports = insertStyleElement;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/dist/runtime/insertStyleElement.js?");
|
|
788
|
+
|
|
789
|
+
/***/ }),
|
|
790
|
+
|
|
791
|
+
/***/ "./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js":
|
|
792
|
+
/*!**********************************************************************************!*\
|
|
793
|
+
!*** ./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js ***!
|
|
794
|
+
\**********************************************************************************/
|
|
795
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
796
|
+
|
|
797
|
+
"use strict";
|
|
798
|
+
eval("\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = true ? __webpack_require__.nc : 0;\n\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\n\nmodule.exports = setAttributesWithoutAttributes;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js?");
|
|
799
|
+
|
|
800
|
+
/***/ }),
|
|
801
|
+
|
|
802
|
+
/***/ "./node_modules/style-loader/dist/runtime/styleDomAPI.js":
|
|
803
|
+
/*!***************************************************************!*\
|
|
804
|
+
!*** ./node_modules/style-loader/dist/runtime/styleDomAPI.js ***!
|
|
805
|
+
\***************************************************************/
|
|
806
|
+
/***/ ((module) => {
|
|
807
|
+
|
|
808
|
+
"use strict";
|
|
809
|
+
eval("\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n\n var needLayer = typeof obj.layer !== \"undefined\";\n\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n\n css += obj.css;\n\n if (needLayer) {\n css += \"}\";\n }\n\n if (obj.media) {\n css += \"}\";\n }\n\n if (obj.supports) {\n css += \"}\";\n }\n\n var sourceMap = obj.sourceMap;\n\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n options.styleTagTransform(css, styleElement, options.options);\n}\n\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n\n styleElement.parentNode.removeChild(styleElement);\n}\n/* istanbul ignore next */\n\n\nfunction domAPI(options) {\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\n\nmodule.exports = domAPI;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/dist/runtime/styleDomAPI.js?");
|
|
810
|
+
|
|
811
|
+
/***/ }),
|
|
812
|
+
|
|
813
|
+
/***/ "./node_modules/style-loader/dist/runtime/styleTagTransform.js":
|
|
814
|
+
/*!*********************************************************************!*\
|
|
815
|
+
!*** ./node_modules/style-loader/dist/runtime/styleTagTransform.js ***!
|
|
816
|
+
\*********************************************************************/
|
|
817
|
+
/***/ ((module) => {
|
|
818
|
+
|
|
819
|
+
"use strict";
|
|
820
|
+
eval("\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n\n styleElement.appendChild(document.createTextNode(css));\n }\n}\n\nmodule.exports = styleTagTransform;\n\n//# sourceURL=webpack://cspaceUIPluginProfileLHMC/./node_modules/style-loader/dist/runtime/styleTagTransform.js?");
|
|
896
821
|
|
|
897
822
|
/***/ })
|
|
898
823
|
|
|
899
|
-
/******/
|
|
824
|
+
/******/ });
|
|
825
|
+
/************************************************************************/
|
|
826
|
+
/******/ // The module cache
|
|
827
|
+
/******/ var __webpack_module_cache__ = {};
|
|
828
|
+
/******/
|
|
829
|
+
/******/ // The require function
|
|
830
|
+
/******/ function __webpack_require__(moduleId) {
|
|
831
|
+
/******/ // Check if module is in cache
|
|
832
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
833
|
+
/******/ if (cachedModule !== undefined) {
|
|
834
|
+
/******/ return cachedModule.exports;
|
|
835
|
+
/******/ }
|
|
836
|
+
/******/ // Create a new module (and put it into the cache)
|
|
837
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
838
|
+
/******/ id: moduleId,
|
|
839
|
+
/******/ // no module.loaded needed
|
|
840
|
+
/******/ exports: {}
|
|
841
|
+
/******/ };
|
|
842
|
+
/******/
|
|
843
|
+
/******/ // Execute the module function
|
|
844
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
845
|
+
/******/
|
|
846
|
+
/******/ // Return the exports of the module
|
|
847
|
+
/******/ return module.exports;
|
|
848
|
+
/******/ }
|
|
849
|
+
/******/
|
|
850
|
+
/************************************************************************/
|
|
851
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
852
|
+
/******/ (() => {
|
|
853
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
854
|
+
/******/ __webpack_require__.n = (module) => {
|
|
855
|
+
/******/ var getter = module && module.__esModule ?
|
|
856
|
+
/******/ () => (module['default']) :
|
|
857
|
+
/******/ () => (module);
|
|
858
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
859
|
+
/******/ return getter;
|
|
860
|
+
/******/ };
|
|
861
|
+
/******/ })();
|
|
862
|
+
/******/
|
|
863
|
+
/******/ /* webpack/runtime/define property getters */
|
|
864
|
+
/******/ (() => {
|
|
865
|
+
/******/ // define getter functions for harmony exports
|
|
866
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
867
|
+
/******/ for(var key in definition) {
|
|
868
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
869
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
870
|
+
/******/ }
|
|
871
|
+
/******/ }
|
|
872
|
+
/******/ };
|
|
873
|
+
/******/ })();
|
|
874
|
+
/******/
|
|
875
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
876
|
+
/******/ (() => {
|
|
877
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
878
|
+
/******/ })();
|
|
879
|
+
/******/
|
|
880
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
881
|
+
/******/ (() => {
|
|
882
|
+
/******/ // define __esModule on exports
|
|
883
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
884
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
885
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
886
|
+
/******/ }
|
|
887
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
888
|
+
/******/ };
|
|
889
|
+
/******/ })();
|
|
890
|
+
/******/
|
|
891
|
+
/******/ /* webpack/runtime/nonce */
|
|
892
|
+
/******/ (() => {
|
|
893
|
+
/******/ __webpack_require__.nc = undefined;
|
|
894
|
+
/******/ })();
|
|
895
|
+
/******/
|
|
896
|
+
/************************************************************************/
|
|
897
|
+
/******/
|
|
898
|
+
/******/ // startup
|
|
899
|
+
/******/ // Load entry module and return exports
|
|
900
|
+
/******/ // This entry module can't be inlined because the eval devtool is used.
|
|
901
|
+
/******/ var __webpack_exports__ = __webpack_require__("./src/index.js");
|
|
902
|
+
/******/ __webpack_exports__ = __webpack_exports__["default"];
|
|
903
|
+
/******/
|
|
904
|
+
/******/ return __webpack_exports__;
|
|
905
|
+
/******/ })()
|
|
906
|
+
;
|
|
900
907
|
});
|