@elaraai/east-ui 0.0.1-beta.17 → 0.0.1-beta.19
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/src/buttons/button/index.d.ts +54 -54
- package/dist/src/buttons/button/types.d.ts +54 -54
- package/dist/src/buttons/icon-button/index.d.ts +55 -55
- package/dist/src/buttons/icon-button/types.d.ts +51 -51
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +13 -3
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1464 -1454
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +1 -0
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.js +13 -3
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +736 -726
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +1 -0
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +168 -168
- package/dist/src/charts/bar-segment/types.d.ts +14 -14
- package/dist/src/charts/composed/index.d.ts.map +1 -1
- package/dist/src/charts/composed/index.js +12 -3
- package/dist/src/charts/composed/index.js.map +1 -1
- package/dist/src/charts/composed/types.d.ts +872 -849
- package/dist/src/charts/composed/types.d.ts.map +1 -1
- package/dist/src/charts/composed/types.js +1 -0
- package/dist/src/charts/composed/types.js.map +1 -1
- package/dist/src/charts/index.d.ts +5684 -5665
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +13 -3
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +750 -736
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +5 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +38 -38
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +1 -0
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +55 -54
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +3 -2
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +13 -39
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +721 -711
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +1 -0
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +9 -9
- package/dist/src/charts/sparkline/types.d.ts +9 -9
- package/dist/src/charts/types.d.ts +844 -841
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +5 -0
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +35 -35
- package/dist/src/collections/data-list/types.d.ts +5 -5
- package/dist/src/collections/gantt/index.d.ts +721 -721
- package/dist/src/collections/gantt/types.d.ts +195 -195
- package/dist/src/collections/planner/index.d.ts +255 -255
- package/dist/src/collections/planner/types.d.ts +200 -200
- package/dist/src/collections/table/index.d.ts +396 -396
- package/dist/src/collections/table/types.d.ts +145 -145
- package/dist/src/collections/tree-view/index.d.ts +583 -583
- package/dist/src/collections/tree-view/types.d.ts +21 -21
- package/dist/src/component.d.ts +7519 -7505
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/container/card/index.d.ts +24 -24
- package/dist/src/container/card/types.d.ts +24 -24
- package/dist/src/disclosure/accordion/index.d.ts +29 -29
- package/dist/src/disclosure/accordion/types.d.ts +11 -11
- package/dist/src/disclosure/carousel/index.d.ts +6 -6
- package/dist/src/disclosure/carousel/types.d.ts +6 -6
- package/dist/src/disclosure/tabs/index.d.ts +126 -126
- package/dist/src/disclosure/tabs/types.d.ts +48 -48
- package/dist/src/display/avatar/index.d.ts +22 -22
- package/dist/src/display/avatar/types.d.ts +22 -22
- package/dist/src/display/badge/index.d.ts +24 -24
- package/dist/src/display/badge/types.d.ts +24 -24
- package/dist/src/display/icon/index.d.ts +64 -64
- package/dist/src/display/icon/types.d.ts +64 -64
- package/dist/src/display/stat/index.d.ts +8 -8
- package/dist/src/display/stat/types.d.ts +8 -8
- package/dist/src/display/tag/index.d.ts +30 -30
- package/dist/src/display/tag/types.d.ts +30 -30
- package/dist/src/feedback/alert/index.d.ts +18 -18
- package/dist/src/feedback/alert/types.d.ts +18 -18
- package/dist/src/feedback/progress/index.d.ts +28 -28
- package/dist/src/feedback/progress/types.d.ts +28 -28
- package/dist/src/forms/checkbox/index.d.ts +21 -21
- package/dist/src/forms/checkbox/types.d.ts +21 -21
- package/dist/src/forms/field/index.d.ts +294 -294
- package/dist/src/forms/field/types.d.ts +579 -579
- package/dist/src/forms/file-upload/index.d.ts +27 -27
- package/dist/src/forms/file-upload/types.d.ts +35 -35
- package/dist/src/forms/input/index.d.ts +102 -102
- package/dist/src/forms/input/types.d.ts +102 -102
- package/dist/src/forms/select/index.d.ts +19 -19
- package/dist/src/forms/select/types.d.ts +19 -19
- package/dist/src/forms/slider/index.d.ts +31 -31
- package/dist/src/forms/slider/types.d.ts +31 -31
- package/dist/src/forms/switch/index.d.ts +20 -20
- package/dist/src/forms/switch/types.d.ts +20 -20
- package/dist/src/forms/tags-input/index.d.ts +41 -41
- package/dist/src/forms/tags-input/types.d.ts +41 -41
- package/dist/src/forms/textarea/index.d.ts +30 -30
- package/dist/src/forms/textarea/types.d.ts +30 -30
- package/dist/src/layout/box/index.d.ts +70 -70
- package/dist/src/layout/box/types.d.ts +62 -62
- package/dist/src/layout/flex/index.d.ts +65 -65
- package/dist/src/layout/flex/types.d.ts +57 -57
- package/dist/src/layout/grid/index.d.ts +51 -51
- package/dist/src/layout/grid/types.d.ts +56 -56
- package/dist/src/layout/separator/index.d.ts +42 -42
- package/dist/src/layout/separator/types.d.ts +17 -17
- package/dist/src/layout/splitter/index.d.ts +9 -9
- package/dist/src/layout/splitter/types.d.ts +14 -14
- package/dist/src/layout/stack/index.d.ts +63 -63
- package/dist/src/layout/stack/types.d.ts +55 -55
- package/dist/src/layout/style.d.ts +8 -8
- package/dist/src/overlays/action-bar/index.d.ts +7 -7
- package/dist/src/overlays/action-bar/types.d.ts +7 -7
- package/dist/src/overlays/dialog/index.d.ts +49 -49
- package/dist/src/overlays/dialog/types.d.ts +49 -49
- package/dist/src/overlays/drawer/index.d.ts +25 -25
- package/dist/src/overlays/drawer/types.d.ts +25 -25
- package/dist/src/overlays/hover-card/index.d.ts +38 -38
- package/dist/src/overlays/hover-card/types.d.ts +26 -26
- package/dist/src/overlays/menu/index.d.ts +32 -32
- package/dist/src/overlays/menu/types.d.ts +20 -20
- package/dist/src/overlays/popover/index.d.ts +37 -37
- package/dist/src/overlays/popover/types.d.ts +25 -25
- package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
- package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
- package/dist/src/overlays/tooltip/index.d.ts +26 -26
- package/dist/src/overlays/tooltip/types.d.ts +26 -26
- package/dist/src/reactive/index.d.ts.map +1 -1
- package/dist/src/reactive/index.js +2 -2
- package/dist/src/reactive/index.js.map +1 -1
- package/dist/src/style.d.ts +87 -87
- package/dist/src/typography/code/index.d.ts +14 -14
- package/dist/src/typography/code/types.d.ts +14 -14
- package/dist/src/typography/code-block/index.d.ts +36 -36
- package/dist/src/typography/code-block/types.d.ts +36 -36
- package/dist/src/typography/heading/index.d.ts +41 -41
- package/dist/src/typography/heading/types.d.ts +41 -41
- package/dist/src/typography/highlight/index.d.ts +3 -3
- package/dist/src/typography/highlight/types.d.ts +3 -3
- package/dist/src/typography/link/index.d.ts +9 -9
- package/dist/src/typography/link/types.d.ts +9 -9
- package/dist/src/typography/list/index.d.ts +8 -8
- package/dist/src/typography/list/types.d.ts +8 -8
- package/dist/src/typography/mark/index.d.ts +11 -11
- package/dist/src/typography/mark/types.d.ts +11 -11
- package/dist/src/typography/text/index.d.ts +53 -53
- package/dist/src/typography/text/types.d.ts +53 -53
- package/package.json +2 -2
|
@@ -76,34 +76,34 @@ export declare const FileUpload: {
|
|
|
76
76
|
* @property triggerText - Text for the upload trigger button
|
|
77
77
|
*/
|
|
78
78
|
readonly FileUpload: import("@elaraai/east").StructType<{
|
|
79
|
-
accept: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
80
|
-
maxFiles: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
81
|
-
maxFileSize: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
82
|
-
minFileSize: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
83
|
-
directory: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
84
|
-
disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
85
|
-
required: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
86
|
-
allowDrop: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
87
|
-
capture: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
-
user: import("@elaraai/east").NullType;
|
|
89
|
-
environment: import("@elaraai/east").NullType;
|
|
79
|
+
readonly accept: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
80
|
+
readonly maxFiles: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
81
|
+
readonly maxFileSize: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
82
|
+
readonly minFileSize: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
83
|
+
readonly directory: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
84
|
+
readonly disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
85
|
+
readonly required: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
86
|
+
readonly allowDrop: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
87
|
+
readonly capture: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
+
readonly user: import("@elaraai/east").NullType;
|
|
89
|
+
readonly environment: import("@elaraai/east").NullType;
|
|
90
90
|
}>>;
|
|
91
|
-
name: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
92
|
-
label: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
93
|
-
dropzoneText: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
94
|
-
triggerText: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
95
|
-
onFileAccept: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
96
|
-
name: import("@elaraai/east").StringType;
|
|
97
|
-
size: import("@elaraai/east").IntegerType;
|
|
98
|
-
type: import("@elaraai/east").StringType;
|
|
91
|
+
readonly name: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
92
|
+
readonly label: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
93
|
+
readonly dropzoneText: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
94
|
+
readonly triggerText: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
95
|
+
readonly onFileAccept: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
96
|
+
readonly name: import("@elaraai/east").StringType;
|
|
97
|
+
readonly size: import("@elaraai/east").IntegerType;
|
|
98
|
+
readonly type: import("@elaraai/east").StringType;
|
|
99
99
|
}>>], import("@elaraai/east").NullType>>;
|
|
100
|
-
onFileReject: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
101
|
-
file: import("@elaraai/east").StructType<{
|
|
102
|
-
name: import("@elaraai/east").StringType;
|
|
103
|
-
size: import("@elaraai/east").IntegerType;
|
|
104
|
-
type: import("@elaraai/east").StringType;
|
|
100
|
+
readonly onFileReject: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
101
|
+
readonly file: import("@elaraai/east").StructType<{
|
|
102
|
+
readonly name: import("@elaraai/east").StringType;
|
|
103
|
+
readonly size: import("@elaraai/east").IntegerType;
|
|
104
|
+
readonly type: import("@elaraai/east").StringType;
|
|
105
105
|
}>;
|
|
106
|
-
errors: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
106
|
+
readonly errors: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
107
107
|
}>>], import("@elaraai/east").NullType>>;
|
|
108
108
|
}>;
|
|
109
109
|
/**
|
|
@@ -116,8 +116,8 @@ export declare const FileUpload: {
|
|
|
116
116
|
* @property environment - Rear-facing camera
|
|
117
117
|
*/
|
|
118
118
|
readonly Capture: import("@elaraai/east").VariantType<{
|
|
119
|
-
user: import("@elaraai/east").NullType;
|
|
120
|
-
environment: import("@elaraai/east").NullType;
|
|
119
|
+
readonly user: import("@elaraai/east").NullType;
|
|
120
|
+
readonly environment: import("@elaraai/east").NullType;
|
|
121
121
|
}>;
|
|
122
122
|
};
|
|
123
123
|
};
|
|
@@ -14,9 +14,9 @@ import { type SubtypeExprOrValue, OptionType, StructType, StringType, IntegerTyp
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const FileCaptureType: VariantType<{
|
|
16
16
|
/** Front-facing camera (selfie mode) */
|
|
17
|
-
user: NullType;
|
|
17
|
+
readonly user: NullType;
|
|
18
18
|
/** Rear-facing camera */
|
|
19
|
-
environment: NullType;
|
|
19
|
+
readonly environment: NullType;
|
|
20
20
|
}>;
|
|
21
21
|
/**
|
|
22
22
|
* Type representing the FileCapture structure.
|
|
@@ -34,9 +34,9 @@ export type FileCaptureLiteral = "user" | "environment";
|
|
|
34
34
|
* @property type - MIME type of the file
|
|
35
35
|
*/
|
|
36
36
|
export declare const FileInfoType: StructType<{
|
|
37
|
-
name: StringType;
|
|
38
|
-
size: IntegerType;
|
|
39
|
-
type: StringType;
|
|
37
|
+
readonly name: StringType;
|
|
38
|
+
readonly size: IntegerType;
|
|
39
|
+
readonly type: StringType;
|
|
40
40
|
}>;
|
|
41
41
|
export type FileInfoType = typeof FileInfoType;
|
|
42
42
|
/**
|
|
@@ -46,12 +46,12 @@ export type FileInfoType = typeof FileInfoType;
|
|
|
46
46
|
* @property errors - Array of error messages
|
|
47
47
|
*/
|
|
48
48
|
export declare const FileRejectionType: StructType<{
|
|
49
|
-
file: StructType<{
|
|
50
|
-
name: StringType;
|
|
51
|
-
size: IntegerType;
|
|
52
|
-
type: StringType;
|
|
49
|
+
readonly file: StructType<{
|
|
50
|
+
readonly name: StringType;
|
|
51
|
+
readonly size: IntegerType;
|
|
52
|
+
readonly type: StringType;
|
|
53
53
|
}>;
|
|
54
|
-
errors: ArrayType<StringType>;
|
|
54
|
+
readonly errors: ArrayType<StringType>;
|
|
55
55
|
}>;
|
|
56
56
|
export type FileRejectionType = typeof FileRejectionType;
|
|
57
57
|
/**
|
|
@@ -78,50 +78,50 @@ export type FileRejectionType = typeof FileRejectionType;
|
|
|
78
78
|
*/
|
|
79
79
|
export declare const FileUploadType: StructType<{
|
|
80
80
|
/** Accepted file types (MIME type pattern, e.g., "image/*" or ".pdf,.doc") */
|
|
81
|
-
accept: OptionType<StringType>;
|
|
81
|
+
readonly accept: OptionType<StringType>;
|
|
82
82
|
/** Maximum number of files allowed */
|
|
83
|
-
maxFiles: OptionType<IntegerType>;
|
|
83
|
+
readonly maxFiles: OptionType<IntegerType>;
|
|
84
84
|
/** Maximum file size in bytes */
|
|
85
|
-
maxFileSize: OptionType<IntegerType>;
|
|
85
|
+
readonly maxFileSize: OptionType<IntegerType>;
|
|
86
86
|
/** Minimum file size in bytes */
|
|
87
|
-
minFileSize: OptionType<IntegerType>;
|
|
87
|
+
readonly minFileSize: OptionType<IntegerType>;
|
|
88
88
|
/** Whether to allow folder/directory upload */
|
|
89
|
-
directory: OptionType<BooleanType>;
|
|
89
|
+
readonly directory: OptionType<BooleanType>;
|
|
90
90
|
/** Whether the upload is disabled */
|
|
91
|
-
disabled: OptionType<BooleanType>;
|
|
91
|
+
readonly disabled: OptionType<BooleanType>;
|
|
92
92
|
/** Whether file upload is required */
|
|
93
|
-
required: OptionType<BooleanType>;
|
|
93
|
+
readonly required: OptionType<BooleanType>;
|
|
94
94
|
/** Whether to allow drag-and-drop */
|
|
95
|
-
allowDrop: OptionType<BooleanType>;
|
|
95
|
+
readonly allowDrop: OptionType<BooleanType>;
|
|
96
96
|
/** Camera capture mode for mobile devices */
|
|
97
|
-
capture: OptionType<VariantType<{
|
|
97
|
+
readonly capture: OptionType<VariantType<{
|
|
98
98
|
/** Front-facing camera (selfie mode) */
|
|
99
|
-
user: NullType;
|
|
99
|
+
readonly user: NullType;
|
|
100
100
|
/** Rear-facing camera */
|
|
101
|
-
environment: NullType;
|
|
101
|
+
readonly environment: NullType;
|
|
102
102
|
}>>;
|
|
103
103
|
/** Form input name attribute */
|
|
104
|
-
name: OptionType<StringType>;
|
|
104
|
+
readonly name: OptionType<StringType>;
|
|
105
105
|
/** Label text for the upload area */
|
|
106
|
-
label: OptionType<StringType>;
|
|
106
|
+
readonly label: OptionType<StringType>;
|
|
107
107
|
/** Text shown in the dropzone area */
|
|
108
|
-
dropzoneText: OptionType<StringType>;
|
|
108
|
+
readonly dropzoneText: OptionType<StringType>;
|
|
109
109
|
/** Text for the upload trigger button */
|
|
110
|
-
triggerText: OptionType<StringType>;
|
|
110
|
+
readonly triggerText: OptionType<StringType>;
|
|
111
111
|
/** Callback triggered when files are accepted */
|
|
112
|
-
onFileAccept: OptionType<FunctionType<[ArrayType<StructType<{
|
|
113
|
-
name: StringType;
|
|
114
|
-
size: IntegerType;
|
|
115
|
-
type: StringType;
|
|
112
|
+
readonly onFileAccept: OptionType<FunctionType<[ArrayType<StructType<{
|
|
113
|
+
readonly name: StringType;
|
|
114
|
+
readonly size: IntegerType;
|
|
115
|
+
readonly type: StringType;
|
|
116
116
|
}>>], NullType>>;
|
|
117
117
|
/** Callback triggered when files are rejected */
|
|
118
|
-
onFileReject: OptionType<FunctionType<[ArrayType<StructType<{
|
|
119
|
-
file: StructType<{
|
|
120
|
-
name: StringType;
|
|
121
|
-
size: IntegerType;
|
|
122
|
-
type: StringType;
|
|
118
|
+
readonly onFileReject: OptionType<FunctionType<[ArrayType<StructType<{
|
|
119
|
+
readonly file: StructType<{
|
|
120
|
+
readonly name: StringType;
|
|
121
|
+
readonly size: IntegerType;
|
|
122
|
+
readonly type: StringType;
|
|
123
123
|
}>;
|
|
124
|
-
errors: ArrayType<StringType>;
|
|
124
|
+
readonly errors: ArrayType<StringType>;
|
|
125
125
|
}>>], NullType>>;
|
|
126
126
|
}>;
|
|
127
127
|
/**
|
|
@@ -96,25 +96,25 @@ export declare const Input: {
|
|
|
96
96
|
* @property disabled - Whether the input is disabled
|
|
97
97
|
*/
|
|
98
98
|
readonly String: import("@elaraai/east").StructType<{
|
|
99
|
-
value: StringType;
|
|
100
|
-
placeholder: import("@elaraai/east").OptionType<StringType>;
|
|
101
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
102
|
-
outline: import("@elaraai/east").NullType;
|
|
103
|
-
subtle: import("@elaraai/east").NullType;
|
|
104
|
-
flushed: import("@elaraai/east").NullType;
|
|
99
|
+
readonly value: StringType;
|
|
100
|
+
readonly placeholder: import("@elaraai/east").OptionType<StringType>;
|
|
101
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
102
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
103
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
104
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
105
105
|
}>>;
|
|
106
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
107
|
-
xs: import("@elaraai/east").NullType;
|
|
108
|
-
sm: import("@elaraai/east").NullType;
|
|
109
|
-
md: import("@elaraai/east").NullType;
|
|
110
|
-
lg: import("@elaraai/east").NullType;
|
|
106
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
107
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
108
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
109
|
+
readonly md: import("@elaraai/east").NullType;
|
|
110
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
111
111
|
}>>;
|
|
112
|
-
maxLength: import("@elaraai/east").OptionType<IntegerType>;
|
|
113
|
-
pattern: import("@elaraai/east").OptionType<StringType>;
|
|
114
|
-
disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
115
|
-
onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
116
|
-
onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
117
|
-
onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
112
|
+
readonly maxLength: import("@elaraai/east").OptionType<IntegerType>;
|
|
113
|
+
readonly pattern: import("@elaraai/east").OptionType<StringType>;
|
|
114
|
+
readonly disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
115
|
+
readonly onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
116
|
+
readonly onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
117
|
+
readonly onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
118
118
|
}>;
|
|
119
119
|
/**
|
|
120
120
|
* Type for Integer input component data.
|
|
@@ -128,25 +128,25 @@ export declare const Input: {
|
|
|
128
128
|
* @property disabled - Whether the input is disabled
|
|
129
129
|
*/
|
|
130
130
|
readonly Integer: import("@elaraai/east").StructType<{
|
|
131
|
-
value: IntegerType;
|
|
132
|
-
min: import("@elaraai/east").OptionType<IntegerType>;
|
|
133
|
-
max: import("@elaraai/east").OptionType<IntegerType>;
|
|
134
|
-
step: import("@elaraai/east").OptionType<IntegerType>;
|
|
135
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
136
|
-
outline: import("@elaraai/east").NullType;
|
|
137
|
-
subtle: import("@elaraai/east").NullType;
|
|
138
|
-
flushed: import("@elaraai/east").NullType;
|
|
131
|
+
readonly value: IntegerType;
|
|
132
|
+
readonly min: import("@elaraai/east").OptionType<IntegerType>;
|
|
133
|
+
readonly max: import("@elaraai/east").OptionType<IntegerType>;
|
|
134
|
+
readonly step: import("@elaraai/east").OptionType<IntegerType>;
|
|
135
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
136
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
137
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
138
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
139
139
|
}>>;
|
|
140
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
141
|
-
xs: import("@elaraai/east").NullType;
|
|
142
|
-
sm: import("@elaraai/east").NullType;
|
|
143
|
-
md: import("@elaraai/east").NullType;
|
|
144
|
-
lg: import("@elaraai/east").NullType;
|
|
140
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
141
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
142
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
143
|
+
readonly md: import("@elaraai/east").NullType;
|
|
144
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
145
145
|
}>>;
|
|
146
|
-
disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
147
|
-
onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[IntegerType], import("@elaraai/east").NullType>>;
|
|
148
|
-
onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
149
|
-
onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
146
|
+
readonly disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
147
|
+
readonly onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[IntegerType], import("@elaraai/east").NullType>>;
|
|
148
|
+
readonly onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
149
|
+
readonly onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
150
150
|
}>;
|
|
151
151
|
/**
|
|
152
152
|
* Type for Float input component data.
|
|
@@ -161,26 +161,26 @@ export declare const Input: {
|
|
|
161
161
|
* @property disabled - Whether the input is disabled
|
|
162
162
|
*/
|
|
163
163
|
readonly Float: import("@elaraai/east").StructType<{
|
|
164
|
-
value: FloatType;
|
|
165
|
-
min: import("@elaraai/east").OptionType<FloatType>;
|
|
166
|
-
max: import("@elaraai/east").OptionType<FloatType>;
|
|
167
|
-
step: import("@elaraai/east").OptionType<FloatType>;
|
|
168
|
-
precision: import("@elaraai/east").OptionType<IntegerType>;
|
|
169
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
170
|
-
outline: import("@elaraai/east").NullType;
|
|
171
|
-
subtle: import("@elaraai/east").NullType;
|
|
172
|
-
flushed: import("@elaraai/east").NullType;
|
|
164
|
+
readonly value: FloatType;
|
|
165
|
+
readonly min: import("@elaraai/east").OptionType<FloatType>;
|
|
166
|
+
readonly max: import("@elaraai/east").OptionType<FloatType>;
|
|
167
|
+
readonly step: import("@elaraai/east").OptionType<FloatType>;
|
|
168
|
+
readonly precision: import("@elaraai/east").OptionType<IntegerType>;
|
|
169
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
170
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
171
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
172
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
173
173
|
}>>;
|
|
174
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
175
|
-
xs: import("@elaraai/east").NullType;
|
|
176
|
-
sm: import("@elaraai/east").NullType;
|
|
177
|
-
md: import("@elaraai/east").NullType;
|
|
178
|
-
lg: import("@elaraai/east").NullType;
|
|
174
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
175
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
176
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
177
|
+
readonly md: import("@elaraai/east").NullType;
|
|
178
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
179
179
|
}>>;
|
|
180
|
-
disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
181
|
-
onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
182
|
-
onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
183
|
-
onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
180
|
+
readonly disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
181
|
+
readonly onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
182
|
+
readonly onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
183
|
+
readonly onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
184
184
|
}>;
|
|
185
185
|
/**
|
|
186
186
|
* Type for DateTime input component data.
|
|
@@ -195,54 +195,54 @@ export declare const Input: {
|
|
|
195
195
|
* @property disabled - Whether the input is disabled
|
|
196
196
|
*/
|
|
197
197
|
readonly DateTime: import("@elaraai/east").StructType<{
|
|
198
|
-
value: DateTimeType;
|
|
199
|
-
min: import("@elaraai/east").OptionType<DateTimeType>;
|
|
200
|
-
max: import("@elaraai/east").OptionType<DateTimeType>;
|
|
201
|
-
precision: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
202
|
-
date: import("@elaraai/east").NullType;
|
|
203
|
-
time: import("@elaraai/east").NullType;
|
|
204
|
-
datetime: import("@elaraai/east").NullType;
|
|
198
|
+
readonly value: DateTimeType;
|
|
199
|
+
readonly min: import("@elaraai/east").OptionType<DateTimeType>;
|
|
200
|
+
readonly max: import("@elaraai/east").OptionType<DateTimeType>;
|
|
201
|
+
readonly precision: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
202
|
+
readonly date: import("@elaraai/east").NullType;
|
|
203
|
+
readonly time: import("@elaraai/east").NullType;
|
|
204
|
+
readonly datetime: import("@elaraai/east").NullType;
|
|
205
205
|
}>>;
|
|
206
|
-
format: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
207
|
-
literal: StringType;
|
|
208
|
-
year4: import("@elaraai/east").NullType;
|
|
209
|
-
year2: import("@elaraai/east").NullType;
|
|
210
|
-
month1: import("@elaraai/east").NullType;
|
|
211
|
-
month2: import("@elaraai/east").NullType;
|
|
212
|
-
monthNameShort: import("@elaraai/east").NullType;
|
|
213
|
-
monthNameFull: import("@elaraai/east").NullType;
|
|
214
|
-
day1: import("@elaraai/east").NullType;
|
|
215
|
-
day2: import("@elaraai/east").NullType;
|
|
216
|
-
weekdayNameMin: import("@elaraai/east").NullType;
|
|
217
|
-
weekdayNameShort: import("@elaraai/east").NullType;
|
|
218
|
-
weekdayNameFull: import("@elaraai/east").NullType;
|
|
219
|
-
hour24_1: import("@elaraai/east").NullType;
|
|
220
|
-
hour24_2: import("@elaraai/east").NullType;
|
|
221
|
-
hour12_1: import("@elaraai/east").NullType;
|
|
222
|
-
hour12_2: import("@elaraai/east").NullType;
|
|
223
|
-
minute1: import("@elaraai/east").NullType;
|
|
224
|
-
minute2: import("@elaraai/east").NullType;
|
|
225
|
-
second1: import("@elaraai/east").NullType;
|
|
226
|
-
second2: import("@elaraai/east").NullType;
|
|
227
|
-
millisecond3: import("@elaraai/east").NullType;
|
|
228
|
-
ampmUpper: import("@elaraai/east").NullType;
|
|
229
|
-
ampmLower: import("@elaraai/east").NullType;
|
|
206
|
+
readonly format: import("@elaraai/east").OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
207
|
+
readonly literal: StringType;
|
|
208
|
+
readonly year4: import("@elaraai/east").NullType;
|
|
209
|
+
readonly year2: import("@elaraai/east").NullType;
|
|
210
|
+
readonly month1: import("@elaraai/east").NullType;
|
|
211
|
+
readonly month2: import("@elaraai/east").NullType;
|
|
212
|
+
readonly monthNameShort: import("@elaraai/east").NullType;
|
|
213
|
+
readonly monthNameFull: import("@elaraai/east").NullType;
|
|
214
|
+
readonly day1: import("@elaraai/east").NullType;
|
|
215
|
+
readonly day2: import("@elaraai/east").NullType;
|
|
216
|
+
readonly weekdayNameMin: import("@elaraai/east").NullType;
|
|
217
|
+
readonly weekdayNameShort: import("@elaraai/east").NullType;
|
|
218
|
+
readonly weekdayNameFull: import("@elaraai/east").NullType;
|
|
219
|
+
readonly hour24_1: import("@elaraai/east").NullType;
|
|
220
|
+
readonly hour24_2: import("@elaraai/east").NullType;
|
|
221
|
+
readonly hour12_1: import("@elaraai/east").NullType;
|
|
222
|
+
readonly hour12_2: import("@elaraai/east").NullType;
|
|
223
|
+
readonly minute1: import("@elaraai/east").NullType;
|
|
224
|
+
readonly minute2: import("@elaraai/east").NullType;
|
|
225
|
+
readonly second1: import("@elaraai/east").NullType;
|
|
226
|
+
readonly second2: import("@elaraai/east").NullType;
|
|
227
|
+
readonly millisecond3: import("@elaraai/east").NullType;
|
|
228
|
+
readonly ampmUpper: import("@elaraai/east").NullType;
|
|
229
|
+
readonly ampmLower: import("@elaraai/east").NullType;
|
|
230
230
|
}>>>;
|
|
231
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
232
|
-
outline: import("@elaraai/east").NullType;
|
|
233
|
-
subtle: import("@elaraai/east").NullType;
|
|
234
|
-
flushed: import("@elaraai/east").NullType;
|
|
231
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
232
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
233
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
234
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
235
235
|
}>>;
|
|
236
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
237
|
-
xs: import("@elaraai/east").NullType;
|
|
238
|
-
sm: import("@elaraai/east").NullType;
|
|
239
|
-
md: import("@elaraai/east").NullType;
|
|
240
|
-
lg: import("@elaraai/east").NullType;
|
|
236
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
237
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
238
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
239
|
+
readonly md: import("@elaraai/east").NullType;
|
|
240
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
241
241
|
}>>;
|
|
242
|
-
disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
243
|
-
onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[DateTimeType], import("@elaraai/east").NullType>>;
|
|
244
|
-
onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
245
|
-
onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
242
|
+
readonly disabled: import("@elaraai/east").OptionType<BooleanType>;
|
|
243
|
+
readonly onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[DateTimeType], import("@elaraai/east").NullType>>;
|
|
244
|
+
readonly onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
245
|
+
readonly onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
246
246
|
}>;
|
|
247
247
|
/** Variant type for DateTime precision options.
|
|
248
248
|
*
|
|
@@ -254,9 +254,9 @@ export declare const Input: {
|
|
|
254
254
|
* @property datetime - Full date and time
|
|
255
255
|
*/
|
|
256
256
|
readonly DateTimePrecision: import("@elaraai/east").VariantType<{
|
|
257
|
-
date: import("@elaraai/east").NullType;
|
|
258
|
-
time: import("@elaraai/east").NullType;
|
|
259
|
-
datetime: import("@elaraai/east").NullType;
|
|
257
|
+
readonly date: import("@elaraai/east").NullType;
|
|
258
|
+
readonly time: import("@elaraai/east").NullType;
|
|
259
|
+
readonly datetime: import("@elaraai/east").NullType;
|
|
260
260
|
}>;
|
|
261
261
|
/**
|
|
262
262
|
* Variant type for Input appearance styles.
|
|
@@ -269,9 +269,9 @@ export declare const Input: {
|
|
|
269
269
|
* @property flushed - Underlined input without border
|
|
270
270
|
*/
|
|
271
271
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
272
|
-
outline: import("@elaraai/east").NullType;
|
|
273
|
-
subtle: import("@elaraai/east").NullType;
|
|
274
|
-
flushed: import("@elaraai/east").NullType;
|
|
272
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
273
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
274
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
275
275
|
}>;
|
|
276
276
|
};
|
|
277
277
|
};
|