@tekkare/auriga 0.1.9 → 0.1.11

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 (59) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/allIcons.vue +1112 -0
  3. package/dist/runtime/components/allIcons.vue.d.ts +6 -0
  4. package/dist/runtime/components/argActions.vue +47 -12
  5. package/dist/runtime/components/argActions.vue.d.ts +27 -4
  6. package/dist/runtime/components/argAdvancedSearchBar.vue.d.ts +2 -2
  7. package/dist/runtime/components/argChart.vue +109 -167
  8. package/dist/runtime/components/argChart.vue.d.ts +1 -1
  9. package/dist/runtime/components/argCheckbox.vue +35 -28
  10. package/dist/runtime/components/argCheckbox.vue.d.ts +9 -1
  11. package/dist/runtime/components/argCircleAmount.vue +37 -0
  12. package/dist/runtime/components/argCircleAmount.vue.d.ts +12 -0
  13. package/dist/runtime/components/argDate.vue +77 -0
  14. package/dist/runtime/components/argDate.vue.d.ts +34 -0
  15. package/dist/runtime/components/argDropdownSelect.vue +5 -19
  16. package/dist/runtime/components/argEmoji.vue +34 -0
  17. package/dist/runtime/components/argEmoji.vue.d.ts +29 -0
  18. package/dist/runtime/components/argErrors.vue +167 -0
  19. package/dist/runtime/components/argErrors.vue.d.ts +54 -0
  20. package/dist/runtime/components/argFileBtn.vue +10 -2
  21. package/dist/runtime/components/argFileBtn.vue.d.ts +9 -0
  22. package/dist/runtime/components/argFilterCard.vue +1 -1
  23. package/dist/runtime/components/argHeader.vue +15 -7
  24. package/dist/runtime/components/argHeader.vue.d.ts +9 -0
  25. package/dist/runtime/components/argHybridChart.vue +277 -0
  26. package/dist/runtime/components/argHybridChart.vue.d.ts +48 -0
  27. package/dist/runtime/components/argMainLayout.vue +1 -0
  28. package/dist/runtime/components/argMenuLink.vue +46 -17
  29. package/dist/runtime/components/argMenuLink.vue.d.ts +15 -4
  30. package/dist/runtime/components/argMultipleChoice.vue +1 -1
  31. package/dist/runtime/components/argMultipleSelect.vue +29 -17
  32. package/dist/runtime/components/argMultipleSelect.vue.d.ts +8 -0
  33. package/dist/runtime/components/argNumberInput.vue +223 -0
  34. package/dist/runtime/components/argNumberInput.vue.d.ts +57 -0
  35. package/dist/runtime/components/argRadioButtons.vue +2 -1
  36. package/dist/runtime/components/argScopeCriteria.vue +91 -0
  37. package/dist/runtime/components/argScopeCriteria.vue.d.ts +35 -0
  38. package/dist/runtime/components/argScopeHeader.vue +90 -0
  39. package/dist/runtime/components/argScopeHeader.vue.d.ts +33 -0
  40. package/dist/runtime/components/argScopeLayout.vue +61 -0
  41. package/dist/runtime/components/argScopeLayout.vue.d.ts +14 -0
  42. package/dist/runtime/components/argSidebar.vue +10 -7
  43. package/dist/runtime/components/argSidebar.vue.d.ts +9 -0
  44. package/dist/runtime/components/argSimpleChart.vue +123 -0
  45. package/dist/runtime/components/argSimpleChart.vue.d.ts +32 -0
  46. package/dist/runtime/components/argSimpleInput.vue +94 -0
  47. package/dist/runtime/components/argSimpleInput.vue.d.ts +40 -0
  48. package/dist/runtime/components/argSimpleLabel.vue +1 -1
  49. package/dist/runtime/components/argSmallAreaChart.vue +138 -0
  50. package/dist/runtime/components/argSmallAreaChart.vue.d.ts +122 -0
  51. package/dist/runtime/components/argStyle.vue +90 -65
  52. package/dist/runtime/components/argTags.vue +7 -5
  53. package/dist/runtime/components/argTipsBox.vue +153 -0
  54. package/dist/runtime/components/argTipsBox.vue.d.ts +37 -0
  55. package/dist/runtime/components/argTrendIndicator.vue +82 -0
  56. package/dist/runtime/components/argTrendIndicator.vue.d.ts +23 -0
  57. package/dist/runtime/components/argTutoModal.vue +185 -0
  58. package/dist/runtime/components/argTutoModal.vue.d.ts +41 -0
  59. package/package.json +2 -1
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.9"
7
+ "version": "0.1.11"
8
8
  }