@dataloop-ai/components 0.19.249 → 0.19.251
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dataloop-ai/components",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.251",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./index.ts",
|
|
6
6
|
"./models": "./models.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"check-only": "if grep -E -H -r --exclude-dir=.git --exclude-dir=node_modules --exclude=*.json --exclude=*.yml '^(describe|it).only' .; then echo 'Found only in test files' && exit 1; fi"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@dataloop-ai/icons": "^3.0.
|
|
25
|
+
"@dataloop-ai/icons": "^3.0.74",
|
|
26
26
|
"@types/flat": "^5.0.2",
|
|
27
27
|
"@types/lodash": "^4.14.184",
|
|
28
28
|
"@types/sortablejs": "^1.15.7",
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
3
|
-
:id="uuid"
|
|
4
|
-
class="dl-pagination"
|
|
5
|
-
>
|
|
2
|
+
<div :id="uuid" class="dl-pagination">
|
|
6
3
|
<div class="dl-pagination--container">
|
|
7
4
|
<rows-selector
|
|
8
5
|
v-if="withRowsPerPage && rowsPerPageState"
|
|
@@ -19,7 +16,7 @@
|
|
|
19
16
|
|
|
20
17
|
<div
|
|
21
18
|
v-if="rowsPerPageState"
|
|
22
|
-
class="dl-pagination--navigation"
|
|
19
|
+
class="dl-pagination--navigation dl-pagination--navigation-legend"
|
|
23
20
|
:class="
|
|
24
21
|
withLegend || (withRowsPerPage && rowsPerPageState)
|
|
25
22
|
? ''
|
|
@@ -889,7 +889,10 @@
|
|
|
889
889
|
<div v-else class="dl-table__control">
|
|
890
890
|
<slot name="bottom" v-bind="marginalsScope">
|
|
891
891
|
<div
|
|
892
|
-
v-if="
|
|
892
|
+
v-if="
|
|
893
|
+
hasBottomSelectionBanner &&
|
|
894
|
+
selectedRowsLabel(rowsSelectedNumber)
|
|
895
|
+
"
|
|
893
896
|
class="dl-table__control"
|
|
894
897
|
>
|
|
895
898
|
<div>
|