@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
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, 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<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -6,7 +6,7 @@
6
6
  v-if="icon !== null"
7
7
  :name="icon"
8
8
  size="12"
9
- color="var(--cool-grey)"
9
+ color="var(--dark)"
10
10
  thickness="30"
11
11
  :class="[openMenu ? 'active_icon' : '']"
12
12
  />
@@ -22,7 +22,7 @@
22
22
  <arg-icon
23
23
  name="CaretDown"
24
24
  size="12"
25
- color="var(--cool-grey)"
25
+ color="var(--dark)"
26
26
  thickness="30"
27
27
  :class="[
28
28
  'action_icon',
@@ -63,65 +63,5 @@ export default defineComponent({
63
63
  });
64
64
  </script>
65
65
  <style>
66
- .arg_sub_small {
67
- display: flex;
68
- flex-direction: column;
69
- align-items: flex-start;
70
- gap: var(--s, 8px);
71
- }
72
- .arg_sub_menu {
73
- display: flex;
74
- flex-direction: column;
75
- align-items: flex-start;
76
- gap: 8px;
77
- align-self: stretch;
78
- width: 100%;
79
- cursor: pointer;
80
- }
81
-
82
- .arg_sub_menu_button {
83
- width: 100%;
84
- outline: none;
85
- border: 0px solid transparent;
86
- background-color: transparent;
87
- padding: 0;
88
- display: flex;
89
- padding: 3px 8px 6px 8px;
90
- align-items: center;
91
- justify-content: space-between;
92
- gap: 10px;
93
- align-self: stretch;
94
- font-size: 14px;
95
- font-style: normal;
96
- font-weight: 700;
97
- line-height: normal;
98
- cursor: pointer;
99
- }
100
- .arg_sub_menu_content {
101
- width: 100%;
102
- display: flex;
103
- flex-direction: column;
104
- gap: 8px;
105
- }
106
-
107
- .icon_sb,
108
- .submenu_tooltip_icon {
109
- flex: 1 1 100%;
110
- }
111
-
112
- .tooltip_display {
113
- display: flex !important;
114
- }
115
-
116
- .action_icon {
117
- transition: all ease 0.3s;
118
- }
119
-
120
- .active_icon {
121
- color: var(--primary) !important;
122
- }
123
-
124
- .rotate_icon {
125
- transform: rotate(180deg);
126
- }
66
+ .arg_sub_small{align-items:flex-start;display:flex;flex-direction:column;gap:var(--s,8px)}.arg_sub_menu{align-items:flex-start;flex-direction:column;gap:8px}.arg_sub_menu,.arg_sub_menu_button{align-self:stretch;cursor:pointer;display:flex;width:100%}.arg_sub_menu_button{align-items:center;background-color:transparent;border:0 solid transparent;font-size:14px;font-style:normal;font-weight:700;gap:10px;justify-content:space-between;line-height:normal;outline:none;padding:3px 8px 6px}.arg_sub_menu_content{display:flex;flex-direction:column;gap:8px;width:100%}.icon_sb,.submenu_tooltip_icon{flex:1 1 100%}.tooltip_display{display:flex!important}.action_icon{transition:all .3s ease}.active_icon{color:var(--primary)!important}.rotate_icon{transform:rotate(180deg)}
127
67
  </style>
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
21
21
  };
22
22
  }, {
23
23
  openMenu: import("vue").Ref<boolean>;
24
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  label: {
26
26
  type: StringConstructor;
27
27
  required: true;
@@ -84,73 +84,5 @@ export default defineComponent({
84
84
  </script>
85
85
 
86
86
  <style>
87
- .prmt_switch_pause {
88
- vertical-align: baseline !important;
89
- fill: var(--dividers) !important;
90
- color: var(--dividers) !important;
91
- margin: 0 0 5% 11%;
92
- stroke-width: 0px !important;
93
- }
94
- .prmt_switch_text {
95
- font-weight: 700;
96
- font-size: 14px;
97
- line-height: 16px;
98
- transition: all 300ms ease;
99
- }
100
- .prmt_switch_text.prmt_switch_is_inactive {
101
- color: var(--lavendar-grey);
102
- }
103
- .prmt_switch_text.prmt_switch_is_active {
104
- color: var(--independence);
105
- }
106
- .prmt_switch {
107
- transition: all 300ms ease;
108
- width: 36px;
109
- height: 18px;
110
- border-radius: 35.7px;
111
- padding: 0 2px;
112
- }
113
-
114
- .prmt_switch.prmt_switch_is_active {
115
- border: 1px solid var(--accent);
116
- background-color: var(--accent);
117
- }
118
- .prmt_switch.prmt_switch_is_inactive {
119
- background-color: var(--accent);
120
- border: 1px solid var(--accent);
121
- }
122
-
123
- .prmt_switch_round.prmt_switch_is_active {
124
- left: 0;
125
- }
126
- .prmt_switch_round.prmt_switch_is_inactive {
127
- transform: translateX(100%);
128
- }
129
-
130
- .prmt_switch_round {
131
- transition: all 300ms ease;
132
- margin-bottom: 2px;
133
- background-color: var(--pure-white);
134
- border: solid 0.5px var(--more);
135
- border-radius: 50%;
136
- width: 16px;
137
- height: 16px;
138
- box-shadow: var(--button-big-shadow);
139
- }
140
-
141
- .prmt_parent_switch {
142
- background-color: var(--pure-white);
143
- cursor: pointer;
144
- display: flex;
145
- align-items: center;
146
- width: fit-content;
147
- gap: 10px;
148
- border: solid 1.5px var(--dividers);
149
- border-radius: 8px;
150
- padding: 10px 17px;
151
- }
152
- .prmt_parent_switch:focus-within {
153
- border: 1.5px solid var(--primary) !important;
154
- box-shadow: 0px 0px 0px 4px rgba(33, 118, 255, 0.1) !important;
155
- }
87
+ .prmt_switch_pause{vertical-align:baseline!important;fill:var(--light)!important;color:var(--light)!important;margin:0 0 5% 11%;stroke-width:0px!important}.prmt_switch_text{font-size:14px;font-weight:600;line-height:16px;transition:all .3s ease}.prmt_switch_text.prmt_switch_is_inactive{color:var(--medium)}.prmt_switch_text.prmt_switch_is_active{color:var(--darkest)}.prmt_switch{border-radius:35.7px;height:18px;padding:0 2px;transition:all .3s ease;width:36px}.prmt_switch.prmt_switch_is_active,.prmt_switch.prmt_switch_is_inactive{background-color:var(--accent);border:1px solid var(--accent)}.prmt_switch_round.prmt_switch_is_active{left:0}.prmt_switch_round.prmt_switch_is_inactive{transform:translateX(100%)}.prmt_switch_round{background-color:var(--white);border:.5px solid var(--light);border-radius:50%;box-shadow:var(--button-big-shadow);height:16px;margin-bottom:2px;transition:all .3s ease;width:16px}.prmt_parent_switch{align-items:center;background-color:var(--white);border:1.5px solid var(--light);border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px 17px;width:-moz-fit-content;width:fit-content}.prmt_parent_switch:focus-within{border:1.5px solid var(--primary)!important;box-shadow:0 0 0 4px rgba(33,118,255,.1)!important}
156
88
  </style>
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  changeValue: () => void;
20
20
  activate_switch: import("vue").Ref<boolean>;
21
21
  true_is_active: import("vue").Ref<boolean>;
22
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeValue" | "update:Switch")[], "changeValue" | "update:Switch", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeValue" | "update:Switch")[], "changeValue" | "update:Switch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  active_text: {
24
24
  type: StringConstructor;
25
25
  required: true;
@@ -96,6 +96,7 @@
96
96
  <arg-icon
97
97
  v-if="columnTypeNonProps[valIndex] === 'More'"
98
98
  name="CaretCircleRight"
99
+ color="var(--medium)"
99
100
  @click="openLine(contIndex)"
100
101
  :class="[
101
102
  'icon-show-more',
@@ -452,7 +453,7 @@ export default defineComponent({
452
453
  }
453
454
  return "transparent";
454
455
  }
455
- return "var(--lavendar-grey)";
456
+ return "var(--medium)";
456
457
  }
457
458
  function changeColorDesc(index) {
458
459
  if (sortIndex.value === index && sortDir.value !== "none") {
@@ -461,7 +462,7 @@ export default defineComponent({
461
462
  }
462
463
  return "transparent";
463
464
  }
464
- return "var(--lavendar-grey)";
465
+ return "var(--medium)";
465
466
  }
466
467
  function greyBG(index) {
467
468
  const myDivObj = document?.getElementById(`${index}-row`);
@@ -662,302 +663,5 @@ export default defineComponent({
662
663
  </script>
663
664
 
664
665
  <style scoped>
665
- .empty_table {
666
- width: 100%;
667
- display: flex;
668
- align-items: center;
669
- justify-content: center;
670
- }
671
-
672
- .filter_tooltip {
673
- cursor: pointer;
674
- }
675
- .sort_up_icon {
676
- position: relative;
677
- top: 3px;
678
- }
679
- .sort_down_icon {
680
- position: relative;
681
- top: -2px;
682
- }
683
-
684
- .table_input {
685
- width: auto !important;
686
- align-self: stretch !important;
687
- margin: 0px 24px !important;
688
- }
689
- .oip_column {
690
- display: table-cell;
691
- padding-left: 0px;
692
- }
693
-
694
- .scroll_table .rcd_scrollTable {
695
- overflow-x: auto;
696
- gap: 8px;
697
- padding-top: 8px;
698
- }
699
-
700
- td {
701
- font-size: 14px;
702
- }
703
- tr {
704
- position: relative;
705
- }
706
-
707
- table {
708
- width: 100%;
709
- padding: 0px;
710
- border-collapse: collapse;
711
- }
712
-
713
- thead tr th {
714
- background-color: transparent;
715
- height: 35px;
716
- }
717
-
718
- /* .simple_row:nth-of-type(even) {
719
- background: var(--pure-white);
720
- }
721
-
722
- .simple_row:nth-of-type(odd) {
723
- background: var(--demi-fond);
724
- } */
725
-
726
- td,
727
- th {
728
- padding: 10px 24px;
729
- }
730
-
731
- tr,
732
- th {
733
- height: 43px;
734
- text-align: start;
735
- }
736
-
737
- th {
738
- font-weight: 700;
739
- font-size: 12px;
740
- line-height: 14px;
741
- order: 0;
742
- flex-grow: 0;
743
- }
744
-
745
- th:last-child div.rcd-table-header,
746
- td:last-child {
747
- text-align: end;
748
- justify-content: end;
749
- }
750
-
751
- th:last-child div.show .rcd-searchInput {
752
- margin-left: auto;
753
- }
754
-
755
- .rcd-table-header {
756
- margin-left: 24px;
757
- display: flex;
758
- flex-direction: row;
759
- align-items: center;
760
- }
761
-
762
- .rcd-col-title {
763
- display: flex;
764
- justify-content: center;
765
- align-items: center;
766
- gap: 4px;
767
- }
768
-
769
- .rcd-table-sort {
770
- display: flex;
771
- flex-direction: column;
772
- justify-content: center;
773
- cursor: pointer;
774
- text-align-last: right;
775
- }
776
-
777
- .rcd-NA {
778
- color: var(--independance);
779
- font-weight: normal;
780
- font-style: italic;
781
- }
782
-
783
- .rcd-pagination {
784
- display: flex;
785
- padding: 10px 16px;
786
- justify-content: center;
787
- align-items: center;
788
- gap: 10px;
789
- cursor: pointer;
790
- border-radius: 8px;
791
- background: transparent;
792
- font-size: 14px;
793
- font-style: normal;
794
- font-weight: 700;
795
- line-height: normal;
796
- }
797
-
798
- .rcd-pagination:hover {
799
- color: var(--primary) !important;
800
- }
801
-
802
- .rcd-pagination-navigate {
803
- cursor: pointer;
804
- }
805
- .rcd-pagination-navigate:hover svg {
806
- color: var(--primary) !important;
807
- }
808
- .rcd-current:hover {
809
- color: var(--pure-white) !important;
810
- }
811
-
812
- .rcd-datas {
813
- display: flex;
814
- align-items: center;
815
- margin: 10px 10px 15px 10px;
816
- gap: 10px;
817
- }
818
- .align-left {
819
- justify-content: left;
820
- }
821
- .align-center {
822
- justify-content: center;
823
- }
824
- .align-right {
825
- justify-content: right;
826
- }
827
-
828
- .rcd-rows {
829
- display: flex;
830
- justify-content: right;
831
- align-items: center;
832
- }
833
-
834
- .rcd-current {
835
- background: var(--primary);
836
- color: var(--pure-white);
837
- box-shadow: 4px 7px 12px 0px rgba(33, 118, 255, 0.2);
838
- }
839
-
840
- .rcd-searchInput {
841
- border: 1px solid var(--nested-table-bg);
842
- border-radius: 4px;
843
- margin: 0px 5px 5px 0px;
844
- padding: 3px;
845
- }
846
-
847
- .rcd-searchInput:focus-visible {
848
- outline: none !important;
849
- }
850
-
851
- .hideInput {
852
- display: none;
853
- visibility: hidden;
854
- }
855
-
856
- .showInput {
857
- display: flex;
858
- visibility: visible;
859
- }
860
-
861
- .rcd-search {
862
- cursor: pointer;
863
- margin-right: 5px;
864
- }
865
-
866
- .column_align.left {
867
- text-align: left !important;
868
- justify-content: left !important;
869
- }
870
- .column_align.center {
871
- text-align: center !important;
872
- justify-content: center !important;
873
- }
874
- .column_align.right {
875
- text-align: right !important;
876
- justify-content: right !important;
877
- }
878
-
879
- .show_full_table {
880
- width: 100%;
881
- display: flex;
882
- align-items: center;
883
- justify-content: center;
884
- }
885
-
886
- .flex-table {
887
- display: flex;
888
- flex-direction: column;
889
- align-items: flex-start;
890
- gap: 12px;
891
- width: 100%;
892
- }
893
-
894
- .rcd_scrollTable {
895
- width: 100%;
896
- }
897
-
898
- .more_section {
899
- width: 100%;
900
- padding: 24px;
901
- text-align: start !important;
902
- }
903
- .more_row {
904
- border-top: 1px solid var(--dividers, #ececf2);
905
- border-bottom: 1px solid var(--dividers, #ececf2);
906
- }
907
- .grey_bg,
908
- .grey_bg > td {
909
- background: var(--demi-fond) !important;
910
- }
911
- .white_bg,
912
- .white_bg > td {
913
- background: var(--pure-white) !important;
914
- }
915
- .icon-show-more {
916
- cursor: pointer;
917
- transition: transform 0.3s;
918
- }
919
- .icon-show-more:hover {
920
- color: var(--primary) !important;
921
- }
922
- .icon_rotate {
923
- transform: rotate(90deg);
924
- color: var(--primary) !important;
925
- }
926
- .scroll_table .rcd_scrollTable table thead,
927
- .scroll_table .rcd_scrollTable table thead tr,
928
- .scroll_table .rcd_scrollTable table thead tr th {
929
- position: sticky !important;
930
- top: 0 !important;
931
- }
932
-
933
- .scroll_table .rcd_scrollTable thead {
934
- background: var(--pure-white) !important;
935
- z-index: 10;
936
- }
937
-
938
- .scroll_table .rcd_scrollTable {
939
- overflow-y: scroll;
940
- padding-top: 0px !important;
941
- }
942
-
943
- .full {
944
- width: 100%;
945
- }
946
- .hidden {
947
- display: none !important;
948
- }
949
- .scroll_table .rcd_scrollTable::-webkit-scrollbar {
950
- width: 5px !important;
951
- }
952
-
953
- .scroll_table .rcd_scrollTable::-webkit-scrollbar-thumb,
954
- .modal_content::-webkit-scrollbar-thumb {
955
- background: var(--lavendar-grey);
956
- border-radius: 15px;
957
- }
958
-
959
- .scroll_table .rcd_scrollTable::-webkit-scrollbar-thumb:hover,
960
- .modal_content::-webkit-scrollbar-thumb:hover {
961
- background: var(--wild-blue-yonder) !important ;
962
- }
666
+ .empty_table{align-items:center;display:flex;justify-content:center;width:100%}.filter_tooltip{cursor:pointer}.sort_up_icon{position:relative;top:3px}.sort_down_icon{position:relative;top:-2px}.table_input{align-self:stretch!important;margin:0 24px!important;width:auto!important}.oip_column{display:table-cell;padding-left:0}.scroll_table .rcd_scrollTable{gap:8px;overflow-x:auto;padding-top:8px}td{font-size:14px}tr{position:relative}table{border-collapse:collapse;padding:0;width:100%}thead tr th{background-color:transparent;height:35px}td,th{padding:10px 24px}th,tr{height:43px;text-align:start}th{flex-grow:0;font-size:12px;font-weight:700;line-height:14px;order:0}td:last-child,th:last-child div.rcd-table-header{justify-content:end;text-align:end}.rcd-table-header{align-items:center;display:flex;flex-direction:row;margin-left:24px}.rcd-col-title{align-items:center;gap:4px}.rcd-col-title,.rcd-table-sort{display:flex;justify-content:center}.rcd-table-sort{cursor:pointer;flex-direction:column;-moz-text-align-last:right;text-align-last:right}.rcd-NA{color:var(--independance);font-style:italic;font-weight:400}.rcd-pagination{align-items:center;background:transparent;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:700;gap:10px;justify-content:center;line-height:normal;padding:10px 16px}.rcd-pagination:hover{color:var(--primary)!important}.rcd-pagination-navigate{cursor:pointer}.rcd-pagination-navigate:hover svg{color:var(--primary)!important}.rcd-current:hover{color:var(--white)!important}.rcd-datas{align-items:center;display:flex;gap:10px;margin:10px 10px 15px}.align-left{justify-content:left}.align-center{justify-content:center}.align-right,.rcd-rows{justify-content:right}.rcd-rows{align-items:center;display:flex}.rcd-current{background:var(--primary);box-shadow:4px 7px 12px 0 rgba(33,118,255,.2);color:var(--white)}.hideInput{display:none;visibility:hidden}.showInput{display:flex;visibility:visible}.rcd-search{cursor:pointer;margin-right:5px}.column_align.left{justify-content:left!important;text-align:left!important}.column_align.center{justify-content:center!important;text-align:center!important}.column_align.right{justify-content:right!important;text-align:right!important}.show_full_table{align-items:center;display:flex;justify-content:center;width:100%}.flex-table{align-items:flex-start;display:flex;flex-direction:column;gap:12px;width:100%}.rcd_scrollTable{width:100%}.more_section{padding:24px;text-align:start!important;width:100%}.more_row{border-bottom:1px solid var(--light,#ececf2);border-top:1px solid var(--light,#ececf2)}.grey_bg,.grey_bg>td{background:var(--demi-fond)!important}.white_bg,.white_bg>td{background:var(--white)!important}.icon-show-more{cursor:pointer;transition:transform .3s}.icon-show-more:hover,.icon_rotate{color:var(--primary)!important}.icon_rotate{transform:rotate(90deg)}.scroll_table .rcd_scrollTable table thead,.scroll_table .rcd_scrollTable table thead tr,.scroll_table .rcd_scrollTable table thead tr th{position:sticky!important;top:0!important}.scroll_table .rcd_scrollTable thead{background:var(--white)!important;z-index:10}.scroll_table .rcd_scrollTable{overflow-y:scroll;padding-top:0!important}.full{width:100%}.hidden{display:none!important}.scroll_table .rcd_scrollTable::-webkit-scrollbar{width:5px!important}.modal_content::-webkit-scrollbar-thumb,.scroll_table .rcd_scrollTable::-webkit-scrollbar-thumb{background:var(--medium);border-radius:15px}.modal_content::-webkit-scrollbar-thumb:hover,.scroll_table .rcd_scrollTable::-webkit-scrollbar-thumb:hover{background:var(--medium)!important}
963
667
  </style>
@@ -180,8 +180,8 @@ declare const _default: import("vue").DefineComponent<{
180
180
  limitB: (pageNumber: number) => boolean;
181
181
  toggle: (index: number) => void;
182
182
  viewSearchInput: (index: number) => boolean;
183
- changeColorAsc: (index: number) => "transparent" | "var(--accent)" | "var(--lavendar-grey)";
184
- changeColorDesc: (index: number) => "transparent" | "var(--accent)" | "var(--lavendar-grey)";
183
+ changeColorAsc: (index: number) => "var(--medium)" | "transparent" | "var(--accent)";
184
+ changeColorDesc: (index: number) => "var(--medium)" | "transparent" | "var(--accent)";
185
185
  greyBG: (index: number) => boolean | undefined;
186
186
  isOdd: (contIndex: number) => boolean;
187
187
  fillTable: import("vue").ComputedRef<never[]>;
@@ -191,7 +191,7 @@ declare const _default: import("vue").DefineComponent<{
191
191
  getPlaceHolder: import("vue").ComputedRef<string>;
192
192
  getHeight: import("vue").ComputedRef<string>;
193
193
  sendSearch: () => void;
194
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeInputValue"[], "changeInputValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
194
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changeInputValue"[], "changeInputValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
195
195
  heads: {
196
196
  type: {
197
197
  (arrayLength: number): string[];
@@ -40,7 +40,5 @@ export default defineComponent({
40
40
  </script>
41
41
 
42
42
  <style scoped>
43
- .have_close_true {
44
- cursor: pointer;
45
- }
43
+ .have_close_true{cursor:pointer}
46
44
  </style>
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
9
9
  };
10
10
  }, {
11
11
  close: () => void;
12
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClose"[], "onClose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClose"[], "onClose", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  setStyle: {
14
14
  type: StringConstructor;
15
15
  default: string;
@@ -32,44 +32,5 @@ export default defineComponent({
32
32
  });
33
33
  </script>
34
34
  <style scoped>
35
- .tekkare_loader_container {
36
- display: flex;
37
- justify-content: center;
38
- }
39
- .tekkare-skeleton-loader {
40
- display: flex;
41
- }
42
- .tekkare-svg {
43
- position: absolute;
44
- width: 0;
45
- height: 0;
46
- }
47
- .tekkare-left-half {
48
- width: 231.12px;
49
- height: 214px;
50
- background: #eee;
51
- background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
52
- border-radius: 5px;
53
- background-size: 200% 100%;
54
- animation: 1.5s shine linear infinite;
55
- -webkit-clip-path: url(#tekkare-left);
56
- clip-path: url(#tekkare-left);
57
- }
58
- .tekkare-right-half {
59
- width: 231.12px;
60
- height: 214px;
61
- background: #eee;
62
- background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
63
- border-radius: 5px;
64
- background-size: 200% 100%;
65
- animation: 1.5s shine linear infinite;
66
- animation-delay: 0.8s;
67
- -webkit-clip-path: url(#tekkare-right);
68
- clip-path: url(#tekkare-right);
69
- }
70
- @keyframes shine {
71
- to {
72
- background-position-x: -200%;
73
- }
74
- }
35
+ .tekkare_loader_container{display:flex;justify-content:center}.tekkare-skeleton-loader{display:flex}.tekkare-svg{height:0;position:absolute;width:0}.tekkare-left-half{-webkit-clip-path:url(#tekkare-left);clip-path:url(#tekkare-left)}.tekkare-left-half,.tekkare-right-half{animation:shine 1.5s linear infinite;background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;border-radius:5px;height:214px;width:231.12px}.tekkare-right-half{animation-delay:.8s;-webkit-clip-path:url(#tekkare-right);clip-path:url(#tekkare-right)}@keyframes shine{to{background-position-x:-200%}}
75
36
  </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;
@@ -38,33 +38,5 @@ export default defineComponent({
38
38
  </script>
39
39
 
40
40
  <style scoped>
41
- .arg_text_btn {
42
- font-size: 14px;
43
- font-style: normal;
44
- font-weight: 500;
45
- line-height: normal;
46
- text-decoration-line: underline;
47
- cursor: pointer;
48
- }
49
-
50
- .primary_text_btn.disable_text_btn,
51
- .warning_text_btn.disable_text_btn,
52
- .primary_text_btn.disable_text_btn:hover,
53
- .warning_text_btn.disable_text_btn:hover {
54
- color: var(--wild-blue-yonder) !important;
55
- }
56
-
57
- .primary_text_btn {
58
- color: var(--primary) !important;
59
- }
60
- .primary_text_btn:hover {
61
- color: var(--primary-hover) !important;
62
- }
63
-
64
- .warning_text_btn {
65
- color: var(--system-alert) !important;
66
- }
67
- .warning_text_btn:hover {
68
- color: var(--system-alert-hover) !important;
69
- }
41
+ .arg_text_btn{cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline}.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}.primary_text_btn{color:var(--primary)!important}.primary_text_btn:hover{color:var(--primary-hover)!important}.warning_text_btn{color:var(--system-alert)!important}.warning_text_btn:hover{color:var(--system-alert-hover)!important}
70
42
  </style>
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  };
11
11
  }, {
12
12
  sendAction: () => void;
13
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClick"[], "onClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onClick"[], "onClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  textStyle: {
15
15
  type: StringConstructor;
16
16
  default: string;