@coveo/atomic-angular 3.11.11 → 3.11.13
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/fesm2022/coveo-atomic-angular.mjs +538 -538
- package/package.json +3 -3
|
@@ -101,8 +101,8 @@ let AtomicCommerceBreadbox = class AtomicCommerceBreadbox {
|
|
|
101
101
|
c.detach();
|
|
102
102
|
this.el = el.nativeElement;
|
|
103
103
|
}
|
|
104
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
105
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
104
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceBreadbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
105
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceBreadbox, isStandalone: false, selector: "atomic-commerce-breadbox", inputs: { disableCollapse: "disableCollapse", pathLimit: "pathLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
106
106
|
};
|
|
107
107
|
AtomicCommerceBreadbox = __decorate([
|
|
108
108
|
ProxyCmp({
|
|
@@ -111,7 +111,7 @@ AtomicCommerceBreadbox = __decorate([
|
|
|
111
111
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-breadbox') || customElements.define('atomic-commerce-breadbox', AtomicCommerceBreadbox$1); }
|
|
112
112
|
})
|
|
113
113
|
], AtomicCommerceBreadbox);
|
|
114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceBreadbox, decorators: [{
|
|
115
115
|
type: Component,
|
|
116
116
|
args: [{
|
|
117
117
|
selector: 'atomic-commerce-breadbox',
|
|
@@ -130,8 +130,8 @@ let AtomicCommerceCategoryFacet = class AtomicCommerceCategoryFacet {
|
|
|
130
130
|
c.detach();
|
|
131
131
|
this.el = el.nativeElement;
|
|
132
132
|
}
|
|
133
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
134
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
133
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceCategoryFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
134
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceCategoryFacet, isStandalone: false, selector: "atomic-commerce-category-facet", inputs: { isCollapsed: "isCollapsed", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
135
135
|
};
|
|
136
136
|
AtomicCommerceCategoryFacet = __decorate([
|
|
137
137
|
ProxyCmp({
|
|
@@ -140,7 +140,7 @@ AtomicCommerceCategoryFacet = __decorate([
|
|
|
140
140
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-category-facet') || customElements.define('atomic-commerce-category-facet', AtomicCommerceCategoryFacet$1); }
|
|
141
141
|
})
|
|
142
142
|
], AtomicCommerceCategoryFacet);
|
|
143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceCategoryFacet, decorators: [{
|
|
144
144
|
type: Component,
|
|
145
145
|
args: [{
|
|
146
146
|
selector: 'atomic-commerce-category-facet',
|
|
@@ -159,8 +159,8 @@ let AtomicCommerceDidYouMean = class AtomicCommerceDidYouMean {
|
|
|
159
159
|
c.detach();
|
|
160
160
|
this.el = el.nativeElement;
|
|
161
161
|
}
|
|
162
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
163
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceDidYouMean, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
163
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceDidYouMean, isStandalone: false, selector: "atomic-commerce-did-you-mean", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
164
164
|
};
|
|
165
165
|
AtomicCommerceDidYouMean = __decorate([
|
|
166
166
|
ProxyCmp({
|
|
@@ -169,7 +169,7 @@ AtomicCommerceDidYouMean = __decorate([
|
|
|
169
169
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-did-you-mean') || customElements.define('atomic-commerce-did-you-mean', AtomicCommerceDidYouMean$1); }
|
|
170
170
|
})
|
|
171
171
|
], AtomicCommerceDidYouMean);
|
|
172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceDidYouMean, decorators: [{
|
|
173
173
|
type: Component,
|
|
174
174
|
args: [{
|
|
175
175
|
selector: 'atomic-commerce-did-you-mean',
|
|
@@ -188,8 +188,8 @@ let AtomicCommerceFacet = class AtomicCommerceFacet {
|
|
|
188
188
|
c.detach();
|
|
189
189
|
this.el = el.nativeElement;
|
|
190
190
|
}
|
|
191
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
192
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
191
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
192
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceFacet, isStandalone: false, selector: "atomic-commerce-facet", inputs: { isCollapsed: "isCollapsed", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
193
193
|
};
|
|
194
194
|
AtomicCommerceFacet = __decorate([
|
|
195
195
|
ProxyCmp({
|
|
@@ -198,7 +198,7 @@ AtomicCommerceFacet = __decorate([
|
|
|
198
198
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-facet') || customElements.define('atomic-commerce-facet', AtomicCommerceFacet$1); }
|
|
199
199
|
})
|
|
200
200
|
], AtomicCommerceFacet);
|
|
201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceFacet, decorators: [{
|
|
202
202
|
type: Component,
|
|
203
203
|
args: [{
|
|
204
204
|
selector: 'atomic-commerce-facet',
|
|
@@ -217,8 +217,8 @@ let AtomicCommerceFacets = class AtomicCommerceFacets {
|
|
|
217
217
|
c.detach();
|
|
218
218
|
this.el = el.nativeElement;
|
|
219
219
|
}
|
|
220
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
221
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
220
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceFacets, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
221
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceFacets, isStandalone: false, selector: "atomic-commerce-facets", inputs: { collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
222
222
|
};
|
|
223
223
|
AtomicCommerceFacets = __decorate([
|
|
224
224
|
ProxyCmp({
|
|
@@ -227,7 +227,7 @@ AtomicCommerceFacets = __decorate([
|
|
|
227
227
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-facets') || customElements.define('atomic-commerce-facets', AtomicCommerceFacets$1); }
|
|
228
228
|
})
|
|
229
229
|
], AtomicCommerceFacets);
|
|
230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceFacets, decorators: [{
|
|
231
231
|
type: Component,
|
|
232
232
|
args: [{
|
|
233
233
|
selector: 'atomic-commerce-facets',
|
|
@@ -246,8 +246,8 @@ let AtomicCommerceInterface = class AtomicCommerceInterface {
|
|
|
246
246
|
c.detach();
|
|
247
247
|
this.el = el.nativeElement;
|
|
248
248
|
}
|
|
249
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
250
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
249
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
250
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceInterface, isStandalone: false, selector: "atomic-commerce-interface", inputs: { type: "type", analytics: "analytics", logLevel: "logLevel", language: "language", reflectStateInUrl: "reflectStateInUrl", disableStateReflectionInUrl: "disableStateReflectionInUrl", scrollContainer: "scrollContainer", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
251
251
|
};
|
|
252
252
|
AtomicCommerceInterface = __decorate([
|
|
253
253
|
ProxyCmp({
|
|
@@ -256,7 +256,7 @@ AtomicCommerceInterface = __decorate([
|
|
|
256
256
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-interface') || customElements.define('atomic-commerce-interface', AtomicCommerceInterface$1); }
|
|
257
257
|
})
|
|
258
258
|
], AtomicCommerceInterface);
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceInterface, decorators: [{
|
|
260
260
|
type: Component,
|
|
261
261
|
args: [{
|
|
262
262
|
selector: 'atomic-commerce-interface',
|
|
@@ -275,8 +275,8 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
|
|
|
275
275
|
c.detach();
|
|
276
276
|
this.el = el.nativeElement;
|
|
277
277
|
}
|
|
278
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
279
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
279
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceLayout, isStandalone: false, selector: "atomic-commerce-layout", inputs: { mobileBreakpoint: "mobileBreakpoint" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
280
280
|
};
|
|
281
281
|
AtomicCommerceLayout = __decorate([
|
|
282
282
|
ProxyCmp({
|
|
@@ -285,7 +285,7 @@ AtomicCommerceLayout = __decorate([
|
|
|
285
285
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
|
|
286
286
|
})
|
|
287
287
|
], AtomicCommerceLayout);
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceLayout, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{
|
|
291
291
|
selector: 'atomic-commerce-layout',
|
|
@@ -304,8 +304,8 @@ let AtomicCommerceLoadMoreProducts = class AtomicCommerceLoadMoreProducts {
|
|
|
304
304
|
c.detach();
|
|
305
305
|
this.el = el.nativeElement;
|
|
306
306
|
}
|
|
307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
308
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceLoadMoreProducts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
308
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceLoadMoreProducts, isStandalone: false, selector: "atomic-commerce-load-more-products", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
309
309
|
};
|
|
310
310
|
AtomicCommerceLoadMoreProducts = __decorate([
|
|
311
311
|
ProxyCmp({
|
|
@@ -314,7 +314,7 @@ AtomicCommerceLoadMoreProducts = __decorate([
|
|
|
314
314
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-load-more-products') || customElements.define('atomic-commerce-load-more-products', AtomicCommerceLoadMoreProducts$1); }
|
|
315
315
|
})
|
|
316
316
|
], AtomicCommerceLoadMoreProducts);
|
|
317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceLoadMoreProducts, decorators: [{
|
|
318
318
|
type: Component,
|
|
319
319
|
args: [{
|
|
320
320
|
selector: 'atomic-commerce-load-more-products',
|
|
@@ -333,8 +333,8 @@ let AtomicCommerceNoProducts = class AtomicCommerceNoProducts {
|
|
|
333
333
|
c.detach();
|
|
334
334
|
this.el = el.nativeElement;
|
|
335
335
|
}
|
|
336
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
337
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
336
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceNoProducts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
337
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceNoProducts, isStandalone: false, selector: "atomic-commerce-no-products", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
338
338
|
};
|
|
339
339
|
AtomicCommerceNoProducts = __decorate([
|
|
340
340
|
ProxyCmp({
|
|
@@ -343,7 +343,7 @@ AtomicCommerceNoProducts = __decorate([
|
|
|
343
343
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-no-products') || customElements.define('atomic-commerce-no-products', AtomicCommerceNoProducts$1); }
|
|
344
344
|
})
|
|
345
345
|
], AtomicCommerceNoProducts);
|
|
346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceNoProducts, decorators: [{
|
|
347
347
|
type: Component,
|
|
348
348
|
args: [{
|
|
349
349
|
selector: 'atomic-commerce-no-products',
|
|
@@ -362,8 +362,8 @@ let AtomicCommerceNumericFacet = class AtomicCommerceNumericFacet {
|
|
|
362
362
|
c.detach();
|
|
363
363
|
this.el = el.nativeElement;
|
|
364
364
|
}
|
|
365
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
366
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceNumericFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
366
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceNumericFacet, isStandalone: false, selector: "atomic-commerce-numeric-facet", inputs: { isCollapsed: "isCollapsed", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
367
367
|
};
|
|
368
368
|
AtomicCommerceNumericFacet = __decorate([
|
|
369
369
|
ProxyCmp({
|
|
@@ -372,7 +372,7 @@ AtomicCommerceNumericFacet = __decorate([
|
|
|
372
372
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-numeric-facet') || customElements.define('atomic-commerce-numeric-facet', AtomicCommerceNumericFacet$1); }
|
|
373
373
|
})
|
|
374
374
|
], AtomicCommerceNumericFacet);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceNumericFacet, decorators: [{
|
|
376
376
|
type: Component,
|
|
377
377
|
args: [{
|
|
378
378
|
selector: 'atomic-commerce-numeric-facet',
|
|
@@ -392,8 +392,8 @@ let AtomicCommercePager = class AtomicCommercePager {
|
|
|
392
392
|
this.el = el.nativeElement;
|
|
393
393
|
proxyOutputs(this, this.el, ['atomic/scrollToTop']);
|
|
394
394
|
}
|
|
395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
396
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
395
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommercePager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
396
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommercePager, isStandalone: false, selector: "atomic-commerce-pager", inputs: { numberOfPages: "numberOfPages", previousButtonIcon: "previousButtonIcon", nextButtonIcon: "nextButtonIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
397
397
|
};
|
|
398
398
|
AtomicCommercePager = __decorate([
|
|
399
399
|
ProxyCmp({
|
|
@@ -402,7 +402,7 @@ AtomicCommercePager = __decorate([
|
|
|
402
402
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-pager') || customElements.define('atomic-commerce-pager', AtomicCommercePager$1); }
|
|
403
403
|
})
|
|
404
404
|
], AtomicCommercePager);
|
|
405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommercePager, decorators: [{
|
|
406
406
|
type: Component,
|
|
407
407
|
args: [{
|
|
408
408
|
selector: 'atomic-commerce-pager',
|
|
@@ -421,8 +421,8 @@ let AtomicCommerceProductList = class AtomicCommerceProductList {
|
|
|
421
421
|
c.detach();
|
|
422
422
|
this.el = el.nativeElement;
|
|
423
423
|
}
|
|
424
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
425
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
424
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceProductList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
425
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceProductList, isStandalone: false, selector: "atomic-commerce-product-list", inputs: { density: "density", display: "display", imageSize: "imageSize", numberOfPlaceholders: "numberOfPlaceholders" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
426
426
|
};
|
|
427
427
|
AtomicCommerceProductList = __decorate([
|
|
428
428
|
ProxyCmp({
|
|
@@ -431,7 +431,7 @@ AtomicCommerceProductList = __decorate([
|
|
|
431
431
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-product-list') || customElements.define('atomic-commerce-product-list', AtomicCommerceProductList$1); }
|
|
432
432
|
})
|
|
433
433
|
], AtomicCommerceProductList);
|
|
434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceProductList, decorators: [{
|
|
435
435
|
type: Component,
|
|
436
436
|
args: [{
|
|
437
437
|
selector: 'atomic-commerce-product-list',
|
|
@@ -450,8 +450,8 @@ let AtomicCommerceProductsPerPage = class AtomicCommerceProductsPerPage {
|
|
|
450
450
|
c.detach();
|
|
451
451
|
this.el = el.nativeElement;
|
|
452
452
|
}
|
|
453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
454
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
453
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceProductsPerPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
454
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceProductsPerPage, isStandalone: false, selector: "atomic-commerce-products-per-page", inputs: { choicesDisplayed: "choicesDisplayed", initialChoice: "initialChoice" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
455
455
|
};
|
|
456
456
|
AtomicCommerceProductsPerPage = __decorate([
|
|
457
457
|
ProxyCmp({
|
|
@@ -460,7 +460,7 @@ AtomicCommerceProductsPerPage = __decorate([
|
|
|
460
460
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-products-per-page') || customElements.define('atomic-commerce-products-per-page', AtomicCommerceProductsPerPage$1); }
|
|
461
461
|
})
|
|
462
462
|
], AtomicCommerceProductsPerPage);
|
|
463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceProductsPerPage, decorators: [{
|
|
464
464
|
type: Component,
|
|
465
465
|
args: [{
|
|
466
466
|
selector: 'atomic-commerce-products-per-page',
|
|
@@ -479,8 +479,8 @@ let AtomicCommerceQueryError = class AtomicCommerceQueryError {
|
|
|
479
479
|
c.detach();
|
|
480
480
|
this.el = el.nativeElement;
|
|
481
481
|
}
|
|
482
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
483
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
482
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceQueryError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
483
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceQueryError, isStandalone: false, selector: "atomic-commerce-query-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
484
484
|
};
|
|
485
485
|
AtomicCommerceQueryError = __decorate([
|
|
486
486
|
ProxyCmp({
|
|
@@ -489,7 +489,7 @@ AtomicCommerceQueryError = __decorate([
|
|
|
489
489
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-query-error') || customElements.define('atomic-commerce-query-error', AtomicCommerceQueryError$1); }
|
|
490
490
|
})
|
|
491
491
|
], AtomicCommerceQueryError);
|
|
492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceQueryError, decorators: [{
|
|
493
493
|
type: Component,
|
|
494
494
|
args: [{
|
|
495
495
|
selector: 'atomic-commerce-query-error',
|
|
@@ -508,8 +508,8 @@ let AtomicCommerceQuerySummary = class AtomicCommerceQuerySummary {
|
|
|
508
508
|
c.detach();
|
|
509
509
|
this.el = el.nativeElement;
|
|
510
510
|
}
|
|
511
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
512
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
511
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceQuerySummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
512
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceQuerySummary, isStandalone: false, selector: "atomic-commerce-query-summary", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
513
513
|
};
|
|
514
514
|
AtomicCommerceQuerySummary = __decorate([
|
|
515
515
|
ProxyCmp({
|
|
@@ -518,7 +518,7 @@ AtomicCommerceQuerySummary = __decorate([
|
|
|
518
518
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-query-summary') || customElements.define('atomic-commerce-query-summary', AtomicCommerceQuerySummary$1); }
|
|
519
519
|
})
|
|
520
520
|
], AtomicCommerceQuerySummary);
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceQuerySummary, decorators: [{
|
|
522
522
|
type: Component,
|
|
523
523
|
args: [{
|
|
524
524
|
selector: 'atomic-commerce-query-summary',
|
|
@@ -537,8 +537,8 @@ let AtomicCommerceRecommendationInterface = class AtomicCommerceRecommendationIn
|
|
|
537
537
|
c.detach();
|
|
538
538
|
this.el = el.nativeElement;
|
|
539
539
|
}
|
|
540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
541
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRecommendationInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
541
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceRecommendationInterface, isStandalone: false, selector: "atomic-commerce-recommendation-interface", inputs: { scrollContainer: "scrollContainer", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath", language: "language", analytics: "analytics" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
542
542
|
};
|
|
543
543
|
AtomicCommerceRecommendationInterface = __decorate([
|
|
544
544
|
ProxyCmp({
|
|
@@ -547,7 +547,7 @@ AtomicCommerceRecommendationInterface = __decorate([
|
|
|
547
547
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-recommendation-interface') || customElements.define('atomic-commerce-recommendation-interface', AtomicCommerceRecommendationInterface$1); }
|
|
548
548
|
})
|
|
549
549
|
], AtomicCommerceRecommendationInterface);
|
|
550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRecommendationInterface, decorators: [{
|
|
551
551
|
type: Component,
|
|
552
552
|
args: [{
|
|
553
553
|
selector: 'atomic-commerce-recommendation-interface',
|
|
@@ -566,8 +566,8 @@ let AtomicCommerceRecommendationList = class AtomicCommerceRecommendationList {
|
|
|
566
566
|
c.detach();
|
|
567
567
|
this.el = el.nativeElement;
|
|
568
568
|
}
|
|
569
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
570
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
569
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRecommendationList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
570
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceRecommendationList, isStandalone: false, selector: "atomic-commerce-recommendation-list", inputs: { slotId: "slotId", productId: "productId", display: "display", density: "density", imageSize: "imageSize", productsPerPage: "productsPerPage", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
571
571
|
};
|
|
572
572
|
AtomicCommerceRecommendationList = __decorate([
|
|
573
573
|
ProxyCmp({
|
|
@@ -576,7 +576,7 @@ AtomicCommerceRecommendationList = __decorate([
|
|
|
576
576
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-recommendation-list') || customElements.define('atomic-commerce-recommendation-list', AtomicCommerceRecommendationList$1); }
|
|
577
577
|
})
|
|
578
578
|
], AtomicCommerceRecommendationList);
|
|
579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRecommendationList, decorators: [{
|
|
580
580
|
type: Component,
|
|
581
581
|
args: [{
|
|
582
582
|
selector: 'atomic-commerce-recommendation-list',
|
|
@@ -595,8 +595,8 @@ let AtomicCommerceRefineModal = class AtomicCommerceRefineModal {
|
|
|
595
595
|
c.detach();
|
|
596
596
|
this.el = el.nativeElement;
|
|
597
597
|
}
|
|
598
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
599
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
598
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRefineModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
599
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceRefineModal, isStandalone: false, selector: "atomic-commerce-refine-modal", inputs: { openButton: "openButton", isOpen: "isOpen", collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
600
600
|
};
|
|
601
601
|
AtomicCommerceRefineModal = __decorate([
|
|
602
602
|
ProxyCmp({
|
|
@@ -605,7 +605,7 @@ AtomicCommerceRefineModal = __decorate([
|
|
|
605
605
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-refine-modal') || customElements.define('atomic-commerce-refine-modal', AtomicCommerceRefineModal$1); }
|
|
606
606
|
})
|
|
607
607
|
], AtomicCommerceRefineModal);
|
|
608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRefineModal, decorators: [{
|
|
609
609
|
type: Component,
|
|
610
610
|
args: [{
|
|
611
611
|
selector: 'atomic-commerce-refine-modal',
|
|
@@ -624,8 +624,8 @@ let AtomicCommerceRefineToggle = class AtomicCommerceRefineToggle {
|
|
|
624
624
|
c.detach();
|
|
625
625
|
this.el = el.nativeElement;
|
|
626
626
|
}
|
|
627
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
628
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
627
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRefineToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
628
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceRefineToggle, isStandalone: false, selector: "atomic-commerce-refine-toggle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
629
629
|
};
|
|
630
630
|
AtomicCommerceRefineToggle = __decorate([
|
|
631
631
|
ProxyCmp({
|
|
@@ -634,7 +634,7 @@ AtomicCommerceRefineToggle = __decorate([
|
|
|
634
634
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-refine-toggle') || customElements.define('atomic-commerce-refine-toggle', AtomicCommerceRefineToggle$1); }
|
|
635
635
|
})
|
|
636
636
|
], AtomicCommerceRefineToggle);
|
|
637
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceRefineToggle, decorators: [{
|
|
638
638
|
type: Component,
|
|
639
639
|
args: [{
|
|
640
640
|
selector: 'atomic-commerce-refine-toggle',
|
|
@@ -653,8 +653,8 @@ let AtomicCommerceSearchBoxInstantProducts = class AtomicCommerceSearchBoxInstan
|
|
|
653
653
|
c.detach();
|
|
654
654
|
this.el = el.nativeElement;
|
|
655
655
|
}
|
|
656
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
657
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBoxInstantProducts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
657
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceSearchBoxInstantProducts, isStandalone: false, selector: "atomic-commerce-search-box-instant-products", inputs: { density: "density", imageSize: "imageSize", ariaLabelGenerator: "ariaLabelGenerator" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
658
658
|
};
|
|
659
659
|
AtomicCommerceSearchBoxInstantProducts = __decorate([
|
|
660
660
|
ProxyCmp({
|
|
@@ -663,7 +663,7 @@ AtomicCommerceSearchBoxInstantProducts = __decorate([
|
|
|
663
663
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-search-box-instant-products') || customElements.define('atomic-commerce-search-box-instant-products', AtomicCommerceSearchBoxInstantProducts$1); }
|
|
664
664
|
})
|
|
665
665
|
], AtomicCommerceSearchBoxInstantProducts);
|
|
666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBoxInstantProducts, decorators: [{
|
|
667
667
|
type: Component,
|
|
668
668
|
args: [{
|
|
669
669
|
selector: 'atomic-commerce-search-box-instant-products',
|
|
@@ -682,8 +682,8 @@ let AtomicCommerceSearchBoxQuerySuggestions = class AtomicCommerceSearchBoxQuery
|
|
|
682
682
|
c.detach();
|
|
683
683
|
this.el = el.nativeElement;
|
|
684
684
|
}
|
|
685
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
686
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
685
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBoxQuerySuggestions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
686
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceSearchBoxQuerySuggestions, isStandalone: false, selector: "atomic-commerce-search-box-query-suggestions", inputs: { icon: "icon", maxWithQuery: "maxWithQuery", maxWithoutQuery: "maxWithoutQuery" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
687
687
|
};
|
|
688
688
|
AtomicCommerceSearchBoxQuerySuggestions = __decorate([
|
|
689
689
|
ProxyCmp({
|
|
@@ -692,7 +692,7 @@ AtomicCommerceSearchBoxQuerySuggestions = __decorate([
|
|
|
692
692
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-search-box-query-suggestions') || customElements.define('atomic-commerce-search-box-query-suggestions', AtomicCommerceSearchBoxQuerySuggestions$1); }
|
|
693
693
|
})
|
|
694
694
|
], AtomicCommerceSearchBoxQuerySuggestions);
|
|
695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBoxQuerySuggestions, decorators: [{
|
|
696
696
|
type: Component,
|
|
697
697
|
args: [{
|
|
698
698
|
selector: 'atomic-commerce-search-box-query-suggestions',
|
|
@@ -711,8 +711,8 @@ let AtomicCommerceSearchBoxRecentQueries = class AtomicCommerceSearchBoxRecentQu
|
|
|
711
711
|
c.detach();
|
|
712
712
|
this.el = el.nativeElement;
|
|
713
713
|
}
|
|
714
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
715
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
714
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBoxRecentQueries, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
715
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceSearchBoxRecentQueries, isStandalone: false, selector: "atomic-commerce-search-box-recent-queries", inputs: { icon: "icon", maxWithQuery: "maxWithQuery", maxWithoutQuery: "maxWithoutQuery" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
716
716
|
};
|
|
717
717
|
AtomicCommerceSearchBoxRecentQueries = __decorate([
|
|
718
718
|
ProxyCmp({
|
|
@@ -721,7 +721,7 @@ AtomicCommerceSearchBoxRecentQueries = __decorate([
|
|
|
721
721
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-search-box-recent-queries') || customElements.define('atomic-commerce-search-box-recent-queries', AtomicCommerceSearchBoxRecentQueries$1); }
|
|
722
722
|
})
|
|
723
723
|
], AtomicCommerceSearchBoxRecentQueries);
|
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBoxRecentQueries, decorators: [{
|
|
725
725
|
type: Component,
|
|
726
726
|
args: [{
|
|
727
727
|
selector: 'atomic-commerce-search-box-recent-queries',
|
|
@@ -741,8 +741,8 @@ let AtomicCommerceSearchBox = class AtomicCommerceSearchBox {
|
|
|
741
741
|
this.el = el.nativeElement;
|
|
742
742
|
proxyOutputs(this, this.el, ['redirect']);
|
|
743
743
|
}
|
|
744
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
745
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
744
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
745
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceSearchBox, isStandalone: false, selector: "atomic-commerce-search-box", inputs: { numberOfQueries: "numberOfQueries", redirectionUrl: "redirectionUrl", suggestionTimeout: "suggestionTimeout", suggestionDelay: "suggestionDelay", disableSearch: "disableSearch", minimumQueryLength: "minimumQueryLength", clearFilters: "clearFilters" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
746
746
|
};
|
|
747
747
|
AtomicCommerceSearchBox = __decorate([
|
|
748
748
|
ProxyCmp({
|
|
@@ -751,7 +751,7 @@ AtomicCommerceSearchBox = __decorate([
|
|
|
751
751
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-search-box') || customElements.define('atomic-commerce-search-box', AtomicCommerceSearchBox$1); }
|
|
752
752
|
})
|
|
753
753
|
], AtomicCommerceSearchBox);
|
|
754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSearchBox, decorators: [{
|
|
755
755
|
type: Component,
|
|
756
756
|
args: [{
|
|
757
757
|
selector: 'atomic-commerce-search-box',
|
|
@@ -770,8 +770,8 @@ let AtomicCommerceSortDropdown = class AtomicCommerceSortDropdown {
|
|
|
770
770
|
c.detach();
|
|
771
771
|
this.el = el.nativeElement;
|
|
772
772
|
}
|
|
773
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
774
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
773
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSortDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
774
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceSortDropdown, isStandalone: false, selector: "atomic-commerce-sort-dropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
775
775
|
};
|
|
776
776
|
AtomicCommerceSortDropdown = __decorate([
|
|
777
777
|
ProxyCmp({
|
|
@@ -780,7 +780,7 @@ AtomicCommerceSortDropdown = __decorate([
|
|
|
780
780
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-sort-dropdown') || customElements.define('atomic-commerce-sort-dropdown', AtomicCommerceSortDropdown$1); }
|
|
781
781
|
})
|
|
782
782
|
], AtomicCommerceSortDropdown);
|
|
783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceSortDropdown, decorators: [{
|
|
784
784
|
type: Component,
|
|
785
785
|
args: [{
|
|
786
786
|
selector: 'atomic-commerce-sort-dropdown',
|
|
@@ -799,8 +799,8 @@ let AtomicCommerceText = class AtomicCommerceText {
|
|
|
799
799
|
c.detach();
|
|
800
800
|
this.el = el.nativeElement;
|
|
801
801
|
}
|
|
802
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
803
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
802
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
803
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceText, isStandalone: false, selector: "atomic-commerce-text", inputs: { value: "value", count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
804
804
|
};
|
|
805
805
|
AtomicCommerceText = __decorate([
|
|
806
806
|
ProxyCmp({
|
|
@@ -809,7 +809,7 @@ AtomicCommerceText = __decorate([
|
|
|
809
809
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-text') || customElements.define('atomic-commerce-text', AtomicCommerceText$1); }
|
|
810
810
|
})
|
|
811
811
|
], AtomicCommerceText);
|
|
812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceText, decorators: [{
|
|
813
813
|
type: Component,
|
|
814
814
|
args: [{
|
|
815
815
|
selector: 'atomic-commerce-text',
|
|
@@ -828,8 +828,8 @@ let AtomicCommerceTimeframeFacet = class AtomicCommerceTimeframeFacet {
|
|
|
828
828
|
c.detach();
|
|
829
829
|
this.el = el.nativeElement;
|
|
830
830
|
}
|
|
831
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
832
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
831
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceTimeframeFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
832
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCommerceTimeframeFacet, isStandalone: false, selector: "atomic-commerce-timeframe-facet", inputs: { isCollapsed: "isCollapsed", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
833
833
|
};
|
|
834
834
|
AtomicCommerceTimeframeFacet = __decorate([
|
|
835
835
|
ProxyCmp({
|
|
@@ -838,7 +838,7 @@ AtomicCommerceTimeframeFacet = __decorate([
|
|
|
838
838
|
defineCustomElementFn: () => { customElements.get('atomic-commerce-timeframe-facet') || customElements.define('atomic-commerce-timeframe-facet', AtomicCommerceTimeframeFacet$1); }
|
|
839
839
|
})
|
|
840
840
|
], AtomicCommerceTimeframeFacet);
|
|
841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCommerceTimeframeFacet, decorators: [{
|
|
842
842
|
type: Component,
|
|
843
843
|
args: [{
|
|
844
844
|
selector: 'atomic-commerce-timeframe-facet',
|
|
@@ -857,8 +857,8 @@ let AtomicProductChildren = class AtomicProductChildren {
|
|
|
857
857
|
c.detach();
|
|
858
858
|
this.el = el.nativeElement;
|
|
859
859
|
}
|
|
860
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
861
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
860
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductChildren, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
861
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductChildren, isStandalone: false, selector: "atomic-product-children", inputs: { label: "label", field: "field", fallback: "fallback" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
862
862
|
};
|
|
863
863
|
AtomicProductChildren = __decorate([
|
|
864
864
|
ProxyCmp({
|
|
@@ -867,7 +867,7 @@ AtomicProductChildren = __decorate([
|
|
|
867
867
|
defineCustomElementFn: () => { customElements.get('atomic-product-children') || customElements.define('atomic-product-children', AtomicProductChildren$1); }
|
|
868
868
|
})
|
|
869
869
|
], AtomicProductChildren);
|
|
870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductChildren, decorators: [{
|
|
871
871
|
type: Component,
|
|
872
872
|
args: [{
|
|
873
873
|
selector: 'atomic-product-children',
|
|
@@ -886,8 +886,8 @@ let AtomicProductDescription = class AtomicProductDescription {
|
|
|
886
886
|
c.detach();
|
|
887
887
|
this.el = el.nativeElement;
|
|
888
888
|
}
|
|
889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
890
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
889
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
890
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductDescription, isStandalone: false, selector: "atomic-product-description", inputs: { truncateAfter: "truncateAfter", field: "field", isCollapsible: "isCollapsible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
891
891
|
};
|
|
892
892
|
AtomicProductDescription = __decorate([
|
|
893
893
|
ProxyCmp({
|
|
@@ -896,7 +896,7 @@ AtomicProductDescription = __decorate([
|
|
|
896
896
|
defineCustomElementFn: () => { customElements.get('atomic-product-description') || customElements.define('atomic-product-description', AtomicProductDescription$1); }
|
|
897
897
|
})
|
|
898
898
|
], AtomicProductDescription);
|
|
899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductDescription, decorators: [{
|
|
900
900
|
type: Component,
|
|
901
901
|
args: [{
|
|
902
902
|
selector: 'atomic-product-description',
|
|
@@ -915,8 +915,8 @@ let AtomicProductExcerpt = class AtomicProductExcerpt {
|
|
|
915
915
|
c.detach();
|
|
916
916
|
this.el = el.nativeElement;
|
|
917
917
|
}
|
|
918
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
919
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
918
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductExcerpt, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
919
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductExcerpt, isStandalone: false, selector: "atomic-product-excerpt", inputs: { truncateAfter: "truncateAfter", isCollapsible: "isCollapsible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
920
920
|
};
|
|
921
921
|
AtomicProductExcerpt = __decorate([
|
|
922
922
|
ProxyCmp({
|
|
@@ -925,7 +925,7 @@ AtomicProductExcerpt = __decorate([
|
|
|
925
925
|
defineCustomElementFn: () => { customElements.get('atomic-product-excerpt') || customElements.define('atomic-product-excerpt', AtomicProductExcerpt$1); }
|
|
926
926
|
})
|
|
927
927
|
], AtomicProductExcerpt);
|
|
928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductExcerpt, decorators: [{
|
|
929
929
|
type: Component,
|
|
930
930
|
args: [{
|
|
931
931
|
selector: 'atomic-product-excerpt',
|
|
@@ -944,8 +944,8 @@ let AtomicProductFieldCondition = class AtomicProductFieldCondition {
|
|
|
944
944
|
c.detach();
|
|
945
945
|
this.el = el.nativeElement;
|
|
946
946
|
}
|
|
947
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
948
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
947
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductFieldCondition, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
948
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductFieldCondition, isStandalone: false, selector: "atomic-product-field-condition", inputs: { ifDefined: "ifDefined", ifNotDefined: "ifNotDefined", mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
949
949
|
};
|
|
950
950
|
AtomicProductFieldCondition = __decorate([
|
|
951
951
|
ProxyCmp({
|
|
@@ -954,7 +954,7 @@ AtomicProductFieldCondition = __decorate([
|
|
|
954
954
|
defineCustomElementFn: () => { customElements.get('atomic-product-field-condition') || customElements.define('atomic-product-field-condition', AtomicProductFieldCondition$1); }
|
|
955
955
|
})
|
|
956
956
|
], AtomicProductFieldCondition);
|
|
957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductFieldCondition, decorators: [{
|
|
958
958
|
type: Component,
|
|
959
959
|
args: [{
|
|
960
960
|
selector: 'atomic-product-field-condition',
|
|
@@ -973,8 +973,8 @@ let AtomicProductImage = class AtomicProductImage {
|
|
|
973
973
|
c.detach();
|
|
974
974
|
this.el = el.nativeElement;
|
|
975
975
|
}
|
|
976
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
977
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
976
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
977
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductImage, isStandalone: false, selector: "atomic-product-image", inputs: { field: "field", imageAltField: "imageAltField", fallback: "fallback" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
978
978
|
};
|
|
979
979
|
AtomicProductImage = __decorate([
|
|
980
980
|
ProxyCmp({
|
|
@@ -983,7 +983,7 @@ AtomicProductImage = __decorate([
|
|
|
983
983
|
defineCustomElementFn: () => { customElements.get('atomic-product-image') || customElements.define('atomic-product-image', AtomicProductImage$1); }
|
|
984
984
|
})
|
|
985
985
|
], AtomicProductImage);
|
|
986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductImage, decorators: [{
|
|
987
987
|
type: Component,
|
|
988
988
|
args: [{
|
|
989
989
|
selector: 'atomic-product-image',
|
|
@@ -1002,8 +1002,8 @@ let AtomicProductLink = class AtomicProductLink {
|
|
|
1002
1002
|
c.detach();
|
|
1003
1003
|
this.el = el.nativeElement;
|
|
1004
1004
|
}
|
|
1005
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1006
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1005
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1006
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductLink, isStandalone: false, selector: "atomic-product-link", inputs: { hrefTemplate: "hrefTemplate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1007
1007
|
};
|
|
1008
1008
|
AtomicProductLink = __decorate([
|
|
1009
1009
|
ProxyCmp({
|
|
@@ -1012,7 +1012,7 @@ AtomicProductLink = __decorate([
|
|
|
1012
1012
|
defineCustomElementFn: () => { customElements.get('atomic-product-link') || customElements.define('atomic-product-link', AtomicProductLink$1); }
|
|
1013
1013
|
})
|
|
1014
1014
|
], AtomicProductLink);
|
|
1015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductLink, decorators: [{
|
|
1016
1016
|
type: Component,
|
|
1017
1017
|
args: [{
|
|
1018
1018
|
selector: 'atomic-product-link',
|
|
@@ -1031,8 +1031,8 @@ let AtomicProductMultiValueText = class AtomicProductMultiValueText {
|
|
|
1031
1031
|
c.detach();
|
|
1032
1032
|
this.el = el.nativeElement;
|
|
1033
1033
|
}
|
|
1034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1035
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1034
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductMultiValueText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1035
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductMultiValueText, isStandalone: false, selector: "atomic-product-multi-value-text", inputs: { field: "field", maxValuesToDisplay: "maxValuesToDisplay", delimiter: "delimiter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1036
1036
|
};
|
|
1037
1037
|
AtomicProductMultiValueText = __decorate([
|
|
1038
1038
|
ProxyCmp({
|
|
@@ -1041,7 +1041,7 @@ AtomicProductMultiValueText = __decorate([
|
|
|
1041
1041
|
defineCustomElementFn: () => { customElements.get('atomic-product-multi-value-text') || customElements.define('atomic-product-multi-value-text', AtomicProductMultiValueText$1); }
|
|
1042
1042
|
})
|
|
1043
1043
|
], AtomicProductMultiValueText);
|
|
1044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductMultiValueText, decorators: [{
|
|
1045
1045
|
type: Component,
|
|
1046
1046
|
args: [{
|
|
1047
1047
|
selector: 'atomic-product-multi-value-text',
|
|
@@ -1060,8 +1060,8 @@ let AtomicProductNumericFieldValue = class AtomicProductNumericFieldValue {
|
|
|
1060
1060
|
c.detach();
|
|
1061
1061
|
this.el = el.nativeElement;
|
|
1062
1062
|
}
|
|
1063
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1064
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1063
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductNumericFieldValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1064
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductNumericFieldValue, isStandalone: false, selector: "atomic-product-numeric-field-value", inputs: { field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1065
1065
|
};
|
|
1066
1066
|
AtomicProductNumericFieldValue = __decorate([
|
|
1067
1067
|
ProxyCmp({
|
|
@@ -1070,7 +1070,7 @@ AtomicProductNumericFieldValue = __decorate([
|
|
|
1070
1070
|
defineCustomElementFn: () => { customElements.get('atomic-product-numeric-field-value') || customElements.define('atomic-product-numeric-field-value', AtomicProductNumericFieldValue$1); }
|
|
1071
1071
|
})
|
|
1072
1072
|
], AtomicProductNumericFieldValue);
|
|
1073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductNumericFieldValue, decorators: [{
|
|
1074
1074
|
type: Component,
|
|
1075
1075
|
args: [{
|
|
1076
1076
|
selector: 'atomic-product-numeric-field-value',
|
|
@@ -1089,8 +1089,8 @@ let AtomicProductPrice = class AtomicProductPrice {
|
|
|
1089
1089
|
c.detach();
|
|
1090
1090
|
this.el = el.nativeElement;
|
|
1091
1091
|
}
|
|
1092
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1093
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1092
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductPrice, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1093
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductPrice, isStandalone: false, selector: "atomic-product-price", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1094
1094
|
};
|
|
1095
1095
|
AtomicProductPrice = __decorate([
|
|
1096
1096
|
ProxyCmp({
|
|
@@ -1099,7 +1099,7 @@ AtomicProductPrice = __decorate([
|
|
|
1099
1099
|
defineCustomElementFn: () => { customElements.get('atomic-product-price') || customElements.define('atomic-product-price', AtomicProductPrice$1); }
|
|
1100
1100
|
})
|
|
1101
1101
|
], AtomicProductPrice);
|
|
1102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductPrice, decorators: [{
|
|
1103
1103
|
type: Component,
|
|
1104
1104
|
args: [{
|
|
1105
1105
|
selector: 'atomic-product-price',
|
|
@@ -1118,8 +1118,8 @@ let AtomicProductRating = class AtomicProductRating {
|
|
|
1118
1118
|
c.detach();
|
|
1119
1119
|
this.el = el.nativeElement;
|
|
1120
1120
|
}
|
|
1121
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1122
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1121
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1122
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductRating, isStandalone: false, selector: "atomic-product-rating", inputs: { field: "field", ratingDetailsField: "ratingDetailsField", maxValueInIndex: "maxValueInIndex", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1123
1123
|
};
|
|
1124
1124
|
AtomicProductRating = __decorate([
|
|
1125
1125
|
ProxyCmp({
|
|
@@ -1128,7 +1128,7 @@ AtomicProductRating = __decorate([
|
|
|
1128
1128
|
defineCustomElementFn: () => { customElements.get('atomic-product-rating') || customElements.define('atomic-product-rating', AtomicProductRating$1); }
|
|
1129
1129
|
})
|
|
1130
1130
|
], AtomicProductRating);
|
|
1131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductRating, decorators: [{
|
|
1132
1132
|
type: Component,
|
|
1133
1133
|
args: [{
|
|
1134
1134
|
selector: 'atomic-product-rating',
|
|
@@ -1147,8 +1147,8 @@ let AtomicProductSectionActions = class AtomicProductSectionActions {
|
|
|
1147
1147
|
c.detach();
|
|
1148
1148
|
this.el = el.nativeElement;
|
|
1149
1149
|
}
|
|
1150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1151
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1151
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionActions, isStandalone: false, selector: "atomic-product-section-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1152
1152
|
};
|
|
1153
1153
|
AtomicProductSectionActions = __decorate([
|
|
1154
1154
|
ProxyCmp({
|
|
@@ -1157,7 +1157,7 @@ AtomicProductSectionActions = __decorate([
|
|
|
1157
1157
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-actions') || customElements.define('atomic-product-section-actions', AtomicProductSectionActions$1); }
|
|
1158
1158
|
})
|
|
1159
1159
|
], AtomicProductSectionActions);
|
|
1160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionActions, decorators: [{
|
|
1161
1161
|
type: Component,
|
|
1162
1162
|
args: [{
|
|
1163
1163
|
selector: 'atomic-product-section-actions',
|
|
@@ -1176,8 +1176,8 @@ let AtomicProductSectionBadges = class AtomicProductSectionBadges {
|
|
|
1176
1176
|
c.detach();
|
|
1177
1177
|
this.el = el.nativeElement;
|
|
1178
1178
|
}
|
|
1179
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1180
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1179
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionBadges, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1180
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionBadges, isStandalone: false, selector: "atomic-product-section-badges", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1181
1181
|
};
|
|
1182
1182
|
AtomicProductSectionBadges = __decorate([
|
|
1183
1183
|
ProxyCmp({
|
|
@@ -1186,7 +1186,7 @@ AtomicProductSectionBadges = __decorate([
|
|
|
1186
1186
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-badges') || customElements.define('atomic-product-section-badges', AtomicProductSectionBadges$1); }
|
|
1187
1187
|
})
|
|
1188
1188
|
], AtomicProductSectionBadges);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionBadges, decorators: [{
|
|
1190
1190
|
type: Component,
|
|
1191
1191
|
args: [{
|
|
1192
1192
|
selector: 'atomic-product-section-badges',
|
|
@@ -1205,8 +1205,8 @@ let AtomicProductSectionBottomMetadata = class AtomicProductSectionBottomMetadat
|
|
|
1205
1205
|
c.detach();
|
|
1206
1206
|
this.el = el.nativeElement;
|
|
1207
1207
|
}
|
|
1208
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1209
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1208
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionBottomMetadata, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1209
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionBottomMetadata, isStandalone: false, selector: "atomic-product-section-bottom-metadata", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1210
1210
|
};
|
|
1211
1211
|
AtomicProductSectionBottomMetadata = __decorate([
|
|
1212
1212
|
ProxyCmp({
|
|
@@ -1215,7 +1215,7 @@ AtomicProductSectionBottomMetadata = __decorate([
|
|
|
1215
1215
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-bottom-metadata') || customElements.define('atomic-product-section-bottom-metadata', AtomicProductSectionBottomMetadata$1); }
|
|
1216
1216
|
})
|
|
1217
1217
|
], AtomicProductSectionBottomMetadata);
|
|
1218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionBottomMetadata, decorators: [{
|
|
1219
1219
|
type: Component,
|
|
1220
1220
|
args: [{
|
|
1221
1221
|
selector: 'atomic-product-section-bottom-metadata',
|
|
@@ -1234,8 +1234,8 @@ let AtomicProductSectionChildren = class AtomicProductSectionChildren {
|
|
|
1234
1234
|
c.detach();
|
|
1235
1235
|
this.el = el.nativeElement;
|
|
1236
1236
|
}
|
|
1237
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1238
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1237
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionChildren, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1238
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionChildren, isStandalone: false, selector: "atomic-product-section-children", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1239
1239
|
};
|
|
1240
1240
|
AtomicProductSectionChildren = __decorate([
|
|
1241
1241
|
ProxyCmp({
|
|
@@ -1244,7 +1244,7 @@ AtomicProductSectionChildren = __decorate([
|
|
|
1244
1244
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-children') || customElements.define('atomic-product-section-children', AtomicProductSectionChildren$1); }
|
|
1245
1245
|
})
|
|
1246
1246
|
], AtomicProductSectionChildren);
|
|
1247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionChildren, decorators: [{
|
|
1248
1248
|
type: Component,
|
|
1249
1249
|
args: [{
|
|
1250
1250
|
selector: 'atomic-product-section-children',
|
|
@@ -1263,8 +1263,8 @@ let AtomicProductSectionDescription = class AtomicProductSectionDescription {
|
|
|
1263
1263
|
c.detach();
|
|
1264
1264
|
this.el = el.nativeElement;
|
|
1265
1265
|
}
|
|
1266
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1267
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1266
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionDescription, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1267
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionDescription, isStandalone: false, selector: "atomic-product-section-description", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1268
1268
|
};
|
|
1269
1269
|
AtomicProductSectionDescription = __decorate([
|
|
1270
1270
|
ProxyCmp({
|
|
@@ -1273,7 +1273,7 @@ AtomicProductSectionDescription = __decorate([
|
|
|
1273
1273
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-description') || customElements.define('atomic-product-section-description', AtomicProductSectionDescription$1); }
|
|
1274
1274
|
})
|
|
1275
1275
|
], AtomicProductSectionDescription);
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionDescription, decorators: [{
|
|
1277
1277
|
type: Component,
|
|
1278
1278
|
args: [{
|
|
1279
1279
|
selector: 'atomic-product-section-description',
|
|
@@ -1292,8 +1292,8 @@ let AtomicProductSectionEmphasized = class AtomicProductSectionEmphasized {
|
|
|
1292
1292
|
c.detach();
|
|
1293
1293
|
this.el = el.nativeElement;
|
|
1294
1294
|
}
|
|
1295
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1296
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1295
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionEmphasized, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1296
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionEmphasized, isStandalone: false, selector: "atomic-product-section-emphasized", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1297
1297
|
};
|
|
1298
1298
|
AtomicProductSectionEmphasized = __decorate([
|
|
1299
1299
|
ProxyCmp({
|
|
@@ -1302,7 +1302,7 @@ AtomicProductSectionEmphasized = __decorate([
|
|
|
1302
1302
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-emphasized') || customElements.define('atomic-product-section-emphasized', AtomicProductSectionEmphasized$1); }
|
|
1303
1303
|
})
|
|
1304
1304
|
], AtomicProductSectionEmphasized);
|
|
1305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionEmphasized, decorators: [{
|
|
1306
1306
|
type: Component,
|
|
1307
1307
|
args: [{
|
|
1308
1308
|
selector: 'atomic-product-section-emphasized',
|
|
@@ -1321,8 +1321,8 @@ let AtomicProductSectionMetadata = class AtomicProductSectionMetadata {
|
|
|
1321
1321
|
c.detach();
|
|
1322
1322
|
this.el = el.nativeElement;
|
|
1323
1323
|
}
|
|
1324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1325
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionMetadata, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1325
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionMetadata, isStandalone: false, selector: "atomic-product-section-metadata", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1326
1326
|
};
|
|
1327
1327
|
AtomicProductSectionMetadata = __decorate([
|
|
1328
1328
|
ProxyCmp({
|
|
@@ -1331,7 +1331,7 @@ AtomicProductSectionMetadata = __decorate([
|
|
|
1331
1331
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-metadata') || customElements.define('atomic-product-section-metadata', AtomicProductSectionMetadata$1); }
|
|
1332
1332
|
})
|
|
1333
1333
|
], AtomicProductSectionMetadata);
|
|
1334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionMetadata, decorators: [{
|
|
1335
1335
|
type: Component,
|
|
1336
1336
|
args: [{
|
|
1337
1337
|
selector: 'atomic-product-section-metadata',
|
|
@@ -1350,8 +1350,8 @@ let AtomicProductSectionName = class AtomicProductSectionName {
|
|
|
1350
1350
|
c.detach();
|
|
1351
1351
|
this.el = el.nativeElement;
|
|
1352
1352
|
}
|
|
1353
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1354
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1353
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionName, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1354
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionName, isStandalone: false, selector: "atomic-product-section-name", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1355
1355
|
};
|
|
1356
1356
|
AtomicProductSectionName = __decorate([
|
|
1357
1357
|
ProxyCmp({
|
|
@@ -1360,7 +1360,7 @@ AtomicProductSectionName = __decorate([
|
|
|
1360
1360
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-name') || customElements.define('atomic-product-section-name', AtomicProductSectionName$1); }
|
|
1361
1361
|
})
|
|
1362
1362
|
], AtomicProductSectionName);
|
|
1363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionName, decorators: [{
|
|
1364
1364
|
type: Component,
|
|
1365
1365
|
args: [{
|
|
1366
1366
|
selector: 'atomic-product-section-name',
|
|
@@ -1379,8 +1379,8 @@ let AtomicProductSectionVisual = class AtomicProductSectionVisual {
|
|
|
1379
1379
|
c.detach();
|
|
1380
1380
|
this.el = el.nativeElement;
|
|
1381
1381
|
}
|
|
1382
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1383
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1382
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionVisual, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1383
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductSectionVisual, isStandalone: false, selector: "atomic-product-section-visual", inputs: { imageSize: "imageSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1384
1384
|
};
|
|
1385
1385
|
AtomicProductSectionVisual = __decorate([
|
|
1386
1386
|
ProxyCmp({
|
|
@@ -1389,7 +1389,7 @@ AtomicProductSectionVisual = __decorate([
|
|
|
1389
1389
|
defineCustomElementFn: () => { customElements.get('atomic-product-section-visual') || customElements.define('atomic-product-section-visual', AtomicProductSectionVisual$1); }
|
|
1390
1390
|
})
|
|
1391
1391
|
], AtomicProductSectionVisual);
|
|
1392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductSectionVisual, decorators: [{
|
|
1393
1393
|
type: Component,
|
|
1394
1394
|
args: [{
|
|
1395
1395
|
selector: 'atomic-product-section-visual',
|
|
@@ -1408,8 +1408,8 @@ let AtomicProductTemplate = class AtomicProductTemplate {
|
|
|
1408
1408
|
c.detach();
|
|
1409
1409
|
this.el = el.nativeElement;
|
|
1410
1410
|
}
|
|
1411
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1412
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1411
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1412
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductTemplate, isStandalone: false, selector: "atomic-product-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1413
1413
|
};
|
|
1414
1414
|
AtomicProductTemplate = __decorate([
|
|
1415
1415
|
ProxyCmp({
|
|
@@ -1418,7 +1418,7 @@ AtomicProductTemplate = __decorate([
|
|
|
1418
1418
|
defineCustomElementFn: () => { customElements.get('atomic-product-template') || customElements.define('atomic-product-template', AtomicProductTemplate$1); }
|
|
1419
1419
|
})
|
|
1420
1420
|
], AtomicProductTemplate);
|
|
1421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductTemplate, decorators: [{
|
|
1422
1422
|
type: Component,
|
|
1423
1423
|
args: [{
|
|
1424
1424
|
selector: 'atomic-product-template',
|
|
@@ -1437,8 +1437,8 @@ let AtomicProductText = class AtomicProductText {
|
|
|
1437
1437
|
c.detach();
|
|
1438
1438
|
this.el = el.nativeElement;
|
|
1439
1439
|
}
|
|
1440
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1441
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1441
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProductText, isStandalone: false, selector: "atomic-product-text", inputs: { field: "field", shouldHighlight: "shouldHighlight", disableHighlight: "disableHighlight", default: "default" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1442
1442
|
};
|
|
1443
1443
|
AtomicProductText = __decorate([
|
|
1444
1444
|
ProxyCmp({
|
|
@@ -1447,7 +1447,7 @@ AtomicProductText = __decorate([
|
|
|
1447
1447
|
defineCustomElementFn: () => { customElements.get('atomic-product-text') || customElements.define('atomic-product-text', AtomicProductText$1); }
|
|
1448
1448
|
})
|
|
1449
1449
|
], AtomicProductText);
|
|
1450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProductText, decorators: [{
|
|
1451
1451
|
type: Component,
|
|
1452
1452
|
args: [{
|
|
1453
1453
|
selector: 'atomic-product-text',
|
|
@@ -1466,8 +1466,8 @@ let AtomicProduct = class AtomicProduct {
|
|
|
1466
1466
|
c.detach();
|
|
1467
1467
|
this.el = el.nativeElement;
|
|
1468
1468
|
}
|
|
1469
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1470
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1469
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProduct, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1470
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicProduct, isStandalone: false, selector: "atomic-product", inputs: { stopPropagation: "stopPropagation", product: "product", interactiveProduct: "interactiveProduct", store: "store", content: "content", linkContent: "linkContent", display: "display", density: "density", imageSize: "imageSize", classes: "classes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1471
1471
|
};
|
|
1472
1472
|
AtomicProduct = __decorate([
|
|
1473
1473
|
ProxyCmp({
|
|
@@ -1476,7 +1476,7 @@ AtomicProduct = __decorate([
|
|
|
1476
1476
|
defineCustomElementFn: () => { customElements.get('atomic-product') || customElements.define('atomic-product', AtomicProduct$1); }
|
|
1477
1477
|
})
|
|
1478
1478
|
], AtomicProduct);
|
|
1479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicProduct, decorators: [{
|
|
1480
1480
|
type: Component,
|
|
1481
1481
|
args: [{
|
|
1482
1482
|
selector: 'atomic-product',
|
|
@@ -1496,8 +1496,8 @@ let AtomicAriaLive = class AtomicAriaLive {
|
|
|
1496
1496
|
this.el = el.nativeElement;
|
|
1497
1497
|
proxyOutputs(this, this.el, ['atomic/accessibility/findAriaLive']);
|
|
1498
1498
|
}
|
|
1499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1500
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1499
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAriaLive, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1500
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicAriaLive, isStandalone: false, selector: "atomic-aria-live", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1501
1501
|
};
|
|
1502
1502
|
AtomicAriaLive = __decorate([
|
|
1503
1503
|
ProxyCmp({
|
|
@@ -1506,7 +1506,7 @@ AtomicAriaLive = __decorate([
|
|
|
1506
1506
|
defineCustomElementFn: () => { customElements.get('atomic-aria-live') || customElements.define('atomic-aria-live', AtomicAriaLive$1); }
|
|
1507
1507
|
})
|
|
1508
1508
|
], AtomicAriaLive);
|
|
1509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAriaLive, decorators: [{
|
|
1510
1510
|
type: Component,
|
|
1511
1511
|
args: [{
|
|
1512
1512
|
selector: 'atomic-aria-live',
|
|
@@ -1525,8 +1525,8 @@ let AtomicComponentError = class AtomicComponentError {
|
|
|
1525
1525
|
c.detach();
|
|
1526
1526
|
this.el = el.nativeElement;
|
|
1527
1527
|
}
|
|
1528
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1529
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1528
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicComponentError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1529
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicComponentError, isStandalone: false, selector: "atomic-component-error", inputs: { element: "element" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1530
1530
|
};
|
|
1531
1531
|
AtomicComponentError = __decorate([
|
|
1532
1532
|
ProxyCmp({
|
|
@@ -1535,7 +1535,7 @@ AtomicComponentError = __decorate([
|
|
|
1535
1535
|
defineCustomElementFn: () => { customElements.get('atomic-component-error') || customElements.define('atomic-component-error', AtomicComponentError$1); }
|
|
1536
1536
|
})
|
|
1537
1537
|
], AtomicComponentError);
|
|
1538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicComponentError, decorators: [{
|
|
1539
1539
|
type: Component,
|
|
1540
1540
|
args: [{
|
|
1541
1541
|
selector: 'atomic-component-error',
|
|
@@ -1554,8 +1554,8 @@ let AtomicFocusTrap = class AtomicFocusTrap {
|
|
|
1554
1554
|
c.detach();
|
|
1555
1555
|
this.el = el.nativeElement;
|
|
1556
1556
|
}
|
|
1557
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1558
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1557
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFocusTrap, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1558
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFocusTrap, isStandalone: false, selector: "atomic-focus-trap", inputs: { active: "active", source: "source", container: "container", shouldHideSelf: "shouldHideSelf", scope: "scope" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1559
1559
|
};
|
|
1560
1560
|
AtomicFocusTrap = __decorate([
|
|
1561
1561
|
ProxyCmp({
|
|
@@ -1564,7 +1564,7 @@ AtomicFocusTrap = __decorate([
|
|
|
1564
1564
|
defineCustomElementFn: () => { customElements.get('atomic-focus-trap') || customElements.define('atomic-focus-trap', AtomicFocusTrap$1); }
|
|
1565
1565
|
})
|
|
1566
1566
|
], AtomicFocusTrap);
|
|
1567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFocusTrap, decorators: [{
|
|
1568
1568
|
type: Component,
|
|
1569
1569
|
args: [{
|
|
1570
1570
|
selector: 'atomic-focus-trap',
|
|
@@ -1584,8 +1584,8 @@ let AtomicGeneratedAnswerFeedbackModal = class AtomicGeneratedAnswerFeedbackModa
|
|
|
1584
1584
|
this.el = el.nativeElement;
|
|
1585
1585
|
proxyOutputs(this, this.el, ['feedbackSent']);
|
|
1586
1586
|
}
|
|
1587
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1588
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1587
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicGeneratedAnswerFeedbackModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1588
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicGeneratedAnswerFeedbackModal, isStandalone: false, selector: "atomic-generated-answer-feedback-modal", inputs: { isOpen: "isOpen", helpful: "helpful" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1589
1589
|
};
|
|
1590
1590
|
AtomicGeneratedAnswerFeedbackModal = __decorate([
|
|
1591
1591
|
ProxyCmp({
|
|
@@ -1594,7 +1594,7 @@ AtomicGeneratedAnswerFeedbackModal = __decorate([
|
|
|
1594
1594
|
defineCustomElementFn: () => { customElements.get('atomic-generated-answer-feedback-modal') || customElements.define('atomic-generated-answer-feedback-modal', AtomicGeneratedAnswerFeedbackModal$1); }
|
|
1595
1595
|
})
|
|
1596
1596
|
], AtomicGeneratedAnswerFeedbackModal);
|
|
1597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicGeneratedAnswerFeedbackModal, decorators: [{
|
|
1598
1598
|
type: Component,
|
|
1599
1599
|
args: [{
|
|
1600
1600
|
selector: 'atomic-generated-answer-feedback-modal',
|
|
@@ -1613,8 +1613,8 @@ let AtomicIcon = class AtomicIcon {
|
|
|
1613
1613
|
c.detach();
|
|
1614
1614
|
this.el = el.nativeElement;
|
|
1615
1615
|
}
|
|
1616
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1617
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1616
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1617
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIcon, isStandalone: false, selector: "atomic-icon", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1618
1618
|
};
|
|
1619
1619
|
AtomicIcon = __decorate([
|
|
1620
1620
|
ProxyCmp({
|
|
@@ -1623,7 +1623,7 @@ AtomicIcon = __decorate([
|
|
|
1623
1623
|
defineCustomElementFn: () => { customElements.get('atomic-icon') || customElements.define('atomic-icon', AtomicIcon$1); }
|
|
1624
1624
|
})
|
|
1625
1625
|
], AtomicIcon);
|
|
1626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIcon, decorators: [{
|
|
1627
1627
|
type: Component,
|
|
1628
1628
|
args: [{
|
|
1629
1629
|
selector: 'atomic-icon',
|
|
@@ -1642,8 +1642,8 @@ let AtomicLayoutSection = class AtomicLayoutSection {
|
|
|
1642
1642
|
c.detach();
|
|
1643
1643
|
this.el = el.nativeElement;
|
|
1644
1644
|
}
|
|
1645
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1646
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1645
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicLayoutSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1646
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicLayoutSection, isStandalone: false, selector: "atomic-layout-section", inputs: { section: "section", minWidth: "minWidth", maxWidth: "maxWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1647
1647
|
};
|
|
1648
1648
|
AtomicLayoutSection = __decorate([
|
|
1649
1649
|
ProxyCmp({
|
|
@@ -1652,7 +1652,7 @@ AtomicLayoutSection = __decorate([
|
|
|
1652
1652
|
defineCustomElementFn: () => { customElements.get('atomic-layout-section') || customElements.define('atomic-layout-section', AtomicLayoutSection$1); }
|
|
1653
1653
|
})
|
|
1654
1654
|
], AtomicLayoutSection);
|
|
1655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicLayoutSection, decorators: [{
|
|
1656
1656
|
type: Component,
|
|
1657
1657
|
args: [{
|
|
1658
1658
|
selector: 'atomic-layout-section',
|
|
@@ -1671,8 +1671,8 @@ let AtomicNumericRange = class AtomicNumericRange {
|
|
|
1671
1671
|
c.detach();
|
|
1672
1672
|
this.el = el.nativeElement;
|
|
1673
1673
|
}
|
|
1674
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1675
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1674
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNumericRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1675
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicNumericRange, isStandalone: false, selector: "atomic-numeric-range", inputs: { label: "label", start: "start", end: "end", endInclusive: "endInclusive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1676
1676
|
};
|
|
1677
1677
|
AtomicNumericRange = __decorate([
|
|
1678
1678
|
ProxyCmp({
|
|
@@ -1681,7 +1681,7 @@ AtomicNumericRange = __decorate([
|
|
|
1681
1681
|
defineCustomElementFn: () => { customElements.get('atomic-numeric-range') || customElements.define('atomic-numeric-range', AtomicNumericRange$1); }
|
|
1682
1682
|
})
|
|
1683
1683
|
], AtomicNumericRange);
|
|
1684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNumericRange, decorators: [{
|
|
1685
1685
|
type: Component,
|
|
1686
1686
|
args: [{
|
|
1687
1687
|
selector: 'atomic-numeric-range',
|
|
@@ -1700,8 +1700,8 @@ let AtomicTimeframe = class AtomicTimeframe {
|
|
|
1700
1700
|
c.detach();
|
|
1701
1701
|
this.el = el.nativeElement;
|
|
1702
1702
|
}
|
|
1703
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1704
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1703
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTimeframe, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1704
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicTimeframe, isStandalone: false, selector: "atomic-timeframe", inputs: { period: "period", unit: "unit", amount: "amount", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1705
1705
|
};
|
|
1706
1706
|
AtomicTimeframe = __decorate([
|
|
1707
1707
|
ProxyCmp({
|
|
@@ -1710,7 +1710,7 @@ AtomicTimeframe = __decorate([
|
|
|
1710
1710
|
defineCustomElementFn: () => { customElements.get('atomic-timeframe') || customElements.define('atomic-timeframe', AtomicTimeframe$1); }
|
|
1711
1711
|
})
|
|
1712
1712
|
], AtomicTimeframe);
|
|
1713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTimeframe, decorators: [{
|
|
1714
1714
|
type: Component,
|
|
1715
1715
|
args: [{
|
|
1716
1716
|
selector: 'atomic-timeframe',
|
|
@@ -1729,8 +1729,8 @@ let AtomicInsightEditToggle = class AtomicInsightEditToggle {
|
|
|
1729
1729
|
c.detach();
|
|
1730
1730
|
this.el = el.nativeElement;
|
|
1731
1731
|
}
|
|
1732
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1733
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1732
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightEditToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1733
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightEditToggle, isStandalone: false, selector: "atomic-insight-edit-toggle", inputs: { clickCallback: "clickCallback", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1734
1734
|
};
|
|
1735
1735
|
AtomicInsightEditToggle = __decorate([
|
|
1736
1736
|
ProxyCmp({
|
|
@@ -1739,7 +1739,7 @@ AtomicInsightEditToggle = __decorate([
|
|
|
1739
1739
|
defineCustomElementFn: () => { customElements.get('atomic-insight-edit-toggle') || customElements.define('atomic-insight-edit-toggle', AtomicInsightEditToggle$1); }
|
|
1740
1740
|
})
|
|
1741
1741
|
], AtomicInsightEditToggle);
|
|
1742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightEditToggle, decorators: [{
|
|
1743
1743
|
type: Component,
|
|
1744
1744
|
args: [{
|
|
1745
1745
|
selector: 'atomic-insight-edit-toggle',
|
|
@@ -1758,8 +1758,8 @@ let AtomicInsightFacet = class AtomicInsightFacet {
|
|
|
1758
1758
|
c.detach();
|
|
1759
1759
|
this.el = el.nativeElement;
|
|
1760
1760
|
}
|
|
1761
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1762
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1762
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightFacet, isStandalone: false, selector: "atomic-insight-facet", inputs: { label: "label", field: "field", numberOfValues: "numberOfValues", sortCriteria: "sortCriteria", displayValuesAs: "displayValuesAs", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", enableExclusion: "enableExclusion", facetId: "facetId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1763
1763
|
};
|
|
1764
1764
|
AtomicInsightFacet = __decorate([
|
|
1765
1765
|
ProxyCmp({
|
|
@@ -1768,7 +1768,7 @@ AtomicInsightFacet = __decorate([
|
|
|
1768
1768
|
defineCustomElementFn: () => { customElements.get('atomic-insight-facet') || customElements.define('atomic-insight-facet', AtomicInsightFacet$1); }
|
|
1769
1769
|
})
|
|
1770
1770
|
], AtomicInsightFacet);
|
|
1771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightFacet, decorators: [{
|
|
1772
1772
|
type: Component,
|
|
1773
1773
|
args: [{
|
|
1774
1774
|
selector: 'atomic-insight-facet',
|
|
@@ -1787,8 +1787,8 @@ let AtomicInsightFoldedResultList = class AtomicInsightFoldedResultList {
|
|
|
1787
1787
|
c.detach();
|
|
1788
1788
|
this.el = el.nativeElement;
|
|
1789
1789
|
}
|
|
1790
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1791
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1790
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightFoldedResultList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1791
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightFoldedResultList, isStandalone: false, selector: "atomic-insight-folded-result-list", inputs: { density: "density", imageSize: "imageSize", collectionField: "collectionField", parentField: "parentField", childField: "childField", numberOfFoldedResults: "numberOfFoldedResults" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1792
1792
|
};
|
|
1793
1793
|
AtomicInsightFoldedResultList = __decorate([
|
|
1794
1794
|
ProxyCmp({
|
|
@@ -1797,7 +1797,7 @@ AtomicInsightFoldedResultList = __decorate([
|
|
|
1797
1797
|
defineCustomElementFn: () => { customElements.get('atomic-insight-folded-result-list') || customElements.define('atomic-insight-folded-result-list', AtomicInsightFoldedResultList$1); }
|
|
1798
1798
|
})
|
|
1799
1799
|
], AtomicInsightFoldedResultList);
|
|
1800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightFoldedResultList, decorators: [{
|
|
1801
1801
|
type: Component,
|
|
1802
1802
|
args: [{
|
|
1803
1803
|
selector: 'atomic-insight-folded-result-list',
|
|
@@ -1816,8 +1816,8 @@ let AtomicInsightFullSearchButton = class AtomicInsightFullSearchButton {
|
|
|
1816
1816
|
c.detach();
|
|
1817
1817
|
this.el = el.nativeElement;
|
|
1818
1818
|
}
|
|
1819
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1820
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1819
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightFullSearchButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1820
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightFullSearchButton, isStandalone: false, selector: "atomic-insight-full-search-button", inputs: { tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1821
1821
|
};
|
|
1822
1822
|
AtomicInsightFullSearchButton = __decorate([
|
|
1823
1823
|
ProxyCmp({
|
|
@@ -1826,7 +1826,7 @@ AtomicInsightFullSearchButton = __decorate([
|
|
|
1826
1826
|
defineCustomElementFn: () => { customElements.get('atomic-insight-full-search-button') || customElements.define('atomic-insight-full-search-button', AtomicInsightFullSearchButton$1); }
|
|
1827
1827
|
})
|
|
1828
1828
|
], AtomicInsightFullSearchButton);
|
|
1829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightFullSearchButton, decorators: [{
|
|
1830
1830
|
type: Component,
|
|
1831
1831
|
args: [{
|
|
1832
1832
|
selector: 'atomic-insight-full-search-button',
|
|
@@ -1845,8 +1845,8 @@ let AtomicInsightGenerateAnswerButton = class AtomicInsightGenerateAnswerButton
|
|
|
1845
1845
|
c.detach();
|
|
1846
1846
|
this.el = el.nativeElement;
|
|
1847
1847
|
}
|
|
1848
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1849
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1848
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightGenerateAnswerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1849
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightGenerateAnswerButton, isStandalone: false, selector: "atomic-insight-generate-answer-button", inputs: { tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1850
1850
|
};
|
|
1851
1851
|
AtomicInsightGenerateAnswerButton = __decorate([
|
|
1852
1852
|
ProxyCmp({
|
|
@@ -1855,7 +1855,7 @@ AtomicInsightGenerateAnswerButton = __decorate([
|
|
|
1855
1855
|
defineCustomElementFn: () => { customElements.get('atomic-insight-generate-answer-button') || customElements.define('atomic-insight-generate-answer-button', AtomicInsightGenerateAnswerButton$1); }
|
|
1856
1856
|
})
|
|
1857
1857
|
], AtomicInsightGenerateAnswerButton);
|
|
1858
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightGenerateAnswerButton, decorators: [{
|
|
1859
1859
|
type: Component,
|
|
1860
1860
|
args: [{
|
|
1861
1861
|
selector: 'atomic-insight-generate-answer-button',
|
|
@@ -1874,8 +1874,8 @@ let AtomicInsightGeneratedAnswer = class AtomicInsightGeneratedAnswer {
|
|
|
1874
1874
|
c.detach();
|
|
1875
1875
|
this.el = el.nativeElement;
|
|
1876
1876
|
}
|
|
1877
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1878
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1877
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightGeneratedAnswer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1878
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightGeneratedAnswer, isStandalone: false, selector: "atomic-insight-generated-answer", inputs: { withToggle: "withToggle", collapsible: "collapsible", maxCollapsedHeight: "maxCollapsedHeight", fieldsToIncludeInCitations: "fieldsToIncludeInCitations", disableCitationAnchoring: "disableCitationAnchoring" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1879
1879
|
};
|
|
1880
1880
|
AtomicInsightGeneratedAnswer = __decorate([
|
|
1881
1881
|
ProxyCmp({
|
|
@@ -1884,7 +1884,7 @@ AtomicInsightGeneratedAnswer = __decorate([
|
|
|
1884
1884
|
defineCustomElementFn: () => { customElements.get('atomic-insight-generated-answer') || customElements.define('atomic-insight-generated-answer', AtomicInsightGeneratedAnswer$1); }
|
|
1885
1885
|
})
|
|
1886
1886
|
], AtomicInsightGeneratedAnswer);
|
|
1887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightGeneratedAnswer, decorators: [{
|
|
1888
1888
|
type: Component,
|
|
1889
1889
|
args: [{
|
|
1890
1890
|
selector: 'atomic-insight-generated-answer',
|
|
@@ -1903,8 +1903,8 @@ let AtomicInsightInterface = class AtomicInsightInterface {
|
|
|
1903
1903
|
c.detach();
|
|
1904
1904
|
this.el = el.nativeElement;
|
|
1905
1905
|
}
|
|
1906
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1907
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1906
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1907
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightInterface, isStandalone: false, selector: "atomic-insight-interface", inputs: { engine: "engine", analytics: "analytics", i18n: "i18n", logLevel: "logLevel", language: "language", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath", fieldsToInclude: "fieldsToInclude" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1908
1908
|
};
|
|
1909
1909
|
AtomicInsightInterface = __decorate([
|
|
1910
1910
|
ProxyCmp({
|
|
@@ -1913,7 +1913,7 @@ AtomicInsightInterface = __decorate([
|
|
|
1913
1913
|
defineCustomElementFn: () => { customElements.get('atomic-insight-interface') || customElements.define('atomic-insight-interface', AtomicInsightInterface$1); }
|
|
1914
1914
|
})
|
|
1915
1915
|
], AtomicInsightInterface);
|
|
1916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightInterface, decorators: [{
|
|
1917
1917
|
type: Component,
|
|
1918
1918
|
args: [{
|
|
1919
1919
|
selector: 'atomic-insight-interface',
|
|
@@ -1932,8 +1932,8 @@ let AtomicInsightLayout = class AtomicInsightLayout {
|
|
|
1932
1932
|
c.detach();
|
|
1933
1933
|
this.el = el.nativeElement;
|
|
1934
1934
|
}
|
|
1935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1936
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1935
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1936
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightLayout, isStandalone: false, selector: "atomic-insight-layout", inputs: { widget: "widget", mobileBreakpoint: "mobileBreakpoint" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1937
1937
|
};
|
|
1938
1938
|
AtomicInsightLayout = __decorate([
|
|
1939
1939
|
ProxyCmp({
|
|
@@ -1942,7 +1942,7 @@ AtomicInsightLayout = __decorate([
|
|
|
1942
1942
|
defineCustomElementFn: () => { customElements.get('atomic-insight-layout') || customElements.define('atomic-insight-layout', AtomicInsightLayout$1); }
|
|
1943
1943
|
})
|
|
1944
1944
|
], AtomicInsightLayout);
|
|
1945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightLayout, decorators: [{
|
|
1946
1946
|
type: Component,
|
|
1947
1947
|
args: [{
|
|
1948
1948
|
selector: 'atomic-insight-layout',
|
|
@@ -1961,8 +1961,8 @@ let AtomicInsightNoResults = class AtomicInsightNoResults {
|
|
|
1961
1961
|
c.detach();
|
|
1962
1962
|
this.el = el.nativeElement;
|
|
1963
1963
|
}
|
|
1964
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1965
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1964
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightNoResults, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1965
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightNoResults, isStandalone: false, selector: "atomic-insight-no-results", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1966
1966
|
};
|
|
1967
1967
|
AtomicInsightNoResults = __decorate([
|
|
1968
1968
|
ProxyCmp({
|
|
@@ -1971,7 +1971,7 @@ AtomicInsightNoResults = __decorate([
|
|
|
1971
1971
|
defineCustomElementFn: () => { customElements.get('atomic-insight-no-results') || customElements.define('atomic-insight-no-results', AtomicInsightNoResults$1); }
|
|
1972
1972
|
})
|
|
1973
1973
|
], AtomicInsightNoResults);
|
|
1974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
1974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightNoResults, decorators: [{
|
|
1975
1975
|
type: Component,
|
|
1976
1976
|
args: [{
|
|
1977
1977
|
selector: 'atomic-insight-no-results',
|
|
@@ -1990,8 +1990,8 @@ let AtomicInsightNumericFacet = class AtomicInsightNumericFacet {
|
|
|
1990
1990
|
c.detach();
|
|
1991
1991
|
this.el = el.nativeElement;
|
|
1992
1992
|
}
|
|
1993
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
1994
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
1993
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightNumericFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1994
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightNumericFacet, isStandalone: false, selector: "atomic-insight-numeric-facet", inputs: { facetId: "facetId", label: "label", field: "field", numberOfValues: "numberOfValues", withInput: "withInput", sortCriteria: "sortCriteria", rangeAlgorithm: "rangeAlgorithm", displayValuesAs: "displayValuesAs", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1995
1995
|
};
|
|
1996
1996
|
AtomicInsightNumericFacet = __decorate([
|
|
1997
1997
|
ProxyCmp({
|
|
@@ -2000,7 +2000,7 @@ AtomicInsightNumericFacet = __decorate([
|
|
|
2000
2000
|
defineCustomElementFn: () => { customElements.get('atomic-insight-numeric-facet') || customElements.define('atomic-insight-numeric-facet', AtomicInsightNumericFacet$1); }
|
|
2001
2001
|
})
|
|
2002
2002
|
], AtomicInsightNumericFacet);
|
|
2003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightNumericFacet, decorators: [{
|
|
2004
2004
|
type: Component,
|
|
2005
2005
|
args: [{
|
|
2006
2006
|
selector: 'atomic-insight-numeric-facet',
|
|
@@ -2020,8 +2020,8 @@ let AtomicInsightPager = class AtomicInsightPager {
|
|
|
2020
2020
|
this.el = el.nativeElement;
|
|
2021
2021
|
proxyOutputs(this, this.el, ['atomic/scrollToTop']);
|
|
2022
2022
|
}
|
|
2023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2024
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightPager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2024
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightPager, isStandalone: false, selector: "atomic-insight-pager", inputs: { numberOfPages: "numberOfPages" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2025
2025
|
};
|
|
2026
2026
|
AtomicInsightPager = __decorate([
|
|
2027
2027
|
ProxyCmp({
|
|
@@ -2030,7 +2030,7 @@ AtomicInsightPager = __decorate([
|
|
|
2030
2030
|
defineCustomElementFn: () => { customElements.get('atomic-insight-pager') || customElements.define('atomic-insight-pager', AtomicInsightPager$1); }
|
|
2031
2031
|
})
|
|
2032
2032
|
], AtomicInsightPager);
|
|
2033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightPager, decorators: [{
|
|
2034
2034
|
type: Component,
|
|
2035
2035
|
args: [{
|
|
2036
2036
|
selector: 'atomic-insight-pager',
|
|
@@ -2049,8 +2049,8 @@ let AtomicInsightQueryError = class AtomicInsightQueryError {
|
|
|
2049
2049
|
c.detach();
|
|
2050
2050
|
this.el = el.nativeElement;
|
|
2051
2051
|
}
|
|
2052
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2053
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2052
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightQueryError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2053
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightQueryError, isStandalone: false, selector: "atomic-insight-query-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2054
2054
|
};
|
|
2055
2055
|
AtomicInsightQueryError = __decorate([
|
|
2056
2056
|
ProxyCmp({
|
|
@@ -2059,7 +2059,7 @@ AtomicInsightQueryError = __decorate([
|
|
|
2059
2059
|
defineCustomElementFn: () => { customElements.get('atomic-insight-query-error') || customElements.define('atomic-insight-query-error', AtomicInsightQueryError$1); }
|
|
2060
2060
|
})
|
|
2061
2061
|
], AtomicInsightQueryError);
|
|
2062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightQueryError, decorators: [{
|
|
2063
2063
|
type: Component,
|
|
2064
2064
|
args: [{
|
|
2065
2065
|
selector: 'atomic-insight-query-error',
|
|
@@ -2078,8 +2078,8 @@ let AtomicInsightQuerySummary = class AtomicInsightQuerySummary {
|
|
|
2078
2078
|
c.detach();
|
|
2079
2079
|
this.el = el.nativeElement;
|
|
2080
2080
|
}
|
|
2081
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2082
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2081
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightQuerySummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2082
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightQuerySummary, isStandalone: false, selector: "atomic-insight-query-summary", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2083
2083
|
};
|
|
2084
2084
|
AtomicInsightQuerySummary = __decorate([
|
|
2085
2085
|
ProxyCmp({
|
|
@@ -2088,7 +2088,7 @@ AtomicInsightQuerySummary = __decorate([
|
|
|
2088
2088
|
defineCustomElementFn: () => { customElements.get('atomic-insight-query-summary') || customElements.define('atomic-insight-query-summary', AtomicInsightQuerySummary$1); }
|
|
2089
2089
|
})
|
|
2090
2090
|
], AtomicInsightQuerySummary);
|
|
2091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightQuerySummary, decorators: [{
|
|
2092
2092
|
type: Component,
|
|
2093
2093
|
args: [{
|
|
2094
2094
|
selector: 'atomic-insight-query-summary',
|
|
@@ -2107,8 +2107,8 @@ let AtomicInsightRefineModal = class AtomicInsightRefineModal {
|
|
|
2107
2107
|
c.detach();
|
|
2108
2108
|
this.el = el.nativeElement;
|
|
2109
2109
|
}
|
|
2110
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2111
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2110
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightRefineModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2111
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightRefineModal, isStandalone: false, selector: "atomic-insight-refine-modal", inputs: { openButton: "openButton", isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2112
2112
|
};
|
|
2113
2113
|
AtomicInsightRefineModal = __decorate([
|
|
2114
2114
|
ProxyCmp({
|
|
@@ -2117,7 +2117,7 @@ AtomicInsightRefineModal = __decorate([
|
|
|
2117
2117
|
defineCustomElementFn: () => { customElements.get('atomic-insight-refine-modal') || customElements.define('atomic-insight-refine-modal', AtomicInsightRefineModal$1); }
|
|
2118
2118
|
})
|
|
2119
2119
|
], AtomicInsightRefineModal);
|
|
2120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightRefineModal, decorators: [{
|
|
2121
2121
|
type: Component,
|
|
2122
2122
|
args: [{
|
|
2123
2123
|
selector: 'atomic-insight-refine-modal',
|
|
@@ -2136,8 +2136,8 @@ let AtomicInsightRefineToggle = class AtomicInsightRefineToggle {
|
|
|
2136
2136
|
c.detach();
|
|
2137
2137
|
this.el = el.nativeElement;
|
|
2138
2138
|
}
|
|
2139
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2140
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightRefineToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2140
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightRefineToggle, isStandalone: false, selector: "atomic-insight-refine-toggle", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2141
2141
|
};
|
|
2142
2142
|
AtomicInsightRefineToggle = __decorate([
|
|
2143
2143
|
ProxyCmp({
|
|
@@ -2146,7 +2146,7 @@ AtomicInsightRefineToggle = __decorate([
|
|
|
2146
2146
|
defineCustomElementFn: () => { customElements.get('atomic-insight-refine-toggle') || customElements.define('atomic-insight-refine-toggle', AtomicInsightRefineToggle$1); }
|
|
2147
2147
|
})
|
|
2148
2148
|
], AtomicInsightRefineToggle);
|
|
2149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightRefineToggle, decorators: [{
|
|
2150
2150
|
type: Component,
|
|
2151
2151
|
args: [{
|
|
2152
2152
|
selector: 'atomic-insight-refine-toggle',
|
|
@@ -2165,8 +2165,8 @@ let AtomicInsightResultActionBar = class AtomicInsightResultActionBar {
|
|
|
2165
2165
|
c.detach();
|
|
2166
2166
|
this.el = el.nativeElement;
|
|
2167
2167
|
}
|
|
2168
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2169
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultActionBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2169
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultActionBar, isStandalone: false, selector: "atomic-insight-result-action-bar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2170
2170
|
};
|
|
2171
2171
|
AtomicInsightResultActionBar = __decorate([
|
|
2172
2172
|
ProxyCmp({
|
|
@@ -2175,7 +2175,7 @@ AtomicInsightResultActionBar = __decorate([
|
|
|
2175
2175
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-action-bar') || customElements.define('atomic-insight-result-action-bar', AtomicInsightResultActionBar$1); }
|
|
2176
2176
|
})
|
|
2177
2177
|
], AtomicInsightResultActionBar);
|
|
2178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultActionBar, decorators: [{
|
|
2179
2179
|
type: Component,
|
|
2180
2180
|
args: [{
|
|
2181
2181
|
selector: 'atomic-insight-result-action-bar',
|
|
@@ -2195,8 +2195,8 @@ let AtomicInsightResultAction = class AtomicInsightResultAction {
|
|
|
2195
2195
|
this.el = el.nativeElement;
|
|
2196
2196
|
proxyOutputs(this, this.el, ['atomicInsightResultActionClicked']);
|
|
2197
2197
|
}
|
|
2198
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2199
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2198
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2199
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultAction, isStandalone: false, selector: "atomic-insight-result-action", inputs: { icon: "icon", tooltip: "tooltip", tooltipOnClick: "tooltipOnClick", action: "action" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2200
2200
|
};
|
|
2201
2201
|
AtomicInsightResultAction = __decorate([
|
|
2202
2202
|
ProxyCmp({
|
|
@@ -2205,7 +2205,7 @@ AtomicInsightResultAction = __decorate([
|
|
|
2205
2205
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-action') || customElements.define('atomic-insight-result-action', AtomicInsightResultAction$1); }
|
|
2206
2206
|
})
|
|
2207
2207
|
], AtomicInsightResultAction);
|
|
2208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultAction, decorators: [{
|
|
2209
2209
|
type: Component,
|
|
2210
2210
|
args: [{
|
|
2211
2211
|
selector: 'atomic-insight-result-action',
|
|
@@ -2225,8 +2225,8 @@ let AtomicInsightResultAttachToCaseAction = class AtomicInsightResultAttachToCas
|
|
|
2225
2225
|
this.el = el.nativeElement;
|
|
2226
2226
|
proxyOutputs(this, this.el, ['atomic/insight/attachToCase/detach', 'atomic/insight/attachToCase/attach']);
|
|
2227
2227
|
}
|
|
2228
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2229
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2228
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultAttachToCaseAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2229
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultAttachToCaseAction, isStandalone: false, selector: "atomic-insight-result-attach-to-case-action", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2230
2230
|
};
|
|
2231
2231
|
AtomicInsightResultAttachToCaseAction = __decorate([
|
|
2232
2232
|
ProxyCmp({
|
|
@@ -2235,7 +2235,7 @@ AtomicInsightResultAttachToCaseAction = __decorate([
|
|
|
2235
2235
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-attach-to-case-action') || customElements.define('atomic-insight-result-attach-to-case-action', AtomicInsightResultAttachToCaseAction$1); }
|
|
2236
2236
|
})
|
|
2237
2237
|
], AtomicInsightResultAttachToCaseAction);
|
|
2238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultAttachToCaseAction, decorators: [{
|
|
2239
2239
|
type: Component,
|
|
2240
2240
|
args: [{
|
|
2241
2241
|
selector: 'atomic-insight-result-attach-to-case-action',
|
|
@@ -2254,8 +2254,8 @@ let AtomicInsightResultAttachToCaseIndicator = class AtomicInsightResultAttachTo
|
|
|
2254
2254
|
c.detach();
|
|
2255
2255
|
this.el = el.nativeElement;
|
|
2256
2256
|
}
|
|
2257
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2258
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultAttachToCaseIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2258
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultAttachToCaseIndicator, isStandalone: false, selector: "atomic-insight-result-attach-to-case-indicator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2259
2259
|
};
|
|
2260
2260
|
AtomicInsightResultAttachToCaseIndicator = __decorate([
|
|
2261
2261
|
ProxyCmp({
|
|
@@ -2264,7 +2264,7 @@ AtomicInsightResultAttachToCaseIndicator = __decorate([
|
|
|
2264
2264
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-attach-to-case-indicator') || customElements.define('atomic-insight-result-attach-to-case-indicator', AtomicInsightResultAttachToCaseIndicator$1); }
|
|
2265
2265
|
})
|
|
2266
2266
|
], AtomicInsightResultAttachToCaseIndicator);
|
|
2267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultAttachToCaseIndicator, decorators: [{
|
|
2268
2268
|
type: Component,
|
|
2269
2269
|
args: [{
|
|
2270
2270
|
selector: 'atomic-insight-result-attach-to-case-indicator',
|
|
@@ -2283,8 +2283,8 @@ let AtomicInsightResultChildrenTemplate = class AtomicInsightResultChildrenTempl
|
|
|
2283
2283
|
c.detach();
|
|
2284
2284
|
this.el = el.nativeElement;
|
|
2285
2285
|
}
|
|
2286
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2287
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2286
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultChildrenTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2287
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultChildrenTemplate, isStandalone: false, selector: "atomic-insight-result-children-template", inputs: { ifDefined: "ifDefined", ifNotDefined: "ifNotDefined", mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2288
2288
|
};
|
|
2289
2289
|
AtomicInsightResultChildrenTemplate = __decorate([
|
|
2290
2290
|
ProxyCmp({
|
|
@@ -2293,7 +2293,7 @@ AtomicInsightResultChildrenTemplate = __decorate([
|
|
|
2293
2293
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-children-template') || customElements.define('atomic-insight-result-children-template', AtomicInsightResultChildrenTemplate$1); }
|
|
2294
2294
|
})
|
|
2295
2295
|
], AtomicInsightResultChildrenTemplate);
|
|
2296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultChildrenTemplate, decorators: [{
|
|
2297
2297
|
type: Component,
|
|
2298
2298
|
args: [{
|
|
2299
2299
|
selector: 'atomic-insight-result-children-template',
|
|
@@ -2312,8 +2312,8 @@ let AtomicInsightResultChildren = class AtomicInsightResultChildren {
|
|
|
2312
2312
|
c.detach();
|
|
2313
2313
|
this.el = el.nativeElement;
|
|
2314
2314
|
}
|
|
2315
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2316
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2315
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultChildren, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2316
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultChildren, isStandalone: false, selector: "atomic-insight-result-children", inputs: { inheritTemplates: "inheritTemplates", imageSize: "imageSize", noResultText: "noResultText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2317
2317
|
};
|
|
2318
2318
|
AtomicInsightResultChildren = __decorate([
|
|
2319
2319
|
ProxyCmp({
|
|
@@ -2322,7 +2322,7 @@ AtomicInsightResultChildren = __decorate([
|
|
|
2322
2322
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-children') || customElements.define('atomic-insight-result-children', AtomicInsightResultChildren$1); }
|
|
2323
2323
|
})
|
|
2324
2324
|
], AtomicInsightResultChildren);
|
|
2325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultChildren, decorators: [{
|
|
2326
2326
|
type: Component,
|
|
2327
2327
|
args: [{
|
|
2328
2328
|
selector: 'atomic-insight-result-children',
|
|
@@ -2341,8 +2341,8 @@ let AtomicInsightResultList = class AtomicInsightResultList {
|
|
|
2341
2341
|
c.detach();
|
|
2342
2342
|
this.el = el.nativeElement;
|
|
2343
2343
|
}
|
|
2344
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2345
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2344
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2345
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultList, isStandalone: false, selector: "atomic-insight-result-list", inputs: { density: "density", imageSize: "imageSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2346
2346
|
};
|
|
2347
2347
|
AtomicInsightResultList = __decorate([
|
|
2348
2348
|
ProxyCmp({
|
|
@@ -2351,7 +2351,7 @@ AtomicInsightResultList = __decorate([
|
|
|
2351
2351
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-list') || customElements.define('atomic-insight-result-list', AtomicInsightResultList$1); }
|
|
2352
2352
|
})
|
|
2353
2353
|
], AtomicInsightResultList);
|
|
2354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultList, decorators: [{
|
|
2355
2355
|
type: Component,
|
|
2356
2356
|
args: [{
|
|
2357
2357
|
selector: 'atomic-insight-result-list',
|
|
@@ -2370,8 +2370,8 @@ let AtomicInsightResultQuickviewAction = class AtomicInsightResultQuickviewActio
|
|
|
2370
2370
|
c.detach();
|
|
2371
2371
|
this.el = el.nativeElement;
|
|
2372
2372
|
}
|
|
2373
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2374
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2373
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultQuickviewAction, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2374
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultQuickviewAction, isStandalone: false, selector: "atomic-insight-result-quickview-action", inputs: { sandbox: "sandbox" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2375
2375
|
};
|
|
2376
2376
|
AtomicInsightResultQuickviewAction = __decorate([
|
|
2377
2377
|
ProxyCmp({
|
|
@@ -2380,7 +2380,7 @@ AtomicInsightResultQuickviewAction = __decorate([
|
|
|
2380
2380
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-quickview-action') || customElements.define('atomic-insight-result-quickview-action', AtomicInsightResultQuickviewAction$1); }
|
|
2381
2381
|
})
|
|
2382
2382
|
], AtomicInsightResultQuickviewAction);
|
|
2383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultQuickviewAction, decorators: [{
|
|
2384
2384
|
type: Component,
|
|
2385
2385
|
args: [{
|
|
2386
2386
|
selector: 'atomic-insight-result-quickview-action',
|
|
@@ -2399,8 +2399,8 @@ let AtomicInsightResultTemplate = class AtomicInsightResultTemplate {
|
|
|
2399
2399
|
c.detach();
|
|
2400
2400
|
this.el = el.nativeElement;
|
|
2401
2401
|
}
|
|
2402
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2403
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2402
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2403
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResultTemplate, isStandalone: false, selector: "atomic-insight-result-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2404
2404
|
};
|
|
2405
2405
|
AtomicInsightResultTemplate = __decorate([
|
|
2406
2406
|
ProxyCmp({
|
|
@@ -2409,7 +2409,7 @@ AtomicInsightResultTemplate = __decorate([
|
|
|
2409
2409
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result-template') || customElements.define('atomic-insight-result-template', AtomicInsightResultTemplate$1); }
|
|
2410
2410
|
})
|
|
2411
2411
|
], AtomicInsightResultTemplate);
|
|
2412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResultTemplate, decorators: [{
|
|
2413
2413
|
type: Component,
|
|
2414
2414
|
args: [{
|
|
2415
2415
|
selector: 'atomic-insight-result-template',
|
|
@@ -2428,8 +2428,8 @@ let AtomicInsightResult = class AtomicInsightResult {
|
|
|
2428
2428
|
c.detach();
|
|
2429
2429
|
this.el = el.nativeElement;
|
|
2430
2430
|
}
|
|
2431
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2432
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2431
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResult, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2432
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightResult, isStandalone: false, selector: "atomic-insight-result", inputs: { stopPropagation: "stopPropagation", result: "result", content: "content", density: "density", imageSize: "imageSize", classes: "classes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2433
2433
|
};
|
|
2434
2434
|
AtomicInsightResult = __decorate([
|
|
2435
2435
|
ProxyCmp({
|
|
@@ -2438,7 +2438,7 @@ AtomicInsightResult = __decorate([
|
|
|
2438
2438
|
defineCustomElementFn: () => { customElements.get('atomic-insight-result') || customElements.define('atomic-insight-result', AtomicInsightResult$1); }
|
|
2439
2439
|
})
|
|
2440
2440
|
], AtomicInsightResult);
|
|
2441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightResult, decorators: [{
|
|
2442
2442
|
type: Component,
|
|
2443
2443
|
args: [{
|
|
2444
2444
|
selector: 'atomic-insight-result',
|
|
@@ -2457,8 +2457,8 @@ let AtomicInsightSearchBox = class AtomicInsightSearchBox {
|
|
|
2457
2457
|
c.detach();
|
|
2458
2458
|
this.el = el.nativeElement;
|
|
2459
2459
|
}
|
|
2460
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2461
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2460
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSearchBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2461
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightSearchBox, isStandalone: false, selector: "atomic-insight-search-box", inputs: { disableSearch: "disableSearch", numberOfSuggestions: "numberOfSuggestions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2462
2462
|
};
|
|
2463
2463
|
AtomicInsightSearchBox = __decorate([
|
|
2464
2464
|
ProxyCmp({
|
|
@@ -2467,7 +2467,7 @@ AtomicInsightSearchBox = __decorate([
|
|
|
2467
2467
|
defineCustomElementFn: () => { customElements.get('atomic-insight-search-box') || customElements.define('atomic-insight-search-box', AtomicInsightSearchBox$1); }
|
|
2468
2468
|
})
|
|
2469
2469
|
], AtomicInsightSearchBox);
|
|
2470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSearchBox, decorators: [{
|
|
2471
2471
|
type: Component,
|
|
2472
2472
|
args: [{
|
|
2473
2473
|
selector: 'atomic-insight-search-box',
|
|
@@ -2487,8 +2487,8 @@ let AtomicInsightSmartSnippetFeedbackModal = class AtomicInsightSmartSnippetFeed
|
|
|
2487
2487
|
this.el = el.nativeElement;
|
|
2488
2488
|
proxyOutputs(this, this.el, ['feedbackSent']);
|
|
2489
2489
|
}
|
|
2490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2490
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSmartSnippetFeedbackModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2491
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightSmartSnippetFeedbackModal, isStandalone: false, selector: "atomic-insight-smart-snippet-feedback-modal", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2492
2492
|
};
|
|
2493
2493
|
AtomicInsightSmartSnippetFeedbackModal = __decorate([
|
|
2494
2494
|
ProxyCmp({
|
|
@@ -2497,7 +2497,7 @@ AtomicInsightSmartSnippetFeedbackModal = __decorate([
|
|
|
2497
2497
|
defineCustomElementFn: () => { customElements.get('atomic-insight-smart-snippet-feedback-modal') || customElements.define('atomic-insight-smart-snippet-feedback-modal', AtomicInsightSmartSnippetFeedbackModal$1); }
|
|
2498
2498
|
})
|
|
2499
2499
|
], AtomicInsightSmartSnippetFeedbackModal);
|
|
2500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSmartSnippetFeedbackModal, decorators: [{
|
|
2501
2501
|
type: Component,
|
|
2502
2502
|
args: [{
|
|
2503
2503
|
selector: 'atomic-insight-smart-snippet-feedback-modal',
|
|
@@ -2516,8 +2516,8 @@ let AtomicInsightSmartSnippetSuggestions = class AtomicInsightSmartSnippetSugges
|
|
|
2516
2516
|
c.detach();
|
|
2517
2517
|
this.el = el.nativeElement;
|
|
2518
2518
|
}
|
|
2519
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2520
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2519
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSmartSnippetSuggestions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2520
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightSmartSnippetSuggestions, isStandalone: false, selector: "atomic-insight-smart-snippet-suggestions", inputs: { headingLevel: "headingLevel", snippetStyle: "snippetStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2521
2521
|
};
|
|
2522
2522
|
AtomicInsightSmartSnippetSuggestions = __decorate([
|
|
2523
2523
|
ProxyCmp({
|
|
@@ -2526,7 +2526,7 @@ AtomicInsightSmartSnippetSuggestions = __decorate([
|
|
|
2526
2526
|
defineCustomElementFn: () => { customElements.get('atomic-insight-smart-snippet-suggestions') || customElements.define('atomic-insight-smart-snippet-suggestions', AtomicInsightSmartSnippetSuggestions$1); }
|
|
2527
2527
|
})
|
|
2528
2528
|
], AtomicInsightSmartSnippetSuggestions);
|
|
2529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSmartSnippetSuggestions, decorators: [{
|
|
2530
2530
|
type: Component,
|
|
2531
2531
|
args: [{
|
|
2532
2532
|
selector: 'atomic-insight-smart-snippet-suggestions',
|
|
@@ -2545,8 +2545,8 @@ let AtomicInsightSmartSnippet = class AtomicInsightSmartSnippet {
|
|
|
2545
2545
|
c.detach();
|
|
2546
2546
|
this.el = el.nativeElement;
|
|
2547
2547
|
}
|
|
2548
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2549
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2548
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSmartSnippet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2549
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightSmartSnippet, isStandalone: false, selector: "atomic-insight-smart-snippet", inputs: { headingLevel: "headingLevel", maximumHeight: "maximumHeight", collapsedHeight: "collapsedHeight", snippetStyle: "snippetStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2550
2550
|
};
|
|
2551
2551
|
AtomicInsightSmartSnippet = __decorate([
|
|
2552
2552
|
ProxyCmp({
|
|
@@ -2555,7 +2555,7 @@ AtomicInsightSmartSnippet = __decorate([
|
|
|
2555
2555
|
defineCustomElementFn: () => { customElements.get('atomic-insight-smart-snippet') || customElements.define('atomic-insight-smart-snippet', AtomicInsightSmartSnippet$1); }
|
|
2556
2556
|
})
|
|
2557
2557
|
], AtomicInsightSmartSnippet);
|
|
2558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightSmartSnippet, decorators: [{
|
|
2559
2559
|
type: Component,
|
|
2560
2560
|
args: [{
|
|
2561
2561
|
selector: 'atomic-insight-smart-snippet',
|
|
@@ -2574,8 +2574,8 @@ let AtomicInsightTimeframeFacet = class AtomicInsightTimeframeFacet {
|
|
|
2574
2574
|
c.detach();
|
|
2575
2575
|
this.el = el.nativeElement;
|
|
2576
2576
|
}
|
|
2577
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2578
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2577
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightTimeframeFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2578
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightTimeframeFacet, isStandalone: false, selector: "atomic-insight-timeframe-facet", inputs: { label: "label", field: "field", withDatePicker: "withDatePicker", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", sortCriteria: "sortCriteria", facetId: "facetId", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2579
2579
|
};
|
|
2580
2580
|
AtomicInsightTimeframeFacet = __decorate([
|
|
2581
2581
|
ProxyCmp({
|
|
@@ -2584,7 +2584,7 @@ AtomicInsightTimeframeFacet = __decorate([
|
|
|
2584
2584
|
defineCustomElementFn: () => { customElements.get('atomic-insight-timeframe-facet') || customElements.define('atomic-insight-timeframe-facet', AtomicInsightTimeframeFacet$1); }
|
|
2585
2585
|
})
|
|
2586
2586
|
], AtomicInsightTimeframeFacet);
|
|
2587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightTimeframeFacet, decorators: [{
|
|
2588
2588
|
type: Component,
|
|
2589
2589
|
args: [{
|
|
2590
2590
|
selector: 'atomic-insight-timeframe-facet',
|
|
@@ -2603,8 +2603,8 @@ let AtomicInsightUserActionsModal = class AtomicInsightUserActionsModal {
|
|
|
2603
2603
|
c.detach();
|
|
2604
2604
|
this.el = el.nativeElement;
|
|
2605
2605
|
}
|
|
2606
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2607
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2606
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightUserActionsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2607
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightUserActionsModal, isStandalone: false, selector: "atomic-insight-user-actions-modal", inputs: { isOpen: "isOpen", userId: "userId", ticketCreationDateTime: "ticketCreationDateTime", excludedCustomActions: "excludedCustomActions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2608
2608
|
};
|
|
2609
2609
|
AtomicInsightUserActionsModal = __decorate([
|
|
2610
2610
|
ProxyCmp({
|
|
@@ -2613,7 +2613,7 @@ AtomicInsightUserActionsModal = __decorate([
|
|
|
2613
2613
|
defineCustomElementFn: () => { customElements.get('atomic-insight-user-actions-modal') || customElements.define('atomic-insight-user-actions-modal', AtomicInsightUserActionsModal$1); }
|
|
2614
2614
|
})
|
|
2615
2615
|
], AtomicInsightUserActionsModal);
|
|
2616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightUserActionsModal, decorators: [{
|
|
2617
2617
|
type: Component,
|
|
2618
2618
|
args: [{
|
|
2619
2619
|
selector: 'atomic-insight-user-actions-modal',
|
|
@@ -2632,8 +2632,8 @@ let AtomicInsightUserActionsTimeline = class AtomicInsightUserActionsTimeline {
|
|
|
2632
2632
|
c.detach();
|
|
2633
2633
|
this.el = el.nativeElement;
|
|
2634
2634
|
}
|
|
2635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2636
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightUserActionsTimeline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2636
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightUserActionsTimeline, isStandalone: false, selector: "atomic-insight-user-actions-timeline", inputs: { userId: "userId", ticketCreationDateTime: "ticketCreationDateTime", excludedCustomActions: "excludedCustomActions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2637
2637
|
};
|
|
2638
2638
|
AtomicInsightUserActionsTimeline = __decorate([
|
|
2639
2639
|
ProxyCmp({
|
|
@@ -2642,7 +2642,7 @@ AtomicInsightUserActionsTimeline = __decorate([
|
|
|
2642
2642
|
defineCustomElementFn: () => { customElements.get('atomic-insight-user-actions-timeline') || customElements.define('atomic-insight-user-actions-timeline', AtomicInsightUserActionsTimeline$1); }
|
|
2643
2643
|
})
|
|
2644
2644
|
], AtomicInsightUserActionsTimeline);
|
|
2645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightUserActionsTimeline, decorators: [{
|
|
2646
2646
|
type: Component,
|
|
2647
2647
|
args: [{
|
|
2648
2648
|
selector: 'atomic-insight-user-actions-timeline',
|
|
@@ -2661,8 +2661,8 @@ let AtomicInsightUserActionsToggle = class AtomicInsightUserActionsToggle {
|
|
|
2661
2661
|
c.detach();
|
|
2662
2662
|
this.el = el.nativeElement;
|
|
2663
2663
|
}
|
|
2664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2665
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2664
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightUserActionsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2665
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicInsightUserActionsToggle, isStandalone: false, selector: "atomic-insight-user-actions-toggle", inputs: { userId: "userId", ticketCreationDateTime: "ticketCreationDateTime", excludedCustomActions: "excludedCustomActions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2666
2666
|
};
|
|
2667
2667
|
AtomicInsightUserActionsToggle = __decorate([
|
|
2668
2668
|
ProxyCmp({
|
|
@@ -2671,7 +2671,7 @@ AtomicInsightUserActionsToggle = __decorate([
|
|
|
2671
2671
|
defineCustomElementFn: () => { customElements.get('atomic-insight-user-actions-toggle') || customElements.define('atomic-insight-user-actions-toggle', AtomicInsightUserActionsToggle$1); }
|
|
2672
2672
|
})
|
|
2673
2673
|
], AtomicInsightUserActionsToggle);
|
|
2674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicInsightUserActionsToggle, decorators: [{
|
|
2675
2675
|
type: Component,
|
|
2676
2676
|
args: [{
|
|
2677
2677
|
selector: 'atomic-insight-user-actions-toggle',
|
|
@@ -2690,8 +2690,8 @@ let AtomicIpxButton = class AtomicIpxButton {
|
|
|
2690
2690
|
c.detach();
|
|
2691
2691
|
this.el = el.nativeElement;
|
|
2692
2692
|
}
|
|
2693
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2694
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2693
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2694
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxButton, isStandalone: false, selector: "atomic-ipx-button", inputs: { label: "label", closeIcon: "closeIcon", openIcon: "openIcon", isModalOpen: "isModalOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2695
2695
|
};
|
|
2696
2696
|
AtomicIpxButton = __decorate([
|
|
2697
2697
|
ProxyCmp({
|
|
@@ -2700,7 +2700,7 @@ AtomicIpxButton = __decorate([
|
|
|
2700
2700
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-button') || customElements.define('atomic-ipx-button', AtomicIpxButton$1); }
|
|
2701
2701
|
})
|
|
2702
2702
|
], AtomicIpxButton);
|
|
2703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxButton, decorators: [{
|
|
2704
2704
|
type: Component,
|
|
2705
2705
|
args: [{
|
|
2706
2706
|
selector: 'atomic-ipx-button',
|
|
@@ -2719,8 +2719,8 @@ let AtomicIpxEmbedded = class AtomicIpxEmbedded {
|
|
|
2719
2719
|
c.detach();
|
|
2720
2720
|
this.el = el.nativeElement;
|
|
2721
2721
|
}
|
|
2722
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2723
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2722
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxEmbedded, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2723
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxEmbedded, isStandalone: false, selector: "atomic-ipx-embedded", inputs: { container: "container" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2724
2724
|
};
|
|
2725
2725
|
AtomicIpxEmbedded = __decorate([
|
|
2726
2726
|
ProxyCmp({
|
|
@@ -2729,7 +2729,7 @@ AtomicIpxEmbedded = __decorate([
|
|
|
2729
2729
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-embedded') || customElements.define('atomic-ipx-embedded', AtomicIpxEmbedded$1); }
|
|
2730
2730
|
})
|
|
2731
2731
|
], AtomicIpxEmbedded);
|
|
2732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxEmbedded, decorators: [{
|
|
2733
2733
|
type: Component,
|
|
2734
2734
|
args: [{
|
|
2735
2735
|
selector: 'atomic-ipx-embedded',
|
|
@@ -2749,8 +2749,8 @@ let AtomicIpxModal = class AtomicIpxModal {
|
|
|
2749
2749
|
this.el = el.nativeElement;
|
|
2750
2750
|
proxyOutputs(this, this.el, ['animationEnded']);
|
|
2751
2751
|
}
|
|
2752
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2753
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2752
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2753
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxModal, isStandalone: false, selector: "atomic-ipx-modal", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2754
2754
|
};
|
|
2755
2755
|
AtomicIpxModal = __decorate([
|
|
2756
2756
|
ProxyCmp({
|
|
@@ -2759,7 +2759,7 @@ AtomicIpxModal = __decorate([
|
|
|
2759
2759
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-modal') || customElements.define('atomic-ipx-modal', AtomicIpxModal$1); }
|
|
2760
2760
|
})
|
|
2761
2761
|
], AtomicIpxModal);
|
|
2762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxModal, decorators: [{
|
|
2763
2763
|
type: Component,
|
|
2764
2764
|
args: [{
|
|
2765
2765
|
selector: 'atomic-ipx-modal',
|
|
@@ -2778,8 +2778,8 @@ let AtomicIpxRecsList = class AtomicIpxRecsList {
|
|
|
2778
2778
|
c.detach();
|
|
2779
2779
|
this.el = el.nativeElement;
|
|
2780
2780
|
}
|
|
2781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2782
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxRecsList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2782
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxRecsList, isStandalone: false, selector: "atomic-ipx-recs-list", inputs: { recommendation: "recommendation", display: "display", density: "density", imageSize: "imageSize", numberOfRecommendations: "numberOfRecommendations", numberOfRecommendationsPerPage: "numberOfRecommendationsPerPage", label: "label", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2783
2783
|
};
|
|
2784
2784
|
AtomicIpxRecsList = __decorate([
|
|
2785
2785
|
ProxyCmp({
|
|
@@ -2788,7 +2788,7 @@ AtomicIpxRecsList = __decorate([
|
|
|
2788
2788
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-recs-list') || customElements.define('atomic-ipx-recs-list', AtomicIpxRecsList$1); }
|
|
2789
2789
|
})
|
|
2790
2790
|
], AtomicIpxRecsList);
|
|
2791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxRecsList, decorators: [{
|
|
2792
2792
|
type: Component,
|
|
2793
2793
|
args: [{
|
|
2794
2794
|
selector: 'atomic-ipx-recs-list',
|
|
@@ -2807,8 +2807,8 @@ let AtomicIpxRefineModal = class AtomicIpxRefineModal {
|
|
|
2807
2807
|
c.detach();
|
|
2808
2808
|
this.el = el.nativeElement;
|
|
2809
2809
|
}
|
|
2810
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2811
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2810
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxRefineModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2811
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxRefineModal, isStandalone: false, selector: "atomic-ipx-refine-modal", inputs: { openButton: "openButton", isOpen: "isOpen", collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2812
2812
|
};
|
|
2813
2813
|
AtomicIpxRefineModal = __decorate([
|
|
2814
2814
|
ProxyCmp({
|
|
@@ -2817,7 +2817,7 @@ AtomicIpxRefineModal = __decorate([
|
|
|
2817
2817
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-refine-modal') || customElements.define('atomic-ipx-refine-modal', AtomicIpxRefineModal$1); }
|
|
2818
2818
|
})
|
|
2819
2819
|
], AtomicIpxRefineModal);
|
|
2820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxRefineModal, decorators: [{
|
|
2821
2821
|
type: Component,
|
|
2822
2822
|
args: [{
|
|
2823
2823
|
selector: 'atomic-ipx-refine-modal',
|
|
@@ -2836,8 +2836,8 @@ let AtomicIpxRefineToggle = class AtomicIpxRefineToggle {
|
|
|
2836
2836
|
c.detach();
|
|
2837
2837
|
this.el = el.nativeElement;
|
|
2838
2838
|
}
|
|
2839
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2840
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2839
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxRefineToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2840
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxRefineToggle, isStandalone: false, selector: "atomic-ipx-refine-toggle", inputs: { collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2841
2841
|
};
|
|
2842
2842
|
AtomicIpxRefineToggle = __decorate([
|
|
2843
2843
|
ProxyCmp({
|
|
@@ -2846,7 +2846,7 @@ AtomicIpxRefineToggle = __decorate([
|
|
|
2846
2846
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-refine-toggle') || customElements.define('atomic-ipx-refine-toggle', AtomicIpxRefineToggle$1); }
|
|
2847
2847
|
})
|
|
2848
2848
|
], AtomicIpxRefineToggle);
|
|
2849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxRefineToggle, decorators: [{
|
|
2850
2850
|
type: Component,
|
|
2851
2851
|
args: [{
|
|
2852
2852
|
selector: 'atomic-ipx-refine-toggle',
|
|
@@ -2865,8 +2865,8 @@ let AtomicIpxResultLink = class AtomicIpxResultLink {
|
|
|
2865
2865
|
c.detach();
|
|
2866
2866
|
this.el = el.nativeElement;
|
|
2867
2867
|
}
|
|
2868
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2869
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2868
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxResultLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2869
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicIpxResultLink, isStandalone: false, selector: "atomic-ipx-result-link", inputs: { hrefTemplate: "hrefTemplate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2870
2870
|
};
|
|
2871
2871
|
AtomicIpxResultLink = __decorate([
|
|
2872
2872
|
ProxyCmp({
|
|
@@ -2875,7 +2875,7 @@ AtomicIpxResultLink = __decorate([
|
|
|
2875
2875
|
defineCustomElementFn: () => { customElements.get('atomic-ipx-result-link') || customElements.define('atomic-ipx-result-link', AtomicIpxResultLink$1); }
|
|
2876
2876
|
})
|
|
2877
2877
|
], AtomicIpxResultLink);
|
|
2878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicIpxResultLink, decorators: [{
|
|
2879
2879
|
type: Component,
|
|
2880
2880
|
args: [{
|
|
2881
2881
|
selector: 'atomic-ipx-result-link',
|
|
@@ -2894,8 +2894,8 @@ let AtomicRecsError = class AtomicRecsError {
|
|
|
2894
2894
|
c.detach();
|
|
2895
2895
|
this.el = el.nativeElement;
|
|
2896
2896
|
}
|
|
2897
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2898
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2897
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2898
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRecsError, isStandalone: false, selector: "atomic-recs-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2899
2899
|
};
|
|
2900
2900
|
AtomicRecsError = __decorate([
|
|
2901
2901
|
ProxyCmp({
|
|
@@ -2904,7 +2904,7 @@ AtomicRecsError = __decorate([
|
|
|
2904
2904
|
defineCustomElementFn: () => { customElements.get('atomic-recs-error') || customElements.define('atomic-recs-error', AtomicRecsError$1); }
|
|
2905
2905
|
})
|
|
2906
2906
|
], AtomicRecsError);
|
|
2907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsError, decorators: [{
|
|
2908
2908
|
type: Component,
|
|
2909
2909
|
args: [{
|
|
2910
2910
|
selector: 'atomic-recs-error',
|
|
@@ -2923,8 +2923,8 @@ let AtomicRecsInterface = class AtomicRecsInterface {
|
|
|
2923
2923
|
c.detach();
|
|
2924
2924
|
this.el = el.nativeElement;
|
|
2925
2925
|
}
|
|
2926
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2927
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2926
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2927
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRecsInterface, isStandalone: false, selector: "atomic-recs-interface", inputs: { fieldsToInclude: "fieldsToInclude", pipeline: "pipeline", searchHub: "searchHub", analytics: "analytics", timezone: "timezone", logLevel: "logLevel", language: "language", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2928
2928
|
};
|
|
2929
2929
|
AtomicRecsInterface = __decorate([
|
|
2930
2930
|
ProxyCmp({
|
|
@@ -2933,7 +2933,7 @@ AtomicRecsInterface = __decorate([
|
|
|
2933
2933
|
defineCustomElementFn: () => { customElements.get('atomic-recs-interface') || customElements.define('atomic-recs-interface', AtomicRecsInterface$1); }
|
|
2934
2934
|
})
|
|
2935
2935
|
], AtomicRecsInterface);
|
|
2936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsInterface, decorators: [{
|
|
2937
2937
|
type: Component,
|
|
2938
2938
|
args: [{
|
|
2939
2939
|
selector: 'atomic-recs-interface',
|
|
@@ -2952,8 +2952,8 @@ let AtomicRecsList = class AtomicRecsList {
|
|
|
2952
2952
|
c.detach();
|
|
2953
2953
|
this.el = el.nativeElement;
|
|
2954
2954
|
}
|
|
2955
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2956
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2955
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2956
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRecsList, isStandalone: false, selector: "atomic-recs-list", inputs: { recommendation: "recommendation", display: "display", density: "density", imageSize: "imageSize", numberOfRecommendations: "numberOfRecommendations", numberOfRecommendationsPerPage: "numberOfRecommendationsPerPage", label: "label", headingLevel: "headingLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2957
2957
|
};
|
|
2958
2958
|
AtomicRecsList = __decorate([
|
|
2959
2959
|
ProxyCmp({
|
|
@@ -2962,7 +2962,7 @@ AtomicRecsList = __decorate([
|
|
|
2962
2962
|
defineCustomElementFn: () => { customElements.get('atomic-recs-list') || customElements.define('atomic-recs-list', AtomicRecsList$1); }
|
|
2963
2963
|
})
|
|
2964
2964
|
], AtomicRecsList);
|
|
2965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsList, decorators: [{
|
|
2966
2966
|
type: Component,
|
|
2967
2967
|
args: [{
|
|
2968
2968
|
selector: 'atomic-recs-list',
|
|
@@ -2981,8 +2981,8 @@ let AtomicRecsResultTemplate = class AtomicRecsResultTemplate {
|
|
|
2981
2981
|
c.detach();
|
|
2982
2982
|
this.el = el.nativeElement;
|
|
2983
2983
|
}
|
|
2984
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
2985
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
2984
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsResultTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2985
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRecsResultTemplate, isStandalone: false, selector: "atomic-recs-result-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2986
2986
|
};
|
|
2987
2987
|
AtomicRecsResultTemplate = __decorate([
|
|
2988
2988
|
ProxyCmp({
|
|
@@ -2991,7 +2991,7 @@ AtomicRecsResultTemplate = __decorate([
|
|
|
2991
2991
|
defineCustomElementFn: () => { customElements.get('atomic-recs-result-template') || customElements.define('atomic-recs-result-template', AtomicRecsResultTemplate$1); }
|
|
2992
2992
|
})
|
|
2993
2993
|
], AtomicRecsResultTemplate);
|
|
2994
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
2994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsResultTemplate, decorators: [{
|
|
2995
2995
|
type: Component,
|
|
2996
2996
|
args: [{
|
|
2997
2997
|
selector: 'atomic-recs-result-template',
|
|
@@ -3010,8 +3010,8 @@ let AtomicRecsResult = class AtomicRecsResult {
|
|
|
3010
3010
|
c.detach();
|
|
3011
3011
|
this.el = el.nativeElement;
|
|
3012
3012
|
}
|
|
3013
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3014
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3013
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsResult, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3014
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRecsResult, isStandalone: false, selector: "atomic-recs-result", inputs: { stopPropagation: "stopPropagation", result: "result", interactiveResult: "interactiveResult", store: "store", content: "content", linkContent: "linkContent", display: "display", density: "density", imageSize: "imageSize", classes: "classes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3015
3015
|
};
|
|
3016
3016
|
AtomicRecsResult = __decorate([
|
|
3017
3017
|
ProxyCmp({
|
|
@@ -3020,7 +3020,7 @@ AtomicRecsResult = __decorate([
|
|
|
3020
3020
|
defineCustomElementFn: () => { customElements.get('atomic-recs-result') || customElements.define('atomic-recs-result', AtomicRecsResult$1); }
|
|
3021
3021
|
})
|
|
3022
3022
|
], AtomicRecsResult);
|
|
3023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRecsResult, decorators: [{
|
|
3024
3024
|
type: Component,
|
|
3025
3025
|
args: [{
|
|
3026
3026
|
selector: 'atomic-recs-result',
|
|
@@ -3039,8 +3039,8 @@ let AtomicAutomaticFacetGenerator = class AtomicAutomaticFacetGenerator {
|
|
|
3039
3039
|
c.detach();
|
|
3040
3040
|
this.el = el.nativeElement;
|
|
3041
3041
|
}
|
|
3042
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3043
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3042
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAutomaticFacetGenerator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3043
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicAutomaticFacetGenerator, isStandalone: false, selector: "atomic-automatic-facet-generator", inputs: { desiredCount: "desiredCount", numberOfValues: "numberOfValues" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3044
3044
|
};
|
|
3045
3045
|
AtomicAutomaticFacetGenerator = __decorate([
|
|
3046
3046
|
ProxyCmp({
|
|
@@ -3049,7 +3049,7 @@ AtomicAutomaticFacetGenerator = __decorate([
|
|
|
3049
3049
|
defineCustomElementFn: () => { customElements.get('atomic-automatic-facet-generator') || customElements.define('atomic-automatic-facet-generator', AtomicAutomaticFacetGenerator$1); }
|
|
3050
3050
|
})
|
|
3051
3051
|
], AtomicAutomaticFacetGenerator);
|
|
3052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAutomaticFacetGenerator, decorators: [{
|
|
3053
3053
|
type: Component,
|
|
3054
3054
|
args: [{
|
|
3055
3055
|
selector: 'atomic-automatic-facet-generator',
|
|
@@ -3068,8 +3068,8 @@ let AtomicAutomaticFacet = class AtomicAutomaticFacet {
|
|
|
3068
3068
|
c.detach();
|
|
3069
3069
|
this.el = el.nativeElement;
|
|
3070
3070
|
}
|
|
3071
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3072
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3071
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAutomaticFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3072
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicAutomaticFacet, isStandalone: false, selector: "atomic-automatic-facet", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3073
3073
|
};
|
|
3074
3074
|
AtomicAutomaticFacet = __decorate([
|
|
3075
3075
|
ProxyCmp({
|
|
@@ -3078,7 +3078,7 @@ AtomicAutomaticFacet = __decorate([
|
|
|
3078
3078
|
defineCustomElementFn: () => { customElements.get('atomic-automatic-facet') || customElements.define('atomic-automatic-facet', AtomicAutomaticFacet$1); }
|
|
3079
3079
|
})
|
|
3080
3080
|
], AtomicAutomaticFacet);
|
|
3081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAutomaticFacet, decorators: [{
|
|
3082
3082
|
type: Component,
|
|
3083
3083
|
args: [{
|
|
3084
3084
|
selector: 'atomic-automatic-facet',
|
|
@@ -3097,8 +3097,8 @@ let AtomicBreadbox = class AtomicBreadbox {
|
|
|
3097
3097
|
c.detach();
|
|
3098
3098
|
this.el = el.nativeElement;
|
|
3099
3099
|
}
|
|
3100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3101
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicBreadbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3101
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicBreadbox, isStandalone: false, selector: "atomic-breadbox", inputs: { disableCollapse: "disableCollapse", pathLimit: "pathLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3102
3102
|
};
|
|
3103
3103
|
AtomicBreadbox = __decorate([
|
|
3104
3104
|
ProxyCmp({
|
|
@@ -3107,7 +3107,7 @@ AtomicBreadbox = __decorate([
|
|
|
3107
3107
|
defineCustomElementFn: () => { customElements.get('atomic-breadbox') || customElements.define('atomic-breadbox', AtomicBreadbox$1); }
|
|
3108
3108
|
})
|
|
3109
3109
|
], AtomicBreadbox);
|
|
3110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicBreadbox, decorators: [{
|
|
3111
3111
|
type: Component,
|
|
3112
3112
|
args: [{
|
|
3113
3113
|
selector: 'atomic-breadbox',
|
|
@@ -3126,8 +3126,8 @@ let AtomicCategoryFacet = class AtomicCategoryFacet {
|
|
|
3126
3126
|
c.detach();
|
|
3127
3127
|
this.el = el.nativeElement;
|
|
3128
3128
|
}
|
|
3129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3130
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3129
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCategoryFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3130
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicCategoryFacet, isStandalone: false, selector: "atomic-category-facet", inputs: { facetId: "facetId", label: "label", field: "field", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", numberOfValues: "numberOfValues", withSearch: "withSearch", sortCriteria: "sortCriteria", delimitingCharacter: "delimitingCharacter", basePath: "basePath", filterByBasePath: "filterByBasePath", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3131
3131
|
};
|
|
3132
3132
|
AtomicCategoryFacet = __decorate([
|
|
3133
3133
|
ProxyCmp({
|
|
@@ -3136,7 +3136,7 @@ AtomicCategoryFacet = __decorate([
|
|
|
3136
3136
|
defineCustomElementFn: () => { customElements.get('atomic-category-facet') || customElements.define('atomic-category-facet', AtomicCategoryFacet$1); }
|
|
3137
3137
|
})
|
|
3138
3138
|
], AtomicCategoryFacet);
|
|
3139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicCategoryFacet, decorators: [{
|
|
3140
3140
|
type: Component,
|
|
3141
3141
|
args: [{
|
|
3142
3142
|
selector: 'atomic-category-facet',
|
|
@@ -3155,8 +3155,8 @@ let AtomicColorFacet = class AtomicColorFacet {
|
|
|
3155
3155
|
c.detach();
|
|
3156
3156
|
this.el = el.nativeElement;
|
|
3157
3157
|
}
|
|
3158
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3159
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3158
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicColorFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3159
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicColorFacet, isStandalone: false, selector: "atomic-color-facet", inputs: { facetId: "facetId", label: "label", field: "field", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", numberOfValues: "numberOfValues", withSearch: "withSearch", sortCriteria: "sortCriteria", resultsMustMatch: "resultsMustMatch", displayValuesAs: "displayValuesAs", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", allowedValues: "allowedValues", customSort: "customSort", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3160
3160
|
};
|
|
3161
3161
|
AtomicColorFacet = __decorate([
|
|
3162
3162
|
ProxyCmp({
|
|
@@ -3165,7 +3165,7 @@ AtomicColorFacet = __decorate([
|
|
|
3165
3165
|
defineCustomElementFn: () => { customElements.get('atomic-color-facet') || customElements.define('atomic-color-facet', AtomicColorFacet$1); }
|
|
3166
3166
|
})
|
|
3167
3167
|
], AtomicColorFacet);
|
|
3168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicColorFacet, decorators: [{
|
|
3169
3169
|
type: Component,
|
|
3170
3170
|
args: [{
|
|
3171
3171
|
selector: 'atomic-color-facet',
|
|
@@ -3184,8 +3184,8 @@ let AtomicDidYouMean = class AtomicDidYouMean {
|
|
|
3184
3184
|
c.detach();
|
|
3185
3185
|
this.el = el.nativeElement;
|
|
3186
3186
|
}
|
|
3187
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3188
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3187
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicDidYouMean, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3188
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicDidYouMean, isStandalone: false, selector: "atomic-did-you-mean", inputs: { automaticallyCorrectQuery: "automaticallyCorrectQuery", queryCorrectionMode: "queryCorrectionMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3189
3189
|
};
|
|
3190
3190
|
AtomicDidYouMean = __decorate([
|
|
3191
3191
|
ProxyCmp({
|
|
@@ -3194,7 +3194,7 @@ AtomicDidYouMean = __decorate([
|
|
|
3194
3194
|
defineCustomElementFn: () => { customElements.get('atomic-did-you-mean') || customElements.define('atomic-did-you-mean', AtomicDidYouMean$1); }
|
|
3195
3195
|
})
|
|
3196
3196
|
], AtomicDidYouMean);
|
|
3197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicDidYouMean, decorators: [{
|
|
3198
3198
|
type: Component,
|
|
3199
3199
|
args: [{
|
|
3200
3200
|
selector: 'atomic-did-you-mean',
|
|
@@ -3213,8 +3213,8 @@ let AtomicExternal = class AtomicExternal {
|
|
|
3213
3213
|
c.detach();
|
|
3214
3214
|
this.el = el.nativeElement;
|
|
3215
3215
|
}
|
|
3216
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3217
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3216
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicExternal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3217
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicExternal, isStandalone: false, selector: "atomic-external", inputs: { selector: "selector" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3218
3218
|
};
|
|
3219
3219
|
AtomicExternal = __decorate([
|
|
3220
3220
|
ProxyCmp({
|
|
@@ -3223,7 +3223,7 @@ AtomicExternal = __decorate([
|
|
|
3223
3223
|
defineCustomElementFn: () => { customElements.get('atomic-external') || customElements.define('atomic-external', AtomicExternal$1); }
|
|
3224
3224
|
})
|
|
3225
3225
|
], AtomicExternal);
|
|
3226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicExternal, decorators: [{
|
|
3227
3227
|
type: Component,
|
|
3228
3228
|
args: [{
|
|
3229
3229
|
selector: 'atomic-external',
|
|
@@ -3242,8 +3242,8 @@ let AtomicFacetManager = class AtomicFacetManager {
|
|
|
3242
3242
|
c.detach();
|
|
3243
3243
|
this.el = el.nativeElement;
|
|
3244
3244
|
}
|
|
3245
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3246
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3245
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFacetManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3246
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFacetManager, isStandalone: false, selector: "atomic-facet-manager", inputs: { collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3247
3247
|
};
|
|
3248
3248
|
AtomicFacetManager = __decorate([
|
|
3249
3249
|
ProxyCmp({
|
|
@@ -3252,7 +3252,7 @@ AtomicFacetManager = __decorate([
|
|
|
3252
3252
|
defineCustomElementFn: () => { customElements.get('atomic-facet-manager') || customElements.define('atomic-facet-manager', AtomicFacetManager$1); }
|
|
3253
3253
|
})
|
|
3254
3254
|
], AtomicFacetManager);
|
|
3255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFacetManager, decorators: [{
|
|
3256
3256
|
type: Component,
|
|
3257
3257
|
args: [{
|
|
3258
3258
|
selector: 'atomic-facet-manager',
|
|
@@ -3271,8 +3271,8 @@ let AtomicFacet = class AtomicFacet {
|
|
|
3271
3271
|
c.detach();
|
|
3272
3272
|
this.el = el.nativeElement;
|
|
3273
3273
|
}
|
|
3274
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3275
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3274
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3275
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFacet, isStandalone: false, selector: "atomic-facet", inputs: { facetId: "facetId", label: "label", field: "field", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", numberOfValues: "numberOfValues", withSearch: "withSearch", sortCriteria: "sortCriteria", resultsMustMatch: "resultsMustMatch", displayValuesAs: "displayValuesAs", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", enableExclusion: "enableExclusion", injectionDepth: "injectionDepth", allowedValues: "allowedValues", customSort: "customSort", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3276
3276
|
};
|
|
3277
3277
|
AtomicFacet = __decorate([
|
|
3278
3278
|
ProxyCmp({
|
|
@@ -3281,7 +3281,7 @@ AtomicFacet = __decorate([
|
|
|
3281
3281
|
defineCustomElementFn: () => { customElements.get('atomic-facet') || customElements.define('atomic-facet', AtomicFacet$1); }
|
|
3282
3282
|
})
|
|
3283
3283
|
], AtomicFacet);
|
|
3284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFacet, decorators: [{
|
|
3285
3285
|
type: Component,
|
|
3286
3286
|
args: [{
|
|
3287
3287
|
selector: 'atomic-facet',
|
|
@@ -3300,8 +3300,8 @@ let AtomicFieldCondition = class AtomicFieldCondition {
|
|
|
3300
3300
|
c.detach();
|
|
3301
3301
|
this.el = el.nativeElement;
|
|
3302
3302
|
}
|
|
3303
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3304
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3303
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFieldCondition, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3304
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFieldCondition, isStandalone: false, selector: "atomic-field-condition", inputs: { ifDefined: "ifDefined", ifNotDefined: "ifNotDefined", mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3305
3305
|
};
|
|
3306
3306
|
AtomicFieldCondition = __decorate([
|
|
3307
3307
|
ProxyCmp({
|
|
@@ -3310,7 +3310,7 @@ AtomicFieldCondition = __decorate([
|
|
|
3310
3310
|
defineCustomElementFn: () => { customElements.get('atomic-field-condition') || customElements.define('atomic-field-condition', AtomicFieldCondition$1); }
|
|
3311
3311
|
})
|
|
3312
3312
|
], AtomicFieldCondition);
|
|
3313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFieldCondition, decorators: [{
|
|
3314
3314
|
type: Component,
|
|
3315
3315
|
args: [{
|
|
3316
3316
|
selector: 'atomic-field-condition',
|
|
@@ -3329,8 +3329,8 @@ let AtomicFoldedResultList = class AtomicFoldedResultList {
|
|
|
3329
3329
|
c.detach();
|
|
3330
3330
|
this.el = el.nativeElement;
|
|
3331
3331
|
}
|
|
3332
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3333
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3332
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFoldedResultList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3333
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFoldedResultList, isStandalone: false, selector: "atomic-folded-result-list", inputs: { density: "density", imageSize: "imageSize", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", collectionField: "collectionField", parentField: "parentField", childField: "childField", numberOfFoldedResults: "numberOfFoldedResults" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3334
3334
|
};
|
|
3335
3335
|
AtomicFoldedResultList = __decorate([
|
|
3336
3336
|
ProxyCmp({
|
|
@@ -3339,7 +3339,7 @@ AtomicFoldedResultList = __decorate([
|
|
|
3339
3339
|
defineCustomElementFn: () => { customElements.get('atomic-folded-result-list') || customElements.define('atomic-folded-result-list', AtomicFoldedResultList$1); }
|
|
3340
3340
|
})
|
|
3341
3341
|
], AtomicFoldedResultList);
|
|
3342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFoldedResultList, decorators: [{
|
|
3343
3343
|
type: Component,
|
|
3344
3344
|
args: [{
|
|
3345
3345
|
selector: 'atomic-folded-result-list',
|
|
@@ -3358,8 +3358,8 @@ let AtomicFormatCurrency = class AtomicFormatCurrency {
|
|
|
3358
3358
|
c.detach();
|
|
3359
3359
|
this.el = el.nativeElement;
|
|
3360
3360
|
}
|
|
3361
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3362
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFormatCurrency, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3362
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFormatCurrency, isStandalone: false, selector: "atomic-format-currency", inputs: { currency: "currency" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3363
3363
|
};
|
|
3364
3364
|
AtomicFormatCurrency = __decorate([
|
|
3365
3365
|
ProxyCmp({
|
|
@@ -3368,7 +3368,7 @@ AtomicFormatCurrency = __decorate([
|
|
|
3368
3368
|
defineCustomElementFn: () => { customElements.get('atomic-format-currency') || customElements.define('atomic-format-currency', AtomicFormatCurrency$1); }
|
|
3369
3369
|
})
|
|
3370
3370
|
], AtomicFormatCurrency);
|
|
3371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFormatCurrency, decorators: [{
|
|
3372
3372
|
type: Component,
|
|
3373
3373
|
args: [{
|
|
3374
3374
|
selector: 'atomic-format-currency',
|
|
@@ -3387,8 +3387,8 @@ let AtomicFormatNumber = class AtomicFormatNumber {
|
|
|
3387
3387
|
c.detach();
|
|
3388
3388
|
this.el = el.nativeElement;
|
|
3389
3389
|
}
|
|
3390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3391
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3390
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFormatNumber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3391
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFormatNumber, isStandalone: false, selector: "atomic-format-number", inputs: { minimumIntegerDigits: "minimumIntegerDigits", minimumFractionDigits: "minimumFractionDigits", maximumFractionDigits: "maximumFractionDigits", minimumSignificantDigits: "minimumSignificantDigits", maximumSignificantDigits: "maximumSignificantDigits" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3392
3392
|
};
|
|
3393
3393
|
AtomicFormatNumber = __decorate([
|
|
3394
3394
|
ProxyCmp({
|
|
@@ -3397,7 +3397,7 @@ AtomicFormatNumber = __decorate([
|
|
|
3397
3397
|
defineCustomElementFn: () => { customElements.get('atomic-format-number') || customElements.define('atomic-format-number', AtomicFormatNumber$1); }
|
|
3398
3398
|
})
|
|
3399
3399
|
], AtomicFormatNumber);
|
|
3400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFormatNumber, decorators: [{
|
|
3401
3401
|
type: Component,
|
|
3402
3402
|
args: [{
|
|
3403
3403
|
selector: 'atomic-format-number',
|
|
@@ -3416,8 +3416,8 @@ let AtomicFormatUnit = class AtomicFormatUnit {
|
|
|
3416
3416
|
c.detach();
|
|
3417
3417
|
this.el = el.nativeElement;
|
|
3418
3418
|
}
|
|
3419
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3420
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3419
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFormatUnit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3420
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicFormatUnit, isStandalone: false, selector: "atomic-format-unit", inputs: { unit: "unit", unitDisplay: "unitDisplay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3421
3421
|
};
|
|
3422
3422
|
AtomicFormatUnit = __decorate([
|
|
3423
3423
|
ProxyCmp({
|
|
@@ -3426,7 +3426,7 @@ AtomicFormatUnit = __decorate([
|
|
|
3426
3426
|
defineCustomElementFn: () => { customElements.get('atomic-format-unit') || customElements.define('atomic-format-unit', AtomicFormatUnit$1); }
|
|
3427
3427
|
})
|
|
3428
3428
|
], AtomicFormatUnit);
|
|
3429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicFormatUnit, decorators: [{
|
|
3430
3430
|
type: Component,
|
|
3431
3431
|
args: [{
|
|
3432
3432
|
selector: 'atomic-format-unit',
|
|
@@ -3445,8 +3445,8 @@ let AtomicGeneratedAnswer = class AtomicGeneratedAnswer {
|
|
|
3445
3445
|
c.detach();
|
|
3446
3446
|
this.el = el.nativeElement;
|
|
3447
3447
|
}
|
|
3448
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3449
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3448
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicGeneratedAnswer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3449
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicGeneratedAnswer, isStandalone: false, selector: "atomic-generated-answer", inputs: { withToggle: "withToggle", collapsible: "collapsible", maxCollapsedHeight: "maxCollapsedHeight", answerConfigurationId: "answerConfigurationId", agentId: "agentId", fieldsToIncludeInCitations: "fieldsToIncludeInCitations", disableCitationAnchoring: "disableCitationAnchoring", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3450
3450
|
};
|
|
3451
3451
|
AtomicGeneratedAnswer = __decorate([
|
|
3452
3452
|
ProxyCmp({
|
|
@@ -3455,7 +3455,7 @@ AtomicGeneratedAnswer = __decorate([
|
|
|
3455
3455
|
defineCustomElementFn: () => { customElements.get('atomic-generated-answer') || customElements.define('atomic-generated-answer', AtomicGeneratedAnswer$1); }
|
|
3456
3456
|
})
|
|
3457
3457
|
], AtomicGeneratedAnswer);
|
|
3458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicGeneratedAnswer, decorators: [{
|
|
3459
3459
|
type: Component,
|
|
3460
3460
|
args: [{
|
|
3461
3461
|
selector: 'atomic-generated-answer',
|
|
@@ -3474,8 +3474,8 @@ let AtomicHtml = class AtomicHtml {
|
|
|
3474
3474
|
c.detach();
|
|
3475
3475
|
this.el = el.nativeElement;
|
|
3476
3476
|
}
|
|
3477
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3478
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3477
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicHtml, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3478
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicHtml, isStandalone: false, selector: "atomic-html", inputs: { value: "value", sanitize: "sanitize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3479
3479
|
};
|
|
3480
3480
|
AtomicHtml = __decorate([
|
|
3481
3481
|
ProxyCmp({
|
|
@@ -3484,7 +3484,7 @@ AtomicHtml = __decorate([
|
|
|
3484
3484
|
defineCustomElementFn: () => { customElements.get('atomic-html') || customElements.define('atomic-html', AtomicHtml$1); }
|
|
3485
3485
|
})
|
|
3486
3486
|
], AtomicHtml);
|
|
3487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicHtml, decorators: [{
|
|
3488
3488
|
type: Component,
|
|
3489
3489
|
args: [{
|
|
3490
3490
|
selector: 'atomic-html',
|
|
@@ -3503,8 +3503,8 @@ let AtomicLoadMoreResults = class AtomicLoadMoreResults {
|
|
|
3503
3503
|
c.detach();
|
|
3504
3504
|
this.el = el.nativeElement;
|
|
3505
3505
|
}
|
|
3506
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3507
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3506
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicLoadMoreResults, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3507
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicLoadMoreResults, isStandalone: false, selector: "atomic-load-more-results", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3508
3508
|
};
|
|
3509
3509
|
AtomicLoadMoreResults = __decorate([
|
|
3510
3510
|
ProxyCmp({
|
|
@@ -3513,7 +3513,7 @@ AtomicLoadMoreResults = __decorate([
|
|
|
3513
3513
|
defineCustomElementFn: () => { customElements.get('atomic-load-more-results') || customElements.define('atomic-load-more-results', AtomicLoadMoreResults$1); }
|
|
3514
3514
|
})
|
|
3515
3515
|
], AtomicLoadMoreResults);
|
|
3516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicLoadMoreResults, decorators: [{
|
|
3517
3517
|
type: Component,
|
|
3518
3518
|
args: [{
|
|
3519
3519
|
selector: 'atomic-load-more-results',
|
|
@@ -3532,8 +3532,8 @@ let AtomicNoResults = class AtomicNoResults {
|
|
|
3532
3532
|
c.detach();
|
|
3533
3533
|
this.el = el.nativeElement;
|
|
3534
3534
|
}
|
|
3535
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3536
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3535
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNoResults, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3536
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicNoResults, isStandalone: false, selector: "atomic-no-results", inputs: { enableCancelLastAction: "enableCancelLastAction", hideCancelLastAction: "hideCancelLastAction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3537
3537
|
};
|
|
3538
3538
|
AtomicNoResults = __decorate([
|
|
3539
3539
|
ProxyCmp({
|
|
@@ -3542,7 +3542,7 @@ AtomicNoResults = __decorate([
|
|
|
3542
3542
|
defineCustomElementFn: () => { customElements.get('atomic-no-results') || customElements.define('atomic-no-results', AtomicNoResults$1); }
|
|
3543
3543
|
})
|
|
3544
3544
|
], AtomicNoResults);
|
|
3545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNoResults, decorators: [{
|
|
3546
3546
|
type: Component,
|
|
3547
3547
|
args: [{
|
|
3548
3548
|
selector: 'atomic-no-results',
|
|
@@ -3561,8 +3561,8 @@ let AtomicNotifications = class AtomicNotifications {
|
|
|
3561
3561
|
c.detach();
|
|
3562
3562
|
this.el = el.nativeElement;
|
|
3563
3563
|
}
|
|
3564
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3565
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNotifications, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3565
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicNotifications, isStandalone: false, selector: "atomic-notifications", inputs: { headingLevel: "headingLevel", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3566
3566
|
};
|
|
3567
3567
|
AtomicNotifications = __decorate([
|
|
3568
3568
|
ProxyCmp({
|
|
@@ -3571,7 +3571,7 @@ AtomicNotifications = __decorate([
|
|
|
3571
3571
|
defineCustomElementFn: () => { customElements.get('atomic-notifications') || customElements.define('atomic-notifications', AtomicNotifications$1); }
|
|
3572
3572
|
})
|
|
3573
3573
|
], AtomicNotifications);
|
|
3574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNotifications, decorators: [{
|
|
3575
3575
|
type: Component,
|
|
3576
3576
|
args: [{
|
|
3577
3577
|
selector: 'atomic-notifications',
|
|
@@ -3590,8 +3590,8 @@ let AtomicNumericFacet = class AtomicNumericFacet {
|
|
|
3590
3590
|
c.detach();
|
|
3591
3591
|
this.el = el.nativeElement;
|
|
3592
3592
|
}
|
|
3593
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3594
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3593
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNumericFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3594
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicNumericFacet, isStandalone: false, selector: "atomic-numeric-facet", inputs: { facetId: "facetId", label: "label", field: "field", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", numberOfValues: "numberOfValues", withInput: "withInput", sortCriteria: "sortCriteria", rangeAlgorithm: "rangeAlgorithm", displayValuesAs: "displayValuesAs", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3595
3595
|
};
|
|
3596
3596
|
AtomicNumericFacet = __decorate([
|
|
3597
3597
|
ProxyCmp({
|
|
@@ -3600,7 +3600,7 @@ AtomicNumericFacet = __decorate([
|
|
|
3600
3600
|
defineCustomElementFn: () => { customElements.get('atomic-numeric-facet') || customElements.define('atomic-numeric-facet', AtomicNumericFacet$1); }
|
|
3601
3601
|
})
|
|
3602
3602
|
], AtomicNumericFacet);
|
|
3603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3603
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicNumericFacet, decorators: [{
|
|
3604
3604
|
type: Component,
|
|
3605
3605
|
args: [{
|
|
3606
3606
|
selector: 'atomic-numeric-facet',
|
|
@@ -3620,8 +3620,8 @@ let AtomicPager = class AtomicPager {
|
|
|
3620
3620
|
this.el = el.nativeElement;
|
|
3621
3621
|
proxyOutputs(this, this.el, ['atomic/scrollToTop']);
|
|
3622
3622
|
}
|
|
3623
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3624
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3623
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicPager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3624
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicPager, isStandalone: false, selector: "atomic-pager", inputs: { numberOfPages: "numberOfPages", previousButtonIcon: "previousButtonIcon", nextButtonIcon: "nextButtonIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3625
3625
|
};
|
|
3626
3626
|
AtomicPager = __decorate([
|
|
3627
3627
|
ProxyCmp({
|
|
@@ -3630,7 +3630,7 @@ AtomicPager = __decorate([
|
|
|
3630
3630
|
defineCustomElementFn: () => { customElements.get('atomic-pager') || customElements.define('atomic-pager', AtomicPager$1); }
|
|
3631
3631
|
})
|
|
3632
3632
|
], AtomicPager);
|
|
3633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicPager, decorators: [{
|
|
3634
3634
|
type: Component,
|
|
3635
3635
|
args: [{
|
|
3636
3636
|
selector: 'atomic-pager',
|
|
@@ -3649,8 +3649,8 @@ let AtomicPopover = class AtomicPopover {
|
|
|
3649
3649
|
c.detach();
|
|
3650
3650
|
this.el = el.nativeElement;
|
|
3651
3651
|
}
|
|
3652
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3653
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3652
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3653
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicPopover, isStandalone: false, selector: "atomic-popover", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3654
3654
|
};
|
|
3655
3655
|
AtomicPopover = __decorate([
|
|
3656
3656
|
ProxyCmp({
|
|
@@ -3659,7 +3659,7 @@ AtomicPopover = __decorate([
|
|
|
3659
3659
|
defineCustomElementFn: () => { customElements.get('atomic-popover') || customElements.define('atomic-popover', AtomicPopover$1); }
|
|
3660
3660
|
})
|
|
3661
3661
|
], AtomicPopover);
|
|
3662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicPopover, decorators: [{
|
|
3663
3663
|
type: Component,
|
|
3664
3664
|
args: [{
|
|
3665
3665
|
selector: 'atomic-popover',
|
|
@@ -3678,8 +3678,8 @@ let AtomicQueryError = class AtomicQueryError {
|
|
|
3678
3678
|
c.detach();
|
|
3679
3679
|
this.el = el.nativeElement;
|
|
3680
3680
|
}
|
|
3681
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3682
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3681
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQueryError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3682
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicQueryError, isStandalone: false, selector: "atomic-query-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3683
3683
|
};
|
|
3684
3684
|
AtomicQueryError = __decorate([
|
|
3685
3685
|
ProxyCmp({
|
|
@@ -3688,7 +3688,7 @@ AtomicQueryError = __decorate([
|
|
|
3688
3688
|
defineCustomElementFn: () => { customElements.get('atomic-query-error') || customElements.define('atomic-query-error', AtomicQueryError$1); }
|
|
3689
3689
|
})
|
|
3690
3690
|
], AtomicQueryError);
|
|
3691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQueryError, decorators: [{
|
|
3692
3692
|
type: Component,
|
|
3693
3693
|
args: [{
|
|
3694
3694
|
selector: 'atomic-query-error',
|
|
@@ -3707,8 +3707,8 @@ let AtomicQuerySummary = class AtomicQuerySummary {
|
|
|
3707
3707
|
c.detach();
|
|
3708
3708
|
this.el = el.nativeElement;
|
|
3709
3709
|
}
|
|
3710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3711
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3710
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQuerySummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3711
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicQuerySummary, isStandalone: false, selector: "atomic-query-summary", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3712
3712
|
};
|
|
3713
3713
|
AtomicQuerySummary = __decorate([
|
|
3714
3714
|
ProxyCmp({
|
|
@@ -3717,7 +3717,7 @@ AtomicQuerySummary = __decorate([
|
|
|
3717
3717
|
defineCustomElementFn: () => { customElements.get('atomic-query-summary') || customElements.define('atomic-query-summary', AtomicQuerySummary$1); }
|
|
3718
3718
|
})
|
|
3719
3719
|
], AtomicQuerySummary);
|
|
3720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQuerySummary, decorators: [{
|
|
3721
3721
|
type: Component,
|
|
3722
3722
|
args: [{
|
|
3723
3723
|
selector: 'atomic-query-summary',
|
|
@@ -3737,8 +3737,8 @@ let AtomicQuickviewModal = class AtomicQuickviewModal {
|
|
|
3737
3737
|
this.el = el.nativeElement;
|
|
3738
3738
|
proxyOutputs(this, this.el, ['atomic/quickview/next', 'atomic/quickview/previous']);
|
|
3739
3739
|
}
|
|
3740
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3741
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3740
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQuickviewModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3741
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicQuickviewModal, isStandalone: false, selector: "atomic-quickview-modal", inputs: { current: "current", total: "total", sandbox: "sandbox" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3742
3742
|
};
|
|
3743
3743
|
AtomicQuickviewModal = __decorate([
|
|
3744
3744
|
ProxyCmp({
|
|
@@ -3747,7 +3747,7 @@ AtomicQuickviewModal = __decorate([
|
|
|
3747
3747
|
defineCustomElementFn: () => { customElements.get('atomic-quickview-modal') || customElements.define('atomic-quickview-modal', AtomicQuickviewModal$1); }
|
|
3748
3748
|
})
|
|
3749
3749
|
], AtomicQuickviewModal);
|
|
3750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQuickviewModal, decorators: [{
|
|
3751
3751
|
type: Component,
|
|
3752
3752
|
args: [{
|
|
3753
3753
|
selector: 'atomic-quickview-modal',
|
|
@@ -3766,8 +3766,8 @@ let AtomicQuickview = class AtomicQuickview {
|
|
|
3766
3766
|
c.detach();
|
|
3767
3767
|
this.el = el.nativeElement;
|
|
3768
3768
|
}
|
|
3769
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3770
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3769
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQuickview, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3770
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicQuickview, isStandalone: false, selector: "atomic-quickview", inputs: { sandbox: "sandbox" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3771
3771
|
};
|
|
3772
3772
|
AtomicQuickview = __decorate([
|
|
3773
3773
|
ProxyCmp({
|
|
@@ -3776,7 +3776,7 @@ AtomicQuickview = __decorate([
|
|
|
3776
3776
|
defineCustomElementFn: () => { customElements.get('atomic-quickview') || customElements.define('atomic-quickview', AtomicQuickview$1); }
|
|
3777
3777
|
})
|
|
3778
3778
|
], AtomicQuickview);
|
|
3779
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicQuickview, decorators: [{
|
|
3780
3780
|
type: Component,
|
|
3781
3781
|
args: [{
|
|
3782
3782
|
selector: 'atomic-quickview',
|
|
@@ -3795,8 +3795,8 @@ let AtomicRatingFacet = class AtomicRatingFacet {
|
|
|
3795
3795
|
c.detach();
|
|
3796
3796
|
this.el = el.nativeElement;
|
|
3797
3797
|
}
|
|
3798
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3799
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3798
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRatingFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3799
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRatingFacet, isStandalone: false, selector: "atomic-rating-facet", inputs: { facetId: "facetId", label: "label", field: "field", numberOfIntervals: "numberOfIntervals", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", maxValueInIndex: "maxValueInIndex", minValueInIndex: "minValueInIndex", displayValuesAs: "displayValuesAs", icon: "icon", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3800
3800
|
};
|
|
3801
3801
|
AtomicRatingFacet = __decorate([
|
|
3802
3802
|
ProxyCmp({
|
|
@@ -3805,7 +3805,7 @@ AtomicRatingFacet = __decorate([
|
|
|
3805
3805
|
defineCustomElementFn: () => { customElements.get('atomic-rating-facet') || customElements.define('atomic-rating-facet', AtomicRatingFacet$1); }
|
|
3806
3806
|
})
|
|
3807
3807
|
], AtomicRatingFacet);
|
|
3808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRatingFacet, decorators: [{
|
|
3809
3809
|
type: Component,
|
|
3810
3810
|
args: [{
|
|
3811
3811
|
selector: 'atomic-rating-facet',
|
|
@@ -3824,8 +3824,8 @@ let AtomicRatingRangeFacet = class AtomicRatingRangeFacet {
|
|
|
3824
3824
|
c.detach();
|
|
3825
3825
|
this.el = el.nativeElement;
|
|
3826
3826
|
}
|
|
3827
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3828
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRatingRangeFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3828
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRatingRangeFacet, isStandalone: false, selector: "atomic-rating-range-facet", inputs: { facetId: "facetId", label: "label", field: "field", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", numberOfIntervals: "numberOfIntervals", maxValueInIndex: "maxValueInIndex", minValueInIndex: "minValueInIndex", icon: "icon", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3829
3829
|
};
|
|
3830
3830
|
AtomicRatingRangeFacet = __decorate([
|
|
3831
3831
|
ProxyCmp({
|
|
@@ -3834,7 +3834,7 @@ AtomicRatingRangeFacet = __decorate([
|
|
|
3834
3834
|
defineCustomElementFn: () => { customElements.get('atomic-rating-range-facet') || customElements.define('atomic-rating-range-facet', AtomicRatingRangeFacet$1); }
|
|
3835
3835
|
})
|
|
3836
3836
|
], AtomicRatingRangeFacet);
|
|
3837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRatingRangeFacet, decorators: [{
|
|
3838
3838
|
type: Component,
|
|
3839
3839
|
args: [{
|
|
3840
3840
|
selector: 'atomic-rating-range-facet',
|
|
@@ -3853,8 +3853,8 @@ let AtomicRefineModal = class AtomicRefineModal {
|
|
|
3853
3853
|
c.detach();
|
|
3854
3854
|
this.el = el.nativeElement;
|
|
3855
3855
|
}
|
|
3856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3856
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRefineModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3857
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRefineModal, isStandalone: false, selector: "atomic-refine-modal", inputs: { openButton: "openButton", isOpen: "isOpen", collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3858
3858
|
};
|
|
3859
3859
|
AtomicRefineModal = __decorate([
|
|
3860
3860
|
ProxyCmp({
|
|
@@ -3863,7 +3863,7 @@ AtomicRefineModal = __decorate([
|
|
|
3863
3863
|
defineCustomElementFn: () => { customElements.get('atomic-refine-modal') || customElements.define('atomic-refine-modal', AtomicRefineModal$1); }
|
|
3864
3864
|
})
|
|
3865
3865
|
], AtomicRefineModal);
|
|
3866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRefineModal, decorators: [{
|
|
3867
3867
|
type: Component,
|
|
3868
3868
|
args: [{
|
|
3869
3869
|
selector: 'atomic-refine-modal',
|
|
@@ -3882,8 +3882,8 @@ let AtomicRefineToggle = class AtomicRefineToggle {
|
|
|
3882
3882
|
c.detach();
|
|
3883
3883
|
this.el = el.nativeElement;
|
|
3884
3884
|
}
|
|
3885
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3886
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3885
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRefineToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3886
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicRefineToggle, isStandalone: false, selector: "atomic-refine-toggle", inputs: { collapseFacetsAfter: "collapseFacetsAfter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3887
3887
|
};
|
|
3888
3888
|
AtomicRefineToggle = __decorate([
|
|
3889
3889
|
ProxyCmp({
|
|
@@ -3892,7 +3892,7 @@ AtomicRefineToggle = __decorate([
|
|
|
3892
3892
|
defineCustomElementFn: () => { customElements.get('atomic-refine-toggle') || customElements.define('atomic-refine-toggle', AtomicRefineToggle$1); }
|
|
3893
3893
|
})
|
|
3894
3894
|
], AtomicRefineToggle);
|
|
3895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicRefineToggle, decorators: [{
|
|
3896
3896
|
type: Component,
|
|
3897
3897
|
args: [{
|
|
3898
3898
|
selector: 'atomic-refine-toggle',
|
|
@@ -3911,8 +3911,8 @@ let AtomicResultBadge = class AtomicResultBadge {
|
|
|
3911
3911
|
c.detach();
|
|
3912
3912
|
this.el = el.nativeElement;
|
|
3913
3913
|
}
|
|
3914
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3915
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3914
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3915
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultBadge, isStandalone: false, selector: "atomic-result-badge", inputs: { field: "field", label: "label", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3916
3916
|
};
|
|
3917
3917
|
AtomicResultBadge = __decorate([
|
|
3918
3918
|
ProxyCmp({
|
|
@@ -3921,7 +3921,7 @@ AtomicResultBadge = __decorate([
|
|
|
3921
3921
|
defineCustomElementFn: () => { customElements.get('atomic-result-badge') || customElements.define('atomic-result-badge', AtomicResultBadge$1); }
|
|
3922
3922
|
})
|
|
3923
3923
|
], AtomicResultBadge);
|
|
3924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultBadge, decorators: [{
|
|
3925
3925
|
type: Component,
|
|
3926
3926
|
args: [{
|
|
3927
3927
|
selector: 'atomic-result-badge',
|
|
@@ -3940,8 +3940,8 @@ let AtomicResultChildrenTemplate = class AtomicResultChildrenTemplate {
|
|
|
3940
3940
|
c.detach();
|
|
3941
3941
|
this.el = el.nativeElement;
|
|
3942
3942
|
}
|
|
3943
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3944
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3943
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultChildrenTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3944
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultChildrenTemplate, isStandalone: false, selector: "atomic-result-children-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3945
3945
|
};
|
|
3946
3946
|
AtomicResultChildrenTemplate = __decorate([
|
|
3947
3947
|
ProxyCmp({
|
|
@@ -3950,7 +3950,7 @@ AtomicResultChildrenTemplate = __decorate([
|
|
|
3950
3950
|
defineCustomElementFn: () => { customElements.get('atomic-result-children-template') || customElements.define('atomic-result-children-template', AtomicResultChildrenTemplate$1); }
|
|
3951
3951
|
})
|
|
3952
3952
|
], AtomicResultChildrenTemplate);
|
|
3953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultChildrenTemplate, decorators: [{
|
|
3954
3954
|
type: Component,
|
|
3955
3955
|
args: [{
|
|
3956
3956
|
selector: 'atomic-result-children-template',
|
|
@@ -3969,8 +3969,8 @@ let AtomicResultChildren = class AtomicResultChildren {
|
|
|
3969
3969
|
c.detach();
|
|
3970
3970
|
this.el = el.nativeElement;
|
|
3971
3971
|
}
|
|
3972
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
3973
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
3972
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultChildren, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3973
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultChildren, isStandalone: false, selector: "atomic-result-children", inputs: { inheritTemplates: "inheritTemplates", imageSize: "imageSize", noResultText: "noResultText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3974
3974
|
};
|
|
3975
3975
|
AtomicResultChildren = __decorate([
|
|
3976
3976
|
ProxyCmp({
|
|
@@ -3979,7 +3979,7 @@ AtomicResultChildren = __decorate([
|
|
|
3979
3979
|
defineCustomElementFn: () => { customElements.get('atomic-result-children') || customElements.define('atomic-result-children', AtomicResultChildren$1); }
|
|
3980
3980
|
})
|
|
3981
3981
|
], AtomicResultChildren);
|
|
3982
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
3982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultChildren, decorators: [{
|
|
3983
3983
|
type: Component,
|
|
3984
3984
|
args: [{
|
|
3985
3985
|
selector: 'atomic-result-children',
|
|
@@ -3998,8 +3998,8 @@ let AtomicResultDate = class AtomicResultDate {
|
|
|
3998
3998
|
c.detach();
|
|
3999
3999
|
this.el = el.nativeElement;
|
|
4000
4000
|
}
|
|
4001
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4002
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4001
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4002
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultDate, isStandalone: false, selector: "atomic-result-date", inputs: { field: "field", format: "format", relativeTime: "relativeTime" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4003
4003
|
};
|
|
4004
4004
|
AtomicResultDate = __decorate([
|
|
4005
4005
|
ProxyCmp({
|
|
@@ -4008,7 +4008,7 @@ AtomicResultDate = __decorate([
|
|
|
4008
4008
|
defineCustomElementFn: () => { customElements.get('atomic-result-date') || customElements.define('atomic-result-date', AtomicResultDate$1); }
|
|
4009
4009
|
})
|
|
4010
4010
|
], AtomicResultDate);
|
|
4011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultDate, decorators: [{
|
|
4012
4012
|
type: Component,
|
|
4013
4013
|
args: [{
|
|
4014
4014
|
selector: 'atomic-result-date',
|
|
@@ -4027,8 +4027,8 @@ let AtomicResultFieldsList = class AtomicResultFieldsList {
|
|
|
4027
4027
|
c.detach();
|
|
4028
4028
|
this.el = el.nativeElement;
|
|
4029
4029
|
}
|
|
4030
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4031
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4030
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultFieldsList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4031
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultFieldsList, isStandalone: false, selector: "atomic-result-fields-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4032
4032
|
};
|
|
4033
4033
|
AtomicResultFieldsList = __decorate([
|
|
4034
4034
|
ProxyCmp({
|
|
@@ -4037,7 +4037,7 @@ AtomicResultFieldsList = __decorate([
|
|
|
4037
4037
|
defineCustomElementFn: () => { customElements.get('atomic-result-fields-list') || customElements.define('atomic-result-fields-list', AtomicResultFieldsList$1); }
|
|
4038
4038
|
})
|
|
4039
4039
|
], AtomicResultFieldsList);
|
|
4040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultFieldsList, decorators: [{
|
|
4041
4041
|
type: Component,
|
|
4042
4042
|
args: [{
|
|
4043
4043
|
selector: 'atomic-result-fields-list',
|
|
@@ -4056,8 +4056,8 @@ let AtomicResultHtml = class AtomicResultHtml {
|
|
|
4056
4056
|
c.detach();
|
|
4057
4057
|
this.el = el.nativeElement;
|
|
4058
4058
|
}
|
|
4059
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4060
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultHtml, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4060
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultHtml, isStandalone: false, selector: "atomic-result-html", inputs: { field: "field", sanitize: "sanitize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4061
4061
|
};
|
|
4062
4062
|
AtomicResultHtml = __decorate([
|
|
4063
4063
|
ProxyCmp({
|
|
@@ -4066,7 +4066,7 @@ AtomicResultHtml = __decorate([
|
|
|
4066
4066
|
defineCustomElementFn: () => { customElements.get('atomic-result-html') || customElements.define('atomic-result-html', AtomicResultHtml$1); }
|
|
4067
4067
|
})
|
|
4068
4068
|
], AtomicResultHtml);
|
|
4069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultHtml, decorators: [{
|
|
4070
4070
|
type: Component,
|
|
4071
4071
|
args: [{
|
|
4072
4072
|
selector: 'atomic-result-html',
|
|
@@ -4085,8 +4085,8 @@ let AtomicResultIcon = class AtomicResultIcon {
|
|
|
4085
4085
|
c.detach();
|
|
4086
4086
|
this.el = el.nativeElement;
|
|
4087
4087
|
}
|
|
4088
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4089
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4088
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4089
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultIcon, isStandalone: false, selector: "atomic-result-icon", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4090
4090
|
};
|
|
4091
4091
|
AtomicResultIcon = __decorate([
|
|
4092
4092
|
ProxyCmp({
|
|
@@ -4095,7 +4095,7 @@ AtomicResultIcon = __decorate([
|
|
|
4095
4095
|
defineCustomElementFn: () => { customElements.get('atomic-result-icon') || customElements.define('atomic-result-icon', AtomicResultIcon$1); }
|
|
4096
4096
|
})
|
|
4097
4097
|
], AtomicResultIcon);
|
|
4098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultIcon, decorators: [{
|
|
4099
4099
|
type: Component,
|
|
4100
4100
|
args: [{
|
|
4101
4101
|
selector: 'atomic-result-icon',
|
|
@@ -4114,8 +4114,8 @@ let AtomicResultImage = class AtomicResultImage {
|
|
|
4114
4114
|
c.detach();
|
|
4115
4115
|
this.el = el.nativeElement;
|
|
4116
4116
|
}
|
|
4117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4118
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4117
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4118
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultImage, isStandalone: false, selector: "atomic-result-image", inputs: { field: "field", imageAltField: "imageAltField", fallback: "fallback" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4119
4119
|
};
|
|
4120
4120
|
AtomicResultImage = __decorate([
|
|
4121
4121
|
ProxyCmp({
|
|
@@ -4124,7 +4124,7 @@ AtomicResultImage = __decorate([
|
|
|
4124
4124
|
defineCustomElementFn: () => { customElements.get('atomic-result-image') || customElements.define('atomic-result-image', AtomicResultImage$1); }
|
|
4125
4125
|
})
|
|
4126
4126
|
], AtomicResultImage);
|
|
4127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultImage, decorators: [{
|
|
4128
4128
|
type: Component,
|
|
4129
4129
|
args: [{
|
|
4130
4130
|
selector: 'atomic-result-image',
|
|
@@ -4143,8 +4143,8 @@ let AtomicResultLink = class AtomicResultLink {
|
|
|
4143
4143
|
c.detach();
|
|
4144
4144
|
this.el = el.nativeElement;
|
|
4145
4145
|
}
|
|
4146
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4147
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4147
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultLink, isStandalone: false, selector: "atomic-result-link", inputs: { hrefTemplate: "hrefTemplate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4148
4148
|
};
|
|
4149
4149
|
AtomicResultLink = __decorate([
|
|
4150
4150
|
ProxyCmp({
|
|
@@ -4153,7 +4153,7 @@ AtomicResultLink = __decorate([
|
|
|
4153
4153
|
defineCustomElementFn: () => { customElements.get('atomic-result-link') || customElements.define('atomic-result-link', AtomicResultLink$1); }
|
|
4154
4154
|
})
|
|
4155
4155
|
], AtomicResultLink);
|
|
4156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultLink, decorators: [{
|
|
4157
4157
|
type: Component,
|
|
4158
4158
|
args: [{
|
|
4159
4159
|
selector: 'atomic-result-link',
|
|
@@ -4172,8 +4172,8 @@ let AtomicResultList = class AtomicResultList {
|
|
|
4172
4172
|
c.detach();
|
|
4173
4173
|
this.el = el.nativeElement;
|
|
4174
4174
|
}
|
|
4175
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4176
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4175
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4176
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultList, isStandalone: false, selector: "atomic-result-list", inputs: { density: "density", display: "display", imageSize: "imageSize", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4177
4177
|
};
|
|
4178
4178
|
AtomicResultList = __decorate([
|
|
4179
4179
|
ProxyCmp({
|
|
@@ -4182,7 +4182,7 @@ AtomicResultList = __decorate([
|
|
|
4182
4182
|
defineCustomElementFn: () => { customElements.get('atomic-result-list') || customElements.define('atomic-result-list', AtomicResultList$1); }
|
|
4183
4183
|
})
|
|
4184
4184
|
], AtomicResultList);
|
|
4185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultList, decorators: [{
|
|
4186
4186
|
type: Component,
|
|
4187
4187
|
args: [{
|
|
4188
4188
|
selector: 'atomic-result-list',
|
|
@@ -4201,8 +4201,8 @@ let AtomicResultLocalizedText = class AtomicResultLocalizedText {
|
|
|
4201
4201
|
c.detach();
|
|
4202
4202
|
this.el = el.nativeElement;
|
|
4203
4203
|
}
|
|
4204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4205
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4204
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultLocalizedText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4205
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultLocalizedText, isStandalone: false, selector: "atomic-result-localized-text", inputs: { localeKey: "localeKey", fieldCount: "fieldCount", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4206
4206
|
};
|
|
4207
4207
|
AtomicResultLocalizedText = __decorate([
|
|
4208
4208
|
ProxyCmp({
|
|
@@ -4211,7 +4211,7 @@ AtomicResultLocalizedText = __decorate([
|
|
|
4211
4211
|
defineCustomElementFn: () => { customElements.get('atomic-result-localized-text') || customElements.define('atomic-result-localized-text', AtomicResultLocalizedText$1); }
|
|
4212
4212
|
})
|
|
4213
4213
|
], AtomicResultLocalizedText);
|
|
4214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultLocalizedText, decorators: [{
|
|
4215
4215
|
type: Component,
|
|
4216
4216
|
args: [{
|
|
4217
4217
|
selector: 'atomic-result-localized-text',
|
|
@@ -4230,8 +4230,8 @@ let AtomicResultMultiValueText = class AtomicResultMultiValueText {
|
|
|
4230
4230
|
c.detach();
|
|
4231
4231
|
this.el = el.nativeElement;
|
|
4232
4232
|
}
|
|
4233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4234
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultMultiValueText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4234
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultMultiValueText, isStandalone: false, selector: "atomic-result-multi-value-text", inputs: { field: "field", maxValuesToDisplay: "maxValuesToDisplay", delimiter: "delimiter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4235
4235
|
};
|
|
4236
4236
|
AtomicResultMultiValueText = __decorate([
|
|
4237
4237
|
ProxyCmp({
|
|
@@ -4240,7 +4240,7 @@ AtomicResultMultiValueText = __decorate([
|
|
|
4240
4240
|
defineCustomElementFn: () => { customElements.get('atomic-result-multi-value-text') || customElements.define('atomic-result-multi-value-text', AtomicResultMultiValueText$1); }
|
|
4241
4241
|
})
|
|
4242
4242
|
], AtomicResultMultiValueText);
|
|
4243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultMultiValueText, decorators: [{
|
|
4244
4244
|
type: Component,
|
|
4245
4245
|
args: [{
|
|
4246
4246
|
selector: 'atomic-result-multi-value-text',
|
|
@@ -4259,8 +4259,8 @@ let AtomicResultNumber = class AtomicResultNumber {
|
|
|
4259
4259
|
c.detach();
|
|
4260
4260
|
this.el = el.nativeElement;
|
|
4261
4261
|
}
|
|
4262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4263
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4262
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultNumber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4263
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultNumber, isStandalone: false, selector: "atomic-result-number", inputs: { field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4264
4264
|
};
|
|
4265
4265
|
AtomicResultNumber = __decorate([
|
|
4266
4266
|
ProxyCmp({
|
|
@@ -4269,7 +4269,7 @@ AtomicResultNumber = __decorate([
|
|
|
4269
4269
|
defineCustomElementFn: () => { customElements.get('atomic-result-number') || customElements.define('atomic-result-number', AtomicResultNumber$1); }
|
|
4270
4270
|
})
|
|
4271
4271
|
], AtomicResultNumber);
|
|
4272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultNumber, decorators: [{
|
|
4273
4273
|
type: Component,
|
|
4274
4274
|
args: [{
|
|
4275
4275
|
selector: 'atomic-result-number',
|
|
@@ -4288,8 +4288,8 @@ let AtomicResultPrintableUri = class AtomicResultPrintableUri {
|
|
|
4288
4288
|
c.detach();
|
|
4289
4289
|
this.el = el.nativeElement;
|
|
4290
4290
|
}
|
|
4291
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4292
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4291
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultPrintableUri, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4292
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultPrintableUri, isStandalone: false, selector: "atomic-result-printable-uri", inputs: { maxNumberOfParts: "maxNumberOfParts" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4293
4293
|
};
|
|
4294
4294
|
AtomicResultPrintableUri = __decorate([
|
|
4295
4295
|
ProxyCmp({
|
|
@@ -4298,7 +4298,7 @@ AtomicResultPrintableUri = __decorate([
|
|
|
4298
4298
|
defineCustomElementFn: () => { customElements.get('atomic-result-printable-uri') || customElements.define('atomic-result-printable-uri', AtomicResultPrintableUri$1); }
|
|
4299
4299
|
})
|
|
4300
4300
|
], AtomicResultPrintableUri);
|
|
4301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultPrintableUri, decorators: [{
|
|
4302
4302
|
type: Component,
|
|
4303
4303
|
args: [{
|
|
4304
4304
|
selector: 'atomic-result-printable-uri',
|
|
@@ -4317,8 +4317,8 @@ let AtomicResultRating = class AtomicResultRating {
|
|
|
4317
4317
|
c.detach();
|
|
4318
4318
|
this.el = el.nativeElement;
|
|
4319
4319
|
}
|
|
4320
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4321
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4320
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4321
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultRating, isStandalone: false, selector: "atomic-result-rating", inputs: { field: "field", maxValueInIndex: "maxValueInIndex", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4322
4322
|
};
|
|
4323
4323
|
AtomicResultRating = __decorate([
|
|
4324
4324
|
ProxyCmp({
|
|
@@ -4327,7 +4327,7 @@ AtomicResultRating = __decorate([
|
|
|
4327
4327
|
defineCustomElementFn: () => { customElements.get('atomic-result-rating') || customElements.define('atomic-result-rating', AtomicResultRating$1); }
|
|
4328
4328
|
})
|
|
4329
4329
|
], AtomicResultRating);
|
|
4330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultRating, decorators: [{
|
|
4331
4331
|
type: Component,
|
|
4332
4332
|
args: [{
|
|
4333
4333
|
selector: 'atomic-result-rating',
|
|
@@ -4346,8 +4346,8 @@ let AtomicResultSectionActions = class AtomicResultSectionActions {
|
|
|
4346
4346
|
c.detach();
|
|
4347
4347
|
this.el = el.nativeElement;
|
|
4348
4348
|
}
|
|
4349
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4350
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4350
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionActions, isStandalone: false, selector: "atomic-result-section-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4351
4351
|
};
|
|
4352
4352
|
AtomicResultSectionActions = __decorate([
|
|
4353
4353
|
ProxyCmp({
|
|
@@ -4356,7 +4356,7 @@ AtomicResultSectionActions = __decorate([
|
|
|
4356
4356
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-actions') || customElements.define('atomic-result-section-actions', AtomicResultSectionActions$1); }
|
|
4357
4357
|
})
|
|
4358
4358
|
], AtomicResultSectionActions);
|
|
4359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionActions, decorators: [{
|
|
4360
4360
|
type: Component,
|
|
4361
4361
|
args: [{
|
|
4362
4362
|
selector: 'atomic-result-section-actions',
|
|
@@ -4375,8 +4375,8 @@ let AtomicResultSectionBadges = class AtomicResultSectionBadges {
|
|
|
4375
4375
|
c.detach();
|
|
4376
4376
|
this.el = el.nativeElement;
|
|
4377
4377
|
}
|
|
4378
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4379
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4378
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionBadges, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4379
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionBadges, isStandalone: false, selector: "atomic-result-section-badges", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4380
4380
|
};
|
|
4381
4381
|
AtomicResultSectionBadges = __decorate([
|
|
4382
4382
|
ProxyCmp({
|
|
@@ -4385,7 +4385,7 @@ AtomicResultSectionBadges = __decorate([
|
|
|
4385
4385
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-badges') || customElements.define('atomic-result-section-badges', AtomicResultSectionBadges$1); }
|
|
4386
4386
|
})
|
|
4387
4387
|
], AtomicResultSectionBadges);
|
|
4388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionBadges, decorators: [{
|
|
4389
4389
|
type: Component,
|
|
4390
4390
|
args: [{
|
|
4391
4391
|
selector: 'atomic-result-section-badges',
|
|
@@ -4404,8 +4404,8 @@ let AtomicResultSectionBottomMetadata = class AtomicResultSectionBottomMetadata
|
|
|
4404
4404
|
c.detach();
|
|
4405
4405
|
this.el = el.nativeElement;
|
|
4406
4406
|
}
|
|
4407
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4408
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4407
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionBottomMetadata, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4408
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionBottomMetadata, isStandalone: false, selector: "atomic-result-section-bottom-metadata", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4409
4409
|
};
|
|
4410
4410
|
AtomicResultSectionBottomMetadata = __decorate([
|
|
4411
4411
|
ProxyCmp({
|
|
@@ -4414,7 +4414,7 @@ AtomicResultSectionBottomMetadata = __decorate([
|
|
|
4414
4414
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-bottom-metadata') || customElements.define('atomic-result-section-bottom-metadata', AtomicResultSectionBottomMetadata$1); }
|
|
4415
4415
|
})
|
|
4416
4416
|
], AtomicResultSectionBottomMetadata);
|
|
4417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionBottomMetadata, decorators: [{
|
|
4418
4418
|
type: Component,
|
|
4419
4419
|
args: [{
|
|
4420
4420
|
selector: 'atomic-result-section-bottom-metadata',
|
|
@@ -4433,8 +4433,8 @@ let AtomicResultSectionChildren = class AtomicResultSectionChildren {
|
|
|
4433
4433
|
c.detach();
|
|
4434
4434
|
this.el = el.nativeElement;
|
|
4435
4435
|
}
|
|
4436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4437
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4436
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionChildren, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4437
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionChildren, isStandalone: false, selector: "atomic-result-section-children", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4438
4438
|
};
|
|
4439
4439
|
AtomicResultSectionChildren = __decorate([
|
|
4440
4440
|
ProxyCmp({
|
|
@@ -4443,7 +4443,7 @@ AtomicResultSectionChildren = __decorate([
|
|
|
4443
4443
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-children') || customElements.define('atomic-result-section-children', AtomicResultSectionChildren$1); }
|
|
4444
4444
|
})
|
|
4445
4445
|
], AtomicResultSectionChildren);
|
|
4446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionChildren, decorators: [{
|
|
4447
4447
|
type: Component,
|
|
4448
4448
|
args: [{
|
|
4449
4449
|
selector: 'atomic-result-section-children',
|
|
@@ -4462,8 +4462,8 @@ let AtomicResultSectionEmphasized = class AtomicResultSectionEmphasized {
|
|
|
4462
4462
|
c.detach();
|
|
4463
4463
|
this.el = el.nativeElement;
|
|
4464
4464
|
}
|
|
4465
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4466
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4465
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionEmphasized, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4466
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionEmphasized, isStandalone: false, selector: "atomic-result-section-emphasized", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4467
4467
|
};
|
|
4468
4468
|
AtomicResultSectionEmphasized = __decorate([
|
|
4469
4469
|
ProxyCmp({
|
|
@@ -4472,7 +4472,7 @@ AtomicResultSectionEmphasized = __decorate([
|
|
|
4472
4472
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-emphasized') || customElements.define('atomic-result-section-emphasized', AtomicResultSectionEmphasized$1); }
|
|
4473
4473
|
})
|
|
4474
4474
|
], AtomicResultSectionEmphasized);
|
|
4475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionEmphasized, decorators: [{
|
|
4476
4476
|
type: Component,
|
|
4477
4477
|
args: [{
|
|
4478
4478
|
selector: 'atomic-result-section-emphasized',
|
|
@@ -4491,8 +4491,8 @@ let AtomicResultSectionExcerpt = class AtomicResultSectionExcerpt {
|
|
|
4491
4491
|
c.detach();
|
|
4492
4492
|
this.el = el.nativeElement;
|
|
4493
4493
|
}
|
|
4494
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4495
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4494
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionExcerpt, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4495
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionExcerpt, isStandalone: false, selector: "atomic-result-section-excerpt", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4496
4496
|
};
|
|
4497
4497
|
AtomicResultSectionExcerpt = __decorate([
|
|
4498
4498
|
ProxyCmp({
|
|
@@ -4501,7 +4501,7 @@ AtomicResultSectionExcerpt = __decorate([
|
|
|
4501
4501
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-excerpt') || customElements.define('atomic-result-section-excerpt', AtomicResultSectionExcerpt$1); }
|
|
4502
4502
|
})
|
|
4503
4503
|
], AtomicResultSectionExcerpt);
|
|
4504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionExcerpt, decorators: [{
|
|
4505
4505
|
type: Component,
|
|
4506
4506
|
args: [{
|
|
4507
4507
|
selector: 'atomic-result-section-excerpt',
|
|
@@ -4520,8 +4520,8 @@ let AtomicResultSectionTitleMetadata = class AtomicResultSectionTitleMetadata {
|
|
|
4520
4520
|
c.detach();
|
|
4521
4521
|
this.el = el.nativeElement;
|
|
4522
4522
|
}
|
|
4523
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4524
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionTitleMetadata, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4524
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionTitleMetadata, isStandalone: false, selector: "atomic-result-section-title-metadata", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4525
4525
|
};
|
|
4526
4526
|
AtomicResultSectionTitleMetadata = __decorate([
|
|
4527
4527
|
ProxyCmp({
|
|
@@ -4530,7 +4530,7 @@ AtomicResultSectionTitleMetadata = __decorate([
|
|
|
4530
4530
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-title-metadata') || customElements.define('atomic-result-section-title-metadata', AtomicResultSectionTitleMetadata$1); }
|
|
4531
4531
|
})
|
|
4532
4532
|
], AtomicResultSectionTitleMetadata);
|
|
4533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionTitleMetadata, decorators: [{
|
|
4534
4534
|
type: Component,
|
|
4535
4535
|
args: [{
|
|
4536
4536
|
selector: 'atomic-result-section-title-metadata',
|
|
@@ -4549,8 +4549,8 @@ let AtomicResultSectionTitle = class AtomicResultSectionTitle {
|
|
|
4549
4549
|
c.detach();
|
|
4550
4550
|
this.el = el.nativeElement;
|
|
4551
4551
|
}
|
|
4552
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4553
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4552
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4553
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionTitle, isStandalone: false, selector: "atomic-result-section-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4554
4554
|
};
|
|
4555
4555
|
AtomicResultSectionTitle = __decorate([
|
|
4556
4556
|
ProxyCmp({
|
|
@@ -4559,7 +4559,7 @@ AtomicResultSectionTitle = __decorate([
|
|
|
4559
4559
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-title') || customElements.define('atomic-result-section-title', AtomicResultSectionTitle$1); }
|
|
4560
4560
|
})
|
|
4561
4561
|
], AtomicResultSectionTitle);
|
|
4562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionTitle, decorators: [{
|
|
4563
4563
|
type: Component,
|
|
4564
4564
|
args: [{
|
|
4565
4565
|
selector: 'atomic-result-section-title',
|
|
@@ -4578,8 +4578,8 @@ let AtomicResultSectionVisual = class AtomicResultSectionVisual {
|
|
|
4578
4578
|
c.detach();
|
|
4579
4579
|
this.el = el.nativeElement;
|
|
4580
4580
|
}
|
|
4581
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4582
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4581
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionVisual, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4582
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultSectionVisual, isStandalone: false, selector: "atomic-result-section-visual", inputs: { imageSize: "imageSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4583
4583
|
};
|
|
4584
4584
|
AtomicResultSectionVisual = __decorate([
|
|
4585
4585
|
ProxyCmp({
|
|
@@ -4588,7 +4588,7 @@ AtomicResultSectionVisual = __decorate([
|
|
|
4588
4588
|
defineCustomElementFn: () => { customElements.get('atomic-result-section-visual') || customElements.define('atomic-result-section-visual', AtomicResultSectionVisual$1); }
|
|
4589
4589
|
})
|
|
4590
4590
|
], AtomicResultSectionVisual);
|
|
4591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultSectionVisual, decorators: [{
|
|
4592
4592
|
type: Component,
|
|
4593
4593
|
args: [{
|
|
4594
4594
|
selector: 'atomic-result-section-visual',
|
|
@@ -4607,8 +4607,8 @@ let AtomicResultTemplate = class AtomicResultTemplate {
|
|
|
4607
4607
|
c.detach();
|
|
4608
4608
|
this.el = el.nativeElement;
|
|
4609
4609
|
}
|
|
4610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4611
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4611
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultTemplate, isStandalone: false, selector: "atomic-result-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4612
4612
|
};
|
|
4613
4613
|
AtomicResultTemplate = __decorate([
|
|
4614
4614
|
ProxyCmp({
|
|
@@ -4617,7 +4617,7 @@ AtomicResultTemplate = __decorate([
|
|
|
4617
4617
|
defineCustomElementFn: () => { customElements.get('atomic-result-template') || customElements.define('atomic-result-template', AtomicResultTemplate$1); }
|
|
4618
4618
|
})
|
|
4619
4619
|
], AtomicResultTemplate);
|
|
4620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultTemplate, decorators: [{
|
|
4621
4621
|
type: Component,
|
|
4622
4622
|
args: [{
|
|
4623
4623
|
selector: 'atomic-result-template',
|
|
@@ -4636,8 +4636,8 @@ let AtomicResultText = class AtomicResultText {
|
|
|
4636
4636
|
c.detach();
|
|
4637
4637
|
this.el = el.nativeElement;
|
|
4638
4638
|
}
|
|
4639
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4640
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4639
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4640
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultText, isStandalone: false, selector: "atomic-result-text", inputs: { field: "field", shouldHighlight: "shouldHighlight", disableHighlight: "disableHighlight", default: "default" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4641
4641
|
};
|
|
4642
4642
|
AtomicResultText = __decorate([
|
|
4643
4643
|
ProxyCmp({
|
|
@@ -4646,7 +4646,7 @@ AtomicResultText = __decorate([
|
|
|
4646
4646
|
defineCustomElementFn: () => { customElements.get('atomic-result-text') || customElements.define('atomic-result-text', AtomicResultText$1); }
|
|
4647
4647
|
})
|
|
4648
4648
|
], AtomicResultText);
|
|
4649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultText, decorators: [{
|
|
4650
4650
|
type: Component,
|
|
4651
4651
|
args: [{
|
|
4652
4652
|
selector: 'atomic-result-text',
|
|
@@ -4665,8 +4665,8 @@ let AtomicResultTimespan = class AtomicResultTimespan {
|
|
|
4665
4665
|
c.detach();
|
|
4666
4666
|
this.el = el.nativeElement;
|
|
4667
4667
|
}
|
|
4668
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4669
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4668
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultTimespan, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4669
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultTimespan, isStandalone: false, selector: "atomic-result-timespan", inputs: { field: "field", unit: "unit", format: "format" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4670
4670
|
};
|
|
4671
4671
|
AtomicResultTimespan = __decorate([
|
|
4672
4672
|
ProxyCmp({
|
|
@@ -4675,7 +4675,7 @@ AtomicResultTimespan = __decorate([
|
|
|
4675
4675
|
defineCustomElementFn: () => { customElements.get('atomic-result-timespan') || customElements.define('atomic-result-timespan', AtomicResultTimespan$1); }
|
|
4676
4676
|
})
|
|
4677
4677
|
], AtomicResultTimespan);
|
|
4678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultTimespan, decorators: [{
|
|
4679
4679
|
type: Component,
|
|
4680
4680
|
args: [{
|
|
4681
4681
|
selector: 'atomic-result-timespan',
|
|
@@ -4694,8 +4694,8 @@ let AtomicResult = class AtomicResult {
|
|
|
4694
4694
|
c.detach();
|
|
4695
4695
|
this.el = el.nativeElement;
|
|
4696
4696
|
}
|
|
4697
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4698
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4697
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResult, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4698
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResult, isStandalone: false, selector: "atomic-result", inputs: { stopPropagation: "stopPropagation", result: "result", interactiveResult: "interactiveResult", store: "store", content: "content", linkContent: "linkContent", display: "display", density: "density", imageSize: "imageSize", classes: "classes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4699
4699
|
};
|
|
4700
4700
|
AtomicResult = __decorate([
|
|
4701
4701
|
ProxyCmp({
|
|
@@ -4704,7 +4704,7 @@ AtomicResult = __decorate([
|
|
|
4704
4704
|
defineCustomElementFn: () => { customElements.get('atomic-result') || customElements.define('atomic-result', AtomicResult$1); }
|
|
4705
4705
|
})
|
|
4706
4706
|
], AtomicResult);
|
|
4707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResult, decorators: [{
|
|
4708
4708
|
type: Component,
|
|
4709
4709
|
args: [{
|
|
4710
4710
|
selector: 'atomic-result',
|
|
@@ -4724,8 +4724,8 @@ let AtomicResultsPerPage = class AtomicResultsPerPage {
|
|
|
4724
4724
|
this.el = el.nativeElement;
|
|
4725
4725
|
proxyOutputs(this, this.el, ['atomic/scrollToTop']);
|
|
4726
4726
|
}
|
|
4727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4727
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultsPerPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4728
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicResultsPerPage, isStandalone: false, selector: "atomic-results-per-page", inputs: { choicesDisplayed: "choicesDisplayed", initialChoice: "initialChoice" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4729
4729
|
};
|
|
4730
4730
|
AtomicResultsPerPage = __decorate([
|
|
4731
4731
|
ProxyCmp({
|
|
@@ -4734,7 +4734,7 @@ AtomicResultsPerPage = __decorate([
|
|
|
4734
4734
|
defineCustomElementFn: () => { customElements.get('atomic-results-per-page') || customElements.define('atomic-results-per-page', AtomicResultsPerPage$1); }
|
|
4735
4735
|
})
|
|
4736
4736
|
], AtomicResultsPerPage);
|
|
4737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicResultsPerPage, decorators: [{
|
|
4738
4738
|
type: Component,
|
|
4739
4739
|
args: [{
|
|
4740
4740
|
selector: 'atomic-results-per-page',
|
|
@@ -4753,8 +4753,8 @@ let AtomicSearchBoxInstantResults = class AtomicSearchBoxInstantResults {
|
|
|
4753
4753
|
c.detach();
|
|
4754
4754
|
this.el = el.nativeElement;
|
|
4755
4755
|
}
|
|
4756
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4757
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4756
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBoxInstantResults, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4757
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSearchBoxInstantResults, isStandalone: false, selector: "atomic-search-box-instant-results", inputs: { maxResultsPerQuery: "maxResultsPerQuery", density: "density", imageSize: "imageSize", ariaLabelGenerator: "ariaLabelGenerator" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4758
4758
|
};
|
|
4759
4759
|
AtomicSearchBoxInstantResults = __decorate([
|
|
4760
4760
|
ProxyCmp({
|
|
@@ -4763,7 +4763,7 @@ AtomicSearchBoxInstantResults = __decorate([
|
|
|
4763
4763
|
defineCustomElementFn: () => { customElements.get('atomic-search-box-instant-results') || customElements.define('atomic-search-box-instant-results', AtomicSearchBoxInstantResults$1); }
|
|
4764
4764
|
})
|
|
4765
4765
|
], AtomicSearchBoxInstantResults);
|
|
4766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBoxInstantResults, decorators: [{
|
|
4767
4767
|
type: Component,
|
|
4768
4768
|
args: [{
|
|
4769
4769
|
selector: 'atomic-search-box-instant-results',
|
|
@@ -4782,8 +4782,8 @@ let AtomicSearchBoxQuerySuggestions = class AtomicSearchBoxQuerySuggestions {
|
|
|
4782
4782
|
c.detach();
|
|
4783
4783
|
this.el = el.nativeElement;
|
|
4784
4784
|
}
|
|
4785
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4786
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4785
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBoxQuerySuggestions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4786
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSearchBoxQuerySuggestions, isStandalone: false, selector: "atomic-search-box-query-suggestions", inputs: { icon: "icon", maxWithQuery: "maxWithQuery", maxWithoutQuery: "maxWithoutQuery" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4787
4787
|
};
|
|
4788
4788
|
AtomicSearchBoxQuerySuggestions = __decorate([
|
|
4789
4789
|
ProxyCmp({
|
|
@@ -4792,7 +4792,7 @@ AtomicSearchBoxQuerySuggestions = __decorate([
|
|
|
4792
4792
|
defineCustomElementFn: () => { customElements.get('atomic-search-box-query-suggestions') || customElements.define('atomic-search-box-query-suggestions', AtomicSearchBoxQuerySuggestions$1); }
|
|
4793
4793
|
})
|
|
4794
4794
|
], AtomicSearchBoxQuerySuggestions);
|
|
4795
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBoxQuerySuggestions, decorators: [{
|
|
4796
4796
|
type: Component,
|
|
4797
4797
|
args: [{
|
|
4798
4798
|
selector: 'atomic-search-box-query-suggestions',
|
|
@@ -4811,8 +4811,8 @@ let AtomicSearchBoxRecentQueries = class AtomicSearchBoxRecentQueries {
|
|
|
4811
4811
|
c.detach();
|
|
4812
4812
|
this.el = el.nativeElement;
|
|
4813
4813
|
}
|
|
4814
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4815
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4814
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBoxRecentQueries, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4815
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSearchBoxRecentQueries, isStandalone: false, selector: "atomic-search-box-recent-queries", inputs: { icon: "icon", maxWithQuery: "maxWithQuery", maxWithoutQuery: "maxWithoutQuery" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4816
4816
|
};
|
|
4817
4817
|
AtomicSearchBoxRecentQueries = __decorate([
|
|
4818
4818
|
ProxyCmp({
|
|
@@ -4821,7 +4821,7 @@ AtomicSearchBoxRecentQueries = __decorate([
|
|
|
4821
4821
|
defineCustomElementFn: () => { customElements.get('atomic-search-box-recent-queries') || customElements.define('atomic-search-box-recent-queries', AtomicSearchBoxRecentQueries$1); }
|
|
4822
4822
|
})
|
|
4823
4823
|
], AtomicSearchBoxRecentQueries);
|
|
4824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBoxRecentQueries, decorators: [{
|
|
4825
4825
|
type: Component,
|
|
4826
4826
|
args: [{
|
|
4827
4827
|
selector: 'atomic-search-box-recent-queries',
|
|
@@ -4841,8 +4841,8 @@ let AtomicSearchBox = class AtomicSearchBox {
|
|
|
4841
4841
|
this.el = el.nativeElement;
|
|
4842
4842
|
proxyOutputs(this, this.el, ['redirect']);
|
|
4843
4843
|
}
|
|
4844
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4845
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4844
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4845
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSearchBox, isStandalone: false, selector: "atomic-search-box", inputs: { numberOfQueries: "numberOfQueries", redirectionUrl: "redirectionUrl", suggestionTimeout: "suggestionTimeout", suggestionDelay: "suggestionDelay", disableSearch: "disableSearch", minimumQueryLength: "minimumQueryLength", clearFilters: "clearFilters", enableQuerySyntax: "enableQuerySyntax" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4846
4846
|
};
|
|
4847
4847
|
AtomicSearchBox = __decorate([
|
|
4848
4848
|
ProxyCmp({
|
|
@@ -4851,7 +4851,7 @@ AtomicSearchBox = __decorate([
|
|
|
4851
4851
|
defineCustomElementFn: () => { customElements.get('atomic-search-box') || customElements.define('atomic-search-box', AtomicSearchBox$1); }
|
|
4852
4852
|
})
|
|
4853
4853
|
], AtomicSearchBox);
|
|
4854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchBox, decorators: [{
|
|
4855
4855
|
type: Component,
|
|
4856
4856
|
args: [{
|
|
4857
4857
|
selector: 'atomic-search-box',
|
|
@@ -4870,8 +4870,8 @@ let AtomicSearchInterface = class AtomicSearchInterface {
|
|
|
4870
4870
|
c.detach();
|
|
4871
4871
|
this.el = el.nativeElement;
|
|
4872
4872
|
}
|
|
4873
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4874
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4873
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4874
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSearchInterface, isStandalone: false, selector: "atomic-search-interface", inputs: { fieldsToInclude: "fieldsToInclude", pipeline: "pipeline", searchHub: "searchHub", analytics: "analytics", timezone: "timezone", logLevel: "logLevel", language: "language", reflectStateInUrl: "reflectStateInUrl", disableStateReflectionInUrl: "disableStateReflectionInUrl", scrollContainer: "scrollContainer", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath", enableRelevanceInspector: "enableRelevanceInspector", disableRelevanceInspector: "disableRelevanceInspector" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4875
4875
|
};
|
|
4876
4876
|
AtomicSearchInterface = __decorate([
|
|
4877
4877
|
ProxyCmp({
|
|
@@ -4880,7 +4880,7 @@ AtomicSearchInterface = __decorate([
|
|
|
4880
4880
|
defineCustomElementFn: () => { customElements.get('atomic-search-interface') || customElements.define('atomic-search-interface', AtomicSearchInterface$1); }
|
|
4881
4881
|
})
|
|
4882
4882
|
], AtomicSearchInterface);
|
|
4883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchInterface, decorators: [{
|
|
4884
4884
|
type: Component,
|
|
4885
4885
|
args: [{
|
|
4886
4886
|
selector: 'atomic-search-interface',
|
|
@@ -4900,8 +4900,8 @@ let AtomicSearchLayout = class AtomicSearchLayout {
|
|
|
4900
4900
|
this.el = el.nativeElement;
|
|
4901
4901
|
proxyOutputs(this, this.el, ['atomic-layout-breakpoint-change']);
|
|
4902
4902
|
}
|
|
4903
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4904
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4903
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4904
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSearchLayout, isStandalone: false, selector: "atomic-search-layout", inputs: { mobileBreakpoint: "mobileBreakpoint" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4905
4905
|
};
|
|
4906
4906
|
AtomicSearchLayout = __decorate([
|
|
4907
4907
|
ProxyCmp({
|
|
@@ -4910,7 +4910,7 @@ AtomicSearchLayout = __decorate([
|
|
|
4910
4910
|
defineCustomElementFn: () => { customElements.get('atomic-search-layout') || customElements.define('atomic-search-layout', AtomicSearchLayout$1); }
|
|
4911
4911
|
})
|
|
4912
4912
|
], AtomicSearchLayout);
|
|
4913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSearchLayout, decorators: [{
|
|
4914
4914
|
type: Component,
|
|
4915
4915
|
args: [{
|
|
4916
4916
|
selector: 'atomic-search-layout',
|
|
@@ -4929,8 +4929,8 @@ let AtomicSegmentedFacetScrollable = class AtomicSegmentedFacetScrollable {
|
|
|
4929
4929
|
c.detach();
|
|
4930
4930
|
this.el = el.nativeElement;
|
|
4931
4931
|
}
|
|
4932
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4933
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4932
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSegmentedFacetScrollable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4933
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSegmentedFacetScrollable, isStandalone: false, selector: "atomic-segmented-facet-scrollable", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4934
4934
|
};
|
|
4935
4935
|
AtomicSegmentedFacetScrollable = __decorate([
|
|
4936
4936
|
ProxyCmp({
|
|
@@ -4939,7 +4939,7 @@ AtomicSegmentedFacetScrollable = __decorate([
|
|
|
4939
4939
|
defineCustomElementFn: () => { customElements.get('atomic-segmented-facet-scrollable') || customElements.define('atomic-segmented-facet-scrollable', AtomicSegmentedFacetScrollable$1); }
|
|
4940
4940
|
})
|
|
4941
4941
|
], AtomicSegmentedFacetScrollable);
|
|
4942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSegmentedFacetScrollable, decorators: [{
|
|
4943
4943
|
type: Component,
|
|
4944
4944
|
args: [{
|
|
4945
4945
|
selector: 'atomic-segmented-facet-scrollable',
|
|
@@ -4958,8 +4958,8 @@ let AtomicSegmentedFacet = class AtomicSegmentedFacet {
|
|
|
4958
4958
|
c.detach();
|
|
4959
4959
|
this.el = el.nativeElement;
|
|
4960
4960
|
}
|
|
4961
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4962
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4961
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSegmentedFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4962
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSegmentedFacet, isStandalone: false, selector: "atomic-segmented-facet", inputs: { facetId: "facetId", field: "field", label: "label", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", numberOfValues: "numberOfValues", sortCriteria: "sortCriteria", allowedValues: "allowedValues", customSort: "customSort", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4963
4963
|
};
|
|
4964
4964
|
AtomicSegmentedFacet = __decorate([
|
|
4965
4965
|
ProxyCmp({
|
|
@@ -4968,7 +4968,7 @@ AtomicSegmentedFacet = __decorate([
|
|
|
4968
4968
|
defineCustomElementFn: () => { customElements.get('atomic-segmented-facet') || customElements.define('atomic-segmented-facet', AtomicSegmentedFacet$1); }
|
|
4969
4969
|
})
|
|
4970
4970
|
], AtomicSegmentedFacet);
|
|
4971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
4971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSegmentedFacet, decorators: [{
|
|
4972
4972
|
type: Component,
|
|
4973
4973
|
args: [{
|
|
4974
4974
|
selector: 'atomic-segmented-facet',
|
|
@@ -4988,8 +4988,8 @@ let AtomicSmartSnippetFeedbackModal = class AtomicSmartSnippetFeedbackModal {
|
|
|
4988
4988
|
this.el = el.nativeElement;
|
|
4989
4989
|
proxyOutputs(this, this.el, ['feedbackSent']);
|
|
4990
4990
|
}
|
|
4991
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
4992
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
4991
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSmartSnippetFeedbackModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4992
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSmartSnippetFeedbackModal, isStandalone: false, selector: "atomic-smart-snippet-feedback-modal", inputs: { isOpen: "isOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4993
4993
|
};
|
|
4994
4994
|
AtomicSmartSnippetFeedbackModal = __decorate([
|
|
4995
4995
|
ProxyCmp({
|
|
@@ -4998,7 +4998,7 @@ AtomicSmartSnippetFeedbackModal = __decorate([
|
|
|
4998
4998
|
defineCustomElementFn: () => { customElements.get('atomic-smart-snippet-feedback-modal') || customElements.define('atomic-smart-snippet-feedback-modal', AtomicSmartSnippetFeedbackModal$1); }
|
|
4999
4999
|
})
|
|
5000
5000
|
], AtomicSmartSnippetFeedbackModal);
|
|
5001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSmartSnippetFeedbackModal, decorators: [{
|
|
5002
5002
|
type: Component,
|
|
5003
5003
|
args: [{
|
|
5004
5004
|
selector: 'atomic-smart-snippet-feedback-modal',
|
|
@@ -5017,8 +5017,8 @@ let AtomicSmartSnippetSuggestions = class AtomicSmartSnippetSuggestions {
|
|
|
5017
5017
|
c.detach();
|
|
5018
5018
|
this.el = el.nativeElement;
|
|
5019
5019
|
}
|
|
5020
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5021
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5020
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSmartSnippetSuggestions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5021
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSmartSnippetSuggestions, isStandalone: false, selector: "atomic-smart-snippet-suggestions", inputs: { headingLevel: "headingLevel", snippetStyle: "snippetStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5022
5022
|
};
|
|
5023
5023
|
AtomicSmartSnippetSuggestions = __decorate([
|
|
5024
5024
|
ProxyCmp({
|
|
@@ -5027,7 +5027,7 @@ AtomicSmartSnippetSuggestions = __decorate([
|
|
|
5027
5027
|
defineCustomElementFn: () => { customElements.get('atomic-smart-snippet-suggestions') || customElements.define('atomic-smart-snippet-suggestions', AtomicSmartSnippetSuggestions$1); }
|
|
5028
5028
|
})
|
|
5029
5029
|
], AtomicSmartSnippetSuggestions);
|
|
5030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSmartSnippetSuggestions, decorators: [{
|
|
5031
5031
|
type: Component,
|
|
5032
5032
|
args: [{
|
|
5033
5033
|
selector: 'atomic-smart-snippet-suggestions',
|
|
@@ -5046,8 +5046,8 @@ let AtomicSmartSnippet = class AtomicSmartSnippet {
|
|
|
5046
5046
|
c.detach();
|
|
5047
5047
|
this.el = el.nativeElement;
|
|
5048
5048
|
}
|
|
5049
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5050
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSmartSnippet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5050
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSmartSnippet, isStandalone: false, selector: "atomic-smart-snippet", inputs: { headingLevel: "headingLevel", maximumHeight: "maximumHeight", collapsedHeight: "collapsedHeight", snippetStyle: "snippetStyle", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", snippetMaximumHeight: "snippetMaximumHeight", snippetCollapsedHeight: "snippetCollapsedHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5051
5051
|
};
|
|
5052
5052
|
AtomicSmartSnippet = __decorate([
|
|
5053
5053
|
ProxyCmp({
|
|
@@ -5056,7 +5056,7 @@ AtomicSmartSnippet = __decorate([
|
|
|
5056
5056
|
defineCustomElementFn: () => { customElements.get('atomic-smart-snippet') || customElements.define('atomic-smart-snippet', AtomicSmartSnippet$1); }
|
|
5057
5057
|
})
|
|
5058
5058
|
], AtomicSmartSnippet);
|
|
5059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSmartSnippet, decorators: [{
|
|
5060
5060
|
type: Component,
|
|
5061
5061
|
args: [{
|
|
5062
5062
|
selector: 'atomic-smart-snippet',
|
|
@@ -5075,8 +5075,8 @@ let AtomicSortDropdown = class AtomicSortDropdown {
|
|
|
5075
5075
|
c.detach();
|
|
5076
5076
|
this.el = el.nativeElement;
|
|
5077
5077
|
}
|
|
5078
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5079
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5078
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSortDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5079
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSortDropdown, isStandalone: false, selector: "atomic-sort-dropdown", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5080
5080
|
};
|
|
5081
5081
|
AtomicSortDropdown = __decorate([
|
|
5082
5082
|
ProxyCmp({
|
|
@@ -5085,7 +5085,7 @@ AtomicSortDropdown = __decorate([
|
|
|
5085
5085
|
defineCustomElementFn: () => { customElements.get('atomic-sort-dropdown') || customElements.define('atomic-sort-dropdown', AtomicSortDropdown$1); }
|
|
5086
5086
|
})
|
|
5087
5087
|
], AtomicSortDropdown);
|
|
5088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSortDropdown, decorators: [{
|
|
5089
5089
|
type: Component,
|
|
5090
5090
|
args: [{
|
|
5091
5091
|
selector: 'atomic-sort-dropdown',
|
|
@@ -5104,8 +5104,8 @@ let AtomicSortExpression = class AtomicSortExpression {
|
|
|
5104
5104
|
c.detach();
|
|
5105
5105
|
this.el = el.nativeElement;
|
|
5106
5106
|
}
|
|
5107
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5108
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5107
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSortExpression, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5108
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicSortExpression, isStandalone: false, selector: "atomic-sort-expression", inputs: { label: "label", expression: "expression", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5109
5109
|
};
|
|
5110
5110
|
AtomicSortExpression = __decorate([
|
|
5111
5111
|
ProxyCmp({
|
|
@@ -5114,7 +5114,7 @@ AtomicSortExpression = __decorate([
|
|
|
5114
5114
|
defineCustomElementFn: () => { customElements.get('atomic-sort-expression') || customElements.define('atomic-sort-expression', AtomicSortExpression$1); }
|
|
5115
5115
|
})
|
|
5116
5116
|
], AtomicSortExpression);
|
|
5117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicSortExpression, decorators: [{
|
|
5118
5118
|
type: Component,
|
|
5119
5119
|
args: [{
|
|
5120
5120
|
selector: 'atomic-sort-expression',
|
|
@@ -5133,8 +5133,8 @@ let AtomicTabManager = class AtomicTabManager {
|
|
|
5133
5133
|
c.detach();
|
|
5134
5134
|
this.el = el.nativeElement;
|
|
5135
5135
|
}
|
|
5136
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5137
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5136
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTabManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5137
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicTabManager, isStandalone: false, selector: "atomic-tab-manager", inputs: { clearFiltersOnTabChange: "clearFiltersOnTabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5138
5138
|
};
|
|
5139
5139
|
AtomicTabManager = __decorate([
|
|
5140
5140
|
ProxyCmp({
|
|
@@ -5143,7 +5143,7 @@ AtomicTabManager = __decorate([
|
|
|
5143
5143
|
defineCustomElementFn: () => { customElements.get('atomic-tab-manager') || customElements.define('atomic-tab-manager', AtomicTabManager$1); }
|
|
5144
5144
|
})
|
|
5145
5145
|
], AtomicTabManager);
|
|
5146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTabManager, decorators: [{
|
|
5147
5147
|
type: Component,
|
|
5148
5148
|
args: [{
|
|
5149
5149
|
selector: 'atomic-tab-manager',
|
|
@@ -5162,8 +5162,8 @@ let AtomicTab = class AtomicTab {
|
|
|
5162
5162
|
c.detach();
|
|
5163
5163
|
this.el = el.nativeElement;
|
|
5164
5164
|
}
|
|
5165
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5166
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5165
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5166
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicTab, isStandalone: false, selector: "atomic-tab", inputs: { label: "label", name: "name", expression: "expression" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5167
5167
|
};
|
|
5168
5168
|
AtomicTab = __decorate([
|
|
5169
5169
|
ProxyCmp({
|
|
@@ -5172,7 +5172,7 @@ AtomicTab = __decorate([
|
|
|
5172
5172
|
defineCustomElementFn: () => { customElements.get('atomic-tab') || customElements.define('atomic-tab', AtomicTab$1); }
|
|
5173
5173
|
})
|
|
5174
5174
|
], AtomicTab);
|
|
5175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5175
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTab, decorators: [{
|
|
5176
5176
|
type: Component,
|
|
5177
5177
|
args: [{
|
|
5178
5178
|
selector: 'atomic-tab',
|
|
@@ -5191,8 +5191,8 @@ let AtomicTableElement = class AtomicTableElement {
|
|
|
5191
5191
|
c.detach();
|
|
5192
5192
|
this.el = el.nativeElement;
|
|
5193
5193
|
}
|
|
5194
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5195
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5194
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTableElement, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5195
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicTableElement, isStandalone: false, selector: "atomic-table-element", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5196
5196
|
};
|
|
5197
5197
|
AtomicTableElement = __decorate([
|
|
5198
5198
|
ProxyCmp({
|
|
@@ -5201,7 +5201,7 @@ AtomicTableElement = __decorate([
|
|
|
5201
5201
|
defineCustomElementFn: () => { customElements.get('atomic-table-element') || customElements.define('atomic-table-element', AtomicTableElement$1); }
|
|
5202
5202
|
})
|
|
5203
5203
|
], AtomicTableElement);
|
|
5204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTableElement, decorators: [{
|
|
5205
5205
|
type: Component,
|
|
5206
5206
|
args: [{
|
|
5207
5207
|
selector: 'atomic-table-element',
|
|
@@ -5220,8 +5220,8 @@ let AtomicText = class AtomicText {
|
|
|
5220
5220
|
c.detach();
|
|
5221
5221
|
this.el = el.nativeElement;
|
|
5222
5222
|
}
|
|
5223
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5224
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5223
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5224
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicText, isStandalone: false, selector: "atomic-text", inputs: { value: "value", count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5225
5225
|
};
|
|
5226
5226
|
AtomicText = __decorate([
|
|
5227
5227
|
ProxyCmp({
|
|
@@ -5230,7 +5230,7 @@ AtomicText = __decorate([
|
|
|
5230
5230
|
defineCustomElementFn: () => { customElements.get('atomic-text') || customElements.define('atomic-text', AtomicText$1); }
|
|
5231
5231
|
})
|
|
5232
5232
|
], AtomicText);
|
|
5233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicText, decorators: [{
|
|
5234
5234
|
type: Component,
|
|
5235
5235
|
args: [{
|
|
5236
5236
|
selector: 'atomic-text',
|
|
@@ -5249,8 +5249,8 @@ let AtomicTimeframeFacet = class AtomicTimeframeFacet {
|
|
|
5249
5249
|
c.detach();
|
|
5250
5250
|
this.el = el.nativeElement;
|
|
5251
5251
|
}
|
|
5252
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5253
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
5252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTimeframeFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.17", type: AtomicTimeframeFacet, isStandalone: false, selector: "atomic-timeframe-facet", inputs: { label: "label", field: "field", tabsIncluded: "tabsIncluded", tabsExcluded: "tabsExcluded", withDatePicker: "withDatePicker", isCollapsed: "isCollapsed", headingLevel: "headingLevel", filterFacetCount: "filterFacetCount", injectionDepth: "injectionDepth", min: "min", max: "max", sortCriteria: "sortCriteria", facetId: "facetId", dependsOn: "dependsOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5254
5254
|
};
|
|
5255
5255
|
AtomicTimeframeFacet = __decorate([
|
|
5256
5256
|
ProxyCmp({
|
|
@@ -5259,7 +5259,7 @@ AtomicTimeframeFacet = __decorate([
|
|
|
5259
5259
|
defineCustomElementFn: () => { customElements.get('atomic-timeframe-facet') || customElements.define('atomic-timeframe-facet', AtomicTimeframeFacet$1); }
|
|
5260
5260
|
})
|
|
5261
5261
|
], AtomicTimeframeFacet);
|
|
5262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicTimeframeFacet, decorators: [{
|
|
5263
5263
|
type: Component,
|
|
5264
5264
|
args: [{
|
|
5265
5265
|
selector: 'atomic-timeframe-facet',
|
|
@@ -5458,8 +5458,8 @@ class AtomicAngularModule {
|
|
|
5458
5458
|
providers: [],
|
|
5459
5459
|
};
|
|
5460
5460
|
}
|
|
5461
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
5462
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
5461
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5462
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.17", ngImport: i0, type: AtomicAngularModule, declarations: [AtomicAriaLive,
|
|
5463
5463
|
AtomicAutomaticFacet,
|
|
5464
5464
|
AtomicAutomaticFacetGenerator,
|
|
5465
5465
|
AtomicBreadbox,
|
|
@@ -5814,9 +5814,9 @@ class AtomicAngularModule {
|
|
|
5814
5814
|
AtomicText,
|
|
5815
5815
|
AtomicTimeframe,
|
|
5816
5816
|
AtomicTimeframeFacet] });
|
|
5817
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
5817
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAngularModule, imports: [CommonModule] });
|
|
5818
5818
|
}
|
|
5819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
5819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.17", ngImport: i0, type: AtomicAngularModule, decorators: [{
|
|
5820
5820
|
type: NgModule,
|
|
5821
5821
|
args: [{
|
|
5822
5822
|
declarations: DECLARATIONS,
|