@davincihealthcare/elty-design-system-vue 1.70.5 → 1.71.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/forms/utils.d.ts +1 -0
- package/dist/forms/utils.test.d.ts +1 -0
- package/dist/index.js +2099 -2099
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +12 -12
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/forms/utils.d.ts
CHANGED
|
@@ -23,3 +23,4 @@ export declare const getReadableTime: (d: number | string | Date, shortify?: boo
|
|
|
23
23
|
export declare const isValidPhoneNumber: (phoneNumber: string) => boolean;
|
|
24
24
|
export declare const isValidTaxCode: (taxCode: string) => boolean;
|
|
25
25
|
export declare const isValidPaiCode: (paiCode: string) => boolean;
|
|
26
|
+
export declare const isValidDecimal: (value: string) => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|