@theseam/ui-common 1.0.0-beta.9 → 1.0.1-beta.7

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 (152) hide show
  1. package/ai/package.json +3 -0
  2. package/asset-reader/package.json +3 -0
  3. package/breadcrumbs/package.json +3 -0
  4. package/buttons/index.d.ts +4 -1
  5. package/buttons/package.json +3 -0
  6. package/card/package.json +3 -0
  7. package/carousel/package.json +3 -0
  8. package/checkbox/package.json +3 -0
  9. package/confirm-dialog/package.json +3 -0
  10. package/core/package.json +3 -0
  11. package/data-exporter/package.json +3 -0
  12. package/data-filters/package.json +3 -0
  13. package/datatable/index.d.ts +44 -24
  14. package/datatable/package.json +3 -0
  15. package/datatable-alterations-display/package.json +3 -0
  16. package/datatable-dynamic/package.json +3 -0
  17. package/dynamic/package.json +3 -0
  18. package/dynamic-component-loader/package.json +3 -0
  19. package/fesm2022/theseam-ui-common-asset-reader.mjs +10 -10
  20. package/fesm2022/theseam-ui-common-asset-reader.mjs.map +1 -1
  21. package/fesm2022/theseam-ui-common-breadcrumbs.mjs +6 -6
  22. package/fesm2022/theseam-ui-common-breadcrumbs.mjs.map +1 -1
  23. package/fesm2022/theseam-ui-common-buttons.mjs +35 -28
  24. package/fesm2022/theseam-ui-common-buttons.mjs.map +1 -1
  25. package/fesm2022/theseam-ui-common-card.mjs +16 -16
  26. package/fesm2022/theseam-ui-common-card.mjs.map +1 -1
  27. package/fesm2022/theseam-ui-common-carousel.mjs +10 -10
  28. package/fesm2022/theseam-ui-common-carousel.mjs.map +1 -1
  29. package/fesm2022/theseam-ui-common-checkbox.mjs +7 -7
  30. package/fesm2022/theseam-ui-common-checkbox.mjs.map +1 -1
  31. package/fesm2022/theseam-ui-common-confirm-dialog.mjs +13 -13
  32. package/fesm2022/theseam-ui-common-confirm-dialog.mjs.map +1 -1
  33. package/fesm2022/theseam-ui-common-data-exporter.mjs +31 -14
  34. package/fesm2022/theseam-ui-common-data-exporter.mjs.map +1 -1
  35. package/fesm2022/theseam-ui-common-data-filters.mjs +13 -13
  36. package/fesm2022/theseam-ui-common-data-filters.mjs.map +1 -1
  37. package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs +12 -12
  38. package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs.map +1 -1
  39. package/fesm2022/theseam-ui-common-datatable-dynamic.mjs +25 -25
  40. package/fesm2022/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
  41. package/fesm2022/theseam-ui-common-datatable.mjs +177 -145
  42. package/fesm2022/theseam-ui-common-datatable.mjs.map +1 -1
  43. package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  44. package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
  45. package/fesm2022/theseam-ui-common-dynamic.mjs +21 -21
  46. package/fesm2022/theseam-ui-common-dynamic.mjs.map +1 -1
  47. package/fesm2022/theseam-ui-common-footer-bar.mjs +7 -7
  48. package/fesm2022/theseam-ui-common-footer-bar.mjs.map +1 -1
  49. package/fesm2022/theseam-ui-common-form-field-error.mjs +16 -16
  50. package/fesm2022/theseam-ui-common-form-field-error.mjs.map +1 -1
  51. package/fesm2022/theseam-ui-common-form-field.mjs +22 -22
  52. package/fesm2022/theseam-ui-common-form-field.mjs.map +1 -1
  53. package/fesm2022/theseam-ui-common-framework.mjs +160 -158
  54. package/fesm2022/theseam-ui-common-framework.mjs.map +1 -1
  55. package/fesm2022/theseam-ui-common-google-maps.mjs +40 -40
  56. package/fesm2022/theseam-ui-common-google-maps.mjs.map +1 -1
  57. package/fesm2022/theseam-ui-common-graphql.mjs +852 -479
  58. package/fesm2022/theseam-ui-common-graphql.mjs.map +1 -1
  59. package/fesm2022/theseam-ui-common-icon.mjs +13 -13
  60. package/fesm2022/theseam-ui-common-icon.mjs.map +1 -1
  61. package/fesm2022/theseam-ui-common-layout.mjs +7 -7
  62. package/fesm2022/theseam-ui-common-layout.mjs.map +1 -1
  63. package/fesm2022/theseam-ui-common-loading.mjs +10 -10
  64. package/fesm2022/theseam-ui-common-loading.mjs.map +1 -1
  65. package/fesm2022/theseam-ui-common-menu.mjs +25 -25
  66. package/fesm2022/theseam-ui-common-menu.mjs.map +1 -1
  67. package/fesm2022/theseam-ui-common-modal.mjs +43 -43
  68. package/fesm2022/theseam-ui-common-modal.mjs.map +1 -1
  69. package/fesm2022/theseam-ui-common-navigation-reload.mjs +3 -3
  70. package/fesm2022/theseam-ui-common-navigation-reload.mjs.map +1 -1
  71. package/fesm2022/theseam-ui-common-popover.mjs +10 -10
  72. package/fesm2022/theseam-ui-common-popover.mjs.map +1 -1
  73. package/fesm2022/theseam-ui-common-progress.mjs +7 -7
  74. package/fesm2022/theseam-ui-common-progress.mjs.map +1 -1
  75. package/fesm2022/theseam-ui-common-rich-text.mjs +7 -7
  76. package/fesm2022/theseam-ui-common-rich-text.mjs.map +1 -1
  77. package/fesm2022/theseam-ui-common-scrollbar.mjs +6 -6
  78. package/fesm2022/theseam-ui-common-scrollbar.mjs.map +1 -1
  79. package/fesm2022/theseam-ui-common-services.mjs +12 -12
  80. package/fesm2022/theseam-ui-common-services.mjs.map +1 -1
  81. package/fesm2022/theseam-ui-common-shared.mjs +37 -37
  82. package/fesm2022/theseam-ui-common-shared.mjs.map +1 -1
  83. package/fesm2022/theseam-ui-common-storage.mjs +3 -3
  84. package/fesm2022/theseam-ui-common-storage.mjs.map +1 -1
  85. package/fesm2022/theseam-ui-common-story-helpers.mjs +26 -26
  86. package/fesm2022/theseam-ui-common-story-helpers.mjs.map +1 -1
  87. package/fesm2022/theseam-ui-common-tabbed.mjs +22 -22
  88. package/fesm2022/theseam-ui-common-tabbed.mjs.map +1 -1
  89. package/fesm2022/theseam-ui-common-table-cell-type.mjs +10 -10
  90. package/fesm2022/theseam-ui-common-table-cell-type.mjs.map +1 -1
  91. package/fesm2022/theseam-ui-common-table-cell-types.mjs +31 -31
  92. package/fesm2022/theseam-ui-common-table-cell-types.mjs.map +1 -1
  93. package/fesm2022/theseam-ui-common-table.mjs +20 -28
  94. package/fesm2022/theseam-ui-common-table.mjs.map +1 -1
  95. package/fesm2022/theseam-ui-common-tel-input.mjs +13 -13
  96. package/fesm2022/theseam-ui-common-tel-input.mjs.map +1 -1
  97. package/fesm2022/theseam-ui-common-tiled-select.mjs +22 -22
  98. package/fesm2022/theseam-ui-common-tiled-select.mjs.map +1 -1
  99. package/fesm2022/theseam-ui-common-toggle-edit.mjs +16 -16
  100. package/fesm2022/theseam-ui-common-toggle-edit.mjs.map +1 -1
  101. package/fesm2022/theseam-ui-common-toggle-group.mjs +10 -10
  102. package/fesm2022/theseam-ui-common-toggle-group.mjs.map +1 -1
  103. package/fesm2022/theseam-ui-common-tooltip.mjs +10 -10
  104. package/fesm2022/theseam-ui-common-tooltip.mjs.map +1 -1
  105. package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs +10 -10
  106. package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
  107. package/fesm2022/theseam-ui-common-vertical-list-filter.mjs +3 -3
  108. package/fesm2022/theseam-ui-common-vertical-list-filter.mjs.map +1 -1
  109. package/fesm2022/theseam-ui-common-viewers.mjs +12 -12
  110. package/fesm2022/theseam-ui-common-viewers.mjs.map +1 -1
  111. package/fesm2022/theseam-ui-common-widget.mjs +135 -135
  112. package/fesm2022/theseam-ui-common-widget.mjs.map +1 -1
  113. package/footer-bar/package.json +3 -0
  114. package/form-field/package.json +3 -0
  115. package/form-field-error/package.json +3 -0
  116. package/framework/package.json +3 -0
  117. package/google-maps/package.json +3 -0
  118. package/graphql/index.d.ts +265 -54
  119. package/graphql/package.json +3 -0
  120. package/icon/package.json +3 -0
  121. package/layout/package.json +3 -0
  122. package/loading/package.json +3 -0
  123. package/menu/package.json +3 -0
  124. package/modal/package.json +3 -0
  125. package/models/package.json +3 -0
  126. package/navigation-reload/package.json +3 -0
  127. package/package.json +55 -55
  128. package/popover/package.json +3 -0
  129. package/progress/package.json +3 -0
  130. package/rich-text/package.json +3 -0
  131. package/scrollbar/package.json +3 -0
  132. package/services/package.json +3 -0
  133. package/shared/package.json +3 -0
  134. package/storage/package.json +3 -0
  135. package/story-helpers/package.json +3 -0
  136. package/tabbed/package.json +3 -0
  137. package/table/index.d.ts +1 -5
  138. package/table/package.json +3 -0
  139. package/table-cell-type/package.json +3 -0
  140. package/table-cell-types/package.json +3 -0
  141. package/tel-input/package.json +3 -0
  142. package/testing/package.json +3 -0
  143. package/tiled-select/package.json +3 -0
  144. package/toggle-edit/package.json +3 -0
  145. package/toggle-group/package.json +3 -0
  146. package/tooltip/package.json +3 -0
  147. package/unsaved-changes-dialog/package.json +3 -0
  148. package/utils/package.json +3 -0
  149. package/validators/package.json +3 -0
  150. package/vertical-list-filter/package.json +3 -0
  151. package/viewers/package.json +3 -0
  152. package/widget/package.json +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theseam/ui-common",
3
- "version": "1.0.0-beta.9",
3
+ "version": "1.0.1-beta.7",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.3",
6
6
  "@angular/common": "^20.3.0",
@@ -137,17 +137,13 @@
137
137
  "types": "./asset-reader/index.d.ts",
138
138
  "default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
139
139
  },
140
- "./buttons": {
141
- "types": "./buttons/index.d.ts",
142
- "default": "./fesm2022/theseam-ui-common-buttons.mjs"
143
- },
144
140
  "./breadcrumbs": {
145
141
  "types": "./breadcrumbs/index.d.ts",
146
142
  "default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
147
143
  },
148
- "./checkbox": {
149
- "types": "./checkbox/index.d.ts",
150
- "default": "./fesm2022/theseam-ui-common-checkbox.mjs"
144
+ "./buttons": {
145
+ "types": "./buttons/index.d.ts",
146
+ "default": "./fesm2022/theseam-ui-common-buttons.mjs"
151
147
  },
152
148
  "./card": {
153
149
  "types": "./card/index.d.ts",
@@ -157,86 +153,90 @@
157
153
  "types": "./carousel/index.d.ts",
158
154
  "default": "./fesm2022/theseam-ui-common-carousel.mjs"
159
155
  },
160
- "./core": {
161
- "types": "./core/index.d.ts",
162
- "default": "./fesm2022/theseam-ui-common-core.mjs"
156
+ "./checkbox": {
157
+ "types": "./checkbox/index.d.ts",
158
+ "default": "./fesm2022/theseam-ui-common-checkbox.mjs"
163
159
  },
164
160
  "./confirm-dialog": {
165
161
  "types": "./confirm-dialog/index.d.ts",
166
162
  "default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
167
163
  },
164
+ "./core": {
165
+ "types": "./core/index.d.ts",
166
+ "default": "./fesm2022/theseam-ui-common-core.mjs"
167
+ },
168
168
  "./data-exporter": {
169
169
  "types": "./data-exporter/index.d.ts",
170
170
  "default": "./fesm2022/theseam-ui-common-data-exporter.mjs"
171
171
  },
172
- "./datatable": {
173
- "types": "./datatable/index.d.ts",
174
- "default": "./fesm2022/theseam-ui-common-datatable.mjs"
175
- },
176
172
  "./data-filters": {
177
173
  "types": "./data-filters/index.d.ts",
178
174
  "default": "./fesm2022/theseam-ui-common-data-filters.mjs"
179
175
  },
180
- "./datatable-dynamic": {
181
- "types": "./datatable-dynamic/index.d.ts",
182
- "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
176
+ "./datatable": {
177
+ "types": "./datatable/index.d.ts",
178
+ "default": "./fesm2022/theseam-ui-common-datatable.mjs"
183
179
  },
184
180
  "./datatable-alterations-display": {
185
181
  "types": "./datatable-alterations-display/index.d.ts",
186
182
  "default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
187
183
  },
184
+ "./datatable-dynamic": {
185
+ "types": "./datatable-dynamic/index.d.ts",
186
+ "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
187
+ },
188
188
  "./dynamic": {
189
189
  "types": "./dynamic/index.d.ts",
190
190
  "default": "./fesm2022/theseam-ui-common-dynamic.mjs"
191
191
  },
192
- "./footer-bar": {
193
- "types": "./footer-bar/index.d.ts",
194
- "default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
195
- },
196
192
  "./dynamic-component-loader": {
197
193
  "types": "./dynamic-component-loader/index.d.ts",
198
194
  "default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
199
195
  },
200
- "./form-field-error": {
201
- "types": "./form-field-error/index.d.ts",
202
- "default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
196
+ "./footer-bar": {
197
+ "types": "./footer-bar/index.d.ts",
198
+ "default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
203
199
  },
204
200
  "./form-field": {
205
201
  "types": "./form-field/index.d.ts",
206
202
  "default": "./fesm2022/theseam-ui-common-form-field.mjs"
207
203
  },
204
+ "./form-field-error": {
205
+ "types": "./form-field-error/index.d.ts",
206
+ "default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
207
+ },
208
208
  "./framework": {
209
209
  "types": "./framework/index.d.ts",
210
210
  "default": "./fesm2022/theseam-ui-common-framework.mjs"
211
211
  },
212
- "./graphql": {
213
- "types": "./graphql/index.d.ts",
214
- "default": "./fesm2022/theseam-ui-common-graphql.mjs"
215
- },
216
212
  "./google-maps": {
217
213
  "types": "./google-maps/index.d.ts",
218
214
  "default": "./fesm2022/theseam-ui-common-google-maps.mjs"
219
215
  },
220
- "./layout": {
221
- "types": "./layout/index.d.ts",
222
- "default": "./fesm2022/theseam-ui-common-layout.mjs"
216
+ "./graphql": {
217
+ "types": "./graphql/index.d.ts",
218
+ "default": "./fesm2022/theseam-ui-common-graphql.mjs"
223
219
  },
224
220
  "./icon": {
225
221
  "types": "./icon/index.d.ts",
226
222
  "default": "./fesm2022/theseam-ui-common-icon.mjs"
227
223
  },
224
+ "./layout": {
225
+ "types": "./layout/index.d.ts",
226
+ "default": "./fesm2022/theseam-ui-common-layout.mjs"
227
+ },
228
228
  "./loading": {
229
229
  "types": "./loading/index.d.ts",
230
230
  "default": "./fesm2022/theseam-ui-common-loading.mjs"
231
231
  },
232
- "./modal": {
233
- "types": "./modal/index.d.ts",
234
- "default": "./fesm2022/theseam-ui-common-modal.mjs"
235
- },
236
232
  "./menu": {
237
233
  "types": "./menu/index.d.ts",
238
234
  "default": "./fesm2022/theseam-ui-common-menu.mjs"
239
235
  },
236
+ "./modal": {
237
+ "types": "./modal/index.d.ts",
238
+ "default": "./fesm2022/theseam-ui-common-modal.mjs"
239
+ },
240
240
  "./models": {
241
241
  "types": "./models/index.d.ts",
242
242
  "default": "./fesm2022/theseam-ui-common-models.mjs"
@@ -249,21 +249,25 @@
249
249
  "types": "./popover/index.d.ts",
250
250
  "default": "./fesm2022/theseam-ui-common-popover.mjs"
251
251
  },
252
+ "./progress": {
253
+ "types": "./progress/index.d.ts",
254
+ "default": "./fesm2022/theseam-ui-common-progress.mjs"
255
+ },
252
256
  "./rich-text": {
253
257
  "types": "./rich-text/index.d.ts",
254
258
  "default": "./fesm2022/theseam-ui-common-rich-text.mjs"
255
259
  },
256
- "./shared": {
257
- "types": "./shared/index.d.ts",
258
- "default": "./fesm2022/theseam-ui-common-shared.mjs"
260
+ "./scrollbar": {
261
+ "types": "./scrollbar/index.d.ts",
262
+ "default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
259
263
  },
260
264
  "./services": {
261
265
  "types": "./services/index.d.ts",
262
266
  "default": "./fesm2022/theseam-ui-common-services.mjs"
263
267
  },
264
- "./scrollbar": {
265
- "types": "./scrollbar/index.d.ts",
266
- "default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
268
+ "./shared": {
269
+ "types": "./shared/index.d.ts",
270
+ "default": "./fesm2022/theseam-ui-common-shared.mjs"
267
271
  },
268
272
  "./storage": {
269
273
  "types": "./storage/index.d.ts",
@@ -277,14 +281,14 @@
277
281
  "types": "./tabbed/index.d.ts",
278
282
  "default": "./fesm2022/theseam-ui-common-tabbed.mjs"
279
283
  },
280
- "./table-cell-type": {
281
- "types": "./table-cell-type/index.d.ts",
282
- "default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
283
- },
284
284
  "./table": {
285
285
  "types": "./table/index.d.ts",
286
286
  "default": "./fesm2022/theseam-ui-common-table.mjs"
287
287
  },
288
+ "./table-cell-type": {
289
+ "types": "./table-cell-type/index.d.ts",
290
+ "default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
291
+ },
288
292
  "./table-cell-types": {
289
293
  "types": "./table-cell-types/index.d.ts",
290
294
  "default": "./fesm2022/theseam-ui-common-table-cell-types.mjs"
@@ -321,14 +325,14 @@
321
325
  "types": "./utils/index.d.ts",
322
326
  "default": "./fesm2022/theseam-ui-common-utils.mjs"
323
327
  },
324
- "./vertical-list-filter": {
325
- "types": "./vertical-list-filter/index.d.ts",
326
- "default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
327
- },
328
328
  "./validators": {
329
329
  "types": "./validators/index.d.ts",
330
330
  "default": "./fesm2022/theseam-ui-common-validators.mjs"
331
331
  },
332
+ "./vertical-list-filter": {
333
+ "types": "./vertical-list-filter/index.d.ts",
334
+ "default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
335
+ },
332
336
  "./viewers": {
333
337
  "types": "./viewers/index.d.ts",
334
338
  "default": "./fesm2022/theseam-ui-common-viewers.mjs"
@@ -336,11 +340,7 @@
336
340
  "./widget": {
337
341
  "types": "./widget/index.d.ts",
338
342
  "default": "./fesm2022/theseam-ui-common-widget.mjs"
339
- },
340
- "./progress": {
341
- "types": "./progress/index.d.ts",
342
- "default": "./fesm2022/theseam-ui-common-progress.mjs"
343
343
  }
344
344
  },
345
345
  "sideEffects": false
346
- }
346
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-popover.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-progress.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-rich-text.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-scrollbar.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-services.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-shared.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-storage.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-story-helpers.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tabbed.mjs"
3
+ }
package/table/index.d.ts CHANGED
@@ -17,12 +17,8 @@ declare class TheSeamTableCellTplDirective {
17
17
  declare class TheSeamTableColumnComponent implements OnChanges {
18
18
  name?: string | null;
19
19
  prop?: TableColumnProp | null;
20
- flexGrow?: number | null;
21
20
  headerClass?: string | null;
22
21
  cellClass?: string | null;
23
- align?: 'left' | 'center' | 'right' | null;
24
- alignHeader?: 'left' | 'center' | 'right' | null;
25
- alignCell?: 'left' | 'center' | 'right' | null;
26
22
  private _isFirstChange;
27
23
  cellTplDirective?: TheSeamTableCellTplDirective;
28
24
  _cellTemplateInput?: TemplateRef<any> | null;
@@ -35,7 +31,7 @@ declare class TheSeamTableColumnComponent implements OnChanges {
35
31
  columnChange$: rxjs.Observable<void>;
36
32
  ngOnChanges(changes: SimpleChanges): void;
37
33
  static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamTableColumnComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamTableColumnComponent, "seam-table-column", never, { "name": { "alias": "name"; "required": false; }; "prop": { "alias": "prop"; "required": false; }; "flexGrow": { "alias": "flexGrow"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "align": { "alias": "align"; "required": false; }; "alignHeader": { "alias": "alignHeader"; "required": false; }; "alignCell": { "alias": "alignCell"; "required": false; }; "_cellTemplateInput": { "alias": "cellTemplate"; "required": false; }; "_headerTemplateInput": { "alias": "headerTemplate"; "required": false; }; }, {}, ["cellTplDirective", "_cellTemplateQuery", "_headerTemplateQuery"], never, true, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamTableColumnComponent, "seam-table-column", never, { "name": { "alias": "name"; "required": false; }; "prop": { "alias": "prop"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "_cellTemplateInput": { "alias": "cellTemplate"; "required": false; }; "_headerTemplateInput": { "alias": "headerTemplate"; "required": false; }; }, {}, ["cellTplDirective", "_cellTemplateQuery", "_headerTemplateQuery"], never, true, never>;
39
35
  }
40
36
 
41
37
  /**
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-table.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-table-cell-type.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-table-cell-types.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tel-input.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-testing.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tiled-select.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-toggle-edit.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-toggle-group.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tooltip.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-utils.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-validators.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-vertical-list-filter.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-viewers.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-widget.mjs"
3
+ }