sgerp-frontend-lib 0.1.0 → 0.1.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale_en.d.ts","sourceRoot":"","sources":["../../sgerplib/locales/locale_en.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"locale_en.d.ts","sourceRoot":"","sources":["../../sgerplib/locales/locale_en.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA2gE/C,CAAC"}
|
|
@@ -1471,6 +1471,15 @@ export const translations = {
|
|
|
1471
1471
|
"calendar.select_date_first": "Select date first",
|
|
1472
1472
|
"calendar.found": "found",
|
|
1473
1473
|
"calendar.project_label": "Project",
|
|
1474
|
+
// Simulation Filters
|
|
1475
|
+
"simulation_filters.basic_filters": "Basic Filters (3 components)",
|
|
1476
|
+
"simulation_filters.basic_filters_desc": "Project, Template, and Calendar selectors",
|
|
1477
|
+
"simulation_filters.full_filters": "Full Filters (4 components)",
|
|
1478
|
+
"simulation_filters.full_filters_desc": "Project, Template, Calendar, and Simulation selectors",
|
|
1479
|
+
"simulation_filters.multiselect_templates": "Multiselect Templates",
|
|
1480
|
+
"simulation_filters.multiselect_templates_desc": "Project and multi-template selectors",
|
|
1481
|
+
"simulation_filters.multiselect_all": "Multiselect Templates and Simulations",
|
|
1482
|
+
"simulation_filters.multiselect_all_desc": "All components with multi-select for templates and simulations",
|
|
1474
1483
|
// Booking
|
|
1475
1484
|
"booking.create_booking": "Create Booking",
|
|
1476
1485
|
"booking.new_booking": "New Booking",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale_ja.d.ts","sourceRoot":"","sources":["../../sgerplib/locales/locale_ja.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"locale_ja.d.ts","sourceRoot":"","sources":["../../sgerplib/locales/locale_ja.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAugE/C,CAAC"}
|
|
@@ -1464,6 +1464,15 @@ export const translations = {
|
|
|
1464
1464
|
"calendar.select_date_first": "まず日付を選択してください",
|
|
1465
1465
|
"calendar.found": "件",
|
|
1466
1466
|
"calendar.project_label": "プロジェクト",
|
|
1467
|
+
// Simulation Filters
|
|
1468
|
+
"simulation_filters.basic_filters": "基本フィルター(3コンポーネント)",
|
|
1469
|
+
"simulation_filters.basic_filters_desc": "プロジェクト、テンプレート、カレンダーセレクター",
|
|
1470
|
+
"simulation_filters.full_filters": "完全なフィルター(4コンポーネント)",
|
|
1471
|
+
"simulation_filters.full_filters_desc": "プロジェクト、テンプレート、カレンダー、シミュレーションセレクター",
|
|
1472
|
+
"simulation_filters.multiselect_templates": "複数選択テンプレート",
|
|
1473
|
+
"simulation_filters.multiselect_templates_desc": "プロジェクトと複数テンプレートセレクター",
|
|
1474
|
+
"simulation_filters.multiselect_all": "テンプレートとシミュレーションの複数選択",
|
|
1475
|
+
"simulation_filters.multiselect_all_desc": "テンプレートとシミュレーションの複数選択を持つすべてのコンポーネント",
|
|
1467
1476
|
// Booking
|
|
1468
1477
|
"booking.create_booking": "予約を作成",
|
|
1469
1478
|
"booking.new_booking": "新しい予約",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sgerp-frontend-lib",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "TypeScript/React library for interacting with the SGERP API, providing client SDK, Backbone.js-style Collections, and pre-built React components",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|