@omnia/fx-models 8.0.37-vnext → 8.0.39-vnext
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/Enums.d.ts +2 -1
- package/Enums.js +1 -0
- package/ManifestIds.d.ts +1 -1
- package/ManifestIds.js +1 -1
- package/Messaging.d.ts +1 -0
- package/componentproptypes/ThemeableComponents.d.ts +0 -2
- package/oxide/TypeDefinitions.d.ts +29 -36
- package/oxide/TypeDefinitions.js +9 -14
- package/package.json +1 -1
package/Enums.d.ts
CHANGED
|
@@ -1379,7 +1379,8 @@ export declare enum LocalServingMessageType {
|
|
|
1379
1379
|
FullReload = "full-reload",
|
|
1380
1380
|
Update = "update",
|
|
1381
1381
|
Custom = "custom",
|
|
1382
|
-
Error = "error"
|
|
1382
|
+
Error = "error",
|
|
1383
|
+
LocalizeChanged = "localize-changed"
|
|
1383
1384
|
}
|
|
1384
1385
|
export declare enum CookieKeys {
|
|
1385
1386
|
LoginType = "LoginType",
|
package/Enums.js
CHANGED
|
@@ -1358,6 +1358,7 @@ var LocalServingMessageType;
|
|
|
1358
1358
|
LocalServingMessageType["Update"] = "update";
|
|
1359
1359
|
LocalServingMessageType["Custom"] = "custom";
|
|
1360
1360
|
LocalServingMessageType["Error"] = "error";
|
|
1361
|
+
LocalServingMessageType["LocalizeChanged"] = "localize-changed";
|
|
1361
1362
|
})(LocalServingMessageType = exports.LocalServingMessageType || (exports.LocalServingMessageType = {}));
|
|
1362
1363
|
var CookieKeys;
|
|
1363
1364
|
(function (CookieKeys) {
|
package/ManifestIds.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
145
145
|
static get FxUxIframe(): Guid;
|
|
146
146
|
static get FxUxDateTimePicker(): Guid;
|
|
147
147
|
static get Console(): Guid;
|
|
148
|
-
static get
|
|
148
|
+
static get DevSocketMessage(): Guid;
|
|
149
149
|
static get FxUxDialog(): Guid;
|
|
150
150
|
static get FxUxConfirmDialog(): Guid;
|
|
151
151
|
static get FxUxDocumenticon(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -451,7 +451,7 @@ class OmniaWebComponentManifests {
|
|
|
451
451
|
static get Console() {
|
|
452
452
|
return new models_1.Guid("f3d75940-db51-447d-bf67-19251f5465b0");
|
|
453
453
|
}
|
|
454
|
-
static get
|
|
454
|
+
static get DevSocketMessage() {
|
|
455
455
|
return new models_1.Guid("e6b88bd8-d419-49c8-af6f-ed268ae64430");
|
|
456
456
|
}
|
|
457
457
|
static get FxUxDialog() {
|
package/Messaging.d.ts
CHANGED
|
@@ -1,110 +1,103 @@
|
|
|
1
|
-
export declare const HostTypeDefinitions: string[];
|
|
2
|
-
export type HostTypes = typeof HostTypeDefinitions[number];
|
|
3
|
-
export declare const HostTypesName = "HostTypes";
|
|
4
1
|
/**AppBar */
|
|
5
|
-
export declare const AppBarTypeDefinitions:
|
|
2
|
+
export declare const AppBarTypeDefinitions: readonly ["default", "admin"];
|
|
6
3
|
export type AppBarTypes = typeof AppBarTypeDefinitions[number];
|
|
7
4
|
export declare const AppBarTypesName = "AppBarTypes";
|
|
8
5
|
/**Button */
|
|
9
|
-
export declare const SizeTypeDefinitions:
|
|
6
|
+
export declare const SizeTypeDefinitions: readonly ["default", "x-small", "small"];
|
|
10
7
|
export type SizeTypes = typeof SizeTypeDefinitions[number];
|
|
11
8
|
export declare const SizeTypesName = "SizeTypes";
|
|
12
|
-
export declare const ButtonPresetDefinitions:
|
|
9
|
+
export declare const ButtonPresetDefinitions: readonly ["create", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-navigate", "icon-settings"];
|
|
13
10
|
export type OxideButtonPresets = typeof ButtonPresetDefinitions[number];
|
|
14
11
|
export declare const ButtonPresetsName = "OxideButtonPresets";
|
|
15
|
-
export declare const ButtonVariantDefinitions:
|
|
12
|
+
export declare const ButtonVariantDefinitions: readonly ["default", "prominent", "toolbar", "opacity", "dial"];
|
|
16
13
|
export type ButtonVariants = typeof ButtonVariantDefinitions[number];
|
|
17
14
|
export declare const ButtonVariantsName = "ButtonVariants";
|
|
18
15
|
/**Button Group */
|
|
19
|
-
export declare const ButtonGroupTypeDefinitions:
|
|
16
|
+
export declare const ButtonGroupTypeDefinitions: readonly ["default", "dial", "drawer"];
|
|
20
17
|
export type ButtonGroupTypes = typeof ButtonGroupTypeDefinitions[number];
|
|
21
18
|
export declare const ButtonGroupTypesName = "ButtonGroupTypes";
|
|
22
|
-
/**Button Toggle */
|
|
23
|
-
export declare const ToggleVariantsDefinitions: string[];
|
|
24
|
-
export type ToggleVariants = typeof ToggleVariantsDefinitions[number];
|
|
25
|
-
export declare const ToggleVariantsName = "ToggleVariants";
|
|
26
19
|
/** Column */
|
|
27
|
-
export declare const ColValueDefinitions:
|
|
20
|
+
export declare const ColValueDefinitions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
|
|
28
21
|
export type ColValues = typeof ColValueDefinitions[number];
|
|
29
22
|
export declare const ColValuesName = "ColValues";
|
|
30
|
-
export declare const AlignmentTypeDefinitions:
|
|
23
|
+
export declare const AlignmentTypeDefinitions: readonly ["end", "center", "start", "baseline", "stretch", "auto"];
|
|
31
24
|
export type AlignmentTypes = typeof AlignmentTypeDefinitions[number];
|
|
32
25
|
export declare const AlignmentTypesName = "AlignmentTypes";
|
|
33
26
|
/** Dialog */
|
|
34
|
-
export declare const DialogTypeDefinitions:
|
|
27
|
+
export declare const DialogTypeDefinitions: readonly ["save-cancel", "confirm", "ok-cancel", "default", "app"];
|
|
35
28
|
export type DialogTypes = typeof DialogTypeDefinitions[number];
|
|
36
29
|
export declare const DialogTypesName = "DialogTypes";
|
|
37
30
|
/** Expansion Panel */
|
|
38
|
-
export declare const PanelTypeDefinitions:
|
|
31
|
+
export declare const PanelTypeDefinitions: readonly ["default", "navigation"];
|
|
39
32
|
export type PanelTypes = typeof PanelTypeDefinitions[number];
|
|
40
33
|
export declare const PanelTypesName = "PanelTypes";
|
|
41
34
|
/**Icon */
|
|
42
|
-
export declare const IconPresetDefinitions:
|
|
35
|
+
export declare const IconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove"];
|
|
43
36
|
export type IconPresets = typeof IconPresetDefinitions[number];
|
|
44
37
|
export declare const IconPresetsName = "IconPresets";
|
|
45
|
-
export declare const IconSizeDefinitions:
|
|
38
|
+
export declare const IconSizeDefinitions: readonly ["default", "x-small", "small"];
|
|
46
39
|
export type OIconSizes = typeof IconSizeDefinitions[number];
|
|
47
40
|
export declare const IconSizesName = "OIconSizes";
|
|
48
41
|
/** Image */
|
|
49
|
-
export declare const RatioTypeDefinitions:
|
|
42
|
+
export declare const RatioTypeDefinitions: readonly ["default", "landscape"];
|
|
50
43
|
export type RatioTypes = typeof RatioTypeDefinitions[number];
|
|
51
44
|
export declare const RatioTypesName = "RatioTypes";
|
|
52
45
|
/** List */
|
|
53
|
-
export declare const ListItemVariantDefinitions:
|
|
46
|
+
export declare const ListItemVariantDefinitions: readonly ["default", "delete"];
|
|
54
47
|
export type ListItemVariants = typeof ListItemVariantDefinitions[number];
|
|
55
48
|
export declare const ListItemVariantsName = "ListItemVariants";
|
|
56
|
-
export declare const ListTypeDefinitions:
|
|
49
|
+
export declare const ListTypeDefinitions: readonly ["default", "navigation"];
|
|
57
50
|
export type ListTypes = typeof ListTypeDefinitions[number];
|
|
58
51
|
export declare const ListTypesName = "ListTypes";
|
|
59
|
-
export declare const ListLineTypeDefinitions:
|
|
52
|
+
export declare const ListLineTypeDefinitions: readonly [false, "one", "two", "three"];
|
|
60
53
|
export type ListLineTypes = typeof ListLineTypeDefinitions[number];
|
|
61
54
|
export declare const ListLineTypesName = "ListLineTypes";
|
|
62
55
|
/** Menu */
|
|
63
|
-
export declare const MenuLocationDefinitions:
|
|
56
|
+
export declare const MenuLocationDefinitions: readonly ["top", "bottom", "start", "end", "left", "right", "center", "center center", "top center", "top start", "top end", "bottom start", "bottom end", "start top", "start bottom", "end top", "end bottom"];
|
|
64
57
|
export type MenuLocations = typeof MenuLocationDefinitions[number];
|
|
65
58
|
export declare const MenuLocationsName = "MenuLocations";
|
|
66
59
|
/**Navigation Drawer */
|
|
67
|
-
export declare const NavigationDrawerLocationDefinitions:
|
|
60
|
+
export declare const NavigationDrawerLocationDefinitions: readonly ["top", "left", "right", "bottom", "end", "start"];
|
|
68
61
|
export type NavigationDrawerLocations = typeof NavigationDrawerLocationDefinitions[number];
|
|
69
62
|
export declare const NavigationDrawerLocationsName = "NavigationDrawerLocations";
|
|
70
|
-
export declare const NavigationDrawerVariantDefinitions:
|
|
63
|
+
export declare const NavigationDrawerVariantDefinitions: readonly ["default", "app", "editor", "dialog"];
|
|
71
64
|
export type NavigationDrawerVariants = typeof NavigationDrawerVariantDefinitions[number];
|
|
72
65
|
export declare const NavigationDrawerVariantsName = "NavigationDrawerVariants";
|
|
73
66
|
/** Panel */
|
|
74
|
-
export declare const DividerTypeDefinitions:
|
|
67
|
+
export declare const DividerTypeDefinitions: readonly ["top", "bottom", "top bottom"];
|
|
75
68
|
export type DividerTypes = typeof DividerTypeDefinitions[number];
|
|
76
69
|
export declare const DividerTypesName = "DividerTypes";
|
|
77
|
-
export declare const PanelVariantDefinitions:
|
|
70
|
+
export declare const PanelVariantDefinitions: readonly ["default", "dialog", "tab", "section", "toolbar", "settings", "text-area", "navigation"];
|
|
78
71
|
export type PanelVariants = typeof PanelVariantDefinitions[number];
|
|
79
72
|
export declare const PanelVariantsName = "PanelVariants";
|
|
80
|
-
export declare const PanelDirectionDefinitions:
|
|
73
|
+
export declare const PanelDirectionDefinitions: readonly ["row", "column"];
|
|
81
74
|
export type PanelDirections = typeof PanelDirectionDefinitions[number];
|
|
82
75
|
export declare const PanelDirectionsName = "PanelDirections";
|
|
83
|
-
export declare const HorizontalAlignmentDefinitions:
|
|
76
|
+
export declare const HorizontalAlignmentDefinitions: readonly ["left", "center", "right"];
|
|
84
77
|
export type OHorizontalAlignments = typeof HorizontalAlignmentDefinitions[number];
|
|
85
78
|
export declare const HorizontalAlignmentsName = "OHorizontalAlignments";
|
|
86
|
-
export declare const VerticalAlignmentDefinitions:
|
|
79
|
+
export declare const VerticalAlignmentDefinitions: readonly ["top", "center", "bottom"];
|
|
87
80
|
export type OVerticalAlignments = typeof VerticalAlignmentDefinitions[number];
|
|
88
81
|
export declare const VerticalAlignmentsName = "OVerticalAlignments";
|
|
89
82
|
/** Select */
|
|
90
|
-
export declare const SelectTypeDefinitions:
|
|
83
|
+
export declare const SelectTypeDefinitions: readonly ["default", "add", "picker"];
|
|
91
84
|
export type SelectTypes = typeof SelectTypeDefinitions[number];
|
|
92
85
|
export declare const SelectTypesName = "SelectTypes";
|
|
93
86
|
/** Tabs */
|
|
94
|
-
export declare const ScrollOffsetTypeDefinitions:
|
|
87
|
+
export declare const ScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
|
|
95
88
|
export type ScrollOffsetTypes = "dialog" | "drawer" | string;
|
|
96
89
|
export declare const ScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
97
|
-
export declare const TabVariantDefinitions:
|
|
90
|
+
export declare const TabVariantDefinitions: readonly ["default", "dialog", "settings"];
|
|
98
91
|
export type TabVariants = typeof TabVariantDefinitions[number];
|
|
99
92
|
export declare const TabVariantsName = "TabVariants";
|
|
100
93
|
/** Text Box */
|
|
101
|
-
export declare const TextBoxVariantTypeDefinitions:
|
|
94
|
+
export declare const TextBoxVariantTypeDefinitions: readonly ["default", "search", "find-slim", "numberselector", "numberselector-prepend", "link", "media"];
|
|
102
95
|
export type TextBoxVariantTypes = typeof TextBoxVariantTypeDefinitions[number];
|
|
103
96
|
export declare const TextBoxVariantTypesName = "TextBoxVariantTypes";
|
|
104
|
-
export declare const TextBoxTypeDefinitions:
|
|
97
|
+
export declare const TextBoxTypeDefinitions: readonly ["number"];
|
|
105
98
|
export type TextBoxTypes = typeof TextBoxTypeDefinitions[number];
|
|
106
99
|
export declare const TextBoxTypesName = "TextBoxTypes";
|
|
107
100
|
/** Toolbar */
|
|
108
|
-
export declare const ToolbarVariationDefinitions:
|
|
101
|
+
export declare const ToolbarVariationDefinitions: readonly ["default", "blade"];
|
|
109
102
|
export type ToolbarVariants = typeof ToolbarVariationDefinitions[number];
|
|
110
103
|
export declare const ToolbarVariantsName = "ToolbarVariants";
|
package/oxide/TypeDefinitions.js
CHANGED
|
@@ -1,32 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VerticalAlignmentsName = exports.VerticalAlignmentDefinitions = exports.HorizontalAlignmentsName = exports.HorizontalAlignmentDefinitions = exports.PanelDirectionsName = exports.PanelDirectionDefinitions = exports.PanelVariantsName = exports.PanelVariantDefinitions = exports.DividerTypesName = exports.DividerTypeDefinitions = exports.NavigationDrawerVariantsName = exports.NavigationDrawerVariantDefinitions = exports.NavigationDrawerLocationsName = exports.NavigationDrawerLocationDefinitions = exports.MenuLocationsName = exports.MenuLocationDefinitions = exports.ListLineTypesName = exports.ListLineTypeDefinitions = exports.ListTypesName = exports.ListTypeDefinitions = exports.ListItemVariantsName = exports.ListItemVariantDefinitions = exports.RatioTypesName = exports.RatioTypeDefinitions = exports.IconSizesName = exports.IconSizeDefinitions = exports.IconPresetsName = exports.IconPresetDefinitions = exports.PanelTypesName = exports.PanelTypeDefinitions = exports.DialogTypesName = exports.DialogTypeDefinitions = exports.AlignmentTypesName = exports.AlignmentTypeDefinitions = exports.ColValuesName = exports.ColValueDefinitions = exports.
|
|
4
|
-
exports.ToolbarVariantsName = exports.ToolbarVariationDefinitions = exports.TextBoxTypesName = exports.TextBoxTypeDefinitions = exports.TextBoxVariantTypesName = exports.TextBoxVariantTypeDefinitions = exports.TabVariantsName = exports.TabVariantDefinitions =
|
|
5
|
-
exports.HostTypeDefinitions = ["public", "admin", "editor", "docs"];
|
|
6
|
-
exports.HostTypesName = "HostTypes";
|
|
3
|
+
exports.ScrollOffsetTypesName = exports.ScrollOffsetTypeDefinitions = exports.SelectTypesName = exports.SelectTypeDefinitions = exports.VerticalAlignmentsName = exports.VerticalAlignmentDefinitions = exports.HorizontalAlignmentsName = exports.HorizontalAlignmentDefinitions = exports.PanelDirectionsName = exports.PanelDirectionDefinitions = exports.PanelVariantsName = exports.PanelVariantDefinitions = exports.DividerTypesName = exports.DividerTypeDefinitions = exports.NavigationDrawerVariantsName = exports.NavigationDrawerVariantDefinitions = exports.NavigationDrawerLocationsName = exports.NavigationDrawerLocationDefinitions = exports.MenuLocationsName = exports.MenuLocationDefinitions = exports.ListLineTypesName = exports.ListLineTypeDefinitions = exports.ListTypesName = exports.ListTypeDefinitions = exports.ListItemVariantsName = exports.ListItemVariantDefinitions = exports.RatioTypesName = exports.RatioTypeDefinitions = exports.IconSizesName = exports.IconSizeDefinitions = exports.IconPresetsName = exports.IconPresetDefinitions = exports.PanelTypesName = exports.PanelTypeDefinitions = exports.DialogTypesName = exports.DialogTypeDefinitions = exports.AlignmentTypesName = exports.AlignmentTypeDefinitions = exports.ColValuesName = exports.ColValueDefinitions = exports.ButtonGroupTypesName = exports.ButtonGroupTypeDefinitions = exports.ButtonVariantsName = exports.ButtonVariantDefinitions = exports.ButtonPresetsName = exports.ButtonPresetDefinitions = exports.SizeTypesName = exports.SizeTypeDefinitions = exports.AppBarTypesName = exports.AppBarTypeDefinitions = void 0;
|
|
4
|
+
exports.ToolbarVariantsName = exports.ToolbarVariationDefinitions = exports.TextBoxTypesName = exports.TextBoxTypeDefinitions = exports.TextBoxVariantTypesName = exports.TextBoxVariantTypeDefinitions = exports.TabVariantsName = exports.TabVariantDefinitions = void 0;
|
|
7
5
|
/**AppBar */
|
|
8
6
|
exports.AppBarTypeDefinitions = ["default", "admin"];
|
|
9
7
|
exports.AppBarTypesName = "AppBarTypes";
|
|
10
8
|
/**Button */
|
|
11
|
-
exports.SizeTypeDefinitions = ["default", "x-small", "small"
|
|
9
|
+
exports.SizeTypeDefinitions = ["default", "x-small", "small"];
|
|
12
10
|
exports.SizeTypesName = "SizeTypes";
|
|
13
|
-
exports.ButtonPresetDefinitions = ["create", "delete", "ok", "cancel", "save", "close", "icon-add", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-navigate"];
|
|
11
|
+
exports.ButtonPresetDefinitions = ["create", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-navigate", "icon-settings"];
|
|
14
12
|
exports.ButtonPresetsName = "OxideButtonPresets";
|
|
15
13
|
exports.ButtonVariantDefinitions = ["default", "prominent", "toolbar", "opacity", "dial"];
|
|
16
14
|
exports.ButtonVariantsName = "ButtonVariants";
|
|
17
15
|
/**Button Group */
|
|
18
|
-
exports.ButtonGroupTypeDefinitions = ["default", "dial"];
|
|
16
|
+
exports.ButtonGroupTypeDefinitions = ["default", "dial", "drawer"];
|
|
19
17
|
exports.ButtonGroupTypesName = "ButtonGroupTypes";
|
|
20
|
-
/**Button Toggle */
|
|
21
|
-
exports.ToggleVariantsDefinitions = ["default", "drawer"];
|
|
22
|
-
exports.ToggleVariantsName = "ToggleVariants";
|
|
23
18
|
/** Column */
|
|
24
19
|
exports.ColValueDefinitions = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
|
|
25
20
|
exports.ColValuesName = "ColValues";
|
|
26
21
|
exports.AlignmentTypeDefinitions = ["end", "center", "start", "baseline", "stretch", "auto"];
|
|
27
22
|
exports.AlignmentTypesName = "AlignmentTypes";
|
|
28
23
|
/** Dialog */
|
|
29
|
-
exports.DialogTypeDefinitions = ["save-cancel", "confirm", "ok-cancel", "default", "
|
|
24
|
+
exports.DialogTypeDefinitions = ["save-cancel", "confirm", "ok-cancel", "default", "app"];
|
|
30
25
|
exports.DialogTypesName = "DialogTypes";
|
|
31
26
|
/** Expansion Panel */
|
|
32
27
|
exports.PanelTypeDefinitions = ["default", "navigation"];
|
|
@@ -49,12 +44,12 @@ exports.ListLineTypesName = "ListLineTypes";
|
|
|
49
44
|
/** Menu */
|
|
50
45
|
// type Tblock = "top" | "bottom";
|
|
51
46
|
// type Tinline = "start" | "end" | "left" | "right";
|
|
52
|
-
exports.MenuLocationDefinitions = ["top", "bottom", "start", "end", "left", "right", "center", "center center", "top start", "top end", "bottom start", "bottom end", "start top", "start bottom", "end top", "end bottom"];
|
|
47
|
+
exports.MenuLocationDefinitions = ["top", "bottom", "start", "end", "left", "right", "center", "center center", "top center", "top start", "top end", "bottom start", "bottom end", "start top", "start bottom", "end top", "end bottom"];
|
|
53
48
|
exports.MenuLocationsName = "MenuLocations";
|
|
54
49
|
/**Navigation Drawer */
|
|
55
50
|
exports.NavigationDrawerLocationDefinitions = ["top", "left", "right", "bottom", "end", "start"];
|
|
56
51
|
exports.NavigationDrawerLocationsName = "NavigationDrawerLocations";
|
|
57
|
-
exports.NavigationDrawerVariantDefinitions = ["default", "editor", "dialog"];
|
|
52
|
+
exports.NavigationDrawerVariantDefinitions = ["default", "app", "editor", "dialog"];
|
|
58
53
|
exports.NavigationDrawerVariantsName = "NavigationDrawerVariants";
|
|
59
54
|
/** Panel */
|
|
60
55
|
exports.DividerTypeDefinitions = ["top", "bottom", "top bottom"];
|
|
@@ -76,7 +71,7 @@ exports.ScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
|
76
71
|
exports.TabVariantDefinitions = ["default", "dialog", "settings"];
|
|
77
72
|
exports.TabVariantsName = "TabVariants";
|
|
78
73
|
/** Text Box */
|
|
79
|
-
exports.TextBoxVariantTypeDefinitions = ["default", "search", "
|
|
74
|
+
exports.TextBoxVariantTypeDefinitions = ["default", "search", "find-slim", "numberselector", "numberselector-prepend", "link", "media"];
|
|
80
75
|
exports.TextBoxVariantTypesName = "TextBoxVariantTypes";
|
|
81
76
|
exports.TextBoxTypeDefinitions = ["number"];
|
|
82
77
|
exports.TextBoxTypesName = "TextBoxTypes";
|