@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
@@ -188,90 +188,5 @@ export default defineComponent({
188
188
  });
189
189
  </script>
190
190
  <style scoped>
191
- .oip_hybrid_chart {
192
- border-collapse: collapse;
193
- border-spacing: 0;
194
- width: 100%;
195
- table-layout: auto;
196
- }
197
- .oip_hybrid_chart__header th {
198
- font-style: normal;
199
- font-weight: 400;
200
- font-size: 12px;
201
- line-height: 14px;
202
- color: var(--cool-grey);
203
- }
204
- .oip_hybrid_chart__header_elem:first-child {
205
- text-align: left;
206
- padding-left: 0;
207
- }
208
- .oip_hybrid_chart__header_elem:last-child {
209
- padding-right: 0;
210
- }
211
- .oip_hybrid_chart__header_elem {
212
- padding: 5px 10px;
213
- white-space: nowrap;
214
- text-align: right;
215
- }
216
- .oip_hybrid_chart__body tr {
217
- padding: 4px 0;
218
- height: 40px;
219
- }
220
- .oip_hybrid_chart__td:first-child {
221
- width: 100%;
222
- padding-left: 0;
223
- }
224
- .oip_hybrid_chart__td:last-child .oip_hybrid_chart__td_content {
225
- padding-right: 0;
226
- }
227
- .oip_hybrid_chart__td {
228
- vertical-align: top !important;
229
- }
230
- .oip_hybrid_chart__td_content {
231
- padding: 5px 10px;
232
- font-style: normal;
233
- font-weight: 500;
234
- font-size: 14px;
235
- line-height: 160%;
236
- color: var(--independence);
237
- white-space: nowrap;
238
- text-align: right;
239
- }
240
-
241
- .oip_hybrid_chart__bar_group {
242
- position: relative;
243
- width: 100%;
244
- }
245
- .oip_hybrid_chart__bar {
246
- position: absolute;
247
- z-index: 0;
248
- height: 32px;
249
- }
250
- .oip_hybrid_chart__bar_content {
251
- position: absolute;
252
- z-index: 1;
253
- padding: 8px 10px;
254
- white-space: nowrap;
255
- font-style: normal;
256
- font-weight: 400;
257
- font-size: 14px;
258
- max-width: 100%;
259
- }
260
-
261
- .oip_hybrid_chart__bar_percentage {
262
- margin-left: 4px;
263
- font-weight: 400;
264
- }
265
- .oip_hybrid_chart__footer {
266
- display: flex;
267
- justify-content: center;
268
- margin-top: 32px;
269
- }
270
-
271
- .truncated {
272
- display: block;
273
- white-space: nowrap; /* forces text to single line */
274
- overflow: hidden;
275
- text-overflow: ellipsis;
276
- }
191
+ .oip_hybrid_chart{border-collapse:collapse;border-spacing:0;table-layout:auto;width:100%}.oip_hybrid_chart__header th{color:var(--dark);font-size:12px;font-style:normal;font-weight:400;line-height:14px}.oip_hybrid_chart__header_elem:first-child{padding-left:0;text-align:left}.oip_hybrid_chart__header_elem:last-child{padding-right:0}.oip_hybrid_chart__header_elem{padding:5px 10px;text-align:right;white-space:nowrap}.oip_hybrid_chart__body tr{height:40px;padding:4px 0}.oip_hybrid_chart__td:first-child{padding-left:0;width:100%}.oip_hybrid_chart__td:last-child .oip_hybrid_chart__td_content{padding-right:0}.oip_hybrid_chart__td{vertical-align:top!important}.oip_hybrid_chart__td_content{color:var(--darkest);font-size:14px;font-style:normal;font-weight:500;line-height:160%;padding:5px 10px;text-align:right;white-space:nowrap}.oip_hybrid_chart__bar_group{position:relative;width:100%}.oip_hybrid_chart__bar{height:32px;position:absolute;z-index:0}.oip_hybrid_chart__bar_content{font-size:14px;font-style:normal;font-weight:400;max-width:100%;padding:8px 10px;position:absolute;white-space:nowrap;z-index:1}.oip_hybrid_chart__bar_percentage{font-weight:400;margin-left:4px}.oip_hybrid_chart__footer{display:flex;justify-content:center;margin-top:32px}.truncated{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
277
192
  </style>
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
23
23
  getPercentage: (value: number) => number;
24
24
  tableBody: import("vue").ComputedRef<never[]>;
25
25
  isEllipsisActive: (value: string) => boolean | undefined;
26
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "showState"[], "showState", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "showState"[], "showState", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
27
  heads: {
28
28
  type: ArrayConstructor;
29
29
  required: true;
@@ -1369,7 +1369,7 @@ export default defineComponent({
1369
1369
  CircleDashed: '<rect width="256" height="256" fill="none" stroke="none"/><path d="M35.3,103.1a96.4,96.4,0,0,1,24.8-43" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M60.1,195.9a95.7,95.7,0,0,1-24.8-43.1" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M152.9,220.7a94.2,94.2,0,0,1-49.7,0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M220.7,152.9a96.4,96.4,0,0,1-24.8,43" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M195.9,60.1a95.7,95.7,0,0,1,24.8,43.1" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M103.1,35.3a94.2,94.2,0,0,1,49.7,0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1370
1370
  CircleHalfTilt: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="195.9" y1="60.1" x2="60.1" y2="195.9" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="128" x2="128" y2="224" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="192" y1="64" x2="192" y2="199.6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="160" y1="96" x2="160" y2="218.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="96" y1="160" x2="96" y2="218.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1371
1371
  CircleHalf: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="32" x2="128" y2="224" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="192" y1="56.5" x2="192" y2="199.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="160" y1="37.5" x2="160" y2="218.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1372
- CircleSelectFill: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><circle cx="128" cy="128" r="32" fill="var(--pure-white)" stroke="var(--pure-white)" stroke-linecap="round" stroke-linejoin="round" />',
1372
+ CircleSelectFill: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><circle cx="128" cy="128" r="32" fill="var(--white)" stroke="var(--white)" stroke-linecap="round" stroke-linejoin="round" />',
1373
1373
  CircleNotch: '<rect width="256" height="256" fill="none" stroke="none"/><path d="M168,40.7a96,96,0,1,1-80,0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1374
1374
  CircleWavyCheck: '<rect width="256" height="256" fill="none" stroke="none"/><path d="M54.5,201.5c-9.2-9.2-3.1-28.5-7.8-39.8S24,140.5,24,128s17.8-22,22.7-33.7-1.4-30.6,7.8-39.8S83,51.4,94.3,46.7,115.5,24,128,24s22,17.8,33.7,22.7,30.6-1.4,39.8,7.8,3.1,28.5,7.8,39.8S232,115.5,232,128s-17.8,22-22.7,33.7,1.4,30.6-7.8,39.8-28.5,3.1-39.8,7.8S140.5,232,128,232s-22-17.8-33.7-22.7S63.7,210.7,54.5,201.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><polyline points="172 104 113.3 160 84 132" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1375
1375
  CircleWavyQuestion: '<rect width="256" height="256" fill="none" stroke="none"/><path d="M54.5,201.5c-9.2-9.2-3.1-28.5-7.8-39.8S24,140.5,24,128s17.8-22,22.7-33.7-1.4-30.6,7.8-39.8S83,51.4,94.3,46.7,115.5,24,128,24s22,17.8,33.7,22.7,30.6-1.4,39.8,7.8,3.1,28.5,7.8,39.8S232,115.5,232,128s-17.8,22-22.7,33.7,1.4,30.6-7.8,39.8-28.5,3.1-39.8,7.8S140.5,232,128,232s-22-17.8-33.7-22.7S63.7,210.7,54.5,201.5Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><circle cx="128" cy="180" r="12" fill="currentColor" stroke="none"/><path d="M128,144v-8a28,28,0,1,0-28-28" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
@@ -1748,11 +1748,11 @@ export default defineComponent({
1748
1748
  MicrosoftTeamsLogo: '<rect width="256" height="256" fill="none" stroke="none"/><rect x="32" y="72" width="120" height="112" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M152,88h32a8,8,0,0,1,8,8v72a56,56,0,0,1-56,56h0a56.1,56.1,0,0,1-53.7-40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="110" y1="104" x2="74" y2="104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="92" y1="152" x2="92" y2="104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M108.3,72A32,32,0,1,1,152,83.7" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M166.1,45.2a26,26,0,1,1-3.4,28.4" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M192,88h27.3a4.7,4.7,0,0,1,4.7,4.7V152a32,32,0,0,1-32,32h-2.3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1749
1749
  MicrosoftWordLogo: '<rect width="256" height="256" fill="none" stroke="none"/><line x1="152" y1="96" x2="208" y2="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="152" y1="160" x2="208" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><path d="M64,72V40a8,8,0,0,1,8-8H200a8,8,0,0,1,8,8V216a8,8,0,0,1-8,8H72a8,8,0,0,1-8-8V184" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><polyline points="64 104 76 152 92 116 108 152 120 104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><rect x="32" y="72" width="120" height="112" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1750
1750
  MinusCircle: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1751
- MinusCircleFill: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="var(--pure-white)" stroke-linecap="round" stroke-linejoin="round" />',
1752
- MinusCircleDisable: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="var(--lavendar-grey)" stroke="var(--lavendar-grey)" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1751
+ MinusCircleFill: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="var(--white)" stroke-linecap="round" stroke-linejoin="round" />',
1752
+ MinusCircleDisable: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="var(--light" stroke="var(--light)" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1753
1753
  MinusSquare: '<path d="M208 40H48C43.5817 40 40 43.5817 40 48V208C40 212.418 43.5817 216 48 216H208C212.418 216 216 212.418 216 208V48C216 43.5817 212.418 40 208 40Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M96 128H160" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>',
1754
1754
  MinusSquareFill: '<path d="M208 40H48C43.5817 40 40 43.5817 40 48V208C40 212.418 43.5817 216 48 216H208C212.418 216 216 212.418 216 208V48C216 43.5817 212.418 40 208 40Z" stroke="currentColor" fill="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M96 128H160" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>',
1755
- MinusSquareDisable: '<path d="M208 40H48C43.5817 40 40 43.5817 40 48V208C40 212.418 43.5817 216 48 216H208C212.418 216 216 212.418 216 208V48C216 43.5817 212.418 40 208 40Z" stroke="var(--lavendar-grey)" stroke-linecap="round" stroke-linejoin="round" fill="var(--lavendar-grey)"/><path d="M96 128H160" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>',
1755
+ MinusSquareDisable: '<path d="M208 40H48C43.5817 40 40 43.5817 40 48V208C40 212.418 43.5817 216 48 216H208C212.418 216 216 212.418 216 208V48C216 43.5817 212.418 40 208 40Z" stroke="var(--light)" stroke-linecap="round" stroke-linejoin="round" fill="var(--light)"/><path d="M96 128H160" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>',
1756
1756
  Minus: '<rect width="256" height="256" fill="none" stroke="none"/><line x1="40" y1="128" x2="216" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1757
1757
  Molecule: '<path stroke="currentColor" fill="currentColor" stroke-width="4px" d="M64.6,15.2c-21.5,8.6-25.1,37.3-6.3,50.6c5.1,3.6,10.3,5.2,18.3,5.4l6.2,0.1l7.9,14.6l8,14.5l-4.3,4.6c-7.4,7.7-10.3,13.8-12,24.7c-1.2,7.6,0.1,16.2,3.6,23.9l2.6,5.6l-3.8,3.6c-2.1,1.9-9.8,8.8-17,15.4l-13.2,11.8l-3.5-1.7c-7.4-3.8-18.4-3.9-25.5-0.2c-4.5,2.3-10.7,8.7-13.2,13.5c-2.1,3.9-2.5,5.7-2.5,12.3c0,6.7,0.4,8.5,2.5,12.9c2.9,5.9,8.2,11,14.2,13.8c3.2,1.5,5.9,1.9,11.9,1.9c6.7,0,8.4-0.4,12.5-2.5c10.3-5.5,16-14.7,16-25.7c0-4.2-0.5-7.7-1.5-10.1l-1.5-3.6L69,196c2.7-2.5,10.4-9.5,17-15.4c11.4-10.2,12.2-10.8,14-9.7c18,11.4,37.6,10.9,52.8-1l3.4-2.7l2.4,1.8c1.3,1,3.9,3.3,5.9,5l3.5,3.2l-1.3,3.8c-1.8,5-1.7,14,0.1,19.3c1.8,5.6,8.5,12.8,14.4,15.9c4,2.1,5.7,2.5,12.8,2.5c7.1,0,8.8-0.4,12.8-2.5c6.1-3.2,10.8-8.2,13.8-14.7c2.1-4.6,2.4-6.3,2-12.3c-0.5-11.3-6.2-20.1-16-25c-6.2-3-18.8-3-25.1,0.1l-4.3,2.1l-5.9-5.2c-3.3-2.8-5.9-5.3-5.9-5.4c0-0.1,0.9-2.6,2-5.6c1.7-4.5,2.1-7.4,2.1-16.2l0.1-10.8l9.5-4.3c16.6-7.6,14.9-7.2,18.9-3.8c11.6,10.2,27.8,10.1,38.9-0.1c6.7-6.1,9.1-11.8,9.2-21.3c0-5.6-0.5-8.3-2-11.5c-2.7-6-7.8-11.3-13.8-14.2c-4.5-2.2-6.3-2.6-12.9-2.6c-6.2,0-8.6,0.5-12,2.2c-10.1,4.9-16.5,14.9-16.6,25.7l-0.1,6l-12.6,5.6l-12.7,5.6l-5.6-5.7c-11.8-12.2-27.3-16.4-44.4-12c-2.2,0.5-2.7-0.2-10.3-13.9c-4.4-7.9-7.9-14.8-7.9-15.1c0-0.4,1-2,2.3-3.6c5.9-7.7,7.7-18.5,4.6-27.9c-1.9-5.7-8.5-13-14.5-16.1C81.2,13.1,71.1,12.5,64.6,15.2z M82.9,29.7c8.9,5.6,9,18.4,0.1,25c-3.7,2.8-12.7,2.6-16.9-0.3c-7.2-5.2-8.2-15.4-2.2-22.1C69.1,26.6,76.3,25.6,82.9,29.7z M223.2,80.7c15,6.9,10.4,28.3-6.2,28.3c-4.7,0-9.1-2.6-12.3-7.3c-1.8-2.6-2.1-4.1-1.8-8.3c0.5-6.2,3.2-10.4,8.4-12.8C216,78.6,218.6,78.6,223.2,80.7z M136.5,107.2c20.3,7.7,26,33.9,10.7,49.2c-8,8-19,10.8-30.2,7.4c-5.6-1.7-7.4-2.8-11.8-7.2c-3.7-3.7-5.7-6.7-7.2-10.7c-6.1-16.2,3.1-34.5,20-39.7C122.4,104.8,131.5,105.4,136.5,107.2z M201.3,177.6c4.1,2.3,7.7,8.4,7.7,13c0,4.6-3.6,10.5-8.2,12.8c-4.9,2.6-8.6,2.6-13.7,0c-4.6-2.3-8.2-8-8.2-13.2c0-5.6,4.6-12.1,10-14.1C192.2,175,197.9,175.6,201.3,177.6z M46.1,201.3c1.6,1.1,4,3.5,5.2,5.2c1.8,2.6,2.1,4.1,1.8,8.4c-0.5,6.6-3.6,10.8-9.5,13.1c-3.6,1.4-4.7,1.5-8.5,0.5c-5.1-1.4-8-3.8-10.3-9.1c-2.2-4.6-1.6-8.9,1.5-13.8C30.5,199.2,40,197.2,46.1,201.3z"/>',
1758
1758
  Money: '<rect width="256" height="256" fill="none" stroke="none"/><rect x="16" y="64" width="224" height="128" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><circle cx="128" cy="128" r="32" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="176" y1="64" x2="240" y2="120" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="176" y1="192" x2="240" y2="136" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="80" y1="64" x2="16" y2="120" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="80" y1="192" x2="16" y2="136" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
@@ -1868,7 +1868,7 @@ export default defineComponent({
1868
1868
  PlugsConnected: '<rect width="256" height="256" fill="none" stroke="none"/><line x1="80" y1="176" x2="24" y2="232" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="232" y1="24" x2="176" y2="80" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><rect x="60.1" y="88.4" width="135.8" height="79.2" rx="24" transform="translate(-53 128) rotate(-45)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="92" y1="92" x2="164" y2="164" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="224" y1="160" x2="200" y2="152" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="56" y1="104" x2="32" y2="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="96" y1="32" x2="104" y2="56" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="152" y1="200" x2="160" y2="224" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1869
1869
  Plugs: '<rect width="256" height="256" fill="none" stroke="none"/><path d="M132,180l-31,31a24,24,0,0,1-34,0L45,189a24,24,0,0,1,0-34l31-31" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="56" y1="200" x2="24" y2="232" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="232" y1="24" x2="200" y2="56" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="144" y1="144" x2="120" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="144" y1="144" x2="120" y2="168" fill="#231f20"/><line x1="112" y1="112" x2="88" y2="136" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="112" y1="112" x2="88" y2="136" fill="#231f20"/><path d="M180,132l31-31a24,24,0,0,0,0-34L189,45a24,24,0,0,0-34,0L124,76" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="116" y1="68" x2="188" y2="140" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="68" y1="116" x2="140" y2="188" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1870
1870
  PlusCircle: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="88" x2="128" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1871
- PlusCircleFill: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="var(--pure-white)" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="88" x2="128" y2="168" fill="none" stroke="var(--pure-white)" stroke-linecap="round" stroke-linejoin="round" />',
1871
+ PlusCircleFill: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" /><line x1="88" y1="128" x2="168" y2="128" fill="none" stroke="var(--white)" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="88" x2="128" y2="168" fill="none" stroke="var(--white)" stroke-linecap="round" stroke-linejoin="round" />',
1872
1872
  PlusMinus: '<rect width="256" height="256" fill="none" stroke="none"/><line x1="200" y1="56" x2="56" y2="200" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="32" y1="72" x2="112" y2="72" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="72" y1="32" x2="72" y2="112" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="144" y1="184" x2="224" y2="184" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1873
1873
  Plus: '<rect width="256" height="256" fill="none" stroke="none"/><line x1="40" y1="128" x2="216" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="40" x2="128" y2="216" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
1874
1874
  PokerChip: '<rect width="256" height="256" fill="none" stroke="none"/><circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><circle cx="128" cy="128" r="56" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="72" x2="128" y2="32" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="88.4" y1="88.4" x2="60.1" y2="60.1" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="72" y1="128" x2="32" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="88.4" y1="167.6" x2="60.1" y2="195.9" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="128" y1="184" x2="128" y2="224" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="167.6" y1="167.6" x2="195.9" y2="195.9" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="184" y1="128" x2="224" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /><line x1="167.6" y1="88.4" x2="195.9" y2="60.1" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />',
@@ -2155,7 +2155,5 @@ export default defineComponent({
2155
2155
  });
2156
2156
  </script>
2157
2157
  <style>
2158
- .phosphor-icon {
2159
- flex-shrink: 0 !important;
2160
- }
2158
+ .phosphor-icon{flex-shrink:0!important}
2161
2159
  </style>
@@ -1083,7 +1083,7 @@ declare const _default: import("vue").DefineComponent<{
1083
1083
  YinYang: string;
1084
1084
  YoutubeLogo: string;
1085
1085
  };
1086
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1086
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1087
1087
  size: {
1088
1088
  type: StringConstructor;
1089
1089
  required: false;
@@ -80,62 +80,5 @@ export default defineComponent({
80
80
  </script>
81
81
 
82
82
  <style scoped>
83
- .language_container {
84
- cursor: pointer;
85
- border: 1.5px solid transparent;
86
- border-radius: 8px;
87
- padding: 11px 8px;
88
- position: relative;
89
- background: rgba(253, 253, 255, 0.8);
90
- border: 1.5px solid transparent;
91
- z-index: 99;
92
- }
93
- .language_container:hover svg {
94
- color: var(--primary) !important;
95
- }
96
-
97
- .lang_choice_container {
98
- padding: 20px 12px 10px 8px;
99
- left: -1px;
100
- position: absolute;
101
- background: rgba(253, 253, 255, 0.8);
102
- border-top: none !important;
103
- border: 1.5px solid transparent;
104
- border-radius: 8px;
105
- border-top-left-radius: 0px !important;
106
- border-top-right-radius: 0px !important;
107
- width: calc(100% - 20px);
108
- }
109
- .lang_choice_container.set-width {
110
- width: 102% !important;
111
- }
112
-
113
- .active_lang .lang_choice_container {
114
- border-top: none !important;
115
- }
116
-
117
- .lang_choice_container:hover {
118
- color: var(--primary) !important;
119
- }
120
-
121
- .lang_choice_icon {
122
- transition: transform 0.3s;
123
- flex-shrink: 0;
124
- }
125
-
126
- .icon-rotate {
127
- transform: rotate(-180deg);
128
- }
129
-
130
- p {
131
- font-size: 14px;
132
- font-style: normal;
133
- font-weight: 400;
134
- line-height: 160%;
135
- white-space: nowrap;
136
- }
137
-
138
- .lang-choice:hover p {
139
- color: var(--primary) !important;
140
- }
83
+ .language_container{background:rgba(253,253,255,.8);border:1.5px solid transparent;border-radius:8px;cursor:pointer;padding:11px 8px;position:relative;z-index:99}.language_container:hover svg{color:var(--primary)!important}.lang_choice_container{background:rgba(253,253,255,.8);border-top:none!important;border:1.5px solid transparent;border-radius:8px;border-top-left-radius:0!important;border-top-right-radius:0!important;left:-1px;padding:20px 12px 10px 8px;position:absolute;width:calc(100% - 20px)}.lang_choice_container.set-width{width:102%!important}.active_lang .lang_choice_container{border-top:none!important}.lang_choice_container:hover{color:var(--primary)!important}.lang_choice_icon{flex-shrink:0;transition:transform .3s}.icon-rotate{transform:rotate(-180deg)}p{font-size:14px;font-style:normal;font-weight:400;line-height:160%;white-space:nowrap}.lang-choice:hover p{color:var(--primary)!important}
141
84
  </style>
@@ -21,10 +21,10 @@ declare const _default: import("vue").DefineComponent<{
21
21
  default: string;
22
22
  };
23
23
  }, {
24
- selectedItem: any;
24
+ selectedItem: import("vue").Ref<any>;
25
25
  showLangOptions: import("vue").Ref<boolean>;
26
26
  selectLang: (item: any) => void;
27
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectLang" | "update:Lang")[], "onSelectLang" | "update:Lang", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSelectLang" | "update:Lang")[], "onSelectLang" | "update:Lang", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  langs: {
29
29
  type: {
30
30
  (arrayLength: number): Object[];
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <hr class="arg_line_break"/>
2
+ <hr class="arg_line_break" />
3
3
  </template>
4
4
  <script>
5
5
  import {
@@ -12,10 +12,5 @@ export default defineComponent({
12
12
  });
13
13
  </script>
14
14
  <style>
15
- .arg_line_break{
16
- background: var(--base-dividers, #ECECF2);
17
- margin: 0;
18
- height: 1px;
19
- border: 0px solid transparent;
20
- }
21
- </style>
15
+ .arg_line_break{background:var(--light,#ececf2);border:0 solid transparent;height:1px;margin:0}
16
+ </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;
@@ -79,35 +79,5 @@ export default defineComponent({
79
79
  });
80
80
  </script>
81
81
  <style>
82
- .arg_main_with_sidebar {
83
- margin-left: 200px;
84
- }
85
- .arg_main_no_sidebar {
86
- margin-left: 52px;
87
- }
88
- .arg_main_layout_body {
89
- display: flex;
90
- flex-direction: column;
91
- }
92
- .arg_main_layout_section {
93
- min-height: calc(100vh - 77px);
94
- padding: 8px;
95
- }
96
- .arg_main_layout_body .arg_header_with_sidebar {
97
- width: calc(100% - 200px);
98
- }
99
- .arg_main_layout_body .arg_header_no_sidebar {
100
- width: calc(100% - 52px);
101
- }
102
- .arg_info {
103
- position: fixed;
104
- right: 8px;
105
- }
106
-
107
- .arg_info_open {
108
- z-index: 99;
109
- }
110
- .arg_info_closed {
111
- z-index: 95;
112
- }
82
+ .arg_main_with_sidebar{margin-left:200px}.arg_main_no_sidebar{margin-left:52px}.arg_main_layout_body{display:flex;flex-direction:column}.arg_main_layout_section{min-height:calc(100vh - 77px);padding:8px}.arg_main_layout_body .arg_header_with_sidebar{width:calc(100% - 200px)}.arg_main_layout_body .arg_header_no_sidebar{width:calc(100% - 52px)}.arg_info{position:fixed;right:8px}.arg_info_open{z-index:99}.arg_info_closed{z-index:95}
113
83
  </style>
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
- }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  sidebarOpen: {
12
12
  type: BooleanConstructor;
13
13
  default: boolean;
@@ -55,37 +55,5 @@ export default defineComponent({
55
55
  });
56
56
  </script>
57
57
  <style scoped>
58
- .auriga_menu_item {
59
- display: flex;
60
- padding: 8px;
61
- align-items: center;
62
- gap: 8px;
63
- align-self: stretch;
64
- border-radius: 4px;
65
- font-size: 14px;
66
- font-style: normal;
67
- font-weight: 400;
68
- line-height: 160%;
69
- color: var(--independence);
70
- }
71
-
72
- .auriga_menu_item svg {
73
- color: var(--cool-grey) !important;
74
- }
75
- .auriga_menu_item.is-active svg,
76
- .auriga_menu_item:hover:not(.is-active) svg {
77
- color: var(--primary, #2176ff) !important;
78
- }
79
- .auriga_menu_item.is-active {
80
- background: rgba(33, 118, 255, 0.1) !important;
81
- }
82
- .auriga_menu_item:hover:not(.is-active) {
83
- background: var(--base-dividers, #ececf2);
84
- }
85
- .menu_tooltip_icon {
86
- flex: 1 1 100%;
87
- }
88
- .tooltip_display {
89
- display: flex !important;
90
- }
58
+ .auriga_menu_item{align-items:center;align-self:stretch;border-radius:4px;color:var(--darkest);display:flex;font-size:14px;font-style:normal;font-weight:400;gap:8px;line-height:160%;padding:8px}.auriga_menu_item svg{color:var(--dark)!important}.auriga_menu_item.is-active svg,.auriga_menu_item:hover:not(.is-active) svg{color:var(--primary,#2176ff)!important}.auriga_menu_item.is-active{background:rgba(33,118,255,.1)!important}.auriga_menu_item:hover:not(.is-active){background:var(--light,#ececf2)}.menu_tooltip_icon{flex:1 1 100%}.tooltip_display{display:flex!important}
91
59
  </style>
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  type: StringConstructor;
21
21
  required: true;
22
22
  };
23
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  to: {
25
25
  type: StringConstructor;
26
26
  required: true;
@@ -10,7 +10,7 @@
10
10
  sidebarOpen ? '' : 'link_menu_tooltip_icon',
11
11
  ]"
12
12
  >
13
- <arg-icon :name="icon" color="var(--cool-grey)" size="20" />
13
+ <arg-icon :name="icon" color="var(--dark)" size="20" />
14
14
  </arg-tooltip>
15
15
  <span v-show="sidebarOpen">{{ label }}</span>
16
16
  </nuxt-link>
@@ -24,7 +24,7 @@
24
24
  sidebarOpen ? '' : 'link_menu_tooltip_icon',
25
25
  ]"
26
26
  >
27
- <arg-icon :name="icon" color="var(--cool-grey)" size="20" />
27
+ <arg-icon :name="icon" color="var(--dark)" size="20" />
28
28
  </arg-tooltip>
29
29
  <span v-show="sidebarOpen">{{ label }}</span>
30
30
  </div>
@@ -58,35 +58,5 @@ export default defineComponent({
58
58
  });
59
59
  </script>
60
60
  <style>
61
- .arg_menu_link {
62
- display: flex;
63
- padding: 8px;
64
- align-items: center;
65
- gap: 8px;
66
- align-self: stretch;
67
- color: var(--independence);
68
- font-size: 14px;
69
- font-style: normal;
70
- font-weight: 400;
71
- line-height: 160%;
72
- text-transform: capitalize;
73
- cursor: pointer;
74
- border-radius: 4px;
75
- margin: 8px 0px;
76
- }
77
-
78
- .arg_menu_link:hover svg {
79
- color: var(--primary) !important;
80
- }
81
-
82
- .arg_menu_link:hover {
83
- background: var(--base-dividers, #ececf2);
84
- }
85
-
86
- .link_menu_tooltip_icon {
87
- flex: 1 1 100%;
88
- }
89
- .tooltip_display {
90
- display: flex !important;
91
- }
61
+ .arg_menu_link{align-items:center;align-self:stretch;border-radius:4px;color:var(--darkest);cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:8px;line-height:160%;margin:8px 0;padding:8px;text-transform:capitalize}.arg_menu_link:hover svg{color:var(--primary)!important}.arg_menu_link:hover{background:var(--light,#ececf2)}.link_menu_tooltip_icon{flex:1 1 100%}.tooltip_display{display:flex!important}
92
62
  </style>
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
21
21
  };
22
22
  }, {
23
23
  sendAction: () => void;
24
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClick"[], "onClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClick"[], "onClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  icon: {
26
26
  type: StringConstructor;
27
27
  required: true;
@@ -80,7 +80,7 @@ export default defineComponent({
80
80
  if (selectedInts.value.includes(index) || selectedString.value.includes(option)) {
81
81
  return "var(--primary)";
82
82
  } else
83
- return "var(--lavendar-grey)";
83
+ return "var(--medium)";
84
84
  }
85
85
  function updateSelection(index, option) {
86
86
  const selected = props.return_value ? selectedString.value : selectedInts.value;
@@ -123,47 +123,5 @@ export default defineComponent({
123
123
  </script>
124
124
 
125
125
  <style scoped>
126
- .option-value {
127
- font-weight: 400;
128
- font-size: 14px;
129
- line-height: 160%;
130
- }
131
-
132
- .multiple-choice-row {
133
- display: flex;
134
- flex-direction: row;
135
- align-items: center;
136
- gap: 8px;
137
- }
138
-
139
- .choice_row {
140
- display: flex;
141
- flex-direction: row;
142
- align-items: center;
143
- gap: 8px;
144
- cursor: pointer;
145
- }
146
-
147
- .multiple-choice-column {
148
- display: flex;
149
- flex-direction: column;
150
- align-items: flex-start;
151
- gap: 8px;
152
- }
153
-
154
- .multiple_option:hover svg {
155
- color: var(--primary) !important;
156
- }
157
-
158
- .selected_option:hover svg {
159
- color: var(--primary-hover) !important;
160
- }
161
-
162
- .selected_option p {
163
- font-weight: 500;
164
- }
165
-
166
- .cursor-pointer {
167
- cursor: pointer;
168
- }
126
+ .option-value{font-size:14px;font-weight:400;line-height:160%}.choice_row,.multiple-choice-row{align-items:center;display:flex;flex-direction:row;gap:8px}.choice_row{cursor:pointer}.multiple-choice-column{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.multiple_option:hover svg{color:var(--primary)!important}.selected_option:hover svg{color:var(--primary-hover)!important}.selected_option p{font-weight:500}.cursor-pointer{cursor:pointer}
169
127
  </style>
@@ -30,12 +30,12 @@ declare const _default: import("vue").DefineComponent<{
30
30
  };
31
31
  }, {
32
32
  updateSelection: (index: number, option: string) => void;
33
- getColor: (index: number, option: string) => "var(--primary)" | "var(--lavendar-grey)";
33
+ getColor: (index: number, option: string) => "var(--primary)" | "var(--medium)";
34
34
  getIcon: (index: number, option: string) => "CheckSquareFill" | "Square";
35
35
  isSelected: (index: number, option: string) => boolean;
36
36
  selectedInts: import("vue").Ref<number[]>;
37
37
  selectedString: import("vue").Ref<string[]>;
38
- }, 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<{
38
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeElement" | "update:Selection")[], "changeElement" | "update:Selection", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
39
  element_table: {
40
40
  type: ArrayConstructor;
41
41
  required: true;
@@ -117,7 +117,7 @@
117
117
  "
118
118
  name="MinusSquareDisable"
119
119
  size="16"
120
- color="var(--independence)"
120
+ color="var(--darkest)"
121
121
  class="disable"
122
122
  />
123
123
  <arg-icon
@@ -158,7 +158,7 @@
158
158
  v-if="options_disable.includes(index)"
159
159
  name="MinusSquareDisable"
160
160
  size="16"
161
- color="var(--independence)"
161
+ color="var(--darkest)"
162
162
  class="disable"
163
163
  />
164
164
  <arg-icon
@@ -800,38 +800,7 @@ export default defineComponent({
800
800
  </script>
801
801
 
802
802
  <style>
803
- .oip_select_complex_selection_loop > svg {
804
- color: var(--lavendar-grey) !important;
805
- }
806
-
807
- .oip_select_dropdown_block.multiple {
808
- min-width: 225px;
809
- overflow-y: auto;
810
- }
811
-
812
- .oip_select_complex_selection_loop.multiple {
813
- padding-left: 7px;
814
- }
815
-
816
- .oip_select_multiple_left_margin {
817
- margin-left: 7px;
818
- border-left: 1px solid var(--more);
819
- }
820
-
821
- /*.oip_select_complex_selection_loop>svg.more>* {
822
- color: var(--cool-grey) !important;
823
- fill: var(--cool-grey) !important;
824
- }
825
-
826
- .oip_select_complex_selection_loop>svg.add>* {
827
- fill: var(--accent) !important;
828
- color: var(--pure-white) !important;
829
- stroke-width: 0;
830
- } */
831
-
832
- .relative {
833
- position: relative;
834
- }
803
+ .oip_select_complex_selection_loop>svg{color:var(--medium)!important}.oip_select_dropdown_block.multiple{min-width:225px;overflow-y:auto}.oip_select_complex_selection_loop.multiple{padding-left:7px}.oip_select_multiple_left_margin{border-left:1px solid var(--light);margin-left:7px}.relative{position:relative}
835
804
  </style>
836
805
  <style scoped>
837
806
  .oip_select_complex_selection_loop > svg.add {
@@ -842,10 +811,10 @@ export default defineComponent({
842
811
  color: var(--primary) !important;
843
812
  }
844
813
  .oip_select_complex_selection_loop > svg.disable {
845
- color: var(--independence) !important;
814
+ color: var(--darkest) !important;
846
815
  }
847
816
  .oip_select_complex_selection_loop > svg.disable {
848
- color: var(--independence) !important;
817
+ color: var(--darkest) !important;
849
818
  }
850
819
  .oip_select_complex_selection_loop > .add {
851
820
  font-weight: 700 !important;
@@ -861,7 +830,7 @@ export default defineComponent({
861
830
  margin-bottom: 8px;
862
831
  }
863
832
  .disabled {
864
- color: var(--lavendar-grey);
833
+ color: var(--light);
865
834
  }
866
835
  .oip_select_complex_selection_loop:hover {
867
836
  background: rgba(33, 118, 255, 0.05);
@@ -880,7 +849,7 @@ export default defineComponent({
880
849
 
881
850
  .left_margin {
882
851
  margin-left: 7px;
883
- border-left: 1px solid var(--more);
852
+ border-left: 1px solid var(--light);
884
853
  }
885
854
 
886
855
  .cate_left_margin {
@@ -140,7 +140,7 @@ declare const _default: import("vue").DefineComponent<{
140
140
  getLoaderText: import("vue").ComputedRef<string[]>;
141
141
  getPlaceholder: import("vue").ComputedRef<string>;
142
142
  getEmptyContentMsg: import("vue").ComputedRef<string>;
143
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "changeElement" | "update:Selection" | "changeInputValue")[], "onClose" | "changeElement" | "update:Selection" | "changeInputValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
143
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onClose" | "changeElement" | "update:Selection" | "changeInputValue")[], "onClose" | "changeElement" | "update:Selection" | "changeInputValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
144
144
  element_table: {
145
145
  type: {
146
146
  (arrayLength: number): (Object | String)[];