@jumpgroup/jump-design-system 0.3.52 → 0.3.53
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/cjs/{index-97b3526b.js → index-e91b2b41.js} +26 -4
- package/dist/cjs/index-e91b2b41.js.map +1 -0
- package/dist/cjs/jump-accordion-group.cjs.entry.js +1 -1
- package/dist/cjs/jump-accordion.cjs.entry.js +1 -1
- package/dist/cjs/jump-badge.cjs.entry.js +1 -1
- package/dist/cjs/jump-button_2.cjs.entry.js +1 -1
- package/dist/cjs/jump-card-ecommerce-option.cjs.entry.js +1 -1
- package/dist/cjs/jump-card-ecommerce.cjs.entry.js +1 -1
- package/dist/cjs/jump-card.cjs.entry.js +1 -1
- package/dist/cjs/jump-design-system.cjs.js +2 -2
- package/dist/cjs/jump-filter-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/jump-filter.cjs.entry.js +1 -1
- package/dist/cjs/jump-filtergroup.cjs.entry.js +1 -1
- package/dist/cjs/jump-navbar.cjs.entry.js +1 -1
- package/dist/cjs/jump-pagination-table.cjs.entry.js +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +1 -1
- package/dist/cjs/jump-quantity.cjs.entry.js +1 -1
- package/dist/cjs/jump-search-bar-dropdown-item.cjs.entry.js +46 -0
- package/dist/cjs/jump-search-bar-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-search-bar-mobile.cjs.entry.js +130 -0
- package/dist/cjs/jump-search-bar-mobile.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-search-bar.cjs.entry.js +139 -21
- package/dist/cjs/jump-search-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-tab-item.cjs.entry.js +4 -4
- package/dist/cjs/jump-tab-item.cjs.entry.js.map +1 -1
- package/dist/cjs/jump-tab-panel.cjs.entry.js +2 -2
- package/dist/cjs/jump-tab.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/jump-search-bar/jump-search-bar.css +173 -47
- package/dist/collection/components/jump-search-bar/jump-search-bar.js +424 -27
- package/dist/collection/components/jump-search-bar/jump-search-bar.js.map +1 -1
- package/dist/collection/components/jump-search-bar/jump-search-bar.stories.js +320 -49
- package/dist/collection/components/jump-search-bar/jump-search-bar.stories.js.map +1 -1
- package/dist/collection/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.css +3 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.js +122 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.js.map +1 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.stories.js +13 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.stories.js.map +1 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/test/jump-search-bar-dropdown-item.e2e.js +10 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/test/jump-search-bar-dropdown-item.e2e.js.map +1 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/test/jump-search-bar-dropdown-item.spec.js +18 -0
- package/dist/collection/components/jump-search-bar-dropdown-item/test/jump-search-bar-dropdown-item.spec.js.map +1 -0
- package/dist/collection/components/jump-search-bar-mobile/jump-search-bar-mobile.css +91 -0
- package/dist/collection/components/jump-search-bar-mobile/jump-search-bar-mobile.js +414 -0
- package/dist/collection/components/jump-search-bar-mobile/jump-search-bar-mobile.js.map +1 -0
- package/dist/collection/components/jump-search-bar-mobile/jump-search-bar-mobile.stories.js +192 -0
- package/dist/collection/components/jump-search-bar-mobile/jump-search-bar-mobile.stories.js.map +1 -0
- package/dist/collection/components/jump-search-bar-mobile/test/jump-search-bar-mobile.e2e.js +10 -0
- package/dist/collection/components/jump-search-bar-mobile/test/jump-search-bar-mobile.e2e.js.map +1 -0
- package/dist/collection/components/jump-search-bar-mobile/test/jump-search-bar-mobile.spec.js +18 -0
- package/dist/collection/components/jump-search-bar-mobile/test/jump-search-bar-mobile.spec.js.map +1 -0
- package/dist/collection/components/jump-tab/jump-tab.js +1 -1
- package/dist/collection/components/jump-tab-item/jump-tab-item.css +11 -6
- package/dist/collection/components/jump-tab-item/jump-tab-item.js +2 -2
- package/dist/collection/components/jump-tab-panel/jump-tab-panel.js +1 -1
- package/dist/components/jump-search-bar-dropdown-item.d.ts +11 -0
- package/dist/components/jump-search-bar-dropdown-item.js +65 -0
- package/dist/components/jump-search-bar-dropdown-item.js.map +1 -0
- package/dist/components/jump-search-bar-mobile.d.ts +11 -0
- package/dist/components/jump-search-bar-mobile.js +175 -0
- package/dist/components/jump-search-bar-mobile.js.map +1 -0
- package/dist/components/jump-search-bar.js +159 -22
- package/dist/components/jump-search-bar.js.map +1 -1
- package/dist/components/jump-tab-item.js +3 -3
- package/dist/components/jump-tab-item.js.map +1 -1
- package/dist/components/jump-tab-panel.js +1 -1
- package/dist/components/jump-tab.js +1 -1
- package/dist/esm/{index-14b73bd6.js → index-9a1da0f0.js} +26 -4
- package/dist/esm/index-9a1da0f0.js.map +1 -0
- package/dist/esm/jump-accordion-group.entry.js +1 -1
- package/dist/esm/jump-accordion.entry.js +1 -1
- package/dist/esm/jump-badge.entry.js +1 -1
- package/dist/esm/jump-button_2.entry.js +1 -1
- package/dist/esm/jump-card-ecommerce-option.entry.js +1 -1
- package/dist/esm/jump-card-ecommerce.entry.js +1 -1
- package/dist/esm/jump-card.entry.js +1 -1
- package/dist/esm/jump-design-system.js +3 -3
- package/dist/esm/jump-filter-checkbox.entry.js +1 -1
- package/dist/esm/jump-filter.entry.js +1 -1
- package/dist/esm/jump-filtergroup.entry.js +1 -1
- package/dist/esm/jump-navbar.entry.js +1 -1
- package/dist/esm/jump-pagination-table.entry.js +1 -1
- package/dist/esm/jump-pagination.entry.js +1 -1
- package/dist/esm/jump-quantity.entry.js +1 -1
- package/dist/esm/jump-search-bar-dropdown-item.entry.js +42 -0
- package/dist/esm/jump-search-bar-dropdown-item.entry.js.map +1 -0
- package/dist/esm/jump-search-bar-mobile.entry.js +126 -0
- package/dist/esm/jump-search-bar-mobile.entry.js.map +1 -0
- package/dist/esm/jump-search-bar.entry.js +139 -21
- package/dist/esm/jump-search-bar.entry.js.map +1 -1
- package/dist/esm/jump-tab-item.entry.js +4 -4
- package/dist/esm/jump-tab-item.entry.js.map +1 -1
- package/dist/esm/jump-tab-panel.entry.js +2 -2
- package/dist/esm/jump-tab.entry.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/{p-18df1585.entry.js → p-02e863db.entry.js} +2 -2
- package/dist/jump-design-system/p-07633158.entry.js +2 -0
- package/dist/jump-design-system/p-07633158.entry.js.map +1 -0
- package/dist/jump-design-system/p-1aa5fb8a.entry.js +2 -0
- package/dist/jump-design-system/p-1aa5fb8a.entry.js.map +1 -0
- package/dist/jump-design-system/{p-6e26f3ef.entry.js → p-1da9811d.entry.js} +2 -2
- package/dist/jump-design-system/p-21aa0095.js +3 -0
- package/dist/jump-design-system/p-21aa0095.js.map +1 -0
- package/dist/jump-design-system/p-2e2bd8a9.entry.js +2 -0
- package/dist/jump-design-system/{p-6f1c7238.entry.js → p-3f6d50d5.entry.js} +2 -2
- package/dist/jump-design-system/{p-8bdb9702.entry.js → p-466e0ade.entry.js} +2 -2
- package/dist/jump-design-system/{p-396d2541.entry.js → p-506950ea.entry.js} +2 -2
- package/dist/jump-design-system/{p-4b284def.entry.js → p-6acb16c6.entry.js} +3 -3
- package/dist/jump-design-system/{p-7b6c9e01.entry.js → p-6b1ab8c3.entry.js} +2 -2
- package/dist/jump-design-system/{p-53129684.entry.js → p-6dc529fc.entry.js} +2 -2
- package/dist/jump-design-system/{p-30c9d7c7.entry.js → p-6e7c80a3.entry.js} +2 -2
- package/dist/jump-design-system/p-8f581228.entry.js +2 -0
- package/dist/jump-design-system/{p-8873623c.entry.js → p-a1c25113.entry.js} +2 -2
- package/dist/jump-design-system/{p-1c882126.entry.js → p-a826c477.entry.js} +2 -2
- package/dist/jump-design-system/{p-e0e82d36.entry.js → p-b03c5b24.entry.js} +2 -2
- package/dist/jump-design-system/{p-174d297f.entry.js → p-bdafe87d.entry.js} +2 -2
- package/dist/jump-design-system/p-c77d216c.entry.js +2 -0
- package/dist/jump-design-system/p-c77d216c.entry.js.map +1 -0
- package/dist/jump-design-system/p-f7c323d2.entry.js +2 -0
- package/dist/jump-design-system/p-f7c323d2.entry.js.map +1 -0
- package/dist/jump-design-system/{p-f371718a.entry.js → p-feb825e0.entry.js} +2 -2
- package/dist/jump-design-system-elements.json +97 -3
- package/dist/types/components/jump-search-bar/jump-search-bar.d.ts +51 -11
- package/dist/types/components/jump-search-bar/jump-search-bar.stories.d.ts +137 -10
- package/dist/types/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.d.ts +10 -0
- package/dist/types/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.stories.d.ts +7 -0
- package/dist/types/components/jump-search-bar-mobile/jump-search-bar-mobile.d.ts +46 -0
- package/dist/types/components/jump-search-bar-mobile/jump-search-bar-mobile.stories.d.ts +131 -0
- package/dist/types/components.d.ts +135 -10
- package/package.json +1 -1
- package/dist/cjs/index-97b3526b.js.map +0 -1
- package/dist/esm/index-14b73bd6.js.map +0 -1
- package/dist/jump-design-system/p-134e548b.entry.js +0 -2
- package/dist/jump-design-system/p-134e548b.entry.js.map +0 -1
- package/dist/jump-design-system/p-1c5db8d3.js +0 -3
- package/dist/jump-design-system/p-1c5db8d3.js.map +0 -1
- package/dist/jump-design-system/p-3dd1f9a0.entry.js +0 -2
- package/dist/jump-design-system/p-5f12bbbb.entry.js +0 -2
- package/dist/jump-design-system/p-6363b6ee.entry.js +0 -2
- package/dist/jump-design-system/p-6363b6ee.entry.js.map +0 -1
- /package/dist/jump-design-system/{p-18df1585.entry.js.map → p-02e863db.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-6e26f3ef.entry.js.map → p-1da9811d.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-3dd1f9a0.entry.js.map → p-2e2bd8a9.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-6f1c7238.entry.js.map → p-3f6d50d5.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-8bdb9702.entry.js.map → p-466e0ade.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-396d2541.entry.js.map → p-506950ea.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-4b284def.entry.js.map → p-6acb16c6.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-7b6c9e01.entry.js.map → p-6b1ab8c3.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-53129684.entry.js.map → p-6dc529fc.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-30c9d7c7.entry.js.map → p-6e7c80a3.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-5f12bbbb.entry.js.map → p-8f581228.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-8873623c.entry.js.map → p-a1c25113.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-1c882126.entry.js.map → p-a826c477.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-e0e82d36.entry.js.map → p-b03c5b24.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-174d297f.entry.js.map → p-bdafe87d.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-f371718a.entry.js.map → p-feb825e0.entry.js.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r,h as a,H as d}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r,h as a,H as d}from"./p-21aa0095.js";const o='jump-card{display:flex;flex-direction:column;position:relative;--jump-card-max-width-horizontal:100%;--jump-card-color:var(--neutral-grey-primary);--jump-card-background:var(--neutral-white);--jump-card-color-dark:var(--neutral-white);--jump-card-border-color:var(--neutral-grey-background);--jump-card-border-radius:6px;--jump-card-border-top-radius:1rem;--jump-card-top-border-body-radius:1.5rem 1rem;--jump-card-padding:1rem 1.25rem;font-family:var(--ff-primary, "Arial"), sans-serif;line-height:var(--lh-400, 1.3);background-color:var(--jump-card-background);color:var(--jump-card-color);overflow:hidden}jump-card img,jump-card video{aspect-ratio:4/3;overflow:hidden;position:relative;object-fit:cover}jump-card .Content{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:0.75rem;flex:1;background-color:var(--jump-card-background)}jump-card[dark]{background-color:var(--neutral-grey-primary);color:var(--jump-card-color-dark)}jump-card[dark] .Content{background-color:var(--neutral-grey-primary);color:var(--jump-card-color-dark)}jump-card[border]{border:1px solid var(--jump-card-border-color)}jump-card[border-radius]{border-radius:var(--jump-card-border-radius)}jump-card[top-border-content-radius]{border-radius:var(--jump-card-border-top-radius)}jump-card[top-border-content-radius] .Content{border-top-left-radius:var(--jump-card-border-top-radius);border-top-right-radius:var(--jump-card-border-top-radius);margin-top:-1rem;z-index:2}jump-card[boxed]{border-radius:var(--jump-card-border-radius)}jump-card[boxed] img,jump-card[boxed] video{border-radius:var(--jump-card-border-radius);background-color:var(--jump-card-background);margin:0.5rem 0.5rem 0}jump-card[horizontal]{flex-direction:row;gap:0.5rem;align-items:center;max-width:var(--jump-card-max-width-horizontal)}jump-card[rounded-media]{align-items:center;justify-content:center;text-align:center;background-color:transparent}jump-card[rounded-media] img,jump-card[rounded-media] video{background-color:transparent;border-radius:50%;aspect-ratio:1;width:100%;flex:0 1 40%}jump-card[rounded-media] .Content{background-color:transparent;align-items:center}jump-card[rounded-media][horizontal]{text-align:left}jump-card[rounded-media][horizontal] .Content{align-items:flex-start}jump-card[shadow]{box-shadow:0px 2px 25px 0px hsla(0, 0%, 0%, 0.1)}';const e=o;const t=class{constructor(a){r(this,a);this.horizontal=false;this.dark=false;this.shadow=undefined;this.border=undefined;this.borderRadius=false;this.topBorderContentRadius=false;this.boxed=false;this.roundedMedia=false;this.imgSrc="";this.imgAlt="";this.videoSrc=""}render(){return a(d,{key:"859c5b361632f4f2da6991f02fff431a416140c1",horizontal:this.horizontal,"border-radius":this.borderRadius,"rounded-media":this.roundedMedia,"top-border-content-radius":this.topBorderContentRadius,boxed:this.boxed,shadow:this.shadow,border:this.border},this.imgSrc&&!this.videoSrc?a("img",{src:this.imgSrc,alt:this.imgAlt}):"",this.videoSrc&&!this.imgSrc?a("video",{autoplay:true},a("source",{src:this.videoSrc,type:"video/mp4"}),a("source",{src:this.videoSrc,type:"video/mov"}),a("source",{src:this.videoSrc,type:"video/webm"})):"",a("div",{key:"a2b3a8375b500608538b1f2686e9d0ece9ca2310",class:"Content"},a("slot",{key:"de27c4e22869a4eaf75db1428c9f43c560f069fc",name:"body"}),a("slot",{key:"fa30981b62c5f20cb3c2dfdf1dab082f5162bc37",name:"footer"})))}};t.style=e;export{t as jump_card};
|
|
2
|
+
//# sourceMappingURL=p-6b1ab8c3.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as a,h as r,H as d}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as a,h as r,H as d}from"./p-21aa0095.js";const s=':host{--jump-badge-background:var(--primary-standard);--badge-color:var(--jump-badge-color, var(--neutral-white));--jump-badge-border-radius:50px;--jump-badge-border:var(--primary-standard);--jump-badge-padding:4px 12px;display:flex;width:fit-content;gap:0.5rem;color:var(--badge-color);background-color:var(--jump-badge-background);align-items:center;justify-content:center;font-family:var(--ff-primary, "Arial"), sans-serif;font-size:var(--fs-500);font-weight:var(--fw-900);line-height:1.2;border-radius:var(--jump-badge-border-radius);border:solid 1px var(--jump-badge-border);white-space:nowrap;padding:var(--jump-badge-padding);user-select:none;cursor:inherit}:host([variant=primary]):host([soft]){--jump-badge-background:var(--primary-soft);--badge-color:var(--primary-standard);--jump-badge-border:var(--primary-soft)}:host([variant=secondary]){--jump-badge-background:var(--secondary-standard);--jump-badge-border:var(--secondary-standard)}:host([variant=secondary]):host([soft]){--jump-badge-background:var(--secondary-soft);--badge-color:var(--secondary-standard);--jump-badge-border:var(--secondary-soft)}:host([variant=neutral]){--jump-badge-background:var(--neutral-grey-secondary);--jump-badge-border:var(--neutral-grey-secondary)}:host([variant=neutral]):host([soft]){--jump-badge-background:var(--neutral-grey-disabled);--badge-color:var(--neutral-grey-secondary);--jump-badge-border:var(--neutral-grey-disabled)}:host([variant=danger]){--jump-badge-background:var(--status-danger-standard);--jump-badge-border:var(--status-danger-standard)}:host([variant=danger]):host([soft]){--jump-badge-background:var(--status-danger-soft);--badge-color:var(--status-danger-standard);--jump-badge-border:var(--status-danger-soft)}:host([variant=success]){--jump-badge-background:var(--status-success-standard);--jump-badge-border:var(--status-success-standard)}:host([variant=success]):host([soft]){--jump-badge-background:var(--status-success-soft);--badge-color:var(--status-success-standard);--jump-badge-border:var(--status-success-soft)}:host([variant=warning]){--jump-badge-background:var(--status-warning-standard);--jump-badge-border:var(--status-warning-standard)}:host([variant=warning]):host([soft]){--jump-badge-background:var(--status-warning-soft);--badge-color:var(--status-warning-standard);--jump-badge-border:var(--status-warning-soft)}:host([dimension=small]){font-size:var(--fs-300)}:host([dimension=dot]){font-size:var(--fs-300);--jump-badge-padding:0 5px;--jump-badge-border-radius:50%}:host([dimension=microdot]){width:0.5rem;height:0.5rem;padding:0;--jump-badge-border-radius:50%}:host([outline]){background-color:var(--jump-badge-background-outline);border:1px solid var(--jump-badge-background);color:var(--jump-badge-background);background-color:transparent}';const e=s;const t=class{constructor(r){a(this,r);this.label="";this.variant="primary";this.dimension="large";this.soft=false;this.outline=false}render(){return r(d,{key:"67bda06ef732e918bd7bfe0fb200223ce632d457"},r("slot",{key:"6dc51ae8e6bf4bf8b8801da19827e405d5e7d288",name:"prefix"}),this.label)}};t.style=e;export{t as jump_badge};
|
|
2
|
+
//# sourceMappingURL=p-6dc529fc.entry.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as t,c as e,h as s,H as i}from"./p-
|
|
1
|
+
import{r as t,c as e,h as s,H as i}from"./p-21aa0095.js";import{i as o,u as r,_ as l,a as n,T as a,f as c,e as h,m as d,c as f,S as u,b,w as m,d as p,x as v,r as k,n as x}from"./p-d33f4f1d.js";import{b as g,i as _,t as y,e as w,a as z}from"./p-198cfe62.js";var $=o`
|
|
2
2
|
:host {
|
|
3
3
|
display: inline-block;
|
|
4
4
|
}
|
|
@@ -241,4 +241,4 @@ import{r as t,c as e,h as s,H as i}from"./p-1c5db8d3.js";import{i as o,u as r,_
|
|
|
241
241
|
</div>
|
|
242
242
|
</div>
|
|
243
243
|
`}};O.styles=[f,q,$];O.dependencies={"sl-icon":u};b([z('input[type="checkbox"]')],O.prototype,"input",2);b([k()],O.prototype,"hasFocus",2);b([x()],O.prototype,"title",2);b([x()],O.prototype,"name",2);b([x()],O.prototype,"value",2);b([x({reflect:true})],O.prototype,"size",2);b([x({type:Boolean,reflect:true})],O.prototype,"disabled",2);b([x({type:Boolean,reflect:true})],O.prototype,"checked",2);b([x({type:Boolean,reflect:true})],O.prototype,"indeterminate",2);b([C("checked")],O.prototype,"defaultChecked",2);b([x({reflect:true})],O.prototype,"form",2);b([x({type:Boolean,reflect:true})],O.prototype,"required",2);b([x({attribute:"help-text"})],O.prototype,"helpText",2);b([m("disabled",{waitUntilFirstUpdate:true})],O.prototype,"handleDisabledChange",1);b([m(["checked","indeterminate"],{waitUntilFirstUpdate:true})],O.prototype,"handleStateChange",1);O.define("sl-checkbox");const W=":host{display:flex;width:100%}:host .count{color:var(--neutral-grey-secondary, #707070)}:host sl-checkbox{display:flex;width:100%}:host sl-checkbox::part(control){height:1rem;width:1rem;border:1px solid var(--neutral-grey-secondary, #707070);border-radius:3px;margin-top:3px}:host sl-checkbox::part(control--checked){background-color:var(--status-interaction-standard, #2C6ECB);border-color:var(--status-interaction-standard, #2C6ECB);color:var(--neutral-ultralight, #fff)}:host sl-checkbox::part(label){display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-grow:1;color:var(--neutral-grey-primary, #1d1d1d);font-family:var(--ff-primary), serif}";const L=W;const H=class{constructor(s){t(this,s);this.toggleCheckbox=e(this,"jump-checkbox-change",7);this.value=undefined;this.label=undefined;this.checked=false;this.count=null}componentDidLoad(){this.listenSLChange()}listenSLChange(){if(this.host){this.host.addEventListener("sl-change",(()=>{this.checked=!this.checked;this.toggleCheckbox.emit({value:this.el.value,checked:this.checked})}))}}async isChecked(){return this.el.checked}render(){return s(i,{key:"c1ed5c7a59979dbe46338b2df91e5ab73c0547bd",ref:t=>this.host=t},this.value&&this.label&&s("sl-checkbox",{key:"de838d7ec4dedc45935bca737c71251028adc658",value:this.value,ref:t=>this.el=t,checked:this.checked},this.label),this.count&&s("span",{key:"4e7ca6acfdc390a1a9511d52c00135783e57b1cd",class:"count"},this.count))}};H.style=L;export{H as jump_filter_checkbox};
|
|
244
|
-
//# sourceMappingURL=p-
|
|
244
|
+
//# sourceMappingURL=p-6e7c80a3.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as a,h as e,H as s}from"./p-21aa0095.js";const t=":host{display:block}.JumpTabPanel__Content{display:none;padding:1rem 0}.JumpTabPanel__Content.active{display:block}";const n=t;const b=class{constructor(e){a(this,e);this.identifier=undefined;this.active=false}render(){return e(s,{key:"75fb1adb1af140bba218b890891234b01be1534f",class:"JumpTabPanel",id:this.identifier},e("div",{key:"08ddae107776c29aa2b869e7b2e541e43e33b6a8",class:"JumpTabPanel__Content "+(this.active?"active":"")},e("slot",{key:"bdf0d20e086f2b9def8df7f9abdae1df293a78c8"})))}};b.style=n;export{b as jump_tab_panel};
|
|
2
|
+
//# sourceMappingURL=p-8f581228.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,c as s,h as t,H as i}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,c as s,h as t,H as i}from"./p-21aa0095.js";const n=":host{display:none}";const o=n;const d=class{constructor(t){e(this,t);this.connectedEvent=s(this,"jump-card-ecommerce-option-connected",7);this.code=undefined;this.imgUrl=undefined;this.label=undefined;this.sku=undefined;this.taxonomy=undefined}componentWillLoad(){this.connectedEvent.emit({code:this.code,label:this.label,imgUrl:this.imgUrl,sku:this.sku,taxonomy:this.taxonomy})}render(){return t(i,{key:"513b51e00e0cadeb736d677357535665cfd5b8f6"})}};d.style=o;export{d as jump_card_ecommerce_option};
|
|
2
|
+
//# sourceMappingURL=p-a1c25113.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as a,h as e,H as t}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as a,h as e,H as t}from"./p-21aa0095.js";const s=":host{--jump-navbar-height:var(--header-height, 100px);--jump-navbar-background:var(--bg-drawer, #fff);--jump-navbar-width:var(--drawer-width, 240px);--jump-navbar-shadow:8px 0 15px 0 #00000026;--jump-navbar-zindex:2;--jump-navbar-transition:0.3s all ease-in-out;--jump-navbar-gap:2.5rem;--jump-navbar-padding:1rem;--jump-navbar-close-top:calc(var(--header-height) + 1rem);--jump-navbar-close-left:calc(var(--drawer-width) - 2rem);--jump-navbar-close-gap:0.5rem}";const i=s;const r=class{constructor(e){a(this,e);this.logo={image_url:"",alt:"",link:"#",target:"_self"};this.navItems=[];this.secondaryNavItems=[];this.mobileThreshold=768;this.type="basic";this.navPosition="inline";this.megaMenuAlignment="left";this.sticky=false;this.stickyThreshold=0;this.mobileLogo=this.logo;this.user=null;this.isMobile=false}handleResize(){this.isMobile=window.innerWidth<this.mobileThreshold}render(){var a,s;return e(t,{key:"4d846e61a027637ebe6023e9e155d754a716a0cb"},e("jump-button",{key:"590ef7421967e36e061d4d2d49d9d8b10b0cb7d3",variant:"primary",size:"small",text:true,href:this.logo["link"],target:(a=this.logo["target"])!==null&&a!==void 0?a:"_self"},e("img",{key:"951c8ad45b8e3cd754fd4426c73358541d7bb612",src:this.logo["image_url"],alt:this.logo["alt"]})),this.isMobile&&e("div",{key:"4deeaa5bbdf1b9434dd8a4afbf32953aa7eabbe6",class:"MobileMenuOffCanvas"},e("div",{key:"284504331b55f1fcb79408da6616c85b7d9542ee",class:"MobileMenuOffCanvas__Header"},"/* TODO: ricerca + pulsante chiusura + profilo utente con immagine */"),e("div",{key:"a8ba842d267d77aecf0a211e9c37052617b3ffd8",class:"MobileMenuOffCanvas__Navbar"},this.navbar.cloneNode(true)),e("div",{key:"7b08ba459362c3c6ee68ad2915f9a8addadafbde",class:"MobileMenuOffCanvas__Footer"},"/* TODO: langswitcher */",this.mobileLogo&&e("jump-button",{key:"28ca557df1446898114567a84813c41cc1d47d73",variant:"primary",size:"small",text:true,href:this.mobileLogo["link"],target:(s=this.mobileLogo["target"])!==null&&s!==void 0?s:"_self"},e("img",{key:"315be508f2902a9a5a69aff78b4c36d8daf3e1aa",src:this.mobileLogo["image_url"],alt:this.mobileLogo["alt"]})))),e("nav",{key:"19ece653a9c3c6d7728a12744ffe8c06618c1f97",ref:a=>{this.navbar=a}},e("ul",{key:"e60bf04441e02eca702dcc7760df97388c1f1043"},this.navItems.map((a=>e("li",null,e("jump-button",{variant:"primary",size:"small",text:true,href:a.link,target:a.target,class:a.class},a.text,this.secondaryNavItems.some((e=>e.parent===a.id))&&e("jump-icon",{slot:"suffix",library:"lucide",name:"chevron-down",size:"small"})),this.secondaryNavItems.map((t=>t.parent===a.id&&e("ul",{"data-parent":t.parent},t.title&&e("h4",null,t.title)," /* TODO: utilizzare jump-heading? */",t.items.map((a=>e("li",null,e("jump-button",{variant:"primary",size:"small",text:true,href:a.link,target:a.target,class:a.class},a.text)))))))))))),e("slot",{key:"cde57eeb4d6586c370fbfb5d10e02dc423427af5",name:"actions"},e("slot",{key:"ad86ec7167939e4624489d0db2cbd3a7aa6bc721",name:"lang_switcher"}),e("slot",{key:"c87b4a71d6183f21aff9155143e22a1fbe6cc7c4",name:"search"}),e("slot",{key:"ac62a46a3aac954fb915e134ffcc149ece432a5f",name:"buttons"}),e("slot",{key:"0d49662ba2bba745efbd9d8151917c780cdfd632",name:"cart"})))}};r.style=i;export{r as jump_navbar};
|
|
2
|
+
//# sourceMappingURL=p-a826c477.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as d,h as s,H as e}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as d,h as s,H as e}from"./p-21aa0095.js";const o=":host{display:flex;flex-direction:column}:host(.boxed),:host(.boxedheader),:host(.sidestroke){gap:8px}:host(.divider){gap:4px}";const t=o;const c=class{constructor(s){d(this,s);this.variant=undefined;this.groupIdentifier=undefined}render(){return s(e,{key:"38cc6b122de79f7a7df088028b09fcd2807f84d6",class:"JumpAccordionGroup "+this.variant,id:this.groupIdentifier},s("slot",{key:"e22ef6902ad5dc8d9e4d6c78efa250f617770d6d"}))}};c.style=t;export{c as jump_accordion_group};
|
|
2
|
+
//# sourceMappingURL=p-b03c5b24.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as e,c as a,h as t,H as i}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as e,c as a,h as t,H as i}from"./p-21aa0095.js";const s=":host{display:block}.JumpPaginationTable{--jump-pagination-table-label:var(--neutral-grey-secondary);--jump-pagination-table-arrows:var(--neutral-grey-secondary);--jump-pagination-table-arrows-disabled:var(--neutral-grey-disabled);font-family:var(--ff-primary)}.JumpPaginationTable__Wrapper{display:flex;justify-content:space-between}.JumpPaginationTable__Wrapper .elementsPerPage{display:flex;gap:1rem;align-items:center}.JumpPaginationTable__Wrapper .elementsPerPage label{color:var(--jump-pagination-table-label);font-size:var(--fs-300);font-weight:normal}.JumpPaginationTable__Wrapper .indicators{font-size:var(--fs-400);font-weight:normal;display:flex;justify-content:space-between;gap:20px;color:var(--jump-pagination-table-label)}.JumpPaginationTable__Wrapper .indicators .arrow{color:var(--jump-pagination-table-arrows);display:flex;align-items:center;gap:10px}.JumpPaginationTable__Wrapper .indicators .arrow button{background-color:transparent;border:none;cursor:pointer;padding:0px;display:flex;align-items:center}.JumpPaginationTable__Wrapper .indicators .arrow button:disabled{cursor:not-allowed;color:var(--jump-pagination-table-arrows-disabled)}.JumpPaginationTable__Wrapper .indicators .elements{color:var(--jump-pagination-table-label);display:flex;align-items:center;gap:5px}";const n=s;const l=class{constructor(t){e(this,t);this.changePage=a(this,"jump-change-page",7);this.changeElPerPage=a(this,"jump-change-el-per-page",7);this.elementsRanges="10,20,60,100";this.elementsRangesArray=undefined;this.elPerPage=undefined;this.pagLabel="di";this.labelElementsPerPage="Elementi per pagina";this.total=100;this.first=1;this.last=10;this.showFirstAndLast=false}elementsRangesChanged(e,a){console.log("dentro el");if(e!==a){this.elementsRangesArray=e.split(",").map(Number)}this.elementsRangesArray=[...this.elementsRangesArray];console.log("elementsRangesChanged",e,a)}elPerPageChanged(e,a){if(e!==a){this.first=1;this.last=Math.min(this.total,e)}this.changeElPerPage.emit({elPerPage:e})}componentWillLoad(){this.elementsRangesArray=this.elementsRanges.split(",").map(Number);this.elPerPage=!this.elPerPage?this.elementsRangesArray[0]:this.elPerPage}setElPerPage(e){this.elPerPage=e.target.value}doChangePage(e){let a;let t;if(e==="first"){a=1;t=Math.min(this.total,this.elPerPage)}else if(e==="last"){t=this.total;a=Math.max(1,this.total-this.elPerPage+1)}else if(e==="previous"){a=Math.max(1,this.first-this.elPerPage);t=Math.min(this.total,a+this.elPerPage-1)}else if(e==="next"){t=Math.min(this.total,this.last+this.elPerPage);a=Math.max(1,t-this.elPerPage+1)}this.first=a;this.last=t;let i={first:a,last:t,direction:e};this.changePage.emit(i)}render(){var e;return t(i,{key:"6edc329e44cf550e18300dd949e985103e7ca907",class:"JumpPaginationTable"},t("div",{key:"74763ae5bcead30bdb79c2f177042007e4f22d2b",class:"JumpPaginationTable__Wrapper"},t("div",{key:"fe9d73f1e28cebce87b9a6b26f1a252827b2e409",class:"elementsPerPage"},t("label",{key:"69a557884ae8156f5090ae6414ad3ca6b381a1e6",htmlFor:"elements"},(e=this.labelElementsPerPage)!==null&&e!==void 0?e:"Elements per page"),t("select",{key:"f63030a70690021611c1d6a29945bd8cc9977e90",name:"elements",id:"elements",onChange:e=>this.setElPerPage(e)},this.elementsRangesArray.map((e=>t("option",{value:e,selected:this.elPerPage==e&&true},e))))),t("div",{key:"7dd82fa0620bbbdbeb825ab28ec6264257f18cbd",class:"indicators"},t("div",{key:"09989643cd7073e9b7db95e4746d209f4294c7de",class:"elements"},t("span",{key:"6f4bbd59fa39504953989a7692842a148733d9bc"},t("span",{key:"12e664c2d3bad1033188da673e37e1dd58f32e26"},this.first)," - ",t("span",{key:"c22ca1d793efc54078699c9b7f35169c814f905c"},this.last)," ",this.pagLabel," ",t("span",{key:"64e26a44bbb9c524138925db2b9bd2588dcef3b8"},this.total))),t("div",{key:"f9527eaf1adf59530f470eeb03897cbd3d88d4c4",class:"arrow"},this.showFirstAndLast&&t("jump-button",{key:"a0b3d12ea97aac3c53b5276ec4218bb79b8dd0dd",onClick:()=>this.doChangePage("first"),variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.first===1}," ",t("jump-icon",{key:"5a680f20e3a7db2898d13058153bd6426141598e",slot:"suffix",name:"chevrons-left"})," "),t("jump-button",{key:"54450a58c6779efd7034449a9bf45b72c6250627",onClick:()=>this.doChangePage("previous"),variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.first===1}," ",t("jump-icon",{key:"c4ecfdef4dad35eda6a1cba4796fcd7f22cb508f",slot:"suffix",name:"chevron-left"})," "),t("jump-button",{key:"c8b17abee650024dab962db11bcc99d0a55660dd",onClick:()=>this.doChangePage("next"),variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.last===this.total}," ",t("jump-icon",{key:"871208668717b1fcab6af32989239a9a98aa8c4b",slot:"suffix",name:"chevron-right"})," "),this.showFirstAndLast&&t("jump-button",{key:"8acd4bdceb333afa582d68342c09dff0b62e20a7",onClick:()=>this.doChangePage("last"),variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.last===this.total}," ",t("jump-icon",{key:"cb0da9e45ad20c89534f62ac4f5a36032aeb3311",slot:"suffix",name:"chevrons-right"})," ")))))}static get watchers(){return{elementsRanges:["elementsRangesChanged"],elPerPage:["elPerPageChanged"]}}};l.style=n;export{l as jump_pagination_table};
|
|
2
|
+
//# sourceMappingURL=p-bdafe87d.entry.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as s,c as t,h as i,H as e}from"./p-21aa0095.js";const d=":host{display:block}";const a=d;const h=class{constructor(i){s(this,i);this.connectedEvent=t(this,"jump-search-bar-dropdown-item-connected",7);this.value=undefined;this.img=undefined;this.href=undefined;this.details=undefined}componentDidLoad(){if(this.componentRef.hasAttributes()){const s=this.componentRef.attributes;this.details={};for(let t=0;t<s.length;t++){if(s[t].name.includes("details")){this.details[s[t].name.split("details-")[1]]=s[t].value}}}this.connectedEvent.emit({value:this.value,details:this.details,img:this.img,href:this.href})}render(){return i(e,{key:"2cd1b4ef033699ffa631a6529da6c167756ca77b",ref:s=>this.componentRef=s})}};h.style=a;export{h as jump_search_bar_dropdown_item};
|
|
2
|
+
//# sourceMappingURL=p-c77d216c.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["jumpSearchBarDropdownItemCss","JumpSearchBarDropdownItemStyle0","JumpSearchBarDropdownItem","componentDidLoad","this","componentRef","hasAttributes","attributes","details","i","length","name","includes","split","value","connectedEvent","emit","img","href","render","h","Host","key","ref","el"],"sources":["src/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.scss?tag=jump-search-bar-dropdown-item&encapsulation=shadow","src/components/jump-search-bar-dropdown-item/jump-search-bar-dropdown-item.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, State, Prop, Event, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'jump-search-bar-dropdown-item',\n styleUrl: 'jump-search-bar-dropdown-item.scss',\n shadow: true,\n})\nexport class JumpSearchBarDropdownItem {\n private componentRef: HTMLElement;\n\n @Prop() value: string;\n @Prop() img: string;\n @Prop() href: string;\n @State() details: object;\n\n @Event({ eventName: \"jump-search-bar-dropdown-item-connected\" }) connectedEvent;\n\n componentDidLoad() {\n // devo recuperare da host tutti gli attributi che hanno davanti \"details\" e creare un oggetto con chiave e valore\n if(this.componentRef.hasAttributes()) {\n const attributes = this.componentRef.attributes;\n this.details = {};\n for (let i = 0; i < attributes.length; i++) {\n if (attributes[i].name.includes('details')) {\n\n // Come nome della chiave vorrei dare solo quello che c'è dopo details- \n this.details[attributes[i].name.split('details-')[1]] = attributes[i].value;\n }\n }\n }\n\n this.connectedEvent.emit({\n value: this.value,\n details: this.details,\n img: this.img,\n href: this.href,\n });\n }\n\n render() {\n return (\n <Host ref={(el) => this.componentRef = el as HTMLElement}>\n </Host>\n );\n }\n\n}\n"],"mappings":"yDAAA,MAAMA,EAA+B,uBACrC,MAAAC,EAAeD,E,MCMFE,EAAyB,M,oLAUpC,gBAAAC,GAEE,GAAGC,KAAKC,aAAaC,gBAAiB,CACpC,MAAMC,EAAaH,KAAKC,aAAaE,WACrCH,KAAKI,QAAU,GACf,IAAK,IAAIC,EAAI,EAAGA,EAAIF,EAAWG,OAAQD,IAAK,CAC1C,GAAIF,EAAWE,GAAGE,KAAKC,SAAS,WAAY,CAG1CR,KAAKI,QAAQD,EAAWE,GAAGE,KAAKE,MAAM,YAAY,IAAMN,EAAWE,GAAGK,K,GAK5EV,KAAKW,eAAeC,KAAK,CACvBF,MAAOV,KAAKU,MACZN,QAASJ,KAAKI,QACdS,IAAKb,KAAKa,IACVC,KAAMd,KAAKc,M,CAIf,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CAACC,IAAMC,GAAOpB,KAAKC,aAAemB,G"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,c as o,h as e,H as a}from"./p-21aa0095.js";const i=":host{display:block;--jump-tabitem-active-color:var(--secondary-standard);--jump-tabitem-color:var(--neutral-grey-secondary);--jump-tabitem-hover-color:var(--neutral-grey-disabled, #CBCBCB);--jump-tabitem-boxed-bg-color:var(--secondary-soft, #EDF2FA);--jump-tabitem-rounded-bg-color:white;--jump-tabitem-border-inline-color:var(--neutral-grey-disabled, #CBCBCB);--jump-tabitem-font-size:16px;--jump-tabitem-inline-padding:12px 24px;--jump-tabitem-boxed-padding:15px 39px;--jump-tabitem-rounded-padding:12px 32px;--jump-tabitem-sheet-padding:12px 32px;font-family:var(--ff-primary);flex:0 0 auto}:host .Content{display:flex;}:host .Content:hover:not(.disabled){cursor:pointer}:host .Content .label{font-size:var(--jump-tabitem-font-size)}:host .Content.left{flex-direction:row;gap:6px;align-items:center}:host .Content.top{flex-direction:column;gap:2px;align-items:center}:host .Content.inline{color:var(--jump-tabitem-color);padding:var(--jump-tabitem-inline-padding);border-bottom:1px solid var(--jump-tabitem-border-inline-color)}:host .Content.inline:not(.active){padding-bottom:14px}:host .Content.inline.active{color:var(--jump-tabitem-active-color);border-bottom:3px solid var(--jump-tabitem-active-color)}:host .Content.inline.active span{font-weight:bold}:host .Content.inline:hover:not(.disabled):not(.active){border-bottom:3px solid var(--jump-tabitem-hover-color);cursor:pointer;padding-bottom:12px}:host .Content.boxed{color:var(--jump-tabitem-color);padding:var(--jump-tabitem-boxed-padding);background-color:transparent;border:1px solid var(--jump-tabitem-boxed-bg-color)}:host .Content.boxed:hover:not(.disabled),:host .Content.boxed:hover:not(.active){background-color:transparent}:host .Content.boxed:hover:not(.disabled) span,:host .Content.boxed:hover:not(.active) span{font-weight:bold}:host .Content.boxed.active{color:var(--jump-tabitem-active-color);background-color:var(--jump-tabitem-boxed-bg-color);border:1px solid var(--jump-tabitem-boxed-bg-color)}:host .Content.boxed.active span{font-weight:bold}:host .Content.rounded{padding:var(--jump-tabitem-rounded-padding);color:var(--jump-tabitem-color)}:host .Content.rounded:hover:not(.disabled){cursor:pointer}:host .Content.rounded:hover:not(.disabled) span{font-weight:bold}:host .Content.rounded.active{color:var(--jump-tabitem-active-color);background-color:var(--jump-tabitem-rounded-bg-color);border:1px solid var(--jump-tabitem-active-color);border-radius:50px}:host .Content.sheet{padding:var(--jump-tabitem-sheet-padding);color:var(--neutral-grey-secondary)}:host .Content.sheet:hover:not(.disabled){cursor:pointer}:host .Content.sheet:hover:not(.disabled) span{font-weight:bold}:host .Content.sheet.active{color:var(--jump-tabitem-active-color);background-color:var(--jump-tabitem-rounded-bg-color);border-radius:8px 8px 0px 0px}:host(.disabled){cursor:not-allowed;opacity:0.5;pointer-events:none}";const n=i;const r=class{constructor(e){t(this,e);this.changeActiveTab=o(this,"jump-change-active-tab",7);this.identifier=undefined;this.iconName=undefined;this.iconPosition="left";this.label="";this.active=false;this.disabled=false;this.variant="inline"}changeTab(t){this.changeActiveTab.emit({id:t})}componentDidLoad(){let t=this.tabEl.parentElement.getAttribute("variant");this.variant=t}render(){return e(a,{key:"0a4383e01bea0539424876f8b0d8d04d4482c957",ref:t=>{this.tabEl=t},class:"JumpTabItem "+(this.active?"active":"")+" "+this.variant+" "+(this.disabled?"disabled":"")},e("div",{key:"cee073351151f5468e4b72d4af2deacc7e080d22",class:"Content "+(this.iconName?this.iconPosition:"")+" "+this.variant+" "+(this.active?"active":"")+" "+(this.disabled?"disabled":""),onClick:()=>this.changeTab(this.identifier),id:this.identifier},this.iconName&&(this.variant=="inline"||this.variant=="boxed")&&e("jump-icon",{key:"c65754b06a1b2404f146c71adc7498d4c8c6423c",library:"fa",category:"regular",name:this.iconName,size:"small"}),e("span",{key:"d256f97d32910c594e12a6ca8b9de1fe483989b5",class:"label"},this.label)))}};r.style=n;export{r as jump_tab_item};
|
|
2
|
+
//# sourceMappingURL=p-f7c323d2.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["jumpTabItemCss","JumpTabItemStyle0","JumpTabItem","undefined","changeTab","identifier","this","changeActiveTab","emit","id","componentDidLoad","parentVariant","tabEl","parentElement","getAttribute","variant","render","h","Host","key","ref","el","class","active","disabled","iconName","iconPosition","onClick","library","category","name","size","label"],"sources":["src/components/jump-tab-item/jump-tab-item.scss?tag=jump-tab-item&encapsulation=shadow","src/components/jump-tab-item/jump-tab-item.tsx"],"sourcesContent":[":host {\n display: block;\n\n --jump-tabitem-active-color: var(--secondary-standard);\n --jump-tabitem-color: var(--neutral-grey-secondary);\n --jump-tabitem-hover-color: var(--neutral-grey-disabled, #CBCBCB);\n --jump-tabitem-boxed-bg-color: var(--secondary-soft, #EDF2FA);\n --jump-tabitem-rounded-bg-color: white;\n --jump-tabitem-border-inline-color: var(--neutral-grey-disabled, #CBCBCB);\n --jump-tabitem-font-size: 16px;\n --jump-tabitem-inline-padding: 12px 24px;\n --jump-tabitem-boxed-padding: 15px 39px;\n --jump-tabitem-rounded-padding: 12px 32px;\n --jump-tabitem-sheet-padding: 12px 32px;\n \n font-family: var(--ff-primary);\n\n flex: 0 0 auto;\n \n .Content {\n \n display: flex;\n\n &:hover:not(.disabled){\n cursor: pointer;\n }\n\n .label {\n font-size: var(--jump-tabitem-font-size);\n }\n \n &.left {\n flex-direction: row;\n gap: 6px;\n align-items: center;\n }\n \n &.top {\n flex-direction: column;\n gap: 2px;\n align-items: center;\n }\n \n /*Tipologia inline */\n &.inline {\n color: var(--jump-tabitem-color);\n padding: var(--jump-tabitem-inline-padding);\n border-bottom: 1px solid var(--jump-tabitem-border-inline-color);\n }\n\n &.inline:not(.active) {\n padding-bottom: 14px;\n }\n\n &.inline.active {\n color: var(--jump-tabitem-active-color);\n border-bottom: 3px solid var(--jump-tabitem-active-color);\n \n span {\n font-weight: bold;\n }\n }\n\n &.inline:hover:not(.disabled):not(.active) {\n border-bottom: 3px solid var(--jump-tabitem-hover-color);\n cursor: pointer;\n padding-bottom: 12px;\n }\n \n /* Tipologia boxed */\n &.boxed {\n color: var(--jump-tabitem-color);\n padding: var(--jump-tabitem-boxed-padding);\n background-color: transparent;\n border: 1px solid var(--jump-tabitem-boxed-bg-color);\n }\n \n &.boxed:hover:not(.disabled),\n &.boxed:hover:not(.active) {\n background-color: transparent;\n \n span {\n font-weight: bold;\n }\n }\n \n &.boxed.active {\n color: var(--jump-tabitem-active-color);\n background-color: var(--jump-tabitem-boxed-bg-color);\n border: 1px solid var(--jump-tabitem-boxed-bg-color);\n \n span {\n font-weight: bold;\n }\n }\n \n /* Tipologia rounded */\n &.rounded {\n padding: var(--jump-tabitem-rounded-padding);\n color: var(--jump-tabitem-color);\n \n }\n \n &.rounded:hover:not(.disabled) {\n cursor: pointer;\n \n span {\n font-weight: bold;\n }\n }\n \n &.rounded.active {\n color: var(--jump-tabitem-active-color);\n background-color: var(--jump-tabitem-rounded-bg-color);\n border: 1px solid var(--jump-tabitem-active-color);\n border-radius: 50px;\n \n }\n \n /** Tipologia sheet */\n &.sheet {\n padding: var(--jump-tabitem-sheet-padding);\n color: var(--neutral-grey-secondary);\n }\n \n &.sheet:hover:not(.disabled) {\n cursor: pointer;\n \n span {\n font-weight: bold;\n }\n }\n \n &.sheet.active {\n color: var(--jump-tabitem-active-color);\n background-color: var(--jump-tabitem-rounded-bg-color);\n border-radius: 8px 8px 0px 0px;\n }\n }\n}\n\n:host(.disabled) {\n cursor: not-allowed;\n opacity: 0.5;\n pointer-events: none;\n}\n\n","import { Component, Host, Prop,State, h, Event, EventEmitter } from '@stencil/core';\n\n@Component({\n tag: 'jump-tab-item',\n styleUrl: 'jump-tab-item.scss',\n shadow: true,\n})\nexport class JumpTabItem {\n\n /* ---------------------- @PROPERTIES ------------------------- */\n\n /**\n * Identifier of the tab\n */\n @Prop() identifier: string = undefined;\n\n /**\n * Name of the icon. If not provided, the icon will not be displayed\n */\n @Prop() iconName: string = undefined;\n\n /**\n * Icon position, apply only if the icon is present\n * Choosed from \"left\", \"top\"\n */\n @Prop() iconPosition: string = 'left';\n @Prop() label: string = '';\n @Prop() active: boolean = false;\n\n @Prop() disabled: boolean = false;\n\n /**\n * The style of the tab item\n * Choosed from \"inline\", \"boxed\", \"sheet\", \"rounded\"\n */\n @State() variant: string = 'inline';\n\n @Event({ eventName: 'jump-change-active-tab' }) changeActiveTab: EventEmitter;\n\n changeTab(identifier){\n this.changeActiveTab.emit({id: identifier});\n }\n\n componentDidLoad() {\n // Deve leggere la prop \"variant\" del componente babbo jump-tab e popolare la propria prop \"variant\"\n let parentVariant = this.tabEl.parentElement.getAttribute('variant');\n this.variant = parentVariant;\n }\n\n tabEl: HTMLElement;\n\n render() {\n return (\n <Host\n ref={(el) => { this.tabEl = el }}\n class={\"JumpTabItem \" + (this.active ? 'active' : '') + \" \" + (this.variant) + \" \" + (this.disabled ? 'disabled' : '')}>\n <div class={\"Content \" + (this.iconName ? this.iconPosition : '') + \" \" + (this.variant) + \" \" + (this.active ? 'active' : '') + \" \" + (this.disabled ? 'disabled' : '')} onClick={() => this.changeTab(this.identifier)} id={this.identifier}>\n {(this.iconName && (this.variant == 'inline' || this.variant == 'boxed')) &&\n <jump-icon library=\"fa\" category=\"regular\" name={this.iconName} size=\"small\"></jump-icon>\n }\n <span class=\"label\">{this.label}</span>\n </div>\n </Host>\n );\n }\n}\n\n"],"mappings":"yDAAA,MAAMA,EAAiB,q0FACvB,MAAAC,EAAeD,E,MCMFE,EAAW,M,iGAOOC,U,cAKFA,U,kBAMI,O,WACP,G,YACE,M,cAEE,M,aAMD,Q,CAI3B,SAAAC,CAAUC,GACRC,KAAKC,gBAAgBC,KAAK,CAACC,GAAIJ,G,CAGjC,gBAAAK,GAEE,IAAIC,EAAgBL,KAAKM,MAAMC,cAAcC,aAAa,WAC1DR,KAAKS,QAAUJ,C,CAKjB,MAAAK,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CACHC,IAAMC,IAASf,KAAKM,MAAQS,CAAE,EAC9BC,MAAO,gBAAkBhB,KAAKiB,OAAS,SAAW,IAAM,IAAOjB,KAAY,QAAI,KAAOA,KAAKkB,SAAW,WAAa,KACnHP,EAAA,OAAAE,IAAA,2CAAKG,MAAO,YAAchB,KAAKmB,SAAWnB,KAAKoB,aAAe,IAAM,IAAOpB,KAAY,QAAI,KAAOA,KAAKiB,OAAS,SAAW,IAAM,KAAOjB,KAAKkB,SAAW,WAAa,IAAKG,QAAS,IAAMrB,KAAKF,UAAUE,KAAKD,YAAaI,GAAIH,KAAKD,YAC/NC,KAAKmB,WAAanB,KAAKS,SAAW,UAAYT,KAAKS,SAAW,UAC9DE,EAAA,aAAAE,IAAA,2CAAWS,QAAQ,KAAKC,SAAS,UAAUC,KAAMxB,KAAKmB,SAAUM,KAAK,UAEvEd,EAAA,QAAAE,IAAA,2CAAMG,MAAM,SAAShB,KAAK0B,Q"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as a,c as e,h as i,H as t}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as a,c as e,h as i,H as t}from"./p-21aa0095.js";const r=":host{display:block;--jump-button-color:yellow}.JumpPagination{--jump-pagination-label:var(--neutral-grey-secondary);--jump-pagination-arrows-color:var(--neutral-grey-secondary);--jump-pagination-arrows-disabled:var(--neutral-grey-disabled);font-family:var(--ff-primary)}.JumpPagination__Wrapper{display:flex;justify-content:space-between}.JumpPagination__Wrapper .indicators{font-size:var(--fs-400);font-weight:normal;display:flex;justify-content:space-between;gap:20px;color:var(--jump-pagination-label)}.JumpPagination__Wrapper .indicators .arrow{color:var(--jump-pagination-arrows-color);display:flex;align-items:center;gap:10px}.JumpPagination__Wrapper .indicators .arrow button{background-color:transparent;border:none;cursor:pointer;padding:0px;display:flex;align-items:center}.JumpPagination__Wrapper .indicators .arrow button:disabled{cursor:not-allowed;color:var(--jump-pagination-arrows-disabled)}.JumpPagination__Wrapper .indicators .elements{color:var(--jump-pagination-label);display:flex;align-items:center;gap:5px}";const n=r;const s=class{constructor(i){a(this,i);this.changePage=e(this,"jump-change-page",7);this.current=1;this.pagLabel="di";this.last=10;this.showFirstAndLast=false}watchcurrent(a,e){let i={current:a,previousPage:e,first:1,last:this.last,direction:a>e?"next":"prev"};this.changePage.emit(i)}componentWillLoad(){this.current=1}render(){return i(t,{key:"0d8a0a487d41050eff65c41bff0e20e7f8abe433",class:"JumpPagination"},i("div",{key:"c1c91aac8d9ad943ba38f17299d413f6b3a1d5aa",class:"JumpPagination__Wrapper"},i("div",{key:"8dbead9e599c4750a30c7490c4a704d43c7ca9bb",class:"indicators"},i("div",{key:"895b683174acd6517689a1b2e3f69378d5cf2b48",class:"elements"},i("span",{key:"b0ce7fb257a15f3a1e35548f976bf6baa2308017"},i("span",{key:"84e42742f53628b69f90b88a88817d3c4d2ea5f1"},this.current)," ",this.pagLabel," ",i("span",{key:"f85a4f32cf66fec16efa76bfc88e21d4c41e3406"},this.last))),i("div",{key:"d33612fdd1a9d917256ce8e9f7fce45c158243dc",class:"arrow"},this.showFirstAndLast&&i("jump-button",{key:"26db97e47f3254b72643f7bb73bbdecdc733c2d6",onClick:()=>{this.current=1},variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.current===1?true:false}," ",i("jump-icon",{key:"16c2e37bd1726c5c6852d74eec67d042cba25d46",slot:"suffix",name:"chevrons-left"})," "),i("jump-button",{key:"105c2ea910ffbfe4d00957158d546c198e3f11b6",onClick:()=>{this.current--},variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.current===1?true:false}," ",i("jump-icon",{key:"b0066718df5f60bd148dffad1c9485f631d0a840",slot:"suffix",name:"chevron-left"})," "),i("jump-button",{key:"00f6565f368c82a16d9819208b3babfef09fe1cf",onClick:()=>{this.current++},variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.current===this.last?true:false}," ",i("jump-icon",{key:"337627fd7d3486776f609153522df3ba77c44ce0",slot:"suffix",name:"chevron-right"})," "),this.showFirstAndLast&&i("jump-button",{key:"2c052d95c792f43f7899b0503ddbfed79c187ef2",onClick:()=>{this.current=this.last},variant:"primary",text:true,size:"small",name:"scopri",value:"value","aria-label":"Scopri di più",id:"button",onlyIcon:true,disabled:this.current===this.last?true:false}," ",i("jump-icon",{key:"f77d6a81d0a9e281dd8a845b100cce5a107085cc",slot:"suffix",name:"chevrons-right"})," ")))))}static get watchers(){return{current:["watchcurrent"]}}};s.style=n;export{s as jump_pagination};
|
|
2
|
+
//# sourceMappingURL=p-feb825e0.entry.js.map
|
|
@@ -889,23 +889,117 @@
|
|
|
889
889
|
"attributes": [
|
|
890
890
|
{
|
|
891
891
|
"name": "debounce-time",
|
|
892
|
-
"description": "
|
|
892
|
+
"description": ""
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "dropdown",
|
|
896
|
+
"description": ""
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "dropdown-position",
|
|
900
|
+
"description": ""
|
|
893
901
|
},
|
|
894
902
|
{
|
|
895
903
|
"name": "identifier",
|
|
896
904
|
"description": ""
|
|
897
905
|
},
|
|
906
|
+
{
|
|
907
|
+
"name": "linear-icon-only",
|
|
908
|
+
"description": ""
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "loading-text",
|
|
912
|
+
"description": ""
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "no-result-text",
|
|
916
|
+
"description": ""
|
|
917
|
+
},
|
|
898
918
|
{
|
|
899
919
|
"name": "placeholder",
|
|
900
920
|
"description": ""
|
|
901
921
|
},
|
|
902
922
|
{
|
|
903
|
-
"name": "
|
|
904
|
-
"description": "
|
|
923
|
+
"name": "recents-title",
|
|
924
|
+
"description": ""
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "results-text",
|
|
928
|
+
"description": ""
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "show-all-res-text",
|
|
932
|
+
"description": ""
|
|
905
933
|
},
|
|
906
934
|
{
|
|
907
935
|
"name": "variant",
|
|
908
936
|
"description": ""
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "with-btn",
|
|
940
|
+
"description": ""
|
|
941
|
+
}
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "jump-search-bar-dropdown-item",
|
|
946
|
+
"description": {
|
|
947
|
+
"kind": "markdown",
|
|
948
|
+
"value": ""
|
|
949
|
+
},
|
|
950
|
+
"attributes": [
|
|
951
|
+
{
|
|
952
|
+
"name": "href",
|
|
953
|
+
"description": ""
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "img",
|
|
957
|
+
"description": ""
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "value",
|
|
961
|
+
"description": ""
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "jump-search-bar-mobile",
|
|
967
|
+
"description": {
|
|
968
|
+
"kind": "markdown",
|
|
969
|
+
"value": ""
|
|
970
|
+
},
|
|
971
|
+
"attributes": [
|
|
972
|
+
{
|
|
973
|
+
"name": "debounce-time",
|
|
974
|
+
"description": ""
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "identifier",
|
|
978
|
+
"description": ""
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "loading-text",
|
|
982
|
+
"description": ""
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "no-result-text",
|
|
986
|
+
"description": ""
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "placeholder",
|
|
990
|
+
"description": ""
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "recents-title",
|
|
994
|
+
"description": ""
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "results-text",
|
|
998
|
+
"description": ""
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "show-all-res-text",
|
|
1002
|
+
"description": ""
|
|
909
1003
|
}
|
|
910
1004
|
]
|
|
911
1005
|
},
|
|
@@ -1,25 +1,65 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
export declare class JumpSearchBar {
|
|
3
3
|
jumpSearchBar: HTMLInputElement;
|
|
4
|
+
private componentRef;
|
|
5
|
+
dropdownVisible: boolean;
|
|
6
|
+
searchValue: string;
|
|
7
|
+
searchValueChanged(newValue: string): void;
|
|
8
|
+
resType: string;
|
|
9
|
+
innerResults: Array<object>;
|
|
10
|
+
totalResults: number;
|
|
11
|
+
isExpanded: boolean;
|
|
4
12
|
placeholder: string;
|
|
13
|
+
noResultText: string;
|
|
14
|
+
loadingText: string;
|
|
15
|
+
resultsText: string;
|
|
16
|
+
showAllResText: string;
|
|
5
17
|
identifier: string;
|
|
6
|
-
/**
|
|
7
|
-
* Variabile per personalizzare il tempo di attesa prima di eseguire la ricerca
|
|
8
|
-
*/
|
|
9
18
|
debounceTime: number;
|
|
19
|
+
variant: string;
|
|
20
|
+
withBtn: boolean;
|
|
21
|
+
recentsTitle: string;
|
|
22
|
+
recents: Array<object>;
|
|
23
|
+
results: Array<object>;
|
|
24
|
+
dropdown: boolean;
|
|
25
|
+
linearIconOnly: boolean;
|
|
26
|
+
dropdownPosition: string;
|
|
10
27
|
/**
|
|
11
|
-
*
|
|
12
|
-
* Se "Manual" la ricerca parte solo dopo aver premuto invio -> può avere solo stile outline
|
|
28
|
+
* Evento emesso quando l'utente clicca sull'icona in variant linear e linearIconOnly
|
|
13
29
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
30
|
+
searchbarExpanded: EventEmitter;
|
|
31
|
+
/**
|
|
32
|
+
* Evento emesso quando l'utente effettua una ricerca
|
|
33
|
+
* Emette un oggetto contenenente il valore della ricerca alla chiave 'search'
|
|
34
|
+
* */
|
|
16
35
|
search: EventEmitter;
|
|
17
36
|
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
|
|
37
|
+
* Evento emesso quando l'utente clicca sul pulsante (se presente) o nel pulsante del dropdown per vedere tutti i risultati
|
|
38
|
+
* Emette un oggetto contenenente il valore della ricerca alla chiave 'search'
|
|
39
|
+
*/
|
|
40
|
+
showFullSearch: EventEmitter;
|
|
41
|
+
resultClicked: EventEmitter;
|
|
42
|
+
componentDidLoad(): void;
|
|
43
|
+
disconnectedCallback(): void;
|
|
44
|
+
addOption(e: any): void;
|
|
45
|
+
/** Imposta i risultati della ricerca all'interno della dropdown */
|
|
46
|
+
setResults(results: any, tot?: number): Promise<void>;
|
|
47
|
+
handleOutsideClick(event: MouseEvent): void;
|
|
48
|
+
handleFocus: () => void;
|
|
49
|
+
handleBlur: () => void;
|
|
21
50
|
doSearch: () => void;
|
|
22
|
-
/** Used to filters/searchbar */
|
|
23
51
|
debounce(fn: any, delay?: number): (...args: any[]) => void;
|
|
52
|
+
openDropdown(): void;
|
|
53
|
+
/** Emette l'evento di click su un risultato, mandandone tutti i dati */
|
|
54
|
+
handleResClicked(item: any): void;
|
|
55
|
+
/** Emette l'evento quando l'utente clicca sul pulsante (se presente) o nel pulsante del dropdown per vedere tutti i risultati */
|
|
56
|
+
btnOrShowOtherClicked(): void;
|
|
57
|
+
/**
|
|
58
|
+
* Se clicco l'icona espando la searchbar ed emetto un evento dedicato
|
|
59
|
+
*/
|
|
60
|
+
expandSearchBar(): void;
|
|
61
|
+
renderLinearIconOnly(): any;
|
|
62
|
+
renderDefault(): any;
|
|
63
|
+
renderDropdown(): any;
|
|
24
64
|
render(): any;
|
|
25
65
|
}
|
|
@@ -28,10 +28,48 @@ declare const _default: {
|
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
|
|
31
|
+
noResultText: {
|
|
32
|
+
name: string;
|
|
33
|
+
control: string;
|
|
34
|
+
description: string;
|
|
35
|
+
table: {
|
|
36
|
+
type: {
|
|
37
|
+
summary: string;
|
|
38
|
+
};
|
|
39
|
+
defaultValue: {
|
|
40
|
+
summary: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
loadingText: {
|
|
45
|
+
name: string;
|
|
46
|
+
control: string;
|
|
47
|
+
description: string;
|
|
48
|
+
table: {
|
|
49
|
+
type: {
|
|
50
|
+
summary: string;
|
|
51
|
+
};
|
|
52
|
+
defaultValue: {
|
|
53
|
+
summary: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
resultsText: {
|
|
58
|
+
name: string;
|
|
59
|
+
control: string;
|
|
60
|
+
description: string;
|
|
61
|
+
table: {
|
|
62
|
+
type: {
|
|
63
|
+
summary: string;
|
|
64
|
+
};
|
|
65
|
+
defaultValue: {
|
|
66
|
+
summary: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
showAllResText: {
|
|
32
71
|
name: string;
|
|
33
72
|
control: string;
|
|
34
|
-
options: string[];
|
|
35
73
|
description: string;
|
|
36
74
|
table: {
|
|
37
75
|
type: {
|
|
@@ -46,11 +84,24 @@ declare const _default: {
|
|
|
46
84
|
name: string;
|
|
47
85
|
control: string;
|
|
48
86
|
options: string[];
|
|
87
|
+
description: string;
|
|
88
|
+
table: {
|
|
89
|
+
type: {
|
|
90
|
+
summary: string;
|
|
91
|
+
};
|
|
92
|
+
defaultValue: {
|
|
93
|
+
summary: string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
withBtn: {
|
|
98
|
+
name: string;
|
|
99
|
+
control: string;
|
|
100
|
+
description: string;
|
|
49
101
|
if: {
|
|
50
102
|
arg: string;
|
|
51
|
-
|
|
103
|
+
neq: string;
|
|
52
104
|
};
|
|
53
|
-
description: string;
|
|
54
105
|
table: {
|
|
55
106
|
type: {
|
|
56
107
|
summary: string;
|
|
@@ -77,13 +128,89 @@ declare const _default: {
|
|
|
77
128
|
};
|
|
78
129
|
};
|
|
79
130
|
};
|
|
131
|
+
recentsTitle: {
|
|
132
|
+
name: string;
|
|
133
|
+
control: string;
|
|
134
|
+
description: string;
|
|
135
|
+
if: {
|
|
136
|
+
arg: string;
|
|
137
|
+
eq: string;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
recents: {
|
|
141
|
+
name: string;
|
|
142
|
+
control: string;
|
|
143
|
+
description: string;
|
|
144
|
+
if: {
|
|
145
|
+
arg: string;
|
|
146
|
+
eq: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
results: {
|
|
150
|
+
name: string;
|
|
151
|
+
control: string;
|
|
152
|
+
description: string;
|
|
153
|
+
if: {
|
|
154
|
+
arg: string;
|
|
155
|
+
eq: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
linearIconOnly: {
|
|
159
|
+
name: string;
|
|
160
|
+
control: string;
|
|
161
|
+
description: string;
|
|
162
|
+
if: {
|
|
163
|
+
arg: string;
|
|
164
|
+
eq: string;
|
|
165
|
+
};
|
|
166
|
+
table: {
|
|
167
|
+
type: {
|
|
168
|
+
summary: string;
|
|
169
|
+
};
|
|
170
|
+
defaultValue: {
|
|
171
|
+
summary: string;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
dropdown: {
|
|
176
|
+
name: string;
|
|
177
|
+
control: string;
|
|
178
|
+
description: string;
|
|
179
|
+
table: {
|
|
180
|
+
type: {
|
|
181
|
+
summary: string;
|
|
182
|
+
};
|
|
183
|
+
defaultValue: {
|
|
184
|
+
summary: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
dropdownPosition: {
|
|
189
|
+
name: string;
|
|
190
|
+
control: string;
|
|
191
|
+
options: string[];
|
|
192
|
+
description: string;
|
|
193
|
+
if: {
|
|
194
|
+
arg: string;
|
|
195
|
+
eq: boolean;
|
|
196
|
+
};
|
|
197
|
+
table: {
|
|
198
|
+
type: {
|
|
199
|
+
summary: string;
|
|
200
|
+
};
|
|
201
|
+
defaultValue: {
|
|
202
|
+
summary: string;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
80
206
|
};
|
|
81
207
|
};
|
|
82
208
|
export default _default;
|
|
83
209
|
export declare const SearchBar: any;
|
|
84
|
-
export declare const
|
|
85
|
-
export declare const
|
|
86
|
-
export declare const
|
|
87
|
-
export declare const
|
|
88
|
-
export declare const
|
|
89
|
-
export declare const
|
|
210
|
+
export declare const SearchBarLinearOnlyIcon: any;
|
|
211
|
+
export declare const SearchBarOutlineWithBtn: any;
|
|
212
|
+
export declare const SearchBarOutlineWithoutBtn: any;
|
|
213
|
+
export declare const SearchBarWithDropdownRecents: any;
|
|
214
|
+
export declare const SearchBarWithDropdownResults: any;
|
|
215
|
+
export declare const SearchBarWithDropdownAbsoluteResults: any;
|
|
216
|
+
export declare const SearchBarWithDropdownNoResults: any;
|