@uzum-tech/ui 2.1.4 → 2.2.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 +1213 -527
- package/dist/index.mjs +1210 -528
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/_internal/icon/src/UIcon.mjs +17 -9
- package/es/_internal/icons/SearchOutline.d.ts +2 -0
- package/es/_internal/icons/SearchOutline.mjs +18 -0
- package/es/_internal/icons/index.d.ts +1 -0
- package/es/_internal/icons/index.mjs +1 -0
- package/es/_utils/dom/copy-to-clipboard.d.ts +1 -0
- package/es/_utils/dom/copy-to-clipboard.mjs +8 -0
- package/es/_utils/dom/index.d.ts +1 -0
- package/es/_utils/dom/index.mjs +1 -0
- package/es/components.d.ts +1079 -4
- package/es/components.mjs +3 -0
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/data-table/src/use-table-data.d.ts +1 -1
- package/es/icon-pack/index.d.ts +5 -0
- package/es/icon-pack/index.mjs +3 -0
- package/es/icon-pack/src/IconPack.d.ts +1047 -0
- package/es/icon-pack/src/IconPack.mjs +300 -0
- package/es/icon-pack/src/interface.d.ts +465 -0
- package/es/icon-pack/src/interface.mjs +75 -0
- package/es/icon-pack/src/styles/index.cssr.d.ts +2 -0
- package/es/icon-pack/src/styles/index.cssr.mjs +131 -0
- package/es/icon-pack/styles/dark.d.ts +123 -0
- package/es/icon-pack/styles/dark.mjs +20 -0
- package/es/icon-pack/styles/index.d.ts +3 -0
- package/es/icon-pack/styles/index.mjs +2 -0
- package/es/icon-pack/styles/light.d.ts +143 -0
- package/es/icon-pack/styles/light.mjs +64 -0
- package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/es/input/src/Input.mjs +3 -1
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/index.mjs +2 -1
- package/es/pagination/src/Pagination.d.ts +74 -1379
- package/es/pagination/src/Pagination.mjs +28 -63
- package/es/pagination/src/interface.d.ts +1345 -1
- package/es/pagination/src/interface.mjs +68 -1
- package/es/themes/dark.mjs +2 -0
- package/es/themes/light.mjs +2 -0
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/_internal/icon/src/UIcon.js +15 -8
- package/lib/_internal/icons/SearchOutline.d.ts +2 -0
- package/lib/_internal/icons/SearchOutline.js +10 -0
- package/lib/_internal/icons/index.d.ts +1 -0
- package/lib/_internal/icons/index.js +3 -1
- package/lib/_utils/dom/copy-to-clipboard.d.ts +1 -0
- package/lib/_utils/dom/copy-to-clipboard.js +11 -0
- package/lib/_utils/dom/index.d.ts +1 -0
- package/lib/_utils/dom/index.js +3 -1
- package/lib/components.d.ts +1079 -4
- package/lib/components.js +11 -5
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/data-table/src/use-table-data.d.ts +1 -1
- package/lib/icon-pack/index.d.ts +5 -0
- package/lib/icon-pack/index.js +13 -0
- package/lib/icon-pack/src/IconPack.d.ts +1047 -0
- package/lib/icon-pack/src/IconPack.js +240 -0
- package/lib/icon-pack/src/interface.d.ts +465 -0
- package/lib/icon-pack/src/interface.js +49 -0
- package/lib/icon-pack/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon-pack/src/styles/index.cssr.js +136 -0
- package/lib/icon-pack/styles/dark.d.ts +123 -0
- package/lib/icon-pack/styles/dark.js +22 -0
- package/lib/icon-pack/styles/index.d.ts +3 -0
- package/lib/icon-pack/styles/index.js +10 -0
- package/lib/icon-pack/styles/light.d.ts +143 -0
- package/lib/icon-pack/styles/light.js +46 -0
- package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/lib/input/src/Input.js +3 -1
- package/lib/pagination/index.d.ts +3 -3
- package/lib/pagination/index.js +2 -1
- package/lib/pagination/src/Pagination.d.ts +74 -1379
- package/lib/pagination/src/Pagination.js +27 -40
- package/lib/pagination/src/interface.d.ts +1345 -1
- package/lib/pagination/src/interface.js +37 -0
- package/lib/themes/dark.js +110 -108
- package/lib/themes/light.js +110 -108
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/volar.d.ts +1 -0
- package/web-types.json +258 -1
package/es/components.mjs
CHANGED
|
@@ -51,6 +51,7 @@ import { UHeatmap as _UHeatmap } from "./heatmap/index.mjs";
|
|
|
51
51
|
import { UHighlight as _UHighlight } from "./highlight/index.mjs";
|
|
52
52
|
import { UIcon as _UIcon } from "./icon/index.mjs";
|
|
53
53
|
import { UIconBar as _UIconBar, UIconBarItem as _UIconBarItem } from "./icon-bar/index.mjs";
|
|
54
|
+
import { UIconPack as _UIconPack } from "./icon-pack/index.mjs";
|
|
54
55
|
import { UIconWrapper as _UIconWrapper } from "./icon-wrapper/index.mjs";
|
|
55
56
|
import { UImage as _UImage, UImageGroup as _UImageGroup, UImagePreview as _UImagePreview } from "./image/index.mjs";
|
|
56
57
|
import { UInfiniteScroll as _UInfiniteScroll } from "./infinite-scroll/index.mjs";
|
|
@@ -242,6 +243,8 @@ export const UIcon = wrap(_UIcon);
|
|
|
242
243
|
export { iconBarItemProps, iconBarProps } from "./icon-bar/index.mjs";
|
|
243
244
|
export const UIconBar = wrap(_UIconBar);
|
|
244
245
|
export const UIconBarItem = wrap(_UIconBarItem);
|
|
246
|
+
export { iconPackDark, iconPackLight, iconPackProps } from "./icon-pack/index.mjs";
|
|
247
|
+
export const UIconPack = wrap(_UIconPack);
|
|
245
248
|
export { iconWrapperProps } from "./icon-wrapper/index.mjs";
|
|
246
249
|
export const UIconWrapper = wrap(_UIconWrapper);
|
|
247
250
|
export { imageGroupProps, imagePreviewProps, imageProps } from "./image/index.mjs";
|
|
@@ -95,6 +95,8 @@ import type { HeaderProps } from '../../header';
|
|
|
95
95
|
import type { HeaderTheme } from '../../header/styles';
|
|
96
96
|
import type { IconProps } from '../../icon';
|
|
97
97
|
import type { IconBarTheme } from '../../icon-bar/styles';
|
|
98
|
+
import type { IconPackProps } from '../../icon-pack';
|
|
99
|
+
import type { IconPackTheme } from '../../icon-pack/styles';
|
|
98
100
|
import type { IconWrapperProps } from '../../icon-wrapper';
|
|
99
101
|
import type { IconWrapperTheme } from '../../icon-wrapper/styles';
|
|
100
102
|
import type { IconTheme } from '../../icon/styles';
|
|
@@ -298,6 +300,7 @@ export interface GlobalThemeWithoutCommon {
|
|
|
298
300
|
ModalFullscreen?: ModalFullscreenTheme;
|
|
299
301
|
Crop?: CropTheme;
|
|
300
302
|
IconBar?: IconBarTheme;
|
|
303
|
+
IconPack?: IconPackTheme;
|
|
301
304
|
QrCode?: QrCodeTheme;
|
|
302
305
|
InternalSelectMenu?: InternalSelectMenuTheme;
|
|
303
306
|
InternalSelection?: InternalSelectionTheme;
|
|
@@ -355,6 +358,7 @@ export interface GlobalComponentConfig {
|
|
|
355
358
|
Form?: FormProps;
|
|
356
359
|
GradientText?: GradientTextProps;
|
|
357
360
|
Icon?: IconProps;
|
|
361
|
+
IconPack?: IconPackProps;
|
|
358
362
|
IconWrapper?: IconWrapperProps;
|
|
359
363
|
Image?: ImageProps;
|
|
360
364
|
Input?: InputProps;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PaginationProps } from '../../pagination
|
|
1
|
+
import type { PaginationProps } from '../../pagination';
|
|
2
2
|
import type { ColumnKey, DataTableSetupProps, FilterState, InternalRowData, RowKey, SortState, TableBaseColumn, TableSelectionColumn, TmNode, UseTableDataDeps } from './interface';
|
|
3
3
|
export declare function useTableData(props: DataTableSetupProps, { dataRelatedColsRef }: UseTableDataDeps): {
|
|
4
4
|
treeMateRef: import("vue").ComputedRef<import("treemate").TreeMate<InternalRowData, InternalRowData, InternalRowData>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as UIconPack } from './src/IconPack';
|
|
2
|
+
export { iconPackProps } from './src/interface';
|
|
3
|
+
export type { IconPackFormatCopy, IconPackFormatGroupLabel, IconPackFormatIconLabel, IconPackGroupData, IconPackIcon, IconPackProps, IconPackValue, OnIconPackCopy, OnIconPackSelect } from './src/interface';
|
|
4
|
+
export { iconPackDark, iconPackLight } from './styles';
|
|
5
|
+
export type { IconPackTheme, IconPackThemeVars } from './styles';
|