@xxmachina/components 19.0.0-preview.22 → 19.0.0-preview.23

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.
@@ -12,7 +12,7 @@ class WeeklyHeaderMolecule {
12
12
  <div class="day-container" *ngFor="let day of ['日', '月', '火', '水', '木', '金', '土']">
13
13
  <span>{{ day }}</span>
14
14
  </div>
15
- `, isInline: true, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-MIDxabGa: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-MIDxabGa: var(--secondary-color)}:host{display:grid;width:100%;grid-template-columns:repeat(7,1fr);background-color:var(--primary-color-SCOPED-IN-MIDxabGa)}:host .day-container{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;width:calc(hvar(--width) / 7)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
15
+ `, isInline: true, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-uFMp7rGR: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-uFMp7rGR: var(--secondary-color)}:host{display:grid;width:100%;grid-template-columns:repeat(7,1fr);background-color:var(--primary-color-SCOPED-IN-uFMp7rGR)}:host .day-container{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;width:calc(hvar(--width) / 7)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
16
16
  }
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: WeeklyHeaderMolecule, decorators: [{
18
18
  type: Component,
@@ -22,7 +22,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
22
22
  <div class="day-container" *ngFor="let day of ['日', '月', '火', '水', '木', '金', '土']">
23
23
  <span>{{ day }}</span>
24
24
  </div>
25
- `, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-MIDxabGa: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-MIDxabGa: var(--secondary-color)}:host{display:grid;width:100%;grid-template-columns:repeat(7,1fr);background-color:var(--primary-color-SCOPED-IN-MIDxabGa)}:host .day-container{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;width:calc(hvar(--width) / 7)}\n"] }]
25
+ `, styles: [":host{display:block;--primary-color: #404040;--primary-color-SCOPED-IN-uFMp7rGR: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-uFMp7rGR: var(--secondary-color)}:host{display:grid;width:100%;grid-template-columns:repeat(7,1fr);background-color:var(--primary-color-SCOPED-IN-uFMp7rGR)}:host .day-container{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;width:calc(hvar(--width) / 7)}\n"] }]
26
26
  }], ctorParameters: () => [] });
27
27
 
28
28
  /**
@@ -58,7 +58,7 @@ class CalendarSectionOrganism {
58
58
  ></molecules-daily-cell>
59
59
  </ng-container>
60
60
  </div>
61
- `, isInline: true, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-aTu9AzIA: var(--row);--row-num: 0;--row-num-SCOPED-IN-aTu9AzIA: var(--row-num);--border-color: #9E9E9E;--border-color-SCOPED-IN-aTu9AzIA: var(--border-color);--primary-color: #404040;--primary-color-SCOPED-IN-aTu9AzIA: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-aTu9AzIA: var(--secondary-color)}:host{width:100%;height:auto}:host .calendar.header molecules-weekly-header{--height: 32px}:host .calendar.contents{display:grid;width:var(--width);border:1px solid var(--border-color-SCOPED-IN-aTu9AzIA);grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(var(--row-num-SCOPED-IN-aTu9AzIA),var(--row-SCOPED-IN-aTu9AzIA));box-sizing:border-box;background-color:var(--border-color-SCOPED-IN-aTu9AzIA)}:host .calendar.contents molecules-daily-cell{--width: calc((var(--width) - 8px) / 7);--height: var(--row-SCOPED-IN-aTu9AzIA);background-color:#fff}:host .calendar.description{display:flex;justify-content:flex-end;width:var(--width);height:32px;padding-right:16px}:host .calendar.description .description.container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}:host .calendar.description .description.container .circle{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:#00f}:host .calendar.description .description.container label{padding-left:4px;padding-right:8px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DailyCellMolecule, selector: "molecules-daily-cell", inputs: ["date", "schedules", "displayDate", "noSchedulesText", "toolTipText", "marked", "markingColor"] }, { kind: "component", type: WeeklyHeaderMolecule, selector: "molecules-weekly-header" }, { kind: "ngmodule", type: MatRippleModule }, { kind: "directive", type: i2.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
61
+ `, isInline: true, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-1WXgSwpR: var(--row);--row-num: 0;--row-num-SCOPED-IN-1WXgSwpR: var(--row-num);--border-color: #9E9E9E;--border-color-SCOPED-IN-1WXgSwpR: var(--border-color);--primary-color: #404040;--primary-color-SCOPED-IN-1WXgSwpR: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-1WXgSwpR: var(--secondary-color)}:host{width:100%;height:auto}:host .calendar.header molecules-weekly-header{--height: 32px}:host .calendar.contents{display:grid;width:var(--width);border:1px solid var(--border-color-SCOPED-IN-1WXgSwpR);grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(var(--row-num-SCOPED-IN-1WXgSwpR),var(--row-SCOPED-IN-1WXgSwpR));box-sizing:border-box;background-color:var(--border-color-SCOPED-IN-1WXgSwpR)}:host .calendar.contents molecules-daily-cell{--width: calc((var(--width) - 8px) / 7);--height: var(--row-SCOPED-IN-1WXgSwpR);background-color:#fff}:host .calendar.description{display:flex;justify-content:flex-end;width:var(--width);height:32px;padding-right:16px}:host .calendar.description .description.container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}:host .calendar.description .description.container .circle{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:#00f}:host .calendar.description .description.container label{padding-left:4px;padding-right:8px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: DailyCellMolecule, selector: "molecules-daily-cell", inputs: ["date", "schedules", "displayDate", "noSchedulesText", "toolTipText", "marked", "markingColor"] }, { kind: "component", type: WeeklyHeaderMolecule, selector: "molecules-weekly-header" }, { kind: "ngmodule", type: MatRippleModule }, { kind: "directive", type: i2.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
62
62
  }
63
63
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: CalendarSectionOrganism, decorators: [{
64
64
  type: Component,
@@ -92,7 +92,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
92
92
  ></molecules-daily-cell>
93
93
  </ng-container>
94
94
  </div>
95
- `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-aTu9AzIA: var(--row);--row-num: 0;--row-num-SCOPED-IN-aTu9AzIA: var(--row-num);--border-color: #9E9E9E;--border-color-SCOPED-IN-aTu9AzIA: var(--border-color);--primary-color: #404040;--primary-color-SCOPED-IN-aTu9AzIA: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-aTu9AzIA: var(--secondary-color)}:host{width:100%;height:auto}:host .calendar.header molecules-weekly-header{--height: 32px}:host .calendar.contents{display:grid;width:var(--width);border:1px solid var(--border-color-SCOPED-IN-aTu9AzIA);grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(var(--row-num-SCOPED-IN-aTu9AzIA),var(--row-SCOPED-IN-aTu9AzIA));box-sizing:border-box;background-color:var(--border-color-SCOPED-IN-aTu9AzIA)}:host .calendar.contents molecules-daily-cell{--width: calc((var(--width) - 8px) / 7);--height: var(--row-SCOPED-IN-aTu9AzIA);background-color:#fff}:host .calendar.description{display:flex;justify-content:flex-end;width:var(--width);height:32px;padding-right:16px}:host .calendar.description .description.container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}:host .calendar.description .description.container .circle{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:#00f}:host .calendar.description .description.container label{padding-left:4px;padding-right:8px}\n"] }]
95
+ `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;--row: 80px;--row-SCOPED-IN-1WXgSwpR: var(--row);--row-num: 0;--row-num-SCOPED-IN-1WXgSwpR: var(--row-num);--border-color: #9E9E9E;--border-color-SCOPED-IN-1WXgSwpR: var(--border-color);--primary-color: #404040;--primary-color-SCOPED-IN-1WXgSwpR: var(--primary-color);--secondary-color: #B0B0B0;--secondary-color-SCOPED-IN-1WXgSwpR: var(--secondary-color)}:host{width:100%;height:auto}:host .calendar.header molecules-weekly-header{--height: 32px}:host .calendar.contents{display:grid;width:var(--width);border:1px solid var(--border-color-SCOPED-IN-1WXgSwpR);grid-gap:1px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(var(--row-num-SCOPED-IN-1WXgSwpR),var(--row-SCOPED-IN-1WXgSwpR));box-sizing:border-box;background-color:var(--border-color-SCOPED-IN-1WXgSwpR)}:host .calendar.contents molecules-daily-cell{--width: calc((var(--width) - 8px) / 7);--height: var(--row-SCOPED-IN-1WXgSwpR);background-color:#fff}:host .calendar.description{display:flex;justify-content:flex-end;width:var(--width);height:32px;padding-right:16px}:host .calendar.description .description.container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}:host .calendar.description .description.container .circle{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:#00f}:host .calendar.description .description.container label{padding-left:4px;padding-right:8px}\n"] }]
96
96
  }], propDecorators: { label: [{
97
97
  type: Input
98
98
  }], displayDays: [{
@@ -279,7 +279,7 @@ class CommandPage extends NgAtomicComponent {
279
279
  </frames-tabs>
280
280
  </templates-form>
281
281
  </frames-router-outlet>
282
- `, isInline: true, styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-PNRd: var(--page-width-lv1)}:host .template{--first-content-height: 0px;width:var(--page-width-lv1-SCOPED-IN-command-PNRd)}:host .template div[dashboard]{padding:0;box-sizing:border-box}\n"], dependencies: [{ kind: "component", type: RouterOutletFrame, selector: "frames-router-outlet", outputs: ["events"] }, { kind: "component", type: FormTemplate, selector: "templates-form" }, { kind: "component", type: TabsFrame, selector: "frames-tabs", inputs: ["labels"] }, { kind: "component", type: CommandFormGroup, selector: "groups-command-form", inputs: ["apiJsonUrls"] }, { kind: "component", type: QueryFormGroup, selector: "groups-query-form", inputs: ["keyActions"] }] }); }
282
+ `, isInline: true, styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-WaGf: var(--page-width-lv1)}:host .template{--first-content-height: 0px;width:var(--page-width-lv1-SCOPED-IN-command-WaGf)}:host .template div[dashboard]{padding:0;box-sizing:border-box}\n"], dependencies: [{ kind: "component", type: RouterOutletFrame, selector: "frames-router-outlet", outputs: ["events"] }, { kind: "component", type: FormTemplate, selector: "templates-form" }, { kind: "component", type: TabsFrame, selector: "frames-tabs", inputs: ["labels"] }, { kind: "component", type: CommandFormGroup, selector: "groups-command-form", inputs: ["apiJsonUrls"] }, { kind: "component", type: QueryFormGroup, selector: "groups-query-form", inputs: ["keyActions"] }] }); }
283
283
  }
284
284
  __decorate([
285
285
  Effect(FormTemplateStore.ActionId.FILE_SELECTED),
@@ -328,7 +328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
328
328
  'formFieldMap',
329
329
  ]
330
330
  },
331
- ], styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-PNRd: var(--page-width-lv1)}:host .template{--first-content-height: 0px;width:var(--page-width-lv1-SCOPED-IN-command-PNRd)}:host .template div[dashboard]{padding:0;box-sizing:border-box}\n"] }]
331
+ ], styles: [":host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-command-WaGf: var(--page-width-lv1)}:host .template{--first-content-height: 0px;width:var(--page-width-lv1-SCOPED-IN-command-WaGf)}:host .template div[dashboard]{padding:0;box-sizing:border-box}\n"] }]
332
332
  }], propDecorators: { onFileSelected: [] } });
333
333
 
334
334
  /**
@@ -403,7 +403,7 @@ class QueryPage extends NgAtomicComponent {
403
403
  <groups-query-form dashboard (action)="dispatch($event)" />
404
404
  </templates-index>
405
405
  </frames-router-outlet>
406
- `, isInline: true, styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-e2jn: var(--page-width-lv1)}:host templates-index{--first-content-height: 300px;padding-left:0;box-sizing:border-box;transition:padding-left .3s}:host templates-index div[navDashboard]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:16px;box-sizing:border-box}:host templates-index div[navDashboard] ng-atomic-form-section-builder{--horizontal-padding: 0}\n"], dependencies: [{ kind: "component", type: IndexTemplate, selector: "templates-index" }, { kind: "component", type: RouterOutletFrame, selector: "frames-router-outlet", outputs: ["events"] }, { kind: "component", type: NgAtomicFormSectionBuilder, selector: "ng-atomic-form-section-builder", inputs: ["form", "formFlatExcludes", "fieldMap"] }, { kind: "component", type: QueryFormGroup, selector: "groups-query-form", inputs: ["keyActions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
406
+ `, isInline: true, styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-lIqc: var(--page-width-lv1)}:host templates-index{--first-content-height: 300px;padding-left:0;box-sizing:border-box;transition:padding-left .3s}:host templates-index div[navDashboard]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:16px;box-sizing:border-box}:host templates-index div[navDashboard] ng-atomic-form-section-builder{--horizontal-padding: 0}\n"], dependencies: [{ kind: "component", type: IndexTemplate, selector: "templates-index" }, { kind: "component", type: RouterOutletFrame, selector: "frames-router-outlet", outputs: ["events"] }, { kind: "component", type: NgAtomicFormSectionBuilder, selector: "ng-atomic-form-section-builder", inputs: ["form", "formFlatExcludes", "fieldMap"] }, { kind: "component", type: QueryFormGroup, selector: "groups-query-form", inputs: ["keyActions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
407
407
  }
408
408
  __decorate([
409
409
  Effect(IndexTemplateStore.ActionId.BACK),
@@ -473,7 +473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
473
473
  'variablesFormFieldMap',
474
474
  ]
475
475
  },
476
- ], styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-e2jn: var(--page-width-lv1)}:host templates-index{--first-content-height: 300px;padding-left:0;box-sizing:border-box;transition:padding-left .3s}:host templates-index div[navDashboard]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:16px;box-sizing:border-box}:host templates-index div[navDashboard] ng-atomic-form-section-builder{--horizontal-padding: 0}\n"] }]
476
+ ], styles: ["@charset \"UTF-8\";:host{width:100%;height:100%;display:block;--page-width-lv1-SCOPED-IN-query-lIqc: var(--page-width-lv1)}:host templates-index{--first-content-height: 300px;padding-left:0;box-sizing:border-box;transition:padding-left .3s}:host templates-index div[navDashboard]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:16px;box-sizing:border-box}:host templates-index div[navDashboard] ng-atomic-form-section-builder{--horizontal-padding: 0}\n"] }]
477
477
  }], ctorParameters: () => [], propDecorators: { back: [], navigateToIframe: [], expandPage: [] } });
478
478
 
479
479
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xxmachina/components",
3
- "version": "19.0.0-preview.22",
3
+ "version": "19.0.0-preview.23",
4
4
  "license": "MIT",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -54,14 +54,14 @@
54
54
  "types": "./organisms/event-input-section/index.d.ts",
55
55
  "default": "./fesm2022/xxmachina-components-organisms-event-input-section.mjs"
56
56
  },
57
- "./organisms/video-trimmer-section": {
58
- "types": "./organisms/video-trimmer-section/index.d.ts",
59
- "default": "./fesm2022/xxmachina-components-organisms-video-trimmer-section.mjs"
60
- },
61
57
  "./pages/command": {
62
58
  "types": "./pages/command/index.d.ts",
63
59
  "default": "./fesm2022/xxmachina-components-pages-command.mjs"
64
60
  },
61
+ "./organisms/video-trimmer-section": {
62
+ "types": "./organisms/video-trimmer-section/index.d.ts",
63
+ "default": "./fesm2022/xxmachina-components-organisms-video-trimmer-section.mjs"
64
+ },
65
65
  "./pages/query": {
66
66
  "types": "./pages/query/index.d.ts",
67
67
  "default": "./fesm2022/xxmachina-components-pages-query.mjs"
@@ -114,14 +114,14 @@
114
114
  "types": "./services/debug/index.d.ts",
115
115
  "default": "./fesm2022/xxmachina-components-services-debug.mjs"
116
116
  },
117
- "./services/graphql": {
118
- "types": "./services/graphql/index.d.ts",
119
- "default": "./fesm2022/xxmachina-components-services-graphql.mjs"
120
- },
121
117
  "./services/invoice": {
122
118
  "types": "./services/invoice/index.d.ts",
123
119
  "default": "./fesm2022/xxmachina-components-services-invoice.mjs"
124
120
  },
121
+ "./services/graphql": {
122
+ "types": "./services/graphql/index.d.ts",
123
+ "default": "./fesm2022/xxmachina-components-services-graphql.mjs"
124
+ },
125
125
  "./services/json-schema": {
126
126
  "types": "./services/json-schema/index.d.ts",
127
127
  "default": "./fesm2022/xxmachina-components-services-json-schema.mjs"
@@ -130,14 +130,14 @@
130
130
  "types": "./services/link/index.d.ts",
131
131
  "default": "./fesm2022/xxmachina-components-services-link.mjs"
132
132
  },
133
- "./services/openapi": {
134
- "types": "./services/openapi/index.d.ts",
135
- "default": "./fesm2022/xxmachina-components-services-openapi.mjs"
136
- },
137
133
  "./services/order": {
138
134
  "types": "./services/order/index.d.ts",
139
135
  "default": "./fesm2022/xxmachina-components-services-order.mjs"
140
136
  },
137
+ "./services/openapi": {
138
+ "types": "./services/openapi/index.d.ts",
139
+ "default": "./fesm2022/xxmachina-components-services-openapi.mjs"
140
+ },
141
141
  "./services/partner": {
142
142
  "types": "./services/partner/index.d.ts",
143
143
  "default": "./fesm2022/xxmachina-components-services-partner.mjs"