@roomle/embedding-lib 5.23.0-alpha.1 → 5.24.0-alpha.1
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/docs/md/web/embedding/CHANGELOG.md +23 -3
- package/package.json +2 -2
- package/src/common/components/ExpandableIcons.vue.d.ts +11 -1
- package/src/common/components/SelectionButton.vue.d.ts +13 -1
- package/src/common/components/Tooltip.vue.d.ts +36 -2
- package/src/common/components/collection-view/-utils/collection-view-dynamic-components.d.ts +54 -3
- package/src/common/components/drawer-layout/DrawerElement.vue.d.ts +3 -36
- package/src/common/components/inputs/BaseInput.vue.d.ts +20 -60
- package/src/common/components/inputs/GenericInput.vue.d.ts +5 -26
- package/src/common/components/inputs/SelectDropdown.vue.d.ts +1 -1
- package/src/common/components/overlays/PartList.vue.d.ts +14 -2
- package/src/common/components/overlays/bottom-bar/GoBack.vue.d.ts +5 -1
- package/src/common/components/overlays/bottom-bar/cart/ExitBtn.vue.d.ts +5 -1
- package/src/common/components/overlays/bottom-bar/cart/GoToCartBtn.vue.d.ts +5 -1
- package/src/common/components/overlays/bottom-bar/cart/SaveCartBtn.vue.d.ts +5 -1
- package/src/common/components/overlays/part-list/PartListEntry.vue.d.ts +14 -2
- package/src/common/components/overlays/part-list/PartListRow.vue.d.ts +7 -1
- package/src/common/components/side-bar/BackAction.vue.d.ts +9 -21
- package/src/common/components/side-bar/NextAction.vue.d.ts +9 -21
- package/src/common/components/utils/HeightToggle.vue.d.ts +7 -1
- package/src/common/components/utils/collapsible-buttons-container/CollapsibleTrigger.vue.d.ts +21 -3
- package/src/common/composables/use-shared-sidebar-setup.d.ts +12 -5
- package/src/common/store/common-ui-store.d.ts +305 -0
- package/src/common/store/index.d.ts +1 -3
- package/src/common/utils/helper.d.ts +2 -2
- package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +3 -28
- package/src/configurator/components/parameters/ParameterGroupButton.vue.d.ts +3 -32
- package/src/configurator/components/top-bar/ARButton.vue.d.ts +8 -1
- package/src/configurator/components/utils/ArrowButton.vue.d.ts +7 -1
- package/src/configurator/components/utils/HeightContainer.vue.d.ts +9 -1
- package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +6 -2
- package/src/configurator/components/utils/PopUp.vue.d.ts +1 -26
- package/src/configurator/components/utils/PrimaryButton.vue.d.ts +5 -1
- package/src/configurator/components/utils/SearchInput.vue.d.ts +3 -26
- package/src/configurator/components/utils/Spinner.vue.d.ts +5 -1
- package/src/configurator/components/utils/StartConfiguringButton.vue.d.ts +21 -3
- package/src/planner/components/DraggableButton.vue.d.ts +4 -1
- package/src/planner/components/RotationIndicator.vue.d.ts +3 -40
- package/src/planner/components/overlays/ProductListButton.vue.d.ts +5 -1
- package/src/planner/components/overlays/product-settings/ProductRangeControl.vue.d.ts +323 -0
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +81 -335
- package/src/planner/components/overlays/rooms/SlopingRoofDirectionTooltip.vue.d.ts +4 -1
- package/src/planner/components/overlays/rooms/SlopingRoofTooltip.vue.d.ts +4 -1
- package/src/planner/components/utils/AddRoomButton.vue.d.ts +5 -1
- package/src/viewer/components/ViewerMain.vue.d.ts +27 -13
- package/src/common/components/overlays/bottom-bar/CloseView.vue.d.ts +0 -267
- package/src/common/store/common-ui-state.d.ts +0 -36
- package/src/configurator/components/Overlays.vue.d.ts +0 -1119
- package/src/configurator/components/overlays/DeleteWarning.vue.d.ts +0 -132
- package/src/configurator/components/overlays/ElementDisabled.vue.d.ts +0 -128
- package/src/configurator/components/overlays/GenericError.vue.d.ts +0 -149
- package/src/configurator/components/overlays/NoDocking.vue.d.ts +0 -128
- package/src/configurator/components/overlays/VariantWarning.vue.d.ts +0 -144
|
@@ -1,7 +1,27 @@
|
|
|
1
|
-
## [5.
|
|
1
|
+
## [5.24.0-alpha.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.23.0...embedding-lib-v5.24.0-alpha.1) (2025-07-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **SDK:** upgrade to version 2.
|
|
7
|
-
* **SDK:** upgrade to version 2.
|
|
6
|
+
* **SDK:** upgrade to version 2.104.0 ([#1744](https://github.com/roomle-dev/roomle-ui/issues/1744)) ([ab96b27](https://github.com/roomle-dev/roomle-ui/commit/ab96b27ef31868291d1e0553a44ca7643ef4d188))
|
|
7
|
+
* **SDK:** upgrade to version 2.105.0-alpha.1 ([#1746](https://github.com/roomle-dev/roomle-ui/issues/1746)) ([e8b56dc](https://github.com/roomle-dev/roomle-ui/commit/e8b56dc249e571fdf961fe5a00304a6e89df22e4))
|
|
8
|
+
* **SDK:** upgrade to version 2.105.0-alpha.2 ([#1749](https://github.com/roomle-dev/roomle-ui/issues/1749)) ([382bde4](https://github.com/roomle-dev/roomle-ui/commit/382bde44eab20640c86ba9cfd7a756ca4695e63d))
|
|
9
|
+
* **SDK:** upgrade to version 2.105.0-alpha.3 ([#1750](https://github.com/roomle-dev/roomle-ui/issues/1750)) ([4e213a4](https://github.com/roomle-dev/roomle-ui/commit/4e213a4c22c26552d2d33d9664e4b3ccf23dac3d))
|
|
10
|
+
* **SDK:** upgrade to version 2.105.0-alpha.4 ([#1751](https://github.com/roomle-dev/roomle-ui/issues/1751)) ([4d80ee2](https://github.com/roomle-dev/roomle-ui/commit/4d80ee2303d39a801065ff210fff665f1d42e6cb))
|
|
11
|
+
* **SDK:** upgrade to version 2.105.0-alpha.5 ([#1752](https://github.com/roomle-dev/roomle-ui/issues/1752)) ([60d5905](https://github.com/roomle-dev/roomle-ui/commit/60d59050c62966dc66a01f43810f831cd44bfb35))
|
|
12
|
+
* **SDK:** upgrade to version 2.105.0-alpha.6 ([#1753](https://github.com/roomle-dev/roomle-ui/issues/1753)) ([cb0f8fc](https://github.com/roomle-dev/roomle-ui/commit/cb0f8fc5f4e8b69669151f98fa2bd96e57f6bdaa))
|
|
13
|
+
* **SDK:** upgrade to version 2.105.0-alpha.7 ([#1756](https://github.com/roomle-dev/roomle-ui/issues/1756)) ([b738694](https://github.com/roomle-dev/roomle-ui/commit/b73869440af6023b0f08a3508fdf3c874f12bd5e))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* a few more issues ([b86d1cd](https://github.com/roomle-dev/roomle-ui/commit/b86d1cdca9a0958b9e4f4c82f9d2ee4f68f076bb))
|
|
19
|
+
* clear search state when transitioning to addons view ([f8ab75b](https://github.com/roomle-dev/roomle-ui/commit/f8ab75b897ab9174de13286854e9458c3a335ff9))
|
|
20
|
+
* e2e tests ([ae5adb4](https://github.com/roomle-dev/roomle-ui/commit/ae5adb4348d9f0bc1c6dba2d25a461137244045b))
|
|
21
|
+
* more tests ([ceb588d](https://github.com/roomle-dev/roomle-ui/commit/ceb588db73276608e3b963c4802a30457d16e53d))
|
|
22
|
+
* more tests ([5dddbdf](https://github.com/roomle-dev/roomle-ui/commit/5dddbdf19b7cb4d483967e7871eb2ca12f993df1))
|
|
23
|
+
* rearrange app boot, so store can be accurately set ([f20ac2b](https://github.com/roomle-dev/roomle-ui/commit/f20ac2bb2b63f29c570e93628eac1b87ff686640))
|
|
24
|
+
* rearrange app boot, so store can be accurately set ([941975a](https://github.com/roomle-dev/roomle-ui/commit/941975a04e61d279347e39e5044534f4e9b58686))
|
|
25
|
+
* ts test errors ([7dfd75e](https://github.com/roomle-dev/roomle-ui/commit/7dfd75ec6e6c01d66f45b06bc57cf71ca451ee0f))
|
|
26
|
+
* use css variable ([72b4383](https://github.com/roomle-dev/roomle-ui/commit/72b4383481a7f8879785ba194f1209e9d60099e1))
|
|
27
|
+
* use data selector ([9977feb](https://github.com/roomle-dev/roomle-ui/commit/9977febd6fd1762348eda40e6830694c77511051))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.24.0-alpha.1",
|
|
4
4
|
"description": "This is a small library which can be used to communicate with the Roomle Configurator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./roomle-embedding-lib.umd.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"npm": "8.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@roomle/web-sdk": "2.
|
|
32
|
+
"@roomle/web-sdk": "2.105.0-alpha.7"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
onExpandedChanged?: (_isExpanded: boolean) => void;
|
|
3
|
+
direction?: "right" | "down";
|
|
4
|
+
expandOnClick?: boolean;
|
|
5
|
+
hideIndicatorOnExpand?: boolean;
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
+
onExpandedChanged?: (_isExpanded: boolean) => void;
|
|
8
|
+
direction?: "right" | "down";
|
|
9
|
+
expandOnClick?: boolean;
|
|
10
|
+
hideIndicatorOnExpand?: boolean;
|
|
11
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
2
12
|
"placeholder-icon"?(_: {
|
|
3
13
|
runOnClick: (method?: (_expanded?: boolean) => void) => void;
|
|
4
14
|
}): any;
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
onClick?: () => void;
|
|
3
|
+
dark?: boolean;
|
|
4
|
+
red?: boolean;
|
|
5
|
+
svgBigger?: boolean;
|
|
6
|
+
active?: boolean;
|
|
7
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
8
|
+
onClick?: () => void;
|
|
9
|
+
dark?: boolean;
|
|
10
|
+
red?: boolean;
|
|
11
|
+
svgBigger?: boolean;
|
|
12
|
+
active?: boolean;
|
|
13
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
2
14
|
default?(_: {}): any;
|
|
3
15
|
}>;
|
|
4
16
|
export default _default;
|
|
@@ -1,6 +1,40 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from 'vue';
|
|
1
|
+
import { ComponentPublicInstance, CSSProperties } from 'vue';
|
|
2
2
|
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
|
+
placement?: "left" | "right" | "top" | "bottom";
|
|
5
|
+
offsetPx?: number;
|
|
6
|
+
axisOffsetPx?: number;
|
|
7
|
+
arrowPx?: number;
|
|
8
|
+
customTooltipStyle?: CSSProperties;
|
|
9
|
+
noHover?: boolean;
|
|
10
|
+
onClick?: boolean;
|
|
11
|
+
mobileBehavior?: boolean;
|
|
12
|
+
hideDelayMs?: number;
|
|
13
|
+
fadeIn?: boolean;
|
|
14
|
+
showControls?: boolean;
|
|
15
|
+
visible?: boolean;
|
|
16
|
+
preventHide?: boolean;
|
|
17
|
+
disableTeleport?: boolean;
|
|
18
|
+
noPadding?: boolean;
|
|
19
|
+
autoWidth?: boolean;
|
|
20
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
21
|
+
placement?: "left" | "right" | "top" | "bottom";
|
|
22
|
+
offsetPx?: number;
|
|
23
|
+
axisOffsetPx?: number;
|
|
24
|
+
arrowPx?: number;
|
|
25
|
+
customTooltipStyle?: CSSProperties;
|
|
26
|
+
noHover?: boolean;
|
|
27
|
+
onClick?: boolean;
|
|
28
|
+
mobileBehavior?: boolean;
|
|
29
|
+
hideDelayMs?: number;
|
|
30
|
+
fadeIn?: boolean;
|
|
31
|
+
showControls?: boolean;
|
|
32
|
+
visible?: boolean;
|
|
33
|
+
preventHide?: boolean;
|
|
34
|
+
disableTeleport?: boolean;
|
|
35
|
+
noPadding?: boolean;
|
|
36
|
+
autoWidth?: boolean;
|
|
37
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
4
38
|
target(_props: {
|
|
5
39
|
setTarget: (_el: Element | ComponentPublicInstance) => void;
|
|
6
40
|
show: () => void;
|
package/src/common/components/collection-view/-utils/collection-view-dynamic-components.d.ts
CHANGED
|
@@ -2852,18 +2852,69 @@ declare const dynamicComponents: {
|
|
|
2852
2852
|
parameter: import('./types').CollectionViewElement<import('./types').CollectionViewElementPossibleTypes>[];
|
|
2853
2853
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2854
2854
|
readonly Tooltip: {
|
|
2855
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2855
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2856
|
+
placement?: "left" | "right" | "top" | "bottom";
|
|
2857
|
+
offsetPx?: number;
|
|
2858
|
+
axisOffsetPx?: number;
|
|
2859
|
+
arrowPx?: number;
|
|
2860
|
+
customTooltipStyle?: import('vue').CSSProperties;
|
|
2861
|
+
noHover?: boolean;
|
|
2862
|
+
onClick?: boolean;
|
|
2863
|
+
mobileBehavior?: boolean;
|
|
2864
|
+
hideDelayMs?: number;
|
|
2865
|
+
fadeIn?: boolean;
|
|
2866
|
+
showControls?: boolean;
|
|
2867
|
+
visible?: boolean;
|
|
2868
|
+
preventHide?: boolean;
|
|
2869
|
+
disableTeleport?: boolean;
|
|
2870
|
+
noPadding?: boolean;
|
|
2871
|
+
autoWidth?: boolean;
|
|
2872
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2856
2873
|
P: {};
|
|
2857
2874
|
B: {};
|
|
2858
2875
|
D: {};
|
|
2859
2876
|
C: {};
|
|
2860
2877
|
M: {};
|
|
2861
2878
|
Defaults: {};
|
|
2862
|
-
}, Readonly<{
|
|
2879
|
+
}, Readonly<{
|
|
2880
|
+
placement?: "left" | "right" | "top" | "bottom";
|
|
2881
|
+
offsetPx?: number;
|
|
2882
|
+
axisOffsetPx?: number;
|
|
2883
|
+
arrowPx?: number;
|
|
2884
|
+
customTooltipStyle?: import('vue').CSSProperties;
|
|
2885
|
+
noHover?: boolean;
|
|
2886
|
+
onClick?: boolean;
|
|
2887
|
+
mobileBehavior?: boolean;
|
|
2888
|
+
hideDelayMs?: number;
|
|
2889
|
+
fadeIn?: boolean;
|
|
2890
|
+
showControls?: boolean;
|
|
2891
|
+
visible?: boolean;
|
|
2892
|
+
preventHide?: boolean;
|
|
2893
|
+
disableTeleport?: boolean;
|
|
2894
|
+
noPadding?: boolean;
|
|
2895
|
+
autoWidth?: boolean;
|
|
2896
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2863
2897
|
__isFragment?: never;
|
|
2864
2898
|
__isTeleport?: never;
|
|
2865
2899
|
__isSuspense?: never;
|
|
2866
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
2900
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
2901
|
+
placement?: "left" | "right" | "top" | "bottom";
|
|
2902
|
+
offsetPx?: number;
|
|
2903
|
+
axisOffsetPx?: number;
|
|
2904
|
+
arrowPx?: number;
|
|
2905
|
+
customTooltipStyle?: import('vue').CSSProperties;
|
|
2906
|
+
noHover?: boolean;
|
|
2907
|
+
onClick?: boolean;
|
|
2908
|
+
mobileBehavior?: boolean;
|
|
2909
|
+
hideDelayMs?: number;
|
|
2910
|
+
fadeIn?: boolean;
|
|
2911
|
+
showControls?: boolean;
|
|
2912
|
+
visible?: boolean;
|
|
2913
|
+
preventHide?: boolean;
|
|
2914
|
+
disableTeleport?: boolean;
|
|
2915
|
+
noPadding?: boolean;
|
|
2916
|
+
autoWidth?: boolean;
|
|
2917
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2867
2918
|
$slots: Readonly<{
|
|
2868
2919
|
target(_props: {
|
|
2869
2920
|
setTarget: (_el: Element | import('vue').ComponentPublicInstance) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CollectionViewComponentIcon, CollectionViewElement, CollectionViewElementPossibleTypes } from '../collection-view/-utils/types';
|
|
2
2
|
import { UiPossibleChildTag } from '@roomle/web-sdk/lib/definitions/typings/kernel';
|
|
3
3
|
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
5
5
|
label?: string;
|
|
6
6
|
svgIcon?: string;
|
|
7
7
|
componentIcon?: CollectionViewComponentIcon<Record<string, any>>;
|
|
@@ -27,15 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
27
27
|
payload?: UiPossibleChildTag;
|
|
28
28
|
getTemplate?: (element: CollectionViewElement<CollectionViewElementPossibleTypes>) => string;
|
|
29
29
|
disabled?: boolean;
|
|
30
|
-
}
|
|
31
|
-
label: any;
|
|
32
|
-
elemKey: string;
|
|
33
|
-
type: string;
|
|
34
|
-
isLast: boolean;
|
|
35
|
-
hideBottomBorder: boolean;
|
|
36
|
-
element: any;
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
30
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
39
31
|
label?: string;
|
|
40
32
|
svgIcon?: string;
|
|
41
33
|
componentIcon?: CollectionViewComponentIcon<Record<string, any>>;
|
|
@@ -61,15 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
61
53
|
payload?: UiPossibleChildTag;
|
|
62
54
|
getTemplate?: (element: CollectionViewElement<CollectionViewElementPossibleTypes>) => string;
|
|
63
55
|
disabled?: boolean;
|
|
64
|
-
}>, {
|
|
65
|
-
label: any;
|
|
66
|
-
elemKey: string;
|
|
67
|
-
type: string;
|
|
68
|
-
isLast: boolean;
|
|
69
|
-
hideBottomBorder: boolean;
|
|
70
|
-
element: any;
|
|
71
|
-
disabled: boolean;
|
|
72
|
-
}>>> & Readonly<{}>, {
|
|
56
|
+
}> & Readonly<{}>, {
|
|
73
57
|
label: string;
|
|
74
58
|
type: string;
|
|
75
59
|
element: CollectionViewElement<CollectionViewElementPossibleTypes>;
|
|
@@ -81,25 +65,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
81
65
|
default?(_: {}): any;
|
|
82
66
|
}>;
|
|
83
67
|
export default _default;
|
|
84
|
-
type __VLS_WithDefaults<P, D> = {
|
|
85
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
86
|
-
default: D[K];
|
|
87
|
-
}> : P[K];
|
|
88
|
-
};
|
|
89
|
-
type __VLS_Prettify<T> = {
|
|
90
|
-
[K in keyof T]: T[K];
|
|
91
|
-
} & {};
|
|
92
68
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
93
69
|
new (): {
|
|
94
70
|
$slots: S;
|
|
95
71
|
};
|
|
96
72
|
};
|
|
97
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
98
|
-
type __VLS_TypePropsToOption<T> = {
|
|
99
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
100
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
101
|
-
} : {
|
|
102
|
-
type: import('vue').PropType<T[K]>;
|
|
103
|
-
required: true;
|
|
104
|
-
};
|
|
105
|
-
};
|
|
@@ -13,33 +13,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
13
|
focusInput: () => void;
|
|
14
14
|
blurInput: () => void;
|
|
15
15
|
selectInput: () => void;
|
|
16
|
-
getBaseInputRef: () => import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
17
|
-
pauseInputListeners
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: import('vue').PropType<string>;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{
|
|
16
|
+
getBaseInputRef: () => import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
17
|
+
pauseInputListeners?: boolean;
|
|
18
|
+
modelValue?: string;
|
|
19
|
+
}> & Readonly<{
|
|
25
20
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
26
21
|
}>, {
|
|
27
22
|
inputElement: import('vue').Ref<HTMLInputElement, HTMLInputElement>;
|
|
28
23
|
focus: typeof focus;
|
|
29
24
|
blur: typeof blur;
|
|
30
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
31
26
|
"update:modelValue": (value: string) => any;
|
|
32
|
-
}, import('vue').
|
|
33
|
-
pauseInputListeners: {
|
|
34
|
-
type: import('vue').PropType<boolean>;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
modelValue: {
|
|
38
|
-
type: import('vue').PropType<string>;
|
|
39
|
-
};
|
|
40
|
-
}>> & Readonly<{
|
|
41
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
42
|
-
}>, {
|
|
27
|
+
}, import('vue').PublicProps, {
|
|
43
28
|
pauseInputListeners: boolean;
|
|
44
29
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
45
30
|
P: {};
|
|
@@ -48,15 +33,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
48
33
|
C: {};
|
|
49
34
|
M: {};
|
|
50
35
|
Defaults: {};
|
|
51
|
-
}, Readonly<
|
|
52
|
-
pauseInputListeners
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
};
|
|
56
|
-
modelValue: {
|
|
57
|
-
type: import('vue').PropType<string>;
|
|
58
|
-
};
|
|
59
|
-
}>> & Readonly<{
|
|
36
|
+
}, Readonly<{
|
|
37
|
+
pauseInputListeners?: boolean;
|
|
38
|
+
modelValue?: string;
|
|
39
|
+
}> & Readonly<{
|
|
60
40
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
61
41
|
}>, {
|
|
62
42
|
inputElement: import('vue').Ref<HTMLInputElement, HTMLInputElement>;
|
|
@@ -64,33 +44,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
64
44
|
blur: typeof blur;
|
|
65
45
|
}, {}, {}, {}, {
|
|
66
46
|
pauseInputListeners: boolean;
|
|
67
|
-
}>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
68
|
-
pauseInputListeners
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
};
|
|
72
|
-
modelValue: {
|
|
73
|
-
type: import('vue').PropType<string>;
|
|
74
|
-
};
|
|
75
|
-
}>> & Readonly<{
|
|
47
|
+
}>, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
48
|
+
pauseInputListeners?: boolean;
|
|
49
|
+
modelValue?: string;
|
|
50
|
+
}> & Readonly<{
|
|
76
51
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
77
52
|
}>, {
|
|
78
53
|
inputElement: import('vue').Ref<HTMLInputElement, HTMLInputElement>;
|
|
79
54
|
focus: typeof focus;
|
|
80
55
|
blur: typeof blur;
|
|
81
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
82
57
|
"update:modelValue": (value: string) => any;
|
|
83
|
-
}, import('vue').
|
|
84
|
-
pauseInputListeners: {
|
|
85
|
-
type: import('vue').PropType<boolean>;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
modelValue: {
|
|
89
|
-
type: import('vue').PropType<string>;
|
|
90
|
-
};
|
|
91
|
-
}>> & Readonly<{
|
|
92
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
|
93
|
-
}>, {
|
|
58
|
+
}, import('vue').PublicProps, {
|
|
94
59
|
pauseInputListeners: boolean;
|
|
95
60
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
96
61
|
P: {};
|
|
@@ -99,15 +64,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
99
64
|
C: {};
|
|
100
65
|
M: {};
|
|
101
66
|
Defaults: {};
|
|
102
|
-
}, Readonly<
|
|
103
|
-
pauseInputListeners
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
};
|
|
107
|
-
modelValue: {
|
|
108
|
-
type: import('vue').PropType<string>;
|
|
109
|
-
};
|
|
110
|
-
}>> & Readonly<{
|
|
67
|
+
}, Readonly<{
|
|
68
|
+
pauseInputListeners?: boolean;
|
|
69
|
+
modelValue?: string;
|
|
70
|
+
}> & Readonly<{
|
|
111
71
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
112
72
|
}>, {
|
|
113
73
|
inputElement: import('vue').Ref<HTMLInputElement, HTMLInputElement>;
|
|
@@ -1,39 +1,18 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
pauseInputListeners?: boolean;
|
|
3
3
|
modelValue?: string;
|
|
4
|
-
}
|
|
5
|
-
pauseInputListeners: boolean;
|
|
6
|
-
}>>, {
|
|
4
|
+
}, {
|
|
7
5
|
inputElement: import('vue').Ref<HTMLInputElement, HTMLInputElement>;
|
|
8
6
|
focus: typeof focus;
|
|
9
7
|
blur: typeof blur;
|
|
10
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11
9
|
"update:modelValue": (value: string) => any;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
13
11
|
pauseInputListeners?: boolean;
|
|
14
12
|
modelValue?: string;
|
|
15
|
-
}
|
|
16
|
-
pauseInputListeners: boolean;
|
|
17
|
-
}>>> & Readonly<{
|
|
13
|
+
}> & Readonly<{
|
|
18
14
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
19
15
|
}>, {
|
|
20
16
|
pauseInputListeners: boolean;
|
|
21
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
18
|
export default _default;
|
|
23
|
-
type __VLS_WithDefaults<P, D> = {
|
|
24
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
-
default: D[K];
|
|
26
|
-
}> : P[K];
|
|
27
|
-
};
|
|
28
|
-
type __VLS_Prettify<T> = {
|
|
29
|
-
[K in keyof T]: T[K];
|
|
30
|
-
} & {};
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToOption<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
8
8
|
options: SelectDropdownOptions[];
|
|
9
9
|
selected: any;
|
|
10
10
|
tabindex: number;
|
|
11
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
12
|
change: (_value: any) => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<{
|
|
14
14
|
options: SelectDropdownOptions[];
|
|
@@ -121,7 +121,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
121
121
|
disabled: boolean;
|
|
122
122
|
isOpen: boolean;
|
|
123
123
|
}, {}, {
|
|
124
|
-
ArrowButton: import('vue').DefineComponent<{
|
|
124
|
+
ArrowButton: import('vue').DefineComponent<{
|
|
125
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
126
|
+
direction?: string;
|
|
127
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
128
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
129
|
+
direction?: string;
|
|
130
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
125
131
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
126
132
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
127
133
|
HeightToggle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -149,7 +155,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
155
|
disabled: boolean;
|
|
150
156
|
isOpen: boolean;
|
|
151
157
|
}, {}, {
|
|
152
|
-
ArrowButton: import('vue').DefineComponent<{
|
|
158
|
+
ArrowButton: import('vue').DefineComponent<{
|
|
159
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
160
|
+
direction?: string;
|
|
161
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
162
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
163
|
+
direction?: string;
|
|
164
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
153
165
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
154
166
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
155
167
|
PartListHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -43,7 +43,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
red: boolean;
|
|
45
45
|
}, {}, {
|
|
46
|
-
Spinner: import('vue').DefineComponent<{
|
|
46
|
+
Spinner: import('vue').DefineComponent<{
|
|
47
|
+
size?: string;
|
|
48
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
49
|
+
size?: string;
|
|
50
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
51
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
52
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
49
53
|
export default _default;
|
|
@@ -34,7 +34,11 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
|
34
34
|
disabled: boolean;
|
|
35
35
|
red: boolean;
|
|
36
36
|
}, {}, {
|
|
37
|
-
Spinner: import('vue').DefineComponent<{
|
|
37
|
+
Spinner: import('vue').DefineComponent<{
|
|
38
|
+
size?: string;
|
|
39
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
40
|
+
size?: string;
|
|
41
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
42
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
43
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
40
44
|
export default _default;
|
|
@@ -43,7 +43,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
red: boolean;
|
|
45
45
|
}, {}, {
|
|
46
|
-
Spinner: import('vue').DefineComponent<{
|
|
46
|
+
Spinner: import('vue').DefineComponent<{
|
|
47
|
+
size?: string;
|
|
48
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
49
|
+
size?: string;
|
|
50
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
51
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
52
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
49
53
|
export default _default;
|
|
@@ -44,7 +44,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
red: boolean;
|
|
46
46
|
}, {}, {
|
|
47
|
-
Spinner: import('vue').DefineComponent<{
|
|
47
|
+
Spinner: import('vue').DefineComponent<{
|
|
48
|
+
size?: string;
|
|
49
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
50
|
+
size?: string;
|
|
51
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
52
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
49
53
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
50
54
|
export default _default;
|
|
@@ -68,7 +68,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
isOpen: boolean;
|
|
70
70
|
}, {}, {
|
|
71
|
-
ArrowButton: import('vue').DefineComponent<{
|
|
71
|
+
ArrowButton: import('vue').DefineComponent<{
|
|
72
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
73
|
+
direction?: string;
|
|
74
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
75
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
76
|
+
direction?: string;
|
|
77
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
72
78
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
73
79
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
74
80
|
HeightToggle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -96,7 +102,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
102
|
disabled: boolean;
|
|
97
103
|
isOpen: boolean;
|
|
98
104
|
}, {}, {
|
|
99
|
-
ArrowButton: import('vue').DefineComponent<{
|
|
105
|
+
ArrowButton: import('vue').DefineComponent<{
|
|
106
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
107
|
+
direction?: string;
|
|
108
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
109
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
110
|
+
direction?: string;
|
|
111
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
100
112
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
101
113
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
114
|
export default _default;
|
|
@@ -48,7 +48,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
48
48
|
disabled: boolean;
|
|
49
49
|
isOpen: boolean;
|
|
50
50
|
}, {}, {
|
|
51
|
-
ArrowButton: import('vue').DefineComponent<{
|
|
51
|
+
ArrowButton: import('vue').DefineComponent<{
|
|
52
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
53
|
+
direction?: string;
|
|
54
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
55
|
+
onClick?: (_payload: MouseEvent) => void;
|
|
56
|
+
direction?: string;
|
|
57
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
58
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
59
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
54
60
|
export default _default;
|
|
@@ -1,22 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
text: StringConstructor;
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
showButton: boolean;
|
|
13
|
-
}, {}, {
|
|
14
|
-
SvgIcon: import('vue').DefineComponent<{
|
|
15
|
-
icon: string;
|
|
16
|
-
}, {
|
|
17
|
-
svgIcon: import('vue').Ref<HTMLOrSVGElement, HTMLOrSVGElement>;
|
|
18
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
19
|
-
icon: string;
|
|
20
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
onClick?: (payload: MouseEvent) => void;
|
|
3
|
+
showButton?: boolean;
|
|
4
|
+
text?: string;
|
|
5
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
+
onClick?: (payload: MouseEvent) => void;
|
|
7
|
+
showButton?: boolean;
|
|
8
|
+
text?: string;
|
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
10
|
export default _default;
|