@tekkare/auriga 0.2.24 → 0.2.26
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.
- package/dist/module.json +1 -1
- package/dist/runtime/components/argAdvancedSearchBar.vue +1 -1
- package/dist/runtime/components/argAdvancedSearchBar.vue.d.ts +13 -52
- package/dist/runtime/components/argComplexSelect.vue +1 -1
- package/dist/runtime/components/argHomeHeader.vue +4 -2
- package/dist/runtime/components/argHomeHeader.vue.d.ts +3 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -50,29 +50,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
default: () => never[];
|
|
51
51
|
};
|
|
52
52
|
defaultInputs: {
|
|
53
|
-
type: {
|
|
54
|
-
(arrayLength: number):
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
(...items: {
|
|
59
|
-
type: "";
|
|
60
|
-
value: "";
|
|
61
|
-
}[]): {
|
|
62
|
-
type: "";
|
|
63
|
-
value: "";
|
|
64
|
-
}[];
|
|
65
|
-
new (arrayLength: number): {
|
|
66
|
-
type: "";
|
|
67
|
-
value: "";
|
|
68
|
-
}[];
|
|
69
|
-
new (...items: {
|
|
70
|
-
type: "";
|
|
71
|
-
value: "";
|
|
72
|
-
}[]): {
|
|
73
|
-
type: "";
|
|
74
|
-
value: "";
|
|
75
|
-
}[];
|
|
53
|
+
type: (FunctionConstructor | {
|
|
54
|
+
(arrayLength: number): any[];
|
|
55
|
+
(...items: any[]): any[];
|
|
56
|
+
new (arrayLength: number): any[];
|
|
57
|
+
new (...items: any[]): any[];
|
|
76
58
|
isArray(arg: any): arg is any[];
|
|
77
59
|
readonly prototype: any[];
|
|
78
60
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -81,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
63
|
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
82
64
|
of<T_4>(...items: T_4[]): T_4[];
|
|
83
65
|
readonly [Symbol.species]: ArrayConstructor;
|
|
84
|
-
};
|
|
66
|
+
})[];
|
|
85
67
|
default: () => never[];
|
|
86
68
|
};
|
|
87
69
|
suggestions: {
|
|
@@ -221,29 +203,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
203
|
default: () => never[];
|
|
222
204
|
};
|
|
223
205
|
defaultInputs: {
|
|
224
|
-
type: {
|
|
225
|
-
(arrayLength: number):
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
(...items: {
|
|
230
|
-
type: "";
|
|
231
|
-
value: "";
|
|
232
|
-
}[]): {
|
|
233
|
-
type: "";
|
|
234
|
-
value: "";
|
|
235
|
-
}[];
|
|
236
|
-
new (arrayLength: number): {
|
|
237
|
-
type: "";
|
|
238
|
-
value: "";
|
|
239
|
-
}[];
|
|
240
|
-
new (...items: {
|
|
241
|
-
type: "";
|
|
242
|
-
value: "";
|
|
243
|
-
}[]): {
|
|
244
|
-
type: "";
|
|
245
|
-
value: "";
|
|
246
|
-
}[];
|
|
206
|
+
type: (FunctionConstructor | {
|
|
207
|
+
(arrayLength: number): any[];
|
|
208
|
+
(...items: any[]): any[];
|
|
209
|
+
new (arrayLength: number): any[];
|
|
210
|
+
new (...items: any[]): any[];
|
|
247
211
|
isArray(arg: any): arg is any[];
|
|
248
212
|
readonly prototype: any[];
|
|
249
213
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -252,7 +216,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
252
216
|
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
253
217
|
of<T_4>(...items: T_4[]): T_4[];
|
|
254
218
|
readonly [Symbol.species]: ArrayConstructor;
|
|
255
|
-
};
|
|
219
|
+
})[];
|
|
256
220
|
default: () => never[];
|
|
257
221
|
};
|
|
258
222
|
suggestions: {
|
|
@@ -301,10 +265,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
265
|
value: "";
|
|
302
266
|
symbol: "";
|
|
303
267
|
}[];
|
|
304
|
-
defaultInputs:
|
|
305
|
-
type: "";
|
|
306
|
-
value: "";
|
|
307
|
-
}[];
|
|
268
|
+
defaultInputs: Function | any[];
|
|
308
269
|
suggestions: Suggestion[];
|
|
309
270
|
fuzzyThreshold: number;
|
|
310
271
|
loadingSuggs: boolean;
|
|
@@ -647,7 +647,7 @@ export default defineComponent({
|
|
|
647
647
|
</script>
|
|
648
648
|
|
|
649
649
|
<style scoped>
|
|
650
|
-
.oip_select_complex_del_selection{background:var(--demi-fond);border-bottom-right-radius:12px;border-left:1px solid var(--light);border-top-right-radius:12px;flex:1 1 40%;flex-direction:column}.oip_select_complex_add_selection,.oip_select_complex_del_selection{align-items:flex-start;display:flex;gap:
|
|
650
|
+
.oip_select_complex_del_selection{background:var(--demi-fond);border-bottom-right-radius:12px;border-left:1px solid var(--light);border-top-right-radius:12px;flex:1 1 40%;flex-direction:column}.oip_select_complex_add_selection,.oip_select_complex_del_selection{align-items:flex-start;display:flex;gap:8px;max-height:100%;padding:24px}.oip_select_complex_add_selection{background:var(--white);border-radius:12px;flex:1 1 60%;flex-direction:column}.oip_select_complex_all_tittle_right,.oip_select_complex_all_tittle_right.add{font-size:12px;font-weight:500;line-height:22px;vertical-align:bottom}.oip_select_complex_all_tittle_right.add{color:var(--primary);cursor:pointer}.oip_select_complex_selection_loop.add svg.disable{color:var(--medium)!important}.oip_select_complex_selection_loop.break{word-break:break-word}.oip_select_complex_all_tittle_right.del{color:var(--system-alert);cursor:pointer;font-size:12px;font-weight:500;line-height:22px;vertical-align:bottom}.oip_select_complex_all_title{display:flex;gap:12px;margin-bottom:8px}.oip_select_complex_all_tittle_left{border-right:1px solid var(--light);color:var(--darkest);font-size:14px;font-weight:500;line-height:22px;padding-right:12px}.oip_select_complex_all_selection{display:flex}.oip_select_complex_footer{background-color:var(--white);border-radius:0 0 12px 12px;border-top:1px solid var(--light);display:flex;gap:16px;justify-content:flex-end;padding:28px 36px}.oip_select_complex_smart_title{font-size:16px;font-style:normal;font-weight:700;line-height:normal}.oip_select_complex_smart_selection{align-content:flex-start;align-items:flex-start;align-self:stretch;display:flex;flex-wrap:wrap;gap:10px}.oip_select_complex_smart_selection>.oip_tag{cursor:pointer}.oip_select_complex_smart{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:12px}.oip_select_complex_block{border:1px solid var(--light);border-radius:12px;box-shadow:var(--large-shadow);display:flex;flex-direction:row;margin-top:15px;max-height:435px;position:absolute;width:650px;z-index:12}.oip_select_complex_header{background-color:var(--white);border-bottom:1px solid var(--light);border-radius:12px 12px 0 0;padding:16px}.oip_select_complex_header_title{font-size:16px;font-weight:700;line-height:19px}.oip_select_complex_selection_loop>svg.add{fill:var(--accent)!important;color:var(--white)!important}.oip_tag.is_disable{cursor:pointer!important}
|
|
651
651
|
</style>
|
|
652
652
|
|
|
653
653
|
<style scoped>
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="arg_home_header">
|
|
3
3
|
<div>
|
|
4
|
-
<
|
|
4
|
+
<slot v-if="homeTitle === null" name="Title" />
|
|
5
|
+
<h1 v-else class="home_title">{{ homeTitle }}</h1>
|
|
5
6
|
<p v-if="homeSubtitle" class="home_subtitle">
|
|
6
7
|
{{ homeSubtitle.toUpperCase() }}
|
|
7
8
|
</p>
|
|
@@ -30,7 +31,8 @@ export default defineComponent({
|
|
|
30
31
|
props: {
|
|
31
32
|
homeTitle: {
|
|
32
33
|
type: String,
|
|
33
|
-
required: true
|
|
34
|
+
required: true,
|
|
35
|
+
default: null
|
|
34
36
|
},
|
|
35
37
|
homeSubtitle: {
|
|
36
38
|
type: String,
|
|
@@ -2,6 +2,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
homeTitle: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
5
|
+
default: null;
|
|
5
6
|
};
|
|
6
7
|
homeSubtitle: {
|
|
7
8
|
type: StringConstructor;
|
|
@@ -16,6 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
17
|
homeTitle: {
|
|
17
18
|
type: StringConstructor;
|
|
18
19
|
required: true;
|
|
20
|
+
default: null;
|
|
19
21
|
};
|
|
20
22
|
homeSubtitle: {
|
|
21
23
|
type: StringConstructor;
|
|
@@ -28,6 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
30
|
};
|
|
29
31
|
}>>, {
|
|
30
32
|
lang: string;
|
|
33
|
+
homeTitle: string;
|
|
31
34
|
homeSubtitle: string;
|
|
32
35
|
}, {}>;
|
|
33
36
|
export default _default;
|