@wavemaker/app-ng-runtime 12.0.0-next.45057 → 12.0.0-next.45058

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. app-ng-runtime/components/dialogs/default/base-dialog.d.ts +2 -0
  2. app-ng-runtime/components/dialogs/default/bundles/index.umd.js +3 -0
  3. app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +5 -2
  4. app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +4 -1
  5. app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  6. app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +19 -2
  7. app-ng-runtime/components/dialogs/design-dialog/dialog.component.d.ts +3 -2
  8. app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +20 -3
  9. app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +19 -2
  10. app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  11. app-ng-runtime/components/page/left-panel/bundles/index.umd.js +1 -1
  12. app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +3 -3
  13. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +2 -2
  14. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  15. app-ng-runtime/components/page/right-panel/bundles/index.umd.js +1 -1
  16. app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +3 -3
  17. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +2 -2
  18. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  19. app-ng-runtime/core/bundles/index.umd.js +12 -3
  20. app-ng-runtime/core/esm2022/public_api.mjs +2 -2
  21. app-ng-runtime/core/esm2022/utils/utils.mjs +9 -2
  22. app-ng-runtime/core/fesm2022/index.mjs +11 -3
  23. app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
  24. app-ng-runtime/core/public_api.d.ts +1 -1
  25. app-ng-runtime/core/utils/utils.d.ts +2 -1
  26. app-ng-runtime/package.json +1 -1
  27. app-ng-runtime/runtime/base/bundles/index.umd.js +9 -5
  28. app-ng-runtime/runtime/base/components/base-custom-widget.component.d.ts +2 -1
  29. app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +9 -7
  30. app-ng-runtime/runtime/base/esm2022/public_api.mjs +1 -1
  31. app-ng-runtime/runtime/base/esm2022/types/types.mjs +3 -1
  32. app-ng-runtime/runtime/base/fesm2022/index.mjs +9 -6
  33. app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
  34. app-ng-runtime/runtime/base/types/types.d.ts +3 -0
  35. app-ng-runtime/runtime/dynamic/app/services/customwidget-config-provider.service.d.ts +8 -0
  36. app-ng-runtime/runtime/dynamic/bundles/index.umd.js +22 -4
  37. app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +4 -2
  38. app-ng-runtime/runtime/dynamic/esm2022/app/services/customwidget-config-provider.service.mjs +22 -0
  39. app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +25 -5
  40. app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
  41. app-ng-runtime/scripts/custom-widgets-m3/src/checkbox_set/checkbox_set.d.ts +0 -0
  42. app-ng-runtime/scripts/custom-widgets-m3/src/checkbox_set/checkbox_set.js +38 -0
  43. app-ng-runtime/scripts/custom-widgets-m3/src/checkbox_set/page.min.d.ts +7 -0
  44. app-ng-runtime/scripts/custom-widgets-m3/src/checkbox_set/page.min.js +7 -0
  45. app-ng-runtime/scripts/custom-widgets-m3/src/discrete_slider/discrete_slider.d.ts +10 -0
  46. app-ng-runtime/scripts/custom-widgets-m3/src/discrete_slider/discrete_slider.js +171 -0
  47. app-ng-runtime/scripts/custom-widgets-m3/src/discrete_slider/page.min.d.ts +7 -0
  48. app-ng-runtime/scripts/custom-widgets-m3/src/discrete_slider/page.min.js +7 -0
  49. app-ng-runtime/scripts/custom-widgets-m3/src/divider/divider.d.ts +0 -0
  50. app-ng-runtime/scripts/custom-widgets-m3/src/divider/divider.js +28 -0
  51. app-ng-runtime/scripts/custom-widgets-m3/src/divider/page.min.d.ts +7 -0
  52. app-ng-runtime/scripts/custom-widgets-m3/src/divider/page.min.js +7 -0
  53. app-ng-runtime/scripts/custom-widgets-m3/src/icon_button/icon_button.d.ts +0 -0
  54. app-ng-runtime/scripts/custom-widgets-m3/src/icon_button/icon_button.js +24 -0
  55. app-ng-runtime/scripts/custom-widgets-m3/src/icon_button/page.min.d.ts +7 -0
  56. app-ng-runtime/scripts/custom-widgets-m3/src/icon_button/page.min.js +7 -0
  57. app-ng-runtime/scripts/custom-widgets-m3/src/input_chip/input_chip.d.ts +0 -0
  58. app-ng-runtime/scripts/custom-widgets-m3/src/input_chip/input_chip.js +34 -0
  59. app-ng-runtime/scripts/custom-widgets-m3/src/input_chip/input_chip.variables.d.ts +0 -0
  60. app-ng-runtime/scripts/custom-widgets-m3/src/input_chip/input_chip.variables.js +1 -0
  61. app-ng-runtime/scripts/custom-widgets-m3/src/input_chip/page.min.d.ts +7 -0
  62. app-ng-runtime/scripts/custom-widgets-m3/src/input_chip/page.min.js +7 -0
  63. app-ng-runtime/scripts/custom-widgets-m3/src/payee_list/page.min.d.ts +7 -0
  64. app-ng-runtime/scripts/custom-widgets-m3/src/payee_list/page.min.js +7 -0
  65. app-ng-runtime/scripts/custom-widgets-m3/src/payee_list/payee_list.d.ts +0 -0
  66. app-ng-runtime/scripts/custom-widgets-m3/src/payee_list/payee_list.js +19 -0
  67. app-ng-runtime/scripts/custom-widgets-m3/src/progressbar/page.min.d.ts +7 -0
  68. app-ng-runtime/scripts/custom-widgets-m3/src/progressbar/page.min.js +7 -0
  69. app-ng-runtime/scripts/custom-widgets-m3/src/progressbar/progressbar.d.ts +0 -0
  70. app-ng-runtime/scripts/custom-widgets-m3/src/progressbar/progressbar.js +52 -0
  71. app-ng-runtime/scripts/custom-widgets-m3/src/radio_set/page.min.d.ts +7 -0
  72. app-ng-runtime/scripts/custom-widgets-m3/src/radio_set/page.min.js +7 -0
  73. app-ng-runtime/scripts/custom-widgets-m3/src/radio_set/radio_set.d.ts +0 -0
  74. app-ng-runtime/scripts/custom-widgets-m3/src/radio_set/radio_set.js +35 -0
  75. app-ng-runtime/scripts/custom-widgets-m3/src/slider/page.min.d.ts +7 -0
  76. app-ng-runtime/scripts/custom-widgets-m3/src/slider/page.min.js +7 -0
  77. app-ng-runtime/scripts/custom-widgets-m3/src/slider/slider.d.ts +11 -0
  78. app-ng-runtime/scripts/custom-widgets-m3/src/slider/slider.js +121 -0
  79. app-ng-runtime/scripts/custom-widgets-m3/src/switch_button/page.min.d.ts +7 -0
  80. app-ng-runtime/scripts/custom-widgets-m3/src/switch_button/page.min.js +7 -0
  81. app-ng-runtime/scripts/custom-widgets-m3/src/switch_button/switch_button.d.ts +0 -0
  82. app-ng-runtime/scripts/custom-widgets-m3/src/switch_button/switch_button.js +33 -0
  83. app-ng-runtime/scripts/custom-widgets-m3/src/textfield/page.min.d.ts +7 -0
  84. app-ng-runtime/scripts/custom-widgets-m3/src/textfield/page.min.js +7 -0
  85. app-ng-runtime/scripts/custom-widgets-m3/src/textfield/textfield.d.ts +4 -0
  86. app-ng-runtime/scripts/custom-widgets-m3/src/textfield/textfield.js +65 -0
  87. app-ng-runtime/scripts/custom-widgets-m3/src/widget-registry.d.ts +6 -0
  88. app-ng-runtime/scripts/custom-widgets-m3/src/widget-registry.js +68 -0
@@ -0,0 +1,68 @@
1
+ export var widgetRegistry = [
2
+ {
3
+ "name": "checkbox_set",
4
+ "displayName": "Chekboxset",
5
+ "iconClass": "checkboxset",
6
+ "desc": "Checkbox set control supporting Material 3 design system"
7
+ },
8
+ {
9
+ "name": "divider",
10
+ "displayName": "Divider",
11
+ "iconClass": "design-dialog",
12
+ "desc": "Divider based on Material 3 design system"
13
+ },
14
+ {
15
+ "name": "icon_button",
16
+ "displayName": "Icon button",
17
+ "iconClass": "button",
18
+ "desc": "Icon button based on Material 3 design system"
19
+ },
20
+ {
21
+ "name": "input_chip",
22
+ "displayName": "Input Chip",
23
+ "iconClass": "chips",
24
+ "desc": "Input chips based on Material 3 design system"
25
+ },
26
+ {
27
+ "name": "payee_list",
28
+ "displayName": "Payee List",
29
+ "iconClass": "checkboxset",
30
+ "desc": "Payee List"
31
+ },
32
+ {
33
+ "name": "radio_set",
34
+ "displayName": "Radioset",
35
+ "iconClass": "radioset",
36
+ "desc": "Radioset based on Material 3 design system"
37
+ },
38
+ {
39
+ "name": "switch_button",
40
+ "displayName": "Switch",
41
+ "iconClass": "switch",
42
+ "desc": "Switch button based on Material 3 design system"
43
+ },
44
+ {
45
+ "name": "textfield",
46
+ "displayName": "Textfield",
47
+ "iconClass": "text",
48
+ "desc": "Input text control based on Material 3 design system"
49
+ },
50
+ {
51
+ "name": "slider",
52
+ "displayName": "Slider",
53
+ "iconClass": "slider",
54
+ "desc": "Slider control based on Material 3 design system"
55
+ },
56
+ {
57
+ "name": "discrete_slider",
58
+ "displayName": "Discrete slider",
59
+ "iconClass": "slider",
60
+ "desc": "Discrete Slider control based on Material 3 design system"
61
+ },
62
+ {
63
+ "name": "progressbar",
64
+ "displayName": "Progress bar",
65
+ "iconClass": "progress",
66
+ "desc": "Progress bar widget based on Material 3 design system"
67
+ }
68
+ ];