awing-library 2.1.2-dev.98 → 2.1.2-preview.1

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 (2985) hide show
  1. package/README.md +108 -28
  2. package/dist/AWING/Action/Container.d.ts +4 -0
  3. package/dist/AWING/Action/Container.d.ts.map +1 -0
  4. package/dist/AWING/Action/Container.js +78 -0
  5. package/dist/AWING/Action/Container.test.js +107 -0
  6. package/dist/AWING/Action/Types.d.ts +13 -0
  7. package/dist/AWING/Action/Types.d.ts.map +1 -0
  8. package/dist/AWING/Action/Types.js +0 -0
  9. package/dist/AWING/Action/index.d.ts +3 -0
  10. package/dist/AWING/Action/index.d.ts.map +1 -0
  11. package/dist/AWING/Action/index.js +3 -0
  12. package/dist/AWING/AdvancedSearch/Component.test.js +708 -0
  13. package/dist/AWING/AdvancedSearch/Container.d.ts +4 -0
  14. package/dist/AWING/AdvancedSearch/Container.d.ts.map +1 -0
  15. package/dist/AWING/AdvancedSearch/Container.js +304 -0
  16. package/dist/AWING/AdvancedSearch/Types.d.ts +91 -0
  17. package/dist/AWING/AdvancedSearch/Types.d.ts.map +1 -0
  18. package/dist/AWING/AdvancedSearch/Types.js +0 -0
  19. package/dist/AWING/AdvancedSearch/index.d.ts +3 -0
  20. package/dist/AWING/AdvancedSearch/index.d.ts.map +1 -0
  21. package/dist/AWING/AdvancedSearch/index.js +3 -0
  22. package/dist/AWING/AsyncAutocomplete/Container.d.ts +3 -0
  23. package/dist/AWING/AsyncAutocomplete/Container.d.ts.map +1 -0
  24. package/dist/AWING/AsyncAutocomplete/Container.js +210 -0
  25. package/dist/AWING/AsyncAutocomplete/Container.test.js +248 -0
  26. package/dist/AWING/AsyncAutocomplete/index.d.ts +3 -0
  27. package/dist/AWING/AsyncAutocomplete/index.d.ts.map +1 -0
  28. package/dist/AWING/AsyncAutocomplete/index.js +3 -0
  29. package/dist/AWING/AsyncAutocomplete/interface.d.ts +18 -0
  30. package/dist/AWING/AsyncAutocomplete/interface.d.ts.map +1 -0
  31. package/dist/AWING/AsyncAutocomplete/interface.js +0 -0
  32. package/dist/AWING/BoxResizableSplit/Container.d.ts +10 -0
  33. package/dist/AWING/BoxResizableSplit/Container.d.ts.map +1 -0
  34. package/dist/AWING/BoxResizableSplit/Container.js +96 -0
  35. package/dist/AWING/BoxResizableSplit/index.d.ts +3 -0
  36. package/dist/AWING/BoxResizableSplit/index.d.ts.map +1 -0
  37. package/dist/AWING/BoxResizableSplit/index.js +3 -0
  38. package/dist/AWING/ButtonDateRangePicker/Container.d.ts +5 -0
  39. package/dist/AWING/ButtonDateRangePicker/Container.d.ts.map +1 -0
  40. package/dist/AWING/ButtonDateRangePicker/Container.js +124 -0
  41. package/dist/AWING/ButtonDateRangePicker/Types.d.ts +13 -0
  42. package/dist/AWING/ButtonDateRangePicker/Types.d.ts.map +1 -0
  43. package/dist/AWING/ButtonDateRangePicker/Types.js +0 -0
  44. package/dist/AWING/ButtonDateRangePicker/index.d.ts +3 -0
  45. package/dist/AWING/ButtonDateRangePicker/index.d.ts.map +1 -0
  46. package/dist/AWING/ButtonDateRangePicker/index.js +3 -0
  47. package/dist/AWING/ButtonSelect/Container.d.ts +5 -0
  48. package/dist/AWING/ButtonSelect/Container.d.ts.map +1 -0
  49. package/dist/AWING/ButtonSelect/Container.js +56 -0
  50. package/dist/AWING/ButtonSelect/Container.test.js +125 -0
  51. package/dist/AWING/ButtonSelect/Types.d.ts +10 -0
  52. package/dist/AWING/ButtonSelect/Types.d.ts.map +1 -0
  53. package/dist/AWING/ButtonSelect/Types.js +0 -0
  54. package/dist/AWING/ButtonSelect/index.d.ts +3 -0
  55. package/dist/AWING/ButtonSelect/index.d.ts.map +1 -0
  56. package/dist/AWING/ButtonSelect/index.js +3 -0
  57. package/dist/AWING/ButtonSplit/Container.d.ts +18 -0
  58. package/dist/AWING/ButtonSplit/Container.d.ts.map +1 -0
  59. package/dist/AWING/ButtonSplit/Container.js +104 -0
  60. package/dist/AWING/ButtonSplit/index.d.ts +3 -0
  61. package/dist/AWING/ButtonSplit/index.d.ts.map +1 -0
  62. package/dist/AWING/ButtonSplit/index.js +2 -0
  63. package/dist/AWING/ButtonSysnSelectDate/Container.d.ts +14 -0
  64. package/dist/AWING/ButtonSysnSelectDate/Container.d.ts.map +1 -0
  65. package/dist/AWING/ButtonSysnSelectDate/Container.js +112 -0
  66. package/dist/AWING/ButtonSysnSelectDate/index.d.ts +3 -0
  67. package/dist/AWING/ButtonSysnSelectDate/index.d.ts.map +1 -0
  68. package/dist/AWING/ButtonSysnSelectDate/index.js +2 -0
  69. package/dist/AWING/CascadingAutocomplete/Container.d.ts +3 -0
  70. package/dist/AWING/CascadingAutocomplete/Container.d.ts.map +1 -0
  71. package/dist/AWING/CascadingAutocomplete/Container.js +646 -0
  72. package/dist/AWING/CascadingAutocomplete/Container.test.js +383 -0
  73. package/dist/AWING/CascadingAutocomplete/index.d.ts +4 -0
  74. package/dist/AWING/CascadingAutocomplete/index.d.ts.map +1 -0
  75. package/dist/AWING/CascadingAutocomplete/index.js +2 -0
  76. package/dist/AWING/CascadingAutocomplete/interface.d.ts +162 -0
  77. package/dist/AWING/CascadingAutocomplete/interface.d.ts.map +1 -0
  78. package/dist/AWING/CascadingAutocomplete/interface.js +0 -0
  79. package/dist/AWING/Chart/BarLine/component.d.ts +5 -0
  80. package/dist/AWING/Chart/BarLine/component.d.ts.map +1 -0
  81. package/dist/AWING/Chart/BarLine/component.js +340 -0
  82. package/dist/AWING/Chart/BarLine/component.test.js +607 -0
  83. package/dist/AWING/Chart/BarLine/constants.d.ts +8 -0
  84. package/dist/AWING/Chart/BarLine/constants.d.ts.map +1 -0
  85. package/dist/AWING/Chart/BarLine/constants.js +45 -0
  86. package/dist/AWING/Chart/BarLine/index.d.ts +4 -0
  87. package/dist/AWING/Chart/BarLine/index.d.ts.map +1 -0
  88. package/dist/AWING/Chart/BarLine/index.js +7 -0
  89. package/dist/AWING/Chart/BarLine/types.d.ts +33 -0
  90. package/dist/AWING/Chart/BarLine/types.d.ts.map +1 -0
  91. package/dist/AWING/Chart/BarLine/types.js +0 -0
  92. package/dist/AWING/Chart/BarLine/utils.d.ts +11 -0
  93. package/dist/AWING/Chart/BarLine/utils.d.ts.map +1 -0
  94. package/dist/AWING/Chart/BarLine/utils.js +147 -0
  95. package/dist/AWING/Chart/Enums.d.ts +7 -0
  96. package/dist/AWING/Chart/Enums.d.ts.map +1 -0
  97. package/dist/AWING/Chart/Enums.js +8 -0
  98. package/dist/AWING/Chart/Pie/component.d.ts +4 -0
  99. package/dist/AWING/Chart/Pie/component.d.ts.map +1 -0
  100. package/dist/AWING/Chart/Pie/component.js +70 -0
  101. package/dist/AWING/Chart/Pie/component.test.js +181 -0
  102. package/dist/AWING/Chart/Pie/constants.d.ts +2 -0
  103. package/dist/AWING/Chart/Pie/constants.d.ts.map +1 -0
  104. package/dist/AWING/Chart/Pie/constants.js +9 -0
  105. package/dist/AWING/Chart/Pie/index.d.ts +4 -0
  106. package/dist/AWING/Chart/Pie/index.d.ts.map +1 -0
  107. package/dist/AWING/Chart/Pie/index.js +7 -0
  108. package/dist/AWING/Chart/Pie/utils.d.ts +4 -0
  109. package/dist/AWING/Chart/Pie/utils.d.ts.map +1 -0
  110. package/dist/AWING/Chart/Pie/utils.js +3 -0
  111. package/dist/AWING/Chart/Styles.d.ts +70 -0
  112. package/dist/AWING/Chart/Styles.d.ts.map +1 -0
  113. package/dist/AWING/Chart/Styles.js +208 -0
  114. package/dist/AWING/Chart/Types.d.ts +25 -0
  115. package/dist/AWING/Chart/Types.d.ts.map +1 -0
  116. package/dist/AWING/Chart/Types.js +0 -0
  117. package/dist/AWING/Chart/index.d.ts +4 -0
  118. package/dist/AWING/Chart/index.d.ts.map +1 -0
  119. package/dist/AWING/Chart/index.js +4 -0
  120. package/dist/AWING/CircularProgress/index.d.ts +8 -0
  121. package/dist/AWING/CircularProgress/index.d.ts.map +1 -0
  122. package/dist/AWING/CircularProgress/index.js +19 -0
  123. package/dist/AWING/ContentHeader/Container.d.ts +10 -0
  124. package/dist/AWING/ContentHeader/Container.d.ts.map +1 -0
  125. package/dist/AWING/ContentHeader/Container.js +36 -0
  126. package/dist/AWING/ContentHeader/Container.test.js +26 -0
  127. package/dist/AWING/ContentHeader/Styled.d.ts +2 -0
  128. package/dist/AWING/ContentHeader/Styled.d.ts.map +1 -0
  129. package/dist/AWING/ContentHeader/Styled.js +28 -0
  130. package/dist/AWING/ContentHeader/index.d.ts +3 -0
  131. package/dist/AWING/ContentHeader/index.d.ts.map +1 -0
  132. package/dist/AWING/ContentHeader/index.js +2 -0
  133. package/dist/AWING/ControlPanels/Container.d.ts +6 -0
  134. package/dist/AWING/ControlPanels/Container.d.ts.map +1 -0
  135. package/dist/AWING/ControlPanels/Container.js +456 -0
  136. package/dist/AWING/ControlPanels/Container.test.js +410 -0
  137. package/dist/AWING/ControlPanels/Enums.d.ts +19 -0
  138. package/dist/AWING/ControlPanels/Enums.d.ts.map +1 -0
  139. package/dist/AWING/ControlPanels/Enums.js +20 -0
  140. package/dist/AWING/ControlPanels/Types.d.ts +34 -0
  141. package/dist/AWING/ControlPanels/Types.d.ts.map +1 -0
  142. package/dist/AWING/ControlPanels/Types.js +0 -0
  143. package/dist/AWING/ControlPanels/index.d.ts +4 -0
  144. package/dist/AWING/ControlPanels/index.d.ts.map +1 -0
  145. package/dist/AWING/ControlPanels/index.js +4 -0
  146. package/dist/AWING/CronTab/CronTab.d.ts +3 -0
  147. package/dist/AWING/CronTab/CronTab.d.ts.map +1 -0
  148. package/dist/AWING/CronTab/CronTab.js +219 -0
  149. package/dist/AWING/CronTab/CronTab.test.js +271 -0
  150. package/dist/AWING/CronTab/DayInterval.d.ts +3 -0
  151. package/dist/AWING/CronTab/DayInterval.d.ts.map +1 -0
  152. package/dist/AWING/CronTab/DayInterval.js +155 -0
  153. package/dist/AWING/CronTab/DayInterval.test.js +146 -0
  154. package/dist/AWING/CronTab/constants.d.ts +54 -0
  155. package/dist/AWING/CronTab/constants.d.ts.map +1 -0
  156. package/dist/AWING/CronTab/constants.js +54 -0
  157. package/dist/AWING/CronTab/index.d.ts +5 -0
  158. package/dist/AWING/CronTab/index.d.ts.map +1 -0
  159. package/dist/AWING/CronTab/index.js +15 -0
  160. package/dist/AWING/CronTab/interface.d.ts +43 -0
  161. package/dist/AWING/CronTab/interface.d.ts.map +1 -0
  162. package/dist/AWING/CronTab/interface.js +0 -0
  163. package/dist/AWING/DataForm/container.d.ts +3 -0
  164. package/dist/AWING/DataForm/container.d.ts.map +1 -0
  165. package/dist/AWING/DataForm/container.js +219 -0
  166. package/dist/AWING/DataForm/container.test.js +909 -0
  167. package/dist/AWING/DataForm/index.d.ts +5 -0
  168. package/dist/AWING/DataForm/index.d.ts.map +1 -0
  169. package/dist/AWING/DataForm/index.js +15 -0
  170. package/dist/AWING/DataForm/interface.d.ts +35 -0
  171. package/dist/AWING/DataForm/interface.d.ts.map +1 -0
  172. package/dist/AWING/DataForm/interface.js +0 -0
  173. package/dist/AWING/DataForm/types.d.ts +7 -0
  174. package/dist/AWING/DataForm/types.d.ts.map +1 -0
  175. package/dist/AWING/DataForm/types.js +0 -0
  176. package/dist/AWING/DataForm/utils.d.ts +24 -0
  177. package/dist/AWING/DataForm/utils.d.ts.map +1 -0
  178. package/dist/AWING/DataForm/utils.js +76 -0
  179. package/dist/AWING/DataForm/utils.test.js +432 -0
  180. package/dist/AWING/DataForm2/FieldWrapper.d.ts +29 -0
  181. package/dist/AWING/DataForm2/FieldWrapper.d.ts.map +1 -0
  182. package/dist/AWING/DataForm2/FieldWrapper.js +65 -0
  183. package/dist/AWING/DataForm2/containerOptimized.d.ts +11 -0
  184. package/dist/AWING/DataForm2/containerOptimized.d.ts.map +1 -0
  185. package/dist/AWING/DataForm2/containerOptimized.js +198 -0
  186. package/dist/AWING/DataForm2/containerOptimized.test.js +429 -0
  187. package/dist/AWING/DataForm2/formStateManager.d.ts +42 -0
  188. package/dist/AWING/DataForm2/formStateManager.d.ts.map +1 -0
  189. package/dist/AWING/DataForm2/formStateManager.js +153 -0
  190. package/dist/AWING/DataForm2/formulaUtils.d.ts +84 -0
  191. package/dist/AWING/DataForm2/formulaUtils.d.ts.map +1 -0
  192. package/dist/AWING/DataForm2/formulaUtils.js +108 -0
  193. package/dist/AWING/DataForm2/index.d.ts +11 -0
  194. package/dist/AWING/DataForm2/index.d.ts.map +1 -0
  195. package/dist/AWING/DataForm2/index.js +17 -0
  196. package/dist/AWING/DataForm2/interface.d.ts +45 -0
  197. package/dist/AWING/DataForm2/interface.d.ts.map +1 -0
  198. package/dist/AWING/DataForm2/interface.js +0 -0
  199. package/dist/AWING/DataGrid/Table.d.ts +4 -0
  200. package/dist/AWING/DataGrid/Table.d.ts.map +1 -0
  201. package/dist/AWING/DataGrid/Table.js +231 -0
  202. package/dist/AWING/DataGrid/index.d.ts +5 -0
  203. package/dist/AWING/DataGrid/index.d.ts.map +1 -0
  204. package/dist/AWING/DataGrid/index.js +45 -0
  205. package/dist/AWING/DataGrid/index.test.js +394 -0
  206. package/dist/AWING/DataGrid/interface.d.ts +107 -0
  207. package/dist/AWING/DataGrid/interface.d.ts.map +1 -0
  208. package/dist/AWING/DataGrid/interface.js +1 -0
  209. package/dist/AWING/DataGrid/styles.d.ts +8 -0
  210. package/dist/AWING/DataGrid/styles.d.ts.map +1 -0
  211. package/dist/AWING/DataGrid/styles.js +36 -0
  212. package/dist/AWING/DataGridGroups/Atoms.d.ts +25 -0
  213. package/dist/AWING/DataGridGroups/Atoms.d.ts.map +1 -0
  214. package/dist/AWING/DataGridGroups/Atoms.js +16 -0
  215. package/dist/AWING/DataGridGroups/Constants.d.ts +17 -0
  216. package/dist/AWING/DataGridGroups/Constants.d.ts.map +1 -0
  217. package/dist/AWING/DataGridGroups/Constants.js +18 -0
  218. package/dist/AWING/DataGridGroups/Container.d.ts +11 -0
  219. package/dist/AWING/DataGridGroups/Container.d.ts.map +1 -0
  220. package/dist/AWING/DataGridGroups/Container.js +92 -0
  221. package/dist/AWING/DataGridGroups/Container.test.js +282 -0
  222. package/dist/AWING/DataGridGroups/Enums.d.ts +6 -0
  223. package/dist/AWING/DataGridGroups/Enums.d.ts.map +1 -0
  224. package/dist/AWING/DataGridGroups/Enums.js +7 -0
  225. package/dist/AWING/DataGridGroups/PanelGroup/Container.d.ts +7 -0
  226. package/dist/AWING/DataGridGroups/PanelGroup/Container.d.ts.map +1 -0
  227. package/dist/AWING/DataGridGroups/PanelGroup/Container.js +65 -0
  228. package/dist/AWING/DataGridGroups/PanelGroup/Container.test.js +38 -0
  229. package/dist/AWING/DataGridGroups/PanelGroup/Panels.d.ts +3 -0
  230. package/dist/AWING/DataGridGroups/PanelGroup/Panels.d.ts.map +1 -0
  231. package/dist/AWING/DataGridGroups/PanelGroup/Panels.js +151 -0
  232. package/dist/AWING/DataGridGroups/PanelGroup/Panels.test.js +244 -0
  233. package/dist/AWING/DataGridGroups/PanelGroup/index.d.ts +2 -0
  234. package/dist/AWING/DataGridGroups/PanelGroup/index.d.ts.map +1 -0
  235. package/dist/AWING/DataGridGroups/PanelGroup/index.js +2 -0
  236. package/dist/AWING/DataGridGroups/TableCollaped/Container.d.ts +10 -0
  237. package/dist/AWING/DataGridGroups/TableCollaped/Container.d.ts.map +1 -0
  238. package/dist/AWING/DataGridGroups/TableCollaped/Container.js +196 -0
  239. package/dist/AWING/DataGridGroups/TableCollaped/Container.test.js +265 -0
  240. package/dist/AWING/DataGridGroups/TableCollaped/RowAdvance.d.ts +12 -0
  241. package/dist/AWING/DataGridGroups/TableCollaped/RowAdvance.d.ts.map +1 -0
  242. package/dist/AWING/DataGridGroups/TableCollaped/RowAdvance.js +197 -0
  243. package/dist/AWING/DataGridGroups/TableCollaped/RowAdvance.test.js +246 -0
  244. package/dist/AWING/DataGridGroups/TableCollaped/index.d.ts +2 -0
  245. package/dist/AWING/DataGridGroups/TableCollaped/index.d.ts.map +1 -0
  246. package/dist/AWING/DataGridGroups/TableCollaped/index.js +2 -0
  247. package/dist/AWING/DataGridGroups/Types.d.ts +31 -0
  248. package/dist/AWING/DataGridGroups/Types.d.ts.map +1 -0
  249. package/dist/AWING/DataGridGroups/Types.js +0 -0
  250. package/dist/AWING/DataGridGroups/components/NoDataTable/index.d.ts +8 -0
  251. package/dist/AWING/DataGridGroups/components/NoDataTable/index.d.ts.map +1 -0
  252. package/dist/AWING/DataGridGroups/components/NoDataTable/index.js +19 -0
  253. package/dist/AWING/DataGridGroups/components/NoDataTable/index.test.js +20 -0
  254. package/dist/AWING/DataGridGroups/components/Pagination/index.d.ts +14 -0
  255. package/dist/AWING/DataGridGroups/components/Pagination/index.d.ts.map +1 -0
  256. package/dist/AWING/DataGridGroups/components/Pagination/index.js +45 -0
  257. package/dist/AWING/DataGridGroups/components/Pagination/index.test.js +49 -0
  258. package/dist/AWING/DataGridGroups/index.d.ts +9 -0
  259. package/dist/AWING/DataGridGroups/index.d.ts.map +1 -0
  260. package/dist/AWING/DataGridGroups/index.js +12 -0
  261. package/dist/AWING/DataGridGroups/utils.d.ts +3 -0
  262. package/dist/AWING/DataGridGroups/utils.d.ts.map +1 -0
  263. package/dist/AWING/DataGridGroups/utils.js +15 -0
  264. package/dist/AWING/DataGridGroups/utils.test.js +111 -0
  265. package/dist/AWING/DataInput/DataInput.test.js +1280 -0
  266. package/dist/AWING/DataInput/components/AsyncAutocompleteInput.d.ts +18 -0
  267. package/dist/AWING/DataInput/components/AsyncAutocompleteInput.d.ts.map +1 -0
  268. package/dist/AWING/DataInput/components/AsyncAutocompleteInput.js +41 -0
  269. package/dist/AWING/DataInput/components/AutocompleteInput.d.ts +16 -0
  270. package/dist/AWING/DataInput/components/AutocompleteInput.d.ts.map +1 -0
  271. package/dist/AWING/DataInput/components/AutocompleteInput.js +83 -0
  272. package/dist/AWING/DataInput/components/CascadingAutocompleteInput.d.ts +24 -0
  273. package/dist/AWING/DataInput/components/CascadingAutocompleteInput.d.ts.map +1 -0
  274. package/dist/AWING/DataInput/components/CascadingAutocompleteInput.js +48 -0
  275. package/dist/AWING/DataInput/components/CheckBoxInput.d.ts +10 -0
  276. package/dist/AWING/DataInput/components/CheckBoxInput.d.ts.map +1 -0
  277. package/dist/AWING/DataInput/components/CheckBoxInput.js +28 -0
  278. package/dist/AWING/DataInput/components/CustomInput.d.ts +10 -0
  279. package/dist/AWING/DataInput/components/CustomInput.d.ts.map +1 -0
  280. package/dist/AWING/DataInput/components/CustomInput.js +9 -0
  281. package/dist/AWING/DataInput/components/DateRangeInput.d.ts +14 -0
  282. package/dist/AWING/DataInput/components/DateRangeInput.d.ts.map +1 -0
  283. package/dist/AWING/DataInput/components/DateRangeInput.js +42 -0
  284. package/dist/AWING/DataInput/components/DateTimeInput.d.ts +15 -0
  285. package/dist/AWING/DataInput/components/DateTimeInput.d.ts.map +1 -0
  286. package/dist/AWING/DataInput/components/DateTimeInput.js +42 -0
  287. package/dist/AWING/DataInput/components/GeoFencingInput.d.ts +18 -0
  288. package/dist/AWING/DataInput/components/GeoFencingInput.d.ts.map +1 -0
  289. package/dist/AWING/DataInput/components/GeoFencingInput.js +26 -0
  290. package/dist/AWING/DataInput/components/LazyAutocompleteInput.d.ts +12 -0
  291. package/dist/AWING/DataInput/components/LazyAutocompleteInput.d.ts.map +1 -0
  292. package/dist/AWING/DataInput/components/LazyAutocompleteInput.js +106 -0
  293. package/dist/AWING/DataInput/components/LogicExpressionInput.d.ts +13 -0
  294. package/dist/AWING/DataInput/components/LogicExpressionInput.d.ts.map +1 -0
  295. package/dist/AWING/DataInput/components/LogicExpressionInput.js +17 -0
  296. package/dist/AWING/DataInput/components/MonacoEditorInput.d.ts +9 -0
  297. package/dist/AWING/DataInput/components/MonacoEditorInput.d.ts.map +1 -0
  298. package/dist/AWING/DataInput/components/MonacoEditorInput.js +24 -0
  299. package/dist/AWING/DataInput/components/MonthTimeInput.d.ts +4 -0
  300. package/dist/AWING/DataInput/components/MonthTimeInput.d.ts.map +1 -0
  301. package/dist/AWING/DataInput/components/MonthTimeInput.js +38 -0
  302. package/dist/AWING/DataInput/components/MultipleHierarchicalInput.d.ts +9 -0
  303. package/dist/AWING/DataInput/components/MultipleHierarchicalInput.d.ts.map +1 -0
  304. package/dist/AWING/DataInput/components/MultipleHierarchicalInput.js +27 -0
  305. package/dist/AWING/DataInput/components/NumberInput.d.ts +20 -0
  306. package/dist/AWING/DataInput/components/NumberInput.d.ts.map +1 -0
  307. package/dist/AWING/DataInput/components/NumberInput.js +90 -0
  308. package/dist/AWING/DataInput/components/RadioInput.d.ts +11 -0
  309. package/dist/AWING/DataInput/components/RadioInput.d.ts.map +1 -0
  310. package/dist/AWING/DataInput/components/RadioInput.js +36 -0
  311. package/dist/AWING/DataInput/components/SelectFolderInput.d.ts +10 -0
  312. package/dist/AWING/DataInput/components/SelectFolderInput.d.ts.map +1 -0
  313. package/dist/AWING/DataInput/components/SelectFolderInput.js +45 -0
  314. package/dist/AWING/DataInput/components/SelectInput.d.ts +20 -0
  315. package/dist/AWING/DataInput/components/SelectInput.d.ts.map +1 -0
  316. package/dist/AWING/DataInput/components/SelectInput.js +72 -0
  317. package/dist/AWING/DataInput/components/TextInput.d.ts +27 -0
  318. package/dist/AWING/DataInput/components/TextInput.d.ts.map +1 -0
  319. package/dist/AWING/DataInput/components/TextInput.js +71 -0
  320. package/dist/AWING/DataInput/components/index.d.ts +19 -0
  321. package/dist/AWING/DataInput/components/index.d.ts.map +1 -0
  322. package/dist/AWING/DataInput/components/index.js +18 -0
  323. package/dist/AWING/DataInput/enums.d.ts +27 -0
  324. package/dist/AWING/DataInput/enums.d.ts.map +1 -0
  325. package/dist/AWING/DataInput/enums.js +28 -0
  326. package/dist/AWING/DataInput/index.d.ts +5 -0
  327. package/dist/AWING/DataInput/index.d.ts.map +1 -0
  328. package/dist/AWING/DataInput/index.js +74 -0
  329. package/dist/AWING/DataInput/interfaces.d.ts +39 -0
  330. package/dist/AWING/DataInput/interfaces.d.ts.map +1 -0
  331. package/dist/AWING/DataInput/interfaces.js +0 -0
  332. package/dist/AWING/DataInput2/MemoizedInputFactory.d.ts +20 -0
  333. package/dist/AWING/DataInput2/MemoizedInputFactory.d.ts.map +1 -0
  334. package/dist/AWING/DataInput2/MemoizedInputFactory.js +125 -0
  335. package/dist/AWING/DataInput2/arePropsEqual.d.ts +35 -0
  336. package/dist/AWING/DataInput2/arePropsEqual.d.ts.map +1 -0
  337. package/dist/AWING/DataInput2/arePropsEqual.js +81 -0
  338. package/dist/AWING/DataInput2/components/AsyncAutocompleteInput.d.ts +17 -0
  339. package/dist/AWING/DataInput2/components/AsyncAutocompleteInput.d.ts.map +1 -0
  340. package/dist/AWING/DataInput2/components/AsyncAutocompleteInput.js +57 -0
  341. package/dist/AWING/DataInput2/components/AutocompleteInput.d.ts +17 -0
  342. package/dist/AWING/DataInput2/components/AutocompleteInput.d.ts.map +1 -0
  343. package/dist/AWING/DataInput2/components/AutocompleteInput.js +90 -0
  344. package/dist/AWING/DataInput2/components/CheckBoxInput.d.ts +10 -0
  345. package/dist/AWING/DataInput2/components/CheckBoxInput.d.ts.map +1 -0
  346. package/dist/AWING/DataInput2/components/CheckBoxInput.js +32 -0
  347. package/dist/AWING/DataInput2/components/CustomInput.d.ts +13 -0
  348. package/dist/AWING/DataInput2/components/CustomInput.d.ts.map +1 -0
  349. package/dist/AWING/DataInput2/components/CustomInput.js +13 -0
  350. package/dist/AWING/DataInput2/components/DateRangeInput.d.ts +14 -0
  351. package/dist/AWING/DataInput2/components/DateRangeInput.d.ts.map +1 -0
  352. package/dist/AWING/DataInput2/components/DateRangeInput.js +46 -0
  353. package/dist/AWING/DataInput2/components/DateTimeInput.d.ts +15 -0
  354. package/dist/AWING/DataInput2/components/DateTimeInput.d.ts.map +1 -0
  355. package/dist/AWING/DataInput2/components/DateTimeInput.js +46 -0
  356. package/dist/AWING/DataInput2/components/GeoFencingInput.d.ts +18 -0
  357. package/dist/AWING/DataInput2/components/GeoFencingInput.d.ts.map +1 -0
  358. package/dist/AWING/DataInput2/components/GeoFencingInput.js +30 -0
  359. package/dist/AWING/DataInput2/components/LogicExpressionInput.d.ts +13 -0
  360. package/dist/AWING/DataInput2/components/LogicExpressionInput.d.ts.map +1 -0
  361. package/dist/AWING/DataInput2/components/LogicExpressionInput.js +21 -0
  362. package/dist/AWING/DataInput2/components/MemoizedInputs.d.ts +49 -0
  363. package/dist/AWING/DataInput2/components/MemoizedInputs.d.ts.map +1 -0
  364. package/dist/AWING/DataInput2/components/MemoizedInputs.js +91 -0
  365. package/dist/AWING/DataInput2/components/MonacoEditorInput.d.ts +9 -0
  366. package/dist/AWING/DataInput2/components/MonacoEditorInput.d.ts.map +1 -0
  367. package/dist/AWING/DataInput2/components/MonacoEditorInput.js +28 -0
  368. package/dist/AWING/DataInput2/components/MonthTimeInput.d.ts +14 -0
  369. package/dist/AWING/DataInput2/components/MonthTimeInput.d.ts.map +1 -0
  370. package/dist/AWING/DataInput2/components/MonthTimeInput.js +42 -0
  371. package/dist/AWING/DataInput2/components/MultipleHierarchicalInput.d.ts +9 -0
  372. package/dist/AWING/DataInput2/components/MultipleHierarchicalInput.d.ts.map +1 -0
  373. package/dist/AWING/DataInput2/components/MultipleHierarchicalInput.js +31 -0
  374. package/dist/AWING/DataInput2/components/NumberInput.d.ts +14 -0
  375. package/dist/AWING/DataInput2/components/NumberInput.d.ts.map +1 -0
  376. package/dist/AWING/DataInput2/components/NumberInput.js +65 -0
  377. package/dist/AWING/DataInput2/components/RadioInput.d.ts +14 -0
  378. package/dist/AWING/DataInput2/components/RadioInput.d.ts.map +1 -0
  379. package/dist/AWING/DataInput2/components/RadioInput.js +40 -0
  380. package/dist/AWING/DataInput2/components/SelectFolderInput.d.ts +11 -0
  381. package/dist/AWING/DataInput2/components/SelectFolderInput.d.ts.map +1 -0
  382. package/dist/AWING/DataInput2/components/SelectFolderInput.js +53 -0
  383. package/dist/AWING/DataInput2/components/SelectInput.d.ts +21 -0
  384. package/dist/AWING/DataInput2/components/SelectInput.d.ts.map +1 -0
  385. package/dist/AWING/DataInput2/components/SelectInput.js +80 -0
  386. package/dist/AWING/DataInput2/components/TextInput.d.ts +19 -0
  387. package/dist/AWING/DataInput2/components/TextInput.d.ts.map +1 -0
  388. package/dist/AWING/DataInput2/components/TextInput.js +46 -0
  389. package/dist/AWING/DataInput2/components/index.d.ts +20 -0
  390. package/dist/AWING/DataInput2/components/index.d.ts.map +1 -0
  391. package/dist/AWING/DataInput2/components/index.js +17 -0
  392. package/dist/AWING/DataInput2/enums.d.ts +29 -0
  393. package/dist/AWING/DataInput2/enums.d.ts.map +1 -0
  394. package/dist/AWING/DataInput2/enums.js +26 -0
  395. package/dist/AWING/DataInput2/index.d.ts +38 -0
  396. package/dist/AWING/DataInput2/index.d.ts.map +1 -0
  397. package/dist/AWING/DataInput2/index.js +104 -0
  398. package/dist/AWING/DataInput2/interfaces.d.ts +38 -0
  399. package/dist/AWING/DataInput2/interfaces.d.ts.map +1 -0
  400. package/dist/AWING/DataInput2/interfaces.js +0 -0
  401. package/dist/AWING/DateAutoFormat/Constants.d.ts +3 -0
  402. package/dist/AWING/DateAutoFormat/Constants.d.ts.map +1 -0
  403. package/dist/AWING/DateAutoFormat/Constants.js +3 -0
  404. package/dist/AWING/DateAutoFormat/Container.d.ts +4 -0
  405. package/dist/AWING/DateAutoFormat/Container.d.ts.map +1 -0
  406. package/dist/AWING/DateAutoFormat/Container.js +49 -0
  407. package/dist/AWING/DateAutoFormat/Container.test.js +95 -0
  408. package/dist/AWING/DateAutoFormat/Types.d.ts +8 -0
  409. package/dist/AWING/DateAutoFormat/Types.d.ts.map +1 -0
  410. package/dist/AWING/DateAutoFormat/Types.js +0 -0
  411. package/dist/AWING/DateAutoFormat/index.d.ts +4 -0
  412. package/dist/AWING/DateAutoFormat/index.d.ts.map +1 -0
  413. package/dist/AWING/DateAutoFormat/index.js +4 -0
  414. package/dist/AWING/DatePicker/Container.d.ts +4 -0
  415. package/dist/AWING/DatePicker/Container.d.ts.map +1 -0
  416. package/dist/AWING/DatePicker/Container.js +31 -0
  417. package/dist/AWING/DatePicker/index.d.ts +3 -0
  418. package/dist/AWING/DatePicker/index.d.ts.map +1 -0
  419. package/dist/AWING/DatePicker/index.js +3 -0
  420. package/dist/AWING/DatePicker/types.d.ts +11 -0
  421. package/dist/AWING/DatePicker/types.d.ts.map +1 -0
  422. package/dist/AWING/DatePicker/types.js +0 -0
  423. package/dist/AWING/DateRangePicker/Container.d.ts +16 -0
  424. package/dist/AWING/DateRangePicker/Container.d.ts.map +1 -0
  425. package/dist/AWING/DateRangePicker/Container.js +93 -0
  426. package/dist/AWING/DateRangePicker/DateRangeField.d.ts +24 -0
  427. package/dist/AWING/DateRangePicker/DateRangeField.d.ts.map +1 -0
  428. package/dist/AWING/DateRangePicker/DateRangeField.js +379 -0
  429. package/dist/AWING/DateRangePicker/PickerModal.d.ts +3 -0
  430. package/dist/AWING/DateRangePicker/PickerModal.d.ts.map +1 -0
  431. package/dist/AWING/DateRangePicker/PickerModal.js +17 -0
  432. package/dist/AWING/DateRangePicker/component/DateRangePicker.d.ts +18 -0
  433. package/dist/AWING/DateRangePicker/component/DateRangePicker.d.ts.map +1 -0
  434. package/dist/AWING/DateRangePicker/component/DateRangePicker.js +115 -0
  435. package/dist/AWING/DateRangePicker/component/Day.d.ts +22 -0
  436. package/dist/AWING/DateRangePicker/component/Day.d.ts.map +1 -0
  437. package/dist/AWING/DateRangePicker/component/Day.js +59 -0
  438. package/dist/AWING/DateRangePicker/component/DefinedRanges.d.ts +9 -0
  439. package/dist/AWING/DateRangePicker/component/DefinedRanges.d.ts.map +1 -0
  440. package/dist/AWING/DateRangePicker/component/DefinedRanges.js +38 -0
  441. package/dist/AWING/DateRangePicker/component/Header.d.ts +12 -0
  442. package/dist/AWING/DateRangePicker/component/Header.d.ts.map +1 -0
  443. package/dist/AWING/DateRangePicker/component/Header.js +123 -0
  444. package/dist/AWING/DateRangePicker/component/Markers.d.ts +5 -0
  445. package/dist/AWING/DateRangePicker/component/Markers.d.ts.map +1 -0
  446. package/dist/AWING/DateRangePicker/component/Markers.js +5 -0
  447. package/dist/AWING/DateRangePicker/component/Menu.d.ts +28 -0
  448. package/dist/AWING/DateRangePicker/component/Menu.d.ts.map +1 -0
  449. package/dist/AWING/DateRangePicker/component/Menu.js +157 -0
  450. package/dist/AWING/DateRangePicker/component/Month.d.ts +23 -0
  451. package/dist/AWING/DateRangePicker/component/Month.d.ts.map +1 -0
  452. package/dist/AWING/DateRangePicker/component/Month.js +119 -0
  453. package/dist/AWING/DateRangePicker/component/defaults.d.ts +4 -0
  454. package/dist/AWING/DateRangePicker/component/defaults.d.ts.map +1 -0
  455. package/dist/AWING/DateRangePicker/component/defaults.js +53 -0
  456. package/dist/AWING/DateRangePicker/component/utils.d.ts +18 -0
  457. package/dist/AWING/DateRangePicker/component/utils.d.ts.map +1 -0
  458. package/dist/AWING/DateRangePicker/component/utils.js +52 -0
  459. package/dist/AWING/DateRangePicker/index.d.ts +4 -0
  460. package/dist/AWING/DateRangePicker/index.d.ts.map +1 -0
  461. package/dist/AWING/DateRangePicker/index.js +3 -0
  462. package/dist/AWING/DateRangePicker/types/index.d.ts +38 -0
  463. package/dist/AWING/DateRangePicker/types/index.d.ts.map +1 -0
  464. package/dist/AWING/DateRangePicker/types/index.js +6 -0
  465. package/dist/AWING/DateRangePicker/types/utils.d.ts +35 -0
  466. package/dist/AWING/DateRangePicker/types/utils.d.ts.map +1 -0
  467. package/dist/AWING/DateRangePicker/types/utils.js +0 -0
  468. package/dist/AWING/DateRangePickerOld/InputMask.d.ts +3 -0
  469. package/dist/AWING/DateRangePickerOld/InputMask.d.ts.map +1 -0
  470. package/dist/AWING/DateRangePickerOld/InputMask.js +57 -0
  471. package/dist/AWING/DateRangePickerOld/Types.d.ts +34 -0
  472. package/dist/AWING/DateRangePickerOld/Types.d.ts.map +1 -0
  473. package/dist/AWING/DateRangePickerOld/Types.js +0 -0
  474. package/dist/AWING/DateRangePickerOld/component.d.ts +8 -0
  475. package/dist/AWING/DateRangePickerOld/component.d.ts.map +1 -0
  476. package/dist/AWING/DateRangePickerOld/component.js +218 -0
  477. package/dist/AWING/DateRangePickerOld/configDate.d.ts +9 -0
  478. package/dist/AWING/DateRangePickerOld/configDate.d.ts.map +1 -0
  479. package/dist/AWING/DateRangePickerOld/configDate.js +67 -0
  480. package/dist/AWING/DateRangePickerOld/container.d.ts +4 -0
  481. package/dist/AWING/DateRangePickerOld/container.d.ts.map +1 -0
  482. package/dist/AWING/DateRangePickerOld/container.js +9 -0
  483. package/dist/AWING/DateRangePickerOld/demo.css +4 -0
  484. package/dist/AWING/DateRangePickerOld/helper.d.ts +5 -0
  485. package/dist/AWING/DateRangePickerOld/helper.d.ts.map +1 -0
  486. package/dist/AWING/DateRangePickerOld/helper.js +77 -0
  487. package/dist/AWING/DateRangePickerOld/index.d.ts +3 -0
  488. package/dist/AWING/DateRangePickerOld/index.d.ts.map +1 -0
  489. package/dist/AWING/DateRangePickerOld/index.js +3 -0
  490. package/dist/AWING/DateRangePickerOld/test/DateRangePicker.driver.d.ts +9 -0
  491. package/dist/AWING/DateRangePickerOld/test/DateRangePicker.driver.d.ts.map +1 -0
  492. package/dist/AWING/DateRangePickerOld/test/DateRangePicker.driver.js +14 -0
  493. package/dist/AWING/DateRangePickerOld/test/DateRangePicker.test.js +106 -0
  494. package/dist/AWING/DirectoryFilter/CustomTreeView.d.ts +17 -0
  495. package/dist/AWING/DirectoryFilter/CustomTreeView.d.ts.map +1 -0
  496. package/dist/AWING/DirectoryFilter/CustomTreeView.js +89 -0
  497. package/dist/AWING/DirectoryFilter/container.d.ts +5 -0
  498. package/dist/AWING/DirectoryFilter/container.d.ts.map +1 -0
  499. package/dist/AWING/DirectoryFilter/container.js +260 -0
  500. package/dist/AWING/DirectoryFilter/index.d.ts +6 -0
  501. package/dist/AWING/DirectoryFilter/index.d.ts.map +1 -0
  502. package/dist/AWING/DirectoryFilter/index.js +14 -0
  503. package/dist/AWING/DirectoryFilter/interface.d.ts +20 -0
  504. package/dist/AWING/DirectoryFilter/interface.d.ts.map +1 -0
  505. package/dist/AWING/DirectoryFilter/interface.js +0 -0
  506. package/dist/AWING/DirectoryForm/AddOrEdit.d.ts +4 -0
  507. package/dist/AWING/DirectoryForm/AddOrEdit.d.ts.map +1 -0
  508. package/dist/AWING/DirectoryForm/AddOrEdit.js +123 -0
  509. package/dist/AWING/DirectoryForm/AddOrEdit.test.js +222 -0
  510. package/dist/AWING/DirectoryForm/Services.d.ts +18 -0
  511. package/dist/AWING/DirectoryForm/Services.d.ts.map +1 -0
  512. package/dist/AWING/DirectoryForm/Services.js +0 -0
  513. package/dist/AWING/DirectoryForm/index.d.ts +4 -0
  514. package/dist/AWING/DirectoryForm/index.d.ts.map +1 -0
  515. package/dist/AWING/DirectoryForm/index.js +4 -0
  516. package/dist/AWING/DirectoryForm/types.d.ts +100 -0
  517. package/dist/AWING/DirectoryForm/types.d.ts.map +1 -0
  518. package/dist/AWING/DirectoryForm/types.js +0 -0
  519. package/dist/AWING/DirectoryPermission/AddNewAuthen/Container.d.ts +4 -0
  520. package/dist/AWING/DirectoryPermission/AddNewAuthen/Container.d.ts.map +1 -0
  521. package/dist/AWING/DirectoryPermission/AddNewAuthen/Container.js +68 -0
  522. package/dist/AWING/DirectoryPermission/AddNewAuthen/SearchWrapper.d.ts +4 -0
  523. package/dist/AWING/DirectoryPermission/AddNewAuthen/SearchWrapper.d.ts.map +1 -0
  524. package/dist/AWING/DirectoryPermission/AddNewAuthen/SearchWrapper.js +61 -0
  525. package/dist/AWING/DirectoryPermission/AddNewAuthen/index.d.ts +3 -0
  526. package/dist/AWING/DirectoryPermission/AddNewAuthen/index.d.ts.map +1 -0
  527. package/dist/AWING/DirectoryPermission/AddNewAuthen/index.js +3 -0
  528. package/dist/AWING/DirectoryPermission/AddNewAuthen/types.d.ts +21 -0
  529. package/dist/AWING/DirectoryPermission/AddNewAuthen/types.d.ts.map +1 -0
  530. package/dist/AWING/DirectoryPermission/AddNewAuthen/types.js +0 -0
  531. package/dist/AWING/DirectoryPermission/AddOrEdit/Container.d.ts +4 -0
  532. package/dist/AWING/DirectoryPermission/AddOrEdit/Container.d.ts.map +1 -0
  533. package/dist/AWING/DirectoryPermission/AddOrEdit/Container.js +250 -0
  534. package/dist/AWING/DirectoryPermission/AddOrEdit/PageContent.d.ts +4 -0
  535. package/dist/AWING/DirectoryPermission/AddOrEdit/PageContent.d.ts.map +1 -0
  536. package/dist/AWING/DirectoryPermission/AddOrEdit/PageContent.js +132 -0
  537. package/dist/AWING/DirectoryPermission/AddOrEdit/helper.d.ts +5 -0
  538. package/dist/AWING/DirectoryPermission/AddOrEdit/helper.d.ts.map +1 -0
  539. package/dist/AWING/DirectoryPermission/AddOrEdit/helper.js +17 -0
  540. package/dist/AWING/DirectoryPermission/AddOrEdit/index.d.ts +3 -0
  541. package/dist/AWING/DirectoryPermission/AddOrEdit/index.d.ts.map +1 -0
  542. package/dist/AWING/DirectoryPermission/AddOrEdit/index.js +3 -0
  543. package/dist/AWING/DirectoryPermission/AddOrEdit/types.d.ts +36 -0
  544. package/dist/AWING/DirectoryPermission/AddOrEdit/types.d.ts.map +1 -0
  545. package/dist/AWING/DirectoryPermission/AddOrEdit/types.js +0 -0
  546. package/dist/AWING/DirectoryPermission/Atoms.d.ts +30 -0
  547. package/dist/AWING/DirectoryPermission/Atoms.d.ts.map +1 -0
  548. package/dist/AWING/DirectoryPermission/Atoms.js +14 -0
  549. package/dist/AWING/DirectoryPermission/Container.d.ts +3 -0
  550. package/dist/AWING/DirectoryPermission/Container.d.ts.map +1 -0
  551. package/dist/AWING/DirectoryPermission/Container.js +227 -0
  552. package/dist/AWING/DirectoryPermission/SelectSchema/Container.d.ts +4 -0
  553. package/dist/AWING/DirectoryPermission/SelectSchema/Container.d.ts.map +1 -0
  554. package/dist/AWING/DirectoryPermission/SelectSchema/Container.js +170 -0
  555. package/dist/AWING/DirectoryPermission/SelectSchema/SchemaProvider.d.ts +6 -0
  556. package/dist/AWING/DirectoryPermission/SelectSchema/SchemaProvider.d.ts.map +1 -0
  557. package/dist/AWING/DirectoryPermission/SelectSchema/SchemaProvider.js +24 -0
  558. package/dist/AWING/DirectoryPermission/SelectSchema/SchemaView.d.ts +3 -0
  559. package/dist/AWING/DirectoryPermission/SelectSchema/SchemaView.d.ts.map +1 -0
  560. package/dist/AWING/DirectoryPermission/SelectSchema/SchemaView.js +107 -0
  561. package/dist/AWING/DirectoryPermission/SelectSchema/index.d.ts +3 -0
  562. package/dist/AWING/DirectoryPermission/SelectSchema/index.d.ts.map +1 -0
  563. package/dist/AWING/DirectoryPermission/SelectSchema/index.js +3 -0
  564. package/dist/AWING/DirectoryPermission/SelectSchema/types.d.ts +18 -0
  565. package/dist/AWING/DirectoryPermission/SelectSchema/types.d.ts.map +1 -0
  566. package/dist/AWING/DirectoryPermission/SelectSchema/types.js +0 -0
  567. package/dist/AWING/DirectoryPermission/Services.d.ts +34 -0
  568. package/dist/AWING/DirectoryPermission/Services.d.ts.map +1 -0
  569. package/dist/AWING/DirectoryPermission/Services.js +0 -0
  570. package/dist/AWING/DirectoryPermission/components/AddOrEditHeader.d.ts +13 -0
  571. package/dist/AWING/DirectoryPermission/components/AddOrEditHeader.d.ts.map +1 -0
  572. package/dist/AWING/DirectoryPermission/components/AddOrEditHeader.js +100 -0
  573. package/dist/AWING/DirectoryPermission/components/AuthenList.d.ts +13 -0
  574. package/dist/AWING/DirectoryPermission/components/AuthenList.d.ts.map +1 -0
  575. package/dist/AWING/DirectoryPermission/components/AuthenList.js +161 -0
  576. package/dist/AWING/DirectoryPermission/components/PermissionManagement.d.ts +12 -0
  577. package/dist/AWING/DirectoryPermission/components/PermissionManagement.d.ts.map +1 -0
  578. package/dist/AWING/DirectoryPermission/components/PermissionManagement.js +43 -0
  579. package/dist/AWING/DirectoryPermission/components/PermissionTable.d.ts +19 -0
  580. package/dist/AWING/DirectoryPermission/components/PermissionTable.d.ts.map +1 -0
  581. package/dist/AWING/DirectoryPermission/components/PermissionTable.js +44 -0
  582. package/dist/AWING/DirectoryPermission/components/SchemaDetail.d.ts +12 -0
  583. package/dist/AWING/DirectoryPermission/components/SchemaDetail.d.ts.map +1 -0
  584. package/dist/AWING/DirectoryPermission/components/SchemaDetail.js +46 -0
  585. package/dist/AWING/DirectoryPermission/components/SchemaRow.d.ts +16 -0
  586. package/dist/AWING/DirectoryPermission/components/SchemaRow.d.ts.map +1 -0
  587. package/dist/AWING/DirectoryPermission/components/SchemaRow.js +169 -0
  588. package/dist/AWING/DirectoryPermission/components/StatePicker.d.ts +10 -0
  589. package/dist/AWING/DirectoryPermission/components/StatePicker.d.ts.map +1 -0
  590. package/dist/AWING/DirectoryPermission/components/StatePicker.js +72 -0
  591. package/dist/AWING/DirectoryPermission/components/StatePickerItem.d.ts +12 -0
  592. package/dist/AWING/DirectoryPermission/components/StatePickerItem.d.ts.map +1 -0
  593. package/dist/AWING/DirectoryPermission/components/StatePickerItem.js +48 -0
  594. package/dist/AWING/DirectoryPermission/components/TabPermissionStates.d.ts +14 -0
  595. package/dist/AWING/DirectoryPermission/components/TabPermissionStates.d.ts.map +1 -0
  596. package/dist/AWING/DirectoryPermission/components/TabPermissionStates.js +26 -0
  597. package/dist/AWING/DirectoryPermission/components/TableHeader.d.ts +8 -0
  598. package/dist/AWING/DirectoryPermission/components/TableHeader.d.ts.map +1 -0
  599. package/dist/AWING/DirectoryPermission/components/TableHeader.js +59 -0
  600. package/dist/AWING/DirectoryPermission/components/ViewPermission/Container.d.ts +9 -0
  601. package/dist/AWING/DirectoryPermission/components/ViewPermission/Container.d.ts.map +1 -0
  602. package/dist/AWING/DirectoryPermission/components/ViewPermission/Container.js +143 -0
  603. package/dist/AWING/DirectoryPermission/components/ViewPermission/Styled.d.ts +3 -0
  604. package/dist/AWING/DirectoryPermission/components/ViewPermission/Styled.d.ts.map +1 -0
  605. package/dist/AWING/DirectoryPermission/components/ViewPermission/Styled.js +19 -0
  606. package/dist/AWING/DirectoryPermission/components/ViewPermission/index.d.ts +3 -0
  607. package/dist/AWING/DirectoryPermission/components/ViewPermission/index.d.ts.map +1 -0
  608. package/dist/AWING/DirectoryPermission/components/ViewPermission/index.js +3 -0
  609. package/dist/AWING/DirectoryPermission/components/ViewPermission/types.d.ts +8 -0
  610. package/dist/AWING/DirectoryPermission/components/ViewPermission/types.d.ts.map +1 -0
  611. package/dist/AWING/DirectoryPermission/components/ViewPermission/types.js +0 -0
  612. package/dist/AWING/DirectoryPermission/components/WorkflowMatrix.d.ts +16 -0
  613. package/dist/AWING/DirectoryPermission/components/WorkflowMatrix.d.ts.map +1 -0
  614. package/dist/AWING/DirectoryPermission/components/WorkflowMatrix.js +90 -0
  615. package/dist/AWING/DirectoryPermission/constants.d.ts +28 -0
  616. package/dist/AWING/DirectoryPermission/constants.d.ts.map +1 -0
  617. package/dist/AWING/DirectoryPermission/constants.js +28 -0
  618. package/dist/AWING/DirectoryPermission/context.d.ts +18 -0
  619. package/dist/AWING/DirectoryPermission/context.d.ts.map +1 -0
  620. package/dist/AWING/DirectoryPermission/context.js +10 -0
  621. package/dist/AWING/DirectoryPermission/hooks/index.d.ts +2 -0
  622. package/dist/AWING/DirectoryPermission/hooks/index.d.ts.map +1 -0
  623. package/dist/AWING/DirectoryPermission/hooks/index.js +2 -0
  624. package/dist/AWING/DirectoryPermission/hooks/useAuthens.d.ts +7 -0
  625. package/dist/AWING/DirectoryPermission/hooks/useAuthens.d.ts.map +1 -0
  626. package/dist/AWING/DirectoryPermission/hooks/useAuthens.js +20 -0
  627. package/dist/AWING/DirectoryPermission/index.d.ts +13 -0
  628. package/dist/AWING/DirectoryPermission/index.d.ts.map +1 -0
  629. package/dist/AWING/DirectoryPermission/index.js +32 -0
  630. package/dist/AWING/DirectoryPermission/types.d.ts +126 -0
  631. package/dist/AWING/DirectoryPermission/types.d.ts.map +1 -0
  632. package/dist/AWING/DirectoryPermission/types.js +8 -0
  633. package/dist/AWING/DirectoryPermission/utils/authen.d.ts +24 -0
  634. package/dist/AWING/DirectoryPermission/utils/authen.d.ts.map +1 -0
  635. package/dist/AWING/DirectoryPermission/utils/authen.js +43 -0
  636. package/dist/AWING/DirectoryPermission/utils/common.d.ts +9 -0
  637. package/dist/AWING/DirectoryPermission/utils/common.d.ts.map +1 -0
  638. package/dist/AWING/DirectoryPermission/utils/common.js +76 -0
  639. package/dist/AWING/DirectoryPermission/utils/convertDirectoryPermission.d.ts +17 -0
  640. package/dist/AWING/DirectoryPermission/utils/convertDirectoryPermission.d.ts.map +1 -0
  641. package/dist/AWING/DirectoryPermission/utils/convertDirectoryPermission.js +62 -0
  642. package/dist/AWING/DirectoryPermission/utils/getMatrixRows.d.ts +4 -0
  643. package/dist/AWING/DirectoryPermission/utils/getMatrixRows.d.ts.map +1 -0
  644. package/dist/AWING/DirectoryPermission/utils/getMatrixRows.js +17 -0
  645. package/dist/AWING/DirectoryPermission/utils/getPermissionUpdate.d.ts +27 -0
  646. package/dist/AWING/DirectoryPermission/utils/getPermissionUpdate.d.ts.map +1 -0
  647. package/dist/AWING/DirectoryPermission/utils/getPermissionUpdate.js +44 -0
  648. package/dist/AWING/DirectoryPermission/utils/getTableHeader.d.ts +6 -0
  649. package/dist/AWING/DirectoryPermission/utils/getTableHeader.d.ts.map +1 -0
  650. package/dist/AWING/DirectoryPermission/utils/getTableHeader.js +123 -0
  651. package/dist/AWING/DirectoryPermission/utils/index.d.ts +8 -0
  652. package/dist/AWING/DirectoryPermission/utils/index.d.ts.map +1 -0
  653. package/dist/AWING/DirectoryPermission/utils/index.js +7 -0
  654. package/dist/AWING/DirectoryPermission/utils/permission.d.ts +19 -0
  655. package/dist/AWING/DirectoryPermission/utils/permission.d.ts.map +1 -0
  656. package/dist/AWING/DirectoryPermission/utils/permission.js +159 -0
  657. package/dist/AWING/DirectoryPermission/utils/schema.d.ts +3 -0
  658. package/dist/AWING/DirectoryPermission/utils/schema.d.ts.map +1 -0
  659. package/dist/AWING/DirectoryPermission/utils/schema.js +18 -0
  660. package/dist/AWING/DirectoryTree/DirectoryTree.d.ts +4 -0
  661. package/dist/AWING/DirectoryTree/DirectoryTree.d.ts.map +1 -0
  662. package/dist/AWING/DirectoryTree/DirectoryTree.js +87 -0
  663. package/dist/AWING/DirectoryTree/FilterTreeView/Container.d.ts +4 -0
  664. package/dist/AWING/DirectoryTree/FilterTreeView/Container.d.ts.map +1 -0
  665. package/dist/AWING/DirectoryTree/FilterTreeView/Container.js +74 -0
  666. package/dist/AWING/DirectoryTree/FilterTreeView/Container.test.js +175 -0
  667. package/dist/AWING/DirectoryTree/FilterTreeView/index.d.ts +3 -0
  668. package/dist/AWING/DirectoryTree/FilterTreeView/index.d.ts.map +1 -0
  669. package/dist/AWING/DirectoryTree/FilterTreeView/index.js +3 -0
  670. package/dist/AWING/DirectoryTree/FilterTreeView/types.d.ts +13 -0
  671. package/dist/AWING/DirectoryTree/FilterTreeView/types.d.ts.map +1 -0
  672. package/dist/AWING/DirectoryTree/FilterTreeView/types.js +0 -0
  673. package/dist/AWING/DirectoryTree/ShowTreeItem/Container.d.ts +4 -0
  674. package/dist/AWING/DirectoryTree/ShowTreeItem/Container.d.ts.map +1 -0
  675. package/dist/AWING/DirectoryTree/ShowTreeItem/Container.js +47 -0
  676. package/dist/AWING/DirectoryTree/ShowTreeItem/Container.test.js +177 -0
  677. package/dist/AWING/DirectoryTree/ShowTreeItem/index.d.ts +3 -0
  678. package/dist/AWING/DirectoryTree/ShowTreeItem/index.d.ts.map +1 -0
  679. package/dist/AWING/DirectoryTree/ShowTreeItem/index.js +3 -0
  680. package/dist/AWING/DirectoryTree/ShowTreeItem/types.d.ts +8 -0
  681. package/dist/AWING/DirectoryTree/ShowTreeItem/types.d.ts.map +1 -0
  682. package/dist/AWING/DirectoryTree/ShowTreeItem/types.js +0 -0
  683. package/dist/AWING/DirectoryTree/TreeItemWithAction/Container.d.ts +4 -0
  684. package/dist/AWING/DirectoryTree/TreeItemWithAction/Container.d.ts.map +1 -0
  685. package/dist/AWING/DirectoryTree/TreeItemWithAction/Container.js +64 -0
  686. package/dist/AWING/DirectoryTree/TreeItemWithAction/Container.test.js +128 -0
  687. package/dist/AWING/DirectoryTree/TreeItemWithAction/index.d.ts +3 -0
  688. package/dist/AWING/DirectoryTree/TreeItemWithAction/index.d.ts.map +1 -0
  689. package/dist/AWING/DirectoryTree/TreeItemWithAction/index.js +3 -0
  690. package/dist/AWING/DirectoryTree/TreeItemWithAction/types.d.ts +11 -0
  691. package/dist/AWING/DirectoryTree/TreeItemWithAction/types.d.ts.map +1 -0
  692. package/dist/AWING/DirectoryTree/TreeItemWithAction/types.js +0 -0
  693. package/dist/AWING/DirectoryTree/components/Styled.d.ts +4 -0
  694. package/dist/AWING/DirectoryTree/components/Styled.d.ts.map +1 -0
  695. package/dist/AWING/DirectoryTree/components/Styled.js +224 -0
  696. package/dist/AWING/DirectoryTree/helper.d.ts +12 -0
  697. package/dist/AWING/DirectoryTree/helper.d.ts.map +1 -0
  698. package/dist/AWING/DirectoryTree/helper.js +49 -0
  699. package/dist/AWING/DirectoryTree/index.d.ts +6 -0
  700. package/dist/AWING/DirectoryTree/index.d.ts.map +1 -0
  701. package/dist/AWING/DirectoryTree/index.js +6 -0
  702. package/dist/AWING/DirectoryTree/interface.d.ts +22 -0
  703. package/dist/AWING/DirectoryTree/interface.d.ts.map +1 -0
  704. package/dist/AWING/DirectoryTree/interface.js +0 -0
  705. package/dist/AWING/DragAndDrop/Sortable/SortableItem.d.ts +8 -0
  706. package/dist/AWING/DragAndDrop/Sortable/SortableItem.d.ts.map +1 -0
  707. package/dist/AWING/DragAndDrop/Sortable/SortableItem.js +34 -0
  708. package/dist/AWING/DragAndDrop/Sortable/index.d.ts +11 -0
  709. package/dist/AWING/DragAndDrop/Sortable/index.d.ts.map +1 -0
  710. package/dist/AWING/DragAndDrop/Sortable/index.js +45 -0
  711. package/dist/AWING/DragAndDrop/TreeSortable/SortableTree.d.ts +22 -0
  712. package/dist/AWING/DragAndDrop/TreeSortable/SortableTree.d.ts.map +1 -0
  713. package/dist/AWING/DragAndDrop/TreeSortable/SortableTree.js +273 -0
  714. package/dist/AWING/DragAndDrop/TreeSortable/SortableTreeItem.d.ts +33 -0
  715. package/dist/AWING/DragAndDrop/TreeSortable/SortableTreeItem.d.ts.map +1 -0
  716. package/dist/AWING/DragAndDrop/TreeSortable/SortableTreeItem.js +58 -0
  717. package/dist/AWING/DragAndDrop/TreeSortable/SortingStrategy.d.ts +3 -0
  718. package/dist/AWING/DragAndDrop/TreeSortable/SortingStrategy.d.ts.map +1 -0
  719. package/dist/AWING/DragAndDrop/TreeSortable/SortingStrategy.js +15 -0
  720. package/dist/AWING/DragAndDrop/TreeSortable/index.d.ts +8 -0
  721. package/dist/AWING/DragAndDrop/TreeSortable/index.d.ts.map +1 -0
  722. package/dist/AWING/DragAndDrop/TreeSortable/index.js +5 -0
  723. package/dist/AWING/DragAndDrop/TreeSortable/types.d.ts +69 -0
  724. package/dist/AWING/DragAndDrop/TreeSortable/types.d.ts.map +1 -0
  725. package/dist/AWING/DragAndDrop/TreeSortable/types.js +0 -0
  726. package/dist/AWING/DragAndDrop/TreeSortable/ui/folder/FolderTreeItemWrapper.css +83 -0
  727. package/dist/AWING/DragAndDrop/TreeSortable/ui/folder/FolderTreeItemWrapper.d.ts +5 -0
  728. package/dist/AWING/DragAndDrop/TreeSortable/ui/folder/FolderTreeItemWrapper.d.ts.map +1 -0
  729. package/dist/AWING/DragAndDrop/TreeSortable/ui/folder/FolderTreeItemWrapper.js +48 -0
  730. package/dist/AWING/DragAndDrop/TreeSortable/ui/simple/SimpleTreeItemWrapper.css +73 -0
  731. package/dist/AWING/DragAndDrop/TreeSortable/ui/simple/SimpleTreeItemWrapper.d.ts +5 -0
  732. package/dist/AWING/DragAndDrop/TreeSortable/ui/simple/SimpleTreeItemWrapper.d.ts.map +1 -0
  733. package/dist/AWING/DragAndDrop/TreeSortable/ui/simple/SimpleTreeItemWrapper.js +57 -0
  734. package/dist/AWING/DragAndDrop/TreeSortable/utilities.d.ts +19 -0
  735. package/dist/AWING/DragAndDrop/TreeSortable/utilities.d.ts.map +1 -0
  736. package/dist/AWING/DragAndDrop/TreeSortable/utilities.js +181 -0
  737. package/dist/AWING/DragAndDrop/index.d.ts +4 -0
  738. package/dist/AWING/DragAndDrop/index.d.ts.map +1 -0
  739. package/dist/AWING/DragAndDrop/index.js +3 -0
  740. package/dist/AWING/Drawer/Container.d.ts +5 -0
  741. package/dist/AWING/Drawer/Container.d.ts.map +1 -0
  742. package/dist/AWING/Drawer/Container.js +108 -0
  743. package/dist/AWING/Drawer/Container.test.js +107 -0
  744. package/dist/AWING/Drawer/Types.d.ts +17 -0
  745. package/dist/AWING/Drawer/Types.d.ts.map +1 -0
  746. package/dist/AWING/Drawer/Types.js +0 -0
  747. package/dist/AWING/Drawer/index.d.ts +5 -0
  748. package/dist/AWING/Drawer/index.d.ts.map +1 -0
  749. package/dist/AWING/Drawer/index.js +11 -0
  750. package/dist/AWING/DrawerHook/index.d.ts +10 -0
  751. package/dist/AWING/DrawerHook/index.d.ts.map +1 -0
  752. package/dist/AWING/DrawerHook/index.js +49 -0
  753. package/dist/AWING/DrawerNavigate/DrawerNavigate.d.ts +4 -0
  754. package/dist/AWING/DrawerNavigate/DrawerNavigate.d.ts.map +1 -0
  755. package/dist/AWING/DrawerNavigate/DrawerNavigate.js +72 -0
  756. package/dist/AWING/DrawerNavigate/Enum.d.ts +9 -0
  757. package/dist/AWING/DrawerNavigate/Enum.d.ts.map +1 -0
  758. package/dist/AWING/DrawerNavigate/Enum.js +10 -0
  759. package/dist/AWING/DrawerNavigate/constant.d.ts +4 -0
  760. package/dist/AWING/DrawerNavigate/constant.d.ts.map +1 -0
  761. package/dist/AWING/DrawerNavigate/constant.js +4 -0
  762. package/dist/AWING/DrawerNavigate/index.d.ts +7 -0
  763. package/dist/AWING/DrawerNavigate/index.d.ts.map +1 -0
  764. package/dist/AWING/DrawerNavigate/index.js +12 -0
  765. package/dist/AWING/DrawerNavigate/interface.d.ts +10 -0
  766. package/dist/AWING/DrawerNavigate/interface.d.ts.map +1 -0
  767. package/dist/AWING/DrawerNavigate/interface.js +0 -0
  768. package/dist/AWING/DropDownTreeSelect/components/TreeViewSearch.d.ts +11 -0
  769. package/dist/AWING/DropDownTreeSelect/components/TreeViewSearch.d.ts.map +1 -0
  770. package/dist/AWING/DropDownTreeSelect/components/TreeViewSearch.js +65 -0
  771. package/dist/AWING/DropDownTreeSelect/components/utils.d.ts +2 -0
  772. package/dist/AWING/DropDownTreeSelect/components/utils.d.ts.map +1 -0
  773. package/dist/AWING/DropDownTreeSelect/components/utils.js +2 -0
  774. package/dist/AWING/DropDownTreeSelect/index.css +15 -0
  775. package/dist/AWING/DropDownTreeSelect/index.d.ts +11 -0
  776. package/dist/AWING/DropDownTreeSelect/index.d.ts.map +1 -0
  777. package/dist/AWING/DropDownTreeSelect/index.js +92 -0
  778. package/dist/AWING/DropDownTreeSelect/type.d.ts +6 -0
  779. package/dist/AWING/DropDownTreeSelect/type.d.ts.map +1 -0
  780. package/dist/AWING/DropDownTreeSelect/type.js +0 -0
  781. package/dist/AWING/DropDownTreeSelect/utils.d.ts +17 -0
  782. package/dist/AWING/DropDownTreeSelect/utils.d.ts.map +1 -0
  783. package/dist/AWING/DropDownTreeSelect/utils.js +51 -0
  784. package/dist/AWING/DynamicLinqExpression/const.d.ts +7 -0
  785. package/dist/AWING/DynamicLinqExpression/const.d.ts.map +1 -0
  786. package/dist/AWING/DynamicLinqExpression/const.js +88 -0
  787. package/dist/AWING/DynamicLinqExpression/index.d.ts +11 -0
  788. package/dist/AWING/DynamicLinqExpression/index.d.ts.map +1 -0
  789. package/dist/AWING/DynamicLinqExpression/index.js +49 -0
  790. package/dist/AWING/DynamicLinqExpression/index.test.js +105 -0
  791. package/dist/AWING/EnhancedAsyncAutoComplete/Container.d.ts +4 -0
  792. package/dist/AWING/EnhancedAsyncAutoComplete/Container.d.ts.map +1 -0
  793. package/dist/AWING/EnhancedAsyncAutoComplete/Container.js +164 -0
  794. package/dist/AWING/EnhancedAsyncAutoComplete/Container.test.js +304 -0
  795. package/dist/AWING/EnhancedAsyncAutoComplete/Types.d.ts +17 -0
  796. package/dist/AWING/EnhancedAsyncAutoComplete/Types.d.ts.map +1 -0
  797. package/dist/AWING/EnhancedAsyncAutoComplete/Types.js +0 -0
  798. package/dist/AWING/EnhancedAsyncAutoComplete/index.d.ts +3 -0
  799. package/dist/AWING/EnhancedAsyncAutoComplete/index.d.ts.map +1 -0
  800. package/dist/AWING/EnhancedAsyncAutoComplete/index.js +3 -0
  801. package/dist/AWING/EnhancedAutoComplete/Container.d.ts +5 -0
  802. package/dist/AWING/EnhancedAutoComplete/Container.d.ts.map +1 -0
  803. package/dist/AWING/EnhancedAutoComplete/Container.js +159 -0
  804. package/dist/AWING/EnhancedAutoComplete/Types.d.ts +16 -0
  805. package/dist/AWING/EnhancedAutoComplete/Types.d.ts.map +1 -0
  806. package/dist/AWING/EnhancedAutoComplete/Types.js +0 -0
  807. package/dist/AWING/EnhancedAutoComplete/index.d.ts +3 -0
  808. package/dist/AWING/EnhancedAutoComplete/index.d.ts.map +1 -0
  809. package/dist/AWING/EnhancedAutoComplete/index.js +3 -0
  810. package/dist/AWING/Form/Utils/IsObject.d.ts +3 -0
  811. package/dist/AWING/Form/Utils/IsObject.d.ts.map +1 -0
  812. package/dist/AWING/Form/Utils/IsObject.js +5 -0
  813. package/dist/AWING/Form/Utils/Types.d.ts +6 -0
  814. package/dist/AWING/Form/Utils/Types.d.ts.map +1 -0
  815. package/dist/AWING/Form/Utils/Types.js +0 -0
  816. package/dist/AWING/Form/Utils/append.d.ts +3 -0
  817. package/dist/AWING/Form/Utils/append.d.ts.map +1 -0
  818. package/dist/AWING/Form/Utils/append.js +6 -0
  819. package/dist/AWING/Form/Utils/cloneProxy.d.ts +2 -0
  820. package/dist/AWING/Form/Utils/cloneProxy.d.ts.map +1 -0
  821. package/dist/AWING/Form/Utils/cloneProxy.js +11 -0
  822. package/dist/AWING/Form/Utils/compact.d.ts +7 -0
  823. package/dist/AWING/Form/Utils/compact.d.ts.map +1 -0
  824. package/dist/AWING/Form/Utils/compact.js +2 -0
  825. package/dist/AWING/Form/Utils/convertToArrayPayload.d.ts +3 -0
  826. package/dist/AWING/Form/Utils/convertToArrayPayload.d.ts.map +1 -0
  827. package/dist/AWING/Form/Utils/convertToArrayPayload.js +4 -0
  828. package/dist/AWING/Form/Utils/get.d.ts +2 -0
  829. package/dist/AWING/Form/Utils/get.d.ts.map +1 -0
  830. package/dist/AWING/Form/Utils/get.js +10 -0
  831. package/dist/AWING/Form/Utils/index.d.ts +13 -0
  832. package/dist/AWING/Form/Utils/index.d.ts.map +1 -0
  833. package/dist/AWING/Form/Utils/index.js +37 -0
  834. package/dist/AWING/Form/Utils/remove.d.ts +3 -0
  835. package/dist/AWING/Form/Utils/remove.d.ts.map +1 -0
  836. package/dist/AWING/Form/Utils/remove.js +16 -0
  837. package/dist/AWING/Form/Utils/set.d.ts +3 -0
  838. package/dist/AWING/Form/Utils/set.d.ts.map +1 -0
  839. package/dist/AWING/Form/Utils/set.js +15 -0
  840. package/dist/AWING/Form/Utils/stringToPath.d.ts +3 -0
  841. package/dist/AWING/Form/Utils/stringToPath.d.ts.map +1 -0
  842. package/dist/AWING/Form/Utils/stringToPath.js +3 -0
  843. package/dist/AWING/Form/index.d.ts +4 -0
  844. package/dist/AWING/Form/index.d.ts.map +1 -0
  845. package/dist/AWING/Form/index.js +4 -0
  846. package/dist/AWING/Form/useFields.d.ts +7 -0
  847. package/dist/AWING/Form/useFields.d.ts.map +1 -0
  848. package/dist/AWING/Form/useFields.js +55 -0
  849. package/dist/AWING/Form/useForm.d.ts +28 -0
  850. package/dist/AWING/Form/useForm.d.ts.map +1 -0
  851. package/dist/AWING/Form/useForm.js +80 -0
  852. package/dist/AWING/Form/useMounted.d.ts +3 -0
  853. package/dist/AWING/Form/useMounted.d.ts.map +1 -0
  854. package/dist/AWING/Form/useMounted.js +13 -0
  855. package/dist/AWING/GeoFencing/common.d.ts +6 -0
  856. package/dist/AWING/GeoFencing/common.d.ts.map +1 -0
  857. package/dist/AWING/GeoFencing/common.js +16 -0
  858. package/dist/AWING/GeoFencing/component.d.ts +3 -0
  859. package/dist/AWING/GeoFencing/component.d.ts.map +1 -0
  860. package/dist/AWING/GeoFencing/component.js +124 -0
  861. package/dist/AWING/GeoFencing/component.test.js +195 -0
  862. package/dist/AWING/GeoFencing/container.d.ts +3 -0
  863. package/dist/AWING/GeoFencing/container.d.ts.map +1 -0
  864. package/dist/AWING/GeoFencing/container.js +83 -0
  865. package/dist/AWING/GeoFencing/container.test.js +219 -0
  866. package/dist/AWING/GeoFencing/index.d.ts +5 -0
  867. package/dist/AWING/GeoFencing/index.d.ts.map +1 -0
  868. package/dist/AWING/GeoFencing/index.js +10 -0
  869. package/dist/AWING/GeoFencing/interface.d.ts +35 -0
  870. package/dist/AWING/GeoFencing/interface.d.ts.map +1 -0
  871. package/dist/AWING/GeoFencing/interface.js +0 -0
  872. package/dist/AWING/GoogleMap/GGMap.d.ts +4 -0
  873. package/dist/AWING/GoogleMap/GGMap.d.ts.map +1 -0
  874. package/dist/AWING/GoogleMap/GGMap.js +265 -0
  875. package/dist/AWING/GoogleMap/index.d.ts +5 -0
  876. package/dist/AWING/GoogleMap/index.d.ts.map +1 -0
  877. package/dist/AWING/GoogleMap/index.js +10 -0
  878. package/dist/AWING/GoogleMap/interface.d.ts +21 -0
  879. package/dist/AWING/GoogleMap/interface.d.ts.map +1 -0
  880. package/dist/AWING/GoogleMap/interface.js +0 -0
  881. package/dist/AWING/GoogleMap/utils.d.ts +26 -0
  882. package/dist/AWING/GoogleMap/utils.d.ts.map +1 -0
  883. package/dist/AWING/GoogleMap/utils.js +133 -0
  884. package/dist/AWING/GroupTable/CustomRow.d.ts +3 -0
  885. package/dist/AWING/GroupTable/CustomRow.d.ts.map +1 -0
  886. package/dist/AWING/GroupTable/CustomRow.js +32 -0
  887. package/dist/AWING/GroupTable/GroupTable.d.ts +4 -0
  888. package/dist/AWING/GroupTable/GroupTable.d.ts.map +1 -0
  889. package/dist/AWING/GroupTable/GroupTable.js +124 -0
  890. package/dist/AWING/GroupTable/component.d.ts +3 -0
  891. package/dist/AWING/GroupTable/component.d.ts.map +1 -0
  892. package/dist/AWING/GroupTable/component.js +81 -0
  893. package/dist/AWING/GroupTable/container.d.ts +3 -0
  894. package/dist/AWING/GroupTable/container.d.ts.map +1 -0
  895. package/dist/AWING/GroupTable/container.js +8 -0
  896. package/dist/AWING/GroupTable/index.d.ts +3 -0
  897. package/dist/AWING/GroupTable/index.d.ts.map +1 -0
  898. package/dist/AWING/GroupTable/index.js +3 -0
  899. package/dist/AWING/GroupTable/interface.d.ts +37 -0
  900. package/dist/AWING/GroupTable/interface.d.ts.map +1 -0
  901. package/dist/AWING/GroupTable/interface.js +0 -0
  902. package/dist/AWING/HOC/Wrapper.d.ts +7 -0
  903. package/dist/AWING/HOC/Wrapper.d.ts.map +1 -0
  904. package/dist/AWING/HOC/Wrapper.js +7 -0
  905. package/dist/AWING/HOC/index.d.ts +2 -0
  906. package/dist/AWING/HOC/index.d.ts.map +1 -0
  907. package/dist/AWING/HOC/index.js +2 -0
  908. package/dist/AWING/HierarchyTree/component.d.ts +5 -0
  909. package/dist/AWING/HierarchyTree/component.d.ts.map +1 -0
  910. package/dist/AWING/HierarchyTree/component.js +89 -0
  911. package/dist/AWING/HierarchyTree/component.test.js +381 -0
  912. package/dist/AWING/HierarchyTree/components/ActionComponents/CheckboxAction.d.ts +4 -0
  913. package/dist/AWING/HierarchyTree/components/ActionComponents/CheckboxAction.d.ts.map +1 -0
  914. package/dist/AWING/HierarchyTree/components/ActionComponents/CheckboxAction.js +23 -0
  915. package/dist/AWING/HierarchyTree/components/ActionComponents/IconActions.d.ts +4 -0
  916. package/dist/AWING/HierarchyTree/components/ActionComponents/IconActions.d.ts.map +1 -0
  917. package/dist/AWING/HierarchyTree/components/ActionComponents/IconActions.js +28 -0
  918. package/dist/AWING/HierarchyTree/components/ActionComponents/index.d.ts +4 -0
  919. package/dist/AWING/HierarchyTree/components/ActionComponents/index.d.ts.map +1 -0
  920. package/dist/AWING/HierarchyTree/components/ActionComponents/index.js +32 -0
  921. package/dist/AWING/HierarchyTree/components/TreeContainer/LabelTreeItem.d.ts +4 -0
  922. package/dist/AWING/HierarchyTree/components/TreeContainer/LabelTreeItem.d.ts.map +1 -0
  923. package/dist/AWING/HierarchyTree/components/TreeContainer/LabelTreeItem.js +74 -0
  924. package/dist/AWING/HierarchyTree/components/TreeContainer/LabelTreeItem.test.js +66 -0
  925. package/dist/AWING/HierarchyTree/components/TreeContainer/RenderTreeItem.d.ts +4 -0
  926. package/dist/AWING/HierarchyTree/components/TreeContainer/RenderTreeItem.d.ts.map +1 -0
  927. package/dist/AWING/HierarchyTree/components/TreeContainer/RenderTreeItem.js +33 -0
  928. package/dist/AWING/HierarchyTree/components/TreeContainer/RenderTreeItem.test.js +50 -0
  929. package/dist/AWING/HierarchyTree/index.d.ts +3 -0
  930. package/dist/AWING/HierarchyTree/index.d.ts.map +1 -0
  931. package/dist/AWING/HierarchyTree/index.js +3 -0
  932. package/dist/AWING/HierarchyTree/interface.d.ts +85 -0
  933. package/dist/AWING/HierarchyTree/interface.d.ts.map +1 -0
  934. package/dist/AWING/HierarchyTree/interface.js +7 -0
  935. package/dist/AWING/Hooks/index.d.ts +2 -0
  936. package/dist/AWING/Hooks/index.d.ts.map +1 -0
  937. package/dist/AWING/Hooks/index.js +2 -0
  938. package/dist/AWING/Hooks/useBroadcast.d.ts +2 -0
  939. package/dist/AWING/Hooks/useBroadcast.d.ts.map +1 -0
  940. package/dist/AWING/Hooks/useBroadcast.js +15 -0
  941. package/dist/AWING/Hooks/useGetData.d.ts +10 -0
  942. package/dist/AWING/Hooks/useGetData.d.ts.map +1 -0
  943. package/dist/AWING/Hooks/useGetData.js +21 -0
  944. package/dist/AWING/Hooks/useSignal/computed.d.ts +7 -0
  945. package/dist/AWING/Hooks/useSignal/computed.d.ts.map +1 -0
  946. package/dist/AWING/Hooks/useSignal/computed.js +35 -0
  947. package/dist/AWING/Hooks/useSignal/index.d.ts +3 -0
  948. package/dist/AWING/Hooks/useSignal/index.d.ts.map +1 -0
  949. package/dist/AWING/Hooks/useSignal/index.js +2 -0
  950. package/dist/AWING/Hooks/useSignal/signal.d.ts +9 -0
  951. package/dist/AWING/Hooks/useSignal/signal.d.ts.map +1 -0
  952. package/dist/AWING/Hooks/useSignal/signal.js +27 -0
  953. package/dist/AWING/LogicExpression/index.d.ts +13 -0
  954. package/dist/AWING/LogicExpression/index.d.ts.map +1 -0
  955. package/dist/AWING/LogicExpression/index.js +43 -0
  956. package/dist/AWING/LogicExpression/index.test.js +94 -0
  957. package/dist/AWING/LogicExpression/types.d.ts +48 -0
  958. package/dist/AWING/LogicExpression/types.d.ts.map +1 -0
  959. package/dist/AWING/LogicExpression/types.js +14 -0
  960. package/dist/AWING/LogicExpression/utils.d.ts +9 -0
  961. package/dist/AWING/LogicExpression/utils.d.ts.map +1 -0
  962. package/dist/AWING/LogicExpression/utils.js +454 -0
  963. package/dist/AWING/LogicExpression/utils.test.js +477 -0
  964. package/dist/AWING/MemoWrap/index.d.ts +5 -0
  965. package/dist/AWING/MemoWrap/index.d.ts.map +1 -0
  966. package/dist/AWING/MemoWrap/index.js +10 -0
  967. package/dist/AWING/MemoWrap/interface.d.ts +6 -0
  968. package/dist/AWING/MemoWrap/interface.d.ts.map +1 -0
  969. package/dist/AWING/MemoWrap/interface.js +0 -0
  970. package/dist/AWING/MonacoEditor/container.d.ts +4 -0
  971. package/dist/AWING/MonacoEditor/container.d.ts.map +1 -0
  972. package/dist/AWING/MonacoEditor/container.js +38 -0
  973. package/dist/AWING/MonacoEditor/container.test.js +109 -0
  974. package/dist/AWING/MonacoEditor/index.d.ts +5 -0
  975. package/dist/AWING/MonacoEditor/index.d.ts.map +1 -0
  976. package/dist/AWING/MonacoEditor/index.js +10 -0
  977. package/dist/AWING/MonacoEditor/interface.d.ts +9 -0
  978. package/dist/AWING/MonacoEditor/interface.d.ts.map +1 -0
  979. package/dist/AWING/MonacoEditor/interface.js +0 -0
  980. package/dist/AWING/MultipleChoice/component.d.ts +3 -0
  981. package/dist/AWING/MultipleChoice/component.d.ts.map +1 -0
  982. package/dist/AWING/MultipleChoice/component.js +345 -0
  983. package/dist/AWING/MultipleChoice/component.test.js +347 -0
  984. package/dist/AWING/MultipleChoice/container.d.ts +4 -0
  985. package/dist/AWING/MultipleChoice/container.d.ts.map +1 -0
  986. package/dist/AWING/MultipleChoice/container.js +62 -0
  987. package/dist/AWING/MultipleChoice/container.test.js +210 -0
  988. package/dist/AWING/MultipleChoice/data-demo.d.ts +15 -0
  989. package/dist/AWING/MultipleChoice/data-demo.d.ts.map +1 -0
  990. package/dist/AWING/MultipleChoice/data-demo.js +442 -0
  991. package/dist/AWING/MultipleChoice/index.d.ts +3 -0
  992. package/dist/AWING/MultipleChoice/index.d.ts.map +1 -0
  993. package/dist/AWING/MultipleChoice/index.js +3 -0
  994. package/dist/AWING/MultipleChoice/interface.d.ts +33 -0
  995. package/dist/AWING/MultipleChoice/interface.d.ts.map +1 -0
  996. package/dist/AWING/MultipleChoice/interface.js +1 -0
  997. package/dist/AWING/MultipleHierarchicalChoice/component.d.ts +4 -0
  998. package/dist/AWING/MultipleHierarchicalChoice/component.d.ts.map +1 -0
  999. package/dist/AWING/MultipleHierarchicalChoice/component.js +120 -0
  1000. package/dist/AWING/MultipleHierarchicalChoice/component.test.js +186 -0
  1001. package/dist/AWING/MultipleHierarchicalChoice/container.d.ts +4 -0
  1002. package/dist/AWING/MultipleHierarchicalChoice/container.d.ts.map +1 -0
  1003. package/dist/AWING/MultipleHierarchicalChoice/container.js +120 -0
  1004. package/dist/AWING/MultipleHierarchicalChoice/container.test.js +414 -0
  1005. package/dist/AWING/MultipleHierarchicalChoice/index.d.ts +3 -0
  1006. package/dist/AWING/MultipleHierarchicalChoice/index.d.ts.map +1 -0
  1007. package/dist/AWING/MultipleHierarchicalChoice/index.js +3 -0
  1008. package/dist/AWING/MultipleHierarchicalChoice/interface.d.ts +45 -0
  1009. package/dist/AWING/MultipleHierarchicalChoice/interface.d.ts.map +1 -0
  1010. package/dist/AWING/MultipleHierarchicalChoice/interface.js +0 -0
  1011. package/dist/AWING/NoData/NoData.test.js +10 -0
  1012. package/dist/AWING/NoData/index.d.ts +3 -0
  1013. package/dist/AWING/NoData/index.d.ts.map +1 -0
  1014. package/dist/AWING/NoData/index.js +15 -0
  1015. package/dist/AWING/NumberFormat/index.d.ts +6 -0
  1016. package/dist/AWING/NumberFormat/index.d.ts.map +1 -0
  1017. package/dist/AWING/NumberFormat/index.js +59 -0
  1018. package/dist/AWING/OldAsyncAutoComplete/index.d.ts +17 -0
  1019. package/dist/AWING/OldAsyncAutoComplete/index.d.ts.map +1 -0
  1020. package/dist/AWING/OldAsyncAutoComplete/index.js +104 -0
  1021. package/dist/AWING/OldAsyncAutoComplete/index.test.js +240 -0
  1022. package/dist/AWING/Page/Container.d.ts +4 -0
  1023. package/dist/AWING/Page/Container.d.ts.map +1 -0
  1024. package/dist/AWING/Page/Container.js +49 -0
  1025. package/dist/AWING/Page/Container.test.js +48 -0
  1026. package/dist/AWING/Page/index.d.ts +3 -0
  1027. package/dist/AWING/Page/index.d.ts.map +1 -0
  1028. package/dist/AWING/Page/index.js +3 -0
  1029. package/dist/AWING/Page/interface.d.ts +7 -0
  1030. package/dist/AWING/Page/interface.d.ts.map +1 -0
  1031. package/dist/AWING/Page/interface.js +0 -0
  1032. package/dist/AWING/PageManagement/Container.d.ts +4 -0
  1033. package/dist/AWING/PageManagement/Container.d.ts.map +1 -0
  1034. package/dist/AWING/PageManagement/Container.js +217 -0
  1035. package/dist/AWING/PageManagement/Container.test.js +425 -0
  1036. package/dist/AWING/PageManagement/index.d.ts +3 -0
  1037. package/dist/AWING/PageManagement/index.d.ts.map +1 -0
  1038. package/dist/AWING/PageManagement/index.js +3 -0
  1039. package/dist/AWING/PageManagement/interface.d.ts +36 -0
  1040. package/dist/AWING/PageManagement/interface.d.ts.map +1 -0
  1041. package/dist/AWING/PageManagement/interface.js +0 -0
  1042. package/dist/AWING/PageManagement/utils.d.ts +8 -0
  1043. package/dist/AWING/PageManagement/utils.d.ts.map +1 -0
  1044. package/dist/AWING/PageManagement/utils.js +17 -0
  1045. package/dist/AWING/PageManagement/utils.test.js +144 -0
  1046. package/dist/AWING/Pagination/index.d.ts +12 -0
  1047. package/dist/AWING/Pagination/index.d.ts.map +1 -0
  1048. package/dist/AWING/Pagination/index.js +86 -0
  1049. package/dist/AWING/Pagination/index.test.js +152 -0
  1050. package/dist/AWING/PlaceFilter/DataTable/DataTable.test.js +665 -0
  1051. package/dist/AWING/PlaceFilter/DataTable/DataTableComponent.test.js +298 -0
  1052. package/dist/AWING/PlaceFilter/DataTable/component.d.ts +16 -0
  1053. package/dist/AWING/PlaceFilter/DataTable/component.d.ts.map +1 -0
  1054. package/dist/AWING/PlaceFilter/DataTable/component.js +133 -0
  1055. package/dist/AWING/PlaceFilter/DataTable/container.d.ts +8 -0
  1056. package/dist/AWING/PlaceFilter/DataTable/container.d.ts.map +1 -0
  1057. package/dist/AWING/PlaceFilter/DataTable/container.js +405 -0
  1058. package/dist/AWING/PlaceFilter/DataTable/index.d.ts +3 -0
  1059. package/dist/AWING/PlaceFilter/DataTable/index.d.ts.map +1 -0
  1060. package/dist/AWING/PlaceFilter/DataTable/index.js +3 -0
  1061. package/dist/AWING/PlaceFilter/Enum.d.ts +14 -0
  1062. package/dist/AWING/PlaceFilter/Enum.d.ts.map +1 -0
  1063. package/dist/AWING/PlaceFilter/Enum.js +16 -0
  1064. package/dist/AWING/PlaceFilter/Input/AreaSelectField/AreaSelectField.test.js +19 -0
  1065. package/dist/AWING/PlaceFilter/Input/AreaSelectField/component.d.ts +14 -0
  1066. package/dist/AWING/PlaceFilter/Input/AreaSelectField/component.d.ts.map +1 -0
  1067. package/dist/AWING/PlaceFilter/Input/AreaSelectField/component.js +58 -0
  1068. package/dist/AWING/PlaceFilter/Input/AreaSelectField/component.test.js +79 -0
  1069. package/dist/AWING/PlaceFilter/Input/AreaSelectField/container.d.ts +13 -0
  1070. package/dist/AWING/PlaceFilter/Input/AreaSelectField/container.d.ts.map +1 -0
  1071. package/dist/AWING/PlaceFilter/Input/AreaSelectField/container.js +54 -0
  1072. package/dist/AWING/PlaceFilter/Input/AreaSelectField/container.test.js +116 -0
  1073. package/dist/AWING/PlaceFilter/Input/AreaSelectField/index.d.ts +2 -0
  1074. package/dist/AWING/PlaceFilter/Input/AreaSelectField/index.d.ts.map +1 -0
  1075. package/dist/AWING/PlaceFilter/Input/AreaSelectField/index.js +2 -0
  1076. package/dist/AWING/PlaceFilter/Input/component/AreaSelect.d.ts +5 -0
  1077. package/dist/AWING/PlaceFilter/Input/component/AreaSelect.d.ts.map +1 -0
  1078. package/dist/AWING/PlaceFilter/Input/component/AreaSelect.js +13 -0
  1079. package/dist/AWING/PlaceFilter/Input/component/AutocompleteInput.d.ts +5 -0
  1080. package/dist/AWING/PlaceFilter/Input/component/AutocompleteInput.d.ts.map +1 -0
  1081. package/dist/AWING/PlaceFilter/Input/component/AutocompleteInput.js +27 -0
  1082. package/dist/AWING/PlaceFilter/Input/component/GeoFencing.d.ts +5 -0
  1083. package/dist/AWING/PlaceFilter/Input/component/GeoFencing.d.ts.map +1 -0
  1084. package/dist/AWING/PlaceFilter/Input/component/GeoFencing.js +15 -0
  1085. package/dist/AWING/PlaceFilter/Input/component/InputComponent.test.js +90 -0
  1086. package/dist/AWING/PlaceFilter/Input/component/InputFactory.d.ts +5 -0
  1087. package/dist/AWING/PlaceFilter/Input/component/InputFactory.d.ts.map +1 -0
  1088. package/dist/AWING/PlaceFilter/Input/component/InputFactory.js +21 -0
  1089. package/dist/AWING/PlaceFilter/Input/component/MultiSelect.d.ts +5 -0
  1090. package/dist/AWING/PlaceFilter/Input/component/MultiSelect.d.ts.map +1 -0
  1091. package/dist/AWING/PlaceFilter/Input/component/MultiSelect.js +18 -0
  1092. package/dist/AWING/PlaceFilter/Input/component/MultipleHierarchicalChoiceInput.d.ts +5 -0
  1093. package/dist/AWING/PlaceFilter/Input/component/MultipleHierarchicalChoiceInput.d.ts.map +1 -0
  1094. package/dist/AWING/PlaceFilter/Input/component/MultipleHierarchicalChoiceInput.js +20 -0
  1095. package/dist/AWING/PlaceFilter/Input/component/SelectInput.d.ts +5 -0
  1096. package/dist/AWING/PlaceFilter/Input/component/SelectInput.d.ts.map +1 -0
  1097. package/dist/AWING/PlaceFilter/Input/component/SelectInput.js +25 -0
  1098. package/dist/AWING/PlaceFilter/Input/component/TextInput.d.ts +6 -0
  1099. package/dist/AWING/PlaceFilter/Input/component/TextInput.d.ts.map +1 -0
  1100. package/dist/AWING/PlaceFilter/Input/component/TextInput.js +51 -0
  1101. package/dist/AWING/PlaceFilter/Input/component/TextInput.test.js +81 -0
  1102. package/dist/AWING/PlaceFilter/Input/component/index.d.ts +8 -0
  1103. package/dist/AWING/PlaceFilter/Input/component/index.d.ts.map +1 -0
  1104. package/dist/AWING/PlaceFilter/Input/component/index.js +62 -0
  1105. package/dist/AWING/PlaceFilter/Input/container.d.ts +3 -0
  1106. package/dist/AWING/PlaceFilter/Input/container.d.ts.map +1 -0
  1107. package/dist/AWING/PlaceFilter/Input/container.js +57 -0
  1108. package/dist/AWING/PlaceFilter/Input/container.test.js +165 -0
  1109. package/dist/AWING/PlaceFilter/Input/index.d.ts +2 -0
  1110. package/dist/AWING/PlaceFilter/Input/index.d.ts.map +1 -0
  1111. package/dist/AWING/PlaceFilter/Input/index.js +2 -0
  1112. package/dist/AWING/PlaceFilter/PlaceFilter.test.js +182 -0
  1113. package/dist/AWING/PlaceFilter/Recoil/Atom.d.ts +17 -0
  1114. package/dist/AWING/PlaceFilter/Recoil/Atom.d.ts.map +1 -0
  1115. package/dist/AWING/PlaceFilter/Recoil/Atom.js +15 -0
  1116. package/dist/AWING/PlaceFilter/Tag/Tag.test.js +332 -0
  1117. package/dist/AWING/PlaceFilter/Tag/component/TagAll.d.ts +10 -0
  1118. package/dist/AWING/PlaceFilter/Tag/component/TagAll.d.ts.map +1 -0
  1119. package/dist/AWING/PlaceFilter/Tag/component/TagAll.js +99 -0
  1120. package/dist/AWING/PlaceFilter/Tag/component/TagAll.test.js +141 -0
  1121. package/dist/AWING/PlaceFilter/Tag/component/TagChip.d.ts +11 -0
  1122. package/dist/AWING/PlaceFilter/Tag/component/TagChip.d.ts.map +1 -0
  1123. package/dist/AWING/PlaceFilter/Tag/component/TagChip.js +50 -0
  1124. package/dist/AWING/PlaceFilter/Tag/component/TagChip.test.js +69 -0
  1125. package/dist/AWING/PlaceFilter/Tag/component/utils.d.ts +8 -0
  1126. package/dist/AWING/PlaceFilter/Tag/component/utils.d.ts.map +1 -0
  1127. package/dist/AWING/PlaceFilter/Tag/component/utils.js +144 -0
  1128. package/dist/AWING/PlaceFilter/Tag/component/utils.test.js +506 -0
  1129. package/dist/AWING/PlaceFilter/Tag/container.d.ts +3 -0
  1130. package/dist/AWING/PlaceFilter/Tag/container.d.ts.map +1 -0
  1131. package/dist/AWING/PlaceFilter/Tag/container.js +91 -0
  1132. package/dist/AWING/PlaceFilter/Tag/index.d.ts +2 -0
  1133. package/dist/AWING/PlaceFilter/Tag/index.d.ts.map +1 -0
  1134. package/dist/AWING/PlaceFilter/Tag/index.js +2 -0
  1135. package/dist/AWING/PlaceFilter/common.d.ts +4 -0
  1136. package/dist/AWING/PlaceFilter/common.d.ts.map +1 -0
  1137. package/dist/AWING/PlaceFilter/common.js +20 -0
  1138. package/dist/AWING/PlaceFilter/constants.d.ts +3 -0
  1139. package/dist/AWING/PlaceFilter/constants.d.ts.map +1 -0
  1140. package/dist/AWING/PlaceFilter/constants.js +3 -0
  1141. package/dist/AWING/PlaceFilter/container.d.ts +5 -0
  1142. package/dist/AWING/PlaceFilter/container.d.ts.map +1 -0
  1143. package/dist/AWING/PlaceFilter/container.js +82 -0
  1144. package/dist/AWING/PlaceFilter/index.d.ts +7 -0
  1145. package/dist/AWING/PlaceFilter/index.d.ts.map +1 -0
  1146. package/dist/AWING/PlaceFilter/index.js +15 -0
  1147. package/dist/AWING/PlaceFilter/interface.d.ts +129 -0
  1148. package/dist/AWING/PlaceFilter/interface.d.ts.map +1 -0
  1149. package/dist/AWING/PlaceFilter/interface.js +8 -0
  1150. package/dist/AWING/PubSub/index.d.ts +7 -0
  1151. package/dist/AWING/PubSub/index.d.ts.map +1 -0
  1152. package/dist/AWING/PubSub/index.js +37 -0
  1153. package/dist/AWING/SearchBox/Container.d.ts +4 -0
  1154. package/dist/AWING/SearchBox/Container.d.ts.map +1 -0
  1155. package/dist/AWING/SearchBox/Container.js +117 -0
  1156. package/dist/AWING/SearchBox/Container.test.js +134 -0
  1157. package/dist/AWING/SearchBox/index.d.ts +3 -0
  1158. package/dist/AWING/SearchBox/index.d.ts.map +1 -0
  1159. package/dist/AWING/SearchBox/index.js +3 -0
  1160. package/dist/AWING/SearchBox/interface.d.ts +13 -0
  1161. package/dist/AWING/SearchBox/interface.d.ts.map +1 -0
  1162. package/dist/AWING/SearchBox/interface.js +0 -0
  1163. package/dist/AWING/Statistics/Enums.d.ts +5 -0
  1164. package/dist/AWING/Statistics/Enums.d.ts.map +1 -0
  1165. package/dist/AWING/Statistics/Enums.js +6 -0
  1166. package/dist/AWING/Statistics/container.d.ts +3 -0
  1167. package/dist/AWING/Statistics/container.d.ts.map +1 -0
  1168. package/dist/AWING/Statistics/container.js +86 -0
  1169. package/dist/AWING/Statistics/container.test.js +201 -0
  1170. package/dist/AWING/Statistics/index.d.ts +6 -0
  1171. package/dist/AWING/Statistics/index.d.ts.map +1 -0
  1172. package/dist/AWING/Statistics/index.js +9 -0
  1173. package/dist/AWING/Statistics/interface.d.ts +41 -0
  1174. package/dist/AWING/Statistics/interface.d.ts.map +1 -0
  1175. package/dist/AWING/Statistics/interface.js +0 -0
  1176. package/dist/AWING/TableDateRangeLabel/Container.d.ts +4 -0
  1177. package/dist/AWING/TableDateRangeLabel/Container.d.ts.map +1 -0
  1178. package/dist/AWING/TableDateRangeLabel/Container.js +54 -0
  1179. package/dist/AWING/TableDateRangeLabel/Container.test.js +0 -0
  1180. package/dist/AWING/TableDateRangeLabel/index.d.ts +3 -0
  1181. package/dist/AWING/TableDateRangeLabel/index.d.ts.map +1 -0
  1182. package/dist/AWING/TableDateRangeLabel/index.js +3 -0
  1183. package/dist/AWING/TableDateRangeLabel/interface.d.ts +7 -0
  1184. package/dist/AWING/TableDateRangeLabel/interface.d.ts.map +1 -0
  1185. package/dist/AWING/TableDateRangeLabel/interface.js +0 -0
  1186. package/dist/AWING/TableEditable/Container.d.ts +3 -0
  1187. package/dist/AWING/TableEditable/Container.d.ts.map +1 -0
  1188. package/dist/AWING/TableEditable/Container.js +184 -0
  1189. package/dist/AWING/TableEditable/Container.test.js +186 -0
  1190. package/dist/AWING/TableEditable/components/TableCellEditable.d.ts +3 -0
  1191. package/dist/AWING/TableEditable/components/TableCellEditable.d.ts.map +1 -0
  1192. package/dist/AWING/TableEditable/components/TableCellEditable.js +63 -0
  1193. package/dist/AWING/TableEditable/components/TableEditableBody.d.ts +3 -0
  1194. package/dist/AWING/TableEditable/components/TableEditableBody.d.ts.map +1 -0
  1195. package/dist/AWING/TableEditable/components/TableEditableBody.js +139 -0
  1196. package/dist/AWING/TableEditable/components/TableHeader.d.ts +3 -0
  1197. package/dist/AWING/TableEditable/components/TableHeader.d.ts.map +1 -0
  1198. package/dist/AWING/TableEditable/components/TableHeader.js +48 -0
  1199. package/dist/AWING/TableEditable/components/TopBarActions.d.ts +3 -0
  1200. package/dist/AWING/TableEditable/components/TopBarActions.d.ts.map +1 -0
  1201. package/dist/AWING/TableEditable/components/TopBarActions.js +52 -0
  1202. package/dist/AWING/TableEditable/index.d.ts +7 -0
  1203. package/dist/AWING/TableEditable/index.d.ts.map +1 -0
  1204. package/dist/AWING/TableEditable/index.js +7 -0
  1205. package/dist/AWING/TableEditable/interface.d.ts +75 -0
  1206. package/dist/AWING/TableEditable/interface.d.ts.map +1 -0
  1207. package/dist/AWING/TableEditable/interface.js +0 -0
  1208. package/dist/AWING/TableEditableCollapsible/Container.d.ts +3 -0
  1209. package/dist/AWING/TableEditableCollapsible/Container.d.ts.map +1 -0
  1210. package/dist/AWING/TableEditableCollapsible/Container.js +230 -0
  1211. package/dist/AWING/TableEditableCollapsible/Container.test.js +187 -0
  1212. package/dist/AWING/TableEditableCollapsible/components/TableCellEditable.d.ts +3 -0
  1213. package/dist/AWING/TableEditableCollapsible/components/TableCellEditable.d.ts.map +1 -0
  1214. package/dist/AWING/TableEditableCollapsible/components/TableCellEditable.js +94 -0
  1215. package/dist/AWING/TableEditableCollapsible/components/TableEditableBody.d.ts +3 -0
  1216. package/dist/AWING/TableEditableCollapsible/components/TableEditableBody.d.ts.map +1 -0
  1217. package/dist/AWING/TableEditableCollapsible/components/TableEditableBody.js +52 -0
  1218. package/dist/AWING/TableEditableCollapsible/components/TableHeader.d.ts +3 -0
  1219. package/dist/AWING/TableEditableCollapsible/components/TableHeader.d.ts.map +1 -0
  1220. package/dist/AWING/TableEditableCollapsible/components/TableHeader.js +48 -0
  1221. package/dist/AWING/TableEditableCollapsible/components/TableRowEditable.d.ts +3 -0
  1222. package/dist/AWING/TableEditableCollapsible/components/TableRowEditable.d.ts.map +1 -0
  1223. package/dist/AWING/TableEditableCollapsible/components/TableRowEditable.js +267 -0
  1224. package/dist/AWING/TableEditableCollapsible/components/TopBarActions.d.ts +3 -0
  1225. package/dist/AWING/TableEditableCollapsible/components/TopBarActions.d.ts.map +1 -0
  1226. package/dist/AWING/TableEditableCollapsible/components/TopBarActions.js +52 -0
  1227. package/dist/AWING/TableEditableCollapsible/index.d.ts +7 -0
  1228. package/dist/AWING/TableEditableCollapsible/index.d.ts.map +1 -0
  1229. package/dist/AWING/TableEditableCollapsible/index.js +7 -0
  1230. package/dist/AWING/TableEditableCollapsible/interface.d.ts +103 -0
  1231. package/dist/AWING/TableEditableCollapsible/interface.d.ts.map +1 -0
  1232. package/dist/AWING/TableEditableCollapsible/interface.js +0 -0
  1233. package/dist/AWING/constants.d.ts +5 -0
  1234. package/dist/AWING/constants.d.ts.map +1 -0
  1235. package/dist/AWING/constants.js +5 -0
  1236. package/dist/AWING/helper.d.ts +19 -0
  1237. package/dist/AWING/helper.d.ts.map +1 -0
  1238. package/dist/AWING/helper.js +99 -0
  1239. package/dist/AWING/helper.test.js +514 -0
  1240. package/dist/AWING/index.d.ts +179 -0
  1241. package/dist/AWING/index.d.ts.map +1 -0
  1242. package/dist/AWING/index.js +66 -0
  1243. package/dist/AWING/interface.d.ts +23 -0
  1244. package/dist/AWING/interface.d.ts.map +1 -0
  1245. package/dist/AWING/interface.js +0 -0
  1246. package/dist/AWING/ultis/index.d.ts +2 -0
  1247. package/dist/AWING/ultis/index.d.ts.map +1 -0
  1248. package/dist/AWING/ultis/index.js +1 -0
  1249. package/dist/AWING/ultis/validation.d.ts +30 -0
  1250. package/dist/AWING/ultis/validation.d.ts.map +1 -0
  1251. package/dist/AWING/ultis/validation.js +89 -0
  1252. package/dist/Assets/Flags/gb.js +15 -0
  1253. package/dist/Assets/Flags/id.js +15 -0
  1254. package/dist/Assets/Flags/ja.js +15 -0
  1255. package/dist/Assets/Flags/logo-awing.js +15 -0
  1256. package/dist/Assets/Flags/ph.js +15 -0
  1257. package/dist/Assets/Flags/th.js +15 -0
  1258. package/dist/Assets/Flags/vn.js +15 -0
  1259. package/dist/Assets/Images/bell.js +15 -0
  1260. package/dist/Assets/Images/binoculars.js +15 -0
  1261. package/dist/Assets/Images/check.js +15 -0
  1262. package/dist/Assets/Images/frame-landscape.js +15 -0
  1263. package/dist/Assets/Images/logo_awing.js +15 -0
  1264. package/dist/Assets/Images/notSeen.js +15 -0
  1265. package/dist/Assets/Images/notificationSreen.js +15 -0
  1266. package/dist/Assets/Images/settingScreen.js +15 -0
  1267. package/dist/Assets/Images/watched.js +15 -0
  1268. package/dist/Commons/Components/ClassicBaseDrawer.d.ts +23 -0
  1269. package/dist/Commons/Components/ClassicBaseDrawer.d.ts.map +1 -0
  1270. package/dist/Commons/Components/ClassicBaseDrawer.js +99 -0
  1271. package/dist/Commons/Components/ClassicDrawer.d.ts +9 -0
  1272. package/dist/Commons/Components/ClassicDrawer.d.ts.map +1 -0
  1273. package/dist/Commons/Components/ClassicDrawer.js +8 -0
  1274. package/dist/Commons/Components/CopyButton.d.ts +6 -0
  1275. package/dist/Commons/Components/CopyButton.d.ts.map +1 -0
  1276. package/dist/Commons/Components/CopyButton.js +36 -0
  1277. package/dist/Commons/Components/DeprecatedEnhancedDialog.d.ts +16 -0
  1278. package/dist/Commons/Components/DeprecatedEnhancedDialog.d.ts.map +1 -0
  1279. package/dist/Commons/Components/DeprecatedEnhancedDialog.js +89 -0
  1280. package/dist/Commons/Components/Drawer.d.ts +35 -0
  1281. package/dist/Commons/Components/Drawer.d.ts.map +1 -0
  1282. package/dist/Commons/Components/Drawer.js +139 -0
  1283. package/dist/Commons/Components/LoadingWithLogo.d.ts +6 -0
  1284. package/dist/Commons/Components/LoadingWithLogo.d.ts.map +1 -0
  1285. package/dist/Commons/Components/LoadingWithLogo.js +106 -0
  1286. package/dist/Commons/Components/TabLabel.d.ts +8 -0
  1287. package/dist/Commons/Components/TabLabel.d.ts.map +1 -0
  1288. package/dist/Commons/Components/TabLabel.js +31 -0
  1289. package/dist/Commons/Components/index.d.ts +12 -0
  1290. package/dist/Commons/Components/index.d.ts.map +1 -0
  1291. package/dist/Commons/Components/index.js +12 -0
  1292. package/dist/Commons/Constant.d.ts +198 -0
  1293. package/dist/Commons/Constant.d.ts.map +1 -0
  1294. package/dist/Commons/Constant.js +185 -0
  1295. package/dist/Commons/Enums.d.ts +69 -0
  1296. package/dist/Commons/Enums.d.ts.map +1 -0
  1297. package/dist/Commons/Enums.js +76 -0
  1298. package/dist/Commons/Hooks/index.d.ts +3 -0
  1299. package/dist/Commons/Hooks/index.d.ts.map +1 -0
  1300. package/dist/Commons/Hooks/index.js +3 -0
  1301. package/dist/Commons/Hooks/useGetContext.d.ts +5 -0
  1302. package/dist/Commons/Hooks/useGetContext.d.ts.map +1 -0
  1303. package/dist/Commons/Hooks/useGetContext.js +10 -0
  1304. package/dist/Commons/Hooks/usePath.d.ts +3 -0
  1305. package/dist/Commons/Hooks/usePath.d.ts.map +1 -0
  1306. package/dist/Commons/Hooks/usePath.js +10 -0
  1307. package/dist/Commons/Local.d.ts +1 -0
  1308. package/dist/Commons/Local.d.ts.map +1 -0
  1309. package/dist/Commons/Local.js +0 -0
  1310. package/dist/Commons/Types.d.ts +45 -0
  1311. package/dist/Commons/Types.d.ts.map +1 -0
  1312. package/dist/Commons/Types.js +0 -0
  1313. package/dist/Commons/index.d.ts +6 -0
  1314. package/dist/Commons/index.d.ts.map +1 -0
  1315. package/dist/Commons/index.js +4 -0
  1316. package/dist/Context/context.d.ts +9 -0
  1317. package/dist/Context/context.d.ts.map +1 -0
  1318. package/dist/Context/context.js +14 -0
  1319. package/dist/Context/hooks.d.ts +15 -0
  1320. package/dist/Context/hooks.d.ts.map +1 -0
  1321. package/dist/Context/hooks.js +32 -0
  1322. package/dist/Context/index.d.ts +3 -0
  1323. package/dist/Context/index.d.ts.map +1 -0
  1324. package/dist/Context/index.js +2 -0
  1325. package/dist/Context/interface.d.ts +23 -0
  1326. package/dist/Context/interface.d.ts.map +1 -0
  1327. package/dist/Context/interface.js +0 -0
  1328. package/dist/Features/COMMON/Notifications/Container.d.ts +3 -0
  1329. package/dist/Features/COMMON/Notifications/Container.d.ts.map +1 -0
  1330. package/dist/Features/COMMON/Notifications/Container.js +20 -0
  1331. package/dist/Features/COMMON/Notifications/Context.d.ts +11 -0
  1332. package/dist/Features/COMMON/Notifications/Context.d.ts.map +1 -0
  1333. package/dist/Features/COMMON/Notifications/Context.js +10 -0
  1334. package/dist/Features/COMMON/Notifications/Enum.d.ts +5 -0
  1335. package/dist/Features/COMMON/Notifications/Enum.d.ts.map +1 -0
  1336. package/dist/Features/COMMON/Notifications/Enum.js +6 -0
  1337. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/Container.d.ts +13 -0
  1338. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/Container.d.ts.map +1 -0
  1339. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/Container.js +72 -0
  1340. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/Container.test.js +134 -0
  1341. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/MenuNotification.d.ts +6 -0
  1342. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/MenuNotification.d.ts.map +1 -0
  1343. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/MenuNotification.js +95 -0
  1344. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/MenuNotification.test.js +94 -0
  1345. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/index.d.ts +2 -0
  1346. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/index.d.ts.map +1 -0
  1347. package/dist/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/index.js +2 -0
  1348. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/Container.d.ts +13 -0
  1349. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/Container.d.ts.map +1 -0
  1350. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/Container.js +31 -0
  1351. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/Container.test.js +179 -0
  1352. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/NotificationItem.d.ts +13 -0
  1353. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/NotificationItem.d.ts.map +1 -0
  1354. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/NotificationItem.js +107 -0
  1355. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/NotificationItem.test.js +100 -0
  1356. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/index.d.ts +2 -0
  1357. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/index.d.ts.map +1 -0
  1358. package/dist/Features/COMMON/Notifications/NotificationDetail/NotificationList/index.js +2 -0
  1359. package/dist/Features/COMMON/Notifications/NotificationDetail/index.d.ts +6 -0
  1360. package/dist/Features/COMMON/Notifications/NotificationDetail/index.d.ts.map +1 -0
  1361. package/dist/Features/COMMON/Notifications/NotificationDetail/index.js +142 -0
  1362. package/dist/Features/COMMON/Notifications/NotificationPopover/Container.d.ts +3 -0
  1363. package/dist/Features/COMMON/Notifications/NotificationPopover/Container.d.ts.map +1 -0
  1364. package/dist/Features/COMMON/Notifications/NotificationPopover/Container.js +105 -0
  1365. package/dist/Features/COMMON/Notifications/NotificationPopover/Container.test.js +72 -0
  1366. package/dist/Features/COMMON/Notifications/NotificationPopover/index.d.ts +3 -0
  1367. package/dist/Features/COMMON/Notifications/NotificationPopover/index.d.ts.map +1 -0
  1368. package/dist/Features/COMMON/Notifications/NotificationPopover/index.js +8 -0
  1369. package/dist/Features/COMMON/Notifications/Services.d.ts +24 -0
  1370. package/dist/Features/COMMON/Notifications/Services.d.ts.map +1 -0
  1371. package/dist/Features/COMMON/Notifications/Services.js +0 -0
  1372. package/dist/Features/COMMON/Notifications/Types.d.ts +54 -0
  1373. package/dist/Features/COMMON/Notifications/Types.d.ts.map +1 -0
  1374. package/dist/Features/COMMON/Notifications/Types.js +0 -0
  1375. package/dist/Features/COMMON/Notifications/components/ButtonTabs.d.ts +7 -0
  1376. package/dist/Features/COMMON/Notifications/components/ButtonTabs.d.ts.map +1 -0
  1377. package/dist/Features/COMMON/Notifications/components/ButtonTabs.js +61 -0
  1378. package/dist/Features/COMMON/Notifications/components/Message/CampaignAction.d.ts +14 -0
  1379. package/dist/Features/COMMON/Notifications/components/Message/CampaignAction.d.ts.map +1 -0
  1380. package/dist/Features/COMMON/Notifications/components/Message/CampaignAction.js +99 -0
  1381. package/dist/Features/COMMON/Notifications/components/Message/DomainAction.d.ts +6 -0
  1382. package/dist/Features/COMMON/Notifications/components/Message/DomainAction.d.ts.map +1 -0
  1383. package/dist/Features/COMMON/Notifications/components/Message/DomainAction.js +35 -0
  1384. package/dist/Features/COMMON/Notifications/components/Message/DomainTransaction.d.ts +30 -0
  1385. package/dist/Features/COMMON/Notifications/components/Message/DomainTransaction.d.ts.map +1 -0
  1386. package/dist/Features/COMMON/Notifications/components/Message/DomainTransaction.js +209 -0
  1387. package/dist/Features/COMMON/Notifications/components/Message/PageAction.d.ts +14 -0
  1388. package/dist/Features/COMMON/Notifications/components/Message/PageAction.d.ts.map +1 -0
  1389. package/dist/Features/COMMON/Notifications/components/Message/PageAction.js +92 -0
  1390. package/dist/Features/COMMON/Notifications/components/Message/PlaceAction.d.ts +6 -0
  1391. package/dist/Features/COMMON/Notifications/components/Message/PlaceAction.d.ts.map +1 -0
  1392. package/dist/Features/COMMON/Notifications/components/Message/PlaceAction.js +35 -0
  1393. package/dist/Features/COMMON/Notifications/components/Message/PlaceTransaction.d.ts +30 -0
  1394. package/dist/Features/COMMON/Notifications/components/Message/PlaceTransaction.d.ts.map +1 -0
  1395. package/dist/Features/COMMON/Notifications/components/Message/PlaceTransaction.js +278 -0
  1396. package/dist/Features/COMMON/Notifications/components/Message/index.d.ts +14 -0
  1397. package/dist/Features/COMMON/Notifications/components/Message/index.d.ts.map +1 -0
  1398. package/dist/Features/COMMON/Notifications/components/Message/index.js +69 -0
  1399. package/dist/Features/COMMON/Notifications/components/Message/index.test.js +133 -0
  1400. package/dist/Features/COMMON/Notifications/components/NotificationAvatar.d.ts +7 -0
  1401. package/dist/Features/COMMON/Notifications/components/NotificationAvatar.d.ts.map +1 -0
  1402. package/dist/Features/COMMON/Notifications/components/NotificationAvatar.js +36 -0
  1403. package/dist/Features/COMMON/Notifications/components/NotificationContent.d.ts +8 -0
  1404. package/dist/Features/COMMON/Notifications/components/NotificationContent.d.ts.map +1 -0
  1405. package/dist/Features/COMMON/Notifications/components/NotificationContent.js +66 -0
  1406. package/dist/Features/COMMON/Notifications/components/NotificationEmpty.d.ts +6 -0
  1407. package/dist/Features/COMMON/Notifications/components/NotificationEmpty.d.ts.map +1 -0
  1408. package/dist/Features/COMMON/Notifications/components/NotificationEmpty.js +34 -0
  1409. package/dist/Features/COMMON/Notifications/components/NotificationLoading.d.ts +3 -0
  1410. package/dist/Features/COMMON/Notifications/components/NotificationLoading.d.ts.map +1 -0
  1411. package/dist/Features/COMMON/Notifications/components/NotificationLoading.js +69 -0
  1412. package/dist/Features/COMMON/Notifications/index.d.ts +7 -0
  1413. package/dist/Features/COMMON/Notifications/index.d.ts.map +1 -0
  1414. package/dist/Features/COMMON/Notifications/index.js +18 -0
  1415. package/dist/Features/COMMON/index.d.ts +2 -0
  1416. package/dist/Features/COMMON/index.d.ts.map +1 -0
  1417. package/dist/Features/COMMON/index.js +2 -0
  1418. package/dist/Features/NOTIFICATION/NotificationConfig/CreateOrEdit.d.ts +3 -0
  1419. package/dist/Features/NOTIFICATION/NotificationConfig/CreateOrEdit.d.ts.map +1 -0
  1420. package/dist/Features/NOTIFICATION/NotificationConfig/CreateOrEdit.js +276 -0
  1421. package/dist/Features/NOTIFICATION/NotificationConfig/Services.d.ts +44 -0
  1422. package/dist/Features/NOTIFICATION/NotificationConfig/Services.d.ts.map +1 -0
  1423. package/dist/Features/NOTIFICATION/NotificationConfig/Services.js +0 -0
  1424. package/dist/Features/NOTIFICATION/NotificationConfig/container.d.ts +3 -0
  1425. package/dist/Features/NOTIFICATION/NotificationConfig/container.d.ts.map +1 -0
  1426. package/dist/Features/NOTIFICATION/NotificationConfig/container.js +117 -0
  1427. package/dist/Features/NOTIFICATION/NotificationConfig/context.d.ts +25 -0
  1428. package/dist/Features/NOTIFICATION/NotificationConfig/context.d.ts.map +1 -0
  1429. package/dist/Features/NOTIFICATION/NotificationConfig/context.js +10 -0
  1430. package/dist/Features/NOTIFICATION/NotificationConfig/index.d.ts +15 -0
  1431. package/dist/Features/NOTIFICATION/NotificationConfig/index.d.ts.map +1 -0
  1432. package/dist/Features/NOTIFICATION/NotificationConfig/index.js +41 -0
  1433. package/dist/Features/NOTIFICATION/NotificationConfig/types.d.ts +38 -0
  1434. package/dist/Features/NOTIFICATION/NotificationConfig/types.d.ts.map +1 -0
  1435. package/dist/Features/NOTIFICATION/NotificationConfig/types.js +0 -0
  1436. package/dist/Features/NOTIFICATION/SubscriptionConfig/CreateOrEdit.d.ts +3 -0
  1437. package/dist/Features/NOTIFICATION/SubscriptionConfig/CreateOrEdit.d.ts.map +1 -0
  1438. package/dist/Features/NOTIFICATION/SubscriptionConfig/CreateOrEdit.js +290 -0
  1439. package/dist/Features/NOTIFICATION/SubscriptionConfig/ScheduleSettings.d.ts +3 -0
  1440. package/dist/Features/NOTIFICATION/SubscriptionConfig/ScheduleSettings.d.ts.map +1 -0
  1441. package/dist/Features/NOTIFICATION/SubscriptionConfig/ScheduleSettings.js +44 -0
  1442. package/dist/Features/NOTIFICATION/SubscriptionConfig/Services.d.ts +44 -0
  1443. package/dist/Features/NOTIFICATION/SubscriptionConfig/Services.d.ts.map +1 -0
  1444. package/dist/Features/NOTIFICATION/SubscriptionConfig/Services.js +0 -0
  1445. package/dist/Features/NOTIFICATION/SubscriptionConfig/container.d.ts +3 -0
  1446. package/dist/Features/NOTIFICATION/SubscriptionConfig/container.d.ts.map +1 -0
  1447. package/dist/Features/NOTIFICATION/SubscriptionConfig/container.js +104 -0
  1448. package/dist/Features/NOTIFICATION/SubscriptionConfig/context.d.ts +12 -0
  1449. package/dist/Features/NOTIFICATION/SubscriptionConfig/context.d.ts.map +1 -0
  1450. package/dist/Features/NOTIFICATION/SubscriptionConfig/context.js +10 -0
  1451. package/dist/Features/NOTIFICATION/SubscriptionConfig/enums.d.ts +7 -0
  1452. package/dist/Features/NOTIFICATION/SubscriptionConfig/enums.d.ts.map +1 -0
  1453. package/dist/Features/NOTIFICATION/SubscriptionConfig/enums.js +8 -0
  1454. package/dist/Features/NOTIFICATION/SubscriptionConfig/index.d.ts +9 -0
  1455. package/dist/Features/NOTIFICATION/SubscriptionConfig/index.d.ts.map +1 -0
  1456. package/dist/Features/NOTIFICATION/SubscriptionConfig/index.js +39 -0
  1457. package/dist/Features/NOTIFICATION/SubscriptionConfig/types.d.ts +73 -0
  1458. package/dist/Features/NOTIFICATION/SubscriptionConfig/types.d.ts.map +1 -0
  1459. package/dist/Features/NOTIFICATION/SubscriptionConfig/types.js +6 -0
  1460. package/dist/Features/NOTIFICATION/SubscriptionConfig/utils.d.ts +27 -0
  1461. package/dist/Features/NOTIFICATION/SubscriptionConfig/utils.d.ts.map +1 -0
  1462. package/dist/Features/NOTIFICATION/SubscriptionConfig/utils.js +218 -0
  1463. package/dist/Features/NOTIFICATION/SubscriptionConfig/utils.test.js +297 -0
  1464. package/dist/Features/NOTIFICATION/Template/Container.d.ts +2 -0
  1465. package/dist/Features/NOTIFICATION/Template/Container.d.ts.map +1 -0
  1466. package/dist/Features/NOTIFICATION/Template/Container.js +108 -0
  1467. package/dist/Features/NOTIFICATION/Template/CreateOrEdit.d.ts +2 -0
  1468. package/dist/Features/NOTIFICATION/Template/CreateOrEdit.d.ts.map +1 -0
  1469. package/dist/Features/NOTIFICATION/Template/CreateOrEdit.js +133 -0
  1470. package/dist/Features/NOTIFICATION/Template/Services.d.ts +42 -0
  1471. package/dist/Features/NOTIFICATION/Template/Services.d.ts.map +1 -0
  1472. package/dist/Features/NOTIFICATION/Template/Services.js +0 -0
  1473. package/dist/Features/NOTIFICATION/Template/components/Fields.d.ts +8 -0
  1474. package/dist/Features/NOTIFICATION/Template/components/Fields.d.ts.map +1 -0
  1475. package/dist/Features/NOTIFICATION/Template/components/Fields.js +54 -0
  1476. package/dist/Features/NOTIFICATION/Template/components/Fields.test.js +121 -0
  1477. package/dist/Features/NOTIFICATION/Template/components/FunctionGrid.d.ts +6 -0
  1478. package/dist/Features/NOTIFICATION/Template/components/FunctionGrid.d.ts.map +1 -0
  1479. package/dist/Features/NOTIFICATION/Template/components/FunctionGrid.js +203 -0
  1480. package/dist/Features/NOTIFICATION/Template/components/FunctionGrid.test.js +208 -0
  1481. package/dist/Features/NOTIFICATION/Template/components/TemplateContent.d.ts +12 -0
  1482. package/dist/Features/NOTIFICATION/Template/components/TemplateContent.d.ts.map +1 -0
  1483. package/dist/Features/NOTIFICATION/Template/components/TemplateContent.js +161 -0
  1484. package/dist/Features/NOTIFICATION/Template/components/TemplateContent.test.js +668 -0
  1485. package/dist/Features/NOTIFICATION/Template/components/TemplateFieldView.d.ts +7 -0
  1486. package/dist/Features/NOTIFICATION/Template/components/TemplateFieldView.d.ts.map +1 -0
  1487. package/dist/Features/NOTIFICATION/Template/components/TemplateFieldView.js +30 -0
  1488. package/dist/Features/NOTIFICATION/Template/components/TemplateFieldView.test.js +185 -0
  1489. package/dist/Features/NOTIFICATION/Template/components/__snapshots__/Fields.test.tsx.js +51 -0
  1490. package/dist/Features/NOTIFICATION/Template/context.d.ts +12 -0
  1491. package/dist/Features/NOTIFICATION/Template/context.d.ts.map +1 -0
  1492. package/dist/Features/NOTIFICATION/Template/context.js +10 -0
  1493. package/dist/Features/NOTIFICATION/Template/hooks/useCreateOrEdit.d.ts +53 -0
  1494. package/dist/Features/NOTIFICATION/Template/hooks/useCreateOrEdit.d.ts.map +1 -0
  1495. package/dist/Features/NOTIFICATION/Template/hooks/useCreateOrEdit.js +308 -0
  1496. package/dist/Features/NOTIFICATION/Template/hooks/useCreateOrEdit.test.js +413 -0
  1497. package/dist/Features/NOTIFICATION/Template/index.d.ts +9 -0
  1498. package/dist/Features/NOTIFICATION/Template/index.d.ts.map +1 -0
  1499. package/dist/Features/NOTIFICATION/Template/index.js +47 -0
  1500. package/dist/Features/NOTIFICATION/Template/types.d.ts +78 -0
  1501. package/dist/Features/NOTIFICATION/Template/types.d.ts.map +1 -0
  1502. package/dist/Features/NOTIFICATION/Template/types.js +0 -0
  1503. package/dist/Features/NOTIFICATION/Template/utils.d.ts +7 -0
  1504. package/dist/Features/NOTIFICATION/Template/utils.d.ts.map +1 -0
  1505. package/dist/Features/NOTIFICATION/Template/utils.js +77 -0
  1506. package/dist/Features/NOTIFICATION/components/AddFilter/Container.d.ts +4 -0
  1507. package/dist/Features/NOTIFICATION/components/AddFilter/Container.d.ts.map +1 -0
  1508. package/dist/Features/NOTIFICATION/components/AddFilter/Container.js +86 -0
  1509. package/dist/Features/NOTIFICATION/components/AddFilter/index.d.ts +2 -0
  1510. package/dist/Features/NOTIFICATION/components/AddFilter/index.d.ts.map +1 -0
  1511. package/dist/Features/NOTIFICATION/components/AddFilter/index.js +2 -0
  1512. package/dist/Features/NOTIFICATION/components/AddFilter/types.d.ts +22 -0
  1513. package/dist/Features/NOTIFICATION/components/AddFilter/types.d.ts.map +1 -0
  1514. package/dist/Features/NOTIFICATION/components/AddFilter/types.js +0 -0
  1515. package/dist/Features/NOTIFICATION/components/AddFilter/utils.d.ts +38 -0
  1516. package/dist/Features/NOTIFICATION/components/AddFilter/utils.d.ts.map +1 -0
  1517. package/dist/Features/NOTIFICATION/components/AddFilter/utils.js +440 -0
  1518. package/dist/Features/NOTIFICATION/components/ConfigNotification/ConfigFilter.d.ts +4 -0
  1519. package/dist/Features/NOTIFICATION/components/ConfigNotification/ConfigFilter.d.ts.map +1 -0
  1520. package/dist/Features/NOTIFICATION/components/ConfigNotification/ConfigFilter.js +275 -0
  1521. package/dist/Features/NOTIFICATION/components/ConfigNotification/TableFilter.d.ts +4 -0
  1522. package/dist/Features/NOTIFICATION/components/ConfigNotification/TableFilter.d.ts.map +1 -0
  1523. package/dist/Features/NOTIFICATION/components/ConfigNotification/TableFilter.js +286 -0
  1524. package/dist/Features/NOTIFICATION/components/ConfigNotification/type.d.ts +131 -0
  1525. package/dist/Features/NOTIFICATION/components/ConfigNotification/type.d.ts.map +1 -0
  1526. package/dist/Features/NOTIFICATION/components/ConfigNotification/type.js +0 -0
  1527. package/dist/Features/NOTIFICATION/components/FullEditor/Container.d.ts +8 -0
  1528. package/dist/Features/NOTIFICATION/components/FullEditor/Container.d.ts.map +1 -0
  1529. package/dist/Features/NOTIFICATION/components/FullEditor/Container.js +67 -0
  1530. package/dist/Features/NOTIFICATION/components/FullEditor/index.d.ts +2 -0
  1531. package/dist/Features/NOTIFICATION/components/FullEditor/index.d.ts.map +1 -0
  1532. package/dist/Features/NOTIFICATION/components/FullEditor/index.js +2 -0
  1533. package/dist/Features/NOTIFICATION/components/MonacoEditor/index.d.ts +3 -0
  1534. package/dist/Features/NOTIFICATION/components/MonacoEditor/index.d.ts.map +1 -0
  1535. package/dist/Features/NOTIFICATION/components/MonacoEditor/index.js +32 -0
  1536. package/dist/Features/NOTIFICATION/components/TestingTool/Container.d.ts +12 -0
  1537. package/dist/Features/NOTIFICATION/components/TestingTool/Container.d.ts.map +1 -0
  1538. package/dist/Features/NOTIFICATION/components/TestingTool/Container.js +159 -0
  1539. package/dist/Features/NOTIFICATION/components/TestingTool/Container.test.js +1311 -0
  1540. package/dist/Features/NOTIFICATION/components/TestingTool/Services.d.ts +20 -0
  1541. package/dist/Features/NOTIFICATION/components/TestingTool/Services.d.ts.map +1 -0
  1542. package/dist/Features/NOTIFICATION/components/TestingTool/Services.js +0 -0
  1543. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/DataTesting.d.ts +9 -0
  1544. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/DataTesting.d.ts.map +1 -0
  1545. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/DataTesting.js +238 -0
  1546. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/DataTesting.test.js +719 -0
  1547. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/Receivers.d.ts +9 -0
  1548. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/Receivers.d.ts.map +1 -0
  1549. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/Receivers.js +34 -0
  1550. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/Receivers.test.js +486 -0
  1551. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/index.d.ts +15 -0
  1552. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/index.d.ts.map +1 -0
  1553. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/index.js +78 -0
  1554. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingAction/index.test.js +525 -0
  1555. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingInformation.d.ts +9 -0
  1556. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingInformation.d.ts.map +1 -0
  1557. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingInformation.js +69 -0
  1558. package/dist/Features/NOTIFICATION/components/TestingTool/components/TestingInformation.test.js +161 -0
  1559. package/dist/Features/NOTIFICATION/components/TestingTool/index.d.ts +4 -0
  1560. package/dist/Features/NOTIFICATION/components/TestingTool/index.d.ts.map +1 -0
  1561. package/dist/Features/NOTIFICATION/components/TestingTool/index.js +4 -0
  1562. package/dist/Features/NOTIFICATION/components/TestingTool/types.d.ts +104 -0
  1563. package/dist/Features/NOTIFICATION/components/TestingTool/types.d.ts.map +1 -0
  1564. package/dist/Features/NOTIFICATION/components/TestingTool/types.js +0 -0
  1565. package/dist/Features/NOTIFICATION/components/TestingTool/utils.d.ts +7 -0
  1566. package/dist/Features/NOTIFICATION/components/TestingTool/utils.d.ts.map +1 -0
  1567. package/dist/Features/NOTIFICATION/components/TestingTool/utils.js +64 -0
  1568. package/dist/Features/NOTIFICATION/components/TestingTool/utils.test.js +181 -0
  1569. package/dist/Features/NOTIFICATION/constants.d.ts +5 -0
  1570. package/dist/Features/NOTIFICATION/constants.d.ts.map +1 -0
  1571. package/dist/Features/NOTIFICATION/constants.js +15 -0
  1572. package/dist/Features/NOTIFICATION/enums.d.ts +23 -0
  1573. package/dist/Features/NOTIFICATION/enums.d.ts.map +1 -0
  1574. package/dist/Features/NOTIFICATION/enums.js +27 -0
  1575. package/dist/Features/NOTIFICATION/index.d.ts +5 -0
  1576. package/dist/Features/NOTIFICATION/index.d.ts.map +1 -0
  1577. package/dist/Features/NOTIFICATION/index.js +5 -0
  1578. package/dist/Features/NOTIFICATION/types.d.ts +71 -0
  1579. package/dist/Features/NOTIFICATION/types.d.ts.map +1 -0
  1580. package/dist/Features/NOTIFICATION/types.js +0 -0
  1581. package/dist/Features/NOTIFICATION/utils.d.ts +1 -0
  1582. package/dist/Features/NOTIFICATION/utils.d.ts.map +1 -0
  1583. package/dist/Features/NOTIFICATION/utils.js +0 -0
  1584. package/dist/Features/SYSTEM/Directory/Atoms.d.ts +5 -0
  1585. package/dist/Features/SYSTEM/Directory/Atoms.d.ts.map +1 -0
  1586. package/dist/Features/SYSTEM/Directory/Atoms.js +3 -0
  1587. package/dist/Features/SYSTEM/Directory/Container.d.ts +3 -0
  1588. package/dist/Features/SYSTEM/Directory/Container.d.ts.map +1 -0
  1589. package/dist/Features/SYSTEM/Directory/Container.js +271 -0
  1590. package/dist/Features/SYSTEM/Directory/Permission/Container.d.ts +3 -0
  1591. package/dist/Features/SYSTEM/Directory/Permission/Container.d.ts.map +1 -0
  1592. package/dist/Features/SYSTEM/Directory/Permission/Container.js +28 -0
  1593. package/dist/Features/SYSTEM/Directory/Permission/index.d.ts +2 -0
  1594. package/dist/Features/SYSTEM/Directory/Permission/index.d.ts.map +1 -0
  1595. package/dist/Features/SYSTEM/Directory/Permission/index.js +2 -0
  1596. package/dist/Features/SYSTEM/Directory/Services.d.ts +27 -0
  1597. package/dist/Features/SYSTEM/Directory/Services.d.ts.map +1 -0
  1598. package/dist/Features/SYSTEM/Directory/Services.js +0 -0
  1599. package/dist/Features/SYSTEM/Directory/TreeView/Container.d.ts +21 -0
  1600. package/dist/Features/SYSTEM/Directory/TreeView/Container.d.ts.map +1 -0
  1601. package/dist/Features/SYSTEM/Directory/TreeView/Container.js +87 -0
  1602. package/dist/Features/SYSTEM/Directory/TreeView/Container.test.js +437 -0
  1603. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildList.d.ts +22 -0
  1604. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildList.d.ts.map +1 -0
  1605. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildList.js +54 -0
  1606. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildList.test.js +413 -0
  1607. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildRow.d.ts +12 -0
  1608. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildRow.d.ts.map +1 -0
  1609. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildRow.js +84 -0
  1610. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildRow.test.js +334 -0
  1611. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/index.d.ts +3 -0
  1612. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/index.d.ts.map +1 -0
  1613. package/dist/Features/SYSTEM/Directory/TreeView/DirectoryChildList/index.js +3 -0
  1614. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/Container.d.ts +4 -0
  1615. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/Container.d.ts.map +1 -0
  1616. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/Container.js +57 -0
  1617. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/Container.test.js +547 -0
  1618. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/index.d.ts +3 -0
  1619. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/index.d.ts.map +1 -0
  1620. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/index.js +3 -0
  1621. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/types.d.ts +17 -0
  1622. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/types.d.ts.map +1 -0
  1623. package/dist/Features/SYSTEM/Directory/TreeView/SearchColumn/types.js +0 -0
  1624. package/dist/Features/SYSTEM/Directory/TreeView/index.d.ts +2 -0
  1625. package/dist/Features/SYSTEM/Directory/TreeView/index.d.ts.map +1 -0
  1626. package/dist/Features/SYSTEM/Directory/TreeView/index.js +2 -0
  1627. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/Container.d.ts +9 -0
  1628. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/Container.d.ts.map +1 -0
  1629. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/Container.js +75 -0
  1630. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/Container.test.js +108 -0
  1631. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/index.d.ts +3 -0
  1632. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/index.d.ts.map +1 -0
  1633. package/dist/Features/SYSTEM/Directory/components/DirectoryAction/index.js +2 -0
  1634. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/Container.d.ts +7 -0
  1635. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/Container.d.ts.map +1 -0
  1636. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/Container.js +15 -0
  1637. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/Container.test.js +105 -0
  1638. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/index.d.ts +3 -0
  1639. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/index.d.ts.map +1 -0
  1640. package/dist/Features/SYSTEM/Directory/components/PaperTemplate/index.js +2 -0
  1641. package/dist/Features/SYSTEM/Directory/constants.d.ts +10 -0
  1642. package/dist/Features/SYSTEM/Directory/constants.d.ts.map +1 -0
  1643. package/dist/Features/SYSTEM/Directory/constants.js +14 -0
  1644. package/dist/Features/SYSTEM/Directory/context.d.ts +16 -0
  1645. package/dist/Features/SYSTEM/Directory/context.d.ts.map +1 -0
  1646. package/dist/Features/SYSTEM/Directory/context.js +10 -0
  1647. package/dist/Features/SYSTEM/Directory/helpers.d.ts +11 -0
  1648. package/dist/Features/SYSTEM/Directory/helpers.d.ts.map +1 -0
  1649. package/dist/Features/SYSTEM/Directory/helpers.js +33 -0
  1650. package/dist/Features/SYSTEM/Directory/index.d.ts +13 -0
  1651. package/dist/Features/SYSTEM/Directory/index.d.ts.map +1 -0
  1652. package/dist/Features/SYSTEM/Directory/index.js +86 -0
  1653. package/dist/Features/SYSTEM/Directory/types.d.ts +10 -0
  1654. package/dist/Features/SYSTEM/Directory/types.d.ts.map +1 -0
  1655. package/dist/Features/SYSTEM/Directory/types.js +0 -0
  1656. package/dist/Features/SYSTEM/Group/Create.d.ts +3 -0
  1657. package/dist/Features/SYSTEM/Group/Create.d.ts.map +1 -0
  1658. package/dist/Features/SYSTEM/Group/Create.js +82 -0
  1659. package/dist/Features/SYSTEM/Group/Create.test.js +138 -0
  1660. package/dist/Features/SYSTEM/Group/Edit.d.ts +3 -0
  1661. package/dist/Features/SYSTEM/Group/Edit.d.ts.map +1 -0
  1662. package/dist/Features/SYSTEM/Group/Edit.js +159 -0
  1663. package/dist/Features/SYSTEM/Group/EnhancedTable/index.d.ts +9 -0
  1664. package/dist/Features/SYSTEM/Group/EnhancedTable/index.d.ts.map +1 -0
  1665. package/dist/Features/SYSTEM/Group/EnhancedTable/index.js +160 -0
  1666. package/dist/Features/SYSTEM/Group/EnhancedTable/index.test.js +249 -0
  1667. package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts +11 -0
  1668. package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts.map +1 -0
  1669. package/dist/Features/SYSTEM/Group/SearchUser/component.js +78 -0
  1670. package/dist/Features/SYSTEM/Group/SearchUser/component.test.js +126 -0
  1671. package/dist/Features/SYSTEM/Group/SearchUser/container.d.ts +8 -0
  1672. package/dist/Features/SYSTEM/Group/SearchUser/container.d.ts.map +1 -0
  1673. package/dist/Features/SYSTEM/Group/SearchUser/container.js +94 -0
  1674. package/dist/Features/SYSTEM/Group/SearchUser/container.test.js +200 -0
  1675. package/dist/Features/SYSTEM/Group/SearchUser/index.d.ts +2 -0
  1676. package/dist/Features/SYSTEM/Group/SearchUser/index.d.ts.map +1 -0
  1677. package/dist/Features/SYSTEM/Group/SearchUser/index.js +2 -0
  1678. package/dist/Features/SYSTEM/Group/Services.d.ts +43 -0
  1679. package/dist/Features/SYSTEM/Group/Services.d.ts.map +1 -0
  1680. package/dist/Features/SYSTEM/Group/Services.js +0 -0
  1681. package/dist/Features/SYSTEM/Group/User/component.d.ts +10 -0
  1682. package/dist/Features/SYSTEM/Group/User/component.d.ts.map +1 -0
  1683. package/dist/Features/SYSTEM/Group/User/component.js +40 -0
  1684. package/dist/Features/SYSTEM/Group/User/component.test.js +133 -0
  1685. package/dist/Features/SYSTEM/Group/container.d.ts +3 -0
  1686. package/dist/Features/SYSTEM/Group/container.d.ts.map +1 -0
  1687. package/dist/Features/SYSTEM/Group/container.js +138 -0
  1688. package/dist/Features/SYSTEM/Group/container.test.js +216 -0
  1689. package/dist/Features/SYSTEM/Group/context.d.ts +13 -0
  1690. package/dist/Features/SYSTEM/Group/context.d.ts.map +1 -0
  1691. package/dist/Features/SYSTEM/Group/context.js +10 -0
  1692. package/dist/Features/SYSTEM/Group/index.d.ts +9 -0
  1693. package/dist/Features/SYSTEM/Group/index.d.ts.map +1 -0
  1694. package/dist/Features/SYSTEM/Group/index.js +39 -0
  1695. package/dist/Features/SYSTEM/Group/types.d.ts +48 -0
  1696. package/dist/Features/SYSTEM/Group/types.d.ts.map +1 -0
  1697. package/dist/Features/SYSTEM/Group/types.js +0 -0
  1698. package/dist/Features/SYSTEM/Group/utils.d.ts +8 -0
  1699. package/dist/Features/SYSTEM/Group/utils.d.ts.map +1 -0
  1700. package/dist/Features/SYSTEM/Group/utils.js +21 -0
  1701. package/dist/Features/SYSTEM/Group/utils.test.js +87 -0
  1702. package/dist/Features/SYSTEM/ObjectFilter/Constants.d.ts +7 -0
  1703. package/dist/Features/SYSTEM/ObjectFilter/Constants.d.ts.map +1 -0
  1704. package/dist/Features/SYSTEM/ObjectFilter/Constants.js +10 -0
  1705. package/dist/Features/SYSTEM/ObjectFilter/Container.d.ts +3 -0
  1706. package/dist/Features/SYSTEM/ObjectFilter/Container.d.ts.map +1 -0
  1707. package/dist/Features/SYSTEM/ObjectFilter/Container.js +118 -0
  1708. package/dist/Features/SYSTEM/ObjectFilter/CreateOrEdit.d.ts +3 -0
  1709. package/dist/Features/SYSTEM/ObjectFilter/CreateOrEdit.d.ts.map +1 -0
  1710. package/dist/Features/SYSTEM/ObjectFilter/CreateOrEdit.js +209 -0
  1711. package/dist/Features/SYSTEM/ObjectFilter/Services.d.ts +34 -0
  1712. package/dist/Features/SYSTEM/ObjectFilter/Services.d.ts.map +1 -0
  1713. package/dist/Features/SYSTEM/ObjectFilter/Services.js +0 -0
  1714. package/dist/Features/SYSTEM/ObjectFilter/context.d.ts +16 -0
  1715. package/dist/Features/SYSTEM/ObjectFilter/context.d.ts.map +1 -0
  1716. package/dist/Features/SYSTEM/ObjectFilter/context.js +10 -0
  1717. package/dist/Features/SYSTEM/ObjectFilter/index.d.ts +12 -0
  1718. package/dist/Features/SYSTEM/ObjectFilter/index.d.ts.map +1 -0
  1719. package/dist/Features/SYSTEM/ObjectFilter/index.js +42 -0
  1720. package/dist/Features/SYSTEM/ObjectFilter/types.d.ts +47 -0
  1721. package/dist/Features/SYSTEM/ObjectFilter/types.d.ts.map +1 -0
  1722. package/dist/Features/SYSTEM/ObjectFilter/types.js +0 -0
  1723. package/dist/Features/SYSTEM/ObjectFilter/utils.d.ts +14 -0
  1724. package/dist/Features/SYSTEM/ObjectFilter/utils.d.ts.map +1 -0
  1725. package/dist/Features/SYSTEM/ObjectFilter/utils.js +19 -0
  1726. package/dist/Features/SYSTEM/Role/Container.d.ts +3 -0
  1727. package/dist/Features/SYSTEM/Role/Container.d.ts.map +1 -0
  1728. package/dist/Features/SYSTEM/Role/Container.js +114 -0
  1729. package/dist/Features/SYSTEM/Role/CreateOrEdit.d.ts +3 -0
  1730. package/dist/Features/SYSTEM/Role/CreateOrEdit.d.ts.map +1 -0
  1731. package/dist/Features/SYSTEM/Role/CreateOrEdit.js +108 -0
  1732. package/dist/Features/SYSTEM/Role/Services.d.ts +31 -0
  1733. package/dist/Features/SYSTEM/Role/Services.d.ts.map +1 -0
  1734. package/dist/Features/SYSTEM/Role/Services.js +0 -0
  1735. package/dist/Features/SYSTEM/Role/context.d.ts +13 -0
  1736. package/dist/Features/SYSTEM/Role/context.d.ts.map +1 -0
  1737. package/dist/Features/SYSTEM/Role/context.js +10 -0
  1738. package/dist/Features/SYSTEM/Role/index.d.ts +11 -0
  1739. package/dist/Features/SYSTEM/Role/index.d.ts.map +1 -0
  1740. package/dist/Features/SYSTEM/Role/index.js +40 -0
  1741. package/dist/Features/SYSTEM/Role/test/Container.test.js +279 -0
  1742. package/dist/Features/SYSTEM/Role/test/CreateOrEdit.test.js +224 -0
  1743. package/dist/Features/SYSTEM/Role/test/services.d.ts +5 -0
  1744. package/dist/Features/SYSTEM/Role/test/services.d.ts.map +1 -0
  1745. package/dist/Features/SYSTEM/Role/test/services.js +61 -0
  1746. package/dist/Features/SYSTEM/Role/types.d.ts +30 -0
  1747. package/dist/Features/SYSTEM/Role/types.d.ts.map +1 -0
  1748. package/dist/Features/SYSTEM/Role/types.js +0 -0
  1749. package/dist/Features/SYSTEM/RoleTag/Container.d.ts +3 -0
  1750. package/dist/Features/SYSTEM/RoleTag/Container.d.ts.map +1 -0
  1751. package/dist/Features/SYSTEM/RoleTag/Container.js +113 -0
  1752. package/dist/Features/SYSTEM/RoleTag/CreateOrEdit.d.ts +3 -0
  1753. package/dist/Features/SYSTEM/RoleTag/CreateOrEdit.d.ts.map +1 -0
  1754. package/dist/Features/SYSTEM/RoleTag/CreateOrEdit.js +108 -0
  1755. package/dist/Features/SYSTEM/RoleTag/Services.d.ts +31 -0
  1756. package/dist/Features/SYSTEM/RoleTag/Services.d.ts.map +1 -0
  1757. package/dist/Features/SYSTEM/RoleTag/Services.js +0 -0
  1758. package/dist/Features/SYSTEM/RoleTag/context.d.ts +13 -0
  1759. package/dist/Features/SYSTEM/RoleTag/context.d.ts.map +1 -0
  1760. package/dist/Features/SYSTEM/RoleTag/context.js +10 -0
  1761. package/dist/Features/SYSTEM/RoleTag/index.d.ts +11 -0
  1762. package/dist/Features/SYSTEM/RoleTag/index.d.ts.map +1 -0
  1763. package/dist/Features/SYSTEM/RoleTag/index.js +40 -0
  1764. package/dist/Features/SYSTEM/RoleTag/test/Container.test.js +273 -0
  1765. package/dist/Features/SYSTEM/RoleTag/test/CreateOrEdit.test.js +244 -0
  1766. package/dist/Features/SYSTEM/RoleTag/test/services.d.ts +5 -0
  1767. package/dist/Features/SYSTEM/RoleTag/test/services.d.ts.map +1 -0
  1768. package/dist/Features/SYSTEM/RoleTag/test/services.js +61 -0
  1769. package/dist/Features/SYSTEM/RoleTag/types.d.ts +29 -0
  1770. package/dist/Features/SYSTEM/RoleTag/types.d.ts.map +1 -0
  1771. package/dist/Features/SYSTEM/RoleTag/types.js +0 -0
  1772. package/dist/Features/SYSTEM/Schema/AddOrEdit.d.ts +8 -0
  1773. package/dist/Features/SYSTEM/Schema/AddOrEdit.d.ts.map +1 -0
  1774. package/dist/Features/SYSTEM/Schema/AddOrEdit.js +110 -0
  1775. package/dist/Features/SYSTEM/Schema/Atoms.d.ts +37 -0
  1776. package/dist/Features/SYSTEM/Schema/Atoms.d.ts.map +1 -0
  1777. package/dist/Features/SYSTEM/Schema/Atoms.js +25 -0
  1778. package/dist/Features/SYSTEM/Schema/Constants.d.ts +6 -0
  1779. package/dist/Features/SYSTEM/Schema/Constants.d.ts.map +1 -0
  1780. package/dist/Features/SYSTEM/Schema/Constants.js +6 -0
  1781. package/dist/Features/SYSTEM/Schema/Container.d.ts +3 -0
  1782. package/dist/Features/SYSTEM/Schema/Container.d.ts.map +1 -0
  1783. package/dist/Features/SYSTEM/Schema/Container.js +178 -0
  1784. package/dist/Features/SYSTEM/Schema/Services.d.ts +41 -0
  1785. package/dist/Features/SYSTEM/Schema/Services.d.ts.map +1 -0
  1786. package/dist/Features/SYSTEM/Schema/Services.js +0 -0
  1787. package/dist/Features/SYSTEM/Schema/components/FieldView.d.ts +12 -0
  1788. package/dist/Features/SYSTEM/Schema/components/FieldView.d.ts.map +1 -0
  1789. package/dist/Features/SYSTEM/Schema/components/FieldView.js +121 -0
  1790. package/dist/Features/SYSTEM/Schema/components/SchemaInformation.d.ts +7 -0
  1791. package/dist/Features/SYSTEM/Schema/components/SchemaInformation.d.ts.map +1 -0
  1792. package/dist/Features/SYSTEM/Schema/components/SchemaInformation.js +105 -0
  1793. package/dist/Features/SYSTEM/Schema/components/TabConfigtion.d.ts +7 -0
  1794. package/dist/Features/SYSTEM/Schema/components/TabConfigtion.d.ts.map +1 -0
  1795. package/dist/Features/SYSTEM/Schema/components/TabConfigtion.js +62 -0
  1796. package/dist/Features/SYSTEM/Schema/components/treeSchema.d.ts +7 -0
  1797. package/dist/Features/SYSTEM/Schema/components/treeSchema.d.ts.map +1 -0
  1798. package/dist/Features/SYSTEM/Schema/components/treeSchema.js +465 -0
  1799. package/dist/Features/SYSTEM/Schema/context.d.ts +16 -0
  1800. package/dist/Features/SYSTEM/Schema/context.d.ts.map +1 -0
  1801. package/dist/Features/SYSTEM/Schema/context.js +10 -0
  1802. package/dist/Features/SYSTEM/Schema/index.d.ts +12 -0
  1803. package/dist/Features/SYSTEM/Schema/index.d.ts.map +1 -0
  1804. package/dist/Features/SYSTEM/Schema/index.js +23 -0
  1805. package/dist/Features/SYSTEM/Schema/types.d.ts +101 -0
  1806. package/dist/Features/SYSTEM/Schema/types.d.ts.map +1 -0
  1807. package/dist/Features/SYSTEM/Schema/types.js +0 -0
  1808. package/dist/Features/SYSTEM/Schema/utils.d.ts +54 -0
  1809. package/dist/Features/SYSTEM/Schema/utils.d.ts.map +1 -0
  1810. package/dist/Features/SYSTEM/Schema/utils.js +337 -0
  1811. package/dist/Features/SYSTEM/Sharing/AddOrEdit.d.ts +2 -0
  1812. package/dist/Features/SYSTEM/Sharing/AddOrEdit.d.ts.map +1 -0
  1813. package/dist/Features/SYSTEM/Sharing/AddOrEdit.js +244 -0
  1814. package/dist/Features/SYSTEM/Sharing/Atoms.d.ts +27 -0
  1815. package/dist/Features/SYSTEM/Sharing/Atoms.d.ts.map +1 -0
  1816. package/dist/Features/SYSTEM/Sharing/Atoms.js +11 -0
  1817. package/dist/Features/SYSTEM/Sharing/Container.d.ts +2 -0
  1818. package/dist/Features/SYSTEM/Sharing/Container.d.ts.map +1 -0
  1819. package/dist/Features/SYSTEM/Sharing/Container.js +126 -0
  1820. package/dist/Features/SYSTEM/Sharing/Context.d.ts +5 -0
  1821. package/dist/Features/SYSTEM/Sharing/Context.d.ts.map +1 -0
  1822. package/dist/Features/SYSTEM/Sharing/Context.js +11 -0
  1823. package/dist/Features/SYSTEM/Sharing/Enums.d.ts +16 -0
  1824. package/dist/Features/SYSTEM/Sharing/Enums.d.ts.map +1 -0
  1825. package/dist/Features/SYSTEM/Sharing/Enums.js +20 -0
  1826. package/dist/Features/SYSTEM/Sharing/Types.d.ts +213 -0
  1827. package/dist/Features/SYSTEM/Sharing/Types.d.ts.map +1 -0
  1828. package/dist/Features/SYSTEM/Sharing/Types.js +6 -0
  1829. package/dist/Features/SYSTEM/Sharing/Utils.d.ts +42 -0
  1830. package/dist/Features/SYSTEM/Sharing/Utils.d.ts.map +1 -0
  1831. package/dist/Features/SYSTEM/Sharing/Utils.js +265 -0
  1832. package/dist/Features/SYSTEM/Sharing/component/AddOrEditConfig.d.ts +30 -0
  1833. package/dist/Features/SYSTEM/Sharing/component/AddOrEditConfig.d.ts.map +1 -0
  1834. package/dist/Features/SYSTEM/Sharing/component/AddOrEditConfig.js +71 -0
  1835. package/dist/Features/SYSTEM/Sharing/component/AllWorkspaceConfig.d.ts +19 -0
  1836. package/dist/Features/SYSTEM/Sharing/component/AllWorkspaceConfig.d.ts.map +1 -0
  1837. package/dist/Features/SYSTEM/Sharing/component/AllWorkspaceConfig.js +143 -0
  1838. package/dist/Features/SYSTEM/Sharing/component/ChoseWorkspace.d.ts +15 -0
  1839. package/dist/Features/SYSTEM/Sharing/component/ChoseWorkspace.d.ts.map +1 -0
  1840. package/dist/Features/SYSTEM/Sharing/component/ChoseWorkspace.js +68 -0
  1841. package/dist/Features/SYSTEM/Sharing/component/ParamConfigurationInputs.d.ts +13 -0
  1842. package/dist/Features/SYSTEM/Sharing/component/ParamConfigurationInputs.d.ts.map +1 -0
  1843. package/dist/Features/SYSTEM/Sharing/component/ParamConfigurationInputs.js +163 -0
  1844. package/dist/Features/SYSTEM/Sharing/component/ParamInput.d.ts +13 -0
  1845. package/dist/Features/SYSTEM/Sharing/component/ParamInput.d.ts.map +1 -0
  1846. package/dist/Features/SYSTEM/Sharing/component/ParamInput.js +51 -0
  1847. package/dist/Features/SYSTEM/Sharing/component/TargetWorkspace.d.ts +9 -0
  1848. package/dist/Features/SYSTEM/Sharing/component/TargetWorkspace.d.ts.map +1 -0
  1849. package/dist/Features/SYSTEM/Sharing/component/TargetWorkspace.js +268 -0
  1850. package/dist/Features/SYSTEM/Sharing/component/WorkspaceSharingConfig.d.ts +15 -0
  1851. package/dist/Features/SYSTEM/Sharing/component/WorkspaceSharingConfig.d.ts.map +1 -0
  1852. package/dist/Features/SYSTEM/Sharing/component/WorkspaceSharingConfig.js +233 -0
  1853. package/dist/Features/SYSTEM/Sharing/component/WorkspaceSharingInformation.d.ts +10 -0
  1854. package/dist/Features/SYSTEM/Sharing/component/WorkspaceSharingInformation.d.ts.map +1 -0
  1855. package/dist/Features/SYSTEM/Sharing/component/WorkspaceSharingInformation.js +191 -0
  1856. package/dist/Features/SYSTEM/Sharing/index.d.ts +7 -0
  1857. package/dist/Features/SYSTEM/Sharing/index.d.ts.map +1 -0
  1858. package/dist/Features/SYSTEM/Sharing/index.js +38 -0
  1859. package/dist/Features/SYSTEM/User/AddExisted/index.d.ts +3 -0
  1860. package/dist/Features/SYSTEM/User/AddExisted/index.d.ts.map +1 -0
  1861. package/dist/Features/SYSTEM/User/AddExisted/index.js +147 -0
  1862. package/dist/Features/SYSTEM/User/AddExisted/index.test.js +225 -0
  1863. package/dist/Features/SYSTEM/User/Edit.d.ts +3 -0
  1864. package/dist/Features/SYSTEM/User/Edit.d.ts.map +1 -0
  1865. package/dist/Features/SYSTEM/User/Edit.js +180 -0
  1866. package/dist/Features/SYSTEM/User/Services.d.ts +52 -0
  1867. package/dist/Features/SYSTEM/User/Services.d.ts.map +1 -0
  1868. package/dist/Features/SYSTEM/User/Services.js +0 -0
  1869. package/dist/Features/SYSTEM/User/container.d.ts +3 -0
  1870. package/dist/Features/SYSTEM/User/container.d.ts.map +1 -0
  1871. package/dist/Features/SYSTEM/User/container.js +124 -0
  1872. package/dist/Features/SYSTEM/User/context.d.ts +12 -0
  1873. package/dist/Features/SYSTEM/User/context.d.ts.map +1 -0
  1874. package/dist/Features/SYSTEM/User/context.js +10 -0
  1875. package/dist/Features/SYSTEM/User/index.d.ts +8 -0
  1876. package/dist/Features/SYSTEM/User/index.d.ts.map +1 -0
  1877. package/dist/Features/SYSTEM/User/index.js +38 -0
  1878. package/dist/Features/SYSTEM/User/types.d.ts +62 -0
  1879. package/dist/Features/SYSTEM/User/types.d.ts.map +1 -0
  1880. package/dist/Features/SYSTEM/User/types.js +0 -0
  1881. package/dist/Features/SYSTEM/User/utils.d.ts +5 -0
  1882. package/dist/Features/SYSTEM/User/utils.d.ts.map +1 -0
  1883. package/dist/Features/SYSTEM/User/utils.js +12 -0
  1884. package/dist/Features/SYSTEM/Workflow/CreateOfEdit.test.js +235 -0
  1885. package/dist/Features/SYSTEM/Workflow/CreateOrEdit.d.ts +15 -0
  1886. package/dist/Features/SYSTEM/Workflow/CreateOrEdit.d.ts.map +1 -0
  1887. package/dist/Features/SYSTEM/Workflow/CreateOrEdit.js +269 -0
  1888. package/dist/Features/SYSTEM/Workflow/component/Information.d.ts +12 -0
  1889. package/dist/Features/SYSTEM/Workflow/component/Information.d.ts.map +1 -0
  1890. package/dist/Features/SYSTEM/Workflow/component/Information.js +57 -0
  1891. package/dist/Features/SYSTEM/Workflow/component/Information.test.js +40 -0
  1892. package/dist/Features/SYSTEM/Workflow/component/Matrix.d.ts +9 -0
  1893. package/dist/Features/SYSTEM/Workflow/component/Matrix.d.ts.map +1 -0
  1894. package/dist/Features/SYSTEM/Workflow/component/Matrix.js +140 -0
  1895. package/dist/Features/SYSTEM/Workflow/component/Matrix.test.js +123 -0
  1896. package/dist/Features/SYSTEM/Workflow/component/State.d.ts +8 -0
  1897. package/dist/Features/SYSTEM/Workflow/component/State.d.ts.map +1 -0
  1898. package/dist/Features/SYSTEM/Workflow/component/State.js +56 -0
  1899. package/dist/Features/SYSTEM/Workflow/component/State.test.js +97 -0
  1900. package/dist/Features/SYSTEM/Workflow/component/StateRow.d.ts +11 -0
  1901. package/dist/Features/SYSTEM/Workflow/component/StateRow.d.ts.map +1 -0
  1902. package/dist/Features/SYSTEM/Workflow/component/StateRow.js +152 -0
  1903. package/dist/Features/SYSTEM/Workflow/component/StateRow.test.js +177 -0
  1904. package/dist/Features/SYSTEM/Workflow/container.d.ts +11 -0
  1905. package/dist/Features/SYSTEM/Workflow/container.d.ts.map +1 -0
  1906. package/dist/Features/SYSTEM/Workflow/container.js +98 -0
  1907. package/dist/Features/SYSTEM/Workflow/container.test.js +82 -0
  1908. package/dist/Features/SYSTEM/Workflow/index.d.ts +18 -0
  1909. package/dist/Features/SYSTEM/Workflow/index.d.ts.map +1 -0
  1910. package/dist/Features/SYSTEM/Workflow/index.js +39 -0
  1911. package/dist/Features/SYSTEM/Workflow/types.d.ts +32 -0
  1912. package/dist/Features/SYSTEM/Workflow/types.d.ts.map +1 -0
  1913. package/dist/Features/SYSTEM/Workflow/types.js +0 -0
  1914. package/dist/Features/SYSTEM/constants.d.ts +21 -0
  1915. package/dist/Features/SYSTEM/constants.d.ts.map +1 -0
  1916. package/dist/Features/SYSTEM/constants.js +21 -0
  1917. package/dist/Features/SYSTEM/enums.d.ts +6 -0
  1918. package/dist/Features/SYSTEM/enums.d.ts.map +1 -0
  1919. package/dist/Features/SYSTEM/enums.js +7 -0
  1920. package/dist/Features/SYSTEM/index.d.ts +12 -0
  1921. package/dist/Features/SYSTEM/index.d.ts.map +1 -0
  1922. package/dist/Features/SYSTEM/index.js +10 -0
  1923. package/dist/Features/SYSTEM/types.d.ts +25 -0
  1924. package/dist/Features/SYSTEM/types.d.ts.map +1 -0
  1925. package/dist/Features/SYSTEM/types.js +0 -0
  1926. package/dist/Features/constants.d.ts +2 -0
  1927. package/dist/Features/constants.d.ts.map +1 -0
  1928. package/dist/Features/constants.js +2 -0
  1929. package/dist/Features/index.d.ts +4 -0
  1930. package/dist/Features/index.d.ts.map +1 -0
  1931. package/dist/Features/index.js +3 -0
  1932. package/dist/Features/types.d.ts +84 -0
  1933. package/dist/Features/types.d.ts.map +1 -0
  1934. package/dist/Features/types.js +6 -0
  1935. package/dist/Features/utils.d.ts +2 -0
  1936. package/dist/Features/utils.d.ts.map +1 -0
  1937. package/dist/Features/utils.js +3 -0
  1938. package/dist/Helpers/FormatJSON.d.ts +2 -0
  1939. package/dist/Helpers/FormatJSON.d.ts.map +1 -0
  1940. package/dist/Helpers/FormatJSON.js +12 -0
  1941. package/dist/Helpers/api.d.ts +17 -0
  1942. package/dist/Helpers/api.d.ts.map +1 -0
  1943. package/dist/Helpers/api.js +44 -0
  1944. package/dist/Helpers/collection.d.ts +18 -0
  1945. package/dist/Helpers/collection.d.ts.map +1 -0
  1946. package/dist/Helpers/collection.js +78 -0
  1947. package/dist/Helpers/datetime.d.ts +27 -0
  1948. package/dist/Helpers/datetime.d.ts.map +1 -0
  1949. package/dist/Helpers/datetime.js +107 -0
  1950. package/dist/Helpers/index.d.ts +8 -0
  1951. package/dist/Helpers/index.d.ts.map +1 -0
  1952. package/dist/Helpers/index.js +7 -0
  1953. package/dist/Helpers/number.d.ts +10 -0
  1954. package/dist/Helpers/number.d.ts.map +1 -0
  1955. package/dist/Helpers/number.js +31 -0
  1956. package/dist/Helpers/query.d.ts +206 -0
  1957. package/dist/Helpers/query.d.ts.map +1 -0
  1958. package/dist/Helpers/query.js +166 -0
  1959. package/dist/Helpers/text.d.ts +7 -0
  1960. package/dist/Helpers/text.d.ts.map +1 -0
  1961. package/dist/Helpers/text.js +5 -0
  1962. package/dist/Helpers/validation.d.ts +15 -0
  1963. package/dist/Helpers/validation.d.ts.map +1 -0
  1964. package/dist/Helpers/validation.js +27 -0
  1965. package/dist/Layouts/Atom.d.ts +14 -0
  1966. package/dist/Layouts/Atom.d.ts.map +1 -0
  1967. package/dist/Layouts/Atom.js +6 -0
  1968. package/dist/Layouts/Constants.d.ts +2 -0
  1969. package/dist/Layouts/Constants.d.ts.map +1 -0
  1970. package/dist/Layouts/Constants.js +2 -0
  1971. package/dist/Layouts/Container.d.ts +15 -0
  1972. package/dist/Layouts/Container.d.ts.map +1 -0
  1973. package/dist/Layouts/Container.js +45 -0
  1974. package/dist/Layouts/Dashboard.d.ts +3 -0
  1975. package/dist/Layouts/Dashboard.d.ts.map +1 -0
  1976. package/dist/Layouts/Dashboard.js +98 -0
  1977. package/dist/Layouts/DefaultComponent.d.ts +3 -0
  1978. package/dist/Layouts/DefaultComponent.d.ts.map +1 -0
  1979. package/dist/Layouts/DefaultComponent.js +5 -0
  1980. package/dist/Layouts/Footer/Container.d.ts +5 -0
  1981. package/dist/Layouts/Footer/Container.d.ts.map +1 -0
  1982. package/dist/Layouts/Footer/Container.js +29 -0
  1983. package/dist/Layouts/Footer/Container.test.js +11 -0
  1984. package/dist/Layouts/Footer/index.d.ts +2 -0
  1985. package/dist/Layouts/Footer/index.d.ts.map +1 -0
  1986. package/dist/Layouts/Footer/index.js +2 -0
  1987. package/dist/Layouts/NavDrawer/HeaderMenu.d.ts +9 -0
  1988. package/dist/Layouts/NavDrawer/HeaderMenu.d.ts.map +1 -0
  1989. package/dist/Layouts/NavDrawer/HeaderMenu.js +33 -0
  1990. package/dist/Layouts/NavDrawer/MenuNav.d.ts +10 -0
  1991. package/dist/Layouts/NavDrawer/MenuNav.d.ts.map +1 -0
  1992. package/dist/Layouts/NavDrawer/MenuNav.js +88 -0
  1993. package/dist/Layouts/NavDrawer/NavLink.d.ts +4 -0
  1994. package/dist/Layouts/NavDrawer/NavLink.d.ts.map +1 -0
  1995. package/dist/Layouts/NavDrawer/NavLink.js +16 -0
  1996. package/dist/Layouts/NavDrawer/index.d.ts +7 -0
  1997. package/dist/Layouts/NavDrawer/index.d.ts.map +1 -0
  1998. package/dist/Layouts/NavDrawer/index.js +118 -0
  1999. package/dist/Layouts/Services.d.ts +3 -0
  2000. package/dist/Layouts/Services.d.ts.map +1 -0
  2001. package/dist/Layouts/Services.js +0 -0
  2002. package/dist/Layouts/Toolbar/Atom.d.ts +11 -0
  2003. package/dist/Layouts/Toolbar/Atom.d.ts.map +1 -0
  2004. package/dist/Layouts/Toolbar/Atom.js +7 -0
  2005. package/dist/Layouts/Toolbar/Container.d.ts +7 -0
  2006. package/dist/Layouts/Toolbar/Container.d.ts.map +1 -0
  2007. package/dist/Layouts/Toolbar/Container.js +78 -0
  2008. package/dist/Layouts/Toolbar/LanguageBox/Container.d.ts +12 -0
  2009. package/dist/Layouts/Toolbar/LanguageBox/Container.d.ts.map +1 -0
  2010. package/dist/Layouts/Toolbar/LanguageBox/Container.js +131 -0
  2011. package/dist/Layouts/Toolbar/LanguageBox/Container.test.js +89 -0
  2012. package/dist/Layouts/Toolbar/LanguageBox/index.d.ts +2 -0
  2013. package/dist/Layouts/Toolbar/LanguageBox/index.d.ts.map +1 -0
  2014. package/dist/Layouts/Toolbar/LanguageBox/index.js +2 -0
  2015. package/dist/Layouts/Toolbar/Notifications/Container.d.ts +4 -0
  2016. package/dist/Layouts/Toolbar/Notifications/Container.d.ts.map +1 -0
  2017. package/dist/Layouts/Toolbar/Notifications/Container.js +28 -0
  2018. package/dist/Layouts/Toolbar/Notifications/index.d.ts +2 -0
  2019. package/dist/Layouts/Toolbar/Notifications/index.d.ts.map +1 -0
  2020. package/dist/Layouts/Toolbar/Notifications/index.js +2 -0
  2021. package/dist/Layouts/Toolbar/Services.d.ts +25 -0
  2022. package/dist/Layouts/Toolbar/Services.d.ts.map +1 -0
  2023. package/dist/Layouts/Toolbar/Services.js +0 -0
  2024. package/dist/Layouts/Toolbar/Types.d.ts +24 -0
  2025. package/dist/Layouts/Toolbar/Types.d.ts.map +1 -0
  2026. package/dist/Layouts/Toolbar/Types.js +0 -0
  2027. package/dist/Layouts/Toolbar/UserBox/Container.d.ts +3 -0
  2028. package/dist/Layouts/Toolbar/UserBox/Container.d.ts.map +1 -0
  2029. package/dist/Layouts/Toolbar/UserBox/Container.js +147 -0
  2030. package/dist/Layouts/Toolbar/UserBox/Container.test.js +129 -0
  2031. package/dist/Layouts/Toolbar/UserBox/index.d.ts +2 -0
  2032. package/dist/Layouts/Toolbar/UserBox/index.d.ts.map +1 -0
  2033. package/dist/Layouts/Toolbar/UserBox/index.js +2 -0
  2034. package/dist/Layouts/Toolbar/WorkplaceBox/AllWorkSpace.d.ts +10 -0
  2035. package/dist/Layouts/Toolbar/WorkplaceBox/AllWorkSpace.d.ts.map +1 -0
  2036. package/dist/Layouts/Toolbar/WorkplaceBox/AllWorkSpace.js +67 -0
  2037. package/dist/Layouts/Toolbar/WorkplaceBox/AllWorkspace.test.js +73 -0
  2038. package/dist/Layouts/Toolbar/WorkplaceBox/index.d.ts +3 -0
  2039. package/dist/Layouts/Toolbar/WorkplaceBox/index.d.ts.map +1 -0
  2040. package/dist/Layouts/Toolbar/WorkplaceBox/index.js +141 -0
  2041. package/dist/Layouts/Toolbar/context.d.ts +13 -0
  2042. package/dist/Layouts/Toolbar/context.d.ts.map +1 -0
  2043. package/dist/Layouts/Toolbar/context.js +10 -0
  2044. package/dist/Layouts/Toolbar/flag/gb.d.ts +3 -0
  2045. package/dist/Layouts/Toolbar/flag/gb.d.ts.map +1 -0
  2046. package/dist/Layouts/Toolbar/flag/gb.js +78 -0
  2047. package/dist/Layouts/Toolbar/flag/id.d.ts +3 -0
  2048. package/dist/Layouts/Toolbar/flag/id.d.ts.map +1 -0
  2049. package/dist/Layouts/Toolbar/flag/id.js +38 -0
  2050. package/dist/Layouts/Toolbar/flag/logo.d.ts +3 -0
  2051. package/dist/Layouts/Toolbar/flag/logo.d.ts.map +1 -0
  2052. package/dist/Layouts/Toolbar/flag/logo.js +54 -0
  2053. package/dist/Layouts/Toolbar/flag/th.d.ts +3 -0
  2054. package/dist/Layouts/Toolbar/flag/th.d.ts.map +1 -0
  2055. package/dist/Layouts/Toolbar/flag/th.js +42 -0
  2056. package/dist/Layouts/Toolbar/flag/vn.d.ts +3 -0
  2057. package/dist/Layouts/Toolbar/flag/vn.d.ts.map +1 -0
  2058. package/dist/Layouts/Toolbar/flag/vn.js +38 -0
  2059. package/dist/Layouts/Toolbar/index.d.ts +11 -0
  2060. package/dist/Layouts/Toolbar/index.d.ts.map +1 -0
  2061. package/dist/Layouts/Toolbar/index.js +22 -0
  2062. package/dist/Layouts/Types.d.ts +43 -0
  2063. package/dist/Layouts/Types.d.ts.map +1 -0
  2064. package/dist/Layouts/Types.js +0 -0
  2065. package/dist/Layouts/context.d.ts +14 -0
  2066. package/dist/Layouts/context.d.ts.map +1 -0
  2067. package/dist/Layouts/context.js +10 -0
  2068. package/dist/Layouts/index.d.ts +4 -0
  2069. package/dist/Layouts/index.d.ts.map +1 -0
  2070. package/dist/Layouts/index.js +4 -0
  2071. package/dist/Layouts/utils.d.ts +5 -0
  2072. package/dist/Layouts/utils.d.ts.map +1 -0
  2073. package/dist/Layouts/utils.js +37 -0
  2074. package/dist/Tenant/config.d.ts +6 -0
  2075. package/dist/Tenant/config.d.ts.map +1 -0
  2076. package/dist/Tenant/config.js +221 -0
  2077. package/dist/Tenant/index.d.ts +3 -0
  2078. package/dist/Tenant/index.d.ts.map +1 -0
  2079. package/dist/Tenant/index.js +2 -0
  2080. package/dist/Tenant/types.d.ts +28 -0
  2081. package/dist/Tenant/types.d.ts.map +1 -0
  2082. package/dist/Tenant/types.js +0 -0
  2083. package/dist/Themes/ThemeProvider.d.ts +12 -0
  2084. package/dist/Themes/ThemeProvider.d.ts.map +1 -0
  2085. package/dist/Themes/ThemeProvider.js +77 -0
  2086. package/dist/Themes/darkTheme.d.ts +3 -0
  2087. package/dist/Themes/darkTheme.d.ts.map +1 -0
  2088. package/dist/Themes/darkTheme.js +31 -0
  2089. package/dist/Themes/index.d.ts +4 -0
  2090. package/dist/Themes/index.d.ts.map +1 -0
  2091. package/dist/Themes/index.js +4 -0
  2092. package/dist/Themes/lightTheme.d.ts +3 -0
  2093. package/dist/Themes/lightTheme.d.ts.map +1 -0
  2094. package/dist/Themes/lightTheme.js +74 -0
  2095. package/dist/Utils/AppProvider.d.ts +10 -0
  2096. package/dist/Utils/AppProvider.d.ts.map +1 -0
  2097. package/dist/Utils/AppProvider.js +154 -0
  2098. package/dist/Utils/exportFile.d.ts +25 -0
  2099. package/dist/Utils/exportFile.d.ts.map +1 -0
  2100. package/dist/Utils/exportFile.js +156 -0
  2101. package/dist/Utils/getDifferent.d.ts +26 -0
  2102. package/dist/Utils/getDifferent.d.ts.map +1 -0
  2103. package/dist/Utils/getDifferent.js +380 -0
  2104. package/dist/Utils/helper.d.ts +28 -0
  2105. package/dist/Utils/helper.d.ts.map +1 -0
  2106. package/dist/Utils/helper.js +69 -0
  2107. package/dist/Utils/index.d.ts +4 -0
  2108. package/dist/Utils/index.d.ts.map +1 -0
  2109. package/dist/Utils/index.js +4 -0
  2110. package/dist/Utils/objectUtils.d.ts +119 -0
  2111. package/dist/Utils/objectUtils.d.ts.map +1 -0
  2112. package/dist/Utils/objectUtils.js +158 -0
  2113. package/dist/__mocks__/i18next-browser-languagedetector.d.ts +8 -0
  2114. package/dist/__mocks__/i18next-browser-languagedetector.d.ts.map +1 -0
  2115. package/dist/__mocks__/i18next-browser-languagedetector.js +7 -0
  2116. package/dist/__mocks__/i18next-http-backend.d.ts +7 -0
  2117. package/dist/__mocks__/i18next-http-backend.d.ts.map +1 -0
  2118. package/dist/__mocks__/i18next-http-backend.js +8 -0
  2119. package/dist/_framework/AwingCSharpLib.wasm +0 -0
  2120. package/dist/_framework/Microsoft.CSharp.wasm +0 -0
  2121. package/dist/_framework/Microsoft.CodeAnalysis.CSharp.wasm +0 -0
  2122. package/dist/_framework/Microsoft.CodeAnalysis.wasm +0 -0
  2123. package/dist/_framework/Newtonsoft.Json.wasm +0 -0
  2124. package/dist/_framework/System.Collections.Concurrent.wasm +0 -0
  2125. package/dist/_framework/System.Collections.Immutable.wasm +0 -0
  2126. package/dist/_framework/System.Collections.NonGeneric.wasm +0 -0
  2127. package/dist/_framework/System.Collections.Specialized.wasm +0 -0
  2128. package/dist/_framework/System.Collections.wasm +0 -0
  2129. package/dist/_framework/System.ComponentModel.Primitives.wasm +0 -0
  2130. package/dist/_framework/System.ComponentModel.TypeConverter.wasm +0 -0
  2131. package/dist/_framework/System.ComponentModel.wasm +0 -0
  2132. package/dist/_framework/System.Console.wasm +0 -0
  2133. package/dist/_framework/System.Data.Common.wasm +0 -0
  2134. package/dist/_framework/System.Diagnostics.DiagnosticSource.wasm +0 -0
  2135. package/dist/_framework/System.Diagnostics.StackTrace.wasm +0 -0
  2136. package/dist/_framework/System.Diagnostics.TraceSource.wasm +0 -0
  2137. package/dist/_framework/System.Diagnostics.Tracing.wasm +0 -0
  2138. package/dist/_framework/System.Drawing.Primitives.wasm +0 -0
  2139. package/dist/_framework/System.Drawing.wasm +0 -0
  2140. package/dist/_framework/System.Globalization.wasm +0 -0
  2141. package/dist/_framework/System.IO.Compression.wasm +0 -0
  2142. package/dist/_framework/System.IO.MemoryMappedFiles.wasm +0 -0
  2143. package/dist/_framework/System.Linq.Expressions.wasm +0 -0
  2144. package/dist/_framework/System.Linq.wasm +0 -0
  2145. package/dist/_framework/System.Memory.wasm +0 -0
  2146. package/dist/_framework/System.Net.Http.wasm +0 -0
  2147. package/dist/_framework/System.Net.Primitives.wasm +0 -0
  2148. package/dist/_framework/System.ObjectModel.wasm +0 -0
  2149. package/dist/_framework/System.Private.CoreLib.wasm +0 -0
  2150. package/dist/_framework/System.Private.Uri.wasm +0 -0
  2151. package/dist/_framework/System.Private.Xml.Linq.wasm +0 -0
  2152. package/dist/_framework/System.Private.Xml.wasm +0 -0
  2153. package/dist/_framework/System.Reflection.Emit.ILGeneration.wasm +0 -0
  2154. package/dist/_framework/System.Reflection.Emit.Lightweight.wasm +0 -0
  2155. package/dist/_framework/System.Reflection.Metadata.wasm +0 -0
  2156. package/dist/_framework/System.Reflection.Primitives.wasm +0 -0
  2157. package/dist/_framework/System.Runtime.InteropServices.JavaScript.wasm +0 -0
  2158. package/dist/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm +0 -0
  2159. package/dist/_framework/System.Runtime.InteropServices.wasm +0 -0
  2160. package/dist/_framework/System.Runtime.Intrinsics.wasm +0 -0
  2161. package/dist/_framework/System.Runtime.Loader.wasm +0 -0
  2162. package/dist/_framework/System.Runtime.Numerics.wasm +0 -0
  2163. package/dist/_framework/System.Runtime.Serialization.Formatters.wasm +0 -0
  2164. package/dist/_framework/System.Runtime.Serialization.Primitives.wasm +0 -0
  2165. package/dist/_framework/System.Runtime.wasm +0 -0
  2166. package/dist/_framework/System.Security.Cryptography.wasm +0 -0
  2167. package/dist/_framework/System.Text.Encoding.CodePages.wasm +0 -0
  2168. package/dist/_framework/System.Text.Encoding.Extensions.wasm +0 -0
  2169. package/dist/_framework/System.Text.RegularExpressions.wasm +0 -0
  2170. package/dist/_framework/System.Threading.Tasks.Parallel.wasm +0 -0
  2171. package/dist/_framework/System.Threading.wasm +0 -0
  2172. package/dist/_framework/System.Xml.Linq.wasm +0 -0
  2173. package/dist/_framework/System.Xml.ReaderWriter.wasm +0 -0
  2174. package/dist/_framework/System.Xml.XDocument.wasm +0 -0
  2175. package/dist/_framework/System.Xml.XPath.XDocument.wasm +0 -0
  2176. package/dist/_framework/System.wasm +0 -0
  2177. package/dist/_framework/blazor.boot.json +174 -0
  2178. package/dist/_framework/cs/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2179. package/dist/_framework/cs/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2180. package/dist/_framework/de/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2181. package/dist/_framework/de/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2182. package/dist/_framework/dotnet.js +1534 -0
  2183. package/dist/_framework/dotnet.js.LICENSE.txt +5 -0
  2184. package/dist/_framework/dotnet.native.js +4867 -0
  2185. package/dist/_framework/dotnet.native.wasm +0 -0
  2186. package/dist/_framework/dotnet.runtime.js +8607 -0
  2187. package/dist/_framework/dotnet.runtime.js.LICENSE.txt +5 -0
  2188. package/dist/_framework/es/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2189. package/dist/_framework/es/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2190. package/dist/_framework/fr/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2191. package/dist/_framework/fr/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2192. package/dist/_framework/icudt_CJK.dat +0 -0
  2193. package/dist/_framework/icudt_EFIGS.dat +0 -0
  2194. package/dist/_framework/icudt_no_CJK.dat +0 -0
  2195. package/dist/_framework/it/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2196. package/dist/_framework/it/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2197. package/dist/_framework/ja/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2198. package/dist/_framework/ja/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2199. package/dist/_framework/ko/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2200. package/dist/_framework/ko/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2201. package/dist/_framework/pl/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2202. package/dist/_framework/pl/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2203. package/dist/_framework/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2204. package/dist/_framework/pt-BR/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2205. package/dist/_framework/ru/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2206. package/dist/_framework/ru/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2207. package/dist/_framework/tr/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2208. package/dist/_framework/tr/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2209. package/dist/_framework/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2210. package/dist/_framework/zh-Hans/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2211. package/dist/_framework/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2212. package/dist/_framework/zh-Hant/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2213. package/dist/favicon.ico +0 -0
  2214. package/dist/index.d.ts +11 -3556
  2215. package/dist/index.d.ts.map +1 -0
  2216. package/dist/index.html +43 -0
  2217. package/dist/index.js +10 -0
  2218. package/dist/logo192.png +0 -0
  2219. package/dist/logo512.png +0 -0
  2220. package/dist/manifest.json +25 -0
  2221. package/dist/robots.txt +3 -0
  2222. package/dist/setupTests.js +78 -0
  2223. package/dist/static/image/logo_awing.png +0 -0
  2224. package/dist/static/svg/id.svg +4 -0
  2225. package/dist/static/svg/ja.svg +5 -0
  2226. package/dist/static/svg/ph.svg +18 -0
  2227. package/dist/static/svg/th.svg +6 -0
  2228. package/dist/translate/I18nProvider.d.ts +8 -0
  2229. package/dist/translate/I18nProvider.d.ts.map +1 -0
  2230. package/dist/translate/I18nProvider.js +27 -0
  2231. package/dist/translate/__mocks__/i18n.d.ts +8 -0
  2232. package/dist/translate/__mocks__/i18n.d.ts.map +1 -0
  2233. package/dist/translate/__mocks__/i18n.js +7 -0
  2234. package/dist/translate/i18n.d.ts +3 -0
  2235. package/dist/translate/i18n.d.ts.map +1 -0
  2236. package/dist/translate/i18n.js +55 -0
  2237. package/dist/translate/index.d.ts +3 -0
  2238. package/dist/translate/index.d.ts.map +1 -0
  2239. package/dist/translate/index.js +3 -0
  2240. package/dist/translate/resources/en/translation.js +56 -0
  2241. package/dist/translate/resources/id/translation.js +55 -0
  2242. package/dist/translate/resources/ja/translation.js +55 -0
  2243. package/dist/translate/resources/th/translation.js +55 -0
  2244. package/dist/translate/resources/vi/translation.js +56 -0
  2245. package/dist/translate/useAppTranslation.d.ts +112 -0
  2246. package/dist/translate/useAppTranslation.d.ts.map +1 -0
  2247. package/dist/translate/useAppTranslation.js +21 -0
  2248. package/dist/vite.svg +1 -0
  2249. package/dist/wasm-modules/main.d.ts +66 -0
  2250. package/dist/wasm-modules/main.js +57 -0
  2251. package/dotnet-wasm/AwingCSharpLib.Test/AwingCSharpLib.Test.csproj +28 -0
  2252. package/dotnet-wasm/AwingCSharpLib.Test/ExpressionAnalyzerTest.cs +732 -0
  2253. package/dotnet-wasm/AwingCSharpLib.Test/JsonSchemaConverterTest.cs +156 -0
  2254. package/dotnet-wasm/AwingCSharpLib.cs +299 -0
  2255. package/dotnet-wasm/AwingCSharpLib.csproj +66 -0
  2256. package/dotnet-wasm/AwingCSharpLib.sln +30 -0
  2257. package/dotnet-wasm/ExpressionAnalyzer.cs +900 -0
  2258. package/dotnet-wasm/Properties/launchSettings.json +12 -0
  2259. package/dotnet-wasm/README.md +89 -0
  2260. package/dotnet-wasm/RuntimeInformationShim.cs +39 -0
  2261. package/dotnet-wasm/wwwroot/_framework/AwingCSharpLib.wasm +0 -0
  2262. package/dotnet-wasm/wwwroot/_framework/Microsoft.CSharp.wasm +0 -0
  2263. package/dotnet-wasm/wwwroot/_framework/Microsoft.CodeAnalysis.CSharp.wasm +0 -0
  2264. package/dotnet-wasm/wwwroot/_framework/Microsoft.CodeAnalysis.wasm +0 -0
  2265. package/dotnet-wasm/wwwroot/_framework/Newtonsoft.Json.wasm +0 -0
  2266. package/dotnet-wasm/wwwroot/_framework/System.Collections.Concurrent.wasm +0 -0
  2267. package/dotnet-wasm/wwwroot/_framework/System.Collections.Immutable.wasm +0 -0
  2268. package/dotnet-wasm/wwwroot/_framework/System.Collections.NonGeneric.wasm +0 -0
  2269. package/dotnet-wasm/wwwroot/_framework/System.Collections.Specialized.wasm +0 -0
  2270. package/dotnet-wasm/wwwroot/_framework/System.Collections.wasm +0 -0
  2271. package/dotnet-wasm/wwwroot/_framework/System.ComponentModel.Primitives.wasm +0 -0
  2272. package/dotnet-wasm/wwwroot/_framework/System.ComponentModel.TypeConverter.wasm +0 -0
  2273. package/dotnet-wasm/wwwroot/_framework/System.ComponentModel.wasm +0 -0
  2274. package/dotnet-wasm/wwwroot/_framework/System.Console.wasm +0 -0
  2275. package/dotnet-wasm/wwwroot/_framework/System.Data.Common.wasm +0 -0
  2276. package/dotnet-wasm/wwwroot/_framework/System.Diagnostics.DiagnosticSource.wasm +0 -0
  2277. package/dotnet-wasm/wwwroot/_framework/System.Diagnostics.StackTrace.wasm +0 -0
  2278. package/dotnet-wasm/wwwroot/_framework/System.Diagnostics.TraceSource.wasm +0 -0
  2279. package/dotnet-wasm/wwwroot/_framework/System.Diagnostics.Tracing.wasm +0 -0
  2280. package/dotnet-wasm/wwwroot/_framework/System.Drawing.Primitives.wasm +0 -0
  2281. package/dotnet-wasm/wwwroot/_framework/System.Drawing.wasm +0 -0
  2282. package/dotnet-wasm/wwwroot/_framework/System.Globalization.wasm +0 -0
  2283. package/dotnet-wasm/wwwroot/_framework/System.IO.Compression.wasm +0 -0
  2284. package/dotnet-wasm/wwwroot/_framework/System.IO.MemoryMappedFiles.wasm +0 -0
  2285. package/dotnet-wasm/wwwroot/_framework/System.Linq.Expressions.wasm +0 -0
  2286. package/dotnet-wasm/wwwroot/_framework/System.Linq.wasm +0 -0
  2287. package/dotnet-wasm/wwwroot/_framework/System.Memory.wasm +0 -0
  2288. package/dotnet-wasm/wwwroot/_framework/System.Net.Http.wasm +0 -0
  2289. package/dotnet-wasm/wwwroot/_framework/System.Net.Primitives.wasm +0 -0
  2290. package/dotnet-wasm/wwwroot/_framework/System.ObjectModel.wasm +0 -0
  2291. package/dotnet-wasm/wwwroot/_framework/System.Private.CoreLib.wasm +0 -0
  2292. package/dotnet-wasm/wwwroot/_framework/System.Private.Uri.wasm +0 -0
  2293. package/dotnet-wasm/wwwroot/_framework/System.Private.Xml.Linq.wasm +0 -0
  2294. package/dotnet-wasm/wwwroot/_framework/System.Private.Xml.wasm +0 -0
  2295. package/dotnet-wasm/wwwroot/_framework/System.Reflection.Emit.ILGeneration.wasm +0 -0
  2296. package/dotnet-wasm/wwwroot/_framework/System.Reflection.Emit.Lightweight.wasm +0 -0
  2297. package/dotnet-wasm/wwwroot/_framework/System.Reflection.Metadata.wasm +0 -0
  2298. package/dotnet-wasm/wwwroot/_framework/System.Reflection.Primitives.wasm +0 -0
  2299. package/dotnet-wasm/wwwroot/_framework/System.Runtime.InteropServices.JavaScript.wasm +0 -0
  2300. package/dotnet-wasm/wwwroot/_framework/System.Runtime.InteropServices.RuntimeInformation.wasm +0 -0
  2301. package/dotnet-wasm/wwwroot/_framework/System.Runtime.InteropServices.wasm +0 -0
  2302. package/dotnet-wasm/wwwroot/_framework/System.Runtime.Intrinsics.wasm +0 -0
  2303. package/dotnet-wasm/wwwroot/_framework/System.Runtime.Loader.wasm +0 -0
  2304. package/dotnet-wasm/wwwroot/_framework/System.Runtime.Numerics.wasm +0 -0
  2305. package/dotnet-wasm/wwwroot/_framework/System.Runtime.Serialization.Formatters.wasm +0 -0
  2306. package/dotnet-wasm/wwwroot/_framework/System.Runtime.Serialization.Primitives.wasm +0 -0
  2307. package/dotnet-wasm/wwwroot/_framework/System.Runtime.wasm +0 -0
  2308. package/dotnet-wasm/wwwroot/_framework/System.Security.Cryptography.wasm +0 -0
  2309. package/dotnet-wasm/wwwroot/_framework/System.Text.Encoding.CodePages.wasm +0 -0
  2310. package/dotnet-wasm/wwwroot/_framework/System.Text.Encoding.Extensions.wasm +0 -0
  2311. package/dotnet-wasm/wwwroot/_framework/System.Text.RegularExpressions.wasm +0 -0
  2312. package/dotnet-wasm/wwwroot/_framework/System.Threading.Tasks.Parallel.wasm +0 -0
  2313. package/dotnet-wasm/wwwroot/_framework/System.Threading.wasm +0 -0
  2314. package/dotnet-wasm/wwwroot/_framework/System.Xml.Linq.wasm +0 -0
  2315. package/dotnet-wasm/wwwroot/_framework/System.Xml.ReaderWriter.wasm +0 -0
  2316. package/dotnet-wasm/wwwroot/_framework/System.Xml.XDocument.wasm +0 -0
  2317. package/dotnet-wasm/wwwroot/_framework/System.Xml.XPath.XDocument.wasm +0 -0
  2318. package/dotnet-wasm/wwwroot/_framework/System.wasm +0 -0
  2319. package/dotnet-wasm/wwwroot/_framework/blazor.boot.json +174 -0
  2320. package/dotnet-wasm/wwwroot/_framework/cs/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2321. package/dotnet-wasm/wwwroot/_framework/cs/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2322. package/dotnet-wasm/wwwroot/_framework/de/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2323. package/dotnet-wasm/wwwroot/_framework/de/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2324. package/dotnet-wasm/wwwroot/_framework/dotnet.js +4 -0
  2325. package/dotnet-wasm/wwwroot/_framework/dotnet.native.js +16 -0
  2326. package/dotnet-wasm/wwwroot/_framework/dotnet.native.wasm +0 -0
  2327. package/dotnet-wasm/wwwroot/_framework/dotnet.runtime.js +4 -0
  2328. package/dotnet-wasm/wwwroot/_framework/es/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2329. package/dotnet-wasm/wwwroot/_framework/es/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2330. package/dotnet-wasm/wwwroot/_framework/fr/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2331. package/dotnet-wasm/wwwroot/_framework/fr/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2332. package/dotnet-wasm/wwwroot/_framework/icudt_CJK.dat +0 -0
  2333. package/dotnet-wasm/wwwroot/_framework/icudt_EFIGS.dat +0 -0
  2334. package/dotnet-wasm/wwwroot/_framework/icudt_no_CJK.dat +0 -0
  2335. package/dotnet-wasm/wwwroot/_framework/it/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2336. package/dotnet-wasm/wwwroot/_framework/it/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2337. package/dotnet-wasm/wwwroot/_framework/ja/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2338. package/dotnet-wasm/wwwroot/_framework/ja/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2339. package/dotnet-wasm/wwwroot/_framework/ko/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2340. package/dotnet-wasm/wwwroot/_framework/ko/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2341. package/dotnet-wasm/wwwroot/_framework/pl/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2342. package/dotnet-wasm/wwwroot/_framework/pl/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2343. package/dotnet-wasm/wwwroot/_framework/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2344. package/dotnet-wasm/wwwroot/_framework/pt-BR/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2345. package/dotnet-wasm/wwwroot/_framework/ru/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2346. package/dotnet-wasm/wwwroot/_framework/ru/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2347. package/dotnet-wasm/wwwroot/_framework/tr/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2348. package/dotnet-wasm/wwwroot/_framework/tr/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2349. package/dotnet-wasm/wwwroot/_framework/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2350. package/dotnet-wasm/wwwroot/_framework/zh-Hans/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2351. package/dotnet-wasm/wwwroot/_framework/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.wasm +0 -0
  2352. package/dotnet-wasm/wwwroot/_framework/zh-Hant/Microsoft.CodeAnalysis.resources.wasm +0 -0
  2353. package/dotnet-wasm/wwwroot/main.d.ts +66 -0
  2354. package/dotnet-wasm/wwwroot/main.js +87 -0
  2355. package/dotnet-wasm/wwwroot/package.json +13 -0
  2356. package/package.json +60 -48
  2357. package/dist/esm/AWING/Action/Container.d.ts +0 -3
  2358. package/dist/esm/AWING/Action/Types.d.ts +0 -12
  2359. package/dist/esm/AWING/Action/index.d.ts +0 -2
  2360. package/dist/esm/AWING/AdvancedSearch/Container.d.ts +0 -3
  2361. package/dist/esm/AWING/AdvancedSearch/Types.d.ts +0 -80
  2362. package/dist/esm/AWING/AdvancedSearch/index.d.ts +0 -2
  2363. package/dist/esm/AWING/AsyncAutocomplete/Container.d.ts +0 -2
  2364. package/dist/esm/AWING/AsyncAutocomplete/index.d.ts +0 -3
  2365. package/dist/esm/AWING/AsyncAutocomplete/interface.d.ts +0 -21
  2366. package/dist/esm/AWING/BoxResizableSplit/Container.d.ts +0 -10
  2367. package/dist/esm/AWING/BoxResizableSplit/index.d.ts +0 -2
  2368. package/dist/esm/AWING/ButtonDateRangePicker/Container.d.ts +0 -4
  2369. package/dist/esm/AWING/ButtonDateRangePicker/Types.d.ts +0 -12
  2370. package/dist/esm/AWING/ButtonDateRangePicker/index.d.ts +0 -2
  2371. package/dist/esm/AWING/ButtonSelect/Container.d.ts +0 -4
  2372. package/dist/esm/AWING/ButtonSelect/Types.d.ts +0 -9
  2373. package/dist/esm/AWING/ButtonSelect/index.d.ts +0 -2
  2374. package/dist/esm/AWING/Chart/BarLine/component.d.ts +0 -4
  2375. package/dist/esm/AWING/Chart/BarLine/constants.d.ts +0 -7
  2376. package/dist/esm/AWING/Chart/BarLine/index.d.ts +0 -3
  2377. package/dist/esm/AWING/Chart/BarLine/types.d.ts +0 -32
  2378. package/dist/esm/AWING/Chart/BarLine/utils.d.ts +0 -10
  2379. package/dist/esm/AWING/Chart/Enums.d.ts +0 -6
  2380. package/dist/esm/AWING/Chart/Pie/component.d.ts +0 -3
  2381. package/dist/esm/AWING/Chart/Pie/constants.d.ts +0 -1
  2382. package/dist/esm/AWING/Chart/Pie/index.d.ts +0 -3
  2383. package/dist/esm/AWING/Chart/Pie/utils.d.ts +0 -3
  2384. package/dist/esm/AWING/Chart/Styles.d.ts +0 -69
  2385. package/dist/esm/AWING/Chart/Types.d.ts +0 -24
  2386. package/dist/esm/AWING/Chart/index.d.ts +0 -3
  2387. package/dist/esm/AWING/CircularProgress/index.d.ts +0 -7
  2388. package/dist/esm/AWING/ContentHeader/Container.d.ts +0 -9
  2389. package/dist/esm/AWING/ContentHeader/Styled.d.ts +0 -1
  2390. package/dist/esm/AWING/ContentHeader/index.d.ts +0 -2
  2391. package/dist/esm/AWING/ControlPanels/Container.d.ts +0 -5
  2392. package/dist/esm/AWING/ControlPanels/Enums.d.ts +0 -18
  2393. package/dist/esm/AWING/ControlPanels/Types.d.ts +0 -32
  2394. package/dist/esm/AWING/ControlPanels/index.d.ts +0 -3
  2395. package/dist/esm/AWING/CronTab/CronTab.d.ts +0 -2
  2396. package/dist/esm/AWING/CronTab/DayInterval.d.ts +0 -2
  2397. package/dist/esm/AWING/CronTab/constants.d.ts +0 -53
  2398. package/dist/esm/AWING/CronTab/index.d.ts +0 -4
  2399. package/dist/esm/AWING/CronTab/interface.d.ts +0 -42
  2400. package/dist/esm/AWING/DataForm/container.d.ts +0 -2
  2401. package/dist/esm/AWING/DataForm/index.d.ts +0 -4
  2402. package/dist/esm/AWING/DataForm/interface.d.ts +0 -14
  2403. package/dist/esm/AWING/DataGrid/Table.d.ts +0 -3
  2404. package/dist/esm/AWING/DataGrid/index.d.ts +0 -4
  2405. package/dist/esm/AWING/DataGrid/interface.d.ts +0 -105
  2406. package/dist/esm/AWING/DataGridGroups/Atoms.d.ts +0 -24
  2407. package/dist/esm/AWING/DataGridGroups/Constants.d.ts +0 -16
  2408. package/dist/esm/AWING/DataGridGroups/Container.d.ts +0 -9
  2409. package/dist/esm/AWING/DataGridGroups/Enums.d.ts +0 -5
  2410. package/dist/esm/AWING/DataGridGroups/PanelGroup/Container.d.ts +0 -5
  2411. package/dist/esm/AWING/DataGridGroups/PanelGroup/Panels.d.ts +0 -2
  2412. package/dist/esm/AWING/DataGridGroups/PanelGroup/index.d.ts +0 -1
  2413. package/dist/esm/AWING/DataGridGroups/TableCollaped/Container.d.ts +0 -9
  2414. package/dist/esm/AWING/DataGridGroups/TableCollaped/RowAdvance.d.ts +0 -11
  2415. package/dist/esm/AWING/DataGridGroups/TableCollaped/index.d.ts +0 -1
  2416. package/dist/esm/AWING/DataGridGroups/Types.d.ts +0 -30
  2417. package/dist/esm/AWING/DataGridGroups/components/NoDataTable/index.d.ts +0 -7
  2418. package/dist/esm/AWING/DataGridGroups/components/Pagination/index.d.ts +0 -13
  2419. package/dist/esm/AWING/DataGridGroups/index.d.ts +0 -5
  2420. package/dist/esm/AWING/DataGridGroups/utils.d.ts +0 -2
  2421. package/dist/esm/AWING/DataInput/components/AsyncAutocompleteInput.d.ts +0 -10
  2422. package/dist/esm/AWING/DataInput/components/AutocompleteInput.d.ts +0 -14
  2423. package/dist/esm/AWING/DataInput/components/CheckBoxInput.d.ts +0 -9
  2424. package/dist/esm/AWING/DataInput/components/CustomInput.d.ts +0 -9
  2425. package/dist/esm/AWING/DataInput/components/DateRangeInput.d.ts +0 -11
  2426. package/dist/esm/AWING/DataInput/components/DateTimeInput.d.ts +0 -8
  2427. package/dist/esm/AWING/DataInput/components/GeoFencingInput.d.ts +0 -17
  2428. package/dist/esm/AWING/DataInput/components/LogicExpressionInput.d.ts +0 -11
  2429. package/dist/esm/AWING/DataInput/components/MonacoEditorInput.d.ts +0 -8
  2430. package/dist/esm/AWING/DataInput/components/MonthTimeInput.d.ts +0 -3
  2431. package/dist/esm/AWING/DataInput/components/MultipleHierarchicalInput.d.ts +0 -8
  2432. package/dist/esm/AWING/DataInput/components/NumberInput.d.ts +0 -11
  2433. package/dist/esm/AWING/DataInput/components/RadioInput.d.ts +0 -10
  2434. package/dist/esm/AWING/DataInput/components/SelectFolderInput.d.ts +0 -9
  2435. package/dist/esm/AWING/DataInput/components/SelectInput.d.ts +0 -19
  2436. package/dist/esm/AWING/DataInput/components/TextInput.d.ts +0 -26
  2437. package/dist/esm/AWING/DataInput/components/index.d.ts +0 -16
  2438. package/dist/esm/AWING/DataInput/enums.d.ts +0 -23
  2439. package/dist/esm/AWING/DataInput/index.d.ts +0 -4
  2440. package/dist/esm/AWING/DataInput/interfaces.d.ts +0 -35
  2441. package/dist/esm/AWING/DateAutoFormat/Constants.d.ts +0 -2
  2442. package/dist/esm/AWING/DateAutoFormat/Container.d.ts +0 -3
  2443. package/dist/esm/AWING/DateAutoFormat/Types.d.ts +0 -7
  2444. package/dist/esm/AWING/DateAutoFormat/index.d.ts +0 -3
  2445. package/dist/esm/AWING/DatePicker/Container.d.ts +0 -3
  2446. package/dist/esm/AWING/DatePicker/index.d.ts +0 -2
  2447. package/dist/esm/AWING/DatePicker/types.d.ts +0 -6
  2448. package/dist/esm/AWING/DateRangePicker/Container.d.ts +0 -14
  2449. package/dist/esm/AWING/DateRangePicker/DateRangeField.d.ts +0 -20
  2450. package/dist/esm/AWING/DateRangePicker/PickerModal.d.ts +0 -2
  2451. package/dist/esm/AWING/DateRangePicker/component/DateRangePicker.d.ts +0 -17
  2452. package/dist/esm/AWING/DateRangePicker/component/Day.d.ts +0 -18
  2453. package/dist/esm/AWING/DateRangePicker/component/DefinedRanges.d.ts +0 -8
  2454. package/dist/esm/AWING/DateRangePicker/component/Header.d.ts +0 -11
  2455. package/dist/esm/AWING/DateRangePicker/component/Markers.d.ts +0 -4
  2456. package/dist/esm/AWING/DateRangePicker/component/Menu.d.ts +0 -27
  2457. package/dist/esm/AWING/DateRangePicker/component/Month.d.ts +0 -22
  2458. package/dist/esm/AWING/DateRangePicker/component/defaults.d.ts +0 -3
  2459. package/dist/esm/AWING/DateRangePicker/component/utils.d.ts +0 -17
  2460. package/dist/esm/AWING/DateRangePicker/index.d.ts +0 -3
  2461. package/dist/esm/AWING/DateRangePicker/types/index.d.ts +0 -37
  2462. package/dist/esm/AWING/DateRangePicker/types/utils.d.ts +0 -34
  2463. package/dist/esm/AWING/DateRangePickerOld/InputMask.d.ts +0 -2
  2464. package/dist/esm/AWING/DateRangePickerOld/Types.d.ts +0 -33
  2465. package/dist/esm/AWING/DateRangePickerOld/component.d.ts +0 -7
  2466. package/dist/esm/AWING/DateRangePickerOld/configDate.d.ts +0 -8
  2467. package/dist/esm/AWING/DateRangePickerOld/container.d.ts +0 -3
  2468. package/dist/esm/AWING/DateRangePickerOld/helper.d.ts +0 -4
  2469. package/dist/esm/AWING/DateRangePickerOld/index.d.ts +0 -2
  2470. package/dist/esm/AWING/DateRangePickerOld/test/DateRangePicker.driver.d.ts +0 -8
  2471. package/dist/esm/AWING/DirectoryForm/AddOrEdit.d.ts +0 -3
  2472. package/dist/esm/AWING/DirectoryForm/Services.d.ts +0 -16
  2473. package/dist/esm/AWING/DirectoryForm/index.d.ts +0 -3
  2474. package/dist/esm/AWING/DirectoryForm/types.d.ts +0 -95
  2475. package/dist/esm/AWING/DirectoryPermission/AddNewAuthen/Container.d.ts +0 -3
  2476. package/dist/esm/AWING/DirectoryPermission/AddNewAuthen/SearchWrapper.d.ts +0 -3
  2477. package/dist/esm/AWING/DirectoryPermission/AddNewAuthen/index.d.ts +0 -2
  2478. package/dist/esm/AWING/DirectoryPermission/AddNewAuthen/types.d.ts +0 -19
  2479. package/dist/esm/AWING/DirectoryPermission/AddOrEdit/Container.d.ts +0 -3
  2480. package/dist/esm/AWING/DirectoryPermission/AddOrEdit/PageContent.d.ts +0 -3
  2481. package/dist/esm/AWING/DirectoryPermission/AddOrEdit/helper.d.ts +0 -4
  2482. package/dist/esm/AWING/DirectoryPermission/AddOrEdit/index.d.ts +0 -2
  2483. package/dist/esm/AWING/DirectoryPermission/AddOrEdit/types.d.ts +0 -34
  2484. package/dist/esm/AWING/DirectoryPermission/Atoms.d.ts +0 -44
  2485. package/dist/esm/AWING/DirectoryPermission/Container.d.ts +0 -2
  2486. package/dist/esm/AWING/DirectoryPermission/SelectSchema/Container.d.ts +0 -3
  2487. package/dist/esm/AWING/DirectoryPermission/SelectSchema/SchemaProvider.d.ts +0 -5
  2488. package/dist/esm/AWING/DirectoryPermission/SelectSchema/SchemaView.d.ts +0 -2
  2489. package/dist/esm/AWING/DirectoryPermission/SelectSchema/index.d.ts +0 -2
  2490. package/dist/esm/AWING/DirectoryPermission/SelectSchema/types.d.ts +0 -16
  2491. package/dist/esm/AWING/DirectoryPermission/Services.d.ts +0 -39
  2492. package/dist/esm/AWING/DirectoryPermission/components/AddOrEditHeader.d.ts +0 -11
  2493. package/dist/esm/AWING/DirectoryPermission/components/AuthenList.d.ts +0 -9
  2494. package/dist/esm/AWING/DirectoryPermission/components/PermissionManagement.d.ts +0 -11
  2495. package/dist/esm/AWING/DirectoryPermission/components/PermissionTable.d.ts +0 -17
  2496. package/dist/esm/AWING/DirectoryPermission/components/SchemaRow.d.ts +0 -14
  2497. package/dist/esm/AWING/DirectoryPermission/components/StatePicker.d.ts +0 -9
  2498. package/dist/esm/AWING/DirectoryPermission/components/StatePickerItem.d.ts +0 -11
  2499. package/dist/esm/AWING/DirectoryPermission/components/TabPermissionStates.d.ts +0 -13
  2500. package/dist/esm/AWING/DirectoryPermission/components/TableHeader.d.ts +0 -7
  2501. package/dist/esm/AWING/DirectoryPermission/components/ViewPermission/Container.d.ts +0 -8
  2502. package/dist/esm/AWING/DirectoryPermission/components/ViewPermission/index.d.ts +0 -2
  2503. package/dist/esm/AWING/DirectoryPermission/components/ViewPermission/types.d.ts +0 -7
  2504. package/dist/esm/AWING/DirectoryPermission/components/WorkflowMatrix.d.ts +0 -15
  2505. package/dist/esm/AWING/DirectoryPermission/constants.d.ts +0 -28
  2506. package/dist/esm/AWING/DirectoryPermission/context.d.ts +0 -15
  2507. package/dist/esm/AWING/DirectoryPermission/hooks/index.d.ts +0 -1
  2508. package/dist/esm/AWING/DirectoryPermission/hooks/useAuthens.d.ts +0 -6
  2509. package/dist/esm/AWING/DirectoryPermission/index.d.ts +0 -5
  2510. package/dist/esm/AWING/DirectoryPermission/types.d.ts +0 -123
  2511. package/dist/esm/AWING/DirectoryPermission/utils/authen.d.ts +0 -20
  2512. package/dist/esm/AWING/DirectoryPermission/utils/common.d.ts +0 -8
  2513. package/dist/esm/AWING/DirectoryPermission/utils/convertDirectoryPermission.d.ts +0 -15
  2514. package/dist/esm/AWING/DirectoryPermission/utils/getMatrixRows.d.ts +0 -3
  2515. package/dist/esm/AWING/DirectoryPermission/utils/getPermissionUpdate.d.ts +0 -26
  2516. package/dist/esm/AWING/DirectoryPermission/utils/getTableHeader.d.ts +0 -5
  2517. package/dist/esm/AWING/DirectoryPermission/utils/index.d.ts +0 -7
  2518. package/dist/esm/AWING/DirectoryPermission/utils/permission.d.ts +0 -18
  2519. package/dist/esm/AWING/DirectoryPermission/utils/schema.d.ts +0 -2
  2520. package/dist/esm/AWING/DirectoryTree/DirectoryTree.d.ts +0 -3
  2521. package/dist/esm/AWING/DirectoryTree/FilterTreeView/Container.d.ts +0 -3
  2522. package/dist/esm/AWING/DirectoryTree/FilterTreeView/index.d.ts +0 -2
  2523. package/dist/esm/AWING/DirectoryTree/FilterTreeView/types.d.ts +0 -10
  2524. package/dist/esm/AWING/DirectoryTree/ShowTreeItem/Container.d.ts +0 -3
  2525. package/dist/esm/AWING/DirectoryTree/ShowTreeItem/index.d.ts +0 -2
  2526. package/dist/esm/AWING/DirectoryTree/ShowTreeItem/types.d.ts +0 -7
  2527. package/dist/esm/AWING/DirectoryTree/TreeItemWithAction/Container.d.ts +0 -3
  2528. package/dist/esm/AWING/DirectoryTree/TreeItemWithAction/index.d.ts +0 -2
  2529. package/dist/esm/AWING/DirectoryTree/TreeItemWithAction/types.d.ts +0 -9
  2530. package/dist/esm/AWING/DirectoryTree/helper.d.ts +0 -11
  2531. package/dist/esm/AWING/DirectoryTree/index.d.ts +0 -5
  2532. package/dist/esm/AWING/DirectoryTree/interface.d.ts +0 -17
  2533. package/dist/esm/AWING/DragAndDrop/Sortable/SortableItem.d.ts +0 -7
  2534. package/dist/esm/AWING/DragAndDrop/Sortable/index.d.ts +0 -10
  2535. package/dist/esm/AWING/DragAndDrop/TreeSortable/SortableTree.d.ts +0 -21
  2536. package/dist/esm/AWING/DragAndDrop/TreeSortable/SortableTreeItem.d.ts +0 -32
  2537. package/dist/esm/AWING/DragAndDrop/TreeSortable/SortingStrategy.d.ts +0 -2
  2538. package/dist/esm/AWING/DragAndDrop/TreeSortable/index.d.ts +0 -7
  2539. package/dist/esm/AWING/DragAndDrop/TreeSortable/types.d.ts +0 -68
  2540. package/dist/esm/AWING/DragAndDrop/TreeSortable/ui/folder/FolderTreeItemWrapper.d.ts +0 -4
  2541. package/dist/esm/AWING/DragAndDrop/TreeSortable/ui/simple/SimpleTreeItemWrapper.d.ts +0 -4
  2542. package/dist/esm/AWING/DragAndDrop/TreeSortable/utilities.d.ts +0 -18
  2543. package/dist/esm/AWING/DragAndDrop/index.d.ts +0 -3
  2544. package/dist/esm/AWING/Drawer/Container.d.ts +0 -4
  2545. package/dist/esm/AWING/Drawer/Types.d.ts +0 -16
  2546. package/dist/esm/AWING/Drawer/index.d.ts +0 -4
  2547. package/dist/esm/AWING/DrawerHook/index.d.ts +0 -9
  2548. package/dist/esm/AWING/DrawerNavigate/DrawerNavigate.d.ts +0 -3
  2549. package/dist/esm/AWING/DrawerNavigate/Enum.d.ts +0 -8
  2550. package/dist/esm/AWING/DrawerNavigate/constant.d.ts +0 -3
  2551. package/dist/esm/AWING/DrawerNavigate/index.d.ts +0 -6
  2552. package/dist/esm/AWING/DrawerNavigate/interface.d.ts +0 -9
  2553. package/dist/esm/AWING/DropDownTreeSelect/components/TreeViewSearch.d.ts +0 -10
  2554. package/dist/esm/AWING/DropDownTreeSelect/components/utils.d.ts +0 -1
  2555. package/dist/esm/AWING/DropDownTreeSelect/index.d.ts +0 -10
  2556. package/dist/esm/AWING/DropDownTreeSelect/type.d.ts +0 -5
  2557. package/dist/esm/AWING/DropDownTreeSelect/utils.d.ts +0 -16
  2558. package/dist/esm/AWING/EnhancedAutoComplete/Container.d.ts +0 -4
  2559. package/dist/esm/AWING/EnhancedAutoComplete/Types.d.ts +0 -15
  2560. package/dist/esm/AWING/EnhancedAutoComplete/index.d.ts +0 -2
  2561. package/dist/esm/AWING/Form/Utils/IsObject.d.ts +0 -2
  2562. package/dist/esm/AWING/Form/Utils/Types.d.ts +0 -5
  2563. package/dist/esm/AWING/Form/Utils/append.d.ts +0 -2
  2564. package/dist/esm/AWING/Form/Utils/cloneProxy.d.ts +0 -1
  2565. package/dist/esm/AWING/Form/Utils/compact.d.ts +0 -6
  2566. package/dist/esm/AWING/Form/Utils/convertToArrayPayload.d.ts +0 -2
  2567. package/dist/esm/AWING/Form/Utils/get.d.ts +0 -1
  2568. package/dist/esm/AWING/Form/Utils/index.d.ts +0 -12
  2569. package/dist/esm/AWING/Form/Utils/remove.d.ts +0 -2
  2570. package/dist/esm/AWING/Form/Utils/set.d.ts +0 -2
  2571. package/dist/esm/AWING/Form/Utils/stringToPath.d.ts +0 -2
  2572. package/dist/esm/AWING/Form/index.d.ts +0 -3
  2573. package/dist/esm/AWING/Form/useFields.d.ts +0 -6
  2574. package/dist/esm/AWING/Form/useForm.d.ts +0 -27
  2575. package/dist/esm/AWING/Form/useMounted.d.ts +0 -2
  2576. package/dist/esm/AWING/GeoFencing/common.d.ts +0 -5
  2577. package/dist/esm/AWING/GeoFencing/component.d.ts +0 -2
  2578. package/dist/esm/AWING/GeoFencing/container.d.ts +0 -2
  2579. package/dist/esm/AWING/GeoFencing/index.d.ts +0 -4
  2580. package/dist/esm/AWING/GeoFencing/interface.d.ts +0 -34
  2581. package/dist/esm/AWING/GoogleMap/GGMap.d.ts +0 -3
  2582. package/dist/esm/AWING/GoogleMap/index.d.ts +0 -4
  2583. package/dist/esm/AWING/GoogleMap/interface.d.ts +0 -20
  2584. package/dist/esm/AWING/GoogleMap/utils.d.ts +0 -25
  2585. package/dist/esm/AWING/GroupTable/CustomRow.d.ts +0 -2
  2586. package/dist/esm/AWING/GroupTable/GroupTable.d.ts +0 -3
  2587. package/dist/esm/AWING/GroupTable/component.d.ts +0 -2
  2588. package/dist/esm/AWING/GroupTable/container.d.ts +0 -2
  2589. package/dist/esm/AWING/GroupTable/index.d.ts +0 -2
  2590. package/dist/esm/AWING/GroupTable/interface.d.ts +0 -36
  2591. package/dist/esm/AWING/HOC/Wrapper.d.ts +0 -6
  2592. package/dist/esm/AWING/HOC/index.d.ts +0 -1
  2593. package/dist/esm/AWING/HierarchyTree/component.d.ts +0 -4
  2594. package/dist/esm/AWING/HierarchyTree/components/ActionComponents/CheckboxAction.d.ts +0 -3
  2595. package/dist/esm/AWING/HierarchyTree/components/ActionComponents/IconActions.d.ts +0 -3
  2596. package/dist/esm/AWING/HierarchyTree/components/ActionComponents/index.d.ts +0 -3
  2597. package/dist/esm/AWING/HierarchyTree/components/TreeContainer/LabelTreeItem.d.ts +0 -3
  2598. package/dist/esm/AWING/HierarchyTree/components/TreeContainer/RenderTreeItem.d.ts +0 -3
  2599. package/dist/esm/AWING/HierarchyTree/index.d.ts +0 -2
  2600. package/dist/esm/AWING/HierarchyTree/interface.d.ts +0 -84
  2601. package/dist/esm/AWING/Hooks/index.d.ts +0 -1
  2602. package/dist/esm/AWING/Hooks/useGetData.d.ts +0 -9
  2603. package/dist/esm/AWING/LogicExpression/index.d.ts +0 -11
  2604. package/dist/esm/AWING/LogicExpression/types.d.ts +0 -15
  2605. package/dist/esm/AWING/LogicExpression/utils.d.ts +0 -35
  2606. package/dist/esm/AWING/MemoWrap/index.d.ts +0 -4
  2607. package/dist/esm/AWING/MemoWrap/interface.d.ts +0 -5
  2608. package/dist/esm/AWING/MonacoEditor/container.d.ts +0 -3
  2609. package/dist/esm/AWING/MonacoEditor/index.d.ts +0 -4
  2610. package/dist/esm/AWING/MonacoEditor/interface.d.ts +0 -7
  2611. package/dist/esm/AWING/MultipleChoice/component.d.ts +0 -2
  2612. package/dist/esm/AWING/MultipleChoice/container.d.ts +0 -3
  2613. package/dist/esm/AWING/MultipleChoice/index.d.ts +0 -2
  2614. package/dist/esm/AWING/MultipleChoice/interface.d.ts +0 -28
  2615. package/dist/esm/AWING/MultipleHierarchicalChoice/component.d.ts +0 -3
  2616. package/dist/esm/AWING/MultipleHierarchicalChoice/container.d.ts +0 -3
  2617. package/dist/esm/AWING/MultipleHierarchicalChoice/index.d.ts +0 -2
  2618. package/dist/esm/AWING/MultipleHierarchicalChoice/interface.d.ts +0 -44
  2619. package/dist/esm/AWING/NoData/index.d.ts +0 -2
  2620. package/dist/esm/AWING/NumberFormat/index.d.ts +0 -5
  2621. package/dist/esm/AWING/OldAsyncAutoComplete/index.d.ts +0 -16
  2622. package/dist/esm/AWING/Page/Container.d.ts +0 -3
  2623. package/dist/esm/AWING/Page/index.d.ts +0 -2
  2624. package/dist/esm/AWING/Page/interface.d.ts +0 -6
  2625. package/dist/esm/AWING/PageManagement/Container.d.ts +0 -3
  2626. package/dist/esm/AWING/PageManagement/index.d.ts +0 -2
  2627. package/dist/esm/AWING/PageManagement/interface.d.ts +0 -31
  2628. package/dist/esm/AWING/PageManagement/utils.d.ts +0 -7
  2629. package/dist/esm/AWING/Pagination/index.d.ts +0 -11
  2630. package/dist/esm/AWING/PlaceFilter/DataTable/component.d.ts +0 -15
  2631. package/dist/esm/AWING/PlaceFilter/DataTable/container.d.ts +0 -7
  2632. package/dist/esm/AWING/PlaceFilter/DataTable/index.d.ts +0 -2
  2633. package/dist/esm/AWING/PlaceFilter/Enum.d.ts +0 -13
  2634. package/dist/esm/AWING/PlaceFilter/Input/AreaSelectField/component.d.ts +0 -13
  2635. package/dist/esm/AWING/PlaceFilter/Input/AreaSelectField/container.d.ts +0 -12
  2636. package/dist/esm/AWING/PlaceFilter/Input/AreaSelectField/index.d.ts +0 -1
  2637. package/dist/esm/AWING/PlaceFilter/Input/component/AreaSelect.d.ts +0 -4
  2638. package/dist/esm/AWING/PlaceFilter/Input/component/AutocompleteInput.d.ts +0 -4
  2639. package/dist/esm/AWING/PlaceFilter/Input/component/GeoFencing.d.ts +0 -4
  2640. package/dist/esm/AWING/PlaceFilter/Input/component/InputFactory.d.ts +0 -4
  2641. package/dist/esm/AWING/PlaceFilter/Input/component/MultiSelect.d.ts +0 -4
  2642. package/dist/esm/AWING/PlaceFilter/Input/component/MultipleHierarchicalChoiceInput.d.ts +0 -4
  2643. package/dist/esm/AWING/PlaceFilter/Input/component/SelectInput.d.ts +0 -4
  2644. package/dist/esm/AWING/PlaceFilter/Input/component/TextInput.d.ts +0 -5
  2645. package/dist/esm/AWING/PlaceFilter/Input/component/index.d.ts +0 -7
  2646. package/dist/esm/AWING/PlaceFilter/Input/container.d.ts +0 -2
  2647. package/dist/esm/AWING/PlaceFilter/Input/index.d.ts +0 -1
  2648. package/dist/esm/AWING/PlaceFilter/Recoil/Atom.d.ts +0 -13
  2649. package/dist/esm/AWING/PlaceFilter/Tag/component/TagAll.d.ts +0 -9
  2650. package/dist/esm/AWING/PlaceFilter/Tag/component/TagChip.d.ts +0 -10
  2651. package/dist/esm/AWING/PlaceFilter/Tag/container.d.ts +0 -2
  2652. package/dist/esm/AWING/PlaceFilter/Tag/index.d.ts +0 -1
  2653. package/dist/esm/AWING/PlaceFilter/common.d.ts +0 -3
  2654. package/dist/esm/AWING/PlaceFilter/constants.d.ts +0 -2
  2655. package/dist/esm/AWING/PlaceFilter/container.d.ts +0 -4
  2656. package/dist/esm/AWING/PlaceFilter/index.d.ts +0 -6
  2657. package/dist/esm/AWING/PlaceFilter/interface.d.ts +0 -126
  2658. package/dist/esm/AWING/PubSub/index.d.ts +0 -6
  2659. package/dist/esm/AWING/SearchBox/Container.d.ts +0 -3
  2660. package/dist/esm/AWING/SearchBox/index.d.ts +0 -2
  2661. package/dist/esm/AWING/SearchBox/interface.d.ts +0 -12
  2662. package/dist/esm/AWING/Statistics/Enums.d.ts +0 -4
  2663. package/dist/esm/AWING/Statistics/container.d.ts +0 -2
  2664. package/dist/esm/AWING/Statistics/index.d.ts +0 -5
  2665. package/dist/esm/AWING/Statistics/interface.d.ts +0 -39
  2666. package/dist/esm/AWING/TableEditable/Container.d.ts +0 -2
  2667. package/dist/esm/AWING/TableEditable/components/TableCellEditable.d.ts +0 -2
  2668. package/dist/esm/AWING/TableEditable/components/TableEditableBody.d.ts +0 -2
  2669. package/dist/esm/AWING/TableEditable/components/TableHeader.d.ts +0 -2
  2670. package/dist/esm/AWING/TableEditable/components/TopBarActions.d.ts +0 -2
  2671. package/dist/esm/AWING/TableEditable/index.d.ts +0 -6
  2672. package/dist/esm/AWING/TableEditable/interface.d.ts +0 -74
  2673. package/dist/esm/AWING/TableEditableCollapsible/Container.d.ts +0 -2
  2674. package/dist/esm/AWING/TableEditableCollapsible/components/TableCellEditable.d.ts +0 -2
  2675. package/dist/esm/AWING/TableEditableCollapsible/components/TableEditableBody.d.ts +0 -2
  2676. package/dist/esm/AWING/TableEditableCollapsible/components/TableHeader.d.ts +0 -2
  2677. package/dist/esm/AWING/TableEditableCollapsible/components/TableRowEditable.d.ts +0 -2
  2678. package/dist/esm/AWING/TableEditableCollapsible/components/TopBarActions.d.ts +0 -2
  2679. package/dist/esm/AWING/TableEditableCollapsible/index.d.ts +0 -6
  2680. package/dist/esm/AWING/TableEditableCollapsible/interface.d.ts +0 -102
  2681. package/dist/esm/AWING/constants.d.ts +0 -4
  2682. package/dist/esm/AWING/helper.d.ts +0 -18
  2683. package/dist/esm/AWING/index.d.ts +0 -155
  2684. package/dist/esm/AWING/interface.d.ts +0 -20
  2685. package/dist/esm/AWING/ultis/index.d.ts +0 -1
  2686. package/dist/esm/AWING/ultis/validation.d.ts +0 -29
  2687. package/dist/esm/Assets/Flags/idn.svg +0 -9
  2688. package/dist/esm/Commons/Components/ClassicBaseDrawer.d.ts +0 -22
  2689. package/dist/esm/Commons/Components/ClassicDrawer.d.ts +0 -8
  2690. package/dist/esm/Commons/Components/CopyButton.d.ts +0 -5
  2691. package/dist/esm/Commons/Components/DeprecatedEnhancedDialog.d.ts +0 -15
  2692. package/dist/esm/Commons/Components/Drawer.d.ts +0 -30
  2693. package/dist/esm/Commons/Components/TabLabel.d.ts +0 -7
  2694. package/dist/esm/Commons/Components/index.d.ts +0 -10
  2695. package/dist/esm/Commons/Constant.d.ts +0 -196
  2696. package/dist/esm/Commons/Enums.d.ts +0 -46
  2697. package/dist/esm/Commons/Hooks/index.d.ts +0 -2
  2698. package/dist/esm/Commons/Hooks/useGetContext.d.ts +0 -4
  2699. package/dist/esm/Commons/Hooks/usePath.d.ts +0 -2
  2700. package/dist/esm/Commons/Types.d.ts +0 -26
  2701. package/dist/esm/Commons/index.d.ts +0 -5
  2702. package/dist/esm/Context/context.d.ts +0 -8
  2703. package/dist/esm/Context/hooks.d.ts +0 -6
  2704. package/dist/esm/Context/index.d.ts +0 -2
  2705. package/dist/esm/Context/interface.d.ts +0 -22
  2706. package/dist/esm/Features/COMMON/Notifications/Container.d.ts +0 -2
  2707. package/dist/esm/Features/COMMON/Notifications/Context.d.ts +0 -10
  2708. package/dist/esm/Features/COMMON/Notifications/Enum.d.ts +0 -4
  2709. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/Container.d.ts +0 -12
  2710. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/MenuNotification.d.ts +0 -5
  2711. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/HeaderInfo/index.d.ts +0 -1
  2712. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/NotificationList/Container.d.ts +0 -12
  2713. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/NotificationList/NotificationItem.d.ts +0 -12
  2714. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/NotificationList/index.d.ts +0 -1
  2715. package/dist/esm/Features/COMMON/Notifications/NotificationDetail/index.d.ts +0 -5
  2716. package/dist/esm/Features/COMMON/Notifications/NotificationPopover/Container.d.ts +0 -2
  2717. package/dist/esm/Features/COMMON/Notifications/NotificationPopover/index.d.ts +0 -2
  2718. package/dist/esm/Features/COMMON/Notifications/Services.d.ts +0 -23
  2719. package/dist/esm/Features/COMMON/Notifications/Types.d.ts +0 -53
  2720. package/dist/esm/Features/COMMON/Notifications/components/ButtonTabs.d.ts +0 -6
  2721. package/dist/esm/Features/COMMON/Notifications/components/Message/CampaignAction.d.ts +0 -13
  2722. package/dist/esm/Features/COMMON/Notifications/components/Message/DomainAction.d.ts +0 -5
  2723. package/dist/esm/Features/COMMON/Notifications/components/Message/DomainTransaction.d.ts +0 -29
  2724. package/dist/esm/Features/COMMON/Notifications/components/Message/PageAction.d.ts +0 -13
  2725. package/dist/esm/Features/COMMON/Notifications/components/Message/PlaceAction.d.ts +0 -5
  2726. package/dist/esm/Features/COMMON/Notifications/components/Message/PlaceTransaction.d.ts +0 -29
  2727. package/dist/esm/Features/COMMON/Notifications/components/Message/index.d.ts +0 -13
  2728. package/dist/esm/Features/COMMON/Notifications/components/NotificationAvatar.d.ts +0 -6
  2729. package/dist/esm/Features/COMMON/Notifications/components/NotificationContent.d.ts +0 -7
  2730. package/dist/esm/Features/COMMON/Notifications/components/NotificationEmpty.d.ts +0 -5
  2731. package/dist/esm/Features/COMMON/Notifications/components/NotificationLoading.d.ts +0 -2
  2732. package/dist/esm/Features/COMMON/Notifications/index.d.ts +0 -6
  2733. package/dist/esm/Features/COMMON/index.d.ts +0 -1
  2734. package/dist/esm/Features/NOTIFICATION/FilterNotification/Constants.d.ts +0 -6
  2735. package/dist/esm/Features/NOTIFICATION/FilterNotification/Container.d.ts +0 -2
  2736. package/dist/esm/Features/NOTIFICATION/FilterNotification/CreateOrEdit.d.ts +0 -2
  2737. package/dist/esm/Features/NOTIFICATION/FilterNotification/Services.d.ts +0 -35
  2738. package/dist/esm/Features/NOTIFICATION/FilterNotification/context.d.ts +0 -11
  2739. package/dist/esm/Features/NOTIFICATION/FilterNotification/index.d.ts +0 -8
  2740. package/dist/esm/Features/NOTIFICATION/FilterNotification/types.d.ts +0 -49
  2741. package/dist/esm/Features/NOTIFICATION/FilterNotification/utils.d.ts +0 -7
  2742. package/dist/esm/Features/NOTIFICATION/NotificationConfig/CreateOrEdit.d.ts +0 -2
  2743. package/dist/esm/Features/NOTIFICATION/NotificationConfig/Services.d.ts +0 -44
  2744. package/dist/esm/Features/NOTIFICATION/NotificationConfig/common.d.ts +0 -94
  2745. package/dist/esm/Features/NOTIFICATION/NotificationConfig/container.d.ts +0 -2
  2746. package/dist/esm/Features/NOTIFICATION/NotificationConfig/context.d.ts +0 -13
  2747. package/dist/esm/Features/NOTIFICATION/NotificationConfig/index.d.ts +0 -9
  2748. package/dist/esm/Features/NOTIFICATION/NotificationConfig/jotai.d.ts +0 -3
  2749. package/dist/esm/Features/NOTIFICATION/NotificationConfig/types.d.ts +0 -114
  2750. package/dist/esm/Features/NOTIFICATION/NotificationConfig/utils.d.ts +0 -16
  2751. package/dist/esm/Features/NOTIFICATION/ObjectFilter/Constants.d.ts +0 -6
  2752. package/dist/esm/Features/NOTIFICATION/ObjectFilter/Container.d.ts +0 -2
  2753. package/dist/esm/Features/NOTIFICATION/ObjectFilter/CreateOrEdit.d.ts +0 -2
  2754. package/dist/esm/Features/NOTIFICATION/ObjectFilter/Services.d.ts +0 -30
  2755. package/dist/esm/Features/NOTIFICATION/ObjectFilter/context.d.ts +0 -14
  2756. package/dist/esm/Features/NOTIFICATION/ObjectFilter/index.d.ts +0 -10
  2757. package/dist/esm/Features/NOTIFICATION/ObjectFilter/types.d.ts +0 -48
  2758. package/dist/esm/Features/NOTIFICATION/ObjectFilter/utils.d.ts +0 -8
  2759. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/CreateOrEdit.d.ts +0 -2
  2760. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/ScheduleSettings.d.ts +0 -2
  2761. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/Services.d.ts +0 -43
  2762. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/container.d.ts +0 -2
  2763. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/context.d.ts +0 -11
  2764. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/enums.d.ts +0 -6
  2765. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/index.d.ts +0 -8
  2766. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/types.d.ts +0 -189
  2767. package/dist/esm/Features/NOTIFICATION/SubscriptionConfig/utils.d.ts +0 -12
  2768. package/dist/esm/Features/NOTIFICATION/Template/Container.d.ts +0 -1
  2769. package/dist/esm/Features/NOTIFICATION/Template/CreateOrEdit.d.ts +0 -1
  2770. package/dist/esm/Features/NOTIFICATION/Template/Services.d.ts +0 -40
  2771. package/dist/esm/Features/NOTIFICATION/Template/components/CompareSchema.d.ts +0 -6
  2772. package/dist/esm/Features/NOTIFICATION/Template/components/Fields.d.ts +0 -7
  2773. package/dist/esm/Features/NOTIFICATION/Template/components/FunctionGrid.d.ts +0 -1
  2774. package/dist/esm/Features/NOTIFICATION/Template/components/TemplateContent.d.ts +0 -10
  2775. package/dist/esm/Features/NOTIFICATION/Template/components/TemplateFieldView.d.ts +0 -6
  2776. package/dist/esm/Features/NOTIFICATION/Template/context.d.ts +0 -11
  2777. package/dist/esm/Features/NOTIFICATION/Template/hooks/useCreateOrEdit.d.ts +0 -51
  2778. package/dist/esm/Features/NOTIFICATION/Template/index.d.ts +0 -8
  2779. package/dist/esm/Features/NOTIFICATION/Template/types.d.ts +0 -78
  2780. package/dist/esm/Features/NOTIFICATION/Template/utils.d.ts +0 -6
  2781. package/dist/esm/Features/NOTIFICATION/components/AddFilter/Container.d.ts +0 -3
  2782. package/dist/esm/Features/NOTIFICATION/components/AddFilter/index.d.ts +0 -1
  2783. package/dist/esm/Features/NOTIFICATION/components/AddFilter/types.d.ts +0 -12
  2784. package/dist/esm/Features/NOTIFICATION/components/ConfigNotification/ConfigFilter.d.ts +0 -3
  2785. package/dist/esm/Features/NOTIFICATION/components/ConfigNotification/Receiver.d.ts +0 -2
  2786. package/dist/esm/Features/NOTIFICATION/components/ConfigNotification/Rule.d.ts +0 -2
  2787. package/dist/esm/Features/NOTIFICATION/components/ConfigNotification/TableFilter.d.ts +0 -3
  2788. package/dist/esm/Features/NOTIFICATION/components/ConfigNotification/type.d.ts +0 -187
  2789. package/dist/esm/Features/NOTIFICATION/components/FullEditor/Container.d.ts +0 -7
  2790. package/dist/esm/Features/NOTIFICATION/components/FullEditor/index.d.ts +0 -1
  2791. package/dist/esm/Features/NOTIFICATION/components/MonacoEditor/index.d.ts +0 -2
  2792. package/dist/esm/Features/NOTIFICATION/components/TestingTool/Container.d.ts +0 -11
  2793. package/dist/esm/Features/NOTIFICATION/components/TestingTool/Services.d.ts +0 -25
  2794. package/dist/esm/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/DataTesting.d.ts +0 -7
  2795. package/dist/esm/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/ObjectIdField.d.ts +0 -9
  2796. package/dist/esm/Features/NOTIFICATION/components/TestingTool/components/TestingAction/components/Receivers.d.ts +0 -8
  2797. package/dist/esm/Features/NOTIFICATION/components/TestingTool/components/TestingAction/index.d.ts +0 -16
  2798. package/dist/esm/Features/NOTIFICATION/components/TestingTool/components/TestingInformation.d.ts +0 -9
  2799. package/dist/esm/Features/NOTIFICATION/components/TestingTool/index.d.ts +0 -3
  2800. package/dist/esm/Features/NOTIFICATION/components/TestingTool/types.d.ts +0 -62
  2801. package/dist/esm/Features/NOTIFICATION/components/TestingTool/utils.d.ts +0 -18
  2802. package/dist/esm/Features/NOTIFICATION/constants.d.ts +0 -8
  2803. package/dist/esm/Features/NOTIFICATION/enums.d.ts +0 -34
  2804. package/dist/esm/Features/NOTIFICATION/index.d.ts +0 -5
  2805. package/dist/esm/Features/NOTIFICATION/types.d.ts +0 -27
  2806. package/dist/esm/Features/NOTIFICATION/utils.d.ts +0 -9
  2807. package/dist/esm/Features/SYSTEM/Directory/Atoms.d.ts +0 -3
  2808. package/dist/esm/Features/SYSTEM/Directory/Container.d.ts +0 -2
  2809. package/dist/esm/Features/SYSTEM/Directory/Permission/Container.d.ts +0 -2
  2810. package/dist/esm/Features/SYSTEM/Directory/Permission/index.d.ts +0 -1
  2811. package/dist/esm/Features/SYSTEM/Directory/Services.d.ts +0 -22
  2812. package/dist/esm/Features/SYSTEM/Directory/TreeView/Container.d.ts +0 -18
  2813. package/dist/esm/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildList.d.ts +0 -18
  2814. package/dist/esm/Features/SYSTEM/Directory/TreeView/DirectoryChildList/DirectoryChildRow.d.ts +0 -10
  2815. package/dist/esm/Features/SYSTEM/Directory/TreeView/DirectoryChildList/index.d.ts +0 -2
  2816. package/dist/esm/Features/SYSTEM/Directory/TreeView/SearchColumn/Container.d.ts +0 -3
  2817. package/dist/esm/Features/SYSTEM/Directory/TreeView/SearchColumn/index.d.ts +0 -2
  2818. package/dist/esm/Features/SYSTEM/Directory/TreeView/SearchColumn/types.d.ts +0 -16
  2819. package/dist/esm/Features/SYSTEM/Directory/TreeView/index.d.ts +0 -1
  2820. package/dist/esm/Features/SYSTEM/Directory/components/DirectoryAction/Container.d.ts +0 -8
  2821. package/dist/esm/Features/SYSTEM/Directory/components/DirectoryAction/index.d.ts +0 -2
  2822. package/dist/esm/Features/SYSTEM/Directory/components/PaperTemplate/Container.d.ts +0 -6
  2823. package/dist/esm/Features/SYSTEM/Directory/components/PaperTemplate/index.d.ts +0 -2
  2824. package/dist/esm/Features/SYSTEM/Directory/constants.d.ts +0 -9
  2825. package/dist/esm/Features/SYSTEM/Directory/context.d.ts +0 -15
  2826. package/dist/esm/Features/SYSTEM/Directory/helpers.d.ts +0 -8
  2827. package/dist/esm/Features/SYSTEM/Directory/index.d.ts +0 -12
  2828. package/dist/esm/Features/SYSTEM/Directory/types.d.ts +0 -7
  2829. package/dist/esm/Features/SYSTEM/Group/Create.d.ts +0 -2
  2830. package/dist/esm/Features/SYSTEM/Group/Edit.d.ts +0 -2
  2831. package/dist/esm/Features/SYSTEM/Group/EnhancedTable/index.d.ts +0 -8
  2832. package/dist/esm/Features/SYSTEM/Group/SearchUser/component.d.ts +0 -8
  2833. package/dist/esm/Features/SYSTEM/Group/SearchUser/container.d.ts +0 -7
  2834. package/dist/esm/Features/SYSTEM/Group/SearchUser/index.d.ts +0 -1
  2835. package/dist/esm/Features/SYSTEM/Group/Services.d.ts +0 -49
  2836. package/dist/esm/Features/SYSTEM/Group/User/component.d.ts +0 -9
  2837. package/dist/esm/Features/SYSTEM/Group/container.d.ts +0 -2
  2838. package/dist/esm/Features/SYSTEM/Group/context.d.ts +0 -13
  2839. package/dist/esm/Features/SYSTEM/Group/index.d.ts +0 -3
  2840. package/dist/esm/Features/SYSTEM/Group/types.d.ts +0 -43
  2841. package/dist/esm/Features/SYSTEM/Group/utils.d.ts +0 -7
  2842. package/dist/esm/Features/SYSTEM/Role/Container.d.ts +0 -2
  2843. package/dist/esm/Features/SYSTEM/Role/CreateOrEdit.d.ts +0 -2
  2844. package/dist/esm/Features/SYSTEM/Role/Services.d.ts +0 -33
  2845. package/dist/esm/Features/SYSTEM/Role/context.d.ts +0 -13
  2846. package/dist/esm/Features/SYSTEM/Role/index.d.ts +0 -6
  2847. package/dist/esm/Features/SYSTEM/Role/test/services.d.ts +0 -4
  2848. package/dist/esm/Features/SYSTEM/Role/types.d.ts +0 -21
  2849. package/dist/esm/Features/SYSTEM/RoleTag/Container.d.ts +0 -2
  2850. package/dist/esm/Features/SYSTEM/RoleTag/CreateOrEdit.d.ts +0 -2
  2851. package/dist/esm/Features/SYSTEM/RoleTag/Services.d.ts +0 -33
  2852. package/dist/esm/Features/SYSTEM/RoleTag/context.d.ts +0 -13
  2853. package/dist/esm/Features/SYSTEM/RoleTag/index.d.ts +0 -6
  2854. package/dist/esm/Features/SYSTEM/RoleTag/test/services.d.ts +0 -4
  2855. package/dist/esm/Features/SYSTEM/RoleTag/types.d.ts +0 -24
  2856. package/dist/esm/Features/SYSTEM/Schema/AddOrEdit.d.ts +0 -7
  2857. package/dist/esm/Features/SYSTEM/Schema/Atoms.d.ts +0 -50
  2858. package/dist/esm/Features/SYSTEM/Schema/Constants.d.ts +0 -5
  2859. package/dist/esm/Features/SYSTEM/Schema/Container.d.ts +0 -2
  2860. package/dist/esm/Features/SYSTEM/Schema/Services.d.ts +0 -34
  2861. package/dist/esm/Features/SYSTEM/Schema/components/FieldView.d.ts +0 -10
  2862. package/dist/esm/Features/SYSTEM/Schema/components/ObjectFields.d.ts +0 -6
  2863. package/dist/esm/Features/SYSTEM/Schema/components/SchemaInformation.d.ts +0 -2
  2864. package/dist/esm/Features/SYSTEM/Schema/components/SchemaViewOnly.d.ts +0 -13
  2865. package/dist/esm/Features/SYSTEM/Schema/components/TabConfigtion.d.ts +0 -2
  2866. package/dist/esm/Features/SYSTEM/Schema/context.d.ts +0 -12
  2867. package/dist/esm/Features/SYSTEM/Schema/index.d.ts +0 -10
  2868. package/dist/esm/Features/SYSTEM/Schema/types.d.ts +0 -70
  2869. package/dist/esm/Features/SYSTEM/Schema/utils.d.ts +0 -43
  2870. package/dist/esm/Features/SYSTEM/Sharing/AddOrEdit.d.ts +0 -1
  2871. package/dist/esm/Features/SYSTEM/Sharing/Atoms.d.ts +0 -23
  2872. package/dist/esm/Features/SYSTEM/Sharing/Container.d.ts +0 -1
  2873. package/dist/esm/Features/SYSTEM/Sharing/Context.d.ts +0 -4
  2874. package/dist/esm/Features/SYSTEM/Sharing/Enums.d.ts +0 -15
  2875. package/dist/esm/Features/SYSTEM/Sharing/Types.d.ts +0 -188
  2876. package/dist/esm/Features/SYSTEM/Sharing/Utils.d.ts +0 -41
  2877. package/dist/esm/Features/SYSTEM/Sharing/component/AddOrEditConfig.d.ts +0 -23
  2878. package/dist/esm/Features/SYSTEM/Sharing/component/AllWorkspaceConfig.d.ts +0 -18
  2879. package/dist/esm/Features/SYSTEM/Sharing/component/ChoseWorkspace.d.ts +0 -8
  2880. package/dist/esm/Features/SYSTEM/Sharing/component/ParamConfigurationInputs.d.ts +0 -12
  2881. package/dist/esm/Features/SYSTEM/Sharing/component/ParamInput.d.ts +0 -12
  2882. package/dist/esm/Features/SYSTEM/Sharing/component/TargetWorkspace.d.ts +0 -9
  2883. package/dist/esm/Features/SYSTEM/Sharing/component/WorkspaceSharingConfig.d.ts +0 -14
  2884. package/dist/esm/Features/SYSTEM/Sharing/component/WorkspaceSharingInformation.d.ts +0 -14
  2885. package/dist/esm/Features/SYSTEM/Sharing/index.d.ts +0 -6
  2886. package/dist/esm/Features/SYSTEM/User/AddExisted/index.d.ts +0 -2
  2887. package/dist/esm/Features/SYSTEM/User/Edit.d.ts +0 -2
  2888. package/dist/esm/Features/SYSTEM/User/Services.d.ts +0 -55
  2889. package/dist/esm/Features/SYSTEM/User/container.d.ts +0 -2
  2890. package/dist/esm/Features/SYSTEM/User/context.d.ts +0 -16
  2891. package/dist/esm/Features/SYSTEM/User/index.d.ts +0 -3
  2892. package/dist/esm/Features/SYSTEM/User/types.d.ts +0 -54
  2893. package/dist/esm/Features/SYSTEM/User/utils.d.ts +0 -4
  2894. package/dist/esm/Features/SYSTEM/Workflow/CreateOrEdit.d.ts +0 -14
  2895. package/dist/esm/Features/SYSTEM/Workflow/component/Information.d.ts +0 -11
  2896. package/dist/esm/Features/SYSTEM/Workflow/component/Matrix.d.ts +0 -8
  2897. package/dist/esm/Features/SYSTEM/Workflow/component/State.d.ts +0 -7
  2898. package/dist/esm/Features/SYSTEM/Workflow/component/StateRow.d.ts +0 -10
  2899. package/dist/esm/Features/SYSTEM/Workflow/container.d.ts +0 -10
  2900. package/dist/esm/Features/SYSTEM/Workflow/index.d.ts +0 -17
  2901. package/dist/esm/Features/SYSTEM/Workflow/types.d.ts +0 -31
  2902. package/dist/esm/Features/SYSTEM/constants.d.ts +0 -20
  2903. package/dist/esm/Features/SYSTEM/enums.d.ts +0 -5
  2904. package/dist/esm/Features/SYSTEM/index.d.ts +0 -10
  2905. package/dist/esm/Features/SYSTEM/types.d.ts +0 -24
  2906. package/dist/esm/Features/constants.d.ts +0 -37
  2907. package/dist/esm/Features/index.d.ts +0 -3
  2908. package/dist/esm/Features/types.d.ts +0 -83
  2909. package/dist/esm/Features/utils.d.ts +0 -1
  2910. package/dist/esm/Helpers/FormatJSON.d.ts +0 -1
  2911. package/dist/esm/Helpers/api.d.ts +0 -16
  2912. package/dist/esm/Helpers/collection.d.ts +0 -17
  2913. package/dist/esm/Helpers/datetime.d.ts +0 -26
  2914. package/dist/esm/Helpers/index.d.ts +0 -7
  2915. package/dist/esm/Helpers/number.d.ts +0 -9
  2916. package/dist/esm/Helpers/query.d.ts +0 -181
  2917. package/dist/esm/Helpers/text.d.ts +0 -6
  2918. package/dist/esm/Helpers/validation.d.ts +0 -14
  2919. package/dist/esm/Layouts/Atom.d.ts +0 -13
  2920. package/dist/esm/Layouts/Constants.d.ts +0 -1
  2921. package/dist/esm/Layouts/Container.d.ts +0 -14
  2922. package/dist/esm/Layouts/Dashboard.d.ts +0 -2
  2923. package/dist/esm/Layouts/DefaultComponent.d.ts +0 -2
  2924. package/dist/esm/Layouts/Footer/Container.d.ts +0 -4
  2925. package/dist/esm/Layouts/Footer/index.d.ts +0 -1
  2926. package/dist/esm/Layouts/NavDrawer/HeaderMenu.d.ts +0 -8
  2927. package/dist/esm/Layouts/NavDrawer/MenuNav.d.ts +0 -9
  2928. package/dist/esm/Layouts/NavDrawer/NavLink.d.ts +0 -3
  2929. package/dist/esm/Layouts/NavDrawer/index.d.ts +0 -6
  2930. package/dist/esm/Layouts/Services.d.ts +0 -2
  2931. package/dist/esm/Layouts/Toolbar/Atom.d.ts +0 -10
  2932. package/dist/esm/Layouts/Toolbar/Container.d.ts +0 -6
  2933. package/dist/esm/Layouts/Toolbar/LanguageBox/Container.d.ts +0 -11
  2934. package/dist/esm/Layouts/Toolbar/LanguageBox/index.d.ts +0 -1
  2935. package/dist/esm/Layouts/Toolbar/Notifications/Container.d.ts +0 -3
  2936. package/dist/esm/Layouts/Toolbar/Notifications/index.d.ts +0 -1
  2937. package/dist/esm/Layouts/Toolbar/Services.d.ts +0 -24
  2938. package/dist/esm/Layouts/Toolbar/Types.d.ts +0 -23
  2939. package/dist/esm/Layouts/Toolbar/UserBox/Container.d.ts +0 -2
  2940. package/dist/esm/Layouts/Toolbar/UserBox/index.d.ts +0 -1
  2941. package/dist/esm/Layouts/Toolbar/WorkplaceBox/AllWorkSpace.d.ts +0 -9
  2942. package/dist/esm/Layouts/Toolbar/WorkplaceBox/index.d.ts +0 -2
  2943. package/dist/esm/Layouts/Toolbar/context.d.ts +0 -12
  2944. package/dist/esm/Layouts/Toolbar/flag/gb.d.ts +0 -2
  2945. package/dist/esm/Layouts/Toolbar/flag/id.d.ts +0 -2
  2946. package/dist/esm/Layouts/Toolbar/flag/logo.d.ts +0 -2
  2947. package/dist/esm/Layouts/Toolbar/flag/th.d.ts +0 -2
  2948. package/dist/esm/Layouts/Toolbar/flag/vn.d.ts +0 -2
  2949. package/dist/esm/Layouts/Toolbar/index.d.ts +0 -10
  2950. package/dist/esm/Layouts/Types.d.ts +0 -42
  2951. package/dist/esm/Layouts/context.d.ts +0 -13
  2952. package/dist/esm/Layouts/index.d.ts +0 -3
  2953. package/dist/esm/Layouts/utils.d.ts +0 -4
  2954. package/dist/esm/Themes/ThemeProvider.d.ts +0 -11
  2955. package/dist/esm/Themes/darkTheme.d.ts +0 -2
  2956. package/dist/esm/Themes/index.d.ts +0 -3
  2957. package/dist/esm/Themes/lightTheme.d.ts +0 -2
  2958. package/dist/esm/Utils/AppProvider.d.ts +0 -9
  2959. package/dist/esm/Utils/exportFile.d.ts +0 -24
  2960. package/dist/esm/Utils/index.d.ts +0 -2
  2961. package/dist/esm/index.d.ts +0 -9
  2962. package/dist/esm/index.js +0 -206518
  2963. package/dist/esm/setupTests.d.ts +0 -1
  2964. package/dist/esm/styles.css +0 -2
  2965. package/dist/esm/styles.css.map +0 -1
  2966. package/dist/esm/translate/I18nProvider.d.ts +0 -7
  2967. package/dist/esm/translate/i18n.d.ts +0 -2
  2968. package/dist/esm/translate/index.d.ts +0 -2
  2969. package/dist/esm/translate/resources/en/translation.json +0 -1509
  2970. package/dist/esm/translate/resources/id/translation.json +0 -1469
  2971. package/dist/esm/translate/resources/ja/translation.json +0 -1469
  2972. package/dist/esm/translate/resources/th/translation.json +0 -1469
  2973. package/dist/esm/translate/resources/vi/translation.json +0 -1512
  2974. package/dist/esm/translate/useAppTranslation.d.ts +0 -111
  2975. /package/dist/{esm/Assets/Images → static/image}/frame-landscape.png +0 -0
  2976. /package/dist/{esm/Assets/Images/logo_awing.png → static/image/logo-awing.png} +0 -0
  2977. /package/dist/{esm/Assets/Images → static/svg}/bell.svg +0 -0
  2978. /package/dist/{esm/Assets/Images → static/svg}/binoculars.svg +0 -0
  2979. /package/dist/{esm/Assets/Images → static/svg}/check.svg +0 -0
  2980. /package/dist/{esm/Assets/Flags → static/svg}/gb.svg +0 -0
  2981. /package/dist/{esm/Assets/Images → static/svg}/notSeen.svg +0 -0
  2982. /package/dist/{esm/Assets/Images → static/svg}/notificationSreen.svg +0 -0
  2983. /package/dist/{esm/Assets/Images → static/svg}/settingScreen.svg +0 -0
  2984. /package/dist/{esm/Assets/Flags → static/svg}/vn.svg +0 -0
  2985. /package/dist/{esm/Assets/Images → static/svg}/watched.svg +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
@@ -0,0 +1,43 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <meta name="theme-color" content="#000000" />
8
+ <meta
9
+ name="description"
10
+ content="Web site created using create-react-app"
11
+ />
12
+ <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
+ <!--
14
+ manifest.json provides metadata used when your web app is installed on a
15
+ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16
+ -->
17
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
18
+ <!--
19
+ Notice the use of %PUBLIC_URL% in the tags above.
20
+ It will be replaced with the URL of the `public` folder during the build.
21
+ Only files inside the `public` folder can be referenced from the HTML.
22
+
23
+ Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
24
+ work correctly both with client-side routing and a non-root public URL.
25
+ Learn how to configure a non-root public URL by running `npm run build`.
26
+ -->
27
+ <title>React App</title>
28
+ </head>
29
+ <body>
30
+ <noscript>You need to enable JavaScript to run this app.</noscript>
31
+ <div id="root"></div>
32
+ <!--
33
+ This HTML file is a template.
34
+ If you open it directly in the browser, you will see an empty page.
35
+
36
+ You can add webfonts, meta tags, or analytics to this file.
37
+ The build step will place the bundled scripts into the <body> tag.
38
+
39
+ To begin the development, run `npm start` or `yarn start`.
40
+ To create a production bundle, use `npm run build` or `yarn build`.
41
+ -->
42
+ </body>
43
+ </html>
package/dist/index.js ADDED
@@ -0,0 +1,10 @@
1
+ export * from "./AWING/index.js";
2
+ export * from "./Commons/index.js";
3
+ export * from "./Context/index.js";
4
+ export * from "./Utils/index.js";
5
+ export * from "./translate/index.js";
6
+ export * from "./Features/index.js";
7
+ export * from "./Helpers/index.js";
8
+ export * from "./Layouts/index.js";
9
+ export * from "./Themes/index.js";
10
+ export * from "./Tenant/index.js";
Binary file
Binary file
@@ -0,0 +1,25 @@
1
+ {
2
+ "short_name": "React App",
3
+ "name": "Create React App Sample",
4
+ "icons": [
5
+ {
6
+ "src": "favicon.ico",
7
+ "sizes": "64x64 32x32 24x24 16x16",
8
+ "type": "image/x-icon"
9
+ },
10
+ {
11
+ "src": "logo192.png",
12
+ "type": "image/png",
13
+ "sizes": "192x192"
14
+ },
15
+ {
16
+ "src": "logo512.png",
17
+ "type": "image/png",
18
+ "sizes": "512x512"
19
+ }
20
+ ],
21
+ "start_url": ".",
22
+ "display": "standalone",
23
+ "theme_color": "#000000",
24
+ "background_color": "#ffffff"
25
+ }
@@ -0,0 +1,3 @@
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
@@ -0,0 +1,78 @@
1
+ import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
2
+ import "@testing-library/jest-dom";
3
+ import { TextDecoder, TextEncoder } from "util";
4
+ var __webpack_modules__ = {
5
+ react: function(module) {
6
+ module.exports = __WEBPACK_EXTERNAL_MODULE_react__;
7
+ }
8
+ };
9
+ var __webpack_module_cache__ = {};
10
+ function __webpack_require__(moduleId) {
11
+ var cachedModule = __webpack_module_cache__[moduleId];
12
+ if (void 0 !== cachedModule) return cachedModule.exports;
13
+ var module = __webpack_module_cache__[moduleId] = {
14
+ exports: {}
15
+ };
16
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
17
+ return module.exports;
18
+ }
19
+ (()=>{
20
+ __webpack_require__.g = (()=>{
21
+ if ('object' == typeof globalThis) return globalThis;
22
+ try {
23
+ return this || new Function('return this')();
24
+ } catch (e) {
25
+ if ('object' == typeof window) return window;
26
+ }
27
+ })();
28
+ })();
29
+ __webpack_require__.g.TextEncoder = TextEncoder;
30
+ __webpack_require__.g.TextDecoder = TextDecoder;
31
+ HTMLCanvasElement.prototype.getContext = jest.fn();
32
+ jest.mock('react-i18next', ()=>({
33
+ withTranslation: ()=>(Component)=>{
34
+ Component.defaultProps = {
35
+ ...Component.defaultProps,
36
+ t: ()=>''
37
+ };
38
+ return Component;
39
+ },
40
+ useTranslation: ()=>({
41
+ t: (str)=>str,
42
+ i18n: {
43
+ changeLanguage: ()=>new Promise(()=>{})
44
+ }
45
+ }),
46
+ initReactI18next: {
47
+ type: '3rdParty',
48
+ init: jest.fn()
49
+ },
50
+ I18nextProvider: (props)=>props.children
51
+ }));
52
+ jest.mock('AWING', ()=>{
53
+ const React = __webpack_require__("react");
54
+ const PageManagement = (props)=>React.createElement('div', props, props.children);
55
+ const Pagination = (props)=>React.createElement('div', props, props.children);
56
+ const Page = (props)=>React.createElement('div', props, props.children);
57
+ const NoData = (props)=>React.createElement('div', props, props.children);
58
+ const DataGrid = (props)=>React.createElement('div', props, props.children);
59
+ const DataGridGroup = (props)=>React.createElement('div', props, props.children);
60
+ const TableHeader = (props)=>React.createElement('thead', props, props.children);
61
+ const PaginationActions = (props)=>React.createElement('div', props, props.children);
62
+ return {
63
+ __esModule: true,
64
+ default: {},
65
+ PageManagement,
66
+ Pagination,
67
+ Page,
68
+ NoData,
69
+ DataGrid,
70
+ DataGridGroup,
71
+ TableHeader,
72
+ PaginationActions,
73
+ DirectoryPermission: (props)=>React.createElement('div', props, props.children),
74
+ PermissionManagement: (props)=>React.createElement('div', props, props.children),
75
+ PermissionTable: (props)=>React.createElement('div', props, props.children),
76
+ AddOrEditPermission: (props)=>React.createElement('div', props, props.children)
77
+ };
78
+ });
Binary file
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-id" viewBox="0 0 640 480">
2
+ <path fill="#e70011" d="M0 0h640v240H0Z"/>
3
+ <path fill="#fff" d="M0 240h640v240H0Z"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
3
+ <rect fill="#fff" height="600" width="900"/>
4
+ <circle fill="#bc002d" cx="450" cy="300" r="180"/>
5
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1200" height="600" viewBox="-28 -45 180 90" fill="#fcd116">
2
+ <title>Flag of the Philippines</title>
3
+ <path fill="#0038a8" d="m-28-45h180V0L0 44z"/>
4
+ <path fill="#ce1126" d="m0 0h152v45H-28z"/>
5
+ <path fill="#fff" d="m49.942 0L-28 45v-90z"/>
6
+ <circle r="9"/>
7
+ <g id="c">
8
+ <g id="b">
9
+ <path id="a" d="m0 0-3.164-15.909.945-.946zl-1.169-17.831L0-19l1.169 1.169zl2.219-16.855.945.946z"/>
10
+ <use transform="scale(-1)" xlink:href="#a"/>
11
+ </g>
12
+ <use transform="rotate(90)" xlink:href="#b"/>
13
+ </g>
14
+ <use transform="rotate(45)" xlink:href="#c"/>
15
+ <path id="s" d="m40.942 0-3.382 1.176L37.487 4.755l-2.163-2.853-3.427 1.037L33.942 0l-2.045-2.939 3.427 1.037 2.163-2.853L37.56-1.176z"/>
16
+ <use transform="rotate(120,-2.019,0)" xlink:href="#s"/>
17
+ <use transform="rotate(240,-2.019,0)" xlink:href="#s"/>
18
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
3
+ <rect fill="#A51931" width="900" height="600"/>
4
+ <rect fill="#F4F5F8" y="100" width="900" height="400"/>
5
+ <rect fill="#2D2A4A" y="200" width="900" height="200"/>
6
+ </svg>
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ import { i18n as I18n } from 'i18next';
3
+ declare const I18nProvider: ({ children, i18nData }: {
4
+ children: ReactNode;
5
+ i18nData: I18n;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
+ export default I18nProvider;
8
+ //# sourceMappingURL=I18nProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"I18nProvider.d.ts","sourceRoot":"","sources":["../../src/translate/I18nProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,IAAI,IAAI,IAAI,EAAE,MAAM,SAAS,CAAC;AAKvC,QAAA,MAAM,YAAY,2BAA4B;IAAE,QAAQ,EAAE,SAAS,CAAC;IAAC,QAAQ,EAAE,IAAI,CAAA;CAAE,4CAoBpF,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { I18nextProvider } from "react-i18next";
3
+ import i18n from "./i18n.js";
4
+ import { AppProvider } from "../Utils/index.js";
5
+ import ThemeProvider from "../Themes/ThemeProvider.js";
6
+ const I18nProvider_I18nProvider = ({ children, i18nData })=>{
7
+ try {
8
+ Object.entries(i18nData.store.data).forEach(([lng, namespaces])=>{
9
+ Object.entries(namespaces).forEach(([namespace, resources])=>{
10
+ i18n.addResourceBundle(lng, namespace, resources, true, true);
11
+ });
12
+ });
13
+ } catch (error) {}
14
+ i18nData.on('languageChanged', (lng)=>{
15
+ i18n.changeLanguage(lng);
16
+ });
17
+ return /*#__PURE__*/ jsx(I18nextProvider, {
18
+ i18n: i18n,
19
+ children: /*#__PURE__*/ jsx(ThemeProvider, {
20
+ children: /*#__PURE__*/ jsx(AppProvider, {
21
+ children: children
22
+ })
23
+ })
24
+ });
25
+ };
26
+ const I18nProvider = I18nProvider_I18nProvider;
27
+ export { I18nProvider as default };
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ use: jest.Mock<any, any, any>;
3
+ init: jest.Mock<any, any, any>;
4
+ t: jest.Mock<string, [key: string], any>;
5
+ changeLanguage: jest.Mock<any, any, any>;
6
+ };
7
+ export default _default;
8
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/translate/__mocks__/i18n.ts"],"names":[],"mappings":";;;;;;AAAA,wBAKE"}
@@ -0,0 +1,7 @@
1
+ const i18n = {
2
+ use: jest.fn().mockReturnThis(),
3
+ init: jest.fn().mockReturnThis(),
4
+ t: jest.fn((key)=>key),
5
+ changeLanguage: jest.fn()
6
+ };
7
+ export { i18n as default };
@@ -0,0 +1,3 @@
1
+ declare const i18n: import("i18next").i18n;
2
+ export default i18n;
3
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/translate/i18n.ts"],"names":[],"mappings":"AA4BA,QAAA,MAAM,IAAI,wBAA2B,CAAC;AAwBtC,eAAe,IAAI,CAAC"}
@@ -0,0 +1,55 @@
1
+ import i18next from "i18next";
2
+ import { initReactI18next } from "react-i18next";
3
+ import i18next_http_backend from "i18next-http-backend";
4
+ import i18next_browser_languagedetector from "i18next-browser-languagedetector";
5
+ import * as __WEBPACK_EXTERNAL_MODULE__resources_en_translation_js_4e227314__ from "./resources/en/translation.js";
6
+ import * as __WEBPACK_EXTERNAL_MODULE__resources_vi_translation_js_6c0d3f01__ from "./resources/vi/translation.js";
7
+ import * as __WEBPACK_EXTERNAL_MODULE__resources_id_translation_js_c06d46b1__ from "./resources/id/translation.js";
8
+ import * as __WEBPACK_EXTERNAL_MODULE__resources_th_translation_js_2b270776__ from "./resources/th/translation.js";
9
+ import * as __WEBPACK_EXTERNAL_MODULE__resources_ja_translation_js_759c2485__ from "./resources/ja/translation.js";
10
+ const resources = {
11
+ en: {
12
+ translation: {
13
+ ...__WEBPACK_EXTERNAL_MODULE__resources_en_translation_js_4e227314__
14
+ }
15
+ },
16
+ vi: {
17
+ translation: {
18
+ ...__WEBPACK_EXTERNAL_MODULE__resources_vi_translation_js_6c0d3f01__
19
+ }
20
+ },
21
+ id: {
22
+ translation: {
23
+ ...__WEBPACK_EXTERNAL_MODULE__resources_id_translation_js_c06d46b1__
24
+ }
25
+ },
26
+ th: {
27
+ translation: {
28
+ ...__WEBPACK_EXTERNAL_MODULE__resources_th_translation_js_2b270776__
29
+ }
30
+ },
31
+ ja: {
32
+ translation: {
33
+ ...__WEBPACK_EXTERNAL_MODULE__resources_ja_translation_js_759c2485__
34
+ }
35
+ }
36
+ };
37
+ const i18n_i18n = i18next.createInstance();
38
+ i18n_i18n.use(i18next_http_backend).use(i18next_browser_languagedetector).use(initReactI18next).init({
39
+ resources,
40
+ fallbackLng: window.DEFAULT_LANGUAGE || 'en',
41
+ debug: false,
42
+ cleanCode: true,
43
+ interpolation: {
44
+ escapeValue: false
45
+ },
46
+ react: {
47
+ useSuspense: false
48
+ },
49
+ initImmediate: false
50
+ }, (err, t)=>{
51
+ if (err) return console.log(err);
52
+ t('key');
53
+ });
54
+ const i18n = i18n_i18n;
55
+ export { i18n as default };
@@ -0,0 +1,3 @@
1
+ export { default as i18nLib } from './i18n';
2
+ export { default as I18nProvider } from './I18nProvider';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/translate/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,QAAQ,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import i18n from "./i18n.js";
2
+ import I18nProvider from "./I18nProvider.js";
3
+ export { I18nProvider, i18n as i18nLib };
@@ -0,0 +1,56 @@
1
+ var translation_namespaceObject = JSON.parse('{"Common":{"LoadMore":"Load more","Engagement":"Engagement","Spot":"Spot","DateRangePickerLabel":"Date","NotNegative":"Not negative value!","Existed":"{0} is already existed!","lg":"en","InvalidData":"Invalid data","Required":"This field is required","Upload":"Upload","Refresh":"Refresh","SelectAll":"Select all","NoData":"No Data","SearchPlaceholder":"Search...","AdvancedSearch":"Advanced search","SearchByName":"Search by name","SearchById":"Search by ID","Clear":"Clear","ViewCompletionRate":"Show by","Delete":"Delete","Day":"Day","Back":"Back","Hour":"Hour","Import":"Import","Total":"Total","Export":"Export","Edit":"Edit","Preview":"Preview","DeleteSelectedItems":"Delete selected items","Create":"Create","NoResult":"No results were found","None":"None","Reload":"Error! Click to reload","More":"More","Notification":"Notification","All":"ALL","Unread":"Unread","SelectDateRange":"Select date range","Select":"Select","Loading":"Loading...","Copy":"Copy","AgeRange":{"Age":"Age","Title":"Age Range","Under18":"Under 18","From18To24":"From 18 To 24","From25To29":"From 25 To 29","From30To34":"From 30 To 34","From35To39":"From 35 To 39","From40To44":"From 40 To 44","Over45":"Over 45"},"ChangeLanguage":"Change language","UserProfile":"User profile","PlaceHolderLocation":"Enter a location ...","Save":"Save","Add":"Add","Cancel":"Cancel","Close":"Close","Require":"Require","DefaultValue":"Default Value","Apply":"Apply","Detail":"Detail","Search":"Search","ViewBy":"View By","NotUsage":"Not Usage","Usage":"Usage","FinalClick":"Click","Label":"Label","Permission":"Permission","Download":"Download","Active":"Active","Continue":"Continue","View":"View","Impression":"Impression","TitleTypeView":"Show by","Settings":"Settings","Logout":"Logout","CommingSoon":"Comming soon","Name":"Name","Username":"Username","Gender":{"Title":"Gender","Gender_0":"Female","Gender_1":"Male"},"Confirm":"Confirm","StartDate":"Start date","EndDate":"End date","ConfirmAction":"Are you sure?","AgreeDelete":"Do you confirm to delete?","Agree":"Agree","Reason":"Reason","Info":"Info","Success":"Success","Warning":"Warning","Error":"Error","Description":"Description","InvalidMessage":"Invalid data","Directory":"Directory","File":"File","TypePage":"Page type","TypeTemplate":"Type of template","StaticUseFormat":"To use uploaded resources, use format","Place":"Location","Status":{"Title":"Status","Active":"Active","InActive":"Inactive"},"Name:":"Name","Level":"Level","AccessPoint":"Access point","Address":"Address","StreetAddress":"Street address","SelectFromGoongMap":"Select from Map","ClickToCopy":"Click to copy","Copied":"Copied","UserGroupUser":"User/Group","Duplicate":"Duplicate","UnsavedChangesMessage":"Unsaved changes, are you sure you exit?","GroupName":"Group Name","InvalidChars":"Invalid characters","InvalidLength":"Invalid string length","RequestHasApprove":"Your request have approved","Advance":"Advance","Default":"Default","CampaignName":"Campaign’s Name","Channel":"Channel","DateGenerated":"Date/Time Generated","Timezone":"Report Timezone","SubCampaign":"Sub Campaign","Date":"Date","Location":"Location","SeeMore":"See More","SelectWorkSpace":"Select Workspace","CityProvince":"City/Province","District":"District","GeneralData":"General","Events":"Events","NoOptions":"No options","TimeoutError":"Request has timed out. There may be a network issue or the server is not responding. Please try again."},"User":{"Title":"User Management","TitleCreate":"Create New User","TitleEdit":"Edit User","Roles":"Roles","Name":"Name","Username":"Username","Birthday":"Birthday","Avatar":"Profile Photo","Email":"Email","Phone":"Phone Number","Password":"Password","CurrentPassword":"Current Password","NewPassword":"New Password","RePassword":"Re-enter Password","ChangePassword":"Change Password","Status":{"Title":"Status","Status_0":"Active","Status_1":"Inactive"},"Profile":{"Title":"User Information","Edit":"Edit Information"},"AccountProfile":"Account Profile","STT":"No.","AddExistedUser":"Add Existed User","Groups":"Groups","Description":"Description"},"UserGroup":{"Title":"User Group Management","Create":"Create User Group","TitleEdit":"Edit User Group","TitleUserGroup":"List User In Group","TitleUserGroupInfo":"Infomation User Group","TitleAddUserGroup":"Add User","Name":"Name","Description":"Description","AddUserGroupButton":"Add User To Group","UserGroupInvalid":"Group Name must not be blank","TitleUserManagement":"User Management","TitleAdd":"Add User","TotalUser":"Total User"},"Schema":{"Title":"Schema","Name":"Schema name","ObjectTypeCode":"Object Type Code","RootSchema":"Root schema","ParamName":"Param name","ParamValue":"Value","ReadOnly":"Read-Only","Tab":{"Information":"Information","ParamConfiguration":"Param Configuration"},"ObjectLabel":"Object","ButtonAddPermission":"Add Permission","TitleViewPermission":"Object Permision","TitleAddPermission":"Add Permission","TitleEditPermission":"Edit Permission","TitleSelectSchema":"Select schema","TitleCreateSchema":"Create schema","TitleEditSchema":"Edit schema","TitleViewSchema":"Detail","SchemaName":"Schema name","FieldLabel":"Field","UserGroupUser":"User/Group","UserGroupUserLabel":"User/Group user","UserLabel":"User","GroupLabel":"User Group","RoleLabel":"Role","Role":"Role","AuthenName":"Authen Name","AddAuthen":"Add User/Group/Role","addTitle":"Add"},"ObjectTypeCode":{"Label":"Object Type Code","AP":"Ap","ARCHIVE":"Archive","ATTRIBUTE":"Attribute","ATTRIBUTETYPE":"Attributetype","AUTHENTICATIONPROFILE":"Authenticationprofile","CAMPAIGN":"Campaign","CAMPAIGNCOLLECTION":"Campaigncollection","CAMPAIGNPLAN":"Campaignplan","CAMPAIGNSCHEDULE":"Campaignschedule","ESTIMATEDRESOURCEUSAGE":"Estimatedresourceusage","GROUP":"Group","HOLIDAY":"Holiday","LAYOUT":"Layout","MENU":"Menu","NETWORK":"Network","NONE":"None","NOTIFICATIONCONFIG":"Notificationconfig","NOTIFICATIONTEMPLATE":"Notificationtemplate","OBJECTFILTER":"Objectfilter","PAGE":"Page","PAGELOGIN":"Pagelogin","PAGEWELCOME":"Pagewelcome","PENDING":"Pending","PLACE":"Place","PLACECUSTOMERINFOCOLLECTION":"Placecustomerinfocollection","PLACEGROUP":"Placegroup","REMARKETING":"Remarketing","REPORTDEFINITION":"Reportdefinition","ROLE":"Role","ROLETAG":"Roletag","SCHEMA":"Schema","SHARE":"Share","STATISTIC":"Statistic","STATISTICAP":"Statisticap","STATISTICAUDIENCEOVERVIEW":"Statisticaudienceoverview","STATISTICCAMPAIGNINSIGHT":"Statisticcampaigninsight","STATISTICCOMPARE":"Statisticcompare","SUBSCRIPTIONCONFIG":"Subscriptionconfig","TASKSCHEDULER":"Taskscheduler","TEMPLATE":"Template","TRAFFICCALCULATOR":"Trafficcalculator","TRANSACTIONLOG":"Transactionlog","USER":"User","WIZARD":"Wizard","WORKFLOW":"Workflow","WORKSPACE":"Workspace"},"ConfigTypeCode":{"OBJECT_AND_CHANGED":"Object changes","OBJECT_ONLY":"Original object"},"PlaceMultiSelect":{"All":"All","TotalSelected":"Total selected"},"TemplateManagement":{"Create":"Create template","Edit":"Edit template","title":"Ad Templates","TemplateName":"Template name","Page_lgn":"Page Login","Page_wlc":"Page Welcome","TemplateId":"Template ID","ImportTemplate":"Import template","Information":"Information","Template":"Template","Advance":"Advance","Script":"Script","TemplateHtml":"Html","TemplateValidation":"Validation","FieldAutoUpdate":"Field Auto Update","Parameter":"Parameter","FieldName":"Name","fieldType":"Type","NamingFieldNotice":"Do not use period characters (\\". \\") when naming fields","DuplicateFieldName":"Field name duplicated. Please check again","isDeprecate":"Unsupport"},"InvalidMessage":{"InvalidNotExisted":"The account already exists in the Workspace or does not exist","InvalidNotExistedUsername":"Username is invalid or not existed","InvalidAccountConnected":"Account is already existed!","InvalidName":"Name is invalid","InvalidUsername":"Username must contain at least one number and one uppercase and lowercase letter, and at least 6 or more characters","InvalidPassword":"Password must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters","InvalidReEnterPassword":"Password do not match","InvalidEmail":"Email address is invalid","InvalidTitle":"Title is invalid","InvalidCategories":"Categories is invalid","InvalidContent":"Content is invalid","InvalidImageExtension":"File format not supported","InvalidCategoryName":"Name is invalid","InvalidDirectoryName":"Directory Name is invalid","InvalidAlias":"Alias is invalid","InvalidCaptcha":"Captcha is invalid","InvalidDateRange":"Invalid Date","InvalidCondition":"Condition is invalid","InvalidOperation":"Operation is invalid","InvalidAmount":"The amount is invalid","InvalidInfoMediaPlan":"Invalid information"},"ViewTemplate":{"Value":"Value","StaticUseFormat":"To use uploaded resources, use format","AdvanceOption":"Advance option","PreviewTitle":"Preview (Mobile interface)","PreviewLoadingNote":"Please wait a minute while system handling the preview"},"PlaceFilter":{"TotalSelected":"Total selected","SelectAllByFilter":"Select all by filter","Province":"Province","District":"District","Ward":"Ward","DuplicatePlace":"Total locations is duplicate after filter","SelectedByFilter":"Selected by filter","Location":"Location","Radius":"Radius (m)","TypeLocation":"Enter a location ...","TypeRadius":"Enter a radius (m) ...","SearchAddressHolder":"Enter a location ..."},"AdvancedSearch":{"Reset":"Reset"},"DatePicker":{"InvalidDateRange":"Invalid date","ToDay":"Today","Yesterday":"Yesterday","LastSevenDay":"Last 7 days","LastThirtyDay":"Last 30 days","ThisMonth":"This month","LastMonth":"Last month","Tomorrow":"Tomorrow","NextSevenDay":"Next 7 days","NextThirtyDay":"Next 30 days","NextMonth":"Next month"},"DateRangePicker":{"Today":"Today","Yesterday":"Yesterday","ThisWeek":"This Week","LastWeek":"Last Week","Last7Days":"Last 7 Days","ThisMonth":"This Month","LastMonth":"Last Month","ThisYear":"This Year","LastYear":"Last Year","StartDate":"Start Date","EndDate":"End Date","Cancel":"Cancel","Apply":"Apply","WeekdaySun":"Su","WeekdayMon":"Mo","WeekdayTue":"Tu","WeekdayWed":"We","WeekdayThu":"Th","WeekdayFri":"Fr","WeekdaySat":"Sa","MonthJan":"Jan","MonthFeb":"Feb","MonthMar":"Mar","MonthApr":"Apr","MonthMay":"May","MonthJun":"Jun","MonthJul":"Jul","MonthAug":"Aug","MonthSep":"Sep","MonthOct":"Oct","MonthNov":"Nov","MonthDec":"Dec"},"Notifications":{"SelectAll":"Mark all as read","NotificationSettings":"Notification settings","OpenNotification":"Open notification","TitleNoNotifications":"You have no notifications","InappropriateNotification":"No suitable message found","TitleMarkRead":"Mark as read","TitleMarkUnread":"Mark as unread"},"Schedule":{"Place":"Location","Time":"Time","Estimate":"Estimate","Reality":"Reality","Domain":"Domain","Campaign":"Campaign","Rate":"Rate","Date":"Day","TrafficDistribution":"Campaign Scheduling","CampaignName":"Campaign’s name","DragAndDropLabel":"Drag and drop to field grouping","StartDate":"Start date","EndDate":"End date","CompletionRate":"Completion rate","DataFromDateToDate":"Data from date to date","ReportCampaign":"Report Campaign","ReportCampaignDetail":"Report Campaign Detail","ReportCampaignSchedule":"Report Campaign Schedule","Total":"Total"},"Paging":{"RowPerPage":"Rows per page","DisplayedRow ":"{{from}} of {{count}}"},"Campaign":{"Engagement":"Engagement","EngagementPerSpot":"Engagement / Spot","Egr":"Engagement Rate","Spot":"Spot","Impression":"Impression","Click":"Click","Create":"Create Campaign","ClickToCopy":"Click to Copy","Copied":"Copied","Title":"Campaign","IncompleteSteps":"There are unfinished steps!","ExportDefaultCampaignFile":"Export as default campaign file","TitleDetail":"Campaign Information","DirectoryTree":"Directory","OptionDirectoryTree":"Select Directory","OptionAdvanceSearchPriority":"Select Priority","OptionAdvanceSearchStatus":"Select Status","OptionAdvanceSearchType":"Select Type","OptionAdvanceSearchAdsType":"Select Ad Type","DateRange":"Date Range","OptionDateRange":"Select Date Range","AdLabel":"Ad","Content":"Display","Name":"Name","Info":"Info","MatchRate":"Match Rate","Overview":"Overview","Reserved":"Reserved","NoneReserved":"Not Reserved","ReserveType":"Reservation Type","Activate":"Activate","Disable":"Disable","PageLogin":"Login Page","PageWelcome":"Welcome Page","SubCampaign":"Sub Campaign","StepLabel1":"General Information","StepLabel2":"Display","StepLabel3":"Location","StepLabel4":"Advanced","StepLabel5":"Data Connection","StepOptional":"Optional","ClassA":"Class A","ClassB":"Class B","ClassC":"Class C","Ad":{"AdList":"Ad List","LabelEdit":"Edit Multiple Ads","EditFields":"Fields to Edit","ChooseEditFields":"Choose Fields to Edit","Status":"Status","AdType":"Ad Type","PageLogin":"Login Page","PageWelcome":"Welcome Page","Time":"Time","Reserved":"Reserved","Place":"Location"},"StatisticType":"Statistic Type","TypeDetail":"Detail","TypeChart":"Chart","Type":{"Default":"Default","BannerStatic":"Static Banner","BannerEffect":"Effect Banner","BannerSlide":"Slide Banner","Cpa":"Banner Collect Data","Survey":"Survey","Video":"Video","Game":"Game","TextMatching":"Text Matching","Other":"Other"},"Ticket":"Status","Delete":"Delete","Clone":"Clone","Preview":"Preview","PlaceHolderText":"Search by Name","PlaceHolderId":"Search by ID","LabelCheckBoxIdCampaign":"Campaign ID","OrderBy":"Sort by","StartDate":"Start Date","EndDate":"End Date","AdvanceSearchStatus":"Status","AdvanceSearchPlace":"Location","AdvanceSearchPriority":"Priority","AdvanceSearchType":"Type","AdvanceSearchAdsType":"Ad Type","AdvanceSearchOptionAll":"All","AdvanceSearchReset":"Reset","Running":"Running","Active":"Active","InActive":"Inactive","OptOrderByDefault":"Default","NoPageSelected":"No page selected","ShowTheSource":"Show Source Code","GeneralWeight":"General Weight","AddGroupText":"Add Group","TotalBookingText":"Total Bookings","TotalBonusText":"Total Bonuses","TotalNumberHasRunText":"Total Run Count","TotalHelperText":"Only applies to Class B","BookingText":"Booking","BonusText":"Bonus","BonusHelperText":"Bonus amount must be greater than or equal to 0.","Domain":"Infrastructure","Place":"Location","PlaceGroup":"Location Group","DeletedPlaceGroup":"Deleted Location Groups","NumberHasRunText":"Has Run","PlaceHasDeleteText":"Location has been deleted","AddGroup":"Create Location Group","UpdateGroup":"Update Location Group","Keyword":"Keyword","KeywordsHelperText":"Press Enter to add keyword","Coordinates":"Coordinates / Area","AddPlaceGroup":"Select Group","AddPlaces":"Add Locations","UpdatePlaces":"Update Locations","NoSelectedPlaceGroup":"No location group selected.","DuplicateLocation":"Location duplicates with another group","DuplicateLocationAlert":"Location duplicates with a system group, cannot add!","DuplicateLocationConfirm":"Location duplicates with another group, do you want to overwrite?","SystemGroupOverwriteConfirm":"Group already has a location, do you want to overwrite?","SwitchToNormalGroupConfirm":"Current group is a system group, do you want to switch to a normal group?","ConfirmActivateGroup":"Do you really want to activate this group?","ConfirmDisableGroup":"Do you really want to disable this group?","GroupDetailLabel":"Group Detail and Allocation","HasNoGroup":"Campaign has no group!","HasNoPlace":"Group has no location!","NoMatchingResults":"No matching results!","EditWeight":"Edit Weight","WeightHelper":"Only effective from the current time, past values are not valid.","WeightWarning":"Campaign has stopped! Please adjust the campaign runtime.","DefaultWeightHelper":"Default weight is 10.","ThisDateHasWeight":"This date already has a weight!","ThisDateRangeHasWeight":"This date range contains dates with weight!","AddWeight":"Add Weight","Advanced":"Advanced","Default":"Default","NoRuleMessage":"No logical condition!","RuleLogicalExpression":"Logical Expression","LogicExpressionNotValid":"Logical expression is invalid or too long (more than 50 characters)","AddRule":"Add Condition","CClassDuplicatePlace":"Class C sub-campaign has duplicate location or condition.","CClassCantAddRule":"Class C sub-campaign cannot add condition.","MaximumNumberOfRule":"Maximum number of conditions reached.","Operator":"Operator","Period":"Limit Period (days)","PeriodHelperText":"Period of 0 means no limit on the cycle.","AgeRange":"Age Range","OS":"Operating System","Version":"Version","SendDataViaAPI":"Send data via API","DataType":"Data Type","Url":"URL","UrlNotValid":"URL is invalid or too long (more than 1000 characters)","Analytic":"Impressions/Connections","Event":"Event","Customer":"User","TotalCustomer":"Total Users","Partner":"Connection","Permission":"Permission","Statistic":"Statistics","WarningDeleteCampaign":"Sorry, you cannot delete a running campaign","SelectGroup":"Select Group","Rule":{"Unlimited":"Unlimited","Operator":{"Equality":"equal","NotEqual":"not equal","LessThan":"less than","GreaterThan":"greater than","LessThanOrEqualTo":"less than or equal to","GreaterThanOrEqualTo":"greater than or equal to","IntersectExist":"has been","In":"belongs to set"},"DescriptionFormat":{"LimitView":"User {0} {1} views (period {2} days).","LimitClick":"User {0} {1} clicks (period {2} days).","LimitEngagement":"User {0} {1} engagements (period {2} days).","LimitEvent":"Event \\"{0}\\" at view number {x} of user {1} {2} times (period {3} days).","TargetGender":"Gender {0}.","TargetAge":"Age group {0}.","TargetOS":"Operating system {0}, version {1} {2}.","TargetDevice":"Device in list: {0} ({1} device types).","RetargetMacAddress":"User in list: {0}."}},"Detail":{"Directory":"Directory","Name":"Name","Attribute":"Attribute","Priority":"Priority","Type":"Ad Type","Time":"Time","IsReserved":"Reserved","Status":"Status","LoginPage":"Login Page","WelcomePage":"Welcome Page","GroupName":"Group Name","Date":"Date","Weight":"Weight","Value":"Value","EventLabel":"Event Label","ViewNumber":"View Number","TotalEvents":"Total Events","TitleInfo":"General Information","EditInfo":"Edit General Information","TitleDisplay":"Display","EditDisplay":"Edit Display Information","Loginpage":"Login Page","Welcomepage":"Welcome Page","TitlePlace":"Allocation Detail","EditPlace":"Edit Location Information","TitleAdvanceSetup":"Advanced Setup","EditAdvanceSetup":"Edit Advanced Setup","TitleDataConnect":"Data Connection","EditDataConnect":"Edit Data Connection","SendViaAPI":"Send via API","SendViaEmail":"Send via Email"},"RuleType":{"LimitView":"View Limit","LimitClick":"Click Limit","LimitEvent":"Event Limit","TargetGender":"Gender","TargetAge":"Age","TargetOS":"Operating System","TargetDevice":"Device","RetargetMacAddress":"In List","Engagement":"Engagement"},"ExportType":{"Export":"Export Total Data","Domain":"Export by Infrastructure","Location":"Export by Location","LocationGroup":"Export by Sub Campaign","Ad":"Export by Ad"},"Status":{"Title":"Status","Status_0":"Active","Status_1":"Inactive","Draft":"Draft","Reserved":"Reserved","Pending":"Pending Approval","Active":"Active","Done":"Done"},"CreateForm":{"GroupWizard":"Group Wizard","Information":"Information","Next":"Next","Location":"Location","Quantity":"Quantity","Field":{"LandingPage":"Landing Page"},"CampaignName":"Campaign Name"},"CantBeDelete":"Cannot delete this campaign","Attributes":"Attributes","BillingUnit":{"Title":"Billing Unit","View":"Impression","Authentication":"Engagement / Spot","Click":"Click"},"Wizard":"Wizard","SwitchToProfessionalEditMode":"You are switching to Professional Edit Mode to continue Editing the Campaign. \\nNote: If you choose \\"Agree\\", you will not be able to return to the current \\"Quick Campaign Creation\\" interface.","Approval":{"Title":"Approval","GetApprovalInformation":"Get Approval Information","SendEmail":"Send Email","Domain":"Domain","LinkPreview":"Preview Link","SubCampaign":"Sub Campaign","Status":"Status","Note":"Note","PendingApproval":"Pending Approval","Approval":"Approve","Rejected":"Rejected","Advertisement":"Advertisement"}},"DirectoryManagement":{"DirectoryName":"Directory Name","CreateNewFolder":"Enter a folder name to create.","SelectDirectory":"Select directory","Title":"Directory","DomainDirectoryTab":"Workspace Directory","SystemDirectoryTab":"System Directory","CreateDirectory":"Create Directory","EditDirectory":"Edit Directory","ParentDirectory":"Parent Directory","Description":"Description","Order":"Order","ObjectLabel":"Object","ButtonAddPermission":"Add Permission","TitleViewPermission":"Object Permision","TitleAddPermission":"Add Permission","TitleEditPermission":"Edit Permission","TitleSelectSchema":"Select schema","TitleCreateSchema":"Create schema","TitleEditSchema":"Edit schema","TitleViewSchema":"Detail","SchemaName":"Schema name","FieldLabel":"Field","UserGroupUser":"User/Group","UserGroupUserLabel":"User/Group user","AuthenLabel":{"User":"User","Group":"User Group","Role":"Role"},"Role":"Role","AuthenName":"Authen Name","AddAuthen":"Add User/Group/Role","addTitle":"Add","TitleAddRoleRoleGroup":"Add Role/Role Tag","TitleAddUserGroupUser":"Add User/User Tag/Role","PermissionLabel":"Permission","WorkflowMatrixPermissions":"Workflow Matrix Permissions","PermissionCodeDetail":{"FullControl":"Add, read, edit, delete, run program files, edit content, properties, permissions, and take ownership of folders or files in folders.","Modify":"Allow adding, reading, editing, deleting, running program files, editing content, folder properties or files in folders.","ReadAndExecute":"Lets list the contents of a folder (subfolder or file), run the program file, read the content, properties, owner, folder permissions or files in the folder.","Read":"Lets list the contents of a folder (subfolder or file), read the content, attributes, owners, permissions of the folder or files in the folder.","Write":"Allow adding, modifying content, folder properties or files in folders.","ListFolderContents":"Lets list the contents of a folder (subfolder or file), read the content, properties, owners, and permissions of the folder."},"Edit":{"Group":"Edit Group","User":"Edit User","Role":"Edit Role"}},"Page":{"Name":"Name","CreatedDate":"Created Date","LoginTitle":"Page Logins","WelcomeTitle":"Page Welcomes","DirectoryTree":"Directory Tree","TitleLoginCreate":"Create Login page","TitleWelcomeCreate":"Create Page Welcome","NameValid":"Name Invalid.","Directory":"Directory","TypeTrackingCode":"Type of tracking code","AddTrackingCode":"Add tracking code","TrackingCode":"Tracking code","CommonHtml":"CommonHtml","TitleValid":"Name is valid.","DirectoryIdValid":"Directory is valid.","TrackingCodeValid":"Tracking code is valid","TypeTrackingCodeValid":"Type tracking code valid","PageForm":"Info","PageView":"View","RequiredFields":"Please enter the required fields","TitleLoginEdit":"Edit page login","TitleLoginClone":"Clone page login","TitleWelcomeEdit":"Edit page welcome","TitleWelcomeClone":"Clone page welcome","StaticUseFormat":"To use uploaded resources, use format","WarningDelete":"Sorry, there\'s a campaign running or going to be using this page so you can\'t delete!","ImportPageNote":"Select page for replace if not a new page will be create","ImportError":"Page are using not shared template or type of page not correct","ImportPage":"Import page","Value":"Value","ErrorField":"Error field: ","ErrorValidField":"View have fields that does not satisfy the validation code","AdvanceOption":"Advance option","PreviewTitle":"Preview (on mobile)","PreviewLoadingNote":"Your preview is being generated and might take few minutes","DeprecatedTemplate":"This Page is using deprecated template!"},"Statistic":{"View":"View","CTR":"CTR (%)","CampaignDefault":"Preview default campaign","Network":{"Title":"Only campaign in Network"}},"PlaceGroup":{"Title":"Location Groups","TitleCreate":"Create location Group","TitleEdit":"Edit location Group","TitlePlaceGroupInfo":"Location Group Info","TitlePlaceListInfo":"Location List Info","Description":"Description","PlaceName":"Location Name","ChoosePlace":"Choose location","TitlePlaceList":"Location List","AddPlaceButton":"Add location","Domain":"Domain","InvalidGroupName":"Group Name is invalid","TotalSelected":"Total selected"},"Template":{"TemplateTypeAll":"All","Type":"Type of Template","SelectTemplate":"Select Template","Title":"Template management","Label":{"Create":"Create template","Edit":"Edit template","Search":"Search by name","Name":"Name","Content":"Content","TemplateType":"Template type","Preview":"Preview","DataSource":"Data source","ObjectType":"Object type","SchemaRoot":"Root schema","Fields":"Fields","Channel":"Channel","ContentType":"Content type","TemplateTitle":"Title","Schema":"Schema","OldField":"Old","ChangeField":"Change","FunctionList":"Function List","ConfigType":"Config Type"},"FunctionDescription":{"exist":"Check if value exists in new object","now":"Get current time","dateToString":"Convert date format to string","count":"Count the number of elements in an array","any":"Check if array has any element that matches condition"},"FunctionExample":{"any":"Example of \'conditions\' parameter: any(o.MediaPlanApprovals, i.CustomerId = 100) where i is the \'conditions\' parameter"}},"StatisticSchedulePlan":{"Title":"Estimated Traffic","Time":"Time","Place":"Location","ClassA":"Priority A","ClassB":"Priority B","ClassC":"Priority C","CampaignDefault":"Campaign Default","TotalUse":"Total Resource Used","TotalNotUse":"Total Resource Not Used","Campaign":"Campaign","ReportTitle":"Traffic Estimation report","Total":"Total","IncludeCampaignReserved":"Reserved campaigns included","Usage":"Occupied","NotUsage":"Unoccupied"},"CampaignFilter":{"Campaign":"Campaign","PlaceHolderCampaign":"Choose campaign","Add":"Add campaign","None":"None","TotalSelected":"Total selected","SearchByName":"Search by name","SearchByID":"Search by ID","CampaignDefaultPreview":"Preview default campaign","All":"All"},"AudienceOverView":{"Place":"Location","User":"User","NewUser":"New User","UserReturned":"User returned","All":"All","TotalUser":"Total User","Time":"Time","PlaceSelected":"Location Selected","Title":"Overview"},"Statistics":{"View":"View","CTR":"CTR(%)","NumberOfConnections":"Final Click","Impressions":"Impressions","NameReport":"ReportName","Channel":"Channel","TimeCreated":"Creation Time","TimeZone":"Time zone","Title":"Overall"},"CampaignByUser":{"Title":"Demographics & Devices","Place":"Location","Gender":"Gender","Device":"Device","OSDevice":"OS Device","Language":"Language","Browser":"Browser","MacAddress":"MacAddress","Quantity":"Quantity","Percent":"Percent (%)"},"CampaignPlan":{"Title":"Campaign Performance Forecast","CampaignName":"Campaign’s name","EndDate":"End date","HasRun":"Delivered","WillRun":"Remaining","AmountBooking":"Clicks Booking","CompletionRate":"Completion rate","NumberOfConnections":"Final Click","BonusText":"Bonus","ReserveType":"Reverse Type","AdvanceSearchOptionAll":"All","Reserved":"Reserved","NoneReserved":"None Reserved","Group":"Group"},"TaskScheduler":{"Title":"Crontab","JobAction":"Job action","JobType":"Job type","TriggerTopic":"Trigger topic","TriggerEvent":"Trigger event","InputParameters":"Input parameters","Authenticator":"Authenticator","Help":{"Crontime":"Cron time","*":"Any value",",":"Value list separator","-":"Range of values","/":"Step values","Authen":"Account to authenticate via API when querying data. If left blank, it will be taken by system default (may not have enough permissions)"}},"ScheduleCompletionRate":{"Title":"Campaign Completion Rate","CampaignName":"Campaign’s name","Group":"Group","Estimate":"Estimate","Reality":"Actual","CompletionRate":"Completion rate","ASC":"Lowest to Highest","DESC":"Highest to Lowest","Total":"Total","Date":"Date","Place":"Location","CampaignDefault":"Campaign Root"},"TransactionLog":{"Title":"Logs","TransactionType":"Transaction Type","ObjectID":"Object ID","Username":"User","Date":"Date","Status":"Status","SearchPlaceholder":"Search by ID Object","Old":"Old","New":"New","TitleDetail":"Transaction Log Detail"},"Filter":{"AllCampaign":"All Campaign","CampaignDefault":"Campaign Default","Title":"Filter Management","Name":"Name","ObjectType":"Object Type","LogicExpression":"Logic Expression","Create":"Create Filter","Edit":"Edit Filter","ConfigType":"Config Type","OBJECT_AND_CHANGED":"Change object","OBJECT_ONLY":"Object origin"},"Notification":{"All":"All","Unread":"Unread","TitleManagement":"Notifications","TitleDetail":"Reciever detail","TitleAddReceiver":"Add User/Group User","TitleUserGroup":"User and Group user","ShowMore":"Show more notifications","Place":"Location","Domain":"Domain","Page":"Page","PageLogin":"Page login","PageWelcome":"Page welcome","of domain":"of domain","has":"has","has been":"has been","approved":"been approved to","send":"send","request":"request","rejected":"been rejected to","Campaign":"Campaign","created":"created","updated":"updated","deleted":"deleted","Title":"Notification","MarkAllAsRead":"Mark all as read","Configuration":"Notification configuration","ObjectType":"Object type","Event":"Event","Status":"Status","User/Group":"User/Group","TabAll":"All","TabUser":"User","TabGroupUser":"Group User","NotFound":"Not found","SearchPlaceHolderUserGroup":"User/Group user","EventObject":{"Create":"Create","Update":"Update","Delete":"Delete","JoinRequest":"Request to join Network","JoinApprove":"Accept the request to join Network","JoinReject":"Reject the request to join Network","UnjoinRequest":"Request to unjoin Network","UnjoinApprove":"Accept the request to unjoin Network","UnjoinReject":"Reject the request to unjoin Network"},"StatusActive":"Active","StatusInactive":"Inactive","Filter":{"All":"All","Campaign":"Campaign","Join/UnJoin Request":"Join/UnJoin Request"},"NotPermissionDelete":"You do not have permission to delete this record!"},"RemarketingList":{"Title":"Remarketing List","Create":"Create Remarketing List","Edit":"Edit Remarketing List","Detail":"Detail","FileUploadContentInvalid":"File Upload Content Invalid"},"Wizard":{"Title":"Quick Campaign Setup Templates","SearchPlaceholder":"Search...","WizardGroup":"Wizard Group","Priority":"Priority","PriorityA":"Priority A","PriorityB":"Priority B","PriorityC":"Priority C","Type":"Ad Format","BANNER_STATIC":"Banner Static","BANNER_EFFECT":"Banner Effect","BANNER_SLIDE":"Banner Slide","CPA":"Banner collect data","SURVEY":"Survey","VIDEO":"Video","GAME":"GAME","TEXT_MATCHING":"Text Matching","OTHER":"Other","CampaignTimeInDays":"Campaign Time In Days","LoginTemplate":"Login Template","WelcomeTemplate":"Welcome Template","Directory":"Directory","SelectTemplate":"Select template","FieldNames":"Field Names"},"AuthenticationProfile":{"Title":"Authentication Profile Management","SearchPlaceholder":"Search By Name","Params":"Params","TitleDialog":"Warning","ContentDialog":"Your changes have not been saved. Do you want to continue?","MethodByLocalAP":"Verify local in AP - Controller","MethodByApi":"Verify by Api","MethodByRadius":"Verify by Radius","All":"All"},"Holiday":{"Domain":"Domain","Title":"Holiday","TitleCreate":"Create Holiday","TitleEdit":"Edit Holiday"},"HolidayForm":{"Name":"Name","CalendarType":"Calendar Type","RecurrenceType":"Recurrence Type"},"CalendarType":{"SOLAR":"Solar","LUNAR":"Lunar"},"RecurrenceType":{"NONE":"None","YEARLY":"Yearly","MONTHLY":"Monthly","WEEKLY":"Weekly"},"Role":{"Title":"Role","Name":"Name","Description":"Description","RoleTags":"Role Tags","Edit":"Edit","Create":"Create"},"RoleTag":{"Title":"Role Tag","Name":"Role Tag Name","Description":"Description","Roles":"Roles","Edit":"Edit","Create":"Create"},"LogicExpression":{"InvalidExpression":"Invalid expression","MissingOpenParenthesis":"Missing open parenthesis","MissingCloseParenthesis":"Missing close parenthesis","MissingOperand":"Missing operand","MissingOperator":"Missing operator","InvalidOperandType":"Invalid operand type","InvalidFunctionParameterCount":"Invalid function parameter count","InvalidFunctionParameterType":"Invalid function parameter type","InvalidObjectSyntax":"Invalid object syntax","InvalidResultType":"Invalid result type"},"Workflow":{"Tab":{"Information":"Information","State":"States","Matrix":"Matrices"},"Title":"Workflow","Priority":"Priority","Create":"Create Workflow","Edit":"Edit Workflow","Name":"Name","Value":"Value","Description":"Description","Active":"Activate","ObjectTypeCode":"Object type code","StateFieldName":"State field name","Status":{"false":"No","true":"Yes"},"State":{"Start":"Start","End":"End"}},"WorkspaceSharing":{"TargetWorkspaceTitle":"Target Workspaces","Title":"Workspace Sharing","Tab":{"SharedConfiguration":"Shared Configuration","Workspace":"Workspace"},"Label":{"Create":"Create Sharing","Edit":"Edit Sharing","Name":"Sharing name","ObjectType":"Object Type","Schema":"Schema","Filter":"Filter","Workspace":"Workspace","TotalWorkspace":"Total Workspace","ParamName":"Param name","ParamValue":"Param value","EmptyParam":"Empty param","EmptyParamVale":"Missing value for required parameters"},"Caption":{"ParentFolder":"Parent folder configuration","Filter":"Filter configuration","Schema":"Schema configuration"},"Workspace":{"Create":"Add","AddALL":"Add all"},"SharingKey":"Sharing Key","SourceDirectory":"Source Directory"},"Language":{"TranslateBy":"(Translate By {{author})","Vi":"Vietnamese","En":"English","Id":"Indonesian","Th":"ไทย","Ja":"Japanese"},"SubscriptionConfig":{"Title":"Subscription Config Management","Create":"Create Subscription config","Edit":"Edit Subscription config","ScheduleType":"Schedule Type","ScheduleSummary":"Schedule Summary","ScheduleSettings":"Schedule Settings","Name":"Name","ObjectType":"Object Type","Status":{"Title":"Status","true":"Active","false":"Inactive"}},"NotificationConfig":{"Title":"Notification Config Management","Create":"Create notification config","Edit":"Edit notification config","Type":"Transaction Type","DetailConfig":"Filter list","Name":"Name","ObjectType":"Object Type","ChatId":"Chat ID","Url":"URL","Filter":"Filter","AddChannel":"Add channel","AddLastPoint":"Add receiver","Template":"Template notification","TemplateId":"Template ID","Channel":"Channel","SourceGraphql":"Data source","Status":{"Title":"Status","true":"Active","false":"Inactive"},"Email":"Email","ReceiverType":{"Label":"Type","Telegram":"Telegram","Email":"Email","UserIds":"User","UserGroupIds":"User group"},"MEDIA_PLAN_CREATE":"Create new Media Plan","MEDIA_PLAN_UPDATE":"Update Media Plan","MEDIA_PLAN_DELETE":"Delete Media Plan","MEDIA_PLAN_MANUAL_SEND_EMAIL":"Manually send Media Plan email","MEDIA_PLAN_PAYMENT":"Pay Media Plan","MEDIA_PLAN_STATIC_FILE_UPLOAD":"Upload static file of Media Plan","MEDIA_PLAN_STATIC_FILE_DELETE":"Delete static file of Media Plan","RECONCILIATION_CREATE":"Create new Reconciliation","RECONCILIATION_UPDATE":"Update Reconciliation","RECONCILIATION_DELETE":"Delete Reconciliation","RECONCILIATION_PAYMENT":"Pay Reconciliation","SUBSCRIPTION_CONFIG_CREATE":"Create new Subscription Configuration","SUBSCRIPTION_CONFIG_UPDATE":"Update Subscription Configuration","SUBSCRIPTION_CONFIG_DELETE":"Delete Subscription Configuration","NOTIFICATION_CONFIG_CREATE":"Create new Notification Configuration","NOTIFICATION_CONFIG_UPDATE":"Update Notification Configuration","NOTIFICATION_CONFIG_DELETE":"Delete Notification Configuration","NOTIFICATION_TEMPLATE_CREATE":"Create new Notification Template","NOTIFICATION_TEMPLATE_UPDATE":"Update Notification Template","NOTIFICATION_TEMPLATE_DELETE":"Delete Notification Template","OBJECT_FILTER_CREATE":"Create new Object Filter","OBJECT_FILTER_UPDATE":"Update Object Filter","OBJECT_FILTER_DELETE":"Delete Object Filter","WORKSPACE_SHARING_CREATE":"Create new Workspace Sharing","WORKSPACE_SHARING_UPDATE":"Update Workspace Sharing","WORKSPACE_SHARING_DELETE":"Delete Workspace Sharing","WORKSPACE_DIRECTORY_CREATE":"Create new Workspace Directory","WORKSPACE_DIRECTORY_UPDATE":"Update Workspace Directory","WORKSPACE_DIRECTORY_DELETE":"Delete Workspace Directory","WORKSPACE_DIRECTORY_SET_PERMISSION":"Set Workspace Directory Permission","WORKSPACE_DIRECTORY_REMOVE_PERMISSION":"Remove Workspace Directory Permission","SCHEMA_CREATE":"Create new Schema","SCHEMA_UPDATE":"Update Schema","SCHEMA_DELETE":"Delete Schema","BRAND_CREATE":"Create new Brand","BRAND_UPDATE":"Update Brand","BRAND_DELETE":"Delete Brand","CUSTOMER_CREATE":"Create new Customer","CUSTOMER_UPDATE":"Update Customer","CUSTOMER_DELETE":"Delete Customer","BUSINESS_UNIT_CREATE":"Create new Business Unit","BUSINESS_UNIT_UPDATE":"Update Business Unit","BUSINESS_UNIT_DELETE":"Delete Business Unit","SUPPLIER_CREATE":"Create new Infrastructure Partner","SUPPLIER_UPDATE":"Update Infrastructure Partner","SUPPLIER_DELETE":"Delete Partner","WORKFLOW_CREATE":"Create new Workflow","WORKFLOW_UPDATE":"Update Workflow","WORKFLOW_DELETE":"Delete Workflow","AP_CONTROLLER_CLEAR_CACHE":"Clear AP Controller cache","AP_CREATE":"Create new AP","AP_UPDATE":"Update AP","AP_DELETE":"Delete AP","ATTRIBUTE_CREATE":"Create new Attribute","ATTRIBUTE_UPDATE":"Update Attribute","ATTRIBUTE_DELETE":"Delete Attribute","ATTRIBUTE_TYPE_CREATE":"Create new Attribute Type","ATTRIBUTE_TYPE_UPDATE":"Update Attribute Type","ATTRIBUTE_TYPE_DELETE":"Delete Attribute Type","AUTHENTICATION_PROFILE_CREATE":"Create new Credential Information","AUTHENTICATION_PROFILE_UPDATE":"Update Credential Information","AUTHENTICATION_PROFILE_DELETE":"Delete Credential Information","CAMPAIGN_CREATE":"Create new Campaign","CAMPAIGN_UPDATE":"Update Campaign","CAMPAIGN_DELETE":"Delete Campaign","CAMPAIGN_BLOCKED":"Block Campaign","CAMPAIGN_APPROVAL_CREATE":"Create new Campaign Approval","CAMPAIGN_APPROVAL_UPDATE":"Update Campaign Approval","CAMPAIGN_APPROVAL_DELETE":"Delete Campaign Approval","GROUP_CREATE":"Create new Group","GROUP_UPDATE":"Update Group","GROUP_DELETE":"Delete Group","HOLIDAY_CREATE":"Create new Holiday","HOLIDAY_UPDATE":"Update Holiday","HOLIDAY_DELETE":"Delete Holiday","MENU_PERMISSION_CREATE":"Create new Menu Access Permission","MENU_PERMISSION_UPDATE":"Update Menu Access Permission","MENU_PERMISSION_DELETE":"Delete Menu Access Permission","PAGE_ARCHIVE":"Archive Page","PAGE_CREATE":"Create new Page","PAGE_UPDATE":"Update Page","PAGE_DELETE":"Delete Page","PLACE_CREATE":"Create new Place","PLACE_UPDATE":"Update Place","PLACE_DELETE":"Delete Place","PLACE_STATUS_UPDATE":"Update place status","PLACE_CLEAR_CACHE":"Clear Place cache","PLACE_CUSTOMER_INFO_CREATE":"Create new Place Customer Information","PLACE_CUSTOMER_INFO_UPDATE":"Update Place Customer Information","PLACE_CUSTOMER_INFO_DELETE":"Delete Place Customer Information","PLACE_GROUP_CREATE":"Create new Place Group","PLACE_GROUP_UPDATE":"Update Place Group","PLACE_GROUP_DELETE":"Delete Place Group","PLACE_JOIN_APPROVE":"Accept Place join request","PLACE_JOIN_REJECT":"Reject Place join request","PLACE_JOIN_REQUEST":"Request to join Place","PLACE_JOIN_DELETE":"Delete Place join request","PLACE_STATS_NEED_CALCULATE":"Need to recalculate Place data","PLACE_STATS_UPDATE":"Update Place data","PLACE_UNJOIN_APPROVE":"Accept Place leave request","PLACE_UNJOIN_REJECT":"Reject Place leave request","PLACE_UNJOIN_REQUEST":"Request to leave Place","PLACE_UNJOIN_DELETE":"Delete Place leave request","ROLE_CREATE":"Create new Role","ROLE_UPDATE":"Update Role","ROLE_DELETE":"Delete Role","ROLE_TAG_CREATE":"Create new Role Tag","ROLE_TAG_UPDATE":"Update Role Tag","ROLE_TAG_DELETE":"Delete Role Tag","TASK_SCHEDULER_CREATE":"Create new Event Schedule","TASK_SCHEDULER_UPDATE":"Update Event Schedule","TASK_SCHEDULER_DELETE":"Delete Event Schedule","TEMPLATE_CREATE":"Create new Template","TEMPLATE_UPDATE":"Update Template","TEMPLATE_DELETE":"Delete Template","TEMPLATE_TYPE_CREATE":"Create new Template Type","TEMPLATE_TYPE_UPDATE":"Update Template Type","TEMPLATE_TYPE_DELETE":"Delete Template Type","USER_ADD_TO_WORKSPACE":"Add user to Workspace","USER_CREATE":"Create new Person","USER_UPDATE":"Update Person","USER_DELETE":"Delete Person","USER_CHANGE_PASSWORD":"Change Person\'s password","USER_LOGIN":"Log in","USER_LOGOUT":"Log out","USER_REMOVE_FROM_WORKSPACE":"Remove user from Workspace","WIZARD_CREATE":"Add new wizard","WIZARD_UPDATE":"Update wizard","WIZARD_DELETE":"Delete wizard","WORKSPACE_CLEAR_CACHE":"Clear Workspace cache","WORKSPACE_CREATE":"Create new Workspace","WORKSPACE_UPDATE":"Update Workspace","WORKSPACE_DELETE":"Delete Workspace","WORKSPACE_JOIN_APPROVE":"Accept Workspace join request","WORKSPACE_JOIN_REJECT":"Reject Workspace join request","WORKSPACE_JOIN_REQUEST":"Request to join Workspace","WORKSPACE_JOIN_DELETE":"Delete Workspace join request","WORKSPACE_JOIN_UPDATE":"Update Workspace join request","WORKSPACE_UNJOIN_APPROVE":"Accept Workspace leave request","WORKSPACE_UNJOIN_REJECT":"Reject Workspace leave request","WORKSPACE_UNJOIN_REQUEST":"Request to leave Workspace","WORKSPACE_UNJOIN_DELETE":"Delete Workspace leave request","ListOfObject":"List of objects receiving notifications","STT":"No","FilterName":"Filter name","ChannelName":"Channel name","ReceivingObject":"Receiving Object","NotiForm":"Notification form","ConfigFilter":"Filter configuration","FilterObject":{"SelectFilter":"SelectFilter","SelectNotificationChannel":"Select notification channel","DescriptionForSelectFilter":"Select the filter you have configured that is appropriate for the notification recipient. The changed information fields you configured in the filter will be sent to the notification recipient","DescriptionForSelectNotificationChannel":"The audience will receive notifications on the channel you choose."},"ObjectOnly":"Object Only","ObjectAndChanged":"Object And Changed"},"NotificationTemplate":{"Title":"Notification Template Management","Create":"Create notification template","Edit":"Edit notification template","Name":"Name","Content":"Content","ObjectType":"Object type","SchemaRoot":"Root schema","Fields":"Fields","Channel":"Channel","ContentType":"Content type","TemplateTitle":"Title","Schema":"Schema","OldField":"Old","ChangeField":"Change","FunctionList":"Function List","ConfigType":"Config Type","FunctionDescription":{"exist":"Check if value exists in new object","now":"Get current time","dateToString":"Convert date format to string","count":"Count the number of elements in an array","any":"Check if array has any element that matches condition"},"FunctionExample":{"any":"Example of \'conditions\' parameter: any(o.MediaPlanApprovals, i.CustomerId = 100) where i is the \'conditions\' parameter"},"DescriptionObject":"The data returned, represented by the object x above, can be a single object or an array of objects, depending on the data type you pass in."},"CronTab":{"Type":{"Label":"Type","DAILY":"Daily","WEEKLY":"Weekly","MONTHLY":"Monthly","ADVANCED":"Advanced"},"DayInterval":{"From":"From","To":"To","At":"At","Type":{"Label":"Loop type","ONE_PER_DAY":"One per day","EVERY_3_HOURS":"Every 3 hours","EVERY_2_HOURS":"Every 2 hours","EVERY_HOUR":"Every hour","EVERY_30_MINUTES":"Every 30 minutes","EVERY_15_MINUTES":"Every 15 minutes"}},"WeekDays":{"SUNDAY":"Sunday","MONDAY":"Monday","TUESDAY":"Tuesday","WEDNESDAY":"Wednesday","THURSDAY":"Thursday","FRIDAY":"Friday","SATURDAY":"Saturday"},"DaysOfWeek":"Days of week","DayOfMonth":"Day of month","CronExpression":"Cron expression"},"TestingTool":{"Submit":"Submit","Title":"Testing Tool","Name":"Test","InputTitle":"Testing information","DataSource":"Data Source","QueryParameters":"Query Parameters","Receivers":"Receivers (separated by ,)","FormData":{"Header":"Object Data test","Query":"Query","Description":"Use test data by filling in the ID of an existed object or use the built-in defaults below.","ObjectId":"Object test Id","Old":"Old data (o)","Change":"Change data (c)","ClickLoadObjectTitle":"Click to load object json","OpenInFullTitle":"Open in full screen"},"ObjectFilter":"Object Filter","NotificationTemplate":"Notification Template","NotificationConfig":"Notification Config","FullEditor":"Full Editor","ObjectTypeCode":"Object Type Code","MessageObjectFilterDone":"The result of the Logic expression of the filter","MessageNotificationTemplateDone":"The result of the Notification template","MessageNotificationConfigDone":"The result of the Notification config"},"ObjectType":{"AP":"Ap","ARCHIVE":"Archive","ATTRIBUTE":"Attribute","ATTRIBUTE_TYPE":"Attribute Type","AUTHENTICATION_PROFILE":"Authentication Profile","CAMPAIGN":"Campaign","CAMPAIGN_COLLECTION":"Campaign Collection","GROUP":"User Group","HOLIDAY":"Holiday","LAYOUT":"Layout","MENU":"Menu","NETWORK":"Network","NONE":"None","NOTIFICATION_CONFIG":"Notification Config","NOTIFICATION_TEMPLATE":"Notification Template","OBJECT_FILTER":"Object Filter","PAGE":"Page","PAGE_LOGIN":"Login Page","PAGE_WELCOME":"Welcome Page","PENDING":"Pending","PLACE":"Place","PLACE_CUSTOMER_INFO_COLLECTION":"Place Customer Info Collection","PLACE_GROUP":"Place Group","ROLE":"Role","ROLE_TAG":"Role Tag","SCHEMA":"Schema","SHARE":"Share","SUBSCRIPTION_CONFIG":"Subscription Config","TASK_SCHEDULER":"Task Scheduler","TEMPLATE":"Template","TRANSACTION_LOG":"Transaction Log","USER":"User","WIZARD":"Wizard","WORKFLOW":"Workflow","WORKSPACE":"Workspace"},"Dialog":{"Title":"Title","Confirm":"Confirm","Reason":"Reason","AgreeDelete":"Do you agree to delete?","Content":"Content"}}');
2
+ var __webpack_exports__AdvancedSearch = translation_namespaceObject.AdvancedSearch;
3
+ var __webpack_exports__AudienceOverView = translation_namespaceObject.AudienceOverView;
4
+ var __webpack_exports__AuthenticationProfile = translation_namespaceObject.AuthenticationProfile;
5
+ var __webpack_exports__CalendarType = translation_namespaceObject.CalendarType;
6
+ var __webpack_exports__Campaign = translation_namespaceObject.Campaign;
7
+ var __webpack_exports__CampaignByUser = translation_namespaceObject.CampaignByUser;
8
+ var __webpack_exports__CampaignFilter = translation_namespaceObject.CampaignFilter;
9
+ var __webpack_exports__CampaignPlan = translation_namespaceObject.CampaignPlan;
10
+ var __webpack_exports__Common = translation_namespaceObject.Common;
11
+ var __webpack_exports__ConfigTypeCode = translation_namespaceObject.ConfigTypeCode;
12
+ var __webpack_exports__CronTab = translation_namespaceObject.CronTab;
13
+ var __webpack_exports__DatePicker = translation_namespaceObject.DatePicker;
14
+ var __webpack_exports__DateRangePicker = translation_namespaceObject.DateRangePicker;
15
+ var __webpack_exports__Dialog = translation_namespaceObject.Dialog;
16
+ var __webpack_exports__DirectoryManagement = translation_namespaceObject.DirectoryManagement;
17
+ var __webpack_exports__Filter = translation_namespaceObject.Filter;
18
+ var __webpack_exports__Holiday = translation_namespaceObject.Holiday;
19
+ var __webpack_exports__HolidayForm = translation_namespaceObject.HolidayForm;
20
+ var __webpack_exports__InvalidMessage = translation_namespaceObject.InvalidMessage;
21
+ var __webpack_exports__Language = translation_namespaceObject.Language;
22
+ var __webpack_exports__LogicExpression = translation_namespaceObject.LogicExpression;
23
+ var __webpack_exports__Notification = translation_namespaceObject.Notification;
24
+ var __webpack_exports__NotificationConfig = translation_namespaceObject.NotificationConfig;
25
+ var __webpack_exports__NotificationTemplate = translation_namespaceObject.NotificationTemplate;
26
+ var __webpack_exports__Notifications = translation_namespaceObject.Notifications;
27
+ var __webpack_exports__ObjectType = translation_namespaceObject.ObjectType;
28
+ var __webpack_exports__ObjectTypeCode = translation_namespaceObject.ObjectTypeCode;
29
+ var __webpack_exports__Page = translation_namespaceObject.Page;
30
+ var __webpack_exports__Paging = translation_namespaceObject.Paging;
31
+ var __webpack_exports__PlaceFilter = translation_namespaceObject.PlaceFilter;
32
+ var __webpack_exports__PlaceGroup = translation_namespaceObject.PlaceGroup;
33
+ var __webpack_exports__PlaceMultiSelect = translation_namespaceObject.PlaceMultiSelect;
34
+ var __webpack_exports__RecurrenceType = translation_namespaceObject.RecurrenceType;
35
+ var __webpack_exports__RemarketingList = translation_namespaceObject.RemarketingList;
36
+ var __webpack_exports__Role = translation_namespaceObject.Role;
37
+ var __webpack_exports__RoleTag = translation_namespaceObject.RoleTag;
38
+ var __webpack_exports__Schedule = translation_namespaceObject.Schedule;
39
+ var __webpack_exports__ScheduleCompletionRate = translation_namespaceObject.ScheduleCompletionRate;
40
+ var __webpack_exports__Schema = translation_namespaceObject.Schema;
41
+ var __webpack_exports__Statistic = translation_namespaceObject.Statistic;
42
+ var __webpack_exports__StatisticSchedulePlan = translation_namespaceObject.StatisticSchedulePlan;
43
+ var __webpack_exports__Statistics = translation_namespaceObject.Statistics;
44
+ var __webpack_exports__SubscriptionConfig = translation_namespaceObject.SubscriptionConfig;
45
+ var __webpack_exports__TaskScheduler = translation_namespaceObject.TaskScheduler;
46
+ var __webpack_exports__Template = translation_namespaceObject.Template;
47
+ var __webpack_exports__TemplateManagement = translation_namespaceObject.TemplateManagement;
48
+ var __webpack_exports__TestingTool = translation_namespaceObject.TestingTool;
49
+ var __webpack_exports__TransactionLog = translation_namespaceObject.TransactionLog;
50
+ var __webpack_exports__User = translation_namespaceObject.User;
51
+ var __webpack_exports__UserGroup = translation_namespaceObject.UserGroup;
52
+ var __webpack_exports__ViewTemplate = translation_namespaceObject.ViewTemplate;
53
+ var __webpack_exports__Wizard = translation_namespaceObject.Wizard;
54
+ var __webpack_exports__Workflow = translation_namespaceObject.Workflow;
55
+ var __webpack_exports__WorkspaceSharing = translation_namespaceObject.WorkspaceSharing;
56
+ export { __webpack_exports__AdvancedSearch as AdvancedSearch, __webpack_exports__AudienceOverView as AudienceOverView, __webpack_exports__AuthenticationProfile as AuthenticationProfile, __webpack_exports__CalendarType as CalendarType, __webpack_exports__Campaign as Campaign, __webpack_exports__CampaignByUser as CampaignByUser, __webpack_exports__CampaignFilter as CampaignFilter, __webpack_exports__CampaignPlan as CampaignPlan, __webpack_exports__Common as Common, __webpack_exports__ConfigTypeCode as ConfigTypeCode, __webpack_exports__CronTab as CronTab, __webpack_exports__DatePicker as DatePicker, __webpack_exports__DateRangePicker as DateRangePicker, __webpack_exports__Dialog as Dialog, __webpack_exports__DirectoryManagement as DirectoryManagement, __webpack_exports__Filter as Filter, __webpack_exports__Holiday as Holiday, __webpack_exports__HolidayForm as HolidayForm, __webpack_exports__InvalidMessage as InvalidMessage, __webpack_exports__Language as Language, __webpack_exports__LogicExpression as LogicExpression, __webpack_exports__Notification as Notification, __webpack_exports__NotificationConfig as NotificationConfig, __webpack_exports__NotificationTemplate as NotificationTemplate, __webpack_exports__Notifications as Notifications, __webpack_exports__ObjectType as ObjectType, __webpack_exports__ObjectTypeCode as ObjectTypeCode, __webpack_exports__Page as Page, __webpack_exports__Paging as Paging, __webpack_exports__PlaceFilter as PlaceFilter, __webpack_exports__PlaceGroup as PlaceGroup, __webpack_exports__PlaceMultiSelect as PlaceMultiSelect, __webpack_exports__RecurrenceType as RecurrenceType, __webpack_exports__RemarketingList as RemarketingList, __webpack_exports__Role as Role, __webpack_exports__RoleTag as RoleTag, __webpack_exports__Schedule as Schedule, __webpack_exports__ScheduleCompletionRate as ScheduleCompletionRate, __webpack_exports__Schema as Schema, __webpack_exports__Statistic as Statistic, __webpack_exports__StatisticSchedulePlan as StatisticSchedulePlan, __webpack_exports__Statistics as Statistics, __webpack_exports__SubscriptionConfig as SubscriptionConfig, __webpack_exports__TaskScheduler as TaskScheduler, __webpack_exports__Template as Template, __webpack_exports__TemplateManagement as TemplateManagement, __webpack_exports__TestingTool as TestingTool, __webpack_exports__TransactionLog as TransactionLog, __webpack_exports__User as User, __webpack_exports__UserGroup as UserGroup, __webpack_exports__ViewTemplate as ViewTemplate, __webpack_exports__Wizard as Wizard, __webpack_exports__Workflow as Workflow, __webpack_exports__WorkspaceSharing as WorkspaceSharing };