@genesislcap/foundation-zero 14.410.0 → 14.412.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/dist/custom-elements.json +74 -0
- package/package.json +12 -12
|
@@ -39861,6 +39861,43 @@
|
|
|
39861
39861
|
"module": "src/text-field/text-field.ts"
|
|
39862
39862
|
}
|
|
39863
39863
|
},
|
|
39864
|
+
{
|
|
39865
|
+
"name": "prefix",
|
|
39866
|
+
"type": {
|
|
39867
|
+
"text": "string"
|
|
39868
|
+
},
|
|
39869
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input.",
|
|
39870
|
+
"fieldName": "prefix",
|
|
39871
|
+
"inheritedFrom": {
|
|
39872
|
+
"name": "TextField",
|
|
39873
|
+
"module": "src/text-field/text-field.ts"
|
|
39874
|
+
}
|
|
39875
|
+
},
|
|
39876
|
+
{
|
|
39877
|
+
"name": "suffix",
|
|
39878
|
+
"type": {
|
|
39879
|
+
"text": "string"
|
|
39880
|
+
},
|
|
39881
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
|
|
39882
|
+
"fieldName": "suffix",
|
|
39883
|
+
"inheritedFrom": {
|
|
39884
|
+
"name": "TextField",
|
|
39885
|
+
"module": "src/text-field/text-field.ts"
|
|
39886
|
+
}
|
|
39887
|
+
},
|
|
39888
|
+
{
|
|
39889
|
+
"name": "hide-affix-from-screen-reader",
|
|
39890
|
+
"type": {
|
|
39891
|
+
"text": "boolean"
|
|
39892
|
+
},
|
|
39893
|
+
"default": "false",
|
|
39894
|
+
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
|
|
39895
|
+
"fieldName": "hideAffixFromScreenReader",
|
|
39896
|
+
"inheritedFrom": {
|
|
39897
|
+
"name": "TextField",
|
|
39898
|
+
"module": "src/text-field/text-field.ts"
|
|
39899
|
+
}
|
|
39900
|
+
},
|
|
39864
39901
|
{
|
|
39865
39902
|
"name": "readonly",
|
|
39866
39903
|
"type": {
|
|
@@ -39987,6 +40024,43 @@
|
|
|
39987
40024
|
"module": "src/text-field/text-field.ts"
|
|
39988
40025
|
}
|
|
39989
40026
|
},
|
|
40027
|
+
{
|
|
40028
|
+
"kind": "field",
|
|
40029
|
+
"name": "prefix",
|
|
40030
|
+
"type": {
|
|
40031
|
+
"text": "string"
|
|
40032
|
+
},
|
|
40033
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input.",
|
|
40034
|
+
"inheritedFrom": {
|
|
40035
|
+
"name": "TextField",
|
|
40036
|
+
"module": "src/text-field/text-field.ts"
|
|
40037
|
+
}
|
|
40038
|
+
},
|
|
40039
|
+
{
|
|
40040
|
+
"kind": "field",
|
|
40041
|
+
"name": "suffix",
|
|
40042
|
+
"type": {
|
|
40043
|
+
"text": "string"
|
|
40044
|
+
},
|
|
40045
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field.",
|
|
40046
|
+
"inheritedFrom": {
|
|
40047
|
+
"name": "TextField",
|
|
40048
|
+
"module": "src/text-field/text-field.ts"
|
|
40049
|
+
}
|
|
40050
|
+
},
|
|
40051
|
+
{
|
|
40052
|
+
"kind": "field",
|
|
40053
|
+
"name": "hideAffixFromScreenReader",
|
|
40054
|
+
"type": {
|
|
40055
|
+
"text": "boolean"
|
|
40056
|
+
},
|
|
40057
|
+
"default": "false",
|
|
40058
|
+
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes, and their ids are omitted from the control’s `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text.",
|
|
40059
|
+
"inheritedFrom": {
|
|
40060
|
+
"name": "TextField",
|
|
40061
|
+
"module": "src/text-field/text-field.ts"
|
|
40062
|
+
}
|
|
40063
|
+
},
|
|
39990
40064
|
{
|
|
39991
40065
|
"kind": "field",
|
|
39992
40066
|
"name": "readOnly",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.412.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.412.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.412.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.412.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.412.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.412.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.412.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.412.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.412.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.412.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.412.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "b759370097c295bea2a87d6f3a132ec6dba807ca"
|
|
104
104
|
}
|