blip-ds 1.266.3 → 1.266.5
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/blip-ds/bds-badge.entry.js +6 -3
- package/dist/blip-ds/bds-badge.system.entry.js +1 -1
- package/dist/blip-ds/{p-9c0e2547.system.entry.js → p-3699aa7e.system.entry.js} +1 -1
- package/dist/blip-ds/p-bb975dd8.system.js +1 -1
- package/dist/blip-ds/p-c60b8ab1.entry.js +1 -0
- package/dist/cjs/bds-badge.cjs.entry.js +6 -3
- package/dist/collection/components/badge/badge.js +7 -5
- package/dist/esm/bds-badge.entry.js +6 -3
- package/dist/esm-es5/bds-badge.entry.js +1 -1
- package/package.json +1 -1
- package/dist/blip-ds/p-07c18b82.entry.js +0 -1
|
@@ -5,23 +5,26 @@ const badgeCss = "@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140
|
|
|
5
5
|
const Badge = class {
|
|
6
6
|
constructor(hostRef) {
|
|
7
7
|
registerInstance(this, hostRef);
|
|
8
|
-
this.type = '
|
|
8
|
+
this.type = 'status';
|
|
9
9
|
this.color = 'system';
|
|
10
10
|
this.shape = 'circle';
|
|
11
11
|
this.icon = null;
|
|
12
|
-
this.number =
|
|
12
|
+
this.number = undefined;
|
|
13
13
|
this.animation = false;
|
|
14
14
|
}
|
|
15
15
|
componentWillLoad() {
|
|
16
16
|
if (this.icon === null && this.number) {
|
|
17
17
|
this.type = 'number';
|
|
18
18
|
}
|
|
19
|
-
else if (this.number
|
|
19
|
+
else if (!this.number && this.icon) {
|
|
20
20
|
this.type = 'icon';
|
|
21
21
|
}
|
|
22
22
|
else if (this.number && this.icon) {
|
|
23
23
|
this.type = 'number';
|
|
24
24
|
}
|
|
25
|
+
else if (this.number === null) {
|
|
26
|
+
this.type = 'empty';
|
|
27
|
+
}
|
|
25
28
|
}
|
|
26
29
|
render() {
|
|
27
30
|
return (h(Host, null, h("div", { class: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./index-241c9f42.system.js"],(function(e){"use strict";var t,i,
|
|
1
|
+
System.register(["./index-241c9f42.system.js"],(function(e){"use strict";var t,i,s;return{setters:[function(e){t=e.r;i=e.h;s=e.f}],execute:function(){var o='@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}@keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}.color--system{background-color:var(--color-system, #B2DFFD);color:var(--color-system, #B2DFFD)}.color--danger{background-color:var(--color-error, #f99f9f);color:var(--color-error, #f99f9f)}.color--warning{background-color:var(--color-warning, #fde99b);color:var(--color-warning, #fde99b)}.color--success{background-color:var(--color-success, #84ebbc);color:var(--color-success, #84ebbc)}.color--neutral{background-color:var(--color-surface-3, #CFCFCF);color:var(--color-surface-3, #CFCFCF)}:host{display:-ms-inline-flexbox;display:inline-flex}.chip_size{min-width:24px}.chip_badge .status{width:8px;height:8px}.chip_badge .status--circle{width:0;height:0;border:4px solid;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .status--circle-true::before{content:"";width:8px;height:8px;position:absolute;border:1px solid;border-radius:8px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .status--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid}.chip_badge .status--triangle-reverse{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid}.chip_badge .status--polygon{width:0;height:0;border:4px solid;rotate:45deg}.chip_badge .status--square{width:0;height:0;border:4px solid}.chip_badge .icon{position:relative}.chip_badge .icon bds-icon{position:absolute}.chip_badge .icon .bds-icon{color:var(--color-content-default, #454545)}.chip_badge .icon--circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .icon--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .icon--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .icon--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .icon--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .icon--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .icon--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .icon--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--square .trim{width:24px;height:24px}.chip_badge .number{display:-ms-flexbox;display:flex;height:24px;padding:0 8px;border-radius:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.chip_badge .number--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .number .number_text{color:var(--color-content-default, #454545)}.chip_badge .empty{display:-ms-flexbox;display:flex;min-height:24px;min-width:24px;position:relative}.chip_badge .empty--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--circle{border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .empty--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .empty--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .empty--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .empty--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .empty--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .empty--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--square .trim{width:24px;height:24px}';var n=e("bds_badge",function(){function e(e){t(this,e);this.type="status";this.color="system";this.shape="circle";this.icon=null;this.number=undefined;this.animation=false}e.prototype.componentWillLoad=function(){if(this.icon===null&&this.number){this.type="number"}else if(!this.number&&this.icon){this.type="icon"}else if(this.number&&this.icon){this.type="number"}else if(this.number===null){this.type="empty"}};e.prototype.render=function(){var e,t,o,n,a,r;return i(s,null,i("div",{class:(e={chip_badge:true,chip_size:this.number!==null?true:false},e["chip_badge--".concat(this.shape)]=true,e["chip_badge--".concat(this.color)]=true,e)},this.type==="status"&&i("div",{class:(t={status:true},t["status--".concat(this.shape)]=true,t["color--".concat(this.color)]=true,t["status--circle-".concat(this.animation)]=true,t)}),this.type==="icon"&&i("div",{class:(o={icon:true},o["icon--".concat(this.shape)]=true,o)},i("div",{class:(n={},n["color--".concat(this.color)]=true,n.trim=true,n["trim-".concat(this.animation)]=true,n)}),i("bds-icon",{size:"xxx-small",name:this.icon})),this.type==="number"&&i("div",{class:(a={number:true},a["color--".concat(this.color)]=true,a["number--".concat(this.animation)]=true,a)},i("bds-typo",{class:"number_text",variant:"fs-12",bold:"bold",margin:false},this.number>=999?"999+":this.number)),this.type==="empty"&&i("div",{class:(r={empty:true},r["color--".concat(this.color)]=true,r["empty--".concat(this.shape)]=true,r["empty--".concat(this.animation)]=true,r)})))};return e}());n.style=o}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-9fb71e47.system.js"],(function(e){"use strict";var t,i,
|
|
1
|
+
System.register(["./p-9fb71e47.system.js"],(function(e){"use strict";var t,i,s;return{setters:[function(e){t=e.r;i=e.h;s=e.H}],execute:function(){var o='@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}@keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}.color--system{background-color:var(--color-system, #B2DFFD);color:var(--color-system, #B2DFFD)}.color--danger{background-color:var(--color-error, #f99f9f);color:var(--color-error, #f99f9f)}.color--warning{background-color:var(--color-warning, #fde99b);color:var(--color-warning, #fde99b)}.color--success{background-color:var(--color-success, #84ebbc);color:var(--color-success, #84ebbc)}.color--neutral{background-color:var(--color-surface-3, #CFCFCF);color:var(--color-surface-3, #CFCFCF)}:host{display:-ms-inline-flexbox;display:inline-flex}.chip_size{min-width:24px}.chip_badge .status{width:8px;height:8px}.chip_badge .status--circle{width:0;height:0;border:4px solid;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .status--circle-true::before{content:"";width:8px;height:8px;position:absolute;border:1px solid;border-radius:8px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .status--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid}.chip_badge .status--triangle-reverse{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid}.chip_badge .status--polygon{width:0;height:0;border:4px solid;rotate:45deg}.chip_badge .status--square{width:0;height:0;border:4px solid}.chip_badge .icon{position:relative}.chip_badge .icon bds-icon{position:absolute}.chip_badge .icon .bds-icon{color:var(--color-content-default, #454545)}.chip_badge .icon--circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .icon--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .icon--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .icon--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .icon--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .icon--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .icon--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .icon--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--square .trim{width:24px;height:24px}.chip_badge .number{display:-ms-flexbox;display:flex;height:24px;padding:0 8px;border-radius:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.chip_badge .number--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .number .number_text{color:var(--color-content-default, #454545)}.chip_badge .empty{display:-ms-flexbox;display:flex;min-height:24px;min-width:24px;position:relative}.chip_badge .empty--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--circle{border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .empty--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .empty--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .empty--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .empty--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .empty--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .empty--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--square .trim{width:24px;height:24px}';var n=e("bds_badge",function(){function e(e){t(this,e);this.type="status";this.color="system";this.shape="circle";this.icon=null;this.number=undefined;this.animation=false}e.prototype.componentWillLoad=function(){if(this.icon===null&&this.number){this.type="number"}else if(!this.number&&this.icon){this.type="icon"}else if(this.number&&this.icon){this.type="number"}else if(this.number===null){this.type="empty"}};e.prototype.render=function(){var e,t,o,n,a,r;return i(s,null,i("div",{class:(e={chip_badge:true,chip_size:this.number!==null?true:false},e["chip_badge--".concat(this.shape)]=true,e["chip_badge--".concat(this.color)]=true,e)},this.type==="status"&&i("div",{class:(t={status:true},t["status--".concat(this.shape)]=true,t["color--".concat(this.color)]=true,t["status--circle-".concat(this.animation)]=true,t)}),this.type==="icon"&&i("div",{class:(o={icon:true},o["icon--".concat(this.shape)]=true,o)},i("div",{class:(n={},n["color--".concat(this.color)]=true,n.trim=true,n["trim-".concat(this.animation)]=true,n)}),i("bds-icon",{size:"xxx-small",name:this.icon})),this.type==="number"&&i("div",{class:(a={number:true},a["color--".concat(this.color)]=true,a["number--".concat(this.animation)]=true,a)},i("bds-typo",{class:"number_text",variant:"fs-12",bold:"bold",margin:false},this.number>=999?"999+":this.number)),this.type==="empty"&&i("div",{class:(r={empty:true},r["color--".concat(this.color)]=true,r["empty--".concat(this.shape)]=true,r["empty--".concat(this.animation)]=true,r)})))};return e}());n.style=o}}}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register(["./p-9fb71e47.system.js"],(function(e,t){"use strict";var s,a,n,o,i,d;return{setters:[function(t){s=t.p;a=t.w;n=t.d;o=t.N;i=t.a;d=t.b;e("setNonce",t.s)}],execute:function(){function e(e){var t,s,a;return(a=(s=(t=e.head)===null||t===void 0?void 0:t.querySelector('meta[name="csp-nonce"]'))===null||s===void 0?void 0:s.getAttribute("content"))!==null&&a!==void 0?a:undefined}var r=function(e){return"__sc_import_".concat(e.replace(/\s|-/g,"_"))};var l=function(){{s.$cssShim$=a.__cssshim}var e=Array.from(n.querySelectorAll("script")).find((function(e){return new RegExp("/".concat(o,"(\\.esm)?\\.js($|\\?|#)")).test(e.src)||e.getAttribute("data-stencil-namespace")===o}));var d=e["data-opts"]||{};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{d.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,a.location.href)).href;{c(d.resourcesUrl,e)}if(!a.customElements){return t.import("./p-00f61b3b.system.js").then((function(){return d}))}}return i(d)};var c=function(t,i){var d=r(o);try{a[d]=new Function("w","return import(w);//".concat(Math.random()))}catch(c){var l=new Map;a[d]=function(o){var r;var c=new URL(o,t).href;var p=l.get(c);if(!p){var b=n.createElement("script");b.type="module";b.crossOrigin=i.crossOrigin;b.src=URL.createObjectURL(new Blob(["import * as m from '".concat(c,"'; window.").concat(d,".m = m;")],{type:"application/javascript"}));var u=(r=s.$nonce$)!==null&&r!==void 0?r:e(n);if(u!=null){b.setAttribute("nonce",u)}p=new Promise((function(e){b.onload=function(){e(a[d].m);b.remove()}}));l.set(c,p);n.head.appendChild(b)}return p}}};l().then((function(e){return d(JSON.parse('[["p-74e57575.system",[[0,"bds-datepicker",{"typeOfDate":[1,"type-of-date"],"startDateLimit":[1537,"start-date-limit"],"endDateLimit":[1537,"end-date-limit"],"message":[1],"language":[1],"disabled":[1540],"valueDateSelected":[1537,"value-date-selected"],"valueEndDateSelected":[1537,"value-end-date-selected"],"dtInputStart":[1,"dt-input-start"],"dtInputEnd":[1,"dt-input-end"],"dtOutzone":[1,"dt-outzone"],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"dtSelectMonth":[1,"dt-select-month"],"dtSelectYear":[1,"dt-select-year"],"dtButtonClear":[1,"dt-button-clear"],"dtButtonConfirm":[1,"dt-button-confirm"],"open":[32],"stateSelect":[32],"dateSelected":[32],"endDateSelected":[32],"errorMsgDate":[32],"errorMsgEndDate":[32],"intoView":[32],"scrollingTop":[32],"menupositionTop":[32],"menupositionLeft":[32]}]]],["p-ab6fa52f.system",[[1,"bds-list",{"typeList":[1,"type-list"],"value":[1537],"data":[1537],"internalData":[32]}]]],["p-6261af1a.system",[[1,"bds-select-chips",{"options":[1025],"chips":[1025],"newPrefix":[513,"new-prefix"],"value":[1025],"danger":[1540],"success":[1540],"maxlength":[2],"errorMessage":[1025,"error-message"],"disabled":[516],"label":[1],"icon":[513],"duplicated":[4],"canAddNew":[4,"can-add-new"],"notFoundMessage":[1,"not-found-message"],"type":[1],"delimiters":[16],"disableSubmit":[4,"disable-submit"],"helperMessage":[1,"helper-message"],"successMessage":[1025,"success-message"],"inputName":[1,"input-name"],"placeholder":[1],"optionsPosition":[1537,"options-position"],"dataTest":[1,"data-test"],"internalOptions":[32],"isOpen":[32],"intoView":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"getChips":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]},[[9,"mousedown","handleWindow"]]]]],["p-3367f234.system",[[6,"bds-input-chips",{"chips":[1025],"type":[1],"label":[1],"maxlength":[2],"maxChipsLength":[2,"max-chips-length"],"icon":[513],"delimiters":[16],"errorMessage":[1025,"error-message"],"danger":[1540],"success":[1540],"value":[1537],"duplicated":[4],"disableSubmit":[4,"disable-submit"],"disabled":[516],"helperMessage":[1,"helper-message"],"successMessage":[1025,"success-message"],"inputName":[1,"input-name"],"placeholder":[1],"counterLength":[4,"counter-length"],"dataTest":[1,"data-test"],"dtButtonClose":[1,"dt-button-close"],"InputSize":[32],"validationDanger":[32],"inputAvalible":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"get":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]}]]],["p-11c1ec58.system",[[1,"bds-toast",{"icon":[513],"actionType":[1,"action-type"],"variant":[1],"toastTitle":[1,"toast-title"],"toastText":[1,"toast-text"],"buttonText":[1,"button-text"],"duration":[2],"buttonAction":[1,"button-action"],"show":[4],"hide":[4],"position":[1],"dtButtonAction":[1,"dt-button-action"],"dtButtonClose":[1,"dt-button-close"],"create":[64],"close":[64]}]]],["p-9631fba2.system",[[1,"bds-autocomplete",{"options":[1],"value":[1025],"selected":[1040],"danger":[516],"disabled":[516],"searchOnlyTitle":[516,"search-only-title"],"label":[1],"icon":[513],"placeholder":[1],"optionsPosition":[1,"options-position"],"clearIconOnFocus":[4,"clear-icon-on-focus"],"dataTest":[1,"data-test"],"loading":[4],"selectionType":[1,"selection-type"],"selectionTitle":[1,"selection-title"],"intoView":[32],"isPressed":[32],"isOpen":[32],"text":[32],"textMultiselect":[32],"placeholderState":[32],"internalOptions":[32],"cloneOptions":[32],"checkedOptions":[32],"isFocused":[32]},[[9,"mousedown","handleWindow"]]]]],["p-0565c14b.system",[[1,"bds-data-table",{"options":[1],"column":[1],"avatar":[4],"chips":[4],"actionArea":[4,"action-area"],"sorting":[4],"newTable":[32],"headerData":[32],"tableData":[32],"sortAscending":[32],"headerActive":[32],"deleteItem":[64]}]]],["p-89f062d2.system",[[6,"bds-input-phone-number",{"options":[16],"text":[1],"value":[1025],"danger":[1540],"success":[1540],"disabled":[516],"required":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"successMessage":[1025,"success-message"],"requiredErrorMessage":[1,"required-error-message"],"numberErrorMessage":[1,"number-error-message"],"dataTest":[1,"data-test"],"dtSelectFlag":[1,"dt-select-flag"],"label":[1],"icon":[513],"isOpen":[32],"selectedCountry":[32],"isoCode":[32],"isPressed":[32],"validationDanger":[32],"validationMesage":[32],"removeFocus":[64],"changeCountry":[64]},[[9,"mousedown","handleWindow"]]]]],["p-f883f457.system",[[1,"bds-pagination",{"pages":[2],"startedPage":[2,"started-page"],"optionsPosition":[1,"options-position"],"dtButtonInitial":[1,"dt-button-initial"],"dtButtonPrev":[1,"dt-button-prev"],"dtSelectNumber":[1,"dt-select-number"],"dtButtonNext":[1,"dt-button-next"],"dtButtonEnd":[1,"dt-button-end"],"value":[32],"openSelect":[32],"paginationNumbers":[32],"intoView":[32]}]]],["p-914a10ee.system",[[1,"bds-select",{"options":[1],"value":[1032],"danger":[516],"success":[1540],"disabled":[516],"label":[1],"icon":[513],"placeholder":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"successMessage":[1025,"success-message"],"optionsPosition":[1537,"options-position"],"dataTest":[1,"data-test"],"intoView":[32],"isOpen":[32],"text":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalOptions":[32]},[[9,"mousedown","handleWindow"]]]]],["p-82081c8f.system",[[1,"bds-upload",{"language":[1],"titleName":[1,"title-name"],"subtitle":[1],"error":[1],"multiple":[4],"accept":[1],"files":[32],"haveFiles":[32],"hover":[32],"background":[32],"size":[32]}]]],["p-73a25a89.system",[[1,"bds-accordion-header",{"accordionTitle":[1,"accordion-title"],"icon":[1],"avatarName":[1,"avatar-name"],"avatarThumb":[1,"avatar-thumb"],"isOpen":[32],"btToggleIsfocus":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-59139f0a.system",[[4,"bds-avatar-group",{"size":[1],"users":[1],"canClick":[4,"can-click"],"internalUsers":[32],"leftoversUsers":[32]}]]],["p-d3401378.system",[[1,"bds-card-color",{"name":[1],"hex":[1],"gradient":[4],"variable":[1],"lightText":[4,"light-text"]}]]],["p-e435aef0.system",[[1,"bds-menu-exibition",{"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"avatarSize":[1,"avatar-size"],"value":[1],"subtitle":[1],"description":[1],"disabled":[4]}]]],["p-e461e9ee.system",[[1,"bds-tab-group",{"contentScrollable":[4,"content-scrollable"],"align":[1],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"internalItens":[32],"isSlideTabs":[32],"alignTab":[32],"tabRefSlide":[32],"positionLeft":[32]}]]],["p-b1ad7577.system",[[1,"bds-alert-header",{"variant":[1],"icon":[513]}]]],["p-9c0e2547.system",[[1,"bds-badge",{"color":[1],"shape":[1],"icon":[1],"number":[2],"animation":[4],"type":[32]}]]],["p-ca6c332a.system",[[1,"bds-card",{"height":[1],"width":[1],"clickable":[4],"isHovered":[32],"isPressed":[32],"elevation":[32]}]]],["p-1d9ca89c.system",[[1,"bds-chip-selected",{"icon":[1],"color":[1],"size":[1],"selected":[4],"disabled":[4],"dataTest":[1,"data-test"],"isSelected":[32]},[[2,"click","handleClick"]]]]],["p-4fbc22f7.system",[[1,"bds-input-editable",{"size":[1],"expand":[4],"dataTest":[1,"data-test"],"inputName":[1,"input-name"],"value":[1537],"requiredErrorMessage":[1,"required-error-message"],"minlength":[2],"minlengthErrorMessage":[1,"minlength-error-message"],"maxlength":[2],"errorMessage":[1,"error-message"],"successMessage":[1025,"success-message"],"helperMessage":[1,"helper-message"],"placeholder":[1],"danger":[1540],"success":[1540],"dtButtonEdit":[1,"dt-button-edit"],"dtButtonClose":[1,"dt-button-close"],"dtButtonConfirm":[1,"dt-button-confirm"],"oldValue":[32],"isEditing":[32],"isValid":[32],"isPressed":[32],"isFocused":[32],"validationMesage":[32],"validationDanger":[32]}]]],["p-1d63b1e1.system",[[2,"bds-input-password",{"openEyes":[4,"open-eyes"],"value":[1537],"label":[1],"inputName":[1,"input-name"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"successMessage":[1025,"success-message"],"danger":[516],"success":[1540],"icon":[513],"disabled":[4],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"placeholder":[1],"dataTest":[1,"data-test"],"validationDanger":[32],"isPressed":[32],"validationMesage":[32]}]]],["p-91432236.system",[[1,"bds-menu-action",{"buttonText":[1,"button-text"],"subMenu":[4,"sub-menu"],"iconLeft":[1,"icon-left"],"subtitle":[1],"description":[1],"lipstick":[4],"disabled":[4],"openParentMenu":[32],"openSubMenu":[32],"positionSubMenu":[32],"stateSubMenu":[32],"delaySubMenu":[32],"zIndex":[32],"delay":[32]}]]],["p-f38a8c63.system",[[1,"bds-menu-list-item",{"color":[1],"icon":[513]}]]],["p-63e5842c.system",[[1,"bds-sidebar",{"isOpen":[1540,"is-open"],"sidebarPosition":[1,"sidebar-position"],"type":[1],"margin":[4],"width":[2],"dtOutzone":[1,"dt-outzone"],"dtButtonClose":[1,"dt-button-close"],"background":[1],"InnerSpacing":[32],"toggle":[64]}]]],["p-09c9c1d8.system",[[1,"bds-step",{"last":[4],"completed":[4],"active":[4],"disabled":[4],"index":[2],"pointer":[4],"dataTest":[1,"data-test"]}]]],["p-49a34564.system",[[6,"bds-table-th",{"sortable":[4],"arrow":[1]}]]],["p-efd69a76.system",[[4,"bds-tabs",{"align":[1]},[[0,"scrollButtonClick","onScrollButtonClick"],[16,"bdsTabChange","onSelectedTab"]]]]],["p-1f0f256a.system",[[1,"bds-warning"]]],["p-469c9f35.system",[[1,"bds-alert-body"]]],["p-1961dfa0.system",[[1,"bds-card-body"]]],["p-bae62be5.system",[[1,"bds-card-footer",{"align":[1]}]]],["p-1ddca53e.system",[[1,"bds-card-header",{"align":[1]}]]],["p-e0915070.system",[[1,"bds-card-subtitle",{"text":[1]}]]],["p-d9a3c3e3.system",[[1,"bds-card-title",{"text":[1]}]]],["p-bebfd407.system",[[1,"bds-chip",{"icon":[1],"size":[1],"variant":[1],"danger":[516],"filter":[4],"clickable":[4],"deletable":[4],"disabled":[4]}]]],["p-f5c5ab64.system",[[1,"bds-expansion-panel-header",{"text":[1]}]]],["p-a0390cb0.system",[[1,"bds-menu-separation",{"value":[1],"size":[1]}]]],["p-ece42050.system",[[1,"bds-modal",{"open":[1540],"closeButton":[1540,"close-button"],"size":[1537],"outzoneClose":[4,"outzone-close"],"dtOutzone":[1,"dt-outzone"],"dtButtonClose":[1,"dt-button-close"],"toggle":[64]}]]],["p-6e29aae2.system",[[1,"bds-modal-close-button",{"active":[1540]}]]],["p-242eedb4.system",[[1,"bds-progress-bar",{"percent":[2],"size":[1],"color":[1],"text":[1],"dataTest":[1,"data-test"]}]]],["p-b752c885.system",[[0,"bds-tab",{"group":[1],"label":[1],"active":[4],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-ced692af.system",[[6,"bds-table-cell",{"type":[1],"sortable":[4]}]]],["p-f1364635.system",[[1,"bds-accordion",{"startOpen":[4,"start-open"],"isOpen":[32],"numberElement":[32],"condition":[32],"toggle":[64],"open":[64],"close":[64],"notStart":[64],"reciveNumber":[64]}]]],["p-bcf640c0.system",[[1,"bds-accordion-body",{"isOpen":[32],"isOpenAftAnimation":[32],"heightContainer":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-36f0c491.system",[[1,"bds-accordion-group",{"collapse":[1],"closeAll":[64],"openAll":[64]}]]],["p-3dd7d902.system",[[1,"bds-alert",{"open":[1540],"dataTest":[1,"data-test"],"position":[1],"toggle":[64]}]]],["p-99c561f8.system",[[1,"bds-alert-actions"]]],["p-3d73683d.system",[[1,"bds-banner-link",{"link":[1],"dataTest":[1,"data-test"]}]]],["p-78c42f01.system",[[1,"bds-dropdown",{"activeMode":[1,"active-mode"],"open":[1540],"position":[1],"intoView":[32],"openSubMenu":[32],"stateSubMenu":[32],"zIndex":[32],"delay":[32],"toggle":[64],"setOpen":[64],"setClose":[64]}]]],["p-5d90e546.system",[[1,"bds-expansion-panel"]]],["p-961bc822.system",[[1,"bds-expansion-panel-body",{"open":[4],"text":[1]}]]],["p-7c0ea3e9.system",[[1,"bds-illustration",{"type":[1],"name":[1],"dataTest":[1,"data-test"],"IllustrationContent":[32]}]]],["p-650e3bac.system",[[1,"bds-loading-bar",{"percent":[2],"size":[1],"text":[1],"dataTest":[1,"data-test"]}]]],["p-19820edc.system",[[1,"bds-loading-page",{"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-fc62098f.system",[[1,"bds-menu",{"menu":[1],"position":[1],"open":[1540],"refElement":[32],"intoView":[32],"menupositionTop":[32],"menupositionLeft":[32],"toggle":[64]}]]],["p-b873e3e9.system",[[1,"bds-menu-list"]]],["p-ec5ce525.system",[[1,"bds-modal-action"]]],["p-5fb4ffbb.system",[[1,"bds-navbar",{"orientation":[1],"backgroundColor":[1,"background-color"],"justifyContent":[1,"justify-content"]}]]],["p-ad76b439.system",[[1,"bds-navbar-content"]]],["p-594fa993.system",[[6,"bds-radio-group",{"value":[1537]}]]],["p-0fd9825c.system",[[4,"bds-stepper",{"setActiveStep":[64],"setCompletedStep":[64],"getActiveStep":[64],"resetActiveSteps":[64],"resetCompletedSteps":[64]}]]],["p-ccdfd0b1.system",[[1,"bds-tab-item",{"numberElement":[1538,"number-element"],"label":[1],"disable":[1540],"open":[1540],"dataTest":[1,"data-test"],"reciveNumber":[64]}]]],["p-e5c7a29b.system",[[4,"bds-tab-panel",{"group":[1],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-b709555f.system",[[6,"bds-table"]]],["p-c4c15869.system",[[6,"bds-table-body"]]],["p-b9e6f8aa.system",[[6,"bds-table-header"]]],["p-020a0a76.system",[[6,"bds-table-row",{"clickable":[4],"selected":[4]}]]],["p-0847b9f7.system",[[1,"bds-list-item",{"checked":[1540],"typeList":[1,"type-list"],"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"icon":[1],"value":[1],"text":[1],"secondaryText":[1,"secondary-text"],"chips":[1025],"actionsButtons":[1025,"actions-buttons"],"clickable":[4],"active":[4],"borderRadius":[4,"border-radius"],"dataTest":[1,"data-test"],"internalChips":[32],"internalActionsButtons":[32]}]]],["p-9102006f.system",[[1,"bds-banner",{"bannerAlign":[1,"banner-align"],"buttonClose":[1,"button-close"],"context":[1],"variant":[1],"dtButtonClose":[1,"dt-button-close"],"visible":[32],"toggle":[64]}]]],["p-220889c7.system",[[1,"bds-chip-tag",{"icon":[1],"color":[1],"dataTest":[1,"data-test"]}]]],["p-f32a2e92.system",[[6,"bds-toast-container"]]],["p-55924bed.system",[[1,"bds-button",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"arrow":[4],"type":[1],"typeIcon":[513,"type-icon"],"bdsLoading":[4,"bds-loading"],"bdsLoadingVariant":[1,"bds-loading-variant"],"bdsLoadingColor":[1,"bds-loading-color"],"dataTest":[1,"data-test"]}]]],["p-fa16b221.system",[[0,"bds-counter-text",{"length":[1026],"max":[2],"active":[1028],"warning":[1040],"delete":[1040]}]]],["p-2053d6d6.system",[[1,"bds-select-option",{"value":[8],"selected":[4],"disabled":[4],"invisible":[1540],"danger":[1540],"bulkOption":[1,"bulk-option"],"slotAlign":[1,"slot-align"],"titleText":[1,"title-text"],"status":[1],"typeOption":[1537,"type-option"],"checked":[1540],"dataTest":[1,"data-test"],"toggle":[64],"toMark":[64],"markOff":[64]}],[1,"bds-checkbox",{"refer":[1],"label":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"checkBoxId":[32],"getInputElement":[64],"getValue":[64],"toggle":[64]}]]],["p-696cca65.system",[[1,"bds-datepicker-period",{"startDate":[16],"endDate":[16],"startDateSelect":[1040],"endDateSelect":[1040],"language":[1],"stateSelect":[1537,"state-select"],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"dtSelectMonth":[1,"dt-select-month"],"dtSelectYear":[1,"dt-select-year"],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"activeSelectYear":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-datepicker-single",{"endDate":[16],"startDate":[16],"dateSelect":[1040],"language":[1],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"dtSelectMonth":[1,"dt-select-month"],"dtSelectYear":[1,"dt-select-year"],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-input",{"inputName":[1,"input-name"],"type":[513],"label":[1],"placeholder":[1],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"required":[4],"pattern":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"successMessage":[1025,"success-message"],"icon":[513],"disabled":[1540],"danger":[1540],"success":[1540],"value":[1025],"counterLength":[4,"counter-length"],"counterLengthRule":[16],"isSubmit":[4,"is-submit"],"isTextarea":[4,"is-textarea"],"rows":[2],"cols":[2],"requiredErrorMessage":[1,"required-error-message"],"minlengthErrorMessage":[1,"minlength-error-message"],"minErrorMessage":[1,"min-error-message"],"maxErrorMessage":[1,"max-error-message"],"emailErrorMessage":[1,"email-error-message"],"numberErrorMessage":[1,"number-error-message"],"chips":[4],"dataTest":[1,"data-test"],"isPressed":[32],"isPassword":[32],"validationMesage":[32],"validationDanger":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"isValid":[64],"clear":[64]}]]],["p-e870f2c5.system",[[1,"bds-radio",{"refer":[1],"label":[1],"value":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"radioId":[32],"getInputElement":[64],"getValue":[64]}],[1,"bds-switch",{"refer":[1],"size":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"switchId":[32],"getInputElement":[64],"getValue":[64]}]]],["p-e12a410d.system",[[1,"bds-loading-spinner",{"variant":[1],"size":[1],"color":[1],"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-fea9f7aa.system",[[1,"bds-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"flipRtl":[4,"flip-rtl"],"name":[1],"src":[1],"icon":[8],"size":[1],"lazy":[4],"theme":[513],"type":[1],"dataTest":[1,"data-test"],"svgContent":[32],"isVisible":[32]}]]],["p-aef5b410.system",[[1,"bds-avatar",{"name":[1],"thumbnail":[1025],"size":[1],"color":[1],"upload":[4],"ellipsis":[2],"dataTest":[1,"data-test"],"hasThumb":[32]}]]],["p-28b9934a.system",[[1,"bds-chip-clickable",{"icon":[1],"avatar":[1],"color":[1],"size":[1],"clickable":[4],"close":[4],"disabled":[4],"dataTest":[1,"data-test"],"dtButtonClose":[1,"dt-button-close"],"visible":[32]}],[1,"bds-tooltip",{"tooltipText":[1025,"tooltip-text"],"disabled":[516],"position":[1],"dataTest":[1,"data-test"],"isMouseOver":[32],"textVerify":[32],"visible":[64]}]]],["p-6cb80dac.system",[[1,"bds-button-icon",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"dataTest":[1,"data-test"]}]]],["p-0d5435cb.system",[[0,"bds-test-component"],[1,"bds-theme-provider",{"theme":[1]}],[1,"bds-paper",{"elevation":[1537],"dataTest":[1,"data-test"],"border":[4],"height":[1],"width":[1],"hasBorder":[32],"constElevation":[32]}],[6,"bds-grid",{"height":[1],"direction":[1],"justifyContent":[1,"justify-content"],"flexWrap":[1,"flex-wrap"],"alignItems":[1,"align-items"],"container":[4],"containerFluid":[4,"container-fluid"],"xxs":[1],"xs":[1],"sm":[1],"md":[1],"lg":[1],"xg":[1],"xxsOffset":[1,"xxs-offset"],"xsOffset":[1,"xs-offset"],"smOffset":[1,"sm-offset"],"mdOffset":[1,"md-offset"],"lgOffset":[1,"lg-offset"],"xgOffset":[1,"xg-offset"],"gap":[1],"padding":[1],"margin":[1]}],[1,"bds-typo",{"variant":[1],"lineHeight":[1,"line-height"],"bold":[1],"italic":[4],"noWrap":[4,"no-wrap"],"paragraph":[4],"margin":[4],"tag":[1],"dataTest":[1,"data-test"]}]]]]'),e)}))}}}));
|
|
1
|
+
System.register(["./p-9fb71e47.system.js"],(function(e,t){"use strict";var s,a,n,o,i,d;return{setters:[function(t){s=t.p;a=t.w;n=t.d;o=t.N;i=t.a;d=t.b;e("setNonce",t.s)}],execute:function(){function e(e){var t,s,a;return(a=(s=(t=e.head)===null||t===void 0?void 0:t.querySelector('meta[name="csp-nonce"]'))===null||s===void 0?void 0:s.getAttribute("content"))!==null&&a!==void 0?a:undefined}var r=function(e){return"__sc_import_".concat(e.replace(/\s|-/g,"_"))};var l=function(){{s.$cssShim$=a.__cssshim}var e=Array.from(n.querySelectorAll("script")).find((function(e){return new RegExp("/".concat(o,"(\\.esm)?\\.js($|\\?|#)")).test(e.src)||e.getAttribute("data-stencil-namespace")===o}));var d=e["data-opts"]||{};if("onbeforeload"in e&&!history.scrollRestoration){return{then:function(){}}}{d.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,a.location.href)).href;{c(d.resourcesUrl,e)}if(!a.customElements){return t.import("./p-00f61b3b.system.js").then((function(){return d}))}}return i(d)};var c=function(t,i){var d=r(o);try{a[d]=new Function("w","return import(w);//".concat(Math.random()))}catch(c){var l=new Map;a[d]=function(o){var r;var c=new URL(o,t).href;var p=l.get(c);if(!p){var b=n.createElement("script");b.type="module";b.crossOrigin=i.crossOrigin;b.src=URL.createObjectURL(new Blob(["import * as m from '".concat(c,"'; window.").concat(d,".m = m;")],{type:"application/javascript"}));var u=(r=s.$nonce$)!==null&&r!==void 0?r:e(n);if(u!=null){b.setAttribute("nonce",u)}p=new Promise((function(e){b.onload=function(){e(a[d].m);b.remove()}}));l.set(c,p);n.head.appendChild(b)}return p}}};l().then((function(e){return d(JSON.parse('[["p-74e57575.system",[[0,"bds-datepicker",{"typeOfDate":[1,"type-of-date"],"startDateLimit":[1537,"start-date-limit"],"endDateLimit":[1537,"end-date-limit"],"message":[1],"language":[1],"disabled":[1540],"valueDateSelected":[1537,"value-date-selected"],"valueEndDateSelected":[1537,"value-end-date-selected"],"dtInputStart":[1,"dt-input-start"],"dtInputEnd":[1,"dt-input-end"],"dtOutzone":[1,"dt-outzone"],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"dtSelectMonth":[1,"dt-select-month"],"dtSelectYear":[1,"dt-select-year"],"dtButtonClear":[1,"dt-button-clear"],"dtButtonConfirm":[1,"dt-button-confirm"],"open":[32],"stateSelect":[32],"dateSelected":[32],"endDateSelected":[32],"errorMsgDate":[32],"errorMsgEndDate":[32],"intoView":[32],"scrollingTop":[32],"menupositionTop":[32],"menupositionLeft":[32]}]]],["p-ab6fa52f.system",[[1,"bds-list",{"typeList":[1,"type-list"],"value":[1537],"data":[1537],"internalData":[32]}]]],["p-6261af1a.system",[[1,"bds-select-chips",{"options":[1025],"chips":[1025],"newPrefix":[513,"new-prefix"],"value":[1025],"danger":[1540],"success":[1540],"maxlength":[2],"errorMessage":[1025,"error-message"],"disabled":[516],"label":[1],"icon":[513],"duplicated":[4],"canAddNew":[4,"can-add-new"],"notFoundMessage":[1,"not-found-message"],"type":[1],"delimiters":[16],"disableSubmit":[4,"disable-submit"],"helperMessage":[1,"helper-message"],"successMessage":[1025,"success-message"],"inputName":[1,"input-name"],"placeholder":[1],"optionsPosition":[1537,"options-position"],"dataTest":[1,"data-test"],"internalOptions":[32],"isOpen":[32],"intoView":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"getChips":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]},[[9,"mousedown","handleWindow"]]]]],["p-3367f234.system",[[6,"bds-input-chips",{"chips":[1025],"type":[1],"label":[1],"maxlength":[2],"maxChipsLength":[2,"max-chips-length"],"icon":[513],"delimiters":[16],"errorMessage":[1025,"error-message"],"danger":[1540],"success":[1540],"value":[1537],"duplicated":[4],"disableSubmit":[4,"disable-submit"],"disabled":[516],"helperMessage":[1,"helper-message"],"successMessage":[1025,"success-message"],"inputName":[1,"input-name"],"placeholder":[1],"counterLength":[4,"counter-length"],"dataTest":[1,"data-test"],"dtButtonClose":[1,"dt-button-close"],"InputSize":[32],"validationDanger":[32],"inputAvalible":[32],"isPressed":[32],"validationMesage":[32],"internalChips":[32],"isValid":[64],"get":[64],"clear":[64],"add":[64],"setFocus":[64],"removeFocus":[64]}]]],["p-11c1ec58.system",[[1,"bds-toast",{"icon":[513],"actionType":[1,"action-type"],"variant":[1],"toastTitle":[1,"toast-title"],"toastText":[1,"toast-text"],"buttonText":[1,"button-text"],"duration":[2],"buttonAction":[1,"button-action"],"show":[4],"hide":[4],"position":[1],"dtButtonAction":[1,"dt-button-action"],"dtButtonClose":[1,"dt-button-close"],"create":[64],"close":[64]}]]],["p-9631fba2.system",[[1,"bds-autocomplete",{"options":[1],"value":[1025],"selected":[1040],"danger":[516],"disabled":[516],"searchOnlyTitle":[516,"search-only-title"],"label":[1],"icon":[513],"placeholder":[1],"optionsPosition":[1,"options-position"],"clearIconOnFocus":[4,"clear-icon-on-focus"],"dataTest":[1,"data-test"],"loading":[4],"selectionType":[1,"selection-type"],"selectionTitle":[1,"selection-title"],"intoView":[32],"isPressed":[32],"isOpen":[32],"text":[32],"textMultiselect":[32],"placeholderState":[32],"internalOptions":[32],"cloneOptions":[32],"checkedOptions":[32],"isFocused":[32]},[[9,"mousedown","handleWindow"]]]]],["p-0565c14b.system",[[1,"bds-data-table",{"options":[1],"column":[1],"avatar":[4],"chips":[4],"actionArea":[4,"action-area"],"sorting":[4],"newTable":[32],"headerData":[32],"tableData":[32],"sortAscending":[32],"headerActive":[32],"deleteItem":[64]}]]],["p-89f062d2.system",[[6,"bds-input-phone-number",{"options":[16],"text":[1],"value":[1025],"danger":[1540],"success":[1540],"disabled":[516],"required":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"successMessage":[1025,"success-message"],"requiredErrorMessage":[1,"required-error-message"],"numberErrorMessage":[1,"number-error-message"],"dataTest":[1,"data-test"],"dtSelectFlag":[1,"dt-select-flag"],"label":[1],"icon":[513],"isOpen":[32],"selectedCountry":[32],"isoCode":[32],"isPressed":[32],"validationDanger":[32],"validationMesage":[32],"removeFocus":[64],"changeCountry":[64]},[[9,"mousedown","handleWindow"]]]]],["p-f883f457.system",[[1,"bds-pagination",{"pages":[2],"startedPage":[2,"started-page"],"optionsPosition":[1,"options-position"],"dtButtonInitial":[1,"dt-button-initial"],"dtButtonPrev":[1,"dt-button-prev"],"dtSelectNumber":[1,"dt-select-number"],"dtButtonNext":[1,"dt-button-next"],"dtButtonEnd":[1,"dt-button-end"],"value":[32],"openSelect":[32],"paginationNumbers":[32],"intoView":[32]}]]],["p-914a10ee.system",[[1,"bds-select",{"options":[1],"value":[1032],"danger":[516],"success":[1540],"disabled":[516],"label":[1],"icon":[513],"placeholder":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"successMessage":[1025,"success-message"],"optionsPosition":[1537,"options-position"],"dataTest":[1,"data-test"],"intoView":[32],"isOpen":[32],"text":[32],"validationDanger":[32],"isPressed":[32],"validationMesage":[32],"internalOptions":[32]},[[9,"mousedown","handleWindow"]]]]],["p-82081c8f.system",[[1,"bds-upload",{"language":[1],"titleName":[1,"title-name"],"subtitle":[1],"error":[1],"multiple":[4],"accept":[1],"files":[32],"haveFiles":[32],"hover":[32],"background":[32],"size":[32]}]]],["p-73a25a89.system",[[1,"bds-accordion-header",{"accordionTitle":[1,"accordion-title"],"icon":[1],"avatarName":[1,"avatar-name"],"avatarThumb":[1,"avatar-thumb"],"isOpen":[32],"btToggleIsfocus":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-59139f0a.system",[[4,"bds-avatar-group",{"size":[1],"users":[1],"canClick":[4,"can-click"],"internalUsers":[32],"leftoversUsers":[32]}]]],["p-d3401378.system",[[1,"bds-card-color",{"name":[1],"hex":[1],"gradient":[4],"variable":[1],"lightText":[4,"light-text"]}]]],["p-e435aef0.system",[[1,"bds-menu-exibition",{"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"avatarSize":[1,"avatar-size"],"value":[1],"subtitle":[1],"description":[1],"disabled":[4]}]]],["p-e461e9ee.system",[[1,"bds-tab-group",{"contentScrollable":[4,"content-scrollable"],"align":[1],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"internalItens":[32],"isSlideTabs":[32],"alignTab":[32],"tabRefSlide":[32],"positionLeft":[32]}]]],["p-b1ad7577.system",[[1,"bds-alert-header",{"variant":[1],"icon":[513]}]]],["p-3699aa7e.system",[[1,"bds-badge",{"color":[1],"shape":[1],"icon":[1],"number":[2],"animation":[4],"type":[32]}]]],["p-ca6c332a.system",[[1,"bds-card",{"height":[1],"width":[1],"clickable":[4],"isHovered":[32],"isPressed":[32],"elevation":[32]}]]],["p-1d9ca89c.system",[[1,"bds-chip-selected",{"icon":[1],"color":[1],"size":[1],"selected":[4],"disabled":[4],"dataTest":[1,"data-test"],"isSelected":[32]},[[2,"click","handleClick"]]]]],["p-4fbc22f7.system",[[1,"bds-input-editable",{"size":[1],"expand":[4],"dataTest":[1,"data-test"],"inputName":[1,"input-name"],"value":[1537],"requiredErrorMessage":[1,"required-error-message"],"minlength":[2],"minlengthErrorMessage":[1,"minlength-error-message"],"maxlength":[2],"errorMessage":[1,"error-message"],"successMessage":[1025,"success-message"],"helperMessage":[1,"helper-message"],"placeholder":[1],"danger":[1540],"success":[1540],"dtButtonEdit":[1,"dt-button-edit"],"dtButtonClose":[1,"dt-button-close"],"dtButtonConfirm":[1,"dt-button-confirm"],"oldValue":[32],"isEditing":[32],"isValid":[32],"isPressed":[32],"isFocused":[32],"validationMesage":[32],"validationDanger":[32]}]]],["p-1d63b1e1.system",[[2,"bds-input-password",{"openEyes":[4,"open-eyes"],"value":[1537],"label":[1],"inputName":[1,"input-name"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"helperMessage":[1,"helper-message"],"errorMessage":[1,"error-message"],"successMessage":[1025,"success-message"],"danger":[516],"success":[1540],"icon":[513],"disabled":[4],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"placeholder":[1],"dataTest":[1,"data-test"],"validationDanger":[32],"isPressed":[32],"validationMesage":[32]}]]],["p-91432236.system",[[1,"bds-menu-action",{"buttonText":[1,"button-text"],"subMenu":[4,"sub-menu"],"iconLeft":[1,"icon-left"],"subtitle":[1],"description":[1],"lipstick":[4],"disabled":[4],"openParentMenu":[32],"openSubMenu":[32],"positionSubMenu":[32],"stateSubMenu":[32],"delaySubMenu":[32],"zIndex":[32],"delay":[32]}]]],["p-f38a8c63.system",[[1,"bds-menu-list-item",{"color":[1],"icon":[513]}]]],["p-63e5842c.system",[[1,"bds-sidebar",{"isOpen":[1540,"is-open"],"sidebarPosition":[1,"sidebar-position"],"type":[1],"margin":[4],"width":[2],"dtOutzone":[1,"dt-outzone"],"dtButtonClose":[1,"dt-button-close"],"background":[1],"InnerSpacing":[32],"toggle":[64]}]]],["p-09c9c1d8.system",[[1,"bds-step",{"last":[4],"completed":[4],"active":[4],"disabled":[4],"index":[2],"pointer":[4],"dataTest":[1,"data-test"]}]]],["p-49a34564.system",[[6,"bds-table-th",{"sortable":[4],"arrow":[1]}]]],["p-efd69a76.system",[[4,"bds-tabs",{"align":[1]},[[0,"scrollButtonClick","onScrollButtonClick"],[16,"bdsTabChange","onSelectedTab"]]]]],["p-1f0f256a.system",[[1,"bds-warning"]]],["p-469c9f35.system",[[1,"bds-alert-body"]]],["p-1961dfa0.system",[[1,"bds-card-body"]]],["p-bae62be5.system",[[1,"bds-card-footer",{"align":[1]}]]],["p-1ddca53e.system",[[1,"bds-card-header",{"align":[1]}]]],["p-e0915070.system",[[1,"bds-card-subtitle",{"text":[1]}]]],["p-d9a3c3e3.system",[[1,"bds-card-title",{"text":[1]}]]],["p-bebfd407.system",[[1,"bds-chip",{"icon":[1],"size":[1],"variant":[1],"danger":[516],"filter":[4],"clickable":[4],"deletable":[4],"disabled":[4]}]]],["p-f5c5ab64.system",[[1,"bds-expansion-panel-header",{"text":[1]}]]],["p-a0390cb0.system",[[1,"bds-menu-separation",{"value":[1],"size":[1]}]]],["p-ece42050.system",[[1,"bds-modal",{"open":[1540],"closeButton":[1540,"close-button"],"size":[1537],"outzoneClose":[4,"outzone-close"],"dtOutzone":[1,"dt-outzone"],"dtButtonClose":[1,"dt-button-close"],"toggle":[64]}]]],["p-6e29aae2.system",[[1,"bds-modal-close-button",{"active":[1540]}]]],["p-242eedb4.system",[[1,"bds-progress-bar",{"percent":[2],"size":[1],"color":[1],"text":[1],"dataTest":[1,"data-test"]}]]],["p-b752c885.system",[[0,"bds-tab",{"group":[1],"label":[1],"active":[4],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-ced692af.system",[[6,"bds-table-cell",{"type":[1],"sortable":[4]}]]],["p-f1364635.system",[[1,"bds-accordion",{"startOpen":[4,"start-open"],"isOpen":[32],"numberElement":[32],"condition":[32],"toggle":[64],"open":[64],"close":[64],"notStart":[64],"reciveNumber":[64]}]]],["p-bcf640c0.system",[[1,"bds-accordion-body",{"isOpen":[32],"isOpenAftAnimation":[32],"heightContainer":[32],"numberElement":[32],"toggle":[64],"close":[64]}]]],["p-36f0c491.system",[[1,"bds-accordion-group",{"collapse":[1],"closeAll":[64],"openAll":[64]}]]],["p-3dd7d902.system",[[1,"bds-alert",{"open":[1540],"dataTest":[1,"data-test"],"position":[1],"toggle":[64]}]]],["p-99c561f8.system",[[1,"bds-alert-actions"]]],["p-3d73683d.system",[[1,"bds-banner-link",{"link":[1],"dataTest":[1,"data-test"]}]]],["p-78c42f01.system",[[1,"bds-dropdown",{"activeMode":[1,"active-mode"],"open":[1540],"position":[1],"intoView":[32],"openSubMenu":[32],"stateSubMenu":[32],"zIndex":[32],"delay":[32],"toggle":[64],"setOpen":[64],"setClose":[64]}]]],["p-5d90e546.system",[[1,"bds-expansion-panel"]]],["p-961bc822.system",[[1,"bds-expansion-panel-body",{"open":[4],"text":[1]}]]],["p-7c0ea3e9.system",[[1,"bds-illustration",{"type":[1],"name":[1],"dataTest":[1,"data-test"],"IllustrationContent":[32]}]]],["p-650e3bac.system",[[1,"bds-loading-bar",{"percent":[2],"size":[1],"text":[1],"dataTest":[1,"data-test"]}]]],["p-19820edc.system",[[1,"bds-loading-page",{"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-fc62098f.system",[[1,"bds-menu",{"menu":[1],"position":[1],"open":[1540],"refElement":[32],"intoView":[32],"menupositionTop":[32],"menupositionLeft":[32],"toggle":[64]}]]],["p-b873e3e9.system",[[1,"bds-menu-list"]]],["p-ec5ce525.system",[[1,"bds-modal-action"]]],["p-5fb4ffbb.system",[[1,"bds-navbar",{"orientation":[1],"backgroundColor":[1,"background-color"],"justifyContent":[1,"justify-content"]}]]],["p-ad76b439.system",[[1,"bds-navbar-content"]]],["p-594fa993.system",[[6,"bds-radio-group",{"value":[1537]}]]],["p-0fd9825c.system",[[4,"bds-stepper",{"setActiveStep":[64],"setCompletedStep":[64],"getActiveStep":[64],"resetActiveSteps":[64],"resetCompletedSteps":[64]}]]],["p-ccdfd0b1.system",[[1,"bds-tab-item",{"numberElement":[1538,"number-element"],"label":[1],"disable":[1540],"open":[1540],"dataTest":[1,"data-test"],"reciveNumber":[64]}]]],["p-e5c7a29b.system",[[4,"bds-tab-panel",{"group":[1],"isActive":[32]},[[16,"bdsTabChange","handleTabChange"],[16,"bdsTabInit","handleTabChange"]]]]],["p-b709555f.system",[[6,"bds-table"]]],["p-c4c15869.system",[[6,"bds-table-body"]]],["p-b9e6f8aa.system",[[6,"bds-table-header"]]],["p-020a0a76.system",[[6,"bds-table-row",{"clickable":[4],"selected":[4]}]]],["p-0847b9f7.system",[[1,"bds-list-item",{"checked":[1540],"typeList":[1,"type-list"],"avatarName":[1,"avatar-name"],"avatarThumbnail":[1,"avatar-thumbnail"],"icon":[1],"value":[1],"text":[1],"secondaryText":[1,"secondary-text"],"chips":[1025],"actionsButtons":[1025,"actions-buttons"],"clickable":[4],"active":[4],"borderRadius":[4,"border-radius"],"dataTest":[1,"data-test"],"internalChips":[32],"internalActionsButtons":[32]}]]],["p-9102006f.system",[[1,"bds-banner",{"bannerAlign":[1,"banner-align"],"buttonClose":[1,"button-close"],"context":[1],"variant":[1],"dtButtonClose":[1,"dt-button-close"],"visible":[32],"toggle":[64]}]]],["p-220889c7.system",[[1,"bds-chip-tag",{"icon":[1],"color":[1],"dataTest":[1,"data-test"]}]]],["p-f32a2e92.system",[[6,"bds-toast-container"]]],["p-55924bed.system",[[1,"bds-button",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"arrow":[4],"type":[1],"typeIcon":[513,"type-icon"],"bdsLoading":[4,"bds-loading"],"bdsLoadingVariant":[1,"bds-loading-variant"],"bdsLoadingColor":[1,"bds-loading-color"],"dataTest":[1,"data-test"]}]]],["p-fa16b221.system",[[0,"bds-counter-text",{"length":[1026],"max":[2],"active":[1028],"warning":[1040],"delete":[1040]}]]],["p-2053d6d6.system",[[1,"bds-select-option",{"value":[8],"selected":[4],"disabled":[4],"invisible":[1540],"danger":[1540],"bulkOption":[1,"bulk-option"],"slotAlign":[1,"slot-align"],"titleText":[1,"title-text"],"status":[1],"typeOption":[1537,"type-option"],"checked":[1540],"dataTest":[1,"data-test"],"toggle":[64],"toMark":[64],"markOff":[64]}],[1,"bds-checkbox",{"refer":[1],"label":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"checkBoxId":[32],"getInputElement":[64],"getValue":[64],"toggle":[64]}]]],["p-696cca65.system",[[1,"bds-datepicker-period",{"startDate":[16],"endDate":[16],"startDateSelect":[1040],"endDateSelect":[1040],"language":[1],"stateSelect":[1537,"state-select"],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"dtSelectMonth":[1,"dt-select-month"],"dtSelectYear":[1,"dt-select-year"],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"activeSelectYear":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-datepicker-single",{"endDate":[16],"startDate":[16],"dateSelect":[1040],"language":[1],"dtButtonPrev":[1,"dt-button-prev"],"dtButtonNext":[1,"dt-button-next"],"dtSelectMonth":[1,"dt-select-month"],"dtSelectYear":[1,"dt-select-year"],"week":[32],"months":[32],"years":[32],"monthActivated":[32],"yearActivated":[32],"animatePrev":[32],"animateNext":[32],"openSelectMonth":[32],"openSelectYear":[32],"monthsSlide":[32],"loadingSlide":[32],"clear":[64]}],[1,"bds-input",{"inputName":[1,"input-name"],"type":[513],"label":[1],"placeholder":[1],"autoCapitalize":[1,"auto-capitalize"],"autoComplete":[1,"auto-complete"],"max":[1],"maxlength":[2],"min":[1],"minlength":[2],"readonly":[4],"required":[4],"pattern":[1],"helperMessage":[1,"helper-message"],"errorMessage":[1025,"error-message"],"successMessage":[1025,"success-message"],"icon":[513],"disabled":[1540],"danger":[1540],"success":[1540],"value":[1025],"counterLength":[4,"counter-length"],"counterLengthRule":[16],"isSubmit":[4,"is-submit"],"isTextarea":[4,"is-textarea"],"rows":[2],"cols":[2],"requiredErrorMessage":[1,"required-error-message"],"minlengthErrorMessage":[1,"minlength-error-message"],"minErrorMessage":[1,"min-error-message"],"maxErrorMessage":[1,"max-error-message"],"emailErrorMessage":[1,"email-error-message"],"numberErrorMessage":[1,"number-error-message"],"chips":[4],"dataTest":[1,"data-test"],"isPressed":[32],"isPassword":[32],"validationMesage":[32],"validationDanger":[32],"setFocus":[64],"removeFocus":[64],"getInputElement":[64],"isValid":[64],"clear":[64]}]]],["p-e870f2c5.system",[[1,"bds-radio",{"refer":[1],"label":[1],"value":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"radioId":[32],"getInputElement":[64],"getValue":[64]}],[1,"bds-switch",{"refer":[1],"size":[1],"name":[1],"checked":[1540],"disabled":[4],"dataTest":[1,"data-test"],"switchId":[32],"getInputElement":[64],"getValue":[64]}]]],["p-e12a410d.system",[[1,"bds-loading-spinner",{"variant":[1],"size":[1],"color":[1],"dataTest":[1,"data-test"],"svgContent":[32]}]]],["p-fea9f7aa.system",[[1,"bds-icon",{"color":[1],"ariaLabel":[1537,"aria-label"],"flipRtl":[4,"flip-rtl"],"name":[1],"src":[1],"icon":[8],"size":[1],"lazy":[4],"theme":[513],"type":[1],"dataTest":[1,"data-test"],"svgContent":[32],"isVisible":[32]}]]],["p-aef5b410.system",[[1,"bds-avatar",{"name":[1],"thumbnail":[1025],"size":[1],"color":[1],"upload":[4],"ellipsis":[2],"dataTest":[1,"data-test"],"hasThumb":[32]}]]],["p-28b9934a.system",[[1,"bds-chip-clickable",{"icon":[1],"avatar":[1],"color":[1],"size":[1],"clickable":[4],"close":[4],"disabled":[4],"dataTest":[1,"data-test"],"dtButtonClose":[1,"dt-button-close"],"visible":[32]}],[1,"bds-tooltip",{"tooltipText":[1025,"tooltip-text"],"disabled":[516],"position":[1],"dataTest":[1,"data-test"],"isMouseOver":[32],"textVerify":[32],"visible":[64]}]]],["p-6cb80dac.system",[[1,"bds-button-icon",{"disabled":[4],"size":[1],"variant":[1],"icon":[513],"dataTest":[1,"data-test"]}]]],["p-0d5435cb.system",[[0,"bds-test-component"],[1,"bds-theme-provider",{"theme":[1]}],[1,"bds-paper",{"elevation":[1537],"dataTest":[1,"data-test"],"border":[4],"height":[1],"width":[1],"hasBorder":[32],"constElevation":[32]}],[6,"bds-grid",{"height":[1],"direction":[1],"justifyContent":[1,"justify-content"],"flexWrap":[1,"flex-wrap"],"alignItems":[1,"align-items"],"container":[4],"containerFluid":[4,"container-fluid"],"xxs":[1],"xs":[1],"sm":[1],"md":[1],"lg":[1],"xg":[1],"xxsOffset":[1,"xxs-offset"],"xsOffset":[1,"xs-offset"],"smOffset":[1,"sm-offset"],"mdOffset":[1,"md-offset"],"lgOffset":[1,"lg-offset"],"xgOffset":[1,"xg-offset"],"gap":[1],"padding":[1],"margin":[1]}],[1,"bds-typo",{"variant":[1],"lineHeight":[1,"line-height"],"bold":[1],"italic":[4],"noWrap":[4,"no-wrap"],"paragraph":[4],"margin":[4],"tag":[1],"dataTest":[1,"data-test"]}]]]]'),e)}))}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as i,H as t}from"./p-952c43a2.js";const s=class{constructor(i){e(this,i),this.type="status",this.color="system",this.shape="circle",this.icon=null,this.number=void 0,this.animation=!1}componentWillLoad(){null===this.icon&&this.number?this.type="number":!this.number&&this.icon?this.type="icon":this.number&&this.icon?this.type="number":null===this.number&&(this.type="empty")}render(){return i(t,null,i("div",{class:{chip_badge:!0,chip_size:null!==this.number,[`chip_badge--${this.shape}`]:!0,[`chip_badge--${this.color}`]:!0}},"status"===this.type&&i("div",{class:{status:!0,[`status--${this.shape}`]:!0,[`color--${this.color}`]:!0,[`status--circle-${this.animation}`]:!0}}),"icon"===this.type&&i("div",{class:{icon:!0,[`icon--${this.shape}`]:!0}},i("div",{class:{[`color--${this.color}`]:!0,trim:!0,[`trim-${this.animation}`]:!0}}),i("bds-icon",{size:"xxx-small",name:this.icon})),"number"===this.type&&i("div",{class:{number:!0,[`color--${this.color}`]:!0,[`number--${this.animation}`]:!0}},i("bds-typo",{class:"number_text",variant:"fs-12",bold:"bold",margin:!1},this.number>=999?"999+":this.number)),"empty"===this.type&&i("div",{class:{empty:!0,[`color--${this.color}`]:!0,[`empty--${this.shape}`]:!0,[`empty--${this.animation}`]:!0}})))}};s.style='@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}@keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}.color--system{background-color:var(--color-system, #B2DFFD);color:var(--color-system, #B2DFFD)}.color--danger{background-color:var(--color-error, #f99f9f);color:var(--color-error, #f99f9f)}.color--warning{background-color:var(--color-warning, #fde99b);color:var(--color-warning, #fde99b)}.color--success{background-color:var(--color-success, #84ebbc);color:var(--color-success, #84ebbc)}.color--neutral{background-color:var(--color-surface-3, #CFCFCF);color:var(--color-surface-3, #CFCFCF)}:host{display:-ms-inline-flexbox;display:inline-flex}.chip_size{min-width:24px}.chip_badge .status{width:8px;height:8px}.chip_badge .status--circle{width:0;height:0;border:4px solid;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .status--circle-true::before{content:"";width:8px;height:8px;position:absolute;border:1px solid;border-radius:8px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .status--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid}.chip_badge .status--triangle-reverse{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid}.chip_badge .status--polygon{width:0;height:0;border:4px solid;rotate:45deg}.chip_badge .status--square{width:0;height:0;border:4px solid}.chip_badge .icon{position:relative}.chip_badge .icon bds-icon{position:absolute}.chip_badge .icon .bds-icon{color:var(--color-content-default, #454545)}.chip_badge .icon--circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .icon--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .icon--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .icon--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .icon--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .icon--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .icon--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .icon--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--square .trim{width:24px;height:24px}.chip_badge .number{display:-ms-flexbox;display:flex;height:24px;padding:0 8px;border-radius:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.chip_badge .number--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .number .number_text{color:var(--color-content-default, #454545)}.chip_badge .empty{display:-ms-flexbox;display:flex;min-height:24px;min-width:24px;position:relative}.chip_badge .empty--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--circle{border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .empty--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .empty--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .empty--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .empty--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .empty--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .empty--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--square .trim{width:24px;height:24px}';export{s as bds_badge}
|
|
@@ -9,23 +9,26 @@ const badgeCss = "@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140
|
|
|
9
9
|
const Badge = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
|
-
this.type = '
|
|
12
|
+
this.type = 'status';
|
|
13
13
|
this.color = 'system';
|
|
14
14
|
this.shape = 'circle';
|
|
15
15
|
this.icon = null;
|
|
16
|
-
this.number =
|
|
16
|
+
this.number = undefined;
|
|
17
17
|
this.animation = false;
|
|
18
18
|
}
|
|
19
19
|
componentWillLoad() {
|
|
20
20
|
if (this.icon === null && this.number) {
|
|
21
21
|
this.type = 'number';
|
|
22
22
|
}
|
|
23
|
-
else if (this.number
|
|
23
|
+
else if (!this.number && this.icon) {
|
|
24
24
|
this.type = 'icon';
|
|
25
25
|
}
|
|
26
26
|
else if (this.number && this.icon) {
|
|
27
27
|
this.type = 'number';
|
|
28
28
|
}
|
|
29
|
+
else if (this.number === null) {
|
|
30
|
+
this.type = 'empty';
|
|
31
|
+
}
|
|
29
32
|
}
|
|
30
33
|
render() {
|
|
31
34
|
return (index.h(index.Host, null, index.h("div", { class: {
|
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
import { h, Host } from '@stencil/core';
|
|
2
2
|
export class Badge {
|
|
3
3
|
constructor() {
|
|
4
|
-
this.type = '
|
|
4
|
+
this.type = 'status';
|
|
5
5
|
this.color = 'system';
|
|
6
6
|
this.shape = 'circle';
|
|
7
7
|
this.icon = null;
|
|
8
|
-
this.number =
|
|
8
|
+
this.number = undefined;
|
|
9
9
|
this.animation = false;
|
|
10
10
|
}
|
|
11
11
|
componentWillLoad() {
|
|
12
12
|
if (this.icon === null && this.number) {
|
|
13
13
|
this.type = 'number';
|
|
14
14
|
}
|
|
15
|
-
else if (this.number
|
|
15
|
+
else if (!this.number && this.icon) {
|
|
16
16
|
this.type = 'icon';
|
|
17
17
|
}
|
|
18
18
|
else if (this.number && this.icon) {
|
|
19
19
|
this.type = 'number';
|
|
20
20
|
}
|
|
21
|
+
else if (this.number === null) {
|
|
22
|
+
this.type = 'empty';
|
|
23
|
+
}
|
|
21
24
|
}
|
|
22
25
|
render() {
|
|
23
26
|
return (h(Host, null, h("div", { class: {
|
|
@@ -128,8 +131,7 @@ export class Badge {
|
|
|
128
131
|
"text": "Set the text in shape circle. Is just alow numbers, but if the number pass 999 a symbol '+' will be render."
|
|
129
132
|
},
|
|
130
133
|
"attribute": "number",
|
|
131
|
-
"reflect": false
|
|
132
|
-
"defaultValue": "null"
|
|
134
|
+
"reflect": false
|
|
133
135
|
},
|
|
134
136
|
"animation": {
|
|
135
137
|
"type": "boolean",
|
|
@@ -5,23 +5,26 @@ const badgeCss = "@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140
|
|
|
5
5
|
const Badge = class {
|
|
6
6
|
constructor(hostRef) {
|
|
7
7
|
registerInstance(this, hostRef);
|
|
8
|
-
this.type = '
|
|
8
|
+
this.type = 'status';
|
|
9
9
|
this.color = 'system';
|
|
10
10
|
this.shape = 'circle';
|
|
11
11
|
this.icon = null;
|
|
12
|
-
this.number =
|
|
12
|
+
this.number = undefined;
|
|
13
13
|
this.animation = false;
|
|
14
14
|
}
|
|
15
15
|
componentWillLoad() {
|
|
16
16
|
if (this.icon === null && this.number) {
|
|
17
17
|
this.type = 'number';
|
|
18
18
|
}
|
|
19
|
-
else if (this.number
|
|
19
|
+
else if (!this.number && this.icon) {
|
|
20
20
|
this.type = 'icon';
|
|
21
21
|
}
|
|
22
22
|
else if (this.number && this.icon) {
|
|
23
23
|
this.type = 'number';
|
|
24
24
|
}
|
|
25
|
+
else if (this.number === null) {
|
|
26
|
+
this.type = 'empty';
|
|
27
|
+
}
|
|
25
28
|
}
|
|
26
29
|
render() {
|
|
27
30
|
return (h(Host, null, h("div", { class: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as registerInstance,h,H as Host}from"./index-27f906e2.js";var badgeCss='@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}@keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}.color--system{background-color:var(--color-system, #B2DFFD);color:var(--color-system, #B2DFFD)}.color--danger{background-color:var(--color-error, #f99f9f);color:var(--color-error, #f99f9f)}.color--warning{background-color:var(--color-warning, #fde99b);color:var(--color-warning, #fde99b)}.color--success{background-color:var(--color-success, #84ebbc);color:var(--color-success, #84ebbc)}.color--neutral{background-color:var(--color-surface-3, #CFCFCF);color:var(--color-surface-3, #CFCFCF)}:host{display:-ms-inline-flexbox;display:inline-flex}.chip_size{min-width:24px}.chip_badge .status{width:8px;height:8px}.chip_badge .status--circle{width:0;height:0;border:4px solid;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .status--circle-true::before{content:"";width:8px;height:8px;position:absolute;border:1px solid;border-radius:8px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .status--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid}.chip_badge .status--triangle-reverse{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid}.chip_badge .status--polygon{width:0;height:0;border:4px solid;rotate:45deg}.chip_badge .status--square{width:0;height:0;border:4px solid}.chip_badge .icon{position:relative}.chip_badge .icon bds-icon{position:absolute}.chip_badge .icon .bds-icon{color:var(--color-content-default, #454545)}.chip_badge .icon--circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .icon--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .icon--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .icon--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .icon--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .icon--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .icon--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .icon--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--square .trim{width:24px;height:24px}.chip_badge .number{display:-ms-flexbox;display:flex;height:24px;padding:0 8px;border-radius:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.chip_badge .number--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .number .number_text{color:var(--color-content-default, #454545)}.chip_badge .empty{display:-ms-flexbox;display:flex;min-height:24px;min-width:24px;position:relative}.chip_badge .empty--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--circle{border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .empty--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .empty--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .empty--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .empty--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .empty--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .empty--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--square .trim{width:24px;height:24px}';var Badge=function(){function e(e){registerInstance(this,e);this.type="
|
|
1
|
+
import{r as registerInstance,h,H as Host}from"./index-27f906e2.js";var badgeCss='@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}@keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}.color--system{background-color:var(--color-system, #B2DFFD);color:var(--color-system, #B2DFFD)}.color--danger{background-color:var(--color-error, #f99f9f);color:var(--color-error, #f99f9f)}.color--warning{background-color:var(--color-warning, #fde99b);color:var(--color-warning, #fde99b)}.color--success{background-color:var(--color-success, #84ebbc);color:var(--color-success, #84ebbc)}.color--neutral{background-color:var(--color-surface-3, #CFCFCF);color:var(--color-surface-3, #CFCFCF)}:host{display:-ms-inline-flexbox;display:inline-flex}.chip_size{min-width:24px}.chip_badge .status{width:8px;height:8px}.chip_badge .status--circle{width:0;height:0;border:4px solid;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .status--circle-true::before{content:"";width:8px;height:8px;position:absolute;border:1px solid;border-radius:8px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .status--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid}.chip_badge .status--triangle-reverse{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid}.chip_badge .status--polygon{width:0;height:0;border:4px solid;rotate:45deg}.chip_badge .status--square{width:0;height:0;border:4px solid}.chip_badge .icon{position:relative}.chip_badge .icon bds-icon{position:absolute}.chip_badge .icon .bds-icon{color:var(--color-content-default, #454545)}.chip_badge .icon--circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .icon--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .icon--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .icon--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .icon--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .icon--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .icon--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .icon--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--square .trim{width:24px;height:24px}.chip_badge .number{display:-ms-flexbox;display:flex;height:24px;padding:0 8px;border-radius:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.chip_badge .number--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .number .number_text{color:var(--color-content-default, #454545)}.chip_badge .empty{display:-ms-flexbox;display:flex;min-height:24px;min-width:24px;position:relative}.chip_badge .empty--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--circle{border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .empty--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .empty--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .empty--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .empty--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .empty--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .empty--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--square .trim{width:24px;height:24px}';var Badge=function(){function e(e){registerInstance(this,e);this.type="status";this.color="system";this.shape="circle";this.icon=null;this.number=undefined;this.animation=false}e.prototype.componentWillLoad=function(){if(this.icon===null&&this.number){this.type="number"}else if(!this.number&&this.icon){this.type="icon"}else if(this.number&&this.icon){this.type="number"}else if(this.number===null){this.type="empty"}};e.prototype.render=function(){var e,t,i,s,o,a;return h(Host,null,h("div",{class:(e={chip_badge:true,chip_size:this.number!==null?true:false},e["chip_badge--".concat(this.shape)]=true,e["chip_badge--".concat(this.color)]=true,e)},this.type==="status"&&h("div",{class:(t={status:true},t["status--".concat(this.shape)]=true,t["color--".concat(this.color)]=true,t["status--circle-".concat(this.animation)]=true,t)}),this.type==="icon"&&h("div",{class:(i={icon:true},i["icon--".concat(this.shape)]=true,i)},h("div",{class:(s={},s["color--".concat(this.color)]=true,s.trim=true,s["trim-".concat(this.animation)]=true,s)}),h("bds-icon",{size:"xxx-small",name:this.icon})),this.type==="number"&&h("div",{class:(o={number:true},o["color--".concat(this.color)]=true,o["number--".concat(this.animation)]=true,o)},h("bds-typo",{class:"number_text",variant:"fs-12",bold:"bold",margin:false},this.number>=999?"999+":this.number)),this.type==="empty"&&h("div",{class:(a={empty:true},a["color--".concat(this.color)]=true,a["empty--".concat(this.shape)]=true,a["empty--".concat(this.animation)]=true,a)})))};return e}();Badge.style=badgeCss;export{Badge as bds_badge};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as i,H as t}from"./p-952c43a2.js";const s=class{constructor(i){e(this,i),this.type="empty",this.color="system",this.shape="circle",this.icon=null,this.number=null,this.animation=!1}componentWillLoad(){null===this.icon&&this.number?this.type="number":null===this.number&&this.icon?this.type="icon":this.number&&this.icon&&(this.type="number")}render(){return i(t,null,i("div",{class:{chip_badge:!0,chip_size:null!==this.number,[`chip_badge--${this.shape}`]:!0,[`chip_badge--${this.color}`]:!0}},"status"===this.type&&i("div",{class:{status:!0,[`status--${this.shape}`]:!0,[`color--${this.color}`]:!0,[`status--circle-${this.animation}`]:!0}}),"icon"===this.type&&i("div",{class:{icon:!0,[`icon--${this.shape}`]:!0}},i("div",{class:{[`color--${this.color}`]:!0,trim:!0,[`trim-${this.animation}`]:!0}}),i("bds-icon",{size:"xxx-small",name:this.icon})),"number"===this.type&&i("div",{class:{number:!0,[`color--${this.color}`]:!0,[`number--${this.animation}`]:!0}},i("bds-typo",{class:"number_text",variant:"fs-12",bold:"bold",margin:!1},this.number>=999?"999+":this.number)),"empty"===this.type&&i("div",{class:{empty:!0,[`color--${this.color}`]:!0,[`empty--${this.shape}`]:!0,[`empty--${this.animation}`]:!0}})))}};s.style='@-webkit-keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}@keyframes pulse{0%{scale:100%;opacity:1}20%{scale:140%;opacity:0}21%{scale:100%;opacity:1}40%{scale:140%;opacity:0}41%{scale:140%;opacity:0}100%{scale:140%;opacity:0}}.color--system{background-color:var(--color-system, #B2DFFD);color:var(--color-system, #B2DFFD)}.color--danger{background-color:var(--color-error, #f99f9f);color:var(--color-error, #f99f9f)}.color--warning{background-color:var(--color-warning, #fde99b);color:var(--color-warning, #fde99b)}.color--success{background-color:var(--color-success, #84ebbc);color:var(--color-success, #84ebbc)}.color--neutral{background-color:var(--color-surface-3, #CFCFCF);color:var(--color-surface-3, #CFCFCF)}:host{display:-ms-inline-flexbox;display:inline-flex}.chip_size{min-width:24px}.chip_badge .status{width:8px;height:8px}.chip_badge .status--circle{width:0;height:0;border:4px solid;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .status--circle-true::before{content:"";width:8px;height:8px;position:absolute;border:1px solid;border-radius:8px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .status--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid}.chip_badge .status--triangle-reverse{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid}.chip_badge .status--polygon{width:0;height:0;border:4px solid;rotate:45deg}.chip_badge .status--square{width:0;height:0;border:4px solid}.chip_badge .icon{position:relative}.chip_badge .icon bds-icon{position:absolute}.chip_badge .icon .bds-icon{color:var(--color-content-default, #454545)}.chip_badge .icon--circle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .icon--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .icon--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .icon--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .icon--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .icon--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .icon--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .icon--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .icon--square .trim{width:24px;height:24px}.chip_badge .number{display:-ms-flexbox;display:flex;height:24px;padding:0 8px;border-radius:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative}.chip_badge .number--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .number .number_text{color:var(--color-content-default, #454545)}.chip_badge .empty{display:-ms-flexbox;display:flex;min-height:24px;min-width:24px;position:relative}.chip_badge .empty--true::before{content:"";width:100%;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--circle{border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--circle .trim{width:24px;height:24px;border-radius:16px}.chip_badge .empty--circle .trim-true::before{content:"";width:24px;height:24px;left:-2px;top:-2px;position:absolute;border:2px solid;border-radius:16px;-webkit-animation:pulse 2s ease-out infinite;animation:pulse 2s ease-out infinite}.chip_badge .empty--triangle{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:end}.chip_badge .empty--triangle .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0, 100% 100%, 0 100%);clip-path:polygon(50% 0, 100% 100%, 0 100%)}.chip_badge .empty--triangle-reverse{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:start}.chip_badge .empty--triangle-reverse .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.chip_badge .empty--polygon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--polygon .trim{width:24px;height:24px;-webkit-clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.chip_badge .empty--square{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chip_badge .empty--square .trim{width:24px;height:24px}';export{s as bds_badge}
|