@things-factory/board-ui 7.0.84 → 7.0.85

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.
@@ -3,6 +3,8 @@ import '@operato/board/ox-property-editor-board-selector.js'
3
3
  import { OxPropertyEditor } from '@operato/property-editor'
4
4
  import { OxGristRendererJson5, registerEditor, registerRenderer } from '@operato/data-grist'
5
5
  import { appendViewpart, VIEWPART_POSITION } from '@operato/layout'
6
+ import { OxGristEditorHashtags } from '@operato/grist-editor/ox-grist-editor-hashtags.js'
7
+ import { OxGristRendererHashtags } from '@operato/grist-editor/ox-grist-renderer-hashtags.js'
6
8
 
7
9
  import { BoardEditor } from './data-grist/board-editor'
8
10
  import { BoardRenderer } from './data-grist/board-renderer'
@@ -13,10 +15,12 @@ export default function bootstrap() {
13
15
  registerRenderer('board', BoardRenderer)
14
16
  registerRenderer('color-map', OxGristRendererJson5)
15
17
  registerRenderer('color-ranges', OxGristRendererJson5)
18
+ registerRenderer('hashtags', OxGristRendererHashtags)
16
19
 
17
20
  registerEditor('board', BoardEditor)
18
21
  registerEditor('color-map', ColorMapEditor)
19
22
  registerEditor('color-ranges', ColorRangesEditor)
23
+ registerEditor('hashtags', OxGristEditorHashtags)
20
24
 
21
25
  OxPropertyEditor.register({
22
26
  'board-selector': 'ox-property-editor-board-selector'
@@ -2,6 +2,8 @@ import '@operato/board/ox-property-editor-board-selector.js';
2
2
  import { OxPropertyEditor } from '@operato/property-editor';
3
3
  import { OxGristRendererJson5, registerEditor, registerRenderer } from '@operato/data-grist';
4
4
  import { appendViewpart, VIEWPART_POSITION } from '@operato/layout';
5
+ import { OxGristEditorHashtags } from '@operato/grist-editor/ox-grist-editor-hashtags.js';
6
+ import { OxGristRendererHashtags } from '@operato/grist-editor/ox-grist-renderer-hashtags.js';
5
7
  import { BoardEditor } from './data-grist/board-editor';
6
8
  import { BoardRenderer } from './data-grist/board-renderer';
7
9
  import { ColorMapEditor } from './data-grist/color-map-editor';
@@ -10,9 +12,11 @@ export default function bootstrap() {
10
12
  registerRenderer('board', BoardRenderer);
11
13
  registerRenderer('color-map', OxGristRendererJson5);
12
14
  registerRenderer('color-ranges', OxGristRendererJson5);
15
+ registerRenderer('hashtags', OxGristRendererHashtags);
13
16
  registerEditor('board', BoardEditor);
14
17
  registerEditor('color-map', ColorMapEditor);
15
18
  registerEditor('color-ranges', ColorRangesEditor);
19
+ registerEditor('hashtags', OxGristEditorHashtags);
16
20
  OxPropertyEditor.register({
17
21
  'board-selector': 'ox-property-editor-board-selector'
18
22
  });
@@ -1 +1 @@
1
- {"version":3,"file":"bootstrap.js","sourceRoot":"","sources":["../client/bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,qDAAqD,CAAA;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAC5F,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAEnE,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAA;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAA;AAEpE,MAAM,CAAC,OAAO,UAAU,SAAS;IAC/B,gBAAgB,CAAC,OAAO,EAAE,aAAa,CAAC,CAAA;IACxC,gBAAgB,CAAC,WAAW,EAAE,oBAAoB,CAAC,CAAA;IACnD,gBAAgB,CAAC,cAAc,EAAE,oBAAoB,CAAC,CAAA;IAEtD,cAAc,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;IACpC,cAAc,CAAC,WAAW,EAAE,cAAc,CAAC,CAAA;IAC3C,cAAc,CAAC,cAAc,EAAE,iBAAiB,CAAC,CAAA;IAEjD,gBAAgB,CAAC,QAAQ,CAAC;QACxB,gBAAgB,EAAE,mCAAmC;KACtD,CAAC,CAAA;IAEF,wCAAwC;IACxC,cAAc,CAAC;QACb,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE;YACR,IAAI,EAAE,KAAK;YACX,QAAQ,EAAE,MAAM;YAChB,QAAQ,EAAE,IAAI;SACf;QACD,QAAQ,EAAE,iBAAiB,CAAC,QAAQ;KACrC,CAAC,CAAA;AACJ,CAAC","sourcesContent":["import '@operato/board/ox-property-editor-board-selector.js'\n\nimport { OxPropertyEditor } from '@operato/property-editor'\nimport { OxGristRendererJson5, registerEditor, registerRenderer } from '@operato/data-grist'\nimport { appendViewpart, VIEWPART_POSITION } from '@operato/layout'\n\nimport { BoardEditor } from './data-grist/board-editor'\nimport { BoardRenderer } from './data-grist/board-renderer'\nimport { ColorMapEditor } from './data-grist/color-map-editor'\nimport { ColorRangesEditor } from './data-grist/color-ranges-editor'\n\nexport default function bootstrap() {\n registerRenderer('board', BoardRenderer)\n registerRenderer('color-map', OxGristRendererJson5)\n registerRenderer('color-ranges', OxGristRendererJson5)\n\n registerEditor('board', BoardEditor)\n registerEditor('color-map', ColorMapEditor)\n registerEditor('color-ranges', ColorRangesEditor)\n\n OxPropertyEditor.register({\n 'board-selector': 'ox-property-editor-board-selector'\n })\n\n /* append viewpart anchor to asidebar */\n appendViewpart({\n name: 'viewpart-info',\n viewpart: {\n show: false,\n hovering: 'edge',\n backdrop: true\n },\n position: VIEWPART_POSITION.ASIDEBAR\n })\n}\n"]}
1
+ {"version":3,"file":"bootstrap.js","sourceRoot":"","sources":["../client/bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,qDAAqD,CAAA;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAC5F,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAA;AACzF,OAAO,EAAE,uBAAuB,EAAE,MAAM,qDAAqD,CAAA;AAE7F,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAA;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAA;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAA;AAEpE,MAAM,CAAC,OAAO,UAAU,SAAS;IAC/B,gBAAgB,CAAC,OAAO,EAAE,aAAa,CAAC,CAAA;IACxC,gBAAgB,CAAC,WAAW,EAAE,oBAAoB,CAAC,CAAA;IACnD,gBAAgB,CAAC,cAAc,EAAE,oBAAoB,CAAC,CAAA;IACtD,gBAAgB,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAA;IAErD,cAAc,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;IACpC,cAAc,CAAC,WAAW,EAAE,cAAc,CAAC,CAAA;IAC3C,cAAc,CAAC,cAAc,EAAE,iBAAiB,CAAC,CAAA;IACjD,cAAc,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAA;IAEjD,gBAAgB,CAAC,QAAQ,CAAC;QACxB,gBAAgB,EAAE,mCAAmC;KACtD,CAAC,CAAA;IAEF,wCAAwC;IACxC,cAAc,CAAC;QACb,IAAI,EAAE,eAAe;QACrB,QAAQ,EAAE;YACR,IAAI,EAAE,KAAK;YACX,QAAQ,EAAE,MAAM;YAChB,QAAQ,EAAE,IAAI;SACf;QACD,QAAQ,EAAE,iBAAiB,CAAC,QAAQ;KACrC,CAAC,CAAA;AACJ,CAAC","sourcesContent":["import '@operato/board/ox-property-editor-board-selector.js'\n\nimport { OxPropertyEditor } from '@operato/property-editor'\nimport { OxGristRendererJson5, registerEditor, registerRenderer } from '@operato/data-grist'\nimport { appendViewpart, VIEWPART_POSITION } from '@operato/layout'\nimport { OxGristEditorHashtags } from '@operato/grist-editor/ox-grist-editor-hashtags.js'\nimport { OxGristRendererHashtags } from '@operato/grist-editor/ox-grist-renderer-hashtags.js'\n\nimport { BoardEditor } from './data-grist/board-editor'\nimport { BoardRenderer } from './data-grist/board-renderer'\nimport { ColorMapEditor } from './data-grist/color-map-editor'\nimport { ColorRangesEditor } from './data-grist/color-ranges-editor'\n\nexport default function bootstrap() {\n registerRenderer('board', BoardRenderer)\n registerRenderer('color-map', OxGristRendererJson5)\n registerRenderer('color-ranges', OxGristRendererJson5)\n registerRenderer('hashtags', OxGristRendererHashtags)\n\n registerEditor('board', BoardEditor)\n registerEditor('color-map', ColorMapEditor)\n registerEditor('color-ranges', ColorRangesEditor)\n registerEditor('hashtags', OxGristEditorHashtags)\n\n OxPropertyEditor.register({\n 'board-selector': 'ox-property-editor-board-selector'\n })\n\n /* append viewpart anchor to asidebar */\n appendViewpart({\n name: 'viewpart-info',\n viewpart: {\n show: false,\n hovering: 'edge',\n backdrop: true\n },\n position: VIEWPART_POSITION.ASIDEBAR\n })\n}\n"]}