@public-ui/angular-v19 4.2.1 → 4.3.0-rc.0
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 +2 -1
- package/dist/components.js +42 -42
- package/package.json +6 -6
package/dist/components.d.ts
CHANGED
|
@@ -354,6 +354,7 @@ export declare class KolImage extends StencilProxyComponent implements OnChanges
|
|
|
354
354
|
protected z: NgZone;
|
|
355
355
|
_alt: any;
|
|
356
356
|
_loading: any;
|
|
357
|
+
_on: any;
|
|
357
358
|
_sizes: any;
|
|
358
359
|
_src: any;
|
|
359
360
|
_srcset: any;
|
|
@@ -365,7 +366,7 @@ export declare class KolImage extends StencilProxyComponent implements OnChanges
|
|
|
365
366
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
366
367
|
ngOnChanges(): void;
|
|
367
368
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolImage, never>;
|
|
368
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolImage, "kol-image", never, { "_alt": { "alias": "_alt"; "required": false; }; "_loading": { "alias": "_loading"; "required": false; }; "_sizes": { "alias": "_sizes"; "required": false; }; "_src": { "alias": "_src"; "required": false; }; "_srcset": { "alias": "_srcset"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
369
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolImage, "kol-image", never, { "_alt": { "alias": "_alt"; "required": false; }; "_loading": { "alias": "_loading"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_sizes": { "alias": "_sizes"; "required": false; }; "_src": { "alias": "_src"; "required": false; }; "_srcset": { "alias": "_srcset"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
369
370
|
}
|
|
370
371
|
export declare interface KolImage extends Components.KolImage {
|
|
371
372
|
}
|
package/dist/components.js
CHANGED
|
@@ -594,13 +594,13 @@ function KolImage_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf &
|
|
|
594
594
|
} if (rf & 2) {
|
|
595
595
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
596
596
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
597
|
-
i0.ɵɵproperty("_alt", ctx_r0._alt)("_loading", ctx_r0._loading)("_sizes", ctx_r0._sizes)("_src", ctx_r0._src)("_srcset", ctx_r0._srcset);
|
|
597
|
+
i0.ɵɵproperty("_alt", ctx_r0._alt)("_loading", ctx_r0._loading)("_on", ctx_r0._on)("_sizes", ctx_r0._sizes)("_src", ctx_r0._src)("_srcset", ctx_r0._srcset);
|
|
598
598
|
i0.ɵɵadvance(2);
|
|
599
599
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
600
600
|
} }
|
|
601
601
|
function KolImage_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
602
602
|
i0.ɵɵelementContainerStart(0);
|
|
603
|
-
i0.ɵɵtemplate(1, KolImage_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
603
|
+
i0.ɵɵtemplate(1, KolImage_ng_container_0_stencil_ng_proxy_1_Template, 3, 7, "stencil-ng-proxy", 4);
|
|
604
604
|
i0.ɵɵelementContainerEnd();
|
|
605
605
|
} if (rf & 2) {
|
|
606
606
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -3042,7 +3042,7 @@ let KolImage = class KolImage extends StencilProxyComponent {
|
|
|
3042
3042
|
super();
|
|
3043
3043
|
this.changeDetectorRef = changeDetectorRef;
|
|
3044
3044
|
this.z = z;
|
|
3045
|
-
this.availableInputProperties = ['_alt', '_loading', '_sizes', '_src', '_srcset'];
|
|
3045
|
+
this.availableInputProperties = ['_alt', '_loading', '_on', '_sizes', '_src', '_srcset'];
|
|
3046
3046
|
changeDetectorRef.detach();
|
|
3047
3047
|
const originalTagName = 'kol-image';
|
|
3048
3048
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -3062,9 +3062,9 @@ KolImage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolImage, selector
|
|
|
3062
3062
|
} if (rf & 2) {
|
|
3063
3063
|
let _t;
|
|
3064
3064
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
3065
|
-
} }, inputs: { _alt: "_alt", _loading: "_loading", _sizes: "_sizes", _src: "_src", _srcset: "_srcset" }, features: [i0.ɵɵProvidersFeature([
|
|
3065
|
+
} }, inputs: { _alt: "_alt", _loading: "_loading", _on: "_on", _sizes: "_sizes", _src: "_src", _srcset: "_srcset" }, features: [i0.ɵɵProvidersFeature([
|
|
3066
3066
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolImage) }
|
|
3067
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_alt", "_loading", "_sizes", "_src", "_srcset", 4, "replaceTag"], [3, "_alt", "_loading", "_sizes", "_src", "_srcset"], [4, "ngTemplateOutlet"]], template: function KolImage_Template(rf, ctx) { if (rf & 1) {
|
|
3067
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_alt", "_loading", "_on", "_sizes", "_src", "_srcset", 4, "replaceTag"], [3, "_alt", "_loading", "_on", "_sizes", "_src", "_srcset"], [4, "ngTemplateOutlet"]], template: function KolImage_Template(rf, ctx) { if (rf & 1) {
|
|
3068
3068
|
i0.ɵɵprojectionDef();
|
|
3069
3069
|
i0.ɵɵtemplate(0, KolImage_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolImage_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolImage_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
3070
3070
|
} if (rf & 2) {
|
|
@@ -3073,7 +3073,7 @@ KolImage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolImage, selector
|
|
|
3073
3073
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3074
3074
|
KolImage = __decorate([
|
|
3075
3075
|
ProxyCmp({
|
|
3076
|
-
inputs: ['_alt', '_loading', '_sizes', '_src', '_srcset']
|
|
3076
|
+
inputs: ['_alt', '_loading', '_on', '_sizes', '_src', '_srcset']
|
|
3077
3077
|
})
|
|
3078
3078
|
], KolImage);
|
|
3079
3079
|
export { KolImage };
|
|
@@ -3085,7 +3085,7 @@ export { KolImage };
|
|
|
3085
3085
|
template: `
|
|
3086
3086
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
3087
3087
|
<stencil-ng-proxy
|
|
3088
|
-
[_alt]="_alt" [_loading]="_loading" [_sizes]="_sizes" [_src]="_src" [_srcset]="_srcset"
|
|
3088
|
+
[_alt]="_alt" [_loading]="_loading" [_on]="_on" [_sizes]="_sizes" [_src]="_src" [_srcset]="_srcset"
|
|
3089
3089
|
*replaceTag="tagName"
|
|
3090
3090
|
#replaceTagHost
|
|
3091
3091
|
>
|
|
@@ -3101,7 +3101,7 @@ export { KolImage };
|
|
|
3101
3101
|
<ng-content></ng-content>
|
|
3102
3102
|
</ng-template>`,
|
|
3103
3103
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3104
|
-
inputs: ['_alt', '_loading', '_sizes', '_src', '_srcset'],
|
|
3104
|
+
inputs: ['_alt', '_loading', '_on', '_sizes', '_src', '_srcset'],
|
|
3105
3105
|
providers: [
|
|
3106
3106
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolImage) }
|
|
3107
3107
|
],
|
|
@@ -3185,7 +3185,7 @@ export { KolInputCheckbox };
|
|
|
3185
3185
|
type: ViewChild,
|
|
3186
3186
|
args: [ReplaceTagDirective]
|
|
3187
3187
|
}] }); })();
|
|
3188
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber:
|
|
3188
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1136 }); })();
|
|
3189
3189
|
let KolInputColor = class KolInputColor extends StencilProxyComponent {
|
|
3190
3190
|
constructor(changeDetectorRef, r, z) {
|
|
3191
3191
|
super();
|
|
@@ -3260,7 +3260,7 @@ export { KolInputColor };
|
|
|
3260
3260
|
type: ViewChild,
|
|
3261
3261
|
args: [ReplaceTagDirective]
|
|
3262
3262
|
}] }); })();
|
|
3263
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber:
|
|
3263
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1213 }); })();
|
|
3264
3264
|
let KolInputDate = class KolInputDate extends StencilProxyComponent {
|
|
3265
3265
|
constructor(changeDetectorRef, r, z) {
|
|
3266
3266
|
super();
|
|
@@ -3335,7 +3335,7 @@ export { KolInputDate };
|
|
|
3335
3335
|
type: ViewChild,
|
|
3336
3336
|
args: [ReplaceTagDirective]
|
|
3337
3337
|
}] }); })();
|
|
3338
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber:
|
|
3338
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1289 }); })();
|
|
3339
3339
|
let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
3340
3340
|
constructor(changeDetectorRef, r, z) {
|
|
3341
3341
|
super();
|
|
@@ -3410,7 +3410,7 @@ export { KolInputEmail };
|
|
|
3410
3410
|
type: ViewChild,
|
|
3411
3411
|
args: [ReplaceTagDirective]
|
|
3412
3412
|
}] }); })();
|
|
3413
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber:
|
|
3413
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1371 }); })();
|
|
3414
3414
|
let KolInputFile = class KolInputFile extends StencilProxyComponent {
|
|
3415
3415
|
constructor(changeDetectorRef, r, z) {
|
|
3416
3416
|
super();
|
|
@@ -3485,7 +3485,7 @@ export { KolInputFile };
|
|
|
3485
3485
|
type: ViewChild,
|
|
3486
3486
|
args: [ReplaceTagDirective]
|
|
3487
3487
|
}] }); })();
|
|
3488
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3488
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1455 }); })();
|
|
3489
3489
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3490
3490
|
constructor(changeDetectorRef, r, z) {
|
|
3491
3491
|
super();
|
|
@@ -3560,7 +3560,7 @@ export { KolInputNumber };
|
|
|
3560
3560
|
type: ViewChild,
|
|
3561
3561
|
args: [ReplaceTagDirective]
|
|
3562
3562
|
}] }); })();
|
|
3563
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3563
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1531 }); })();
|
|
3564
3564
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3565
3565
|
constructor(changeDetectorRef, r, z) {
|
|
3566
3566
|
super();
|
|
@@ -3635,7 +3635,7 @@ export { KolInputPassword };
|
|
|
3635
3635
|
type: ViewChild,
|
|
3636
3636
|
args: [ReplaceTagDirective]
|
|
3637
3637
|
}] }); })();
|
|
3638
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3638
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1613 }); })();
|
|
3639
3639
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3640
3640
|
constructor(changeDetectorRef, r, z) {
|
|
3641
3641
|
super();
|
|
@@ -3710,7 +3710,7 @@ export { KolInputRadio };
|
|
|
3710
3710
|
type: ViewChild,
|
|
3711
3711
|
args: [ReplaceTagDirective]
|
|
3712
3712
|
}] }); })();
|
|
3713
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3713
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1696 }); })();
|
|
3714
3714
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3715
3715
|
constructor(changeDetectorRef, r, z) {
|
|
3716
3716
|
super();
|
|
@@ -3785,7 +3785,7 @@ export { KolInputRange };
|
|
|
3785
3785
|
type: ViewChild,
|
|
3786
3786
|
args: [ReplaceTagDirective]
|
|
3787
3787
|
}] }); })();
|
|
3788
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
3788
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1769 }); })();
|
|
3789
3789
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3790
3790
|
constructor(changeDetectorRef, r, z) {
|
|
3791
3791
|
super();
|
|
@@ -3860,7 +3860,7 @@ export { KolInputText };
|
|
|
3860
3860
|
type: ViewChild,
|
|
3861
3861
|
args: [ReplaceTagDirective]
|
|
3862
3862
|
}] }); })();
|
|
3863
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
3863
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1847 }); })();
|
|
3864
3864
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3865
3865
|
constructor(changeDetectorRef, r, z) {
|
|
3866
3866
|
super();
|
|
@@ -3934,7 +3934,7 @@ export { KolKolibri };
|
|
|
3934
3934
|
type: ViewChild,
|
|
3935
3935
|
args: [ReplaceTagDirective]
|
|
3936
3936
|
}] }); })();
|
|
3937
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
3937
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1931 }); })();
|
|
3938
3938
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
3939
3939
|
constructor(changeDetectorRef, r, z) {
|
|
3940
3940
|
super();
|
|
@@ -4009,7 +4009,7 @@ export { KolLink };
|
|
|
4009
4009
|
type: ViewChild,
|
|
4010
4010
|
args: [ReplaceTagDirective]
|
|
4011
4011
|
}] }); })();
|
|
4012
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4012
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1991 }); })();
|
|
4013
4013
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4014
4014
|
constructor(changeDetectorRef, r, z) {
|
|
4015
4015
|
super();
|
|
@@ -4084,7 +4084,7 @@ export { KolLinkButton };
|
|
|
4084
4084
|
type: ViewChild,
|
|
4085
4085
|
args: [ReplaceTagDirective]
|
|
4086
4086
|
}] }); })();
|
|
4087
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4087
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2067 }); })();
|
|
4088
4088
|
let KolMeter = class KolMeter extends StencilProxyComponent {
|
|
4089
4089
|
constructor(changeDetectorRef, r, z) {
|
|
4090
4090
|
super();
|
|
@@ -4158,7 +4158,7 @@ export { KolMeter };
|
|
|
4158
4158
|
type: ViewChild,
|
|
4159
4159
|
args: [ReplaceTagDirective]
|
|
4160
4160
|
}] }); })();
|
|
4161
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber:
|
|
4161
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber: 2141 }); })();
|
|
4162
4162
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4163
4163
|
constructor(changeDetectorRef, r, z) {
|
|
4164
4164
|
super();
|
|
@@ -4233,7 +4233,7 @@ export { KolModal };
|
|
|
4233
4233
|
type: ViewChild,
|
|
4234
4234
|
args: [ReplaceTagDirective]
|
|
4235
4235
|
}] }); })();
|
|
4236
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4236
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2208 }); })();
|
|
4237
4237
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4238
4238
|
constructor(changeDetectorRef, r, z) {
|
|
4239
4239
|
super();
|
|
@@ -4307,7 +4307,7 @@ export { KolNav };
|
|
|
4307
4307
|
type: ViewChild,
|
|
4308
4308
|
args: [ReplaceTagDirective]
|
|
4309
4309
|
}] }); })();
|
|
4310
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4310
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2269 }); })();
|
|
4311
4311
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4312
4312
|
constructor(changeDetectorRef, r, z) {
|
|
4313
4313
|
super();
|
|
@@ -4381,7 +4381,7 @@ export { KolPagination };
|
|
|
4381
4381
|
type: ViewChild,
|
|
4382
4382
|
args: [ReplaceTagDirective]
|
|
4383
4383
|
}] }); })();
|
|
4384
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4384
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2332 }); })();
|
|
4385
4385
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4386
4386
|
constructor(changeDetectorRef, r, z) {
|
|
4387
4387
|
super();
|
|
@@ -4456,7 +4456,7 @@ export { KolPopoverButton };
|
|
|
4456
4456
|
type: ViewChild,
|
|
4457
4457
|
args: [ReplaceTagDirective]
|
|
4458
4458
|
}] }); })();
|
|
4459
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4459
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2401 }); })();
|
|
4460
4460
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4461
4461
|
constructor(changeDetectorRef, r, z) {
|
|
4462
4462
|
super();
|
|
@@ -4530,7 +4530,7 @@ export { KolProgress };
|
|
|
4530
4530
|
type: ViewChild,
|
|
4531
4531
|
args: [ReplaceTagDirective]
|
|
4532
4532
|
}] }); })();
|
|
4533
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4533
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2474 }); })();
|
|
4534
4534
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4535
4535
|
constructor(changeDetectorRef, r, z) {
|
|
4536
4536
|
super();
|
|
@@ -4604,7 +4604,7 @@ export { KolQuote };
|
|
|
4604
4604
|
type: ViewChild,
|
|
4605
4605
|
args: [ReplaceTagDirective]
|
|
4606
4606
|
}] }); })();
|
|
4607
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4607
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2536 }); })();
|
|
4608
4608
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4609
4609
|
constructor(changeDetectorRef, r, z) {
|
|
4610
4610
|
super();
|
|
@@ -4679,7 +4679,7 @@ export { KolSelect };
|
|
|
4679
4679
|
type: ViewChild,
|
|
4680
4680
|
args: [ReplaceTagDirective]
|
|
4681
4681
|
}] }); })();
|
|
4682
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4682
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2598 }); })();
|
|
4683
4683
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4684
4684
|
constructor(changeDetectorRef, r, z) {
|
|
4685
4685
|
super();
|
|
@@ -4754,7 +4754,7 @@ export { KolSingleSelect };
|
|
|
4754
4754
|
type: ViewChild,
|
|
4755
4755
|
args: [ReplaceTagDirective]
|
|
4756
4756
|
}] }); })();
|
|
4757
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4757
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2676 }); })();
|
|
4758
4758
|
let KolSkeleton = class KolSkeleton extends StencilProxyComponent {
|
|
4759
4759
|
constructor(changeDetectorRef, r, z) {
|
|
4760
4760
|
super();
|
|
@@ -4830,7 +4830,7 @@ export { KolSkeleton };
|
|
|
4830
4830
|
type: ViewChild,
|
|
4831
4831
|
args: [ReplaceTagDirective]
|
|
4832
4832
|
}] }); })();
|
|
4833
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber:
|
|
4833
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2754 }); })();
|
|
4834
4834
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4835
4835
|
constructor(changeDetectorRef, r, z) {
|
|
4836
4836
|
super();
|
|
@@ -4905,7 +4905,7 @@ export { KolSkipNav };
|
|
|
4905
4905
|
type: ViewChild,
|
|
4906
4906
|
args: [ReplaceTagDirective]
|
|
4907
4907
|
}] }); })();
|
|
4908
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4908
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2823 }); })();
|
|
4909
4909
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4910
4910
|
constructor(changeDetectorRef, r, z) {
|
|
4911
4911
|
super();
|
|
@@ -4979,7 +4979,7 @@ export { KolSpin };
|
|
|
4979
4979
|
type: ViewChild,
|
|
4980
4980
|
args: [ReplaceTagDirective]
|
|
4981
4981
|
}] }); })();
|
|
4982
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
4982
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2882 }); })();
|
|
4983
4983
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
4984
4984
|
constructor(changeDetectorRef, r, z) {
|
|
4985
4985
|
super();
|
|
@@ -5054,7 +5054,7 @@ export { KolSplitButton };
|
|
|
5054
5054
|
type: ViewChild,
|
|
5055
5055
|
args: [ReplaceTagDirective]
|
|
5056
5056
|
}] }); })();
|
|
5057
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5057
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2943 }); })();
|
|
5058
5058
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5059
5059
|
constructor(changeDetectorRef, r, z) {
|
|
5060
5060
|
super();
|
|
@@ -5129,7 +5129,7 @@ export { KolTableStateful };
|
|
|
5129
5129
|
type: ViewChild,
|
|
5130
5130
|
args: [ReplaceTagDirective]
|
|
5131
5131
|
}] }); })();
|
|
5132
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5132
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3019 }); })();
|
|
5133
5133
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5134
5134
|
constructor(changeDetectorRef, r, z) {
|
|
5135
5135
|
super();
|
|
@@ -5203,7 +5203,7 @@ export { KolTableStateless };
|
|
|
5203
5203
|
type: ViewChild,
|
|
5204
5204
|
args: [ReplaceTagDirective]
|
|
5205
5205
|
}] }); })();
|
|
5206
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5206
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3089 }); })();
|
|
5207
5207
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5208
5208
|
constructor(changeDetectorRef, r, z) {
|
|
5209
5209
|
super();
|
|
@@ -5278,7 +5278,7 @@ export { KolTabs };
|
|
|
5278
5278
|
type: ViewChild,
|
|
5279
5279
|
args: [ReplaceTagDirective]
|
|
5280
5280
|
}] }); })();
|
|
5281
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5281
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3157 }); })();
|
|
5282
5282
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5283
5283
|
constructor(changeDetectorRef, r, z) {
|
|
5284
5284
|
super();
|
|
@@ -5353,7 +5353,7 @@ export { KolTextarea };
|
|
|
5353
5353
|
type: ViewChild,
|
|
5354
5354
|
args: [ReplaceTagDirective]
|
|
5355
5355
|
}] }); })();
|
|
5356
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5356
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3222 }); })();
|
|
5357
5357
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5358
5358
|
constructor(changeDetectorRef, r, z) {
|
|
5359
5359
|
super();
|
|
@@ -5428,7 +5428,7 @@ export { KolToolbar };
|
|
|
5428
5428
|
type: ViewChild,
|
|
5429
5429
|
args: [ReplaceTagDirective]
|
|
5430
5430
|
}] }); })();
|
|
5431
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5431
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3305 }); })();
|
|
5432
5432
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5433
5433
|
constructor(changeDetectorRef, r, z) {
|
|
5434
5434
|
super();
|
|
@@ -5503,7 +5503,7 @@ export { KolTree };
|
|
|
5503
5503
|
type: ViewChild,
|
|
5504
5504
|
args: [ReplaceTagDirective]
|
|
5505
5505
|
}] }); })();
|
|
5506
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5506
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3366 }); })();
|
|
5507
5507
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5508
5508
|
constructor(changeDetectorRef, r, z) {
|
|
5509
5509
|
super();
|
|
@@ -5578,7 +5578,7 @@ export { KolTreeItem };
|
|
|
5578
5578
|
type: ViewChild,
|
|
5579
5579
|
args: [ReplaceTagDirective]
|
|
5580
5580
|
}] }); })();
|
|
5581
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5581
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3425 }); })();
|
|
5582
5582
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5583
5583
|
constructor(changeDetectorRef, r, z) {
|
|
5584
5584
|
super();
|
|
@@ -5652,4 +5652,4 @@ export { KolVersion };
|
|
|
5652
5652
|
type: ViewChild,
|
|
5653
5653
|
args: [ReplaceTagDirective]
|
|
5654
5654
|
}] }); })();
|
|
5655
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5655
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3486 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0-rc.0",
|
|
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": "19.2.
|
|
58
|
-
"@angular/compiler": "19.2.
|
|
59
|
-
"@angular/compiler-cli": "19.2.
|
|
57
|
+
"@angular/common": "19.2.25",
|
|
58
|
+
"@angular/compiler": "19.2.25",
|
|
59
|
+
"@angular/compiler-cli": "19.2.25",
|
|
60
60
|
"@angular/core": "19.2.21",
|
|
61
61
|
"minimatch": "10.2.5",
|
|
62
62
|
"rimraf": "6.1.3",
|
|
63
63
|
"rxjs": "7.8.2",
|
|
64
64
|
"typescript": "5.8.3",
|
|
65
65
|
"zone.js": "0.15.1",
|
|
66
|
-
"@public-ui/components": "4.
|
|
66
|
+
"@public-ui/components": "4.3.0-rc.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@angular/core": "19.x",
|
|
70
|
-
"@public-ui/components": "4.
|
|
70
|
+
"@public-ui/components": "4.3.0-rc.0"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist"
|