@omnia/fx-models 8.0.38-vnext → 8.0.40-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.
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
/**AppBar */
|
|
2
|
-
export declare const AppBarTypeDefinitions:
|
|
2
|
+
export declare const AppBarTypeDefinitions: readonly ["default", "app"];
|
|
3
3
|
export type AppBarTypes = typeof AppBarTypeDefinitions[number];
|
|
4
4
|
export declare const AppBarTypesName = "AppBarTypes";
|
|
5
5
|
/**Button */
|
|
6
|
-
export declare const SizeTypeDefinitions:
|
|
6
|
+
export declare const SizeTypeDefinitions: readonly ["default", "x-small", "small"];
|
|
7
7
|
export type SizeTypes = typeof SizeTypeDefinitions[number];
|
|
8
8
|
export declare const SizeTypesName = "SizeTypes";
|
|
9
|
-
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"];
|
|
10
10
|
export type OxideButtonPresets = typeof ButtonPresetDefinitions[number];
|
|
11
11
|
export declare const ButtonPresetsName = "OxideButtonPresets";
|
|
12
|
-
export declare const ButtonVariantDefinitions:
|
|
12
|
+
export declare const ButtonVariantDefinitions: readonly ["default", "prominent", "toolbar", "opacity", "dial"];
|
|
13
13
|
export type ButtonVariants = typeof ButtonVariantDefinitions[number];
|
|
14
14
|
export declare const ButtonVariantsName = "ButtonVariants";
|
|
15
15
|
/**Button Group */
|
|
16
|
-
export declare const ButtonGroupTypeDefinitions:
|
|
16
|
+
export declare const ButtonGroupTypeDefinitions: readonly ["default", "dial", "drawer"];
|
|
17
17
|
export type ButtonGroupTypes = typeof ButtonGroupTypeDefinitions[number];
|
|
18
18
|
export declare const ButtonGroupTypesName = "ButtonGroupTypes";
|
|
19
19
|
/** Column */
|
|
20
|
-
export declare const ColValueDefinitions:
|
|
20
|
+
export declare const ColValueDefinitions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
|
|
21
21
|
export type ColValues = typeof ColValueDefinitions[number];
|
|
22
22
|
export declare const ColValuesName = "ColValues";
|
|
23
|
-
export declare const AlignmentTypeDefinitions:
|
|
23
|
+
export declare const AlignmentTypeDefinitions: readonly ["end", "center", "start", "baseline", "stretch", "auto"];
|
|
24
24
|
export type AlignmentTypes = typeof AlignmentTypeDefinitions[number];
|
|
25
25
|
export declare const AlignmentTypesName = "AlignmentTypes";
|
|
26
26
|
/** Dialog */
|
|
27
|
-
export declare const DialogTypeDefinitions:
|
|
27
|
+
export declare const DialogTypeDefinitions: readonly ["save-cancel", "confirm", "ok-cancel", "default", "app"];
|
|
28
28
|
export type DialogTypes = typeof DialogTypeDefinitions[number];
|
|
29
29
|
export declare const DialogTypesName = "DialogTypes";
|
|
30
30
|
/** Expansion Panel */
|
|
31
|
-
export declare const PanelTypeDefinitions:
|
|
31
|
+
export declare const PanelTypeDefinitions: readonly ["default", "navigation"];
|
|
32
32
|
export type PanelTypes = typeof PanelTypeDefinitions[number];
|
|
33
33
|
export declare const PanelTypesName = "PanelTypes";
|
|
34
34
|
/**Icon */
|
|
35
|
-
export declare const IconPresetDefinitions:
|
|
35
|
+
export declare const IconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove"];
|
|
36
36
|
export type IconPresets = typeof IconPresetDefinitions[number];
|
|
37
37
|
export declare const IconPresetsName = "IconPresets";
|
|
38
|
-
export declare const IconSizeDefinitions:
|
|
38
|
+
export declare const IconSizeDefinitions: readonly ["default", "x-small", "small"];
|
|
39
39
|
export type OIconSizes = typeof IconSizeDefinitions[number];
|
|
40
40
|
export declare const IconSizesName = "OIconSizes";
|
|
41
41
|
/** Image */
|
|
42
|
-
export declare const RatioTypeDefinitions:
|
|
42
|
+
export declare const RatioTypeDefinitions: readonly ["default", "landscape"];
|
|
43
43
|
export type RatioTypes = typeof RatioTypeDefinitions[number];
|
|
44
44
|
export declare const RatioTypesName = "RatioTypes";
|
|
45
45
|
/** List */
|
|
46
|
-
export declare const ListItemVariantDefinitions:
|
|
46
|
+
export declare const ListItemVariantDefinitions: readonly ["default", "delete"];
|
|
47
47
|
export type ListItemVariants = typeof ListItemVariantDefinitions[number];
|
|
48
48
|
export declare const ListItemVariantsName = "ListItemVariants";
|
|
49
|
-
export declare const ListTypeDefinitions:
|
|
49
|
+
export declare const ListTypeDefinitions: readonly ["default", "navigation"];
|
|
50
50
|
export type ListTypes = typeof ListTypeDefinitions[number];
|
|
51
51
|
export declare const ListTypesName = "ListTypes";
|
|
52
|
-
export declare const ListLineTypeDefinitions:
|
|
52
|
+
export declare const ListLineTypeDefinitions: readonly [false, "one", "two", "three"];
|
|
53
53
|
export type ListLineTypes = typeof ListLineTypeDefinitions[number];
|
|
54
54
|
export declare const ListLineTypesName = "ListLineTypes";
|
|
55
55
|
/** Menu */
|
|
56
|
-
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"];
|
|
57
57
|
export type MenuLocations = typeof MenuLocationDefinitions[number];
|
|
58
58
|
export declare const MenuLocationsName = "MenuLocations";
|
|
59
59
|
/**Navigation Drawer */
|
|
60
|
-
export declare const NavigationDrawerLocationDefinitions:
|
|
60
|
+
export declare const NavigationDrawerLocationDefinitions: readonly ["top", "left", "right", "bottom", "end", "start"];
|
|
61
61
|
export type NavigationDrawerLocations = typeof NavigationDrawerLocationDefinitions[number];
|
|
62
62
|
export declare const NavigationDrawerLocationsName = "NavigationDrawerLocations";
|
|
63
|
-
export declare const NavigationDrawerVariantDefinitions:
|
|
63
|
+
export declare const NavigationDrawerVariantDefinitions: readonly ["default", "app", "editor", "dialog"];
|
|
64
64
|
export type NavigationDrawerVariants = typeof NavigationDrawerVariantDefinitions[number];
|
|
65
65
|
export declare const NavigationDrawerVariantsName = "NavigationDrawerVariants";
|
|
66
66
|
/** Panel */
|
|
67
|
-
export declare const DividerTypeDefinitions:
|
|
67
|
+
export declare const DividerTypeDefinitions: readonly ["top", "bottom", "top bottom"];
|
|
68
68
|
export type DividerTypes = typeof DividerTypeDefinitions[number];
|
|
69
69
|
export declare const DividerTypesName = "DividerTypes";
|
|
70
|
-
export declare const PanelVariantDefinitions:
|
|
70
|
+
export declare const PanelVariantDefinitions: readonly ["default", "dialog", "tab", "section", "toolbar", "settings", "text-area", "navigation", "info-section", "content"];
|
|
71
71
|
export type PanelVariants = typeof PanelVariantDefinitions[number];
|
|
72
72
|
export declare const PanelVariantsName = "PanelVariants";
|
|
73
|
-
export declare const PanelDirectionDefinitions:
|
|
73
|
+
export declare const PanelDirectionDefinitions: readonly ["row", "column"];
|
|
74
74
|
export type PanelDirections = typeof PanelDirectionDefinitions[number];
|
|
75
75
|
export declare const PanelDirectionsName = "PanelDirections";
|
|
76
|
-
export declare const HorizontalAlignmentDefinitions:
|
|
76
|
+
export declare const HorizontalAlignmentDefinitions: readonly ["left", "center", "right"];
|
|
77
77
|
export type OHorizontalAlignments = typeof HorizontalAlignmentDefinitions[number];
|
|
78
78
|
export declare const HorizontalAlignmentsName = "OHorizontalAlignments";
|
|
79
|
-
export declare const VerticalAlignmentDefinitions:
|
|
79
|
+
export declare const VerticalAlignmentDefinitions: readonly ["top", "center", "bottom"];
|
|
80
80
|
export type OVerticalAlignments = typeof VerticalAlignmentDefinitions[number];
|
|
81
81
|
export declare const VerticalAlignmentsName = "OVerticalAlignments";
|
|
82
82
|
/** Select */
|
|
83
|
-
export declare const SelectTypeDefinitions:
|
|
83
|
+
export declare const SelectTypeDefinitions: readonly ["default", "add", "picker"];
|
|
84
84
|
export type SelectTypes = typeof SelectTypeDefinitions[number];
|
|
85
85
|
export declare const SelectTypesName = "SelectTypes";
|
|
86
86
|
/** Tabs */
|
|
87
|
-
export declare const ScrollOffsetTypeDefinitions:
|
|
87
|
+
export declare const ScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
|
|
88
88
|
export type ScrollOffsetTypes = "dialog" | "drawer" | string;
|
|
89
89
|
export declare const ScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
90
|
-
export declare const TabVariantDefinitions:
|
|
90
|
+
export declare const TabVariantDefinitions: readonly ["default", "dialog", "settings"];
|
|
91
91
|
export type TabVariants = typeof TabVariantDefinitions[number];
|
|
92
92
|
export declare const TabVariantsName = "TabVariants";
|
|
93
93
|
/** Text Box */
|
|
94
|
-
export declare const TextBoxVariantTypeDefinitions:
|
|
94
|
+
export declare const TextBoxVariantTypeDefinitions: readonly ["default", "search", "find-slim", "numberselector", "numberselector-prepend", "link", "media"];
|
|
95
95
|
export type TextBoxVariantTypes = typeof TextBoxVariantTypeDefinitions[number];
|
|
96
96
|
export declare const TextBoxVariantTypesName = "TextBoxVariantTypes";
|
|
97
|
-
export declare const TextBoxTypeDefinitions:
|
|
97
|
+
export declare const TextBoxTypeDefinitions: readonly ["number"];
|
|
98
98
|
export type TextBoxTypes = typeof TextBoxTypeDefinitions[number];
|
|
99
99
|
export declare const TextBoxTypesName = "TextBoxTypes";
|
|
100
100
|
/** Toolbar */
|
|
101
|
-
export declare const ToolbarVariationDefinitions:
|
|
101
|
+
export declare const ToolbarVariationDefinitions: readonly ["default", "blade"];
|
|
102
102
|
export type ToolbarVariants = typeof ToolbarVariationDefinitions[number];
|
|
103
103
|
export declare const ToolbarVariantsName = "ToolbarVariants";
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
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
4
|
exports.ToolbarVariantsName = exports.ToolbarVariationDefinitions = exports.TextBoxTypesName = exports.TextBoxTypeDefinitions = exports.TextBoxVariantTypesName = exports.TextBoxVariantTypeDefinitions = exports.TabVariantsName = exports.TabVariantDefinitions = void 0;
|
|
5
5
|
/**AppBar */
|
|
6
|
-
exports.AppBarTypeDefinitions = ["default", "
|
|
6
|
+
exports.AppBarTypeDefinitions = ["default", "app"];
|
|
7
7
|
exports.AppBarTypesName = "AppBarTypes";
|
|
8
8
|
/**Button */
|
|
9
9
|
exports.SizeTypeDefinitions = ["default", "x-small", "small"];
|
|
@@ -21,7 +21,7 @@ exports.ColValuesName = "ColValues";
|
|
|
21
21
|
exports.AlignmentTypeDefinitions = ["end", "center", "start", "baseline", "stretch", "auto"];
|
|
22
22
|
exports.AlignmentTypesName = "AlignmentTypes";
|
|
23
23
|
/** Dialog */
|
|
24
|
-
exports.DialogTypeDefinitions = ["save-cancel", "confirm", "ok-cancel", "default", "
|
|
24
|
+
exports.DialogTypeDefinitions = ["save-cancel", "confirm", "ok-cancel", "default", "app"];
|
|
25
25
|
exports.DialogTypesName = "DialogTypes";
|
|
26
26
|
/** Expansion Panel */
|
|
27
27
|
exports.PanelTypeDefinitions = ["default", "navigation"];
|
|
@@ -44,17 +44,17 @@ exports.ListLineTypesName = "ListLineTypes";
|
|
|
44
44
|
/** Menu */
|
|
45
45
|
// type Tblock = "top" | "bottom";
|
|
46
46
|
// type Tinline = "start" | "end" | "left" | "right";
|
|
47
|
-
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"];
|
|
48
48
|
exports.MenuLocationsName = "MenuLocations";
|
|
49
49
|
/**Navigation Drawer */
|
|
50
50
|
exports.NavigationDrawerLocationDefinitions = ["top", "left", "right", "bottom", "end", "start"];
|
|
51
51
|
exports.NavigationDrawerLocationsName = "NavigationDrawerLocations";
|
|
52
|
-
exports.NavigationDrawerVariantDefinitions = ["default", "editor", "dialog"];
|
|
52
|
+
exports.NavigationDrawerVariantDefinitions = ["default", "app", "editor", "dialog"];
|
|
53
53
|
exports.NavigationDrawerVariantsName = "NavigationDrawerVariants";
|
|
54
54
|
/** Panel */
|
|
55
55
|
exports.DividerTypeDefinitions = ["top", "bottom", "top bottom"];
|
|
56
56
|
exports.DividerTypesName = "DividerTypes";
|
|
57
|
-
exports.PanelVariantDefinitions = ["default", "dialog", "tab", "section", "toolbar", "settings", "text-area", "navigation"];
|
|
57
|
+
exports.PanelVariantDefinitions = ["default", "dialog", "tab", "section", "toolbar", "settings", "text-area", "navigation", "info-section", "content"];
|
|
58
58
|
exports.PanelVariantsName = "PanelVariants";
|
|
59
59
|
exports.PanelDirectionDefinitions = ["row", "column"];
|
|
60
60
|
exports.PanelDirectionsName = "PanelDirections";
|
package/oxide/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from "./TreeView";
|
|
2
|
-
export * from "./
|
|
2
|
+
export * from "./OxideTypeDefinitions";
|
package/oxide/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./TreeView"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./
|
|
5
|
+
tslib_1.__exportStar(require("./OxideTypeDefinitions"), exports);
|