TOTVS HTML Framework Angular Snippets for VS CODE
This extension for Visual Studio Code adds HTML|Angular snippets for TOTVS HTML Framework.
THF Suported version: 2.3.0
Type part of a snippet, press enter
, and the snippet unfolds.
<thf-avatar>
<thf-button>
<thf-button-group>
<thf-breadcrumb>
<thf-checkbox-group>
<thf-column>
<thf-combo>
<thf-datepicker>
<thf-decimal>
<thf-disclaimer-group>
<thf-dropdown>
<thf-email>
<thf-info>
<thf-input>
<thf-list>
<thf-list-item>
<thf-list-item-content>
<thf-list-item-detail>
<thf-loading-overlay>
<thf-login>
<thf-lookup>
<thf-menu>
<thf-menu-panel>
<thf-modal>
<thf-multiselect>
<thf-number>
<thf-page-default>
<thf-page-detail>
<thf-page-edit>
<thf-page-list>
<thf-page-login>
<thf-password>
<thf-popover>
<thf-popup>
<thf-radio-group>
<thf-row>
<thf-select>
<thf-select-option-template>
<thf-stepper>
<thf-switch>
<thf-table>
<thf-table-row-template>
<thf-tabs>
<thf-tab>
<thf-textarea>
<thf-toolbar>
<thf-toolbar>
<thf-url>
<thf-widget>
<thf-wrapper>
Alternatively, press Ctrl
+ Space
(Windows, Linux) or Cmd
+ Space
(OSX) to activate snippets from within the editor.
2.3.0
- Added the property
t-columns
to thethf-radio-group
; - Added the property
t-literals
to thethf-page-list
.
2.2.0
- Added the property
t-lookup
to thet-filter-params
; - Added the property
t-literals
to the componentsthf-page-detail
andthf-page-edit
.
2.0.1
- Added new icons, 121 in total now;
2.0.0
- Removed the components:
thf-grid
,thf-chart
,thf-code-editor
andthf-field-container
; - Removed the property
t-id
fromthf-tab
; - Added the property
t-columns
to thethf-checkbox-group
; - Added the property
t-hide-arrow
to the componentsthf-popover
andthf-popup
.
1.0.5
- Added the new
thf-breadcrumb
component;
1.0.4
- Added the new
thf-disclaimer-group
component;
1.0.3
- Fixed the use of
tabs
during the navigation over the snippet options.
1.0.2
- Renamed for TOTVS HTML Framework Angular aka
THF Angular
.
1.0.1
- Added the output
t-selected
and the inputt-field-format
to thethf-lookup
; - In the
thf-lookup
the propertyt-title
now has as default value, the value oft-label
; - Added the pseudo component
thf-wrapper
;
1.0.0
- Initial release.