@luizleon/sf.prefeiturasp.vuecomponents 4.0.1 → 4.0.3

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 (95) hide show
  1. package/dist/{src/axios → axios}/axiosClient.d.ts +3 -3
  2. package/dist/{src/components/button/Button.vue.d.ts → components/button/Button.d.ts} +3 -3
  3. package/dist/{src/components/content/Content.vue.d.ts → components/content/Content.d.ts} +2 -2
  4. package/dist/{src/components/drawer/Drawer.vue.d.ts → components/drawer/Drawer.d.ts} +4 -4
  5. package/dist/{src/components/icon/Icon.vue.d.ts → components/icon/Icon.d.ts} +4 -4
  6. package/dist/components/internal/HeaderAvatar.d.ts +6 -0
  7. package/dist/components/internal/LoadingCircle.d.ts +2 -0
  8. package/dist/components/internal/MenuIcon.d.ts +2 -0
  9. package/dist/components/internal/ScrollToTop.d.ts +2 -0
  10. package/dist/components/internal/ThemeToggle.d.ts +2 -0
  11. package/dist/components/layout/Layout.d.ts +19 -0
  12. package/dist/{src/components/message/Message.vue.d.ts → components/message/Message.d.ts} +3 -3
  13. package/dist/components/navmenu/NavMenu.d.ts +15 -0
  14. package/dist/{src/components/tabnavigation/TabNavigation.vue.d.ts → components/tabnavigation/TabNavigation.d.ts} +1 -1
  15. package/dist/{src/components/tooltip/Tooltip.vue.d.ts → components/tooltip/Tooltip.d.ts} +1 -1
  16. package/dist/index.d.ts +16 -0
  17. package/dist/{src/services → services}/authService.d.ts +2 -2
  18. package/dist/{src/services → services}/dialogService.d.ts +1 -1
  19. package/dist/sf.prefeiturasp.vuecomponents.cjs.map +1 -1
  20. package/dist/sf.prefeiturasp.vuecomponents.js.map +1 -1
  21. package/dist/sf.prefeiturasp.vuecomponents.umd.cjs.map +1 -1
  22. package/dist/{src/types → types}/index.d.ts +1 -1
  23. package/package.json +7 -6
  24. package/dist/src/components/internal/HeaderAvatar.vue.d.ts +0 -6
  25. package/dist/src/components/internal/LoadingCircle.vue.d.ts +0 -2
  26. package/dist/src/components/internal/MenuIcon.vue.d.ts +0 -2
  27. package/dist/src/components/internal/ScrollToTop.vue.d.ts +0 -2
  28. package/dist/src/components/internal/ThemeToggle.d.ts +0 -10
  29. package/dist/src/components/internal/ThemeToggle.vue.d.ts +0 -2
  30. package/dist/src/components/layout/Layout.vue.d.ts +0 -27
  31. package/dist/src/components/navmenu/NavMenu.vue.d.ts +0 -15
  32. package/dist/src/index.d.ts +0 -17
  33. package/dist/tsconfig.tsbuildinfo +0 -1
  34. package/src/axios/axiosClient.ts +0 -207
  35. package/src/common/appResult.ts +0 -34
  36. package/src/components/button/Button.vue +0 -104
  37. package/src/components/content/Content.vue +0 -49
  38. package/src/components/drawer/Drawer.vue +0 -146
  39. package/src/components/icon/Icon.vue +0 -96
  40. package/src/components/internal/HeaderAvatar.vue +0 -73
  41. package/src/components/internal/LoadingCircle.vue +0 -16
  42. package/src/components/internal/MenuIcon.vue +0 -13
  43. package/src/components/internal/ScrollToTop.vue +0 -26
  44. package/src/components/internal/ThemeToggle.ts +0 -41
  45. package/src/components/internal/ThemeToggle.vue +0 -23
  46. package/src/components/internal/cssClassBuilder.ts +0 -44
  47. package/src/components/internal/getMaxZindex.ts +0 -15
  48. package/src/components/layout/Layout.vue +0 -67
  49. package/src/components/message/Message.vue +0 -65
  50. package/src/components/navmenu/NavMenu.vue +0 -109
  51. package/src/components/tabnavigation/TabNavigation.vue +0 -125
  52. package/src/components/tooltip/Tooltip.vue +0 -91
  53. package/src/index.ts +0 -53
  54. package/src/keycloak.js +0 -1731
  55. package/src/services/authService.ts +0 -118
  56. package/src/services/dialogService.ts +0 -109
  57. package/src/services/navMenuService.ts +0 -21
  58. package/src/style/componentes.scss +0 -20
  59. package/src/style/src/_functions.scss +0 -19
  60. package/src/style/src/_mixins.scss +0 -193
  61. package/src/style/src/_variables.scss +0 -12
  62. package/src/style/src/components/_button.scss +0 -104
  63. package/src/style/src/components/_content.scss +0 -57
  64. package/src/style/src/components/_drawer.scss +0 -89
  65. package/src/style/src/components/_headerAvatar.scss +0 -22
  66. package/src/style/src/components/_icon.scss +0 -119
  67. package/src/style/src/components/_layout.scss +0 -160
  68. package/src/style/src/components/_loading-circle.scss +0 -24
  69. package/src/style/src/components/_mask.scss +0 -35
  70. package/src/style/src/components/_message.scss +0 -47
  71. package/src/style/src/components/_navmenulink.scss +0 -31
  72. package/src/style/src/components/_scrollToTop.scss +0 -28
  73. package/src/style/src/components/_svg_icon.scss +0 -5
  74. package/src/style/src/components/_tab-navigation.scss +0 -93
  75. package/src/style/src/components/_themetoggle.scss +0 -52
  76. package/src/style/src/components/_tooltip.scss +0 -53
  77. package/src/style/src/sweetalert/_sweetalert.scss +0 -9
  78. package/src/style/src/sweetalert/scss/_animations.scss +0 -197
  79. package/src/style/src/sweetalert/scss/_body.scss +0 -45
  80. package/src/style/src/sweetalert/scss/_core.scss +0 -862
  81. package/src/style/src/sweetalert/scss/_mixins.scss +0 -16
  82. package/src/style/src/sweetalert/scss/_theming.scss +0 -8
  83. package/src/style/src/sweetalert/scss/_toasts-animations.scss +0 -83
  84. package/src/style/src/sweetalert/scss/_toasts-body.scss +0 -85
  85. package/src/style/src/sweetalert/scss/_toasts.scss +0 -203
  86. package/src/style/src/sweetalert/scss/_variables.scss +0 -271
  87. package/src/types/index.ts +0 -59
  88. package/src/vite-env.d.ts +0 -1
  89. package/tsconfig.json +0 -22
  90. package/vite.config.js +0 -28
  91. /package/dist/{src/common → common}/appResult.d.ts +0 -0
  92. /package/dist/{src/components → components}/internal/cssClassBuilder.d.ts +0 -0
  93. /package/dist/{src/components → components}/internal/getMaxZindex.d.ts +0 -0
  94. /package/{src → dist}/keycloak.d.ts +0 -0
  95. /package/dist/{src/services → services}/navMenuService.d.ts +0 -0
@@ -1,53 +0,0 @@
1
- .#{$prefix}tooltip-wrapper {
2
- --arrow-width: 7.5px;
3
- pointer-events: none;
4
- color: var(--bg-color);
5
- text-align: center;
6
- position: absolute;
7
- opacity: 0;
8
- transition: opacity 0.3s;
9
-
10
- .#{$prefix}tooltip-inner {
11
- position: relative;
12
- padding: var(--inline-spacing);
13
- border-radius: 6px;
14
- background-color: var(--text-color);
15
- font-size: 0.875em;
16
- &::after {
17
- content: "";
18
- position: absolute;
19
- left: var(--arrow-width);
20
- top: calc(var(--arrow-width) * -0.75);
21
- border-left: var(--arrow-width) solid transparent;
22
- border-right: var(--arrow-width) solid transparent;
23
- border-bottom: var(--arrow-width) solid var(--text-color);
24
- }
25
- }
26
-
27
- &.visible {
28
- opacity: 1;
29
- }
30
-
31
- &.top .#{$prefix}tooltip-inner::after {
32
- top: unset;
33
- bottom: calc(var(--arrow-width) * -0.75);
34
- border-bottom: unset;
35
- border-top: var(--arrow-width) solid var(--text-color);
36
- }
37
-
38
- &.left .#{$prefix}tooltip-inner::after {
39
- left: unset;
40
- right: var(--arrow-width);
41
- }
42
- }
43
-
44
- .#{$prefix}tooltip-anchor {
45
- display: inline-block !important;
46
- width: fit-content;
47
- height: fit-content;
48
- border-radius: 50%;
49
- &:has(.component-disabled),
50
- &:has(.component-loading) {
51
- pointer-events: none !important;
52
- }
53
- }
@@ -1,9 +0,0 @@
1
- /*! SweetAlert2 github.com/sweetalert2/sweetalert2 */
2
-
3
- @import "scss/theming";
4
- @import "scss/animations";
5
-
6
- body {
7
- @include sweetalert2-body();
8
- //@include sweetalert2-toasts-body();
9
- }
@@ -1,197 +0,0 @@
1
- //@import 'toasts-animations';
2
-
3
- // Appearance animation
4
- @keyframes swal2-show {
5
- 0% {
6
- transform: scale(0.7);
7
- }
8
-
9
- 45% {
10
- transform: scale(1.05);
11
- }
12
-
13
- 80% {
14
- transform: scale(0.95);
15
- }
16
-
17
- 100% {
18
- transform: scale(1);
19
- }
20
- }
21
-
22
- // Disppearance animation
23
- @keyframes swal2-hide {
24
- 0% {
25
- transform: scale(1);
26
- opacity: 1;
27
- }
28
-
29
- 100% {
30
- transform: scale(0.5);
31
- opacity: 0;
32
- }
33
- }
34
-
35
- // Success icon animations
36
- @keyframes swal2-animate-success-line-tip {
37
- 0% {
38
- top: 1.1875em;
39
- left: 0.0625em;
40
- width: 0;
41
- }
42
-
43
- 54% {
44
- top: 1.0625em;
45
- left: 0.125em;
46
- width: 0;
47
- }
48
-
49
- 70% {
50
- top: 2.1875em;
51
- left: -0.375em;
52
- width: 3.125em;
53
- }
54
-
55
- 84% {
56
- top: 3em;
57
- left: 1.3125em;
58
- width: 1.0625em;
59
- }
60
-
61
- 100% {
62
- top: 2.8125em;
63
- left: 0.8125em;
64
- width: 1.5625em;
65
- }
66
- }
67
-
68
- @keyframes swal2-animate-success-line-long {
69
- 0% {
70
- top: 3.375em;
71
- right: 2.875em;
72
- width: 0;
73
- }
74
-
75
- 65% {
76
- top: 3.375em;
77
- right: 2.875em;
78
- width: 0;
79
- }
80
-
81
- 84% {
82
- top: 2.1875em;
83
- right: 0;
84
- width: 3.4375em;
85
- }
86
-
87
- 100% {
88
- top: 2.375em;
89
- right: 0.5em;
90
- width: 2.9375em;
91
- }
92
- }
93
-
94
- @keyframes swal2-rotate-success-circular-line {
95
- 0% {
96
- transform: rotate(-45deg);
97
- }
98
-
99
- 5% {
100
- transform: rotate(-45deg);
101
- }
102
-
103
- 12% {
104
- transform: rotate(-405deg);
105
- }
106
-
107
- 100% {
108
- transform: rotate(-405deg);
109
- }
110
- }
111
-
112
- // Error icon animations
113
- @keyframes swal2-animate-error-x-mark {
114
- 0% {
115
- margin-top: 1.625em;
116
- transform: scale(0.4);
117
- opacity: 0;
118
- }
119
-
120
- 50% {
121
- margin-top: 1.625em;
122
- transform: scale(0.4);
123
- opacity: 0;
124
- }
125
-
126
- 80% {
127
- margin-top: -0.375em;
128
- transform: scale(1.15);
129
- }
130
-
131
- 100% {
132
- margin-top: 0;
133
- transform: scale(1);
134
- opacity: 1;
135
- }
136
- }
137
-
138
- @keyframes swal2-animate-error-icon {
139
- 0% {
140
- transform: rotateX(100deg);
141
- opacity: 0;
142
- }
143
-
144
- 100% {
145
- transform: rotateX(0deg);
146
- opacity: 1;
147
- }
148
- }
149
-
150
- @keyframes swal2-rotate-loading {
151
- 0% {
152
- transform: rotate(0deg);
153
- }
154
-
155
- 100% {
156
- transform: rotate(360deg);
157
- }
158
- }
159
-
160
- // Question mark animation
161
- @keyframes swal2-animate-question-mark {
162
- 0% {
163
- transform: rotateY(-360deg);
164
- }
165
-
166
- 100% {
167
- transform: rotateY(0);
168
- }
169
- }
170
-
171
- // Info and Warning mark animation
172
- @keyframes swal2-animate-i-mark {
173
- 0% {
174
- transform: rotateZ(45deg);
175
- opacity: 0;
176
- }
177
-
178
- 25% {
179
- transform: rotateZ(-25deg);
180
- opacity: 0.4;
181
- }
182
-
183
- 50% {
184
- transform: rotateZ(15deg);
185
- opacity: 0.8;
186
- }
187
-
188
- 75% {
189
- transform: rotateZ(-5deg);
190
- opacity: 1;
191
- }
192
-
193
- 100% {
194
- transform: rotateX(0);
195
- opacity: 1;
196
- }
197
- }
@@ -1,45 +0,0 @@
1
- //@import "toasts-body";
2
-
3
- @mixin sweetalert2-body() {
4
- &.swal2-shown {
5
- @include not(".swal2-no-backdrop", ".swal2-toast-shown") {
6
- overflow: hidden; // not overflow-y because of Sarari, #1253
7
- }
8
- }
9
-
10
- // SfLayout define height de html.
11
- // &.swal2-height-auto {
12
- // height: auto !important; // #781 #1107
13
- // }
14
-
15
- &.swal2-no-backdrop {
16
- .swal2-container {
17
- background-color: transparent !important;
18
- pointer-events: none;
19
-
20
- .swal2-popup {
21
- pointer-events: all;
22
- }
23
-
24
- .swal2-modal {
25
- box-shadow: 0 0 10px $swal2-backdrop;
26
- }
27
- }
28
- }
29
-
30
- @media print {
31
- &.swal2-shown {
32
- @include not(".swal2-no-backdrop", ".swal2-toast-shown") {
33
- overflow-y: scroll !important;
34
-
35
- > [aria-hidden="true"] {
36
- display: none;
37
- }
38
-
39
- .swal2-container {
40
- position: static !important;
41
- }
42
- }
43
- }
44
- }
45
- }