@cute-widgets/base 20.0.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 (183) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/LICENSE.md +191 -0
  3. package/README.md +190 -0
  4. package/abstract/index.d.ts +327 -0
  5. package/alert/index.d.ts +68 -0
  6. package/autocomplete/index.d.ts +442 -0
  7. package/badge/index.d.ts +26 -0
  8. package/bottom-sheet/index.d.ts +231 -0
  9. package/button/index.d.ts +182 -0
  10. package/button-toggle/index.d.ts +225 -0
  11. package/card/index.d.ts +163 -0
  12. package/checkbox/index.d.ts +174 -0
  13. package/chips/index.d.ts +963 -0
  14. package/collapse/index.d.ts +97 -0
  15. package/core/animation/index.d.ts +43 -0
  16. package/core/datetime/index.d.ts +404 -0
  17. package/core/directives/index.d.ts +168 -0
  18. package/core/error/index.d.ts +74 -0
  19. package/core/index.d.ts +1039 -0
  20. package/core/interfaces/index.d.ts +114 -0
  21. package/core/layout/index.d.ts +53 -0
  22. package/core/line/index.d.ts +37 -0
  23. package/core/nav/index.d.ts +321 -0
  24. package/core/observers/index.d.ts +124 -0
  25. package/core/option/index.d.ts +185 -0
  26. package/core/pipes/index.d.ts +53 -0
  27. package/core/ripple/index.d.ts +66 -0
  28. package/core/testing/index.d.ts +154 -0
  29. package/core/theming/index.d.ts +118 -0
  30. package/core/types/index.d.ts +53 -0
  31. package/core/utils/index.d.ts +129 -0
  32. package/cute-widgets-base-20.0.1.tgz +0 -0
  33. package/datepicker/index.d.ts +1817 -0
  34. package/dialog/index.d.ts +484 -0
  35. package/divider/index.d.ts +24 -0
  36. package/expansion/README.md +8 -0
  37. package/expansion/index.d.ts +308 -0
  38. package/fesm2022/cute-widgets-base-abstract.mjs +547 -0
  39. package/fesm2022/cute-widgets-base-abstract.mjs.map +1 -0
  40. package/fesm2022/cute-widgets-base-alert.mjs +198 -0
  41. package/fesm2022/cute-widgets-base-alert.mjs.map +1 -0
  42. package/fesm2022/cute-widgets-base-autocomplete.mjs +1217 -0
  43. package/fesm2022/cute-widgets-base-autocomplete.mjs.map +1 -0
  44. package/fesm2022/cute-widgets-base-badge.mjs +75 -0
  45. package/fesm2022/cute-widgets-base-badge.mjs.map +1 -0
  46. package/fesm2022/cute-widgets-base-bottom-sheet.mjs +416 -0
  47. package/fesm2022/cute-widgets-base-bottom-sheet.mjs.map +1 -0
  48. package/fesm2022/cute-widgets-base-button-toggle.mjs +640 -0
  49. package/fesm2022/cute-widgets-base-button-toggle.mjs.map +1 -0
  50. package/fesm2022/cute-widgets-base-button.mjs +546 -0
  51. package/fesm2022/cute-widgets-base-button.mjs.map +1 -0
  52. package/fesm2022/cute-widgets-base-card.mjs +471 -0
  53. package/fesm2022/cute-widgets-base-card.mjs.map +1 -0
  54. package/fesm2022/cute-widgets-base-checkbox.mjs +390 -0
  55. package/fesm2022/cute-widgets-base-checkbox.mjs.map +1 -0
  56. package/fesm2022/cute-widgets-base-chips.mjs +2360 -0
  57. package/fesm2022/cute-widgets-base-chips.mjs.map +1 -0
  58. package/fesm2022/cute-widgets-base-collapse.mjs +259 -0
  59. package/fesm2022/cute-widgets-base-collapse.mjs.map +1 -0
  60. package/fesm2022/cute-widgets-base-core-animation.mjs +53 -0
  61. package/fesm2022/cute-widgets-base-core-animation.mjs.map +1 -0
  62. package/fesm2022/cute-widgets-base-core-datetime.mjs +568 -0
  63. package/fesm2022/cute-widgets-base-core-datetime.mjs.map +1 -0
  64. package/fesm2022/cute-widgets-base-core-directives.mjs +404 -0
  65. package/fesm2022/cute-widgets-base-core-directives.mjs.map +1 -0
  66. package/fesm2022/cute-widgets-base-core-error.mjs +105 -0
  67. package/fesm2022/cute-widgets-base-core-error.mjs.map +1 -0
  68. package/fesm2022/cute-widgets-base-core-interfaces.mjs +22 -0
  69. package/fesm2022/cute-widgets-base-core-interfaces.mjs.map +1 -0
  70. package/fesm2022/cute-widgets-base-core-layout.mjs +74 -0
  71. package/fesm2022/cute-widgets-base-core-layout.mjs.map +1 -0
  72. package/fesm2022/cute-widgets-base-core-line.mjs +87 -0
  73. package/fesm2022/cute-widgets-base-core-line.mjs.map +1 -0
  74. package/fesm2022/cute-widgets-base-core-nav.mjs +863 -0
  75. package/fesm2022/cute-widgets-base-core-nav.mjs.map +1 -0
  76. package/fesm2022/cute-widgets-base-core-observers.mjs +304 -0
  77. package/fesm2022/cute-widgets-base-core-observers.mjs.map +1 -0
  78. package/fesm2022/cute-widgets-base-core-option.mjs +373 -0
  79. package/fesm2022/cute-widgets-base-core-option.mjs.map +1 -0
  80. package/fesm2022/cute-widgets-base-core-pipes.mjs +97 -0
  81. package/fesm2022/cute-widgets-base-core-pipes.mjs.map +1 -0
  82. package/fesm2022/cute-widgets-base-core-ripple.mjs +172 -0
  83. package/fesm2022/cute-widgets-base-core-ripple.mjs.map +1 -0
  84. package/fesm2022/cute-widgets-base-core-testing.mjs +210 -0
  85. package/fesm2022/cute-widgets-base-core-testing.mjs.map +1 -0
  86. package/fesm2022/cute-widgets-base-core-theming.mjs +314 -0
  87. package/fesm2022/cute-widgets-base-core-theming.mjs.map +1 -0
  88. package/fesm2022/cute-widgets-base-core-types.mjs +22 -0
  89. package/fesm2022/cute-widgets-base-core-types.mjs.map +1 -0
  90. package/fesm2022/cute-widgets-base-core-utils.mjs +257 -0
  91. package/fesm2022/cute-widgets-base-core-utils.mjs.map +1 -0
  92. package/fesm2022/cute-widgets-base-core.mjs +1600 -0
  93. package/fesm2022/cute-widgets-base-core.mjs.map +1 -0
  94. package/fesm2022/cute-widgets-base-datepicker.mjs +4827 -0
  95. package/fesm2022/cute-widgets-base-datepicker.mjs.map +1 -0
  96. package/fesm2022/cute-widgets-base-dialog.mjs +1046 -0
  97. package/fesm2022/cute-widgets-base-dialog.mjs.map +1 -0
  98. package/fesm2022/cute-widgets-base-divider.mjs +86 -0
  99. package/fesm2022/cute-widgets-base-divider.mjs.map +1 -0
  100. package/fesm2022/cute-widgets-base-expansion.mjs +623 -0
  101. package/fesm2022/cute-widgets-base-expansion.mjs.map +1 -0
  102. package/fesm2022/cute-widgets-base-form-field.mjs +969 -0
  103. package/fesm2022/cute-widgets-base-form-field.mjs.map +1 -0
  104. package/fesm2022/cute-widgets-base-grid-list.mjs +715 -0
  105. package/fesm2022/cute-widgets-base-grid-list.mjs.map +1 -0
  106. package/fesm2022/cute-widgets-base-icon.mjs +1105 -0
  107. package/fesm2022/cute-widgets-base-icon.mjs.map +1 -0
  108. package/fesm2022/cute-widgets-base-input.mjs +726 -0
  109. package/fesm2022/cute-widgets-base-input.mjs.map +1 -0
  110. package/fesm2022/cute-widgets-base-layout-container.mjs +95 -0
  111. package/fesm2022/cute-widgets-base-layout-container.mjs.map +1 -0
  112. package/fesm2022/cute-widgets-base-layout-stack.mjs +166 -0
  113. package/fesm2022/cute-widgets-base-layout-stack.mjs.map +1 -0
  114. package/fesm2022/cute-widgets-base-layout.mjs +250 -0
  115. package/fesm2022/cute-widgets-base-layout.mjs.map +1 -0
  116. package/fesm2022/cute-widgets-base-list.mjs +1557 -0
  117. package/fesm2022/cute-widgets-base-list.mjs.map +1 -0
  118. package/fesm2022/cute-widgets-base-menu.mjs +1283 -0
  119. package/fesm2022/cute-widgets-base-menu.mjs.map +1 -0
  120. package/fesm2022/cute-widgets-base-navbar.mjs +359 -0
  121. package/fesm2022/cute-widgets-base-navbar.mjs.map +1 -0
  122. package/fesm2022/cute-widgets-base-paginator.mjs +485 -0
  123. package/fesm2022/cute-widgets-base-paginator.mjs.map +1 -0
  124. package/fesm2022/cute-widgets-base-progress.mjs +321 -0
  125. package/fesm2022/cute-widgets-base-progress.mjs.map +1 -0
  126. package/fesm2022/cute-widgets-base-radio.mjs +637 -0
  127. package/fesm2022/cute-widgets-base-radio.mjs.map +1 -0
  128. package/fesm2022/cute-widgets-base-select.mjs +1208 -0
  129. package/fesm2022/cute-widgets-base-select.mjs.map +1 -0
  130. package/fesm2022/cute-widgets-base-sidenav.mjs +1095 -0
  131. package/fesm2022/cute-widgets-base-sidenav.mjs.map +1 -0
  132. package/fesm2022/cute-widgets-base-slider.mjs +99 -0
  133. package/fesm2022/cute-widgets-base-slider.mjs.map +1 -0
  134. package/fesm2022/cute-widgets-base-snack-bar.mjs +897 -0
  135. package/fesm2022/cute-widgets-base-snack-bar.mjs.map +1 -0
  136. package/fesm2022/cute-widgets-base-sort.mjs +639 -0
  137. package/fesm2022/cute-widgets-base-sort.mjs.map +1 -0
  138. package/fesm2022/cute-widgets-base-spinner.mjs +154 -0
  139. package/fesm2022/cute-widgets-base-spinner.mjs.map +1 -0
  140. package/fesm2022/cute-widgets-base-stepper.mjs +673 -0
  141. package/fesm2022/cute-widgets-base-stepper.mjs.map +1 -0
  142. package/fesm2022/cute-widgets-base-table.mjs +1023 -0
  143. package/fesm2022/cute-widgets-base-table.mjs.map +1 -0
  144. package/fesm2022/cute-widgets-base-tabs.mjs +729 -0
  145. package/fesm2022/cute-widgets-base-tabs.mjs.map +1 -0
  146. package/fesm2022/cute-widgets-base-timepicker.mjs +965 -0
  147. package/fesm2022/cute-widgets-base-timepicker.mjs.map +1 -0
  148. package/fesm2022/cute-widgets-base-toolbar.mjs +120 -0
  149. package/fesm2022/cute-widgets-base-toolbar.mjs.map +1 -0
  150. package/fesm2022/cute-widgets-base-tooltip.mjs +947 -0
  151. package/fesm2022/cute-widgets-base-tooltip.mjs.map +1 -0
  152. package/fesm2022/cute-widgets-base-tree.mjs +598 -0
  153. package/fesm2022/cute-widgets-base-tree.mjs.map +1 -0
  154. package/fesm2022/cute-widgets-base.mjs +68 -0
  155. package/fesm2022/cute-widgets-base.mjs.map +1 -0
  156. package/form-field/index.d.ts +401 -0
  157. package/grid-list/index.d.ts +361 -0
  158. package/icon/index.d.ts +477 -0
  159. package/index.d.ts +3 -0
  160. package/input/index.d.ts +256 -0
  161. package/layout/container/index.d.ts +31 -0
  162. package/layout/index.d.ts +78 -0
  163. package/layout/stack/index.d.ts +52 -0
  164. package/list/index.d.ts +659 -0
  165. package/menu/index.d.ts +497 -0
  166. package/navbar/index.d.ts +91 -0
  167. package/package.json +279 -0
  168. package/paginator/index.d.ts +216 -0
  169. package/progress/index.d.ts +130 -0
  170. package/radio/index.d.ts +259 -0
  171. package/select/index.d.ts +426 -0
  172. package/sidenav/index.d.ts +369 -0
  173. package/slider/index.d.ts +48 -0
  174. package/snack-bar/index.d.ts +374 -0
  175. package/sort/index.d.ts +334 -0
  176. package/spinner/index.d.ts +70 -0
  177. package/stepper/index.d.ts +295 -0
  178. package/table/index.d.ts +395 -0
  179. package/tabs/index.d.ts +307 -0
  180. package/timepicker/index.d.ts +350 -0
  181. package/toolbar/index.d.ts +36 -0
  182. package/tooltip/index.d.ts +299 -0
  183. package/tree/index.d.ts +314 -0
@@ -0,0 +1,250 @@
1
+ import * as i0 from '@angular/core';
2
+ import { numberAttribute, Input, Directive, NgModule, booleanAttribute, ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
3
+ import { CuteLayoutControl } from '@cute-widgets/base/abstract';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ /**
7
+ * @license Apache-2.0
8
+ *
9
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
10
+ *
11
+ * You may not use this file except in compliance with the License
12
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+ /**
15
+ * Stacks offer a shortcut for applying a number of flexbox properties to quickly and easily create flex layouts.
16
+ */
17
+ class CuteStack extends CuteLayoutControl {
18
+ /** Direction of the child components. */
19
+ get direction() { return this._direction; }
20
+ ;
21
+ set direction(value) {
22
+ this.setDirection(value);
23
+ }
24
+ /** Spacing level (0..5) between the child components. */
25
+ get gap() { return this._gap; }
26
+ set gap(value) {
27
+ const MAX_GAP = 5;
28
+ value = Math.round(value);
29
+ this._gap = Math.min(Math.max(value, 0), MAX_GAP);
30
+ }
31
+ constructor() {
32
+ super();
33
+ this._direction = "column";
34
+ this._gap = 0;
35
+ }
36
+ setDirection(value) {
37
+ this._direction = value;
38
+ }
39
+ generateId() {
40
+ return ""; /* no auto */
41
+ }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteStack, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
43
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "20.3.15", type: CuteStack, isStandalone: true, selector: "cute-stack", inputs: { direction: "direction", gap: ["gap", "gap", numberAttribute] }, host: { properties: { "class": "(direction=='column'?'v':'h')+'stack gap-'+gap", "attr.gap": "null" } }, exportAs: ["cuteStack"], usesInheritance: true, ngImport: i0 }); }
44
+ }
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteStack, decorators: [{
46
+ type: Directive,
47
+ args: [{
48
+ selector: 'cute-stack',
49
+ exportAs: 'cuteStack',
50
+ standalone: true,
51
+ host: {
52
+ '[class]': "(direction=='column'?'v':'h')+'stack gap-'+gap",
53
+ '[attr.gap]': 'null',
54
+ }
55
+ }]
56
+ }], ctorParameters: () => [], propDecorators: { direction: [{
57
+ type: Input
58
+ }], gap: [{
59
+ type: Input,
60
+ args: [{ transform: numberAttribute }]
61
+ }] } });
62
+
63
+ /**
64
+ * @license Apache-2.0
65
+ *
66
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
67
+ *
68
+ * You may not use this file except in compliance with the License
69
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
70
+ */
71
+ /**
72
+ * Use for horizontal layouts. Stacked items are vertically centered by default and only take up their necessary width.
73
+ */
74
+ class CuteHStack extends CuteStack {
75
+ constructor() {
76
+ super();
77
+ this._direction = "row";
78
+ }
79
+ setDirection(value) {
80
+ // do nothing
81
+ }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHStack, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
83
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteHStack, isStandalone: true, selector: "cute-hstack", exportAs: ["cuteStack"], usesInheritance: true, ngImport: i0 }); }
84
+ }
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteHStack, decorators: [{
86
+ type: Directive,
87
+ args: [{
88
+ selector: 'cute-hstack',
89
+ exportAs: "cuteStack",
90
+ standalone: true,
91
+ }]
92
+ }], ctorParameters: () => [] });
93
+
94
+ /**
95
+ * @license Apache-2.0
96
+ *
97
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
98
+ *
99
+ * You may not use this file except in compliance with the License
100
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
101
+ */
102
+ /**
103
+ * Use to create vertical layouts. Stacked items are full-width by default.
104
+ */
105
+ class CuteVStack extends CuteStack {
106
+ constructor() {
107
+ super();
108
+ this._direction = "column";
109
+ }
110
+ setDirection(value) {
111
+ // do nothing
112
+ }
113
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteVStack, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
114
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: CuteVStack, isStandalone: true, selector: "cute-vstack", exportAs: ["cuteStack"], usesInheritance: true, ngImport: i0 }); }
115
+ }
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteVStack, decorators: [{
117
+ type: Directive,
118
+ args: [{
119
+ selector: 'cute-vstack',
120
+ exportAs: "cuteStack",
121
+ standalone: true,
122
+ }]
123
+ }], ctorParameters: () => [] });
124
+
125
+ /**
126
+ * @license Apache-2.0
127
+ *
128
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
129
+ *
130
+ * You may not use this file except in compliance with the License
131
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
132
+ */
133
+ class CuteStackModule {
134
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteStackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
135
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: CuteStackModule, imports: [CommonModule,
136
+ CuteStack,
137
+ CuteVStack,
138
+ CuteHStack], exports: [CuteStack,
139
+ CuteVStack,
140
+ CuteHStack] }); }
141
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteStackModule, imports: [CommonModule] }); }
142
+ }
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteStackModule, decorators: [{
144
+ type: NgModule,
145
+ args: [{
146
+ declarations: [],
147
+ imports: [
148
+ CommonModule,
149
+ CuteStack,
150
+ CuteVStack,
151
+ CuteHStack,
152
+ ],
153
+ exports: [
154
+ CuteStack,
155
+ CuteVStack,
156
+ CuteHStack,
157
+ ]
158
+ }]
159
+ }] });
160
+
161
+ /**
162
+ * @license Apache-2.0
163
+ *
164
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
165
+ *
166
+ * You may not use this file except in compliance with the License
167
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
168
+ */
169
+ /**
170
+ * A responsive, fixed-width container, meaning its `max-width` changes when the `breakpoint` input parameter is specified.
171
+ * After the breakpoint is reached, the content will scale up to the higher breakpoint(s).
172
+ */
173
+ class CuteContainer extends CuteLayoutControl {
174
+ constructor() {
175
+ super();
176
+ /** A full width container, spanning the entire width of the viewport. */
177
+ this.fluid = false;
178
+ }
179
+ generateId() { return ""; }
180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteContainer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
181
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.15", type: CuteContainer, isStandalone: true, selector: "cute-container", inputs: { fluid: ["fluid", "fluid", booleanAttribute] }, host: { properties: { "class": "\"container\"+(fluid ? \"-fluid\" : (breakpoint ? \"-\"+breakpoint : \"\"))" }, classAttribute: "cute-container" }, exportAs: ["cuteContainer"], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
182
+ }
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteContainer, decorators: [{
184
+ type: Component,
185
+ args: [{ selector: 'cute-container', exportAs: 'cuteContainer', template: '<ng-content></ng-content>', standalone: true, host: {
186
+ 'class': 'cute-container',
187
+ '[class]': '"container"+(fluid ? "-fluid" : (breakpoint ? "-"+breakpoint : ""))',
188
+ //'[style.display]': "'block'",
189
+ //'style': '--bs-gutter-x: 0; --bs-gutter-y: 0;', // disable default gutter values for container's
190
+ }, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}\n"] }]
191
+ }], ctorParameters: () => [], propDecorators: { fluid: [{
192
+ type: Input,
193
+ args: [{ transform: booleanAttribute }]
194
+ }] } });
195
+
196
+ /**
197
+ * @license Apache-2.0
198
+ *
199
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
200
+ *
201
+ * You may not use this file except in compliance with the License
202
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
203
+ */
204
+ class CutePageHeader /* extends ... */ {
205
+ constructor() {
206
+ }
207
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CutePageHeader /* extends ... */, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
208
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: CutePageHeader /* extends ... */, isStandalone: true, selector: "cute-page-header", host: { classAttribute: "cute-page-header" }, exportAs: ["cutePageHeader"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".cute-page-header{position:fixed;top:0;left:0;right:0;z-index:2}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
209
+ }
210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CutePageHeader /* extends ... */, decorators: [{
211
+ type: Component,
212
+ args: [{ selector: 'cute-page-header', template: '<ng-content></ng-content>', exportAs: 'cutePageHeader', host: {
213
+ 'class': 'cute-page-header'
214
+ }, standalone: true, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".cute-page-header{position:fixed;top:0;left:0;right:0;z-index:2}\n"] }]
215
+ }], ctorParameters: () => [] });
216
+
217
+ /**
218
+ * @license Apache-2.0
219
+ *
220
+ * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.
221
+ *
222
+ * You may not use this file except in compliance with the License
223
+ * that can be found at http://www.apache.org/licenses/LICENSE-2.0
224
+ */
225
+ const TYPES = [
226
+ CuteContainer,
227
+ CutePageHeader
228
+ ];
229
+ class CuteContainerModule {
230
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
231
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: CuteContainerModule, imports: [CommonModule, CuteContainer,
232
+ CutePageHeader], exports: [CuteContainer,
233
+ CutePageHeader] }); }
234
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteContainerModule, imports: [CommonModule] }); }
235
+ }
236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CuteContainerModule, decorators: [{
237
+ type: NgModule,
238
+ args: [{
239
+ imports: [CommonModule, ...TYPES],
240
+ exports: TYPES,
241
+ declarations: [],
242
+ }]
243
+ }] });
244
+
245
+ /**
246
+ * Generated bundle index. Do not edit.
247
+ */
248
+
249
+ export { CuteContainer, CuteContainerModule, CuteHStack, CutePageHeader, CuteStack, CuteStackModule, CuteVStack };
250
+ //# sourceMappingURL=cute-widgets-base-layout.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cute-widgets-base-layout.mjs","sources":["../../../../projects/cute-widgets/base/layout/stack/src/stack.directive.ts","../../../../projects/cute-widgets/base/layout/stack/src/hstack.directive.ts","../../../../projects/cute-widgets/base/layout/stack/src/vstack.directive.ts","../../../../projects/cute-widgets/base/layout/stack/src/stack.module.ts","../../../../projects/cute-widgets/base/layout/container/src/container.ts","../../../../projects/cute-widgets/base/layout/container/src/page-header.ts","../../../../projects/cute-widgets/base/layout/container/src/container.module.ts","../../../../projects/cute-widgets/base/layout/cute-widgets-base-layout.ts"],"sourcesContent":["/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport {Directive, Input, numberAttribute} from \"@angular/core\";\r\nimport {CuteLayoutControl} from \"@cute-widgets/base/abstract\";\r\nimport {LayoutDirection} from \"@cute-widgets/base/core\";\r\n\r\n/**\r\n * Stacks offer a shortcut for applying a number of flexbox properties to quickly and easily create flex layouts.\r\n */\r\n@Directive({\r\n selector: 'cute-stack',\r\n exportAs: 'cuteStack',\r\n standalone: true,\r\n host: {\r\n '[class]': \"(direction=='column'?'v':'h')+'stack gap-'+gap\",\r\n '[attr.gap]': 'null',\r\n }\r\n})\r\nexport class CuteStack extends CuteLayoutControl {\r\n\r\n /** Direction of the child components. */\r\n @Input()\r\n get direction(): LayoutDirection {return this._direction};\r\n set direction(value: LayoutDirection) {\r\n this.setDirection(value);\r\n }\r\n protected _direction: LayoutDirection = \"column\";\r\n\r\n /** Spacing level (0..5) between the child components. */\r\n @Input({transform: numberAttribute})\r\n get gap(): number {return this._gap;}\r\n set gap(value: number) {\r\n const MAX_GAP= 5;\r\n value = Math.round(value);\r\n this._gap = Math.min(Math.max(value, 0), MAX_GAP);\r\n }\r\n private _gap:number = 0;\r\n\r\n\r\n constructor() {\r\n super();\r\n }\r\n\r\n protected setDirection(value: LayoutDirection): void {\r\n this._direction = value;\r\n }\r\n\r\n protected override generateId(): string {\r\n return \"\"; /* no auto */\r\n }\r\n\r\n}\r\n","/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport {Directive} from \"@angular/core\";\r\nimport {LayoutDirection} from \"@cute-widgets/base/core\";\r\nimport {CuteStack} from \"./stack.directive\";\r\n\r\n/**\r\n * Use for horizontal layouts. Stacked items are vertically centered by default and only take up their necessary width.\r\n */\r\n@Directive({\r\n selector: 'cute-hstack',\r\n exportAs: \"cuteStack\",\r\n standalone: true,\r\n})\r\nexport class CuteHStack extends CuteStack {\r\n\r\n constructor() {\r\n super();\r\n this._direction = \"row\";\r\n }\r\n\r\n protected override setDirection(value: LayoutDirection) {\r\n // do nothing\r\n }\r\n\r\n}\r\n","/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport {Directive} from \"@angular/core\";\r\nimport {CuteStack} from \"./stack.directive\";\r\nimport {LayoutDirection} from \"@cute-widgets/base/core\";\r\n\r\n/**\r\n * Use to create vertical layouts. Stacked items are full-width by default.\r\n */\r\n@Directive({\r\n selector: 'cute-vstack',\r\n exportAs: \"cuteStack\",\r\n standalone: true,\r\n})\r\nexport class CuteVStack extends CuteStack {\r\n\r\n constructor() {\r\n super();\r\n this._direction = \"column\";\r\n }\r\n\r\n protected override setDirection(value: LayoutDirection) {\r\n // do nothing\r\n }\r\n\r\n}\r\n","/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport {CuteStack} from \"./stack.directive\";\r\nimport {CuteVStack} from \"./vstack.directive\";\r\nimport {CuteHStack} from \"./hstack.directive\";\r\n\r\n@NgModule({\r\n declarations: [],\r\n imports: [\r\n CommonModule,\r\n CuteStack,\r\n CuteVStack,\r\n CuteHStack,\r\n ],\r\n exports: [\r\n CuteStack,\r\n CuteVStack,\r\n CuteHStack,\r\n ]\r\n})\r\nexport class CuteStackModule { }\r\n","/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport {booleanAttribute, ChangeDetectionStrategy, Component, Input} from \"@angular/core\";\r\nimport {CuteLayoutControl} from \"@cute-widgets/base/abstract\";\r\n\r\n/**\r\n * A responsive, fixed-width container, meaning its `max-width` changes when the `breakpoint` input parameter is specified.\r\n * After the breakpoint is reached, the content will scale up to the higher breakpoint(s).\r\n */\r\n@Component({\r\n selector: 'cute-container',\r\n exportAs: 'cuteContainer',\r\n template: '<ng-content></ng-content>',\r\n styles: [`\r\n :host {\r\n display: block;\r\n }\r\n `],\r\n standalone: true,\r\n host: {\r\n 'class': 'cute-container',\r\n '[class]': '\"container\"+(fluid ? \"-fluid\" : (breakpoint ? \"-\"+breakpoint : \"\"))',\r\n //'[style.display]': \"'block'\",\r\n //'style': '--bs-gutter-x: 0; --bs-gutter-y: 0;', // disable default gutter values for container's\r\n },\r\n //encapsulation: ViewEncapsulation.None,\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class CuteContainer extends CuteLayoutControl {\r\n\r\n /** A full width container, spanning the entire width of the viewport. */\r\n @Input({transform: booleanAttribute}) fluid: boolean = false;\r\n\r\n constructor() {\r\n super();\r\n }\r\n\r\n protected override generateId(): string {return \"\";}\r\n\r\n}\r\n","/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport {ChangeDetectionStrategy, Component, ViewEncapsulation} from \"@angular/core\";\r\n\r\n@Component({\r\n selector: 'cute-page-header',\r\n template: '<ng-content></ng-content>',\r\n styles: [`\r\n .cute-page-header {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n z-index: 2;\r\n }\r\n `],\r\n exportAs: 'cutePageHeader',\r\n host: {\r\n 'class': 'cute-page-header'\r\n },\r\n standalone: true,\r\n encapsulation: ViewEncapsulation.None,\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class CutePageHeader /* extends ... */ {\r\n\r\n constructor() {\r\n }\r\n\r\n}\r\n","/**\r\n * @license Apache-2.0\r\n *\r\n * Copyright (c) 2025 CuteWidgets Team. All Rights Reserved.\r\n *\r\n * You may not use this file except in compliance with the License\r\n * that can be found at http://www.apache.org/licenses/LICENSE-2.0\r\n */\r\nimport {NgModule, Type} from '@angular/core';\r\nimport {CommonModule} from '@angular/common';\r\nimport {CuteContainer} from \"./container\";\r\nimport {CutePageHeader} from './page-header';\r\n\r\nconst TYPES: (any | Type<any>)[] = [\r\n CuteContainer,\r\n CutePageHeader\r\n];\r\n\r\n@NgModule({\r\n imports: [CommonModule, ...TYPES],\r\n exports: TYPES,\r\n declarations: [],\r\n})\r\nexport class CuteContainerModule {\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}