@vandeurenglenn/lite-elements 0.3.84 → 0.3.85
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/exports/bundle/banner.js +1 -1
- package/exports/bundle/button.css.js +1 -1
- package/exports/bundle/button.js +1 -1
- package/exports/bundle/card.js +1 -1
- package/exports/bundle/code.js +1 -1
- package/exports/bundle/column-Ci52gPdn.js +1 -0
- package/exports/bundle/dark-mode2-AFovKiD8.js +1 -0
- package/exports/bundle/{dark-mode-m29sAj4H.js → dark-mode2-CXqeCi6t.js} +2 -2
- package/exports/bundle/demo-elements.js +1 -1
- package/exports/bundle/demo-icons.js +2 -2
- package/exports/bundle/demo-shell.js +1 -1
- package/exports/bundle/demo.js +1 -1
- package/exports/bundle/dialog.js +1 -1
- package/exports/bundle/divider.js +1 -1
- package/exports/bundle/drawer-button.js +1 -1
- package/exports/bundle/drawer-item.js +1 -1
- package/exports/bundle/drawer-layout.js +1 -1
- package/exports/bundle/drawer.js +2 -2
- package/exports/bundle/dropdown-menu.js +1 -1
- package/exports/bundle/dropdown.js +1 -1
- package/exports/bundle/elements.js +1 -1
- package/exports/bundle/elevation.js +1 -1
- package/exports/bundle/fab.js +1 -1
- package/exports/bundle/icon-button.js +1 -1
- package/exports/bundle/icon-set.js +1 -1
- package/exports/bundle/icon.js +1 -1
- package/exports/bundle/input.js +1 -1
- package/exports/bundle/input2.js +1 -1
- package/exports/bundle/list-item.js +1 -1
- package/exports/bundle/menu.js +1 -1
- package/exports/bundle/minute-field.js +1 -1
- package/exports/bundle/notification.js +1 -1
- package/exports/bundle/notifications.js +1 -1
- package/exports/bundle/pages.js +1 -1
- package/exports/bundle/pane.js +25 -4
- package/exports/bundle/prompt.js +1 -1
- package/exports/bundle/{property-CMTrOHQk.js → property-CChxy2ZU.js} +1 -1
- package/exports/bundle/rail.js +1 -1
- package/exports/bundle/root.js +1 -1
- package/exports/bundle/row-CEpFJOUe.js +28 -0
- package/exports/bundle/section.js +1 -1
- package/exports/bundle/section2.js +1 -1
- package/exports/bundle/select-mixin.js +1 -1
- package/exports/bundle/selector-mixin.js +1 -1
- package/exports/bundle/selector.js +1 -1
- package/exports/bundle/summary-mirror.js +1 -1
- package/exports/bundle/summary.js +1 -1
- package/exports/bundle/supporting-pane.js +1 -1
- package/exports/bundle/tab.js +1 -1
- package/exports/bundle/tabs.js +1 -1
- package/exports/bundle/text-field.js +1 -1
- package/exports/bundle/theme.js +1 -1
- package/exports/bundle/time-picker.js +1 -1
- package/exports/bundle/toggle-button.js +1 -1
- package/exports/bundle/toggle.js +1 -1
- package/exports/bundle/top-app-bar.js +1 -1
- package/exports/bundle/typography.js +1 -1
- package/exports/bundle/upload-file.js +1 -1
- package/exports/bundle/upload-image.js +21 -19
- package/exports/{apis → src/apis}/device.d.ts +1 -1
- package/exports/{drawer → src/drawer}/drawer-layout.d.ts +1 -1
- package/exports/{mixins → src/mixins}/select-mixin.d.ts +2 -2
- package/exports/{notification → src/notification}/notifications.d.ts +1 -1
- package/exports/{places → src/places}/input.d.ts +1 -1
- package/exports/{router → src/router}/hash-router.d.ts +2 -2
- package/package.json +517 -525
- package/exports/bundle/column-CLFZeRaw.js +0 -1
- package/exports/bundle/row-DZm4UH0H.js +0 -28
- package/exports/mixins/scroll-mixin.d.ts +0 -11
- package/exports/section/section.d.ts +0 -17
- /package/exports/{banner → src/banner}/banner.d.ts +0 -0
- /package/exports/{bar → src/bar}/top-app-bar.d.ts +0 -0
- /package/exports/{button → src/button}/button.d.ts +0 -0
- /package/exports/{button → src/button}/icon-button.d.ts +0 -0
- /package/exports/{button → src/button}/styles/button.css.d.ts +0 -0
- /package/exports/{card → src/card}/card.d.ts +0 -0
- /package/exports/{demo → src/demo}/code.d.ts +0 -0
- /package/exports/{demo → src/demo}/demo-icons.d.ts +0 -0
- /package/exports/{demo → src/demo}/demo-shell.d.ts +0 -0
- /package/exports/{demo → src/demo}/demo.d.ts +0 -0
- /package/exports/{demo → src/demo}/section.d.ts +0 -0
- /package/exports/{demo-elements.d.ts → src/demo-elements.d.ts} +0 -0
- /package/exports/{dialog → src/dialog}/dialog.d.ts +0 -0
- /package/exports/{divider → src/divider}/divider.d.ts +0 -0
- /package/exports/{drawer → src/drawer}/drawer-button.d.ts +0 -0
- /package/exports/{drawer → src/drawer}/drawer-item.d.ts +0 -0
- /package/exports/{drawer → src/drawer}/drawer.d.ts +0 -0
- /package/exports/{dropdown → src/dropdown}/dropdown-menu.d.ts +0 -0
- /package/exports/{dropdown → src/dropdown}/dropdown.d.ts +0 -0
- /package/exports/{elements.d.ts → src/elements.d.ts} +0 -0
- /package/exports/{elevation → src/elevation}/elevation.d.ts +0 -0
- /package/exports/{fab → src/fab}/fab.d.ts +0 -0
- /package/exports/{icon → src/icon}/icon-set.d.ts +0 -0
- /package/exports/{icon → src/icon}/icon.d.ts +0 -0
- /package/exports/{list → src/list}/list-item.d.ts +0 -0
- /package/exports/{list → src/list}/list.d.ts +0 -0
- /package/exports/{menu → src/menu}/menu.d.ts +0 -0
- /package/exports/{mixins → src/mixins}/selector-mixin.d.ts +0 -0
- /package/exports/{notification → src/notification}/notification.d.ts +0 -0
- /package/exports/{pages → src/pages}/pages.d.ts +0 -0
- /package/exports/{pane → src/pane}/pane.d.ts +0 -0
- /package/exports/{prompt → src/prompt}/prompt.d.ts +0 -0
- /package/exports/{rail → src/rail}/rail.d.ts +0 -0
- /package/exports/{root → src/root}/root.d.ts +0 -0
- /package/exports/{selector → src/selector}/selector.d.ts +0 -0
- /package/exports/{summary → src/summary}/summary-mirror.d.ts +0 -0
- /package/exports/{summary → src/summary}/summary.d.ts +0 -0
- /package/exports/{supporting-pane → src/supporting-pane}/supporting-pane.d.ts +0 -0
- /package/exports/{tabs → src/tabs}/menu.d.ts +0 -0
- /package/exports/{tabs → src/tabs}/tab.d.ts +0 -0
- /package/exports/{tabs → src/tabs}/tabs.d.ts +0 -0
- /package/exports/{text-field → src/text-field}/text-field.d.ts +0 -0
- /package/exports/{theme → src/theme}/theme.d.ts +0 -0
- /package/exports/{time-picker → src/time-picker}/dial.d.ts +0 -0
- /package/exports/{time-picker → src/time-picker}/hour-field.d.ts +0 -0
- /package/exports/{time-picker → src/time-picker}/input.d.ts +0 -0
- /package/exports/{time-picker → src/time-picker}/minute-field.d.ts +0 -0
- /package/exports/{time-picker → src/time-picker}/time-picker.d.ts +0 -0
- /package/exports/{toggle → src/toggle}/toggle-button.d.ts +0 -0
- /package/exports/{toggle → src/toggle}/toggle.d.ts +0 -0
- /package/exports/{types.d.ts → src/types.d.ts} +0 -0
- /package/exports/{typography → src/typography}/title.d.ts +0 -0
- /package/exports/{typography → src/typography}/typography.d.ts +0 -0
- /package/exports/{upload → src/upload}/upload-file.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{F as e}from"./row-DZm4UH0H.js";customElements.define("flex-column",class FlexColumn extends e{constructor(){super(),this.direction="column"}});
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import{s as t,r as e,x as s}from"./dark-mode-m29sAj4H.js";var i=function(t,e,s,i,a,n){function r(t){if(void 0!==t&&"function"!=typeof t)throw new TypeError("Function expected");return t}for(var c,o=i.kind,d="getter"===o?"get":"setter"===o?"set":"value",h=!e&&t?i.static?t:t.prototype:null,g=e||(h?Object.getOwnPropertyDescriptor(h,i.name):{}),l=!1,m=s.length-1;m>=0;m--){var u={};for(var p in i)u[p]="access"===p?{}:i[p];for(var p in i.access)u.access[p]=i.access[p];u.addInitializer=function(t){if(l)throw new TypeError("Cannot add initializers after decoration has completed");n.push(r(t||null))};var _=(0,s[m])("accessor"===o?{get:g.get,set:g.set}:g[d],u);if("accessor"===o){if(void 0===_)continue;if(null===_||"object"!=typeof _)throw new TypeError("Object expected");(c=r(_.get))&&(g.get=c),(c=r(_.set))&&(g.set=c),(c=r(_.init))&&a.unshift(c)}else(c=r(_))&&("field"===o?a.unshift(c):g[d]=c)}h&&Object.defineProperty(h,i.name,g),l=!0},a=function(t,e,s){for(var i=arguments.length>2,a=0;a<e.length;a++)s=i?e[a].call(t,s):e[a].call(t);return i?s:void 0};let n=(()=>{let n,r,c,o,d,h,g,l,m,u,p=t,_=[],f=[],y=[],x=[],v=[],w=[],b=[],S=[],j=[],C=[],W=[],z=[],k=[],I=[],$=[],O=[],E=[],F=[],P=[],T=[];return class FlexDisplay extends p{static{const t="function"==typeof Symbol&&Symbol.metadata?Object.create(p[Symbol.metadata]??null):void 0;n=[e({type:String})],r=[e({type:String})],c=[e({type:String})],o=[e({type:String})],d=[e({type:String,reflect:!0})],h=[e({type:Boolean,reflect:!0})],g=[e({type:Boolean,reflect:!0,attribute:"center-center"})],l=[e({type:String})],m=[e({type:String})],u=[e({type:String})],i(this,null,n,{kind:"accessor",name:"padding",static:!1,private:!1,access:{has:t=>"padding"in t,get:t=>t.padding,set:(t,e)=>{t.padding=e}},metadata:t},_,f),i(this,null,r,{kind:"accessor",name:"minWidth",static:!1,private:!1,access:{has:t=>"minWidth"in t,get:t=>t.minWidth,set:(t,e)=>{t.minWidth=e}},metadata:t},y,x),i(this,null,c,{kind:"accessor",name:"maxWidth",static:!1,private:!1,access:{has:t=>"maxWidth"in t,get:t=>t.maxWidth,set:(t,e)=>{t.maxWidth=e}},metadata:t},v,w),i(this,null,o,{kind:"accessor",name:"width",static:!1,private:!1,access:{has:t=>"width"in t,get:t=>t.width,set:(t,e)=>{t.width=e}},metadata:t},b,S),i(this,null,d,{kind:"accessor",name:"direction",static:!1,private:!1,access:{has:t=>"direction"in t,get:t=>t.direction,set:(t,e)=>{t.direction=e}},metadata:t},j,C),i(this,null,h,{kind:"accessor",name:"center",static:!1,private:!1,access:{has:t=>"center"in t,get:t=>t.center,set:(t,e)=>{t.center=e}},metadata:t},W,z),i(this,null,g,{kind:"accessor",name:"centerCenter",static:!1,private:!1,access:{has:t=>"centerCenter"in t,get:t=>t.centerCenter,set:(t,e)=>{t.centerCenter=e}},metadata:t},k,I),i(this,null,l,{kind:"accessor",name:"justifyContent",static:!1,private:!1,access:{has:t=>"justifyContent"in t,get:t=>t.justifyContent,set:(t,e)=>{t.justifyContent=e}},metadata:t},$,O),i(this,null,m,{kind:"accessor",name:"alignItems",static:!1,private:!1,access:{has:t=>"alignItems"in t,get:t=>t.alignItems,set:(t,e)=>{t.alignItems=e}},metadata:t},E,F),i(this,null,u,{kind:"accessor",name:"boxSizing",static:!1,private:!1,access:{has:t=>"boxSizing"in t,get:t=>t.boxSizing,set:(t,e)=>{t.boxSizing=e}},metadata:t},P,T),t&&Object.defineProperty(this,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:t})}#t=a(this,_,"0");get padding(){return this.#t}set padding(t){this.#t=t}#e=(a(this,f),a(this,y,"auto"));get minWidth(){return this.#e}set minWidth(t){this.#e=t}#s=(a(this,x),a(this,v,"auto"));get maxWidth(){return this.#s}set maxWidth(t){this.#s=t}#i=(a(this,w),a(this,b,"100%"));get width(){return this.#i}set width(t){this.#i=t}#a=(a(this,S),a(this,j,"row"));get direction(){return this.#a}set direction(t){this.#a=t}#n=(a(this,C),a(this,W,void 0));get center(){return this.#n}set center(t){this.#n=t}#r=(a(this,z),a(this,k,void 0));get centerCenter(){return this.#r}set centerCenter(t){this.#r=t}#c=(a(this,I),a(this,$,"flex-start"));get justifyContent(){return this.#c}set justifyContent(t){this.#c=t}#o=(a(this,O),a(this,E,"flex-start"));get alignItems(){return this.#o}set alignItems(t){this.#o=t}#d=(a(this,F),a(this,P,"border-box"));get boxSizing(){return this.#d}set boxSizing(t){this.#d=t}render(){return s`
|
|
2
|
-
<style>
|
|
3
|
-
:host {
|
|
4
|
-
display: flex;
|
|
5
|
-
box-sizing: var(--flex-display-box-sizing, ${this.boxSizing});
|
|
6
|
-
max-width: var(--flex-display-max-width, ${this.maxWidth});
|
|
7
|
-
min-width: var(--flex-display-min-width, ${this.minWidth});
|
|
8
|
-
width: var(--flex-display-width, ${this.width});
|
|
9
|
-
flex-direction: var(--flex-display-direction, ${this.direction});
|
|
10
|
-
justify-content: var(
|
|
11
|
-
--flex-display-justify-content,
|
|
12
|
-
${this.justifyContent}
|
|
13
|
-
);
|
|
14
|
-
align-items: var(--flex-display-align-items, ${this.alignItems});
|
|
15
|
-
padding: var(--flex-display-padding, ${this.padding});
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
:host([center]) {
|
|
19
|
-
align-items: center;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
:host([center-center]) {
|
|
23
|
-
align-items: center;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
}
|
|
26
|
-
</style>
|
|
27
|
-
<slot></slot>
|
|
28
|
-
`}constructor(){super(...arguments),a(this,T)}}})();customElements.define("flex-row",class FlexRow extends n{constructor(){super(),this.direction="row",this.width="auto"}});export{n as F};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import './../elevation/elevation.js';
|
|
2
|
-
declare const CustomSection_base: {
|
|
3
|
-
new (): {
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
scrolling: any;
|
|
6
|
-
scrollElement: any;
|
|
7
|
-
"__#2@#onscroll": () => void;
|
|
8
|
-
firstRender(): void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
};
|
|
11
|
-
[x: string]: any;
|
|
12
|
-
};
|
|
13
|
-
export declare class CustomSection extends CustomSection_base {
|
|
14
|
-
static styles: import("lit").CSSResult[];
|
|
15
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
-
}
|
|
17
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|