@acorex/platform 20.1.0 → 20.2.0-next.0

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.
Files changed (34) hide show
  1. package/auth/index.d.ts +12 -29
  2. package/fesm2022/acorex-platform-auth.mjs +103 -181
  3. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  4. package/fesm2022/acorex-platform-themes-default.mjs +14 -24
  5. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  6. package/fesm2022/{acorex-platform-themes-shared-color-chooser-view.component-ChOhTEqX.mjs → acorex-platform-themes-shared-color-chooser-column.component-EZGn900W.mjs} +6 -7
  7. package/fesm2022/acorex-platform-themes-shared-color-chooser-column.component-EZGn900W.mjs.map +1 -0
  8. package/fesm2022/acorex-platform-themes-shared-color-chooser-view.component-DTLYX00a.mjs +49 -0
  9. package/fesm2022/acorex-platform-themes-shared-color-chooser-view.component-DTLYX00a.mjs.map +1 -0
  10. package/fesm2022/{acorex-platform-themes-shared-icon-chooser-view.component-SXfawqIa.mjs → acorex-platform-themes-shared-icon-chooser-view.component-DMPET9Fu.mjs} +10 -11
  11. package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-DMPET9Fu.mjs.map +1 -0
  12. package/fesm2022/acorex-platform-themes-shared.mjs +56 -39
  13. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  14. package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-BfWr5Wz8.mjs → acorex-platform-widgets-button-widget-designer.component-BUx-nksc.mjs} +5 -5
  15. package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-BfWr5Wz8.mjs.map → acorex-platform-widgets-button-widget-designer.component-BUx-nksc.mjs.map} +1 -1
  16. package/fesm2022/{acorex-platform-widgets-file-list-popup.component-CEPrED5e.mjs → acorex-platform-widgets-file-list-popup.component-n3nuXZNq.mjs} +6 -6
  17. package/fesm2022/{acorex-platform-widgets-file-list-popup.component-CEPrED5e.mjs.map → acorex-platform-widgets-file-list-popup.component-n3nuXZNq.mjs.map} +1 -1
  18. package/fesm2022/{acorex-platform-widgets-file-rename-popup.component-DCVTwkGL.mjs → acorex-platform-widgets-file-rename-popup.component-DBRV6X7W.mjs} +8 -8
  19. package/fesm2022/{acorex-platform-widgets-file-rename-popup.component-DCVTwkGL.mjs.map → acorex-platform-widgets-file-rename-popup.component-DBRV6X7W.mjs.map} +1 -1
  20. package/fesm2022/{acorex-platform-widgets-rich-text-popup.component-ti6XgNeD.mjs → acorex-platform-widgets-rich-text-popup.component-DPuTM42n.mjs} +3 -3
  21. package/fesm2022/{acorex-platform-widgets-rich-text-popup.component-ti6XgNeD.mjs.map → acorex-platform-widgets-rich-text-popup.component-DPuTM42n.mjs.map} +1 -1
  22. package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-C-OZ-B7h.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-BH1_BkJh.mjs} +5 -5
  23. package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-C-OZ-B7h.mjs.map → acorex-platform-widgets-tabular-data-edit-popup.component-BH1_BkJh.mjs.map} +1 -1
  24. package/fesm2022/{acorex-platform-widgets-tabular-data-view-popup.component-CvPn4SJx.mjs → acorex-platform-widgets-tabular-data-view-popup.component-DCsLuXR9.mjs} +3 -3
  25. package/fesm2022/{acorex-platform-widgets-tabular-data-view-popup.component-CvPn4SJx.mjs.map → acorex-platform-widgets-tabular-data-view-popup.component-DCsLuXR9.mjs.map} +1 -1
  26. package/fesm2022/acorex-platform-widgets.mjs +216 -170
  27. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  28. package/layout/views/index.d.ts +8 -0
  29. package/package.json +1 -1
  30. package/themes/default/index.d.ts +10 -1
  31. package/themes/shared/index.d.ts +4 -0
  32. package/widgets/index.d.ts +7 -2
  33. package/fesm2022/acorex-platform-themes-shared-color-chooser-view.component-ChOhTEqX.mjs.map +0 -1
  34. package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-SXfawqIa.mjs.map +0 -1
@@ -61,6 +61,7 @@ declare class AXPPageLayoutComponent {
61
61
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
62
62
  sideMenuWidth: _angular_core.Signal<number>;
63
63
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
64
+ isPrinting: _angular_core.Signal<boolean>;
64
65
  isDarkMode: _angular_core.Signal<boolean>;
65
66
  isLightMode: _angular_core.Signal<boolean>;
66
67
  isSystemMode: _angular_core.Signal<boolean>;
@@ -102,6 +103,7 @@ declare class AXPPageLayoutComponent {
102
103
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
103
104
  sideMenuWidth: number;
104
105
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
106
+ isPrinting: boolean;
105
107
  }>;
106
108
  protected startSideDrawer: _angular_core.Signal<AXDrawerItemDirective | undefined>;
107
109
  protected workflow: AXPWorkflowService;
@@ -137,6 +139,7 @@ declare abstract class AXPPageLayoutBaseComponent {
137
139
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
138
140
  sideMenuWidth: _angular_core.Signal<number>;
139
141
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
142
+ isPrinting: _angular_core.Signal<boolean>;
140
143
  isDarkMode: _angular_core.Signal<boolean>;
141
144
  isLightMode: _angular_core.Signal<boolean>;
142
145
  isSystemMode: _angular_core.Signal<boolean>;
@@ -178,6 +181,7 @@ declare abstract class AXPPageLayoutBaseComponent {
178
181
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
179
182
  sideMenuWidth: number;
180
183
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
184
+ isPrinting: boolean;
181
185
  }>;
182
186
  protected readonly sessionService: AXPSessionService;
183
187
  protected readonly translateService: AXTranslationService;
@@ -256,6 +260,7 @@ declare class AXPPopupLayoutComponent {
256
260
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
257
261
  sideMenuWidth: _angular_core.Signal<number>;
258
262
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
263
+ isPrinting: _angular_core.Signal<boolean>;
259
264
  isDarkMode: _angular_core.Signal<boolean>;
260
265
  isLightMode: _angular_core.Signal<boolean>;
261
266
  isSystemMode: _angular_core.Signal<boolean>;
@@ -297,6 +302,7 @@ declare class AXPPopupLayoutComponent {
297
302
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
298
303
  sideMenuWidth: number;
299
304
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
305
+ isPrinting: boolean;
300
306
  }>;
301
307
  protected workflow: AXPWorkflowService;
302
308
  private checkScrollableContent;
@@ -327,6 +333,7 @@ declare abstract class AXPPopupLayoutBaseComponent extends AXBasePageComponent {
327
333
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
328
334
  sideMenuWidth: _angular_core.Signal<number>;
329
335
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
336
+ isPrinting: _angular_core.Signal<boolean>;
330
337
  isDarkMode: _angular_core.Signal<boolean>;
331
338
  isLightMode: _angular_core.Signal<boolean>;
332
339
  isSystemMode: _angular_core.Signal<boolean>;
@@ -368,6 +375,7 @@ declare abstract class AXPPopupLayoutBaseComponent extends AXBasePageComponent {
368
375
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
369
376
  sideMenuWidth: number;
370
377
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
378
+ isPrinting: boolean;
371
379
  }>;
372
380
  protected readonly sessionService: AXPSessionService;
373
381
  protected readonly translateService: AXTranslationService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "20.1.0",
3
+ "version": "20.2.0-next.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -37,6 +37,7 @@ declare class AXPEntityDetailListViewComponent {
37
37
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
38
38
  sideMenuWidth: _angular_core.Signal<number>;
39
39
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
40
+ isPrinting: _angular_core.Signal<boolean>;
40
41
  isDarkMode: _angular_core.Signal<boolean>;
41
42
  isLightMode: _angular_core.Signal<boolean>;
42
43
  isSystemMode: _angular_core.Signal<boolean>;
@@ -78,6 +79,7 @@ declare class AXPEntityDetailListViewComponent {
78
79
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
79
80
  sideMenuWidth: number;
80
81
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
82
+ isPrinting: boolean;
81
83
  }>;
82
84
  vm: AXPEntityDetailListViewModel;
83
85
  protected focusedRow: any;
@@ -125,6 +127,7 @@ declare class AXPRootLayoutHeaderComponent {
125
127
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
126
128
  sideMenuWidth: _angular_core.Signal<number>;
127
129
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
130
+ isPrinting: _angular_core.Signal<boolean>;
128
131
  isDarkMode: _angular_core.Signal<boolean>;
129
132
  isLightMode: _angular_core.Signal<boolean>;
130
133
  isSystemMode: _angular_core.Signal<boolean>;
@@ -166,6 +169,7 @@ declare class AXPRootLayoutHeaderComponent {
166
169
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
167
170
  sideMenuWidth: number;
168
171
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
172
+ isPrinting: boolean;
169
173
  }>;
170
174
  private router;
171
175
  protected logo: {
@@ -253,6 +257,7 @@ declare class AXPRootHorizontalLayoutComponent {
253
257
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
254
258
  sideMenuWidth: _angular_core.Signal<number>;
255
259
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
260
+ isPrinting: _angular_core.Signal<boolean>;
256
261
  isDarkMode: _angular_core.Signal<boolean>;
257
262
  isLightMode: _angular_core.Signal<boolean>;
258
263
  isSystemMode: _angular_core.Signal<boolean>;
@@ -294,6 +299,7 @@ declare class AXPRootHorizontalLayoutComponent {
294
299
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
295
300
  sideMenuWidth: number;
296
301
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
302
+ isPrinting: boolean;
297
303
  }>;
298
304
  protected handleCollapsedChange(value: boolean): void;
299
305
  protected handleResizingEnded(e: AXValueChangedEvent<number>): void;
@@ -336,6 +342,7 @@ declare class AXPRootVerticalLayoutComponent {
336
342
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
337
343
  sideMenuWidth: _angular_core.Signal<number>;
338
344
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
345
+ isPrinting: _angular_core.Signal<boolean>;
339
346
  isDarkMode: _angular_core.Signal<boolean>;
340
347
  isLightMode: _angular_core.Signal<boolean>;
341
348
  isSystemMode: _angular_core.Signal<boolean>;
@@ -377,6 +384,7 @@ declare class AXPRootVerticalLayoutComponent {
377
384
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
378
385
  sideMenuWidth: number;
379
386
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
387
+ isPrinting: boolean;
380
388
  }>;
381
389
  protected router: Router;
382
390
  constructor();
@@ -404,6 +412,7 @@ declare class AXPRootLayoutComponent {
404
412
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
405
413
  sideMenuWidth: _angular_core.Signal<number>;
406
414
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
415
+ isPrinting: _angular_core.Signal<boolean>;
407
416
  isDarkMode: _angular_core.Signal<boolean>;
408
417
  isLightMode: _angular_core.Signal<boolean>;
409
418
  isSystemMode: _angular_core.Signal<boolean>;
@@ -445,6 +454,7 @@ declare class AXPRootLayoutComponent {
445
454
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
446
455
  sideMenuWidth: number;
447
456
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
457
+ isPrinting: boolean;
448
458
  }>;
449
459
  protected menuStore: {
450
460
  items: _angular_core.Signal<_acorex_platform_common.AXPMenuItem[]>;
@@ -468,7 +478,6 @@ declare class AXPRootLayoutComponent {
468
478
  private sessionService;
469
479
  private unsubscriber;
470
480
  private workflowService;
471
- private contextStore;
472
481
  ngOnInit(): void;
473
482
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPRootLayoutComponent, never>;
474
483
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPRootLayoutComponent, "ng-component", never, {}, {}, never, never, true, never>;
@@ -64,6 +64,7 @@ declare class AXPThemeSlotComponent {
64
64
  sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
65
65
  sideMenuWidth: _angular_core.Signal<number>;
66
66
  menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
67
+ isPrinting: _angular_core.Signal<boolean>;
67
68
  isDarkMode: _angular_core.Signal<boolean>;
68
69
  isLightMode: _angular_core.Signal<boolean>;
69
70
  isSystemMode: _angular_core.Signal<boolean>;
@@ -105,6 +106,7 @@ declare class AXPThemeSlotComponent {
105
106
  sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
106
107
  sideMenuWidth: number;
107
108
  menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
109
+ isPrinting: boolean;
108
110
  }>;
109
111
  protected variants: typeof AXPThemeMode;
110
112
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPThemeSlotComponent, never>;
@@ -137,6 +139,7 @@ declare const AXPLayoutThemeService: _angular_core.Type<{
137
139
  sideMenuState: _angular_core.Signal<AXPSideMenuState>;
138
140
  sideMenuWidth: _angular_core.Signal<number>;
139
141
  menuOrientation: _angular_core.Signal<AXPMenuOrientation>;
142
+ isPrinting: _angular_core.Signal<boolean>;
140
143
  isDarkMode: _angular_core.Signal<boolean>;
141
144
  isLightMode: _angular_core.Signal<boolean>;
142
145
  isSystemMode: _angular_core.Signal<boolean>;
@@ -178,6 +181,7 @@ declare const AXPLayoutThemeService: _angular_core.Type<{
178
181
  sideMenuState: AXPSideMenuState;
179
182
  sideMenuWidth: number;
180
183
  menuOrientation: AXPMenuOrientation;
184
+ isPrinting: boolean;
181
185
  }>>;
182
186
 
183
187
  declare enum AXPThemeLayoutSetting {
@@ -1251,9 +1251,10 @@ declare class AXPImageMarkerPopupComponent extends AXBasePageComponent {
1251
1251
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPImageMarkerPopupComponent, "ng-component", never, {}, {}, never, never, true, never>;
1252
1252
  }
1253
1253
 
1254
- declare class AXPImageMarkerWidgetColumnComponent extends AXPColumnWidgetComponent implements OnDestroy {
1254
+ declare class AXPImageMarkerWidgetColumnComponent extends AXPColumnWidgetComponent<AXPImageMarkerWidgetPoint[]> implements OnDestroy {
1255
1255
  private popupService;
1256
1256
  private rawImage;
1257
+ private rawPoints;
1257
1258
  imageUrl: _angular_core.WritableSignal<string | null>;
1258
1259
  constructor();
1259
1260
  showPopup(): void;
@@ -1263,6 +1264,7 @@ declare class AXPImageMarkerWidgetColumnComponent extends AXPColumnWidgetCompone
1263
1264
  }
1264
1265
 
1265
1266
  declare class AXPImageMarkerWidgetEditComponent extends AXPValueWidgetComponent<AXPImageMarkerWidgetPoint[]> implements OnDestroy {
1267
+ protected isImageLoaded: _angular_core.WritableSignal<boolean>;
1266
1268
  imageRef: _angular_core.Signal<ElementRef<HTMLImageElement>>;
1267
1269
  width: _angular_core.Signal<string>;
1268
1270
  radius: _angular_core.Signal<number>;
@@ -1279,6 +1281,7 @@ declare class AXPImageMarkerWidgetEditComponent extends AXPValueWidgetComponent<
1279
1281
  private rawImage;
1280
1282
  imageUrl: _angular_core.WritableSignal<string | null>;
1281
1283
  constructor();
1284
+ handleImageLoad(event: Event): void;
1282
1285
  addPoint(event: PointerEvent): void;
1283
1286
  removePoint(index: number, event: PointerEvent): void;
1284
1287
  ngOnDestroy(): void;
@@ -1292,8 +1295,10 @@ declare class AXPImageMarkerWidgetViewComponent extends AXPValueWidgetComponent<
1292
1295
  color: _angular_core.Signal<string>;
1293
1296
  points: _angular_core.Signal<AXPImageMarkerWidgetPoint[]>;
1294
1297
  private rawImage;
1295
- imageUrl: _angular_core.WritableSignal<string | null>;
1298
+ protected imageUrl: _angular_core.WritableSignal<string | null>;
1299
+ protected isImageLoaded: _angular_core.WritableSignal<boolean>;
1296
1300
  constructor();
1301
+ handleImageLoad(event: Event): void;
1297
1302
  ngOnDestroy(): void;
1298
1303
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPImageMarkerWidgetViewComponent, never>;
1299
1304
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPImageMarkerWidgetViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
@@ -1 +0,0 @@
1
- {"version":3,"file":"acorex-platform-themes-shared-color-chooser-view.component-ChOhTEqX.mjs","sources":["../tmp-esm2022/themes/shared/lib/widgets/color-chooser/color-chooser-view.component.js"],"sourcesContent":["import { AXPColumnWidgetComponent } from '@acorex/platform/layout/builder';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, computed } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nexport class AXPColorChooserViewComponent extends AXPColumnWidgetComponent {\n constructor() {\n super(...arguments);\n this.title = computed(() => this.rawValue?.title || '', ...(ngDevMode ? [{ debugName: \"title\" }] : []));\n this.background = computed(() => this.rawValue?.background || '', ...(ngDevMode ? [{ debugName: \"background\" }] : []));\n this.color = computed(() => this.rawValue?.color || '', ...(ngDevMode ? [{ debugName: \"color\" }] : []));\n this.border = computed(() => this.rawValue?.border || '', ...(ngDevMode ? [{ debugName: \"border\" }] : []));\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXPColorChooserViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.3\", type: AXPColorChooserViewComponent, isStandalone: true, selector: \"ax-color-chooser-column\", inputs: { rawValue: \"rawValue\" }, usesInheritance: true, ngImport: i0, template: `\n <div class=\"ax-flex ax-items-center ax-gap-2\">\n <div\n class=\"ax-w-6 ax-h-6 ax-rounded-md ax-flex ax-items-center ax-justify-center\"\n [ngClass]=\"[background(), border()]\"\n >\n <span [ngClass]=\"color()\">Aa</span>\n </div>\n <span>{{ title() }}</span>\n </div>\n `, isInline: true, dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"directive\", type: i1.NgClass, selector: \"[ngClass]\", inputs: [\"class\", \"ngClass\"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXPColorChooserViewComponent, decorators: [{\n type: Component,\n args: [{\n selector: 'ax-color-chooser-column',\n template: `\n <div class=\"ax-flex ax-items-center ax-gap-2\">\n <div\n class=\"ax-w-6 ax-h-6 ax-rounded-md ax-flex ax-items-center ax-justify-center\"\n [ngClass]=\"[background(), border()]\"\n >\n <span [ngClass]=\"color()\">Aa</span>\n </div>\n <span>{{ title() }}</span>\n </div>\n `,\n imports: [CommonModule],\n inputs: ['rawValue'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3ItY2hvb3Nlci12aWV3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcGxhdGZvcm0vdGhlbWVzL3NoYXJlZC9zcmMvbGliL3dpZGdldHMvY29sb3ItY2hvb3Nlci9jb2xvci1jaG9vc2VyLXZpZXcuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBcUI3RSxNQUFNLE9BQU8sNEJBQTZCLFNBQVEsd0JBQWtDO0lBbEJwRjs7UUFtQkUsVUFBSyxHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLEtBQUssSUFBSSxFQUFFLGlEQUFDLENBQUM7UUFDbkQsZUFBVSxHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLFVBQVUsSUFBSSxFQUFFLHNEQUFDLENBQUM7UUFDN0QsVUFBSyxHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLEtBQUssSUFBSSxFQUFFLGlEQUFDLENBQUM7UUFDbkQsV0FBTSxHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLE1BQU0sSUFBSSxFQUFFLGtEQUFDLENBQUM7S0FDdEQ7OEdBTFksNEJBQTRCO2tHQUE1Qiw0QkFBNEIsNElBaEI3Qjs7Ozs7Ozs7OztHQVVULDJEQUNTLFlBQVk7OzJGQUtYLDRCQUE0QjtrQkFsQnhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsUUFBUSxFQUFFOzs7Ozs7Ozs7O0dBVVQ7b0JBQ0QsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixNQUFNLEVBQUUsQ0FBQyxVQUFVLENBQUM7b0JBQ3BCLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBWFBDb2x1bW5XaWRnZXRDb21wb25lbnQgfSBmcm9tICdAYWNvcmV4L3BsYXRmb3JtL2xheW91dC9idWlsZGVyJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBjb21wdXRlZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQVhQQ29sb3IgfSBmcm9tICcuL2NvbG9yLWNob29zZXIuc2VydmljZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2F4LWNvbG9yLWNob29zZXItY29sdW1uJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwiYXgtZmxleCBheC1pdGVtcy1jZW50ZXIgYXgtZ2FwLTJcIj5cbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJheC13LTYgYXgtaC02IGF4LXJvdW5kZWQtbWQgYXgtZmxleCBheC1pdGVtcy1jZW50ZXIgYXgtanVzdGlmeS1jZW50ZXJcIlxuICAgICAgICBbbmdDbGFzc109XCJbYmFja2dyb3VuZCgpLCBib3JkZXIoKV1cIlxuICAgICAgPlxuICAgICAgICA8c3BhbiBbbmdDbGFzc109XCJjb2xvcigpXCI+QWE8L3NwYW4+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxzcGFuPnt7IHRpdGxlKCkgfX08L3NwYW4+XG4gICAgPC9kaXY+XG4gIGAsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBpbnB1dHM6IFsncmF3VmFsdWUnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIEFYUENvbG9yQ2hvb3NlclZpZXdDb21wb25lbnQgZXh0ZW5kcyBBWFBDb2x1bW5XaWRnZXRDb21wb25lbnQ8QVhQQ29sb3I+IHtcbiAgdGl0bGUgPSBjb21wdXRlZCgoKSA9PiB0aGlzLnJhd1ZhbHVlPy50aXRsZSB8fCAnJyk7XG4gIGJhY2tncm91bmQgPSBjb21wdXRlZCgoKSA9PiB0aGlzLnJhd1ZhbHVlPy5iYWNrZ3JvdW5kIHx8ICcnKTtcbiAgY29sb3IgPSBjb21wdXRlZCgoKSA9PiB0aGlzLnJhd1ZhbHVlPy5jb2xvciB8fCAnJyk7XG4gIGJvcmRlciA9IGNvbXB1dGVkKCgpID0+IHRoaXMucmF3VmFsdWU/LmJvcmRlciB8fCAnJyk7XG59XG4iXX0="],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"acorex-platform-themes-shared-icon-chooser-view.component-SXfawqIa.mjs","sources":["../tmp-esm2022/themes/shared/lib/widgets/icon-chooser/icon-chooser-view.component.js"],"sourcesContent":["import { AXPColumnWidgetComponent } from '@acorex/platform/layout/builder';\nimport { ChangeDetectionStrategy, Component, computed } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class AXPIconChooserViewComponent extends AXPColumnWidgetComponent {\n constructor() {\n super(...arguments);\n this.title = computed(() => {\n const value = this.rawValue;\n if (value) {\n return value.label;\n }\n return '';\n }, ...(ngDevMode ? [{ debugName: \"title\" }] : []));\n this.icon = computed(() => {\n const value = this.rawValue;\n if (value) {\n return `${value.styleClass} ${value.iconClass}`;\n }\n return '';\n }, ...(ngDevMode ? [{ debugName: \"icon\" }] : []));\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXPIconChooserViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.3\", type: AXPIconChooserViewComponent, isStandalone: true, selector: \"ax-icon-chooser-column\", inputs: { rawValue: \"rawValue\" }, usesInheritance: true, ngImport: i0, template: `\n <div class=\"ax-flex ax-items-center ax-gap-2\">\n <i [class]=\"icon()\"></i>\n <span>{{ title() }}</span>\n </div>\n `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.3\", ngImport: i0, type: AXPIconChooserViewComponent, decorators: [{\n type: Component,\n args: [{\n selector: 'ax-icon-chooser-column',\n template: `\n <div class=\"ax-flex ax-items-center ax-gap-2\">\n <i [class]=\"icon()\"></i>\n <span>{{ title() }}</span>\n </div>\n `,\n inputs: ['rawValue'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: true,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi1jaG9vc2VyLXZpZXcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wbGF0Zm9ybS90aGVtZXMvc2hhcmVkL3NyYy9saWIvd2lkZ2V0cy9pY29uLWNob29zZXIvaWNvbi1jaG9vc2VyLXZpZXcuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQWU3RSxNQUFNLE9BQU8sMkJBQTRCLFNBQVEsd0JBQWdEO0lBWmpHOztRQWFFLFVBQUssR0FBRyxRQUFRLENBQUMsR0FBRyxFQUFFO1lBQ3BCLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUM7WUFDNUIsSUFBSSxLQUFLLEVBQUUsQ0FBQztnQkFDVixPQUFPLEtBQUssQ0FBQyxLQUFLLENBQUM7WUFDckIsQ0FBQztZQUNELE9BQU8sRUFBRSxDQUFDO1FBQ1osQ0FBQyxpREFBQyxDQUFDO1FBRUgsU0FBSSxHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUU7WUFDbkIsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQztZQUM1QixJQUFJLEtBQUssRUFBRSxDQUFDO2dCQUNWLE9BQU8sR0FBRyxLQUFLLENBQUMsVUFBVSxJQUFJLEtBQUssQ0FBQyxTQUFTLEVBQUUsQ0FBQztZQUNsRCxDQUFDO1lBQ0QsT0FBTyxFQUFFLENBQUM7UUFDWixDQUFDLGdEQUFDLENBQUM7S0FDSjs4R0FoQlksMkJBQTJCO2tHQUEzQiwyQkFBMkIsMklBVjVCOzs7OztHQUtUOzsyRkFLVSwyQkFBMkI7a0JBWnZDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHdCQUF3QjtvQkFDbEMsUUFBUSxFQUFFOzs7OztHQUtUO29CQUNELE1BQU0sRUFBRSxDQUFDLFVBQVUsQ0FBQztvQkFDcEIsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFYUENvbHVtbldpZGdldENvbXBvbmVudCB9IGZyb20gJ0BhY29yZXgvcGxhdGZvcm0vbGF5b3V0L2J1aWxkZXInO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgY29tcHV0ZWQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFYUEZvbnRBd2Vzb21lSWNvbkRhdGEgfSBmcm9tICcuL2ljb24tY2hvb3Nlci5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXgtaWNvbi1jaG9vc2VyLWNvbHVtbicsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGRpdiBjbGFzcz1cImF4LWZsZXggYXgtaXRlbXMtY2VudGVyIGF4LWdhcC0yXCI+XG4gICAgICA8aSBbY2xhc3NdPVwiaWNvbigpXCI+PC9pPlxuICAgICAgPHNwYW4+e3sgdGl0bGUoKSB9fTwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgYCxcbiAgaW5wdXRzOiBbJ3Jhd1ZhbHVlJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBBWFBJY29uQ2hvb3NlclZpZXdDb21wb25lbnQgZXh0ZW5kcyBBWFBDb2x1bW5XaWRnZXRDb21wb25lbnQ8QVhQRm9udEF3ZXNvbWVJY29uRGF0YT4ge1xuICB0aXRsZSA9IGNvbXB1dGVkKCgpID0+IHtcbiAgICBjb25zdCB2YWx1ZSA9IHRoaXMucmF3VmFsdWU7XG4gICAgaWYgKHZhbHVlKSB7XG4gICAgICByZXR1cm4gdmFsdWUubGFiZWw7XG4gICAgfVxuICAgIHJldHVybiAnJztcbiAgfSk7XG5cbiAgaWNvbiA9IGNvbXB1dGVkKCgpID0+IHtcbiAgICBjb25zdCB2YWx1ZSA9IHRoaXMucmF3VmFsdWU7XG4gICAgaWYgKHZhbHVlKSB7XG4gICAgICByZXR1cm4gYCR7dmFsdWUuc3R5bGVDbGFzc30gJHt2YWx1ZS5pY29uQ2xhc3N9YDtcbiAgICB9XG4gICAgcmV0dXJuICcnO1xuICB9KTtcbn1cbiJdfQ=="],"names":[],"mappings":";;;;AAGO,MAAM,2BAA2B,SAAS,wBAAwB,CAAC;AAC1E,IAAI,WAAW,GAAG;AAClB,QAAQ,KAAK,CAAC,GAAG,SAAS,CAAC;AAC3B,QAAQ,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,MAAM;AACpC,YAAY,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ;AACvC,YAAY,IAAI,KAAK,EAAE;AACvB,gBAAgB,OAAO,KAAK,CAAC,KAAK;AAClC;AACA,YAAY,OAAO,EAAE;AACrB,SAAS,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAC1D,QAAQ,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC,MAAM;AACnC,YAAY,MAAM,KAAK,GAAG,IAAI,CAAC,QAAQ;AACvC,YAAY,IAAI,KAAK,EAAE;AACvB,gBAAgB,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;AAC/D;AACA,YAAY,OAAO,EAAE;AACrB,SAAS,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACzD;AACA,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC/L,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,2BAA2B,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,wBAAwB,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,eAAe,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE;AACxQ;AACA;AACA;AACA;AACA,EAAE,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,CAAC,uBAAuB,CAAC,MAAM,EAAE,CAAC,CAAC;AAC3E;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,UAAU,EAAE,CAAC;AACrI,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,QAAQ,EAAE,wBAAwB;AACtD,oBAAoB,QAAQ,EAAE;AAC9B;AACA;AACA;AACA;AACA,EAAE,CAAC;AACH,oBAAoB,MAAM,EAAE,CAAC,UAAU,CAAC;AACxC,oBAAoB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AACnE,oBAAoB,UAAU,EAAE,IAAI;AACpC,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;;;"}