@ibiz-template/runtime 0.1.13 → 0.1.15

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 (158) hide show
  1. package/dist/index.esm.js +606 -136
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/out/controller/common/base.controller.d.ts.map +1 -1
  5. package/out/controller/common/base.controller.js +2 -0
  6. package/out/controller/common/editor/editor.controller.d.ts +1 -1
  7. package/out/controller/common/editor/editor.controller.d.ts.map +1 -1
  8. package/out/controller/common/editor/editor.controller.js +3 -1
  9. package/out/controller/control/caption-bar/caption-bar.controller.js +1 -1
  10. package/out/controller/control/form/form-detail/form-druipart/form-druipart.controller.d.ts.map +1 -1
  11. package/out/controller/control/form/form-detail/form-druipart/form-druipart.controller.js +4 -2
  12. package/out/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.d.ts +1 -1
  13. package/out/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.d.ts.map +1 -1
  14. package/out/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.js +16 -14
  15. package/out/controller/control/search-bar/search-bar.controller.d.ts.map +1 -1
  16. package/out/controller/control/search-bar/search-bar.controller.js +1 -0
  17. package/out/controller/control/tree/tree.controller.d.ts.map +1 -1
  18. package/out/controller/control/tree/tree.controller.js +0 -1
  19. package/out/controller/utils/event/controller-event.d.ts +7 -0
  20. package/out/controller/utils/event/controller-event.d.ts.map +1 -1
  21. package/out/controller/utils/event/controller-event.js +17 -0
  22. package/out/controller/utils/index.d.ts +1 -0
  23. package/out/controller/utils/index.d.ts.map +1 -1
  24. package/out/controller/utils/index.js +1 -0
  25. package/out/controller/utils/value-ex/value-ex.d.ts +47 -0
  26. package/out/controller/utils/value-ex/value-ex.d.ts.map +1 -0
  27. package/out/controller/utils/value-ex/value-ex.js +48 -0
  28. package/out/engine/md-view.engine.d.ts.map +1 -1
  29. package/out/engine/md-view.engine.js +16 -5
  30. package/out/interface/common/i-modal/i-modal.d.ts +8 -0
  31. package/out/interface/common/i-modal/i-modal.d.ts.map +1 -1
  32. package/out/interface/controller/state/common/i-controller.state.d.ts +8 -0
  33. package/out/interface/controller/state/common/i-controller.state.d.ts.map +1 -1
  34. package/out/interface/controller/state/control/i-search-bar.state.d.ts +8 -0
  35. package/out/interface/controller/state/control/i-search-bar.state.d.ts.map +1 -1
  36. package/out/service/dto/method.dto.d.ts.map +1 -1
  37. package/out/service/dto/method.dto.js +3 -1
  38. package/out/service/service/entity/method/method.d.ts.map +1 -1
  39. package/out/service/service/entity/method/method.js +5 -4
  40. package/out/ui-action/provider/backend-ui-action-provider.d.ts.map +1 -1
  41. package/out/ui-action/provider/backend-ui-action-provider.js +6 -3
  42. package/out/ui-action/uiaction-util.d.ts.map +1 -1
  43. package/out/ui-action/uiaction-util.js +1 -0
  44. package/out/utils/handlebars/handlebars.d.ts +11 -2
  45. package/out/utils/handlebars/handlebars.d.ts.map +1 -1
  46. package/out/utils/handlebars/handlebars.js +24 -2
  47. package/out/utils/handlebars/helpers/and/and.d.ts +16 -0
  48. package/out/utils/handlebars/helpers/and/and.d.ts.map +1 -0
  49. package/out/utils/handlebars/helpers/and/and.js +24 -0
  50. package/out/utils/handlebars/helpers/camel-case/camel-case.d.ts +16 -0
  51. package/out/utils/handlebars/helpers/camel-case/camel-case.d.ts.map +1 -0
  52. package/out/utils/handlebars/helpers/camel-case/camel-case.js +23 -0
  53. package/out/utils/handlebars/helpers/concat/concat.d.ts +16 -0
  54. package/out/utils/handlebars/helpers/concat/concat.d.ts.map +1 -0
  55. package/out/utils/handlebars/helpers/concat/concat.js +20 -0
  56. package/out/utils/handlebars/helpers/eq/eq.d.ts +16 -0
  57. package/out/utils/handlebars/helpers/eq/eq.d.ts.map +1 -0
  58. package/out/utils/handlebars/helpers/eq/eq.js +22 -0
  59. package/out/utils/handlebars/helpers/eq-property-value/eq-property-value.d.ts +15 -0
  60. package/out/utils/handlebars/helpers/eq-property-value/eq-property-value.d.ts.map +1 -0
  61. package/out/utils/handlebars/helpers/eq-property-value/eq-property-value.js +32 -0
  62. package/out/utils/handlebars/helpers/gt/gt.d.ts +16 -0
  63. package/out/utils/handlebars/helpers/gt/gt.d.ts.map +1 -0
  64. package/out/utils/handlebars/helpers/gt/gt.js +22 -0
  65. package/out/utils/handlebars/helpers/gte/gte.d.ts +16 -0
  66. package/out/utils/handlebars/helpers/gte/gte.d.ts.map +1 -0
  67. package/out/utils/handlebars/helpers/gte/gte.js +22 -0
  68. package/out/utils/handlebars/helpers/helper-base.d.ts +29 -0
  69. package/out/utils/handlebars/helpers/helper-base.d.ts.map +1 -0
  70. package/out/utils/handlebars/helpers/helper-base.js +20 -0
  71. package/out/utils/handlebars/helpers/index.d.ts +9 -0
  72. package/out/utils/handlebars/helpers/index.d.ts.map +1 -0
  73. package/out/utils/handlebars/helpers/index.js +45 -0
  74. package/out/utils/handlebars/helpers/json/json.d.ts +16 -0
  75. package/out/utils/handlebars/helpers/json/json.d.ts.map +1 -0
  76. package/out/utils/handlebars/helpers/json/json.js +19 -0
  77. package/out/utils/handlebars/helpers/lower-case/lower-case.d.ts +16 -0
  78. package/out/utils/handlebars/helpers/lower-case/lower-case.d.ts.map +1 -0
  79. package/out/utils/handlebars/helpers/lower-case/lower-case.js +22 -0
  80. package/out/utils/handlebars/helpers/lt/lt.d.ts +16 -0
  81. package/out/utils/handlebars/helpers/lt/lt.d.ts.map +1 -0
  82. package/out/utils/handlebars/helpers/lt/lt.js +22 -0
  83. package/out/utils/handlebars/helpers/lte/lte.d.ts +16 -0
  84. package/out/utils/handlebars/helpers/lte/lte.d.ts.map +1 -0
  85. package/out/utils/handlebars/helpers/lte/lte.js +22 -0
  86. package/out/utils/handlebars/helpers/neq/neq.d.ts +16 -0
  87. package/out/utils/handlebars/helpers/neq/neq.d.ts.map +1 -0
  88. package/out/utils/handlebars/helpers/neq/neq.js +22 -0
  89. package/out/utils/handlebars/helpers/not/not.d.ts +16 -0
  90. package/out/utils/handlebars/helpers/not/not.d.ts.map +1 -0
  91. package/out/utils/handlebars/helpers/not/not.js +21 -0
  92. package/out/utils/handlebars/helpers/or/or.d.ts +16 -0
  93. package/out/utils/handlebars/helpers/or/or.d.ts.map +1 -0
  94. package/out/utils/handlebars/helpers/or/or.js +27 -0
  95. package/out/utils/handlebars/helpers/pascal-case/pascal-case.d.ts +16 -0
  96. package/out/utils/handlebars/helpers/pascal-case/pascal-case.d.ts.map +1 -0
  97. package/out/utils/handlebars/helpers/pascal-case/pascal-case.js +23 -0
  98. package/out/utils/handlebars/helpers/snake-case/snake-case.d.ts +16 -0
  99. package/out/utils/handlebars/helpers/snake-case/snake-case.d.ts.map +1 -0
  100. package/out/utils/handlebars/helpers/snake-case/snake-case.js +23 -0
  101. package/out/utils/handlebars/helpers/spinal-case/spinal-case.d.ts +16 -0
  102. package/out/utils/handlebars/helpers/spinal-case/spinal-case.d.ts.map +1 -0
  103. package/out/utils/handlebars/helpers/spinal-case/spinal-case.js +23 -0
  104. package/out/utils/handlebars/helpers/upper-case/upper-case.d.ts +16 -0
  105. package/out/utils/handlebars/helpers/upper-case/upper-case.d.ts.map +1 -0
  106. package/out/utils/handlebars/helpers/upper-case/upper-case.js +22 -0
  107. package/out/utils/handlebars/utils/helper/helper.d.ts +42 -0
  108. package/out/utils/handlebars/utils/helper/helper.d.ts.map +1 -0
  109. package/out/utils/handlebars/utils/helper/helper.js +69 -0
  110. package/out/utils/handlebars/utils/index.d.ts +2 -0
  111. package/out/utils/handlebars/utils/index.d.ts.map +1 -0
  112. package/out/utils/handlebars/utils/index.js +1 -0
  113. package/out/utils/modal/modal.d.ts +1 -0
  114. package/out/utils/modal/modal.d.ts.map +1 -1
  115. package/out/utils/modal/modal.js +5 -2
  116. package/package.json +3 -3
  117. package/src/controller/common/base.controller.ts +2 -0
  118. package/src/controller/common/editor/editor.controller.ts +5 -2
  119. package/src/controller/control/caption-bar/caption-bar.controller.ts +1 -1
  120. package/src/controller/control/form/form-detail/form-druipart/form-druipart.controller.ts +4 -2
  121. package/src/controller/control/grid/grid-column/grid-field-column/grid-field-column.controller.ts +17 -14
  122. package/src/controller/control/search-bar/search-bar.controller.ts +1 -0
  123. package/src/controller/control/tree/tree.controller.ts +0 -1
  124. package/src/controller/utils/event/controller-event.ts +18 -0
  125. package/src/controller/utils/index.ts +1 -0
  126. package/src/controller/utils/value-ex/value-ex.ts +83 -0
  127. package/src/engine/md-view.engine.ts +17 -5
  128. package/src/interface/common/i-modal/i-modal.ts +9 -0
  129. package/src/interface/controller/state/common/i-controller.state.ts +9 -0
  130. package/src/interface/controller/state/control/i-search-bar.state.ts +9 -0
  131. package/src/service/dto/method.dto.ts +3 -1
  132. package/src/service/service/entity/method/method.ts +11 -4
  133. package/src/ui-action/provider/backend-ui-action-provider.ts +6 -3
  134. package/src/ui-action/uiaction-util.ts +1 -0
  135. package/src/utils/handlebars/handlebars.ts +25 -3
  136. package/src/utils/handlebars/helpers/and/and.ts +26 -0
  137. package/src/utils/handlebars/helpers/camel-case/camel-case.ts +25 -0
  138. package/src/utils/handlebars/helpers/concat/concat.ts +22 -0
  139. package/src/utils/handlebars/helpers/eq/eq.ts +28 -0
  140. package/src/utils/handlebars/helpers/eq-property-value/eq-property-value.ts +41 -0
  141. package/src/utils/handlebars/helpers/gt/gt.ts +28 -0
  142. package/src/utils/handlebars/helpers/gte/gte.ts +28 -0
  143. package/src/utils/handlebars/helpers/helper-base.ts +31 -0
  144. package/src/utils/handlebars/helpers/index.ts +46 -0
  145. package/src/utils/handlebars/helpers/json/json.ts +25 -0
  146. package/src/utils/handlebars/helpers/lower-case/lower-case.ts +24 -0
  147. package/src/utils/handlebars/helpers/lt/lt.ts +28 -0
  148. package/src/utils/handlebars/helpers/lte/lte.ts +28 -0
  149. package/src/utils/handlebars/helpers/neq/neq.ts +28 -0
  150. package/src/utils/handlebars/helpers/not/not.ts +26 -0
  151. package/src/utils/handlebars/helpers/or/or.ts +28 -0
  152. package/src/utils/handlebars/helpers/pascal-case/pascal-case.ts +25 -0
  153. package/src/utils/handlebars/helpers/snake-case/snake-case.ts +25 -0
  154. package/src/utils/handlebars/helpers/spinal-case/spinal-case.ts +25 -0
  155. package/src/utils/handlebars/helpers/upper-case/upper-case.ts +24 -0
  156. package/src/utils/handlebars/utils/helper/helper.ts +75 -0
  157. package/src/utils/handlebars/utils/index.ts +1 -0
  158. package/src/utils/modal/modal.ts +6 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.