@genesislcap/g2plot-chart 14.221.0 → 14.223.0

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.
@@ -1468,6 +1468,49 @@
1468
1468
  "module": "src/utils/base-datasource.ts"
1469
1469
  }
1470
1470
  },
1471
+ {
1472
+ "kind": "method",
1473
+ "name": "getFieldMetadata",
1474
+ "return": {
1475
+ "type": {
1476
+ "text": "FieldMetadata"
1477
+ }
1478
+ },
1479
+ "parameters": [
1480
+ {
1481
+ "name": "fieldName",
1482
+ "type": {
1483
+ "text": "string"
1484
+ }
1485
+ }
1486
+ ],
1487
+ "inheritedFrom": {
1488
+ "name": "BaseDatasource",
1489
+ "module": "src/utils/base-datasource.ts"
1490
+ }
1491
+ },
1492
+ {
1493
+ "kind": "method",
1494
+ "name": "getDefaultLabelFormat",
1495
+ "parameters": [
1496
+ {
1497
+ "name": "field",
1498
+ "type": {
1499
+ "text": "any"
1500
+ }
1501
+ },
1502
+ {
1503
+ "name": "type",
1504
+ "type": {
1505
+ "text": "FieldTypeEnum"
1506
+ }
1507
+ }
1508
+ ],
1509
+ "inheritedFrom": {
1510
+ "name": "BaseDatasource",
1511
+ "module": "src/utils/base-datasource.ts"
1512
+ }
1513
+ },
1471
1514
  {
1472
1515
  "kind": "field",
1473
1516
  "name": "_presentation",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/g2plot-chart",
3
3
  "description": "Genesis G2plot Chart",
4
- "version": "14.221.0",
4
+ "version": "14.223.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -53,22 +53,22 @@
53
53
  }
54
54
  },
55
55
  "devDependencies": {
56
- "@genesislcap/foundation-testing": "14.221.0",
57
- "@genesislcap/genx": "14.221.0",
58
- "@genesislcap/rollup-builder": "14.221.0",
59
- "@genesislcap/ts-builder": "14.221.0",
60
- "@genesislcap/uvu-playwright-builder": "14.221.0",
61
- "@genesislcap/vite-builder": "14.221.0",
62
- "@genesislcap/webpack-builder": "14.221.0",
56
+ "@genesislcap/foundation-testing": "14.223.0",
57
+ "@genesislcap/genx": "14.223.0",
58
+ "@genesislcap/rollup-builder": "14.223.0",
59
+ "@genesislcap/ts-builder": "14.223.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.223.0",
61
+ "@genesislcap/vite-builder": "14.223.0",
62
+ "@genesislcap/webpack-builder": "14.223.0",
63
63
  "rimraf": "^5.0.0"
64
64
  },
65
65
  "dependencies": {
66
66
  "@antv/g2plot": "^2.4.32",
67
- "@genesislcap/foundation-comms": "14.221.0",
68
- "@genesislcap/foundation-logger": "14.221.0",
69
- "@genesislcap/foundation-ui": "14.221.0",
70
- "@genesislcap/foundation-utils": "14.221.0",
71
- "@genesislcap/foundation-zero": "14.221.0",
67
+ "@genesislcap/foundation-comms": "14.223.0",
68
+ "@genesislcap/foundation-logger": "14.223.0",
69
+ "@genesislcap/foundation-ui": "14.223.0",
70
+ "@genesislcap/foundation-utils": "14.223.0",
71
+ "@genesislcap/foundation-zero": "14.223.0",
72
72
  "@microsoft/fast-element": "^1.12.0",
73
73
  "@microsoft/fast-foundation": "2.49.6",
74
74
  "tslib": "^2.3.1"
@@ -82,5 +82,5 @@
82
82
  "access": "public"
83
83
  },
84
84
  "customElements": "dist/custom-elements.json",
85
- "gitHead": "74cb1a2eb7b1b23c6c56f8852db7b8254968b88b"
85
+ "gitHead": "22b246a956a4063d7337ab506bbdaa43e136ba63"
86
86
  }