@3t-transform/threeteeui 0.0.9 → 0.0.11
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/cjs/{index-8a4cb9bc.js → index-bf39be87.js} +41 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/tttx-button.cjs.entry.js +2 -2
- package/dist/cjs/tttx-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/tttx-form.cjs.entry.js +169 -41
- package/dist/cjs/tttx-icon.cjs.entry.js +2 -2
- package/dist/cjs/tttx-loading-spinner.cjs.entry.js +26 -0
- package/dist/cjs/tttx-popover-content.cjs.entry.js +2 -2
- package/dist/cjs/tttx-standalone-input.cjs.entry.js +134 -0
- package/dist/cjs/tttx.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.css +1 -0
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +3 -3
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.css +8 -4
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +15 -15
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.css +48 -0
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +66 -0
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +17 -0
- package/dist/collection/components/atoms/tttx-popover-content/tttx-popover-content.js +1 -1
- package/dist/collection/components/atoms/tttx-popover-content/tttx-popover-content.stories.js +3 -3
- package/dist/collection/components/atoms/ttx-checkbox/tttx-checkbox.css +86 -43
- package/dist/collection/components/atoms/ttx-checkbox/tttx-checkbox.js +1 -1
- package/dist/collection/components/atoms/ttx-checkbox/tttx-checkbox.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-form/tttx-form.css +230 -0
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +195 -55
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +97 -28
- package/dist/collection/components/molecules/{tttx-input/tttx-input.css → tttx-standalone-input/tttx-standalone-input.css} +78 -53
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +561 -0
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +156 -0
- package/dist/collection/components/palette.stories.js +81 -81
- package/dist/collection/docs/gettingstarted-developer.stories.js +4 -4
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +2 -1
- package/dist/components/tttx-button.js +1 -1
- package/dist/components/tttx-checkbox.js +2 -2
- package/dist/components/tttx-form.js +167 -39
- package/dist/components/tttx-icon2.js +1 -1
- package/dist/components/{tttx-input.d.ts → tttx-loading-spinner.d.ts} +4 -4
- package/dist/components/tttx-loading-spinner.js +43 -0
- package/dist/components/tttx-popover-content.js +1 -1
- package/dist/components/tttx-standalone-input.d.ts +11 -0
- package/dist/components/tttx-standalone-input.js +178 -0
- package/dist/esm/{index-9654537d.js → index-63c4d25e.js} +41 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/tttx-button.entry.js +2 -2
- package/dist/esm/tttx-checkbox.entry.js +3 -3
- package/dist/esm/tttx-form.entry.js +169 -41
- package/dist/esm/tttx-icon.entry.js +2 -2
- package/dist/esm/tttx-loading-spinner.entry.js +22 -0
- package/dist/esm/tttx-popover-content.entry.js +2 -2
- package/dist/esm/tttx-standalone-input.entry.js +130 -0
- package/dist/esm/tttx.js +3 -3
- package/dist/tttx/{p-3cb692d6.entry.js → p-1a4eb1f3.entry.js} +1 -1
- package/dist/tttx/p-2d54f8aa.entry.js +1 -0
- package/dist/tttx/p-338b3976.entry.js +1 -0
- package/dist/tttx/p-4c57bcbd.entry.js +1 -0
- package/dist/tttx/p-709246f5.entry.js +1 -0
- package/dist/tttx/p-95a29e09.entry.js +1 -0
- package/dist/tttx/{p-1884203f.entry.js → p-ad0c3fe4.entry.js} +1 -1
- package/dist/tttx/p-bec472d8.js +2 -0
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.d.ts +6 -0
- package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.d.ts +17 -0
- package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +14 -7
- package/dist/types/components/molecules/tttx-form/tttx-form.stories.d.ts +1 -8
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +38 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.d.ts +106 -0
- package/dist/types/components.d.ts +73 -31
- package/package.json +67 -65
- package/readme.md +89 -86
- package/dist/cjs/tttx-input.cjs.entry.js +0 -44
- package/dist/collection/components/molecules/tttx-input/tttx-input.js +0 -259
- package/dist/collection/components/molecules/tttx-input/tttx-input.stories.js +0 -106
- package/dist/components/tttx-input.js +0 -77
- package/dist/esm/tttx-input.entry.js +0 -40
- package/dist/tttx/p-8e977b49.entry.js +0 -1
- package/dist/tttx/p-b6cc2780.js +0 -2
- package/dist/tttx/p-beb8e3fc.entry.js +0 -1
- package/dist/tttx/p-ece1c722.entry.js +0 -1
- package/dist/tttx/p-f30a0e84.entry.js +0 -1
- package/dist/types/components/molecules/tttx-input/tttx-input.d.ts +0 -20
- package/dist/types/components/molecules/tttx-input/tttx-input.stories.d.ts +0 -60
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
argTypes: {
|
|
5
|
+
loadingMessage: {
|
|
6
|
+
control: string;
|
|
7
|
+
};
|
|
8
|
+
size: {
|
|
9
|
+
control: {
|
|
10
|
+
type: string;
|
|
11
|
+
};
|
|
12
|
+
options: string[];
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
17
|
+
export declare const Example: (args: any) => string;
|
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
2
|
export declare class TttxForm {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
private fieldset;
|
|
4
|
+
private template;
|
|
5
|
+
private _formSchema;
|
|
6
|
+
formschema: any;
|
|
7
|
+
submitValue: any;
|
|
8
|
+
submitEvent: EventEmitter<FormData>;
|
|
9
|
+
onFormSchemaChange(newValue: any): void;
|
|
10
|
+
validityCheck(event: FocusEvent): void;
|
|
11
|
+
doSubmit(event: SubmitEvent): void;
|
|
12
|
+
fieldsetChange(event: Event): void;
|
|
13
|
+
componentWillLoad(): void;
|
|
14
|
+
componentWillRender(): void;
|
|
15
|
+
populateFormFromSchema(): void;
|
|
16
|
+
componentDidRender(): void;
|
|
10
17
|
render(): any;
|
|
11
18
|
}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
title: string;
|
|
3
3
|
component: string;
|
|
4
|
-
parameters: {
|
|
5
|
-
actions: {
|
|
6
|
-
handles: string[];
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
4
|
};
|
|
10
5
|
export default _default;
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const LoginTemplate: () => string;
|
|
13
|
-
export declare const TextBoxExample: () => string;
|
|
6
|
+
export declare const ExampleFormFromJSON: () => string;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
export type DateSyntax = `${number}${number}${number}${number}-${number}${number}-${number}${number}`;
|
|
3
|
+
export type MonthSyntax = `${number}${number}${number}${number}-${number}${number}`;
|
|
4
|
+
export type WeekSyntax = `${number}${number}${number}${number}-W${number}${number}`;
|
|
5
|
+
export type TimeSyntax = `${number}${number}:${number}${number}`;
|
|
6
|
+
export type DateTimeLocalSyntax = `${number}${number}${number}${number}-${number}${number}-${number}${number}T${number}${number}:${number}${number}`;
|
|
7
|
+
export type MinMaxDates = DateSyntax | MonthSyntax | WeekSyntax | TimeSyntax | DateTimeLocalSyntax;
|
|
8
|
+
export declare class TttxInput {
|
|
9
|
+
isfocused: boolean;
|
|
10
|
+
label: string;
|
|
11
|
+
valid: boolean;
|
|
12
|
+
showerrormsg: boolean;
|
|
13
|
+
errormsg: string;
|
|
14
|
+
iconleft: string;
|
|
15
|
+
iconright: string;
|
|
16
|
+
autocapitalize: string;
|
|
17
|
+
autocomplete: 'off' | 'on';
|
|
18
|
+
autofocus: boolean;
|
|
19
|
+
checked: boolean;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
max: MinMaxDates | number;
|
|
22
|
+
maxlength: string | number;
|
|
23
|
+
min: MinMaxDates | number;
|
|
24
|
+
minlength: string | number;
|
|
25
|
+
name: string;
|
|
26
|
+
pattern: string;
|
|
27
|
+
placeholder: string;
|
|
28
|
+
readonly: string | boolean;
|
|
29
|
+
required: boolean;
|
|
30
|
+
step: string | number;
|
|
31
|
+
type: string;
|
|
32
|
+
value: string | number;
|
|
33
|
+
valueChanged: EventEmitter<string>;
|
|
34
|
+
handleChange(event: Event | InputEvent): void;
|
|
35
|
+
handleFocus(): void;
|
|
36
|
+
handleBlur(): void;
|
|
37
|
+
render(): any;
|
|
38
|
+
}
|
package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.d.ts
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
argTypes: {
|
|
5
|
+
iconleft: {
|
|
6
|
+
options: string[];
|
|
7
|
+
control: {
|
|
8
|
+
type: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
iconright: {
|
|
12
|
+
options: string[];
|
|
13
|
+
control: {
|
|
14
|
+
type: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
label: {
|
|
18
|
+
control: {
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
errormsg: {
|
|
23
|
+
control: {
|
|
24
|
+
type: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
showerrormsg: {
|
|
28
|
+
control: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
checked: {
|
|
33
|
+
control: {
|
|
34
|
+
type: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
disabled: {
|
|
38
|
+
control: {
|
|
39
|
+
type: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
max: {
|
|
43
|
+
control: {
|
|
44
|
+
type: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
maxlength: {
|
|
48
|
+
control: {
|
|
49
|
+
type: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
min: {
|
|
53
|
+
control: {
|
|
54
|
+
type: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
minlength: {
|
|
58
|
+
control: {
|
|
59
|
+
type: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
name: {
|
|
63
|
+
control: {
|
|
64
|
+
type: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
pattern: {
|
|
68
|
+
control: {
|
|
69
|
+
type: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
placeholder: {
|
|
73
|
+
control: {
|
|
74
|
+
type: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
readonly: {
|
|
78
|
+
control: {
|
|
79
|
+
type: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
required: {
|
|
83
|
+
control: {
|
|
84
|
+
type: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
step: {
|
|
88
|
+
control: {
|
|
89
|
+
type: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
type: {
|
|
93
|
+
options: string[];
|
|
94
|
+
control: {
|
|
95
|
+
type: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
value: {
|
|
99
|
+
control: {
|
|
100
|
+
type: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
export default _default;
|
|
106
|
+
export declare const InputField: any;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { MinMaxDates } from "./components/molecules/tttx-standalone-input/tttx-standalone-input";
|
|
8
9
|
export namespace Components {
|
|
9
10
|
interface TttxButton {
|
|
10
11
|
"buttonStyle": string;
|
|
@@ -16,31 +17,47 @@ export namespace Components {
|
|
|
16
17
|
"value": boolean;
|
|
17
18
|
}
|
|
18
19
|
interface TttxForm {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
20
|
+
"formschema": any;
|
|
21
|
+
"submitValue": any;
|
|
21
22
|
}
|
|
22
23
|
interface TttxIcon {
|
|
23
24
|
"colour": string;
|
|
24
25
|
"icon": string;
|
|
25
26
|
}
|
|
26
|
-
interface
|
|
27
|
+
interface TttxLoadingSpinner {
|
|
28
|
+
"loadingMessage": boolean;
|
|
29
|
+
"size": 'small' | 'large';
|
|
30
|
+
}
|
|
31
|
+
interface TttxPopoverContent {
|
|
32
|
+
"body": string;
|
|
33
|
+
"header": string;
|
|
34
|
+
"linkcontext": string;
|
|
35
|
+
"linktext": string;
|
|
36
|
+
}
|
|
37
|
+
interface TttxStandaloneInput {
|
|
38
|
+
"autocapitalize": string;
|
|
39
|
+
"autocomplete": 'off' | 'on';
|
|
40
|
+
"autofocus": boolean;
|
|
41
|
+
"checked": boolean;
|
|
42
|
+
"disabled": boolean;
|
|
27
43
|
"errormsg": string;
|
|
28
44
|
"iconleft": string;
|
|
29
45
|
"iconright": string;
|
|
30
46
|
"label": string;
|
|
47
|
+
"max": MinMaxDates | number;
|
|
48
|
+
"maxlength": string | number;
|
|
49
|
+
"min": MinMaxDates | number;
|
|
50
|
+
"minlength": string | number;
|
|
51
|
+
"name": string;
|
|
31
52
|
"pattern": string;
|
|
32
53
|
"placeholder": string;
|
|
54
|
+
"readonly": string | boolean;
|
|
33
55
|
"required": boolean;
|
|
34
56
|
"showerrormsg": boolean;
|
|
57
|
+
"step": string | number;
|
|
35
58
|
"type": string;
|
|
36
59
|
"valid": boolean;
|
|
37
|
-
"value": string;
|
|
38
|
-
}
|
|
39
|
-
interface TttxPopoverContent {
|
|
40
|
-
"body": string;
|
|
41
|
-
"header": string;
|
|
42
|
-
"linkcontext": string;
|
|
43
|
-
"linktext": string;
|
|
60
|
+
"value": string | number;
|
|
44
61
|
}
|
|
45
62
|
}
|
|
46
63
|
export interface TttxButtonCustomEvent<T> extends CustomEvent<T> {
|
|
@@ -55,9 +72,9 @@ export interface TttxFormCustomEvent<T> extends CustomEvent<T> {
|
|
|
55
72
|
detail: T;
|
|
56
73
|
target: HTMLTttxFormElement;
|
|
57
74
|
}
|
|
58
|
-
export interface
|
|
75
|
+
export interface TttxStandaloneInputCustomEvent<T> extends CustomEvent<T> {
|
|
59
76
|
detail: T;
|
|
60
|
-
target:
|
|
77
|
+
target: HTMLTttxStandaloneInputElement;
|
|
61
78
|
}
|
|
62
79
|
declare global {
|
|
63
80
|
interface HTMLTttxButtonElement extends Components.TttxButton, HTMLStencilElement {
|
|
@@ -84,11 +101,11 @@ declare global {
|
|
|
84
101
|
prototype: HTMLTttxIconElement;
|
|
85
102
|
new (): HTMLTttxIconElement;
|
|
86
103
|
};
|
|
87
|
-
interface
|
|
104
|
+
interface HTMLTttxLoadingSpinnerElement extends Components.TttxLoadingSpinner, HTMLStencilElement {
|
|
88
105
|
}
|
|
89
|
-
var
|
|
90
|
-
prototype:
|
|
91
|
-
new ():
|
|
106
|
+
var HTMLTttxLoadingSpinnerElement: {
|
|
107
|
+
prototype: HTMLTttxLoadingSpinnerElement;
|
|
108
|
+
new (): HTMLTttxLoadingSpinnerElement;
|
|
92
109
|
};
|
|
93
110
|
interface HTMLTttxPopoverContentElement extends Components.TttxPopoverContent, HTMLStencilElement {
|
|
94
111
|
}
|
|
@@ -96,13 +113,20 @@ declare global {
|
|
|
96
113
|
prototype: HTMLTttxPopoverContentElement;
|
|
97
114
|
new (): HTMLTttxPopoverContentElement;
|
|
98
115
|
};
|
|
116
|
+
interface HTMLTttxStandaloneInputElement extends Components.TttxStandaloneInput, HTMLStencilElement {
|
|
117
|
+
}
|
|
118
|
+
var HTMLTttxStandaloneInputElement: {
|
|
119
|
+
prototype: HTMLTttxStandaloneInputElement;
|
|
120
|
+
new (): HTMLTttxStandaloneInputElement;
|
|
121
|
+
};
|
|
99
122
|
interface HTMLElementTagNameMap {
|
|
100
123
|
"tttx-button": HTMLTttxButtonElement;
|
|
101
124
|
"tttx-checkbox": HTMLTttxCheckboxElement;
|
|
102
125
|
"tttx-form": HTMLTttxFormElement;
|
|
103
126
|
"tttx-icon": HTMLTttxIconElement;
|
|
104
|
-
"tttx-
|
|
127
|
+
"tttx-loading-spinner": HTMLTttxLoadingSpinnerElement;
|
|
105
128
|
"tttx-popover-content": HTMLTttxPopoverContentElement;
|
|
129
|
+
"tttx-standalone-input": HTMLTttxStandaloneInputElement;
|
|
106
130
|
}
|
|
107
131
|
}
|
|
108
132
|
declare namespace LocalJSX {
|
|
@@ -118,41 +142,58 @@ declare namespace LocalJSX {
|
|
|
118
142
|
"value"?: boolean;
|
|
119
143
|
}
|
|
120
144
|
interface TttxForm {
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
145
|
+
"formschema"?: any;
|
|
146
|
+
"onSubmitEvent"?: (event: TttxFormCustomEvent<FormData>) => void;
|
|
147
|
+
"submitValue"?: any;
|
|
124
148
|
}
|
|
125
149
|
interface TttxIcon {
|
|
126
150
|
"colour"?: string;
|
|
127
151
|
"icon"?: string;
|
|
128
152
|
}
|
|
129
|
-
interface
|
|
153
|
+
interface TttxLoadingSpinner {
|
|
154
|
+
"loadingMessage"?: boolean;
|
|
155
|
+
"size"?: 'small' | 'large';
|
|
156
|
+
}
|
|
157
|
+
interface TttxPopoverContent {
|
|
158
|
+
"body"?: string;
|
|
159
|
+
"header"?: string;
|
|
160
|
+
"linkcontext"?: string;
|
|
161
|
+
"linktext"?: string;
|
|
162
|
+
}
|
|
163
|
+
interface TttxStandaloneInput {
|
|
164
|
+
"autocapitalize"?: string;
|
|
165
|
+
"autocomplete"?: 'off' | 'on';
|
|
166
|
+
"autofocus"?: boolean;
|
|
167
|
+
"checked"?: boolean;
|
|
168
|
+
"disabled"?: boolean;
|
|
130
169
|
"errormsg"?: string;
|
|
131
170
|
"iconleft"?: string;
|
|
132
171
|
"iconright"?: string;
|
|
133
172
|
"label"?: string;
|
|
134
|
-
"
|
|
173
|
+
"max"?: MinMaxDates | number;
|
|
174
|
+
"maxlength"?: string | number;
|
|
175
|
+
"min"?: MinMaxDates | number;
|
|
176
|
+
"minlength"?: string | number;
|
|
177
|
+
"name"?: string;
|
|
178
|
+
"onValueChanged"?: (event: TttxStandaloneInputCustomEvent<string>) => void;
|
|
135
179
|
"pattern"?: string;
|
|
136
180
|
"placeholder"?: string;
|
|
181
|
+
"readonly"?: string | boolean;
|
|
137
182
|
"required"?: boolean;
|
|
138
183
|
"showerrormsg"?: boolean;
|
|
184
|
+
"step"?: string | number;
|
|
139
185
|
"type"?: string;
|
|
140
186
|
"valid"?: boolean;
|
|
141
|
-
"value"?: string;
|
|
142
|
-
}
|
|
143
|
-
interface TttxPopoverContent {
|
|
144
|
-
"body"?: string;
|
|
145
|
-
"header"?: string;
|
|
146
|
-
"linkcontext"?: string;
|
|
147
|
-
"linktext"?: string;
|
|
187
|
+
"value"?: string | number;
|
|
148
188
|
}
|
|
149
189
|
interface IntrinsicElements {
|
|
150
190
|
"tttx-button": TttxButton;
|
|
151
191
|
"tttx-checkbox": TttxCheckbox;
|
|
152
192
|
"tttx-form": TttxForm;
|
|
153
193
|
"tttx-icon": TttxIcon;
|
|
154
|
-
"tttx-
|
|
194
|
+
"tttx-loading-spinner": TttxLoadingSpinner;
|
|
155
195
|
"tttx-popover-content": TttxPopoverContent;
|
|
196
|
+
"tttx-standalone-input": TttxStandaloneInput;
|
|
156
197
|
}
|
|
157
198
|
}
|
|
158
199
|
export { LocalJSX as JSX };
|
|
@@ -163,8 +204,9 @@ declare module "@stencil/core" {
|
|
|
163
204
|
"tttx-checkbox": LocalJSX.TttxCheckbox & JSXBase.HTMLAttributes<HTMLTttxCheckboxElement>;
|
|
164
205
|
"tttx-form": LocalJSX.TttxForm & JSXBase.HTMLAttributes<HTMLTttxFormElement>;
|
|
165
206
|
"tttx-icon": LocalJSX.TttxIcon & JSXBase.HTMLAttributes<HTMLTttxIconElement>;
|
|
166
|
-
"tttx-
|
|
207
|
+
"tttx-loading-spinner": LocalJSX.TttxLoadingSpinner & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinnerElement>;
|
|
167
208
|
"tttx-popover-content": LocalJSX.TttxPopoverContent & JSXBase.HTMLAttributes<HTMLTttxPopoverContentElement>;
|
|
209
|
+
"tttx-standalone-input": LocalJSX.TttxStandaloneInput & JSXBase.HTMLAttributes<HTMLTttxStandaloneInputElement>;
|
|
168
210
|
}
|
|
169
211
|
}
|
|
170
212
|
}
|
package/package.json
CHANGED
|
@@ -1,67 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
|
|
2
|
+
"name": "@3t-transform/threeteeui",
|
|
3
|
+
"version": "0.0.11",
|
|
4
|
+
"description": "3t Design System",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"es2015": "dist/esm/index.mjs",
|
|
8
|
+
"es2017": "dist/esm/index.mjs",
|
|
9
|
+
"types": "dist/types/index.d.ts",
|
|
10
|
+
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
+
"collection:main": "dist/collection/index.js",
|
|
12
|
+
"unpkg": "dist/3tui/3tui.esm.js",
|
|
13
|
+
"files": [
|
|
14
|
+
"dist/",
|
|
15
|
+
"loader/"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "stencil build --docs",
|
|
19
|
+
"start": "stencil build --watch --serve",
|
|
20
|
+
"test": "stencil test --spec --e2e",
|
|
21
|
+
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
22
|
+
"generate": "stencil generate",
|
|
23
|
+
"storybook": "storybook dev -p 6006",
|
|
24
|
+
"build-storybook": "storybook build",
|
|
25
|
+
"chromatic": "npx chromatic --project-token=531b962b0be5 --exit-zero-on-changes --exit-once-uploaded",
|
|
26
|
+
"lint:generate": "eslint --ext .tsx -o output.eslint.json -f json"
|
|
27
|
+
},
|
|
28
|
+
"resolutions": {
|
|
29
|
+
"@types/babel__traverse": "7.0.6"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@babel/core": "^7.18.10",
|
|
33
|
+
"@babel/preset-env": "^7.21.4",
|
|
34
|
+
"@mdx-js/react": "^2.1.5",
|
|
35
|
+
"@rollup/plugin-commonjs": "^23.0.3",
|
|
36
|
+
"@stencil/core": "^2.20.0",
|
|
37
|
+
"@stencil/sass": "^1.5.2",
|
|
38
|
+
"@storybook/addon-actions": "^7.0.6",
|
|
39
|
+
"@storybook/addon-essentials": "^7.0.6",
|
|
40
|
+
"@storybook/addon-interactions": "^7.0.6",
|
|
41
|
+
"@storybook/addon-links": "^7.0.6",
|
|
42
|
+
"@storybook/addon-mdx-gfm": "^7.0.6",
|
|
43
|
+
"@storybook/html": "^7.0.6",
|
|
44
|
+
"@storybook/html-webpack5": "^7.0.6",
|
|
45
|
+
"@storybook/testing-library": "^0.1.0",
|
|
46
|
+
"@storybook/web-components": "^7.0.6",
|
|
47
|
+
"@types/jest": "^27.0.3",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
49
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
50
|
+
"chromatic": "^6.7.4",
|
|
51
|
+
"eslint": "^8.38.0",
|
|
52
|
+
"jest": "^27.4.5",
|
|
53
|
+
"jest-cli": "^27.4.5",
|
|
54
|
+
"less": "^4.1.3",
|
|
55
|
+
"lit": "^2.7.3",
|
|
56
|
+
"lit-html": "^2.7.0",
|
|
57
|
+
"puppeteer": "^10.0.0",
|
|
58
|
+
"react": "^18.2.0",
|
|
59
|
+
"react-dom": "^18.2.0",
|
|
60
|
+
"sass": "^1.56.1",
|
|
61
|
+
"typescript": "^5.0.4"
|
|
62
|
+
},
|
|
63
|
+
"license": "UNLICENSED",
|
|
64
|
+
"readme": "ERROR: No README data found!",
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"@popperjs/core": "^2.11.7",
|
|
67
|
+
"storybook": "^7.0.6"
|
|
68
|
+
}
|
|
67
69
|
}
|