openstack-uicore-foundation 3.0.61 → 3.0.64

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 (82) hide show
  1. package/babel.config.json +1 -5
  2. package/lib/actions.js +1878 -1
  3. package/lib/components/ajaxloader.js +1 -0
  4. package/lib/components/attendance-tracker.js +1 -0
  5. package/lib/components/circle-button.js +1 -0
  6. package/lib/components/clock.js +1 -0
  7. package/lib/components/exclusive-wrapper.js +1 -0
  8. package/lib/components/extra-questions.js +1 -0
  9. package/lib/components/form-validation.js +1 -0
  10. package/lib/components/forms/rsvp-form.js +1 -0
  11. package/lib/components/forms/simple-form.js +1 -0
  12. package/lib/components/free-text-search.js +1 -0
  13. package/lib/components/google-map.js +1 -0
  14. package/lib/components/index.js +1 -0
  15. package/lib/components/inputs/access-levels-input.js +1 -0
  16. package/lib/components/inputs/action-dropdown.js +1 -0
  17. package/lib/components/inputs/checkbox-list.js +1 -0
  18. package/lib/components/inputs/company-input.js +1 -0
  19. package/lib/components/inputs/country-dropdown.js +1 -0
  20. package/lib/components/inputs/country-input.js +1 -0
  21. package/lib/components/inputs/datetimepicker.js +1 -0
  22. package/lib/components/inputs/dropdown.js +1 -0
  23. package/lib/components/inputs/editor-input.js +1 -0
  24. package/lib/components/inputs/event-input.js +1 -0
  25. package/lib/components/inputs/free-multi-text-input.js +1 -0
  26. package/lib/components/inputs/group-input.js +1 -0
  27. package/lib/components/inputs/grouped-dropdown.js +1 -0
  28. package/lib/components/inputs/language-input.js +1 -0
  29. package/lib/components/inputs/member-input.js +1 -0
  30. package/lib/components/inputs/organization-input.js +1 -0
  31. package/lib/components/inputs/radio-list.js +1 -0
  32. package/lib/components/inputs/registration-company-input.js +1 -0
  33. package/lib/components/inputs/speaker-input.js +1 -0
  34. package/lib/components/inputs/sponsor-input.js +1 -0
  35. package/lib/components/inputs/summit-input.js +1 -0
  36. package/lib/components/inputs/tag-input.js +1 -0
  37. package/lib/components/inputs/text-input.js +1 -0
  38. package/lib/components/inputs/textarea-input.js +1 -0
  39. package/lib/components/inputs/ticket-types-input.js +1 -0
  40. package/lib/components/inputs/upload-input-v2.js +1 -0
  41. package/lib/components/inputs/upload-input.js +1 -0
  42. package/lib/components/raw-html.js +1 -0
  43. package/lib/components/sections/panel.js +1 -0
  44. package/lib/components/simple-link-list.js +1 -0
  45. package/lib/components/summit-dropdown.js +1 -0
  46. package/lib/components/table-editable.js +1 -0
  47. package/lib/components/table-selectable.js +1 -0
  48. package/lib/components/table-sortable.js +1 -0
  49. package/lib/components/table.js +1 -0
  50. package/lib/components/video-stream.js +1 -0
  51. package/lib/components.js +11068 -1
  52. package/lib/css/components/circle-button.css +1 -0
  53. package/lib/css/components/form-validation.css +1 -0
  54. package/lib/css/components/index.css +3 -0
  55. package/lib/css/components/inputs/action-dropdown.css +1 -0
  56. package/lib/css/components/inputs/datetimepicker.css +3 -0
  57. package/lib/css/components/inputs/grouped-dropdown.css +1 -0
  58. package/lib/css/components/inputs/upload-input-v2.css +1 -0
  59. package/lib/css/components/inputs/upload-input.css +1 -0
  60. package/lib/css/components/simple-link-list.css +1 -0
  61. package/lib/css/components/summit-dropdown.css +1 -0
  62. package/lib/css/components/table-editable.css +1 -0
  63. package/lib/css/components/table-selectable.css +1 -0
  64. package/lib/css/components/table-sortable.css +1 -0
  65. package/lib/css/components/table.css +1 -0
  66. package/lib/css/components.css +1024 -1
  67. package/lib/i18n.js +1 -0
  68. package/lib/methods.js +2089 -1
  69. package/lib/reducers.js +1800 -1
  70. package/lib/security/abstract-auth-callback-route.js +1 -0
  71. package/lib/security/actions.js +1 -0
  72. package/lib/security/methods.js +1 -0
  73. package/lib/security/reducers.js +1 -0
  74. package/lib/security/session-checker.js +1 -0
  75. package/lib/utils/actions.js +1 -0
  76. package/lib/utils/fragment-parser.js +1 -0
  77. package/lib/utils/methods.js +1 -0
  78. package/lib/utils/query-actions.js +1 -0
  79. package/lib/utils/questions-set.js +315 -1
  80. package/lib/utils/reducers.js +1 -0
  81. package/lib/utils/use-fit-text.js +1 -0
  82. package/package.json +2 -2
package/lib/i18n.js ADDED
@@ -0,0 +1 @@
1
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define("openstack-uicore-foundation",[],r):"object"==typeof exports?exports["openstack-uicore-foundation"]=r():e["openstack-uicore-foundation"]=r()}(this,(()=>(()=>{"use strict";var e={6793:(e,r,o)=>{o.d(r,{getCurrentUserLanguage:()=>t});o(8362),o(6530);const t=()=>{let e="en";return"undefined"!=typeof navigator&&(e=navigator.languages&&navigator.languages[0]||navigator.language||navigator.userLanguage),e}},8362:e=>{e.exports=require("moment-timezone")},6530:e=>{e.exports=require("urijs")}},r={};function o(t){var s=r[t];if(void 0!==s)return s.exports;var a=r[t]={exports:{}};return e[t](a,a.exports,o),a.exports}(()=>{o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r}})(),(()=>{o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})}})(),(()=>{o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r)})(),(()=>{o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})();var t={};return(()=>{o.r(t);var e=o(6793);const r=require("i18n-react");var s=o.n(r);const a={en:JSON.parse('{"errors":{"user_not_authz":"Hold on. Your user is not authorized!.","session_expired":"Hold on. Your session expired!.","server_error":"There was a problem with our server, please contact admin."},"general":{"select_summit":"Select a Summit...","add":"Add","clear":"Clear","remove":"Remove","drop_files":"Drop images or click to select files to upload.","search":"Search","save":"Save","done":"Done!","drag_and_drop":"Drag and Drop to sort items.","other":"Other","type_something":"Type something and press tab or enter.","are_you_sure":"Are you sure?","yes_delete":"Yes, delete.","remove_warning":"Are you sure you want to delete this?"}}'),zh:JSON.parse('{"errors":{"user_not_authz":"坚持,稍等。您的用户未经授权!","session_expired":"坚持,稍等。你的会话已经过期了!","server_error":"我们的服务器出现问题,请联系管理员。"},"general":{"select_summit":"选择峰会...","add":"加","clear":"明确","remove":"去掉","drop_files":"删除图像或单击以选择要上载的文件。","search":"搜索","save":"保存","done":"完成!","drag_and_drop":"拖放以对项目进行排序。","other":"其他","type_something":"输入内容并按Tab键或输入。","are_you_sure":"你确定吗?","yes_delete":"是的,删除。","remove_warning":"你确定要删除这个吗?"}}'),es:JSON.parse('{"errors":{"user_not_authz":"Hold on. Your user is not authorized!.","session_expired":"Hold on. Your session expired!.","server_error":"There was a problem with our server, please contact admin."},"general":{"select_summit":"Select a Summit...","add":"Add","clear":"Clear","remove":"Remove","drop_files":"Drop images or click to select files to upload.","search":"Search","save":"Save","done":"Done!","drag_and_drop":"Drag and Drop to sort items.","other":"Other","type_something":"Type something and press tab or enter.","are_you_sure":"Are you sure?","yes_delete":"Yes, delete.","remove_warning":"Are you sure you want to delete this?"}}')};let n=(0,e.getCurrentUserLanguage)();n.length>2&&(n=n.split("-")[0],n=n.split("_")[0]);try{s().setTexts(a[n])}catch(e){s().setTexts(a.en)}})(),t})()));