@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,11 +1,11 @@
1
- @import 'theming';
1
+ // @import 'theming';
2
2
 
3
- @import 'definitions/select/select-input';
4
- @import 'definitions/select/select-clearer';
5
- @import 'definitions/user/user-tile';
6
- @import 'definitions/user/user-picture';
7
- @import 'definitions/option/option-item';
8
- @import 'definitions/option/option-searcher';
9
- @import 'definitions/option/option-selector';
10
- @import 'definitions/option/option-placeholder';
3
+ // @import 'definitions/select/select-input';
4
+ // @import 'definitions/select/select-clearer';
5
+ // @import 'definitions/user/user-tile';
6
+ // @import 'definitions/user/user-picture';
7
+ // @import 'definitions/option/option-item';
8
+ // @import 'definitions/option/option-searcher';
9
+ // @import 'definitions/option/option-selector';
10
+ // @import 'definitions/option/option-placeholder';
11
11
  @import 'definitions/tooltip/tooltip';
@@ -1,22 +1,22 @@
1
- @import '~@lucca-front/scss/src/_theming.overridable';
1
+ // @import '~@lucca-front/scss/src/_theming.overridable';
2
2
 
3
- @import 'theme/user-picture.theme';
4
- @import 'user-picture.override';
3
+ // @import 'theme/user-picture.theme';
4
+ // @import 'user-picture.override';
5
5
 
6
- @import 'theme/calendar.theme';
7
- @import 'calendar.override';
6
+ // @import 'theme/calendar.theme';
7
+ // @import 'calendar.override';
8
8
 
9
- @import 'theme/options.theme';
10
- @import 'options.override';
9
+ // @import 'theme/options.theme';
10
+ // @import 'options.override';
11
11
 
12
- @import 'theme/select.theme';
13
- @import 'select.override';
12
+ // @import 'theme/select.theme';
13
+ // @import 'select.override';
14
14
 
15
- @import 'theme/popup.theme';
16
- @import 'popup.override';
15
+ // @import 'theme/popup.theme';
16
+ // @import 'popup.override';
17
17
 
18
- @import 'theme/tooltip.theme';
19
- @import 'tooltip.override';
18
+ // @import 'theme/tooltip.theme';
19
+ // @import 'tooltip.override';
20
20
 
21
- @import 'theme/dropdown.theme';
22
- @import 'dropdown.override';
21
+ // @import 'theme/dropdown.theme';
22
+ // @import 'dropdown.override';
@@ -1,10 +1,10 @@
1
- $useCssVar: true !default;
2
- @import '~@lucca-front/scss/src/_theming';
1
+ // $useCssVar: true !default;
2
+ // @import '~@lucca-front/scss/src/_theming';
3
3
 
4
- @import 'theme/user-picture.theme';
5
- @import 'theme/calendar.theme';
6
- @import 'theme/options.theme';
7
- @import 'theme/popup.theme';
8
- @import 'theme/select.theme';
9
- @import 'theme/tooltip.theme';
10
- @import 'theme/dropdown.theme';
4
+ // @import 'theme/user-picture.theme';
5
+ // @import 'theme/calendar.theme';
6
+ // @import 'theme/options.theme';
7
+ // @import 'theme/popup.theme';
8
+ // @import 'theme/select.theme';
9
+ // @import 'theme/tooltip.theme';
10
+ // @import 'theme/dropdown.theme';
@@ -1,121 +1,121 @@
1
- .lu-dropdown-content {
2
- margin: calc(#{_theme("spacings.smaller", true)} * -1);
3
- margin: calc(#{_theme("spacings.smaller")} * -1);
4
- padding: 0;
5
- border-radius: _theme("commons.border.radius", true);
6
- border-radius: _theme("commons.border.radius");
7
- width: _component("dropdown.width", true);
8
- width: _component("dropdown.width");
9
- max-width: _component("dropdown.max-width", true);
10
- max-width: _component("dropdown.max-width");
11
- max-height: _component("dropdown.max-height", true);
12
- max-height: _component("dropdown.max-height");
13
- overflow-x: hidden;
14
- overflow-y: auto;
15
- }
1
+ // .lu-dropdown-content {
2
+ // margin: calc(#{_theme("spacings.smaller", true)} * -1);
3
+ // margin: calc(#{_theme("spacings.smaller")} * -1);
4
+ // padding: 0;
5
+ // border-radius: _theme("commons.border.radius", true);
6
+ // border-radius: _theme("commons.border.radius");
7
+ // width: _component("dropdown.width", true);
8
+ // width: _component("dropdown.width");
9
+ // max-width: _component("dropdown.max-width", true);
10
+ // max-width: _component("dropdown.max-width");
11
+ // max-height: _component("dropdown.max-height", true);
12
+ // max-height: _component("dropdown.max-height");
13
+ // overflow-x: hidden;
14
+ // overflow-y: auto;
15
+ // }
16
16
 
17
- //.lu-dropdown-options-item-children,
18
- .lu-dropdown-options {
19
- list-style-type: none;
20
- padding: 0;
21
- margin: 0;
22
- }
17
+ // //.lu-dropdown-options-item-children,
18
+ // .lu-dropdown-options {
19
+ // list-style-type: none;
20
+ // padding: 0;
21
+ // margin: 0;
22
+ // }
23
23
 
24
- /*
25
- .lu-dropdown-options-item {
26
- &.mod-withChildren {
27
- border-color: _color("primary", "lighter", true);
28
- border-color: _color("primary", "lighter");
24
+ // /*
25
+ // .lu-dropdown-options-item {
26
+ // &.mod-withChildren {
27
+ // border-color: _color("primary", "lighter", true);
28
+ // border-color: _color("primary", "lighter");
29
29
 
30
- &:not(:first-child) {
31
- border-top-width: 2px;
32
- border-top-style: solid;
33
- }
30
+ // &:not(:first-child) {
31
+ // border-top-width: 2px;
32
+ // border-top-style: solid;
33
+ // }
34
34
 
35
- &:not(:last-child) {
36
- border-bottom-width: 2px;
37
- border-bottom-style: solid;
38
- }
35
+ // &:not(:last-child) {
36
+ // border-bottom-width: 2px;
37
+ // border-bottom-style: solid;
38
+ // }
39
39
 
40
- & + .mod-withChildren {
41
- border-top-width: 0;
42
- }
43
- }
40
+ // & + .mod-withChildren {
41
+ // border-top-width: 0;
42
+ // }
43
+ // }
44
44
 
45
- &[aria-hidden='false'] {
46
- .expand {
47
- display: none;
48
- }
49
- }
45
+ // &[aria-hidden='false'] {
46
+ // .expand {
47
+ // display: none;
48
+ // }
49
+ // }
50
50
 
51
- &:not([aria-hidden='false']) {
52
- .collapse,
53
- .lu-dropdown-options-item-children {
54
- display: none;
55
- }
56
- }
57
- }
58
- */
51
+ // &:not([aria-hidden='false']) {
52
+ // .collapse,
53
+ // .lu-dropdown-options-item-children {
54
+ // display: none;
55
+ // }
56
+ // }
57
+ // }
58
+ // */
59
59
 
60
- //.lu-dropdown-options-item-toggle,
61
- //.lu-dropdown-options-item-children-item-action,
62
- .lu-dropdown-options-item-action {
63
- display: block;
64
- background-color: transparent;
65
- border: 0;
66
- padding: _theme("spacings.smaller", true) _theme("spacings.small", true);
67
- padding: _theme("spacings.smaller") _theme("spacings.small");
68
- margin: _theme("spacings.smallest", true) 0;
69
- margin: _theme("spacings.smallest") 0;
70
- cursor: pointer;
71
- width: 100%;
72
- text-align: left;
73
- transition: background-color _theme("commons.animations.durations.standard", true);
74
- transition: background-color _theme("commons.animations.durations.standard");
75
- text-decoration: none;
60
+ // //.lu-dropdown-options-item-toggle,
61
+ // //.lu-dropdown-options-item-children-item-action,
62
+ // .lu-dropdown-options-item-action {
63
+ // display: block;
64
+ // background-color: transparent;
65
+ // border: 0;
66
+ // padding: _theme("spacings.smaller", true) _theme("spacings.small", true);
67
+ // padding: _theme("spacings.smaller") _theme("spacings.small");
68
+ // margin: _theme("spacings.smallest", true) 0;
69
+ // margin: _theme("spacings.smallest") 0;
70
+ // cursor: pointer;
71
+ // width: 100%;
72
+ // text-align: left;
73
+ // transition: background-color _theme("commons.animations.durations.standard", true);
74
+ // transition: background-color _theme("commons.animations.durations.standard");
75
+ // text-decoration: none;
76
76
 
77
- &,
78
- &:hover,
79
- &:focus {
80
- color: currentColor;
81
- }
77
+ // &,
78
+ // &:hover,
79
+ // &:focus {
80
+ // color: currentColor;
81
+ // }
82
82
 
83
- /*
84
- &:focus {
85
- outline: 1px dotted;
86
- }
87
- */
83
+ // /*
84
+ // &:focus {
85
+ // outline: 1px dotted;
86
+ // }
87
+ // */
88
88
 
89
- &:focus, // delete this line when sub-menus are implemented
90
- &:hover {
91
- background-color: _color("primary", 100, true);
92
- background-color: _color("primary", 100);
93
- }
89
+ // &:focus, // delete this line when sub-menus are implemented
90
+ // &:hover {
91
+ // background-color: _color("primary", 100, true);
92
+ // background-color: _color("primary", 100);
93
+ // }
94
94
 
95
- &.is-disabled {
96
- color: _color("text.placeholder", "color", true);
97
- color: _color("text.placeholder");
98
- &:hover, &:focus {
99
- pointer-events: none;
100
- background-color: #ffffff;
101
- }
102
- }
103
- }
95
+ // &.is-disabled {
96
+ // color: _color("text.placeholder", "color", true);
97
+ // color: _color("text.placeholder");
98
+ // &:hover, &:focus {
99
+ // pointer-events: none;
100
+ // background-color: #ffffff;
101
+ // }
102
+ // }
103
+ // }
104
104
 
105
- /*
106
- .lu-dropdown-options-item-toggle {
107
- position: relative;
108
- padding-right: _theme("spacings.big", true);
109
- padding-right: _theme("spacings.big");
105
+ // /*
106
+ // .lu-dropdown-options-item-toggle {
107
+ // position: relative;
108
+ // padding-right: _theme("spacings.big", true);
109
+ // padding-right: _theme("spacings.big");
110
110
 
111
- .lucca-icon {
112
- position: absolute;
113
- right: _theme("spacings.small", true);
114
- right: _theme("spacings.small");
115
- top: 50%;
116
- transform: translateY(-50%);
117
- font-size: _theme("sizes.smaller.font-size", true);
118
- font-size: _theme("sizes.smaller.font-size");
119
- }
120
- }
121
- */
111
+ // .lucca-icon {
112
+ // position: absolute;
113
+ // right: _theme("spacings.small", true);
114
+ // right: _theme("spacings.small");
115
+ // top: 50%;
116
+ // transform: translateY(-50%);
117
+ // font-size: _theme("sizes.smaller.font-size", true);
118
+ // font-size: _theme("sizes.smaller.font-size");
119
+ // }
120
+ // }
121
+ // */
@@ -1,56 +1,56 @@
1
- @import "~@lucca-front/scss/src/mixins/forms";
1
+ // @import "~@lucca-front/scss/src/mixins/forms";
2
2
 
3
- .textfield {
4
- .textfield-input.ng-invalid.ng-touched {
5
- @include fieldError("textfield");
6
- }
3
+ // .textfield {
4
+ // .textfield-input.ng-invalid.ng-touched {
5
+ // @include fieldError("textfield");
6
+ // }
7
7
 
8
- &.mod-material .textfield-input.ng-invalid.ng-touched {
9
- @include fieldMaterialError("textfield");
10
- }
8
+ // &.mod-material .textfield-input.ng-invalid.ng-touched {
9
+ // @include fieldMaterialError("textfield");
10
+ // }
11
11
 
12
- &.mod-framed {
13
- .textfield-input {
14
- &.ng-invalid.ng-touched,
15
- &.is-invalid,
16
- &.is-error {
17
- @include fieldFramedError("textfield");
18
- }
19
- }
20
- }
21
- }
12
+ // &.mod-framed {
13
+ // .textfield-input {
14
+ // &.ng-invalid.ng-touched,
15
+ // &.is-invalid,
16
+ // &.is-error {
17
+ // @include fieldFramedError("textfield");
18
+ // }
19
+ // }
20
+ // }
21
+ // }
22
22
 
23
- .form.mod-framed {
24
- .textfield-input {
25
- &.is-error,
26
- &.is-invalid,
27
- &.ng-invalid.ng-touched {
28
- @include fieldFramedError("textfield");
29
- }
30
- }
31
- }
23
+ // .form.mod-framed {
24
+ // .textfield-input {
25
+ // &.is-error,
26
+ // &.is-invalid,
27
+ // &.ng-invalid.ng-touched {
28
+ // @include fieldFramedError("textfield");
29
+ // }
30
+ // }
31
+ // }
32
32
 
33
- .radiosfield,
34
- .checkboxesfield {
35
- &.mod-framed {
36
- .checkbox-input,
37
- .radio-input {
38
- &.ng-invalid.ng-touched,
39
- &.is-invalid,
40
- &.is-error {
41
- @include fieldFramedError("radiosfield");
42
- }
43
- }
44
- }
45
- }
33
+ // .radiosfield,
34
+ // .checkboxesfield {
35
+ // &.mod-framed {
36
+ // .checkbox-input,
37
+ // .radio-input {
38
+ // &.ng-invalid.ng-touched,
39
+ // &.is-invalid,
40
+ // &.is-error {
41
+ // @include fieldFramedError("radiosfield");
42
+ // }
43
+ // }
44
+ // }
45
+ // }
46
46
 
47
- .form.mod-framed {
48
- .checkbox,
49
- .radio {
50
- &.is-error,
51
- &.is-invalid,
52
- &.ng-invalid.ng-touched {
53
- @include fieldFramedError("radiosfield");
54
- }
55
- }
56
- }
47
+ // .form.mod-framed {
48
+ // .checkbox,
49
+ // .radio {
50
+ // &.is-error,
51
+ // &.is-invalid,
52
+ // &.ng-invalid.ng-touched {
53
+ // @include fieldFramedError("radiosfield");
54
+ // }
55
+ // }
56
+ // }
@@ -1,73 +1,73 @@
1
- @import '~@lucca-front/scss/src/_mixins';
1
+ // @import '~@lucca-front/scss/src/_mixins';
2
2
 
3
- .lu-picker-panel {
4
- @extend %popover-panel;
5
- }
3
+ // .lu-picker-panel {
4
+ // @extend %popover-panel;
5
+ // }
6
6
 
7
- .lu-picker-content {
8
- $height: 17.5rem; // magic number
7
+ // .lu-picker-content {
8
+ // $height: 17.5rem; // magic number
9
9
 
10
- @extend %popover-content;
11
- padding: 0;
12
- max-height: $height;
13
- overflow-y: auto;
14
- display: block;
15
- transform-origin: top left;
16
- animation: scaleIn 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
10
+ // @extend %popover-content;
11
+ // padding: 0;
12
+ // max-height: $height;
13
+ // overflow-y: auto;
14
+ // display: block;
15
+ // transform-origin: top left;
16
+ // animation: scaleIn 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
17
17
 
18
- &.is-loading {
19
- height: $height;
20
- }
21
- }
18
+ // &.is-loading {
19
+ // height: $height;
20
+ // }
21
+ // }
22
22
 
23
- .lu-picker-loading {
24
- position: absolute;
25
- left: 50%;
26
- top: 50%;
27
- transform: translateX(-50%) translateY(-50%);
28
- }
23
+ // .lu-picker-loading {
24
+ // position: absolute;
25
+ // left: 50%;
26
+ // top: 50%;
27
+ // transform: translateX(-50%) translateY(-50%);
28
+ // }
29
29
 
30
- .lu-picker-header {
31
- background: white;
32
- position: sticky;
33
- top: 0;
34
- left: 0;
35
- right: 0;
36
- display: block;
37
- z-index: 1;
30
+ // .lu-picker-header {
31
+ // background: white;
32
+ // position: sticky;
33
+ // top: 0;
34
+ // left: 0;
35
+ // right: 0;
36
+ // display: block;
37
+ // z-index: 1;
38
38
 
39
- }
39
+ // }
40
40
 
41
- .lu-picker-textfield {
42
- border-bottom: 1px solid _theme("commons.divider.color");
43
- margin-bottom: _theme("spacings.smaller");
44
- width: 100%;
41
+ // .lu-picker-textfield {
42
+ // border-bottom: 1px solid _theme("commons.divider.color");
43
+ // margin-bottom: _theme("spacings.smaller");
44
+ // width: 100%;
45
45
 
46
- .textfield-input {
47
- background: white;
48
- border-radius: 0;
49
- box-shadow: none;
50
- }
51
- }
46
+ // .textfield-input {
47
+ // background: white;
48
+ // border-radius: 0;
49
+ // box-shadow: none;
50
+ // }
51
+ // }
52
52
 
53
- .lu-picker-footer {
54
- background: white;
55
- position: sticky;
56
- bottom: 0;
57
- left: 0;
58
- right: 0;
59
- display: block;
60
- z-index: 1;
61
- }
53
+ // .lu-picker-footer {
54
+ // background: white;
55
+ // position: sticky;
56
+ // bottom: 0;
57
+ // left: 0;
58
+ // right: 0;
59
+ // display: block;
60
+ // z-index: 1;
61
+ // }
62
62
 
63
- .lu-date-picker-panel {
64
- width: _component("calendar.width", true);
65
- width: _component("calendar.width");
66
- .lu-picker-content {
67
- max-height: none;
68
- }
69
- lu-calendar>.calendar {
70
- width: _component("calendar.width", true);
71
- width: _component("calendar.width");
72
- }
73
- }
63
+ // .lu-date-picker-panel {
64
+ // width: _component("calendar.width", true);
65
+ // width: _component("calendar.width");
66
+ // .lu-picker-content {
67
+ // max-height: none;
68
+ // }
69
+ // lu-calendar>.calendar {
70
+ // width: _component("calendar.width", true);
71
+ // width: _component("calendar.width");
72
+ // }
73
+ // }
@@ -1,54 +1,54 @@
1
- @import '~@lucca-front/scss/src/_mixins';
2
-
3
- %popover-panel {
4
- display: flex;
5
- flex-direction: column;
6
- max-height: calc(100vh + 48px);
7
- position: relative;
8
- &.is-above {
9
- transform-origin: bottom center;
10
- }
11
-
12
- &.is-below {
13
- transform-origin: top center;
14
- }
15
-
16
- &.is-before {
17
- transform-origin: center right;
18
-
19
- &.is-above {
20
- transform-origin: bottom right;
21
- }
22
-
23
- &.is-below {
24
- transform-origin: top right;
25
- }
26
- }
27
-
28
- &.is-after {
29
- transform-origin: center left;
30
-
31
- &.is-above {
32
- transform-origin: bottom left;
33
- }
34
-
35
- &.is-below {
36
- transform-origin: top left;
37
- }
38
- }
39
- }
40
-
41
- %popover-content {
42
- background: white;
43
- @include elevate(2);
44
-
45
- }
46
-
47
- .lu-popover-panel {
48
- @extend %popover-panel;
49
- }
50
-
51
- .lu-popover-content {
52
- @extend %popover-content;
53
- padding: 1em;
54
- }
1
+ // @import '~@lucca-front/scss/src/_mixins';
2
+
3
+ // %popover-panel {
4
+ // display: flex;
5
+ // flex-direction: column;
6
+ // max-height: calc(100vh + 48px);
7
+ // position: relative;
8
+ // &.is-above {
9
+ // transform-origin: bottom center;
10
+ // }
11
+
12
+ // &.is-below {
13
+ // transform-origin: top center;
14
+ // }
15
+
16
+ // &.is-before {
17
+ // transform-origin: center right;
18
+
19
+ // &.is-above {
20
+ // transform-origin: bottom right;
21
+ // }
22
+
23
+ // &.is-below {
24
+ // transform-origin: top right;
25
+ // }
26
+ // }
27
+
28
+ // &.is-after {
29
+ // transform-origin: center left;
30
+
31
+ // &.is-above {
32
+ // transform-origin: bottom left;
33
+ // }
34
+
35
+ // &.is-below {
36
+ // transform-origin: top left;
37
+ // }
38
+ // }
39
+ // }
40
+
41
+ // %popover-content {
42
+ // background: white;
43
+ // @include elevate(2);
44
+
45
+ // }
46
+
47
+ // .lu-popover-panel {
48
+ // @extend %popover-panel;
49
+ // }
50
+
51
+ // .lu-popover-content {
52
+ // @extend %popover-content;
53
+ // padding: 1em;
54
+ // }