@public-ui/angular-v20 4.3.0-rc.4 → 4.3.0-rc.5

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.
@@ -810,6 +810,7 @@ export declare class KolLinkButton extends StencilProxyComponent implements OnCh
810
810
  _hidelabel: any;
811
811
  _href: any;
812
812
  _icons: any;
813
+ _inline: any;
813
814
  _label: any;
814
815
  _on: any;
815
816
  _role: any;
@@ -825,7 +826,7 @@ export declare class KolLinkButton extends StencilProxyComponent implements OnCh
825
826
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
826
827
  ngOnChanges(): void;
827
828
  static ɵfac: i0.ɵɵFactoryDeclaration<KolLinkButton, never>;
828
- static ɵcmp: i0.ɵɵComponentDeclaration<KolLinkButton, "kol-link-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaCurrentValue": { "alias": "_ariaCurrentValue"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_download": { "alias": "_download"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
829
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolLinkButton, "kol-link-button", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaCurrentValue": { "alias": "_ariaCurrentValue"; "required": false; }; "_ariaDescription": { "alias": "_ariaDescription"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_download": { "alias": "_download"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_href": { "alias": "_href"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_inline": { "alias": "_inline"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_target": { "alias": "_target"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
829
830
  }
830
831
  export declare interface KolLinkButton extends Components.KolLinkButton {
831
832
  }
@@ -1062,13 +1062,13 @@ function KolLinkButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
1062
1062
  } if (rf & 2) {
1063
1063
  const ctx_r0 = i0.ɵɵnextContext(2);
1064
1064
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
1065
- i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaCurrentValue", ctx_r0._ariaCurrentValue)("_ariaDescription", ctx_r0._ariaDescription)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_download", ctx_r0._download)("_hideLabel", ctx_r0._hideLabel)("_href", ctx_r0._href)("_icons", ctx_r0._icons)("_label", ctx_r0._label)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_target", ctx_r0._target)("_tooltipAlign", ctx_r0._tooltipAlign)("_variant", ctx_r0._variant);
1065
+ i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_ariaControls", ctx_r0._ariaControls)("_ariaCurrentValue", ctx_r0._ariaCurrentValue)("_ariaDescription", ctx_r0._ariaDescription)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_download", ctx_r0._download)("_hideLabel", ctx_r0._hideLabel)("_href", ctx_r0._href)("_icons", ctx_r0._icons)("_inline", ctx_r0._inline)("_label", ctx_r0._label)("_on", ctx_r0._on)("_role", ctx_r0._role)("_shortKey", ctx_r0._shortKey)("_target", ctx_r0._target)("_tooltipAlign", ctx_r0._tooltipAlign)("_variant", ctx_r0._variant);
1066
1066
  i0.ɵɵadvance(2);
1067
1067
  i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
1068
1068
  } }
1069
1069
  function KolLinkButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1070
1070
  i0.ɵɵdomElementContainerStart(0);
1071
- i0.ɵɵdomTemplate(1, KolLinkButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 18, "stencil-ng-proxy", 4);
1071
+ i0.ɵɵdomTemplate(1, KolLinkButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 19, "stencil-ng-proxy", 4);
1072
1072
  i0.ɵɵdomElementContainerEnd();
1073
1073
  } if (rf & 2) {
1074
1074
  const ctx_r0 = i0.ɵɵnextContext();
@@ -4015,7 +4015,7 @@ let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
4015
4015
  super();
4016
4016
  this.changeDetectorRef = changeDetectorRef;
4017
4017
  this.z = z;
4018
- this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
4018
+ this.availableInputProperties = ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'];
4019
4019
  changeDetectorRef.detach();
4020
4020
  const originalTagName = 'kol-link-button';
4021
4021
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -4035,9 +4035,9 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
4035
4035
  } if (rf & 2) {
4036
4036
  let _t;
4037
4037
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
4038
- } }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _customClass: "_customClass", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
4038
+ } }, inputs: { _accessKey: "_accessKey", _ariaControls: "_ariaControls", _ariaCurrentValue: "_ariaCurrentValue", _ariaDescription: "_ariaDescription", _customClass: "_customClass", _disabled: "_disabled", _download: "_download", _hideLabel: "_hideLabel", _href: "_href", _icons: "_icons", _inline: "_inline", _label: "_label", _on: "_on", _role: "_role", _shortKey: "_shortKey", _target: "_target", _tooltipAlign: "_tooltipAlign", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
4039
4039
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolLinkButton) }
4040
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLinkButton_Template(rf, ctx) { if (rf & 1) {
4040
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_inline", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant", 4, "replaceTag"], [3, "_accessKey", "_ariaControls", "_ariaCurrentValue", "_ariaDescription", "_customClass", "_disabled", "_download", "_hideLabel", "_href", "_icons", "_inline", "_label", "_on", "_role", "_shortKey", "_target", "_tooltipAlign", "_variant"], [4, "ngTemplateOutlet"]], template: function KolLinkButton_Template(rf, ctx) { if (rf & 1) {
4041
4041
  i0.ɵɵprojectionDef();
4042
4042
  i0.ɵɵdomTemplate(0, KolLinkButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolLinkButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolLinkButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
4043
4043
  } if (rf & 2) {
@@ -4046,7 +4046,7 @@ KolLinkButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolLinkButton
4046
4046
  } }, encapsulation: 2, changeDetection: 0 });
4047
4047
  KolLinkButton = __decorate([
4048
4048
  ProxyCmp({
4049
- inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
4049
+ inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
4050
4050
  methods: ['focus', 'click']
4051
4051
  })
4052
4052
  ], KolLinkButton);
@@ -4059,7 +4059,7 @@ export { KolLinkButton };
4059
4059
  template: `
4060
4060
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
4061
4061
  <stencil-ng-proxy
4062
- [_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_customClass]="_customClass" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
4062
+ [_accessKey]="_accessKey" [_ariaControls]="_ariaControls" [_ariaCurrentValue]="_ariaCurrentValue" [_ariaDescription]="_ariaDescription" [_customClass]="_customClass" [_disabled]="_disabled" [_download]="_download" [_hideLabel]="_hideLabel" [_href]="_href" [_icons]="_icons" [_inline]="_inline" [_label]="_label" [_on]="_on" [_role]="_role" [_shortKey]="_shortKey" [_target]="_target" [_tooltipAlign]="_tooltipAlign" [_variant]="_variant"
4063
4063
  *replaceTag="tagName"
4064
4064
  #replaceTagHost
4065
4065
  >
@@ -4075,7 +4075,7 @@ export { KolLinkButton };
4075
4075
  <ng-content></ng-content>
4076
4076
  </ng-template>`,
4077
4077
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
4078
- inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
4078
+ inputs: ['_accessKey', '_ariaControls', '_ariaCurrentValue', '_ariaDescription', '_customClass', '_disabled', '_download', '_hideLabel', '_href', '_icons', '_inline', '_label', '_on', '_role', '_shortKey', '_target', '_tooltipAlign', '_variant'],
4079
4079
  providers: [
4080
4080
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolLinkButton) }
4081
4081
  ],
@@ -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: 2152 }); })();
4161
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolMeter, { className: "KolMeter", filePath: "components.ts", lineNumber: 2153 }); })();
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: 2219 }); })();
4236
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2220 }); })();
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: 2280 }); })();
4310
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2281 }); })();
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: 2343 }); })();
4384
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2344 }); })();
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: 2412 }); })();
4459
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2413 }); })();
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: 2485 }); })();
4533
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2486 }); })();
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: 2547 }); })();
4607
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2548 }); })();
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: 2609 }); })();
4682
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2610 }); })();
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: 2688 }); })();
4757
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2689 }); })();
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: 2767 }); })();
4833
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkeleton, { className: "KolSkeleton", filePath: "components.ts", lineNumber: 2768 }); })();
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: 2836 }); })();
4908
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2837 }); })();
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: 2895 }); })();
4982
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2896 }); })();
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: 2956 }); })();
5057
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2957 }); })();
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: 3032 }); })();
5132
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3033 }); })();
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: 3102 }); })();
5206
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3103 }); })();
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: 3170 }); })();
5281
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3171 }); })();
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: 3235 }); })();
5356
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3236 }); })();
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: 3319 }); })();
5431
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3320 }); })();
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: 3380 }); })();
5506
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3381 }); })();
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: 3439 }); })();
5581
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3440 }); })();
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: 3500 }); })();
5655
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3501 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v20",
3
- "version": "4.3.0-rc.4",
3
+ "version": "4.3.0-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -63,11 +63,11 @@
63
63
  "rxjs": "7.8.2",
64
64
  "typescript": "5.9.3",
65
65
  "zone.js": "0.15.1",
66
- "@public-ui/components": "4.3.0-rc.4"
66
+ "@public-ui/components": "4.3.0-rc.5"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@angular/core": "20.x",
70
- "@public-ui/components": "4.3.0-rc.4"
70
+ "@public-ui/components": "4.3.0-rc.5"
71
71
  },
72
72
  "files": [
73
73
  "dist"