awing-library 2.1.2-stable.6 → 2.1.2-stable.7

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.
@@ -56,7 +56,7 @@ var TrackingCode = function () {
56
56
  setCommonHtml(html);
57
57
  setTrackingCode({ code: '', type: '' });
58
58
  };
59
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, sx: { pt: 2 }, spacing: 2, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 5, children: (0, jsx_runtime_1.jsx)(material_1.TextField, { variant: "standard", label: "Tracking code", fullWidth: true, name: "code", value: trackingCode.code, onChange: handleChangeTracking, error: !validTracking.code, helperText: !validTracking.code
59
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, sx: { pt: 2 }, spacing: 2, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 5, children: (0, jsx_runtime_1.jsx)(material_1.TextField, { variant: "standard", label: t('Page.TrackingCode'), fullWidth: true, name: "code", value: trackingCode.code, onChange: handleChangeTracking, error: !validTracking.code, helperText: !validTracking.code
60
60
  ? t('Page.TrackingCodeValid')
61
61
  : '' }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 4, children: (0, jsx_runtime_1.jsx)(material_1.TextField, { select: true, fullWidth: true, label: t('Page.TypeTrackingCode'), name: "type", value: trackingCode.type, id: "directoryId", onChange: handleChangeTracking, variant: "standard", error: !validTracking.type, helperText: !validTracking.type
62
62
  ? t('Page.TypeTrackingCodeValid')
@@ -105,7 +105,7 @@ var DataTable = function (props) {
105
105
  : row[headCellItem
106
106
  .id] }));
107
107
  }) }));
108
- })) })) : ((0, jsx_runtime_1.jsx)(NoDataTable_1.default, { colSpan: (headCells === null || headCells === void 0 ? void 0 : headCells.length) + 1 }))] }), rowsData && (rowsData === null || rowsData === void 0 ? void 0 : rowsData.length) > 0 && isPagination && ((0, jsx_runtime_1.jsx)(material_1.TablePagination, { rowsPerPageOptions: [
108
+ })) })) : ((0, jsx_runtime_1.jsx)(NoDataTable_1.default, { colSpan: (headCells === null || headCells === void 0 ? void 0 : headCells.length) + 1 }))] }), rowsData && (rowsData === null || rowsData === void 0 ? void 0 : rowsData.length) > 0 && isPagination && ((0, jsx_runtime_1.jsx)(AWING_1.Pagination, { rowsPerPageOptions: [
109
109
  AWING_1.PAGE_SIZE_DEFAULT,
110
110
  AWING_1.PAGE_SIZE_DEFAULT + 10,
111
111
  AWING_1.PAGE_SIZE_DEFAULT + 20,
@@ -228,7 +228,7 @@
228
228
  "Schedule": {
229
229
  "Place": "場所",
230
230
  "Time": "時間",
231
- "Estimate": "推定",
231
+ "Estimate": "概算",
232
232
  "Reality": "実績",
233
233
  "Domain": "ドメイン",
234
234
  "Campaign": "キャンペーン",
@@ -355,7 +355,7 @@
355
355
  "BonusHelperText": "ボーナスの金額は0以上でなければなりません。",
356
356
  "Domain": "ドメイン",
357
357
  "Place": "場所",
358
- "PlaceGroup": "場所グループ",
358
+ "PlaceGroup": "ロケーショングループ",
359
359
  "DeletedPlaceGroup": "削除された場所グループ",
360
360
  "NumberHasRunText": "配信済み",
361
361
  "PlaceHasDeleteText": "削除された場所",
@@ -732,7 +732,7 @@
732
732
  "Title": "キャンペーン完了率",
733
733
  "CampaignName": "キャンペーン",
734
734
  "Group": "サブキャンペーン",
735
- "Estimate": "推定",
735
+ "Estimate": "概算",
736
736
  "Reality": "実績",
737
737
  "CompletionRate": "完了率",
738
738
  "ASC": "低い順",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-stable.6",
3
+ "version": "2.1.2-stable.7",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",