@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
package/dist/esm/MtSelect.js
CHANGED
|
@@ -10,7 +10,7 @@ import { _ as _sfc_main$1 } from "../mt-highlight-text.vue_vue_type_style_index_
|
|
|
10
10
|
import { useI18n } from "vue-i18n";
|
|
11
11
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
12
12
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
13
|
-
import "../mt-base-field-
|
|
13
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
14
14
|
import "./MtInheritanceSwitch.js";
|
|
15
15
|
import "./MtTooltip.js";
|
|
16
16
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
package/dist/esm/MtSelectBase.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../mt-select-base.css';
|
|
2
2
|
import { defineComponent, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, renderSlot, createElementVNode, withKeys, normalizeProps, guardReactiveProps, normalizeStyle, createCommentVNode, createElementBlock, withModifiers, createVNode, normalizeClass, Transition } from "vue";
|
|
3
|
-
import { M as MtBaseField } from "../mt-base-field-
|
|
3
|
+
import { M as MtBaseField } from "../mt-base-field-ddfd1f81.mjs";
|
|
4
4
|
import { _ as _sfc_main$1 } from "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
5
5
|
import MtLoader from "./MtLoader.js";
|
|
6
6
|
import MtFieldError from "./MtFieldError.js";
|
package/dist/esm/MtSlider.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../mt-slider.css';
|
|
2
2
|
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeClass, withCtx, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, createElementBlock, Fragment, renderList, normalizeStyle, withDirectives, vModelText, createVNode, renderSlot } from "vue";
|
|
3
|
-
import { M as MtBaseField } from "../mt-base-field-
|
|
3
|
+
import { M as MtBaseField } from "../mt-base-field-ddfd1f81.mjs";
|
|
4
4
|
import MtNumberField from "./MtNumberField.js";
|
|
5
5
|
import MtFieldHint from "./MtFieldHint.js";
|
|
6
6
|
import { v as vTooltip } from "../tooltip.directive-f216b7fb.mjs";
|
package/dist/esm/MtTabs.js
CHANGED
|
@@ -9,7 +9,7 @@ import { u as useFutureFlags } from "../useFutureFlags-af867fe7.mjs";
|
|
|
9
9
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
10
10
|
import "./MtPopover.js";
|
|
11
11
|
import "./MtCheckbox.js";
|
|
12
|
-
import "../mt-base-field-
|
|
12
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
13
13
|
import "./MtInheritanceSwitch.js";
|
|
14
14
|
import "./MtTooltip.js";
|
|
15
15
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -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"]>;
|
package/dist/esm/MtTextEditor.js
CHANGED
|
@@ -16,7 +16,7 @@ import { d as debounce$2 } from "../debounce-b18437e2.mjs";
|
|
|
16
16
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
17
17
|
import "./MtCheckbox.js";
|
|
18
18
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
19
|
-
import "../mt-base-field-
|
|
19
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
20
20
|
import "./MtInheritanceSwitch.js";
|
|
21
21
|
import "./MtTooltip.js";
|
|
22
22
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -7,7 +7,7 @@ import { useI18n } from "vue-i18n";
|
|
|
7
7
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
8
8
|
import "./MtCheckbox.js";
|
|
9
9
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
10
|
-
import "../mt-base-field-
|
|
10
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
11
11
|
import "./MtInheritanceSwitch.js";
|
|
12
12
|
import "./MtTooltip.js";
|
|
13
13
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -4,7 +4,7 @@ import MtColorpicker from "./MtColorpicker.js";
|
|
|
4
4
|
import { useI18n } from "vue-i18n";
|
|
5
5
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
6
6
|
import "../debounce-b18437e2.mjs";
|
|
7
|
-
import "../mt-base-field-
|
|
7
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
8
8
|
import "./MtInheritanceSwitch.js";
|
|
9
9
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
10
10
|
import "./MtTooltip.js";
|
|
@@ -16,7 +16,7 @@ import "../id-1e5b8276.mjs";
|
|
|
16
16
|
import "../focus-trap.esm-3b050c4a.mjs";
|
|
17
17
|
import "../useIsInsideTooltip-0c3bd290.mjs";
|
|
18
18
|
import "./MtLoader.js";
|
|
19
|
-
import "../mt-base-field-
|
|
19
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
20
20
|
import "./MtInheritanceSwitch.js";
|
|
21
21
|
import "./MtTooltip.js";
|
|
22
22
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
|
@@ -27,7 +27,7 @@ import "./MtHelpText.js";
|
|
|
27
27
|
import "../useFutureFlags-af867fe7.mjs";
|
|
28
28
|
import "../tooltip.directive-f216b7fb.mjs";
|
|
29
29
|
import "./MtTextField.js";
|
|
30
|
-
import "../mt-base-field-
|
|
30
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
31
31
|
import "./MtFieldCopyable.js";
|
|
32
32
|
import "./MtFieldHint.js";
|
|
33
33
|
const _hoisted_1 = { class: "mt-text-editor__table-modal" };
|
package/dist/esm/MtTextField.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, createSlots, withCtx, createTextVNode, toDisplayString, renderSlot, createElementVNode, withModifiers, createCommentVNode } from "vue";
|
|
2
|
-
import { M as MtBaseField } from "../mt-base-field-
|
|
2
|
+
import { M as MtBaseField } from "../mt-base-field-ddfd1f81.mjs";
|
|
3
3
|
import MtFieldError from "./MtFieldError.js";
|
|
4
4
|
import MtFieldHint from "./MtFieldHint.js";
|
|
5
5
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _sfc_main } from "../mt-theme-select.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { _ as _sfc_main } from "../mt-theme-select.vue_vue_type_script_setup_true_lang-6ecf0bcb.mjs";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "vue-i18n";
|
|
4
4
|
import "./MtSelect.js";
|
|
@@ -8,7 +8,7 @@ import "./MtFieldHint.js";
|
|
|
8
8
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
9
9
|
import "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
10
10
|
import "./MtSelectBase.js";
|
|
11
|
-
import "../mt-base-field-
|
|
11
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
12
12
|
import "./MtInheritanceSwitch.js";
|
|
13
13
|
import "./MtTooltip.js";
|
|
14
14
|
import "../floating-ui.vue-61aa2b7b.mjs";
|
package/dist/esm/MtUnitField.js
CHANGED
|
@@ -6,7 +6,7 @@ import MtUnitSelect from "./MtUnitSelect.js";
|
|
|
6
6
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "../_commonjsHelpers-7a77ea84.mjs";
|
|
7
7
|
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
|
|
8
8
|
import "./MtTextField.js";
|
|
9
|
-
import "../mt-base-field-
|
|
9
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
10
10
|
import "./MtInheritanceSwitch.js";
|
|
11
11
|
import "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
12
12
|
import "./MtTooltip.js";
|
package/dist/esm/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/esm/index.js
CHANGED
|
@@ -32,40 +32,41 @@ import { default as default33, default as default34 } from "./MtTextarea.js";
|
|
|
32
32
|
import { _ as _6, _ as _7 } from "../mt-icon.vue_vue_type_style_index_0_lang-c90dc25b.mjs";
|
|
33
33
|
import { default as default35, default as default36 } from "./MtCard.js";
|
|
34
34
|
import { default as default37 } from "./MtEmptyState.js";
|
|
35
|
-
import { default as default38
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as default46 } from "./
|
|
35
|
+
import { default as default38 } from "./MtGrantPermissionServiceBanner.js";
|
|
36
|
+
import { default as default39, default as default40 } from "./MtTabs.js";
|
|
37
|
+
import { default as default41, default as default42 } from "./MtDataTable.js";
|
|
38
|
+
import { default as default43, default as default44 } from "./MtPagination.js";
|
|
39
|
+
import { default as default45, default as default46 } from "./MtSkeletonBar.js";
|
|
40
|
+
import { default as default47 } from "./MtToast.js";
|
|
40
41
|
import { m, u } from "../mt-snackbar-c97f5abb.mjs";
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
42
|
+
import { default as default48 } from "./MtAvatar.js";
|
|
43
|
+
import { default as default49 } from "./MtPromoBadge.js";
|
|
44
|
+
import { default as default50 } from "./MtStatusDot.js";
|
|
45
|
+
import { default as default51 } from "./MtPopover.js";
|
|
46
|
+
import { default as default52 } from "./MtPopoverItem.js";
|
|
46
47
|
import { M } from "../mt-popover-item-result-c0214b39.mjs";
|
|
47
48
|
import { _ as _8 } from "../mt-floating-ui.vue_vue_type_style_index_0_lang-90b9d50a.mjs";
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
49
|
+
import { default as default53 } from "./MtModal.js";
|
|
50
|
+
import { default as default54 } from "./MtModalRoot.js";
|
|
50
51
|
import { _ as _9 } from "../mt-modal-close.vue_vue_type_script_setup_true_lang-15d65d8b.mjs";
|
|
51
52
|
import { _ as _10 } from "../mt-modal-trigger.vue_vue_type_script_setup_true_lang-60b19ac9.mjs";
|
|
52
53
|
import { _ as _11 } from "../mt-modal-action.vue_vue_type_script_setup_true_lang-cb0038ce.mjs";
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
54
|
+
import { default as default55 } from "./MtText.js";
|
|
55
|
+
import { default as default56 } from "./MtInset.js";
|
|
55
56
|
import { _ as _12 } from "../mt-theme-provider.vue_vue_type_script_setup_true_lang-486bb7c0.mjs";
|
|
56
|
-
import { _ as _13 } from "../mt-theme-select.vue_vue_type_script_setup_true_lang-
|
|
57
|
+
import { _ as _13 } from "../mt-theme-select.vue_vue_type_script_setup_true_lang-6ecf0bcb.mjs";
|
|
57
58
|
import { effectScope, ref, computed, watch, getCurrentScope, onScopeDispose, defineComponent, unref, openBlock, createBlock, Teleport, renderSlot, createCommentVNode, normalizeProps, guardReactiveProps, withCtx, isRef, onMounted, createVNode, nextTick, withKeys } from "vue";
|
|
58
59
|
import { a as usePreferredDark, b as useLocalStorage } from "../index-03602e2a.mjs";
|
|
59
60
|
import { v } from "../tooltip.directive-f216b7fb.mjs";
|
|
60
61
|
import { d as debounce } from "../debounce-b18437e2.mjs";
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { _ as _14 } from "../mt-entity-data-table.vue_vue_type_style_index_0_lang-
|
|
68
|
-
import { _ as _15 } from "../mt-entity-select.vue_vue_type_script_setup_true_lang-
|
|
62
|
+
import { default as default57 } from "./MtTooltip.js";
|
|
63
|
+
import { default as default58 } from "./MtTextEditor.js";
|
|
64
|
+
import { default as default59 } from "./MtTextEditorToolbarButton.js";
|
|
65
|
+
import { default as default60 } from "./MtSearch.js";
|
|
66
|
+
import { default as default61 } from "./MtUrlField.js";
|
|
67
|
+
import { default as default62 } from "./MtUnitField.js";
|
|
68
|
+
import { _ as _14 } from "../mt-entity-data-table.vue_vue_type_style_index_0_lang-20da6e77.mjs";
|
|
69
|
+
import { _ as _15 } from "../mt-entity-select.vue_vue_type_script_setup_true_lang-f3c35d00.mjs";
|
|
69
70
|
import { i as injectDropdownMenuRootContext } from "../mt-action-menu.vue_vue_type_style_index_0_lang-22bc864a.mjs";
|
|
70
71
|
import { _ as _16, D } from "../mt-action-menu.vue_vue_type_style_index_0_lang-22bc864a.mjs";
|
|
71
72
|
import { M as MenuAnchor_default } from "../mt-action-menu-item-c949c32a.mjs";
|
|
@@ -88,7 +89,7 @@ import "../index-431c2592.mjs";
|
|
|
88
89
|
import "./MtFieldError.js";
|
|
89
90
|
import "../useFutureFlags-af867fe7.mjs";
|
|
90
91
|
import "../object-e11d5dd3.mjs";
|
|
91
|
-
import "../mt-base-field-
|
|
92
|
+
import "../mt-base-field-ddfd1f81.mjs";
|
|
92
93
|
import "./MtFieldCopyable.js";
|
|
93
94
|
import "../id-1e5b8276.mjs";
|
|
94
95
|
import "./MtFieldHint.js";
|
|
@@ -105,6 +106,9 @@ import "../mt-highlight-text.vue_vue_type_style_index_0_lang-550f3bfe.mjs";
|
|
|
105
106
|
import "../mt-context-button.vue_vue_type_style_index_0_lang-c4b5d005.mjs";
|
|
106
107
|
import "./MtSmoothReflow.js";
|
|
107
108
|
import "../_commonjsHelpers-7a77ea84.mjs";
|
|
109
|
+
import "../index-26e65048.mjs";
|
|
110
|
+
import "../channel-c0a7f238.mjs";
|
|
111
|
+
import "../Criteria-dda62b10.mjs";
|
|
108
112
|
import "./MtContextMenuItem.js";
|
|
109
113
|
import "./MtPriorityPlusNavigation.js";
|
|
110
114
|
import "./MtDataTableSettings.js";
|
|
@@ -125,7 +129,7 @@ import "./MtTextEditorToolbarButtonTable.js";
|
|
|
125
129
|
import "./MtTextEditorDiffModal.js";
|
|
126
130
|
import "./MtUnitSelect.js";
|
|
127
131
|
import "./MtUnitSelectResult.js";
|
|
128
|
-
import "../useRepository-
|
|
132
|
+
import "../useRepository-28dfccf5.mjs";
|
|
129
133
|
import "../useForwardProps-2f1c8010.mjs";
|
|
130
134
|
import "../Presence-62d83691.mjs";
|
|
131
135
|
import "../createContext-c42b3206.mjs";
|
|
@@ -511,7 +515,7 @@ export {
|
|
|
511
515
|
_16 as MtActionMenu,
|
|
512
516
|
_17 as MtActionMenuGroup,
|
|
513
517
|
m2 as MtActionMenuItem,
|
|
514
|
-
|
|
518
|
+
default48 as MtAvatar,
|
|
515
519
|
default4 as MtBadge,
|
|
516
520
|
default2 as MtBanner,
|
|
517
521
|
default9 as MtButton,
|
|
@@ -522,7 +526,7 @@ export {
|
|
|
522
526
|
_20 as MtCollapsibleContent,
|
|
523
527
|
_19 as MtCollapsibleTrigger,
|
|
524
528
|
default18 as MtColorpicker,
|
|
525
|
-
|
|
529
|
+
default41 as MtDataTable,
|
|
526
530
|
_ as MtDatepicker,
|
|
527
531
|
DropdownMenuPortal_default as MtDropdownMenuPortal,
|
|
528
532
|
D as MtDropdownMenuRoot,
|
|
@@ -533,66 +537,67 @@ export {
|
|
|
533
537
|
_14 as MtEntityDataTable,
|
|
534
538
|
_15 as MtEntitySelect,
|
|
535
539
|
_8 as MtFloatingUi,
|
|
540
|
+
default38 as MtGrantPermissionServiceBanner,
|
|
536
541
|
default22 as MtHelpText,
|
|
537
542
|
_6 as MtIcon,
|
|
538
|
-
|
|
543
|
+
default56 as MtInset,
|
|
539
544
|
default23 as MtLink,
|
|
540
545
|
default5 as MtLoader,
|
|
541
|
-
|
|
546
|
+
default53 as MtModal,
|
|
542
547
|
_11 as MtModalAction,
|
|
543
548
|
_9 as MtModalClose,
|
|
544
|
-
|
|
549
|
+
default54 as MtModalRoot,
|
|
545
550
|
_10 as MtModalTrigger,
|
|
546
551
|
default24 as MtNumberField,
|
|
547
|
-
|
|
552
|
+
default43 as MtPagination,
|
|
548
553
|
default26 as MtPasswordField,
|
|
549
|
-
|
|
550
|
-
|
|
554
|
+
default51 as MtPopover,
|
|
555
|
+
default52 as MtPopoverItem,
|
|
551
556
|
M as MtPopoverItemResult,
|
|
552
557
|
default7 as MtProgressBar,
|
|
553
|
-
|
|
558
|
+
default49 as MtPromoBadge,
|
|
554
559
|
_3 as MtRadioGroupCustomItem,
|
|
555
560
|
default15 as MtRadioGroupIndicator,
|
|
556
561
|
default17 as MtRadioGroupItem,
|
|
557
562
|
default16 as MtRadioGroupList,
|
|
558
563
|
default14 as MtRadioGroupRoot,
|
|
559
|
-
|
|
564
|
+
default60 as MtSearch,
|
|
560
565
|
default28 as MtSelect,
|
|
561
|
-
|
|
566
|
+
default45 as MtSkeletonBar,
|
|
562
567
|
default30 as MtSlider,
|
|
563
568
|
m as MtSnackbar,
|
|
564
|
-
|
|
569
|
+
default50 as MtStatusDot,
|
|
565
570
|
_4 as MtSwitch,
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
571
|
+
default39 as MtTabs,
|
|
572
|
+
default55 as MtText,
|
|
573
|
+
default58 as MtTextEditor,
|
|
574
|
+
default59 as MtTextEditorToolbarButton,
|
|
570
575
|
default31 as MtTextField,
|
|
571
576
|
default33 as MtTextarea,
|
|
572
577
|
_12 as MtThemeProvider,
|
|
573
578
|
_13 as MtThemeSelect,
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
579
|
+
default47 as MtToast,
|
|
580
|
+
default57 as MtTooltip,
|
|
581
|
+
default62 as MtUnitField,
|
|
582
|
+
default61 as MtUrlField,
|
|
578
583
|
default3 as SwBanner,
|
|
579
584
|
default10 as SwButton,
|
|
580
585
|
default36 as SwCard,
|
|
581
586
|
default13 as SwCheckbox,
|
|
582
587
|
default19 as SwColorpicker,
|
|
583
|
-
|
|
588
|
+
default42 as SwDataTable,
|
|
584
589
|
_2 as SwDatepicker,
|
|
585
590
|
default21 as SwEmailField,
|
|
586
591
|
_7 as SwIcon,
|
|
587
592
|
default6 as SwLoader,
|
|
588
593
|
default25 as SwNumberField,
|
|
589
|
-
|
|
594
|
+
default44 as SwPagination,
|
|
590
595
|
default27 as SwPasswordField,
|
|
591
596
|
default8 as SwProgressBar,
|
|
592
597
|
default29 as SwSelect,
|
|
593
|
-
|
|
598
|
+
default46 as SwSkeletonBar,
|
|
594
599
|
_5 as SwSwitch,
|
|
595
|
-
|
|
600
|
+
default40 as SwTabs,
|
|
596
601
|
default32 as SwTextField,
|
|
597
602
|
default34 as SwTextarea,
|
|
598
603
|
v as TooltipDirective,
|
package/dist/favicon.ico
CHANGED
|
Binary file
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
import { c as createSender } from "./channel-c0a7f238.mjs";
|
|
2
|
+
const debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
3
|
+
};
|
|
4
|
+
var debug_1 = debug;
|
|
5
|
+
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
6
|
+
const MAX_LENGTH = 256;
|
|
7
|
+
const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
8
|
+
9007199254740991;
|
|
9
|
+
const MAX_SAFE_COMPONENT_LENGTH = 16;
|
|
10
|
+
const MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6;
|
|
11
|
+
const RELEASE_TYPES = [
|
|
12
|
+
"major",
|
|
13
|
+
"premajor",
|
|
14
|
+
"minor",
|
|
15
|
+
"preminor",
|
|
16
|
+
"patch",
|
|
17
|
+
"prepatch",
|
|
18
|
+
"prerelease"
|
|
19
|
+
];
|
|
20
|
+
var constants = {
|
|
21
|
+
MAX_LENGTH,
|
|
22
|
+
MAX_SAFE_COMPONENT_LENGTH,
|
|
23
|
+
MAX_SAFE_BUILD_LENGTH,
|
|
24
|
+
MAX_SAFE_INTEGER,
|
|
25
|
+
RELEASE_TYPES,
|
|
26
|
+
SEMVER_SPEC_VERSION,
|
|
27
|
+
FLAG_INCLUDE_PRERELEASE: 1,
|
|
28
|
+
FLAG_LOOSE: 2
|
|
29
|
+
};
|
|
30
|
+
var re = { exports: {} };
|
|
31
|
+
(function(module, exports) {
|
|
32
|
+
const {
|
|
33
|
+
MAX_SAFE_COMPONENT_LENGTH: MAX_SAFE_COMPONENT_LENGTH2,
|
|
34
|
+
MAX_SAFE_BUILD_LENGTH: MAX_SAFE_BUILD_LENGTH2,
|
|
35
|
+
MAX_LENGTH: MAX_LENGTH2
|
|
36
|
+
} = constants;
|
|
37
|
+
const debug2 = debug_1;
|
|
38
|
+
exports = module.exports = {};
|
|
39
|
+
const re2 = exports.re = [];
|
|
40
|
+
const safeRe = exports.safeRe = [];
|
|
41
|
+
const src = exports.src = [];
|
|
42
|
+
const safeSrc = exports.safeSrc = [];
|
|
43
|
+
const t = exports.t = {};
|
|
44
|
+
let R = 0;
|
|
45
|
+
const LETTERDASHNUMBER = "[a-zA-Z0-9-]";
|
|
46
|
+
const safeRegexReplacements = [
|
|
47
|
+
["\\s", 1],
|
|
48
|
+
["\\d", MAX_LENGTH2],
|
|
49
|
+
[LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH2]
|
|
50
|
+
];
|
|
51
|
+
const makeSafeRegex = (value) => {
|
|
52
|
+
for (const [token, max] of safeRegexReplacements) {
|
|
53
|
+
value = value.split(`${token}*`).join(`${token}{0,${max}}`).split(`${token}+`).join(`${token}{1,${max}}`);
|
|
54
|
+
}
|
|
55
|
+
return value;
|
|
56
|
+
};
|
|
57
|
+
const createToken = (name, value, isGlobal) => {
|
|
58
|
+
const safe = makeSafeRegex(value);
|
|
59
|
+
const index = R++;
|
|
60
|
+
debug2(name, index, value);
|
|
61
|
+
t[name] = index;
|
|
62
|
+
src[index] = value;
|
|
63
|
+
safeSrc[index] = safe;
|
|
64
|
+
re2[index] = new RegExp(value, isGlobal ? "g" : void 0);
|
|
65
|
+
safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0);
|
|
66
|
+
};
|
|
67
|
+
createToken("NUMERICIDENTIFIER", "0|[1-9]\\d*");
|
|
68
|
+
createToken("NUMERICIDENTIFIERLOOSE", "\\d+");
|
|
69
|
+
createToken("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`);
|
|
70
|
+
createToken("MAINVERSION", `(${src[t.NUMERICIDENTIFIER]})\\.(${src[t.NUMERICIDENTIFIER]})\\.(${src[t.NUMERICIDENTIFIER]})`);
|
|
71
|
+
createToken("MAINVERSIONLOOSE", `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.(${src[t.NUMERICIDENTIFIERLOOSE]})\\.(${src[t.NUMERICIDENTIFIERLOOSE]})`);
|
|
72
|
+
createToken("PRERELEASEIDENTIFIER", `(?:${src[t.NUMERICIDENTIFIER]}|${src[t.NONNUMERICIDENTIFIER]})`);
|
|
73
|
+
createToken("PRERELEASEIDENTIFIERLOOSE", `(?:${src[t.NUMERICIDENTIFIERLOOSE]}|${src[t.NONNUMERICIDENTIFIER]})`);
|
|
74
|
+
createToken("PRERELEASE", `(?:-(${src[t.PRERELEASEIDENTIFIER]}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`);
|
|
75
|
+
createToken("PRERELEASELOOSE", `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`);
|
|
76
|
+
createToken("BUILDIDENTIFIER", `${LETTERDASHNUMBER}+`);
|
|
77
|
+
createToken("BUILD", `(?:\\+(${src[t.BUILDIDENTIFIER]}(?:\\.${src[t.BUILDIDENTIFIER]})*))`);
|
|
78
|
+
createToken("FULLPLAIN", `v?${src[t.MAINVERSION]}${src[t.PRERELEASE]}?${src[t.BUILD]}?`);
|
|
79
|
+
createToken("FULL", `^${src[t.FULLPLAIN]}$`);
|
|
80
|
+
createToken("LOOSEPLAIN", `[v=\\s]*${src[t.MAINVERSIONLOOSE]}${src[t.PRERELEASELOOSE]}?${src[t.BUILD]}?`);
|
|
81
|
+
createToken("LOOSE", `^${src[t.LOOSEPLAIN]}$`);
|
|
82
|
+
createToken("GTLT", "((?:<|>)?=?)");
|
|
83
|
+
createToken("XRANGEIDENTIFIERLOOSE", `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);
|
|
84
|
+
createToken("XRANGEIDENTIFIER", `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`);
|
|
85
|
+
createToken("XRANGEPLAIN", `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})(?:\\.(${src[t.XRANGEIDENTIFIER]})(?:\\.(${src[t.XRANGEIDENTIFIER]})(?:${src[t.PRERELEASE]})?${src[t.BUILD]}?)?)?`);
|
|
86
|
+
createToken("XRANGEPLAINLOOSE", `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})(?:${src[t.PRERELEASELOOSE]})?${src[t.BUILD]}?)?)?`);
|
|
87
|
+
createToken("XRANGE", `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`);
|
|
88
|
+
createToken("XRANGELOOSE", `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`);
|
|
89
|
+
createToken("COERCEPLAIN", `${"(^|[^\\d])(\\d{1,"}${MAX_SAFE_COMPONENT_LENGTH2}})(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH2}}))?(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH2}}))?`);
|
|
90
|
+
createToken("COERCE", `${src[t.COERCEPLAIN]}(?:$|[^\\d])`);
|
|
91
|
+
createToken("COERCEFULL", src[t.COERCEPLAIN] + `(?:${src[t.PRERELEASE]})?(?:${src[t.BUILD]})?(?:$|[^\\d])`);
|
|
92
|
+
createToken("COERCERTL", src[t.COERCE], true);
|
|
93
|
+
createToken("COERCERTLFULL", src[t.COERCEFULL], true);
|
|
94
|
+
createToken("LONETILDE", "(?:~>?)");
|
|
95
|
+
createToken("TILDETRIM", `(\\s*)${src[t.LONETILDE]}\\s+`, true);
|
|
96
|
+
exports.tildeTrimReplace = "$1~";
|
|
97
|
+
createToken("TILDE", `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`);
|
|
98
|
+
createToken("TILDELOOSE", `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`);
|
|
99
|
+
createToken("LONECARET", "(?:\\^)");
|
|
100
|
+
createToken("CARETTRIM", `(\\s*)${src[t.LONECARET]}\\s+`, true);
|
|
101
|
+
exports.caretTrimReplace = "$1^";
|
|
102
|
+
createToken("CARET", `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`);
|
|
103
|
+
createToken("CARETLOOSE", `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`);
|
|
104
|
+
createToken("COMPARATORLOOSE", `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`);
|
|
105
|
+
createToken("COMPARATOR", `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`);
|
|
106
|
+
createToken("COMPARATORTRIM", `(\\s*)${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true);
|
|
107
|
+
exports.comparatorTrimReplace = "$1$2$3";
|
|
108
|
+
createToken("HYPHENRANGE", `^\\s*(${src[t.XRANGEPLAIN]})\\s+-\\s+(${src[t.XRANGEPLAIN]})\\s*$`);
|
|
109
|
+
createToken("HYPHENRANGELOOSE", `^\\s*(${src[t.XRANGEPLAINLOOSE]})\\s+-\\s+(${src[t.XRANGEPLAINLOOSE]})\\s*$`);
|
|
110
|
+
createToken("STAR", "(<|>)?=?\\s*\\*");
|
|
111
|
+
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
|
112
|
+
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
113
|
+
})(re, re.exports);
|
|
114
|
+
globalThis && globalThis.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
115
|
+
function adopt(value) {
|
|
116
|
+
return value instanceof P ? value : new P(function(resolve) {
|
|
117
|
+
resolve(value);
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
return new (P || (P = Promise))(function(resolve, reject) {
|
|
121
|
+
function fulfilled(value) {
|
|
122
|
+
try {
|
|
123
|
+
step(generator.next(value));
|
|
124
|
+
} catch (e) {
|
|
125
|
+
reject(e);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
function rejected(value) {
|
|
129
|
+
try {
|
|
130
|
+
step(generator["throw"](value));
|
|
131
|
+
} catch (e) {
|
|
132
|
+
reject(e);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
function step(result) {
|
|
136
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
137
|
+
}
|
|
138
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
139
|
+
});
|
|
140
|
+
};
|
|
141
|
+
globalThis && globalThis.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
142
|
+
function adopt(value) {
|
|
143
|
+
return value instanceof P ? value : new P(function(resolve) {
|
|
144
|
+
resolve(value);
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
return new (P || (P = Promise))(function(resolve, reject) {
|
|
148
|
+
function fulfilled(value) {
|
|
149
|
+
try {
|
|
150
|
+
step(generator.next(value));
|
|
151
|
+
} catch (e) {
|
|
152
|
+
reject(e);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
function rejected(value) {
|
|
156
|
+
try {
|
|
157
|
+
step(generator["throw"](value));
|
|
158
|
+
} catch (e) {
|
|
159
|
+
reject(e);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
function step(result) {
|
|
163
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
164
|
+
}
|
|
165
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
166
|
+
});
|
|
167
|
+
};
|
|
168
|
+
globalThis && globalThis.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
169
|
+
function adopt(value) {
|
|
170
|
+
return value instanceof P ? value : new P(function(resolve) {
|
|
171
|
+
resolve(value);
|
|
172
|
+
});
|
|
173
|
+
}
|
|
174
|
+
return new (P || (P = Promise))(function(resolve, reject) {
|
|
175
|
+
function fulfilled(value) {
|
|
176
|
+
try {
|
|
177
|
+
step(generator.next(value));
|
|
178
|
+
} catch (e) {
|
|
179
|
+
reject(e);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
function rejected(value) {
|
|
183
|
+
try {
|
|
184
|
+
step(generator["throw"](value));
|
|
185
|
+
} catch (e) {
|
|
186
|
+
reject(e);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
function step(result) {
|
|
190
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
191
|
+
}
|
|
192
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
193
|
+
});
|
|
194
|
+
};
|
|
195
|
+
const getAppInformation = createSender("contextAppInformation", {});
|
|
196
|
+
export {
|
|
197
|
+
getAppInformation as g
|
|
198
|
+
};
|