@adyen/bento-vue2 0.8.1 → 0.8.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.
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.types.d.ts +1 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.types.d.ts +5 -0
- package/dist/@types/components/date-picker/components/date-picker-calendar-range/date-picker-calendar-range.vue.d.ts +23 -3
- package/dist/@types/components/date-picker/date-picker.types.d.ts +6 -13
- package/dist/@types/components/date-picker/date-picker.vue.d.ts +8 -2
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +1 -1
- package/dist/@types/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +1 -1
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +16 -1
- package/dist/@types/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
- package/dist/@types/components/dropdown/components/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +20 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +20 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +20 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +20 -0
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +20 -0
- package/dist/@types/components/dropdown/dropdown.types.d.ts +4 -0
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +21 -0
- package/dist/@types/components/dropdown/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.types.d.ts +7 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +24 -21
- package/dist/@types/components/filter-bar/components/base-filter/composables/use-base-filter.d.ts +2 -2
- package/dist/@types/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +12 -1
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +12 -1
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +18 -1
- package/dist/@types/components/filter-bar/components/input-filter/input-filter.vue.d.ts +12 -1
- package/dist/@types/components/filter-bar/components/range-filter/range-filter.vue.d.ts +12 -1
- package/dist/@types/components/filter-bar/components/select-filter/select-filter.vue.d.ts +12 -1
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +16 -1
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +16 -1
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +8 -1
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +4 -0
- package/dist/@types/components/input-field/input-field.types.d.ts +18 -3
- package/dist/@types/components/input-field/input-field.vue.d.ts +33 -7
- package/dist/@types/components/internal/grid-layout/index.d.ts +1 -0
- package/dist/@types/components/internal/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-option/listbox-option.vue.d.ts +1 -1
- package/dist/@types/components/modal/components/base-modal/base-modal.vue.d.ts +35 -1
- package/dist/@types/components/modal/components/modal-default/modal-default.vue.d.ts +19 -1
- package/dist/@types/components/modal/modal.types.d.ts +5 -0
- package/dist/@types/components/modal/modal.vue.d.ts +21 -1
- package/dist/@types/components/popover/popover.vue.d.ts +1 -1
- package/dist/@types/components/search-bar/search-bar.vue.d.ts +61 -21
- package/dist/@types/components/summary-grid/summary-grid.types.d.ts +1 -1
- package/dist/@types/components/tag/tag.types.d.ts +2 -1
- package/dist/@types/types/date-format.d.ts +14 -0
- package/dist/@types/types/index.d.ts +1 -0
- package/dist/@types/utils/ts/truncate.d.ts +1 -0
- package/dist/index.js +4854 -4338
- package/dist/index.js.map +1 -1
- package/dist/web-types.json +244 -70
- package/package.json +2 -2
- /package/dist/@types/components/{summary-grid/components → internal}/grid-layout/grid-layout.types.d.ts +0 -0
- /package/dist/@types/components/{summary-grid/components → internal}/grid-layout/grid-layout.vue.d.ts +0 -0
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@adyen/bento-vue2",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -414,6 +414,15 @@
|
|
|
414
414
|
},
|
|
415
415
|
"default": "false"
|
|
416
416
|
},
|
|
417
|
+
{
|
|
418
|
+
"name": "placeholder",
|
|
419
|
+
"description": "Text that appears in the form control when it has no value set",
|
|
420
|
+
"value": {
|
|
421
|
+
"kind": "expression",
|
|
422
|
+
"type": "string"
|
|
423
|
+
},
|
|
424
|
+
"default": "null"
|
|
425
|
+
},
|
|
417
426
|
{
|
|
418
427
|
"name": "dynamicFiltering",
|
|
419
428
|
"description": "Sets the possibility to type into the textbox.",
|
|
@@ -503,6 +512,15 @@
|
|
|
503
512
|
},
|
|
504
513
|
"default": "false"
|
|
505
514
|
},
|
|
515
|
+
{
|
|
516
|
+
"name": "size",
|
|
517
|
+
"description": "Dropdown input size",
|
|
518
|
+
"value": {
|
|
519
|
+
"kind": "expression",
|
|
520
|
+
"type": "BentoDropdownSize"
|
|
521
|
+
},
|
|
522
|
+
"default": "BentoDropdownSize.DEFAULT"
|
|
523
|
+
},
|
|
506
524
|
{
|
|
507
525
|
"name": "value",
|
|
508
526
|
"description": "The `input` value.\nProviding an empty string will select no options.\nSet to an empty string `''` if you don't want any of the available options to be selected.",
|
|
@@ -681,6 +699,24 @@
|
|
|
681
699
|
},
|
|
682
700
|
"default": "null"
|
|
683
701
|
},
|
|
702
|
+
{
|
|
703
|
+
"name": "withColumnLayout",
|
|
704
|
+
"description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
|
|
705
|
+
"value": {
|
|
706
|
+
"kind": "expression",
|
|
707
|
+
"type": "boolean"
|
|
708
|
+
},
|
|
709
|
+
"default": "false"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "columnsSize",
|
|
713
|
+
"description": "If a column layout is provided, it renders the respective left column width variant. This can be smaller than the second column, the same size as the second column or bigger than the second column.",
|
|
714
|
+
"value": {
|
|
715
|
+
"kind": "expression",
|
|
716
|
+
"type": "BentoModalColumnLayoutVariant"
|
|
717
|
+
},
|
|
718
|
+
"default": "BentoModalColumnLayoutVariant.SMALLER"
|
|
719
|
+
},
|
|
684
720
|
{
|
|
685
721
|
"name": "isOpen",
|
|
686
722
|
"required": true,
|
|
@@ -713,6 +749,12 @@
|
|
|
713
749
|
{
|
|
714
750
|
"name": "default"
|
|
715
751
|
},
|
|
752
|
+
{
|
|
753
|
+
"name": "content-col-1"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "content-col-2"
|
|
757
|
+
},
|
|
716
758
|
{
|
|
717
759
|
"name": "content"
|
|
718
760
|
},
|
|
@@ -829,13 +871,22 @@
|
|
|
829
871
|
"default": "null"
|
|
830
872
|
},
|
|
831
873
|
{
|
|
832
|
-
"name": "
|
|
833
|
-
"description": "
|
|
874
|
+
"name": "buttonLabel",
|
|
875
|
+
"description": "Overrides the label of the popover vsibility toggle button text.",
|
|
834
876
|
"value": {
|
|
835
877
|
"kind": "expression",
|
|
836
|
-
"type": "
|
|
878
|
+
"type": "string"
|
|
837
879
|
},
|
|
838
|
-
"default": "
|
|
880
|
+
"default": "undefined"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "defaultValue",
|
|
884
|
+
"description": "Default value of the filter to reset to.",
|
|
885
|
+
"value": {
|
|
886
|
+
"kind": "expression",
|
|
887
|
+
"type": "BentoFilterBarValue"
|
|
888
|
+
},
|
|
889
|
+
"default": "null"
|
|
839
890
|
},
|
|
840
891
|
{
|
|
841
892
|
"name": "controlled",
|
|
@@ -856,8 +907,8 @@
|
|
|
856
907
|
"default": "false"
|
|
857
908
|
},
|
|
858
909
|
{
|
|
859
|
-
"name": "
|
|
860
|
-
"description": "Disable the
|
|
910
|
+
"name": "disableSecondaryButton",
|
|
911
|
+
"description": "Disable the secondary button action.",
|
|
861
912
|
"value": {
|
|
862
913
|
"kind": "expression",
|
|
863
914
|
"type": "boolean"
|
|
@@ -889,29 +940,6 @@
|
|
|
889
940
|
"kind": "expression",
|
|
890
941
|
"type": "BentoPopover.props.fitContent"
|
|
891
942
|
}
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "value",
|
|
895
|
-
"description": "Current value of the filter",
|
|
896
|
-
"value": {
|
|
897
|
-
"kind": "expression",
|
|
898
|
-
"type": "string | string[]"
|
|
899
|
-
},
|
|
900
|
-
"default": "null"
|
|
901
|
-
}
|
|
902
|
-
],
|
|
903
|
-
"events": [
|
|
904
|
-
{
|
|
905
|
-
"name": "apply"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"name": "clear"
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"name": "open"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"name": "close"
|
|
915
943
|
}
|
|
916
944
|
],
|
|
917
945
|
"slots": [
|
|
@@ -928,6 +956,15 @@
|
|
|
928
956
|
"name": "bento-boolean-filter",
|
|
929
957
|
"description": "Example description of the component...",
|
|
930
958
|
"attributes": [
|
|
959
|
+
{
|
|
960
|
+
"name": "defaultValue",
|
|
961
|
+
"description": "Default value of the filter to reset to.",
|
|
962
|
+
"value": {
|
|
963
|
+
"kind": "expression",
|
|
964
|
+
"type": "string"
|
|
965
|
+
},
|
|
966
|
+
"default": "null"
|
|
967
|
+
},
|
|
931
968
|
{
|
|
932
969
|
"name": "field",
|
|
933
970
|
"required": true,
|
|
@@ -1358,6 +1395,34 @@
|
|
|
1358
1395
|
"symbol": "default"
|
|
1359
1396
|
}
|
|
1360
1397
|
},
|
|
1398
|
+
{
|
|
1399
|
+
"name": "bento-data-grid",
|
|
1400
|
+
"description": "",
|
|
1401
|
+
"attributes": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "columns",
|
|
1404
|
+
"required": true,
|
|
1405
|
+
"description": "Column definitions",
|
|
1406
|
+
"value": {
|
|
1407
|
+
"kind": "expression",
|
|
1408
|
+
"type": "BentoColumn[]"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "condensed",
|
|
1413
|
+
"description": "Sets the row cells to the condensed padding state.",
|
|
1414
|
+
"value": {
|
|
1415
|
+
"kind": "expression",
|
|
1416
|
+
"type": "boolean"
|
|
1417
|
+
},
|
|
1418
|
+
"default": "false"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"source": {
|
|
1422
|
+
"module": "./src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue",
|
|
1423
|
+
"symbol": "default"
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1361
1426
|
{
|
|
1362
1427
|
"name": "bento-data-grid",
|
|
1363
1428
|
"description": "",
|
|
@@ -1546,34 +1611,6 @@
|
|
|
1546
1611
|
"symbol": "default"
|
|
1547
1612
|
}
|
|
1548
1613
|
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "bento-data-grid",
|
|
1551
|
-
"description": "",
|
|
1552
|
-
"attributes": [
|
|
1553
|
-
{
|
|
1554
|
-
"name": "columns",
|
|
1555
|
-
"required": true,
|
|
1556
|
-
"description": "Column definitions",
|
|
1557
|
-
"value": {
|
|
1558
|
-
"kind": "expression",
|
|
1559
|
-
"type": "BentoColumn[]"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "condensed",
|
|
1564
|
-
"description": "Sets the row cells to the condensed padding state.",
|
|
1565
|
-
"value": {
|
|
1566
|
-
"kind": "expression",
|
|
1567
|
-
"type": "boolean"
|
|
1568
|
-
},
|
|
1569
|
-
"default": "false"
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1572
|
-
"source": {
|
|
1573
|
-
"module": "./src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue",
|
|
1574
|
-
"symbol": "default"
|
|
1575
|
-
}
|
|
1576
|
-
},
|
|
1577
1614
|
{
|
|
1578
1615
|
"name": "bento-data-grid",
|
|
1579
1616
|
"description": "",
|
|
@@ -1642,6 +1679,15 @@
|
|
|
1642
1679
|
"name": "bento-date-filter",
|
|
1643
1680
|
"description": "The Date filter displays a calendar that allows\nto select a single date.",
|
|
1644
1681
|
"attributes": [
|
|
1682
|
+
{
|
|
1683
|
+
"name": "defaultValue",
|
|
1684
|
+
"description": "Default value of the filter to reset to.",
|
|
1685
|
+
"value": {
|
|
1686
|
+
"kind": "expression",
|
|
1687
|
+
"type": "BentoDateFilterValue"
|
|
1688
|
+
},
|
|
1689
|
+
"default": "null"
|
|
1690
|
+
},
|
|
1645
1691
|
{
|
|
1646
1692
|
"name": "field",
|
|
1647
1693
|
"required": true,
|
|
@@ -1770,6 +1816,7 @@
|
|
|
1770
1816
|
},
|
|
1771
1817
|
{
|
|
1772
1818
|
"name": "variant",
|
|
1819
|
+
"description": "Allows to render a single date calendar or a range calendar",
|
|
1773
1820
|
"value": {
|
|
1774
1821
|
"kind": "expression",
|
|
1775
1822
|
"type": "BentoDatePickerVariant"
|
|
@@ -1838,6 +1885,15 @@
|
|
|
1838
1885
|
"name": "bento-date-range-filter",
|
|
1839
1886
|
"description": "The Date filter displays a calendar that allows\nto select a single date.",
|
|
1840
1887
|
"attributes": [
|
|
1888
|
+
{
|
|
1889
|
+
"name": "defaultValue",
|
|
1890
|
+
"description": "Default value of the filter to reset to.",
|
|
1891
|
+
"value": {
|
|
1892
|
+
"kind": "expression",
|
|
1893
|
+
"type": "BentoDateRangeFilterValue"
|
|
1894
|
+
},
|
|
1895
|
+
"default": "null"
|
|
1896
|
+
},
|
|
1841
1897
|
{
|
|
1842
1898
|
"name": "field",
|
|
1843
1899
|
"required": true,
|
|
@@ -1952,6 +2008,15 @@
|
|
|
1952
2008
|
},
|
|
1953
2009
|
"default": "undefined"
|
|
1954
2010
|
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "inputSize",
|
|
2013
|
+
"description": "Dropdown input size",
|
|
2014
|
+
"value": {
|
|
2015
|
+
"kind": "expression",
|
|
2016
|
+
"type": "BentoDropdownSize"
|
|
2017
|
+
},
|
|
2018
|
+
"default": "BentoDropdownSize.DEFAULT"
|
|
2019
|
+
},
|
|
1955
2020
|
{
|
|
1956
2021
|
"name": "items",
|
|
1957
2022
|
"required": true,
|
|
@@ -2309,6 +2374,24 @@
|
|
|
2309
2374
|
},
|
|
2310
2375
|
"default": "false"
|
|
2311
2376
|
},
|
|
2377
|
+
{
|
|
2378
|
+
"name": "dropdown",
|
|
2379
|
+
"description": "Dropdown props for the small selectable dropdown menu.",
|
|
2380
|
+
"value": {
|
|
2381
|
+
"kind": "expression",
|
|
2382
|
+
"type": "BentoInputDropdownProps"
|
|
2383
|
+
},
|
|
2384
|
+
"default": "undefined"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"name": "dropdownPosition",
|
|
2388
|
+
"description": "Position of the dropdown before or after input value",
|
|
2389
|
+
"value": {
|
|
2390
|
+
"kind": "expression",
|
|
2391
|
+
"type": "BentoInputFieldElementPosition"
|
|
2392
|
+
},
|
|
2393
|
+
"default": "BentoInputFieldElementPosition.START"
|
|
2394
|
+
},
|
|
2312
2395
|
{
|
|
2313
2396
|
"name": "error",
|
|
2314
2397
|
"description": "Adds error validation class for outlining input-field",
|
|
@@ -2341,9 +2424,9 @@
|
|
|
2341
2424
|
"description": "Position of Static Value before or after input value",
|
|
2342
2425
|
"value": {
|
|
2343
2426
|
"kind": "expression",
|
|
2344
|
-
"type": "
|
|
2427
|
+
"type": "BentoInputFieldElementPosition"
|
|
2345
2428
|
},
|
|
2346
|
-
"default": "
|
|
2429
|
+
"default": "BentoInputFieldElementPosition.START"
|
|
2347
2430
|
},
|
|
2348
2431
|
{
|
|
2349
2432
|
"name": "type",
|
|
@@ -2375,10 +2458,7 @@
|
|
|
2375
2458
|
],
|
|
2376
2459
|
"events": [
|
|
2377
2460
|
{
|
|
2378
|
-
"name": "
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"name": "input"
|
|
2461
|
+
"name": "<undefined>"
|
|
2382
2462
|
}
|
|
2383
2463
|
],
|
|
2384
2464
|
"slots": [
|
|
@@ -2410,6 +2490,15 @@
|
|
|
2410
2490
|
"name": "bento-input-filter",
|
|
2411
2491
|
"description": "",
|
|
2412
2492
|
"attributes": [
|
|
2493
|
+
{
|
|
2494
|
+
"name": "defaultValue",
|
|
2495
|
+
"description": "Default value of the filter to reset to.",
|
|
2496
|
+
"value": {
|
|
2497
|
+
"kind": "expression",
|
|
2498
|
+
"type": "string"
|
|
2499
|
+
},
|
|
2500
|
+
"default": "null"
|
|
2501
|
+
},
|
|
2413
2502
|
{
|
|
2414
2503
|
"name": "field",
|
|
2415
2504
|
"required": true,
|
|
@@ -2957,6 +3046,24 @@
|
|
|
2957
3046
|
},
|
|
2958
3047
|
"default": "null"
|
|
2959
3048
|
},
|
|
3049
|
+
{
|
|
3050
|
+
"name": "withColumnLayout",
|
|
3051
|
+
"description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
|
|
3052
|
+
"value": {
|
|
3053
|
+
"kind": "expression",
|
|
3054
|
+
"type": "boolean"
|
|
3055
|
+
},
|
|
3056
|
+
"default": "false"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "columnsSize",
|
|
3060
|
+
"description": "If a column layout is provided, it renders the respective left column width variant. This can be smaller than the second column, the same size as the second column or bigger than the second column.",
|
|
3061
|
+
"value": {
|
|
3062
|
+
"kind": "expression",
|
|
3063
|
+
"type": "BentoModalColumnLayoutVariant"
|
|
3064
|
+
},
|
|
3065
|
+
"default": "BentoModalColumnLayoutVariant.SMALLER"
|
|
3066
|
+
},
|
|
2960
3067
|
{
|
|
2961
3068
|
"name": "actionsLabel",
|
|
2962
3069
|
"description": "Text label that is displayed left to the action buttons",
|
|
@@ -2998,6 +3105,12 @@
|
|
|
2998
3105
|
{
|
|
2999
3106
|
"name": "default"
|
|
3000
3107
|
},
|
|
3108
|
+
{
|
|
3109
|
+
"name": "content-col-1"
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"name": "content-col-2"
|
|
3113
|
+
},
|
|
3001
3114
|
{
|
|
3002
3115
|
"name": "content"
|
|
3003
3116
|
}
|
|
@@ -3056,6 +3169,24 @@
|
|
|
3056
3169
|
},
|
|
3057
3170
|
"default": "null"
|
|
3058
3171
|
},
|
|
3172
|
+
{
|
|
3173
|
+
"name": "withColumnLayout",
|
|
3174
|
+
"description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
|
|
3175
|
+
"value": {
|
|
3176
|
+
"kind": "expression",
|
|
3177
|
+
"type": "boolean"
|
|
3178
|
+
},
|
|
3179
|
+
"default": "false"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "columnsSize",
|
|
3183
|
+
"description": "If a column layout is provided, it renders the respective left column width variant. This can be smaller than the second column, the same size as the second column or bigger than the second column.",
|
|
3184
|
+
"value": {
|
|
3185
|
+
"kind": "expression",
|
|
3186
|
+
"type": "BentoModalColumnLayoutVariant"
|
|
3187
|
+
},
|
|
3188
|
+
"default": "BentoModalColumnLayoutVariant.SMALLER"
|
|
3189
|
+
},
|
|
3059
3190
|
{
|
|
3060
3191
|
"name": "actions",
|
|
3061
3192
|
"description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\nBut you may change the color of 1-st action to red with 'critial' key\nNot more than 3 action buttons can be provided\nOr 2 action buttons and 1 Label for them\n\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n```\n[{\n title: 'Primary',2\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
|
|
@@ -3097,6 +3228,12 @@
|
|
|
3097
3228
|
{
|
|
3098
3229
|
"name": "default"
|
|
3099
3230
|
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "content-col-1"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "content-col-2"
|
|
3236
|
+
},
|
|
3100
3237
|
{
|
|
3101
3238
|
"name": "content"
|
|
3102
3239
|
},
|
|
@@ -3653,6 +3790,15 @@
|
|
|
3653
3790
|
"name": "bento-range-filter",
|
|
3654
3791
|
"description": "Range filter used in the filter-bar component.",
|
|
3655
3792
|
"attributes": [
|
|
3793
|
+
{
|
|
3794
|
+
"name": "defaultValue",
|
|
3795
|
+
"description": "Default value of the filter to reset to.",
|
|
3796
|
+
"value": {
|
|
3797
|
+
"kind": "expression",
|
|
3798
|
+
"type": "string[]"
|
|
3799
|
+
},
|
|
3800
|
+
"default": "null"
|
|
3801
|
+
},
|
|
3656
3802
|
{
|
|
3657
3803
|
"name": "field",
|
|
3658
3804
|
"required": true,
|
|
@@ -3848,6 +3994,15 @@
|
|
|
3848
3994
|
"name": "bento-select-filter",
|
|
3849
3995
|
"description": "The Listbox filter displays a listbox of items\npassed in the \"options.listboxItems\" property.",
|
|
3850
3996
|
"attributes": [
|
|
3997
|
+
{
|
|
3998
|
+
"name": "defaultValue",
|
|
3999
|
+
"description": "Default value of the filter to reset to.",
|
|
4000
|
+
"value": {
|
|
4001
|
+
"kind": "expression",
|
|
4002
|
+
"type": "BentoListboxSelectedValue"
|
|
4003
|
+
},
|
|
4004
|
+
"default": "null"
|
|
4005
|
+
},
|
|
3851
4006
|
{
|
|
3852
4007
|
"name": "field",
|
|
3853
4008
|
"required": true,
|
|
@@ -5011,6 +5166,15 @@
|
|
|
5011
5166
|
"type": "DatePickerCalendarPane.props.numberOfMonths"
|
|
5012
5167
|
}
|
|
5013
5168
|
},
|
|
5169
|
+
{
|
|
5170
|
+
"name": "dateFormData",
|
|
5171
|
+
"description": "Ranges form persistance data",
|
|
5172
|
+
"value": {
|
|
5173
|
+
"kind": "expression",
|
|
5174
|
+
"type": "object"
|
|
5175
|
+
},
|
|
5176
|
+
"default": "{\n startDate: undefined,\n endDate: undefined\n}"
|
|
5177
|
+
},
|
|
5014
5178
|
{
|
|
5015
5179
|
"name": "value",
|
|
5016
5180
|
"description": "Selected date",
|
|
@@ -5021,11 +5185,6 @@
|
|
|
5021
5185
|
"default": "undefined"
|
|
5022
5186
|
}
|
|
5023
5187
|
],
|
|
5024
|
-
"events": [
|
|
5025
|
-
{
|
|
5026
|
-
"name": "input"
|
|
5027
|
-
}
|
|
5028
|
-
],
|
|
5029
5188
|
"slots": [
|
|
5030
5189
|
{
|
|
5031
5190
|
"name": "title"
|
|
@@ -5435,6 +5594,13 @@
|
|
|
5435
5594
|
"kind": "expression",
|
|
5436
5595
|
"type": "BentoDropdown.props.multiple"
|
|
5437
5596
|
}
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
"name": "placeholder",
|
|
5600
|
+
"value": {
|
|
5601
|
+
"kind": "expression",
|
|
5602
|
+
"type": "BentoDropdown.props.placeholder"
|
|
5603
|
+
}
|
|
5438
5604
|
}
|
|
5439
5605
|
],
|
|
5440
5606
|
"source": {
|
|
@@ -5555,6 +5721,14 @@
|
|
|
5555
5721
|
"default": "''"
|
|
5556
5722
|
}
|
|
5557
5723
|
],
|
|
5724
|
+
"events": [
|
|
5725
|
+
{
|
|
5726
|
+
"name": "open"
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "close"
|
|
5730
|
+
}
|
|
5731
|
+
],
|
|
5558
5732
|
"source": {
|
|
5559
5733
|
"module": "./src/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue",
|
|
5560
5734
|
"symbol": "default"
|
|
@@ -5602,7 +5776,7 @@
|
|
|
5602
5776
|
}
|
|
5603
5777
|
],
|
|
5604
5778
|
"source": {
|
|
5605
|
-
"module": "./src/components/
|
|
5779
|
+
"module": "./src/components/internal/grid-layout/grid-layout.vue",
|
|
5606
5780
|
"symbol": "default"
|
|
5607
5781
|
}
|
|
5608
5782
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/bento-vue2",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Adyen Bento Vue2 components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"url": "git@github.com:Adyen/bento.git"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adyen/bento-design-tokens": "0.4.
|
|
53
|
+
"@adyen/bento-design-tokens": "0.4.8",
|
|
54
54
|
"@adyen/ui-assets-flag-icons": "1.2.0",
|
|
55
55
|
"@adyen/ui-assets-icons-16": "3.1.0",
|
|
56
56
|
"@adyen/ui-assets-payment-method-icons": "5.2.0",
|
|
File without changes
|
|
File without changes
|