@leav/ui 0.0.3 → 0.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/__mocks__/common/attribute.js +1 -0
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +3 -0
- package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +4 -0
- package/dist/_gqlTypes/index.js +1 -0
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +1 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_utils/index.js +3 -0
- package/dist/_utils/index.js.map +1 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +3 -0
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +3 -3
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +6 -5
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +8 -3
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +3 -3
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +15 -4
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +5 -2
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +2 -2
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +3 -2
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +4 -6
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
- package/dist/components/LibraryItemsList/constants.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +3 -0
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +3 -0
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +3 -0
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js +3 -0
- package/dist/components/RecordEdition/EditRecord/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecord/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js +2 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/Inputs/DateRangeInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +9 -1
- package/dist/components/RecordEdition/EditRecord/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +26 -26
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +11 -11
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/index.js +3 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.d.ts +2 -2
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +13 -8
- package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
- package/dist/components/TriggerPreviewsGenerationModal/index.js +3 -0
- package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
- package/dist/contexts/UserContext/index.js +3 -0
- package/dist/contexts/UserContext/index.js.map +1 -1
- package/dist/hooks/useCanEditRecord/index.js +3 -0
- package/dist/hooks/useCanEditRecord/index.js.map +1 -1
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js +2 -5
- package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
- package/dist/hooks/useUser/index.js +3 -0
- package/dist/hooks/useUser/index.js.map +1 -1
- package/dist/locales/en/shared.json +11 -4
- package/dist/locales/fr/shared.json +6 -1
- package/dist/types/index.js +3 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/search.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,14 +19,15 @@ import styled from 'styled-components';
|
|
|
19
19
|
import { themeVars } from '../../antdTheme';
|
|
20
20
|
import { EntityPreview } from '../EntityPreview';
|
|
21
21
|
import FileModal from './FileModal';
|
|
22
|
-
|
|
22
|
+
import { useSharedTranslation } from '../../hooks/useSharedTranslation';
|
|
23
|
+
const DivClickHandler = styled.div `
|
|
23
24
|
position: relative;
|
|
24
|
-
cursor: pointer;
|
|
25
|
+
cursor: ${({ $isClickable }) => ($isClickable ? 'pointer' : 'default')};
|
|
25
26
|
width: fit-content;
|
|
26
27
|
height: fit-content;
|
|
27
28
|
margin: auto;
|
|
28
29
|
`;
|
|
29
|
-
const
|
|
30
|
+
const DivOverlay = styled.div `
|
|
30
31
|
background: ${themeVars.secondaryBg}99; // Hexadecimal color + opacity
|
|
31
32
|
position: absolute;
|
|
32
33
|
top: 0;
|
|
@@ -38,20 +39,24 @@ const Overlay = styled.div `
|
|
|
38
39
|
align-items: center;
|
|
39
40
|
font-size: 2em;
|
|
40
41
|
|
|
41
|
-
${
|
|
42
|
+
${DivClickHandler}:hover & {
|
|
42
43
|
display: flex;
|
|
43
44
|
}
|
|
44
45
|
`;
|
|
45
|
-
|
|
46
|
+
const RecordPreviewWithModal = (_a) => {
|
|
46
47
|
var { previewFile, imageStyle, showTransparency = false } = _a, recordPreviewProps = __rest(_a, ["previewFile", "imageStyle", "showTransparency"]);
|
|
48
|
+
const { t } = useSharedTranslation();
|
|
47
49
|
const [isPreviewModalOpen, setPreviewModalOpen] = useState(false);
|
|
48
50
|
const fileId = previewFile === null || previewFile === void 0 ? void 0 : previewFile.id;
|
|
49
51
|
const fileLibraryId = previewFile === null || previewFile === void 0 ? void 0 : previewFile.library;
|
|
52
|
+
const isPreviewClickable = previewFile !== undefined;
|
|
50
53
|
const _handlePreviewClick = () => {
|
|
51
|
-
|
|
54
|
+
if (isPreviewClickable) {
|
|
55
|
+
setPreviewModalOpen(true);
|
|
56
|
+
}
|
|
52
57
|
};
|
|
53
58
|
const _handleClosePreviewModal = () => setPreviewModalOpen(false);
|
|
54
|
-
return (_jsxs(_Fragment, { children: [_jsxs(
|
|
55
|
-
}
|
|
59
|
+
return (_jsxs(_Fragment, { children: [_jsxs(DivClickHandler, Object.assign({ "$isClickable": isPreviewClickable, onClick: _handlePreviewClick, "data-testid": "click-handler" }, { children: [_jsx(EntityPreview, Object.assign({ imageStyle: Object.assign({ background: showTransparency ? themeVars.checkerBoard : 'transparent' }, imageStyle) }, recordPreviewProps)), isPreviewClickable && (_jsx(DivOverlay, Object.assign({ title: t('record_summary.preview_title') }, { children: _jsx(EyeOutlined, {}) })))] })), isPreviewModalOpen && (_jsx(FileModal, { open: isPreviewModalOpen, fileId: fileId, libraryId: fileLibraryId, onClose: _handleClosePreviewModal }))] }));
|
|
60
|
+
};
|
|
56
61
|
export default RecordPreviewWithModal;
|
|
57
62
|
//# sourceMappingURL=RecordPreviewWithModal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordPreviewWithModal.js","sourceRoot":"","sources":["../../../src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAE9C,OAAO,
|
|
1
|
+
{"version":3,"file":"RecordPreviewWithModal.js","sourceRoot":"","sources":["../../../src/components/RecordPreviewWithModal/RecordPreviewWithModal.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAoB,QAAQ,EAAC,MAAM,OAAO,CAAC;AAClD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAC,SAAS,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAC,aAAa,EAAsB,MAAM,kBAAkB,CAAC;AACpE,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAOpE,MAAM,eAAe,GAAG,MAAM,CAAC,GAAG,CAA0B;;cAE9C,CAAC,EAAC,YAAY,EAAC,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;;;;CAIvE,CAAC;AAEF,MAAM,UAAU,GAAG,MAAM,CAAC,GAAG,CAAA;kBACX,SAAS,CAAC,WAAW;;;;;;;;;;;MAWjC,eAAe;;;CAGpB,CAAC;AAEF,MAAM,sBAAsB,GAAoD,CAAC,EAKhF,EAAE,EAAE;QAL4E,EAC7E,WAAW,EACX,UAAU,EACV,gBAAgB,GAAG,KAAK,OAE3B,EADM,kBAAkB,cAJwD,iDAKhF,CADwB;IAErB,MAAM,EAAC,CAAC,EAAC,GAAG,oBAAoB,EAAE,CAAC;IAEnC,MAAM,CAAC,kBAAkB,EAAE,mBAAmB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAClE,MAAM,MAAM,GAAG,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,EAAE,CAAC;IAC/B,MAAM,aAAa,GAAG,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,OAAO,CAAC;IAE3C,MAAM,kBAAkB,GAAG,WAAW,KAAK,SAAS,CAAC;IAErD,MAAM,mBAAmB,GAAG,GAAG,EAAE;QAC7B,IAAI,kBAAkB,EAAE;YACpB,mBAAmB,CAAC,IAAI,CAAC,CAAC;SAC7B;IACL,CAAC,CAAC;IAEF,MAAM,wBAAwB,GAAG,GAAG,EAAE,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAElE,OAAO,CACH,8BACI,MAAC,eAAe,kCACE,kBAAkB,EAChC,OAAO,EAAE,mBAAmB,iBAChB,eAAe,iBAE3B,KAAC,aAAa,kBACV,UAAU,kBACN,UAAU,EAAE,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC,aAAa,IAClE,UAAU,KAEb,kBAAkB,EACxB,EACD,kBAAkB,IAAI,CACnB,KAAC,UAAU,kBAAC,KAAK,EAAE,CAAC,CAAC,8BAA8B,CAAC,gBAChD,KAAC,WAAW,KAAG,IACN,CAChB,KACa,EACjB,kBAAkB,IAAI,CACnB,KAAC,SAAS,IACN,IAAI,EAAE,kBAAkB,EACxB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,aAAa,EACxB,OAAO,EAAE,wBAAwB,GACnC,CACL,IACF,CACN,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
// Copyright LEAV Solutions 2017
|
|
2
|
+
// This file is released under LGPL V3
|
|
3
|
+
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
|
+
// Copyright LEAV Solutions 2017
|
|
2
5
|
export { default as TriggerPreviewsGenerationModal } from './TriggerPreviewsGenerationModal';
|
|
3
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/TriggerPreviewsGenerationModal/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,EAAC,OAAO,IAAI,8BAA8B,EAAC,MAAM,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/TriggerPreviewsGenerationModal/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,gCAAgC;AAChC,OAAO,EAAC,OAAO,IAAI,8BAA8B,EAAC,MAAM,kCAAkC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/contexts/UserContext/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/contexts/UserContext/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,cAAc,SAAS,CAAC;AACxB,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/useCanEditRecord/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/useCanEditRecord/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,gBAAgB,EAAC,MAAM,oBAAoB,CAAC"}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
// This file is released under LGPL V3
|
|
3
3
|
// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt
|
|
4
4
|
import i18next from 'i18next';
|
|
5
|
-
import LanguageDetector from 'i18next-browser-languagedetector';
|
|
6
5
|
import { useContext, useMemo } from 'react';
|
|
7
6
|
import { initReactI18next, useTranslation } from 'react-i18next';
|
|
8
7
|
import { LangContext } from '../../contexts';
|
|
@@ -10,10 +9,8 @@ import en from '../../locales/en/shared.json';
|
|
|
10
9
|
import fr from '../../locales/fr/shared.json';
|
|
11
10
|
const useSharedTranslation = () => {
|
|
12
11
|
const langContext = useContext(LangContext);
|
|
13
|
-
const i18n = useMemo(() => i18next
|
|
14
|
-
.
|
|
15
|
-
.use(LanguageDetector)
|
|
16
|
-
.createInstance({
|
|
12
|
+
const i18n = useMemo(() => i18next.use(initReactI18next).createInstance({
|
|
13
|
+
lng: langContext.lang[0],
|
|
17
14
|
fallbackLng: langContext.defaultLang,
|
|
18
15
|
ns: ['shared'],
|
|
19
16
|
defaultNS: 'shared',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSharedTranslation.js","sourceRoot":"","sources":["../../../src/hooks/useSharedTranslation/useSharedTranslation.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,OAAO,MAAM,SAAS,CAAC;AAC9B,OAAO,
|
|
1
|
+
{"version":3,"file":"useSharedTranslation.js","sourceRoot":"","sources":["../../../src/hooks/useSharedTranslation/useSharedTranslation.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,OAAO,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,UAAU,EAAE,OAAO,EAAC,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAC,gBAAgB,EAAE,cAAc,EAAC,MAAM,eAAe,CAAC;AAC/D,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAC9C,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAE9C,MAAM,oBAAoB,GAAG,GAAG,EAAE;IAC9B,MAAM,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IAE5C,MAAM,IAAI,GAAG,OAAO,CAChB,GAAG,EAAE,CACD,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC,cAAc,CACxC;QACI,GAAG,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;QACxB,WAAW,EAAE,WAAW,CAAC,WAAW;QACpC,EAAE,EAAE,CAAC,QAAQ,CAAC;QACd,SAAS,EAAE,QAAQ;QACnB,SAAS,EAAE;YACP,EAAE,EAAE,EAAC,MAAM,EAAE,EAAE,EAAC;YAChB,EAAE,EAAE,EAAC,MAAM,EAAE,EAAE,EAAC;SACnB;QACD,KAAK,EAAE;YACH,WAAW,EAAE,IAAI;SACpB;KACJ,EACD,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE;QACP,IAAI,GAAG,EAAE;YACL,OAAO,OAAO,CAAC,KAAK,CAAC,8BAA8B,EAAE,GAAG,CAAC,CAAC;SAC7D;IACL,CAAC,CACJ,EACL,CAAC,WAAW,CAAC,IAAI,CAAC,CACrB,CAAC;IAEF,OAAO,cAAc,CAAC,QAAQ,EAAE,EAAC,IAAI,EAAC,CAAC,CAAC;AAC5C,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/useUser/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/useUser/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC"}
|
|
@@ -27,7 +27,9 @@
|
|
|
27
27
|
"document_title": "LEAV Engine - {{appLabel}}",
|
|
28
28
|
"yes": "Yes",
|
|
29
29
|
"no": "No",
|
|
30
|
-
"create": "Create"
|
|
30
|
+
"create": "Create",
|
|
31
|
+
"ok": "Ok",
|
|
32
|
+
"max_length": "Max length"
|
|
31
33
|
},
|
|
32
34
|
"errors": {
|
|
33
35
|
"default_language_required": "The default language is required",
|
|
@@ -39,7 +41,6 @@
|
|
|
39
41
|
"invalid_url_format": "Invalid URL"
|
|
40
42
|
},
|
|
41
43
|
"applications": {
|
|
42
|
-
"new_app": "New application",
|
|
43
44
|
"id": "Identifier",
|
|
44
45
|
"label": "Label",
|
|
45
46
|
"description": "Description",
|
|
@@ -151,6 +152,8 @@
|
|
|
151
152
|
"behavior_files": "Files",
|
|
152
153
|
"linked_libraries": "Linked libraries",
|
|
153
154
|
"allowed_multiple_positions": "Allowed multiple positions",
|
|
155
|
+
"allowed_at_root": "Allowed at root",
|
|
156
|
+
"allowed_children": "Allowed children",
|
|
154
157
|
"add_libraries": "Add libraries",
|
|
155
158
|
"no_linked_libraries": "No linked libraries",
|
|
156
159
|
"no_children_allowed": "No children allowed",
|
|
@@ -172,6 +175,9 @@
|
|
|
172
175
|
"groups": "Groups",
|
|
173
176
|
"columns": "Columns",
|
|
174
177
|
"new": "New",
|
|
178
|
+
"created_in_success": {
|
|
179
|
+
"message": "Element successfully created!"
|
|
180
|
+
},
|
|
175
181
|
"display_type": "Display",
|
|
176
182
|
"header_table": "Items from {{libName}}",
|
|
177
183
|
"show-filter-panel": "Show filters",
|
|
@@ -384,7 +390,8 @@
|
|
|
384
390
|
},
|
|
385
391
|
"floating_menu": {
|
|
386
392
|
"more_actions": "More"
|
|
387
|
-
},
|
|
393
|
+
},
|
|
394
|
+
"record_edition": {
|
|
388
395
|
"no_form_error": "No form available",
|
|
389
396
|
"invalid_format": "Invalid format",
|
|
390
397
|
"missing_attribute": "Missing attribute",
|
|
@@ -441,6 +448,7 @@
|
|
|
441
448
|
"field_external_update": "This field has been updated"
|
|
442
449
|
},
|
|
443
450
|
"record_summary": {
|
|
451
|
+
"preview_title": "Click here to visualize preview.",
|
|
444
452
|
"id": "Identifier",
|
|
445
453
|
"label": "Label",
|
|
446
454
|
"library": "Library",
|
|
@@ -559,7 +567,6 @@
|
|
|
559
567
|
},
|
|
560
568
|
"files": {
|
|
561
569
|
"generate_previews": "Generate previews",
|
|
562
|
-
"previews_generation_confirm": "Do you really want to generate previews?",
|
|
563
570
|
"previews_generation_failed_only": "Only if previous generation failed",
|
|
564
571
|
"previews_generation_success": "Previews generation started",
|
|
565
572
|
"previews_generation_nothing_to_do": "No preview to generate",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"yes": "Oui",
|
|
29
29
|
"no": "Non",
|
|
30
30
|
"create": "Créer",
|
|
31
|
-
"ok": "Ok"
|
|
31
|
+
"ok": "Ok",
|
|
32
|
+
"max_length": "Longueur maximale"
|
|
32
33
|
},
|
|
33
34
|
"errors": {
|
|
34
35
|
"default_language_required": "La langue par défaut est requise",
|
|
@@ -174,6 +175,9 @@
|
|
|
174
175
|
"groups": "Groupes",
|
|
175
176
|
"columns": "Colonnes",
|
|
176
177
|
"new": "Nouveau",
|
|
178
|
+
"created_in_success": {
|
|
179
|
+
"message": "Élément créé avec succès !"
|
|
180
|
+
},
|
|
177
181
|
"display_type": "Affichage",
|
|
178
182
|
"header_table": "Éléments de {{libName}}",
|
|
179
183
|
"show-filter-panel": "Montrer les filtres",
|
|
@@ -444,6 +448,7 @@
|
|
|
444
448
|
"field_external_update": "Ce champ a été modifié"
|
|
445
449
|
},
|
|
446
450
|
"record_summary": {
|
|
451
|
+
"preview_title": "Cliquez ici pour voir l’aperçu.",
|
|
447
452
|
"id": "Identifiant",
|
|
448
453
|
"label": "Libellé",
|
|
449
454
|
"library": "Bibliothèque",
|
package/dist/types/index.js
CHANGED
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,sCAAsC;AACtC,sEAAsE;AACtE,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
package/dist/types/search.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../src/types/search.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../src/types/search.ts"],"names":[],"mappings":"AAKA,OAAO,EAIH,qBAAqB,EAExB,MAAM,eAAe,CAAC;AA+DvB,MAAM,CAAN,IAAY,WAGX;AAHD,WAAY,WAAW;IACnB,4BAAa,CAAA;IACb,0BAAW,CAAA;AACf,CAAC,EAHW,WAAW,KAAX,WAAW,QAGtB;AAUD,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IAClB,qCAAuB,CAAA;IACvB,2BAAa,CAAA;IACb,iCAAmB,CAAA;AACvB,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAED,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACtB,6BAAW,CAAA;IACX,2BAAS,CAAA;IACT,+CAA6B,CAAA;IAC7B,iDAA+B,CAAA;AACnC,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAED,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,sDAA+B,CAAA;IAC/B,8DAAuC,CAAA;AAC3C,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAED,MAAM,CAAN,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAC9B,6CAAmB,CAAA;AACvB,CAAC,EAFW,sBAAsB,KAAtB,sBAAsB,QAEjC;AAED,qEAAqE;AACrE,oDAAoD;AACpD,MAAM,CAAC,MAAM,wBAAwB,mCAC9B,qBAAqB,GACrB,sBAAsB,CAC5B,CAAC;AA0CF,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,yCAAmB,CAAA;IACnB,mCAAa,CAAA;IACb,2CAAqB,CAAA;AACzB,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;AAED,MAAM,CAAN,IAAY,UAGX;AAHD,WAAY,UAAU;IAClB,+BAAiB,CAAA;IACjB,+BAAiB,CAAA;AACrB,CAAC,EAHW,UAAU,KAAV,UAAU,QAGrB"}
|