@sdata/web-vue 3.5.0 → 3.7.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/sd.css +20 -16
- package/dist/sd.min.css +1 -1
- package/es/cascader/cascader-panel.vue.d.ts +0 -2
- package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +6 -13
- package/es/cascader/cascader.vue.d.ts +0 -2
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -9
- package/es/cascader/types.d.ts +0 -4
- package/es/color-picker/color-picker.d.ts +0 -34
- package/es/color-picker/color-picker.js +6 -48
- package/es/color-picker/index.d.ts +0 -59
- package/es/color-picker/style/index.css +0 -7
- package/es/color-picker/style/index.scss +0 -11
- package/es/color-picker/style/token.scss +0 -2
- package/es/file-previewer/file-previewer.vue.d.ts +19 -1
- package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +135 -52
- package/es/file-previewer/index.d.ts +86 -1
- package/es/file-previewer/style/index.css +20 -9
- package/es/file-previewer/style/index.scss +25 -7
- package/es/file-previewer/types.d.ts +17 -0
- package/es/index.css +20 -16
- package/es/index.d.ts +1 -1
- package/es/index.js +4 -4
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/index.d.ts +3 -3
- package/es/progress/line.vue.d.ts +1 -1
- package/es/progress/progress.vue.d.ts +1 -1
- package/es/progress/steps.vue.d.ts +1 -1
- package/es/sd-vue.js +4 -4
- package/es/select/index.d.ts +0 -20
- package/es/select/select.d.ts +0 -11
- package/es/select/select.js +5 -18
- package/es/tree-select/tree-select.vue.d.ts +0 -8
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +2 -17
- package/es/trigger/context.d.ts +1 -0
- package/es/trigger/trigger.js +37 -25
- package/json/vetur-attributes.json +10 -29
- package/json/vetur-tags.json +6 -11
- package/json/web-types.json +26 -66
- package/package.json +1 -1
- package/es/color-picker/input-alpha.d.ts +0 -19
- package/es/color-picker/input-hex.d.ts +0 -33
- package/es/color-picker/input-rgb.d.ts +0 -33
package/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@sdata/web-vue",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.6.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
"name": "sd-color-picker",
|
|
1388
1388
|
"attributes": [
|
|
1389
1389
|
{
|
|
1390
|
-
"name": "value",
|
|
1390
|
+
"name": "model-value",
|
|
1391
1391
|
"description": "Value",
|
|
1392
1392
|
"value": {
|
|
1393
1393
|
"type": "string",
|
|
@@ -1489,62 +1489,6 @@
|
|
|
1489
1489
|
"type": "Partial<TriggerProps>",
|
|
1490
1490
|
"kind": "expression"
|
|
1491
1491
|
}
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"name": "history-colors",
|
|
1495
|
-
"description": "Legacy history colors",
|
|
1496
|
-
"value": {
|
|
1497
|
-
"type": "string[]",
|
|
1498
|
-
"kind": "expression"
|
|
1499
|
-
}
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "preset-colors",
|
|
1503
|
-
"description": "Legacy preset colors",
|
|
1504
|
-
"value": {
|
|
1505
|
-
"type": "string[]",
|
|
1506
|
-
"kind": "expression"
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "show-text",
|
|
1511
|
-
"description": "Legacy show text",
|
|
1512
|
-
"value": {
|
|
1513
|
-
"type": "boolean",
|
|
1514
|
-
"kind": "expression"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"name": "show-history",
|
|
1519
|
-
"description": "Legacy show history",
|
|
1520
|
-
"value": {
|
|
1521
|
-
"type": "boolean",
|
|
1522
|
-
"kind": "expression"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"name": "show-preset",
|
|
1527
|
-
"description": "Legacy show preset",
|
|
1528
|
-
"value": {
|
|
1529
|
-
"type": "boolean",
|
|
1530
|
-
"kind": "expression"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "disabled-alpha",
|
|
1535
|
-
"description": "Legacy disable alpha",
|
|
1536
|
-
"value": {
|
|
1537
|
-
"type": "boolean",
|
|
1538
|
-
"kind": "expression"
|
|
1539
|
-
}
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"name": "select-input-props",
|
|
1543
|
-
"description": "Select input props",
|
|
1544
|
-
"value": {
|
|
1545
|
-
"type": "Record<string, unknown>",
|
|
1546
|
-
"kind": "expression"
|
|
1547
|
-
}
|
|
1548
1492
|
}
|
|
1549
1493
|
],
|
|
1550
1494
|
"events": [
|
|
@@ -3013,6 +2957,30 @@
|
|
|
3013
2957
|
"type": "boolean",
|
|
3014
2958
|
"kind": "expression"
|
|
3015
2959
|
}
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "image-props",
|
|
2963
|
+
"description": "Image previewer props",
|
|
2964
|
+
"value": {
|
|
2965
|
+
"type": "FilePreviewerImageProps",
|
|
2966
|
+
"kind": "expression"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "media-props",
|
|
2971
|
+
"description": "Video and audio previewer props",
|
|
2972
|
+
"value": {
|
|
2973
|
+
"type": "FilePreviewerMediaProps",
|
|
2974
|
+
"kind": "expression"
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "pdf-props",
|
|
2979
|
+
"description": "PDF previewer props",
|
|
2980
|
+
"value": {
|
|
2981
|
+
"type": "FilePreviewerPdfProps",
|
|
2982
|
+
"kind": "expression"
|
|
2983
|
+
}
|
|
3016
2984
|
}
|
|
3017
2985
|
],
|
|
3018
2986
|
"events": [
|
|
@@ -9534,14 +9502,6 @@
|
|
|
9534
9502
|
"kind": "expression"
|
|
9535
9503
|
}
|
|
9536
9504
|
},
|
|
9537
|
-
{
|
|
9538
|
-
"name": "value",
|
|
9539
|
-
"description": "Value, Naive compatibility alias",
|
|
9540
|
-
"value": {
|
|
9541
|
-
"type": "string | number | Array<string | number> | LabelValue | LabelValue[]",
|
|
9542
|
-
"kind": "expression"
|
|
9543
|
-
}
|
|
9544
|
-
},
|
|
9545
9505
|
{
|
|
9546
9506
|
"name": "field-names",
|
|
9547
9507
|
"description": "Specify the field name in the node data",
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
value: {
|
|
4
|
-
type: NumberConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
disabled: BooleanConstructor;
|
|
8
|
-
onChange: PropType<(value: number) => void>;
|
|
9
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
value: {
|
|
11
|
-
type: NumberConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
disabled: BooleanConstructor;
|
|
15
|
-
onChange: PropType<(value: number) => void>;
|
|
16
|
-
}>> & Readonly<{}>, {
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Color, HSV } from './interface';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
color: {
|
|
5
|
-
type: PropType<Color>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
alpha: {
|
|
9
|
-
type: NumberConstructor;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
disabled: BooleanConstructor;
|
|
13
|
-
disabledAlpha: BooleanConstructor;
|
|
14
|
-
onHsvChange: PropType<(value: HSV) => void>;
|
|
15
|
-
onAlphaChange: PropType<(value: number) => void>;
|
|
16
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
color: {
|
|
18
|
-
type: PropType<Color>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
alpha: {
|
|
22
|
-
type: NumberConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
disabled: BooleanConstructor;
|
|
26
|
-
disabledAlpha: BooleanConstructor;
|
|
27
|
-
onHsvChange: PropType<(value: HSV) => void>;
|
|
28
|
-
onAlphaChange: PropType<(value: number) => void>;
|
|
29
|
-
}>> & Readonly<{}>, {
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
disabledAlpha: boolean;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Color, HSV } from './interface';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
color: {
|
|
5
|
-
type: PropType<Color>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
alpha: {
|
|
9
|
-
type: NumberConstructor;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
disabled: BooleanConstructor;
|
|
13
|
-
disabledAlpha: BooleanConstructor;
|
|
14
|
-
onHsvChange: PropType<(value: HSV) => void>;
|
|
15
|
-
onAlphaChange: PropType<(value: number) => void>;
|
|
16
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
color: {
|
|
18
|
-
type: PropType<Color>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
alpha: {
|
|
22
|
-
type: NumberConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
disabled: BooleanConstructor;
|
|
26
|
-
disabledAlpha: BooleanConstructor;
|
|
27
|
-
onHsvChange: PropType<(value: HSV) => void>;
|
|
28
|
-
onAlphaChange: PropType<(value: number) => void>;
|
|
29
|
-
}>> & Readonly<{}>, {
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
disabledAlpha: boolean;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
export default _default;
|