vxe-pc-ui 4.9.19 → 4.9.21
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/README.en.md +2 -1
- package/README.ja-JP.md +2 -1
- package/README.md +2 -1
- package/README.zh-TW.md +2 -1
- package/es/button/src/button.js +6 -1
- package/es/card/src/card.js +11 -2
- package/es/card/style.css +45 -10
- package/es/card/style.min.css +1 -1
- package/es/date-picker/src/date-picker.js +6 -1
- package/es/date-range-picker/src/date-range-picker.js +6 -1
- package/es/icon/style.css +1 -1
- package/es/image/src/group.js +7 -2
- package/es/image/src/image.js +3 -1
- package/es/image/src/preview.js +1 -0
- package/es/image/src/util.js +2 -1
- package/es/list/style.css +13 -0
- package/es/list/style.min.css +1 -1
- package/es/menu/style.css +34 -8
- package/es/menu/style.min.css +1 -1
- package/es/pulldown/src/pulldown.js +10 -2
- package/es/select/src/select.js +6 -1
- package/es/select/style.css +0 -1
- package/es/select/style.min.css +1 -1
- package/es/split/src/split.js +13 -3
- package/es/split/style.css +13 -0
- package/es/split/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table-select/src/table-select.js +7 -2
- package/es/tabs/src/tabs.js +10 -1
- package/es/tabs/style.css +78 -16
- package/es/tabs/style.min.css +1 -1
- package/es/tree-select/src/tree-select.js +6 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/dom.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-card/style.css +45 -10
- package/es/vxe-card/style.min.css +1 -1
- package/es/vxe-list/style.css +13 -0
- package/es/vxe-list/style.min.css +1 -1
- package/es/vxe-menu/style.css +34 -8
- package/es/vxe-menu/style.min.css +1 -1
- package/es/vxe-select/style.css +0 -1
- package/es/vxe-select/style.min.css +1 -1
- package/es/vxe-split/style.css +13 -0
- package/es/vxe-split/style.min.css +1 -1
- package/es/vxe-tabs/style.css +78 -16
- package/es/vxe-tabs/style.min.css +1 -1
- package/lib/button/src/button.js +7 -1
- package/lib/button/src/button.min.js +1 -1
- package/lib/card/src/card.js +12 -1
- package/lib/card/src/card.min.js +1 -1
- package/lib/card/style/style.css +45 -10
- package/lib/card/style/style.min.css +1 -1
- package/lib/date-picker/src/date-picker.js +7 -1
- package/lib/date-picker/src/date-picker.min.js +1 -1
- package/lib/date-range-picker/src/date-range-picker.js +7 -1
- package/lib/date-range-picker/src/date-range-picker.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/image/src/group.js +4 -1
- package/lib/image/src/group.min.js +1 -1
- package/lib/image/src/image.js +4 -1
- package/lib/image/src/image.min.js +1 -1
- package/lib/image/src/preview.js +1 -0
- package/lib/image/src/preview.min.js +1 -1
- package/lib/image/src/util.js +3 -1
- package/lib/image/src/util.min.js +1 -1
- package/lib/index.umd.js +103 -18
- package/lib/index.umd.min.js +1 -1
- package/lib/list/style/style.css +13 -0
- package/lib/list/style/style.min.css +1 -1
- package/lib/menu/style/style.css +34 -8
- package/lib/menu/style/style.min.css +1 -1
- package/lib/pulldown/src/pulldown.js +8 -2
- package/lib/pulldown/src/pulldown.min.js +1 -1
- package/lib/select/src/select.js +7 -1
- package/lib/select/src/select.min.js +1 -1
- package/lib/select/style/style.css +0 -1
- package/lib/select/style/style.min.css +1 -1
- package/lib/split/src/split.js +14 -2
- package/lib/split/src/split.min.js +1 -1
- package/lib/split/style/style.css +13 -0
- package/lib/split/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table-select/src/table-select.js +8 -2
- package/lib/table-select/src/table-select.min.js +1 -1
- package/lib/tabs/src/tabs.js +11 -0
- package/lib/tabs/src/tabs.min.js +1 -1
- package/lib/tabs/style/style.css +78 -16
- package/lib/tabs/style/style.min.css +1 -1
- package/lib/tree-select/src/tree-select.js +7 -1
- package/lib/tree-select/src/tree-select.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/dom.js +1 -1
- package/lib/ui/src/dom.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-card/style/style.css +45 -10
- package/lib/vxe-card/style/style.min.css +1 -1
- package/lib/vxe-list/style/style.css +13 -0
- package/lib/vxe-list/style/style.min.css +1 -1
- package/lib/vxe-menu/style/style.css +34 -8
- package/lib/vxe-menu/style/style.min.css +1 -1
- package/lib/vxe-select/style/style.css +0 -1
- package/lib/vxe-select/style/style.min.css +1 -1
- package/lib/vxe-split/style/style.css +13 -0
- package/lib/vxe-split/style/style.min.css +1 -1
- package/lib/vxe-tabs/style/style.css +78 -16
- package/lib/vxe-tabs/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/button/src/button.ts +5 -1
- package/packages/card/src/card.ts +10 -1
- package/packages/date-picker/src/date-picker.ts +5 -1
- package/packages/date-range-picker/src/date-range-picker.ts +5 -1
- package/packages/image/src/group.ts +7 -2
- package/packages/image/src/image.ts +3 -1
- package/packages/image/src/preview.ts +1 -0
- package/packages/image/src/util.ts +2 -1
- package/packages/pulldown/src/pulldown.ts +9 -2
- package/packages/select/src/select.ts +5 -1
- package/packages/split/src/split.ts +14 -3
- package/packages/table-select/src/table-select.ts +6 -2
- package/packages/tabs/src/tabs.ts +11 -1
- package/packages/tree-select/src/tree-select.ts +5 -1
- package/packages/ui/src/dom.ts +1 -1
- package/styles/components/card.scss +65 -11
- package/styles/components/list.scss +13 -0
- package/styles/components/menu.scss +35 -8
- package/styles/components/select.scss +0 -2
- package/styles/components/split.scss +13 -0
- package/styles/components/tabs.scss +38 -19
- package/styles/theme/base.scss +9 -3
- package/types/components/button.d.ts +2 -0
- package/types/components/card.d.ts +3 -1
- package/types/components/date-picker.d.ts +2 -0
- package/types/components/date-range-picker.d.ts +2 -0
- package/types/components/image-group.d.ts +2 -0
- package/types/components/image-preview.d.ts +2 -0
- package/types/components/image.d.ts +2 -0
- package/types/components/pulldown.d.ts +2 -0
- package/types/components/select.d.ts +2 -0
- package/types/components/split.d.ts +3 -1
- package/types/components/table-select.d.ts +2 -0
- package/types/components/tabs.d.ts +3 -1
- package/types/components/tree-select.d.ts +2 -0
- /package/es/icon/{iconfont.1757242939473.ttf → iconfont.1757392046071.ttf} +0 -0
- /package/es/icon/{iconfont.1757242939473.woff → iconfont.1757392046071.woff} +0 -0
- /package/es/icon/{iconfont.1757242939473.woff2 → iconfont.1757392046071.woff2} +0 -0
- /package/es/{iconfont.1757242939473.ttf → iconfont.1757392046071.ttf} +0 -0
- /package/es/{iconfont.1757242939473.woff → iconfont.1757392046071.woff} +0 -0
- /package/es/{iconfont.1757242939473.woff2 → iconfont.1757392046071.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1757242939473.ttf → iconfont.1757392046071.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1757242939473.woff → iconfont.1757392046071.woff} +0 -0
- /package/lib/icon/style/{iconfont.1757242939473.woff2 → iconfont.1757392046071.woff2} +0 -0
- /package/lib/{iconfont.1757242939473.ttf → iconfont.1757392046071.ttf} +0 -0
- /package/lib/{iconfont.1757242939473.woff → iconfont.1757392046071.woff} +0 -0
- /package/lib/{iconfont.1757242939473.woff2 → iconfont.1757392046071.woff2} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RenderFunction, SetupContext, Ref } from 'vue'
|
|
2
|
-
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentBaseOptions, VxeComponentEventParams, ValueOf } from '@vxe-ui/core'
|
|
2
|
+
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentBaseOptions, VxeComponentEventParams, ValueOf, VxeComponentSizeType } from '@vxe-ui/core'
|
|
3
3
|
|
|
4
4
|
/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
|
|
5
5
|
|
|
@@ -31,6 +31,7 @@ export namespace VxeCardPropTypes {
|
|
|
31
31
|
export type Loading = boolean
|
|
32
32
|
export type Shadow = boolean
|
|
33
33
|
export type Padding = boolean
|
|
34
|
+
export type Size = VxeComponentSizeType
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
export type VxeCardProps = {
|
|
@@ -42,6 +43,7 @@ export type VxeCardProps = {
|
|
|
42
43
|
loading?: VxeCardPropTypes.Loading
|
|
43
44
|
shadow?: VxeCardPropTypes.Shadow
|
|
44
45
|
padding?: VxeCardPropTypes.Padding
|
|
46
|
+
size?: VxeCardPropTypes.Size
|
|
45
47
|
}
|
|
46
48
|
|
|
47
49
|
export interface CardPrivateComputed {
|
|
@@ -34,6 +34,7 @@ export namespace VxeDatePickerPropTypes {
|
|
|
34
34
|
export type Name = string
|
|
35
35
|
export type Type = VxeDatePanelPropTypes.Type
|
|
36
36
|
export type Clearable = boolean
|
|
37
|
+
export type ZIndex = number
|
|
37
38
|
export type Readonly = boolean
|
|
38
39
|
export type Disabled = boolean
|
|
39
40
|
export type Placeholder = string
|
|
@@ -84,6 +85,7 @@ export interface VxeDatePickerProps {
|
|
|
84
85
|
name?: VxeDatePickerPropTypes.Name
|
|
85
86
|
type?: VxeDatePickerPropTypes.Type
|
|
86
87
|
clearable?: VxeDatePickerPropTypes.Clearable
|
|
88
|
+
zIndex?: VxeDatePickerPropTypes.ZIndex
|
|
87
89
|
readonly?: VxeDatePickerPropTypes.Readonly
|
|
88
90
|
disabled?: VxeDatePickerPropTypes.Disabled
|
|
89
91
|
placeholder?: VxeDatePickerPropTypes.Placeholder
|
|
@@ -36,6 +36,7 @@ export namespace VxeDateRangePickerPropTypes {
|
|
|
36
36
|
export type Name = string
|
|
37
37
|
export type Type = VxeDatePanelPropTypes.Type
|
|
38
38
|
export type Clearable = boolean
|
|
39
|
+
export type ZIndex = number
|
|
39
40
|
export type Readonly = boolean
|
|
40
41
|
export type Disabled = boolean
|
|
41
42
|
export type Placeholder = string
|
|
@@ -89,6 +90,7 @@ export interface VxeDateRangePickerProps {
|
|
|
89
90
|
name?: VxeDateRangePickerPropTypes.Name
|
|
90
91
|
type?: VxeDateRangePickerPropTypes.Type
|
|
91
92
|
clearable?: VxeDateRangePickerPropTypes.Clearable
|
|
93
|
+
zIndex?: VxeDateRangePickerPropTypes.ZIndex
|
|
92
94
|
readonly?: VxeDateRangePickerPropTypes.Readonly
|
|
93
95
|
disabled?: VxeDateRangePickerPropTypes.Disabled
|
|
94
96
|
placeholder?: VxeDateRangePickerPropTypes.Placeholder
|
|
@@ -27,6 +27,7 @@ export interface VxeImageGroupPrivateRef extends ImageGroupPrivateRef { }
|
|
|
27
27
|
export namespace VxeImageGroupPropTypes {
|
|
28
28
|
export type Size = VxeComponentSizeType
|
|
29
29
|
export type ShowPreview = boolean
|
|
30
|
+
export type ZIndex = number
|
|
30
31
|
export type UrlList = string | string[] | {
|
|
31
32
|
url?: string
|
|
32
33
|
alt?: string | number
|
|
@@ -44,6 +45,7 @@ export namespace VxeImageGroupPropTypes {
|
|
|
44
45
|
export type VxeImageGroupProps = {
|
|
45
46
|
size?: VxeImageGroupPropTypes.Size
|
|
46
47
|
showPreview?: VxeImageGroupPropTypes.ShowPreview
|
|
48
|
+
zIndex?: VxeImageGroupPropTypes.ZIndex
|
|
47
49
|
urlList?: VxeImageGroupPropTypes.UrlList
|
|
48
50
|
imageStyle?: VxeImageGroupPropTypes.ImageStyle
|
|
49
51
|
toolbarConfig?: VxeImageGroupPropTypes.ToolbarConfig
|
|
@@ -29,6 +29,7 @@ export namespace VxeImagePreviewPropTypes {
|
|
|
29
29
|
export type UrlField = string
|
|
30
30
|
export type MaskClosable = boolean
|
|
31
31
|
export type MarginSize = string | number
|
|
32
|
+
export type ZIndex = number
|
|
32
33
|
export type ShowPrintButton = boolean
|
|
33
34
|
export type ShowDownloadButton = boolean
|
|
34
35
|
export interface ToolbarConfig {
|
|
@@ -78,6 +79,7 @@ export type VxeImagePreviewProps = {
|
|
|
78
79
|
urlField?: VxeImagePreviewPropTypes.UrlField
|
|
79
80
|
maskClosable?: VxeImagePreviewPropTypes.MaskClosable
|
|
80
81
|
marginSize?: VxeImagePreviewPropTypes.MarginSize
|
|
82
|
+
zIndex?: VxeImagePreviewPropTypes.ZIndex
|
|
81
83
|
toolbarConfig?: VxeImagePreviewPropTypes.ToolbarConfig
|
|
82
84
|
showPrintButton?: VxeImagePreviewPropTypes.ShowPrintButton
|
|
83
85
|
showDownloadButton?: VxeImagePreviewPropTypes.ShowDownloadButton
|
|
@@ -39,6 +39,7 @@ export namespace VxeImagePropTypes {
|
|
|
39
39
|
export type ShowPreview = boolean
|
|
40
40
|
export type ShowPrintButton = boolean
|
|
41
41
|
export type ShowDownloadButton = boolean
|
|
42
|
+
export type ZIndex = number
|
|
42
43
|
export type Size = VxeComponentSizeType
|
|
43
44
|
export type GetThumbnailUrlMethod = ((params: {
|
|
44
45
|
$image: VxeImageConstructor
|
|
@@ -59,6 +60,7 @@ export interface VxeImageProps {
|
|
|
59
60
|
showPreview?: VxeImagePropTypes.ShowPreview
|
|
60
61
|
showPrintButton?: VxeImagePropTypes.ShowPrintButton
|
|
61
62
|
showDownloadButton?: VxeImagePropTypes.ShowDownloadButton
|
|
63
|
+
zIndex?: VxeImagePropTypes.ZIndex
|
|
62
64
|
size?: VxeImagePropTypes.Size
|
|
63
65
|
getThumbnailUrlMethod?: VxeImagePropTypes.GetThumbnailUrlMethod
|
|
64
66
|
}
|
|
@@ -26,6 +26,7 @@ export namespace VxePulldownPropTypes {
|
|
|
26
26
|
export type ModelValue = boolean
|
|
27
27
|
export type Size = VxeComponentSizeType
|
|
28
28
|
export type Disabled = boolean
|
|
29
|
+
export type ZIndex = number
|
|
29
30
|
export type Placement = '' | 'top' | 'bottom'
|
|
30
31
|
export type Trigger = '' | 'manual' | 'click'
|
|
31
32
|
export interface Option {
|
|
@@ -48,6 +49,7 @@ export interface VxePulldownProps {
|
|
|
48
49
|
* 是否禁用
|
|
49
50
|
*/
|
|
50
51
|
disabled?: VxePulldownPropTypes.Disabled
|
|
52
|
+
zIndex?: VxePulldownPropTypes.ZIndex
|
|
51
53
|
options?: VxePulldownPropTypes.Options
|
|
52
54
|
className?: VxePulldownPropTypes.ClassName
|
|
53
55
|
popupClassName?: VxePulldownPropTypes.PopupClassName
|
|
@@ -34,6 +34,7 @@ export namespace VxeSelectPropTypes {
|
|
|
34
34
|
selectMode?: 'first' | 'last'
|
|
35
35
|
}
|
|
36
36
|
export type Clearable = boolean
|
|
37
|
+
export type ZIndex = number
|
|
37
38
|
export type Placeholder = string
|
|
38
39
|
export type Readonly = boolean
|
|
39
40
|
export type Loading = boolean
|
|
@@ -134,6 +135,7 @@ export interface VxeSelectProps {
|
|
|
134
135
|
modelValue?: VxeSelectPropTypes.ModelValue
|
|
135
136
|
defaultConfig?: VxeSelectPropTypes.DefaultConfig
|
|
136
137
|
clearable?: VxeSelectPropTypes.Clearable
|
|
138
|
+
zIndex?: VxeSelectPropTypes.ZIndex
|
|
137
139
|
placeholder?: VxeSelectPropTypes.Placeholder
|
|
138
140
|
readonly?: VxeSelectPropTypes.Readonly
|
|
139
141
|
loading?: VxeSelectPropTypes.Loading
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RenderFunction, SetupContext, Ref, ComputedRef } from 'vue'
|
|
2
|
-
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentBaseOptions, VxeComponentEventParams, ValueOf } from '@vxe-ui/core'
|
|
2
|
+
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentBaseOptions, VxeComponentEventParams, ValueOf, VxeComponentSizeType } from '@vxe-ui/core'
|
|
3
3
|
import { VxeSplitPaneProps, VxeSplitPanePropTypes } from './split-pane'
|
|
4
4
|
|
|
5
5
|
/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
|
|
@@ -24,6 +24,7 @@ export interface SplitPrivateRef {
|
|
|
24
24
|
export interface VxeSplitPrivateRef extends SplitPrivateRef { }
|
|
25
25
|
|
|
26
26
|
export namespace VxeSplitPropTypes {
|
|
27
|
+
export type Size = VxeComponentSizeType
|
|
27
28
|
export type Height = string | number
|
|
28
29
|
export type Width = string | number
|
|
29
30
|
export type Padding = boolean
|
|
@@ -85,6 +86,7 @@ export namespace VxeSplitPropTypes {
|
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
export type VxeSplitProps = {
|
|
89
|
+
size?: VxeSplitPropTypes.Size
|
|
88
90
|
/**
|
|
89
91
|
* 高度
|
|
90
92
|
*/
|
|
@@ -27,6 +27,7 @@ export namespace VxeTableSelectPropTypes {
|
|
|
27
27
|
export type Size = VxeComponentSizeType
|
|
28
28
|
export type ModelValue = any
|
|
29
29
|
export type Clearable = boolean
|
|
30
|
+
export type ZIndex = number
|
|
30
31
|
export type Placeholder = string
|
|
31
32
|
export type Readonly = boolean
|
|
32
33
|
export type Loading = boolean
|
|
@@ -56,6 +57,7 @@ export interface VxeTableSelectProps<D = any> {
|
|
|
56
57
|
size?: VxeTableSelectPropTypes.Size
|
|
57
58
|
modelValue?: VxeTableSelectPropTypes.ModelValue
|
|
58
59
|
clearable?: VxeTableSelectPropTypes.Clearable
|
|
60
|
+
zIndex?: VxeTableSelectPropTypes.ZIndex
|
|
59
61
|
placeholder?: VxeTableSelectPropTypes.Placeholder
|
|
60
62
|
readonly?: VxeTableSelectPropTypes.Readonly
|
|
61
63
|
loading?: VxeTableSelectPropTypes.Loading
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RenderFunction, SetupContext, Ref } from 'vue'
|
|
2
|
-
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentBaseOptions, VxeComponentEventParams, ValueOf } from '@vxe-ui/core'
|
|
2
|
+
import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentInstance, VxeComponentBaseOptions, VxeComponentEventParams, ValueOf, VxeComponentSizeType } from '@vxe-ui/core'
|
|
3
3
|
import { VxeTabPaneProps, VxeTabPaneDefines, VxeTabPanePropTypes } from './tab-pane'
|
|
4
4
|
|
|
5
5
|
/* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
|
|
@@ -25,6 +25,7 @@ export interface VxeTabsPrivateRef extends TabsPrivateRef { }
|
|
|
25
25
|
|
|
26
26
|
export namespace VxeTabsPropTypes {
|
|
27
27
|
export type ModelValue = undefined | null | VxeTabPanePropTypes.Name
|
|
28
|
+
export type Size = VxeComponentSizeType
|
|
28
29
|
export type Options = VxeTabPaneProps[]
|
|
29
30
|
export type DestroyOnClose = boolean
|
|
30
31
|
export type Width = string | number
|
|
@@ -115,6 +116,7 @@ export namespace VxeTabsPropTypes {
|
|
|
115
116
|
|
|
116
117
|
export type VxeTabsProps = {
|
|
117
118
|
modelValue?: VxeTabsPropTypes.ModelValue
|
|
119
|
+
size?: VxeTabsPropTypes.Size
|
|
118
120
|
options?: VxeTabsPropTypes.Options
|
|
119
121
|
destroyOnClose?: VxeTabsPropTypes.DestroyOnClose
|
|
120
122
|
width?: VxeTabsPropTypes.Width
|
|
@@ -27,6 +27,7 @@ export namespace VxeTreeSelectPropTypes {
|
|
|
27
27
|
export type Size = VxeComponentSizeType
|
|
28
28
|
export type ModelValue = any
|
|
29
29
|
export type Clearable = boolean
|
|
30
|
+
export type ZIndex = number
|
|
30
31
|
export type Placeholder = string
|
|
31
32
|
export type Readonly = boolean
|
|
32
33
|
export type Loading = boolean
|
|
@@ -123,6 +124,7 @@ export interface VxeTreeSelectProps<D = any> {
|
|
|
123
124
|
size?: VxeTreeSelectPropTypes.Size
|
|
124
125
|
modelValue?: VxeTreeSelectPropTypes.ModelValue
|
|
125
126
|
clearable?: VxeTreeSelectPropTypes.Clearable
|
|
127
|
+
zIndex?: VxeTreeSelectPropTypes.ZIndex
|
|
126
128
|
placeholder?: VxeTreeSelectPropTypes.Placeholder
|
|
127
129
|
readonly?: VxeTreeSelectPropTypes.Readonly
|
|
128
130
|
loading?: VxeTreeSelectPropTypes.Loading
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|