@asdp/ferryui 0.1.22-dev.10158 → 0.1.22-dev.10162
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 +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +25 -50
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -50
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12363,7 +12363,7 @@ var DEFAULT_LABELS26 = {
|
|
|
12363
12363
|
entityTypeIndividual: "Perseorangan",
|
|
12364
12364
|
selectCompanyPlaceholder: "Pilih Nama Perusahaan",
|
|
12365
12365
|
inputSenderNamePlaceholder: "Masukkan Nama Pengirim",
|
|
12366
|
-
estimatedWeightLabel: "
|
|
12366
|
+
estimatedWeightLabel: "Estimasi Berat Muatan dan Kendaraan (Ton)",
|
|
12367
12367
|
inputNumberPlaceholder: "Masukkan Angka",
|
|
12368
12368
|
originCityLabel: "Kota Asal",
|
|
12369
12369
|
destinationCityLabel: "Kota Tujuan",
|
|
@@ -12383,7 +12383,6 @@ var DEFAULT_LABELS26 = {
|
|
|
12383
12383
|
cargoListTitle: "Daftar Muatan",
|
|
12384
12384
|
cargoItemTitle: "Muatan {index}",
|
|
12385
12385
|
commodityLabel: "Data Komoditas",
|
|
12386
|
-
commodityHelperTextPrefix: "Pahami definisi, jenis dan contoh komoditas",
|
|
12387
12386
|
hereLinkText: "disini",
|
|
12388
12387
|
cargoTypeLabel: "Data Jenis Muatan",
|
|
12389
12388
|
cargoTypeHelperText: 'Apabila jenis muatan belum tersedia dapat memilih "Lainnya" dan silakan isi jenis muatannya.',
|
|
@@ -12392,7 +12391,6 @@ var DEFAULT_LABELS26 = {
|
|
|
12392
12391
|
industryTypeLabel: "Data Jenis Industri",
|
|
12393
12392
|
industryTypeHelperText: 'Apabila jenis industri belum tersedia dapat memilih "Lainnya" dan silakan isi jenis industrinya.',
|
|
12394
12393
|
cargoCategoryLabel: "Kategori Muatan",
|
|
12395
|
-
cargoCategoryHelperTextPrefix: "Pahami definisi, jenis dan contoh kategori muatan",
|
|
12396
12394
|
deleteCargoButton: "Hapus Muatan",
|
|
12397
12395
|
addCargoButton: "Tambah Muatan",
|
|
12398
12396
|
cargoTypeOptions: {
|
|
@@ -12435,7 +12433,6 @@ var DEFAULT_LABELS26 = {
|
|
|
12435
12433
|
cargoListTitle: "Cargo List",
|
|
12436
12434
|
cargoItemTitle: "Cargo {index}",
|
|
12437
12435
|
commodityLabel: "Commodity Data",
|
|
12438
|
-
commodityHelperTextPrefix: "Understand definition, types and examples of commodities",
|
|
12439
12436
|
hereLinkText: "here",
|
|
12440
12437
|
cargoTypeLabel: "Cargo Type Data",
|
|
12441
12438
|
cargoTypeHelperText: 'If the cargo type is not available, select "Other" and enter the cargo type.',
|
|
@@ -12444,7 +12441,6 @@ var DEFAULT_LABELS26 = {
|
|
|
12444
12441
|
industryTypeLabel: "Industry Type Data",
|
|
12445
12442
|
industryTypeHelperText: 'If the industry type is not available, select "Other" and enter the industry type.',
|
|
12446
12443
|
cargoCategoryLabel: "Cargo Category",
|
|
12447
|
-
cargoCategoryHelperTextPrefix: "Understand definition, types and examples of cargo categories",
|
|
12448
12444
|
deleteCargoButton: "Delete Cargo",
|
|
12449
12445
|
addCargoButton: "Add Cargo",
|
|
12450
12446
|
cargoTypeOptions: {
|
|
@@ -13097,20 +13093,6 @@ var CardVehicleOwnerForm = ({
|
|
|
13097
13093
|
type: "select",
|
|
13098
13094
|
size: "large"
|
|
13099
13095
|
}
|
|
13100
|
-
),
|
|
13101
|
-
/* @__PURE__ */ jsxs(
|
|
13102
|
-
Caption1,
|
|
13103
|
-
{
|
|
13104
|
-
style: {
|
|
13105
|
-
color: tokens.colorNeutralForeground3,
|
|
13106
|
-
marginTop: "0.25rem"
|
|
13107
|
-
},
|
|
13108
|
-
children: [
|
|
13109
|
-
mergedLabels.commodityHelperTextPrefix,
|
|
13110
|
-
" ",
|
|
13111
|
-
/* @__PURE__ */ jsx("a", { href: "#", className: styles.link, children: mergedLabels.hereLinkText })
|
|
13112
|
-
]
|
|
13113
|
-
}
|
|
13114
13096
|
)
|
|
13115
13097
|
] }),
|
|
13116
13098
|
/* @__PURE__ */ jsxs(Col, { md: 3, children: [
|
|
@@ -13288,9 +13270,14 @@ var CardVehicleOwnerForm = ({
|
|
|
13288
13270
|
fontFamily: tokens.fontFamilyBase
|
|
13289
13271
|
},
|
|
13290
13272
|
onKeyDown: (e) => {
|
|
13291
|
-
if ([
|
|
13292
|
-
e
|
|
13293
|
-
|
|
13273
|
+
if ([
|
|
13274
|
+
"e",
|
|
13275
|
+
"E",
|
|
13276
|
+
"+",
|
|
13277
|
+
"-",
|
|
13278
|
+
".",
|
|
13279
|
+
","
|
|
13280
|
+
].includes(e.key)) {
|
|
13294
13281
|
e.preventDefault();
|
|
13295
13282
|
}
|
|
13296
13283
|
},
|
|
@@ -13493,20 +13480,6 @@ var CardVehicleOwnerForm = ({
|
|
|
13493
13480
|
size: "large",
|
|
13494
13481
|
type: "select"
|
|
13495
13482
|
}
|
|
13496
|
-
),
|
|
13497
|
-
/* @__PURE__ */ jsxs(
|
|
13498
|
-
Caption1,
|
|
13499
|
-
{
|
|
13500
|
-
style: {
|
|
13501
|
-
color: tokens.colorNeutralForeground3,
|
|
13502
|
-
marginTop: "0.25rem"
|
|
13503
|
-
},
|
|
13504
|
-
children: [
|
|
13505
|
-
mergedLabels.cargoCategoryHelperTextPrefix,
|
|
13506
|
-
" ",
|
|
13507
|
-
/* @__PURE__ */ jsx("a", { href: "#", className: styles.link, children: mergedLabels.hereLinkText })
|
|
13508
|
-
]
|
|
13509
|
-
}
|
|
13510
13483
|
)
|
|
13511
13484
|
] })
|
|
13512
13485
|
] }),
|
|
@@ -13789,10 +13762,20 @@ var CardBookingTicket = ({
|
|
|
13789
13762
|
alt: "asdp"
|
|
13790
13763
|
}
|
|
13791
13764
|
),
|
|
13792
|
-
/* @__PURE__ */ jsxs(
|
|
13793
|
-
|
|
13794
|
-
|
|
13795
|
-
|
|
13765
|
+
/* @__PURE__ */ jsxs(
|
|
13766
|
+
"div",
|
|
13767
|
+
{
|
|
13768
|
+
style: {
|
|
13769
|
+
display: "flex",
|
|
13770
|
+
flexDirection: "column",
|
|
13771
|
+
gap: "0.25rem"
|
|
13772
|
+
},
|
|
13773
|
+
children: [
|
|
13774
|
+
/* @__PURE__ */ jsx(Body1, { children: shipName }),
|
|
13775
|
+
serviceTitle && /* @__PURE__ */ jsx(Caption2, { style: { color: tokens.colorNeutralForeground3 }, children: serviceTitle })
|
|
13776
|
+
]
|
|
13777
|
+
}
|
|
13778
|
+
)
|
|
13796
13779
|
] }),
|
|
13797
13780
|
/* @__PURE__ */ jsx(
|
|
13798
13781
|
Badge,
|
|
@@ -13821,11 +13804,7 @@ var CardBookingTicket = ({
|
|
|
13821
13804
|
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs("div", { className: styles.ticketInfo, children: [
|
|
13822
13805
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketTime, children: [
|
|
13823
13806
|
/* @__PURE__ */ jsx(Caption2, { children: departureDay }),
|
|
13824
|
-
/* @__PURE__ */
|
|
13825
|
-
departureTime,
|
|
13826
|
-
" ",
|
|
13827
|
-
mergedLabels.timezoneLabel
|
|
13828
|
-
] }),
|
|
13807
|
+
/* @__PURE__ */ jsx(Body1Stronger, { children: departureTime }),
|
|
13829
13808
|
/* @__PURE__ */ jsx(Caption2, { children: departureLocation })
|
|
13830
13809
|
] }),
|
|
13831
13810
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketDuration, children: [
|
|
@@ -13838,11 +13817,7 @@ var CardBookingTicket = ({
|
|
|
13838
13817
|
] }),
|
|
13839
13818
|
/* @__PURE__ */ jsxs("div", { className: styles.ticketTime, children: [
|
|
13840
13819
|
/* @__PURE__ */ jsx(Caption2, { children: arrivalDay }),
|
|
13841
|
-
/* @__PURE__ */
|
|
13842
|
-
arrivalTime,
|
|
13843
|
-
" ",
|
|
13844
|
-
mergedLabels.timezoneLabel
|
|
13845
|
-
] }),
|
|
13820
|
+
/* @__PURE__ */ jsx(Body1Stronger, { children: arrivalTime }),
|
|
13846
13821
|
/* @__PURE__ */ jsx(Caption2, { children: arrivalLocation })
|
|
13847
13822
|
] })
|
|
13848
13823
|
] }) }),
|