@3t-transform/threeteeui 1.9.19 → 1.9.21
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/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_9_19.cjs.entry.js → tttx-button_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_19.cjs.entry.js → tttx-checkbox-group-caption_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_19.cjs.entry.js → tttx-checkbox-group-heading_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_19.cjs.entry.js → tttx-checkbox-group_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_19.cjs.entry.js → tttx-checkbox_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_19.cjs.entry.js → tttx-comments_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_19.cjs.entry.js → tttx-data-pattern_1_9_21.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_19.cjs.entry.js → tttx-datacard_1_9_21.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_19.cjs.entry.js → tttx-dialog-box_1_9_21.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_19.cjs.entry.js → tttx-dialog_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_19.cjs.entry.js → tttx-expander_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_19_4.cjs.entry.js → tttx-filter_1_9_21_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_19.cjs.entry.js → tttx-form_1_9_21.cjs.entry.js} +19 -2
- package/dist/cjs/{tttx-graph_1_9_19.cjs.entry.js → tttx-graph_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_19.cjs.entry.js → tttx-icon_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_19.cjs.entry.js → tttx-keyvalue-block_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_21_2.cjs.entry.js +114 -0
- package/dist/cjs/{tttx-multiselect-box_1_9_19.cjs.entry.js → tttx-multiselect-box_1_9_21.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_9_19.cjs.entry.js → tttx-percentage-bar_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_19.cjs.entry.js → tttx-qrcode_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_19.cjs.entry.js → tttx-select-box_1_9_21.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-table_1_9_19.cjs.entry.js → tttx-table_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_19.cjs.entry.js → tttx-tabs_1_9_21.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_9_19.cjs.entry.js → tttx-tag_1_9_21.cjs.entry.js} +8 -3
- package/dist/cjs/{tttx-textarea_1_9_19.cjs.entry.js → tttx-textarea_1_9_21.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_19.cjs.entry.js → tttx-toggle_1_9_21.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_19.cjs.entry.js → tttx-tree-view_1_9_21.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.js +4 -4
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +10 -10
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.css +6 -0
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +79 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +28 -9
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +2 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +19 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +7 -7
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +6 -6
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +35 -35
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +4 -4
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +20 -20
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +31 -31
- package/dist/components/index.js +31 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_19.d.ts → tttx-button_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_19.js → tttx-button_1_9_21.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_19.js → tttx-checkbox-group-caption_1_9_21.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_19.js → tttx-checkbox-group-heading_1_9_21.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_19.js → tttx-checkbox-group_1_9_21.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_19.d.ts → tttx-checkbox_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_19.js → tttx-checkbox_1_9_21.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_19.d.ts → tttx-comments_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_19.js → tttx-comments_1_9_21.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_19.js → tttx-data-pattern_1_9_21.js} +16 -16
- package/dist/components/{tttx-comments_1_9_19.d.ts → tttx-datacard_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_19.js → tttx-datacard_1_9_21.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_19.js → tttx-dialog-box_1_9_21.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_19.d.ts → tttx-dialog_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_19.js → tttx-dialog_1_9_21.js} +8 -8
- package/dist/components/tttx-expander_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_19.js → tttx-expander_1_9_21.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_19.d.ts → tttx-filter_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_19.js → tttx-filter_1_9_21.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_19.d.ts → tttx-form_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_19.js → tttx-form_1_9_21.js} +27 -10
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_19.d.ts → tttx-graph_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_19.js → tttx-graph_1_9_21.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_19.d.ts → tttx-icon_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_19.js → tttx-icon_1_9_21.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_19.js → tttx-keyvalue-block_1_9_21.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_19.d.ts → tttx-list_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_19.js → tttx-list_1_9_21.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_19.js → tttx-loading-spinner_1_9_21.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_19.js → tttx-multiselect-box_1_9_21.js} +14 -14
- package/dist/components/tttx-percentage-bar_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_19.js → tttx-percentage-bar_1_9_21.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_19.d.ts → tttx-qrcode_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_19.js → tttx-qrcode_1_9_21.js} +5 -5
- package/dist/components/tttx-select-box.js +9 -9
- package/dist/components/tttx-select-box_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_19.js → tttx-select-box_1_9_21.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_19.js → tttx-sorter_1_9_21.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_19.js → tttx-standalone-input_1_9_21.js} +2 -2
- package/dist/components/{tttx-table_1_9_19.d.ts → tttx-table_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_19.js → tttx-table_1_9_21.js} +5 -5
- package/dist/components/{tttx-form_1_9_19.d.ts → tttx-tabs_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_19.js → tttx-tabs_1_9_21.js} +9 -9
- package/dist/components/{tttx-tag_1_9_19.d.ts → tttx-tag_1_9_21.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_19.js → tttx-tag_1_9_21.js} +23 -8
- package/dist/components/tttx-textarea_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_19.js → tttx-textarea_1_9_21.js} +6 -6
- package/dist/components/tttx-toggle_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_19.js → tttx-toggle_1_9_21.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_19.js → tttx-toolbar_1_9_21.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_21.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_19.js → tttx-tree-view_1_9_21.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_19.entry.js → tttx-button_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_19.entry.js → tttx-checkbox-group-caption_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_19.entry.js → tttx-checkbox-group-heading_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_19.entry.js → tttx-checkbox-group_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_19.entry.js → tttx-checkbox_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_19.entry.js → tttx-comments_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_19.entry.js → tttx-data-pattern_1_9_21.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_19.entry.js → tttx-datacard_1_9_21.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_19.entry.js → tttx-dialog-box_1_9_21.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_19.entry.js → tttx-dialog_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_19.entry.js → tttx-expander_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_19_4.entry.js → tttx-filter_1_9_21_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_19.entry.js → tttx-form_1_9_21.entry.js} +19 -2
- package/dist/esm/{tttx-graph_1_9_19.entry.js → tttx-graph_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_19.entry.js → tttx-icon_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_19.entry.js → tttx-keyvalue-block_1_9_21.entry.js} +1 -1
- package/dist/esm/tttx-loading-spinner_1_9_21_2.entry.js +109 -0
- package/dist/esm/{tttx-multiselect-box_1_9_19.entry.js → tttx-multiselect-box_1_9_21.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_9_19.entry.js → tttx-percentage-bar_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_19.entry.js → tttx-qrcode_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_19.entry.js → tttx-select-box_1_9_21.entry.js} +4 -4
- package/dist/esm/{tttx-table_1_9_19.entry.js → tttx-table_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_19.entry.js → tttx-tabs_1_9_21.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_9_19.entry.js → tttx-tag_1_9_21.entry.js} +8 -3
- package/dist/esm/{tttx-textarea_1_9_19.entry.js → tttx-textarea_1_9_21.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_19.entry.js → tttx-toggle_1_9_21.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_19.entry.js → tttx-tree-view_1_9_21.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-2d184378.entry.js +1 -1
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -1
- package/dist/tttx/p-3df60a1b.entry.js +1 -0
- package/dist/tttx/p-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-6bd36b5b.entry.js +1 -1
- package/dist/tttx/p-74148f2a.entry.js +1 -1
- package/dist/tttx/p-79e218d0.entry.js +1 -1
- package/dist/tttx/p-90d21e86.entry.js +1 -0
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-996a6061.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-b7347352.entry.js +1 -1
- package/dist/tttx/p-bbad0784.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-tag/tttx-tag.d.ts +4 -0
- package/dist/types/components/atoms/tttx-tag/tttx-tag.stories.d.ts +24 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +376 -368
- package/package.json +1 -1
- package/dist/cjs/tttx-loading-spinner_1_9_19_2.cjs.entry.js +0 -114
- package/dist/components/tttx-checkbox-group-caption_1_9_19.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_19.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_19.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_19.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_19.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_19.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_19.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_19.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_19.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_19.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_19.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_19.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_19.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_19.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_19.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_19.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_19.d.ts +0 -11
- package/dist/esm/tttx-loading-spinner_1_9_19_2.entry.js +0 -109
- package/dist/tttx/p-5adde0ce.entry.js +0 -1
- package/dist/tttx/p-884f37d3.entry.js +0 -1
|
@@ -20,32 +20,32 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_9_21 {
|
|
24
24
|
"design": string;
|
|
25
25
|
"icon": string;
|
|
26
26
|
"iconcolor": string;
|
|
27
27
|
"iconposition": 'left' | 'right';
|
|
28
28
|
"notext": boolean;
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_9_21 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_21 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_21 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_21 {
|
|
37
37
|
"checkboxId": string;
|
|
38
38
|
"checked": boolean;
|
|
39
39
|
"indeterminate": boolean;
|
|
40
40
|
"inline": boolean;
|
|
41
41
|
"label": string;
|
|
42
42
|
}
|
|
43
|
-
interface
|
|
43
|
+
interface TttxComments_1_9_21 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
}
|
|
48
|
-
interface
|
|
48
|
+
interface TttxDataPattern_1_9_21 {
|
|
49
49
|
"addbutton": boolean;
|
|
50
50
|
"addbuttonlabel": string;
|
|
51
51
|
"data": string;
|
|
@@ -55,7 +55,7 @@ export namespace Components {
|
|
|
55
55
|
"searchplaceholder": string;
|
|
56
56
|
"sorterOptions": string;
|
|
57
57
|
}
|
|
58
|
-
interface
|
|
58
|
+
interface TttxDatacard_1_9_21 {
|
|
59
59
|
"cardTitle": string;
|
|
60
60
|
"cardType": string;
|
|
61
61
|
"chartConfig": string;
|
|
@@ -64,13 +64,13 @@ export namespace Components {
|
|
|
64
64
|
"rightData": string;
|
|
65
65
|
"rightSubtext": string;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxDialogBox_1_9_21 {
|
|
68
68
|
"allowOverflow": boolean;
|
|
69
69
|
"data": string | DialogItems;
|
|
70
70
|
"open": boolean;
|
|
71
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
72
72
|
}
|
|
73
|
-
interface
|
|
73
|
+
interface TttxDialog_1_9_21 {
|
|
74
74
|
"allowOverflow": boolean;
|
|
75
75
|
"closeEnabled": boolean;
|
|
76
76
|
"header": string;
|
|
@@ -78,13 +78,13 @@ export namespace Components {
|
|
|
78
78
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
79
79
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
80
80
|
}
|
|
81
|
-
interface
|
|
81
|
+
interface TttxExpander_1_9_21 {
|
|
82
82
|
"lefticon"?: string;
|
|
83
83
|
"lefticoncolor"?: string;
|
|
84
84
|
"name": string;
|
|
85
85
|
"open": boolean;
|
|
86
86
|
}
|
|
87
|
-
interface
|
|
87
|
+
interface TttxFilter_1_9_21 {
|
|
88
88
|
"defaultFilterOptions": string[] | string;
|
|
89
89
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
90
90
|
"filterHeader": string;
|
|
@@ -95,7 +95,7 @@ export namespace Components {
|
|
|
95
95
|
"showSearchField": boolean;
|
|
96
96
|
"showSelectAll": boolean;
|
|
97
97
|
}
|
|
98
|
-
interface
|
|
98
|
+
interface TttxForm_1_9_21 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -141,30 +141,30 @@ export namespace Components {
|
|
|
141
141
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
142
142
|
"submit": () => Promise<void>;
|
|
143
143
|
}
|
|
144
|
-
interface
|
|
144
|
+
interface TttxGraph_1_9_21 {
|
|
145
145
|
"chartData": string;
|
|
146
146
|
"chartText": string;
|
|
147
147
|
"chartType": string;
|
|
148
148
|
}
|
|
149
|
-
interface
|
|
149
|
+
interface TttxIcon_1_9_21 {
|
|
150
150
|
"color": string;
|
|
151
151
|
"icon": string;
|
|
152
152
|
"size": number;
|
|
153
153
|
}
|
|
154
|
-
interface
|
|
154
|
+
interface TttxKeyvalueBlock_1_9_21 {
|
|
155
155
|
"horizontal": boolean;
|
|
156
156
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
157
157
|
"spacedout": boolean;
|
|
158
158
|
}
|
|
159
|
-
interface
|
|
159
|
+
interface TttxList_1_9_21 {
|
|
160
160
|
"data": string | ListItem[];
|
|
161
161
|
"name": string;
|
|
162
162
|
}
|
|
163
|
-
interface
|
|
163
|
+
interface TttxLoadingSpinner_1_9_21 {
|
|
164
164
|
"loadingMessage": boolean;
|
|
165
165
|
"size": 'small' | 'large';
|
|
166
166
|
}
|
|
167
|
-
interface
|
|
167
|
+
interface TttxMultiselectBox_1_9_21 {
|
|
168
168
|
"htmlVisibleValue": boolean;
|
|
169
169
|
"inline": boolean;
|
|
170
170
|
"isLoading": boolean;
|
|
@@ -176,18 +176,18 @@ export namespace Components {
|
|
|
176
176
|
"stopLocalSearch": boolean;
|
|
177
177
|
"visibleValue": string;
|
|
178
178
|
}
|
|
179
|
-
interface
|
|
179
|
+
interface TttxPercentageBar_1_9_21 {
|
|
180
180
|
"color"?: string;
|
|
181
181
|
"labelid"?: string;
|
|
182
182
|
"min": string;
|
|
183
183
|
"percentage": string | number;
|
|
184
184
|
"thresholds"?: string | Threshold[];
|
|
185
185
|
}
|
|
186
|
-
interface
|
|
186
|
+
interface TttxQrcode_1_9_21 {
|
|
187
187
|
"link": string;
|
|
188
188
|
"size": number;
|
|
189
189
|
}
|
|
190
|
-
interface
|
|
190
|
+
interface TttxSelectBox_1_9_21 {
|
|
191
191
|
"errorMsg": string;
|
|
192
192
|
"inline": boolean;
|
|
193
193
|
"isLoading": boolean;
|
|
@@ -202,13 +202,13 @@ export namespace Components {
|
|
|
202
202
|
"showErrorMsg": boolean;
|
|
203
203
|
"useExternalFiltering": boolean;
|
|
204
204
|
}
|
|
205
|
-
interface
|
|
205
|
+
interface TttxSorter_1_9_21 {
|
|
206
206
|
"defaultOption": string;
|
|
207
207
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
208
208
|
"fieldOptionsData": string | SorterData;
|
|
209
209
|
"sorterKey": string;
|
|
210
210
|
}
|
|
211
|
-
interface
|
|
211
|
+
interface TttxStandaloneInput_1_9_21 {
|
|
212
212
|
"autocomplete": 'off' | 'on';
|
|
213
213
|
"checked": boolean;
|
|
214
214
|
"disabled": boolean;
|
|
@@ -224,8 +224,8 @@ export namespace Components {
|
|
|
224
224
|
"inputiconcolor": string;
|
|
225
225
|
/**
|
|
226
226
|
* tabindex - Allows the HTML elements to be focusable
|
|
227
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
228
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
227
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_21 input-index="1" />
|
|
228
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_21 inputindex={1} />
|
|
229
229
|
*/
|
|
230
230
|
"inputindex": string | number;
|
|
231
231
|
/**
|
|
@@ -253,7 +253,7 @@ export namespace Components {
|
|
|
253
253
|
"type": string;
|
|
254
254
|
"value": string | number;
|
|
255
255
|
}
|
|
256
|
-
interface
|
|
256
|
+
interface TttxTable_1_9_21 {
|
|
257
257
|
"data": any;
|
|
258
258
|
"draggableHeaders": boolean;
|
|
259
259
|
"headers": TableHeader[];
|
|
@@ -261,24 +261,28 @@ export namespace Components {
|
|
|
261
261
|
"selectable": boolean;
|
|
262
262
|
"selected": number;
|
|
263
263
|
}
|
|
264
|
-
interface
|
|
264
|
+
interface TttxTabs_1_9_21 {
|
|
265
265
|
"navigation": boolean;
|
|
266
266
|
"tabs": string | Tab[];
|
|
267
267
|
"tabsName": string;
|
|
268
268
|
"wide": boolean;
|
|
269
269
|
}
|
|
270
|
-
interface
|
|
270
|
+
interface TttxTag_1_9_21 {
|
|
271
271
|
"color": string;
|
|
272
|
+
"hasIcon": boolean;
|
|
273
|
+
"icon": string;
|
|
274
|
+
"iconColor": string;
|
|
275
|
+
"iconSize": number;
|
|
272
276
|
"text": string;
|
|
273
277
|
"textColor": string;
|
|
274
278
|
}
|
|
275
|
-
interface
|
|
279
|
+
interface TttxTextarea_1_9_21 {
|
|
276
280
|
"disabled": boolean;
|
|
277
281
|
"errormsg": string;
|
|
278
282
|
/**
|
|
279
283
|
* tabindex - Allows the HTML elements to be focusable
|
|
280
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
281
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
284
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_21 input-index="1" />
|
|
285
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_21 inputindex={1} />
|
|
282
286
|
*/
|
|
283
287
|
"inputindex": string | number;
|
|
284
288
|
/**
|
|
@@ -302,335 +306,335 @@ export namespace Components {
|
|
|
302
306
|
"textareaautofocus": boolean;
|
|
303
307
|
"value": string | number;
|
|
304
308
|
}
|
|
305
|
-
interface
|
|
309
|
+
interface TttxToggle_1_9_21 {
|
|
306
310
|
"initialstate": boolean | string;
|
|
307
311
|
}
|
|
308
|
-
interface
|
|
312
|
+
interface TttxToolbar_1_9_21 {
|
|
309
313
|
"border": boolean;
|
|
310
314
|
}
|
|
311
|
-
interface
|
|
315
|
+
interface TttxTreeView_1_9_21 {
|
|
312
316
|
"data": TreeViewItem[];
|
|
313
317
|
}
|
|
314
318
|
}
|
|
315
|
-
export interface
|
|
319
|
+
export interface TttxCheckbox_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
316
320
|
detail: T;
|
|
317
|
-
target:
|
|
321
|
+
target: HTMLTttxCheckbox_1_9_21Element;
|
|
318
322
|
}
|
|
319
|
-
export interface
|
|
323
|
+
export interface TttxComments_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
320
324
|
detail: T;
|
|
321
|
-
target:
|
|
325
|
+
target: HTMLTttxComments_1_9_21Element;
|
|
322
326
|
}
|
|
323
|
-
export interface
|
|
327
|
+
export interface TttxDialogBox_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
324
328
|
detail: T;
|
|
325
|
-
target:
|
|
329
|
+
target: HTMLTttxDialogBox_1_9_21Element;
|
|
326
330
|
}
|
|
327
|
-
export interface
|
|
331
|
+
export interface TttxDialog_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
328
332
|
detail: T;
|
|
329
|
-
target:
|
|
333
|
+
target: HTMLTttxDialog_1_9_21Element;
|
|
330
334
|
}
|
|
331
|
-
export interface
|
|
335
|
+
export interface TttxExpander_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
332
336
|
detail: T;
|
|
333
|
-
target:
|
|
337
|
+
target: HTMLTttxExpander_1_9_21Element;
|
|
334
338
|
}
|
|
335
|
-
export interface
|
|
339
|
+
export interface TttxFilter_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
336
340
|
detail: T;
|
|
337
|
-
target:
|
|
341
|
+
target: HTMLTttxFilter_1_9_21Element;
|
|
338
342
|
}
|
|
339
|
-
export interface
|
|
343
|
+
export interface TttxForm_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
340
344
|
detail: T;
|
|
341
|
-
target:
|
|
345
|
+
target: HTMLTttxForm_1_9_21Element;
|
|
342
346
|
}
|
|
343
|
-
export interface
|
|
347
|
+
export interface TttxList_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
344
348
|
detail: T;
|
|
345
|
-
target:
|
|
349
|
+
target: HTMLTttxList_1_9_21Element;
|
|
346
350
|
}
|
|
347
|
-
export interface
|
|
351
|
+
export interface TttxMultiselectBox_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
348
352
|
detail: T;
|
|
349
|
-
target:
|
|
353
|
+
target: HTMLTttxMultiselectBox_1_9_21Element;
|
|
350
354
|
}
|
|
351
|
-
export interface
|
|
355
|
+
export interface TttxSelectBox_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
352
356
|
detail: T;
|
|
353
|
-
target:
|
|
357
|
+
target: HTMLTttxSelectBox_1_9_21Element;
|
|
354
358
|
}
|
|
355
|
-
export interface
|
|
359
|
+
export interface TttxSorter_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
356
360
|
detail: T;
|
|
357
|
-
target:
|
|
361
|
+
target: HTMLTttxSorter_1_9_21Element;
|
|
358
362
|
}
|
|
359
|
-
export interface
|
|
363
|
+
export interface TttxStandaloneInput_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
360
364
|
detail: T;
|
|
361
|
-
target:
|
|
365
|
+
target: HTMLTttxStandaloneInput_1_9_21Element;
|
|
362
366
|
}
|
|
363
|
-
export interface
|
|
367
|
+
export interface TttxTable_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
364
368
|
detail: T;
|
|
365
|
-
target:
|
|
369
|
+
target: HTMLTttxTable_1_9_21Element;
|
|
366
370
|
}
|
|
367
|
-
export interface
|
|
371
|
+
export interface TttxTabs_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
368
372
|
detail: T;
|
|
369
|
-
target:
|
|
373
|
+
target: HTMLTttxTabs_1_9_21Element;
|
|
370
374
|
}
|
|
371
|
-
export interface
|
|
375
|
+
export interface TttxTextarea_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
372
376
|
detail: T;
|
|
373
|
-
target:
|
|
377
|
+
target: HTMLTttxTextarea_1_9_21Element;
|
|
374
378
|
}
|
|
375
|
-
export interface
|
|
379
|
+
export interface TttxToggle_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
376
380
|
detail: T;
|
|
377
|
-
target:
|
|
381
|
+
target: HTMLTttxToggle_1_9_21Element;
|
|
378
382
|
}
|
|
379
|
-
export interface
|
|
383
|
+
export interface TttxTreeView_1_9_21CustomEvent<T> extends CustomEvent<T> {
|
|
380
384
|
detail: T;
|
|
381
|
-
target:
|
|
385
|
+
target: HTMLTttxTreeView_1_9_21Element;
|
|
382
386
|
}
|
|
383
387
|
declare global {
|
|
384
|
-
interface
|
|
388
|
+
interface HTMLTttxButton_1_9_21Element extends Components.TttxButton_1_9_21, HTMLStencilElement {
|
|
385
389
|
}
|
|
386
|
-
var
|
|
387
|
-
prototype:
|
|
388
|
-
new ():
|
|
390
|
+
var HTMLTttxButton_1_9_21Element: {
|
|
391
|
+
prototype: HTMLTttxButton_1_9_21Element;
|
|
392
|
+
new (): HTMLTttxButton_1_9_21Element;
|
|
389
393
|
};
|
|
390
|
-
interface
|
|
394
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_21Element extends Components.TttxCheckboxGroupCaption_1_9_21, HTMLStencilElement {
|
|
391
395
|
}
|
|
392
|
-
var
|
|
393
|
-
prototype:
|
|
394
|
-
new ():
|
|
396
|
+
var HTMLTttxCheckboxGroupCaption_1_9_21Element: {
|
|
397
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_21Element;
|
|
398
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_21Element;
|
|
395
399
|
};
|
|
396
|
-
interface
|
|
400
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_21Element extends Components.TttxCheckboxGroupHeading_1_9_21, HTMLStencilElement {
|
|
397
401
|
}
|
|
398
|
-
var
|
|
399
|
-
prototype:
|
|
400
|
-
new ():
|
|
402
|
+
var HTMLTttxCheckboxGroupHeading_1_9_21Element: {
|
|
403
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_21Element;
|
|
404
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_21Element;
|
|
401
405
|
};
|
|
402
|
-
interface
|
|
406
|
+
interface HTMLTttxCheckboxGroup_1_9_21Element extends Components.TttxCheckboxGroup_1_9_21, HTMLStencilElement {
|
|
403
407
|
}
|
|
404
|
-
var
|
|
405
|
-
prototype:
|
|
406
|
-
new ():
|
|
408
|
+
var HTMLTttxCheckboxGroup_1_9_21Element: {
|
|
409
|
+
prototype: HTMLTttxCheckboxGroup_1_9_21Element;
|
|
410
|
+
new (): HTMLTttxCheckboxGroup_1_9_21Element;
|
|
407
411
|
};
|
|
408
|
-
interface
|
|
412
|
+
interface HTMLTttxCheckbox_1_9_21Element extends Components.TttxCheckbox_1_9_21, HTMLStencilElement {
|
|
409
413
|
}
|
|
410
|
-
var
|
|
411
|
-
prototype:
|
|
412
|
-
new ():
|
|
414
|
+
var HTMLTttxCheckbox_1_9_21Element: {
|
|
415
|
+
prototype: HTMLTttxCheckbox_1_9_21Element;
|
|
416
|
+
new (): HTMLTttxCheckbox_1_9_21Element;
|
|
413
417
|
};
|
|
414
|
-
interface
|
|
418
|
+
interface HTMLTttxComments_1_9_21Element extends Components.TttxComments_1_9_21, HTMLStencilElement {
|
|
415
419
|
}
|
|
416
|
-
var
|
|
417
|
-
prototype:
|
|
418
|
-
new ():
|
|
420
|
+
var HTMLTttxComments_1_9_21Element: {
|
|
421
|
+
prototype: HTMLTttxComments_1_9_21Element;
|
|
422
|
+
new (): HTMLTttxComments_1_9_21Element;
|
|
419
423
|
};
|
|
420
|
-
interface
|
|
424
|
+
interface HTMLTttxDataPattern_1_9_21Element extends Components.TttxDataPattern_1_9_21, HTMLStencilElement {
|
|
421
425
|
}
|
|
422
|
-
var
|
|
423
|
-
prototype:
|
|
424
|
-
new ():
|
|
426
|
+
var HTMLTttxDataPattern_1_9_21Element: {
|
|
427
|
+
prototype: HTMLTttxDataPattern_1_9_21Element;
|
|
428
|
+
new (): HTMLTttxDataPattern_1_9_21Element;
|
|
425
429
|
};
|
|
426
|
-
interface
|
|
430
|
+
interface HTMLTttxDatacard_1_9_21Element extends Components.TttxDatacard_1_9_21, HTMLStencilElement {
|
|
427
431
|
}
|
|
428
|
-
var
|
|
429
|
-
prototype:
|
|
430
|
-
new ():
|
|
432
|
+
var HTMLTttxDatacard_1_9_21Element: {
|
|
433
|
+
prototype: HTMLTttxDatacard_1_9_21Element;
|
|
434
|
+
new (): HTMLTttxDatacard_1_9_21Element;
|
|
431
435
|
};
|
|
432
|
-
interface
|
|
436
|
+
interface HTMLTttxDialogBox_1_9_21Element extends Components.TttxDialogBox_1_9_21, HTMLStencilElement {
|
|
433
437
|
}
|
|
434
|
-
var
|
|
435
|
-
prototype:
|
|
436
|
-
new ():
|
|
438
|
+
var HTMLTttxDialogBox_1_9_21Element: {
|
|
439
|
+
prototype: HTMLTttxDialogBox_1_9_21Element;
|
|
440
|
+
new (): HTMLTttxDialogBox_1_9_21Element;
|
|
437
441
|
};
|
|
438
|
-
interface
|
|
442
|
+
interface HTMLTttxDialog_1_9_21Element extends Components.TttxDialog_1_9_21, HTMLStencilElement {
|
|
439
443
|
}
|
|
440
|
-
var
|
|
441
|
-
prototype:
|
|
442
|
-
new ():
|
|
444
|
+
var HTMLTttxDialog_1_9_21Element: {
|
|
445
|
+
prototype: HTMLTttxDialog_1_9_21Element;
|
|
446
|
+
new (): HTMLTttxDialog_1_9_21Element;
|
|
443
447
|
};
|
|
444
|
-
interface
|
|
448
|
+
interface HTMLTttxExpander_1_9_21Element extends Components.TttxExpander_1_9_21, HTMLStencilElement {
|
|
445
449
|
}
|
|
446
|
-
var
|
|
447
|
-
prototype:
|
|
448
|
-
new ():
|
|
450
|
+
var HTMLTttxExpander_1_9_21Element: {
|
|
451
|
+
prototype: HTMLTttxExpander_1_9_21Element;
|
|
452
|
+
new (): HTMLTttxExpander_1_9_21Element;
|
|
449
453
|
};
|
|
450
|
-
interface
|
|
454
|
+
interface HTMLTttxFilter_1_9_21Element extends Components.TttxFilter_1_9_21, HTMLStencilElement {
|
|
451
455
|
}
|
|
452
|
-
var
|
|
453
|
-
prototype:
|
|
454
|
-
new ():
|
|
456
|
+
var HTMLTttxFilter_1_9_21Element: {
|
|
457
|
+
prototype: HTMLTttxFilter_1_9_21Element;
|
|
458
|
+
new (): HTMLTttxFilter_1_9_21Element;
|
|
455
459
|
};
|
|
456
|
-
interface
|
|
460
|
+
interface HTMLTttxForm_1_9_21Element extends Components.TttxForm_1_9_21, HTMLStencilElement {
|
|
457
461
|
}
|
|
458
|
-
var
|
|
459
|
-
prototype:
|
|
460
|
-
new ():
|
|
462
|
+
var HTMLTttxForm_1_9_21Element: {
|
|
463
|
+
prototype: HTMLTttxForm_1_9_21Element;
|
|
464
|
+
new (): HTMLTttxForm_1_9_21Element;
|
|
461
465
|
};
|
|
462
|
-
interface
|
|
466
|
+
interface HTMLTttxGraph_1_9_21Element extends Components.TttxGraph_1_9_21, HTMLStencilElement {
|
|
463
467
|
}
|
|
464
|
-
var
|
|
465
|
-
prototype:
|
|
466
|
-
new ():
|
|
468
|
+
var HTMLTttxGraph_1_9_21Element: {
|
|
469
|
+
prototype: HTMLTttxGraph_1_9_21Element;
|
|
470
|
+
new (): HTMLTttxGraph_1_9_21Element;
|
|
467
471
|
};
|
|
468
|
-
interface
|
|
472
|
+
interface HTMLTttxIcon_1_9_21Element extends Components.TttxIcon_1_9_21, HTMLStencilElement {
|
|
469
473
|
}
|
|
470
|
-
var
|
|
471
|
-
prototype:
|
|
472
|
-
new ():
|
|
474
|
+
var HTMLTttxIcon_1_9_21Element: {
|
|
475
|
+
prototype: HTMLTttxIcon_1_9_21Element;
|
|
476
|
+
new (): HTMLTttxIcon_1_9_21Element;
|
|
473
477
|
};
|
|
474
|
-
interface
|
|
478
|
+
interface HTMLTttxKeyvalueBlock_1_9_21Element extends Components.TttxKeyvalueBlock_1_9_21, HTMLStencilElement {
|
|
475
479
|
}
|
|
476
|
-
var
|
|
477
|
-
prototype:
|
|
478
|
-
new ():
|
|
480
|
+
var HTMLTttxKeyvalueBlock_1_9_21Element: {
|
|
481
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_21Element;
|
|
482
|
+
new (): HTMLTttxKeyvalueBlock_1_9_21Element;
|
|
479
483
|
};
|
|
480
|
-
interface
|
|
484
|
+
interface HTMLTttxList_1_9_21Element extends Components.TttxList_1_9_21, HTMLStencilElement {
|
|
481
485
|
}
|
|
482
|
-
var
|
|
483
|
-
prototype:
|
|
484
|
-
new ():
|
|
486
|
+
var HTMLTttxList_1_9_21Element: {
|
|
487
|
+
prototype: HTMLTttxList_1_9_21Element;
|
|
488
|
+
new (): HTMLTttxList_1_9_21Element;
|
|
485
489
|
};
|
|
486
|
-
interface
|
|
490
|
+
interface HTMLTttxLoadingSpinner_1_9_21Element extends Components.TttxLoadingSpinner_1_9_21, HTMLStencilElement {
|
|
487
491
|
}
|
|
488
|
-
var
|
|
489
|
-
prototype:
|
|
490
|
-
new ():
|
|
492
|
+
var HTMLTttxLoadingSpinner_1_9_21Element: {
|
|
493
|
+
prototype: HTMLTttxLoadingSpinner_1_9_21Element;
|
|
494
|
+
new (): HTMLTttxLoadingSpinner_1_9_21Element;
|
|
491
495
|
};
|
|
492
|
-
interface
|
|
496
|
+
interface HTMLTttxMultiselectBox_1_9_21Element extends Components.TttxMultiselectBox_1_9_21, HTMLStencilElement {
|
|
493
497
|
}
|
|
494
|
-
var
|
|
495
|
-
prototype:
|
|
496
|
-
new ():
|
|
498
|
+
var HTMLTttxMultiselectBox_1_9_21Element: {
|
|
499
|
+
prototype: HTMLTttxMultiselectBox_1_9_21Element;
|
|
500
|
+
new (): HTMLTttxMultiselectBox_1_9_21Element;
|
|
497
501
|
};
|
|
498
|
-
interface
|
|
502
|
+
interface HTMLTttxPercentageBar_1_9_21Element extends Components.TttxPercentageBar_1_9_21, HTMLStencilElement {
|
|
499
503
|
}
|
|
500
|
-
var
|
|
501
|
-
prototype:
|
|
502
|
-
new ():
|
|
504
|
+
var HTMLTttxPercentageBar_1_9_21Element: {
|
|
505
|
+
prototype: HTMLTttxPercentageBar_1_9_21Element;
|
|
506
|
+
new (): HTMLTttxPercentageBar_1_9_21Element;
|
|
503
507
|
};
|
|
504
|
-
interface
|
|
508
|
+
interface HTMLTttxQrcode_1_9_21Element extends Components.TttxQrcode_1_9_21, HTMLStencilElement {
|
|
505
509
|
}
|
|
506
|
-
var
|
|
507
|
-
prototype:
|
|
508
|
-
new ():
|
|
510
|
+
var HTMLTttxQrcode_1_9_21Element: {
|
|
511
|
+
prototype: HTMLTttxQrcode_1_9_21Element;
|
|
512
|
+
new (): HTMLTttxQrcode_1_9_21Element;
|
|
509
513
|
};
|
|
510
|
-
interface
|
|
514
|
+
interface HTMLTttxSelectBox_1_9_21Element extends Components.TttxSelectBox_1_9_21, HTMLStencilElement {
|
|
511
515
|
}
|
|
512
|
-
var
|
|
513
|
-
prototype:
|
|
514
|
-
new ():
|
|
516
|
+
var HTMLTttxSelectBox_1_9_21Element: {
|
|
517
|
+
prototype: HTMLTttxSelectBox_1_9_21Element;
|
|
518
|
+
new (): HTMLTttxSelectBox_1_9_21Element;
|
|
515
519
|
};
|
|
516
|
-
interface
|
|
520
|
+
interface HTMLTttxSorter_1_9_21Element extends Components.TttxSorter_1_9_21, HTMLStencilElement {
|
|
517
521
|
}
|
|
518
|
-
var
|
|
519
|
-
prototype:
|
|
520
|
-
new ():
|
|
522
|
+
var HTMLTttxSorter_1_9_21Element: {
|
|
523
|
+
prototype: HTMLTttxSorter_1_9_21Element;
|
|
524
|
+
new (): HTMLTttxSorter_1_9_21Element;
|
|
521
525
|
};
|
|
522
|
-
interface
|
|
526
|
+
interface HTMLTttxStandaloneInput_1_9_21Element extends Components.TttxStandaloneInput_1_9_21, HTMLStencilElement {
|
|
523
527
|
}
|
|
524
|
-
var
|
|
525
|
-
prototype:
|
|
526
|
-
new ():
|
|
528
|
+
var HTMLTttxStandaloneInput_1_9_21Element: {
|
|
529
|
+
prototype: HTMLTttxStandaloneInput_1_9_21Element;
|
|
530
|
+
new (): HTMLTttxStandaloneInput_1_9_21Element;
|
|
527
531
|
};
|
|
528
|
-
interface
|
|
532
|
+
interface HTMLTttxTable_1_9_21Element extends Components.TttxTable_1_9_21, HTMLStencilElement {
|
|
529
533
|
}
|
|
530
|
-
var
|
|
531
|
-
prototype:
|
|
532
|
-
new ():
|
|
534
|
+
var HTMLTttxTable_1_9_21Element: {
|
|
535
|
+
prototype: HTMLTttxTable_1_9_21Element;
|
|
536
|
+
new (): HTMLTttxTable_1_9_21Element;
|
|
533
537
|
};
|
|
534
|
-
interface
|
|
538
|
+
interface HTMLTttxTabs_1_9_21Element extends Components.TttxTabs_1_9_21, HTMLStencilElement {
|
|
535
539
|
}
|
|
536
|
-
var
|
|
537
|
-
prototype:
|
|
538
|
-
new ():
|
|
540
|
+
var HTMLTttxTabs_1_9_21Element: {
|
|
541
|
+
prototype: HTMLTttxTabs_1_9_21Element;
|
|
542
|
+
new (): HTMLTttxTabs_1_9_21Element;
|
|
539
543
|
};
|
|
540
|
-
interface
|
|
544
|
+
interface HTMLTttxTag_1_9_21Element extends Components.TttxTag_1_9_21, HTMLStencilElement {
|
|
541
545
|
}
|
|
542
|
-
var
|
|
543
|
-
prototype:
|
|
544
|
-
new ():
|
|
546
|
+
var HTMLTttxTag_1_9_21Element: {
|
|
547
|
+
prototype: HTMLTttxTag_1_9_21Element;
|
|
548
|
+
new (): HTMLTttxTag_1_9_21Element;
|
|
545
549
|
};
|
|
546
|
-
interface
|
|
550
|
+
interface HTMLTttxTextarea_1_9_21Element extends Components.TttxTextarea_1_9_21, HTMLStencilElement {
|
|
547
551
|
}
|
|
548
|
-
var
|
|
549
|
-
prototype:
|
|
550
|
-
new ():
|
|
552
|
+
var HTMLTttxTextarea_1_9_21Element: {
|
|
553
|
+
prototype: HTMLTttxTextarea_1_9_21Element;
|
|
554
|
+
new (): HTMLTttxTextarea_1_9_21Element;
|
|
551
555
|
};
|
|
552
|
-
interface
|
|
556
|
+
interface HTMLTttxToggle_1_9_21Element extends Components.TttxToggle_1_9_21, HTMLStencilElement {
|
|
553
557
|
}
|
|
554
|
-
var
|
|
555
|
-
prototype:
|
|
556
|
-
new ():
|
|
558
|
+
var HTMLTttxToggle_1_9_21Element: {
|
|
559
|
+
prototype: HTMLTttxToggle_1_9_21Element;
|
|
560
|
+
new (): HTMLTttxToggle_1_9_21Element;
|
|
557
561
|
};
|
|
558
|
-
interface
|
|
562
|
+
interface HTMLTttxToolbar_1_9_21Element extends Components.TttxToolbar_1_9_21, HTMLStencilElement {
|
|
559
563
|
}
|
|
560
|
-
var
|
|
561
|
-
prototype:
|
|
562
|
-
new ():
|
|
564
|
+
var HTMLTttxToolbar_1_9_21Element: {
|
|
565
|
+
prototype: HTMLTttxToolbar_1_9_21Element;
|
|
566
|
+
new (): HTMLTttxToolbar_1_9_21Element;
|
|
563
567
|
};
|
|
564
|
-
interface
|
|
568
|
+
interface HTMLTttxTreeView_1_9_21Element extends Components.TttxTreeView_1_9_21, HTMLStencilElement {
|
|
565
569
|
}
|
|
566
|
-
var
|
|
567
|
-
prototype:
|
|
568
|
-
new ():
|
|
570
|
+
var HTMLTttxTreeView_1_9_21Element: {
|
|
571
|
+
prototype: HTMLTttxTreeView_1_9_21Element;
|
|
572
|
+
new (): HTMLTttxTreeView_1_9_21Element;
|
|
569
573
|
};
|
|
570
574
|
interface HTMLElementTagNameMap {
|
|
571
|
-
"tttx-
|
|
572
|
-
"tttx-checkbox-group-
|
|
573
|
-
"tttx-checkbox-group-
|
|
574
|
-
"tttx-checkbox-
|
|
575
|
-
"tttx-
|
|
576
|
-
"tttx-
|
|
577
|
-
"tttx-data-
|
|
578
|
-
"tttx-
|
|
579
|
-
"tttx-dialog-
|
|
580
|
-
"tttx-
|
|
581
|
-
"tttx-
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-
|
|
584
|
-
"tttx-
|
|
585
|
-
"tttx-
|
|
586
|
-
"tttx-keyvalue-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-loading-
|
|
589
|
-
"tttx-multiselect-
|
|
590
|
-
"tttx-percentage-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-select-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-standalone-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-
|
|
600
|
-
"tttx-
|
|
601
|
-
"tttx-tree-
|
|
575
|
+
"tttx-button_1_9_21": HTMLTttxButton_1_9_21Element;
|
|
576
|
+
"tttx-checkbox-group-caption_1_9_21": HTMLTttxCheckboxGroupCaption_1_9_21Element;
|
|
577
|
+
"tttx-checkbox-group-heading_1_9_21": HTMLTttxCheckboxGroupHeading_1_9_21Element;
|
|
578
|
+
"tttx-checkbox-group_1_9_21": HTMLTttxCheckboxGroup_1_9_21Element;
|
|
579
|
+
"tttx-checkbox_1_9_21": HTMLTttxCheckbox_1_9_21Element;
|
|
580
|
+
"tttx-comments_1_9_21": HTMLTttxComments_1_9_21Element;
|
|
581
|
+
"tttx-data-pattern_1_9_21": HTMLTttxDataPattern_1_9_21Element;
|
|
582
|
+
"tttx-datacard_1_9_21": HTMLTttxDatacard_1_9_21Element;
|
|
583
|
+
"tttx-dialog-box_1_9_21": HTMLTttxDialogBox_1_9_21Element;
|
|
584
|
+
"tttx-dialog_1_9_21": HTMLTttxDialog_1_9_21Element;
|
|
585
|
+
"tttx-expander_1_9_21": HTMLTttxExpander_1_9_21Element;
|
|
586
|
+
"tttx-filter_1_9_21": HTMLTttxFilter_1_9_21Element;
|
|
587
|
+
"tttx-form_1_9_21": HTMLTttxForm_1_9_21Element;
|
|
588
|
+
"tttx-graph_1_9_21": HTMLTttxGraph_1_9_21Element;
|
|
589
|
+
"tttx-icon_1_9_21": HTMLTttxIcon_1_9_21Element;
|
|
590
|
+
"tttx-keyvalue-block_1_9_21": HTMLTttxKeyvalueBlock_1_9_21Element;
|
|
591
|
+
"tttx-list_1_9_21": HTMLTttxList_1_9_21Element;
|
|
592
|
+
"tttx-loading-spinner_1_9_21": HTMLTttxLoadingSpinner_1_9_21Element;
|
|
593
|
+
"tttx-multiselect-box_1_9_21": HTMLTttxMultiselectBox_1_9_21Element;
|
|
594
|
+
"tttx-percentage-bar_1_9_21": HTMLTttxPercentageBar_1_9_21Element;
|
|
595
|
+
"tttx-qrcode_1_9_21": HTMLTttxQrcode_1_9_21Element;
|
|
596
|
+
"tttx-select-box_1_9_21": HTMLTttxSelectBox_1_9_21Element;
|
|
597
|
+
"tttx-sorter_1_9_21": HTMLTttxSorter_1_9_21Element;
|
|
598
|
+
"tttx-standalone-input_1_9_21": HTMLTttxStandaloneInput_1_9_21Element;
|
|
599
|
+
"tttx-table_1_9_21": HTMLTttxTable_1_9_21Element;
|
|
600
|
+
"tttx-tabs_1_9_21": HTMLTttxTabs_1_9_21Element;
|
|
601
|
+
"tttx-tag_1_9_21": HTMLTttxTag_1_9_21Element;
|
|
602
|
+
"tttx-textarea_1_9_21": HTMLTttxTextarea_1_9_21Element;
|
|
603
|
+
"tttx-toggle_1_9_21": HTMLTttxToggle_1_9_21Element;
|
|
604
|
+
"tttx-toolbar_1_9_21": HTMLTttxToolbar_1_9_21Element;
|
|
605
|
+
"tttx-tree-view_1_9_21": HTMLTttxTreeView_1_9_21Element;
|
|
602
606
|
}
|
|
603
607
|
}
|
|
604
608
|
declare namespace LocalJSX {
|
|
605
|
-
interface
|
|
609
|
+
interface TttxButton_1_9_21 {
|
|
606
610
|
"design"?: string;
|
|
607
611
|
"icon"?: string;
|
|
608
612
|
"iconcolor"?: string;
|
|
609
613
|
"iconposition"?: 'left' | 'right';
|
|
610
614
|
"notext"?: boolean;
|
|
611
615
|
}
|
|
612
|
-
interface
|
|
616
|
+
interface TttxCheckboxGroupCaption_1_9_21 {
|
|
613
617
|
}
|
|
614
|
-
interface
|
|
618
|
+
interface TttxCheckboxGroupHeading_1_9_21 {
|
|
615
619
|
}
|
|
616
|
-
interface
|
|
620
|
+
interface TttxCheckboxGroup_1_9_21 {
|
|
617
621
|
}
|
|
618
|
-
interface
|
|
622
|
+
interface TttxCheckbox_1_9_21 {
|
|
619
623
|
"checkboxId"?: string;
|
|
620
624
|
"checked"?: boolean;
|
|
621
625
|
"indeterminate"?: boolean;
|
|
622
626
|
"inline"?: boolean;
|
|
623
627
|
"label"?: string;
|
|
624
|
-
"onCheckboxChangeEvent"?: (event:
|
|
628
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_21CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
625
629
|
}
|
|
626
|
-
interface
|
|
630
|
+
interface TttxComments_1_9_21 {
|
|
627
631
|
"comments"?: string | Comment[];
|
|
628
632
|
"currentuser"?: string;
|
|
629
|
-
"onCommentAdded"?: (event:
|
|
630
|
-
"onRequestFileDownload"?: (event:
|
|
631
|
-
"onRequestFileUpload"?: (event:
|
|
633
|
+
"onCommentAdded"?: (event: TttxComments_1_9_21CustomEvent<Comment>) => void;
|
|
634
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_21CustomEvent<string>) => void;
|
|
635
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_21CustomEvent<void>) => void;
|
|
632
636
|
}
|
|
633
|
-
interface
|
|
637
|
+
interface TttxDataPattern_1_9_21 {
|
|
634
638
|
"addbutton"?: boolean;
|
|
635
639
|
"addbuttonlabel"?: string;
|
|
636
640
|
"data"?: string;
|
|
@@ -640,7 +644,7 @@ declare namespace LocalJSX {
|
|
|
640
644
|
"searchplaceholder"?: string;
|
|
641
645
|
"sorterOptions"?: string;
|
|
642
646
|
}
|
|
643
|
-
interface
|
|
647
|
+
interface TttxDatacard_1_9_21 {
|
|
644
648
|
"cardTitle"?: string;
|
|
645
649
|
"cardType"?: string;
|
|
646
650
|
"chartConfig"?: string;
|
|
@@ -649,86 +653,86 @@ declare namespace LocalJSX {
|
|
|
649
653
|
"rightData"?: string;
|
|
650
654
|
"rightSubtext"?: string;
|
|
651
655
|
}
|
|
652
|
-
interface
|
|
656
|
+
interface TttxDialogBox_1_9_21 {
|
|
653
657
|
"allowOverflow"?: boolean;
|
|
654
658
|
"data"?: string | DialogItems;
|
|
655
|
-
"onButtonClick"?: (event:
|
|
656
|
-
"onCloseButtonClick"?: (event:
|
|
657
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
659
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_21CustomEvent<any>) => void;
|
|
660
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_21CustomEvent<any>) => void;
|
|
661
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_21CustomEvent<any>) => void;
|
|
658
662
|
"open"?: boolean;
|
|
659
663
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
660
664
|
}
|
|
661
|
-
interface
|
|
665
|
+
interface TttxDialog_1_9_21 {
|
|
662
666
|
"allowOverflow"?: boolean;
|
|
663
667
|
"closeEnabled"?: boolean;
|
|
664
668
|
"header"?: string;
|
|
665
|
-
"onCloseButtonClick"?: (event:
|
|
669
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_21CustomEvent<any>) => void;
|
|
666
670
|
"open"?: boolean;
|
|
667
671
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
668
672
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
669
673
|
}
|
|
670
|
-
interface
|
|
674
|
+
interface TttxExpander_1_9_21 {
|
|
671
675
|
"lefticon"?: string;
|
|
672
676
|
"lefticoncolor"?: string;
|
|
673
677
|
"name"?: string;
|
|
674
|
-
"onToggleExpander"?: (event:
|
|
678
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_21CustomEvent<{ open: boolean; name: string }>) => void;
|
|
675
679
|
"open"?: boolean;
|
|
676
680
|
}
|
|
677
|
-
interface
|
|
681
|
+
interface TttxFilter_1_9_21 {
|
|
678
682
|
"defaultFilterOptions"?: string[] | string;
|
|
679
683
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
680
684
|
"filterHeader"?: string;
|
|
681
685
|
"filterKey"?: string;
|
|
682
686
|
"filterOptions"?: string | FilterSettings[];
|
|
683
|
-
"onFilterChangeEvent"?: (event:
|
|
684
|
-
"onToggleFilter"?: (event:
|
|
687
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_21CustomEvent<FilterChangeEvent>) => void;
|
|
688
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_21CustomEvent<boolean>) => void;
|
|
685
689
|
"popoverWidth"?: string;
|
|
686
690
|
"showOptionIcons"?: boolean;
|
|
687
691
|
"showSearchField"?: boolean;
|
|
688
692
|
"showSelectAll"?: boolean;
|
|
689
693
|
}
|
|
690
|
-
interface
|
|
694
|
+
interface TttxForm_1_9_21 {
|
|
691
695
|
"data"?: any;
|
|
692
696
|
"formschema"?: Record<string, any> | string;
|
|
693
|
-
"onDataChanged"?: (event:
|
|
694
|
-
"onDataSubmitted"?: (event:
|
|
695
|
-
"onSearchTermChanged"?: (event:
|
|
696
|
-
"onSelectToggleOpen"?: (event:
|
|
697
|
+
"onDataChanged"?: (event: TttxForm_1_9_21CustomEvent<{ name: string; value: string }>) => void;
|
|
698
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_21CustomEvent<FormData>) => void;
|
|
699
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_21CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
700
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_21CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
697
701
|
}
|
|
698
|
-
interface
|
|
702
|
+
interface TttxGraph_1_9_21 {
|
|
699
703
|
"chartData"?: string;
|
|
700
704
|
"chartText"?: string;
|
|
701
705
|
"chartType"?: string;
|
|
702
706
|
}
|
|
703
|
-
interface
|
|
707
|
+
interface TttxIcon_1_9_21 {
|
|
704
708
|
"color"?: string;
|
|
705
709
|
"icon"?: string;
|
|
706
710
|
"size"?: number;
|
|
707
711
|
}
|
|
708
|
-
interface
|
|
712
|
+
interface TttxKeyvalueBlock_1_9_21 {
|
|
709
713
|
"horizontal"?: boolean;
|
|
710
714
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
711
715
|
"spacedout"?: boolean;
|
|
712
716
|
}
|
|
713
|
-
interface
|
|
717
|
+
interface TttxList_1_9_21 {
|
|
714
718
|
"data"?: string | ListItem[];
|
|
715
719
|
"name"?: string;
|
|
716
|
-
"onListRowCheckboxClick"?: (event:
|
|
717
|
-
"onListRowClick"?: (event:
|
|
720
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_21CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
721
|
+
"onListRowClick"?: (event: TttxList_1_9_21CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
718
722
|
}
|
|
719
|
-
interface
|
|
723
|
+
interface TttxLoadingSpinner_1_9_21 {
|
|
720
724
|
"loadingMessage"?: boolean;
|
|
721
725
|
"size"?: 'small' | 'large';
|
|
722
726
|
}
|
|
723
|
-
interface
|
|
727
|
+
interface TttxMultiselectBox_1_9_21 {
|
|
724
728
|
"htmlVisibleValue"?: boolean;
|
|
725
729
|
"inline"?: boolean;
|
|
726
730
|
"isLoading"?: boolean;
|
|
727
731
|
"label"?: string;
|
|
728
|
-
"onChangesApplied"?: (event:
|
|
729
|
-
"onSearchDataChanged"?: (event:
|
|
730
|
-
"onSelectItemEvent"?: (event:
|
|
731
|
-
"onToggleOpen"?: (event:
|
|
732
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_21CustomEvent<SelectItem[]>) => void;
|
|
733
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_21CustomEvent<{ searchTerm: string; }>) => void;
|
|
734
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_21CustomEvent<SelectItem>) => void;
|
|
735
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_21CustomEvent<boolean>) => void;
|
|
732
736
|
"optionsData"?: string | SelectItem[];
|
|
733
737
|
"placeholder"?: string;
|
|
734
738
|
"readOnly"?: boolean;
|
|
@@ -736,25 +740,25 @@ declare namespace LocalJSX {
|
|
|
736
740
|
"stopLocalSearch"?: boolean;
|
|
737
741
|
"visibleValue"?: string;
|
|
738
742
|
}
|
|
739
|
-
interface
|
|
743
|
+
interface TttxPercentageBar_1_9_21 {
|
|
740
744
|
"color"?: string;
|
|
741
745
|
"labelid"?: string;
|
|
742
746
|
"min"?: string;
|
|
743
747
|
"percentage"?: string | number;
|
|
744
748
|
"thresholds"?: string | Threshold[];
|
|
745
749
|
}
|
|
746
|
-
interface
|
|
750
|
+
interface TttxQrcode_1_9_21 {
|
|
747
751
|
"link"?: string;
|
|
748
752
|
"size"?: number;
|
|
749
753
|
}
|
|
750
|
-
interface
|
|
754
|
+
interface TttxSelectBox_1_9_21 {
|
|
751
755
|
"errorMsg"?: string;
|
|
752
756
|
"inline"?: boolean;
|
|
753
757
|
"isLoading"?: boolean;
|
|
754
758
|
"label"?: string;
|
|
755
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
756
|
-
"onSelectItemEvent"?: (event:
|
|
757
|
-
"onToggleOpen"?: (event:
|
|
759
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_21CustomEvent<string>) => void;
|
|
760
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_21CustomEvent<SelectItem1>) => void;
|
|
761
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_21CustomEvent<boolean>) => void;
|
|
758
762
|
"optionsData"?: string | SelectItem1[];
|
|
759
763
|
"placeholder"?: string;
|
|
760
764
|
"readOnly"?: boolean;
|
|
@@ -764,15 +768,15 @@ declare namespace LocalJSX {
|
|
|
764
768
|
"showErrorMsg"?: boolean;
|
|
765
769
|
"useExternalFiltering"?: boolean;
|
|
766
770
|
}
|
|
767
|
-
interface
|
|
771
|
+
interface TttxSorter_1_9_21 {
|
|
768
772
|
"defaultOption"?: string;
|
|
769
773
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
770
774
|
"fieldOptionsData"?: string | SorterData;
|
|
771
|
-
"onSorterChangeEvent"?: (event:
|
|
772
|
-
"onToggleSorter"?: (event:
|
|
775
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_21CustomEvent<SorterChangeEvent>) => void;
|
|
776
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_21CustomEvent<boolean>) => void;
|
|
773
777
|
"sorterKey"?: string;
|
|
774
778
|
}
|
|
775
|
-
interface
|
|
779
|
+
interface TttxStandaloneInput_1_9_21 {
|
|
776
780
|
"autocomplete"?: 'off' | 'on';
|
|
777
781
|
"checked"?: boolean;
|
|
778
782
|
"disabled"?: boolean;
|
|
@@ -788,8 +792,8 @@ declare namespace LocalJSX {
|
|
|
788
792
|
"inputiconcolor"?: string;
|
|
789
793
|
/**
|
|
790
794
|
* tabindex - Allows the HTML elements to be focusable
|
|
791
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
792
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
795
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_21 input-index="1" />
|
|
796
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_21 inputindex={1} />
|
|
793
797
|
*/
|
|
794
798
|
"inputindex"?: string | number;
|
|
795
799
|
/**
|
|
@@ -803,13 +807,13 @@ declare namespace LocalJSX {
|
|
|
803
807
|
"min"?: MinMaxDates | number;
|
|
804
808
|
"minlength"?: string | number;
|
|
805
809
|
"name"?: string;
|
|
806
|
-
"onBlurChanged"?: (event:
|
|
807
|
-
"onFocusChanged"?: (event:
|
|
808
|
-
"onInputIconClick"?: (event:
|
|
809
|
-
"onInvalidChanged"?: (event:
|
|
810
|
-
"onLeftIconClick"?: (event:
|
|
811
|
-
"onRightIconClick"?: (event:
|
|
812
|
-
"onValueChanged"?: (event:
|
|
810
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_21CustomEvent<string>) => void;
|
|
811
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_21CustomEvent<string>) => void;
|
|
812
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_21CustomEvent<void>) => void;
|
|
813
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_21CustomEvent<string>) => void;
|
|
814
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_21CustomEvent<void>) => void;
|
|
815
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_21CustomEvent<void>) => void;
|
|
816
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_21CustomEvent<string>) => void;
|
|
813
817
|
"pattern"?: string;
|
|
814
818
|
"placeholder"?: string;
|
|
815
819
|
"readonly"?: string | boolean;
|
|
@@ -824,38 +828,42 @@ declare namespace LocalJSX {
|
|
|
824
828
|
"type"?: string;
|
|
825
829
|
"value"?: string | number;
|
|
826
830
|
}
|
|
827
|
-
interface
|
|
831
|
+
interface TttxTable_1_9_21 {
|
|
828
832
|
"data"?: any;
|
|
829
833
|
"draggableHeaders"?: boolean;
|
|
830
834
|
"headers"?: TableHeader[];
|
|
831
835
|
"loading"?: boolean;
|
|
832
|
-
"onHeaderClicked"?: (event:
|
|
833
|
-
"onHeaderOrderChanged"?: (event:
|
|
834
|
-
"onRowClicked"?: (event:
|
|
836
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_21CustomEvent<any>) => void;
|
|
837
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_21CustomEvent<string[]>) => void;
|
|
838
|
+
"onRowClicked"?: (event: TttxTable_1_9_21CustomEvent<any>) => void;
|
|
835
839
|
"selectable"?: boolean;
|
|
836
840
|
"selected"?: number;
|
|
837
841
|
}
|
|
838
|
-
interface
|
|
842
|
+
interface TttxTabs_1_9_21 {
|
|
839
843
|
"navigation"?: boolean;
|
|
840
|
-
"onLeftNavigation"?: (event:
|
|
841
|
-
"onRightNavigation"?: (event:
|
|
842
|
-
"onTabClick"?: (event:
|
|
844
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_21CustomEvent<any>) => void;
|
|
845
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_21CustomEvent<any>) => void;
|
|
846
|
+
"onTabClick"?: (event: TttxTabs_1_9_21CustomEvent<{ tabId: string }>) => void;
|
|
843
847
|
"tabs"?: string | Tab[];
|
|
844
848
|
"tabsName"?: string;
|
|
845
849
|
"wide"?: boolean;
|
|
846
850
|
}
|
|
847
|
-
interface
|
|
851
|
+
interface TttxTag_1_9_21 {
|
|
848
852
|
"color"?: string;
|
|
853
|
+
"hasIcon"?: boolean;
|
|
854
|
+
"icon"?: string;
|
|
855
|
+
"iconColor"?: string;
|
|
856
|
+
"iconSize"?: number;
|
|
849
857
|
"text"?: string;
|
|
850
858
|
"textColor"?: string;
|
|
851
859
|
}
|
|
852
|
-
interface
|
|
860
|
+
interface TttxTextarea_1_9_21 {
|
|
853
861
|
"disabled"?: boolean;
|
|
854
862
|
"errormsg"?: string;
|
|
855
863
|
/**
|
|
856
864
|
* tabindex - Allows the HTML elements to be focusable
|
|
857
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
858
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
865
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_21 input-index="1" />
|
|
866
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_21 inputindex={1} />
|
|
859
867
|
*/
|
|
860
868
|
"inputindex"?: string | number;
|
|
861
869
|
/**
|
|
@@ -866,10 +874,10 @@ declare namespace LocalJSX {
|
|
|
866
874
|
"label"?: string;
|
|
867
875
|
"maxlength"?: string | number;
|
|
868
876
|
"name"?: string;
|
|
869
|
-
"onBlurChanged"?: (event:
|
|
870
|
-
"onFocusChanged"?: (event:
|
|
871
|
-
"onInvalidChanged"?: (event:
|
|
872
|
-
"onValueChanged"?: (event:
|
|
877
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_21CustomEvent<string>) => void;
|
|
878
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_21CustomEvent<string>) => void;
|
|
879
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_21CustomEvent<string>) => void;
|
|
880
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_21CustomEvent<string>) => void;
|
|
873
881
|
"placeholder"?: string;
|
|
874
882
|
"readonly"?: string | boolean;
|
|
875
883
|
"required"?: boolean;
|
|
@@ -883,88 +891,88 @@ declare namespace LocalJSX {
|
|
|
883
891
|
"textareaautofocus"?: boolean;
|
|
884
892
|
"value"?: string | number;
|
|
885
893
|
}
|
|
886
|
-
interface
|
|
894
|
+
interface TttxToggle_1_9_21 {
|
|
887
895
|
"initialstate"?: boolean | string;
|
|
888
|
-
"onToggleSwitchEvent"?: (event:
|
|
896
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_21CustomEvent<{checked: boolean}>) => void;
|
|
889
897
|
}
|
|
890
|
-
interface
|
|
898
|
+
interface TttxToolbar_1_9_21 {
|
|
891
899
|
"border"?: boolean;
|
|
892
900
|
}
|
|
893
|
-
interface
|
|
901
|
+
interface TttxTreeView_1_9_21 {
|
|
894
902
|
"data"?: TreeViewItem[];
|
|
895
|
-
"onCheckboxChange"?: (event:
|
|
896
|
-
"onClickEvent"?: (event:
|
|
897
|
-
"onExpandNode"?: (event:
|
|
903
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_21CustomEvent<TreeViewItem[]>) => void;
|
|
904
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_21CustomEvent<TreeViewItem>) => void;
|
|
905
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_21CustomEvent<ExpandNodeEvent>) => void;
|
|
898
906
|
}
|
|
899
907
|
interface IntrinsicElements {
|
|
900
|
-
"tttx-
|
|
901
|
-
"tttx-checkbox-group-
|
|
902
|
-
"tttx-checkbox-group-
|
|
903
|
-
"tttx-checkbox-
|
|
904
|
-
"tttx-
|
|
905
|
-
"tttx-
|
|
906
|
-
"tttx-data-
|
|
907
|
-
"tttx-
|
|
908
|
-
"tttx-dialog-
|
|
909
|
-
"tttx-
|
|
910
|
-
"tttx-
|
|
911
|
-
"tttx-
|
|
912
|
-
"tttx-
|
|
913
|
-
"tttx-
|
|
914
|
-
"tttx-
|
|
915
|
-
"tttx-keyvalue-
|
|
916
|
-
"tttx-
|
|
917
|
-
"tttx-loading-
|
|
918
|
-
"tttx-multiselect-
|
|
919
|
-
"tttx-percentage-
|
|
920
|
-
"tttx-
|
|
921
|
-
"tttx-select-
|
|
922
|
-
"tttx-
|
|
923
|
-
"tttx-standalone-
|
|
924
|
-
"tttx-
|
|
925
|
-
"tttx-
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-
|
|
928
|
-
"tttx-
|
|
929
|
-
"tttx-
|
|
930
|
-
"tttx-tree-
|
|
908
|
+
"tttx-button_1_9_21": TttxButton_1_9_21;
|
|
909
|
+
"tttx-checkbox-group-caption_1_9_21": TttxCheckboxGroupCaption_1_9_21;
|
|
910
|
+
"tttx-checkbox-group-heading_1_9_21": TttxCheckboxGroupHeading_1_9_21;
|
|
911
|
+
"tttx-checkbox-group_1_9_21": TttxCheckboxGroup_1_9_21;
|
|
912
|
+
"tttx-checkbox_1_9_21": TttxCheckbox_1_9_21;
|
|
913
|
+
"tttx-comments_1_9_21": TttxComments_1_9_21;
|
|
914
|
+
"tttx-data-pattern_1_9_21": TttxDataPattern_1_9_21;
|
|
915
|
+
"tttx-datacard_1_9_21": TttxDatacard_1_9_21;
|
|
916
|
+
"tttx-dialog-box_1_9_21": TttxDialogBox_1_9_21;
|
|
917
|
+
"tttx-dialog_1_9_21": TttxDialog_1_9_21;
|
|
918
|
+
"tttx-expander_1_9_21": TttxExpander_1_9_21;
|
|
919
|
+
"tttx-filter_1_9_21": TttxFilter_1_9_21;
|
|
920
|
+
"tttx-form_1_9_21": TttxForm_1_9_21;
|
|
921
|
+
"tttx-graph_1_9_21": TttxGraph_1_9_21;
|
|
922
|
+
"tttx-icon_1_9_21": TttxIcon_1_9_21;
|
|
923
|
+
"tttx-keyvalue-block_1_9_21": TttxKeyvalueBlock_1_9_21;
|
|
924
|
+
"tttx-list_1_9_21": TttxList_1_9_21;
|
|
925
|
+
"tttx-loading-spinner_1_9_21": TttxLoadingSpinner_1_9_21;
|
|
926
|
+
"tttx-multiselect-box_1_9_21": TttxMultiselectBox_1_9_21;
|
|
927
|
+
"tttx-percentage-bar_1_9_21": TttxPercentageBar_1_9_21;
|
|
928
|
+
"tttx-qrcode_1_9_21": TttxQrcode_1_9_21;
|
|
929
|
+
"tttx-select-box_1_9_21": TttxSelectBox_1_9_21;
|
|
930
|
+
"tttx-sorter_1_9_21": TttxSorter_1_9_21;
|
|
931
|
+
"tttx-standalone-input_1_9_21": TttxStandaloneInput_1_9_21;
|
|
932
|
+
"tttx-table_1_9_21": TttxTable_1_9_21;
|
|
933
|
+
"tttx-tabs_1_9_21": TttxTabs_1_9_21;
|
|
934
|
+
"tttx-tag_1_9_21": TttxTag_1_9_21;
|
|
935
|
+
"tttx-textarea_1_9_21": TttxTextarea_1_9_21;
|
|
936
|
+
"tttx-toggle_1_9_21": TttxToggle_1_9_21;
|
|
937
|
+
"tttx-toolbar_1_9_21": TttxToolbar_1_9_21;
|
|
938
|
+
"tttx-tree-view_1_9_21": TttxTreeView_1_9_21;
|
|
931
939
|
}
|
|
932
940
|
}
|
|
933
941
|
export { LocalJSX as JSX };
|
|
934
942
|
declare module "@stencil/core" {
|
|
935
943
|
export namespace JSX {
|
|
936
944
|
interface IntrinsicElements {
|
|
937
|
-
"tttx-
|
|
938
|
-
"tttx-checkbox-group-
|
|
939
|
-
"tttx-checkbox-group-
|
|
940
|
-
"tttx-checkbox-
|
|
941
|
-
"tttx-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-data-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-dialog-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-keyvalue-
|
|
953
|
-
"tttx-
|
|
954
|
-
"tttx-loading-
|
|
955
|
-
"tttx-multiselect-
|
|
956
|
-
"tttx-percentage-
|
|
957
|
-
"tttx-
|
|
958
|
-
"tttx-select-
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-standalone-
|
|
961
|
-
"tttx-
|
|
962
|
-
"tttx-
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-
|
|
965
|
-
"tttx-
|
|
966
|
-
"tttx-
|
|
967
|
-
"tttx-tree-
|
|
945
|
+
"tttx-button_1_9_21": LocalJSX.TttxButton_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_21Element>;
|
|
946
|
+
"tttx-checkbox-group-caption_1_9_21": LocalJSX.TttxCheckboxGroupCaption_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_21Element>;
|
|
947
|
+
"tttx-checkbox-group-heading_1_9_21": LocalJSX.TttxCheckboxGroupHeading_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_21Element>;
|
|
948
|
+
"tttx-checkbox-group_1_9_21": LocalJSX.TttxCheckboxGroup_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_21Element>;
|
|
949
|
+
"tttx-checkbox_1_9_21": LocalJSX.TttxCheckbox_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_21Element>;
|
|
950
|
+
"tttx-comments_1_9_21": LocalJSX.TttxComments_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_21Element>;
|
|
951
|
+
"tttx-data-pattern_1_9_21": LocalJSX.TttxDataPattern_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_21Element>;
|
|
952
|
+
"tttx-datacard_1_9_21": LocalJSX.TttxDatacard_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_21Element>;
|
|
953
|
+
"tttx-dialog-box_1_9_21": LocalJSX.TttxDialogBox_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_21Element>;
|
|
954
|
+
"tttx-dialog_1_9_21": LocalJSX.TttxDialog_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_21Element>;
|
|
955
|
+
"tttx-expander_1_9_21": LocalJSX.TttxExpander_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_21Element>;
|
|
956
|
+
"tttx-filter_1_9_21": LocalJSX.TttxFilter_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_21Element>;
|
|
957
|
+
"tttx-form_1_9_21": LocalJSX.TttxForm_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_21Element>;
|
|
958
|
+
"tttx-graph_1_9_21": LocalJSX.TttxGraph_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_21Element>;
|
|
959
|
+
"tttx-icon_1_9_21": LocalJSX.TttxIcon_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_21Element>;
|
|
960
|
+
"tttx-keyvalue-block_1_9_21": LocalJSX.TttxKeyvalueBlock_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_21Element>;
|
|
961
|
+
"tttx-list_1_9_21": LocalJSX.TttxList_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_21Element>;
|
|
962
|
+
"tttx-loading-spinner_1_9_21": LocalJSX.TttxLoadingSpinner_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_21Element>;
|
|
963
|
+
"tttx-multiselect-box_1_9_21": LocalJSX.TttxMultiselectBox_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_21Element>;
|
|
964
|
+
"tttx-percentage-bar_1_9_21": LocalJSX.TttxPercentageBar_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_21Element>;
|
|
965
|
+
"tttx-qrcode_1_9_21": LocalJSX.TttxQrcode_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_21Element>;
|
|
966
|
+
"tttx-select-box_1_9_21": LocalJSX.TttxSelectBox_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_21Element>;
|
|
967
|
+
"tttx-sorter_1_9_21": LocalJSX.TttxSorter_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_21Element>;
|
|
968
|
+
"tttx-standalone-input_1_9_21": LocalJSX.TttxStandaloneInput_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_21Element>;
|
|
969
|
+
"tttx-table_1_9_21": LocalJSX.TttxTable_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_21Element>;
|
|
970
|
+
"tttx-tabs_1_9_21": LocalJSX.TttxTabs_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_21Element>;
|
|
971
|
+
"tttx-tag_1_9_21": LocalJSX.TttxTag_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_21Element>;
|
|
972
|
+
"tttx-textarea_1_9_21": LocalJSX.TttxTextarea_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_21Element>;
|
|
973
|
+
"tttx-toggle_1_9_21": LocalJSX.TttxToggle_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_21Element>;
|
|
974
|
+
"tttx-toolbar_1_9_21": LocalJSX.TttxToolbar_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_21Element>;
|
|
975
|
+
"tttx-tree-view_1_9_21": LocalJSX.TttxTreeView_1_9_21 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_21Element>;
|
|
968
976
|
}
|
|
969
977
|
}
|
|
970
978
|
}
|