gristlabs_grist-core/app/client/widgets
Dmitry S b4c34cedad (core) Update UI for formula and column label/id in the right-side panel.
Summary:
- Update styling of label, id, and "derived ID from label" checkbox.
- Implement a label which shows 'Data Column' vs 'Formula Column' vs 'Empty Column',
  and a dropdown with column actions (such as Clear/Convert)
- Implement new formula display in the side-panel, and open the standard
  FormulaEditor when clicked.
- Remove old FieldConfigTab, of which now very little would be used.
- Fix up remaining code that relied on it (RefSelect)

Test Plan: Fixed old tests, added new browser cases, and a case for a new helper function.

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2757
2021-03-17 01:35:56 -04:00
..
AbstractWidget.js
AttachmentsEditor.ts
AttachmentsWidget.css
AttachmentsWidget.ts
BaseEditor.js (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
CheckBox.css
CheckBox.js
CheckBoxEditor.js
ChoiceEditor.js
ChoiceTextBox.ts
DateEditor.js
DateTextBox.js
DateTimeEditor.css
DateTimeEditor.js
DateTimeTextBox.js
DiffBox.ts
EditorButtons.ts
EditorPlacement.ts
EditorTooltip.ts (core) Add a button and a tooltip to Access Rules page item, in View-As mode. 2021-03-08 16:08:21 -05:00
ErrorDom.ts
FieldBuilder.css
FieldBuilder.ts (core) Update UI for formula and column label/id in the right-side panel. 2021-03-17 01:35:56 -04:00
FieldEditor.ts (core) Update UI for formula and column label/id in the right-side panel. 2021-03-17 01:35:56 -04:00
FormulaEditor.ts (core) Update UI for formula and column label/id in the right-side panel. 2021-03-17 01:35:56 -04:00
HyperLinkEditor.ts
HyperLinkTextBox.ts
NewAbstractWidget.ts
NewBaseEditor.ts (core) Update UI for formula and column label/id in the right-side panel. 2021-03-17 01:35:56 -04:00
NTextBox.ts
NTextEditor.ts (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
NumericTextBox.ts
Reference.css
Reference.ts
ReferenceEditor.ts
Spinner.css
Spinner.ts
Switch.css
Switch.js
TextBox.css (core) Update UI for formula and column label/id in the right-side panel. 2021-03-17 01:35:56 -04:00
TextEditor.css (core) Update UI for formula and column label/id in the right-side panel. 2021-03-17 01:35:56 -04:00
TextEditor.js (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
UserType.js
UserTypeImpl.js