@public-ui/angular-v19 3.0.2-rc.0 → 3.0.2-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 +30 -1
- package/dist/components.js +138 -28
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -874,6 +874,32 @@ export declare class KolPagination extends StencilProxyComponent implements OnCh
|
|
|
874
874
|
}
|
|
875
875
|
export declare interface KolPagination extends Components.KolPagination {
|
|
876
876
|
}
|
|
877
|
+
export declare class KolPaginationWc extends StencilProxyComponent implements OnChanges {
|
|
878
|
+
private changeDetectorRef;
|
|
879
|
+
protected z: NgZone;
|
|
880
|
+
_boundarycount: any;
|
|
881
|
+
_customclass: any;
|
|
882
|
+
_hasbuttons: any;
|
|
883
|
+
_label: any;
|
|
884
|
+
_max: any;
|
|
885
|
+
_on: any;
|
|
886
|
+
_page: any;
|
|
887
|
+
_pagesize: any;
|
|
888
|
+
_pagesizeoptions: any;
|
|
889
|
+
_siblingcount: any;
|
|
890
|
+
_tooltipalign: any;
|
|
891
|
+
protected el: HTMLElement;
|
|
892
|
+
availableInputProperties: string[];
|
|
893
|
+
hasTagNameTransformer: boolean;
|
|
894
|
+
tagName: string;
|
|
895
|
+
replaceTagDirective: ReplaceTagDirective;
|
|
896
|
+
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
897
|
+
ngOnChanges(): void;
|
|
898
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KolPaginationWc, never>;
|
|
899
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolPaginationWc, "kol-pagination-wc", never, { "_boundaryCount": { "alias": "_boundaryCount"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_hasButtons": { "alias": "_hasButtons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_max": { "alias": "_max"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_page": { "alias": "_page"; "required": false; }; "_pageSize": { "alias": "_pageSize"; "required": false; }; "_pageSizeOptions": { "alias": "_pageSizeOptions"; "required": false; }; "_siblingCount": { "alias": "_siblingCount"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
900
|
+
}
|
|
901
|
+
export declare interface KolPaginationWc extends Components.KolPaginationWc {
|
|
902
|
+
}
|
|
877
903
|
export declare class KolPopoverButton extends StencilProxyComponent implements OnChanges {
|
|
878
904
|
private changeDetectorRef;
|
|
879
905
|
protected z: NgZone;
|
|
@@ -1090,7 +1116,9 @@ export declare interface KolSpin extends Components.KolSpin {
|
|
|
1090
1116
|
export declare class KolSplitButton extends StencilProxyComponent implements OnChanges {
|
|
1091
1117
|
private changeDetectorRef;
|
|
1092
1118
|
protected z: NgZone;
|
|
1119
|
+
_accesskey: any;
|
|
1093
1120
|
_ariacontrols: any;
|
|
1121
|
+
_ariadescription: any;
|
|
1094
1122
|
_ariaexpanded: any;
|
|
1095
1123
|
_ariaselected: any;
|
|
1096
1124
|
_customclass: any;
|
|
@@ -1102,6 +1130,7 @@ export declare class KolSplitButton extends StencilProxyComponent implements OnC
|
|
|
1102
1130
|
_name: any;
|
|
1103
1131
|
_on: any;
|
|
1104
1132
|
_role: any;
|
|
1133
|
+
_shortkey: any;
|
|
1105
1134
|
_tooltipalign: any;
|
|
1106
1135
|
_type: any;
|
|
1107
1136
|
_value: any;
|
|
@@ -1114,7 +1143,7 @@ export declare class KolSplitButton extends StencilProxyComponent implements OnC
|
|
|
1114
1143
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1115
1144
|
ngOnChanges(): void;
|
|
1116
1145
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolSplitButton, never>;
|
|
1117
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolSplitButton, "kol-split-button", never, { "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolSplitButton, "kol-split-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1118
1147
|
}
|
|
1119
1148
|
export declare interface KolSplitButton extends Components.KolSplitButton {
|
|
1120
1149
|
}
|
package/dist/components.js
CHANGED
|
@@ -1196,6 +1196,42 @@ function KolPagination_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
1196
1196
|
function KolPagination_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1197
1197
|
i0.ɵɵprojection(0);
|
|
1198
1198
|
} }
|
|
1199
|
+
function KolPaginationWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
1200
|
+
i0.ɵɵelementContainer(0);
|
|
1201
|
+
} }
|
|
1202
|
+
function KolPaginationWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
|
|
1203
|
+
i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
|
|
1204
|
+
i0.ɵɵtemplate(2, KolPaginationWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
|
|
1205
|
+
i0.ɵɵelementEnd();
|
|
1206
|
+
} if (rf & 2) {
|
|
1207
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1208
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1209
|
+
i0.ɵɵproperty("_boundaryCount", ctx_r0._boundaryCount)("_customClass", ctx_r0._customClass)("_hasButtons", ctx_r0._hasButtons)("_label", ctx_r0._label)("_max", ctx_r0._max)("_on", ctx_r0._on)("_page", ctx_r0._page)("_pageSize", ctx_r0._pageSize)("_pageSizeOptions", ctx_r0._pageSizeOptions)("_siblingCount", ctx_r0._siblingCount)("_tooltipAlign", ctx_r0._tooltipAlign);
|
|
1210
|
+
i0.ɵɵadvance(2);
|
|
1211
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1212
|
+
} }
|
|
1213
|
+
function KolPaginationWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1214
|
+
i0.ɵɵelementContainerStart(0);
|
|
1215
|
+
i0.ɵɵtemplate(1, KolPaginationWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 12, "stencil-ng-proxy", 4);
|
|
1216
|
+
i0.ɵɵelementContainerEnd();
|
|
1217
|
+
} if (rf & 2) {
|
|
1218
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
1219
|
+
i0.ɵɵadvance();
|
|
1220
|
+
i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
|
|
1221
|
+
} }
|
|
1222
|
+
function KolPaginationWc_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1223
|
+
i0.ɵɵelementContainer(0);
|
|
1224
|
+
} }
|
|
1225
|
+
function KolPaginationWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
1226
|
+
i0.ɵɵtemplate(0, KolPaginationWc_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
|
|
1227
|
+
} if (rf & 2) {
|
|
1228
|
+
i0.ɵɵnextContext();
|
|
1229
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1230
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1231
|
+
} }
|
|
1232
|
+
function KolPaginationWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1233
|
+
i0.ɵɵprojection(0);
|
|
1234
|
+
} }
|
|
1199
1235
|
function KolPopoverButton_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
1200
1236
|
i0.ɵɵelementContainer(0);
|
|
1201
1237
|
} }
|
|
@@ -1494,13 +1530,13 @@ function KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
|
|
|
1494
1530
|
} if (rf & 2) {
|
|
1495
1531
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1496
1532
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1497
|
-
i0.ɵɵproperty("_ariaControls", ctx_r0._ariaControls)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1533
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1498
1534
|
i0.ɵɵadvance(2);
|
|
1499
1535
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1500
1536
|
} }
|
|
1501
1537
|
function KolSplitButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1502
1538
|
i0.ɵɵelementContainerStart(0);
|
|
1503
|
-
i0.ɵɵtemplate(1, KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1539
|
+
i0.ɵɵtemplate(1, KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 20, "stencil-ng-proxy", 4);
|
|
1504
1540
|
i0.ɵɵelementContainerEnd();
|
|
1505
1541
|
} if (rf & 2) {
|
|
1506
1542
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -4341,6 +4377,80 @@ export { KolPagination };
|
|
|
4341
4377
|
args: [ReplaceTagDirective]
|
|
4342
4378
|
}] }); })();
|
|
4343
4379
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2254 }); })();
|
|
4380
|
+
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4381
|
+
constructor(changeDetectorRef, r, z) {
|
|
4382
|
+
super();
|
|
4383
|
+
this.changeDetectorRef = changeDetectorRef;
|
|
4384
|
+
this.z = z;
|
|
4385
|
+
this.availableInputProperties = ['_boundaryCount', '_customClass', '_hasButtons', '_label', '_max', '_on', '_page', '_pageSize', '_pageSizeOptions', '_siblingCount', '_tooltipAlign'];
|
|
4386
|
+
changeDetectorRef.detach();
|
|
4387
|
+
const originalTagName = 'kol-pagination-wc';
|
|
4388
|
+
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
4389
|
+
this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
|
|
4390
|
+
this.el = r.nativeElement;
|
|
4391
|
+
}
|
|
4392
|
+
ngOnChanges() {
|
|
4393
|
+
if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
|
|
4394
|
+
this.replaceTagDirective.handlePropertyChanges();
|
|
4395
|
+
}
|
|
4396
|
+
this.changeDetectorRef.detectChanges();
|
|
4397
|
+
}
|
|
4398
|
+
};
|
|
4399
|
+
KolPaginationWc.ɵfac = function KolPaginationWc_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolPaginationWc)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
4400
|
+
KolPaginationWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPaginationWc, selectors: [["kol-pagination-wc"]], viewQuery: function KolPaginationWc_Query(rf, ctx) { if (rf & 1) {
|
|
4401
|
+
i0.ɵɵviewQuery(ReplaceTagDirective, 5);
|
|
4402
|
+
} if (rf & 2) {
|
|
4403
|
+
let _t;
|
|
4404
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4405
|
+
} }, inputs: { _boundaryCount: "_boundaryCount", _customClass: "_customClass", _hasButtons: "_hasButtons", _label: "_label", _max: "_max", _on: "_on", _page: "_page", _pageSize: "_pageSize", _pageSizeOptions: "_pageSizeOptions", _siblingCount: "_siblingCount", _tooltipAlign: "_tooltipAlign" }, features: [i0.ɵɵProvidersFeature([
|
|
4406
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPaginationWc) }
|
|
4407
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_boundaryCount", "_customClass", "_hasButtons", "_label", "_max", "_on", "_page", "_pageSize", "_pageSizeOptions", "_siblingCount", "_tooltipAlign", 4, "replaceTag"], [3, "_boundaryCount", "_customClass", "_hasButtons", "_label", "_max", "_on", "_page", "_pageSize", "_pageSizeOptions", "_siblingCount", "_tooltipAlign"], [4, "ngTemplateOutlet"]], template: function KolPaginationWc_Template(rf, ctx) { if (rf & 1) {
|
|
4408
|
+
i0.ɵɵprojectionDef();
|
|
4409
|
+
i0.ɵɵtemplate(0, KolPaginationWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPaginationWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPaginationWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4410
|
+
} if (rf & 2) {
|
|
4411
|
+
const defaultCase_r3 = i0.ɵɵreference(2);
|
|
4412
|
+
i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
|
|
4413
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
4414
|
+
KolPaginationWc = __decorate([
|
|
4415
|
+
ProxyCmp({
|
|
4416
|
+
inputs: ['_boundaryCount', '_customClass', '_hasButtons', '_label', '_max', '_on', '_page', '_pageSize', '_pageSizeOptions', '_siblingCount', '_tooltipAlign']
|
|
4417
|
+
})
|
|
4418
|
+
], KolPaginationWc);
|
|
4419
|
+
export { KolPaginationWc };
|
|
4420
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolPaginationWc, [{
|
|
4421
|
+
type: Component,
|
|
4422
|
+
args: [{
|
|
4423
|
+
selector: 'kol-pagination-wc',
|
|
4424
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4425
|
+
template: `
|
|
4426
|
+
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4427
|
+
<stencil-ng-proxy
|
|
4428
|
+
[_boundaryCount]="_boundaryCount" [_customClass]="_customClass" [_hasButtons]="_hasButtons" [_label]="_label" [_max]="_max" [_on]="_on" [_page]="_page" [_pageSize]="_pageSize" [_pageSizeOptions]="_pageSizeOptions" [_siblingCount]="_siblingCount" [_tooltipAlign]="_tooltipAlign"
|
|
4429
|
+
*replaceTag="tagName"
|
|
4430
|
+
#replaceTagHost
|
|
4431
|
+
>
|
|
4432
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
4433
|
+
</stencil-ng-proxy>
|
|
4434
|
+
</ng-container>
|
|
4435
|
+
|
|
4436
|
+
<ng-template #defaultCase>
|
|
4437
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
4438
|
+
</ng-template>
|
|
4439
|
+
|
|
4440
|
+
<ng-template #ngContentOutlet>
|
|
4441
|
+
<ng-content></ng-content>
|
|
4442
|
+
</ng-template>`,
|
|
4443
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4444
|
+
inputs: ['_boundaryCount', '_customClass', '_hasButtons', '_label', '_max', '_on', '_page', '_pageSize', '_pageSizeOptions', '_siblingCount', '_tooltipAlign'],
|
|
4445
|
+
providers: [
|
|
4446
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPaginationWc) }
|
|
4447
|
+
],
|
|
4448
|
+
}]
|
|
4449
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
|
|
4450
|
+
type: ViewChild,
|
|
4451
|
+
args: [ReplaceTagDirective]
|
|
4452
|
+
}] }); })();
|
|
4453
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2322 }); })();
|
|
4344
4454
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4345
4455
|
constructor(changeDetectorRef, r, z) {
|
|
4346
4456
|
super();
|
|
@@ -4415,7 +4525,7 @@ export { KolPopoverButton };
|
|
|
4415
4525
|
type: ViewChild,
|
|
4416
4526
|
args: [ReplaceTagDirective]
|
|
4417
4527
|
}] }); })();
|
|
4418
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4528
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2391 }); })();
|
|
4419
4529
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4420
4530
|
constructor(changeDetectorRef, r, z) {
|
|
4421
4531
|
super();
|
|
@@ -4490,7 +4600,7 @@ export { KolPopoverButtonWc };
|
|
|
4490
4600
|
type: ViewChild,
|
|
4491
4601
|
args: [ReplaceTagDirective]
|
|
4492
4602
|
}] }); })();
|
|
4493
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4603
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2469 }); })();
|
|
4494
4604
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4495
4605
|
constructor(changeDetectorRef, r, z) {
|
|
4496
4606
|
super();
|
|
@@ -4564,7 +4674,7 @@ export { KolProgress };
|
|
|
4564
4674
|
type: ViewChild,
|
|
4565
4675
|
args: [ReplaceTagDirective]
|
|
4566
4676
|
}] }); })();
|
|
4567
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4677
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2546 }); })();
|
|
4568
4678
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4569
4679
|
constructor(changeDetectorRef, r, z) {
|
|
4570
4680
|
super();
|
|
@@ -4638,7 +4748,7 @@ export { KolQuote };
|
|
|
4638
4748
|
type: ViewChild,
|
|
4639
4749
|
args: [ReplaceTagDirective]
|
|
4640
4750
|
}] }); })();
|
|
4641
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4751
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2608 }); })();
|
|
4642
4752
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4643
4753
|
constructor(changeDetectorRef, r, z) {
|
|
4644
4754
|
super();
|
|
@@ -4713,7 +4823,7 @@ export { KolSelect };
|
|
|
4713
4823
|
type: ViewChild,
|
|
4714
4824
|
args: [ReplaceTagDirective]
|
|
4715
4825
|
}] }); })();
|
|
4716
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4826
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2670 }); })();
|
|
4717
4827
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4718
4828
|
constructor(changeDetectorRef, r, z) {
|
|
4719
4829
|
super();
|
|
@@ -4788,7 +4898,7 @@ export { KolSingleSelect };
|
|
|
4788
4898
|
type: ViewChild,
|
|
4789
4899
|
args: [ReplaceTagDirective]
|
|
4790
4900
|
}] }); })();
|
|
4791
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4901
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2748 }); })();
|
|
4792
4902
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4793
4903
|
constructor(changeDetectorRef, r, z) {
|
|
4794
4904
|
super();
|
|
@@ -4862,7 +4972,7 @@ export { KolSkipNav };
|
|
|
4862
4972
|
type: ViewChild,
|
|
4863
4973
|
args: [ReplaceTagDirective]
|
|
4864
4974
|
}] }); })();
|
|
4865
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4975
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2825 }); })();
|
|
4866
4976
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4867
4977
|
constructor(changeDetectorRef, r, z) {
|
|
4868
4978
|
super();
|
|
@@ -4936,13 +5046,13 @@ export { KolSpin };
|
|
|
4936
5046
|
type: ViewChild,
|
|
4937
5047
|
args: [ReplaceTagDirective]
|
|
4938
5048
|
}] }); })();
|
|
4939
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5049
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2884 }); })();
|
|
4940
5050
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
4941
5051
|
constructor(changeDetectorRef, r, z) {
|
|
4942
5052
|
super();
|
|
4943
5053
|
this.changeDetectorRef = changeDetectorRef;
|
|
4944
5054
|
this.z = z;
|
|
4945
|
-
this.availableInputProperties = ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
5055
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4946
5056
|
changeDetectorRef.detach();
|
|
4947
5057
|
const originalTagName = 'kol-split-button';
|
|
4948
5058
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4962,9 +5072,9 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
|
|
|
4962
5072
|
} if (rf & 2) {
|
|
4963
5073
|
let _t;
|
|
4964
5074
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4965
|
-
} }, inputs: { _ariaControls: "_ariaControls", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
5075
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _shortKey: "_shortKey", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4966
5076
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSplitButton) }
|
|
4967
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_ariaControls", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_ariaControls", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSplitButton_Template(rf, ctx) { if (rf & 1) {
|
|
5077
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_shortKey", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSplitButton_Template(rf, ctx) { if (rf & 1) {
|
|
4968
5078
|
i0.ɵɵprojectionDef();
|
|
4969
5079
|
i0.ɵɵtemplate(0, KolSplitButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSplitButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSplitButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4970
5080
|
} if (rf & 2) {
|
|
@@ -4973,8 +5083,8 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
|
|
|
4973
5083
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4974
5084
|
KolSplitButton = __decorate([
|
|
4975
5085
|
ProxyCmp({
|
|
4976
|
-
inputs: ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4977
|
-
methods: ['closePopup']
|
|
5086
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
5087
|
+
methods: ['getValue', 'kolFocus', 'closePopup']
|
|
4978
5088
|
})
|
|
4979
5089
|
], KolSplitButton);
|
|
4980
5090
|
export { KolSplitButton };
|
|
@@ -4986,7 +5096,7 @@ export { KolSplitButton };
|
|
|
4986
5096
|
template: `
|
|
4987
5097
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4988
5098
|
<stencil-ng-proxy
|
|
4989
|
-
[_ariaControls]="_ariaControls" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
5099
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4990
5100
|
*replaceTag="tagName"
|
|
4991
5101
|
#replaceTagHost
|
|
4992
5102
|
>
|
|
@@ -5002,7 +5112,7 @@ export { KolSplitButton };
|
|
|
5002
5112
|
<ng-content></ng-content>
|
|
5003
5113
|
</ng-template>`,
|
|
5004
5114
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5005
|
-
inputs: ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
5115
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_shortKey', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
5006
5116
|
providers: [
|
|
5007
5117
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSplitButton) }
|
|
5008
5118
|
],
|
|
@@ -5011,7 +5121,7 @@ export { KolSplitButton };
|
|
|
5011
5121
|
type: ViewChild,
|
|
5012
5122
|
args: [ReplaceTagDirective]
|
|
5013
5123
|
}] }); })();
|
|
5014
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2944 }); })();
|
|
5015
5125
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5016
5126
|
constructor(changeDetectorRef, r, z) {
|
|
5017
5127
|
super();
|
|
@@ -5086,7 +5196,7 @@ export { KolTableStateful };
|
|
|
5086
5196
|
type: ViewChild,
|
|
5087
5197
|
args: [ReplaceTagDirective]
|
|
5088
5198
|
}] }); })();
|
|
5089
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5199
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3021 }); })();
|
|
5090
5200
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5091
5201
|
constructor(changeDetectorRef, r, z) {
|
|
5092
5202
|
super();
|
|
@@ -5160,7 +5270,7 @@ export { KolTableStateless };
|
|
|
5160
5270
|
type: ViewChild,
|
|
5161
5271
|
args: [ReplaceTagDirective]
|
|
5162
5272
|
}] }); })();
|
|
5163
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5273
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3089 }); })();
|
|
5164
5274
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5165
5275
|
constructor(changeDetectorRef, r, z) {
|
|
5166
5276
|
super();
|
|
@@ -5234,7 +5344,7 @@ export { KolTabs };
|
|
|
5234
5344
|
type: ViewChild,
|
|
5235
5345
|
args: [ReplaceTagDirective]
|
|
5236
5346
|
}] }); })();
|
|
5237
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5347
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3154 }); })();
|
|
5238
5348
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5239
5349
|
constructor(changeDetectorRef, r, z) {
|
|
5240
5350
|
super();
|
|
@@ -5309,7 +5419,7 @@ export { KolTextarea };
|
|
|
5309
5419
|
type: ViewChild,
|
|
5310
5420
|
args: [ReplaceTagDirective]
|
|
5311
5421
|
}] }); })();
|
|
5312
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5422
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3219 }); })();
|
|
5313
5423
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5314
5424
|
constructor(changeDetectorRef, r, z) {
|
|
5315
5425
|
super();
|
|
@@ -5383,7 +5493,7 @@ export { KolToastContainer };
|
|
|
5383
5493
|
type: ViewChild,
|
|
5384
5494
|
args: [ReplaceTagDirective]
|
|
5385
5495
|
}] }); })();
|
|
5386
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5496
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3300 }); })();
|
|
5387
5497
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5388
5498
|
constructor(changeDetectorRef, r, z) {
|
|
5389
5499
|
super();
|
|
@@ -5457,7 +5567,7 @@ export { KolToolbar };
|
|
|
5457
5567
|
type: ViewChild,
|
|
5458
5568
|
args: [ReplaceTagDirective]
|
|
5459
5569
|
}] }); })();
|
|
5460
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5570
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3358 }); })();
|
|
5461
5571
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5462
5572
|
constructor(changeDetectorRef, r, z) {
|
|
5463
5573
|
super();
|
|
@@ -5531,7 +5641,7 @@ export { KolTree };
|
|
|
5531
5641
|
type: ViewChild,
|
|
5532
5642
|
args: [ReplaceTagDirective]
|
|
5533
5643
|
}] }); })();
|
|
5534
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5644
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3418 }); })();
|
|
5535
5645
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5536
5646
|
constructor(changeDetectorRef, r, z) {
|
|
5537
5647
|
super();
|
|
@@ -5606,7 +5716,7 @@ export { KolTreeItem };
|
|
|
5606
5716
|
type: ViewChild,
|
|
5607
5717
|
args: [ReplaceTagDirective]
|
|
5608
5718
|
}] }); })();
|
|
5609
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5719
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3477 }); })();
|
|
5610
5720
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5611
5721
|
constructor(changeDetectorRef, r, z) {
|
|
5612
5722
|
super();
|
|
@@ -5681,7 +5791,7 @@ export { KolTreeItemWc };
|
|
|
5681
5791
|
type: ViewChild,
|
|
5682
5792
|
args: [ReplaceTagDirective]
|
|
5683
5793
|
}] }); })();
|
|
5684
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5794
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3539 }); })();
|
|
5685
5795
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5686
5796
|
constructor(changeDetectorRef, r, z) {
|
|
5687
5797
|
super();
|
|
@@ -5755,4 +5865,4 @@ export { KolVersion };
|
|
|
5755
5865
|
type: ViewChild,
|
|
5756
5866
|
args: [ReplaceTagDirective]
|
|
5757
5867
|
}] }); })();
|
|
5758
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5868
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3600 }); })();
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
1
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
2
2
|
export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
|
|
3
3
|
export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/* AutoGen NgModule */
|
|
2
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
2
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
|
|
3
3
|
export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
|
|
4
4
|
export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "3.0.2-rc.
|
|
3
|
+
"version": "3.0.2-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"rxjs": "7.8.2",
|
|
67
67
|
"typescript": "5.8.3",
|
|
68
68
|
"zone.js": "0.15.1",
|
|
69
|
-
"@public-ui/components": "3.0.2-rc.
|
|
69
|
+
"@public-ui/components": "3.0.2-rc.1"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@angular/core": "^19.2.14",
|
|
73
|
-
"@public-ui/components": "3.0.2-rc.
|
|
73
|
+
"@public-ui/components": "3.0.2-rc.1"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|