@contena/meteor-component-library 5.5.0 → 5.6.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/NOTICE +24 -3
- package/dist/{useRepository-c69e2597.js → Criteria-86968a69.js} +111 -258
- package/dist/{useRepository-dfff5b4a.mjs → Criteria-dda62b10.mjs} +114 -261
- package/dist/{channel-eb1529aa.mjs → channel-c0a7f238.mjs} +65 -25
- package/dist/{channel-782f8c3b.js → channel-c7fd2abb.js} +81 -41
- package/dist/common/MtBaseField.js +1 -1
- package/dist/common/MtCard.d.ts +5 -4
- package/dist/common/MtCard.js +17 -11
- package/dist/common/MtCheckbox.js +1 -1
- package/dist/common/MtColorpicker.js +1 -1
- package/dist/common/MtContextButton.js +1 -1
- package/dist/common/MtContextMenuItem.js +1 -1
- package/dist/common/MtDataTable.d.ts +20 -18
- package/dist/common/MtDataTable.js +137 -130
- package/dist/common/MtDataTableFilter.js +4 -4
- package/dist/common/MtDataTableSettings.js +1 -1
- package/dist/common/MtEntityDataTable.js +4 -3
- package/dist/common/MtEntitySelect.js +4 -3
- package/dist/common/MtGrantPermissionServiceBanner.d.ts +2 -0
- package/dist/common/MtGrantPermissionServiceBanner.js +155 -0
- package/dist/common/MtModal.js +2 -2
- package/dist/common/MtNumberField.js +1 -1
- package/dist/common/MtPagination.js +2 -2
- package/dist/common/MtPasswordField.js +1 -1
- package/dist/common/MtPopover.js +1 -1
- package/dist/common/MtPopoverItem.js +1 -1
- package/dist/common/MtPopoverItemResult.js +1 -1
- package/dist/common/MtSegmentedControl.js +1 -1
- package/dist/common/MtSelect.js +1 -1
- package/dist/common/MtSelectBase.js +1 -1
- package/dist/common/MtSlider.js +1 -1
- package/dist/common/MtTabs.js +1 -1
- package/dist/common/MtTextEditor.d.ts +1 -1
- package/dist/common/MtTextEditor.js +1 -1
- package/dist/common/MtTextEditorToolbar.js +1 -1
- package/dist/common/MtTextEditorToolbarButtonColor.js +1 -1
- package/dist/common/MtTextEditorToolbarButtonLink.js +1 -1
- package/dist/common/MtTextEditorToolbarButtonTable.js +1 -1
- package/dist/common/MtTextField.js +1 -1
- package/dist/common/MtThemeSelect.js +2 -2
- package/dist/common/MtUnitField.js +1 -1
- package/dist/common/index.d.ts +2 -1
- package/dist/common/index.js +10 -5
- package/dist/contena-logo.svg +6 -0
- package/dist/esm/MtBaseField.js +1 -1
- package/dist/esm/MtCard.d.ts +5 -4
- package/dist/esm/MtCard.js +17 -11
- package/dist/esm/MtCheckbox.js +1 -1
- package/dist/esm/MtColorpicker.js +1 -1
- package/dist/esm/MtContextButton.js +1 -1
- package/dist/esm/MtContextMenuItem.js +1 -1
- package/dist/esm/MtDataTable.d.ts +20 -18
- package/dist/esm/MtDataTable.js +138 -131
- package/dist/esm/MtDataTableFilter.js +4 -4
- package/dist/esm/MtDataTableSettings.js +1 -1
- package/dist/esm/MtEntityDataTable.js +4 -3
- package/dist/esm/MtEntitySelect.js +4 -3
- package/dist/esm/MtGrantPermissionServiceBanner.d.ts +2 -0
- package/dist/esm/MtGrantPermissionServiceBanner.js +156 -0
- package/dist/esm/MtModal.js +2 -2
- package/dist/esm/MtNumberField.js +1 -1
- package/dist/esm/MtPagination.js +2 -2
- package/dist/esm/MtPasswordField.js +1 -1
- package/dist/esm/MtPopover.js +1 -1
- package/dist/esm/MtPopoverItem.js +1 -1
- package/dist/esm/MtPopoverItemResult.js +1 -1
- package/dist/esm/MtSegmentedControl.js +1 -1
- package/dist/esm/MtSelect.js +1 -1
- package/dist/esm/MtSelectBase.js +1 -1
- package/dist/esm/MtSlider.js +1 -1
- package/dist/esm/MtTabs.js +1 -1
- package/dist/esm/MtTextEditor.d.ts +1 -1
- package/dist/esm/MtTextEditor.js +1 -1
- package/dist/esm/MtTextEditorToolbar.js +1 -1
- package/dist/esm/MtTextEditorToolbarButtonColor.js +1 -1
- package/dist/esm/MtTextEditorToolbarButtonLink.js +1 -1
- package/dist/esm/MtTextEditorToolbarButtonTable.js +1 -1
- package/dist/esm/MtTextField.js +1 -1
- package/dist/esm/MtThemeSelect.js +2 -2
- package/dist/esm/MtUnitField.js +1 -1
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +54 -49
- package/dist/favicon.ico +0 -0
- package/dist/index-26e65048.mjs +198 -0
- package/dist/{index-f60dc18c.js → index-2cb63874.js} +4 -195
- package/dist/{index-8ddee025.mjs → index-ddce4e37.mjs} +4 -195
- package/dist/index-f8d7f486.js +197 -0
- package/dist/index.css +2 -2
- package/dist/{mt-base-field-32e14998.js → mt-base-field-b1264b8e.js} +1 -0
- package/dist/{mt-base-field-3b5538c6.mjs → mt-base-field-ddfd1f81.mjs} +2 -1
- package/dist/mt-card.css +37 -37
- package/dist/mt-data-table-filter.css +12 -12
- package/dist/mt-data-table.css +0 -10
- package/dist/{mt-entity-data-table.vue_vue_type_style_index_0_lang-40d1a210.mjs → mt-entity-data-table.vue_vue_type_style_index_0_lang-20da6e77.mjs} +3 -2
- package/dist/{mt-entity-data-table.vue_vue_type_style_index_0_lang-5acc37b3.js → mt-entity-data-table.vue_vue_type_style_index_0_lang-84494335.js} +6 -5
- package/dist/{mt-entity-select.vue_vue_type_script_setup_true_lang-50315e8d.js → mt-entity-select.vue_vue_type_script_setup_true_lang-2cdffea0.js} +5 -4
- package/dist/{mt-entity-select.vue_vue_type_script_setup_true_lang-3733f9fc.mjs → mt-entity-select.vue_vue_type_script_setup_true_lang-f3c35d00.mjs} +2 -1
- package/dist/mt-grant-permission-service-banner.css +88 -0
- package/dist/mt-modal.css +31 -29
- package/dist/mt-pagination.css +15 -15
- package/dist/mt-popover-item.css +0 -5
- package/dist/{mt-theme-select.vue_vue_type_script_setup_true_lang-9e44465e.js → mt-theme-select.vue_vue_type_script_setup_true_lang-42a2e3c8.js} +6 -5
- package/dist/{mt-theme-select.vue_vue_type_script_setup_true_lang-cc325e63.mjs → mt-theme-select.vue_vue_type_script_setup_true_lang-6ecf0bcb.mjs} +6 -5
- package/dist/{repository-30409275.js → repository-9c56cf7b.js} +2 -3
- package/dist/{repository-fd60b763.mjs → repository-e7884115.mjs} +2 -3
- package/dist/useRepository-28dfccf5.mjs +149 -0
- package/dist/useRepository-6804d3b6.js +148 -0
- package/package.json +3 -4
- package/THIRD-PARTY-LICENSES/UPSTREAM-METEOR-MIT.txt +0 -21
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../mt-select-base.css';
|
|
2
2
|
"use strict";
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const MtBaseField = require("../mt-base-field-
|
|
4
|
+
const MtBaseField = require("../mt-base-field-b1264b8e.js");
|
|
5
5
|
const mtIcon_vue_vue_type_style_index_0_lang = require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
6
6
|
const MtLoader = require("./MtLoader.js");
|
|
7
7
|
const MtFieldError = require("./MtFieldError.js");
|
package/dist/common/MtSlider.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../mt-slider.css';
|
|
2
2
|
"use strict";
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const MtBaseField = require("../mt-base-field-
|
|
4
|
+
const MtBaseField = require("../mt-base-field-b1264b8e.js");
|
|
5
5
|
const MtNumberField = require("./MtNumberField.js");
|
|
6
6
|
const MtFieldHint = require("./MtFieldHint.js");
|
|
7
7
|
const tooltip_directive = require("../tooltip.directive-4ea0fee9.js");
|
package/dist/common/MtTabs.js
CHANGED
|
@@ -10,7 +10,7 @@ const useFutureFlags = require("../useFutureFlags-bd0f8e37.js");
|
|
|
10
10
|
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
|
|
11
11
|
require("./MtPopover.js");
|
|
12
12
|
require("./MtCheckbox.js");
|
|
13
|
-
require("../mt-base-field-
|
|
13
|
+
require("../mt-base-field-b1264b8e.js");
|
|
14
14
|
require("./MtInheritanceSwitch.js");
|
|
15
15
|
require("./MtTooltip.js");
|
|
16
16
|
require("../floating-ui.vue-48d5c774.js");
|
|
@@ -196,11 +196,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
196
196
|
error: Record<string, any>;
|
|
197
197
|
modelValue: string;
|
|
198
198
|
placeholder: string;
|
|
199
|
+
showToolbar: boolean;
|
|
199
200
|
customButtons: CustomButton[];
|
|
200
201
|
excludedButtons: string[];
|
|
201
202
|
isInlineEdit: boolean;
|
|
202
203
|
tipTapConfig: Record<string, any>;
|
|
203
|
-
showToolbar: boolean;
|
|
204
204
|
codeMode: boolean;
|
|
205
205
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
206
206
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -17,7 +17,7 @@ const debounce$2 = require("../debounce-77fa4677.js");
|
|
|
17
17
|
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
|
|
18
18
|
require("./MtCheckbox.js");
|
|
19
19
|
require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
20
|
-
require("../mt-base-field-
|
|
20
|
+
require("../mt-base-field-b1264b8e.js");
|
|
21
21
|
require("./MtInheritanceSwitch.js");
|
|
22
22
|
require("./MtTooltip.js");
|
|
23
23
|
require("../floating-ui.vue-48d5c774.js");
|
|
@@ -8,7 +8,7 @@ const vueI18n = require("vue-i18n");
|
|
|
8
8
|
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
|
|
9
9
|
require("./MtCheckbox.js");
|
|
10
10
|
require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
11
|
-
require("../mt-base-field-
|
|
11
|
+
require("../mt-base-field-b1264b8e.js");
|
|
12
12
|
require("./MtInheritanceSwitch.js");
|
|
13
13
|
require("./MtTooltip.js");
|
|
14
14
|
require("../floating-ui.vue-48d5c774.js");
|
|
@@ -6,7 +6,7 @@ const MtColorpicker = require("./MtColorpicker.js");
|
|
|
6
6
|
const vueI18n = require("vue-i18n");
|
|
7
7
|
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
|
|
8
8
|
require("../debounce-77fa4677.js");
|
|
9
|
-
require("../mt-base-field-
|
|
9
|
+
require("../mt-base-field-b1264b8e.js");
|
|
10
10
|
require("./MtInheritanceSwitch.js");
|
|
11
11
|
require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
12
12
|
require("./MtTooltip.js");
|
|
@@ -18,7 +18,7 @@ require("../id-8e80f112.js");
|
|
|
18
18
|
require("../focus-trap.esm-8d514d11.js");
|
|
19
19
|
require("../useIsInsideTooltip-f4674e27.js");
|
|
20
20
|
require("./MtLoader.js");
|
|
21
|
-
require("../mt-base-field-
|
|
21
|
+
require("../mt-base-field-b1264b8e.js");
|
|
22
22
|
require("./MtInheritanceSwitch.js");
|
|
23
23
|
require("./MtTooltip.js");
|
|
24
24
|
require("../floating-ui.vue-48d5c774.js");
|
|
@@ -29,7 +29,7 @@ require("./MtHelpText.js");
|
|
|
29
29
|
require("../useFutureFlags-bd0f8e37.js");
|
|
30
30
|
require("../tooltip.directive-4ea0fee9.js");
|
|
31
31
|
require("./MtTextField.js");
|
|
32
|
-
require("../mt-base-field-
|
|
32
|
+
require("../mt-base-field-b1264b8e.js");
|
|
33
33
|
require("./MtFieldCopyable.js");
|
|
34
34
|
require("./MtFieldHint.js");
|
|
35
35
|
const _hoisted_1 = { class: "mt-text-editor__table-modal" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
|
-
const MtBaseField = require("../mt-base-field-
|
|
3
|
+
const MtBaseField = require("../mt-base-field-b1264b8e.js");
|
|
4
4
|
const MtFieldError = require("./MtFieldError.js");
|
|
5
5
|
const MtFieldHint = require("./MtFieldHint.js");
|
|
6
6
|
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const mtThemeSelect_vue_vue_type_script_setup_true_lang = require("../mt-theme-select.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
const mtThemeSelect_vue_vue_type_script_setup_true_lang = require("../mt-theme-select.vue_vue_type_script_setup_true_lang-42a2e3c8.js");
|
|
3
3
|
require("vue");
|
|
4
4
|
require("vue-i18n");
|
|
5
5
|
require("./MtSelect.js");
|
|
@@ -9,7 +9,7 @@ require("./MtFieldHint.js");
|
|
|
9
9
|
require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
10
10
|
require("../_plugin-vue_export-helper-9c783a34.js");
|
|
11
11
|
require("./MtSelectBase.js");
|
|
12
|
-
require("../mt-base-field-
|
|
12
|
+
require("../mt-base-field-b1264b8e.js");
|
|
13
13
|
require("./MtInheritanceSwitch.js");
|
|
14
14
|
require("./MtTooltip.js");
|
|
15
15
|
require("../floating-ui.vue-48d5c774.js");
|
|
@@ -7,7 +7,7 @@ const MtUnitSelect = require("./MtUnitSelect.js");
|
|
|
7
7
|
const _commonjsHelpers = require("../_commonjsHelpers-2cbbddc8.js");
|
|
8
8
|
const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js");
|
|
9
9
|
require("./MtTextField.js");
|
|
10
|
-
require("../mt-base-field-
|
|
10
|
+
require("../mt-base-field-b1264b8e.js");
|
|
11
11
|
require("./MtInheritanceSwitch.js");
|
|
12
12
|
require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
13
13
|
require("./MtTooltip.js");
|
package/dist/common/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import { default as MtTextarea } from './components/mt-textarea/mt-textarea';
|
|
|
25
25
|
import { default as MtIcon } from './components/mt-icon/mt-icon';
|
|
26
26
|
import { default as MtCard } from './components/mt-card/mt-card';
|
|
27
27
|
import { default as MtEmptyState } from './components/mt-empty-state/mt-empty-state';
|
|
28
|
+
import { default as MtGrantPermissionServiceBanner } from './components/_internal/mt-grant-permission-service-banner/mt-grant-permission-service-banner';
|
|
28
29
|
import { default as MtTabs } from './components/mt-tabs/mt-tabs';
|
|
29
30
|
import { default as MtDataTable } from './components/mt-data-table/mt-data-table';
|
|
30
31
|
import { default as MtPagination } from './components/mt-pagination/mt-pagination';
|
|
@@ -67,7 +68,7 @@ import { default as MtCollapsibleTrigger } from './components/mt-collapsible/mt-
|
|
|
67
68
|
import { default as MtCollapsibleContent } from './components/mt-collapsible/mt-collapsible-content';
|
|
68
69
|
import { DropdownMenuRoot, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuSub } from 'reka-ui';
|
|
69
70
|
import { Filter, Option } from './components/mt-data-table/mt-data-table.interfaces';
|
|
70
|
-
export { MtBanner, MtBadge, MtLoader, MtProgressBar, MtButton, MtCheckbox, MtRadioGroupRoot, MtRadioGroupIndicator, MtRadioGroupList, MtRadioGroupItem, MtRadioGroupCustomItem, MtColorpicker, MtDatepicker, MtEmailField, MtChart, MtLink, MtNumberField, MtPasswordField, MtSelect, MtSlider, MtSwitch, MtTextField, MtTextarea, MtTextEditor, MtTextEditorToolbarButton, MtIcon, MtCard, MtEmptyState, MtHelpText, MtTabs, MtDataTable, MtPagination, MtSkeletonBar, MtToast, MtSnackbar, MtPromoBadge, MtStatusDot, MtPopover, MtPopoverItem, MtPopoverItemResult, MtTooltip, MtFloatingUi, MtModal, MtModalRoot, MtModalTrigger, MtModalClose, MtModalAction, MtText, MtInset, MtSearch, MtUrlField, MtThemeProvider, MtThemeSelect, MtUnitField, MtEntityDataTable, MtEntitySelect, TooltipDirective, MtAvatar, MtActionMenu, MtActionMenuItem, MtActionMenuGroup, MtCollapsible, MtCollapsibleTrigger, MtCollapsibleContent, DropdownMenuRoot as MtDropdownMenuRoot, DropdownMenuPortal as MtDropdownMenuPortal, DropdownMenuTrigger as MtDropdownMenuTrigger, DropdownMenuSub as MtDropdownMenuSub, DeviceHelperPlugin, useSnackbar, useTheme, MtBanner as SwBanner, MtLoader as SwLoader, MtProgressBar as SwProgressBar, MtButton as SwButton, MtCheckbox as SwCheckbox, MtColorpicker as SwColorpicker, MtDatepicker as SwDatepicker, MtEmailField as SwEmailField, MtNumberField as SwNumberField, MtPasswordField as SwPasswordField, MtSelect as SwSelect, MtSwitch as SwSwitch, MtTextField as SwTextField, MtTextarea as SwTextarea, MtIcon as SwIcon, MtCard as SwCard, MtTabs as SwTabs, MtDataTable as SwDataTable, MtPagination as SwPagination, MtSkeletonBar as SwSkeletonBar, };
|
|
71
|
+
export { MtBanner, MtBadge, MtLoader, MtProgressBar, MtButton, MtCheckbox, MtRadioGroupRoot, MtRadioGroupIndicator, MtRadioGroupList, MtRadioGroupItem, MtRadioGroupCustomItem, MtColorpicker, MtDatepicker, MtEmailField, MtChart, MtLink, MtNumberField, MtPasswordField, MtSelect, MtSlider, MtSwitch, MtTextField, MtTextarea, MtTextEditor, MtTextEditorToolbarButton, MtIcon, MtCard, MtEmptyState, MtGrantPermissionServiceBanner, MtHelpText, MtTabs, MtDataTable, MtPagination, MtSkeletonBar, MtToast, MtSnackbar, MtPromoBadge, MtStatusDot, MtPopover, MtPopoverItem, MtPopoverItemResult, MtTooltip, MtFloatingUi, MtModal, MtModalRoot, MtModalTrigger, MtModalClose, MtModalAction, MtText, MtInset, MtSearch, MtUrlField, MtThemeProvider, MtThemeSelect, MtUnitField, MtEntityDataTable, MtEntitySelect, TooltipDirective, MtAvatar, MtActionMenu, MtActionMenuItem, MtActionMenuGroup, MtCollapsible, MtCollapsibleTrigger, MtCollapsibleContent, DropdownMenuRoot as MtDropdownMenuRoot, DropdownMenuPortal as MtDropdownMenuPortal, DropdownMenuTrigger as MtDropdownMenuTrigger, DropdownMenuSub as MtDropdownMenuSub, DeviceHelperPlugin, useSnackbar, useTheme, MtBanner as SwBanner, MtLoader as SwLoader, MtProgressBar as SwProgressBar, MtButton as SwButton, MtCheckbox as SwCheckbox, MtColorpicker as SwColorpicker, MtDatepicker as SwDatepicker, MtEmailField as SwEmailField, MtNumberField as SwNumberField, MtPasswordField as SwPasswordField, MtSelect as SwSelect, MtSwitch as SwSwitch, MtTextField as SwTextField, MtTextarea as SwTextarea, MtIcon as SwIcon, MtCard as SwCard, MtTabs as SwTabs, MtDataTable as SwDataTable, MtPagination as SwPagination, MtSkeletonBar as SwSkeletonBar, };
|
|
71
72
|
export type { Filter, Option, Toast, Snackbar, ChartOptions };
|
|
72
73
|
export type { Theme, ResolvedTheme, UseThemeOptions, UseThemeReturn };
|
|
73
74
|
export type { Editor } from '@tiptap/vue-3';
|
package/dist/common/index.js
CHANGED
|
@@ -34,6 +34,7 @@ const MtTextarea = require("./MtTextarea.js");
|
|
|
34
34
|
const mtIcon_vue_vue_type_style_index_0_lang = require("../mt-icon.vue_vue_type_style_index_0_lang-228a1bb5.js");
|
|
35
35
|
const MtCard = require("./MtCard.js");
|
|
36
36
|
const MtEmptyState = require("./MtEmptyState.js");
|
|
37
|
+
const MtGrantPermissionServiceBanner = require("./MtGrantPermissionServiceBanner.js");
|
|
37
38
|
const MtTabs = require("./MtTabs.js");
|
|
38
39
|
const MtDataTable = require("./MtDataTable.js");
|
|
39
40
|
const MtPagination = require("./MtPagination.js");
|
|
@@ -55,7 +56,7 @@ const mtModalAction_vue_vue_type_script_setup_true_lang = require("../mt-modal-a
|
|
|
55
56
|
const MtText = require("./MtText.js");
|
|
56
57
|
const MtInset = require("./MtInset.js");
|
|
57
58
|
const mtThemeProvider_vue_vue_type_script_setup_true_lang = require("../mt-theme-provider.vue_vue_type_script_setup_true_lang-e6ba82b1.js");
|
|
58
|
-
const mtThemeSelect_vue_vue_type_script_setup_true_lang = require("../mt-theme-select.vue_vue_type_script_setup_true_lang-
|
|
59
|
+
const mtThemeSelect_vue_vue_type_script_setup_true_lang = require("../mt-theme-select.vue_vue_type_script_setup_true_lang-42a2e3c8.js");
|
|
59
60
|
const vue = require("vue");
|
|
60
61
|
const index = require("../index-e582fef8.js");
|
|
61
62
|
const tooltip_directive = require("../tooltip.directive-4ea0fee9.js");
|
|
@@ -66,8 +67,8 @@ const MtTextEditorToolbarButton = require("./MtTextEditorToolbarButton.js");
|
|
|
66
67
|
const MtSearch = require("./MtSearch.js");
|
|
67
68
|
const MtUrlField = require("./MtUrlField.js");
|
|
68
69
|
const MtUnitField = require("./MtUnitField.js");
|
|
69
|
-
const mtEntityDataTable_vue_vue_type_style_index_0_lang = require("../mt-entity-data-table.vue_vue_type_style_index_0_lang-
|
|
70
|
-
const mtEntitySelect_vue_vue_type_script_setup_true_lang = require("../mt-entity-select.vue_vue_type_script_setup_true_lang-
|
|
70
|
+
const mtEntityDataTable_vue_vue_type_style_index_0_lang = require("../mt-entity-data-table.vue_vue_type_style_index_0_lang-84494335.js");
|
|
71
|
+
const mtEntitySelect_vue_vue_type_script_setup_true_lang = require("../mt-entity-select.vue_vue_type_script_setup_true_lang-2cdffea0.js");
|
|
71
72
|
const mtActionMenu_vue_vue_type_style_index_0_lang = require("../mt-action-menu.vue_vue_type_style_index_0_lang-3e19261d.js");
|
|
72
73
|
const MtActionMenuItem = require("../mt-action-menu-item-7136b5b3.js");
|
|
73
74
|
const mtActionMenuGroup_vue_vue_type_style_index_0_lang = require("../mt-action-menu-group.vue_vue_type_style_index_0_lang-b395d64f.js");
|
|
@@ -88,7 +89,7 @@ require("../index-efdf1622.js");
|
|
|
88
89
|
require("./MtFieldError.js");
|
|
89
90
|
require("../useFutureFlags-bd0f8e37.js");
|
|
90
91
|
require("../object-deb13c0b.js");
|
|
91
|
-
require("../mt-base-field-
|
|
92
|
+
require("../mt-base-field-b1264b8e.js");
|
|
92
93
|
require("./MtFieldCopyable.js");
|
|
93
94
|
require("../id-8e80f112.js");
|
|
94
95
|
require("./MtFieldHint.js");
|
|
@@ -105,6 +106,9 @@ require("../mt-highlight-text.vue_vue_type_style_index_0_lang-a463da9a.js");
|
|
|
105
106
|
require("../mt-context-button.vue_vue_type_style_index_0_lang-fda7578e.js");
|
|
106
107
|
require("./MtSmoothReflow.js");
|
|
107
108
|
require("../_commonjsHelpers-2cbbddc8.js");
|
|
109
|
+
require("../index-f8d7f486.js");
|
|
110
|
+
require("../channel-c7fd2abb.js");
|
|
111
|
+
require("../Criteria-86968a69.js");
|
|
108
112
|
require("./MtContextMenuItem.js");
|
|
109
113
|
require("./MtPriorityPlusNavigation.js");
|
|
110
114
|
require("./MtDataTableSettings.js");
|
|
@@ -125,7 +129,7 @@ require("./MtTextEditorToolbarButtonTable.js");
|
|
|
125
129
|
require("./MtTextEditorDiffModal.js");
|
|
126
130
|
require("./MtUnitSelect.js");
|
|
127
131
|
require("./MtUnitSelectResult.js");
|
|
128
|
-
require("../useRepository-
|
|
132
|
+
require("../useRepository-6804d3b6.js");
|
|
129
133
|
require("../useForwardProps-01837109.js");
|
|
130
134
|
require("../Presence-a35665b4.js");
|
|
131
135
|
require("../createContext-01610ece.js");
|
|
@@ -549,6 +553,7 @@ exports.SwIcon = mtIcon_vue_vue_type_style_index_0_lang._sfc_main;
|
|
|
549
553
|
exports.MtCard = MtCard;
|
|
550
554
|
exports.SwCard = MtCard;
|
|
551
555
|
exports.MtEmptyState = MtEmptyState;
|
|
556
|
+
exports.MtGrantPermissionServiceBanner = MtGrantPermissionServiceBanner;
|
|
552
557
|
exports.MtTabs = MtTabs;
|
|
553
558
|
exports.SwTabs = MtTabs;
|
|
554
559
|
exports.MtDataTable = MtDataTable;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0 40C0 17.9086 17.9086 0 40 0H472C494.091 0 512 17.9086 512 40V472C512 494.091 494.091 512 472 512H40C17.9086 512 0 494.091 0 472V40Z" fill="#3C5AFD"/>
|
|
3
|
+
<path d="M239.66 374.86C259.634 369.21 277.033 359.267 290.937 345.839C239.66 374.86 141.924 341.07 159.286 237.093C169.291 192.002 204.898 146.948 257.463 132.639C293.107 123.1 329.156 129.19 359.135 146.067C373.886 154.726 386.944 165.99 397.796 179.418C363.035 115.725 287.884 81.4945 214.462 100.976C34.5869 149.076 71.5184 419.914 239.66 374.86Z" fill="white"/>
|
|
4
|
+
<path d="M333.939 308.964C331.327 315.458 328.716 321.548 325.258 327.602C307.858 357.063 279.645 380.031 243.56 389.57C215.346 397.348 186.654 395.183 161.457 385.681C199.271 412.978 248.783 424.241 297.89 410.813C365.242 393.055 411.296 334.536 416.483 268.679L363.035 282.988C349.131 286.914 339.126 295.976 333.939 309.001V308.964Z" fill="white"/>
|
|
5
|
+
<path d="M328.311 199.333C332.651 207.588 336.109 216.247 339.162 224.465L397.834 208.873C393.493 200.214 388.27 192.399 382.2 185.024C373.077 175.045 362.667 166.387 351.338 159.452C329.194 146.868 302.672 141.255 276.187 144.703C287.922 151.638 298.773 160.296 307.895 170.275C316.172 178.934 322.683 188.913 328.311 199.296V199.333Z" fill="white"/>
|
|
6
|
+
</svg>
|
package/dist/esm/MtBaseField.js
CHANGED
package/dist/esm/MtCard.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
1
2
|
type __VLS_Props = {
|
|
2
3
|
title?: string;
|
|
3
4
|
subtitle?: string;
|
|
@@ -14,8 +15,8 @@ declare function __VLS_template(): {
|
|
|
14
15
|
grid(): void;
|
|
15
16
|
footer(): void;
|
|
16
17
|
default(): void;
|
|
17
|
-
toolbar():
|
|
18
|
-
tabs():
|
|
18
|
+
toolbar?(): VNode[];
|
|
19
|
+
tabs?(): VNode[];
|
|
19
20
|
"before-card"(): void;
|
|
20
21
|
"after-card"(): void;
|
|
21
22
|
headerRight(): void;
|
|
@@ -27,8 +28,8 @@ declare function __VLS_template(): {
|
|
|
27
28
|
grid(): void;
|
|
28
29
|
footer(): void;
|
|
29
30
|
default(): void;
|
|
30
|
-
toolbar():
|
|
31
|
-
tabs():
|
|
31
|
+
toolbar?(): VNode[];
|
|
32
|
+
tabs?(): VNode[];
|
|
32
33
|
"before-card"(): void;
|
|
33
34
|
"after-card"(): void;
|
|
34
35
|
headerRight(): void;
|
package/dist/esm/MtCard.js
CHANGED
|
@@ -5,11 +5,13 @@ import MtLoader from "./MtLoader.js";
|
|
|
5
5
|
import { _ as _sfc_main$1 } from "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
6
6
|
import MtText from "./MtText.js";
|
|
7
7
|
import { u as useFutureFlags } from "../useFutureFlags-af867fe7.mjs";
|
|
8
|
+
import { h as hasSlotContent } from "../mt-base-field-ddfd1f81.mjs";
|
|
8
9
|
import { useI18n } from "vue-i18n";
|
|
9
10
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
10
11
|
import "./MtPopover.js";
|
|
11
12
|
import "./MtCheckbox.js";
|
|
12
|
-
import "
|
|
13
|
+
import "./MtFieldError.js";
|
|
14
|
+
import "../id-1e5b8276.mjs";
|
|
13
15
|
import "./MtInheritanceSwitch.js";
|
|
14
16
|
import "./MtTooltip.js";
|
|
15
17
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -18,9 +20,7 @@ import "../useIsInsideTooltip-0c3bd290.mjs";
|
|
|
18
20
|
import "../index-431c2592.mjs";
|
|
19
21
|
import "./MtFieldCopyable.js";
|
|
20
22
|
import "../tooltip.directive-f216b7fb.mjs";
|
|
21
|
-
import "../id-1e5b8276.mjs";
|
|
22
23
|
import "./MtHelpText.js";
|
|
23
|
-
import "./MtFieldError.js";
|
|
24
24
|
import "../mt-switch.vue_vue_type_style_index_0_lang-4d293db9.mjs";
|
|
25
25
|
import "./MtFieldLabel.js";
|
|
26
26
|
import "./MtPopoverItem.js";
|
|
@@ -40,8 +40,14 @@ const _hoisted_6 = {
|
|
|
40
40
|
key: 0,
|
|
41
41
|
class: "mt-card__context-menu"
|
|
42
42
|
};
|
|
43
|
-
const _hoisted_7 = {
|
|
44
|
-
|
|
43
|
+
const _hoisted_7 = {
|
|
44
|
+
key: 1,
|
|
45
|
+
class: "mt-card__tabs"
|
|
46
|
+
};
|
|
47
|
+
const _hoisted_8 = {
|
|
48
|
+
key: 2,
|
|
49
|
+
class: "mt-card__toolbar"
|
|
50
|
+
};
|
|
45
51
|
const _hoisted_9 = { class: "mt-card__content" };
|
|
46
52
|
const _hoisted_10 = { class: "mt-card__footer" };
|
|
47
53
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -153,12 +159,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
153
159
|
})
|
|
154
160
|
])) : createCommentVNode("", true)
|
|
155
161
|
])) : createCommentVNode("", true),
|
|
156
|
-
|
|
162
|
+
unref(hasSlotContent)(slots.tabs) ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
157
163
|
renderSlot(_ctx.$slots, "tabs", {}, void 0, true)
|
|
158
|
-
]),
|
|
159
|
-
|
|
164
|
+
])) : createCommentVNode("", true),
|
|
165
|
+
unref(hasSlotContent)(slots.toolbar) ? (openBlock(), createElementBlock("div", _hoisted_8, [
|
|
160
166
|
renderSlot(_ctx.$slots, "toolbar", {}, void 0, true)
|
|
161
|
-
]),
|
|
167
|
+
])) : createCommentVNode("", true),
|
|
162
168
|
createElementVNode("div", _hoisted_9, [
|
|
163
169
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
164
170
|
renderSlot(_ctx.$slots, "grid", { title: _ctx.title }, void 0, true),
|
|
@@ -173,8 +179,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
173
179
|
};
|
|
174
180
|
}
|
|
175
181
|
});
|
|
176
|
-
const
|
|
177
|
-
const MtCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
182
|
+
const mtCard_vue_vue_type_style_index_0_scoped_5534e4b5_lang = "";
|
|
183
|
+
const MtCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5534e4b5"]]);
|
|
178
184
|
export {
|
|
179
185
|
MtCard as default
|
|
180
186
|
};
|
package/dist/esm/MtCheckbox.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../mt-checkbox.css';
|
|
2
2
|
import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createElementVNode, normalizeClass, withModifiers, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString } from "vue";
|
|
3
3
|
import { _ as _sfc_main$1 } from "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
4
|
-
import { M as MtBaseField, a as MtFormFieldMixin } from "../mt-base-field-
|
|
4
|
+
import { M as MtBaseField, a as MtFormFieldMixin } from "../mt-base-field-ddfd1f81.mjs";
|
|
5
5
|
import MtFieldError from "./MtFieldError.js";
|
|
6
6
|
import { c as createId } from "../id-1e5b8276.mjs";
|
|
7
7
|
import { u as useFutureFlags } from "../useFutureFlags-af867fe7.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../mt-colorpicker.css';
|
|
2
2
|
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeClass, withCtx, createTextVNode, toDisplayString, createElementVNode, normalizeStyle, withDirectives, withKeys, vModelText, createVNode, createElementBlock, createCommentVNode, renderSlot } from "vue";
|
|
3
3
|
import { d as debounce } from "../debounce-b18437e2.mjs";
|
|
4
|
-
import { M as MtBaseField } from "../mt-base-field-
|
|
4
|
+
import { M as MtBaseField } from "../mt-base-field-ddfd1f81.mjs";
|
|
5
5
|
import MtFieldHint from "./MtFieldHint.js";
|
|
6
6
|
import { _ as _sfc_main$1 } from "../mt-floating-ui.vue_vue_type_style_index_0_lang-90b9d50a.mjs";
|
|
7
7
|
import MtText from "./MtText.js";
|
|
@@ -4,7 +4,7 @@ import "vue";
|
|
|
4
4
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
5
5
|
import "./MtPopover.js";
|
|
6
6
|
import "./MtCheckbox.js";
|
|
7
|
-
import "../mt-base-field-
|
|
7
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
8
8
|
import "./MtInheritanceSwitch.js";
|
|
9
9
|
import "./MtTooltip.js";
|
|
10
10
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -4,7 +4,7 @@ import "vue-i18n";
|
|
|
4
4
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
5
5
|
import "./MtCheckbox.js";
|
|
6
6
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
7
|
-
import "../mt-base-field-
|
|
7
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
8
8
|
import "./MtInheritanceSwitch.js";
|
|
9
9
|
import "./MtTooltip.js";
|
|
10
10
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -7,6 +7,7 @@ import { BadgeColumnDefinition } from './renderer/mt-data-table-badge-renderer';
|
|
|
7
7
|
import { PriceColumnDefinition } from './renderer/mt-data-table-price-renderer';
|
|
8
8
|
import { SegmentedControlActionsProp } from '../mt-segmented-control/mt-segmented-control';
|
|
9
9
|
import { Filter } from './mt-data-table.interfaces';
|
|
10
|
+
import { hasSlotContent } from '../../utils/slot';
|
|
10
11
|
export interface BaseColumnDefinition {
|
|
11
12
|
label: string;
|
|
12
13
|
property: string;
|
|
@@ -478,6 +479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
478
479
|
emptyData: import('vue').ComputedRef<{}[]>;
|
|
479
480
|
getRealIndex: (index: number) => number;
|
|
480
481
|
isDragging: Ref<boolean, boolean>;
|
|
482
|
+
showToolbar: () => boolean;
|
|
481
483
|
filterChildViews: import('vue').ComputedRef<{
|
|
482
484
|
name: string;
|
|
483
485
|
title: string;
|
|
@@ -883,8 +885,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
883
885
|
grid(): void;
|
|
884
886
|
footer(): void;
|
|
885
887
|
default(): void;
|
|
886
|
-
toolbar():
|
|
887
|
-
tabs():
|
|
888
|
+
toolbar?(): import('vue').VNode[];
|
|
889
|
+
tabs?(): import('vue').VNode[];
|
|
888
890
|
"before-card"(): void;
|
|
889
891
|
"after-card"(): void;
|
|
890
892
|
headerRight(): void;
|
|
@@ -896,8 +898,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
896
898
|
grid(): void;
|
|
897
899
|
footer(): void;
|
|
898
900
|
default(): void;
|
|
899
|
-
toolbar():
|
|
900
|
-
tabs():
|
|
901
|
+
toolbar?(): import('vue').VNode[];
|
|
902
|
+
tabs?(): import('vue').VNode[];
|
|
901
903
|
"before-card"(): void;
|
|
902
904
|
"after-card"(): void;
|
|
903
905
|
headerRight(): void;
|
|
@@ -1473,7 +1475,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1473
1475
|
default: null;
|
|
1474
1476
|
};
|
|
1475
1477
|
}>, {
|
|
1476
|
-
hasSlotContent: typeof
|
|
1478
|
+
hasSlotContent: typeof hasSlotContent;
|
|
1477
1479
|
future: {
|
|
1478
1480
|
removeCardWidth: boolean;
|
|
1479
1481
|
removeDefaultMargin: boolean;
|
|
@@ -2701,7 +2703,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2701
2703
|
default: null;
|
|
2702
2704
|
};
|
|
2703
2705
|
}>, {
|
|
2704
|
-
hasSlotContent: typeof
|
|
2706
|
+
hasSlotContent: typeof hasSlotContent;
|
|
2705
2707
|
future: {
|
|
2706
2708
|
removeCardWidth: boolean;
|
|
2707
2709
|
removeDefaultMargin: boolean;
|
|
@@ -3623,7 +3625,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3623
3625
|
default: null;
|
|
3624
3626
|
};
|
|
3625
3627
|
}>, {
|
|
3626
|
-
hasSlotContent: typeof
|
|
3628
|
+
hasSlotContent: typeof hasSlotContent;
|
|
3627
3629
|
future: {
|
|
3628
3630
|
removeCardWidth: boolean;
|
|
3629
3631
|
removeDefaultMargin: boolean;
|
|
@@ -4460,7 +4462,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4460
4462
|
default: null;
|
|
4461
4463
|
};
|
|
4462
4464
|
}>, {
|
|
4463
|
-
hasSlotContent: typeof
|
|
4465
|
+
hasSlotContent: typeof hasSlotContent;
|
|
4464
4466
|
future: {
|
|
4465
4467
|
removeCardWidth: boolean;
|
|
4466
4468
|
removeDefaultMargin: boolean;
|
|
@@ -5443,7 +5445,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5443
5445
|
default: null;
|
|
5444
5446
|
};
|
|
5445
5447
|
}>, {
|
|
5446
|
-
hasSlotContent: typeof
|
|
5448
|
+
hasSlotContent: typeof hasSlotContent;
|
|
5447
5449
|
future: {
|
|
5448
5450
|
removeCardWidth: boolean;
|
|
5449
5451
|
removeDefaultMargin: boolean;
|
|
@@ -6421,7 +6423,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6421
6423
|
default: null;
|
|
6422
6424
|
};
|
|
6423
6425
|
}>, {
|
|
6424
|
-
hasSlotContent: typeof
|
|
6426
|
+
hasSlotContent: typeof hasSlotContent;
|
|
6425
6427
|
future: {
|
|
6426
6428
|
removeCardWidth: boolean;
|
|
6427
6429
|
removeDefaultMargin: boolean;
|
|
@@ -7199,7 +7201,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7199
7201
|
default: null;
|
|
7200
7202
|
};
|
|
7201
7203
|
}>, {
|
|
7202
|
-
hasSlotContent: typeof
|
|
7204
|
+
hasSlotContent: typeof hasSlotContent;
|
|
7203
7205
|
future: {
|
|
7204
7206
|
removeCardWidth: boolean;
|
|
7205
7207
|
removeDefaultMargin: boolean;
|
|
@@ -8036,7 +8038,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8036
8038
|
default: null;
|
|
8037
8039
|
};
|
|
8038
8040
|
}>, {
|
|
8039
|
-
hasSlotContent: typeof
|
|
8041
|
+
hasSlotContent: typeof hasSlotContent;
|
|
8040
8042
|
future: {
|
|
8041
8043
|
removeCardWidth: boolean;
|
|
8042
8044
|
removeDefaultMargin: boolean;
|
|
@@ -9019,7 +9021,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9019
9021
|
default: null;
|
|
9020
9022
|
};
|
|
9021
9023
|
}>, {
|
|
9022
|
-
hasSlotContent: typeof
|
|
9024
|
+
hasSlotContent: typeof hasSlotContent;
|
|
9023
9025
|
future: {
|
|
9024
9026
|
removeCardWidth: boolean;
|
|
9025
9027
|
removeDefaultMargin: boolean;
|
|
@@ -9997,7 +9999,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9997
9999
|
default: null;
|
|
9998
10000
|
};
|
|
9999
10001
|
}>, {
|
|
10000
|
-
hasSlotContent: typeof
|
|
10002
|
+
hasSlotContent: typeof hasSlotContent;
|
|
10001
10003
|
future: {
|
|
10002
10004
|
removeCardWidth: boolean;
|
|
10003
10005
|
removeDefaultMargin: boolean;
|
|
@@ -10979,7 +10981,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10979
10981
|
default: null;
|
|
10980
10982
|
};
|
|
10981
10983
|
}>, {
|
|
10982
|
-
hasSlotContent: typeof
|
|
10984
|
+
hasSlotContent: typeof hasSlotContent;
|
|
10983
10985
|
future: {
|
|
10984
10986
|
removeCardWidth: boolean;
|
|
10985
10987
|
removeDefaultMargin: boolean;
|
|
@@ -11619,7 +11621,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11619
11621
|
default: null;
|
|
11620
11622
|
};
|
|
11621
11623
|
}>, {
|
|
11622
|
-
hasSlotContent: typeof
|
|
11624
|
+
hasSlotContent: typeof hasSlotContent;
|
|
11623
11625
|
future: {
|
|
11624
11626
|
removeCardWidth: boolean;
|
|
11625
11627
|
removeDefaultMargin: boolean;
|
|
@@ -12267,7 +12269,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
12267
12269
|
default: null;
|
|
12268
12270
|
};
|
|
12269
12271
|
}>, {
|
|
12270
|
-
hasSlotContent: typeof
|
|
12272
|
+
hasSlotContent: typeof hasSlotContent;
|
|
12271
12273
|
future: {
|
|
12272
12274
|
removeCardWidth: boolean;
|
|
12273
12275
|
removeDefaultMargin: boolean;
|
|
@@ -13104,7 +13106,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13104
13106
|
default: null;
|
|
13105
13107
|
};
|
|
13106
13108
|
}>, {
|
|
13107
|
-
hasSlotContent: typeof
|
|
13109
|
+
hasSlotContent: typeof hasSlotContent;
|
|
13108
13110
|
future: {
|
|
13109
13111
|
removeCardWidth: boolean;
|
|
13110
13112
|
removeDefaultMargin: boolean;
|