vueless 0.0.185 → 0.0.187
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/package.json +1 -1
- package/ui.button/configs/default.config.js +1 -1
- package/ui.button-link/configs/default.config.js +2 -2
- package/ui.container-accordion/configs/default.config.js +1 -1
- package/ui.data-table/configs/default.config.js +1 -1
- package/ui.dropdown-badge/configs/default.config.js +1 -1
- package/ui.dropdown-button/configs/default.config.js +1 -1
- package/ui.dropdown-link/configs/default.config.js +1 -1
- package/ui.dropdown-list/composables/usePointer.js +23 -14
- package/ui.dropdown-list/configs/default.config.js +2 -2
- package/ui.dropdown-list/index.vue +29 -30
- package/ui.form-checkbox/configs/default.config.js +1 -1
- package/ui.form-input/configs/default.config.js +3 -3
- package/ui.form-input/index.vue +10 -8
- package/ui.form-input-file/configs/default.config.js +1 -1
- package/ui.form-input-search/configs/default.config.js +2 -2
- package/ui.form-input-search/index.stories.js +3 -2
- package/ui.form-input-search/index.vue +71 -75
- package/ui.form-select/configs/default.config.js +5 -6
- package/ui.form-select/index.stories.js +4 -4
- package/ui.form-select/index.vue +18 -43
- package/ui.form-select/services/select.service.js +22 -20
- package/ui.form-switch/configs/default.config.js +3 -3
- package/ui.form-textarea/configs/default.config.js +2 -2
- package/ui.form-textarea/index.vue +8 -15
- package/ui.loader-rendering/configs/default.config.js +1 -1
- package/ui.loader-top/configs/default.config.js +1 -1
- package/ui.navigation-progress/configs/default.config.js +3 -3
- package/ui.text-notify/configs/default.config.js +3 -3
- package/web-types.json +42 -86
|
@@ -8,7 +8,7 @@ export default /*tw*/ {
|
|
|
8
8
|
[&::-webkit-progress-bar]:w-full [&::-webkit-progress-bar]:rounded-full
|
|
9
9
|
[&::-webkit-progress-bar]:bg-gray-100 [@supports(selector(&::-moz-progress-bar))]:bg-gray-100
|
|
10
10
|
[&::-webkit-progress-value]:rounded-full [&::-moz-progress-bar]:rounded-full
|
|
11
|
-
[&::-webkit-progress-value]:transition
|
|
11
|
+
[&::-webkit-progress-value]:transition [&::-moz-progress-bar]:transition
|
|
12
12
|
[&::-webkit-progress-value]:bg-current [&::-moz-progress-bar]:bg-current
|
|
13
13
|
`,
|
|
14
14
|
variants: {
|
|
@@ -28,7 +28,7 @@ export default /*tw*/ {
|
|
|
28
28
|
},
|
|
29
29
|
},
|
|
30
30
|
indicator: {
|
|
31
|
-
base: "text-{color}-500 flex justify-end w-full min-w-fit font-medium transition
|
|
31
|
+
base: "text-{color}-500 flex justify-end w-full min-w-fit font-medium transition",
|
|
32
32
|
variants: {
|
|
33
33
|
color: {
|
|
34
34
|
white: "text-gray-200",
|
|
@@ -46,7 +46,7 @@ export default /*tw*/ {
|
|
|
46
46
|
},
|
|
47
47
|
firstStep: "text-gray-500",
|
|
48
48
|
step: {
|
|
49
|
-
base: "text-{color}-500 flex justify-end w-full transition
|
|
49
|
+
base: "text-{color}-500 flex justify-end w-full transition",
|
|
50
50
|
variants: {
|
|
51
51
|
color: {
|
|
52
52
|
white: "text-gray-200",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export default /*tw*/ {
|
|
2
2
|
wrapper: "absolute overflow-visible md:w-[22rem]",
|
|
3
3
|
transitionGroup: {
|
|
4
|
-
moveClass: "transition
|
|
5
|
-
enterActiveClass: "transition
|
|
6
|
-
leaveActiveClass: "transition
|
|
4
|
+
moveClass: "transition duration-500",
|
|
5
|
+
enterActiveClass: "transition duration-500",
|
|
6
|
+
leaveActiveClass: "transition duration-500 absolute",
|
|
7
7
|
enterFromClass: "opacity-0",
|
|
8
8
|
leaveToClass: "opacity-0",
|
|
9
9
|
},
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "vueless",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.187",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -2848,22 +2848,13 @@
|
|
|
2848
2848
|
"default": "md"
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
|
-
"name": "
|
|
2852
|
-
"description": "
|
|
2851
|
+
"name": "visibleOptions",
|
|
2852
|
+
"description": "Amount of options you can see without scroll.",
|
|
2853
2853
|
"value": {
|
|
2854
2854
|
"kind": "expression",
|
|
2855
2855
|
"type": "number"
|
|
2856
2856
|
}
|
|
2857
2857
|
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "optionHeight",
|
|
2860
|
-
"description": "List option height in pixels.",
|
|
2861
|
-
"value": {
|
|
2862
|
-
"kind": "expression",
|
|
2863
|
-
"type": "number"
|
|
2864
|
-
},
|
|
2865
|
-
"default": "40"
|
|
2866
|
-
},
|
|
2867
2858
|
{
|
|
2868
2859
|
"name": "id",
|
|
2869
2860
|
"description": "@ignore: Generates unique element id.",
|
|
@@ -3581,19 +3572,19 @@
|
|
|
3581
3572
|
},
|
|
3582
3573
|
{
|
|
3583
3574
|
"name": "type",
|
|
3584
|
-
"description": "Input type
|
|
3575
|
+
"description": "Input type",
|
|
3585
3576
|
"value": {
|
|
3586
3577
|
"kind": "expression",
|
|
3587
|
-
"type": "'text' | 'number' | 'email' | '
|
|
3578
|
+
"type": "'text' | 'number' | 'tel' | 'email' | 'url' | 'search' | 'password'"
|
|
3588
3579
|
},
|
|
3589
3580
|
"default": "text"
|
|
3590
3581
|
},
|
|
3591
3582
|
{
|
|
3592
|
-
"name": "
|
|
3593
|
-
"description": "
|
|
3583
|
+
"name": "inputmode",
|
|
3584
|
+
"description": "Set proper keyboard on mobile devices.",
|
|
3594
3585
|
"value": {
|
|
3595
3586
|
"kind": "expression",
|
|
3596
|
-
"type": "'
|
|
3587
|
+
"type": "'text' | 'decimal' | 'numeric' | 'tel' | 'email' | 'url' | 'search' | 'none'"
|
|
3597
3588
|
},
|
|
3598
3589
|
"default": "text"
|
|
3599
3590
|
},
|
|
@@ -4265,7 +4256,7 @@
|
|
|
4265
4256
|
"attributes": [
|
|
4266
4257
|
{
|
|
4267
4258
|
"name": "modelValue",
|
|
4268
|
-
"description": "
|
|
4259
|
+
"description": "Search input value.",
|
|
4269
4260
|
"value": {
|
|
4270
4261
|
"kind": "expression",
|
|
4271
4262
|
"type": "string"
|
|
@@ -4274,7 +4265,7 @@
|
|
|
4274
4265
|
},
|
|
4275
4266
|
{
|
|
4276
4267
|
"name": "size",
|
|
4277
|
-
"description": "
|
|
4268
|
+
"description": "Input size.",
|
|
4278
4269
|
"value": {
|
|
4279
4270
|
"kind": "expression",
|
|
4280
4271
|
"type": "'sm' | 'md' | 'lg'"
|
|
@@ -4282,41 +4273,32 @@
|
|
|
4282
4273
|
"default": "md"
|
|
4283
4274
|
},
|
|
4284
4275
|
{
|
|
4285
|
-
"name": "
|
|
4286
|
-
"description": "
|
|
4276
|
+
"name": "placeholder",
|
|
4277
|
+
"description": "Input placeholder.",
|
|
4287
4278
|
"value": {
|
|
4288
4279
|
"kind": "expression",
|
|
4289
4280
|
"type": "string"
|
|
4290
4281
|
},
|
|
4291
|
-
"default": "
|
|
4282
|
+
"default": "\"\""
|
|
4292
4283
|
},
|
|
4293
4284
|
{
|
|
4294
|
-
"name": "
|
|
4295
|
-
"description": "
|
|
4285
|
+
"name": "labelAlign",
|
|
4286
|
+
"description": "Label placement.",
|
|
4296
4287
|
"value": {
|
|
4297
4288
|
"kind": "expression",
|
|
4298
|
-
"type": "
|
|
4289
|
+
"type": "'top' | 'topInside' | 'topWithDesc' | 'bottom' | 'left' | 'right'"
|
|
4299
4290
|
},
|
|
4300
|
-
"default": "
|
|
4291
|
+
"default": "topInside"
|
|
4301
4292
|
},
|
|
4302
4293
|
{
|
|
4303
|
-
"name": "
|
|
4304
|
-
"description": "
|
|
4294
|
+
"name": "label",
|
|
4295
|
+
"description": "Input label.",
|
|
4305
4296
|
"value": {
|
|
4306
4297
|
"kind": "expression",
|
|
4307
4298
|
"type": "string"
|
|
4308
4299
|
},
|
|
4309
4300
|
"default": "\"\""
|
|
4310
4301
|
},
|
|
4311
|
-
{
|
|
4312
|
-
"name": "searchButton",
|
|
4313
|
-
"description": "Show / hide search button.",
|
|
4314
|
-
"value": {
|
|
4315
|
-
"kind": "expression",
|
|
4316
|
-
"type": "boolean"
|
|
4317
|
-
},
|
|
4318
|
-
"default": "false"
|
|
4319
|
-
},
|
|
4320
4302
|
{
|
|
4321
4303
|
"name": "description",
|
|
4322
4304
|
"description": "Input description.",
|
|
@@ -4327,17 +4309,17 @@
|
|
|
4327
4309
|
"default": "\"\""
|
|
4328
4310
|
},
|
|
4329
4311
|
{
|
|
4330
|
-
"name": "
|
|
4331
|
-
"description": "
|
|
4312
|
+
"name": "error",
|
|
4313
|
+
"description": "Error message.",
|
|
4332
4314
|
"value": {
|
|
4333
4315
|
"kind": "expression",
|
|
4334
|
-
"type": "
|
|
4316
|
+
"type": "string"
|
|
4335
4317
|
},
|
|
4336
|
-
"default": "
|
|
4318
|
+
"default": "\"\""
|
|
4337
4319
|
},
|
|
4338
4320
|
{
|
|
4339
|
-
"name": "
|
|
4340
|
-
"description": "
|
|
4321
|
+
"name": "searchButtonLabel",
|
|
4322
|
+
"description": "Search button label.",
|
|
4341
4323
|
"value": {
|
|
4342
4324
|
"kind": "expression",
|
|
4343
4325
|
"type": "string"
|
|
@@ -4345,26 +4327,26 @@
|
|
|
4345
4327
|
"default": "\"\""
|
|
4346
4328
|
},
|
|
4347
4329
|
{
|
|
4348
|
-
"name": "
|
|
4349
|
-
"description": "
|
|
4330
|
+
"name": "disabled",
|
|
4331
|
+
"description": "Set input disabled.",
|
|
4350
4332
|
"value": {
|
|
4351
4333
|
"kind": "expression",
|
|
4352
|
-
"type": "
|
|
4334
|
+
"type": "boolean"
|
|
4353
4335
|
},
|
|
4354
|
-
"default": "
|
|
4336
|
+
"default": "false"
|
|
4355
4337
|
},
|
|
4356
4338
|
{
|
|
4357
|
-
"name": "
|
|
4358
|
-
"description": "
|
|
4339
|
+
"name": "id",
|
|
4340
|
+
"description": "@ignore: Unique element id.",
|
|
4359
4341
|
"value": {
|
|
4360
4342
|
"kind": "expression",
|
|
4361
4343
|
"type": "string"
|
|
4362
4344
|
},
|
|
4363
|
-
"default": "
|
|
4345
|
+
"default": "() => getRandomId()"
|
|
4364
4346
|
},
|
|
4365
4347
|
{
|
|
4366
4348
|
"name": "config",
|
|
4367
|
-
"description": "
|
|
4349
|
+
"description": "Component ui config object.",
|
|
4368
4350
|
"value": {
|
|
4369
4351
|
"kind": "expression",
|
|
4370
4352
|
"type": "object"
|
|
@@ -4373,7 +4355,7 @@
|
|
|
4373
4355
|
},
|
|
4374
4356
|
{
|
|
4375
4357
|
"name": "dataCy",
|
|
4376
|
-
"description": "
|
|
4358
|
+
"description": "Data-cy attribute for automated testing.",
|
|
4377
4359
|
"value": {
|
|
4378
4360
|
"kind": "expression",
|
|
4379
4361
|
"type": "string"
|
|
@@ -6211,7 +6193,7 @@
|
|
|
6211
6193
|
"default": "id"
|
|
6212
6194
|
},
|
|
6213
6195
|
{
|
|
6214
|
-
"name": "
|
|
6196
|
+
"name": "groupLabelKey",
|
|
6215
6197
|
"description": "Set a name of the property containing the group label.",
|
|
6216
6198
|
"value": {
|
|
6217
6199
|
"kind": "expression",
|
|
@@ -6220,7 +6202,7 @@
|
|
|
6220
6202
|
"default": "\"label\""
|
|
6221
6203
|
},
|
|
6222
6204
|
{
|
|
6223
|
-
"name": "
|
|
6205
|
+
"name": "groupValueKey",
|
|
6224
6206
|
"description": "Set a name of the property containing the group values.",
|
|
6225
6207
|
"value": {
|
|
6226
6208
|
"kind": "expression",
|
|
@@ -6228,15 +6210,6 @@
|
|
|
6228
6210
|
},
|
|
6229
6211
|
"default": "\"\""
|
|
6230
6212
|
},
|
|
6231
|
-
{
|
|
6232
|
-
"name": "name",
|
|
6233
|
-
"description": "name attribute to match optional label element.",
|
|
6234
|
-
"value": {
|
|
6235
|
-
"kind": "expression",
|
|
6236
|
-
"type": "string"
|
|
6237
|
-
},
|
|
6238
|
-
"default": "\"\""
|
|
6239
|
-
},
|
|
6240
6213
|
{
|
|
6241
6214
|
"name": "optionsLimit",
|
|
6242
6215
|
"description": "Number of options displayed in the dropdown.",
|
|
@@ -6244,24 +6217,16 @@
|
|
|
6244
6217
|
"kind": "expression",
|
|
6245
6218
|
"type": "number"
|
|
6246
6219
|
},
|
|
6247
|
-
"default": "
|
|
6248
|
-
},
|
|
6249
|
-
{
|
|
6250
|
-
"name": "maxHeight",
|
|
6251
|
-
"description": "Sets maxHeight style value of the dropdown",
|
|
6252
|
-
"value": {
|
|
6253
|
-
"kind": "expression",
|
|
6254
|
-
"type": "number"
|
|
6255
|
-
},
|
|
6256
|
-
"default": "300"
|
|
6220
|
+
"default": "0"
|
|
6257
6221
|
},
|
|
6258
6222
|
{
|
|
6259
|
-
"name": "
|
|
6223
|
+
"name": "visibleOptions",
|
|
6224
|
+
"description": "Amount of options you can see without scroll.",
|
|
6260
6225
|
"value": {
|
|
6261
6226
|
"kind": "expression",
|
|
6262
6227
|
"type": "number"
|
|
6263
6228
|
},
|
|
6264
|
-
"default": "
|
|
6229
|
+
"default": "8"
|
|
6265
6230
|
},
|
|
6266
6231
|
{
|
|
6267
6232
|
"name": "noClear",
|
|
@@ -7014,20 +6979,11 @@
|
|
|
7014
6979
|
"default": "false"
|
|
7015
6980
|
},
|
|
7016
6981
|
{
|
|
7017
|
-
"name": "
|
|
7018
|
-
"description": "Set input type.",
|
|
7019
|
-
"value": {
|
|
7020
|
-
"kind": "expression",
|
|
7021
|
-
"type": "'text' | 'number' | 'email' | 'tel' | 'password' | 'url'"
|
|
7022
|
-
},
|
|
7023
|
-
"default": "text"
|
|
7024
|
-
},
|
|
7025
|
-
{
|
|
7026
|
-
"name": "inputMode",
|
|
6982
|
+
"name": "inputmode",
|
|
7027
6983
|
"description": "Set proper keyboard on mobile devices.",
|
|
7028
6984
|
"value": {
|
|
7029
6985
|
"kind": "expression",
|
|
7030
|
-
"type": "'text' | '
|
|
6986
|
+
"type": "'text' | 'decimal' | 'numeric' | 'tel' | 'email' | 'url' | 'search' | 'none'"
|
|
7031
6987
|
},
|
|
7032
6988
|
"default": "text"
|
|
7033
6989
|
},
|