@k-int/stripes-kint-components 2.3.1 → 2.3.2
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/CHANGELOG.md +5 -0
- package/es/index.js +1 -5
- package/es/lib/ActionList/ActionList.js +1 -31
- package/es/lib/ActionList/ActionListFieldArray.js +3 -41
- package/es/lib/ActionList/index.js +1 -5
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +1 -35
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +1 -37
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -34
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +1 -30
- package/es/lib/CustomProperties/Config/index.js +1 -5
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +1 -30
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +1 -34
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +1 -37
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +1 -34
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +1 -30
- package/es/lib/CustomProperties/Edit/index.js +1 -5
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +1 -34
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -34
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +1 -34
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +1 -30
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +1 -35
- package/es/lib/CustomProperties/Filter/index.js +1 -5
- package/es/lib/CustomProperties/Filter/useOperators.js +1 -39
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -34
- package/es/lib/CustomProperties/Filter/useValueProps.js +1 -35
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -30
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -34
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +1 -30
- package/es/lib/CustomProperties/View/index.js +1 -5
- package/es/lib/CustomProperties/index.js +1 -5
- package/es/lib/EditableRefdataList/EditableRefdataList.js +1 -35
- package/es/lib/EditableRefdataList/index.js +1 -5
- package/es/lib/EditableSettingsList/EditableSettingsList.js +1 -30
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +1 -30
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -30
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -41
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -30
- package/es/lib/EditableSettingsList/SettingField/index.js +1 -5
- package/es/lib/EditableSettingsList/index.js +1 -5
- package/es/lib/FormModal/FormModal.js +3 -30
- package/es/lib/FormModal/index.js +1 -5
- package/es/lib/NoResultsMessage/NoResultsMessage.js +1 -30
- package/es/lib/NoResultsMessage/index.js +1 -5
- package/es/lib/QueryTypedown/QueryTypedown.js +1 -34
- package/es/lib/QueryTypedown/index.js +1 -5
- package/es/lib/RefdataButtons/RefdataButtons.js +1 -34
- package/es/lib/RefdataButtons/index.js +1 -5
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +1 -34
- package/es/lib/SASQLookupComponent/index.js +1 -5
- package/es/lib/SASQRoute/SASQRoute.js +1 -30
- package/es/lib/SASQRoute/index.js +1 -5
- package/es/lib/SASQViewComponent/SASQViewComponent.js +1 -34
- package/es/lib/SASQViewComponent/index.js +1 -5
- package/es/lib/SearchField/SearchField.js +1 -31
- package/es/lib/SearchField/index.js +1 -5
- package/es/lib/SettingPage/SettingPage.js +1 -34
- package/es/lib/SettingPage/SettingPagePane.js +1 -32
- package/es/lib/SettingPage/index.js +1 -5
- package/es/lib/Typedown/Typedown.js +1 -34
- package/es/lib/Typedown/index.js +1 -5
- package/es/lib/constants/customProperties.js +1 -38
- package/es/lib/constants/eventCodes.js +1 -31
- package/es/lib/contexts/SettingsContext.js +1 -30
- package/es/lib/contexts/index.js +1 -5
- package/es/lib/hooks/index.js +1 -5
- package/es/lib/hooks/settingsHooks/index.js +1 -5
- package/es/lib/hooks/settingsHooks/useSettingSection.js +1 -34
- package/es/lib/hooks/settingsHooks/useSettings.js +1 -36
- package/es/lib/hooks/typedownHooks/index.js +1 -5
- package/es/lib/hooks/typedownHooks/useTypedown.js +1 -34
- package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -34
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -34
- package/es/lib/hooks/useActiveElement.js +1 -32
- package/es/lib/hooks/useAvailableCustomProperties.js +1 -34
- package/es/lib/hooks/useCustomProperties.js +1 -34
- package/es/lib/hooks/useHelperApp.js +1 -34
- package/es/lib/hooks/useInvalidateRefdata.js +1 -34
- package/es/lib/hooks/useKiwtFieldArray.js +1 -34
- package/es/lib/hooks/useKiwtSASQuery.js +1 -35
- package/es/lib/hooks/useLocalStorageState.js +1 -34
- package/es/lib/hooks/useMutateCustomProperties.js +1 -34
- package/es/lib/hooks/useMutateRefdataValue.js +1 -34
- package/es/lib/hooks/useQIndex.js +1 -34
- package/es/lib/hooks/useRefdata.js +1 -34
- package/es/lib/hooks/useTemplates.js +1 -34
- package/es/lib/utils/buildUrl.js +2 -31
- package/es/lib/utils/generateKiwtQuery.js +1 -30
- package/es/lib/utils/generateKiwtQueryParams.js +1 -30
- package/es/lib/utils/groupCustomPropertiesByCtx.js +1 -30
- package/es/lib/utils/index.js +1 -5
- package/es/lib/utils/refdataOptions.js +1 -30
- package/es/lib/utils/refdataQueryKey.js +1 -30
- package/es/lib/utils/renderHelpText.js +1 -30
- package/es/lib/utils/selectorSafe.js +1 -30
- package/es/lib/utils/sortByLabel.js +1 -30
- package/es/lib/utils/toCamelCase.js +1 -30
- package/es/lib/utils/typedownQueryKey.js +1 -30
- package/es/lib/utils/validators.js +1 -32
- package/package.json +1 -1
- package/src/lib/ActionList/ActionListFieldArray.js +1 -2
- package/src/lib/FormModal/FormModal.js +2 -0
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -109
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +0 -998
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +0 -238
- package/junit.xml +0 -79
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +0 -286
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +0 -925
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +0 -418
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +0 -808
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesView.js.html +0 -601
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +0 -1135
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +0 -176
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +0 -97
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +0 -373
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +0 -223
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +0 -376
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +0 -262
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +0 -436
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +0 -283
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +0 -319
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +0 -184
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +0 -370
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +0 -949
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +0 -301
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +0 -253
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +0 -214
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +0 -211
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +0 -178
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +0 -919
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +0 -88
- package/src/artifacts/coverage-jest/lcov-report/base.css +0 -224
- package/src/artifacts/coverage-jest/lcov-report/block-navigation.js +0 -87
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +0 -112
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +0 -97
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +0 -131
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/favicon.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +0 -281
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +0 -121
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +0 -146
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +0 -91
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +0 -403
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +0 -161
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +0 -94
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +0 -520
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +0 -163
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +0 -157
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +0 -313
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +0 -283
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +0 -274
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +0 -178
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +0 -136
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +0 -271
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +0 -301
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +0 -208
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +0 -268
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +0 -166
- package/src/artifacts/coverage-jest/lcov-report/index.html +0 -416
- package/src/artifacts/coverage-jest/lcov-report/prettify.css +0 -1
- package/src/artifacts/coverage-jest/lcov-report/prettify.js +0 -2
- package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/sorter.js +0 -196
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +0 -193
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +0 -109
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +0 -454
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +0 -251
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +0 -121
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +0 -106
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +0 -166
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +0 -103
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +0 -130
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +0 -127
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +0 -202
- package/src/artifacts/coverage-jest/lcov.info +0 -2562
package/CHANGELOG.md
CHANGED
package/es/index.js
CHANGED
|
@@ -391,8 +391,4 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
391
391
|
|
|
392
392
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
393
393
|
|
|
394
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
395
|
-
|
|
396
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
397
|
-
return a;
|
|
398
|
-
};
|
|
394
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -23,11 +23,6 @@ var _excluded = ["actionAssigner", "actionCalls", "columnMapping", "contentData"
|
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
25
|
|
|
26
|
-
(function () {
|
|
27
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
28
|
-
enterModule && enterModule(module);
|
|
29
|
-
})();
|
|
30
|
-
|
|
31
26
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
32
27
|
|
|
33
28
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -38,10 +33,6 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
38
33
|
|
|
39
34
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
40
35
|
|
|
41
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
42
|
-
return a;
|
|
43
|
-
};
|
|
44
|
-
|
|
45
36
|
var propTypes = {
|
|
46
37
|
actionAssigner: _propTypes.default.func,
|
|
47
38
|
actionCalls: _propTypes.default.object,
|
|
@@ -111,25 +102,4 @@ var ActionList = function ActionList(_ref) {
|
|
|
111
102
|
|
|
112
103
|
ActionList.propTypes = propTypes;
|
|
113
104
|
var _default = ActionList;
|
|
114
|
-
|
|
115
|
-
exports.default = _default2;
|
|
116
|
-
;
|
|
117
|
-
|
|
118
|
-
(function () {
|
|
119
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
120
|
-
|
|
121
|
-
if (!reactHotLoader) {
|
|
122
|
-
return;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
reactHotLoader.register(propTypes, "propTypes", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionList.js");
|
|
126
|
-
reactHotLoader.register(ActionList, "ActionList", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionList.js");
|
|
127
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionList.js");
|
|
128
|
-
})();
|
|
129
|
-
|
|
130
|
-
;
|
|
131
|
-
|
|
132
|
-
(function () {
|
|
133
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
134
|
-
leaveModule && leaveModule(module);
|
|
135
|
-
})();
|
|
105
|
+
exports.default = _default;
|
|
@@ -35,11 +35,6 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
35
35
|
|
|
36
36
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
37
37
|
|
|
38
|
-
(function () {
|
|
39
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
40
|
-
enterModule && enterModule(module);
|
|
41
|
-
})();
|
|
42
|
-
|
|
43
38
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
44
39
|
|
|
45
40
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -72,10 +67,6 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
72
67
|
|
|
73
68
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
74
69
|
|
|
75
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
76
|
-
return a;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
70
|
var EDITING_ACTIONS_WIDTH = 25;
|
|
80
71
|
var NON_EDITING_ACTIONS_WIDTH = 20;
|
|
81
72
|
var TOTAL_WIDTH = 100;
|
|
@@ -137,14 +128,14 @@ var ActionListFieldArray = function ActionListFieldArray(_ref) {
|
|
|
137
128
|
};
|
|
138
129
|
|
|
139
130
|
var handleSave = function handleSave(index) {
|
|
140
|
-
var _actionAssigner$find;
|
|
131
|
+
var _actionAssigner, _actionAssigner$find;
|
|
141
132
|
|
|
142
133
|
var _fields$value$index = fields.value[index],
|
|
143
134
|
_a = _fields$value$index.actionListActions,
|
|
144
135
|
rowData = _objectWithoutProperties(_fields$value$index, _excluded2); // Find "edit" entry in actionAssigner
|
|
145
136
|
|
|
146
137
|
|
|
147
|
-
var editCallback = (_actionAssigner$find =
|
|
138
|
+
var editCallback = (_actionAssigner = actionAssigner(rowData)) === null || _actionAssigner === void 0 ? void 0 : (_actionAssigner$find = _actionAssigner.find(function (act) {
|
|
148
139
|
return act.name === 'edit';
|
|
149
140
|
})) === null || _actionAssigner$find === void 0 ? void 0 : _actionAssigner$find.callback;
|
|
150
141
|
|
|
@@ -255,7 +246,6 @@ var ActionListFieldArray = function ActionListFieldArray(_ref) {
|
|
|
255
246
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.IconButton, {
|
|
256
247
|
disabled: editing,
|
|
257
248
|
icon: action.icon,
|
|
258
|
-
marginBottom0: true,
|
|
259
249
|
onClick: function onClick() {
|
|
260
250
|
return actionFunction ? actionFunction() : function () {
|
|
261
251
|
return null;
|
|
@@ -397,34 +387,6 @@ var ActionListFieldArray = function ActionListFieldArray(_ref) {
|
|
|
397
387
|
});
|
|
398
388
|
};
|
|
399
389
|
|
|
400
|
-
__signature__(ActionListFieldArray, "useForm{{ change }}\nuseFormState{{ initialValues, pristine, submitting, values }}\nuseState{[editing, setEditing](null)}", function () {
|
|
401
|
-
return [_reactFinalForm.useForm, _reactFinalForm.useFormState];
|
|
402
|
-
});
|
|
403
|
-
|
|
404
390
|
ActionListFieldArray.propTypes = propTypes;
|
|
405
391
|
var _default = ActionListFieldArray;
|
|
406
|
-
|
|
407
|
-
exports.default = _default2;
|
|
408
|
-
;
|
|
409
|
-
|
|
410
|
-
(function () {
|
|
411
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
412
|
-
|
|
413
|
-
if (!reactHotLoader) {
|
|
414
|
-
return;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
reactHotLoader.register(EDITING_ACTIONS_WIDTH, "EDITING_ACTIONS_WIDTH", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionListFieldArray.js");
|
|
418
|
-
reactHotLoader.register(NON_EDITING_ACTIONS_WIDTH, "NON_EDITING_ACTIONS_WIDTH", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionListFieldArray.js");
|
|
419
|
-
reactHotLoader.register(TOTAL_WIDTH, "TOTAL_WIDTH", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionListFieldArray.js");
|
|
420
|
-
reactHotLoader.register(propTypes, "propTypes", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionListFieldArray.js");
|
|
421
|
-
reactHotLoader.register(ActionListFieldArray, "ActionListFieldArray", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionListFieldArray.js");
|
|
422
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/ActionList/ActionListFieldArray.js");
|
|
423
|
-
})();
|
|
424
|
-
|
|
425
|
-
;
|
|
426
|
-
|
|
427
|
-
(function () {
|
|
428
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
429
|
-
leaveModule && leaveModule(module);
|
|
430
|
-
})();
|
|
392
|
+
exports.default = _default;
|
|
@@ -12,8 +12,4 @@ Object.defineProperty(exports, "default", {
|
|
|
12
12
|
|
|
13
13
|
var _ActionList = _interopRequireDefault(require("./ActionList"));
|
|
14
14
|
|
|
15
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
16
|
-
|
|
17
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
18
|
-
return a;
|
|
19
|
-
};
|
|
15
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -23,11 +23,6 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
23
23
|
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
25
|
|
|
26
|
-
(function () {
|
|
27
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
28
|
-
enterModule && enterModule(module);
|
|
29
|
-
})();
|
|
30
|
-
|
|
31
26
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
32
27
|
|
|
33
28
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -46,10 +41,6 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
46
41
|
|
|
47
42
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
48
43
|
|
|
49
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
50
|
-
return a;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
44
|
var DEBOUNCE_TIME = 500;
|
|
54
45
|
|
|
55
46
|
var CustomPropertiesLookup = function CustomPropertiesLookup(_ref) {
|
|
@@ -157,10 +148,6 @@ var CustomPropertiesLookup = function CustomPropertiesLookup(_ref) {
|
|
|
157
148
|
});
|
|
158
149
|
};
|
|
159
150
|
|
|
160
|
-
__signature__(CustomPropertiesLookup, "useState{[nsValues, setNsValues]({\n sort: 'label'\n })}\nuseState{[selectedContext, setSelectedContext]}\nuseCustomProperties{{ data: custprops, isLoading }}", function () {
|
|
161
|
-
return [_hooks.useCustomProperties];
|
|
162
|
-
});
|
|
163
|
-
|
|
164
151
|
CustomPropertiesLookup.propTypes = {
|
|
165
152
|
contextFilterOptions: _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
166
153
|
value: _propTypes.default.string,
|
|
@@ -174,25 +161,4 @@ CustomPropertiesLookup.propTypes = {
|
|
|
174
161
|
refdataEndpoint: _propTypes.default.string
|
|
175
162
|
};
|
|
176
163
|
var _default = CustomPropertiesLookup;
|
|
177
|
-
|
|
178
|
-
exports.default = _default2;
|
|
179
|
-
;
|
|
180
|
-
|
|
181
|
-
(function () {
|
|
182
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
183
|
-
|
|
184
|
-
if (!reactHotLoader) {
|
|
185
|
-
return;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
reactHotLoader.register(DEBOUNCE_TIME, "DEBOUNCE_TIME", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesLookup.js");
|
|
189
|
-
reactHotLoader.register(CustomPropertiesLookup, "CustomPropertiesLookup", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesLookup.js");
|
|
190
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesLookup.js");
|
|
191
|
-
})();
|
|
192
|
-
|
|
193
|
-
;
|
|
194
|
-
|
|
195
|
-
(function () {
|
|
196
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
197
|
-
leaveModule && leaveModule(module);
|
|
198
|
-
})();
|
|
164
|
+
exports.default = _default;
|
|
@@ -33,11 +33,6 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
33
33
|
|
|
34
34
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
35
35
|
|
|
36
|
-
(function () {
|
|
37
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
38
|
-
enterModule && enterModule(module);
|
|
39
|
-
})();
|
|
40
|
-
|
|
41
36
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
42
37
|
|
|
43
38
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -56,10 +51,6 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
56
51
|
|
|
57
52
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
58
53
|
|
|
59
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
60
|
-
return a;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
54
|
var EDITING = 'edit';
|
|
64
55
|
var CREATING = 'create';
|
|
65
56
|
var VIEWING = 'view'; // A default option for setting up panes manually
|
|
@@ -285,10 +276,6 @@ var CustomPropertiesSettings = function CustomPropertiesSettings(_ref) {
|
|
|
285
276
|
});
|
|
286
277
|
};
|
|
287
278
|
|
|
288
|
-
__signature__(CustomPropertiesSettings, "useQueryClient{queryClient}\nuseIntl{intl}\nuseState{[customProperty, setCustomProperty]}\nuseState{[deleteModal, setDeleteModal](false)}\nuseRefdata{refdata}\nuseState{[mode, setMode](VIEWING)}\nuseMutateCustomProperties{{\n post: createCustprop,\n put: editCustProp,\n delete: deleteCustProp\n }}", function () {
|
|
289
|
-
return [_reactQuery.useQueryClient, _reactIntl.useIntl, _hooks.useRefdata, _hooks.useMutateCustomProperties];
|
|
290
|
-
});
|
|
291
|
-
|
|
292
279
|
CustomPropertiesSettings.propTypes = {
|
|
293
280
|
afterQueryCalls: _propTypes.default.object,
|
|
294
281
|
contextFilterOptions: _propTypes.default.arrayOf(_propTypes.default.shape({
|
|
@@ -301,27 +288,4 @@ CustomPropertiesSettings.propTypes = {
|
|
|
301
288
|
refdataEndpoint: _propTypes.default.string
|
|
302
289
|
};
|
|
303
290
|
var _default = CustomPropertiesSettings;
|
|
304
|
-
|
|
305
|
-
exports.default = _default2;
|
|
306
|
-
;
|
|
307
|
-
|
|
308
|
-
(function () {
|
|
309
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
310
|
-
|
|
311
|
-
if (!reactHotLoader) {
|
|
312
|
-
return;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
reactHotLoader.register(EDITING, "EDITING", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesSettings.js");
|
|
316
|
-
reactHotLoader.register(CREATING, "CREATING", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesSettings.js");
|
|
317
|
-
reactHotLoader.register(VIEWING, "VIEWING", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesSettings.js");
|
|
318
|
-
reactHotLoader.register(CustomPropertiesSettings, "CustomPropertiesSettings", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesSettings.js");
|
|
319
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertiesSettings.js");
|
|
320
|
-
})();
|
|
321
|
-
|
|
322
|
-
;
|
|
323
|
-
|
|
324
|
-
(function () {
|
|
325
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
326
|
-
leaveModule && leaveModule(module);
|
|
327
|
-
})();
|
|
291
|
+
exports.default = _default;
|
|
@@ -21,11 +21,6 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
21
21
|
|
|
22
22
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
23
23
|
|
|
24
|
-
(function () {
|
|
25
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
26
|
-
enterModule && enterModule(module);
|
|
27
|
-
})();
|
|
28
|
-
|
|
29
24
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
30
25
|
|
|
31
26
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -46,10 +41,6 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
46
41
|
|
|
47
42
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
48
43
|
|
|
49
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
50
|
-
return a;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
44
|
var CustomPropertyForm = function CustomPropertyForm(_ref) {
|
|
54
45
|
var _labelOverrides$label, _labelOverrides$name, _labelOverrides$descr, _labelOverrides$ctx, _labelOverrides$weigh, _labelOverrides$prima2, _labelOverrides$retir, _labelOverrides$defau, _labelOverrides$type, _labelOverrides$categ;
|
|
55
46
|
|
|
@@ -370,10 +361,6 @@ var CustomPropertyForm = function CustomPropertyForm(_ref) {
|
|
|
370
361
|
});
|
|
371
362
|
};
|
|
372
363
|
|
|
373
|
-
__signature__(CustomPropertyForm, "useFormState{{ values }}\nuseForm{{ change }}\nuseIntl{intl}\nuseState{[contextOptions, setContextOptions](contextFilterOptions?.filter(ctx => ctx.value !== '' && ctx?.value !== 'isNull'))}", function () {
|
|
374
|
-
return [_reactFinalForm.useFormState, _reactFinalForm.useForm, _reactIntl.useIntl];
|
|
375
|
-
});
|
|
376
|
-
|
|
377
364
|
CustomPropertyForm.propTypes = {
|
|
378
365
|
contextFilterOptions: _propTypes.default.arrayOf(_propTypes.default.string),
|
|
379
366
|
helpPopovers: _propTypes.default.object,
|
|
@@ -381,24 +368,4 @@ CustomPropertyForm.propTypes = {
|
|
|
381
368
|
refdata: _propTypes.default.arrayOf(_propTypes.default.object)
|
|
382
369
|
};
|
|
383
370
|
var _default = CustomPropertyForm;
|
|
384
|
-
|
|
385
|
-
exports.default = _default2;
|
|
386
|
-
;
|
|
387
|
-
|
|
388
|
-
(function () {
|
|
389
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
390
|
-
|
|
391
|
-
if (!reactHotLoader) {
|
|
392
|
-
return;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
reactHotLoader.register(CustomPropertyForm, "CustomPropertyForm", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertyForm.js");
|
|
396
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertyForm.js");
|
|
397
|
-
})();
|
|
398
|
-
|
|
399
|
-
;
|
|
400
|
-
|
|
401
|
-
(function () {
|
|
402
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
403
|
-
leaveModule && leaveModule(module);
|
|
404
|
-
})();
|
|
371
|
+
exports.default = _default;
|
|
@@ -17,15 +17,6 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
17
17
|
|
|
18
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
19
19
|
|
|
20
|
-
(function () {
|
|
21
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
22
|
-
enterModule && enterModule(module);
|
|
23
|
-
})();
|
|
24
|
-
|
|
25
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
26
|
-
return a;
|
|
27
|
-
};
|
|
28
|
-
|
|
29
20
|
// A default option for CustProp view pane, with the ability to override labels for fields
|
|
30
21
|
var CustomPropertyView = function CustomPropertyView(_ref) {
|
|
31
22
|
var _labelOverrides$label, _labelOverrides$name, _labelOverrides$descr, _labelOverrides$prima, _labelOverrides$retir, _labelOverrides$weigh, _labelOverrides$defau, _labelOverrides$ctx, _customProperty$ctx, _labelOverrides$type, _labelOverrides$categ, _customProperty$categ, _customProperty$categ2;
|
|
@@ -156,24 +147,4 @@ CustomPropertyView.propTypes = {
|
|
|
156
147
|
labelOverrides: _propTypes.default.object
|
|
157
148
|
};
|
|
158
149
|
var _default = CustomPropertyView;
|
|
159
|
-
|
|
160
|
-
exports.default = _default2;
|
|
161
|
-
;
|
|
162
|
-
|
|
163
|
-
(function () {
|
|
164
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
165
|
-
|
|
166
|
-
if (!reactHotLoader) {
|
|
167
|
-
return;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
reactHotLoader.register(CustomPropertyView, "CustomPropertyView", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertyView.js");
|
|
171
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Config/CustomPropertyView.js");
|
|
172
|
-
})();
|
|
173
|
-
|
|
174
|
-
;
|
|
175
|
-
|
|
176
|
-
(function () {
|
|
177
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
178
|
-
leaveModule && leaveModule(module);
|
|
179
|
-
})();
|
|
150
|
+
exports.default = _default;
|
|
@@ -36,8 +36,4 @@ var _CustomPropertiesSettings = _interopRequireDefault(require("./CustomProperti
|
|
|
36
36
|
|
|
37
37
|
var _CustomPropertyForm = _interopRequireDefault(require("./CustomPropertyForm"));
|
|
38
38
|
|
|
39
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
40
|
-
|
|
41
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
42
|
-
return a;
|
|
43
|
-
};
|
|
39
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -13,15 +13,6 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
13
13
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
|
-
(function () {
|
|
17
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
18
|
-
enterModule && enterModule(module);
|
|
19
|
-
})();
|
|
20
|
-
|
|
21
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
22
|
-
return a;
|
|
23
|
-
};
|
|
24
|
-
|
|
25
16
|
var CustomPropertiesEdit = function CustomPropertiesEdit(_ref) {
|
|
26
17
|
var _ref$contexts = _ref.contexts,
|
|
27
18
|
contexts = _ref$contexts === void 0 ? [] : _ref$contexts,
|
|
@@ -49,24 +40,4 @@ CustomPropertiesEdit.propTypes = {
|
|
|
49
40
|
nameOverride: _propTypes.default.string
|
|
50
41
|
};
|
|
51
42
|
var _default = CustomPropertiesEdit;
|
|
52
|
-
|
|
53
|
-
exports.default = _default2;
|
|
54
|
-
;
|
|
55
|
-
|
|
56
|
-
(function () {
|
|
57
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
58
|
-
|
|
59
|
-
if (!reactHotLoader) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
reactHotLoader.register(CustomPropertiesEdit, "CustomPropertiesEdit", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesEdit.js");
|
|
64
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesEdit.js");
|
|
65
|
-
})();
|
|
66
|
-
|
|
67
|
-
;
|
|
68
|
-
|
|
69
|
-
(function () {
|
|
70
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
71
|
-
leaveModule && leaveModule(module);
|
|
72
|
-
})();
|
|
43
|
+
exports.default = _default;
|
|
@@ -19,15 +19,6 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
19
19
|
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
21
|
|
|
22
|
-
(function () {
|
|
23
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
24
|
-
enterModule && enterModule(module);
|
|
25
|
-
})();
|
|
26
|
-
|
|
27
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
28
|
-
return a;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
22
|
var CustomPropertiesEditCtx = function CustomPropertiesEditCtx(_ref) {
|
|
32
23
|
var ctx = _ref.ctx,
|
|
33
24
|
customPropertiesEndpoint = _ref.customPropertiesEndpoint,
|
|
@@ -98,10 +89,6 @@ var CustomPropertiesEditCtx = function CustomPropertiesEditCtx(_ref) {
|
|
|
98
89
|
});
|
|
99
90
|
};
|
|
100
91
|
|
|
101
|
-
__signature__(CustomPropertiesEditCtx, "useCustomProperties{{ data: custprops, isLoading }}", function () {
|
|
102
|
-
return [_hooks.useCustomProperties];
|
|
103
|
-
});
|
|
104
|
-
|
|
105
92
|
CustomPropertiesEditCtx.propTypes = {
|
|
106
93
|
ctx: _propTypes.default.string,
|
|
107
94
|
customPropertiesEndpoint: _propTypes.default.string,
|
|
@@ -110,24 +97,4 @@ CustomPropertiesEditCtx.propTypes = {
|
|
|
110
97
|
nameOverride: _propTypes.default.string
|
|
111
98
|
};
|
|
112
99
|
var _default = CustomPropertiesEditCtx;
|
|
113
|
-
|
|
114
|
-
exports.default = _default2;
|
|
115
|
-
;
|
|
116
|
-
|
|
117
|
-
(function () {
|
|
118
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
119
|
-
|
|
120
|
-
if (!reactHotLoader) {
|
|
121
|
-
return;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
reactHotLoader.register(CustomPropertiesEditCtx, "CustomPropertiesEditCtx", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js");
|
|
125
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js");
|
|
126
|
-
})();
|
|
127
|
-
|
|
128
|
-
;
|
|
129
|
-
|
|
130
|
-
(function () {
|
|
131
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
132
|
-
leaveModule && leaveModule(module);
|
|
133
|
-
})();
|
|
100
|
+
exports.default = _default;
|
|
@@ -25,11 +25,6 @@ var _excluded = ["ctx", "customProperties", "labelOverrides"];
|
|
|
25
25
|
|
|
26
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
27
27
|
|
|
28
|
-
(function () {
|
|
29
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
30
|
-
enterModule && enterModule(module);
|
|
31
|
-
})();
|
|
32
|
-
|
|
33
28
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
34
29
|
|
|
35
30
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
@@ -60,10 +55,6 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
60
55
|
|
|
61
56
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
62
57
|
|
|
63
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
64
|
-
return a;
|
|
65
|
-
};
|
|
66
|
-
|
|
67
58
|
var CustomPropertiesList = function CustomPropertiesList(_ref) {
|
|
68
59
|
var _labelOverrides$prima, _labelOverrides$optio, _labelOverrides$addPr;
|
|
69
60
|
|
|
@@ -181,8 +172,6 @@ var CustomPropertiesList = function CustomPropertiesList(_ref) {
|
|
|
181
172
|
});
|
|
182
173
|
};
|
|
183
174
|
|
|
184
|
-
__signature__(CustomPropertiesList, "useState{[customProperties, setCustomProperties]([])}\nuseState{[dirtying, setDirtying](false)}\nuseEffect{}");
|
|
185
|
-
|
|
186
175
|
var CustomPropertiesListField = function CustomPropertiesListField(_ref2) {
|
|
187
176
|
var ctx = _ref2.ctx,
|
|
188
177
|
customProperties = _ref2.customProperties,
|
|
@@ -234,10 +223,6 @@ var CustomPropertiesListField = function CustomPropertiesListField(_ref2) {
|
|
|
234
223
|
}));
|
|
235
224
|
};
|
|
236
225
|
|
|
237
|
-
__signature__(CustomPropertiesListField, "useRef{fieldRef}\nuseAvailableCustomProperties{availableCustomProperties}\nuseFormState{{ initialValues }}", function () {
|
|
238
|
-
return [_hooks.useAvailableCustomProperties, _reactFinalForm.useFormState];
|
|
239
|
-
});
|
|
240
|
-
|
|
241
226
|
CustomPropertiesListField.propTypes = {
|
|
242
227
|
ctx: _propTypes.default.string,
|
|
243
228
|
customProperties: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
@@ -255,25 +240,4 @@ CustomPropertiesList.propTypes = {
|
|
|
255
240
|
meta: _propTypes.default.object
|
|
256
241
|
};
|
|
257
242
|
var _default = CustomPropertiesListField;
|
|
258
|
-
|
|
259
|
-
exports.default = _default2;
|
|
260
|
-
;
|
|
261
|
-
|
|
262
|
-
(function () {
|
|
263
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
264
|
-
|
|
265
|
-
if (!reactHotLoader) {
|
|
266
|
-
return;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
reactHotLoader.register(CustomPropertiesList, "CustomPropertiesList", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesListField.js");
|
|
270
|
-
reactHotLoader.register(CustomPropertiesListField, "CustomPropertiesListField", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesListField.js");
|
|
271
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertiesListField.js");
|
|
272
|
-
})();
|
|
273
|
-
|
|
274
|
-
;
|
|
275
|
-
|
|
276
|
-
(function () {
|
|
277
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
278
|
-
leaveModule && leaveModule(module);
|
|
279
|
-
})();
|
|
243
|
+
exports.default = _default;
|
|
@@ -27,11 +27,6 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
27
27
|
|
|
28
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
29
29
|
|
|
30
|
-
(function () {
|
|
31
|
-
var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
|
|
32
|
-
enterModule && enterModule(module);
|
|
33
|
-
})();
|
|
34
|
-
|
|
35
30
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
36
31
|
|
|
37
32
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -50,10 +45,6 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
|
50
45
|
|
|
51
46
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
52
47
|
|
|
53
|
-
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
54
|
-
return a;
|
|
55
|
-
};
|
|
56
|
-
|
|
57
48
|
var CustomPropertyField = function CustomPropertyField(_ref) {
|
|
58
49
|
var availableCustomProperties = _ref.availableCustomProperties,
|
|
59
50
|
customProperty = _ref.customProperty,
|
|
@@ -330,10 +321,6 @@ var CustomPropertyField = function CustomPropertyField(_ref) {
|
|
|
330
321
|
});
|
|
331
322
|
};
|
|
332
323
|
|
|
333
|
-
__signature__(CustomPropertyField, "useIntl{intl}", function () {
|
|
334
|
-
return [_reactIntl.useIntl];
|
|
335
|
-
});
|
|
336
|
-
|
|
337
324
|
CustomPropertyField.propTypes = {
|
|
338
325
|
availableCustomProperties: _propTypes.default.arrayOf(_propTypes.default.object),
|
|
339
326
|
customProperty: _propTypes.default.object,
|
|
@@ -347,24 +334,4 @@ CustomPropertyField.propTypes = {
|
|
|
347
334
|
value: _propTypes.default.object
|
|
348
335
|
};
|
|
349
336
|
var _default = CustomPropertyField;
|
|
350
|
-
|
|
351
|
-
exports.default = _default2;
|
|
352
|
-
;
|
|
353
|
-
|
|
354
|
-
(function () {
|
|
355
|
-
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
356
|
-
|
|
357
|
-
if (!reactHotLoader) {
|
|
358
|
-
return;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
reactHotLoader.register(CustomPropertyField, "CustomPropertyField", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertyField.js");
|
|
362
|
-
reactHotLoader.register(_default, "default", "/home/ethan/FolioModules/stripes-kint-components/src/lib/CustomProperties/Edit/CustomPropertyField.js");
|
|
363
|
-
})();
|
|
364
|
-
|
|
365
|
-
;
|
|
366
|
-
|
|
367
|
-
(function () {
|
|
368
|
-
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
369
|
-
leaveModule && leaveModule(module);
|
|
370
|
-
})();
|
|
337
|
+
exports.default = _default;
|