-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] bulk/focus switch - [x] BulkAnnotation component - [x] FocusAnnotation component - [x] Make the header of record fixed - [x] Include checkbox for each record - [x] Include global checkbox - [x] Include page size selector - [x] Pagination with more than 10 options - [x] Show selected records number in the form - [x] Bulk action: Submit / Discard / Save as draft --------- Co-authored-by: leire <[email protected]> Co-authored-by: leiyre <[email protected]> Co-authored-by: Paco Aranda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
27e3f09
commit 0b8bc2b
Showing
106 changed files
with
3,554 additions
and
1,026 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* coding=utf-8 | ||
* Copyright 2021-present, the Recognai S.L. team. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/* eslint-disable */ | ||
var icon = require('vue-svgicon') | ||
icon.register({ | ||
'bulk-mode': { | ||
width: 24, | ||
height: 17, | ||
viewBox: '0 0 24 17', | ||
data: '<path pid="0" clip-rule="evenodd" d="M0 3a1 1 0 012 0 1 1 0 01-2 0zM5 4a1 1 0 010-2h18a1 1 0 110 2H5zM0 9a1 1 0 012 0 1 1 0 01-2 0zM5 10a1 1 0 010-2h18a1 1 0 110 2H5zM0 15a1 1 0 112 0 1 1 0 11-2 0zM5 16a1 1 0 110-2h18a1 1 0 110 2H5z"/>' | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* coding=utf-8 | ||
* Copyright 2021-present, the Recognai S.L. team. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/* eslint-disable */ | ||
var icon = require('vue-svgicon') | ||
icon.register({ | ||
'change-height': { | ||
width: 30, | ||
height: 18, | ||
viewBox: '0 0 30 18', | ||
data: '<path pid="0" clip-rule="evenodd" d="M12.5 4c-.69 0-1.25-.448-1.25-1s.56-1 1.25-1h16.25c.69 0 1.25.448 1.25 1s-.56 1-1.25 1H12.5zM12.5 10c-.69 0-1.25-.448-1.25-1s.56-1 1.25-1h16.25c.69 0 1.25.448 1.25 1s-.56 1-1.25 1H12.5zM12.5 16c-.69 0-1.25-.448-1.25-1s.56-1 1.25-1h16.25c.69 0 1.25.448 1.25 1s-.56 1-1.25 1H12.5zM4.385 0h-.02a.921.921 0 00-.4.096L3.953.1a.872.872 0 00-.103.063L.35 2.618a.784.784 0 00-.175 1.146.916.916 0 001.225.163l2.1-1.472v13.09l-2.1-1.472a.916.916 0 00-1.225.163.784.784 0 00.175 1.146l3.5 2.454a.872.872 0 00.103.063l.012.005c.12.06.256.094.4.096h.02a.921.921 0 00.4-.096l.012-.006a.872.872 0 00.103-.062l3.5-2.454a.784.784 0 00.175-1.146.916.916 0 00-1.225-.163l-2.1 1.473V2.455l2.1 1.472a.916.916 0 001.225-.163.784.784 0 00-.175-1.146L4.9.164A.872.872 0 004.797.1L4.785.096a.921.921 0 00-.4-.096z"/>' | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
* coding=utf-8 | ||
* Copyright 2021-present, the Recognai S.L. team. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/* eslint-disable */ | ||
var icon = require('vue-svgicon') | ||
icon.register({ | ||
'focus-mode': { | ||
width: 20, | ||
height: 16, | ||
viewBox: '0 0 20 16', | ||
data: '<path pid="0" clip-rule="evenodd" d="M0 .889C0 .398.373 0 .833 0h18.334c.46 0 .833.398.833.889V15.11c0 .491-.373.889-.833.889H.833C.373 16 0 15.602 0 15.111V.89zm1.667.889v12.444h16.666V1.778H1.667z"/>' | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.