@lucca-front/ng 8.2.2 → 9.0.0-alpha.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.
Files changed (137) hide show
  1. package/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
  2. package/api/lib/select/input/api-select-input.component.d.ts +1 -10
  3. package/api/lib/select/pager/api-pager.component.d.ts +1 -1
  4. package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
  5. package/api/lib/service/api-hybrid.service.d.ts +3 -3
  6. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +1 -1
  7. package/esm2020/api/lib/select/input/api-select-input.component.mjs +3 -4
  8. package/esm2020/api/lib/select/pager/api-pager.component.mjs +1 -1
  9. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +5 -5
  10. package/esm2020/api/lib/service/api-hybrid.service.mjs +1 -1
  11. package/esm2020/api/lib/service/api-v4.service.mjs +2 -4
  12. package/esm2020/date/lib/calendar/calendar-input.component.mjs +2 -2
  13. package/esm2020/date/lib/select/date-select-input.component.mjs +2 -2
  14. package/esm2020/department/lib/select/input/department-select-input.component.mjs +2 -2
  15. package/esm2020/department/lib/service/department-v3.service.mjs +1 -1
  16. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +2 -2
  17. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +2 -2
  18. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +2 -2
  19. package/esm2020/formly/lib/types/api.mjs +3 -6
  20. package/esm2020/formly/lib/types/checkbox.mjs +2 -2
  21. package/esm2020/formly/lib/types/date.mjs +2 -2
  22. package/esm2020/formly/lib/types/department.mjs +2 -2
  23. package/esm2020/formly/lib/types/establishment.mjs +2 -2
  24. package/esm2020/formly/lib/types/input.mjs +2 -2
  25. package/esm2020/formly/lib/types/qualification.mjs +2 -2
  26. package/esm2020/formly/lib/types/radios.mjs +2 -2
  27. package/esm2020/formly/lib/types/select.mjs +2 -2
  28. package/esm2020/formly/lib/types/textarea.mjs +2 -2
  29. package/esm2020/formly/lib/types/user.mjs +2 -2
  30. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +2 -2
  31. package/esm2020/formly/lib/wrappers/error.mjs +3 -3
  32. package/esm2020/formly/lib/wrappers/helper.mjs +2 -2
  33. package/esm2020/formly/lib/wrappers/icon.mjs +2 -2
  34. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +2 -2
  35. package/esm2020/formly/lib/wrappers/suffix.mjs +2 -2
  36. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +2 -2
  37. package/esm2020/input/lib/clearer/clearer.component.mjs +2 -2
  38. package/esm2020/option/lib/item/option-item.component.mjs +2 -2
  39. package/esm2020/option/lib/item/tree-option-item.component.mjs +2 -2
  40. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +2 -2
  41. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +2 -2
  42. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +2 -2
  43. package/esm2020/option/lib/selector/all/select-all.component.mjs +2 -2
  44. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +2 -2
  45. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +2 -2
  46. package/esm2020/select/lib/input/select-input.component.mjs +2 -2
  47. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +3 -3
  48. package/esm2020/user/lib/picture/user-picture.component.mjs +2 -2
  49. package/esm2020/user/lib/select/input/user-select-input.component.mjs +2 -2
  50. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +2 -2
  51. package/esm2020/user/lib/tile/user-tile.component.mjs +2 -2
  52. package/fesm2015/lucca-front-ng-api.mjs +7 -10
  53. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  54. package/fesm2015/lucca-front-ng-date.mjs +4 -4
  55. package/fesm2015/lucca-front-ng-department.mjs +2 -2
  56. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  57. package/fesm2015/lucca-front-ng-establishment.mjs +6 -6
  58. package/fesm2015/lucca-front-ng-formly.mjs +36 -39
  59. package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
  60. package/fesm2015/lucca-front-ng-input.mjs +2 -2
  61. package/fesm2015/lucca-front-ng-option.mjs +14 -14
  62. package/fesm2015/lucca-front-ng-qualification.mjs +2 -2
  63. package/fesm2015/lucca-front-ng-select.mjs +2 -2
  64. package/fesm2015/lucca-front-ng-tooltip.mjs +2 -2
  65. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  66. package/fesm2015/lucca-front-ng-user.mjs +8 -8
  67. package/fesm2020/lucca-front-ng-api.mjs +7 -10
  68. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  69. package/fesm2020/lucca-front-ng-date.mjs +4 -4
  70. package/fesm2020/lucca-front-ng-department.mjs +2 -2
  71. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  72. package/fesm2020/lucca-front-ng-establishment.mjs +6 -6
  73. package/fesm2020/lucca-front-ng-formly.mjs +36 -39
  74. package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
  75. package/fesm2020/lucca-front-ng-input.mjs +2 -2
  76. package/fesm2020/lucca-front-ng-option.mjs +14 -14
  77. package/fesm2020/lucca-front-ng-qualification.mjs +2 -2
  78. package/fesm2020/lucca-front-ng-select.mjs +2 -2
  79. package/fesm2020/lucca-front-ng-tooltip.mjs +2 -2
  80. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  81. package/fesm2020/lucca-front-ng-user.mjs +8 -8
  82. package/formly/lib/types/api.d.ts +1 -2
  83. package/formly/style/_components.scss +13 -13
  84. package/formly/style/_theming.overridable.scss +1 -1
  85. package/formly/style/_theming.scss +1 -1
  86. package/formly/style/main.overridable.scss +2 -2
  87. package/formly/style/main.scss +2 -2
  88. package/material/style/_components.scss +11 -11
  89. package/material/style/_theming.scss +1 -1
  90. package/material/style/components/_autocomplete.scss +11 -11
  91. package/material/style/components/_buttons.scss +3 -3
  92. package/material/style/components/_datepicker.scss +116 -116
  93. package/material/style/components/_dialog.scss +26 -26
  94. package/material/style/components/_input.scss +3 -3
  95. package/material/style/components/_menu.scss +19 -19
  96. package/material/style/components/_mixins.scss +8 -8
  97. package/material/style/components/_options.scss +21 -21
  98. package/material/style/components/_select.scss +37 -37
  99. package/material/style/components/_tooltip.scss +19 -19
  100. package/material/style/main-v11.overridable.scss +12 -12
  101. package/material/style/main-v11.scss +12 -12
  102. package/material/style/main.overridable.scss +8 -8
  103. package/material/style/main.scss +8 -8
  104. package/package.json +1 -1
  105. package/style/_components.scss +8 -9
  106. package/style/_definitions.scss +9 -9
  107. package/style/_theming.overridable.scss +15 -15
  108. package/style/_theming.scss +9 -9
  109. package/style/components/_dropdown.scss +107 -107
  110. package/style/components/_input.scss +50 -50
  111. package/style/components/_picker.scss +62 -62
  112. package/style/components/_popover.scss +54 -54
  113. package/style/components/_popup.scss +34 -21
  114. package/style/components/_sidepanel.scss +39 -33
  115. package/style/components/cdk/_dragDrop.scss +61 -61
  116. package/style/components/cdk/_global.scss +7 -10
  117. package/style/components/cdk/_misc.scss +2 -2
  118. package/style/components/cdk/_overlay.scss +4 -4
  119. package/style/components/cdk/_textarea.scss +12 -12
  120. package/style/definitions/option/_option-item.scss +106 -106
  121. package/style/definitions/option/_option-placeholder.scss +10 -10
  122. package/style/definitions/option/_option-searcher.scss +46 -46
  123. package/style/definitions/option/_option-selector.scss +10 -10
  124. package/style/definitions/select/_select-clearer.scss +70 -70
  125. package/style/definitions/select/_select-input.scss +323 -323
  126. package/style/definitions/tooltip/_tooltip.scss +13 -13
  127. package/style/definitions/user/user-picture.scss +34 -34
  128. package/style/definitions/user/user-tile.scss +61 -61
  129. package/style/main.overridable.scss +3 -3
  130. package/style/main.scss +2 -2
  131. package/style/theme/_calendar.theme.scss +4 -4
  132. package/style/theme/_dropdown.theme.scss +6 -6
  133. package/style/theme/_options.theme.scss +25 -25
  134. package/style/theme/_popup.theme.scss +26 -26
  135. package/style/theme/_select.theme.scss +24 -24
  136. package/style/theme/_tooltip.theme.scss +7 -7
  137. package/style/theme/_user-picture.theme.scss +34 -34
@@ -1,116 +1,116 @@
1
- .mat-datepicker-content {
2
- @include box-shadow-override();
3
- @extend .card;
4
- display: block;
5
- margin-top: 2px;
6
- }
7
-
8
- .mat-datepicker-toggle {
9
- @extend .textfield-suffix;
10
- pointer-events: auto;
11
-
12
- button {
13
- background: none !important;
14
- border-radius: 0;
15
- height: auto;
16
- line-height: 1;
17
- width: auto;
18
-
19
- &::after {
20
- @include makeIcon('calendar');
21
- }
22
-
23
- mat-icon {
24
- display: none;
25
- }
26
- }
27
- }
28
-
29
-
30
- // CALENDAR
31
- .mat-calendar {
32
- width: 296px;
33
-
34
- .mat-button {
35
- @extend .button, .mod-text;
36
- font-size: 1em;
37
- text-decoration: none;
38
- }
39
-
40
- .mat-calendar-arrow {
41
- display: none;
42
- }
43
-
44
- .mat-icon-button {
45
- @extend .button, .mod-text;
46
- border-radius: 3px;
47
- }
48
-
49
- .mat-calendar-content {
50
- padding: 0 0.5em 0.5em 0.5em;
51
- }
52
- }
53
-
54
- // CALENDAR HEADER
55
- .mat-calendar-controls {
56
- margin-top: 0 !important;
57
- .mat-icon-button[disabled] {
58
- opacity: .4
59
- }
60
- .mat-calendar-period-button {
61
- flex: 1;
62
- order: 1;
63
- }
64
-
65
- .mat-calendar-next-button {
66
- order: 2;
67
- }
68
-
69
- .mat-calendar-spacer {
70
- display: none;
71
- }
72
- }
73
-
74
- // TABLE
75
- .mat-calendar-body-cell {
76
- .mat-calendar-body-cell-content {
77
- box-shadow: fakeborderoverlay(_theme('commons.divider.color'));
78
- border: none;
79
- border-radius: 0;
80
- color: _color("text.light");
81
- height: 100%;
82
- left: 0;
83
- top: 0;
84
- width: 100%;
85
-
86
- &:hover,
87
- &.mat-calendar-body-selected {
88
- background-color: _color('primary');
89
- color: _color('primary', 'text');
90
- }
91
- }
92
-
93
- &.mat-calendar-body-disabled {
94
- opacity: 0.5;
95
- pointer-events: none;
96
- }
97
- }
98
-
99
- // SPECIFIC MONTH-VIEW
100
- md-month-view,
101
- mat-month-view {
102
- .mat-calendar-table-header th {
103
- color: _color("text.light");
104
- font-size: 0.9em;
105
- padding-bottom: 0.4em;
106
- }
107
-
108
- .mat-calendar-body-label {
109
- overflow: hidden;
110
- text-indent: -999px;
111
-
112
- &[colspan='7'] {
113
- display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
114
- }
115
- }
116
- }
1
+ // .mat-datepicker-content {
2
+ // @include box-shadow-override();
3
+ // @extend .card;
4
+ // display: block;
5
+ // margin-top: 2px;
6
+ // }
7
+
8
+ // .mat-datepicker-toggle {
9
+ // @extend .textfield-suffix;
10
+ // pointer-events: auto;
11
+
12
+ // button {
13
+ // background: none !important;
14
+ // border-radius: 0;
15
+ // height: auto;
16
+ // line-height: 1;
17
+ // width: auto;
18
+
19
+ // &::after {
20
+ // @include makeIcon('calendar');
21
+ // }
22
+
23
+ // mat-icon {
24
+ // display: none;
25
+ // }
26
+ // }
27
+ // }
28
+
29
+
30
+ // // CALENDAR
31
+ // .mat-calendar {
32
+ // width: 296px;
33
+
34
+ // .mat-button {
35
+ // @extend .button, .mod-text;
36
+ // font-size: 1em;
37
+ // text-decoration: none;
38
+ // }
39
+
40
+ // .mat-calendar-arrow {
41
+ // display: none;
42
+ // }
43
+
44
+ // .mat-icon-button {
45
+ // @extend .button, .mod-text;
46
+ // border-radius: 3px;
47
+ // }
48
+
49
+ // .mat-calendar-content {
50
+ // padding: 0 0.5em 0.5em 0.5em;
51
+ // }
52
+ // }
53
+
54
+ // // CALENDAR HEADER
55
+ // .mat-calendar-controls {
56
+ // margin-top: 0 !important;
57
+ // .mat-icon-button[disabled] {
58
+ // opacity: .4
59
+ // }
60
+ // .mat-calendar-period-button {
61
+ // flex: 1;
62
+ // order: 1;
63
+ // }
64
+
65
+ // .mat-calendar-next-button {
66
+ // order: 2;
67
+ // }
68
+
69
+ // .mat-calendar-spacer {
70
+ // display: none;
71
+ // }
72
+ // }
73
+
74
+ // // TABLE
75
+ // .mat-calendar-body-cell {
76
+ // .mat-calendar-body-cell-content {
77
+ // box-shadow: fakeborderoverlay(_theme('commons.divider.color'));
78
+ // border: none;
79
+ // border-radius: 0;
80
+ // color: _color("text.light");
81
+ // height: 100%;
82
+ // left: 0;
83
+ // top: 0;
84
+ // width: 100%;
85
+
86
+ // &:hover,
87
+ // &.mat-calendar-body-selected {
88
+ // background-color: _color('primary');
89
+ // color: _color('primary', 'text');
90
+ // }
91
+ // }
92
+
93
+ // &.mat-calendar-body-disabled {
94
+ // opacity: 0.5;
95
+ // pointer-events: none;
96
+ // }
97
+ // }
98
+
99
+ // // SPECIFIC MONTH-VIEW
100
+ // md-month-view,
101
+ // mat-month-view {
102
+ // .mat-calendar-table-header th {
103
+ // color: _color("text.light");
104
+ // font-size: 0.9em;
105
+ // padding-bottom: 0.4em;
106
+ // }
107
+
108
+ // .mat-calendar-body-label {
109
+ // overflow: hidden;
110
+ // text-indent: -999px;
111
+
112
+ // &[colspan='7'] {
113
+ // display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
114
+ // }
115
+ // }
116
+ // }
@@ -1,29 +1,29 @@
1
- .mat-dialog-container {
2
- @extend .card;
1
+ // .mat-dialog-container {
2
+ // @extend .card;
3
3
 
4
- background: white;
5
- max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
6
- overflow: visible !important;
7
- padding: 0 !important;
8
- }
4
+ // background: white;
5
+ // max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
6
+ // overflow: visible !important;
7
+ // padding: 0 !important;
8
+ // }
9
9
 
10
- .cdk-overlay-pane {
11
- &.mod-sidePanel {
12
- position: fixed !important;
13
- top: _theme('commons.banner-height');
14
- right: 0;
15
- bottom: 0;
16
- width: 60%;
17
- max-width: 800px;
18
- @include media_smaller_than("s") {
19
- width: 80%;
20
- }
21
- @include media_smaller_than("xs") {
22
- width: 100%;
23
- }
10
+ // .cdk-overlay-pane {
11
+ // &.mod-sidePanel {
12
+ // position: fixed !important;
13
+ // top: _theme('commons.banner-height');
14
+ // right: 0;
15
+ // bottom: 0;
16
+ // width: 60%;
17
+ // max-width: 800px;
18
+ // @include media_smaller_than("s") {
19
+ // width: 80%;
20
+ // }
21
+ // @include media_smaller_than("xs") {
22
+ // width: 100%;
23
+ // }
24
24
 
25
- .mat-dialog-container {
26
- max-width: 100%;
27
- }
28
- }
29
- }
25
+ // .mat-dialog-container {
26
+ // max-width: 100%;
27
+ // }
28
+ // }
29
+ // }
@@ -1,3 +1,3 @@
1
- input.mat-input-element {
2
- margin-top: 0 !important;
3
- }
1
+ // input.mat-input-element {
2
+ // margin-top: 0 !important;
3
+ // }
@@ -1,21 +1,21 @@
1
- .mat-menu-item {
2
- @extend .textfield-options-entry;
3
- background-color: transparent;
4
- &.mat-selected,
5
- &.mat-active {
6
- @extend .is-focus;
7
- }
8
- }
1
+ // .mat-menu-item {
2
+ // @extend .textfield-options-entry;
3
+ // background-color: transparent;
4
+ // &.mat-selected,
5
+ // &.mat-active {
6
+ // @extend .is-focus;
7
+ // }
8
+ // }
9
9
 
10
- .mat-menu-panel {
11
- @extend .textfield-options;
12
- position: relative;
13
- top: auto;
14
- opacity: 1;
15
- transform: none;
16
- }
10
+ // .mat-menu-panel {
11
+ // @extend .textfield-options;
12
+ // position: relative;
13
+ // top: auto;
14
+ // opacity: 1;
15
+ // transform: none;
16
+ // }
17
17
 
18
- .mat-menu-content {
19
- padding-top: 0 !important;
20
- padding-bottom: 0 !important;
21
- }
18
+ // .mat-menu-content {
19
+ // padding-top: 0 !important;
20
+ // padding-bottom: 0 !important;
21
+ // }
@@ -1,8 +1,8 @@
1
- @mixin box-shadow-override($hasHover: false) {
2
- box-shadow: unquote(_theme('commons.elevations.elevation-1')) !important;
3
- @if $hasHover {
4
- &:hover {
5
- box-shadow: unquote(_theme('commons.elevations.elevation-3')) !important;
6
- }
7
- }
8
- }
1
+ // @mixin box-shadow-override($hasHover: false) {
2
+ // box-shadow: unquote(_theme('commons.elevations.elevation-1')) !important;
3
+ // @if $hasHover {
4
+ // &:hover {
5
+ // box-shadow: unquote(_theme('commons.elevations.elevation-3')) !important;
6
+ // }
7
+ // }
8
+ // }
@@ -1,24 +1,24 @@
1
- .mat-option {
2
- @extend .textfield-options-entry;
1
+ // .mat-option {
2
+ // @extend .textfield-options-entry;
3
3
 
4
- display: block;
5
- line-height: unset !important;
6
- outline: none;
7
- &.mat-selected,
8
- &.mat-active {
9
- @extend .textfield-options-entry, .is-focus;
10
- }
4
+ // display: block;
5
+ // line-height: unset !important;
6
+ // outline: none;
7
+ // &.mat-selected,
8
+ // &.mat-active {
9
+ // @extend .textfield-options-entry, .is-focus;
10
+ // }
11
11
 
12
- .mat-option-ripple {
13
- bottom: 0;
14
- left: 0;
15
- pointer-events: none;
16
- position: absolute;
17
- right: 0;
18
- top: 0;
19
- }
12
+ // .mat-option-ripple {
13
+ // bottom: 0;
14
+ // left: 0;
15
+ // pointer-events: none;
16
+ // position: absolute;
17
+ // right: 0;
18
+ // top: 0;
19
+ // }
20
20
 
21
- .mat-ripple {
22
- overflow: hidden;
23
- }
24
- }
21
+ // .mat-ripple {
22
+ // overflow: hidden;
23
+ // }
24
+ // }
@@ -1,42 +1,42 @@
1
- mat-select {
2
- @extend .textfield;
3
- }
1
+ // mat-select {
2
+ // @extend .textfield;
3
+ // }
4
4
 
5
- .textfield.mod-framed mat-select {
6
- padding: 0 !important;
7
- .mat-select-trigger {
8
- font-size: 1rem;
9
- margin: 2.2rem 1rem 0.7rem;
10
- &::after {
11
- bottom: -0.7rem;
12
- content: '';
13
- display: block;
14
- left: -1rem;
15
- position: absolute;
16
- right: -1rem;
17
- top: -2.2rem;
18
- }
19
- }
20
- }
5
+ // .textfield.mod-framed mat-select {
6
+ // padding: 0 !important;
7
+ // .mat-select-trigger {
8
+ // font-size: 1rem;
9
+ // margin: 2.2rem 1rem 0.7rem;
10
+ // &::after {
11
+ // bottom: -0.7rem;
12
+ // content: '';
13
+ // display: block;
14
+ // left: -1rem;
15
+ // position: absolute;
16
+ // right: -1rem;
17
+ // top: -2.2rem;
18
+ // }
19
+ // }
20
+ // }
21
21
 
22
- .textfield:not(.mod-compact) mat-select {
23
- padding-top: 0 !important;
24
- }
22
+ // .textfield:not(.mod-compact) mat-select {
23
+ // padding-top: 0 !important;
24
+ // }
25
25
 
26
- .mat-select-trigger {
27
- height: 1.1rem !important;
28
- min-width: 0 !important;
29
- text-overflow: ellipsis;
30
- }
26
+ // .mat-select-trigger {
27
+ // height: 1.1rem !important;
28
+ // min-width: 0 !important;
29
+ // text-overflow: ellipsis;
30
+ // }
31
31
 
32
- .mat-select-placeholder {
33
- width: auto !important;
34
- }
35
- .mat-select-panel {
36
- @extend .textfield-options;
32
+ // .mat-select-placeholder {
33
+ // width: auto !important;
34
+ // }
35
+ // .mat-select-panel {
36
+ // @extend .textfield-options;
37
37
 
38
- position: relative;
39
- top: auto;
40
- transform: none;
41
- opacity: 1;
42
- }
38
+ // position: relative;
39
+ // top: auto;
40
+ // transform: none;
41
+ // opacity: 1;
42
+ // }
@@ -1,21 +1,21 @@
1
- .mat-tooltip {
2
- border-radius: _theme("commons.border.radius");
3
- background-color: _component("tooltip.background-color");
4
- color: _component("tooltip.color");
5
- font-size: _theme("sizes.smaller.font-size") !important;
6
- margin: 0.5em !important;
7
- padding: .25rem .5rem !important;
8
- line-height: 1rem;
1
+ // .mat-tooltip {
2
+ // border-radius: _theme("commons.border.radius");
3
+ // background-color: _component("tooltip.background-color");
4
+ // color: _component("tooltip.color");
5
+ // font-size: _theme("sizes.smaller.font-size") !important;
6
+ // margin: 0.5em !important;
7
+ // padding: .25rem .5rem !important;
8
+ // line-height: 1rem;
9
9
 
10
- @mixin tooltipColoring($palette) {
11
- background: _color($palette);
12
- color: _color($palette, "text");
13
- }
10
+ // @mixin tooltipColoring($palette) {
11
+ // background: _color($palette);
12
+ // color: _color($palette, "text");
13
+ // }
14
14
 
15
- // palette colors
16
- @each $name, $palette in _getMap("palettes") {
17
- &.palette-#{$name} {
18
- @include tooltipColoring($name);
19
- }
20
- }
21
- }
15
+ // // palette colors
16
+ // @each $name, $palette in _getMap("palettes") {
17
+ // &.palette-#{$name} {
18
+ // @include tooltipColoring($name);
19
+ // }
20
+ // }
21
+ // }
@@ -1,15 +1,15 @@
1
- /*
2
- * @deprecated
3
- * This entry point will be deprecated in LF 8.
4
- * This file uses old @angular/material syntax and is not working on v12+.
5
- */
1
+ // /*
2
+ // * @deprecated
3
+ // * This entry point will be deprecated in LF 8.
4
+ // * This file uses old @angular/material syntax and is not working on v12+.
5
+ // */
6
6
 
7
- @import '@angular/material/theming';
7
+ // @import '@angular/material/theming';
8
8
 
9
- @import 'theming.overridable';
10
- @import 'components';
9
+ // @import 'theming.overridable';
10
+ // @import 'components';
11
11
 
12
- // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
13
- @include angular-material-typography(
14
- mat-typography-config($font-family: _theme('commons.font.family', true))
15
- );
12
+ // // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
13
+ // @include angular-material-typography(
14
+ // mat-typography-config($font-family: _theme('commons.font.family', true))
15
+ // );
@@ -1,15 +1,15 @@
1
- /*
2
- * @deprecated
3
- * This entry point will be deprecated in LF 8.
4
- * This file uses old @angular/material syntax and is not working on v12+.
5
- */
1
+ // /*
2
+ // * @deprecated
3
+ // * This entry point will be deprecated in LF 8.
4
+ // * This file uses old @angular/material syntax and is not working on v12+.
5
+ // */
6
6
 
7
- @import '@angular/material/theming';
7
+ // @import '@angular/material/theming';
8
8
 
9
- @import 'theming';
10
- @import 'components';
9
+ // @import 'theming';
10
+ // @import 'components';
11
11
 
12
- // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
13
- @include angular-material-typography(
14
- mat-typography-config($font-family: _theme('commons.font.family', true))
15
- );
12
+ // // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
13
+ // @include angular-material-typography(
14
+ // mat-typography-config($font-family: _theme('commons.font.family', true))
15
+ // );
@@ -1,11 +1,11 @@
1
- @use '@angular/material' as mat;
1
+ // @use '@angular/material' as mat;
2
2
 
3
- @import 'theming.overridable';
4
- @import 'components';
3
+ // @import 'theming.overridable';
4
+ // @import 'components';
5
5
 
6
- // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
7
- $lucca-front-mat-typography: mat.define-typography-config(
8
- $font-family: _theme('commons.font.family', true),
9
- );
6
+ // // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
7
+ // $lucca-front-mat-typography: mat.define-typography-config(
8
+ // $font-family: _theme('commons.font.family', true),
9
+ // );
10
10
 
11
- @include mat.all-component-typographies($lucca-front-mat-typography);
11
+ // @include mat.all-component-typographies($lucca-front-mat-typography);
@@ -1,11 +1,11 @@
1
- @use '@angular/material' as mat;
1
+ // @use '@angular/material' as mat;
2
2
 
3
- @import 'theming';
4
- @import 'components';
3
+ // @import 'theming';
4
+ // @import 'components';
5
5
 
6
- // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
7
- $lucca-front-mat-typography: mat.define-typography-config(
8
- $font-family: _theme('commons.font.family', true),
9
- );
6
+ // // CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
7
+ // $lucca-front-mat-typography: mat.define-typography-config(
8
+ // $font-family: _theme('commons.font.family', true),
9
+ // );
10
10
 
11
- @include mat.all-component-typographies($lucca-front-mat-typography);
11
+ // @include mat.all-component-typographies($lucca-front-mat-typography);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/ng",
3
- "version": "8.2.2",
3
+ "version": "9.0.0-alpha.1",
4
4
  "description": "A library of icons made by the team @Lucca",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,12 +1,11 @@
1
- @import 'components/input';
2
- @import 'components/picker';
3
- @import 'components/popover';
1
+ // @import 'components/input';
2
+ // @import 'components/picker';
3
+ // @import 'components/popover';
4
4
  @import 'components/popup';
5
- @import 'components/dropdown';
6
- @import 'components/sidepanel';
5
+ // @import 'components/dropdown';
6
+ // @import 'components/sidepanel';
7
7
  @import 'components/cdk/overlay';
8
- @import 'components/cdk/textarea';
9
- @import 'components/cdk/misc';
8
+ // @import 'components/cdk/textarea';
9
+ // @import 'components/cdk/misc';
10
10
  @import 'components/cdk/global';
11
- @import 'components/cdk/dragDrop';
12
-
11
+ // @import 'components/cdk/dragDrop';