@soyfri/template 1.0.9 → 1.0.10-beta.1
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/README.md +4 -4
- package/dist/assets/sass/_init.scss +19 -23
- package/dist/assets/sass/components/components.scss +3 -3
- package/dist/assets/sass/core/base/_functions.scss +5 -5
- package/dist/assets/sass/core/base/_mixins.scss +6 -6
- package/dist/assets/sass/core/base/functions/_get.scss +20 -23
- package/dist/assets/sass/core/base/functions/_math.scss +1 -2
- package/dist/assets/sass/core/base/functions/_set.scss +13 -16
- package/dist/assets/sass/core/base/functions/_theme-colors.scss +3 -5
- package/dist/assets/sass/core/components/_bootstrap-icon.scss +1 -2
- package/dist/assets/sass/core/components/_buttons.scss +2 -2
- package/dist/assets/sass/core/components/_card.scss +1 -2
- package/dist/assets/sass/core/components/_fixed.scss +1 -2
- package/dist/assets/sass/core/components/_forms.scss +8 -8
- package/dist/assets/sass/core/components/_helpers.scss +7 -7
- package/dist/assets/sass/core/components/_menu.scss +2 -2
- package/dist/assets/sass/core/components/_mixins.scss +8 -8
- package/dist/assets/sass/core/components/_scroll.scss +1 -2
- package/dist/assets/sass/core/components/_stepper.scss +3 -3
- package/dist/assets/sass/core/components/_svg-icon.scss +1 -2
- package/dist/assets/sass/core/components/_symbol.scss +1 -2
- package/dist/assets/sass/core/components/_tables.scss +1 -2
- package/dist/assets/sass/core/components/_utilities.scss +1 -2
- package/dist/assets/sass/core/components/_variables-dark.scss +1 -2
- package/dist/assets/sass/core/components/_variables.scss +7 -8
- package/dist/assets/sass/core/components/buttons/_theme.scss +3 -4
- package/dist/assets/sass/core/components/components.scss +63 -72
- package/dist/assets/sass/core/components/helpers/_background.scss +1 -2
- package/dist/assets/sass/core/components/helpers/_flex.scss +1 -2
- package/dist/assets/sass/core/components/menu/_base.scss +1 -2
- package/dist/assets/sass/core/components/mixins/_menu.scss +2 -4
- package/dist/assets/sass/core/components/wizard.scss +1 -1
- package/dist/assets/sass/core/layout/base/_layout.scss +25 -25
- package/dist/assets/sass/core/vendors/plugins/_mixins.scss +1 -1
- package/dist/assets/sass/core/vendors/plugins/_plugins.angular.scss +7 -7
- package/dist/assets/sass/core/vendors/plugins/_plugins.react.scss +7 -7
- package/dist/assets/sass/core/vendors/plugins/_plugins.scss +29 -29
- package/dist/assets/sass/core/vendors/plugins/_plugins.vue.scss +7 -7
- package/dist/assets/sass/core/vendors/plugins/_variables-dark.scss +4 -5
- package/dist/assets/sass/core/vendors/plugins/_variables.scss +4 -5
- package/dist/assets/sass/layout/_layout.scss +13 -13
- package/dist/assets/sass/layout/_variables.custom.scss +2 -3
- package/dist/assets/sass/style.react.scss +4 -8
- package/dist/assets/sass/style.scss +5 -5
- package/dist/assets/ts/_utils/DomHelpers.d.ts +1 -1
- package/dist/assets/ts/_utils/DomHelpers.js +1 -1
- package/dist/assets/ts/_utils/DomHelpers.ts +1 -1
- package/dist/assets/ts/_utils/EventHandlerUtil.d.ts +1 -5
- package/dist/assets/ts/_utils/EventHandlerUtil.js +1 -22
- package/dist/assets/ts/_utils/EventHandlerUtil.ts +1 -35
- package/dist/assets/ts/components/MenuComponent.d.ts +0 -2
- package/dist/assets/ts/components/MenuComponent.js +4 -12
- package/dist/assets/ts/components/MenuComponent.ts +4 -13
- package/dist/assets/ts/components/_DrawerComponent.d.ts +0 -2
- package/dist/assets/ts/components/_DrawerComponent.js +0 -10
- package/dist/assets/ts/components/_DrawerComponent.ts +0 -12
- package/dist/assets/ts/components/_FeedbackComponent.d.ts +4 -4
- package/dist/assets/ts/components/_FeedbackComponent.js +4 -4
- package/dist/assets/ts/components/_FeedbackComponent.ts +4 -4
- package/dist/assets/ts/components/_ImageInputComponent.d.ts +0 -1
- package/dist/assets/ts/components/_ImageInputComponent.js +0 -20
- package/dist/assets/ts/components/_ImageInputComponent.ts +0 -25
- package/dist/assets/ts/components/_PasswordMeterComponent.d.ts +0 -1
- package/dist/assets/ts/components/_PasswordMeterComponent.js +0 -3
- package/dist/assets/ts/components/_PasswordMeterComponent.ts +1 -3
- package/dist/assets/ts/components/_ScrollComponent.d.ts +1 -1
- package/dist/assets/ts/components/_ScrollComponent.js +1 -1
- package/dist/assets/ts/components/_ScrollComponent.ts +1 -1
- package/dist/assets/ts/components/_StepperComponent.d.ts +1 -4
- package/dist/assets/ts/components/_StepperComponent.js +1 -17
- package/dist/assets/ts/components/_StepperComponent.ts +1 -19
- package/dist/assets/ts/components/_SwapperComponent.d.ts +1 -1
- package/dist/assets/ts/components/_SwapperComponent.js +1 -1
- package/dist/assets/ts/components/_SwapperComponent.ts +1 -1
- package/dist/partials/index.d.ts +1 -0
- package/dist/partials/index.js +1 -1
- package/dist/partials/widgets/charts/ChartsWidget1.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget2.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget3.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget4.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget5.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget6.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget7.js +10 -2
- package/dist/partials/widgets/charts/ChartsWidget8.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget10.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget11.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget13.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget2.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget3.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget6.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget8.js +10 -2
- package/dist/partials/widgets/mixed/MixedWidget9.js +10 -2
- package/dist/partials/widgets/statistics/StatisticsWidget3.js +10 -2
- package/dist/partials/widgets/statistics/StatisticsWidget4.js +8 -0
- package/package.json +32 -30
|
@@ -3,79 +3,70 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Extended bootstrap utilities
|
|
6
|
-
@
|
|
6
|
+
@import "utilities";
|
|
7
7
|
|
|
8
8
|
// Bootstrap components
|
|
9
|
-
|
|
10
|
-
// By default, it exposes a lot of things globally if you import it this way,
|
|
11
|
-
// but for a cleaner approach, you could import specific modules and use their functions/mixins.
|
|
12
|
-
// However, for simplicity and common usage, importing the main bootstrap.scss and then other components
|
|
13
|
-
// often means you still want some level of global access for standard Bootstrap elements.
|
|
14
|
-
// If you encounter issues, you might need to import specific bootstrap modules (e.g., @use "bootstrap/scss/mixins" as bs-mixins;)
|
|
15
|
-
// or configure Bootstrap's own @use statements in its entry point.
|
|
16
|
-
@use "bootstrap/scss/bootstrap" as *; // Assuming you want all Bootstrap components globally available
|
|
9
|
+
@import "bootstrap/scss/bootstrap";
|
|
17
10
|
|
|
18
11
|
// Custom components
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
28
|
-
@
|
|
29
|
-
@
|
|
30
|
-
@
|
|
31
|
-
@
|
|
32
|
-
@
|
|
33
|
-
@
|
|
34
|
-
@
|
|
35
|
-
@
|
|
36
|
-
@
|
|
37
|
-
@
|
|
38
|
-
@
|
|
39
|
-
@
|
|
40
|
-
@
|
|
41
|
-
@
|
|
42
|
-
@
|
|
43
|
-
@
|
|
44
|
-
@
|
|
45
|
-
@
|
|
46
|
-
@
|
|
47
|
-
@
|
|
48
|
-
@
|
|
49
|
-
@
|
|
50
|
-
@
|
|
51
|
-
@
|
|
52
|
-
@
|
|
53
|
-
@
|
|
54
|
-
@
|
|
55
|
-
@
|
|
56
|
-
@
|
|
57
|
-
@
|
|
58
|
-
@
|
|
59
|
-
@
|
|
60
|
-
@
|
|
61
|
-
@
|
|
62
|
-
@
|
|
63
|
-
@
|
|
64
|
-
@
|
|
65
|
-
@
|
|
66
|
-
@
|
|
67
|
-
@
|
|
68
|
-
@
|
|
69
|
-
@
|
|
70
|
-
@
|
|
71
|
-
@
|
|
72
|
-
@
|
|
73
|
-
@
|
|
74
|
-
@
|
|
75
|
-
@
|
|
76
|
-
@
|
|
77
|
-
@
|
|
78
|
-
@
|
|
79
|
-
@
|
|
80
|
-
@use "title-reports" as *;
|
|
81
|
-
@use "image.scss" as *;
|
|
12
|
+
@import "root";
|
|
13
|
+
@import "reboot";
|
|
14
|
+
@import "type";
|
|
15
|
+
@import "theme-mode";
|
|
16
|
+
@import "animation";
|
|
17
|
+
@import "alert";
|
|
18
|
+
@import "dropdown";
|
|
19
|
+
@import "toasts";
|
|
20
|
+
@import "nav";
|
|
21
|
+
@import "nav-line-tabs";
|
|
22
|
+
@import "nav-pills-custom";
|
|
23
|
+
@import "pagination";
|
|
24
|
+
@import "separator";
|
|
25
|
+
@import "carousel";
|
|
26
|
+
@import "menu";
|
|
27
|
+
@import "anchor";
|
|
28
|
+
@import "card";
|
|
29
|
+
@import "breadcrumb";
|
|
30
|
+
@import "buttons";
|
|
31
|
+
@import "modal";
|
|
32
|
+
@import "code";
|
|
33
|
+
@import "forms";
|
|
34
|
+
@import "progress";
|
|
35
|
+
@import "tables";
|
|
36
|
+
@import "popover";
|
|
37
|
+
@import "tooltip";
|
|
38
|
+
@import "accordion";
|
|
39
|
+
@import "image-input";
|
|
40
|
+
@import "symbol";
|
|
41
|
+
@import "pulse";
|
|
42
|
+
@import "page-loader";
|
|
43
|
+
@import "scrolltop";
|
|
44
|
+
@import "svg-icon";
|
|
45
|
+
@import "fixed";
|
|
46
|
+
@import "timeline";
|
|
47
|
+
@import "timeline-label";
|
|
48
|
+
@import "overlay";
|
|
49
|
+
@import "bullet";
|
|
50
|
+
@import "drawer";
|
|
51
|
+
@import "badge";
|
|
52
|
+
@import "indicator";
|
|
53
|
+
@import "hover";
|
|
54
|
+
@import "rotate";
|
|
55
|
+
@import "scroll";
|
|
56
|
+
@import "rating";
|
|
57
|
+
@import "stepper";
|
|
58
|
+
@import "toggle";
|
|
59
|
+
@import "shape";
|
|
60
|
+
@import "ribbon";
|
|
61
|
+
@import "blockui";
|
|
62
|
+
@import "explore";
|
|
63
|
+
@import "engage";
|
|
64
|
+
@import "cookiealert";
|
|
65
|
+
@import "print";
|
|
66
|
+
@import "helpers";
|
|
67
|
+
@import "tree";
|
|
68
|
+
@import "testimonials-slider";
|
|
69
|
+
@import "bootstrap-icon";
|
|
70
|
+
@import "wizard";
|
|
71
|
+
@import "title-reports";
|
|
72
|
+
@import "image.scss"
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// Custom background helpers
|
|
4
3
|
//
|
|
@@ -217,7 +216,7 @@
|
|
|
217
216
|
}
|
|
218
217
|
|
|
219
218
|
// Responsive helpers
|
|
220
|
-
@each $breakpoint in map
|
|
219
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
221
220
|
@include media-breakpoint-up($breakpoint) {
|
|
222
221
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
223
222
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// Flex Utilities
|
|
4
3
|
//
|
|
5
4
|
|
|
6
5
|
|
|
7
|
-
@each $breakpoint in map
|
|
6
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
8
7
|
@include media-breakpoint-up($breakpoint) {
|
|
9
8
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
10
9
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
1
|
//
|
|
3
2
|
// Menu Base
|
|
4
3
|
//
|
|
@@ -148,7 +147,7 @@
|
|
|
148
147
|
|
|
149
148
|
// Responsive
|
|
150
149
|
@each $direction in (up, down) {
|
|
151
|
-
@each $breakpoint in map
|
|
150
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
152
151
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
153
152
|
|
|
154
153
|
@if $infix and $direction == down {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use "svg-bg-icon";
|
|
2
|
-
|
|
3
1
|
//
|
|
4
2
|
// Label
|
|
5
3
|
//
|
|
@@ -168,9 +166,9 @@
|
|
|
168
166
|
@if ( $arrow-color != null ) {
|
|
169
167
|
// Arrow
|
|
170
168
|
.menu-arrow:after {
|
|
171
|
-
@include svg-bg-icon
|
|
169
|
+
@include svg-bg-icon(arrow-start, $arrow-color);
|
|
172
170
|
/*rtl:begin:remove*/
|
|
173
|
-
@include svg-bg-icon
|
|
171
|
+
@include svg-bg-icon(arrow-end, $arrow-color);
|
|
174
172
|
/*rtl:end:remove*/
|
|
175
173
|
}
|
|
176
174
|
}
|
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
// App Layout
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
28
|
-
@
|
|
29
|
-
@
|
|
5
|
+
@import "mixins/layout-minimize";
|
|
6
|
+
@import "mixins/layout-transition";
|
|
7
|
+
@import "root";
|
|
8
|
+
@import "reboot";
|
|
9
|
+
@import "page";
|
|
10
|
+
@import "page-loader";
|
|
11
|
+
@import "container";
|
|
12
|
+
@import "print";
|
|
13
|
+
@import "navbar";
|
|
14
|
+
@import "header/header";
|
|
15
|
+
@import "header/header-primary";
|
|
16
|
+
@import "header/header-secondary";
|
|
17
|
+
@import "header/header-tertiary";
|
|
18
|
+
@import "toolbar";
|
|
19
|
+
@import "hero";
|
|
20
|
+
@import "sidebar/sidebar";
|
|
21
|
+
@import "sidebar/sidebar-primary";
|
|
22
|
+
@import "sidebar/sidebar-secondary";
|
|
23
|
+
@import "sidebar/sidebar-panel";
|
|
24
|
+
@import "aside/aside";
|
|
25
|
+
@import "wrapper";
|
|
26
|
+
@import "main";
|
|
27
|
+
@import "content";
|
|
28
|
+
@import "footer";
|
|
29
|
+
@import "layout-builder";
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
6
|
+
@import "root";
|
|
7
|
+
@import "prismjs";
|
|
8
|
+
@import "nouislider";
|
|
9
|
+
@import "apexcharts";
|
|
10
|
+
@import "fslightbox";
|
|
11
|
+
@import "tiny-slider";
|
|
12
|
+
@import "fullcalendar";
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
6
|
+
@import "root";
|
|
7
|
+
@import "prismjs";
|
|
8
|
+
@import "nouislider";
|
|
9
|
+
@import "apexcharts";
|
|
10
|
+
@import "fslightbox";
|
|
11
|
+
@import "tiny-slider";
|
|
12
|
+
@import "fullcalendar";
|
|
@@ -3,32 +3,32 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
28
|
-
@
|
|
29
|
-
@
|
|
30
|
-
@
|
|
31
|
-
@
|
|
32
|
-
@
|
|
33
|
-
@
|
|
34
|
-
@
|
|
6
|
+
@import "root";
|
|
7
|
+
@import "prismjs";
|
|
8
|
+
@import "fslightbox";
|
|
9
|
+
@import "select2";
|
|
10
|
+
@import "formvalidation";
|
|
11
|
+
@import "daterangepicker";
|
|
12
|
+
@import "flatpickr";
|
|
13
|
+
@import "tagify";
|
|
14
|
+
@import "bootstrap-maxlength";
|
|
15
|
+
@import "ckeditor";
|
|
16
|
+
@import "datatables";
|
|
17
|
+
@import "dropzone";
|
|
18
|
+
@import "gmaps";
|
|
19
|
+
@import "nouislider";
|
|
20
|
+
@import "quill";
|
|
21
|
+
@import "recaptcha";
|
|
22
|
+
@import "sweetalert2";
|
|
23
|
+
@import "tinymce";
|
|
24
|
+
@import "toastr";
|
|
25
|
+
@import "draggable";
|
|
26
|
+
@import "apexcharts";
|
|
27
|
+
@import "leaflet";
|
|
28
|
+
@import "tiny-slider";
|
|
29
|
+
@import "fullcalendar";
|
|
30
|
+
@import "jkanban";
|
|
31
|
+
@import "jstree";
|
|
32
|
+
@import "vis-timeline";
|
|
33
|
+
@import "tempus-dominus";
|
|
34
|
+
@import "keenicons";
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Import Dependencies
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
6
|
+
@import "root";
|
|
7
|
+
@import "prismjs";
|
|
8
|
+
@import "nouislider";
|
|
9
|
+
@import "apexcharts";
|
|
10
|
+
@import "fslightbox";
|
|
11
|
+
@import "tiny-slider";
|
|
12
|
+
@import "fullcalendar";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
1
|
//
|
|
3
2
|
// 3rd-party config
|
|
4
3
|
//
|
|
@@ -9,11 +8,11 @@ $prismjs-bg-dark: #151521;
|
|
|
9
8
|
|
|
10
9
|
$prismjs-border-dark: rgba($white, 0.1);
|
|
11
10
|
|
|
12
|
-
$prismjs-btn-bg-dark:
|
|
13
|
-
$prismjs-btn-bg-hover-dark:
|
|
11
|
+
$prismjs-btn-bg-dark: lighten($prismjs-bg-dark, 9%);
|
|
12
|
+
$prismjs-btn-bg-hover-dark: lighten($prismjs-bg-dark, 9%);
|
|
14
13
|
|
|
15
14
|
$prismjs-btn-color-dark: rgba($white, 0.75);
|
|
16
15
|
$prismjs-btn-color-hover-dark: $primary;
|
|
17
16
|
|
|
18
|
-
$prismjs-scrollbar-color-dark:
|
|
19
|
-
$prismjs-scrollbar-color-hover-dark:
|
|
17
|
+
$prismjs-scrollbar-color-dark: lighten($prismjs-bg-dark, 12%);
|
|
18
|
+
$prismjs-scrollbar-color-hover-dark: lighten($prismjs-bg-dark, 15%);
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
1
|
//
|
|
3
2
|
// 3rd-party config
|
|
4
3
|
//
|
|
@@ -9,14 +8,14 @@ $prismjs-bg: #1e1e3f;
|
|
|
9
8
|
|
|
10
9
|
$prismjs-border: rgba($white, 0.1);
|
|
11
10
|
|
|
12
|
-
$prismjs-btn-bg:
|
|
13
|
-
$prismjs-btn-bg-hover:
|
|
11
|
+
$prismjs-btn-bg: lighten($prismjs-bg, 9%);
|
|
12
|
+
$prismjs-btn-bg-hover: lighten($prismjs-bg, 9%);
|
|
14
13
|
|
|
15
14
|
$prismjs-btn-color: rgba($white, 0.75);
|
|
16
15
|
$prismjs-btn-color-hover: $primary;
|
|
17
16
|
|
|
18
|
-
$prismjs-scrollbar-color:
|
|
19
|
-
$prismjs-scrollbar-color-hover:
|
|
17
|
+
$prismjs-scrollbar-color: lighten($prismjs-bg, 12%);
|
|
18
|
+
$prismjs-scrollbar-color-hover: lighten($prismjs-bg, 15%);
|
|
20
19
|
|
|
21
20
|
// Bootstrap Maxlength
|
|
22
21
|
$bootstrap-maxlength-z-index: 1040;
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
// Layout
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
5
|
+
@import "root";
|
|
6
|
+
@import "sidebar/sidebar";
|
|
7
|
+
@import "sidebar/sidebar-minimize";
|
|
8
|
+
@import "sidebar/sidebar-dark";
|
|
9
|
+
@import "sidebar/sidebar-light";
|
|
10
|
+
@import "aside";
|
|
11
|
+
@import "header/header";
|
|
12
|
+
@import "header/header-dark";
|
|
13
|
+
@import "header/header-sidebar-light";
|
|
14
|
+
@import "content";
|
|
15
|
+
@import "toolbar";
|
|
16
|
+
@import "main";
|
|
17
|
+
@import "page-title";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use "sass:color";
|
|
2
1
|
//
|
|
3
2
|
// Variables
|
|
4
3
|
//
|
|
@@ -44,7 +43,7 @@ $app-header-light-separator-color-dark: $border-color-dark;
|
|
|
44
43
|
$app-header-dark-bg-color:$coal-600;
|
|
45
44
|
$app-header-dark-separator-color: #282a3d;
|
|
46
45
|
$app-header-dark-scrollbar-color: #3b3b64;
|
|
47
|
-
$app-header-dark-scrollbar-color-hover:
|
|
46
|
+
$app-header-dark-scrollbar-color-hover: lighten($app-header-dark-scrollbar-color, 3%);
|
|
48
47
|
$app-header-dark-menu-active-link-bg-color: #242424;
|
|
49
48
|
|
|
50
49
|
// Sidebar base
|
|
@@ -89,7 +88,7 @@ $app-sidebar-light-header-menu-link-bg-color-active-dark: $gray-100-dark;
|
|
|
89
88
|
// Sidebar dark
|
|
90
89
|
$app-sidebar-dark-bg-color: $coal-500;
|
|
91
90
|
$app-sidebar-dark-separator-color: $light-light-dark;
|
|
92
|
-
$app-sidebar-dark-scrollbar-color-hover:
|
|
91
|
+
$app-sidebar-dark-scrollbar-color-hover: lighten($app-sidebar-dark-separator-color, 2%);
|
|
93
92
|
$app-sidebar-dark-menu-heading-color: $gray-500-dark;
|
|
94
93
|
$app-sidebar-dark-menu-sub-link-color: $gray-600-dark;;
|
|
95
94
|
$app-sidebar-dark-menu-link-bg-color-active: #1C1C21;
|
|
@@ -17,16 +17,12 @@
|
|
|
17
17
|
////////////////////////////////////////////////////////////////
|
|
18
18
|
|
|
19
19
|
// Initialize
|
|
20
|
-
|
|
21
|
-
// Si expone mixins/variables que usas directamente en otros archivos sin prefijo, podrías necesitar `as *`.
|
|
22
|
-
@use "init";
|
|
20
|
+
@import "init";
|
|
23
21
|
|
|
24
22
|
// Plugins
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
@use "./core/vendors/plugins/plugins";
|
|
28
|
-
@use "vendors/react-select.scss" as *; // Usamos `as *` para importar sus estilos sin prefijo.
|
|
23
|
+
@import "./core/vendors/plugins/plugins";
|
|
24
|
+
@import "vendors/react-select.scss";
|
|
29
25
|
|
|
30
26
|
#root {
|
|
31
27
|
display: contents;
|
|
32
|
-
}
|
|
28
|
+
}
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// Initialize
|
|
6
|
-
@
|
|
6
|
+
@import "init";
|
|
7
7
|
|
|
8
8
|
// Components
|
|
9
|
-
@
|
|
10
|
-
@
|
|
9
|
+
@import "./core/components/components";
|
|
10
|
+
@import "components/components";
|
|
11
11
|
|
|
12
12
|
// Layout
|
|
13
|
-
@
|
|
14
|
-
@
|
|
13
|
+
@import "./core/layout/base/layout";
|
|
14
|
+
@import "layout/layout";
|
|
@@ -4,7 +4,7 @@ declare function getCSS(el: HTMLElement, styleProp: string): string;
|
|
|
4
4
|
declare function getCSSVariableValue(variableName: string): string;
|
|
5
5
|
declare function getElementActualCss(el: HTMLElement, prop: any, cache: boolean): number | undefined;
|
|
6
6
|
declare function getElementActualHeight(el: HTMLElement): number | undefined;
|
|
7
|
-
declare function getElementActualWidth(el: HTMLElement,
|
|
7
|
+
declare function getElementActualWidth(el: HTMLElement, _cache?: boolean): number | undefined;
|
|
8
8
|
declare function getElementIndex(element: HTMLElement): number;
|
|
9
9
|
declare function getElementMatches(element: HTMLElement, selector: string): boolean;
|
|
10
10
|
declare function getElementOffset(el: HTMLElement): OffsetModel;
|
|
@@ -52,7 +52,7 @@ function getElementActualCss(el, prop, cache) {
|
|
|
52
52
|
function getElementActualHeight(el) {
|
|
53
53
|
return getElementActualCss(el, 'height', false);
|
|
54
54
|
}
|
|
55
|
-
function getElementActualWidth(el,
|
|
55
|
+
function getElementActualWidth(el, _cache) {
|
|
56
56
|
return getElementActualCss(el, 'width', false);
|
|
57
57
|
}
|
|
58
58
|
function getElementIndex(element) {
|
|
@@ -66,7 +66,7 @@ function getElementActualHeight(el: HTMLElement) {
|
|
|
66
66
|
return getElementActualCss(el, 'height', false)
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
function getElementActualWidth(el: HTMLElement,
|
|
69
|
+
function getElementActualWidth(el: HTMLElement, _cache?: boolean) {
|
|
70
70
|
return getElementActualCss(el, 'width', false)
|
|
71
71
|
}
|
|
72
72
|
|
|
@@ -10,14 +10,10 @@ export declare class EventHandlerUtil {
|
|
|
10
10
|
[handlerId: string]: EventMeta;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
private static setEventMetasByName;
|
|
14
|
-
private static getEventMetaByName;
|
|
15
13
|
private static setEventMetaByNameAndHandlerId;
|
|
16
|
-
private static getEventMetaByHandlerId;
|
|
17
|
-
private static setFiredByNameAndHandlerId;
|
|
18
14
|
private static addEvent;
|
|
19
15
|
private static removeEvent;
|
|
20
|
-
static trigger(element: HTMLElement, name: string, target?: any,
|
|
16
|
+
static trigger(element: HTMLElement, name: string, target?: any, _e?: Event): boolean;
|
|
21
17
|
static on: (element: HTMLElement, name: string, callBack: Function) => void;
|
|
22
18
|
static one(element: HTMLElement, name: string, callBack: Function): void;
|
|
23
19
|
static off(element: HTMLElement, name: string, handerId: string): void;
|
|
@@ -2,12 +2,6 @@ import { DataUtil } from './_DataUtil';
|
|
|
2
2
|
import { getUniqueIdWithPrefix } from './_TypesHelpers';
|
|
3
3
|
export class EventHandlerUtil {
|
|
4
4
|
static store = {};
|
|
5
|
-
static setEventMetasByName(name, handlers) {
|
|
6
|
-
EventHandlerUtil.store[name] = handlers;
|
|
7
|
-
}
|
|
8
|
-
static getEventMetaByName(name) {
|
|
9
|
-
return EventHandlerUtil.store[name];
|
|
10
|
-
}
|
|
11
5
|
static setEventMetaByNameAndHandlerId(name, handlerId, meta) {
|
|
12
6
|
if (EventHandlerUtil.store[name]) {
|
|
13
7
|
EventHandlerUtil.store[name][handlerId] = meta;
|
|
@@ -16,21 +10,6 @@ export class EventHandlerUtil {
|
|
|
16
10
|
EventHandlerUtil.store[name] = {};
|
|
17
11
|
EventHandlerUtil.store[name][handlerId] = meta;
|
|
18
12
|
}
|
|
19
|
-
static getEventMetaByHandlerId(name, handlerId) {
|
|
20
|
-
const handlersIds = EventHandlerUtil.store[name];
|
|
21
|
-
if (!handlersIds) {
|
|
22
|
-
return;
|
|
23
|
-
}
|
|
24
|
-
return handlersIds[handlerId];
|
|
25
|
-
}
|
|
26
|
-
static setFiredByNameAndHandlerId(name, handerId, fired) {
|
|
27
|
-
const meta = EventHandlerUtil.getEventMetaByHandlerId(name, handerId);
|
|
28
|
-
if (!meta) {
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
meta.fired = fired;
|
|
32
|
-
EventHandlerUtil.setEventMetaByNameAndHandlerId(name, handerId, meta);
|
|
33
|
-
}
|
|
34
13
|
static addEvent(element, name, callback, one = false) {
|
|
35
14
|
const handlerId = getUniqueIdWithPrefix('event');
|
|
36
15
|
const data = DataUtil.get(element, name);
|
|
@@ -54,7 +33,7 @@ export class EventHandlerUtil {
|
|
|
54
33
|
}
|
|
55
34
|
delete EventHandlerUtil.store[name][handerId];
|
|
56
35
|
}
|
|
57
|
-
static trigger(element, name, target,
|
|
36
|
+
static trigger(element, name, target, _e) {
|
|
58
37
|
let returnValue = true;
|
|
59
38
|
if (!DataUtil.has(element, name)) {
|
|
60
39
|
return returnValue;
|