@things-factory/code-ui 6.2.19 → 6.2.25

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.
@@ -58,36 +58,12 @@ export class CodeManagementDetail extends localize(i18next)(LitElement) {
58
58
  <div id="filters">
59
59
  <ox-filters-form></ox-filters-form>
60
60
  </div>
61
-
62
- <div id="sorters">
63
- Sort
64
- <mwc-icon
65
- @click=${e => {
66
- const target = e.currentTarget
67
- this.renderRoot.querySelector('#sorter-control').open({
68
- right: 0,
69
- top: target.offsetTop + target.offsetHeight
70
- })
71
- }}
72
- >expand_more</mwc-icon
73
- >
74
- <ox-popup id="sorter-control">
75
- <ox-sorters-control> </ox-sorters-control>
76
- </ox-popup>
77
- </div>
78
-
79
- <div id="modes">
80
- <mwc-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>grid_on</mwc-icon>
81
- <mwc-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>format_list_bulleted</mwc-icon>
82
- </div>
83
61
  </div>
84
62
  </ox-grist>
85
63
 
86
64
  <div class="button-container">
87
65
  <mwc-button @click=${this.save} raised label="${i18next.t('button.save')}"></mwc-button>
88
66
  <mwc-button @click=${this.delete} raised danger label="${i18next.t('button.delete')}"></mwc-button>
89
- <!--button @click=${this.save}>${i18next.t('button.save')}</button>
90
- <button @click=${this.delete}>${i18next.t('button.delete')}</button-->
91
67
  </div>
92
68
  `
93
69
  }
@@ -54,28 +54,6 @@ class CodeManagement extends localize(i18next)(PageView) {
54
54
  <div id="filters">
55
55
  <ox-filters-form></ox-filters-form>
56
56
  </div>
57
-
58
- <div id="sorters">
59
- Sort
60
- <mwc-icon
61
- @click=${e => {
62
- const target = e.currentTarget
63
- this.renderRoot.querySelector('#sorter-control').open({
64
- right: 0,
65
- top: target.offsetTop + target.offsetHeight
66
- })
67
- }}
68
- >expand_more</mwc-icon
69
- >
70
- <ox-popup id="sorter-control">
71
- <ox-sorters-control> </ox-sorters-control>
72
- </ox-popup>
73
- </div>
74
-
75
- <div id="modes">
76
- <mwc-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>grid_on</mwc-icon>
77
- <mwc-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>format_list_bulleted</mwc-icon>
78
- </div>
79
57
  </div>
80
58
  </ox-grist>
81
59
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/code-ui",
3
- "version": "6.2.19",
3
+ "version": "6.2.25",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -30,10 +30,10 @@
30
30
  "@operato/layout": "^1.0.1",
31
31
  "@operato/shell": "^1.0.23",
32
32
  "@operato/styles": "^1.0.23",
33
- "@things-factory/code-base": "^6.2.19",
33
+ "@things-factory/code-base": "^6.2.25",
34
34
  "@things-factory/form-ui": "^6.2.0",
35
- "@things-factory/i18n-base": "^6.2.15",
36
- "@things-factory/shell": "^6.2.15"
35
+ "@things-factory/i18n-base": "^6.2.24",
36
+ "@things-factory/shell": "^6.2.24"
37
37
  },
38
- "gitHead": "5b5f3c02adca0ecb6344310bfeaf27b04c5dc657"
38
+ "gitHead": "9e6b8dadc24f446e55e5542c1df6376ada1f2ffc"
39
39
  }