@dataloop-ai/components 0.17.37 → 0.17.38

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.37",
3
+ "version": "0.17.38",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -775,7 +775,7 @@ export default defineComponent({
775
775
  color: var(--dl-color-disabled);
776
776
  cursor: not-allowed;
777
777
  }
778
- &:readonly {
778
+ &:read-only {
779
779
  border-color: var(--dl-color-separator);
780
780
  cursor: text;
781
781
  &:hover {
@@ -121,6 +121,14 @@
121
121
  size="m"
122
122
  />
123
123
  </div>
124
+
125
+ <dl-input
126
+ title="Readonly"
127
+ style="width: 220px"
128
+ placeholder="Readonly state"
129
+ size="m"
130
+ readonly
131
+ />
124
132
  </div>
125
133
  </template>
126
134
  <script lang="ts">