@shortfuse/materialdesignweb 0.11.2 → 0.11.4
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/api/custom-elements.json +50 -40
- package/api/html.html-data.json +1 -1
- package/components/Input.js +38 -10
- package/components/TextArea.js +9 -3
- package/dist/index.min.js +15 -15
- package/dist/index.min.js.map +3 -3
- package/mixins/TextFieldMixin.js +4 -0
- package/package.json +5 -3
- package/types/components/Input.d.ts +2 -2
- package/types/components/Input.d.ts.map +1 -1
- package/types/components/TextArea.d.ts +2 -0
- package/types/components/TextArea.d.ts.map +1 -1
- package/types/mixins/TextFieldMixin.d.ts.map +1 -1
package/mixins/TextFieldMixin.js
CHANGED
|
@@ -749,6 +749,10 @@ export default function TextFieldMixin(Base) {
|
|
|
749
749
|
color: rgba(var(--mdw-color__on-surface), 0.38);
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
+
#control[disabled] {
|
|
753
|
+
color: rgba(var(--mdw-color__on-surface), 0.38);
|
|
754
|
+
}
|
|
755
|
+
|
|
752
756
|
mdw-icon[disabled] {
|
|
753
757
|
color: rgba(var(--mdw-color__on-surface), 0.38);
|
|
754
758
|
}
|
package/package.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"html-minifier-terser": "^7.2.0",
|
|
47
47
|
"http-server": "^14.1.1",
|
|
48
48
|
"magic-string": "^0.30.17",
|
|
49
|
-
"playwright": "
|
|
49
|
+
"playwright": "1.56.1",
|
|
50
50
|
"postcss-jsx": "^0.36.4",
|
|
51
51
|
"rollup-plugin-output-size": "^1.5.0",
|
|
52
52
|
"rollup-plugin-serve": "^2.0.3",
|
|
@@ -123,7 +123,9 @@
|
|
|
123
123
|
"overrides": {
|
|
124
124
|
"stylelint-no-unsupported-browser-features": {
|
|
125
125
|
"doiuse": "^6.0.2"
|
|
126
|
-
}
|
|
126
|
+
},
|
|
127
|
+
"playwright": "1.56.1",
|
|
128
|
+
"playwright-core": "1.56.1"
|
|
127
129
|
},
|
|
128
130
|
"repository": {
|
|
129
131
|
"type": "git",
|
|
@@ -192,5 +194,5 @@
|
|
|
192
194
|
]
|
|
193
195
|
}
|
|
194
196
|
},
|
|
195
|
-
"version": "0.11.
|
|
197
|
+
"version": "0.11.4"
|
|
196
198
|
}
|
|
@@ -956,6 +956,7 @@ declare const _default: typeof CustomElement & import("../core/CustomElement.js"
|
|
|
956
956
|
_hasSuggestion: boolean;
|
|
957
957
|
_listboxValue: string;
|
|
958
958
|
_lastComputedListboxValue: string;
|
|
959
|
+
_suggestionOption: Pick<HTMLOptionElement, "value" | "label" | "selected">;
|
|
959
960
|
_values: any[];
|
|
960
961
|
_chipSelected: boolean;
|
|
961
962
|
}, any[]> & import("../core/CustomElement.js").Class<{
|
|
@@ -1711,8 +1712,6 @@ declare const _default: typeof CustomElement & import("../core/CustomElement.js"
|
|
|
1711
1712
|
_onPopupFocusoutListener: EventListener;
|
|
1712
1713
|
_suggestionText: string;
|
|
1713
1714
|
_suggestionValue: string;
|
|
1714
|
-
/** @type {Pick<HTMLOptionElement, 'label'|'value'|'selected'>} */
|
|
1715
|
-
_suggestionOption: Pick<HTMLOptionElement, "label" | "value" | "selected">;
|
|
1716
1715
|
}, any[]> & import("../core/CustomElement.js").Class<{
|
|
1717
1716
|
stateTargetElement: HTMLElement;
|
|
1718
1717
|
}, any[]> & import("../core/CustomElement.js").Class<{
|
|
@@ -1774,6 +1773,7 @@ declare const _default: typeof CustomElement & import("../core/CustomElement.js"
|
|
|
1774
1773
|
ariaControlsAttrValue: () => string;
|
|
1775
1774
|
ariaAutocompleteAttrValue: () => "inline" | "both";
|
|
1776
1775
|
ariaActiveDescendantAttrValue: () => "" | "aria-active";
|
|
1776
|
+
ariaActiveLabel: () => string;
|
|
1777
1777
|
controlRoleAttrValue: () => string;
|
|
1778
1778
|
populatedState: () => boolean;
|
|
1779
1779
|
}, any[]> & import("../core/CustomElement.js").Class<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../components/Input.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../components/Input.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4II,4BAA4B;8BAAjB,aAAa;IAExB,4BAA4B;6BAAjB,aAAa;IAExB,4BAA4B;8BAAjB,aAAa;;;;;;;IAaxB;;;OAGG;0BADQ,KAAK;IAOhB;;OAEG;2BADQ,KAAK;IAyBhB,gCAAgC;uCAApB,UAAU;;;;;IAsEtB;;;OAGG;0BAFQ,IAAI,CAAC,iBAAiB,EAAE,OAAO,GAAC,OAAO,GAAC,UAAU,CAAC,GAClD,IAAI;;IAkEhB;;;;;;;;;OASG;gFAPA;QAA0B,KAAK,GAAvB,OAAO;QACW,IAAI,GAAtB,OAAO;QACW,IAAI,GAAtB,OAAO;QACW,QAAQ,GAA1B,OAAO;QACU,UAAU,GAA3B,MAAM;QACW,KAAK,GAAtB,MAAM;QACW,KAAK,GAAtB,MAAM;KAChB;;;;IA+JD,+DAA+D;mCAAnD,UAAU,GAAG;QAAC,aAAa,EAAE,WAAW,CAAA;KAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhf/B,0BAA0B"}
|
|
@@ -195,6 +195,8 @@ declare const _default: typeof CustomElement & import("../core/CustomElement.js"
|
|
|
195
195
|
resize(): void;
|
|
196
196
|
/** Called by the ResizeObserver mixin; triggers a resize unless active. */
|
|
197
197
|
onResizeObserved(): void;
|
|
198
|
+
}, any[]> & import("../core/CustomElement.js").Class<{
|
|
199
|
+
_onSetValue(value: string): void;
|
|
198
200
|
}, any[]>;
|
|
199
201
|
export default _default;
|
|
200
202
|
import CustomElement from '../core/CustomElement.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../components/TextArea.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwBI,iEAAiE;;IAEjE,8CAA8C;;IAE9C,6DAA6D;;;IAI7D,oDAAoD;;IAEpD,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4EvC;;;OAGG;;IAsDH,2EAA2E
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../components/TextArea.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwBI,iEAAiE;;IAEjE,8CAA8C;;IAE9C,6DAA6D;;;IAI7D,oDAAoD;;IAEpD,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4EvC;;;OAGG;;IAsDH,2EAA2E;;;;;;0BAvKzB,0BAA0B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextFieldMixin.d.ts","sourceRoot":"","sources":["../../mixins/TextFieldMixin.js"],"names":[],"mappings":"AAIA,0EAA0E;AAE1E;;;GAGG;AACH,6CAFW,UAAU,CAAC,0CAAmC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOpD,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TextFieldMixin.d.ts","sourceRoot":"","sources":["../../mixins/TextFieldMixin.js"],"names":[],"mappings":"AAIA,0EAA0E;AAE1E;;;GAGG;AACH,6CAFW,UAAU,CAAC,0CAAmC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOpD,kDAAkD;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAsvBvD;4BAjwBa,OAAO,0BAA0B,EAAE,OAAO"}
|