globuswebcomponents 2.10.5 → 2.10.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.
@@ -140,7 +140,6 @@ export declare class GbTable {
140
140
  private renderHeaderIcons;
141
141
  renderDesktopView(): any;
142
142
  validateMobilePositions(newCols: TableColumn[]): void;
143
- handlePaginationChange(newValue: any, oldValue: any): void;
144
143
  emitRowData(row: any): void;
145
144
  renderMobileView(): any;
146
145
  emitSearchValue(detail: any): void;
@@ -2225,9 +2225,6 @@ export namespace Components {
2225
2225
  * @default [ // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false }, // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false }, // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled: true }, ]
2226
2226
  */
2227
2227
  "dropdownOptions"?: DropdownOption[];
2228
- /**
2229
- * @default { size: 'md', background: true, backgroundType: 'grid', mainText: 'No data available', supportingText: 'Try adjusting your filters or check back later.', color: 'gray', illustrationIcon: 'assets/alert-circle.svg', illustrationStyle: 'box', theme: 'light', }
2230
- */
2231
2228
  "emptyStateConfig": {
2232
2229
  size: GeneralSizes;
2233
2230
  mainText: string;
@@ -2254,9 +2251,6 @@ export namespace Components {
2254
2251
  * @default false
2255
2252
  */
2256
2253
  "loading": boolean;
2257
- /**
2258
- * @default { paginationMode: 'internal', entriesDropdownMenuPosition: 'top', currentPage: 1, pageSize: 10, }
2259
- */
2260
2254
  "paginationConfig": {
2261
2255
  paginationMode: 'internal' | 'external';
2262
2256
  entriesDropdownMenuPosition: 'top' | 'bottom';
@@ -2292,9 +2286,6 @@ export namespace Components {
2292
2286
  * @default 'gray'
2293
2287
  */
2294
2288
  "tableHeadColor": 'gray' | 'blue';
2295
- /**
2296
- * @default { tableHeading: false, tableHeadingLabel: 'Suspicious outflows', showDateFilter: true, showFilter: true, showColumnOptions: true, showSearch: true, showExport: true, showRefreshButton: false, datePickerMode: 'range', inputPlaceholder: 'Transaction reference', }
2297
- */
2298
2289
  "tableHeaderConfig": {
2299
2290
  tableHeading?: boolean;
2300
2291
  tableHeadingLabel?: string;
@@ -6458,9 +6449,6 @@ declare namespace LocalJSX {
6458
6449
  * @default [ // { label: 'View', action: 'view', icon: 'assets/view.svg', disabled: false }, // { label: 'Edit', action: 'edit', icon: 'assets/pencil-edit-01.svg', disabled: false }, // { label: 'Delete', action: 'delete', icon: 'assets/delete-02.svg', disabled: true }, ]
6459
6450
  */
6460
6451
  "dropdownOptions"?: DropdownOption[];
6461
- /**
6462
- * @default { size: 'md', background: true, backgroundType: 'grid', mainText: 'No data available', supportingText: 'Try adjusting your filters or check back later.', color: 'gray', illustrationIcon: 'assets/alert-circle.svg', illustrationStyle: 'box', theme: 'light', }
6463
- */
6464
6452
  "emptyStateConfig"?: {
6465
6453
  size: GeneralSizes;
6466
6454
  mainText: string;
@@ -6498,9 +6486,6 @@ declare namespace LocalJSX {
6498
6486
  "onRowActionClicked"?: (event: GbTableCustomEvent<{ action: string; row: any }>) => void;
6499
6487
  "onRowClicked"?: (event: GbTableCustomEvent<{ row: any }>) => void;
6500
6488
  "onSelectionChanged"?: (event: GbTableCustomEvent<any[]>) => void;
6501
- /**
6502
- * @default { paginationMode: 'internal', entriesDropdownMenuPosition: 'top', currentPage: 1, pageSize: 10, }
6503
- */
6504
6489
  "paginationConfig"?: {
6505
6490
  paginationMode: 'internal' | 'external';
6506
6491
  entriesDropdownMenuPosition: 'top' | 'bottom';
@@ -6536,9 +6521,6 @@ declare namespace LocalJSX {
6536
6521
  * @default 'gray'
6537
6522
  */
6538
6523
  "tableHeadColor"?: 'gray' | 'blue';
6539
- /**
6540
- * @default { tableHeading: false, tableHeadingLabel: 'Suspicious outflows', showDateFilter: true, showFilter: true, showColumnOptions: true, showSearch: true, showExport: true, showRefreshButton: false, datePickerMode: 'range', inputPlaceholder: 'Transaction reference', }
6541
- */
6542
6524
  "tableHeaderConfig"?: {
6543
6525
  tableHeading?: boolean;
6544
6526
  tableHeadingLabel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "2.10.5",
3
+ "version": "2.10.7",
4
4
  "description": "Globus One",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",