@zanichelli/albe-web-components 2.17.1 → 2.18.3
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/CHANGELOG.md +18 -0
- package/dist/cjs/{index-3a977d24.js → index-66eb89b1.js} +6 -6
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-943dc109.js → utils-2636e75b.js} +1 -1
- package/dist/cjs/web-components-library.cjs.js +1 -1
- package/dist/cjs/{contextual-menu_65.cjs.entry.js → z-alert_65.cjs.entry.js} +95 -78
- package/dist/cjs/z-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/z-header.cjs.entry.js +1 -1
- package/dist/cjs/z-messages-pocket.cjs.entry.js +1 -1
- package/dist/cjs/z-modal-login.cjs.entry.js +2 -2
- package/dist/cjs/z-myz-card-dictionary.cjs.entry.js +1 -1
- package/dist/cjs/z-myz-card-info.cjs.entry.js +2 -2
- package/dist/cjs/z-navigation-tabs.cjs.entry.js +1 -1
- package/dist/cjs/z-otp.cjs.entry.js +1 -1
- package/dist/cjs/z-pocket_3.cjs.entry.js +2 -2
- package/dist/cjs/z-slideshow.cjs.entry.js +2 -2
- package/dist/cjs/z-toast-notification-list.cjs.entry.js +1 -1
- package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
- package/dist/collection/beans/index.js +6 -6
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/icons/z-icon/index.js +2 -10
- package/dist/collection/components/icons/z-icon/styles.css +2 -4
- package/dist/collection/components/list/z-list-element/index.js +2 -2
- package/dist/collection/components/modal/z-modal-login/index.js +20 -3
- package/dist/collection/components/navigation/z-link/index.js +74 -12
- package/dist/collection/components/navigation/z-link/styles.css +114 -28
- package/dist/collection/components/navigation/z-user-dropdown/styles.css +0 -6
- package/dist/collection/components/{contextual-menu → z-contextual-menu}/index.js +9 -9
- package/dist/collection/components/{contextual-menu → z-contextual-menu}/styles.css +8 -14
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/index.js +38 -15
- package/dist/collection/snowflakes/registro-table/z-registro-table-header/styles.css +0 -4
- package/dist/esm/{index-0ea39bd5.js → index-98ce8389.js} +7 -7
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-8219c44d.js → utils-c7b22832.js} +1 -1
- package/dist/esm/web-components-library.js +1 -1
- package/dist/esm/{contextual-menu_65.entry.js → z-alert_65.entry.js} +96 -79
- package/dist/esm/z-cookiebar.entry.js +1 -1
- package/dist/esm/z-header.entry.js +1 -1
- package/dist/esm/z-messages-pocket.entry.js +1 -1
- package/dist/esm/z-modal-login.entry.js +2 -2
- package/dist/esm/z-myz-card-dictionary.entry.js +1 -1
- package/dist/esm/z-myz-card-info.entry.js +2 -2
- package/dist/esm/z-navigation-tabs.entry.js +1 -1
- package/dist/esm/z-otp.entry.js +1 -1
- package/dist/esm/z-pocket_3.entry.js +2 -2
- package/dist/esm/z-slideshow.entry.js +2 -2
- package/dist/esm/z-toast-notification-list.entry.js +1 -1
- package/dist/esm/z-toast-notification.entry.js +1 -1
- package/dist/types/beans/index.d.ts +2 -1
- package/dist/types/components/list/z-list-element/index.d.ts +1 -1
- package/dist/types/components/modal/z-modal-login/index.d.ts +2 -0
- package/dist/types/components/navigation/z-link/index.d.ts +9 -1
- package/dist/types/components/{contextual-menu → z-contextual-menu}/index.d.ts +4 -4
- package/dist/types/components.d.ts +64 -38
- package/dist/types/snowflakes/registro-table/z-registro-table-header/index.d.ts +2 -2
- package/dist/web-components-library/index.esm.js +1 -1
- package/{www/build/p-3940cc78.entry.js → dist/web-components-library/p-01ebd1c9.entry.js} +1 -1
- package/dist/web-components-library/{p-66bd577c.entry.js → p-12ce5608.entry.js} +1 -1
- package/dist/web-components-library/{p-134ce240.entry.js → p-2137b1fb.entry.js} +1 -1
- package/dist/web-components-library/{p-484d2c80.entry.js → p-2a5adef6.entry.js} +1 -1
- package/dist/web-components-library/{p-d782fdb9.entry.js → p-337ace81.entry.js} +1 -1
- package/dist/web-components-library/{p-b71f94f6.entry.js → p-3c9ec157.entry.js} +1 -1
- package/dist/web-components-library/p-4bd53658.entry.js +7 -0
- package/{www/build/p-5c93b48c.entry.js → dist/web-components-library/p-504ff914.entry.js} +1 -1
- package/dist/web-components-library/{p-734546e3.js → p-818c7395.js} +1 -1
- package/dist/web-components-library/{p-6632857b.entry.js → p-8a7841df.entry.js} +1 -1
- package/dist/web-components-library/{p-246ceb1e.entry.js → p-8c800c8c.entry.js} +1 -1
- package/dist/web-components-library/{p-01c15b19.entry.js → p-b4ceb308.entry.js} +1 -1
- package/dist/web-components-library/{p-0e8fbcbf.js → p-e34dbabe.js} +0 -0
- package/dist/web-components-library/{p-1b16b13b.entry.js → p-e7cd27ec.entry.js} +1 -1
- package/dist/web-components-library/{p-5edd94e4.entry.js → p-fd7a7565.entry.js} +1 -1
- package/dist/web-components-library/web-components-library.esm.js +1 -1
- package/package.json +2 -2
- package/react/components.d.ts +1 -1
- package/react/components.js +2 -2
- package/react/components.js.map +1 -1
- package/www/build/index.esm.js +1 -1
- package/{dist/web-components-library/p-3940cc78.entry.js → www/build/p-01ebd1c9.entry.js} +1 -1
- package/www/build/{p-66bd577c.entry.js → p-12ce5608.entry.js} +1 -1
- package/www/build/{p-134ce240.entry.js → p-2137b1fb.entry.js} +1 -1
- package/www/build/{p-484d2c80.entry.js → p-2a5adef6.entry.js} +1 -1
- package/www/build/{p-d782fdb9.entry.js → p-337ace81.entry.js} +1 -1
- package/www/build/{p-b71f94f6.entry.js → p-3c9ec157.entry.js} +1 -1
- package/www/build/p-4bd53658.entry.js +7 -0
- package/{dist/web-components-library/p-5c93b48c.entry.js → www/build/p-504ff914.entry.js} +1 -1
- package/www/build/p-61bf5998.js +1 -0
- package/www/build/{p-734546e3.js → p-818c7395.js} +1 -1
- package/www/build/{p-6632857b.entry.js → p-8a7841df.entry.js} +1 -1
- package/www/build/{p-246ceb1e.entry.js → p-8c800c8c.entry.js} +1 -1
- package/www/build/{p-01c15b19.entry.js → p-b4ceb308.entry.js} +1 -1
- package/www/build/{p-0e8fbcbf.js → p-e34dbabe.js} +0 -0
- package/www/build/{p-1b16b13b.entry.js → p-e7cd27ec.entry.js} +1 -1
- package/www/build/{p-5edd94e4.entry.js → p-fd7a7565.entry.js} +1 -1
- package/www/build/web-components-library.esm.js +1 -1
- package/www/index.html +16 -16
- package/dist/web-components-library/p-12c0f51d.entry.js +0 -7
- package/www/build/p-12c0f51d.entry.js +0 -7
- package/www/build/p-212298ae.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-6eb9a735.js';
|
|
2
|
-
import { a as ButtonVariantEnum } from './index-
|
|
2
|
+
import { a as ButtonVariantEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{font-family:var(--dashboard-font);font-weight:var(--font-rg)}z-candybar.hidden{display:none}.content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:space-between;color:var(--text-grey-800);border-radius:calc(var(--space-unit) * .5);font-size:16px;letter-spacing:0px;line-height:24px;padding:calc(var(--space-unit) * 3) calc(var(--space-unit) * 2)}.content>div>h2{margin:0;padding:0;color:var(--text-grey-800);border-radius:0px;font-size:18px;font-weight:var(--font-sb);letter-spacing:0px}.content>div>div{padding:calc(var(--space-unit) * 3) 0;font-size:14px;letter-spacing:0.16px;line-height:20px}.content>div>div>p{margin:0}.content>div>div>p>a{cursor:pointer;font-weight:var(--font-sb);color:var(--text-grey-800);text-decoration:underline;height:14px;display:inline-flex}.content>div>div>p>a:visited{color:var(--text-grey-800);cursor:pointer;z-index:1000}.content>z-button{margin:0;width:100%}@media only screen and (min-width: 768px){.content{width:100%;flex-direction:row;align-items:center;font-size:16px;letter-spacing:0px;line-height:24px;padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 3)}.content>div{width:560px}.content>div>h2{height:calc(var(--space-unit) * 3.5)}.content>div>div{padding:0}.content>z-button{margin:0;width:initial}}@media only screen and (min-width: 1152px){.content>div{width:935px}}@media only screen and (min-width: 1366px){.content{padding-left:calc(var(--space-unit) * 4);padding-right:calc(var(--space-unit) * 4)}}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { a as ButtonVariantEnum } from './index-
|
|
2
|
+
import { a as ButtonVariantEnum } from './index-98ce8389.js';
|
|
3
3
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
|
|
5
5
|
const stylesCss = ":host a{cursor:pointer}header{position:sticky;top:0;z-index:99;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:\"main-header\";margin-bottom:calc(var(--space-unit) * 6.5);font-family:var(--dashboard-font);font-weight:var(--font-rg)}.main-header{display:grid;grid-template-columns:2fr 2fr 4fr 100px;grid-template-rows:1fr;grid-template-areas:\"logo link-int link-ext login\";grid-area:main-header;grid-column-gap:calc(var(--space-unit) * .5);align-items:center;background-color:var(--bg-grey-900);height:auto;align-items:center;z-index:10}.main-header.myz-out{background-color:var(--bg-white)}.logo{grid-area:logo;padding:6px}z-logo{transform:scale(0.9)}.dropdown-menu{display:none}.dropdown-menu.hidden{visibility:hidden}.dropdown-links{grid-area:dropdown-links;list-style:none;display:block;max-height:32px;margin:0;padding:0}.arrow{fill:var(--text-grey-200)}.dropdown-links>li{list-style:none;display:inline-block;margin:0;padding:0}.dropdown-links>li>a{width:auto;height:auto;color:var(--myz-blue);font-size:14px;letter-spacing:0.18px;line-height:32px;text-decoration:none;margin:var(--space-unit);padding-bottom:calc(var(--space-unit) * .5)}.dropdown-links>li>a:hover,.dropdown-links>li>a.active{color:var(--text-grey-800);border-bottom:2px solid var(--myz-blue)}.mobile-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:center;align-items:center;width:100%;background-color:var(--bg-grey-900);z-index:inherit;height:52px;position:fixed;top:0px;left:0;z-index:999}.mobile-header.myz-out{background-color:var(--bg-white)}.mobile-header>z-button{margin:0 calc(var(--space-unit) * 2)}.mobile-content{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;width:100%;background-color:var(--bg-grey-900);position:fixed;top:52px;left:0;z-index:999;max-height:0px;overflow:hidden;transition:max-height 1s cubic-bezier(0.46, 0, 1, 0.79)}.mobile-content.open{max-height:100vh;transition:max-height 2s cubic-bezier(0, 0.79, 0.46, 1)}.mobile-content.myz-out{background-color:var(--bg-white)}hr{display:block;position:relative;padding:0;margin:0px calc(var(--space-unit) * 4);height:0;width:calc(100% - 64px);max-height:0;font-size:1px;line-height:0;clear:both;border:none;border-top:1px solid var(--text-grey-700)}.menu-mobile{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;color:var(--bg-white);padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);cursor:pointer}.myz-out .menu-mobile{color:var(--text-grey-800)}.menu-toggle{grid-area:menu-toggle;display:flex;flex-direction:column;margin:0 var(--space-unit)}.menu-toggle .bar{width:20px;height:2px;background-color:var(--bg-white);margin:2px auto;transition:all 0.3s ease-in-out}.myz-out .menu-toggle .bar{background-color:var(--text-grey-800)}.menu-toggle:hover{cursor:pointer}#mobile-menu.is-active .bar:nth-child(2){opacity:0}#mobile-menu.is-active .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}#mobile-menu.is-active .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.booktab-button,.mobile-login{overflow:hidden;height:0%;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.hidden{visibility:hidden}.login{grid-area:login;display:flex;justify-content:flex-end;padding:0 calc(var(--space-unit) * 2)}.login>z-button{color:var(--bg-white);fill:var(--bg-white)}.booktab-button>z-button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;padding:calc(var(--space-unit) * 2) 0px calc(var(--space-unit) * 4) 0px}.link-ext{grid-area:link-ext;overflow:hidden;height:0%;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.link-ext-span{display:inline-block;width:100%;margin:calc(var(--space-unit) * .5) auto;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.link-ext-span.myz:hover,.link-ext-span.myz:focus{background:var(--text-grey-800);border-radius:var(--border-radius);cursor:pointer}.link-ext z-link{font-size:12px;font-weight:var(--font-sb)}.link-int{overflow:hidden;max-height:100%;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:0}.link-int>span{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}.link-int>span>.menu-item{height:auto;color:var(--bg-white);letter-spacing:0.2px;font-weight:var(--font-sb);font-size:16px;text-decoration:none;outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.link-int>span>.menu-item:hover,.link-int>span>.menu-item:focus{border-radius:0px}.link-int>span>.menu-item>span{white-space:nowrap}.link-int>span>.menu-item>i{padding-top:calc(var(--space-unit) * 2);height:28px;width:24px;text-align:right}.link-int>span:first-child>.menu-item{margin-top:0}.link-int>span>svg{display:none}.link-int>.mobile-dropdown{padding:0 48px}.mobile-login>span{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;fill:white}.mobile-login>span:focus,.mobile-login>span:hover{background:var(--text-grey-800)}.myz-out .mobile-login>span:focus,.myz-out .mobile-login>span:hover{background:none}.mobile-login>span>.menu-item{height:auto;color:var(--bg-white);letter-spacing:0.2px;font-weight:var(--font-sb);font-size:16px;text-decoration:none;outline:none;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px}.myz-out .mobile-login>span>.menu-item{color:var(--text-grey-800)}.mobile-login>span>.menu-item>i{padding-top:calc(var(--space-unit) * 2);height:28px;width:24px;text-align:right}.mobile-login>span>.menu-item>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-login>span>.menu-item>span>z-icon{padding-right:var(--space-unit);fill:var(--bg-white)}.menu-item>i::before{border-style:solid;border-width:0.12em 0.12em 0 0;content:\" \";display:inline-block;height:0.45em;left:0.16em;position:relative;top:-0.12em;transform:rotate(135deg) scale(1.2);vertical-align:top;width:0.45em;margin-top:2px;margin-left:2px;margin-right:6px;transition:all 0.5s ease}.menu-item.isopen>i::before{top:0.24em;transform:rotate(-45deg) scale(1.2);transition:all 0.5s ease}.mobile-dropdown{background:white;display:block;overflow:hidden;width:100%;box-sizing:border-box;margin:0px auto 0px auto;padding:0px calc(var(--space-unit) * 4) 0px calc(var(--space-unit) * 4);line-height:44px;max-height:0px;transition:max-height 0.3s ease}.mobile-dropdown.visible{max-height:100vh;transition:max-height 0.5s ease}@media only screen and (min-width: 768px){header{grid-template-columns:1fr 0.8fr 1.5fr 1.1fr 0.7fr;grid-template-rows:0.2fr auto;grid-template-areas:\"main-header main-header main-header main-header main-header\" \"dropdown-menu dropdown-menu dropdown-menu dropdown-menu dropdown-menu\";margin-bottom:0}header.myz-out{top:0px;grid-template-rows:1fr}.main-header{display:grid;grid-template-columns:170px auto auto 120px;grid-template-rows:1fr;grid-template-areas:\"logo link-int link-ext login\";grid-area:main-header}.dropdown-menu{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:\"dropdown-links\";grid-area:dropdown-menu;grid-column-gap:var(--space-unit);background:var(--bg-grey-200);height:32px;visibility:visible;z-index:9;padding-left:160px}.booktab-button,.mobile-header,.mobile-login,.mobile-dropdown,.menu-mobile{display:none}.link-int{grid-area:link-int;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;max-height:46px;margin-top:calc(var(--space-unit) * .5)}.link-int>span{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;width:auto}.link-int>span>.menu-item{width:auto;height:auto;color:var(--bg-white);letter-spacing:0.2px;line-height:14px;font-weight:var(--font-sb);text-decoration:none;outline:none;padding:calc(var(--space-unit) * 1.5)}.link-int>span>svg{display:block}.menu-item>i{display:none}.link-int>span>.menu-item:focus,.link-int>span>.menu-item:hover{background:var(--text-grey-800);border-radius:var(--border-radius);cursor:pointer}.link-int>span>.menu-item::-moz-focus-inner{border:0}.link-int>span>.menu-item:focus+svg{visibility:visible}.link-ext{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:center;max-height:46px}.link-ext-span{width:auto;line-height:14px;margin:var(--space-unit);padding:calc(var(--space-unit) * .5) var(--space-unit)}}@media only screen and (min-width: 1152px){.main-header{grid-template-columns:170px auto auto 180px}}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-6eb9a735.js';
|
|
2
|
-
import { p as PocketStatusEnum } from './index-
|
|
2
|
+
import { p as PocketStatusEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>z-pocket{width:100%}:host>z-pocket.closed{width:158px}:host>z-pocket>z-pocket-header{font-size:12px;font-weight:var(--font-sb);color:var(--color-primary01);fill:var(--color-primary01)}:host>z-pocket>z-pocket-header span.badge{background:var(--color-secondary02);color:var(--color-surface01);border-radius:50%;padding:0 calc(var(--space-unit)* 0.5);display:inline-block;margin-left:var(--space-unit)}:host>z-pocket>z-pocket-header>z-icon{margin-left:var(--space-unit)}:host>z-pocket>z-pocket-body>div.body{overflow:hidden;margin:0 var(--space-unit);padding:var(--space-unit)}:host>z-pocket.preview>z-pocket-body{position:relative}:host>z-pocket.preview>z-pocket-body>div.gradient{background-image:linear-gradient(rgba(255, 0, 0, 0), white);position:absolute;top:0;left:0;right:0;bottom:0}:host>z-pocket.open>z-pocket-body>div.body{max-height:calc(100vh - 166px);overflow:auto;scrollbar-width:none}:host ::-webkit-scrollbar{width:0}@media only screen and (min-width: 768px){:host>z-pocket{width:768px;margin:0 calc((100% - 768px) / 2)}:host>z-pocket.closed{margin:0 calc((100% - 158px) / 2)}:host>z-pocket.open>z-pocket-body>div.body{max-height:326px}}@media only screen and (min-width: 1152px){:host>z-pocket.open>z-pocket-body>div.body{scrollbar-width:thin;scrollbar-color:var(--color-primary01) var(--color-surface03)}:host ::-webkit-scrollbar{background:linear-gradient(\n 90deg,\n var(--color-surface01) 2px,\n var(--color-surface03) 4px,\n var(--color-surface01) 8px\n );border-radius:var(--radius-base);width:10px}:host ::-webkit-scrollbar-thumb{background-color:var(--color-primary01);border-radius:var(--radius-base);width:var(--space-unit)}}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { m as InputStatusEnum, a as ButtonVariantEnum } from './index-
|
|
2
|
+
import { m as InputStatusEnum, a as ButtonVariantEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ".sc-z-modal-login-h{font-family:var(--dashboard-font);font-weight:var(--font-rg)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{color:var(--text-grey-800);padding:calc(var(--space-unit) * 4) calc(var(--space-unit) * 2)\n calc(var(--space-unit) * 3) calc(var(--space-unit) * 2);box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}z-button.sc-z-modal-login,z-input.sc-z-modal-login,.sc-z-modal-login-s>z-button,.sc-z-modal-login-s>z-input{display:inline-block;width:100%}z-link.sc-z-modal-login,.sc-z-modal-login-s>z-link{font-size:12px}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}div.wrapper>form>div.username.sc-z-modal-login-s>z-input,div.wrapper>form>div.password.sc-z-modal-login-s>z-input,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.username.sc-z-modal-login z-input.sc-z-modal-login,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.password.sc-z-modal-login z-input.sc-z-modal-login{margin-bottom:var(--space-unit)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>z-link.forget.sc-z-modal-login{font-size:12px;align-self:flex-end}div.wrapper>form>div.login.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>form.sc-z-modal-login>div.login.sc-z-modal-login z-button.sc-z-modal-login{margin:calc(var(--space-unit) * 3) 0;align-self:flex-start}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>hr.sc-z-modal-login{width:100%;margin-bottom:calc(var(--space-unit) * 3);border:none;border-top:var(--border-size-medium) solid var(--bg-grey-200);margin-block-start:unset}div.wrapper>div.signup.sc-z-modal-login-s>z-button,.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.signup.sc-z-modal-login z-button.sc-z-modal-login{display:inline-block;margin:calc(var(--space-unit) * 2) 0}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}slot-fb[name=\"provider\"].sc-z-modal-login{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:calc(var(--space-unit) * 2) 0px}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{padding-top:calc(var(--space-unit) * 2)}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}.sc-z-modal-login-h div.wrapper.sc-z-modal-login>div.providers.sc-z-modal-login .zd.sc-z-modal-login>svg.sc-z-modal-login{margin-right:var(--space-unit)}@media only screen and (min-width: 768px){z-button.sc-z-modal-login,.sc-z-modal-login-s>z-button{width:initial}.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:396px;padding:calc(var(--space-unit) * 3)}.sc-z-modal-login-h div.providers.sc-z-modal-login{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}.sc-z-modal-login-h div.providers.sc-z-modal-login>z-body.sc-z-modal-login{grid-column-start:1;grid-column-end:3;padding-bottom:var(--space-unit)}.sc-z-modal-login-s>[slot=\"provider\"]{width:100%}slot-fb[name=\"provider\"].sc-z-modal-login{grid-column-start:1;grid-column-end:3;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:var(--space-unit);justify-content:center;align-items:center}slot-fb[name=\"provider\"].sc-z-modal-login>*.sc-z-modal-login{width:100%}}@media only screen and (min-width: 1366px){.sc-z-modal-login-h div.wrapper.sc-z-modal-login{width:477px;padding:calc(var(--space-unit) * 4)}}";
|
|
5
5
|
|
|
@@ -60,7 +60,7 @@ const zModalLogin = class {
|
|
|
60
60
|
return (h("z-button", { variant: ButtonVariantEnum.secondary, onClick: () => this.emitZainoDigitaleClick(), class: "zainoDigitale" }, h("div", { class: "zd" }, h("svg", { width: "18px", height: "24px", viewBox: "0 0 18 24" }, h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, h("g", { transform: "translate(-313.000000, -329.000000)", fill: "#E2001A", "fill-rule": "nonzero" }, h("g", { transform: "translate(25.000000, 191.000000)" }, h("g", null, h("g", { transform: "translate(0.000000, 100.000000)" }, h("g", null, h("g", { transform: "translate(276.000000, 28.000000)" }, h("path", { d: "M29.8953704,30.5632326 C29.9143039,30.3327754 29.5356326,30.0447041 29.1380277,29.8142469 C29.2516291,28.7963947 29.4409647,26.9719425 29.2705626,26.3189807 C29.0433598,25.416357 28.3428178,24.8018047 28.380685,23.822362 C28.4185521,22.8429193 28.1913493,16.5437582 27.0364017,15.1802202 C26.1654576,14.162368 25.4649156,12.8372396 23.4390239,12.2418921 C23.4390239,12.0498445 23.4390239,11.8770016 23.4200903,11.7425683 C23.3822232,10.9167637 21.9622056,10.090959 21.6214014,10.0525495 C21.2805972,10.01414 20.371786,9.95652568 20.0309818,10.0525495 C19.6901775,10.1293685 19.0464362,11.128016 18.7434992,11.4352922 C18.5920306,11.5889302 18.5541635,11.9538207 18.5730971,12.3187111 C17.437083,12.6836015 16.1306669,13.4325871 15.4490584,14.9497631 C14.2941108,17.676839 13.4799674,18.9251483 13.6693031,24.1680477 C13.5935688,25.1090809 13.2906318,25.6084046 13.1012961,25.6852237 C12.9119604,25.7620427 12.798359,25.9156808 12.7604919,26.1077284 C12.7226247,26.2805712 12.5522226,28.37389 12.7415583,29.8718612 C12.3818205,30.1023183 12.0788834,30.3519802 12.097817,30.5632326 C12.1546177,31.0625563 11.8516806,31.7731324 12.097817,32.0612038 C12.230352,32.2148419 12.7226247,32.5413228 13.3284989,32.8293942 C13.6125024,33.4631512 14.199443,33.9240655 15.467992,33.9816797 C18.1565586,34.0584988 26.2601254,33.8664512 26.5630625,33.9048607 C26.847066,33.9432702 28.4374857,34.0008845 28.683622,32.8293942 C29.2894962,32.5413228 29.781769,32.2148419 29.9143039,32.0612038 C30.1415067,31.7731324 29.8385697,31.0625563 29.8953704,30.5632326 Z M12.0319858,31.2 C12.1173988,31.1230769 12.3736379,31.0461538 12.743761,31 C12.857645,31.3230769 12.914587,31.6615385 13,32 C12.4021089,31.8153846 11.8611598,31.5692308 12.0319858,31.2 Z M21.1618497,12.8394441 C21.1618497,12.8394441 20.6763006,12.8165075 20,13 L20,12.9770634 C20,12.5642053 20.3121387,11.3256309 20.3988439,11.1192018 C20.4855491,10.9127728 21.265896,11.0274556 21.8554913,11.0733287 C22.6358382,11.0503922 22.4624277,11.2568212 22.8092486,11.9907912 C22.9306358,12.2889666 22.982659,12.6559516 23,13 C22.4797688,12.8623806 21.8728324,12.8165075 21.1618497,12.8394441 Z M28.3324094,30 C28.6648189,30.0833333 28.9085858,30.2222222 28.9750677,30.3888889 C29.1301921,31.1666667 28.5318551,31.6388889 28,32 C28.0221606,31.5 28.0664819,31.1111111 28.0664819,31.1111111 L28.2437669,30.6111111 L28.3324094,30 Z M21.8571429,23 L21.8571429,23.8 L22.7142857,23.8 L22.7142857,24.6 L23.5714286,24.6 L23.5714286,25.4 L24.4285714,25.4 L24.4285714,26.2 L25.2857143,26.2 L25.2857143,27 L26.1428571,27 L26.1428571,27.8 L27,27.8 L27,28.6 L24.4285714,28.6 L24.4285714,29.4 L25.2857143,29.4 L25.2857143,31 L24.4285714,31 L24.4285714,30.2 L23.5714286,30.2 L23.5714286,29.4 L22.7142857,29.4 L22.7142857,30.2 L21.8571429,30.2 L21.8571429,31 L21,31 L21,23 L21.8571429,23 Z" }))))))))), h("span", null, "ZAINO DIGITALE"))));
|
|
61
61
|
}
|
|
62
62
|
render() {
|
|
63
|
-
return (h("z-modal", { modaltitle: this.heading }, h("div", { class: "wrapper", slot: "modalContent" }, h("form", { method: "post" }, h("div", { class: "username" }, h("slot", { name: "username" }, h("z-input", { id: "username", label: "email o numero di cellulare", placeholder: "Inserisci l'email o il cellulare", autocomplete: "username", name: "username", status: this.status, message: this.message, onKeyUp: (e) => this.handleInputKeyUp(e), onInputChange: () => (this.status = null) }))), h("div", { class: "password" }, h("slot", { name: "password" }, h("z-input", { id: "password", label: "password", placeholder: "Inserisci la tua password", type: "password", name: "password", autocomplete: "current-password", status: this.status, onKeyUp: (e) => this.handleInputKeyUp(e), onInputChange: () => (this.status = null) }))), h("z-link", { class: "forget", href:
|
|
63
|
+
return (h("z-modal", { modaltitle: this.heading }, h("div", { class: "wrapper", slot: "modalContent" }, h("form", { method: "post" }, h("div", { class: "username" }, h("slot", { name: "username" }, h("z-input", { id: "username", label: "email o numero di cellulare", placeholder: "Inserisci l'email o il cellulare", autocomplete: "username", name: "username", status: this.status, message: this.message, onKeyUp: (e) => this.handleInputKeyUp(e), onInputChange: () => (this.status = null) }))), h("div", { class: "password" }, h("slot", { name: "password" }, h("z-input", { id: "password", label: "password", placeholder: "Inserisci la tua password", type: "password", name: "password", autocomplete: "current-password", status: this.status, onKeyUp: (e) => this.handleInputKeyUp(e), onInputChange: () => (this.status = null) }))), h("z-link", { class: "forget", href: this.forgotPasswordUrl }, "Password dimenticata?"), h("div", { class: "login" }, h("slot", { name: "login" }, h("z-button", { variant: ButtonVariantEnum.primary, onClick: () => this.emitLoginSubmit() }, "Accedi")))), h("hr", null), h("z-body", { class: "signup", level: 4, variant: "semibold" }, "Non hai ancora un account?"), h("div", { class: "signup" }, h("slot", { name: "signup" }, h("z-button", { variant: ButtonVariantEnum.secondary, onClick: () => this.emitSignupClick() }, "Registrati"))), !this.externalProviderCheck && (h("div", { class: "providers" }, h("z-body", { class: "provider", level: 5, variant: "regular" }, "OPPURE ACCEDI CON:"), h("slot", { name: "provider" }, this.renderZainoDigitaleButton(), h("z-link", { icon: "informationsource", href: "https://www.zainodigitale.it/#/landing" }, "Cos'\u00E8 Zaino Digitale?")))))));
|
|
64
64
|
}
|
|
65
65
|
get hostElement() { return getElement(this); }
|
|
66
66
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-6eb9a735.js';
|
|
2
|
-
import { a as ButtonVariantEnum } from './index-
|
|
2
|
+
import { a as ButtonVariantEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}:host>div{position:relative;height:522px;width:100%;transition:-webkit-transform 0.5s ease-out;transition:transform 0.5s ease-out;transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out}:host>div .content{position:relative;height:522px;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform 0.5s ease-out;transition:transform 0.5s ease-out;transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out;z-index:2}:host>div .content.flipped{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);margin-top:-2px}:host>div .front,:host>div .back{position:absolute;height:100%;width:100%;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}:host>div .front{z-index:2;top:0;left:0;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}:host>div .front z-button{position:absolute;z-index:3;top:calc(var(--space-unit) * 0.5);left:calc(-1 * var(--space-unit))}:host>div .back{padding:0 var(--space-unit);margin-left:calc(-1 * var(--space-unit));z-index:1;top:0;left:0;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);display:flex;justify-content:center}.hideInfo{display:none}";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-6eb9a735.js';
|
|
2
|
-
import { o as TooltipPosition } from './index-
|
|
3
|
-
import { h as handleKeyboardSubmit } from './utils-
|
|
2
|
+
import { o as TooltipPosition } from './index-98ce8389.js';
|
|
3
|
+
import { h as handleKeyboardSubmit } from './utils-c7b22832.js';
|
|
4
4
|
import './breakpoints-c386984e.js';
|
|
5
5
|
|
|
6
6
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);width:100%}:host>div{background:var(--color-surface01);width:calc(100% + calc(var(--space-unit) * 2));margin-left:calc(-1 * var(--space-unit));height:402px;border:var(--border-size-small) solid var(--color-primary01);box-shadow:0px 2px 4px 0px rgba(66, 69, 72, 0.35);border-radius:0px;box-sizing:border-box;padding:calc(var(--space-unit) * 2) calc(var(--space-unit) * 3);position:relative}:host>div>z-icon{fill:var(--color-primary01);cursor:pointer;position:absolute;top:var(--space-unit);right:var(--space-unit)}:host>div{display:grid}:host>div>div.cta-wrapper{align-self:end;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between}:host>div>div.content-wrapper{overflow:hidden;position:relative;align-self:stretch}:host>div>div.content-wrapper>section{border-bottom:var(--border-size-small) solid var(--color-surface04);color:var(--color-surface05);padding:var(--space-unit) 0;font-size:14px;line-height:20px;box-sizing:border-box}:host>div>div.content-wrapper>section:last-child{border-bottom:none}:host>div>div.content-wrapper>section.info-wrapper{position:relative;overflow:hidden;box-sizing:border-box}:host>div>div.content-wrapper>section.info-wrapper.hidden:after{background:linear-gradient(\n 180deg,\n rgba(255, 0, 0, 0),\n rgba(255, 0, 0, 0) 60%,\n white\n );content:\"\";position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0}:host>div>div.content-wrapper>section>span.license-heading{display:flex;justify-content:space-between}:host>div>div.content-wrapper>section>span.license-heading>span.expired{color:var(--color-secondary02);font-size:12px;font-weight:600}:host>div>div.content-wrapper>section>span.license-heading>span.expiring{color:var(--color-warning01);font-size:12px;font-weight:600}:host>div>div.content-wrapper>z-tooltip{position:absolute;top:0px;left:calc(var(--space-unit) * 4)}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { q as TabOrientationEnum, r as TabSizeEnum } from './index-
|
|
2
|
+
import { q as TabOrientationEnum, r as TabSizeEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{--safe-scroll-area:4px;--negative-safe-scroll-area:calc(-1 * var(--safe-scroll-area));position:relative;display:flex;flex-direction:row;z-index:0;margin:var(--negative-safe-scroll-area);padding:var(--safe-scroll-area);font-family:var(--font-family-sans);font-weight:var(--font-rg);overflow:hidden}:host,:host *,::slotted(*){box-sizing:border-box}::-webkit-scrollbar{display:none}button.navigation{position:absolute;display:flex;align-items:center;justify-content:center;margin:0;padding:0;background:var(--color-white);border:none;outline:none;fill:var(--color-primary01);border-radius:var(--border-no-radius);cursor:pointer;z-index:1}button.navigation:focus{fill:var(--color-primary01);box-shadow:var(--shadow-focus-primary)}button.navigation:disabled{display:none}nav{display:flex;align-items:center;justify-content:flex-start;overflow:auto;margin:var(--negative-safe-scroll-area);padding:var(--safe-scroll-area);scroll-padding:var(--safe-scroll-area);scrollbar-width:none}:host([orientation='horizontal']) nav{width:100%}:host([orientation='horizontal']) button.navigation{top:0;height:100%;width:calc((var(--space-unit) * 4) + var(--safe-scroll-area))}:host([orientation='horizontal']) button.navigation:first-child{left:0;padding-left:var(--safe-scroll-area);box-shadow:5px 0px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='horizontal']) button.navigation:last-child{right:0;padding-right:4px;box-shadow:-5px 0px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='vertical']){flex-direction:column}:host([orientation='vertical']) nav{flex-direction:column;align-items:stretch;height:100%}:host([orientation='vertical']) button.navigation{left:0;width:100%;height:calc((var(--space-unit) * 4) + var(--safe-scroll-area))}:host([orientation='vertical']) button.navigation:first-child{top:0;padding-top:var(--safe-scroll-area);box-shadow:0px 5px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([orientation='vertical']) button.navigation:last-child{bottom:0;padding-bottom:var(--safe-scroll-area);box-shadow:0px -5px var(--safe-scroll-area) var(--negative-safe-scroll-area) rgba(66, 69, 72, 0.40)}:host([size='small'][orientation='vertical']) button.navigation{height:calc(var(--space-unit) * 4)}";
|
|
5
5
|
|
package/dist/esm/z-otp.entry.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-6eb9a735.js';
|
|
2
|
-
import { m as InputStatusEnum } from './index-
|
|
2
|
+
import { m as InputStatusEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg)}.digits-container{display:flex;justify-content:flex-start}input{height:72px;width:calc(var(--space-unit) * 5);font-size:32px;font-weight:300;font-family:var(--font-family-sans);text-align:center;caret-color:transparent;box-sizing:border-box;padding:0;color:var(--color-surface05)}input.error{border:1px solid;border-radius:4px;border-color:var(--color-error01);background-color:var(--color-error-inverse)}input:not(:last-of-type){margin-right:var(--space-unit)}@media only screen and (min-width: 768px){input:not(:last-of-type){margin-right:calc(var(--space-unit) * 2)}}@media only screen and (min-width: 1025px){input{width:calc(var(--space-unit) * 6)}}";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { p as PocketStatusEnum } from './index-
|
|
3
|
-
import { h as handleKeyboardSubmit } from './utils-
|
|
2
|
+
import { p as PocketStatusEnum } from './index-98ce8389.js';
|
|
3
|
+
import { h as handleKeyboardSubmit } from './utils-c7b22832.js';
|
|
4
4
|
import { h as hammer } from './hammer-c807d0b5.js';
|
|
5
5
|
import './breakpoints-c386984e.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { D as DeviceEnum } from './index-
|
|
3
|
-
import { b as convertJson, d as getDevice, h as handleKeyboardSubmit } from './utils-
|
|
2
|
+
import { D as DeviceEnum } from './index-98ce8389.js';
|
|
3
|
+
import { b as convertJson, d as getDevice, h as handleKeyboardSubmit } from './utils-c7b22832.js';
|
|
4
4
|
import './breakpoints-c386984e.js';
|
|
5
5
|
|
|
6
6
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);display:block;width:inherit}:host>div{display:flex;flex-direction:column;width:inherit}main{position:relative;overflow:hidden;width:100%}main z-icon.scroll{position:absolute;top:50%;width:auto;cursor:pointer;transition:0.6s ease;margin:0 var(--space-unit);fill:var(--color-primary01);z-index:10}main .scroll.disabled{opacity:50%;pointer-events:none}main .scroll.right{right:0}#slides{display:flex;flex-wrap:wrap;transition:all 300ms;line-height:0px;overflow-y:hidden}footer{height:56px;width:100%;align-items:center;display:grid;grid-template-columns:2;grid-template-rows:2;grid-template-areas:\"center center\" \"left right\";border-top:var(--border-base) solid var(--color-surface02)}footer>div{align-items:center;width:100%}footer .footerCenter{grid-area:center}footer .footerLeft{grid-area:left}footer .footerRight{grid-area:right}footer .bulletContainer{display:flex;margin:0 auto;justify-content:center;align-items:center;min-height:60px}footer .bulletContainer .bullet{width:8px;height:8px;border-radius:50%;background-color:var(--bg-neutral-150);margin:var(--space-unit) 2px;pointer-events:none}footer .bulletContainer .bullet.selected{background-color:var(--bg-neutral-400)}@media only screen and (min-width: 768px){footer{grid-template-columns:1fr 2fr 1fr;grid-template-rows:1;grid-template-areas:\"left center right\";height:76px;border-top:var(--border-base) solid var(--color-surface02)}footer .bulletContainer .bullet{width:10px;height:10px;margin:var(--space-unit) 3px}}@media only screen and (min-width: 1025px){main z-icon.scroll{margin:0 10px}footer .bulletContainer .bullet{width:16px;height:16px;margin:var(--space-unit) calc(var(--space-unit) * 0.5);pointer-events:auto;cursor:pointer}}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { t as ToastNotificationPositionsEnum } from './index-
|
|
2
|
+
import { t as ToastNotificationPositionsEnum } from './index-98ce8389.js';
|
|
3
3
|
|
|
4
4
|
const stylesCss = ":host{font-family:var(--font-family-sans);font-weight:var(--font-rg);position:fixed;display:flex;flex-direction:column;flex-wrap:nowrap;z-index:10000;margin-bottom:calc(var(--space-unit) * 2);margin-top:calc(var(--space-unit) * 2)}::slotted(z-toast-notification){width:100vw}::slotted(:not(:last-child)){margin-bottom:calc(var(--space-unit) * 1)}:host(.bottom-centre),:host(.bottom-right),:host(.bottom-left){justify-content:flex-end;align-items:flex-end;bottom:0}:host(.top-left),:host(.top-right),:host(.top-centre){justify-content:flex-start;align-items:flex-start;top:0}@media only screen and (min-width: 768px){:host{margin:calc(var(--space-unit) * 3)}:host(.top-centre){justify-content:flex-start;align-items:center;top:0;left:50%;transform:translateX(-50%)}:host(.top-left){justify-content:flex-start;align-items:flex-start;top:0;left:0}:host(.top-right){justify-content:flex-start;align-items:flex-end;top:0;right:0}:host(.bottom-centre){justify-content:flex-end;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}:host(.bottom-right){justify-content:flex-end;align-items:flex-end;bottom:0;right:0}:host(.bottom-left){justify-content:flex-end;align-items:flex-start;bottom:0;left:0}::slotted(z-toast-notification){width:50vw}}@media only screen and (min-width: 1366px){:host{margin:calc(var(--space-unit) * 4)}::slotted(z-toast-notification){width:33vw}}";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-6eb9a735.js';
|
|
2
|
-
import { s as ToastNotificationTransitionsEnum } from './index-
|
|
2
|
+
import { s as ToastNotificationTransitionsEnum } from './index-98ce8389.js';
|
|
3
3
|
import { m as mobileBreakpoint } from './breakpoints-c386984e.js';
|
|
4
4
|
import { h as hammer } from './hammer-c807d0b5.js';
|
|
5
5
|
|
|
@@ -224,11 +224,12 @@ export declare enum TableHeaderSize {
|
|
|
224
224
|
large = "large",
|
|
225
225
|
special = "special"
|
|
226
226
|
}
|
|
227
|
-
export declare enum
|
|
227
|
+
export declare enum SortDirectionEnum {
|
|
228
228
|
asc = "asc",
|
|
229
229
|
desc = "desc",
|
|
230
230
|
none = "none"
|
|
231
231
|
}
|
|
232
|
+
export declare type SortDirection = SortDirectionEnum;
|
|
232
233
|
export declare enum AvatarSize {
|
|
233
234
|
small = "small",
|
|
234
235
|
medium = "medium",
|
|
@@ -10,6 +10,8 @@ import { InputStatusBean } from "../../../beans";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class zModalLogin {
|
|
12
12
|
hostElement: HostElement;
|
|
13
|
+
/** Forgot Password Url */
|
|
14
|
+
forgotPasswordUrl: string;
|
|
13
15
|
/** Login modal title */
|
|
14
16
|
heading?: string;
|
|
15
17
|
/** Username/password input status */
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
import { HostElement } from "../../../stencil-public-runtime";
|
|
2
3
|
/**
|
|
3
4
|
* @slot - link content
|
|
4
5
|
*/
|
|
@@ -18,16 +19,23 @@ export declare class ZLink {
|
|
|
18
19
|
/** white variant flag (optional) */
|
|
19
20
|
iswhite?: boolean;
|
|
20
21
|
/** link text variant (optional) */
|
|
21
|
-
textcolor?: "
|
|
22
|
+
textcolor?: "primary" | "inverse" | "white" | "black";
|
|
22
23
|
/** link icon name (optional) */
|
|
23
24
|
icon?: string;
|
|
24
25
|
/** big link version */
|
|
25
26
|
big?: boolean;
|
|
27
|
+
/** link icon position (optional) */
|
|
28
|
+
iconposition?: "left" | "right";
|
|
29
|
+
/** draw underline on text (optional) */
|
|
30
|
+
underline?: boolean;
|
|
26
31
|
/** emitted on link click, returns linkId */
|
|
27
32
|
zLinkClick: EventEmitter;
|
|
33
|
+
hostElement: HostElement;
|
|
34
|
+
iconSize: number;
|
|
28
35
|
constructor();
|
|
29
36
|
componentWillRender(): void;
|
|
30
37
|
emitZLinkClick(e: MouseEvent, linkId: any): void;
|
|
31
38
|
emitZLinkInteraction(e: Event, linkId: string): void;
|
|
39
|
+
componentDidRender(): void;
|
|
32
40
|
render(): any;
|
|
33
41
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class ZContextualMenu {
|
|
3
3
|
/**
|
|
4
|
-
* elements of
|
|
4
|
+
* elements of ZContextualMenu
|
|
5
5
|
*/
|
|
6
6
|
elements?: string;
|
|
7
7
|
/**
|
|
8
|
-
* [optional] Sets text color of
|
|
8
|
+
* [optional] Sets text color of ZContextualMenu's content
|
|
9
9
|
*/
|
|
10
10
|
color?: string;
|
|
11
11
|
/** remove filter click event, returns filterid */
|
|
12
12
|
clickContextualMenu: EventEmitter;
|
|
13
13
|
private jsonElements;
|
|
14
|
-
|
|
14
|
+
componentWillRender(): void;
|
|
15
15
|
showIcon(): boolean;
|
|
16
16
|
render(): any;
|
|
17
17
|
}
|
|
@@ -6,20 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { AlertTypes, LicenseTypeEnum, MenuItem as MenuItem1, TooltipPosition } from "./beans/index";
|
|
9
|
-
import { AvatarSize, ButtonSizeEnum, ButtonVariantBean, CardVariants, ComboItemBean, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, HeaderUserData, InputStatusBean, InputTypeBean, ListDividerType, ListSize, MenuItem, NotificationType, PocketStatus, PopoverBorderRadius, PopoverPosition, PopoverShadow, SelectItemBean, StatusTagStatus, TableHeaderSize, TabOrientationBean, TabSizeBean, ThemeVariant, ThemeVariantBean, ToastNotificationPositionsTypes, ToastNotificationTransitionTypes, ToastNotificationTypes } from "./beans";
|
|
9
|
+
import { AvatarSize, ButtonSizeEnum, ButtonVariantBean, CardVariants, ComboItemBean, DictionaryData, DividerOrientation, DividerSize, ExpandableListButtonAlign, ExpandableListStyle, HeaderUserData, InputStatusBean, InputTypeBean, ListDividerType, ListSize, MenuItem, NotificationType, PocketStatus, PopoverBorderRadius, PopoverPosition, PopoverShadow, SelectItemBean, SortDirection, StatusTagStatus, TableHeaderSize, TabOrientationBean, TabSizeBean, ThemeVariant, ThemeVariantBean, ToastNotificationPositionsTypes, ToastNotificationTransitionTypes, ToastNotificationTypes } from "./beans";
|
|
10
10
|
import { ListItemBean } from "./beans/index.js";
|
|
11
11
|
import { ZTypographyLevels } from "./components/typography/z-typography/index";
|
|
12
12
|
export namespace Components {
|
|
13
|
-
interface ContextualMenu {
|
|
14
|
-
/**
|
|
15
|
-
* [optional] Sets text color of ContextualMenu's content
|
|
16
|
-
*/
|
|
17
|
-
"color"?: string;
|
|
18
|
-
/**
|
|
19
|
-
* elements of ContextualMenu
|
|
20
|
-
*/
|
|
21
|
-
"elements"?: string;
|
|
22
|
-
}
|
|
23
13
|
interface ZAlert {
|
|
24
14
|
/**
|
|
25
15
|
* alert variant type
|
|
@@ -272,6 +262,16 @@ export namespace Components {
|
|
|
272
262
|
*/
|
|
273
263
|
"uncheckalltext"?: string;
|
|
274
264
|
}
|
|
265
|
+
interface ZContextualMenu {
|
|
266
|
+
/**
|
|
267
|
+
* [optional] Sets text color of ZContextualMenu's content
|
|
268
|
+
*/
|
|
269
|
+
"color"?: string;
|
|
270
|
+
/**
|
|
271
|
+
* elements of ZContextualMenu
|
|
272
|
+
*/
|
|
273
|
+
"elements"?: string;
|
|
274
|
+
}
|
|
275
275
|
interface ZCookiebar {
|
|
276
276
|
/**
|
|
277
277
|
* callback to handle ok button action (optional)
|
|
@@ -554,6 +554,10 @@ export namespace Components {
|
|
|
554
554
|
* link icon name (optional)
|
|
555
555
|
*/
|
|
556
556
|
"icon"?: string;
|
|
557
|
+
/**
|
|
558
|
+
* link icon position (optional)
|
|
559
|
+
*/
|
|
560
|
+
"iconposition"?: "left" | "right";
|
|
557
561
|
/**
|
|
558
562
|
* active link flag (optional)
|
|
559
563
|
*/
|
|
@@ -573,7 +577,11 @@ export namespace Components {
|
|
|
573
577
|
/**
|
|
574
578
|
* link text variant (optional)
|
|
575
579
|
*/
|
|
576
|
-
"textcolor"?: "
|
|
580
|
+
"textcolor"?: "primary"| "inverse" | "white" | "black";
|
|
581
|
+
/**
|
|
582
|
+
* draw underline on text (optional)
|
|
583
|
+
*/
|
|
584
|
+
"underline"?: boolean;
|
|
577
585
|
}
|
|
578
586
|
interface ZList {
|
|
579
587
|
/**
|
|
@@ -619,7 +627,7 @@ export namespace Components {
|
|
|
619
627
|
*/
|
|
620
628
|
"expandableStyle"?: ExpandableListStyle;
|
|
621
629
|
/**
|
|
622
|
-
* [optional] If is used in
|
|
630
|
+
* [optional] If is used in ZContextualMenu component
|
|
623
631
|
*/
|
|
624
632
|
"isContextualMenu"?: boolean;
|
|
625
633
|
"listElementId"?: number;
|
|
@@ -730,6 +738,10 @@ export namespace Components {
|
|
|
730
738
|
"modaltitle"?: string;
|
|
731
739
|
}
|
|
732
740
|
interface ZModalLogin {
|
|
741
|
+
/**
|
|
742
|
+
* Forgot Password Url
|
|
743
|
+
*/
|
|
744
|
+
"forgotPasswordUrl": string;
|
|
733
745
|
/**
|
|
734
746
|
* Login modal title
|
|
735
747
|
*/
|
|
@@ -1199,6 +1211,7 @@ export namespace Components {
|
|
|
1199
1211
|
* [Optional] Padding of the header
|
|
1200
1212
|
*/
|
|
1201
1213
|
"size"?: TableHeaderSize;
|
|
1214
|
+
"sortDirection": SortDirection;
|
|
1202
1215
|
/**
|
|
1203
1216
|
* [Optional] Make the header sortable
|
|
1204
1217
|
*/
|
|
@@ -1444,12 +1457,6 @@ export namespace Components {
|
|
|
1444
1457
|
}
|
|
1445
1458
|
}
|
|
1446
1459
|
declare global {
|
|
1447
|
-
interface HTMLContextualMenuElement extends Components.ContextualMenu, HTMLStencilElement {
|
|
1448
|
-
}
|
|
1449
|
-
var HTMLContextualMenuElement: {
|
|
1450
|
-
prototype: HTMLContextualMenuElement;
|
|
1451
|
-
new (): HTMLContextualMenuElement;
|
|
1452
|
-
};
|
|
1453
1460
|
interface HTMLZAlertElement extends Components.ZAlert, HTMLStencilElement {
|
|
1454
1461
|
}
|
|
1455
1462
|
var HTMLZAlertElement: {
|
|
@@ -1528,6 +1535,12 @@ declare global {
|
|
|
1528
1535
|
prototype: HTMLZComboboxElement;
|
|
1529
1536
|
new (): HTMLZComboboxElement;
|
|
1530
1537
|
};
|
|
1538
|
+
interface HTMLZContextualMenuElement extends Components.ZContextualMenu, HTMLStencilElement {
|
|
1539
|
+
}
|
|
1540
|
+
var HTMLZContextualMenuElement: {
|
|
1541
|
+
prototype: HTMLZContextualMenuElement;
|
|
1542
|
+
new (): HTMLZContextualMenuElement;
|
|
1543
|
+
};
|
|
1531
1544
|
interface HTMLZCookiebarElement extends Components.ZCookiebar, HTMLStencilElement {
|
|
1532
1545
|
}
|
|
1533
1546
|
var HTMLZCookiebarElement: {
|
|
@@ -1967,7 +1980,6 @@ declare global {
|
|
|
1967
1980
|
new (): HTMLZUserDropdownElement;
|
|
1968
1981
|
};
|
|
1969
1982
|
interface HTMLElementTagNameMap {
|
|
1970
|
-
"contextual-menu": HTMLContextualMenuElement;
|
|
1971
1983
|
"z-alert": HTMLZAlertElement;
|
|
1972
1984
|
"z-app-header": HTMLZAppHeaderElement;
|
|
1973
1985
|
"z-app-switcher": HTMLZAppSwitcherElement;
|
|
@@ -1981,6 +1993,7 @@ declare global {
|
|
|
1981
1993
|
"z-card": HTMLZCardElement;
|
|
1982
1994
|
"z-chip": HTMLZChipElement;
|
|
1983
1995
|
"z-combobox": HTMLZComboboxElement;
|
|
1996
|
+
"z-contextual-menu": HTMLZContextualMenuElement;
|
|
1984
1997
|
"z-cookiebar": HTMLZCookiebarElement;
|
|
1985
1998
|
"z-divider": HTMLZDividerElement;
|
|
1986
1999
|
"z-footer": HTMLZFooterElement;
|
|
@@ -2057,20 +2070,6 @@ declare global {
|
|
|
2057
2070
|
}
|
|
2058
2071
|
}
|
|
2059
2072
|
declare namespace LocalJSX {
|
|
2060
|
-
interface ContextualMenu {
|
|
2061
|
-
/**
|
|
2062
|
-
* [optional] Sets text color of ContextualMenu's content
|
|
2063
|
-
*/
|
|
2064
|
-
"color"?: string;
|
|
2065
|
-
/**
|
|
2066
|
-
* elements of ContextualMenu
|
|
2067
|
-
*/
|
|
2068
|
-
"elements"?: string;
|
|
2069
|
-
/**
|
|
2070
|
-
* remove filter click event, returns filterid
|
|
2071
|
-
*/
|
|
2072
|
-
"onClickContextualMenu"?: (event: CustomEvent<any>) => void;
|
|
2073
|
-
}
|
|
2074
2073
|
interface ZAlert {
|
|
2075
2074
|
/**
|
|
2076
2075
|
* alert variant type
|
|
@@ -2343,6 +2342,20 @@ declare namespace LocalJSX {
|
|
|
2343
2342
|
*/
|
|
2344
2343
|
"uncheckalltext"?: string;
|
|
2345
2344
|
}
|
|
2345
|
+
interface ZContextualMenu {
|
|
2346
|
+
/**
|
|
2347
|
+
* [optional] Sets text color of ZContextualMenu's content
|
|
2348
|
+
*/
|
|
2349
|
+
"color"?: string;
|
|
2350
|
+
/**
|
|
2351
|
+
* elements of ZContextualMenu
|
|
2352
|
+
*/
|
|
2353
|
+
"elements"?: string;
|
|
2354
|
+
/**
|
|
2355
|
+
* remove filter click event, returns filterid
|
|
2356
|
+
*/
|
|
2357
|
+
"onClickContextualMenu"?: (event: CustomEvent<any>) => void;
|
|
2358
|
+
}
|
|
2346
2359
|
interface ZCookiebar {
|
|
2347
2360
|
/**
|
|
2348
2361
|
* callback to handle ok button action (optional)
|
|
@@ -2641,6 +2654,10 @@ declare namespace LocalJSX {
|
|
|
2641
2654
|
* link icon name (optional)
|
|
2642
2655
|
*/
|
|
2643
2656
|
"icon"?: string;
|
|
2657
|
+
/**
|
|
2658
|
+
* link icon position (optional)
|
|
2659
|
+
*/
|
|
2660
|
+
"iconposition"?: "left" | "right";
|
|
2644
2661
|
/**
|
|
2645
2662
|
* active link flag (optional)
|
|
2646
2663
|
*/
|
|
@@ -2664,7 +2681,11 @@ declare namespace LocalJSX {
|
|
|
2664
2681
|
/**
|
|
2665
2682
|
* link text variant (optional)
|
|
2666
2683
|
*/
|
|
2667
|
-
"textcolor"?: "
|
|
2684
|
+
"textcolor"?: "primary"| "inverse" | "white" | "black";
|
|
2685
|
+
/**
|
|
2686
|
+
* draw underline on text (optional)
|
|
2687
|
+
*/
|
|
2688
|
+
"underline"?: boolean;
|
|
2668
2689
|
}
|
|
2669
2690
|
interface ZList {
|
|
2670
2691
|
/**
|
|
@@ -2710,7 +2731,7 @@ declare namespace LocalJSX {
|
|
|
2710
2731
|
*/
|
|
2711
2732
|
"expandableStyle"?: ExpandableListStyle;
|
|
2712
2733
|
/**
|
|
2713
|
-
* [optional] If is used in
|
|
2734
|
+
* [optional] If is used in ZContextualMenu component
|
|
2714
2735
|
*/
|
|
2715
2736
|
"isContextualMenu"?: boolean;
|
|
2716
2737
|
"listElementId"?: number;
|
|
@@ -2857,6 +2878,10 @@ declare namespace LocalJSX {
|
|
|
2857
2878
|
"onModalHeaderActive"?: (event: CustomEvent<any>) => void;
|
|
2858
2879
|
}
|
|
2859
2880
|
interface ZModalLogin {
|
|
2881
|
+
/**
|
|
2882
|
+
* Forgot Password Url
|
|
2883
|
+
*/
|
|
2884
|
+
"forgotPasswordUrl"?: string;
|
|
2860
2885
|
/**
|
|
2861
2886
|
* Login modal title
|
|
2862
2887
|
*/
|
|
@@ -3396,6 +3421,7 @@ declare namespace LocalJSX {
|
|
|
3396
3421
|
* [Optional] Padding of the header
|
|
3397
3422
|
*/
|
|
3398
3423
|
"size"?: TableHeaderSize;
|
|
3424
|
+
"sortDirection"?: SortDirection;
|
|
3399
3425
|
/**
|
|
3400
3426
|
* [Optional] Make the header sortable
|
|
3401
3427
|
*/
|
|
@@ -3653,7 +3679,6 @@ declare namespace LocalJSX {
|
|
|
3653
3679
|
"userfullname"?: string;
|
|
3654
3680
|
}
|
|
3655
3681
|
interface IntrinsicElements {
|
|
3656
|
-
"contextual-menu": ContextualMenu;
|
|
3657
3682
|
"z-alert": ZAlert;
|
|
3658
3683
|
"z-app-header": ZAppHeader;
|
|
3659
3684
|
"z-app-switcher": ZAppSwitcher;
|
|
@@ -3667,6 +3692,7 @@ declare namespace LocalJSX {
|
|
|
3667
3692
|
"z-card": ZCard;
|
|
3668
3693
|
"z-chip": ZChip;
|
|
3669
3694
|
"z-combobox": ZCombobox;
|
|
3695
|
+
"z-contextual-menu": ZContextualMenu;
|
|
3670
3696
|
"z-cookiebar": ZCookiebar;
|
|
3671
3697
|
"z-divider": ZDivider;
|
|
3672
3698
|
"z-footer": ZFooter;
|
|
@@ -3746,7 +3772,6 @@ export { LocalJSX as JSX };
|
|
|
3746
3772
|
declare module "@stencil/core" {
|
|
3747
3773
|
export namespace JSX {
|
|
3748
3774
|
interface IntrinsicElements {
|
|
3749
|
-
"contextual-menu": LocalJSX.ContextualMenu & JSXBase.HTMLAttributes<HTMLContextualMenuElement>;
|
|
3750
3775
|
"z-alert": LocalJSX.ZAlert & JSXBase.HTMLAttributes<HTMLZAlertElement>;
|
|
3751
3776
|
"z-app-header": LocalJSX.ZAppHeader & JSXBase.HTMLAttributes<HTMLZAppHeaderElement>;
|
|
3752
3777
|
"z-app-switcher": LocalJSX.ZAppSwitcher & JSXBase.HTMLAttributes<HTMLZAppSwitcherElement>;
|
|
@@ -3760,6 +3785,7 @@ declare module "@stencil/core" {
|
|
|
3760
3785
|
"z-card": LocalJSX.ZCard & JSXBase.HTMLAttributes<HTMLZCardElement>;
|
|
3761
3786
|
"z-chip": LocalJSX.ZChip & JSXBase.HTMLAttributes<HTMLZChipElement>;
|
|
3762
3787
|
"z-combobox": LocalJSX.ZCombobox & JSXBase.HTMLAttributes<HTMLZComboboxElement>;
|
|
3788
|
+
"z-contextual-menu": LocalJSX.ZContextualMenu & JSXBase.HTMLAttributes<HTMLZContextualMenuElement>;
|
|
3763
3789
|
"z-cookiebar": LocalJSX.ZCookiebar & JSXBase.HTMLAttributes<HTMLZCookiebarElement>;
|
|
3764
3790
|
"z-divider": LocalJSX.ZDivider & JSXBase.HTMLAttributes<HTMLZDividerElement>;
|
|
3765
3791
|
"z-footer": LocalJSX.ZFooter & JSXBase.HTMLAttributes<HTMLZFooterElement>;
|