@hpcc-js/api 3.1.0 → 3.2.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.
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@hpcc-js/api",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "hpcc-js - Viz api",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
8
8
  "types": "./types/index.d.ts",
9
9
  "default": "./dist/index.js"
10
- }
10
+ },
11
+ "./dist/*": "./dist/*"
11
12
  },
12
13
  "module": "./dist/index.js",
13
14
  "browser": "./dist/index.js",
@@ -24,7 +25,6 @@
24
25
  "gen-types": "tsc --project tsconfig.json",
25
26
  "gen-types-watch": "npm run gen-types -- --watch",
26
27
  "build": "run-p gen-types bundle",
27
- "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
28
28
  "lint": "eslint ./src",
29
29
  "lint-fix": "eslint --fix src/**/*.ts",
30
30
  "docs": "typedoc --options tdoptions.json .",
@@ -34,10 +34,10 @@
34
34
  "update": "npx -y npm-check-updates -u -t minor"
35
35
  },
36
36
  "dependencies": {
37
- "@hpcc-js/common": "^3.1.0"
37
+ "@hpcc-js/common": "^3.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@hpcc-js/esbuild-plugins": "^1.2.0",
40
+ "@hpcc-js/esbuild-plugins": "^1.3.0",
41
41
  "d3-collection": "^1",
42
42
  "d3-color": "3.1.0",
43
43
  "d3-format": "^1",
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/hpcc-systems/Visualization/issues"
55
55
  },
56
56
  "homepage": "https://github.com/hpcc-systems/Visualization",
57
- "gitHead": "3f6146539f487dca08a35cdd5f94ca29609b4343"
57
+ "gitHead": "658c50fd965a7744ba8db675ba6878607c44d5e2"
58
58
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/api";
2
- export const PKG_VERSION = "3.1.0";
3
- export const BUILD_VERSION = "2.107.0";
2
+ export const PKG_VERSION = "3.2.0";
3
+ export const BUILD_VERSION = "3.2.0";
@@ -1,3 +1,3 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/api";
2
- export declare const PKG_VERSION = "3.1.0";
3
- export declare const BUILD_VERSION = "2.107.0";
2
+ export declare const PKG_VERSION = "3.2.0";
3
+ export declare const BUILD_VERSION = "3.2.0";
package/dist/index.css DELETED
@@ -1,2 +0,0 @@
1
- .d3-tip{line-height:1;font-weight:700;padding:12px;background:#000000a8;color:#fff;border-radius:2px;pointer-events:none!important;z-index:10}.d3-tip.hidden{visibility:hidden}.d3-tip:after{content:" ";box-sizing:border-box;display:inline-block;border:4px solid rgba(0,0,0,.66);position:absolute;pointer-events:none!important;width:8px;height:8px;margin:0}.d3-tip.n:after{top:100%;left:calc(50% - 4px);border-top-width:8px;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.d3-tip.e:after{top:calc(50% - 4px);left:-12px;border-top-color:transparent;border-right-width:8px;border-bottom-color:transparent;border-left-color:transparent}.d3-tip.s{margin-top:8px}.d3-tip.s:after{top:-12px;left:calc(50% - 4px);border-top-color:transparent;border-right-color:transparent;border-bottom-width:8px;border-left-color:transparent}.d3-tip.w:after{top:calc(50% - 4px);left:100%;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-width:8px}.d3-tip.notick:after{border-color:transparent!important}.common_Widget .over{stroke:#000000a8;opacity:.66}.d3-tip.ITooltip-tooltipStyle-series-table{padding:0}.d3-tip .ITooltip-series-table th,.d3-tip .ITooltip-series-table td{padding:6px;text-align:left;border:1px solid #D1D1D1}.d3-tip .ITooltip-series-table .series-table-row-color{display:inline-block;height:10px;width:10px;margin-right:10px}.d3-tip .ITooltip-series-table .series-table-row-label{display:inline-block}.d3-tip .ITooltip-series-table th{background-color:#b3b3b3}.d3-tip .ITooltip-series-table td{background-color:#fff;color:#555;font-weight:400}.d3-tip .ITooltip-series-table td:first-child{border-right:0}table.ITooltip-series-table td:last-child{border-left:1px dotted #A3A3A3}
2
- /*# sourceMappingURL=index.css.map */
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/ITooltip.css"],
4
- "sourcesContent": [".d3-tip {\n line-height: 1;\n font-weight: bold;\n padding: 12px;\n background: rgba(0, 0, 0, 0.66);\n color: #fff;\n border-radius: 2px;\n pointer-events: none !important;\n z-index:10;\n}\n\n.d3-tip.hidden {\n visibility:hidden;\n}\n\n/* Creates a small triangle extender for the tooltip */\n.d3-tip:after {\n content: \" \";\n box-sizing: border-box;\n display: inline-block;\n border: 4px solid rgba(0, 0, 0, 0.66);\n position: absolute;\n pointer-events: none !important;\n width: 8px;\n height: 8px;\n margin: 0;\n}\n\n/* Northward tooltips */\n.d3-tip.n:after {\n top: 100%;\n left: calc(50% - 4px);\n border-top-width: 8px;\n border-right-color: transparent;\n border-bottom-color: transparent;\n border-left-color: transparent;\n}\n\n/* Eastward tooltips */\n.d3-tip.e:after {\n top: calc(50% - 4px);\n left: -12px;\n border-top-color: transparent;\n border-right-width: 8px;\n border-bottom-color: transparent;\n border-left-color: transparent;\n}\n\n/* Southward tooltips */\n.d3-tip.s {\n margin-top: 8px;\n}\n.d3-tip.s:after {\n top: -12px;\n left: calc(50% - 4px);\n border-top-color: transparent;\n border-right-color: transparent;\n border-bottom-width: 8px;\n border-left-color: transparent;\n}\n\n/* Westward tooltips */\n.d3-tip.w:after {\n top: calc(50% - 4px);\n left: 100%;\n border-top-color: transparent;\n border-right-color: transparent;\n border-bottom-color: transparent;\n border-left-width: 8px;\n}\n\n.d3-tip.notick:after {\n border-color: transparent !important;\n}\n\n.common_Widget .over {\n stroke: rgba(0, 0, 0, 0.66);\n opacity: 0.66;\n}\n\n.d3-tip.ITooltip-tooltipStyle-series-table{\n padding: 0;\n}\n\n.d3-tip .ITooltip-series-table th,\n.d3-tip .ITooltip-series-table td{\n padding: 6px;\n text-align: left;\n border: 1px solid #D1D1D1;\n}\n\n.d3-tip .ITooltip-series-table .series-table-row-color{\n display: inline-block;\n height: 10px;\n width: 10px;\n margin-right: 10px;\n}\n\n.d3-tip .ITooltip-series-table .series-table-row-label{\n display: inline-block;\n}\n\n.d3-tip .ITooltip-series-table th{\n background-color: #B3B3B3;\n}\n\n.d3-tip .ITooltip-series-table td{\n background-color: #FFF;\n color: #555;\n font-weight: normal;\n}\n\n.d3-tip .ITooltip-series-table td:first-child{\n border-right: 0;\n}\n\ntable.ITooltip-series-table td:last-child{\n border-left: 1px dotted #A3A3A3;\n}\n"],
5
- "mappings": "AAAA,CAAC,OACC,YAAa,EACb,YAAa,IAFf,QAGW,KACT,WAAY,UACZ,MAAO,KALT,cAMiB,IACf,eAAgB,eAChB,QAAQ,EACV,CAEA,CAXC,MAWM,CAAC,OACJ,WAAW,MACf,CAGA,CAhBC,MAgBM,OACL,QAAS,IACT,WAAY,WACZ,QAAS,aACT,OAAQ,IAAI,MAAO,KAAK,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,KACjC,SAAU,SACV,eAAgB,eAChB,MAAO,IACP,OAAQ,IAxBV,OAyBU,CACV,CAGA,CA7BC,MA6BM,CAAC,CAAC,OACP,IAAK,KACL,KAAM,KAAK,IAAI,EAAE,KACjB,iBAAkB,IAClB,mBAAoB,YACpB,oBAAqB,YACrB,kBAAmB,WACrB,CAGA,CAvCC,MAuCM,CAAC,CAAC,OACP,IAAK,KAAK,IAAI,EAAE,KAChB,KAAM,MACN,iBAAkB,YAClB,mBAAoB,IACpB,oBAAqB,YACrB,kBAAmB,WACrB,CAGA,CAjDC,MAiDM,CAAC,EACN,WAAY,GACd,CACA,CApDC,MAoDM,CAHC,CAGC,OACP,IAAK,MACL,KAAM,KAAK,IAAI,EAAE,KACjB,iBAAkB,YAClB,mBAAoB,YACpB,oBAAqB,IACrB,kBAAmB,WACrB,CAGA,CA9DC,MA8DM,CAAC,CAAC,OACP,IAAK,KAAK,IAAI,EAAE,KAChB,KAAM,KACN,iBAAkB,YAClB,mBAAoB,YACpB,oBAAqB,YACrB,kBAAmB,GACrB,CAEA,CAvEC,MAuEM,CAAC,MAAM,OACZ,aAAc,qBAChB,CAEA,CAAC,cAAc,CAAC,KACd,OAAQ,UACR,QAAS,GACX,CAEA,CAhFC,MAgFM,CAAC,mCAhFR,QAiFW,CACX,CAEA,CApFC,OAoFO,CAAC,sBAAsB,GAC/B,CArFC,OAqFO,CADC,sBACsB,GArF/B,QAsFW,IACT,WAAY,KACZ,OAAQ,IAAI,MAAM,OACpB,CAEA,CA3FC,OA2FO,CAPC,sBAOsB,CAAC,uBAC9B,QAAS,aACT,OAAQ,KACR,MAAO,KACP,aAAc,IAChB,CAEA,CAlGC,OAkGO,CAdC,sBAcsB,CAAC,uBAC9B,QAAS,YACX,CAEA,CAtGC,OAsGO,CAlBC,sBAkBsB,GAC7B,iBAAkB,OACpB,CAEA,CA1GC,OA0GO,CAtBC,sBAsBsB,GAC7B,iBAAkB,KAClB,MAAO,KACP,YAAa,GACf,CAEA,CAhHC,OAgHO,CA5BC,sBA4BsB,EAAE,aAC/B,aAAc,CAChB,CAEA,KAAK,CAhCI,sBAgCmB,EAAE,YAC5B,YAAa,IAAI,OAAO,OAC1B",
6
- "names": []
7
- }