@kirbydesign/designsystem 4.0.19 → 4.0.23
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-testing-base.umd.js +79 -39
- package/bundles/kirbydesign-designsystem-testing-base.umd.js.map +1 -1
- package/bundles/kirbydesign-designsystem-testing-base.umd.min.js +1 -1
- package/bundles/kirbydesign-designsystem-testing-base.umd.min.js.map +1 -1
- package/bundles/kirbydesign-designsystem.umd.js +139 -165
- 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 +65 -63
- package/esm2015/kirbydesign-designsystem.metadata.json +1 -1
- package/esm2015/lib/components/index.js +2 -1
- package/esm2015/lib/components/index.metadata.json +1 -1
- package/esm2015/lib/components/item-group/item-group.component.js +17 -0
- package/esm2015/lib/components/item-group/item-group.component.metadata.json +1 -0
- package/esm2015/lib/components/list/index.js +2 -1
- package/esm2015/lib/components/list/index.metadata.json +1 -1
- package/esm2015/lib/components/list/list-experimental/list-experimental.component.js +10 -0
- package/esm2015/lib/components/list/list-experimental/list-experimental.component.metadata.json +1 -0
- package/esm2015/lib/components/list/list-item/list-item.component.js +1 -1
- package/esm2015/lib/components/list/list-item/list-item.component.metadata.json +1 -1
- package/esm2015/lib/components/list/list.component.js +29 -72
- package/esm2015/lib/components/list/list.component.metadata.json +1 -1
- package/esm2015/lib/components/list/list.module.js +4 -3
- package/esm2015/lib/components/list/list.module.metadata.json +1 -1
- package/esm2015/lib/kirby.module.js +3 -3
- package/esm2015/lib/kirby.module.metadata.json +1 -1
- package/esm2015/testing-base/kirbydesign-designsystem-testing-base.js +30 -28
- package/esm2015/testing-base/kirbydesign-designsystem-testing-base.metadata.json +1 -1
- package/esm2015/testing-base/lib/components/mock.item-group.component.js +19 -0
- package/esm2015/testing-base/lib/components/mock.item-group.component.metadata.json +1 -0
- package/esm2015/testing-base/lib/components/mock.list-experimental.component.js +19 -0
- package/esm2015/testing-base/lib/components/mock.list-experimental.component.metadata.json +1 -0
- package/esm2015/testing-base/lib/components/mock.list.component.js +1 -5
- package/esm2015/testing-base/lib/components/mock.list.component.metadata.json +1 -1
- package/esm2015/testing-base/lib/mock-components.js +5 -1
- package/esm2015/testing-base/lib/mock-components.metadata.json +1 -1
- package/fesm2015/kirbydesign-designsystem-testing-base.js +38 -6
- package/fesm2015/kirbydesign-designsystem-testing-base.js.map +1 -1
- package/fesm2015/kirbydesign-designsystem.js +60 -78
- package/fesm2015/kirbydesign-designsystem.js.map +1 -1
- package/kirbydesign-designsystem.d.ts +64 -62
- package/kirbydesign-designsystem.metadata.json +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/item-group/item-group.component.d.ts +3 -0
- package/lib/components/list/index.d.ts +1 -1
- package/lib/components/list/list-experimental/list-experimental.component.d.ts +2 -0
- package/lib/components/list/list.component.d.ts +34 -10
- package/package.json +1 -2
- package/testing-base/kirbydesign-designsystem-testing-base.d.ts +29 -27
- package/testing-base/kirbydesign-designsystem-testing-base.metadata.json +1 -1
- package/testing-base/lib/components/mock.item-group.component.d.ts +2 -0
- package/testing-base/lib/components/mock.list-experimental.component.d.ts +2 -0
- package/testing-base/lib/components/mock.list.component.d.ts +1 -5
- package/esm2015/lib/components/list/list-virtual-scroll-settings.type.js +0 -2
- package/esm2015/lib/components/list/list-virtual-scroll-settings.type.metadata.json +0 -1
- package/lib/components/list/list-virtual-scroll-settings.type.d.ts +0 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@kirbydesign/core'), require('@angular/core'), require('@ionic/angular'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('highcharts'), require('chart.js'), require('chartjs-plugin-annotation'), require('highcharts/highstock'), require('highcharts/modules/annotations'), require('date-fns'), require('date-fns-tz'), require('date-fns/locale'), require('@angular/forms'), require('inputmask/lib/extensions/inputmask.date.extensions'), require('inputmask/lib/inputmask'), require('inputmask/lib/extensions/inputmask.numeric.extensions'), require('@angular/animations'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@kirbydesign/designsystem', ['exports', '@kirbydesign/core', '@angular/core', '@ionic/angular', '@angular/router', 'rxjs', 'rxjs/operators', '@angular/common', 'highcharts', 'chart.js', 'chartjs-plugin-annotation', 'highcharts/highstock', 'highcharts/modules/annotations', 'date-fns', 'date-fns-tz', 'date-fns/locale', '@angular/forms', 'inputmask/lib/extensions/inputmask.date.extensions', 'inputmask/lib/inputmask', 'inputmask/lib/extensions/inputmask.numeric.extensions', '@angular/animations', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.kirbydesign = global.kirbydesign || {}, global.kirbydesign.designsystem = {}), global.core, global.ng.core, global.ionic, global.ng.router, global.rxjs, global.rxjs.operators, global.ng.common, global.highcharts, global.chart_js, global.annotationPlugin, global['highcharts/highstock'], global.highcharts, global['date-fns'], global['date-fns-tz'], global.locale, global.ng.forms, null, global.inputmask, null, global.ng.animations, global
|
|
5
|
-
}(this, (function (exports, core, i0, i1, i1$1, rxjs, operators, common, Highcharts, chart_js, annotationPlugin, Highcharts$1, AnnotationsModule, dateFns, dateFnsTz, locale, forms, inputmask_date_extensions, Inputmask, inputmask_numeric_extensions, animations,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@kirbydesign/core'), require('@angular/core'), require('@ionic/angular'), require('@angular/router'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('highcharts'), require('chart.js'), require('chartjs-plugin-annotation'), require('highcharts/highstock'), require('highcharts/modules/annotations'), require('date-fns'), require('date-fns-tz'), require('date-fns/locale'), require('@angular/forms'), require('inputmask/lib/extensions/inputmask.date.extensions'), require('inputmask/lib/inputmask'), require('inputmask/lib/extensions/inputmask.numeric.extensions'), require('@angular/animations'), require('@kirbydesign/core/loader')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@kirbydesign/designsystem', ['exports', '@kirbydesign/core', '@angular/core', '@ionic/angular', '@angular/router', 'rxjs', 'rxjs/operators', '@angular/common', 'highcharts', 'chart.js', 'chartjs-plugin-annotation', 'highcharts/highstock', 'highcharts/modules/annotations', 'date-fns', 'date-fns-tz', 'date-fns/locale', '@angular/forms', 'inputmask/lib/extensions/inputmask.date.extensions', 'inputmask/lib/inputmask', 'inputmask/lib/extensions/inputmask.numeric.extensions', '@angular/animations', '@kirbydesign/core/loader'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.kirbydesign = global.kirbydesign || {}, global.kirbydesign.designsystem = {}), global.core, global.ng.core, global.ionic, global.ng.router, global.rxjs, global.rxjs.operators, global.ng.common, global.highcharts, global.chart_js, global.annotationPlugin, global['highcharts/highstock'], global.highcharts, global['date-fns'], global['date-fns-tz'], global.locale, global.ng.forms, null, global.inputmask, null, global.ng.animations, global.loader));
|
|
5
|
+
}(this, (function (exports, core, i0, i1, i1$1, rxjs, operators, common, Highcharts, chart_js, annotationPlugin, Highcharts$1, AnnotationsModule, dateFns, dateFnsTz, locale, forms, inputmask_date_extensions, Inputmask, inputmask_numeric_extensions, animations, loader) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -7202,6 +7202,23 @@
|
|
|
7202
7202
|
},] }
|
|
7203
7203
|
];
|
|
7204
7204
|
|
|
7205
|
+
var ItemGroupComponent = /** @class */ (function () {
|
|
7206
|
+
function ItemGroupComponent() {
|
|
7207
|
+
this.role = 'group';
|
|
7208
|
+
}
|
|
7209
|
+
return ItemGroupComponent;
|
|
7210
|
+
}());
|
|
7211
|
+
ItemGroupComponent.decorators = [
|
|
7212
|
+
{ type: i0.Component, args: [{
|
|
7213
|
+
selector: 'kirby-item-group',
|
|
7214
|
+
template: "<ng-content></ng-content>\n",
|
|
7215
|
+
styles: [":host{display:block}"]
|
|
7216
|
+
},] }
|
|
7217
|
+
];
|
|
7218
|
+
ItemGroupComponent.propDecorators = {
|
|
7219
|
+
role: [{ type: i0.HostBinding, args: ['attr.role',] }]
|
|
7220
|
+
};
|
|
7221
|
+
|
|
7205
7222
|
var SpinnerComponent = /** @class */ (function () {
|
|
7206
7223
|
function SpinnerComponent() {
|
|
7207
7224
|
}
|
|
@@ -7497,33 +7514,21 @@
|
|
|
7497
7514
|
},] }
|
|
7498
7515
|
];
|
|
7499
7516
|
|
|
7500
|
-
var __awaiter$9 = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
7501
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
7502
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
7503
|
-
function fulfilled(value) { try {
|
|
7504
|
-
step(generator.next(value));
|
|
7505
|
-
}
|
|
7506
|
-
catch (e) {
|
|
7507
|
-
reject(e);
|
|
7508
|
-
} }
|
|
7509
|
-
function rejected(value) { try {
|
|
7510
|
-
step(generator["throw"](value));
|
|
7511
|
-
}
|
|
7512
|
-
catch (e) {
|
|
7513
|
-
reject(e);
|
|
7514
|
-
} }
|
|
7515
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7516
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
7517
|
-
});
|
|
7518
|
-
};
|
|
7519
|
-
var INTERVAL = 400;
|
|
7520
7517
|
var ListComponent = /** @class */ (function () {
|
|
7521
7518
|
function ListComponent(listHelper, groupBy) {
|
|
7522
|
-
var _this = this;
|
|
7523
7519
|
this.listHelper = listHelper;
|
|
7524
7520
|
this.groupBy = groupBy;
|
|
7521
|
+
/**
|
|
7522
|
+
* Provide items for the list to render. Items must be provided in the order you expect them to be rendered.
|
|
7523
|
+
*/
|
|
7525
7524
|
this.items = [];
|
|
7525
|
+
/**
|
|
7526
|
+
* Determines if dividers (bottom-border on list items) should be shown or not.
|
|
7527
|
+
*/
|
|
7526
7528
|
this.showDivider = false;
|
|
7529
|
+
/**
|
|
7530
|
+
* Determines if list row text should turn bold on selection
|
|
7531
|
+
*/
|
|
7527
7532
|
this.markSelectedRow = false;
|
|
7528
7533
|
/**
|
|
7529
7534
|
* Determine outline shape of:
|
|
@@ -7533,17 +7538,21 @@
|
|
|
7533
7538
|
* `square` means **without** rounded corners, `rounded` means **with** rounded corners., `none` means **without** padding, border, box-shadow and background.
|
|
7534
7539
|
*/
|
|
7535
7540
|
this.shape = 'rounded';
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
|
|
7539
|
-
this.virtualScrollTimeout = 5000;
|
|
7540
|
-
this._virtualScrollData = {
|
|
7541
|
-
get: function (index, count) { return _this.getVirtualDataset(index, count); },
|
|
7542
|
-
settings: Object.assign({ minIndex: this.virtualScrollSettings.minIndex || 0, startIndex: this.virtualScrollSettings.startIndex || 0, bufferSize: this.virtualScrollSettings.bufferSize || 10 }, this.virtualScrollSettings),
|
|
7543
|
-
};
|
|
7541
|
+
/**
|
|
7542
|
+
* Emitting event when more items are to be loaded.
|
|
7543
|
+
*/
|
|
7544
7544
|
this.loadOnDemand = new i0.EventEmitter();
|
|
7545
|
+
/**
|
|
7546
|
+
* Determines if list items should have swipe actions or not
|
|
7547
|
+
* - the order of swipe actions is used to determine edge actions,
|
|
7548
|
+
* as well as their order of appearance on the screen.
|
|
7549
|
+
*/
|
|
7545
7550
|
this.swipeActions = [];
|
|
7551
|
+
/**
|
|
7552
|
+
* Emitting event when an item is selected (tapped on mobile, clicked on web)
|
|
7553
|
+
*/
|
|
7546
7554
|
this.itemSelect = new i0.EventEmitter();
|
|
7555
|
+
this.disableSelectionHighlight = false;
|
|
7547
7556
|
}
|
|
7548
7557
|
Object.defineProperty(ListComponent.prototype, "isShapeRounded", {
|
|
7549
7558
|
get: function () {
|
|
@@ -7559,47 +7568,6 @@
|
|
|
7559
7568
|
enumerable: false,
|
|
7560
7569
|
configurable: true
|
|
7561
7570
|
});
|
|
7562
|
-
ListComponent.prototype.getVirtualDataset = function (index, count) {
|
|
7563
|
-
return __awaiter$9(this, void 0, void 0, function () {
|
|
7564
|
-
var _this = this;
|
|
7565
|
-
return __generator(this, function (_c) {
|
|
7566
|
-
switch (_c.label) {
|
|
7567
|
-
case 0: return [4 /*yield*/, new Promise(function (resolve) {
|
|
7568
|
-
setTimeout(function () {
|
|
7569
|
-
var itemSlice = _this.getItemsSlice(index, count);
|
|
7570
|
-
// If we return less items than count, virtual scroll will interprete it as EOF and stop asking for more
|
|
7571
|
-
if (itemSlice.length < count && _this.isLoadOnDemandEnabled) {
|
|
7572
|
-
var elapsedTime_1 = 0;
|
|
7573
|
-
/* As virtual scroll fixes the viewport causing ScrollEnd to not be emitted; do it manually to trigger load on demand */
|
|
7574
|
-
_this.scrollDirective.scrollEnd.emit();
|
|
7575
|
-
var poller_1 = setInterval(function () {
|
|
7576
|
-
elapsedTime_1 += INTERVAL;
|
|
7577
|
-
if (_this._isLoading) {
|
|
7578
|
-
// Just a failsafe in case this.isLoading for some reason is not reset
|
|
7579
|
-
if (elapsedTime_1 > _this.virtualScrollTimeout) {
|
|
7580
|
-
clearInterval(poller_1);
|
|
7581
|
-
resolve([]);
|
|
7582
|
-
}
|
|
7583
|
-
return;
|
|
7584
|
-
}
|
|
7585
|
-
clearInterval(poller_1);
|
|
7586
|
-
resolve(_this.getItemsSlice(index, count));
|
|
7587
|
-
}, INTERVAL);
|
|
7588
|
-
}
|
|
7589
|
-
else {
|
|
7590
|
-
resolve(itemSlice);
|
|
7591
|
-
}
|
|
7592
|
-
}, INTERVAL);
|
|
7593
|
-
})];
|
|
7594
|
-
case 1: return [2 /*return*/, _c.sent()];
|
|
7595
|
-
}
|
|
7596
|
-
});
|
|
7597
|
-
});
|
|
7598
|
-
};
|
|
7599
|
-
ListComponent.prototype.getItemsSlice = function (index, count) {
|
|
7600
|
-
var _items = this._isSectionsEnabled ? this._virtualGroupedItems : this.items;
|
|
7601
|
-
return _items.slice(index, index + count);
|
|
7602
|
-
};
|
|
7603
7571
|
ListComponent.prototype.ngOnInit = function () {
|
|
7604
7572
|
this._isSelectable = this.itemSelect.observers.length > 0;
|
|
7605
7573
|
if (this.isLoadOnDemandEnabled === undefined) {
|
|
@@ -7621,13 +7589,6 @@
|
|
|
7621
7589
|
this._groupedItems = this._isSectionsEnabled
|
|
7622
7590
|
? this.groupBy.transform(this.items, this.getSectionName)
|
|
7623
7591
|
: null;
|
|
7624
|
-
this._virtualGroupedItems =
|
|
7625
|
-
this.useVirtualScroll && this._groupedItems
|
|
7626
|
-
? this._groupedItems.reduce(function (accumulator, group) {
|
|
7627
|
-
accumulator.push({ headingName: group.name });
|
|
7628
|
-
return accumulator.concat.apply(accumulator, __spread(group.items));
|
|
7629
|
-
}, [])
|
|
7630
|
-
: null;
|
|
7631
7592
|
};
|
|
7632
7593
|
ListComponent.prototype._onLoadOnDemand = function (event) {
|
|
7633
7594
|
this.listHelper.onLoadOnDemand(this, event);
|
|
@@ -7639,8 +7600,10 @@
|
|
|
7639
7600
|
return section.name;
|
|
7640
7601
|
};
|
|
7641
7602
|
ListComponent.prototype.onItemSelect = function (item) {
|
|
7642
|
-
this.
|
|
7643
|
-
|
|
7603
|
+
if (!this.disableSelectionHighlight) {
|
|
7604
|
+
this._selectedItem = item;
|
|
7605
|
+
}
|
|
7606
|
+
this.itemSelect.emit(item);
|
|
7644
7607
|
};
|
|
7645
7608
|
ListComponent.prototype.onSwipeActionSelect = function (args) {
|
|
7646
7609
|
args.swipeAction.onSelected(args.item);
|
|
@@ -7650,9 +7613,6 @@
|
|
|
7650
7613
|
ListComponent.prototype._getBoundaryClass = function (index, section) {
|
|
7651
7614
|
var _a, _b;
|
|
7652
7615
|
var _items = section || this.items;
|
|
7653
|
-
if (this._isSectionsEnabled && this.useVirtualScroll) {
|
|
7654
|
-
_items = this._virtualGroupedItems;
|
|
7655
|
-
}
|
|
7656
7616
|
if (index === 0 || ((_a = _items[index - 1]) === null || _a === void 0 ? void 0 : _a.headingName))
|
|
7657
7617
|
return this.headerTemplate ? null : 'first';
|
|
7658
7618
|
if (index === _items.length - 1 || ((_b = _items[index + 1]) === null || _b === void 0 ? void 0 : _b.headingName))
|
|
@@ -7663,9 +7623,9 @@
|
|
|
7663
7623
|
ListComponent.decorators = [
|
|
7664
7624
|
{ type: i0.Component, args: [{
|
|
7665
7625
|
selector: 'kirby-list',
|
|
7666
|
-
template: "<ion-list\n #list\n kirbyInfiniteScroll\n (scrollEnd)=\"_onLoadOnDemand()\"\n [disabled]=\"!isLoadOnDemandEnabled\"\n class=\"list\"\n [class.has-header]=\"headerTemplate\"\n [class.has-footer]=\"footerTemplate\"\n [class.has-divider]=\"showDivider\"\n>\n <ion-list-header *ngIf=\"headerTemplate\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </ion-list-header>\n\n <
|
|
7626
|
+
template: "<ion-list\n #list\n kirbyInfiniteScroll\n (scrollEnd)=\"_onLoadOnDemand()\"\n [disabled]=\"!isLoadOnDemandEnabled\"\n class=\"list\"\n [class.has-header]=\"headerTemplate\"\n [class.has-footer]=\"footerTemplate\"\n [class.has-divider]=\"showDivider\"\n>\n <ion-list-header *ngIf=\"headerTemplate\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </ion-list-header>\n\n <ng-container\n *ngTemplateOutlet=\"\n _isSectionsEnabled ? groupedListTemplate : itemsTemplate;\n context: { $implicit: items }\n \"\n ></ng-container>\n\n <div *ngIf=\"footerTemplate\" class=\"footer\">\n <ng-container *ngTemplateOutlet=\"footerTemplate\"></ng-container>\n </div>\n</ion-list>\n\n<p *ngIf=\"!isLoadOnDemandEnabled && noMoreItemsText\" class=\"no-more-items\">\n {{ noMoreItemsText }}\n</p>\n<div *ngIf=\"_isLoading\" class=\"loading\">\n <kirby-spinner></kirby-spinner>\n</div>\n\n<ng-template #groupedListTemplate>\n <ion-item-group *ngFor=\"let section of _groupedItems; trackBy: sectionTrackBy\">\n <ion-item-divider>\n <ng-container\n *ngTemplateOutlet=\"sectionHeaderTemplate; context: { $implicit: section.name }\"\n ></ng-container>\n </ion-item-divider>\n\n <div class=\"list-items\">\n <ng-container\n *ngTemplateOutlet=\"itemsTemplate; context: { $implicit: section.items }\"\n ></ng-container>\n </div>\n </ion-item-group>\n</ng-template>\n\n<ng-template #itemsTemplate let-items>\n <kirby-list-item\n *ngFor=\"let item of items; let i = index; trackBy: trackBy || defaultTrackBy\"\n [item]=\"item\"\n [itemTemplate]=\"itemTemplate\"\n [swipeActions]=\"swipeActions\"\n [boundaryClass]=\"_getBoundaryClass(i, items)\"\n [isSelectable]=\"_isSelectable\"\n [getItemColor]=\"getItemColor\"\n [isSelected]=\"_isSelectable && item === _selectedItem\"\n (itemSelect)=\"onItemSelect($event)\"\n (swipeActionSelect)=\"onSwipeActionSelect($event)\"\n [class.is-single]=\"items.length === 1\"\n >\n </kirby-list-item>\n</ng-template>\n",
|
|
7667
7627
|
providers: [ListHelper, GroupByPipe],
|
|
7668
|
-
styles: [":host{display:block}.list{box-shadow:0 5px 10px -10px rgba(28,28,28,.3),0 0 5px 0 rgba(28,28,28,.08);background:transparent;contain:inherit;padding:0}
|
|
7628
|
+
styles: [":host{display:block}.list{box-shadow:0 5px 10px -10px rgba(28,28,28,.3),0 0 5px 0 rgba(28,28,28,.08);background:transparent;contain:inherit;padding:0}ion-list-header{background-color:var(--kirby-white);border-bottom:1px solid var(--kirby-background-color);padding:0;text-transform:inherit;letter-spacing:inherit;font-weight:inherit;font-size:inherit;min-height:0;overflow:inherit}ion-item{--background:var(--kirby-white);--background-activated:var(--kirby-white-shade);--background-hover:var(--kirby-background-color);--background-focused:var(--kirby-background-color);--inner-border-width:0;--ion-safe-area-right:0;--min-height:56px;--padding-bottom:8px;--padding-end:16px;--padding-start:16px;--padding-top:8px;display:flex;font-size:14px;min-height:56px;overflow:visible;width:100%}ion-item-divider{font-weight:inherit}ion-item-sliding.item-sliding-active-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}ion-item-sliding.light{--kirby-item-background:var(--kirby-light);--kirby-item-background-activated:var(--kirby-light-shade);--kirby-item-background-focused:var(--kirby-light-shade);--kirby-item-background-hover:var(--kirby-light-tint)}ion-item-sliding.light ion-item{--background:var(--kirby-light);--color:var(--kirby-light-contrast);--background-activated:var(--kirby-light-shade);--background-focused:var(--kirby-light-shade);--background-hover:var(--kirby-light-tint)}ion-item-group{margin-bottom:24px}ion-item-group:last-of-type{margin-bottom:0}ion-item-divider{--inner-padding-end:0;--color:unset;background-color:transparent;border-color:transparent;min-height:0;padding:0 16px 8px}.footer{background-color:var(--kirby-white);border-top:1px solid var(--kirby-background-color);display:flex;align-items:center;justify-content:space-between;width:100%}.loading,.no-more-items{width:100%;padding:24px 0;text-align:center}.swipe-action{display:flex;color:var(--kirby-black);background-color:transparent}.swipe-action .primary{background-color:var(--kirby-primary);color:var(--kirby-primary-contrast)}.swipe-action .secondary{background-color:var(--kirby-secondary);color:var(--kirby-secondary-contrast)}.swipe-action .tertiary{background-color:var(--kirby-tertiary);color:var(--kirby-tertiary-contrast)}.swipe-action .success{background-color:var(--kirby-success);color:var(--kirby-success-contrast)}.swipe-action .warning{background-color:var(--kirby-warning);color:var(--kirby-warning-contrast)}.swipe-action .danger{background-color:var(--kirby-danger);color:var(--kirby-danger-contrast)}.swipe-action .light{background-color:var(--kirby-light);color:var(--kirby-light-contrast)}.swipe-action .medium{background-color:var(--kirby-medium);color:var(--kirby-medium-contrast)}.swipe-action .dark{background-color:var(--kirby-dark);color:var(--kirby-dark-contrast)}.swipe-action ion-item-option{height:100%;display:inline-block;text-align:center}.swipe-action .item-content{display:inline-grid;min-width:70px;flex-direction:column}.swipe-action .item-content ion-label{--background:unset;--color:unset}ion-item-options[side=end]{border-bottom-width:0}:host-context(.has-sections) .list{box-shadow:none}:host-context(.has-sections) .list-items{box-shadow:0 5px 10px -10px rgba(28,28,28,.3),0 0 5px 0 rgba(28,28,28,.08);border-radius:16px}:host-context(.has-sections) .footer{background-color:transparent;border-top:none}:host-context(.has-sections) ion-list-header{background-color:transparent;border-bottom:none}:host-context(.shape-rounded) .list,:host-context(.shape-rounded) .list-items{border-radius:16px}:host-context(.shape-rounded) ion-item-sliding.first,:host-context(.shape-rounded) ion-item.first,:host-context(.shape-rounded) ion-list-header{border-top-left-radius:16px;border-top-right-radius:16px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}:host-context(.shape-rounded):not(.has-sections) .has-header ion-item,:host-context(.shape-rounded):not(.has-sections) .has-header ion-item-sliding,:host-context(.shape-rounded) ion-item-sliding>ion-item{border-top-left-radius:0;border-top-right-radius:0}:host-context(.shape-rounded) .footer,:host-context(.shape-rounded) ion-item-sliding.last,:host-context(.shape-rounded) ion-item.last{border-bottom-left-radius:16px;border-bottom-right-radius:16px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}:host-context(.shape-rounded):not(.has-sections) .has-footer ion-item,:host-context(.shape-rounded):not(.has-sections) .has-footer ion-item-sliding,:host-context(.shape-rounded) ion-item-sliding>ion-item{border-bottom-left-radius:0;border-bottom-right-radius:0}:host-context(.shape-none) .list,:host-context(.shape-none) .list-items{box-shadow:none;border-radius:unset}:host-context(.shape-none) .list ion-item,:host-context(.shape-none) .list ion-item-sliding{--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;--inner-padding-start:0;--inner-padding-end:0;--inner-padding-top:0;--inner-padding-bottom:0;--background:none;--background-activated:none;--background-hover:none;--background-focused:none;overflow:visible}:host-context(.item-spacing) .list kirby-list-item{margin-bottom:16px}:host-context(.item-spacing) .list kirby-list-item:last-child,:host-context(.item-spacing) .list kirby-list-item>ion-item{margin-bottom:0}"]
|
|
7669
7629
|
},] }
|
|
7670
7630
|
];
|
|
7671
7631
|
/** @nocollapse */
|
|
@@ -7687,14 +7647,11 @@
|
|
|
7687
7647
|
isShapeRounded: [{ type: i0.HostBinding, args: ['class.shape-rounded',] }],
|
|
7688
7648
|
isShapeNone: [{ type: i0.HostBinding, args: ['class.shape-none',] }],
|
|
7689
7649
|
hasItemSpacing: [{ type: i0.HostBinding, args: ['class.item-spacing',] }, { type: i0.Input }],
|
|
7690
|
-
useVirtualScroll: [{ type: i0.Input }],
|
|
7691
|
-
virtualScrollViewportHeight: [{ type: i0.Input }],
|
|
7692
|
-
virtualScrollSettings: [{ type: i0.Input }],
|
|
7693
|
-
virtualScrollTimeout: [{ type: i0.Input }],
|
|
7694
7650
|
isLoadOnDemandEnabled: [{ type: i0.Input }],
|
|
7695
7651
|
loadOnDemand: [{ type: i0.Output }],
|
|
7696
7652
|
swipeActions: [{ type: i0.Input }],
|
|
7697
7653
|
itemSelect: [{ type: i0.Output }],
|
|
7654
|
+
disableSelectionHighlight: [{ type: i0.Input }],
|
|
7698
7655
|
kirbyItems: [{ type: i0.ContentChildren, args: [ItemComponent,] }],
|
|
7699
7656
|
headerTemplate: [{ type: i0.ContentChild, args: [ListHeaderDirective, { static: false, read: i0.TemplateRef },] }],
|
|
7700
7657
|
sectionHeaderTemplate: [{ type: i0.ContentChild, args: [ListSectionHeaderDirective, { static: false, read: i0.TemplateRef },] }],
|
|
@@ -7835,7 +7792,7 @@
|
|
|
7835
7792
|
{ type: i0.Component, args: [{
|
|
7836
7793
|
selector: 'kirby-list-item',
|
|
7837
7794
|
template: "<ion-item-sliding\n [class.selected]=\"isSelected\"\n [kirbyListItemColor]=\"getItemColor\"\n [item]=\"item\"\n [disabled]=\"_isSwipingEnabled ? null : true\"\n keyHandler\n [ngClass]=\"boundaryClass\"\n (click)=\"_onItemSelect(item)\"\n>\n <ng-container\n *ngTemplateOutlet=\"swipeActionsTemplate; context: { $implicit: item }\"\n ></ng-container>\n <ng-container *ngTemplateOutlet=\"itemTemplate; context: { $implicit: item }\"></ng-container>\n</ion-item-sliding>\n\n<ng-template #swipeActionsTemplate let-item>\n <ion-item-options *ngIf=\"_hasSwipeActions(item)\" [side]=\"_getSwipeActionEnd(item)\">\n <div class=\"swipe-action\">\n <ng-container *ngFor=\"let swipeAction of _getSwipeActions(item)\">\n <ion-item-option\n [ngClass]=\"_getSwipeActionType(swipeAction, item)\"\n (click)=\"_onSwipeActionSelect(swipeAction, item, $event)\"\n >\n <div class=\"item-content\">\n <kirby-icon\n *ngIf=\"_getSwipeActionIcon(swipeAction, item)\"\n size=\"sm\"\n [name]=\"_getSwipeActionIcon(swipeAction, item)\"\n >\n </kirby-icon>\n <ion-label>\n {{ _getSwipeActionTitle(swipeAction, item) }}\n </ion-label>\n </div>\n </ion-item-option>\n </ng-container>\n </div>\n </ion-item-options>\n</ng-template>\n",
|
|
7838
|
-
styles: [":host{display:block}.list{box-shadow:0 5px 10px -10px rgba(28,28,28,.3),0 0 5px 0 rgba(28,28,28,.08);background:transparent;contain:inherit;padding:0}
|
|
7795
|
+
styles: [":host{display:block}.list{box-shadow:0 5px 10px -10px rgba(28,28,28,.3),0 0 5px 0 rgba(28,28,28,.08);background:transparent;contain:inherit;padding:0}ion-list-header{background-color:var(--kirby-white);border-bottom:1px solid var(--kirby-background-color);padding:0;text-transform:inherit;letter-spacing:inherit;font-weight:inherit;font-size:inherit;min-height:0;overflow:inherit}ion-item{--background:var(--kirby-white);--background-activated:var(--kirby-white-shade);--background-hover:var(--kirby-background-color);--background-focused:var(--kirby-background-color);--inner-border-width:0;--ion-safe-area-right:0;--min-height:56px;--padding-bottom:8px;--padding-end:16px;--padding-start:16px;--padding-top:8px;display:flex;font-size:14px;min-height:56px;overflow:visible;width:100%}ion-item-divider{font-weight:inherit}ion-item-sliding.item-sliding-active-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}ion-item-sliding.light{--kirby-item-background:var(--kirby-light);--kirby-item-background-activated:var(--kirby-light-shade);--kirby-item-background-focused:var(--kirby-light-shade);--kirby-item-background-hover:var(--kirby-light-tint)}ion-item-sliding.light ion-item{--background:var(--kirby-light);--color:var(--kirby-light-contrast);--background-activated:var(--kirby-light-shade);--background-focused:var(--kirby-light-shade);--background-hover:var(--kirby-light-tint)}ion-item-group{margin-bottom:24px}ion-item-group:last-of-type{margin-bottom:0}ion-item-divider{--inner-padding-end:0;--color:unset;background-color:transparent;border-color:transparent;min-height:0;padding:0 16px 8px}.footer{background-color:var(--kirby-white);border-top:1px solid var(--kirby-background-color);display:flex;align-items:center;justify-content:space-between;width:100%}.loading,.no-more-items{width:100%;padding:24px 0;text-align:center}.swipe-action{display:flex;color:var(--kirby-black);background-color:transparent}.swipe-action .primary{background-color:var(--kirby-primary);color:var(--kirby-primary-contrast)}.swipe-action .secondary{background-color:var(--kirby-secondary);color:var(--kirby-secondary-contrast)}.swipe-action .tertiary{background-color:var(--kirby-tertiary);color:var(--kirby-tertiary-contrast)}.swipe-action .success{background-color:var(--kirby-success);color:var(--kirby-success-contrast)}.swipe-action .warning{background-color:var(--kirby-warning);color:var(--kirby-warning-contrast)}.swipe-action .danger{background-color:var(--kirby-danger);color:var(--kirby-danger-contrast)}.swipe-action .light{background-color:var(--kirby-light);color:var(--kirby-light-contrast)}.swipe-action .medium{background-color:var(--kirby-medium);color:var(--kirby-medium-contrast)}.swipe-action .dark{background-color:var(--kirby-dark);color:var(--kirby-dark-contrast)}.swipe-action ion-item-option{height:100%;display:inline-block;text-align:center}.swipe-action .item-content{display:inline-grid;min-width:70px;flex-direction:column}.swipe-action .item-content ion-label{--background:unset;--color:unset}ion-item-options[side=end]{border-bottom-width:0}:host-context(.has-sections) .list{box-shadow:none}:host-context(.has-sections) .list-items{box-shadow:0 5px 10px -10px rgba(28,28,28,.3),0 0 5px 0 rgba(28,28,28,.08);border-radius:16px}:host-context(.has-sections) .footer{background-color:transparent;border-top:none}:host-context(.has-sections) ion-list-header{background-color:transparent;border-bottom:none}:host-context(.shape-rounded) .list,:host-context(.shape-rounded) .list-items{border-radius:16px}:host-context(.shape-rounded) ion-item-sliding.first,:host-context(.shape-rounded) ion-item.first,:host-context(.shape-rounded) ion-list-header{border-top-left-radius:16px;border-top-right-radius:16px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}:host-context(.shape-rounded):not(.has-sections) .has-header ion-item,:host-context(.shape-rounded):not(.has-sections) .has-header ion-item-sliding,:host-context(.shape-rounded) ion-item-sliding>ion-item{border-top-left-radius:0;border-top-right-radius:0}:host-context(.shape-rounded) .footer,:host-context(.shape-rounded) ion-item-sliding.last,:host-context(.shape-rounded) ion-item.last{border-bottom-left-radius:16px;border-bottom-right-radius:16px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}:host-context(.shape-rounded):not(.has-sections) .has-footer ion-item,:host-context(.shape-rounded):not(.has-sections) .has-footer ion-item-sliding,:host-context(.shape-rounded) ion-item-sliding>ion-item{border-bottom-left-radius:0;border-bottom-right-radius:0}:host-context(.shape-none) .list,:host-context(.shape-none) .list-items{box-shadow:none;border-radius:unset}:host-context(.shape-none) .list ion-item,:host-context(.shape-none) .list ion-item-sliding{--padding-start:0;--padding-end:0;--padding-top:0;--padding-bottom:0;--inner-padding-start:0;--inner-padding-end:0;--inner-padding-top:0;--inner-padding-bottom:0;--background:none;--background-activated:none;--background-hover:none;--background-focused:none;overflow:visible}:host-context(.item-spacing) .list kirby-list-item{margin-bottom:16px}:host-context(.item-spacing) .list kirby-list-item:last-child,:host-context(.item-spacing) .list kirby-list-item>ion-item{margin-bottom:0}", ":host{overflow:hidden}:host-context(.has-divider) ion-item-sliding:not(.last){border-bottom:1px solid var(--kirby-background-color)}"]
|
|
7839
7796
|
},] }
|
|
7840
7797
|
];
|
|
7841
7798
|
/** @nocollapse */
|
|
@@ -7881,6 +7838,18 @@
|
|
|
7881
7838
|
color: [{ type: i0.HostBinding, args: ['class',] }]
|
|
7882
7839
|
};
|
|
7883
7840
|
|
|
7841
|
+
var ListExperimentalComponent = /** @class */ (function () {
|
|
7842
|
+
function ListExperimentalComponent() {
|
|
7843
|
+
}
|
|
7844
|
+
return ListExperimentalComponent;
|
|
7845
|
+
}());
|
|
7846
|
+
ListExperimentalComponent.decorators = [
|
|
7847
|
+
{ type: i0.Component, args: [{
|
|
7848
|
+
selector: 'kirby-list-experimental',
|
|
7849
|
+
template: "<ion-list>\n <ng-content></ng-content>\n</ion-list>\n"
|
|
7850
|
+
},] }
|
|
7851
|
+
];
|
|
7852
|
+
|
|
7884
7853
|
var ReorderEvent = /** @class */ (function () {
|
|
7885
7854
|
function ReorderEvent(ev, parentItem) {
|
|
7886
7855
|
this.origEvent = ev;
|
|
@@ -8909,7 +8878,7 @@
|
|
|
8909
8878
|
},] }
|
|
8910
8879
|
];
|
|
8911
8880
|
|
|
8912
|
-
var __awaiter$
|
|
8881
|
+
var __awaiter$9 = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
8913
8882
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
8914
8883
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
8915
8884
|
function fulfilled(value) { try {
|
|
@@ -8933,7 +8902,7 @@
|
|
|
8933
8902
|
this.toastController = toastController;
|
|
8934
8903
|
}
|
|
8935
8904
|
ToastHelper.prototype.showToast = function (config) {
|
|
8936
|
-
return __awaiter$
|
|
8905
|
+
return __awaiter$9(this, void 0, void 0, function () {
|
|
8937
8906
|
var toast;
|
|
8938
8907
|
return __generator(this, function (_a) {
|
|
8939
8908
|
switch (_a.label) {
|
|
@@ -9654,6 +9623,7 @@
|
|
|
9654
9623
|
ListHeaderDirective,
|
|
9655
9624
|
ListHeaderComponent,
|
|
9656
9625
|
ListFooterDirective,
|
|
9626
|
+
ListExperimentalComponent,
|
|
9657
9627
|
];
|
|
9658
9628
|
var declarations = __spread(exportedDeclarations, [
|
|
9659
9629
|
ListItemColorDirective,
|
|
@@ -9668,7 +9638,7 @@
|
|
|
9668
9638
|
ListModule.decorators = [
|
|
9669
9639
|
{ type: i0.NgModule, args: [{
|
|
9670
9640
|
declarations: declarations,
|
|
9671
|
-
imports: [common.CommonModule, IconModule, i1.IonicModule, SpinnerModule
|
|
9641
|
+
imports: [common.CommonModule, IconModule, i1.IonicModule, SpinnerModule],
|
|
9672
9642
|
exports: exportedDeclarations,
|
|
9673
9643
|
providers: [],
|
|
9674
9644
|
},] }
|
|
@@ -9866,6 +9836,7 @@
|
|
|
9866
9836
|
RadioGroupComponent,
|
|
9867
9837
|
RangeComponent,
|
|
9868
9838
|
ElementAsButtonDirective,
|
|
9839
|
+
ItemGroupComponent,
|
|
9869
9840
|
];
|
|
9870
9841
|
var declarations$1 = __spread(exportedDeclarations$1, [
|
|
9871
9842
|
KeyHandlerDirective,
|
|
@@ -9932,7 +9903,6 @@
|
|
|
9932
9903
|
imports: __spread([
|
|
9933
9904
|
common.CommonModule,
|
|
9934
9905
|
i1$1.RouterModule,
|
|
9935
|
-
ngxUiScroll.UiScrollModule,
|
|
9936
9906
|
i1.IonicModule.forRoot({
|
|
9937
9907
|
mode: 'ios',
|
|
9938
9908
|
inputShims: true,
|
|
@@ -10049,11 +10019,13 @@
|
|
|
10049
10019
|
exports.InputComponent = InputComponent;
|
|
10050
10020
|
exports.InputCounterComponent = InputCounterComponent;
|
|
10051
10021
|
exports.ItemComponent = ItemComponent;
|
|
10022
|
+
exports.ItemGroupComponent = ItemGroupComponent;
|
|
10052
10023
|
exports.ItemModule = ItemModule;
|
|
10053
10024
|
exports.KeyHandlerDirective = KeyHandlerDirective;
|
|
10054
10025
|
exports.KirbyModule = KirbyModule;
|
|
10055
10026
|
exports.LabelComponent = LabelComponent;
|
|
10056
10027
|
exports.ListComponent = ListComponent;
|
|
10028
|
+
exports.ListExperimentalComponent = ListExperimentalComponent;
|
|
10057
10029
|
exports.ListFlexItemDirective = ListFlexItemDirective;
|
|
10058
10030
|
exports.ListFooterDirective = ListFooterDirective;
|
|
10059
10031
|
exports.ListHeaderComponent = ListHeaderComponent;
|
|
@@ -10152,77 +10124,79 @@
|
|
|
10152
10124
|
exports.ɵch = ListItemComponent;
|
|
10153
10125
|
exports.ɵci = ListSectionHeaderComponent;
|
|
10154
10126
|
exports.ɵcj = ListHeaderComponent;
|
|
10155
|
-
exports.ɵck =
|
|
10156
|
-
exports.ɵcl =
|
|
10157
|
-
exports.ɵcm =
|
|
10158
|
-
exports.ɵcn =
|
|
10159
|
-
exports.ɵco =
|
|
10160
|
-
exports.ɵcp =
|
|
10161
|
-
exports.ɵcq =
|
|
10162
|
-
exports.ɵcr =
|
|
10163
|
-
exports.ɵcs =
|
|
10164
|
-
exports.ɵct =
|
|
10165
|
-
exports.ɵcu =
|
|
10166
|
-
exports.ɵcv =
|
|
10167
|
-
exports.ɵcw =
|
|
10168
|
-
exports.ɵcx =
|
|
10169
|
-
exports.ɵcy =
|
|
10170
|
-
exports.ɵcz =
|
|
10127
|
+
exports.ɵck = ListExperimentalComponent;
|
|
10128
|
+
exports.ɵcl = ListItemColorDirective;
|
|
10129
|
+
exports.ɵcm = ChartModule;
|
|
10130
|
+
exports.ɵcn = ChartComponent;
|
|
10131
|
+
exports.ɵco = ChartJSService;
|
|
10132
|
+
exports.ɵcp = ChartConfigService;
|
|
10133
|
+
exports.ɵcq = CardComponent;
|
|
10134
|
+
exports.ɵcr = CardHeaderComponent;
|
|
10135
|
+
exports.ɵcs = CardFooterComponent;
|
|
10136
|
+
exports.ɵct = ChartDeprecatedComponent;
|
|
10137
|
+
exports.ɵcu = ChartDeprecatedHelper;
|
|
10138
|
+
exports.ɵcv = DONUT_OPTIONS;
|
|
10139
|
+
exports.ɵcw = DonutOptions;
|
|
10140
|
+
exports.ɵcx = AREASPLINE_OPTIONS;
|
|
10141
|
+
exports.ɵcy = AreaSplineOptions;
|
|
10142
|
+
exports.ɵcz = TIMESERIES_OPTIONS;
|
|
10171
10143
|
exports.ɵd = RouterOutletComponent;
|
|
10172
|
-
exports.ɵda =
|
|
10173
|
-
exports.ɵdb =
|
|
10174
|
-
exports.ɵdc =
|
|
10175
|
-
exports.ɵdd =
|
|
10176
|
-
exports.ɵde =
|
|
10177
|
-
exports.ɵdf =
|
|
10178
|
-
exports.ɵdg =
|
|
10179
|
-
exports.ɵdh =
|
|
10180
|
-
exports.ɵdi =
|
|
10181
|
-
exports.ɵdj =
|
|
10182
|
-
exports.ɵdk =
|
|
10183
|
-
exports.ɵdl =
|
|
10184
|
-
exports.ɵdm =
|
|
10185
|
-
exports.ɵdn =
|
|
10186
|
-
exports.ɵdo =
|
|
10187
|
-
exports.ɵdp =
|
|
10188
|
-
exports.ɵdq =
|
|
10189
|
-
exports.ɵdr =
|
|
10190
|
-
exports.ɵds =
|
|
10191
|
-
exports.ɵdt =
|
|
10192
|
-
exports.ɵdu =
|
|
10193
|
-
exports.ɵdv =
|
|
10194
|
-
exports.ɵdw =
|
|
10195
|
-
exports.ɵdx =
|
|
10196
|
-
exports.ɵdy =
|
|
10197
|
-
exports.ɵdz =
|
|
10144
|
+
exports.ɵda = TimeSeriesOptions;
|
|
10145
|
+
exports.ɵdb = ACTIVITYGAUGE_OPTIONS;
|
|
10146
|
+
exports.ɵdc = ActivityGaugeOptions;
|
|
10147
|
+
exports.ɵdd = StockChartDeprecatedComponent;
|
|
10148
|
+
exports.ɵde = GridComponent;
|
|
10149
|
+
exports.ɵdf = BreakpointHelperService;
|
|
10150
|
+
exports.ɵdg = ComponentLoaderDirective;
|
|
10151
|
+
exports.ɵdh = AvatarComponent;
|
|
10152
|
+
exports.ɵdi = CalendarComponent;
|
|
10153
|
+
exports.ɵdj = CalendarHelper;
|
|
10154
|
+
exports.ɵdk = CheckboxComponent;
|
|
10155
|
+
exports.ɵdl = ActionSheetComponent;
|
|
10156
|
+
exports.ɵdm = ModalFooterComponent;
|
|
10157
|
+
exports.ɵdn = ModalRouterLinkDirective;
|
|
10158
|
+
exports.ɵdo = SegmentedControlComponent;
|
|
10159
|
+
exports.ɵdp = ChipComponent;
|
|
10160
|
+
exports.ɵdq = ThemeColorDirective;
|
|
10161
|
+
exports.ɵdr = DateInputDirective;
|
|
10162
|
+
exports.ɵds = DecimalMaskDirective;
|
|
10163
|
+
exports.ɵdt = SlideButtonComponent;
|
|
10164
|
+
exports.ɵdu = ToggleComponent;
|
|
10165
|
+
exports.ɵdv = EmptyStateComponent;
|
|
10166
|
+
exports.ɵdw = FormFieldComponent;
|
|
10167
|
+
exports.ɵdx = InputCounterComponent;
|
|
10168
|
+
exports.ɵdy = RadioGroupComponent;
|
|
10169
|
+
exports.ɵdz = RadioComponent;
|
|
10198
10170
|
exports.ɵe = ModalController;
|
|
10199
|
-
exports.ɵea =
|
|
10200
|
-
exports.ɵeb =
|
|
10201
|
-
exports.ɵec =
|
|
10202
|
-
exports.ɵed =
|
|
10203
|
-
exports.ɵee =
|
|
10204
|
-
exports.ɵef =
|
|
10205
|
-
exports.ɵeg =
|
|
10206
|
-
exports.ɵeh =
|
|
10207
|
-
exports.ɵei =
|
|
10208
|
-
exports.ɵej =
|
|
10209
|
-
exports.ɵek =
|
|
10210
|
-
exports.ɵel =
|
|
10211
|
-
exports.ɵem =
|
|
10212
|
-
exports.ɵen =
|
|
10213
|
-
exports.ɵeo =
|
|
10214
|
-
exports.ɵep =
|
|
10215
|
-
exports.ɵeq =
|
|
10216
|
-
exports.ɵer =
|
|
10217
|
-
exports.ɵes =
|
|
10218
|
-
exports.ɵet =
|
|
10219
|
-
exports.ɵeu =
|
|
10220
|
-
exports.ɵev =
|
|
10221
|
-
exports.ɵew =
|
|
10222
|
-
exports.ɵex =
|
|
10223
|
-
exports.ɵey =
|
|
10224
|
-
exports.ɵez =
|
|
10171
|
+
exports.ɵea = InputComponent;
|
|
10172
|
+
exports.ɵeb = TextareaComponent;
|
|
10173
|
+
exports.ɵec = FabSheetComponent;
|
|
10174
|
+
exports.ɵed = DividerComponent;
|
|
10175
|
+
exports.ɵee = ReorderListComponent;
|
|
10176
|
+
exports.ɵef = DropdownComponent;
|
|
10177
|
+
exports.ɵeg = PopoverComponent;
|
|
10178
|
+
exports.ɵeh = KeyboardHandlerService;
|
|
10179
|
+
exports.ɵei = LoadingOverlayComponent;
|
|
10180
|
+
exports.ɵej = ProgressCircleComponent;
|
|
10181
|
+
exports.ɵek = FlagComponent;
|
|
10182
|
+
exports.ɵel = SlideDirective;
|
|
10183
|
+
exports.ɵem = SlidesComponent;
|
|
10184
|
+
exports.ɵen = AccordionDirective;
|
|
10185
|
+
exports.ɵeo = AccordionItemComponent;
|
|
10186
|
+
exports.ɵep = RangeComponent;
|
|
10187
|
+
exports.ɵeq = ElementAsButtonDirective;
|
|
10188
|
+
exports.ɵer = ItemGroupComponent;
|
|
10189
|
+
exports.ɵes = KeyHandlerDirective;
|
|
10190
|
+
exports.ɵet = FormFieldMessageComponent;
|
|
10191
|
+
exports.ɵeu = AlertComponent;
|
|
10192
|
+
exports.ɵev = ModalCompactWrapperComponent;
|
|
10193
|
+
exports.ɵew = ProgressCircleRingComponent;
|
|
10194
|
+
exports.ɵex = ToastHelper;
|
|
10195
|
+
exports.ɵey = ToastController;
|
|
10196
|
+
exports.ɵez = LoadingOverlayService;
|
|
10225
10197
|
exports.ɵf = ModalHelper;
|
|
10198
|
+
exports.ɵfa = appInitialize;
|
|
10199
|
+
exports.ɵfb = customElementsInitializer;
|
|
10226
10200
|
exports.ɵg = ModalAnimationBuilderService;
|
|
10227
10201
|
exports.ɵh = PlatformService;
|
|
10228
10202
|
exports.ɵi = WindowRef;
|