@public-ui/vue 1.7.0-rc.11 → 1.7.0-rc.13

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/index.cjs CHANGED
@@ -259,6 +259,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
259
259
  "_accessKey",
260
260
  "_alert",
261
261
  "_checked",
262
+ "_hideError",
262
263
  "_disabled",
263
264
  "_error",
264
265
  "_hideLabel",
@@ -284,6 +285,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
284
285
  "_autoComplete",
285
286
  "_disabled",
286
287
  "_error",
288
+ "_hideError",
287
289
  "_hideLabel",
288
290
  "_hint",
289
291
  "_icon",
@@ -306,6 +308,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
306
308
  "_autoComplete",
307
309
  "_disabled",
308
310
  "_error",
311
+ "_hideError",
309
312
  "_hideLabel",
310
313
  "_hint",
311
314
  "_icon",
@@ -335,6 +338,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
335
338
  "_disabled",
336
339
  "_error",
337
340
  "_hasCounter",
341
+ "_hideError",
338
342
  "_hideLabel",
339
343
  "_hint",
340
344
  "_icon",
@@ -364,6 +368,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
364
368
  "_alert",
365
369
  "_disabled",
366
370
  "_error",
371
+ "_hideError",
367
372
  "_hideLabel",
368
373
  "_hint",
369
374
  "_icon",
@@ -386,6 +391,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
386
391
  "_autoComplete",
387
392
  "_disabled",
388
393
  "_error",
394
+ "_hideError",
389
395
  "_hideLabel",
390
396
  "_hint",
391
397
  "_icon",
@@ -416,6 +422,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
416
422
  "_disabled",
417
423
  "_error",
418
424
  "_hasCounter",
425
+ "_hideError",
419
426
  "_hideLabel",
420
427
  "_hint",
421
428
  "_icon",
@@ -441,6 +448,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
441
448
  "_alert",
442
449
  "_disabled",
443
450
  "_error",
451
+ "_hideError",
444
452
  "_hideLabel",
445
453
  "_hint",
446
454
  "_id",
@@ -463,6 +471,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
463
471
  "_autoComplete",
464
472
  "_disabled",
465
473
  "_error",
474
+ "_hideError",
466
475
  "_hideLabel",
467
476
  "_hint",
468
477
  "_icon",
@@ -488,6 +497,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
488
497
  "_disabled",
489
498
  "_error",
490
499
  "_hasCounter",
500
+ "_hideError",
491
501
  "_hideLabel",
492
502
  "_hint",
493
503
  "_icon",
@@ -636,6 +646,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
636
646
  "_disabled",
637
647
  "_error",
638
648
  "_height",
649
+ "_hideError",
639
650
  "_hideLabel",
640
651
  "_hint",
641
652
  "_icon",
@@ -724,6 +735,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
724
735
  "_disabled",
725
736
  "_error",
726
737
  "_hasCounter",
738
+ "_hideError",
727
739
  "_hideLabel",
728
740
  "_hint",
729
741
  "_id",
package/dist/index.mjs CHANGED
@@ -257,6 +257,7 @@ const KolInputCheckbox = /* @__PURE__ */ defineContainer("kol-input-checkbox", v
257
257
  "_accessKey",
258
258
  "_alert",
259
259
  "_checked",
260
+ "_hideError",
260
261
  "_disabled",
261
262
  "_error",
262
263
  "_hideLabel",
@@ -282,6 +283,7 @@ const KolInputColor = /* @__PURE__ */ defineContainer("kol-input-color", void 0,
282
283
  "_autoComplete",
283
284
  "_disabled",
284
285
  "_error",
286
+ "_hideError",
285
287
  "_hideLabel",
286
288
  "_hint",
287
289
  "_icon",
@@ -304,6 +306,7 @@ const KolInputDate = /* @__PURE__ */ defineContainer("kol-input-date", void 0, [
304
306
  "_autoComplete",
305
307
  "_disabled",
306
308
  "_error",
309
+ "_hideError",
307
310
  "_hideLabel",
308
311
  "_hint",
309
312
  "_icon",
@@ -333,6 +336,7 @@ const KolInputEmail = /* @__PURE__ */ defineContainer("kol-input-email", void 0,
333
336
  "_disabled",
334
337
  "_error",
335
338
  "_hasCounter",
339
+ "_hideError",
336
340
  "_hideLabel",
337
341
  "_hint",
338
342
  "_icon",
@@ -362,6 +366,7 @@ const KolInputFile = /* @__PURE__ */ defineContainer("kol-input-file", void 0, [
362
366
  "_alert",
363
367
  "_disabled",
364
368
  "_error",
369
+ "_hideError",
365
370
  "_hideLabel",
366
371
  "_hint",
367
372
  "_icon",
@@ -384,6 +389,7 @@ const KolInputNumber = /* @__PURE__ */ defineContainer("kol-input-number", void
384
389
  "_autoComplete",
385
390
  "_disabled",
386
391
  "_error",
392
+ "_hideError",
387
393
  "_hideLabel",
388
394
  "_hint",
389
395
  "_icon",
@@ -414,6 +420,7 @@ const KolInputPassword = /* @__PURE__ */ defineContainer("kol-input-password", v
414
420
  "_disabled",
415
421
  "_error",
416
422
  "_hasCounter",
423
+ "_hideError",
417
424
  "_hideLabel",
418
425
  "_hint",
419
426
  "_icon",
@@ -439,6 +446,7 @@ const KolInputRadio = /* @__PURE__ */ defineContainer("kol-input-radio", void 0,
439
446
  "_alert",
440
447
  "_disabled",
441
448
  "_error",
449
+ "_hideError",
442
450
  "_hideLabel",
443
451
  "_hint",
444
452
  "_id",
@@ -461,6 +469,7 @@ const KolInputRange = /* @__PURE__ */ defineContainer("kol-input-range", void 0,
461
469
  "_autoComplete",
462
470
  "_disabled",
463
471
  "_error",
472
+ "_hideError",
464
473
  "_hideLabel",
465
474
  "_hint",
466
475
  "_icon",
@@ -486,6 +495,7 @@ const KolInputText = /* @__PURE__ */ defineContainer("kol-input-text", void 0, [
486
495
  "_disabled",
487
496
  "_error",
488
497
  "_hasCounter",
498
+ "_hideError",
489
499
  "_hideLabel",
490
500
  "_hint",
491
501
  "_icon",
@@ -634,6 +644,7 @@ const KolSelect = /* @__PURE__ */ defineContainer("kol-select", void 0, [
634
644
  "_disabled",
635
645
  "_error",
636
646
  "_height",
647
+ "_hideError",
637
648
  "_hideLabel",
638
649
  "_hint",
639
650
  "_icon",
@@ -722,6 +733,7 @@ const KolTextarea = /* @__PURE__ */ defineContainer("kol-textarea", void 0, [
722
733
  "_disabled",
723
734
  "_error",
724
735
  "_hasCounter",
736
+ "_hideError",
725
737
  "_hideLabel",
726
738
  "_hint",
727
739
  "_id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/vue",
3
- "version": "1.7.0-rc.11",
3
+ "version": "1.7.0-rc.13",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/types": "7.22.19",
50
- "@public-ui/components": "1.7.0-rc.11",
50
+ "@public-ui/components": "1.7.0-rc.13",
51
51
  "@types/minimatch": "5.1.2",
52
52
  "@types/minimist": "1.2.2",
53
53
  "@types/node": "ts5.1",
@@ -57,7 +57,7 @@
57
57
  "vue": "3.3.4"
58
58
  },
59
59
  "peerDependencies": {
60
- "@public-ui/components": "1.7.0-rc.11",
60
+ "@public-ui/components": "1.7.0-rc.13",
61
61
  "vue": ">=3"
62
62
  },
63
63
  "sideEffects": false,