@lucca-front/ng 20.3.3-rc.3 → 20.3.3-rc.4

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 (228) hide show
  1. package/callout/index.d.ts +2 -8
  2. package/chip/index.d.ts +2 -3
  3. package/core-select/department/index.d.ts +1 -1
  4. package/core-select/index.d.ts +10 -2
  5. package/data-table/index.d.ts +14 -46
  6. package/dropdown/index.d.ts +2 -1
  7. package/fesm2022/lucca-front-ng-a11y.mjs +32 -32
  8. package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
  9. package/fesm2022/lucca-front-ng-animations.mjs.map +1 -1
  10. package/fesm2022/lucca-front-ng-api.mjs +59 -58
  11. package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
  12. package/fesm2022/lucca-front-ng-app-layout.mjs +6 -6
  13. package/fesm2022/lucca-front-ng-app-layout.mjs.map +1 -1
  14. package/fesm2022/lucca-front-ng-box.mjs +8 -8
  15. package/fesm2022/lucca-front-ng-box.mjs.map +1 -1
  16. package/fesm2022/lucca-front-ng-breadcrumbs.mjs +14 -14
  17. package/fesm2022/lucca-front-ng-breadcrumbs.mjs.map +1 -1
  18. package/fesm2022/lucca-front-ng-button.mjs +7 -12
  19. package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
  20. package/fesm2022/lucca-front-ng-callout.mjs +64 -116
  21. package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
  22. package/fesm2022/lucca-front-ng-chip.mjs +24 -28
  23. package/fesm2022/lucca-front-ng-chip.mjs.map +1 -1
  24. package/fesm2022/lucca-front-ng-comment.mjs +31 -31
  25. package/fesm2022/lucca-front-ng-comment.mjs.map +1 -1
  26. package/fesm2022/lucca-front-ng-container.mjs +8 -8
  27. package/fesm2022/lucca-front-ng-container.mjs.map +1 -1
  28. package/fesm2022/lucca-front-ng-core-select-api.mjs +16 -14
  29. package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
  30. package/fesm2022/lucca-front-ng-core-select-department.mjs +18 -16
  31. package/fesm2022/lucca-front-ng-core-select-department.mjs.map +1 -1
  32. package/fesm2022/lucca-front-ng-core-select-establishment.mjs +22 -19
  33. package/fesm2022/lucca-front-ng-core-select-establishment.mjs.map +1 -1
  34. package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs +14 -12
  35. package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs.map +1 -1
  36. package/fesm2022/lucca-front-ng-core-select-user.mjs +58 -55
  37. package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
  38. package/fesm2022/lucca-front-ng-core-select.mjs +130 -103
  39. package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
  40. package/fesm2022/lucca-front-ng-core.mjs +17 -15
  41. package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
  42. package/fesm2022/lucca-front-ng-data-table.mjs +86 -219
  43. package/fesm2022/lucca-front-ng-data-table.mjs.map +1 -1
  44. package/fesm2022/lucca-front-ng-date.mjs +97 -95
  45. package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
  46. package/fesm2022/lucca-front-ng-date2.mjs +134 -133
  47. package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
  48. package/fesm2022/lucca-front-ng-department.mjs +46 -46
  49. package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
  50. package/fesm2022/lucca-front-ng-dialog.mjs +57 -52
  51. package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
  52. package/fesm2022/lucca-front-ng-divider.mjs +10 -10
  53. package/fesm2022/lucca-front-ng-divider.mjs.map +1 -1
  54. package/fesm2022/lucca-front-ng-dropdown.mjs +55 -48
  55. package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
  56. package/fesm2022/lucca-front-ng-empty-state.mjs +9 -13
  57. package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
  58. package/fesm2022/lucca-front-ng-establishment.mjs +71 -70
  59. package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
  60. package/fesm2022/lucca-front-ng-fancy-box.mjs +4 -4
  61. package/fesm2022/lucca-front-ng-fancy-box.mjs.map +1 -1
  62. package/fesm2022/lucca-front-ng-file-upload.mjs +111 -111
  63. package/fesm2022/lucca-front-ng-file-upload.mjs.map +1 -1
  64. package/fesm2022/lucca-front-ng-filter-pills.mjs +81 -78
  65. package/fesm2022/lucca-front-ng-filter-pills.mjs.map +1 -1
  66. package/fesm2022/lucca-front-ng-footer.mjs +10 -10
  67. package/fesm2022/lucca-front-ng-footer.mjs.map +1 -1
  68. package/fesm2022/lucca-front-ng-form-field.mjs +87 -87
  69. package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
  70. package/fesm2022/lucca-front-ng-formly.mjs +77 -78
  71. package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
  72. package/fesm2022/lucca-front-ng-forms-phone-number-input.mjs +22 -21
  73. package/fesm2022/lucca-front-ng-forms-phone-number-input.mjs.map +1 -1
  74. package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-html.mjs.map +1 -1
  75. package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs +4 -4
  76. package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs.map +1 -1
  77. package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-plain-text.mjs.map +1 -1
  78. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs +175 -159
  79. package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs.map +1 -1
  80. package/fesm2022/lucca-front-ng-forms.mjs +163 -176
  81. package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
  82. package/fesm2022/lucca-front-ng-gauge.mjs +20 -20
  83. package/fesm2022/lucca-front-ng-gauge.mjs.map +1 -1
  84. package/fesm2022/lucca-front-ng-grid.mjs +26 -25
  85. package/fesm2022/lucca-front-ng-grid.mjs.map +1 -1
  86. package/fesm2022/lucca-front-ng-highlight-data.mjs +20 -20
  87. package/fesm2022/lucca-front-ng-highlight-data.mjs.map +1 -1
  88. package/fesm2022/lucca-front-ng-horizontal-navigation.mjs +13 -13
  89. package/fesm2022/lucca-front-ng-horizontal-navigation.mjs.map +1 -1
  90. package/fesm2022/lucca-front-ng-icon.mjs +6 -6
  91. package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
  92. package/fesm2022/lucca-front-ng-inline-message.mjs +4 -4
  93. package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
  94. package/fesm2022/lucca-front-ng-input.mjs +59 -63
  95. package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
  96. package/fesm2022/lucca-front-ng-link.mjs +26 -15
  97. package/fesm2022/lucca-front-ng-link.mjs.map +1 -1
  98. package/fesm2022/lucca-front-ng-listbox.mjs +30 -30
  99. package/fesm2022/lucca-front-ng-listbox.mjs.map +1 -1
  100. package/fesm2022/lucca-front-ng-listing.mjs +16 -16
  101. package/fesm2022/lucca-front-ng-listing.mjs.map +1 -1
  102. package/fesm2022/lucca-front-ng-loading.mjs +10 -10
  103. package/fesm2022/lucca-front-ng-loading.mjs.map +1 -1
  104. package/fesm2022/lucca-front-ng-main-layout.mjs +13 -12
  105. package/fesm2022/lucca-front-ng-main-layout.mjs.map +1 -1
  106. package/fesm2022/lucca-front-ng-mobile-push.mjs +31 -39
  107. package/fesm2022/lucca-front-ng-mobile-push.mjs.map +1 -1
  108. package/fesm2022/lucca-front-ng-modal.mjs +50 -50
  109. package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
  110. package/fesm2022/lucca-front-ng-multi-select.mjs +249 -221
  111. package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
  112. package/fesm2022/lucca-front-ng-new-badge.mjs +4 -4
  113. package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
  114. package/fesm2022/lucca-front-ng-number-format.mjs +13 -11
  115. package/fesm2022/lucca-front-ng-number-format.mjs.map +1 -1
  116. package/fesm2022/lucca-front-ng-number.mjs +8 -7
  117. package/fesm2022/lucca-front-ng-number.mjs.map +1 -1
  118. package/fesm2022/lucca-front-ng-numeric-badge.mjs +10 -22
  119. package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
  120. package/fesm2022/lucca-front-ng-option.mjs +234 -227
  121. package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
  122. package/fesm2022/lucca-front-ng-page-header.mjs +10 -10
  123. package/fesm2022/lucca-front-ng-page-header.mjs.map +1 -1
  124. package/fesm2022/lucca-front-ng-pagination.mjs +38 -38
  125. package/fesm2022/lucca-front-ng-pagination.mjs.map +1 -1
  126. package/fesm2022/lucca-front-ng-plg-push.mjs +5 -54
  127. package/fesm2022/lucca-front-ng-plg-push.mjs.map +1 -1
  128. package/fesm2022/lucca-front-ng-popover.mjs +28 -26
  129. package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
  130. package/fesm2022/lucca-front-ng-popover2.mjs +33 -36
  131. package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
  132. package/fesm2022/lucca-front-ng-popup.mjs +10 -10
  133. package/fesm2022/lucca-front-ng-popup.mjs.map +1 -1
  134. package/fesm2022/lucca-front-ng-read-more.mjs +32 -32
  135. package/fesm2022/lucca-front-ng-read-more.mjs.map +1 -1
  136. package/fesm2022/lucca-front-ng-safe-content.mjs +11 -10
  137. package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -1
  138. package/fesm2022/lucca-front-ng-scroll.mjs +8 -7
  139. package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -1
  140. package/fesm2022/lucca-front-ng-scrollBox.mjs +66 -1
  141. package/fesm2022/lucca-front-ng-scrollBox.mjs.map +1 -1
  142. package/fesm2022/lucca-front-ng-segmentedControl.mjs +66 -1
  143. package/fesm2022/lucca-front-ng-segmentedControl.mjs.map +1 -1
  144. package/fesm2022/lucca-front-ng-segmentedControlTabs.mjs +93 -1
  145. package/fesm2022/lucca-front-ng-segmentedControlTabs.mjs.map +1 -1
  146. package/fesm2022/lucca-front-ng-select.mjs +20 -21
  147. package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
  148. package/fesm2022/lucca-front-ng-sidepanel.mjs +7 -7
  149. package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
  150. package/fesm2022/lucca-front-ng-simple-select.mjs +70 -75
  151. package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
  152. package/fesm2022/lucca-front-ng-skeleton.mjs +44 -44
  153. package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
  154. package/fesm2022/lucca-front-ng-statusBadge.mjs +29 -1
  155. package/fesm2022/lucca-front-ng-statusBadge.mjs.map +1 -1
  156. package/fesm2022/lucca-front-ng-tag.mjs +13 -35
  157. package/fesm2022/lucca-front-ng-tag.mjs.map +1 -1
  158. package/fesm2022/lucca-front-ng-time.mjs +120 -119
  159. package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
  160. package/fesm2022/lucca-front-ng-title.mjs +10 -10
  161. package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
  162. package/fesm2022/lucca-front-ng-toast.mjs +23 -23
  163. package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
  164. package/fesm2022/lucca-front-ng-tooltip.mjs +33 -32
  165. package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
  166. package/fesm2022/lucca-front-ng-tree-select.mjs +21 -20
  167. package/fesm2022/lucca-front-ng-tree-select.mjs.map +1 -1
  168. package/fesm2022/lucca-front-ng-user-popover.mjs +26 -22
  169. package/fesm2022/lucca-front-ng-user-popover.mjs.map +1 -1
  170. package/fesm2022/lucca-front-ng-user.mjs +110 -109
  171. package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
  172. package/form-field/index.d.ts +6 -7
  173. package/forms/index.d.ts +1 -3
  174. package/forms/rich-text-input/index.d.ts +3 -1
  175. package/grid/index.d.ts +2 -2
  176. package/input/index.d.ts +17 -23
  177. package/link/index.d.ts +3 -0
  178. package/multi-select/index.d.ts +2 -1
  179. package/package.json +61 -109
  180. package/plg-push/index.d.ts +1 -13
  181. package/schematics/collection.json +0 -5
  182. package/schematics/lib/angular-component-ast.js +0 -29
  183. package/scrollBox/index.d.ts +19 -1
  184. package/segmentedControl/index.d.ts +28 -1
  185. package/segmentedControlTabs/index.d.ts +34 -1
  186. package/select/index.d.ts +4 -5
  187. package/simple-select/index.d.ts +2 -2
  188. package/statusBadge/index.d.ts +16 -1
  189. package/clear/index.d.ts +0 -30
  190. package/code/index.d.ts +0 -9
  191. package/fesm2022/lucca-front-ng-clear.mjs +0 -94
  192. package/fesm2022/lucca-front-ng-clear.mjs.map +0 -1
  193. package/fesm2022/lucca-front-ng-code.mjs +0 -21
  194. package/fesm2022/lucca-front-ng-code.mjs.map +0 -1
  195. package/fesm2022/lucca-front-ng-form-header.mjs +0 -23
  196. package/fesm2022/lucca-front-ng-form-header.mjs.map +0 -1
  197. package/fesm2022/lucca-front-ng-form.mjs +0 -24
  198. package/fesm2022/lucca-front-ng-form.mjs.map +0 -1
  199. package/fesm2022/lucca-front-ng-progress-bar.mjs +0 -28
  200. package/fesm2022/lucca-front-ng-progress-bar.mjs.map +0 -1
  201. package/fesm2022/lucca-front-ng-scroll-box.mjs +0 -46
  202. package/fesm2022/lucca-front-ng-scroll-box.mjs.map +0 -1
  203. package/fesm2022/lucca-front-ng-segmented-control-tabs.mjs +0 -97
  204. package/fesm2022/lucca-front-ng-segmented-control-tabs.mjs.map +0 -1
  205. package/fesm2022/lucca-front-ng-segmented-control.mjs +0 -71
  206. package/fesm2022/lucca-front-ng-segmented-control.mjs.map +0 -1
  207. package/fesm2022/lucca-front-ng-sortable-list.mjs +0 -43
  208. package/fesm2022/lucca-front-ng-sortable-list.mjs.map +0 -1
  209. package/fesm2022/lucca-front-ng-status-badge.mjs +0 -34
  210. package/fesm2022/lucca-front-ng-status-badge.mjs.map +0 -1
  211. package/fesm2022/lucca-front-ng-table-of-content.mjs +0 -39
  212. package/fesm2022/lucca-front-ng-table-of-content.mjs.map +0 -1
  213. package/fesm2022/lucca-front-ng-vertical-navigation.mjs +0 -91
  214. package/fesm2022/lucca-front-ng-vertical-navigation.mjs.map +0 -1
  215. package/form/index.d.ts +0 -9
  216. package/form-header/index.d.ts +0 -9
  217. package/progress-bar/index.d.ts +0 -14
  218. package/schematics/lu-text-input/index.js +0 -24
  219. package/schematics/lu-text-input/migration.js +0 -104
  220. package/schematics/lu-text-input/migration.spec.js +0 -23
  221. package/schematics/lu-text-input/schema.json +0 -23
  222. package/scroll-box/index.d.ts +0 -15
  223. package/segmented-control/index.d.ts +0 -28
  224. package/segmented-control-tabs/index.d.ts +0 -34
  225. package/sortable-list/index.d.ts +0 -20
  226. package/status-badge/index.d.ts +0 -16
  227. package/table-of-content/index.d.ts +0 -16
  228. package/vertical-navigation/index.d.ts +0 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/ng",
3
- "version": "20.3.3-rc.3",
3
+ "version": "20.3.3-rc.4",
4
4
  "description": "A library of icons made by the team @Lucca",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,8 +27,8 @@
27
27
  "@angular/core": "^20.0.0",
28
28
  "@angular/cdk": "^20.0.0",
29
29
  "@angular/animations": "^20.0.0",
30
- "@lucca-front/icons": "20.3.3-rc.3",
31
- "@lucca-front/scss": "20.3.3-rc.3",
30
+ "@lucca-front/icons": "20.3.3-rc.4",
31
+ "@lucca-front/scss": "20.3.3-rc.4",
32
32
  "isomorphic-dompurify": "^2.17.0",
33
33
  "date-fns": "^3.6.0",
34
34
  "ngx-mask": "^20.0.3",
@@ -90,22 +90,22 @@
90
90
  "types": "./index.d.ts",
91
91
  "default": "./fesm2022/lucca-front-ng.mjs"
92
92
  },
93
- "./api": {
94
- "types": "./api/index.d.ts",
95
- "default": "./fesm2022/lucca-front-ng-api.mjs"
93
+ "./a11y": {
94
+ "types": "./a11y/index.d.ts",
95
+ "default": "./fesm2022/lucca-front-ng-a11y.mjs"
96
96
  },
97
97
  "./animations": {
98
98
  "types": "./animations/index.d.ts",
99
99
  "default": "./fesm2022/lucca-front-ng-animations.mjs"
100
100
  },
101
+ "./api": {
102
+ "types": "./api/index.d.ts",
103
+ "default": "./fesm2022/lucca-front-ng-api.mjs"
104
+ },
101
105
  "./app-layout": {
102
106
  "types": "./app-layout/index.d.ts",
103
107
  "default": "./fesm2022/lucca-front-ng-app-layout.mjs"
104
108
  },
105
- "./a11y": {
106
- "types": "./a11y/index.d.ts",
107
- "default": "./fesm2022/lucca-front-ng-a11y.mjs"
108
- },
109
109
  "./box": {
110
110
  "types": "./box/index.d.ts",
111
111
  "default": "./fesm2022/lucca-front-ng-box.mjs"
@@ -118,21 +118,13 @@
118
118
  "types": "./button/index.d.ts",
119
119
  "default": "./fesm2022/lucca-front-ng-button.mjs"
120
120
  },
121
- "./chip": {
122
- "types": "./chip/index.d.ts",
123
- "default": "./fesm2022/lucca-front-ng-chip.mjs"
124
- },
125
121
  "./callout": {
126
122
  "types": "./callout/index.d.ts",
127
123
  "default": "./fesm2022/lucca-front-ng-callout.mjs"
128
124
  },
129
- "./clear": {
130
- "types": "./clear/index.d.ts",
131
- "default": "./fesm2022/lucca-front-ng-clear.mjs"
132
- },
133
- "./code": {
134
- "types": "./code/index.d.ts",
135
- "default": "./fesm2022/lucca-front-ng-code.mjs"
125
+ "./chip": {
126
+ "types": "./chip/index.d.ts",
127
+ "default": "./fesm2022/lucca-front-ng-chip.mjs"
136
128
  },
137
129
  "./comment": {
138
130
  "types": "./comment/index.d.ts",
@@ -150,6 +142,26 @@
150
142
  "types": "./core-select/index.d.ts",
151
143
  "default": "./fesm2022/lucca-front-ng-core-select.mjs"
152
144
  },
145
+ "./core-select/api": {
146
+ "types": "./core-select/api/index.d.ts",
147
+ "default": "./fesm2022/lucca-front-ng-core-select-api.mjs"
148
+ },
149
+ "./core-select/department": {
150
+ "types": "./core-select/department/index.d.ts",
151
+ "default": "./fesm2022/lucca-front-ng-core-select-department.mjs"
152
+ },
153
+ "./core-select/establishment": {
154
+ "types": "./core-select/establishment/index.d.ts",
155
+ "default": "./fesm2022/lucca-front-ng-core-select-establishment.mjs"
156
+ },
157
+ "./core-select/job-qualification": {
158
+ "types": "./core-select/job-qualification/index.d.ts",
159
+ "default": "./fesm2022/lucca-front-ng-core-select-job-qualification.mjs"
160
+ },
161
+ "./core-select/user": {
162
+ "types": "./core-select/user/index.d.ts",
163
+ "default": "./fesm2022/lucca-front-ng-core-select-user.mjs"
164
+ },
153
165
  "./data-table": {
154
166
  "types": "./data-table/index.d.ts",
155
167
  "default": "./fesm2022/lucca-front-ng-data-table.mjs"
@@ -170,6 +182,10 @@
170
182
  "types": "./dialog/index.d.ts",
171
183
  "default": "./fesm2022/lucca-front-ng-dialog.mjs"
172
184
  },
185
+ "./dialog/testing": {
186
+ "types": "./dialog/testing/index.d.ts",
187
+ "default": "./fesm2022/lucca-front-ng-dialog-testing.mjs"
188
+ },
173
189
  "./divider": {
174
190
  "types": "./divider/index.d.ts",
175
191
  "default": "./fesm2022/lucca-front-ng-divider.mjs"
@@ -202,18 +218,10 @@
202
218
  "types": "./footer/index.d.ts",
203
219
  "default": "./fesm2022/lucca-front-ng-footer.mjs"
204
220
  },
205
- "./form": {
206
- "types": "./form/index.d.ts",
207
- "default": "./fesm2022/lucca-front-ng-form.mjs"
208
- },
209
221
  "./form-field": {
210
222
  "types": "./form-field/index.d.ts",
211
223
  "default": "./fesm2022/lucca-front-ng-form-field.mjs"
212
224
  },
213
- "./form-header": {
214
- "types": "./form-header/index.d.ts",
215
- "default": "./fesm2022/lucca-front-ng-form-header.mjs"
216
- },
217
225
  "./formly": {
218
226
  "types": "./formly/index.d.ts",
219
227
  "default": "./fesm2022/lucca-front-ng-formly.mjs"
@@ -222,6 +230,26 @@
222
230
  "types": "./forms/index.d.ts",
223
231
  "default": "./fesm2022/lucca-front-ng-forms.mjs"
224
232
  },
233
+ "./forms/phone-number-input": {
234
+ "types": "./forms/phone-number-input/index.d.ts",
235
+ "default": "./fesm2022/lucca-front-ng-forms-phone-number-input.mjs"
236
+ },
237
+ "./forms/rich-text-input": {
238
+ "types": "./forms/rich-text-input/index.d.ts",
239
+ "default": "./fesm2022/lucca-front-ng-forms-rich-text-input.mjs"
240
+ },
241
+ "./forms/rich-text-input/formatters/html": {
242
+ "types": "./forms/rich-text-input/formatters/html/index.d.ts",
243
+ "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-html.mjs"
244
+ },
245
+ "./forms/rich-text-input/formatters/markdown": {
246
+ "types": "./forms/rich-text-input/formatters/markdown/index.d.ts",
247
+ "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs"
248
+ },
249
+ "./forms/rich-text-input/formatters/plain-text": {
250
+ "types": "./forms/rich-text-input/formatters/plain-text/index.d.ts",
251
+ "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-plain-text.mjs"
252
+ },
225
253
  "./gauge": {
226
254
  "types": "./gauge/index.d.ts",
227
255
  "default": "./fesm2022/lucca-front-ng-gauge.mjs"
@@ -330,10 +358,6 @@
330
358
  "types": "./popup/index.d.ts",
331
359
  "default": "./fesm2022/lucca-front-ng-popup.mjs"
332
360
  },
333
- "./progress-bar": {
334
- "types": "./progress-bar/index.d.ts",
335
- "default": "./fesm2022/lucca-front-ng-progress-bar.mjs"
336
- },
337
361
  "./read-more": {
338
362
  "types": "./read-more/index.d.ts",
339
363
  "default": "./fesm2022/lucca-front-ng-read-more.mjs"
@@ -346,22 +370,10 @@
346
370
  "types": "./scroll/index.d.ts",
347
371
  "default": "./fesm2022/lucca-front-ng-scroll.mjs"
348
372
  },
349
- "./scroll-box": {
350
- "types": "./scroll-box/index.d.ts",
351
- "default": "./fesm2022/lucca-front-ng-scroll-box.mjs"
352
- },
353
373
  "./scrollBox": {
354
374
  "types": "./scrollBox/index.d.ts",
355
375
  "default": "./fesm2022/lucca-front-ng-scrollBox.mjs"
356
376
  },
357
- "./segmented-control": {
358
- "types": "./segmented-control/index.d.ts",
359
- "default": "./fesm2022/lucca-front-ng-segmented-control.mjs"
360
- },
361
- "./segmented-control-tabs": {
362
- "types": "./segmented-control-tabs/index.d.ts",
363
- "default": "./fesm2022/lucca-front-ng-segmented-control-tabs.mjs"
364
- },
365
377
  "./segmentedControl": {
366
378
  "types": "./segmentedControl/index.d.ts",
367
379
  "default": "./fesm2022/lucca-front-ng-segmentedControl.mjs"
@@ -382,26 +394,18 @@
382
394
  "types": "./simple-select/index.d.ts",
383
395
  "default": "./fesm2022/lucca-front-ng-simple-select.mjs"
384
396
  },
397
+ "./simple-select/api": {
398
+ "types": "./simple-select/api/index.d.ts",
399
+ "default": "./fesm2022/lucca-front-ng-simple-select-api.mjs"
400
+ },
385
401
  "./skeleton": {
386
402
  "types": "./skeleton/index.d.ts",
387
403
  "default": "./fesm2022/lucca-front-ng-skeleton.mjs"
388
404
  },
389
- "./sortable-list": {
390
- "types": "./sortable-list/index.d.ts",
391
- "default": "./fesm2022/lucca-front-ng-sortable-list.mjs"
392
- },
393
- "./status-badge": {
394
- "types": "./status-badge/index.d.ts",
395
- "default": "./fesm2022/lucca-front-ng-status-badge.mjs"
396
- },
397
405
  "./statusBadge": {
398
406
  "types": "./statusBadge/index.d.ts",
399
407
  "default": "./fesm2022/lucca-front-ng-statusBadge.mjs"
400
408
  },
401
- "./table-of-content": {
402
- "types": "./table-of-content/index.d.ts",
403
- "default": "./fesm2022/lucca-front-ng-table-of-content.mjs"
404
- },
405
409
  "./tag": {
406
410
  "types": "./tag/index.d.ts",
407
411
  "default": "./fesm2022/lucca-front-ng-tag.mjs"
@@ -433,58 +437,6 @@
433
437
  "./user-popover": {
434
438
  "types": "./user-popover/index.d.ts",
435
439
  "default": "./fesm2022/lucca-front-ng-user-popover.mjs"
436
- },
437
- "./vertical-navigation": {
438
- "types": "./vertical-navigation/index.d.ts",
439
- "default": "./fesm2022/lucca-front-ng-vertical-navigation.mjs"
440
- },
441
- "./core-select/api": {
442
- "types": "./core-select/api/index.d.ts",
443
- "default": "./fesm2022/lucca-front-ng-core-select-api.mjs"
444
- },
445
- "./core-select/department": {
446
- "types": "./core-select/department/index.d.ts",
447
- "default": "./fesm2022/lucca-front-ng-core-select-department.mjs"
448
- },
449
- "./core-select/establishment": {
450
- "types": "./core-select/establishment/index.d.ts",
451
- "default": "./fesm2022/lucca-front-ng-core-select-establishment.mjs"
452
- },
453
- "./core-select/job-qualification": {
454
- "types": "./core-select/job-qualification/index.d.ts",
455
- "default": "./fesm2022/lucca-front-ng-core-select-job-qualification.mjs"
456
- },
457
- "./core-select/user": {
458
- "types": "./core-select/user/index.d.ts",
459
- "default": "./fesm2022/lucca-front-ng-core-select-user.mjs"
460
- },
461
- "./dialog/testing": {
462
- "types": "./dialog/testing/index.d.ts",
463
- "default": "./fesm2022/lucca-front-ng-dialog-testing.mjs"
464
- },
465
- "./forms/phone-number-input": {
466
- "types": "./forms/phone-number-input/index.d.ts",
467
- "default": "./fesm2022/lucca-front-ng-forms-phone-number-input.mjs"
468
- },
469
- "./forms/rich-text-input": {
470
- "types": "./forms/rich-text-input/index.d.ts",
471
- "default": "./fesm2022/lucca-front-ng-forms-rich-text-input.mjs"
472
- },
473
- "./simple-select/api": {
474
- "types": "./simple-select/api/index.d.ts",
475
- "default": "./fesm2022/lucca-front-ng-simple-select-api.mjs"
476
- },
477
- "./forms/rich-text-input/formatters/html": {
478
- "types": "./forms/rich-text-input/formatters/html/index.d.ts",
479
- "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-html.mjs"
480
- },
481
- "./forms/rich-text-input/formatters/markdown": {
482
- "types": "./forms/rich-text-input/formatters/markdown/index.d.ts",
483
- "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs"
484
- },
485
- "./forms/rich-text-input/formatters/plain-text": {
486
- "types": "./forms/rich-text-input/formatters/plain-text/index.d.ts",
487
- "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-plain-text.mjs"
488
440
  }
489
441
  },
490
442
  "sideEffects": false,
@@ -1,21 +1,9 @@
1
1
  import * as i0 from '@angular/core';
2
2
 
3
- interface LuPlgPushLabel {
4
- close: string;
5
- }
6
-
7
3
  declare class PLGPushComponent {
8
- protected intl: LuPlgPushLabel;
9
4
  heading: string;
10
- removable: boolean;
11
- /**
12
- * Is the callout removed? Works with two way binding too.
13
- */
14
- removed: i0.ModelSignal<boolean>;
15
- get hiddenAttr(): 'hidden' | null;
16
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PLGPushComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<PLGPushComponent, "lu-plg-push", never, { "heading": { "alias": "heading"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removed": { "alias": "removed"; "required": false; "isSignal": true; }; }, { "removed": "removedChange"; }, never, ["*"], true, never>;
18
- static ngAcceptInputType_removable: unknown;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLGPushComponent, "lu-plg-push", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>;
19
7
  }
20
8
 
21
9
  export { PLGPushComponent };
@@ -16,11 +16,6 @@
16
16
  "factory": "./lu-select/index",
17
17
  "schema": "./lu-select/schema.json"
18
18
  },
19
- "lu-text-input": {
20
- "description": "Migrate deprecated textfield into lu-text-input where possible.",
21
- "factory": "./lu-text-input/index",
22
- "schema": "./lu-text-input/schema.json"
23
- },
24
19
  "tokens-spacings": {
25
20
  "description": "Replace spacing tokens with new names.",
26
21
  "factory": "./tokens-spacing/index",
@@ -2,8 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.extractProviders = extractProviders;
4
4
  exports.extractComponentImports = extractComponentImports;
5
- exports.inputValueToHTML = inputValueToHTML;
6
- exports.getInputValue = getInputValue;
7
5
  exports.insertTSImportIfNeeded = insertTSImportIfNeeded;
8
6
  exports.insertAngularImportIfNeeded = insertAngularImportIfNeeded;
9
7
  exports.removeAngularImport = removeAngularImport;
@@ -12,7 +10,6 @@ const change_1 = require("@schematics/angular/utility/change");
12
10
  const eol_1 = require("@schematics/angular/utility/eol");
13
11
  const typescript_1 = require("typescript");
14
12
  const angular_template_1 = require("./angular-template");
15
- const lf_schematic_context_1 = require("./lf-schematic-context");
16
13
  function extractProviders(sourceFile) {
17
14
  const providerEntries = [];
18
15
  (0, typescript_1.forEachChild)(sourceFile, (0, angular_template_1.createVisitor)(typescript_1.isDecorator, (decorator) => {
@@ -91,32 +88,6 @@ function extractComponentImports(sourceFile) {
91
88
  }));
92
89
  return imports;
93
90
  }
94
- function inputValueToHTML(name, value) {
95
- if (!value) {
96
- return "";
97
- }
98
- return `${value.isBinding ? '[' : ''}${value.twoWayBinding ? '(' : ''}${name}${value.twoWayBinding ? ')' : ''}${value.isBinding ? ']' : ''}="${value.value}"`;
99
- }
100
- function getInputValue(node, inputName) {
101
- const input = node.inputs.find((i) => i.name === inputName);
102
- if (input) {
103
- const output = node.outputs.find((o) => o.name === `${inputName}Change`);
104
- const value = input?.value instanceof lf_schematic_context_1.currentSchematicContext.angularCompiler.ASTWithSource ? input.value.source : null;
105
- return {
106
- isBinding: true,
107
- value,
108
- twoWayBinding: output?.handler instanceof lf_schematic_context_1.currentSchematicContext.angularCompiler.ASTWithSource ? output.handler.source === value : false
109
- };
110
- }
111
- const attr = node.attributes.find((a) => a.name === inputName);
112
- if (attr) {
113
- return {
114
- isBinding: false,
115
- value: attr.value
116
- };
117
- }
118
- return undefined;
119
- }
120
91
  // Simplified version of https://github.com/angular/angular-cli/blob/main/packages/schematics/angular/utility/ast-utils.ts#L24 for our use case
121
92
  function insertTSImportIfNeeded(sourceFile, fileToEdit, symbolName, fileName) {
122
93
  const allImports = sourceFile.statements.filter(typescript_1.isImportDeclaration);
@@ -1 +1,19 @@
1
- export * from '@lucca-front/ng/scroll-box';
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit, OnDestroy } from '@angular/core';
3
+
4
+ declare class ScrollBoxComponent implements OnInit, OnDestroy {
5
+ #private;
6
+ get isFirstVisibleClass(): boolean;
7
+ isFirstVisible: _angular_core.WritableSignal<boolean>;
8
+ get isLastVisibleClass(): boolean;
9
+ isLastVisible: _angular_core.WritableSignal<boolean>;
10
+ initObserver(element: Element, isFirst: boolean): void;
11
+ observeFirstAndLastElement: () => void;
12
+ observer: MutationObserver;
13
+ ngOnInit(): void;
14
+ ngOnDestroy(): void;
15
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScrollBoxComponent, never>;
16
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScrollBoxComponent, "lu-scroll-box", never, {}, {}, never, ["*"], true, never>;
17
+ }
18
+
19
+ export { ScrollBoxComponent };
@@ -1 +1,28 @@
1
- export * from '@lucca-front/ng/segmented-control';
1
+ import * as _angular_forms from '@angular/forms';
2
+ import * as _angular_core from '@angular/core';
3
+ import * as _lucca_front_ng_segmentedControl from '@lucca-front/ng/segmentedControl';
4
+ import { PortalContent } from '@lucca-front/ng/core';
5
+ import * as i1 from '@lucca-front/ng/forms';
6
+
7
+ declare class SegmentedControlFilterComponent<T = unknown> {
8
+ protected segmentedControlRef: _lucca_front_ng_segmentedControl.SegmentedControlComponent;
9
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
10
+ value: _angular_core.InputSignal<T>;
11
+ id: string;
12
+ name: string;
13
+ label: _angular_core.InputSignal<PortalContent>;
14
+ get formControl(): _angular_forms.FormControl<any>;
15
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedControlFilterComponent<any>, never>;
16
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedControlFilterComponent<any>, "lu-segmented-control-filter", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
17
+ }
18
+
19
+ declare class SegmentedControlComponent {
20
+ ngControl: _angular_forms.NgModel | _angular_forms.FormControlDirective | _angular_forms.FormControlName;
21
+ small: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ vertical: _angular_core.InputSignalWithTransform<boolean, unknown>;
23
+ id: string;
24
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedControlComponent, never>;
25
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedControlComponent, "lu-segmented-control", never, { "small": { "alias": "small"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.NoopValueAccessorDirective; inputs: {}; outputs: {}; }]>;
26
+ }
27
+
28
+ export { SegmentedControlComponent, SegmentedControlFilterComponent };
@@ -1 +1,34 @@
1
- export * from '@lucca-front/ng/segmented-control-tabs';
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterContentInit, ElementRef } from '@angular/core';
3
+ import * as _lucca_front_ng_segmentedControlTabs from '@lucca-front/ng/segmentedControlTabs';
4
+ import { PortalContent } from '@lucca-front/ng/core';
5
+ import * as i1 from '@lucca-front/ng/forms';
6
+
7
+ declare class SegmentedControlTabsPanelComponent<T = unknown> {
8
+ protected segmentedControlTabsRef: _lucca_front_ng_segmentedControlTabs.SegmentedControlTabsComponent<unknown>;
9
+ label: _angular_core.InputSignal<PortalContent>;
10
+ value: _angular_core.InputSignal<T>;
11
+ id: number;
12
+ panelId: string;
13
+ labelId: string;
14
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedControlTabsPanelComponent<any>, never>;
15
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedControlTabsPanelComponent<any>, "lu-segmented-control-tabs-panel", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>;
16
+ }
17
+
18
+ declare class SegmentedControlTabsComponent<T = unknown> implements AfterContentInit {
19
+ small: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
+ vertical: _angular_core.InputSignalWithTransform<boolean, unknown>;
21
+ id: string;
22
+ tabs: _angular_core.Signal<readonly SegmentedControlTabsPanelComponent<T>[]>;
23
+ tabButtons: _angular_core.Signal<readonly ElementRef<HTMLButtonElement>[]>;
24
+ active: _angular_core.ModelSignal<T>;
25
+ currentIndex: _angular_core.Signal<number>;
26
+ previous(): void;
27
+ next(): void;
28
+ setActiveTab(index: number): void;
29
+ ngAfterContentInit(): void;
30
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedControlTabsComponent<any>, never>;
31
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedControlTabsComponent<any>, "lu-segmented-control-tabs", never, { "small": { "alias": "small"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; }, { "active": "activeChange"; }, ["tabs"], ["*"], true, [{ directive: typeof i1.NoopValueAccessorDirective; inputs: {}; outputs: {}; }]>;
32
+ }
33
+
34
+ export { SegmentedControlTabsComponent, SegmentedControlTabsPanelComponent };
package/select/index.d.ts CHANGED
@@ -2,8 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { ChangeDetectorRef, ElementRef, ViewContainerRef, Renderer2, ViewRef, AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
3
3
  import { Overlay, OverlayConfig } from '@angular/cdk/overlay';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
- import { ILuClear } from '@lucca-front/ng/clear';
6
- import { ILuInput, ILuInputDisplayer } from '@lucca-front/ng/input';
5
+ import { ILuInput, ILuClearer, ILuInputDisplayer } from '@lucca-front/ng/input';
7
6
  import { ILuPickerPanel, ILuInputWithPicker } from '@lucca-front/ng/picker';
8
7
  import { ALuPopoverTrigger } from '@lucca-front/ng/popover';
9
8
  import { Subscription } from 'rxjs';
@@ -42,7 +41,7 @@ declare abstract class ALuSelectInput<T, TPicker extends ILuPickerPanel<T> = ILu
42
41
  */
43
42
  protected set _picker(picker: TPicker);
44
43
  protected get _picker(): TPicker;
45
- protected set _clearer(clearer: ILuClear<T>);
44
+ protected set _clearer(clearer: ILuClearer<T>);
46
45
  protected subToPickerEvts(): void;
47
46
  closePopover(): void;
48
47
  onDestroy(): void;
@@ -91,8 +90,8 @@ declare abstract class ALuSelectInputComponent<T, TPicker extends ILuPickerPanel
91
90
  vcPicker: TPicker;
92
91
  ccDisplayer: ILuInputDisplayer<T>;
93
92
  vcDisplayer: ILuInputDisplayer<T>;
94
- ccClearer: ILuClear<T>;
95
- vcClearer: ILuClear<T>;
93
+ ccClearer: ILuClearer<T>;
94
+ vcClearer: ILuClearer<T>;
96
95
  onClick(): void;
97
96
  onMouseEnter(): void;
98
97
  onMouseLeave(): void;
@@ -13,7 +13,6 @@ interface ILuSimpleSelectLabel {
13
13
  clear: string;
14
14
  clearSearch: string;
15
15
  emptyResults: string;
16
- emptyOptions: string;
17
16
  loading: string;
18
17
  }
19
18
  declare const luSimpleSelectTranslations: LuTranslation<ILuSimpleSelectLabel>;
@@ -53,7 +52,7 @@ declare class LuSelectPanelComponent<T> implements AfterViewInit, CoreSelectPane
53
52
  selectId: number;
54
53
  intl: ILuSimpleSelectLabel;
55
54
  options$: rxjs.ReplaySubject<readonly T[]>;
56
- grouping: _lucca_front_ng_core_select.LuOptionGrouping<T, unknown>;
55
+ grouping: _angular_core.WritableSignal<_lucca_front_ng_core_select.LuOptionGrouping<T, unknown>>;
57
56
  treeGenerator: _lucca_front_ng_core_select.TreeGenerator<T, TreeNode<T>>;
58
57
  loading$: rxjs.BehaviorSubject<boolean>;
59
58
  searchable: boolean;
@@ -67,6 +66,7 @@ declare class LuSelectPanelComponent<T> implements AfterViewInit, CoreSelectPane
67
66
  options: _angular_core.WritableSignal<_CoreSelectPanelElement<T>[]>;
68
67
  keyManager: CoreSelectKeyManager<T>;
69
68
  selected: _angular_core.Signal<T>;
69
+ hasGrouping$: rxjs.Observable<boolean>;
70
70
  clueChange$: rxjs.Observable<string>;
71
71
  shouldDisplayAddOption$: rxjs.Observable<boolean>;
72
72
  groupTemplateLocation$: rxjs.Observable<"group-header" | "option" | "none">;
@@ -1 +1,16 @@
1
- export * from '@lucca-front/ng/status-badge';
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnChanges } from '@angular/core';
3
+ import { Palette } from '@lucca-front/ng/core';
4
+
5
+ declare class StatusBadgeComponent implements OnChanges {
6
+ #private;
7
+ withEllipsis: _angular_core.InputSignalWithTransform<boolean, unknown>;
8
+ label: _angular_core.InputSignal<string>;
9
+ size: _angular_core.InputSignal<"L" | "M">;
10
+ palette: _angular_core.InputSignal<Palette>;
11
+ ngOnChanges(): void;
12
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StatusBadgeComponent, never>;
13
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<StatusBadgeComponent, "lu-status-badge", never, { "withEllipsis": { "alias": "withEllipsis"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
+ }
15
+
16
+ export { StatusBadgeComponent };
package/clear/index.d.ts DELETED
@@ -1,30 +0,0 @@
1
- import * as _angular_core from '@angular/core';
2
- import { EventEmitter, ElementRef } from '@angular/core';
3
- import { Observable } from 'rxjs';
4
-
5
- interface LuClearLabel {
6
- clear: string;
7
- }
8
-
9
- interface ILuClear<T> {
10
- onClear: Observable<T>;
11
- }
12
- declare abstract class ALuClear<T> implements ILuClear<T> {
13
- onClear: Observable<T>;
14
- }
15
-
16
- declare class ClearComponent<T> extends ALuClear<T> implements ILuClear<T> {
17
- intl: LuClearLabel;
18
- size: _angular_core.InputSignal<"S">;
19
- disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
- product: _angular_core.InputSignalWithTransform<boolean, unknown>;
21
- inverted: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
- onClear: EventEmitter<T>;
23
- contentRef: _angular_core.Signal<readonly ElementRef<any>[]>;
24
- clear($event: Event): void;
25
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClearComponent<any>, never>;
26
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ClearComponent<any>, "lu-clear", ["luClearer"], { "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "product": { "alias": "product"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; }, { "onClear": "onClear"; }, ["contentRef"], ["*"], true, never>;
27
- }
28
-
29
- export { ALuClear, ClearComponent };
30
- export type { ILuClear };
package/code/index.d.ts DELETED
@@ -1,9 +0,0 @@
1
- import * as i0 from '@angular/core';
2
-
3
- declare class codeComponent {
4
- block: i0.InputSignalWithTransform<boolean, unknown>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<codeComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<codeComponent, "lu-code", never, { "block": { "alias": "block"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
- }
8
-
9
- export { codeComponent };