solid-panes 3.7.3-f251a0e3 → 3.7.3-newStyle-363115da
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/dist/RDFXMLPane.js +2 -1
- package/dist/RDFXMLPane.js.map +1 -1
- package/dist/dashboard/basicPreferences.js +121 -129
- package/dist/dashboard/basicPreferences.js.map +1 -1
- package/dist/dashboard/dashboardPane.js +60 -54
- package/dist/dashboard/dashboardPane.js.map +1 -1
- package/dist/dashboard/homepage.js +45 -54
- package/dist/dashboard/homepage.js.map +1 -1
- package/dist/dataContentPane.js +3 -2
- package/dist/dataContentPane.js.map +1 -1
- package/dist/defaultPane.js +1 -1
- package/dist/defaultPane.js.map +1 -1
- package/dist/home/homePane.d.ts.map +1 -1
- package/dist/home/homePane.js +60 -55
- package/dist/home/homePane.js.map +1 -1
- package/dist/index.js +86 -25
- package/dist/index.js.map +1 -1
- package/dist/internal/internalPane.js +168 -179
- package/dist/internal/internalPane.js.map +1 -1
- package/dist/mainPage/footer.js +13 -7
- package/dist/mainPage/footer.js.map +1 -1
- package/dist/mainPage/header.js +60 -58
- package/dist/mainPage/header.js.map +1 -1
- package/dist/mainPage/index.js +19 -24
- package/dist/mainPage/index.js.map +1 -1
- package/dist/microblogPane/microblogPane.js +18 -17
- package/dist/microblogPane/microblogPane.js.map +1 -1
- package/dist/n3Pane.js +2 -1
- package/dist/n3Pane.js.map +1 -1
- package/dist/outline/context.js +17 -11
- package/dist/outline/context.js.map +1 -1
- package/dist/outline/manager.js +11 -11
- package/dist/outline/manager.js.map +1 -1
- package/dist/outline/propertyViews.js +39 -28
- package/dist/outline/propertyViews.js.map +1 -1
- package/dist/outline/queryByExample.js +4 -3
- package/dist/outline/queryByExample.js.map +1 -1
- package/dist/outline/userInput.js +13 -13
- package/dist/outline/userInput.js.map +1 -1
- package/dist/outline/viewAsImage.js +13 -5
- package/dist/outline/viewAsImage.js.map +1 -1
- package/dist/outline/viewAsMbox.js +20 -11
- package/dist/outline/viewAsMbox.js.map +1 -1
- package/dist/pad/padPane.js +395 -404
- package/dist/pad/padPane.js.map +1 -1
- package/dist/schedule/schedulePane.js +4 -5
- package/dist/schedule/schedulePane.js.map +1 -1
- package/dist/sharing/sharingPane.js +36 -32
- package/dist/sharing/sharingPane.js.map +1 -1
- package/dist/socialPane.js +2 -1
- package/dist/socialPane.js.map +1 -1
- package/dist/tabbed/tabbedPane.js +54 -51
- package/dist/tabbed/tabbedPane.js.map +1 -1
- package/dist/trustedApplications/trustedApplications.dom.js +134 -146
- package/dist/trustedApplications/trustedApplications.dom.js.map +1 -1
- package/dist/trustedApplications/trustedApplications.utils.js +20 -20
- package/dist/trustedApplications/trustedApplications.utils.js.map +1 -1
- package/dist/trustedApplications/trustedApplications.view.js +51 -57
- package/dist/trustedApplications/trustedApplications.view.js.map +1 -1
- package/dist/versionInfo.js +35 -29
- package/dist/versionInfo.js.map +1 -1
- package/package.json +31 -36
- package/dist/schedule/formsForSchedule.js +0 -124
- package/dist/schedule/formsForSchedule.js.map +0 -1
- package/dist/types.d.ts +0 -30
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -2
- package/dist/types.js.map +0 -1
package/dist/versionInfo.js
CHANGED
|
@@ -1,31 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _default = exports.default = {
|
|
8
|
+
buildTime: '2025-11-20T09:54:18Z',
|
|
9
|
+
commit: '363115da5742dcb1982132f25347b08374266a3e',
|
|
10
|
+
npmInfo: {
|
|
11
|
+
'\'solid-panes\'': '\'3.7.3-newStyle\',',
|
|
12
|
+
npm: '\'10.8.2\',',
|
|
13
|
+
node: '\'20.19.5\',',
|
|
14
|
+
acorn: '\'8.15.0\',',
|
|
15
|
+
ada: '\'2.9.2\',',
|
|
16
|
+
ares: '\'1.34.5\',',
|
|
17
|
+
brotli: '\'1.1.0\',',
|
|
18
|
+
cjs_module_lexer: '\'2.1.0\',',
|
|
19
|
+
cldr: '\'47.0\',',
|
|
20
|
+
icu: '\'77.1\',',
|
|
21
|
+
llhttp: '\'9.3.0\',',
|
|
22
|
+
modules: '\'115\',',
|
|
23
|
+
napi: '\'9\',',
|
|
24
|
+
nghttp2: '\'1.61.0\',',
|
|
25
|
+
openssl: '\'3.0.16\',',
|
|
26
|
+
simdutf: '\'6.4.2\',',
|
|
27
|
+
tz: '\'2025b\',',
|
|
28
|
+
undici: '\'6.21.2\',',
|
|
29
|
+
unicode: '\'16.0\',',
|
|
30
|
+
uv: '\'1.46.0\',',
|
|
31
|
+
uvwasi: '\'0.0.21\',',
|
|
32
|
+
v8: '\'11.3.244.8-node.30\',',
|
|
33
|
+
zlib: '\'1.3.1-470d3a2\'',
|
|
34
|
+
'}': '}'
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
//# sourceMappingURL=versionInfo.js.map
|
package/dist/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","acorn","ada","ares","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\n buildTime: '2025-11-20T09:54:18Z',\n commit: '363115da5742dcb1982132f25347b08374266a3e',\n npmInfo: {\n '\\'solid-panes\\'': '\\'3.7.3-newStyle\\',',\n npm: '\\'10.8.2\\',',\n node: '\\'20.19.5\\',',\n acorn: '\\'8.15.0\\',',\n ada: '\\'2.9.2\\',',\n ares: '\\'1.34.5\\',',\n brotli: '\\'1.1.0\\',',\n cjs_module_lexer: '\\'2.1.0\\',',\n cldr: '\\'47.0\\',',\n icu: '\\'77.1\\',',\n llhttp: '\\'9.3.0\\',',\n modules: '\\'115\\',',\n napi: '\\'9\\',',\n nghttp2: '\\'1.61.0\\',',\n openssl: '\\'3.0.16\\',',\n simdutf: '\\'6.4.2\\',',\n tz: '\\'2025b\\',',\n undici: '\\'6.21.2\\',',\n unicode: '\\'16.0\\',',\n uv: '\\'1.46.0\\',',\n uvwasi: '\\'0.0.21\\',',\n v8: '\\'11.3.244.8-node.30\\',',\n zlib: '\\'1.3.1-470d3a2\\'',\n '}': '}',\n }\n}\n"],"mappings":";;;;;;iCAAe;EACbA,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EAAE;IACP,iBAAiB,EAAE,qBAAqB;IACxCC,GAAG,EAAE,aAAa;IAClBC,IAAI,EAAE,cAAc;IACpBC,KAAK,EAAE,aAAa;IACpBC,GAAG,EAAE,YAAY;IACjBC,IAAI,EAAE,aAAa;IACnBC,MAAM,EAAE,YAAY;IACpBC,gBAAgB,EAAE,YAAY;IAC9BC,IAAI,EAAE,WAAW;IACjBC,GAAG,EAAE,WAAW;IAChBC,MAAM,EAAE,YAAY;IACpBC,OAAO,EAAE,UAAU;IACnBC,IAAI,EAAE,QAAQ;IACdC,OAAO,EAAE,aAAa;IACtBC,OAAO,EAAE,aAAa;IACtBC,OAAO,EAAE,YAAY;IACrBC,EAAE,EAAE,YAAY;IAChBC,MAAM,EAAE,aAAa;IACrBC,OAAO,EAAE,WAAW;IACpBC,EAAE,EAAE,aAAa;IACjBC,MAAM,EAAE,aAAa;IACrBC,EAAE,EAAE,yBAAyB;IAC7BC,IAAI,EAAE,mBAAmB;IACzB,GAAG,EAAE;EACP;AACF,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "3.7.3-
|
|
3
|
+
"version": "3.7.3-newStyle-363115da",
|
|
4
4
|
"description": "Solid-compatible Panes: applets and views for the mashlib and databrowser",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"LICENSE"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"clean": "rm -rf dist
|
|
15
|
-
"build": "npm run clean && npm run build-version && npm run build-
|
|
16
|
-
"build-version": "./timestamp.sh > src/versionInfo.ts
|
|
17
|
-
"build-
|
|
18
|
-
"build-js": "
|
|
19
|
-
"build-
|
|
14
|
+
"clean": "rm -rf dist src/versionInfo.ts",
|
|
15
|
+
"build": "npm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run postbuild-js",
|
|
16
|
+
"build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix",
|
|
17
|
+
"build-dist": "npm run build-js && npm run build-types",
|
|
18
|
+
"build-js": "babel src --out-dir dist --extensions '.ts,.js' --source-maps",
|
|
19
|
+
"build-types": "tsc --emitDeclarationOnly",
|
|
20
20
|
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
|
|
21
|
-
"build-dev": "webpack --progress --mode=development",
|
|
22
21
|
"lint": "eslint",
|
|
22
|
+
"lint-fix": "eslint --fix",
|
|
23
23
|
"typecheck": "tsc --noEmit",
|
|
24
24
|
"typecheck-test": "tsc --noEmit -p tsconfig.test.json",
|
|
25
25
|
"test": "jest --no-coverage",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"preversion": "npm run lint && npm run typecheck && npm test",
|
|
31
31
|
"postversion": "git push origin main --follow-tags",
|
|
32
32
|
"watch": "npm run build-version && babel src -d dist --source-maps --extensions '.ts,.js' --watch",
|
|
33
|
-
"start": "
|
|
33
|
+
"start": "webpack serve --config webpack.dev.config.js --open"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/solidos/solid-panes"
|
|
37
|
+
"url": "git+https://github.com/solidos/solid-panes.git"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"solid",
|
|
@@ -57,21 +57,24 @@
|
|
|
57
57
|
"homepage": "https://github.com/solidos/solid-panes",
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@solid/better-simple-slideshow": "^0.1.0",
|
|
60
|
-
"activitystreams-pane": "^0.7.1",
|
|
61
|
-
"chat-pane": "^2.5.1",
|
|
62
|
-
"contacts-pane": "^2.7.1",
|
|
60
|
+
"activitystreams-pane": "^0.7.1-5da248fa",
|
|
61
|
+
"chat-pane": "^2.5.1-8a75927f",
|
|
62
|
+
"contacts-pane": "^2.7.1-c1e2f19a",
|
|
63
63
|
"dompurify": "^3.2.6",
|
|
64
|
-
"folder-pane": "^2.5.1",
|
|
65
|
-
"issue-pane": "^2.6.1",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"meeting-pane": "^2.5.1",
|
|
64
|
+
"folder-pane": "^2.5.1-b014dfaf",
|
|
65
|
+
"issue-pane": "^2.6.1-fec664db",
|
|
66
|
+
"marked": "^17.0.0",
|
|
67
|
+
"meeting-pane": "^2.5.1-8ac4653c",
|
|
69
68
|
"mime-types": "^3.0.1",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
69
|
+
"pane-registry": "^2.5.1-cfba46d",
|
|
70
|
+
"profile-pane": "^1.2.1-newStyle",
|
|
72
71
|
"solid-namespace": "^0.5.4",
|
|
73
|
-
"
|
|
74
|
-
|
|
72
|
+
"source-pane": "^2.3.1-d61e2165"
|
|
73
|
+
},
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"rdflib": "^2.3.0",
|
|
76
|
+
"solid-logic": "3.1.1-a44ca66",
|
|
77
|
+
"solid-ui": "2.6.1-e78cbe5"
|
|
75
78
|
},
|
|
76
79
|
"devDependencies": {
|
|
77
80
|
"@babel/cli": "^7.28.0",
|
|
@@ -82,40 +85,32 @@
|
|
|
82
85
|
"@testing-library/jest-dom": "^6.6.4",
|
|
83
86
|
"@types/jest": "^30.0.0",
|
|
84
87
|
"@types/webpack-env": "^1.18.8",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
86
88
|
"@typescript-eslint/parser": "^8.39.0",
|
|
87
89
|
"@webpack-cli/serve": "^3.0.1",
|
|
88
90
|
"babel-jest": "^30.1.2",
|
|
89
91
|
"babel-loader": "^10.0.0",
|
|
90
92
|
"babel-plugin-inline-import": "^3.0.0",
|
|
91
93
|
"buffer": "^6.0.3",
|
|
94
|
+
"css-loader": "^7.1.2",
|
|
92
95
|
"eslint": "^9.33.0",
|
|
93
96
|
"globals": "^16.3.0",
|
|
94
97
|
"html-webpack-plugin": "^5.6.3",
|
|
95
|
-
"husky": "^9.1.7",
|
|
96
98
|
"jest": "^30.0.5",
|
|
97
99
|
"jest-environment-jsdom": "^30.0.5",
|
|
98
100
|
"jest-fetch-mock": "^3.0.3",
|
|
99
|
-
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
100
101
|
"neostandard": "^0.12.2",
|
|
102
|
+
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
101
103
|
"path-browserify": "^1.0.1",
|
|
104
|
+
"rdflib": "^2.3.0",
|
|
102
105
|
"react": "^19.1.1",
|
|
103
106
|
"react-dom": "^19.1.1",
|
|
107
|
+
"style-loader": "^4.0.0",
|
|
108
|
+
"solid-logic": "3.1.1-a44ca66",
|
|
109
|
+
"solid-ui": "2.6.1-e78cbe5",
|
|
104
110
|
"ts-jest": "^29.4.1",
|
|
105
111
|
"typescript": "^5.9.2",
|
|
106
112
|
"webpack": "^5.101.0",
|
|
107
113
|
"webpack-cli": "^6.0.1",
|
|
108
114
|
"webpack-dev-server": "^5.2.2"
|
|
109
|
-
},
|
|
110
|
-
"husky": {
|
|
111
|
-
"hooks": {
|
|
112
|
-
"pre-commit": "lint-staged",
|
|
113
|
-
"pre-push": "npm test"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"lint-staged": {
|
|
117
|
-
"src/**/*.(js|ts)": [
|
|
118
|
-
"eslint"
|
|
119
|
-
]
|
|
120
115
|
}
|
|
121
116
|
}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _default = exports.default = `
|
|
8
|
-
@prefix dc: <http://purl.org/dc/elements/1.1/>.
|
|
9
|
-
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
|
|
10
|
-
@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.
|
|
11
|
-
@prefix ui: <http://www.w3.org/ns/ui#>.
|
|
12
|
-
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
|
13
|
-
@prefix sched: <http://www.w3.org/ns/pim/schedule#>.
|
|
14
|
-
|
|
15
|
-
cal:Vevent ui:annotationForm <#form2>, <#form3>; ui:creationForm <#form1> .
|
|
16
|
-
|
|
17
|
-
<#bigForm>
|
|
18
|
-
dc:title
|
|
19
|
-
"Schedule event (single form).";
|
|
20
|
-
a ui:Group;
|
|
21
|
-
ui:parts ( <#form1> <#form2> <#form3> ).
|
|
22
|
-
|
|
23
|
-
<#form1>
|
|
24
|
-
dc:title
|
|
25
|
-
"Schedule an event (wizard)";
|
|
26
|
-
a ui:Form;
|
|
27
|
-
ui:parts (
|
|
28
|
-
<#form1header>
|
|
29
|
-
<#eventTitle>
|
|
30
|
-
<#eventLocation>
|
|
31
|
-
<#eventType>
|
|
32
|
-
<#eventSwitch>
|
|
33
|
-
<#eventComment>
|
|
34
|
-
<#eventAuthor> ).
|
|
35
|
-
|
|
36
|
-
<#form1header> a ui:Heading; ui:contents "Schedule an event" .
|
|
37
|
-
|
|
38
|
-
<#eventTitle>
|
|
39
|
-
a ui:SingleLineTextField;
|
|
40
|
-
ui:maxLength
|
|
41
|
-
"128";
|
|
42
|
-
ui:property
|
|
43
|
-
cal:summary;
|
|
44
|
-
ui:size
|
|
45
|
-
"40".
|
|
46
|
-
|
|
47
|
-
<#eventLocation>
|
|
48
|
-
a ui:SingleLineTextField;
|
|
49
|
-
ui:maxLength
|
|
50
|
-
"512";
|
|
51
|
-
ui:property
|
|
52
|
-
cal:location;
|
|
53
|
-
ui:size
|
|
54
|
-
"40".
|
|
55
|
-
|
|
56
|
-
<#eventType> a ui:BooleanField;
|
|
57
|
-
ui:property sched:allDay;
|
|
58
|
-
ui:default true . # Used to be the only way
|
|
59
|
-
|
|
60
|
-
<#eventSwitch> a ui:Options;
|
|
61
|
-
ui:dependingOn sched:allDay;
|
|
62
|
-
ui:case [ ui:for true; ui:use <#AllDayForm> ];
|
|
63
|
-
ui:case [ ui:for false; ui:use <#NotAllDayForm> ].
|
|
64
|
-
|
|
65
|
-
<#AllDayForm> a ui:IntegerField ;
|
|
66
|
-
ui:property sched:durationInDays;
|
|
67
|
-
ui:label "How many days?";
|
|
68
|
-
ui:min 1;
|
|
69
|
-
ui:default 1 .
|
|
70
|
-
|
|
71
|
-
<#NotAllDayForm> a ui:IntegerField ;
|
|
72
|
-
ui:property sched:durationInMinutes;
|
|
73
|
-
ui:label "Duration (mins)";
|
|
74
|
-
ui:min 5;
|
|
75
|
-
ui:default 55 .
|
|
76
|
-
|
|
77
|
-
<#eventComment>
|
|
78
|
-
a ui:MultiLineTextField;
|
|
79
|
-
# ui:maxLength
|
|
80
|
-
# "1048";
|
|
81
|
-
# ui:size
|
|
82
|
-
# "40".
|
|
83
|
-
ui:property
|
|
84
|
-
cal:comment.
|
|
85
|
-
|
|
86
|
-
<#eventAuthor>
|
|
87
|
-
a ui:Multiple; ui:min 1; ui:part <#eventAuthorGroup>; ui:property dc:author.
|
|
88
|
-
|
|
89
|
-
<#eventAuthorGroup> a ui:Group; ui:parts ( <#authorName> <#authorEmail> ) .
|
|
90
|
-
<#authorName> a ui:SingleLineTextField; ui:property foaf:name .
|
|
91
|
-
<#authorEmail> a ui:EmailField; ui:label "email"; ui:property foaf:mbox .
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
#####################
|
|
95
|
-
|
|
96
|
-
<#form2> dc:title "Select possible days or times"; a ui:Form;
|
|
97
|
-
ui:parts ( <#id1118132113134> <#possibleSwitch> ).
|
|
98
|
-
|
|
99
|
-
<#id1118132113134> a ui:Heading; ui:contents "Time proposals" .
|
|
100
|
-
|
|
101
|
-
<#possibleSwitch> a ui:Options;
|
|
102
|
-
ui:dependingOn sched:allDay;
|
|
103
|
-
ui:case [ ui:for true; ui:use <#AllDayForm2> ];
|
|
104
|
-
ui:case [ ui:for false; ui:use <#NotAllDayForm2> ].
|
|
105
|
-
|
|
106
|
-
<#AllDayForm2>
|
|
107
|
-
a ui:Multiple; ui:min 2; ui:part <#posssibleDate>; ui:property sched:option.
|
|
108
|
-
<#posssibleDate> a ui:DateField; ui:property cal:dtstart; ui:label "date".
|
|
109
|
-
|
|
110
|
-
<#NotAllDayForm2>
|
|
111
|
-
a ui:Multiple; ui:min 2; ui:part <#posssibleTime>; ui:property sched:option.
|
|
112
|
-
<#posssibleTime> a ui:DateTimeField; ui:property cal:dtstart; ui:label "date and time".
|
|
113
|
-
|
|
114
|
-
##################################
|
|
115
|
-
|
|
116
|
-
<#form3> dc:title "Select invited people"; a ui:Form; ui:parts ( <#id1118132113135> <#id1417314641301b> ) .
|
|
117
|
-
<#id1417314641301b>
|
|
118
|
-
a ui:Multiple; ui:min 1; ui:part <#id1417314674292b>; ui:property sched:invitee.
|
|
119
|
-
<#id1417314674292b> a ui:EmailField; ui:label "email"; ui:property foaf:mbox .
|
|
120
|
-
<#id1118132113135> a ui:Heading; ui:contents "Who to invite" .
|
|
121
|
-
|
|
122
|
-
# ENDS
|
|
123
|
-
`;
|
|
124
|
-
//# sourceMappingURL=formsForSchedule.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"formsForSchedule.js","names":[],"sources":["../../src/schedule/formsForSchedule.js"],"sourcesContent":["export default `\n@prefix dc: <http://purl.org/dc/elements/1.1/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.\n@prefix ui: <http://www.w3.org/ns/ui#>.\n@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.\n@prefix sched: <http://www.w3.org/ns/pim/schedule#>.\n\n cal:Vevent ui:annotationForm <#form2>, <#form3>; ui:creationForm <#form1> .\n\n<#bigForm>\n dc:title\n \"Schedule event (single form).\";\n a ui:Group;\n ui:parts ( <#form1> <#form2> <#form3> ).\n\n<#form1>\n dc:title\n \"Schedule an event (wizard)\";\n a ui:Form;\n ui:parts (\n <#form1header>\n <#eventTitle>\n <#eventLocation>\n <#eventType>\n <#eventSwitch>\n <#eventComment>\n <#eventAuthor> ).\n\n<#form1header> a ui:Heading; ui:contents \"Schedule an event\" .\n\n<#eventTitle>\n a ui:SingleLineTextField;\n ui:maxLength\n \"128\";\n ui:property\n cal:summary;\n ui:size\n \"40\".\n\n<#eventLocation>\n a ui:SingleLineTextField;\n ui:maxLength\n \"512\";\n ui:property\n cal:location;\n ui:size\n \"40\".\n\n<#eventType> a ui:BooleanField;\n ui:property sched:allDay;\n ui:default true . # Used to be the only way\n\n<#eventSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm> ].\n\n <#AllDayForm> a ui:IntegerField ;\n ui:property sched:durationInDays;\n ui:label \"How many days?\";\n ui:min 1;\n ui:default 1 .\n\n <#NotAllDayForm> a ui:IntegerField ;\n ui:property sched:durationInMinutes;\n ui:label \"Duration (mins)\";\n ui:min 5;\n ui:default 55 .\n\n<#eventComment>\n a ui:MultiLineTextField;\n# ui:maxLength\n# \"1048\";\n# ui:size\n# \"40\".\n ui:property\n cal:comment.\n\n<#eventAuthor>\n a ui:Multiple; ui:min 1; ui:part <#eventAuthorGroup>; ui:property dc:author.\n\n <#eventAuthorGroup> a ui:Group; ui:parts ( <#authorName> <#authorEmail> ) .\n <#authorName> a ui:SingleLineTextField; ui:property foaf:name .\n <#authorEmail> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n\n\n#####################\n\n<#form2> dc:title \"Select possible days or times\"; a ui:Form;\n ui:parts ( <#id1118132113134> <#possibleSwitch> ).\n\n <#id1118132113134> a ui:Heading; ui:contents \"Time proposals\" .\n\n <#possibleSwitch> a ui:Options;\n ui:dependingOn sched:allDay;\n ui:case [ ui:for true; ui:use <#AllDayForm2> ];\n ui:case [ ui:for false; ui:use <#NotAllDayForm2> ].\n\n <#AllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleDate>; ui:property sched:option.\n <#posssibleDate> a ui:DateField; ui:property cal:dtstart; ui:label \"date\".\n\n <#NotAllDayForm2>\n a ui:Multiple; ui:min 2; ui:part <#posssibleTime>; ui:property sched:option.\n <#posssibleTime> a ui:DateTimeField; ui:property cal:dtstart; ui:label \"date and time\".\n\n ##################################\n\n <#form3> dc:title \"Select invited people\"; a ui:Form; ui:parts ( <#id1118132113135> <#id1417314641301b> ) .\n<#id1417314641301b>\n a ui:Multiple; ui:min 1; ui:part <#id1417314674292b>; ui:property sched:invitee.\n <#id1417314674292b> a ui:EmailField; ui:label \"email\"; ui:property foaf:mbox .\n <#id1118132113135> a ui:Heading; ui:contents \"Who to invite\" .\n\n# ENDS\n`\n"],"mappings":";;;;;;iCAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC","ignoreList":[]}
|
package/dist/types.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
interface SolidAuthorization {
|
|
2
|
-
access_token: string;
|
|
3
|
-
client_id: string;
|
|
4
|
-
id_token: string;
|
|
5
|
-
}
|
|
6
|
-
interface SolidClaim {
|
|
7
|
-
at_hash: string;
|
|
8
|
-
aud: string;
|
|
9
|
-
azp: string;
|
|
10
|
-
cnf: {
|
|
11
|
-
jwk: string;
|
|
12
|
-
};
|
|
13
|
-
exp: number;
|
|
14
|
-
iat: number;
|
|
15
|
-
iss: string;
|
|
16
|
-
jti: string;
|
|
17
|
-
nonce: string;
|
|
18
|
-
sub: string;
|
|
19
|
-
}
|
|
20
|
-
export interface SolidSession {
|
|
21
|
-
authorization: SolidAuthorization;
|
|
22
|
-
credentialType: string;
|
|
23
|
-
idClaims: SolidClaim;
|
|
24
|
-
idp: string;
|
|
25
|
-
issuer: string;
|
|
26
|
-
sessionKey: string;
|
|
27
|
-
webId: string;
|
|
28
|
-
}
|
|
29
|
-
export {};
|
|
30
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,UAAU,kBAAkB;IAE1B,YAAY,EAAE,MAAM,CAAA;IAEpB,SAAS,EAAE,MAAM,CAAA;IAEjB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,UAAU,UAAU;IAElB,OAAO,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE;QACH,GAAG,EAAE,MAAM,CAAA;KACZ,CAAA;IACD,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;CACZ;AAED,MAAM,WAAW,YAAY;IAC3B,aAAa,EAAE,kBAAkB,CAAA;IACjC,cAAc,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,UAAU,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;CACd"}
|
package/dist/types.js
DELETED
package/dist/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""}
|