@operato/board 1.11.3 → 1.11.5
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/CHANGELOG.md +9 -0
- package/db.sqlite +0 -0
- package/dist/stories/property-data-binding.stories.d.ts +20 -0
- package/dist/stories/property-data-binding.stories.js +18 -0
- package/dist/stories/property-data-binding.stories.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +15 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +15 -0
- package/logs/application-2023-03-12-02.log +14 -0
- package/logs/connections-2023-03-12-02.log +70 -0
- package/package.json +7 -7
- package/stories/property-data-binding.stories.ts +32 -0
- package/dist/stories/index.stories.d.ts +0 -33
- package/dist/stories/index.stories.js +0 -33
- package/dist/stories/index.stories.js.map +0 -1
- package/stories/index.stories.ts +0 -52
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 2
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1678554687533,
|
|
10
|
+
"name": "logs/application-2023-03-12-02.log",
|
|
11
|
+
"hash": "18a5f510d18baef83ee3c5cc0c77fc539d9d5c32761143d3b32bb3cf840cf98d"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"hashType": "sha256"
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 14
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1678554689069,
|
|
10
|
+
"name": "logs/connections-2023-03-12-02.log",
|
|
11
|
+
"hash": "54653b8db093fea29f7281ec55e91f143d0a4c66fc835d2c238e355b9ba81756"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"hashType": "sha256"
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
2023-03-12T02:11:28+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-03-12T02:11:29+09:00 error: oracledb module loading failed
|
|
3
|
+
2023-03-12T02:11:30+09:00 info: Default DataSource established
|
|
4
|
+
2023-03-12T02:11:30+09:00 info: Transaction DataSource established
|
|
5
|
+
2023-03-12T02:11:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
+
2023-03-12T02:11:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
7
|
+
2023-03-12T02:13:18+09:00 info: File Storage is Ready.
|
|
8
|
+
2023-03-12T02:13:18+09:00 error: oracledb module loading failed
|
|
9
|
+
2023-03-12T02:13:28+09:00 info: File Storage is Ready.
|
|
10
|
+
2023-03-12T02:13:28+09:00 error: oracledb module loading failed
|
|
11
|
+
2023-03-12T02:13:29+09:00 info: Default DataSource established
|
|
12
|
+
2023-03-12T02:13:29+09:00 info: Transaction DataSource established
|
|
13
|
+
2023-03-12T02:13:29+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
14
|
+
2023-03-12T02:13:29+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
2023-03-12T02:11:30+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2023-03-12T02:11:30+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2023-03-12T02:11:30+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2023-03-12T02:11:30+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2023-03-12T02:11:30+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2023-03-12T02:11:30+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2023-03-12T02:11:30+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2023-03-12T02:11:30+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2023-03-12T02:11:30+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2023-03-12T02:11:30+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2023-03-12T02:11:30+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2023-03-12T02:11:30+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2023-03-12T02:11:30+09:00 info: echo-back-servers are ready
|
|
14
|
+
2023-03-12T02:11:30+09:00 info: echo-back connections are ready
|
|
15
|
+
2023-03-12T02:11:30+09:00 info: http-connector connections are ready
|
|
16
|
+
2023-03-12T02:11:30+09:00 info: graphql-connector connections are ready
|
|
17
|
+
2023-03-12T02:11:30+09:00 info: sqlite-connector connections are ready
|
|
18
|
+
2023-03-12T02:11:30+09:00 info: postgresql-connector connections are ready
|
|
19
|
+
2023-03-12T02:11:30+09:00 info: mqtt-connector connections are ready
|
|
20
|
+
2023-03-12T02:11:30+09:00 info: mssql-connector connections are ready
|
|
21
|
+
2023-03-12T02:11:30+09:00 info: oracle-connector connections are ready
|
|
22
|
+
2023-03-12T02:11:30+09:00 info: mysql-connector connections are ready
|
|
23
|
+
2023-03-12T02:11:30+09:00 info: socket servers are ready
|
|
24
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'echo-back-server' ready
|
|
25
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'echo-back' ready
|
|
26
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'http-connector' ready
|
|
27
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'graphql-connector' ready
|
|
28
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'sqlite-connector' ready
|
|
29
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'postgresql-connector' ready
|
|
30
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'mqtt-connector' ready
|
|
31
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'mssql-connector' ready
|
|
32
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'oracle-connector' ready
|
|
33
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'mysql-connector' ready
|
|
34
|
+
2023-03-12T02:11:30+09:00 info: All connector for 'socket-server' ready
|
|
35
|
+
2023-03-12T02:11:30+09:00 info: ConnectionManager initialization done:
|
|
36
|
+
2023-03-12T02:13:29+09:00 info: Initializing ConnectionManager...
|
|
37
|
+
2023-03-12T02:13:29+09:00 info: Connector 'echo-back-server' started to ready
|
|
38
|
+
2023-03-12T02:13:29+09:00 info: Connector 'echo-back' started to ready
|
|
39
|
+
2023-03-12T02:13:29+09:00 info: Connector 'http-connector' started to ready
|
|
40
|
+
2023-03-12T02:13:29+09:00 info: Connector 'graphql-connector' started to ready
|
|
41
|
+
2023-03-12T02:13:29+09:00 info: Connector 'sqlite-connector' started to ready
|
|
42
|
+
2023-03-12T02:13:29+09:00 info: Connector 'postgresql-connector' started to ready
|
|
43
|
+
2023-03-12T02:13:29+09:00 info: Connector 'mqtt-connector' started to ready
|
|
44
|
+
2023-03-12T02:13:29+09:00 info: Connector 'mssql-connector' started to ready
|
|
45
|
+
2023-03-12T02:13:29+09:00 info: Connector 'oracle-connector' started to ready
|
|
46
|
+
2023-03-12T02:13:29+09:00 info: Connector 'mysql-connector' started to ready
|
|
47
|
+
2023-03-12T02:13:29+09:00 info: Connector 'socket-server' started to ready
|
|
48
|
+
2023-03-12T02:13:29+09:00 info: echo-back-servers are ready
|
|
49
|
+
2023-03-12T02:13:29+09:00 info: echo-back connections are ready
|
|
50
|
+
2023-03-12T02:13:29+09:00 info: http-connector connections are ready
|
|
51
|
+
2023-03-12T02:13:29+09:00 info: graphql-connector connections are ready
|
|
52
|
+
2023-03-12T02:13:29+09:00 info: sqlite-connector connections are ready
|
|
53
|
+
2023-03-12T02:13:29+09:00 info: postgresql-connector connections are ready
|
|
54
|
+
2023-03-12T02:13:29+09:00 info: mqtt-connector connections are ready
|
|
55
|
+
2023-03-12T02:13:29+09:00 info: mssql-connector connections are ready
|
|
56
|
+
2023-03-12T02:13:29+09:00 info: oracle-connector connections are ready
|
|
57
|
+
2023-03-12T02:13:29+09:00 info: mysql-connector connections are ready
|
|
58
|
+
2023-03-12T02:13:29+09:00 info: socket servers are ready
|
|
59
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'echo-back-server' ready
|
|
60
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'echo-back' ready
|
|
61
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'http-connector' ready
|
|
62
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'graphql-connector' ready
|
|
63
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'sqlite-connector' ready
|
|
64
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'postgresql-connector' ready
|
|
65
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'mqtt-connector' ready
|
|
66
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'mssql-connector' ready
|
|
67
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'oracle-connector' ready
|
|
68
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'mysql-connector' ready
|
|
69
|
+
2023-03-12T02:13:29+09:00 info: All connector for 'socket-server' ready
|
|
70
|
+
2023-03-12T02:13:29+09:00 info: ConnectionManager initialization done:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/board",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.5",
|
|
4
4
|
"description": "Webcomponent for board following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -92,16 +92,16 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@open-wc/scoped-elements": "^2.0.0-next.6",
|
|
95
|
-
"@operato/app": "^1.11.
|
|
96
|
-
"@operato/data-grist": "^1.11.
|
|
97
|
-
"@operato/font": "^1.11.
|
|
95
|
+
"@operato/app": "^1.11.5",
|
|
96
|
+
"@operato/data-grist": "^1.11.5",
|
|
97
|
+
"@operato/font": "^1.11.5",
|
|
98
98
|
"@operato/graphql": "^1.4.76",
|
|
99
99
|
"@operato/i18n": "^1.5.14",
|
|
100
|
-
"@operato/input": "^1.11.
|
|
100
|
+
"@operato/input": "^1.11.5",
|
|
101
101
|
"@operato/layout": "^1.11.3",
|
|
102
102
|
"@operato/markdown": "^1.7.3",
|
|
103
103
|
"@operato/popup": "^1.11.3",
|
|
104
|
-
"@operato/property-editor": "^1.11.
|
|
104
|
+
"@operato/property-editor": "^1.11.5",
|
|
105
105
|
"@operato/styles": "^1.7.3",
|
|
106
106
|
"@operato/utils": "^1.5.44",
|
|
107
107
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"prettier --write"
|
|
153
153
|
]
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "e4aef6eb764b0960cdd96e0447c2cddab4f41021"
|
|
156
156
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PropertyDataBinding } from '../src/modeller/property-sidebar/data-binding/data-binding.js'
|
|
2
|
+
|
|
3
|
+
import { TemplateResult, html } from 'lit'
|
|
4
|
+
|
|
5
|
+
customElements.define('ox-property-data-binding', PropertyDataBinding)
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'PropertyDataBinding',
|
|
9
|
+
component: 'ox-property-data-binding',
|
|
10
|
+
argTypes: {
|
|
11
|
+
value: { control: 'object' }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
interface Story<T> {
|
|
16
|
+
(args: T): TemplateResult
|
|
17
|
+
args?: Partial<T>
|
|
18
|
+
argTypes?: Record<string, unknown>
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
interface ArgTypes {
|
|
22
|
+
value?: any[]
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const Template: Story<ArgTypes> = ({ value }: ArgTypes) => html`
|
|
26
|
+
<ox-property-data-binding .value=${value}></ox-property-data-binding>
|
|
27
|
+
`
|
|
28
|
+
|
|
29
|
+
export const Regular = Template.bind({})
|
|
30
|
+
Regular.args = {
|
|
31
|
+
value: []
|
|
32
|
+
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import '../index.js';
|
|
2
|
-
import { TemplateResult } from 'lit';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: string;
|
|
6
|
-
argTypes: {
|
|
7
|
-
title: {
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
|
-
counter: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
textColor: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
19
|
-
interface Story<T> {
|
|
20
|
-
(args: T): TemplateResult;
|
|
21
|
-
args?: Partial<T>;
|
|
22
|
-
argTypes?: Record<string, unknown>;
|
|
23
|
-
}
|
|
24
|
-
interface ArgTypes {
|
|
25
|
-
title?: string;
|
|
26
|
-
counter?: number;
|
|
27
|
-
textColor?: string;
|
|
28
|
-
slot?: TemplateResult;
|
|
29
|
-
}
|
|
30
|
-
export declare const Regular: Story<ArgTypes>;
|
|
31
|
-
export declare const CustomTitle: Story<ArgTypes>;
|
|
32
|
-
export declare const CustomCounter: Story<ArgTypes>;
|
|
33
|
-
export declare const SlottedContent: Story<ArgTypes>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import '../index.js';
|
|
2
|
-
import { html } from 'lit';
|
|
3
|
-
export default {
|
|
4
|
-
title: 'BoardViewer',
|
|
5
|
-
component: 'board-viewer',
|
|
6
|
-
argTypes: {
|
|
7
|
-
title: { control: 'text' },
|
|
8
|
-
counter: { control: 'number' },
|
|
9
|
-
textColor: { control: 'color' }
|
|
10
|
-
}
|
|
11
|
-
};
|
|
12
|
-
const Template = ({ title = 'Hello world', counter = 5, textColor, slot }) => html `
|
|
13
|
-
<ox-board-viewer style="--board-viewer-text-color: ${textColor || 'black'}" .title=${title} .counter=${counter}>
|
|
14
|
-
${slot}
|
|
15
|
-
</ox-board-viewer>
|
|
16
|
-
`;
|
|
17
|
-
export const Regular = Template.bind({});
|
|
18
|
-
export const CustomTitle = Template.bind({});
|
|
19
|
-
CustomTitle.args = {
|
|
20
|
-
title: 'My title'
|
|
21
|
-
};
|
|
22
|
-
export const CustomCounter = Template.bind({});
|
|
23
|
-
CustomCounter.args = {
|
|
24
|
-
counter: 123456
|
|
25
|
-
};
|
|
26
|
-
export const SlottedContent = Template.bind({});
|
|
27
|
-
SlottedContent.args = {
|
|
28
|
-
slot: html `<p>Slotted content</p>`
|
|
29
|
-
};
|
|
30
|
-
SlottedContent.argTypes = {
|
|
31
|
-
slot: { table: { disable: true } }
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=index.stories.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.stories.js","sourceRoot":"","sources":["../../stories/index.stories.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAA;AAEpB,OAAO,EAAkB,IAAI,EAAE,MAAM,KAAK,CAAA;AAE1C,eAAe;IACb,KAAK,EAAE,aAAa;IACpB,SAAS,EAAE,cAAc;IACzB,QAAQ,EAAE;QACR,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;QAC1B,OAAO,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE;QAC9B,SAAS,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE;KAChC;CACF,CAAA;AAeD,MAAM,QAAQ,GAAoB,CAAC,EAAE,KAAK,GAAG,aAAa,EAAE,OAAO,GAAG,CAAC,EAAE,SAAS,EAAE,IAAI,EAAY,EAAE,EAAE,CAAC,IAAI,CAAA;uDACtD,SAAS,IAAI,OAAO,YAAY,KAAK,aAAa,OAAO;MAC1G,IAAI;;CAET,CAAA;AAED,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AAExC,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AAC5C,WAAW,CAAC,IAAI,GAAG;IACjB,KAAK,EAAE,UAAU;CAClB,CAAA;AAED,MAAM,CAAC,MAAM,aAAa,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AAC9C,aAAa,CAAC,IAAI,GAAG;IACnB,OAAO,EAAE,MAAM;CAChB,CAAA;AAED,MAAM,CAAC,MAAM,cAAc,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;AAC/C,cAAc,CAAC,IAAI,GAAG;IACpB,IAAI,EAAE,IAAI,CAAA,wBAAwB;CACnC,CAAA;AACD,cAAc,CAAC,QAAQ,GAAG;IACxB,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE;CACnC,CAAA","sourcesContent":["import '../index.js'\n\nimport { TemplateResult, html } from 'lit'\n\nexport default {\n title: 'BoardViewer',\n component: 'board-viewer',\n argTypes: {\n title: { control: 'text' },\n counter: { control: 'number' },\n textColor: { control: 'color' }\n }\n}\n\ninterface Story<T> {\n (args: T): TemplateResult\n args?: Partial<T>\n argTypes?: Record<string, unknown>\n}\n\ninterface ArgTypes {\n title?: string\n counter?: number\n textColor?: string\n slot?: TemplateResult\n}\n\nconst Template: Story<ArgTypes> = ({ title = 'Hello world', counter = 5, textColor, slot }: ArgTypes) => html`\n <ox-board-viewer style=\"--board-viewer-text-color: ${textColor || 'black'}\" .title=${title} .counter=${counter}>\n ${slot}\n </ox-board-viewer>\n`\n\nexport const Regular = Template.bind({})\n\nexport const CustomTitle = Template.bind({})\nCustomTitle.args = {\n title: 'My title'\n}\n\nexport const CustomCounter = Template.bind({})\nCustomCounter.args = {\n counter: 123456\n}\n\nexport const SlottedContent = Template.bind({})\nSlottedContent.args = {\n slot: html`<p>Slotted content</p>`\n}\nSlottedContent.argTypes = {\n slot: { table: { disable: true } }\n}\n"]}
|
package/stories/index.stories.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import '../index.js'
|
|
2
|
-
|
|
3
|
-
import { TemplateResult, html } from 'lit'
|
|
4
|
-
|
|
5
|
-
export default {
|
|
6
|
-
title: 'BoardViewer',
|
|
7
|
-
component: 'board-viewer',
|
|
8
|
-
argTypes: {
|
|
9
|
-
title: { control: 'text' },
|
|
10
|
-
counter: { control: 'number' },
|
|
11
|
-
textColor: { control: 'color' }
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
interface Story<T> {
|
|
16
|
-
(args: T): TemplateResult
|
|
17
|
-
args?: Partial<T>
|
|
18
|
-
argTypes?: Record<string, unknown>
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface ArgTypes {
|
|
22
|
-
title?: string
|
|
23
|
-
counter?: number
|
|
24
|
-
textColor?: string
|
|
25
|
-
slot?: TemplateResult
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const Template: Story<ArgTypes> = ({ title = 'Hello world', counter = 5, textColor, slot }: ArgTypes) => html`
|
|
29
|
-
<ox-board-viewer style="--board-viewer-text-color: ${textColor || 'black'}" .title=${title} .counter=${counter}>
|
|
30
|
-
${slot}
|
|
31
|
-
</ox-board-viewer>
|
|
32
|
-
`
|
|
33
|
-
|
|
34
|
-
export const Regular = Template.bind({})
|
|
35
|
-
|
|
36
|
-
export const CustomTitle = Template.bind({})
|
|
37
|
-
CustomTitle.args = {
|
|
38
|
-
title: 'My title'
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export const CustomCounter = Template.bind({})
|
|
42
|
-
CustomCounter.args = {
|
|
43
|
-
counter: 123456
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export const SlottedContent = Template.bind({})
|
|
47
|
-
SlottedContent.args = {
|
|
48
|
-
slot: html`<p>Slotted content</p>`
|
|
49
|
-
}
|
|
50
|
-
SlottedContent.argTypes = {
|
|
51
|
-
slot: { table: { disable: true } }
|
|
52
|
-
}
|