@dataloop-ai/components 0.17.4 → 0.17.6

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.17.4",
3
+ "version": "0.17.6",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -640,8 +640,7 @@ export default defineComponent({
640
640
  align-items: center;
641
641
 
642
642
  &--s {
643
- margin-right: 5px;
644
- margin-bottom: 0px;
643
+ margin: 4px auto auto;
645
644
  }
646
645
  }
647
646
 
@@ -447,7 +447,7 @@
447
447
  <dl-pagination
448
448
  v-if="displayPagination"
449
449
  v-bind="marginalsScope.pagination"
450
- total-items="rows.length"
450
+ :total-items="rows.length"
451
451
  @update:rowsPerPage="
452
452
  (v) => setPagination({ rowsPerPage: v })
453
453
  "
@@ -65,7 +65,7 @@ export default defineComponent({
65
65
  text-overflow: ellipsis;
66
66
  line-height: 11px;
67
67
  max-height: 22px;
68
- white-space: pre-wrap;
68
+ white-space: nowrap;
69
69
  overflow: hidden;
70
70
  display: inline-block;
71
71
  }
@@ -59,6 +59,17 @@
59
59
  info-message="This won't show, error is true"
60
60
  optional
61
61
  />
62
+ <dl-input
63
+ v-model="warningFieldValue"
64
+ title="Warning Example"
65
+ style="width: 220px"
66
+ placeholder="Select option"
67
+ size="s"
68
+ warning
69
+ warning-message="Something isn't right."
70
+ info-message="This won't show, error is true"
71
+ optional
72
+ />
62
73
  <dl-input
63
74
  v-model="errorFieldValue"
64
75
  title="Error Example"