@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.
- package/ai/package.json +3 -0
- package/asset-reader/package.json +3 -0
- package/breadcrumbs/package.json +3 -0
- package/buttons/index.d.ts +4 -1
- package/buttons/package.json +3 -0
- package/card/package.json +3 -0
- package/carousel/package.json +3 -0
- package/checkbox/package.json +3 -0
- package/confirm-dialog/package.json +3 -0
- package/core/package.json +3 -0
- package/data-exporter/package.json +3 -0
- package/data-filters/package.json +3 -0
- package/datatable/index.d.ts +44 -24
- package/datatable/package.json +3 -0
- package/datatable-alterations-display/package.json +3 -0
- package/datatable-dynamic/package.json +3 -0
- package/dynamic/package.json +3 -0
- package/dynamic-component-loader/package.json +3 -0
- package/fesm2022/theseam-ui-common-asset-reader.mjs +10 -10
- package/fesm2022/theseam-ui-common-asset-reader.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-breadcrumbs.mjs +6 -6
- package/fesm2022/theseam-ui-common-breadcrumbs.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-buttons.mjs +35 -28
- package/fesm2022/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-card.mjs +16 -16
- package/fesm2022/theseam-ui-common-card.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-carousel.mjs +10 -10
- package/fesm2022/theseam-ui-common-carousel.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-checkbox.mjs +7 -7
- package/fesm2022/theseam-ui-common-checkbox.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-confirm-dialog.mjs +13 -13
- package/fesm2022/theseam-ui-common-confirm-dialog.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-data-exporter.mjs +31 -14
- package/fesm2022/theseam-ui-common-data-exporter.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-data-filters.mjs +13 -13
- package/fesm2022/theseam-ui-common-data-filters.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs +12 -12
- package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-datatable-dynamic.mjs +25 -25
- package/fesm2022/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-datatable.mjs +177 -145
- package/fesm2022/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs +7 -7
- package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-dynamic.mjs +21 -21
- package/fesm2022/theseam-ui-common-dynamic.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-footer-bar.mjs +7 -7
- package/fesm2022/theseam-ui-common-footer-bar.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-form-field-error.mjs +16 -16
- package/fesm2022/theseam-ui-common-form-field-error.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-form-field.mjs +22 -22
- package/fesm2022/theseam-ui-common-form-field.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-framework.mjs +160 -158
- package/fesm2022/theseam-ui-common-framework.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-google-maps.mjs +40 -40
- package/fesm2022/theseam-ui-common-google-maps.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-graphql.mjs +852 -479
- package/fesm2022/theseam-ui-common-graphql.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-icon.mjs +13 -13
- package/fesm2022/theseam-ui-common-icon.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-layout.mjs +7 -7
- package/fesm2022/theseam-ui-common-layout.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-loading.mjs +10 -10
- package/fesm2022/theseam-ui-common-loading.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-menu.mjs +25 -25
- package/fesm2022/theseam-ui-common-menu.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-modal.mjs +43 -43
- package/fesm2022/theseam-ui-common-modal.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-navigation-reload.mjs +3 -3
- package/fesm2022/theseam-ui-common-navigation-reload.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-popover.mjs +10 -10
- package/fesm2022/theseam-ui-common-popover.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-progress.mjs +7 -7
- package/fesm2022/theseam-ui-common-progress.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-rich-text.mjs +7 -7
- package/fesm2022/theseam-ui-common-rich-text.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-scrollbar.mjs +6 -6
- package/fesm2022/theseam-ui-common-scrollbar.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-services.mjs +12 -12
- package/fesm2022/theseam-ui-common-services.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-shared.mjs +37 -37
- package/fesm2022/theseam-ui-common-shared.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-storage.mjs +3 -3
- package/fesm2022/theseam-ui-common-storage.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-story-helpers.mjs +26 -26
- package/fesm2022/theseam-ui-common-story-helpers.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tabbed.mjs +22 -22
- package/fesm2022/theseam-ui-common-tabbed.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-table-cell-type.mjs +10 -10
- package/fesm2022/theseam-ui-common-table-cell-type.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-table-cell-types.mjs +31 -31
- package/fesm2022/theseam-ui-common-table-cell-types.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-table.mjs +20 -28
- package/fesm2022/theseam-ui-common-table.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tel-input.mjs +13 -13
- package/fesm2022/theseam-ui-common-tel-input.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tiled-select.mjs +22 -22
- package/fesm2022/theseam-ui-common-tiled-select.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-toggle-edit.mjs +16 -16
- package/fesm2022/theseam-ui-common-toggle-edit.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-toggle-group.mjs +10 -10
- package/fesm2022/theseam-ui-common-toggle-group.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tooltip.mjs +10 -10
- package/fesm2022/theseam-ui-common-tooltip.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs +10 -10
- package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-vertical-list-filter.mjs +3 -3
- package/fesm2022/theseam-ui-common-vertical-list-filter.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-viewers.mjs +12 -12
- package/fesm2022/theseam-ui-common-viewers.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-widget.mjs +135 -135
- package/fesm2022/theseam-ui-common-widget.mjs.map +1 -1
- package/footer-bar/package.json +3 -0
- package/form-field/package.json +3 -0
- package/form-field-error/package.json +3 -0
- package/framework/package.json +3 -0
- package/google-maps/package.json +3 -0
- package/graphql/index.d.ts +265 -54
- package/graphql/package.json +3 -0
- package/icon/package.json +3 -0
- package/layout/package.json +3 -0
- package/loading/package.json +3 -0
- package/menu/package.json +3 -0
- package/modal/package.json +3 -0
- package/models/package.json +3 -0
- package/navigation-reload/package.json +3 -0
- package/package.json +55 -55
- package/popover/package.json +3 -0
- package/progress/package.json +3 -0
- package/rich-text/package.json +3 -0
- package/scrollbar/package.json +3 -0
- package/services/package.json +3 -0
- package/shared/package.json +3 -0
- package/storage/package.json +3 -0
- package/story-helpers/package.json +3 -0
- package/tabbed/package.json +3 -0
- package/table/index.d.ts +1 -5
- package/table/package.json +3 -0
- package/table-cell-type/package.json +3 -0
- package/table-cell-types/package.json +3 -0
- package/tel-input/package.json +3 -0
- package/testing/package.json +3 -0
- package/tiled-select/package.json +3 -0
- package/toggle-edit/package.json +3 -0
- package/toggle-group/package.json +3 -0
- package/tooltip/package.json +3 -0
- package/unsaved-changes-dialog/package.json +3 -0
- package/utils/package.json +3 -0
- package/validators/package.json +3 -0
- package/vertical-list-filter/package.json +3 -0
- package/viewers/package.json +3 -0
- 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.
|
|
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
|
-
"./
|
|
149
|
-
"types": "./
|
|
150
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
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
|
-
"./
|
|
161
|
-
"types": "./
|
|
162
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
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
|
|
181
|
-
"types": "./datatable
|
|
182
|
-
"default": "./fesm2022/theseam-ui-common-datatable
|
|
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
|
-
"./
|
|
201
|
-
"types": "./
|
|
202
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
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
|
-
"./
|
|
221
|
-
"types": "./
|
|
222
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
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
|
-
"./
|
|
257
|
-
"types": "./
|
|
258
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
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
|
-
"./
|
|
265
|
-
"types": "./
|
|
266
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
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
|
+
}
|
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; }; "
|
|
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
|
/**
|