@kirbydesign/designsystem 4.0.15 → 4.0.19
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/bundles/kirbydesign-designsystem.umd.js +55 -13
- package/bundles/kirbydesign-designsystem.umd.js.map +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js.map +1 -1
- package/esm2015/kirbydesign-designsystem.js +11 -10
- package/esm2015/kirbydesign-designsystem.metadata.json +1 -1
- package/esm2015/lib/components/card/card.component.js +3 -3
- package/esm2015/lib/components/card/card.component.metadata.json +1 -1
- package/esm2015/lib/components/reorder-list/reorder-list.component.js +9 -3
- package/esm2015/lib/components/reorder-list/reorder-list.component.metadata.json +1 -1
- package/esm2015/lib/components/segmented-control/segmented-control.component.js +2 -2
- package/esm2015/lib/directives/element-as-button/element-as-button.directive.js +35 -0
- package/esm2015/lib/directives/element-as-button/element-as-button.directive.metadata.json +1 -0
- package/esm2015/lib/kirby.module.js +3 -1
- package/esm2015/lib/kirby.module.metadata.json +1 -1
- package/fesm2015/kirbydesign-designsystem.js +44 -4
- package/fesm2015/kirbydesign-designsystem.js.map +1 -1
- package/kirbydesign-designsystem.d.ts +10 -9
- package/kirbydesign-designsystem.metadata.json +1 -1
- package/lib/components/card/card.component.d.ts +1 -1
- package/lib/components/reorder-list/reorder-list.component.d.ts +3 -1
- package/lib/directives/element-as-button/element-as-button.directive.d.ts +11 -0
- package/package.json +1 -1
|
@@ -34,7 +34,7 @@ export { FabSheetComponent as ɵeb } from './lib/components/fab-sheet/fab-sheet.
|
|
|
34
34
|
export { FlagComponent as ɵej } from './lib/components/flag/flag.component';
|
|
35
35
|
export { DateInputDirective as ɵdq } from './lib/components/form-field/directives/date/date-input.directive';
|
|
36
36
|
export { DecimalMaskDirective as ɵdr } from './lib/components/form-field/directives/decimal-mask/decimal-mask.directive';
|
|
37
|
-
export { FormFieldMessageComponent as
|
|
37
|
+
export { FormFieldMessageComponent as ɵer } from './lib/components/form-field/form-field-message/form-field-message.component';
|
|
38
38
|
export { FormFieldComponent as ɵdv } from './lib/components/form-field/form-field.component';
|
|
39
39
|
export { InputCounterComponent as ɵdw } from './lib/components/form-field/input-counter/input-counter.component';
|
|
40
40
|
export { InputComponent as ɵdz } from './lib/components/form-field/input/input.component';
|
|
@@ -59,11 +59,11 @@ export { ListFlexItemDirective as ɵcc, ListFooterDirective as ɵcg, ListHeaderD
|
|
|
59
59
|
export { ListModule as ɵbw } from './lib/components/list/list.module';
|
|
60
60
|
export { GroupByPipe as ɵbz } from './lib/components/list/pipes/group-by.pipe';
|
|
61
61
|
export { LoadingOverlayComponent as ɵeh } from './lib/components/loading-overlay/loading-overlay.component';
|
|
62
|
-
export { LoadingOverlayService as
|
|
62
|
+
export { LoadingOverlayService as ɵex } from './lib/components/loading-overlay/loading-overlay.service';
|
|
63
63
|
export { ActionSheetComponent as ɵdk } from './lib/components/modal/action-sheet/action-sheet.component';
|
|
64
|
-
export { AlertComponent as
|
|
64
|
+
export { AlertComponent as ɵes } from './lib/components/modal/alert/alert.component';
|
|
65
65
|
export { ModalFooterComponent as ɵdl } from './lib/components/modal/footer/modal-footer.component';
|
|
66
|
-
export { ModalCompactWrapperComponent as
|
|
66
|
+
export { ModalCompactWrapperComponent as ɵet } from './lib/components/modal/modal-wrapper/compact/modal-compact-wrapper.component';
|
|
67
67
|
export { ModalWrapperComponent as ɵba } from './lib/components/modal/modal-wrapper/modal-wrapper.component';
|
|
68
68
|
export { ActionSheetHelper as ɵj } from './lib/components/modal/services/action-sheet.helper';
|
|
69
69
|
export { AlertHelper as ɵk } from './lib/components/modal/services/alert.helper';
|
|
@@ -76,7 +76,7 @@ export { PageFooterComponent as ɵz } from './lib/components/page/page-footer/pa
|
|
|
76
76
|
export { PageActionsComponent as ɵv, PageActionsDirective as ɵq, PageComponent as ɵw, PageContentComponent as ɵu, PageContentDirective as ɵr, PageProgressComponent as ɵs, PageTitleComponent as ɵt, PageTitleDirective as ɵo, PageToolbarTitleDirective as ɵp } from './lib/components/page/page.component';
|
|
77
77
|
export { PageModule as ɵn } from './lib/components/page/page.module';
|
|
78
78
|
export { PopoverComponent as ɵef } from './lib/components/popover/popover.component';
|
|
79
|
-
export { ProgressCircleRingComponent as
|
|
79
|
+
export { ProgressCircleRingComponent as ɵeu } from './lib/components/progress-circle/progress-circle-ring.component';
|
|
80
80
|
export { ProgressCircleComponent as ɵei } from './lib/components/progress-circle/progress-circle.component';
|
|
81
81
|
export { RadioGroupComponent as ɵdx } from './lib/components/radio/radio-group/radio-group.component';
|
|
82
82
|
export { RadioComponent as ɵdy } from './lib/components/radio/radio.component';
|
|
@@ -97,15 +97,16 @@ export { TabButtonComponent as ɵbq } from './lib/components/tabs/tab-button/tab
|
|
|
97
97
|
export { TabsComponent as ɵx } from './lib/components/tabs/tabs.component';
|
|
98
98
|
export { TabsModule as ɵbo } from './lib/components/tabs/tabs.module';
|
|
99
99
|
export { TabsService as ɵy } from './lib/components/tabs/tabs.service';
|
|
100
|
-
export { ToastController as
|
|
101
|
-
export { ToastHelper as
|
|
100
|
+
export { ToastController as ɵew } from './lib/components/toast/services/toast.controller';
|
|
101
|
+
export { ToastHelper as ɵev } from './lib/components/toast/services/toast.helper';
|
|
102
102
|
export { ToggleButtonComponent as ɵbv } from './lib/components/toggle-button/toggle-button.component';
|
|
103
103
|
export { ToggleButtonModule as ɵbu } from './lib/components/toggle-button/toggle-button.module';
|
|
104
104
|
export { ToggleComponent as ɵdt } from './lib/components/toggle/toggle.component';
|
|
105
|
-
export { appInitialize as
|
|
105
|
+
export { appInitialize as ɵey, customElementsInitializer as ɵez } from './lib/custom-elements-initializer';
|
|
106
|
+
export { ElementAsButtonDirective as ɵep } from './lib/directives/element-as-button/element-as-button.directive';
|
|
106
107
|
export { FitHeadingDirective as ɵbk } from './lib/directives/fit-heading/fit-heading.directive';
|
|
107
108
|
export { FitHeadingModule as ɵbj } from './lib/directives/fit-heading/fit-heading.module';
|
|
108
|
-
export { KeyHandlerDirective as
|
|
109
|
+
export { KeyHandlerDirective as ɵeq } from './lib/directives/key-handler/key-handler.directive';
|
|
109
110
|
export { ModalRouterLinkDirective as ɵdm } from './lib/directives/modal-router-link/modal-router-link.directive';
|
|
110
111
|
export { ThemeColorDirective as ɵdp } from './lib/directives/theme-color/theme-color.directive';
|
|
111
112
|
export { LineClampHelper as ɵbl } from './lib/helpers/line-clamp-helper';
|