@juit/vue-z 0.0.26 → 0.0.28
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.md +2 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ how we built it.
|
|
|
9
9
|
It is heavily reliant on the [Quasar Framework](https://quasar.dev/) and our
|
|
10
10
|
[I18n Library](https://www.npmjs.com/package/@juit/vue-i18n).
|
|
11
11
|
|
|
12
|
+
And here is a little [demo](https://juitnow.github.io/juit-vue-z/).
|
|
13
|
+
|
|
12
14
|
* [License](LICENSE.md)
|
|
13
15
|
* [Copyright Notice](NOTICE.md)
|
|
14
16
|
|
package/dist/index.d.ts
CHANGED
|
@@ -299,13 +299,13 @@ type: BooleanConstructor;
|
|
|
299
299
|
required: false;
|
|
300
300
|
default: boolean;
|
|
301
301
|
};
|
|
302
|
-
/** Minimum value (inclusive
|
|
302
|
+
/** Minimum value (inclusive, **_in cents_**) */
|
|
303
303
|
minimum: {
|
|
304
304
|
type: PropType<number | undefined>;
|
|
305
305
|
required: false;
|
|
306
306
|
default: undefined;
|
|
307
307
|
};
|
|
308
|
-
/** Maximum value (inclusive
|
|
308
|
+
/** Maximum value (inclusive, **_in cent_s**) */
|
|
309
309
|
maximum: {
|
|
310
310
|
type: PropType<number | undefined>;
|
|
311
311
|
required: false;
|
|
@@ -400,13 +400,13 @@ type: BooleanConstructor;
|
|
|
400
400
|
required: false;
|
|
401
401
|
default: boolean;
|
|
402
402
|
};
|
|
403
|
-
/** Minimum value (inclusive
|
|
403
|
+
/** Minimum value (inclusive, **_in cents_**) */
|
|
404
404
|
minimum: {
|
|
405
405
|
type: PropType<number | undefined>;
|
|
406
406
|
required: false;
|
|
407
407
|
default: undefined;
|
|
408
408
|
};
|
|
409
|
-
/** Maximum value (inclusive
|
|
409
|
+
/** Maximum value (inclusive, **_in cent_s**) */
|
|
410
410
|
maximum: {
|
|
411
411
|
type: PropType<number | undefined>;
|
|
412
412
|
required: false;
|
package/dist/index.js
CHANGED
|
@@ -3251,13 +3251,13 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
3251
3251
|
required: false,
|
|
3252
3252
|
default: false
|
|
3253
3253
|
},
|
|
3254
|
-
/** Minimum value (inclusive
|
|
3254
|
+
/** Minimum value (inclusive, **_in cents_**) */
|
|
3255
3255
|
minimum: {
|
|
3256
3256
|
type: Number,
|
|
3257
3257
|
required: false,
|
|
3258
3258
|
default: void 0
|
|
3259
3259
|
},
|
|
3260
|
-
/** Maximum value (inclusive
|
|
3260
|
+
/** Maximum value (inclusive, **_in cent_s**) */
|
|
3261
3261
|
maximum: {
|
|
3262
3262
|
type: Number,
|
|
3263
3263
|
required: false,
|