@theseam/ui-common 1.0.0-beta.4 → 1.0.0-beta.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theseam/ui-common",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.5",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.3",
6
6
  "@angular/common": "^20.3.0",
@@ -19,7 +19,7 @@
19
19
  "@marklb/file-type": "~10.6.5",
20
20
  "@marklb/ngx-datatable": "21.0.0-alpha.1",
21
21
  "ngx-loading": "^17.0.0",
22
- "@ng-select/ng-select": "^12.0.7",
22
+ "@ng-select/ng-select": "^20.2.2",
23
23
  "apollo-angular": "^11.0.0",
24
24
  "overlayscrollbars": "~1.7.3",
25
25
  "@types/overlayscrollbars": "~1.7.0",
@@ -129,10 +129,6 @@
129
129
  "types": "./index.d.ts",
130
130
  "default": "./fesm2022/theseam-ui-common.mjs"
131
131
  },
132
- "./breadcrumbs": {
133
- "types": "./breadcrumbs/index.d.ts",
134
- "default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
135
- },
136
132
  "./asset-reader": {
137
133
  "types": "./asset-reader/index.d.ts",
138
134
  "default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
@@ -145,66 +141,70 @@
145
141
  "types": "./buttons/index.d.ts",
146
142
  "default": "./fesm2022/theseam-ui-common-buttons.mjs"
147
143
  },
148
- "./carousel": {
149
- "types": "./carousel/index.d.ts",
150
- "default": "./fesm2022/theseam-ui-common-carousel.mjs"
151
- },
152
- "./card": {
153
- "types": "./card/index.d.ts",
154
- "default": "./fesm2022/theseam-ui-common-card.mjs"
144
+ "./breadcrumbs": {
145
+ "types": "./breadcrumbs/index.d.ts",
146
+ "default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
155
147
  },
156
148
  "./checkbox": {
157
149
  "types": "./checkbox/index.d.ts",
158
150
  "default": "./fesm2022/theseam-ui-common-checkbox.mjs"
159
151
  },
152
+ "./carousel": {
153
+ "types": "./carousel/index.d.ts",
154
+ "default": "./fesm2022/theseam-ui-common-carousel.mjs"
155
+ },
160
156
  "./confirm-dialog": {
161
157
  "types": "./confirm-dialog/index.d.ts",
162
158
  "default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
163
159
  },
164
- "./data-exporter": {
165
- "types": "./data-exporter/index.d.ts",
166
- "default": "./fesm2022/theseam-ui-common-data-exporter.mjs"
167
- },
168
160
  "./core": {
169
161
  "types": "./core/index.d.ts",
170
162
  "default": "./fesm2022/theseam-ui-common-core.mjs"
171
163
  },
164
+ "./card": {
165
+ "types": "./card/index.d.ts",
166
+ "default": "./fesm2022/theseam-ui-common-card.mjs"
167
+ },
168
+ "./data-exporter": {
169
+ "types": "./data-exporter/index.d.ts",
170
+ "default": "./fesm2022/theseam-ui-common-data-exporter.mjs"
171
+ },
172
172
  "./data-filters": {
173
173
  "types": "./data-filters/index.d.ts",
174
174
  "default": "./fesm2022/theseam-ui-common-data-filters.mjs"
175
175
  },
176
- "./datatable-alterations-display": {
177
- "types": "./datatable-alterations-display/index.d.ts",
178
- "default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
179
- },
180
176
  "./datatable": {
181
177
  "types": "./datatable/index.d.ts",
182
178
  "default": "./fesm2022/theseam-ui-common-datatable.mjs"
183
179
  },
184
- "./dynamic": {
185
- "types": "./dynamic/index.d.ts",
186
- "default": "./fesm2022/theseam-ui-common-dynamic.mjs"
180
+ "./datatable-alterations-display": {
181
+ "types": "./datatable-alterations-display/index.d.ts",
182
+ "default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
183
+ },
184
+ "./datatable-dynamic": {
185
+ "types": "./datatable-dynamic/index.d.ts",
186
+ "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
187
187
  },
188
188
  "./dynamic-component-loader": {
189
189
  "types": "./dynamic-component-loader/index.d.ts",
190
190
  "default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
191
191
  },
192
- "./datatable-dynamic": {
193
- "types": "./datatable-dynamic/index.d.ts",
194
- "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
192
+ "./dynamic": {
193
+ "types": "./dynamic/index.d.ts",
194
+ "default": "./fesm2022/theseam-ui-common-dynamic.mjs"
195
195
  },
196
196
  "./footer-bar": {
197
197
  "types": "./footer-bar/index.d.ts",
198
198
  "default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
199
199
  },
200
- "./form-field": {
201
- "types": "./form-field/index.d.ts",
202
- "default": "./fesm2022/theseam-ui-common-form-field.mjs"
203
- },
204
200
  "./form-field-error": {
205
201
  "types": "./form-field-error/index.d.ts",
206
202
  "default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
207
203
  },
204
+ "./form-field": {
205
+ "types": "./form-field/index.d.ts",
206
+ "default": "./fesm2022/theseam-ui-common-form-field.mjs"
207
+ },
208
208
  "./framework": {
209
209
  "types": "./framework/index.d.ts",
210
210
  "default": "./fesm2022/theseam-ui-common-framework.mjs"
@@ -213,10 +213,6 @@
213
213
  "types": "./google-maps/index.d.ts",
214
214
  "default": "./fesm2022/theseam-ui-common-google-maps.mjs"
215
215
  },
216
- "./icon": {
217
- "types": "./icon/index.d.ts",
218
- "default": "./fesm2022/theseam-ui-common-icon.mjs"
219
- },
220
216
  "./graphql": {
221
217
  "types": "./graphql/index.d.ts",
222
218
  "default": "./fesm2022/theseam-ui-common-graphql.mjs"
@@ -225,14 +221,26 @@
225
221
  "types": "./layout/index.d.ts",
226
222
  "default": "./fesm2022/theseam-ui-common-layout.mjs"
227
223
  },
224
+ "./icon": {
225
+ "types": "./icon/index.d.ts",
226
+ "default": "./fesm2022/theseam-ui-common-icon.mjs"
227
+ },
228
228
  "./loading": {
229
229
  "types": "./loading/index.d.ts",
230
230
  "default": "./fesm2022/theseam-ui-common-loading.mjs"
231
231
  },
232
+ "./models": {
233
+ "types": "./models/index.d.ts",
234
+ "default": "./fesm2022/theseam-ui-common-models.mjs"
235
+ },
232
236
  "./menu": {
233
237
  "types": "./menu/index.d.ts",
234
238
  "default": "./fesm2022/theseam-ui-common-menu.mjs"
235
239
  },
240
+ "./navigation-reload": {
241
+ "types": "./navigation-reload/index.d.ts",
242
+ "default": "./fesm2022/theseam-ui-common-navigation-reload.mjs"
243
+ },
236
244
  "./modal": {
237
245
  "types": "./modal/index.d.ts",
238
246
  "default": "./fesm2022/theseam-ui-common-modal.mjs"
@@ -241,34 +249,26 @@
241
249
  "types": "./popover/index.d.ts",
242
250
  "default": "./fesm2022/theseam-ui-common-popover.mjs"
243
251
  },
244
- "./progress": {
245
- "types": "./progress/index.d.ts",
246
- "default": "./fesm2022/theseam-ui-common-progress.mjs"
247
- },
248
- "./navigation-reload": {
249
- "types": "./navigation-reload/index.d.ts",
250
- "default": "./fesm2022/theseam-ui-common-navigation-reload.mjs"
251
- },
252
252
  "./scrollbar": {
253
253
  "types": "./scrollbar/index.d.ts",
254
254
  "default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
255
255
  },
256
+ "./rich-text": {
257
+ "types": "./rich-text/index.d.ts",
258
+ "default": "./fesm2022/theseam-ui-common-rich-text.mjs"
259
+ },
256
260
  "./services": {
257
261
  "types": "./services/index.d.ts",
258
262
  "default": "./fesm2022/theseam-ui-common-services.mjs"
259
263
  },
260
- "./shared": {
261
- "types": "./shared/index.d.ts",
262
- "default": "./fesm2022/theseam-ui-common-shared.mjs"
263
- },
264
- "./models": {
265
- "types": "./models/index.d.ts",
266
- "default": "./fesm2022/theseam-ui-common-models.mjs"
267
- },
268
264
  "./storage": {
269
265
  "types": "./storage/index.d.ts",
270
266
  "default": "./fesm2022/theseam-ui-common-storage.mjs"
271
267
  },
268
+ "./shared": {
269
+ "types": "./shared/index.d.ts",
270
+ "default": "./fesm2022/theseam-ui-common-shared.mjs"
271
+ },
272
272
  "./story-helpers": {
273
273
  "types": "./story-helpers/index.d.ts",
274
274
  "default": "./fesm2022/theseam-ui-common-story-helpers.mjs"
@@ -305,14 +305,14 @@
305
305
  "types": "./toggle-edit/index.d.ts",
306
306
  "default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
307
307
  },
308
- "./toggle-group": {
309
- "types": "./toggle-group/index.d.ts",
310
- "default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
311
- },
312
308
  "./tooltip": {
313
309
  "types": "./tooltip/index.d.ts",
314
310
  "default": "./fesm2022/theseam-ui-common-tooltip.mjs"
315
311
  },
312
+ "./toggle-group": {
313
+ "types": "./toggle-group/index.d.ts",
314
+ "default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
315
+ },
316
316
  "./unsaved-changes-dialog": {
317
317
  "types": "./unsaved-changes-dialog/index.d.ts",
318
318
  "default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
@@ -321,14 +321,14 @@
321
321
  "types": "./utils/index.d.ts",
322
322
  "default": "./fesm2022/theseam-ui-common-utils.mjs"
323
323
  },
324
- "./validators": {
325
- "types": "./validators/index.d.ts",
326
- "default": "./fesm2022/theseam-ui-common-validators.mjs"
327
- },
328
324
  "./vertical-list-filter": {
329
325
  "types": "./vertical-list-filter/index.d.ts",
330
326
  "default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
331
327
  },
328
+ "./validators": {
329
+ "types": "./validators/index.d.ts",
330
+ "default": "./fesm2022/theseam-ui-common-validators.mjs"
331
+ },
332
332
  "./viewers": {
333
333
  "types": "./viewers/index.d.ts",
334
334
  "default": "./fesm2022/theseam-ui-common-viewers.mjs"
@@ -337,9 +337,9 @@
337
337
  "types": "./widget/index.d.ts",
338
338
  "default": "./fesm2022/theseam-ui-common-widget.mjs"
339
339
  },
340
- "./rich-text": {
341
- "types": "./rich-text/index.d.ts",
342
- "default": "./fesm2022/theseam-ui-common-rich-text.mjs"
340
+ "./progress": {
341
+ "types": "./progress/index.d.ts",
342
+ "default": "./fesm2022/theseam-ui-common-progress.mjs"
343
343
  }
344
344
  },
345
345
  "sideEffects": false
package/shared/index.d.ts CHANGED
@@ -151,15 +151,8 @@ declare class TheSeamHoverClassDirective {
151
151
 
152
152
  declare class TheSeamNgSelectExtraDirective implements OnInit, AfterViewChecked, OnDestroy {
153
153
  private readonly _elementRef;
154
- private readonly _ngZone;
155
154
  private readonly _ngSelect;
156
155
  private readonly _ngControl;
157
- private readonly _ngUnsubscribe;
158
- private _markedItem;
159
- private _checkMarked;
160
- private _keyPressWorkaroundSub;
161
- private _resizedEvent;
162
- private _resizeSensor?;
163
156
  /**
164
157
  * Set the tab index to `-1` to allow the root element of the ng-select
165
158
  * component to receive `focus` event from javascript, but not get focused by
@@ -177,12 +170,6 @@ declare class TheSeamNgSelectExtraDirective implements OnInit, AfterViewChecked,
177
170
  ngOnDestroy(): void;
178
171
  ngAfterViewChecked(): void;
179
172
  private _onScroll;
180
- /**
181
- * Temp fix for: https://github.com/ng-select/ng-select/issues/1122
182
- */
183
- /** Should ONLY be called by `_patch_ngSelect_open`. */
184
- private _enableKeyPressWorkaround;
185
- private _disableKeyPressWorkaround;
186
173
  static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamNgSelectExtraDirective, never>;
187
174
  static ɵdir: i0.ɵɵDirectiveDeclaration<TheSeamNgSelectExtraDirective, "ng-select", ["seamNgSelectExtra"], {}, {}, never, never, true, never>;
188
175
  }