@univerjs-pro/bases 0.25.0-insiders.20260608-e4336f7
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.
- package/README.md +42 -0
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/facade.js +1 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/cell.command.d.ts +32 -0
- package/lib/types/commands/field.command.d.ts +53 -0
- package/lib/types/commands/record.command.d.ts +39 -0
- package/lib/types/commands/table.command.d.ts +18 -0
- package/lib/types/commands/undo-redo.d.ts +2 -0
- package/lib/types/commands/view.command.d.ts +107 -0
- package/lib/types/controllers/base-active-dirty.controller.d.ts +16 -0
- package/lib/types/controllers/base-formula-calculation.controller.d.ts +23 -0
- package/lib/types/controllers/base-formula-optional-identifier.d.ts +1 -0
- package/lib/types/controllers/base-remote-formula.controller.d.ts +13 -0
- package/lib/types/facade/f-base.d.ts +362 -0
- package/lib/types/facade/f-event.d.ts +61 -0
- package/lib/types/facade/f-field.d.ts +191 -0
- package/lib/types/facade/f-permission.d.ts +299 -0
- package/lib/types/facade/f-range.d.ts +179 -0
- package/lib/types/facade/f-record.d.ts +137 -0
- package/lib/types/facade/f-table.d.ts +769 -0
- package/lib/types/facade/f-univer.d.ts +148 -0
- package/lib/types/facade/f-view.d.ts +275 -0
- package/lib/types/facade/index.d.ts +10 -0
- package/lib/types/fields/date-format.d.ts +6 -0
- package/lib/types/fields/field-core-plugin.d.ts +21 -0
- package/lib/types/fields/number-format.d.ts +15 -0
- package/lib/types/index.d.ts +48 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +59 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/models/base-cell-data.d.ts +14 -0
- package/lib/types/models/base-snapshot.d.ts +1 -0
- package/lib/types/models/default-table.d.ts +12 -0
- package/lib/types/models/field-snapshot.d.ts +1 -0
- package/lib/types/models/record-snapshot.d.ts +1 -0
- package/lib/types/models/table-snapshot.d.ts +1 -0
- package/lib/types/models/value.d.ts +1 -0
- package/lib/types/models/view-snapshot.d.ts +1 -0
- package/lib/types/mutations/json1.mutation.d.ts +7 -0
- package/lib/types/mutations/utils.d.ts +2 -0
- package/lib/types/ot/json1-adapter.d.ts +103 -0
- package/lib/types/ot/json1-invalidation.d.ts +2 -0
- package/lib/types/ot/json1-op-applier.d.ts +6 -0
- package/lib/types/ot/json1-op-factory.d.ts +64 -0
- package/lib/types/ot/json1-path.d.ts +13 -0
- package/lib/types/plugin.d.ts +35 -0
- package/lib/types/search/base-search.d.ts +24 -0
- package/lib/types/services/base-active-dirty.service.d.ts +24 -0
- package/lib/types/services/base-command.service.d.ts +122 -0
- package/lib/types/services/base-compression.service.d.ts +46 -0
- package/lib/types/services/base-field-registry.service.d.ts +17 -0
- package/lib/types/services/base-formula.service.d.ts +71 -0
- package/lib/types/services/base-performance.service.d.ts +5 -0
- package/lib/types/services/base-permission.service.d.ts +76 -0
- package/lib/types/services/base-projection.service.d.ts +97 -0
- package/lib/types/services/base-resource.service.d.ts +15 -0
- package/lib/types/services/base-view-registry.service.d.ts +15 -0
- package/lib/types/views/view-core-plugin.d.ts +21 -0
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +86 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3c32(_0x583e3b,_0x7f20fd){_0x583e3b=_0x583e3b-0x112;var _0x556ed6=_0x556e();var _0x3c32ab=_0x556ed6[_0x583e3b];return _0x3c32ab;}(function(_0xce787d,_0x92aee7){var _0x3900b1=_0x3c32,_0xe29433=_0xce787d();while(!![]){try{var _0x5b2a63=-parseInt(_0x3900b1(0x137))/0x1+-parseInt(_0x3900b1(0x11f))/0x2+-parseInt(_0x3900b1(0x138))/0x3*(-parseInt(_0x3900b1(0x114))/0x4)+parseInt(_0x3900b1(0x13e))/0x5*(parseInt(_0x3900b1(0x12a))/0x6)+parseInt(_0x3900b1(0x142))/0x7*(-parseInt(_0x3900b1(0x115))/0x8)+-parseInt(_0x3900b1(0x11e))/0x9+parseInt(_0x3900b1(0x118))/0xa;if(_0x5b2a63===_0x92aee7)break;else _0xe29433['push'](_0xe29433['shift']());}catch(_0x375c8e){_0xe29433['push'](_0xe29433['shift']());}}}(_0x556e,0x93397),function(_0x2f76c9,_0x76a803){var _0x4f9024=_0x3c32;typeof exports==_0x4f9024(0x13b)&&typeof module<'u'?module[_0x4f9024(0x144)]=_0x76a803():typeof define==_0x4f9024(0x146)&&define[_0x4f9024(0x135)]?define([],_0x76a803):(_0x2f76c9=typeof globalThis<'u'?globalThis:_0x2f76c9||self,_0x2f76c9[_0x4f9024(0x11d)]=_0x76a803());}(this,function(){var _0x2a26af=_0x3c32;return{'bases':{'bases':{'fieldType':{'text':_0x2a26af(0x112),'singleSelect':_0x2a26af(0x133),'multiSelect':_0x2a26af(0x128),'person':'Person','group':_0x2a26af(0x120),'date':'Date','attachment':_0x2a26af(0x12f),'number':_0x2a26af(0x143),'checkbox':_0x2a26af(0x130),'link':_0x2a26af(0x119),'formula':'Formula','lookup':_0x2a26af(0x12c),'flow':_0x2a26af(0x12b),'button':_0x2a26af(0x12d),'numbering':_0x2a26af(0x141),'phone':_0x2a26af(0x125),'email':_0x2a26af(0x13c),'location':_0x2a26af(0x117),'barcode':'Barcode','progress':_0x2a26af(0x136),'currency':'Currency','rating':_0x2a26af(0x123),'twoWayLink':_0x2a26af(0x145),'recordId':_0x2a26af(0x113),'createdBy':_0x2a26af(0x140),'updatedBy':_0x2a26af(0x124),'createdAt':_0x2a26af(0x13f),'updatedAt':_0x2a26af(0x116),'summary':_0x2a26af(0x13d)},'viewType':{'grid':'Grid','kanban':_0x2a26af(0x11b),'calendar':_0x2a26af(0x11a),'gantt':_0x2a26af(0x122),'gallery':_0x2a26af(0x139)},'error':{'fieldNameRequired':_0x2a26af(0x127),'invalidFieldType':_0x2a26af(0x13a),'invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':_0x2a26af(0x121),'invalidCalendarDateField':_0x2a26af(0x147),'invalidGanttDateField':_0x2a26af(0x11c)},'command':{'updateCell':_0x2a26af(0x129),'createField':_0x2a26af(0x134),'deleteField':_0x2a26af(0x132),'createRecord':_0x2a26af(0x12e),'deleteRecord':_0x2a26af(0x126),'updateViewConfig':_0x2a26af(0x131)}}}['bases']};}));function _0x556e(){var _0x1124d0=['Create\x20field','amd','Progress','1168507QEpenU','3pQxXIf','Gallery','Invalid\x20field\x20type','object','Email','Summary','590VjYswp','Created\x20At','Created\x20By','Numbering','7luRQJy','Number','exports','Two-way\x20Link','function','Calendar\x20requires\x20a\x20date\x20field','Text','Record\x20ID','147572yrBunj','8564416NsrbQf','Updated\x20At','Location','25400760OzsizS','Link','Calendar','Kanban','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','UniverProBasesArSA','740574ThUhFd','1012646javgtu','Group','Kanban\x20requires\x20a\x20groupable\x20field','Gantt','Rating','Updated\x20By','Phone\x20Number','Delete\x20record','Field\x20title\x20is\x20required','Multiple\x20Options','Update\x20cell','43410tydYrX','Flow','Lookup','Button','Create\x20record','Attachment','Checkbox','Update\x20view\x20settings','Delete\x20field','Single\x20Option'];_0x556e=function(){return _0x1124d0;};return _0x556e();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4abb(_0x48650c,_0x2121ba){_0x48650c=_0x48650c-0x161;var _0x1548ae=_0x1548();var _0x4abbbc=_0x1548ae[_0x48650c];return _0x4abbbc;}(function(_0x5e709a,_0x5174eb){var _0x503680=_0x4abb,_0x5e93e3=_0x5e709a();while(!![]){try{var _0x28728e=parseInt(_0x503680(0x170))/0x1*(parseInt(_0x503680(0x18c))/0x2)+-parseInt(_0x503680(0x191))/0x3+-parseInt(_0x503680(0x184))/0x4*(parseInt(_0x503680(0x18b))/0x5)+parseInt(_0x503680(0x16f))/0x6*(parseInt(_0x503680(0x17b))/0x7)+-parseInt(_0x503680(0x18a))/0x8*(parseInt(_0x503680(0x177))/0x9)+parseInt(_0x503680(0x165))/0xa*(-parseInt(_0x503680(0x171))/0xb)+parseInt(_0x503680(0x183))/0xc;if(_0x28728e===_0x5174eb)break;else _0x5e93e3['push'](_0x5e93e3['shift']());}catch(_0x2baab3){_0x5e93e3['push'](_0x5e93e3['shift']());}}}(_0x1548,0xadcef),function(_0x2890a3,_0x83fecd){var _0x47824d=_0x4abb;typeof exports==_0x47824d(0x179)&&typeof module<'u'?module[_0x47824d(0x185)]=_0x83fecd():typeof define==_0x47824d(0x16e)&&define[_0x47824d(0x164)]?define([],_0x83fecd):(_0x2890a3=typeof globalThis<'u'?globalThis:_0x2890a3||self,_0x2890a3[_0x47824d(0x182)]=_0x83fecd());}(this,function(){var _0x180f15=_0x4abb;return{'bases':{'bases':{'fieldType':{'text':_0x180f15(0x16a),'singleSelect':_0x180f15(0x176),'multiSelect':_0x180f15(0x174),'person':'Person','group':'Group','date':_0x180f15(0x192),'attachment':'Attachment','number':_0x180f15(0x17d),'checkbox':_0x180f15(0x190),'link':'Link','formula':_0x180f15(0x187),'lookup':_0x180f15(0x16b),'flow':_0x180f15(0x16d),'button':_0x180f15(0x16c),'numbering':_0x180f15(0x168),'phone':_0x180f15(0x17e),'email':_0x180f15(0x18f),'location':_0x180f15(0x175),'barcode':_0x180f15(0x17c),'progress':_0x180f15(0x180),'currency':_0x180f15(0x161),'rating':_0x180f15(0x163),'twoWayLink':_0x180f15(0x173),'recordId':_0x180f15(0x18e),'createdBy':_0x180f15(0x181),'updatedBy':_0x180f15(0x186),'createdAt':_0x180f15(0x189),'updatedAt':'Updated\x20At','summary':'Summary'},'viewType':{'grid':_0x180f15(0x167),'kanban':'Kanban','calendar':_0x180f15(0x18d),'gantt':_0x180f15(0x172),'gallery':'Gallery'},'error':{'fieldNameRequired':_0x180f15(0x17f),'invalidFieldType':'Invalid\x20field\x20type','invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':_0x180f15(0x17a),'invalidCalendarDateField':_0x180f15(0x166),'invalidGanttDateField':_0x180f15(0x162)},'command':{'updateCell':'Update\x20cell','createField':'Create\x20field','deleteField':_0x180f15(0x188),'createRecord':_0x180f15(0x178),'deleteRecord':'Delete\x20record','updateViewConfig':'Update\x20view\x20settings'}}}[_0x180f15(0x169)]};}));function _0x1548(){var _0x409394=['2WnMhnf','Calendar','Record\x20ID','Email','Checkbox','3321162vifGhi','Date','Currency','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','Rating','amd','2185010cdvJrT','Calendar\x20requires\x20a\x20date\x20field','Grid','Numbering','bases','Text','Lookup','Button','Flow','function','72PVlWHx','368981oBxleu','55VoghQy','Gantt','Two-way\x20Link','Multiple\x20Options','Location','Single\x20Option','1147662dEMjZl','Create\x20record','object','Kanban\x20requires\x20a\x20groupable\x20field','483665PaDibO','Barcode','Number','Phone\x20Number','Field\x20title\x20is\x20required','Progress','Created\x20By','UniverProBasesCaES','29415564bnrbxS','13404EcToYR','exports','Updated\x20By','Formula','Delete\x20field','Created\x20At','32MzfpKY','340MGYUCf'];_0x1548=function(){return _0x409394;};return _0x1548();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4fbb(_0x1e0c66,_0x3ebbe0){_0x1e0c66=_0x1e0c66-0x127;var _0x1ef362=_0x1ef3();var _0x4fbb10=_0x1ef362[_0x1e0c66];return _0x4fbb10;}function _0x1ef3(){var _0x324cfb=['356408wRVmCh','Location','Kanban','amd','Progress','Phone\x20Number','Created\x20By','Kanban\x20requires\x20a\x20groupable\x20field','Invalid\x20field\x20type','Link','189cCqTlk','Calendar','Create\x20field','Currency','3MiAXzR','Barcode','344910MLLJBd','Number','183745kMBdpS','bases','object','Gallery','941648BIAOwO','Summary','Checkbox','212110LEglOn','Single\x20Option','Update\x20cell','Invalid\x20cell\x20value','Grid','1669398SAAGhm','Group','function','Record\x20ID','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','Calendar\x20requires\x20a\x20date\x20field','Gantt','Email','Two-way\x20Link','Text','Flow','Lookup','Attachment','Multiple\x20Options','Formula','exports','Delete\x20field','Date','950150mMxfkH','Rating','Updated\x20By','Create\x20record','UniverProBasesDeDE','7pNxCNN'];_0x1ef3=function(){return _0x324cfb;};return _0x1ef3();}(function(_0x309c18,_0x50f815){var _0x1405e5=_0x4fbb,_0x1477f6=_0x309c18();while(!![]){try{var _0x5a0ed2=parseInt(_0x1405e5(0x15b))/0x1+-parseInt(_0x1405e5(0x12c))/0x2+-parseInt(_0x1405e5(0x157))/0x3*(parseInt(_0x1405e5(0x129))/0x4)+-parseInt(_0x1405e5(0x143))/0x5+parseInt(_0x1405e5(0x131))/0x6*(-parseInt(_0x1405e5(0x148))/0x7)+parseInt(_0x1405e5(0x149))/0x8+parseInt(_0x1405e5(0x153))/0x9*(parseInt(_0x1405e5(0x159))/0xa);if(_0x5a0ed2===_0x50f815)break;else _0x1477f6['push'](_0x1477f6['shift']());}catch(_0x1ba4fe){_0x1477f6['push'](_0x1477f6['shift']());}}}(_0x1ef3,0x22e1d),function(_0x26c573,_0x1e229d){var _0x344c86=_0x4fbb;typeof exports==_0x344c86(0x127)&&typeof module<'u'?module[_0x344c86(0x140)]=_0x1e229d():typeof define==_0x344c86(0x133)&&define[_0x344c86(0x14c)]?define([],_0x1e229d):(_0x26c573=typeof globalThis<'u'?globalThis:_0x26c573||self,_0x26c573[_0x344c86(0x147)]=_0x1e229d());}(this,function(){var _0x327992=_0x4fbb;return{'bases':{'bases':{'fieldType':{'text':_0x327992(0x13a),'singleSelect':_0x327992(0x12d),'multiSelect':_0x327992(0x13e),'person':'Person','group':_0x327992(0x132),'date':_0x327992(0x142),'attachment':_0x327992(0x13d),'number':_0x327992(0x15a),'checkbox':_0x327992(0x12b),'link':_0x327992(0x152),'formula':_0x327992(0x13f),'lookup':_0x327992(0x13c),'flow':_0x327992(0x13b),'button':'Button','numbering':'Numbering','phone':_0x327992(0x14e),'email':_0x327992(0x138),'location':_0x327992(0x14a),'barcode':_0x327992(0x158),'progress':_0x327992(0x14d),'currency':_0x327992(0x156),'rating':_0x327992(0x144),'twoWayLink':_0x327992(0x139),'recordId':_0x327992(0x134),'createdBy':_0x327992(0x14f),'updatedBy':_0x327992(0x145),'createdAt':'Created\x20At','updatedAt':'Updated\x20At','summary':_0x327992(0x12a)},'viewType':{'grid':_0x327992(0x130),'kanban':_0x327992(0x14b),'calendar':_0x327992(0x154),'gantt':_0x327992(0x137),'gallery':_0x327992(0x128)},'error':{'fieldNameRequired':'Field\x20title\x20is\x20required','invalidFieldType':_0x327992(0x151),'invalidCellValue':_0x327992(0x12f),'invalidKanbanGroupField':_0x327992(0x150),'invalidCalendarDateField':_0x327992(0x136),'invalidGanttDateField':_0x327992(0x135)},'command':{'updateCell':_0x327992(0x12e),'createField':_0x327992(0x155),'deleteField':_0x327992(0x141),'createRecord':_0x327992(0x146),'deleteRecord':'Delete\x20record','updateViewConfig':'Update\x20view\x20settings'}}}[_0x327992(0x15c)]};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4871(_0x48fb96,_0x582f65){_0x48fb96=_0x48fb96-0x11b;var _0x17f5c4=_0x17f5();var _0x487137=_0x17f5c4[_0x48fb96];return _0x487137;}function _0x17f5(){var _0x378283=['Delete\x20field','UniverProBasesEnUS','1633364gYqGLw','Create\x20record','Link','Lookup','12kKZDwO','Attachment','Created\x20By','Gallery','Numbering','77145mOVNUa','Grid','103YkNQCe','Date','Single\x20Option','object','Person','Invalid\x20cell\x20value','Group','217251hzPJns','Updated\x20At','Updated\x20By','57320FTtJzD','Kanban\x20requires\x20a\x20groupable\x20field','Progress','3GwWkKV','Invalid\x20field\x20type','Location','Barcode','Button','Update\x20view\x20settings','Calendar','Email','536585xjMinQ','1792848BBnpUi','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','22swtabB','Phone\x20Number','amd','Calendar\x20requires\x20a\x20date\x20field','Two-way\x20Link','5914JSBjpy','Created\x20At','8ZnSoBB','Create\x20field','function','Formula'];_0x17f5=function(){return _0x378283;};return _0x17f5();}(function(_0x1b5c0b,_0x5004c3){var _0xb7950a=_0x4871,_0x10513e=_0x1b5c0b();while(!![]){try{var _0x2af989=-parseInt(_0xb7950a(0x141))/0x1*(-parseInt(_0xb7950a(0x12e))/0x2)+parseInt(_0xb7950a(0x11e))/0x3*(-parseInt(_0xb7950a(0x136))/0x4)+-parseInt(_0xb7950a(0x13f))/0x5+-parseInt(_0xb7950a(0x13a))/0x6*(-parseInt(_0xb7950a(0x126))/0x7)+parseInt(_0xb7950a(0x130))/0x8*(parseInt(_0xb7950a(0x148))/0x9)+parseInt(_0xb7950a(0x11b))/0xa*(parseInt(_0xb7950a(0x129))/0xb)+parseInt(_0xb7950a(0x127))/0xc;if(_0x2af989===_0x5004c3)break;else _0x10513e['push'](_0x10513e['shift']());}catch(_0x212fc0){_0x10513e['push'](_0x10513e['shift']());}}}(_0x17f5,0x357ee),function(_0x295af6,_0x23b799){var _0x19b38f=_0x4871;typeof exports==_0x19b38f(0x144)&&typeof module<'u'?module['exports']=_0x23b799():typeof define==_0x19b38f(0x132)&&define[_0x19b38f(0x12b)]?define([],_0x23b799):(_0x295af6=typeof globalThis<'u'?globalThis:_0x295af6||self,_0x295af6[_0x19b38f(0x135)]=_0x23b799());}(this,function(){var _0x1100f5=_0x4871;return{'bases':{'fieldType':{'text':'Text','singleSelect':_0x1100f5(0x143),'multiSelect':'Multiple\x20Options','person':_0x1100f5(0x145),'group':_0x1100f5(0x147),'date':_0x1100f5(0x142),'attachment':_0x1100f5(0x13b),'number':'Number','checkbox':'Checkbox','link':_0x1100f5(0x138),'formula':_0x1100f5(0x133),'lookup':_0x1100f5(0x139),'flow':'Flow','button':_0x1100f5(0x122),'numbering':_0x1100f5(0x13e),'phone':_0x1100f5(0x12a),'email':_0x1100f5(0x125),'location':_0x1100f5(0x120),'barcode':_0x1100f5(0x121),'progress':_0x1100f5(0x11d),'currency':'Currency','rating':'Rating','twoWayLink':_0x1100f5(0x12d),'recordId':'Record\x20ID','createdBy':_0x1100f5(0x13c),'updatedBy':_0x1100f5(0x14a),'createdAt':_0x1100f5(0x12f),'updatedAt':_0x1100f5(0x149),'summary':'Summary'},'viewType':{'grid':_0x1100f5(0x140),'kanban':'Kanban','calendar':_0x1100f5(0x124),'gantt':'Gantt','gallery':_0x1100f5(0x13d)},'error':{'fieldNameRequired':'Field\x20title\x20is\x20required','invalidFieldType':_0x1100f5(0x11f),'invalidCellValue':_0x1100f5(0x146),'invalidKanbanGroupField':_0x1100f5(0x11c),'invalidCalendarDateField':_0x1100f5(0x12c),'invalidGanttDateField':_0x1100f5(0x128)},'command':{'updateCell':'Update\x20cell','createField':_0x1100f5(0x131),'deleteField':_0x1100f5(0x134),'createRecord':_0x1100f5(0x137),'deleteRecord':'Delete\x20record','updateViewConfig':_0x1100f5(0x123)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2af1(_0xba98a8,_0x3648a8){_0xba98a8=_0xba98a8-0xda;var _0x248386=_0x2483();var _0x2af1bb=_0x248386[_0xba98a8];return _0x2af1bb;}function _0x2483(){var _0x34172e=['amd','Numbering','2ANrOot','Multiple\x20Options','Create\x20field','1239068llEDwZ','Phone\x20Number','Invalid\x20field\x20type','Update\x20view\x20settings','3rpTEXB','bases','Checkbox','230784wuXuJc','Link','Single\x20Option','Number','Gallery','Button','114fOvoYN','Kanban','Progress','Currency','Person','Updated\x20At','UniverProBasesEsES','Field\x20title\x20is\x20required','1925516hnuLxF','Kanban\x20requires\x20a\x20groupable\x20field','Rating','Updated\x20By','Delete\x20record','17633090BmcsRw','Update\x20cell','Formula','Summary','function','Gantt','Flow','Grid','Two-way\x20Link','Calendar','Location','Email','object','4876795SBEsRU','135210OHTnXw','Created\x20By','5837337DOgmTv'];_0x2483=function(){return _0x34172e;};return _0x2483();}(function(_0x324647,_0xf07ea7){var _0x38e910=_0x2af1,_0x148830=_0x324647();while(!![]){try{var _0x1abafa=parseInt(_0x38e910(0x106))/0x1*(parseInt(_0x38e910(0x109))/0x2)+parseInt(_0x38e910(0xdd))/0x3*(-parseInt(_0x38e910(0xee))/0x4)+-parseInt(_0x38e910(0x101))/0x5*(parseInt(_0x38e910(0xe6))/0x6)+-parseInt(_0x38e910(0x100))/0x7+parseInt(_0x38e910(0xe0))/0x8+-parseInt(_0x38e910(0x103))/0x9+parseInt(_0x38e910(0xf3))/0xa;if(_0x1abafa===_0xf07ea7)break;else _0x148830['push'](_0x148830['shift']());}catch(_0x38d61b){_0x148830['push'](_0x148830['shift']());}}}(_0x2483,0xa8a52),function(_0x50812d,_0xeb1e52){var _0x3532b1=_0x2af1;typeof exports==_0x3532b1(0xff)&&typeof module<'u'?module['exports']=_0xeb1e52():typeof define==_0x3532b1(0xf7)&&define[_0x3532b1(0x104)]?define([],_0xeb1e52):(_0x50812d=typeof globalThis<'u'?globalThis:_0x50812d||self,_0x50812d[_0x3532b1(0xec)]=_0xeb1e52());}(this,function(){var _0x48f684=_0x2af1;return{'bases':{'bases':{'fieldType':{'text':'Text','singleSelect':_0x48f684(0xe2),'multiSelect':_0x48f684(0x107),'person':_0x48f684(0xea),'group':'Group','date':'Date','attachment':'Attachment','number':_0x48f684(0xe3),'checkbox':_0x48f684(0xdf),'link':_0x48f684(0xe1),'formula':_0x48f684(0xf5),'lookup':'Lookup','flow':_0x48f684(0xf9),'button':_0x48f684(0xe5),'numbering':_0x48f684(0x105),'phone':_0x48f684(0xda),'email':_0x48f684(0xfe),'location':_0x48f684(0xfd),'barcode':'Barcode','progress':_0x48f684(0xe8),'currency':_0x48f684(0xe9),'rating':_0x48f684(0xf0),'twoWayLink':_0x48f684(0xfb),'recordId':'Record\x20ID','createdBy':_0x48f684(0x102),'updatedBy':_0x48f684(0xf1),'createdAt':'Created\x20At','updatedAt':_0x48f684(0xeb),'summary':_0x48f684(0xf6)},'viewType':{'grid':_0x48f684(0xfa),'kanban':_0x48f684(0xe7),'calendar':_0x48f684(0xfc),'gantt':_0x48f684(0xf8),'gallery':_0x48f684(0xe4)},'error':{'fieldNameRequired':_0x48f684(0xed),'invalidFieldType':_0x48f684(0xdb),'invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':_0x48f684(0xef),'invalidCalendarDateField':'Calendar\x20requires\x20a\x20date\x20field','invalidGanttDateField':'Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields'},'command':{'updateCell':_0x48f684(0xf4),'createField':_0x48f684(0x108),'deleteField':'Delete\x20field','createRecord':'Create\x20record','deleteRecord':_0x48f684(0xf2),'updateViewConfig':_0x48f684(0xdc)}}}[_0x48f684(0xde)]};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x58d961,_0x27fadb){var _0xfbdcf5=_0x3854,_0x90e0ba=_0x58d961();while(!![]){try{var _0x2f077c=-parseInt(_0xfbdcf5(0x1f9))/0x1+-parseInt(_0xfbdcf5(0x1e1))/0x2*(parseInt(_0xfbdcf5(0x1f7))/0x3)+parseInt(_0xfbdcf5(0x1f6))/0x4+-parseInt(_0xfbdcf5(0x1f1))/0x5+-parseInt(_0xfbdcf5(0x1e3))/0x6+-parseInt(_0xfbdcf5(0x1fc))/0x7*(-parseInt(_0xfbdcf5(0x20b))/0x8)+parseInt(_0xfbdcf5(0x20c))/0x9;if(_0x2f077c===_0x27fadb)break;else _0x90e0ba['push'](_0x90e0ba['shift']());}catch(_0xe1b74a){_0x90e0ba['push'](_0x90e0ba['shift']());}}}(_0x9e6d,0xad626),function(_0x4d3222,_0x5c069d){var _0x2d2472=_0x3854;typeof exports==_0x2d2472(0x1e9)&&typeof module<'u'?module[_0x2d2472(0x209)]=_0x5c069d():typeof define=='function'&&define[_0x2d2472(0x1f3)]?define([],_0x5c069d):(_0x4d3222=typeof globalThis<'u'?globalThis:_0x4d3222||self,_0x4d3222[_0x2d2472(0x1e7)]=_0x5c069d());}(this,function(){var _0x2eb4ae=_0x3854;return{'bases':{'bases':{'fieldType':{'text':_0x2eb4ae(0x1e8),'singleSelect':_0x2eb4ae(0x202),'multiSelect':'Multiple\x20Options','person':'Person','group':'Group','date':'Date','attachment':_0x2eb4ae(0x1f2),'number':_0x2eb4ae(0x1e6),'checkbox':_0x2eb4ae(0x20a),'link':_0x2eb4ae(0x1e2),'formula':_0x2eb4ae(0x204),'lookup':_0x2eb4ae(0x207),'flow':_0x2eb4ae(0x1f5),'button':'Button','numbering':_0x2eb4ae(0x1fb),'phone':'Phone\x20Number','email':'Email','location':'Location','barcode':_0x2eb4ae(0x206),'progress':'Progress','currency':'Currency','rating':'Rating','twoWayLink':_0x2eb4ae(0x200),'recordId':_0x2eb4ae(0x1fe),'createdBy':_0x2eb4ae(0x201),'updatedBy':_0x2eb4ae(0x1ed),'createdAt':_0x2eb4ae(0x1ec),'updatedAt':'Updated\x20At','summary':_0x2eb4ae(0x1f8)},'viewType':{'grid':_0x2eb4ae(0x1ef),'kanban':'Kanban','calendar':_0x2eb4ae(0x205),'gantt':_0x2eb4ae(0x1fd),'gallery':_0x2eb4ae(0x1ff)},'error':{'fieldNameRequired':_0x2eb4ae(0x1ea),'invalidFieldType':_0x2eb4ae(0x1e4),'invalidCellValue':_0x2eb4ae(0x1eb),'invalidKanbanGroupField':'Kanban\x20requires\x20a\x20groupable\x20field','invalidCalendarDateField':_0x2eb4ae(0x203),'invalidGanttDateField':_0x2eb4ae(0x1f4)},'command':{'updateCell':_0x2eb4ae(0x1ee),'createField':_0x2eb4ae(0x1e5),'deleteField':'Delete\x20field','createRecord':_0x2eb4ae(0x1fa),'deleteRecord':_0x2eb4ae(0x208),'updateViewConfig':_0x2eb4ae(0x20d)}}}[_0x2eb4ae(0x1f0)]};}));function _0x3854(_0x1d3031,_0x5d08cd){_0x1d3031=_0x1d3031-0x1e1;var _0x9e6d7a=_0x9e6d();var _0x3854e7=_0x9e6d7a[_0x1d3031];return _0x3854e7;}function _0x9e6d(){var _0x6e4238=['Record\x20ID','Gallery','Two-way\x20Link','Created\x20By','Single\x20Option','Calendar\x20requires\x20a\x20date\x20field','Formula','Calendar','Barcode','Lookup','Delete\x20record','exports','Checkbox','17608casIAr','16331949BixUKB','Update\x20view\x20settings','432238sDMuPR','Link','6404010BrTmkR','Invalid\x20field\x20type','Create\x20field','Number','UniverProBasesFaIR','Text','object','Field\x20title\x20is\x20required','Invalid\x20cell\x20value','Created\x20At','Updated\x20By','Update\x20cell','Grid','bases','477830lBkJKd','Attachment','amd','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','Flow','4715728kWImYu','15NUcgGj','Summary','438296FbveQL','Create\x20record','Numbering','1267PQFGaQ','Gantt'];_0x9e6d=function(){return _0x6e4238;};return _0x9e6d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x525c(){var _0x2d78fc=['Delete\x20field','Created\x20At','Numbering','3873751tDyZgc','Two-way\x20Link','Created\x20By','3pSCNTw','Create\x20field','Lookup','Formula','5181848cTFShA','1464418LtixKa','Currency','Create\x20record','Update\x20view\x20settings','Calendar\x20requires\x20a\x20date\x20field','Date','9UnyPer','Gallery','bases','Person','Single\x20Option','7266130cbRXzt','amd','UniverProBasesFrFR','Field\x20title\x20is\x20required','Checkbox','Update\x20cell','Rating','Summary','Progress','1753980KSpYRJ','Calendar','function','1965630IefwEP','Text','Invalid\x20field\x20type','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','Kanban','Group','Flow','744246gtTYmj','Gantt','Number','5KHRufL','Updated\x20By','Barcode','object','Phone\x20Number'];_0x525c=function(){return _0x2d78fc;};return _0x525c();}function _0x1d52(_0x374147,_0x54038c){_0x374147=_0x374147-0x173;var _0x525c9c=_0x525c();var _0x1d52e7=_0x525c9c[_0x374147];return _0x1d52e7;}(function(_0x5eb5b8,_0x1f7c15){var _0x35158f=_0x1d52,_0x200f21=_0x5eb5b8();while(!![]){try{var _0x157b4e=parseInt(_0x35158f(0x19b))/0x1+parseInt(_0x35158f(0x17d))/0x2*(parseInt(_0x35158f(0x178))/0x3)+-parseInt(_0x35158f(0x191))/0x4+-parseInt(_0x35158f(0x19e))/0x5*(-parseInt(_0x35158f(0x194))/0x6)+parseInt(_0x35158f(0x175))/0x7+-parseInt(_0x35158f(0x17c))/0x8+-parseInt(_0x35158f(0x183))/0x9*(parseInt(_0x35158f(0x188))/0xa);if(_0x157b4e===_0x1f7c15)break;else _0x200f21['push'](_0x200f21['shift']());}catch(_0x5eccf6){_0x200f21['push'](_0x200f21['shift']());}}}(_0x525c,0x84f66),function(_0x5c99e7,_0x5c77c9){var _0x1f138f=_0x1d52;typeof exports==_0x1f138f(0x1a1)&&typeof module<'u'?module['exports']=_0x5c77c9():typeof define==_0x1f138f(0x193)&&define[_0x1f138f(0x189)]?define([],_0x5c77c9):(_0x5c99e7=typeof globalThis<'u'?globalThis:_0x5c99e7||self,_0x5c99e7[_0x1f138f(0x18a)]=_0x5c77c9());}(this,function(){var _0xadb00=_0x1d52;return{'bases':{'bases':{'fieldType':{'text':_0xadb00(0x195),'singleSelect':_0xadb00(0x187),'multiSelect':'Multiple\x20Options','person':_0xadb00(0x186),'group':_0xadb00(0x199),'date':_0xadb00(0x182),'attachment':'Attachment','number':_0xadb00(0x19d),'checkbox':_0xadb00(0x18c),'link':'Link','formula':_0xadb00(0x17b),'lookup':_0xadb00(0x17a),'flow':_0xadb00(0x19a),'button':'Button','numbering':_0xadb00(0x174),'phone':_0xadb00(0x1a2),'email':'Email','location':'Location','barcode':_0xadb00(0x1a0),'progress':_0xadb00(0x190),'currency':_0xadb00(0x17e),'rating':_0xadb00(0x18e),'twoWayLink':_0xadb00(0x176),'recordId':'Record\x20ID','createdBy':_0xadb00(0x177),'updatedBy':_0xadb00(0x19f),'createdAt':_0xadb00(0x173),'updatedAt':'Updated\x20At','summary':_0xadb00(0x18f)},'viewType':{'grid':'Grid','kanban':_0xadb00(0x198),'calendar':_0xadb00(0x192),'gantt':_0xadb00(0x19c),'gallery':_0xadb00(0x184)},'error':{'fieldNameRequired':_0xadb00(0x18b),'invalidFieldType':_0xadb00(0x196),'invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':'Kanban\x20requires\x20a\x20groupable\x20field','invalidCalendarDateField':_0xadb00(0x181),'invalidGanttDateField':_0xadb00(0x197)},'command':{'updateCell':_0xadb00(0x18d),'createField':_0xadb00(0x179),'deleteField':_0xadb00(0x1a3),'createRecord':_0xadb00(0x17f),'deleteRecord':'Delete\x20record','updateViewConfig':_0xadb00(0x180)}}}[_0xadb00(0x185)]};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1a7d(){var _0x1fbb88=['function','1461774haODHP','Created\x20By','Email','Lookup','exports','Grid','2023gjRreB','Updated\x20By','Updated\x20At','Single\x20Option','4LRzZPH','Delete\x20record','Location','196gQRErp','Phone\x20Number','5576KtDYpE','Invalid\x20field\x20type','Calendar','1147914FnktgI','Formula','15522310TZQZDU','Progress','bases','Rating','Create\x20field','Update\x20cell','1576015VNfezA','Update\x20view\x20settings','Created\x20At','Gallery','Number','Calendar\x20requires\x20a\x20date\x20field','Group','Delete\x20field','164886CXoKLZ','Button','Currency','Kanban','UniverProBasesIdID','Attachment','8859lhqQxJ','Link'];_0x1a7d=function(){return _0x1fbb88;};return _0x1a7d();}function _0x1dbb(_0x168f1b,_0x43d1ba){_0x168f1b=_0x168f1b-0x147;var _0x1a7db8=_0x1a7d();var _0x1dbba6=_0x1a7db8[_0x168f1b];return _0x1dbba6;}(function(_0x45ac95,_0x21f951){var _0x20c95d=_0x1dbb,_0x2604b0=_0x45ac95();while(!![]){try{var _0x5eca56=-parseInt(_0x20c95d(0x14a))/0x1*(parseInt(_0x20c95d(0x162))/0x2)+parseInt(_0x20c95d(0x168))/0x3*(-parseInt(_0x20c95d(0x14d))/0x4)+-parseInt(_0x20c95d(0x15a))/0x5+-parseInt(_0x20c95d(0x16b))/0x6+parseInt(_0x20c95d(0x171))/0x7*(-parseInt(_0x20c95d(0x14f))/0x8)+-parseInt(_0x20c95d(0x152))/0x9+parseInt(_0x20c95d(0x154))/0xa;if(_0x5eca56===_0x21f951)break;else _0x2604b0['push'](_0x2604b0['shift']());}catch(_0x468c65){_0x2604b0['push'](_0x2604b0['shift']());}}}(_0x1a7d,0x2e5ff),function(_0x5a1252,_0x2c0803){var _0xdab125=_0x1dbb;typeof exports=='object'&&typeof module<'u'?module[_0xdab125(0x16f)]=_0x2c0803():typeof define==_0xdab125(0x16a)&&define['amd']?define([],_0x2c0803):(_0x5a1252=typeof globalThis<'u'?globalThis:_0x5a1252||self,_0x5a1252[_0xdab125(0x166)]=_0x2c0803());}(this,function(){var _0x48e18f=_0x1dbb;return{'bases':{'bases':{'fieldType':{'text':'Text','singleSelect':_0x48e18f(0x149),'multiSelect':'Multiple\x20Options','person':'Person','group':_0x48e18f(0x160),'date':'Date','attachment':_0x48e18f(0x167),'number':_0x48e18f(0x15e),'checkbox':'Checkbox','link':_0x48e18f(0x169),'formula':_0x48e18f(0x153),'lookup':_0x48e18f(0x16e),'flow':'Flow','button':_0x48e18f(0x163),'numbering':'Numbering','phone':_0x48e18f(0x14e),'email':_0x48e18f(0x16d),'location':_0x48e18f(0x14c),'barcode':'Barcode','progress':_0x48e18f(0x155),'currency':_0x48e18f(0x164),'rating':_0x48e18f(0x157),'twoWayLink':'Two-way\x20Link','recordId':'Record\x20ID','createdBy':_0x48e18f(0x16c),'updatedBy':_0x48e18f(0x147),'createdAt':_0x48e18f(0x15c),'updatedAt':_0x48e18f(0x148),'summary':'Summary'},'viewType':{'grid':_0x48e18f(0x170),'kanban':_0x48e18f(0x165),'calendar':_0x48e18f(0x151),'gantt':'Gantt','gallery':_0x48e18f(0x15d)},'error':{'fieldNameRequired':'Field\x20title\x20is\x20required','invalidFieldType':_0x48e18f(0x150),'invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':'Kanban\x20requires\x20a\x20groupable\x20field','invalidCalendarDateField':_0x48e18f(0x15f),'invalidGanttDateField':'Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields'},'command':{'updateCell':_0x48e18f(0x159),'createField':_0x48e18f(0x158),'deleteField':_0x48e18f(0x161),'createRecord':'Create\x20record','deleteRecord':_0x48e18f(0x14b),'updateViewConfig':_0x48e18f(0x15b)}}}[_0x48e18f(0x156)]};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4affc3,_0x47728d){var _0x32ffb5=_0x3974,_0x5e5f56=_0x4affc3();while(!![]){try{var _0x1cf8df=parseInt(_0x32ffb5(0x13a))/0x1*(-parseInt(_0x32ffb5(0x12f))/0x2)+parseInt(_0x32ffb5(0x11c))/0x3*(-parseInt(_0x32ffb5(0x124))/0x4)+-parseInt(_0x32ffb5(0x118))/0x5*(-parseInt(_0x32ffb5(0x119))/0x6)+parseInt(_0x32ffb5(0x141))/0x7*(parseInt(_0x32ffb5(0x143))/0x8)+-parseInt(_0x32ffb5(0x13d))/0x9+-parseInt(_0x32ffb5(0x122))/0xa+parseInt(_0x32ffb5(0x12c))/0xb;if(_0x1cf8df===_0x47728d)break;else _0x5e5f56['push'](_0x5e5f56['shift']());}catch(_0x29840e){_0x5e5f56['push'](_0x5e5f56['shift']());}}}(_0x2f2e,0xd0651),function(_0x4a6171,_0x2aefeb){var _0x1fa23f=_0x3974;typeof exports=='object'&&typeof module<'u'?module[_0x1fa23f(0x125)]=_0x2aefeb():typeof define==_0x1fa23f(0x12e)&&define[_0x1fa23f(0x136)]?define([],_0x2aefeb):(_0x4a6171=typeof globalThis<'u'?globalThis:_0x4a6171||self,_0x4a6171[_0x1fa23f(0x13b)]=_0x2aefeb());}(this,function(){var _0x287b1f=_0x3974;return{'bases':{'bases':{'fieldType':{'text':_0x287b1f(0x11e),'singleSelect':_0x287b1f(0x138),'multiSelect':'Multiple\x20Options','person':'Person','group':_0x287b1f(0x12d),'date':_0x287b1f(0x142),'attachment':'Attachment','number':'Number','checkbox':_0x287b1f(0x130),'link':_0x287b1f(0x115),'formula':'Formula','lookup':_0x287b1f(0x13e),'flow':_0x287b1f(0x12a),'button':_0x287b1f(0x120),'numbering':_0x287b1f(0x131),'phone':_0x287b1f(0x11d),'email':'Email','location':_0x287b1f(0x123),'barcode':_0x287b1f(0x114),'progress':_0x287b1f(0x133),'currency':'Currency','rating':_0x287b1f(0x117),'twoWayLink':_0x287b1f(0x12b),'recordId':'Record\x20ID','createdBy':'Created\x20By','updatedBy':'Updated\x20By','createdAt':_0x287b1f(0x126),'updatedAt':_0x287b1f(0x129),'summary':_0x287b1f(0x116)},'viewType':{'grid':_0x287b1f(0x11a),'kanban':_0x287b1f(0x132),'calendar':_0x287b1f(0x13c),'gantt':'Gantt','gallery':_0x287b1f(0x140)},'error':{'fieldNameRequired':_0x287b1f(0x139),'invalidFieldType':_0x287b1f(0x121),'invalidCellValue':_0x287b1f(0x135),'invalidKanbanGroupField':_0x287b1f(0x134),'invalidCalendarDateField':_0x287b1f(0x127),'invalidGanttDateField':_0x287b1f(0x11b)},'command':{'updateCell':'Update\x20cell','createField':'Create\x20field','deleteField':_0x287b1f(0x128),'createRecord':_0x287b1f(0x137),'deleteRecord':_0x287b1f(0x11f),'updateViewConfig':'Update\x20view\x20settings'}}}[_0x287b1f(0x13f)]};}));function _0x3974(_0x509a10,_0x4c1786){_0x509a10=_0x509a10-0x114;var _0x2f2eed=_0x2f2e();var _0x3974dd=_0x2f2eed[_0x509a10];return _0x3974dd;}function _0x2f2e(){var _0x420f6f=['UniverProBasesItIT','Calendar','10220157GYDIKF','Lookup','bases','Gallery','14cobXWD','Date','2817912soswex','Barcode','Link','Summary','Rating','58345XwQgQN','288itrOIW','Grid','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','3OWUcvt','Phone\x20Number','Text','Delete\x20record','Button','Invalid\x20field\x20type','4944630cCAvfg','Location','2634064VAymJF','exports','Created\x20At','Calendar\x20requires\x20a\x20date\x20field','Delete\x20field','Updated\x20At','Flow','Two-way\x20Link','31247722XNWYSa','Group','function','385262noXfwn','Checkbox','Numbering','Kanban','Progress','Kanban\x20requires\x20a\x20groupable\x20field','Invalid\x20cell\x20value','amd','Create\x20record','Single\x20Option','Field\x20title\x20is\x20required','5uKZjWd'];_0x2f2e=function(){return _0x420f6f;};return _0x2f2e();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2400(){var _0x17a5b9=['Updated\x20At','Gantt','Kanban\x20requires\x20a\x20groupable\x20field','Gallery','Group','5198648DlqaZI','Kanban','2307790NOYBkB','Progress','Update\x20view\x20settings','object','1394964iDHKAN','Record\x20ID','Created\x20At','21ruVbEI','Two-way\x20Link','25936ytysbG','Summary','10627140epwCQq','Update\x20cell','Attachment','amd','143tLuXCm','Calendar','Email','Barcode','Checkbox','Single\x20Option','3ZExxTk','2129448RmoWxa','Link','11iHkCpO','20ooVLUY','Date','Updated\x20By','Currency','Invalid\x20field\x20type','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','bases','Numbering','Invalid\x20cell\x20value','Text','Flow','Lookup','Multiple\x20Options','Calendar\x20requires\x20a\x20date\x20field','Button','Create\x20record','23614643YatSAd','UniverProBasesJaJP','12igLkKc'];_0x2400=function(){return _0x17a5b9;};return _0x2400();}function _0xec52(_0x4fc493,_0x23f68c){_0x4fc493=_0x4fc493-0x1da;var _0x240059=_0x2400();var _0xec524a=_0x240059[_0x4fc493];return _0xec524a;}(function(_0x3e2f60,_0x26b22a){var _0x2c52d5=_0xec52,_0x183f4f=_0x3e2f60();while(!![]){try{var _0xc2bce1=-parseInt(_0x2c52d5(0x204))/0x1*(parseInt(_0x2c52d5(0x1fe))/0x2)+-parseInt(_0x2c52d5(0x20a))/0x3*(parseInt(_0x2c52d5(0x1f3))/0x4)+parseInt(_0x2c52d5(0x1f5))/0x5*(parseInt(_0x2c52d5(0x1ed))/0x6)+parseInt(_0x2c52d5(0x1fc))/0x7*(parseInt(_0x2c52d5(0x20b))/0x8)+-parseInt(_0x2c52d5(0x1f9))/0x9*(parseInt(_0x2c52d5(0x1db))/0xa)+parseInt(_0x2c52d5(0x1da))/0xb*(parseInt(_0x2c52d5(0x200))/0xc)+parseInt(_0x2c52d5(0x1eb))/0xd;if(_0xc2bce1===_0x26b22a)break;else _0x183f4f['push'](_0x183f4f['shift']());}catch(_0x4008d4){_0x183f4f['push'](_0x183f4f['shift']());}}}(_0x2400,0xea4c7),function(_0x408184,_0x5c0d47){var _0x722963=_0xec52;typeof exports==_0x722963(0x1f8)&&typeof module<'u'?module['exports']=_0x5c0d47():typeof define=='function'&&define[_0x722963(0x203)]?define([],_0x5c0d47):(_0x408184=typeof globalThis<'u'?globalThis:_0x408184||self,_0x408184[_0x722963(0x1ec)]=_0x5c0d47());}(this,function(){var _0x15a752=_0xec52;return{'bases':{'bases':{'fieldType':{'text':_0x15a752(0x1e4),'singleSelect':_0x15a752(0x209),'multiSelect':_0x15a752(0x1e7),'person':'Person','group':_0x15a752(0x1f2),'date':_0x15a752(0x1dc),'attachment':_0x15a752(0x202),'number':'Number','checkbox':_0x15a752(0x208),'link':_0x15a752(0x20c),'formula':'Formula','lookup':_0x15a752(0x1e6),'flow':_0x15a752(0x1e5),'button':_0x15a752(0x1e9),'numbering':_0x15a752(0x1e2),'phone':'Phone\x20Number','email':_0x15a752(0x206),'location':'Location','barcode':_0x15a752(0x207),'progress':_0x15a752(0x1f6),'currency':_0x15a752(0x1de),'rating':'Rating','twoWayLink':_0x15a752(0x1fd),'recordId':_0x15a752(0x1fa),'createdBy':'Created\x20By','updatedBy':_0x15a752(0x1dd),'createdAt':_0x15a752(0x1fb),'updatedAt':_0x15a752(0x1ee),'summary':_0x15a752(0x1ff)},'viewType':{'grid':'Grid','kanban':_0x15a752(0x1f4),'calendar':_0x15a752(0x205),'gantt':_0x15a752(0x1ef),'gallery':_0x15a752(0x1f1)},'error':{'fieldNameRequired':'Field\x20title\x20is\x20required','invalidFieldType':_0x15a752(0x1df),'invalidCellValue':_0x15a752(0x1e3),'invalidKanbanGroupField':_0x15a752(0x1f0),'invalidCalendarDateField':_0x15a752(0x1e8),'invalidGanttDateField':_0x15a752(0x1e0)},'command':{'updateCell':_0x15a752(0x201),'createField':'Create\x20field','deleteField':'Delete\x20field','createRecord':_0x15a752(0x1ea),'deleteRecord':'Delete\x20record','updateViewConfig':_0x15a752(0x1f7)}}}[_0x15a752(0x1e1)]};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x45e0d1,_0x2fb2c1){var _0x1c2a0b=_0x379f,_0x4bbbfe=_0x45e0d1();while(!![]){try{var _0x3ad376=parseInt(_0x1c2a0b(0x20a))/0x1+-parseInt(_0x1c2a0b(0x1f7))/0x2*(-parseInt(_0x1c2a0b(0x1f8))/0x3)+parseInt(_0x1c2a0b(0x200))/0x4*(-parseInt(_0x1c2a0b(0x208))/0x5)+parseInt(_0x1c2a0b(0x1ef))/0x6+parseInt(_0x1c2a0b(0x215))/0x7*(-parseInt(_0x1c2a0b(0x1e9))/0x8)+parseInt(_0x1c2a0b(0x1f0))/0x9+-parseInt(_0x1c2a0b(0x209))/0xa*(parseInt(_0x1c2a0b(0x1ec))/0xb);if(_0x3ad376===_0x2fb2c1)break;else _0x4bbbfe['push'](_0x4bbbfe['shift']());}catch(_0x571948){_0x4bbbfe['push'](_0x4bbbfe['shift']());}}}(_0x2ccd,0x27be9),function(_0x357220,_0x22d0ea){var _0x31b0f1=_0x379f;typeof exports=='object'&&typeof module<'u'?module[_0x31b0f1(0x1fe)]=_0x22d0ea():typeof define==_0x31b0f1(0x205)&&define[_0x31b0f1(0x1f9)]?define([],_0x22d0ea):(_0x357220=typeof globalThis<'u'?globalThis:_0x357220||self,_0x357220[_0x31b0f1(0x1f4)]=_0x22d0ea());}(this,function(){var _0x15edc3=_0x379f;return{'bases':{'bases':{'fieldType':{'text':'Text','singleSelect':_0x15edc3(0x1f5),'multiSelect':_0x15edc3(0x1fc),'person':_0x15edc3(0x207),'group':_0x15edc3(0x214),'date':_0x15edc3(0x1eb),'attachment':_0x15edc3(0x212),'number':_0x15edc3(0x1ee),'checkbox':_0x15edc3(0x1ff),'link':_0x15edc3(0x203),'formula':'Formula','lookup':_0x15edc3(0x1e8),'flow':_0x15edc3(0x1f3),'button':'Button','numbering':'Numbering','phone':_0x15edc3(0x201),'email':_0x15edc3(0x210),'location':'Location','barcode':_0x15edc3(0x20e),'progress':'Progress','currency':'Currency','rating':'Rating','twoWayLink':_0x15edc3(0x20c),'recordId':'Record\x20ID','createdBy':_0x15edc3(0x1ea),'updatedBy':'Updated\x20By','createdAt':'Created\x20At','updatedAt':_0x15edc3(0x1f6),'summary':_0x15edc3(0x213)},'viewType':{'grid':'Grid','kanban':_0x15edc3(0x1fa),'calendar':_0x15edc3(0x20b),'gantt':_0x15edc3(0x1f2),'gallery':_0x15edc3(0x20f)},'error':{'fieldNameRequired':_0x15edc3(0x20d),'invalidFieldType':'Invalid\x20field\x20type','invalidCellValue':_0x15edc3(0x206),'invalidKanbanGroupField':_0x15edc3(0x211),'invalidCalendarDateField':_0x15edc3(0x1ed),'invalidGanttDateField':_0x15edc3(0x1fb)},'command':{'updateCell':_0x15edc3(0x1fd),'createField':'Create\x20field','deleteField':'Delete\x20field','createRecord':_0x15edc3(0x202),'deleteRecord':_0x15edc3(0x1f1),'updateViewConfig':'Update\x20view\x20settings'}}}[_0x15edc3(0x204)]};}));function _0x379f(_0x315ab9,_0x38b615){_0x315ab9=_0x315ab9-0x1e8;var _0x2ccdec=_0x2ccd();var _0x379fc6=_0x2ccdec[_0x315ab9];return _0x379fc6;}function _0x2ccd(){var _0x1174cc=['Barcode','Gallery','Email','Kanban\x20requires\x20a\x20groupable\x20field','Attachment','Summary','Group','196OwBKAB','Lookup','16656hWYjtE','Created\x20By','Date','1111UBMWmB','Calendar\x20requires\x20a\x20date\x20field','Number','1131720SCzqEP','1861740JRFwco','Delete\x20record','Gantt','Flow','UniverProBasesKoKR','Single\x20Option','Updated\x20At','14kAZbGH','20634DeVnbI','amd','Kanban','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','Multiple\x20Options','Update\x20cell','exports','Checkbox','1436vlMFNL','Phone\x20Number','Create\x20record','Link','bases','function','Invalid\x20cell\x20value','Person','3440eVYIxH','17070CWYHfz','196862ucVwMC','Calendar','Two-way\x20Link','Field\x20title\x20is\x20required'];_0x2ccd=function(){return _0x1174cc;};return _0x2ccd();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1a05(){var _0x598691=['Email','2121LfWeio','Two-way\x20Link','Phone\x20Number','Text','117ffmxEb','Attachment','Group','2228148ydBalR','Currency','amd','51345RRqoDZ','6928MzCEtO','1072wvfYEB','UniverProBasesPlPL','Invalid\x20cell\x20value','Created\x20By','exports','Update\x20view\x20settings','Invalid\x20field\x20type','Delete\x20record','Numbering','Button','Delete\x20field','93FAVMng','Record\x20ID','Updated\x20At','bases','Calendar','Create\x20field','162exqbiF','644YKMpsu','Rating','Checkbox','Kanban\x20requires\x20a\x20groupable\x20field','4043237tuwgLg','Calendar\x20requires\x20a\x20date\x20field','178690Igqeus','Created\x20At','Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields','Date','object','Gantt','Field\x20title\x20is\x20required','Update\x20cell','Person','Create\x20record','Gallery','Updated\x20By','416smTtPl','Kanban','Formula','Barcode','Number','Grid','Single\x20Option','Flow'];_0x1a05=function(){return _0x598691;};return _0x1a05();}function _0x5006(_0x1f1bde,_0x120805){_0x1f1bde=_0x1f1bde-0x7e;var _0x1a0596=_0x1a05();var _0x500669=_0x1a0596[_0x1f1bde];return _0x500669;}(function(_0x4f3b9c,_0x325d94){var _0x3d0067=_0x5006,_0x4e6142=_0x4f3b9c();while(!![]){try{var _0x484fd8=parseInt(_0x3d0067(0x9b))/0x1*(parseInt(_0x3d0067(0x8f))/0x2)+-parseInt(_0x3d0067(0x84))/0x3*(parseInt(_0x3d0067(0x90))/0x4)+parseInt(_0x3d0067(0x8e))/0x5*(-parseInt(_0x3d0067(0xa1))/0x6)+parseInt(_0x3d0067(0xa2))/0x7*(parseInt(_0x3d0067(0xb4))/0x8)+-parseInt(_0x3d0067(0x88))/0x9*(-parseInt(_0x3d0067(0xa8))/0xa)+parseInt(_0x3d0067(0xa6))/0xb+-parseInt(_0x3d0067(0x8b))/0xc;if(_0x484fd8===_0x325d94)break;else _0x4e6142['push'](_0x4e6142['shift']());}catch(_0x56a62b){_0x4e6142['push'](_0x4e6142['shift']());}}}(_0x1a05,0x42fce),function(_0x450352,_0x379a3e){var _0x121070=_0x5006;typeof exports==_0x121070(0xac)&&typeof module<'u'?module[_0x121070(0x94)]=_0x379a3e():typeof define=='function'&&define[_0x121070(0x8d)]?define([],_0x379a3e):(_0x450352=typeof globalThis<'u'?globalThis:_0x450352||self,_0x450352[_0x121070(0x91)]=_0x379a3e());}(this,function(){var _0x55a57f=_0x5006;return{'bases':{'bases':{'fieldType':{'text':_0x55a57f(0x87),'singleSelect':_0x55a57f(0x81),'multiSelect':'Multiple\x20Options','person':_0x55a57f(0xb0),'group':_0x55a57f(0x8a),'date':_0x55a57f(0xab),'attachment':_0x55a57f(0x89),'number':_0x55a57f(0x7f),'checkbox':_0x55a57f(0xa4),'link':'Link','formula':_0x55a57f(0xb6),'lookup':'Lookup','flow':_0x55a57f(0x82),'button':_0x55a57f(0x99),'numbering':_0x55a57f(0x98),'phone':_0x55a57f(0x86),'email':_0x55a57f(0x83),'location':'Location','barcode':_0x55a57f(0x7e),'progress':'Progress','currency':_0x55a57f(0x8c),'rating':_0x55a57f(0xa3),'twoWayLink':_0x55a57f(0x85),'recordId':_0x55a57f(0x9c),'createdBy':_0x55a57f(0x93),'updatedBy':_0x55a57f(0xb3),'createdAt':_0x55a57f(0xa9),'updatedAt':_0x55a57f(0x9d),'summary':'Summary'},'viewType':{'grid':_0x55a57f(0x80),'kanban':_0x55a57f(0xb5),'calendar':_0x55a57f(0x9f),'gantt':_0x55a57f(0xad),'gallery':_0x55a57f(0xb2)},'error':{'fieldNameRequired':_0x55a57f(0xae),'invalidFieldType':_0x55a57f(0x96),'invalidCellValue':_0x55a57f(0x92),'invalidKanbanGroupField':_0x55a57f(0xa5),'invalidCalendarDateField':_0x55a57f(0xa7),'invalidGanttDateField':_0x55a57f(0xaa)},'command':{'updateCell':_0x55a57f(0xaf),'createField':_0x55a57f(0xa0),'deleteField':_0x55a57f(0x9a),'createRecord':_0x55a57f(0xb1),'deleteRecord':_0x55a57f(0x97),'updateViewConfig':_0x55a57f(0x95)}}}[_0x55a57f(0x9e)]};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x365e40,_0x577455){var _0x543cdc=_0x1723,_0x46012f=_0x365e40();while(!![]){try{var _0x11e77f=-parseInt(_0x543cdc(0xf9))/0x1+-parseInt(_0x543cdc(0xfe))/0x2+-parseInt(_0x543cdc(0xef))/0x3*(parseInt(_0x543cdc(0xf7))/0x4)+-parseInt(_0x543cdc(0xe9))/0x5+parseInt(_0x543cdc(0x107))/0x6*(-parseInt(_0x543cdc(0xe8))/0x7)+-parseInt(_0x543cdc(0xe2))/0x8*(-parseInt(_0x543cdc(0x10a))/0x9)+parseInt(_0x543cdc(0xf4))/0xa*(parseInt(_0x543cdc(0x101))/0xb);if(_0x11e77f===_0x577455)break;else _0x46012f['push'](_0x46012f['shift']());}catch(_0x4bd835){_0x46012f['push'](_0x46012f['shift']());}}}(_0x5df9,0xd3fa1),function(_0x347fa2,_0x5be7ef){var _0x2bc1f7=_0x1723;typeof exports==_0x2bc1f7(0x10d)&&typeof module<'u'?module[_0x2bc1f7(0xff)]=_0x5be7ef():typeof define==_0x2bc1f7(0xf3)&&define[_0x2bc1f7(0x104)]?define([],_0x5be7ef):(_0x347fa2=typeof globalThis<'u'?globalThis:_0x347fa2||self,_0x347fa2['UniverProBasesPtBR']=_0x5be7ef());}(this,function(){var _0x50f2cf=_0x1723;return{'bases':{'bases':{'fieldType':{'text':_0x50f2cf(0x103),'singleSelect':_0x50f2cf(0xec),'multiSelect':_0x50f2cf(0xe4),'person':_0x50f2cf(0x10b),'group':_0x50f2cf(0xe3),'date':_0x50f2cf(0xee),'attachment':_0x50f2cf(0x110),'number':_0x50f2cf(0x102),'checkbox':_0x50f2cf(0xfd),'link':_0x50f2cf(0xdf),'formula':_0x50f2cf(0xfc),'lookup':_0x50f2cf(0x10f),'flow':_0x50f2cf(0x10c),'button':_0x50f2cf(0xf6),'numbering':_0x50f2cf(0x111),'phone':'Phone\x20Number','email':_0x50f2cf(0xe6),'location':'Location','barcode':_0x50f2cf(0xf8),'progress':_0x50f2cf(0x100),'currency':'Currency','rating':_0x50f2cf(0xf1),'twoWayLink':_0x50f2cf(0xe5),'recordId':_0x50f2cf(0x10e),'createdBy':'Created\x20By','updatedBy':_0x50f2cf(0xeb),'createdAt':_0x50f2cf(0xed),'updatedAt':_0x50f2cf(0xf0),'summary':_0x50f2cf(0xe1)},'viewType':{'grid':_0x50f2cf(0x105),'kanban':_0x50f2cf(0xea),'calendar':_0x50f2cf(0x106),'gantt':_0x50f2cf(0xf2),'gallery':_0x50f2cf(0x108)},'error':{'fieldNameRequired':_0x50f2cf(0xe7),'invalidFieldType':'Invalid\x20field\x20type','invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':_0x50f2cf(0xf5),'invalidCalendarDateField':_0x50f2cf(0xfb),'invalidGanttDateField':'Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields'},'command':{'updateCell':'Update\x20cell','createField':_0x50f2cf(0xe0),'deleteField':_0x50f2cf(0xde),'createRecord':_0x50f2cf(0xfa),'deleteRecord':_0x50f2cf(0x109),'updateViewConfig':'Update\x20view\x20settings'}}}['bases']};}));function _0x1723(_0x12abbd,_0x3e1d21){_0x12abbd=_0x12abbd-0xde;var _0x5df948=_0x5df9();var _0x172318=_0x5df948[_0x12abbd];return _0x172318;}function _0x5df9(){var _0x90241b=['Record\x20ID','Lookup','Attachment','Numbering','Delete\x20field','Link','Create\x20field','Summary','8itZFTn','Group','Multiple\x20Options','Two-way\x20Link','Email','Field\x20title\x20is\x20required','7vdiQuT','210740FZafwU','Kanban','Updated\x20By','Single\x20Option','Created\x20At','Date','6PwLXbB','Updated\x20At','Rating','Gantt','function','1580uzhuGY','Kanban\x20requires\x20a\x20groupable\x20field','Button','2109628ovScvV','Barcode','155218UVVGMq','Create\x20record','Calendar\x20requires\x20a\x20date\x20field','Formula','Checkbox','3230572uUxLFq','exports','Progress','189695bxKJFn','Number','Text','amd','Grid','Calendar','1801032yahnkq','Gallery','Delete\x20record','11800665mGxAyv','Person','Flow','object'];_0x5df9=function(){return _0x90241b;};return _0x5df9();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x25c9(){var _0x36539d=['Phone\x20Number','343290AXLnIr','Summary','Delete\x20field','Lookup','3191ewGEpZ','function','Person','UniverProBasesRuRU','7381472xzSwVJ','Number','Rating','Kanban','Calendar\x20requires\x20a\x20date\x20field','610gqqbBQ','Created\x20By','Link','Record\x20ID','Gallery','9pxkZjJ','781iGJFls','Delete\x20record','Updated\x20At','exports','amd','5281788rhkmRL','808827wlsWHT','Gantt','Text','Created\x20At','Checkbox','Updated\x20By','Numbering','Grid','Currency','Field\x20title\x20is\x20required','Attachment','Location','Update\x20cell','Barcode','8HDztVE','2641112huhFha','Update\x20view\x20settings','Kanban\x20requires\x20a\x20groupable\x20field','Invalid\x20field\x20type','1205785FIKvsQ','Group'];_0x25c9=function(){return _0x36539d;};return _0x25c9();}function _0x20ec(_0x570e03,_0x5199aa){_0x570e03=_0x570e03-0x17a;var _0x25c9c3=_0x25c9();var _0x20ec2d=_0x25c9c3[_0x570e03];return _0x20ec2d;}(function(_0x2bbda6,_0x4d1a9e){var _0x30d308=_0x20ec,_0x230cbf=_0x2bbda6();while(!![]){try{var _0x2e03b3=-parseInt(_0x30d308(0x195))/0x1*(parseInt(_0x30d308(0x19e))/0x2)+-parseInt(_0x30d308(0x17b))/0x3*(parseInt(_0x30d308(0x189))/0x4)+-parseInt(_0x30d308(0x18e))/0x5+-parseInt(_0x30d308(0x17a))/0x6+parseInt(_0x30d308(0x199))/0x7+-parseInt(_0x30d308(0x18a))/0x8*(parseInt(_0x30d308(0x1a3))/0x9)+parseInt(_0x30d308(0x191))/0xa*(parseInt(_0x30d308(0x1a4))/0xb);if(_0x2e03b3===_0x4d1a9e)break;else _0x230cbf['push'](_0x230cbf['shift']());}catch(_0x3ed4fb){_0x230cbf['push'](_0x230cbf['shift']());}}}(_0x25c9,0x80dac),function(_0xfd8463,_0x5b6735){var _0x303086=_0x20ec;typeof exports=='object'&&typeof module<'u'?module[_0x303086(0x1a7)]=_0x5b6735():typeof define==_0x303086(0x196)&&define[_0x303086(0x1a8)]?define([],_0x5b6735):(_0xfd8463=typeof globalThis<'u'?globalThis:_0xfd8463||self,_0xfd8463[_0x303086(0x198)]=_0x5b6735());}(this,function(){var _0x4075e5=_0x20ec;return{'bases':{'bases':{'fieldType':{'text':_0x4075e5(0x17d),'singleSelect':'Single\x20Option','multiSelect':'Multiple\x20Options','person':_0x4075e5(0x197),'group':_0x4075e5(0x18f),'date':'Date','attachment':_0x4075e5(0x185),'number':_0x4075e5(0x19a),'checkbox':_0x4075e5(0x17f),'link':_0x4075e5(0x1a0),'formula':'Formula','lookup':_0x4075e5(0x194),'flow':'Flow','button':'Button','numbering':_0x4075e5(0x181),'phone':_0x4075e5(0x190),'email':'Email','location':_0x4075e5(0x186),'barcode':_0x4075e5(0x188),'progress':'Progress','currency':_0x4075e5(0x183),'rating':_0x4075e5(0x19b),'twoWayLink':'Two-way\x20Link','recordId':_0x4075e5(0x1a1),'createdBy':_0x4075e5(0x19f),'updatedBy':_0x4075e5(0x180),'createdAt':_0x4075e5(0x17e),'updatedAt':_0x4075e5(0x1a6),'summary':_0x4075e5(0x192)},'viewType':{'grid':_0x4075e5(0x182),'kanban':_0x4075e5(0x19c),'calendar':'Calendar','gantt':_0x4075e5(0x17c),'gallery':_0x4075e5(0x1a2)},'error':{'fieldNameRequired':_0x4075e5(0x184),'invalidFieldType':_0x4075e5(0x18d),'invalidCellValue':'Invalid\x20cell\x20value','invalidKanbanGroupField':_0x4075e5(0x18c),'invalidCalendarDateField':_0x4075e5(0x19d),'invalidGanttDateField':'Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields'},'command':{'updateCell':_0x4075e5(0x187),'createField':'Create\x20field','deleteField':_0x4075e5(0x193),'createRecord':'Create\x20record','deleteRecord':_0x4075e5(0x1a5),'updateViewConfig':_0x4075e5(0x18b)}}}['bases']};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x19a1bc,_0x44c9b5){var _0x4a542f=_0x5d28,_0x268932=_0x19a1bc();while(!![]){try{var _0x9ccb7c=parseInt(_0x4a542f(0x139))/0x1*(parseInt(_0x4a542f(0x153))/0x2)+-parseInt(_0x4a542f(0x15b))/0x3+parseInt(_0x4a542f(0x15a))/0x4*(-parseInt(_0x4a542f(0x14d))/0x5)+parseInt(_0x4a542f(0x15f))/0x6+-parseInt(_0x4a542f(0x141))/0x7*(-parseInt(_0x4a542f(0x15e))/0x8)+-parseInt(_0x4a542f(0x13d))/0x9+parseInt(_0x4a542f(0x148))/0xa*(parseInt(_0x4a542f(0x134))/0xb);if(_0x9ccb7c===_0x44c9b5)break;else _0x268932['push'](_0x268932['shift']());}catch(_0x51e6ee){_0x268932['push'](_0x268932['shift']());}}}(_0x3727,0x354fd),function(_0x327664,_0x56128e){var _0x173a40=_0x5d28;typeof exports==_0x173a40(0x154)&&typeof module<'u'?module['exports']=_0x56128e():typeof define==_0x173a40(0x14a)&&define[_0x173a40(0x158)]?define([],_0x56128e):(_0x327664=typeof globalThis<'u'?globalThis:_0x327664||self,_0x327664[_0x173a40(0x157)]=_0x56128e());}(this,function(){var _0x461264=_0x5d28;return{'bases':{'bases':{'fieldType':{'text':_0x461264(0x14e),'singleSelect':_0x461264(0x133),'multiSelect':_0x461264(0x138),'person':_0x461264(0x143),'group':_0x461264(0x140),'date':_0x461264(0x131),'attachment':_0x461264(0x144),'number':_0x461264(0x145),'checkbox':'Checkbox','link':_0x461264(0x149),'formula':_0x461264(0x156),'lookup':_0x461264(0x155),'flow':'Flow','button':_0x461264(0x137),'numbering':'Numbering','phone':'Phone\x20Number','email':_0x461264(0x151),'location':_0x461264(0x14c),'barcode':_0x461264(0x150),'progress':_0x461264(0x14f),'currency':'Currency','rating':_0x461264(0x13f),'twoWayLink':'Two-way\x20Link','recordId':_0x461264(0x147),'createdBy':'Created\x20By','updatedBy':_0x461264(0x136),'createdAt':_0x461264(0x13b),'updatedAt':_0x461264(0x160),'summary':'Summary'},'viewType':{'grid':_0x461264(0x13a),'kanban':_0x461264(0x130),'calendar':'Calendar','gantt':'Gantt','gallery':'Gallery'},'error':{'fieldNameRequired':_0x461264(0x14b),'invalidFieldType':_0x461264(0x13e),'invalidCellValue':_0x461264(0x142),'invalidKanbanGroupField':_0x461264(0x15c),'invalidCalendarDateField':_0x461264(0x13c),'invalidGanttDateField':'Gantt\x20requires\x20start\x20and\x20end\x20date\x20fields'},'command':{'updateCell':_0x461264(0x15d),'createField':_0x461264(0x159),'deleteField':_0x461264(0x152),'createRecord':_0x461264(0x146),'deleteRecord':'Delete\x20record','updateViewConfig':_0x461264(0x132)}}}[_0x461264(0x135)]};}));function _0x5d28(_0x1beec6,_0x1f76ab){_0x1beec6=_0x1beec6-0x130;var _0x372705=_0x3727();var _0x5d2859=_0x372705[_0x1beec6];return _0x5d2859;}function _0x3727(){var _0x555402=['Single\x20Option','145761MiPdUe','bases','Updated\x20By','Button','Multiple\x20Options','2ixLEMi','Grid','Created\x20At','Calendar\x20requires\x20a\x20date\x20field','1056987asfAJv','Invalid\x20field\x20type','Rating','Group','2152990ZRJawA','Invalid\x20cell\x20value','Person','Attachment','Number','Create\x20record','Record\x20ID','20AAwYFW','Link','function','Field\x20title\x20is\x20required','Location','165EaVGxh','Text','Progress','Barcode','Email','Delete\x20field','244226AMCSHk','object','Lookup','Formula','UniverProBasesSkSK','amd','Create\x20field','40276nUtppw','65214TGTKcU','Kanban\x20requires\x20a\x20groupable\x20field','Update\x20cell','8KDfAzP','669150qcDdJA','Updated\x20At','Kanban','Date','Update\x20view\x20settings'];_0x3727=function(){return _0x555402;};return _0x3727();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x18cacf,_0x43a9ae){var _0x25835c=_0x2858,_0x71f371=_0x18cacf();while(!![]){try{var _0x6a6a59=-parseInt(_0x25835c(0xb2))/0x1+parseInt(_0x25835c(0x98))/0x2*(parseInt(_0x25835c(0x99))/0x3)+parseInt(_0x25835c(0x9f))/0x4*(-parseInt(_0x25835c(0xbb))/0x5)+-parseInt(_0x25835c(0xa8))/0x6+-parseInt(_0x25835c(0xba))/0x7+-parseInt(_0x25835c(0xa3))/0x8+-parseInt(_0x25835c(0xa5))/0x9*(-parseInt(_0x25835c(0xbe))/0xa);if(_0x6a6a59===_0x43a9ae)break;else _0x71f371['push'](_0x71f371['shift']());}catch(_0x644300){_0x71f371['push'](_0x71f371['shift']());}}}(_0x3dbe,0x64688),function(_0x520883,_0x3c0c88){var _0x4a072b=_0x2858;typeof exports=='object'&&typeof module<'u'?module[_0x4a072b(0xb3)]=_0x3c0c88():typeof define==_0x4a072b(0x9b)&&define[_0x4a072b(0x94)]?define([],_0x3c0c88):(_0x520883=typeof globalThis<'u'?globalThis:_0x520883||self,_0x520883['UniverProBasesViVN']=_0x3c0c88());}(this,function(){var _0x56b3ac=_0x2858;return{'bases':{'fieldType':{'text':_0x56b3ac(0xac),'singleSelect':_0x56b3ac(0x9e),'multiSelect':_0x56b3ac(0xae),'person':_0x56b3ac(0xc0),'group':_0x56b3ac(0xa7),'date':_0x56b3ac(0xa0),'attachment':'Tệp\x20đính\x20kèm','number':'Số','checkbox':_0x56b3ac(0xb1),'link':_0x56b3ac(0x90),'formula':_0x56b3ac(0xbf),'lookup':_0x56b3ac(0xaf),'flow':'Luồng','button':_0x56b3ac(0xbc),'numbering':_0x56b3ac(0xb5),'phone':_0x56b3ac(0x92),'email':_0x56b3ac(0x8f),'location':_0x56b3ac(0xad),'barcode':'Mã\x20vạch','progress':_0x56b3ac(0xa1),'currency':_0x56b3ac(0x97),'rating':_0x56b3ac(0x91),'twoWayLink':_0x56b3ac(0xa6),'recordId':_0x56b3ac(0xb4),'createdBy':_0x56b3ac(0x96),'updatedBy':_0x56b3ac(0xb6),'createdAt':'Thời\x20gian\x20tạo','updatedAt':_0x56b3ac(0xb9),'summary':_0x56b3ac(0xab)},'viewType':{'grid':_0x56b3ac(0x9c),'kanban':'Kanban','calendar':'Lịch','gantt':_0x56b3ac(0x9a),'gallery':_0x56b3ac(0x93)},'error':{'fieldNameRequired':_0x56b3ac(0xaa),'invalidFieldType':'Loại\x20trường\x20không\x20hợp\x20lệ','invalidCellValue':_0x56b3ac(0x9d),'invalidKanbanGroupField':_0x56b3ac(0xb0),'invalidCalendarDateField':'Lịch\x20cần\x20một\x20trường\x20ngày','invalidGanttDateField':_0x56b3ac(0xa2)},'command':{'updateCell':_0x56b3ac(0xbd),'createField':_0x56b3ac(0x95),'deleteField':_0x56b3ac(0xa9),'createRecord':_0x56b3ac(0xa4),'deleteRecord':_0x56b3ac(0xb8),'updateViewConfig':_0x56b3ac(0xb7)}}};}));function _0x2858(_0x478150,_0x3b4c3c){_0x478150=_0x478150-0x8f;var _0x3dbe0d=_0x3dbe();var _0x2858a8=_0x3dbe0d[_0x478150];return _0x2858a8;}function _0x3dbe(){var _0x697b28=['Cập\x20nhật\x20cài\x20đặt\x20chế\x20độ\x20xem','Xóa\x20bản\x20ghi','Thời\x20gian\x20cập\x20nhật','809123dMyjDC','462790kAebIF','Nút','Cập\x20nhật\x20ô','140950NywVJS','Công\x20thức','Người','Email','Liên\x20kết','Đánh\x20giá','Số\x20điện\x20thoại','Thư\x20viện','amd','Tạo\x20trường','Người\x20tạo','Tiền\x20tệ','22DZjONj','3027vgJMeJ','Gantt','function','Lưới','Giá\x20trị\x20ô\x20không\x20hợp\x20lệ','Một\x20lựa\x20chọn','24bCZrqy','Ngày','Tiến\x20độ','Gantt\x20cần\x20trường\x20ngày\x20bắt\x20đầu\x20và\x20kết\x20thúc','2320296LoLnPV','Tạo\x20bản\x20ghi','1314CIDSti','Liên\x20kết\x20hai\x20chiều','Nhóm','1798758OoMEcK','Xóa\x20trường','Tiêu\x20đề\x20trường\x20là\x20bắt\x20buộc','Tóm\x20tắt','Văn\x20bản','Vị\x20trí','Nhiều\x20lựa\x20chọn','Tra\x20cứu','Kanban\x20cần\x20một\x20trường\x20có\x20thể\x20nhóm','Hộp\x20kiểm','396930thQwYL','exports','ID\x20bản\x20ghi','Đánh\x20số','Người\x20cập\x20nhật'];_0x3dbe=function(){return _0x697b28;};return _0x3dbe();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x8405(){var _0x4b654c=['3725964lhFoDl','4Qfdcup','93828ThUbFV','记录\x20ID','1175463VnIyBa','字段标题不能为空','电话号码','exports','创建字段','55ckrwAj','复选框','甘特视图需要开始和结束日期字段','双向关联','看板需要可分组字段','创建时间','删除记录','UniverProBasesZhCN','451968hEbyPC','修改人','3701480bnmSfC','2OCGiLl','更新单元格','136ciVszU','更新视图设置','字段类型无效','更新时间','70qRxnYJ','1914429tkjZpV','删除字段','312101rMQSrd'];_0x8405=function(){return _0x4b654c;};return _0x8405();}function _0x4457(_0x39cdb1,_0x29d314){_0x39cdb1=_0x39cdb1-0x87;var _0x840568=_0x8405();var _0x445732=_0x840568[_0x39cdb1];return _0x445732;}(function(_0x5d6def,_0x46e263){var _0x2758c7=_0x4457,_0x3b94e5=_0x5d6def();while(!![]){try{var _0xfbab4c=parseInt(_0x2758c7(0x98))/0x1*(parseInt(_0x2758c7(0x8f))/0x2)+parseInt(_0x2758c7(0x96))/0x3*(parseInt(_0x2758c7(0x9a))/0x4)+-parseInt(_0x2758c7(0x8e))/0x5+-parseInt(_0x2758c7(0x8c))/0x6+-parseInt(_0x2758c7(0x9b))/0x7*(parseInt(_0x2758c7(0x91))/0x8)+parseInt(_0x2758c7(0x9d))/0x9*(-parseInt(_0x2758c7(0x95))/0xa)+-parseInt(_0x2758c7(0xa2))/0xb*(-parseInt(_0x2758c7(0x99))/0xc);if(_0xfbab4c===_0x46e263)break;else _0x3b94e5['push'](_0x3b94e5['shift']());}catch(_0x2ca05c){_0x3b94e5['push'](_0x3b94e5['shift']());}}}(_0x8405,0x850dc),function(_0x532a28,_0x2726d4){var _0x5c2fdb=_0x4457;typeof exports=='object'&&typeof module<'u'?module[_0x5c2fdb(0xa0)]=_0x2726d4():typeof define=='function'&&define['amd']?define([],_0x2726d4):(_0x532a28=typeof globalThis<'u'?globalThis:_0x532a28||self,_0x532a28[_0x5c2fdb(0x8b)]=_0x2726d4());}(this,function(){var _0x2d9133=_0x4457;return{'bases':{'fieldType':{'text':'文本','singleSelect':'单选','multiSelect':'多选','person':'人员','group':'分组','date':'日期','attachment':'附件','number':'数字','checkbox':_0x2d9133(0xa3),'link':'链接','formula':'公式','lookup':'查找','flow':'流程','button':'按钮','numbering':'编号','phone':_0x2d9133(0x9f),'email':'邮箱','location':'位置','barcode':'条码','progress':'进度','currency':'货币','rating':'评分','twoWayLink':_0x2d9133(0x87),'recordId':_0x2d9133(0x9c),'createdBy':'创建人','updatedBy':_0x2d9133(0x8d),'createdAt':_0x2d9133(0x89),'updatedAt':_0x2d9133(0x94),'summary':'汇总'},'viewType':{'grid':'表格','kanban':'看板','calendar':'日历','gantt':'甘特','gallery':'画廊'},'error':{'fieldNameRequired':_0x2d9133(0x9e),'invalidFieldType':_0x2d9133(0x93),'invalidCellValue':'单元格值无效','invalidKanbanGroupField':_0x2d9133(0x88),'invalidCalendarDateField':'日历需要日期字段','invalidGanttDateField':_0x2d9133(0xa4)},'command':{'updateCell':_0x2d9133(0x90),'createField':_0x2d9133(0xa1),'deleteField':_0x2d9133(0x97),'createRecord':'创建记录','deleteRecord':_0x2d9133(0x8a),'updateViewConfig':_0x2d9133(0x92)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x33ca(){var _0x18b052=['更新檢視設定','1149428WnzvCf','更新儲存格','雙向連結','24JjniSI','106762btljrH','電話號碼','UniverProBasesZhHK','核取方塊','欄位標題為必填','日曆需要日期欄位','amd','11OeolIM','建立時間','7126209PTeMSL','2564152vwxXEg','更新時間','建立記錄','建立者','7138416xWftMi','修改者','1662510WetbYZ','function','儲存格值無效','看板需要可分組欄位','20XocgBk','欄位類型無效','記錄\x20ID','刪除欄位','1124215VHmmnb','建立欄位'];_0x33ca=function(){return _0x18b052;};return _0x33ca();}function _0x16bf(_0x12ae4a,_0x2ab3c4){_0x12ae4a=_0x12ae4a-0x15c;var _0x33ca4b=_0x33ca();var _0x16bf2e=_0x33ca4b[_0x12ae4a];return _0x16bf2e;}(function(_0x1a0eb4,_0x5da5c2){var _0x345054=_0x16bf,_0xa877f7=_0x1a0eb4();while(!![]){try{var _0x26c204=-parseInt(_0x345054(0x174))/0x1*(-parseInt(_0x345054(0x16d))/0x2)+parseInt(_0x345054(0x15e))/0x3+-parseInt(_0x345054(0x177))/0x4+parseInt(_0x345054(0x166))/0x5*(-parseInt(_0x345054(0x16c))/0x6)+parseInt(_0x345054(0x169))/0x7+-parseInt(_0x345054(0x15c))/0x8+-parseInt(_0x345054(0x176))/0x9*(-parseInt(_0x345054(0x162))/0xa);if(_0x26c204===_0x5da5c2)break;else _0xa877f7['push'](_0xa877f7['shift']());}catch(_0x50a59d){_0xa877f7['push'](_0xa877f7['shift']());}}}(_0x33ca,0x6f707),function(_0x61ebcf,_0x3dc8d8){var _0x27be07=_0x16bf;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3dc8d8():typeof define==_0x27be07(0x15f)&&define[_0x27be07(0x173)]?define([],_0x3dc8d8):(_0x61ebcf=typeof globalThis<'u'?globalThis:_0x61ebcf||self,_0x61ebcf[_0x27be07(0x16f)]=_0x3dc8d8());}(this,function(){var _0xbe6275=_0x16bf;return{'bases':{'fieldType':{'text':'文字','singleSelect':'單選','multiSelect':'多選','person':'人員','group':'群組','date':'日期','attachment':'附件','number':'數字','checkbox':_0xbe6275(0x170),'link':'連結','formula':'公式','lookup':'查找','flow':'流程','button':'按鈕','numbering':'編號','phone':_0xbe6275(0x16e),'email':'電郵','location':'位置','barcode':'條碼','progress':'進度','currency':'貨幣','rating':'評分','twoWayLink':_0xbe6275(0x16b),'recordId':_0xbe6275(0x164),'createdBy':_0xbe6275(0x17a),'updatedBy':_0xbe6275(0x15d),'createdAt':_0xbe6275(0x175),'updatedAt':_0xbe6275(0x178),'summary':'摘要'},'viewType':{'grid':'表格','kanban':'看板','calendar':'日曆','gantt':'甘特圖','gallery':'圖庫'},'error':{'fieldNameRequired':_0xbe6275(0x171),'invalidFieldType':_0xbe6275(0x163),'invalidCellValue':_0xbe6275(0x160),'invalidKanbanGroupField':_0xbe6275(0x161),'invalidCalendarDateField':_0xbe6275(0x172),'invalidGanttDateField':'甘特圖需要開始和結束日期欄位'},'command':{'updateCell':_0xbe6275(0x16a),'createField':_0xbe6275(0x167),'deleteField':_0xbe6275(0x165),'createRecord':_0xbe6275(0x179),'deleteRecord':'刪除記錄','updateViewConfig':_0xbe6275(0x168)}}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0xb7eecc,_0x402451){var _0x2d0451=_0x46a2,_0x247d87=_0xb7eecc();while(!![]){try{var _0x273561=parseInt(_0x2d0451(0x143))/0x1*(-parseInt(_0x2d0451(0x154))/0x2)+parseInt(_0x2d0451(0x146))/0x3*(parseInt(_0x2d0451(0x15b))/0x4)+-parseInt(_0x2d0451(0x155))/0x5*(parseInt(_0x2d0451(0x14c))/0x6)+parseInt(_0x2d0451(0x149))/0x7*(-parseInt(_0x2d0451(0x14d))/0x8)+parseInt(_0x2d0451(0x142))/0x9*(-parseInt(_0x2d0451(0x161))/0xa)+-parseInt(_0x2d0451(0x148))/0xb+parseInt(_0x2d0451(0x15f))/0xc*(parseInt(_0x2d0451(0x150))/0xd);if(_0x273561===_0x402451)break;else _0x247d87['push'](_0x247d87['shift']());}catch(_0x219bc9){_0x247d87['push'](_0x247d87['shift']());}}}(_0x9b35,0x1f023),function(_0x2baad5,_0x32d99b){var _0x4c27fe=_0x46a2;typeof exports==_0x4c27fe(0x147)&&typeof module<'u'?module[_0x4c27fe(0x158)]=_0x32d99b():typeof define==_0x4c27fe(0x14b)&&define[_0x4c27fe(0x151)]?define([],_0x32d99b):(_0x2baad5=typeof globalThis<'u'?globalThis:_0x2baad5||self,_0x2baad5[_0x4c27fe(0x14a)]=_0x32d99b());}(this,function(){var _0x266a39=_0x46a2;return{'bases':{'fieldType':{'text':'文字','singleSelect':'單選','multiSelect':'多選','person':'人員','group':'群組','date':'日期','attachment':'附件','number':'數字','checkbox':'核取方塊','link':'連結','formula':'公式','lookup':'查找','flow':'流程','button':'按鈕','numbering':'編號','phone':_0x266a39(0x152),'email':_0x266a39(0x15c),'location':'位置','barcode':'條碼','progress':'進度','currency':'貨幣','rating':'評分','twoWayLink':'雙向連結','recordId':_0x266a39(0x14f),'createdBy':'建立者','updatedBy':_0x266a39(0x15d),'createdAt':_0x266a39(0x153),'updatedAt':_0x266a39(0x159),'summary':'摘要'},'viewType':{'grid':'表格','kanban':'看板','calendar':'行事曆','gantt':_0x266a39(0x145),'gallery':'圖庫'},'error':{'fieldNameRequired':_0x266a39(0x162),'invalidFieldType':_0x266a39(0x156),'invalidCellValue':_0x266a39(0x141),'invalidKanbanGroupField':'看板需要可分組欄位','invalidCalendarDateField':_0x266a39(0x15a),'invalidGanttDateField':_0x266a39(0x144)},'command':{'updateCell':_0x266a39(0x14e),'createField':_0x266a39(0x160),'deleteField':_0x266a39(0x15e),'createRecord':_0x266a39(0x157),'deleteRecord':'刪除記錄','updateViewConfig':'更新檢視設定'}}};}));function _0x46a2(_0x3fe334,_0xe29ed3){_0x3fe334=_0x3fe334-0x141;var _0x9b35b3=_0x9b35();var _0x46a2fc=_0x9b35b3[_0x3fe334];return _0x46a2fc;}function _0x9b35(){var _0x2ce390=['修改者','刪除欄位','1944ioQZZH','建立欄位','1031070tLVZdM','欄位標題為必填','儲存格值無效','18GccdCJ','1zDaUki','甘特圖需要開始和結束日期欄位','甘特圖','894OZDuwt','object','2520089zfvqYv','91sbZkMY','UniverProBasesZhTW','function','1355820ZdtQOJ','129736LKyNkj','更新儲存格','記錄\x20ID','63934urdnWF','amd','電話號碼','建立時間','25514FQaHJO','5yeDaLJ','欄位類型無效','建立記錄','exports','更新時間','行事曆需要日期欄位','2888BSlsSo','電子郵件'];_0x9b35=function(){return _0x2ce390;};return _0x9b35();}
|
package/package.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@univerjs-pro/bases",
|
|
3
|
+
"version": "0.25.0-insiders.20260608-e4336f7",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Base database core model and commands for Univer.",
|
|
6
|
+
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
7
|
+
"funding": {
|
|
8
|
+
"type": "opencollective",
|
|
9
|
+
"url": "https://opencollective.com/univer"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://univer.ai",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/dream-num/univer"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/dream-num/univer/issues"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"univer",
|
|
21
|
+
"base",
|
|
22
|
+
"database",
|
|
23
|
+
"plugin"
|
|
24
|
+
],
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"import": "./lib/es/index.js",
|
|
28
|
+
"require": "./lib/cjs/index.js",
|
|
29
|
+
"types": "./lib/types/index.d.ts"
|
|
30
|
+
},
|
|
31
|
+
"./*": {
|
|
32
|
+
"import": "./lib/es/*",
|
|
33
|
+
"require": "./lib/cjs/*",
|
|
34
|
+
"types": "./lib/types/index.d.ts"
|
|
35
|
+
},
|
|
36
|
+
"./locale/*": {
|
|
37
|
+
"import": "./lib/es/locale/*.js",
|
|
38
|
+
"require": "./lib/cjs/locale/*.js",
|
|
39
|
+
"types": "./lib/types/locale/*.d.ts"
|
|
40
|
+
},
|
|
41
|
+
"./facade": {
|
|
42
|
+
"import": "./lib/es/facade.js",
|
|
43
|
+
"require": "./lib/cjs/facade.js",
|
|
44
|
+
"types": "./lib/types/facade/index.d.ts"
|
|
45
|
+
},
|
|
46
|
+
"./lib/facade": {
|
|
47
|
+
"import": "./lib/es/facade.js",
|
|
48
|
+
"require": "./lib/cjs/facade.js",
|
|
49
|
+
"types": "./lib/types/facade/index.d.ts"
|
|
50
|
+
},
|
|
51
|
+
"./lib/*": "./lib/*"
|
|
52
|
+
},
|
|
53
|
+
"main": "./lib/es/index.js",
|
|
54
|
+
"types": "./lib/types/index.d.ts",
|
|
55
|
+
"publishConfig": {
|
|
56
|
+
"access": "public"
|
|
57
|
+
},
|
|
58
|
+
"directories": {
|
|
59
|
+
"lib": "lib"
|
|
60
|
+
},
|
|
61
|
+
"files": [
|
|
62
|
+
"lib"
|
|
63
|
+
],
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"@univerjs-pro/engine-formula": "0.25.0-insiders.20260608-e4336f7",
|
|
66
|
+
"@univerjs-pro/license": "0.25.0-insiders.20260608-e4336f7",
|
|
67
|
+
"@univerjs/core": "0.25.0-insiders.20260608-e4336f7",
|
|
68
|
+
"@univerjs/rpc": "0.25.0-insiders.20260608-e4336f7"
|
|
69
|
+
},
|
|
70
|
+
"devDependencies": {
|
|
71
|
+
"rxjs": "7.8.2",
|
|
72
|
+
"typescript": "^6.0.3",
|
|
73
|
+
"vitest": "^4.1.6",
|
|
74
|
+
"@univerjs-infra/shared": "0.25.0"
|
|
75
|
+
},
|
|
76
|
+
"scripts": {
|
|
77
|
+
"test": "vitest run",
|
|
78
|
+
"test:watch": "vitest",
|
|
79
|
+
"coverage": "vitest run --coverage",
|
|
80
|
+
"typecheck": "tsc --noEmit",
|
|
81
|
+
"build:bundle": "univer-cli build",
|
|
82
|
+
"build:types": "tsc -p tsconfig.node.json",
|
|
83
|
+
"build": "pnpm run build:bundle && pnpm run build:types"
|
|
84
|
+
},
|
|
85
|
+
"module": "./lib/es/index.js"
|
|
86
|
+
}
|