datastake-daf 0.6.334 → 0.6.335
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/components/index.js
CHANGED
|
@@ -55672,7 +55672,7 @@ const getColumns$2 = ({
|
|
|
55672
55672
|
});
|
|
55673
55673
|
}
|
|
55674
55674
|
}, {
|
|
55675
|
-
title: t("
|
|
55675
|
+
title: t("Name"),
|
|
55676
55676
|
dataIndex: "name",
|
|
55677
55677
|
key: "name",
|
|
55678
55678
|
ellipsis: true,
|
|
@@ -55689,7 +55689,7 @@ const getColumns$2 = ({
|
|
|
55689
55689
|
});
|
|
55690
55690
|
}
|
|
55691
55691
|
}, {
|
|
55692
|
-
title: t("
|
|
55692
|
+
title: t("Category"),
|
|
55693
55693
|
dataIndex: "category",
|
|
55694
55694
|
key: "category",
|
|
55695
55695
|
ellipsis: true,
|
|
@@ -55707,7 +55707,7 @@ const getColumns$2 = ({
|
|
|
55707
55707
|
});
|
|
55708
55708
|
}
|
|
55709
55709
|
}, {
|
|
55710
|
-
title: t("
|
|
55710
|
+
title: t("Country"),
|
|
55711
55711
|
dataIndex: "country",
|
|
55712
55712
|
key: "country",
|
|
55713
55713
|
ellipsis: true,
|
|
@@ -55759,7 +55759,7 @@ const getColumns$2 = ({
|
|
|
55759
55759
|
});
|
|
55760
55760
|
}
|
|
55761
55761
|
}, {
|
|
55762
|
-
title: t("
|
|
55762
|
+
title: t("Sources"),
|
|
55763
55763
|
dataIndex: "sources",
|
|
55764
55764
|
key: "sources",
|
|
55765
55765
|
show: true,
|
package/package.json
CHANGED
|
@@ -119,7 +119,7 @@ export const getColumns = ({
|
|
|
119
119
|
},
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
|
-
title: t("
|
|
122
|
+
title: t("Name"),
|
|
123
123
|
dataIndex: "name",
|
|
124
124
|
key: "name",
|
|
125
125
|
ellipsis: true,
|
|
@@ -133,7 +133,7 @@ export const getColumns = ({
|
|
|
133
133
|
},
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
title: t("
|
|
136
|
+
title: t("Category"),
|
|
137
137
|
dataIndex: "category",
|
|
138
138
|
key: "category",
|
|
139
139
|
ellipsis: true,
|
|
@@ -149,7 +149,7 @@ export const getColumns = ({
|
|
|
149
149
|
},
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
title: t("
|
|
152
|
+
title: t("Country"),
|
|
153
153
|
dataIndex: "country",
|
|
154
154
|
key: "country",
|
|
155
155
|
ellipsis: true,
|
|
@@ -192,7 +192,7 @@ export const getColumns = ({
|
|
|
192
192
|
},
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
title: t("
|
|
195
|
+
title: t("Sources"),
|
|
196
196
|
dataIndex: "sources",
|
|
197
197
|
key: "sources",
|
|
198
198
|
show: true,
|