solid-ui 3.1.3-7 → 3.1.3-8
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/_virtual/~icons/app/solid-emblem.cjs.js +3 -0
- package/dist/_virtual/~icons/app/solid-emblem.cjs.js.map +1 -0
- package/dist/_virtual/~icons/app/solid-emblem.esm.js +11 -0
- package/dist/_virtual/~icons/app/solid-emblem.esm.js.map +1 -0
- package/dist/breakpoints.css +1 -0
- package/dist/breakpoints.css.d.ts +1 -0
- package/dist/chunks/{account-BZ2rYQhV.js → account-jSZP2tZ5.js} +72 -56
- package/dist/chunks/account-jSZP2tZ5.js.map +1 -0
- package/dist/chunks/{auth-RHyQ2iIl.js → auth-CZOEEeJ8.js} +15 -15
- package/dist/chunks/{auth-RHyQ2iIl.js.map → auth-CZOEEeJ8.js.map} +1 -1
- package/dist/chunks/{avatar-Jx8xm2Op.js → avatar-BugsRJZg.js} +2 -2
- package/dist/chunks/{avatar-Jx8xm2Op.js.map → avatar-BugsRJZg.js.map} +1 -1
- package/dist/chunks/{footer-D64T6XLO.js → footer-kVa_uMeQ.js} +3 -3
- package/dist/chunks/{footer-D64T6XLO.js.map → footer-kVa_uMeQ.js.map} +1 -1
- package/dist/chunks/{guard-CjUBGVDk.js → guard-Cml6dHTv.js} +2 -2
- package/dist/chunks/{guard-CjUBGVDk.js.map → guard-Cml6dHTv.js.map} +1 -1
- package/dist/chunks/{headerFooterHelpers-7O_ln1QD.js → headerFooterHelpers-BiZ6X10e.js} +15 -15
- package/dist/chunks/{headerFooterHelpers-7O_ln1QD.js.map → headerFooterHelpers-BiZ6X10e.js.map} +1 -1
- package/dist/chunks/{jsonld-DRZuoyoU.js → jsonld-Cd-ZhJmZ.js} +2 -2
- package/dist/chunks/{jsonld-DRZuoyoU.js.map → jsonld-Cd-ZhJmZ.js.map} +1 -1
- package/dist/chunks/{login-button-DPeMi00d.js → login-button-pe1-DVNZ.js} +2 -2
- package/dist/chunks/{login-button-DPeMi00d.js.map → login-button-pe1-DVNZ.js.map} +1 -1
- package/dist/chunks/{logout-button-CbiLE7jO.js → logout-button-C5dtQiBB.js} +2 -2
- package/dist/chunks/{logout-button-CbiLE7jO.js.map → logout-button-C5dtQiBB.js.map} +1 -1
- package/dist/chunks/{menu-item-Ck0l-uEI.js → menu-item-CWg-eS4V.js} +7 -5
- package/dist/chunks/menu-item-CWg-eS4V.js.map +1 -0
- package/dist/chunks/{provider-C4eSzopG.js → provider-DRxSExO6.js} +2 -2
- package/dist/chunks/{provider-C4eSzopG.js.map → provider-DRxSExO6.js.map} +1 -1
- package/dist/chunks/{signup-button-BfIxbpwa.js → signup-button-QvYELqb6.js} +2 -2
- package/dist/chunks/{signup-button-BfIxbpwa.js.map → signup-button-QvYELqb6.js.map} +1 -1
- package/dist/chunks/solid-emblem-BDzhMTjL.js +185 -0
- package/dist/chunks/solid-emblem-BDzhMTjL.js.map +1 -0
- package/dist/chunks/{solid-logic.esm-T70qfHAr.js → solid-logic.esm-BhVcNu8u.js} +7 -28
- package/dist/chunks/{solid-logic.esm-T70qfHAr.js.map → solid-logic.esm-BhVcNu8u.js.map} +1 -1
- package/dist/chunks/{src-Bx4GAnWq.js → src-DYvSns7X.js} +2375 -2351
- package/dist/chunks/src-DYvSns7X.js.map +1 -0
- package/dist/components/account/Account.cjs.js +7 -2
- package/dist/components/account/Account.cjs.js.map +1 -1
- package/dist/components/account/Account.d.ts +8 -1
- package/dist/components/account/Account.d.ts.map +1 -1
- package/dist/components/account/Account.esm.js +64 -48
- package/dist/components/account/Account.esm.js.map +1 -1
- package/dist/components/account/Account.stories.d.ts +3 -8
- package/dist/components/account/Account.stories.d.ts.map +1 -1
- package/dist/components/account/index.cjs.js.map +1 -1
- package/dist/components/account/index.d.ts +2 -2
- package/dist/components/account/index.d.ts.map +1 -1
- package/dist/components/account/index.esm.js.map +1 -1
- package/dist/components/account.js +1 -1
- package/dist/components/avatar.js +1 -1
- package/dist/components/footer.js +1 -1
- package/dist/components/guard.js +1 -1
- package/dist/components/index.cjs.js +1 -1
- package/dist/components/index.esm.js +2 -2
- package/dist/components/login-button.js +1 -1
- package/dist/components/login-modal.js +1 -1
- package/dist/components/logout-button.js +1 -1
- package/dist/components/menu-item/MenuItem.cjs.js +5 -3
- package/dist/components/menu-item/MenuItem.cjs.js.map +1 -1
- package/dist/components/menu-item/MenuItem.d.ts.map +1 -1
- package/dist/components/menu-item/MenuItem.esm.js +5 -3
- package/dist/components/menu-item/MenuItem.esm.js.map +1 -1
- package/dist/components/menu-item/MenuItem.styles.cjs.js +1 -1
- package/dist/components/menu-item/MenuItem.styles.cjs.js.map +1 -1
- package/dist/components/menu-item/MenuItem.styles.esm.js +1 -1
- package/dist/components/menu-item/MenuItem.styles.esm.js.map +1 -1
- package/dist/components/menu-item.js +1 -1
- package/dist/components/provider.js +1 -1
- package/dist/components/signup-button.js +1 -1
- package/dist/components/solid-emblem/SolidEmblem.cjs.js +2 -0
- package/dist/components/solid-emblem/SolidEmblem.cjs.js.map +1 -0
- package/dist/components/solid-emblem/SolidEmblem.d.ts +6 -0
- package/dist/components/solid-emblem/SolidEmblem.d.ts.map +1 -0
- package/dist/components/solid-emblem/SolidEmblem.esm.js +178 -0
- package/dist/components/solid-emblem/SolidEmblem.esm.js.map +1 -0
- package/dist/components/solid-emblem/SolidEmblem.styles.cjs.js +2 -0
- package/dist/components/solid-emblem/SolidEmblem.styles.cjs.js.map +1 -0
- package/dist/components/solid-emblem/SolidEmblem.styles.esm.js +7 -0
- package/dist/components/solid-emblem/SolidEmblem.styles.esm.js.map +1 -0
- package/dist/components/solid-emblem/index.cjs.js +2 -0
- package/dist/components/solid-emblem/index.cjs.js.map +1 -0
- package/dist/components/solid-emblem/index.d.ts +4 -0
- package/dist/components/solid-emblem/index.d.ts.map +1 -0
- package/dist/components/solid-emblem/index.esm.js +7 -0
- package/dist/components/solid-emblem/index.esm.js.map +1 -0
- package/dist/components/solid-emblem.js +2 -0
- package/dist/components.js +11 -11
- package/dist/index.js +4 -5
- package/dist/lib/forms/rdfHelper.d.ts +4 -0
- package/dist/lib/forms/rdfHelper.d.ts.map +1 -0
- package/dist/loader.js +4 -5
- package/dist/solid-ui.js +78 -1169
- package/dist/solid-ui.min.js +78 -1169
- package/dist/solid-ui.min.js.map +1 -1
- package/dist/theme.css +1 -1
- package/package.json +7 -2
- package/dist/chunks/account-BZ2rYQhV.js.map +0 -1
- package/dist/chunks/header-COBaJDdB.js +0 -1486
- package/dist/chunks/header-COBaJDdB.js.map +0 -1
- package/dist/chunks/iconBase-DJ0zbNSL.js +0 -31
- package/dist/chunks/iconBase-DJ0zbNSL.js.map +0 -1
- package/dist/chunks/menu-item-Ck0l-uEI.js.map +0 -1
- package/dist/chunks/src-Bx4GAnWq.js.map +0 -1
- package/dist/components/header/index.cjs.js +0 -1
- package/dist/components/header/index.d.ts +0 -2
- package/dist/components/header/index.d.ts.map +0 -1
- package/dist/components/header/index.esm.js +0 -3
- package/dist/components/header.js +0 -2
- package/dist/lib/features.cjs.js +0 -2
- package/dist/lib/features.cjs.js.map +0 -1
- package/dist/lib/features.d.ts +0 -8
- package/dist/lib/features.d.ts.map +0 -1
- package/dist/lib/features.esm.js +0 -6
- package/dist/lib/features.esm.js.map +0 -1
- package/dist/v2/components/actions/button/Button.d.ts +0 -97
- package/dist/v2/components/actions/button/Button.d.ts.map +0 -1
- package/dist/v2/components/actions/button/Button.test.d.ts +0 -1
- package/dist/v2/components/actions/button/Button.test.d.ts.map +0 -1
- package/dist/v2/components/actions/button/index.d.ts +0 -8
- package/dist/v2/components/actions/button/index.d.ts.map +0 -1
- package/dist/v2/components/auth/loginButton/LoginButton.cjs.js +0 -414
- package/dist/v2/components/auth/loginButton/LoginButton.cjs.js.map +0 -1
- package/dist/v2/components/auth/loginButton/LoginButton.esm.js +0 -519
- package/dist/v2/components/auth/loginButton/LoginButton.esm.js.map +0 -1
- package/dist/v2/components/auth/loginButton/downArrow.cjs.js +0 -9
- package/dist/v2/components/auth/loginButton/downArrow.cjs.js.map +0 -1
- package/dist/v2/components/auth/loginButton/downArrow.esm.js +0 -14
- package/dist/v2/components/auth/loginButton/downArrow.esm.js.map +0 -1
- package/dist/v2/components/auth/loginButton/index.cjs.js +0 -2
- package/dist/v2/components/auth/loginButton/index.cjs.js.map +0 -1
- package/dist/v2/components/auth/loginButton/index.esm.js +0 -8
- package/dist/v2/components/auth/loginButton/index.esm.js.map +0 -1
- package/dist/v2/components/auth/signupButton/SignupButton.cjs.js +0 -59
- package/dist/v2/components/auth/signupButton/SignupButton.cjs.js.map +0 -1
- package/dist/v2/components/auth/signupButton/SignupButton.esm.js +0 -98
- package/dist/v2/components/auth/signupButton/SignupButton.esm.js.map +0 -1
- package/dist/v2/components/auth/signupButton/index.cjs.js +0 -2
- package/dist/v2/components/auth/signupButton/index.cjs.js.map +0 -1
- package/dist/v2/components/auth/signupButton/index.esm.js +0 -8
- package/dist/v2/components/auth/signupButton/index.esm.js.map +0 -1
- package/dist/v2/components/forms/combobox/Combobox.d.ts +0 -82
- package/dist/v2/components/forms/combobox/Combobox.d.ts.map +0 -1
- package/dist/v2/components/forms/combobox/Combobox.test.d.ts +0 -1
- package/dist/v2/components/forms/combobox/Combobox.test.d.ts.map +0 -1
- package/dist/v2/components/forms/combobox/comboboxTypes.d.ts +0 -6
- package/dist/v2/components/forms/combobox/comboboxTypes.d.ts.map +0 -1
- package/dist/v2/components/forms/combobox/index.d.ts +0 -3
- package/dist/v2/components/forms/combobox/index.d.ts.map +0 -1
- package/dist/v2/components/forms/select/Select.d.ts +0 -68
- package/dist/v2/components/forms/select/Select.d.ts.map +0 -1
- package/dist/v2/components/forms/select/Select.test.d.ts +0 -1
- package/dist/v2/components/forms/select/Select.test.d.ts.map +0 -1
- package/dist/v2/components/forms/select/index.d.ts +0 -3
- package/dist/v2/components/forms/select/index.d.ts.map +0 -1
- package/dist/v2/components/forms/shared/downArrow.d.ts +0 -2
- package/dist/v2/components/forms/shared/downArrow.d.ts.map +0 -1
- package/dist/v2/components/forms/shared/keyboard.d.ts +0 -7
- package/dist/v2/components/forms/shared/keyboard.d.ts.map +0 -1
- package/dist/v2/components/forms/shared/listboxStyles.d.ts +0 -2
- package/dist/v2/components/forms/shared/listboxStyles.d.ts.map +0 -1
- package/dist/v2/components/forms/shared/listboxTemplate.d.ts +0 -11
- package/dist/v2/components/forms/shared/listboxTemplate.d.ts.map +0 -1
- package/dist/v2/components/forms/shared/optionTypes.d.ts +0 -6
- package/dist/v2/components/forms/shared/optionTypes.d.ts.map +0 -1
- package/dist/v2/components/layout/header/Header.cjs.js +0 -625
- package/dist/v2/components/layout/header/Header.cjs.js.map +0 -1
- package/dist/v2/components/layout/header/Header.d.ts +0 -160
- package/dist/v2/components/layout/header/Header.d.ts.map +0 -1
- package/dist/v2/components/layout/header/Header.esm.js +0 -873
- package/dist/v2/components/layout/header/Header.esm.js.map +0 -1
- package/dist/v2/components/layout/header/header.test.d.ts +0 -1
- package/dist/v2/components/layout/header/header.test.d.ts.map +0 -1
- package/dist/v2/components/layout/header/index.cjs.js +0 -2
- package/dist/v2/components/layout/header/index.cjs.js.map +0 -1
- package/dist/v2/components/layout/header/index.d.ts +0 -4
- package/dist/v2/components/layout/header/index.d.ts.map +0 -1
- package/dist/v2/components/layout/header/index.esm.js +0 -8
- package/dist/v2/components/layout/header/index.esm.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuItem.styles.esm.js","names":[],"sources":["../../../src/components/menu-item/MenuItem.styles.css"],"sourcesContent":[":host {\n width: 100%;\n
|
|
1
|
+
{"version":3,"file":"MenuItem.styles.esm.js","names":[],"sources":["../../../src/components/menu-item/MenuItem.styles.css"],"sourcesContent":[":host {\n & > a,\n & > div {\n width: 100%;\n display: flex;\n position: relative;\n justify-content: flex-start;\n align-items: center;\n gap: 5px;\n padding: 10px;\n border-radius: 5px;\n color: var(--solid-ui-color-gray-600);\n font-weight: 500;\n font-size: var(--solid-ui-font-size-md);\n }\n\n &:hover {\n background-color: var(--solid-ui-color-slate-200);\n }\n\n ::slotted([slot=\"left-icon\"]), ::slotted([slot=\"right-icon\"]) {\n width: var(--solid-ui-font-size-xl);\n height: var(--solid-ui-font-size-xl);\n }\n\n a::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n}\n"],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/menu-item-
|
|
1
|
+
import { n as e, t } from "../chunks/menu-item-CWg-eS4V.js";
|
|
2
2
|
export { e as MenuItem, t as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/provider-
|
|
1
|
+
import { n as e, t } from "../chunks/provider-DRxSExO6.js";
|
|
2
2
|
export { e as Provider, t as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/signup-button-
|
|
1
|
+
import { n as e, t } from "../chunks/signup-button-QvYELqb6.js";
|
|
2
2
|
export { e as SignupButton, t as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const e=require("../../lib/components/decorators.cjs.js"),t=require("../../lib/components/web-component/WebComponent.cjs.js");require("../../lib/components/index.cjs.js"),require("../../_virtual/~icons/app/solid-emblem.cjs.js");const n=require("./SolidEmblem.styles.cjs.js");let r=require("lit");var i,a,o,s,c;function l(e,t,n){return(t=d(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function u(e,t,n,r,i,a){function o(e,t,n){return function(r,i){return n&&n(r),e[t].call(r,i)}}function s(e,t){for(var n=0;n<e.length;n++)e[n].call(t);return t}function c(e,t,n,r){if(typeof e!=`function`&&(r||e!==void 0))throw TypeError(t+` must `+(n||`be`)+` a function`+(r?``:` or undefined`));return e}function l(e,t,n,r,i,a,s,l,u,d,f,m,h){function g(e){if(!h(e))throw TypeError(`Attempted to access private element on non-instance`)}var _,v=t[0],y=t[3],b=!l;if(!b){n||Array.isArray(v)||(v=[v]);var x={},S=[],C=i===3?`get`:i===4||m?`set`:`value`;d?(f||m?x={get:p(function(){return y(this)},r,`get`),set:function(e){t[4](this,e)}}:x[C]=y,f||p(x[C],r,i===2?``:C)):f||(x=Object.getOwnPropertyDescriptor(e,r))}for(var w=e,T=v.length-1;T>=0;T-=n?2:1){var E=v[T],D=n?v[T-1]:void 0,O={},k={kind:[`field`,`accessor`,`method`,`getter`,`setter`,`class`][i],name:r,metadata:a,addInitializer:function(e,t){if(e.v)throw Error(`attempted to call addInitializer after decoration was finished`);c(t,`An initializer`,`be`,!0),s.push(t)}.bind(null,O)};try{if(b)(_=c(E.call(D,w,k),`class decorators`,`return`))&&(w=_);else{var A,j;k.static=u,k.private=d,d?i===2?A=function(e){return g(e),x.value}:(i<4&&(A=o(x,`get`,g)),i!==3&&(j=o(x,`set`,g))):(A=function(e){return e[r]},(i<2||i===4)&&(j=function(e,t){e[r]=t}));var M=k.access={has:d?h.bind():function(e){return r in e}};if(A&&(M.get=A),j&&(M.set=j),w=E.call(D,m?{get:x.get,set:x.set}:x[C],k),m){if(typeof w==`object`&&w)(_=c(w.get,`accessor.get`))&&(x.get=_),(_=c(w.set,`accessor.set`))&&(x.set=_),(_=c(w.init,`accessor.init`))&&S.push(_);else if(w!==void 0)throw TypeError(`accessor decorators must return an object with get, set, or init properties or void 0`)}else c(w,(f?`field`:`method`)+` decorators`,`return`)&&(f?S.push(w):x[C]=w)}}finally{O.v=!0}}return(f||m)&&l.push(function(e,t){for(var n=S.length-1;n>=0;n--)t=S[n].call(e,t);return t}),f||b||(d?m?l.push(o(x,`get`),o(x,`set`)):l.push(i===2?x[C]:o.call.bind(x[C])):Object.defineProperty(e,r,x)),w}function u(e,t){return Object.defineProperty(e,Symbol.metadata||Symbol.for(`Symbol.metadata`),{configurable:!0,enumerable:!0,value:t})}if(arguments.length>=6)var f=a[Symbol.metadata||Symbol.for(`Symbol.metadata`)];var h=Object.create(f??null),g=function(e,t,n,r){var i,a,o=[],c=function(t){return m(t)===e},u=new Map;function f(e){e&&o.push(s.bind(null,e))}for(var p=0;p<t.length;p++){var h=t[p];if(Array.isArray(h)){var g=h[1],_=h[2],v=h.length>3,y=16&g,b=!!(8&g),x=(g&=7)==0,S=_+`/`+b;if(!x&&!v){var C=u.get(S);if(!0===C||C===3&&g!==4||C===4&&g!==3)throw Error(`Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: `+_);u.set(S,!(g>2)||g)}l(b?e:e.prototype,h,y,v?`#`+_:d(_),g,r,b?a||=[]:i||=[],o,b,v,x,g===1,b&&v?c:n)}}return f(i),f(a),o}(e,t,i,h);return n.length||u(e,h),{e:g,get c(){var t=[];return n.length&&[u(l(e,[n],r,e.name,5,h,t),h),s.bind(null,t,e)]}}}function d(e){var t=f(e,`string`);return typeof t==`symbol`?t:t+``}function f(e,t){if(typeof e!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(typeof r!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function p(e,t,n){typeof t==`symbol`&&(t=(t=t.description)?`[`+t+`]`:``);try{Object.defineProperty(e,"name",{configurable:!0,value:n?n+` `+t:t})}catch{}return e}function m(e){if(Object(e)!==e)throw TypeError(`right-hand side of 'in' should be an object, got `+(e===null?`null`:typeof e));return e}function h(e){return e}s=[e.customElement(`solid-ui-solid-emblem`)];var g;new(c=(a=class extends t.default{render(){return r.html`<icon-app-solid-emblem></icon-app-solid-emblem>`}},[g,o]=u(a,[],s,0,void 0,t.default).c,a),i=class extends h{constructor(){super(g),l(this,`styles`,n.default),o()}},l(i,c,void 0),i),Object.defineProperty(exports,"default",{enumerable:!0,get:function(){return g}});
|
|
2
|
+
//# sourceMappingURL=SolidEmblem.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidEmblem.cjs.js","names":["customElement","WebComponent","html","styles","_classDecs","_SolidEmblem","_SolidEmblem2","_SolidEmblem3","SolidEmblem","render","_initClass","_applyDecs","c","_Class","_identity","constructor","_defineProperty","default"],"sources":["../../../src/components/solid-emblem/SolidEmblem.ts"],"sourcesContent":["import { customElement, WebComponent } from '@/lib/components'\nimport { html } from 'lit'\n\nimport '~icons/app/solid-emblem'\n\nimport styles from './SolidEmblem.styles.css'\n\n@customElement('solid-ui-solid-emblem')\nexport default class SolidEmblem extends WebComponent {\n static styles = styles\n\n protected render () {\n return html`<icon-app-solid-emblem></icon-app-solid-emblem>`\n }\n}\n"],"mappings":"g/HAK6CI,EAAA,CAE5CJ,EAAAA,cAAc,uBAAuB,CAAC,EAAA,IAAAK,EAAA,IAAAC,GAAAC,EAAvC,cACyCN,EAAAA,OAAa,CAG1CQ,QAAU,CAClB,MAAOP,GAAAA,IAAI,iDACb,CACF,EAAC,CAAAG,EAAAK,GAAAC,EAAAJ,EAAA,CAAA,EAAAH,EAAA,EAAA,IAAA,GANwCH,EAAAA,OAAY,CAAA,CAAAW,EAAAL,GAAAM,EAAA,cAAAC,CAAA,CAAAC,aAAA,CAAA,MAAAV,CAAA,EAAAW,EAAA,KAAA,SACnCb,EAAAA,OAAM,EAAAO,EAAA,CAAA,CAAA,EAAAM,EAAAH,EAAAP,EAAA,IAAA,EAAA,EAAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidEmblem.d.ts","sourceRoot":"","sources":["../../../src/components/solid-emblem/SolidEmblem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAG9D,OAAO,yBAAyB,CAAA;AAKhC,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,YAAY;IACnD,MAAM,CAAC,MAAM,0BAAS;IAEtB,SAAS,CAAC,MAAM;CAGjB"}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { customElement as e } from "../../lib/components/decorators.esm.js";
|
|
2
|
+
import t from "../../lib/components/web-component/WebComponent.esm.js";
|
|
3
|
+
import "../../lib/components/index.esm.js";
|
|
4
|
+
import "../../_virtual/~icons/app/solid-emblem.esm.js";
|
|
5
|
+
import n from "./SolidEmblem.styles.esm.js";
|
|
6
|
+
import { html as r } from "lit";
|
|
7
|
+
//#region src/components/solid-emblem/SolidEmblem.ts
|
|
8
|
+
var i, a, o, s, c;
|
|
9
|
+
function l(e, t, n) {
|
|
10
|
+
return (t = d(t)) in e ? Object.defineProperty(e, t, {
|
|
11
|
+
value: n,
|
|
12
|
+
enumerable: !0,
|
|
13
|
+
configurable: !0,
|
|
14
|
+
writable: !0
|
|
15
|
+
}) : e[t] = n, e;
|
|
16
|
+
}
|
|
17
|
+
function u(e, t, n, r, i, a) {
|
|
18
|
+
function o(e, t, n) {
|
|
19
|
+
return function(r, i) {
|
|
20
|
+
return n && n(r), e[t].call(r, i);
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
function s(e, t) {
|
|
24
|
+
for (var n = 0; n < e.length; n++) e[n].call(t);
|
|
25
|
+
return t;
|
|
26
|
+
}
|
|
27
|
+
function c(e, t, n, r) {
|
|
28
|
+
if (typeof e != "function" && (r || e !== void 0)) throw TypeError(t + " must " + (n || "be") + " a function" + (r ? "" : " or undefined"));
|
|
29
|
+
return e;
|
|
30
|
+
}
|
|
31
|
+
function l(e, t, n, r, i, a, s, l, u, d, f, m, h) {
|
|
32
|
+
function g(e) {
|
|
33
|
+
if (!h(e)) throw TypeError("Attempted to access private element on non-instance");
|
|
34
|
+
}
|
|
35
|
+
var _, v = t[0], y = t[3], b = !l;
|
|
36
|
+
if (!b) {
|
|
37
|
+
n || Array.isArray(v) || (v = [v]);
|
|
38
|
+
var x = {}, S = [], C = i === 3 ? "get" : i === 4 || m ? "set" : "value";
|
|
39
|
+
d ? (f || m ? x = {
|
|
40
|
+
get: p(function() {
|
|
41
|
+
return y(this);
|
|
42
|
+
}, r, "get"),
|
|
43
|
+
set: function(e) {
|
|
44
|
+
t[4](this, e);
|
|
45
|
+
}
|
|
46
|
+
} : x[C] = y, f || p(x[C], r, i === 2 ? "" : C)) : f || (x = Object.getOwnPropertyDescriptor(e, r));
|
|
47
|
+
}
|
|
48
|
+
for (var w = e, T = v.length - 1; T >= 0; T -= n ? 2 : 1) {
|
|
49
|
+
var E = v[T], D = n ? v[T - 1] : void 0, O = {}, k = {
|
|
50
|
+
kind: [
|
|
51
|
+
"field",
|
|
52
|
+
"accessor",
|
|
53
|
+
"method",
|
|
54
|
+
"getter",
|
|
55
|
+
"setter",
|
|
56
|
+
"class"
|
|
57
|
+
][i],
|
|
58
|
+
name: r,
|
|
59
|
+
metadata: a,
|
|
60
|
+
addInitializer: function(e, t) {
|
|
61
|
+
if (e.v) throw Error("attempted to call addInitializer after decoration was finished");
|
|
62
|
+
c(t, "An initializer", "be", !0), s.push(t);
|
|
63
|
+
}.bind(null, O)
|
|
64
|
+
};
|
|
65
|
+
try {
|
|
66
|
+
if (b) (_ = c(E.call(D, w, k), "class decorators", "return")) && (w = _);
|
|
67
|
+
else {
|
|
68
|
+
var A, j;
|
|
69
|
+
k.static = u, k.private = d, d ? i === 2 ? A = function(e) {
|
|
70
|
+
return g(e), x.value;
|
|
71
|
+
} : (i < 4 && (A = o(x, "get", g)), i !== 3 && (j = o(x, "set", g))) : (A = function(e) {
|
|
72
|
+
return e[r];
|
|
73
|
+
}, (i < 2 || i === 4) && (j = function(e, t) {
|
|
74
|
+
e[r] = t;
|
|
75
|
+
}));
|
|
76
|
+
var M = k.access = { has: d ? h.bind() : function(e) {
|
|
77
|
+
return r in e;
|
|
78
|
+
} };
|
|
79
|
+
if (A && (M.get = A), j && (M.set = j), w = E.call(D, m ? {
|
|
80
|
+
get: x.get,
|
|
81
|
+
set: x.set
|
|
82
|
+
} : x[C], k), m) {
|
|
83
|
+
if (typeof w == "object" && w) (_ = c(w.get, "accessor.get")) && (x.get = _), (_ = c(w.set, "accessor.set")) && (x.set = _), (_ = c(w.init, "accessor.init")) && S.push(_);
|
|
84
|
+
else if (w !== void 0) throw TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
|
|
85
|
+
} else c(w, (f ? "field" : "method") + " decorators", "return") && (f ? S.push(w) : x[C] = w);
|
|
86
|
+
}
|
|
87
|
+
} finally {
|
|
88
|
+
O.v = !0;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
return (f || m) && l.push(function(e, t) {
|
|
92
|
+
for (var n = S.length - 1; n >= 0; n--) t = S[n].call(e, t);
|
|
93
|
+
return t;
|
|
94
|
+
}), f || b || (d ? m ? l.push(o(x, "get"), o(x, "set")) : l.push(i === 2 ? x[C] : o.call.bind(x[C])) : Object.defineProperty(e, r, x)), w;
|
|
95
|
+
}
|
|
96
|
+
function u(e, t) {
|
|
97
|
+
return Object.defineProperty(e, Symbol.metadata || Symbol.for("Symbol.metadata"), {
|
|
98
|
+
configurable: !0,
|
|
99
|
+
enumerable: !0,
|
|
100
|
+
value: t
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
if (arguments.length >= 6) var f = a[Symbol.metadata || Symbol.for("Symbol.metadata")];
|
|
104
|
+
var h = Object.create(f ?? null), g = function(e, t, n, r) {
|
|
105
|
+
var i, a, o = [], c = function(t) {
|
|
106
|
+
return m(t) === e;
|
|
107
|
+
}, u = /* @__PURE__ */ new Map();
|
|
108
|
+
function f(e) {
|
|
109
|
+
e && o.push(s.bind(null, e));
|
|
110
|
+
}
|
|
111
|
+
for (var p = 0; p < t.length; p++) {
|
|
112
|
+
var h = t[p];
|
|
113
|
+
if (Array.isArray(h)) {
|
|
114
|
+
var g = h[1], _ = h[2], v = h.length > 3, y = 16 & g, b = !!(8 & g), x = (g &= 7) == 0, S = _ + "/" + b;
|
|
115
|
+
if (!x && !v) {
|
|
116
|
+
var C = u.get(S);
|
|
117
|
+
if (!0 === C || C === 3 && g !== 4 || C === 4 && g !== 3) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + _);
|
|
118
|
+
u.set(S, !(g > 2) || g);
|
|
119
|
+
}
|
|
120
|
+
l(b ? e : e.prototype, h, y, v ? "#" + _ : d(_), g, r, b ? a ||= [] : i ||= [], o, b, v, x, g === 1, b && v ? c : n);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
return f(i), f(a), o;
|
|
124
|
+
}(e, t, i, h);
|
|
125
|
+
return n.length || u(e, h), {
|
|
126
|
+
e: g,
|
|
127
|
+
get c() {
|
|
128
|
+
var t = [];
|
|
129
|
+
return n.length && [u(l(e, [n], r, e.name, 5, h, t), h), s.bind(null, t, e)];
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
}
|
|
133
|
+
function d(e) {
|
|
134
|
+
var t = f(e, "string");
|
|
135
|
+
return typeof t == "symbol" ? t : t + "";
|
|
136
|
+
}
|
|
137
|
+
function f(e, t) {
|
|
138
|
+
if (typeof e != "object" || !e) return e;
|
|
139
|
+
var n = e[Symbol.toPrimitive];
|
|
140
|
+
if (n !== void 0) {
|
|
141
|
+
var r = n.call(e, t || "default");
|
|
142
|
+
if (typeof r != "object") return r;
|
|
143
|
+
throw TypeError("@@toPrimitive must return a primitive value.");
|
|
144
|
+
}
|
|
145
|
+
return (t === "string" ? String : Number)(e);
|
|
146
|
+
}
|
|
147
|
+
function p(e, t, n) {
|
|
148
|
+
typeof t == "symbol" && (t = (t = t.description) ? "[" + t + "]" : "");
|
|
149
|
+
try {
|
|
150
|
+
Object.defineProperty(e, "name", {
|
|
151
|
+
configurable: !0,
|
|
152
|
+
value: n ? n + " " + t : t
|
|
153
|
+
});
|
|
154
|
+
} catch {}
|
|
155
|
+
return e;
|
|
156
|
+
}
|
|
157
|
+
function m(e) {
|
|
158
|
+
if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (e === null ? "null" : typeof e));
|
|
159
|
+
return e;
|
|
160
|
+
}
|
|
161
|
+
function h(e) {
|
|
162
|
+
return e;
|
|
163
|
+
}
|
|
164
|
+
s = [e("solid-ui-solid-emblem")];
|
|
165
|
+
var g;
|
|
166
|
+
new (c = (a = class extends t {
|
|
167
|
+
render() {
|
|
168
|
+
return r`<icon-app-solid-emblem></icon-app-solid-emblem>`;
|
|
169
|
+
}
|
|
170
|
+
}, [g, o] = u(a, [], s, 0, void 0, t).c, a), i = class extends h {
|
|
171
|
+
constructor() {
|
|
172
|
+
super(g), l(this, "styles", n), o();
|
|
173
|
+
}
|
|
174
|
+
}, l(i, c, void 0), i)();
|
|
175
|
+
//#endregion
|
|
176
|
+
export { g as default };
|
|
177
|
+
|
|
178
|
+
//# sourceMappingURL=SolidEmblem.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidEmblem.esm.js","names":["customElement","WebComponent","html","styles","_classDecs","_SolidEmblem","_SolidEmblem2","_SolidEmblem3","SolidEmblem","render","_initClass","_applyDecs","c","_Class","_identity","constructor","_defineProperty","default"],"sources":["../../../src/components/solid-emblem/SolidEmblem.ts"],"sourcesContent":["import { customElement, WebComponent } from '@/lib/components'\nimport { html } from 'lit'\n\nimport '~icons/app/solid-emblem'\n\nimport styles from './SolidEmblem.styles.css'\n\n@customElement('solid-ui-solid-emblem')\nexport default class SolidEmblem extends WebComponent {\n static styles = styles\n\n protected render () {\n return html`<icon-app-solid-emblem></icon-app-solid-emblem>`\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAK6CI,IAAA,CAE5CJ,EAAc,uBAAuB,CAAC;AAAA,IAAAK;AAAA,KAAAC,KAAAC,IAAvC,cACyCN,EAAa;CAG1CQ,SAAU;EAClB,OAAOP,CAAI;CACb;AACF,GAAC,CAAAG,GAAAK,KAAAC,EAAAJ,GAAA,CAAA,GAAAH,GAAA,GAAA,KAAA,GANwCH,CAAY,CAAA,CAAAW,GAAAL,IAAAM,IAAA,cAAAC,EAAA;CAAAC,cAAA;EAAA,MAAAV,CAAA,GAAAW,EAAA,MAAA,UACnCb,CAAM,GAAAO,EAAA;CAAA;AAAA,GAAAM,EAAAH,GAAAP,GAAA,KAAA,CAAA,GAAAO,GAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidEmblem.styles.cjs.js","names":[],"sources":["../../../src/components/solid-emblem/SolidEmblem.styles.css"],"sourcesContent":[":host {\n display: inline-flex;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SolidEmblem.styles.esm.js","names":[],"sources":["../../../src/components/solid-emblem/SolidEmblem.styles.css"],"sourcesContent":[":host {\n display: inline-flex;\n}\n"],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require("./SolidEmblem.cjs.js");var t=e.default;Object.defineProperty(exports,"SolidEmblem",{enumerable:!0,get:function(){return e.default}}),exports.default=t;
|
|
2
|
+
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs.js","names":["SolidEmblem"],"sources":["../../../src/components/solid-emblem/index.ts"],"sourcesContent":["import SolidEmblem from './SolidEmblem'\n\nexport { SolidEmblem }\nexport default SolidEmblem\n"],"mappings":"uIAGA,IAAA,EAAeA,EAAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/solid-emblem/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAA;AAEvC,OAAO,EAAE,WAAW,EAAE,CAAA;AACtB,eAAe,WAAW,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","names":["SolidEmblem"],"sources":["../../../src/components/solid-emblem/index.ts"],"sourcesContent":["import SolidEmblem from './SolidEmblem'\n\nexport { SolidEmblem }\nexport default SolidEmblem\n"],"mappings":";;AAGA,IAAA,IAAeA"}
|
package/dist/components.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunks/auth-
|
|
1
|
+
import "./chunks/auth-CZOEEeJ8.js";
|
|
2
2
|
import "./chunks/dialog-BAzrHJ8w.js";
|
|
3
3
|
import "./chunks/dialog-header-CWIAAoDo.js";
|
|
4
4
|
import "./chunks/button-0s0lZdxm.js";
|
|
@@ -6,20 +6,20 @@ import "./chunks/dialog-content-fdJrkCyB.js";
|
|
|
6
6
|
import "./chunks/dialog-footer-Bs_p2Nn9.js";
|
|
7
7
|
import "./chunks/combobox-Cxi8xUMn.js";
|
|
8
8
|
import "./chunks/combobox-option-DiR3VpyT.js";
|
|
9
|
-
import "./chunks/avatar-
|
|
10
|
-
import "./chunks/login-button-
|
|
11
|
-
import "./chunks/logout-button-
|
|
12
|
-
import "./chunks/menu-item-
|
|
9
|
+
import "./chunks/avatar-BugsRJZg.js";
|
|
10
|
+
import "./chunks/login-button-pe1-DVNZ.js";
|
|
11
|
+
import "./chunks/logout-button-C5dtQiBB.js";
|
|
12
|
+
import "./chunks/menu-item-CWg-eS4V.js";
|
|
13
13
|
import "./chunks/menu-DNcuV-1J.js";
|
|
14
|
-
import "./chunks/signup-button-
|
|
15
|
-
import "./chunks/account-
|
|
14
|
+
import "./chunks/signup-button-QvYELqb6.js";
|
|
15
|
+
import "./chunks/account-jSZP2tZ5.js";
|
|
16
16
|
import "./components/dialog-provider.js";
|
|
17
17
|
import "./chunks/dialogs-root-Cv932Aqm.js";
|
|
18
|
-
import "./chunks/footer-
|
|
19
|
-
import "./chunks/guard-
|
|
20
|
-
import "./chunks/header-COBaJDdB.js";
|
|
21
|
-
import "./chunks/provider-C4eSzopG.js";
|
|
18
|
+
import "./chunks/footer-kVa_uMeQ.js";
|
|
19
|
+
import "./chunks/guard-Cml6dHTv.js";
|
|
22
20
|
import "./chunks/input-BF224Jid.js";
|
|
23
21
|
import "./chunks/photo-capture-tiBsdSbA.js";
|
|
22
|
+
import "./chunks/provider-DRxSExO6.js";
|
|
24
23
|
import "./chunks/select-D8dW53pr.js";
|
|
25
24
|
import "./chunks/select-option-B-6ULCpQ.js";
|
|
25
|
+
import "./chunks/solid-emblem-BDzhMTjL.js";
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { n as
|
|
4
|
-
import { a as w, c as T, l as E, n as D, o as O, s as k, t as A, u as j } from "./chunks/auth-RHyQ2iIl.js";
|
|
1
|
+
import { h as e } from "./chunks/solid-logic.esm-BhVcNu8u.js";
|
|
2
|
+
import { C as t, S as n, _ as r, a as i, b as a, c as o, d as s, f as c, g as l, h as u, i as d, l as f, m as p, n as m, o as h, p as g, r as _, s as v, t as y, u as b, v as x, x as S, y as C } from "./chunks/src-DYvSns7X.js";
|
|
3
|
+
import { a as w, c as T, l as E, n as D, o as O, s as k, t as A, u as j } from "./chunks/auth-CZOEEeJ8.js";
|
|
5
4
|
import { n as M, t as N } from "./chunks/context-uE5jJlS0.js";
|
|
6
5
|
import { a as P, i as F, n as I, o as L, r as R, t as z } from "./chunks/components-C1LEhsaK.js";
|
|
7
6
|
import { t as B } from "./chunks/show-dialog-eEW5yRBv.js";
|
|
8
|
-
export { j as Account, R as CloseDialogEvent, k as DEFAULT_AUTH_CONTEXT, N as DEFAULT_DIALOG_CONTEXT, A as DEFAULT_SIGNUP_URL, O as Dialog, I as DialogTrait, z as InputTrait, E as NoopAuth, B as ShowDialogEvent, D as SolidAuth, F as WebComponent,
|
|
7
|
+
export { j as Account, R as CloseDialogEvent, k as DEFAULT_AUTH_CONTEXT, N as DEFAULT_DIALOG_CONTEXT, A as DEFAULT_SIGNUP_URL, O as Dialog, I as DialogTrait, z as InputTrait, E as NoopAuth, B as ShowDialogEvent, D as SolidAuth, F as WebComponent, u as acl, l as aclControl, T as authContext, p as create, m as createTypes, P as customElement, M as dialogContext, y as dom, L as generateId, a as icons, o as infiniteMessageArea, _ as initFooter, d as initHeader, C as language, t as log, r as login, g as matrix, c as media, s as messageArea, e as ns, f as pad, b as participation, v as preferences, w as showDialog, S as style, h as table, i as tabs, n as utils, x as widgets };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { LiveStore, NamedNode } from 'rdflib';
|
|
2
|
+
export declare function getGraph(subject?: NamedNode): NamedNode | undefined;
|
|
3
|
+
export declare function getFormProperty(store: LiveStore, subject: NamedNode | undefined, property: NamedNode, graph?: any): NamedNode | undefined;
|
|
4
|
+
//# sourceMappingURL=rdfHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rdfHelper.d.ts","sourceRoot":"","sources":["../../../src/lib/forms/rdfHelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAA;AAE7C,wBAAgB,QAAQ,CAAE,OAAO,CAAC,EAAE,SAAS,yBAE5C;AAED,wBAAgB,eAAe,CAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,GAAG,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,GAAG,GAAG,SAAS,GAAG,SAAS,CAG1I"}
|
package/dist/loader.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { n as
|
|
4
|
-
import { a as w, c as T, l as E, n as D, o as O, s as k, t as A, u as j } from "./chunks/auth-RHyQ2iIl.js";
|
|
1
|
+
import { h as e } from "./chunks/solid-logic.esm-BhVcNu8u.js";
|
|
2
|
+
import { C as t, S as n, _ as r, a as i, b as a, c as o, d as s, f as c, g as l, h as u, i as d, l as f, m as p, n as m, o as h, p as g, r as _, s as v, t as y, u as b, v as x, x as S, y as C } from "./chunks/src-DYvSns7X.js";
|
|
3
|
+
import { a as w, c as T, l as E, n as D, o as O, s as k, t as A, u as j } from "./chunks/auth-CZOEEeJ8.js";
|
|
5
4
|
import { n as M, t as N } from "./chunks/context-uE5jJlS0.js";
|
|
6
5
|
import { a as P, i as F, n as I, o as L, r as R, t as z } from "./chunks/components-C1LEhsaK.js";
|
|
7
6
|
import { t as B } from "./chunks/show-dialog-eEW5yRBv.js";
|
|
8
7
|
import "./components.js";
|
|
9
|
-
export { j as Account, R as CloseDialogEvent, k as DEFAULT_AUTH_CONTEXT, N as DEFAULT_DIALOG_CONTEXT, A as DEFAULT_SIGNUP_URL, O as Dialog, I as DialogTrait, z as InputTrait, E as NoopAuth, B as ShowDialogEvent, D as SolidAuth, F as WebComponent,
|
|
8
|
+
export { j as Account, R as CloseDialogEvent, k as DEFAULT_AUTH_CONTEXT, N as DEFAULT_DIALOG_CONTEXT, A as DEFAULT_SIGNUP_URL, O as Dialog, I as DialogTrait, z as InputTrait, E as NoopAuth, B as ShowDialogEvent, D as SolidAuth, F as WebComponent, u as acl, l as aclControl, T as authContext, p as create, m as createTypes, P as customElement, M as dialogContext, y as dom, L as generateId, a as icons, o as infiniteMessageArea, _ as initFooter, d as initHeader, C as language, t as log, r as login, g as matrix, c as media, s as messageArea, e as ns, f as pad, b as participation, v as preferences, w as showDialog, S as style, h as table, i as tabs, n as utils, x as widgets };
|