@tekkare/auriga 0.1.8 → 0.1.10

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 (61) 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 +150 -0
  5. package/dist/runtime/components/argActions.vue.d.ts +43 -0
  6. package/dist/runtime/components/argAdvancedSearchBar.vue.d.ts +2 -2
  7. package/dist/runtime/components/argChart.vue +38 -4
  8. package/dist/runtime/components/argChartTableCard.vue +30 -0
  9. package/dist/runtime/components/argChartTableCard.vue.d.ts +2 -0
  10. package/dist/runtime/components/argCheckbox.vue +46 -31
  11. package/dist/runtime/components/argCheckbox.vue.d.ts +20 -3
  12. package/dist/runtime/components/argCircleAmount.vue +37 -0
  13. package/dist/runtime/components/argCircleAmount.vue.d.ts +12 -0
  14. package/dist/runtime/components/argDataLoader.vue +13 -3
  15. package/dist/runtime/components/argDataLoader.vue.d.ts +22 -1
  16. package/dist/runtime/components/argDropdownSelect.vue +5 -19
  17. package/dist/runtime/components/argEmoji.vue +34 -0
  18. package/dist/runtime/components/argEmoji.vue.d.ts +29 -0
  19. package/dist/runtime/components/argFileBtn.vue +10 -2
  20. package/dist/runtime/components/argFileBtn.vue.d.ts +11 -2
  21. package/dist/runtime/components/argFilterCard.vue +37 -9
  22. package/dist/runtime/components/argFilterCard.vue.d.ts +30 -1
  23. package/dist/runtime/components/argFilterTabs.vue +109 -0
  24. package/dist/runtime/components/argFilterTabs.vue.d.ts +64 -0
  25. package/dist/runtime/components/argFooter.vue +21 -20
  26. package/dist/runtime/components/argHeader.vue +22 -8
  27. package/dist/runtime/components/argHeader.vue.d.ts +18 -0
  28. package/dist/runtime/components/argInfoBar.vue +175 -0
  29. package/dist/runtime/components/argInfoBar.vue.d.ts +35 -0
  30. package/dist/runtime/components/argInfoSection.vue +265 -0
  31. package/dist/runtime/components/argInfoSection.vue.d.ts +55 -0
  32. package/dist/runtime/components/argMainLayout.vue +46 -21
  33. package/dist/runtime/components/argMainLayout.vue.d.ts +13 -1
  34. package/dist/runtime/components/argMenuItem.vue +44 -27
  35. package/dist/runtime/components/argMenuItem.vue.d.ts +11 -1
  36. package/dist/runtime/components/argMenuLink.vue +44 -20
  37. package/dist/runtime/components/argMenuLink.vue.d.ts +9 -0
  38. package/dist/runtime/components/argMultipleChoice.vue +26 -4
  39. package/dist/runtime/components/argMultipleSelect.vue +797 -0
  40. package/dist/runtime/components/argMultipleSelect.vue.d.ts +151 -0
  41. package/dist/runtime/components/argNavBar.vue +26 -12
  42. package/dist/runtime/components/argNavBar.vue.d.ts +11 -2
  43. package/dist/runtime/components/argRadioButtons.vue +135 -0
  44. package/dist/runtime/components/argRadioButtons.vue.d.ts +48 -0
  45. package/dist/runtime/components/argScopeCriteria.vue +91 -0
  46. package/dist/runtime/components/argScopeCriteria.vue.d.ts +35 -0
  47. package/dist/runtime/components/argScopeHeader.vue +90 -0
  48. package/dist/runtime/components/argScopeHeader.vue.d.ts +33 -0
  49. package/dist/runtime/components/argScopeLayout.vue +61 -0
  50. package/dist/runtime/components/argScopeLayout.vue.d.ts +14 -0
  51. package/dist/runtime/components/argSidebar.vue +97 -14
  52. package/dist/runtime/components/argSidebar.vue.d.ts +17 -2
  53. package/dist/runtime/components/argSimpleLabel.vue +1 -1
  54. package/dist/runtime/components/argStyle.vue +100 -67
  55. package/dist/runtime/components/argSubMenu.vue +79 -37
  56. package/dist/runtime/components/argSubMenu.vue.d.ts +9 -0
  57. package/dist/runtime/components/argTable.vue +14 -0
  58. package/dist/runtime/components/argTags.vue +1 -1
  59. package/dist/runtime/components/argTipsBox.vue +153 -0
  60. package/dist/runtime/components/argTipsBox.vue.d.ts +37 -0
  61. package/package.json +2 -1
@@ -10,6 +10,10 @@ declare const _default: import("vue").DefineComponent<{
10
10
  type: BooleanConstructor;
11
11
  default: boolean;
12
12
  };
13
+ sidebarOpen: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
13
17
  }, {
14
18
  openMenu: import("vue").Ref<boolean>;
15
19
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -24,7 +28,12 @@ declare const _default: import("vue").DefineComponent<{
24
28
  type: BooleanConstructor;
25
29
  default: boolean;
26
30
  };
31
+ sidebarOpen: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
27
35
  }>>, {
36
+ sidebarOpen: boolean;
28
37
  defaultCollapseState: boolean;
29
38
  }, {}>;
30
39
  export default _default;
@@ -909,4 +909,18 @@ th:last-child div.show .rcd-searchInput {
909
909
  .hidden {
910
910
  display: none !important;
911
911
  }
912
+ .scroll_table .rcd_scrollTable::-webkit-scrollbar {
913
+ width: 5px !important;
914
+ }
915
+
916
+ .scroll_table .rcd_scrollTable::-webkit-scrollbar-thumb,
917
+ .modal_content::-webkit-scrollbar-thumb {
918
+ background: var(--lavendar-grey);
919
+ border-radius: 15px;
920
+ }
921
+
922
+ .scroll_table .rcd_scrollTable::-webkit-scrollbar-thumb:hover,
923
+ .modal_content::-webkit-scrollbar-thumb:hover {
924
+ background: var(--wild-blue-yonder) !important ;
925
+ }
912
926
  </style>
@@ -16,7 +16,7 @@ export default defineComponent({
16
16
  name: "argTags",
17
17
  components: { argIcon, argStyle },
18
18
  props: {
19
- setStyle: { type: String, default: "primary" },
19
+ setStyle: { type: String, default: "light_grey" },
20
20
  haveClose: { type: Boolean, default: false }
21
21
  },
22
22
  emits: ["onClose"],
@@ -0,0 +1,153 @@
1
+ <template>
2
+ <div
3
+ v-show="displayTip"
4
+ class="arg_tips_box"
5
+ :class="showMore ? 'arg_tips_open' : 'arg_tips_collapse'"
6
+ >
7
+ <div class="tips_visible_content">
8
+ <div class="oip_row v-center gap-8">
9
+ <arg-emoji emoji-size="20" emoji-name="Lightbulb" />
10
+ <slot name="Text" />
11
+ </div>
12
+ <div v-if="haveClose" class="tip_action" @click="displayTip = false">
13
+ {{ tipsLang === "fr" ? "Fermer" : "Close" }}
14
+ </div>
15
+ <div
16
+ v-else-if="haveMore"
17
+ class="oip_row v-start gap-6 tip_action"
18
+ @click="showMore = !showMore"
19
+ >
20
+ <arg-icon
21
+ name="CaretDown"
22
+ size="20"
23
+ :class="['action-icon', showMore ? 'icon-rotate' : '']"
24
+ />
25
+ <p>
26
+ {{
27
+ tipsLang === "fr"
28
+ ? showMore
29
+ ? "Réduire"
30
+ : "En savoir plus"
31
+ : showMore
32
+ ? "Hide"
33
+ : "Learn more"
34
+ }}
35
+ </p>
36
+ </div>
37
+ </div>
38
+ <div :class="['more_tips', showMore ? 'arg_more_tips' : 'arg_hide_more']">
39
+ <slot name="More" />
40
+ </div>
41
+ </div>
42
+ </template>
43
+
44
+ <script>
45
+ import {
46
+ ref,
47
+ defineComponent
48
+ } from "vue";
49
+ import argEmoji from "./argEmoji.vue";
50
+ import argIcon from "./argIcon.vue";
51
+ export default defineComponent({
52
+ name: "argInfoBox",
53
+ components: { argEmoji, argIcon },
54
+ props: {
55
+ haveClose: {
56
+ type: Boolean,
57
+ default: false
58
+ },
59
+ haveMore: {
60
+ type: Boolean,
61
+ default: false
62
+ },
63
+ tipsLang: {
64
+ type: String,
65
+ default: "en",
66
+ validator: (value) => {
67
+ return ["en", "fr"].includes(value);
68
+ }
69
+ }
70
+ },
71
+ setup(props, { emit }) {
72
+ const displayTip = ref(true);
73
+ const showMore = ref(false);
74
+ return {
75
+ displayTip,
76
+ showMore
77
+ };
78
+ }
79
+ });
80
+ </script>
81
+
82
+ <style scoped>
83
+ .arg_tips_box {
84
+ padding: 16px;
85
+ border-radius: 8px;
86
+ border: 1px solid var(--base-dividers, #ececf2);
87
+ background: rgba(253, 253, 255, 0.8);
88
+ font-size: 14px;
89
+ font-style: normal;
90
+ font-weight: 400;
91
+ line-height: 160%;
92
+ transition: all ease 0.5s;
93
+ }
94
+
95
+ .arg_tips_open {
96
+ max-height: 5000px;
97
+ overflow: visible;
98
+ }
99
+
100
+ .arg_tips_collapse {
101
+ max-height: 32px;
102
+ overflow: hidden;
103
+ }
104
+
105
+ .tips_visible_content {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 8px;
109
+ justify-content: space-between;
110
+ align-self: stretch;
111
+ }
112
+
113
+ .lightbulb_icon {
114
+ font-size: 20px;
115
+ font-style: normal;
116
+ font-weight: 900;
117
+ line-height: normal;
118
+ }
119
+
120
+ .tip_action {
121
+ cursor: pointer;
122
+ font-size: 14px;
123
+ font-style: normal;
124
+ font-weight: 400;
125
+ line-height: 160%;
126
+ padding: 6px;
127
+ border-radius: 4px;
128
+ }
129
+
130
+ .tip_action:hover {
131
+ background: var(--background) !important;
132
+ }
133
+
134
+ .action-icon {
135
+ transition: transform 0.5s;
136
+ }
137
+
138
+ .icon-rotate {
139
+ transform: rotateX(180deg);
140
+ }
141
+
142
+ .more_tips {
143
+ transition: all ease 0.5s;
144
+ padding-left: 30px;
145
+ }
146
+ .arg_hide_more {
147
+ visibility: hidden;
148
+ }
149
+
150
+ .arg_more_tips {
151
+ visibility: visible;
152
+ }
153
+ </style>
@@ -0,0 +1,37 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ haveClose: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ haveMore: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ tipsLang: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ validator: (value: unknown) => boolean;
14
+ };
15
+ }, {
16
+ displayTip: import("vue").Ref<boolean>;
17
+ showMore: import("vue").Ref<boolean>;
18
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ haveClose: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ haveMore: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ tipsLang: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ validator: (value: unknown) => boolean;
31
+ };
32
+ }>>, {
33
+ haveClose: boolean;
34
+ haveMore: boolean;
35
+ tipsLang: string;
36
+ }, {}>;
37
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,6 +30,7 @@
30
30
  "patch": "nuxt-module-build && npm version patch && npm publish"
31
31
  },
32
32
  "dependencies": {
33
+ "@esbuild/darwin-x64": "^0.19.8",
33
34
  "@nuxt/kit": "^3.7.3",
34
35
  "apexcharts": "^3.43.0",
35
36
  "vue-apexcharts": "^1.6.2",