@testgorilla/tgo-ui 6.2.16 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/popover/index.d.ts +5 -0
- package/components/popover/popover.component.d.ts +9 -0
- package/components/popover/popover.directive.d.ts +31 -0
- package/components/popover/public-api.d.ts +1 -0
- package/components/write-with-ai/index.d.ts +5 -0
- package/components/write-with-ai/llm.service.d.ts +22 -0
- package/components/write-with-ai/public-api.d.ts +4 -0
- package/components/write-with-ai/write-with-ai.component.d.ts +79 -0
- package/components/write-with-ai/write-with-ai.model.d.ts +24 -0
- package/components/write-with-ai/write-with-ai.module.d.ts +7 -0
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs +18 -1
- package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-popover.mjs +147 -0
- package/fesm2022/testgorilla-tgo-ui-components-popover.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs +406 -0
- package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs.map +1 -0
- package/fesm2022/testgorilla-tgo-ui.mjs +1 -0
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +40 -33
- package/public-api.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testgorilla/tgo-ui",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"license": "proprietary-license",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"{projects,components}/**/*.ts": [
|
|
@@ -49,12 +49,11 @@
|
|
|
49
49
|
"overrides": {
|
|
50
50
|
"tar": "^7.5.8",
|
|
51
51
|
"serialize-javascript": "^7.0.3",
|
|
52
|
-
"ajv": "^8.18.0",
|
|
53
52
|
"@eslint/eslintrc": {
|
|
54
|
-
"ajv": "
|
|
53
|
+
"ajv": "6.12.6"
|
|
55
54
|
},
|
|
56
55
|
"eslint": {
|
|
57
|
-
"ajv": "
|
|
56
|
+
"ajv": "6.12.6"
|
|
58
57
|
}
|
|
59
58
|
},
|
|
60
59
|
"module": "fesm2022/testgorilla-tgo-ui.mjs",
|
|
@@ -79,42 +78,42 @@
|
|
|
79
78
|
"types": "./components/ai-audio-circle/index.d.ts",
|
|
80
79
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs"
|
|
81
80
|
},
|
|
82
|
-
"./components/audio-waveform": {
|
|
83
|
-
"types": "./components/audio-waveform/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
85
|
-
},
|
|
86
|
-
"./components/alert-banner": {
|
|
87
|
-
"types": "./components/alert-banner/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
89
|
-
},
|
|
90
81
|
"./components/ai-feedback": {
|
|
91
82
|
"types": "./components/ai-feedback/index.d.ts",
|
|
92
83
|
"default": "./fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs"
|
|
93
84
|
},
|
|
85
|
+
"./components/audio-waveform": {
|
|
86
|
+
"types": "./components/audio-waveform/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs"
|
|
88
|
+
},
|
|
94
89
|
"./components/autocomplete": {
|
|
95
90
|
"types": "./components/autocomplete/index.d.ts",
|
|
96
91
|
"default": "./fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs"
|
|
97
92
|
},
|
|
93
|
+
"./components/alert-banner": {
|
|
94
|
+
"types": "./components/alert-banner/index.d.ts",
|
|
95
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs"
|
|
96
|
+
},
|
|
98
97
|
"./components/avatar": {
|
|
99
98
|
"types": "./components/avatar/index.d.ts",
|
|
100
99
|
"default": "./fesm2022/testgorilla-tgo-ui-components-avatar.mjs"
|
|
101
100
|
},
|
|
102
|
-
"./components/badge": {
|
|
103
|
-
"types": "./components/badge/index.d.ts",
|
|
104
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
105
|
-
},
|
|
106
101
|
"./components/breadcrumb": {
|
|
107
102
|
"types": "./components/breadcrumb/index.d.ts",
|
|
108
103
|
"default": "./fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs"
|
|
109
104
|
},
|
|
110
|
-
"./components/
|
|
111
|
-
"types": "./components/
|
|
112
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
105
|
+
"./components/badge": {
|
|
106
|
+
"types": "./components/badge/index.d.ts",
|
|
107
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-badge.mjs"
|
|
113
108
|
},
|
|
114
109
|
"./components/button": {
|
|
115
110
|
"types": "./components/button/index.d.ts",
|
|
116
111
|
"default": "./fesm2022/testgorilla-tgo-ui-components-button.mjs"
|
|
117
112
|
},
|
|
113
|
+
"./components/card": {
|
|
114
|
+
"types": "./components/card/index.d.ts",
|
|
115
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-card.mjs"
|
|
116
|
+
},
|
|
118
117
|
"./components/checkbox": {
|
|
119
118
|
"types": "./components/checkbox/index.d.ts",
|
|
120
119
|
"default": "./fesm2022/testgorilla-tgo-ui-components-checkbox.mjs"
|
|
@@ -131,38 +130,38 @@
|
|
|
131
130
|
"types": "./components/datepicker/index.d.ts",
|
|
132
131
|
"default": "./fesm2022/testgorilla-tgo-ui-components-datepicker.mjs"
|
|
133
132
|
},
|
|
134
|
-
"./components/
|
|
135
|
-
"types": "./components/
|
|
136
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
133
|
+
"./components/divider": {
|
|
134
|
+
"types": "./components/divider/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-divider.mjs"
|
|
137
136
|
},
|
|
138
137
|
"./components/dialog": {
|
|
139
138
|
"types": "./components/dialog/index.d.ts",
|
|
140
139
|
"default": "./fesm2022/testgorilla-tgo-ui-components-dialog.mjs"
|
|
141
140
|
},
|
|
142
|
-
"./components/
|
|
143
|
-
"types": "./components/
|
|
144
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-
|
|
141
|
+
"./components/dropdown": {
|
|
142
|
+
"types": "./components/dropdown/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
144
|
+
},
|
|
145
|
+
"./components/donut-chart": {
|
|
146
|
+
"types": "./components/donut-chart/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs"
|
|
145
148
|
},
|
|
146
149
|
"./components/elevation-shadow": {
|
|
147
150
|
"types": "./components/elevation-shadow/index.d.ts",
|
|
148
151
|
"default": "./fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs"
|
|
149
152
|
},
|
|
150
|
-
"./components/dropdown": {
|
|
151
|
-
"types": "./components/dropdown/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-dropdown.mjs"
|
|
153
|
-
},
|
|
154
153
|
"./components/empty-state": {
|
|
155
154
|
"types": "./components/empty-state/index.d.ts",
|
|
156
155
|
"default": "./fesm2022/testgorilla-tgo-ui-components-empty-state.mjs"
|
|
157
156
|
},
|
|
158
|
-
"./components/file-upload": {
|
|
159
|
-
"types": "./components/file-upload/index.d.ts",
|
|
160
|
-
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
161
|
-
},
|
|
162
157
|
"./components/field": {
|
|
163
158
|
"types": "./components/field/index.d.ts",
|
|
164
159
|
"default": "./fesm2022/testgorilla-tgo-ui-components-field.mjs"
|
|
165
160
|
},
|
|
161
|
+
"./components/file-upload": {
|
|
162
|
+
"types": "./components/file-upload/index.d.ts",
|
|
163
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-file-upload.mjs"
|
|
164
|
+
},
|
|
166
165
|
"./components/filter-button": {
|
|
167
166
|
"types": "./components/filter-button/index.d.ts",
|
|
168
167
|
"default": "./fesm2022/testgorilla-tgo-ui-components-filter-button.mjs"
|
|
@@ -227,6 +226,10 @@
|
|
|
227
226
|
"types": "./components/phone-input/index.d.ts",
|
|
228
227
|
"default": "./fesm2022/testgorilla-tgo-ui-components-phone-input.mjs"
|
|
229
228
|
},
|
|
229
|
+
"./components/popover": {
|
|
230
|
+
"types": "./components/popover/index.d.ts",
|
|
231
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-popover.mjs"
|
|
232
|
+
},
|
|
230
233
|
"./components/progress-bar": {
|
|
231
234
|
"types": "./components/progress-bar/index.d.ts",
|
|
232
235
|
"default": "./fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs"
|
|
@@ -326,6 +329,10 @@
|
|
|
326
329
|
"./components/validation-error": {
|
|
327
330
|
"types": "./components/validation-error/index.d.ts",
|
|
328
331
|
"default": "./fesm2022/testgorilla-tgo-ui-components-validation-error.mjs"
|
|
332
|
+
},
|
|
333
|
+
"./components/write-with-ai": {
|
|
334
|
+
"types": "./components/write-with-ai/index.d.ts",
|
|
335
|
+
"default": "./fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs"
|
|
329
336
|
}
|
|
330
337
|
},
|
|
331
338
|
"sideEffects": false
|
package/public-api.d.ts
CHANGED
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
* - @testgorilla/tgo-ui/components/spider-chart
|
|
75
75
|
* - @testgorilla/tgo-ui/components/universal-skills
|
|
76
76
|
* - @testgorilla/tgo-ui/components/audio-waveform
|
|
77
|
+
* - @testgorilla/tgo-ui/components/write-with-ai
|
|
77
78
|
*/
|
|
78
79
|
export * from '@testgorilla/tgo-ui/components/core';
|
|
79
80
|
export * from './components/deprecated-paginator/deprecated-paginator.component';
|