@kirbydesign/designsystem 10.4.1 → 10.5.0
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/kirbydesign-designsystem-accordion.mjs +10 -10
- package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-avatar.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-button.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-calendar.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-card.mjs +16 -16
- package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs +5 -5
- package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-data-table.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-dropdown.mjs +10 -10
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs +8 -8
- package/fesm2022/kirbydesign-designsystem-empty-state.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-form-field.mjs +81 -41
- package/fesm2022/kirbydesign-designsystem-form-field.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-header.mjs +19 -19
- package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
- package/fesm2022/kirbydesign-designsystem-icon.mjs +11 -10
- package/fesm2022/kirbydesign-designsystem-icon.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-item.mjs +10 -10
- package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-list.mjs +40 -40
- package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-menu.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-modal.mjs +42 -42
- package/fesm2022/kirbydesign-designsystem-page.mjs +40 -40
- package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +15 -8
- package/fesm2022/kirbydesign-designsystem-progress-circle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-radio.mjs +11 -11
- package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-range.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-section-header.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
- package/fesm2022/kirbydesign-designsystem-slide-button.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem-slide.mjs +13 -13
- package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +10 -10
- package/fesm2022/kirbydesign-designsystem-tabs.mjs +13 -13
- package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
- package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
- package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
- package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +7 -7
- package/fesm2022/kirbydesign-designsystem-toggle.mjs +5 -5
- package/fesm2022/kirbydesign-designsystem-toggle.mjs.map +1 -1
- package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
- package/fesm2022/kirbydesign-designsystem.mjs +13 -13
- package/form-field/input/input.component.d.ts +5 -2
- package/form-field/input/input.component.d.ts.map +1 -1
- package/form-field/textarea/textarea.component.d.ts +5 -1
- package/form-field/textarea/textarea.component.d.ts.map +1 -1
- package/icon/kirby-icon-settings.d.ts.map +1 -1
- package/icons/svg/coinstack.svg +1 -5
- package/icons/svg/investment.svg +1 -5
- package/icons/svg/warning-decoration.svg +1 -0
- package/package.json +2 -2
- package/progress-circle/progress-circle.component.d.ts +1 -0
- package/progress-circle/progress-circle.component.d.ts.map +1 -1
- package/readme.md +3 -1
|
@@ -31,15 +31,15 @@ import { ComponentLoaderDirective, FitHeadingDirective, ThemeColorDirective } fr
|
|
|
31
31
|
|
|
32
32
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
33
33
|
class MockAccordionItemComponent {
|
|
34
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
35
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
34
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
35
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockAccordionItemComponent, isStandalone: true, selector: "kirby-accordion-item", inputs: { title: "title", isExpanded: "isExpanded", isDisabled: "isDisabled", disabledTitle: "disabledTitle" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
36
36
|
{
|
|
37
37
|
provide: AccordionItemComponent,
|
|
38
38
|
useExisting: forwardRef((() => MockAccordionItemComponent)),
|
|
39
39
|
},
|
|
40
40
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
41
41
|
}
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAccordionItemComponent, decorators: [{
|
|
43
43
|
type: Component,
|
|
44
44
|
args: [{
|
|
45
45
|
selector: 'kirby-accordion-item',
|
|
@@ -64,15 +64,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
64
64
|
|
|
65
65
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
66
66
|
class MockActionGroupComponent {
|
|
67
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
68
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
67
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockActionGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
68
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockActionGroupComponent, isStandalone: true, selector: "kirby-action-group", inputs: { visibleActions: "visibleActions", emphasizeActions: "emphasizeActions", align: "align" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
69
69
|
{
|
|
70
70
|
provide: ActionGroupComponent,
|
|
71
71
|
useExisting: forwardRef((() => MockActionGroupComponent)),
|
|
72
72
|
},
|
|
73
73
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
74
74
|
}
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockActionGroupComponent, decorators: [{
|
|
76
76
|
type: Component,
|
|
77
77
|
args: [{
|
|
78
78
|
selector: 'kirby-action-group',
|
|
@@ -95,15 +95,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
95
95
|
|
|
96
96
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
97
97
|
class MockAvatarComponent {
|
|
98
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
99
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
98
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
99
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockAvatarComponent, isStandalone: true, selector: "kirby-avatar", inputs: { imageSrc: "imageSrc", altText: "altText", shadow: "shadow", stroke: "stroke", text: "text", overlay: "overlay", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
100
100
|
{
|
|
101
101
|
provide: AvatarComponent,
|
|
102
102
|
useExisting: forwardRef((() => MockAvatarComponent)),
|
|
103
103
|
},
|
|
104
104
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
105
105
|
}
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAvatarComponent, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'kirby-avatar',
|
|
@@ -136,15 +136,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
136
136
|
|
|
137
137
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
138
138
|
class MockButtonComponent {
|
|
139
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
140
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
139
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
140
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockButtonComponent, isStandalone: true, selector: "button[kirby-button],Button[kirby-button]", inputs: { attentionLevel: "attentionLevel", noDecoration: "noDecoration", themeColor: "themeColor", expand: "expand", isFloating: "isFloating", size: "size", showIconOnly: "showIconOnly" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
141
141
|
{
|
|
142
142
|
provide: ButtonComponent,
|
|
143
143
|
useExisting: forwardRef((() => MockButtonComponent)),
|
|
144
144
|
},
|
|
145
145
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
146
146
|
}
|
|
147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockButtonComponent, decorators: [{
|
|
148
148
|
type: Component,
|
|
149
149
|
args: [{
|
|
150
150
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -176,15 +176,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
176
176
|
|
|
177
177
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
178
178
|
class MockBadgeComponent {
|
|
179
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
180
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
179
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
180
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockBadgeComponent, isStandalone: true, selector: "kirby-badge", inputs: { text: "text", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
181
181
|
{
|
|
182
182
|
provide: BadgeComponent,
|
|
183
183
|
useExisting: forwardRef((() => MockBadgeComponent)),
|
|
184
184
|
},
|
|
185
185
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
186
186
|
}
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockBadgeComponent, decorators: [{
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{
|
|
190
190
|
selector: 'kirby-badge',
|
|
@@ -212,15 +212,15 @@ class MockCalendarComponent {
|
|
|
212
212
|
this.previousMonthClicked = new EventEmitter();
|
|
213
213
|
this.nextMonthClicked = new EventEmitter();
|
|
214
214
|
}
|
|
215
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
216
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
215
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
216
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockCalendarComponent, isStandalone: true, selector: "kirby-calendar", inputs: { timezone: "timezone", disableWeekends: "disableWeekends", disablePastDates: "disablePastDates", disableFutureDates: "disableFutureDates", alwaysEnableToday: "alwaysEnableToday", locales: "locales", customLocales: "customLocales", usePopover: "usePopover", yearNavigatorOptions: "yearNavigatorOptions", selectedDate: "selectedDate", disabledDates: "disabledDates", enabledDates: "enabledDates", todayDate: "todayDate", minDate: "minDate", maxDate: "maxDate" }, outputs: { dateChange: "dateChange", dateSelect: "dateSelect", yearSelect: "yearSelect", previousMonthClicked: "previousMonthClicked", nextMonthClicked: "nextMonthClicked" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
217
217
|
{
|
|
218
218
|
provide: CalendarComponent,
|
|
219
219
|
useExisting: forwardRef((() => MockCalendarComponent)),
|
|
220
220
|
},
|
|
221
221
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
222
222
|
}
|
|
223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCalendarComponent, decorators: [{
|
|
224
224
|
type: Component,
|
|
225
225
|
args: [{
|
|
226
226
|
selector: 'kirby-calendar',
|
|
@@ -277,15 +277,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
277
277
|
|
|
278
278
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
279
279
|
class MockCardFooterComponent {
|
|
280
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
281
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
280
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
281
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockCardFooterComponent, isStandalone: true, selector: "kirby-card-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
282
282
|
{
|
|
283
283
|
provide: CardFooterComponent,
|
|
284
284
|
useExisting: forwardRef((() => MockCardFooterComponent)),
|
|
285
285
|
},
|
|
286
286
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
287
287
|
}
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardFooterComponent, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{
|
|
291
291
|
selector: 'kirby-card-footer',
|
|
@@ -304,15 +304,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
304
304
|
|
|
305
305
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
306
306
|
class MockCardHeaderComponent {
|
|
307
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
308
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
307
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
308
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockCardHeaderComponent, isStandalone: true, selector: "kirby-card-header", inputs: { title: "title", subtitle: "subtitle", isTitleBold: "isTitleBold", flagged: "flagged", hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
309
309
|
{
|
|
310
310
|
provide: CardHeaderComponent,
|
|
311
311
|
useExisting: forwardRef((() => MockCardHeaderComponent)),
|
|
312
312
|
},
|
|
313
313
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
314
314
|
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardHeaderComponent, decorators: [{
|
|
316
316
|
type: Component,
|
|
317
317
|
args: [{
|
|
318
318
|
selector: 'kirby-card-header',
|
|
@@ -339,15 +339,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
339
339
|
|
|
340
340
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
341
341
|
class MockCardComponent {
|
|
342
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
343
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
342
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
343
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockCardComponent, isStandalone: true, selector: "kirby-card", inputs: { title: "title", subtitle: "subtitle", backgroundImageUrl: "backgroundImageUrl", hasPadding: "hasPadding", sizes: "sizes", flat: "flat" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
344
344
|
{
|
|
345
345
|
provide: CardComponent,
|
|
346
346
|
useExisting: forwardRef((() => MockCardComponent)),
|
|
347
347
|
},
|
|
348
348
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
349
349
|
}
|
|
350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardComponent, decorators: [{
|
|
351
351
|
type: Component,
|
|
352
352
|
args: [{
|
|
353
353
|
selector: 'kirby-card',
|
|
@@ -376,15 +376,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
376
376
|
|
|
377
377
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
378
378
|
class MockBaseChartComponent {
|
|
379
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
380
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
379
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockBaseChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
380
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockBaseChartComponent, isStandalone: true, selector: "kirby-base-chart", inputs: { type: "type", data: "data", labels: "labels", customOptions: "customOptions", annotations: "annotations", highlightedElements: "highlightedElements", height: "height" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
381
381
|
{
|
|
382
382
|
provide: BaseChartComponent,
|
|
383
383
|
useExisting: forwardRef((() => MockBaseChartComponent)),
|
|
384
384
|
},
|
|
385
385
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
386
386
|
}
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockBaseChartComponent, decorators: [{
|
|
388
388
|
type: Component,
|
|
389
389
|
args: [{
|
|
390
390
|
selector: 'kirby-base-chart',
|
|
@@ -415,15 +415,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
415
415
|
|
|
416
416
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
417
417
|
class MockChartComponent extends MockBaseChartComponent {
|
|
418
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
419
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
418
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
419
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockChartComponent, isStandalone: true, selector: "kirby-chart", inputs: { type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
420
420
|
{
|
|
421
421
|
provide: ChartComponent,
|
|
422
422
|
useExisting: forwardRef((() => MockChartComponent)),
|
|
423
423
|
},
|
|
424
424
|
], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
425
425
|
}
|
|
426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockChartComponent, decorators: [{
|
|
427
427
|
type: Component,
|
|
428
428
|
args: [{
|
|
429
429
|
selector: 'kirby-chart',
|
|
@@ -442,15 +442,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
442
442
|
|
|
443
443
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
444
444
|
class MockStockChartComponent extends MockBaseChartComponent {
|
|
445
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
446
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
445
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockStockChartComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
446
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockStockChartComponent, isStandalone: true, selector: "kirby-stock-chart", inputs: { dataLabelOptions: "dataLabelOptions" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
447
447
|
{
|
|
448
448
|
provide: StockChartComponent,
|
|
449
449
|
useExisting: forwardRef((() => MockStockChartComponent)),
|
|
450
450
|
},
|
|
451
451
|
], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
452
452
|
}
|
|
453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockStockChartComponent, decorators: [{
|
|
454
454
|
type: Component,
|
|
455
455
|
args: [{
|
|
456
456
|
selector: 'kirby-stock-chart',
|
|
@@ -472,15 +472,15 @@ class MockCheckboxComponent {
|
|
|
472
472
|
constructor() {
|
|
473
473
|
this.checkedChange = new EventEmitter();
|
|
474
474
|
}
|
|
475
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
476
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
475
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
476
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockCheckboxComponent, isStandalone: true, selector: "kirby-checkbox", inputs: { checked: "checked", attentionLevel: "attentionLevel", text: "text", size: "size", hasError: "hasError", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
477
477
|
{
|
|
478
478
|
provide: CheckboxComponent,
|
|
479
479
|
useExisting: forwardRef((() => MockCheckboxComponent)),
|
|
480
480
|
},
|
|
481
481
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
482
482
|
}
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCheckboxComponent, decorators: [{
|
|
484
484
|
type: Component,
|
|
485
485
|
args: [{
|
|
486
486
|
selector: 'kirby-checkbox',
|
|
@@ -511,15 +511,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
511
511
|
|
|
512
512
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
513
513
|
class MockDividerComponent {
|
|
514
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
515
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
514
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDividerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
515
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockDividerComponent, isStandalone: true, selector: "kirby-divider", inputs: { hasMargin: "hasMargin" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
516
516
|
{
|
|
517
517
|
provide: DividerComponent,
|
|
518
518
|
useExisting: forwardRef((() => MockDividerComponent)),
|
|
519
519
|
},
|
|
520
520
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
521
521
|
}
|
|
522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDividerComponent, decorators: [{
|
|
523
523
|
type: Component,
|
|
524
524
|
args: [{
|
|
525
525
|
selector: 'kirby-divider',
|
|
@@ -541,15 +541,15 @@ class MockDropdownComponent {
|
|
|
541
541
|
constructor() {
|
|
542
542
|
this.change = new EventEmitter();
|
|
543
543
|
}
|
|
544
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
545
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
544
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDropdownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
545
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockDropdownComponent, isStandalone: true, selector: "kirby-dropdown", inputs: { items: "items", selectedIndex: "selectedIndex", focusedIndex: "focusedIndex", itemTextProperty: "itemTextProperty", placeholder: "placeholder", popout: "popout", attentionLevel: "attentionLevel", expand: "expand", disabled: "disabled", hasError: "hasError", size: "size", tabindex: "tabindex", usePopover: "usePopover" }, outputs: { change: "change" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
546
546
|
{
|
|
547
547
|
provide: DropdownComponent,
|
|
548
548
|
useExisting: forwardRef((() => MockDropdownComponent)),
|
|
549
549
|
},
|
|
550
550
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
551
551
|
}
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDropdownComponent, decorators: [{
|
|
553
553
|
type: Component,
|
|
554
554
|
args: [{
|
|
555
555
|
selector: 'kirby-dropdown',
|
|
@@ -594,15 +594,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
594
594
|
|
|
595
595
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
596
596
|
class MockEmptyStateComponent {
|
|
597
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
598
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
597
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockEmptyStateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
598
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockEmptyStateComponent, isStandalone: true, selector: "kirby-empty-state", inputs: { iconName: "iconName", title: "title", subtitle: "subtitle" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
599
599
|
{
|
|
600
600
|
provide: EmptyStateComponent,
|
|
601
601
|
useExisting: forwardRef((() => MockEmptyStateComponent)),
|
|
602
602
|
},
|
|
603
603
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
604
604
|
}
|
|
605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockEmptyStateComponent, decorators: [{
|
|
606
606
|
type: Component,
|
|
607
607
|
args: [{
|
|
608
608
|
selector: 'kirby-empty-state',
|
|
@@ -625,15 +625,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
625
625
|
|
|
626
626
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
627
627
|
class MockFabSheetComponent {
|
|
628
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
629
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
628
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFabSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
629
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockFabSheetComponent, isStandalone: true, selector: "kirby-fab-sheet", inputs: { disabled: "disabled", horizontalAlignment: "horizontalAlignment" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
630
630
|
{
|
|
631
631
|
provide: FabSheetComponent,
|
|
632
632
|
useExisting: forwardRef((() => MockFabSheetComponent)),
|
|
633
633
|
},
|
|
634
634
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
635
635
|
}
|
|
636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFabSheetComponent, decorators: [{
|
|
637
637
|
type: Component,
|
|
638
638
|
args: [{
|
|
639
639
|
selector: 'kirby-fab-sheet',
|
|
@@ -654,15 +654,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
654
654
|
|
|
655
655
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
656
656
|
class MockFlagComponent {
|
|
657
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
658
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
657
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFlagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
658
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockFlagComponent, isStandalone: true, selector: "kirby-flag", inputs: { size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
659
659
|
{
|
|
660
660
|
provide: FlagComponent,
|
|
661
661
|
useExisting: forwardRef((() => MockFlagComponent)),
|
|
662
662
|
},
|
|
663
663
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
664
664
|
}
|
|
665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFlagComponent, decorators: [{
|
|
666
666
|
type: Component,
|
|
667
667
|
args: [{
|
|
668
668
|
selector: 'kirby-flag',
|
|
@@ -683,15 +683,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
683
683
|
|
|
684
684
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
685
685
|
class MockFormFieldMessageComponent {
|
|
686
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
687
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
686
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFormFieldMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
687
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockFormFieldMessageComponent, isStandalone: true, selector: "kirby-form-field-message", inputs: { text: "text", position: "position" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
688
688
|
{
|
|
689
689
|
provide: FormFieldMessageComponent,
|
|
690
690
|
useExisting: forwardRef((() => MockFormFieldMessageComponent)),
|
|
691
691
|
},
|
|
692
692
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
693
693
|
}
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFormFieldMessageComponent, decorators: [{
|
|
695
695
|
type: Component,
|
|
696
696
|
args: [{
|
|
697
697
|
selector: 'kirby-form-field-message',
|
|
@@ -715,15 +715,15 @@ class MockFormFieldComponent {
|
|
|
715
715
|
focus() {
|
|
716
716
|
// NOOP
|
|
717
717
|
}
|
|
718
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
719
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
718
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
719
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockFormFieldComponent, isStandalone: true, selector: "kirby-form-field", inputs: { label: "label", message: "message" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
720
720
|
{
|
|
721
721
|
provide: FormFieldComponent,
|
|
722
722
|
useExisting: forwardRef((() => MockFormFieldComponent)),
|
|
723
723
|
},
|
|
724
724
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
725
725
|
}
|
|
726
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFormFieldComponent, decorators: [{
|
|
727
727
|
type: Component,
|
|
728
728
|
args: [{
|
|
729
729
|
selector: 'kirby-form-field',
|
|
@@ -744,15 +744,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
744
744
|
|
|
745
745
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
746
746
|
class MockInputComponent {
|
|
747
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
748
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
747
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
748
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockInputComponent, isStandalone: true, selector: "input[kirby-input]", inputs: { type: "type", size: "size", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", value: "value", maxlength: "maxlength", inputmode: "inputmode" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
749
749
|
{
|
|
750
750
|
provide: InputComponent,
|
|
751
751
|
useExisting: forwardRef((() => MockInputComponent)),
|
|
752
752
|
},
|
|
753
753
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
754
754
|
}
|
|
755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockInputComponent, decorators: [{
|
|
756
756
|
type: Component,
|
|
757
757
|
args: [{
|
|
758
758
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -788,15 +788,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
788
788
|
|
|
789
789
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
790
790
|
class MockInputCounterComponent {
|
|
791
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
792
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
791
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockInputCounterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
792
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockInputCounterComponent, isStandalone: true, selector: "kirby-input-counter", inputs: { listenTo: "listenTo" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
793
793
|
{
|
|
794
794
|
provide: InputCounterComponent,
|
|
795
795
|
useExisting: forwardRef((() => MockInputCounterComponent)),
|
|
796
796
|
},
|
|
797
797
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
798
798
|
}
|
|
799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockInputCounterComponent, decorators: [{
|
|
800
800
|
type: Component,
|
|
801
801
|
args: [{
|
|
802
802
|
selector: 'kirby-input-counter',
|
|
@@ -815,15 +815,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
815
815
|
|
|
816
816
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
817
817
|
class MockTextareaComponent {
|
|
818
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
819
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
818
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
819
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockTextareaComponent, isStandalone: true, selector: "textarea[kirby-textarea]", inputs: { value: "value", borderless: "borderless", hasError: "hasError", autocomplete: "autocomplete", autocorrect: "autocorrect", maxlength: "maxlength" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
820
820
|
{
|
|
821
821
|
provide: TextareaComponent,
|
|
822
822
|
useExisting: forwardRef((() => MockTextareaComponent)),
|
|
823
823
|
},
|
|
824
824
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
825
825
|
}
|
|
826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTextareaComponent, decorators: [{
|
|
827
827
|
type: Component,
|
|
828
828
|
args: [{
|
|
829
829
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -853,15 +853,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
853
853
|
|
|
854
854
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
855
855
|
class MockHeaderActionsDirective {
|
|
856
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
857
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
856
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockHeaderActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
857
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockHeaderActionsDirective, isStandalone: true, selector: "[kirbyHeaderActions]", providers: [
|
|
858
858
|
{
|
|
859
859
|
provide: HeaderActionsDirective,
|
|
860
860
|
useExisting: forwardRef((() => MockHeaderActionsDirective)),
|
|
861
861
|
},
|
|
862
862
|
], ngImport: i0 }); }
|
|
863
863
|
}
|
|
864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockHeaderActionsDirective, decorators: [{
|
|
865
865
|
type: Directive,
|
|
866
866
|
args: [{
|
|
867
867
|
selector: '[kirbyHeaderActions]',
|
|
@@ -874,15 +874,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
874
874
|
}]
|
|
875
875
|
}] });
|
|
876
876
|
class MockHeaderCustomSectionDirective {
|
|
877
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
878
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
877
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockHeaderCustomSectionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
878
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockHeaderCustomSectionDirective, isStandalone: true, selector: "[kirbyHeaderCustomSection]", providers: [
|
|
879
879
|
{
|
|
880
880
|
provide: HeaderCustomSectionDirective,
|
|
881
881
|
useExisting: forwardRef((() => MockHeaderCustomSectionDirective)),
|
|
882
882
|
},
|
|
883
883
|
], ngImport: i0 }); }
|
|
884
884
|
}
|
|
885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockHeaderCustomSectionDirective, decorators: [{
|
|
886
886
|
type: Directive,
|
|
887
887
|
args: [{
|
|
888
888
|
selector: '[kirbyHeaderCustomSection]',
|
|
@@ -895,15 +895,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
895
895
|
}]
|
|
896
896
|
}] });
|
|
897
897
|
class MockHeaderComponent {
|
|
898
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
899
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
898
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
899
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockHeaderComponent, isStandalone: true, selector: "kirby-header", inputs: { centered: "centered", titleMaxLines: "titleMaxLines", emphasizeActions: "emphasizeActions", title: "title", value: "value", valueUnit: "valueUnit", subtitle1: "subtitle1", subtitle2: "subtitle2" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
900
900
|
{
|
|
901
901
|
provide: HeaderComponent,
|
|
902
902
|
useExisting: forwardRef((() => MockHeaderComponent)),
|
|
903
903
|
},
|
|
904
904
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
905
905
|
}
|
|
906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockHeaderComponent, decorators: [{
|
|
907
907
|
type: Component,
|
|
908
908
|
args: [{
|
|
909
909
|
selector: 'kirby-header',
|
|
@@ -936,15 +936,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
936
936
|
|
|
937
937
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
938
938
|
class MockIconComponent {
|
|
939
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
940
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
939
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
940
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockIconComponent, isStandalone: true, selector: "kirby-icon", inputs: { size: "size", name: "name" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
941
941
|
{
|
|
942
942
|
provide: IconComponent,
|
|
943
943
|
useExisting: forwardRef((() => MockIconComponent)),
|
|
944
944
|
},
|
|
945
945
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
946
946
|
}
|
|
947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockIconComponent, decorators: [{
|
|
948
948
|
type: Component,
|
|
949
949
|
args: [{
|
|
950
950
|
selector: 'kirby-icon',
|
|
@@ -965,15 +965,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
965
965
|
|
|
966
966
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
967
967
|
class MockItemComponent {
|
|
968
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
969
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
968
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
969
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockItemComponent, isStandalone: true, selector: "kirby-item", inputs: { disabled: "disabled", selected: "selected", disclosure: "disclosure", selectable: "selectable", reorderable: "reorderable", size: "size" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
970
970
|
{
|
|
971
971
|
provide: ItemComponent,
|
|
972
972
|
useExisting: forwardRef((() => MockItemComponent)),
|
|
973
973
|
},
|
|
974
974
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
975
975
|
}
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockItemComponent, decorators: [{
|
|
977
977
|
type: Component,
|
|
978
978
|
args: [{
|
|
979
979
|
selector: 'kirby-item',
|
|
@@ -1002,15 +1002,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1002
1002
|
|
|
1003
1003
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1004
1004
|
class MockLabelComponent {
|
|
1005
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1006
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1005
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1006
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockLabelComponent, isStandalone: true, selector: "kirby-label", inputs: { direction: "direction" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1007
1007
|
{
|
|
1008
1008
|
provide: LabelComponent,
|
|
1009
1009
|
useExisting: forwardRef((() => MockLabelComponent)),
|
|
1010
1010
|
},
|
|
1011
1011
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1012
1012
|
}
|
|
1013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockLabelComponent, decorators: [{
|
|
1014
1014
|
type: Component,
|
|
1015
1015
|
args: [{
|
|
1016
1016
|
selector: 'kirby-label',
|
|
@@ -1029,15 +1029,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1029
1029
|
|
|
1030
1030
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1031
1031
|
class MockItemGroupComponent {
|
|
1032
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1033
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1032
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1033
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockItemGroupComponent, isStandalone: true, selector: "kirby-item-group", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1034
1034
|
{
|
|
1035
1035
|
provide: ItemGroupComponent,
|
|
1036
1036
|
useExisting: forwardRef((() => MockItemGroupComponent)),
|
|
1037
1037
|
},
|
|
1038
1038
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1039
1039
|
}
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockItemGroupComponent, decorators: [{
|
|
1041
1041
|
type: Component,
|
|
1042
1042
|
args: [{
|
|
1043
1043
|
selector: 'kirby-item-group',
|
|
@@ -1054,15 +1054,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1054
1054
|
|
|
1055
1055
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1056
1056
|
class MockItemSlidingComponent {
|
|
1057
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1058
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1057
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockItemSlidingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1058
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockItemSlidingComponent, isStandalone: true, selector: "kirby-item-sliding", inputs: { swipeActions: "swipeActions", side: "side" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1059
1059
|
{
|
|
1060
1060
|
provide: ItemSlidingComponent,
|
|
1061
1061
|
useExisting: forwardRef((() => MockItemSlidingComponent)),
|
|
1062
1062
|
},
|
|
1063
1063
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1064
1064
|
}
|
|
1065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockItemSlidingComponent, decorators: [{
|
|
1066
1066
|
type: Component,
|
|
1067
1067
|
args: [{
|
|
1068
1068
|
selector: 'kirby-item-sliding',
|
|
@@ -1083,15 +1083,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1083
1083
|
|
|
1084
1084
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1085
1085
|
class MockAppComponent {
|
|
1086
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1087
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1086
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAppComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1087
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockAppComponent, isStandalone: true, selector: "kirby-app", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1088
1088
|
{
|
|
1089
1089
|
provide: AppComponent,
|
|
1090
1090
|
useExisting: forwardRef((() => MockAppComponent)),
|
|
1091
1091
|
},
|
|
1092
1092
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1093
1093
|
}
|
|
1094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAppComponent, decorators: [{
|
|
1095
1095
|
type: Component,
|
|
1096
1096
|
args: [{
|
|
1097
1097
|
selector: 'kirby-app',
|
|
@@ -1108,15 +1108,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1108
1108
|
|
|
1109
1109
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1110
1110
|
class MockListExperimentalComponent {
|
|
1111
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1112
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1111
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListExperimentalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1112
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockListExperimentalComponent, isStandalone: true, selector: "kirby-list-experimental", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1113
1113
|
{
|
|
1114
1114
|
provide: ListExperimentalComponent,
|
|
1115
1115
|
useExisting: forwardRef((() => MockListExperimentalComponent)),
|
|
1116
1116
|
},
|
|
1117
1117
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1118
1118
|
}
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListExperimentalComponent, decorators: [{
|
|
1120
1120
|
type: Component,
|
|
1121
1121
|
args: [{
|
|
1122
1122
|
selector: 'kirby-list-experimental',
|
|
@@ -1133,15 +1133,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1133
1133
|
|
|
1134
1134
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1135
1135
|
class MockListHeaderComponent {
|
|
1136
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1137
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1136
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1137
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockListHeaderComponent, isStandalone: true, selector: "kirby-list-header", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1138
1138
|
{
|
|
1139
1139
|
provide: ListHeaderComponent,
|
|
1140
1140
|
useExisting: forwardRef((() => MockListHeaderComponent)),
|
|
1141
1141
|
},
|
|
1142
1142
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1143
1143
|
}
|
|
1144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListHeaderComponent, decorators: [{
|
|
1145
1145
|
type: Component,
|
|
1146
1146
|
args: [{
|
|
1147
1147
|
selector: 'kirby-list-header',
|
|
@@ -1162,15 +1162,15 @@ class MockListItemComponent {
|
|
|
1162
1162
|
this.itemSelect = new EventEmitter();
|
|
1163
1163
|
this.swipeActionSelect = new EventEmitter();
|
|
1164
1164
|
}
|
|
1165
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1166
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1165
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1166
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockListItemComponent, isStandalone: true, selector: "kirby-list-item", inputs: { item: "item", boundaryClass: "boundaryClass", swipeActions: "swipeActions", itemTemplate: "itemTemplate", isSelected: "isSelected", isSelectable: "isSelectable", getItemColor: "getItemColor" }, outputs: { itemSelect: "itemSelect", swipeActionSelect: "swipeActionSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1167
1167
|
{
|
|
1168
1168
|
provide: ListItemComponent,
|
|
1169
1169
|
useExisting: forwardRef((() => MockListItemComponent)),
|
|
1170
1170
|
},
|
|
1171
1171
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1172
1172
|
}
|
|
1173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListItemComponent, decorators: [{
|
|
1174
1174
|
type: Component,
|
|
1175
1175
|
args: [{
|
|
1176
1176
|
selector: 'kirby-list-item',
|
|
@@ -1205,15 +1205,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1205
1205
|
|
|
1206
1206
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1207
1207
|
class MockListSectionHeaderComponent {
|
|
1208
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1209
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1208
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1209
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockListSectionHeaderComponent, isStandalone: true, selector: "kirby-list-section-header", inputs: { title: "title" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1210
1210
|
{
|
|
1211
1211
|
provide: ListSectionHeaderComponent,
|
|
1212
1212
|
useExisting: forwardRef((() => MockListSectionHeaderComponent)),
|
|
1213
1213
|
},
|
|
1214
1214
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1215
1215
|
}
|
|
1216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListSectionHeaderComponent, decorators: [{
|
|
1217
1217
|
type: Component,
|
|
1218
1218
|
args: [{
|
|
1219
1219
|
selector: 'kirby-list-section-header',
|
|
@@ -1236,15 +1236,15 @@ class MockListComponent {
|
|
|
1236
1236
|
this.loadOnDemand = new EventEmitter();
|
|
1237
1237
|
this.itemSelect = new EventEmitter();
|
|
1238
1238
|
}
|
|
1239
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1240
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1239
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1240
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockListComponent, isStandalone: true, selector: "kirby-list", inputs: { items: "items", getItemColor: "getItemColor", getSectionName: "getSectionName", trackBy: "trackBy", getStandAloneByProperty: "getStandAloneByProperty", standAloneSpacing: "standAloneSpacing", noMoreItemsText: "noMoreItemsText", showDivider: "showDivider", markSelectedRow: "markSelectedRow", shape: "shape", hasItemSpacing: "hasItemSpacing", isLoadOnDemandEnabled: "isLoadOnDemandEnabled", swipeActions: "swipeActions", disableSelectionHighlight: "disableSelectionHighlight" }, outputs: { loadOnDemand: "loadOnDemand", itemSelect: "itemSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1241
1241
|
{
|
|
1242
1242
|
provide: ListComponent,
|
|
1243
1243
|
useExisting: forwardRef((() => MockListComponent)),
|
|
1244
1244
|
},
|
|
1245
1245
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1246
1246
|
}
|
|
1247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListComponent, decorators: [{
|
|
1248
1248
|
type: Component,
|
|
1249
1249
|
args: [{
|
|
1250
1250
|
selector: 'kirby-list',
|
|
@@ -1293,15 +1293,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1293
1293
|
|
|
1294
1294
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1295
1295
|
class MockLoadingOverlayComponent {
|
|
1296
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1297
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1296
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockLoadingOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1297
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockLoadingOverlayComponent, isStandalone: true, selector: "kirby-loading-overlay", inputs: { isLoading: "isLoading", showBackdrop: "showBackdrop", hideContent: "hideContent" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1298
1298
|
{
|
|
1299
1299
|
provide: LoadingOverlayComponent,
|
|
1300
1300
|
useExisting: forwardRef((() => MockLoadingOverlayComponent)),
|
|
1301
1301
|
},
|
|
1302
1302
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1303
1303
|
}
|
|
1304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockLoadingOverlayComponent, decorators: [{
|
|
1305
1305
|
type: Component,
|
|
1306
1306
|
args: [{
|
|
1307
1307
|
selector: 'kirby-loading-overlay',
|
|
@@ -1324,15 +1324,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1324
1324
|
|
|
1325
1325
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1326
1326
|
class MockMenuComponent {
|
|
1327
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1328
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1327
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1328
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockMenuComponent, isStandalone: true, selector: "kirby-menu", inputs: { isDisabled: "isDisabled", buttonSize: "buttonSize", placement: "placement", attentionLevel: "attentionLevel", triggers: "triggers", DOMPortalOutlet: "DOMPortalOutlet", portalOutletConfig: "portalOutletConfig", autoPlacement: "autoPlacement", closeOnSelect: "closeOnSelect", closeOnEscapeKey: "closeOnEscapeKey", closeOnBackdrop: "closeOnBackdrop", minWidth: "minWidth" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1329
1329
|
{
|
|
1330
1330
|
provide: MenuComponent,
|
|
1331
1331
|
useExisting: forwardRef((() => MockMenuComponent)),
|
|
1332
1332
|
},
|
|
1333
1333
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1334
1334
|
}
|
|
1335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockMenuComponent, decorators: [{
|
|
1336
1336
|
type: Component,
|
|
1337
1337
|
args: [{
|
|
1338
1338
|
selector: 'kirby-menu',
|
|
@@ -1377,15 +1377,15 @@ class MockActionSheetComponent {
|
|
|
1377
1377
|
this.cancel = new EventEmitter();
|
|
1378
1378
|
this.itemSelect = new EventEmitter();
|
|
1379
1379
|
}
|
|
1380
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1381
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1380
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockActionSheetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1381
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockActionSheetComponent, isStandalone: true, selector: "kirby-action-sheet", inputs: { cancelButtonText: "cancelButtonText", hideCancel: "hideCancel", disabled: "disabled", header: "header", subheader: "subheader", items: "items" }, outputs: { cancel: "cancel", itemSelect: "itemSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1382
1382
|
{
|
|
1383
1383
|
provide: ActionSheetComponent,
|
|
1384
1384
|
useExisting: forwardRef((() => MockActionSheetComponent)),
|
|
1385
1385
|
},
|
|
1386
1386
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1387
1387
|
}
|
|
1388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockActionSheetComponent, decorators: [{
|
|
1389
1389
|
type: Component,
|
|
1390
1390
|
args: [{
|
|
1391
1391
|
selector: 'kirby-action-sheet',
|
|
@@ -1418,15 +1418,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1418
1418
|
|
|
1419
1419
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1420
1420
|
class MockAlertComponent {
|
|
1421
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1422
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1421
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1422
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockAlertComponent, isStandalone: true, selector: "kirby-alert", inputs: { title: "title", message: "message", iconName: "iconName", iconThemeColor: "iconThemeColor", okBtn: "okBtn", okBtnIsDestructive: "okBtnIsDestructive", cancelBtn: "cancelBtn" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1423
1423
|
{
|
|
1424
1424
|
provide: AlertComponent,
|
|
1425
1425
|
useExisting: forwardRef((() => MockAlertComponent)),
|
|
1426
1426
|
},
|
|
1427
1427
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1428
1428
|
}
|
|
1429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAlertComponent, decorators: [{
|
|
1430
1430
|
type: Component,
|
|
1431
1431
|
args: [{
|
|
1432
1432
|
selector: 'kirby-alert',
|
|
@@ -1457,15 +1457,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1457
1457
|
|
|
1458
1458
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1459
1459
|
class MockModalFooterComponent {
|
|
1460
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1461
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1460
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1461
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockModalFooterComponent, isStandalone: true, selector: "kirby-modal-footer", inputs: { snapToKeyboard: "snapToKeyboard", type: "type" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1462
1462
|
{
|
|
1463
1463
|
provide: ModalFooterComponent,
|
|
1464
1464
|
useExisting: forwardRef((() => MockModalFooterComponent)),
|
|
1465
1465
|
},
|
|
1466
1466
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1467
1467
|
}
|
|
1468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalFooterComponent, decorators: [{
|
|
1469
1469
|
type: Component,
|
|
1470
1470
|
args: [{
|
|
1471
1471
|
selector: 'kirby-modal-footer',
|
|
@@ -1486,15 +1486,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1486
1486
|
|
|
1487
1487
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1488
1488
|
class MockModalCompactWrapperComponent {
|
|
1489
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1490
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1489
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalCompactWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1490
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockModalCompactWrapperComponent, isStandalone: true, selector: "kirby-modal-compact-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1491
1491
|
{
|
|
1492
1492
|
provide: ModalCompactWrapperComponent,
|
|
1493
1493
|
useExisting: forwardRef((() => MockModalCompactWrapperComponent)),
|
|
1494
1494
|
},
|
|
1495
1495
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1496
1496
|
}
|
|
1497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalCompactWrapperComponent, decorators: [{
|
|
1498
1498
|
type: Component,
|
|
1499
1499
|
args: [{
|
|
1500
1500
|
selector: 'kirby-modal-compact-wrapper',
|
|
@@ -1519,15 +1519,15 @@ class MockModalWrapperComponent {
|
|
|
1519
1519
|
removeModalElement() {
|
|
1520
1520
|
// NOOP
|
|
1521
1521
|
}
|
|
1522
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1523
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1522
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1523
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockModalWrapperComponent, isStandalone: true, selector: "kirby-modal-wrapper", inputs: { config: "config" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1524
1524
|
{
|
|
1525
1525
|
provide: ModalWrapperComponent,
|
|
1526
1526
|
useExisting: forwardRef((() => MockModalWrapperComponent)),
|
|
1527
1527
|
},
|
|
1528
1528
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1529
1529
|
}
|
|
1530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalWrapperComponent, decorators: [{
|
|
1531
1531
|
type: Component,
|
|
1532
1532
|
args: [{
|
|
1533
1533
|
selector: 'kirby-modal-wrapper',
|
|
@@ -1546,15 +1546,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1546
1546
|
|
|
1547
1547
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1548
1548
|
class MockPageFooterComponent {
|
|
1549
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1550
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1549
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1550
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPageFooterComponent, isStandalone: true, selector: "kirby-page-footer", inputs: { hasPadding: "hasPadding" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1551
1551
|
{
|
|
1552
1552
|
provide: PageFooterComponent,
|
|
1553
1553
|
useExisting: forwardRef((() => MockPageFooterComponent)),
|
|
1554
1554
|
},
|
|
1555
1555
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1556
1556
|
}
|
|
1557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageFooterComponent, decorators: [{
|
|
1558
1558
|
type: Component,
|
|
1559
1559
|
args: [{
|
|
1560
1560
|
selector: 'kirby-page-footer',
|
|
@@ -1573,15 +1573,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1573
1573
|
|
|
1574
1574
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1575
1575
|
class MockPageTitleDirective {
|
|
1576
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1577
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
1576
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1577
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPageTitleDirective, isStandalone: true, selector: "[kirbyPageTitle]", providers: [
|
|
1578
1578
|
{
|
|
1579
1579
|
provide: PageTitleDirective,
|
|
1580
1580
|
useExisting: forwardRef((() => MockPageTitleDirective)),
|
|
1581
1581
|
},
|
|
1582
1582
|
], ngImport: i0 }); }
|
|
1583
1583
|
}
|
|
1584
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageTitleDirective, decorators: [{
|
|
1585
1585
|
type: Directive,
|
|
1586
1586
|
args: [{
|
|
1587
1587
|
selector: '[kirbyPageTitle]',
|
|
@@ -1594,15 +1594,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1594
1594
|
}]
|
|
1595
1595
|
}] });
|
|
1596
1596
|
class MockPageSubtitleDirective {
|
|
1597
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1598
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
1597
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1598
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPageSubtitleDirective, isStandalone: true, selector: "[kirbyPageSubtitle]", providers: [
|
|
1599
1599
|
{
|
|
1600
1600
|
provide: PageSubtitleDirective,
|
|
1601
1601
|
useExisting: forwardRef((() => MockPageSubtitleDirective)),
|
|
1602
1602
|
},
|
|
1603
1603
|
], ngImport: i0 }); }
|
|
1604
1604
|
}
|
|
1605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageSubtitleDirective, decorators: [{
|
|
1606
1606
|
type: Directive,
|
|
1607
1607
|
args: [{
|
|
1608
1608
|
selector: '[kirbyPageSubtitle]',
|
|
@@ -1615,15 +1615,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1615
1615
|
}]
|
|
1616
1616
|
}] });
|
|
1617
1617
|
class MockPageToolbarTitleDirective {
|
|
1618
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1619
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
1618
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageToolbarTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1619
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPageToolbarTitleDirective, isStandalone: true, selector: "[kirbyPageToolbarTitle]", providers: [
|
|
1620
1620
|
{
|
|
1621
1621
|
provide: PageToolbarTitleDirective,
|
|
1622
1622
|
useExisting: forwardRef((() => MockPageToolbarTitleDirective)),
|
|
1623
1623
|
},
|
|
1624
1624
|
], ngImport: i0 }); }
|
|
1625
1625
|
}
|
|
1626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageToolbarTitleDirective, decorators: [{
|
|
1627
1627
|
type: Directive,
|
|
1628
1628
|
args: [{
|
|
1629
1629
|
selector: '[kirbyPageToolbarTitle]',
|
|
@@ -1636,15 +1636,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1636
1636
|
}]
|
|
1637
1637
|
}] });
|
|
1638
1638
|
class MockPageActionsDirective {
|
|
1639
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1640
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
1639
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageActionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1640
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPageActionsDirective, isStandalone: true, selector: "[kirbyPageActions]", inputs: { config: ["kirbyPageActions", "config"] }, providers: [
|
|
1641
1641
|
{
|
|
1642
1642
|
provide: PageActionsDirective,
|
|
1643
1643
|
useExisting: forwardRef((() => MockPageActionsDirective)),
|
|
1644
1644
|
},
|
|
1645
1645
|
], ngImport: i0 }); }
|
|
1646
1646
|
}
|
|
1647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageActionsDirective, decorators: [{
|
|
1648
1648
|
type: Directive,
|
|
1649
1649
|
args: [{
|
|
1650
1650
|
selector: '[kirbyPageActions]',
|
|
@@ -1660,15 +1660,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1660
1660
|
args: ['kirbyPageActions']
|
|
1661
1661
|
}] } });
|
|
1662
1662
|
class MockPageContentDirective {
|
|
1663
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1664
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
1663
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1664
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPageContentDirective, isStandalone: true, selector: "[kirbyPageContent]", inputs: { config: ["kirbyPageContent", "config"] }, providers: [
|
|
1665
1665
|
{
|
|
1666
1666
|
provide: PageContentDirective,
|
|
1667
1667
|
useExisting: forwardRef((() => MockPageContentDirective)),
|
|
1668
1668
|
},
|
|
1669
1669
|
], ngImport: i0 }); }
|
|
1670
1670
|
}
|
|
1671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageContentDirective, decorators: [{
|
|
1672
1672
|
type: Directive,
|
|
1673
1673
|
args: [{
|
|
1674
1674
|
selector: '[kirbyPageContent]',
|
|
@@ -1684,15 +1684,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1684
1684
|
args: ['kirbyPageContent']
|
|
1685
1685
|
}] } });
|
|
1686
1686
|
class MockPageStickyContentDirective {
|
|
1687
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1688
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
1687
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageStickyContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1688
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPageStickyContentDirective, isStandalone: true, selector: "[kirbyPageStickyContent]", providers: [
|
|
1689
1689
|
{
|
|
1690
1690
|
provide: PageStickyContentDirective,
|
|
1691
1691
|
useExisting: forwardRef((() => MockPageStickyContentDirective)),
|
|
1692
1692
|
},
|
|
1693
1693
|
], ngImport: i0 }); }
|
|
1694
1694
|
}
|
|
1695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageStickyContentDirective, decorators: [{
|
|
1696
1696
|
type: Directive,
|
|
1697
1697
|
args: [{
|
|
1698
1698
|
selector: '[kirbyPageStickyContent]',
|
|
@@ -1705,15 +1705,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1705
1705
|
}]
|
|
1706
1706
|
}] });
|
|
1707
1707
|
class MockPageProgressComponent {
|
|
1708
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1709
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1708
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1709
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPageProgressComponent, isStandalone: true, selector: "kirby-page-progress", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1710
1710
|
{
|
|
1711
1711
|
provide: PageProgressComponent,
|
|
1712
1712
|
useExisting: forwardRef((() => MockPageProgressComponent)),
|
|
1713
1713
|
},
|
|
1714
1714
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1715
1715
|
}
|
|
1716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageProgressComponent, decorators: [{
|
|
1717
1717
|
type: Component,
|
|
1718
1718
|
args: [{
|
|
1719
1719
|
selector: 'kirby-page-progress',
|
|
@@ -1728,15 +1728,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1728
1728
|
}]
|
|
1729
1729
|
}] });
|
|
1730
1730
|
class MockPageTitleComponent {
|
|
1731
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1732
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1731
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1732
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPageTitleComponent, isStandalone: true, selector: "kirby-page-title", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1733
1733
|
{
|
|
1734
1734
|
provide: PageTitleComponent,
|
|
1735
1735
|
useExisting: forwardRef((() => MockPageTitleComponent)),
|
|
1736
1736
|
},
|
|
1737
1737
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1738
1738
|
}
|
|
1739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageTitleComponent, decorators: [{
|
|
1740
1740
|
type: Component,
|
|
1741
1741
|
args: [{
|
|
1742
1742
|
selector: 'kirby-page-title',
|
|
@@ -1751,15 +1751,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1751
1751
|
}]
|
|
1752
1752
|
}] });
|
|
1753
1753
|
class MockPageContentComponent {
|
|
1754
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1755
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1754
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1755
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPageContentComponent, isStandalone: true, selector: "kirby-page-content", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1756
1756
|
{
|
|
1757
1757
|
provide: PageContentComponent,
|
|
1758
1758
|
useExisting: forwardRef((() => MockPageContentComponent)),
|
|
1759
1759
|
},
|
|
1760
1760
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1761
1761
|
}
|
|
1762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageContentComponent, decorators: [{
|
|
1763
1763
|
type: Component,
|
|
1764
1764
|
args: [{
|
|
1765
1765
|
selector: 'kirby-page-content',
|
|
@@ -1774,15 +1774,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1774
1774
|
}]
|
|
1775
1775
|
}] });
|
|
1776
1776
|
class MockPageActionsComponent {
|
|
1777
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1778
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1777
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1778
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPageActionsComponent, isStandalone: true, selector: "kirby-page-actions", host: { attributes: { "mock": "mock" } }, providers: [
|
|
1779
1779
|
{
|
|
1780
1780
|
provide: PageActionsComponent,
|
|
1781
1781
|
useExisting: forwardRef((() => MockPageActionsComponent)),
|
|
1782
1782
|
},
|
|
1783
1783
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1784
1784
|
}
|
|
1785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageActionsComponent, decorators: [{
|
|
1786
1786
|
type: Component,
|
|
1787
1787
|
args: [{
|
|
1788
1788
|
selector: 'kirby-page-actions',
|
|
@@ -1803,15 +1803,15 @@ class MockPageComponent {
|
|
|
1803
1803
|
this.refresh = new EventEmitter();
|
|
1804
1804
|
this.backButtonClick = new EventEmitter();
|
|
1805
1805
|
}
|
|
1806
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1807
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1806
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1807
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPageComponent, isStandalone: true, selector: "kirby-page", inputs: { title: "title", subtitle: "subtitle", toolbarTitle: "toolbarTitle", titleAlignment: "titleAlignment", defaultBackHref: "defaultBackHref", hideBackButton: "hideBackButton", titleMaxLines: "titleMaxLines", maxWidth: "maxWidth", tabBarBottomHidden: "tabBarBottomHidden" }, outputs: { enter: "enter", leave: "leave", refresh: "refresh", backButtonClick: "backButtonClick" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1808
1808
|
{
|
|
1809
1809
|
provide: PageComponent,
|
|
1810
1810
|
useExisting: forwardRef((() => MockPageComponent)),
|
|
1811
1811
|
},
|
|
1812
1812
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1813
1813
|
}
|
|
1814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPageComponent, decorators: [{
|
|
1815
1815
|
type: Component,
|
|
1816
1816
|
args: [{
|
|
1817
1817
|
selector: 'kirby-page',
|
|
@@ -1857,15 +1857,15 @@ class MockPopoverComponent {
|
|
|
1857
1857
|
constructor() {
|
|
1858
1858
|
this.willHide = new EventEmitter();
|
|
1859
1859
|
}
|
|
1860
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1861
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1860
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1861
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockPopoverComponent, isStandalone: true, selector: "kirby-popover", inputs: { popout: "popout", target: "target" }, outputs: { willHide: "willHide" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1862
1862
|
{
|
|
1863
1863
|
provide: PopoverComponent,
|
|
1864
1864
|
useExisting: forwardRef((() => MockPopoverComponent)),
|
|
1865
1865
|
},
|
|
1866
1866
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1867
1867
|
}
|
|
1868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPopoverComponent, decorators: [{
|
|
1869
1869
|
type: Component,
|
|
1870
1870
|
args: [{
|
|
1871
1871
|
selector: 'kirby-popover',
|
|
@@ -1888,15 +1888,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1888
1888
|
|
|
1889
1889
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1890
1890
|
class MockProgressCircleRingComponent {
|
|
1891
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1892
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1891
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockProgressCircleRingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1892
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockProgressCircleRingComponent, isStandalone: true, selector: "kirby-progress-circle-ring", inputs: { radius: "radius", value: "value", themeColor: "themeColor", strokeWidth: "strokeWidth", upperBound: "upperBound" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1893
1893
|
{
|
|
1894
1894
|
provide: ProgressCircleRingComponent,
|
|
1895
1895
|
useExisting: forwardRef((() => MockProgressCircleRingComponent)),
|
|
1896
1896
|
},
|
|
1897
1897
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1898
1898
|
}
|
|
1899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockProgressCircleRingComponent, decorators: [{
|
|
1900
1900
|
type: Component,
|
|
1901
1901
|
args: [{
|
|
1902
1902
|
selector: 'kirby-progress-circle-ring',
|
|
@@ -1923,15 +1923,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1923
1923
|
|
|
1924
1924
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
1925
1925
|
class MockProgressCircleComponent {
|
|
1926
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1927
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1926
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockProgressCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1927
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockProgressCircleComponent, isStandalone: true, selector: "kirby-progress-circle", inputs: { value: "value", size: "size", themeColor: "themeColor" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1928
1928
|
{
|
|
1929
1929
|
provide: ProgressCircleComponent,
|
|
1930
1930
|
useExisting: forwardRef((() => MockProgressCircleComponent)),
|
|
1931
1931
|
},
|
|
1932
1932
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1933
1933
|
}
|
|
1934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockProgressCircleComponent, decorators: [{
|
|
1935
1935
|
type: Component,
|
|
1936
1936
|
args: [{
|
|
1937
1937
|
selector: 'kirby-progress-circle',
|
|
@@ -1957,15 +1957,15 @@ class MockRadioGroupComponent {
|
|
|
1957
1957
|
constructor() {
|
|
1958
1958
|
this.valueChange = new EventEmitter();
|
|
1959
1959
|
}
|
|
1960
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1961
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1960
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRadioGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1961
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockRadioGroupComponent, isStandalone: true, selector: "kirby-radio-group", inputs: { disabled: "disabled", hasError: "hasError", items: "items", itemTextProperty: "itemTextProperty", itemDisabledProperty: "itemDisabledProperty", selectedIndex: "selectedIndex", value: "value" }, outputs: { valueChange: "valueChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
1962
1962
|
{
|
|
1963
1963
|
provide: RadioGroupComponent,
|
|
1964
1964
|
useExisting: forwardRef((() => MockRadioGroupComponent)),
|
|
1965
1965
|
},
|
|
1966
1966
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
1967
1967
|
}
|
|
1968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRadioGroupComponent, decorators: [{
|
|
1969
1969
|
type: Component,
|
|
1970
1970
|
args: [{
|
|
1971
1971
|
selector: 'kirby-radio-group',
|
|
@@ -1998,15 +1998,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1998
1998
|
|
|
1999
1999
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2000
2000
|
class MockRadioComponent {
|
|
2001
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2002
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2001
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2002
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockRadioComponent, isStandalone: true, selector: "kirby-radio", inputs: { value: "value", text: "text", size: "size", disabled: "disabled" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2003
2003
|
{
|
|
2004
2004
|
provide: RadioComponent,
|
|
2005
2005
|
useExisting: forwardRef((() => MockRadioComponent)),
|
|
2006
2006
|
},
|
|
2007
2007
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2008
2008
|
}
|
|
2009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRadioComponent, decorators: [{
|
|
2010
2010
|
type: Component,
|
|
2011
2011
|
args: [{
|
|
2012
2012
|
selector: 'kirby-radio',
|
|
@@ -2046,15 +2046,15 @@ class MockRangeComponent {
|
|
|
2046
2046
|
registerOnChange() {
|
|
2047
2047
|
// NOOP
|
|
2048
2048
|
}
|
|
2049
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2050
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2049
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRangeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2050
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockRangeComponent, isStandalone: true, selector: "kirby-range", inputs: { minLabel: "minLabel", maxLabel: "maxLabel", debounce: "debounce", max: "max", min: "min", pin: "pin", step: "step", ticks: "ticks", disabled: "disabled", value: "value" }, outputs: { change: "change" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2051
2051
|
{
|
|
2052
2052
|
provide: RangeComponent,
|
|
2053
2053
|
useExisting: forwardRef((() => MockRangeComponent)),
|
|
2054
2054
|
},
|
|
2055
2055
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2056
2056
|
}
|
|
2057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRangeComponent, decorators: [{
|
|
2058
2058
|
type: Component,
|
|
2059
2059
|
args: [{
|
|
2060
2060
|
selector: 'kirby-range',
|
|
@@ -2097,15 +2097,15 @@ class MockReorderListComponent {
|
|
|
2097
2097
|
this.itemReorder = new EventEmitter();
|
|
2098
2098
|
this.subItemReorder = new EventEmitter();
|
|
2099
2099
|
}
|
|
2100
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2101
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2100
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockReorderListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2101
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockReorderListComponent, isStandalone: true, selector: "kirby-reorder-list", inputs: { items: "items", subItemsName: "subItemsName", getItemTextDefault: "getItemTextDefault" }, outputs: { itemReorder: "itemReorder", subItemReorder: "subItemReorder" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2102
2102
|
{
|
|
2103
2103
|
provide: ReorderListComponent,
|
|
2104
2104
|
useExisting: forwardRef((() => MockReorderListComponent)),
|
|
2105
2105
|
},
|
|
2106
2106
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2107
2107
|
}
|
|
2108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockReorderListComponent, decorators: [{
|
|
2109
2109
|
type: Component,
|
|
2110
2110
|
args: [{
|
|
2111
2111
|
selector: 'kirby-reorder-list',
|
|
@@ -2132,15 +2132,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2132
2132
|
|
|
2133
2133
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2134
2134
|
class MockRouterOutletComponent {
|
|
2135
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2136
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2135
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRouterOutletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2136
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockRouterOutletComponent, isStandalone: true, selector: "kirby-router-outlet", inputs: { main: "main" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2137
2137
|
{
|
|
2138
2138
|
provide: RouterOutletComponent,
|
|
2139
2139
|
useExisting: forwardRef((() => MockRouterOutletComponent)),
|
|
2140
2140
|
},
|
|
2141
2141
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2142
2142
|
}
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockRouterOutletComponent, decorators: [{
|
|
2144
2144
|
type: Component,
|
|
2145
2145
|
args: [{
|
|
2146
2146
|
selector: 'kirby-router-outlet',
|
|
@@ -2159,15 +2159,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2159
2159
|
|
|
2160
2160
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2161
2161
|
class MockSectionHeaderComponent {
|
|
2162
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2163
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2162
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2163
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockSectionHeaderComponent, isStandalone: true, selector: "kirby-section-header", host: { attributes: { "mock": "mock" } }, providers: [
|
|
2164
2164
|
{
|
|
2165
2165
|
provide: SectionHeaderComponent,
|
|
2166
2166
|
useExisting: forwardRef((() => MockSectionHeaderComponent)),
|
|
2167
2167
|
},
|
|
2168
2168
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2169
2169
|
}
|
|
2170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSectionHeaderComponent, decorators: [{
|
|
2171
2171
|
type: Component,
|
|
2172
2172
|
args: [{
|
|
2173
2173
|
selector: 'kirby-section-header',
|
|
@@ -2190,15 +2190,15 @@ class MockSlidesComponent {
|
|
|
2190
2190
|
slideTo() {
|
|
2191
2191
|
// NOOP
|
|
2192
2192
|
}
|
|
2193
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2194
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2193
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSlidesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2194
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockSlidesComponent, isStandalone: true, selector: "kirby-slides", inputs: { slidesOptions: "slidesOptions", slides: "slides" }, outputs: { selectedSlide: "selectedSlide" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2195
2195
|
{
|
|
2196
2196
|
provide: SlidesComponent,
|
|
2197
2197
|
useExisting: forwardRef((() => MockSlidesComponent)),
|
|
2198
2198
|
},
|
|
2199
2199
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2200
2200
|
}
|
|
2201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSlidesComponent, decorators: [{
|
|
2202
2202
|
type: Component,
|
|
2203
2203
|
args: [{
|
|
2204
2204
|
selector: 'kirby-slides',
|
|
@@ -2225,15 +2225,15 @@ class MockSlideButtonComponent {
|
|
|
2225
2225
|
this.slideDone = new EventEmitter();
|
|
2226
2226
|
this.slidingPercentageChanged = new EventEmitter();
|
|
2227
2227
|
}
|
|
2228
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2229
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2228
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSlideButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2229
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockSlideButtonComponent, isStandalone: true, selector: "kirby-slide-button", inputs: { text: "text", expand: "expand" }, outputs: { slideDone: "slideDone", slidingPercentageChanged: "slidingPercentageChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2230
2230
|
{
|
|
2231
2231
|
provide: SlideButtonComponent,
|
|
2232
2232
|
useExisting: forwardRef((() => MockSlideButtonComponent)),
|
|
2233
2233
|
},
|
|
2234
2234
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2235
2235
|
}
|
|
2236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSlideButtonComponent, decorators: [{
|
|
2237
2237
|
type: Component,
|
|
2238
2238
|
args: [{
|
|
2239
2239
|
selector: 'kirby-slide-button',
|
|
@@ -2258,15 +2258,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2258
2258
|
|
|
2259
2259
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2260
2260
|
class MockSpinnerComponent {
|
|
2261
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2262
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2261
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2262
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockSpinnerComponent, isStandalone: true, selector: "kirby-spinner", host: { attributes: { "mock": "mock" } }, providers: [
|
|
2263
2263
|
{
|
|
2264
2264
|
provide: SpinnerComponent,
|
|
2265
2265
|
useExisting: forwardRef((() => MockSpinnerComponent)),
|
|
2266
2266
|
},
|
|
2267
2267
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2268
2268
|
}
|
|
2269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSpinnerComponent, decorators: [{
|
|
2270
2270
|
type: Component,
|
|
2271
2271
|
args: [{
|
|
2272
2272
|
selector: 'kirby-spinner',
|
|
@@ -2287,15 +2287,15 @@ class MockSegmentedControlComponent {
|
|
|
2287
2287
|
this.selectedIndexChange = new EventEmitter();
|
|
2288
2288
|
this.segmentSelect = new EventEmitter();
|
|
2289
2289
|
}
|
|
2290
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2291
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2290
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSegmentedControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2291
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockSegmentedControlComponent, isStandalone: true, selector: "kirby-segmented-control", inputs: { mode: "mode", items: "items", selectedIndex: "selectedIndex", value: "value", size: "size", disableChangeOnSwipe: "disableChangeOnSwipe" }, outputs: { selectedIndexChange: "selectedIndexChange", segmentSelect: "segmentSelect" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2292
2292
|
{
|
|
2293
2293
|
provide: SegmentedControlComponent,
|
|
2294
2294
|
useExisting: forwardRef((() => MockSegmentedControlComponent)),
|
|
2295
2295
|
},
|
|
2296
2296
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2297
2297
|
}
|
|
2298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSegmentedControlComponent, decorators: [{
|
|
2299
2299
|
type: Component,
|
|
2300
2300
|
args: [{
|
|
2301
2301
|
selector: 'kirby-segmented-control',
|
|
@@ -2331,15 +2331,15 @@ class MockTabNavigationComponent {
|
|
|
2331
2331
|
constructor() {
|
|
2332
2332
|
this.selectedIndexChange = new EventEmitter();
|
|
2333
2333
|
}
|
|
2334
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2335
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2334
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2335
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockTabNavigationComponent, isStandalone: true, selector: "kirby-tab-navigation", outputs: { selectedIndexChange: "selectedIndexChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2336
2336
|
{
|
|
2337
2337
|
provide: TabNavigationComponent,
|
|
2338
2338
|
useExisting: forwardRef((() => MockTabNavigationComponent)),
|
|
2339
2339
|
},
|
|
2340
2340
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2341
2341
|
}
|
|
2342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabNavigationComponent, decorators: [{
|
|
2343
2343
|
type: Component,
|
|
2344
2344
|
args: [{
|
|
2345
2345
|
selector: 'kirby-tab-navigation',
|
|
@@ -2358,15 +2358,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2358
2358
|
|
|
2359
2359
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2360
2360
|
class MockTabNavigationItemComponent {
|
|
2361
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2362
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2361
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabNavigationItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2362
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockTabNavigationItemComponent, isStandalone: true, selector: "kirby-tab-navigation-item", inputs: { label: "label" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2363
2363
|
{
|
|
2364
2364
|
provide: TabNavigationItemComponent,
|
|
2365
2365
|
useExisting: forwardRef((() => MockTabNavigationItemComponent)),
|
|
2366
2366
|
},
|
|
2367
2367
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2368
2368
|
}
|
|
2369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabNavigationItemComponent, decorators: [{
|
|
2370
2370
|
type: Component,
|
|
2371
2371
|
args: [{
|
|
2372
2372
|
selector: 'kirby-tab-navigation-item',
|
|
@@ -2388,15 +2388,15 @@ class MockTabButtonComponent {
|
|
|
2388
2388
|
constructor() {
|
|
2389
2389
|
this.click = new EventEmitter();
|
|
2390
2390
|
}
|
|
2391
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2392
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2391
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2392
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockTabButtonComponent, isStandalone: true, selector: "kirby-tab-button", inputs: { tab: "tab" }, outputs: { click: "click" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2393
2393
|
{
|
|
2394
2394
|
provide: TabButtonComponent,
|
|
2395
2395
|
useExisting: forwardRef((() => MockTabButtonComponent)),
|
|
2396
2396
|
},
|
|
2397
2397
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2398
2398
|
}
|
|
2399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabButtonComponent, decorators: [{
|
|
2400
2400
|
type: Component,
|
|
2401
2401
|
args: [{
|
|
2402
2402
|
selector: 'kirby-tab-button',
|
|
@@ -2417,15 +2417,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2417
2417
|
|
|
2418
2418
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2419
2419
|
class MockTabsComponent {
|
|
2420
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2421
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2420
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2421
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockTabsComponent, isStandalone: true, selector: "kirby-tab-bar", host: { attributes: { "mock": "mock" } }, providers: [
|
|
2422
2422
|
{
|
|
2423
2423
|
provide: TabsComponent,
|
|
2424
2424
|
useExisting: forwardRef((() => MockTabsComponent)),
|
|
2425
2425
|
},
|
|
2426
2426
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2427
2427
|
}
|
|
2428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockTabsComponent, decorators: [{
|
|
2429
2429
|
type: Component,
|
|
2430
2430
|
args: [{
|
|
2431
2431
|
selector: 'kirby-tab-bar',
|
|
@@ -2445,15 +2445,15 @@ class MockToggleComponent {
|
|
|
2445
2445
|
constructor() {
|
|
2446
2446
|
this.checkedChange = new EventEmitter();
|
|
2447
2447
|
}
|
|
2448
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2449
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2448
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2449
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockToggleComponent, isStandalone: true, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2450
2450
|
{
|
|
2451
2451
|
provide: ToggleComponent,
|
|
2452
2452
|
useExisting: forwardRef((() => MockToggleComponent)),
|
|
2453
2453
|
},
|
|
2454
2454
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2455
2455
|
}
|
|
2456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockToggleComponent, decorators: [{
|
|
2457
2457
|
type: Component,
|
|
2458
2458
|
args: [{
|
|
2459
2459
|
selector: 'kirby-toggle',
|
|
@@ -2479,15 +2479,15 @@ class MockToggleButtonComponent {
|
|
|
2479
2479
|
constructor() {
|
|
2480
2480
|
this.checkChanged = new EventEmitter();
|
|
2481
2481
|
}
|
|
2482
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2483
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
2482
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockToggleButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2483
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.8", type: MockToggleButtonComponent, isStandalone: true, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { attributes: { "mock": "mock" } }, providers: [
|
|
2484
2484
|
{
|
|
2485
2485
|
provide: ToggleButtonComponent,
|
|
2486
2486
|
useExisting: forwardRef((() => MockToggleButtonComponent)),
|
|
2487
2487
|
},
|
|
2488
2488
|
], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
2489
2489
|
}
|
|
2490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockToggleButtonComponent, decorators: [{
|
|
2491
2491
|
type: Component,
|
|
2492
2492
|
args: [{
|
|
2493
2493
|
selector: 'kirby-toggle-button',
|
|
@@ -2510,15 +2510,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2510
2510
|
|
|
2511
2511
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2512
2512
|
class MockAccordionDirective {
|
|
2513
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2514
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2513
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAccordionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2514
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockAccordionDirective, isStandalone: true, selector: "[kirbyAccordion], kirby-accordion", providers: [
|
|
2515
2515
|
{
|
|
2516
2516
|
provide: AccordionDirective,
|
|
2517
2517
|
useExisting: forwardRef((() => MockAccordionDirective)),
|
|
2518
2518
|
},
|
|
2519
2519
|
], exportAs: ["kirby-accordion"], ngImport: i0 }); }
|
|
2520
2520
|
}
|
|
2521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAccordionDirective, decorators: [{
|
|
2522
2522
|
type: Directive,
|
|
2523
2523
|
args: [{
|
|
2524
2524
|
selector: '[kirbyAccordion], kirby-accordion',
|
|
@@ -2534,15 +2534,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2534
2534
|
|
|
2535
2535
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2536
2536
|
class MockCardAsButtonDirective {
|
|
2537
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2538
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2537
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardAsButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2538
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockCardAsButtonDirective, isStandalone: true, selector: "kirby-card[click]", providers: [
|
|
2539
2539
|
{
|
|
2540
2540
|
provide: CardAsButtonDirective,
|
|
2541
2541
|
useExisting: forwardRef((() => MockCardAsButtonDirective)),
|
|
2542
2542
|
},
|
|
2543
2543
|
], ngImport: i0 }); }
|
|
2544
2544
|
}
|
|
2545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockCardAsButtonDirective, decorators: [{
|
|
2546
2546
|
type: Directive,
|
|
2547
2547
|
args: [{
|
|
2548
2548
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2558,15 +2558,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2558
2558
|
|
|
2559
2559
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2560
2560
|
class MockAffixDirective {
|
|
2561
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2562
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2561
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAffixDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2562
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockAffixDirective, isStandalone: true, selector: "[kirby-affix]", inputs: { type: ["kirby-affix", "type"] }, providers: [
|
|
2563
2563
|
{
|
|
2564
2564
|
provide: AffixDirective,
|
|
2565
2565
|
useExisting: forwardRef((() => MockAffixDirective)),
|
|
2566
2566
|
},
|
|
2567
2567
|
], ngImport: i0 }); }
|
|
2568
2568
|
}
|
|
2569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2569
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockAffixDirective, decorators: [{
|
|
2570
2570
|
type: Directive,
|
|
2571
2571
|
args: [{
|
|
2572
2572
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2585,15 +2585,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2585
2585
|
|
|
2586
2586
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2587
2587
|
class MockDateInputDirective {
|
|
2588
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2589
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2588
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDateInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2589
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockDateInputDirective, isStandalone: true, selector: "[kirby-input][type=\"date\"]", providers: [
|
|
2590
2590
|
{
|
|
2591
2591
|
provide: DateInputDirective,
|
|
2592
2592
|
useExisting: forwardRef((() => MockDateInputDirective)),
|
|
2593
2593
|
},
|
|
2594
2594
|
], ngImport: i0 }); }
|
|
2595
2595
|
}
|
|
2596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDateInputDirective, decorators: [{
|
|
2597
2597
|
type: Directive,
|
|
2598
2598
|
args: [{
|
|
2599
2599
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2609,15 +2609,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2609
2609
|
|
|
2610
2610
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2611
2611
|
class MockDecimalMaskDirective {
|
|
2612
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2613
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2612
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDecimalMaskDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2613
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockDecimalMaskDirective, isStandalone: true, selector: "[kirby-decimal-mask]", inputs: { min: "min", max: "max", precision: "precision", setMaxOnOverflow: "setMaxOnOverflow", allowMinus: "allowMinus", disableGroupSeperator: "disableGroupSeperator", maxlength: "maxlength" }, providers: [
|
|
2614
2614
|
{
|
|
2615
2615
|
provide: DecimalMaskDirective,
|
|
2616
2616
|
useExisting: forwardRef((() => MockDecimalMaskDirective)),
|
|
2617
2617
|
},
|
|
2618
2618
|
], ngImport: i0 }); }
|
|
2619
2619
|
}
|
|
2620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockDecimalMaskDirective, decorators: [{
|
|
2621
2621
|
type: Directive,
|
|
2622
2622
|
args: [{
|
|
2623
2623
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2650,15 +2650,15 @@ class MockInfiniteScrollDirective {
|
|
|
2650
2650
|
constructor() {
|
|
2651
2651
|
this.scrollEnd = new EventEmitter();
|
|
2652
2652
|
}
|
|
2653
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2654
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2653
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockInfiniteScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2654
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockInfiniteScrollDirective, isStandalone: true, selector: "[kirbyInfiniteScroll]", inputs: { disabled: "disabled" }, outputs: { scrollEnd: "scrollEnd" }, providers: [
|
|
2655
2655
|
{
|
|
2656
2656
|
provide: InfiniteScrollDirective,
|
|
2657
2657
|
useExisting: forwardRef((() => MockInfiniteScrollDirective)),
|
|
2658
2658
|
},
|
|
2659
2659
|
], ngImport: i0 }); }
|
|
2660
2660
|
}
|
|
2661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockInfiniteScrollDirective, decorators: [{
|
|
2662
2662
|
type: Directive,
|
|
2663
2663
|
args: [{
|
|
2664
2664
|
selector: '[kirbyInfiniteScroll]',
|
|
@@ -2677,15 +2677,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2677
2677
|
|
|
2678
2678
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2679
2679
|
class MockListItemColorDirective {
|
|
2680
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2681
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2680
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListItemColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2681
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockListItemColorDirective, isStandalone: true, selector: "[kirbyListItemColor]", inputs: { kirbyListItemColor: "kirbyListItemColor", item: "item" }, providers: [
|
|
2682
2682
|
{
|
|
2683
2683
|
provide: ListItemColorDirective,
|
|
2684
2684
|
useExisting: forwardRef((() => MockListItemColorDirective)),
|
|
2685
2685
|
},
|
|
2686
2686
|
], ngImport: i0 }); }
|
|
2687
2687
|
}
|
|
2688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListItemColorDirective, decorators: [{
|
|
2689
2689
|
type: Directive,
|
|
2690
2690
|
args: [{
|
|
2691
2691
|
selector: '[kirbyListItemColor]',
|
|
@@ -2704,15 +2704,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2704
2704
|
|
|
2705
2705
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2706
2706
|
class MockListItemTemplateDirective {
|
|
2707
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2708
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2707
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListItemTemplateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2708
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockListItemTemplateDirective, isStandalone: true, selector: "[kirbyListItemTemplate]", providers: [
|
|
2709
2709
|
{
|
|
2710
2710
|
provide: ListItemTemplateDirective,
|
|
2711
2711
|
useExisting: forwardRef((() => MockListItemTemplateDirective)),
|
|
2712
2712
|
},
|
|
2713
2713
|
], ngImport: i0 }); }
|
|
2714
2714
|
}
|
|
2715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListItemTemplateDirective, decorators: [{
|
|
2716
2716
|
type: Directive,
|
|
2717
2717
|
args: [{
|
|
2718
2718
|
selector: '[kirbyListItemTemplate]',
|
|
@@ -2725,15 +2725,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2725
2725
|
}]
|
|
2726
2726
|
}] });
|
|
2727
2727
|
class MockListHeaderDirective {
|
|
2728
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2729
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2728
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2729
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockListHeaderDirective, isStandalone: true, selector: "[kirbyListHeader], [kirbyListHeaderTemplate]", providers: [
|
|
2730
2730
|
{
|
|
2731
2731
|
provide: ListHeaderDirective,
|
|
2732
2732
|
useExisting: forwardRef((() => MockListHeaderDirective)),
|
|
2733
2733
|
},
|
|
2734
2734
|
], ngImport: i0 }); }
|
|
2735
2735
|
}
|
|
2736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListHeaderDirective, decorators: [{
|
|
2737
2737
|
type: Directive,
|
|
2738
2738
|
args: [{
|
|
2739
2739
|
selector: '[kirbyListHeader], [kirbyListHeaderTemplate]',
|
|
@@ -2746,15 +2746,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2746
2746
|
}]
|
|
2747
2747
|
}] });
|
|
2748
2748
|
class MockListSectionHeaderDirective {
|
|
2749
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2750
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2749
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListSectionHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2750
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockListSectionHeaderDirective, isStandalone: true, selector: "[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]", providers: [
|
|
2751
2751
|
{
|
|
2752
2752
|
provide: ListSectionHeaderDirective,
|
|
2753
2753
|
useExisting: forwardRef((() => MockListSectionHeaderDirective)),
|
|
2754
2754
|
},
|
|
2755
2755
|
], ngImport: i0 }); }
|
|
2756
2756
|
}
|
|
2757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListSectionHeaderDirective, decorators: [{
|
|
2758
2758
|
type: Directive,
|
|
2759
2759
|
args: [{
|
|
2760
2760
|
selector: '[kirbyListSectionHeader], [kirbyListSectionHeaderTemplate]',
|
|
@@ -2767,15 +2767,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2767
2767
|
}]
|
|
2768
2768
|
}] });
|
|
2769
2769
|
class MockListFooterDirective {
|
|
2770
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2771
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2770
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2771
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockListFooterDirective, isStandalone: true, selector: "[kirbyListFooter], [kirbyListFooterTemplate]", providers: [
|
|
2772
2772
|
{
|
|
2773
2773
|
provide: ListFooterDirective,
|
|
2774
2774
|
useExisting: forwardRef((() => MockListFooterDirective)),
|
|
2775
2775
|
},
|
|
2776
2776
|
], ngImport: i0 }); }
|
|
2777
2777
|
}
|
|
2778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockListFooterDirective, decorators: [{
|
|
2779
2779
|
type: Directive,
|
|
2780
2780
|
args: [{
|
|
2781
2781
|
selector: '[kirbyListFooter], [kirbyListFooterTemplate]',
|
|
@@ -2805,15 +2805,15 @@ class MockFloatingDirective {
|
|
|
2805
2805
|
toggleShow() {
|
|
2806
2806
|
// NOOP
|
|
2807
2807
|
}
|
|
2808
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2809
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2808
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFloatingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2809
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockFloatingDirective, isStandalone: true, selector: "[kirbyFloating]", inputs: { reference: "reference", placement: "placement", strategy: "strategy", triggers: "triggers", DOMPortalOutlet: "DOMPortalOutlet", portalOutletConfig: "portalOutletConfig", isDisabled: "isDisabled", offset: "offset", shift: "shift", autoPlacement: "autoPlacement", closeOnSelect: "closeOnSelect", closeOnEscapeKey: "closeOnEscapeKey", closeOnBackdrop: "closeOnBackdrop" }, outputs: { displayChanged: "displayChanged" }, providers: [
|
|
2810
2810
|
{
|
|
2811
2811
|
provide: FloatingDirective,
|
|
2812
2812
|
useExisting: forwardRef((() => MockFloatingDirective)),
|
|
2813
2813
|
},
|
|
2814
2814
|
], ngImport: i0 }); }
|
|
2815
2815
|
}
|
|
2816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFloatingDirective, decorators: [{
|
|
2817
2817
|
type: Directive,
|
|
2818
2818
|
args: [{
|
|
2819
2819
|
selector: '[kirbyFloating]',
|
|
@@ -2856,15 +2856,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2856
2856
|
|
|
2857
2857
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2858
2858
|
class MockPortalDirective {
|
|
2859
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2860
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2859
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPortalDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2860
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockPortalDirective, isStandalone: true, selector: "[kirbyPortal]", inputs: { outlet: "outlet" }, providers: [
|
|
2861
2861
|
{
|
|
2862
2862
|
provide: PortalDirective,
|
|
2863
2863
|
useExisting: forwardRef((() => MockPortalDirective)),
|
|
2864
2864
|
},
|
|
2865
2865
|
], ngImport: i0 }); }
|
|
2866
2866
|
}
|
|
2867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockPortalDirective, decorators: [{
|
|
2868
2868
|
type: Directive,
|
|
2869
2869
|
args: [{
|
|
2870
2870
|
selector: '[kirbyPortal]',
|
|
@@ -2881,15 +2881,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2881
2881
|
|
|
2882
2882
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2883
2883
|
class MockComponentLoaderDirective {
|
|
2884
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2885
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2884
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockComponentLoaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2885
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockComponentLoaderDirective, isStandalone: true, selector: "[kirbyLoadComponent]", inputs: { configuration: ["kirbyLoadComponent", "configuration"], cssClass: "cssClass" }, providers: [
|
|
2886
2886
|
{
|
|
2887
2887
|
provide: ComponentLoaderDirective,
|
|
2888
2888
|
useExisting: forwardRef((() => MockComponentLoaderDirective)),
|
|
2889
2889
|
},
|
|
2890
2890
|
], ngImport: i0 }); }
|
|
2891
2891
|
}
|
|
2892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockComponentLoaderDirective, decorators: [{
|
|
2893
2893
|
type: Directive,
|
|
2894
2894
|
args: [{
|
|
2895
2895
|
selector: '[kirbyLoadComponent]',
|
|
@@ -2909,15 +2909,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2909
2909
|
|
|
2910
2910
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2911
2911
|
class MockFitHeadingDirective {
|
|
2912
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2913
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2912
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFitHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2913
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockFitHeadingDirective, isStandalone: true, selector: "h1[kirbyFitHeading],h2[kirbyFitHeading],h3[kirbyFitHeading]", inputs: { config: ["kirbyFitHeading", "config"] }, providers: [
|
|
2914
2914
|
{
|
|
2915
2915
|
provide: FitHeadingDirective,
|
|
2916
2916
|
useExisting: forwardRef((() => MockFitHeadingDirective)),
|
|
2917
2917
|
},
|
|
2918
2918
|
], ngImport: i0 }); }
|
|
2919
2919
|
}
|
|
2920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockFitHeadingDirective, decorators: [{
|
|
2921
2921
|
type: Directive,
|
|
2922
2922
|
args: [{
|
|
2923
2923
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2936,15 +2936,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2936
2936
|
|
|
2937
2937
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2938
2938
|
class MockThemeColorDirective {
|
|
2939
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2940
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2939
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockThemeColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2940
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockThemeColorDirective, isStandalone: true, selector: "kirby-avatar[themeColor],\n kirby-card[themeColor],\n kirby-icon[themeColor],\n kirby-progress-circle-ring[themeColor],\n kirby-modal-footer[themeColor],\n kirby-empty-state[themeColor]", inputs: { themeColor: "themeColor" }, providers: [
|
|
2941
2941
|
{
|
|
2942
2942
|
provide: ThemeColorDirective,
|
|
2943
2943
|
useExisting: forwardRef((() => MockThemeColorDirective)),
|
|
2944
2944
|
},
|
|
2945
2945
|
], ngImport: i0 }); }
|
|
2946
2946
|
}
|
|
2947
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockThemeColorDirective, decorators: [{
|
|
2948
2948
|
type: Directive,
|
|
2949
2949
|
args: [{
|
|
2950
2950
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2967,15 +2967,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2967
2967
|
|
|
2968
2968
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2969
2969
|
class MockSlideDirective {
|
|
2970
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2971
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2970
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSlideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2971
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockSlideDirective, isStandalone: true, selector: "[kirbySlide]", providers: [
|
|
2972
2972
|
{
|
|
2973
2973
|
provide: SlideDirective,
|
|
2974
2974
|
useExisting: forwardRef((() => MockSlideDirective)),
|
|
2975
2975
|
},
|
|
2976
2976
|
], ngImport: i0 }); }
|
|
2977
2977
|
}
|
|
2978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
2978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockSlideDirective, decorators: [{
|
|
2979
2979
|
type: Directive,
|
|
2980
2980
|
args: [{
|
|
2981
2981
|
selector: '[kirbySlide]',
|
|
@@ -2990,15 +2990,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
2990
2990
|
|
|
2991
2991
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
2992
2992
|
class MockKeyHandlerDirective {
|
|
2993
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
2994
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
2993
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockKeyHandlerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2994
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockKeyHandlerDirective, isStandalone: true, selector: "[keyHandler]", providers: [
|
|
2995
2995
|
{
|
|
2996
2996
|
provide: KeyHandlerDirective,
|
|
2997
2997
|
useExisting: forwardRef((() => MockKeyHandlerDirective)),
|
|
2998
2998
|
},
|
|
2999
2999
|
], ngImport: i0 }); }
|
|
3000
3000
|
}
|
|
3001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockKeyHandlerDirective, decorators: [{
|
|
3002
3002
|
type: Directive,
|
|
3003
3003
|
args: [{
|
|
3004
3004
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3014,15 +3014,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
3014
3014
|
|
|
3015
3015
|
// #region AUTO-GENERATED - PLEASE DON'T EDIT CONTENT WITHIN!
|
|
3016
3016
|
class MockModalRouterLinkDirective {
|
|
3017
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3018
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
3017
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalRouterLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3018
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.8", type: MockModalRouterLinkDirective, isStandalone: true, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, providers: [
|
|
3019
3019
|
{
|
|
3020
3020
|
provide: ModalRouterLinkDirective,
|
|
3021
3021
|
useExisting: forwardRef((() => MockModalRouterLinkDirective)),
|
|
3022
3022
|
},
|
|
3023
3023
|
], ngImport: i0 }); }
|
|
3024
3024
|
}
|
|
3025
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: MockModalRouterLinkDirective, decorators: [{
|
|
3026
3026
|
type: Directive,
|
|
3027
3027
|
args: [{
|
|
3028
3028
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3147,11 +3147,11 @@ const MOCK_DIRECTIVES = [
|
|
|
3147
3147
|
];
|
|
3148
3148
|
|
|
3149
3149
|
class KirbyTestingBaseModule {
|
|
3150
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
3151
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
3152
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
3150
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: KirbyTestingBaseModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3151
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.8", ngImport: i0, type: KirbyTestingBaseModule, imports: [MockAccordionItemComponent, MockActionGroupComponent, MockAvatarComponent, MockButtonComponent, MockCalendarComponent, MockCardFooterComponent, MockCardHeaderComponent, MockCardComponent, MockChartComponent, MockBaseChartComponent, MockStockChartComponent, MockCheckboxComponent, MockDividerComponent, MockDropdownComponent, MockEmptyStateComponent, MockFabSheetComponent, MockFlagComponent, MockFormFieldMessageComponent, MockFormFieldComponent, MockInputComponent, MockInputCounterComponent, MockTextareaComponent, MockHeaderActionsDirective, MockHeaderCustomSectionDirective, MockHeaderComponent, MockIconComponent, MockItemComponent, MockLabelComponent, MockItemGroupComponent, MockItemSlidingComponent, MockAppComponent, MockListExperimentalComponent, MockListHeaderComponent, MockListItemComponent, MockListSectionHeaderComponent, MockListComponent, MockLoadingOverlayComponent, MockMenuComponent, MockActionSheetComponent, MockAlertComponent, MockModalFooterComponent, MockModalCompactWrapperComponent, MockModalWrapperComponent, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, MockSegmentedControlComponent, MockBadgeComponent, MockTabNavigationComponent, MockTabNavigationItemComponent, MockTabButtonComponent, MockTabsComponent, MockToggleComponent, MockToggleButtonComponent, MockAccordionDirective, MockCardAsButtonDirective, MockAffixDirective, MockDateInputDirective, MockDecimalMaskDirective, MockInfiniteScrollDirective, MockListItemColorDirective, MockListItemTemplateDirective, MockListHeaderDirective, MockListSectionHeaderDirective, MockListFooterDirective, MockFloatingDirective, MockPortalDirective, MockComponentLoaderDirective, MockFitHeadingDirective, MockThemeColorDirective, MockSlideDirective, MockKeyHandlerDirective, MockModalRouterLinkDirective], exports: [MockAccordionItemComponent, MockActionGroupComponent, MockAvatarComponent, MockButtonComponent, MockCalendarComponent, MockCardFooterComponent, MockCardHeaderComponent, MockCardComponent, MockChartComponent, MockBaseChartComponent, MockStockChartComponent, MockCheckboxComponent, MockDividerComponent, MockDropdownComponent, MockEmptyStateComponent, MockFabSheetComponent, MockFlagComponent, MockFormFieldMessageComponent, MockFormFieldComponent, MockInputComponent, MockInputCounterComponent, MockTextareaComponent, MockHeaderActionsDirective, MockHeaderCustomSectionDirective, MockHeaderComponent, MockIconComponent, MockItemComponent, MockLabelComponent, MockItemGroupComponent, MockItemSlidingComponent, MockAppComponent, MockListExperimentalComponent, MockListHeaderComponent, MockListItemComponent, MockListSectionHeaderComponent, MockListComponent, MockLoadingOverlayComponent, MockMenuComponent, MockActionSheetComponent, MockAlertComponent, MockModalFooterComponent, MockModalCompactWrapperComponent, MockModalWrapperComponent, MockPageFooterComponent, MockPageTitleDirective, MockPageSubtitleDirective, MockPageToolbarTitleDirective, MockPageActionsDirective, MockPageContentDirective, MockPageStickyContentDirective, MockPageProgressComponent, MockPageTitleComponent, MockPageContentComponent, MockPageActionsComponent, MockPageComponent, MockPopoverComponent, MockProgressCircleRingComponent, MockProgressCircleComponent, MockRadioGroupComponent, MockRadioComponent, MockRangeComponent, MockReorderListComponent, MockRouterOutletComponent, MockSectionHeaderComponent, MockSlidesComponent, MockSlideButtonComponent, MockSpinnerComponent, MockSegmentedControlComponent, MockBadgeComponent, MockTabNavigationComponent, MockTabNavigationItemComponent, MockTabButtonComponent, MockTabsComponent, MockToggleComponent, MockToggleButtonComponent, MockAccordionDirective, MockCardAsButtonDirective, MockAffixDirective, MockDateInputDirective, MockDecimalMaskDirective, MockInfiniteScrollDirective, MockListItemColorDirective, MockListItemTemplateDirective, MockListHeaderDirective, MockListSectionHeaderDirective, MockListFooterDirective, MockFloatingDirective, MockPortalDirective, MockComponentLoaderDirective, MockFitHeadingDirective, MockThemeColorDirective, MockSlideDirective, MockKeyHandlerDirective, MockModalRouterLinkDirective] }); }
|
|
3152
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: KirbyTestingBaseModule }); }
|
|
3153
3153
|
}
|
|
3154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
3154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.8", ngImport: i0, type: KirbyTestingBaseModule, decorators: [{
|
|
3155
3155
|
type: NgModule,
|
|
3156
3156
|
args: [{
|
|
3157
3157
|
imports: [MOCK_COMPONENTS, MOCK_DIRECTIVES],
|