UNPKG

solid-panes

Version:

Solid-compatible Panes: applets and views for the mashlib and databrowser

4 lines (3 loc) 2.52 kB
"use strict"; module.exports = "\n@prefix dc: <http://purl.org/dc/elements/1.1/>.\n@prefix foaf: <http://xmlns.com/foaf/0.1/>.\n@prefix ical: <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 ical: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:part\n <#form1>, <#form2>, <#form3>.\n\n<#form1>\n dc:title\n \"Schedule an event (wizard)\";\n a ui:Form;\n ui:part\n <#form1header>,\n <#eventTitle>,\n <#eventLocation>,\n <#eventComment>,\n <#eventAuthor>.\n<#eventTitle>\n a ui:SingleLineTextField;\n ui:maxLength\n \"128\";\n ui:property\n ical:summary;\n ui:size\n \"40\".\n\n<#eventLocation>\n a ui:SingleLineTextField;\n ui:maxLength\n \"512\";\n ui:property\n ical:location;\n ui:size\n \"40\".\n\n<#eventComment>\n a ui:MultiLineTextField;\n# ui:maxLength\n# \"1048\";\n# ui:size\n# \"40\".\n ui:property\n ical: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:part <#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\"; a ui:Form;\n ui:part <#id1118132113134>, <#id1417314641301> .\n\n <#id1118132113134> a ui:Heading; ui:contents \"Time proposals\" .\n\n <#id1417314641301>\n a ui:Multiple; ui:min 2; ui:part <#id1417314674292>; ui:property sched:option.\n\n <#id1417314674292> a ui:DateField; ui:property ical:dtstart; ui:label \"Date\".\n\n ##################################\n\n <#form3> dc:title \"Select invited people\"; a ui:Form; ui:part <#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 <#form1header> a ui:Heading; ui:contents \"Schedule an event\" .\n <#id1118132113135> a ui:Heading; ui:contents \"Who to invite\" .\n"; //# sourceMappingURL=formsForSchedule.js.map