@kirbydesign/designsystem 11.6.0 → 11.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/accordion/package.json +4 -0
  2. package/action-group/package.json +4 -0
  3. package/avatar/package.json +4 -0
  4. package/badge/package.json +4 -0
  5. package/button/package.json +4 -0
  6. package/calendar/package.json +4 -0
  7. package/card/package.json +4 -0
  8. package/chart/package.json +4 -0
  9. package/checkbox/package.json +4 -0
  10. package/config/package.json +4 -0
  11. package/data-table/package.json +4 -0
  12. package/divider/package.json +4 -0
  13. package/dropdown/package.json +4 -0
  14. package/empty-state/package.json +4 -0
  15. package/fab-sheet/package.json +4 -0
  16. package/fesm2022/kirbydesign-designsystem-accordion.mjs +11 -11
  17. package/fesm2022/kirbydesign-designsystem-accordion.mjs.map +1 -1
  18. package/fesm2022/kirbydesign-designsystem-action-group.mjs +3 -3
  19. package/fesm2022/kirbydesign-designsystem-avatar.mjs +3 -3
  20. package/fesm2022/kirbydesign-designsystem-badge.mjs +3 -3
  21. package/fesm2022/kirbydesign-designsystem-button.mjs +3 -3
  22. package/fesm2022/kirbydesign-designsystem-calendar.mjs +3 -3
  23. package/fesm2022/kirbydesign-designsystem-card.mjs +16 -16
  24. package/fesm2022/kirbydesign-designsystem-chart.mjs +22 -22
  25. package/fesm2022/kirbydesign-designsystem-checkbox.mjs +5 -5
  26. package/fesm2022/kirbydesign-designsystem-checkbox.mjs.map +1 -1
  27. package/fesm2022/kirbydesign-designsystem-data-table.mjs +7 -7
  28. package/fesm2022/kirbydesign-designsystem-divider.mjs +3 -3
  29. package/fesm2022/kirbydesign-designsystem-dropdown.mjs +16 -19
  30. package/fesm2022/kirbydesign-designsystem-dropdown.mjs.map +1 -1
  31. package/fesm2022/kirbydesign-designsystem-empty-state.mjs +7 -7
  32. package/fesm2022/kirbydesign-designsystem-fab-sheet.mjs +3 -3
  33. package/fesm2022/kirbydesign-designsystem-flag.mjs +3 -3
  34. package/fesm2022/kirbydesign-designsystem-form-field.mjs +28 -28
  35. package/fesm2022/kirbydesign-designsystem-header.mjs +19 -19
  36. package/fesm2022/kirbydesign-designsystem-helpers.mjs +9 -9
  37. package/fesm2022/kirbydesign-designsystem-icon.mjs +10 -10
  38. package/fesm2022/kirbydesign-designsystem-item-group.mjs +3 -3
  39. package/fesm2022/kirbydesign-designsystem-item-sliding.mjs +3 -3
  40. package/fesm2022/kirbydesign-designsystem-item.mjs +10 -10
  41. package/fesm2022/kirbydesign-designsystem-kirby-app.mjs +7 -7
  42. package/fesm2022/kirbydesign-designsystem-list.mjs +40 -40
  43. package/fesm2022/kirbydesign-designsystem-loading-overlay.mjs +6 -6
  44. package/fesm2022/kirbydesign-designsystem-menu.mjs +3 -3
  45. package/fesm2022/kirbydesign-designsystem-modal.mjs +42 -42
  46. package/fesm2022/kirbydesign-designsystem-page.mjs +40 -40
  47. package/fesm2022/kirbydesign-designsystem-popover.mjs +3 -3
  48. package/fesm2022/kirbydesign-designsystem-progress-circle.mjs +6 -6
  49. package/fesm2022/kirbydesign-designsystem-radio.mjs +11 -11
  50. package/fesm2022/kirbydesign-designsystem-radio.mjs.map +1 -1
  51. package/fesm2022/kirbydesign-designsystem-range.mjs +3 -3
  52. package/fesm2022/kirbydesign-designsystem-reorder-list.mjs +3 -3
  53. package/fesm2022/kirbydesign-designsystem-router-outlet.mjs +7 -7
  54. package/fesm2022/kirbydesign-designsystem-section-header.mjs +4 -4
  55. package/fesm2022/kirbydesign-designsystem-section-header.mjs.map +1 -1
  56. package/fesm2022/kirbydesign-designsystem-shared-floating.mjs +3 -3
  57. package/fesm2022/kirbydesign-designsystem-shared-portal.mjs +3 -3
  58. package/fesm2022/kirbydesign-designsystem-shared.mjs +18 -18
  59. package/fesm2022/kirbydesign-designsystem-slide-button.mjs +3 -3
  60. package/fesm2022/kirbydesign-designsystem-slide.mjs +13 -13
  61. package/fesm2022/kirbydesign-designsystem-spinner.mjs +7 -7
  62. package/fesm2022/kirbydesign-designsystem-tab-navigation.mjs +10 -10
  63. package/fesm2022/kirbydesign-designsystem-tabs.mjs +13 -13
  64. package/fesm2022/kirbydesign-designsystem-testing-base.mjs +286 -286
  65. package/fesm2022/kirbydesign-designsystem-testing-jasmine.mjs +4 -4
  66. package/fesm2022/kirbydesign-designsystem-testing-jest.mjs +4 -4
  67. package/fesm2022/kirbydesign-designsystem-testing.mjs +4 -4
  68. package/fesm2022/kirbydesign-designsystem-toast.mjs +6 -6
  69. package/fesm2022/kirbydesign-designsystem-toggle-button.mjs +7 -7
  70. package/fesm2022/kirbydesign-designsystem-toggle.mjs +3 -3
  71. package/fesm2022/kirbydesign-designsystem-types.mjs +3 -3
  72. package/fesm2022/kirbydesign-designsystem.mjs +13 -13
  73. package/flag/package.json +4 -0
  74. package/form-field/package.json +4 -0
  75. package/header/package.json +4 -0
  76. package/helpers/package.json +4 -0
  77. package/helpers/scss/package.json +4 -0
  78. package/icon/package.json +4 -0
  79. package/item/package.json +4 -0
  80. package/item-group/package.json +4 -0
  81. package/item-sliding/package.json +4 -0
  82. package/kirby-app/package.json +4 -0
  83. package/list/package.json +4 -0
  84. package/loading-overlay/package.json +4 -0
  85. package/menu/package.json +4 -0
  86. package/modal/package.json +4 -0
  87. package/package.json +2 -2
  88. package/page/package.json +4 -0
  89. package/popover/package.json +4 -0
  90. package/progress-circle/package.json +4 -0
  91. package/radio/package.json +4 -0
  92. package/range/package.json +4 -0
  93. package/reorder-list/package.json +4 -0
  94. package/router-outlet/package.json +4 -0
  95. package/section-header/package.json +4 -0
  96. package/shared/floating/package.json +4 -0
  97. package/shared/package.json +4 -0
  98. package/shared/portal/package.json +4 -0
  99. package/slide/package.json +4 -0
  100. package/slide-button/package.json +4 -0
  101. package/spinner/package.json +4 -0
  102. package/tab-navigation/package.json +4 -0
  103. package/tabs/package.json +4 -0
  104. package/testing/package.json +4 -0
  105. package/testing-base/package.json +4 -0
  106. package/testing-jasmine/package.json +4 -0
  107. package/testing-jest/package.json +4 -0
  108. package/toast/package.json +4 -0
  109. package/toggle/package.json +4 -0
  110. package/toggle-button/package.json +4 -0
  111. package/types/kirbydesign-designsystem-dropdown.d.ts +1 -1
  112. package/types/kirbydesign-designsystem-dropdown.d.ts.map +1 -1
  113. package/types/package.json +4 -0
@@ -91,11 +91,11 @@ const MOCK_PROVIDERS = [
91
91
  // eslint-disable-next-line @typescript-eslint/triple-slash-reference
92
92
  /// <reference path='../../../../../node_modules/@types/jasmine/index.d.ts' />
93
93
  class KirbyTestingModule {
94
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
95
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
96
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
94
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
95
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
96
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, decorators: [{
99
99
  type: NgModule,
100
100
  args: [{
101
101
  imports: [KirbyTestingBaseModule],
@@ -97,11 +97,11 @@ const MOCK_PROVIDERS = [
97
97
  // eslint-disable-next-line @typescript-eslint/triple-slash-reference
98
98
  /// <reference path='../../../../../node_modules/@types/jest/index.d.ts' />
99
99
  class KirbyTestingModule {
100
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
101
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
102
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
100
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
101
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, imports: [KirbyTestingBaseModule], exports: [KirbyTestingBaseModule] }); }
102
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, providers: [...MOCK_PROVIDERS], imports: [KirbyTestingBaseModule, KirbyTestingBaseModule] }); }
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyTestingModule, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyTestingModule, decorators: [{
105
105
  type: NgModule,
106
106
  args: [{
107
107
  imports: [KirbyTestingBaseModule],
@@ -5,11 +5,11 @@ import { provideIonicAngular } from '@ionic/angular/standalone';
5
5
  import { componentOnReady } from '@ionic/core';
6
6
 
7
7
  class IonicTestingModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: IonicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: IonicTestingModule }); }
10
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: IonicTestingModule, providers: [provideIonicAngular({ mode: 'ios', _testing: true })] }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: IonicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: IonicTestingModule }); }
10
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: IonicTestingModule, providers: [provideIonicAngular({ mode: 'ios', _testing: true })] }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: IonicTestingModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: IonicTestingModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  providers: [provideIonicAngular({ mode: 'ios', _testing: true })],
@@ -30,10 +30,10 @@ class ToastHelper {
30
30
  }
31
31
  return cssClass;
32
32
  }
33
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToastHelper, deps: [{ token: i1.ToastController }], target: i0.ɵɵFactoryTarget.Injectable }); }
34
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToastHelper }); }
33
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToastHelper, deps: [{ token: i1.ToastController }], target: i0.ɵɵFactoryTarget.Injectable }); }
34
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToastHelper }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToastHelper, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToastHelper, decorators: [{
37
37
  type: Injectable
38
38
  }], ctorParameters: () => [{ type: i1.ToastController }] });
39
39
 
@@ -48,10 +48,10 @@ class ToastController {
48
48
  }
49
49
  return overlay;
50
50
  }
51
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToastController, deps: [{ token: ToastHelper }], target: i0.ɵɵFactoryTarget.Injectable }); }
52
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToastController }); }
51
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToastController, deps: [{ token: ToastHelper }], target: i0.ɵɵFactoryTarget.Injectable }); }
52
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToastController }); }
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToastController, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToastController, decorators: [{
55
55
  type: Injectable
56
56
  }], ctorParameters: () => [{ type: ToastHelper }] });
57
57
 
@@ -77,8 +77,8 @@ class ToggleButtonComponent {
77
77
  ?.toggleAttribute('disabled', isDisabled);
78
78
  this.cdr.markForCheck();
79
79
  }
80
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
81
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: ToggleButtonComponent, isStandalone: true, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { listeners: { "click": "onClick($event)", "focusout": "onFocusOut()" } }, providers: [
80
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
81
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: ToggleButtonComponent, isStandalone: true, selector: "kirby-toggle-button", inputs: { checked: "checked" }, outputs: { checkChanged: "checkChanged" }, host: { listeners: { "click": "onClick($event)", "focusout": "onFocusOut()" } }, providers: [
82
82
  {
83
83
  provide: NG_VALUE_ACCESSOR,
84
84
  useExisting: forwardRef((() => ToggleButtonComponent)),
@@ -86,7 +86,7 @@ class ToggleButtonComponent {
86
86
  },
87
87
  ], ngImport: i0, template: "@if (!checked) {\n <ng-content select=\"button[kirby-button][unchecked]\"></ng-content>\n}\n@if (checked) {\n <ng-content select=\"button[kirby-button][checked]\"></ng-content>\n}\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
88
88
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleButtonComponent, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleButtonComponent, decorators: [{
90
90
  type: Component,
91
91
  args: [{ selector: 'kirby-toggle-button', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
92
92
  {
@@ -108,11 +108,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImpor
108
108
  }] } });
109
109
 
110
110
  class ToggleButtonModule {
111
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
112
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: ToggleButtonModule, imports: [CommonModule, ToggleButtonComponent], exports: [ToggleButtonComponent] }); }
113
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleButtonModule, imports: [CommonModule] }); }
111
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
112
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: ToggleButtonModule, imports: [CommonModule, ToggleButtonComponent], exports: [ToggleButtonComponent] }); }
113
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleButtonModule, imports: [CommonModule] }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleButtonModule, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleButtonModule, decorators: [{
116
116
  type: NgModule,
117
117
  args: [{
118
118
  imports: [CommonModule, ToggleButtonComponent],
@@ -106,8 +106,8 @@ class ToggleComponent {
106
106
  this.disabled = isDisabled;
107
107
  this.cdr.markForCheck();
108
108
  }
109
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i1.IonicElementPartHelper }], target: i0.ɵɵFactoryTarget.Component }); }
110
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: ToggleComponent, isStandalone: true, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { properties: { "attr.disabled": "this._isDisabled", "class.has-hidden-label": "this._labelText" } }, providers: [
109
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i1.IonicElementPartHelper }], target: i0.ɵɵFactoryTarget.Component }); }
110
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: ToggleComponent, isStandalone: true, selector: "kirby-toggle", inputs: { checked: "checked", disabled: "disabled" }, outputs: { checkedChange: "checkedChange" }, host: { properties: { "attr.disabled": "this._isDisabled", "class.has-hidden-label": "this._labelText" } }, providers: [
111
111
  IonicElementPartHelper,
112
112
  {
113
113
  provide: NG_VALUE_ACCESSOR,
@@ -116,7 +116,7 @@ class ToggleComponent {
116
116
  },
117
117
  ], viewQueries: [{ propertyName: "ionToggleElement", first: true, predicate: IonToggle, descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<ion-toggle\n [checked]=\"checked\"\n [disabled]=\"disabled\"\n [class.interaction-state-active]=\"_pressed\"\n (keydown.space)=\"_onActive()\"\n (keyup.space)=\"_onInactive()\"\n (blur)=\"_onInactive()\"\n (ionChange)=\"onCheckedChange($event.detail.checked)\"\n [justify]=\"_justify\"\n [labelPlacement]=\"_labelPlacement\"\n>\n @if (_labelText) {\n <span class=\"hidden-label\">{{ _labelText }}</span>\n }\n <span class=\"default-content\" [attr.aria-hidden]=\"_labelText ? true : undefined\">\n <ng-content></ng-content>\n </span>\n</ion-toggle>\n", styles: [":host{display:inline-flex}:host:has(ion-toggle.in-item.toggle-justify-space-between){width:100%}:host.has-hidden-label:has(ion-toggle.in-item){position:initial}:host.has-hidden-label:has(ion-toggle.in-item) ion-toggle{position:initial}:host.has-hidden-label:has(ion-toggle.in-item) ion-toggle::part(label){position:initial}:host.has-hidden-label:has(ion-toggle.in-item) ion-toggle::part(label-text-wrapper){margin-inline:0}:host.has-hidden-label[slot=end] ion-toggle{margin-inline-start:12px}:host.has-hidden-label .hidden-label{position:absolute;inset:0;opacity:0}:host[disabled]{color:var(--kirby-text-color-semi-dark)}:host[disabled] ion-toggle{--color: var(--kirby-medium);--color-checked: var(--kirby-medium);opacity:1}:host[disabled] ion-toggle::part(track){opacity:.3}@media(hover:hover)and (pointer:fine){ion-toggle{overflow:visible;contain:none}ion-toggle:focus-within::part(track):focus-visible{transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}ion-toggle:focus-visible:focus-within::part(track){transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}ion-toggle:focus-visible{outline:none}@media(hover:hover){ion-toggle:hover{--state-layer-opacity: .08;--state-layer-background-color: var(--kirby-black);cursor:pointer;--track-background: rgb(119.28, 119.28, 119.28);--handle-background: rgb(244.8, 244.8, 244.8);--track-background-checked: rgb(45.030660793, 192.689339207, 114.1474889868);--handle-background-checked: rgb(244.8, 244.8, 244.8)}}ion-toggle:active,ion-toggle.interaction-state-active{--state-layer-opacity: .12;--state-layer-background-color: var(--kirby-black);--track-background: rgb(107.92, 107.92, 107.92);--handle-background: rgb(234.6, 234.6, 234.6);--track-background-checked: rgb(40.7420264317, 174.3379735683, 103.2762995595);--handle-background-checked: rgb(234.6, 234.6, 234.6)}ion-toggle{--track-background: var(--kirby-semi-dark);--handle-background: var(--kirby-white);--track-background-checked: var(--kirby-success);--handle-background-checked: var(--kirby-white);--handle-transition: .2s;--handle-box-shadow: 0 1px 24px 0 rgba(28, 28, 28, .04);--handle-height: 28px;--handle-width: 28px;--border-radius: 16px}ion-toggle::part(track){height:32px}ion-toggle ::part(label-text-wrapper){line-height:24px;white-space:pre-line}ion-toggle.in-item::part(label){align-items:center;padding-inline:0}ion-toggle.in-item::part(label),ion-toggle.in-item::part(label-text-wrapper){margin-block:0}ion-toggle.in-item.toggle-label-placement-start::part(label-text-wrapper){margin-inline:0 12px}ion-toggle.in-item.toggle-label-placement-end::part(label-text-wrapper){margin-inline:12px 0}ion-toggle.in-item.legacy-toggle{padding:0}:host-context(kirby-item){z-index:1}:host-context(kirby-item) ion-toggle{margin:0}:host-context(kirby-item)[slot=start]{margin-inline-end:12px}\n"], dependencies: [{ kind: "component", type: IonToggle, selector: "ion-toggle", inputs: ["checked", "color", "disabled", "enableOnOffLabels", "errorText", "helperText", "justify", "labelPlacement", "mode", "name", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ToggleComponent, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ToggleComponent, decorators: [{
120
120
  type: Component,
121
121
  args: [{ imports: [IonToggle], selector: 'kirby-toggle', providers: [
122
122
  IonicElementPartHelper,
@@ -5,10 +5,10 @@ class WindowRef {
5
5
  get nativeWindow() {
6
6
  return window;
7
7
  }
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: WindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
9
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: WindowRef, providedIn: 'root' }); }
8
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: WindowRef, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
9
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: WindowRef, providedIn: 'root' }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: WindowRef, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: WindowRef, decorators: [{
12
12
  type: Injectable,
13
13
  args: [{
14
14
  providedIn: 'root',
@@ -267,8 +267,8 @@ class SegmentedControlComponent {
267
267
  this.isDisabled = isDisabled;
268
268
  this.cdr.markForCheck();
269
269
  }
270
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: SegmentedControlComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
271
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.4", type: SegmentedControlComponent, 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: { listeners: { "focusin": "_onFocusInOut()", "focusout": "_onFocusInOut()" }, properties: { "class": "this._modeCssClass", "class.sm": "this.isSmallSize" } }, providers: [
270
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SegmentedControlComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
271
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: SegmentedControlComponent, 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: { listeners: { "focusin": "_onFocusInOut()", "focusout": "_onFocusInOut()" }, properties: { "class": "this._modeCssClass", "class.sm": "this.isSmallSize" } }, providers: [
272
272
  {
273
273
  provide: NG_VALUE_ACCESSOR,
274
274
  useExisting: forwardRef((() => SegmentedControlComponent)),
@@ -276,7 +276,7 @@ class SegmentedControlComponent {
276
276
  },
277
277
  ], viewQueries: [{ propertyName: "ionSegmentElement", first: true, predicate: IonSegment, descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<ion-segment\n [value]=\"value?.id\"\n [scrollable]=\"disableChangeOnSwipe || mode !== 'default'\"\n (ionChange)=\"onSegmentSelect($event.detail.value)\"\n (click)=\"preventOutsideClick($event)\"\n [disabled]=\"isDisabled\"\n>\n @for (item of items; track item.id; let i = $index) {\n <ion-segment-button\n [value]=\"item.id\"\n [attr.aria-label]=\"item.ariaLabel\"\n [attr.tabindex]=\"getTabIndex(item, i)\"\n (click)=\"focusNativeButton($event)\"\n >\n {{ item.text }}\n @if (item.badge) {\n <kirby-badge\n role=\"text\"\n [attr.aria-label]=\"item.badge.description\"\n [themeColor]=\"item.badge.themeColor\"\n >\n @if (item.badge.icon) {\n <kirby-icon [name]=\"item.badge.icon\"></kirby-icon>\n } @else {\n {{ item.badge.content }}\n }\n </kirby-badge>\n }\n </ion-segment-button>\n }\n</ion-segment>\n", styles: [":host{display:block;-webkit-user-select:none;user-select:none;--kirby-badge-position: absolute;--kirby-badge-top: -8px;--kirby-badge-right: -16px;--kirby-badge-z-index: 2}:host.sm ion-segment-button{min-height:32px;font-size:12px;--padding-start: 16px;--padding-end: 16px;--kirby-badge-right: -8px}@media(hover:hover)and (pointer:fine){:host.sm ion-segment-button{outline:none;border-radius:999px}:host.sm ion-segment-button:focus{transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}:host.sm ion-segment-button:focus:not(:focus-visible){box-shadow:0 0 0 0 transparent}:host.sm ion-segment-button:focus-visible{transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}:host.default-mode ion-segment{--background: var(--kirby-inputs-background-color);box-shadow:var(--kirby-inputs-elevation);overflow:visible;contain:none;width:fit-content}:host.default-mode ion-segment-button{--color-hover: rgba(var(--kirby-black-rgb), .4)}:host.chip-mode ion-segment{--background: none;border-radius:0;padding:4px;gap:8px}@media(pointer:coarse){:host.chip-mode ion-segment{scrollbar-width:none}:host.chip-mode ion-segment::-webkit-scrollbar{display:none}}:host.chip-mode ion-segment-button{--background: var(--kirby-inputs-background-color);--indicator-transition: none}:host.chip-mode ion-segment-button::part(indicator){padding-inline:0}:host.compact ion-segment{--background: transparent}:host.compact ion-segment-button{--background: transparent;--padding-start: 12px;--padding-end: 12px}@media(hover:hover){:host.chip-mode ion-segment-button:hover,:host.compact ion-segment-button:hover{--state-layer-opacity: .12;--state-layer-background-color: var(--kirby-black);--background-hover: var(--state-layer-background-color);--background-hover-opacity: var(--state-layer-opacity)}}@media(hover:hover){:host.chip-mode ion-segment-button.segment-button-checked:hover,:host.compact ion-segment-button.segment-button-checked:hover{--state-layer-opacity: .16;--state-layer-background-color: var(--kirby-black-contrast);--background-hover: var(--state-layer-background-color);--background-hover-opacity: var(--state-layer-opacity)}}ion-segment{border-radius:999px;grid-auto-columns:max-content;box-sizing:border-box}@media(hover:hover)and (pointer:fine){ion-segment-button:focus-within::part(native):focus-visible{transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}ion-segment-button:focus-visible:focus-within::part(native){transition:all 80ms linear 0ms;box-shadow:0 0 0 2px var(--kirby-background-color),0 0 0 4px #4d90fe}}ion-segment-button{position:relative}ion-segment-button:after{content:\"\";position:absolute;min-height:44px;min-width:44px;width:100%;height:100%;transform:translate(-50%,-50%);left:50%;top:50%}ion-segment-button{--border-radius: 999px;--border-style: none;--background: none;--color: var(--kirby-inputs-color);--indicator-color: var(--kirby-inputs-indicator-background-color);--color-checked: var(--kirby-inputs-indicator-color);--indicator-box-shadow: none;--indicator-transform: none;--padding-start: 24px;--padding-end: 24px;--margin-bottom: 0;--margin-end: 0;--margin-start: 0;--margin-top: 0;min-height:40px;min-width:fit-content;font-weight:400;font-size:14px;text-transform:none;margin:0}ion-segment-button::part(native){border-radius:var(--border-radius);contain:none;overflow:visible;opacity:1}ion-segment-button::part(native):after{transition:all 80ms linear 0ms;border-radius:var(--border-radius)}ion-segment-button::part(indicator){padding-inline:0}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "kirby-icon", inputs: ["size", "name"] }, { kind: "component", type: BadgeComponent, selector: "kirby-badge", inputs: ["text", "size"] }, { kind: "component", type: IonSegment, selector: "ion-segment", inputs: ["color", "disabled", "mode", "scrollable", "selectOnFocus", "swipeGesture", "value"] }, { kind: "component", type: IonSegmentButton, selector: "ion-segment-button", inputs: ["contentId", "disabled", "layout", "mode", "type", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
278
278
  }
279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: SegmentedControlComponent, decorators: [{
279
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: SegmentedControlComponent, decorators: [{
280
280
  type: Component,
281
281
  args: [{ imports: [IconComponent, BadgeComponent, IonSegment, IonSegmentButton], selector: 'kirby-segmented-control', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
282
282
  {
@@ -332,10 +332,10 @@ class KeyHandlerDirective {
332
332
  hostElement.click();
333
333
  }
334
334
  }
335
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KeyHandlerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
336
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.4", type: KeyHandlerDirective, isStandalone: true, selector: "[keyHandler]", host: { listeners: { "keyup": "keyEvent($event)" } }, ngImport: i0 }); }
335
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KeyHandlerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
336
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: KeyHandlerDirective, isStandalone: true, selector: "[keyHandler]", host: { listeners: { "keyup": "keyEvent($event)" } }, ngImport: i0 }); }
337
337
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KeyHandlerDirective, decorators: [{
338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KeyHandlerDirective, decorators: [{
339
339
  type: Directive,
340
340
  args: [{
341
341
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -358,10 +358,10 @@ class ModalRouterLinkDirective {
358
358
  this.modalNavigationService.navigateToModal(this.path, typeof this.queryParams !== 'string' ? this.queryParams : null);
359
359
  return false;
360
360
  }
361
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ModalRouterLinkDirective, deps: [{ token: i1.ModalNavigationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
362
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.4", type: ModalRouterLinkDirective, isStandalone: true, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
361
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ModalRouterLinkDirective, deps: [{ token: i1.ModalNavigationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
362
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.0", type: ModalRouterLinkDirective, isStandalone: true, selector: "[kirbyModalRouterLink]", inputs: { path: ["kirbyModalRouterLink", "path"], queryParams: ["kirbyModalQueryParams", "queryParams"] }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 }); }
363
363
  }
364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: ModalRouterLinkDirective, decorators: [{
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: ModalRouterLinkDirective, decorators: [{
365
365
  type: Directive,
366
366
  args: [{ selector: `[kirbyModalRouterLink]` }]
367
367
  }], ctorParameters: () => [{ type: i1.ModalNavigationService }, { type: i0.ElementRef }], propDecorators: { path: [{
@@ -443,8 +443,8 @@ class KirbyModule {
443
443
  constructor(modalController, config) {
444
444
  modalController.initialize(config && config.moduleRootRoutePath);
445
445
  }
446
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyModule, deps: [{ token: i1.ModalController }, { token: KIRBY_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
447
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: KirbyModule, imports: [CommonModule, RouterModule, KirbyAppModule,
446
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyModule, deps: [{ token: i1.ModalController }, { token: KIRBY_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
447
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.0", ngImport: i0, type: KirbyModule, imports: [CommonModule, RouterModule, KirbyAppModule,
448
448
  RouterOutletModule,
449
449
  PageModule,
450
450
  HeaderModule,
@@ -551,7 +551,7 @@ class KirbyModule {
551
551
  BadgeComponent,
552
552
  ModalComponent,
553
553
  TableSortableComponent, ModalRouterLinkDirective] }); }
554
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyModule, providers: [provideKirby()], imports: [CommonModule, RouterModule, KirbyAppModule,
554
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyModule, providers: [provideKirby()], imports: [CommonModule, RouterModule, KirbyAppModule,
555
555
  RouterOutletModule,
556
556
  PageModule,
557
557
  HeaderModule,
@@ -622,7 +622,7 @@ class KirbyModule {
622
622
  AccordionModule,
623
623
  HeaderModule] }); }
624
624
  }
625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: KirbyModule, decorators: [{
625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: KirbyModule, decorators: [{
626
626
  type: NgModule,
627
627
  args: [{
628
628
  imports: [CommonModule, RouterModule, ...importedModules, imports],
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-flag.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-flag.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-form-field.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-form-field.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-header.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-header.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-helpers.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-helpers.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../../fesm2022/kirbydesign-designsystem-helpers-scss.mjs",
3
+ "typings": "../../types/kirbydesign-designsystem-helpers-scss.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-icon.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-icon.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-item.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-item.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-item-group.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-item-group.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-item-sliding.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-item-sliding.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-kirby-app.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-kirby-app.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-list.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-list.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-loading-overlay.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-loading-overlay.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-menu.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-menu.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-modal.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-modal.d.ts"
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirbydesign/designsystem",
3
- "version": "11.6.0",
3
+ "version": "11.6.2",
4
4
  "description": "The Kirby Design Angular Components.",
5
5
  "author": "kirby@bankdata.dk",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "@floating-ui/dom": "^1.1.0",
29
29
  "@fontsource/roboto": "^5.2.6",
30
30
  "@ionic/angular": "8.6.3",
31
- "@kirbydesign/core": "^0.0.85",
31
+ "@kirbydesign/core": "^0.0.87",
32
32
  "chart.js": "^3.9.1",
33
33
  "chartjs-adapter-date-fns": "^2.0.0",
34
34
  "chartjs-plugin-annotation": "^1.0.2",
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-page.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-page.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-popover.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-popover.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-progress-circle.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-progress-circle.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-radio.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-radio.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-range.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-range.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-reorder-list.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-reorder-list.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-router-outlet.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-router-outlet.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-section-header.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-section-header.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../../fesm2022/kirbydesign-designsystem-shared-floating.mjs",
3
+ "typings": "../../types/kirbydesign-designsystem-shared-floating.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-shared.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-shared.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../../fesm2022/kirbydesign-designsystem-shared-portal.mjs",
3
+ "typings": "../../types/kirbydesign-designsystem-shared-portal.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-slide.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-slide.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-slide-button.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-slide-button.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-spinner.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-spinner.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-tab-navigation.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-tab-navigation.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-tabs.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-tabs.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-testing.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-testing.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-testing-base.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-testing-base.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-testing-jasmine.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-testing-jasmine.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-testing-jest.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-testing-jest.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-toast.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-toast.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-toggle.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-toggle.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-toggle-button.mjs",
3
+ "typings": "../types/kirbydesign-designsystem-toggle-button.d.ts"
4
+ }
@@ -139,7 +139,7 @@ declare class DropdownComponent implements AfterViewInit, OnDestroy, ControlValu
139
139
  _onMouseDown(event: MouseEvent): void;
140
140
  _onTouchStart(event: TouchEvent): void;
141
141
  _onPopoverWillHide(): void;
142
- _onFocusOut(event: FocusEvent): void;
142
+ _onFocusOut(): void;
143
143
  _onEnterOrEscape(): void;
144
144
  _onPopoverClick(): void;
145
145
  _onEnterOrSpace(event: KeyboardEvent): void;
@@ -1 +1 @@
1
- {"version":3,"file":"kirbydesign-designsystem-dropdown.d.ts","sources":["../../dropdown/src/keyboard-handler.service.ts","../../dropdown/src/dropdown.component.ts","../../dropdown/src/dropdown.module.ts","../../dropdown/src/dropdown.types.ts"],"sourcesContent":[null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;AAEA,cAAA,sBAAA;AAIE,kBAAA,aAAA;;;AAmCD;;ACLD,cAAA,iBAAA,YAAA,aAAA,EAAA,SAAA,EAAA,oBAAA;AA+OI;AACA;AACA;AACA;AACA;AA9NF;;;;AAKA;AACA;;AAIA;;;;AAcA;;;AAeA;AAQA;AAGA;;AAMA,kBAAA,mBAAA,MAAA,mBAAA;AAKA;;AAMA;AAEA;AAKU,oBAAA,YAAA;;;AASV;AAQA;AAKA;AAEA;;;AAGG;AACH;AAOA;AAKA;AAKA;;AAEG;AACO,YAAA,YAAA;;AAGV;;AAQA;;;AA0BA;AAGA,kBAAA,WAAA;;AAIA,iBAAA,UAAA,CAAA,WAAA;;AAIA,mBAAA,UAAA,CAAA,WAAA;AAEA;;;;;;;;;;;;AAqEA;;;AAyCA;;;;;AA2BA;;;;;AAKG;AACH;AAKA;;;;;;AAMG;AACH;AAIA;;;;;;AAMG;AACH;AAIA;;;;;AAKG;AACH;AAKA;AASA;AAIA;;;AAoCA;AAKA;AAOA;;AA0DA;AAyCA;;;;;;;;;;AAuIA;AAOA;;;AAID;;AC/rBD,cAAA,cAAA;;;;AAc8B;;AC3B9B,aAAA,SAAA;AACE;AACA;AACA;AACD;;;;"}
1
+ {"version":3,"file":"kirbydesign-designsystem-dropdown.d.ts","sources":["../../dropdown/src/keyboard-handler.service.ts","../../dropdown/src/dropdown.component.ts","../../dropdown/src/dropdown.module.ts","../../dropdown/src/dropdown.types.ts"],"sourcesContent":[null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;AAEA,cAAA,sBAAA;AAIE,kBAAA,aAAA;;;AAmCD;;ACLD,cAAA,iBAAA,YAAA,aAAA,EAAA,SAAA,EAAA,oBAAA;AA+OI;AACA;AACA;AACA;AACA;AA9NF;;;;AAKA;AACA;;AAIA;;;;AAcA;;;AAeA;AAQA;AAGA;;AAMA,kBAAA,mBAAA,MAAA,mBAAA;AAKA;;AAMA;AAEA;AAKU,oBAAA,YAAA;;;AASV;AAQA;AAKA;AAEA;;;AAGG;AACH;AAOA;AAKA;AAKA;;AAEG;AACO,YAAA,YAAA;;AAGV;;AAQA;;;AA0BA;AAGA,kBAAA,WAAA;;AAIA,iBAAA,UAAA,CAAA,WAAA;;AAIA,mBAAA,UAAA,CAAA,WAAA;AAEA;;;;;;;;;;;;AAqEA;;;AA0CA;;;;;AA2BA;;;;;AAKG;AACH;AAKA;;;;;;AAMG;AACH;AAIA;;;;;;AAMG;AACH;AAIA;;;;;AAKG;AACH;AAKA;AASA;AAIA;;;AAqCA;AAKA;AAOA;;AA0DA;AAyCA;;;;;;;;;;AA+HA;AAOA;;;AAID;;ACzrBD,cAAA,cAAA;;;;AAc8B;;AC3B9B,aAAA,SAAA;AACE;AACA;AACA;AACD;;;;"}
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/kirbydesign-designsystem-types.mjs",
3
+ "typings": "kirbydesign-designsystem-types.d.ts"
4
+ }