issue-pane 2.5.1-8285b6a5 → 2.5.1-a7d83dbf
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/README.md +1 -0
- package/babel.config.js +5 -0
- package/csvButton.js +1 -3
- package/dev/context.js +0 -1
- package/dist/big-tracker.ttl +1 -1
- package/dist/{state.n3 → state-big-tracker.ttl} +8 -11
- package/package.json +3 -1
- package/test/big-tracker.ttl +0 -1
package/README.md
CHANGED
package/babel.config.js
ADDED
package/csvButton.js
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
import { icons, ns, utils, widgets } from 'solid-ui'
|
|
8
8
|
import { store } from 'solid-logic'
|
|
9
9
|
|
|
10
|
-
const TestCSVstring = 'A,B,C\n1,2,3\n4,5,6\nfoo,bar,baz\n'
|
|
11
|
-
|
|
12
10
|
export function quoteString(value) {
|
|
13
11
|
// https://www.rfc-editor.org/rfc/rfc4180
|
|
14
12
|
const stripped = value.replaceAll('\n', ' ')
|
|
@@ -117,7 +115,7 @@ export function csvButton (dom, tracker) {
|
|
|
117
115
|
const wrapper = dom.createElement('div')
|
|
118
116
|
// Add a button
|
|
119
117
|
const button = widgets.button(dom, icons.iconBase + 'noun_Document_998605.svg',
|
|
120
|
-
'Copy as CSV', async
|
|
118
|
+
'Copy as CSV', async _event => {
|
|
121
119
|
|
|
122
120
|
const div = button.parentNode.parentNode
|
|
123
121
|
console.log('button gparent div', div)
|
package/dev/context.js
CHANGED
package/dist/big-tracker.ttl
CHANGED
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
ical:location
|
|
231
231
|
<http://www.w3.org/2000/01/rdf-schema#comment>
|
|
232
232
|
flow:assignee );
|
|
233
|
-
flow:stateStore <state.
|
|
233
|
+
flow:stateStore <state-big-tracker.ttl> .
|
|
234
234
|
|
|
235
235
|
<tracker.n3> <http://www.w3.org/2000/01/rdf-schema#comment> """This file defines a tracker for requests.
|
|
236
236
|
""";
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
1
|
@prefix dc: <http://purl.org/dc/terms/> .
|
|
4
2
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
|
|
4
|
+
@prefix dc: <http://purl.org/dc/elements/1.1/>.
|
|
5
|
+
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
|
6
|
+
@prefix wf: <http://www.w3.org/2005/01/wf/flow#> .
|
|
7
|
+
@prefix ical: <http://www.w3.org/2002/12/cal/ical#> .
|
|
8
|
+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
9
|
+
@prefix ui: <http://www.w3.org/ns/ui#> .
|
|
10
|
+
@prefix dct: <http://purl.org/dc/terms/> .
|
|
14
11
|
@prefix : <big-tracker.ttl#> . # the config file
|
|
15
12
|
|
|
16
13
|
<#Task1> wf:tracker :this ;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "issue-pane",
|
|
3
|
-
"version": "2.5.1-
|
|
3
|
+
"version": "2.5.1-a7d83dbf",
|
|
4
4
|
"description": "Solid-compatible Panes: issue editor",
|
|
5
5
|
"main": "./issuePane.js",
|
|
6
6
|
"scripts": {
|
|
@@ -35,9 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://github.com/solid/issue-pane",
|
|
37
37
|
"dependencies": {
|
|
38
|
+
"@babel/runtime": "^7.28.2",
|
|
38
39
|
"solid-ui": "^2.5.1"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
42
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
41
43
|
"@eslint/compat": "^1.2.6",
|
|
42
44
|
"@eslint/eslintrc": "^3.2.0",
|
|
43
45
|
"@eslint/js": "^9.19.0",
|
package/test/big-tracker.ttl
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
#Processed by Id
|
|
2
2
|
# using base file:///Users/timbl_1/src/github.com/solidos/solidos/workspaces/issue-pane/test/big-tracker-config.ttl
|
|
3
3
|
@prefix : <tracker.n3#> .
|
|
4
|
-
@prefix ca: <https://olarkin.inrupt.net/profile/card#> .
|
|
5
4
|
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
|
|
6
5
|
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
|
7
6
|
@prefix flow: <http://www.w3.org/2005/01/wf/flow#> .
|