@public-ui/angular-v21 4.1.1-rc.0 → 4.1.1-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +4 -2
- package/dist/components.js +25 -25
- package/package.json +8 -8
package/dist/components.d.ts
CHANGED
|
@@ -1234,6 +1234,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1234
1234
|
_allowmultisort: any;
|
|
1235
1235
|
_data: any;
|
|
1236
1236
|
_datafoot: any;
|
|
1237
|
+
_fixedcols: any;
|
|
1237
1238
|
_hassettingsmenu: any;
|
|
1238
1239
|
_headers: any;
|
|
1239
1240
|
_label: any;
|
|
@@ -1249,7 +1250,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1249
1250
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1250
1251
|
ngOnChanges(): void;
|
|
1251
1252
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateful, never>;
|
|
1252
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "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>;
|
|
1253
|
+
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>;
|
|
1253
1254
|
}
|
|
1254
1255
|
export declare interface KolTableStateful extends Components.KolTableStateful {
|
|
1255
1256
|
}
|
|
@@ -1258,6 +1259,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1258
1259
|
protected z: NgZone;
|
|
1259
1260
|
_data: any;
|
|
1260
1261
|
_datafoot: any;
|
|
1262
|
+
_fixedcols: any;
|
|
1261
1263
|
_hassettingsmenu: any;
|
|
1262
1264
|
_headercells: any;
|
|
1263
1265
|
_label: any;
|
|
@@ -1271,7 +1273,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1271
1273
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1272
1274
|
ngOnChanges(): void;
|
|
1273
1275
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateless, never>;
|
|
1274
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "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>;
|
|
1276
|
+
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>;
|
|
1275
1277
|
}
|
|
1276
1278
|
export declare interface KolTableStateless extends Components.KolTableStateless {
|
|
1277
1279
|
}
|
package/dist/components.js
CHANGED
|
@@ -1710,13 +1710,13 @@ function KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1710
1710
|
} if (rf & 2) {
|
|
1711
1711
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1712
1712
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1713
|
-
i0.ɵɵdomProperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_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);
|
|
1713
|
+
i0.ɵɵdomProperty("_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);
|
|
1714
1714
|
i0.ɵɵadvance(2);
|
|
1715
1715
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1716
1716
|
} }
|
|
1717
1717
|
function KolTableStateful_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1718
1718
|
i0.ɵɵdomElementContainerStart(0);
|
|
1719
|
-
i0.ɵɵdomTemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1719
|
+
i0.ɵɵdomTemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3, 12, "stencil-ng-proxy", 4);
|
|
1720
1720
|
i0.ɵɵdomElementContainerEnd();
|
|
1721
1721
|
} if (rf & 2) {
|
|
1722
1722
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -1746,13 +1746,13 @@ function KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
|
|
|
1746
1746
|
} if (rf & 2) {
|
|
1747
1747
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1748
1748
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1749
|
-
i0.ɵɵdomProperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_on", ctx_r0._on)("_selection", ctx_r0._selection);
|
|
1749
|
+
i0.ɵɵdomProperty("_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);
|
|
1750
1750
|
i0.ɵɵadvance(2);
|
|
1751
1751
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1752
1752
|
} }
|
|
1753
1753
|
function KolTableStateless_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1754
1754
|
i0.ɵɵdomElementContainerStart(0);
|
|
1755
|
-
i0.ɵɵdomTemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1755
|
+
i0.ɵɵdomTemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3, 9, "stencil-ng-proxy", 4);
|
|
1756
1756
|
i0.ɵɵdomElementContainerEnd();
|
|
1757
1757
|
} if (rf & 2) {
|
|
1758
1758
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -5574,7 +5574,7 @@ let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
|
5574
5574
|
super();
|
|
5575
5575
|
this.changeDetectorRef = changeDetectorRef;
|
|
5576
5576
|
this.z = z;
|
|
5577
|
-
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'];
|
|
5577
|
+
this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'];
|
|
5578
5578
|
changeDetectorRef.detach();
|
|
5579
5579
|
const originalTagName = 'kol-table-stateful';
|
|
5580
5580
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5594,9 +5594,9 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5594
5594
|
} if (rf & 2) {
|
|
5595
5595
|
let _t;
|
|
5596
5596
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5597
|
-
} }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5597
|
+
} }, 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([
|
|
5598
5598
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5599
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_on", "_pagination", "_paginationPosition", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
|
|
5599
|
+
]), 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) {
|
|
5600
5600
|
i0.ɵɵprojectionDef();
|
|
5601
5601
|
i0.ɵɵdomTemplate(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);
|
|
5602
5602
|
} if (rf & 2) {
|
|
@@ -5605,7 +5605,7 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
|
|
|
5605
5605
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5606
5606
|
KolTableStateful = __decorate([
|
|
5607
5607
|
ProxyCmp({
|
|
5608
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5608
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5609
5609
|
methods: ['getSelection']
|
|
5610
5610
|
})
|
|
5611
5611
|
], KolTableStateful);
|
|
@@ -5618,7 +5618,7 @@ export { KolTableStateful };
|
|
|
5618
5618
|
template: `
|
|
5619
5619
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5620
5620
|
<stencil-ng-proxy
|
|
5621
|
-
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection"
|
|
5621
|
+
[_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_fixedCols]="_fixedCols" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection"
|
|
5622
5622
|
*replaceTag="tagName"
|
|
5623
5623
|
#replaceTagHost
|
|
5624
5624
|
>
|
|
@@ -5634,7 +5634,7 @@ export { KolTableStateful };
|
|
|
5634
5634
|
<ng-content></ng-content>
|
|
5635
5635
|
</ng-template>`,
|
|
5636
5636
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5637
|
-
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5637
|
+
inputs: ['_allowMultiSort', '_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headers', '_label', '_on', '_pagination', '_paginationPosition', '_selection'],
|
|
5638
5638
|
providers: [
|
|
5639
5639
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
|
|
5640
5640
|
],
|
|
@@ -5649,7 +5649,7 @@ let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
|
5649
5649
|
super();
|
|
5650
5650
|
this.changeDetectorRef = changeDetectorRef;
|
|
5651
5651
|
this.z = z;
|
|
5652
|
-
this.availableInputProperties = ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'];
|
|
5652
|
+
this.availableInputProperties = ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'];
|
|
5653
5653
|
changeDetectorRef.detach();
|
|
5654
5654
|
const originalTagName = 'kol-table-stateless';
|
|
5655
5655
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5669,9 +5669,9 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5669
5669
|
} if (rf & 2) {
|
|
5670
5670
|
let _t;
|
|
5671
5671
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5672
|
-
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _on: "_on", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5672
|
+
} }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _fixedCols: "_fixedCols", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _on: "_on", _selection: "_selection" }, features: [i0.ɵɵProvidersFeature([
|
|
5673
5673
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5674
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection", 4, "replaceTag"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_on", "_selection"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
|
|
5674
|
+
]), 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) {
|
|
5675
5675
|
i0.ɵɵprojectionDef();
|
|
5676
5676
|
i0.ɵɵdomTemplate(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);
|
|
5677
5677
|
} if (rf & 2) {
|
|
@@ -5680,7 +5680,7 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
|
|
|
5680
5680
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5681
5681
|
KolTableStateless = __decorate([
|
|
5682
5682
|
ProxyCmp({
|
|
5683
|
-
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection']
|
|
5683
|
+
inputs: ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection']
|
|
5684
5684
|
})
|
|
5685
5685
|
], KolTableStateless);
|
|
5686
5686
|
export { KolTableStateless };
|
|
@@ -5692,7 +5692,7 @@ export { KolTableStateless };
|
|
|
5692
5692
|
template: `
|
|
5693
5693
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5694
5694
|
<stencil-ng-proxy
|
|
5695
|
-
[_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_on]="_on" [_selection]="_selection"
|
|
5695
|
+
[_data]="_data" [_dataFoot]="_dataFoot" [_fixedCols]="_fixedCols" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_on]="_on" [_selection]="_selection"
|
|
5696
5696
|
*replaceTag="tagName"
|
|
5697
5697
|
#replaceTagHost
|
|
5698
5698
|
>
|
|
@@ -5708,7 +5708,7 @@ export { KolTableStateless };
|
|
|
5708
5708
|
<ng-content></ng-content>
|
|
5709
5709
|
</ng-template>`,
|
|
5710
5710
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5711
|
-
inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'],
|
|
5711
|
+
inputs: ['_data', '_dataFoot', '_fixedCols', '_hasSettingsMenu', '_headerCells', '_label', '_on', '_selection'],
|
|
5712
5712
|
providers: [
|
|
5713
5713
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
|
|
5714
5714
|
],
|
|
@@ -5717,7 +5717,7 @@ export { KolTableStateless };
|
|
|
5717
5717
|
type: ViewChild,
|
|
5718
5718
|
args: [ReplaceTagDirective]
|
|
5719
5719
|
}] }); })();
|
|
5720
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5720
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3346 }); })();
|
|
5721
5721
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5722
5722
|
constructor(changeDetectorRef, r, z) {
|
|
5723
5723
|
super();
|
|
@@ -5791,7 +5791,7 @@ export { KolTabs };
|
|
|
5791
5791
|
type: ViewChild,
|
|
5792
5792
|
args: [ReplaceTagDirective]
|
|
5793
5793
|
}] }); })();
|
|
5794
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5794
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3411 }); })();
|
|
5795
5795
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5796
5796
|
constructor(changeDetectorRef, r, z) {
|
|
5797
5797
|
super();
|
|
@@ -5866,7 +5866,7 @@ export { KolTextarea };
|
|
|
5866
5866
|
type: ViewChild,
|
|
5867
5867
|
args: [ReplaceTagDirective]
|
|
5868
5868
|
}] }); })();
|
|
5869
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5869
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3476 }); })();
|
|
5870
5870
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5871
5871
|
constructor(changeDetectorRef, r, z) {
|
|
5872
5872
|
super();
|
|
@@ -5940,7 +5940,7 @@ export { KolToastContainer };
|
|
|
5940
5940
|
type: ViewChild,
|
|
5941
5941
|
args: [ReplaceTagDirective]
|
|
5942
5942
|
}] }); })();
|
|
5943
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5943
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3557 }); })();
|
|
5944
5944
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5945
5945
|
constructor(changeDetectorRef, r, z) {
|
|
5946
5946
|
super();
|
|
@@ -6014,7 +6014,7 @@ export { KolToolbar };
|
|
|
6014
6014
|
type: ViewChild,
|
|
6015
6015
|
args: [ReplaceTagDirective]
|
|
6016
6016
|
}] }); })();
|
|
6017
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
6017
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3615 }); })();
|
|
6018
6018
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
6019
6019
|
constructor(changeDetectorRef, r, z) {
|
|
6020
6020
|
super();
|
|
@@ -6088,7 +6088,7 @@ export { KolTree };
|
|
|
6088
6088
|
type: ViewChild,
|
|
6089
6089
|
args: [ReplaceTagDirective]
|
|
6090
6090
|
}] }); })();
|
|
6091
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
6091
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3675 }); })();
|
|
6092
6092
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
6093
6093
|
constructor(changeDetectorRef, r, z) {
|
|
6094
6094
|
super();
|
|
@@ -6163,7 +6163,7 @@ export { KolTreeItem };
|
|
|
6163
6163
|
type: ViewChild,
|
|
6164
6164
|
args: [ReplaceTagDirective]
|
|
6165
6165
|
}] }); })();
|
|
6166
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
6166
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3734 }); })();
|
|
6167
6167
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
6168
6168
|
constructor(changeDetectorRef, r, z) {
|
|
6169
6169
|
super();
|
|
@@ -6238,7 +6238,7 @@ export { KolTreeItemWc };
|
|
|
6238
6238
|
type: ViewChild,
|
|
6239
6239
|
args: [ReplaceTagDirective]
|
|
6240
6240
|
}] }); })();
|
|
6241
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
6241
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3796 }); })();
|
|
6242
6242
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
6243
6243
|
constructor(changeDetectorRef, r, z) {
|
|
6244
6244
|
super();
|
|
@@ -6312,4 +6312,4 @@ export { KolVersion };
|
|
|
6312
6312
|
type: ViewChild,
|
|
6313
6313
|
args: [ReplaceTagDirective]
|
|
6314
6314
|
}] }); })();
|
|
6315
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
6315
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3857 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v21",
|
|
3
|
-
"version": "4.1.1-rc.
|
|
3
|
+
"version": "4.1.1-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"import": "./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@angular/common": "21.2.
|
|
58
|
-
"@angular/compiler": "21.2.
|
|
59
|
-
"@angular/compiler-cli": "21.2.
|
|
60
|
-
"@angular/core": "21.2.
|
|
57
|
+
"@angular/common": "21.2.1",
|
|
58
|
+
"@angular/compiler": "21.2.1",
|
|
59
|
+
"@angular/compiler-cli": "21.2.1",
|
|
60
|
+
"@angular/core": "21.2.1",
|
|
61
61
|
"minimatch": "10.2.4",
|
|
62
62
|
"rimraf": "6.1.3",
|
|
63
63
|
"rxjs": "7.8.2",
|
|
64
64
|
"typescript": "5.9.3",
|
|
65
65
|
"zone.js": "0.16.1",
|
|
66
|
-
"@public-ui/components": "4.1.1-rc.
|
|
66
|
+
"@public-ui/components": "4.1.1-rc.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@angular/core": "^21.2.
|
|
70
|
-
"@public-ui/components": "4.1.1-rc.
|
|
69
|
+
"@angular/core": "^21.2.1",
|
|
70
|
+
"@public-ui/components": "4.1.1-rc.2"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist"
|