@uzum-tech/ui 1.14.0 → 1.14.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/dist/index.js +177 -143
- package/dist/index.prod.js +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +70 -0
- package/es/auto-complete/styles/light.d.ts +7 -0
- package/es/chat/src/Chat.d.ts +70 -0
- package/es/chat/src/ChatListItems.d.ts +77 -0
- package/es/chat/src/ChatMessages.d.ts +77 -0
- package/es/chat/src/ChatParts/MainArea.js +47 -54
- package/es/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/es/chat/src/styles/index.cssr.js +12 -7
- package/es/chat/styles/dark.d.ts +7 -0
- package/es/chat/styles/light.d.ts +7 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/es/color-picker/src/ColorPicker.d.ts +63 -0
- package/es/color-picker/styles/light.d.ts +7 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/es/data-table/src/TableParts/Body.d.ts +14 -0
- package/es/data-table/src/TableParts/Header.d.ts +14 -0
- package/es/data-table/src/interface.d.ts +21 -0
- package/es/data-table/styles/light.d.ts +7 -0
- package/es/date-picker/src/DatePicker.d.ts +147 -0
- package/es/date-picker/src/panel/date.d.ts +21 -0
- package/es/date-picker/src/panel/daterange.d.ts +21 -0
- package/es/date-picker/src/panel/datetime.d.ts +21 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/es/date-picker/src/panel/panelYear.d.ts +42 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/es/date-picker/styles/light.d.ts +14 -0
- package/es/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/es/date-picker-v2/styles/dark.d.ts +7 -0
- package/es/date-picker-v2/styles/light.d.ts +7 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/es/dynamic-input/src/InputPreset.d.ts +7 -0
- package/es/dynamic-input/src/PairPreset.d.ts +7 -0
- package/es/dynamic-input/styles/light.d.ts +7 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/es/dynamic-tags/styles/light.d.ts +7 -0
- package/es/input/src/Input.d.ts +77 -0
- package/es/input/src/Input.js +9 -1
- package/es/input/src/InputGroupLabel.d.ts +63 -0
- package/es/input/src/styles/input.cssr.js +1 -1
- package/es/input/styles/light.d.ts +7 -0
- package/es/input/styles/light.js +11 -1
- package/es/input-number/src/InputNumber.d.ts +70 -0
- package/es/input-number/styles/light.d.ts +7 -0
- package/es/input-otp/src/InputOtp.d.ts +70 -0
- package/es/input-otp/styles/light.d.ts +7 -0
- package/es/legacy-transfer/src/Transfer.d.ts +70 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/es/legacy-transfer/src/TransferList.d.ts +7 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/es/legacy-transfer/styles/light.d.ts +7 -0
- package/es/mention/src/Mention.d.ts +70 -0
- package/es/mention/styles/light.d.ts +7 -0
- package/es/pagination/src/Pagination.d.ts +70 -0
- package/es/pagination/styles/light.d.ts +7 -0
- package/es/time-picker/src/Panel.d.ts +7 -0
- package/es/time-picker/src/TimePicker.d.ts +70 -0
- package/es/time-picker/styles/light.d.ts +7 -0
- package/es/transfer/src/Transfer.d.ts +70 -0
- package/es/transfer/src/TransferFilter.d.ts +7 -0
- package/es/transfer/src/TransferList.d.ts +7 -0
- package/es/transfer/src/TransferListItem.d.ts +7 -0
- package/es/transfer/styles/light.d.ts +7 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +70 -0
- package/lib/auto-complete/styles/light.d.ts +7 -0
- package/lib/chat/src/Chat.d.ts +70 -0
- package/lib/chat/src/ChatListItems.d.ts +77 -0
- package/lib/chat/src/ChatMessages.d.ts +77 -0
- package/lib/chat/src/ChatParts/MainArea.js +47 -54
- package/lib/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/lib/chat/src/styles/index.cssr.js +12 -7
- package/lib/chat/styles/dark.d.ts +7 -0
- package/lib/chat/styles/light.d.ts +7 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/lib/color-picker/src/ColorPicker.d.ts +63 -0
- package/lib/color-picker/styles/light.d.ts +7 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/lib/data-table/src/TableParts/Body.d.ts +14 -0
- package/lib/data-table/src/TableParts/Header.d.ts +14 -0
- package/lib/data-table/src/interface.d.ts +21 -0
- package/lib/data-table/styles/light.d.ts +7 -0
- package/lib/date-picker/src/DatePicker.d.ts +147 -0
- package/lib/date-picker/src/panel/date.d.ts +21 -0
- package/lib/date-picker/src/panel/daterange.d.ts +21 -0
- package/lib/date-picker/src/panel/datetime.d.ts +21 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +42 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/lib/date-picker/styles/light.d.ts +14 -0
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/lib/date-picker-v2/styles/dark.d.ts +7 -0
- package/lib/date-picker-v2/styles/light.d.ts +7 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +7 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +7 -0
- package/lib/dynamic-input/styles/light.d.ts +7 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/lib/dynamic-tags/styles/light.d.ts +7 -0
- package/lib/input/src/Input.d.ts +77 -0
- package/lib/input/src/Input.js +9 -1
- package/lib/input/src/InputGroupLabel.d.ts +63 -0
- package/lib/input/src/styles/input.cssr.js +1 -1
- package/lib/input/styles/light.d.ts +7 -0
- package/lib/input/styles/light.js +11 -1
- package/lib/input-number/src/InputNumber.d.ts +70 -0
- package/lib/input-number/styles/light.d.ts +7 -0
- package/lib/input-otp/src/InputOtp.d.ts +70 -0
- package/lib/input-otp/styles/light.d.ts +7 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +70 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/lib/legacy-transfer/styles/light.d.ts +7 -0
- package/lib/mention/src/Mention.d.ts +70 -0
- package/lib/mention/styles/light.d.ts +7 -0
- package/lib/pagination/src/Pagination.d.ts +70 -0
- package/lib/pagination/styles/light.d.ts +7 -0
- package/lib/time-picker/src/Panel.d.ts +7 -0
- package/lib/time-picker/src/TimePicker.d.ts +70 -0
- package/lib/time-picker/styles/light.d.ts +7 -0
- package/lib/transfer/src/Transfer.d.ts +70 -0
- package/lib/transfer/src/TransferFilter.d.ts +7 -0
- package/lib/transfer/src/TransferList.d.ts +7 -0
- package/lib/transfer/src/TransferListItem.d.ts +7 -0
- package/lib/transfer/styles/light.d.ts +7 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -181,61 +181,54 @@ export default defineComponent({
|
|
|
181
181
|
return value != null ? String(value) : '';
|
|
182
182
|
};
|
|
183
183
|
const renderHeader = () => {
|
|
184
|
+
const chat = selectedChatRef.value;
|
|
185
|
+
const keyId = toKeyString(chat === null || chat === void 0 ? void 0 : chat.id);
|
|
186
|
+
const keyTitle = toKeyString(chat === null || chat === void 0 ? void 0 : chat.title);
|
|
184
187
|
return (h("div", { class: `${mergedClsPrefixRef.value}-chat-main__header` },
|
|
185
|
-
h(
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
default: () =>
|
|
219
|
-
}))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
default: () => profileButtonTooltipRef.value
|
|
230
|
-
}));
|
|
231
|
-
buttons.push(h(UButton, Object.assign({ type: "primary", size: "large", round: true }, closeButtonProps, { theme: mergedThemeRef.value.peers.Button, themeOverrides: mergedThemeRef.value.peerOverrides.Button, onClick: () => { var _a; return (_a = onChatClose === null || onChatClose === void 0 ? void 0 : onChatClose.value) === null || _a === void 0 ? void 0 : _a.call(onChatClose); } }), {
|
|
232
|
-
default: () => closeButtonTextRef.value
|
|
233
|
-
}));
|
|
234
|
-
return buttons;
|
|
235
|
-
})
|
|
236
|
-
})));
|
|
237
|
-
}
|
|
238
|
-
})));
|
|
188
|
+
h("div", { class: `${mergedClsPrefixRef.value}-chat-main__header-inner` },
|
|
189
|
+
h("div", { class: `${mergedClsPrefixRef.value}-chat-main__header-title-wrap` },
|
|
190
|
+
h(UText, { key: `${keyId}-${keyTitle}`, variant: "heading-s-bold", class: `${mergedClsPrefixRef.value}-chat-main__header-title`, theme: mergedThemeRef.value.peers.Typography, themeOverrides: mergedThemeRef.value.peerOverrides.Typography }, {
|
|
191
|
+
default: () => { var _a, _b; return (_b = (_a = selectedChatRef.value) === null || _a === void 0 ? void 0 : _a.title) !== null && _b !== void 0 ? _b : ''; }
|
|
192
|
+
}),
|
|
193
|
+
isTyping.value && (h(UText, { class: [
|
|
194
|
+
`${mergedClsPrefixRef.value}-chat-main__header-subtitle`,
|
|
195
|
+
'typing'
|
|
196
|
+
], variant: "body-m-medium" }, {
|
|
197
|
+
default: () => { var _a; return (_a = typingTextRef.value) !== null && _a !== void 0 ? _a : ''; }
|
|
198
|
+
}))),
|
|
199
|
+
h(UFlex, { align: "center", size: "small", class: `${mergedClsPrefixRef.value}-chat-main__header-actions` }, {
|
|
200
|
+
default: () => resolveSlot(slots.headerActions, () => {
|
|
201
|
+
const shareButtonProps = Object.assign(Object.assign({}, headerButtonPropsRef.value), headerShareButtonPropsRef.value);
|
|
202
|
+
const profileButtonProps = Object.assign(Object.assign({}, headerButtonPropsRef.value), headerProfileButtonPropsRef.value);
|
|
203
|
+
const closeButtonProps = Object.assign(Object.assign({}, headerButtonPropsRef.value), headerCloseButtonPropsRef.value);
|
|
204
|
+
const shareIconProps = Object.assign(Object.assign({}, headerIconPropsRef.value), headerShareIconPropsRef.value);
|
|
205
|
+
const profileIconProps = Object.assign(Object.assign({}, headerIconPropsRef.value), headerProfileIconPropsRef.value);
|
|
206
|
+
const buttons = [];
|
|
207
|
+
buttons.push(h(UTooltip, null, {
|
|
208
|
+
trigger: () => (h(UButton, Object.assign({ secondary: true, circle: true, size: "large" }, shareButtonProps, { theme: mergedThemeRef.value.peers.Button, themeOverrides: mergedThemeRef.value.peerOverrides.Button, onClick: () => { var _a; return (_a = onChatShare === null || onChatShare === void 0 ? void 0 : onChatShare.value) === null || _a === void 0 ? void 0 : _a.call(onChatShare); } }), {
|
|
209
|
+
default: () => (h(UIcon, Object.assign({ size: 20 }, shareIconProps, { theme: mergedThemeRef.value.peers.HeaderShareIcon, themeOverrides: mergedThemeRef.value.peerOverrides
|
|
210
|
+
.HeaderShareIcon }), {
|
|
211
|
+
default: () => h(ArrowHookUpRight, null)
|
|
212
|
+
}))
|
|
213
|
+
})),
|
|
214
|
+
default: () => shareButtonTooltipRef.value
|
|
215
|
+
}));
|
|
216
|
+
buttons.push(h(UTooltip, null, {
|
|
217
|
+
trigger: () => (h(UButton, Object.assign({ secondary: true, circle: true, size: "large" }, profileButtonProps, { theme: mergedThemeRef.value.peers.Button, themeOverrides: mergedThemeRef.value.peerOverrides.Button, onClick: () => { var _a; return (_a = onUserProfile === null || onUserProfile === void 0 ? void 0 : onUserProfile.value) === null || _a === void 0 ? void 0 : _a.call(onUserProfile); } }), {
|
|
218
|
+
default: () => (h(UIcon, Object.assign({ size: 20 }, profileIconProps, { theme: mergedThemeRef.value.peers
|
|
219
|
+
.HeaderProfileIcon, themeOverrides: mergedThemeRef.value.peerOverrides
|
|
220
|
+
.HeaderProfileIcon }), {
|
|
221
|
+
default: () => h(PersonNote, null)
|
|
222
|
+
}))
|
|
223
|
+
})),
|
|
224
|
+
default: () => profileButtonTooltipRef.value
|
|
225
|
+
}));
|
|
226
|
+
buttons.push(h(UButton, Object.assign({ type: "primary", size: "large", round: true }, closeButtonProps, { theme: mergedThemeRef.value.peers.Button, themeOverrides: mergedThemeRef.value.peerOverrides.Button, onClick: () => { var _a; return (_a = onChatClose === null || onChatClose === void 0 ? void 0 : onChatClose.value) === null || _a === void 0 ? void 0 : _a.call(onChatClose); } }), {
|
|
227
|
+
default: () => closeButtonTextRef.value
|
|
228
|
+
}));
|
|
229
|
+
return buttons;
|
|
230
|
+
})
|
|
231
|
+
}))));
|
|
239
232
|
};
|
|
240
233
|
const renderMessages = () => {
|
|
241
234
|
var _a;
|
|
@@ -88,6 +88,13 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
88
88
|
borderFocus: string;
|
|
89
89
|
boxShadowFocus: string;
|
|
90
90
|
loadingColor: string;
|
|
91
|
+
loadingColorSuccess: string;
|
|
92
|
+
borderSuccess: string;
|
|
93
|
+
borderHoverSuccess: string;
|
|
94
|
+
colorFocusSuccess: string;
|
|
95
|
+
borderFocusSuccess: string;
|
|
96
|
+
boxShadowFocusSuccess: string;
|
|
97
|
+
caretColorSuccess: string;
|
|
91
98
|
loadingColorWarning: string;
|
|
92
99
|
borderWarning: string;
|
|
93
100
|
borderHoverWarning: string;
|
|
@@ -134,23 +134,28 @@ export default cB('chat', `
|
|
|
134
134
|
width: 100%;
|
|
135
135
|
padding: 24px 20px 10px 24px;
|
|
136
136
|
flex-shrink: 0;
|
|
137
|
+
`), cE('header-inner', `
|
|
138
|
+
display: grid;
|
|
139
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
140
|
+
align-items: flex-start;
|
|
141
|
+
gap: 8px;
|
|
142
|
+
`), cE('header-title-wrap', `
|
|
143
|
+
min-width: 0;
|
|
144
|
+
overflow: hidden;
|
|
137
145
|
`), cE('header-title', `
|
|
138
146
|
color: var(--u-header-title-color);
|
|
139
|
-
|
|
140
|
-
min-width: 0;
|
|
147
|
+
display: block;
|
|
141
148
|
overflow: hidden;
|
|
142
|
-
text-overflow: ellipsis;
|
|
143
149
|
white-space: nowrap;
|
|
144
|
-
|
|
145
|
-
|
|
150
|
+
text-overflow: ellipsis;
|
|
151
|
+
width: 100%;
|
|
146
152
|
`), cE('header-subtitle', `
|
|
147
153
|
display: block;
|
|
148
154
|
color: var(--u-sidebar-item-subtitle-color);
|
|
149
155
|
overflow: hidden;
|
|
150
156
|
text-overflow: ellipsis;
|
|
151
157
|
white-space: nowrap;
|
|
152
|
-
|
|
153
|
-
maxWidth: 100%;
|
|
158
|
+
width: 100%;
|
|
154
159
|
`), cE('header-actions', `
|
|
155
160
|
padding: 4px;
|
|
156
161
|
flex-shrink: 0;
|
package/es/chat/styles/dark.d.ts
CHANGED
|
@@ -75,6 +75,13 @@ declare const chatDark: import("../../_mixins").Theme<"Chat", {
|
|
|
75
75
|
borderFocus: string;
|
|
76
76
|
boxShadowFocus: string;
|
|
77
77
|
loadingColor: string;
|
|
78
|
+
loadingColorSuccess: string;
|
|
79
|
+
borderSuccess: string;
|
|
80
|
+
borderHoverSuccess: string;
|
|
81
|
+
colorFocusSuccess: string;
|
|
82
|
+
borderFocusSuccess: string;
|
|
83
|
+
boxShadowFocusSuccess: string;
|
|
84
|
+
caretColorSuccess: string;
|
|
78
85
|
loadingColorWarning: string;
|
|
79
86
|
borderWarning: string;
|
|
80
87
|
borderHoverWarning: string;
|
|
@@ -113,6 +113,13 @@ declare const chatLight: import("../../_mixins").Theme<"Chat", {
|
|
|
113
113
|
borderFocus: string;
|
|
114
114
|
boxShadowFocus: string;
|
|
115
115
|
loadingColor: string;
|
|
116
|
+
loadingColorSuccess: string;
|
|
117
|
+
borderSuccess: string;
|
|
118
|
+
borderHoverSuccess: string;
|
|
119
|
+
colorFocusSuccess: string;
|
|
120
|
+
borderFocusSuccess: string;
|
|
121
|
+
boxShadowFocusSuccess: string;
|
|
122
|
+
caretColorSuccess: string;
|
|
116
123
|
loadingColorWarning: string;
|
|
117
124
|
borderWarning: string;
|
|
118
125
|
borderHoverWarning: string;
|
|
@@ -77,6 +77,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
77
|
borderFocus: string;
|
|
78
78
|
boxShadowFocus: string;
|
|
79
79
|
loadingColor: string;
|
|
80
|
+
loadingColorSuccess: string;
|
|
81
|
+
borderSuccess: string;
|
|
82
|
+
borderHoverSuccess: string;
|
|
83
|
+
colorFocusSuccess: string;
|
|
84
|
+
borderFocusSuccess: string;
|
|
85
|
+
boxShadowFocusSuccess: string;
|
|
86
|
+
caretColorSuccess: string;
|
|
80
87
|
loadingColorWarning: string;
|
|
81
88
|
borderWarning: string;
|
|
82
89
|
borderHoverWarning: string;
|
|
@@ -107,6 +107,13 @@ export declare const colorPickerProps: {
|
|
|
107
107
|
borderFocus: string;
|
|
108
108
|
boxShadowFocus: string;
|
|
109
109
|
loadingColor: string;
|
|
110
|
+
loadingColorSuccess: string;
|
|
111
|
+
borderSuccess: string;
|
|
112
|
+
borderHoverSuccess: string;
|
|
113
|
+
colorFocusSuccess: string;
|
|
114
|
+
borderFocusSuccess: string;
|
|
115
|
+
boxShadowFocusSuccess: string;
|
|
116
|
+
caretColorSuccess: string;
|
|
110
117
|
loadingColorWarning: string;
|
|
111
118
|
borderWarning: string;
|
|
112
119
|
borderHoverWarning: string;
|
|
@@ -411,6 +418,13 @@ export declare const colorPickerProps: {
|
|
|
411
418
|
borderFocus: string;
|
|
412
419
|
boxShadowFocus: string;
|
|
413
420
|
loadingColor: string;
|
|
421
|
+
loadingColorSuccess: string;
|
|
422
|
+
borderSuccess: string;
|
|
423
|
+
borderHoverSuccess: string;
|
|
424
|
+
colorFocusSuccess: string;
|
|
425
|
+
borderFocusSuccess: string;
|
|
426
|
+
boxShadowFocusSuccess: string;
|
|
427
|
+
caretColorSuccess: string;
|
|
414
428
|
loadingColorWarning: string;
|
|
415
429
|
borderWarning: string;
|
|
416
430
|
borderHoverWarning: string;
|
|
@@ -715,6 +729,13 @@ export declare const colorPickerProps: {
|
|
|
715
729
|
borderFocus: string;
|
|
716
730
|
boxShadowFocus: string;
|
|
717
731
|
loadingColor: string;
|
|
732
|
+
loadingColorSuccess: string;
|
|
733
|
+
borderSuccess: string;
|
|
734
|
+
borderHoverSuccess: string;
|
|
735
|
+
colorFocusSuccess: string;
|
|
736
|
+
borderFocusSuccess: string;
|
|
737
|
+
boxShadowFocusSuccess: string;
|
|
738
|
+
caretColorSuccess: string;
|
|
718
739
|
loadingColorWarning: string;
|
|
719
740
|
borderWarning: string;
|
|
720
741
|
borderHoverWarning: string;
|
|
@@ -1064,6 +1085,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1064
1085
|
borderFocus: string;
|
|
1065
1086
|
boxShadowFocus: string;
|
|
1066
1087
|
loadingColor: string;
|
|
1088
|
+
loadingColorSuccess: string;
|
|
1089
|
+
borderSuccess: string;
|
|
1090
|
+
borderHoverSuccess: string;
|
|
1091
|
+
colorFocusSuccess: string;
|
|
1092
|
+
borderFocusSuccess: string;
|
|
1093
|
+
boxShadowFocusSuccess: string;
|
|
1094
|
+
caretColorSuccess: string;
|
|
1067
1095
|
loadingColorWarning: string;
|
|
1068
1096
|
borderWarning: string;
|
|
1069
1097
|
borderHoverWarning: string;
|
|
@@ -1368,6 +1396,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1368
1396
|
borderFocus: string;
|
|
1369
1397
|
boxShadowFocus: string;
|
|
1370
1398
|
loadingColor: string;
|
|
1399
|
+
loadingColorSuccess: string;
|
|
1400
|
+
borderSuccess: string;
|
|
1401
|
+
borderHoverSuccess: string;
|
|
1402
|
+
colorFocusSuccess: string;
|
|
1403
|
+
borderFocusSuccess: string;
|
|
1404
|
+
boxShadowFocusSuccess: string;
|
|
1405
|
+
caretColorSuccess: string;
|
|
1371
1406
|
loadingColorWarning: string;
|
|
1372
1407
|
borderWarning: string;
|
|
1373
1408
|
borderHoverWarning: string;
|
|
@@ -1672,6 +1707,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1672
1707
|
borderFocus: string;
|
|
1673
1708
|
boxShadowFocus: string;
|
|
1674
1709
|
loadingColor: string;
|
|
1710
|
+
loadingColorSuccess: string;
|
|
1711
|
+
borderSuccess: string;
|
|
1712
|
+
borderHoverSuccess: string;
|
|
1713
|
+
colorFocusSuccess: string;
|
|
1714
|
+
borderFocusSuccess: string;
|
|
1715
|
+
boxShadowFocusSuccess: string;
|
|
1716
|
+
caretColorSuccess: string;
|
|
1675
1717
|
loadingColorWarning: string;
|
|
1676
1718
|
borderWarning: string;
|
|
1677
1719
|
borderHoverWarning: string;
|
|
@@ -2050,6 +2092,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2050
2092
|
borderFocus: string;
|
|
2051
2093
|
boxShadowFocus: string;
|
|
2052
2094
|
loadingColor: string;
|
|
2095
|
+
loadingColorSuccess: string;
|
|
2096
|
+
borderSuccess: string;
|
|
2097
|
+
borderHoverSuccess: string;
|
|
2098
|
+
colorFocusSuccess: string;
|
|
2099
|
+
borderFocusSuccess: string;
|
|
2100
|
+
boxShadowFocusSuccess: string;
|
|
2101
|
+
caretColorSuccess: string;
|
|
2053
2102
|
loadingColorWarning: string;
|
|
2054
2103
|
borderWarning: string;
|
|
2055
2104
|
borderHoverWarning: string;
|
|
@@ -2354,6 +2403,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2354
2403
|
borderFocus: string;
|
|
2355
2404
|
boxShadowFocus: string;
|
|
2356
2405
|
loadingColor: string;
|
|
2406
|
+
loadingColorSuccess: string;
|
|
2407
|
+
borderSuccess: string;
|
|
2408
|
+
borderHoverSuccess: string;
|
|
2409
|
+
colorFocusSuccess: string;
|
|
2410
|
+
borderFocusSuccess: string;
|
|
2411
|
+
boxShadowFocusSuccess: string;
|
|
2412
|
+
caretColorSuccess: string;
|
|
2357
2413
|
loadingColorWarning: string;
|
|
2358
2414
|
borderWarning: string;
|
|
2359
2415
|
borderHoverWarning: string;
|
|
@@ -2658,6 +2714,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2658
2714
|
borderFocus: string;
|
|
2659
2715
|
boxShadowFocus: string;
|
|
2660
2716
|
loadingColor: string;
|
|
2717
|
+
loadingColorSuccess: string;
|
|
2718
|
+
borderSuccess: string;
|
|
2719
|
+
borderHoverSuccess: string;
|
|
2720
|
+
colorFocusSuccess: string;
|
|
2721
|
+
borderFocusSuccess: string;
|
|
2722
|
+
boxShadowFocusSuccess: string;
|
|
2723
|
+
caretColorSuccess: string;
|
|
2661
2724
|
loadingColorWarning: string;
|
|
2662
2725
|
borderWarning: string;
|
|
2663
2726
|
borderHoverWarning: string;
|
|
@@ -80,6 +80,13 @@ declare const colorPickerLight: import("../../_mixins/use-theme").Theme<"ColorPi
|
|
|
80
80
|
borderFocus: string;
|
|
81
81
|
boxShadowFocus: string;
|
|
82
82
|
loadingColor: string;
|
|
83
|
+
loadingColorSuccess: string;
|
|
84
|
+
borderSuccess: string;
|
|
85
|
+
borderHoverSuccess: string;
|
|
86
|
+
colorFocusSuccess: string;
|
|
87
|
+
borderFocusSuccess: string;
|
|
88
|
+
boxShadowFocusSuccess: string;
|
|
89
|
+
caretColorSuccess: string;
|
|
83
90
|
loadingColorWarning: string;
|
|
84
91
|
borderWarning: string;
|
|
85
92
|
borderHoverWarning: string;
|
|
@@ -802,6 +802,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
802
802
|
borderFocus: string;
|
|
803
803
|
boxShadowFocus: string;
|
|
804
804
|
loadingColor: string;
|
|
805
|
+
loadingColorSuccess: string;
|
|
806
|
+
borderSuccess: string;
|
|
807
|
+
borderHoverSuccess: string;
|
|
808
|
+
colorFocusSuccess: string;
|
|
809
|
+
borderFocusSuccess: string;
|
|
810
|
+
boxShadowFocusSuccess: string;
|
|
811
|
+
caretColorSuccess: string;
|
|
805
812
|
loadingColorWarning: string;
|
|
806
813
|
borderWarning: string;
|
|
807
814
|
borderHoverWarning: string;
|
|
@@ -1750,6 +1757,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1750
1757
|
borderFocus: string;
|
|
1751
1758
|
boxShadowFocus: string;
|
|
1752
1759
|
loadingColor: string;
|
|
1760
|
+
loadingColorSuccess: string;
|
|
1761
|
+
borderSuccess: string;
|
|
1762
|
+
borderHoverSuccess: string;
|
|
1763
|
+
colorFocusSuccess: string;
|
|
1764
|
+
borderFocusSuccess: string;
|
|
1765
|
+
boxShadowFocusSuccess: string;
|
|
1766
|
+
caretColorSuccess: string;
|
|
1753
1767
|
loadingColorWarning: string;
|
|
1754
1768
|
borderWarning: string;
|
|
1755
1769
|
borderHoverWarning: string;
|
|
@@ -2698,6 +2712,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2698
2712
|
borderFocus: string;
|
|
2699
2713
|
boxShadowFocus: string;
|
|
2700
2714
|
loadingColor: string;
|
|
2715
|
+
loadingColorSuccess: string;
|
|
2716
|
+
borderSuccess: string;
|
|
2717
|
+
borderHoverSuccess: string;
|
|
2718
|
+
colorFocusSuccess: string;
|
|
2719
|
+
borderFocusSuccess: string;
|
|
2720
|
+
boxShadowFocusSuccess: string;
|
|
2721
|
+
caretColorSuccess: string;
|
|
2701
2722
|
loadingColorWarning: string;
|
|
2702
2723
|
borderWarning: string;
|
|
2703
2724
|
borderHoverWarning: string;
|
|
@@ -3669,6 +3690,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3669
3690
|
borderFocus: string;
|
|
3670
3691
|
boxShadowFocus: string;
|
|
3671
3692
|
loadingColor: string;
|
|
3693
|
+
loadingColorSuccess: string;
|
|
3694
|
+
borderSuccess: string;
|
|
3695
|
+
borderHoverSuccess: string;
|
|
3696
|
+
colorFocusSuccess: string;
|
|
3697
|
+
borderFocusSuccess: string;
|
|
3698
|
+
boxShadowFocusSuccess: string;
|
|
3699
|
+
caretColorSuccess: string;
|
|
3672
3700
|
loadingColorWarning: string;
|
|
3673
3701
|
borderWarning: string;
|
|
3674
3702
|
borderHoverWarning: string;
|
|
@@ -4178,6 +4206,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4178
4206
|
borderFocus: string;
|
|
4179
4207
|
boxShadowFocus: string;
|
|
4180
4208
|
loadingColor: string;
|
|
4209
|
+
loadingColorSuccess: string;
|
|
4210
|
+
borderSuccess: string;
|
|
4211
|
+
borderHoverSuccess: string;
|
|
4212
|
+
colorFocusSuccess: string;
|
|
4213
|
+
borderFocusSuccess: string;
|
|
4214
|
+
boxShadowFocusSuccess: string;
|
|
4215
|
+
caretColorSuccess: string;
|
|
4181
4216
|
loadingColorWarning: string;
|
|
4182
4217
|
borderWarning: string;
|
|
4183
4218
|
borderHoverWarning: string;
|
|
@@ -5216,6 +5251,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5216
5251
|
borderFocus: string;
|
|
5217
5252
|
boxShadowFocus: string;
|
|
5218
5253
|
loadingColor: string;
|
|
5254
|
+
loadingColorSuccess: string;
|
|
5255
|
+
borderSuccess: string;
|
|
5256
|
+
borderHoverSuccess: string;
|
|
5257
|
+
colorFocusSuccess: string;
|
|
5258
|
+
borderFocusSuccess: string;
|
|
5259
|
+
boxShadowFocusSuccess: string;
|
|
5260
|
+
caretColorSuccess: string;
|
|
5219
5261
|
loadingColorWarning: string;
|
|
5220
5262
|
borderWarning: string;
|
|
5221
5263
|
borderHoverWarning: string;
|
|
@@ -6164,6 +6206,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6164
6206
|
borderFocus: string;
|
|
6165
6207
|
boxShadowFocus: string;
|
|
6166
6208
|
loadingColor: string;
|
|
6209
|
+
loadingColorSuccess: string;
|
|
6210
|
+
borderSuccess: string;
|
|
6211
|
+
borderHoverSuccess: string;
|
|
6212
|
+
colorFocusSuccess: string;
|
|
6213
|
+
borderFocusSuccess: string;
|
|
6214
|
+
boxShadowFocusSuccess: string;
|
|
6215
|
+
caretColorSuccess: string;
|
|
6167
6216
|
loadingColorWarning: string;
|
|
6168
6217
|
borderWarning: string;
|
|
6169
6218
|
borderHoverWarning: string;
|
|
@@ -7112,6 +7161,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7112
7161
|
borderFocus: string;
|
|
7113
7162
|
boxShadowFocus: string;
|
|
7114
7163
|
loadingColor: string;
|
|
7164
|
+
loadingColorSuccess: string;
|
|
7165
|
+
borderSuccess: string;
|
|
7166
|
+
borderHoverSuccess: string;
|
|
7167
|
+
colorFocusSuccess: string;
|
|
7168
|
+
borderFocusSuccess: string;
|
|
7169
|
+
boxShadowFocusSuccess: string;
|
|
7170
|
+
caretColorSuccess: string;
|
|
7115
7171
|
loadingColorWarning: string;
|
|
7116
7172
|
borderWarning: string;
|
|
7117
7173
|
borderHoverWarning: string;
|
|
@@ -702,6 +702,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
702
702
|
borderFocus: string;
|
|
703
703
|
boxShadowFocus: string;
|
|
704
704
|
loadingColor: string;
|
|
705
|
+
loadingColorSuccess: string;
|
|
706
|
+
borderSuccess: string;
|
|
707
|
+
borderHoverSuccess: string;
|
|
708
|
+
colorFocusSuccess: string;
|
|
709
|
+
borderFocusSuccess: string;
|
|
710
|
+
boxShadowFocusSuccess: string;
|
|
711
|
+
caretColorSuccess: string;
|
|
705
712
|
loadingColorWarning: string;
|
|
706
713
|
borderWarning: string;
|
|
707
714
|
borderHoverWarning: string;
|
|
@@ -1211,6 +1218,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1211
1218
|
borderFocus: string;
|
|
1212
1219
|
boxShadowFocus: string;
|
|
1213
1220
|
loadingColor: string;
|
|
1221
|
+
loadingColorSuccess: string;
|
|
1222
|
+
borderSuccess: string;
|
|
1223
|
+
borderHoverSuccess: string;
|
|
1224
|
+
colorFocusSuccess: string;
|
|
1225
|
+
borderFocusSuccess: string;
|
|
1226
|
+
boxShadowFocusSuccess: string;
|
|
1227
|
+
caretColorSuccess: string;
|
|
1214
1228
|
loadingColorWarning: string;
|
|
1215
1229
|
borderWarning: string;
|
|
1216
1230
|
borderHoverWarning: string;
|
|
@@ -727,6 +727,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
727
727
|
borderFocus: string;
|
|
728
728
|
boxShadowFocus: string;
|
|
729
729
|
loadingColor: string;
|
|
730
|
+
loadingColorSuccess: string;
|
|
731
|
+
borderSuccess: string;
|
|
732
|
+
borderHoverSuccess: string;
|
|
733
|
+
colorFocusSuccess: string;
|
|
734
|
+
borderFocusSuccess: string;
|
|
735
|
+
boxShadowFocusSuccess: string;
|
|
736
|
+
caretColorSuccess: string;
|
|
730
737
|
loadingColorWarning: string;
|
|
731
738
|
borderWarning: string;
|
|
732
739
|
borderHoverWarning: string;
|
|
@@ -1236,6 +1243,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1236
1243
|
borderFocus: string;
|
|
1237
1244
|
boxShadowFocus: string;
|
|
1238
1245
|
loadingColor: string;
|
|
1246
|
+
loadingColorSuccess: string;
|
|
1247
|
+
borderSuccess: string;
|
|
1248
|
+
borderHoverSuccess: string;
|
|
1249
|
+
colorFocusSuccess: string;
|
|
1250
|
+
borderFocusSuccess: string;
|
|
1251
|
+
boxShadowFocusSuccess: string;
|
|
1252
|
+
caretColorSuccess: string;
|
|
1239
1253
|
loadingColorWarning: string;
|
|
1240
1254
|
borderWarning: string;
|
|
1241
1255
|
borderHoverWarning: string;
|
|
@@ -728,6 +728,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
728
728
|
borderFocus: string;
|
|
729
729
|
boxShadowFocus: string;
|
|
730
730
|
loadingColor: string;
|
|
731
|
+
loadingColorSuccess: string;
|
|
732
|
+
borderSuccess: string;
|
|
733
|
+
borderHoverSuccess: string;
|
|
734
|
+
colorFocusSuccess: string;
|
|
735
|
+
borderFocusSuccess: string;
|
|
736
|
+
boxShadowFocusSuccess: string;
|
|
737
|
+
caretColorSuccess: string;
|
|
731
738
|
loadingColorWarning: string;
|
|
732
739
|
borderWarning: string;
|
|
733
740
|
borderHoverWarning: string;
|
|
@@ -1237,6 +1244,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1237
1244
|
borderFocus: string;
|
|
1238
1245
|
boxShadowFocus: string;
|
|
1239
1246
|
loadingColor: string;
|
|
1247
|
+
loadingColorSuccess: string;
|
|
1248
|
+
borderSuccess: string;
|
|
1249
|
+
borderHoverSuccess: string;
|
|
1250
|
+
colorFocusSuccess: string;
|
|
1251
|
+
borderFocusSuccess: string;
|
|
1252
|
+
boxShadowFocusSuccess: string;
|
|
1253
|
+
caretColorSuccess: string;
|
|
1240
1254
|
loadingColorWarning: string;
|
|
1241
1255
|
borderWarning: string;
|
|
1242
1256
|
borderHoverWarning: string;
|
|
@@ -715,6 +715,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
715
|
borderFocus: string;
|
|
716
716
|
boxShadowFocus: string;
|
|
717
717
|
loadingColor: string;
|
|
718
|
+
loadingColorSuccess: string;
|
|
719
|
+
borderSuccess: string;
|
|
720
|
+
borderHoverSuccess: string;
|
|
721
|
+
colorFocusSuccess: string;
|
|
722
|
+
borderFocusSuccess: string;
|
|
723
|
+
boxShadowFocusSuccess: string;
|
|
724
|
+
caretColorSuccess: string;
|
|
718
725
|
loadingColorWarning: string;
|
|
719
726
|
borderWarning: string;
|
|
720
727
|
borderHoverWarning: string;
|
|
@@ -1224,6 +1231,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1224
1231
|
borderFocus: string;
|
|
1225
1232
|
boxShadowFocus: string;
|
|
1226
1233
|
loadingColor: string;
|
|
1234
|
+
loadingColorSuccess: string;
|
|
1235
|
+
borderSuccess: string;
|
|
1236
|
+
borderHoverSuccess: string;
|
|
1237
|
+
colorFocusSuccess: string;
|
|
1238
|
+
borderFocusSuccess: string;
|
|
1239
|
+
boxShadowFocusSuccess: string;
|
|
1240
|
+
caretColorSuccess: string;
|
|
1227
1241
|
loadingColorWarning: string;
|
|
1228
1242
|
borderWarning: string;
|
|
1229
1243
|
borderHoverWarning: string;
|
|
@@ -813,6 +813,13 @@ export declare const dataTableProps: {
|
|
|
813
813
|
borderFocus: string;
|
|
814
814
|
boxShadowFocus: string;
|
|
815
815
|
loadingColor: string;
|
|
816
|
+
loadingColorSuccess: string;
|
|
817
|
+
borderSuccess: string;
|
|
818
|
+
borderHoverSuccess: string;
|
|
819
|
+
colorFocusSuccess: string;
|
|
820
|
+
borderFocusSuccess: string;
|
|
821
|
+
boxShadowFocusSuccess: string;
|
|
822
|
+
caretColorSuccess: string;
|
|
816
823
|
loadingColorWarning: string;
|
|
817
824
|
borderWarning: string;
|
|
818
825
|
borderHoverWarning: string;
|
|
@@ -1761,6 +1768,13 @@ export declare const dataTableProps: {
|
|
|
1761
1768
|
borderFocus: string;
|
|
1762
1769
|
boxShadowFocus: string;
|
|
1763
1770
|
loadingColor: string;
|
|
1771
|
+
loadingColorSuccess: string;
|
|
1772
|
+
borderSuccess: string;
|
|
1773
|
+
borderHoverSuccess: string;
|
|
1774
|
+
colorFocusSuccess: string;
|
|
1775
|
+
borderFocusSuccess: string;
|
|
1776
|
+
boxShadowFocusSuccess: string;
|
|
1777
|
+
caretColorSuccess: string;
|
|
1764
1778
|
loadingColorWarning: string;
|
|
1765
1779
|
borderWarning: string;
|
|
1766
1780
|
borderHoverWarning: string;
|
|
@@ -2709,6 +2723,13 @@ export declare const dataTableProps: {
|
|
|
2709
2723
|
borderFocus: string;
|
|
2710
2724
|
boxShadowFocus: string;
|
|
2711
2725
|
loadingColor: string;
|
|
2726
|
+
loadingColorSuccess: string;
|
|
2727
|
+
borderSuccess: string;
|
|
2728
|
+
borderHoverSuccess: string;
|
|
2729
|
+
colorFocusSuccess: string;
|
|
2730
|
+
borderFocusSuccess: string;
|
|
2731
|
+
boxShadowFocusSuccess: string;
|
|
2732
|
+
caretColorSuccess: string;
|
|
2712
2733
|
loadingColorWarning: string;
|
|
2713
2734
|
borderWarning: string;
|
|
2714
2735
|
borderHoverWarning: string;
|
|
@@ -749,6 +749,13 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
|
|
|
749
749
|
borderFocus: string;
|
|
750
750
|
boxShadowFocus: string;
|
|
751
751
|
loadingColor: string;
|
|
752
|
+
loadingColorSuccess: string;
|
|
753
|
+
borderSuccess: string;
|
|
754
|
+
borderHoverSuccess: string;
|
|
755
|
+
colorFocusSuccess: string;
|
|
756
|
+
borderFocusSuccess: string;
|
|
757
|
+
boxShadowFocusSuccess: string;
|
|
758
|
+
caretColorSuccess: string;
|
|
752
759
|
loadingColorWarning: string;
|
|
753
760
|
borderWarning: string;
|
|
754
761
|
borderHoverWarning: string;
|