@bluecopa/core 0.1.59 → 0.1.61

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.
@@ -209,6 +209,7 @@ export declare const getValueGroupsSelectOptions: (props: {
209
209
  currency: import('../../../../models/src/lib/common/localeUtils').NewCurrencyType;
210
210
  precision: number;
211
211
  isCurrency: boolean;
212
+ isDatasetCurrency: boolean;
212
213
  isPercentage: boolean;
213
214
  isNumber: boolean;
214
215
  showAs: import('../../../../models/src/lib/ui-models/workbookModel').ShowAsType | import('../../../../models/src/lib/ui-models/workbookModel').CustomCalculationsShowAsType;
@@ -231,6 +232,7 @@ export declare const getValueGroupsSelectOptions: (props: {
231
232
  currency: import('../../../../models/src/lib/common/localeUtils').NewCurrencyType;
232
233
  precision: number;
233
234
  isCurrency: boolean;
235
+ isDatasetCurrency: boolean;
234
236
  isPercentage: boolean;
235
237
  isNumber: boolean;
236
238
  showAs: import('../../../../models/src/lib/ui-models/workbookModel').ShowAsType | import('../../../../models/src/lib/ui-models/workbookModel').CustomCalculationsShowAsType;
@@ -355,6 +357,7 @@ export declare const getValueColumnsFromSelectOptions: (selectOptions: SelectOpt
355
357
  impact: any;
356
358
  type: any;
357
359
  isCurrency: any;
360
+ isDatasetCurrency: any;
358
361
  isPercentage: any;
359
362
  isNumber: any;
360
363
  showAs: any;
@@ -373,6 +376,7 @@ export declare const getValueColumnsFromSelectOptions: (selectOptions: SelectOpt
373
376
  impact: any;
374
377
  type: any;
375
378
  isCurrency: any;
379
+ isDatasetCurrency: any;
376
380
  isPercentage: any;
377
381
  isNumber: any;
378
382
  showAs: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluecopa/core",
3
- "version": "0.1.59",
3
+ "version": "0.1.61",
4
4
  "type": "module",
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",
@@ -39,7 +39,7 @@
39
39
  "node": ">=18.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "axios": "1.13.5",
42
+ "axios": "1.15.0",
43
43
  "centrifuge": "5.2.2",
44
44
  "lodash": "4.18.1",
45
45
  "pusher-js": "^8.3.0",