mdui 2.0.6 → 2.1.0
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/components/dialog/index.js +3 -0
- package/components/select/index.d.ts +18 -0
- package/components/select/index.js +38 -2
- package/components/text-field/index.d.ts +2 -0
- package/components/text-field/index.js +26 -3
- package/custom-elements.json +95 -0
- package/functions/alert.d.ts +2 -0
- package/functions/alert.js +19 -4
- package/functions/confirm.d.ts +4 -0
- package/functions/confirm.js +33 -6
- package/functions/getLocale.d.ts +6 -0
- package/functions/getLocale.js +11 -0
- package/functions/getTheme.d.ts +1 -1
- package/functions/loadLocale.d.ts +6 -0
- package/functions/loadLocale.js +8 -0
- package/functions/prompt.d.ts +4 -0
- package/functions/prompt.js +35 -8
- package/functions/removeColorScheme.js +1 -1
- package/functions/setColorScheme.d.ts +1 -1
- package/functions/setColorScheme.js +1 -1
- package/functions/setLocale.d.ts +6 -0
- package/functions/setLocale.js +11 -0
- package/functions/setTheme.d.ts +1 -1
- package/internal/localeCodes.d.ts +13 -0
- package/internal/localeCodes.js +144 -0
- package/internal/localize.d.ts +32 -0
- package/internal/localize.js +55 -0
- package/locales/ar-eg.d.ts +8 -0
- package/locales/ar-eg.js +12 -0
- package/locales/az-az.d.ts +8 -0
- package/locales/az-az.js +12 -0
- package/locales/be-by.d.ts +8 -0
- package/locales/be-by.js +12 -0
- package/locales/bg-bg.d.ts +8 -0
- package/locales/bg-bg.js +12 -0
- package/locales/bn-bd.d.ts +8 -0
- package/locales/bn-bd.js +12 -0
- package/locales/ca-es.d.ts +8 -0
- package/locales/ca-es.js +12 -0
- package/locales/cs-cz.d.ts +8 -0
- package/locales/cs-cz.js +12 -0
- package/locales/da-dk.d.ts +8 -0
- package/locales/da-dk.js +12 -0
- package/locales/de-de.d.ts +8 -0
- package/locales/de-de.js +12 -0
- package/locales/el-gr.d.ts +8 -0
- package/locales/el-gr.js +12 -0
- package/locales/en-gb.d.ts +8 -0
- package/locales/en-gb.js +12 -0
- package/locales/es-es.d.ts +8 -0
- package/locales/es-es.js +12 -0
- package/locales/et-ee.d.ts +8 -0
- package/locales/et-ee.js +12 -0
- package/locales/fa-ir.d.ts +8 -0
- package/locales/fa-ir.js +12 -0
- package/locales/fi-fi.d.ts +8 -0
- package/locales/fi-fi.js +12 -0
- package/locales/fr-be.d.ts +8 -0
- package/locales/fr-be.js +12 -0
- package/locales/fr-ca.d.ts +8 -0
- package/locales/fr-ca.js +12 -0
- package/locales/fr-fr.d.ts +8 -0
- package/locales/fr-fr.js +12 -0
- package/locales/ga-ie.d.ts +8 -0
- package/locales/ga-ie.js +12 -0
- package/locales/gl-es.d.ts +8 -0
- package/locales/gl-es.js +12 -0
- package/locales/he-il.d.ts +8 -0
- package/locales/he-il.js +12 -0
- package/locales/hi-in.d.ts +8 -0
- package/locales/hi-in.js +12 -0
- package/locales/hr-hr.d.ts +8 -0
- package/locales/hr-hr.js +12 -0
- package/locales/hu-hu.d.ts +8 -0
- package/locales/hu-hu.js +12 -0
- package/locales/hy-am.d.ts +8 -0
- package/locales/hy-am.js +12 -0
- package/locales/id-id.d.ts +8 -0
- package/locales/id-id.js +12 -0
- package/locales/is-is.d.ts +8 -0
- package/locales/is-is.js +12 -0
- package/locales/it-it.d.ts +8 -0
- package/locales/it-it.js +12 -0
- package/locales/ja-jp.d.ts +8 -0
- package/locales/ja-jp.js +12 -0
- package/locales/ka-ge.d.ts +8 -0
- package/locales/ka-ge.js +12 -0
- package/locales/kk-kz.d.ts +8 -0
- package/locales/kk-kz.js +12 -0
- package/locales/km-kh.d.ts +8 -0
- package/locales/km-kh.js +12 -0
- package/locales/kmr-iq.d.ts +8 -0
- package/locales/kmr-iq.js +12 -0
- package/locales/kn-in.d.ts +8 -0
- package/locales/kn-in.js +12 -0
- package/locales/ko-kr.d.ts +8 -0
- package/locales/ko-kr.js +12 -0
- package/locales/lt-lt.d.ts +8 -0
- package/locales/lt-lt.js +12 -0
- package/locales/lv-lv.d.ts +8 -0
- package/locales/lv-lv.js +12 -0
- package/locales/mk-mk.d.ts +8 -0
- package/locales/mk-mk.js +12 -0
- package/locales/ml-in.d.ts +8 -0
- package/locales/ml-in.js +12 -0
- package/locales/mn-mn.d.ts +8 -0
- package/locales/mn-mn.js +12 -0
- package/locales/ms-my.d.ts +8 -0
- package/locales/ms-my.js +12 -0
- package/locales/nb-no.d.ts +8 -0
- package/locales/nb-no.js +12 -0
- package/locales/ne-np.d.ts +8 -0
- package/locales/ne-np.js +12 -0
- package/locales/nl-be.d.ts +8 -0
- package/locales/nl-be.js +12 -0
- package/locales/nl-nl.d.ts +8 -0
- package/locales/nl-nl.js +12 -0
- package/locales/pl-pl.d.ts +8 -0
- package/locales/pl-pl.js +12 -0
- package/locales/pt-br.d.ts +8 -0
- package/locales/pt-br.js +12 -0
- package/locales/pt-pt.d.ts +8 -0
- package/locales/pt-pt.js +12 -0
- package/locales/ro-ro.d.ts +8 -0
- package/locales/ro-ro.js +12 -0
- package/locales/ru-ru.d.ts +8 -0
- package/locales/ru-ru.js +12 -0
- package/locales/sk-sk.d.ts +8 -0
- package/locales/sk-sk.js +12 -0
- package/locales/sl-si.d.ts +8 -0
- package/locales/sl-si.js +12 -0
- package/locales/sr-rs.d.ts +8 -0
- package/locales/sr-rs.js +12 -0
- package/locales/sv-se.d.ts +8 -0
- package/locales/sv-se.js +12 -0
- package/locales/ta-in.d.ts +8 -0
- package/locales/ta-in.js +12 -0
- package/locales/th-th.d.ts +8 -0
- package/locales/th-th.js +12 -0
- package/locales/tr-tr.d.ts +8 -0
- package/locales/tr-tr.js +12 -0
- package/locales/uk-ua.d.ts +8 -0
- package/locales/uk-ua.js +12 -0
- package/locales/ur-pk.d.ts +8 -0
- package/locales/ur-pk.js +12 -0
- package/locales/vi-vn.d.ts +8 -0
- package/locales/vi-vn.js +12 -0
- package/locales/zh-cn.d.ts +8 -0
- package/locales/zh-cn.js +12 -0
- package/locales/zh-hk.d.ts +8 -0
- package/locales/zh-hk.js +12 -0
- package/locales/zh-tw.d.ts +8 -0
- package/locales/zh-tw.js +12 -0
- package/mdui.d.ts +5 -0
- package/mdui.esm.js +8 -8
- package/mdui.global.js +6 -6
- package/mdui.js +3 -0
- package/package.json +9 -6
- package/web-types.en.json +91 -1
- package/web-types.zh-cn.json +91 -1
- /package/{functions/utils → internal}/colorScheme.d.ts +0 -0
- /package/{functions/utils → internal}/colorScheme.js +0 -0
- /package/{functions/utils → internal}/theme.d.ts +0 -0
- /package/{functions/utils → internal}/theme.js +0 -0
package/mdui.js
CHANGED
|
@@ -51,11 +51,14 @@ export * from './functions/breakpoint.js';
|
|
|
51
51
|
export * from './functions/confirm.js';
|
|
52
52
|
export * from './functions/dialog.js';
|
|
53
53
|
export * from './functions/getColorFromImage.js';
|
|
54
|
+
export * from './functions/getLocale.js';
|
|
54
55
|
export * from './functions/getTheme.js';
|
|
56
|
+
export * from './functions/loadLocale.js';
|
|
55
57
|
export * from './functions/observeResize.js';
|
|
56
58
|
export * from './functions/prompt.js';
|
|
57
59
|
export * from './functions/removeColorScheme.js';
|
|
58
60
|
export * from './functions/setColorScheme.js';
|
|
61
|
+
export * from './functions/setLocale.js';
|
|
59
62
|
export * from './functions/setTheme.js';
|
|
60
63
|
export * from './functions/snackbar.js';
|
|
61
64
|
export * from './functions/throttle.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdui",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "实现 material you 设计规范的 Web Components 组件库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "mdui.js",
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"components",
|
|
13
13
|
"functions",
|
|
14
|
+
"internal",
|
|
15
|
+
"locales",
|
|
14
16
|
"css-data.{en,zh-cn}.json",
|
|
15
17
|
"custom-elements.json",
|
|
16
18
|
"html-data.{en,zh-cn}.json",
|
|
@@ -47,16 +49,17 @@
|
|
|
47
49
|
},
|
|
48
50
|
"homepage": "https://www.mdui.org",
|
|
49
51
|
"dependencies": {
|
|
50
|
-
"@lit-labs/motion": "^1.0.
|
|
52
|
+
"@lit-labs/motion": "^1.0.7",
|
|
53
|
+
"@lit/localize": "^0.12.1",
|
|
51
54
|
"@material/material-color-utilities": "^0.2.7",
|
|
52
55
|
"@open-wc/dedupe-mixin": "^1.4.0",
|
|
53
|
-
"@floating-ui/utils": "^0.1
|
|
56
|
+
"@floating-ui/utils": "^0.2.1",
|
|
54
57
|
"classcat": "^5.0.4",
|
|
55
58
|
"is-promise": "^4.0.0",
|
|
56
|
-
"lit": "^3.
|
|
59
|
+
"lit": "^3.1.2",
|
|
57
60
|
"ssr-window": "^4.0.2",
|
|
58
61
|
"tslib": "^2.6.2",
|
|
59
|
-
"@mdui/
|
|
60
|
-
"@mdui/
|
|
62
|
+
"@mdui/jq": "^3.0.1",
|
|
63
|
+
"@mdui/shared": "^1.0.5"
|
|
61
64
|
}
|
|
62
65
|
}
|
package/web-types.en.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"name": "mdui",
|
|
4
|
-
"version": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"js-types-syntax": "typescript",
|
|
6
6
|
"description-markup": "markdown",
|
|
7
7
|
"framework-config": {
|
|
@@ -7957,11 +7957,101 @@
|
|
|
7957
7957
|
},
|
|
7958
7958
|
"css": {
|
|
7959
7959
|
"parts": [
|
|
7960
|
+
{
|
|
7961
|
+
"name": "chips",
|
|
7962
|
+
"description": "Container for option chips when `multiple` is enabled.",
|
|
7963
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-chips"
|
|
7964
|
+
},
|
|
7965
|
+
{
|
|
7966
|
+
"name": "chip",
|
|
7967
|
+
"description": "Individual chip representing each multiselect option.",
|
|
7968
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-chip"
|
|
7969
|
+
},
|
|
7970
|
+
{
|
|
7971
|
+
"name": "chip__button",
|
|
7972
|
+
"description": "The `<button>` element within the chip.",
|
|
7973
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-chip__button"
|
|
7974
|
+
},
|
|
7975
|
+
{
|
|
7976
|
+
"name": "chip__label",
|
|
7977
|
+
"description": "Text part of the chip.",
|
|
7978
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-chip__label"
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"name": "chip__delete-icon",
|
|
7982
|
+
"description": "Delete icon within the chip.",
|
|
7983
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-chip__delete-icon"
|
|
7984
|
+
},
|
|
7960
7985
|
{
|
|
7961
7986
|
"name": "text-field",
|
|
7962
7987
|
"description": "Text field, i.e., [`<mdui-text-field>`](https://www.mdui.org/en/docs/2/components/text-field) element.",
|
|
7963
7988
|
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field"
|
|
7964
7989
|
},
|
|
7990
|
+
{
|
|
7991
|
+
"name": "text-field__container",
|
|
7992
|
+
"description": "Container for the text field.",
|
|
7993
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__container"
|
|
7994
|
+
},
|
|
7995
|
+
{
|
|
7996
|
+
"name": "text-field__icon",
|
|
7997
|
+
"description": "Icon within the text field.",
|
|
7998
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__icon"
|
|
7999
|
+
},
|
|
8000
|
+
{
|
|
8001
|
+
"name": "text-field__end-icon",
|
|
8002
|
+
"description": "Right-side icon within the text field.",
|
|
8003
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__end-icon"
|
|
8004
|
+
},
|
|
8005
|
+
{
|
|
8006
|
+
"name": "text-field__error-icon",
|
|
8007
|
+
"description": "Icon displayed in the text field upon validation failure.",
|
|
8008
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__error-icon"
|
|
8009
|
+
},
|
|
8010
|
+
{
|
|
8011
|
+
"name": "text-field__prefix",
|
|
8012
|
+
"description": "Text on the left side of the text field.",
|
|
8013
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__prefix"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"name": "text-field__suffix",
|
|
8017
|
+
"description": "Text on the right side of the text field.",
|
|
8018
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__suffix"
|
|
8019
|
+
},
|
|
8020
|
+
{
|
|
8021
|
+
"name": "text-field__label",
|
|
8022
|
+
"description": "Label text displayed above the text field.",
|
|
8023
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__label"
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"name": "text-field__input",
|
|
8027
|
+
"description": "The `<input>` element within the text field.",
|
|
8028
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__input"
|
|
8029
|
+
},
|
|
8030
|
+
{
|
|
8031
|
+
"name": "text-field__clear-button",
|
|
8032
|
+
"description": "Clear button within the text field.",
|
|
8033
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__clear-button"
|
|
8034
|
+
},
|
|
8035
|
+
{
|
|
8036
|
+
"name": "text-field__clear-icon",
|
|
8037
|
+
"description": "Icon within the clear button of the text field.",
|
|
8038
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__clear-icon"
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"name": "text-field__supporting",
|
|
8042
|
+
"description": "Container for supporting information at the bottom of the text field, including helper and error messages.",
|
|
8043
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__supporting"
|
|
8044
|
+
},
|
|
8045
|
+
{
|
|
8046
|
+
"name": "text-field__helper",
|
|
8047
|
+
"description": "Helper text displayed at the bottom of the text field.",
|
|
8048
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__helper"
|
|
8049
|
+
},
|
|
8050
|
+
{
|
|
8051
|
+
"name": "text-field__error",
|
|
8052
|
+
"description": "Error message displayed at the bottom of the text field.",
|
|
8053
|
+
"doc-url": "https://www.mdui.org/en/docs/2/components/select#cssParts-text-field__error"
|
|
8054
|
+
},
|
|
7965
8055
|
{
|
|
7966
8056
|
"name": "menu",
|
|
7967
8057
|
"description": "Dropdown menu, i.e., [`<mdui-menu>`](https://www.mdui.org/en/docs/2/components/menu) element.",
|
package/web-types.zh-cn.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"name": "mdui",
|
|
4
|
-
"version": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"js-types-syntax": "typescript",
|
|
6
6
|
"description-markup": "markdown",
|
|
7
7
|
"framework-config": {
|
|
@@ -7957,11 +7957,101 @@
|
|
|
7957
7957
|
},
|
|
7958
7958
|
"css": {
|
|
7959
7959
|
"parts": [
|
|
7960
|
+
{
|
|
7961
|
+
"name": "chips",
|
|
7962
|
+
"description": "多选时,放置选中值对应的 chip 的容器",
|
|
7963
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-chips"
|
|
7964
|
+
},
|
|
7965
|
+
{
|
|
7966
|
+
"name": "chip",
|
|
7967
|
+
"description": "多选时,每一个选中的值对应的 chip",
|
|
7968
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-chip"
|
|
7969
|
+
},
|
|
7970
|
+
{
|
|
7971
|
+
"name": "chip__button",
|
|
7972
|
+
"description": "chip 内部的 `<button>` 元素",
|
|
7973
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-chip__button"
|
|
7974
|
+
},
|
|
7975
|
+
{
|
|
7976
|
+
"name": "chip__label",
|
|
7977
|
+
"description": "chip 内部的文本",
|
|
7978
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-chip__label"
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"name": "chip__delete-icon",
|
|
7982
|
+
"description": "chip 内部的删除图标",
|
|
7983
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-chip__delete-icon"
|
|
7984
|
+
},
|
|
7960
7985
|
{
|
|
7961
7986
|
"name": "text-field",
|
|
7962
7987
|
"description": "文本框,即 [`<mdui-text-field>`](https://www.mdui.org/zh-cn/docs/2/components/text-field) 元素",
|
|
7963
7988
|
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field"
|
|
7964
7989
|
},
|
|
7990
|
+
{
|
|
7991
|
+
"name": "text-field__container",
|
|
7992
|
+
"description": "text-field 内部的文本框容器",
|
|
7993
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__container"
|
|
7994
|
+
},
|
|
7995
|
+
{
|
|
7996
|
+
"name": "text-field__icon",
|
|
7997
|
+
"description": "text-field 内部的左侧图标",
|
|
7998
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__icon"
|
|
7999
|
+
},
|
|
8000
|
+
{
|
|
8001
|
+
"name": "text-field__end-icon",
|
|
8002
|
+
"description": "text-field 内部的右侧图标",
|
|
8003
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__end-icon"
|
|
8004
|
+
},
|
|
8005
|
+
{
|
|
8006
|
+
"name": "text-field__error-icon",
|
|
8007
|
+
"description": "text-field 内部的验证失败状态的右侧图标",
|
|
8008
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__error-icon"
|
|
8009
|
+
},
|
|
8010
|
+
{
|
|
8011
|
+
"name": "text-field__prefix",
|
|
8012
|
+
"description": "text-field 内部的左侧文本",
|
|
8013
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__prefix"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"name": "text-field__suffix",
|
|
8017
|
+
"description": "text-field 内部的右侧文本",
|
|
8018
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__suffix"
|
|
8019
|
+
},
|
|
8020
|
+
{
|
|
8021
|
+
"name": "text-field__label",
|
|
8022
|
+
"description": "text-field 内部的标签文本",
|
|
8023
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__label"
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"name": "text-field__input",
|
|
8027
|
+
"description": "text-field 内部的 `<input>` 元素",
|
|
8028
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__input"
|
|
8029
|
+
},
|
|
8030
|
+
{
|
|
8031
|
+
"name": "text-field__clear-button",
|
|
8032
|
+
"description": "text-field 内部的清空按钮",
|
|
8033
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__clear-button"
|
|
8034
|
+
},
|
|
8035
|
+
{
|
|
8036
|
+
"name": "text-field__clear-icon",
|
|
8037
|
+
"description": "text-field 内部的清空按钮中的图标",
|
|
8038
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__clear-icon"
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"name": "text-field__supporting",
|
|
8042
|
+
"description": "text-field 内部的底部辅助信息容器,包括 helper 和 error",
|
|
8043
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__supporting"
|
|
8044
|
+
},
|
|
8045
|
+
{
|
|
8046
|
+
"name": "text-field__helper",
|
|
8047
|
+
"description": "text-field 内部的底部帮助文本",
|
|
8048
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__helper"
|
|
8049
|
+
},
|
|
8050
|
+
{
|
|
8051
|
+
"name": "text-field__error",
|
|
8052
|
+
"description": "text-field 内部的底部错误描述文本",
|
|
8053
|
+
"doc-url": "https://www.mdui.org/zh-cn/docs/2/components/select#cssParts-text-field__error"
|
|
8054
|
+
},
|
|
7965
8055
|
{
|
|
7966
8056
|
"name": "menu",
|
|
7967
8057
|
"description": "下拉菜单,即 [`<mdui-menu>`](https://www.mdui.org/zh-cn/docs/2/components/menu) 元素",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|