@adyen/bento-vue2 0.9.1 → 0.9.3
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/avatar-image/avatar-image.vue.d.ts +2 -2
- package/dist/@types/components/button/button.vue.d.ts +6 -6
- package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +2 -2
- package/dist/@types/components/card/card.types.d.ts +4 -0
- package/dist/@types/components/card/card.vue.d.ts +20 -4
- package/dist/@types/components/checkbox/checkbox.types.d.ts +5 -0
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +15 -5
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.types.d.ts +1 -0
- package/dist/@types/components/checkbox/components/checkbox-group/checkbox-group.vue.d.ts +10 -1
- package/dist/@types/components/country/composables/useCountryCapital/useCountryCapital.d.ts +1 -2
- package/dist/@types/components/country/composables/useCountryName/useCountryName.d.ts +1 -1
- package/dist/@types/components/country/country.vue.d.ts +1 -1
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +8 -4
- package/dist/@types/components/date/date.vue.d.ts +2 -2
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/__test__/date-picker-calendar-day-stub.vue.d.ts +1 -1
- package/dist/@types/components/date-picker/components/date-picker-calendar/components/date-picker-calendar-day/date-picker-calendar-day.vue.d.ts +1 -1
- package/dist/@types/components/date-picker/date-picker.vue.d.ts +6 -6
- package/dist/@types/components/dropdown/components/dropdown-base-textbox/dropdown-base-textbox.vue.d.ts +3 -3
- package/dist/@types/components/dropdown/components/dropdown-default-textbox/dropdown-default-textbox.vue.d.ts +3 -3
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +3 -2
- package/dist/@types/components/dropdown/components/dropdown-small-textbox/dropdown-small-textbox.vue.d.ts +2 -2
- package/dist/@types/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/components/variants/dropdown-country/dropdown-country.vue.d.ts +8 -8
- package/dist/@types/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue.d.ts +7 -7
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +8 -7
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.types.d.ts +3 -0
- package/dist/@types/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +1058 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/base-filter-button/base-filter-button.vue.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/boolean-filter/boolean-filter.vue.d.ts +15 -2
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.vue.d.ts +21 -3
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.vue.d.ts +14 -4
- package/dist/@types/components/filter-bar/components/index.d.ts +12 -0
- package/dist/@types/components/filter-bar/components/input-filter/input-filter.vue.d.ts +15 -1
- package/dist/@types/components/filter-bar/components/range-filter/range-filter.vue.d.ts +14 -1
- package/dist/@types/components/filter-bar/components/select-filter/select-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-avatar-filter/select-avatar-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue.d.ts +14 -4
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-currency-filter/select-currency-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-payment-method-filter/select-payment-method-filter.vue.d.ts +12 -2
- package/dist/@types/components/filter-bar/components/select-filter/variants/select-tag-filter/select-tag-filter.vue.d.ts +14 -4
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +9 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +6 -3
- package/dist/@types/components/header/header.vue.d.ts +3 -3
- package/dist/@types/components/input-field/input-field.types.d.ts +4 -1
- package/dist/@types/components/input-field/input-field.vue.d.ts +4 -4
- package/dist/@types/components/internal/base-button/base-button.vue.d.ts +4 -4
- package/dist/@types/components/internal/copy/copy.types.d.ts +5 -0
- package/dist/@types/components/internal/copy/copy.vue.d.ts +1 -1
- package/dist/@types/components/internal/grid-layout/grid-layout.types.d.ts +5 -0
- package/dist/@types/components/internal/grid-layout/grid-layout.vue.d.ts +14 -1
- package/dist/@types/components/internal/grid-layout/index.d.ts +1 -0
- package/dist/@types/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue.d.ts +1 -1
- package/dist/@types/components/internal/listbox/components/listbox-single-select-option/listbox-single-select-option.vue.d.ts +1 -1
- package/dist/@types/components/internal/listbox/listbox.vue.d.ts +9 -1
- package/dist/@types/components/loading-indicator/loading-indicator.vue.d.ts +1 -1
- package/dist/@types/components/menu/components/menu-item/menu-item.vue.d.ts +2 -2
- package/dist/@types/components/menu/menu.vue.d.ts +1 -1
- package/dist/@types/components/modal/components/base-modal/__mocks__/base-modal.vue.d.ts +123 -0
- package/dist/@types/components/modal/components/base-modal/base-modal.vue.d.ts +6 -1
- package/dist/@types/components/modal/components/modal-dialog/modal-dialog.vue.d.ts +2 -2
- package/dist/@types/components/modal/modal.vue.d.ts +1 -1
- package/dist/@types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/@types/components/popover/popover.vue.d.ts +3 -3
- package/dist/@types/components/popper-container/popper-container.vue.d.ts +2 -2
- package/dist/@types/components/radio-group/components/radio-button/radio-button.types.d.ts +4 -0
- package/dist/@types/components/radio-group/components/radio-button/radio-button.vue.d.ts +16 -3
- package/dist/@types/components/radio-group/radio-group.types.d.ts +1 -0
- package/dist/@types/components/radio-group/radio-group.vue.d.ts +10 -1
- package/dist/@types/components/search-bar/search-bar.types.d.ts +11 -0
- package/dist/@types/components/search-bar/search-bar.vue.d.ts +8 -6
- package/dist/@types/components/textarea/textarea.vue.d.ts +1 -1
- package/dist/@types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/@types/components/tooltip/tooltip.vue.d.ts +256 -9
- package/dist/@types/components/typography/typography.vue.d.ts +2 -2
- package/dist/@types/directives/tooltip/tooltip.d.ts +9 -2
- package/dist/@types/types/elements.d.ts +2 -3
- package/dist/@types/{components/focus-trap → utils/ts}/focus-trap.utils.d.ts +1 -1
- package/dist/@types/utils/ts/i18n.d.ts +12 -1
- package/dist/@types/utils/ts/toastController.d.ts +0 -1
- package/dist/index.js +8579 -6292
- package/dist/index.js.map +1 -1
- package/dist/web-types.json +278 -63
- package/package.json +3 -4
- package/dist/@types/components/filter-bar/components/date-filter/date-filter.types.d.ts +0 -3
- package/dist/@types/components/filter-bar/components/date-range-filter/date-range-filter.types.d.ts +0 -3
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.9.
|
|
4
|
+
"version": "0.9.3",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -346,6 +346,25 @@
|
|
|
346
346
|
"symbol": "default"
|
|
347
347
|
}
|
|
348
348
|
},
|
|
349
|
+
{
|
|
350
|
+
"name": "all-filters-modal",
|
|
351
|
+
"description": "A modal that acts as sort of filter manager for the BentoFilterBar.",
|
|
352
|
+
"attributes": [
|
|
353
|
+
{
|
|
354
|
+
"name": "value",
|
|
355
|
+
"description": "Array of filters based on {@see FilterBarModel}.\nEach one of the elements in the array correspond to a filter that will\nbe created and rendered in the AllFiltersModal.\n\nCan be used with v-model or independently with the @input event.",
|
|
356
|
+
"value": {
|
|
357
|
+
"kind": "expression",
|
|
358
|
+
"type": "BentoFilterBarModel"
|
|
359
|
+
},
|
|
360
|
+
"default": "() => []"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"source": {
|
|
364
|
+
"module": "./src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue",
|
|
365
|
+
"symbol": "default"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
349
368
|
{
|
|
350
369
|
"name": "all-filters-modal-button",
|
|
351
370
|
"description": "",
|
|
@@ -749,6 +768,15 @@
|
|
|
749
768
|
"type": "boolean"
|
|
750
769
|
},
|
|
751
770
|
"default": "false"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "bold",
|
|
774
|
+
"description": "Renders the text in a stronger variant.",
|
|
775
|
+
"value": {
|
|
776
|
+
"kind": "expression",
|
|
777
|
+
"type": "boolean"
|
|
778
|
+
},
|
|
779
|
+
"default": "false"
|
|
752
780
|
}
|
|
753
781
|
],
|
|
754
782
|
"slots": [
|
|
@@ -869,6 +897,114 @@
|
|
|
869
897
|
"symbol": "default"
|
|
870
898
|
}
|
|
871
899
|
},
|
|
900
|
+
{
|
|
901
|
+
"name": "base-modal",
|
|
902
|
+
"description": "",
|
|
903
|
+
"attributes": [
|
|
904
|
+
{
|
|
905
|
+
"name": "modalRole",
|
|
906
|
+
"description": "Defines whether the modal will be an alert modal",
|
|
907
|
+
"value": {
|
|
908
|
+
"kind": "expression",
|
|
909
|
+
"type": "string"
|
|
910
|
+
},
|
|
911
|
+
"default": "BentoModalRole.DIALOG"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "isDismissible",
|
|
915
|
+
"required": true,
|
|
916
|
+
"description": "If set to true, it allows the modal to be closed by clicking outside of it",
|
|
917
|
+
"value": {
|
|
918
|
+
"kind": "expression",
|
|
919
|
+
"type": "boolean"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "hideCloseButton",
|
|
924
|
+
"required": true,
|
|
925
|
+
"description": "Hides a cross icon on the right side of the title",
|
|
926
|
+
"value": {
|
|
927
|
+
"kind": "expression",
|
|
928
|
+
"type": "boolean"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "customPadding",
|
|
933
|
+
"description": "If provided, manages the padding of the whole modal container",
|
|
934
|
+
"value": {
|
|
935
|
+
"kind": "expression",
|
|
936
|
+
"type": "string"
|
|
937
|
+
},
|
|
938
|
+
"default": "null"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "withColumnLayout",
|
|
942
|
+
"description": "If provided, renders the modal's content in a two-column layout an wth dividers separating its content",
|
|
943
|
+
"value": {
|
|
944
|
+
"kind": "expression",
|
|
945
|
+
"type": "boolean"
|
|
946
|
+
},
|
|
947
|
+
"default": "false"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "columnsSize",
|
|
951
|
+
"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.",
|
|
952
|
+
"value": {
|
|
953
|
+
"kind": "expression",
|
|
954
|
+
"type": "BentoModalColumnLayoutVariant"
|
|
955
|
+
},
|
|
956
|
+
"default": "BentoModalColumnLayoutVariant.SMALLER"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "isOpen",
|
|
960
|
+
"required": true,
|
|
961
|
+
"description": "Controls the modal's state from the outside. Set it to true to open the modal",
|
|
962
|
+
"value": {
|
|
963
|
+
"kind": "expression",
|
|
964
|
+
"type": "boolean"
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"name": "size",
|
|
969
|
+
"description": "Sets the width of the modal",
|
|
970
|
+
"value": {
|
|
971
|
+
"kind": "expression",
|
|
972
|
+
"type": "BentoModalSize"
|
|
973
|
+
},
|
|
974
|
+
"default": "BentoModalSize.SMALL"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "initiallyOpen",
|
|
978
|
+
"description": "Sets the open attribute on the dialog element, use isOpen instead to toggle modal visbility.",
|
|
979
|
+
"value": {
|
|
980
|
+
"kind": "expression",
|
|
981
|
+
"type": "boolean"
|
|
982
|
+
},
|
|
983
|
+
"default": "false"
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
"slots": [
|
|
987
|
+
{
|
|
988
|
+
"name": "default"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "content-col-1"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "content-col-2"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "content"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "actions"
|
|
1001
|
+
}
|
|
1002
|
+
],
|
|
1003
|
+
"source": {
|
|
1004
|
+
"module": "./src/components/modal/components/base-modal/__mocks__/base-modal.vue",
|
|
1005
|
+
"symbol": "default"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
872
1008
|
{
|
|
873
1009
|
"name": "bento-alert",
|
|
874
1010
|
"description": "An Alert component is used to display a persistent\nnotification containing information important to the user",
|
|
@@ -990,6 +1126,15 @@
|
|
|
990
1126
|
},
|
|
991
1127
|
"default": "null"
|
|
992
1128
|
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "onlySlot",
|
|
1131
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
1132
|
+
"value": {
|
|
1133
|
+
"kind": "expression",
|
|
1134
|
+
"type": "boolean"
|
|
1135
|
+
},
|
|
1136
|
+
"default": "false"
|
|
1137
|
+
},
|
|
993
1138
|
{
|
|
994
1139
|
"name": "controlled",
|
|
995
1140
|
"description": "Allows to handle the controls (apply/clear) from outside\nof the component",
|
|
@@ -1093,11 +1238,15 @@
|
|
|
1093
1238
|
"type": "string"
|
|
1094
1239
|
},
|
|
1095
1240
|
"default": "null"
|
|
1096
|
-
}
|
|
1097
|
-
],
|
|
1098
|
-
"events": [
|
|
1241
|
+
},
|
|
1099
1242
|
{
|
|
1100
|
-
"name": "
|
|
1243
|
+
"name": "onlySlot",
|
|
1244
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
1245
|
+
"value": {
|
|
1246
|
+
"kind": "expression",
|
|
1247
|
+
"type": "boolean"
|
|
1248
|
+
},
|
|
1249
|
+
"default": "false"
|
|
1101
1250
|
}
|
|
1102
1251
|
],
|
|
1103
1252
|
"source": {
|
|
@@ -1226,6 +1375,15 @@
|
|
|
1226
1375
|
},
|
|
1227
1376
|
"default": "BentoCardBackground.PRIMARY"
|
|
1228
1377
|
},
|
|
1378
|
+
{
|
|
1379
|
+
"name": "titleSize",
|
|
1380
|
+
"description": "Defines the title size of the card header",
|
|
1381
|
+
"value": {
|
|
1382
|
+
"kind": "expression",
|
|
1383
|
+
"type": "BentoCardTitleSize"
|
|
1384
|
+
},
|
|
1385
|
+
"default": "BentoCardTitleSize.DEFAULT"
|
|
1386
|
+
},
|
|
1229
1387
|
{
|
|
1230
1388
|
"name": "expandable",
|
|
1231
1389
|
"description": "The whole content of the card will be expandable in accordion manner",
|
|
@@ -1327,6 +1485,15 @@
|
|
|
1327
1485
|
},
|
|
1328
1486
|
"default": "false"
|
|
1329
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "hasError",
|
|
1490
|
+
"description": "Setting this property to true will show the checkbox in error state.",
|
|
1491
|
+
"value": {
|
|
1492
|
+
"kind": "expression",
|
|
1493
|
+
"type": "boolean"
|
|
1494
|
+
},
|
|
1495
|
+
"default": "false"
|
|
1496
|
+
},
|
|
1330
1497
|
{
|
|
1331
1498
|
"name": "indeterminate",
|
|
1332
1499
|
"description": "The :indeterminate CSS pseudo-class represents any form element\nwhose state is indeterminate, such as checkboxes which have their HTML indeterminate attribute\nset to true, radio buttons which are members of a group in which all radio buttons are unchecked,\nand indeterminate <progress> elements. https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate\nThis property lets you control the input.indeterminate native property.",
|
|
@@ -1404,6 +1571,15 @@
|
|
|
1404
1571
|
},
|
|
1405
1572
|
"default": "false"
|
|
1406
1573
|
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "hasError",
|
|
1576
|
+
"description": "If set to true, renders all checkboxes in the group in an error state.",
|
|
1577
|
+
"value": {
|
|
1578
|
+
"kind": "expression",
|
|
1579
|
+
"type": "boolean"
|
|
1580
|
+
},
|
|
1581
|
+
"default": "false"
|
|
1582
|
+
},
|
|
1407
1583
|
{
|
|
1408
1584
|
"name": "label",
|
|
1409
1585
|
"required": true,
|
|
@@ -1772,6 +1948,14 @@
|
|
|
1772
1948
|
"name": "bento-date-filter",
|
|
1773
1949
|
"description": "The Date filter displays a calendar that allows\nto select a single date.",
|
|
1774
1950
|
"attributes": [
|
|
1951
|
+
{
|
|
1952
|
+
"name": "isDateInput",
|
|
1953
|
+
"value": {
|
|
1954
|
+
"kind": "expression",
|
|
1955
|
+
"type": "boolean"
|
|
1956
|
+
},
|
|
1957
|
+
"default": "true"
|
|
1958
|
+
},
|
|
1775
1959
|
{
|
|
1776
1960
|
"name": "defaultValue",
|
|
1777
1961
|
"description": "Default value of the filter to reset to.",
|
|
@@ -1799,6 +1983,15 @@
|
|
|
1799
1983
|
"type": "string"
|
|
1800
1984
|
}
|
|
1801
1985
|
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "onlySlot",
|
|
1988
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
1989
|
+
"value": {
|
|
1990
|
+
"kind": "expression",
|
|
1991
|
+
"type": "boolean"
|
|
1992
|
+
},
|
|
1993
|
+
"default": "false"
|
|
1994
|
+
},
|
|
1802
1995
|
{
|
|
1803
1996
|
"name": "options",
|
|
1804
1997
|
"description": "List of options that are needed to setup the filter\nAvailable options:\n - firstDayOfWeek: Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday\n - isDateDisabled: Indicate if a date should be disabled or not",
|
|
@@ -2005,6 +2198,15 @@
|
|
|
2005
2198
|
"type": "string"
|
|
2006
2199
|
}
|
|
2007
2200
|
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "onlySlot",
|
|
2203
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
2204
|
+
"value": {
|
|
2205
|
+
"kind": "expression",
|
|
2206
|
+
"type": "boolean"
|
|
2207
|
+
},
|
|
2208
|
+
"default": "false"
|
|
2209
|
+
},
|
|
2008
2210
|
{
|
|
2009
2211
|
"name": "options",
|
|
2010
2212
|
"description": "List of options that are needed to setup the filter\nAvailable options:\n - firstDayOfWeek: Allows you to set the first day of the week. 0 is sunday, 1 is monday, 6 is saturday\n - isDateDisabled: Indicate if a date should be disabled or not",
|
|
@@ -2250,20 +2452,6 @@
|
|
|
2250
2452
|
"default": "() => []"
|
|
2251
2453
|
}
|
|
2252
2454
|
],
|
|
2253
|
-
"events": [
|
|
2254
|
-
{
|
|
2255
|
-
"name": "input"
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "search-clear"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "search-input"
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"name": "update:search-term"
|
|
2265
|
-
}
|
|
2266
|
-
],
|
|
2267
2455
|
"source": {
|
|
2268
2456
|
"module": "./src/components/filter-bar/filter-bar.vue",
|
|
2269
2457
|
"symbol": "default"
|
|
@@ -2567,11 +2755,15 @@
|
|
|
2567
2755
|
"type": "string"
|
|
2568
2756
|
},
|
|
2569
2757
|
"default": "null"
|
|
2570
|
-
}
|
|
2571
|
-
],
|
|
2572
|
-
"events": [
|
|
2758
|
+
},
|
|
2573
2759
|
{
|
|
2574
|
-
"name": "
|
|
2760
|
+
"name": "onlySlot",
|
|
2761
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
2762
|
+
"value": {
|
|
2763
|
+
"kind": "expression",
|
|
2764
|
+
"type": "boolean"
|
|
2765
|
+
},
|
|
2766
|
+
"default": "false"
|
|
2575
2767
|
}
|
|
2576
2768
|
],
|
|
2577
2769
|
"source": {
|
|
@@ -2628,6 +2820,15 @@
|
|
|
2628
2820
|
},
|
|
2629
2821
|
"default": "false"
|
|
2630
2822
|
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "noResultsMessage",
|
|
2825
|
+
"required": true,
|
|
2826
|
+
"description": "Messaged displayed when no items are listed in the listbox",
|
|
2827
|
+
"value": {
|
|
2828
|
+
"kind": "expression",
|
|
2829
|
+
"type": "string"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2631
2832
|
{
|
|
2632
2833
|
"name": "searching",
|
|
2633
2834
|
"description": "Flag that indicates that an external search it's being made\nto filter out the items inside the the multi-select listbox\n\nIf enabled, hides the \"Select all\" checkbox in \"multiple\" mode.",
|
|
@@ -3792,7 +3993,16 @@
|
|
|
3792
3993
|
},
|
|
3793
3994
|
{
|
|
3794
3995
|
"name": "disabled",
|
|
3795
|
-
"description": "If set to true, renders all
|
|
3996
|
+
"description": "If set to true, renders all radio-buttons in the group in a disabled state.",
|
|
3997
|
+
"value": {
|
|
3998
|
+
"kind": "expression",
|
|
3999
|
+
"type": "boolean"
|
|
4000
|
+
},
|
|
4001
|
+
"default": "false"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "hasError",
|
|
4005
|
+
"description": "If set to true, renders all radio-buttons in the group in an error state.",
|
|
3796
4006
|
"value": {
|
|
3797
4007
|
"kind": "expression",
|
|
3798
4008
|
"type": "boolean"
|
|
@@ -3813,7 +4023,7 @@
|
|
|
3813
4023
|
"description": "Determines the initially selected value of the group. Corresponds to the BentoRadioButtonItem's value.\nDefaults to no value selected.",
|
|
3814
4024
|
"value": {
|
|
3815
4025
|
"kind": "expression",
|
|
3816
|
-
"type": "number|string"
|
|
4026
|
+
"type": "number|string|null"
|
|
3817
4027
|
},
|
|
3818
4028
|
"default": "null"
|
|
3819
4029
|
}
|
|
@@ -3867,11 +4077,15 @@
|
|
|
3867
4077
|
"type": "string[]"
|
|
3868
4078
|
},
|
|
3869
4079
|
"default": "() => ['', '']"
|
|
3870
|
-
}
|
|
3871
|
-
],
|
|
3872
|
-
"events": [
|
|
4080
|
+
},
|
|
3873
4081
|
{
|
|
3874
|
-
"name": "
|
|
4082
|
+
"name": "onlySlot",
|
|
4083
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
4084
|
+
"value": {
|
|
4085
|
+
"kind": "expression",
|
|
4086
|
+
"type": "boolean"
|
|
4087
|
+
},
|
|
4088
|
+
"default": "false"
|
|
3875
4089
|
}
|
|
3876
4090
|
],
|
|
3877
4091
|
"source": {
|
|
@@ -3922,13 +4136,7 @@
|
|
|
3922
4136
|
],
|
|
3923
4137
|
"events": [
|
|
3924
4138
|
{
|
|
3925
|
-
"name": "
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"name": "input"
|
|
3929
|
-
},
|
|
3930
|
-
{
|
|
3931
|
-
"name": "clear"
|
|
4139
|
+
"name": "<undefined>"
|
|
3932
4140
|
}
|
|
3933
4141
|
],
|
|
3934
4142
|
"source": {
|
|
@@ -3952,7 +4160,7 @@
|
|
|
3952
4160
|
],
|
|
3953
4161
|
"events": [
|
|
3954
4162
|
{
|
|
3955
|
-
"name": "
|
|
4163
|
+
"name": "<undefined>"
|
|
3956
4164
|
}
|
|
3957
4165
|
],
|
|
3958
4166
|
"source": {
|
|
@@ -3976,7 +4184,7 @@
|
|
|
3976
4184
|
],
|
|
3977
4185
|
"events": [
|
|
3978
4186
|
{
|
|
3979
|
-
"name": "
|
|
4187
|
+
"name": "<undefined>"
|
|
3980
4188
|
}
|
|
3981
4189
|
],
|
|
3982
4190
|
"source": {
|
|
@@ -4000,7 +4208,7 @@
|
|
|
4000
4208
|
],
|
|
4001
4209
|
"events": [
|
|
4002
4210
|
{
|
|
4003
|
-
"name": "
|
|
4211
|
+
"name": "<undefined>"
|
|
4004
4212
|
}
|
|
4005
4213
|
],
|
|
4006
4214
|
"source": {
|
|
@@ -4024,7 +4232,7 @@
|
|
|
4024
4232
|
],
|
|
4025
4233
|
"events": [
|
|
4026
4234
|
{
|
|
4027
|
-
"name": "
|
|
4235
|
+
"name": "<undefined>"
|
|
4028
4236
|
}
|
|
4029
4237
|
],
|
|
4030
4238
|
"source": {
|
|
@@ -4063,6 +4271,15 @@
|
|
|
4063
4271
|
"type": "string"
|
|
4064
4272
|
}
|
|
4065
4273
|
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "onlySlot",
|
|
4276
|
+
"description": "Renders the base filter's slot content only - leaving out the button and the popover.\nUsed for the allFiltersModal component.",
|
|
4277
|
+
"value": {
|
|
4278
|
+
"kind": "expression",
|
|
4279
|
+
"type": "boolean"
|
|
4280
|
+
},
|
|
4281
|
+
"default": "false"
|
|
4282
|
+
},
|
|
4066
4283
|
{
|
|
4067
4284
|
"name": "options",
|
|
4068
4285
|
"description": "List of options that are needed to setup the filter\nAvailable options:\n - multiple: If \"true\", the user will be able to select multiple items.\n - listboxItems: The option elements to populate the filter with.",
|
|
@@ -4082,11 +4299,6 @@
|
|
|
4082
4299
|
"default": "undefined"
|
|
4083
4300
|
}
|
|
4084
4301
|
],
|
|
4085
|
-
"events": [
|
|
4086
|
-
{
|
|
4087
|
-
"name": "update"
|
|
4088
|
-
}
|
|
4089
|
-
],
|
|
4090
4302
|
"slots": [
|
|
4091
4303
|
{
|
|
4092
4304
|
"name": "default"
|
|
@@ -4113,7 +4325,7 @@
|
|
|
4113
4325
|
],
|
|
4114
4326
|
"events": [
|
|
4115
4327
|
{
|
|
4116
|
-
"name": "
|
|
4328
|
+
"name": "<undefined>"
|
|
4117
4329
|
}
|
|
4118
4330
|
],
|
|
4119
4331
|
"source": {
|
|
@@ -4803,14 +5015,6 @@
|
|
|
4803
5015
|
"symbol": "default"
|
|
4804
5016
|
}
|
|
4805
5017
|
},
|
|
4806
|
-
{
|
|
4807
|
-
"name": "checkbox.test",
|
|
4808
|
-
"description": "",
|
|
4809
|
-
"source": {
|
|
4810
|
-
"module": "./src/components/checkbox/checkbox.test.vue",
|
|
4811
|
-
"symbol": "default"
|
|
4812
|
-
}
|
|
4813
|
-
},
|
|
4814
5018
|
{
|
|
4815
5019
|
"name": "click-outside-stub",
|
|
4816
5020
|
"description": "",
|
|
@@ -5850,11 +6054,21 @@
|
|
|
5850
6054
|
"attributes": [
|
|
5851
6055
|
{
|
|
5852
6056
|
"name": "columnWidth",
|
|
6057
|
+
"description": "Sets the responsive columns widths for the grid.",
|
|
5853
6058
|
"value": {
|
|
5854
6059
|
"kind": "expression",
|
|
5855
6060
|
"type": "GridLayoutColumnWidths"
|
|
5856
6061
|
},
|
|
5857
6062
|
"default": "null"
|
|
6063
|
+
},
|
|
6064
|
+
{
|
|
6065
|
+
"name": "containerType",
|
|
6066
|
+
"description": "Set the type of CSS container the grid layout has",
|
|
6067
|
+
"value": {
|
|
6068
|
+
"kind": "expression",
|
|
6069
|
+
"type": "GridLayoutContainerType"
|
|
6070
|
+
},
|
|
6071
|
+
"default": "GridLayoutContainerType.INLINE"
|
|
5858
6072
|
}
|
|
5859
6073
|
],
|
|
5860
6074
|
"slots": [
|
|
@@ -6463,6 +6677,15 @@
|
|
|
6463
6677
|
},
|
|
6464
6678
|
"default": "false"
|
|
6465
6679
|
},
|
|
6680
|
+
{
|
|
6681
|
+
"name": "hasError",
|
|
6682
|
+
"description": "Shows radio-button in error state (optional)",
|
|
6683
|
+
"value": {
|
|
6684
|
+
"kind": "expression",
|
|
6685
|
+
"type": "boolean"
|
|
6686
|
+
},
|
|
6687
|
+
"default": "false"
|
|
6688
|
+
},
|
|
6466
6689
|
{
|
|
6467
6690
|
"name": "value",
|
|
6468
6691
|
"required": true,
|
|
@@ -6503,14 +6726,6 @@
|
|
|
6503
6726
|
"symbol": "default"
|
|
6504
6727
|
}
|
|
6505
6728
|
},
|
|
6506
|
-
{
|
|
6507
|
-
"name": "radio-button.test",
|
|
6508
|
-
"description": "",
|
|
6509
|
-
"source": {
|
|
6510
|
-
"module": "./src/components/radio-group/components/radio-button/radio-button.test.vue",
|
|
6511
|
-
"symbol": "default"
|
|
6512
|
-
}
|
|
6513
|
-
},
|
|
6514
6729
|
{
|
|
6515
6730
|
"name": "segmented-control.test",
|
|
6516
6731
|
"description": "",
|
|
@@ -6823,7 +7038,7 @@
|
|
|
6823
7038
|
],
|
|
6824
7039
|
"source": {
|
|
6825
7040
|
"module": "./src/components/tooltip/tooltip.vue",
|
|
6826
|
-
"symbol": "
|
|
7041
|
+
"symbol": "Tooltip"
|
|
6827
7042
|
}
|
|
6828
7043
|
},
|
|
6829
7044
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/bento-vue2",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
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.5.
|
|
53
|
+
"@adyen/bento-design-tokens": "0.5.3",
|
|
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",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"uuid": "9.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"portal-vue": "2.1.7",
|
|
64
63
|
"vue": "~2.7",
|
|
65
64
|
"vue-i18n": "8.26.7",
|
|
66
65
|
"vue-router": "~3.6"
|
|
@@ -92,7 +91,7 @@
|
|
|
92
91
|
"stylelint-webpack-plugin": "3.2.0",
|
|
93
92
|
"svg-url-loader": "2.3.2",
|
|
94
93
|
"vite": "4.2.1",
|
|
95
|
-
"vite-plugin-css-injected-by-js": "
|
|
94
|
+
"vite-plugin-css-injected-by-js": "3.3.0",
|
|
96
95
|
"vite-plugin-dynamic-import": "1.5.0",
|
|
97
96
|
"vue-docgen-web-types": "0.1.8",
|
|
98
97
|
"vue-loader": "15.10.0",
|