@asdp/ferryui 0.1.22-dev.10319 → 0.1.22-dev.10353
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/index.d.mts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +290 -308
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +290 -308
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1691,10 +1691,12 @@ declare const PASSENGER_TYPE: {
|
|
|
1691
1691
|
};
|
|
1692
1692
|
type PASSENGER_TYPE_TYPE = typeof PASSENGER_TYPE[keyof typeof PASSENGER_TYPE];
|
|
1693
1693
|
declare const IDENTITY_TYPE: {
|
|
1694
|
-
readonly KTP:
|
|
1695
|
-
readonly SIM:
|
|
1696
|
-
readonly
|
|
1697
|
-
readonly
|
|
1694
|
+
readonly KTP: "KTP";
|
|
1695
|
+
readonly SIM: "SIM";
|
|
1696
|
+
readonly KK: "KK";
|
|
1697
|
+
readonly KTA: "KTA";
|
|
1698
|
+
readonly PASSPORT: "PASSPORT";
|
|
1699
|
+
readonly LAINNYA: "LAINNYA";
|
|
1698
1700
|
};
|
|
1699
1701
|
type IDENTITY_TYPE_TYPE = typeof IDENTITY_TYPE[keyof typeof IDENTITY_TYPE];
|
|
1700
1702
|
declare const LOAD_TYPE: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1691,10 +1691,12 @@ declare const PASSENGER_TYPE: {
|
|
|
1691
1691
|
};
|
|
1692
1692
|
type PASSENGER_TYPE_TYPE = typeof PASSENGER_TYPE[keyof typeof PASSENGER_TYPE];
|
|
1693
1693
|
declare const IDENTITY_TYPE: {
|
|
1694
|
-
readonly KTP:
|
|
1695
|
-
readonly SIM:
|
|
1696
|
-
readonly
|
|
1697
|
-
readonly
|
|
1694
|
+
readonly KTP: "KTP";
|
|
1695
|
+
readonly SIM: "SIM";
|
|
1696
|
+
readonly KK: "KK";
|
|
1697
|
+
readonly KTA: "KTA";
|
|
1698
|
+
readonly PASSPORT: "PASSPORT";
|
|
1699
|
+
readonly LAINNYA: "LAINNYA";
|
|
1698
1700
|
};
|
|
1699
1701
|
type IDENTITY_TYPE_TYPE = typeof IDENTITY_TYPE[keyof typeof IDENTITY_TYPE];
|
|
1700
1702
|
declare const LOAD_TYPE: {
|