@ui5/webcomponents-ngx 0.3.2-rc.2 → 0.3.2

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 (135) hide show
  1. package/esm2022/fiori/dynamic-side-content/index.mjs +4 -2
  2. package/esm2022/fiori/navigation-layout/index.mjs +6 -9
  3. package/esm2022/fiori/ui5-fiori.module.mjs +13 -1
  4. package/esm2022/fiori/upload-collection/index.mjs +3 -4
  5. package/esm2022/fiori/user-menu/index.mjs +78 -0
  6. package/esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs +5 -0
  7. package/esm2022/fiori/user-menu-account/index.mjs +51 -0
  8. package/esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +5 -0
  9. package/esm2022/fiori/user-menu-item/index.mjs +76 -0
  10. package/esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +5 -0
  11. package/esm2022/index.mjs +6 -1
  12. package/esm2022/main/button/index.mjs +4 -2
  13. package/esm2022/main/card-header/index.mjs +1 -1
  14. package/esm2022/main/carousel/index.mjs +1 -1
  15. package/esm2022/main/color-picker/index.mjs +9 -6
  16. package/esm2022/main/combo-box-item-group/index.mjs +7 -5
  17. package/esm2022/main/date-picker/index.mjs +1 -1
  18. package/esm2022/main/date-range-picker/index.mjs +1 -1
  19. package/esm2022/main/date-time-picker/index.mjs +1 -1
  20. package/esm2022/main/dialog/index.mjs +1 -1
  21. package/esm2022/main/expandable-text/index.mjs +34 -0
  22. package/esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs +5 -0
  23. package/esm2022/main/form/index.mjs +4 -4
  24. package/esm2022/main/link/index.mjs +4 -2
  25. package/esm2022/main/list/index.mjs +6 -2
  26. package/esm2022/main/multi-combo-box-item-group/index.mjs +7 -5
  27. package/esm2022/main/radio-button/index.mjs +1 -1
  28. package/esm2022/main/rating-indicator/index.mjs +4 -2
  29. package/esm2022/main/split-button/index.mjs +1 -1
  30. package/esm2022/main/step-input/index.mjs +8 -4
  31. package/esm2022/main/table/index.mjs +8 -4
  32. package/esm2022/main/table-header-cell/index.mjs +1 -1
  33. package/esm2022/main/table-row/index.mjs +7 -4
  34. package/esm2022/main/table-virtualizer/index.mjs +36 -0
  35. package/esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs +5 -0
  36. package/esm2022/main/toggle-button/index.mjs +4 -2
  37. package/esm2022/main/tokenizer/index.mjs +24 -4
  38. package/esm2022/main/tree/index.mjs +6 -2
  39. package/esm2022/main/ui5-main.module.mjs +9 -1
  40. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +3 -1
  41. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
  42. package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs +5 -8
  43. package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs.map +1 -1
  44. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +2 -3
  45. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
  46. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +57 -0
  47. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -0
  48. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +82 -0
  49. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -0
  50. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +84 -0
  51. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -0
  52. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +12 -0
  53. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  54. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +3 -1
  55. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
  56. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
  57. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
  58. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +8 -5
  59. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
  60. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +6 -4
  61. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -1
  62. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
  63. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
  64. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
  65. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
  66. package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs +40 -0
  67. package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs.map +1 -0
  68. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +3 -3
  69. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -1
  70. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +3 -1
  71. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
  72. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +5 -1
  73. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
  74. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs +6 -4
  75. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs.map +1 -1
  76. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
  77. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +3 -1
  78. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
  79. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
  80. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +7 -3
  81. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
  82. package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -1
  83. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs +6 -3
  84. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
  85. package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs +42 -0
  86. package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs.map +1 -0
  87. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +7 -3
  88. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
  89. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +3 -1
  90. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
  91. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +23 -3
  92. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -1
  93. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +5 -1
  94. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
  95. package/fesm2022/ui5-webcomponents-ngx-main.mjs +8 -0
  96. package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
  97. package/fesm2022/ui5-webcomponents-ngx.mjs +5 -0
  98. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  99. package/fiori/dynamic-side-content/index.d.ts +11 -2
  100. package/fiori/navigation-layout/index.d.ts +3 -4
  101. package/fiori/ui5-fiori.module.d.ts +7 -4
  102. package/fiori/upload-collection/index.d.ts +1 -5
  103. package/fiori/user-menu/index.d.ts +72 -0
  104. package/fiori/user-menu-account/index.d.ts +38 -0
  105. package/fiori/user-menu-item/index.d.ts +101 -0
  106. package/index.d.ts +5 -0
  107. package/main/button/index.d.ts +5 -1
  108. package/main/card-header/index.d.ts +1 -1
  109. package/main/carousel/index.d.ts +0 -2
  110. package/main/color-picker/index.d.ts +6 -1
  111. package/main/combo-box-item-group/index.d.ts +20 -2
  112. package/main/date-picker/index.d.ts +2 -2
  113. package/main/date-range-picker/index.d.ts +2 -2
  114. package/main/date-time-picker/index.d.ts +2 -2
  115. package/main/dialog/index.d.ts +3 -3
  116. package/main/expandable-text/index.d.ts +29 -0
  117. package/main/form/index.d.ts +13 -2
  118. package/main/link/index.d.ts +5 -1
  119. package/main/list/index.d.ts +10 -2
  120. package/main/multi-combo-box-item-group/index.d.ts +20 -2
  121. package/main/radio-button/index.d.ts +5 -2
  122. package/main/rating-indicator/index.d.ts +5 -1
  123. package/main/split-button/index.d.ts +1 -1
  124. package/main/step-input/index.d.ts +5 -1
  125. package/main/table/index.d.ts +22 -2
  126. package/main/table-header-cell/index.d.ts +4 -2
  127. package/main/table-row/index.d.ts +10 -1
  128. package/main/table-virtualizer/index.d.ts +36 -0
  129. package/main/toggle-button/index.d.ts +5 -1
  130. package/main/tokenizer/index.d.ts +15 -1
  131. package/main/tree/index.d.ts +9 -1
  132. package/main/ui5-main.module.d.ts +71 -69
  133. package/package.json +32 -2
  134. package/ui5-webcomponents-ngx-0.3.2.tgz +0 -0
  135. package/ui5-webcomponents-ngx-0.3.2-rc.2.tgz +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-card-header.mjs","sources":["../../../../libs/ui5-angular/main/card-header/index.ts","../../../../libs/ui5-angular/main/card-header/ui5-webcomponents-ngx-main-card-header.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/CardHeader.js';\nimport CardHeader from '@ui5/webcomponents/dist/CardHeader.js';\n@ProxyInputs(['titleText', 'subtitleText', 'additionalText', 'interactive'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-card-header',\n template: '<ng-content></ng-content>',\n inputs: ['titleText', 'subtitleText', 'additionalText', 'interactive'],\n outputs: ['ui5Click'],\n exportAs: 'ui5CardHeader',\n})\nclass CardHeaderComponent {\n /**\n Defines the title text.\n */\n titleText!: string | undefined;\n /**\n Defines the subtitle text.\n */\n subtitleText!: string | undefined;\n /**\n Defines the additional text.\n */\n additionalText!: string | undefined;\n /**\n Defines if the component would be interactive,\ne.g gets hover effect, gets focus outline and `click` event is fired, when pressed.\n */\n @InputDecorator({ transform: booleanAttribute })\n interactive!: boolean;\n\n /**\n Fired when the component is activated by mouse/tap or by using the Enter or Space key.\n\n**Note:** The event would be fired only if the `interactive` property is set to true.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<CardHeader> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): CardHeader {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { CardHeaderComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuBM,IAAA,mBAAmB,GAVzB,MAUM,mBAAmB,CAAA;AA+BvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC;AACvD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GApCf,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAnB,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,WAAA,EAAA,CAAA,aAAA,EAAA,aAAA,EAiBM,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAtBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,mBAAmB,GAAA,UAAA,CAAA;IAVxB,WAAW,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAC;AAC3E,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,mBAAmB,CAsCxB;2FAtCK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBARxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,CAAC;oBACtE,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA;wDAmBC,WAAW,EAAA,CAAA;sBADVA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxCjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-card-header.mjs","sources":["../../../../libs/ui5-angular/main/card-header/index.ts","../../../../libs/ui5-angular/main/card-header/ui5-webcomponents-ngx-main-card-header.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/CardHeader.js';\nimport CardHeader from '@ui5/webcomponents/dist/CardHeader.js';\n@ProxyInputs(['titleText', 'subtitleText', 'additionalText', 'interactive'])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-card-header',\n template: '<ng-content></ng-content>',\n inputs: ['titleText', 'subtitleText', 'additionalText', 'interactive'],\n outputs: ['ui5Click'],\n exportAs: 'ui5CardHeader',\n})\nclass CardHeaderComponent {\n /**\n Defines the title text.\n */\n titleText!: string | undefined;\n /**\n Defines the subtitle text.\n */\n subtitleText!: string | undefined;\n /**\n Defines the additional text.\n */\n additionalText!: string | undefined;\n /**\n Defines if the component would be interactive,\ne.g gets hover effect and `click` event is fired, when pressed.\n */\n @InputDecorator({ transform: booleanAttribute })\n interactive!: boolean;\n\n /**\n Fired when the component is activated by mouse/tap or by using the Enter or Space key.\n\n**Note:** The event would be fired only if the `interactive` property is set to true.\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<CardHeader> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): CardHeader {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { CardHeaderComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuBM,IAAA,mBAAmB,GAVzB,MAUM,mBAAmB,CAAA;AA+BvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC;AACvD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GApCf,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAnB,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,WAAA,EAAA,CAAA,aAAA,EAAA,aAAA,EAiBM,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,eAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAtBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,mBAAmB,GAAA,UAAA,CAAA;IAVxB,WAAW,CAAC,CAAC,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,CAAC,CAAC;AAC3E,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAS5B,CAAA,EAAA,mBAAmB,CAsCxB;2FAtCK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBARxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,gBAAgB,EAAE,aAAa,CAAC;oBACtE,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA;wDAmBC,WAAW,EAAA,CAAA;sBADVA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACxCjD;;AAEG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-carousel.mjs","sources":["../../../../libs/ui5-angular/main/carousel/index.ts","../../../../libs/ui5-angular/main/carousel/ui5-webcomponents-ngx-main-carousel.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Carousel.js';\nimport {\n default as Carousel,\n CarouselNavigateEventDetail,\n} from '@ui5/webcomponents/dist/Carousel.js';\n@ProxyInputs([\n 'accessibleName',\n 'accessibleNameRef',\n 'cyclic',\n 'itemsPerPage',\n 'hideNavigationArrows',\n 'hidePageIndicator',\n 'pageIndicatorType',\n 'backgroundDesign',\n 'pageIndicatorBackgroundDesign',\n 'pageIndicatorBorderDesign',\n 'arrowsPlacement',\n])\n@ProxyOutputs(['navigate: ui5Navigate'])\n@Component({\n standalone: true,\n selector: 'ui5-carousel',\n template: '<ng-content></ng-content>',\n inputs: [\n 'accessibleName',\n 'accessibleNameRef',\n 'cyclic',\n 'itemsPerPage',\n 'hideNavigationArrows',\n 'hidePageIndicator',\n 'pageIndicatorType',\n 'backgroundDesign',\n 'pageIndicatorBackgroundDesign',\n 'pageIndicatorBorderDesign',\n 'arrowsPlacement',\n ],\n outputs: ['ui5Navigate'],\n exportAs: 'ui5Carousel',\n})\nclass CarouselComponent {\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the input.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines whether the carousel should loop, i.e show the first page after the last page is reached and vice versa.\n */\n @InputDecorator({ transform: booleanAttribute })\n cyclic!: boolean;\n /**\n Defines the number of items per page depending on the carousel width.\n\n- 'S' for screens smaller than 600 pixels.\n- 'M' for screens greater than or equal to 600 pixels and smaller than 1024 pixels.\n- 'L' for screens greater than or equal to 1024 pixels and smaller than 1440 pixels.\n- 'XL' for screens greater than or equal to 1440 pixels.\n\nOne item per page is shown by default.\n */\n itemsPerPage!: string;\n /**\n Defines the visibility of the navigation arrows.\nIf set to true the navigation arrows will be hidden.\n\n**Note:** The navigation arrows are always displayed on touch devices.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideNavigationArrows!: boolean;\n /**\n Defines the visibility of the page indicator.\nIf set to true the page indicator will be hidden.\n */\n @InputDecorator({ transform: booleanAttribute })\n hidePageIndicator!: boolean;\n /**\n Defines the style of the page indicator.\nAvailable options are:\n\n- `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)\n- `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)\n */\n pageIndicatorType!: 'Default' | 'Numeric';\n /**\n Defines the carousel's background design.\n */\n backgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n /**\n Defines the page indicator background design.\n */\n pageIndicatorBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n /**\n Defines the page indicator border design.\n */\n pageIndicatorBorderDesign!: 'Solid' | 'None';\n /**\n Defines the position of arrows.\n\nAvailable options are:\n\n- `Content` - the arrows are placed on the sides of the current page.\n- `Navigation` - the arrows are placed on the sides of the page indicator.\n */\n arrowsPlacement!: 'Content' | 'Navigation';\n\n /**\n Fired whenever the page changes due to user interaction,\nwhen the user clicks on the navigation arrows or while resizing,\nbased on the `items-per-page` property.\n */\n ui5Navigate!: EventEmitter<CarouselNavigateEventDetail>;\n\n private elementRef: ElementRef<Carousel> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Carousel {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { CarouselComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAkDM,IAAA,iBAAiB,GAlCvB,MAkCM,iBAAiB,CAAA;AAgFrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC;AACrD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GArFf,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,iKAYQ,gBAAgB,CAAA,EAAA,YAAA,EAAA,cAAA,EAAA,oBAAA,EAAA,CAAA,sBAAA,EAAA,sBAAA,EAmBhB,gBAAgB,CAMhB,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAAA,gBAAgB,2UAtDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAiBjC,iBAAiB,GAAA,UAAA,CAAA;AAlCtB,IAAA,WAAW,CAAC;QACX,gBAAgB;QAChB,mBAAmB;QACnB,QAAQ;QACR,cAAc;QACd,sBAAsB;QACtB,mBAAmB;QACnB,mBAAmB;QACnB,kBAAkB;QAClB,+BAA+B;QAC/B,2BAA2B;QAC3B,iBAAiB;KAClB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,uBAAuB,CAAC,CAAC;;AAqBlC,CAAA,EAAA,iBAAiB,CAuFtB;2FAvFK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBApBtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,gBAAgB;wBAChB,mBAAmB;wBACnB,QAAQ;wBACR,cAAc;wBACd,sBAAsB;wBACtB,mBAAmB;wBACnB,mBAAmB;wBACnB,kBAAkB;wBAClB,+BAA+B;wBAC/B,2BAA2B;wBAC3B,iBAAiB;AAClB,qBAAA;oBACD,OAAO,EAAE,CAAC,aAAa,CAAC;AACxB,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA;wDAcC,MAAM,EAAA,CAAA;sBADLA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAoB/C,oBAAoB,EAAA,CAAA;sBADnBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAO/C,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACvFjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-carousel.mjs","sources":["../../../../libs/ui5-angular/main/carousel/index.ts","../../../../libs/ui5-angular/main/carousel/ui5-webcomponents-ngx-main-carousel.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Carousel.js';\nimport {\n default as Carousel,\n CarouselNavigateEventDetail,\n} from '@ui5/webcomponents/dist/Carousel.js';\n@ProxyInputs([\n 'accessibleName',\n 'accessibleNameRef',\n 'cyclic',\n 'itemsPerPage',\n 'hideNavigationArrows',\n 'hidePageIndicator',\n 'pageIndicatorType',\n 'backgroundDesign',\n 'pageIndicatorBackgroundDesign',\n 'pageIndicatorBorderDesign',\n 'arrowsPlacement',\n])\n@ProxyOutputs(['navigate: ui5Navigate'])\n@Component({\n standalone: true,\n selector: 'ui5-carousel',\n template: '<ng-content></ng-content>',\n inputs: [\n 'accessibleName',\n 'accessibleNameRef',\n 'cyclic',\n 'itemsPerPage',\n 'hideNavigationArrows',\n 'hidePageIndicator',\n 'pageIndicatorType',\n 'backgroundDesign',\n 'pageIndicatorBackgroundDesign',\n 'pageIndicatorBorderDesign',\n 'arrowsPlacement',\n ],\n outputs: ['ui5Navigate'],\n exportAs: 'ui5Carousel',\n})\nclass CarouselComponent {\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the input.\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines whether the carousel should loop, i.e show the first page after the last page is reached and vice versa.\n */\n @InputDecorator({ transform: booleanAttribute })\n cyclic!: boolean;\n /**\n Defines the number of items per page depending on the carousel width.\n\n- 'S' for screens smaller than 600 pixels.\n- 'M' for screens greater than or equal to 600 pixels and smaller than 1024 pixels.\n- 'L' for screens greater than or equal to 1024 pixels and smaller than 1440 pixels.\n- 'XL' for screens greater than or equal to 1440 pixels.\n\nOne item per page is shown by default.\n */\n itemsPerPage!: string;\n /**\n Defines the visibility of the navigation arrows.\nIf set to true the navigation arrows will be hidden.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideNavigationArrows!: boolean;\n /**\n Defines the visibility of the page indicator.\nIf set to true the page indicator will be hidden.\n */\n @InputDecorator({ transform: booleanAttribute })\n hidePageIndicator!: boolean;\n /**\n Defines the style of the page indicator.\nAvailable options are:\n\n- `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)\n- `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)\n */\n pageIndicatorType!: 'Default' | 'Numeric';\n /**\n Defines the carousel's background design.\n */\n backgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n /**\n Defines the page indicator background design.\n */\n pageIndicatorBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n /**\n Defines the page indicator border design.\n */\n pageIndicatorBorderDesign!: 'Solid' | 'None';\n /**\n Defines the position of arrows.\n\nAvailable options are:\n\n- `Content` - the arrows are placed on the sides of the current page.\n- `Navigation` - the arrows are placed on the sides of the page indicator.\n */\n arrowsPlacement!: 'Content' | 'Navigation';\n\n /**\n Fired whenever the page changes due to user interaction,\nwhen the user clicks on the navigation arrows or while resizing,\nbased on the `items-per-page` property.\n */\n ui5Navigate!: EventEmitter<CarouselNavigateEventDetail>;\n\n private elementRef: ElementRef<Carousel> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Carousel {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { CarouselComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAkDM,IAAA,iBAAiB,GAlCvB,MAkCM,iBAAiB,CAAA;AA8ErB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC;AACrD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAnFf,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,iKAYQ,gBAAgB,CAAA,EAAA,YAAA,EAAA,cAAA,EAAA,oBAAA,EAAA,CAAA,sBAAA,EAAA,sBAAA,EAiBhB,gBAAgB,CAMhB,EAAA,iBAAA,EAAA,CAAA,mBAAA,EAAA,mBAAA,EAAA,gBAAgB,2UApDnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAiBjC,iBAAiB,GAAA,UAAA,CAAA;AAlCtB,IAAA,WAAW,CAAC;QACX,gBAAgB;QAChB,mBAAmB;QACnB,QAAQ;QACR,cAAc;QACd,sBAAsB;QACtB,mBAAmB;QACnB,mBAAmB;QACnB,kBAAkB;QAClB,+BAA+B;QAC/B,2BAA2B;QAC3B,iBAAiB;KAClB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,uBAAuB,CAAC,CAAC;;AAqBlC,CAAA,EAAA,iBAAiB,CAqFtB;2FArFK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBApBtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,gBAAgB;wBAChB,mBAAmB;wBACnB,QAAQ;wBACR,cAAc;wBACd,sBAAsB;wBACtB,mBAAmB;wBACnB,mBAAmB;wBACnB,kBAAkB;wBAClB,+BAA+B;wBAC/B,2BAA2B;wBAC3B,iBAAiB;AAClB,qBAAA;oBACD,OAAO,EAAE,CAAC,aAAa,CAAC;AACxB,oBAAA,QAAQ,EAAE,aAAa;AACxB,iBAAA;wDAcC,MAAM,EAAA,CAAA;sBADLA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAkB/C,oBAAoB,EAAA,CAAA;sBADnBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAO/C,iBAAiB,EAAA,CAAA;sBADhBA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACrFjD;;AAEG;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
- import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
3
+ import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Component, Input } from '@angular/core';
4
4
  import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
5
5
  import '@ui5/webcomponents/dist/ColorPicker.js';
6
6
 
@@ -15,10 +15,10 @@ let ColorPickerComponent = class ColorPickerComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ColorPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ColorPickerComponent, isStandalone: true, selector: "ui5-color-picker", inputs: { value: "value", name: "name" }, outputs: { ui5Change: "ui5Change" }, exportAs: ["ui5ColorPicker"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: ColorPickerComponent, isStandalone: true, selector: "ui5-color-picker", inputs: { value: "value", name: "name", simplified: ["simplified", "simplified", booleanAttribute] }, outputs: { ui5Change: "ui5Change" }, exportAs: ["ui5ColorPicker"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  ColorPickerComponent = __decorate([
21
- ProxyInputs(['value', 'name']),
21
+ ProxyInputs(['value', 'name', 'simplified']),
22
22
  ProxyOutputs(['change: ui5Change']),
23
23
  __metadata("design:paramtypes", [])
24
24
  ], ColorPickerComponent);
@@ -28,11 +28,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
28
28
  standalone: true,
29
29
  selector: 'ui5-color-picker',
30
30
  template: '<ng-content></ng-content>',
31
- inputs: ['value', 'name'],
31
+ inputs: ['value', 'name', 'simplified'],
32
32
  outputs: ['ui5Change'],
33
33
  exportAs: 'ui5ColorPicker',
34
34
  }]
35
- }], ctorParameters: () => [] });
35
+ }], ctorParameters: () => [], propDecorators: { simplified: [{
36
+ type: Input,
37
+ args: [{ transform: booleanAttribute }]
38
+ }] } });
36
39
 
37
40
  /**
38
41
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-color-picker.mjs","sources":["../../../../libs/ui5-angular/main/color-picker/index.ts","../../../../libs/ui5-angular/main/color-picker/ui5-webcomponents-ngx-main-color-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/ColorPicker.js';\nimport ColorPicker from '@ui5/webcomponents/dist/ColorPicker.js';\n@ProxyInputs(['value', 'name'])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-color-picker',\n template: '<ng-content></ng-content>',\n inputs: ['value', 'name'],\n outputs: ['ui5Change'],\n exportAs: 'ui5ColorPicker',\n})\nclass ColorPickerComponent {\n /**\n Defines the currently selected color of the component.\n\n**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.\n */\n value!: string;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n\n /**\n Fired when the the selected color is changed\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<ColorPicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ColorPicker {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ColorPickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAqBM,IAAA,oBAAoB,GAV1B,MAUM,oBAAoB,CAAA;AAuBxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA5Bf,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,yLALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAVzB,IAAA,WAAW,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AAC9B,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAS9B,CAAA,EAAA,oBAAoB,CA8BzB;2FA9BK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;oBACzB,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;;ACpBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-color-picker.mjs","sources":["../../../../libs/ui5-angular/main/color-picker/index.ts","../../../../libs/ui5-angular/main/color-picker/ui5-webcomponents-ngx-main-color-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/ColorPicker.js';\nimport ColorPicker from '@ui5/webcomponents/dist/ColorPicker.js';\n@ProxyInputs(['value', 'name', 'simplified'])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-color-picker',\n template: '<ng-content></ng-content>',\n inputs: ['value', 'name', 'simplified'],\n outputs: ['ui5Change'],\n exportAs: 'ui5ColorPicker',\n})\nclass ColorPickerComponent {\n /**\n Defines the currently selected color of the component.\n\n**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.\n */\n value!: string;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n When set to `true`, the alpha slider and inputs for RGB values will not be displayed.\n */\n @InputDecorator({ transform: booleanAttribute })\n simplified!: boolean;\n\n /**\n Fired when the the selected color is changed\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<ColorPicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ColorPicker {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ColorPickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuBM,IAAA,oBAAoB,GAV1B,MAUM,oBAAoB,CAAA;AA4BxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAjCf,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,UAAA,EAAA,CAAA,YAAA,EAAA,YAAA,EAgBK,gBAAgB,CAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EArBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;IAVzB,WAAW,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;AAC5C,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAS9B,CAAA,EAAA,oBAAoB,CAmCzB;2FAnCK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,CAAC;oBACvC,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;wDAkBC,UAAU,EAAA,CAAA;sBADTA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;ACvCjD;;AAEG;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
4
- import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
4
+ import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
5
5
  import '@ui5/webcomponents/dist/ComboBoxItemGroup.js';
6
6
 
7
7
  let ComboBoxItemGroupComponent = class ComboBoxItemGroupComponent {
@@ -15,10 +15,11 @@ let ComboBoxItemGroupComponent = class ComboBoxItemGroupComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ComboBoxItemGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ComboBoxItemGroupComponent, isStandalone: true, selector: "ui5-cb-item-group", inputs: { headerText: "headerText" }, exportAs: ["ui5CbItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ComboBoxItemGroupComponent, isStandalone: true, selector: "ui5-cb-item-group", inputs: { headerText: "headerText", headerAccessibleName: "headerAccessibleName" }, outputs: { ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5CbItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  ComboBoxItemGroupComponent = __decorate([
21
- ProxyInputs(['headerText']),
21
+ ProxyInputs(['headerText', 'headerAccessibleName']),
22
+ ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move']),
22
23
  __metadata("design:paramtypes", [])
23
24
  ], ComboBoxItemGroupComponent);
24
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ComboBoxItemGroupComponent, decorators: [{
@@ -27,7 +28,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
27
28
  standalone: true,
28
29
  selector: 'ui5-cb-item-group',
29
30
  template: '<ng-content></ng-content>',
30
- inputs: ['headerText'],
31
+ inputs: ['headerText', 'headerAccessibleName'],
32
+ outputs: ['ui5MoveOver', 'ui5Move'],
31
33
  exportAs: 'ui5CbItemGroup',
32
34
  }]
33
35
  }], ctorParameters: () => [] });
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-combo-box-item-group.mjs","sources":["../../../../libs/ui5-angular/main/combo-box-item-group/index.ts","../../../../libs/ui5-angular/main/combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/ComboBoxItemGroup.js';\nimport ComboBoxItemGroup from '@ui5/webcomponents/dist/ComboBoxItemGroup.js';\n@ProxyInputs(['headerText'])\n@Component({\n standalone: true,\n selector: 'ui5-cb-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText'],\n exportAs: 'ui5CbItemGroup',\n})\nclass ComboBoxItemGroupComponent {\n /**\n Defines the text of the component.\n */\n headerText!: string | undefined;\n\n private elementRef: ElementRef<ComboBoxItemGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ComboBoxItemGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ComboBoxItemGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,0BAA0B,GARhC,MAQM,0BAA0B,CAAA;AAU9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAff,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,iJAJpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,0BAA0B,GAAA,UAAA,CAAA;AAR/B,IAAA,WAAW,CAAC,CAAC,YAAY,CAAC,CAAC;;AAQtB,CAAA,EAAA,0BAA0B,CAiB/B;2FAjBK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,YAAY,CAAC;AACtB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;;ACjBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-combo-box-item-group.mjs","sources":["../../../../libs/ui5-angular/main/combo-box-item-group/index.ts","../../../../libs/ui5-angular/main/combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/ComboBoxItemGroup.js';\nimport ComboBoxItemGroup from '@ui5/webcomponents/dist/ComboBoxItemGroup.js';\nimport { ListItemGroupMoveEventDetail } from '@ui5/webcomponents/dist/ListItemGroup.js';\n@ProxyInputs(['headerText', 'headerAccessibleName'])\n@ProxyOutputs(['move-over: ui5MoveOver', 'move: ui5Move'])\n@Component({\n standalone: true,\n selector: 'ui5-cb-item-group',\n template: '<ng-content></ng-content>',\n inputs: ['headerText', 'headerAccessibleName'],\n outputs: ['ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5CbItemGroup',\n})\nclass ComboBoxItemGroupComponent {\n /**\n Defines the header text of the <code>ui5-li-group</code>.\n */\n headerText!: string | undefined;\n /**\n Defines the accessible name of the header.\n */\n headerAccessibleName!: string | undefined;\n\n /**\n Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n ui5MoveOver!: EventEmitter<ListItemGroupMoveEventDetail>;\n /**\n Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n ui5Move!: EventEmitter<ListItemGroupMoveEventDetail>;\n\n private elementRef: ElementRef<ComboBoxItemGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ComboBoxItemGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ComboBoxItemGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAsBM,IAAA,0BAA0B,GAVhC,MAUM,0BAA0B,CAAA;AA2B9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAhCf,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,4PALpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAKjC,0BAA0B,GAAA,UAAA,CAAA;AAV/B,IAAA,WAAW,CAAC,CAAC,YAAY,EAAE,sBAAsB,CAAC,CAAC;AACnD,IAAA,YAAY,CAAC,CAAC,wBAAwB,EAAE,eAAe,CAAC,CAAC;;AASpD,CAAA,EAAA,0BAA0B,CAkC/B;2FAlCK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAR/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,YAAY,EAAE,sBAAsB,CAAC;AAC9C,oBAAA,OAAO,EAAE,CAAC,aAAa,EAAE,SAAS,CAAC;AACnC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA;;;ACrBD;;AAEG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-date-picker.mjs","sources":["../../../../libs/ui5-angular/main/date-picker/index.ts","../../../../libs/ui5-angular/main/date-picker/ui5-webcomponents-ngx-main-date-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/DatePicker.js';\nimport {\n default as DatePicker,\n DatePickerChangeEventDetail,\n DatePickerInputEventDetail,\n DatePickerValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/DatePicker.js';\n@ProxyInputs([\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-date-picker',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ],\n exportAs: 'ui5DatePicker',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass DatePickerComponent {\n /**\n Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.\n */\n primaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.\n */\n secondaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Determines the format, displayed in the input field.\n */\n formatPattern!: string | undefined;\n /**\n Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n minDate!: string;\n /**\n Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n maxDate!: string;\n /**\n Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.\n */\n calendarWeekNumbering!:\n | 'Default'\n | 'ISO_8601'\n | 'MiddleEastern'\n | 'WesternTraditional';\n /**\n Defines a formatted date value.\n */\n value!: string;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideWeekNumbers!: boolean;\n /**\n Defines the open or closed state of the popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the aria-label attribute for the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<DatePickerChangeEventDetail>;\n /**\n Fired when the value of the component is changed at each key stroke.\n */\n ui5Input!: EventEmitter<DatePickerInputEventDetail>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<DatePickerValueStateChangeEventDetail>;\n /**\n Fired after the value-help dialog of the component is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the value-help dialog of the component is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<DatePicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): DatePicker {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { DatePickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-date-picker.mjs","sources":["../../../../libs/ui5-angular/main/date-picker/index.ts","../../../../libs/ui5-angular/main/date-picker/ui5-webcomponents-ngx-main-date-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/DatePicker.js';\nimport {\n default as DatePicker,\n DatePickerChangeEventDetail,\n DatePickerInputEventDetail,\n DatePickerValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/DatePicker.js';\n@ProxyInputs([\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-date-picker',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ],\n exportAs: 'ui5DatePicker',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass DatePickerComponent {\n /**\n Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.\n */\n primaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.\n */\n secondaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Determines the format, displayed in the input field.\n */\n formatPattern!: string | undefined;\n /**\n Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n minDate!: string;\n /**\n Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n maxDate!: string;\n /**\n Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.\n */\n calendarWeekNumbering!:\n | 'Default'\n | 'ISO_8601'\n | 'MiddleEastern'\n | 'WesternTraditional';\n /**\n Defines a formatted date value.\n */\n value!: string;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideWeekNumbers!: boolean;\n /**\n Defines the open or closed state of the popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the aria-label attribute for the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<DatePickerChangeEventDetail>;\n /**\n Fired when the value of the component is changed at each key stroke.\n */\n ui5Input!: EventEmitter<DatePickerInputEventDetail>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<DatePickerValueStateChangeEventDetail>;\n /**\n Fired after the component's picker is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's picker is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<DatePicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): DatePicker {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { DatePickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;;;AAkFM,IAAA,mBAAmB,GA/DzB,MA+DM,mBAAmB,CAAA;AAuIvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;IAGtC,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG;AACxB,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;;AAE1B,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK;;AAG3B,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC;AACvD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAelD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI;;8GArJnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAnB,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,aAAA,EAAA,eAAA,EAAA,OAAA,EAAA,SAAA,EAAA,OAAA,EAAA,SAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,KAAA,EAAA,OAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EA2DM,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,CAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAsBhB,gBAAgB,CAAA,EAAA,IAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAKhB,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,QAAA,EAAA,UAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,OAAA,EAAA,6BAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA,eAAA,CAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,2BAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAlInC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAkCjC,mBAAmB,GAAA,UAAA,CAAA;AA/DxB,IAAA,WAAW,CAAC;QACX,qBAAqB;QACrB,uBAAuB;QACvB,eAAe;QACf,SAAS;QACT,SAAS;QACT,uBAAuB;QACvB,OAAO;QACP,YAAY;QACZ,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,MAAM;QACN,iBAAiB;QACjB,MAAM;QACN,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,iBAAiB;QACjB,yCAAyC;QACzC,eAAe;QACf,iBAAiB;KAClB,CAAC;;AAsCI,CAAA,EAAA,mBAAmB,CAuJxB;2FAvJK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBArCxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,qBAAqB;wBACrB,uBAAuB;wBACvB,eAAe;wBACf,SAAS;wBACT,SAAS;wBACT,uBAAuB;wBACvB,OAAO;wBACP,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,iBAAiB;wBACjB,MAAM;wBACN,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,WAAW;wBACX,UAAU;wBACV,qBAAqB;wBACrB,SAAS;wBACT,UAAU;AACX,qBAAA;AACD,oBAAA,QAAQ,EAAE,eAAe;oBACzB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE;AACJ,wBAAA,UAAU,EAAE,6BAA6B;AACzC,wBAAA,SAAS,EAAE,6BAA6B;AACzC,qBAAA;AACF,iBAAA;wDA6DC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAuB/C,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,IAAI,EAAA,CAAA;sBADHA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AClLjD;;AAEG;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-date-range-picker.mjs","sources":["../../../../libs/ui5-angular/main/date-range-picker/index.ts","../../../../libs/ui5-angular/main/date-range-picker/ui5-webcomponents-ngx-main-date-range-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport {\n DatePickerChangeEventDetail,\n DatePickerInputEventDetail,\n DatePickerValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/DatePicker.js';\nimport '@ui5/webcomponents/dist/DateRangePicker.js';\nimport DateRangePicker from '@ui5/webcomponents/dist/DateRangePicker.js';\n@ProxyInputs([\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'delimiter',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-daterange-picker',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'delimiter',\n ],\n outputs: [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ],\n exportAs: 'ui5DaterangePicker',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass DateRangePickerComponent {\n /**\n Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.\n */\n primaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.\n */\n secondaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Determines the format, displayed in the input field.\n */\n formatPattern!: string | undefined;\n /**\n Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n minDate!: string;\n /**\n Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n maxDate!: string;\n /**\n Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.\n */\n calendarWeekNumbering!:\n | 'Default'\n | 'ISO_8601'\n | 'MiddleEastern'\n | 'WesternTraditional';\n /**\n Defines a formatted date value.\n */\n value!: string;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideWeekNumbers!: boolean;\n /**\n Defines the open or closed state of the popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the aria-label attribute for the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Determines the symbol which separates the dates.\nIf not supplied, the default time interval delimiter for the current locale will be used.\n */\n delimiter!: string;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<DatePickerChangeEventDetail>;\n /**\n Fired when the value of the component is changed at each key stroke.\n */\n ui5Input!: EventEmitter<DatePickerInputEventDetail>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<DatePickerValueStateChangeEventDetail>;\n /**\n Fired after the value-help dialog of the component is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the value-help dialog of the component is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<DateRangePicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): DateRangePicker {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { DateRangePickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-date-range-picker.mjs","sources":["../../../../libs/ui5-angular/main/date-range-picker/index.ts","../../../../libs/ui5-angular/main/date-range-picker/ui5-webcomponents-ngx-main-date-range-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport {\n DatePickerChangeEventDetail,\n DatePickerInputEventDetail,\n DatePickerValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/DatePicker.js';\nimport '@ui5/webcomponents/dist/DateRangePicker.js';\nimport DateRangePicker from '@ui5/webcomponents/dist/DateRangePicker.js';\n@ProxyInputs([\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'delimiter',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-daterange-picker',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'delimiter',\n ],\n outputs: [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ],\n exportAs: 'ui5DaterangePicker',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass DateRangePickerComponent {\n /**\n Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.\n */\n primaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.\n */\n secondaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Determines the format, displayed in the input field.\n */\n formatPattern!: string | undefined;\n /**\n Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n minDate!: string;\n /**\n Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n maxDate!: string;\n /**\n Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.\n */\n calendarWeekNumbering!:\n | 'Default'\n | 'ISO_8601'\n | 'MiddleEastern'\n | 'WesternTraditional';\n /**\n Defines a formatted date value.\n */\n value!: string;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideWeekNumbers!: boolean;\n /**\n Defines the open or closed state of the popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the aria-label attribute for the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Determines the symbol which separates the dates.\nIf not supplied, the default time interval delimiter for the current locale will be used.\n */\n delimiter!: string;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<DatePickerChangeEventDetail>;\n /**\n Fired when the value of the component is changed at each key stroke.\n */\n ui5Input!: EventEmitter<DatePickerInputEventDetail>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<DatePickerValueStateChangeEventDetail>;\n /**\n Fired after the component's picker is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's picker is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<DateRangePicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): DateRangePicker {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { DateRangePickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-date-time-picker.mjs","sources":["../../../../libs/ui5-angular/main/date-time-picker/index.ts","../../../../libs/ui5-angular/main/date-time-picker/ui5-webcomponents-ngx-main-date-time-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport {\n DatePickerChangeEventDetail,\n DatePickerInputEventDetail,\n DatePickerValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/DatePicker.js';\nimport '@ui5/webcomponents/dist/DateTimePicker.js';\nimport DateTimePicker from '@ui5/webcomponents/dist/DateTimePicker.js';\n@ProxyInputs([\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-datetime-picker',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ],\n exportAs: 'ui5DatetimePicker',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass DateTimePickerComponent {\n /**\n Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.\n */\n primaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.\n */\n secondaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Determines the format, displayed in the input field.\n */\n formatPattern!: string | undefined;\n /**\n Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n minDate!: string;\n /**\n Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n maxDate!: string;\n /**\n Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.\n */\n calendarWeekNumbering!:\n | 'Default'\n | 'ISO_8601'\n | 'MiddleEastern'\n | 'WesternTraditional';\n /**\n Defines a formatted date value.\n */\n value!: string;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideWeekNumbers!: boolean;\n /**\n Defines the open or closed state of the popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the aria-label attribute for the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<DatePickerChangeEventDetail>;\n /**\n Fired when the value of the component is changed at each key stroke.\n */\n ui5Input!: EventEmitter<DatePickerInputEventDetail>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<DatePickerValueStateChangeEventDetail>;\n /**\n Fired after the value-help dialog of the component is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the value-help dialog of the component is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<DateTimePicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): DateTimePicker {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { DateTimePickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;;;AAkFM,IAAA,uBAAuB,GA/D7B,MA+DM,uBAAuB,CAAA;AAuI3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;IAGtC,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG;AACxB,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;;AAE1B,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK;;AAG3B,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAelD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;AACjB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI;;8GArJnB,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAvB,uBAAuB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,aAAA,EAAA,eAAA,EAAA,OAAA,EAAA,SAAA,EAAA,OAAA,EAAA,SAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,KAAA,EAAA,OAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EA2DE,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAKhB,gBAAgB,CAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,eAAA,EAAA,CAAA,iBAAA,EAAA,iBAAA,EAsBhB,gBAAgB,CAAA,EAAA,IAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAKhB,gBAAgB,CAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,EAAA,OAAA,EAAA,EAAA,SAAA,EAAA,WAAA,EAAA,QAAA,EAAA,UAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,OAAA,EAAA,6BAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,2BAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAlInC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAkCjC,uBAAuB,GAAA,UAAA,CAAA;AA/D5B,IAAA,WAAW,CAAC;QACX,qBAAqB;QACrB,uBAAuB;QACvB,eAAe;QACf,SAAS;QACT,SAAS;QACT,uBAAuB;QACvB,OAAO;QACP,YAAY;QACZ,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,MAAM;QACN,iBAAiB;QACjB,MAAM;QACN,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,iBAAiB;QACjB,yCAAyC;QACzC,eAAe;QACf,iBAAiB;KAClB,CAAC;;AAsCI,CAAA,EAAA,uBAAuB,CAuJ5B;2FAvJK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBArC5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,qBAAqB;wBACrB,uBAAuB;wBACvB,eAAe;wBACf,SAAS;wBACT,SAAS;wBACT,uBAAuB;wBACvB,OAAO;wBACP,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,iBAAiB;wBACjB,MAAM;wBACN,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,WAAW;wBACX,UAAU;wBACV,qBAAqB;wBACrB,SAAS;wBACT,UAAU;AACX,qBAAA;AACD,oBAAA,QAAQ,EAAE,mBAAmB;oBAC7B,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE;AACJ,wBAAA,UAAU,EAAE,6BAA6B;AACzC,wBAAA,SAAS,EAAE,6BAA6B;AACzC,qBAAA;AACF,iBAAA;wDA6DC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAuB/C,eAAe,EAAA,CAAA;sBADdA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;gBAM/C,IAAI,EAAA,CAAA;sBADHA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AClLjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-date-time-picker.mjs","sources":["../../../../libs/ui5-angular/main/date-time-picker/index.ts","../../../../libs/ui5-angular/main/date-time-picker/ui5-webcomponents-ngx-main-date-time-picker.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport {\n DatePickerChangeEventDetail,\n DatePickerInputEventDetail,\n DatePickerValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/DatePicker.js';\nimport '@ui5/webcomponents/dist/DateTimePicker.js';\nimport DateTimePicker from '@ui5/webcomponents/dist/DateTimePicker.js';\n@ProxyInputs([\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'value-state-change: ui5ValueStateChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-datetime-picker',\n template: '<ng-content></ng-content>',\n inputs: [\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ],\n exportAs: 'ui5DatetimePicker',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass DateTimePickerComponent {\n /**\n Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.\n */\n primaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.\n */\n secondaryCalendarType!:\n | 'Gregorian'\n | 'Islamic'\n | 'Japanese'\n | 'Buddhist'\n | 'Persian'\n | undefined;\n /**\n Determines the format, displayed in the input field.\n */\n formatPattern!: string | undefined;\n /**\n Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n minDate!: string;\n /**\n Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).\n */\n maxDate!: string;\n /**\n Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.\n */\n calendarWeekNumbering!:\n | 'Default'\n | 'ISO_8601'\n | 'MiddleEastern'\n | 'WesternTraditional';\n /**\n Defines a formatted date value.\n */\n value!: string;\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n /**\n Defines whether the component is required.\n */\n @InputDecorator({ transform: booleanAttribute })\n required!: boolean;\n /**\n Determines whether the component is displayed as disabled.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Determines whether the component is displayed as read-only.\n */\n @InputDecorator({ transform: booleanAttribute })\n readonly!: boolean;\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string | undefined;\n /**\n Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.\n */\n @InputDecorator({ transform: booleanAttribute })\n hideWeekNumbers!: boolean;\n /**\n Defines the open or closed state of the popover.\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the aria-label attribute for the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<DatePickerChangeEventDetail>;\n /**\n Fired when the value of the component is changed at each key stroke.\n */\n ui5Input!: EventEmitter<DatePickerInputEventDetail>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<DatePickerValueStateChangeEventDetail>;\n /**\n Fired after the component's picker is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's picker is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<DateTimePicker> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): DateTimePicker {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { DateTimePickerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-dialog.mjs","sources":["../../../../libs/ui5-angular/main/dialog/index.ts","../../../../libs/ui5-angular/main/dialog/ui5-webcomponents-ngx-main-dialog.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Dialog.js';\nimport Dialog from '@ui5/webcomponents/dist/Dialog.js';\nimport { PopupBeforeCloseEventDetail } from '@ui5/webcomponents/dist/Popup.js';\n@ProxyInputs([\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'stretch',\n 'draggable',\n 'resizable',\n 'state',\n])\n@ProxyOutputs([\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-dialog',\n template: '<ng-content></ng-content>',\n inputs: [\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'stretch',\n 'draggable',\n 'resizable',\n 'state',\n ],\n outputs: ['ui5BeforeOpen', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],\n exportAs: 'ui5Dialog',\n})\nclass DialogComponent {\n /**\n Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.\n */\n initialFocus!: string | undefined;\n /**\n Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventFocusRestore!: boolean;\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Allows setting a custom role.\n */\n accessibleRole!: 'None' | 'Dialog' | 'AlertDialog';\n /**\n Indicates whether initial focus should be prevented.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventInitialFocus!: boolean;\n /**\n Indicates if the element is open\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.\n */\n headerText!: string | undefined;\n /**\n Determines whether the component should be stretched to fullscreen.\n\n**Note:** The component will be stretched to approximately\n90% of the viewport.\n */\n @InputDecorator({ transform: booleanAttribute })\n stretch!: boolean;\n /**\n Determines whether the component is draggable.\nIf this property is set to true, the Dialog will be draggable by its header.\n\n**Note:** The component can be draggable only in desktop mode.\n\n**Note:** This property overrides the default HTML \"draggable\" attribute native behavior.\nWhen \"draggable\" is set to true, the native browser \"draggable\"\nbehavior is prevented and only the Dialog custom logic (\"draggable by its header\") works.\n */\n @InputDecorator({ transform: booleanAttribute })\n draggable!: boolean;\n /**\n Configures the component to be resizable.\nIf this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.\nIn RTL languages, the resize handle will be placed in the bottom left corner.\n\n**Note:** The component can be resizable only in desktop mode.\n\n**Note:** Upon resizing, externally defined height and width styling will be ignored.\n */\n @InputDecorator({ transform: booleanAttribute })\n resizable!: boolean;\n /**\n Defines the state of the `Dialog`.\n\n**Note:** If `\"Negative\"` and `\"Critical\"` states is set, it will change the\naccessibility role to \"alertdialog\", if the accessibleRole property is set to `\"Dialog\"`.\n */\n state!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n */\n ui5BeforeOpen!: EventEmitter<void>;\n /**\n Fired after the component is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n */\n ui5BeforeClose!: EventEmitter<PopupBeforeCloseEventDetail>;\n /**\n Fired after the component is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<Dialog> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Dialog {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { DialogComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-dialog.mjs","sources":["../../../../libs/ui5-angular/main/dialog/index.ts","../../../../libs/ui5-angular/main/dialog/ui5-webcomponents-ngx-main-dialog.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Dialog.js';\nimport Dialog from '@ui5/webcomponents/dist/Dialog.js';\nimport { PopupBeforeCloseEventDetail } from '@ui5/webcomponents/dist/Popup.js';\n@ProxyInputs([\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'stretch',\n 'draggable',\n 'resizable',\n 'state',\n])\n@ProxyOutputs([\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-dialog',\n template: '<ng-content></ng-content>',\n inputs: [\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'stretch',\n 'draggable',\n 'resizable',\n 'state',\n ],\n outputs: ['ui5BeforeOpen', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],\n exportAs: 'ui5Dialog',\n})\nclass DialogComponent {\n /**\n Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.\n */\n initialFocus!: string | undefined;\n /**\n Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventFocusRestore!: boolean;\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string | undefined;\n /**\n Allows setting a custom role.\n */\n accessibleRole!: 'None' | 'Dialog' | 'AlertDialog';\n /**\n Indicates whether initial focus should be prevented.\n */\n @InputDecorator({ transform: booleanAttribute })\n preventInitialFocus!: boolean;\n /**\n Indicates if the element is open\n */\n @InputDecorator({ transform: booleanAttribute })\n open!: boolean;\n /**\n Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.\n */\n headerText!: string | undefined;\n /**\n Determines if the dialog will be stretched to full screen on mobile. On desktop,\nthe dialog will be stretched to approximately 90% of the viewport.\n\n**Note:** For better usability of the component it is recommended to set this property to \"true\" when the dialog is opened on phone.\n */\n @InputDecorator({ transform: booleanAttribute })\n stretch!: boolean;\n /**\n Determines whether the component is draggable.\nIf this property is set to true, the Dialog will be draggable by its header.\n\n**Note:** The component can be draggable only in desktop mode.\n\n**Note:** This property overrides the default HTML \"draggable\" attribute native behavior.\nWhen \"draggable\" is set to true, the native browser \"draggable\"\nbehavior is prevented and only the Dialog custom logic (\"draggable by its header\") works.\n */\n @InputDecorator({ transform: booleanAttribute })\n draggable!: boolean;\n /**\n Configures the component to be resizable.\nIf this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.\nIn RTL languages, the resize handle will be placed in the bottom left corner.\n\n**Note:** The component can be resizable only in desktop mode.\n\n**Note:** Upon resizing, externally defined height and width styling will be ignored.\n */\n @InputDecorator({ transform: booleanAttribute })\n resizable!: boolean;\n /**\n Defines the state of the `Dialog`.\n\n**Note:** If `\"Negative\"` and `\"Critical\"` states is set, it will change the\naccessibility role to \"alertdialog\", if the accessibleRole property is set to `\"Dialog\"`.\n */\n state!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n */\n ui5BeforeOpen!: EventEmitter<void>;\n /**\n Fired after the component is opened.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n */\n ui5BeforeClose!: EventEmitter<PopupBeforeCloseEventDetail>;\n /**\n Fired after the component is closed.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<Dialog> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Dialog {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { DialogComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":"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"}
@@ -0,0 +1,40 @@
1
+ import { __decorate, __metadata } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { inject, ElementRef, NgZone, ChangeDetectorRef, Component } from '@angular/core';
4
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
5
+ import '@ui5/webcomponents/dist/ExpandableText.js';
6
+
7
+ let ExpandableTextComponent = class ExpandableTextComponent {
8
+ get element() {
9
+ return this.elementRef.nativeElement;
10
+ }
11
+ constructor() {
12
+ this.elementRef = inject(ElementRef);
13
+ this.zone = inject(NgZone);
14
+ this.cdr = inject(ChangeDetectorRef);
15
+ this.cdr.detach();
16
+ }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ExpandableTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: ExpandableTextComponent, isStandalone: true, selector: "ui5-expandable-text", inputs: { text: "text", maxCharacters: "maxCharacters", overflowMode: "overflowMode", emptyIndicatorMode: "emptyIndicatorMode" }, exportAs: ["ui5ExpandableText"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
+ };
20
+ ExpandableTextComponent = __decorate([
21
+ ProxyInputs(['text', 'maxCharacters', 'overflowMode', 'emptyIndicatorMode']),
22
+ __metadata("design:paramtypes", [])
23
+ ], ExpandableTextComponent);
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ExpandableTextComponent, decorators: [{
25
+ type: Component,
26
+ args: [{
27
+ standalone: true,
28
+ selector: 'ui5-expandable-text',
29
+ template: '<ng-content></ng-content>',
30
+ inputs: ['text', 'maxCharacters', 'overflowMode', 'emptyIndicatorMode'],
31
+ exportAs: 'ui5ExpandableText',
32
+ }]
33
+ }], ctorParameters: () => [] });
34
+
35
+ /**
36
+ * Generated bundle index. Do not edit.
37
+ */
38
+
39
+ export { ExpandableTextComponent };
40
+ //# sourceMappingURL=ui5-webcomponents-ngx-main-expandable-text.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-expandable-text.mjs","sources":["../../../../libs/ui5-angular/main/expandable-text/index.ts","../../../../libs/ui5-angular/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/ExpandableText.js';\nimport ExpandableText from '@ui5/webcomponents/dist/ExpandableText.js';\n@ProxyInputs(['text', 'maxCharacters', 'overflowMode', 'emptyIndicatorMode'])\n@Component({\n standalone: true,\n selector: 'ui5-expandable-text',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'maxCharacters', 'overflowMode', 'emptyIndicatorMode'],\n exportAs: 'ui5ExpandableText',\n})\nclass ExpandableTextComponent {\n /**\n Text of the component.\n */\n text!: string | undefined;\n /**\n Maximum number of characters to be displayed initially. If the text length exceeds this limit, the text will be truncated with an ellipsis, and the \"More\" link will be displayed.\n */\n maxCharacters!: number;\n /**\n Determines how the full text will be displayed.\n */\n overflowMode!: 'InPlace' | 'Popover';\n /**\n Specifies if an empty indicator should be displayed when there is no text.\n */\n emptyIndicatorMode!: 'Off' | 'On';\n\n private elementRef: ElementRef<ExpandableText> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ExpandableText {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ExpandableTextComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,uBAAuB,GAR7B,MAQM,uBAAuB,CAAA;AAsB3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA3Bf,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,kPAJjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,uBAAuB,GAAA,UAAA,CAAA;IAR5B,WAAW,CAAC,CAAC,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,oBAAoB,CAAC,CAAC;;AAQvE,CAAA,EAAA,uBAAuB,CA6B5B;2FA7BK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,oBAAoB,CAAC;AACvE,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,10 +15,10 @@ let FormComponent = class FormComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: FormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: FormComponent, isStandalone: true, selector: "ui5-form", inputs: { layout: "layout", labelSpan: "labelSpan", headerText: "headerText", itemSpacing: "itemSpacing" }, exportAs: ["ui5Form"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: FormComponent, isStandalone: true, selector: "ui5-form", inputs: { layout: "layout", labelSpan: "labelSpan", emptySpan: "emptySpan", headerText: "headerText", itemSpacing: "itemSpacing" }, exportAs: ["ui5Form"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  FormComponent = __decorate([
21
- ProxyInputs(['layout', 'labelSpan', 'headerText', 'itemSpacing']),
21
+ ProxyInputs(['layout', 'labelSpan', 'emptySpan', 'headerText', 'itemSpacing']),
22
22
  __metadata("design:paramtypes", [])
23
23
  ], FormComponent);
24
24
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: FormComponent, decorators: [{
@@ -27,7 +27,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
27
27
  standalone: true,
28
28
  selector: 'ui5-form',
29
29
  template: '<ng-content></ng-content>',
30
- inputs: ['layout', 'labelSpan', 'headerText', 'itemSpacing'],
30
+ inputs: ['layout', 'labelSpan', 'emptySpan', 'headerText', 'itemSpacing'],
31
31
  exportAs: 'ui5Form',
32
32
  }]
33
33
  }], ctorParameters: () => [] });
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-form.mjs","sources":["../../../../libs/ui5-angular/main/form/index.ts","../../../../libs/ui5-angular/main/form/ui5-webcomponents-ngx-main-form.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Form.js';\nimport Form from '@ui5/webcomponents/dist/Form.js';\n@ProxyInputs(['layout', 'labelSpan', 'headerText', 'itemSpacing'])\n@Component({\n standalone: true,\n selector: 'ui5-form',\n template: '<ng-content></ng-content>',\n inputs: ['layout', 'labelSpan', 'headerText', 'itemSpacing'],\n exportAs: 'ui5Form',\n})\nclass FormComponent {\n /**\n Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)\n */\n layout!: string;\n /**\n Defines the width proportion of the labels and fields of a FormItem by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.\n */\n labelSpan!: string;\n /**\n Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.\n */\n headerText!: string | undefined;\n /**\n Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.\n */\n itemSpacing!: 'Normal' | 'Large';\n\n private elementRef: ElementRef<Form> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Form {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { FormComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,aAAa,GARnB,MAQM,aAAa,CAAA;AAyCjB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqB,MAAM,CAAC,UAAU,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA9Cf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,uMAJP,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,aAAa,GAAA,UAAA,CAAA;IARlB,WAAW,CAAC,CAAC,QAAQ,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;;AAQ5D,CAAA,EAAA,aAAa,CAgDlB;2FAhDK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPlB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,CAAC;AAC5D,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;;;ACjBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-form.mjs","sources":["../../../../libs/ui5-angular/main/form/index.ts","../../../../libs/ui5-angular/main/form/ui5-webcomponents-ngx-main-form.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Form.js';\nimport Form from '@ui5/webcomponents/dist/Form.js';\n@ProxyInputs(['layout', 'labelSpan', 'emptySpan', 'headerText', 'itemSpacing'])\n@Component({\n standalone: true,\n selector: 'ui5-form',\n template: '<ng-content></ng-content>',\n inputs: ['layout', 'labelSpan', 'emptySpan', 'headerText', 'itemSpacing'],\n exportAs: 'ui5Form',\n})\nclass FormComponent {\n /**\n Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)\n */\n layout!: string;\n /**\n Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.\n */\n labelSpan!: string;\n /**\n Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.\n */\n emptySpan!: string;\n /**\n Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.\n */\n headerText!: string | undefined;\n /**\n Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.\n */\n itemSpacing!: 'Normal' | 'Large';\n\n private elementRef: ElementRef<Form> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Form {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { FormComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,aAAa,GARnB,MAQM,aAAa,CAAA;AAoDjB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqB,MAAM,CAAC,UAAU,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GAzDf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,+NAJP,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAIjC,aAAa,GAAA,UAAA,CAAA;AARlB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;;AAQzE,CAAA,EAAA,aAAa,CA2DlB;2FA3DK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAPlB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,CAAC;AACzE,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let LinkComponent = class LinkComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: LinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: LinkComponent, isStandalone: true, selector: "ui5-link", inputs: { disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", href: "href", target: "target", design: "design", wrappingType: "wrappingType", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", accessibilityAttributes: "accessibilityAttributes", icon: "icon", endIcon: "endIcon" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Link"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: LinkComponent, isStandalone: true, selector: "ui5-link", inputs: { disabled: ["disabled", "disabled", booleanAttribute], tooltip: "tooltip", href: "href", target: "target", design: "design", wrappingType: "wrappingType", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", accessibilityAttributes: "accessibilityAttributes", accessibleDescription: "accessibleDescription", icon: "icon", endIcon: "endIcon" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Link"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  LinkComponent = __decorate([
21
21
  ProxyInputs([
@@ -29,6 +29,7 @@ LinkComponent = __decorate([
29
29
  'accessibleNameRef',
30
30
  'accessibleRole',
31
31
  'accessibilityAttributes',
32
+ 'accessibleDescription',
32
33
  'icon',
33
34
  'endIcon',
34
35
  ]),
@@ -52,6 +53,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
52
53
  'accessibleNameRef',
53
54
  'accessibleRole',
54
55
  'accessibilityAttributes',
56
+ 'accessibleDescription',
55
57
  'icon',
56
58
  'endIcon',
57
59
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-link.mjs","sources":["../../../../libs/ui5-angular/main/link/index.ts","../../../../libs/ui5-angular/main/link/ui5-webcomponents-ngx-main-link.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Link.js';\nimport {\n default as Link,\n LinkAccessibilityAttributes,\n LinkClickEventDetail,\n} from '@ui5/webcomponents/dist/Link.js';\n@ProxyInputs([\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'icon',\n 'endIcon',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-link',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'icon',\n 'endIcon',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5Link',\n})\nclass LinkComponent {\n /**\n Defines whether the component is disabled.\n\n**Note:** When disabled, the click event cannot be triggered by the user.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string | undefined;\n /**\n Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n /**\n Defines the component design.\n\n**Note:** Avaialble options are `Default`, `Subtle`, and `Emphasized`.\n */\n design!: 'Default' | 'Subtle' | 'Emphasized';\n /**\n Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.\n */\n wrappingType!: 'None' | 'Normal';\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the input\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the ARIA role of the component.\n\n**Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.\n */\n accessibleRole!: 'Link' | 'Button';\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n */\n accessibilityAttributes!: LinkAccessibilityAttributes;\n /**\n Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component after the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n endIcon!: string | undefined;\n\n /**\n Fired when the component is triggered either with a mouse/tap\nor by using the Enter key.\n */\n ui5Click!: EventEmitter<LinkClickEventDetail>;\n\n private elementRef: ElementRef<Link> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Link {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { LinkComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAqDM,IAAA,aAAa,GApCnB,MAoCM,aAAa,CAAA;AAsGjB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqB,MAAM,CAAC,UAAU,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA3Gf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAMY,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,SAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAxBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAkBjC,aAAa,GAAA,UAAA,CAAA;AApClB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,SAAS;QACT,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,yBAAyB;QACzB,MAAM;QACN,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAsB5B,CAAA,EAAA,aAAa,CA6GlB;2FA7GK,aAAa,EAAA,UAAA,EAAA,CAAA;kBArBlB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,cAAc;wBACd,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,yBAAyB;wBACzB,MAAM;wBACN,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;wDAQC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC3DjD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-link.mjs","sources":["../../../../libs/ui5-angular/main/link/index.ts","../../../../libs/ui5-angular/main/link/ui5-webcomponents-ngx-main-link.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n Input as InputDecorator,\n NgZone,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Link.js';\nimport {\n default as Link,\n LinkAccessibilityAttributes,\n LinkClickEventDetail,\n} from '@ui5/webcomponents/dist/Link.js';\n@ProxyInputs([\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'icon',\n 'endIcon',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-link',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'tooltip',\n 'href',\n 'target',\n 'design',\n 'wrappingType',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'accessibilityAttributes',\n 'accessibleDescription',\n 'icon',\n 'endIcon',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5Link',\n})\nclass LinkComponent {\n /**\n Defines whether the component is disabled.\n\n**Note:** When disabled, the click event cannot be triggered by the user.\n */\n @InputDecorator({ transform: booleanAttribute })\n disabled!: boolean;\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string | undefined;\n /**\n Defines the component href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string | undefined;\n /**\n Defines the component target.\n\n**Notes:**\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**This property must only be used when the `href` property is set.**\n */\n target!: string | undefined;\n /**\n Defines the component design.\n\n**Note:** Avaialble options are `Default`, `Subtle`, and `Emphasized`.\n */\n design!: 'Default' | 'Subtle' | 'Emphasized';\n /**\n Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.\n */\n wrappingType!: 'None' | 'Normal';\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n /**\n Receives id(or many ids) of the elements that label the input\n */\n accessibleNameRef!: string | undefined;\n /**\n Defines the ARIA role of the component.\n\n**Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.\n */\n accessibleRole!: 'Link' | 'Button';\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n */\n accessibilityAttributes!: LinkAccessibilityAttributes;\n /**\n Defines the accessible description of the component.\n */\n accessibleDescription!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string | undefined;\n /**\n Defines the icon, displayed as graphical element within the component after the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n endIcon!: string | undefined;\n\n /**\n Fired when the component is triggered either with a mouse/tap\nor by using the Enter key.\n */\n ui5Click!: EventEmitter<LinkClickEventDetail>;\n\n private elementRef: ElementRef<Link> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Link {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { LinkComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["InputDecorator"],"mappings":";;;;;;AAuDM,IAAA,aAAa,GAtCnB,MAsCM,aAAa,CAAA;AA0GjB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;;AAGtC,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAqB,MAAM,CAAC,UAAU,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;AACrB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAOrC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;;8GA/Gf,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,CAAA,UAAA,EAAA,UAAA,EAMY,gBAAgB,CAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,MAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,uBAAA,EAAA,yBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,CAAA,SAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAzBnC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;AAmBjC,aAAa,GAAA,UAAA,CAAA;AAtClB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,SAAS;QACT,MAAM;QACN,QAAQ;QACR,QAAQ;QACR,cAAc;QACd,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,yBAAyB;QACzB,uBAAuB;QACvB,MAAM;QACN,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAuB5B,CAAA,EAAA,aAAa,CAiHlB;2FAjHK,aAAa,EAAA,UAAA,EAAA,CAAA;kBAtBlB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,SAAS;wBACT,MAAM;wBACN,QAAQ;wBACR,QAAQ;wBACR,cAAc;wBACd,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,yBAAyB;wBACzB,uBAAuB;wBACvB,MAAM;wBACN,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,SAAS;AACpB,iBAAA;wDAQC,QAAQ,EAAA,CAAA;sBADPA,KAAc;uBAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE;;;AC7DjD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let ListComponent = class ListComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: ListComponent, isStandalone: true, selector: "ui5-list", inputs: { headerText: "headerText", footerText: "footerText", indent: ["indent", "indent", booleanAttribute], selectionMode: "selectionMode", noDataText: "noDataText", separators: "separators", growing: "growing", growingButtonText: "growingButtonText", loading: ["loading", "loading", booleanAttribute], loadingDelay: "loadingDelay", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole" }, outputs: { ui5ItemClick: "ui5ItemClick", ui5ItemClose: "ui5ItemClose", ui5ItemToggle: "ui5ItemToggle", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange", ui5LoadMore: "ui5LoadMore", ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5List"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.1.4", type: ListComponent, isStandalone: true, selector: "ui5-list", inputs: { headerText: "headerText", footerText: "footerText", indent: ["indent", "indent", booleanAttribute], selectionMode: "selectionMode", noDataText: "noDataText", separators: "separators", growing: "growing", growingButtonText: "growingButtonText", loading: ["loading", "loading", booleanAttribute], loadingDelay: "loadingDelay", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleDescription: "accessibleDescription", accessibleDescriptionRef: "accessibleDescriptionRef", accessibleRole: "accessibleRole" }, outputs: { ui5ItemClick: "ui5ItemClick", ui5ItemClose: "ui5ItemClose", ui5ItemToggle: "ui5ItemToggle", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange", ui5LoadMore: "ui5LoadMore", ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5List"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  ListComponent = __decorate([
21
21
  ProxyInputs([
@@ -31,6 +31,8 @@ ListComponent = __decorate([
31
31
  'loadingDelay',
32
32
  'accessibleName',
33
33
  'accessibleNameRef',
34
+ 'accessibleDescription',
35
+ 'accessibleDescriptionRef',
34
36
  'accessibleRole',
35
37
  ]),
36
38
  ProxyOutputs([
@@ -64,6 +66,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImpor
64
66
  'loadingDelay',
65
67
  'accessibleName',
66
68
  'accessibleNameRef',
69
+ 'accessibleDescription',
70
+ 'accessibleDescriptionRef',
67
71
  'accessibleRole',
68
72
  ],
69
73
  outputs: [