@deephaven/iris-grid 0.15.5-vite.12 → 0.15.6-vite.19

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.
@@ -9,5 +9,11 @@ import RollupRows from './RollupRows';
9
9
  import TableCsvExporter from './TableCsvExporter';
10
10
  import TableSaver from './TableSaver';
11
11
  import VisibilityOrderingBuilder from './VisibilityOrderingBuilder';
12
- export { AdvancedSettings, Aggregations, AggregationEdit, AggregationUtils, ChartBuilder, CustomColumnBuilder, OptionType, RollupRows, TableCsvExporter, TableSaver, VisibilityOrderingBuilder, };
12
+ import { FormattingRule } from './conditional-formatting/ConditionalFormattingUtils';
13
+ import AdvancedSettingsType from './AdvancedSettingsType';
14
+ export { AdvancedSettings, Aggregations, AggregationEdit, AggregationUtils, ChartBuilder, CustomColumnBuilder, OptionType, RollupRows, TableCsvExporter, TableSaver, VisibilityOrderingBuilder, AdvancedSettingsType, };
15
+ export type { FormattingRule as SidebarFormattingRule };
16
+ export * from './aggregations';
17
+ export * from './RollupRows';
18
+ export * from './ChartBuilder';
13
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,eAAe,MAAM,gCAAgC,CAAC;AAC7D,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,YAAY,EACZ,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,yBAAyB,GAC1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,eAAe,MAAM,gCAAgC,CAAC;AAC7D,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,qDAAqD,CAAC;AACrF,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EACL,gBAAgB,EAChB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,YAAY,EACZ,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,yBAAyB,EACzB,oBAAoB,GACrB,CAAC;AAEF,YAAY,EAAE,cAAc,IAAI,qBAAqB,EAAE,CAAC;AACxD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC"}
@@ -9,5 +9,9 @@ import RollupRows from "./RollupRows.js";
9
9
  import TableCsvExporter from "./TableCsvExporter.js";
10
10
  import TableSaver from "./TableSaver.js";
11
11
  import VisibilityOrderingBuilder from "./VisibilityOrderingBuilder.js";
12
- export { AdvancedSettings, Aggregations, AggregationEdit, AggregationUtils, ChartBuilder, CustomColumnBuilder, OptionType, RollupRows, TableCsvExporter, TableSaver, VisibilityOrderingBuilder };
12
+ import AdvancedSettingsType from "./AdvancedSettingsType.js";
13
+ export { AdvancedSettings, Aggregations, AggregationEdit, AggregationUtils, ChartBuilder, CustomColumnBuilder, OptionType, RollupRows, TableCsvExporter, TableSaver, VisibilityOrderingBuilder, AdvancedSettingsType };
14
+ export * from "./aggregations/index.js";
15
+ export * from "./RollupRows.js";
16
+ export * from "./ChartBuilder.js";
13
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["AdvancedSettings","Aggregations","AggregationEdit","AggregationUtils","ChartBuilder","CustomColumnBuilder","OptionType","RollupRows","TableCsvExporter","TableSaver","VisibilityOrderingBuilder"],"sources":["../../src/sidebar/index.ts"],"sourcesContent":["import AdvancedSettings from './AdvancedSettings';\nimport Aggregations from './aggregations/Aggregations';\nimport AggregationEdit from './aggregations/AggregationEdit';\nimport AggregationUtils from './aggregations/AggregationUtils';\nimport ChartBuilder from './ChartBuilder';\nimport CustomColumnBuilder from './CustomColumnBuilder';\nimport OptionType from './OptionType';\nimport RollupRows from './RollupRows';\nimport TableCsvExporter from './TableCsvExporter';\nimport TableSaver from './TableSaver';\nimport VisibilityOrderingBuilder from './VisibilityOrderingBuilder';\n\nexport {\n AdvancedSettings,\n Aggregations,\n AggregationEdit,\n AggregationUtils,\n ChartBuilder,\n CustomColumnBuilder,\n OptionType,\n RollupRows,\n TableCsvExporter,\n TableSaver,\n VisibilityOrderingBuilder,\n};\n"],"mappings":"OAAOA,gB;OACAC,Y;OACAC,e;OACAC,gB;OACAC,Y;OACAC,mB;OACAC,U;OACAC,U;OACAC,gB;OACAC,U;OACAC,yB;AAEP,SACEV,gBADF,EAEEC,YAFF,EAGEC,eAHF,EAIEC,gBAJF,EAKEC,YALF,EAMEC,mBANF,EAOEC,UAPF,EAQEC,UARF,EASEC,gBATF,EAUEC,UAVF,EAWEC,yBAXF"}
1
+ {"version":3,"file":"index.js","names":["AdvancedSettings","Aggregations","AggregationEdit","AggregationUtils","ChartBuilder","CustomColumnBuilder","OptionType","RollupRows","TableCsvExporter","TableSaver","VisibilityOrderingBuilder","AdvancedSettingsType"],"sources":["../../src/sidebar/index.ts"],"sourcesContent":["import AdvancedSettings from './AdvancedSettings';\nimport Aggregations from './aggregations/Aggregations';\nimport AggregationEdit from './aggregations/AggregationEdit';\nimport AggregationUtils from './aggregations/AggregationUtils';\nimport ChartBuilder from './ChartBuilder';\nimport CustomColumnBuilder from './CustomColumnBuilder';\nimport OptionType from './OptionType';\nimport RollupRows from './RollupRows';\nimport TableCsvExporter from './TableCsvExporter';\nimport TableSaver from './TableSaver';\nimport VisibilityOrderingBuilder from './VisibilityOrderingBuilder';\nimport { FormattingRule } from './conditional-formatting/ConditionalFormattingUtils';\nimport AdvancedSettingsType from './AdvancedSettingsType';\n\nexport {\n AdvancedSettings,\n Aggregations,\n AggregationEdit,\n AggregationUtils,\n ChartBuilder,\n CustomColumnBuilder,\n OptionType,\n RollupRows,\n TableCsvExporter,\n TableSaver,\n VisibilityOrderingBuilder,\n AdvancedSettingsType,\n};\n\nexport type { FormattingRule as SidebarFormattingRule };\nexport * from './aggregations';\nexport * from './RollupRows';\nexport * from './ChartBuilder';\n"],"mappings":"OAAOA,gB;OACAC,Y;OACAC,e;OACAC,gB;OACAC,Y;OACAC,mB;OACAC,U;OACAC,U;OACAC,gB;OACAC,U;OACAC,yB;OAEAC,oB;AAEP,SACEX,gBADF,EAEEC,YAFF,EAGEC,eAHF,EAIEC,gBAJF,EAKEC,YALF,EAMEC,mBANF,EAOEC,UAPF,EAQEC,UARF,EASEC,gBATF,EAUEC,UAVF,EAWEC,yBAXF,EAYEC,oBAZF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/iris-grid",
3
- "version": "0.15.5-vite.12+52a2dd9",
3
+ "version": "0.15.6-vite.19+fdb234b",
4
4
  "description": "Deephaven Iris Grid",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -31,18 +31,18 @@
31
31
  "start": "cross-env NODE_ENV=development npm run watch"
32
32
  },
33
33
  "dependencies": {
34
- "@deephaven/components": "^0.15.5-vite.12+52a2dd9",
35
- "@deephaven/console": "^0.15.5-vite.12+52a2dd9",
36
- "@deephaven/filters": "^0.15.5-vite.12+52a2dd9",
37
- "@deephaven/grid": "^0.15.5-vite.12+52a2dd9",
38
- "@deephaven/icons": "^0.15.5-vite.12+52a2dd9",
39
- "@deephaven/jsapi-shim": "^0.15.5-vite.12+52a2dd9",
40
- "@deephaven/jsapi-utils": "^0.15.5-vite.12+52a2dd9",
41
- "@deephaven/log": "^0.15.5-vite.12+52a2dd9",
42
- "@deephaven/react-hooks": "^0.15.5-vite.12+52a2dd9",
43
- "@deephaven/redux": "^0.15.5-vite.12+52a2dd9",
44
- "@deephaven/storage": "^0.15.5-vite.12+52a2dd9",
45
- "@deephaven/utils": "^0.15.5-vite.12+52a2dd9",
34
+ "@deephaven/components": "^0.15.6-vite.19+fdb234b",
35
+ "@deephaven/console": "^0.15.6-vite.19+fdb234b",
36
+ "@deephaven/filters": "^0.15.6-vite.19+fdb234b",
37
+ "@deephaven/grid": "^0.15.6-vite.19+fdb234b",
38
+ "@deephaven/icons": "^0.15.6-vite.19+fdb234b",
39
+ "@deephaven/jsapi-shim": "^0.15.6-vite.19+fdb234b",
40
+ "@deephaven/jsapi-utils": "^0.15.6-vite.19+fdb234b",
41
+ "@deephaven/log": "^0.15.6-vite.19+fdb234b",
42
+ "@deephaven/react-hooks": "^0.15.6-vite.19+fdb234b",
43
+ "@deephaven/redux": "^0.15.6-vite.19+fdb234b",
44
+ "@deephaven/storage": "^0.15.6-vite.19+fdb234b",
45
+ "@deephaven/utils": "^0.15.6-vite.19+fdb234b",
46
46
  "@fortawesome/react-fontawesome": "^0.1.18",
47
47
  "classnames": "^2.3.1",
48
48
  "deep-equal": "^2.0.5",
@@ -62,8 +62,8 @@
62
62
  "react": "^17.x"
63
63
  },
64
64
  "devDependencies": {
65
- "@deephaven/mocks": "^0.15.5-vite.12+52a2dd9",
66
- "@deephaven/tsconfig": "^0.15.5-vite.12+52a2dd9"
65
+ "@deephaven/mocks": "^0.15.6-vite.19+fdb234b",
66
+ "@deephaven/tsconfig": "^0.15.6-vite.19+fdb234b"
67
67
  },
68
68
  "files": [
69
69
  "dist"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "52a2dd9b2d7e16dec8c678e270e78d6d2db6a7e5"
77
+ "gitHead": "fdb234b997a7487ba41ba33ac0328253e222b0e1"
78
78
  }