@public-ui/angular-v19 4.1.4 → 4.1.5-rc.1
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/dist/components.d.ts +8 -4
- package/dist/components.js +74 -74
- package/package.json +4 -5
package/dist/components.d.ts
CHANGED
|
@@ -258,6 +258,7 @@ export declare class KolDialog extends StencilProxyComponent implements OnChange
|
|
|
258
258
|
private changeDetectorRef;
|
|
259
259
|
protected z: NgZone;
|
|
260
260
|
_label: any;
|
|
261
|
+
_level: any;
|
|
261
262
|
_on: any;
|
|
262
263
|
_variant: any;
|
|
263
264
|
_width: any;
|
|
@@ -269,7 +270,7 @@ export declare class KolDialog extends StencilProxyComponent implements OnChange
|
|
|
269
270
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
270
271
|
ngOnChanges(): void;
|
|
271
272
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolDialog, never>;
|
|
272
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolDialog, "kol-dialog", never, { "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; "_width": { "alias": "_width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
273
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolDialog, "kol-dialog", never, { "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; "_width": { "alias": "_width"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
273
274
|
}
|
|
274
275
|
export declare interface KolDialog extends Components.KolDialog {
|
|
275
276
|
}
|
|
@@ -279,6 +280,7 @@ export declare class KolDrawer extends StencilProxyComponent implements OnChange
|
|
|
279
280
|
_align: any;
|
|
280
281
|
_hascloser: any;
|
|
281
282
|
_label: any;
|
|
283
|
+
_level: any;
|
|
282
284
|
_on: any;
|
|
283
285
|
_open: any;
|
|
284
286
|
protected el: HTMLElement;
|
|
@@ -289,7 +291,7 @@ export declare class KolDrawer extends StencilProxyComponent implements OnChange
|
|
|
289
291
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
290
292
|
ngOnChanges(): void;
|
|
291
293
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolDrawer, never>;
|
|
292
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolDrawer, "kol-drawer", never, { "_align": { "alias": "_align"; "required": false; }; "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
294
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolDrawer, "kol-drawer", never, { "_align": { "alias": "_align"; "required": false; }; "_hasCloser": { "alias": "_hasCloser"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_level": { "alias": "_level"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_open": { "alias": "_open"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
293
295
|
}
|
|
294
296
|
export declare interface KolDrawer extends Components.KolDrawer {
|
|
295
297
|
}
|
|
@@ -1139,6 +1141,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1139
1141
|
_pagination: any;
|
|
1140
1142
|
_paginationposition: any;
|
|
1141
1143
|
_selection: any;
|
|
1144
|
+
_variant: any;
|
|
1142
1145
|
protected el: HTMLElement;
|
|
1143
1146
|
availableInputProperties: string[];
|
|
1144
1147
|
hasTagNameTransformer: boolean;
|
|
@@ -1147,7 +1150,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1147
1150
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1148
1151
|
ngOnChanges(): void;
|
|
1149
1152
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateful, never>;
|
|
1150
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_fixedCols": { "alias": "_fixedCols"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headers": { "alias": "_headers"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1153
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_fixedCols": { "alias": "_fixedCols"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headers": { "alias": "_headers"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1151
1154
|
}
|
|
1152
1155
|
export declare interface KolTableStateful extends Components.KolTableStateful {
|
|
1153
1156
|
}
|
|
@@ -1162,6 +1165,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1162
1165
|
_label: any;
|
|
1163
1166
|
_on: any;
|
|
1164
1167
|
_selection: any;
|
|
1168
|
+
_variant: any;
|
|
1165
1169
|
protected el: HTMLElement;
|
|
1166
1170
|
availableInputProperties: string[];
|
|
1167
1171
|
hasTagNameTransformer: boolean;
|
|
@@ -1170,7 +1174,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1170
1174
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1171
1175
|
ngOnChanges(): void;
|
|
1172
1176
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateless, never>;
|
|
1173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_fixedCols": { "alias": "_fixedCols"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headerCells": { "alias": "_headerCells"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_fixedCols": { "alias": "_fixedCols"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headerCells": { "alias": "_headerCells"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1174
1178
|
}
|
|
1175
1179
|
export declare interface KolTableStateless extends Components.KolTableStateless {
|
|
1176
1180
|
}
|
package/dist/components.js
CHANGED
|
@@ -414,13 +414,13 @@ function KolDialog_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
|
|
|
414
414
|
} if (rf & 2) {
|
|
415
415
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
416
416
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
417
|
-
i0.ɵɵproperty("_label", ctx_r0._label)("_on", ctx_r0._on)("_variant", ctx_r0._variant)("_width", ctx_r0._width);
|
|
417
|
+
i0.ɵɵproperty("_label", ctx_r0._label)("_level", ctx_r0._level)("_on", ctx_r0._on)("_variant", ctx_r0._variant)("_width", ctx_r0._width);
|
|
418
418
|
i0.ɵɵadvance(2);
|
|
419
419
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
420
420
|
} }
|
|
421
421
|
function KolDialog_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
422
422
|
i0.ɵɵelementContainerStart(0);
|
|
423
|
-
i0.ɵɵtemplate(1, KolDialog_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
423
|
+
i0.ɵɵtemplate(1, KolDialog_ng_container_0_stencil_ng_proxy_1_Template, 3, 6, "stencil-ng-proxy", 4);
|
|
424
424
|
i0.ɵɵelementContainerEnd();
|
|
425
425
|
} if (rf & 2) {
|
|
426
426
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -450,13 +450,13 @@ function KolDrawer_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
|
|
|
450
450
|
} if (rf & 2) {
|
|
451
451
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
452
452
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
453
|
-
i0.ɵɵproperty("_align", ctx_r0._align)("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_on", ctx_r0._on)("_open", ctx_r0._open);
|
|
453
|
+
i0.ɵɵproperty("_align", ctx_r0._align)("_hasCloser", ctx_r0._hasCloser)("_label", ctx_r0._label)("_level", ctx_r0._level)("_on", ctx_r0._on)("_open", ctx_r0._open);
|
|
454
454
|
i0.ɵɵadvance(2);
|
|
455
455
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
456
456
|
} }
|
|
457
457
|
function KolDrawer_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
458
458
|
i0.ɵɵelementContainerStart(0);
|
|
459
|
-
i0.ɵɵtemplate(1, KolDrawer_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
459
|
+
i0.ɵɵtemplate(1, KolDrawer_ng_container_0_stencil_ng_proxy_1_Template, 3, 7, "stencil-ng-proxy", 4);
|
|
460
460
|
i0.ɵɵelementContainerEnd();
|
|
461
461
|
} if (rf & 2) {
|
|
462
462
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1566,13 +1566,13 @@ function KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1566
1566
|
} if (rf & 2) {
|
|
1567
1567
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1568
1568
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1569
|
-
i0.ɵɵproperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_fixedCols", ctx_r0._fixedCols)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection);
|
|
1569
|
+
i0.ɵɵproperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_fixedCols", ctx_r0._fixedCols)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection)("_variant", ctx_r0._variant);
|
|
1570
1570
|
i0.ɵɵadvance(2);
|
|
1571
1571
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1572
1572
|
} }
|
|
1573
1573
|
function KolTableStateful_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1574
1574
|
i0.ɵɵelementContainerStart(0);
|
|
1575
|
-
i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1575
|
+
i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3, 13, "stencil-ng-proxy", 4);
|
|
1576
1576
|
i0.ɵɵelementContainerEnd();
|
|
1577
1577
|
} if (rf & 2) {
|
|
1578
1578
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1602,13 +1602,13 @@ function KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1602
1602
|
} if (rf & 2) {
|
|
1603
1603
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1604
1604
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1605
|
-
i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_fixedCols", ctx_r0._fixedCols)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_on", ctx_r0._on)("_selection", ctx_r0._selection);
|
|
1605
|
+
i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_fixedCols", ctx_r0._fixedCols)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_on", ctx_r0._on)("_selection", ctx_r0._selection)("_variant", ctx_r0._variant);
|
|
1606
1606
|
i0.ɵɵadvance(2);
|
|
1607
1607
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1608
1608
|
} }
|
|
1609
1609
|
function KolTableStateless_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1610
1610
|
i0.ɵɵelementContainerStart(0);
|
|
1611
|
-
i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1611
|
+
i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3, 10, "stencil-ng-proxy", 4);
|
|
1612
1612
|
i0.ɵɵelementContainerEnd();
|
|
1613
1613
|
} if (rf & 2) {
|
|
1614
1614
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -2669,7 +2669,7 @@ let KolDialog = class KolDialog extends StencilProxyComponent {
|
|
|
2669
2669
|
super();
|
|
2670
2670
|
this.changeDetectorRef = changeDetectorRef;
|
|
2671
2671
|
this.z = z;
|
|
2672
|
-
this.availableInputProperties = ['_label', '_on', '_variant', '_width'];
|
|
2672
|
+
this.availableInputProperties = ['_label', '_level', '_on', '_variant', '_width'];
|
|
2673
2673
|
changeDetectorRef.detach();
|
|
2674
2674
|
const originalTagName = 'kol-dialog';
|
|
2675
2675
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2689,9 +2689,9 @@ KolDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDialog, select
|
|
|
2689
2689
|
} if (rf & 2) {
|
|
2690
2690
|
let _t;
|
|
2691
2691
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2692
|
-
} }, inputs: { _label: "_label", _on: "_on", _variant: "_variant", _width: "_width" }, features: [i0.ɵɵProvidersFeature([
|
|
2692
|
+
} }, inputs: { _label: "_label", _level: "_level", _on: "_on", _variant: "_variant", _width: "_width" }, features: [i0.ɵɵProvidersFeature([
|
|
2693
2693
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolDialog) }
|
|
2694
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_on", "_variant", "_width", 4, "replaceTag"], [3, "_label", "_on", "_variant", "_width"], [4, "ngTemplateOutlet"]], template: function KolDialog_Template(rf, ctx) { if (rf & 1) {
|
|
2694
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_level", "_on", "_variant", "_width", 4, "replaceTag"], [3, "_label", "_level", "_on", "_variant", "_width"], [4, "ngTemplateOutlet"]], template: function KolDialog_Template(rf, ctx) { if (rf & 1) {
|
|
2695
2695
|
i0.ɵɵprojectionDef();
|
|
2696
2696
|
i0.ɵɵtemplate(0, KolDialog_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolDialog_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolDialog_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2697
2697
|
} if (rf & 2) {
|
|
@@ -2700,8 +2700,8 @@ KolDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDialog, select
|
|
|
2700
2700
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2701
2701
|
KolDialog = __decorate([
|
|
2702
2702
|
ProxyCmp({
|
|
2703
|
-
inputs: ['_label', '_on', '_variant', '_width'],
|
|
2704
|
-
methods: ['openModal', 'closeModal']
|
|
2703
|
+
inputs: ['_label', '_level', '_on', '_variant', '_width'],
|
|
2704
|
+
methods: ['openModal', 'showModal', 'show', 'close', 'closeModal']
|
|
2705
2705
|
})
|
|
2706
2706
|
], KolDialog);
|
|
2707
2707
|
export { KolDialog };
|
|
@@ -2713,7 +2713,7 @@ export { KolDialog };
|
|
|
2713
2713
|
template: `
|
|
2714
2714
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2715
2715
|
<stencil-ng-proxy
|
|
2716
|
-
[_label]="_label" [_on]="_on" [_variant]="_variant" [_width]="_width"
|
|
2716
|
+
[_label]="_label" [_level]="_level" [_on]="_on" [_variant]="_variant" [_width]="_width"
|
|
2717
2717
|
*replaceTag="tagName"
|
|
2718
2718
|
#replaceTagHost
|
|
2719
2719
|
>
|
|
@@ -2729,7 +2729,7 @@ export { KolDialog };
|
|
|
2729
2729
|
<ng-content></ng-content>
|
|
2730
2730
|
</ng-template>`,
|
|
2731
2731
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2732
|
-
inputs: ['_label', '_on', '_variant', '_width'],
|
|
2732
|
+
inputs: ['_label', '_level', '_on', '_variant', '_width'],
|
|
2733
2733
|
providers: [
|
|
2734
2734
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolDialog) }
|
|
2735
2735
|
],
|
|
@@ -2744,7 +2744,7 @@ let KolDrawer = class KolDrawer extends StencilProxyComponent {
|
|
|
2744
2744
|
super();
|
|
2745
2745
|
this.changeDetectorRef = changeDetectorRef;
|
|
2746
2746
|
this.z = z;
|
|
2747
|
-
this.availableInputProperties = ['_align', '_hasCloser', '_label', '_on', '_open'];
|
|
2747
|
+
this.availableInputProperties = ['_align', '_hasCloser', '_label', '_level', '_on', '_open'];
|
|
2748
2748
|
changeDetectorRef.detach();
|
|
2749
2749
|
const originalTagName = 'kol-drawer';
|
|
2750
2750
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2764,9 +2764,9 @@ KolDrawer.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDrawer, select
|
|
|
2764
2764
|
} if (rf & 2) {
|
|
2765
2765
|
let _t;
|
|
2766
2766
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2767
|
-
} }, inputs: { _align: "_align", _hasCloser: "_hasCloser", _label: "_label", _on: "_on", _open: "_open" }, features: [i0.ɵɵProvidersFeature([
|
|
2767
|
+
} }, inputs: { _align: "_align", _hasCloser: "_hasCloser", _label: "_label", _level: "_level", _on: "_on", _open: "_open" }, features: [i0.ɵɵProvidersFeature([
|
|
2768
2768
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolDrawer) }
|
|
2769
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_align", "_hasCloser", "_label", "_on", "_open", 4, "replaceTag"], [3, "_align", "_hasCloser", "_label", "_on", "_open"], [4, "ngTemplateOutlet"]], template: function KolDrawer_Template(rf, ctx) { if (rf & 1) {
|
|
2769
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_align", "_hasCloser", "_label", "_level", "_on", "_open", 4, "replaceTag"], [3, "_align", "_hasCloser", "_label", "_level", "_on", "_open"], [4, "ngTemplateOutlet"]], template: function KolDrawer_Template(rf, ctx) { if (rf & 1) {
|
|
2770
2770
|
i0.ɵɵprojectionDef();
|
|
2771
2771
|
i0.ɵɵtemplate(0, KolDrawer_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolDrawer_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolDrawer_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2772
2772
|
} if (rf & 2) {
|
|
@@ -2775,8 +2775,8 @@ KolDrawer.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolDrawer, select
|
|
|
2775
2775
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2776
2776
|
KolDrawer = __decorate([
|
|
2777
2777
|
ProxyCmp({
|
|
2778
|
-
inputs: ['_align', '_hasCloser', '_label', '_on', '_open'],
|
|
2779
|
-
methods: ['open', 'close']
|
|
2778
|
+
inputs: ['_align', '_hasCloser', '_label', '_level', '_on', '_open'],
|
|
2779
|
+
methods: ['show', 'showModal', 'open', 'close']
|
|
2780
2780
|
})
|
|
2781
2781
|
], KolDrawer);
|
|
2782
2782
|
export { KolDrawer };
|
|
@@ -2788,7 +2788,7 @@ export { KolDrawer };
|
|
|
2788
2788
|
template: `
|
|
2789
2789
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2790
2790
|
<stencil-ng-proxy
|
|
2791
|
-
[_align]="_align" [_hasCloser]="_hasCloser" [_label]="_label" [_on]="_on" [_open]="_open"
|
|
2791
|
+
[_align]="_align" [_hasCloser]="_hasCloser" [_label]="_label" [_level]="_level" [_on]="_on" [_open]="_open"
|
|
2792
2792
|
*replaceTag="tagName"
|
|
2793
2793
|
#replaceTagHost
|
|
2794
2794
|
>
|
|
@@ -2804,7 +2804,7 @@ export { KolDrawer };
|
|
|
2804
2804
|
<ng-content></ng-content>
|
|
2805
2805
|
</ng-template>`,
|
|
2806
2806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2807
|
-
inputs: ['_align', '_hasCloser', '_label', '_on', '_open'],
|
|
2807
|
+
inputs: ['_align', '_hasCloser', '_label', '_level', '_on', '_open'],
|
|
2808
2808
|
providers: [
|
|
2809
2809
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolDrawer) }
|
|
2810
2810
|
],
|
|
@@ -2813,7 +2813,7 @@ export { KolDrawer };
|
|
|
2813
2813
|
type: ViewChild,
|
|
2814
2814
|
args: [ReplaceTagDirective]
|
|
2815
2815
|
}] }); })();
|
|
2816
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber:
|
|
2816
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 828 }); })();
|
|
2817
2817
|
let KolForm = class KolForm extends StencilProxyComponent {
|
|
2818
2818
|
constructor(changeDetectorRef, r, z) {
|
|
2819
2819
|
super();
|
|
@@ -2888,7 +2888,7 @@ export { KolForm };
|
|
|
2888
2888
|
type: ViewChild,
|
|
2889
2889
|
args: [ReplaceTagDirective]
|
|
2890
2890
|
}] }); })();
|
|
2891
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber:
|
|
2891
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 892 }); })();
|
|
2892
2892
|
let KolHeading = class KolHeading extends StencilProxyComponent {
|
|
2893
2893
|
constructor(changeDetectorRef, r, z) {
|
|
2894
2894
|
super();
|
|
@@ -2962,7 +2962,7 @@ export { KolHeading };
|
|
|
2962
2962
|
type: ViewChild,
|
|
2963
2963
|
args: [ReplaceTagDirective]
|
|
2964
2964
|
}] }); })();
|
|
2965
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber:
|
|
2965
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 952 }); })();
|
|
2966
2966
|
let KolIcon = class KolIcon extends StencilProxyComponent {
|
|
2967
2967
|
constructor(changeDetectorRef, r, z) {
|
|
2968
2968
|
super();
|
|
@@ -3036,7 +3036,7 @@ export { KolIcon };
|
|
|
3036
3036
|
type: ViewChild,
|
|
3037
3037
|
args: [ReplaceTagDirective]
|
|
3038
3038
|
}] }); })();
|
|
3039
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber:
|
|
3039
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1012 }); })();
|
|
3040
3040
|
let KolImage = class KolImage extends StencilProxyComponent {
|
|
3041
3041
|
constructor(changeDetectorRef, r, z) {
|
|
3042
3042
|
super();
|
|
@@ -3110,7 +3110,7 @@ export { KolImage };
|
|
|
3110
3110
|
type: ViewChild,
|
|
3111
3111
|
args: [ReplaceTagDirective]
|
|
3112
3112
|
}] }); })();
|
|
3113
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber:
|
|
3113
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1071 }); })();
|
|
3114
3114
|
let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
|
|
3115
3115
|
constructor(changeDetectorRef, r, z) {
|
|
3116
3116
|
super();
|
|
@@ -3185,7 +3185,7 @@ export { KolInputCheckbox };
|
|
|
3185
3185
|
type: ViewChild,
|
|
3186
3186
|
args: [ReplaceTagDirective]
|
|
3187
3187
|
}] }); })();
|
|
3188
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber:
|
|
3188
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1134 }); })();
|
|
3189
3189
|
let KolInputColor = class KolInputColor extends StencilProxyComponent {
|
|
3190
3190
|
constructor(changeDetectorRef, r, z) {
|
|
3191
3191
|
super();
|
|
@@ -3260,7 +3260,7 @@ export { KolInputColor };
|
|
|
3260
3260
|
type: ViewChild,
|
|
3261
3261
|
args: [ReplaceTagDirective]
|
|
3262
3262
|
}] }); })();
|
|
3263
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber:
|
|
3263
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1211 }); })();
|
|
3264
3264
|
let KolInputDate = class KolInputDate extends StencilProxyComponent {
|
|
3265
3265
|
constructor(changeDetectorRef, r, z) {
|
|
3266
3266
|
super();
|
|
@@ -3335,7 +3335,7 @@ export { KolInputDate };
|
|
|
3335
3335
|
type: ViewChild,
|
|
3336
3336
|
args: [ReplaceTagDirective]
|
|
3337
3337
|
}] }); })();
|
|
3338
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber:
|
|
3338
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1286 }); })();
|
|
3339
3339
|
let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
3340
3340
|
constructor(changeDetectorRef, r, z) {
|
|
3341
3341
|
super();
|
|
@@ -3410,7 +3410,7 @@ export { KolInputEmail };
|
|
|
3410
3410
|
type: ViewChild,
|
|
3411
3411
|
args: [ReplaceTagDirective]
|
|
3412
3412
|
}] }); })();
|
|
3413
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber:
|
|
3413
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1367 }); })();
|
|
3414
3414
|
let KolInputFile = class KolInputFile extends StencilProxyComponent {
|
|
3415
3415
|
constructor(changeDetectorRef, r, z) {
|
|
3416
3416
|
super();
|
|
@@ -3485,7 +3485,7 @@ export { KolInputFile };
|
|
|
3485
3485
|
type: ViewChild,
|
|
3486
3486
|
args: [ReplaceTagDirective]
|
|
3487
3487
|
}] }); })();
|
|
3488
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3488
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1450 }); })();
|
|
3489
3489
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3490
3490
|
constructor(changeDetectorRef, r, z) {
|
|
3491
3491
|
super();
|
|
@@ -3560,7 +3560,7 @@ export { KolInputNumber };
|
|
|
3560
3560
|
type: ViewChild,
|
|
3561
3561
|
args: [ReplaceTagDirective]
|
|
3562
3562
|
}] }); })();
|
|
3563
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3563
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1525 }); })();
|
|
3564
3564
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3565
3565
|
constructor(changeDetectorRef, r, z) {
|
|
3566
3566
|
super();
|
|
@@ -3635,7 +3635,7 @@ export { KolInputPassword };
|
|
|
3635
3635
|
type: ViewChild,
|
|
3636
3636
|
args: [ReplaceTagDirective]
|
|
3637
3637
|
}] }); })();
|
|
3638
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3638
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1606 }); })();
|
|
3639
3639
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3640
3640
|
constructor(changeDetectorRef, r, z) {
|
|
3641
3641
|
super();
|
|
@@ -3710,7 +3710,7 @@ export { KolInputRadio };
|
|
|
3710
3710
|
type: ViewChild,
|
|
3711
3711
|
args: [ReplaceTagDirective]
|
|
3712
3712
|
}] }); })();
|
|
3713
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3713
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1688 }); })();
|
|
3714
3714
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3715
3715
|
constructor(changeDetectorRef, r, z) {
|
|
3716
3716
|
super();
|
|
@@ -3785,7 +3785,7 @@ export { KolInputRange };
|
|
|
3785
3785
|
type: ViewChild,
|
|
3786
3786
|
args: [ReplaceTagDirective]
|
|
3787
3787
|
}] }); })();
|
|
3788
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
3788
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1760 }); })();
|
|
3789
3789
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3790
3790
|
constructor(changeDetectorRef, r, z) {
|
|
3791
3791
|
super();
|
|
@@ -3860,7 +3860,7 @@ export { KolInputText };
|
|
|
3860
3860
|
type: ViewChild,
|
|
3861
3861
|
args: [ReplaceTagDirective]
|
|
3862
3862
|
}] }); })();
|
|
3863
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
3863
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1837 }); })();
|
|
3864
3864
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3865
3865
|
constructor(changeDetectorRef, r, z) {
|
|
3866
3866
|
super();
|
|
@@ -3934,7 +3934,7 @@ export { KolKolibri };
|
|
|
3934
3934
|
type: ViewChild,
|
|
3935
3935
|
args: [ReplaceTagDirective]
|
|
3936
3936
|
}] }); })();
|
|
3937
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
3937
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1920 }); })();
|
|
3938
3938
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
3939
3939
|
constructor(changeDetectorRef, r, z) {
|
|
3940
3940
|
super();
|
|
@@ -4009,7 +4009,7 @@ export { KolLink };
|
|
|
4009
4009
|
type: ViewChild,
|
|
4010
4010
|
args: [ReplaceTagDirective]
|
|
4011
4011
|
}] }); })();
|
|
4012
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4012
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1980 }); })();
|
|
4013
4013
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4014
4014
|
constructor(changeDetectorRef, r, z) {
|
|
4015
4015
|
super();
|
|
@@ -4084,7 +4084,7 @@ export { KolLinkButton };
|
|
|
4084
4084
|
type: ViewChild,
|
|
4085
4085
|
args: [ReplaceTagDirective]
|
|
4086
4086
|
}] }); })();
|
|
4087
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4087
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2056 }); })();
|
|
4088
4088
|
let KolMeter = class KolMeter extends StencilProxyComponent {
|
|
4089
4089
|
constructor(changeDetectorRef, r, z) {
|
|
4090
4090
|
super();
|
|
@@ -4158,7 +4158,7 @@ export { KolMeter };
|
|
|
4158
4158
|
type: ViewChild,
|
|
4159
4159
|
args: [ReplaceTagDirective]
|
|
4160
4160
|
}] }); })();
|
|
4161
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber:
|
|
4161
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber: 2130 }); })();
|
|
4162
4162
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4163
4163
|
constructor(changeDetectorRef, r, z) {
|
|
4164
4164
|
super();
|
|
@@ -4196,7 +4196,7 @@ KolModal.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolModal, selector
|
|
|
4196
4196
|
KolModal = __decorate([
|
|
4197
4197
|
ProxyCmp({
|
|
4198
4198
|
inputs: ['_label', '_on', '_variant', '_width'],
|
|
4199
|
-
methods: ['openModal', 'closeModal']
|
|
4199
|
+
methods: ['openModal', 'showModal', 'show', 'close', 'closeModal']
|
|
4200
4200
|
})
|
|
4201
4201
|
], KolModal);
|
|
4202
4202
|
export { KolModal };
|
|
@@ -4233,7 +4233,7 @@ export { KolModal };
|
|
|
4233
4233
|
type: ViewChild,
|
|
4234
4234
|
args: [ReplaceTagDirective]
|
|
4235
4235
|
}] }); })();
|
|
4236
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4236
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2197 }); })();
|
|
4237
4237
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4238
4238
|
constructor(changeDetectorRef, r, z) {
|
|
4239
4239
|
super();
|
|
@@ -4307,7 +4307,7 @@ export { KolNav };
|
|
|
4307
4307
|
type: ViewChild,
|
|
4308
4308
|
args: [ReplaceTagDirective]
|
|
4309
4309
|
}] }); })();
|
|
4310
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4310
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2258 }); })();
|
|
4311
4311
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4312
4312
|
constructor(changeDetectorRef, r, z) {
|
|
4313
4313
|
super();
|
|
@@ -4381,7 +4381,7 @@ export { KolPagination };
|
|
|
4381
4381
|
type: ViewChild,
|
|
4382
4382
|
args: [ReplaceTagDirective]
|
|
4383
4383
|
}] }); })();
|
|
4384
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4384
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2321 }); })();
|
|
4385
4385
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4386
4386
|
constructor(changeDetectorRef, r, z) {
|
|
4387
4387
|
super();
|
|
@@ -4456,7 +4456,7 @@ export { KolPopoverButton };
|
|
|
4456
4456
|
type: ViewChild,
|
|
4457
4457
|
args: [ReplaceTagDirective]
|
|
4458
4458
|
}] }); })();
|
|
4459
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4459
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2390 }); })();
|
|
4460
4460
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4461
4461
|
constructor(changeDetectorRef, r, z) {
|
|
4462
4462
|
super();
|
|
@@ -4530,7 +4530,7 @@ export { KolProgress };
|
|
|
4530
4530
|
type: ViewChild,
|
|
4531
4531
|
args: [ReplaceTagDirective]
|
|
4532
4532
|
}] }); })();
|
|
4533
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4533
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2463 }); })();
|
|
4534
4534
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4535
4535
|
constructor(changeDetectorRef, r, z) {
|
|
4536
4536
|
super();
|
|
@@ -4604,7 +4604,7 @@ export { KolQuote };
|
|
|
4604
4604
|
type: ViewChild,
|
|
4605
4605
|
args: [ReplaceTagDirective]
|
|
4606
4606
|
}] }); })();
|
|
4607
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4607
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2525 }); })();
|
|
4608
4608
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4609
4609
|
constructor(changeDetectorRef, r, z) {
|
|
4610
4610
|
super();
|
|
@@ -4679,7 +4679,7 @@ export { KolSelect };
|
|
|
4679
4679
|
type: ViewChild,
|
|
4680
4680
|
args: [ReplaceTagDirective]
|
|
4681
4681
|
}] }); })();
|
|
4682
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4682
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2587 }); })();
|
|
4683
4683
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4684
4684
|
constructor(changeDetectorRef, r, z) {
|
|
4685
4685
|
super();
|
|
@@ -4754,7 +4754,7 @@ export { KolSingleSelect };
|
|
|
4754
4754
|
type: ViewChild,
|
|
4755
4755
|
args: [ReplaceTagDirective]
|
|
4756
4756
|
}] }); })();
|
|
4757
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4757
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2664 }); })();
|
|
4758
4758
|
let KolSkeleton = class KolSkeleton extends StencilProxyComponent {
|
|
4759
4759
|
constructor(changeDetectorRef, r, z) {
|
|
4760
4760
|
super();
|
|
@@ -4830,7 +4830,7 @@ export { KolSkeleton };
|
|
|
4830
4830
|
type: ViewChild,
|
|
4831
4831
|
args: [ReplaceTagDirective]
|
|
4832
4832
|
}] }); })();
|
|
4833
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber:
|
|
4833
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2741 }); })();
|
|
4834
4834
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4835
4835
|
constructor(changeDetectorRef, r, z) {
|
|
4836
4836
|
super();
|
|
@@ -4905,7 +4905,7 @@ export { KolSkipNav };
|
|
|
4905
4905
|
type: ViewChild,
|
|
4906
4906
|
args: [ReplaceTagDirective]
|
|
4907
4907
|
}] }); })();
|
|
4908
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4908
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2810 }); })();
|
|
4909
4909
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4910
4910
|
constructor(changeDetectorRef, r, z) {
|
|
4911
4911
|
super();
|
|
@@ -4979,7 +4979,7 @@ export { KolSpin };
|
|
|
4979
4979
|
type: ViewChild,
|
|
4980
4980
|
args: [ReplaceTagDirective]
|
|
4981
4981
|
}] }); })();
|
|
4982
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
4982
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2869 }); })();
|
|
4983
4983
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
4984
4984
|
constructor(changeDetectorRef, r, z) {
|
|
4985
4985
|
super();
|
|
@@ -5054,13 +5054,13 @@ export { KolSplitButton };
|
|
|
5054
5054
|
type: ViewChild,
|
|
5055
5055
|
args: [ReplaceTagDirective]
|
|
5056
5056
|
}] }); })();
|
|
5057
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5057
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2930 }); })();
|
|
5058
5058
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5059
5059
|
constructor(changeDetectorRef, r, z) {
|
|
5060
5060
|
super();
|
|
5061
5061
|
this.changeDetectorRef = changeDetectorRef;
|
|
5062
5062
|
this.z = z;
|
|
5063
|
-
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'];
|
|
5063
|
+
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection', '_variant'];
|
|
5064
5064
|
changeDetectorRef.detach();
|
|
5065
5065
|
const originalTagName = 'kol-table-stateful';
|
|
5066
5066
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5080,9 +5080,9 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5080
5080
|
} if (rf & 2) {
|
|
5081
5081
|
let _t;
|
|
5082
5082
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5083
|
-
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _fixedCols: "_fixedCols", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5083
|
+
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _fixedCols: "_fixedCols", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
5084
5084
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5085
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
|
|
5085
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection", "_variant", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection", "_variant"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
|
|
5086
5086
|
i0.ɵɵprojectionDef();
|
|
5087
5087
|
i0.ɵɵtemplate(0, KolTableStateful_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTableStateful_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTableStateful_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
5088
5088
|
} if (rf & 2) {
|
|
@@ -5091,7 +5091,7 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5091
5091
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5092
5092
|
KolTableStateful = __decorate([
|
|
5093
5093
|
ProxyCmp({
|
|
5094
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5094
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection', '_variant'],
|
|
5095
5095
|
methods: ['getSelection', 'resetSort']
|
|
5096
5096
|
})
|
|
5097
5097
|
], KolTableStateful);
|
|
@@ -5104,7 +5104,7 @@ export { KolTableStateful };
|
|
|
5104
5104
|
template: `
|
|
5105
5105
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5106
5106
|
<stencil-ng-proxy
|
|
5107
|
-
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_fixedCols]="_fixedCols" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection"
|
|
5107
|
+
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_fixedCols]="_fixedCols" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection" [_variant]="_variant"
|
|
5108
5108
|
*replaceTag="tagName"
|
|
5109
5109
|
#replaceTagHost
|
|
5110
5110
|
>
|
|
@@ -5120,7 +5120,7 @@ export { KolTableStateful };
|
|
|
5120
5120
|
<ng-content></ng-content>
|
|
5121
5121
|
</ng-template>`,
|
|
5122
5122
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5123
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5123
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection', '_variant'],
|
|
5124
5124
|
providers: [
|
|
5125
5125
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5126
5126
|
],
|
|
@@ -5129,13 +5129,13 @@ export { KolTableStateful };
|
|
|
5129
5129
|
type: ViewChild,
|
|
5130
5130
|
args: [ReplaceTagDirective]
|
|
5131
5131
|
}] }); })();
|
|
5132
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5132
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3006 }); })();
|
|
5133
5133
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5134
5134
|
constructor(changeDetectorRef, r, z) {
|
|
5135
5135
|
super();
|
|
5136
5136
|
this.changeDetectorRef = changeDetectorRef;
|
|
5137
5137
|
this.z = z;
|
|
5138
|
-
this.availableInputProperties = ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'];
|
|
5138
|
+
this.availableInputProperties = ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection', '_variant'];
|
|
5139
5139
|
changeDetectorRef.detach();
|
|
5140
5140
|
const originalTagName = 'kol-table-stateless';
|
|
5141
5141
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5155,9 +5155,9 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5155
5155
|
} if (rf & 2) {
|
|
5156
5156
|
let _t;
|
|
5157
5157
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5158
|
-
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _fixedCols: "_fixedCols", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _on: "_on", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5158
|
+
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _fixedCols: "_fixedCols", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _on: "_on", _selection: "_selection", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
5159
5159
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5160
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection", 4, "replaceTag"], [3, "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
|
|
5160
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection", "_variant", 4, "replaceTag"], [3, "_data", "_dataFoot", "_fixedCols", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection", "_variant"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
|
|
5161
5161
|
i0.ɵɵprojectionDef();
|
|
5162
5162
|
i0.ɵɵtemplate(0, KolTableStateless_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTableStateless_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTableStateless_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
5163
5163
|
} if (rf & 2) {
|
|
@@ -5166,7 +5166,7 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5166
5166
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5167
5167
|
KolTableStateless = __decorate([
|
|
5168
5168
|
ProxyCmp({
|
|
5169
|
-
inputs: ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection']
|
|
5169
|
+
inputs: ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection', '_variant']
|
|
5170
5170
|
})
|
|
5171
5171
|
], KolTableStateless);
|
|
5172
5172
|
export { KolTableStateless };
|
|
@@ -5178,7 +5178,7 @@ export { KolTableStateless };
|
|
|
5178
5178
|
template: `
|
|
5179
5179
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5180
5180
|
<stencil-ng-proxy
|
|
5181
|
-
[_data]="_data" [_dataFoot]="_dataFoot" [_fixedCols]="_fixedCols" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_on]="_on" [_selection]="_selection"
|
|
5181
|
+
[_data]="_data" [_dataFoot]="_dataFoot" [_fixedCols]="_fixedCols" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_on]="_on" [_selection]="_selection" [_variant]="_variant"
|
|
5182
5182
|
*replaceTag="tagName"
|
|
5183
5183
|
#replaceTagHost
|
|
5184
5184
|
>
|
|
@@ -5194,7 +5194,7 @@ export { KolTableStateless };
|
|
|
5194
5194
|
<ng-content></ng-content>
|
|
5195
5195
|
</ng-template>`,
|
|
5196
5196
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5197
|
-
inputs: ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'],
|
|
5197
|
+
inputs: ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection', '_variant'],
|
|
5198
5198
|
providers: [
|
|
5199
5199
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5200
5200
|
],
|
|
@@ -5203,7 +5203,7 @@ export { KolTableStateless };
|
|
|
5203
5203
|
type: ViewChild,
|
|
5204
5204
|
args: [ReplaceTagDirective]
|
|
5205
5205
|
}] }); })();
|
|
5206
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5206
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3075 }); })();
|
|
5207
5207
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5208
5208
|
constructor(changeDetectorRef, r, z) {
|
|
5209
5209
|
super();
|
|
@@ -5278,7 +5278,7 @@ export { KolTabs };
|
|
|
5278
5278
|
type: ViewChild,
|
|
5279
5279
|
args: [ReplaceTagDirective]
|
|
5280
5280
|
}] }); })();
|
|
5281
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5281
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3142 }); })();
|
|
5282
5282
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5283
5283
|
constructor(changeDetectorRef, r, z) {
|
|
5284
5284
|
super();
|
|
@@ -5353,7 +5353,7 @@ export { KolTextarea };
|
|
|
5353
5353
|
type: ViewChild,
|
|
5354
5354
|
args: [ReplaceTagDirective]
|
|
5355
5355
|
}] }); })();
|
|
5356
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5356
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3207 }); })();
|
|
5357
5357
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5358
5358
|
constructor(changeDetectorRef, r, z) {
|
|
5359
5359
|
super();
|
|
@@ -5428,7 +5428,7 @@ export { KolToolbar };
|
|
|
5428
5428
|
type: ViewChild,
|
|
5429
5429
|
args: [ReplaceTagDirective]
|
|
5430
5430
|
}] }); })();
|
|
5431
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5431
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3289 }); })();
|
|
5432
5432
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5433
5433
|
constructor(changeDetectorRef, r, z) {
|
|
5434
5434
|
super();
|
|
@@ -5503,7 +5503,7 @@ export { KolTree };
|
|
|
5503
5503
|
type: ViewChild,
|
|
5504
5504
|
args: [ReplaceTagDirective]
|
|
5505
5505
|
}] }); })();
|
|
5506
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5506
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3350 }); })();
|
|
5507
5507
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5508
5508
|
constructor(changeDetectorRef, r, z) {
|
|
5509
5509
|
super();
|
|
@@ -5578,7 +5578,7 @@ export { KolTreeItem };
|
|
|
5578
5578
|
type: ViewChild,
|
|
5579
5579
|
args: [ReplaceTagDirective]
|
|
5580
5580
|
}] }); })();
|
|
5581
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5581
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3409 }); })();
|
|
5582
5582
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5583
5583
|
constructor(changeDetectorRef, r, z) {
|
|
5584
5584
|
super();
|
|
@@ -5652,4 +5652,4 @@ export { KolVersion };
|
|
|
5652
5652
|
type: ViewChild,
|
|
5653
5653
|
args: [ReplaceTagDirective]
|
|
5654
5654
|
}] }); })();
|
|
5655
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5655
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3470 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -63,17 +63,16 @@
|
|
|
63
63
|
"rxjs": "7.8.2",
|
|
64
64
|
"typescript": "5.8.3",
|
|
65
65
|
"zone.js": "0.15.1",
|
|
66
|
-
"@public-ui/components": "4.1.
|
|
66
|
+
"@public-ui/components": "4.1.5-rc.1"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@angular/core": "
|
|
70
|
-
"@public-ui/components": "4.1.
|
|
69
|
+
"@angular/core": "19.x",
|
|
70
|
+
"@public-ui/components": "4.1.5-rc.1"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist"
|
|
74
74
|
],
|
|
75
75
|
"scripts": {
|
|
76
|
-
"clean": "lerna exec --stream -- git clean -f -d -X && git clean -f -d -X",
|
|
77
76
|
"build:cjs": "tsc -m commonjs --outDir cjs",
|
|
78
77
|
"build:clean": "rimraf cjs esm types umd",
|
|
79
78
|
"build:esm": "tsc -m esnext --outDir esm",
|