solid-panes 4.4.0 → 4.4.1

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.
Files changed (75) hide show
  1. package/README.md +4 -2
  2. package/dist/RDFXMLPane.css +70 -0
  3. package/dist/RDFXMLPane.d.ts +13 -0
  4. package/dist/RDFXMLPane.d.ts.map +1 -0
  5. package/dist/RDFXMLPane.js +46 -5
  6. package/dist/dataContentPane.css +271 -0
  7. package/dist/dataContentPane.d.ts +14 -0
  8. package/dist/dataContentPane.d.ts.map +1 -0
  9. package/dist/dataContentPane.js +68 -101
  10. package/dist/defaultPane.css +97 -0
  11. package/dist/defaultPane.d.ts +14 -0
  12. package/dist/defaultPane.d.ts.map +1 -0
  13. package/dist/defaultPane.js +9 -2
  14. package/dist/form/formPane.css +120 -0
  15. package/dist/form/pane.d.ts +4 -0
  16. package/dist/form/pane.d.ts.map +1 -0
  17. package/dist/form/pane.js +120 -54
  18. package/dist/humanReadablePane.css +129 -0
  19. package/dist/humanReadablePane.d.ts +13 -0
  20. package/dist/humanReadablePane.d.ts.map +1 -0
  21. package/dist/humanReadablePane.js +29 -18
  22. package/dist/icons/signUp.svg +9 -0
  23. package/dist/imagePane.css +4 -0
  24. package/dist/imagePane.d.ts +12 -0
  25. package/dist/imagePane.d.ts.map +1 -0
  26. package/dist/imagePane.js +19 -21
  27. package/dist/internal/internalPane.css +14 -0
  28. package/dist/internal/internalPane.d.ts +1 -0
  29. package/dist/internal/internalPane.d.ts.map +1 -1
  30. package/dist/internal/internalPane.js +5 -6
  31. package/dist/mainPage/header.js +2 -2
  32. package/dist/mainPage/index.d.ts +2 -1
  33. package/dist/mainPage/index.d.ts.map +1 -1
  34. package/dist/mainPage/index.js +23 -0
  35. package/dist/mainPage/menu.d.ts.map +1 -1
  36. package/dist/mainPage/menu.js +29 -2
  37. package/dist/n3Pane.css +49 -0
  38. package/dist/n3Pane.d.ts +13 -0
  39. package/dist/n3Pane.d.ts.map +1 -0
  40. package/dist/n3Pane.js +36 -5
  41. package/dist/outline/manager.js +20 -1
  42. package/dist/pad/padPane.css +6 -2
  43. package/dist/pad/padPane.js +1 -1
  44. package/dist/registerPanes.js +8 -8
  45. package/dist/schedule/schedulePane.css +294 -0
  46. package/dist/schedule/schedulePane.d.ts +23 -0
  47. package/dist/schedule/schedulePane.d.ts.map +1 -0
  48. package/dist/schedule/schedulePane.js +161 -61
  49. package/dist/social/editProfileDetails.d.ts +3 -3
  50. package/dist/social/editProfileDetails.d.ts.map +1 -1
  51. package/dist/social/editProfileDetails.js +222 -127
  52. package/dist/social/icons.d.ts +2 -0
  53. package/dist/social/icons.d.ts.map +1 -1
  54. package/dist/social/icons.js +39 -4
  55. package/dist/social/socialPane.css +838 -178
  56. package/dist/social/socialPane.d.ts.map +1 -1
  57. package/dist/social/socialPane.js +136 -43
  58. package/dist/social/socialSections.d.ts +11 -0
  59. package/dist/social/socialSections.d.ts.map +1 -1
  60. package/dist/social/socialSections.js +138 -62
  61. package/dist/social/spinner.d.ts +3 -0
  62. package/dist/social/spinner.d.ts.map +1 -0
  63. package/dist/social/spinner.js +13 -0
  64. package/dist/social/triage.d.ts +17 -0
  65. package/dist/social/triage.d.ts.map +1 -0
  66. package/dist/social/triage.js +79 -0
  67. package/dist/solid-panes.js +25772 -9576
  68. package/dist/solid-panes.js.map +1 -1
  69. package/dist/solid-panes.min.js +2583 -927
  70. package/dist/solid-panes.min.js.map +1 -1
  71. package/dist/{style → styles}/tabbedtab.css +0 -157
  72. package/dist/styles/utilities.css +5 -0
  73. package/dist/versionInfo.js +14 -14
  74. package/package.json +26 -25
  75. package/dist/icons/signup.png +0 -0
@@ -0,0 +1,294 @@
1
+ .schedule-pane__table {
2
+ border-collapse: collapse;
3
+ background-color: white;
4
+ min-width: 40rem;
5
+ min-height: 13rem;
6
+ }
7
+
8
+ .schedule-pane__button {
9
+ background-color: #eef;
10
+ padding: var(--spacing-xs, 0.5rem);
11
+ border: .5rem solid white;
12
+ font-size: 100%;
13
+ }
14
+
15
+ .schedule-pane__button-icon {
16
+ width: var(--icon-sm, 1.8rem);
17
+ height: var(--icon-sm, 1.8rem);
18
+ }
19
+
20
+ .schedule-pane__nav {
21
+ text-align: center;
22
+ vertical-align: middle;
23
+ padding-top: 4rem;
24
+ }
25
+
26
+ .schedule-pane__cell {
27
+ padding: var(--spacing-xs, 0.3rem);
28
+ text-align: center;
29
+ }
30
+
31
+ .schedule-pane__table .schedule-pane__form-heading {
32
+ font-size: 110% !important;
33
+ font-weight: bold;
34
+ color: #888888;
35
+ padding: 0.2em;
36
+ margin: 0.7em 0 !important;
37
+ }
38
+
39
+ .schedule-pane__table .schedule-pane__form-heading--time-proposals {
40
+ margin-bottom: 0 !important;
41
+ }
42
+
43
+ .schedule-pane__table .schedule-pane__panel--time-proposals {
44
+ padding-bottom: 0.9rem !important;
45
+ border: none !important;
46
+ }
47
+
48
+ .schedule-pane__table .schedule-pane__panel {
49
+ padding-left: 0.75rem !important;
50
+ padding-right: 0.75rem !important;
51
+ margin-right: 0.5rem;
52
+ max-width: 100%;
53
+ box-sizing: border-box;
54
+ }
55
+
56
+ @media (max-width: 1024px) {
57
+ .schedule-pane__table .schedule-pane__main-cell {
58
+ padding-left: 0.5rem;
59
+ padding-right: 0.5rem;
60
+ box-sizing: border-box;
61
+ }
62
+
63
+ .schedule-pane__table .schedule-pane__field-row--comment {
64
+ display: flex !important;
65
+ flex-direction: row !important;
66
+ flex-wrap: wrap;
67
+ align-items: flex-start;
68
+ gap: 0.5rem;
69
+ }
70
+
71
+ .schedule-pane__table .schedule-pane__field-row--comment > div:first-child {
72
+ width: auto !important;
73
+ min-width: 4.5rem;
74
+ flex: 0 1 6rem;
75
+ }
76
+
77
+ .schedule-pane__table .schedule-pane__field-value--comment {
78
+ min-width: 0;
79
+ flex: 1 1 20rem;
80
+ width: auto;
81
+ padding-right: 0.25rem;
82
+ box-sizing: border-box;
83
+ }
84
+
85
+ .schedule-pane__table .schedule-pane__field-value--comment .schedule-pane__form-control--textarea,
86
+ .schedule-pane__table .schedule-pane__field-row--comment .schedule-pane__form-control--textarea {
87
+ width: 100% !important;
88
+ max-width: 100% !important;
89
+ min-width: 0 !important;
90
+ box-sizing: border-box;
91
+ margin: 0.2rem 0 0 !important;
92
+ padding: 0.5rem 0.45rem;
93
+ }
94
+ }
95
+
96
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table {
97
+ min-width: 0;
98
+ width: 100%;
99
+ min-height: 0;
100
+ table-layout: fixed;
101
+ }
102
+
103
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table td,
104
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table th {
105
+ min-width: 0;
106
+ max-width: 100%;
107
+ overflow-wrap: anywhere;
108
+ }
109
+
110
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__main-cell {
111
+ padding-left: 0.5rem;
112
+ padding-right: 0.5rem;
113
+ box-sizing: border-box;
114
+ }
115
+
116
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact {
117
+ align-items: flex-start;
118
+ gap: 0.25rem;
119
+ }
120
+
121
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact .formFieldName {
122
+ width: auto !important;
123
+ min-width: 4.5rem;
124
+ flex: 0 1 5.5rem;
125
+ }
126
+
127
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact .formFieldValue {
128
+ min-width: 0;
129
+ flex: 1 1 auto;
130
+ }
131
+
132
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact .schedule-pane__form-control {
133
+ width: 100% !important;
134
+ max-width: 100% !important;
135
+ min-width: 0 !important;
136
+ box-sizing: border-box;
137
+ margin: 0.2rem 0 0 !important;
138
+ font-size: var(--font-size-sm, 0.875rem);
139
+ padding: 0.35rem 0.45rem;
140
+ }
141
+
142
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment {
143
+ display: flex !important;
144
+ flex-direction: column !important;
145
+ align-items: stretch;
146
+ gap: 0.25rem;
147
+ }
148
+
149
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment .formFieldName,
150
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment > div:first-child {
151
+ width: auto !important;
152
+ min-width: 0;
153
+ flex: 0 0 auto;
154
+ }
155
+
156
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment .formFieldValue,
157
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment > div:last-child,
158
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-value--comment {
159
+ min-width: 0;
160
+ display: block;
161
+ flex: 1 1 auto;
162
+ width: 100%;
163
+ }
164
+
165
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment .schedule-pane__form-control--textarea,
166
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-value--comment .schedule-pane__form-control--textarea {
167
+ width: 100% !important;
168
+ max-width: 100% !important;
169
+ min-width: 0 !important;
170
+ box-sizing: border-box;
171
+ margin: 0 !important;
172
+ font-size: var(--font-size-sm, 0.875rem);
173
+ padding: 0.35rem 0.45rem;
174
+ min-height: 5.5rem;
175
+ }
176
+
177
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__button {
178
+ padding: 0.4rem;
179
+ border-width: 0.2rem;
180
+ }
181
+
182
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__button-icon {
183
+ width: 1.35rem;
184
+ height: 1.35rem;
185
+ }
186
+
187
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__nav {
188
+ padding-top: 1rem;
189
+ }
190
+
191
+ div.schedule-pane[data-layout='mobile'] .schedule-pane__cell {
192
+ padding: 0.2rem;
193
+ }
194
+
195
+ @media (max-width: 576px) {
196
+ .schedule-pane__table {
197
+ min-width: 0;
198
+ width: 100%;
199
+ min-height: 0;
200
+ table-layout: fixed;
201
+ }
202
+
203
+ .schedule-pane__table td,
204
+ .schedule-pane__table th {
205
+ min-width: 0;
206
+ max-width: 100%;
207
+ overflow-wrap: anywhere;
208
+ }
209
+
210
+ .schedule-pane__table .schedule-pane__main-cell {
211
+ padding-left: 0.5rem;
212
+ padding-right: 0.5rem;
213
+ box-sizing: border-box;
214
+ }
215
+
216
+ .schedule-pane__table .schedule-pane__field-row--compact {
217
+ align-items: flex-start;
218
+ gap: 0.25rem;
219
+ }
220
+
221
+ .schedule-pane__table .schedule-pane__field-row--compact .formFieldName {
222
+ width: auto !important;
223
+ min-width: 4.5rem;
224
+ flex: 0 1 5.5rem;
225
+ }
226
+
227
+ .schedule-pane__table .schedule-pane__field-row--compact .formFieldValue {
228
+ min-width: 0;
229
+ flex: 1 1 auto;
230
+ }
231
+
232
+ .schedule-pane__table .schedule-pane__field-row--compact .schedule-pane__form-control {
233
+ width: 100% !important;
234
+ max-width: 100% !important;
235
+ min-width: 0 !important;
236
+ box-sizing: border-box;
237
+ margin: 0.2rem 0 0 !important;
238
+ font-size: var(--font-size-sm, 0.875rem);
239
+ padding: 0.35rem 0.45rem;
240
+ }
241
+
242
+ .schedule-pane__table .schedule-pane__field-row--comment {
243
+ display: flex !important;
244
+ flex-direction: column !important;
245
+ align-items: stretch;
246
+ gap: 0.25rem;
247
+ }
248
+
249
+ .schedule-pane__table .schedule-pane__field-row--comment .formFieldName,
250
+ .schedule-pane__table .schedule-pane__field-row--comment > div:first-child {
251
+ width: auto !important;
252
+ min-width: 0;
253
+ flex: 0 0 auto;
254
+ }
255
+
256
+ .schedule-pane__table .schedule-pane__field-row--comment .formFieldValue,
257
+ .schedule-pane__table .schedule-pane__field-row--comment > div:last-child,
258
+ .schedule-pane__table .schedule-pane__field-value--comment {
259
+ min-width: 0;
260
+ display: block;
261
+ flex: 1 1 auto;
262
+ width: 100%;
263
+ }
264
+
265
+ .schedule-pane__table .schedule-pane__field-row--comment .schedule-pane__form-control--textarea,
266
+ .schedule-pane__table .schedule-pane__field-value--comment .schedule-pane__form-control--textarea {
267
+ width: 100% !important;
268
+ max-width: 100% !important;
269
+ min-width: 0 !important;
270
+ box-sizing: border-box;
271
+ margin: 0 !important;
272
+ font-size: var(--font-size-sm, 0.875rem);
273
+ padding: 0.35rem 0.45rem;
274
+ min-height: 5.5rem;
275
+ }
276
+
277
+ .schedule-pane__button {
278
+ padding: 0.4rem;
279
+ border-width: 0.2rem;
280
+ }
281
+
282
+ .schedule-pane__button-icon {
283
+ width: 1.35rem;
284
+ height: 1.35rem;
285
+ }
286
+
287
+ .schedule-pane__nav {
288
+ padding-top: 1rem;
289
+ }
290
+
291
+ .schedule-pane__cell {
292
+ padding: 0.2rem;
293
+ }
294
+ }
@@ -0,0 +1,23 @@
1
+ import type { DataBrowserContext } from 'pane-registry';
2
+ import type { NamedNode } from 'rdflib';
3
+ import './schedulePane.css';
4
+ import '../styles/utilities.css';
5
+ type MintOptions = {
6
+ newBase: string;
7
+ useExisting?: NamedNode;
8
+ noIndexHTML?: boolean;
9
+ me?: NamedNode | null;
10
+ newInstance?: NamedNode;
11
+ thisInstance?: NamedNode;
12
+ };
13
+ export declare const schedulePane: {
14
+ icon: string;
15
+ name: string;
16
+ audience: any[];
17
+ label: (subject: NamedNode, context: DataBrowserContext) => "Scheduling poll" | null;
18
+ mintClass: any;
19
+ mintNew: (context: DataBrowserContext, options: MintOptions) => Promise<MintOptions>;
20
+ render: (subject: NamedNode, context: DataBrowserContext) => HTMLDivElement;
21
+ };
22
+ export {};
23
+ //# sourceMappingURL=schedulePane.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedulePane.d.ts","sourceRoot":"","sources":["../../src/schedule/schedulePane.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,kBAAkB,EAAqB,MAAM,eAAe,CAAA;AAC1E,OAAO,KAAK,EAAE,SAAS,EAA2C,MAAM,QAAQ,CAAA;AAEhF,OAAO,oBAAoB,CAAA;AAC3B,OAAO,yBAAyB,CAAA;AAkBhC,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,EAAE,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;IACrB,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,YAAY,CAAC,EAAE,SAAS,CAAA;CACzB,CAAA;AA2BD,eAAO,MAAM,YAAY;;;;qBAQG,SAAS,WAAW,kBAAkB;;uBAYpC,kBAAkB,WAAW,WAAW;sBAwSzC,SAAS,WAAW,kBAAkB;CAygClE,CAAA"}