@weni/unnnic-system 3.9.1-alpha.1 → 3.9.1-alpha.2

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.
Files changed (95) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  3. package/dist/components/DateFilter/DateFilter.vue.d.ts +3 -82
  4. package/dist/components/Input/BaseInput.vue.d.ts +0 -22
  5. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  6. package/dist/components/Input/Input.vue.d.ts +3 -82
  7. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  8. package/dist/components/Input/TextInput.vue.d.ts +2 -53
  9. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  10. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +4 -83
  11. package/dist/components/InputNext/InputNext.vue.d.ts +1 -1
  12. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +29 -203
  13. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  14. package/dist/components/ModalNext/ModalNext.vue.d.ts +3 -82
  15. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -53
  16. package/dist/components/SelectTime/index.vue.d.ts +2 -53
  17. package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
  18. package/dist/components/index.d.ts +236 -1764
  19. package/dist/components/index.d.ts.map +1 -1
  20. package/dist/{es-de156c12.mjs → es-d456f02a.mjs} +1 -1
  21. package/dist/{index-21cbba5d.mjs → index-120e037a.mjs} +11437 -12248
  22. package/dist/locales/en.json.d.ts +1 -2
  23. package/dist/locales/es.json.d.ts +1 -2
  24. package/dist/locales/pt_br.json.d.ts +1 -2
  25. package/dist/{pt-br-5fa49a3e.mjs → pt-br-b627c074.mjs} +1 -1
  26. package/dist/style.css +1 -1
  27. package/dist/unnnic.mjs +179 -195
  28. package/dist/unnnic.umd.js +34 -41
  29. package/package.json +1 -1
  30. package/src/assets/scss/tailwind.scss +0 -8
  31. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
  32. package/src/components/Button/Button.vue +0 -1
  33. package/src/components/Input/BaseInput.vue +2 -21
  34. package/src/components/Input/Input.scss +3 -3
  35. package/src/components/Input/Input.vue +1 -19
  36. package/src/components/Input/TextInput.vue +21 -62
  37. package/src/components/ModalDialog/ModalDialog.vue +148 -62
  38. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  39. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  40. package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +1 -0
  41. package/src/components/Tag/DefaultTag.vue +0 -5
  42. package/src/components/index.ts +23 -55
  43. package/src/locales/en.json +1 -2
  44. package/src/locales/es.json +1 -2
  45. package/src/locales/pt_br.json +1 -2
  46. package/src/stories/ModalDialog.mdx +0 -3
  47. package/src/stories/ModalDialog.stories.js +1 -1
  48. package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
  49. package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
  50. package/dist/components/PageHeader/index.d.ts +0 -3
  51. package/dist/components/PageHeader/index.d.ts.map +0 -1
  52. package/dist/components/PageHeader/types.d.ts +0 -9
  53. package/dist/components/PageHeader/types.d.ts.map +0 -1
  54. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  55. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  56. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
  57. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  58. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
  59. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  60. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  61. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  62. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  63. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  64. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  65. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  66. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  67. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  68. package/dist/components/ui/dialog/index.d.ts +0 -8
  69. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  70. package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +0 -152
  71. package/src/components/PageHeader/PageHeader.vue +0 -154
  72. package/src/components/PageHeader/index.ts +0 -2
  73. package/src/components/PageHeader/types.ts +0 -10
  74. package/src/components/Popover/__tests__/Popover.spec.js +0 -147
  75. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  76. package/src/components/Popover/index.vue +0 -146
  77. package/src/components/Select/SelectOption.vue +0 -65
  78. package/src/components/Select/__tests__/Select.spec.js +0 -412
  79. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  80. package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
  81. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
  82. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  83. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  84. package/src/components/Select/index.vue +0 -245
  85. package/src/components/ui/dialog/Dialog.vue +0 -15
  86. package/src/components/ui/dialog/DialogClose.vue +0 -25
  87. package/src/components/ui/dialog/DialogContent.vue +0 -133
  88. package/src/components/ui/dialog/DialogFooter.vue +0 -46
  89. package/src/components/ui/dialog/DialogHeader.vue +0 -79
  90. package/src/components/ui/dialog/DialogTitle.vue +0 -34
  91. package/src/components/ui/dialog/DialogTrigger.vue +0 -12
  92. package/src/components/ui/dialog/index.ts +0 -7
  93. package/src/stories/Dialog.stories.js +0 -832
  94. package/src/stories/PageHeader.stories.js +0 -330
  95. package/src/stories/Select.stories.js +0 -158
@@ -1,330 +0,0 @@
1
- import { action } from '@storybook/addon-actions';
2
-
3
- import PageHeader from '../components/PageHeader/PageHeader.vue';
4
- import UnnnicButton from '../components/Button/Button.vue';
5
- import UnnnicTag from '../components/Tag/Tag.vue';
6
- import UnnnicSelectSmart from '../components/SelectSmart/SelectSmart.vue';
7
- import { Tabs, TabsList, TabsTrigger, TabsContent } from '@/components/ui/tabs';
8
-
9
- export default {
10
- title: 'Layout/PageHeader',
11
- component: PageHeader,
12
- tags: ['autodocs'],
13
- parameters: {
14
- docs: {
15
- description: {
16
- component: `A page header component to standardize the header of pages.
17
- <br/>
18
- It supports title, description, actions, tabs, tags, and back navigation.
19
- <br/>
20
- This component provides multiple variations to handle different page header scenarios.
21
- `,
22
- },
23
- },
24
- },
25
- argTypes: {
26
- title: {
27
- control: { type: 'text' },
28
- description: 'The title of the page',
29
- },
30
- description: {
31
- control: { type: 'text' },
32
- description: 'The description text below the title',
33
- },
34
- hasBackButton: {
35
- control: { type: 'boolean' },
36
- description: 'Show back navigation button',
37
- },
38
- },
39
- args: {
40
- title: 'Page Name',
41
- description: 'Description',
42
- hasBackButton: false,
43
- },
44
- };
45
-
46
- export const Default = {
47
- parameters: {
48
- docs: {
49
- description: {
50
- story: 'A simple page header with title and description.',
51
- },
52
- source: {
53
- code: `
54
- <UnnnicPageHeader
55
- title="Page Name"
56
- description="Description"
57
- />
58
- `,
59
- },
60
- },
61
- },
62
- render: (args) => ({
63
- components: { PageHeader },
64
- setup() {
65
- return { args };
66
- },
67
- template: `
68
- <PageHeader v-bind="args" />
69
- `,
70
- }),
71
- };
72
-
73
- export const WithActions = {
74
- parameters: {
75
- docs: {
76
- description: {
77
- story:
78
- 'Page header with action buttons on the right side. Supports primary and secondary actions.',
79
- },
80
- source: {
81
- code: `
82
- <UnnnicPageHeader
83
- title="Page Name"
84
- description="Description"
85
- >
86
- <template #actions>
87
- <UnnnicButton text="Button" type="secondary" />
88
- <UnnnicButton text="Button" type="primary" />
89
- </template>
90
- </UnnnicPageHeader>
91
- `,
92
- },
93
- },
94
- },
95
- render: (args) => ({
96
- components: {
97
- PageHeader,
98
- UnnnicButton,
99
- Tabs,
100
- TabsList,
101
- TabsTrigger,
102
- TabsContent,
103
- },
104
- setup() {
105
- return { args };
106
- },
107
- template: `
108
- <PageHeader v-bind="args">
109
- <template #actions>
110
- <UnnnicButton text="Button" type="secondary" />
111
- <UnnnicButton text="Button" type="primary" />
112
- </template>
113
- </PageHeader>
114
- `,
115
- }),
116
- };
117
-
118
- export const WithTabs = {
119
- parameters: {
120
- docs: {
121
- description: {
122
- story:
123
- 'Page header with tabs for navigation. Useful for pages with multiple sections divided by tabs.',
124
- },
125
- source: {
126
- code: `
127
- <UnnnicPageHeader
128
- title="Page Name"
129
- description="Description"
130
- >
131
- <template #actions>
132
- <UnnnicButton text="Button" type="secondary" />
133
- <UnnnicButton text="Button" type="primary" />
134
- </template>
135
- <template #tabs>
136
- <UnnnicTabs defaultValue="label1">
137
- <UnnnicTabsList>
138
- <UnnnicTabsTrigger value="label1">Label</UnnnicTabsTrigger>
139
- <UnnnicTabsTrigger value="label2">Label</UnnnicTabsTrigger>
140
- <UnnnicTabsTrigger value="label3">Label</UnnnicTabsTrigger>
141
- </UnnnicTabsList>
142
- </UnnnicTabs>
143
- </template>
144
- </UnnnicPageHeader>
145
- `,
146
- },
147
- },
148
- },
149
- render: (args) => ({
150
- components: {
151
- PageHeader,
152
- UnnnicButton,
153
- Tabs,
154
- TabsList,
155
- TabsTrigger,
156
- TabsContent,
157
- },
158
- setup() {
159
- return { args };
160
- },
161
- template: `
162
- <PageHeader v-bind="args">
163
- <template #actions>
164
- <UnnnicButton text="Button" type="secondary" />
165
- <UnnnicButton text="Button" type="primary" />
166
- </template>
167
- <template #tabs>
168
- <Tabs defaultValue="label1">
169
- <TabsList>
170
- <TabsTrigger value="label1">Label</TabsTrigger>
171
- <TabsTrigger value="label2">Label</TabsTrigger>
172
- <TabsTrigger value="label3">Label</TabsTrigger>
173
- </TabsList>
174
- </Tabs>
175
- </template>
176
- </PageHeader>
177
- `,
178
- }),
179
- };
180
-
181
- export const WithSelect = {
182
- parameters: {
183
- docs: {
184
- description: {
185
- story: 'Page header with a select dropdown on the right side.',
186
- },
187
- source: {
188
- code: `
189
- <UnnnicPageHeader
190
- title="Page Name"
191
- description="Description"
192
- >
193
- <template #actions>
194
- <UnnnicSelectSmart />
195
- </template>
196
- </UnnnicPageHeader>
197
- `,
198
- },
199
- },
200
- },
201
- render: (args) => ({
202
- components: { PageHeader, UnnnicSelectSmart },
203
- setup() {
204
- return { args };
205
- },
206
- template: `
207
- <PageHeader v-bind="args">
208
- <template #actions>
209
- <UnnnicSelectSmart />
210
- </template>
211
- </PageHeader>
212
- `,
213
- }),
214
- };
215
-
216
- export const WithTag = {
217
- parameters: {
218
- docs: {
219
- description: {
220
- story: 'Page header with a tag next to the title and action buttons.',
221
- },
222
- source: {
223
- code: `
224
- <UnnnicPageHeader
225
- title="Page Name"
226
- description="Description"
227
- >
228
- <template #tag>
229
- <UnnnicTag text="Tag name" scheme="gray" />
230
- </template>
231
- <template #actions>
232
- <UnnnicButton text="Button" type="secondary" />
233
- <UnnnicButton text="Button" type="primary" />
234
- </template>
235
- </UnnnicPageHeader>
236
- `,
237
- },
238
- },
239
- },
240
- render: (args) => ({
241
- components: { PageHeader, UnnnicButton, UnnnicTag },
242
- setup() {
243
- return { args };
244
- },
245
- template: `
246
- <PageHeader v-bind="args">
247
- <template #tag>
248
- <UnnnicTag text="Tag name" scheme="gray" />
249
- </template>
250
- <template #actions>
251
- <UnnnicButton text="Button" type="secondary" />
252
- <UnnnicButton text="Button" type="primary" />
253
- </template>
254
- </PageHeader>
255
- `,
256
- }),
257
- };
258
-
259
- export const WithMenuButton = {
260
- parameters: {
261
- docs: {
262
- description: {
263
- story: 'Page header with a menu button (three dots) on the right side.',
264
- },
265
- source: {
266
- code: `
267
- <UnnnicPageHeader
268
- title="Page Name"
269
- description="Description"
270
- >
271
- <template #actions>
272
- <UnnnicButton type="tertiary" iconCenter="more_vert" />
273
- </template>
274
- </UnnnicPageHeader>
275
- `,
276
- },
277
- },
278
- },
279
- render: (args) => ({
280
- components: { PageHeader, UnnnicButton },
281
- setup() {
282
- return { args };
283
- },
284
- template: `
285
- <PageHeader v-bind="args">
286
- <template #actions>
287
- <UnnnicButton type="tertiary" iconCenter="more_vert" />
288
- </template>
289
- </PageHeader>
290
- `,
291
- }),
292
- };
293
-
294
- export const WithBackButton = {
295
- parameters: {
296
- docs: {
297
- description: {
298
- story: 'Page header with a back navigation button.',
299
- },
300
- source: {
301
- code: `
302
- <UnnnicPageHeader
303
- title="Page Name"
304
- :hasBackButton="true"
305
- />
306
- `,
307
- },
308
- },
309
- },
310
- render: (args) => ({
311
- components: { PageHeader },
312
- setup() {
313
- const handleBack = () => {
314
- action('back')();
315
- };
316
-
317
- return {
318
- args: {
319
- ...args,
320
- hasBackButton: true,
321
- description: '',
322
- },
323
- handleBack,
324
- };
325
- },
326
- template: `
327
- <PageHeader v-bind="args" @back="handleBack" />
328
- `,
329
- }),
330
- };
@@ -1,158 +0,0 @@
1
- import UnnnicSelect from '../components/Select/index.vue';
2
-
3
- const options = [
4
- { label: 'Option 1', value: 'option1', altValue: 'alt_value_option1' },
5
- { label: 'Option 2', value: 'option2', altValue: 'alt_value_option2' },
6
- { label: 'Option 3', value: 'option3', altValue: 'alt_value_option3' },
7
- { label: 'Option 4', value: 'option4', altValue: 'alt_value_option4' },
8
- { label: 'Option 5', value: 'option5', altValue: 'alt_value_option5' },
9
- { label: 'Option 6', value: 'option6', altValue: 'alt_value_option6' },
10
- { label: 'Option 7', value: 'option7', altValue: 'alt_value_option7' },
11
- { label: 'Option 8', value: 'option8', altValue: 'alt_value_option8' },
12
- { label: 'Option 9', value: 'option9', altValue: 'alt_value_option9' },
13
- { label: 'Option 10', value: 'option10', disabled: true },
14
- ];
15
-
16
- export default {
17
- title: 'Form/Select',
18
- component: UnnnicSelect,
19
- tags: ['autodocs'],
20
- parameters: {
21
- docs: {
22
- description: {
23
- component:
24
- 'Select is designed to solve common problems related to option selection.',
25
- },
26
- },
27
- },
28
- argTypes: {
29
- options: {
30
- description:
31
- 'List of items to be displayed in the options. If an item has a `disabled` key set to `true`, that item will be disabled. By default, the component looks for the `label` and `value` keys to display and update the model, but these are not required if you wish to customize them using the `itemLabel` and `itemValue` props, respectively.',
32
- },
33
- placeholder: {
34
- description: 'Text to be displayed in the placeholder.',
35
- },
36
- label: {
37
- description: 'Text to be displayed in the label.',
38
- },
39
- modelValue: {
40
- description:
41
- 'Model variable. Its type will always match the return type of the key specified by `itemValue`, or the entire options object when `returnObject` prop is set to `true`.',
42
- },
43
- returnObject: {
44
- description:
45
- 'Prop to indicate that the full option object should be returned in the v-model.',
46
- },
47
- itemLabel: {
48
- description:
49
- 'Field of the option item that should be used to render the option label.',
50
- },
51
- itemValue: {
52
- description:
53
- 'Field of the option item that should be used to return value to v-model.',
54
- },
55
- type: {
56
- description: 'Select state type',
57
- },
58
- errors: {
59
- description:
60
- "Error message or messages. When it's an array, the messages will be separated by commas.",
61
- },
62
- message: {
63
- description: 'Help or hint message.',
64
- },
65
- size: {
66
- description: 'Select size',
67
- },
68
- optionsLines: {
69
- description:
70
- 'Number of options to display at most; if exceeded, scrolling will be enabled.',
71
- },
72
- enableSearch: {
73
- description:
74
- 'If true, enables a search field displayed inside the options popover. The `update:search` event is emitted on each input.',
75
- },
76
- search: {
77
- description: 'Search value.',
78
- },
79
- locale: {
80
- description: 'Locale for i18n translations.',
81
- },
82
- disabled: {
83
- description: 'Disable the select.',
84
- },
85
- },
86
- render: (args) => ({
87
- components: { UnnnicSelect },
88
- setup() {
89
- const handleSearch = (value) => {
90
- args.search = value;
91
- };
92
- return { args, handleSearch };
93
- },
94
- data() {
95
- return {
96
- exampleValue: null,
97
- };
98
- },
99
- template: `
100
- <p>modelValue: {{ exampleValue }}</p>
101
- <unnnic-select v-model="exampleValue" v-bind="args" @update:search="handleSearch" />
102
- `,
103
- }),
104
- };
105
-
106
- export const Default = {
107
- args: {
108
- placeholder: 'Placeholder',
109
- label: 'Label',
110
- options,
111
- },
112
- };
113
-
114
- export const ReturnObject = {
115
- args: {
116
- returnObject: true,
117
- placeholder: 'Placeholder',
118
- label: 'Label',
119
- options,
120
- },
121
- };
122
-
123
- export const AlternativeValueKey = {
124
- args: {
125
- itemValue: 'altValue',
126
- placeholder: 'Placeholder',
127
- label: 'Label',
128
- options,
129
- },
130
- };
131
-
132
- export const AlternativeValueLabel = {
133
- args: {
134
- itemLabel: 'altValue',
135
- placeholder: 'Placeholder',
136
- label: 'Label',
137
- options,
138
- },
139
- };
140
-
141
- export const Disabled = {
142
- args: {
143
- placeholder: 'Placeholder',
144
- label: 'Label',
145
- options,
146
- disabled: true,
147
- },
148
- };
149
-
150
- export const WithSearch = {
151
- args: {
152
- placeholder: 'Placeholder',
153
- label: 'Label',
154
- options,
155
- enableSearch: true,
156
- search: '',
157
- },
158
- };