ywana-core8 0.0.71 → 0.0.72

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.
@@ -2169,12 +2169,19 @@ var Dialog = function Dialog(props) {
2169
2169
  var TYPES = {
2170
2170
  STRING: 'String',
2171
2171
  NUMBER: 'Number',
2172
- DATE: 'Date',
2173
2172
  BOOLEAN: 'Boolean',
2174
2173
  ARRAY: 'Array',
2175
2174
  ENTITY: 'Object',
2176
- FUNCTION: 'Function',
2177
- EMAIL: 'String'
2175
+ FUNCTION: 'Function'
2176
+ };
2177
+ /**
2178
+ * FORMATS
2179
+ */
2180
+
2181
+ var FORMATS = {
2182
+ NONE: '',
2183
+ DATE: 'date',
2184
+ EMAIL: 'email'
2178
2185
  };
2179
2186
  /**
2180
2187
  * CHECK
@@ -2554,7 +2561,8 @@ var ContentEditor = function ContentEditor(_ref) {
2554
2561
  return /*#__PURE__*/React.createElement(FieldEditor, {
2555
2562
  key: field.id,
2556
2563
  field: field,
2557
- onChange: change
2564
+ onChange: change,
2565
+ outlined: true
2558
2566
  });
2559
2567
  })));
2560
2568
  }));
@@ -4858,5 +4866,5 @@ var isFunction = function isFunction(value) {
4858
4866
  return value && (Object.prototype.toString.call(value) === "[object Function]" || "function" === typeof value || value instanceof Function);
4859
4867
  };
4860
4868
 
4861
- export { Avatar, Button$1 as Button, CheckBox, Chip, Chips, CircularProgress, CollectionContext, CollectionEditor$1 as CollectionEditor, CollectionPage, Content, ContentEditor, ContentForm, CreateContentDialog$1 as CreateContentDialog, DataTable, Dialog, DropDown, EditContentDialog, FieldEditor, Form, HTTPClient, Header, Icon, Kanban, KanbanCard, KanbanColumn, LinearProgress, List, ListEditor, LoginBox, Menu, MenuIcon, MenuItem, MenuSeparator, Page, PageContext, PageProvider, Property, RadioButton, ResetPasswordBox, Section, Session, Site, SiteContext, SiteProvider, Stack, TYPES, Tab, TabbedContentEditor, TablePage, Tabs, Text, TextField, TokenField, Tree, TreeItem, TreeNode, TreededContentEditor, UploadArea, UploadButton, UploadDialog, UploadFile, Uploader, Viewer, isFunction };
4869
+ export { Avatar, Button$1 as Button, CheckBox, Chip, Chips, CircularProgress, CollectionContext, CollectionEditor$1 as CollectionEditor, CollectionPage, Content, ContentEditor, ContentForm, CreateContentDialog$1 as CreateContentDialog, DataTable, Dialog, DropDown, EditContentDialog, FORMATS, FieldEditor, Form, HTTPClient, Header, Icon, Kanban, KanbanCard, KanbanColumn, LinearProgress, List, ListEditor, LoginBox, Menu, MenuIcon, MenuItem, MenuSeparator, Page, PageContext, PageProvider, Property, RadioButton, ResetPasswordBox, Section, Session, Site, SiteContext, SiteProvider, Stack, TYPES, Tab, TabbedContentEditor, TablePage, Tabs, Text, TextField, TokenField, Tree, TreeItem, TreeNode, TreededContentEditor, UploadArea, UploadButton, UploadDialog, UploadFile, Uploader, Viewer, isFunction };
4862
4870
  //# sourceMappingURL=index.modern.js.map