vueless 0.0.206 → 0.0.208

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.
Files changed (44) hide show
  1. package/composable.ui/index.js +1 -0
  2. package/package.json +1 -1
  3. package/service.storybook/index.js +9 -0
  4. package/ui.button/index.stories.js +6 -18
  5. package/ui.button/index.vue +6 -1
  6. package/ui.container-accordion/composables/attrs.composable.js +10 -11
  7. package/ui.container-accordion/index.vue +8 -2
  8. package/ui.container-card/composable/attrs.composable.js +36 -43
  9. package/ui.container-card/configs/default.config.js +2 -2
  10. package/ui.container-card/index.vue +1 -1
  11. package/ui.container-divider/composables/attrs.composable.js +22 -49
  12. package/ui.container-divider/index.vue +1 -1
  13. package/ui.container-group/composables/attrs.composable.js +23 -39
  14. package/ui.container-group/configs/default.config.js +3 -3
  15. package/ui.container-group/index.vue +4 -4
  16. package/ui.container-groups/composables/attrs.composable.js +20 -16
  17. package/ui.container-groups/index.vue +1 -1
  18. package/ui.container-modal/composables/attrs.composable.js +43 -66
  19. package/ui.container-modal/configs/default.config.js +6 -6
  20. package/ui.container-modal/index.vue +13 -2
  21. package/ui.container-modal-confirm/composable/attrs.composable.js +21 -40
  22. package/ui.container-modal-confirm/configs/default.config.js +3 -3
  23. package/ui.container-modal-confirm/index.vue +18 -2
  24. package/ui.container-page/composables/attrs.composable.js +48 -83
  25. package/ui.container-page/configs/default.config.js +3 -3
  26. package/ui.container-page/index.vue +1 -1
  27. package/ui.container-row/composables/attrs.composable.js +20 -17
  28. package/ui.container-row/index.vue +1 -1
  29. package/ui.data-table/components/TableRow.vue +1 -1
  30. package/ui.data-table/composables/attrs.composable.js +2 -0
  31. package/ui.data-table/configs/default.config.js +3 -2
  32. package/ui.data-table/index.vue +2 -0
  33. package/ui.form-date-picker-range/configs/default.config.js +2 -6
  34. package/ui.form-date-picker-range/index.vue +29 -12
  35. package/ui.form-input/index.stories.js +2 -5
  36. package/ui.image-avatar/composables/attrs.composable.js +28 -24
  37. package/ui.image-avatar/configs/default.config.js +1 -1
  38. package/ui.image-avatar/index.vue +7 -2
  39. package/ui.image-icon/composables/attrs.composable.js +24 -49
  40. package/ui.image-icon/index.vue +17 -2
  41. package/ui.loader/index.stories.js +32 -2
  42. package/ui.navigation-progress/index.stories.js +48 -106
  43. package/ui.navigation-progress/index.vue +9 -1
  44. package/web-types.json +58 -15
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.206",
4
+ "version": "0.0.208",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -399,7 +399,16 @@
399
399
  ],
400
400
  "events": [
401
401
  {
402
- "name": "click"
402
+ "name": "click",
403
+ "description": "Triggers when the accordion item is toggled.",
404
+ "properties": [
405
+ {
406
+ "type": [
407
+ "string"
408
+ ],
409
+ "name": "name"
410
+ }
411
+ ]
403
412
  }
404
413
  ],
405
414
  "source": {
@@ -653,7 +662,8 @@
653
662
  ],
654
663
  "events": [
655
664
  {
656
- "name": "click"
665
+ "name": "click",
666
+ "description": "Triggers when the avatar is clicked."
657
667
  }
658
668
  ],
659
669
  "source": {
@@ -3428,11 +3438,11 @@
3428
3438
  },
3429
3439
  {
3430
3440
  "name": "before-title",
3431
- "description": "Use it to add something before title."
3441
+ "description": "Use it to add something before the title."
3432
3442
  },
3433
3443
  {
3434
3444
  "name": "after-title",
3435
- "description": "Use it to add something after title."
3445
+ "description": "Use it to add something after the title."
3436
3446
  },
3437
3447
  {
3438
3448
  "name": "right",
@@ -3440,7 +3450,7 @@
3440
3450
  },
3441
3451
  {
3442
3452
  "name": "default",
3443
- "description": "Use it to add something instead form."
3453
+ "description": "Use it to add something inside."
3444
3454
  }
3445
3455
  ],
3446
3456
  "source": {
@@ -3702,13 +3712,16 @@
3702
3712
  ],
3703
3713
  "events": [
3704
3714
  {
3705
- "name": "click"
3715
+ "name": "click",
3716
+ "description": "Triggers when the icon is clicked."
3706
3717
  },
3707
3718
  {
3708
- "name": "focus"
3719
+ "name": "focus",
3720
+ "description": "Triggers when the icon is focused."
3709
3721
  },
3710
3722
  {
3711
- "name": "blur"
3723
+ "name": "blur",
3724
+ "description": "Triggers when the icon loses focus."
3712
3725
  }
3713
3726
  ],
3714
3727
  "source": {
@@ -5304,10 +5317,20 @@
5304
5317
  ],
5305
5318
  "events": [
5306
5319
  {
5307
- "name": "update:modelValue"
5320
+ "name": "update:modelValue",
5321
+ "description": "Triggers when the modal is toggled.",
5322
+ "properties": [
5323
+ {
5324
+ "type": [
5325
+ "Boolean"
5326
+ ],
5327
+ "name": "value"
5328
+ }
5329
+ ]
5308
5330
  },
5309
5331
  {
5310
- "name": "back"
5332
+ "name": "back",
5333
+ "description": "Triggers when back link in modal is clicked."
5311
5334
  }
5312
5335
  ],
5313
5336
  "slots": [
@@ -5433,13 +5456,24 @@
5433
5456
  ],
5434
5457
  "events": [
5435
5458
  {
5436
- "name": "update:modelValue"
5459
+ "name": "update:modelValue",
5460
+ "description": "Triggers when the modal is toggled.",
5461
+ "properties": [
5462
+ {
5463
+ "type": [
5464
+ "Boolean"
5465
+ ],
5466
+ "name": "value"
5467
+ }
5468
+ ]
5437
5469
  },
5438
5470
  {
5439
- "name": "confirm"
5471
+ "name": "confirm",
5472
+ "description": "Triggers when the action is confirmed."
5440
5473
  },
5441
5474
  {
5442
- "name": "close"
5475
+ "name": "close",
5476
+ "description": "Triggers when the action is declined or modal is closed."
5443
5477
  }
5444
5478
  ],
5445
5479
  "slots": [
@@ -6030,9 +6064,18 @@
6030
6064
  },
6031
6065
  "default": "false"
6032
6066
  },
6067
+ {
6068
+ "name": "config",
6069
+ "description": "Component ui config object.",
6070
+ "value": {
6071
+ "kind": "expression",
6072
+ "type": "object"
6073
+ },
6074
+ "default": "{}"
6075
+ },
6033
6076
  {
6034
6077
  "name": "dataCy",
6035
- "description": "Sets data-cy attribute for automated testing.",
6078
+ "description": "Data-cy attribute for automated testing.",
6036
6079
  "value": {
6037
6080
  "kind": "expression",
6038
6081
  "type": "string"