@asdp/ferryui 0.1.22-dev.10827 → 0.1.22-dev.10841
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 +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +1067 -1003
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1069 -1005
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3153,10 +3153,9 @@ interface CardVehicleOwnerFormLabels {
|
|
|
3153
3153
|
industryTypeOthersLabel: string;
|
|
3154
3154
|
industryTypeOthersPlaceholder: string;
|
|
3155
3155
|
cargoCategoryLabel: string;
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
estimatedLooseCargoUnitLabel: string;
|
|
3156
|
+
cargoLabel: string;
|
|
3157
|
+
cargoWeightPlaceholder: string;
|
|
3158
|
+
cargoUnitLabel: string;
|
|
3160
3159
|
deleteCargoButton: string;
|
|
3161
3160
|
addCargoButton: string;
|
|
3162
3161
|
loadTypeOptions: {
|
package/dist/index.d.ts
CHANGED
|
@@ -3153,10 +3153,9 @@ interface CardVehicleOwnerFormLabels {
|
|
|
3153
3153
|
industryTypeOthersLabel: string;
|
|
3154
3154
|
industryTypeOthersPlaceholder: string;
|
|
3155
3155
|
cargoCategoryLabel: string;
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
estimatedLooseCargoUnitLabel: string;
|
|
3156
|
+
cargoLabel: string;
|
|
3157
|
+
cargoWeightPlaceholder: string;
|
|
3158
|
+
cargoUnitLabel: string;
|
|
3160
3159
|
deleteCargoButton: string;
|
|
3161
3160
|
addCargoButton: string;
|
|
3162
3161
|
loadTypeOptions: {
|