@ouestfrance/sipa-bms-ui 8.47.0 → 8.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/animated-icons/AnimatedActivityIcon.vue.d.ts +1 -132
- package/dist/assets/animated-icons/AnimatedCircleHelpIcon.vue.d.ts +1 -132
- package/dist/assets/animated-icons/AnimatedHomeIcon.vue.d.ts +1 -132
- package/dist/components/button/BmsButton.vue.d.ts +11 -7
- package/dist/components/button/BmsIconButton.vue.d.ts +3 -3
- package/dist/components/button/BmsSwitchIconButton.vue.d.ts +18 -0
- package/dist/components/button/BmsToggleIcon.vue.d.ts +4 -4
- package/dist/components/button/UiButton.vue.d.ts +11 -7
- package/dist/components/button/UiButtonLink.vue.d.ts +8 -5
- package/dist/components/feedback/BmsAlert.vue.d.ts +11 -7
- package/dist/components/feedback/BmsBadge.vue.d.ts +9 -6
- package/dist/components/feedback/BmsCaption.vue.d.ts +1 -1
- package/dist/components/feedback/BmsCircularProgress.vue.d.ts +1 -1
- package/dist/components/feedback/BmsGhost.vue.d.ts +6 -8
- package/dist/components/feedback/BmsLoader.vue.d.ts +1 -1
- package/dist/components/feedback/BmsTooltip.vue.d.ts +11 -9
- package/dist/components/feedback/UiTooltip.vue.d.ts +4 -6
- package/dist/components/form/BmsAutocomplete.vue.d.ts +3 -214
- package/dist/components/form/BmsChip.vue.d.ts +4 -4
- package/dist/components/form/BmsCombobox.vue.d.ts +26 -22
- package/dist/components/form/BmsFilePicker.vue.d.ts +1 -1
- package/dist/components/form/BmsInputBooleanCheckbox.vue.d.ts +3 -3
- package/dist/components/form/BmsInputCheckboxCaption.vue.d.ts +4 -4
- package/dist/components/form/BmsInputCode.vue.d.ts +2 -2
- package/dist/components/form/BmsInputFile.vue.d.ts +1 -3
- package/dist/components/form/BmsInputRadio.vue.d.ts +4 -4
- package/dist/components/form/BmsInputRadioCaption.vue.d.ts +4 -4
- package/dist/components/form/BmsInputRadioCaptionGroup.vue.d.ts +3 -3
- package/dist/components/form/BmsInputRadioGroup.vue.d.ts +3 -3
- package/dist/components/form/BmsInputText.vue.d.ts +10 -108
- package/dist/components/form/BmsMultiSelect.vue.d.ts +3 -5
- package/dist/components/form/BmsSearch.vue.d.ts +1 -197
- package/dist/components/form/BmsSelect.vue.d.ts +3 -5
- package/dist/components/form/BmsServerAutocomplete.vue.d.ts +2 -2
- package/dist/components/form/BmsTag.vue.d.ts +9 -6
- package/dist/components/form/BmsTextArea.vue.d.ts +1 -3
- package/dist/components/form/RawAutocomplete.vue.d.ts +16 -113
- package/dist/components/form/RawInputText.vue.d.ts +11 -9
- package/dist/components/form/RawSelect.vue.d.ts +11 -8
- package/dist/components/form/UiBmsInputCheckbox.vue.d.ts +4 -4
- package/dist/components/layout/BmsCard.vue.d.ts +11 -10
- package/dist/components/layout/BmsContentPageLayout.vue.d.ts +13 -8
- package/dist/components/layout/BmsFloatingWindow.vue.d.ts +11 -11
- package/dist/components/layout/BmsForm.vue.d.ts +2 -2
- package/dist/components/layout/BmsHeader.vue.d.ts +3 -3
- package/dist/components/layout/BmsHeaderTitle.vue.d.ts +13 -8
- package/dist/components/layout/BmsModal.vue.d.ts +24 -20
- package/dist/components/layout/BmsOverlay.vue.d.ts +3 -3
- package/dist/components/layout/BmsSection.vue.d.ts +9 -6
- package/dist/components/layout/BmsSidePanel.vue.d.ts +4 -4
- package/dist/components/layout/BmsSlidingPanelShell.vue.d.ts +11 -7
- package/dist/components/layout/BmsSplitWindow.vue.d.ts +13 -11
- package/dist/components/layout/BmsStep.vue.d.ts +9 -6
- package/dist/components/layout/BmsStepper.vue.d.ts +1 -1
- package/dist/components/layout/UiPopoverMenu.vue.d.ts +4 -6
- package/dist/components/navigation/BmsBackButton.vue.d.ts +3 -3
- package/dist/components/navigation/BmsBreadcrumb.vue.d.ts +1 -1
- package/dist/components/navigation/BmsFixedMenu.vue.d.ts +14 -9
- package/dist/components/navigation/BmsLink.vue.d.ts +9 -6
- package/dist/components/navigation/BmsMenu.vue.d.ts +11 -10
- package/dist/components/navigation/BmsMenuNav.vue.d.ts +17 -13
- package/dist/components/navigation/BmsShortLinkMenu.vue.d.ts +9 -6
- package/dist/components/navigation/BmsTabs.vue.d.ts +1 -1
- package/dist/components/navigation/BmsTenantSwitcher.vue.d.ts +1 -3
- package/dist/components/navigation/UiMenuItem.vue.d.ts +4 -4
- package/dist/components/navigation/UiTab.vue.d.ts +4 -4
- package/dist/components/navigation/UiTabs.vue.d.ts +5 -5
- package/dist/components/navigation/UiTenantLabel.vue.d.ts +1 -1
- package/dist/components/navigation/UiTenantSwitcher.vue.d.ts +1 -199
- package/dist/components/table/BmsEmptyScreen.vue.d.ts +1 -1
- package/dist/components/table/BmsPagination.vue.d.ts +5 -7
- package/dist/components/table/BmsServerTable.vue.d.ts +5 -5
- package/dist/components/table/BmsTable.vue.d.ts +5 -5
- package/dist/components/table/BmsTableFilters.vue.d.ts +1 -198
- package/dist/components/table/DraggableList.vue.d.ts +5 -7
- package/dist/components/table/UiBmsTable.vue.d.ts +37 -28
- package/dist/components/table/UiBmsTableRow.vue.d.ts +24 -16
- package/dist/components/table/UiFilterButton.vue.d.ts +1 -1
- package/dist/components/utils/BmsCocarde.vue.d.ts +1 -1
- package/dist/components/utils/BmsProblem.vue.d.ts +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/mockServiceWorker.js +1 -1
- package/dist/models/index.d.ts +1 -0
- package/dist/models/switch-icon-button.model.d.ts +6 -0
- package/dist/plugins/feature-flipper/FeatureFlipper.vue.d.ts +3 -3
- package/dist/plugins/feature-flipper/FeatureFlipperModal.vue.d.ts +3 -3
- package/dist/plugins/field/FieldComponent.vue.d.ts +9 -9
- package/dist/plugins/field/FieldDatalist.vue.d.ts +15 -13
- package/dist/plugins/field/SkeletonField.vue.d.ts +1 -1
- package/dist/plugins/notifications/NotificationItem.vue.d.ts +1 -1
- package/dist/sipa-bms-ui.css +126 -9
- package/dist/sipa-bms-ui.es.js +7443 -5222
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +7443 -5221
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +21 -21
- package/src/components/button/BmsSwitchIconButton.stories.js +85 -0
- package/src/components/button/BmsSwitchIconButton.vue +277 -0
- package/src/components/form/BmsInputToggle.vue +5 -2
- package/src/index.ts +2 -0
- package/src/models/index.ts +1 -0
- package/src/models/switch-icon-button.model.ts +7 -0
|
@@ -9,5 +9,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
9
|
}> & Readonly<{}>, {
|
|
10
10
|
mode: StatusType;
|
|
11
11
|
size: string | number;
|
|
12
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -6,22 +6,24 @@ type __VLS_Props = {
|
|
|
6
6
|
activated?: boolean;
|
|
7
7
|
};
|
|
8
8
|
declare function toggleTooltip(state: boolean): void;
|
|
9
|
-
declare
|
|
9
|
+
declare var __VLS_8: {}, __VLS_10: {}, __VLS_12: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
tooltipText?: (props: typeof __VLS_8) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_10) => any;
|
|
14
|
+
} & {
|
|
15
|
+
default?: (props: typeof __VLS_12) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<__VLS_Props, {
|
|
10
18
|
toggle: typeof toggleTooltip;
|
|
11
19
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
20
|
focus: boolean;
|
|
13
21
|
direction: TooltipDirection;
|
|
14
22
|
tooltipText: string;
|
|
15
23
|
activated: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
17
|
-
tooltipAnchor: HTMLDivElement;
|
|
18
|
-
}, any>, {
|
|
19
|
-
tooltipText?(_: {}): any;
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
default?(_: {}): any;
|
|
22
|
-
}>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
23
25
|
export default _default;
|
|
24
|
-
type
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
27
|
new (): {
|
|
26
28
|
$slots: S;
|
|
27
29
|
};
|
|
@@ -11,16 +11,14 @@ type __VLS_Props = {
|
|
|
11
11
|
bottom: number;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
declare const _default:
|
|
14
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
15
|
visible: boolean;
|
|
16
16
|
direction: TooltipDirection;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
-
|
|
19
|
-
}, any>, {
|
|
20
|
-
default?(_: {}): any;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
18
|
+
default?: ((props: {}) => any) | undefined;
|
|
21
19
|
}>;
|
|
22
20
|
export default _default;
|
|
23
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
22
|
new (): {
|
|
25
23
|
$slots: S;
|
|
26
24
|
};
|
|
@@ -8,9 +8,9 @@ export interface Props extends FieldComponentProps {
|
|
|
8
8
|
canAddNewOption?: boolean;
|
|
9
9
|
}
|
|
10
10
|
type __VLS_Props = Props;
|
|
11
|
-
type __VLS_PublicProps = {
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
12
12
|
'modelValue'?: string;
|
|
13
|
-
}
|
|
13
|
+
};
|
|
14
14
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
15
15
|
setFocus: () => void | undefined;
|
|
16
16
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -25,216 +25,5 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
25
25
|
onAddNewOption?: ((newOption: string) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
open: boolean;
|
|
28
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
29
|
-
autocompleteElement: ({
|
|
30
|
-
$: import('vue').ComponentInternalInstance;
|
|
31
|
-
$data: {};
|
|
32
|
-
$props: {
|
|
33
|
-
readonly modelValue: string | null;
|
|
34
|
-
readonly options: InputOption[];
|
|
35
|
-
readonly label?: string | undefined;
|
|
36
|
-
readonly placeholder?: string | undefined;
|
|
37
|
-
readonly open?: boolean | undefined;
|
|
38
|
-
readonly canAddNewOption?: boolean | undefined;
|
|
39
|
-
readonly newOption?: string | undefined;
|
|
40
|
-
readonly loading?: boolean | undefined;
|
|
41
|
-
readonly required?: boolean | undefined;
|
|
42
|
-
readonly optional?: boolean | undefined;
|
|
43
|
-
readonly helperText?: string | undefined;
|
|
44
|
-
readonly errors?: (string | import('../../models').Caption)[] | undefined;
|
|
45
|
-
readonly captions?: (string | import('../../models').Caption)[] | undefined;
|
|
46
|
-
readonly disabled?: boolean | undefined;
|
|
47
|
-
readonly small?: boolean | undefined;
|
|
48
|
-
readonly ellipsisLabel?: boolean | undefined;
|
|
49
|
-
readonly onSelect?: ((option: InputOption) => any) | undefined;
|
|
50
|
-
readonly onInput?: ((e: InputEvent) => any) | undefined;
|
|
51
|
-
readonly onBlur?: (() => any) | undefined;
|
|
52
|
-
readonly onClick?: (() => any) | undefined;
|
|
53
|
-
readonly onFocus?: (() => any) | undefined;
|
|
54
|
-
readonly "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
55
|
-
readonly onAddNewOption?: ((newOption: string) => any) | undefined;
|
|
56
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
57
|
-
$attrs: import('vue').Attrs;
|
|
58
|
-
$refs: {
|
|
59
|
-
[x: string]: unknown;
|
|
60
|
-
} & {
|
|
61
|
-
rawInput: ({
|
|
62
|
-
$: import('vue').ComponentInternalInstance;
|
|
63
|
-
$data: {};
|
|
64
|
-
$props: {
|
|
65
|
-
readonly modelValue: string | number;
|
|
66
|
-
readonly placeholder?: string | undefined;
|
|
67
|
-
readonly focus?: boolean | undefined;
|
|
68
|
-
readonly min?: number | undefined;
|
|
69
|
-
readonly max?: number | undefined;
|
|
70
|
-
readonly minlength?: number | undefined;
|
|
71
|
-
readonly maxlength?: number | undefined;
|
|
72
|
-
readonly step?: number | undefined;
|
|
73
|
-
readonly type?: import('../../models').InputType | undefined;
|
|
74
|
-
readonly label?: string | undefined;
|
|
75
|
-
readonly loading?: boolean | undefined;
|
|
76
|
-
readonly required?: boolean | undefined;
|
|
77
|
-
readonly optional?: boolean | undefined;
|
|
78
|
-
readonly helperText?: string | undefined;
|
|
79
|
-
readonly errors?: (string | import('../../models').Caption)[] | undefined;
|
|
80
|
-
readonly captions?: (string | import('../../models').Caption)[] | undefined;
|
|
81
|
-
readonly disabled?: boolean | undefined;
|
|
82
|
-
readonly small?: boolean | undefined;
|
|
83
|
-
readonly ellipsisLabel?: boolean | undefined;
|
|
84
|
-
readonly onBlur?: (() => any) | undefined;
|
|
85
|
-
readonly onClick?: (() => any) | undefined;
|
|
86
|
-
readonly onFocus?: (() => any) | undefined;
|
|
87
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
88
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
89
|
-
$attrs: import('vue').Attrs;
|
|
90
|
-
$refs: {
|
|
91
|
-
[x: string]: unknown;
|
|
92
|
-
} & {
|
|
93
|
-
input: HTMLInputElement;
|
|
94
|
-
};
|
|
95
|
-
$slots: Readonly<{
|
|
96
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
97
|
-
}>;
|
|
98
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
99
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
100
|
-
$host: Element | null;
|
|
101
|
-
$emit: ((event: "blur") => void) & ((event: "click") => void) & ((event: "focus") => void) & ((event: "update:modelValue", value: string) => void);
|
|
102
|
-
$el: HTMLSpanElement;
|
|
103
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('./RawInputText.vue').Props> & Readonly<{
|
|
104
|
-
onBlur?: (() => any) | undefined;
|
|
105
|
-
onClick?: (() => any) | undefined;
|
|
106
|
-
onFocus?: (() => any) | undefined;
|
|
107
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
108
|
-
}>, {
|
|
109
|
-
setFocus: () => void;
|
|
110
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
111
|
-
blur: () => any;
|
|
112
|
-
click: () => any;
|
|
113
|
-
focus: () => any;
|
|
114
|
-
"update:modelValue": (value: string) => any;
|
|
115
|
-
}, string, {
|
|
116
|
-
focus: boolean;
|
|
117
|
-
type: import('../../models').InputType;
|
|
118
|
-
required: boolean;
|
|
119
|
-
step: number;
|
|
120
|
-
disabled: boolean;
|
|
121
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
122
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
123
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
124
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
125
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
126
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
127
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
128
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
129
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
130
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
131
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
132
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
133
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
134
|
-
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
135
|
-
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
136
|
-
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
137
|
-
};
|
|
138
|
-
$forceUpdate: () => void;
|
|
139
|
-
$nextTick: typeof import('vue').nextTick;
|
|
140
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
141
|
-
} & Readonly<{
|
|
142
|
-
focus: boolean;
|
|
143
|
-
type: import('../../models').InputType;
|
|
144
|
-
required: boolean;
|
|
145
|
-
step: number;
|
|
146
|
-
disabled: boolean;
|
|
147
|
-
}> & Omit<Readonly<import('./RawInputText.vue').Props> & Readonly<{
|
|
148
|
-
onBlur?: (() => any) | undefined;
|
|
149
|
-
onClick?: (() => any) | undefined;
|
|
150
|
-
onFocus?: (() => any) | undefined;
|
|
151
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
152
|
-
}>, "setFocus" | ("focus" | "type" | "required" | "step" | "disabled")> & {
|
|
153
|
-
setFocus: () => void;
|
|
154
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
155
|
-
$slots: {
|
|
156
|
-
label?(_: {}): any;
|
|
157
|
-
'icon-start'?(_: {}): any;
|
|
158
|
-
'icon-end'?(_: {}): any;
|
|
159
|
-
};
|
|
160
|
-
}) | null;
|
|
161
|
-
};
|
|
162
|
-
$slots: Readonly<{
|
|
163
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
164
|
-
}>;
|
|
165
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
166
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
167
|
-
$host: Element | null;
|
|
168
|
-
$emit: ((event: "select", option: InputOption) => void) & ((event: "input", e: InputEvent) => void) & ((event: "blur") => void) & ((event: "click") => void) & ((event: "focus") => void) & ((event: "update:modelValue", value: string | null) => void) & ((event: "addNewOption", newOption: string) => void);
|
|
169
|
-
$el: any;
|
|
170
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
171
|
-
modelValue: string | null;
|
|
172
|
-
} & import('./RawAutocomplete.vue').Props> & Readonly<{
|
|
173
|
-
onSelect?: ((option: InputOption) => any) | undefined;
|
|
174
|
-
onInput?: ((e: InputEvent) => any) | undefined;
|
|
175
|
-
onBlur?: (() => any) | undefined;
|
|
176
|
-
onClick?: (() => any) | undefined;
|
|
177
|
-
onFocus?: (() => any) | undefined;
|
|
178
|
-
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
179
|
-
onAddNewOption?: ((newOption: string) => any) | undefined;
|
|
180
|
-
}>, {
|
|
181
|
-
setFocus: () => void;
|
|
182
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
|
-
select: (option: InputOption) => any;
|
|
184
|
-
input: (e: InputEvent) => any;
|
|
185
|
-
blur: () => any;
|
|
186
|
-
click: () => any;
|
|
187
|
-
focus: () => any;
|
|
188
|
-
"update:modelValue": (value: string | null) => any;
|
|
189
|
-
addNewOption: (newOption: string) => any;
|
|
190
|
-
}, string, {
|
|
191
|
-
modelValue: string | null;
|
|
192
|
-
canAddNewOption: boolean;
|
|
193
|
-
open: boolean;
|
|
194
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
195
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
196
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
197
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
198
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
199
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
200
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
201
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
202
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
203
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
204
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
205
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
206
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
207
|
-
renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
208
|
-
renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
|
|
209
|
-
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
210
|
-
};
|
|
211
|
-
$forceUpdate: () => void;
|
|
212
|
-
$nextTick: typeof import('vue').nextTick;
|
|
213
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
214
|
-
} & Readonly<{
|
|
215
|
-
modelValue: string | null;
|
|
216
|
-
canAddNewOption: boolean;
|
|
217
|
-
open: boolean;
|
|
218
|
-
}> & Omit<Readonly<{
|
|
219
|
-
modelValue: string | null;
|
|
220
|
-
} & import('./RawAutocomplete.vue').Props> & Readonly<{
|
|
221
|
-
onSelect?: ((option: InputOption) => any) | undefined;
|
|
222
|
-
onInput?: ((e: InputEvent) => any) | undefined;
|
|
223
|
-
onBlur?: (() => any) | undefined;
|
|
224
|
-
onClick?: (() => any) | undefined;
|
|
225
|
-
onFocus?: (() => any) | undefined;
|
|
226
|
-
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
227
|
-
onAddNewOption?: ((newOption: string) => any) | undefined;
|
|
228
|
-
}>, "setFocus" | ("modelValue" | "canAddNewOption" | "open")> & {
|
|
229
|
-
setFocus: () => void;
|
|
230
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
231
|
-
$slots: {
|
|
232
|
-
'icon-start'?(_: {}): any;
|
|
233
|
-
'icon-end'?(_: {}): any;
|
|
234
|
-
option?(_: {
|
|
235
|
-
option: any;
|
|
236
|
-
}): any;
|
|
237
|
-
};
|
|
238
|
-
}) | null;
|
|
239
|
-
}, any>;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
240
29
|
export default _default;
|
|
@@ -2,13 +2,13 @@ import { ChipColor } from '../../models';
|
|
|
2
2
|
interface Props {
|
|
3
3
|
color?: ChipColor;
|
|
4
4
|
}
|
|
5
|
-
declare const _default:
|
|
5
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
6
|
color: ChipColor;
|
|
7
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
8
|
-
default
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
8
|
+
default?: ((props: {}) => any) | undefined;
|
|
9
9
|
}>;
|
|
10
10
|
export default _default;
|
|
11
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
12
|
new (): {
|
|
13
13
|
$slots: S;
|
|
14
14
|
};
|
|
@@ -14,20 +14,20 @@ export interface SelectProps extends FieldComponentProps {
|
|
|
14
14
|
}>;
|
|
15
15
|
}
|
|
16
16
|
export declare const SELECT_ALL_VALUE = "__bms_select_all__";
|
|
17
|
-
declare const _default:
|
|
17
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<SelectProps & {
|
|
18
18
|
modelValue?: any | any[] | null;
|
|
19
19
|
searching?: string | undefined;
|
|
20
|
-
}
|
|
20
|
+
}, {
|
|
21
21
|
setFocus: () => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
23
|
select: (option: InputOption) => any;
|
|
24
24
|
"update:modelValue": (value: any) => any;
|
|
25
25
|
addNewOption: (newOption: any) => any;
|
|
26
26
|
"update:searching": (value: string) => any;
|
|
27
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<SelectProps & {
|
|
28
28
|
modelValue?: any | any[] | null;
|
|
29
29
|
searching?: string | undefined;
|
|
30
|
-
}
|
|
30
|
+
}> & Readonly<{
|
|
31
31
|
onSelect?: ((option: InputOption) => any) | undefined;
|
|
32
32
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
33
33
|
onAddNewOption?: ((newOption: any) => any) | undefined;
|
|
@@ -43,34 +43,38 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
43
43
|
multiple: boolean;
|
|
44
44
|
selectAll: boolean;
|
|
45
45
|
selectAllLabel: string;
|
|
46
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
47
|
-
|
|
48
|
-
inputElement: HTMLInputElement;
|
|
49
|
-
}, HTMLDivElement>, {
|
|
50
|
-
'selected-items'?(_: {
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
47
|
+
'selected-items'?: ((props: {
|
|
51
48
|
selectedItems: InputOption[];
|
|
52
49
|
dismiss: (value: string) => void;
|
|
53
|
-
})
|
|
54
|
-
|
|
50
|
+
}) => any) | undefined;
|
|
51
|
+
} & {
|
|
52
|
+
'selected-item'?: ((props: {
|
|
55
53
|
selectedItem: InputOption;
|
|
56
|
-
})
|
|
57
|
-
|
|
54
|
+
}) => any) | undefined;
|
|
55
|
+
} & {
|
|
56
|
+
'input-element'?: ((props: {
|
|
58
57
|
searching: string;
|
|
59
58
|
onOpenDatalist: () => void;
|
|
60
|
-
})
|
|
61
|
-
|
|
62
|
-
'icon-
|
|
63
|
-
|
|
59
|
+
}) => any) | undefined;
|
|
60
|
+
} & {
|
|
61
|
+
'icon-start'?: ((props: {}) => any) | undefined;
|
|
62
|
+
} & {
|
|
63
|
+
'icon-end'?: ((props: {}) => any) | undefined;
|
|
64
|
+
} & {
|
|
65
|
+
option?: ((props: {
|
|
64
66
|
option: InputOption;
|
|
65
67
|
isSelected: boolean;
|
|
66
|
-
})
|
|
67
|
-
|
|
68
|
-
'
|
|
68
|
+
}) => any) | undefined;
|
|
69
|
+
} & {
|
|
70
|
+
'search-hint'?: ((props: {}) => any) | undefined;
|
|
71
|
+
} & {
|
|
72
|
+
'new-option'?: ((props: {
|
|
69
73
|
newOption: string;
|
|
70
|
-
})
|
|
74
|
+
}) => any) | undefined;
|
|
71
75
|
}>;
|
|
72
76
|
export default _default;
|
|
73
|
-
type
|
|
77
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
74
78
|
new (): {
|
|
75
79
|
$slots: S;
|
|
76
80
|
};
|
|
@@ -12,5 +12,5 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
12
12
|
dragOverMessage: string;
|
|
13
13
|
dragOffMessage: string;
|
|
14
14
|
limit: number;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -4,7 +4,7 @@ export interface Props extends FieldComponentProps {
|
|
|
4
4
|
labelValue: string;
|
|
5
5
|
name: string;
|
|
6
6
|
}
|
|
7
|
-
declare const _default:
|
|
7
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
8
|
"update:modelValue": (value: boolean) => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -14,10 +14,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
errors: (string | import('../..').Caption)[];
|
|
16
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
17
|
-
label
|
|
17
|
+
label?: ((props: {}) => any) | undefined;
|
|
18
18
|
}>;
|
|
19
19
|
export default _default;
|
|
20
|
-
type
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
21
|
new (): {
|
|
22
22
|
$slots: S;
|
|
23
23
|
};
|
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
errors?: (string | Caption)[];
|
|
10
10
|
captions?: (string | Caption)[];
|
|
11
11
|
}
|
|
12
|
-
declare const _default:
|
|
12
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
13
|
"update:modelValue": (value: any) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -20,11 +20,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
20
20
|
value: any;
|
|
21
21
|
errors: (string | Caption)[];
|
|
22
22
|
captions: (string | Caption)[];
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
24
|
-
label
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
24
|
+
label?: ((props: {}) => any) | undefined;
|
|
25
25
|
}>;
|
|
26
26
|
export default _default;
|
|
27
|
-
type
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
28
|
new (): {
|
|
29
29
|
$slots: S;
|
|
30
30
|
};
|
|
@@ -6,9 +6,9 @@ export interface Props extends FieldComponentProps {
|
|
|
6
6
|
}
|
|
7
7
|
type __VLS_Props = Props;
|
|
8
8
|
declare const input: import('vue').ModelRef<string, string, string, string>;
|
|
9
|
-
type __VLS_PublicProps = {
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
10
10
|
modelValue?: typeof input['value'];
|
|
11
|
-
}
|
|
11
|
+
};
|
|
12
12
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
13
|
"update:modelValue": (...args: unknown[]) => any;
|
|
14
14
|
"click-json-path": (path: string) => any;
|
|
@@ -14,7 +14,5 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
14
14
|
limit: number;
|
|
15
15
|
wide: boolean;
|
|
16
16
|
accept: string;
|
|
17
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
18
|
-
inputFile: HTMLInputElement;
|
|
19
|
-
}, any>;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
18
|
export default _default;
|
|
@@ -8,7 +8,7 @@ export interface Props {
|
|
|
8
8
|
errors?: (string | Caption)[];
|
|
9
9
|
required?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare const _default:
|
|
11
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:modelValue": (value: any) => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -17,11 +17,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
17
17
|
required: boolean;
|
|
18
18
|
disabled: boolean;
|
|
19
19
|
errors: (string | Caption)[];
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
21
|
-
label
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
21
|
+
label?: ((props: {}) => any) | undefined;
|
|
22
22
|
}>;
|
|
23
23
|
export default _default;
|
|
24
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
25
|
new (): {
|
|
26
26
|
$slots: S;
|
|
27
27
|
};
|
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
errors?: (string | Caption)[];
|
|
10
10
|
captions?: (string | Caption)[];
|
|
11
11
|
}
|
|
12
|
-
declare const _default:
|
|
12
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
13
|
"update:modelValue": (value: any) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -19,11 +19,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
errors: (string | Caption)[];
|
|
21
21
|
captions: (string | Caption)[];
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
23
|
-
label
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
23
|
+
label?: ((props: {}) => any) | undefined;
|
|
24
24
|
}>;
|
|
25
25
|
export default _default;
|
|
26
|
-
type
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
27
|
new (): {
|
|
28
28
|
$slots: S;
|
|
29
29
|
};
|
|
@@ -5,7 +5,7 @@ export interface Props extends FieldComponentProps {
|
|
|
5
5
|
modelValue: any;
|
|
6
6
|
align?: 'row' | 'column';
|
|
7
7
|
}
|
|
8
|
-
declare const _default:
|
|
8
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
9
|
"update:modelValue": (value: any) => any;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -13,10 +13,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
13
13
|
options: BmsInputRadioCaptionGroupOption[];
|
|
14
14
|
align: "row" | "column";
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
16
|
-
default
|
|
16
|
+
default?: ((props: {}) => any) | undefined;
|
|
17
17
|
}>;
|
|
18
18
|
export default _default;
|
|
19
|
-
type
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
20
|
new (): {
|
|
21
21
|
$slots: S;
|
|
22
22
|
};
|
|
@@ -5,7 +5,7 @@ export interface Props extends FieldComponentProps {
|
|
|
5
5
|
modelValue: any;
|
|
6
6
|
align?: 'row' | 'column';
|
|
7
7
|
}
|
|
8
|
-
declare const _default:
|
|
8
|
+
declare const _default: __VLS_WithSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
9
|
"update:modelValue": (value: any) => any;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -13,10 +13,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
|
13
13
|
values: string[] | BmsInputRadioGroupOption[];
|
|
14
14
|
align: "row" | "column";
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
16
|
-
default
|
|
16
|
+
default?: ((props: {}) => any) | undefined;
|
|
17
17
|
}>;
|
|
18
18
|
export default _default;
|
|
19
|
-
type
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
20
|
new (): {
|
|
21
21
|
$slots: S;
|
|
22
22
|
};
|