@uzum-tech/ui 1.2.4 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +460 -301
- package/dist/index.prod.js +2 -2
- 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 -45
- 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/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 +77 -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
|
@@ -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;
|
|
@@ -13,9 +13,11 @@ const _utils_1 = require("../../../_utils");
|
|
|
13
13
|
const suffix_1 = __importDefault(require("../../suffix"));
|
|
14
14
|
const styles_1 = require("../styles");
|
|
15
15
|
const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
|
|
16
|
-
const _internal_1 = require("../../../_internal");
|
|
17
16
|
const seemly_1 = require("seemly");
|
|
18
17
|
const clear_1 = __importDefault(require("../../clear"));
|
|
18
|
+
const icon_1 = require("../../icon");
|
|
19
|
+
const account_option_1 = __importDefault(require("../../account-option"));
|
|
20
|
+
const skeleton_1 = __importDefault(require("../../skeleton"));
|
|
19
21
|
exports.default = (0, vue_1.defineComponent)({
|
|
20
22
|
name: 'InternalSelection',
|
|
21
23
|
props: Object.assign(Object.assign({}, _mixins_1.useTheme.props), { clsPrefix: {
|
|
@@ -539,7 +541,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
539
541
|
const { labelField } = this;
|
|
540
542
|
const createTag = (option) => {
|
|
541
543
|
const icon = option.avatar || option.icon
|
|
542
|
-
? () => ((0, vue_1.h)(
|
|
544
|
+
? () => ((0, vue_1.h)(icon_1.UBaseIcon, { clsPrefix: clsPrefix }, {
|
|
543
545
|
default: option.avatar || option.icon
|
|
544
546
|
}))
|
|
545
547
|
: null;
|
|
@@ -639,7 +641,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
639
641
|
? renderLabel(this.selectedOption, true)
|
|
640
642
|
: (0, _utils_1.render)(this.label, this.selectedOption, true);
|
|
641
643
|
children =
|
|
642
|
-
(account && ((0, vue_1.h)(
|
|
644
|
+
(account && ((0, vue_1.h)(account_option_1.default, Object.assign({}, this.selectedOption, { label: label })))) ||
|
|
643
645
|
label;
|
|
644
646
|
}
|
|
645
647
|
if (filterable) {
|
|
@@ -691,7 +693,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
691
693
|
// many redundant codes.
|
|
692
694
|
[`${clsPrefix}-base-selection--focus`]: this.focused
|
|
693
695
|
}
|
|
694
|
-
], style: this.cssVars, onClick: this.onClick, onMouseenter: this.handleMouseEnter, onMouseleave: this.handleMouseLeave, onKeydown: this.onKeydown, onFocusin: this.handleFocusin, onFocusout: this.handleFocusout, onMousedown: this.handleMouseDown }, loadingSkeleton ? ((0, vue_1.h)(
|
|
696
|
+
], style: this.cssVars, onClick: this.onClick, onMouseenter: this.handleMouseEnter, onMouseleave: this.handleMouseLeave, onKeydown: this.onKeydown, onFocusin: this.handleFocusin, onFocusout: this.handleFocusout, onMousedown: this.handleMouseDown }, loadingSkeleton ? ((0, vue_1.h)(skeleton_1.default, { sharp: false, round: this.round, class: [
|
|
695
697
|
`${clsPrefix}-base-selection__loading`,
|
|
696
698
|
`${clsPrefix}-base-selection__loading--skeleton`
|
|
697
699
|
] })) : ([
|
|
@@ -4,6 +4,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const _common_1 = __importDefault(require("./_common"));
|
|
7
|
-
const derived = Object.assign(Object.assign({ name: 'common' }, _common_1.default), { 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
|
|
7
|
+
const derived = Object.assign(Object.assign({ name: 'common' }, _common_1.default), { 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
|
|
8
8
|
});
|
|
9
9
|
exports.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;
|
|
@@ -4,5 +4,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const _common_1 = __importDefault(require("./_common"));
|
|
7
|
-
const derived = Object.assign(Object.assign({ name: 'common' }, _common_1.default), { 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)' });
|
|
7
|
+
const derived = Object.assign(Object.assign({ name: 'common' }, _common_1.default), { 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)' });
|
|
8
8
|
exports.default = derived;
|
package/lib/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/lib/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;
|
|
@@ -13,7 +13,7 @@ const styles_9 = require("../../dropdown/styles");
|
|
|
13
13
|
const common_1 = require("../../_styles/common");
|
|
14
14
|
const _mixins_1 = require("../../_mixins");
|
|
15
15
|
const self = (vars) => {
|
|
16
|
-
const { borderRadius, opacityDisabled, elementsQuaternary, lineHeightBodyLarge, fontBodyMedium, fontBodyLarge, elementsTertiary, containerPrimary, textPrimary, textSecondary, fontWeightBold, elementsPrimary, brandPrimary500,
|
|
16
|
+
const { borderRadius, opacityDisabled, elementsQuaternary, lineHeightBodyLarge, fontBodyMedium, fontBodyLarge, elementsTertiary, containerPrimary, textPrimary, textSecondary, fontWeightBold, elementsPrimary, brandPrimary500, shadowDepth, iconLarge } = vars;
|
|
17
17
|
return {
|
|
18
18
|
thPaddingSmall: '8px',
|
|
19
19
|
thPaddingMedium: '8px 16px',
|
|
@@ -67,7 +67,7 @@ const self = (vars) => {
|
|
|
67
67
|
thColorPopover: containerPrimary,
|
|
68
68
|
thColorHoverPopover: containerPrimary,
|
|
69
69
|
tdColorPopover: containerPrimary,
|
|
70
|
-
fixedBoxShadow:
|
|
70
|
+
fixedBoxShadow: shadowDepth,
|
|
71
71
|
// loading
|
|
72
72
|
loadingColor: brandPrimary500,
|
|
73
73
|
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;
|