procode-vs-template 1.0.0

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 (191) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +188 -0
  3. package/dist/actions.esm.js +53 -0
  4. package/dist/actions.esm.js.map +1 -0
  5. package/dist/actions.js +55 -0
  6. package/dist/actions.js.map +1 -0
  7. package/dist/assets/delete.png +0 -0
  8. package/dist/assets/info.svg +5 -0
  9. package/dist/assets/react.svg +1 -0
  10. package/dist/assets/styles/_tempalte-base.scss +5 -0
  11. package/dist/factories.esm.js +39149 -0
  12. package/dist/factories.esm.js.map +1 -0
  13. package/dist/factories.js +39169 -0
  14. package/dist/factories.js.map +1 -0
  15. package/dist/index.esm.js +39200 -0
  16. package/dist/index.esm.js.map +1 -0
  17. package/dist/index.js +39224 -0
  18. package/dist/index.js.map +1 -0
  19. package/dist/src/assets/styles/_tempalte-base.scss +5 -0
  20. package/dist/types/Action/TemplateActionFactory.d.ts +8 -0
  21. package/dist/types/Action/TemplateActionType.d.ts +8 -0
  22. package/dist/types/Action/TemplateActions/handleMenuNavigation.d.ts +1 -0
  23. package/dist/types/Factory/BaseType.d.ts +16 -0
  24. package/dist/types/Factory/TemplateWidgetFactory.d.ts +14 -0
  25. package/dist/types/Renderer/index.d.ts +2 -0
  26. package/dist/types/Widgets/Block/BlockView.d.ts +3 -0
  27. package/dist/types/Widgets/Block/index.d.ts +3 -0
  28. package/dist/types/Widgets/Block/types.d.ts +12 -0
  29. package/dist/types/Widgets/ConfirmationAlert/ConfirmationAlertView.d.ts +14 -0
  30. package/dist/types/Widgets/ConfirmationAlert/index.d.ts +11 -0
  31. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/AdvancedSearch.d.ts +15 -0
  32. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/AdvancedSearchView.d.ts +6 -0
  33. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/Filter.d.ts +20 -0
  34. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/FilterPopup.d.ts +13 -0
  35. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/FilterPopupView.d.ts +25 -0
  36. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/TypeBasedWidgetFactory.d.ts +8 -0
  37. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/constant.d.ts +8 -0
  38. package/dist/types/Widgets/GridToolBar/Components/AdvancedSearch/helper/AdvancedSearchFunctions.d.ts +7 -0
  39. package/dist/types/Widgets/GridToolBar/Components/Export/Export.d.ts +14 -0
  40. package/dist/types/Widgets/GridToolBar/Components/Export/ExportPopup.d.ts +20 -0
  41. package/dist/types/Widgets/GridToolBar/Components/Export/ExportView.d.ts +6 -0
  42. package/dist/types/Widgets/GridToolBar/Components/Export/type.d.ts +4 -0
  43. package/dist/types/Widgets/GridToolBar/Components/GlobalSearch/GlobalSearch.d.ts +11 -0
  44. package/dist/types/Widgets/GridToolBar/Components/GlobalSearch/GlobalSearchView.d.ts +9 -0
  45. package/dist/types/Widgets/GridToolBar/Components/GroupBy/GroupByPopUp.d.ts +17 -0
  46. package/dist/types/Widgets/GridToolBar/Components/GroupBy/GroupByView.d.ts +6 -0
  47. package/dist/types/Widgets/GridToolBar/Components/GroupBy/index.d.ts +15 -0
  48. package/dist/types/Widgets/GridToolBar/Components/QuickFilter/FilterPopup.d.ts +10 -0
  49. package/dist/types/Widgets/GridToolBar/Components/QuickFilter/QuickFilterView.d.ts +6 -0
  50. package/dist/types/Widgets/GridToolBar/Components/QuickFilter/index.d.ts +12 -0
  51. package/dist/types/Widgets/GridToolBar/Components/Reset/ResetView.d.ts +6 -0
  52. package/dist/types/Widgets/GridToolBar/Components/Reset/index.d.ts +11 -0
  53. package/dist/types/Widgets/GridToolBar/Components/ScreenView/CreateScreenPopup.d.ts +6 -0
  54. package/dist/types/Widgets/GridToolBar/Components/ScreenView/UserView.d.ts +26 -0
  55. package/dist/types/Widgets/GridToolBar/Components/ScreenView/UserViewView.d.ts +13 -0
  56. package/dist/types/Widgets/GridToolBar/Components/ScreenView/ViewItem.d.ts +11 -0
  57. package/dist/types/Widgets/GridToolBar/Components/ScreenView/actions/index.d.ts +8 -0
  58. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/deserializedScreenView.d.ts +4 -0
  59. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/getSavedSystemDefault.d.ts +2 -0
  60. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/saveSystemDefaultInSession.d.ts +1 -0
  61. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/advancedSearchHandler.d.ts +1 -0
  62. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/globalSearchHandler.d.ts +1 -0
  63. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/groupByHandler.d.ts +1 -0
  64. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/localSearchHandler.d.ts +1 -0
  65. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/paginationHandler.d.ts +1 -0
  66. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/quickFilterHandler.d.ts +1 -0
  67. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/settingHandler.d.ts +1 -0
  68. package/dist/types/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/sortHandler.d.ts +1 -0
  69. package/dist/types/Widgets/GridToolBar/Components/ScreenView/services/index.d.ts +6 -0
  70. package/dist/types/Widgets/GridToolBar/Components/Setting/ColumnChooser/ColumnChooser.d.ts +15 -0
  71. package/dist/types/Widgets/GridToolBar/Components/Setting/ColumnChooser/ColumnChooserView.d.ts +17 -0
  72. package/dist/types/Widgets/GridToolBar/Components/Setting/ColumnChooser/DragDropContext.d.ts +9 -0
  73. package/dist/types/Widgets/GridToolBar/Components/Setting/Setting.d.ts +19 -0
  74. package/dist/types/Widgets/GridToolBar/Components/Setting/SettingPopup.d.ts +9 -0
  75. package/dist/types/Widgets/GridToolBar/Components/Setting/SettingView.d.ts +6 -0
  76. package/dist/types/Widgets/GridToolBar/GridToolBar.d.ts +8 -0
  77. package/dist/types/Widgets/GridToolBar/GridToolBarView.d.ts +23 -0
  78. package/dist/types/Widgets/GridToolBar/data/advancedSearch/index.d.ts +46 -0
  79. package/dist/types/Widgets/GridToolBar/data/globalSearch/index.d.ts +4 -0
  80. package/dist/types/Widgets/GridToolBar/data/groupBy/index.d.ts +6 -0
  81. package/dist/types/Widgets/GridToolBar/data/index.d.ts +49 -0
  82. package/dist/types/Widgets/GridToolBar/data/quickFilter/index.d.ts +30 -0
  83. package/dist/types/Widgets/GridToolBar/data/setting/index.d.ts +21 -0
  84. package/dist/types/Widgets/GridToolBar/data/userView/index.d.ts +10 -0
  85. package/dist/types/Widgets/GridToolBar/enum/index.d.ts +27 -0
  86. package/dist/types/Widgets/GridToolBar/helper/getUniqueId.d.ts +1 -0
  87. package/dist/types/Widgets/GridToolBar/type.d.ts +58 -0
  88. package/dist/types/Widgets/InformationAlert/InformationAlert.d.ts +8 -0
  89. package/dist/types/Widgets/InformationAlert/InformationAlertView.d.ts +8 -0
  90. package/dist/types/Widgets/Menu/MenuMainHeader.d.ts +3 -0
  91. package/dist/types/Widgets/Menu/MenuSubHeader.d.ts +3 -0
  92. package/dist/types/Widgets/Menu/MenuSubItem.d.ts +3 -0
  93. package/dist/types/Widgets/Menu/MenuView.d.ts +6 -0
  94. package/dist/types/Widgets/Menu/index.d.ts +14 -0
  95. package/dist/types/actions.d.ts +2 -0
  96. package/dist/types/constant.d.ts +8 -0
  97. package/dist/types/factories.d.ts +2 -0
  98. package/dist/types/index.d.ts +4 -0
  99. package/dist/types/utils/getValueFromNestedObject.d.ts +1 -0
  100. package/package.json +98 -0
  101. package/src/Action/TemplateActionFactory.ts +27 -0
  102. package/src/Action/TemplateActionType.ts +8 -0
  103. package/src/Action/TemplateActions/handleMenuNavigation.ts +23 -0
  104. package/src/Factory/BaseType.ts +12 -0
  105. package/src/Factory/TemplateWidgetFactory.tsx +50 -0
  106. package/src/Renderer/index.tsx +14 -0
  107. package/src/Widgets/Block/BlockView.tsx +31 -0
  108. package/src/Widgets/Block/Styles/index.scss +41 -0
  109. package/src/Widgets/Block/index.tsx +8 -0
  110. package/src/Widgets/Block/types.ts +11 -0
  111. package/src/Widgets/ConfirmationAlert/ConfirmationAlertView.tsx +90 -0
  112. package/src/Widgets/ConfirmationAlert/index.tsx +16 -0
  113. package/src/Widgets/ConfirmationAlert/scss/index.scss +66 -0
  114. package/src/Widgets/GridToolBar/Components/AdvancedSearch/AdvancedSearch.tsx +83 -0
  115. package/src/Widgets/GridToolBar/Components/AdvancedSearch/AdvancedSearchView.tsx +25 -0
  116. package/src/Widgets/GridToolBar/Components/AdvancedSearch/Filter.tsx +162 -0
  117. package/src/Widgets/GridToolBar/Components/AdvancedSearch/FilterPopup.tsx +437 -0
  118. package/src/Widgets/GridToolBar/Components/AdvancedSearch/FilterPopupView.tsx +111 -0
  119. package/src/Widgets/GridToolBar/Components/AdvancedSearch/TypeBasedWidgetFactory.tsx +226 -0
  120. package/src/Widgets/GridToolBar/Components/AdvancedSearch/constant.ts +55 -0
  121. package/src/Widgets/GridToolBar/Components/AdvancedSearch/helper/AdvancedSearchFunctions.ts +36 -0
  122. package/src/Widgets/GridToolBar/Components/Export/Export.tsx +57 -0
  123. package/src/Widgets/GridToolBar/Components/Export/ExportPopup.tsx +388 -0
  124. package/src/Widgets/GridToolBar/Components/Export/ExportView.tsx +21 -0
  125. package/src/Widgets/GridToolBar/Components/Export/type.ts +4 -0
  126. package/src/Widgets/GridToolBar/Components/GlobalSearch/GlobalSearch.tsx +95 -0
  127. package/src/Widgets/GridToolBar/Components/GlobalSearch/GlobalSearchView.tsx +65 -0
  128. package/src/Widgets/GridToolBar/Components/GroupBy/GroupByPopUp.tsx +115 -0
  129. package/src/Widgets/GridToolBar/Components/GroupBy/GroupByView.tsx +21 -0
  130. package/src/Widgets/GridToolBar/Components/GroupBy/index.tsx +84 -0
  131. package/src/Widgets/GridToolBar/Components/QuickFilter/FilterPopup.tsx +41 -0
  132. package/src/Widgets/GridToolBar/Components/QuickFilter/QuickFilterView.tsx +23 -0
  133. package/src/Widgets/GridToolBar/Components/QuickFilter/index.tsx +199 -0
  134. package/src/Widgets/GridToolBar/Components/Reset/ResetView.tsx +22 -0
  135. package/src/Widgets/GridToolBar/Components/Reset/index.tsx +41 -0
  136. package/src/Widgets/GridToolBar/Components/ScreenView/CreateScreenPopup.tsx +88 -0
  137. package/src/Widgets/GridToolBar/Components/ScreenView/UserView.tsx +266 -0
  138. package/src/Widgets/GridToolBar/Components/ScreenView/UserViewView.tsx +67 -0
  139. package/src/Widgets/GridToolBar/Components/ScreenView/ViewItem.tsx +94 -0
  140. package/src/Widgets/GridToolBar/Components/ScreenView/actions/index.ts +20 -0
  141. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/deserializedScreenView.ts +19 -0
  142. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/getSavedSystemDefault.ts +18 -0
  143. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/saveSystemDefaultInSession.ts +12 -0
  144. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/advancedSearchHandler.ts +32 -0
  145. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/globalSearchHandler.ts +13 -0
  146. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/groupByHandler.ts +8 -0
  147. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/localSearchHandler.ts +6 -0
  148. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/paginationHandler.ts +6 -0
  149. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/quickFilterHandler.ts +13 -0
  150. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/settingHandler.ts +19 -0
  151. package/src/Widgets/GridToolBar/Components/ScreenView/helpers/uiElementHandler/sortHandler.ts +6 -0
  152. package/src/Widgets/GridToolBar/Components/ScreenView/services/index.ts +63 -0
  153. package/src/Widgets/GridToolBar/Components/Setting/ColumnChooser/ColumnChooser.tsx +274 -0
  154. package/src/Widgets/GridToolBar/Components/Setting/ColumnChooser/ColumnChooserView.tsx +154 -0
  155. package/src/Widgets/GridToolBar/Components/Setting/ColumnChooser/DragDropContext.tsx +76 -0
  156. package/src/Widgets/GridToolBar/Components/Setting/Setting.tsx +116 -0
  157. package/src/Widgets/GridToolBar/Components/Setting/SettingPopup.tsx +23 -0
  158. package/src/Widgets/GridToolBar/Components/Setting/SettingView.tsx +23 -0
  159. package/src/Widgets/GridToolBar/GridToolBar.tsx +111 -0
  160. package/src/Widgets/GridToolBar/GridToolBarView.tsx +138 -0
  161. package/src/Widgets/GridToolBar/data/advancedSearch/index.ts +45 -0
  162. package/src/Widgets/GridToolBar/data/globalSearch/index.ts +4 -0
  163. package/src/Widgets/GridToolBar/data/groupBy/index.ts +3 -0
  164. package/src/Widgets/GridToolBar/data/index.ts +74 -0
  165. package/src/Widgets/GridToolBar/data/quickFilter/index.ts +37 -0
  166. package/src/Widgets/GridToolBar/data/setting/index.ts +23 -0
  167. package/src/Widgets/GridToolBar/data/userView/index.ts +11 -0
  168. package/src/Widgets/GridToolBar/enum/index.ts +29 -0
  169. package/src/Widgets/GridToolBar/helper/getUniqueId.ts +2 -0
  170. package/src/Widgets/GridToolBar/scss/index.scss +834 -0
  171. package/src/Widgets/GridToolBar/type.ts +63 -0
  172. package/src/Widgets/InformationAlert/InformationAlert.tsx +12 -0
  173. package/src/Widgets/InformationAlert/InformationAlertView.tsx +46 -0
  174. package/src/Widgets/InformationAlert/scss/index.scss +73 -0
  175. package/src/Widgets/Menu/MenuMainHeader.tsx +28 -0
  176. package/src/Widgets/Menu/MenuSubHeader.tsx +20 -0
  177. package/src/Widgets/Menu/MenuSubItem.tsx +10 -0
  178. package/src/Widgets/Menu/MenuView.tsx +19 -0
  179. package/src/Widgets/Menu/index.json +245 -0
  180. package/src/Widgets/Menu/index.tsx +32 -0
  181. package/src/Widgets/Menu/scss/index.scss +93 -0
  182. package/src/actions.ts +5 -0
  183. package/src/assets/delete.png +0 -0
  184. package/src/assets/info.svg +5 -0
  185. package/src/assets/react.svg +1 -0
  186. package/src/assets/styles/_tempalte-base.scss +5 -0
  187. package/src/constant.ts +8 -0
  188. package/src/factories.ts +5 -0
  189. package/src/index.ts +12 -0
  190. package/src/utils/getValueFromNestedObject.ts +14 -0
  191. package/src/vite-env.d.ts +1 -0
@@ -0,0 +1,834 @@
1
+ .tmpl-popup-animation {
2
+ animation: fadeInWithNavigation 0.3s ease-in-out;
3
+ }
4
+
5
+ .tmpl-popup-animation-2 {
6
+ animation: fadeIn 0.3s ease-in-out;
7
+ }
8
+
9
+ .tmpl-popup-animation-reverse {
10
+ animation: fadeOutWithNavigation 0.25s ease-in-out !important;
11
+ }
12
+
13
+ .tmpl-popup-animation-2-reverse {
14
+ animation: fadeOut 0.3s ease-in-out;
15
+ }
16
+
17
+ @keyframes fadeIn {
18
+ from {
19
+ opacity: 0;
20
+ }
21
+
22
+ to {
23
+ opacity: 1;
24
+ }
25
+ }
26
+
27
+ @keyframes fadeInWithNavigation {
28
+ from {
29
+ opacity: 0;
30
+ transform: translateY(-20px);
31
+ }
32
+
33
+ to {
34
+ opacity: 1;
35
+ transform: translateY(0);
36
+ }
37
+ }
38
+
39
+ @keyframes fadeOut {
40
+ from {
41
+ opacity: 1;
42
+ }
43
+
44
+ to {
45
+ opacity: 0;
46
+ }
47
+ }
48
+
49
+ @keyframes fadeOutWithNavigation {
50
+ from {
51
+ opacity: 1;
52
+ transform: translateY(0);
53
+ }
54
+
55
+ to {
56
+ opacity: 0;
57
+ transform: translateY(-20px);
58
+ }
59
+ }
60
+
61
+ .tmpl-grid-toolbar-container {
62
+ display: flex;
63
+ flex-wrap: nowrap;
64
+ justify-content: space-between;
65
+ width: 100%;
66
+ gap: $space-sm;
67
+ font-family: $font-family-primary;
68
+
69
+ .tmpl-global-search {
70
+ flex: 1;
71
+ }
72
+ .tmpl-advanced-search-container {
73
+ position: relative;
74
+ }
75
+ .tmpl-advanced-popup {
76
+ @extend .tmpl-popup-animation;
77
+ position: absolute;
78
+ right: 0;
79
+ top: 42px;
80
+ width: 650px;
81
+ z-index: 3;
82
+ background-color: $background-default;
83
+ border: $border-width-sm solid $border-default;
84
+ border-radius: $border-radius-md;
85
+ box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
86
+
87
+ .tmpl-filter-container {
88
+ max-height: 313px;
89
+ overflow-y: auto;
90
+ padding: 0 $space-lg $space-lg;
91
+
92
+ .tmpl-filter {
93
+ display: flex;
94
+ gap: $space-sm;
95
+ align-items: center;
96
+ color: $text-default;
97
+ font-size: $font-size-sm;
98
+ line-height: $line-height-sm;
99
+ font-weight: $font-weight-regular;
100
+
101
+ &:first-of-type {
102
+ font-weight: $font-weight-medium;
103
+ font-size: $font-size-lg;
104
+ line-height: $line-height-lg;
105
+ padding-top: $space-lg;
106
+ padding-bottom: $space-lg;
107
+ margin-bottom: 12px;
108
+ position: sticky;
109
+ top: 0;
110
+ background-color: $background-default;
111
+ z-index: 1001;
112
+ // box-shadow: 0 0 8px 0 $boxshadow-primary;
113
+ }
114
+
115
+ &.tmpl-filter-border {
116
+ // border-bottom: $border-width-sm solid $border-default;
117
+ // border-top: $border-width-sm solid $border-default;
118
+ // padding: $space-xl $space-lg $space-lg;
119
+ position: relative;
120
+
121
+ & > .tmpl-filter-id {
122
+ position: absolute;
123
+ transform: translate(-50%, -50%);
124
+ top: 0;
125
+ left: 0;
126
+ z-index: 10;
127
+ padding: 2px;
128
+ font-size: $font-size-xxs;
129
+ line-height: $line-height-xxs;
130
+ font-weight: $font-weight-bold;
131
+ color: $text-dark;
132
+ background-color: $background-secondary;
133
+ border: $border-width-sm solid $border-default;
134
+ border-radius: $border-radius-md;
135
+ }
136
+ }
137
+
138
+ & > .tmpl-dropdown-container,
139
+ .tmpl-advanced-input {
140
+ flex: 1;
141
+
142
+ input {
143
+ border: $border-width-sm solid $border-default;
144
+ height: $size-md;
145
+ }
146
+
147
+ .k-radio-label {
148
+ margin-left: 4px;
149
+ }
150
+ }
151
+
152
+ .tmpl-advanced-ranged-input {
153
+ max-width: 230px;
154
+ height: $size-md;
155
+ }
156
+
157
+ & > .tmpl-button {
158
+ flex: 0 0 25px;
159
+ }
160
+
161
+ & > .tmpl-header-title {
162
+ flex: 1;
163
+
164
+ &:nth-child(4) {
165
+ flex: 0 0 25px;
166
+ }
167
+
168
+ &:last-child {
169
+ flex: 0 0 25px;
170
+ }
171
+ }
172
+ }
173
+
174
+ .tmpl-criteria {
175
+ display: inline-block;
176
+ text-align: center;
177
+ margin: $space-xl 0;
178
+ /* border: $border-width-sm solid $border-default;
179
+ border-radius: $border-radius-sm; */
180
+ font-size: $font-size-sm;
181
+ line-height: $line-height-sm;
182
+ font-weight: $font-weight-bold;
183
+ color: $text-dark;
184
+ min-width: 45px;
185
+ cursor: pointer;
186
+ position: relative;
187
+ &:last-child {
188
+ display: none;
189
+ }
190
+
191
+ &::before {
192
+ content: "";
193
+ position: absolute;
194
+ top: -20px;
195
+ left: 50%;
196
+ height: 20px;
197
+ width: 1.5px;
198
+ transform: translateX(-50%);
199
+ background-color: $border-default;
200
+ }
201
+
202
+ &::after {
203
+ content: "";
204
+ position: absolute;
205
+ bottom: -20px;
206
+ height: 20px;
207
+ width: 1.5px;
208
+ left: 50%;
209
+ transform: translateX(-50%);
210
+ background-color: $border-default;
211
+ }
212
+ }
213
+ }
214
+
215
+ .tmpl-action-container {
216
+ display: flex;
217
+ height: 65px;
218
+ gap: $space-sm;
219
+ align-items: center;
220
+ justify-content: space-between;
221
+ padding: 0 $space-lg;
222
+ box-shadow: 0 0 8px 0 $boxshadow-primary;
223
+ // border-top: 1px solid hsla(0, 0%, 67%, 0.6);
224
+
225
+ .k-button {
226
+ height: $size-md;
227
+ }
228
+
229
+ .tmpl-criteria-input-container {
230
+ border: $border-width-sm solid $border-default;
231
+ border-radius: $border-radius-md;
232
+ padding: $space-sm;
233
+
234
+ .tmpl-criteria-input {
235
+ font-size: $font-size-sm;
236
+ line-height: $line-height-sm;
237
+ font-weight: $font-weight-bold;
238
+ color: $text-dark;
239
+ outline: none;
240
+ display: -webkit-box;
241
+ -webkit-line-clamp: 2;
242
+ -webkit-box-orient: vertical;
243
+ max-height: 34px;
244
+ overflow: hidden;
245
+ text-overflow: ellipsis;
246
+ }
247
+
248
+ .tmpl-criteria-input-icon {
249
+ height: 20px;
250
+ width: 20px;
251
+ padding: 2px;
252
+ }
253
+ }
254
+
255
+ div {
256
+ display: flex;
257
+ align-items: center;
258
+ gap: $space-sm;
259
+
260
+ .tmpl-cancel-action {
261
+ color: $text-danger;
262
+ cursor: pointer;
263
+ font-size: $font-size-md;
264
+ line-height: $line-height-md;
265
+ font-weight: $font-weight-regular;
266
+
267
+ &:hover {
268
+ color: $text-danger-hover;
269
+ }
270
+ }
271
+ }
272
+ }
273
+ }
274
+
275
+ .tmpl-export-container {
276
+ flex: 0 0 32px;
277
+ height: 100%;
278
+ position: relative;
279
+
280
+ .tmpl-export {
281
+ height: 100%;
282
+ width: 100%;
283
+ }
284
+
285
+ .tmpl-export-popup {
286
+ @extend .tmpl-popup-animation;
287
+ position: absolute;
288
+ right: 3px;
289
+ top: 42px;
290
+ width: 320px;
291
+ z-index: 10;
292
+ background-color: $background-default;
293
+ border: $border-width-sm solid $border-default;
294
+ border-radius: $border-radius-md;
295
+ box-shadow: 0 0 8px 0 $boxshadow-primary;
296
+ padding: $space-md;
297
+ .tmpl-export-popup-header {
298
+ display: flex;
299
+ gap: $space-sm;
300
+ align-items: flex-start;
301
+ //margin-bottom: 10px;
302
+ }
303
+ .tmpl-export-item-container {
304
+ max-height: 200px;
305
+ overflow-y: auto;
306
+ color: $text-dark;
307
+ cursor: pointer;
308
+ font-size: $font-size-md;
309
+ line-height: $line-height-md;
310
+ font-weight: $font-weight-regular;
311
+ .tmpl-export-item {
312
+ display: flex;
313
+ align-items: center;
314
+ justify-content: space-between;
315
+ gap: $space-sm;
316
+ margin-bottom: 2px;
317
+ padding-bottom: 2px;
318
+ border-bottom: $border-width-sm solid $border-default;
319
+ & > div {
320
+ display: flex;
321
+ gap: $space-sm;
322
+ align-items: center;
323
+ }
324
+ }
325
+ }
326
+ .tmpl-export-divider {
327
+ padding-top: $space-sm;
328
+ display: flex;
329
+ justify-content: flex-end;
330
+ }
331
+ h4 {
332
+ color: $text-dark;
333
+ margin-bottom: $space-sm;
334
+ }
335
+ .tmpl-export-history-items-container {
336
+ max-height: 200px;
337
+ overflow-y: auto;
338
+ .tmpl-export-history-item {
339
+ display: flex;
340
+ justify-content: space-between;
341
+ align-items: center;
342
+ gap: $space-sm;
343
+ margin-bottom: 2px;
344
+ padding-bottom: 2px;
345
+ border-bottom: $border-width-sm solid $border-default;
346
+ .tmpl-export-history-item-info {
347
+ p {
348
+ &:first-of-type {
349
+ font-size: $font-size-sm;
350
+ font-weight: $font-weight-regular;
351
+ line-height: $line-height-sm;
352
+ color: $text-dark;
353
+ }
354
+ &:last-of-type {
355
+ font-size: $font-size-xxs;
356
+ font-weight: $font-weight-medium;
357
+ line-height: $line-height-xxs;
358
+ color: $text-default;
359
+ }
360
+ }
361
+ }
362
+ .tmpl-export-history-item-action {
363
+ display: flex;
364
+ align-items: center;
365
+ }
366
+ }
367
+ }
368
+ }
369
+ }
370
+
371
+ .tmpl-setting-container {
372
+ flex: 0 0 32px;
373
+ height: 100%;
374
+ position: relative;
375
+
376
+ .tmpl-setting {
377
+ height: 100%;
378
+ width: 100%;
379
+ }
380
+
381
+ .tmpl-setting-popup {
382
+ @extend .tmpl-popup-animation;
383
+ position: absolute;
384
+ right: 0;
385
+ top: 42px;
386
+ width: 200px;
387
+ z-index: 3;
388
+ background-color: $background-default;
389
+ border: $border-width-sm solid $border-default;
390
+ border-radius: $border-radius-md;
391
+ box-shadow: 0 0 8px 0 $boxshadow-primary;
392
+
393
+ div {
394
+ padding: $space-sm;
395
+ cursor: pointer;
396
+ transition: background-color 0.25s ease-in-out;
397
+ color: $text-dark;
398
+ cursor: pointer;
399
+ font-size: $font-size-md;
400
+ line-height: $line-height-md;
401
+ font-weight: $font-weight-regular;
402
+
403
+ &:first-of-type {
404
+ border-bottom: $border-width-sm solid $border-default;
405
+ }
406
+
407
+ &:hover {
408
+ background-color: hsla(0, 0%, 67%, 0.6);
409
+ }
410
+ }
411
+ }
412
+
413
+ .tmpl-columnchooser-popup {
414
+ @extend .tmpl-popup-animation-2;
415
+ position: fixed;
416
+ left: 50%;
417
+ top: 50%;
418
+ transform: translate(-50%, -50%);
419
+ width: calc(80vw * 0.66);
420
+ z-index: 4;
421
+ background-color: #fff;
422
+ border: none;
423
+ border-radius: 4px;
424
+ padding: 16.5px;
425
+ box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
426
+
427
+ .tmpl-chooser-header {
428
+ display: flex;
429
+ justify-content: space-between;
430
+ align-items: center;
431
+ border-bottom: 1px solid hsla(0, 0%, 67%, 0.6);
432
+ padding-bottom: 16.5px;
433
+ margin-bottom: 16.5px;
434
+
435
+ h2 {
436
+ color: #333;
437
+ font-size: 18px;
438
+ font-weight: 500;
439
+ line-height: 23px;
440
+ }
441
+
442
+ .k-button {
443
+ height: 32px;
444
+
445
+ &:first-of-type {
446
+ margin-right: 10px;
447
+ }
448
+ }
449
+ }
450
+
451
+ .tmpl-chooser-body {
452
+ display: flex;
453
+ font-size: 11px;
454
+ line-height: 14px;
455
+ gap: 10px;
456
+
457
+ & > div {
458
+ height: 300px;
459
+ overflow-y: auto;
460
+ position: relative;
461
+
462
+ &:first-of-type {
463
+ flex: 0 0 30%;
464
+ padding: 0 12.5px 12.5px;
465
+ display: flex;
466
+ flex-direction: column;
467
+
468
+ .tmpl-column {
469
+ height: 25px;
470
+ }
471
+ }
472
+
473
+ &:last-of-type {
474
+ flex: 0 0 70%;
475
+ padding: 0 12.5px 12.5px;
476
+ background-color: #f7f7f7;
477
+
478
+ .tmpl-chooser-setting-container {
479
+ height: 32px;
480
+ display: flex;
481
+ align-items: center;
482
+ justify-content: space-between;
483
+ background-color: #fff;
484
+ padding: 10px;
485
+ margin-bottom: 10px;
486
+ .tmpl-chooser-setting-label {
487
+ flex: 1;
488
+ }
489
+
490
+ & > div {
491
+ display: flex;
492
+ align-items: center;
493
+ gap: 20px;
494
+
495
+ .k-i-close {
496
+ cursor: pointer;
497
+ }
498
+ }
499
+ }
500
+ }
501
+
502
+ .tmpl-search-container {
503
+ height: 50px;
504
+ border-bottom: 1px solid hsla(0, 0%, 67%, 0.6);
505
+ padding-bottom: 16px;
506
+ margin-bottom: 16px;
507
+ position: sticky;
508
+ top: 0;
509
+ background-color: #fff;
510
+ width: 100%;
511
+ z-index: 1;
512
+
513
+ .tmpl-search {
514
+ height: 32px;
515
+ }
516
+ }
517
+
518
+ .tmpl-title {
519
+ padding-bottom: 16px;
520
+ padding-top: 16px;
521
+ border-bottom: 1px solid hsla(0, 0%, 67%, 0.6);
522
+ margin-bottom: 16px;
523
+ position: sticky;
524
+ top: -1px;
525
+ background-color: #f7f7f7;
526
+ width: 100%;
527
+ z-index: 1;
528
+
529
+ p {
530
+ font-size: 16px;
531
+ line-height: 18px;
532
+ }
533
+ }
534
+ }
535
+ }
536
+ }
537
+ }
538
+
539
+ .tmpl-screen-view {
540
+ width: 225px;
541
+ height: 100%;
542
+
543
+ & > button {
544
+ border: none;
545
+ color: #575757;
546
+ font-size: 11px;
547
+ font-weight: 400;
548
+ line-height: 14px;
549
+
550
+ &:first-of-type {
551
+ width: calc(100% - 40px);
552
+ height: 100%;
553
+ }
554
+
555
+ &:last-of-type {
556
+ width: 40px;
557
+ height: 100%;
558
+ }
559
+ }
560
+ }
561
+
562
+ .tmpl-reset {
563
+ flex: 0 0 32px;
564
+ height: 100%;
565
+ }
566
+
567
+ .tmpl-quick-filter-container {
568
+ flex: 0 0 32px;
569
+ height: 100%;
570
+ position: relative;
571
+
572
+ .tmpl-quick-filter {
573
+ height: 100%;
574
+ width: 100%;
575
+ }
576
+
577
+ .tmpl-quick-filter-popup {
578
+ @extend .tmpl-popup-animation;
579
+ position: absolute;
580
+ right: 0;
581
+ top: 42px;
582
+ width: 225px;
583
+ z-index: 3;
584
+ background-color: #fff;
585
+ border: 1px solid hsla(0, 0%, 67%, 0.6);
586
+ border-radius: 2px;
587
+ box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
588
+
589
+ .tmpl-dropdown-container {
590
+ padding: 7px;
591
+
592
+ span {
593
+ &:first-of-type {
594
+ color: #575757;
595
+ font-size: 12px;
596
+ font-weight: 400;
597
+ line-height: 16px;
598
+ }
599
+ }
600
+
601
+ &:not(:last-of-type) {
602
+ border-bottom: 1px solid hsla(0, 0%, 67%, 0.6);
603
+ }
604
+ }
605
+ }
606
+ }
607
+
608
+ .tmpl-group-filter-container {
609
+ height: 100%;
610
+ position: relative;
611
+ .tmpl-group-filter-popup {
612
+ @extend .tmpl-popup-animation-2;
613
+ position: fixed;
614
+ left: 50%;
615
+ top: 50%;
616
+ transform: translate(-50%, -50%);
617
+ width: 650px;
618
+ z-index: 3;
619
+ background-color: #fff;
620
+ border: 1px solid hsla(0, 0%, 67%, 0.6);
621
+ border-radius: 20px;
622
+ padding: 16px;
623
+ box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
624
+
625
+ .tmpl-group-filter-popup-header {
626
+ display: flex;
627
+ justify-content: space-between;
628
+ border-bottom: 1px solid hsla(0, 0%, 67%, 0.6);
629
+ margin-bottom: 16px;
630
+ align-items: center;
631
+
632
+ h2 {
633
+ font-size: 20px;
634
+ line-height: 23px;
635
+ margin-bottom: 10px;
636
+ font-weight: 500;
637
+ color: #464646;
638
+ }
639
+
640
+ p {
641
+ color: #464646;
642
+ font-size: 12px;
643
+ font-weight: 400;
644
+ line-height: 16px;
645
+ margin-bottom: 10px;
646
+ }
647
+ }
648
+
649
+ .tmpl-group-filter-popup-body {
650
+ .tmpl-dropdown-container {
651
+ width: 40%;
652
+ margin-bottom: 16px;
653
+
654
+ .tmpl-dropdown {
655
+ border: 1px solid #ccc !important;
656
+ border-radius: 2px;
657
+ }
658
+
659
+ & > span {
660
+ &:first-of-type {
661
+ color: #4d4d4d;
662
+ display: block;
663
+ font-size: 11px;
664
+ font-weight: 300;
665
+ line-height: 14px;
666
+ margin: 0 0 6px;
667
+ }
668
+ }
669
+ }
670
+
671
+ .tmpl-group-filter-popup-footer {
672
+ padding-top: 16px;
673
+ border-top: 1px solid hsla(0, 0%, 67%, 0.6);
674
+ display: flex;
675
+ justify-content: flex-end;
676
+ }
677
+ }
678
+ }
679
+ }
680
+ }
681
+
682
+ .tmpl-button-popup {
683
+ border-radius: $border-radius-md;
684
+ margin-top: 5px;
685
+ max-height: calc(26px * 5);
686
+ overflow-y: auto;
687
+ }
688
+
689
+ .tmpl-screen-view-item {
690
+ display: flex;
691
+ width: 100%;
692
+ height: 26px;
693
+ padding: 8px;
694
+ gap: 8px;
695
+ align-items: center;
696
+ transition: background-color 0.25s ease-in-out;
697
+
698
+ &:hover {
699
+ .tmpl-set-default {
700
+ display: inline-block;
701
+ }
702
+
703
+ .tmpl-delete-icon {
704
+ display: inline-block;
705
+ }
706
+ }
707
+
708
+ .tmpl-screen-view-name {
709
+ flex: 1;
710
+ overflow: hidden;
711
+ text-overflow: ellipsis;
712
+ }
713
+
714
+ .tmpl-delete-icon {
715
+ flex: 0 0 16px;
716
+ width: 20px;
717
+ height: 20px;
718
+
719
+ font-size: 11px;
720
+ line-height: 16px;
721
+ display: none;
722
+ }
723
+
724
+ .tmpl-set-default {
725
+ flex: 0 0 16px;
726
+ width: 20px;
727
+ height: 20px;
728
+
729
+ font-size: 11px;
730
+ line-height: 14px;
731
+ display: none;
732
+ }
733
+ }
734
+ .tmpl-screen-view-footer {
735
+ padding: 8px;
736
+ }
737
+ .tmpl-screen-creater-popup {
738
+ @extend .tmpl-popup-animation-2;
739
+ position: fixed;
740
+ left: 50%;
741
+ top: 50%;
742
+ transform: translate(-50%, -50%);
743
+ width: 650px;
744
+ z-index: 3;
745
+ background-color: #fff;
746
+ border: 1px solid hsla(0, 0%, 67%, 0.6);
747
+ border-radius: 20px;
748
+ padding: 16px;
749
+ box-shadow: -10px 0 50px rgba(0, 0, 0, 0.15);
750
+
751
+ .tmpl-screen-creater-popup-header {
752
+ display: flex;
753
+ justify-content: space-between;
754
+ border-bottom: 1px solid hsla(0, 0%, 67%, 0.6);
755
+ margin-bottom: 16px;
756
+ padding: 10px 0;
757
+
758
+ h2 {
759
+ font-size: 20px;
760
+ line-height: 23px;
761
+ font-weight: 500;
762
+ color: #464646;
763
+ }
764
+
765
+ p {
766
+ color: #464646;
767
+ font-size: 12px;
768
+ font-weight: 400;
769
+ line-height: 16px;
770
+ margin-bottom: 10px;
771
+ }
772
+ }
773
+
774
+ .tmpl-screen-creater-popup-body {
775
+ .tmpl-dropdown-container {
776
+ width: 40%;
777
+ margin-bottom: 16px;
778
+
779
+ .tmpl-input {
780
+ input {
781
+ height: 100%;
782
+ }
783
+ }
784
+
785
+ span {
786
+ display: block;
787
+ margin-bottom: 5px;
788
+ }
789
+ }
790
+
791
+ .tmpl-screen-creater-popup-footer {
792
+ padding-top: 16px;
793
+ border-top: 1px solid hsla(0, 0%, 67%, 0.6);
794
+ display: flex;
795
+ justify-content: flex-end;
796
+ }
797
+ }
798
+ }
799
+ .tmpl-dropdown {
800
+ align-items: center;
801
+ background-image: none;
802
+ height: $size-md;
803
+ width: 100%;
804
+ box-shadow: none !important;
805
+ border: $border-width-sm solid $border-default;
806
+ border-radius: $border-radius-md;
807
+ height: $size-md;
808
+ }
809
+
810
+ .tmpl-button {
811
+ border: $border-width-sm solid $border-default;
812
+ border-radius: $border-radius-md;
813
+ text-align: center;
814
+ background-color: $background-default;
815
+ box-shadow: none !important;
816
+ height: $size-md;
817
+ }
818
+
819
+ .tmpl-button-sm {
820
+ border: $border-width-sm solid $border-default;
821
+ border-radius: $border-radius-md;
822
+ text-align: center;
823
+ background-color: $background-default;
824
+ box-shadow: none !important;
825
+ height: $size-sm;
826
+ width: $size-sm;
827
+ }
828
+
829
+ .tmpl-input {
830
+ border-radius: $border-radius-md;
831
+ padding: 5px 11px 5px 5px;
832
+ box-shadow: none !important;
833
+ height: $size-md;
834
+ }