@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
@@ -66,287 +66,5 @@ export default defineComponent({
66
66
  </script>
67
67
 
68
68
  <style scoped>
69
- .oip_data_loader_container {
70
- display: flex;
71
- justify-content: center;
72
- padding: 100px 20px;
73
- }
74
- .oip_data_loader {
75
- position: relative;
76
- }
77
- .oip_data_loader_text_group {
78
- position: relative;
79
- z-index: 2;
80
- margin-bottom: -5px;
81
- }
82
- .oip_data_loader_title {
83
- font-family: "Figtree", sans-serif !important;
84
- color: #2176ff;
85
- font-style: normal;
86
- font-weight: 700;
87
- font-size: 20px;
88
- line-height: 23px;
89
- text-align: center;
90
- }
91
- .oip_data_loader_subtitle {
92
- font-family: "Figtree", sans-serif !important;
93
- font-style: normal;
94
- font-weight: 400;
95
- font-size: 12px;
96
- line-height: 170%;
97
- text-align: center;
98
- color: #2176ff;
99
- }
100
- .oip_data_loader_background_container {
101
- position: static;
102
- z-index: 1;
103
- }
104
- .oip_data_loader_outer_circle {
105
- background: #eaeaf5;
106
- border-radius: 50%;
107
- position: absolute;
108
- animation: outer-circle-scale 10s ease infinite both;
109
- left: 0;
110
- right: 0;
111
- top: 0;
112
- bottom: 0;
113
- margin: auto;
114
- z-index: 1;
115
- height: 42px;
116
- width: 42px;
117
- }
118
- .oip_data_loader_inner_circle {
119
- background: #f5f5f9;
120
- width: 41.33px;
121
- height: 41.33px;
122
- border-radius: 50%;
123
- position: absolute;
124
- left: 0;
125
- right: 0;
126
- top: 0;
127
- bottom: 0;
128
- margin: auto;
129
- z-index: 1;
130
- animation: inner-circle-scale 10s ease infinite both;
131
- }
132
- @keyframes outer-circle-scale {
133
- 0% {
134
- transform: scale(1);
135
- opacity: 0;
136
- }
137
- 7.7% {
138
- transform: scale(2.6);
139
- opacity: 1;
140
- }
141
- 30.7% {
142
- transform: scale(3.6);
143
- opacity: 1;
144
- }
145
- 53.7% {
146
- transform: scale(3);
147
- opacity: 1;
148
- }
149
- 76.7% {
150
- transform: scale(3.9);
151
- opacity: 1;
152
- }
153
- 84.4% {
154
- transform: scale(3);
155
- opacity: 1;
156
- }
157
- 100% {
158
- transform: scale(1);
159
- opacity: 0;
160
- }
161
- }
162
- @keyframes inner-circle-scale {
163
- 0% {
164
- opacity: 1;
165
- }
166
- 7.7% {
167
- opacity: 0;
168
- }
169
- 30.7% {
170
- opacity: 0;
171
- }
172
- 53.7% {
173
- opacity: 0;
174
- }
175
- 76.7% {
176
- opacity: 0;
177
- }
178
- 84.4% {
179
- opacity: 0;
180
- }
181
- 100% {
182
- opacity: 1;
183
- }
184
- }
185
- .oip_data_loader_icon_1,
186
- .oip_data_loader_icon_2,
187
- .oip_data_loader_icon_3,
188
- .oip_data_loader_icon_4,
189
- .oip_data_loader_icon_5 {
190
- position: absolute;
191
- left: 0;
192
- right: 0;
193
- top: 0;
194
- bottom: 0;
195
- margin: auto;
196
- }
197
- .oip_data_loader_icon_1 {
198
- animation: icon1-scale 10s ease infinite both;
199
- }
200
- .oip_data_loader_icon_2 {
201
- animation: icon2-scale 10s ease infinite both;
202
- }
203
- .oip_data_loader_icon_3 {
204
- animation: icon3-scale 10s ease infinite both;
205
- }
206
- .oip_data_loader_icon_4 {
207
- animation: icon4-scale 10s ease infinite both;
208
- }
209
- .oip_data_loader_icon_5 {
210
- animation: icon5-scale 10s ease infinite both;
211
- }
212
- @keyframes icon1-scale {
213
- 0% {
214
- opacity: 0;
215
- }
216
- 7.7% {
217
- transform: translate(-74px, -57px);
218
- opacity: 1;
219
- }
220
- 30.7% {
221
- transform: translate(-74px, -59px) rotate(15deg);
222
- opacity: 1;
223
- }
224
- 53.7% {
225
- transform: translate(-74px, -59px);
226
- opacity: 1;
227
- }
228
- 76.7% {
229
- transform: translate(-74px, -59px) rotate(15deg);
230
- opacity: 1;
231
- }
232
- 84.4% {
233
- transform: translate(-74px, -59px);
234
- opacity: 1;
235
- }
236
- 100% {
237
- opacity: 0;
238
- }
239
- }
240
- @keyframes icon2-scale {
241
- 0% {
242
- opacity: 0;
243
- }
244
- 7.7% {
245
- transform: translate(40px, -89px);
246
- opacity: 1;
247
- }
248
- 30.7% {
249
- transform: translate(40px, -89px) rotate(-15deg);
250
- opacity: 1;
251
- }
252
- 53.7% {
253
- transform: translate(40px, -89px);
254
- opacity: 1;
255
- }
256
- 76.7% {
257
- transform: translate(40px, -89px) rotate(-15deg);
258
- opacity: 1;
259
- }
260
- 84.4% {
261
- transform: translate(40px, -89px);
262
- opacity: 1;
263
- }
264
- 100% {
265
- opacity: 0;
266
- }
267
- }
268
- @keyframes icon3-scale {
269
- 0% {
270
- opacity: 0;
271
- }
272
- 7.7% {
273
- transform: translate(112px, -35px);
274
- opacity: 1;
275
- }
276
- 30.7% {
277
- transform: translate(112px, -35px) rotate(15deg);
278
- opacity: 1;
279
- }
280
- 53.7% {
281
- transform: translate(112px, -35px);
282
- opacity: 1;
283
- }
284
- 76.7% {
285
- transform: translate(112px, -35px) rotate(15deg);
286
- opacity: 1;
287
- }
288
- 84.4% {
289
- transform: translate(112px, -35px);
290
- opacity: 1;
291
- }
292
- 100% {
293
- opacity: 0;
294
- }
295
- }
296
- @keyframes icon4-scale {
297
- 0% {
298
- opacity: 0;
299
- }
300
- 7.7% {
301
- transform: translate(-57px, 69px);
302
- opacity: 1;
303
- }
304
- 30.7% {
305
- transform: translate(-57px, 69px) rotate(-15deg);
306
- opacity: 1;
307
- }
308
- 53.7% {
309
- transform: translate(-57px, 69px);
310
- opacity: 1;
311
- }
312
- 76.7% {
313
- transform: translate(-57px, 69px) rotate(-15deg);
314
- opacity: 1;
315
- }
316
- 84.4% {
317
- transform: translate(-57px, 69px);
318
- opacity: 1;
319
- }
320
- 100% {
321
- opacity: 0;
322
- }
323
- }
324
- @keyframes icon5-scale {
325
- 0% {
326
- opacity: 0;
327
- }
328
- 7.7% {
329
- transform: translate(48px, 87px);
330
- opacity: 1;
331
- }
332
- 30.7% {
333
- transform: translate(48px, 87px) rotate(-15deg);
334
- opacity: 1;
335
- }
336
- 53.7% {
337
- transform: translate(48px, 87px);
338
- opacity: 1;
339
- }
340
- 76.7% {
341
- transform: translate(48px, 87px) rotate(-15deg);
342
- opacity: 1;
343
- }
344
- 84.4% {
345
- transform: translate(48px, 87px);
346
- opacity: 1;
347
- }
348
- 100% {
349
- opacity: 0;
350
- }
351
- }
69
+ .oip_data_loader_container{display:flex;justify-content:center;padding:100px 20px}.oip_data_loader{position:relative}.oip_data_loader_text_group{margin-bottom:-5px;position:relative;z-index:2}.oip_data_loader_title{font-size:20px;font-weight:700;line-height:23px}.oip_data_loader_subtitle,.oip_data_loader_title{color:#2176ff;font-family:Figtree,sans-serif!important;font-style:normal;text-align:center}.oip_data_loader_subtitle{font-size:12px;font-weight:400;line-height:170%}.oip_data_loader_background_container{position:static;z-index:1}.oip_data_loader_outer_circle{animation:outer-circle-scale 10s ease infinite both;background:#eaeaf5;height:42px;width:42px}.oip_data_loader_inner_circle,.oip_data_loader_outer_circle{border-radius:50%;bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:1}.oip_data_loader_inner_circle{animation:inner-circle-scale 10s ease infinite both;background:#f5f5f9;height:41.33px;width:41.33px}@keyframes outer-circle-scale{0%{opacity:0;transform:scale(1)}7.7%{opacity:1;transform:scale(2.6)}30.7%{opacity:1;transform:scale(3.6)}53.7%{opacity:1;transform:scale(3)}76.7%{opacity:1;transform:scale(3.9)}84.4%{opacity:1;transform:scale(3)}to{opacity:0;transform:scale(1)}}@keyframes inner-circle-scale{0%{opacity:1}7.7%{opacity:0}30.7%{opacity:0}53.7%{opacity:0}76.7%{opacity:0}84.4%{opacity:0}to{opacity:1}}.oip_data_loader_icon_1,.oip_data_loader_icon_2,.oip_data_loader_icon_3,.oip_data_loader_icon_4,.oip_data_loader_icon_5{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.oip_data_loader_icon_1{animation:icon1-scale 10s ease infinite both}.oip_data_loader_icon_2{animation:icon2-scale 10s ease infinite both}.oip_data_loader_icon_3{animation:icon3-scale 10s ease infinite both}.oip_data_loader_icon_4{animation:icon4-scale 10s ease infinite both}.oip_data_loader_icon_5{animation:icon5-scale 10s ease infinite both}@keyframes icon1-scale{0%{opacity:0}7.7%{opacity:1;transform:translate(-74px,-57px)}30.7%{opacity:1;transform:translate(-74px,-59px) rotate(15deg)}53.7%{opacity:1;transform:translate(-74px,-59px)}76.7%{opacity:1;transform:translate(-74px,-59px) rotate(15deg)}84.4%{opacity:1;transform:translate(-74px,-59px)}to{opacity:0}}@keyframes icon2-scale{0%{opacity:0}7.7%{opacity:1;transform:translate(40px,-89px)}30.7%{opacity:1;transform:translate(40px,-89px) rotate(-15deg)}53.7%{opacity:1;transform:translate(40px,-89px)}76.7%{opacity:1;transform:translate(40px,-89px) rotate(-15deg)}84.4%{opacity:1;transform:translate(40px,-89px)}to{opacity:0}}@keyframes icon3-scale{0%{opacity:0}7.7%{opacity:1;transform:translate(112px,-35px)}30.7%{opacity:1;transform:translate(112px,-35px) rotate(15deg)}53.7%{opacity:1;transform:translate(112px,-35px)}76.7%{opacity:1;transform:translate(112px,-35px) rotate(15deg)}84.4%{opacity:1;transform:translate(112px,-35px)}to{opacity:0}}@keyframes icon4-scale{0%{opacity:0}7.7%{opacity:1;transform:translate(-57px,69px)}30.7%{opacity:1;transform:translate(-57px,69px) rotate(-15deg)}53.7%{opacity:1;transform:translate(-57px,69px)}76.7%{opacity:1;transform:translate(-57px,69px) rotate(-15deg)}84.4%{opacity:1;transform:translate(-57px,69px)}to{opacity:0}}@keyframes icon5-scale{0%{opacity:0}7.7%{opacity:1;transform:translate(48px,87px)}30.7%{opacity:1;transform:translate(48px,87px) rotate(-15deg)}53.7%{opacity:1;transform:translate(48px,87px)}76.7%{opacity:1;transform:translate(48px,87px) rotate(-15deg)}84.4%{opacity:1;transform:translate(48px,87px)}to{opacity:0}}
352
70
  </style>
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
10
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  text: {
12
12
  type: StringConstructor;
13
13
  default: string;
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
15
15
  }, {
16
16
  formatDate: (str: string) => string;
17
17
  monthToString: (month: number) => "Jan." | "Janvier" | "Jan" | "January" | "Fév." | "Février" | "Feb." | "February" | "Mar." | "Mars" | "March" | "Avr." | "Avril" | "Apr." | "April" | "Mai" | "May" | "Juin" | "Jun." | "June" | "Juil." | "Juillet" | "Jul." | "July" | "Aoû." | "Août" | "Aug." | "August" | "Sep." | "Septembre" | "September" | "Oct." | "Octobre" | "October" | "Nov." | "Novembre" | "November" | "Déc." | "Décembre" | "Dec." | "December" | undefined;
18
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  rawDate: {
20
20
  type: StringConstructor;
21
21
  required: true;
@@ -77,7 +77,7 @@
77
77
  v-if="values_disabled.includes(index)"
78
78
  name="MinusCircleDisable"
79
79
  size="16"
80
- color="var(--independence)"
80
+ color="var(--darkest)"
81
81
  class="disable"
82
82
  />
83
83
  <arg-icon
@@ -98,7 +98,7 @@
98
98
  : selected_number === index
99
99
  )
100
100
  ? 'var(--primary)'
101
- : 'var(--lavendar-grey)'
101
+ : 'var(--medium)'
102
102
  "
103
103
  size="16"
104
104
  :name="
@@ -343,61 +343,5 @@ export default defineComponent({
343
343
  </script>
344
344
 
345
345
  <style scoped>
346
- /* .oip_select_complex_selection_loop > svg.add {
347
- fill: var(--accent) !important;
348
- color: var(--pure-white) !important;
349
- width: 19px;
350
- height: 19px;
351
- margin: -2px;
352
- } */
353
-
354
- .disabled_option {
355
- cursor: initial !important;
356
- }
357
-
358
- .disabled_option .oip_select_complex_selection_loop_name {
359
- color: var(--lavendar-grey);
360
- }
361
-
362
- .oip_select_complex_selection_loop.disabled_option:hover svg {
363
- color: var(--lavendar-grey) !important;
364
- }
365
-
366
- .oip_select_complex_selection_loop > svg.add {
367
- color: var(--primary) !important;
368
- }
369
- .oip_select_complex_selection_loop > svg.disable,
370
- .oip_select_complex_selection_loop.disabled_option:hover svg {
371
- color: var(--independence) !important;
372
- }
373
- .oip_select_complex_selection_loop:hover > svg.add {
374
- color: var(--primary-hover) !important;
375
- }
376
-
377
- .oip_select_complex_selection_loop:hover svg {
378
- color: var(--primary) !important;
379
- }
380
- .oip_select_complex_selection_loop .add {
381
- font-weight: 700 !important;
382
- }
383
- .oip_select_complex_selection_loop:hover {
384
- background: rgba(33, 118, 255, 0.05) !important;
385
- border-radius: 4px !important;
386
- }
387
- .oip_select_complex_selection_loop {
388
- padding: 2px 4px;
389
- }
390
- .oip_select_complex_selection_loop.disabled_option:hover {
391
- background: transparent !important;
392
- }
393
- .oip_select_complex_selection_loop {
394
- margin: 4px 0px !important;
395
- }
396
- svg.add {
397
- flex-shrink: 0;
398
- }
399
-
400
- .full_width {
401
- width: 100%;
402
- }
346
+ .disabled_option{cursor:auto!important}.disabled_option .oip_select_complex_selection_loop_name{color:var(--light)}.oip_select_complex_selection_loop.disabled_option:hover svg{color:var(--light)!important}.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}.full_width{width:100%}
403
347
  </style>
@@ -93,8 +93,8 @@ declare const _default: import("vue").DefineComponent<{
93
93
  labelElement: import("vue").Ref<any>;
94
94
  isEllipsisActive: import("vue").Ref<boolean>;
95
95
  table_values: import("vue").Ref<string[]>;
96
- selected_item: any;
97
- selected_number: any;
96
+ selected_item: import("vue").Ref<any>;
97
+ selected_number: import("vue").Ref<any>;
98
98
  checkActiveEllipsis: () => void;
99
99
  add_element: (element: string, index: number) => void;
100
100
  closeDropdown: () => void;
@@ -105,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
105
105
  getLoaderText: import("vue").ComputedRef<string[]>;
106
106
  getPlaceholder: import("vue").ComputedRef<string>;
107
107
  getEmptyContentMsg: import("vue").ComputedRef<string>;
108
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeElement" | "update:Selection" | "changeInputValue")[], "changeElement" | "update:Selection" | "changeInputValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
108
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeElement" | "update:Selection" | "changeInputValue")[], "changeElement" | "update:Selection" | "changeInputValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
109
109
  element_table: {
110
110
  type: {
111
111
  (arrayLength: number): String[];
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
14
14
  Television: string;
15
15
  };
16
16
  getEmojiCode: import("vue").ComputedRef<any>;
17
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  emojiName: {
19
19
  type: StringConstructor;
20
20
  required: true;
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="oip_error">
3
3
  <div class="icon_circle">
4
- <arg-icon :name="getIconName" size="44" color="var(--cool-grey)" />
4
+ <arg-icon :name="getIconName" size="44" color="var(--dark)" />
5
5
  </div>
6
6
  <div class="error_text">
7
7
  <p class="error_title">{{ getErrorName }}</p>
@@ -123,46 +123,5 @@ export default defineComponent({
123
123
  </script>
124
124
 
125
125
  <style scoped>
126
- .oip_error {
127
- display: flex;
128
- max-width: 409px;
129
- flex-direction: column;
130
- align-items: center;
131
- gap: 24px;
132
- }
133
-
134
- .icon_circle {
135
- display: flex;
136
- border-radius: 50px;
137
- background: var(--base-dividers, #ececf2);
138
- flex-direction: column;
139
- justify-content: center;
140
- align-items: center;
141
- padding: 10px;
142
- }
143
-
144
- .error_text {
145
- display: flex;
146
- flex-direction: column;
147
- align-items: center;
148
- gap: 8px;
149
- align-self: stretch;
150
- text-align: center;
151
- }
152
-
153
- .error_title {
154
- font-size: 16px;
155
- font-style: normal;
156
- font-weight: 700;
157
- line-height: normal;
158
- text-align: center;
159
- }
160
-
161
- .error_descr {
162
- font-size: 14px;
163
- font-style: normal;
164
- font-weight: 400;
165
- line-height: 160%;
166
- color: var(--cool-grey);
167
- }
126
+ .oip_error{gap:24px;max-width:409px}.icon_circle,.oip_error{align-items:center;display:flex;flex-direction:column}.icon_circle{background:var(--light,#ececf2);border-radius:50px;justify-content:center;padding:10px}.error_text{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:8px;text-align:center}.error_title{font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-align:center}.error_descr{color:var(--dark);font-size:14px;font-style:normal;font-weight:400;line-height:160%}
168
127
  </style>
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
29
29
  getErrorName: import("vue").ComputedRef<string>;
30
30
  getErrorText: import("vue").ComputedRef<string>;
31
31
  getIconName: import("vue").ComputedRef<string>;
32
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  errorType: {
34
34
  type: StringConstructor;
35
35
  default: string;
@@ -89,58 +89,5 @@ export default defineComponent({
89
89
  });
90
90
  </script>
91
91
  <style scoped>
92
- .prmt_file_button {
93
- cursor: pointer;
94
- outline: none;
95
- display: flex;
96
- padding: 8px 16px;
97
- align-items: center;
98
- gap: 16px;
99
- align-self: stretch;
100
- border-radius: 10px;
101
- border: 1.5px solid var(--base-dividers, #ececf2);
102
- background: var(--demi-fond, #f9f9fa);
103
- max-width: 600px;
104
- width: 100%;
105
- }
106
- .prmt_file_name_group {
107
- display: flex;
108
- flex-direction: column;
109
- justify-content: center;
110
- align-items: flex-start;
111
- gap: 4px;
112
- flex: 1 0 0;
113
- }
114
- .prmt_file_name {
115
- text-overflow: ellipsis;
116
- font-size: 14px;
117
- font-style: normal;
118
- font-weight: 400;
119
- line-height: 160%;
120
- color: var(--independence, #3e3f5e);
121
- display: -webkit-box;
122
- -webkit-line-clamp: 1;
123
- -webkit-box-orient: vertical;
124
- overflow: hidden;
125
- }
126
- .prmt_file_size {
127
- font-size: 10px;
128
- font-style: normal;
129
- font-weight: 400;
130
- line-height: normal;
131
- color: var(--cool-grey, #8487ac);
132
- }
133
- .prmt_file_button div:empty,
134
- .prmt_file_button h2:empty {
135
- display: none;
136
- }
137
- .prmt_file_link {
138
- font-size: 14px;
139
- font-style: normal;
140
- font-weight: 500;
141
- line-height: normal;
142
- text-decoration-line: underline;
143
- color: var(--primary, #2176ff);
144
- text-align: center;
145
- }
92
+ .prmt_file_button{align-items:center;align-self:stretch;background:var(--demi-fond,#f9f9fa);border:1.5px solid var(--light,#ececf2);border-radius:10px;cursor:pointer;display:flex;gap:16px;max-width:600px;outline:none;padding:8px 16px;width:100%}.prmt_file_name_group{align-items:flex-start;display:flex;flex:1 0 0;flex-direction:column;gap:4px;justify-content:center}.prmt_file_name{color:var(--darkest,#3e3f5e);display:-webkit-box;font-size:14px;line-height:160%;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.prmt_file_name,.prmt_file_size{font-style:normal;font-weight:400}.prmt_file_size{color:var(--dark,#8487ac);font-size:10px;line-height:normal}.prmt_file_button div:empty,.prmt_file_button h2:empty{display:none}.prmt_file_link{color:var(--primary,#2176ff);font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:center;text-decoration-line:underline}
146
93
  </style>
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
32
32
  }>;
33
33
  onPreview: () => void;
34
34
  onDownload: () => void;
35
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onPreview" | "onDownload")[], "onPreview" | "onDownload", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onPreview" | "onDownload")[], "onPreview" | "onDownload", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
36
  fileType: {
37
37
  type: StringConstructor;
38
38
  required: false;
@@ -161,111 +161,5 @@ export default defineComponent({
161
161
  </script>
162
162
 
163
163
  <style scoped>
164
- .oip_filter_card {
165
- display: flex;
166
- flex-direction: column;
167
- align-items: flex-start;
168
- border-radius: 8px;
169
- gap: 16px;
170
- border: 1px solid var(--dividers);
171
- backdrop-filter: blur(12px);
172
- transition: all ease 0.4s;
173
- z-index: 91;
174
- align-self: stretch;
175
- position: sticky;
176
- position: -webkit-sticky;
177
- top: 0;
178
- }
179
-
180
- .filter_card {
181
- max-height: 5000px;
182
- overflow: visible;
183
- background: var(--pure-white);
184
- padding: 24px;
185
- }
186
-
187
- .filter_card_collapse {
188
- max-height: 32px;
189
- overflow: hidden;
190
- background: rgba(245, 245, 249, 0.8);
191
- backdrop-filter: blur(12px);
192
- padding: 16px 24px;
193
- }
194
-
195
- .full-width {
196
- width: 100%;
197
- }
198
-
199
- .filter-icon {
200
- transition: transform 0.3s;
201
- }
202
-
203
- .icon-rotate {
204
- transform: rotate(180deg);
205
- }
206
-
207
- .filters_title {
208
- font-size: 20px;
209
- font-style: normal;
210
- font-weight: 900;
211
- line-height: normal;
212
- }
213
-
214
- .filters_amount {
215
- display: flex;
216
- padding: 2px 8px;
217
- flex-direction: column;
218
- justify-content: center;
219
- align-items: center;
220
- gap: 8px;
221
- border-radius: 16px;
222
- border: 1px solid var(--base-dividers, #ececf2);
223
- font-size: 12px;
224
- font-style: normal;
225
- font-weight: 700;
226
- line-height: normal;
227
- }
228
-
229
- .filters_clear,
230
- .filters_save {
231
- font-size: 14px;
232
- font-style: normal;
233
- font-weight: 500;
234
- line-height: normal;
235
- text-decoration-line: underline;
236
- cursor: pointer;
237
- }
238
-
239
- .filters_clear {
240
- color: var(--system-alert, #ef4444);
241
- }
242
- .filters_save {
243
- color: var(--primary-primary, #2176ff);
244
- }
245
-
246
- .filters_collapse {
247
- font-size: 14px;
248
- font-style: normal;
249
- font-weight: 400;
250
- line-height: 160%;
251
- }
252
- .filters_section {
253
- display: flex;
254
- flex-direction: column;
255
- align-items: flex-start;
256
- gap: 16px;
257
- }
258
-
259
- .toggle_filter_card {
260
- display: flex;
261
- padding: 6px;
262
- align-items: center;
263
- gap: 6px;
264
- border-radius: 4px;
265
- background: transparent;
266
- cursor: pointer;
267
- }
268
- .toggle_filter_card:hover {
269
- background: var(--dividers) !important;
270
- }
164
+ .oip_filter_card{align-items:flex-start;align-self:stretch;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--light);border-radius:8px;display:flex;flex-direction:column;gap:16px;position:sticky;position:-webkit-sticky;top:0;transition:all .4s ease;z-index:91}.filter_card{background:var(--white);max-height:5000px;overflow:visible;padding:24px}.filter_card_collapse{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(245,245,249,.8);max-height:32px;overflow:hidden;padding:16px 24px}.full-width{width:100%}.filter-icon{transition:transform .3s}.icon-rotate{transform:rotate(180deg)}.filters_title{font-size:20px;font-weight:900}.filters_amount,.filters_title{font-style:normal;line-height:normal}.filters_amount{align-items:center;border:1px solid var(--light,#ececf2);border-radius:16px;display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:8px;justify-content:center;padding:2px 8px}.filters_clear,.filters_save{cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline}.filters_clear{color:var(--system-alert,#ef4444)}.filters_save{color:var(--primary-primary,#2176ff)}.filters_collapse{font-size:14px;font-style:normal;font-weight:400;line-height:160%}.filters_section{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:16px}.toggle_filter_card{align-items:center;background:transparent;border-radius:4px;cursor:pointer;display:flex;gap:6px;padding:6px}.toggle_filter_card:hover{background:var(--light)!important}
271
165
  </style>
@@ -21,11 +21,11 @@ declare const _default: import("vue").DefineComponent<{
21
21
  validator: (value: string) => boolean;
22
22
  };
23
23
  }, {
24
- filtersOpen: any;
24
+ filtersOpen: import("vue").Ref<any>;
25
25
  clear: () => void;
26
26
  save: () => void;
27
27
  handleCard: () => void;
28
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clearFilters" | "saveScope")[], "clearFilters" | "saveScope", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clearFilters" | "saveScope")[], "clearFilters" | "saveScope", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  filters_amount: {
30
30
  type: NumberConstructor;
31
31
  default: number;