primeng 13.1.0 → 13.1.1

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.
Files changed (30) hide show
  1. package/esm2020/calendar/calendar.mjs +6 -2
  2. package/esm2020/multiselect/multiselect.mjs +7 -4
  3. package/esm2020/table/table.mjs +17 -18
  4. package/fesm2015/primeng-calendar.mjs +5 -1
  5. package/fesm2015/primeng-calendar.mjs.map +1 -1
  6. package/fesm2015/primeng-multiselect.mjs +6 -3
  7. package/fesm2015/primeng-multiselect.mjs.map +1 -1
  8. package/fesm2015/primeng-table.mjs +16 -17
  9. package/fesm2015/primeng-table.mjs.map +1 -1
  10. package/fesm2020/primeng-calendar.mjs +5 -1
  11. package/fesm2020/primeng-calendar.mjs.map +1 -1
  12. package/fesm2020/primeng-multiselect.mjs +6 -3
  13. package/fesm2020/primeng-multiselect.mjs.map +1 -1
  14. package/fesm2020/primeng-table.mjs +16 -17
  15. package/fesm2020/primeng-table.mjs.map +1 -1
  16. package/multiselect/multiselect.d.ts +2 -1
  17. package/package.json +1 -1
  18. package/resources/themes/bootstrap4-dark-blue/theme.css +4 -0
  19. package/resources/themes/bootstrap4-dark-purple/theme.css +4 -0
  20. package/resources/themes/bootstrap4-light-blue/theme.css +4 -0
  21. package/resources/themes/bootstrap4-light-purple/theme.css +4 -0
  22. package/resources/themes/md-dark-deeppurple/theme.css +1 -1
  23. package/resources/themes/md-dark-indigo/theme.css +1 -1
  24. package/resources/themes/md-light-deeppurple/theme.css +1 -1
  25. package/resources/themes/md-light-indigo/theme.css +1 -1
  26. package/resources/themes/mdc-dark-deeppurple/theme.css +1 -1
  27. package/resources/themes/mdc-dark-indigo/theme.css +1 -1
  28. package/resources/themes/mdc-light-deeppurple/theme.css +1 -1
  29. package/resources/themes/mdc-light-indigo/theme.css +1 -1
  30. package/table/table.d.ts +3 -3
@@ -77,6 +77,7 @@ export declare class MultiSelect implements OnInit, AfterViewInit, AfterContentI
77
77
  tooltipStyleClass: string;
78
78
  autofocusFilter: boolean;
79
79
  display: string;
80
+ autocomplete: string;
80
81
  containerViewChild: ElementRef;
81
82
  filterInputChild: ElementRef;
82
83
  accessibleViewChild: ElementRef;
@@ -191,7 +192,7 @@ export declare class MultiSelect implements OnInit, AfterViewInit, AfterContentI
191
192
  onOverlayHide(): void;
192
193
  ngOnDestroy(): void;
193
194
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelect, never>;
194
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelect, "p-multiSelect", never, { "style": "style"; "styleClass": "styleClass"; "panelStyle": "panelStyle"; "panelStyleClass": "panelStyleClass"; "inputId": "inputId"; "disabled": "disabled"; "readonly": "readonly"; "group": "group"; "filter": "filter"; "filterPlaceHolder": "filterPlaceHolder"; "filterLocale": "filterLocale"; "overlayVisible": "overlayVisible"; "tabindex": "tabindex"; "appendTo": "appendTo"; "dataKey": "dataKey"; "name": "name"; "ariaLabelledBy": "ariaLabelledBy"; "displaySelectedLabel": "displaySelectedLabel"; "maxSelectedLabels": "maxSelectedLabels"; "selectionLimit": "selectionLimit"; "selectedItemsLabel": "selectedItemsLabel"; "showToggleAll": "showToggleAll"; "emptyFilterMessage": "emptyFilterMessage"; "emptyMessage": "emptyMessage"; "resetFilterOnHide": "resetFilterOnHide"; "dropdownIcon": "dropdownIcon"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionDisabled": "optionDisabled"; "optionGroupLabel": "optionGroupLabel"; "optionGroupChildren": "optionGroupChildren"; "showHeader": "showHeader"; "autoZIndex": "autoZIndex"; "baseZIndex": "baseZIndex"; "filterBy": "filterBy"; "virtualScroll": "virtualScroll"; "itemSize": "itemSize"; "showTransitionOptions": "showTransitionOptions"; "hideTransitionOptions": "hideTransitionOptions"; "ariaFilterLabel": "ariaFilterLabel"; "filterMatchMode": "filterMatchMode"; "tooltip": "tooltip"; "tooltipPosition": "tooltipPosition"; "tooltipPositionStyle": "tooltipPositionStyle"; "tooltipStyleClass": "tooltipStyleClass"; "autofocusFilter": "autofocusFilter"; "display": "display"; "scrollHeight": "scrollHeight"; "defaultLabel": "defaultLabel"; "placeholder": "placeholder"; "options": "options"; "filterValue": "filterValue"; }, { "onChange": "onChange"; "onFilter": "onFilter"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onClick": "onClick"; "onPanelShow": "onPanelShow"; "onPanelHide": "onPanelHide"; }, ["footerFacet", "headerFacet", "templates"], ["p-header", "p-footer"]>;
195
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelect, "p-multiSelect", never, { "style": "style"; "styleClass": "styleClass"; "panelStyle": "panelStyle"; "panelStyleClass": "panelStyleClass"; "inputId": "inputId"; "disabled": "disabled"; "readonly": "readonly"; "group": "group"; "filter": "filter"; "filterPlaceHolder": "filterPlaceHolder"; "filterLocale": "filterLocale"; "overlayVisible": "overlayVisible"; "tabindex": "tabindex"; "appendTo": "appendTo"; "dataKey": "dataKey"; "name": "name"; "ariaLabelledBy": "ariaLabelledBy"; "displaySelectedLabel": "displaySelectedLabel"; "maxSelectedLabels": "maxSelectedLabels"; "selectionLimit": "selectionLimit"; "selectedItemsLabel": "selectedItemsLabel"; "showToggleAll": "showToggleAll"; "emptyFilterMessage": "emptyFilterMessage"; "emptyMessage": "emptyMessage"; "resetFilterOnHide": "resetFilterOnHide"; "dropdownIcon": "dropdownIcon"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionDisabled": "optionDisabled"; "optionGroupLabel": "optionGroupLabel"; "optionGroupChildren": "optionGroupChildren"; "showHeader": "showHeader"; "autoZIndex": "autoZIndex"; "baseZIndex": "baseZIndex"; "filterBy": "filterBy"; "virtualScroll": "virtualScroll"; "itemSize": "itemSize"; "showTransitionOptions": "showTransitionOptions"; "hideTransitionOptions": "hideTransitionOptions"; "ariaFilterLabel": "ariaFilterLabel"; "filterMatchMode": "filterMatchMode"; "tooltip": "tooltip"; "tooltipPosition": "tooltipPosition"; "tooltipPositionStyle": "tooltipPositionStyle"; "tooltipStyleClass": "tooltipStyleClass"; "autofocusFilter": "autofocusFilter"; "display": "display"; "autocomplete": "autocomplete"; "scrollHeight": "scrollHeight"; "defaultLabel": "defaultLabel"; "placeholder": "placeholder"; "options": "options"; "filterValue": "filterValue"; }, { "onChange": "onChange"; "onFilter": "onFilter"; "onFocus": "onFocus"; "onBlur": "onBlur"; "onClick": "onClick"; "onPanelShow": "onPanelShow"; "onPanelHide": "onPanelHide"; }, ["footerFacet", "headerFacet", "templates"], ["p-header", "p-footer"]>;
195
196
  }
196
197
  export declare class MultiSelectModule {
197
198
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primeng",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/primefaces/primeng"
@@ -5699,4 +5699,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5699
5699
  content: "/";
5700
5700
  }
5701
5701
 
5702
+ .fc.fc-theme-standard .fc-highlight {
5703
+ background: #476880;
5704
+ }
5705
+
5702
5706
  /* Customizations to the designer theme should be defined here */
@@ -5699,4 +5699,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5699
5699
  content: "/";
5700
5700
  }
5701
5701
 
5702
+ .fc.fc-theme-standard .fc-highlight {
5703
+ background: #614c6c;
5704
+ }
5705
+
5702
5706
  /* Customizations to the designer theme should be defined here */
@@ -5699,4 +5699,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5699
5699
  content: "/";
5700
5700
  }
5701
5701
 
5702
+ .fc.fc-theme-standard .fc-highlight {
5703
+ background: #cce5ff;
5704
+ }
5705
+
5702
5706
  /* Customizations to the designer theme should be defined here */
@@ -5699,4 +5699,8 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5699
5699
  content: "/";
5700
5700
  }
5701
5701
 
5702
+ .fc.fc-theme-standard .fc-highlight {
5703
+ background: #e7d8ef;
5704
+ }
5705
+
5702
5706
  /* Customizations to the designer theme should be defined here */
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
@@ -6828,7 +6828,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
6828
  border-radius: 0;
6829
6829
  }
6830
6830
  .p-progressbar .p-progressbar-label {
6831
- display: none;
6831
+ display: none !important;
6832
6832
  }
6833
6833
 
6834
6834
  .p-radiobutton {
package/table/table.d.ts CHANGED
@@ -123,6 +123,7 @@ export declare class Table implements OnInit, AfterViewInit, AfterContentInit, B
123
123
  showInitialSortBadge: boolean;
124
124
  autoLayout: boolean;
125
125
  exportFunction: any;
126
+ exportHeader: string;
126
127
  stateKey: string;
127
128
  stateStorage: string;
128
129
  editMode: string;
@@ -286,6 +287,7 @@ export declare class Table implements OnInit, AfterViewInit, AfterContentInit, B
286
287
  createLazyLoadMetadata(): any;
287
288
  clear(): void;
288
289
  reset(): void;
290
+ getExportHeader(column: any): any;
289
291
  exportCSV(options?: any): void;
290
292
  resetScrollTop(): void;
291
293
  scrollToVirtualIndex(index: number): void;
@@ -340,7 +342,7 @@ export declare class Table implements OnInit, AfterViewInit, AfterContentInit, B
340
342
  destroyStyleElement(): void;
341
343
  ngOnDestroy(): void;
342
344
  static ɵfac: i0.ɵɵFactoryDeclaration<Table, never>;
343
- static ɵcmp: i0.ɵɵComponentDeclaration<Table, "p-table", never, { "frozenColumns": "frozenColumns"; "frozenValue": "frozenValue"; "style": "style"; "styleClass": "styleClass"; "tableStyle": "tableStyle"; "tableStyleClass": "tableStyleClass"; "paginator": "paginator"; "pageLinks": "pageLinks"; "rowsPerPageOptions": "rowsPerPageOptions"; "alwaysShowPaginator": "alwaysShowPaginator"; "paginatorPosition": "paginatorPosition"; "paginatorDropdownAppendTo": "paginatorDropdownAppendTo"; "paginatorDropdownScrollHeight": "paginatorDropdownScrollHeight"; "currentPageReportTemplate": "currentPageReportTemplate"; "showCurrentPageReport": "showCurrentPageReport"; "showJumpToPageDropdown": "showJumpToPageDropdown"; "showJumpToPageInput": "showJumpToPageInput"; "showFirstLastIcon": "showFirstLastIcon"; "showPageLinks": "showPageLinks"; "defaultSortOrder": "defaultSortOrder"; "sortMode": "sortMode"; "resetPageOnSort": "resetPageOnSort"; "selectionMode": "selectionMode"; "selectionPageOnly": "selectionPageOnly"; "contextMenuSelection": "contextMenuSelection"; "contextMenuSelectionMode": "contextMenuSelectionMode"; "dataKey": "dataKey"; "metaKeySelection": "metaKeySelection"; "rowSelectable": "rowSelectable"; "rowTrackBy": "rowTrackBy"; "lazy": "lazy"; "lazyLoadOnInit": "lazyLoadOnInit"; "compareSelectionBy": "compareSelectionBy"; "csvSeparator": "csvSeparator"; "exportFilename": "exportFilename"; "filters": "filters"; "globalFilterFields": "globalFilterFields"; "filterDelay": "filterDelay"; "filterLocale": "filterLocale"; "expandedRowKeys": "expandedRowKeys"; "editingRowKeys": "editingRowKeys"; "rowExpandMode": "rowExpandMode"; "scrollable": "scrollable"; "scrollDirection": "scrollDirection"; "rowGroupMode": "rowGroupMode"; "scrollHeight": "scrollHeight"; "virtualScroll": "virtualScroll"; "virtualScrollDelay": "virtualScrollDelay"; "virtualRowHeight": "virtualRowHeight"; "frozenWidth": "frozenWidth"; "responsive": "responsive"; "contextMenu": "contextMenu"; "resizableColumns": "resizableColumns"; "columnResizeMode": "columnResizeMode"; "reorderableColumns": "reorderableColumns"; "loading": "loading"; "loadingIcon": "loadingIcon"; "showLoader": "showLoader"; "rowHover": "rowHover"; "customSort": "customSort"; "showInitialSortBadge": "showInitialSortBadge"; "autoLayout": "autoLayout"; "exportFunction": "exportFunction"; "stateKey": "stateKey"; "stateStorage": "stateStorage"; "editMode": "editMode"; "groupRowsBy": "groupRowsBy"; "groupRowsByOrder": "groupRowsByOrder"; "minBufferPx": "minBufferPx"; "maxBufferPx": "maxBufferPx"; "responsiveLayout": "responsiveLayout"; "breakpoint": "breakpoint"; "value": "value"; "columns": "columns"; "first": "first"; "rows": "rows"; "totalRecords": "totalRecords"; "sortField": "sortField"; "sortOrder": "sortOrder"; "multiSortMeta": "multiSortMeta"; "selection": "selection"; "selectAll": "selectAll"; }, { "selectAllChange": "selectAllChange"; "selectionChange": "selectionChange"; "contextMenuSelectionChange": "contextMenuSelectionChange"; "onRowSelect": "onRowSelect"; "onRowUnselect": "onRowUnselect"; "onPage": "onPage"; "onSort": "onSort"; "onFilter": "onFilter"; "onLazyLoad": "onLazyLoad"; "onRowExpand": "onRowExpand"; "onRowCollapse": "onRowCollapse"; "onContextMenuSelect": "onContextMenuSelect"; "onColResize": "onColResize"; "onColReorder": "onColReorder"; "onRowReorder": "onRowReorder"; "onEditInit": "onEditInit"; "onEditComplete": "onEditComplete"; "onEditCancel": "onEditCancel"; "onHeaderCheckboxToggle": "onHeaderCheckboxToggle"; "sortFunction": "sortFunction"; "firstChange": "firstChange"; "rowsChange": "rowsChange"; "onStateSave": "onStateSave"; "onStateRestore": "onStateRestore"; }, ["templates"], never>;
345
+ static ɵcmp: i0.ɵɵComponentDeclaration<Table, "p-table", never, { "frozenColumns": "frozenColumns"; "frozenValue": "frozenValue"; "style": "style"; "styleClass": "styleClass"; "tableStyle": "tableStyle"; "tableStyleClass": "tableStyleClass"; "paginator": "paginator"; "pageLinks": "pageLinks"; "rowsPerPageOptions": "rowsPerPageOptions"; "alwaysShowPaginator": "alwaysShowPaginator"; "paginatorPosition": "paginatorPosition"; "paginatorDropdownAppendTo": "paginatorDropdownAppendTo"; "paginatorDropdownScrollHeight": "paginatorDropdownScrollHeight"; "currentPageReportTemplate": "currentPageReportTemplate"; "showCurrentPageReport": "showCurrentPageReport"; "showJumpToPageDropdown": "showJumpToPageDropdown"; "showJumpToPageInput": "showJumpToPageInput"; "showFirstLastIcon": "showFirstLastIcon"; "showPageLinks": "showPageLinks"; "defaultSortOrder": "defaultSortOrder"; "sortMode": "sortMode"; "resetPageOnSort": "resetPageOnSort"; "selectionMode": "selectionMode"; "selectionPageOnly": "selectionPageOnly"; "contextMenuSelection": "contextMenuSelection"; "contextMenuSelectionMode": "contextMenuSelectionMode"; "dataKey": "dataKey"; "metaKeySelection": "metaKeySelection"; "rowSelectable": "rowSelectable"; "rowTrackBy": "rowTrackBy"; "lazy": "lazy"; "lazyLoadOnInit": "lazyLoadOnInit"; "compareSelectionBy": "compareSelectionBy"; "csvSeparator": "csvSeparator"; "exportFilename": "exportFilename"; "filters": "filters"; "globalFilterFields": "globalFilterFields"; "filterDelay": "filterDelay"; "filterLocale": "filterLocale"; "expandedRowKeys": "expandedRowKeys"; "editingRowKeys": "editingRowKeys"; "rowExpandMode": "rowExpandMode"; "scrollable": "scrollable"; "scrollDirection": "scrollDirection"; "rowGroupMode": "rowGroupMode"; "scrollHeight": "scrollHeight"; "virtualScroll": "virtualScroll"; "virtualScrollDelay": "virtualScrollDelay"; "virtualRowHeight": "virtualRowHeight"; "frozenWidth": "frozenWidth"; "responsive": "responsive"; "contextMenu": "contextMenu"; "resizableColumns": "resizableColumns"; "columnResizeMode": "columnResizeMode"; "reorderableColumns": "reorderableColumns"; "loading": "loading"; "loadingIcon": "loadingIcon"; "showLoader": "showLoader"; "rowHover": "rowHover"; "customSort": "customSort"; "showInitialSortBadge": "showInitialSortBadge"; "autoLayout": "autoLayout"; "exportFunction": "exportFunction"; "exportHeader": "exportHeader"; "stateKey": "stateKey"; "stateStorage": "stateStorage"; "editMode": "editMode"; "groupRowsBy": "groupRowsBy"; "groupRowsByOrder": "groupRowsByOrder"; "minBufferPx": "minBufferPx"; "maxBufferPx": "maxBufferPx"; "responsiveLayout": "responsiveLayout"; "breakpoint": "breakpoint"; "value": "value"; "columns": "columns"; "first": "first"; "rows": "rows"; "totalRecords": "totalRecords"; "sortField": "sortField"; "sortOrder": "sortOrder"; "multiSortMeta": "multiSortMeta"; "selection": "selection"; "selectAll": "selectAll"; }, { "selectAllChange": "selectAllChange"; "selectionChange": "selectionChange"; "contextMenuSelectionChange": "contextMenuSelectionChange"; "onRowSelect": "onRowSelect"; "onRowUnselect": "onRowUnselect"; "onPage": "onPage"; "onSort": "onSort"; "onFilter": "onFilter"; "onLazyLoad": "onLazyLoad"; "onRowExpand": "onRowExpand"; "onRowCollapse": "onRowCollapse"; "onContextMenuSelect": "onContextMenuSelect"; "onColResize": "onColResize"; "onColReorder": "onColReorder"; "onRowReorder": "onRowReorder"; "onEditInit": "onEditInit"; "onEditComplete": "onEditComplete"; "onEditCancel": "onEditCancel"; "onHeaderCheckboxToggle": "onHeaderCheckboxToggle"; "sortFunction": "sortFunction"; "firstChange": "firstChange"; "rowsChange": "rowsChange"; "onStateSave": "onStateSave"; "onStateRestore": "onStateRestore"; }, ["templates"], never>;
344
346
  }
345
347
  export declare class TableBody implements AfterViewInit, OnDestroy {
346
348
  dt: Table;
@@ -662,8 +664,6 @@ export declare class TableHeaderCheckbox {
662
664
  dt: Table;
663
665
  tableService: TableService;
664
666
  cd: ChangeDetectorRef;
665
- boxViewChild: ElementRef;
666
- containerViewChild: ElementRef;
667
667
  disabled: boolean;
668
668
  inputId: string;
669
669
  name: string;