@3t-transform/threeteeui 1.9.48 → 1.9.50
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-action-dropdown_1_9_48.cjs.entry.js → tttx-action-dropdown_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-button_1_9_48.cjs.entry.js → tttx-button_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_48.cjs.entry.js → tttx-checkbox-group-caption_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_48.cjs.entry.js → tttx-checkbox-group-heading_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_48.cjs.entry.js → tttx-checkbox-group_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_48.cjs.entry.js → tttx-checkbox_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_48.cjs.entry.js → tttx-comments_1_9_50.cjs.entry.js} +4 -3
- package/dist/cjs/{tttx-data-pattern_1_9_48.cjs.entry.js → tttx-data-pattern_1_9_50.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_48.cjs.entry.js → tttx-datacard_1_9_50.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_48.cjs.entry.js → tttx-dialog-box_1_9_50.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_48.cjs.entry.js → tttx-dialog_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_48.cjs.entry.js → tttx-expander_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_48_4.cjs.entry.js → tttx-filter_1_9_50_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_48.cjs.entry.js → tttx-form_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_48.cjs.entry.js → tttx-graph_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_48.cjs.entry.js → tttx-icon_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_48.cjs.entry.js → tttx-keyvalue-block_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_48_3.cjs.entry.js → tttx-loading-spinner_1_9_50_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_48.cjs.entry.js → tttx-multiselect-box_1_9_50.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_48.cjs.entry.js → tttx-percentage-bar_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_48.cjs.entry.js → tttx-qrcode_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_48.cjs.entry.js → tttx-select-box_1_9_50.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-skeleton_loader_1_9_48.cjs.entry.js → tttx-skeleton_loader_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-table_1_9_48.cjs.entry.js → tttx-table_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_48.cjs.entry.js → tttx-tabs_1_9_50.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_48.cjs.entry.js → tttx-textarea_1_9_50.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_48.cjs.entry.js → tttx-toggle_1_9_50.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_48.cjs.entry.js → tttx-tree-view_1_9_50.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 +24 -24
- 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 +2 -2
- 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-skeleton-loader/tttx-skeleton-loader.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +2 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- 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-action-dropdown/tttx-action-dropdown.js +2 -2
- package/dist/collection/components/molecules/tttx-action-dropdown/tttx-action-dropdown.stories.js +1 -1
- 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 +22 -3
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +8 -2
- 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 +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +8 -8
- 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 +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +6 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -22
- 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 +33 -33
- package/dist/components/index.js +33 -33
- package/dist/components/tttx-action-dropdown_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-action-dropdown_1_9_48.js → tttx-action-dropdown_1_9_50.js} +7 -7
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-dialog_1_9_48.d.ts → tttx-button_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_48.js → tttx-button_1_9_50.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_48.js → tttx-checkbox-group-caption_1_9_50.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_48.js → tttx-checkbox-group-heading_1_9_50.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_48.js → tttx-checkbox-group_1_9_50.js} +5 -5
- package/dist/components/{tttx-comments_1_9_48.d.ts → tttx-checkbox_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_48.js → tttx-checkbox_1_9_50.js} +7 -7
- package/dist/components/{tttx-datacard_1_9_48.d.ts → tttx-comments_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_48.js → tttx-comments_1_9_50.js} +10 -8
- package/dist/components/tttx-data-pattern_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_48.js → tttx-data-pattern_1_9_50.js} +16 -16
- package/dist/components/{tttx-checkbox_1_9_48.d.ts → tttx-datacard_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_48.js → tttx-datacard_1_9_50.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_48.js → tttx-dialog-box_1_9_50.js} +9 -9
- package/dist/components/{tttx-button_1_9_48.d.ts → tttx-dialog_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_48.js → tttx-dialog_1_9_50.js} +8 -8
- package/dist/components/tttx-expander_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_48.js → tttx-expander_1_9_50.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_48.d.ts → tttx-filter_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_48.js → tttx-filter_1_9_50.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_48.d.ts → tttx-form_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_48.js → tttx-form_1_9_50.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_48.d.ts → tttx-graph_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_48.js → tttx-graph_1_9_50.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_48.d.ts → tttx-icon_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_48.js → tttx-icon_1_9_50.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_48.js → tttx-keyvalue-block_1_9_50.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_48.d.ts → tttx-list_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_48.js → tttx-list_1_9_50.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_48.js → tttx-loading-spinner_1_9_50.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_48.js → tttx-multiselect-box_1_9_50.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_48.js → tttx-percentage-bar_1_9_50.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_48.d.ts → tttx-qrcode_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_48.js → tttx-qrcode_1_9_50.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_48.js → tttx-select-box_1_9_50.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-skeleton_loader_1_9_48.js → tttx-skeleton_loader_1_9_50.js} +5 -5
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_48.js → tttx-sorter_1_9_50.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_48.js → tttx-standalone-input_1_9_50.js} +2 -2
- package/dist/components/{tttx-table_1_9_48.d.ts → tttx-table_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_48.js → tttx-table_1_9_50.js} +5 -5
- package/dist/components/{tttx-form_1_9_48.d.ts → tttx-tabs_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_48.js → tttx-tabs_1_9_50.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_48.d.ts → tttx-tag_1_9_50.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_48.js → tttx-tag_1_9_50.js} +2 -2
- package/dist/components/tttx-textarea_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_48.js → tttx-textarea_1_9_50.js} +6 -6
- package/dist/components/tttx-toggle_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_48.js → tttx-toggle_1_9_50.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_48.js → tttx-toolbar_1_9_50.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_50.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_48.js → tttx-tree-view_1_9_50.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-action-dropdown_1_9_48.entry.js → tttx-action-dropdown_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-button_1_9_48.entry.js → tttx-button_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_48.entry.js → tttx-checkbox-group-caption_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_48.entry.js → tttx-checkbox-group-heading_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_48.entry.js → tttx-checkbox-group_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_48.entry.js → tttx-checkbox_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_48.entry.js → tttx-comments_1_9_50.entry.js} +4 -3
- package/dist/esm/{tttx-data-pattern_1_9_48.entry.js → tttx-data-pattern_1_9_50.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_48.entry.js → tttx-datacard_1_9_50.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_48.entry.js → tttx-dialog-box_1_9_50.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_48.entry.js → tttx-dialog_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_48.entry.js → tttx-expander_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_48_4.entry.js → tttx-filter_1_9_50_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_48.entry.js → tttx-form_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_48.entry.js → tttx-graph_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_48.entry.js → tttx-icon_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_48.entry.js → tttx-keyvalue-block_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_48_3.entry.js → tttx-loading-spinner_1_9_50_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_48.entry.js → tttx-multiselect-box_1_9_50.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_48.entry.js → tttx-percentage-bar_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_48.entry.js → tttx-qrcode_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_48.entry.js → tttx-select-box_1_9_50.entry.js} +6 -6
- package/dist/esm/{tttx-skeleton_loader_1_9_48.entry.js → tttx-skeleton_loader_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-table_1_9_48.entry.js → tttx-table_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_48.entry.js → tttx-tabs_1_9_50.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_48.entry.js → tttx-textarea_1_9_50.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_48.entry.js → tttx-toggle_1_9_50.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_48.entry.js → tttx-tree-view_1_9_50.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-03c3c654.entry.js +1 -1
- package/dist/tttx/p-1d8210d3.entry.js +1 -1
- package/dist/tttx/p-1e14a837.entry.js +1 -0
- package/dist/tttx/p-21bb99dd.entry.js +1 -1
- package/dist/tttx/p-22150380.entry.js +1 -1
- package/dist/tttx/p-222b7f89.entry.js +1 -1
- package/dist/tttx/p-354fc8d4.entry.js +1 -1
- package/dist/tttx/p-3f2f039d.entry.js +1 -1
- package/dist/tttx/p-4560cb86.entry.js +1 -1
- package/dist/tttx/p-49bae603.entry.js +1 -1
- package/dist/tttx/p-555885cc.entry.js +1 -1
- package/dist/tttx/p-61df30c5.entry.js +1 -1
- package/dist/tttx/p-6343251b.entry.js +1 -1
- package/dist/tttx/p-652aaf6c.entry.js +1 -1
- package/dist/tttx/p-65da8c2a.entry.js +1 -1
- package/dist/tttx/p-71372d3a.entry.js +1 -1
- package/dist/tttx/p-7ff42357.entry.js +1 -1
- package/dist/tttx/p-80c3103a.entry.js +1 -1
- package/dist/tttx/p-8aeb43df.entry.js +1 -1
- package/dist/tttx/p-9262d276.entry.js +1 -1
- package/dist/tttx/p-9426547c.entry.js +1 -1
- package/dist/tttx/p-9896a083.entry.js +1 -1
- package/dist/tttx/p-98bee16c.entry.js +1 -1
- package/dist/tttx/p-c7ff1887.entry.js +1 -1
- package/dist/tttx/p-e23f0843.entry.js +1 -1
- package/dist/tttx/p-e4b36835.entry.js +1 -1
- package/dist/tttx/p-e5f97b02.entry.js +1 -1
- package/dist/tttx/p-e8b9acb8.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-comments/tttx-comments.d.ts +1 -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 +396 -394
- package/package.json +1 -1
- package/dist/components/tttx-action-dropdown_1_9_48.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-caption_1_9_48.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_48.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_48.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_48.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_48.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_48.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_48.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_48.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_48.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_48.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_48.d.ts +0 -11
- package/dist/components/tttx-skeleton_loader_1_9_48.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_48.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_48.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_48.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_48.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_48.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_48.d.ts +0 -11
- package/dist/tttx/p-29a69889.entry.js +0 -1
|
@@ -21,35 +21,36 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
21
21
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
22
22
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
23
23
|
export namespace Components {
|
|
24
|
-
interface
|
|
24
|
+
interface TttxActionDropdown_1_9_50 {
|
|
25
25
|
"actionKey": string;
|
|
26
26
|
"defaultOption": string;
|
|
27
27
|
"fieldOptionsData": string | ActionDropdownData;
|
|
28
28
|
"icon": string;
|
|
29
29
|
"isIconVisible": boolean;
|
|
30
30
|
}
|
|
31
|
-
interface
|
|
31
|
+
interface TttxButton_1_9_50 {
|
|
32
32
|
"design": string;
|
|
33
33
|
"icon": string;
|
|
34
34
|
"iconcolor": string;
|
|
35
35
|
"iconposition": 'left' | 'right';
|
|
36
36
|
"notext": boolean;
|
|
37
37
|
}
|
|
38
|
-
interface
|
|
38
|
+
interface TttxCheckboxGroupCaption_1_9_50 {
|
|
39
39
|
}
|
|
40
|
-
interface
|
|
40
|
+
interface TttxCheckboxGroupHeading_1_9_50 {
|
|
41
41
|
}
|
|
42
|
-
interface
|
|
42
|
+
interface TttxCheckboxGroup_1_9_50 {
|
|
43
43
|
}
|
|
44
|
-
interface
|
|
44
|
+
interface TttxCheckbox_1_9_50 {
|
|
45
45
|
"checkboxId": string;
|
|
46
46
|
"checked": boolean;
|
|
47
47
|
"indeterminate": boolean;
|
|
48
48
|
"inline": boolean;
|
|
49
49
|
"label": string;
|
|
50
50
|
}
|
|
51
|
-
interface
|
|
51
|
+
interface TttxComments_1_9_50 {
|
|
52
52
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
53
|
+
"allowEditing": boolean;
|
|
53
54
|
"comments": string | Comment[];
|
|
54
55
|
"currentuser": string;
|
|
55
56
|
"disableFile": boolean;
|
|
@@ -59,7 +60,7 @@ export namespace Components {
|
|
|
59
60
|
"saveButtonText": string;
|
|
60
61
|
"value": string;
|
|
61
62
|
}
|
|
62
|
-
interface
|
|
63
|
+
interface TttxDataPattern_1_9_50 {
|
|
63
64
|
"addbutton": boolean;
|
|
64
65
|
"addbuttonlabel": string;
|
|
65
66
|
"data": string;
|
|
@@ -69,7 +70,7 @@ export namespace Components {
|
|
|
69
70
|
"searchplaceholder": string;
|
|
70
71
|
"sorterOptions": string;
|
|
71
72
|
}
|
|
72
|
-
interface
|
|
73
|
+
interface TttxDatacard_1_9_50 {
|
|
73
74
|
"cardTitle": string;
|
|
74
75
|
"cardType": string;
|
|
75
76
|
"chartConfig": string;
|
|
@@ -78,13 +79,13 @@ export namespace Components {
|
|
|
78
79
|
"rightData": string;
|
|
79
80
|
"rightSubtext": string;
|
|
80
81
|
}
|
|
81
|
-
interface
|
|
82
|
+
interface TttxDialogBox_1_9_50 {
|
|
82
83
|
"allowOverflow": boolean;
|
|
83
84
|
"data": string | DialogItems;
|
|
84
85
|
"open": boolean;
|
|
85
86
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
86
87
|
}
|
|
87
|
-
interface
|
|
88
|
+
interface TttxDialog_1_9_50 {
|
|
88
89
|
"allowOverflow": boolean;
|
|
89
90
|
"closeEnabled": boolean;
|
|
90
91
|
"header": string;
|
|
@@ -92,13 +93,13 @@ export namespace Components {
|
|
|
92
93
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
93
94
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
94
95
|
}
|
|
95
|
-
interface
|
|
96
|
+
interface TttxExpander_1_9_50 {
|
|
96
97
|
"lefticon"?: string;
|
|
97
98
|
"lefticoncolor"?: string;
|
|
98
99
|
"name": string;
|
|
99
100
|
"open": boolean;
|
|
100
101
|
}
|
|
101
|
-
interface
|
|
102
|
+
interface TttxFilter_1_9_50 {
|
|
102
103
|
"defaultFilterOptions": string[] | string;
|
|
103
104
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
104
105
|
"filterHeader": string;
|
|
@@ -109,7 +110,7 @@ export namespace Components {
|
|
|
109
110
|
"showSearchField": boolean;
|
|
110
111
|
"showSelectAll": boolean;
|
|
111
112
|
}
|
|
112
|
-
interface
|
|
113
|
+
interface TttxForm_1_9_50 {
|
|
113
114
|
/**
|
|
114
115
|
* Clear the validation message on a given form field
|
|
115
116
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -156,33 +157,33 @@ export namespace Components {
|
|
|
156
157
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
157
158
|
"submit": () => Promise<void>;
|
|
158
159
|
}
|
|
159
|
-
interface
|
|
160
|
+
interface TttxGraph_1_9_50 {
|
|
160
161
|
"chartData": string;
|
|
161
162
|
"chartText": string;
|
|
162
163
|
"chartType": string;
|
|
163
164
|
}
|
|
164
|
-
interface
|
|
165
|
+
interface TttxIcon_1_9_50 {
|
|
165
166
|
"color": string;
|
|
166
167
|
"icon": string;
|
|
167
168
|
"size": number;
|
|
168
169
|
}
|
|
169
|
-
interface
|
|
170
|
+
interface TttxKeyvalueBlock_1_9_50 {
|
|
170
171
|
"horizontal": boolean;
|
|
171
172
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
172
173
|
"spacedout": boolean;
|
|
173
174
|
}
|
|
174
|
-
interface
|
|
175
|
+
interface TttxList_1_9_50 {
|
|
175
176
|
"data": string | ListItem[];
|
|
176
177
|
"name": string;
|
|
177
178
|
}
|
|
178
|
-
interface
|
|
179
|
+
interface TttxLoadingSpinner_1_9_50 {
|
|
179
180
|
"color": string;
|
|
180
181
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
181
182
|
"loadingMessage": boolean;
|
|
182
183
|
"message"?: string;
|
|
183
184
|
"size": 'small' | 'large';
|
|
184
185
|
}
|
|
185
|
-
interface
|
|
186
|
+
interface TttxMultiselectBox_1_9_50 {
|
|
186
187
|
"htmlVisibleValue": boolean;
|
|
187
188
|
"inline": boolean;
|
|
188
189
|
"isLoading": boolean;
|
|
@@ -196,18 +197,18 @@ export namespace Components {
|
|
|
196
197
|
"stopLocalSearch": boolean;
|
|
197
198
|
"visibleValue": string;
|
|
198
199
|
}
|
|
199
|
-
interface
|
|
200
|
+
interface TttxPercentageBar_1_9_50 {
|
|
200
201
|
"color"?: string;
|
|
201
202
|
"labelid"?: string;
|
|
202
203
|
"min": string;
|
|
203
204
|
"percentage": string | number;
|
|
204
205
|
"thresholds"?: string | Threshold[];
|
|
205
206
|
}
|
|
206
|
-
interface
|
|
207
|
+
interface TttxQrcode_1_9_50 {
|
|
207
208
|
"link": string;
|
|
208
209
|
"size": number;
|
|
209
210
|
}
|
|
210
|
-
interface
|
|
211
|
+
interface TttxSelectBox_1_9_50 {
|
|
211
212
|
"clearable": boolean;
|
|
212
213
|
"errorMsg": string;
|
|
213
214
|
"inline": boolean;
|
|
@@ -227,7 +228,7 @@ export namespace Components {
|
|
|
227
228
|
"useExternalFiltering": boolean;
|
|
228
229
|
"useExternalPaginatedFiltering": boolean;
|
|
229
230
|
}
|
|
230
|
-
interface
|
|
231
|
+
interface TttxSkeleton_loader_1_9_50 {
|
|
231
232
|
"animation": 'pulse' | 'wave' | 'none';
|
|
232
233
|
"borderRadius": string;
|
|
233
234
|
"color": string;
|
|
@@ -239,13 +240,13 @@ export namespace Components {
|
|
|
239
240
|
"variant": 'text' | 'circle' | 'rect';
|
|
240
241
|
"width": string;
|
|
241
242
|
}
|
|
242
|
-
interface
|
|
243
|
+
interface TttxSorter_1_9_50 {
|
|
243
244
|
"defaultOption": string;
|
|
244
245
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
245
246
|
"fieldOptionsData": string | SorterData;
|
|
246
247
|
"sorterKey": string;
|
|
247
248
|
}
|
|
248
|
-
interface
|
|
249
|
+
interface TttxStandaloneInput_1_9_50 {
|
|
249
250
|
"autocomplete": 'off' | 'on';
|
|
250
251
|
"checked": boolean;
|
|
251
252
|
"disabled": boolean;
|
|
@@ -261,8 +262,8 @@ export namespace Components {
|
|
|
261
262
|
"inputiconcolor": string;
|
|
262
263
|
/**
|
|
263
264
|
* tabindex - Allows the HTML elements to be focusable
|
|
264
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
265
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
265
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_50 input-index="1" />
|
|
266
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_50 inputindex={1} />
|
|
266
267
|
*/
|
|
267
268
|
"inputindex": string | number;
|
|
268
269
|
/**
|
|
@@ -290,7 +291,7 @@ export namespace Components {
|
|
|
290
291
|
"type": string;
|
|
291
292
|
"value": string | number;
|
|
292
293
|
}
|
|
293
|
-
interface
|
|
294
|
+
interface TttxTable_1_9_50 {
|
|
294
295
|
"data": any;
|
|
295
296
|
"draggableHeaders": boolean;
|
|
296
297
|
"headers": TableHeader[];
|
|
@@ -298,13 +299,13 @@ export namespace Components {
|
|
|
298
299
|
"selectable": boolean;
|
|
299
300
|
"selected": number;
|
|
300
301
|
}
|
|
301
|
-
interface
|
|
302
|
+
interface TttxTabs_1_9_50 {
|
|
302
303
|
"navigation": boolean;
|
|
303
304
|
"tabs": string | Tab[];
|
|
304
305
|
"tabsName": string;
|
|
305
306
|
"wide": boolean;
|
|
306
307
|
}
|
|
307
|
-
interface
|
|
308
|
+
interface TttxTag_1_9_50 {
|
|
308
309
|
"color": string;
|
|
309
310
|
"hasIcon": boolean;
|
|
310
311
|
"icon": string;
|
|
@@ -313,13 +314,13 @@ export namespace Components {
|
|
|
313
314
|
"text": string;
|
|
314
315
|
"textColor": string;
|
|
315
316
|
}
|
|
316
|
-
interface
|
|
317
|
+
interface TttxTextarea_1_9_50 {
|
|
317
318
|
"disabled": boolean;
|
|
318
319
|
"errormsg": string;
|
|
319
320
|
/**
|
|
320
321
|
* tabindex - Allows the HTML elements to be focusable
|
|
321
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
322
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
322
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_50 input-index="1" />
|
|
323
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_50 inputindex={1} />
|
|
323
324
|
*/
|
|
324
325
|
"inputindex": string | number;
|
|
325
326
|
/**
|
|
@@ -343,371 +344,372 @@ export namespace Components {
|
|
|
343
344
|
"textareaautofocus": boolean;
|
|
344
345
|
"value": string | number;
|
|
345
346
|
}
|
|
346
|
-
interface
|
|
347
|
+
interface TttxToggle_1_9_50 {
|
|
347
348
|
"initialstate": boolean | string;
|
|
348
349
|
}
|
|
349
|
-
interface
|
|
350
|
+
interface TttxToolbar_1_9_50 {
|
|
350
351
|
"border": boolean;
|
|
351
352
|
}
|
|
352
|
-
interface
|
|
353
|
+
interface TttxTreeView_1_9_50 {
|
|
353
354
|
"data": TreeViewItem[];
|
|
354
355
|
}
|
|
355
356
|
}
|
|
356
|
-
export interface
|
|
357
|
+
export interface TttxActionDropdown_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
357
358
|
detail: T;
|
|
358
|
-
target:
|
|
359
|
+
target: HTMLTttxActionDropdown_1_9_50Element;
|
|
359
360
|
}
|
|
360
|
-
export interface
|
|
361
|
+
export interface TttxCheckbox_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
361
362
|
detail: T;
|
|
362
|
-
target:
|
|
363
|
+
target: HTMLTttxCheckbox_1_9_50Element;
|
|
363
364
|
}
|
|
364
|
-
export interface
|
|
365
|
+
export interface TttxComments_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
365
366
|
detail: T;
|
|
366
|
-
target:
|
|
367
|
+
target: HTMLTttxComments_1_9_50Element;
|
|
367
368
|
}
|
|
368
|
-
export interface
|
|
369
|
+
export interface TttxDialogBox_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
369
370
|
detail: T;
|
|
370
|
-
target:
|
|
371
|
+
target: HTMLTttxDialogBox_1_9_50Element;
|
|
371
372
|
}
|
|
372
|
-
export interface
|
|
373
|
+
export interface TttxDialog_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
373
374
|
detail: T;
|
|
374
|
-
target:
|
|
375
|
+
target: HTMLTttxDialog_1_9_50Element;
|
|
375
376
|
}
|
|
376
|
-
export interface
|
|
377
|
+
export interface TttxExpander_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
377
378
|
detail: T;
|
|
378
|
-
target:
|
|
379
|
+
target: HTMLTttxExpander_1_9_50Element;
|
|
379
380
|
}
|
|
380
|
-
export interface
|
|
381
|
+
export interface TttxFilter_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
381
382
|
detail: T;
|
|
382
|
-
target:
|
|
383
|
+
target: HTMLTttxFilter_1_9_50Element;
|
|
383
384
|
}
|
|
384
|
-
export interface
|
|
385
|
+
export interface TttxForm_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
385
386
|
detail: T;
|
|
386
|
-
target:
|
|
387
|
+
target: HTMLTttxForm_1_9_50Element;
|
|
387
388
|
}
|
|
388
|
-
export interface
|
|
389
|
+
export interface TttxList_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
389
390
|
detail: T;
|
|
390
|
-
target:
|
|
391
|
+
target: HTMLTttxList_1_9_50Element;
|
|
391
392
|
}
|
|
392
|
-
export interface
|
|
393
|
+
export interface TttxMultiselectBox_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
393
394
|
detail: T;
|
|
394
|
-
target:
|
|
395
|
+
target: HTMLTttxMultiselectBox_1_9_50Element;
|
|
395
396
|
}
|
|
396
|
-
export interface
|
|
397
|
+
export interface TttxSelectBox_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
397
398
|
detail: T;
|
|
398
|
-
target:
|
|
399
|
+
target: HTMLTttxSelectBox_1_9_50Element;
|
|
399
400
|
}
|
|
400
|
-
export interface
|
|
401
|
+
export interface TttxSorter_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
401
402
|
detail: T;
|
|
402
|
-
target:
|
|
403
|
+
target: HTMLTttxSorter_1_9_50Element;
|
|
403
404
|
}
|
|
404
|
-
export interface
|
|
405
|
+
export interface TttxStandaloneInput_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
405
406
|
detail: T;
|
|
406
|
-
target:
|
|
407
|
+
target: HTMLTttxStandaloneInput_1_9_50Element;
|
|
407
408
|
}
|
|
408
|
-
export interface
|
|
409
|
+
export interface TttxTable_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
409
410
|
detail: T;
|
|
410
|
-
target:
|
|
411
|
+
target: HTMLTttxTable_1_9_50Element;
|
|
411
412
|
}
|
|
412
|
-
export interface
|
|
413
|
+
export interface TttxTabs_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
413
414
|
detail: T;
|
|
414
|
-
target:
|
|
415
|
+
target: HTMLTttxTabs_1_9_50Element;
|
|
415
416
|
}
|
|
416
|
-
export interface
|
|
417
|
+
export interface TttxTextarea_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
417
418
|
detail: T;
|
|
418
|
-
target:
|
|
419
|
+
target: HTMLTttxTextarea_1_9_50Element;
|
|
419
420
|
}
|
|
420
|
-
export interface
|
|
421
|
+
export interface TttxToggle_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
421
422
|
detail: T;
|
|
422
|
-
target:
|
|
423
|
+
target: HTMLTttxToggle_1_9_50Element;
|
|
423
424
|
}
|
|
424
|
-
export interface
|
|
425
|
+
export interface TttxTreeView_1_9_50CustomEvent<T> extends CustomEvent<T> {
|
|
425
426
|
detail: T;
|
|
426
|
-
target:
|
|
427
|
+
target: HTMLTttxTreeView_1_9_50Element;
|
|
427
428
|
}
|
|
428
429
|
declare global {
|
|
429
|
-
interface
|
|
430
|
+
interface HTMLTttxActionDropdown_1_9_50Element extends Components.TttxActionDropdown_1_9_50, HTMLStencilElement {
|
|
430
431
|
}
|
|
431
|
-
var
|
|
432
|
-
prototype:
|
|
433
|
-
new ():
|
|
432
|
+
var HTMLTttxActionDropdown_1_9_50Element: {
|
|
433
|
+
prototype: HTMLTttxActionDropdown_1_9_50Element;
|
|
434
|
+
new (): HTMLTttxActionDropdown_1_9_50Element;
|
|
434
435
|
};
|
|
435
|
-
interface
|
|
436
|
+
interface HTMLTttxButton_1_9_50Element extends Components.TttxButton_1_9_50, HTMLStencilElement {
|
|
436
437
|
}
|
|
437
|
-
var
|
|
438
|
-
prototype:
|
|
439
|
-
new ():
|
|
438
|
+
var HTMLTttxButton_1_9_50Element: {
|
|
439
|
+
prototype: HTMLTttxButton_1_9_50Element;
|
|
440
|
+
new (): HTMLTttxButton_1_9_50Element;
|
|
440
441
|
};
|
|
441
|
-
interface
|
|
442
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_50Element extends Components.TttxCheckboxGroupCaption_1_9_50, HTMLStencilElement {
|
|
442
443
|
}
|
|
443
|
-
var
|
|
444
|
-
prototype:
|
|
445
|
-
new ():
|
|
444
|
+
var HTMLTttxCheckboxGroupCaption_1_9_50Element: {
|
|
445
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_50Element;
|
|
446
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_50Element;
|
|
446
447
|
};
|
|
447
|
-
interface
|
|
448
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_50Element extends Components.TttxCheckboxGroupHeading_1_9_50, HTMLStencilElement {
|
|
448
449
|
}
|
|
449
|
-
var
|
|
450
|
-
prototype:
|
|
451
|
-
new ():
|
|
450
|
+
var HTMLTttxCheckboxGroupHeading_1_9_50Element: {
|
|
451
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_50Element;
|
|
452
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_50Element;
|
|
452
453
|
};
|
|
453
|
-
interface
|
|
454
|
+
interface HTMLTttxCheckboxGroup_1_9_50Element extends Components.TttxCheckboxGroup_1_9_50, HTMLStencilElement {
|
|
454
455
|
}
|
|
455
|
-
var
|
|
456
|
-
prototype:
|
|
457
|
-
new ():
|
|
456
|
+
var HTMLTttxCheckboxGroup_1_9_50Element: {
|
|
457
|
+
prototype: HTMLTttxCheckboxGroup_1_9_50Element;
|
|
458
|
+
new (): HTMLTttxCheckboxGroup_1_9_50Element;
|
|
458
459
|
};
|
|
459
|
-
interface
|
|
460
|
+
interface HTMLTttxCheckbox_1_9_50Element extends Components.TttxCheckbox_1_9_50, HTMLStencilElement {
|
|
460
461
|
}
|
|
461
|
-
var
|
|
462
|
-
prototype:
|
|
463
|
-
new ():
|
|
462
|
+
var HTMLTttxCheckbox_1_9_50Element: {
|
|
463
|
+
prototype: HTMLTttxCheckbox_1_9_50Element;
|
|
464
|
+
new (): HTMLTttxCheckbox_1_9_50Element;
|
|
464
465
|
};
|
|
465
|
-
interface
|
|
466
|
+
interface HTMLTttxComments_1_9_50Element extends Components.TttxComments_1_9_50, HTMLStencilElement {
|
|
466
467
|
}
|
|
467
|
-
var
|
|
468
|
-
prototype:
|
|
469
|
-
new ():
|
|
468
|
+
var HTMLTttxComments_1_9_50Element: {
|
|
469
|
+
prototype: HTMLTttxComments_1_9_50Element;
|
|
470
|
+
new (): HTMLTttxComments_1_9_50Element;
|
|
470
471
|
};
|
|
471
|
-
interface
|
|
472
|
+
interface HTMLTttxDataPattern_1_9_50Element extends Components.TttxDataPattern_1_9_50, HTMLStencilElement {
|
|
472
473
|
}
|
|
473
|
-
var
|
|
474
|
-
prototype:
|
|
475
|
-
new ():
|
|
474
|
+
var HTMLTttxDataPattern_1_9_50Element: {
|
|
475
|
+
prototype: HTMLTttxDataPattern_1_9_50Element;
|
|
476
|
+
new (): HTMLTttxDataPattern_1_9_50Element;
|
|
476
477
|
};
|
|
477
|
-
interface
|
|
478
|
+
interface HTMLTttxDatacard_1_9_50Element extends Components.TttxDatacard_1_9_50, HTMLStencilElement {
|
|
478
479
|
}
|
|
479
|
-
var
|
|
480
|
-
prototype:
|
|
481
|
-
new ():
|
|
480
|
+
var HTMLTttxDatacard_1_9_50Element: {
|
|
481
|
+
prototype: HTMLTttxDatacard_1_9_50Element;
|
|
482
|
+
new (): HTMLTttxDatacard_1_9_50Element;
|
|
482
483
|
};
|
|
483
|
-
interface
|
|
484
|
+
interface HTMLTttxDialogBox_1_9_50Element extends Components.TttxDialogBox_1_9_50, HTMLStencilElement {
|
|
484
485
|
}
|
|
485
|
-
var
|
|
486
|
-
prototype:
|
|
487
|
-
new ():
|
|
486
|
+
var HTMLTttxDialogBox_1_9_50Element: {
|
|
487
|
+
prototype: HTMLTttxDialogBox_1_9_50Element;
|
|
488
|
+
new (): HTMLTttxDialogBox_1_9_50Element;
|
|
488
489
|
};
|
|
489
|
-
interface
|
|
490
|
+
interface HTMLTttxDialog_1_9_50Element extends Components.TttxDialog_1_9_50, HTMLStencilElement {
|
|
490
491
|
}
|
|
491
|
-
var
|
|
492
|
-
prototype:
|
|
493
|
-
new ():
|
|
492
|
+
var HTMLTttxDialog_1_9_50Element: {
|
|
493
|
+
prototype: HTMLTttxDialog_1_9_50Element;
|
|
494
|
+
new (): HTMLTttxDialog_1_9_50Element;
|
|
494
495
|
};
|
|
495
|
-
interface
|
|
496
|
+
interface HTMLTttxExpander_1_9_50Element extends Components.TttxExpander_1_9_50, HTMLStencilElement {
|
|
496
497
|
}
|
|
497
|
-
var
|
|
498
|
-
prototype:
|
|
499
|
-
new ():
|
|
498
|
+
var HTMLTttxExpander_1_9_50Element: {
|
|
499
|
+
prototype: HTMLTttxExpander_1_9_50Element;
|
|
500
|
+
new (): HTMLTttxExpander_1_9_50Element;
|
|
500
501
|
};
|
|
501
|
-
interface
|
|
502
|
+
interface HTMLTttxFilter_1_9_50Element extends Components.TttxFilter_1_9_50, HTMLStencilElement {
|
|
502
503
|
}
|
|
503
|
-
var
|
|
504
|
-
prototype:
|
|
505
|
-
new ():
|
|
504
|
+
var HTMLTttxFilter_1_9_50Element: {
|
|
505
|
+
prototype: HTMLTttxFilter_1_9_50Element;
|
|
506
|
+
new (): HTMLTttxFilter_1_9_50Element;
|
|
506
507
|
};
|
|
507
|
-
interface
|
|
508
|
+
interface HTMLTttxForm_1_9_50Element extends Components.TttxForm_1_9_50, HTMLStencilElement {
|
|
508
509
|
}
|
|
509
|
-
var
|
|
510
|
-
prototype:
|
|
511
|
-
new ():
|
|
510
|
+
var HTMLTttxForm_1_9_50Element: {
|
|
511
|
+
prototype: HTMLTttxForm_1_9_50Element;
|
|
512
|
+
new (): HTMLTttxForm_1_9_50Element;
|
|
512
513
|
};
|
|
513
|
-
interface
|
|
514
|
+
interface HTMLTttxGraph_1_9_50Element extends Components.TttxGraph_1_9_50, HTMLStencilElement {
|
|
514
515
|
}
|
|
515
|
-
var
|
|
516
|
-
prototype:
|
|
517
|
-
new ():
|
|
516
|
+
var HTMLTttxGraph_1_9_50Element: {
|
|
517
|
+
prototype: HTMLTttxGraph_1_9_50Element;
|
|
518
|
+
new (): HTMLTttxGraph_1_9_50Element;
|
|
518
519
|
};
|
|
519
|
-
interface
|
|
520
|
+
interface HTMLTttxIcon_1_9_50Element extends Components.TttxIcon_1_9_50, HTMLStencilElement {
|
|
520
521
|
}
|
|
521
|
-
var
|
|
522
|
-
prototype:
|
|
523
|
-
new ():
|
|
522
|
+
var HTMLTttxIcon_1_9_50Element: {
|
|
523
|
+
prototype: HTMLTttxIcon_1_9_50Element;
|
|
524
|
+
new (): HTMLTttxIcon_1_9_50Element;
|
|
524
525
|
};
|
|
525
|
-
interface
|
|
526
|
+
interface HTMLTttxKeyvalueBlock_1_9_50Element extends Components.TttxKeyvalueBlock_1_9_50, HTMLStencilElement {
|
|
526
527
|
}
|
|
527
|
-
var
|
|
528
|
-
prototype:
|
|
529
|
-
new ():
|
|
528
|
+
var HTMLTttxKeyvalueBlock_1_9_50Element: {
|
|
529
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_50Element;
|
|
530
|
+
new (): HTMLTttxKeyvalueBlock_1_9_50Element;
|
|
530
531
|
};
|
|
531
|
-
interface
|
|
532
|
+
interface HTMLTttxList_1_9_50Element extends Components.TttxList_1_9_50, HTMLStencilElement {
|
|
532
533
|
}
|
|
533
|
-
var
|
|
534
|
-
prototype:
|
|
535
|
-
new ():
|
|
534
|
+
var HTMLTttxList_1_9_50Element: {
|
|
535
|
+
prototype: HTMLTttxList_1_9_50Element;
|
|
536
|
+
new (): HTMLTttxList_1_9_50Element;
|
|
536
537
|
};
|
|
537
|
-
interface
|
|
538
|
+
interface HTMLTttxLoadingSpinner_1_9_50Element extends Components.TttxLoadingSpinner_1_9_50, HTMLStencilElement {
|
|
538
539
|
}
|
|
539
|
-
var
|
|
540
|
-
prototype:
|
|
541
|
-
new ():
|
|
540
|
+
var HTMLTttxLoadingSpinner_1_9_50Element: {
|
|
541
|
+
prototype: HTMLTttxLoadingSpinner_1_9_50Element;
|
|
542
|
+
new (): HTMLTttxLoadingSpinner_1_9_50Element;
|
|
542
543
|
};
|
|
543
|
-
interface
|
|
544
|
+
interface HTMLTttxMultiselectBox_1_9_50Element extends Components.TttxMultiselectBox_1_9_50, HTMLStencilElement {
|
|
544
545
|
}
|
|
545
|
-
var
|
|
546
|
-
prototype:
|
|
547
|
-
new ():
|
|
546
|
+
var HTMLTttxMultiselectBox_1_9_50Element: {
|
|
547
|
+
prototype: HTMLTttxMultiselectBox_1_9_50Element;
|
|
548
|
+
new (): HTMLTttxMultiselectBox_1_9_50Element;
|
|
548
549
|
};
|
|
549
|
-
interface
|
|
550
|
+
interface HTMLTttxPercentageBar_1_9_50Element extends Components.TttxPercentageBar_1_9_50, HTMLStencilElement {
|
|
550
551
|
}
|
|
551
|
-
var
|
|
552
|
-
prototype:
|
|
553
|
-
new ():
|
|
552
|
+
var HTMLTttxPercentageBar_1_9_50Element: {
|
|
553
|
+
prototype: HTMLTttxPercentageBar_1_9_50Element;
|
|
554
|
+
new (): HTMLTttxPercentageBar_1_9_50Element;
|
|
554
555
|
};
|
|
555
|
-
interface
|
|
556
|
+
interface HTMLTttxQrcode_1_9_50Element extends Components.TttxQrcode_1_9_50, HTMLStencilElement {
|
|
556
557
|
}
|
|
557
|
-
var
|
|
558
|
-
prototype:
|
|
559
|
-
new ():
|
|
558
|
+
var HTMLTttxQrcode_1_9_50Element: {
|
|
559
|
+
prototype: HTMLTttxQrcode_1_9_50Element;
|
|
560
|
+
new (): HTMLTttxQrcode_1_9_50Element;
|
|
560
561
|
};
|
|
561
|
-
interface
|
|
562
|
+
interface HTMLTttxSelectBox_1_9_50Element extends Components.TttxSelectBox_1_9_50, HTMLStencilElement {
|
|
562
563
|
}
|
|
563
|
-
var
|
|
564
|
-
prototype:
|
|
565
|
-
new ():
|
|
564
|
+
var HTMLTttxSelectBox_1_9_50Element: {
|
|
565
|
+
prototype: HTMLTttxSelectBox_1_9_50Element;
|
|
566
|
+
new (): HTMLTttxSelectBox_1_9_50Element;
|
|
566
567
|
};
|
|
567
|
-
interface
|
|
568
|
+
interface HTMLTttxSkeleton_loader_1_9_50Element extends Components.TttxSkeleton_loader_1_9_50, HTMLStencilElement {
|
|
568
569
|
}
|
|
569
|
-
var
|
|
570
|
-
prototype:
|
|
571
|
-
new ():
|
|
570
|
+
var HTMLTttxSkeleton_loader_1_9_50Element: {
|
|
571
|
+
prototype: HTMLTttxSkeleton_loader_1_9_50Element;
|
|
572
|
+
new (): HTMLTttxSkeleton_loader_1_9_50Element;
|
|
572
573
|
};
|
|
573
|
-
interface
|
|
574
|
+
interface HTMLTttxSorter_1_9_50Element extends Components.TttxSorter_1_9_50, HTMLStencilElement {
|
|
574
575
|
}
|
|
575
|
-
var
|
|
576
|
-
prototype:
|
|
577
|
-
new ():
|
|
576
|
+
var HTMLTttxSorter_1_9_50Element: {
|
|
577
|
+
prototype: HTMLTttxSorter_1_9_50Element;
|
|
578
|
+
new (): HTMLTttxSorter_1_9_50Element;
|
|
578
579
|
};
|
|
579
|
-
interface
|
|
580
|
+
interface HTMLTttxStandaloneInput_1_9_50Element extends Components.TttxStandaloneInput_1_9_50, HTMLStencilElement {
|
|
580
581
|
}
|
|
581
|
-
var
|
|
582
|
-
prototype:
|
|
583
|
-
new ():
|
|
582
|
+
var HTMLTttxStandaloneInput_1_9_50Element: {
|
|
583
|
+
prototype: HTMLTttxStandaloneInput_1_9_50Element;
|
|
584
|
+
new (): HTMLTttxStandaloneInput_1_9_50Element;
|
|
584
585
|
};
|
|
585
|
-
interface
|
|
586
|
+
interface HTMLTttxTable_1_9_50Element extends Components.TttxTable_1_9_50, HTMLStencilElement {
|
|
586
587
|
}
|
|
587
|
-
var
|
|
588
|
-
prototype:
|
|
589
|
-
new ():
|
|
588
|
+
var HTMLTttxTable_1_9_50Element: {
|
|
589
|
+
prototype: HTMLTttxTable_1_9_50Element;
|
|
590
|
+
new (): HTMLTttxTable_1_9_50Element;
|
|
590
591
|
};
|
|
591
|
-
interface
|
|
592
|
+
interface HTMLTttxTabs_1_9_50Element extends Components.TttxTabs_1_9_50, HTMLStencilElement {
|
|
592
593
|
}
|
|
593
|
-
var
|
|
594
|
-
prototype:
|
|
595
|
-
new ():
|
|
594
|
+
var HTMLTttxTabs_1_9_50Element: {
|
|
595
|
+
prototype: HTMLTttxTabs_1_9_50Element;
|
|
596
|
+
new (): HTMLTttxTabs_1_9_50Element;
|
|
596
597
|
};
|
|
597
|
-
interface
|
|
598
|
+
interface HTMLTttxTag_1_9_50Element extends Components.TttxTag_1_9_50, HTMLStencilElement {
|
|
598
599
|
}
|
|
599
|
-
var
|
|
600
|
-
prototype:
|
|
601
|
-
new ():
|
|
600
|
+
var HTMLTttxTag_1_9_50Element: {
|
|
601
|
+
prototype: HTMLTttxTag_1_9_50Element;
|
|
602
|
+
new (): HTMLTttxTag_1_9_50Element;
|
|
602
603
|
};
|
|
603
|
-
interface
|
|
604
|
+
interface HTMLTttxTextarea_1_9_50Element extends Components.TttxTextarea_1_9_50, HTMLStencilElement {
|
|
604
605
|
}
|
|
605
|
-
var
|
|
606
|
-
prototype:
|
|
607
|
-
new ():
|
|
606
|
+
var HTMLTttxTextarea_1_9_50Element: {
|
|
607
|
+
prototype: HTMLTttxTextarea_1_9_50Element;
|
|
608
|
+
new (): HTMLTttxTextarea_1_9_50Element;
|
|
608
609
|
};
|
|
609
|
-
interface
|
|
610
|
+
interface HTMLTttxToggle_1_9_50Element extends Components.TttxToggle_1_9_50, HTMLStencilElement {
|
|
610
611
|
}
|
|
611
|
-
var
|
|
612
|
-
prototype:
|
|
613
|
-
new ():
|
|
612
|
+
var HTMLTttxToggle_1_9_50Element: {
|
|
613
|
+
prototype: HTMLTttxToggle_1_9_50Element;
|
|
614
|
+
new (): HTMLTttxToggle_1_9_50Element;
|
|
614
615
|
};
|
|
615
|
-
interface
|
|
616
|
+
interface HTMLTttxToolbar_1_9_50Element extends Components.TttxToolbar_1_9_50, HTMLStencilElement {
|
|
616
617
|
}
|
|
617
|
-
var
|
|
618
|
-
prototype:
|
|
619
|
-
new ():
|
|
618
|
+
var HTMLTttxToolbar_1_9_50Element: {
|
|
619
|
+
prototype: HTMLTttxToolbar_1_9_50Element;
|
|
620
|
+
new (): HTMLTttxToolbar_1_9_50Element;
|
|
620
621
|
};
|
|
621
|
-
interface
|
|
622
|
+
interface HTMLTttxTreeView_1_9_50Element extends Components.TttxTreeView_1_9_50, HTMLStencilElement {
|
|
622
623
|
}
|
|
623
|
-
var
|
|
624
|
-
prototype:
|
|
625
|
-
new ():
|
|
624
|
+
var HTMLTttxTreeView_1_9_50Element: {
|
|
625
|
+
prototype: HTMLTttxTreeView_1_9_50Element;
|
|
626
|
+
new (): HTMLTttxTreeView_1_9_50Element;
|
|
626
627
|
};
|
|
627
628
|
interface HTMLElementTagNameMap {
|
|
628
|
-
"tttx-action-
|
|
629
|
-
"tttx-
|
|
630
|
-
"tttx-checkbox-group-
|
|
631
|
-
"tttx-checkbox-group-
|
|
632
|
-
"tttx-checkbox-
|
|
633
|
-
"tttx-
|
|
634
|
-
"tttx-
|
|
635
|
-
"tttx-data-
|
|
636
|
-
"tttx-
|
|
637
|
-
"tttx-dialog-
|
|
638
|
-
"tttx-
|
|
639
|
-
"tttx-
|
|
640
|
-
"tttx-
|
|
641
|
-
"tttx-
|
|
642
|
-
"tttx-
|
|
643
|
-
"tttx-
|
|
644
|
-
"tttx-keyvalue-
|
|
645
|
-
"tttx-
|
|
646
|
-
"tttx-loading-
|
|
647
|
-
"tttx-multiselect-
|
|
648
|
-
"tttx-percentage-
|
|
649
|
-
"tttx-
|
|
650
|
-
"tttx-select-
|
|
651
|
-
"tttx-
|
|
652
|
-
"tttx-
|
|
653
|
-
"tttx-standalone-
|
|
654
|
-
"tttx-
|
|
655
|
-
"tttx-
|
|
656
|
-
"tttx-
|
|
657
|
-
"tttx-
|
|
658
|
-
"tttx-
|
|
659
|
-
"tttx-
|
|
660
|
-
"tttx-tree-
|
|
629
|
+
"tttx-action-dropdown_1_9_50": HTMLTttxActionDropdown_1_9_50Element;
|
|
630
|
+
"tttx-button_1_9_50": HTMLTttxButton_1_9_50Element;
|
|
631
|
+
"tttx-checkbox-group-caption_1_9_50": HTMLTttxCheckboxGroupCaption_1_9_50Element;
|
|
632
|
+
"tttx-checkbox-group-heading_1_9_50": HTMLTttxCheckboxGroupHeading_1_9_50Element;
|
|
633
|
+
"tttx-checkbox-group_1_9_50": HTMLTttxCheckboxGroup_1_9_50Element;
|
|
634
|
+
"tttx-checkbox_1_9_50": HTMLTttxCheckbox_1_9_50Element;
|
|
635
|
+
"tttx-comments_1_9_50": HTMLTttxComments_1_9_50Element;
|
|
636
|
+
"tttx-data-pattern_1_9_50": HTMLTttxDataPattern_1_9_50Element;
|
|
637
|
+
"tttx-datacard_1_9_50": HTMLTttxDatacard_1_9_50Element;
|
|
638
|
+
"tttx-dialog-box_1_9_50": HTMLTttxDialogBox_1_9_50Element;
|
|
639
|
+
"tttx-dialog_1_9_50": HTMLTttxDialog_1_9_50Element;
|
|
640
|
+
"tttx-expander_1_9_50": HTMLTttxExpander_1_9_50Element;
|
|
641
|
+
"tttx-filter_1_9_50": HTMLTttxFilter_1_9_50Element;
|
|
642
|
+
"tttx-form_1_9_50": HTMLTttxForm_1_9_50Element;
|
|
643
|
+
"tttx-graph_1_9_50": HTMLTttxGraph_1_9_50Element;
|
|
644
|
+
"tttx-icon_1_9_50": HTMLTttxIcon_1_9_50Element;
|
|
645
|
+
"tttx-keyvalue-block_1_9_50": HTMLTttxKeyvalueBlock_1_9_50Element;
|
|
646
|
+
"tttx-list_1_9_50": HTMLTttxList_1_9_50Element;
|
|
647
|
+
"tttx-loading-spinner_1_9_50": HTMLTttxLoadingSpinner_1_9_50Element;
|
|
648
|
+
"tttx-multiselect-box_1_9_50": HTMLTttxMultiselectBox_1_9_50Element;
|
|
649
|
+
"tttx-percentage-bar_1_9_50": HTMLTttxPercentageBar_1_9_50Element;
|
|
650
|
+
"tttx-qrcode_1_9_50": HTMLTttxQrcode_1_9_50Element;
|
|
651
|
+
"tttx-select-box_1_9_50": HTMLTttxSelectBox_1_9_50Element;
|
|
652
|
+
"tttx-skeleton_loader_1_9_50": HTMLTttxSkeleton_loader_1_9_50Element;
|
|
653
|
+
"tttx-sorter_1_9_50": HTMLTttxSorter_1_9_50Element;
|
|
654
|
+
"tttx-standalone-input_1_9_50": HTMLTttxStandaloneInput_1_9_50Element;
|
|
655
|
+
"tttx-table_1_9_50": HTMLTttxTable_1_9_50Element;
|
|
656
|
+
"tttx-tabs_1_9_50": HTMLTttxTabs_1_9_50Element;
|
|
657
|
+
"tttx-tag_1_9_50": HTMLTttxTag_1_9_50Element;
|
|
658
|
+
"tttx-textarea_1_9_50": HTMLTttxTextarea_1_9_50Element;
|
|
659
|
+
"tttx-toggle_1_9_50": HTMLTttxToggle_1_9_50Element;
|
|
660
|
+
"tttx-toolbar_1_9_50": HTMLTttxToolbar_1_9_50Element;
|
|
661
|
+
"tttx-tree-view_1_9_50": HTMLTttxTreeView_1_9_50Element;
|
|
661
662
|
}
|
|
662
663
|
}
|
|
663
664
|
declare namespace LocalJSX {
|
|
664
|
-
interface
|
|
665
|
+
interface TttxActionDropdown_1_9_50 {
|
|
665
666
|
"actionKey"?: string;
|
|
666
667
|
"defaultOption"?: string;
|
|
667
668
|
"fieldOptionsData"?: string | ActionDropdownData;
|
|
668
669
|
"icon"?: string;
|
|
669
670
|
"isIconVisible"?: boolean;
|
|
670
|
-
"onActionDropdownChangeEvent"?: (event:
|
|
671
|
-
"onToggleActionDropdown"?: (event:
|
|
671
|
+
"onActionDropdownChangeEvent"?: (event: TttxActionDropdown_1_9_50CustomEvent<ActionDropdownChangeEvent>) => void;
|
|
672
|
+
"onToggleActionDropdown"?: (event: TttxActionDropdown_1_9_50CustomEvent<boolean>) => void;
|
|
672
673
|
}
|
|
673
|
-
interface
|
|
674
|
+
interface TttxButton_1_9_50 {
|
|
674
675
|
"design"?: string;
|
|
675
676
|
"icon"?: string;
|
|
676
677
|
"iconcolor"?: string;
|
|
677
678
|
"iconposition"?: 'left' | 'right';
|
|
678
679
|
"notext"?: boolean;
|
|
679
680
|
}
|
|
680
|
-
interface
|
|
681
|
+
interface TttxCheckboxGroupCaption_1_9_50 {
|
|
681
682
|
}
|
|
682
|
-
interface
|
|
683
|
+
interface TttxCheckboxGroupHeading_1_9_50 {
|
|
683
684
|
}
|
|
684
|
-
interface
|
|
685
|
+
interface TttxCheckboxGroup_1_9_50 {
|
|
685
686
|
}
|
|
686
|
-
interface
|
|
687
|
+
interface TttxCheckbox_1_9_50 {
|
|
687
688
|
"checkboxId"?: string;
|
|
688
689
|
"checked"?: boolean;
|
|
689
690
|
"indeterminate"?: boolean;
|
|
690
691
|
"inline"?: boolean;
|
|
691
692
|
"label"?: string;
|
|
692
|
-
"onCheckboxChangeEvent"?: (event:
|
|
693
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_50CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
693
694
|
}
|
|
694
|
-
interface
|
|
695
|
+
interface TttxComments_1_9_50 {
|
|
696
|
+
"allowEditing"?: boolean;
|
|
695
697
|
"comments"?: string | Comment[];
|
|
696
698
|
"currentuser"?: string;
|
|
697
699
|
"disableFile"?: boolean;
|
|
698
700
|
"inputBoxHeight"?: number;
|
|
699
701
|
"messageLimit"?: number;
|
|
700
|
-
"onCommentAdded"?: (event:
|
|
701
|
-
"onCommentEdited"?: (event:
|
|
702
|
-
"onCommentFocusOut"?: (event:
|
|
703
|
-
"onRequestCommentRemoval"?: (event:
|
|
704
|
-
"onRequestFileDownload"?: (event:
|
|
705
|
-
"onRequestFileUpload"?: (event:
|
|
702
|
+
"onCommentAdded"?: (event: TttxComments_1_9_50CustomEvent<Comment>) => void;
|
|
703
|
+
"onCommentEdited"?: (event: TttxComments_1_9_50CustomEvent<Comment>) => void;
|
|
704
|
+
"onCommentFocusOut"?: (event: TttxComments_1_9_50CustomEvent<string>) => void;
|
|
705
|
+
"onRequestCommentRemoval"?: (event: TttxComments_1_9_50CustomEvent<Comment>) => void;
|
|
706
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_50CustomEvent<string>) => void;
|
|
707
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_50CustomEvent<void>) => void;
|
|
706
708
|
"placeholder"?: string;
|
|
707
709
|
"saveButtonText"?: string;
|
|
708
710
|
"value"?: string;
|
|
709
711
|
}
|
|
710
|
-
interface
|
|
712
|
+
interface TttxDataPattern_1_9_50 {
|
|
711
713
|
"addbutton"?: boolean;
|
|
712
714
|
"addbuttonlabel"?: string;
|
|
713
715
|
"data"?: string;
|
|
@@ -717,7 +719,7 @@ declare namespace LocalJSX {
|
|
|
717
719
|
"searchplaceholder"?: string;
|
|
718
720
|
"sorterOptions"?: string;
|
|
719
721
|
}
|
|
720
|
-
interface
|
|
722
|
+
interface TttxDatacard_1_9_50 {
|
|
721
723
|
"cardTitle"?: string;
|
|
722
724
|
"cardType"?: string;
|
|
723
725
|
"chartConfig"?: string;
|
|
@@ -726,90 +728,90 @@ declare namespace LocalJSX {
|
|
|
726
728
|
"rightData"?: string;
|
|
727
729
|
"rightSubtext"?: string;
|
|
728
730
|
}
|
|
729
|
-
interface
|
|
731
|
+
interface TttxDialogBox_1_9_50 {
|
|
730
732
|
"allowOverflow"?: boolean;
|
|
731
733
|
"data"?: string | DialogItems;
|
|
732
|
-
"onButtonClick"?: (event:
|
|
733
|
-
"onCloseButtonClick"?: (event:
|
|
734
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
734
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_50CustomEvent<any>) => void;
|
|
735
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_50CustomEvent<any>) => void;
|
|
736
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_50CustomEvent<any>) => void;
|
|
735
737
|
"open"?: boolean;
|
|
736
738
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
737
739
|
}
|
|
738
|
-
interface
|
|
740
|
+
interface TttxDialog_1_9_50 {
|
|
739
741
|
"allowOverflow"?: boolean;
|
|
740
742
|
"closeEnabled"?: boolean;
|
|
741
743
|
"header"?: string;
|
|
742
|
-
"onCloseButtonClick"?: (event:
|
|
744
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_50CustomEvent<any>) => void;
|
|
743
745
|
"open"?: boolean;
|
|
744
746
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
745
747
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
746
748
|
}
|
|
747
|
-
interface
|
|
749
|
+
interface TttxExpander_1_9_50 {
|
|
748
750
|
"lefticon"?: string;
|
|
749
751
|
"lefticoncolor"?: string;
|
|
750
752
|
"name"?: string;
|
|
751
|
-
"onToggleExpander"?: (event:
|
|
753
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_50CustomEvent<{ open: boolean; name: string }>) => void;
|
|
752
754
|
"open"?: boolean;
|
|
753
755
|
}
|
|
754
|
-
interface
|
|
756
|
+
interface TttxFilter_1_9_50 {
|
|
755
757
|
"defaultFilterOptions"?: string[] | string;
|
|
756
758
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
757
759
|
"filterHeader"?: string;
|
|
758
760
|
"filterKey"?: string;
|
|
759
761
|
"filterOptions"?: string | FilterSettings[];
|
|
760
|
-
"onFilterChangeEvent"?: (event:
|
|
761
|
-
"onToggleFilter"?: (event:
|
|
762
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_50CustomEvent<FilterChangeEvent>) => void;
|
|
763
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_50CustomEvent<boolean>) => void;
|
|
762
764
|
"popoverWidth"?: string;
|
|
763
765
|
"showOptionIcons"?: boolean;
|
|
764
766
|
"showSearchField"?: boolean;
|
|
765
767
|
"showSelectAll"?: boolean;
|
|
766
768
|
}
|
|
767
|
-
interface
|
|
769
|
+
interface TttxForm_1_9_50 {
|
|
768
770
|
"data"?: any;
|
|
769
771
|
"formschema"?: Record<string, any> | string;
|
|
770
|
-
"onDataChanged"?: (event:
|
|
771
|
-
"onDataSubmitted"?: (event:
|
|
772
|
-
"onSearchTermChanged"?: (event:
|
|
773
|
-
"onSelectToggleOpen"?: (event:
|
|
772
|
+
"onDataChanged"?: (event: TttxForm_1_9_50CustomEvent<{ name: string; value: string }>) => void;
|
|
773
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_50CustomEvent<FormData>) => void;
|
|
774
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_50CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
775
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_50CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
774
776
|
}
|
|
775
|
-
interface
|
|
777
|
+
interface TttxGraph_1_9_50 {
|
|
776
778
|
"chartData"?: string;
|
|
777
779
|
"chartText"?: string;
|
|
778
780
|
"chartType"?: string;
|
|
779
781
|
}
|
|
780
|
-
interface
|
|
782
|
+
interface TttxIcon_1_9_50 {
|
|
781
783
|
"color"?: string;
|
|
782
784
|
"icon"?: string;
|
|
783
785
|
"size"?: number;
|
|
784
786
|
}
|
|
785
|
-
interface
|
|
787
|
+
interface TttxKeyvalueBlock_1_9_50 {
|
|
786
788
|
"horizontal"?: boolean;
|
|
787
789
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
788
790
|
"spacedout"?: boolean;
|
|
789
791
|
}
|
|
790
|
-
interface
|
|
792
|
+
interface TttxList_1_9_50 {
|
|
791
793
|
"data"?: string | ListItem[];
|
|
792
794
|
"name"?: string;
|
|
793
|
-
"onListRowCheckboxClick"?: (event:
|
|
794
|
-
"onListRowClick"?: (event:
|
|
795
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_50CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
796
|
+
"onListRowClick"?: (event: TttxList_1_9_50CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
795
797
|
}
|
|
796
|
-
interface
|
|
798
|
+
interface TttxLoadingSpinner_1_9_50 {
|
|
797
799
|
"color"?: string;
|
|
798
800
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
799
801
|
"loadingMessage"?: boolean;
|
|
800
802
|
"message"?: string;
|
|
801
803
|
"size"?: 'small' | 'large';
|
|
802
804
|
}
|
|
803
|
-
interface
|
|
805
|
+
interface TttxMultiselectBox_1_9_50 {
|
|
804
806
|
"htmlVisibleValue"?: boolean;
|
|
805
807
|
"inline"?: boolean;
|
|
806
808
|
"isLoading"?: boolean;
|
|
807
809
|
"label"?: string;
|
|
808
810
|
"nonPriorityLabel"?: string;
|
|
809
|
-
"onChangesApplied"?: (event:
|
|
810
|
-
"onSearchDataChanged"?: (event:
|
|
811
|
-
"onSelectItemEvent"?: (event:
|
|
812
|
-
"onToggleOpen"?: (event:
|
|
811
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_50CustomEvent<SelectItem[]>) => void;
|
|
812
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_50CustomEvent<{ searchTerm: string; }>) => void;
|
|
813
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_50CustomEvent<SelectItem>) => void;
|
|
814
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_50CustomEvent<boolean>) => void;
|
|
813
815
|
"optionsData"?: string | SelectItem[];
|
|
814
816
|
"placeholder"?: string;
|
|
815
817
|
"priorityLabel"?: string;
|
|
@@ -818,18 +820,18 @@ declare namespace LocalJSX {
|
|
|
818
820
|
"stopLocalSearch"?: boolean;
|
|
819
821
|
"visibleValue"?: string;
|
|
820
822
|
}
|
|
821
|
-
interface
|
|
823
|
+
interface TttxPercentageBar_1_9_50 {
|
|
822
824
|
"color"?: string;
|
|
823
825
|
"labelid"?: string;
|
|
824
826
|
"min"?: string;
|
|
825
827
|
"percentage"?: string | number;
|
|
826
828
|
"thresholds"?: string | Threshold[];
|
|
827
829
|
}
|
|
828
|
-
interface
|
|
830
|
+
interface TttxQrcode_1_9_50 {
|
|
829
831
|
"link"?: string;
|
|
830
832
|
"size"?: number;
|
|
831
833
|
}
|
|
832
|
-
interface
|
|
834
|
+
interface TttxSelectBox_1_9_50 {
|
|
833
835
|
"clearable"?: boolean;
|
|
834
836
|
"errorMsg"?: string;
|
|
835
837
|
"inline"?: boolean;
|
|
@@ -837,10 +839,10 @@ declare namespace LocalJSX {
|
|
|
837
839
|
"isLoading"?: boolean;
|
|
838
840
|
"label"?: string;
|
|
839
841
|
"nonPriorityLabel"?: string;
|
|
840
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
841
|
-
"onSelectEndReached"?: (event:
|
|
842
|
-
"onSelectItemEvent"?: (event:
|
|
843
|
-
"onToggleOpen"?: (event:
|
|
842
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_50CustomEvent<string>) => void;
|
|
843
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_50CustomEvent<string>) => void;
|
|
844
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_50CustomEvent<SelectItem1>) => void;
|
|
845
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_50CustomEvent<boolean>) => void;
|
|
844
846
|
"optionsData"?: string | SelectItem1[];
|
|
845
847
|
"placeholder"?: string;
|
|
846
848
|
"priorityLabel"?: string;
|
|
@@ -852,7 +854,7 @@ declare namespace LocalJSX {
|
|
|
852
854
|
"useExternalFiltering"?: boolean;
|
|
853
855
|
"useExternalPaginatedFiltering"?: boolean;
|
|
854
856
|
}
|
|
855
|
-
interface
|
|
857
|
+
interface TttxSkeleton_loader_1_9_50 {
|
|
856
858
|
"animation"?: 'pulse' | 'wave' | 'none';
|
|
857
859
|
"borderRadius"?: string;
|
|
858
860
|
"color"?: string;
|
|
@@ -864,15 +866,15 @@ declare namespace LocalJSX {
|
|
|
864
866
|
"variant"?: 'text' | 'circle' | 'rect';
|
|
865
867
|
"width"?: string;
|
|
866
868
|
}
|
|
867
|
-
interface
|
|
869
|
+
interface TttxSorter_1_9_50 {
|
|
868
870
|
"defaultOption"?: string;
|
|
869
871
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
870
872
|
"fieldOptionsData"?: string | SorterData;
|
|
871
|
-
"onSorterChangeEvent"?: (event:
|
|
872
|
-
"onToggleSorter"?: (event:
|
|
873
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_50CustomEvent<SorterChangeEvent>) => void;
|
|
874
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_50CustomEvent<boolean>) => void;
|
|
873
875
|
"sorterKey"?: string;
|
|
874
876
|
}
|
|
875
|
-
interface
|
|
877
|
+
interface TttxStandaloneInput_1_9_50 {
|
|
876
878
|
"autocomplete"?: 'off' | 'on';
|
|
877
879
|
"checked"?: boolean;
|
|
878
880
|
"disabled"?: boolean;
|
|
@@ -888,8 +890,8 @@ declare namespace LocalJSX {
|
|
|
888
890
|
"inputiconcolor"?: string;
|
|
889
891
|
/**
|
|
890
892
|
* tabindex - Allows the HTML elements to be focusable
|
|
891
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
892
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
893
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_50 input-index="1" />
|
|
894
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_50 inputindex={1} />
|
|
893
895
|
*/
|
|
894
896
|
"inputindex"?: string | number;
|
|
895
897
|
/**
|
|
@@ -903,13 +905,13 @@ declare namespace LocalJSX {
|
|
|
903
905
|
"min"?: MinMaxDates | number;
|
|
904
906
|
"minlength"?: string | number;
|
|
905
907
|
"name"?: string;
|
|
906
|
-
"onBlurChanged"?: (event:
|
|
907
|
-
"onFocusChanged"?: (event:
|
|
908
|
-
"onInputIconClick"?: (event:
|
|
909
|
-
"onInvalidChanged"?: (event:
|
|
910
|
-
"onLeftIconClick"?: (event:
|
|
911
|
-
"onRightIconClick"?: (event:
|
|
912
|
-
"onValueChanged"?: (event:
|
|
908
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_50CustomEvent<string>) => void;
|
|
909
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_50CustomEvent<string>) => void;
|
|
910
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_50CustomEvent<void>) => void;
|
|
911
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_50CustomEvent<string>) => void;
|
|
912
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_50CustomEvent<void>) => void;
|
|
913
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_50CustomEvent<void>) => void;
|
|
914
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_50CustomEvent<string>) => void;
|
|
913
915
|
"pattern"?: string;
|
|
914
916
|
"placeholder"?: string;
|
|
915
917
|
"readonly"?: string | boolean;
|
|
@@ -924,27 +926,27 @@ declare namespace LocalJSX {
|
|
|
924
926
|
"type"?: string;
|
|
925
927
|
"value"?: string | number;
|
|
926
928
|
}
|
|
927
|
-
interface
|
|
929
|
+
interface TttxTable_1_9_50 {
|
|
928
930
|
"data"?: any;
|
|
929
931
|
"draggableHeaders"?: boolean;
|
|
930
932
|
"headers"?: TableHeader[];
|
|
931
933
|
"loading"?: boolean;
|
|
932
|
-
"onHeaderClicked"?: (event:
|
|
933
|
-
"onHeaderOrderChanged"?: (event:
|
|
934
|
-
"onRowClicked"?: (event:
|
|
934
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_50CustomEvent<any>) => void;
|
|
935
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_50CustomEvent<string[]>) => void;
|
|
936
|
+
"onRowClicked"?: (event: TttxTable_1_9_50CustomEvent<any>) => void;
|
|
935
937
|
"selectable"?: boolean;
|
|
936
938
|
"selected"?: number;
|
|
937
939
|
}
|
|
938
|
-
interface
|
|
940
|
+
interface TttxTabs_1_9_50 {
|
|
939
941
|
"navigation"?: boolean;
|
|
940
|
-
"onLeftNavigation"?: (event:
|
|
941
|
-
"onRightNavigation"?: (event:
|
|
942
|
-
"onTabClick"?: (event:
|
|
942
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_50CustomEvent<any>) => void;
|
|
943
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_50CustomEvent<any>) => void;
|
|
944
|
+
"onTabClick"?: (event: TttxTabs_1_9_50CustomEvent<{ tabId: string }>) => void;
|
|
943
945
|
"tabs"?: string | Tab[];
|
|
944
946
|
"tabsName"?: string;
|
|
945
947
|
"wide"?: boolean;
|
|
946
948
|
}
|
|
947
|
-
interface
|
|
949
|
+
interface TttxTag_1_9_50 {
|
|
948
950
|
"color"?: string;
|
|
949
951
|
"hasIcon"?: boolean;
|
|
950
952
|
"icon"?: string;
|
|
@@ -953,13 +955,13 @@ declare namespace LocalJSX {
|
|
|
953
955
|
"text"?: string;
|
|
954
956
|
"textColor"?: string;
|
|
955
957
|
}
|
|
956
|
-
interface
|
|
958
|
+
interface TttxTextarea_1_9_50 {
|
|
957
959
|
"disabled"?: boolean;
|
|
958
960
|
"errormsg"?: string;
|
|
959
961
|
/**
|
|
960
962
|
* tabindex - Allows the HTML elements to be focusable
|
|
961
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
962
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
963
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_50 input-index="1" />
|
|
964
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_50 inputindex={1} />
|
|
963
965
|
*/
|
|
964
966
|
"inputindex"?: string | number;
|
|
965
967
|
/**
|
|
@@ -970,10 +972,10 @@ declare namespace LocalJSX {
|
|
|
970
972
|
"label"?: string;
|
|
971
973
|
"maxlength"?: string | number;
|
|
972
974
|
"name"?: string;
|
|
973
|
-
"onBlurChanged"?: (event:
|
|
974
|
-
"onFocusChanged"?: (event:
|
|
975
|
-
"onInvalidChanged"?: (event:
|
|
976
|
-
"onValueChanged"?: (event:
|
|
975
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_50CustomEvent<string>) => void;
|
|
976
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_50CustomEvent<string>) => void;
|
|
977
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_50CustomEvent<string>) => void;
|
|
978
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_50CustomEvent<string>) => void;
|
|
977
979
|
"placeholder"?: string;
|
|
978
980
|
"readonly"?: string | boolean;
|
|
979
981
|
"required"?: boolean;
|
|
@@ -987,92 +989,92 @@ declare namespace LocalJSX {
|
|
|
987
989
|
"textareaautofocus"?: boolean;
|
|
988
990
|
"value"?: string | number;
|
|
989
991
|
}
|
|
990
|
-
interface
|
|
992
|
+
interface TttxToggle_1_9_50 {
|
|
991
993
|
"initialstate"?: boolean | string;
|
|
992
|
-
"onToggleSwitchEvent"?: (event:
|
|
994
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_50CustomEvent<{checked: boolean}>) => void;
|
|
993
995
|
}
|
|
994
|
-
interface
|
|
996
|
+
interface TttxToolbar_1_9_50 {
|
|
995
997
|
"border"?: boolean;
|
|
996
998
|
}
|
|
997
|
-
interface
|
|
999
|
+
interface TttxTreeView_1_9_50 {
|
|
998
1000
|
"data"?: TreeViewItem[];
|
|
999
|
-
"onCheckboxChange"?: (event:
|
|
1000
|
-
"onClickEvent"?: (event:
|
|
1001
|
-
"onExpandNode"?: (event:
|
|
1001
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_50CustomEvent<TreeViewItem[]>) => void;
|
|
1002
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_50CustomEvent<TreeViewItem>) => void;
|
|
1003
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_50CustomEvent<ExpandNodeEvent>) => void;
|
|
1002
1004
|
}
|
|
1003
1005
|
interface IntrinsicElements {
|
|
1004
|
-
"tttx-action-
|
|
1005
|
-
"tttx-
|
|
1006
|
-
"tttx-checkbox-group-
|
|
1007
|
-
"tttx-checkbox-group-
|
|
1008
|
-
"tttx-checkbox-
|
|
1009
|
-
"tttx-
|
|
1010
|
-
"tttx-
|
|
1011
|
-
"tttx-data-
|
|
1012
|
-
"tttx-
|
|
1013
|
-
"tttx-dialog-
|
|
1014
|
-
"tttx-
|
|
1015
|
-
"tttx-
|
|
1016
|
-
"tttx-
|
|
1017
|
-
"tttx-
|
|
1018
|
-
"tttx-
|
|
1019
|
-
"tttx-
|
|
1020
|
-
"tttx-keyvalue-
|
|
1021
|
-
"tttx-
|
|
1022
|
-
"tttx-loading-
|
|
1023
|
-
"tttx-multiselect-
|
|
1024
|
-
"tttx-percentage-
|
|
1025
|
-
"tttx-
|
|
1026
|
-
"tttx-select-
|
|
1027
|
-
"tttx-
|
|
1028
|
-
"tttx-
|
|
1029
|
-
"tttx-standalone-
|
|
1030
|
-
"tttx-
|
|
1031
|
-
"tttx-
|
|
1032
|
-
"tttx-
|
|
1033
|
-
"tttx-
|
|
1034
|
-
"tttx-
|
|
1035
|
-
"tttx-
|
|
1036
|
-
"tttx-tree-
|
|
1006
|
+
"tttx-action-dropdown_1_9_50": TttxActionDropdown_1_9_50;
|
|
1007
|
+
"tttx-button_1_9_50": TttxButton_1_9_50;
|
|
1008
|
+
"tttx-checkbox-group-caption_1_9_50": TttxCheckboxGroupCaption_1_9_50;
|
|
1009
|
+
"tttx-checkbox-group-heading_1_9_50": TttxCheckboxGroupHeading_1_9_50;
|
|
1010
|
+
"tttx-checkbox-group_1_9_50": TttxCheckboxGroup_1_9_50;
|
|
1011
|
+
"tttx-checkbox_1_9_50": TttxCheckbox_1_9_50;
|
|
1012
|
+
"tttx-comments_1_9_50": TttxComments_1_9_50;
|
|
1013
|
+
"tttx-data-pattern_1_9_50": TttxDataPattern_1_9_50;
|
|
1014
|
+
"tttx-datacard_1_9_50": TttxDatacard_1_9_50;
|
|
1015
|
+
"tttx-dialog-box_1_9_50": TttxDialogBox_1_9_50;
|
|
1016
|
+
"tttx-dialog_1_9_50": TttxDialog_1_9_50;
|
|
1017
|
+
"tttx-expander_1_9_50": TttxExpander_1_9_50;
|
|
1018
|
+
"tttx-filter_1_9_50": TttxFilter_1_9_50;
|
|
1019
|
+
"tttx-form_1_9_50": TttxForm_1_9_50;
|
|
1020
|
+
"tttx-graph_1_9_50": TttxGraph_1_9_50;
|
|
1021
|
+
"tttx-icon_1_9_50": TttxIcon_1_9_50;
|
|
1022
|
+
"tttx-keyvalue-block_1_9_50": TttxKeyvalueBlock_1_9_50;
|
|
1023
|
+
"tttx-list_1_9_50": TttxList_1_9_50;
|
|
1024
|
+
"tttx-loading-spinner_1_9_50": TttxLoadingSpinner_1_9_50;
|
|
1025
|
+
"tttx-multiselect-box_1_9_50": TttxMultiselectBox_1_9_50;
|
|
1026
|
+
"tttx-percentage-bar_1_9_50": TttxPercentageBar_1_9_50;
|
|
1027
|
+
"tttx-qrcode_1_9_50": TttxQrcode_1_9_50;
|
|
1028
|
+
"tttx-select-box_1_9_50": TttxSelectBox_1_9_50;
|
|
1029
|
+
"tttx-skeleton_loader_1_9_50": TttxSkeleton_loader_1_9_50;
|
|
1030
|
+
"tttx-sorter_1_9_50": TttxSorter_1_9_50;
|
|
1031
|
+
"tttx-standalone-input_1_9_50": TttxStandaloneInput_1_9_50;
|
|
1032
|
+
"tttx-table_1_9_50": TttxTable_1_9_50;
|
|
1033
|
+
"tttx-tabs_1_9_50": TttxTabs_1_9_50;
|
|
1034
|
+
"tttx-tag_1_9_50": TttxTag_1_9_50;
|
|
1035
|
+
"tttx-textarea_1_9_50": TttxTextarea_1_9_50;
|
|
1036
|
+
"tttx-toggle_1_9_50": TttxToggle_1_9_50;
|
|
1037
|
+
"tttx-toolbar_1_9_50": TttxToolbar_1_9_50;
|
|
1038
|
+
"tttx-tree-view_1_9_50": TttxTreeView_1_9_50;
|
|
1037
1039
|
}
|
|
1038
1040
|
}
|
|
1039
1041
|
export { LocalJSX as JSX };
|
|
1040
1042
|
declare module "@stencil/core" {
|
|
1041
1043
|
export namespace JSX {
|
|
1042
1044
|
interface IntrinsicElements {
|
|
1043
|
-
"tttx-action-
|
|
1044
|
-
"tttx-
|
|
1045
|
-
"tttx-checkbox-group-
|
|
1046
|
-
"tttx-checkbox-group-
|
|
1047
|
-
"tttx-checkbox-
|
|
1048
|
-
"tttx-
|
|
1049
|
-
"tttx-
|
|
1050
|
-
"tttx-data-
|
|
1051
|
-
"tttx-
|
|
1052
|
-
"tttx-dialog-
|
|
1053
|
-
"tttx-
|
|
1054
|
-
"tttx-
|
|
1055
|
-
"tttx-
|
|
1056
|
-
"tttx-
|
|
1057
|
-
"tttx-
|
|
1058
|
-
"tttx-
|
|
1059
|
-
"tttx-keyvalue-
|
|
1060
|
-
"tttx-
|
|
1061
|
-
"tttx-loading-
|
|
1062
|
-
"tttx-multiselect-
|
|
1063
|
-
"tttx-percentage-
|
|
1064
|
-
"tttx-
|
|
1065
|
-
"tttx-select-
|
|
1066
|
-
"tttx-
|
|
1067
|
-
"tttx-
|
|
1068
|
-
"tttx-standalone-
|
|
1069
|
-
"tttx-
|
|
1070
|
-
"tttx-
|
|
1071
|
-
"tttx-
|
|
1072
|
-
"tttx-
|
|
1073
|
-
"tttx-
|
|
1074
|
-
"tttx-
|
|
1075
|
-
"tttx-tree-
|
|
1045
|
+
"tttx-action-dropdown_1_9_50": LocalJSX.TttxActionDropdown_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxActionDropdown_1_9_50Element>;
|
|
1046
|
+
"tttx-button_1_9_50": LocalJSX.TttxButton_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_50Element>;
|
|
1047
|
+
"tttx-checkbox-group-caption_1_9_50": LocalJSX.TttxCheckboxGroupCaption_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_50Element>;
|
|
1048
|
+
"tttx-checkbox-group-heading_1_9_50": LocalJSX.TttxCheckboxGroupHeading_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_50Element>;
|
|
1049
|
+
"tttx-checkbox-group_1_9_50": LocalJSX.TttxCheckboxGroup_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_50Element>;
|
|
1050
|
+
"tttx-checkbox_1_9_50": LocalJSX.TttxCheckbox_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_50Element>;
|
|
1051
|
+
"tttx-comments_1_9_50": LocalJSX.TttxComments_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_50Element>;
|
|
1052
|
+
"tttx-data-pattern_1_9_50": LocalJSX.TttxDataPattern_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_50Element>;
|
|
1053
|
+
"tttx-datacard_1_9_50": LocalJSX.TttxDatacard_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_50Element>;
|
|
1054
|
+
"tttx-dialog-box_1_9_50": LocalJSX.TttxDialogBox_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_50Element>;
|
|
1055
|
+
"tttx-dialog_1_9_50": LocalJSX.TttxDialog_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_50Element>;
|
|
1056
|
+
"tttx-expander_1_9_50": LocalJSX.TttxExpander_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_50Element>;
|
|
1057
|
+
"tttx-filter_1_9_50": LocalJSX.TttxFilter_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_50Element>;
|
|
1058
|
+
"tttx-form_1_9_50": LocalJSX.TttxForm_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_50Element>;
|
|
1059
|
+
"tttx-graph_1_9_50": LocalJSX.TttxGraph_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_50Element>;
|
|
1060
|
+
"tttx-icon_1_9_50": LocalJSX.TttxIcon_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_50Element>;
|
|
1061
|
+
"tttx-keyvalue-block_1_9_50": LocalJSX.TttxKeyvalueBlock_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_50Element>;
|
|
1062
|
+
"tttx-list_1_9_50": LocalJSX.TttxList_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_50Element>;
|
|
1063
|
+
"tttx-loading-spinner_1_9_50": LocalJSX.TttxLoadingSpinner_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_50Element>;
|
|
1064
|
+
"tttx-multiselect-box_1_9_50": LocalJSX.TttxMultiselectBox_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_50Element>;
|
|
1065
|
+
"tttx-percentage-bar_1_9_50": LocalJSX.TttxPercentageBar_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_50Element>;
|
|
1066
|
+
"tttx-qrcode_1_9_50": LocalJSX.TttxQrcode_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_50Element>;
|
|
1067
|
+
"tttx-select-box_1_9_50": LocalJSX.TttxSelectBox_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_50Element>;
|
|
1068
|
+
"tttx-skeleton_loader_1_9_50": LocalJSX.TttxSkeleton_loader_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_50Element>;
|
|
1069
|
+
"tttx-sorter_1_9_50": LocalJSX.TttxSorter_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_50Element>;
|
|
1070
|
+
"tttx-standalone-input_1_9_50": LocalJSX.TttxStandaloneInput_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_50Element>;
|
|
1071
|
+
"tttx-table_1_9_50": LocalJSX.TttxTable_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_50Element>;
|
|
1072
|
+
"tttx-tabs_1_9_50": LocalJSX.TttxTabs_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_50Element>;
|
|
1073
|
+
"tttx-tag_1_9_50": LocalJSX.TttxTag_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_50Element>;
|
|
1074
|
+
"tttx-textarea_1_9_50": LocalJSX.TttxTextarea_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_50Element>;
|
|
1075
|
+
"tttx-toggle_1_9_50": LocalJSX.TttxToggle_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_50Element>;
|
|
1076
|
+
"tttx-toolbar_1_9_50": LocalJSX.TttxToolbar_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_50Element>;
|
|
1077
|
+
"tttx-tree-view_1_9_50": LocalJSX.TttxTreeView_1_9_50 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_50Element>;
|
|
1076
1078
|
}
|
|
1077
1079
|
}
|
|
1078
1080
|
}
|