@tekkare/auriga 0.2.15 → 0.2.17
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/argChart.vue +22 -0
- package/dist/runtime/components/argComplexSelect.vue +5 -3
- package/dist/runtime/components/argDropdownSelect.vue +1 -1
- package/dist/runtime/components/argMapsFrRegionsToDepartements.vue +7 -4
- package/dist/runtime/components/argMultipleSelect.vue +1 -1
- package/dist/runtime/components/argScopeModal.vue +1 -1
- package/dist/runtime/components/argSimpleLabel.vue +1 -1
- package/dist/runtime/components/argTextBtn.vue +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -425,6 +425,17 @@ export default defineComponent({
|
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
};
|
|
428
|
+
props.options["yaxis"] = {
|
|
429
|
+
labels: {
|
|
430
|
+
show: true,
|
|
431
|
+
style: {
|
|
432
|
+
fontFamily: "Figtree, sans-serif",
|
|
433
|
+
fontSize: "14px",
|
|
434
|
+
fontWeight: "400",
|
|
435
|
+
colors: ["#3E3F5E"]
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
};
|
|
428
439
|
} else if (props.type === "bar-horizontal-stack") {
|
|
429
440
|
props.options["plotOptions"] = {
|
|
430
441
|
bar: {
|
|
@@ -493,6 +504,17 @@ export default defineComponent({
|
|
|
493
504
|
}
|
|
494
505
|
}
|
|
495
506
|
};
|
|
507
|
+
props.options["yaxis"] = {
|
|
508
|
+
labels: {
|
|
509
|
+
show: true,
|
|
510
|
+
style: {
|
|
511
|
+
fontFamily: "Figtree, sans-serif",
|
|
512
|
+
fontSize: "14px",
|
|
513
|
+
fontWeight: "400",
|
|
514
|
+
colors: ["#3E3F5E"]
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
};
|
|
496
518
|
} else if (props.type === "full-bar-horizontal-stack") {
|
|
497
519
|
props.options["plotOptions"] = {
|
|
498
520
|
bar: {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
changeInput();
|
|
95
95
|
"
|
|
96
96
|
>
|
|
97
|
-
<arg-icon name="X" size="
|
|
97
|
+
<arg-icon name="X" size="10" color="var(--dark)" thickness="32" />
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<div class="oip_select_complex_options">
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
class="close-icon"
|
|
166
166
|
@click="searchNameDel = ''"
|
|
167
167
|
>
|
|
168
|
-
<arg-icon name="X" size="
|
|
168
|
+
<arg-icon name="X" size="10" color="var(--dark)" thickness="32" />
|
|
169
169
|
</div>
|
|
170
170
|
</div>
|
|
171
171
|
<div class="oip_select_complex_options">
|
|
@@ -774,9 +774,11 @@ export default defineComponent({
|
|
|
774
774
|
justify-content: center;
|
|
775
775
|
border-radius: 100%;
|
|
776
776
|
background: var(--light);
|
|
777
|
-
padding:
|
|
777
|
+
padding: 4px;
|
|
778
778
|
cursor: pointer;
|
|
779
|
+
margin-left: auto;
|
|
779
780
|
}
|
|
781
|
+
|
|
780
782
|
.close-icon:hover svg {
|
|
781
783
|
color: var(--primary) !important;
|
|
782
784
|
}
|
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
<div class="oip_table_card map_card-container" :id="`container_map-${title}`">
|
|
3
3
|
<div class="p-24">
|
|
4
4
|
<div class="oip_row v-center oip_subtitle">
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
|
|
5
|
+
<span v-if="title !== null">{{ title }}</span>
|
|
6
|
+
<slot v-else name="customTitle" />
|
|
7
|
+
<p v-if="clickedRegion">
|
|
8
|
+
,
|
|
9
|
+
<span class="blue">{{
|
|
10
|
+
withDynamicTitle && clickedRegion ? clickedRegion : ""
|
|
11
|
+
}}</span>
|
|
8
12
|
</p>
|
|
9
13
|
</div>
|
|
10
14
|
<ArgSourceContainer @click="openSource">
|
|
@@ -1135,4 +1139,3 @@ export default defineComponent({
|
|
|
1135
1139
|
<style scoped>
|
|
1136
1140
|
.p-24{padding:0 24px}.map_container{display:flex;flex-direction:column;gap:24px;height:500px;max-height:500px;min-height:500px;min-width:500px;overflow:hidden;position:relative;width:100%}.map{margin-top:24px;z-index:2}.map_placeholder path{fill:var(--medium)!important;stroke:var(--medium)!important;stroke-width:2px}.scaled{transform:scale(3)}.large_scale,.scaled{position:absolute;transition:all .2s}.large_scale{transform:scale(5)}.small_scale{position:absolute;transform:scale(2.2);transition:all .2s}.normal{transform:scale(1)}.map path{stroke-width:2px;stroke:rgba(0,0,0,.2);max-height:400px;position:relative}.map path:hover{transition:all .2s}.map_card-container{display:flex;flex-direction:column;gap:8px;min-width:400px;position:relative;width:100%}.test{margin-bottom:200px}.tooltip_container{align-items:center;display:flex;flex-direction:column;justify-content:center;left:0;min-width:-moz-fit-content;min-width:fit-content;position:absolute;top:0;z-index:96}.tooltip{background:#fff;border:1px solid var(--light);border-radius:4px;box-shadow:var(--medium-shadow);color:var(--darkest);font-size:12px}.card_title{background-color:var(--light);border-radius:4px 4px 0 0;font-size:14px;font-weight:600;padding:2px 8px;width:calc(100% - 15px)}.card_text{color:var(--dark);font-size:12px;font-weight:400;line-height:160%;padding:8px;width:100%}.legend{display:flex;flex-direction:column;gap:8px;margin:auto auto 24px;min-width:400px;width:50%}.scale{background:linear-gradient(45deg,#3f1151,#432974,#404a85,#3f668a,#43808c,#4c9c8a,#5fb57e,#85cb68,#bddd51,#f9e855);height:10px;transform:rotate(180deg)}.legend-text{align-items:center;color:var(--dark);display:flex;font-size:12px;font-weight:400;justify-content:space-between;line-height:160%}.map_placeholder{position:absolute;z-index:1}.back_button{background-color:#fff;border:1px solid var(--light);border-radius:4px;box-shadow:var(--medium-shadow);color:var(--dark);cursor:pointer;font-size:14px;font-weight:400;left:24px;line-height:160%;padding:8px 12px;position:absolute;top:24px;z-index:97}.blue{color:var(--primary)}
|
|
1137
1141
|
</style>
|
|
1138
|
-
./maps/interfaces./maps/regionsPath.json
|
|
@@ -200,5 +200,5 @@ export default defineComponent({
|
|
|
200
200
|
</script>
|
|
201
201
|
|
|
202
202
|
<style scoped>
|
|
203
|
-
.arg_scope_save{align-items:center;background-color:transparent;bottom:0;display:flex;height:0;justify-content:center;left:0;position:fixed;transition:all .5s ease;width:0}.arg_scope_save_open{background-color:rgba(0,0,0,.4);height:100%;width:100%;z-index:99}.arg_save_modal{align-items:flex-start;background:var(--white);border-radius:var(--m,8px);display:flex;flex-direction:column;flex-shrink:0;max-height:850px;max-width:640px;width:calc(100% - 164px)}.arg_save_header{border-bottom:1px solid #e5e7eb;justify-content:space-between}.arg_save_footer,.arg_save_header{align-items:center;align-self:stretch;display:flex;padding:24px}.arg_save_footer{border-top:1px solid #e5e7eb;gap:32px}.footer_action{align-self:stretch;display:flex;flex:1 1 0;width:50%}.arg_save_header>h1{font-size:20px;font-style:normal;font-weight:900;line-height:normal}.arg_save_body{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:24px;padding:24px}.scope_criteria,textarea{align-self:stretch;border:1.5px solid var(--light);border-radius:8px;font-family:Figtree,sans-serif!important;height:110px;margin:5px 0;outline:none!important;padding:12px}.scope_criteria{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}textarea::-moz-placeholder{color:var(--medium);font-family:Figtree,sans-serif!important}textarea::placeholder{color:var(--medium);font-family:Figtree,sans-serif!important}.scope_name_input{max-width:100%;width:300px}.full_width{width:100%}.footer_action .footer_btn{align-self:stretch;justify-content:center;text-align:center;white-space:wrap;width:100%}.cursor-pointer{cursor:pointer!important}.oip_simple_input{border:1.5px solid var(--light);border-radius:8px;margin:5px 0;padding:12px;width:calc(100% - 24px)}.oip_simple_input::-moz-placeholder{color:var(--medium)}.oip_simple_input::placeholder{color:var(--medium)}.oip_simple_input,.oip_simple_input:focus-visible{outline:none!important}.oip_simple_input:hover,textarea:hover{border:1.5px solid rgba(33,118,255,.2)!important}.oip_simple_input:focus-within,textarea:focus-within{border:1.5px solid var(--primary)!important;box-shadow:0 0 0 4px rgba(33,118,255,.1)!important}.oip_required_input,.oip_required_input:hover{border-color:var(--system-alert)!important}.oip_error{color:var(--system-alert)}
|
|
203
|
+
.arg_scope_save{align-items:center;background-color:transparent;bottom:0;display:flex;height:0;justify-content:center;left:0;position:fixed;transition:all .5s ease;width:0}.arg_scope_save_open{background-color:rgba(0,0,0,.4);height:100%;width:100%;z-index:99}.arg_save_modal{align-items:flex-start;background:var(--white);border-radius:var(--m,8px);display:flex;flex-direction:column;flex-shrink:0;max-height:850px;max-width:640px;width:calc(100% - 164px)}.arg_save_header{border-bottom:1px solid #e5e7eb;justify-content:space-between}.arg_save_footer,.arg_save_header{align-items:center;align-self:stretch;display:flex;padding:24px}.arg_save_footer{border-top:1px solid #e5e7eb;gap:32px}.footer_action{align-self:stretch;display:flex;flex:1 1 0;width:50%}.arg_save_header>h1{font-size:20px;font-style:normal;font-weight:900;line-height:normal}.arg_save_body{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:24px;padding:24px}.scope_criteria,textarea{align-self:stretch;border:1.5px solid var(--light);border-radius:8px;font-family:Figtree,sans-serif!important;height:110px;margin:5px 0;outline:none!important;overflow-y:scroll;padding:12px;resize:none}.scope_criteria::-webkit-scrollbar,textarea::-webkit-scrollbar{height:5px;width:5px}.scope_criteria::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{background:var(--medium);border-radius:12px!important}.scope_criteria::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background:var(--medium)!important}.scope_criteria{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}textarea::-moz-placeholder{color:var(--medium);font-family:Figtree,sans-serif!important}textarea::placeholder{color:var(--medium);font-family:Figtree,sans-serif!important}.scope_name_input{max-width:100%;width:300px}.full_width{width:100%}.footer_action .footer_btn{align-self:stretch;justify-content:center;text-align:center;white-space:wrap;width:100%}.cursor-pointer{cursor:pointer!important}.oip_simple_input{border:1.5px solid var(--light);border-radius:8px;margin:5px 0;padding:12px;width:calc(100% - 24px)}.oip_simple_input::-moz-placeholder{color:var(--medium)}.oip_simple_input::placeholder{color:var(--medium)}.oip_simple_input,.oip_simple_input:focus-visible{outline:none!important}.oip_simple_input:hover,textarea:hover{border:1.5px solid rgba(33,118,255,.2)!important}.oip_simple_input:focus-within,textarea:focus-within{border:1.5px solid var(--primary)!important;box-shadow:0 0 0 4px rgba(33,118,255,.1)!important}.oip_required_input,.oip_required_input:hover{border-color:var(--system-alert)!important}.oip_error{color:var(--system-alert)}
|
|
204
204
|
</style>
|
|
@@ -52,7 +52,7 @@ const drawSquircle=(ctx,geom,radii,smooth,lineWidth,color)=>{const defaultFill=c
|
|
|
52
52
|
</script>
|
|
53
53
|
|
|
54
54
|
<style>
|
|
55
|
-
.oip_select_dropdown_block{background:var(--demi-fond);border:1.5px solid var(--light);border-radius:12px;box-shadow:var(--overlay-shadow);display:flex;flex-direction:column;margin-top:15px;max-height:500px;min-width:
|
|
55
|
+
.oip_select_dropdown_block{background:var(--demi-fond);border:1.5px solid var(--light);border-radius:12px;box-shadow:var(--overlay-shadow);display:flex;flex-direction:column;margin-top:15px;max-height:500px;min-width:230px;padding:16px;position:absolute;z-index:12}.oip_select_block{align-items:center;background:var(--white);border:1.5px solid var(--light);border-radius:8px;cursor:pointer;display:flex;gap:4px;-webkit-mask-image:paint(squircle);mask-image:paint(squircle);padding:12px;position:relative;width:196px;--squircle-radius:8px;--squircle-smooth:1}.filter_box:hover,.filter_wrap:hover>.filter_box:not(.open),.oip_select_block:hover,.oip_select_dropdown_block:hover,.prmt_parent_switch:hover{border:1.5px solid var(--primary-primary-20,#d3e4ff)!important}.filter_box.open,.oip_select_dropdown_block.open,.oip_select_wrap.open>.oip_select_block,.prmt_parent_switch.open{border:1.5px solid var(--primary)!important;filter:drop-shadow(0 0 4px rgba(33,118,255,.3))!important}.filter_wrap.open,.oip_select_wrap.open,.switch_wrapper.open{filter:drop-shadow(0 0 4px rgba(33,118,255,.3))!important}.oip_select_block.open>svg{color:var(--primary)!important}.oip_select_block.disabled{background:var(--light)!important;cursor:not-allowed}.oip_select_label .prmt_tooltip{display:flex}.oip_select_label .prmt_tooltip span,.oip_select_label>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:98%}.oip_select_label{color:var(--darkest);font-size:14px;font-weight:700;line-height:16px;max-height:16px;width:90%}.oip_select_block svg{flex-shrink:0!important}.oip_select_label.disabled{color:var(--dark)}.oip_select_caret_down{float:right;margin-left:auto}.oip_select_complex_selection_loop_name{font-style:normal;line-height:160%;width:-moz-fit-content;width:fit-content}.oip_select_complex_selection_loop.del>svg{color:var(--system-alert)!important;flex-shrink:0}.oip_select_complex_selection_loop.add>svg{color:var(--primary)!important;flex-shrink:0}.oip_select_complex_selection_loop{align-self:stretch;cursor:pointer;display:flex;flex-grow:1;gap:8px;min-height:24px}.oip_select_complex_selection_container{margin:8px 0;max-height:350px;overflow-y:auto}.oip_select_complex_selection_loop_name{font-size:14px;font-weight:400;line-height:16px}.oip_search_container>svg{color:var(--medium)!important}.oip_search_name:focus-visible{outline:none}.oip_search_name::-moz-placeholder{color:var(--medium);font-size:12px;font-weight:400;line-height:20px}.oip_search_name::placeholder{color:var(--medium);font-size:12px;font-weight:400;line-height:20px}.oip_search_name{border:none;padding-left:8px;width:100%}.oip_search_container{align-items:center;align-self:stretch;background:var(--white);border:1px solid var(--light);border-radius:8px;display:flex;gap:8px;padding:8px 12px}.oip_select_dropdown_title{color:var(--darkest);font-size:14px;font-weight:500;margin-bottom:8px}.oip_select_dropdown_selection_container{display:flex;flex:1 1 auto;flex-direction:column;gap:0;margin-top:16px;min-height:10px;overflow-y:auto}.oip_select_dropdown_selection_container:only-child{margin-top:0}.oip_empty_dropdown{color:var(--dark);font-size:14px;font-style:italic;font-weight:400;line-height:16px;padding-top:16px;text-align:center}.oip_select_complex_selection_loop>svg.add{fill:var(--accent)!important;color:var(--white)!important}.arg-circle-amount{align-items:center;background:#e9f1ff;border-radius:50%;color:var(--primary);display:flex;flex-direction:column;flex-shrink:0;font-size:14px;font-style:normal;font-weight:600;gap:10px;height:20px;justify-content:center;padding:4px;position:absolute;right:34px;width:20px}.oip_empty_select{color:var(--dark);font-size:14px;font-style:italic;font-weight:400;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oip_select_display{align-items:flex-start;display:flex;flex-direction:column;gap:4px}
|
|
56
56
|
</style>
|
|
57
57
|
<style scoped>
|
|
58
58
|
.oip_select_complex_selection_loop > svg.add {
|
|
@@ -57,5 +57,5 @@ export default defineComponent({
|
|
|
57
57
|
</script>
|
|
58
58
|
|
|
59
59
|
<style scoped>
|
|
60
|
-
.arg_text_btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-style:normal;font-weight:500;gap:8px;justify-content:center;line-height:normal;text-decoration-line:underline}.text_btn_s{padding:8px 16px}.text_btn_m{padding:12px 16px}.primary_text_btn.disable_text_btn,.primary_text_btn.disable_text_btn:hover,.warning_text_btn.disable_text_btn,.warning_text_btn.disable_text_btn:hover{color:var(--medium)!important;cursor:not-allowed!important}.primary_text_btn{color:var(--primary)!important}.primary_text_btn:hover{background:rgba(23,75,210,.04)!important}.primary_text_btn:hover,.primary_text_btn:hover svg{color:var(--primary-hover)!important}.warning_text_btn{color:var(--system-alert)!important}.warning_text_btn:hover{background:rgba(210,22,22,.04)!important}.warning_text_btn:hover,.warning_text_btn:hover svg{color:var(--system-alert-hover)!important}.secondary_text_btn,.secondary_text_btn:hover{color:var(--darkest)!important}.secondary_text_btn:hover{background:rgba(30,41,59,.04)!important}.secondary_text_btn:hover svg{color:var(--darkest)!important}.success_text_btn{color:var(--system-success)!important}.success_text_btn:hover{background:rgba(19,142,64,.04)!important}.success_text_btn:hover,.success_text_btn:hover svg{color:var(--system-success-hover)!important}.purple_text_btn{color:#a855f7!important}.purple_text_btn:hover{background:rgba(120,15,218,.04)!important}.purple_text_btn:hover,.purple_text_btn:hover svg{color:#780fda!important}
|
|
60
|
+
.arg_text_btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-style:normal;font-weight:500;gap:8px;justify-content:center;line-height:normal;text-decoration-line:underline;width:-moz-fit-content;width:fit-content}.text_btn_s{padding:8px 16px}.text_btn_m{padding:12px 16px}.primary_text_btn.disable_text_btn,.primary_text_btn.disable_text_btn:hover,.warning_text_btn.disable_text_btn,.warning_text_btn.disable_text_btn:hover{color:var(--medium)!important;cursor:not-allowed!important}.primary_text_btn{color:var(--primary)!important}.primary_text_btn:hover{background:rgba(23,75,210,.04)!important}.primary_text_btn:hover,.primary_text_btn:hover svg{color:var(--primary-hover)!important}.warning_text_btn{color:var(--system-alert)!important}.warning_text_btn:hover{background:rgba(210,22,22,.04)!important}.warning_text_btn:hover,.warning_text_btn:hover svg{color:var(--system-alert-hover)!important}.secondary_text_btn,.secondary_text_btn:hover{color:var(--darkest)!important}.secondary_text_btn:hover{background:rgba(30,41,59,.04)!important}.secondary_text_btn:hover svg{color:var(--darkest)!important}.success_text_btn{color:var(--system-success)!important}.success_text_btn:hover{background:rgba(19,142,64,.04)!important}.success_text_btn:hover,.success_text_btn:hover svg{color:var(--system-success-hover)!important}.purple_text_btn{color:#a855f7!important}.purple_text_btn:hover{background:rgba(120,15,218,.04)!important}.purple_text_btn:hover,.purple_text_btn:hover svg{color:#780fda!important}
|
|
61
61
|
</style>
|