@tekkare/auriga 0.1.65 → 0.1.67

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 (143) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/allFlags.vue.d.ts +1 -1
  3. package/dist/runtime/components/allIcons.vue.d.ts +1 -1
  4. package/dist/runtime/components/argActions.vue +1 -53
  5. package/dist/runtime/components/argActions.vue.d.ts +1 -1
  6. package/dist/runtime/components/argAdvancedSearchBar.vue +8 -378
  7. package/dist/runtime/components/argAdvancedSearchBar.vue.d.ts +4 -4
  8. package/dist/runtime/components/argBtn.vue +6 -24
  9. package/dist/runtime/components/argBtn.vue.d.ts +2 -2
  10. package/dist/runtime/components/argChart.vue +9 -92
  11. package/dist/runtime/components/argChart.vue.d.ts +1 -1
  12. package/dist/runtime/components/argChartTableCard.vue +1 -4
  13. package/dist/runtime/components/argChartTableCard.vue.d.ts +1 -1
  14. package/dist/runtime/components/argCheckbox.vue +4 -46
  15. package/dist/runtime/components/argCheckbox.vue.d.ts +2 -2
  16. package/dist/runtime/components/argCircleAmount.vue +1 -15
  17. package/dist/runtime/components/argCircleAmount.vue.d.ts +1 -1
  18. package/dist/runtime/components/argComplexSelect.vue +1 -123
  19. package/dist/runtime/components/argComplexSelect.vue.d.ts +4 -4
  20. package/dist/runtime/components/argDataLoader.vue +1 -283
  21. package/dist/runtime/components/argDataLoader.vue.d.ts +1 -1
  22. package/dist/runtime/components/argDate.vue.d.ts +1 -1
  23. package/dist/runtime/components/argDropdownSelect.vue +3 -59
  24. package/dist/runtime/components/argDropdownSelect.vue.d.ts +3 -3
  25. package/dist/runtime/components/argEmoji.vue.d.ts +1 -1
  26. package/dist/runtime/components/argErrors.vue +2 -43
  27. package/dist/runtime/components/argErrors.vue.d.ts +1 -1
  28. package/dist/runtime/components/argFileBtn.vue +1 -54
  29. package/dist/runtime/components/argFileBtn.vue.d.ts +1 -1
  30. package/dist/runtime/components/argFilterCard.vue +1 -107
  31. package/dist/runtime/components/argFilterCard.vue.d.ts +2 -2
  32. package/dist/runtime/components/argFilterTabs.vue +1 -29
  33. package/dist/runtime/components/argFilterTabs.vue.d.ts +1 -1
  34. package/dist/runtime/components/argFlag.vue +1 -3
  35. package/dist/runtime/components/argFlag.vue.d.ts +1 -1
  36. package/dist/runtime/components/argFooter.vue +1 -29
  37. package/dist/runtime/components/argFooter.vue.d.ts +1 -1
  38. package/dist/runtime/components/argHeader.vue +1 -43
  39. package/dist/runtime/components/argHeader.vue.d.ts +1 -1
  40. package/dist/runtime/components/argHeaderTabs.vue +1 -68
  41. package/dist/runtime/components/argHeaderTabs.vue.d.ts +1 -1
  42. package/dist/runtime/components/argHomeAllBlocks.vue +1 -49
  43. package/dist/runtime/components/argHomeAllBlocks.vue.d.ts +2 -2
  44. package/dist/runtime/components/argHomeContent.vue +1 -25
  45. package/dist/runtime/components/argHomeContent.vue.d.ts +1 -1
  46. package/dist/runtime/components/argHomeHeader.vue +1 -33
  47. package/dist/runtime/components/argHomeHeader.vue.d.ts +1 -1
  48. package/dist/runtime/components/argHomeKpis.vue +2 -42
  49. package/dist/runtime/components/argHomeKpis.vue.d.ts +1 -1
  50. package/dist/runtime/components/argHomeLayout.vue +1 -14
  51. package/dist/runtime/components/argHomeLayout.vue.d.ts +1 -1
  52. package/dist/runtime/components/argHomeSelectedBlock.vue +18 -54
  53. package/dist/runtime/components/argHomeSelectedBlock.vue.d.ts +12 -1
  54. package/dist/runtime/components/argHybridChart.vue +1 -86
  55. package/dist/runtime/components/argHybridChart.vue.d.ts +1 -1
  56. package/dist/runtime/components/argIcon.vue +6 -8
  57. package/dist/runtime/components/argIcon.vue.d.ts +1 -1
  58. package/dist/runtime/components/argLangSelect.vue +1 -58
  59. package/dist/runtime/components/argLangSelect.vue.d.ts +2 -2
  60. package/dist/runtime/components/argLineBreak.vue +3 -8
  61. package/dist/runtime/components/argLineBreak.vue.d.ts +1 -1
  62. package/dist/runtime/components/argMainLayout.vue +1 -31
  63. package/dist/runtime/components/argMainLayout.vue.d.ts +1 -1
  64. package/dist/runtime/components/argMenuItem.vue +1 -33
  65. package/dist/runtime/components/argMenuItem.vue.d.ts +1 -1
  66. package/dist/runtime/components/argMenuLink.vue +3 -33
  67. package/dist/runtime/components/argMenuLink.vue.d.ts +1 -1
  68. package/dist/runtime/components/argMultipleChoice.vue +2 -44
  69. package/dist/runtime/components/argMultipleChoice.vue.d.ts +2 -2
  70. package/dist/runtime/components/argMultipleSelect.vue +7 -38
  71. package/dist/runtime/components/argMultipleSelect.vue.d.ts +1 -1
  72. package/dist/runtime/components/argNavBar.vue +3 -125
  73. package/dist/runtime/components/argNavBar.vue.d.ts +1 -1
  74. package/dist/runtime/components/argNoData.vue +1 -44
  75. package/dist/runtime/components/argNoData.vue.d.ts +1 -1
  76. package/dist/runtime/components/argNoSavedScope.vue +1 -23
  77. package/dist/runtime/components/argNoSavedScope.vue.d.ts +1 -1
  78. package/dist/runtime/components/argNoSelectedScope.vue +1 -74
  79. package/dist/runtime/components/argNoSelectedScope.vue.d.ts +2 -2
  80. package/dist/runtime/components/argNote.vue +1 -35
  81. package/dist/runtime/components/argNote.vue.d.ts +1 -1
  82. package/dist/runtime/components/argNumberInput.vue +3 -115
  83. package/dist/runtime/components/argNumberInput.vue.d.ts +1 -1
  84. package/dist/runtime/components/argRadioButtons.vue +2 -50
  85. package/dist/runtime/components/argRadioButtons.vue.d.ts +3 -3
  86. package/dist/runtime/components/argScopeChange.vue +2 -60
  87. package/dist/runtime/components/argScopeChange.vue.d.ts +2 -2
  88. package/dist/runtime/components/argScopeCriteria.vue +1 -24
  89. package/dist/runtime/components/argScopeCriteria.vue.d.ts +1 -1
  90. package/dist/runtime/components/argScopeCriteriaIndicator.vue +1 -15
  91. package/dist/runtime/components/argScopeCriteriaIndicator.vue.d.ts +1 -1
  92. package/dist/runtime/components/argScopeHeader.vue +1 -25
  93. package/dist/runtime/components/argScopeHeader.vue.d.ts +1 -1
  94. package/dist/runtime/components/argScopeLayout.vue +1 -14
  95. package/dist/runtime/components/argScopeLayout.vue.d.ts +1 -1
  96. package/dist/runtime/components/argScopeManage.vue +2 -119
  97. package/dist/runtime/components/argScopeManage.vue.d.ts +2 -2
  98. package/dist/runtime/components/argScopeModal.vue +2 -150
  99. package/dist/runtime/components/argScopeModal.vue.d.ts +1 -1
  100. package/dist/runtime/components/argScopeSelect.vue +2 -52
  101. package/dist/runtime/components/argScopeSelect.vue.d.ts +3 -3
  102. package/dist/runtime/components/argSearchInput.vue +3 -59
  103. package/dist/runtime/components/argSearchInput.vue.d.ts +1 -1
  104. package/dist/runtime/components/argSidebar.vue +1 -96
  105. package/dist/runtime/components/argSidebar.vue.d.ts +1 -1
  106. package/dist/runtime/components/argSimpleChart.vue +1 -47
  107. package/dist/runtime/components/argSimpleChart.vue.d.ts +1 -1
  108. package/dist/runtime/components/argSimpleInput.vue +1 -26
  109. package/dist/runtime/components/argSimpleInput.vue.d.ts +1 -1
  110. package/dist/runtime/components/argSimpleLabel.vue +2 -224
  111. package/dist/runtime/components/argSimpleLabel.vue.d.ts +1 -1
  112. package/dist/runtime/components/argSmallAreaChart.vue.d.ts +1 -1
  113. package/dist/runtime/components/argSourceContainer.vue +10 -19
  114. package/dist/runtime/components/argSourceContainer.vue.d.ts +5 -1
  115. package/dist/runtime/components/argStyle.vue +1 -1051
  116. package/dist/runtime/components/argStyle.vue.d.ts +1 -1
  117. package/dist/runtime/components/argSubMenu.vue +3 -63
  118. package/dist/runtime/components/argSubMenu.vue.d.ts +1 -1
  119. package/dist/runtime/components/argSwitch.vue +1 -69
  120. package/dist/runtime/components/argSwitch.vue.d.ts +1 -1
  121. package/dist/runtime/components/argTable.vue +4 -300
  122. package/dist/runtime/components/argTable.vue.d.ts +3 -3
  123. package/dist/runtime/components/argTags.vue +1 -3
  124. package/dist/runtime/components/argTags.vue.d.ts +1 -1
  125. package/dist/runtime/components/argTekkareLoader.vue +1 -40
  126. package/dist/runtime/components/argTekkareLoader.vue.d.ts +1 -1
  127. package/dist/runtime/components/argTextBtn.vue +1 -29
  128. package/dist/runtime/components/argTextBtn.vue.d.ts +1 -1
  129. package/dist/runtime/components/argTipsBox.vue +1 -72
  130. package/dist/runtime/components/argTipsBox.vue.d.ts +1 -1
  131. package/dist/runtime/components/argToolbar.vue +1 -49
  132. package/dist/runtime/components/argToolbar.vue.d.ts +1 -1
  133. package/dist/runtime/components/argToolbarContent.vue +2 -139
  134. package/dist/runtime/components/argToolbarContent.vue.d.ts +1 -1
  135. package/dist/runtime/components/argTooltip.vue +1 -58
  136. package/dist/runtime/components/argTooltip.vue.d.ts +1 -1
  137. package/dist/runtime/components/argTrendIndicator.vue +7 -39
  138. package/dist/runtime/components/argTrendIndicator.vue.d.ts +1 -1
  139. package/dist/runtime/components/argTutoModal.vue +3 -86
  140. package/dist/runtime/components/argTutoModal.vue.d.ts +1 -1
  141. package/dist/types.d.mts +3 -2
  142. package/dist/types.d.ts +3 -2
  143. package/package.json +2 -3
@@ -28,7 +28,7 @@
28
28
  :color="
29
29
  selectedScope?.id === element.id
30
30
  ? 'var(--primary)'
31
- : 'var(--lavendar-grey)'
31
+ : 'var(--medium)'
32
32
  "
33
33
  size="16"
34
34
  :name="
@@ -140,63 +140,5 @@ export default defineComponent({
140
140
  </script>
141
141
 
142
142
  <style scoped>
143
- .scope_select_dropdown_block {
144
- z-index: 99 !important;
145
- margin-top: 15px;
146
- position: absolute;
147
- width: max-content;
148
- border: 1.5px solid var(--dividers);
149
- background: var(--demi-fond);
150
- border-radius: 12px;
151
- box-shadow: var(--overlay-shadow);
152
- padding: 16px;
153
- display: flex;
154
- flex-direction: column;
155
- margin-left: -22px;
156
- }
157
-
158
- .scope_change_display {
159
- position: relative;
160
- }
161
-
162
- .oip_select_complex_selection_loop > svg.add {
163
- color: var(--primary) !important;
164
- }
165
- .oip_select_complex_selection_loop > svg.disable,
166
- .oip_select_complex_selection_loop.disabled_option:hover svg {
167
- color: var(--independence) !important;
168
- }
169
- .oip_select_complex_selection_loop:hover > svg.add {
170
- color: var(--primary-hover) !important;
171
- }
172
-
173
- .oip_select_complex_selection_loop:hover svg {
174
- color: var(--primary) !important;
175
- }
176
- .oip_select_complex_selection_loop .add {
177
- font-weight: 700 !important;
178
- }
179
- .oip_select_complex_selection_loop:hover {
180
- background: rgba(33, 118, 255, 0.05) !important;
181
- border-radius: 4px !important;
182
- }
183
- .oip_select_complex_selection_loop {
184
- padding: 2px 4px;
185
- }
186
- .oip_select_complex_selection_loop.disabled_option:hover {
187
- background: transparent !important;
188
- }
189
- .oip_select_complex_selection_loop {
190
- margin: 4px 0px !important;
191
- }
192
- svg.add {
193
- flex-shrink: 0;
194
- }
195
- .my-4 {
196
- margin: 4px 0px;
197
- }
198
-
199
- .full_width {
200
- width: 100%;
201
- }
143
+ .scope_select_dropdown_block{background:var(--demi-fond);border:1.5px solid var(--light);border-radius:12px;box-shadow:var(--overlay-shadow);display:flex;flex-direction:column;margin-left:-22px;margin-top:15px;padding:16px;position:absolute;width:-moz-max-content;width:max-content;z-index:99!important}.scope_change_display{position:relative}.oip_select_complex_selection_loop>svg.add{color:var(--primary)!important}.oip_select_complex_selection_loop.disabled_option:hover svg,.oip_select_complex_selection_loop>svg.disable{color:var(--darkest)!important}.oip_select_complex_selection_loop:hover>svg.add{color:var(--primary-hover)!important}.oip_select_complex_selection_loop:hover svg{color:var(--primary)!important}.oip_select_complex_selection_loop .add{font-weight:700!important}.oip_select_complex_selection_loop:hover{background:rgba(33,118,255,.05)!important;border-radius:4px!important}.oip_select_complex_selection_loop{padding:2px 4px}.oip_select_complex_selection_loop.disabled_option:hover{background:transparent!important}.oip_select_complex_selection_loop{margin:4px 0!important}svg.add{flex-shrink:0}.my-4{margin:4px 0}.full_width{width:100%}
202
144
  </style>
@@ -32,9 +32,9 @@ declare const _default: import("vue").DefineComponent<{
32
32
  changeDisplay: () => void;
33
33
  getTitle: import("vue").ComputedRef<"Change scope" | "Changer de scope" | "New scope" | "Nouveau scope">;
34
34
  selectScope: (scope: any) => void;
35
- selectedScope: any;
35
+ selectedScope: import("vue").Ref<any>;
36
36
  newScope: () => void;
37
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:Scope" | "changeScope" | "onNewScope")[], "update:Scope" | "changeScope" | "onNewScope", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:Scope" | "changeScope" | "onNewScope")[], "update:Scope" | "changeScope" | "onNewScope", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
38
  scopes: {
39
39
  type: {
40
40
  (arrayLength: number): string[];
@@ -69,28 +69,5 @@ export default defineComponent({
69
69
  </script>
70
70
 
71
71
  <style scoped>
72
- .arg_scope_card {
73
- display: flex;
74
- flex-direction: column;
75
- align-items: flex-start;
76
- gap: 24px;
77
- align-self: stretch;
78
- }
79
- .arg_scope_new,
80
- .arg_scope_save {
81
- display: flex;
82
- align-items: flex-start;
83
- align-content: flex-start;
84
- flex-direction: column;
85
- gap: 16px var(--m, 16px);
86
- width: 100%;
87
- }
88
-
89
- .arg_scope_new h1,
90
- .arg_scope_save h1 {
91
- font-size: 20px;
92
- font-style: normal;
93
- font-weight: 900;
94
- line-height: normal;
95
- }
72
+ .arg_scope_card{align-self:stretch;gap:24px}.arg_scope_card,.arg_scope_new,.arg_scope_save{align-items:flex-start;display:flex;flex-direction:column}.arg_scope_new,.arg_scope_save{align-content:flex-start;gap:16px var(--m,16px);width:100%}.arg_scope_new h1,.arg_scope_save h1{font-size:20px;font-style:normal;font-weight:900;line-height:normal}
96
73
  </style>
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
14
14
  name: string;
15
15
  value: string;
16
16
  }[];
17
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:Criteria" | "onChangeCriteria")[], "update:Criteria" | "onChangeCriteria", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:Criteria" | "onChangeCriteria")[], "update:Criteria" | "onChangeCriteria", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  lang: {
19
19
  type: StringConstructor;
20
20
  default: string;
@@ -23,19 +23,5 @@ export default defineComponent({
23
23
  </script>
24
24
 
25
25
  <style scoped>
26
- .arg_scope {
27
- font-size: 14px;
28
- font-style: normal;
29
- font-weight: 600;
30
- line-height: normal;
31
- color: #525670;
32
- }
33
-
34
- .arg_scope_label {
35
- font-size: 12px;
36
- font-style: normal;
37
- font-weight: 400;
38
- line-height: normal;
39
- color: #1e293b;
40
- }
26
+ .arg_scope{color:#525670;font-size:14px;font-weight:600}.arg_scope,.arg_scope_label{font-style:normal;line-height:normal}.arg_scope_label{color:#1e293b;font-size:12px;font-weight:400}
41
27
  </style>
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
3
3
  type: StringConstructor;
4
4
  default: null;
5
5
  };
6
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  selected: {
8
8
  type: StringConstructor;
9
9
  default: null;
@@ -62,29 +62,5 @@ export default defineComponent({
62
62
  </script>
63
63
 
64
64
  <style scoped>
65
- .arg_scope_header {
66
- display: flex;
67
- flex-direction: row;
68
- padding: var(--l, 24px);
69
- align-items: center;
70
- justify-content: space-between;
71
- gap: var(--m, 16px);
72
- position: fixed;
73
- top: 0;
74
- left: 0;
75
- align-self: stretch;
76
- border-radius: var(--None, 0px);
77
- border-bottom: 1px solid var(--base-dividers, #ececf2);
78
- background: rgba(253, 253, 255, 0.8);
79
- width: calc(100% - 48px);
80
- backdrop-filter: blur(12px);
81
- z-index: 90;
82
- }
83
-
84
- .scope_title {
85
- font-size: 20px;
86
- font-style: normal;
87
- font-weight: 900;
88
- line-height: normal;
89
- }
65
+ .arg_scope_header{align-items:center;align-self:stretch;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(253,253,255,.8);border-bottom:1px solid var(--light,#ececf2);border-radius:var(--None,0);display:flex;flex-direction:row;gap:var(--m,16px);justify-content:space-between;left:0;padding:var(--l,24px);position:fixed;top:0;width:calc(100% - 48px);z-index:90}.scope_title{font-size:20px;font-style:normal;font-weight:900;line-height:normal}
90
66
  </style>
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  }, {
17
17
  router: import("vue-router").Router;
18
18
  goBack: () => void;
19
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  scopeTitle: {
21
21
  type: StringConstructor;
22
22
  default: null;
@@ -20,18 +20,5 @@ export default defineComponent({
20
20
  });
21
21
  </script>
22
22
  <style>
23
- .arg_main_scope {
24
- display: flex;
25
- flex-direction: column;
26
- align-items: center;
27
- }
28
- .arg_scope_layout_body {
29
- min-height: calc(100vh - 77px);
30
- margin: 116px 32px 0px 32px;
31
- max-width: 1088px;
32
- }
33
-
34
- .full_width_footer {
35
- align-self: stretch;
36
- }
23
+ .arg_main_scope{align-items:center;display:flex;flex-direction:column}.arg_scope_layout_body{margin:116px 32px 0;max-width:1088px;min-height:calc(100vh - 77px)}.full_width_footer{align-self:stretch}
37
24
  </style>
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -7,7 +7,7 @@
7
7
  {{ lang === "fr" ? "Gérer mes scopes" : "Manage my scopes" }}
8
8
  </h1>
9
9
  <div class="cursor-pointer" @click="closeManageScope()">
10
- <arg-icon name="X" size="16" color="var(--cool-grey)" />
10
+ <arg-icon name="X" size="16" color="var(--dark)" />
11
11
  </div>
12
12
  </div>
13
13
  <div class="arg_manage_scope_body">
@@ -141,122 +141,5 @@ export default defineComponent({
141
141
  </script>
142
142
 
143
143
  <style scoped>
144
- .arg_scope_manage {
145
- position: fixed;
146
- left: 0;
147
- bottom: 0;
148
- display: flex;
149
- align-items: center;
150
- justify-content: center;
151
- z-index: 99;
152
- background-color: rgba(0, 0, 0, 0.4);
153
- width: 100%;
154
- height: 100%;
155
- }
156
-
157
- .arg_scope_manage_modal {
158
- display: flex;
159
- width: calc(100% - 164px);
160
- max-width: 640px;
161
- max-height: 670px;
162
- flex-direction: column;
163
- align-items: flex-start;
164
- flex-shrink: 0;
165
- border-radius: 8px;
166
- background: var(--pure-white);
167
- }
168
-
169
- .arg_scope_manage_header {
170
- display: flex;
171
- padding: 24px;
172
- justify-content: space-between;
173
- align-items: center;
174
- align-self: stretch;
175
- box-shadow: 0px 6px 8px 0px rgba(30, 41, 59, 0.1) !important;
176
- z-index: 1;
177
- }
178
-
179
- .arg_scope_manage_footer {
180
- display: flex;
181
- padding: 24px;
182
- gap: 32px;
183
- align-items: center;
184
- justify-content: center;
185
- align-self: stretch;
186
- box-shadow: 0px -6px 8px 0px rgba(30, 41, 59, 0.1);
187
- z-index: 1;
188
- }
189
-
190
- .scope_card {
191
- display: flex;
192
- padding: 12px;
193
- flex-direction: column;
194
- align-items: flex-start;
195
- gap: 24px;
196
- align-self: stretch;
197
- }
198
-
199
- .arg_scope_manage_header > h1 {
200
- font-size: 20px;
201
- font-style: normal;
202
- font-weight: 900;
203
- line-height: normal;
204
- }
205
-
206
- .arg_manage_scope_body {
207
- padding: 24px;
208
- align-self: stretch;
209
- background-color: var(--background);
210
- z-index: 0;
211
- max-height: 510px;
212
- overflow-y: scroll;
213
- }
214
-
215
- .arg_scopes_list {
216
- display: flex;
217
- flex-direction: column;
218
- align-items: flex-start;
219
- align-self: stretch;
220
- gap: 24px;
221
- }
222
-
223
- .full-width {
224
- align-self: stretch;
225
- }
226
-
227
- .footer_action .footer_btn {
228
- align-self: stretch;
229
- justify-content: center;
230
- white-space: wrap;
231
- text-align: center;
232
- }
233
-
234
- .cursor-pointer {
235
- cursor: pointer !important;
236
- }
237
-
238
- .oip_required_input,
239
- .oip_required_input:hover {
240
- border-color: var(--system-alert) !important;
241
- }
242
-
243
- .oip_error {
244
- color: var(--system-alert);
245
- }
246
-
247
- .arg_manage_scope_general,
248
- .arg_scope_manage_criteria {
249
- display: flex;
250
- flex-direction: column;
251
- align-items: flex-start;
252
- gap: 8px;
253
- align-self: stretch;
254
- }
255
-
256
- .scope_criteria_title {
257
- font-size: 12px;
258
- font-style: normal;
259
- font-weight: 700;
260
- line-height: normal;
261
- }
144
+ .arg_scope_manage{align-items:center;background-color:rgba(0,0,0,.4);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;width:100%;z-index:99}.arg_scope_manage_modal{align-items:flex-start;background:var(--white);border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;max-height:670px;max-width:640px;width:calc(100% - 164px)}.arg_scope_manage_header{box-shadow:0 6px 8px 0 rgba(30,41,59,.1)!important;justify-content:space-between}.arg_scope_manage_footer,.arg_scope_manage_header{align-items:center;align-self:stretch;display:flex;padding:24px;z-index:1}.arg_scope_manage_footer{box-shadow:0 -6px 8px 0 rgba(30,41,59,.1);gap:32px;justify-content:center}.scope_card{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:24px;padding:12px}.arg_scope_manage_header>h1{font-size:20px;font-style:normal;font-weight:900;line-height:normal}.arg_manage_scope_body{align-self:stretch;background-color:var(--lightest);max-height:510px;overflow-y:scroll;padding:24px;z-index:0}.arg_scopes_list{align-items:flex-start;display:flex;flex-direction:column;gap:24px}.arg_scopes_list,.full-width{align-self:stretch}.footer_action .footer_btn{align-self:stretch;justify-content:center;text-align:center;white-space:wrap}.cursor-pointer{cursor:pointer!important}.oip_required_input,.oip_required_input:hover{border-color:var(--system-alert)!important}.oip_error{color:var(--system-alert)}.arg_manage_scope_general,.arg_scope_manage_criteria{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:8px}.scope_criteria_title{font-size:12px;font-style:normal;font-weight:700;line-height:normal}
262
145
  </style>
@@ -16,8 +16,8 @@ declare const _default: import("vue").DefineComponent<{
16
16
  getScopeCriteria: (scope: any) => never[];
17
17
  closeManageScope: () => void;
18
18
  deleteScope: (scope: any) => void;
19
- showAllProps: any;
20
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onDelete")[], "onClose" | "onDelete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ showAllProps: import("vue").Ref<any>;
20
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onDelete")[], "onClose" | "onDelete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  scopes: {
22
22
  type: ArrayConstructor;
23
23
  required: true;
@@ -7,7 +7,7 @@
7
7
  {{ lang === "fr" ? "Enregistrer mon scope" : "Save my scope" }}
8
8
  </h1>
9
9
  <div class="cursor-pointer" @click="closeSaveScope()">
10
- <arg-icon name="X" size="16" color="var(--cool-grey)" />
10
+ <arg-icon name="X" size="16" color="var(--dark)" />
11
11
  </div>
12
12
  </div>
13
13
  <div class="arg_save_body">
@@ -170,153 +170,5 @@ export default defineComponent({
170
170
  </script>
171
171
 
172
172
  <style scoped>
173
- .arg_scope_save {
174
- background-color: transparent;
175
- transition: all ease 0.5s;
176
- position: fixed;
177
- left: 0;
178
- bottom: 0;
179
- height: 0px;
180
- width: 0px;
181
- display: flex;
182
- align-items: center;
183
- justify-content: center;
184
- }
185
-
186
- .arg_scope_save_open {
187
- z-index: 99;
188
- background-color: rgba(0, 0, 0, 0.4);
189
- width: 100%;
190
- height: 100%;
191
- }
192
-
193
- .arg_save_modal {
194
- display: flex;
195
- width: calc(100% - 164px);
196
- max-width: 640px;
197
- max-height: 850px;
198
- flex-direction: column;
199
- align-items: flex-start;
200
- flex-shrink: 0;
201
- border-radius: var(--m, 8px);
202
- background: var(--pure-white);
203
- }
204
-
205
- .arg_save_header {
206
- display: flex;
207
- padding: 24px;
208
- justify-content: space-between;
209
- align-items: center;
210
- align-self: stretch;
211
- border-bottom: 1px solid #e5e7eb;
212
- }
213
-
214
- .arg_save_footer {
215
- display: flex;
216
- padding: 24px;
217
- gap: 32px;
218
- align-items: center;
219
- align-self: stretch;
220
- border-top: 1px solid #e5e7eb;
221
- }
222
-
223
- .footer_action {
224
- width: 50%;
225
- flex: 1 1 0;
226
- display: flex;
227
- align-self: stretch;
228
- }
229
-
230
- .arg_save_header > h1 {
231
- font-size: 20px;
232
- font-style: normal;
233
- font-weight: 900;
234
- line-height: normal;
235
- }
236
-
237
- .arg_save_body {
238
- display: flex;
239
- padding: 24px;
240
- flex-direction: column;
241
- align-items: flex-start;
242
- gap: 24px;
243
- align-self: stretch;
244
- }
245
-
246
- textarea,
247
- .scope_criteria {
248
- border-radius: 8px;
249
- border: 1.5px solid var(--dividers);
250
- padding: 12px;
251
- margin: 5px 0px;
252
- outline: none !important;
253
- align-self: stretch;
254
- font-family: "Figtree", sans-serif !important;
255
- height: 110px;
256
- }
257
-
258
- .scope_criteria {
259
- display: flex;
260
- flex-direction: row;
261
- align-items: flex-start;
262
- gap: 8px;
263
- }
264
-
265
- textarea::placeholder {
266
- font-family: "Figtree", sans-serif !important;
267
- color: var(--wild-blue-yonder);
268
- }
269
-
270
- .scope_name_input {
271
- width: 300px;
272
- max-width: 100%;
273
- }
274
-
275
- .full_width {
276
- width: 100%;
277
- }
278
-
279
- .footer_action .footer_btn {
280
- width: 100%;
281
- justify-content: center;
282
- white-space: wrap;
283
- text-align: center;
284
- align-self: stretch;
285
- }
286
-
287
- .cursor-pointer {
288
- cursor: pointer !important;
289
- }
290
-
291
- .oip_simple_input {
292
- border-radius: 8px;
293
- border: 1.5px solid var(--dividers);
294
- padding: 12px;
295
- margin: 5px 0px;
296
- width: calc(100% - 24px);
297
- }
298
- .oip_simple_input::placeholder {
299
- color: var(--wild-blue-yonder);
300
- }
301
- .oip_simple_input,
302
- .oip_simple_input:focus-visible {
303
- outline: none !important;
304
- }
305
- .oip_simple_input:hover,
306
- textarea:hover {
307
- border: 1.5px solid rgba(33, 118, 255, 0.2) !important;
308
- }
309
- .oip_simple_input:focus-within,
310
- textarea:focus-within {
311
- border: 1.5px solid var(--primary) !important;
312
- box-shadow: 0 0 0 4px rgba(33, 118, 255, 0.1) !important;
313
- }
314
- .oip_required_input,
315
- .oip_required_input:hover {
316
- border-color: var(--system-alert) !important;
317
- }
318
-
319
- .oip_error {
320
- color: var(--system-alert);
321
- }
173
+ .arg_scope_save{align-items:center;background-color:transparent;bottom:0;display:flex;height:0;justify-content:center;left:0;position:fixed;transition:all .5s ease;width:0}.arg_scope_save_open{background-color:rgba(0,0,0,.4);height:100%;width:100%;z-index:99}.arg_save_modal{align-items:flex-start;background:var(--white);border-radius:var(--m,8px);display:flex;flex-direction:column;flex-shrink:0;max-height:850px;max-width:640px;width:calc(100% - 164px)}.arg_save_header{border-bottom:1px solid #e5e7eb;justify-content:space-between}.arg_save_footer,.arg_save_header{align-items:center;align-self:stretch;display:flex;padding:24px}.arg_save_footer{border-top:1px solid #e5e7eb;gap:32px}.footer_action{align-self:stretch;display:flex;flex:1 1 0;width:50%}.arg_save_header>h1{font-size:20px;font-style:normal;font-weight:900;line-height:normal}.arg_save_body{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:24px;padding:24px}.scope_criteria,textarea{align-self:stretch;border:1.5px solid var(--light);border-radius:8px;font-family:Figtree,sans-serif!important;height:110px;margin:5px 0;outline:none!important;padding:12px}.scope_criteria{align-items:flex-start;display:flex;flex-direction:row;gap:8px}textarea::-moz-placeholder{color:var(--medium);font-family:Figtree,sans-serif!important}textarea::placeholder{color:var(--medium);font-family:Figtree,sans-serif!important}.scope_name_input{max-width:100%;width:300px}.full_width{width:100%}.footer_action .footer_btn{align-self:stretch;justify-content:center;text-align:center;white-space:wrap;width:100%}.cursor-pointer{cursor:pointer!important}.oip_simple_input{border:1.5px solid var(--light);border-radius:8px;margin:5px 0;padding:12px;width:calc(100% - 24px)}.oip_simple_input::-moz-placeholder{color:var(--medium)}.oip_simple_input::placeholder{color:var(--medium)}.oip_simple_input,.oip_simple_input:focus-visible{outline:none!important}.oip_simple_input:hover,textarea:hover{border:1.5px solid rgba(33,118,255,.2)!important}.oip_simple_input:focus-within,textarea:focus-within{border:1.5px solid var(--primary)!important;box-shadow:0 0 0 4px rgba(33,118,255,.1)!important}.oip_required_input,.oip_required_input:hover{border-color:var(--system-alert)!important}.oip_error{color:var(--system-alert)}
322
174
  </style>
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  nameFilled: import("vue").Ref<boolean>;
17
17
  saveFail: import("vue").Ref<boolean>;
18
18
  getAllCriteria: import("vue").ComputedRef<never[]>;
19
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onSave")[], "onClose" | "onSave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "onSave")[], "onClose" | "onSave", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  scopeCriteria: {
21
21
  type: ArrayConstructor;
22
22
  required: true;
@@ -77,7 +77,7 @@ export default defineComponent({
77
77
  if (index === selectedRadio.value) {
78
78
  return "var(--primary)";
79
79
  } else
80
- return "var(--lavendar-grey)";
80
+ return "var(--medium)";
81
81
  }
82
82
  return {
83
83
  selectedRadio,
@@ -90,55 +90,5 @@ export default defineComponent({
90
90
  </script>
91
91
 
92
92
  <style scoped>
93
- .display-radio,
94
- .selected-radio {
95
- border-radius: 2px;
96
- cursor: pointer;
97
- }
98
- .display-radio:hover,
99
- .selected-radio:hover {
100
- background: var(--background);
101
- box-shadow: 0px 0px 0px 4px #f5f5f9;
102
- }
103
-
104
- .display-radio:hover svg,
105
- .selected-radio:hover svg {
106
- color: var(--primary) !important;
107
- }
108
-
109
- .display-radio p {
110
- font-weight: 400;
111
- font-size: 14px;
112
- line-height: 16px;
113
- }
114
-
115
- .selected-radio p {
116
- font-weight: 500;
117
- font-size: 14px;
118
- line-height: 16px;
119
- }
120
-
121
- .radio_display {
122
- display: flex;
123
- width: 100%;
124
- }
125
-
126
- .radio_row {
127
- flex-direction: row;
128
- align-items: flex-start;
129
- flex-wrap: wrap;
130
- gap: 16px;
131
- }
132
-
133
- .radio_column {
134
- flex-direction: column;
135
- align-items: flex-start;
136
- gap: 8px;
137
- }
138
-
139
- .radio_item {
140
- padding: 6px;
141
- flex: 1 1 0;
142
- max-width: 236px;
143
- }
93
+ .display-radio,.selected-radio{border-radius:2px;cursor:pointer}.display-radio:hover,.selected-radio:hover{background:var(--lightest);box-shadow:0 0 0 4px #f5f5f9}.display-radio:hover svg,.selected-radio:hover svg{color:var(--primary)!important}.display-radio p{font-size:14px;font-weight:400;line-height:16px}.selected-radio p{font-size:14px;font-weight:500;line-height:16px}.radio_display{display:flex;width:100%}.radio_row{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px}.radio_column{align-items:flex-start;flex-direction:column;gap:8px}.radio_item{flex:1 1 0;max-width:236px;padding:6px}
144
94
  </style>
@@ -25,11 +25,11 @@ declare const _default: import("vue").DefineComponent<{
25
25
  default: string;
26
26
  };
27
27
  }, {
28
- selectedRadio: any;
28
+ selectedRadio: import("vue").Ref<any>;
29
29
  selectRadio: (index: number, value: string) => void;
30
30
  getIconName: (index: number) => "CheckCircleFill" | "Circle";
31
- getColor: (index: number) => "var(--primary)" | "var(--lavendar-grey)";
32
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeElement" | "update:Selection")[], "changeElement" | "update:Selection", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ getColor: (index: number) => "var(--primary)" | "var(--medium)";
32
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeElement" | "update:Selection")[], "changeElement" | "update:Selection", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  elements: {
34
34
  type: {
35
35
  (arrayLength: number): string[];