@public-ui/angular-v20 3.0.6-rc.0 → 3.0.6-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +1 -2
- package/dist/components.js +25 -25
- package/package.json +8 -8
package/dist/components.d.ts
CHANGED
|
@@ -949,7 +949,6 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
949
949
|
_disabled: any;
|
|
950
950
|
_hidelabel: any;
|
|
951
951
|
_icons: any;
|
|
952
|
-
_id: any;
|
|
953
952
|
_label: any;
|
|
954
953
|
_name: any;
|
|
955
954
|
_on: any;
|
|
@@ -969,7 +968,7 @@ export declare class KolPopoverButtonWc extends StencilProxyComponent implements
|
|
|
969
968
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
970
969
|
ngOnChanges(): void;
|
|
971
970
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolPopoverButtonWc, never>;
|
|
972
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButtonWc, "kol-popover-button-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "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; }; "
|
|
971
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolPopoverButtonWc, "kol-popover-button-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "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; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_popoverAlign": { "alias": "_popoverAlign"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "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>;
|
|
973
972
|
}
|
|
974
973
|
export declare interface KolPopoverButtonWc extends Components.KolPopoverButtonWc {
|
|
975
974
|
}
|
package/dist/components.js
CHANGED
|
@@ -1278,13 +1278,13 @@ function KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx)
|
|
|
1278
1278
|
} if (rf & 2) {
|
|
1279
1279
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1280
1280
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1281
|
-
i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("
|
|
1281
|
+
i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaDescription", ctx_r0._ariaDescription)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_popoverAlign", ctx_r0._popoverAlign)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1282
1282
|
i0.ɵɵadvance(2);
|
|
1283
1283
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1284
1284
|
} }
|
|
1285
1285
|
function KolPopoverButtonWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1286
1286
|
i0.ɵɵdomElementContainerStart(0);
|
|
1287
|
-
i0.ɵɵdomTemplate(1, KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1287
|
+
i0.ɵɵdomTemplate(1, KolPopoverButtonWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 20, "stencil-ng-proxy", 4);
|
|
1288
1288
|
i0.ɵɵdomElementContainerEnd();
|
|
1289
1289
|
} if (rf & 2) {
|
|
1290
1290
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -4531,7 +4531,7 @@ let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent
|
|
|
4531
4531
|
super();
|
|
4532
4532
|
this.changeDetectorRef = changeDetectorRef;
|
|
4533
4533
|
this.z = z;
|
|
4534
|
-
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '
|
|
4534
|
+
this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4535
4535
|
changeDetectorRef.detach();
|
|
4536
4536
|
const originalTagName = 'kol-popover-button-wc';
|
|
4537
4537
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4551,9 +4551,9 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4551
4551
|
} if (rf & 2) {
|
|
4552
4552
|
let _t;
|
|
4553
4553
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4554
|
-
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons",
|
|
4554
|
+
} }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaDescription: "_ariaDescription", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _label: "_label", _name: "_name", _on: "_on", _popoverAlign: "_popoverAlign", _role: "_role", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4555
4555
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButtonWc) }
|
|
4556
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "
|
|
4556
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaDescription", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_label", "_name", "_on", "_popoverAlign", "_role", "_shortKey", "_tabIndex", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolPopoverButtonWc_Template(rf, ctx) { if (rf & 1) {
|
|
4557
4557
|
i0.ɵɵprojectionDef();
|
|
4558
4558
|
i0.ɵɵdomTemplate(0, KolPopoverButtonWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolPopoverButtonWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolPopoverButtonWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4559
4559
|
} if (rf & 2) {
|
|
@@ -4562,7 +4562,7 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4562
4562
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4563
4563
|
KolPopoverButtonWc = __decorate([
|
|
4564
4564
|
ProxyCmp({
|
|
4565
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '
|
|
4565
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4566
4566
|
methods: ['hidePopover']
|
|
4567
4567
|
})
|
|
4568
4568
|
], KolPopoverButtonWc);
|
|
@@ -4575,7 +4575,7 @@ export { KolPopoverButtonWc };
|
|
|
4575
4575
|
template: `
|
|
4576
4576
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4577
4577
|
<stencil-ng-proxy
|
|
4578
|
-
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [
|
|
4578
|
+
[_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaDescription]="_ariaDescription" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_label]="_label" [_name]="_name" [_on]="_on" [_popoverAlign]="_popoverAlign" [_role]="_role" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4579
4579
|
*replaceTag="tagName"
|
|
4580
4580
|
#replaceTagHost
|
|
4581
4581
|
>
|
|
@@ -4591,7 +4591,7 @@ export { KolPopoverButtonWc };
|
|
|
4591
4591
|
<ng-content></ng-content>
|
|
4592
4592
|
</ng-template>`,
|
|
4593
4593
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4594
|
-
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '
|
|
4594
|
+
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4595
4595
|
providers: [
|
|
4596
4596
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolPopoverButtonWc) }
|
|
4597
4597
|
],
|
|
@@ -4674,7 +4674,7 @@ export { KolProgress };
|
|
|
4674
4674
|
type: ViewChild,
|
|
4675
4675
|
args: [ReplaceTagDirective]
|
|
4676
4676
|
}] }); })();
|
|
4677
|
-
(() => { (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: 2548 }); })();
|
|
4678
4678
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4679
4679
|
constructor(changeDetectorRef, r, z) {
|
|
4680
4680
|
super();
|
|
@@ -4748,7 +4748,7 @@ export { KolQuote };
|
|
|
4748
4748
|
type: ViewChild,
|
|
4749
4749
|
args: [ReplaceTagDirective]
|
|
4750
4750
|
}] }); })();
|
|
4751
|
-
(() => { (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: 2610 }); })();
|
|
4752
4752
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4753
4753
|
constructor(changeDetectorRef, r, z) {
|
|
4754
4754
|
super();
|
|
@@ -4823,7 +4823,7 @@ export { KolSelect };
|
|
|
4823
4823
|
type: ViewChild,
|
|
4824
4824
|
args: [ReplaceTagDirective]
|
|
4825
4825
|
}] }); })();
|
|
4826
|
-
(() => { (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: 2672 }); })();
|
|
4827
4827
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4828
4828
|
constructor(changeDetectorRef, r, z) {
|
|
4829
4829
|
super();
|
|
@@ -4898,7 +4898,7 @@ export { KolSingleSelect };
|
|
|
4898
4898
|
type: ViewChild,
|
|
4899
4899
|
args: [ReplaceTagDirective]
|
|
4900
4900
|
}] }); })();
|
|
4901
|
-
(() => { (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: 2750 }); })();
|
|
4902
4902
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4903
4903
|
constructor(changeDetectorRef, r, z) {
|
|
4904
4904
|
super();
|
|
@@ -4972,7 +4972,7 @@ export { KolSkipNav };
|
|
|
4972
4972
|
type: ViewChild,
|
|
4973
4973
|
args: [ReplaceTagDirective]
|
|
4974
4974
|
}] }); })();
|
|
4975
|
-
(() => { (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: 2827 }); })();
|
|
4976
4976
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4977
4977
|
constructor(changeDetectorRef, r, z) {
|
|
4978
4978
|
super();
|
|
@@ -5046,7 +5046,7 @@ export { KolSpin };
|
|
|
5046
5046
|
type: ViewChild,
|
|
5047
5047
|
args: [ReplaceTagDirective]
|
|
5048
5048
|
}] }); })();
|
|
5049
|
-
(() => { (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: 2886 }); })();
|
|
5050
5050
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5051
5051
|
constructor(changeDetectorRef, r, z) {
|
|
5052
5052
|
super();
|
|
@@ -5121,7 +5121,7 @@ export { KolSplitButton };
|
|
|
5121
5121
|
type: ViewChild,
|
|
5122
5122
|
args: [ReplaceTagDirective]
|
|
5123
5123
|
}] }); })();
|
|
5124
|
-
(() => { (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: 2947 }); })();
|
|
5125
5125
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5126
5126
|
constructor(changeDetectorRef, r, z) {
|
|
5127
5127
|
super();
|
|
@@ -5196,7 +5196,7 @@ export { KolTableStateful };
|
|
|
5196
5196
|
type: ViewChild,
|
|
5197
5197
|
args: [ReplaceTagDirective]
|
|
5198
5198
|
}] }); })();
|
|
5199
|
-
(() => { (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: 3024 }); })();
|
|
5200
5200
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5201
5201
|
constructor(changeDetectorRef, r, z) {
|
|
5202
5202
|
super();
|
|
@@ -5270,7 +5270,7 @@ export { KolTableStateless };
|
|
|
5270
5270
|
type: ViewChild,
|
|
5271
5271
|
args: [ReplaceTagDirective]
|
|
5272
5272
|
}] }); })();
|
|
5273
|
-
(() => { (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: 3092 }); })();
|
|
5274
5274
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5275
5275
|
constructor(changeDetectorRef, r, z) {
|
|
5276
5276
|
super();
|
|
@@ -5344,7 +5344,7 @@ export { KolTabs };
|
|
|
5344
5344
|
type: ViewChild,
|
|
5345
5345
|
args: [ReplaceTagDirective]
|
|
5346
5346
|
}] }); })();
|
|
5347
|
-
(() => { (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: 3157 }); })();
|
|
5348
5348
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5349
5349
|
constructor(changeDetectorRef, r, z) {
|
|
5350
5350
|
super();
|
|
@@ -5419,7 +5419,7 @@ export { KolTextarea };
|
|
|
5419
5419
|
type: ViewChild,
|
|
5420
5420
|
args: [ReplaceTagDirective]
|
|
5421
5421
|
}] }); })();
|
|
5422
|
-
(() => { (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: 3222 }); })();
|
|
5423
5423
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5424
5424
|
constructor(changeDetectorRef, r, z) {
|
|
5425
5425
|
super();
|
|
@@ -5493,7 +5493,7 @@ export { KolToastContainer };
|
|
|
5493
5493
|
type: ViewChild,
|
|
5494
5494
|
args: [ReplaceTagDirective]
|
|
5495
5495
|
}] }); })();
|
|
5496
|
-
(() => { (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: 3304 }); })();
|
|
5497
5497
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5498
5498
|
constructor(changeDetectorRef, r, z) {
|
|
5499
5499
|
super();
|
|
@@ -5567,7 +5567,7 @@ export { KolToolbar };
|
|
|
5567
5567
|
type: ViewChild,
|
|
5568
5568
|
args: [ReplaceTagDirective]
|
|
5569
5569
|
}] }); })();
|
|
5570
|
-
(() => { (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: 3362 }); })();
|
|
5571
5571
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5572
5572
|
constructor(changeDetectorRef, r, z) {
|
|
5573
5573
|
super();
|
|
@@ -5641,7 +5641,7 @@ export { KolTree };
|
|
|
5641
5641
|
type: ViewChild,
|
|
5642
5642
|
args: [ReplaceTagDirective]
|
|
5643
5643
|
}] }); })();
|
|
5644
|
-
(() => { (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: 3422 }); })();
|
|
5645
5645
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5646
5646
|
constructor(changeDetectorRef, r, z) {
|
|
5647
5647
|
super();
|
|
@@ -5716,7 +5716,7 @@ export { KolTreeItem };
|
|
|
5716
5716
|
type: ViewChild,
|
|
5717
5717
|
args: [ReplaceTagDirective]
|
|
5718
5718
|
}] }); })();
|
|
5719
|
-
(() => { (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: 3481 }); })();
|
|
5720
5720
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5721
5721
|
constructor(changeDetectorRef, r, z) {
|
|
5722
5722
|
super();
|
|
@@ -5791,7 +5791,7 @@ export { KolTreeItemWc };
|
|
|
5791
5791
|
type: ViewChild,
|
|
5792
5792
|
args: [ReplaceTagDirective]
|
|
5793
5793
|
}] }); })();
|
|
5794
|
-
(() => { (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: 3543 }); })();
|
|
5795
5795
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5796
5796
|
constructor(changeDetectorRef, r, z) {
|
|
5797
5797
|
super();
|
|
@@ -5865,4 +5865,4 @@ export { KolVersion };
|
|
|
5865
5865
|
type: ViewChild,
|
|
5866
5866
|
args: [ReplaceTagDirective]
|
|
5867
5867
|
}] }); })();
|
|
5868
|
-
(() => { (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: 3604 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v20",
|
|
3
|
-
"version": "3.0.6-rc.
|
|
3
|
+
"version": "3.0.6-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"import": "./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@angular/common": "20.
|
|
58
|
-
"@angular/compiler": "20.
|
|
59
|
-
"@angular/compiler-cli": "20.
|
|
60
|
-
"@angular/core": "20.
|
|
57
|
+
"@angular/common": "20.3.0",
|
|
58
|
+
"@angular/compiler": "20.3.0",
|
|
59
|
+
"@angular/compiler-cli": "20.3.0",
|
|
60
|
+
"@angular/core": "20.3.0",
|
|
61
61
|
"@types/minimatch": "6.0.0",
|
|
62
62
|
"@types/minimist": "1.2.5",
|
|
63
63
|
"@types/normalize-package-data": "2.4.4",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"rxjs": "7.8.2",
|
|
67
67
|
"typescript": "5.9.2",
|
|
68
68
|
"zone.js": "0.15.1",
|
|
69
|
-
"@public-ui/components": "3.0.6-rc.
|
|
69
|
+
"@public-ui/components": "3.0.6-rc.2"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@angular/core": "^20.
|
|
73
|
-
"@public-ui/components": "3.0.6-rc.
|
|
72
|
+
"@angular/core": "^20.3.0",
|
|
73
|
+
"@public-ui/components": "3.0.6-rc.2"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|