@malloydata/render 0.0.201 → 0.0.202-dev241014185956

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/render",
3
- "version": "0.0.201",
3
+ "version": "0.0.202-dev241014185956",
4
4
  "license": "MIT",
5
5
  "main": "dist/module/index.umd.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "build-types": "tsc --build --declaration --emitDeclarationOnly"
33
33
  },
34
34
  "dependencies": {
35
- "@malloydata/malloy": "^0.0.201",
35
+ "@malloydata/malloy": "^0.0.202-dev241014185956",
36
36
  "@tanstack/solid-virtual": "^3.10.4",
37
37
  "component-register": "^0.8.6",
38
38
  "lodash": "^4.17.20",
@@ -45,17 +45,20 @@
45
45
  "vega-lite": "^5.2.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@storybook/addon-essentials": "^7.5.0",
49
- "@storybook/addon-interactions": "^7.5.0",
50
- "@storybook/addon-links": "^7.5.0",
51
- "@storybook/blocks": "^7.5.0",
52
- "@storybook/html": "^7.5.0",
53
- "@storybook/html-vite": "^7.5.0",
54
- "@storybook/testing-library": "^0.2.2",
55
- "@storybook/types": "^7.5.3",
48
+ "@storybook/addon-essentials": "^8.3.5",
49
+ "@storybook/addon-interactions": "^8.3.5",
50
+ "@storybook/addon-links": "^8.3.5",
51
+ "@storybook/blocks": "^8.3.5",
52
+ "@storybook/builder-vite": "^8.3.5",
53
+ "@storybook/html": "^8.3.5",
54
+ "@storybook/html-vite": "^8.3.5",
55
+ "@storybook/manager-api": "^8.3.5",
56
+ "@storybook/test": "^8.3.5",
57
+ "@storybook/theming": "^8.3.5",
58
+ "@storybook/types": "^8.3.5",
56
59
  "@types/luxon": "^2.4.0",
57
60
  "esbuild": "0.19.11",
58
- "storybook": "^7.5.0",
61
+ "storybook": "^8.3.5",
59
62
  "vite": "^5.1.5",
60
63
  "vite-plugin-solid": "^2.10.1"
61
64
  }
@@ -1,59 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import './themes.css';
3
- import '../component/render-webcomponent';
4
- declare const meta: Meta;
5
- export default meta;
6
- export declare const Products2Column: {
7
- args: {
8
- source: string;
9
- view: string;
10
- };
11
- };
12
- export declare const Nested: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const Sparks: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const SparksNested: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
30
- export declare const TestOld: {
31
- args: {
32
- source: string;
33
- view: string;
34
- };
35
- };
36
- export declare const Test: {
37
- args: {
38
- source: string;
39
- view: string;
40
- };
41
- };
42
- export declare const Series: {
43
- args: {
44
- source: string;
45
- view: string;
46
- };
47
- };
48
- export declare const NestedTest: {
49
- args: {
50
- source: string;
51
- view: string;
52
- };
53
- };
54
- export declare const IndependentAxis: {
55
- args: {
56
- source: string;
57
- view: string;
58
- };
59
- };
@@ -1,59 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import './themes.css';
3
- import '../component/render-webcomponent';
4
- declare const meta: Meta;
5
- export default meta;
6
- export declare const Products2Column: {
7
- args: {
8
- source: string;
9
- view: string;
10
- };
11
- };
12
- export declare const Nested: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const Sparks: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const SparksNested: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
30
- export declare const TestOld: {
31
- args: {
32
- source: string;
33
- view: string;
34
- };
35
- };
36
- export declare const Test: {
37
- args: {
38
- source: string;
39
- view: string;
40
- };
41
- };
42
- export declare const Series: {
43
- args: {
44
- source: string;
45
- view: string;
46
- };
47
- };
48
- export declare const NestedTest: {
49
- args: {
50
- source: string;
51
- view: string;
52
- };
53
- };
54
- export declare const IndependentAxis: {
55
- args: {
56
- source: string;
57
- view: string;
58
- };
59
- };
@@ -1,43 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- render: ({ source, view }: {
4
- source: any;
5
- view: any;
6
- }, { globals: { connection } }: {
7
- globals: {
8
- connection: any;
9
- };
10
- }) => HTMLDivElement;
11
- argTypes: {};
12
- };
13
- export default _default;
14
- export declare const ProductsTable: {
15
- args: {
16
- source: string;
17
- view: string;
18
- };
19
- };
20
- export declare const ProductsBar: {
21
- args: {
22
- source: string;
23
- view: string;
24
- };
25
- };
26
- export declare const FlattenNestedMeasures: {
27
- args: {
28
- source: string;
29
- view: string;
30
- };
31
- };
32
- export declare const Formats: {
33
- args: {
34
- source: string;
35
- view: string;
36
- };
37
- };
38
- export declare const UnsupportedField: {
39
- args: {
40
- source: string;
41
- view: string;
42
- };
43
- };
@@ -1,23 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import './themes.css';
3
- import '../component/render-webcomponent';
4
- declare const meta: Meta;
5
- export default meta;
6
- export declare const Dashboard: {
7
- args: {
8
- source: string;
9
- view: string;
10
- };
11
- };
12
- export declare const DashboardDense: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const DashboardWithBreak: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
@@ -1,31 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- render: ({ source, view }: {
4
- source: any;
5
- view: any;
6
- }, { globals: { connection } }: {
7
- globals: {
8
- connection: any;
9
- };
10
- }) => HTMLDivElement;
11
- argTypes: {};
12
- };
13
- export default _default;
14
- export declare const ImageAltFromRecord: {
15
- args: {
16
- source: string;
17
- view: string;
18
- };
19
- };
20
- export declare const ImageAltFromParent: {
21
- args: {
22
- source: string;
23
- view: string;
24
- };
25
- };
26
- export declare const ImageAltFromGrandparent: {
27
- args: {
28
- source: string;
29
- view: string;
30
- };
31
- };
@@ -1,29 +0,0 @@
1
- import './themes.css';
2
- import '../component/render-webcomponent';
3
- declare const _default: {
4
- title: string;
5
- render: ({ classes }: {
6
- classes: any;
7
- }, context: any) => HTMLDivElement;
8
- loaders: import("@storybook/types").LoaderFunction<import("@storybook/html/dist/types-43cfeb83").H, import("@storybook/types").Args>[];
9
- argTypes: {};
10
- };
11
- export default _default;
12
- export declare const ImageAltFromRecord: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const ImageAltFromParent: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const ImageAltFromGrandparent: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
@@ -1,29 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import './themes.css';
3
- import '../component/render-webcomponent';
4
- declare const meta: Meta;
5
- export default meta;
6
- export declare const LineChart: {
7
- args: {
8
- source: string;
9
- view: string;
10
- };
11
- };
12
- export declare const LineChartMultiple: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const NestedLineChart: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const ScatterChart: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
@@ -1,59 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import './themes.css';
3
- import '../component/render-webcomponent';
4
- declare const meta: Meta;
5
- export default meta;
6
- export declare const Products2Column: {
7
- args: {
8
- source: string;
9
- view: string;
10
- };
11
- };
12
- export declare const Nested: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const Sparks: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const SparksNested: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
30
- export declare const TestOld: {
31
- args: {
32
- source: string;
33
- view: string;
34
- };
35
- };
36
- export declare const Test: {
37
- args: {
38
- source: string;
39
- view: string;
40
- };
41
- };
42
- export declare const Series: {
43
- args: {
44
- source: string;
45
- view: string;
46
- };
47
- };
48
- export declare const NestedTest: {
49
- args: {
50
- source: string;
51
- view: string;
52
- };
53
- };
54
- export declare const IndependentAxis: {
55
- args: {
56
- source: string;
57
- view: string;
58
- };
59
- };
@@ -1,31 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- render: ({ source, view }: {
4
- source: any;
5
- view: any;
6
- }, { globals: { connection } }: {
7
- globals: {
8
- connection: any;
9
- };
10
- }) => HTMLDivElement;
11
- argTypes: {};
12
- };
13
- export default _default;
14
- export declare const Link: {
15
- args: {
16
- source: string;
17
- view: string;
18
- };
19
- };
20
- export declare const LinkFromTemplate: {
21
- args: {
22
- source: string;
23
- view: string;
24
- };
25
- };
26
- export declare const LinkFromKeyColumn: {
27
- args: {
28
- source: string;
29
- view: string;
30
- };
31
- };
@@ -1,29 +0,0 @@
1
- import './themes.css';
2
- import '../component/render-webcomponent';
3
- declare const _default: {
4
- title: string;
5
- render: ({ classes }: {
6
- classes: any;
7
- }, context: any) => HTMLDivElement;
8
- loaders: import("@storybook/types").LoaderFunction<import("@storybook/html/dist/types-43cfeb83").H, import("@storybook/types").Args>[];
9
- argTypes: {};
10
- };
11
- export default _default;
12
- export declare const Link: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const LinkFromTemplate: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const LinkFromKeyColumn: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
@@ -1,41 +0,0 @@
1
- import './themes.css';
2
- import '../component/render-webcomponent';
3
- declare const _default: {
4
- title: string;
5
- render: ({ classes }: {
6
- classes: any;
7
- }, context: any) => HTMLDivElement;
8
- loaders: import("@storybook/types").LoaderFunction<import("@storybook/html/dist/types-43cfeb83").H, import("@storybook/types").Args>[];
9
- argTypes: {};
10
- };
11
- export default _default;
12
- export declare const List: {
13
- args: {
14
- source: string;
15
- view: string;
16
- };
17
- };
18
- export declare const ListNumbers: {
19
- args: {
20
- source: string;
21
- view: string;
22
- };
23
- };
24
- export declare const ListDetail: {
25
- args: {
26
- source: string;
27
- view: string;
28
- };
29
- };
30
- export declare const ListDetailRenderers: {
31
- args: {
32
- source: string;
33
- view: string;
34
- };
35
- };
36
- export declare const NestedList: {
37
- args: {
38
- source: string;
39
- view: string;
40
- };
41
- };
@@ -1,6 +0,0 @@
1
- import { QueryOptions } from './util';
2
- type RenderOptions = QueryOptions & {
3
- classes?: '';
4
- };
5
- export declare function renderMalloy(options: RenderOptions): HTMLDivElement;
6
- export {};
@@ -1,72 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import './themes.css';
3
- import '../component/render-webcomponent';
4
- declare const meta: Meta;
5
- export default meta;
6
- export declare const ProductsTable: {
7
- args: {
8
- source: string;
9
- view: string;
10
- };
11
- };
12
- export declare const ProductsTableCustomTheme: {
13
- args: {
14
- source: string;
15
- view: string;
16
- classes: string;
17
- };
18
- };
19
- export declare const Products2Column: {
20
- args: {
21
- source: string;
22
- view: string;
23
- };
24
- };
25
- export declare const SimpleNested: {
26
- args: {
27
- source: string;
28
- view: string;
29
- };
30
- };
31
- export declare const Nested: {
32
- args: {
33
- source: string;
34
- view: string;
35
- };
36
- };
37
- export declare const Nested2: {
38
- args: {
39
- source: string;
40
- view: string;
41
- };
42
- };
43
- export declare const NumberFormatting: {
44
- args: {
45
- source: string;
46
- view: string;
47
- };
48
- };
49
- export declare const NullTest: {
50
- args: {
51
- source: string;
52
- view: string;
53
- };
54
- };
55
- export declare const LongColumn: {
56
- args: {
57
- source: string;
58
- view: string;
59
- };
60
- };
61
- export declare const DateAndTime: {
62
- args: {
63
- source: string;
64
- view: string;
65
- };
66
- };
67
- export declare const DirectTest: {
68
- args: {
69
- source: string;
70
- view: string;
71
- };
72
- };