@yh-ui/components 1.0.42 → 1.0.43
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/col/src/col.d.vue.ts +1 -1
- package/dist/col/src/col.vue.d.ts +1 -1
- package/dist/dayjs-plugins.cjs +6 -6
- package/dist/dayjs-plugins.d.ts +6 -6
- package/dist/dayjs-plugins.mjs +6 -6
- package/dist/dayjs.cjs +5 -4
- package/dist/dayjs.mjs +1 -1
- package/dist/form/src/form-item.d.vue.ts +1 -1
- package/dist/form/src/form-item.vue.d.ts +1 -1
- package/package.json +5 -5
|
@@ -99,10 +99,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
99
99
|
readonly span: number;
|
|
100
100
|
readonly tag: string;
|
|
101
101
|
readonly md: number | import("./col").ColResponsiveValue;
|
|
102
|
-
readonly lg: number | import("./col").ColResponsiveValue;
|
|
103
102
|
readonly pull: number;
|
|
104
103
|
readonly xs: number | import("./col").ColResponsiveValue;
|
|
105
104
|
readonly sm: number | import("./col").ColResponsiveValue;
|
|
105
|
+
readonly lg: number | import("./col").ColResponsiveValue;
|
|
106
106
|
readonly xl: number | import("./col").ColResponsiveValue;
|
|
107
107
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
108
108
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -99,10 +99,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
99
99
|
readonly span: number;
|
|
100
100
|
readonly tag: string;
|
|
101
101
|
readonly md: number | import("./col").ColResponsiveValue;
|
|
102
|
-
readonly lg: number | import("./col").ColResponsiveValue;
|
|
103
102
|
readonly pull: number;
|
|
104
103
|
readonly xs: number | import("./col").ColResponsiveValue;
|
|
105
104
|
readonly sm: number | import("./col").ColResponsiveValue;
|
|
105
|
+
readonly lg: number | import("./col").ColResponsiveValue;
|
|
106
106
|
readonly xl: number | import("./col").ColResponsiveValue;
|
|
107
107
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
108
108
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
package/dist/dayjs-plugins.cjs
CHANGED
|
@@ -39,10 +39,10 @@ Object.defineProperty(exports, "weekOfYearPlugin", {
|
|
|
39
39
|
return _weekOfYear.default;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
|
-
var _advancedFormat = _interopRequireDefault(require("dayjs/plugin/advancedFormat
|
|
43
|
-
var _customParseFormat = _interopRequireDefault(require("dayjs/plugin/customParseFormat
|
|
44
|
-
var _isBetween = _interopRequireDefault(require("dayjs/plugin/isBetween
|
|
45
|
-
var _isoWeek = _interopRequireDefault(require("dayjs/plugin/isoWeek
|
|
46
|
-
var _quarterOfYear = _interopRequireDefault(require("dayjs/plugin/quarterOfYear
|
|
47
|
-
var _weekOfYear = _interopRequireDefault(require("dayjs/plugin/weekOfYear
|
|
42
|
+
var _advancedFormat = _interopRequireDefault(require("dayjs/plugin/advancedFormat"));
|
|
43
|
+
var _customParseFormat = _interopRequireDefault(require("dayjs/plugin/customParseFormat"));
|
|
44
|
+
var _isBetween = _interopRequireDefault(require("dayjs/plugin/isBetween"));
|
|
45
|
+
var _isoWeek = _interopRequireDefault(require("dayjs/plugin/isoWeek"));
|
|
46
|
+
var _quarterOfYear = _interopRequireDefault(require("dayjs/plugin/quarterOfYear"));
|
|
47
|
+
var _weekOfYear = _interopRequireDefault(require("dayjs/plugin/weekOfYear"));
|
|
48
48
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
package/dist/dayjs-plugins.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import advancedFormatPlugin from 'dayjs/plugin/advancedFormat
|
|
2
|
-
import customParseFormatPlugin from 'dayjs/plugin/customParseFormat
|
|
3
|
-
import isBetweenPlugin from 'dayjs/plugin/isBetween
|
|
4
|
-
import isoWeekPlugin from 'dayjs/plugin/isoWeek
|
|
5
|
-
import quarterOfYearPlugin from 'dayjs/plugin/quarterOfYear
|
|
6
|
-
import weekOfYearPlugin from 'dayjs/plugin/weekOfYear
|
|
1
|
+
import advancedFormatPlugin from 'dayjs/plugin/advancedFormat';
|
|
2
|
+
import customParseFormatPlugin from 'dayjs/plugin/customParseFormat';
|
|
3
|
+
import isBetweenPlugin from 'dayjs/plugin/isBetween';
|
|
4
|
+
import isoWeekPlugin from 'dayjs/plugin/isoWeek';
|
|
5
|
+
import quarterOfYearPlugin from 'dayjs/plugin/quarterOfYear';
|
|
6
|
+
import weekOfYearPlugin from 'dayjs/plugin/weekOfYear';
|
|
7
7
|
export { advancedFormatPlugin, customParseFormatPlugin, isBetweenPlugin, isoWeekPlugin, quarterOfYearPlugin, weekOfYearPlugin };
|
package/dist/dayjs-plugins.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import advancedFormatPlugin from "dayjs/plugin/advancedFormat
|
|
2
|
-
import customParseFormatPlugin from "dayjs/plugin/customParseFormat
|
|
3
|
-
import isBetweenPlugin from "dayjs/plugin/isBetween
|
|
4
|
-
import isoWeekPlugin from "dayjs/plugin/isoWeek
|
|
5
|
-
import quarterOfYearPlugin from "dayjs/plugin/quarterOfYear
|
|
6
|
-
import weekOfYearPlugin from "dayjs/plugin/weekOfYear
|
|
1
|
+
import advancedFormatPlugin from "dayjs/plugin/advancedFormat";
|
|
2
|
+
import customParseFormatPlugin from "dayjs/plugin/customParseFormat";
|
|
3
|
+
import isBetweenPlugin from "dayjs/plugin/isBetween";
|
|
4
|
+
import isoWeekPlugin from "dayjs/plugin/isoWeek";
|
|
5
|
+
import quarterOfYearPlugin from "dayjs/plugin/quarterOfYear";
|
|
6
|
+
import weekOfYearPlugin from "dayjs/plugin/weekOfYear";
|
|
7
7
|
export {
|
|
8
8
|
advancedFormatPlugin,
|
|
9
9
|
customParseFormatPlugin,
|
package/dist/dayjs.cjs
CHANGED
|
@@ -4,9 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
function
|
|
9
|
-
|
|
7
|
+
var dayjsObject = _interopRequireWildcard(require("dayjs"));
|
|
8
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
9
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
10
|
+
const dayjs = typeof dayjsObject === "function" ? dayjsObject :
|
|
10
11
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11
|
-
|
|
12
|
+
dayjsObject.default || dayjsObject;
|
|
12
13
|
module.exports = dayjs;
|
package/dist/dayjs.mjs
CHANGED
|
@@ -128,12 +128,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
128
128
|
readonly error: string;
|
|
129
129
|
readonly required: boolean;
|
|
130
130
|
readonly rules: FormRule | FormRule[];
|
|
131
|
+
readonly validateStatus: ValidateStatus;
|
|
131
132
|
readonly labelWidth: string | number;
|
|
132
133
|
readonly showMessage: boolean;
|
|
133
134
|
readonly prop: string;
|
|
134
135
|
readonly validateTrigger: string | string[];
|
|
135
136
|
readonly errorPosition: "left" | "center" | "right";
|
|
136
|
-
readonly validateStatus: ValidateStatus;
|
|
137
137
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
138
138
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
139
139
|
export default _default;
|
|
@@ -128,12 +128,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
128
128
|
readonly error: string;
|
|
129
129
|
readonly required: boolean;
|
|
130
130
|
readonly rules: FormRule | FormRule[];
|
|
131
|
+
readonly validateStatus: ValidateStatus;
|
|
131
132
|
readonly labelWidth: string | number;
|
|
132
133
|
readonly showMessage: boolean;
|
|
133
134
|
readonly prop: string;
|
|
134
135
|
readonly validateTrigger: string | string[];
|
|
135
136
|
readonly errorPosition: "left" | "center" | "right";
|
|
136
|
-
readonly validateStatus: ValidateStatus;
|
|
137
137
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
138
138
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
139
139
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.43",
|
|
4
4
|
"description": "YH-UI Vue 3 Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@webcontainer/api": "^1.6.1",
|
|
47
47
|
"@floating-ui/dom": "^1.7.4",
|
|
48
|
-
"@yh-ui/hooks": "^1.0.
|
|
49
|
-
"@yh-ui/locale": "^1.0.
|
|
50
|
-
"@yh-ui/theme": "^1.0.
|
|
51
|
-
"@yh-ui/utils": "^1.0.
|
|
48
|
+
"@yh-ui/hooks": "^1.0.43",
|
|
49
|
+
"@yh-ui/locale": "^1.0.43",
|
|
50
|
+
"@yh-ui/theme": "^1.0.43",
|
|
51
|
+
"@yh-ui/utils": "^1.0.43",
|
|
52
52
|
"async-validator": "^4.2.5",
|
|
53
53
|
"dayjs": "^1.11.19",
|
|
54
54
|
"dompurify": "^3.3.3"
|