@uzum-tech/ui 1.2.4 → 1.3.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 +436 -301
- package/dist/index.prod.js +2 -2
- package/es/_internal/icons/CheckmarkCircle.d.ts +2 -0
- package/es/_internal/icons/CheckmarkCircle.js +9 -0
- package/es/_internal/icons/DismissCircle.d.ts +2 -0
- package/es/_internal/icons/DismissCircle.js +9 -0
- package/es/_internal/icons/Edit.d.ts +2 -0
- package/es/_internal/icons/Edit.js +9 -0
- package/es/_internal/icons/index.d.ts +3 -0
- package/es/_internal/icons/index.js +3 -0
- package/es/_internal/select-menu/src/SelectMenu.d.ts +2 -0
- package/es/_internal/select-menu/src/SelectOption.js +1 -1
- package/es/_internal/selection/src/Selection.d.ts +2 -0
- package/es/_internal/selection/src/Selection.js +3 -1
- package/es/_styles/common/dark.js +1 -1
- package/es/_styles/common/light.d.ts +2 -0
- package/es/_styles/common/light.js +1 -1
- package/es/alert/src/Alert.d.ts +2 -0
- package/es/auto-complete/src/AutoComplete.d.ts +2 -0
- package/es/avatar-group/src/AvatarGroup.d.ts +2 -0
- package/es/calendar/src/Calendar.d.ts +2 -0
- package/es/card/src/Card.d.ts +2 -0
- package/es/cascader/src/Cascader.d.ts +2 -0
- package/es/cascader/src/CascaderMenu.d.ts +2 -0
- package/es/cascader/src/CascaderOption.d.ts +2 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +2 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +2 -0
- package/es/checkbox/src/Checkbox.d.ts +2 -0
- package/es/collapse/src/Collapse.d.ts +2 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +2 -0
- package/es/data-table/src/DataTable.d.ts +2 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +2 -0
- package/es/data-table/src/TableParts/Body.d.ts +2 -0
- package/es/data-table/src/TableParts/Cell.d.ts +4 -0
- package/es/data-table/src/TableParts/Header.d.ts +2 -0
- package/es/data-table/styles/light.js +2 -2
- package/es/date-picker/src/DatePicker.d.ts +2 -0
- package/es/date-picker/src/panel/date.d.ts +2 -0
- package/es/date-picker/src/panel/daterange.d.ts +2 -0
- package/es/date-picker/src/panel/datetime.d.ts +2 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +2 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +4 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +2 -0
- package/es/date-picker/src/panel/panelYear.d.ts +4 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +2 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +2 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/es/dialog/src/Dialog.d.ts +2 -0
- package/es/dialog/src/DialogProvider.d.ts +4 -0
- package/es/drawer/src/Drawer.d.ts +24 -0
- package/es/drawer/src/Drawer.js +4 -2
- package/es/drawer/src/DrawerBodyWrapper.d.ts +4 -0
- package/es/drawer/src/DrawerContent.d.ts +4 -0
- package/es/drawer/src/styles/index.cssr.js +4 -0
- package/es/drawer/styles/_common.d.ts +2 -0
- package/es/drawer/styles/_common.js +3 -1
- package/es/drawer/styles/light.d.ts +4 -0
- package/es/dropdown/src/Dropdown.d.ts +2 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +2 -0
- package/es/dynamic-input/src/InputPreset.d.ts +2 -0
- package/es/dynamic-input/src/PairPreset.d.ts +2 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +2 -0
- package/es/ellipsis/src/Ellipsis.d.ts +2 -0
- package/es/input/src/Input.d.ts +2 -0
- package/es/input-number/src/InputNumber.d.ts +2 -0
- package/es/layout/src/Layout.d.ts +4 -0
- package/es/layout/src/LayoutContent.d.ts +2 -0
- package/es/layout/src/LayoutSider.d.ts +2 -0
- package/es/legacy-transfer/src/Transfer.d.ts +2 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +2 -0
- package/es/legacy-transfer/src/TransferList.d.ts +2 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +2 -0
- package/es/log/src/Log.d.ts +2 -0
- package/es/mention/src/Mention.d.ts +2 -0
- package/es/menu/src/Menu.d.ts +2 -0
- package/es/menu/src/MenuOption.d.ts +2 -0
- package/es/menu/src/Submenu.d.ts +2 -0
- package/es/modal/src/BodyWrapper.d.ts +2 -0
- package/es/notification/src/NotificationContainer.d.ts +2 -0
- package/es/pagination/src/Pagination.d.ts +2 -0
- package/es/popconfirm/src/Popconfirm.d.ts +2 -0
- package/es/popselect/src/Popselect.d.ts +2 -0
- package/es/popselect/src/PopselectPanel.d.ts +2 -0
- package/es/select/src/Select.d.ts +2 -0
- package/es/status/src/Status.d.ts +36 -6
- package/es/status/src/Status.js +28 -22
- package/es/status/src/interface.d.ts +3 -0
- package/es/status/src/interface.js +1 -0
- package/es/status/src/styles/index.cssr.js +5 -1
- package/es/status/styles/light.d.ts +2 -0
- package/es/status/styles/light.js +3 -1
- package/es/steps/src/Step.d.ts +12 -6
- package/es/steps/src/Step.js +77 -46
- package/es/steps/src/Steps.d.ts +63 -13
- package/es/steps/src/Steps.js +6 -2
- package/es/steps/src/interface.d.ts +13 -0
- package/es/steps/src/interface.js +1 -0
- package/es/steps/src/styles/index.cssr.js +24 -1
- package/es/steps/styles/light.d.ts +4 -0
- package/es/steps/styles/light.js +5 -1
- package/es/tag/src/Tag.js +1 -1
- package/es/tag/src/styles/index.cssr.js +0 -4
- package/es/theme-editor/src/ThemeEditor.d.ts +2 -0
- package/es/time-picker/src/Panel.d.ts +2 -0
- package/es/time-picker/src/TimePicker.d.ts +2 -0
- package/es/tooltip/src/Tooltip.d.ts +2 -0
- package/es/transfer/src/Transfer.d.ts +2 -0
- package/es/transfer/src/TransferFilter.d.ts +2 -0
- package/es/transfer/src/TransferList.d.ts +2 -0
- package/es/transfer/src/TransferListItem.d.ts +2 -0
- package/es/tree/src/Tree.d.ts +2 -0
- package/es/tree/src/TreeNodeCheckbox.d.ts +2 -0
- package/es/tree-select/src/TreeSelect.d.ts +2 -0
- package/es/upload/src/Upload.d.ts +3 -1
- package/es/upload/src/Upload.js +5 -4
- package/es/upload/src/UploadFile.d.ts +2 -0
- package/es/upload/src/UploadProgress.d.ts +2 -0
- package/es/upload/src/UploadTrigger.js +2 -2
- package/es/upload/src/interface.d.ts +2 -2
- package/es/upload/src/styles/index.cssr.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/icons/CheckmarkCircle.d.ts +2 -0
- package/lib/_internal/icons/CheckmarkCircle.js +11 -0
- package/lib/_internal/icons/DismissCircle.d.ts +2 -0
- package/lib/_internal/icons/DismissCircle.js +11 -0
- package/lib/_internal/icons/Edit.d.ts +2 -0
- package/lib/_internal/icons/Edit.js +11 -0
- package/lib/_internal/icons/index.d.ts +3 -0
- package/lib/_internal/icons/index.js +7 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +2 -0
- package/lib/_internal/select-menu/src/SelectOption.js +5 -2
- package/lib/_internal/selection/src/Selection.d.ts +2 -0
- package/lib/_internal/selection/src/Selection.js +6 -4
- package/lib/_styles/common/dark.js +1 -1
- package/lib/_styles/common/light.d.ts +2 -0
- package/lib/_styles/common/light.js +1 -1
- package/lib/alert/src/Alert.d.ts +2 -0
- package/lib/auto-complete/src/AutoComplete.d.ts +2 -0
- package/lib/avatar-group/src/AvatarGroup.d.ts +2 -0
- package/lib/calendar/src/Calendar.d.ts +2 -0
- package/lib/card/src/Card.d.ts +2 -0
- package/lib/cascader/src/Cascader.d.ts +2 -0
- package/lib/cascader/src/CascaderMenu.d.ts +2 -0
- package/lib/cascader/src/CascaderOption.d.ts +2 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +2 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +2 -0
- package/lib/checkbox/src/Checkbox.d.ts +2 -0
- package/lib/collapse/src/Collapse.d.ts +2 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +2 -0
- package/lib/data-table/src/DataTable.d.ts +2 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +2 -0
- package/lib/data-table/src/TableParts/Body.d.ts +2 -0
- package/lib/data-table/src/TableParts/Cell.d.ts +4 -0
- package/lib/data-table/src/TableParts/Header.d.ts +2 -0
- package/lib/data-table/styles/light.js +2 -2
- package/lib/date-picker/src/DatePicker.d.ts +2 -0
- package/lib/date-picker/src/panel/date.d.ts +2 -0
- package/lib/date-picker/src/panel/daterange.d.ts +2 -0
- package/lib/date-picker/src/panel/datetime.d.ts +2 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +2 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +4 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +2 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +4 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +2 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +2 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/lib/dialog/src/Dialog.d.ts +2 -0
- package/lib/dialog/src/DialogProvider.d.ts +4 -0
- package/lib/drawer/src/Drawer.d.ts +24 -0
- package/lib/drawer/src/Drawer.js +4 -2
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +4 -0
- package/lib/drawer/src/DrawerContent.d.ts +4 -0
- package/lib/drawer/src/styles/index.cssr.js +4 -0
- package/lib/drawer/styles/_common.d.ts +2 -0
- package/lib/drawer/styles/_common.js +3 -1
- package/lib/drawer/styles/light.d.ts +4 -0
- package/lib/dropdown/src/Dropdown.d.ts +2 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +2 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +2 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +2 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -0
- package/lib/ellipsis/src/Ellipsis.d.ts +2 -0
- package/lib/input/src/Input.d.ts +2 -0
- package/lib/input-number/src/InputNumber.d.ts +2 -0
- package/lib/layout/src/Layout.d.ts +4 -0
- package/lib/layout/src/LayoutContent.d.ts +2 -0
- package/lib/layout/src/LayoutSider.d.ts +2 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +2 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +2 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +2 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +2 -0
- package/lib/log/src/Log.d.ts +2 -0
- package/lib/mention/src/Mention.d.ts +2 -0
- package/lib/menu/src/Menu.d.ts +2 -0
- package/lib/menu/src/MenuOption.d.ts +2 -0
- package/lib/menu/src/Submenu.d.ts +2 -0
- package/lib/modal/src/BodyWrapper.d.ts +2 -0
- package/lib/notification/src/NotificationContainer.d.ts +2 -0
- package/lib/pagination/src/Pagination.d.ts +2 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +2 -0
- package/lib/popselect/src/Popselect.d.ts +2 -0
- package/lib/popselect/src/PopselectPanel.d.ts +2 -0
- package/lib/select/src/Select.d.ts +2 -0
- package/lib/status/src/Status.d.ts +36 -6
- package/lib/status/src/Status.js +27 -21
- package/lib/status/src/interface.d.ts +3 -0
- package/lib/status/src/interface.js +2 -0
- package/lib/status/src/styles/index.cssr.js +5 -1
- package/lib/status/styles/light.d.ts +2 -0
- package/lib/status/styles/light.js +3 -1
- package/lib/steps/src/Step.d.ts +12 -6
- package/lib/steps/src/Step.js +76 -45
- package/lib/steps/src/Steps.d.ts +63 -13
- package/lib/steps/src/Steps.js +6 -2
- package/lib/steps/src/interface.d.ts +13 -0
- package/lib/steps/src/interface.js +2 -0
- package/lib/steps/src/styles/index.cssr.js +24 -1
- package/lib/steps/styles/light.d.ts +4 -0
- package/lib/steps/styles/light.js +5 -1
- package/lib/tag/src/Tag.js +1 -1
- package/lib/tag/src/styles/index.cssr.js +0 -4
- package/lib/theme-editor/src/ThemeEditor.d.ts +2 -0
- package/lib/time-picker/src/Panel.d.ts +2 -0
- package/lib/time-picker/src/TimePicker.d.ts +2 -0
- package/lib/tooltip/src/Tooltip.d.ts +2 -0
- package/lib/transfer/src/Transfer.d.ts +2 -0
- package/lib/transfer/src/TransferFilter.d.ts +2 -0
- package/lib/transfer/src/TransferList.d.ts +2 -0
- package/lib/transfer/src/TransferListItem.d.ts +2 -0
- package/lib/tree/src/Tree.d.ts +2 -0
- package/lib/tree/src/TreeNodeCheckbox.d.ts +2 -0
- package/lib/tree-select/src/TreeSelect.d.ts +2 -0
- package/lib/upload/src/Upload.d.ts +3 -1
- package/lib/upload/src/Upload.js +5 -4
- package/lib/upload/src/UploadFile.d.ts +2 -0
- package/lib/upload/src/UploadProgress.d.ts +2 -0
- package/lib/upload/src/UploadTrigger.js +2 -2
- package/lib/upload/src/interface.d.ts +2 -2
- package/lib/upload/src/styles/index.cssr.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 +29 -4
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { h, defineComponent } from 'vue';
|
|
2
|
+
export default defineComponent({
|
|
3
|
+
name: 'CheckmarkCircle',
|
|
4
|
+
render() {
|
|
5
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
6
|
+
h("g", { fill: "none" },
|
|
7
|
+
h("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm-1.25 9.94l4.47-4.47a.75.75 0 0 1 1.133.976l-.073.084l-5 5a.75.75 0 0 1-.976.073l-.084-.073l-2.5-2.5a.75.75 0 0 1 .976-1.133l.084.073l1.97 1.97l4.47-4.47l-4.47 4.47z", fill: "currentColor" }))));
|
|
8
|
+
}
|
|
9
|
+
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { h, defineComponent } from 'vue';
|
|
2
|
+
export default defineComponent({
|
|
3
|
+
name: 'DismissCircle',
|
|
4
|
+
render() {
|
|
5
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
6
|
+
h("g", { fill: "none" },
|
|
7
|
+
h("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm3.446 4.897l.084.073a.75.75 0 0 1 .073.976l-.073.084L13.061 12l2.47 2.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L12 13.061l-2.47 2.47a.75.75 0 0 1-.976.072l-.084-.073a.75.75 0 0 1-.073-.976l.073-.084L10.939 12l-2.47-2.47a.75.75 0 0 1-.072-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073L12 10.939l2.47-2.47a.75.75 0 0 1 .976-.072z", fill: "currentColor" }))));
|
|
8
|
+
}
|
|
9
|
+
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { h, defineComponent } from 'vue';
|
|
2
|
+
export default defineComponent({
|
|
3
|
+
name: 'Edit',
|
|
4
|
+
render() {
|
|
5
|
+
return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
6
|
+
h("g", { fill: "none" },
|
|
7
|
+
h("path", { d: "M21.03 2.97a3.578 3.578 0 0 1 0 5.06L9.062 20a2.25 2.25 0 0 1-.999.58l-5.116 1.395a.75.75 0 0 1-.92-.921l1.395-5.116a2.25 2.25 0 0 1 .58-.999L15.97 2.97a3.578 3.578 0 0 1 5.06 0zM15 6.06L5.062 16a.75.75 0 0 0-.193.333l-1.05 3.85l3.85-1.05A.75.75 0 0 0 8 18.938L17.94 9L15 6.06zm2.03-2.03l-.97.97L19 7.94l.97-.97a2.079 2.079 0 0 0-2.94-2.94z", fill: "currentColor" }))));
|
|
8
|
+
}
|
|
9
|
+
});
|
|
@@ -44,3 +44,6 @@ export { default as ResizeSmallIcon } from './ResizeSmall';
|
|
|
44
44
|
export { default as InfoOutlineIcon } from './InfoOutline';
|
|
45
45
|
export { default as InactiveIcon } from './Inactive';
|
|
46
46
|
export { default as ClearSmallIcon } from './ClearSmall';
|
|
47
|
+
export { default as EditIcon } from './Edit';
|
|
48
|
+
export { default as CheckmarkCircleIcon } from './CheckmarkCircle';
|
|
49
|
+
export { default as DismissCircleIcon } from './DismissCircle';
|
|
@@ -44,3 +44,6 @@ export { default as ResizeSmallIcon } from './ResizeSmall';
|
|
|
44
44
|
export { default as InfoOutlineIcon } from './InfoOutline';
|
|
45
45
|
export { default as InactiveIcon } from './Inactive';
|
|
46
46
|
export { default as ClearSmallIcon } from './ClearSmall';
|
|
47
|
+
export { default as EditIcon } from './Edit';
|
|
48
|
+
export { default as CheckmarkCircleIcon } from './CheckmarkCircle';
|
|
49
|
+
export { default as DismissCircleIcon } from './DismissCircle';
|
|
@@ -282,8 +282,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
282
|
staticRed: string;
|
|
283
283
|
staticOrange: string;
|
|
284
284
|
staticGreen: string;
|
|
285
|
+
staticDeepBlue: string;
|
|
285
286
|
staticErrorAccent: string;
|
|
286
287
|
shadowDepth2: string;
|
|
288
|
+
shadowDepth: string;
|
|
287
289
|
fontFamily: string;
|
|
288
290
|
fontFamilyMono: string;
|
|
289
291
|
cubicBezierEaseInOut: string;
|
|
@@ -4,7 +4,7 @@ import { render, mergeEventHandlers } from '../../../_utils';
|
|
|
4
4
|
import { CheckmarkIcon } from '../../icons';
|
|
5
5
|
import { UBaseIcon } from '../../icon';
|
|
6
6
|
import { internalSelectionMenuInjectionKey } from './interface';
|
|
7
|
-
import
|
|
7
|
+
import UBaseAccountOption from '../../account-option';
|
|
8
8
|
function renderCheckMark(show, clsPrefix) {
|
|
9
9
|
return (h(Transition, { name: "fade-in-scale-up-transition" }, {
|
|
10
10
|
default: () => show ? (h(UBaseIcon, { clsPrefix: clsPrefix, class: `${clsPrefix}-base-select-option__check` }, {
|
|
@@ -518,8 +518,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
518
518
|
staticRed: string;
|
|
519
519
|
staticOrange: string;
|
|
520
520
|
staticGreen: string;
|
|
521
|
+
staticDeepBlue: string;
|
|
521
522
|
staticErrorAccent: string;
|
|
522
523
|
shadowDepth2: string;
|
|
524
|
+
shadowDepth: string;
|
|
523
525
|
fontFamily: string;
|
|
524
526
|
fontFamilyMono: string;
|
|
525
527
|
cubicBezierEaseInOut: string;
|
|
@@ -8,9 +8,11 @@ import { createKey, getTitleAttribute, render, useOnResize, Wrapper } from '../.
|
|
|
8
8
|
import Suffix from '../../suffix';
|
|
9
9
|
import { internalSelectionLight } from '../styles';
|
|
10
10
|
import style from './styles/index.cssr';
|
|
11
|
-
import { UBaseAccountOption, UBaseIcon, UBaseSkeleton } from '../../../_internal';
|
|
12
11
|
import { getPadding, pxfy, depx } from 'seemly';
|
|
13
12
|
import UBaseClear from '../../clear';
|
|
13
|
+
import { UBaseIcon } from '../../icon';
|
|
14
|
+
import UBaseAccountOption from '../../account-option';
|
|
15
|
+
import UBaseSkeleton from '../../skeleton';
|
|
14
16
|
export default defineComponent({
|
|
15
17
|
name: 'InternalSelection',
|
|
16
18
|
props: Object.assign(Object.assign({}, useTheme.props), { clsPrefix: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import commonVariables from './_common';
|
|
2
|
-
const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(255, 255, 255, 0.25)', scrollbarColorHover: 'rgba(255, 255, 255, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#2B204E', brandPrimary100: '#412A89', brandPrimary200: '#6A40ED', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#8967F1', brandPrimary550: '#6607DF', brandPrimary600: '#5D46A6', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#101010', surfaceSecondary: '#1D1D1D', containerPrimary: '#1D1D1D', containerSecondary: '#313135', textPrimary: '#F3F4F6', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#101010', textBrand: '#F3F4F6', elementsPrimary: '#F3F4F6', elementsSecondary: '#101010', elementsTertiary: '#222222', elementsQuaternary: '#424247', elementsQuinary: '#707479', elementsDarkQuinary: '#919396', elementsSenary: '#DFDFDF', elementsOnContainer: '#101010', transparencyPrimary: 'rgba(255, 255, 255, 0.1)', transparencySecondary: 'rgba(255, 255, 255, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.75)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticErrorAccent: '#CB0000', shadowDepth2: '0 0 0 1px #424247' // В дизайне тень вообще отсутствует, пока что пусть побудет визуально как border
|
|
2
|
+
const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(255, 255, 255, 0.25)', scrollbarColorHover: 'rgba(255, 255, 255, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#2B204E', brandPrimary100: '#412A89', brandPrimary200: '#6A40ED', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#8967F1', brandPrimary550: '#6607DF', brandPrimary600: '#5D46A6', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#101010', surfaceSecondary: '#1D1D1D', containerPrimary: '#1D1D1D', containerSecondary: '#313135', textPrimary: '#F3F4F6', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#101010', textBrand: '#F3F4F6', elementsPrimary: '#F3F4F6', elementsSecondary: '#101010', elementsTertiary: '#222222', elementsQuaternary: '#424247', elementsQuinary: '#707479', elementsDarkQuinary: '#919396', elementsSenary: '#DFDFDF', elementsOnContainer: '#101010', transparencyPrimary: 'rgba(255, 255, 255, 0.1)', transparencySecondary: 'rgba(255, 255, 255, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.75)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticDeepBlue: '#2F53CD', staticErrorAccent: '#CB0000', shadowDepth2: '0 0 0 1px #424247', shadowDepth: '0px 8px 8px 0px rgba(255, 255, 255, 0.25)' // В дизайне тень вообще отсутствует, пока что пусть побудет визуально как border
|
|
3
3
|
});
|
|
4
4
|
export default derived;
|
|
@@ -54,8 +54,10 @@ declare const derived: {
|
|
|
54
54
|
staticRed: string;
|
|
55
55
|
staticOrange: string;
|
|
56
56
|
staticGreen: string;
|
|
57
|
+
staticDeepBlue: string;
|
|
57
58
|
staticErrorAccent: string;
|
|
58
59
|
shadowDepth2: string;
|
|
60
|
+
shadowDepth: string;
|
|
59
61
|
fontFamily: string;
|
|
60
62
|
fontFamilyMono: string;
|
|
61
63
|
cubicBezierEaseInOut: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import commonVariables from './_common';
|
|
2
|
-
const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(0, 0, 0, 0.25)', scrollbarColorHover: 'rgba(0, 0, 0, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#F8F2FF', brandPrimary100: '#EAE2FF', brandPrimary200: '#DACCFF', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#7000FF', brandPrimary550: '#6607DF', brandPrimary600: '#5B34C1', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#fff', surfaceSecondary: '#1d1d1d', containerPrimary: '#fff', containerSecondary: '#F3F4F6', textPrimary: '#101010', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#FFFFFF', textBrand: '#7000FF', elementsPrimary: '#101010', elementsSecondary: '#fff', elementsTertiary: '#F3F4F6', elementsQuaternary: '#E7E8EA', elementsQuinary: '#C5C7CA', elementsDarkQuinary: '#919396', elementsSenary: '#4E4D4D', elementsOnContainer: '#fff', transparencyPrimary: 'rgba(0, 0, 0, 0.35)', transparencySecondary: 'rgba(0, 0, 0, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.40)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticErrorAccent: '#CB0000', shadowDepth2: '0px 20px 80px 0px rgba(0, 0, 0, 0.07)' });
|
|
2
|
+
const derived = Object.assign(Object.assign({ name: 'common' }, commonVariables), { scrollbarColor: 'rgba(0, 0, 0, 0.25)', scrollbarColorHover: 'rgba(0, 0, 0, 0.4)', scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', opacityDisabled: '0.5', brandPrimary50: '#F8F2FF', brandPrimary100: '#EAE2FF', brandPrimary200: '#DACCFF', brandPrimary300: '#BBA2FD', brandPrimary400: '#7748F1', brandPrimary500: '#7000FF', brandPrimary550: '#6607DF', brandPrimary600: '#5B34C1', brandSecondary500: '#FFFF54', brandSecondary300: '#FDF5A6', brandSecondary600: '#F9DE6D', brandTertiary500: '#C4ED70', brandTertiary300: '#DCF0AF', brandTertiary600: '#9DED70', brandQuaternary500: '#90DDFB', brandQuaternary300: '#C5ECFD', brandQuaternary600: '#54B8F9', brandQuinary500: '#EC616A', brandQuinary300: '#F19EDA', brandQuinary600: '#EA3E68', brandQuinary100: '#FAD6D9', surfacePrimary: '#fff', surfaceSecondary: '#1d1d1d', containerPrimary: '#fff', containerSecondary: '#F3F4F6', textPrimary: '#101010', textSecondary: '#808080', textTertiary: '#999999', textQuaternary: '#FFFFFF', textBrand: '#7000FF', elementsPrimary: '#101010', elementsSecondary: '#fff', elementsTertiary: '#F3F4F6', elementsQuaternary: '#E7E8EA', elementsQuinary: '#C5C7CA', elementsDarkQuinary: '#919396', elementsSenary: '#4E4D4D', elementsOnContainer: '#fff', transparencyPrimary: 'rgba(0, 0, 0, 0.35)', transparencySecondary: 'rgba(0, 0, 0, 0.07)', transparencyTertiary: 'rgba(255, 255, 255, 0.16)', transparencyQuinary: 'rgba(255, 255, 255, 0.32)', transparencyModal: 'rgba(0, 0, 0, 0.40)', staticBlack: '#101010', staticDarkGrey: '#2C2C2D', staticWhite: '#FFFFFF', staticRed: '#F24835', staticOrange: '#F48C2C', staticGreen: '#09B849', staticDeepBlue: '#2F53CD', staticErrorAccent: '#CB0000', shadowDepth2: '0px 20px 80px 0px rgba(0, 0, 0, 0.07)', shadowDepth: '0px 8px 8px 0px rgba(0, 0, 0, 0.25)' });
|
|
3
3
|
export default derived;
|
package/es/alert/src/Alert.d.ts
CHANGED
|
@@ -599,8 +599,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
599
599
|
staticRed: string;
|
|
600
600
|
staticOrange: string;
|
|
601
601
|
staticGreen: string;
|
|
602
|
+
staticDeepBlue: string;
|
|
602
603
|
staticErrorAccent: string;
|
|
603
604
|
shadowDepth2: string;
|
|
605
|
+
shadowDepth: string;
|
|
604
606
|
fontFamily: string;
|
|
605
607
|
fontFamilyMono: string;
|
|
606
608
|
cubicBezierEaseInOut: string;
|
|
@@ -933,8 +933,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
933
933
|
staticRed: string;
|
|
934
934
|
staticOrange: string;
|
|
935
935
|
staticGreen: string;
|
|
936
|
+
staticDeepBlue: string;
|
|
936
937
|
staticErrorAccent: string;
|
|
937
938
|
shadowDepth2: string;
|
|
939
|
+
shadowDepth: string;
|
|
938
940
|
fontFamily: string;
|
|
939
941
|
fontFamilyMono: string;
|
|
940
942
|
cubicBezierEaseInOut: string;
|
|
@@ -189,8 +189,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
189
|
staticRed: string;
|
|
190
190
|
staticOrange: string;
|
|
191
191
|
staticGreen: string;
|
|
192
|
+
staticDeepBlue: string;
|
|
192
193
|
staticErrorAccent: string;
|
|
193
194
|
shadowDepth2: string;
|
|
195
|
+
shadowDepth: string;
|
|
194
196
|
fontFamily: string;
|
|
195
197
|
fontFamilyMono: string;
|
|
196
198
|
cubicBezierEaseInOut: string;
|
|
@@ -1524,8 +1524,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1524
1524
|
staticRed: string;
|
|
1525
1525
|
staticOrange: string;
|
|
1526
1526
|
staticGreen: string;
|
|
1527
|
+
staticDeepBlue: string;
|
|
1527
1528
|
staticErrorAccent: string;
|
|
1528
1529
|
shadowDepth2: string;
|
|
1530
|
+
shadowDepth: string;
|
|
1529
1531
|
fontFamily: string;
|
|
1530
1532
|
fontFamilyMono: string;
|
|
1531
1533
|
cubicBezierEaseInOut: string;
|
package/es/card/src/Card.d.ts
CHANGED
|
@@ -392,8 +392,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
392
|
staticRed: string;
|
|
393
393
|
staticOrange: string;
|
|
394
394
|
staticGreen: string;
|
|
395
|
+
staticDeepBlue: string;
|
|
395
396
|
staticErrorAccent: string;
|
|
396
397
|
shadowDepth2: string;
|
|
398
|
+
shadowDepth: string;
|
|
397
399
|
fontFamily: string;
|
|
398
400
|
fontFamilyMono: string;
|
|
399
401
|
cubicBezierEaseInOut: string;
|
|
@@ -1897,8 +1897,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1897
1897
|
staticRed: string;
|
|
1898
1898
|
staticOrange: string;
|
|
1899
1899
|
staticGreen: string;
|
|
1900
|
+
staticDeepBlue: string;
|
|
1900
1901
|
staticErrorAccent: string;
|
|
1901
1902
|
shadowDepth2: string;
|
|
1903
|
+
shadowDepth: string;
|
|
1902
1904
|
fontFamily: string;
|
|
1903
1905
|
fontFamilyMono: string;
|
|
1904
1906
|
cubicBezierEaseInOut: string;
|
|
@@ -100,8 +100,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
100
|
staticRed: string;
|
|
101
101
|
staticOrange: string;
|
|
102
102
|
staticGreen: string;
|
|
103
|
+
staticDeepBlue: string;
|
|
103
104
|
staticErrorAccent: string;
|
|
104
105
|
shadowDepth2: string;
|
|
106
|
+
shadowDepth: string;
|
|
105
107
|
fontFamily: string;
|
|
106
108
|
fontFamilyMono: string;
|
|
107
109
|
cubicBezierEaseInOut: string;
|
|
@@ -76,8 +76,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
staticRed: string;
|
|
77
77
|
staticOrange: string;
|
|
78
78
|
staticGreen: string;
|
|
79
|
+
staticDeepBlue: string;
|
|
79
80
|
staticErrorAccent: string;
|
|
80
81
|
shadowDepth2: string;
|
|
82
|
+
shadowDepth: string;
|
|
81
83
|
fontFamily: string;
|
|
82
84
|
fontFamilyMono: string;
|
|
83
85
|
cubicBezierEaseInOut: string;
|
|
@@ -88,8 +88,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
staticRed: string;
|
|
89
89
|
staticOrange: string;
|
|
90
90
|
staticGreen: string;
|
|
91
|
+
staticDeepBlue: string;
|
|
91
92
|
staticErrorAccent: string;
|
|
92
93
|
shadowDepth2: string;
|
|
94
|
+
shadowDepth: string;
|
|
93
95
|
fontFamily: string;
|
|
94
96
|
fontFamilyMono: string;
|
|
95
97
|
cubicBezierEaseInOut: string;
|
|
@@ -69,8 +69,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
staticRed: string;
|
|
70
70
|
staticOrange: string;
|
|
71
71
|
staticGreen: string;
|
|
72
|
+
staticDeepBlue: string;
|
|
72
73
|
staticErrorAccent: string;
|
|
73
74
|
shadowDepth2: string;
|
|
75
|
+
shadowDepth: string;
|
|
74
76
|
fontFamily: string;
|
|
75
77
|
fontFamilyMono: string;
|
|
76
78
|
cubicBezierEaseInOut: string;
|
|
@@ -458,8 +458,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
458
458
|
staticRed: string;
|
|
459
459
|
staticOrange: string;
|
|
460
460
|
staticGreen: string;
|
|
461
|
+
staticDeepBlue: string;
|
|
461
462
|
staticErrorAccent: string;
|
|
462
463
|
shadowDepth2: string;
|
|
464
|
+
shadowDepth: string;
|
|
463
465
|
fontFamily: string;
|
|
464
466
|
fontFamilyMono: string;
|
|
465
467
|
cubicBezierEaseInOut: string;
|
|
@@ -218,8 +218,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
218
218
|
staticRed: string;
|
|
219
219
|
staticOrange: string;
|
|
220
220
|
staticGreen: string;
|
|
221
|
+
staticDeepBlue: string;
|
|
221
222
|
staticErrorAccent: string;
|
|
222
223
|
shadowDepth2: string;
|
|
224
|
+
shadowDepth: string;
|
|
223
225
|
fontFamily: string;
|
|
224
226
|
fontFamilyMono: string;
|
|
225
227
|
cubicBezierEaseInOut: string;
|
|
@@ -71,8 +71,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
staticRed: string;
|
|
72
72
|
staticOrange: string;
|
|
73
73
|
staticGreen: string;
|
|
74
|
+
staticDeepBlue: string;
|
|
74
75
|
staticErrorAccent: string;
|
|
75
76
|
shadowDepth2: string;
|
|
77
|
+
shadowDepth: string;
|
|
76
78
|
fontFamily: string;
|
|
77
79
|
fontFamilyMono: string;
|
|
78
80
|
cubicBezierEaseInOut: string;
|
|
@@ -2866,8 +2866,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2866
2866
|
staticRed: string;
|
|
2867
2867
|
staticOrange: string;
|
|
2868
2868
|
staticGreen: string;
|
|
2869
|
+
staticDeepBlue: string;
|
|
2869
2870
|
staticErrorAccent: string;
|
|
2870
2871
|
shadowDepth2: string;
|
|
2872
|
+
shadowDepth: string;
|
|
2871
2873
|
fontFamily: string;
|
|
2872
2874
|
fontFamilyMono: string;
|
|
2873
2875
|
cubicBezierEaseInOut: string;
|
|
@@ -67,8 +67,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
staticRed: string;
|
|
68
68
|
staticOrange: string;
|
|
69
69
|
staticGreen: string;
|
|
70
|
+
staticDeepBlue: string;
|
|
70
71
|
staticErrorAccent: string;
|
|
71
72
|
shadowDepth2: string;
|
|
73
|
+
shadowDepth: string;
|
|
72
74
|
fontFamily: string;
|
|
73
75
|
fontFamilyMono: string;
|
|
74
76
|
cubicBezierEaseInOut: string;
|
|
@@ -92,8 +92,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
staticRed: string;
|
|
93
93
|
staticOrange: string;
|
|
94
94
|
staticGreen: string;
|
|
95
|
+
staticDeepBlue: string;
|
|
95
96
|
staticErrorAccent: string;
|
|
96
97
|
shadowDepth2: string;
|
|
98
|
+
shadowDepth: string;
|
|
97
99
|
fontFamily: string;
|
|
98
100
|
fontFamilyMono: string;
|
|
99
101
|
cubicBezierEaseInOut: string;
|
|
@@ -92,8 +92,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
staticRed: string;
|
|
93
93
|
staticOrange: string;
|
|
94
94
|
staticGreen: string;
|
|
95
|
+
staticDeepBlue: string;
|
|
95
96
|
staticErrorAccent: string;
|
|
96
97
|
shadowDepth2: string;
|
|
98
|
+
shadowDepth: string;
|
|
97
99
|
fontFamily: string;
|
|
98
100
|
fontFamilyMono: string;
|
|
99
101
|
cubicBezierEaseInOut: string;
|
|
@@ -76,8 +76,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
staticRed: string;
|
|
77
77
|
staticOrange: string;
|
|
78
78
|
staticGreen: string;
|
|
79
|
+
staticDeepBlue: string;
|
|
79
80
|
staticErrorAccent: string;
|
|
80
81
|
shadowDepth2: string;
|
|
82
|
+
shadowDepth: string;
|
|
81
83
|
fontFamily: string;
|
|
82
84
|
fontFamilyMono: string;
|
|
83
85
|
cubicBezierEaseInOut: string;
|
|
@@ -1509,8 +1511,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1509
1511
|
staticRed: string;
|
|
1510
1512
|
staticOrange: string;
|
|
1511
1513
|
staticGreen: string;
|
|
1514
|
+
staticDeepBlue: string;
|
|
1512
1515
|
staticErrorAccent: string;
|
|
1513
1516
|
shadowDepth2: string;
|
|
1517
|
+
shadowDepth: string;
|
|
1514
1518
|
fontFamily: string;
|
|
1515
1519
|
fontFamilyMono: string;
|
|
1516
1520
|
cubicBezierEaseInOut: string;
|
|
@@ -80,8 +80,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
staticRed: string;
|
|
81
81
|
staticOrange: string;
|
|
82
82
|
staticGreen: string;
|
|
83
|
+
staticDeepBlue: string;
|
|
83
84
|
staticErrorAccent: string;
|
|
84
85
|
shadowDepth2: string;
|
|
86
|
+
shadowDepth: string;
|
|
85
87
|
fontFamily: string;
|
|
86
88
|
fontFamilyMono: string;
|
|
87
89
|
cubicBezierEaseInOut: string;
|
|
@@ -10,7 +10,7 @@ import { dropdownLight } from '../../dropdown/styles';
|
|
|
10
10
|
import { commonLight } from '../../_styles/common';
|
|
11
11
|
import { createTheme } from '../../_mixins';
|
|
12
12
|
export const self = (vars) => {
|
|
13
|
-
const { borderRadius, opacityDisabled, elementsQuaternary, lineHeightBodyLarge, fontBodyMedium, fontBodyLarge, elementsTertiary, containerPrimary, textPrimary, textSecondary, fontWeightBold, elementsPrimary, brandPrimary500,
|
|
13
|
+
const { borderRadius, opacityDisabled, elementsQuaternary, lineHeightBodyLarge, fontBodyMedium, fontBodyLarge, elementsTertiary, containerPrimary, textPrimary, textSecondary, fontWeightBold, elementsPrimary, brandPrimary500, shadowDepth, iconLarge } = vars;
|
|
14
14
|
return {
|
|
15
15
|
thPaddingSmall: '8px',
|
|
16
16
|
thPaddingMedium: '8px 16px',
|
|
@@ -64,7 +64,7 @@ export const self = (vars) => {
|
|
|
64
64
|
thColorPopover: containerPrimary,
|
|
65
65
|
thColorHoverPopover: containerPrimary,
|
|
66
66
|
tdColorPopover: containerPrimary,
|
|
67
|
-
fixedBoxShadow:
|
|
67
|
+
fixedBoxShadow: shadowDepth,
|
|
68
68
|
// loading
|
|
69
69
|
loadingColor: brandPrimary500,
|
|
70
70
|
loadingSize: iconLarge,
|
|
@@ -4393,8 +4393,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4393
4393
|
staticRed: string;
|
|
4394
4394
|
staticOrange: string;
|
|
4395
4395
|
staticGreen: string;
|
|
4396
|
+
staticDeepBlue: string;
|
|
4396
4397
|
staticErrorAccent: string;
|
|
4397
4398
|
shadowDepth2: string;
|
|
4399
|
+
shadowDepth: string;
|
|
4398
4400
|
fontFamily: string;
|
|
4399
4401
|
fontFamilyMono: string;
|
|
4400
4402
|
cubicBezierEaseInOut: string;
|
|
@@ -123,8 +123,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
staticRed: string;
|
|
124
124
|
staticOrange: string;
|
|
125
125
|
staticGreen: string;
|
|
126
|
+
staticDeepBlue: string;
|
|
126
127
|
staticErrorAccent: string;
|
|
127
128
|
shadowDepth2: string;
|
|
129
|
+
shadowDepth: string;
|
|
128
130
|
fontFamily: string;
|
|
129
131
|
fontFamilyMono: string;
|
|
130
132
|
cubicBezierEaseInOut: string;
|
|
@@ -145,8 +145,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
145
|
staticRed: string;
|
|
146
146
|
staticOrange: string;
|
|
147
147
|
staticGreen: string;
|
|
148
|
+
staticDeepBlue: string;
|
|
148
149
|
staticErrorAccent: string;
|
|
149
150
|
shadowDepth2: string;
|
|
151
|
+
shadowDepth: string;
|
|
150
152
|
fontFamily: string;
|
|
151
153
|
fontFamilyMono: string;
|
|
152
154
|
cubicBezierEaseInOut: string;
|
|
@@ -110,8 +110,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
staticRed: string;
|
|
111
111
|
staticOrange: string;
|
|
112
112
|
staticGreen: string;
|
|
113
|
+
staticDeepBlue: string;
|
|
113
114
|
staticErrorAccent: string;
|
|
114
115
|
shadowDepth2: string;
|
|
116
|
+
shadowDepth: string;
|
|
115
117
|
fontFamily: string;
|
|
116
118
|
fontFamilyMono: string;
|
|
117
119
|
cubicBezierEaseInOut: string;
|
|
@@ -136,8 +136,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
136
|
staticRed: string;
|
|
137
137
|
staticOrange: string;
|
|
138
138
|
staticGreen: string;
|
|
139
|
+
staticDeepBlue: string;
|
|
139
140
|
staticErrorAccent: string;
|
|
140
141
|
shadowDepth2: string;
|
|
142
|
+
shadowDepth: string;
|
|
141
143
|
fontFamily: string;
|
|
142
144
|
fontFamilyMono: string;
|
|
143
145
|
cubicBezierEaseInOut: string;
|
|
@@ -213,8 +213,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
213
|
staticRed: string;
|
|
214
214
|
staticOrange: string;
|
|
215
215
|
staticGreen: string;
|
|
216
|
+
staticDeepBlue: string;
|
|
216
217
|
staticErrorAccent: string;
|
|
217
218
|
shadowDepth2: string;
|
|
219
|
+
shadowDepth: string;
|
|
218
220
|
fontFamily: string;
|
|
219
221
|
fontFamilyMono: string;
|
|
220
222
|
cubicBezierEaseInOut: string;
|
|
@@ -1457,8 +1459,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1457
1459
|
staticRed: string;
|
|
1458
1460
|
staticOrange: string;
|
|
1459
1461
|
staticGreen: string;
|
|
1462
|
+
staticDeepBlue: string;
|
|
1460
1463
|
staticErrorAccent: string;
|
|
1461
1464
|
shadowDepth2: string;
|
|
1465
|
+
shadowDepth: string;
|
|
1462
1466
|
fontFamily: string;
|
|
1463
1467
|
fontFamilyMono: string;
|
|
1464
1468
|
cubicBezierEaseInOut: string;
|
|
@@ -114,8 +114,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
staticRed: string;
|
|
115
115
|
staticOrange: string;
|
|
116
116
|
staticGreen: string;
|
|
117
|
+
staticDeepBlue: string;
|
|
117
118
|
staticErrorAccent: string;
|
|
118
119
|
shadowDepth2: string;
|
|
120
|
+
shadowDepth: string;
|
|
119
121
|
fontFamily: string;
|
|
120
122
|
fontFamilyMono: string;
|
|
121
123
|
cubicBezierEaseInOut: string;
|
|
@@ -213,8 +213,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
213
|
staticRed: string;
|
|
214
214
|
staticOrange: string;
|
|
215
215
|
staticGreen: string;
|
|
216
|
+
staticDeepBlue: string;
|
|
216
217
|
staticErrorAccent: string;
|
|
217
218
|
shadowDepth2: string;
|
|
219
|
+
shadowDepth: string;
|
|
218
220
|
fontFamily: string;
|
|
219
221
|
fontFamilyMono: string;
|
|
220
222
|
cubicBezierEaseInOut: string;
|
|
@@ -1457,8 +1459,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1457
1459
|
staticRed: string;
|
|
1458
1460
|
staticOrange: string;
|
|
1459
1461
|
staticGreen: string;
|
|
1462
|
+
staticDeepBlue: string;
|
|
1460
1463
|
staticErrorAccent: string;
|
|
1461
1464
|
shadowDepth2: string;
|
|
1465
|
+
shadowDepth: string;
|
|
1462
1466
|
fontFamily: string;
|
|
1463
1467
|
fontFamilyMono: string;
|
|
1464
1468
|
cubicBezierEaseInOut: string;
|
|
@@ -114,8 +114,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
staticRed: string;
|
|
115
115
|
staticOrange: string;
|
|
116
116
|
staticGreen: string;
|
|
117
|
+
staticDeepBlue: string;
|
|
117
118
|
staticErrorAccent: string;
|
|
118
119
|
shadowDepth2: string;
|
|
120
|
+
shadowDepth: string;
|
|
119
121
|
fontFamily: string;
|
|
120
122
|
fontFamilyMono: string;
|
|
121
123
|
cubicBezierEaseInOut: string;
|
|
@@ -110,8 +110,10 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
|
|
|
110
110
|
staticRed: string;
|
|
111
111
|
staticOrange: string;
|
|
112
112
|
staticGreen: string;
|
|
113
|
+
staticDeepBlue: string;
|
|
113
114
|
staticErrorAccent: string;
|
|
114
115
|
shadowDepth2: string;
|
|
116
|
+
shadowDepth: string;
|
|
115
117
|
fontFamily: string;
|
|
116
118
|
fontFamilyMono: string;
|
|
117
119
|
cubicBezierEaseInOut: string;
|
|
@@ -142,8 +142,10 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
|
|
|
142
142
|
staticRed: string;
|
|
143
143
|
staticOrange: string;
|
|
144
144
|
staticGreen: string;
|
|
145
|
+
staticDeepBlue: string;
|
|
145
146
|
staticErrorAccent: string;
|
|
146
147
|
shadowDepth2: string;
|
|
148
|
+
shadowDepth: string;
|
|
147
149
|
fontFamily: string;
|
|
148
150
|
fontFamilyMono: string;
|
|
149
151
|
cubicBezierEaseInOut: string;
|
|
@@ -86,8 +86,10 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
|
|
|
86
86
|
staticRed: string;
|
|
87
87
|
staticOrange: string;
|
|
88
88
|
staticGreen: string;
|
|
89
|
+
staticDeepBlue: string;
|
|
89
90
|
staticErrorAccent: string;
|
|
90
91
|
shadowDepth2: string;
|
|
92
|
+
shadowDepth: string;
|
|
91
93
|
fontFamily: string;
|
|
92
94
|
fontFamilyMono: string;
|
|
93
95
|
cubicBezierEaseInOut: string;
|
|
@@ -824,8 +824,10 @@ export declare const UDialog: import("vue").DefineComponent<{
|
|
|
824
824
|
staticRed: string;
|
|
825
825
|
staticOrange: string;
|
|
826
826
|
staticGreen: string;
|
|
827
|
+
staticDeepBlue: string;
|
|
827
828
|
staticErrorAccent: string;
|
|
828
829
|
shadowDepth2: string;
|
|
830
|
+
shadowDepth: string;
|
|
829
831
|
fontFamily: string;
|
|
830
832
|
fontFamilyMono: string;
|
|
831
833
|
cubicBezierEaseInOut: string;
|
|
@@ -343,8 +343,10 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
|
|
|
343
343
|
staticRed: string;
|
|
344
344
|
staticOrange: string;
|
|
345
345
|
staticGreen: string;
|
|
346
|
+
staticDeepBlue: string;
|
|
346
347
|
staticErrorAccent: string;
|
|
347
348
|
shadowDepth2: string;
|
|
349
|
+
shadowDepth: string;
|
|
348
350
|
fontFamily: string;
|
|
349
351
|
fontFamilyMono: string;
|
|
350
352
|
cubicBezierEaseInOut: string;
|
|
@@ -695,8 +697,10 @@ export declare const UDialogProvider: import("vue").DefineComponent<{
|
|
|
695
697
|
staticRed: string;
|
|
696
698
|
staticOrange: string;
|
|
697
699
|
staticGreen: string;
|
|
700
|
+
staticDeepBlue: string;
|
|
698
701
|
staticErrorAccent: string;
|
|
699
702
|
shadowDepth2: string;
|
|
703
|
+
shadowDepth: string;
|
|
700
704
|
fontFamily: string;
|
|
701
705
|
fontFamilyMono: string;
|
|
702
706
|
cubicBezierEaseInOut: string;
|