@uzum-tech/ui 1.7.0 → 1.7.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 +1365 -41760
- package/dist/index.prod.js +3 -3
- package/es/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
- package/es/_internal/icons/CheckmarkDoneSharp.js +10 -0
- package/es/_internal/icons/MdTime.d.ts +2 -0
- package/es/_internal/icons/MdTime.js +10 -0
- package/es/_internal/icons/PersonOutline.d.ts +2 -0
- package/es/_internal/icons/PersonOutline.js +9 -0
- package/es/_internal/icons/Refresh.d.ts +2 -0
- package/es/_internal/icons/Refresh.js +9 -0
- package/es/_internal/icons/index.d.ts +4 -0
- package/es/_internal/icons/index.js +4 -0
- package/es/_internal/select-menu/src/styles/index.cssr.js +2 -1
- package/es/_internal/select-menu/styles/light.js +1 -1
- package/es/_internal/selection/src/Selection.d.ts +0 -16
- package/es/_internal/selection/src/Selection.js +3 -4
- package/es/_internal/selection/src/styles/index.cssr.js +0 -4
- package/es/_internal/selection/styles/light.d.ts +0 -4
- package/es/_internal/selection/styles/light.js +1 -3
- package/es/cascader/src/Cascader.d.ts +0 -20
- package/es/cascader/src/CascaderMenu.d.ts +0 -2
- package/es/cascader/src/CascaderOption.d.ts +0 -2
- package/es/cascader/src/CascaderSelectMenu.d.ts +0 -2
- package/es/cascader/src/CascaderSubmenu.d.ts +0 -2
- package/es/cascader/styles/light.d.ts +0 -2
- package/es/chat/src/Chat.d.ts +38 -34
- package/es/chat/src/Chat.js +28 -7
- package/es/chat/src/ChatGlobalState.d.ts +13 -0
- package/es/chat/src/ChatGlobalState.js +32 -0
- package/es/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +75 -0
- package/es/chat/src/ChatParts/MainArea.d.ts +3 -9
- package/es/chat/src/ChatParts/MainArea.js +129 -123
- package/es/chat/src/ChatParts/Sidebar.js +12 -19
- package/es/chat/src/interface.d.ts +8 -3
- package/es/chat/src/styles/index.cssr.js +7 -0
- package/es/chat/styles/dark.d.ts +0 -2
- package/es/chat/styles/light.d.ts +0 -2
- package/es/data-table/src/DataTable.d.ts +0 -16
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
- package/es/data-table/src/TableParts/Body.d.ts +0 -4
- package/es/data-table/src/TableParts/Body.js +3 -1
- package/es/data-table/src/TableParts/Cell.js +18 -5
- package/es/data-table/src/TableParts/Header.d.ts +0 -4
- package/es/data-table/src/interface.d.ts +1 -7
- package/es/data-table/src/utils.js +1 -1
- package/es/data-table/styles/light.d.ts +0 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +4 -454
- package/es/dynamic-tags/styles/light.d.ts +0 -45
- package/es/empty/styles/light.js +3 -3
- package/es/locales/common/arDZ.js +6 -0
- package/es/locales/common/deDE.js +6 -0
- package/es/locales/common/enGB.js +6 -0
- package/es/locales/common/enUS.d.ts +6 -0
- package/es/locales/common/enUS.js +6 -0
- package/es/locales/common/eo.js +6 -0
- package/es/locales/common/esAR.js +6 -0
- package/es/locales/common/faIR.js +6 -0
- package/es/locales/common/frFR.js +6 -0
- package/es/locales/common/idID.js +6 -0
- package/es/locales/common/itIT.js +6 -0
- package/es/locales/common/jaJP.js +6 -0
- package/es/locales/common/koKR.js +6 -0
- package/es/locales/common/nbNO.js +6 -0
- package/es/locales/common/nlNL.js +6 -0
- package/es/locales/common/plPL.js +6 -0
- package/es/locales/common/ptBR.js +6 -0
- package/es/locales/common/ruRU.js +6 -0
- package/es/locales/common/skSK.js +6 -0
- package/es/locales/common/svSE.js +6 -0
- package/es/locales/common/thTH.js +6 -0
- package/es/locales/common/trTR.js +6 -0
- package/es/locales/common/ukUA.js +6 -0
- package/es/locales/common/viVN.js +6 -0
- package/es/locales/common/zhCN.js +6 -0
- package/es/locales/common/zhTW.js +6 -0
- package/es/pagination/src/Pagination.d.ts +0 -22
- package/es/pagination/styles/light.d.ts +0 -2
- package/es/select/src/Select.d.ts +0 -20
- package/es/select/styles/light.d.ts +0 -2
- package/es/status/src/Status.d.ts +14 -13
- package/es/status/src/Status.js +10 -13
- package/es/status/src/interface.d.ts +5 -1
- package/es/status/src/styles/index.cssr.js +1 -1
- package/es/status/styles/light.d.ts +1 -1
- package/es/status/styles/light.js +3 -3
- package/es/steps/src/Step.js +1 -5
- package/es/steps/src/styles/index.cssr.js +2 -1
- package/es/tabs/src/Tab.js +8 -3
- package/es/tabs/src/Tabs.js +2 -1
- package/es/tabs/src/interface.d.ts +1 -0
- package/es/tag/src/Tag.d.ts +4 -409
- package/es/tag/src/Tag.js +3 -0
- package/es/tag/src/common-props.d.ts +1 -1
- package/es/tag/styles/light.d.ts +0 -45
- package/es/tag/styles/light.js +2 -58
- package/es/tree-select/src/TreeSelect.d.ts +0 -20
- package/es/tree-select/styles/light.d.ts +0 -2
- package/es/upload/src/useUploadActionsRender.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
- package/lib/_internal/icons/CheckmarkDoneSharp.js +12 -0
- package/lib/_internal/icons/MdTime.d.ts +2 -0
- package/lib/_internal/icons/MdTime.js +12 -0
- package/lib/_internal/icons/PersonOutline.d.ts +2 -0
- package/lib/_internal/icons/PersonOutline.js +11 -0
- package/lib/_internal/icons/Refresh.d.ts +2 -0
- package/lib/_internal/icons/Refresh.js +11 -0
- package/lib/_internal/icons/index.d.ts +4 -0
- package/lib/_internal/icons/index.js +9 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +2 -1
- package/lib/_internal/select-menu/styles/light.js +1 -1
- package/lib/_internal/selection/src/Selection.d.ts +0 -16
- package/lib/_internal/selection/src/Selection.js +3 -4
- package/lib/_internal/selection/src/styles/index.cssr.js +0 -4
- package/lib/_internal/selection/styles/light.d.ts +0 -4
- package/lib/_internal/selection/styles/light.js +1 -3
- package/lib/cascader/src/Cascader.d.ts +0 -20
- package/lib/cascader/src/CascaderMenu.d.ts +0 -2
- package/lib/cascader/src/CascaderOption.d.ts +0 -2
- package/lib/cascader/src/CascaderSelectMenu.d.ts +0 -2
- package/lib/cascader/src/CascaderSubmenu.d.ts +0 -2
- package/lib/cascader/styles/light.d.ts +0 -2
- package/lib/chat/src/Chat.d.ts +38 -34
- package/lib/chat/src/Chat.js +27 -6
- package/lib/chat/src/ChatGlobalState.d.ts +13 -0
- package/lib/chat/src/ChatGlobalState.js +36 -0
- package/lib/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +77 -0
- package/lib/chat/src/ChatParts/MainArea.d.ts +3 -9
- package/lib/chat/src/ChatParts/MainArea.js +135 -126
- package/lib/chat/src/ChatParts/Sidebar.js +16 -23
- package/lib/chat/src/interface.d.ts +8 -3
- package/lib/chat/src/styles/index.cssr.js +7 -0
- package/lib/chat/styles/dark.d.ts +0 -2
- package/lib/chat/styles/light.d.ts +0 -2
- package/lib/data-table/src/DataTable.d.ts +0 -16
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
- package/lib/data-table/src/TableParts/Body.d.ts +0 -4
- package/lib/data-table/src/TableParts/Body.js +3 -1
- package/lib/data-table/src/TableParts/Cell.js +18 -5
- package/lib/data-table/src/TableParts/Header.d.ts +0 -4
- package/lib/data-table/src/interface.d.ts +1 -7
- package/lib/data-table/src/utils.js +1 -1
- package/lib/data-table/styles/light.d.ts +0 -2
- package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -454
- package/lib/dynamic-tags/styles/light.d.ts +0 -45
- package/lib/empty/styles/light.js +3 -3
- package/lib/locales/common/arDZ.js +6 -0
- package/lib/locales/common/deDE.js +6 -0
- package/lib/locales/common/enGB.js +6 -0
- package/lib/locales/common/enUS.d.ts +6 -0
- package/lib/locales/common/enUS.js +6 -0
- package/lib/locales/common/eo.js +6 -0
- package/lib/locales/common/esAR.js +6 -0
- package/lib/locales/common/faIR.js +6 -0
- package/lib/locales/common/frFR.js +6 -0
- package/lib/locales/common/idID.js +6 -0
- package/lib/locales/common/itIT.js +6 -0
- package/lib/locales/common/jaJP.js +6 -0
- package/lib/locales/common/koKR.js +6 -0
- package/lib/locales/common/nbNO.js +6 -0
- package/lib/locales/common/nlNL.js +6 -0
- package/lib/locales/common/plPL.js +6 -0
- package/lib/locales/common/ptBR.js +6 -0
- package/lib/locales/common/ruRU.js +6 -0
- package/lib/locales/common/skSK.js +6 -0
- package/lib/locales/common/svSE.js +6 -0
- package/lib/locales/common/thTH.js +6 -0
- package/lib/locales/common/trTR.js +6 -0
- package/lib/locales/common/ukUA.js +6 -0
- package/lib/locales/common/viVN.js +6 -0
- package/lib/locales/common/zhCN.js +6 -0
- package/lib/locales/common/zhTW.js +6 -0
- package/lib/pagination/src/Pagination.d.ts +0 -22
- package/lib/pagination/styles/light.d.ts +0 -2
- package/lib/select/src/Select.d.ts +0 -20
- package/lib/select/styles/light.d.ts +0 -2
- package/lib/status/src/Status.d.ts +14 -13
- package/lib/status/src/Status.js +9 -12
- package/lib/status/src/interface.d.ts +5 -1
- package/lib/status/src/styles/index.cssr.js +1 -1
- package/lib/status/styles/light.d.ts +1 -1
- package/lib/status/styles/light.js +3 -3
- package/lib/steps/src/Step.js +1 -5
- package/lib/steps/src/styles/index.cssr.js +2 -1
- package/lib/tabs/src/Tab.js +7 -2
- package/lib/tabs/src/Tabs.js +2 -1
- package/lib/tabs/src/interface.d.ts +1 -0
- package/lib/tag/src/Tag.d.ts +4 -409
- package/lib/tag/src/Tag.js +3 -0
- package/lib/tag/src/common-props.d.ts +1 -1
- package/lib/tag/styles/light.d.ts +0 -45
- package/lib/tag/styles/light.js +2 -58
- package/lib/tree-select/src/TreeSelect.d.ts +0 -20
- package/lib/tree-select/styles/light.d.ts +0 -2
- package/lib/upload/src/useUploadActionsRender.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +58 -19
package/lib/status/src/Status.js
CHANGED
|
@@ -11,7 +11,7 @@ const _mixins_1 = require("../../_mixins");
|
|
|
11
11
|
const _utils_1 = require("../../_utils");
|
|
12
12
|
const styles_1 = require("../styles");
|
|
13
13
|
const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
|
|
14
|
-
exports.statusProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { color:
|
|
14
|
+
exports.statusProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { color: Object, filled: Boolean, noIcon: Boolean, type: {
|
|
15
15
|
type: String,
|
|
16
16
|
default: 'default'
|
|
17
17
|
} });
|
|
@@ -23,26 +23,22 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
23
23
|
const themeRef = (0, _mixins_1.useTheme)('Status', '-status', index_cssr_1.default, styles_1.statusLight, props, mergedClsPrefixRef);
|
|
24
24
|
const iconRenderer = {
|
|
25
25
|
success: () => (0, vue_1.h)(icons_1.SuccessIcon, null),
|
|
26
|
-
info: () => (0, vue_1.h)(icons_1.InfoIcon, null),
|
|
27
26
|
warning: () => (0, vue_1.h)(icons_1.WarningIcon, null),
|
|
28
27
|
error: () => (0, vue_1.h)(icons_1.ErrorIcon, null),
|
|
29
|
-
default: () => (0, _utils_1.resolveWrappedSlot)(slots.icon, (icon) => icon) ||
|
|
30
|
-
(0, vue_1.h)(icons_1.InactiveIcon, null)
|
|
28
|
+
default: () => (0, _utils_1.resolveWrappedSlot)(slots.icon, (icon) => icon) || (0, vue_1.h)(icons_1.InactiveIcon, null)
|
|
31
29
|
};
|
|
32
30
|
const renderIcon = () => {
|
|
33
31
|
const renderer = iconRenderer[props.type] || iconRenderer.default;
|
|
34
32
|
return renderer();
|
|
35
33
|
};
|
|
36
34
|
const cssVarsRef = (0, vue_1.computed)(() => {
|
|
37
|
-
|
|
35
|
+
var _a, _b, _c;
|
|
36
|
+
const { common: { cubicBezierEaseInOut }, self: { textColor, warningColor, dangerColor, successColor, iconSize, iconColor, fontSize, lineHeight, fontWeight, iconSpacing, borderRadius } } = themeRef.value;
|
|
38
37
|
let color = textColor;
|
|
39
38
|
switch (props.type) {
|
|
40
39
|
case 'success':
|
|
41
40
|
color = successColor;
|
|
42
41
|
break;
|
|
43
|
-
case 'info':
|
|
44
|
-
color = infoColor;
|
|
45
|
-
break;
|
|
46
42
|
case 'warning':
|
|
47
43
|
color = warningColor;
|
|
48
44
|
break;
|
|
@@ -52,16 +48,17 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
52
48
|
}
|
|
53
49
|
return {
|
|
54
50
|
'--u-bezier': cubicBezierEaseInOut,
|
|
55
|
-
'--u-text-color': props.color || color,
|
|
51
|
+
'--u-text-color': ((_a = props.color) === null || _a === void 0 ? void 0 : _a.textColor) || color,
|
|
56
52
|
'--u-background-color': props.filled
|
|
57
|
-
? `${props.color || color}
|
|
53
|
+
? `${((_b = props.color) === null || _b === void 0 ? void 0 : _b.backgroundColor) || color + '10'}`
|
|
58
54
|
: 'transparent',
|
|
59
55
|
'--u-font-size': fontSize,
|
|
60
56
|
'--u-font-weight': fontWeight,
|
|
61
57
|
'--u-line-height': lineHeight,
|
|
62
58
|
'--u-icon-size': iconSize,
|
|
63
|
-
'--u-icon-color': iconColor || props.color || color,
|
|
64
|
-
'--u-icon-spacing': iconSpacing
|
|
59
|
+
'--u-icon-color': iconColor || ((_c = props.color) === null || _c === void 0 ? void 0 : _c.textColor) || color,
|
|
60
|
+
'--u-icon-spacing': iconSpacing,
|
|
61
|
+
'--u-border-radius': borderRadius
|
|
65
62
|
};
|
|
66
63
|
});
|
|
67
64
|
const themeClassHandle = inlineThemeDisabled
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { VNodeChild } from 'vue';
|
|
2
|
-
export type StatusTypes = 'success' | '
|
|
2
|
+
export type StatusTypes = 'success' | 'warning' | 'error' | 'default';
|
|
3
3
|
export type IconRenderer = Record<StatusTypes, () => VNodeChild>;
|
|
4
|
+
export interface StatusColor {
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
textColor?: string;
|
|
7
|
+
}
|
|
@@ -18,7 +18,7 @@ exports.default = (0, cssr_1.cB)('status', `
|
|
|
18
18
|
font-weight: var(--u-font-weight);
|
|
19
19
|
color: var(--u-text-color);
|
|
20
20
|
padding: 2px 8px;
|
|
21
|
-
border-radius:
|
|
21
|
+
border-radius: var(--u-border-radius);
|
|
22
22
|
background-color: var(--u-background-color);
|
|
23
23
|
`, [(0, cssr_1.cE)('icon', `
|
|
24
24
|
display: flex;
|
|
@@ -9,9 +9,9 @@ export declare const self: (vars: ThemeCommonVars) => {
|
|
|
9
9
|
iconSpacing: string;
|
|
10
10
|
textColor: string;
|
|
11
11
|
successColor: string;
|
|
12
|
-
infoColor: string;
|
|
13
12
|
warningColor: string;
|
|
14
13
|
dangerColor: string;
|
|
14
|
+
borderRadius: string;
|
|
15
15
|
};
|
|
16
16
|
export type StatusThemeVars = ReturnType<typeof self>;
|
|
17
17
|
declare const statusLight: Theme<'Status', StatusThemeVars>;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.self = void 0;
|
|
4
4
|
const common_1 = require("../../_styles/common");
|
|
5
5
|
const self = (vars) => {
|
|
6
|
-
const { fontBodyMedium, lineHeightBodyMedium, fontWeightStrong, iconSmall, textSecondary, staticGreen, staticOrange, staticRed,
|
|
6
|
+
const { fontBodyMedium, lineHeightBodyMedium, fontWeightStrong, iconSmall, textSecondary, staticGreen, staticOrange, staticRed, borderRadiusLarge } = vars;
|
|
7
7
|
return {
|
|
8
8
|
fontSize: fontBodyMedium,
|
|
9
9
|
lineHeight: lineHeightBodyMedium,
|
|
@@ -13,9 +13,9 @@ const self = (vars) => {
|
|
|
13
13
|
iconSpacing: '8px',
|
|
14
14
|
textColor: textSecondary,
|
|
15
15
|
successColor: staticGreen,
|
|
16
|
-
infoColor: staticDeepBlue,
|
|
17
16
|
warningColor: staticOrange,
|
|
18
|
-
dangerColor: staticRed
|
|
17
|
+
dangerColor: staticRed,
|
|
18
|
+
borderRadius: borderRadiusLarge
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
exports.self = self;
|
package/lib/steps/src/Step.js
CHANGED
|
@@ -210,11 +210,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
210
210
|
const { mergedClsPrefix, onRender, handleStepClick, disabled, renderIcon, variantBehaviors, noIcon } = this;
|
|
211
211
|
const descriptionNode = variantBehaviors.showDescription
|
|
212
212
|
? (0, _utils_1.resolveWrappedSlot)(this.$slots.default, (children) => {
|
|
213
|
-
|
|
214
|
-
if (mergedDescription) {
|
|
215
|
-
return ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-step-content__description` }, mergedDescription));
|
|
216
|
-
}
|
|
217
|
-
return null;
|
|
213
|
+
return ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-step-content__description` }, children || this.description));
|
|
218
214
|
})
|
|
219
215
|
: null;
|
|
220
216
|
onRender === null || onRender === void 0 ? void 0 : onRender();
|
|
@@ -129,6 +129,7 @@ exports.default = (0, cssr_1.cB)('steps', `
|
|
|
129
129
|
font-size: var(--u-step-header-font-size--dotted);
|
|
130
130
|
font-weight: 500;
|
|
131
131
|
line-height: 24px;
|
|
132
|
+
min-height: 24px;
|
|
132
133
|
`)])])]), (0, cssr_1.cB)('step-splitor', `
|
|
133
134
|
background-color: var(--u-splitor-color);
|
|
134
135
|
margin-top: calc(var(--u-step-header-font-size) / 2);
|
|
@@ -163,7 +164,7 @@ exports.default = (0, cssr_1.cB)('steps', `
|
|
|
163
164
|
background-color .3s var(--u-bezier);
|
|
164
165
|
`, [(0, cssr_1.cE)('title', `
|
|
165
166
|
white-space: nowrap;
|
|
166
|
-
flex:
|
|
167
|
+
flex: 1;
|
|
167
168
|
`), (0, cssr_1.cM)('column', `
|
|
168
169
|
flex-direction: column;
|
|
169
170
|
`, [(0, cssr_1.cE)('title', `
|
package/lib/tabs/src/Tab.js
CHANGED
|
@@ -13,10 +13,15 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
13
13
|
inheritAttrs: false,
|
|
14
14
|
name: 'Tab',
|
|
15
15
|
props: exports.tabProps,
|
|
16
|
-
setup(props) {
|
|
17
|
-
const { mergedClsPrefixRef, valueRef, typeRef, closableRef, tabStyleRef, tabChangeIdRef, onBeforeLeaveRef, triggerRef, handleAdd, activateTab, handleClose
|
|
16
|
+
setup(props, { slots }) {
|
|
17
|
+
const { mergedClsPrefixRef, valueRef, typeRef, closableRef, tabStyleRef, tabChangeIdRef, onBeforeLeaveRef, triggerRef, handleAdd, activateTab, handleClose, updateCurrentBarStyle
|
|
18
18
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
19
19
|
} = (0, vue_1.inject)(interface_1.tabsInjectionKey);
|
|
20
|
+
(0, vue_1.watch)([() => props.tab, () => { var _a; return (_a = slots.default) === null || _a === void 0 ? void 0 : _a.call(slots); }], () => {
|
|
21
|
+
void (0, vue_1.nextTick)(() => {
|
|
22
|
+
updateCurrentBarStyle();
|
|
23
|
+
});
|
|
24
|
+
});
|
|
20
25
|
return {
|
|
21
26
|
trigger: triggerRef,
|
|
22
27
|
mergedClosable: (0, vue_1.computed)(() => {
|
package/lib/tabs/src/Tabs.js
CHANGED
|
@@ -382,7 +382,8 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
382
382
|
onBeforeLeaveRef: (0, vue_1.toRef)(props, 'onBeforeLeave'),
|
|
383
383
|
activateTab,
|
|
384
384
|
handleClose,
|
|
385
|
-
handleAdd
|
|
385
|
+
handleAdd,
|
|
386
|
+
updateCurrentBarStyle
|
|
386
387
|
});
|
|
387
388
|
(0, vooks_1.onFontsReady)(() => {
|
|
388
389
|
updateCurrentBarStyle();
|
|
@@ -22,6 +22,7 @@ export interface TabsInjection {
|
|
|
22
22
|
activateTab: (panelName: string | number) => void;
|
|
23
23
|
handleClose: (panelName: string | number) => void;
|
|
24
24
|
handleAdd: () => void;
|
|
25
|
+
updateCurrentBarStyle: VoidFunction;
|
|
25
26
|
}
|
|
26
27
|
export type Addable = boolean | {
|
|
27
28
|
disabled?: boolean;
|
package/lib/tag/src/Tag.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare const tagProps: {
|
|
|
36
36
|
onCheckedChange: PropType<(checked: boolean) => void>;
|
|
37
37
|
color: PropType<import("./common-props").TagColor>;
|
|
38
38
|
type: {
|
|
39
|
-
readonly type: PropType<"default" | "
|
|
39
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
40
40
|
readonly default: "default";
|
|
41
41
|
};
|
|
42
42
|
round: BooleanConstructor;
|
|
@@ -106,51 +106,6 @@ export declare const tagProps: {
|
|
|
106
106
|
closeIconColorPressedTertiary: string;
|
|
107
107
|
closeColorHoverTertiary: string;
|
|
108
108
|
closeColorPressedTertiary: string;
|
|
109
|
-
borderPrimary: string;
|
|
110
|
-
textColorPrimary: string;
|
|
111
|
-
colorPrimary: string;
|
|
112
|
-
colorBorderedPrimary: string;
|
|
113
|
-
closeIconColorPrimary: string;
|
|
114
|
-
closeIconColorHoverPrimary: string;
|
|
115
|
-
closeIconColorPressedPrimary: string;
|
|
116
|
-
closeColorHoverPrimary: string;
|
|
117
|
-
closeColorPressedPrimary: string;
|
|
118
|
-
borderInfo: string;
|
|
119
|
-
textColorInfo: string;
|
|
120
|
-
colorInfo: string;
|
|
121
|
-
colorBorderedInfo: string;
|
|
122
|
-
closeIconColorInfo: string;
|
|
123
|
-
closeIconColorHoverInfo: string;
|
|
124
|
-
closeIconColorPressedInfo: string;
|
|
125
|
-
closeColorHoverInfo: string;
|
|
126
|
-
closeColorPressedInfo: string;
|
|
127
|
-
borderSuccess: string;
|
|
128
|
-
textColorSuccess: string;
|
|
129
|
-
colorSuccess: string;
|
|
130
|
-
colorBorderedSuccess: string;
|
|
131
|
-
closeIconColorSuccess: string;
|
|
132
|
-
closeIconColorHoverSuccess: string;
|
|
133
|
-
closeIconColorPressedSuccess: string;
|
|
134
|
-
closeColorHoverSuccess: string;
|
|
135
|
-
closeColorPressedSuccess: string;
|
|
136
|
-
borderWarning: string;
|
|
137
|
-
textColorWarning: string;
|
|
138
|
-
colorWarning: string;
|
|
139
|
-
colorBorderedWarning: string;
|
|
140
|
-
closeIconColorWarning: string;
|
|
141
|
-
closeIconColorHoverWarning: string;
|
|
142
|
-
closeIconColorPressedWarning: string;
|
|
143
|
-
closeColorHoverWarning: string;
|
|
144
|
-
closeColorPressedWarning: string;
|
|
145
|
-
borderError: string;
|
|
146
|
-
textColorError: string;
|
|
147
|
-
colorError: string;
|
|
148
|
-
colorBorderedError: string;
|
|
149
|
-
closeIconColorError: string;
|
|
150
|
-
closeIconColorHoverError: string;
|
|
151
|
-
closeIconColorPressedError: string;
|
|
152
|
-
closeColorHoverError: string;
|
|
153
|
-
closeColorPressedError: string;
|
|
154
109
|
}, any>>;
|
|
155
110
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
156
111
|
closeIconSizeTiny: string;
|
|
@@ -210,51 +165,6 @@ export declare const tagProps: {
|
|
|
210
165
|
closeIconColorPressedTertiary: string;
|
|
211
166
|
closeColorHoverTertiary: string;
|
|
212
167
|
closeColorPressedTertiary: string;
|
|
213
|
-
borderPrimary: string;
|
|
214
|
-
textColorPrimary: string;
|
|
215
|
-
colorPrimary: string;
|
|
216
|
-
colorBorderedPrimary: string;
|
|
217
|
-
closeIconColorPrimary: string;
|
|
218
|
-
closeIconColorHoverPrimary: string;
|
|
219
|
-
closeIconColorPressedPrimary: string;
|
|
220
|
-
closeColorHoverPrimary: string;
|
|
221
|
-
closeColorPressedPrimary: string;
|
|
222
|
-
borderInfo: string;
|
|
223
|
-
textColorInfo: string;
|
|
224
|
-
colorInfo: string;
|
|
225
|
-
colorBorderedInfo: string;
|
|
226
|
-
closeIconColorInfo: string;
|
|
227
|
-
closeIconColorHoverInfo: string;
|
|
228
|
-
closeIconColorPressedInfo: string;
|
|
229
|
-
closeColorHoverInfo: string;
|
|
230
|
-
closeColorPressedInfo: string;
|
|
231
|
-
borderSuccess: string;
|
|
232
|
-
textColorSuccess: string;
|
|
233
|
-
colorSuccess: string;
|
|
234
|
-
colorBorderedSuccess: string;
|
|
235
|
-
closeIconColorSuccess: string;
|
|
236
|
-
closeIconColorHoverSuccess: string;
|
|
237
|
-
closeIconColorPressedSuccess: string;
|
|
238
|
-
closeColorHoverSuccess: string;
|
|
239
|
-
closeColorPressedSuccess: string;
|
|
240
|
-
borderWarning: string;
|
|
241
|
-
textColorWarning: string;
|
|
242
|
-
colorWarning: string;
|
|
243
|
-
colorBorderedWarning: string;
|
|
244
|
-
closeIconColorWarning: string;
|
|
245
|
-
closeIconColorHoverWarning: string;
|
|
246
|
-
closeIconColorPressedWarning: string;
|
|
247
|
-
closeColorHoverWarning: string;
|
|
248
|
-
closeColorPressedWarning: string;
|
|
249
|
-
borderError: string;
|
|
250
|
-
textColorError: string;
|
|
251
|
-
colorError: string;
|
|
252
|
-
colorBorderedError: string;
|
|
253
|
-
closeIconColorError: string;
|
|
254
|
-
closeIconColorHoverError: string;
|
|
255
|
-
closeIconColorPressedError: string;
|
|
256
|
-
closeColorHoverError: string;
|
|
257
|
-
closeColorPressedError: string;
|
|
258
168
|
}, any>>>;
|
|
259
169
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
260
170
|
closeIconSizeTiny: string;
|
|
@@ -314,51 +224,6 @@ export declare const tagProps: {
|
|
|
314
224
|
closeIconColorPressedTertiary: string;
|
|
315
225
|
closeColorHoverTertiary: string;
|
|
316
226
|
closeColorPressedTertiary: string;
|
|
317
|
-
borderPrimary: string;
|
|
318
|
-
textColorPrimary: string;
|
|
319
|
-
colorPrimary: string;
|
|
320
|
-
colorBorderedPrimary: string;
|
|
321
|
-
closeIconColorPrimary: string;
|
|
322
|
-
closeIconColorHoverPrimary: string;
|
|
323
|
-
closeIconColorPressedPrimary: string;
|
|
324
|
-
closeColorHoverPrimary: string;
|
|
325
|
-
closeColorPressedPrimary: string;
|
|
326
|
-
borderInfo: string;
|
|
327
|
-
textColorInfo: string;
|
|
328
|
-
colorInfo: string;
|
|
329
|
-
colorBorderedInfo: string;
|
|
330
|
-
closeIconColorInfo: string;
|
|
331
|
-
closeIconColorHoverInfo: string;
|
|
332
|
-
closeIconColorPressedInfo: string;
|
|
333
|
-
closeColorHoverInfo: string;
|
|
334
|
-
closeColorPressedInfo: string;
|
|
335
|
-
borderSuccess: string;
|
|
336
|
-
textColorSuccess: string;
|
|
337
|
-
colorSuccess: string;
|
|
338
|
-
colorBorderedSuccess: string;
|
|
339
|
-
closeIconColorSuccess: string;
|
|
340
|
-
closeIconColorHoverSuccess: string;
|
|
341
|
-
closeIconColorPressedSuccess: string;
|
|
342
|
-
closeColorHoverSuccess: string;
|
|
343
|
-
closeColorPressedSuccess: string;
|
|
344
|
-
borderWarning: string;
|
|
345
|
-
textColorWarning: string;
|
|
346
|
-
colorWarning: string;
|
|
347
|
-
colorBorderedWarning: string;
|
|
348
|
-
closeIconColorWarning: string;
|
|
349
|
-
closeIconColorHoverWarning: string;
|
|
350
|
-
closeIconColorPressedWarning: string;
|
|
351
|
-
closeColorHoverWarning: string;
|
|
352
|
-
closeColorPressedWarning: string;
|
|
353
|
-
borderError: string;
|
|
354
|
-
textColorError: string;
|
|
355
|
-
colorError: string;
|
|
356
|
-
colorBorderedError: string;
|
|
357
|
-
closeIconColorError: string;
|
|
358
|
-
closeIconColorHoverError: string;
|
|
359
|
-
closeIconColorPressedError: string;
|
|
360
|
-
closeColorHoverError: string;
|
|
361
|
-
closeColorPressedError: string;
|
|
362
227
|
}, any>>>;
|
|
363
228
|
};
|
|
364
229
|
interface TagInjection {
|
|
@@ -396,7 +261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
396
261
|
onCheckedChange: PropType<(checked: boolean) => void>;
|
|
397
262
|
color: PropType<import("./common-props").TagColor>;
|
|
398
263
|
type: {
|
|
399
|
-
readonly type: PropType<"default" | "
|
|
264
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
400
265
|
readonly default: "default";
|
|
401
266
|
};
|
|
402
267
|
round: BooleanConstructor;
|
|
@@ -466,51 +331,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
466
331
|
closeIconColorPressedTertiary: string;
|
|
467
332
|
closeColorHoverTertiary: string;
|
|
468
333
|
closeColorPressedTertiary: string;
|
|
469
|
-
borderPrimary: string;
|
|
470
|
-
textColorPrimary: string;
|
|
471
|
-
colorPrimary: string;
|
|
472
|
-
colorBorderedPrimary: string;
|
|
473
|
-
closeIconColorPrimary: string;
|
|
474
|
-
closeIconColorHoverPrimary: string;
|
|
475
|
-
closeIconColorPressedPrimary: string;
|
|
476
|
-
closeColorHoverPrimary: string;
|
|
477
|
-
closeColorPressedPrimary: string;
|
|
478
|
-
borderInfo: string;
|
|
479
|
-
textColorInfo: string;
|
|
480
|
-
colorInfo: string;
|
|
481
|
-
colorBorderedInfo: string;
|
|
482
|
-
closeIconColorInfo: string;
|
|
483
|
-
closeIconColorHoverInfo: string;
|
|
484
|
-
closeIconColorPressedInfo: string;
|
|
485
|
-
closeColorHoverInfo: string;
|
|
486
|
-
closeColorPressedInfo: string;
|
|
487
|
-
borderSuccess: string;
|
|
488
|
-
textColorSuccess: string;
|
|
489
|
-
colorSuccess: string;
|
|
490
|
-
colorBorderedSuccess: string;
|
|
491
|
-
closeIconColorSuccess: string;
|
|
492
|
-
closeIconColorHoverSuccess: string;
|
|
493
|
-
closeIconColorPressedSuccess: string;
|
|
494
|
-
closeColorHoverSuccess: string;
|
|
495
|
-
closeColorPressedSuccess: string;
|
|
496
|
-
borderWarning: string;
|
|
497
|
-
textColorWarning: string;
|
|
498
|
-
colorWarning: string;
|
|
499
|
-
colorBorderedWarning: string;
|
|
500
|
-
closeIconColorWarning: string;
|
|
501
|
-
closeIconColorHoverWarning: string;
|
|
502
|
-
closeIconColorPressedWarning: string;
|
|
503
|
-
closeColorHoverWarning: string;
|
|
504
|
-
closeColorPressedWarning: string;
|
|
505
|
-
borderError: string;
|
|
506
|
-
textColorError: string;
|
|
507
|
-
colorError: string;
|
|
508
|
-
colorBorderedError: string;
|
|
509
|
-
closeIconColorError: string;
|
|
510
|
-
closeIconColorHoverError: string;
|
|
511
|
-
closeIconColorPressedError: string;
|
|
512
|
-
closeColorHoverError: string;
|
|
513
|
-
closeColorPressedError: string;
|
|
514
334
|
}, any>>;
|
|
515
335
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
516
336
|
closeIconSizeTiny: string;
|
|
@@ -570,51 +390,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
390
|
closeIconColorPressedTertiary: string;
|
|
571
391
|
closeColorHoverTertiary: string;
|
|
572
392
|
closeColorPressedTertiary: string;
|
|
573
|
-
borderPrimary: string;
|
|
574
|
-
textColorPrimary: string;
|
|
575
|
-
colorPrimary: string;
|
|
576
|
-
colorBorderedPrimary: string;
|
|
577
|
-
closeIconColorPrimary: string;
|
|
578
|
-
closeIconColorHoverPrimary: string;
|
|
579
|
-
closeIconColorPressedPrimary: string;
|
|
580
|
-
closeColorHoverPrimary: string;
|
|
581
|
-
closeColorPressedPrimary: string;
|
|
582
|
-
borderInfo: string;
|
|
583
|
-
textColorInfo: string;
|
|
584
|
-
colorInfo: string;
|
|
585
|
-
colorBorderedInfo: string;
|
|
586
|
-
closeIconColorInfo: string;
|
|
587
|
-
closeIconColorHoverInfo: string;
|
|
588
|
-
closeIconColorPressedInfo: string;
|
|
589
|
-
closeColorHoverInfo: string;
|
|
590
|
-
closeColorPressedInfo: string;
|
|
591
|
-
borderSuccess: string;
|
|
592
|
-
textColorSuccess: string;
|
|
593
|
-
colorSuccess: string;
|
|
594
|
-
colorBorderedSuccess: string;
|
|
595
|
-
closeIconColorSuccess: string;
|
|
596
|
-
closeIconColorHoverSuccess: string;
|
|
597
|
-
closeIconColorPressedSuccess: string;
|
|
598
|
-
closeColorHoverSuccess: string;
|
|
599
|
-
closeColorPressedSuccess: string;
|
|
600
|
-
borderWarning: string;
|
|
601
|
-
textColorWarning: string;
|
|
602
|
-
colorWarning: string;
|
|
603
|
-
colorBorderedWarning: string;
|
|
604
|
-
closeIconColorWarning: string;
|
|
605
|
-
closeIconColorHoverWarning: string;
|
|
606
|
-
closeIconColorPressedWarning: string;
|
|
607
|
-
closeColorHoverWarning: string;
|
|
608
|
-
closeColorPressedWarning: string;
|
|
609
|
-
borderError: string;
|
|
610
|
-
textColorError: string;
|
|
611
|
-
colorError: string;
|
|
612
|
-
colorBorderedError: string;
|
|
613
|
-
closeIconColorError: string;
|
|
614
|
-
closeIconColorHoverError: string;
|
|
615
|
-
closeIconColorPressedError: string;
|
|
616
|
-
closeColorHoverError: string;
|
|
617
|
-
closeColorPressedError: string;
|
|
618
393
|
}, any>>>;
|
|
619
394
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
620
395
|
closeIconSizeTiny: string;
|
|
@@ -674,51 +449,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
674
449
|
closeIconColorPressedTertiary: string;
|
|
675
450
|
closeColorHoverTertiary: string;
|
|
676
451
|
closeColorPressedTertiary: string;
|
|
677
|
-
borderPrimary: string;
|
|
678
|
-
textColorPrimary: string;
|
|
679
|
-
colorPrimary: string;
|
|
680
|
-
colorBorderedPrimary: string;
|
|
681
|
-
closeIconColorPrimary: string;
|
|
682
|
-
closeIconColorHoverPrimary: string;
|
|
683
|
-
closeIconColorPressedPrimary: string;
|
|
684
|
-
closeColorHoverPrimary: string;
|
|
685
|
-
closeColorPressedPrimary: string;
|
|
686
|
-
borderInfo: string;
|
|
687
|
-
textColorInfo: string;
|
|
688
|
-
colorInfo: string;
|
|
689
|
-
colorBorderedInfo: string;
|
|
690
|
-
closeIconColorInfo: string;
|
|
691
|
-
closeIconColorHoverInfo: string;
|
|
692
|
-
closeIconColorPressedInfo: string;
|
|
693
|
-
closeColorHoverInfo: string;
|
|
694
|
-
closeColorPressedInfo: string;
|
|
695
|
-
borderSuccess: string;
|
|
696
|
-
textColorSuccess: string;
|
|
697
|
-
colorSuccess: string;
|
|
698
|
-
colorBorderedSuccess: string;
|
|
699
|
-
closeIconColorSuccess: string;
|
|
700
|
-
closeIconColorHoverSuccess: string;
|
|
701
|
-
closeIconColorPressedSuccess: string;
|
|
702
|
-
closeColorHoverSuccess: string;
|
|
703
|
-
closeColorPressedSuccess: string;
|
|
704
|
-
borderWarning: string;
|
|
705
|
-
textColorWarning: string;
|
|
706
|
-
colorWarning: string;
|
|
707
|
-
colorBorderedWarning: string;
|
|
708
|
-
closeIconColorWarning: string;
|
|
709
|
-
closeIconColorHoverWarning: string;
|
|
710
|
-
closeIconColorPressedWarning: string;
|
|
711
|
-
closeColorHoverWarning: string;
|
|
712
|
-
closeColorPressedWarning: string;
|
|
713
|
-
borderError: string;
|
|
714
|
-
textColorError: string;
|
|
715
|
-
colorError: string;
|
|
716
|
-
colorBorderedError: string;
|
|
717
|
-
closeIconColorError: string;
|
|
718
|
-
closeIconColorHoverError: string;
|
|
719
|
-
closeIconColorPressedError: string;
|
|
720
|
-
closeColorHoverError: string;
|
|
721
|
-
closeColorPressedError: string;
|
|
722
452
|
}, any>>>;
|
|
723
453
|
}, {
|
|
724
454
|
rtlEnabled: Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -796,7 +526,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
796
526
|
onCheckedChange: PropType<(checked: boolean) => void>;
|
|
797
527
|
color: PropType<import("./common-props").TagColor>;
|
|
798
528
|
type: {
|
|
799
|
-
readonly type: PropType<"default" | "
|
|
529
|
+
readonly type: PropType<"default" | "tertiary">;
|
|
800
530
|
readonly default: "default";
|
|
801
531
|
};
|
|
802
532
|
round: BooleanConstructor;
|
|
@@ -866,51 +596,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
866
596
|
closeIconColorPressedTertiary: string;
|
|
867
597
|
closeColorHoverTertiary: string;
|
|
868
598
|
closeColorPressedTertiary: string;
|
|
869
|
-
borderPrimary: string;
|
|
870
|
-
textColorPrimary: string;
|
|
871
|
-
colorPrimary: string;
|
|
872
|
-
colorBorderedPrimary: string;
|
|
873
|
-
closeIconColorPrimary: string;
|
|
874
|
-
closeIconColorHoverPrimary: string;
|
|
875
|
-
closeIconColorPressedPrimary: string;
|
|
876
|
-
closeColorHoverPrimary: string;
|
|
877
|
-
closeColorPressedPrimary: string;
|
|
878
|
-
borderInfo: string;
|
|
879
|
-
textColorInfo: string;
|
|
880
|
-
colorInfo: string;
|
|
881
|
-
colorBorderedInfo: string;
|
|
882
|
-
closeIconColorInfo: string;
|
|
883
|
-
closeIconColorHoverInfo: string;
|
|
884
|
-
closeIconColorPressedInfo: string;
|
|
885
|
-
closeColorHoverInfo: string;
|
|
886
|
-
closeColorPressedInfo: string;
|
|
887
|
-
borderSuccess: string;
|
|
888
|
-
textColorSuccess: string;
|
|
889
|
-
colorSuccess: string;
|
|
890
|
-
colorBorderedSuccess: string;
|
|
891
|
-
closeIconColorSuccess: string;
|
|
892
|
-
closeIconColorHoverSuccess: string;
|
|
893
|
-
closeIconColorPressedSuccess: string;
|
|
894
|
-
closeColorHoverSuccess: string;
|
|
895
|
-
closeColorPressedSuccess: string;
|
|
896
|
-
borderWarning: string;
|
|
897
|
-
textColorWarning: string;
|
|
898
|
-
colorWarning: string;
|
|
899
|
-
colorBorderedWarning: string;
|
|
900
|
-
closeIconColorWarning: string;
|
|
901
|
-
closeIconColorHoverWarning: string;
|
|
902
|
-
closeIconColorPressedWarning: string;
|
|
903
|
-
closeColorHoverWarning: string;
|
|
904
|
-
closeColorPressedWarning: string;
|
|
905
|
-
borderError: string;
|
|
906
|
-
textColorError: string;
|
|
907
|
-
colorError: string;
|
|
908
|
-
colorBorderedError: string;
|
|
909
|
-
closeIconColorError: string;
|
|
910
|
-
closeIconColorHoverError: string;
|
|
911
|
-
closeIconColorPressedError: string;
|
|
912
|
-
closeColorHoverError: string;
|
|
913
|
-
closeColorPressedError: string;
|
|
914
599
|
}, any>>;
|
|
915
600
|
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
916
601
|
closeIconSizeTiny: string;
|
|
@@ -970,51 +655,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
970
655
|
closeIconColorPressedTertiary: string;
|
|
971
656
|
closeColorHoverTertiary: string;
|
|
972
657
|
closeColorPressedTertiary: string;
|
|
973
|
-
borderPrimary: string;
|
|
974
|
-
textColorPrimary: string;
|
|
975
|
-
colorPrimary: string;
|
|
976
|
-
colorBorderedPrimary: string;
|
|
977
|
-
closeIconColorPrimary: string;
|
|
978
|
-
closeIconColorHoverPrimary: string;
|
|
979
|
-
closeIconColorPressedPrimary: string;
|
|
980
|
-
closeColorHoverPrimary: string;
|
|
981
|
-
closeColorPressedPrimary: string;
|
|
982
|
-
borderInfo: string;
|
|
983
|
-
textColorInfo: string;
|
|
984
|
-
colorInfo: string;
|
|
985
|
-
colorBorderedInfo: string;
|
|
986
|
-
closeIconColorInfo: string;
|
|
987
|
-
closeIconColorHoverInfo: string;
|
|
988
|
-
closeIconColorPressedInfo: string;
|
|
989
|
-
closeColorHoverInfo: string;
|
|
990
|
-
closeColorPressedInfo: string;
|
|
991
|
-
borderSuccess: string;
|
|
992
|
-
textColorSuccess: string;
|
|
993
|
-
colorSuccess: string;
|
|
994
|
-
colorBorderedSuccess: string;
|
|
995
|
-
closeIconColorSuccess: string;
|
|
996
|
-
closeIconColorHoverSuccess: string;
|
|
997
|
-
closeIconColorPressedSuccess: string;
|
|
998
|
-
closeColorHoverSuccess: string;
|
|
999
|
-
closeColorPressedSuccess: string;
|
|
1000
|
-
borderWarning: string;
|
|
1001
|
-
textColorWarning: string;
|
|
1002
|
-
colorWarning: string;
|
|
1003
|
-
colorBorderedWarning: string;
|
|
1004
|
-
closeIconColorWarning: string;
|
|
1005
|
-
closeIconColorHoverWarning: string;
|
|
1006
|
-
closeIconColorPressedWarning: string;
|
|
1007
|
-
closeColorHoverWarning: string;
|
|
1008
|
-
closeColorPressedWarning: string;
|
|
1009
|
-
borderError: string;
|
|
1010
|
-
textColorError: string;
|
|
1011
|
-
colorError: string;
|
|
1012
|
-
colorBorderedError: string;
|
|
1013
|
-
closeIconColorError: string;
|
|
1014
|
-
closeIconColorHoverError: string;
|
|
1015
|
-
closeIconColorPressedError: string;
|
|
1016
|
-
closeColorHoverError: string;
|
|
1017
|
-
closeColorPressedError: string;
|
|
1018
658
|
}, any>>>;
|
|
1019
659
|
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tag", {
|
|
1020
660
|
closeIconSizeTiny: string;
|
|
@@ -1074,54 +714,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
714
|
closeIconColorPressedTertiary: string;
|
|
1075
715
|
closeColorHoverTertiary: string;
|
|
1076
716
|
closeColorPressedTertiary: string;
|
|
1077
|
-
borderPrimary: string;
|
|
1078
|
-
textColorPrimary: string;
|
|
1079
|
-
colorPrimary: string;
|
|
1080
|
-
colorBorderedPrimary: string;
|
|
1081
|
-
closeIconColorPrimary: string;
|
|
1082
|
-
closeIconColorHoverPrimary: string;
|
|
1083
|
-
closeIconColorPressedPrimary: string;
|
|
1084
|
-
closeColorHoverPrimary: string;
|
|
1085
|
-
closeColorPressedPrimary: string;
|
|
1086
|
-
borderInfo: string;
|
|
1087
|
-
textColorInfo: string;
|
|
1088
|
-
colorInfo: string;
|
|
1089
|
-
colorBorderedInfo: string;
|
|
1090
|
-
closeIconColorInfo: string;
|
|
1091
|
-
closeIconColorHoverInfo: string;
|
|
1092
|
-
closeIconColorPressedInfo: string;
|
|
1093
|
-
closeColorHoverInfo: string;
|
|
1094
|
-
closeColorPressedInfo: string;
|
|
1095
|
-
borderSuccess: string;
|
|
1096
|
-
textColorSuccess: string;
|
|
1097
|
-
colorSuccess: string;
|
|
1098
|
-
colorBorderedSuccess: string;
|
|
1099
|
-
closeIconColorSuccess: string;
|
|
1100
|
-
closeIconColorHoverSuccess: string;
|
|
1101
|
-
closeIconColorPressedSuccess: string;
|
|
1102
|
-
closeColorHoverSuccess: string;
|
|
1103
|
-
closeColorPressedSuccess: string;
|
|
1104
|
-
borderWarning: string;
|
|
1105
|
-
textColorWarning: string;
|
|
1106
|
-
colorWarning: string;
|
|
1107
|
-
colorBorderedWarning: string;
|
|
1108
|
-
closeIconColorWarning: string;
|
|
1109
|
-
closeIconColorHoverWarning: string;
|
|
1110
|
-
closeIconColorPressedWarning: string;
|
|
1111
|
-
closeColorHoverWarning: string;
|
|
1112
|
-
closeColorPressedWarning: string;
|
|
1113
|
-
borderError: string;
|
|
1114
|
-
textColorError: string;
|
|
1115
|
-
colorError: string;
|
|
1116
|
-
colorBorderedError: string;
|
|
1117
|
-
closeIconColorError: string;
|
|
1118
|
-
closeIconColorHoverError: string;
|
|
1119
|
-
closeIconColorPressedError: string;
|
|
1120
|
-
closeColorHoverError: string;
|
|
1121
|
-
closeColorPressedError: string;
|
|
1122
717
|
}, any>>>;
|
|
1123
718
|
}>>, {
|
|
1124
|
-
type: "default" | "tertiary"
|
|
719
|
+
type: "default" | "tertiary";
|
|
1125
720
|
disabled: boolean | undefined;
|
|
1126
721
|
bordered: boolean | undefined;
|
|
1127
722
|
size: "small" | "medium" | "large";
|