@public-ui/angular-v21 4.1.1-rc.1 → 4.1.1-rc.3
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 +5 -4
- package/dist/components.js +36 -36
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1138,7 +1138,6 @@ export declare interface KolSingleSelect extends Components.KolSingleSelect {
|
|
|
1138
1138
|
export declare class KolSkeleton extends StencilProxyComponent implements OnChanges {
|
|
1139
1139
|
private changeDetectorRef;
|
|
1140
1140
|
protected z: NgZone;
|
|
1141
|
-
_count: any;
|
|
1142
1141
|
_name: any;
|
|
1143
1142
|
protected el: HTMLElement;
|
|
1144
1143
|
availableInputProperties: string[];
|
|
@@ -1148,7 +1147,7 @@ export declare class KolSkeleton extends StencilProxyComponent implements OnChan
|
|
|
1148
1147
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1149
1148
|
ngOnChanges(): void;
|
|
1150
1149
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolSkeleton, never>;
|
|
1151
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolSkeleton, "kol-skeleton", never, { "
|
|
1150
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolSkeleton, "kol-skeleton", never, { "_name": { "alias": "_name"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1152
1151
|
}
|
|
1153
1152
|
export declare interface KolSkeleton extends Components.KolSkeleton {
|
|
1154
1153
|
/**
|
|
@@ -1234,6 +1233,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1234
1233
|
_allowmultisort: any;
|
|
1235
1234
|
_data: any;
|
|
1236
1235
|
_datafoot: any;
|
|
1236
|
+
_fixedcols: any;
|
|
1237
1237
|
_hassettingsmenu: any;
|
|
1238
1238
|
_headers: any;
|
|
1239
1239
|
_label: any;
|
|
@@ -1249,7 +1249,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
|
|
|
1249
1249
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1250
1250
|
ngOnChanges(): void;
|
|
1251
1251
|
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>;
|
|
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; }; "_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
1253
|
}
|
|
1254
1254
|
export declare interface KolTableStateful extends Components.KolTableStateful {
|
|
1255
1255
|
}
|
|
@@ -1258,6 +1258,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1258
1258
|
protected z: NgZone;
|
|
1259
1259
|
_data: any;
|
|
1260
1260
|
_datafoot: any;
|
|
1261
|
+
_fixedcols: any;
|
|
1261
1262
|
_hassettingsmenu: any;
|
|
1262
1263
|
_headercells: any;
|
|
1263
1264
|
_label: any;
|
|
@@ -1271,7 +1272,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
|
|
|
1271
1272
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1272
1273
|
ngOnChanges(): void;
|
|
1273
1274
|
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>;
|
|
1275
|
+
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
1276
|
}
|
|
1276
1277
|
export declare interface KolTableStateless extends Components.KolTableStateless {
|
|
1277
1278
|
}
|
package/dist/components.js
CHANGED
|
@@ -1566,13 +1566,13 @@ function KolSkeleton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (r
|
|
|
1566
1566
|
} if (rf & 2) {
|
|
1567
1567
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1568
1568
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1569
|
-
i0.ɵɵdomProperty("
|
|
1569
|
+
i0.ɵɵdomProperty("_name", ctx_r0._name);
|
|
1570
1570
|
i0.ɵɵadvance(2);
|
|
1571
1571
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1572
1572
|
} }
|
|
1573
1573
|
function KolSkeleton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1574
1574
|
i0.ɵɵdomElementContainerStart(0);
|
|
1575
|
-
i0.ɵɵdomTemplate(1, KolSkeleton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1575
|
+
i0.ɵɵdomTemplate(1, KolSkeleton_ng_container_0_stencil_ng_proxy_1_Template, 3, 2, "stencil-ng-proxy", 4);
|
|
1576
1576
|
i0.ɵɵdomElementContainerEnd();
|
|
1577
1577
|
} if (rf & 2) {
|
|
1578
1578
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -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();
|
|
@@ -5274,7 +5274,7 @@ let KolSkeleton = class KolSkeleton extends StencilProxyComponent {
|
|
|
5274
5274
|
super();
|
|
5275
5275
|
this.changeDetectorRef = changeDetectorRef;
|
|
5276
5276
|
this.z = z;
|
|
5277
|
-
this.availableInputProperties = ['
|
|
5277
|
+
this.availableInputProperties = ['_name'];
|
|
5278
5278
|
changeDetectorRef.detach();
|
|
5279
5279
|
const originalTagName = 'kol-skeleton';
|
|
5280
5280
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -5295,9 +5295,9 @@ KolSkeleton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkeleton, se
|
|
|
5295
5295
|
} if (rf & 2) {
|
|
5296
5296
|
let _t;
|
|
5297
5297
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
5298
|
-
} }, inputs: {
|
|
5298
|
+
} }, inputs: { _name: "_name" }, features: [i0.ɵɵProvidersFeature([
|
|
5299
5299
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSkeleton) }
|
|
5300
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "
|
|
5300
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_name", 4, "replaceTag"], [3, "_name"], [4, "ngTemplateOutlet"]], template: function KolSkeleton_Template(rf, ctx) { if (rf & 1) {
|
|
5301
5301
|
i0.ɵɵprojectionDef();
|
|
5302
5302
|
i0.ɵɵdomTemplate(0, KolSkeleton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSkeleton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSkeleton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
5303
5303
|
} if (rf & 2) {
|
|
@@ -5306,7 +5306,7 @@ KolSkeleton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkeleton, se
|
|
|
5306
5306
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
5307
5307
|
KolSkeleton = __decorate([
|
|
5308
5308
|
ProxyCmp({
|
|
5309
|
-
inputs: ['
|
|
5309
|
+
inputs: ['_name'],
|
|
5310
5310
|
methods: ['focus', 'toggle']
|
|
5311
5311
|
})
|
|
5312
5312
|
], KolSkeleton);
|
|
@@ -5319,7 +5319,7 @@ export { KolSkeleton };
|
|
|
5319
5319
|
template: `
|
|
5320
5320
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
5321
5321
|
<stencil-ng-proxy
|
|
5322
|
-
[
|
|
5322
|
+
[_name]="_name"
|
|
5323
5323
|
*replaceTag="tagName"
|
|
5324
5324
|
#replaceTagHost
|
|
5325
5325
|
>
|
|
@@ -5335,7 +5335,7 @@ export { KolSkeleton };
|
|
|
5335
5335
|
<ng-content></ng-content>
|
|
5336
5336
|
</ng-template>`,
|
|
5337
5337
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5338
|
-
inputs: ['
|
|
5338
|
+
inputs: ['_name'],
|
|
5339
5339
|
providers: [
|
|
5340
5340
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSkeleton) }
|
|
5341
5341
|
],
|
|
@@ -5419,7 +5419,7 @@ export { KolSkipNav };
|
|
|
5419
5419
|
type: ViewChild,
|
|
5420
5420
|
args: [ReplaceTagDirective]
|
|
5421
5421
|
}] }); })();
|
|
5422
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
5422
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 3081 }); })();
|
|
5423
5423
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
5424
5424
|
constructor(changeDetectorRef, r, z) {
|
|
5425
5425
|
super();
|
|
@@ -5493,7 +5493,7 @@ export { KolSpin };
|
|
|
5493
5493
|
type: ViewChild,
|
|
5494
5494
|
args: [ReplaceTagDirective]
|
|
5495
5495
|
}] }); })();
|
|
5496
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5496
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 3140 }); })();
|
|
5497
5497
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5498
5498
|
constructor(changeDetectorRef, r, z) {
|
|
5499
5499
|
super();
|
|
@@ -5568,13 +5568,13 @@ export { KolSplitButton };
|
|
|
5568
5568
|
type: ViewChild,
|
|
5569
5569
|
args: [ReplaceTagDirective]
|
|
5570
5570
|
}] }); })();
|
|
5571
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5571
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3201 }); })();
|
|
5572
5572
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5573
5573
|
constructor(changeDetectorRef, r, z) {
|
|
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
|
],
|
|
@@ -5643,13 +5643,13 @@ export { KolTableStateful };
|
|
|
5643
5643
|
type: ViewChild,
|
|
5644
5644
|
args: [ReplaceTagDirective]
|
|
5645
5645
|
}] }); })();
|
|
5646
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5646
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3277 }); })();
|
|
5647
5647
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5648
5648
|
constructor(changeDetectorRef, r, z) {
|
|
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
|
],
|
|
@@ -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: 3410 }); })();
|
|
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: 3475 }); })();
|
|
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: 3556 }); })();
|
|
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: 3614 }); })();
|
|
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: 3674 }); })();
|
|
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: 3733 }); })();
|
|
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: 3795 }); })();
|
|
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: 3856 }); })();
|
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.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -63,11 +63,11 @@
|
|
|
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.3"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@angular/core": "^21.2.1",
|
|
70
|
-
"@public-ui/components": "4.1.1-rc.
|
|
70
|
+
"@public-ui/components": "4.1.1-rc.3"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist"
|