stable
Clone or download
Read-only
closes request #31534 vue document should be in vue3 No functional changes, particular vigilences point: - you can create/update/delete documents - you can create/update folders and properties are inherited by sub components - you can perform search, modals in search view are opened Change-Id: Ia6dea48f21943da3eeb057d29014b7d55fbcdd90
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/package.json | +0 | −1 | Go to diff View file |
M | plugins/document/pnpm-lock.yaml | +0 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionDate.test.ts | +16 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionDate.vue | +5 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionGlobalText.test.ts | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionGlobalText.vue | +8 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionList.test.ts | +12 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionList.vue | +14 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionNumber.test.ts | +12 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionNumber.vue | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionOwner.vue | +10 | −11 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionText.test.ts | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionText.vue | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/__snapshots__/CriterionDate.test.ts.snap | +0 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.test.ts | +50 | −12 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.vue | +32 | −7 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchItemModals.vue | +11 | −48 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellCustomProperty.vue | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/CellLocation.vue | +0 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchResult/Cells/__snapshots__/CellLocation.test.ts.snap | +0 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/CreationModalPermissionsSection.vue | +4 | −13 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.vue | +53 | −8 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionEmptyModal.vue | +26 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionFileModal.vue | +6 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/CreateNewVersionLinkModal.vue | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/EmbeddedProperties.vue | +6 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/FileProperties.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/LinkProperties.vue | +11 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/RecursionOptions.vue | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/WikiProperties.vue | +9 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.test.ts | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.vue | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.vue | +7 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsForGroupsSelector.vue | +16 | −20 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.test.js | +11 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.vue | +18 | −4 | Go to diff View file |
R | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.test.js | Go to diff View file | ||
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.vue | +21 | −18 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.vue | +18 | −0 | Go to diff View file |
M | plugins/document/scripts/document/constants.ts | +4 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/emitter.ts | +45 | −6 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.test.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.ts | +5 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/properties/properties-actions.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +1 | −1 | Go to diff View file |
M | plugins/document/webpack.common.mjs | +1 | −4 | Go to diff View file |