@adyen/bento-vue3 1.26.0 → 1.27.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/dist/@types/components.d.ts +4 -0
- package/dist/@types/packages/core/src/utils/ts/storybook.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.types.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/button/components/button-actions/button-actions.vue.d.ts +1 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/code-snippet/code-snippet.vue.d.ts +3 -3
- package/dist/@types/packages/vue2/src/components/code-snippet/utils/get-lang-loader.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-calculate-column-width/use-calculate-column-width.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-hovering/use-column-hovering.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-column-reorderer/use-column-reorderer.d.ts +2 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-config-settings/use-config-settings.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/composables/use-resizer.d.ts +1 -0
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.types.d.ts +2 -1
- package/dist/@types/packages/vue2/src/components/data-grid/data-grid.vue.d.ts +15 -0
- package/dist/@types/packages/vue2/src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +1 -18
- package/dist/@types/packages/vue2/src/components/filter-bar/components/all-filters-modal/all-filters-modal.vue.d.ts +12 -0
- package/dist/@types/packages/vue2/src/components/structured-list/components/structered-list-item/structured-list-item.vue.d.ts +36 -54
- package/dist/@types/packages/vue2/src/components/structured-list/structured-list.vue.d.ts +27 -22
- package/dist/@types/packages/vue2/src/components/tabs/tabs.vue.d.ts +76 -1
- package/dist/@types/packages/vue2/src/components/tutorial/tutorial.vue.d.ts +21 -2
- package/dist/@types/packages/vue2/src/index.d.ts +1 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/components/dashboard-section/dashboard-section.vue.d.ts +78 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.types.d.ts +8 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/dashboard-template.vue.d.ts +103 -0
- package/dist/@types/packages/vue2/src/templates/dashboard-template/index.d.ts +3 -0
- package/dist/@types/packages/vue2/src/utils/ts/storybook.d.ts +1 -12
- package/dist/accordion.js +3 -3
- package/dist/action-bar.js +71 -155
- package/dist/action-bar.js.map +1 -1
- package/dist/alert.js +6 -6
- package/dist/assets/base-modal.css +1 -1
- package/dist/assets/button-actions.css +1 -1
- package/dist/assets/button.css +1 -1
- package/dist/assets/dialog-page.css +1 -1
- package/dist/assets/dropdown.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -1
- package/dist/assets/index11.css +1 -1
- package/dist/assets/index13.css +1 -1
- package/dist/assets/index14.css +1 -1
- package/dist/assets/index15.css +1 -1
- package/dist/assets/index16.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index18.css +1 -1
- package/dist/assets/index19.css +1 -1
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index20.css +1 -1
- package/dist/assets/index21.css +1 -1
- package/dist/assets/index22.css +1 -1
- package/dist/assets/index23.css +1 -1
- package/dist/assets/index24.css +1 -1
- package/dist/assets/index25.css +1 -1
- package/dist/assets/index26.css +1 -1
- package/dist/assets/index27.css +1 -1
- package/dist/assets/index28.css +1 -1
- package/dist/assets/index29.css +1 -1
- package/dist/assets/index3.css +1 -1
- package/dist/assets/index30.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index33.css +1 -1
- package/dist/assets/index34.css +1 -1
- package/dist/assets/index35.css +1 -1
- package/dist/assets/index37.css +1 -1
- package/dist/assets/index38.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index40.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/assets/index42.css +1 -1
- package/dist/assets/index43.css +1 -1
- package/dist/assets/index44.css +1 -1
- package/dist/assets/index45.css +1 -1
- package/dist/assets/index46.css +1 -1
- package/dist/assets/index47.css +1 -1
- package/dist/assets/index48.css +1 -1
- package/dist/assets/index49.css +1 -0
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/assets/index9.css +1 -1
- package/dist/assets/use-cached-selected-values.css +1 -1
- package/dist/avatar-image.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/button.js +4 -4
- package/dist/card.js +4 -4
- package/dist/checkbox.js +6 -6
- package/dist/chunks/{base-button.e84acf30.js → base-button.a0140a4c.js} +2 -2
- package/dist/chunks/{base-button.e84acf30.js.map → base-button.a0140a4c.js.map} +1 -1
- package/dist/chunks/{base-modal.29e062d0.js → base-modal.4102f69d.js} +7 -7
- package/dist/chunks/{base-modal.29e062d0.js.map → base-modal.4102f69d.js.map} +1 -1
- package/dist/chunks/{button-actions-with-menu.7fce47a2.js → button-actions-with-menu.4f311411.js} +4 -4
- package/dist/chunks/{button-actions-with-menu.7fce47a2.js.map → button-actions-with-menu.4f311411.js.map} +1 -1
- package/dist/chunks/{button-actions.642b37de.js → button-actions.82163994.js} +42 -40
- package/dist/chunks/button-actions.82163994.js.map +1 -0
- package/dist/chunks/{button.60dad578.js → button.ae4760cd.js} +27 -26
- package/dist/chunks/button.ae4760cd.js.map +1 -0
- package/dist/chunks/{calendar.f38cdab9.js → calendar.a9c5a68c.js} +6 -6
- package/dist/chunks/{calendar.f38cdab9.js.map → calendar.a9c5a68c.js.map} +1 -1
- package/dist/chunks/{checkbox-input.ab758a81.js → checkbox-input.99336948.js} +2 -2
- package/dist/chunks/{checkbox-input.ab758a81.js.map → checkbox-input.99336948.js.map} +1 -1
- package/dist/chunks/{checkbox.f55ee3a5.js → checkbox.9c30c07b.js} +4 -4
- package/dist/chunks/{checkbox.f55ee3a5.js.map → checkbox.9c30c07b.js.map} +1 -1
- package/dist/chunks/{checkmark-circle-fill.f3a69c6a.js → checkmark-circle-fill.c45a999d.js} +2 -2
- package/dist/chunks/{checkmark-circle-fill.f3a69c6a.js.map → checkmark-circle-fill.c45a999d.js.map} +1 -1
- package/dist/chunks/{checkmark-small.d7e31e5e.js → checkmark-small.c79220d9.js} +2 -2
- package/dist/chunks/{checkmark-small.d7e31e5e.js.map → checkmark-small.c79220d9.js.map} +1 -1
- package/dist/chunks/{chevron-left.963d35e9.js → chevron-left.4ee92950.js} +2 -2
- package/dist/chunks/{chevron-left.963d35e9.js.map → chevron-left.4ee92950.js.map} +1 -1
- package/dist/chunks/{chevron-up.05ca20db.js → chevron-up.638a9f34.js} +2 -2
- package/dist/chunks/{chevron-up.05ca20db.js.map → chevron-up.638a9f34.js.map} +1 -1
- package/dist/chunks/{controls-group.9e0f17b2.js → controls-group.8357e3fd.js} +3 -3
- package/dist/chunks/{controls-group.9e0f17b2.js.map → controls-group.8357e3fd.js.map} +1 -1
- package/dist/chunks/{copy.852d4cb8.js → copy.60ee6ac3.js} +4 -4
- package/dist/chunks/{copy.852d4cb8.js.map → copy.60ee6ac3.js.map} +1 -1
- package/dist/chunks/{cross-circle-fill.81925c7f.js → cross-circle-fill.1abec1a2.js} +2 -2
- package/dist/chunks/{cross-circle-fill.81925c7f.js.map → cross-circle-fill.1abec1a2.js.map} +1 -1
- package/dist/chunks/{cross-small.9bc6a02f.js → cross-small.b85406fe.js} +2 -2
- package/dist/chunks/{cross-small.9bc6a02f.js.map → cross-small.b85406fe.js.map} +1 -1
- package/dist/chunks/{cross.a60533f6.js → cross.26509efc.js} +2 -2
- package/dist/chunks/{cross.a60533f6.js.map → cross.26509efc.js.map} +1 -1
- package/dist/chunks/{dialog-page.ea67bb14.js → dialog-page.cb6ce9b6.js} +3 -3
- package/dist/chunks/{dialog-page.ea67bb14.js.map → dialog-page.cb6ce9b6.js.map} +1 -1
- package/dist/chunks/{dropdown-default-textbox.ad5063c2.js → dropdown-default-textbox.cda0798f.js} +5 -5
- package/dist/chunks/{dropdown-default-textbox.ad5063c2.js.map → dropdown-default-textbox.cda0798f.js.map} +1 -1
- package/dist/chunks/{dropdown.d8587f36.js → dropdown.0ae3b842.js} +122 -132
- package/dist/chunks/dropdown.0ae3b842.js.map +1 -0
- package/dist/chunks/{error-message.3fb5573a.js → error-message.d2bdeb80.js} +3 -3
- package/dist/chunks/{error-message.3fb5573a.js.map → error-message.d2bdeb80.js.map} +1 -1
- package/dist/chunks/{events.58c00e6d.js → events.f14a214b.js} +5 -5
- package/dist/chunks/events.f14a214b.js.map +1 -0
- package/dist/chunks/{fixed-scroller.59aefd1b.js → fixed-scroller.7b42cb1e.js} +3 -3
- package/dist/chunks/{fixed-scroller.59aefd1b.js.map → fixed-scroller.7b42cb1e.js.map} +1 -1
- package/dist/chunks/{footer-actions.89e68269.js → footer-actions.64f6f5d8.js} +4 -4
- package/dist/chunks/{footer-actions.89e68269.js.map → footer-actions.64f6f5d8.js.map} +1 -1
- package/dist/chunks/{index.96cd0d4c.js → index.2d7b4511.js} +15 -15
- package/dist/chunks/{index.96cd0d4c.js.map → index.2d7b4511.js.map} +1 -1
- package/dist/chunks/index.2fcd1233.js +103 -0
- package/dist/chunks/index.2fcd1233.js.map +1 -0
- package/dist/chunks/{index.9bf04b01.js → index.6295e754.js} +3 -3
- package/dist/chunks/{index.9bf04b01.js.map → index.6295e754.js.map} +1 -1
- package/dist/chunks/{index.030c1dd7.js → index.6bb6f38c.js} +7 -7
- package/dist/chunks/{index.030c1dd7.js.map → index.6bb6f38c.js.map} +1 -1
- package/dist/chunks/{index.ba3396d3.js → index.8aa536a8.js} +3 -3
- package/dist/chunks/{index.ba3396d3.js.map → index.8aa536a8.js.map} +1 -1
- package/dist/chunks/{index.8be283d5.js → index.9d7fb316.js} +2 -2
- package/dist/chunks/{index.8be283d5.js.map → index.9d7fb316.js.map} +1 -1
- package/dist/chunks/{index.5bdebf9d.js → index.a001a0a8.js} +7 -7
- package/dist/chunks/{index.5bdebf9d.js.map → index.a001a0a8.js.map} +1 -1
- package/dist/chunks/{index.07122048.js → index.b18c78d6.js} +2 -2
- package/dist/chunks/{index.07122048.js.map → index.b18c78d6.js.map} +1 -1
- package/dist/chunks/{index.6e0e9d21.js → index.eb38a6c4.js} +3 -3
- package/dist/chunks/{index.6e0e9d21.js.map → index.eb38a6c4.js.map} +1 -1
- package/dist/chunks/{index.a3d60e4f.js → index.ee15db35.js} +2 -2
- package/dist/chunks/{index.a3d60e4f.js.map → index.ee15db35.js.map} +1 -1
- package/dist/chunks/{index.146f967e.js → index.f9d081d2.js} +2 -2
- package/dist/chunks/{index.146f967e.js.map → index.f9d081d2.js.map} +1 -1
- package/dist/chunks/index.fedbb4c2.js +125 -0
- package/dist/chunks/index.fedbb4c2.js.map +1 -0
- package/dist/chunks/{info.205b4496.js → info.550f9511.js} +2 -2
- package/dist/chunks/{info.205b4496.js.map → info.550f9511.js.map} +1 -1
- package/dist/chunks/{keyboard-navigation.ca47dfa8.js → keyboard-navigation.bbc3d15c.js} +2 -2
- package/dist/chunks/{keyboard-navigation.ca47dfa8.js.map → keyboard-navigation.bbc3d15c.js.map} +1 -1
- package/dist/chunks/{listbox-option-tag.b6182b2e.js → listbox-option-tag.2aea037c.js} +3 -3
- package/dist/chunks/{listbox-option-tag.b6182b2e.js.map → listbox-option-tag.2aea037c.js.map} +1 -1
- package/dist/chunks/{loading-button.0391ad8b.js → loading-button.6b81b546.js} +4 -4
- package/dist/chunks/{loading-button.0391ad8b.js.map → loading-button.6b81b546.js.map} +1 -1
- package/dist/chunks/{payment-method.31a68b9b.js → payment-method.d5595a7c.js} +2 -2
- package/dist/chunks/{payment-method.31a68b9b.js.map → payment-method.d5595a7c.js.map} +1 -1
- package/dist/chunks/{refresh.53691839.js → refresh.bd60f6a8.js} +2 -2
- package/dist/chunks/{refresh.53691839.js.map → refresh.bd60f6a8.js.map} +1 -1
- package/dist/chunks/{search.4e4ee4dd.js → search.ade93bda.js} +2 -2
- package/dist/chunks/{search.4e4ee4dd.js.map → search.ade93bda.js.map} +1 -1
- package/dist/chunks/{tooltip.1084d92b.js → tooltip.36172265.js} +4 -4
- package/dist/chunks/{tooltip.1084d92b.js.map → tooltip.36172265.js.map} +1 -1
- package/dist/chunks/{use-bento-toast-controller.98d8613c.js → use-bento-toast-controller.3dc4e113.js} +2 -2
- package/dist/chunks/{use-bento-toast-controller.98d8613c.js.map → use-bento-toast-controller.3dc4e113.js.map} +1 -1
- package/dist/chunks/{use-cached-selected-values.852aeafe.js → use-cached-selected-values.3c312296.js} +396 -375
- package/dist/chunks/use-cached-selected-values.3c312296.js.map +1 -0
- package/dist/code-snippet.js +137 -135
- package/dist/code-snippet.js.map +1 -1
- package/dist/country.js +2 -2
- package/dist/currency.js +1 -1
- package/dist/dashboard-template.js +169 -0
- package/dist/dashboard-template.js.map +1 -0
- package/dist/data-grid-template.js +1 -1
- package/dist/data-grid.js +52 -44
- package/dist/data-grid.js.map +1 -1
- package/dist/date-picker.js +19 -19
- package/dist/date-picker.js.map +1 -1
- package/dist/date-range-picker.js +2 -2
- package/dist/date.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/dropdown.js +7 -7
- package/dist/empty-state.js +3 -3
- package/dist/filter-bar.js +85 -83
- package/dist/filter-bar.js.map +1 -1
- package/dist/focus-trap.js +1 -1
- package/dist/form-layout.js +2 -2
- package/dist/header.js +5 -5
- package/dist/index.js +66 -63
- package/dist/index.js.map +1 -1
- package/dist/info-icon.js +4 -4
- package/dist/input-field.js +4 -4
- package/dist/internal.js +8 -8
- package/dist/link.js +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/modal-fullscreen.js +7 -7
- package/dist/modal.js +6 -6
- package/dist/pagination.js +4 -4
- package/dist/payment-method.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/popper-container.js +1 -1
- package/dist/radio-group.js +4 -4
- package/dist/search-bar.js +4 -4
- package/dist/secondary-nav.js +2 -2
- package/dist/segmented-control.js +66 -72
- package/dist/segmented-control.js.map +1 -1
- package/dist/selection-card.js +5 -5
- package/dist/sidepanel.js +7 -7
- package/dist/status.js +2 -2
- package/dist/stepper.js +5 -5
- package/dist/structured-list.js +1 -1
- package/dist/summary-grid.js +3 -3
- package/dist/tabs.js +80 -78
- package/dist/tabs.js.map +1 -1
- package/dist/tag.js +3 -3
- package/dist/textarea.js +4 -4
- package/dist/timeline.js +7 -7
- package/dist/toast.js +4 -4
- package/dist/toggle.js +3 -3
- package/dist/tutorial.js +125 -110
- package/dist/tutorial.js.map +1 -1
- package/dist/typography.js +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +8 -6
- package/dist/chunks/button-actions.642b37de.js.map +0 -1
- package/dist/chunks/button.60dad578.js.map +0 -1
- package/dist/chunks/checkmark.87919b24.js +0 -29
- package/dist/chunks/checkmark.87919b24.js.map +0 -1
- package/dist/chunks/dropdown.d8587f36.js.map +0 -1
- package/dist/chunks/events.58c00e6d.js.map +0 -1
- package/dist/chunks/index.c8ffede1.js +0 -168
- package/dist/chunks/index.c8ffede1.js.map +0 -1
- package/dist/chunks/use-cached-selected-values.852aeafe.js.map +0 -1
- /package/dist/assets/{checkmark-circle-fill.css → cross.css} +0 -0
|
@@ -18,6 +18,8 @@ import {
|
|
|
18
18
|
BentoCodeSnippet,
|
|
19
19
|
BentoCountry,
|
|
20
20
|
BentoCurrency,
|
|
21
|
+
BentoDashboardSection,
|
|
22
|
+
BentoDashboardTemplate,
|
|
21
23
|
BentoDataGrid,
|
|
22
24
|
BentoDataGridTemplate,
|
|
23
25
|
BentoDate,
|
|
@@ -105,6 +107,8 @@ declare module 'vue' {
|
|
|
105
107
|
BentoCountry: typeof BentoCountry;
|
|
106
108
|
BentoCodeSnippet: typeof BentoCodeSnippet;
|
|
107
109
|
BentoCurrency: typeof BentoCurrency;
|
|
110
|
+
BentoDashboardSection: typeof BentoDashboardSection;
|
|
111
|
+
BentoDashboardTemplate: typeof BentoDashboardTemplate;
|
|
108
112
|
BentoDataGrid: typeof BentoDataGrid;
|
|
109
113
|
BentoDataGridTemplate: typeof BentoDataGridTemplate;
|
|
110
114
|
BentoDate: typeof BentoDate;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const storybookDocsParameter: (codeSource: string, language?: string) => {
|
|
2
|
+
docs: {
|
|
3
|
+
source: {
|
|
4
|
+
code: string;
|
|
5
|
+
language: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export declare const getPokemonFromApi: (pokemonName?: string) => Promise<{
|
|
10
|
+
label: any;
|
|
11
|
+
value: any;
|
|
12
|
+
}[]>;
|
|
@@ -7,6 +7,7 @@ export interface BentoButtonActionObject extends BentoButtonProps {
|
|
|
7
7
|
iconLeft?: VueNodeElement;
|
|
8
8
|
iconRight?: VueNodeElement;
|
|
9
9
|
state?: BentoLoadingButtonState | `${BentoLoadingButtonState}`;
|
|
10
|
+
iconOnly?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export type BentoButtonActionsList = Array<BentoButtonActionObject>;
|
|
12
13
|
export declare enum BentoButtonActionsLayoutBasic {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoButtonActionsLayout, BentoButtonActionsList } from './button-actions.types';
|
|
3
3
|
/**
|
|
4
|
-
* ButtonActions component
|
|
4
|
+
* ButtonActions component manages a set of actions a user can choose from by displaying a group of buttons.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
* import { BentoButtonActions } from '@adyen/bento-vue2';
|
|
@@ -13,7 +13,8 @@ export declare enum BentoCodeSnippetSupportedLanguage {
|
|
|
13
13
|
JSON = "json",
|
|
14
14
|
XML = "xml",
|
|
15
15
|
JAVA = "java",
|
|
16
|
-
JAVASCRIPT = "javascript"
|
|
16
|
+
JAVASCRIPT = "javascript",
|
|
17
|
+
PYTHON = "python"
|
|
17
18
|
}
|
|
18
19
|
export declare enum BentoCodeSnippetEvent {
|
|
19
20
|
ACTION = "action",
|
|
@@ -28,7 +28,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
28
28
|
* Language name for syntax highlighting rules
|
|
29
29
|
*/
|
|
30
30
|
lang: {
|
|
31
|
-
type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
|
|
31
|
+
type: PropType<"json" | "xml" | "java" | "javascript" | "python" | BentoCodeSnippetSupportedLanguage>;
|
|
32
32
|
default: BentoCodeSnippetSupportedLanguage;
|
|
33
33
|
validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
|
|
34
34
|
};
|
|
@@ -117,7 +117,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
117
117
|
* Language name for syntax highlighting rules
|
|
118
118
|
*/
|
|
119
119
|
lang: {
|
|
120
|
-
type: PropType<"json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage>;
|
|
120
|
+
type: PropType<"json" | "xml" | "java" | "javascript" | "python" | BentoCodeSnippetSupportedLanguage>;
|
|
121
121
|
default: BentoCodeSnippetSupportedLanguage;
|
|
122
122
|
validator: (value: BentoCodeSnippetSupportedLanguage) => boolean;
|
|
123
123
|
};
|
|
@@ -181,7 +181,7 @@ declare const _default: import("../../../../vue3/node_modules/vue").DefineCompon
|
|
|
181
181
|
content: string;
|
|
182
182
|
loading: boolean;
|
|
183
183
|
expandable: boolean;
|
|
184
|
-
lang: "json" | "xml" | "java" | "javascript" | BentoCodeSnippetSupportedLanguage;
|
|
184
|
+
lang: "json" | "xml" | "java" | "javascript" | "python" | BentoCodeSnippetSupportedLanguage;
|
|
185
185
|
langLabel: string;
|
|
186
186
|
editable: boolean;
|
|
187
187
|
actionable: boolean;
|
|
@@ -3,6 +3,7 @@ import { json } from '@codemirror/lang-json';
|
|
|
3
3
|
import { xml } from '@codemirror/lang-xml';
|
|
4
4
|
import { javascript } from '@codemirror/lang-javascript';
|
|
5
5
|
import { java } from '@codemirror/lang-java';
|
|
6
|
+
import { python } from '@codemirror/lang-python';
|
|
6
7
|
/**
|
|
7
8
|
* Returns a language loder for `CodeMirror`.
|
|
8
9
|
* Supported languages: json, xml, javascript & java
|
|
@@ -10,4 +11,4 @@ import { java } from '@codemirror/lang-java';
|
|
|
10
11
|
* @param language Language to be used
|
|
11
12
|
* @returns Language configuration loader to be used in codemirror
|
|
12
13
|
*/
|
|
13
|
-
export declare const getLangLoader: (language: BentoCodeSnippetSupportedLanguage | `${BentoCodeSnippetSupportedLanguage}`) => () => Promise<typeof json | typeof xml | typeof javascript | typeof java>;
|
|
14
|
+
export declare const getLangLoader: (language: BentoCodeSnippetSupportedLanguage | `${BentoCodeSnippetSupportedLanguage}`) => () => Promise<typeof json | typeof xml | typeof javascript | typeof java | typeof python>;
|
|
@@ -75,6 +75,7 @@ export declare const useCalculateColumnWidth: (newColumns: Ref<BentoColumn[]>, n
|
|
|
75
75
|
inverse?: boolean;
|
|
76
76
|
iconLeft?: object | Element | (object | Element)[];
|
|
77
77
|
iconRight?: object | Element | (object | Element)[];
|
|
78
|
+
iconOnly?: boolean;
|
|
78
79
|
title?: string;
|
|
79
80
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
80
81
|
isShort?: true;
|
|
@@ -29,6 +29,7 @@ export declare const useColumnHovering: (columnSets: Ref<DatagridConfigSettingsC
|
|
|
29
29
|
inverse?: boolean;
|
|
30
30
|
iconLeft?: object | Element | (object | Element)[];
|
|
31
31
|
iconRight?: object | Element | (object | Element)[];
|
|
32
|
+
iconOnly?: boolean;
|
|
32
33
|
title?: string;
|
|
33
34
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
34
35
|
isShort?: true;
|
|
@@ -37,6 +37,7 @@ export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, h
|
|
|
37
37
|
inverse?: boolean;
|
|
38
38
|
iconLeft?: object | Element | (object | Element)[];
|
|
39
39
|
iconRight?: object | Element | (object | Element)[];
|
|
40
|
+
iconOnly?: boolean;
|
|
40
41
|
title?: string;
|
|
41
42
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
42
43
|
isShort?: true;
|
|
@@ -96,6 +97,7 @@ export declare const useColumnReorderer: (columnsRef: MaybeRef<BentoColumn[]>, h
|
|
|
96
97
|
inverse?: boolean;
|
|
97
98
|
iconLeft?: object | Element | (object | Element)[];
|
|
98
99
|
iconRight?: object | Element | (object | Element)[];
|
|
100
|
+
iconOnly?: boolean;
|
|
99
101
|
title?: string;
|
|
100
102
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
101
103
|
isShort?: true;
|
|
@@ -43,6 +43,7 @@ export declare const useConfigSettings: (columnsRef: MaybeRef<BentoColumn[]>, em
|
|
|
43
43
|
inverse?: boolean;
|
|
44
44
|
iconLeft?: object | Element | (object | Element)[];
|
|
45
45
|
iconRight?: object | Element | (object | Element)[];
|
|
46
|
+
iconOnly?: boolean;
|
|
46
47
|
title?: string;
|
|
47
48
|
event?: import("../../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
48
49
|
isShort?: true;
|
|
@@ -46,6 +46,7 @@ export declare const useResizer: (columns: Ref<BentoColumn[]>, emit: (event: Dat
|
|
|
46
46
|
inverse?: boolean;
|
|
47
47
|
iconLeft?: object | Element | (object | Element)[];
|
|
48
48
|
iconRight?: object | Element | (object | Element)[];
|
|
49
|
+
iconOnly?: boolean;
|
|
49
50
|
title?: string;
|
|
50
51
|
event?: import("../components/data-grid-cell-actions/data-grid-cell-actions.types").BentoColumnCellActionEvent;
|
|
51
52
|
isShort?: true;
|
|
@@ -30,7 +30,8 @@ export declare enum BentoDatagridStyleState {
|
|
|
30
30
|
SCROLL = "scroll",
|
|
31
31
|
STICKY_FILTERS = "sticky-filters",
|
|
32
32
|
OVERFLOW_SHADOW_LEFT = "overflow-shadow-left",
|
|
33
|
-
OVERFLOW_SHADOW_RIGHT = "overflow-shadow-right"
|
|
33
|
+
OVERFLOW_SHADOW_RIGHT = "overflow-shadow-right",
|
|
34
|
+
NO_SPACING_TOP = "no-spacing-top"
|
|
34
35
|
}
|
|
35
36
|
export declare enum BentoDatagridSortDirection {
|
|
36
37
|
ASCENDING = "asc",
|
|
@@ -304,6 +304,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
304
304
|
type: PropType<BentoDatagridDataItemId[]>;
|
|
305
305
|
default: () => any[];
|
|
306
306
|
};
|
|
307
|
+
/**
|
|
308
|
+
* Renders the data grid with no top spacing, to render inside containers that already have spacing
|
|
309
|
+
*/
|
|
310
|
+
noSpacingTop: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
307
314
|
/**
|
|
308
315
|
* Sortby handles proper rendering of sort icon in header. Sorting currently is only supported server side.
|
|
309
316
|
* It does make sure the currently sorted column has a more visible sort icon, and the sort icon points in the right direction.
|
|
@@ -607,6 +614,13 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
607
614
|
type: PropType<BentoDatagridDataItemId[]>;
|
|
608
615
|
default: () => any[];
|
|
609
616
|
};
|
|
617
|
+
/**
|
|
618
|
+
* Renders the data grid with no top spacing, to render inside containers that already have spacing
|
|
619
|
+
*/
|
|
620
|
+
noSpacingTop: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
610
624
|
/**
|
|
611
625
|
* Sortby handles proper rendering of sort icon in header. Sorting currently is only supported server side.
|
|
612
626
|
* It does make sure the currently sorted column has a more visible sort icon, and the sort icon points in the right direction.
|
|
@@ -675,6 +689,7 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
675
689
|
selectable: boolean;
|
|
676
690
|
selection: BentoDatagridDataItemId[];
|
|
677
691
|
highlightedRows: BentoDatagridDataItemId[];
|
|
692
|
+
noSpacingTop: boolean;
|
|
678
693
|
tabTitle: string;
|
|
679
694
|
}>, Record<NonNullable<string | number>, (_: any) => any> & Record<NonNullable<string | number>, (_: any) => any> & {
|
|
680
695
|
header: (_: {}) => any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from "../../../../../../vue3/node_modules/vue";
|
|
2
2
|
import { BentoListboxOptions } from "../../../../types";
|
|
3
|
-
import { BentoDropdownEmptyStateProps, BentoDropdownLazyLoadType,
|
|
3
|
+
import { BentoDropdownEmptyStateProps, BentoDropdownLazyLoadType, BentoDropdownVirtulisationOptions } from '../../dropdown.types';
|
|
4
4
|
/**
|
|
5
5
|
* Dropdown options container.
|
|
6
6
|
* It lists all the available options.
|
|
@@ -59,14 +59,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
59
59
|
type: StringConstructor;
|
|
60
60
|
required: true;
|
|
61
61
|
};
|
|
62
|
-
/**
|
|
63
|
-
* Dropdown input size
|
|
64
|
-
*/
|
|
65
|
-
inputSize: {
|
|
66
|
-
type: PropType<"DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize>;
|
|
67
|
-
default: BentoDropdownSize;
|
|
68
|
-
validator: (value: BentoDropdownSize) => boolean;
|
|
69
|
-
};
|
|
70
62
|
/**
|
|
71
63
|
* Function that allows the options to be disabled
|
|
72
64
|
*
|
|
@@ -213,14 +205,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
213
205
|
type: StringConstructor;
|
|
214
206
|
required: true;
|
|
215
207
|
};
|
|
216
|
-
/**
|
|
217
|
-
* Dropdown input size
|
|
218
|
-
*/
|
|
219
|
-
inputSize: {
|
|
220
|
-
type: PropType<"DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize>;
|
|
221
|
-
default: BentoDropdownSize;
|
|
222
|
-
validator: (value: BentoDropdownSize) => boolean;
|
|
223
|
-
};
|
|
224
208
|
/**
|
|
225
209
|
* Function that allows the options to be disabled
|
|
226
210
|
*
|
|
@@ -336,7 +320,6 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/n
|
|
|
336
320
|
loading: boolean;
|
|
337
321
|
emptyState: BentoDropdownEmptyStateProps;
|
|
338
322
|
virtualScroll: BentoDropdownVirtulisationOptions;
|
|
339
|
-
inputSize: "DropdownInputDefault" | "DropdownInputSmall" | BentoDropdownSize;
|
|
340
323
|
}>, Record<NonNullable<string | number>, (_: any) => any>>;
|
|
341
324
|
export default _default;
|
|
342
325
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -75,6 +75,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
75
75
|
iconLeft?: object | Element | (object | Element)[];
|
|
76
76
|
iconRight?: object | Element | (object | Element)[];
|
|
77
77
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
78
|
+
iconOnly?: boolean;
|
|
78
79
|
condensed?: boolean;
|
|
79
80
|
critical?: boolean;
|
|
80
81
|
disabled?: boolean;
|
|
@@ -185,6 +186,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
185
186
|
iconLeft?: object | Element | (object | Element)[];
|
|
186
187
|
iconRight?: object | Element | (object | Element)[];
|
|
187
188
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
189
|
+
iconOnly?: boolean;
|
|
188
190
|
condensed?: boolean;
|
|
189
191
|
critical?: boolean;
|
|
190
192
|
disabled?: boolean;
|
|
@@ -287,6 +289,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
287
289
|
iconLeft?: object | Element | (object | Element)[];
|
|
288
290
|
iconRight?: object | Element | (object | Element)[];
|
|
289
291
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
292
|
+
iconOnly?: boolean;
|
|
290
293
|
condensed?: boolean;
|
|
291
294
|
critical?: boolean;
|
|
292
295
|
disabled?: boolean;
|
|
@@ -390,6 +393,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
390
393
|
iconLeft?: object | Element | (object | Element)[];
|
|
391
394
|
iconRight?: object | Element | (object | Element)[];
|
|
392
395
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
396
|
+
iconOnly?: boolean;
|
|
393
397
|
condensed?: boolean;
|
|
394
398
|
critical?: boolean;
|
|
395
399
|
disabled?: boolean;
|
|
@@ -492,6 +496,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
492
496
|
iconLeft?: object | Element | (object | Element)[];
|
|
493
497
|
iconRight?: object | Element | (object | Element)[];
|
|
494
498
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
499
|
+
iconOnly?: boolean;
|
|
495
500
|
condensed?: boolean;
|
|
496
501
|
critical?: boolean;
|
|
497
502
|
disabled?: boolean;
|
|
@@ -594,6 +599,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
594
599
|
iconLeft?: object | Element | (object | Element)[];
|
|
595
600
|
iconRight?: object | Element | (object | Element)[];
|
|
596
601
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
602
|
+
iconOnly?: boolean;
|
|
597
603
|
condensed?: boolean;
|
|
598
604
|
critical?: boolean;
|
|
599
605
|
disabled?: boolean;
|
|
@@ -1512,6 +1518,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1512
1518
|
iconLeft?: object | Element | (object | Element)[];
|
|
1513
1519
|
iconRight?: object | Element | (object | Element)[];
|
|
1514
1520
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1521
|
+
iconOnly?: boolean;
|
|
1515
1522
|
condensed?: boolean;
|
|
1516
1523
|
critical?: boolean;
|
|
1517
1524
|
disabled?: boolean;
|
|
@@ -1622,6 +1629,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1622
1629
|
iconLeft?: object | Element | (object | Element)[];
|
|
1623
1630
|
iconRight?: object | Element | (object | Element)[];
|
|
1624
1631
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1632
|
+
iconOnly?: boolean;
|
|
1625
1633
|
condensed?: boolean;
|
|
1626
1634
|
critical?: boolean;
|
|
1627
1635
|
disabled?: boolean;
|
|
@@ -1724,6 +1732,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1724
1732
|
iconLeft?: object | Element | (object | Element)[];
|
|
1725
1733
|
iconRight?: object | Element | (object | Element)[];
|
|
1726
1734
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1735
|
+
iconOnly?: boolean;
|
|
1727
1736
|
condensed?: boolean;
|
|
1728
1737
|
critical?: boolean;
|
|
1729
1738
|
disabled?: boolean;
|
|
@@ -1827,6 +1836,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1827
1836
|
iconLeft?: object | Element | (object | Element)[];
|
|
1828
1837
|
iconRight?: object | Element | (object | Element)[];
|
|
1829
1838
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1839
|
+
iconOnly?: boolean;
|
|
1830
1840
|
condensed?: boolean;
|
|
1831
1841
|
critical?: boolean;
|
|
1832
1842
|
disabled?: boolean;
|
|
@@ -1929,6 +1939,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
1929
1939
|
iconLeft?: object | Element | (object | Element)[];
|
|
1930
1940
|
iconRight?: object | Element | (object | Element)[];
|
|
1931
1941
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
1942
|
+
iconOnly?: boolean;
|
|
1932
1943
|
condensed?: boolean;
|
|
1933
1944
|
critical?: boolean;
|
|
1934
1945
|
disabled?: boolean;
|
|
@@ -2031,6 +2042,7 @@ declare const _default: import("../../../../../../vue3/node_modules/vue").Define
|
|
|
2031
2042
|
iconLeft?: object | Element | (object | Element)[];
|
|
2032
2043
|
iconRight?: object | Element | (object | Element)[];
|
|
2033
2044
|
state?: "start" | "success" | import("../../../button").BentoLoadingButtonState | "loading" | "fail";
|
|
2045
|
+
iconOnly?: boolean;
|
|
2034
2046
|
condensed?: boolean;
|
|
2035
2047
|
critical?: boolean;
|
|
2036
2048
|
disabled?: boolean;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PropType, Ref } from "../../../../../../vue3/node_modules/vue";
|
|
2
1
|
/**
|
|
3
2
|
* This is an item of the `BentoStructuredList` meant to be used only with that component.
|
|
4
3
|
* It consists of a label/value pair, and also the optional copy and search modifiers.
|
|
@@ -24,88 +23,71 @@ import { PropType, Ref } from "../../../../../../vue3/node_modules/vue";
|
|
|
24
23
|
* `
|
|
25
24
|
* }
|
|
26
25
|
*/
|
|
27
|
-
declare const _default: import("../../../../../../vue3/node_modules/vue").DefineComponent<{
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../../../vue3/node_modules/vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
28
27
|
/**
|
|
29
28
|
* Label to display for the value
|
|
30
29
|
*/
|
|
31
|
-
label:
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
30
|
+
label: string;
|
|
35
31
|
/**
|
|
36
32
|
* Text to display in info icon tooltip in the label to display for the value
|
|
37
33
|
*/
|
|
38
|
-
labelInfo
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: any;
|
|
41
|
-
};
|
|
34
|
+
labelInfo?: string;
|
|
42
35
|
/**
|
|
43
36
|
* Text to copy when the user clicks `Copy` icon
|
|
44
37
|
*/
|
|
45
|
-
copy
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: any;
|
|
48
|
-
};
|
|
38
|
+
copy?: string;
|
|
49
39
|
/**
|
|
50
40
|
* Function to trigger when user clicks `Search` icon
|
|
51
41
|
*/
|
|
52
|
-
search:
|
|
53
|
-
type: PropType<(event: Event) => void>;
|
|
54
|
-
default: any;
|
|
55
|
-
};
|
|
42
|
+
search?: (event: Event) => void;
|
|
56
43
|
/**
|
|
57
44
|
* Text to display when the user hovers over `Search` icon
|
|
58
45
|
*/
|
|
59
|
-
searchTooltip
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
'b-structured-list-item--condensed': boolean;
|
|
66
|
-
}>;
|
|
67
|
-
labelTypographyVariant: import("../../../../../../vue3/node_modules/vue").ComputedRef<"caption" | "body">;
|
|
68
|
-
labelsWidth: Ref<string>;
|
|
69
|
-
}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
46
|
+
searchTooltip?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Truncates the value of the item
|
|
49
|
+
*/
|
|
50
|
+
truncate?: boolean;
|
|
51
|
+
}>, {}, unknown, {}, {}, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../../../vue3/node_modules/vue").VNodeProps & import("../../../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
70
52
|
/**
|
|
71
53
|
* Label to display for the value
|
|
72
54
|
*/
|
|
73
|
-
label:
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
required: true;
|
|
76
|
-
};
|
|
55
|
+
label: string;
|
|
77
56
|
/**
|
|
78
57
|
* Text to display in info icon tooltip in the label to display for the value
|
|
79
58
|
*/
|
|
80
|
-
labelInfo
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: any;
|
|
83
|
-
};
|
|
59
|
+
labelInfo?: string;
|
|
84
60
|
/**
|
|
85
61
|
* Text to copy when the user clicks `Copy` icon
|
|
86
62
|
*/
|
|
87
|
-
copy
|
|
88
|
-
type: StringConstructor;
|
|
89
|
-
default: any;
|
|
90
|
-
};
|
|
63
|
+
copy?: string;
|
|
91
64
|
/**
|
|
92
65
|
* Function to trigger when user clicks `Search` icon
|
|
93
66
|
*/
|
|
94
|
-
search:
|
|
95
|
-
type: PropType<(event: Event) => void>;
|
|
96
|
-
default: any;
|
|
97
|
-
};
|
|
67
|
+
search?: (event: Event) => void;
|
|
98
68
|
/**
|
|
99
69
|
* Text to display when the user hovers over `Search` icon
|
|
100
70
|
*/
|
|
101
|
-
searchTooltip
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
labelInfo: string;
|
|
109
|
-
searchTooltip: string;
|
|
71
|
+
searchTooltip?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Truncates the value of the item
|
|
74
|
+
*/
|
|
75
|
+
truncate?: boolean;
|
|
76
|
+
}>>>, {}>, {
|
|
77
|
+
default: (_: {}) => any;
|
|
110
78
|
}>;
|
|
111
79
|
export default _default;
|
|
80
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
81
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
82
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
83
|
+
type: import("../../../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
84
|
+
} : {
|
|
85
|
+
type: import("../../../../../../vue3/node_modules/vue").PropType<T[K]>;
|
|
86
|
+
required: true;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
90
|
+
new (): {
|
|
91
|
+
$slots: S;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PropType } from "../../../../vue3/node_modules/vue";
|
|
2
1
|
import { BentoStructuredListLayoutOptions } from './structured-list.types';
|
|
3
2
|
/**
|
|
4
3
|
* This is a list used to display pairs of information in a clear and organized manner.
|
|
@@ -23,14 +22,11 @@ import { BentoStructuredListLayoutOptions } from './structured-list.types';
|
|
|
23
22
|
* `
|
|
24
23
|
* }
|
|
25
24
|
*/
|
|
26
|
-
declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<{
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_modules/vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
27
26
|
/**
|
|
28
27
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
29
28
|
*/
|
|
30
|
-
labelsWidth
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: any;
|
|
33
|
-
};
|
|
29
|
+
labelsWidth?: number;
|
|
34
30
|
/**
|
|
35
31
|
* The layout of the label value pair in percentage.
|
|
36
32
|
* If labelsWidth is set, layout will be overriden by the static pixel value.
|
|
@@ -43,19 +39,15 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
43
39
|
* '42-58'
|
|
44
40
|
* '50-50'
|
|
45
41
|
*/
|
|
46
|
-
layout
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<{
|
|
42
|
+
layout?: BentoStructuredListLayoutOptions;
|
|
43
|
+
}>, {
|
|
44
|
+
labelsWidth: any;
|
|
45
|
+
layout: string;
|
|
46
|
+
}>, {}, unknown, {}, {}, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, import("../../../../vue3/node_modules/vue").ComponentOptionsMixin, {}, string, import("../../../../vue3/node_modules/vue").VNodeProps & import("../../../../vue3/node_modules/vue").AllowedComponentProps & import("../../../../vue3/node_modules/vue").ComponentCustomProps, Readonly<import("../../../../vue3/node_modules/vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
52
47
|
/**
|
|
53
48
|
* Width of the labels container, in pixels. Overrides layout prop.
|
|
54
49
|
*/
|
|
55
|
-
labelsWidth
|
|
56
|
-
type: NumberConstructor;
|
|
57
|
-
default: any;
|
|
58
|
-
};
|
|
50
|
+
labelsWidth?: number;
|
|
59
51
|
/**
|
|
60
52
|
* The layout of the label value pair in percentage.
|
|
61
53
|
* If labelsWidth is set, layout will be overriden by the static pixel value.
|
|
@@ -68,18 +60,31 @@ declare const _default: __VLS_WithTemplateSlots<import("../../../../vue3/node_mo
|
|
|
68
60
|
* '42-58'
|
|
69
61
|
* '50-50'
|
|
70
62
|
*/
|
|
71
|
-
layout
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}>>, {
|
|
63
|
+
layout?: BentoStructuredListLayoutOptions;
|
|
64
|
+
}>, {
|
|
65
|
+
labelsWidth: any;
|
|
66
|
+
layout: string;
|
|
67
|
+
}>>>, {
|
|
77
68
|
layout: BentoStructuredListLayoutOptions;
|
|
78
69
|
labelsWidth: number;
|
|
79
70
|
}>, {
|
|
80
71
|
default: (_: {}) => any;
|
|
81
72
|
}>;
|
|
82
73
|
export default _default;
|
|
74
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
75
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
76
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
77
|
+
type: import("../../../../vue3/node_modules/vue").PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
78
|
+
} : {
|
|
79
|
+
type: import("../../../../vue3/node_modules/vue").PropType<T[K]>;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
type __VLS_WithDefaults<P, D> = {
|
|
84
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
85
|
+
default: D[K];
|
|
86
|
+
} : P[K];
|
|
87
|
+
};
|
|
83
88
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
84
89
|
new (): {
|
|
85
90
|
$slots: S;
|