@nocobase/plugin-client 0.5.0-alpha.38 → 0.7.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/LICENSE +201 -21
  2. package/esm/index.d.ts +1 -0
  3. package/esm/index.js +2 -0
  4. package/esm/index.js.map +1 -0
  5. package/esm/plugin.d.ts +7 -0
  6. package/esm/plugin.js +76 -0
  7. package/esm/plugin.js.map +1 -0
  8. package/lib/index.d.ts +1 -1
  9. package/lib/index.js +8 -13
  10. package/lib/index.js.map +1 -1
  11. package/lib/plugin.d.ts +7 -0
  12. package/lib/plugin.js +83 -0
  13. package/lib/plugin.js.map +1 -0
  14. package/package.json +16 -8
  15. package/tsconfig.build.json +9 -0
  16. package/lib/db/en-US/part1/01-ui_schemas.sql +0 -1573
  17. package/lib/db/en-US/part1/01-ui_schemas.sql.map +0 -1
  18. package/lib/db/en-US/part1/02-collections.sql +0 -8
  19. package/lib/db/en-US/part1/02-collections.sql.map +0 -1
  20. package/lib/db/en-US/part1/03-fields.sql +0 -62
  21. package/lib/db/en-US/part1/03-fields.sql.map +0 -1
  22. package/lib/db/en-US/part1/04-routes.sql +0 -7
  23. package/lib/db/en-US/part1/04-routes.sql.map +0 -1
  24. package/lib/db/en-US/part1/05-attachments.sql +0 -32
  25. package/lib/db/en-US/part1/05-attachments.sql.map +0 -1
  26. package/lib/db/en-US/part2/06-t_2uhu4szs1kq.sql +0 -8
  27. package/lib/db/en-US/part2/06-t_2uhu4szs1kq.sql.map +0 -1
  28. package/lib/db/en-US/part2/07-t_fsveob6p269.sql +0 -41
  29. package/lib/db/en-US/part2/07-t_fsveob6p269.sql.map +0 -1
  30. package/lib/db/en-US/part2/08-t_geso7fru7a9.sql +0 -18
  31. package/lib/db/en-US/part2/08-t_geso7fru7a9.sql.map +0 -1
  32. package/lib/db/en-US/part2/09-t_bphcojtl8bx.sql +0 -18
  33. package/lib/db/en-US/part2/09-t_bphcojtl8bx.sql.map +0 -1
  34. package/lib/db/en-US/part2/10-t_jh7a28dsfzi.sql +0 -27
  35. package/lib/db/en-US/part2/10-t_jh7a28dsfzi.sql.map +0 -1
  36. package/lib/db/en-US/part2/12-roles.sql +0 -4
  37. package/lib/db/en-US/part2/12-roles.sql.map +0 -1
  38. package/lib/db/en-US/part2/13-action_permissions.sql +0 -18
  39. package/lib/db/en-US/part2/13-action_permissions.sql.map +0 -1
  40. package/lib/db/en-US/part2/14-field_permissions.sql +0 -98
  41. package/lib/db/en-US/part2/14-field_permissions.sql.map +0 -1
  42. package/lib/db/en-US/part2/15-roles_ui_schemas.sql +0 -52
  43. package/lib/db/en-US/part2/15-roles_ui_schemas.sql.map +0 -1
  44. package/lib/db/en-US/postgres/setinval.sql +0 -5
  45. package/lib/db/en-US/postgres/setinval.sql.map +0 -1
  46. package/lib/db/zh-CN/part1/01-ui_schemas.sql +0 -1573
  47. package/lib/db/zh-CN/part1/01-ui_schemas.sql.map +0 -1
  48. package/lib/db/zh-CN/part1/02-collections.sql +0 -8
  49. package/lib/db/zh-CN/part1/02-collections.sql.map +0 -1
  50. package/lib/db/zh-CN/part1/03-fields.sql +0 -62
  51. package/lib/db/zh-CN/part1/03-fields.sql.map +0 -1
  52. package/lib/db/zh-CN/part1/04-routes.sql +0 -7
  53. package/lib/db/zh-CN/part1/04-routes.sql.map +0 -1
  54. package/lib/db/zh-CN/part1/05-attachments.sql +0 -32
  55. package/lib/db/zh-CN/part1/05-attachments.sql.map +0 -1
  56. package/lib/db/zh-CN/part2/06-t_2uhu4szs1kq.sql +0 -8
  57. package/lib/db/zh-CN/part2/06-t_2uhu4szs1kq.sql.map +0 -1
  58. package/lib/db/zh-CN/part2/07-t_fsveob6p269.sql +0 -21
  59. package/lib/db/zh-CN/part2/07-t_fsveob6p269.sql.map +0 -1
  60. package/lib/db/zh-CN/part2/08-t_geso7fru7a9.sql +0 -18
  61. package/lib/db/zh-CN/part2/08-t_geso7fru7a9.sql.map +0 -1
  62. package/lib/db/zh-CN/part2/09-t_bphcojtl8bx.sql +0 -18
  63. package/lib/db/zh-CN/part2/09-t_bphcojtl8bx.sql.map +0 -1
  64. package/lib/db/zh-CN/part2/10-t_jh7a28dsfzi.sql +0 -27
  65. package/lib/db/zh-CN/part2/10-t_jh7a28dsfzi.sql.map +0 -1
  66. package/lib/db/zh-CN/part2/11-t_p13gbi31uux.sql +0 -35
  67. package/lib/db/zh-CN/part2/11-t_p13gbi31uux.sql.map +0 -1
  68. package/lib/db/zh-CN/part2/12-roles.sql +0 -4
  69. package/lib/db/zh-CN/part2/12-roles.sql.map +0 -1
  70. package/lib/db/zh-CN/part2/13-action_permissions.sql +0 -18
  71. package/lib/db/zh-CN/part2/13-action_permissions.sql.map +0 -1
  72. package/lib/db/zh-CN/part2/14-field_permissions.sql +0 -98
  73. package/lib/db/zh-CN/part2/14-field_permissions.sql.map +0 -1
  74. package/lib/db/zh-CN/part2/15-roles_ui_schemas.sql +0 -52
  75. package/lib/db/zh-CN/part2/15-roles_ui_schemas.sql.map +0 -1
  76. package/lib/db/zh-CN/postgres/setinval.sql +0 -5
  77. package/lib/db/zh-CN/postgres/setinval.sql.map +0 -1
  78. package/lib/index.d.ts.map +0 -1
  79. package/lib/server.d.ts +0 -7
  80. package/lib/server.d.ts.map +0 -1
  81. package/lib/server.js +0 -238
  82. package/lib/server.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"mappings":"","sources":["db/en-US/part1/01-ui_schemas.sql"],"sourcesContent":["DELETE FROM \"ui_schemas\";\nINSERT INTO \"ui_schemas\" (\"key\", \"name\", \"title\", \"type\", \"x-component\", \"options\", \"async\", \"sort\", \"created_at\", \"updated_at\", \"parent_key\") VALUES\n('dtu7erjj0q8',\tNULL,\t'{{t(\"Nickname\")}}',\t'string',\t'Input',\t'{}',\t'0',\t1,\t'2021-09-02 15:07:56.984+00',\t'2021-09-02 15:07:56.984+00',\tNULL),\n('5nqs5glgn5c',\tNULL,\t'{{t(\"Email\")}}',\t'string',\t'Input',\t'{\"require\":true}',\t'0',\t2,\t'2021-09-02 15:07:57.015+00',\t'2021-09-02 15:07:57.015+00',\tNULL),\n('a65exd8qcuo',\tNULL,\t'{{t(\"Password\")}}',\t'string',\t'Password',\t'{}',\t'0',\t3,\t'2021-09-02 15:07:57.036+00',\t'2021-09-02 15:07:57.036+00',\tNULL),\n('qqzzjakwkwl',\t'qqzzjakwkwl',\tNULL,\t'void',\t'Menu',\t'{\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"mode\":\"mix\",\"theme\":\"dark\",\"defaultSelectedKeys\":\"{{ selectedKeys }}\",\"sideMenuRef\":\"{{ sideMenuRef }}\",\"onSelect\":\"{{ onSelect }}\",\"onRemove\":\"{{ onMenuItemRemove }}\"}}',\t'0',\t4,\t'2021-09-02 15:07:57.179+00',\t'2021-09-02 15:07:57.179+00',\tNULL),\n('dtf9j0b8p9u',\tNULL,\t'{{t(\"Sign in\")}}',\t'object',\tNULL,\t'{}',\t'0',\t5,\t'2021-09-02 15:07:57.204+00',\t'2021-09-02 15:07:57.204+00',\tNULL),\n('momkt16x7mx',\t'email',\tNULL,\t'string',\t'Input',\t'{\"required\":true,\"x-decorator\":\"FormItem\",\"x-component-props\":{\"placeholder\":\"{{t(\\\"Email\\\")}}\",\"style\":{}}}',\t'0',\t1,\t'2021-09-02 15:07:57.211+00',\t'2021-09-02 15:07:57.211+00',\t'dtf9j0b8p9u'),\n('tkt2jhj8sat',\t'password',\tNULL,\t'string',\t'Password',\t'{\"required\":true,\"x-decorator\":\"FormItem\",\"x-component-props\":{\"placeholder\":\"{{t(\\\"Password\\\")}}\",\"style\":{}}}',\t'0',\t2,\t'2021-09-02 15:07:57.218+00',\t'2021-09-02 15:07:57.218+00',\t'dtf9j0b8p9u'),\n('k3s7zqvqmom',\t'actions',\tNULL,\t'void',\t'Div',\t'{}',\t'0',\t3,\t'2021-09-02 15:07:57.225+00',\t'2021-09-02 15:07:57.225+00',\t'dtf9j0b8p9u'),\n('m0n5a3jfesn',\t'submit',\t'{{t(\"Sign in\")}}',\t'void',\t'Action',\t'{\"x-component-props\":{\"block\":true,\"type\":\"primary\",\"useAction\":\"{{ useSignin }}\",\"style\":{\"width\":\"100%\"}}}',\t'0',\t1,\t'2021-09-02 15:07:57.23+00',\t'2021-09-02 15:07:57.23+00',\t'k3s7zqvqmom'),\n('mrmnoyxriey',\t'registerlink',\tNULL,\t'void',\t'Div',\t'{}',\t'0',\t4,\t'2021-09-02 15:07:57.237+00',\t'2021-09-02 15:07:57.237+00',\t'dtf9j0b8p9u'),\n('bx33j95zx96',\t'link',\t'{{t(\"Create an account\")}}',\t'void',\t'Action.Link',\t'{\"x-component-props\":{\"to\":\"/signup\"}}',\t'0',\t1,\t'2021-09-02 15:07:57.242+00',\t'2021-09-02 15:07:57.242+00',\t'mrmnoyxriey'),\n('46qlxqam3xk',\tNULL,\t'{{t(\"Sign up\")}}',\t'object',\tNULL,\t'{}',\t'0',\t6,\t'2021-09-02 15:07:57.264+00',\t'2021-09-02 15:07:57.264+00',\tNULL),\n('boeo3hxxxbt',\t'email',\tNULL,\t'string',\t'Input',\t'{\"required\":true,\"x-decorator\":\"FormItem\",\"x-component-props\":{\"placeholder\":\"{{t(\\\"Email\\\")}}\",\"style\":{}}}',\t'0',\t1,\t'2021-09-02 15:07:57.275+00',\t'2021-09-02 15:07:57.275+00',\t'46qlxqam3xk'),\n('1hab9e4957e',\t'password',\tNULL,\t'string',\t'Password',\t'{\"required\":true,\"x-decorator\":\"FormItem\",\"x-component-props\":{\"placeholder\":\"{{t(\\\"Password\\\")}}\",\"checkStrength\":true,\"style\":{}},\"x-reactions\":[{\"dependencies\":[\".confirm_password\"],\"fulfill\":{\"state\":{\"errors\":\"{{$deps[0] && $self.value && $self.value !== $deps[0] ? t(\\\"Password mismatch\\\") : \\\"\\\"}}\"}}}]}',\t'0',\t2,\t'2021-09-02 15:07:57.283+00',\t'2021-09-02 15:07:57.283+00',\t'46qlxqam3xk'),\n('b1wtfrb9u23',\t'confirm_password',\tNULL,\t'string',\t'Password',\t'{\"required\":true,\"x-decorator\":\"FormItem\",\"x-component-props\":{\"placeholder\":\"{{t(\\\"Confirm password\\\")}}\",\"checkStrength\":true,\"style\":{}},\"x-reactions\":[{\"dependencies\":[\".password\"],\"fulfill\":{\"state\":{\"errors\":\"{{$deps[0] && $self.value && $self.value !== $deps[0] ? t(\\\"Password mismatch\\\") : \\\"\\\"}}\"}}}]}',\t'0',\t3,\t'2021-09-02 15:07:57.29+00',\t'2021-09-02 15:07:57.29+00',\t'46qlxqam3xk'),\n('oxi5nbuxoz5',\t'actions',\tNULL,\t'void',\t'Div',\t'{}',\t'0',\t4,\t'2021-09-02 15:07:57.299+00',\t'2021-09-02 15:07:57.299+00',\t'46qlxqam3xk'),\n('seai078jf23',\t'submit',\t'{{t(\"Sign up\")}}',\t'void',\t'Action',\t'{\"x-component-props\":{\"block\":true,\"type\":\"primary\",\"useAction\":\"{{ useSignup }}\",\"style\":{\"width\":\"100%\"}}}',\t'0',\t1,\t'2021-09-02 15:07:57.306+00',\t'2021-09-02 15:07:57.306+00',\t'oxi5nbuxoz5'),\n('95u0x6o2nws',\t'registerlink',\tNULL,\t'void',\t'Div',\t'{}',\t'0',\t5,\t'2021-09-02 15:07:57.32+00',\t'2021-09-02 15:07:57.32+00',\t'46qlxqam3xk'),\n('hk3wro8l6pd',\t'link',\t'{{t(\"Log in with an existing account\")}}',\t'void',\t'Action.Link',\t'{\"x-component-props\":{\"to\":\"/signin\"}}',\t'0',\t1,\t'2021-09-02 15:07:57.328+00',\t'2021-09-02 15:07:57.328+00',\t'95u0x6o2nws'),\n('q8k5he8m33u',\t'y1fa6f1cy2g',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-02 22:21:32.654+00',\t'2021-09-02 22:21:32.654+00',\t'4b2sqxvrd5q'),\n('y9qcc6ds2j3',\t'wf9o6yhusn8',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-02 22:21:32.663+00',\t'2021-09-02 22:21:32.663+00',\t'q8k5he8m33u'),\n('5vb0xrpx9rw',\t'0o43oyce02p',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-02 22:23:52.142+00',\t'2021-09-02 22:23:52.142+00',\t'2e2trty2mfu'),\n('qc0b0d2xfo4',\tNULL,\t'Created at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t7,\t'2021-09-02 22:24:30.245+00',\t'2021-09-02 22:24:30.245+00',\tNULL),\n('ue90wlv7r26',\tNULL,\t'Last updated at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t8,\t'2021-09-02 22:24:30.27+00',\t'2021-09-02 22:24:30.27+00',\tNULL),\n('32q17i8jcg9',\tNULL,\t'Created by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t9,\t'2021-09-02 22:24:30.29+00',\t'2021-09-02 22:24:30.29+00',\tNULL),\n('1keis1kmsh9',\tNULL,\t'Last updated by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t10,\t'2021-09-02 22:24:30.305+00',\t'2021-09-02 22:24:30.305+00',\tNULL),\n('xe5j6tk6y52',\tNULL,\t'名称',\t'string',\t'Input',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t11,\t'2021-09-02 22:27:03.747+00',\t'2021-09-02 22:27:03.747+00',\tNULL),\n('exjytl34657',\tNULL,\t'分类',\t'array',\t'Select',\t'{\"x-component-props\":{\"mode\":\"multiple\"},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Select.DesignableBar\",\"enum\":[{\"value\":\"6t7ymkea93i\",\"label\":\"家用电器\",\"color\":\"red\"},{\"value\":\"qfw5lm2ltq1\",\"label\":\"日用品\",\"color\":\"magenta\"},{\"value\":\"7y53n84vad6\",\"label\":\"蔬菜水果\",\"color\":\"orange\"},{\"value\":\"mbhrlnto7c7\",\"label\":\"儿童玩具\",\"color\":\"green\"},{\"value\":\"xaf8vqqc37w\",\"label\":\"药品\",\"color\":\"blue\"},{\"value\":\"1hqareezm1g\",\"label\":\"家具\",\"color\":\"purple\"}]}',\t'0',\t12,\t'2021-09-02 22:27:03.769+00',\t'2021-09-02 22:27:03.769+00',\tNULL),\n('4blpztuxkha',\tNULL,\t'图片',\t'array',\t'Upload.Attachment',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Upload.DesignableBar\",\"x-component-props\":{\"multiple\":true}}',\t'0',\t13,\t'2021-09-02 22:28:32.783+00',\t'2021-09-02 22:28:32.783+00',\tNULL),\n('4an73nd4bxh',\tNULL,\t'产地',\t'array',\t'Cascader',\t'{\"x-component-props\":{\"changeOnSelectLast\":false,\"loadData\":\"{{ ChinaRegion.loadData() }}\",\"labelInValue\":true,\"maxLevel\":3,\"fieldNames\":{\"label\":\"name\",\"value\":\"code\",\"children\":\"children\"}},\"x-reactions\":[\"{{ChinaRegion.useFieldValue}}\",\"{{useAsyncDataSource(ChinaRegion.loadDataSource())}}\"],\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Cascader.DesignableBar\"}',\t'0',\t14,\t'2021-09-02 22:28:32.807+00',\t'2021-09-02 22:28:32.807+00',\tNULL),\n('e5t9w7t3rxu',\tNULL,\t'价格',\t'number',\t'InputNumber',\t'{\"x-component-props\":{\"stringMode\":true,\"step\":\"0.01\"},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"InputNumber.DesignableBar\"}',\t'0',\t15,\t'2021-09-02 22:28:32.824+00',\t'2021-09-02 22:28:32.824+00',\tNULL),\n('hej1gpzthf3',\tNULL,\t'商品描述',\t'string',\t'Input.TextArea',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t16,\t'2021-09-02 22:28:32.843+00',\t'2021-09-02 22:28:32.843+00',\tNULL),\n('zh4zpw15qpz',\t'rxfyczia6um',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 07:17:56.728+00',\t'2021-09-03 07:17:56.728+00',\t'y9qcc6ds2j3'),\n('hlupairud50',\t'44om6qmmqsp',\t'商品管理',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"filetextoutlined\"}}',\t'0',\t1,\t'2021-09-02 22:20:51.678+00',\t'2021-09-04 01:04:35.453+00',\tNULL),\n('2e2trty2mfu',\t'g4r3duba7a6',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-02 22:23:52.134+00',\t'2021-09-02 22:23:52.134+00',\tNULL),\n('q9qjhqqboq4',\t'rxcomawl2ym',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 07:17:56.761+00',\t'2021-09-03 07:17:56.761+00',\t'zh4zpw15qpz'),\n('hci6kno0a5c',\t'ff8qcydemwv',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-03 07:17:56.802+00',\t'2021-09-03 07:17:56.802+00',\t'qme4giyofs8'),\n('uqdqezff3oe',\t'3dt8x3f0lu7',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-03 07:17:56.823+00',\t'2021-09-03 07:17:56.823+00',\t'hci6kno0a5c'),\n('91vcddnz04t',\t'dzevfjy4gnk',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-03 07:17:56.842+00',\t'2021-09-03 07:17:56.842+00',\t'hci6kno0a5c'),\n('8ba2qgi5yvt',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.872+00',\t'2021-09-03 07:17:56.872+00',\t'nxmhnl633uj'),\n('6ft06i5sn2y',\t'i62pck8bwuz',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.882+00',\t'2021-09-03 07:17:56.882+00',\t'8ba2qgi5yvt'),\n('1qy3figdlby',\t'ge0vpyjv1or',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.912+00',\t'2021-09-03 07:17:56.912+00',\t'q6htpfagtbq'),\n('imy04dt71th',\t'5dxq94b62t2',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-03 07:17:56.919+00',\t'2021-09-03 07:17:56.919+00',\t'1qy3figdlby'),\n('0n1tanzr0l6',\t'zlaik70g07d',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-03 07:17:56.928+00',\t'2021-09-03 07:17:56.928+00',\t'imy04dt71th'),\n('nphje2oqie7',\t'70nj5hibesh',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-03 07:17:56.936+00',\t'2021-09-03 07:17:56.936+00',\t'0n1tanzr0l6'),\n('z4iebhg35ab',\t'vff2wy4g7er',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.955+00',\t'2021-09-03 07:17:56.955+00',\t'fyhivthynf3'),\n('bvtbcjn2lpc',\t'8yfcer5xivv',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-03 07:17:56.972+00',\t'2021-09-03 07:17:56.972+00',\t'1qy3figdlby'),\n('n0d36ycb79p',\t'o0qsnoao4nu',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.983+00',\t'2021-09-03 07:17:56.983+00',\t'bvtbcjn2lpc'),\n('xz80ys7oxso',\t'z1nqozz5f97',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.991+00',\t'2021-09-03 07:17:56.991+00',\t'n0d36ycb79p'),\n('uxcvj4473q9',\tNULL,\t'Created by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t19,\t'2021-09-03 08:17:30.567+00',\t'2021-09-03 08:17:30.567+00',\tNULL),\n('d3zwndj0gdt',\tNULL,\t'Last updated by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t20,\t'2021-09-03 08:17:30.583+00',\t'2021-09-03 08:17:30.583+00',\tNULL),\n('fyhivthynf3',\t'jgpfxlrlt5d',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{\"icon\":\"insertrowbelowoutlined\"}}',\t'0',\t1,\t'2021-09-03 07:17:56.947+00',\t'2021-09-04 01:09:44.895+00',\t'nphje2oqie7'),\n('wbhdzftsrlf',\t'r8u46801zwr',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_lwyvh77c122\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-03 07:18:00.429+00',\t'2021-09-03 07:58:56.796+00',\t'qme4giyofs8'),\n('r7ynpehmcmt',\t'5818yebo8e5',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_lov82rwvxgk\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-03 07:18:01.064+00',\t'2021-09-04 01:07:58.194+00',\t'qme4giyofs8'),\n('c6qmyf4uzl9',\tNULL,\t'Task name',\t'string',\t'Input',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t21,\t'2021-09-03 08:18:44.967+00',\t'2021-09-03 08:18:44.967+00',\tNULL),\n('nxmhnl633uj',\t't0gll82cewi',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-03 07:17:56.859+00',\t'2021-09-03 07:59:17.403+00',\t'hci6kno0a5c'),\n('7u0cu6nfu44',\tNULL,\t'Deadline',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"showTime\":false,\"dateFormat\":\"YYYY-MM-DD\"},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t22,\t'2021-09-03 08:18:44.991+00',\t'2021-09-03 08:18:44.991+00',\tNULL),\n('q6htpfagtbq',\t'gy0xi9yrxhg',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t10,\t'2021-09-03 07:17:56.904+00',\t'2021-09-04 01:07:52.803+00',\t'qme4giyofs8'),\n('y9y4mgjy6ot',\tNULL,\t'Created at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t17,\t'2021-09-03 08:17:30.528+00',\t'2021-09-03 08:17:30.528+00',\tNULL),\n('lchrxtjm3d5',\tNULL,\t'Last updated at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t18,\t'2021-09-03 08:17:30.547+00',\t'2021-09-03 08:17:30.547+00',\tNULL),\n('3gagem5q13h',\t'ojn3i7qfnxt',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-03 08:19:04.663+00',\t'2021-09-03 08:19:04.663+00',\t'hall72478p5'),\n('5de6xmem8vw',\tNULL,\t'Status',\t'string',\t'Radio.Group',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Radio.DesignableBar\",\"enum\":[{\"value\":\"f1g3r41rdh8\",\"label\":\"Pending\",\"color\":\"volcano\"},{\"value\":\"lebkfnj3d9i\",\"label\":\"In Progress\",\"color\":\"green\"},{\"value\":\"zfowtv6fnel\",\"label\":\"Done\",\"color\":\"blue\"}]}',\t'0',\t23,\t'2021-09-03 08:18:45.015+00',\t'2021-09-12 09:36:39.261+00',\tNULL),\n('0b73gccskc2',\t'vz3aemqbios',\t'Tasks',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"appstoreaddoutlined\"}}',\t'0',\t11,\t'2021-09-03 08:18:54.926+00',\t'2021-09-14 00:34:37.379+00',\t'qqzzjakwkwl'),\n('hall72478p5',\t'scmt3291syn',\t'The first milestone',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"appstoreoutlined\"}}',\t'0',\t1,\t'2021-09-03 08:19:04.655+00',\t'2021-09-14 01:54:51.761+00',\t'0b73gccskc2'),\n('hhhofusmllb',\t'hv6tou8hct5',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-03 08:19:04.671+00',\t'2021-09-03 08:19:04.671+00',\t'3gagem5q13h'),\n('ye3kb9rnxm4',\t'xzth0mtrm0v',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-03 08:19:14.491+00',\t'2021-09-03 08:19:14.491+00',\t'vahh7rzizdm'),\n('qf2e3s09skt',\t'tdt0sbn0j6j',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-03 08:19:14.5+00',\t'2021-09-03 08:19:14.5+00',\t'ye3kb9rnxm4'),\n('uqtx7xt9co6',\t'4r2blc4z0sk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:19.265+00',\t'2021-09-03 08:19:19.265+00',\t'hhhofusmllb'),\n('0grxmryvfz7',\t'b4xbacyzee7',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:19.277+00',\t'2021-09-03 08:19:19.277+00',\t'uqtx7xt9co6'),\n('40i74d7mqbd',\t't6iyb99snt8',\tNULL,\t'array',\t'Kanban',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Kanban.DesignableBar\",\"x-component-props\":{\"resource\":\"t_2uhu4szs1kq\",\"collectionName\":\"t_2uhu4szs1kq\",\"groupField\":{\"name\":\"f_u4i0jrp4uo6\"}},\"x-decorator\":\"CardItem\",\"x-decorator-props\":{\"style\":{\"background\":\"none\"},\"bodyStyle\":{\"padding\":0}}}',\t'0',\t1,\t'2021-09-03 08:19:19.293+00',\t'2021-09-03 08:19:19.293+00',\t'0grxmryvfz7'),\n('2pqkn7o84o4',\t'create',\t'{{t(\"Add card\")}}',\t'void',\t'Kanban.Card.AddNew',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"text\",\"icon\":\"PlusOutlined\"}}',\t'0',\t1,\t'2021-09-03 08:19:19.301+00',\t'2021-09-03 08:19:19.301+00',\t'40i74d7mqbd'),\n('qul9m62boq4',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Kanban.useCreateResource }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Kanban.useCreateAction }}\"}}',\t'0',\t1,\t'2021-09-03 08:19:19.314+00',\t'2021-09-03 08:19:19.314+00',\t'2pqkn7o84o4'),\n('qp4giydwn93',\t'xb7wy1ovtep',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-03 08:19:19.324+00',\t'2021-09-03 08:19:19.324+00',\t'qul9m62boq4'),\n('thuluzq0u3x',\t'card1',\tNULL,\t'void',\t'Kanban.Card',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-designable-bar\":\"Kanban.Card.DesignableBar\",\"x-read-pretty\":true,\"x-decorator-props\":{\"useResource\":\"{{ Kanban.useRowResource }}\"}}',\t'0',\t2,\t'2021-09-03 08:19:19.338+00',\t'2021-09-03 08:19:19.338+00',\t'40i74d7mqbd'),\n('keawi4bc0r4',\t'view1',\t'{{t(\"Edit record\")}}',\t'void',\t'Kanban.Card.View',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Kanban.useUpdateAction }}\"},\"x-decorator-props\":{\"useResource\":\"{{ Kanban.useSingleResource }}\"}}',\t'0',\t3,\t'2021-09-03 08:19:19.347+00',\t'2021-09-03 08:19:19.347+00',\t'40i74d7mqbd'),\n('tj9c7vbrcib',\t'i5b5nd38t9j',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-03 08:19:19.353+00',\t'2021-09-03 08:19:19.353+00',\t'keawi4bc0r4'),\n('a27v24fl7pt',\t'lmp73qtjj5u',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:31.795+00',\t'2021-09-03 08:19:31.795+00',\t'qf2e3s09skt'),\n('ii4olxlcm50',\t'ad0nvz4l7w2',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:31.813+00',\t'2021-09-03 08:19:31.813+00',\t'a27v24fl7pt'),\n('p9b882otm2b',\t'calendar1',\tNULL,\t'array',\t'Calendar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Calendar.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"resource\":\"t_2uhu4szs1kq\",\"collectionName\":\"t_2uhu4szs1kq\",\"fieldNames\":{\"title\":\"f_hwenour8ara\",\"start\":\"f_hznqtmqljb2\",\"end\":\"f_hznqtmqljb2\"}}}',\t'0',\t1,\t'2021-09-03 08:19:31.833+00',\t'2021-09-03 08:19:31.833+00',\t'ii4olxlcm50'),\n('ejqz7gegmx1',\t'toolbar',\tNULL,\t'void',\t'Calendar.Toolbar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:31.844+00',\t'2021-09-03 08:19:31.844+00',\t'p9b882otm2b'),\n('2xv57eyi0cw',\t'today',\t'Today',\t'void',\t'Calendar.Today',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Calendar.ActionDesignableBar\",\"x-align\":\"left\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"today\"}}',\t'0',\t1,\t'2021-09-03 08:19:31.851+00',\t'2021-09-03 08:19:31.851+00',\t'ejqz7gegmx1'),\n('64llgworte5',\t'nav',\t'Navigate',\t'void',\t'Calendar.Nav',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Calendar.ActionDesignableBar\",\"x-align\":\"left\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"nav\"}}',\t'0',\t2,\t'2021-09-03 08:19:31.86+00',\t'2021-09-03 08:19:31.86+00',\t'ejqz7gegmx1'),\n('iqzt0355l63',\t'title',\t'Title',\t'void',\t'Calendar.Title',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Calendar.ActionDesignableBar\",\"x-align\":\"left\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"title\"}}',\t'0',\t3,\t'2021-09-03 08:19:31.871+00',\t'2021-09-03 08:19:31.871+00',\t'ejqz7gegmx1'),\n('iccws4w0w0a',\t'viewSelect',\t'View',\t'void',\t'Calendar.ViewSelect',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Calendar.ActionDesignableBar\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"viewSelect\"}}',\t'0',\t4,\t'2021-09-03 08:19:31.88+00',\t'2021-09-03 08:19:31.88+00',\t'ejqz7gegmx1'),\n('5abcnk9vnep',\t'filter',\t'{{t(\"Filter\")}}',\t'void',\t'Calendar.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-designable-bar\":\"Calendar.Filter.DesignableBar\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"}}',\t'0',\t5,\t'2021-09-03 08:19:31.889+00',\t'2021-09-03 08:19:31.889+00',\t'ejqz7gegmx1'),\n('po57yizdz6s',\t'create',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-designable-bar\":\"Calendar.ActionDesignableBar\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"type\":\"primary\",\"icon\":\"PlusOutlined\"}}',\t'0',\t6,\t'2021-09-03 08:19:31.901+00',\t'2021-09-03 08:19:31.901+00',\t'ejqz7gegmx1'),\n('1yf3tp20bq1',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Calendar.useCreateAction }}\"}}',\t'0',\t1,\t'2021-09-03 08:19:31.908+00',\t'2021-09-03 08:19:31.908+00',\t'po57yizdz6s'),\n('uutpyimeve9',\t'cdlkzds87g6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-03 08:19:31.915+00',\t'2021-09-03 08:19:31.915+00',\t'1yf3tp20bq1'),\n('1a02fuojrkw',\t'event',\tNULL,\t'void',\t'Calendar.Event',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-03 08:19:31.933+00',\t'2021-09-03 08:19:31.933+00',\t'p9b882otm2b'),\n('b9zm4ia7tcy',\t'qt7hb210iz8',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-03 08:19:31.94+00',\t'2021-09-03 08:19:31.94+00',\t'1a02fuojrkw'),\n('wl8xndbdiep',\t'mz90271z9zy',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-03 08:19:31.947+00',\t'2021-09-03 08:19:31.947+00',\t'b9zm4ia7tcy'),\n('4vjk2zw3u7d',\t'kcvhm3jspz6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-03 08:19:31.956+00',\t'2021-09-03 08:19:31.956+00',\t'wl8xndbdiep'),\n('mxfms69ou5t',\t'liaeebqv8pf',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:40.992+00',\t'2021-09-03 08:19:40.992+00',\t'qp4giydwn93'),\n('5x5qbcle61k',\t'wsqrpym4bu8',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:41.002+00',\t'2021-09-03 08:19:41.002+00',\t'mxfms69ou5t'),\n('f4x0kro4bj0',\t'tc85poi2xr1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"}}',\t'0',\t1,\t'2021-09-03 08:19:41.011+00',\t'2021-09-03 08:19:41.011+00',\t'5x5qbcle61k'),\n('l0ypat3bs7x',\t'86tpwv6pbd2',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-03 08:19:41.945+00',\t'2021-09-03 08:19:41.945+00',\t'qp4giydwn93'),\n('lza1t64y1ef',\t'li6v13aiqs9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:19:41.953+00',\t'2021-09-03 08:19:41.953+00',\t'l0ypat3bs7x'),\n('fkihjain6tk',\t'uyjo4jzkozi',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_u4i0jrp4uo6\"}}',\t'0',\t1,\t'2021-09-03 08:19:41.962+00',\t'2021-09-03 08:19:41.962+00',\t'lza1t64y1ef'),\n('jkwfv8xvzs8',\t'1vhukij8mcl',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:20:08.776+00',\t'2021-09-03 08:20:08.776+00',\t'tj9c7vbrcib'),\n('1yy0ekta4lv',\t'nq9arbvv0lt',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:20:08.787+00',\t'2021-09-03 08:20:08.787+00',\t'jkwfv8xvzs8'),\n('6cvv2nxatks',\t'6hw86szrous',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t1,\t'2021-09-03 08:20:08.808+00',\t'2021-09-03 08:20:08.808+00',\t'1yy0ekta4lv'),\n('5gzwwh2u362',\t'jntiu0y679i',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:49.342+00',\t'2021-09-04 00:41:49.342+00',\t'6ft06i5sn2y'),\n('a2izjbgjj0t',\t'yts2grj9iwx',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:49.349+00',\t'2021-09-04 00:41:49.349+00',\t'5gzwwh2u362'),\n('2993ircibv5',\t'kcbni08qvrh',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 00:41:50.846+00',\t'2021-09-04 00:41:50.846+00',\t'6ft06i5sn2y'),\n('jsy57cidyl6',\t'56wgr57q4u1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:50.853+00',\t'2021-09-04 00:41:50.853+00',\t'2993ircibv5'),\n('rlmdm1etdgx',\t'7o31ytxfcmv',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-04 00:41:54.185+00',\t'2021-09-04 00:41:54.185+00',\t'6ft06i5sn2y'),\n('oxi5u6uvxfx',\t'rz5uum841j1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:54.194+00',\t'2021-09-04 00:41:54.194+00',\t'rlmdm1etdgx'),\n('c9j7inlqgiq',\t'b6sa8kzyqyg',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-04 00:41:55.115+00',\t'2021-09-04 00:41:55.115+00',\t'6ft06i5sn2y'),\n('2irh07pq84a',\t'qmr0ywn7mqt',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:55.125+00',\t'2021-09-04 00:41:55.125+00',\t'c9j7inlqgiq'),\n('g2n8ab8hfo3',\t'f9xmh0y1yxt',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_xmjn5cfl9co\"}}',\t'0',\t1,\t'2021-09-04 00:41:55.134+00',\t'2021-09-04 00:41:55.134+00',\t'2irh07pq84a'),\n('9zo6rp02njp',\t'ha6jdpf8rwb',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t6,\t'2021-09-04 00:41:56.404+00',\t'2021-09-04 00:41:56.404+00',\t'6ft06i5sn2y'),\n('1gpbwdjq0qb',\t'a12vrfnw8th',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:56.415+00',\t'2021-09-04 00:41:56.415+00',\t'9zo6rp02njp'),\n('i2g0ymvh2oc',\t'xzpw1ysqg71',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_jbqopur80lk\"}}',\t'0',\t1,\t'2021-09-04 00:41:56.422+00',\t'2021-09-04 00:41:56.422+00',\t'1gpbwdjq0qb'),\n('7hk2xs6w9pe',\t'chid46xwicn',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 00:42:06.896+00',\t'2021-09-04 00:42:06.896+00',\t'2993ircibv5'),\n('4b2sqxvrd5q',\t'pgqztmld4wa',\t'All products',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"filezipoutlined\"}}',\t'0',\t3,\t'2021-09-02 22:21:32.644+00',\t'2021-09-04 01:04:42.789+00',\t'hlupairud50'),\n('44t87p11w0i',\t'8plbn03dqo4',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 00:41:52.759+00',\t'2021-09-04 00:41:52.759+00',\tNULL),\n('xya5psfee1u',\t'whx1m5o40du',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_lwyvh77c122\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 00:41:49.355+00',\t'2021-09-04 00:42:33.448+00',\t'a2izjbgjj0t'),\n('p7ss6bpbrzl',\t'4gwp7bm32c5',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_lov82rwvxgk\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 00:41:50.862+00',\t'2021-09-04 00:42:36.452+00',\t'jsy57cidyl6'),\n('1oyv4jvf17h',\t'nriy7nwahly',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n0snwtdes3r\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 00:41:52.767+00',\t'2021-09-04 00:42:39.12+00',\t'7hk2xs6w9pe'),\n('5ss3hct0tzk',\t'3mqoh9s8p2w',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_jdlw4uf6vfv\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 00:41:54.203+00',\t'2021-09-04 00:42:41.413+00',\t'oxi5u6uvxfx'),\n('lnpxh9nm3r7',\t'xrpo2ywbmqk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:05:47.117+00',\t'2021-09-04 01:05:47.117+00',\t'z4iebhg35ab'),\n('l3xvirdh2n7',\t'8but88ujwx0',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:05:47.126+00',\t'2021-09-04 01:05:47.126+00',\t'lnpxh9nm3r7'),\n('gqo8ifd6wos',\t'67rcni8xss5',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-04 01:05:47.133+00',\t'2021-09-04 01:05:47.133+00',\t'l3xvirdh2n7'),\n('t2yy2l95c2x',\t'2t34khmsom8',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-04 01:05:47.141+00',\t'2021-09-04 01:05:47.141+00',\t'gqo8ifd6wos'),\n('ikp2c3671e1',\t'8s4wm56mm5h',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-04 01:05:47.152+00',\t'2021-09-04 01:05:47.152+00',\t'gqo8ifd6wos'),\n('gpyobccc3hj',\t'5si11fk0uzi',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:05:50.45+00',\t'2021-09-04 01:05:50.45+00',\t'ikp2c3671e1'),\n('0zjjrfqpfz2',\t'p7272mdp4dx',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:05:50.458+00',\t'2021-09-04 01:05:50.458+00',\t'gpyobccc3hj'),\n('4hw5s1bqlcq',\t'rhjcxv8ewkt',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_lwyvh77c122\"}}',\t'0',\t1,\t'2021-09-04 01:05:50.465+00',\t'2021-09-04 01:05:50.465+00',\t'0zjjrfqpfz2'),\n('996rd4ydrib',\t'qs6bc91t1uk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 01:05:56.546+00',\t'2021-09-04 01:05:56.546+00',\t'ikp2c3671e1'),\n('3jt6bxcs019',\t'd1eih5r6zn8',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:05:56.553+00',\t'2021-09-04 01:05:56.553+00',\t'996rd4ydrib'),\n('f4s7urvlin4',\t'8p14vew9ykq',\t'Task name',\t'void',\t'Form.Field',\t'{\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-decorator-props\":{\"draggable\":false},\"x-designable-bar\":\"Kanban.FieldDesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"}}',\t'0',\t1,\t'2021-09-03 08:19:58.35+00',\t'2021-09-14 04:36:59.622+00',\t'thuluzq0u3x'),\n('8j5t7fwf123',\t'lpy4bh6ctsf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-03 08:20:09.432+00',\t'2021-09-03 08:20:09.432+00',\tNULL),\n('m8e7eb5nsfa',\t'p8qhxvhxfbo',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"},\"required\":true}',\t'0',\t1,\t'2021-09-03 08:20:09.443+00',\t'2021-09-12 08:18:58.824+00',\t'gnwa4ndv1gi'),\n('6v14dvbfl9n',\t'pdgy56ieztt',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_lov82rwvxgk\"}}',\t'0',\t1,\t'2021-09-04 01:05:56.56+00',\t'2021-09-04 01:05:56.56+00',\t'3jt6bxcs019'),\n('pdqub080ddp',\t'nho6v9zwff7',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-04 01:06:00.092+00',\t'2021-09-04 01:06:00.092+00',\t'ikp2c3671e1'),\n('8xeg3mk5gah',\t'j5oly8kp01g',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:00.098+00',\t'2021-09-04 01:06:00.098+00',\t'pdqub080ddp'),\n('4b407hldh87',\t'4fmtzzm1zz0',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_xmjn5cfl9co\"}}',\t'0',\t1,\t'2021-09-04 01:06:00.106+00',\t'2021-09-04 01:06:00.106+00',\t'8xeg3mk5gah'),\n('bzn0zm47xy7',\t'z5jb51wqke0',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t6,\t'2021-09-04 01:06:01.338+00',\t'2021-09-04 01:06:01.338+00',\t'ikp2c3671e1'),\n('1bellguhtrz',\t'0h00kblqgro',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:01.346+00',\t'2021-09-04 01:06:01.346+00',\t'bzn0zm47xy7'),\n('qu7mtca9gg0',\t'muj6xkenwn6',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_jbqopur80lk\"}}',\t'0',\t1,\t'2021-09-04 01:06:01.353+00',\t'2021-09-04 01:06:01.353+00',\t'1bellguhtrz'),\n('esg3atlxpke',\t'vkrvqlksqq6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:31.079+00',\t'2021-09-04 01:06:31.079+00',\tNULL),\n('prho1ivfcus',\t'udmb8iqz5gd',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n0snwtdes3r\"}}',\t'0',\t1,\t'2021-09-04 01:05:57.546+00',\t'2021-09-04 01:06:10.37+00',\t'2ysrr1sgqwt'),\n('8aynble3gd4',\t'409wsksinel',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 01:06:07.368+00',\t'2021-09-04 01:06:07.368+00',\tNULL),\n('804bar596wn',\t'bb1m7wqqydj',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:27.957+00',\t'2021-09-04 01:06:27.957+00',\t'xz80ys7oxso'),\n('24goqxvwuel',\t'zbt7eol6mpi',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:27.97+00',\t'2021-09-04 01:06:27.97+00',\t'804bar596wn'),\n('yjrydx6vdvm',\t'qj9bbzbily0',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 01:06:29.618+00',\t'2021-09-04 01:06:29.618+00',\t'xz80ys7oxso'),\n('e6wsxbftk55',\t'o04ib3b54qj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:29.625+00',\t'2021-09-04 01:06:29.625+00',\t'yjrydx6vdvm'),\n('sxxzhthxo97',\t'bxzch4slq3k',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-04 01:06:31.902+00',\t'2021-09-04 01:06:31.902+00',\t'xz80ys7oxso'),\n('7v5o4r7466o',\t'q1lbnq1q7e8',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:31.967+00',\t'2021-09-04 01:06:31.967+00',\t'sxxzhthxo97'),\n('c7fztqunxc3',\t'kf2pq7s1ufm',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-04 01:06:32.99+00',\t'2021-09-04 01:06:32.99+00',\t'xz80ys7oxso'),\n('k8exffl1cx4',\t'rfgbtm2lbsr',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:32.999+00',\t'2021-09-04 01:06:32.999+00',\t'c7fztqunxc3'),\n('l0xrx0dhurz',\t'g018ex193ie',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_xmjn5cfl9co\"}}',\t'0',\t1,\t'2021-09-04 01:06:33.005+00',\t'2021-09-04 01:06:33.005+00',\t'k8exffl1cx4'),\n('v4rcswy3mqv',\t'3w9oxk85385',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t6,\t'2021-09-04 01:06:33.556+00',\t'2021-09-04 01:06:33.556+00',\t'xz80ys7oxso'),\n('gd5cil2c4xt',\t'kp3benlmx4q',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:06:33.568+00',\t'2021-09-04 01:06:33.568+00',\t'v4rcswy3mqv'),\n('lkfoyyj2h4m',\t'd6jqeoid0d5',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_jbqopur80lk\"}}',\t'0',\t1,\t'2021-09-04 01:06:33.577+00',\t'2021-09-04 01:06:33.577+00',\t'gd5cil2c4xt'),\n('f60smhzm2xz',\t'xv33l50137e',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 01:06:39.219+00',\t'2021-09-04 01:06:39.219+00',\t'yjrydx6vdvm'),\n('7y4ia047bi5',\t'77skwx14zex',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_jdlw4uf6vfv\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 01:06:32.021+00',\t'2021-09-04 01:06:54.866+00',\t'7v5o4r7466o'),\n('py4esdjsyaw',\t'y9rqhkp6sam',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_lwyvh77c122\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 01:06:27.978+00',\t'2021-09-04 01:06:43.764+00',\t'24goqxvwuel'),\n('g6rkp8fls9m',\t'8102sgysegj',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_lov82rwvxgk\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 01:06:29.631+00',\t'2021-09-04 01:06:46.99+00',\t'e6wsxbftk55'),\n('zc7zm8tm9s4',\t'ltbtfkn8we1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n0snwtdes3r\"},\"required\":true}',\t'0',\t1,\t'2021-09-04 01:06:31.088+00',\t'2021-09-04 01:06:51.9+00',\t'f60smhzm2xz'),\n('qme4giyofs8',\t'zrnm6uy9etl',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_n93qitmhzty\",\"collectionName\":\"t_n93qitmhzty\",\"defaultSort\":[\"-ccdop3v4iqw\"]}}',\t'0',\t1,\t'2021-09-03 07:17:56.784+00',\t'2021-09-04 01:07:33.279+00',\t'q9qjhqqboq4'),\n('s577luywv6p',\t'kh9slu1iyip',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_jdlw4uf6vfv\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t9,\t'2021-09-04 01:07:48.431+00',\t'2021-09-04 01:07:48.431+00',\t'qme4giyofs8'),\n('sqzqakfoutx',\t'twj736vka0k',\t'Changelog',\t'void',\t'Tabs.TabPane',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{\"icon\":\"solutionoutlined\"}}',\t'0',\t2,\t'2021-09-04 01:09:11.407+00',\t'2021-09-04 01:09:11.407+00',\t'nphje2oqie7'),\n('d4eihcknn6x',\t'8kqcnifiibc',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_jbqopur80lk\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t10,\t'2021-09-04 01:07:46.208+00',\t'2021-09-04 01:08:04.852+00',\t'qme4giyofs8'),\n('83qjip7kxmi',\t'ks09dgzn8t9',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-04 01:09:11.416+00',\t'2021-09-04 01:09:11.416+00',\t'sqzqakfoutx'),\n('w0zqeitg53g',\t'ccxnmv8k050',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:09:49.238+00',\t'2021-09-04 01:09:49.238+00',\t'83qjip7kxmi'),\n('pzv6d6ksenp',\t'g10p7mlegtf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:09:49.252+00',\t'2021-09-04 01:09:49.252+00',\t'w0zqeitg53g'),\n('fqym1tdw21b',\t'hi2mp5o0dqj',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_jdlw4uf6vfv\"}}',\t'0',\t1,\t'2021-09-04 01:05:58.776+00',\t'2021-09-04 01:11:37.874+00',\t'vxidy2p6yda'),\n('2ysrr1sgqwt',\t'yp6bpxwdxxh',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-04 01:06:10.36+00',\t'2021-09-04 01:11:37.889+00',\t'996rd4ydrib'),\n('q6ycukhcd1m',\t'x8z13x7w8wy',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:05:58.768+00',\t'2021-09-04 01:05:58.768+00',\tNULL),\n('1n2o1ykc94b',\t'6f3j7cxf00x',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_u4i0jrp4uo6\"}}',\t'0',\t1,\t'2021-09-08 07:28:33.411+00',\t'2021-09-08 07:28:33.411+00',\t'w97g6pgiozw'),\n('mozw8ws430b',\t'c55s5zkvody',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:28:57.389+00',\t'2021-09-08 07:28:57.389+00',\t'h7vq1zhlfvp'),\n('uqbwicpjq0l',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Table.SimpleDesignableBar\",\"default\":[],\"x-component-props\":{\"useResource\":\"{{ Table.useActionLogsResource }}\",\"collectionName\":\"action_logs\",\"rowKey\":\"id\",\"showIndex\":true,\"defaultSort\":[\"-id\"],\"defaultAppends\":[\"user\",\"collection\"],\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-04 01:09:49.27+00',\t'2021-09-04 01:09:49.27+00',\t'pzv6d6ksenp'),\n('a2wncnlauvv',\t'ahw1be2r266',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-04 01:09:49.277+00',\t'2021-09-04 01:09:49.277+00',\t'uqbwicpjq0l'),\n('lult0p6kdrw',\t'8uf0a58t0p5',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"left\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-04 01:09:49.283+00',\t'2021-09-04 01:09:49.283+00',\t'a2wncnlauvv'),\n('f17df8q1pzy',\t'column1',\t'{{t(\"Action type\")}}',\t'void',\t'Filter.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"operations\":[{\"label\":\"{{t(\\\"is\\\")}}\",\"value\":\"eq\",\"selected\":true,\"schema\":{\"x-component\":\"Select\"}},{\"label\":\"{{t(\\\"is not\\\")}}\",\"value\":\"ne\",\"schema\":{\"x-component\":\"Select\"}},{\"label\":\"{{t(\\\"contains\\\")}}\",\"value\":\"in\",\"schema\":{\"x-component\":\"Select\",\"x-component-props\":{\"mode\":\"tags\"}}},{\"label\":\"{{t(\\\"does not contain\\\")}}\",\"value\":\"notIn\",\"schema\":{\"x-component\":\"Select\",\"x-component-props\":{\"mode\":\"tags\"}}},{\"label\":\"{{t(\\\"is not empty\\\")}}\",\"value\":\"$notNull\",\"noValue\":true},{\"label\":\"{{t(\\\"is empty\\\")}}\",\"value\":\"$null\",\"noValue\":true}]}}',\t'0',\t1,\t'2021-09-04 01:09:49.293+00',\t'2021-09-04 01:09:49.293+00',\t'lult0p6kdrw'),\n('lqvuevs9f6e',\t'type',\tNULL,\t'string',\t'Select',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"enum\":[{\"label\":\"{{t(\\\"Insert\\\")}}\",\"value\":\"create\",\"color\":\"green\"},{\"label\":\"{{t(\\\"Update\\\")}}\",\"value\":\"update\",\"color\":\"blue\"},{\"label\":\"{{t(\\\"Delete\\\")}}\",\"value\":\"destroy\",\"color\":\"red\"}]}',\t'0',\t1,\t'2021-09-04 01:09:49.3+00',\t'2021-09-04 01:09:49.3+00',\t'f17df8q1pzy'),\n('jdovkm5la48',\t'column1',\t'{{t(\"Created at\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 01:09:49.318+00',\t'2021-09-04 01:09:49.318+00',\t'uqbwicpjq0l'),\n('widqzim9t1z',\t'created_at',\tNULL,\t'string',\t'DatePicker',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true,\"x-component-props\":{\"format\":\"YYYY-MM-DD HH:mm:ss\"}}',\t'0',\t1,\t'2021-09-04 01:09:49.327+00',\t'2021-09-04 01:09:49.327+00',\t'jdovkm5la48'),\n('gi6i6wxnbxa',\t'column2',\t'{{t(\"Created by\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-04 01:09:49.338+00',\t'2021-09-04 01:09:49.338+00',\t'uqbwicpjq0l'),\n('n4kefhfo7xe',\t'user.nickname',\tNULL,\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-04 01:09:49.345+00',\t'2021-09-04 01:09:49.345+00',\t'gi6i6wxnbxa'),\n('sai37tfbv1x',\t'column3',\t'{{t(\"Collection display name\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-04 01:09:49.358+00',\t'2021-09-04 01:09:49.358+00',\t'uqbwicpjq0l'),\n('1jyy188m4wa',\t'collection.title',\tNULL,\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-04 01:09:49.365+00',\t'2021-09-04 01:09:49.365+00',\t'sai37tfbv1x'),\n('aj5l2mjzdxb',\t'column4',\t'{{t(\"Action type\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-04 01:09:49.377+00',\t'2021-09-04 01:09:49.377+00',\t'uqbwicpjq0l'),\n('dyrw60kdd2p',\t'type',\tNULL,\t'string',\t'Select',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true,\"enum\":[{\"label\":\"{{t(\\\"Insert\\\")}}\",\"value\":\"create\",\"color\":\"green\"},{\"label\":\"{{t(\\\"Update\\\")}}\",\"value\":\"update\",\"color\":\"blue\"},{\"label\":\"{{t(\\\"Delete\\\")}}\",\"value\":\"destroy\",\"color\":\"red\"}]}',\t'0',\t1,\t'2021-09-04 01:09:49.389+00',\t'2021-09-04 01:09:49.389+00',\t'aj5l2mjzdxb'),\n('6if7lzkrume',\t't4tamfzz358',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"width\":60,\"align\":\"center\"}}',\t'0',\t6,\t'2021-09-04 01:09:49.4+00',\t'2021-09-04 01:09:49.4+00',\t'uqbwicpjq0l'),\n('8bkpd1xhj07',\t'o9c1h033n9v',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\",\"style\":{\"padding\":\"0\",\"height\":\"auto\"}},\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-04 01:09:49.406+00',\t'2021-09-04 01:09:49.406+00',\t'6if7lzkrume'),\n('vbnmf5sh27z',\t'qq2415u35s2',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true,\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useActionLogDetailsResource }}\"},\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-04 01:09:49.415+00',\t'2021-09-04 01:09:49.415+00',\t'8bkpd1xhj07'),\n('1lm1n02i12g',\t'created_at',\t'{{t(\"Created at\")}}',\t'string',\t'DatePicker',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-component-props\":{\"format\":\"YYYY-MM-DD HH:mm:ss\"}}',\t'0',\t1,\t'2021-09-04 01:09:49.422+00',\t'2021-09-04 01:09:49.422+00',\t'vbnmf5sh27z'),\n('fm155fw7gtm',\t'user.nickname',\t'{{t(\"Created by\")}}',\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t2,\t'2021-09-04 01:09:49.432+00',\t'2021-09-04 01:09:49.432+00',\t'vbnmf5sh27z'),\n('xc724n88xgn',\t'collection.title',\t'{{t(\"Collection display name\")}}',\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t3,\t'2021-09-04 01:09:49.445+00',\t'2021-09-04 01:09:49.445+00',\t'vbnmf5sh27z'),\n('3vx9a9kt3jc',\t'type',\t'{{t(\"Action type\")}}',\t'string',\t'Select',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"enum\":[{\"label\":\"{{t(\\\"Insert\\\")}}\",\"value\":\"create\",\"color\":\"green\"},{\"label\":\"{{t(\\\"Update\\\")}}\",\"value\":\"update\",\"color\":\"blue\"},{\"label\":\"{{t(\\\"Delete\\\")}}\",\"value\":\"destroy\",\"color\":\"red\"}]}',\t'0',\t4,\t'2021-09-04 01:09:49.456+00',\t'2021-09-04 01:09:49.456+00',\t'vbnmf5sh27z'),\n('r1m8822uids',\t'changes',\t'{{t(\"Data changes\")}}',\t'array',\t'ArrayTable',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-component-props\":{\"pagination\":false},\"items\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"object\",\"properties\":{\"column0\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"width\":80,\"align\":\"center\"},\"properties\":{\"index\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Index\",\"name\":\"index\"}},\"name\":\"column0\"},\"column1\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"title\":\"{{t(\\\"Field display name\\\")}}\"},\"properties\":{\"field\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"string\",\"x-decorator\":\"FormilyFormItem\",\"x-component\":\"ActionLogs.Field\",\"name\":\"field\"}},\"name\":\"column1\"},\"column3\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"title\":\"{{t(\\\"Before change\\\")}}\"},\"properties\":{\"before\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"string\",\"x-decorator\":\"FormilyFormItem\",\"x-component\":\"ActionLogs.FieldValue\",\"name\":\"before\"}},\"name\":\"column3\"},\"column4\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"title\":\"{{t(\\\"After change\\\")}}\"},\"properties\":{\"after\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"string\",\"x-decorator\":\"FormilyFormItem\",\"x-component\":\"ActionLogs.FieldValue\",\"name\":\"after\"}},\"name\":\"column4\"}}}}',\t'0',\t5,\t'2021-09-04 01:09:49.467+00',\t'2021-09-04 01:09:49.467+00',\t'vbnmf5sh27z'),\n('vxidy2p6yda',\t'evogvumfs6r',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-04 01:11:37.861+00',\t'2021-09-04 01:11:37.892+00',\t'996rd4ydrib'),\n('wg9l8wt8fw0',\t'eepiixl29ye',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"8ke6k4er30w\"}}',\t'0',\t1,\t'2021-09-08 07:28:28.453+00',\t'2021-09-08 07:28:28.453+00',\t'25d5jv4678c'),\n('u26ejat4fth',\t'ou46i76ytud',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-08 07:28:33.394+00',\t'2021-09-08 07:28:33.394+00',\t'tj9c7vbrcib'),\n('w97g6pgiozw',\t'po2brogy67h',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:28:33.403+00',\t'2021-09-08 07:28:33.403+00',\t'u26ejat4fth'),\n('h7vq1zhlfvp',\t'lnnc3mvwmxx',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:28:57.377+00',\t'2021-09-08 07:28:57.377+00',\t'4vjk2zw3u7d'),\n('nwp1be3yr3v',\t'o49n3fux7o0',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Calendar.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-08 07:28:57.398+00',\t'2021-09-08 07:28:57.398+00',\t'mozw8ws430b'),\n('ahgh1u3w8kx',\t'fmup56jsha5',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-08 07:28:57.406+00',\t'2021-09-08 07:28:57.406+00',\t'nwp1be3yr3v'),\n('moqvunryqs8',\t'6has654tfxv',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-08 07:28:57.419+00',\t'2021-09-08 07:28:57.419+00',\t'nwp1be3yr3v'),\n('ecx6tsojqh6',\t'ylnw14ttrin',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:29:05.227+00',\t'2021-09-08 07:29:05.227+00',\t'moqvunryqs8'),\n('f3g2nvepmae',\t'e4epsnnjqbv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:29:05.239+00',\t'2021-09-08 07:29:05.239+00',\t'ecx6tsojqh6'),\n('dkrv5gprp6g',\t'8jhx89oem7a',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_u4i0jrp4uo6\"}}',\t'0',\t1,\t'2021-09-08 07:29:05.246+00',\t'2021-09-08 07:29:05.246+00',\t'f3g2nvepmae'),\n('15gxwkvqfzc',\t'l20btw9gq21',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-08 07:29:08.052+00',\t'2021-09-08 07:29:08.052+00',\t'moqvunryqs8'),\n('ck47p3bbabj',\t'v9gcpuapc7p',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:29:08.065+00',\t'2021-09-08 07:29:08.065+00',\t'15gxwkvqfzc'),\n('zgjbnykkndz',\t'l93in563lry',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t1,\t'2021-09-08 07:29:08.083+00',\t'2021-09-08 07:29:08.083+00',\t'ck47p3bbabj'),\n('bha10rq6g96',\t'yxwpu6da0z6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:29:12.975+00',\t'2021-09-08 07:29:12.975+00',\t'fvvdyd39o71'),\n('w6axtww5a1u',\t'v48a8vnkf49',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"}}',\t'0',\t1,\t'2021-09-08 07:29:06.331+00',\t'2021-09-08 07:29:12.989+00',\t'bha10rq6g96'),\n('fvvdyd39o71',\t'5quodzvwb9b',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-08 07:29:12.964+00',\t'2021-09-08 07:29:13.01+00',\t'moqvunryqs8'),\n('r11bmiojt9l',\t'9v9jmg4uqyn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:29:06.317+00',\t'2021-09-08 07:29:06.317+00',\tNULL),\n('fkzlftn3o14',\t't8vjwji8udd',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 00:57:02.598+00',\t'2021-09-12 00:57:02.598+00',\t'xw9hxqfi06n'),\n('bv71k1q4yvp',\t'z4l7wiazy4e',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 00:57:07.746+00',\t'2021-09-12 00:57:07.746+00',\t'fkzlftn3o14'),\n('i1abz0a3dw2',\t'e92wjomomt9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 00:57:07.759+00',\t'2021-09-12 00:57:07.759+00',\t'bv71k1q4yvp'),\n('hzrmdhjypsf',\t'wjqqon0ocam',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":true,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"users\",\"collectionName\":\"users\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.772+00',\t'2021-09-12 00:57:07.772+00',\t'i1abz0a3dw2'),\n('nai5i8gl2n5',\t'g46rhwjdihe',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 00:57:07.78+00',\t'2021-09-12 00:57:07.78+00',\t'hzrmdhjypsf'),\n('qi2bagnc54o',\t'ixa25gf4v1a',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 00:57:07.787+00',\t'2021-09-12 00:57:07.787+00',\t'nai5i8gl2n5'),\n('sdzbz7a19qb',\t'bpqs6one3i5',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-12 00:57:07.797+00',\t'2021-09-12 00:57:07.797+00',\t'nai5i8gl2n5'),\n('2ajsn2gbvde',\t'6b1vitu9mlw',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 00:57:07.807+00',\t'2021-09-12 00:57:07.807+00',\t'nai5i8gl2n5'),\n('oysejmvxfuk',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.815+00',\t'2021-09-12 00:57:07.815+00',\t'2ajsn2gbvde'),\n('jrpuh9vtc6n',\t'8umqjk96she',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.828+00',\t'2021-09-12 00:57:07.828+00',\t'oysejmvxfuk'),\n('imqc1wkzxx3',\t'o0xbq7zrji2',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 00:57:07.84+00',\t'2021-09-12 00:57:07.84+00',\t'hzrmdhjypsf'),\n('stivfufa62x',\t'0pcj1vt8a0i',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.848+00',\t'2021-09-12 00:57:07.848+00',\t'imqc1wkzxx3'),\n('38wqnbvxsnm',\t'msib8drtu54',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 00:57:07.856+00',\t'2021-09-12 00:57:07.856+00',\t'stivfufa62x'),\n('t00oxqu2fer',\t'y2k229z7rgr',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 00:57:07.864+00',\t'2021-09-12 00:57:07.864+00',\t'38wqnbvxsnm'),\n('g10ys8ubnlj',\t'ad97webn7mu',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 00:57:07.872+00',\t'2021-09-12 00:57:07.872+00',\t't00oxqu2fer'),\n('u9cgrrqx30v',\t'p6ri656ococ',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 00:57:07.88+00',\t'2021-09-12 00:57:07.88+00',\t'g10ys8ubnlj'),\n('c6l3fe493su',\t'xxx1fnwhq3q',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.886+00',\t'2021-09-12 00:57:07.886+00',\t'u9cgrrqx30v'),\n('xw9hxqfi06n',\t'mqgmzlde3wc',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 00:57:02.588+00',\t'2021-09-12 00:57:02.588+00',\tNULL),\n('zc57lr3dfgw',\t'x2bwu51sttx',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-12 01:21:34.527+00',\t'2021-09-12 01:21:34.527+00',\t'8rp2l6eh3gi'),\n('i7nwvszk1ul',\t'ugthmqfq0mv',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-12 00:57:07.902+00',\t'2021-09-12 00:57:07.902+00',\t'stivfufa62x'),\n('r8xmho8ufys',\t'3ducyhkckzh',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.913+00',\t'2021-09-12 00:57:07.913+00',\t'i7nwvszk1ul'),\n('m2u2kmo6b67',\t'qj4mpfwbrvt',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 00:57:07.919+00',\t'2021-09-12 00:57:07.919+00',\t'r8xmho8ufys'),\n('ozrz6h8zguv',\t'syiv8jci7t2',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_l6xhfn14zji\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 00:57:12.156+00',\t'2021-09-12 00:57:12.156+00',\t'hzrmdhjypsf'),\n('6zt8a6vfmeg',\tNULL,\t'Created at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t27,\t'2021-09-12 01:05:52.739+00',\t'2021-09-12 01:05:52.739+00',\tNULL),\n('q1bwolkkq5w',\tNULL,\t'Last updated at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t28,\t'2021-09-12 01:05:52.758+00',\t'2021-09-12 01:05:52.758+00',\tNULL),\n('si4x29vvkeb',\tNULL,\t'Created by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t29,\t'2021-09-12 01:05:52.775+00',\t'2021-09-12 01:05:52.775+00',\tNULL),\n('g6fgjhxwqdt',\tNULL,\t'Last updated by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t30,\t'2021-09-12 01:05:52.794+00',\t'2021-09-12 01:05:52.794+00',\tNULL),\n('u1767w73vdn',\tNULL,\t'Created at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t31,\t'2021-09-12 01:06:05.204+00',\t'2021-09-12 01:06:05.204+00',\tNULL),\n('fmweeu589m9',\tNULL,\t'Last updated at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t32,\t'2021-09-12 01:06:05.219+00',\t'2021-09-12 01:06:05.219+00',\tNULL),\n('bi9n4qdvvk2',\tNULL,\t'Created by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t33,\t'2021-09-12 01:06:05.234+00',\t'2021-09-12 01:06:05.234+00',\tNULL),\n('dzc486mzccr',\tNULL,\t'Last updated by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t34,\t'2021-09-12 01:06:05.248+00',\t'2021-09-12 01:06:05.248+00',\tNULL),\n('oo7ejuze28i',\tNULL,\t'Created at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t35,\t'2021-09-12 01:06:55.127+00',\t'2021-09-12 01:06:55.127+00',\tNULL),\n('1l9qav1f97v',\tNULL,\t'Last updated at',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"dateFormat\":\"YYYY-MM-DD\"},\"x-read-pretty\":true,\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t36,\t'2021-09-12 01:06:55.144+00',\t'2021-09-12 01:06:55.144+00',\tNULL),\n('ya58lec57fp',\tNULL,\t'Created by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t37,\t'2021-09-12 01:06:55.16+00',\t'2021-09-12 01:06:55.16+00',\tNULL),\n('k40ozwnisyr',\tNULL,\t'Last updated by',\t'object',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\":{\"value\":\"id\",\"label\":\"nickname\"}},\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t38,\t'2021-09-12 01:06:55.175+00',\t'2021-09-12 01:06:55.175+00',\tNULL),\n('yo6wjwgsfx2',\tNULL,\t'Order time',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"showTime\":true,\"dateFormat\":\"YYYY-MM-DD\",\"timeFormat\":\"HH:mm:ss\"},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t39,\t'2021-09-12 01:09:26.209+00',\t'2021-09-12 01:09:26.209+00',\tNULL),\n('kmx147xwkrp',\tNULL,\t'Customers',\t'array',\t'Select.Drawer',\t'{\"x-component-props\":{},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t40,\t'2021-09-12 01:09:26.225+00',\t'2021-09-12 01:09:26.225+00',\tNULL),\n('e5r226qqi20',\tNULL,\t'Plan',\t'string',\t'Select',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Select.DesignableBar\",\"enum\":[{\"value\":\"i2xjqmnwrsu\",\"label\":\"Plan A\",\"color\":\"volcano\"},{\"value\":\"x4qnavatfai\",\"label\":\"Plan B\",\"color\":\"blue\"},{\"value\":\"tqgda8p724l\",\"label\":\"Plan C\",\"color\":\"purple\"}]}',\t'0',\t41,\t'2021-09-12 01:09:26.238+00',\t'2021-09-12 01:09:26.238+00',\tNULL),\n('h73wygfixrg',\tNULL,\t'Orders',\t'array',\t'Select.Drawer',\t'{\"x-component-props\":{\"multiple\":true},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t42,\t'2021-09-12 01:09:26.265+00',\t'2021-09-12 01:09:26.265+00',\tNULL),\n('wfa10dg0vyl',\t'0av8mj9jq3l',\t'All orders',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"containeroutlined\"}}',\t'0',\t1,\t'2021-09-12 01:10:07.368+00',\t'2021-09-12 01:10:07.368+00',\t'im4un32remd'),\n('r16pf88chlh',\t'0sf7awkbbay',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 01:10:07.376+00',\t'2021-09-12 01:10:07.376+00',\t'wfa10dg0vyl'),\n('ogl7n8xeh4g',\t'pu8svnfaae7',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 01:10:07.384+00',\t'2021-09-12 01:10:07.384+00',\t'r16pf88chlh'),\n('ndkbn5dqzs4',\t'i9vlphwxml2',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:10:12.033+00',\t'2021-09-12 01:10:12.033+00',\t'i8maupbyrqr'),\n('tv41iuflns0',\t'hi1m7gvp1nz',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-12 01:10:12.056+00',\t'2021-09-12 01:10:12.056+00',\t'ndkbn5dqzs4'),\n('im4un32remd',\t'0t3ogc8kqam',\t'Orders',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"fileaddoutlined\"}}',\t'0',\t7,\t'2021-09-12 01:09:53.21+00',\t'2021-09-14 00:34:37.383+00',\t'qqzzjakwkwl'),\n('sjc5uxxtwkm',\t'lve0bb7tpqo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"x-component-props\":{\"colsize\":[72.79090113735784,27.296587926509186]}}',\t'0',\t1,\t'2021-09-12 01:10:12.008+00',\t'2021-09-12 07:39:03.824+00',\t'ogl7n8xeh4g'),\n('hna5hq4l38r',\t'lg8lkzm49l6',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 01:10:12.074+00',\t'2021-09-12 01:10:12.074+00',\t'ndkbn5dqzs4'),\n('5f7lkzu3hda',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:10:12.08+00',\t'2021-09-12 01:10:12.08+00',\t'hna5hq4l38r'),\n('3gtya6xukdi',\t'1k0o6ibj6cf',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:10:12.085+00',\t'2021-09-12 01:10:12.085+00',\t'5f7lkzu3hda'),\n('xdxjz31ekds',\t'89dintqhzl6',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 01:10:12.103+00',\t'2021-09-12 01:10:12.103+00',\t'i8maupbyrqr'),\n('yd9talr3lrb',\t'qkzrcqwmldu',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 01:10:12.109+00',\t'2021-09-12 01:10:12.109+00',\t'xdxjz31ekds'),\n('grfgh95t4rk',\t'k969jftku2c',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:10:12.136+00',\t'2021-09-12 01:10:12.136+00',\t'7ds90qryerh'),\n('au8xgar9tv5',\t'4aimv3nkr7e',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:10:12.144+00',\t'2021-09-12 01:10:12.144+00',\t'grfgh95t4rk'),\n('t3k2jym57q1',\t'dtezto2qffv',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-12 01:10:12.158+00',\t'2021-09-12 01:10:12.158+00',\t'yd9talr3lrb'),\n('hcmzrfmx94r',\t'5livvlkcu7p',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:10:12.164+00',\t'2021-09-12 01:10:12.164+00',\t't3k2jym57q1'),\n('dzo9zrof056',\t'yo69qf1u3r9',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:10:12.171+00',\t'2021-09-12 01:10:12.171+00',\t'hcmzrfmx94r'),\n('m4ltb1ya67k',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:10:20.723+00',\t'2021-09-12 01:10:20.723+00',\t'qtwdtjhe0xe'),\n('w6ozkcwqb97',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-12 01:10:20.731+00',\t'2021-09-12 01:10:20.731+00',\t'm4ltb1ya67k'),\n('jewwt4qkrlg',\t'57wg4wfrqzb',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:10:20.738+00',\t'2021-09-12 01:10:20.738+00',\t'w6ozkcwqb97'),\n('nqokibplz6f',\t'213pbt40t09',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 01:10:20.746+00',\t'2021-09-12 01:10:20.746+00',\t'jewwt4qkrlg'),\n('2veqbkhmx6h',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:10:20.762+00',\t'2021-09-12 01:10:20.762+00',\t'qtwdtjhe0xe'),\n('yh2o0ihutor',\t's6wc9n5hne0',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:10:20.769+00',\t'2021-09-12 01:10:20.769+00',\t'2veqbkhmx6h'),\n('tvxex3cts8i',\t'8ko0o9knyzh',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:10:20.79+00',\t'2021-09-12 01:10:20.79+00',\t'6q2ge2n723q'),\n('6chv7wh9gy9',\t'wd7t4yuzxpo',\t'All customers',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"teamoutlined\"}}',\t'0',\t1,\t'2021-09-12 01:11:03.872+00',\t'2021-09-12 01:11:03.872+00',\t'k33sn747t75'),\n('o9zz2vpi0k0',\t'r82gfts72fy',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 01:11:03.884+00',\t'2021-09-12 01:11:03.884+00',\t'6chv7wh9gy9'),\n('fyku58l8svs',\t'ag10guls97u',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 01:11:03.894+00',\t'2021-09-12 01:11:03.894+00',\t'o9zz2vpi0k0'),\n('k33sn747t75',\t'toiptec9ecn',\t'Customers',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"teamoutlined\"}}',\t'0',\t6,\t'2021-09-12 01:10:51.674+00',\t'2021-09-12 12:16:08.436+00',\t'qqzzjakwkwl'),\n('aslfo2li593',\t'spsl8qelznn',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:11:33.883+00',\t'2021-09-12 01:11:33.883+00',\t'm25pry2yof2'),\n('6q2ge2n723q',\t'80gmfnxvnda',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{\"icon\":\"containeroutlined\"}}',\t'0',\t1,\t'2021-09-12 01:10:20.784+00',\t'2021-09-12 01:54:55.575+00',\t'drueiy5hn0w'),\n('m25pry2yof2',\t'gwrhxxovbta',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\"}}',\t'0',\t2,\t'2021-09-12 01:11:33.873+00',\t'2021-09-23 02:53:57.411+00',\t'tbrkw7j67dv'),\n('v5daj7h03f7',\t'rezhf02g51m',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 01:10:20.244+00',\t'2021-09-12 07:38:57.619+00',\t'i8maupbyrqr'),\n('7ds90qryerh',\t'wms4h2zzwka',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 01:10:12.129+00',\t'2021-09-14 02:53:59.028+00',\t'eq8ty1c1ldv'),\n('eq8ty1c1ldv',\t'bqnsqblyxd0',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:10:12.122+00',\t'2021-09-12 01:10:12.122+00',\tNULL),\n('drueiy5hn0w',\t'hqzrnwubybg',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 01:10:20.776+00',\t'2021-09-14 03:14:35.99+00',\t'yh2o0ihutor'),\n('53mjk8nwktv',\t'pjmurqm2xzn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:11:33.862+00',\t'2021-09-12 01:11:33.862+00',\tNULL),\n('f9bihqdzwoi',\t'gc9yhrw3oom',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-12 01:11:33.904+00',\t'2021-09-12 01:11:33.904+00',\t'aslfo2li593'),\n('2k28iunkmjw',\t'w0n0kctetxb',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 01:11:33.915+00',\t'2021-09-12 01:11:33.915+00',\t'aslfo2li593'),\n('777gho3ucdd',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:11:33.927+00',\t'2021-09-12 01:11:33.927+00',\t'2k28iunkmjw'),\n('22witz3g5qp',\t'gobvb7mfrb8',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:11:33.935+00',\t'2021-09-12 01:11:33.935+00',\t'777gho3ucdd'),\n('9howq9m8gs1',\t'glmomd8yq21',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 01:11:33.961+00',\t'2021-09-12 01:11:33.961+00',\t'bceywyhrjmk'),\n('iaxzbfxslth',\t'osjcqk398jr',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 01:11:33.967+00',\t'2021-09-12 01:11:33.967+00',\t'9howq9m8gs1'),\n('5pg2jxcphsc',\t'fp5t45pemhg',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:11:33.976+00',\t'2021-09-12 01:11:33.976+00',\t'iaxzbfxslth'),\n('q282cw6jjk1',\t'bvgwjuwfxd1',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:11:33.984+00',\t'2021-09-12 01:11:33.984+00',\t'5pg2jxcphsc'),\n('jf4rvr8ev5h',\t'4miguuscpb8',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:11:33.997+00',\t'2021-09-12 01:11:33.997+00',\t'hczibotbvz2'),\n('7b0s6zupndc',\t'kjv1si32czw',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-12 01:11:34.017+00',\t'2021-09-12 01:11:34.017+00',\t'9howq9m8gs1'),\n('yb2zg16i1km',\t'429ybajjur9',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:11:34.026+00',\t'2021-09-12 01:11:34.026+00',\t'7b0s6zupndc'),\n('6z1xnufz6qe',\t'1s4smmvwe93',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:11:34.032+00',\t'2021-09-12 01:11:34.032+00',\t'yb2zg16i1km'),\n('r9i0nuz6gaa',\tNULL,\t'Name',\t'string',\t'Input',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t43,\t'2021-09-12 01:13:43.207+00',\t'2021-09-12 01:13:43.207+00',\tNULL),\n('d0vxh9zspr0',\tNULL,\t'Phone number',\t'string',\t'Input',\t'{\"x-decorator\":\"FormItem\",\"x-validator\":\"phone\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t44,\t'2021-09-12 01:13:43.225+00',\t'2021-09-12 01:13:43.225+00',\tNULL),\n('cntdgyegzk1',\tNULL,\t'Gender',\t'string',\t'Radio.Group',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Radio.DesignableBar\",\"enum\":[{\"value\":\"khan8z430yx\",\"label\":\"Male\",\"color\":\"geekblue\"},{\"value\":\"59khrisonj6\",\"label\":\"Female\",\"color\":\"orange\"}]}',\t'0',\t45,\t'2021-09-12 01:13:43.244+00',\t'2021-09-12 01:13:43.244+00',\tNULL),\n('wy9l25k1k8n',\tNULL,\t'Birthday',\t'datetime',\t'DatePicker',\t'{\"x-component-props\":{\"showTime\":false,\"dateFormat\":\"YYYY-MM-DD\"},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"DatePicker.DesignableBar\"}',\t'0',\t46,\t'2021-09-12 01:13:43.265+00',\t'2021-09-12 01:13:43.265+00',\tNULL),\n('mz5lwuvl3ne',\tNULL,\t'Attachment',\t'array',\t'Upload.Attachment',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Upload.DesignableBar\",\"x-component-props\":{\"multiple\":true}}',\t'0',\t47,\t'2021-09-12 01:13:43.301+00',\t'2021-09-12 01:13:43.301+00',\tNULL),\n('ic1crmml3ww',\tNULL,\t'Note',\t'string',\t'Input.TextArea',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t48,\t'2021-09-12 01:13:43.32+00',\t'2021-09-12 01:13:43.32+00',\tNULL),\n('vc7jvb0em51',\t'2rpzzkdngbo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:14:15.956+00',\t'2021-09-12 01:14:15.956+00',\t'22witz3g5qp'),\n('wtuhk4bann5',\t'fmm03j2mt8v',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:14:15.963+00',\t'2021-09-12 01:14:15.963+00',\t'vc7jvb0em51'),\n('hluydy0pi2o',\t'r22lpqhyzsx',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-12 01:14:18.807+00',\t'2021-09-12 01:14:18.807+00',\t'22witz3g5qp'),\n('apabsv0yg2q',\t'1g6uvocosd6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:14:17.511+00',\t'2021-09-12 01:14:17.511+00',\tNULL),\n('dubqcfoeq15',\t'woed7vfczcb',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 01:13:49.002+00',\t'2021-09-26 01:40:11.789+00',\t'm25pry2yof2'),\n('hczibotbvz2',\t'jbs3r05u50o',\t'Profile',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{\"icon\":\"useroutlined\"}}',\t'0',\t1,\t'2021-09-12 01:11:33.99+00',\t'2021-09-12 01:23:28.504+00',\t'q282cw6jjk1'),\n('jmz9esp7c20',\t'25buhserozn',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:14:17.518+00',\t'2021-09-12 01:17:46.58+00',\t'b5vjs506lyu'),\n('yvspx17cglv',\t'dmmbrg2jlqg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:06:26.454+00',\t'2021-09-14 01:06:26.454+00',\tNULL),\n('1jedgeo94xg',\t'py477djvyjy',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 03:16:16.382+00',\t'2021-09-14 03:16:16.382+00',\t'4tbaimvtzis'),\n('5wmi74rpmj6',\t'vp0wppz6qtv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:16.391+00',\t'2021-09-14 03:16:16.391+00',\t'1jedgeo94xg'),\n('0qm1vj5t0dn',\t'iiyz49vv29u',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 03:16:16.397+00',\t'2021-09-14 03:16:16.397+00',\t'5wmi74rpmj6'),\n('bceywyhrjmk',\t'ljudn2t3cp8',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 01:11:33.953+00',\t'2021-09-17 07:43:29.625+00',\t'm25pry2yof2'),\n('6yt6ty5gkhr',\t'u1nzo8wa5qs',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:14:21.002+00',\t'2021-09-12 01:14:21.002+00',\t'1swy4yztzes'),\n('79g2vkwum4c',\t'h4dbd1dvt4t',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-12 01:14:21.009+00',\t'2021-09-12 01:14:21.009+00',\t'6yt6ty5gkhr'),\n('4xzjetbp5tc',\t'cuqc88t2ma9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:14:21.505+00',\t'2021-09-12 01:14:21.505+00',\t'21khaxi97r3'),\n('8b4uwbnbf26',\t'g0bltxjxqmm',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-12 01:14:21.512+00',\t'2021-09-12 01:14:21.512+00',\t'4xzjetbp5tc'),\n('nfe18h31k3u',\t'uj1z5cjz0yn',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:14:15.969+00',\t'2021-09-12 01:14:26.436+00',\t'wtuhk4bann5'),\n('anwph5e5kub',\t'l9dru06qm0k',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:29.49+00',\t'2021-09-12 01:21:29.49+00',\t'19hvzgb1jz5'),\n('oyzz4l3hdz0',\t'ydm5d3avyyz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:14:19.966+00',\t'2021-09-12 01:14:19.966+00',\tNULL),\n('zvd6gh9ikuu',\t'fgd5nncqm6s',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:14:18.826+00',\t'2021-09-12 01:15:02.149+00',\t'enwykdtf64o'),\n('enwykdtf64o',\t'6tvz4juk4km',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:15:02.142+00',\t'2021-09-12 01:15:02.164+00',\t'vc7jvb0em51'),\n('0jxb4dmrc1x',\t'a353elbncoc',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:17:29.67+00',\t'2021-09-12 01:18:08.981+00',\t'7t77ao8zf3y'),\n('2h9pf1b6olk',\t'9o4lf7kfp0o',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-12 01:14:19.975+00',\t'2021-09-12 01:15:08.468+00',\t'a3lfj4ufg57'),\n('a3lfj4ufg57',\t'8l8m8wufce1',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 01:15:08.455+00',\t'2021-09-12 01:15:08.483+00',\t'hluydy0pi2o'),\n('zncs2fmi3md',\tNULL,\t'Membership level',\t'string',\t'Select',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Select.DesignableBar\",\"enum\":[{\"value\":\"z7wq1mkwmmx\",\"label\":\"Blue Member\",\"color\":\"blue\"},{\"value\":\"plcxasw2xrs\",\"label\":\"Orange Member\",\"color\":\"orange\"},{\"value\":\"e3fb46gnarj\",\"label\":\"Lime Member\",\"color\":\"lime\"},{\"value\":\"h5cxo6g48lj\",\"label\":\" Purple Member\",\"color\":\"purple\"}]}',\t'0',\t49,\t'2021-09-12 01:17:01.049+00',\t'2021-09-12 01:17:01.049+00',\tNULL),\n('o21p57oi4ci',\tNULL,\t'Address',\t'string',\t'Input.TextArea',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t50,\t'2021-09-12 01:17:01.065+00',\t'2021-09-12 01:17:01.065+00',\tNULL),\n('y9pc4sua6q7',\t'0wicv1in4co',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-23 02:53:11.395+00',\t'2021-09-23 02:53:16.615+00',\t'k50qsygrdju'),\n('cexqu9aljyo',\t'viqzudzapsd',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-12 01:21:29.499+00',\t'2021-09-12 01:21:29.499+00',\t'anwph5e5kub'),\n('atinc1dlozk',\t'gtwsrd24pwu',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:17:30.204+00',\t'2021-09-12 01:17:30.204+00',\tNULL),\n('b5vjs506lyu',\t'ommvztbfurm',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:17:46.573+00',\t'2021-09-12 01:17:46.573+00',\t'vzcuhg55sn3'),\n('1swy4yztzes',\t'3ozjaernleo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t6,\t'2021-09-12 01:14:20.995+00',\t'2021-09-12 01:17:46.595+00',\t'22witz3g5qp'),\n('21khaxi97r3',\t'iazoviy990a',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-12 01:14:21.499+00',\t'2021-09-12 01:17:46.595+00',\t'22witz3g5qp'),\n('7t77ao8zf3y',\t'cc1np91buct',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t-1,\t'2021-09-12 01:18:08.972+00',\t'2021-09-12 01:18:09+00',\t'hluydy0pi2o'),\n('vzcuhg55sn3',\t'outlv9mq1ez',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-12 01:17:46.564+00',\t'2021-09-12 01:17:46.598+00',\t'22witz3g5qp'),\n('74jdmf7htme',\t'o81z6jliczi',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:17:29.66+00',\t'2021-09-12 01:17:29.66+00',\tNULL),\n('8rbqppijo6v',\t'65q04heh01j',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-12 01:17:30.21+00',\t'2021-09-12 01:18:11.496+00',\t'4qzisdp3fpx'),\n('4qzisdp3fpx',\t'yvhd3j8evvg',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 01:18:11.486+00',\t'2021-09-12 01:18:11.509+00',\t'vzcuhg55sn3'),\n('nf32jixkuac',\t'voz2fj5gb3o',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:26.386+00',\t'2021-09-12 01:21:26.386+00',\t'jf4rvr8ev5h'),\n('cz06k9ro7eh',\t'gzu1yd9dch2',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:26.396+00',\t'2021-09-12 01:21:26.396+00',\t'nf32jixkuac'),\n('vvg3uj45z6k',\t'urdf0zcwjvb',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:21:26.403+00',\t'2021-09-12 01:21:26.403+00',\t'cz06k9ro7eh'),\n('70pez9j2s6n',\t'tgqdvnnb6ko',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:21:26.412+00',\t'2021-09-12 01:21:26.412+00',\t'vvg3uj45z6k'),\n('blgc7o07897',\t'5iunrh4nymu',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-12 01:21:26.42+00',\t'2021-09-12 01:21:26.42+00',\t'vvg3uj45z6k'),\n('19hvzgb1jz5',\t'gw6shks3mcb',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:29.484+00',\t'2021-09-12 01:21:29.484+00',\t'blgc7o07897'),\n('i4ffmbtsbk9',\t'oxw4vj4y9pw',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-12 01:21:33.991+00',\t'2021-09-12 01:21:33.991+00',\t'blgc7o07897'),\n('8v7bi9r7q6h',\t'0t8uvcph9gw',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:33.999+00',\t'2021-09-12 01:21:33.999+00',\t'i4ffmbtsbk9'),\n('3lo11hxgzke',\t'ibwnjqstl1i',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-12 01:21:34.006+00',\t'2021-09-12 01:21:34.006+00',\t'8v7bi9r7q6h'),\n('n02x4dcefxx',\t'06q5l8obr24',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-12 01:21:34.505+00',\t'2021-09-12 01:21:34.505+00',\t'blgc7o07897'),\n('cvwb42tx2ro',\t'5ddxcinqdo5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:32.528+00',\t'2021-09-12 01:21:32.528+00',\tNULL),\n('r07c2nk7bth',\t'ledjnkq83io',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:59.866+00',\t'2021-09-14 02:34:59.866+00',\tNULL),\n('e4ylnpoef0i',\t'b3tplj340ns',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:40:45.828+00',\t'2021-09-14 02:40:45.828+00',\t'm3g53ifw6yn'),\n('rhkqkgcyox9',\t'svz85x018xm',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-12 01:21:38.501+00',\t'2021-09-12 01:21:38.501+00',\t'blgc7o07897'),\n('qsbw5i7m5dy',\t'znlrxcz1znf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:38.508+00',\t'2021-09-12 01:21:38.508+00',\t'rhkqkgcyox9'),\n('e3v3ll2nyrp',\t'u3unof4xym6',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-12 01:21:38.514+00',\t'2021-09-12 01:21:38.514+00',\t'qsbw5i7m5dy'),\n('yw67h0a57nh',\t'si4gdea160t',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-12 01:21:39.121+00',\t'2021-09-12 01:21:39.121+00',\t'blgc7o07897'),\n('nuntw5bi3bz',\t'wsik8zl0ex2',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:39.132+00',\t'2021-09-12 01:21:39.132+00',\t'yw67h0a57nh'),\n('9x1nmfi9uaa',\t'0c8lgbpso1n',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-12 01:21:39.148+00',\t'2021-09-12 01:21:39.148+00',\t'nuntw5bi3bz'),\n('ji78aeg27tl',\t'fdh5e0f100k',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:56.183+00',\t'2021-09-12 01:21:56.183+00',\t'6z1xnufz6qe'),\n('z75wbl9gpf6',\t'og2kvbj720t',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:56.2+00',\t'2021-09-12 01:21:56.2+00',\t'ji78aeg27tl'),\n('oq5shoaso6r',\t'sib1bq6zhbg',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-12 01:21:57.613+00',\t'2021-09-12 01:21:57.613+00',\t'6z1xnufz6qe'),\n('tdvgxfkjzbk',\t'r52wsttca2z',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:58.471+00',\t'2021-09-12 01:21:58.471+00',\t'hcxvjjp01rm'),\n('e9frsg4c2wh',\t'sejbpe89y2r',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-12 01:21:58.477+00',\t'2021-09-12 01:21:58.477+00',\t'tdvgxfkjzbk'),\n('xlebz4fihz2',\t'jyh7slauicz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:59.549+00',\t'2021-09-12 01:21:59.549+00',\t'43igy4t356y'),\n('q2vpumk541b',\t'lbc1a7nb2pf',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-12 01:21:59.556+00',\t'2021-09-12 01:21:59.556+00',\t'xlebz4fihz2'),\n('uau6m00lv7v',\t'ny9hno0fa1u',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":true,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"collectionName\":\"t_geso7fru7a9\",\"resourceName\":\"f_c8mes0kp1zt\",\"associatedName\":\"t_fsveob6p269\",\"useResource\":\"{{ Association.useResource }}\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.405+00',\t'2021-09-12 01:22:53.405+00',\t'hiioacy62iu'),\n('cmskpxawxvh',\t'mbedjlcosxo',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:22:53.505+00',\t'2021-09-12 01:22:53.505+00',\t'uau6m00lv7v'),\n('hiioacy62iu',\t'z4n8nwj46ce',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:22:53.394+00',\t'2021-09-12 01:22:53.394+00',\tNULL),\n('e142txpgx00',\t'0h3d7jwyme5',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:23:35.373+00',\t'2021-09-12 01:23:35.373+00',\t'h1whr84k5bq'),\n('tv8m71uw1py',\t'zlo21ovic7a',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:36.389+00',\t'2021-09-12 01:21:36.389+00',\tNULL),\n('h1whr84k5bq',\t'7rxij2t1px8',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 01:23:35.367+00',\t'2021-09-14 03:01:12.768+00',\t'ius64go0no5'),\n('nm95mjnpjxo',\t'cmpbe3oa5e9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:37.364+00',\t'2021-09-12 01:21:37.364+00',\tNULL),\n('m0yshj16enj',\t'x928sncgk8b',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:21:57.632+00',\t'2021-09-12 01:30:48.51+00',\t'k1rywkn2rsl'),\n('02e3umxvucf',\t'hrz142bynrx',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:57.092+00',\t'2021-09-12 01:21:57.092+00',\tNULL),\n('eh2cndbd9a0',\t'dze15prtjfc',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-12 01:21:37.371+00',\t'2021-09-14 01:06:56.363+00',\t'jmid3ozvdyd'),\n('wcfxdvqp3x5',\t'tfsqxjjmlmi',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:59.954+00',\t'2021-09-12 01:21:59.954+00',\tNULL),\n('l9a4k7bdzl7',\t't0a56k3okhm',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-12 01:21:58.018+00',\t'2021-09-12 01:30:06.472+00',\t'oela9g3zkms'),\n('ya7p8753vce',\t'puvlxbvz13o',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:21:57.099+00',\t'2021-09-12 01:30:42.545+00',\t'bywtw8gm0lg'),\n('cakd89kovzv',\t'uktno9vzqw1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:21:58.009+00',\t'2021-09-12 01:21:58.009+00',\tNULL),\n('nxdfki439tg',\t'ltigy2sbdcc',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-12 01:22:00.386+00',\t'2021-09-12 01:30:09.272+00',\t'v5uk0kpexp1'),\n('hcxvjjp01rm',\t'4r3nynkszm4',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t6,\t'2021-09-12 01:21:58.462+00',\t'2021-09-12 01:30:09.292+00',\t'6z1xnufz6qe'),\n('43igy4t356y',\t'7ogvf6jb2y5',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-12 01:21:59.54+00',\t'2021-09-12 01:30:09.292+00',\t'6z1xnufz6qe'),\n('b6huhuwlc6c',\t'1psnwb9curs',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:22:00.373+00',\t'2021-09-12 01:22:00.373+00',\tNULL),\n('6m4qvt6rhc3',\t'p1m6uvve5fw',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:21:56.208+00',\t'2021-09-12 01:30:40.92+00',\t'z75wbl9gpf6'),\n('oelsj9cxstj',\t'lklvtvx4gkf',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:21:59.963+00',\t'2021-09-12 01:30:44.182+00',\t'lok088drns4'),\n('efn57tegqi3',\t'sfyv9yk1ovs',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 01:22:53.651+00',\t'2021-09-12 01:22:53.651+00',\t'cmskpxawxvh'),\n('yp55u0dmo91',\t'iqhen4kug2s',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-12 01:22:53.661+00',\t'2021-09-12 01:22:53.661+00',\t'cmskpxawxvh'),\n('augi3fn809b',\t'9o5x6zijl1b',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 01:22:53.67+00',\t'2021-09-12 01:22:53.67+00',\t'cmskpxawxvh'),\n('37ag2od1d8j',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.676+00',\t'2021-09-12 01:22:53.676+00',\t'augi3fn809b'),\n('0v607mzykm0',\t'rfjd4xmkz6h',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.683+00',\t'2021-09-12 01:22:53.683+00',\t'37ag2od1d8j'),\n('94oll3bw97c',\t'p51emqtoyf9',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 01:22:53.7+00',\t'2021-09-12 01:22:53.7+00',\t'uau6m00lv7v'),\n('dllmlkcte63',\t'gm85aslpc1p',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.708+00',\t'2021-09-12 01:22:53.708+00',\t'94oll3bw97c'),\n('zvbpcwnauno',\t'opqh0c2425o',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 01:22:53.718+00',\t'2021-09-12 01:22:53.718+00',\t'dllmlkcte63'),\n('m53qozeneda',\t'olbpwwligz3',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:22:53.725+00',\t'2021-09-12 01:22:53.725+00',\t'zvbpcwnauno'),\n('w5jgb1kpp88',\t'2i4ypmo6nqy',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:22:53.732+00',\t'2021-09-12 01:22:53.732+00',\t'm53qozeneda'),\n('abs1goya1lr',\t'56gvpkzreg4',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:22:53.74+00',\t'2021-09-12 01:22:53.74+00',\t'w5jgb1kpp88'),\n('8pi513m1okg',\t'c72oyvad6f7',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.748+00',\t'2021-09-12 01:22:53.748+00',\t'abs1goya1lr'),\n('nxlpgf86bw3',\t'rg3ub0sp8co',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-12 01:22:53.771+00',\t'2021-09-12 01:22:53.771+00',\t'dllmlkcte63'),\n('zb03lq3dmvd',\t'1lk8e6e997w',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.777+00',\t'2021-09-12 01:22:53.777+00',\t'nxlpgf86bw3'),\n('2djq2hcfogn',\t'qofycnimy95',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:22:53.786+00',\t'2021-09-12 01:22:53.786+00',\t'zb03lq3dmvd'),\n('v4mbsb1a0up',\t'sc8k8adjuxy',\t'Orders',\t'void',\t'Tabs.TabPane',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{\"icon\":\"containeroutlined\"}}',\t'0',\t2,\t'2021-09-12 01:23:17.224+00',\t'2021-09-12 01:23:17.224+00',\t'q282cw6jjk1'),\n('b61xvujsfh3',\t'77zz0vrbhkj',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:23:17.232+00',\t'2021-09-12 01:23:17.232+00',\t'v4mbsb1a0up'),\n('z1268ra0tr2',\t'qbgk9ghfowl',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:23:35.097+00',\t'2021-09-12 01:23:35.097+00',\t'b61xvujsfh3'),\n('ugv0r28257r',\t'9b04icvmrx3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:23:35.107+00',\t'2021-09-12 01:23:35.107+00',\t'z1268ra0tr2'),\n('7noddgavw9a',\t'fyj2vrfeygq',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:23:35.259+00',\t'2021-09-12 01:23:35.259+00',\t'l2uq7pgdrht'),\n('zmglva0osa6',\t'rb4qaopia8b',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.318+00',\t'2021-09-12 01:23:35.318+00',\t'txo05vnvkml'),\n('e24uwkfa1ij',\t'v7tzl73m4pn',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 01:23:35.341+00',\t'2021-09-12 01:23:35.341+00',\t'l2uq7pgdrht'),\n('b8h6m1a0b0i',\t'lhwj3rxvwun',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.348+00',\t'2021-09-12 01:23:35.348+00',\t'e24uwkfa1ij'),\n('txo05vnvkml',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.31+00',\t'2021-09-12 01:23:35.31+00',\tNULL),\n('ius64go0no5',\t'393mnzsyvl4',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:23:35.361+00',\t'2021-09-12 01:23:35.361+00',\tNULL),\n('ac8hulvrzph',\t'ec83njwcxbh',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.383+00',\t'2021-09-12 01:23:35.383+00',\t'e142txpgx00'),\n('u0dsigvg0sx',\t'et6kwq0nyby',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.418+00',\t'2021-09-12 01:23:35.418+00',\t'gag61cozr0o'),\n('h8elgw485c0',\t'wk22p6fae33',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:24:20.6+00',\t'2021-09-12 01:24:20.6+00',\t'xz87tw0xkbj'),\n('ltatx1gexrw',\t'zmagbbdzxp3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:24:21.003+00',\t'2021-09-12 01:24:21.003+00',\t'pit19i41iow'),\n('bmfng1sn6od',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:24:21.023+00',\t'2021-09-12 01:24:21.023+00',\t'0ta9xk8f2pm'),\n('0s69s3n7w0z',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-12 01:24:21.031+00',\t'2021-09-12 01:24:21.031+00',\t'bmfng1sn6od'),\n('o9psolreeej',\t'q61lywq58gg',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:24:21.041+00',\t'2021-09-12 01:24:21.041+00',\t'0s69s3n7w0z'),\n('rtxorr7wdal',\t'segyrbv5eke',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 01:24:21.054+00',\t'2021-09-12 01:24:21.054+00',\t'o9psolreeej'),\n('nm5dfs0rgds',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:24:21.074+00',\t'2021-09-12 01:24:21.074+00',\t'0ta9xk8f2pm'),\n('yyqbjy7dn8n',\t'9ojblmi2o7m',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:24:21.082+00',\t'2021-09-12 01:24:21.082+00',\t'nm5dfs0rgds'),\n('ywufiodzk4k',\t'eu89fa5km7k',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:24:21.089+00',\t'2021-09-12 01:24:21.089+00',\t'yyqbjy7dn8n'),\n('xf7nssi5fl8',\t'37ey2f1yus4',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:24:21.095+00',\t'2021-09-12 01:24:21.095+00',\t'ywufiodzk4k'),\n('e50x62s7azv',\t'fumjk94va5d',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:24:21.104+00',\t'2021-09-12 01:24:21.104+00',\t'xf7nssi5fl8'),\n('28dzsq4laoi',\t'kruv1g035am',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:24:21.852+00',\t'2021-09-12 01:24:21.852+00',\t'81hr4bigan1'),\n('8s9i0yj0wbc',\t'k4l5px2jmg1',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:25:48.678+00',\t'2021-09-12 01:25:48.678+00',\t'19hvzgb1jz5'),\n('fjsz2gs4rnv',\t'ecz449ziaby',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-12 01:21:32.543+00',\t'2021-09-12 01:25:48.695+00',\t'8s9i0yj0wbc'),\n('sotljynqmed',\t'8ic8a8fcfar',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-12 01:21:36.394+00',\t'2021-09-12 01:26:03.992+00',\t'whd102dqqx0'),\n('whd102dqqx0',\t'3h8ko0bsb36',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 01:26:03.978+00',\t'2021-09-12 01:26:04.007+00',\t'i4ffmbtsbk9'),\n('0ta9xk8f2pm',\t'zesiqbggbk1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\",\"value\":\"id\"}},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:24:21.011+00',\t'2021-09-14 02:02:15.096+00',\t'ltatx1gexrw'),\n('gag61cozr0o',\t'whvvq1w2w8q',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.411+00',\t'2021-09-12 01:23:35.411+00',\tNULL),\n('bywtw8gm0lg',\t'x5iccc2aowi',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:29:58.241+00',\t'2021-09-12 01:29:58.241+00',\t'ji78aeg27tl'),\n('lok088drns4',\t'fu2qnwgzqy8',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 01:30:03.08+00',\t'2021-09-12 01:30:03.113+00',\t'oq5shoaso6r'),\n('oela9g3zkms',\t'pwnovm1ooyu',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:30:06.464+00',\t'2021-09-12 01:30:06.494+00',\t'oq5shoaso6r'),\n('v5uk0kpexp1',\t'6ku3qv725hc',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:30:09.263+00',\t'2021-09-12 01:30:09.263+00',\t'u0yzvj1jwg4'),\n('u0yzvj1jwg4',\t'8tuhlzjgfig',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-12 01:30:09.253+00',\t'2021-09-12 01:30:09.296+00',\t'6z1xnufz6qe'),\n('k1rywkn2rsl',\t'z5ejbmapedi',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:30:11.43+00',\t'2021-09-12 01:30:11.43+00',\t'u0yzvj1jwg4'),\n('q9n340uebz5',\t'4761vjxpegw',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:24:20.61+00',\t'2021-09-14 02:02:07.443+00',\t'h8elgw485c0'),\n('xl5y914i1s9',\t'tz5okdlnp7c',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 01:23:47.674+00',\t'2021-09-14 03:01:50.45+00',\t'l2uq7pgdrht'),\n('pwbqkiw66bv',\t'xhx3fhtfywp',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:24:21.863+00',\t'2021-09-14 02:02:18.45+00',\t'28dzsq4laoi'),\n('bynbs9pu3jd',\t'3nn4vi8zpcw',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 01:23:48.188+00',\t'2021-09-14 03:01:50.45+00',\t'l2uq7pgdrht'),\n('hg7yi3bwgwo',\t't05rtv5ctoi',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:34:27.002+00',\t'2021-09-12 07:34:27.002+00',\tNULL),\n('dnm8gsjd5pk',\t'n6vvzxrel39',\t'Changelog',\t'void',\t'Tabs.TabPane',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{\"icon\":\"cloudserveroutlined\"}}',\t'0',\t3,\t'2021-09-12 01:31:26.25+00',\t'2021-09-12 01:31:26.25+00',\t'q282cw6jjk1'),\n('zmclu94kshw',\t'1t3a051ip5t',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:31:26.268+00',\t'2021-09-12 01:31:26.268+00',\t'dnm8gsjd5pk'),\n('gj9wedlk24u',\t'pnngioacq1v',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:31:30.274+00',\t'2021-09-12 01:31:30.274+00',\t'zmclu94kshw'),\n('crkujrzrajo',\t'y4mpcfti73o',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:31:30.288+00',\t'2021-09-12 01:31:30.288+00',\t'gj9wedlk24u'),\n('jk6hplao83m',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Table.SimpleDesignableBar\",\"default\":[],\"x-component-props\":{\"useResource\":\"{{ Table.useActionLogsResource }}\",\"collectionName\":\"action_logs\",\"rowKey\":\"id\",\"showIndex\":true,\"defaultSort\":[\"-id\"],\"defaultAppends\":[\"user\",\"collection\"],\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-12 01:31:30.311+00',\t'2021-09-12 01:31:30.311+00',\t'crkujrzrajo'),\n('8pzeumw5boe',\t'b90azrrpbv3',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:31:30.331+00',\t'2021-09-12 01:31:30.331+00',\t'jk6hplao83m'),\n('8f9rd19lfy4',\t'2371poekw0l',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"left\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 01:31:30.339+00',\t'2021-09-12 01:31:30.339+00',\t'8pzeumw5boe'),\n('bwhicfamxxv',\t'column1',\t'{{t(\"Action type\")}}',\t'void',\t'Filter.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"operations\":[{\"label\":\"{{t(\\\"is\\\")}}\",\"value\":\"eq\",\"selected\":true,\"schema\":{\"x-component\":\"Select\"}},{\"label\":\"{{t(\\\"is not\\\")}}\",\"value\":\"ne\",\"schema\":{\"x-component\":\"Select\"}},{\"label\":\"{{t(\\\"contains\\\")}}\",\"value\":\"in\",\"schema\":{\"x-component\":\"Select\",\"x-component-props\":{\"mode\":\"tags\"}}},{\"label\":\"{{t(\\\"does not contain\\\")}}\",\"value\":\"notIn\",\"schema\":{\"x-component\":\"Select\",\"x-component-props\":{\"mode\":\"tags\"}}},{\"label\":\"{{t(\\\"is not empty\\\")}}\",\"value\":\"$notNull\",\"noValue\":true},{\"label\":\"{{t(\\\"is empty\\\")}}\",\"value\":\"$null\",\"noValue\":true}]}}',\t'0',\t1,\t'2021-09-12 01:31:30.346+00',\t'2021-09-12 01:31:30.346+00',\t'8f9rd19lfy4'),\n('6u2q6arrkjo',\t'type',\tNULL,\t'string',\t'Select',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"enum\":[{\"label\":\"{{t(\\\"Insert\\\")}}\",\"value\":\"create\",\"color\":\"green\"},{\"label\":\"{{t(\\\"Update\\\")}}\",\"value\":\"update\",\"color\":\"blue\"},{\"label\":\"{{t(\\\"Delete\\\")}}\",\"value\":\"destroy\",\"color\":\"red\"}]}',\t'0',\t1,\t'2021-09-12 01:31:30.353+00',\t'2021-09-12 01:31:30.353+00',\t'bwhicfamxxv'),\n('ohjo3yyutvk',\t'column1',\t'{{t(\"Created at\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:31:30.368+00',\t'2021-09-12 01:31:30.368+00',\t'jk6hplao83m'),\n('g586vm4e1dw',\t'created_at',\tNULL,\t'string',\t'DatePicker',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true,\"x-component-props\":{\"format\":\"YYYY-MM-DD HH:mm:ss\"}}',\t'0',\t1,\t'2021-09-12 01:31:30.377+00',\t'2021-09-12 01:31:30.377+00',\t'ohjo3yyutvk'),\n('7kmpoh12gyz',\t'column2',\t'{{t(\"Created by\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-12 01:31:30.387+00',\t'2021-09-12 01:31:30.387+00',\t'jk6hplao83m'),\n('gvpvu3arngo',\t'user.nickname',\tNULL,\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 01:31:30.394+00',\t'2021-09-12 01:31:30.394+00',\t'7kmpoh12gyz'),\n('39x5m1xztbl',\t'column3',\t'{{t(\"Collection display name\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-12 01:31:30.404+00',\t'2021-09-12 01:31:30.404+00',\t'jk6hplao83m'),\n('1aahb8yh14y',\t'collection.title',\tNULL,\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 01:31:30.412+00',\t'2021-09-12 01:31:30.412+00',\t'39x5m1xztbl'),\n('oiynv8cajrb',\t'column4',\t'{{t(\"Action type\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-12 01:31:30.428+00',\t'2021-09-12 01:31:30.428+00',\t'jk6hplao83m'),\n('tuh85876eul',\t'type',\tNULL,\t'string',\t'Select',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true,\"enum\":[{\"label\":\"{{t(\\\"Insert\\\")}}\",\"value\":\"create\",\"color\":\"green\"},{\"label\":\"{{t(\\\"Update\\\")}}\",\"value\":\"update\",\"color\":\"blue\"},{\"label\":\"{{t(\\\"Delete\\\")}}\",\"value\":\"destroy\",\"color\":\"red\"}]}',\t'0',\t1,\t'2021-09-12 01:31:30.437+00',\t'2021-09-12 01:31:30.437+00',\t'oiynv8cajrb'),\n('cjw09rovqb1',\t'qignqewpysa',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"width\":60,\"align\":\"center\"}}',\t'0',\t6,\t'2021-09-12 01:31:30.446+00',\t'2021-09-12 01:31:30.446+00',\t'jk6hplao83m'),\n('759031zvxtv',\t'3c0708fu729',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\",\"style\":{\"padding\":\"0\",\"height\":\"auto\"}},\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 01:31:30.452+00',\t'2021-09-12 01:31:30.452+00',\t'cjw09rovqb1'),\n('ygbrs78lxnm',\t'pqavq0lxbaj',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-read-pretty\":true,\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useActionLogDetailsResource }}\"},\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:31:30.464+00',\t'2021-09-12 01:31:30.464+00',\t'759031zvxtv'),\n('xpqadg76uzr',\t'created_at',\t'{{t(\"Created at\")}}',\t'string',\t'DatePicker',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"x-component-props\":{\"format\":\"YYYY-MM-DD HH:mm:ss\"}}',\t'0',\t1,\t'2021-09-12 01:31:30.471+00',\t'2021-09-12 01:31:30.471+00',\t'ygbrs78lxnm'),\n('iz2zfoswqp4',\t'user.nickname',\t'{{t(\"Created by\")}}',\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t2,\t'2021-09-12 01:31:30.479+00',\t'2021-09-12 01:31:30.479+00',\t'ygbrs78lxnm'),\n('pbwn5p4d44j',\t'collection.title',\t'{{t(\"Collection display name\")}}',\t'string',\t'Input',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t3,\t'2021-09-12 01:31:30.49+00',\t'2021-09-12 01:31:30.49+00',\t'ygbrs78lxnm'),\n('4mu9fdyftac',\t'type',\t'{{t(\"Action type\")}}',\t'string',\t'Select',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true,\"enum\":[{\"label\":\"{{t(\\\"Insert\\\")}}\",\"value\":\"create\",\"color\":\"green\"},{\"label\":\"{{t(\\\"Update\\\")}}\",\"value\":\"update\",\"color\":\"blue\"},{\"label\":\"{{t(\\\"Delete\\\")}}\",\"value\":\"destroy\",\"color\":\"red\"}]}',\t'0',\t4,\t'2021-09-12 01:31:30.499+00',\t'2021-09-12 01:31:30.499+00',\t'ygbrs78lxnm'),\n('ro0hgi4fk6d',\t'changes',\t'{{t(\"Data changes\")}}',\t'array',\t'ArrayTable',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"FormItem\",\"x-component-props\":{\"pagination\":false},\"items\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"object\",\"properties\":{\"column0\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"width\":80,\"align\":\"center\"},\"properties\":{\"index\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Index\",\"name\":\"index\"}},\"name\":\"column0\"},\"column1\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"title\":\"{{t(\\\"Field display name\\\")}}\"},\"properties\":{\"field\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"string\",\"x-decorator\":\"FormilyFormItem\",\"x-component\":\"ActionLogs.Field\",\"name\":\"field\"}},\"name\":\"column1\"},\"column3\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"title\":\"{{t(\\\"Before change\\\")}}\"},\"properties\":{\"before\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"string\",\"x-decorator\":\"FormilyFormItem\",\"x-component\":\"ActionLogs.FieldValue\",\"name\":\"before\"}},\"name\":\"column3\"},\"column4\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"void\",\"x-component\":\"ArrayTable.Column\",\"x-component-props\":{\"title\":\"{{t(\\\"After change\\\")}}\"},\"properties\":{\"after\":{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"type\":\"string\",\"x-decorator\":\"FormilyFormItem\",\"x-component\":\"ActionLogs.FieldValue\",\"name\":\"after\"}},\"name\":\"column4\"}}}}',\t'0',\t5,\t'2021-09-12 01:31:30.505+00',\t'2021-09-12 01:31:30.505+00',\t'ygbrs78lxnm'),\n('w3ffnsl1r3s',\t'jj4dokedkt0',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 07:56:48.926+00',\t'2021-09-12 07:56:48.926+00',\t'4i3pi6na2us'),\n('3n691oyepso',\t'lbzm4ksucnp',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 07:56:48.934+00',\t'2021-09-12 07:56:48.934+00',\t'w3ffnsl1r3s'),\n('w8697cme09h',\t'3bw1b6krm03',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Select.Drawer.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:54:14.07+00',\t'2021-09-12 01:54:14.07+00',\t'6aorn22jn07'),\n('ng3spcq1ztq',\t'crgtd07i95y',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:35:14.571+00',\t'2021-09-12 01:35:14.571+00',\t'afa3o4orvfl'),\n('gm5lvvnwh2x',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-12 01:35:14.605+00',\t'2021-09-12 01:35:14.605+00',\t'ya4i4em415w'),\n('nobry6xhw5v',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-12 01:35:14.619+00',\t'2021-09-12 01:35:14.619+00',\t'gm5lvvnwh2x'),\n('vd9xpz0vpwh',\t'9157knd02rh',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:35:14.633+00',\t'2021-09-12 01:35:14.633+00',\t'nobry6xhw5v'),\n('ljp9ssuu9om',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:35:14.674+00',\t'2021-09-12 01:35:14.674+00',\t'ya4i4em415w'),\n('pz1r6quw7dr',\t'stfo7zr49zf',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 01:35:14.683+00',\t'2021-09-12 01:35:14.683+00',\t'ljp9ssuu9om'),\n('c4lpqf0p8ox',\t'2zcwbtqkc2f',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 01:35:14.697+00',\t'2021-09-12 01:35:14.697+00',\t'pz1r6quw7dr'),\n('peymtt26s66',\t'8ytk2hd8h70',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:35:14.707+00',\t'2021-09-12 01:35:14.707+00',\t'c4lpqf0p8ox'),\n('2pot2uy81hy',\t'9db0qiukg3x',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 01:35:14.718+00',\t'2021-09-12 01:35:14.718+00',\t'peymtt26s66'),\n('a0scev24ke8',\t'9j1i0u82nnz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:35:15.035+00',\t'2021-09-12 01:35:15.035+00',\t'rb2er0bh4p0'),\n('bznrcr01kt7',\t'yvwkwjdb5sd',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:35:15.673+00',\t'2021-09-12 01:35:15.673+00',\t'mfvay3g2jgl'),\n('a776zlon459',\t'0l5irnjcsbs',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:35:15.047+00',\t'2021-09-12 07:37:49.517+00',\t'a0scev24ke8'),\n('u5wehf80ij1',\t'wg6nmlwjwqn',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 01:54:14.08+00',\t'2021-09-12 01:54:14.08+00',\t'w8697cme09h'),\n('dbew3mirvxc',\t'dtzl0cu8h6c',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"1jkpjg7vkgi\",\"qbe1q17p9kh\",\"f_umjewufbyhj\",\"f_kkopbnfdd0v\",\"f_nlgk67tpdql\",\"f_niymyj0no38\"]}}',\t'0',\t1,\t'2021-09-12 01:10:12.047+00',\t'2021-09-14 02:39:11.836+00',\t'ndkbn5dqzs4'),\n('swcwdy16u0c',\t'a7swa9reqmf',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-12 01:35:14.644+00',\t'2021-09-14 02:59:20.277+00',\t'vd9xpz0vpwh'),\n('6aorn22jn07',\t'd3r7mapllk3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:14.061+00',\t'2021-09-12 01:54:14.061+00',\t'8kcujdq5bvl'),\n('nyjl1ypx8ih',\t'dj0v9z5qqs6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-12 01:54:14.092+00',\t'2021-09-12 01:54:14.092+00',\t'w8697cme09h'),\n('24e32t123l3',\t'zsvuk9at8pu',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:18.892+00',\t'2021-09-12 01:54:18.892+00',\t'e0hdrnyk4ge'),\n('gg5di2hks9r',\t'd3z4abkp579',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-12 01:54:18.902+00',\t'2021-09-12 01:54:18.902+00',\t'24e32t123l3'),\n('ya4i4em415w',\t'vsyf2i8kdbi',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\",\"value\":\"id\"}},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:35:14.593+00',\t'2021-09-12 07:37:47.383+00',\t'ng3spcq1ztq'),\n('32vv0cgxfql',\t'kz8ypymc5df',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-12 01:54:21.638+00',\t'2021-09-12 01:54:40.524+00',\t'62hcx8s6n1d'),\n('h62s5wcs1ey',\t'164q9p8dyez',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 01:35:15.685+00',\t'2021-09-12 07:37:51.389+00',\t'bznrcr01kt7'),\n('afa3o4orvfl',\t'9f6m4s8e5sk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 01:35:14.549+00',\t'2021-09-12 07:38:57.488+00',\t'dzo9zrof056'),\n('rb2er0bh4p0',\t'v8yxc99x83r',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 01:35:15.024+00',\t'2021-09-12 07:38:57.569+00',\t'dzo9zrof056'),\n('02heuzivptz',\t'4roy185jnr9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:25.547+00',\t'2021-09-12 01:54:25.547+00',\t'20r5rx8ryzj'),\n('wl27m6e52sm',\t'1eknnlho5z7',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-12 01:54:25.555+00',\t'2021-09-12 01:54:25.555+00',\t'02heuzivptz'),\n('zxx1q8vc8ya',\t'r876xy45kyt',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:26.254+00',\t'2021-09-12 01:54:26.254+00',\t'vwyys9hvlrf'),\n('e2r4k5jdrkg',\t'denr3nnr7n6',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-12 01:54:26.262+00',\t'2021-09-12 01:54:26.262+00',\t'zxx1q8vc8ya'),\n('m8dbsc1d8bt',\t'domjkc2hrg6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:26.74+00',\t'2021-09-12 01:54:26.74+00',\t'35t5ce8ttzf'),\n('ryeyfmq50uc',\t't7401wy6vi4',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-12 01:54:26.748+00',\t'2021-09-12 01:54:26.748+00',\t'm8dbsc1d8bt'),\n('1n48ped46z4',\t'2bycr0ozhky',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-12 01:54:22.481+00',\t'2021-09-12 01:54:30.651+00',\t'asw2acwl3f0'),\n('irc0989lo7m',\t'6um84tfp6qc',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:22.471+00',\t'2021-09-12 01:54:22.471+00',\tNULL),\n('0fako4ad0u7',\t'i42wi5wcg5r',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-12 01:54:24.758+00',\t'2021-09-12 01:54:35.063+00',\t'jmb7pa8gqvt'),\n('7lbpdlzzpnj',\t'9z56vemvirw',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:34:25.334+00',\t'2021-09-12 07:34:25.334+00',\tNULL),\n('mtis3n8jp1o',\t'kbsdflspazm',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:24.75+00',\t'2021-09-12 01:54:24.75+00',\tNULL),\n('cwcw6ewk5no',\t'41pgzy5duo1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-12 01:54:23.172+00',\t'2021-09-12 01:54:38.039+00',\t'ql5pto9qo9k'),\n('8cxwa6c9x3k',\t'kgzn0mlj5of',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 07:34:26.042+00',\t'2021-09-12 07:39:21.19+00',\t'ltxxeaq4dwb'),\n('wj9gg5qi3r1',\t'c6zku4525se',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 01:54:23.164+00',\t'2021-09-12 01:54:23.164+00',\tNULL),\n('4sjyde2u9oq',\t'qpsf4aq5chc',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-12 07:34:25.377+00',\t'2021-09-14 02:59:33.54+00',\t'tr5y0vkfyyw'),\n('j3vyu7mwewx',\t'feu1x50swqd',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 07:34:21.51+00',\t'2021-09-12 07:34:21.51+00',\t'p87fcj3ojfs'),\n('78ernl0vi6d',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-12 07:34:25.353+00',\t'2021-09-12 07:34:25.353+00',\t'frvcwldllpd'),\n('eyohmo8psbx',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-12 07:34:25.361+00',\t'2021-09-12 07:34:25.361+00',\t'78ernl0vi6d'),\n('tr5y0vkfyyw',\t'hb5sdylrdb0',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:34:25.369+00',\t'2021-09-12 07:34:25.369+00',\t'eyohmo8psbx'),\n('est5cvxiicq',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 07:34:25.393+00',\t'2021-09-12 07:34:25.393+00',\t'frvcwldllpd'),\n('8r2vcxy45in',\t'xoetq0qg1m2',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 07:34:25.399+00',\t'2021-09-12 07:34:25.399+00',\t'est5cvxiicq'),\n('4n6tkvdy8pg',\t'1d7hcnc4sz3',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:34:25.406+00',\t'2021-09-12 07:34:25.406+00',\t'8r2vcxy45in'),\n('o2m1dajk11m',\t'bqkkhsso3s1',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 07:34:25.412+00',\t'2021-09-12 07:34:25.412+00',\t'4n6tkvdy8pg'),\n('0a0cji6n0gx',\t'qm1jmxlba24',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 07:34:25.419+00',\t'2021-09-12 07:34:25.419+00',\t'o2m1dajk11m'),\n('ltxxeaq4dwb',\t'ckqixem0eqs',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:34:26.034+00',\t'2021-09-12 07:34:26.034+00',\t'o936terfdi3'),\n('x3dmjglzj8r',\t'zmnv6jzdzmc',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:34:21.492+00',\t'2021-09-12 07:34:21.492+00',\tNULL),\n('asw2acwl3f0',\t'e4fp60qpep9',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 01:54:30.632+00',\t'2021-09-12 07:38:57.696+00',\t'e0hdrnyk4ge'),\n('jmb7pa8gqvt',\t'67xfhqlgaw6',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t0,\t'2021-09-12 01:54:35.05+00',\t'2021-09-12 07:38:57.716+00',\t'5n4vdrdd93c'),\n('ql5pto9qo9k',\t'fohpbz3j5ub',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 01:54:38.03+00',\t'2021-09-12 07:38:57.728+00',\t'5n4vdrdd93c'),\n('20r5rx8ryzj',\t'0sb32fqboyh',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t6,\t'2021-09-12 01:54:25.54+00',\t'2021-09-12 07:38:57.742+00',\t'nyjl1ypx8ih'),\n('62hcx8s6n1d',\t'1ve5w65hr26',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t0,\t'2021-09-12 01:54:40.516+00',\t'2021-09-12 07:38:57.746+00',\t'20r5rx8ryzj'),\n('frvcwldllpd',\t'ji3bdl0zae0',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\",\"value\":\"id\"}},\"required\":true}',\t'0',\t1,\t'2021-09-12 07:34:25.341+00',\t'2021-09-15 01:44:18.692+00',\t'xb6eh6iklcg'),\n('pe5xg4s6nbd',\t'3mljelrabcv',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 07:35:37.413+00',\t'2021-09-15 01:39:28.967+00',\t'eyohmo8psbx'),\n('bzhnwtjmhbr',\t'gkwv5i6dxyg',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t-1,\t'2021-09-12 07:38:57.272+00',\t'2021-09-12 07:38:57.839+00',\t'sjc5uxxtwkm'),\n('dlch4msfkok',\t'wi1qy1uzfv0',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:34:59.534+00',\t'2021-09-12 07:34:59.534+00',\t'zmbdwd3dm1k'),\n('c51vkqz0ktj',\t'5wyimjzqit5',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Add order**\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 07:34:41.332+00',\t'2021-09-12 07:34:59.546+00',\t'dlch4msfkok'),\n('06lb39g9pyi',\t'bdkbmk97iqk',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:34:41.324+00',\t'2021-09-12 07:34:41.324+00',\tNULL),\n('xj5582hqgvm',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"collectionName\":\"t_geso7fru7a9\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-12 07:35:36.283+00',\t'2021-09-12 07:35:36.283+00',\t'2ygi8yjoi0d'),\n('m14bq5e0crl',\t'u1r7c9w6e1i',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:35:36.291+00',\t'2021-09-12 07:35:36.291+00',\t'xj5582hqgvm'),\n('ixjnch4uorx',\t'cztr3erotmi',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 07:35:36.298+00',\t'2021-09-12 07:35:36.298+00',\t'm14bq5e0crl'),\n('ijpd0dwzcn9',\t'cmxaf4glsou',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 07:35:36.32+00',\t'2021-09-12 07:35:36.32+00',\t'i2nebic23xf'),\n('9nqyrh7kmff',\t'vozlapdhk5r',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:35:36.328+00',\t'2021-09-12 07:35:36.328+00',\t'ijpd0dwzcn9'),\n('op65sui6nci',\t'ku1ve0c8as5',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 07:35:36.335+00',\t'2021-09-12 07:35:36.335+00',\t'9nqyrh7kmff'),\n('9wbq0hvo5cv',\t'729f98rj4u6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 07:35:36.343+00',\t'2021-09-12 07:35:36.343+00',\t'op65sui6nci'),\n('2ygi8yjoi0d',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-12 07:35:36.275+00',\t'2021-09-12 07:35:36.275+00',\tNULL),\n('i2nebic23xf',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 07:35:36.313+00',\t'2021-09-12 07:35:36.313+00',\tNULL),\n('x6j2o6xw1by',\tNULL,\t'Order number',\t'string',\t'Input',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t51,\t'2021-09-12 07:36:53.512+00',\t'2021-09-12 07:36:53.512+00',\tNULL),\n('zylge4u5krx',\t'zuhpy4faxwb',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 07:38:25.583+00',\t'2021-09-12 07:39:17.35+00',\t'fd2z1suahap'),\n('ciuvfq6fr5i',\t'p6big9ceidj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:37:41.141+00',\t'2021-09-12 07:37:41.141+00',\t'quzjklrfwjg'),\n('zmbdwd3dm1k',\t'2i6k20tus3g',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t0,\t'2021-09-12 07:34:59.525+00',\t'2021-09-15 01:42:34.562+00',\t'j3vyu7mwewx'),\n('pm4emw5t8hm',\t'bsqckkco84t',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:37:38.696+00',\t'2021-09-12 07:37:38.696+00',\tNULL),\n('csbs1x7unpy',\t'vp7g3k0lkdv',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 07:37:38.703+00',\t'2021-09-12 07:37:43.83+00',\t'ciuvfq6fr5i'),\n('fd2z1suahap',\t'q3a3wqh9qtc',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:38:28.703+00',\t'2021-09-12 07:38:28.703+00',\t'48epds0jr2w'),\n('48epds0jr2w',\t'q2iu4u4ja4t',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 07:38:28.696+00',\t'2021-09-15 01:42:34.58+00',\t'j3vyu7mwewx'),\n('o936terfdi3',\t'cdwfvcw6q7u',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 07:34:26.025+00',\t'2021-09-15 01:44:18.76+00',\t'j3vyu7mwewx'),\n('d28iubpwd9e',\t'kx4r5qqbv9o',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:38:25.576+00',\t'2021-09-12 07:38:25.576+00',\tNULL),\n('xz87tw0xkbj',\t'tn8tfberjxz',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 01:24:20.591+00',\t'2021-09-12 07:38:57.307+00',\t'3gtya6xukdi'),\n('pit19i41iow',\t'df4n1zl48rt',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 01:24:20.995+00',\t'2021-09-12 07:38:57.321+00',\t'3gtya6xukdi'),\n('82pfiahl2bs',\t'dxtibsrfszz',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 01:24:36.053+00',\t'2021-09-12 07:38:57.343+00',\t'0s69s3n7w0z'),\n('quzjklrfwjg',\t'wml0aqiwzkq',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t0,\t'2021-09-12 07:37:41.128+00',\t'2021-09-12 07:38:57.472+00',\t'dzo9zrof056'),\n('ld0lq7cawk5',\t'dzeessqyre9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:11:25.09+00',\t'2021-09-12 08:11:25.09+00',\t'9i11iq68qtg'),\n('n9latr3kd13',\t'5xhcfqf03qe',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 07:56:48.954+00',\t'2021-09-12 08:13:51.789+00',\t'mtx9vafo4dk'),\n('twaq37ojsxh',\t'7x5xwlk5pk7',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 07:35:41.006+00',\t'2021-09-15 01:39:28.982+00',\t'eyohmo8psbx'),\n('yeqrzlicmqz',\t'2l8t7uks4jm',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"required\":true}',\t'0',\t1,\t'2021-09-12 07:34:27.015+00',\t'2021-09-15 01:39:31.042+00',\t'4a2qaxp1yh2'),\n('cz3wafz4aa1',\t'x5otg2quyut',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 01:24:38.165+00',\t'2021-09-12 07:38:57.347+00',\t'0s69s3n7w0z'),\n('8x9qgjkvfu1',\t'tmonh6w55bw',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 01:24:43.596+00',\t'2021-09-12 07:38:57.352+00',\t'0s69s3n7w0z'),\n('81hr4bigan1',\t'1pe2hxpkj87',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 01:24:21.842+00',\t'2021-09-12 07:38:57.398+00',\t'3gtya6xukdi'),\n('mpu29b3o70a',\t'j4arxij3gz2',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 01:35:32.482+00',\t'2021-09-12 07:38:57.514+00',\t'nobry6xhw5v'),\n('eupl9lbue6x',\t'upmwhly57wy',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 01:35:36.225+00',\t'2021-09-12 07:38:57.518+00',\t'nobry6xhw5v'),\n('xe7npdpzm61',\t'vf7wyo5ocir',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 01:35:39.526+00',\t'2021-09-12 07:38:57.523+00',\t'nobry6xhw5v'),\n('mfvay3g2jgl',\t'g00ljyam7wf',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 01:35:15.666+00',\t'2021-09-12 07:38:57.582+00',\t'dzo9zrof056'),\n('hd78xnosk6a',\t'ot17fninveh',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 07:36:59.794+00',\t'2021-09-12 07:38:57.613+00',\t'i8maupbyrqr'),\n('qtwdtjhe0xe',\t'ww6pqa062vo',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\"}},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 01:10:20.716+00',\t'2021-09-12 07:38:57.625+00',\t'i8maupbyrqr'),\n('8kcujdq5bvl',\t'thxknf1g5ts',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 01:54:14.035+00',\t'2021-09-12 07:38:57.665+00',\t'tvxex3cts8i'),\n('e0hdrnyk4ge',\t'nhgdf6itgbj',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 01:54:18.882+00',\t'2021-09-12 07:38:57.683+00',\t'nyjl1ypx8ih'),\n('5n4vdrdd93c',\t'bit5at2ljyd',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 01:54:21.616+00',\t'2021-09-12 07:38:57.709+00',\t'nyjl1ypx8ih'),\n('vwyys9hvlrf',\t'or3o3m0kpnj',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t7,\t'2021-09-12 01:54:26.244+00',\t'2021-09-12 07:38:57.764+00',\t'nyjl1ypx8ih'),\n('35t5ce8ttzf',\t'o7357c6h5lg',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t8,\t'2021-09-12 01:54:26.732+00',\t'2021-09-12 07:38:57.779+00',\t'nyjl1ypx8ih'),\n('k37wt7zbv61',\t'qacxfliwwc1',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t5,\t'2021-09-12 01:10:21.241+00',\t'2021-09-12 07:38:57.822+00',\t'i8maupbyrqr'),\n('h41g5aiikz1',\t'zspggbisusx',\t'Home',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"homeoutlined\"}}',\t'0',\t5,\t'2021-09-12 07:52:46.411+00',\t'2021-09-12 07:52:53.829+00',\t'qqzzjakwkwl'),\n('66g7jbpqsen',\t'x3pccka6zr1',\t'Multiple blocks',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"appstoreoutlined\"}}',\t'0',\t1,\t'2021-09-12 07:53:05.812+00',\t'2021-09-12 07:53:05.812+00',\t'h41g5aiikz1'),\n('io67vs1gksb',\t'vmeqm0izzvf',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 07:53:05.824+00',\t'2021-09-12 07:53:05.824+00',\t'66g7jbpqsen'),\n('owygfbxi3f0',\t'6jk8gotrodj',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 07:53:05.833+00',\t'2021-09-12 07:53:05.833+00',\t'io67vs1gksb'),\n('on7wtx4zj4i',\t'3o9eegogmhh',\t'Group menu item',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"barsoutlined\"}}',\t'0',\t2,\t'2021-09-12 07:53:33.719+00',\t'2021-09-12 07:53:33.719+00',\t'h41g5aiikz1'),\n('bz9f75loti1',\t'8nenwblifoc',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 07:53:56.124+00',\t'2021-09-12 07:53:56.124+00',\t'iksevp895l4'),\n('x235131r3nm',\t'btlecvojey8',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:55:06.238+00',\t'2021-09-12 07:55:06.238+00',\t'brdnr3tv1fq'),\n('wcgzais97hx',\t'ez17atdpebn',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 07:55:06.247+00',\t'2021-09-12 07:55:06.247+00',\t'x235131r3nm'),\n('8wpgo37h149',\t'ypd5nw0rzl5',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-12 07:55:06.256+00',\t'2021-09-12 07:55:06.256+00',\t'x235131r3nm'),\n('66xkkyrhvo2',\t'p83fmsakq93',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 07:55:06.266+00',\t'2021-09-12 07:55:06.266+00',\t'x235131r3nm'),\n('uklezwjnv3c',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.275+00',\t'2021-09-12 07:55:06.275+00',\t'66xkkyrhvo2'),\n('4cab668vnid',\t'6y774sigsah',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.281+00',\t'2021-09-12 07:55:06.281+00',\t'uklezwjnv3c'),\n('d2piaqcsskg',\t'ohr9rus35cj',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 07:55:06.299+00',\t'2021-09-12 07:55:06.299+00',\t'brdnr3tv1fq'),\n('c82qey0a5qf',\t'eyuns05axle',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.306+00',\t'2021-09-12 07:55:06.306+00',\t'd2piaqcsskg'),\n('p8ocd894t8y',\t'hibwczuwhvz',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 07:55:06.208+00',\t'2021-09-13 08:59:46.646+00',\t'owygfbxi3f0'),\n('2fmrebsf4gp',\t'wdw8v3ljzk8',\t'External Link',\t'void',\t'Menu.URL',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"href\":\"https://www.nocobase.com/\"}}',\t'0',\t4,\t'2021-09-12 07:54:27.859+00',\t'2021-09-14 00:34:01.017+00',\t'on7wtx4zj4i'),\n('iksevp895l4',\t'04qft4ttyag',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 07:53:56.117+00',\t'2021-09-12 07:53:56.117+00',\tNULL),\n('46uv2irafjj',\t'uwp63g0snzf',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 07:55:06.312+00',\t'2021-09-12 07:55:06.312+00',\t'c82qey0a5qf'),\n('z3tgns5sig7',\t'nk21kz4ykys',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 07:55:06.322+00',\t'2021-09-12 07:55:06.322+00',\t'46uv2irafjj'),\n('da63hv48ls3',\t'ffqxj0s5m07',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:55:06.329+00',\t'2021-09-12 07:55:06.329+00',\t'z3tgns5sig7'),\n('tyk6mojy3tk',\t'wv7jtgdbk0a',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 07:55:06.337+00',\t'2021-09-12 07:55:06.337+00',\t'da63hv48ls3'),\n('5kpbm2yjz91',\t'ot6kp09qnh2',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.343+00',\t'2021-09-12 07:55:06.343+00',\t'tyk6mojy3tk'),\n('5mokwpu9u7l',\t'mb5wgvbi4w1',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-12 07:55:06.364+00',\t'2021-09-12 07:55:06.364+00',\t'c82qey0a5qf'),\n('h37y1d03f1h',\t'b2b4nm4hp7d',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.37+00',\t'2021-09-12 07:55:06.37+00',\t'5mokwpu9u7l'),\n('iop09nxg8ba',\t'zax9o5d4t65',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.379+00',\t'2021-09-12 07:55:06.379+00',\t'h37y1d03f1h'),\n('zg2qkq4930f',\t'77xkscspj24',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-12 07:56:22.692+00',\t'2021-09-12 07:56:22.692+00',\t'p8ocd894t8y'),\n('w8wganiiwim',\t'1t5mnp2ll81',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:55:18.301+00',\t'2021-09-12 07:55:18.301+00',\tNULL),\n('js1umj9zkcw',\t'3dhagssqz3i',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 07:55:50.598+00',\t'2021-09-12 07:55:50.598+00',\t'p8ocd894t8y'),\n('w0wh8s0t9q6',\t'uyrthalek4y',\tNULL,\t'void',\t'Chart.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"sales\",\"yField\":\"type\",\"legend\":{\"position\":\"top-left\"},\"barBackground\":{\"style\":{\"fill\":\"rgba(0,0,0,0.1)\"}},\"interactions\":[{\"type\":\"active-region\",\"enable\":false}]}}}',\t'0',\t1,\t'2021-09-12 07:55:44.955+00',\t'2021-09-12 07:55:50.606+00',\t'js1umj9zkcw'),\n('afiii4fzjt4',\t'a0acsfluns1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:55:44.946+00',\t'2021-09-12 07:55:44.946+00',\tNULL),\n('brdnr3tv1fq',\t'nmphpy858o3',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":true,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"users\",\"collectionName\":\"users\"}}',\t'0',\t1,\t'2021-09-12 07:55:06.231+00',\t'2021-09-12 07:55:06.231+00',\tNULL),\n('usav4xf4i5b',\t'2e2tf2sl8nx',\tNULL,\t'void',\t'Chart.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"type\",\"yField\":\"sales\",\"label\":{\"position\":\"middle\",\"style\":{\"fill\":\"#FFFFFF\",\"opacity\":0.6}},\"xAxis\":{\"label\":{\"autoHide\":true,\"autoRotate\":false}},\"meta\":{\"type\":{\"alias\":\"Category\"},\"sales\":{\"alias\":\"Sales\"}}}}}',\t'0',\t1,\t'2021-09-12 07:56:18.968+00',\t'2021-09-12 07:56:22.711+00',\t'zg2qkq4930f'),\n('sgi1ys98g9z',\t'h77wa7zq3r1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:56:18.96+00',\t'2021-09-12 07:56:18.96+00',\tNULL),\n('0iqvy8p1tvo',\t'bypmsbeixva',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:55:36.438+00',\t'2021-09-12 07:55:36.438+00',\tNULL),\n('cgvqt4pluo1',\t'jhvqb9p0txh',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:56:48.849+00',\t'2021-09-12 07:56:48.849+00',\t'ounz7zpirge'),\n('vao8sez2gej',\t'mwnq7dhbukc',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 07:56:48.895+00',\t'2021-09-12 07:56:48.895+00',\t'9pu6r17dwln'),\n('4i3pi6na2us',\t'irorafahm2p',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 07:56:48.915+00',\t'2021-09-12 07:56:48.915+00',\t'ounz7zpirge'),\n('9pu6r17dwln',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 07:56:48.889+00',\t'2021-09-12 07:56:48.889+00',\tNULL),\n('prbpeltlckf',\t'ph431xrvbeh',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"### Note:\\n- NocoBase is still in early development and is for preview purposes only and is not suitable for use in a production environment. \\n- The demo environment is for experience only, and the actions you take and the data you store on the demo site may be lost. \\n \\n\\nWelcome to the core and plugin development of NocoBase. [Github](https://github.com/nocobase/nocobase \\\"Github\\\")\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 07:55:18.309+00',\t'2021-09-16 00:27:43.727+00',\t'yjtisjjtb4c'),\n('ounz7zpirge',\t'na9ftcrdx5v',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":true,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_2uhu4szs1kq\",\"collectionName\":\"t_2uhu4szs1kq\"}}',\t'0',\t1,\t'2021-09-12 07:56:48.841+00',\t'2021-09-13 09:00:00.299+00',\t'b4xp5bvjtjg'),\n('tt572749tn9',\t'tucowmrzmjr',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 07:56:48.962+00',\t'2021-09-12 07:56:48.962+00',\t'n9latr3kd13'),\n('vohbzoj2m15',\t'hny7l530kvx',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 07:56:48.974+00',\t'2021-09-12 07:56:48.974+00',\t'tt572749tn9'),\n('8270dqmqiiy',\t'xtevar0izcq',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 07:56:49.015+00',\t'2021-09-12 07:56:49.015+00',\t'o3hrzoijfww'),\n('o3hrzoijfww',\t'b4u1yt2s85v',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 07:56:49.004+00',\t'2021-09-12 07:56:49.004+00',\tNULL),\n('agpcsifenuw',\t'xcd7x3uavw4',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t1,\t'2021-09-12 07:58:45.9+00',\t'2021-09-12 07:58:45.9+00',\t'ys8kexx4d5t'),\n('xb9wgdj9hci',\t'hh9hyfkcng3',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**本周待处理的任务**\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 07:57:41.272+00',\t'2021-09-12 07:58:02.532+00',\t'k7fnv90hoyz'),\n('zp8y2lhb62h',\t'ukbyiai3hyh',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 07:58:51.777+00',\t'2021-09-12 07:58:51.777+00',\t'xiv40kadnzo'),\n('k7fnv90hoyz',\t'toz78a8rnrm',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:58:02.516+00',\t'2021-09-12 07:58:02.516+00',\tNULL),\n('lzmq986ofck',\t'3wvot06svfh',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:57:41.262+00',\t'2021-09-12 07:57:41.262+00',\tNULL),\n('d6caxvbz5fd',\t'bcwees7xqd6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 07:58:19.228+00',\t'2021-09-12 07:58:19.228+00',\t'5i6htfen2xg'),\n('rvl59tassil',\t'xw72ck1xsvl',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:58:23.32+00',\t'2021-09-12 07:58:23.32+00',\t'3eaximzv664'),\n('5i6htfen2xg',\t'6elvnbqjmfb',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-component-props\":{\"showDefaultButtons\":true,\"resource\":\"t_2uhu4szs1kq\",\"collectionName\":\"t_2uhu4szs1kq\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 07:58:19.22+00',\t'2021-09-12 07:58:51.785+00',\t'zp8y2lhb62h'),\n('reqdnoxeco5',\t'evheykrprks',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Add task**\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 07:58:23.327+00',\t'2021-09-12 07:58:41.684+00',\t'rvl59tassil'),\n('8kdi4gylly4',\t'j9wisa342l0',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:58:44.635+00',\t'2021-09-12 07:58:44.635+00',\t'eemrffcv1rz'),\n('cef9m3yf1c1',\t'l9yuyng75il',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"}}',\t'0',\t1,\t'2021-09-12 07:58:44.642+00',\t'2021-09-12 07:58:44.642+00',\t'8kdi4gylly4'),\n('ys8kexx4d5t',\t'inx22bf9tjp',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:58:45.891+00',\t'2021-09-12 07:58:45.891+00',\t'xzdwhq9245r'),\n('3eaximzv664',\t'gr2edipmxnr',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 07:58:23.31+00',\t'2021-09-12 07:58:51.796+00',\t'd6caxvbz5fd'),\n('eemrffcv1rz',\t'jmgt7xkekkc',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 07:58:44.626+00',\t'2021-09-12 07:58:51.809+00',\t'd6caxvbz5fd'),\n('xzdwhq9245r',\t'zxlbcb71cxw',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 07:58:45.881+00',\t'2021-09-12 07:58:51.826+00',\t'd6caxvbz5fd'),\n('6ozsi41pa8t',\t'zrnq6glrbuy',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 07:58:19.212+00',\t'2021-09-12 07:58:19.212+00',\tNULL),\n('gnwa4ndv1gi',\t'0830m2fl6gk',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:01:46.042+00',\t'2021-09-12 08:01:46.042+00',\t'yizhuc5dxdb'),\n('98w2ul6d5md',\t'epwqwxemasr',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-12 08:01:26.947+00',\t'2021-09-12 08:01:26.947+00',\t'qp4giydwn93'),\n('5v86bl3m7t6',\t'5cv7o3tj9rj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:01:26.955+00',\t'2021-09-12 08:01:26.955+00',\t'98w2ul6d5md'),\n('xwc4ao2fiqc',\t'43kk4h9cdh9',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t1,\t'2021-09-12 08:01:26.967+00',\t'2021-09-12 08:01:26.967+00',\t'5v86bl3m7t6'),\n('yizhuc5dxdb',\t'ulcrzr13qii',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 08:01:46.033+00',\t'2021-09-12 08:01:46.072+00',\t'tj9c7vbrcib'),\n('25d5jv4678c',\t'ky9lfrb2vp1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-08 07:28:28.444+00',\t'2021-09-08 07:28:28.444+00',\tNULL),\n('1ha27dud5hv',\t'ubxrkte11sf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:11:20.421+00',\t'2021-09-12 08:11:20.421+00',\t'm2mvr899l9c'),\n('n9lcw3dl6nx',\t'hh72uw0epb4',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:11:20.428+00',\t'2021-09-12 08:11:20.428+00',\t'1ha27dud5hv'),\n('ikizt10knfl',\t's0rxe31bsqb',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:11:20.437+00',\t'2021-09-12 08:11:20.437+00',\t'n9lcw3dl6nx'),\n('qys5cfp3mdj',\t'gldzi6k6u59',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-12 08:11:20.446+00',\t'2021-09-12 08:11:20.446+00',\t'n9lcw3dl6nx'),\n('npaacbtkb4g',\t'zqxdp1akq17',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:11:24.195+00',\t'2021-09-12 08:11:24.195+00',\t'zmnyf7leu5e'),\n('85i9av7ngla',\t'516t7uziqsx',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"}}',\t'0',\t1,\t'2021-09-12 08:11:24.205+00',\t'2021-09-12 08:11:24.205+00',\t'npaacbtkb4g'),\n('xiv40kadnzo',\t'2v5ufe0wyn7',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"x-component-props\":{\"colsize\":[72.17473884140551,27.825261158594493]}}',\t'0',\t4,\t'2021-09-12 07:56:48.815+00',\t'2021-09-13 08:59:46.646+00',\t'owygfbxi3f0'),\n('2g5fnn131l5',\t'ii6xua7orcl',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t1,\t'2021-09-12 08:11:25.096+00',\t'2021-09-12 08:11:25.096+00',\t'ld0lq7cawk5'),\n('vb5h15yvlgr',\t'rbh6j7mh621',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"wtojfhp8nwl\"}}',\t'0',\t1,\t'2021-09-12 08:11:29.116+00',\t'2021-09-12 08:11:29.116+00',\t'rkusmebftd2'),\n('mtx9vafo4dk',\t'69bclbwp4au',\t'{{t(\"View record\")}}',\t'void',\t'Action.Modal',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 07:56:48.945+00',\t'2021-09-12 08:11:51.592+00',\t'3n691oyepso'),\n('c2pallk0lge',\tNULL,\t'Task details',\t'string',\t'Input.TextArea',\t'{\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Input.DesignableBar\"}',\t'0',\t52,\t'2021-09-12 08:18:46.926+00',\t'2021-09-12 08:18:46.926+00',\tNULL),\n('e7hul04yijg',\t'28kf8nkbogw',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-12 08:18:53.883+00',\t'2021-09-12 08:18:53.883+00',\t'tj9c7vbrcib'),\n('0es1iarwyvj',\t'al2bqtpv5wa',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:18:53.891+00',\t'2021-09-12 08:18:53.891+00',\t'e7hul04yijg'),\n('q0lc8vobhbs',\t'bqndkzb8lt7',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_l8uuiwcnlw9\"}}',\t'0',\t1,\t'2021-09-12 08:18:53.898+00',\t'2021-09-12 08:18:53.898+00',\t'0es1iarwyvj'),\n('hz0xa6nieup',\t'2be9ywwzant',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:20:12.393+00',\t'2021-09-12 08:20:12.393+00',\t'2yxfvondpb4'),\n('rg9w3fc2z9b',\t'hsnya6frncp',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_l8uuiwcnlw9\"}}',\t'0',\t1,\t'2021-09-12 08:20:12.401+00',\t'2021-09-12 08:20:12.401+00',\t'hz0xa6nieup'),\n('gs3nuib6pw4',\t'qlb8minkykq',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_u4i0jrp4uo6\"}}',\t'0',\t1,\t'2021-09-12 08:11:25.758+00',\t'2021-09-12 08:20:22.25+00',\t'6zy5c6yj530'),\n('8sgi2ma6amm',\t'4vwfpsuc7zs',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:11:25.743+00',\t'2021-09-12 08:11:25.743+00',\tNULL),\n('rkusmebftd2',\t'y49ug7x3xvy',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:11:29.108+00',\t'2021-09-12 08:11:29.108+00',\tNULL),\n('sfdkyqonmz0',\t'd9aj571l3df',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:33:29.994+00',\t'2021-09-12 08:33:29.994+00',\t'2eacz1979l5'),\n('c3cclt2yb97',\t'x0vd92fxvfh',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:33:30.002+00',\t'2021-09-12 08:33:30.002+00',\t'sfdkyqonmz0'),\n('s08elx2trpt',\t'cbt9s3t0gl0',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:33:41.227+00',\t'2021-09-12 08:33:41.227+00',\t'ouuvop86xkn'),\n('ydawn45xysc',\t'zb8d8wvbz26',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:33:41.238+00',\t'2021-09-12 08:33:41.238+00',\t's08elx2trpt'),\n('6zdy7upftb2',\t'lmrtzgqb556',\t'Lime member',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:33:50.282+00',\t'2021-09-12 08:33:50.282+00',\t'p5e092zc0ot'),\n('ihycjm0mcyw',\t'l1pl712kd67',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:33:50.288+00',\t'2021-09-12 08:33:50.288+00',\t'6zdy7upftb2'),\n('r2cj4i4msqb',\t'h1ihvgas1hu',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:33:50.295+00',\t'2021-09-12 08:33:50.295+00',\t'ihycjm0mcyw'),\n('h3irsnu3clo',\t'94hj1rrcnsl',\t'Purple member',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:33:59.1+00',\t'2021-09-12 08:33:59.1+00',\t'p5e092zc0ot'),\n('robkh6ftbzs',\t'v3jwav2y5t5',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:33:59.107+00',\t'2021-09-12 08:33:59.107+00',\t'h3irsnu3clo'),\n('mjbzwsp9hzr',\t'xrcl8gon31k',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:33:59.115+00',\t'2021-09-12 08:33:59.115+00',\t'robkh6ftbzs'),\n('4j5m2mweehy',\t'2h37sk1rkm2',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:08.291+00',\t'2021-09-12 08:34:08.291+00',\t'9ci8pxj60jv'),\n('2891oprcahh',\t'f1fnb3fyybp',\t'Post-80s',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:34:18.308+00',\t'2021-09-12 08:34:18.308+00',\t'75uiuzj3a2y'),\n('84ngb8x5fty',\t'sndg3bxfuh4',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:34:18.321+00',\t'2021-09-12 08:34:18.321+00',\t'2891oprcahh'),\n('5xyl3m4vq9e',\t'yex7exstyq5',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:18.333+00',\t'2021-09-12 08:34:18.333+00',\t'84ngb8x5fty'),\n('tqpxc3hilti',\t'9tklg0kw9q2',\t'Post-90s',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:34:27.245+00',\t'2021-09-12 08:34:27.245+00',\t'75uiuzj3a2y'),\n('ijlvastmsie',\t'yandpxz5b4m',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:34:27.252+00',\t'2021-09-12 08:34:27.252+00',\t'tqpxc3hilti'),\n('b18l8xg234k',\t'nj20bfx6zud',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:27.258+00',\t'2021-09-12 08:34:27.258+00',\t'ijlvastmsie'),\n('kme85fmbfdp',\t'ty1n8c35xnb',\t'Post-00s',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:34:37.338+00',\t'2021-09-12 08:34:37.338+00',\t'75uiuzj3a2y'),\n('yov28h6ubbe',\t'ybueqjk6x1t',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:34:37.35+00',\t'2021-09-12 08:34:37.35+00',\t'kme85fmbfdp'),\n('lyrtcuhap91',\t'idn6t24m39y',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:37.357+00',\t'2021-09-12 08:34:37.357+00',\t'yov28h6ubbe'),\n('qgfyabeutgq',\t'3704g2gp4wo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:34:46.466+00',\t'2021-09-12 08:34:46.466+00',\t'4j5m2mweehy'),\n('chxpf7521cg',\t'3c5bjrg7dc9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:34:46.478+00',\t'2021-09-12 08:34:46.478+00',\t'qgfyabeutgq'),\n('9ci8pxj60jv',\t'9n46u9aetva',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:34:08.283+00',\t'2021-09-12 08:34:08.283+00',\tNULL),\n('2eacz1979l5',\t'tbm9wnmojjb',\t'Orange member',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:33:29.986+00',\t'2021-09-12 08:44:04.478+00',\t'p5e092zc0ot'),\n('ouuvop86xkn',\t'dycp85fg7pt',\t'Blue member',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:33:41.216+00',\t'2021-09-12 08:44:02.72+00',\t'p5e092zc0ot'),\n('oetza8cgh74',\t'dl6is20g6h5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:52:45.506+00',\t'2021-09-12 08:52:45.506+00',\t'nsnnb9hz5rm'),\n('6zy5c6yj530',\t'qyjlcvh5me7',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 08:20:22.239+00',\t'2021-09-13 08:59:46.551+00',\t'9i11iq68qtg'),\n('2yxfvondpb4',\t'5qei75jimis',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t5,\t'2021-09-12 08:20:12.376+00',\t'2021-09-13 08:59:46.565+00',\t'qys5cfp3mdj'),\n('p5e092zc0ot',\t'd0n88541esb',\t'By level',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"usergroupdeleteoutlined\"}}',\t'0',\t3,\t'2021-09-12 08:33:06.644+00',\t'2021-09-14 00:53:57.889+00',\t'k33sn747t75'),\n('oxtcsimpqb2',\t'zj14gw0j1zt',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:34:46.502+00',\t'2021-09-12 08:34:46.502+00',\t'9vg6adtm6n6'),\n('2yi9bg4mj57',\t'nznn0ij5e5z',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-12 08:34:46.51+00',\t'2021-09-12 08:34:46.51+00',\t'oxtcsimpqb2'),\n('pmvf7fdcoqn',\t'ol94xi92n9o',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-12 08:34:46.521+00',\t'2021-09-12 08:34:46.521+00',\t'oxtcsimpqb2'),\n('pa13darz9d4',\t'in51pkyhsvp',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:34:46.53+00',\t'2021-09-12 08:34:46.53+00',\t'oxtcsimpqb2'),\n('1iv1b1fk9kt',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:34:46.538+00',\t'2021-09-12 08:34:46.538+00',\t'pa13darz9d4'),\n('e55armyp372',\t'0exnjwf96j9',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:46.549+00',\t'2021-09-12 08:34:46.549+00',\t'1iv1b1fk9kt'),\n('5cl8jjug304',\t'muadaczao4v',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:34:46.566+00',\t'2021-09-12 08:34:46.566+00',\t'9vg6adtm6n6'),\n('odvsdrpgs5z',\t'vljnzfav8fo',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:34:46.576+00',\t'2021-09-12 08:34:46.576+00',\t'5cl8jjug304'),\n('4swww9ez85e',\t'xgncx4bipcq',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:34:46.582+00',\t'2021-09-12 08:34:46.582+00',\t'odvsdrpgs5z'),\n('p381lm6wrpk',\t'dymsj7gs0f6',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:34:46.588+00',\t'2021-09-12 08:34:46.588+00',\t'4swww9ez85e'),\n('m8t41l1fhy7',\t'oe0q7wgnpms',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:34:46.598+00',\t'2021-09-12 08:34:46.598+00',\t'p381lm6wrpk'),\n('2y8wkg5uuen',\t'zi1afkzjxwa',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:34:46.606+00',\t'2021-09-12 08:34:46.606+00',\t'm8t41l1fhy7'),\n('bszzitpw3mb',\t'sx7j5bmj32y',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:46.614+00',\t'2021-09-12 08:34:46.614+00',\t'2y8wkg5uuen'),\n('bpdlme7kl4y',\t'wp1g4pbcser',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-12 08:34:46.634+00',\t'2021-09-12 08:34:46.634+00',\t'odvsdrpgs5z'),\n('uqfo3bc59lc',\t'3dyasrujuks',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:34:46.64+00',\t'2021-09-12 08:34:46.64+00',\t'bpdlme7kl4y'),\n('1v7pj31rst6',\t'rbg3tl4kozk',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:34:46.646+00',\t'2021-09-12 08:34:46.646+00',\t'uqfo3bc59lc'),\n('gb1ganqxlss',\t'rrrulqmg1ym',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:34:53.533+00',\t'2021-09-12 08:34:53.533+00',\t'9vg6adtm6n6'),\n('5bramaki119',\t'0f9ws4q4pac',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:34:56.206+00',\t'2021-09-12 08:34:56.206+00',\t'9vg6adtm6n6'),\n('cx6tpk721ay',\t'brexsc1cr37',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:34:59.568+00',\t'2021-09-12 08:34:59.568+00',\t'9vg6adtm6n6'),\n('kcsrh94kobe',\t'j0vh8vyduoi',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:35:02.827+00',\t'2021-09-12 08:35:02.827+00',\t'9vg6adtm6n6'),\n('wq5unbnmai5',\t'0emrv1jw57c',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:35:03.509+00',\t'2021-09-12 08:35:03.509+00',\t'9vg6adtm6n6'),\n('j0mohl316ma',\t'b72k0vbzl71',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:36:51.075+00',\t'2021-09-12 08:36:51.075+00',\t'qhn4cgfmid4'),\n('9vg6adtm6n6',\t'fvpv15y0e7x',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_bysgds7j36p\":{\"$dateNotAfter\":\"1979-12-31\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:34:46.494+00',\t'2021-09-12 08:35:48.314+00',\t'chxpf7521cg'),\n('c6gl6mawm4g',\t'tuv8episunt',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:36:51.049+00',\t'2021-09-12 08:36:51.049+00',\t'5xyl3m4vq9e'),\n('y4exnjcu2xj',\t'79zpbq9e175',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:36:51.06+00',\t'2021-09-12 08:36:51.06+00',\t'c6gl6mawm4g'),\n('0e73vdybb8l',\t'cp9z0tjcyt8',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_x9kmuovlm79\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-12 08:36:51.083+00',\t'2021-09-14 02:52:10.954+00',\t'j0mohl316ma'),\n('csvx2y38edo',\t'vkb98tlhwuy',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:36:51.117+00',\t'2021-09-12 08:36:51.117+00',\t'wgjeyh4ebbm'),\n('tejycuffoxq',\t'3ewnbbmr77e',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:36:51.132+00',\t'2021-09-12 08:36:51.132+00',\t'qhn4cgfmid4'),\n('ij5vwcnise7',\t'twp132yopns',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:36:51.138+00',\t'2021-09-12 08:36:51.138+00',\t'tejycuffoxq'),\n('iedl0uekr7p',\t'o8th7k38lrx',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:36:51.145+00',\t'2021-09-12 08:36:51.145+00',\t'ij5vwcnise7'),\n('b93e0r2xgcd',\t'0ksp3ytxhb0',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:36:51.153+00',\t'2021-09-12 08:36:51.153+00',\t'iedl0uekr7p'),\n('uggb8f8zmvo',\t'mzxdezv20k3',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:36:51.169+00',\t'2021-09-12 08:36:51.169+00',\t'u14k2vd1efb'),\n('bx3m7q9cod3',\t't5261oy16cv',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:36:51.183+00',\t'2021-09-12 08:36:51.183+00',\t'uggb8f8zmvo'),\n('kqcvqyqifda',\t'ysb0gm7ipdr',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:36:51.222+00',\t'2021-09-12 08:36:51.222+00',\t'vrcee28kir6'),\n('s7dr4zgwzu2',\t'xscblds33h4',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:36:54.948+00',\t'2021-09-12 08:36:54.948+00',\t'qhn4cgfmid4'),\n('egyuyv16xdx',\t'gejo5evkfrr',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:36:57.212+00',\t'2021-09-12 08:36:57.212+00',\t'qhn4cgfmid4'),\n('yl4ttbe5rdu',\t'vv4spmdiohn',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:36:57.849+00',\t'2021-09-12 08:36:57.849+00',\t'qhn4cgfmid4'),\n('68fyjoc40sn',\t'qzdrxk9fw4h',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:37:03.725+00',\t'2021-09-12 08:37:03.725+00',\t'qhn4cgfmid4'),\n('1fg99y0nyqu',\t'ngjyt53ti2h',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:37:04.572+00',\t'2021-09-12 08:37:04.572+00',\t'qhn4cgfmid4'),\n('qhn4cgfmid4',\t'ix2cf9yvbh3',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_bysgds7j36p\":{\"$dateBefore\":\"1990-01-01\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:36:51.068+00',\t'2021-09-12 08:37:40.985+00',\t'y4exnjcu2xj'),\n('ulvb0fgb1wy',\t'cnopigqb2sn',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:37:49.674+00',\t'2021-09-12 08:37:49.674+00',\t'b18l8xg234k'),\n('jj6krn50iqy',\t'ccqmj8hp8yl',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:37:49.684+00',\t'2021-09-12 08:37:49.684+00',\t'ulvb0fgb1wy'),\n('lx4xm5sm849',\t'55sd21vvdql',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:37:49.699+00',\t'2021-09-12 08:37:49.699+00',\t'ka2aiu7q623'),\n('llx7g8tcrh8',\t'rojpyy2rlb0',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:37:49.746+00',\t'2021-09-12 08:37:49.746+00',\t'ajiacba4y20'),\n('tx4p5icks0g',\t'pvu7zmgwos2',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:37:49.769+00',\t'2021-09-12 08:37:49.769+00',\t'ka2aiu7q623'),\n('en98iv89tz3',\t'yz4guz7tkfe',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:37:49.778+00',\t'2021-09-12 08:37:49.778+00',\t'tx4p5icks0g'),\n('j1yifjlgcop',\t'qtuwmu91rw8',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:37:49.785+00',\t'2021-09-12 08:37:49.785+00',\t'en98iv89tz3'),\n('0c8pimijjil',\t'cwjmh9vqkhx',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:37:49.792+00',\t'2021-09-12 08:37:49.792+00',\t'j1yifjlgcop'),\n('wgjeyh4ebbm',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:36:51.11+00',\t'2021-09-12 08:36:51.11+00',\tNULL),\n('vrcee28kir6',\t'ua7hewa02l4',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:36:51.212+00',\t'2021-09-12 08:36:51.212+00',\tNULL),\n('u14k2vd1efb',\t'r8xgvjicsdl',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 08:36:51.161+00',\t'2021-09-14 02:49:55.129+00',\t'b93e0r2xgcd'),\n('ajiacba4y20',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:37:49.737+00',\t'2021-09-12 08:37:49.737+00',\tNULL),\n('p96rm7tano6',\t'nkfr8mcy2da',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_x9kmuovlm79\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-12 08:37:49.709+00',\t'2021-09-14 02:52:05.585+00',\t'lx4xm5sm849'),\n('fgwqvsi9w8x',\t'ro3d04y1u75',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:37:49.808+00',\t'2021-09-12 08:37:49.808+00',\t'64s7sekqjq8'),\n('n6e781rxua7',\t'lzxoy8ww8gn',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:37:49.816+00',\t'2021-09-12 08:37:49.816+00',\t'fgwqvsi9w8x'),\n('in3pghga8ux',\t'bwwca9it1sq',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:37:49.846+00',\t'2021-09-12 08:37:49.846+00',\t'wynbtyklal2'),\n('ka2aiu7q623',\t'n0edqj1ge28',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_bysgds7j36p\":{\"$dateNotBefore\":\"1989-12-31\"}},{\"f_bysgds7j36p\":{\"$dateBefore\":\"2000-01-01\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:37:49.692+00',\t'2021-09-12 08:38:42.678+00',\t'jj6krn50iqy'),\n('mmhhiscomkb',\t'l0uufautgle',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:38:45.925+00',\t'2021-09-12 08:38:45.925+00',\t'ka2aiu7q623'),\n('2fkhpnufmnd',\t'dm5yyw23tj0',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:38:46.863+00',\t'2021-09-12 08:38:46.863+00',\t'ka2aiu7q623'),\n('gwcyhvpqiqa',\t'o8pypkohdpx',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:38:47.339+00',\t'2021-09-12 08:38:47.339+00',\t'ka2aiu7q623'),\n('97hhehv118e',\t'vrw7ayglqmg',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:38:50.619+00',\t'2021-09-12 08:38:50.619+00',\t'ka2aiu7q623'),\n('1vvorx5wh0r',\t'e5craiw1eet',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:38:51.82+00',\t'2021-09-12 08:38:51.82+00',\t'ka2aiu7q623'),\n('q9cnmgoizs4',\t'u5ul0zadqry',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:39:06.532+00',\t'2021-09-12 08:39:06.532+00',\t'lyrtcuhap91'),\n('iz9bagj342d',\t'b561q4avrrr',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:39:06.545+00',\t'2021-09-12 08:39:06.545+00',\t'q9cnmgoizs4'),\n('3gmi5etie4d',\t'zks395j22st',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:39:06.559+00',\t'2021-09-12 08:39:06.559+00',\t'9m75f7lvfy0'),\n('3v0ag3zwisq',\t'f0f5w11d7gj',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:39:06.605+00',\t'2021-09-12 08:39:06.605+00',\t'rdrd85bjgpt'),\n('35iu38q69j0',\t'bt2i31fip9b',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:39:06.625+00',\t'2021-09-12 08:39:06.625+00',\t'9m75f7lvfy0'),\n('5cbl3i9bm24',\t'7g7dsbegje2',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:39:06.633+00',\t'2021-09-12 08:39:06.633+00',\t'35iu38q69j0'),\n('puap2erydje',\t'7h02pbuxniz',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:39:06.661+00',\t'2021-09-12 08:39:06.661+00',\t'0g1su1clv5p'),\n('mwl3iuhzgkz',\t's60vdsnhl21',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:39:06.673+00',\t'2021-09-12 08:39:06.673+00',\t'puap2erydje'),\n('83o4cgw0vxi',\t'ovvwm5dy4uy',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:39:06.688+00',\t'2021-09-12 08:39:06.688+00',\t'mwl3iuhzgkz'),\n('0g1su1clv5p',\t'5zb6kd0kpkp',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:39:06.651+00',\t'2021-09-12 08:39:06.651+00',\tNULL),\n('7v2om3nilic',\t'4yho31yyucl',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:39:06.72+00',\t'2021-09-12 08:39:06.72+00',\tNULL),\n('wynbtyklal2',\t'ft56xw1w8ke',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:37:49.84+00',\t'2021-09-12 08:37:49.84+00',\tNULL),\n('64s7sekqjq8',\t'10zwbkklmzm',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 08:37:49.799+00',\t'2021-09-14 02:52:20.097+00',\t'0c8pimijjil'),\n('nuy8j8m58u1',\t'rxvhz3ivhpu',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_x9kmuovlm79\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-12 08:39:06.565+00',\t'2021-09-14 02:52:46.003+00',\t'3gmi5etie4d'),\n('rdrd85bjgpt',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:39:06.598+00',\t'2021-09-12 08:39:06.598+00',\tNULL),\n('ntcz14tcc8g',\t'c1m26md1afh',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:39:06.73+00',\t'2021-09-12 08:39:06.73+00',\t'7v2om3nilic'),\n('xx2hsjfzr6j',\t'7rgsjkjwy69',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:39:12.39+00',\t'2021-09-12 08:39:12.39+00',\t'9m75f7lvfy0'),\n('8brcyp46kvh',\t't7hxnqdukdt',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:39:13.996+00',\t'2021-09-12 08:39:13.996+00',\t'9m75f7lvfy0'),\n('st8vl2ccivg',\t'493hg6k0iw2',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:39:17.331+00',\t'2021-09-12 08:39:17.331+00',\t'9m75f7lvfy0'),\n('n933io8pp55',\t'63aiub1zaya',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:39:19.423+00',\t'2021-09-12 08:39:19.423+00',\t'9m75f7lvfy0'),\n('57vb25tmlzw',\t'ffci7b4c37j',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:39:20.302+00',\t'2021-09-12 08:39:20.302+00',\t'9m75f7lvfy0'),\n('9m75f7lvfy0',\t'v2o9ow0w7er',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_bysgds7j36p\":{\"$dateNotBefore\":\"2000-01-01\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:39:06.553+00',\t'2021-09-12 08:39:43.339+00',\t'iz9bagj342d'),\n('lfrjfv6f72v',\t'as7qbahq4pp',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:40:14.632+00',\t'2021-09-12 08:40:14.632+00',\t'c3cclt2yb97'),\n('ccy102bzglw',\t'3qrtp9xrl1h',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:40:14.645+00',\t'2021-09-12 08:40:14.645+00',\t'lfrjfv6f72v'),\n('k8zd25pz9wi',\t'd1l4bffnv3k',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:40:14.659+00',\t'2021-09-12 08:40:14.659+00',\t'lywiji6g7zd'),\n('zus6619jjig',\t'mwqrjhva1o0',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:40:14.697+00',\t'2021-09-12 08:40:14.697+00',\t'r9ha0s5f7wz'),\n('qkpw9y85fm5',\t'3uwobh5w9uy',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:40:14.716+00',\t'2021-09-12 08:40:14.716+00',\t'lywiji6g7zd'),\n('37u68fhyidl',\t'24xcqfze282',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:40:14.724+00',\t'2021-09-12 08:40:14.724+00',\t'qkpw9y85fm5'),\n('jwac7selyvg',\t'oa4dk9203mv',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:40:14.731+00',\t'2021-09-12 08:40:14.731+00',\t'37u68fhyidl'),\n('l0w2v6b5nlo',\t'0ldvv5davdi',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:40:14.739+00',\t'2021-09-12 08:40:14.739+00',\t'jwac7selyvg'),\n('6cwzyf3vxnw',\t'nk49bqwrzmh',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:40:14.751+00',\t'2021-09-12 08:40:14.751+00',\t'hxa625xa36k'),\n('8vy7mfaasul',\t'ya1bxqe6ort',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:40:14.758+00',\t'2021-09-12 08:40:14.758+00',\t'6cwzyf3vxnw'),\n('li4m0g6zkep',\t'76ada2v798p',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:40:14.788+00',\t'2021-09-12 08:40:14.788+00',\t'ptvev6ddnik'),\n('5f1ubby6wdj',\t'hrambihbdvf',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:40:18.102+00',\t'2021-09-12 08:40:18.102+00',\t'lywiji6g7zd'),\n('mk99bqhjjdm',\t'drzdgw02ba2',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:40:18.799+00',\t'2021-09-12 08:40:18.799+00',\t'lywiji6g7zd'),\n('3sdszuprkr7',\t'yc4bcwaglee',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:40:21.334+00',\t'2021-09-12 08:40:21.334+00',\t'lywiji6g7zd'),\n('gh7kjnkwh5x',\t'cdj6libpwfn',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:40:24.559+00',\t'2021-09-12 08:40:24.559+00',\t'lywiji6g7zd'),\n('b2jy0490ewa',\t'ond74oams59',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:40:26.032+00',\t'2021-09-12 08:40:26.032+00',\t'lywiji6g7zd'),\n('ptvev6ddnik',\t'86fyv5k3cx3',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:40:14.78+00',\t'2021-09-12 08:40:14.78+00',\tNULL),\n('r9ha0s5f7wz',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:40:14.691+00',\t'2021-09-12 08:40:14.691+00',\tNULL),\n('hxa625xa36k',\t'gsfm26v4sfa',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 08:40:14.745+00',\t'2021-09-14 02:35:37.97+00',\t'l0w2v6b5nlo'),\n('r3ar2h3d1j8',\t'i0eynpcavuf',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_x9kmuovlm79\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_kk4nspj1i28\",\"f_tdoe0q00xc6\"]}}',\t'0',\t1,\t'2021-09-12 08:40:14.666+00',\t'2021-09-14 02:35:30.768+00',\t'k8zd25pz9wi'),\n('lywiji6g7zd',\t'jqg2e89q7sk',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_61znsfh307m\":{\"eq\":\"plcxasw2xrs\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:40:14.653+00',\t'2021-09-12 08:42:11.576+00',\t'ccy102bzglw'),\n('ucc0l51e1zx',\t'xd842j8s4o4',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:42:23.602+00',\t'2021-09-12 08:42:23.602+00',\t'gty6jdh9cgb'),\n('d2wldjo2j80',\t'jrrgp8yz88g',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:44:14.399+00',\t'2021-09-12 08:44:14.399+00',\t'4kypox1delu'),\n('gty6jdh9cgb',\t'kpcr2fkgycn',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 08:42:23.589+00',\t'2021-09-12 08:42:23.633+00',\t'c3cclt2yb97'),\n('8w19pkzz91t',\t'b3cs8ptr4il',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:42:20.963+00',\t'2021-09-12 08:42:20.963+00',\tNULL),\n('tr3yalxh5d9',\t'6wzb2cveiky',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Orange member** Indulgence announcing uncommonly met she continuing two unpleasing terminated. \\nNow busy say down the shed eyes roof paid her.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 08:42:20.97+00',\t'2021-09-12 08:43:43.283+00',\t'ucc0l51e1zx'),\n('lqtxb6fmrl0',\t'b4rxohyhneh',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:44:14.207+00',\t'2021-09-12 08:44:14.207+00',\t'ydawn45xysc'),\n('uy4mfq52mco',\t'8z51u2ih58s',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:44:14.227+00',\t'2021-09-12 08:44:14.227+00',\t'lqtxb6fmrl0'),\n('zm70l5x7g15',\t'umo0zj9s1xp',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:44:14.247+00',\t'2021-09-12 08:44:14.247+00',\t'3vofd5jtiah'),\n('lkq0dy1or82',\t'24f0tprbabh',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:44:14.298+00',\t'2021-09-12 08:44:14.298+00',\t'xkdrtps4t10'),\n('vyh1vhueqgu',\t'lv0wouf53z5',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:44:14.315+00',\t'2021-09-12 08:44:14.315+00',\t'3vofd5jtiah'),\n('50vcknxuoxt',\t'890jkty4tqn',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:44:14.325+00',\t'2021-09-12 08:44:14.325+00',\t'vyh1vhueqgu'),\n('uk4s56729qp',\t'wfeh3uglan7',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:44:14.335+00',\t'2021-09-12 08:44:14.335+00',\t'50vcknxuoxt'),\n('dxc6027epb5',\t'7vsidpjwl07',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:44:14.342+00',\t'2021-09-12 08:44:14.342+00',\t'uk4s56729qp'),\n('lsl7tsg6u3t',\t'406cf8t3936',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:44:14.355+00',\t'2021-09-12 08:44:14.355+00',\t'0xnvoepseqy'),\n('5mhcfjjezro',\t'zejmbxzo1ks',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:44:14.362+00',\t'2021-09-12 08:44:14.362+00',\t'lsl7tsg6u3t'),\n('fwc71lsgz6c',\t'183g1x3aihx',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:44:18.826+00',\t'2021-09-12 08:44:18.826+00',\t'3vofd5jtiah'),\n('w9gnkyvtz0r',\t'cqueo48hxxz',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:44:19.294+00',\t'2021-09-12 08:44:19.294+00',\t'3vofd5jtiah'),\n('mub3aeydjk3',\t'7lnavhv4td2',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:44:19.707+00',\t'2021-09-12 08:44:19.707+00',\t'3vofd5jtiah'),\n('7gwvzo3moc1',\t'i007ki9yh3x',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:44:20.171+00',\t'2021-09-12 08:44:20.171+00',\t'3vofd5jtiah'),\n('bzyr8x1dcv7',\t'89gadccx8rd',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:44:21.105+00',\t'2021-09-12 08:44:21.105+00',\t'3vofd5jtiah'),\n('3vofd5jtiah',\t'a8vh6ygaz02',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_61znsfh307m\":{\"eq\":\"z7wq1mkwmmx\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:44:14.237+00',\t'2021-09-12 08:44:34.944+00',\t'uy4mfq52mco'),\n('2qlklaopi83',\t'f74yifwxtx0',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:44:39.547+00',\t'2021-09-12 08:44:39.547+00',\tNULL),\n('xkdrtps4t10',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:44:14.29+00',\t'2021-09-12 08:44:14.29+00',\tNULL),\n('0xnvoepseqy',\t'6plpenmwam2',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 08:44:14.348+00',\t'2021-09-14 02:34:04.477+00',\t'dxc6027epb5'),\n('xbtv9pgvlxi',\t'fmpepkb6a0v',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 02:35:02.792+00',\t'2021-09-14 02:35:02.792+00',\t'gr7i73b4ynb'),\n('g2ukg354p1p',\t'5hcspseyptg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:02.8+00',\t'2021-09-14 02:35:02.8+00',\t'xbtv9pgvlxi'),\n('qr9p6p6en71',\t'iq3f8l47var',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:35:02.807+00',\t'2021-09-14 02:35:02.807+00',\t'g2ukg354p1p'),\n('ucuvt8o6hi1',\t'fr0ewjbu999',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:35:05.366+00',\t'2021-09-14 02:35:05.366+00',\t'gr7i73b4ynb'),\n('a9jfktggp59',\t'e0q752c7fuv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:05.374+00',\t'2021-09-14 02:35:05.374+00',\t'ucuvt8o6hi1'),\n('c3xe5xx8tes',\t'9rd5qs80ff0',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:35:05.391+00',\t'2021-09-14 02:35:05.391+00',\t'a9jfktggp59'),\n('41mwvjbp3vq',\t'scddppvxq6i',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:35:09.79+00',\t'2021-09-14 02:35:09.79+00',\t'o8499ft1p9p'),\n('2r53wb0oya9',\t'ffucan3qm5s',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:03.832+00',\t'2021-09-14 02:35:03.832+00',\tNULL),\n('5ghvaf4qa76',\t'p4nyimogav6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:40:45.84+00',\t'2021-09-14 02:40:45.84+00',\t'm3g53ifw6yn'),\n('tbrkw7j67dv',\t'kt8qlsur6ay',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 02:53:47.067+00',\t'2021-09-23 02:53:47.067+00',\t'd0bz7d7vfpo'),\n('je7dsgza1j9',\t'adbiyyj09yd',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t9,\t'2021-09-12 01:13:58.95+00',\t'2021-09-26 01:39:52.153+00',\t'm25pry2yof2'),\n('t52oxa3snwb',\t'lauo71skjhg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:44:43.082+00',\t'2021-09-12 08:44:43.082+00',\t'8ecbs3dnun1'),\n('3wv3paf0sge',\t'new0v0nktzd',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:47:06.183+00',\t'2021-09-12 08:47:06.183+00',\t'2ov8u7juch7'),\n('8ecbs3dnun1',\t'e5kfncswel3',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 08:44:43.069+00',\t'2021-09-12 08:44:43.108+00',\t'ydawn45xysc'),\n('dyxqb85322d',\t'wv09g7t500j',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Blue member** Son elegance use weddings separate. \\nAsk too matter formed county wicket oppose talent.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 08:44:39.555+00',\t'2021-09-12 08:46:37.728+00',\t't52oxa3snwb'),\n('029s8xojujc',\t'vg4c6euj5nu',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:46:50.489+00',\t'2021-09-12 08:46:50.489+00',\t'r2cj4i4msqb'),\n('oksi8kdhwcs',\t'4s9fop4si0a',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:46:50.501+00',\t'2021-09-12 08:46:50.501+00',\t'029s8xojujc'),\n('aj47o80vux6',\t'xg1kfrbr3nd',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:46:50.516+00',\t'2021-09-12 08:46:50.516+00',\t'2ov8u7juch7'),\n('5vs1t2xw7ln',\t'9fcn27kak51',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:46:50.558+00',\t'2021-09-12 08:46:50.558+00',\t'9y41wrgu0ge'),\n('x5pj3cvw7ru',\t'xhfutcbc29x',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:46:50.572+00',\t'2021-09-12 08:46:50.572+00',\t'2ov8u7juch7'),\n('1ixe761237h',\t'qrp3make10i',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:46:50.578+00',\t'2021-09-12 08:46:50.578+00',\t'x5pj3cvw7ru'),\n('90m26h0xyt3',\t'acz2d9cws16',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:46:50.584+00',\t'2021-09-12 08:46:50.584+00',\t'1ixe761237h'),\n('gdtnu8u1497',\t'vb8rlqu5hie',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:46:50.591+00',\t'2021-09-12 08:46:50.591+00',\t'90m26h0xyt3'),\n('6pesbd7lqot',\t'd6u4lyoylm1',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:46:50.608+00',\t'2021-09-12 08:46:50.608+00',\t'eaartmbv01m'),\n('nyqgdbg4i8d',\t'69m7gxwl7y6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:46:50.616+00',\t'2021-09-12 08:46:50.616+00',\t'6pesbd7lqot'),\n('ny1bak52tdo',\t'3cr1ycdelin',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:46:50.644+00',\t'2021-09-12 08:46:50.644+00',\t'eac4je339tn'),\n('2vbfgjt94od',\t'2xbyviyj3ad',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:47:06.552+00',\t'2021-09-12 08:47:06.552+00',\t'2ov8u7juch7'),\n('2ov8u7juch7',\t's6fo9tw8twl',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_61znsfh307m\":{\"eq\":\"e3fb46gnarj\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:46:50.509+00',\t'2021-09-12 08:47:03.033+00',\t'oksi8kdhwcs'),\n('vsnvo3fheu6',\t'lfstm4lwy3w',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:47:07.146+00',\t'2021-09-12 08:47:07.146+00',\t'2ov8u7juch7'),\n('tvmc3nathto',\t'ggcpxv29rsa',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:47:07.574+00',\t'2021-09-12 08:47:07.574+00',\t'2ov8u7juch7'),\n('hehv31gf34o',\t'w5894zxy11w',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:47:08.44+00',\t'2021-09-12 08:47:08.44+00',\t'2ov8u7juch7'),\n('byqcnkk1o0n',\t'u461mmi6zni',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:48:45.962+00',\t'2021-09-12 08:48:45.962+00',\t'lk4lsebzmgd'),\n('lk4lsebzmgd',\t'ozeaw2s2poe',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 08:48:45.95+00',\t'2021-09-12 08:48:45.989+00',\t'r2cj4i4msqb'),\n('iwvbhqkjowd',\t'0wxj5nnl4qp',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:48:42.622+00',\t'2021-09-12 08:48:42.622+00',\tNULL),\n('75uiuzj3a2y',\t'j2vz0od5rgs',\t'By age',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"usergroupdeleteoutlined\"}}',\t'0',\t4,\t'2021-09-12 08:33:19.08+00',\t'2021-09-12 08:52:35.711+00',\t'k33sn747t75'),\n('o6vjinhjhad',\t'0g0on8947mz',\t'Customer statistics',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"barchartoutlined\"}}',\t'0',\t2,\t'2021-09-12 08:52:30.249+00',\t'2021-09-12 08:52:35.714+00',\t'k33sn747t75'),\n('nsnnb9hz5rm',\t'ngcih0rah1n',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:52:45.495+00',\t'2021-09-12 08:52:45.495+00',\t'nct31pcy7rs'),\n('9y41wrgu0ge',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:46:50.553+00',\t'2021-09-12 08:46:50.553+00',\tNULL),\n('eaartmbv01m',\t'7gjddddvgdh',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 08:46:50.602+00',\t'2021-09-14 02:34:48.61+00',\t'gdtnu8u1497'),\n('qfvm0kxnin2',\t'oncwf49yxib',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_x9kmuovlm79\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_kk4nspj1i28\",\"f_tdoe0q00xc6\"]}}',\t'0',\t1,\t'2021-09-12 08:46:50.523+00',\t'2021-09-14 02:40:32.268+00',\t'aj47o80vux6'),\n('xrlz31gzdpa',\t'xm1rki1ti32',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Lime member** Son elegance use weddings separate. \\nAsk too matter formed county wicket oppose talent.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 08:48:42.628+00',\t'2021-09-12 08:50:19.589+00',\t'byqcnkk1o0n'),\n('hzj9hm79jpb',\t'nb4q3h4m6fm',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:50:24.46+00',\t'2021-09-12 08:50:24.46+00',\t'mjbzwsp9hzr'),\n('4owlt01laba',\t'a037czgjmm7',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:50:24.472+00',\t'2021-09-12 08:50:24.472+00',\t'hzj9hm79jpb'),\n('vl32s3tc17u',\t'l4rdtk83fq7',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-12 08:50:24.494+00',\t'2021-09-12 08:50:24.494+00',\t'odl1fsxcrwo'),\n('yxw8emezqkh',\t'28xxazk97t2',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:50:24.532+00',\t'2021-09-12 08:50:24.532+00',\t'jrhau26x5rm'),\n('xpf2lims5g4',\t'k9qcsnwx7cf',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-12 08:50:24.55+00',\t'2021-09-12 08:50:24.55+00',\t'odl1fsxcrwo'),\n('ac275k2rut4',\t'kw2l8r3jzat',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-12 08:50:24.557+00',\t'2021-09-12 08:50:24.557+00',\t'xpf2lims5g4'),\n('blycm8t9llw',\t'4e5ozb2rs2w',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-12 08:50:24.566+00',\t'2021-09-12 08:50:24.566+00',\t'ac275k2rut4'),\n('03zmue92le1',\t'uqedaj59qrn',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-12 08:50:24.573+00',\t'2021-09-12 08:50:24.573+00',\t'blycm8t9llw'),\n('o2975lp13lc',\t'4z0xqjkknfh',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-12 08:50:24.587+00',\t'2021-09-12 08:50:24.587+00',\t'n4ejbe56vdm'),\n('xrr3hv2e35h',\t'6xf2t7dmkr9',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-12 08:50:24.594+00',\t'2021-09-12 08:50:24.594+00',\t'o2975lp13lc'),\n('yp6emewwtht',\t'af915frez3y',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-12 08:50:24.627+00',\t'2021-09-12 08:50:24.627+00',\t'h4jpb66cjdm'),\n('a2ayp2d56oy',\t'bnqdfr1t27g',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-12 08:50:27.966+00',\t'2021-09-12 08:50:27.966+00',\t'odl1fsxcrwo'),\n('yvk7fhy71uh',\t'7xzy3sse7ii',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-12 08:50:28.377+00',\t'2021-09-12 08:50:28.377+00',\t'odl1fsxcrwo'),\n('3er0hhltgky',\t'7kh3b64vlsz',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-12 08:50:28.802+00',\t'2021-09-12 08:50:28.802+00',\t'odl1fsxcrwo'),\n('82v0rcn61w5',\t'g0tfn2t5ptx',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-12 08:50:29.189+00',\t'2021-09-12 08:50:29.189+00',\t'odl1fsxcrwo'),\n('mgwhf5su8os',\t'c4xupsxz31h',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t7,\t'2021-09-12 08:50:30.509+00',\t'2021-09-12 08:50:30.509+00',\t'odl1fsxcrwo'),\n('odl1fsxcrwo',\t'wmdgtv0nagf',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\",\"defaultFilter\":{\"and\":[{\"f_61znsfh307m\":{\"eq\":\"h5cxo6g48lj\"}}]}}}',\t'0',\t1,\t'2021-09-12 08:50:24.484+00',\t'2021-09-12 08:50:41.597+00',\t'4owlt01laba'),\n('lqzy524xdei',\t'o8zs925kqc5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:50:57.053+00',\t'2021-09-12 08:50:57.053+00',\t'e5dvxaq0388'),\n('uqu3rlkcvq1',\t'8948hy916a0',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Purple member** May indulgence difficulty ham can put especially. \\nBringing remember for supplied her why was confined.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 08:50:53.634+00',\t'2021-09-12 08:51:44.094+00',\t'lqzy524xdei'),\n('e5dvxaq0388',\t'kbx96257xtg',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 08:50:57.039+00',\t'2021-09-12 08:50:57.092+00',\t'mjbzwsp9hzr'),\n('ahmifute8tf',\t'a6juzklvqwn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:50:53.624+00',\t'2021-09-12 08:50:53.624+00',\tNULL),\n('63kxtsn2jev',\t'mw51lyxfing',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-12 08:52:30.259+00',\t'2021-09-12 08:52:30.259+00',\t'o6vjinhjhad'),\n('nct31pcy7rs',\t'15kyt3px950',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-12 08:52:30.266+00',\t'2021-09-12 08:52:30.266+00',\t'63kxtsn2jev'),\n('jrhau26x5rm',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:50:24.525+00',\t'2021-09-12 08:50:24.525+00',\tNULL),\n('n4ejbe56vdm',\t'1xvrm1o4dle',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-12 08:50:24.581+00',\t'2021-09-14 02:40:43.981+00',\t'03zmue92le1'),\n('tzgzestskwi',\t'28nnixcgcet',\tNULL,\t'void',\t'Chart.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"type\",\"yField\":\"sales\",\"label\":{\"position\":\"middle\",\"style\":{\"fill\":\"#FFFFFF\",\"opacity\":0.6}},\"xAxis\":{\"label\":{\"autoHide\":true,\"autoRotate\":false}},\"meta\":{\"type\":{\"alias\":\"Category\"},\"sales\":{\"alias\":\"Sales\"}}}}}',\t'0',\t1,\t'2021-09-12 08:52:45.514+00',\t'2021-09-12 08:52:45.514+00',\t'oetza8cgh74'),\n('bpn9q3lvezd',\t'4cnlkye7dum',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 08:52:50.453+00',\t'2021-09-12 08:52:50.453+00',\t'nsnnb9hz5rm'),\n('ps3wofqqdyo',\t'kg2stbqe92v',\tNULL,\t'void',\t'Chart.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"sales\",\"yField\":\"type\",\"legend\":{\"position\":\"top-left\"},\"barBackground\":{\"style\":{\"fill\":\"rgba(0,0,0,0.1)\"}},\"interactions\":[{\"type\":\"active-region\",\"enable\":false}]}}}',\t'0',\t1,\t'2021-09-12 08:52:48.243+00',\t'2021-09-12 08:52:50.463+00',\t'bpn9q3lvezd'),\n('8clz7vdwv56',\t'mn521r0kooi',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:52:48.235+00',\t'2021-09-12 08:52:48.235+00',\tNULL),\n('iwr8wv7xozi',\t'8lytdanae07',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:53:17.312+00',\t'2021-09-12 08:53:17.312+00',\t'isbff6cje34'),\n('9aymm0ny90a',\t'ph259yxdu7v',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"This is a demo text, **supports Markdown syntax**.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-12 08:53:14.935+00',\t'2021-09-12 08:53:17.32+00',\t'iwr8wv7xozi'),\n('isbff6cje34',\t'drlid9bhtio',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-12 08:53:17.303+00',\t'2021-09-12 08:53:17.333+00',\t'nct31pcy7rs'),\n('w6ntyw1h4z8',\t'spjeqbwq4t7',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 08:53:14.924+00',\t'2021-09-12 08:53:14.924+00',\tNULL),\n('eac4je339tn',\t'np0gvonqfw5',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:46:50.638+00',\t'2021-09-12 08:46:50.638+00',\tNULL),\n('kjhvnw35agn',\t'rfctdbd1bft',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-12 09:38:49.33+00',\t'2021-09-12 09:38:49.33+00',\tNULL),\n('hflx0w3au4w',\t'6cym8cwqq2j',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Order entry rules** \\nOld pleasure required removing elegance him had. Down she bore sing saw calm high.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t2,\t'2021-09-12 09:38:49.34+00',\t'2021-09-12 09:39:52.537+00',\t'bzhnwtjmhbr'),\n('m2mvr899l9c',\t'o6t2oubr7co',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 08:11:20.41+00',\t'2021-09-13 08:59:46.49+00',\t'vohbzoj2m15'),\n('zmnyf7leu5e',\t'8yzpvptl0cs',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-12 08:11:24.188+00',\t'2021-09-13 08:59:46.512+00',\t'qys5cfp3mdj'),\n('9i11iq68qtg',\t'e0rf5eyvp9m',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-12 08:11:25.084+00',\t'2021-09-13 08:59:46.535+00',\t'qys5cfp3mdj'),\n('z1wudbtmbsa',\t'aizbpt370n0',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-12 07:56:52.836+00',\t'2021-09-13 08:59:46.609+00',\t'ounz7zpirge'),\n('by5yqbrtpx7',\t'652hwtnf3xm',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 07:56:58.113+00',\t'2021-09-13 08:59:46.613+00',\t'ounz7zpirge'),\n('ueys85hkayt',\t'bfj84hrbfg3',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_u4i0jrp4uo6\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t5,\t'2021-09-12 07:56:58.665+00',\t'2021-09-13 08:59:46.618+00',\t'ounz7zpirge'),\n('b4xp5bvjtjg',\t'1wr43vlsh76',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-13 09:00:00.283+00',\t'2021-09-13 09:00:00.448+00',\t'xiv40kadnzo'),\n('09u015raapx',\t'jffw6pblhor',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-13 08:59:46.431+00',\t'2021-09-13 08:59:46.431+00',\tNULL),\n('knyew80qe7m',\t'ur4p1j6l28k',\t'Multi-level menu',\t'void',\t'Menu.SubMenu',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t6,\t'2021-09-14 00:37:34.725+00',\t'2021-09-14 00:37:34.725+00',\t'on7wtx4zj4i'),\n('43f9otxtq42',\t'ha38i2gnhwo',\t'Multi-level menu',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 00:37:52.049+00',\t'2021-09-14 00:37:52.049+00',\t'knyew80qe7m'),\n('k4am0ffi23m',\t'wfvv125hmzv',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-14 00:37:52.063+00',\t'2021-09-14 00:37:52.063+00',\t'43f9otxtq42'),\n('8goe49d2eg2',\t'2w5cx1jvxe0',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-14 00:37:52.07+00',\t'2021-09-14 00:37:52.07+00',\t'k4am0ffi23m'),\n('t4cr6rlmwj3',\t'bnnkwq094ay',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-14 01:04:52.964+00',\t'2021-09-14 01:04:52.964+00',\t'5cbl3i9bm24'),\n('jsgge2uoolc',\t'kubyju669s9',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 01:04:52.974+00',\t'2021-09-14 01:04:52.974+00',\t't4cr6rlmwj3'),\n('naf0ppl429i',\t'biqievaalho',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 01:04:52.988+00',\t'2021-09-14 01:04:52.988+00',\t'euoi6osj9q0'),\n('8g6acfti9ia',\t'ngz0a2kkuya',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 01:04:52.996+00',\t'2021-09-14 01:04:52.996+00',\t'naf0ppl429i'),\n('4kypox1delu',\t'i0us2220e4z',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:44:14.388+00',\t'2021-09-12 08:44:14.388+00',\tNULL),\n('h4jpb66cjdm',\t'y1zsw9rp7df',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-12 08:50:24.62+00',\t'2021-09-12 08:50:24.62+00',\tNULL),\n('wattie3ufvx',\t'ie1pst9ypaj',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 01:05:40.531+00',\t'2021-09-14 01:05:40.531+00',\t'14p976cxng2'),\n('euoi6osj9q0',\t'vra6vd4r7jb',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-14 01:04:52.982+00',\t'2021-09-14 02:52:55.141+00',\t'jsgge2uoolc'),\n('viymd750t02',\t'fhhijhhecaj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:06:46.581+00',\t'2021-09-14 01:06:46.581+00',\t'uoivj5ie1p6'),\n('0lgjw5rm1dm',\t'ok9ix85jbw6',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Personal Information**\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"FormItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-14 01:06:26.461+00',\t'2021-09-14 01:06:46.592+00',\t'viymd750t02'),\n('uoivj5ie1p6',\t'zirm1wm2zi1',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-14 01:06:46.571+00',\t'2021-09-14 01:06:46.615+00',\t'blgc7o07897'),\n('8rp2l6eh3gi',\t'abczjhjxap3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-12 01:21:34.517+00',\t'2021-09-14 01:06:56.379+00',\t'n02x4dcefxx'),\n('jmid3ozvdyd',\t'7zp762mjdda',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:06:56.353+00',\t'2021-09-14 01:06:56.385+00',\t'n02x4dcefxx'),\n('14p976cxng2',\t'modal',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-14 01:05:40.525+00',\t'2021-09-14 01:05:40.525+00',\tNULL),\n('n7vkysn4ud3',\t'vcyu0l7gdug',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 01:07:12.522+00',\t'2021-09-14 01:07:12.522+00',\t'9rbzxinxfru'),\n('z5ccmldxsxa',\t'1qohdk68f37',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 01:07:12.533+00',\t'2021-09-14 01:07:12.533+00',\t'n7vkysn4ud3'),\n('hy9iyhq8vv3',\t'16ubffk35wq',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 01:07:12.543+00',\t'2021-09-14 01:07:12.543+00',\t'n7vkysn4ud3'),\n('cp6iif41h73',\t'm0g1cgn8se9',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:07:19.34+00',\t'2021-09-14 01:07:19.34+00',\t'hy9iyhq8vv3'),\n('t8v7ibd2nr4',\t'cn7zh7pg2bt',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:07:19.352+00',\t'2021-09-14 01:07:19.352+00',\t'cp6iif41h73'),\n('ra54ry8y783',\t'w8retmrk25p',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 01:07:19.359+00',\t'2021-09-14 01:07:19.359+00',\t't8v7ibd2nr4'),\n('n00c46suv85',\t'3djhyemwxnh',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 01:07:20.319+00',\t'2021-09-14 01:07:20.319+00',\t'hy9iyhq8vv3'),\n('d58wvj42s30',\t'ovy8h3n5o9i',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:07:20.325+00',\t'2021-09-14 01:07:20.325+00',\t'n00c46suv85'),\n('cchcemfjyqu',\t'laci4uz903f',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 01:07:20.332+00',\t'2021-09-14 01:07:20.332+00',\t'd58wvj42s30'),\n('9rbzxinxfru',\t'7cfy07dtdec',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:07:12.515+00',\t'2021-09-14 01:07:12.515+00',\tNULL),\n('2kjmofsjfit',\t'1r7pnfedk6v',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-14 01:55:03.923+00',\t'2021-09-14 01:55:03.923+00',\t'gd7t6lt75n9'),\n('tz1wchh95xl',\t'0vosh4dxkv7',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-14 01:55:03.932+00',\t'2021-09-14 01:55:03.932+00',\t'2kjmofsjfit'),\n('vahh7rzizdm',\t'capdm3zx7iu',\t'Task calendar',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"compassoutlined\"}}',\t'0',\t3,\t'2021-09-03 08:19:14.481+00',\t'2021-09-14 01:55:03.959+00',\t'0b73gccskc2'),\n('gd7t6lt75n9',\t'90iqp6z3ila',\t'The second milestone',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"appstoreoutlined\"}}',\t'0',\t2,\t'2021-09-14 01:55:03.906+00',\t'2021-09-14 01:55:03.964+00',\t'0b73gccskc2'),\n('cohm0upjgc9',\t'xr6cqhvbhrw',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:56:02.169+00',\t'2021-09-14 01:56:02.169+00',\t'1bv96nx2pwc'),\n('8c9p7enbt80',\t'nq6zmnsd66j',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Date**:2021-05-31 \\n**Goat**: Sudden looked elinor off gay estate nor silent.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-14 01:55:17.013+00',\t'2021-09-14 01:56:02.179+00',\t'cohm0upjgc9'),\n('1bv96nx2pwc',\t'fwsls517jxn',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-14 01:56:02.159+00',\t'2021-09-14 01:56:02.195+00',\t'hhhofusmllb'),\n('002utxdjm93',\t'efotr2xmk41',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:55:17.007+00',\t'2021-09-14 01:55:17.007+00',\tNULL),\n('62f02qtst2s',\t'9808j83yjnk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:56:37.796+00',\t'2021-09-14 01:56:37.796+00',\t'tz1wchh95xl'),\n('p1ntehotqg6',\t'o4jjf8rmt4v',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:56:37.807+00',\t'2021-09-14 01:56:37.807+00',\t'62f02qtst2s'),\n('e58g69uougo',\t'tqsxj181sly',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 01:56:55.447+00',\t'2021-09-14 01:56:55.447+00',\t'thkmlkrgwwl'),\n('s80r3qfhyv6',\t'yqzkjklu5k0',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"**Date**:2022-05-31 \\n**Goat**: Sudden looked elinor off gay estate nor silent.Sudden looked elinor off gay estate nor silent.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-14 01:56:37.816+00',\t'2021-09-14 01:56:50.995+00',\t'p1ntehotqg6'),\n('timjbxw10au',\t'f34nakln6f2',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 01:56:55.394+00',\t'2021-09-14 01:56:55.394+00',\t'tz1wchh95xl'),\n('0yxjs26qk7k',\t'2tg680ai0rg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 01:56:55.407+00',\t'2021-09-14 01:56:55.407+00',\t'timjbxw10au'),\n('wejcgcx0pg4',\t'k9ihxzxb4wj',\tNULL,\t'array',\t'Kanban',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Kanban.DesignableBar\",\"x-component-props\":{\"resource\":\"t_2uhu4szs1kq\",\"collectionName\":\"t_2uhu4szs1kq\",\"groupField\":{\"name\":\"f_u4i0jrp4uo6\"}},\"x-decorator\":\"CardItem\",\"x-decorator-props\":{\"style\":{\"background\":\"none\"},\"bodyStyle\":{\"padding\":0}}}',\t'0',\t1,\t'2021-09-14 01:56:55.418+00',\t'2021-09-14 01:56:55.418+00',\t'0yxjs26qk7k'),\n('9kyk74ciaqd',\t'create',\t'{{t(\"Add card\")}}',\t'void',\t'Kanban.Card.AddNew',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"text\",\"icon\":\"PlusOutlined\"}}',\t'0',\t1,\t'2021-09-14 01:56:55.432+00',\t'2021-09-14 01:56:55.432+00',\t'wejcgcx0pg4'),\n('thkmlkrgwwl',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Kanban.useCreateResource }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Kanban.useCreateAction }}\"}}',\t'0',\t1,\t'2021-09-14 01:56:55.441+00',\t'2021-09-14 01:56:55.441+00',\t'9kyk74ciaqd'),\n('ztai7k9f8pw',\t'card1',\tNULL,\t'void',\t'Kanban.Card',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-designable-bar\":\"Kanban.Card.DesignableBar\",\"x-read-pretty\":true,\"x-decorator-props\":{\"useResource\":\"{{ Kanban.useRowResource }}\"}}',\t'0',\t2,\t'2021-09-14 01:56:55.462+00',\t'2021-09-14 01:56:55.462+00',\t'wejcgcx0pg4'),\n('fji4cvhzhvw',\t'view1',\t'{{t(\"Edit record\")}}',\t'void',\t'Kanban.Card.View',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Kanban.useUpdateAction }}\"},\"x-decorator-props\":{\"useResource\":\"{{ Kanban.useSingleResource }}\"}}',\t'0',\t3,\t'2021-09-14 01:56:55.475+00',\t'2021-09-14 01:56:55.475+00',\t'wejcgcx0pg4'),\n('wnk2grmfyn9',\t'6lg0e07epd7',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 01:56:55.486+00',\t'2021-09-14 01:56:55.486+00',\t'fji4cvhzhvw'),\n('fenzt8bvs9n',\t'utc4wifeoxq',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:19.702+00',\t'2021-09-14 02:49:19.702+00',\t'qatepyha1sc'),\n('dx882txy8gl',\t'qcmlbgb4boc',\t'Task name',\t'void',\t'Form.Field',\t'{\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-decorator-props\":{\"draggable\":false},\"x-designable-bar\":\"Kanban.FieldDesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"}}',\t'0',\t1,\t'2021-09-14 01:57:07.616+00',\t'2021-09-14 01:57:28.164+00',\t'ztai7k9f8pw'),\n('s3y580rwbos',\t'1nh1yrqpq77',\tNULL,\t'void',\t'Form.Field',\t'{\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-decorator-props\":{\"draggable\":false},\"x-designable-bar\":\"Kanban.FieldDesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t2,\t'2021-09-14 01:58:51.539+00',\t'2021-09-14 01:58:51.539+00',\t'ztai7k9f8pw'),\n('dhye1xbbr3n',\t'ifwcn158lws',\t'Plan A orders',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"filetextoutlined\"}}',\t'0',\t2,\t'2021-09-14 02:00:39.299+00',\t'2021-09-14 02:00:39.299+00',\t'im4un32remd'),\n('151ehug7hih',\t'dnm4q4ap87c',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-14 02:00:39.308+00',\t'2021-09-14 02:00:39.308+00',\t'dhye1xbbr3n'),\n('u23f26ldf54',\t'lpc9t7dmkxi',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-14 02:00:39.317+00',\t'2021-09-14 02:00:39.317+00',\t'151ehug7hih'),\n('1i8da3k889z',\t'57rmh9147gr',\t'Plan B orders',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"filetextoutlined\"}}',\t'0',\t3,\t'2021-09-14 02:00:53.878+00',\t'2021-09-14 02:00:53.878+00',\t'im4un32remd'),\n('0aknnii9t4g',\t'uvjxmgglac8',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-14 02:00:53.889+00',\t'2021-09-14 02:00:53.889+00',\t'1i8da3k889z'),\n('jwe7l7mwhnz',\t'ust944ajsjg',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-14 02:00:53.897+00',\t'2021-09-14 02:00:53.897+00',\t'0aknnii9t4g'),\n('mqr5sytnrex',\t'o4rplckg250',\t'Plan C orders',\t'void',\t'Menu.Link',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"icon\":\"filetextoutlined\"}}',\t'0',\t4,\t'2021-09-14 02:01:48.336+00',\t'2021-09-14 02:01:48.336+00',\t'im4un32remd'),\n('3upg4rqeh4m',\t'zuso8ayd0xa',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-14 02:01:48.344+00',\t'2021-09-14 02:01:48.344+00',\t'mqr5sytnrex'),\n('1s7iwbmt5wf',\t'bkzwg4pwvce',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-14 02:01:48.354+00',\t'2021-09-14 02:01:48.354+00',\t'3upg4rqeh4m'),\n('xqntv31c34m',\t'c7dfrug0yob',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:02:02.638+00',\t'2021-09-14 02:02:02.638+00',\t'1q3zjv8vufg'),\n('ok3br0urqys',\t'nyvtmsx2jwd',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-14 02:07:08.346+00',\t'2021-09-14 02:07:08.346+00',\t'e9mlxdrj2bn'),\n('1q3zjv8vufg',\t'qfdhwnu16n8',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-14 02:02:02.63+00',\t'2021-09-14 02:02:02.665+00',\t'3gtya6xukdi'),\n('4reyrn1vaxu',\t'rs545q75op5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:01:56.998+00',\t'2021-09-14 02:01:56.998+00',\tNULL),\n('7sxlnsuct7c',\t'si15h23v5jh',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:01:57.006+00',\t'2021-09-14 02:02:04.965+00',\t'xqntv31c34m'),\n('jayh1evc8j9',\t'bb7h4kh1lmo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:07:08.24+00',\t'2021-09-14 02:07:08.24+00',\t'u23f26ldf54'),\n('b5ih0u8e4z6',\t'fqr0rhi09gc',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:07:08.251+00',\t'2021-09-14 02:07:08.251+00',\t'jayh1evc8j9'),\n('d4jbza292g8',\t'ti5gggpmb1o',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:07:08.275+00',\t'2021-09-14 02:07:08.275+00',\t'e9mlxdrj2bn'),\n('dxc8ooudc3x',\t'ygv4cbc5d00',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 02:07:08.33+00',\t'2021-09-14 02:07:08.33+00',\t'5afapcj9bs5'),\n('8ltq1366ub4',\t'9nme93a72mg',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-14 02:07:08.353+00',\t'2021-09-14 02:07:08.353+00',\t'ok3br0urqys'),\n('ru704q8r12j',\t'9ao5cigoc94',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:07:08.373+00',\t'2021-09-14 02:07:08.373+00',\t'v547zjkxmil'),\n('a21afryk2l5',\t'c0rb3ey689s',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:07:08.379+00',\t'2021-09-14 02:07:08.379+00',\t'ru704q8r12j'),\n('k94022ak2ak',\t'zqsi4kb50wk',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:07:08.387+00',\t'2021-09-14 02:07:08.387+00',\t'a21afryk2l5'),\n('0sdhkdn333w',\t'am0t67qtj90',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-14 02:07:08.405+00',\t'2021-09-14 02:07:08.405+00',\t'8ltq1366ub4'),\n('r7d7efu9gh5',\t'mt4g2qcykv0',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:07:08.411+00',\t'2021-09-14 02:07:08.411+00',\t'0sdhkdn333w'),\n('v547zjkxmil',\t'590lle13nvc',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:07:08.368+00',\t'2021-09-14 02:07:08.368+00',\tNULL),\n('wh687jm4cxf',\t'noqhvqu7xvv',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"1jkpjg7vkgi\",\"qbe1q17p9kh\",\"f_umjewufbyhj\",\"f_kkopbnfdd0v\",\"f_nlgk67tpdql\",\"f_niymyj0no38\"]}}',\t'0',\t1,\t'2021-09-14 02:07:08.293+00',\t'2021-09-14 02:39:17.179+00',\t'd4jbza292g8'),\n('5afapcj9bs5',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:07:08.325+00',\t'2021-09-14 02:07:08.325+00',\tNULL),\n('tjyy5l9ki1i',\t'0w1looxnzfb',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 02:07:08.418+00',\t'2021-09-14 02:07:08.418+00',\t'r7d7efu9gh5'),\n('o4tg2peokd5',\t'rhjbxr855n8',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 02:07:37.803+00',\t'2021-09-14 02:07:37.803+00',\t'e9mlxdrj2bn'),\n('5r8eu3nqd4d',\t'utlhs4ih13p',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-14 02:07:39.961+00',\t'2021-09-14 02:07:39.961+00',\t'e9mlxdrj2bn'),\n('damo9g06lc7',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:07:41.632+00',\t'2021-09-14 02:07:41.632+00',\t'jolxyuyknoz'),\n('c9jze12qbks',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-14 02:07:41.641+00',\t'2021-09-14 02:07:41.641+00',\t'damo9g06lc7'),\n('dh1pbbmw0my',\t'q7fwijgwdy8',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:07:41.649+00',\t'2021-09-14 02:07:41.649+00',\t'c9jze12qbks'),\n('p9v4t30i4ys',\t'fapsacmaynq',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-14 02:07:41.656+00',\t'2021-09-14 02:07:41.656+00',\t'dh1pbbmw0my'),\n('5zr743c9xue',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:07:41.67+00',\t'2021-09-14 02:07:41.67+00',\t'jolxyuyknoz'),\n('4qmx5ip2098',\t'y2e0dbiqcmq',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:07:41.68+00',\t'2021-09-14 02:07:41.68+00',\t'5zr743c9xue'),\n('fv42hsbf5r6',\t'cj5udd0g3wz',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:07:41.701+00',\t'2021-09-14 02:07:41.701+00',\t'q1j7fk4wlcw'),\n('9xm9ir4ylwo',\t'f6fisl2bijq',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:07:41.708+00',\t'2021-09-14 02:07:41.708+00',\t'fv42hsbf5r6'),\n('dhj0l1h9wgo',\t'cy5im7to7bn',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-14 02:07:42.161+00',\t'2021-09-14 02:07:42.161+00',\t'e9mlxdrj2bn'),\n('jolxyuyknoz',\t'us4irvjlnsl',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\"}},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-14 02:07:41.623+00',\t'2021-09-14 02:08:18.352+00',\t'e9mlxdrj2bn'),\n('e9mlxdrj2bn',\t'74i1aojloju',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_geso7fru7a9\",\"collectionName\":\"t_geso7fru7a9\",\"defaultFilter\":{\"and\":[{\"f_nlgk67tpdql\":{\"eq\":\"i2xjqmnwrsu\"}}]}}}',\t'0',\t1,\t'2021-09-14 02:07:08.266+00',\t'2021-09-14 02:08:59.99+00',\t'b5ih0u8e4z6'),\n('y50drnzf0v6',\t'ezn2biv8sfe',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:09:16.89+00',\t'2021-09-14 02:09:16.89+00',\t'jwe7l7mwhnz'),\n('fh67smk8zg5',\t'ssgjvjh23o5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:09:16.908+00',\t'2021-09-14 02:09:16.908+00',\t'y50drnzf0v6'),\n('enp44wj4lo3',\t'rfmxa0oqxwx',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:09:16.925+00',\t'2021-09-14 02:09:16.925+00',\t'q9yftfai4d1'),\n('ff8v6fj121d',\t'dle42ibjswv',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:16.966+00',\t'2021-09-14 02:09:16.966+00',\t'77ve1cwj3bp'),\n('uisubwsu25i',\t'ja3ct2odrmv',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-14 02:09:16.982+00',\t'2021-09-14 02:09:16.982+00',\t'q9yftfai4d1'),\n('dy9304lki72',\t'vmdwuhwunnn',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-14 02:09:16.992+00',\t'2021-09-14 02:09:16.992+00',\t'uisubwsu25i'),\n('tkuh93yjiq9',\t'1tg3j0k20kg',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:09:17.021+00',\t'2021-09-14 02:09:17.021+00',\t'orju7878qmn'),\n('1lwdufq0f1x',\t'ebmsuzf9zp1',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:09:17.028+00',\t'2021-09-14 02:09:17.028+00',\t'tkuh93yjiq9'),\n('77ve1cwj3bp',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:09:16.959+00',\t'2021-09-14 02:09:16.959+00',\tNULL),\n('orju7878qmn',\t'6jlnemo5sr2',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:09:17.014+00',\t'2021-09-14 02:09:17.014+00',\tNULL),\n('q1j7fk4wlcw',\t'gpkbej0n524',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-14 02:07:41.688+00',\t'2021-09-14 03:14:42.24+00',\t'4qmx5ip2098'),\n('yjqn0hmxh0u',\t'bo13tex6beo',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:17.036+00',\t'2021-09-14 02:09:17.036+00',\t'1lwdufq0f1x'),\n('d2l2wpf9776',\t'6xvhz5efm8o',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-14 02:09:17.057+00',\t'2021-09-14 02:09:17.057+00',\t'dy9304lki72'),\n('m4hzdcu8grv',\t'aak0c7s8mfz',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:09:17.064+00',\t'2021-09-14 02:09:17.064+00',\t'd2l2wpf9776'),\n('ia04dgr8sz7',\t'eaf6lf8qd8x',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:17.07+00',\t'2021-09-14 02:09:17.07+00',\t'm4hzdcu8grv'),\n('kae8e4o1hxz',\t'toqoq12e0ga',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 02:09:20.965+00',\t'2021-09-14 02:09:20.965+00',\t'q9yftfai4d1'),\n('kseicj7iysk',\t'h9y9ejy0i3i',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-14 02:09:24.184+00',\t'2021-09-14 02:09:24.184+00',\t'q9yftfai4d1'),\n('k4g9l87ljr8',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:09:27.26+00',\t'2021-09-14 02:09:27.26+00',\t'ahcn7zdd3dv'),\n('r4ika0ccev6',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-14 02:09:27.267+00',\t'2021-09-14 02:09:27.267+00',\t'k4g9l87ljr8'),\n('sbytqwdz0nb',\t'p81pk5cjdan',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:09:27.274+00',\t'2021-09-14 02:09:27.274+00',\t'r4ika0ccev6'),\n('sb1tnzivz5d',\t'zchag75nr3a',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-14 02:09:27.28+00',\t'2021-09-14 02:09:27.28+00',\t'sbytqwdz0nb'),\n('ozo2r5999eb',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:09:27.3+00',\t'2021-09-14 02:09:27.3+00',\t'ahcn7zdd3dv'),\n('bkjuejg5d6h',\t'vgjgm06v8k5',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:09:27.307+00',\t'2021-09-14 02:09:27.307+00',\t'ozo2r5999eb'),\n('bevxxm42ovn',\t'ggirntzvtsg',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:09:27.325+00',\t'2021-09-14 02:09:27.325+00',\t'ocpn6b3lple'),\n('fcpy7imnago',\t'b6y4v42u9jq',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:27.332+00',\t'2021-09-14 02:09:27.332+00',\t'bevxxm42ovn'),\n('tbga43xe0zl',\t'2gwiytoxfb0',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-14 02:09:28.069+00',\t'2021-09-14 02:09:28.069+00',\t'q9yftfai4d1'),\n('ahcn7zdd3dv',\t'kmcmoabsr4v',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\"}},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-14 02:09:27.252+00',\t'2021-09-14 02:09:40.131+00',\t'q9yftfai4d1'),\n('q9yftfai4d1',\t'vfdi7c0xnha',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_geso7fru7a9\",\"collectionName\":\"t_geso7fru7a9\",\"defaultFilter\":{\"and\":[{\"f_nlgk67tpdql\":{\"eq\":\"x4qnavatfai\"}}]}}}',\t'0',\t1,\t'2021-09-14 02:09:16.917+00',\t'2021-09-14 02:09:51.425+00',\t'fh67smk8zg5'),\n('ng42ag22ohx',\t'l9ay7h6i47q',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:09:58.816+00',\t'2021-09-14 02:09:58.816+00',\t'1s7iwbmt5wf'),\n('h8cm6cj9iq8',\t'z3omduzrzvw',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:09:58.828+00',\t'2021-09-14 02:09:58.828+00',\t'ng42ag22ohx'),\n('zm35u9cu0dj',\t'k5i7rf1pcra',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:09:58.852+00',\t'2021-09-14 02:09:58.852+00',\t'lid02o3i3it'),\n('f1eri48rmyg',\t'z6qu2xnxojs',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:58.896+00',\t'2021-09-14 02:09:58.896+00',\t'sag15ob9oep'),\n('q15dftcuff4',\t'1atifnh2n82',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-14 02:09:58.914+00',\t'2021-09-14 02:09:58.914+00',\t'lid02o3i3it'),\n('zv0dxyomtil',\t'762ocudbyx2',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-14 02:09:58.92+00',\t'2021-09-14 02:09:58.92+00',\t'q15dftcuff4'),\n('sag15ob9oep',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:09:58.887+00',\t'2021-09-14 02:09:58.887+00',\tNULL),\n('l9xfel5beq9',\t'2aiiooedvc3',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"1jkpjg7vkgi\",\"qbe1q17p9kh\",\"f_umjewufbyhj\",\"f_kkopbnfdd0v\",\"f_nlgk67tpdql\",\"f_niymyj0no38\"]}}',\t'0',\t1,\t'2021-09-14 02:09:58.859+00',\t'2021-09-14 02:39:26.621+00',\t'zm35u9cu0dj'),\n('ocpn6b3lple',\t'333bc2f4k3g',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-14 02:09:27.317+00',\t'2021-09-14 03:15:41.427+00',\t'bkjuejg5d6h'),\n('bxdlx7his6h',\t'd975wpk687r',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:09:58.942+00',\t'2021-09-14 02:09:58.942+00',\t'qcf4olotfg4'),\n('graewvh6zya',\t'tnmch62t9n6',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:09:58.948+00',\t'2021-09-14 02:09:58.948+00',\t'bxdlx7his6h'),\n('oyt3pwwitwl',\t'dvhkc4cmrny',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:58.956+00',\t'2021-09-14 02:09:58.956+00',\t'graewvh6zya'),\n('nmxpejypmzp',\t'yncjsw7hul8',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-14 02:09:58.975+00',\t'2021-09-14 02:09:58.975+00',\t'zv0dxyomtil'),\n('qlvbmlugina',\t'u8m7xurgx2l',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:09:58.984+00',\t'2021-09-14 02:09:58.984+00',\t'nmxpejypmzp'),\n('cmm4rlf147h',\t'rtf9ou2tvve',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 02:09:58.991+00',\t'2021-09-14 02:09:58.991+00',\t'qlvbmlugina'),\n('z43cvnqn0w3',\t'w6nq1pmq8wa',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 02:10:02.406+00',\t'2021-09-14 02:10:02.406+00',\t'lid02o3i3it'),\n('umcug24alkr',\t'estgi0www12',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-14 02:10:04.852+00',\t'2021-09-14 02:10:04.852+00',\t'lid02o3i3it'),\n('280lxyzoir2',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:10:07.762+00',\t'2021-09-14 02:10:07.762+00',\t'w6mruw1t8hi'),\n('zwkphsuyx2l',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-14 02:10:07.769+00',\t'2021-09-14 02:10:07.769+00',\t'280lxyzoir2'),\n('7vxwpwbplvc',\t'9qsx07bny89',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:10:07.776+00',\t'2021-09-14 02:10:07.776+00',\t'zwkphsuyx2l'),\n('mkez96qhvco',\t'2gkvd176uyd',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-14 02:10:07.786+00',\t'2021-09-14 02:10:07.786+00',\t'7vxwpwbplvc'),\n('w5ea27zspwm',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:10:07.813+00',\t'2021-09-14 02:10:07.813+00',\t'w6mruw1t8hi'),\n('82vnr4b2qj2',\t'malsfticzdz',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:10:07.824+00',\t'2021-09-14 02:10:07.824+00',\t'w5ea27zspwm'),\n('89rrjmd74cf',\t'feeyqrr1rqy',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:10:07.837+00',\t'2021-09-14 02:10:07.837+00',\t'meh9l97y2nm'),\n('xslmb0aczns',\t'ofl08cgp5ag',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:10:07.846+00',\t'2021-09-14 02:10:07.846+00',\t'89rrjmd74cf'),\n('eyrqwfkmh6a',\t'vuhv8ruxch7',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t6,\t'2021-09-14 02:10:08.284+00',\t'2021-09-14 02:10:08.284+00',\t'lid02o3i3it'),\n('w6mruw1t8hi',\t'npfwcoxra3m',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\"}},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-14 02:10:07.753+00',\t'2021-09-14 02:10:18.428+00',\t'lid02o3i3it'),\n('lid02o3i3it',\t'mjyovo1npf3',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_geso7fru7a9\",\"collectionName\":\"t_geso7fru7a9\",\"defaultFilter\":{\"and\":[{\"f_nlgk67tpdql\":{\"eq\":\"tqgda8p724l\"}}]}}}',\t'0',\t1,\t'2021-09-14 02:09:58.843+00',\t'2021-09-14 02:10:28.178+00',\t'h8cm6cj9iq8'),\n('l2uq7pgdrht',\t'yaf5vsb5dz3',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"collectionName\":\"t_geso7fru7a9\",\"resourceName\":\"f_c8mes0kp1zt\",\"associatedName\":\"t_fsveob6p269\",\"useResource\":\"{{ Association.useResource }}\"}}',\t'0',\t1,\t'2021-09-12 01:23:35.19+00',\t'2021-09-14 02:32:27.112+00',\t'ugv0r28257r'),\n('2o1qlpp5beu',\t'ruimtpj8zwm',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:25.168+00',\t'2021-09-14 02:33:25.168+00',\t'5mhcfjjezro'),\n('djpnuoszy3c',\t'zprooua8j6y',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:25.182+00',\t'2021-09-14 02:33:25.182+00',\t'2o1qlpp5beu'),\n('x8ldh7nt5g3',\t'kh18lunyth5',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:33:25.19+00',\t'2021-09-14 02:33:25.19+00',\t'djpnuoszy3c'),\n('hj7pmkhelii',\t'x0itzuj4824',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:33:25.198+00',\t'2021-09-14 02:33:25.198+00',\t'x8ldh7nt5g3'),\n('que938u74zn',\t'qhe8h5g24el',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:33:25.213+00',\t'2021-09-14 02:33:25.213+00',\t'x8ldh7nt5g3'),\n('ds8p6lzzlv8',\t'urviytqjrzk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:28.001+00',\t'2021-09-14 02:33:28.001+00',\t'que938u74zn'),\n('o17e3ym338y',\t'2ai68sqkgcm',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:28.011+00',\t'2021-09-14 02:33:28.011+00',\t'ds8p6lzzlv8'),\n('qcf4olotfg4',\t'57qhvjsew2f',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:09:58.936+00',\t'2021-09-14 02:09:58.936+00',\tNULL),\n('meh9l97y2nm',\t'bwuc9pb8ktg',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\",\"x-component-props\":{\"singleton\":true}}',\t'0',\t1,\t'2021-09-14 02:10:07.832+00',\t'2021-09-14 03:16:08.212+00',\t'82vnr4b2qj2'),\n('928j436dz3s',\t'1ws27t248jt',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:33:28.019+00',\t'2021-09-14 02:33:28.019+00',\t'o17e3ym338y'),\n('i02wlr5fphp',\t'e7k0n3er7nk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:33:33.638+00',\t'2021-09-14 02:33:33.638+00',\t'que938u74zn'),\n('4m5ht8hhvdi',\t'kwbswznqyv5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:33.646+00',\t'2021-09-14 02:33:33.646+00',\t'i02wlr5fphp'),\n('pcxkpsoszcv',\t'iehhoi2kvfi',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:33:33.652+00',\t'2021-09-14 02:33:33.652+00',\t'4m5ht8hhvdi'),\n('77tm0s99g4m',\t'6qcc16aclcs',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 02:33:39.8+00',\t'2021-09-14 02:33:39.8+00',\t'que938u74zn'),\n('mwrct1kkarf',\t'mzcfw7tykbj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:39.806+00',\t'2021-09-14 02:33:39.806+00',\t'77tm0s99g4m'),\n('4z0c0068a9t',\t'vy851m8ttou',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:33:39.813+00',\t'2021-09-14 02:33:39.813+00',\t'mwrct1kkarf'),\n('j63qzk1ssnw',\t'4oklwaqpjpc',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:33:42.519+00',\t'2021-09-14 02:33:42.519+00',\t'que938u74zn'),\n('t98eob4eakr',\t'f9y49mgn7ca',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:42.526+00',\t'2021-09-14 02:33:42.526+00',\t'j63qzk1ssnw'),\n('nkljjmc0mro',\t'75dsut03jh9',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:33:42.534+00',\t'2021-09-14 02:33:42.534+00',\t't98eob4eakr'),\n('6cy5jyc9kn5',\t'e9wall96av0',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:33:43.16+00',\t'2021-09-14 02:33:43.16+00',\t'que938u74zn'),\n('isz0szdilh9',\t'ivnjzdlgqq6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:43.167+00',\t'2021-09-14 02:33:43.167+00',\t'6cy5jyc9kn5'),\n('b6omyai1d4o',\t'r99vh4ubzpw',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:33:43.174+00',\t'2021-09-14 02:33:43.174+00',\t'isz0szdilh9'),\n('oa9cha4eq85',\t'oqmoexwmpfd',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:33:49.97+00',\t'2021-09-14 02:33:49.97+00',\t'ds8p6lzzlv8'),\n('z790f34pwxn',\t'4sgo40m6ndl',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:33:29.44+00',\t'2021-09-14 02:33:49.982+00',\t'oa9cha4eq85'),\n('zg6o3mwulvr',\t'7zjz1suzli0',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:29.432+00',\t'2021-09-14 02:33:29.432+00',\tNULL),\n('vdtg8lnk123',\t'a6og8y9rh5u',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:33:53.287+00',\t'2021-09-14 02:33:53.287+00',\t'i02wlr5fphp'),\n('gtsevfuusyp',\t'91qjsbe5k3l',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:33:36.514+00',\t'2021-09-14 02:33:53.3+00',\t'vdtg8lnk123'),\n('31brdcsmxw3',\t'6tm8xb73iu3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:36.507+00',\t'2021-09-14 02:33:36.507+00',\tNULL),\n('b8rk2xvdryz',\t'8a9xemyu2lg',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:33:56.11+00',\t'2021-09-14 02:33:56.11+00',\t'77tm0s99g4m'),\n('xrbvufwttrt',\t'3cg7pazrimy',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:33:40.765+00',\t'2021-09-14 02:33:56.118+00',\t'b8rk2xvdryz'),\n('m55oeth1uzr',\t'imvi3do6zqg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:33:40.759+00',\t'2021-09-14 02:33:40.759+00',\tNULL),\n('as67zrrpfwt',\t'6vc2z0hwm8g',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"version\":\"2.0\",\"x-align\":\"left\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_x9kmuovlm79\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_kk4nspj1i28\",\"f_tdoe0q00xc6\"]}}',\t'0',\t1,\t'2021-09-14 02:33:08.678+00',\t'2021-09-14 02:34:22.33+00',\t'zm70l5x7g15'),\n('qzr4j6yc68r',\t'0uesmlp9lk7',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_x9kmuovlm79\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_kk4nspj1i28\",\"f_tdoe0q00xc6\"]}}',\t'0',\t1,\t'2021-09-12 01:11:33.894+00',\t'2021-09-14 02:34:31.766+00',\t'aslfo2li593'),\n('w0csd3eo6ka',\t'xcvjmi4dmei',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:50.405+00',\t'2021-09-14 02:34:50.405+00',\t'nyqgdbg4i8d'),\n('85yr90xanlt',\t'148iinofhjj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:50.415+00',\t'2021-09-14 02:34:50.415+00',\t'w0csd3eo6ka'),\n('rw191y49o3r',\t'kvzn9uyvxuw',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:34:50.425+00',\t'2021-09-14 02:34:50.425+00',\t'85yr90xanlt'),\n('h2msuc9om11',\t'yv48iu6q77l',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:34:50.433+00',\t'2021-09-14 02:34:50.433+00',\t'rw191y49o3r'),\n('gr7i73b4ynb',\t'24o1teki8ew',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:34:50.445+00',\t'2021-09-14 02:34:50.445+00',\t'rw191y49o3r'),\n('o8499ft1p9p',\t'ustz7jb1z3a',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:53.551+00',\t'2021-09-14 02:34:53.551+00',\t'gr7i73b4ynb'),\n('mzz271zlkp6',\t'oaw5ywosybo',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:53.564+00',\t'2021-09-14 02:34:53.564+00',\t'o8499ft1p9p'),\n('h48fpskp236',\t'ur2a9excqax',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:34:53.575+00',\t'2021-09-14 02:34:53.575+00',\t'mzz271zlkp6'),\n('gyzptki2fj3',\t'n2feu8w088x',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:34:57.638+00',\t'2021-09-14 02:34:57.638+00',\t'gr7i73b4ynb'),\n('8xmup2y7dvi',\t'izlteyv1f5t',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:57.646+00',\t'2021-09-14 02:34:57.646+00',\t'gyzptki2fj3'),\n('goe9u3mkc09',\t'cjdj5rxbfek',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:34:57.655+00',\t'2021-09-14 02:34:57.655+00',\t'8xmup2y7dvi'),\n('oml2je85jr1',\t'vqn5ru79bus',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:34:56.458+00',\t'2021-09-14 02:34:56.458+00',\tNULL),\n('yx7az2k2tnz',\t'b6jszb7b814',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:35:05.928+00',\t'2021-09-14 02:35:05.928+00',\t'gr7i73b4ynb'),\n('skvt17ror16',\t'frjvd7qdkeq',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:05.934+00',\t'2021-09-14 02:35:05.934+00',\t'yx7az2k2tnz'),\n('uy2z0s3jtsz',\t'0i591g2wlbe',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:35:05.94+00',\t'2021-09-14 02:35:05.94+00',\t'skvt17ror16'),\n('0be4vbhx2oz',\t'p8a77d0mwm7',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:34:59.873+00',\t'2021-09-14 02:35:13.941+00',\t'r1l6xnhdqq0'),\n('fsjfoji1zb1',\t'dmmra4zvcod',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:34:56.468+00',\t'2021-09-14 02:35:09.803+00',\t'41mwvjbp3vq'),\n('r1l6xnhdqq0',\t'zs6a72e4o1g',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:35:13.929+00',\t'2021-09-14 02:35:13.929+00',\t'gyzptki2fj3'),\n('k6m3piasr4y',\t'8upyca407oq',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:35:17.091+00',\t'2021-09-14 02:35:17.091+00',\t'xbtv9pgvlxi'),\n('90k7s8ylu4o',\t'41na2at2dde',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:35:03.841+00',\t'2021-09-14 02:35:17.101+00',\t'k6m3piasr4y'),\n('rhcpbx61ahk',\t'pxa7jsdcvgn',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:36.16+00',\t'2021-09-14 02:35:36.16+00',\t'8vy7mfaasul'),\n('hn8t7bduaye',\t'4ipt7ufeoor',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:36.167+00',\t'2021-09-14 02:35:36.167+00',\t'rhcpbx61ahk'),\n('wxik6h90m31',\t'9u9oi57xg3b',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:35:36.181+00',\t'2021-09-14 02:35:36.181+00',\t'hn8t7bduaye'),\n('d6iiwd1tc7h',\t'an6g3d9w87p',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:35:36.189+00',\t'2021-09-14 02:35:36.189+00',\t'wxik6h90m31'),\n('k450jgmapko',\t'w6fb06mqfqp',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:35:36.199+00',\t'2021-09-14 02:35:36.199+00',\t'wxik6h90m31'),\n('gzoy8oaqybn',\t'btviea4hdib',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:40.487+00',\t'2021-09-14 02:35:40.487+00',\t'k450jgmapko'),\n('aur5angfspx',\t'66o2w9d31ru',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:40.493+00',\t'2021-09-14 02:35:40.493+00',\t'gzoy8oaqybn'),\n('ztt1ij2fw8e',\t'pnpj9jg6025',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:35:40.5+00',\t'2021-09-14 02:35:40.5+00',\t'aur5angfspx'),\n('t8hnv75bh87',\t'48ulm4d84dz',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:35:42.883+00',\t'2021-09-14 02:35:42.883+00',\t'k450jgmapko'),\n('t7g27y27c8j',\t'8v40a4fqimz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:42.889+00',\t'2021-09-14 02:35:42.889+00',\t't8hnv75bh87'),\n('jkko8lt0dzr',\t'w6awg8ks9wt',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:35:42.895+00',\t'2021-09-14 02:35:42.895+00',\t't7g27y27c8j'),\n('8h7eyjj4muw',\t'ayhrl4uap76',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-14 02:35:44.877+00',\t'2021-09-14 02:35:44.877+00',\t'k450jgmapko'),\n('a2uwqq0aubr',\t'4koofmn05l8',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:44.883+00',\t'2021-09-14 02:35:44.883+00',\t'8h7eyjj4muw'),\n('58pdnkrc9c3',\t'jdq6ejtvg6f',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:35:44.889+00',\t'2021-09-14 02:35:44.889+00',\t'a2uwqq0aubr'),\n('dxr1scs1cm2',\t'e5e7u4fqr84',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:35:49.005+00',\t'2021-09-14 02:35:49.005+00',\t'k450jgmapko'),\n('0wrlvmjh9wz',\t'fo12ki2wbjd',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:49.014+00',\t'2021-09-14 02:35:49.014+00',\t'dxr1scs1cm2'),\n('t75ivejidem',\t'ugxc36s7ika',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:35:49.021+00',\t'2021-09-14 02:35:49.021+00',\t'0wrlvmjh9wz'),\n('omcdo1sj2wj',\t'z090kaif3d5',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:35:49.381+00',\t'2021-09-14 02:35:49.381+00',\t'k450jgmapko'),\n('jssqk5nm6jy',\t'0rwdnbkrxw1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:49.389+00',\t'2021-09-14 02:35:49.389+00',\t'omcdo1sj2wj'),\n('bxw1lo8oese',\t'9vz35226snr',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:35:49.401+00',\t'2021-09-14 02:35:49.401+00',\t'jssqk5nm6jy'),\n('t6y48ox5ek9',\t'e5uawhnc1rn',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:35:51.808+00',\t'2021-09-14 02:35:51.808+00',\t'gzoy8oaqybn'),\n('ckwpqskkims',\t'0aedc8ndj1o',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:35:42.299+00',\t'2021-09-14 02:35:51.824+00',\t't6y48ox5ek9'),\n('jdch6mimcpe',\t'8w8tvfushn9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:42.287+00',\t'2021-09-14 02:35:42.287+00',\tNULL),\n('n27tfa4y42m',\t'vc66ctlglib',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:35:57.088+00',\t'2021-09-14 02:35:57.088+00',\t't8hnv75bh87'),\n('08qo3egyo9t',\t'h7h78bggz9a',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:35:46.663+00',\t'2021-09-14 02:35:57.095+00',\t'n27tfa4y42m'),\n('y3ozhae71bl',\t'djfvl7lz8fa',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:46.654+00',\t'2021-09-14 02:35:46.654+00',\tNULL),\n('iawhadxi2ii',\t'25y2rqwnxff',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:35:47.857+00',\t'2021-09-14 02:35:59.379+00',\t'nq1n50mtc06'),\n('nq1n50mtc06',\t'vu5quxfp2k2',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-14 02:35:59.372+00',\t'2021-09-14 02:35:59.401+00',\t'8h7eyjj4muw'),\n('ngq3m2quch2',\t'cr4gbbiz4uz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:35:47.848+00',\t'2021-09-14 02:35:47.848+00',\tNULL),\n('b7xe0rmdh9k',\t'yd1jtexpp5p',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"version\":\"2.0\",\"x-align\":\"left\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_x9kmuovlm79\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_bysgds7j36p\",\"f_kk4nspj1i28\",\"f_tdoe0q00xc6\"]}}',\t'0',\t4,\t'2021-09-14 02:36:08.175+00',\t'2021-09-14 02:38:57.216+00',\t'vl32s3tc17u'),\n('v43vdjuy1hi',\t'82gtozixasq',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"1jkpjg7vkgi\",\"qbe1q17p9kh\",\"f_umjewufbyhj\",\"f_kkopbnfdd0v\",\"f_nlgk67tpdql\",\"f_niymyj0no38\"]}}',\t'0',\t1,\t'2021-09-14 02:09:16.933+00',\t'2021-09-14 02:39:23.043+00',\t'enp44wj4lo3'),\n('hfwc76otsp4',\t'rvqmndd7b14',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:40:45.792+00',\t'2021-09-14 02:40:45.792+00',\t'xrr3hv2e35h'),\n('40tvf4u3vr1',\t'sh9xqf1hzi7',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:40:45.807+00',\t'2021-09-14 02:40:45.807+00',\t'hfwc76otsp4'),\n('m3g53ifw6yn',\t'mnzdsc4j4cv',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:40:45.815+00',\t'2021-09-14 02:40:45.815+00',\t'40tvf4u3vr1'),\n('qatepyha1sc',\t'pb34jurz9fl',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:19.688+00',\t'2021-09-14 02:49:19.688+00',\t'5ghvaf4qa76'),\n('37rjxzpqvwj',\t'3vvt0ooraf9',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:49:19.715+00',\t'2021-09-14 02:49:19.715+00',\t'fenzt8bvs9n'),\n('34p6e76ny0h',\t'f6fkwvu1647',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:49:23.466+00',\t'2021-09-14 02:49:23.466+00',\t'5ghvaf4qa76'),\n('57rb3nhpol4',\t'dw6xtjxejd2',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:23.473+00',\t'2021-09-14 02:49:23.473+00',\t'34p6e76ny0h'),\n('n0c0h7vlugl',\t'ye26ptmca9s',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:49:23.481+00',\t'2021-09-14 02:49:23.481+00',\t'57rb3nhpol4'),\n('y39vmjm9gi3',\t'2yuawrxjxbx',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 02:49:26.977+00',\t'2021-09-14 02:49:26.977+00',\t'5ghvaf4qa76'),\n('3vjh0zkksa0',\t'vovsvu836ej',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:26.985+00',\t'2021-09-14 02:49:26.985+00',\t'y39vmjm9gi3'),\n('u20x16pdjet',\t'gpv91am7g58',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:49:26.991+00',\t'2021-09-14 02:49:26.991+00',\t'3vjh0zkksa0'),\n('t5rz2klyssi',\t'mxlvv6g6igo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:49:29.015+00',\t'2021-09-14 02:49:29.015+00',\t'5ghvaf4qa76'),\n('4z5jabxk87c',\t'8i0ebo4imfa',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:29.023+00',\t'2021-09-14 02:49:29.023+00',\t't5rz2klyssi'),\n('2mvdd8pa4jb',\t'wq3arzq29yq',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:49:29.029+00',\t'2021-09-14 02:49:29.029+00',\t'4z5jabxk87c'),\n('arqtg1534lz',\t'4acft85jrws',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:49:29.566+00',\t'2021-09-14 02:49:29.566+00',\t'5ghvaf4qa76'),\n('92e590oysof',\t'10fd7irvf6u',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:29.574+00',\t'2021-09-14 02:49:29.574+00',\t'arqtg1534lz'),\n('blvsyd82bye',\t'za9gv4ozjnf',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:49:29.581+00',\t'2021-09-14 02:49:29.581+00',\t'92e590oysof'),\n('e5ufhe8xm9w',\t'rzxij1aaqj7',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:49:33.006+00',\t'2021-09-14 02:49:33.006+00',\t'qatepyha1sc'),\n('u6t381a6v7o',\t'rjjohfss6ro',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:49:21.443+00',\t'2021-09-14 02:49:33.018+00',\t'e5ufhe8xm9w'),\n('6yudx84b0h0',\t'zg7pymemo3r',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:21.432+00',\t'2021-09-14 02:49:21.432+00',\tNULL),\n('0uv2rs6ibbr',\t'niineejsmcd',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:49:34.97+00',\t'2021-09-14 02:49:34.97+00',\t'34p6e76ny0h'),\n('qekn1k2j7ma',\t'llg16rqa4u4',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:49:24.79+00',\t'2021-09-14 02:49:34.98+00',\t'0uv2rs6ibbr'),\n('qc7l7z7ali3',\t'qto5odswtbp',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:24.781+00',\t'2021-09-14 02:49:24.781+00',\tNULL),\n('o195gt5t1v0',\t'omgvnacqvbq',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:49:36.773+00',\t'2021-09-14 02:49:36.773+00',\t'y39vmjm9gi3'),\n('f47c7b9w1r2',\t'ek67od4p3hp',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:49:27.859+00',\t'2021-09-14 02:49:36.789+00',\t'o195gt5t1v0'),\n('spode7pah10',\t'exz39agmply',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:27.852+00',\t'2021-09-14 02:49:27.852+00',\tNULL),\n('czuaolbcf90',\t'ynp9yukyt2v',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:57.312+00',\t'2021-09-14 02:49:57.312+00',\t'bx3m7q9cod3'),\n('hvts6gnqh7o',\t'1vd9zhj099m',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:57.319+00',\t'2021-09-14 02:49:57.319+00',\t'czuaolbcf90'),\n('q7obl8uu2we',\t'u6e9xpuhnfw',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:49:57.326+00',\t'2021-09-14 02:49:57.326+00',\t'hvts6gnqh7o'),\n('i1xjs6e5mz6',\t'uftspdhvqfl',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:49:57.333+00',\t'2021-09-14 02:49:57.333+00',\t'q7obl8uu2we'),\n('hxhdhpobj8o',\t'gmn8gv5u8i1',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:49:57.341+00',\t'2021-09-14 02:49:57.341+00',\t'q7obl8uu2we'),\n('kx2wfqro606',\t'u7ii1qvu4gh',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:59.578+00',\t'2021-09-14 02:49:59.578+00',\t'hxhdhpobj8o'),\n('qf5b8qc48hw',\t'7aesp6jzev1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:49:59.586+00',\t'2021-09-14 02:49:59.586+00',\t'kx2wfqro606'),\n('zz5ahgihju2',\t'ai2had7u7sa',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:49:59.592+00',\t'2021-09-14 02:49:59.592+00',\t'qf5b8qc48hw'),\n('b4kgukcwrt2',\t'1mvr3p9wppu',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:50:02.623+00',\t'2021-09-14 02:50:02.623+00',\t'hxhdhpobj8o'),\n('d7be9d7fot3',\t'63wz3syvqk3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:02.631+00',\t'2021-09-14 02:50:02.631+00',\t'b4kgukcwrt2'),\n('o3ed56mzrkj',\t'23y2ac4q9gw',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:50:02.639+00',\t'2021-09-14 02:50:02.639+00',\t'd7be9d7fot3'),\n('bpfi06q38s0',\t'el13bp83nzc',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 02:50:05.133+00',\t'2021-09-14 02:50:05.133+00',\t'hxhdhpobj8o'),\n('q0bpojh64kh',\t'ong1m1b61um',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:05.139+00',\t'2021-09-14 02:50:05.139+00',\t'bpfi06q38s0'),\n('6nc22hmh8zy',\t'hb5r0om7r39',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:01.672+00',\t'2021-09-14 02:50:01.672+00',\tNULL),\n('4p79ndgc8he',\t'x7eoebihmve',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:50:03.428+00',\t'2021-09-14 02:50:16.279+00',\t'8za90otebg8'),\n('vv99anlv2cz',\t'izdgzjti4vt',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:03.418+00',\t'2021-09-14 02:50:03.418+00',\tNULL),\n('hpc9i7s5r2s',\t'2aait9gtymu',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:50:05.146+00',\t'2021-09-14 02:50:05.146+00',\t'q0bpojh64kh'),\n('59zimhmik1c',\t'cerbf0pnmhd',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:50:08.957+00',\t'2021-09-14 02:50:08.957+00',\t'hxhdhpobj8o'),\n('9cfi91ifz8m',\t'teodmxglicr',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:08.965+00',\t'2021-09-14 02:50:08.965+00',\t'59zimhmik1c'),\n('kmdv5d6w4ct',\t'o24ugxe5y3t',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:50:08.973+00',\t'2021-09-14 02:50:08.973+00',\t'9cfi91ifz8m'),\n('8dkt3yxwc02',\t'iq1vuvj51zg',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:50:09.698+00',\t'2021-09-14 02:50:09.698+00',\t'hxhdhpobj8o'),\n('phdvkfv1z5n',\t'6jp8cssnr7n',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:09.706+00',\t'2021-09-14 02:50:09.706+00',\t'8dkt3yxwc02'),\n('vsueg1fbm3q',\t'2f3xidqerrd',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:50:09.715+00',\t'2021-09-14 02:50:09.715+00',\t'phdvkfv1z5n'),\n('ocg2ekkj9g0',\t'pez2ld1klva',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:50:13.701+00',\t'2021-09-14 02:50:13.701+00',\t'kx2wfqro606'),\n('fmgdeobsr1g',\t'70667jjezeq',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:50:01.682+00',\t'2021-09-14 02:50:13.713+00',\t'ocg2ekkj9g0'),\n('8za90otebg8',\t'kh2yasrxucc',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:50:16.263+00',\t'2021-09-14 02:50:16.263+00',\t'b4kgukcwrt2'),\n('a8cr9h0p88u',\t'6vmurewjr41',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:50:18.375+00',\t'2021-09-14 02:50:18.375+00',\t'bpfi06q38s0'),\n('62gsndwgb8m',\t'9na2sin023k',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:50:06.038+00',\t'2021-09-14 02:50:18.384+00',\t'a8cr9h0p88u'),\n('x81x4t7oph0',\t'e9y3tclj3z6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:50:06.031+00',\t'2021-09-14 02:50:06.031+00',\tNULL),\n('pkp923vigul',\t'iqsks32ha79',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:21.773+00',\t'2021-09-14 02:52:21.773+00',\t'n6e781rxua7'),\n('0eifyltokzn',\t'ukmyfpryczv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:21.783+00',\t'2021-09-14 02:52:21.783+00',\t'pkp923vigul'),\n('d1811c7rm9w',\t'pesvukpvkrx',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:52:21.793+00',\t'2021-09-14 02:52:21.793+00',\t'0eifyltokzn'),\n('cmm7r32xkg1',\t'9rrz2l647zu',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:52:21.803+00',\t'2021-09-14 02:52:21.803+00',\t'd1811c7rm9w'),\n('fknwsbn4yzz',\t'y9rz9w5i3yb',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:52:21.814+00',\t'2021-09-14 02:52:21.814+00',\t'd1811c7rm9w'),\n('mdugt8s5fas',\t'kvatj6hb53u',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:24.639+00',\t'2021-09-14 02:52:24.639+00',\t'fknwsbn4yzz'),\n('dfjlbfurboc',\t'mryuw5by8nn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:24.651+00',\t'2021-09-14 02:52:24.651+00',\t'mdugt8s5fas'),\n('bxgzzxeumdk',\t'oi965rpvy80',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:52:24.66+00',\t'2021-09-14 02:52:24.66+00',\t'dfjlbfurboc'),\n('8puu4thi5dt',\t'fwy05fisme0',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:52:25.37+00',\t'2021-09-14 02:52:25.37+00',\t'fknwsbn4yzz'),\n('m27kntzdmto',\t'velohfhcpvr',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:25.38+00',\t'2021-09-14 02:52:25.38+00',\t'8puu4thi5dt'),\n('axkkdqj8a7n',\t'9tc23ag4yat',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:52:25.388+00',\t'2021-09-14 02:52:25.388+00',\t'm27kntzdmto'),\n('ucqssroqh42',\t'dxwth9xd9q8',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 02:52:26.797+00',\t'2021-09-14 02:52:26.797+00',\t'fknwsbn4yzz'),\n('oli3vvnpix4',\t'd5mwsnf8ujp',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:26.805+00',\t'2021-09-14 02:52:26.805+00',\t'ucqssroqh42'),\n('fqdqtiqw02s',\t'qoblj7fv13s',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:52:26.812+00',\t'2021-09-14 02:52:26.812+00',\t'oli3vvnpix4'),\n('x0jivmu7u74',\t'5twdw19auxo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:52:27.636+00',\t'2021-09-14 02:52:27.636+00',\t'fknwsbn4yzz'),\n('9fgm6o3gnmz',\t'5ohcb5gvi87',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:27.644+00',\t'2021-09-14 02:52:27.644+00',\t'x0jivmu7u74'),\n('0q0gcs1t22b',\t'1tcap6ir3oe',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:52:27.651+00',\t'2021-09-14 02:52:27.651+00',\t'9fgm6o3gnmz'),\n('zdnl5x4zyg8',\t'yvricusc3or',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:52:28.296+00',\t'2021-09-14 02:52:28.296+00',\t'fknwsbn4yzz'),\n('t7qpkz12rf7',\t'czl31v2u23t',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:28.308+00',\t'2021-09-14 02:52:28.308+00',\t'zdnl5x4zyg8'),\n('xk6ccjqu8sx',\t'nwdbcdnl2u1',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:52:30.689+00',\t'2021-09-14 02:52:30.689+00',\t'mdugt8s5fas'),\n('rk31a6t4njx',\t'7lvibo3n8ty',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:25.007+00',\t'2021-09-14 02:52:25.007+00',\tNULL),\n('xpdvyak3f6j',\t't0e6d9sc39k',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:52:26.484+00',\t'2021-09-14 02:52:33.737+00',\t'543wsud34tu'),\n('97o1daz9fw2',\t'0bp6f686lkd',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:26.476+00',\t'2021-09-14 02:52:26.476+00',\tNULL),\n('8vfkgaqv3u9',\t'te3u5rmdm9n',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:52:27.246+00',\t'2021-09-14 02:52:36.344+00',\t'tqzj5ubutqz'),\n('uxf3zmezr8w',\t'21naj96k9u5',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:27.238+00',\t'2021-09-14 02:52:27.238+00',\tNULL),\n('fepww1brb35',\t'mzhqi0ar6cb',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:52:28.318+00',\t'2021-09-14 02:52:28.318+00',\t't7qpkz12rf7'),\n('dym7k8a8iob',\t'30np2z8ib9m',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:57.309+00',\t'2021-09-14 02:52:57.309+00',\t'8g6acfti9ia'),\n('tlhtfnyjrz4',\t'igkr12e0uit',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:52:57.317+00',\t'2021-09-14 02:52:57.317+00',\t'dym7k8a8iob'),\n('qja16uexwnu',\t'mqzlzv85zox',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:52:57.325+00',\t'2021-09-14 02:52:57.325+00',\t'tlhtfnyjrz4'),\n('sr4vy6roell',\t'drccetij1j4',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:52:57.332+00',\t'2021-09-14 02:52:57.332+00',\t'qja16uexwnu'),\n('octj1sul7ne',\t'c9nfveg4d25',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:52:57.34+00',\t'2021-09-14 02:52:57.34+00',\t'qja16uexwnu'),\n('4yd8260mym5',\t'mfm32y86b40',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:00.333+00',\t'2021-09-14 02:53:00.333+00',\t'octj1sul7ne'),\n('b26l6rfu8u2',\t'y8830ggg45d',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:00.342+00',\t'2021-09-14 02:53:00.342+00',\t'4yd8260mym5'),\n('xiuere6ixnr',\t'pz9vxee7x4h',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 02:53:00.349+00',\t'2021-09-14 02:53:00.349+00',\t'b26l6rfu8u2'),\n('4if9k6sefon',\t'vqq6vgt6gh9',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:53:00.758+00',\t'2021-09-14 02:53:06.217+00',\t'r61a9rywlfj'),\n('nlyn6ak8qss',\t'o5ds482fxof',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:00.748+00',\t'2021-09-14 02:53:00.748+00',\tNULL),\n('39qun2z0a3i',\t'u4niflopntg',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 02:52:25.016+00',\t'2021-09-14 02:52:30.7+00',\t'xk6ccjqu8sx'),\n('543wsud34tu',\t'bb5to89ea47',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:52:33.727+00',\t'2021-09-14 02:52:33.727+00',\t'8puu4thi5dt'),\n('tqzj5ubutqz',\t'6q6wc7krd3p',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:52:36.334+00',\t'2021-09-14 02:52:36.334+00',\t'ucqssroqh42'),\n('1i65bumx468',\t'z2ynlq4jab4',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:53:01.132+00',\t'2021-09-14 02:53:01.132+00',\t'octj1sul7ne'),\n('2207l5bdnli',\t'wbp8x6eptok',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:01.14+00',\t'2021-09-14 02:53:01.14+00',\t'1i65bumx468'),\n('jmqsbr1dbz1',\t'em8mmskh1d5',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 02:53:01.149+00',\t'2021-09-14 02:53:01.149+00',\t'2207l5bdnli'),\n('i5ddarfho9q',\t'wh89brtg1zx',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 02:53:02.17+00',\t'2021-09-14 02:53:02.17+00',\t'octj1sul7ne'),\n('jnfmqu15ffg',\t'hyero1rx2cf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:02.181+00',\t'2021-09-14 02:53:02.181+00',\t'i5ddarfho9q'),\n('6t8gzikegzc',\t'aktrjscti9f',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 02:53:02.188+00',\t'2021-09-14 02:53:02.188+00',\t'jnfmqu15ffg'),\n('664a27s2489',\t'kmocpf4iejf',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 02:53:03.082+00',\t'2021-09-14 02:53:03.082+00',\t'octj1sul7ne'),\n('dp5rgw4z9bd',\t'pul1uxd36s4',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:03.089+00',\t'2021-09-14 02:53:03.089+00',\t'664a27s2489'),\n('j09zhmxhbsh',\t'19yvt3ohjf4',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 02:53:03.096+00',\t'2021-09-14 02:53:03.096+00',\t'dp5rgw4z9bd'),\n('mybmkkb2c5u',\t'zbisuuei21a',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 02:53:03.597+00',\t'2021-09-14 02:53:03.597+00',\t'octj1sul7ne'),\n('v896yxfql4g',\t'ua6x5tk0eyq',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:03.604+00',\t'2021-09-14 02:53:03.604+00',\t'mybmkkb2c5u'),\n('5ugbbdp6u8h',\t'e4n9t6kjsmi',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 02:53:03.612+00',\t'2021-09-14 02:53:03.612+00',\t'v896yxfql4g'),\n('r61a9rywlfj',\t'8oaywkoab3u',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:53:06.206+00',\t'2021-09-14 02:53:06.206+00',\t'4yd8260mym5'),\n('x56xc1whz9p',\t'siyqnn9ja79',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:53:08.708+00',\t'2021-09-14 02:53:08.708+00',\t'1i65bumx468'),\n('s78uarba63i',\t'2o6nqulw6vk',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 02:53:01.776+00',\t'2021-09-14 02:53:08.719+00',\t'x56xc1whz9p'),\n('ldds06dzfh6',\t'qcmellywdlt',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:01.769+00',\t'2021-09-14 02:53:01.769+00',\tNULL),\n('thcmx1k2ogo',\t'mf905wqaiot',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:53:11.054+00',\t'2021-09-14 02:53:11.054+00',\t'i5ddarfho9q'),\n('j5l9za6j449',\t'ttxn85r118y',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 02:53:02.644+00',\t'2021-09-14 02:53:11.068+00',\t'thcmx1k2ogo'),\n('025oms5ngqt',\t'noysknnv0mo',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:53:02.636+00',\t'2021-09-14 02:53:02.636+00',\tNULL),\n('i21uah6q12r',\t'h9vi5ebtw68',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:54:01.053+00',\t'2021-09-14 02:54:01.053+00',\t'au8xgar9tv5'),\n('kyhkzqy5dce',\t'7nu990vc8ap',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:54:01.062+00',\t'2021-09-14 02:54:01.062+00',\t'i21uah6q12r'),\n('at8wyqu69c8',\t'2p7s33f3ya5',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:54:01.069+00',\t'2021-09-14 02:54:01.069+00',\t'kyhkzqy5dce'),\n('iz57878c8nr',\t'gc7bpcz2080',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:54:01.075+00',\t'2021-09-14 02:54:01.075+00',\t'at8wyqu69c8'),\n('xof2gq4yx2i',\t'fsbps068s95',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 02:54:01.084+00',\t'2021-09-14 02:54:01.084+00',\t'at8wyqu69c8'),\n('ognw2ux560b',\t'q5iy5ra2vgr',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:56:50.175+00',\t'2021-09-14 02:56:50.175+00',\t'tjyy5l9ki1i'),\n('ouhtcvpnkfj',\t'8kpzuxx7twi',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:56:50.189+00',\t'2021-09-14 02:56:50.189+00',\t'ognw2ux560b'),\n('ss5s5b1hkty',\t'c6c5e4ftayb',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:56:52.921+00',\t'2021-09-14 02:56:52.921+00',\t'tjyy5l9ki1i'),\n('q6xtt1zj95w',\t'abkgze9tpwx',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:56:52.93+00',\t'2021-09-14 02:56:52.93+00',\t'ss5s5b1hkty'),\n('1h2qucyrpla',\t'j4sew08u46x',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:56:53.359+00',\t'2021-09-14 02:56:53.359+00',\t'tjyy5l9ki1i'),\n('p1syqheep5p',\t'em5yfihhvjk',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:56:53.369+00',\t'2021-09-14 02:56:53.369+00',\t'1h2qucyrpla'),\n('zluuwf38hpr',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:56:53.4+00',\t'2021-09-14 02:56:53.4+00',\t'qv6gurevazx'),\n('me7au9tg6d6',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-14 02:56:53.41+00',\t'2021-09-14 02:56:53.41+00',\t'zluuwf38hpr'),\n('9a7809c70i2',\t'25pef9g4xb8',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:56:53.418+00',\t'2021-09-14 02:56:53.418+00',\t'me7au9tg6d6'),\n('hanp880ukup',\t'nxfdnc97evk',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:56:52.937+00',\t'2021-09-14 02:56:59.162+00',\t'q6xtt1zj95w'),\n('qv6gurevazx',\t'lww2vsn2hjt',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\",\"value\":\"id\"}},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:56:53.378+00',\t'2021-09-14 02:58:36.393+00',\t'p1syqheep5p'),\n('tjopnatbg4j',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:56:53.449+00',\t'2021-09-14 02:56:53.449+00',\t'qv6gurevazx'),\n('a8w7h2hkvlk',\t'v7gb1mcipeg',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:56:53.456+00',\t'2021-09-14 02:56:53.456+00',\t'tjopnatbg4j'),\n('qwt8h4ea282',\t'm702auy5zj4',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:56:53.464+00',\t'2021-09-14 02:56:53.464+00',\t'a8w7h2hkvlk'),\n('avlkujhzt5j',\t'7hkvs3veqct',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:56:53.471+00',\t'2021-09-14 02:56:53.471+00',\t'qwt8h4ea282'),\n('bag2lvhc1ex',\t'i7f3c9tnw59',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:56:53.478+00',\t'2021-09-14 02:56:53.478+00',\t'avlkujhzt5j'),\n('7akwq5rvocr',\t'glib0r17in4',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-14 02:56:53.979+00',\t'2021-09-14 02:56:53.979+00',\t'tjyy5l9ki1i'),\n('c0mf4j7rv99',\t'blck2iynks6',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:56:53.989+00',\t'2021-09-14 02:56:53.989+00',\t'7akwq5rvocr'),\n('99tx37o48uo',\t'jggj54cqzrl',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:56:50.199+00',\t'2021-09-14 02:56:56.808+00',\t'ouhtcvpnkfj'),\n('wyaejt1fh26',\t'8zfxsyew5al',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:56:53.999+00',\t'2021-09-14 02:57:05.301+00',\t'c0mf4j7rv99'),\n('deq77qpor44',\t'o2gs1dqknce',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:12.127+00',\t'2021-09-14 02:57:12.127+00',\t'ia04dgr8sz7'),\n('ml78qpom3sj',\t'f4tlv1gggpj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:12.137+00',\t'2021-09-14 02:57:12.137+00',\t'deq77qpor44'),\n('naohoiipwtn',\t'cwxufd1j2t9',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:57:12.511+00',\t'2021-09-14 02:57:12.511+00',\t'ia04dgr8sz7'),\n('g169osj887e',\t's4chq46hcgb',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:12.518+00',\t'2021-09-14 02:57:12.518+00',\t'naohoiipwtn'),\n('kpfsv21buog',\t'8hcn583jtvr',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:57:12.94+00',\t'2021-09-14 02:57:12.94+00',\t'ia04dgr8sz7'),\n('tkx18c9nyws',\t'3ldzwv3dr49',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:12.949+00',\t'2021-09-14 02:57:12.949+00',\t'kpfsv21buog'),\n('d7ngzldd4m7',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:57:12.968+00',\t'2021-09-14 02:57:12.968+00',\t'z2fxdgv1md1'),\n('91nkxzmatpb',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-14 02:57:12.98+00',\t'2021-09-14 02:57:12.98+00',\t'd7ngzldd4m7'),\n('2b3qiwowhq0',\t'0a0amkig5d0',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:57:12.994+00',\t'2021-09-14 02:57:12.994+00',\t'91nkxzmatpb'),\n('fvgfkbc7ofz',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:57:13.023+00',\t'2021-09-14 02:57:13.023+00',\t'z2fxdgv1md1'),\n('sihrwnlclh2',\t'fxpi6e8pb3x',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:57:13.031+00',\t'2021-09-14 02:57:13.031+00',\t'fvgfkbc7ofz'),\n('ar6l0f2mpqz',\t'b8ggkak0iy2',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:57:13.038+00',\t'2021-09-14 02:57:13.038+00',\t'sihrwnlclh2'),\n('ms8gdcdhhw3',\t'2ioikmkncva',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:57:13.047+00',\t'2021-09-14 02:57:13.047+00',\t'ar6l0f2mpqz'),\n('u1da1ulvgqo',\t'qzf7trjvhoc',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:57:13.061+00',\t'2021-09-14 02:57:13.061+00',\t'ms8gdcdhhw3'),\n('amqwkw5omza',\t'kqrkgnm5u4c',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-14 02:57:13.28+00',\t'2021-09-14 02:57:13.28+00',\t'ia04dgr8sz7'),\n('5jtjesn5d6b',\t'y6q1v6pfazo',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:13.287+00',\t'2021-09-14 02:57:13.287+00',\t'amqwkw5omza'),\n('m876ewjbv73',\t'x0n9hs5gkg3',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:12.15+00',\t'2021-09-14 02:57:15.636+00',\t'ml78qpom3sj'),\n('7b66l7ld9st',\t'ivt2xxogfmr',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:12.525+00',\t'2021-09-14 02:57:17.489+00',\t'g169osj887e'),\n('gk1llifj7p1',\t'wgjws0iwic6',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t2,\t'2021-09-14 02:57:35.027+00',\t'2021-09-14 02:57:35.027+00',\t'91nkxzmatpb'),\n('y1a5ndr92w7',\t'kubipth45gp',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:13.295+00',\t'2021-09-14 02:57:21.446+00',\t'5jtjesn5d6b'),\n('z2fxdgv1md1',\t'vz82bj2ec9n',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\",\"value\":\"id\"}},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:12.958+00',\t'2021-09-14 02:57:29.092+00',\t'tkx18c9nyws'),\n('7bevuz5uqtf',\t'jqsoofvpk9d',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 02:57:35.761+00',\t'2021-09-14 02:57:35.761+00',\t'91nkxzmatpb'),\n('w58l1gfxa2d',\t'vmj9356nhcl',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-14 02:57:36.681+00',\t'2021-09-14 02:57:36.681+00',\t'91nkxzmatpb'),\n('396tzmn4wpm',\t'2h11fo3vrxx',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 03:01:14.897+00',\t'2021-09-14 03:01:14.897+00',\t'1z1ajwyr1bh'),\n('lchsikzks35',\t'g1aug92g39w',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 03:01:14.907+00',\t'2021-09-14 03:01:14.907+00',\t'1z1ajwyr1bh'),\n('hwwttxrzf59',\t'gy1a5y6n3te',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:01:19.893+00',\t'2021-09-14 03:01:19.893+00',\t'lchsikzks35'),\n('im7x3yhsqwu',\t'a1vidwbdo2f',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:01:19.9+00',\t'2021-09-14 03:01:19.9+00',\t'hwwttxrzf59'),\n('u60i0uc5uar',\t'j08zmnabdvx',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t9,\t'2021-09-12 01:17:09.321+00',\t'2021-09-26 01:39:52.153+00',\t'm25pry2yof2'),\n('z9avpqzri5e',\t'ere74u2n1c6',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:59.004+00',\t'2021-09-14 02:58:05.168+00',\t'8er6oaclt1b'),\n('85hkix67lxp',\t'kmpj24vqgd6',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-14 02:57:59.395+00',\t'2021-09-14 02:58:26.56+00',\t'ut2pgeuhmum'),\n('af68ejcotwh',\t'xlhpifrinbm',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\",\"fieldNames\":{\"label\":\"f_vgw4f62h16e\",\"value\":\"id\"}},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:59.369+00',\t'2021-09-14 02:58:14.348+00',\t'mkr1dqxa5oo'),\n('z8yuyb98f7d',\t'f9uvq5b9wxg',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-14 02:57:13.004+00',\t'2021-09-14 02:57:44.692+00',\t'2b3qiwowhq0'),\n('10xr7dz2i9v',\t'xegz740mxfu',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:58.62+00',\t'2021-09-14 02:57:58.62+00',\t'cmm4rlf147h'),\n('5ykn3qt96ft',\t'4utca2au9b3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:58.629+00',\t'2021-09-14 02:57:58.629+00',\t'10xr7dz2i9v'),\n('tcm9163rf87',\t's5xj1sn4bg5',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:57:58.984+00',\t'2021-09-14 02:57:58.984+00',\t'cmm4rlf147h'),\n('8er6oaclt1b',\t'2nkq6ir884z',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:58.995+00',\t'2021-09-14 02:57:58.995+00',\t'tcm9163rf87'),\n('iwqdaq92dhx',\t'd5gnruw1etn',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 02:57:59.353+00',\t'2021-09-14 02:57:59.353+00',\t'cmm4rlf147h'),\n('mkr1dqxa5oo',\t'4xwfw3h7y0b',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:59.361+00',\t'2021-09-14 02:57:59.361+00',\t'iwqdaq92dhx'),\n('oxmedxn0es1',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-14 02:57:59.375+00',\t'2021-09-14 02:57:59.375+00',\t'af68ejcotwh'),\n('xcwmhsshror',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-14 02:57:59.381+00',\t'2021-09-14 02:57:59.381+00',\t'oxmedxn0es1'),\n('ut2pgeuhmum',\t'1u78578rztr',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:57:59.389+00',\t'2021-09-14 02:57:59.389+00',\t'xcwmhsshror'),\n('dpayathxeyv',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 02:57:59.413+00',\t'2021-09-14 02:57:59.413+00',\t'af68ejcotwh'),\n('z84twp8kp1u',\t'c59rehtu4yh',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-14 02:57:59.42+00',\t'2021-09-14 02:57:59.42+00',\t'dpayathxeyv'),\n('rwv4ckaqnv0',\t'9hyv14oj20e',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 02:57:59.427+00',\t'2021-09-14 02:57:59.427+00',\t'z84twp8kp1u'),\n('5wpk80tsu2a',\t'izzc9k957xm',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 02:57:59.436+00',\t'2021-09-14 02:57:59.436+00',\t'rwv4ckaqnv0'),\n('b5jfi3xgh3e',\t'b4r87tjlbrc',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-14 02:57:59.444+00',\t'2021-09-14 02:57:59.444+00',\t'5wpk80tsu2a'),\n('o86sr6yhmzu',\t'rfs09vm57yu',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-14 02:57:59.781+00',\t'2021-09-14 02:57:59.781+00',\t'cmm4rlf147h'),\n('bm1xggtdkkv',\t'3ysfxugkzau',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 02:57:59.789+00',\t'2021-09-14 02:57:59.789+00',\t'o86sr6yhmzu'),\n('zdajr4hjd5r',\t'rwnp7u3hcy9',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:58.636+00',\t'2021-09-14 02:58:02.996+00',\t'5ykn3qt96ft'),\n('x9dgyp4648c',\t'nx0d7r3qadr',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 02:57:59.796+00',\t'2021-09-14 02:58:16.535+00',\t'bm1xggtdkkv'),\n('nrum3hudx4c',\t'gcr9apldxo1',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t2,\t'2021-09-14 02:58:20.373+00',\t'2021-09-14 02:58:20.373+00',\t'xcwmhsshror'),\n('1u9vgw1tsj7',\t'r4c9bld2org',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 02:58:21.141+00',\t'2021-09-14 02:58:21.141+00',\t'xcwmhsshror'),\n('0c3e0q89yx5',\t'lcy59bjr6ng',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-14 02:58:21.66+00',\t'2021-09-14 02:58:21.66+00',\t'xcwmhsshror'),\n('941wh645g49',\t'pfb8nxijt85',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t2,\t'2021-09-14 02:58:41.523+00',\t'2021-09-14 02:58:41.523+00',\t'me7au9tg6d6'),\n('2fsv7o24ijy',\t'd51fclf0zci',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 02:58:41.967+00',\t'2021-09-14 02:58:41.967+00',\t'me7au9tg6d6'),\n('l3m4t1elzfa',\t'svxnlk2t8jl',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t4,\t'2021-09-14 02:58:42.421+00',\t'2021-09-14 02:58:42.421+00',\t'me7au9tg6d6'),\n('ipk0dmm6rjo',\t'yzgroqnyddh',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[\"xkllcgbvvmt\",\"vygajfyejo0\",\"f_c8mes0kp1zt\",\"f_vgw4f62h16e\",\"f_3det6kr3vn8\",\"f_61znsfh307m\",\"f_tdoe0q00xc6\",\"f_kk4nspj1i28\"]}}',\t'0',\t1,\t'2021-09-14 02:56:53.427+00',\t'2021-09-14 02:58:47.907+00',\t'9a7809c70i2'),\n('2jrztm2bmwj',\t'bj6g49whfdo',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:01:14.875+00',\t'2021-09-14 03:01:14.875+00',\t'ac8hulvrzph'),\n('7z2817clls2',\t'rq53cgvgtzg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:01:14.883+00',\t'2021-09-14 03:01:14.883+00',\t'2jrztm2bmwj'),\n('1z1ajwyr1bh',\t'lvqv0o3bq2v',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 03:01:14.891+00',\t'2021-09-14 03:01:14.891+00',\t'7z2817clls2'),\n('qu8paoeg0rd',\t'83wbf9vagnl',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:15:17.581+00',\t'2021-09-14 03:15:17.581+00',\t'9jbo63nk1c5'),\n('ymg28wp9eyb',\t'c84wf0j5a1r',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"}}',\t'0',\t1,\t'2021-09-14 03:01:19.907+00',\t'2021-09-14 03:01:19.907+00',\t'im7x3yhsqwu'),\n('gjlf7xuw49k',\t'opeu676xaqd',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:01:20.673+00',\t'2021-09-14 03:01:20.673+00',\t'lchsikzks35'),\n('lj5kmrax512',\t'91kway0ehvv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:01:20.679+00',\t'2021-09-14 03:01:20.679+00',\t'gjlf7xuw49k'),\n('2zf89bw1743',\t'swzs2ta827p',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"}}',\t'0',\t1,\t'2021-09-14 03:01:20.686+00',\t'2021-09-14 03:01:20.686+00',\t'lj5kmrax512'),\n('j0nxz1q1cg6',\t'pxlbbhzreh9',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 03:01:21.753+00',\t'2021-09-14 03:01:21.753+00',\t'lchsikzks35'),\n('wbeh0iwzm41',\t'w4svcdpluoj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:01:21.796+00',\t'2021-09-14 03:01:21.796+00',\t'j0nxz1q1cg6'),\n('vnzxm3empyq',\t'ua2d4dee0cl',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"}}',\t'0',\t1,\t'2021-09-14 03:01:21.817+00',\t'2021-09-14 03:01:21.817+00',\t'wbeh0iwzm41'),\n('gkxln6nwbmb',\t'd9d0q0rah1h',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t3,\t'2021-09-14 03:01:45.774+00',\t'2021-09-14 03:01:50.456+00',\t'l2uq7pgdrht'),\n('71um0g73q1b',\t'ut8h1ufwhzz',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-component-props\":{\"useResource\":\"{{ Select.Drawer.useResource }}\",\"showDefaultButtons\":true},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 03:14:43.931+00',\t'2021-09-14 03:14:43.931+00',\t'jltqcuedy93'),\n('wnygdfsg0w6',\t'drz0tqemsc1',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-14 03:14:43.939+00',\t'2021-09-14 03:14:43.939+00',\t'71um0g73q1b'),\n('jltqcuedy93',\t'ha49zqg3zz1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:14:43.924+00',\t'2021-09-14 03:14:43.924+00',\tNULL),\n('5w22zrzttsr',\t'3q9jvt2vzmd',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:14:50.654+00',\t'2021-09-14 03:14:50.654+00',\t'9xm9ir4ylwo'),\n('btzaro1l46k',\t'q4jgxeh979m',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:14:50.665+00',\t'2021-09-14 03:14:50.665+00',\t'5w22zrzttsr'),\n('ifc68n7za5c',\t'ql3o9pfh657',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Select.Drawer.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 03:14:50.673+00',\t'2021-09-14 03:14:50.673+00',\t'btzaro1l46k'),\n('wi9rw5igxnr',\t'szso6p02gdd',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 03:14:50.679+00',\t'2021-09-14 03:14:50.679+00',\t'ifc68n7za5c'),\n('95vq3nedrhc',\t'simqhjlkskc',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 03:14:50.688+00',\t'2021-09-14 03:14:50.688+00',\t'ifc68n7za5c'),\n('9jbo63nk1c5',\t'r9nodt6m5ho',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:09.189+00',\t'2021-09-14 03:15:09.189+00',\t'95vq3nedrhc'),\n('ws0yfwd4fut',\t'jp34ews8kry',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:09.207+00',\t'2021-09-14 03:15:09.207+00',\t'9jbo63nk1c5'),\n('4w7nt86fbzs',\t'1310etl7le9',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 03:15:09.216+00',\t'2021-09-14 03:15:09.216+00',\t'ws0yfwd4fut'),\n('t42evzylubb',\t'31tihjj0wc0',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 03:15:12.74+00',\t'2021-09-14 03:15:12.74+00',\t'95vq3nedrhc'),\n('epcgwo7a25d',\t'zw32f36og4o',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:12.747+00',\t'2021-09-14 03:15:12.747+00',\t't42evzylubb'),\n('a9e7ifvz2d2',\t'gfdgkaatf7m',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 03:15:12.753+00',\t'2021-09-14 03:15:12.753+00',\t'epcgwo7a25d'),\n('unzgfod79wx',\t't20odk2gfp2',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 03:15:13.563+00',\t'2021-09-14 03:15:13.563+00',\t'95vq3nedrhc'),\n('k1pc38b8cko',\t'ddctfjua8tp',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:13.571+00',\t'2021-09-14 03:15:13.571+00',\t'unzgfod79wx'),\n('vvybwgy5k35',\t'b7doey35w6m',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 03:15:13.577+00',\t'2021-09-14 03:15:13.577+00',\t'k1pc38b8cko'),\n('ovygfeuk9o9',\t'pnlpqhz7cey',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 03:15:14.472+00',\t'2021-09-14 03:15:14.472+00',\t'95vq3nedrhc'),\n('je8cipnku8t',\t'8zninh84u7u',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:14.478+00',\t'2021-09-14 03:15:14.478+00',\t'ovygfeuk9o9'),\n('zxj5xieysyx',\t'q8azuiv4x22',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 03:15:14.484+00',\t'2021-09-14 03:15:14.484+00',\t'je8cipnku8t'),\n('qbkbrne5s7r',\t'klbmcno5cw8',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 03:15:14.85+00',\t'2021-09-14 03:15:14.85+00',\t'95vq3nedrhc'),\n('au1l6p9tysj',\t'qzba5oqryim',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:14.858+00',\t'2021-09-14 03:15:14.858+00',\t'qbkbrne5s7r'),\n('8ccuruu8u02',\t'6nu5pjexhis',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 03:15:14.864+00',\t'2021-09-14 03:15:14.864+00',\t'au1l6p9tysj'),\n('4710lmvat2c',\t'7ryruas50tj',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:12.393+00',\t'2021-09-14 03:15:12.393+00',\tNULL),\n('ndxc8b8iz3a',\t'h5h9il6t21v',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:15:20.607+00',\t'2021-09-14 03:15:20.607+00',\t't42evzylubb'),\n('p7sn9ozcd6f',\t'2t81pdow8o7',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 03:15:13.188+00',\t'2021-09-14 03:15:20.615+00',\t'ndxc8b8iz3a'),\n('rtykjdr6zyc',\t't3tgagax0dn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:13.182+00',\t'2021-09-14 03:15:13.182+00',\tNULL),\n('a1nx9u7qnz1',\t'7ko8u8eikc4',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:15:22.529+00',\t'2021-09-14 03:15:22.529+00',\t'unzgfod79wx'),\n('empk9z3zsub',\t'ycdtc6gdi1x',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 03:15:14.061+00',\t'2021-09-14 03:15:22.544+00',\t'a1nx9u7qnz1'),\n('3wdp1yrk3gz',\t'72g2q27kgzv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:14.054+00',\t'2021-09-14 03:15:14.054+00',\tNULL),\n('s8pf1s5oc63',\t'3myz2oak34l',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 03:15:12.4+00',\t'2021-09-14 03:15:17.59+00',\t'qu8paoeg0rd'),\n('i9bsmvbk5tm',\t'31ijyhmpr32',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:44.488+00',\t'2021-09-14 03:15:44.488+00',\t'fcpy7imnago'),\n('1i72p5415lj',\t'zr483wvakae',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:44.5+00',\t'2021-09-14 03:15:44.5+00',\t'i9bsmvbk5tm'),\n('p4houluwoyj',\t'cdes4zukeef',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Select.Drawer.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 03:15:44.507+00',\t'2021-09-14 03:15:44.507+00',\t'1i72p5415lj'),\n('h7ugjk8ctig',\t'd8wd2dgl4ph',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 03:15:44.514+00',\t'2021-09-14 03:15:44.514+00',\t'p4houluwoyj'),\n('ig7wvx0l33g',\t'awp39oz4e1f',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 03:15:44.523+00',\t'2021-09-14 03:15:44.523+00',\t'p4houluwoyj'),\n('61f9nhr4uz8',\t'44qwvcq09tc',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:47.881+00',\t'2021-09-14 03:15:47.881+00',\t'ig7wvx0l33g'),\n('xvhafqmk6rb',\t'p3nwmz3kct3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:47.888+00',\t'2021-09-14 03:15:47.888+00',\t'61f9nhr4uz8'),\n('okcsves2h2u',\t'8mq0sycan2k',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 03:15:47.896+00',\t'2021-09-14 03:15:47.896+00',\t'xvhafqmk6rb'),\n('7km297v41wr',\t't348dnv0xbp',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 03:15:48.63+00',\t'2021-09-14 03:15:48.63+00',\t'ig7wvx0l33g'),\n('mdfzjesbj1j',\t'gl2l8hy065z',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:48.636+00',\t'2021-09-14 03:15:48.636+00',\t'7km297v41wr'),\n('olgjoz9ohgp',\t'x1gbsxtye0z',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-14 03:15:48.643+00',\t'2021-09-14 03:15:48.643+00',\t'mdfzjesbj1j'),\n('frirjdwz5ak',\t'f3ymggv12uu',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 03:15:49.467+00',\t'2021-09-14 03:15:49.467+00',\t'ig7wvx0l33g'),\n('iq0m8ocerga',\t'd21u4gs7p0x',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:49.475+00',\t'2021-09-14 03:15:49.475+00',\t'frirjdwz5ak'),\n('ykbnhn5d1pd',\t'0d7jm8r6rvj',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 03:15:49.481+00',\t'2021-09-14 03:15:49.481+00',\t'iq0m8ocerga'),\n('uuuswtl112u',\t'u30ajc22g5h',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 03:15:50.446+00',\t'2021-09-14 03:15:50.446+00',\t'ig7wvx0l33g'),\n('cfu7pdvrr23',\t'zl29tsikvsz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:50.456+00',\t'2021-09-14 03:15:50.456+00',\t'uuuswtl112u'),\n('lv7knaw2639',\t'dx155hdwrxq',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 03:15:50.464+00',\t'2021-09-14 03:15:50.464+00',\t'cfu7pdvrr23'),\n('7r6eey8e78u',\t'9may8k1imgp',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 03:15:50.863+00',\t'2021-09-14 03:15:50.863+00',\t'ig7wvx0l33g'),\n('2p77dtmwhbe',\t'gci5nxzzglz',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:50.869+00',\t'2021-09-14 03:15:50.869+00',\t'7r6eey8e78u'),\n('w3ijixwyszi',\t'vhl44s1654g',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 03:15:50.876+00',\t'2021-09-14 03:15:50.876+00',\t'2p77dtmwhbe'),\n('fbyncnp93f2',\t'mef1jwag5jd',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:15:54.368+00',\t'2021-09-14 03:15:54.368+00',\t'61f9nhr4uz8'),\n('zw2at0rc8vc',\t'r29mmpttl26',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 03:15:48.249+00',\t'2021-09-14 03:15:54.378+00',\t'fbyncnp93f2'),\n('2v2fhrdlmph',\t'2b5ldjlu3me',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:48.241+00',\t'2021-09-14 03:15:48.241+00',\tNULL),\n('9qtuu19i5vn',\t'suevhhzhgoq',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:15:56.263+00',\t'2021-09-14 03:15:56.263+00',\t'7km297v41wr'),\n('3qorbvlefyn',\t'ducgflo7thj',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 03:15:49.063+00',\t'2021-09-14 03:15:56.273+00',\t'9qtuu19i5vn'),\n('qwk6exlv1rg',\t'xkfxev9bdru',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:49.056+00',\t'2021-09-14 03:15:49.056+00',\tNULL),\n('8zea3zck03g',\t'vagxy38g7sn',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:15:58.021+00',\t'2021-09-14 03:15:58.021+00',\t'frirjdwz5ak'),\n('rgblu104262',\t'ifhu36znyjp',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 03:15:50.022+00',\t'2021-09-14 03:15:58.031+00',\t'8zea3zck03g'),\n('hho9gupbvrl',\t'i429xn89npf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:15:50.014+00',\t'2021-09-14 03:15:50.014+00',\tNULL),\n('iy8fi0ftund',\t'93adl1r0ush',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:12.195+00',\t'2021-09-14 03:16:12.195+00',\t'xslmb0aczns'),\n('66o8gxlcz3s',\t'jeja53c2aa9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:12.202+00',\t'2021-09-14 03:16:12.202+00',\t'iy8fi0ftund'),\n('4fhgep7thla',\t'1f1ghpqxi3y',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Select.Drawer.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-14 03:16:12.21+00',\t'2021-09-14 03:16:12.21+00',\t'66o8gxlcz3s'),\n('yiipo5npuia',\t'lqghhs8004l',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-14 03:16:12.217+00',\t'2021-09-14 03:16:12.217+00',\t'4fhgep7thla'),\n('4tbaimvtzis',\t'roa4bp2dfg5',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-14 03:16:12.227+00',\t'2021-09-14 03:16:12.227+00',\t'4fhgep7thla'),\n('g2osimypxu7',\t'8nfhp0em6yy',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:15.632+00',\t'2021-09-14 03:16:15.632+00',\t'4tbaimvtzis'),\n('k886gsbaqcz',\t'9ganvjrwptu',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:15.639+00',\t'2021-09-14 03:16:15.639+00',\t'g2osimypxu7'),\n('bs8u1z59c35',\t'1nisupklrxu',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-14 03:16:15.646+00',\t'2021-09-14 03:16:15.646+00',\t'k886gsbaqcz'),\n('6t0gwc86uru',\t'pvnyesr6syg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:16.025+00',\t'2021-09-14 03:16:16.025+00',\tNULL),\n('ctsgysgdgua',\t'yidblp9stih',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-14 03:16:17.158+00',\t'2021-09-14 03:16:17.158+00',\t'4tbaimvtzis'),\n('5yllmk4s48p',\t'u6fjxweevch',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:17.167+00',\t'2021-09-14 03:16:17.167+00',\t'ctsgysgdgua'),\n('og9jqwftuoa',\t'y46hrhekbra',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-14 03:16:17.173+00',\t'2021-09-14 03:16:17.173+00',\t'5yllmk4s48p'),\n('6zex5qriv4o',\t'9gz8vzl8va3',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-14 03:16:18.688+00',\t'2021-09-14 03:16:18.688+00',\t'4tbaimvtzis'),\n('hlqzi0dexxu',\t'bcvazh2nye9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:18.695+00',\t'2021-09-14 03:16:18.695+00',\t'6zex5qriv4o'),\n('nr0p4yvuugr',\t'bt97l3lw5zg',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-14 03:16:18.702+00',\t'2021-09-14 03:16:18.702+00',\t'hlqzi0dexxu'),\n('q0i4uwe89cr',\t'g9s4clsuj7t',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-14 03:16:19.075+00',\t'2021-09-14 03:16:19.075+00',\t'4tbaimvtzis'),\n('gs2opv2qy9a',\t'pc2xb80what',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:19.081+00',\t'2021-09-14 03:16:19.081+00',\t'q0i4uwe89cr'),\n('o3ypbk1v2iz',\t'tdo3ef2m2l5',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-14 03:16:19.087+00',\t'2021-09-14 03:16:19.087+00',\t'gs2opv2qy9a'),\n('f4b3jcmmtag',\t'1oq6v8nlomu',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:16:21.73+00',\t'2021-09-14 03:16:21.73+00',\t'g2osimypxu7'),\n('ffluwo8mtjd',\t'71se0wbgg4p',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-14 03:16:16.032+00',\t'2021-09-14 03:16:21.742+00',\t'f4b3jcmmtag'),\n('761zwl9rydi',\t't7w29yhwz33',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:16:23.691+00',\t'2021-09-14 03:16:23.691+00',\t'1jedgeo94xg'),\n('45elon3v2y5',\t'5a2h3eb6lla',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-14 03:16:16.749+00',\t'2021-09-14 03:16:23.699+00',\t'761zwl9rydi'),\n('gr9ilyydgls',\t'628zwohks9t',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:16.742+00',\t'2021-09-14 03:16:16.742+00',\tNULL),\n('hmo54gqca70',\t'es5o5oymzvf',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 03:16:25.456+00',\t'2021-09-14 03:16:25.456+00',\t'ctsgysgdgua'),\n('fm1tku8f8hb',\t'mbpe2opqix1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-14 03:16:17.605+00',\t'2021-09-14 03:16:25.471+00',\t'hmo54gqca70'),\n('nfn75gejqc9',\t'yix1r64q1zv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 03:16:17.596+00',\t'2021-09-14 03:16:17.596+00',\tNULL),\n('dreifkpgmez',\t'02at6b0uupk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 14:34:58.523+00',\t'2021-09-14 14:34:58.523+00',\t'wnk2grmfyn9'),\n('3h0pz68et1y',\t'ey2g2zuzbuh',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 14:34:58.541+00',\t'2021-09-14 14:34:58.541+00',\t'dreifkpgmez'),\n('ryp3luyen1o',\t'rdkizi74rd1',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-14 14:35:01.63+00',\t'2021-09-14 14:35:01.63+00',\t'wnk2grmfyn9'),\n('y1smagrndos',\t'f6o5scvnwz4',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 14:35:01.639+00',\t'2021-09-14 14:35:01.639+00',\t'ryp3luyen1o'),\n('ulbppl9ctyh',\t'j1b08rxirus',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hznqtmqljb2\"}}',\t'0',\t1,\t'2021-09-14 14:35:01.648+00',\t'2021-09-14 14:35:01.648+00',\t'y1smagrndos'),\n('5v4xkorg6dp',\t'lkpb0rat834',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-14 14:35:02.509+00',\t'2021-09-14 14:35:02.509+00',\t'wnk2grmfyn9'),\n('qxbmp5ufv6l',\t'mlamizpk8a4',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 14:35:02.517+00',\t'2021-09-14 14:35:02.517+00',\t'5v4xkorg6dp'),\n('lk9jw553ykf',\t'f3mnz600gke',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_u4i0jrp4uo6\"}}',\t'0',\t1,\t'2021-09-14 14:35:02.525+00',\t'2021-09-14 14:35:02.525+00',\t'qxbmp5ufv6l'),\n('yl5b45063mx',\t'ei06q9weypf',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-14 14:35:03.688+00',\t'2021-09-14 14:35:03.688+00',\t'wnk2grmfyn9'),\n('o2p3jgnyw2x',\t'5fxdpz96n0h',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-14 14:35:03.695+00',\t'2021-09-14 14:35:03.695+00',\t'yl5b45063mx'),\n('lgqwvd6c703',\t'wpdzr0mx8v1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_l8uuiwcnlw9\"}}',\t'0',\t1,\t'2021-09-14 14:35:03.704+00',\t'2021-09-14 14:35:03.704+00',\t'o2p3jgnyw2x'),\n('bf4jl642wo2',\t'heep4obadyx',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_hwenour8ara\"},\"required\":true}',\t'0',\t1,\t'2021-09-14 14:34:58.55+00',\t'2021-09-14 14:35:08.57+00',\t'3h0pz68et1y'),\n('ral7ulw6bwu',\t'59zv3vk86wi',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true,\"x-component-props\":{\"useResource\":\"{{ Table.useResource }}\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-15 01:30:20.597+00',\t'2021-09-15 01:30:20.597+00',\t'xa306vq72rh'),\n('kc6rfz8lm24',\t'hr5a28etmjd',\tNULL,\t'void',\t'Action.Bar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Action.Bar.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-15 01:30:20.608+00',\t'2021-09-15 01:30:20.608+00',\t'ral7ulw6bwu'),\n('9ukejkowsjn',\t'mu2amdv4ync',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t2,\t'2021-09-15 01:30:20.621+00',\t'2021-09-15 01:30:20.621+00',\t'ral7ulw6bwu'),\n('j1acj5c4vor',\t'lg4vkienb6h',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:35.06+00',\t'2021-09-15 01:30:35.06+00',\t'9ukejkowsjn'),\n('11jxm8qgjh1',\t'dzoycm17yoe',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:35.072+00',\t'2021-09-15 01:30:35.072+00',\t'j1acj5c4vor'),\n('ndwa1ivurh8',\t'57vttmrzhj2',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-15 01:30:35.081+00',\t'2021-09-15 01:30:35.081+00',\t'11jxm8qgjh1'),\n('79etkabgk75',\t'xvpekgn9d4t',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-15 01:30:38.368+00',\t'2021-09-15 01:30:38.368+00',\t'9ukejkowsjn'),\n('ynf3nqdhrun',\t'00th3077cvg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:38.375+00',\t'2021-09-15 01:30:38.375+00',\t'79etkabgk75'),\n('7t1exc3o5oz',\t'b7kjz66sdhm',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"}}',\t'0',\t1,\t'2021-09-15 01:30:38.381+00',\t'2021-09-15 01:30:38.381+00',\t'ynf3nqdhrun'),\n('nyyzex3s9s9',\t'bfi3moeoklj',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-15 01:30:40.618+00',\t'2021-09-15 01:30:40.618+00',\t'9ukejkowsjn'),\n('iu455ra2a0m',\t'kvcezcnv3ni',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:40.628+00',\t'2021-09-15 01:30:40.628+00',\t'nyyzex3s9s9'),\n('fk4k9u2smly',\t'fl7pp5h0gqa',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-15 01:30:40.636+00',\t'2021-09-15 01:30:40.636+00',\t'iu455ra2a0m'),\n('ctjr4f8o44k',\t'zvwkdgg4u3u',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t4,\t'2021-09-15 01:30:43.844+00',\t'2021-09-15 01:30:43.844+00',\t'9ukejkowsjn'),\n('pal46dv9a2k',\t'yees2blawp2',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:43.853+00',\t'2021-09-15 01:30:43.853+00',\t'ctjr4f8o44k'),\n('zssaog2nc44',\t'744tw3rt86k',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"}}',\t'0',\t1,\t'2021-09-15 01:30:43.862+00',\t'2021-09-15 01:30:43.862+00',\t'pal46dv9a2k'),\n('utnxct4dexb',\t'fb7fga0uplm',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t5,\t'2021-09-15 01:30:44.547+00',\t'2021-09-15 01:30:44.547+00',\t'9ukejkowsjn'),\n('utzirvvtjlz',\t'q1hi6c21o3x',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:44.556+00',\t'2021-09-15 01:30:44.556+00',\t'utnxct4dexb'),\n('sjc30pdc460',\t'cw10qgqjjd4',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_n6snaop9d4y\"}}',\t'0',\t1,\t'2021-09-15 01:30:44.564+00',\t'2021-09-15 01:30:44.564+00',\t'utzirvvtjlz'),\n('rftia3hh8qf',\t'kf2fj7xdjdk',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t6,\t'2021-09-15 01:30:45.283+00',\t'2021-09-15 01:30:45.283+00',\t'9ukejkowsjn'),\n('wmkha8e57ub',\t'uxs6wvff6yg',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:45.292+00',\t'2021-09-15 01:30:45.292+00',\t'rftia3hh8qf'),\n('mxsmckk9rar',\t'xlprd9s8wwq',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-15 01:30:45.298+00',\t'2021-09-15 01:30:45.298+00',\t'wmkha8e57ub'),\n('z5xabnpir72',\t'vv8yze2yz0r',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t7,\t'2021-09-15 01:30:46.393+00',\t'2021-09-15 01:30:46.393+00',\t'9ukejkowsjn'),\n('ejbco82p5bo',\t'a93hwpr6c8k',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:46.401+00',\t'2021-09-15 01:30:46.401+00',\t'z5xabnpir72'),\n('qyru2pv27ln',\t'qty4w1epoin',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_tdoe0q00xc6\"}}',\t'0',\t1,\t'2021-09-15 01:30:46.407+00',\t'2021-09-15 01:30:46.407+00',\t'ejbco82p5bo'),\n('y4t7kmie8gx',\t'1s5fjtr1q5s',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t8,\t'2021-09-15 01:30:46.995+00',\t'2021-09-15 01:30:46.995+00',\t'9ukejkowsjn'),\n('7xs83h9kwta',\t'ghoo2l8qmub',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:47.002+00',\t'2021-09-15 01:30:47.002+00',\t'y4t7kmie8gx'),\n('jj3it8sebos',\t'qrj997gqtea',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_kk4nspj1i28\"}}',\t'0',\t1,\t'2021-09-15 01:30:47.011+00',\t'2021-09-15 01:30:47.011+00',\t'7xs83h9kwta'),\n('qgw7extxc95',\t'2e9bzmep9d4',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-15 01:32:27.677+00',\t'2021-09-15 01:32:27.677+00',\t'b8h6m1a0b0i'),\n('nd5sdb2rdnw',\t'3ye2buhvfgs',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-15 01:32:27.687+00',\t'2021-09-15 01:32:27.687+00',\t'qgw7extxc95'),\n('1vl5ofqvgmz',\t'2hjugbgc0r5',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-15 01:32:27.696+00',\t'2021-09-15 01:32:27.696+00',\t'nd5sdb2rdnw'),\n('ga5v9sntrro',\t'ee8yompanlg',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-15 01:32:27.704+00',\t'2021-09-15 01:32:27.704+00',\t'1vl5ofqvgmz'),\n('al3yo09twje',\t'o0gcjs5is1i',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-15 01:32:27.711+00',\t'2021-09-15 01:32:27.711+00',\t'ga5v9sntrro'),\n('i8maupbyrqr',\t'qa6jg2a8n7b',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":false,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_geso7fru7a9\",\"collectionName\":\"t_geso7fru7a9\",\"defaultFilter\":{\"and\":[],\"or\":[{\"f_nlgk67tpdql\":{\"eq\":\"i2xjqmnwrsu\"}},{\"f_nlgk67tpdql\":{\"eq\":\"x4qnavatfai\"}}]}}}',\t'0',\t3,\t'2021-09-12 01:10:12.026+00',\t'2021-09-15 01:43:56.611+00',\t'bzhnwtjmhbr'),\n('jqxsam42wwh',\t'tnqyiwm4yh9',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-12 07:35:43.601+00',\t'2021-09-15 01:39:29+00',\t'eyohmo8psbx'),\n('hm3u9dkmmzt',\t'w87ena3x76x',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\"}',\t'0',\t0,\t'2021-09-15 01:42:34.541+00',\t'2021-09-15 01:42:34.541+00',\t'sjc5uxxtwkm'),\n('2ncnii6mb2x',\t'hrx4f0vg9ow',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"This is a demo text, **supports Markdown syntax**.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-23 03:00:55.088+00',\t'2021-09-23 03:00:55.088+00',\t'mrkvuu4e3yn'),\n('4a2qaxp1yh2',\t'yoc1csgln37',\tNULL,\t'void',\t'Grid.Col',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-15 01:39:31.036+00',\t'2021-09-15 01:42:34.67+00',\t'o936terfdi3'),\n('xb6eh6iklcg',\t'97rtb0kx8r9',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:44:18.684+00',\t'2021-09-15 01:44:18.684+00',\t'cxnaqb2y83b'),\n('cxnaqb2y83b',\t'1e8hcv3xbua',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t3,\t'2021-09-15 01:44:18.673+00',\t'2021-09-15 01:44:18.763+00',\t'j3vyu7mwewx'),\n('0dbewi4kxr7',\t'06nhkfcem7a',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:55:51.416+00',\t'2021-09-15 01:55:51.416+00',\tNULL),\n('p87fcj3ojfs',\t'66mlqacbng4',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-component-props\":{\"showDefaultButtons\":true,\"resource\":\"t_geso7fru7a9\",\"collectionName\":\"t_geso7fru7a9\"},\"x-designable-bar\":\"Form.DesignableBar\",\"__insertAfter__\":\"hflx0w3au4w\"}',\t'0',\t3,\t'2021-09-12 07:34:21.499+00',\t'2021-09-15 01:56:06.223+00',\t'hm3u9dkmmzt'),\n('w1yeys2xsrh',\t'hwpkn7jiik8',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:45:48.362+00',\t'2021-09-15 01:45:48.362+00',\tNULL),\n('cygllm6jljs',\t'gn69h2fkpo7',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t5,\t'2021-09-26 01:39:45.11+00',\t'2021-09-26 01:40:16.273+00',\t'm25pry2yof2'),\n('srpwfbwa848',\t'ytj7fb32dzv',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-28 07:31:42.393+00',\t'2021-09-28 07:31:42.393+00',\t'tuqese9cy51'),\n('1v96b3bt8sh',\t'cnmm1j8h7i8',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-28 07:31:42.403+00',\t'2021-09-28 07:31:42.403+00',\t'srpwfbwa848'),\n('zenz25opw03',\t'7gznmt956cu',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-28 07:31:42.421+00',\t'2021-09-28 07:31:42.421+00',\t'srpwfbwa848'),\n('x1n1jg4c7pk',\t'45kd3c5ea3k',\tNULL,\t'void',\t'Chart.Column',\t'{\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"type\",\"yField\":\"sales\",\"label\":{\"position\":\"middle\",\"style\":{\"fill\":\"#FFFFFF\",\"opacity\":0.6}},\"xAxis\":{\"label\":{\"autoHide\":true,\"autoRotate\":false}},\"meta\":{\"type\":{\"alias\":\"Category\"},\"sales\":{\"alias\":\"Sales\"}}}},\"_isJSONSchemaObject\":true,\"__insertAfter__\":\"v9u0xsjsy5k\"}',\t'0',\t3,\t'2021-09-17 07:05:40.283+00',\t'2021-09-17 07:05:43.326+00',\tNULL),\n('yjtisjjtb4c',\t'uql3iglmxg7',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-16 00:27:43.717+00',\t'2021-09-16 00:27:43.717+00',\t'3j0y723cg8v'),\n('3j0y723cg8v',\t'9sk6oakg238',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-16 00:27:43.696+00',\t'2021-09-16 00:27:43.749+00',\t'owygfbxi3f0'),\n('r86ztpuwg1h',\t'vd9kfiba1rf',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.CardItem\"}}',\t'0',\t1,\t'2021-09-17 07:02:23.814+00',\t'2021-09-17 07:02:23.814+00',\t'l8ckfeoxvo1'),\n('f2x3u0qhn13',\t'eqj075p3g75',\t'{{t(\"Export\")}}',\t'void',\t'Action',\t'{\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"export\"},\"x-action-type\":\"export\",\"x-designable-bar\":\"Table.ExportActionDesignableBar\",\"x-component-props\":{\"fieldNames\":[],\"icon\":\"ExportOutlined\",\"useAction\":\"{{ Table.useTableExportAction }}\"}}',\t'0',\t2,\t'2021-09-18 03:54:57.72+00',\t'2021-09-18 03:54:57.72+00',\t'd4jbza292g8'),\n('4uba9orm98n',\t'ubz7s218k6v',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"type\":\"primary\",\"icon\":\"PlusOutlined\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-18 03:55:00.115+00',\t'2021-09-18 03:55:00.115+00',\t'd4jbza292g8'),\n('trnt52e9uez',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-18 03:55:00.126+00',\t'2021-09-18 03:55:00.126+00',\t'4uba9orm98n'),\n('5xfxr81mnik',\t'2eaxih8o92g',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-18 03:55:00.136+00',\t'2021-09-18 03:55:00.136+00',\t'trnt52e9uez'),\n('36lwrso65v3',\t'3owe0pewu6e',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-action-type\":\"destroy\",\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t4,\t'2021-09-18 03:55:02.246+00',\t'2021-09-18 03:55:02.246+00',\t'd4jbza292g8'),\n('guls135kh0u',\t'aw8rybtfzq3',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 02:53:04.337+00',\t'2021-09-23 02:53:04.337+00',\t'll26mlaeknd'),\n('xa306vq72rh',\t'9qxxjumxunh',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-15 01:30:20.588+00',\t'2021-09-15 01:30:20.588+00',\tNULL),\n('k50qsygrdju',\t'qj6x2b20sv6',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-23 02:52:54.469+00',\t'2021-09-23 02:52:54.469+00',\t'xg91r1bu4yc'),\n('7by3vocoo23',\t'35dhvd59lzc',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_3det6kr3vn8\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t8,\t'2021-09-12 01:13:57.721+00',\t'2021-09-26 01:40:16.268+00',\t'm25pry2yof2'),\n('l8ckfeoxvo1',\t'j21m2kvnb42',\tNULL,\t'void',\t'Page',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'1',\t1,\t'2021-09-17 07:02:23.804+00',\t'2021-09-17 07:02:23.804+00',\tNULL),\n('v9u0xsjsy5k',\t'lhzxmr43sbf',\tNULL,\t'void',\t'Chart.Bar',\t'{\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"sales\",\"yField\":\"type\",\"legend\":{\"position\":\"top-left\"},\"barBackground\":{\"style\":{\"fill\":\"rgba(0,0,0,0.1)\"}},\"interactions\":[{\"type\":\"active-region\",\"enable\":false}]}},\"_isJSONSchemaObject\":true,\"__insertAfter__\":\"usav4xf4i5b\"}',\t'0',\t2,\t'2021-09-17 07:05:31.04+00',\t'2021-09-17 07:05:34.215+00',\tNULL),\n('b6yfyzzj97t',\t'j0qndfe5se1',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 02:52:59.658+00',\t'2021-09-23 02:52:59.658+00',\t'xdlyudg1lql'),\n('ekr7c95ezz0',\t'h27rzgebcbo',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_vgw4f62h16e\"}}',\t'0',\t1,\t'2021-09-23 02:52:59.669+00',\t'2021-09-23 02:52:59.669+00',\t'b6yfyzzj97t'),\n('8689mwuwlm4',\t'ovt8drv491j',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_61znsfh307m\"}}',\t'0',\t1,\t'2021-09-23 02:53:04.352+00',\t'2021-09-23 02:53:04.352+00',\t'guls135kh0u'),\n('0zne1h0m9om',\t'w4villdnvam',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 02:53:11.408+00',\t'2021-09-23 02:53:11.408+00',\t'y9pc4sua6q7'),\n('p7z4vdxamgy',\t'z8mbt1gmyv1',\tNULL,\t'void',\t'Form.Field',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form.Field.Item\",\"x-designable-bar\":\"Form.Field.DesignableBar\",\"x-component-props\":{\"fieldName\":\"f_x9kmuovlm79\"}}',\t'0',\t1,\t'2021-09-23 02:53:11.416+00',\t'2021-09-23 02:53:11.416+00',\t'0zne1h0m9om'),\n('d0bz7d7vfpo',\t'07zints3fy5',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"x-component-props\":{\"colsize\":[77.01329163408913,22.986708365910868]}}',\t'0',\t0,\t'2021-09-23 02:53:47.059+00',\t'2021-09-23 02:54:18.462+00',\t'fyku58l8svs'),\n('xdlyudg1lql',\t'6a3bwvf7xzs',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t1,\t'2021-09-23 02:52:59.634+00',\t'2021-09-23 02:53:16.56+00',\t'k50qsygrdju'),\n('ll26mlaeknd',\t'3uv7akige6q',\tNULL,\t'void',\t'Grid.Row',\t'{\"version\":\"2.0\",\"_isJSONSchemaObject\":true}',\t'0',\t2,\t'2021-09-23 02:53:04.322+00',\t'2021-09-23 02:53:16.596+00',\t'k50qsygrdju'),\n('dfheixhrh73',\t'mn9jnx88ylm',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 02:52:54.448+00',\t'2021-09-23 02:52:54.448+00',\tNULL),\n('s0hyddev1yd',\t'90b5p86ihwv',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 02:53:40.895+00',\t'2021-09-23 02:53:40.895+00',\tNULL),\n('mrkvuu4e3yn',\t'sk6z4ez095e',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-23 03:00:55.08+00',\t'2021-09-23 03:00:55.08+00',\tNULL),\n('xg91r1bu4yc',\t'80ietb2xw05',\tNULL,\t'void',\t'Form',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-component-props\":{\"showDefaultButtons\":true,\"resource\":\"t_fsveob6p269\",\"collectionName\":\"t_fsveob6p269\"},\"x-designable-bar\":\"Form.DesignableBar\"}',\t'0',\t1,\t'2021-09-23 02:52:54.46+00',\t'2021-09-23 02:53:52.789+00',\tNULL),\n('f52w6mktfha',\t'3jhrbrwsm67',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_bysgds7j36p\"},\"x-designable-bar\":\"Table.Column.DesignableBar\"}',\t'0',\t10,\t'2021-09-26 01:39:45.644+00',\t'2021-09-26 01:39:45.644+00',\t'm25pry2yof2'),\n('tuqese9cy51',\t'm7o9ywka37s',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":true,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"users\",\"collectionName\":\"users\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.374+00',\t'2021-09-28 07:31:42.374+00',\t'wfutrgolvls'),\n('30wf2drh766',\t'gvpicpdl6q2',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-28 07:31:42.436+00',\t'2021-09-28 07:31:42.436+00',\t'srpwfbwa848'),\n('0hvg7ragxl3',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.45+00',\t'2021-09-28 07:31:42.45+00',\t'30wf2drh766'),\n('mxa4xx3yyoz',\t'5wzq913ivsf',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.462+00',\t'2021-09-28 07:31:42.462+00',\t'0hvg7ragxl3'),\n('so891i2scx8',\t'qanji0r760h',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-28 07:31:42.486+00',\t'2021-09-28 07:31:42.486+00',\t'tuqese9cy51'),\n('jcl4upi8c0k',\t'1g3xl2a0dyh',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.498+00',\t'2021-09-28 07:31:42.498+00',\t'so891i2scx8'),\n('fpbg99d81zp',\t'pjecvce3599',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-28 07:31:42.511+00',\t'2021-09-28 07:31:42.511+00',\t'jcl4upi8c0k'),\n('b3rjtsn179c',\t'xjoncuya2ty',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-28 07:31:42.521+00',\t'2021-09-28 07:31:42.521+00',\t'fpbg99d81zp'),\n('6bjru8t640j',\t'b53moyja54y',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-28 07:31:42.531+00',\t'2021-09-28 07:31:42.531+00',\t'b3rjtsn179c'),\n('ma4ckjpypjs',\t'odgcv4yxcma',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-28 07:31:42.541+00',\t'2021-09-28 07:31:42.541+00',\t'6bjru8t640j'),\n('8swp1tfnvev',\t'plt6u2epdxv',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.55+00',\t'2021-09-28 07:31:42.55+00',\t'ma4ckjpypjs'),\n('uy1r0yo0cel',\t'kn66bpkn9w7',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-28 07:31:42.575+00',\t'2021-09-28 07:31:42.575+00',\t'jcl4upi8c0k'),\n('6g2w45lfd76',\t'1wx811y1so8',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.585+00',\t'2021-09-28 07:31:42.585+00',\t'uy1r0yo0cel'),\n('boo65v9yrdm',\t'1ithve7flw7',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-28 07:31:42.596+00',\t'2021-09-28 07:31:42.596+00',\t'6g2w45lfd76'),\n('lt2ywg5a6d1',\t's4000bd2bc7',\tNULL,\t'void',\t'Markdown.Void',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"default\":\"This is a demo text, **supports Markdown syntax**.\",\"x-designable-bar\":\"Markdown.Void.DesignableBar\",\"x-decorator\":\"CardItem\",\"x-read-pretty\":true}',\t'0',\t1,\t'2021-09-28 07:31:46.697+00',\t'2021-09-28 07:31:46.697+00',\t'fphav5476fd'),\n('cf8ykdgpv0c',\t'0de8m92erut',\tNULL,\t'void',\t'Chart.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"CardItem\",\"x-designable-bar\":\"Chart.DesignableBar\",\"x-component-props\":{\"config\":{\"data\":[{\"type\": \"Furniture\", \"sales\":38},{\"type\": \"Grocery\", \"sales\":52},{\"type\": \"Fresh Fruit\", \"sales\":61},{\"type\": \"Toiletries\", \"sales\":145},{\"type\": \"Imported Food\", \"sales\":38},{\"type\": \"Food and Beverage\", \"sales\":38},{\"type\": \"Household Cleaning\", \"sales\":38}],\"xField\":\"type\",\"yField\":\"sales\",\"label\":{\"position\":\"middle\",\"style\":{\"fill\":\"#FFFFFF\",\"opacity\":0.6}},\"xAxis\":{\"label\":{\"autoHide\":true,\"autoRotate\":false}},\"meta\":{\"type\":{\"alias\":\"Category\"},\"sales\":{\"alias\":\"Sales\"}}}}}',\t'0',\t1,\t'2021-09-28 07:32:03.145+00',\t'2021-09-28 07:32:03.145+00',\t'8gggtua2wvh'),\n('wfutrgolvls',\t'gievpmqi28u',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-28 07:31:42.363+00',\t'2021-09-28 07:31:42.363+00',\tNULL),\n('21nm4c2oypx',\t'wqox6ds1h3u',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-28 07:32:16.651+00',\t'2021-09-28 07:32:16.651+00',\t'b4mdjxweb8m'),\n('l5sclain3qf',\t'fpoc4sg4rzw',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-28 07:32:16.668+00',\t'2021-09-28 07:32:16.668+00',\t'21nm4c2oypx'),\n('cobdwkws3ye',\t'uf0iplyr128',\t'{{t(\"Delete\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"destroy\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-component-props\":{\"icon\":\"DeleteOutlined\",\"confirm\":{\"title\":\"{{t(\\\"Delete record\\\")}}\",\"content\":\"{{t(\\\"Are you sure you want to delete it?\\\")}}\"},\"useAction\":\"{{ Table.useTableDestroyAction }}\"}}',\t'0',\t2,\t'2021-09-28 07:32:16.682+00',\t'2021-09-28 07:32:16.682+00',\t'21nm4c2oypx'),\n('6m73js9ryzk',\t'enboy8qehz0',\t'{{t(\"Add new\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-align\":\"right\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"create\"},\"x-component-props\":{\"icon\":\"PlusOutlined\",\"type\":\"primary\"},\"x-designable-bar\":\"Table.Action.DesignableBar\"}',\t'0',\t3,\t'2021-09-28 07:32:16.698+00',\t'2021-09-28 07:32:16.698+00',\t'21nm4c2oypx'),\n('onei5csxzdf',\t'modal',\t'{{t(\"Add record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableCreateAction }}\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.709+00',\t'2021-09-28 07:32:16.709+00',\t'6m73js9ryzk'),\n('nmn2zk10j9u',\t'sxiizv90lid',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.717+00',\t'2021-09-28 07:32:16.717+00',\t'onei5csxzdf'),\n('juc2vvib1ef',\t'pdpx0gbclap',\t'{{t(\"Actions\")}}',\t'void',\t'Table.Column',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{},\"x-designable-bar\":\"Table.Operation.DesignableBar\"}',\t'0',\t2,\t'2021-09-28 07:32:16.741+00',\t'2021-09-28 07:32:16.741+00',\t'b4mdjxweb8m'),\n('akph7mgaspk',\t'4fgwwym4u2z',\tNULL,\t'void',\t'Action.Group',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.752+00',\t'2021-09-28 07:32:16.752+00',\t'juc2vvib1ef'),\n('bpdf3iczgfd',\t'8hxzqbp16bn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-28 07:32:16.624+00',\t'2021-09-28 07:32:16.624+00',\tNULL),\n('fphav5476fd',\t'9sihw7sqpwn',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-28 07:31:46.687+00',\t'2021-09-28 07:31:46.687+00',\tNULL),\n('8gggtua2wvh',\t'eux13k5p7zf',\tNULL,\t'void',\t'Grid.Col',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t1,\t'2021-09-28 07:32:03.134+00',\t'2021-09-28 07:32:03.134+00',\tNULL),\n('pkpmgadcjnc',\t'lymq4clkqut',\t'{{t(\"View\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"view\"}',\t'0',\t1,\t'2021-09-28 07:32:16.765+00',\t'2021-09-28 07:32:16.765+00',\t'akph7mgaspk'),\n('w2z3pp7s8wm',\t'x2ilqmpqobh',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-28 07:32:16.776+00',\t'2021-09-28 07:32:16.776+00',\t'pkpmgadcjnc'),\n('yqyya846ipy',\t'a7a4nl8bpjf',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-28 07:32:16.789+00',\t'2021-09-28 07:32:16.789+00',\t'w2z3pp7s8wm'),\n('oqrxhfl2nv8',\t'jkw8a1fjcy5',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-28 07:32:16.799+00',\t'2021-09-28 07:32:16.799+00',\t'yqyya846ipy'),\n('pfxyxyvc82b',\t'x4w9i91xqwa',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.812+00',\t'2021-09-28 07:32:16.812+00',\t'oqrxhfl2nv8'),\n('myxsypp6ewm',\t'6rh8wd63xuy',\t'{{t(\"Edit\")}}',\t'void',\t'Action',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"type\":\"link\"},\"x-designable-bar\":\"Table.Action.DesignableBar\",\"x-action-type\":\"update\"}',\t'0',\t2,\t'2021-09-28 07:32:16.837+00',\t'2021-09-28 07:32:16.837+00',\t'akph7mgaspk'),\n('9ohukjdo6wd',\t'giqrp4nan41',\t'{{t(\"Edit record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-decorator-props\":{\"useResource\":\"{{ Table.useResource }}\",\"useValues\":\"{{ Table.useTableRowRecord }}\"},\"x-component-props\":{\"useOkAction\":\"{{ Table.useTableUpdateAction }}\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.845+00',\t'2021-09-28 07:32:16.845+00',\t'myxsypp6ewm'),\n('3djuv6syvmo',\t'jo42gl9x9pz',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.FormItem\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.854+00',\t'2021-09-28 07:32:16.854+00',\t'9ohukjdo6wd'),\n('8rvzpcp7u5k',\t'options',\t'{{t(\"Select record\")}}',\t'void',\t'Select.Options.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"Form\",\"x-component-props\":{\"useOkAction\":\"{{ Select.useOkAction }}\"}}',\t'0',\t1,\t'2021-09-28 07:32:23.083+00',\t'2021-09-28 07:32:23.083+00',\t't0972ciedkm'),\n('m2i146a9kp2',\t'table',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"BlockItem\",\"x-decorator-props\":{\"draggable\":false},\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"useRowSelection\":\"{{ Select.useRowSelection }}\",\"useSelectedRowKeys\":\"{{ Select.useSelectedRowKeys }}\",\"onSelect\":\"{{ Select.useSelect() }}\",\"collectionName\":\"t_fsveob6p269\",\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10}}}',\t'0',\t1,\t'2021-09-28 07:32:23.104+00',\t'2021-09-28 07:32:23.104+00',\t'8rvzpcp7u5k'),\n('3m8jeqw5pg6',\t'ue9qiq3c2yx',\tNULL,\t'void',\t'Table.ActionBar',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.ActionBar.DesignableBar\"}',\t'0',\t1,\t'2021-09-28 07:32:23.117+00',\t'2021-09-28 07:32:23.117+00',\t'm2i146a9kp2'),\n('diln863m17a',\t'2vshnr3e38n',\t'{{t(\"Filter\")}}',\t'void',\t'Table.Filter',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-decorator\":\"AddNew.Displayed\",\"x-decorator-props\":{\"displayName\":\"filter\"},\"x-align\":\"left\",\"x-designable-bar\":\"Table.Filter.DesignableBar\",\"x-component-props\":{\"fieldNames\":[]}}',\t'0',\t1,\t'2021-09-28 07:32:23.128+00',\t'2021-09-28 07:32:23.128+00',\t'3m8jeqw5pg6'),\n('3dhn312agul',\t'option',\tNULL,\t'void',\t'Select.OptionTag',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\"}',\t'0',\t2,\t'2021-09-28 07:32:23.157+00',\t'2021-09-28 07:32:23.157+00',\t't0972ciedkm'),\n('378oa3qwvna',\t'627z7fcsoik',\t'{{t(\"View record\")}}',\t'void',\t'Action.Drawer',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"bodyStyle\":{\"background\":\"#f0f2f5\"}}}',\t'0',\t1,\t'2021-09-28 07:32:23.169+00',\t'2021-09-28 07:32:23.169+00',\t'3dhn312agul'),\n('4w8zzzfz9ib',\t'6brbhwjm0yj',\tNULL,\t'void',\t'Tabs',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.DesignableBar\"}',\t'0',\t1,\t'2021-09-28 07:32:23.222+00',\t'2021-09-28 07:32:23.222+00',\t'378oa3qwvna'),\n('1rar6tnjeco',\t'llpcg3ltqdo',\t'{{t(\"Details\")}}',\t'void',\t'Tabs.TabPane',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Tabs.TabPane.DesignableBar\",\"x-component-props\":{}}',\t'0',\t1,\t'2021-09-28 07:32:23.232+00',\t'2021-09-28 07:32:23.232+00',\t'4w8zzzfz9ib'),\n('o96l97flc7j',\t'bxe1z3dukkd',\tNULL,\t'void',\t'Grid',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-component-props\":{\"addNewComponent\":\"AddNew.PaneItem\"}}',\t'0',\t1,\t'2021-09-28 07:32:23.248+00',\t'2021-09-28 07:32:23.248+00',\t'1rar6tnjeco'),\n('dw6okmsl0iq',\t'i2utmjot145',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"5bjnabydou3\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t3,\t'2021-09-28 07:32:21.413+00',\t'2021-09-28 07:32:34.582+00',\t'b4mdjxweb8m'),\n('64mgwdjjo1j',\t'1xz8w4mt7z2',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_umjewufbyhj\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t4,\t'2021-09-28 07:32:22.58+00',\t'2021-09-28 07:32:34.586+00',\t'b4mdjxweb8m'),\n('t0972ciedkm',\t'nu661iw9dro',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_kkopbnfdd0v\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t5,\t'2021-09-28 07:32:23.038+00',\t'2021-09-28 07:32:34.598+00',\t'b4mdjxweb8m'),\n('kquckgvhqru',\t'b3ag4a054ah',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_nlgk67tpdql\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t6,\t'2021-09-28 07:32:23.505+00',\t'2021-09-28 07:32:34.669+00',\t'b4mdjxweb8m'),\n('afy1ws6mg60',\t'ac5vk22kprp',\tNULL,\t'void',\t'Table.Column',\t'{\"version\":\"2.0\",\"x-component-props\":{\"fieldName\":\"f_niymyj0no38\"},\"x-designable-bar\":\"Table.Column.DesignableBar\",\"_isJSONSchemaObject\":true}',\t'0',\t7,\t'2021-09-28 07:32:24.043+00',\t'2021-09-28 07:32:34.676+00',\t'b4mdjxweb8m'),\n('b4mdjxweb8m',\t'78xasyzpukz',\tNULL,\t'array',\t'Table',\t'{\"_isJSONSchemaObject\":true,\"version\":\"2.0\",\"x-designable-bar\":\"Table.DesignableBar\",\"x-decorator\":\"CardItem\",\"default\":[],\"x-component-props\":{\"rowKey\":\"id\",\"dragSort\":true,\"showIndex\":true,\"refreshRequestOnChange\":true,\"pagination\":{\"pageSize\":10},\"resource\":\"t_geso7fru7a9\",\"collectionName\":\"t_geso7fru7a9\"}}',\t'0',\t1,\t'2021-09-28 07:32:16.642+00',\t'2021-09-28 07:32:34.482+00',\tNULL);\nINSERT INTO \"ui_schemas\" (\"key\", \"name\", \"title\", \"type\", \"x-component\", \"options\", \"async\", \"sort\", \"created_at\", \"updated_at\", \"parent_key\") VALUES\n('17mcgd6s6d7',\t'liia3b09auv',\t'Star on GitHub',\t'void',\t'Menu.URL',\t'{\"version\":\"2.0\",\"x-designable-bar\":\"Menu.DesignableBar\",\"x-component-props\":{\"href\":\"https://github.com/nocobase/nocobase\",\"icon\":\"githuboutlined\"}}',\t'0',\t12,\t'2021-11-08 14:27:02.538+00',\t'2021-11-08 14:27:02.538+00',\t'qqzzjakwkwl');\nINSERT INTO \"ui_schemas\" (\"key\", \"name\", \"title\", \"type\", \"x-component\", \"options\", \"async\", \"sort\", \"created_at\", \"updated_at\", \"parent_key\") VALUES\n('sarppf56eim',\tNULL,\t'{{t(\"Roles\")}}',\t'array',\t'Select.Drawer',\t'{\"x-component-props\":{\"fieldNames\": {\"label\": \"title\",\"value\": \"name\"}},\"x-decorator\":\"FormItem\",\"x-designable-bar\":\"Select.Drawer.DesignableBar\"}',\t'0',\t4,\t'2021-11-16 08:32:08.041+00',\t'2021-11-16 08:32:08.041+00',\tNULL);\nINSERT INTO \"ui_schemas\" (\"key\", \"name\", \"title\", \"type\", \"x-component\", \"options\", \"async\", \"sort\", \"created_at\", \"updated_at\", \"parent_key\") VALUES\n('bhqy0xdfiog',\tNULL,\t'{{t(\"Role name\")}}',\t'string',\t'Input',\t'{}',\t'0',\t5,\t'2021-11-16 09:32:00.3+00',\t'2021-11-16 09:32:00.3+00',\tNULL);\n"],"file":"01-ui_schemas.sql"}