@public-ui/angular-v20 4.0.0-alpha.5 → 4.0.0-alpha.7

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.
@@ -225,6 +225,7 @@ export declare class KolCombobox extends StencilProxyComponent implements OnChan
225
225
  protected z: NgZone;
226
226
  _accesskey: any;
227
227
  _disabled: any;
228
+ _hideclearbutton: any;
228
229
  _hidelabel: any;
229
230
  _hidemsg: any;
230
231
  _hint: any;
@@ -249,7 +250,7 @@ export declare class KolCombobox extends StencilProxyComponent implements OnChan
249
250
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
250
251
  ngOnChanges(): void;
251
252
  static ɵfac: i0.ɵɵFactoryDeclaration<KolCombobox, never>;
252
- static ɵcmp: i0.ɵɵComponentDeclaration<KolCombobox, "kol-combobox", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
253
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolCombobox, "kol-combobox", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideClearButton": { "alias": "_hideClearButton"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_placeholder": { "alias": "_placeholder"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_suggestions": { "alias": "_suggestions"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
253
254
  }
254
255
  export declare interface KolCombobox extends Components.KolCombobox {
255
256
  }
@@ -378,13 +378,13 @@ function KolCombobox_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (r
378
378
  } if (rf & 2) {
379
379
  const ctx_r0 = i0.ɵɵnextContext(2);
380
380
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
381
- i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_placeholder", ctx_r0._placeholder)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
381
+ i0.ɵɵdomProperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("_hideClearButton", ctx_r0._hideClearButton)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_msg", ctx_r0._msg)("_name", ctx_r0._name)("_on", ctx_r0._on)("_placeholder", ctx_r0._placeholder)("_required", ctx_r0._required)("_shortKey", ctx_r0._shortKey)("_suggestions", ctx_r0._suggestions)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
382
382
  i0.ɵɵadvance(2);
383
383
  i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
384
384
  } }
385
385
  function KolCombobox_ng_container_0_Template(rf, ctx) { if (rf & 1) {
386
386
  i0.ɵɵdomElementContainerStart(0);
387
- i0.ɵɵdomTemplate(1, KolCombobox_ng_container_0_stencil_ng_proxy_1_Template, 3, 19, "stencil-ng-proxy", 4);
387
+ i0.ɵɵdomTemplate(1, KolCombobox_ng_container_0_stencil_ng_proxy_1_Template, 3, 20, "stencil-ng-proxy", 4);
388
388
  i0.ɵɵdomElementContainerEnd();
389
389
  } if (rf & 2) {
390
390
  const ctx_r0 = i0.ɵɵnextContext();
@@ -2664,7 +2664,7 @@ let KolCombobox = class KolCombobox extends StencilProxyComponent {
2664
2664
  super();
2665
2665
  this.changeDetectorRef = changeDetectorRef;
2666
2666
  this.z = z;
2667
- this.availableInputProperties = ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'];
2667
+ this.availableInputProperties = ['_accessKey', '_disabled', '_hideClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'];
2668
2668
  changeDetectorRef.detach();
2669
2669
  const originalTagName = 'kol-combobox';
2670
2670
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -2684,9 +2684,9 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
2684
2684
  } if (rf & 2) {
2685
2685
  let _t;
2686
2686
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
2687
- } }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _msg: "_msg", _name: "_name", _on: "_on", _placeholder: "_placeholder", _required: "_required", _shortKey: "_shortKey", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
2687
+ } }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled", _hideClearButton: "_hideClearButton", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _msg: "_msg", _name: "_name", _on: "_on", _placeholder: "_placeholder", _required: "_required", _shortKey: "_shortKey", _suggestions: "_suggestions", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
2688
2688
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCombobox) }
2689
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_placeholder", "_required", "_shortKey", "_suggestions", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_disabled", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_placeholder", "_required", "_shortKey", "_suggestions", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolCombobox_Template(rf, ctx) { if (rf & 1) {
2689
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "_hideClearButton", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_placeholder", "_required", "_shortKey", "_suggestions", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_disabled", "_hideClearButton", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_name", "_on", "_placeholder", "_required", "_shortKey", "_suggestions", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolCombobox_Template(rf, ctx) { if (rf & 1) {
2690
2690
  i0.ɵɵprojectionDef();
2691
2691
  i0.ɵɵdomTemplate(0, KolCombobox_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolCombobox_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolCombobox_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
2692
2692
  } if (rf & 2) {
@@ -2695,7 +2695,7 @@ KolCombobox.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolCombobox, se
2695
2695
  } }, encapsulation: 2, changeDetection: 0 });
2696
2696
  KolCombobox = __decorate([
2697
2697
  ProxyCmp({
2698
- inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
2698
+ inputs: ['_accessKey', '_disabled', '_hideClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
2699
2699
  methods: ['getValue', 'kolFocus']
2700
2700
  })
2701
2701
  ], KolCombobox);
@@ -2708,7 +2708,7 @@ export { KolCombobox };
2708
2708
  template: `
2709
2709
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
2710
2710
  <stencil-ng-proxy
2711
- [_accessKey]="_accessKey" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_msg]="_msg" [_name]="_name" [_on]="_on" [_placeholder]="_placeholder" [_required]="_required" [_shortKey]="_shortKey" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
2711
+ [_accessKey]="_accessKey" [_disabled]="_disabled" [_hideClearButton]="_hideClearButton" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_msg]="_msg" [_name]="_name" [_on]="_on" [_placeholder]="_placeholder" [_required]="_required" [_shortKey]="_shortKey" [_suggestions]="_suggestions" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
2712
2712
  *replaceTag="tagName"
2713
2713
  #replaceTagHost
2714
2714
  >
@@ -2724,7 +2724,7 @@ export { KolCombobox };
2724
2724
  <ng-content></ng-content>
2725
2725
  </ng-template>`,
2726
2726
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2727
- inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
2727
+ inputs: ['_accessKey', '_disabled', '_hideClearButton', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_name', '_on', '_placeholder', '_required', '_shortKey', '_suggestions', '_tooltipAlign', '_touched', '_value'],
2728
2728
  providers: [
2729
2729
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolCombobox) }
2730
2730
  ],
@@ -2808,7 +2808,7 @@ export { KolDetails };
2808
2808
  type: ViewChild,
2809
2809
  args: [ReplaceTagDirective]
2810
2810
  }] }); })();
2811
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 763 }); })();
2811
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 764 }); })();
2812
2812
  let KolDrawer = class KolDrawer extends StencilProxyComponent {
2813
2813
  constructor(changeDetectorRef, r, z) {
2814
2814
  super();
@@ -2883,7 +2883,7 @@ export { KolDrawer };
2883
2883
  type: ViewChild,
2884
2884
  args: [ReplaceTagDirective]
2885
2885
  }] }); })();
2886
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 826 }); })();
2886
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 827 }); })();
2887
2887
  let KolForm = class KolForm extends StencilProxyComponent {
2888
2888
  constructor(changeDetectorRef, r, z) {
2889
2889
  super();
@@ -2958,7 +2958,7 @@ export { KolForm };
2958
2958
  type: ViewChild,
2959
2959
  args: [ReplaceTagDirective]
2960
2960
  }] }); })();
2961
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 889 }); })();
2961
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 890 }); })();
2962
2962
  let KolHeading = class KolHeading extends StencilProxyComponent {
2963
2963
  constructor(changeDetectorRef, r, z) {
2964
2964
  super();
@@ -3032,7 +3032,7 @@ export { KolHeading };
3032
3032
  type: ViewChild,
3033
3033
  args: [ReplaceTagDirective]
3034
3034
  }] }); })();
3035
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 949 }); })();
3035
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 950 }); })();
3036
3036
  let KolIcon = class KolIcon extends StencilProxyComponent {
3037
3037
  constructor(changeDetectorRef, r, z) {
3038
3038
  super();
@@ -3106,7 +3106,7 @@ export { KolIcon };
3106
3106
  type: ViewChild,
3107
3107
  args: [ReplaceTagDirective]
3108
3108
  }] }); })();
3109
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1009 }); })();
3109
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1010 }); })();
3110
3110
  let KolImage = class KolImage extends StencilProxyComponent {
3111
3111
  constructor(changeDetectorRef, r, z) {
3112
3112
  super();
@@ -3180,7 +3180,7 @@ export { KolImage };
3180
3180
  type: ViewChild,
3181
3181
  args: [ReplaceTagDirective]
3182
3182
  }] }); })();
3183
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1068 }); })();
3183
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1069 }); })();
3184
3184
  let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
3185
3185
  constructor(changeDetectorRef, r, z) {
3186
3186
  super();
@@ -3255,7 +3255,7 @@ export { KolInputCheckbox };
3255
3255
  type: ViewChild,
3256
3256
  args: [ReplaceTagDirective]
3257
3257
  }] }); })();
3258
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1131 }); })();
3258
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1132 }); })();
3259
3259
  let KolInputColor = class KolInputColor extends StencilProxyComponent {
3260
3260
  constructor(changeDetectorRef, r, z) {
3261
3261
  super();
@@ -3330,7 +3330,7 @@ export { KolInputColor };
3330
3330
  type: ViewChild,
3331
3331
  args: [ReplaceTagDirective]
3332
3332
  }] }); })();
3333
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1209 }); })();
3333
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1210 }); })();
3334
3334
  let KolInputDate = class KolInputDate extends StencilProxyComponent {
3335
3335
  constructor(changeDetectorRef, r, z) {
3336
3336
  super();
@@ -3405,7 +3405,7 @@ export { KolInputDate };
3405
3405
  type: ViewChild,
3406
3406
  args: [ReplaceTagDirective]
3407
3407
  }] }); })();
3408
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1285 }); })();
3408
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1286 }); })();
3409
3409
  let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
3410
3410
  constructor(changeDetectorRef, r, z) {
3411
3411
  super();
@@ -3480,7 +3480,7 @@ export { KolInputEmail };
3480
3480
  type: ViewChild,
3481
3481
  args: [ReplaceTagDirective]
3482
3482
  }] }); })();
3483
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1367 }); })();
3483
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1368 }); })();
3484
3484
  let KolInputFile = class KolInputFile extends StencilProxyComponent {
3485
3485
  constructor(changeDetectorRef, r, z) {
3486
3486
  super();
@@ -3555,7 +3555,7 @@ export { KolInputFile };
3555
3555
  type: ViewChild,
3556
3556
  args: [ReplaceTagDirective]
3557
3557
  }] }); })();
3558
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1451 }); })();
3558
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1452 }); })();
3559
3559
  let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
3560
3560
  constructor(changeDetectorRef, r, z) {
3561
3561
  super();
@@ -3630,7 +3630,7 @@ export { KolInputNumber };
3630
3630
  type: ViewChild,
3631
3631
  args: [ReplaceTagDirective]
3632
3632
  }] }); })();
3633
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1527 }); })();
3633
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1528 }); })();
3634
3634
  let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
3635
3635
  constructor(changeDetectorRef, r, z) {
3636
3636
  super();
@@ -3705,7 +3705,7 @@ export { KolInputPassword };
3705
3705
  type: ViewChild,
3706
3706
  args: [ReplaceTagDirective]
3707
3707
  }] }); })();
3708
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1609 }); })();
3708
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1610 }); })();
3709
3709
  let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
3710
3710
  constructor(changeDetectorRef, r, z) {
3711
3711
  super();
@@ -3780,7 +3780,7 @@ export { KolInputRadio };
3780
3780
  type: ViewChild,
3781
3781
  args: [ReplaceTagDirective]
3782
3782
  }] }); })();
3783
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1692 }); })();
3783
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1693 }); })();
3784
3784
  let KolInputRange = class KolInputRange extends StencilProxyComponent {
3785
3785
  constructor(changeDetectorRef, r, z) {
3786
3786
  super();
@@ -3855,7 +3855,7 @@ export { KolInputRange };
3855
3855
  type: ViewChild,
3856
3856
  args: [ReplaceTagDirective]
3857
3857
  }] }); })();
3858
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1765 }); })();
3858
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1766 }); })();
3859
3859
  let KolInputText = class KolInputText extends StencilProxyComponent {
3860
3860
  constructor(changeDetectorRef, r, z) {
3861
3861
  super();
@@ -3930,7 +3930,7 @@ export { KolInputText };
3930
3930
  type: ViewChild,
3931
3931
  args: [ReplaceTagDirective]
3932
3932
  }] }); })();
3933
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1843 }); })();
3933
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1844 }); })();
3934
3934
  let KolKolibri = class KolKolibri extends StencilProxyComponent {
3935
3935
  constructor(changeDetectorRef, r, z) {
3936
3936
  super();
@@ -4004,7 +4004,7 @@ export { KolKolibri };
4004
4004
  type: ViewChild,
4005
4005
  args: [ReplaceTagDirective]
4006
4006
  }] }); })();
4007
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1927 }); })();
4007
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1928 }); })();
4008
4008
  let KolLink = class KolLink extends StencilProxyComponent {
4009
4009
  constructor(changeDetectorRef, r, z) {
4010
4010
  super();
@@ -4079,7 +4079,7 @@ export { KolLink };
4079
4079
  type: ViewChild,
4080
4080
  args: [ReplaceTagDirective]
4081
4081
  }] }); })();
4082
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1987 }); })();
4082
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1988 }); })();
4083
4083
  let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
4084
4084
  constructor(changeDetectorRef, r, z) {
4085
4085
  super();
@@ -4154,7 +4154,7 @@ export { KolLinkButton };
4154
4154
  type: ViewChild,
4155
4155
  args: [ReplaceTagDirective]
4156
4156
  }] }); })();
4157
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2062 }); })();
4157
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2063 }); })();
4158
4158
  let KolModal = class KolModal extends StencilProxyComponent {
4159
4159
  constructor(changeDetectorRef, r, z) {
4160
4160
  super();
@@ -4229,7 +4229,7 @@ export { KolModal };
4229
4229
  type: ViewChild,
4230
4230
  args: [ReplaceTagDirective]
4231
4231
  }] }); })();
4232
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2137 }); })();
4232
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2138 }); })();
4233
4233
  let KolNav = class KolNav extends StencilProxyComponent {
4234
4234
  constructor(changeDetectorRef, r, z) {
4235
4235
  super();
@@ -4303,7 +4303,7 @@ export { KolNav };
4303
4303
  type: ViewChild,
4304
4304
  args: [ReplaceTagDirective]
4305
4305
  }] }); })();
4306
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2198 }); })();
4306
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2199 }); })();
4307
4307
  let KolPagination = class KolPagination extends StencilProxyComponent {
4308
4308
  constructor(changeDetectorRef, r, z) {
4309
4309
  super();
@@ -4377,7 +4377,7 @@ export { KolPagination };
4377
4377
  type: ViewChild,
4378
4378
  args: [ReplaceTagDirective]
4379
4379
  }] }); })();
4380
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2262 }); })();
4380
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2263 }); })();
4381
4381
  let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
4382
4382
  constructor(changeDetectorRef, r, z) {
4383
4383
  super();
@@ -4451,7 +4451,7 @@ export { KolPaginationWc };
4451
4451
  type: ViewChild,
4452
4452
  args: [ReplaceTagDirective]
4453
4453
  }] }); })();
4454
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2330 }); })();
4454
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2331 }); })();
4455
4455
  let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
4456
4456
  constructor(changeDetectorRef, r, z) {
4457
4457
  super();
@@ -4526,7 +4526,7 @@ export { KolPopoverButton };
4526
4526
  type: ViewChild,
4527
4527
  args: [ReplaceTagDirective]
4528
4528
  }] }); })();
4529
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2399 }); })();
4529
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2400 }); })();
4530
4530
  let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
4531
4531
  constructor(changeDetectorRef, r, z) {
4532
4532
  super();
@@ -4601,7 +4601,7 @@ export { KolPopoverButtonWc };
4601
4601
  type: ViewChild,
4602
4602
  args: [ReplaceTagDirective]
4603
4603
  }] }); })();
4604
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2477 }); })();
4604
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2478 }); })();
4605
4605
  let KolProgress = class KolProgress extends StencilProxyComponent {
4606
4606
  constructor(changeDetectorRef, r, z) {
4607
4607
  super();
@@ -4675,7 +4675,7 @@ export { KolProgress };
4675
4675
  type: ViewChild,
4676
4676
  args: [ReplaceTagDirective]
4677
4677
  }] }); })();
4678
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2553 }); })();
4678
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2554 }); })();
4679
4679
  let KolQuote = class KolQuote extends StencilProxyComponent {
4680
4680
  constructor(changeDetectorRef, r, z) {
4681
4681
  super();
@@ -4749,7 +4749,7 @@ export { KolQuote };
4749
4749
  type: ViewChild,
4750
4750
  args: [ReplaceTagDirective]
4751
4751
  }] }); })();
4752
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2615 }); })();
4752
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2616 }); })();
4753
4753
  let KolSelect = class KolSelect extends StencilProxyComponent {
4754
4754
  constructor(changeDetectorRef, r, z) {
4755
4755
  super();
@@ -4824,7 +4824,7 @@ export { KolSelect };
4824
4824
  type: ViewChild,
4825
4825
  args: [ReplaceTagDirective]
4826
4826
  }] }); })();
4827
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2677 }); })();
4827
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2678 }); })();
4828
4828
  let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
4829
4829
  constructor(changeDetectorRef, r, z) {
4830
4830
  super();
@@ -4899,7 +4899,7 @@ export { KolSingleSelect };
4899
4899
  type: ViewChild,
4900
4900
  args: [ReplaceTagDirective]
4901
4901
  }] }); })();
4902
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2755 }); })();
4902
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2756 }); })();
4903
4903
  let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
4904
4904
  constructor(changeDetectorRef, r, z) {
4905
4905
  super();
@@ -4974,7 +4974,7 @@ export { KolSkipNav };
4974
4974
  type: ViewChild,
4975
4975
  args: [ReplaceTagDirective]
4976
4976
  }] }); })();
4977
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2833 }); })();
4977
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2834 }); })();
4978
4978
  let KolSpin = class KolSpin extends StencilProxyComponent {
4979
4979
  constructor(changeDetectorRef, r, z) {
4980
4980
  super();
@@ -5048,7 +5048,7 @@ export { KolSpin };
5048
5048
  type: ViewChild,
5049
5049
  args: [ReplaceTagDirective]
5050
5050
  }] }); })();
5051
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2892 }); })();
5051
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2893 }); })();
5052
5052
  let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
5053
5053
  constructor(changeDetectorRef, r, z) {
5054
5054
  super();
@@ -5123,7 +5123,7 @@ export { KolSplitButton };
5123
5123
  type: ViewChild,
5124
5124
  args: [ReplaceTagDirective]
5125
5125
  }] }); })();
5126
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2953 }); })();
5126
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2954 }); })();
5127
5127
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5128
5128
  constructor(changeDetectorRef, r, z) {
5129
5129
  super();
@@ -5198,7 +5198,7 @@ export { KolTableStateful };
5198
5198
  type: ViewChild,
5199
5199
  args: [ReplaceTagDirective]
5200
5200
  }] }); })();
5201
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3030 }); })();
5201
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3031 }); })();
5202
5202
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5203
5203
  constructor(changeDetectorRef, r, z) {
5204
5204
  super();
@@ -5272,7 +5272,7 @@ export { KolTableStateless };
5272
5272
  type: ViewChild,
5273
5273
  args: [ReplaceTagDirective]
5274
5274
  }] }); })();
5275
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3099 }); })();
5275
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3100 }); })();
5276
5276
  let KolTabs = class KolTabs extends StencilProxyComponent {
5277
5277
  constructor(changeDetectorRef, r, z) {
5278
5278
  super();
@@ -5346,7 +5346,7 @@ export { KolTabs };
5346
5346
  type: ViewChild,
5347
5347
  args: [ReplaceTagDirective]
5348
5348
  }] }); })();
5349
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3165 }); })();
5349
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3166 }); })();
5350
5350
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5351
5351
  constructor(changeDetectorRef, r, z) {
5352
5352
  super();
@@ -5421,7 +5421,7 @@ export { KolTextarea };
5421
5421
  type: ViewChild,
5422
5422
  args: [ReplaceTagDirective]
5423
5423
  }] }); })();
5424
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3230 }); })();
5424
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3231 }); })();
5425
5425
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5426
5426
  constructor(changeDetectorRef, r, z) {
5427
5427
  super();
@@ -5495,7 +5495,7 @@ export { KolToastContainer };
5495
5495
  type: ViewChild,
5496
5496
  args: [ReplaceTagDirective]
5497
5497
  }] }); })();
5498
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3312 }); })();
5498
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3313 }); })();
5499
5499
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5500
5500
  constructor(changeDetectorRef, r, z) {
5501
5501
  super();
@@ -5569,7 +5569,7 @@ export { KolToolbar };
5569
5569
  type: ViewChild,
5570
5570
  args: [ReplaceTagDirective]
5571
5571
  }] }); })();
5572
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3370 }); })();
5572
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3371 }); })();
5573
5573
  let KolTree = class KolTree extends StencilProxyComponent {
5574
5574
  constructor(changeDetectorRef, r, z) {
5575
5575
  super();
@@ -5643,7 +5643,7 @@ export { KolTree };
5643
5643
  type: ViewChild,
5644
5644
  args: [ReplaceTagDirective]
5645
5645
  }] }); })();
5646
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3430 }); })();
5646
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3431 }); })();
5647
5647
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5648
5648
  constructor(changeDetectorRef, r, z) {
5649
5649
  super();
@@ -5718,7 +5718,7 @@ export { KolTreeItem };
5718
5718
  type: ViewChild,
5719
5719
  args: [ReplaceTagDirective]
5720
5720
  }] }); })();
5721
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3489 }); })();
5721
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3490 }); })();
5722
5722
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5723
5723
  constructor(changeDetectorRef, r, z) {
5724
5724
  super();
@@ -5793,7 +5793,7 @@ export { KolTreeItemWc };
5793
5793
  type: ViewChild,
5794
5794
  args: [ReplaceTagDirective]
5795
5795
  }] }); })();
5796
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3551 }); })();
5796
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3552 }); })();
5797
5797
  let KolVersion = class KolVersion extends StencilProxyComponent {
5798
5798
  constructor(changeDetectorRef, r, z) {
5799
5799
  super();
@@ -5867,4 +5867,4 @@ export { KolVersion };
5867
5867
  type: ViewChild,
5868
5868
  args: [ReplaceTagDirective]
5869
5869
  }] }); })();
5870
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3612 }); })();
5870
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3613 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v20",
3
- "version": "4.0.0-alpha.5",
3
+ "version": "4.0.0-alpha.7",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -54,22 +54,22 @@
54
54
  "import": "./dist/index.js"
55
55
  },
56
56
  "devDependencies": {
57
- "@angular/common": "20.3.6",
58
- "@angular/compiler": "20.3.6",
59
- "@angular/compiler-cli": "20.3.6",
60
- "@angular/core": "20.3.6",
57
+ "@angular/common": "20.3.15",
58
+ "@angular/compiler": "20.3.15",
59
+ "@angular/compiler-cli": "20.3.15",
60
+ "@angular/core": "20.3.15",
61
61
  "@types/minimatch": "6.0.0",
62
62
  "@types/minimist": "1.2.5",
63
63
  "@types/normalize-package-data": "2.4.4",
64
- "rimraf": "6.1.0",
64
+ "rimraf": "6.1.2",
65
65
  "rxjs": "7.8.2",
66
66
  "typescript": "5.9.3",
67
67
  "zone.js": "0.15.1",
68
- "@public-ui/components": "4.0.0-alpha.5"
68
+ "@public-ui/components": "4.0.0-alpha.7"
69
69
  },
70
70
  "peerDependencies": {
71
- "@angular/core": "^20.3.6",
72
- "@public-ui/components": "4.0.0-alpha.5"
71
+ "@angular/core": "^20.3.15",
72
+ "@public-ui/components": "4.0.0-alpha.7"
73
73
  },
74
74
  "files": [
75
75
  "dist"