@maltjoy/core-vue 5.22.0-beta.1 → 5.22.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/LICENSE +21 -0
- package/dist/components/JoyInputNumber/VJoyInputNumber.vue.d.ts +9 -2
- package/dist/core-vue.js +5 -2
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +3 -3
- package/dist/style.css +1 -1
- package/package.json +41 -43
- package/dist/stories/figma/JoyFigmaCoverageView.vue.d.ts +0 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 maltcommunity / apps
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { VJoyInputProps } from '../JoyInput/JoyInput.types';
|
|
2
2
|
type VJoyInputNumberProps = Omit<VJoyInputProps, 'clearable' | 'clearAriaLabel'>;
|
|
3
3
|
declare function focus(): void;
|
|
4
|
-
declare const _default: import("vue").DefineComponent<VJoyInputNumberProps, {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJoyInputNumberProps, {
|
|
5
5
|
focus: typeof focus;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: string) => any;
|
|
@@ -19,5 +19,12 @@ declare const _default: import("vue").DefineComponent<VJoyInputNumberProps, {
|
|
|
19
19
|
modelModifiers: Partial<Record<"number" | "trim" | "lazy", boolean>>;
|
|
20
20
|
unit: string;
|
|
21
21
|
readonly: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
23
|
+
default?(_: {}): any;
|
|
24
|
+
}>;
|
|
23
25
|
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
package/dist/core-vue.js
CHANGED
|
@@ -5272,16 +5272,19 @@ const Va = /* @__PURE__ */ B({
|
|
|
5272
5272
|
}, { ...F(a), ...l }, {
|
|
5273
5273
|
"onUpdate:modelValue": s[0] || (s[0] = (m) => o("update:modelValue", m))
|
|
5274
5274
|
}), {
|
|
5275
|
+
default: z(() => [
|
|
5276
|
+
w(u.$slots, "default", {}, void 0, !0)
|
|
5277
|
+
]),
|
|
5275
5278
|
"right-action": z(() => [
|
|
5276
5279
|
e.unit ? (c(), v("div", Ii, [
|
|
5277
5280
|
h("span", Li, J(e.unit), 1)
|
|
5278
5281
|
])) : k("", !0)
|
|
5279
5282
|
]),
|
|
5280
|
-
_:
|
|
5283
|
+
_: 3
|
|
5281
5284
|
}, 16)
|
|
5282
5285
|
]));
|
|
5283
5286
|
}
|
|
5284
|
-
}), Uu = /* @__PURE__ */ E(Bi, [["__scopeId", "data-v-
|
|
5287
|
+
}), Uu = /* @__PURE__ */ E(Bi, [["__scopeId", "data-v-1c0b98ad"]]), Ai = { class: "joy-input-password" }, Ei = /* @__PURE__ */ B({
|
|
5285
5288
|
inheritAttrs: !1,
|
|
5286
5289
|
__name: "VJoyInputPassword",
|
|
5287
5290
|
props: {
|