sas-ui 0.8.191 → 0.8.192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/sas-alert_26.cjs.entry.js +1 -1
- package/dist/collection/components/sas-form-input-template/sas-form-input-template.css +0 -3
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/sas-alert_26.entry.js +1 -1
- package/dist/sas-ui/p-75835f91.entry.js +1 -0
- package/dist/sas-ui/sas-ui.esm.js +1 -1
- package/package.json +1 -1
- package/dist/sas-ui/p-c9b4afdd.entry.js +0 -1
|
@@ -1499,7 +1499,7 @@ let SasForm = class {
|
|
|
1499
1499
|
};
|
|
1500
1500
|
SasForm.style = sasFormCss;
|
|
1501
1501
|
|
|
1502
|
-
const sasFormInputTemplateCss = ":host{display:block;position:relative;height:100%}:host .
|
|
1502
|
+
const sasFormInputTemplateCss = ":host{display:block;position:relative;height:100%}:host .container{overflow-y:auto;position:absolute;min-width:var(--form-input-template-container-min-width, 100%);max-width:var(--form-input-template-container-max-width, none);background-color:white;height:0;z-index:-15;pointer-events:none}:host .top{transform:translateY(-100%);top:0}:host .right{right:0}:host(:focus){outline:none}:host(:focus-within)>.container{padding:10px 0;height:auto;overflow:visible;z-index:15;pointer-events:initial;box-shadow:0px 5px 10px #0000001A;border:1px solid #D0D9DE;border-radius:5px}:host(:not([label=\"\"])) .top{transform:translateY(-100%);top:0}:host(:not([label=\"\"])[outside]:not([outside=false])) .top{transform:translateY(calc(-100% + 30px));top:0}:host:after{content:attr(data-message);position:absolute;top:calc(100% + 5px);right:10px;color:var(--li-2);font-size:12px;text-align:right}";
|
|
1503
1503
|
|
|
1504
1504
|
let SasFormInputTemplate = class {
|
|
1505
1505
|
constructor(hostRef) {
|
|
@@ -7280,7 +7280,7 @@ let SasForm$1 = class extends H {
|
|
|
7280
7280
|
static get style() { return sasFormCss; }
|
|
7281
7281
|
};
|
|
7282
7282
|
|
|
7283
|
-
const sasFormInputTemplateCss = ":host{display:block;position:relative;height:100%}:host .
|
|
7283
|
+
const sasFormInputTemplateCss = ":host{display:block;position:relative;height:100%}:host .container{overflow-y:auto;position:absolute;min-width:var(--form-input-template-container-min-width, 100%);max-width:var(--form-input-template-container-max-width, none);background-color:white;height:0;z-index:-15;pointer-events:none}:host .top{transform:translateY(-100%);top:0}:host .right{right:0}:host(:focus){outline:none}:host(:focus-within)>.container{padding:10px 0;height:auto;overflow:visible;z-index:15;pointer-events:initial;box-shadow:0px 5px 10px #0000001A;border:1px solid #D0D9DE;border-radius:5px}:host(:not([label=\"\"])) .top{transform:translateY(-100%);top:0}:host(:not([label=\"\"])[outside]:not([outside=false])) .top{transform:translateY(calc(-100% + 30px));top:0}:host:after{content:attr(data-message);position:absolute;top:calc(100% + 5px);right:10px;color:var(--li-2);font-size:12px;text-align:right}";
|
|
7284
7284
|
|
|
7285
7285
|
let SasFormInputTemplate$1 = class extends H {
|
|
7286
7286
|
constructor() {
|
|
@@ -1495,7 +1495,7 @@ let SasForm = class {
|
|
|
1495
1495
|
};
|
|
1496
1496
|
SasForm.style = sasFormCss;
|
|
1497
1497
|
|
|
1498
|
-
const sasFormInputTemplateCss = ":host{display:block;position:relative;height:100%}:host .
|
|
1498
|
+
const sasFormInputTemplateCss = ":host{display:block;position:relative;height:100%}:host .container{overflow-y:auto;position:absolute;min-width:var(--form-input-template-container-min-width, 100%);max-width:var(--form-input-template-container-max-width, none);background-color:white;height:0;z-index:-15;pointer-events:none}:host .top{transform:translateY(-100%);top:0}:host .right{right:0}:host(:focus){outline:none}:host(:focus-within)>.container{padding:10px 0;height:auto;overflow:visible;z-index:15;pointer-events:initial;box-shadow:0px 5px 10px #0000001A;border:1px solid #D0D9DE;border-radius:5px}:host(:not([label=\"\"])) .top{transform:translateY(-100%);top:0}:host(:not([label=\"\"])[outside]:not([outside=false])) .top{transform:translateY(calc(-100% + 30px));top:0}:host:after{content:attr(data-message);position:absolute;top:calc(100% + 5px);right:10px;color:var(--li-2);font-size:12px;text-align:right}";
|
|
1499
1499
|
|
|
1500
1500
|
let SasFormInputTemplate = class {
|
|
1501
1501
|
constructor(hostRef) {
|