@public-ui/angular-v19 3.0.6-rc.1 → 3.0.6

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.
@@ -1156,6 +1156,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
1156
1156
  _allowmultisort: any;
1157
1157
  _data: any;
1158
1158
  _datafoot: any;
1159
+ _hassettingsmenu: any;
1159
1160
  _headers: any;
1160
1161
  _label: any;
1161
1162
  _minwidth: any;
@@ -1172,7 +1173,7 @@ export declare class KolTableStateful extends StencilProxyComponent implements O
1172
1173
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
1173
1174
  ngOnChanges(): void;
1174
1175
  static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateful, never>;
1175
- static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_headers": { "alias": "_headers"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; "_tableSettings": { "alias": "_tableSettings"; "required": false; }; }, {}, never, ["*"], true, never>;
1176
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateful, "kol-table-stateful", never, { "_allowMultiSort": { "alias": "_allowMultiSort"; "required": false; }; "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headers": { "alias": "_headers"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_pagination": { "alias": "_pagination"; "required": false; }; "_paginationPosition": { "alias": "_paginationPosition"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; "_tableSettings": { "alias": "_tableSettings"; "required": false; }; }, {}, never, ["*"], true, never>;
1176
1177
  }
1177
1178
  export declare interface KolTableStateful extends Components.KolTableStateful {
1178
1179
  }
@@ -1181,6 +1182,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
1181
1182
  protected z: NgZone;
1182
1183
  _data: any;
1183
1184
  _datafoot: any;
1185
+ _hassettingsmenu: any;
1184
1186
  _headercells: any;
1185
1187
  _label: any;
1186
1188
  _minwidth: any;
@@ -1195,7 +1197,7 @@ export declare class KolTableStateless extends StencilProxyComponent implements
1195
1197
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
1196
1198
  ngOnChanges(): void;
1197
1199
  static ɵfac: i0.ɵɵFactoryDeclaration<KolTableStateless, never>;
1198
- static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_headerCells": { "alias": "_headerCells"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; "_tableSettings": { "alias": "_tableSettings"; "required": false; }; }, {}, never, ["*"], true, never>;
1200
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolTableStateless, "kol-table-stateless", never, { "_data": { "alias": "_data"; "required": false; }; "_dataFoot": { "alias": "_dataFoot"; "required": false; }; "_hasSettingsMenu": { "alias": "_hasSettingsMenu"; "required": false; }; "_headerCells": { "alias": "_headerCells"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_minWidth": { "alias": "_minWidth"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_selection": { "alias": "_selection"; "required": false; }; "_tableSettings": { "alias": "_tableSettings"; "required": false; }; }, {}, never, ["*"], true, never>;
1199
1201
  }
1200
1202
  export declare interface KolTableStateless extends Components.KolTableStateless {
1201
1203
  }
@@ -1566,13 +1566,13 @@ function KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
1566
1566
  } if (rf & 2) {
1567
1567
  const ctx_r0 = i0.ɵɵnextContext(2);
1568
1568
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
1569
- i0.ɵɵproperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection)("_tableSettings", ctx_r0._tableSettings);
1569
+ i0.ɵɵproperty("_allowMultiSort", ctx_r0._allowMultiSort)("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headers", ctx_r0._headers)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_pagination", ctx_r0._pagination)("_paginationPosition", ctx_r0._paginationPosition)("_selection", ctx_r0._selection)("_tableSettings", ctx_r0._tableSettings);
1570
1570
  i0.ɵɵadvance(2);
1571
1571
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
1572
1572
  } }
1573
1573
  function KolTableStateful_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1574
1574
  i0.ɵɵelementContainerStart(0);
1575
- i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3, 12, "stencil-ng-proxy", 4);
1575
+ i0.ɵɵtemplate(1, KolTableStateful_ng_container_0_stencil_ng_proxy_1_Template, 3, 13, "stencil-ng-proxy", 4);
1576
1576
  i0.ɵɵelementContainerEnd();
1577
1577
  } if (rf & 2) {
1578
1578
  const ctx_r0 = i0.ɵɵnextContext();
@@ -1602,13 +1602,13 @@ function KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) {
1602
1602
  } if (rf & 2) {
1603
1603
  const ctx_r0 = i0.ɵɵnextContext(2);
1604
1604
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
1605
- i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_selection", ctx_r0._selection)("_tableSettings", ctx_r0._tableSettings);
1605
+ i0.ɵɵproperty("_data", ctx_r0._data)("_dataFoot", ctx_r0._dataFoot)("_hasSettingsMenu", ctx_r0._hasSettingsMenu)("_headerCells", ctx_r0._headerCells)("_label", ctx_r0._label)("_minWidth", ctx_r0._minWidth)("_on", ctx_r0._on)("_selection", ctx_r0._selection)("_tableSettings", ctx_r0._tableSettings);
1606
1606
  i0.ɵɵadvance(2);
1607
1607
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
1608
1608
  } }
1609
1609
  function KolTableStateless_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1610
1610
  i0.ɵɵelementContainerStart(0);
1611
- i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3, 9, "stencil-ng-proxy", 4);
1611
+ i0.ɵɵtemplate(1, KolTableStateless_ng_container_0_stencil_ng_proxy_1_Template, 3, 10, "stencil-ng-proxy", 4);
1612
1612
  i0.ɵɵelementContainerEnd();
1613
1613
  } if (rf & 2) {
1614
1614
  const ctx_r0 = i0.ɵɵnextContext();
@@ -5127,7 +5127,7 @@ let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5127
5127
  super();
5128
5128
  this.changeDetectorRef = changeDetectorRef;
5129
5129
  this.z = z;
5130
- this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection', '_tableSettings'];
5130
+ this.availableInputProperties = ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection', '_tableSettings'];
5131
5131
  changeDetectorRef.detach();
5132
5132
  const originalTagName = 'kol-table-stateful';
5133
5133
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -5147,9 +5147,9 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
5147
5147
  } if (rf & 2) {
5148
5148
  let _t;
5149
5149
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
5150
- } }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _headers: "_headers", _label: "_label", _minWidth: "_minWidth", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection", _tableSettings: "_tableSettings" }, features: [i0.ɵɵProvidersFeature([
5150
+ } }, inputs: { _allowMultiSort: "_allowMultiSort", _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headers: "_headers", _label: "_label", _minWidth: "_minWidth", _on: "_on", _pagination: "_pagination", _paginationPosition: "_paginationPosition", _selection: "_selection", _tableSettings: "_tableSettings" }, features: [i0.ɵɵProvidersFeature([
5151
5151
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
5152
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection", "_tableSettings", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection", "_tableSettings"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
5152
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection", "_tableSettings", 4, "replaceTag"], [3, "_allowMultiSort", "_data", "_dataFoot", "_hasSettingsMenu", "_headers", "_label", "_minWidth", "_on", "_pagination", "_paginationPosition", "_selection", "_tableSettings"], [4, "ngTemplateOutlet"]], template: function KolTableStateful_Template(rf, ctx) { if (rf & 1) {
5153
5153
  i0.ɵɵprojectionDef();
5154
5154
  i0.ɵɵtemplate(0, KolTableStateful_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTableStateful_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTableStateful_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
5155
5155
  } if (rf & 2) {
@@ -5158,7 +5158,7 @@ KolTableStateful.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableSt
5158
5158
  } }, encapsulation: 2, changeDetection: 0 });
5159
5159
  KolTableStateful = __decorate([
5160
5160
  ProxyCmp({
5161
- inputs: ['_allowMultiSort', '_data', '_dataFoot', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection', '_tableSettings'],
5161
+ inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection', '_tableSettings'],
5162
5162
  methods: ['getSelection']
5163
5163
  })
5164
5164
  ], KolTableStateful);
@@ -5171,7 +5171,7 @@ export { KolTableStateful };
5171
5171
  template: `
5172
5172
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
5173
5173
  <stencil-ng-proxy
5174
- [_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_headers]="_headers" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection" [_tableSettings]="_tableSettings"
5174
+ [_allowMultiSort]="_allowMultiSort" [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headers]="_headers" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_pagination]="_pagination" [_paginationPosition]="_paginationPosition" [_selection]="_selection" [_tableSettings]="_tableSettings"
5175
5175
  *replaceTag="tagName"
5176
5176
  #replaceTagHost
5177
5177
  >
@@ -5187,7 +5187,7 @@ export { KolTableStateful };
5187
5187
  <ng-content></ng-content>
5188
5188
  </ng-template>`,
5189
5189
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
5190
- inputs: ['_allowMultiSort', '_data', '_dataFoot', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection', '_tableSettings'],
5190
+ inputs: ['_allowMultiSort', '_data', '_dataFoot', '_hasSettingsMenu', '_headers', '_label', '_minWidth', '_on', '_pagination', '_paginationPosition', '_selection', '_tableSettings'],
5191
5191
  providers: [
5192
5192
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateful) }
5193
5193
  ],
@@ -5202,7 +5202,7 @@ let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5202
5202
  super();
5203
5203
  this.changeDetectorRef = changeDetectorRef;
5204
5204
  this.z = z;
5205
- this.availableInputProperties = ['_data', '_dataFoot', '_headerCells', '_label', '_minWidth', '_on', '_selection', '_tableSettings'];
5205
+ this.availableInputProperties = ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection', '_tableSettings'];
5206
5206
  changeDetectorRef.detach();
5207
5207
  const originalTagName = 'kol-table-stateless';
5208
5208
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -5222,9 +5222,9 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
5222
5222
  } if (rf & 2) {
5223
5223
  let _t;
5224
5224
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
5225
- } }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _headerCells: "_headerCells", _label: "_label", _minWidth: "_minWidth", _on: "_on", _selection: "_selection", _tableSettings: "_tableSettings" }, features: [i0.ɵɵProvidersFeature([
5225
+ } }, inputs: { _data: "_data", _dataFoot: "_dataFoot", _hasSettingsMenu: "_hasSettingsMenu", _headerCells: "_headerCells", _label: "_label", _minWidth: "_minWidth", _on: "_on", _selection: "_selection", _tableSettings: "_tableSettings" }, features: [i0.ɵɵProvidersFeature([
5226
5226
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
5227
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_headerCells", "_label", "_minWidth", "_on", "_selection", "_tableSettings", 4, "replaceTag"], [3, "_data", "_dataFoot", "_headerCells", "_label", "_minWidth", "_on", "_selection", "_tableSettings"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
5227
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_minWidth", "_on", "_selection", "_tableSettings", 4, "replaceTag"], [3, "_data", "_dataFoot", "_hasSettingsMenu", "_headerCells", "_label", "_minWidth", "_on", "_selection", "_tableSettings"], [4, "ngTemplateOutlet"]], template: function KolTableStateless_Template(rf, ctx) { if (rf & 1) {
5228
5228
  i0.ɵɵprojectionDef();
5229
5229
  i0.ɵɵtemplate(0, KolTableStateless_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolTableStateless_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolTableStateless_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
5230
5230
  } if (rf & 2) {
@@ -5233,7 +5233,7 @@ KolTableStateless.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolTableS
5233
5233
  } }, encapsulation: 2, changeDetection: 0 });
5234
5234
  KolTableStateless = __decorate([
5235
5235
  ProxyCmp({
5236
- inputs: ['_data', '_dataFoot', '_headerCells', '_label', '_minWidth', '_on', '_selection', '_tableSettings']
5236
+ inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection', '_tableSettings']
5237
5237
  })
5238
5238
  ], KolTableStateless);
5239
5239
  export { KolTableStateless };
@@ -5245,7 +5245,7 @@ export { KolTableStateless };
5245
5245
  template: `
5246
5246
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
5247
5247
  <stencil-ng-proxy
5248
- [_data]="_data" [_dataFoot]="_dataFoot" [_headerCells]="_headerCells" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_selection]="_selection" [_tableSettings]="_tableSettings"
5248
+ [_data]="_data" [_dataFoot]="_dataFoot" [_hasSettingsMenu]="_hasSettingsMenu" [_headerCells]="_headerCells" [_label]="_label" [_minWidth]="_minWidth" [_on]="_on" [_selection]="_selection" [_tableSettings]="_tableSettings"
5249
5249
  *replaceTag="tagName"
5250
5250
  #replaceTagHost
5251
5251
  >
@@ -5261,7 +5261,7 @@ export { KolTableStateless };
5261
5261
  <ng-content></ng-content>
5262
5262
  </ng-template>`,
5263
5263
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
5264
- inputs: ['_data', '_dataFoot', '_headerCells', '_label', '_minWidth', '_on', '_selection', '_tableSettings'],
5264
+ inputs: ['_data', '_dataFoot', '_hasSettingsMenu', '_headerCells', '_label', '_minWidth', '_on', '_selection', '_tableSettings'],
5265
5265
  providers: [
5266
5266
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolTableStateless) }
5267
5267
  ],
@@ -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: 3092 }); })();
5273
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3093 }); })();
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: 3157 }); })();
5347
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3159 }); })();
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: 3222 }); })();
5422
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3224 }); })();
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: 3304 }); })();
5496
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3306 }); })();
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: 3362 }); })();
5570
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3364 }); })();
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: 3422 }); })();
5644
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3424 }); })();
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: 3481 }); })();
5719
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3483 }); })();
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: 3543 }); })();
5794
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3545 }); })();
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: 3604 }); })();
5868
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3606 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v19",
3
- "version": "3.0.6-rc.1",
3
+ "version": "3.0.6",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -57,7 +57,7 @@
57
57
  "@angular/common": "19.2.15",
58
58
  "@angular/compiler": "19.2.15",
59
59
  "@angular/compiler-cli": "19.2.15",
60
- "@angular/core": "19.2.14",
60
+ "@angular/core": "19.2.15",
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.8.3",
68
68
  "zone.js": "0.15.1",
69
- "@public-ui/components": "3.0.6-rc.1"
69
+ "@public-ui/components": "3.0.6"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@angular/core": "^19.2.15",
73
- "@public-ui/components": "3.0.6-rc.1"
73
+ "@public-ui/components": "3.0.6"
74
74
  },
75
75
  "files": [
76
76
  "dist"