@nova-design-system/nova-vue 3.0.0-beta.47 → 3.1.0

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.
@@ -40,6 +40,7 @@ export const NvBadge = /*@__PURE__*/ defineContainer('nv-badge', undefined, [
40
40
  'dismissible',
41
41
  'hidden',
42
42
  'preventAutoClose',
43
+ 'isIconOnly',
43
44
  'closeClicked',
44
45
  'hiddenChanged',
45
46
  'hiddenChangedComplete'
@@ -90,12 +91,16 @@ export const NvDatagrid = /*@__PURE__*/ defineContainer('nv-datagrid', undefined
90
91
  'fallbackValue',
91
92
  'noDataMessage',
92
93
  'noColumnsNoDataMessage',
93
- 'enableGlobalFilter',
94
94
  'autoGenerateColumns',
95
+ 'enableGlobalFilter',
96
+ 'globalFilterPosition',
95
97
  'enablePagination',
96
98
  'pageSize',
97
99
  'pageSizes',
98
- 'action'
100
+ 'enableSorting',
101
+ 'enableRowSelection',
102
+ 'action',
103
+ 'selectedRows'
99
104
  ]);
100
105
  export const NvDatagridcolumn = /*@__PURE__*/ defineContainer('nv-datagridcolumn', undefined, [
101
106
  'header',
@@ -176,6 +181,7 @@ export const NvFielddate = /*@__PURE__*/ defineContainer('nv-fielddate', undefin
176
181
  'shortcuts',
177
182
  'showWeekNumbers',
178
183
  'disabledDates',
184
+ 'fluid',
179
185
  'dateChange'
180
186
  ]);
181
187
  export const NvFielddaterange = /*@__PURE__*/ defineContainer('nv-fielddaterange', undefined, [
@@ -193,7 +199,7 @@ export const NvFielddaterange = /*@__PURE__*/ defineContainer('nv-fielddaterange
193
199
  'error',
194
200
  'errorDescription',
195
201
  'success',
196
- 'shouldAutoFocus',
202
+ 'autofocus',
197
203
  'value',
198
204
  'firstDayOfWeek',
199
205
  'numberOfCalendars',
@@ -206,6 +212,7 @@ export const NvFielddaterange = /*@__PURE__*/ defineContainer('nv-fielddaterange
206
212
  'shortcuts',
207
213
  'showWeekNumbers',
208
214
  'disabledDates',
215
+ 'fluid',
209
216
  'dateRangeChange'
210
217
  ]);
211
218
  export const NvFielddropdown = /*@__PURE__*/ defineContainer('nv-fielddropdown', undefined, [
@@ -226,6 +233,7 @@ export const NvFielddropdown = /*@__PURE__*/ defineContainer('nv-fielddropdown',
226
233
  'filterable',
227
234
  'options',
228
235
  'autofocus',
236
+ 'fluid',
229
237
  'valueChanged',
230
238
  'dropdownItemSelected'
231
239
  ], 'value', 'value-changed');
@@ -266,6 +274,7 @@ export const NvFieldmultiselect = /*@__PURE__*/ defineContainer('nv-fieldmultise
266
274
  'options',
267
275
  'debounceDelay',
268
276
  'autofocus',
277
+ 'fluid',
269
278
  'valueChanged',
270
279
  'multiselectChange'
271
280
  ], 'value', 'value-changed');
@@ -288,6 +297,7 @@ export const NvFieldnumber = /*@__PURE__*/ defineContainer('nv-fieldnumber', und
288
297
  'step',
289
298
  'value',
290
299
  'autofocus',
300
+ 'fluid',
291
301
  'valueChanged'
292
302
  ], 'value', 'value-changed');
293
303
  export const NvFieldpassword = /*@__PURE__*/ defineContainer('nv-fieldpassword', undefined, [
@@ -311,6 +321,7 @@ export const NvFieldpassword = /*@__PURE__*/ defineContainer('nv-fieldpassword',
311
321
  'hidePasswordIcon',
312
322
  'showPassword',
313
323
  'autofocus',
324
+ 'fluid',
314
325
  'valueChanged'
315
326
  ], 'value', 'value-changed');
316
327
  export const NvFieldradio = /*@__PURE__*/ defineContainer('nv-fieldradio', undefined, [
@@ -347,6 +358,7 @@ export const NvFieldselect = /*@__PURE__*/ defineContainer('nv-fieldselect', und
347
358
  'value',
348
359
  'displayValue',
349
360
  'autofocus',
361
+ 'fluid',
350
362
  'valueChanged'
351
363
  ], 'value', 'value-changed');
352
364
  export const NvFieldtext = /*@__PURE__*/ defineContainer('nv-fieldtext', undefined, [
@@ -372,6 +384,7 @@ export const NvFieldtext = /*@__PURE__*/ defineContainer('nv-fieldtext', undefin
372
384
  'autocomplete',
373
385
  'multiple',
374
386
  'autofocus',
387
+ 'fluid',
375
388
  'valueChanged'
376
389
  ], 'value', 'value-changed');
377
390
  export const NvFieldtextarea = /*@__PURE__*/ defineContainer('nv-fieldtextarea', undefined, [
@@ -395,6 +408,7 @@ export const NvFieldtextarea = /*@__PURE__*/ defineContainer('nv-fieldtextarea',
395
408
  'resize',
396
409
  'autosize',
397
410
  'autofocus',
411
+ 'fluid',
398
412
  'valueChanged'
399
413
  ], 'value', 'value-changed');
400
414
  export const NvFieldtime = /*@__PURE__*/ defineContainer('nv-fieldtime', undefined, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-vue",
3
- "version": "3.0.0-beta.47",
3
+ "version": "3.1.0",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",