@3t-transform/threeteeui 1.9.54 → 1.9.55
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_54.cjs.entry.js → tttx-action-dropdown_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-button_1_9_54.cjs.entry.js → tttx-button_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_54.cjs.entry.js → tttx-checkbox-group-caption_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_54.cjs.entry.js → tttx-checkbox-group-heading_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_54.cjs.entry.js → tttx-checkbox-group_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_54.cjs.entry.js → tttx-checkbox_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_54.cjs.entry.js → tttx-comments_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_54.cjs.entry.js → tttx-data-pattern_1_9_55.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_54.cjs.entry.js → tttx-datacard_1_9_55.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-date-range-picker.cjs.entry.js +212 -0
- package/dist/cjs/{tttx-dialog-box_1_9_54.cjs.entry.js → tttx-dialog-box_1_9_55.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_54.cjs.entry.js → tttx-dialog_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_54.cjs.entry.js → tttx-expander_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_54_4.cjs.entry.js → tttx-filter_1_9_55_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_54.cjs.entry.js → tttx-form_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_54.cjs.entry.js → tttx-graph_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_54.cjs.entry.js → tttx-icon_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_54.cjs.entry.js → tttx-keyvalue-block_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_54_3.cjs.entry.js → tttx-loading-spinner_1_9_55_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_54.cjs.entry.js → tttx-multiselect-box_1_9_55.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_54.cjs.entry.js → tttx-percentage-bar_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_54.cjs.entry.js → tttx-qrcode_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_54.cjs.entry.js → tttx-select-box_1_9_55.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-skeleton_loader_1_9_54.cjs.entry.js → tttx-skeleton_loader_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-table_1_9_54.cjs.entry.js → tttx-table_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_54.cjs.entry.js → tttx-tabs_1_9_55.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_54.cjs.entry.js → tttx-textarea_1_9_55.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_54.cjs.entry.js → tttx-toggle_1_9_55.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_54.cjs.entry.js → tttx-tree-view_1_9_55.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- 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 +2 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-date-range-picker/tttx-date-range-picker.css +102 -0
- package/dist/collection/components/molecules/tttx-date-range-picker/tttx-date-range-picker.js +282 -0
- package/dist/collection/components/molecules/tttx-date-range-picker/tttx-date-range-picker.stories.js +60 -0
- 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 +34 -33
- package/dist/components/index.js +34 -33
- package/dist/components/tttx-action-dropdown_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-action-dropdown_1_9_54.js → tttx-action-dropdown_1_9_55.js} +7 -7
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-dialog_1_9_54.d.ts → tttx-button_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_54.js → tttx-button_1_9_55.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_54.js → tttx-checkbox-group-caption_1_9_55.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_54.js → tttx-checkbox-group-heading_1_9_55.js} +5 -5
- package/dist/components/{tttx-percentage-bar_1_9_54.d.ts → tttx-checkbox-group_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-checkbox-group_1_9_54.js → tttx-checkbox-group_1_9_55.js} +5 -5
- package/dist/components/{tttx-comments_1_9_54.d.ts → tttx-checkbox_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_54.js → tttx-checkbox_1_9_55.js} +7 -7
- package/dist/components/{tttx-datacard_1_9_54.d.ts → tttx-comments_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_54.js → tttx-comments_1_9_55.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_54.js → tttx-data-pattern_1_9_55.js} +16 -16
- package/dist/components/{tttx-checkbox_1_9_54.d.ts → tttx-datacard_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_54.js → tttx-datacard_1_9_55.js} +10 -10
- package/dist/components/tttx-date-range-picker.d.ts +11 -0
- package/dist/components/tttx-date-range-picker.js +243 -0
- package/dist/components/tttx-dialog-box_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_54.js → tttx-dialog-box_1_9_55.js} +9 -9
- package/dist/components/{tttx-button_1_9_54.d.ts → tttx-dialog_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_54.js → tttx-dialog_1_9_55.js} +8 -8
- package/dist/components/tttx-expander_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_54.js → tttx-expander_1_9_55.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_54.d.ts → tttx-filter_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_54.js → tttx-filter_1_9_55.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_54.d.ts → tttx-form_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_54.js → tttx-form_1_9_55.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_54.d.ts → tttx-graph_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_54.js → tttx-graph_1_9_55.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_54.d.ts → tttx-icon_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_54.js → tttx-icon_1_9_55.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_54.js → tttx-keyvalue-block_1_9_55.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_54.d.ts → tttx-list_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_54.js → tttx-list_1_9_55.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_54.js → tttx-loading-spinner_1_9_55.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_54.js → tttx-multiselect-box_1_9_55.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_54.js → tttx-percentage-bar_1_9_55.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_54.d.ts → tttx-qrcode_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_54.js → tttx-qrcode_1_9_55.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_54.js → tttx-select-box_1_9_55.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-skeleton_loader_1_9_54.js → tttx-skeleton_loader_1_9_55.js} +5 -5
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_54.js → tttx-sorter_1_9_55.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_54.js → tttx-standalone-input_1_9_55.js} +2 -2
- package/dist/components/{tttx-table_1_9_54.d.ts → tttx-table_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_54.js → tttx-table_1_9_55.js} +5 -5
- package/dist/components/{tttx-form_1_9_54.d.ts → tttx-tabs_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_54.js → tttx-tabs_1_9_55.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_54.d.ts → tttx-tag_1_9_55.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_54.js → tttx-tag_1_9_55.js} +2 -2
- package/dist/components/tttx-textarea_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_54.js → tttx-textarea_1_9_55.js} +6 -6
- package/dist/components/tttx-toggle_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_54.js → tttx-toggle_1_9_55.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_54.js → tttx-toolbar_1_9_55.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_55.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_54.js → tttx-tree-view_1_9_55.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-action-dropdown_1_9_54.entry.js → tttx-action-dropdown_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-button_1_9_54.entry.js → tttx-button_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_54.entry.js → tttx-checkbox-group-caption_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_54.entry.js → tttx-checkbox-group-heading_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_54.entry.js → tttx-checkbox-group_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_54.entry.js → tttx-checkbox_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_54.entry.js → tttx-comments_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_54.entry.js → tttx-data-pattern_1_9_55.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_54.entry.js → tttx-datacard_1_9_55.entry.js} +4 -4
- package/dist/esm/tttx-date-range-picker.entry.js +208 -0
- package/dist/esm/{tttx-dialog-box_1_9_54.entry.js → tttx-dialog-box_1_9_55.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_54.entry.js → tttx-dialog_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_54.entry.js → tttx-expander_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_54_4.entry.js → tttx-filter_1_9_55_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_54.entry.js → tttx-form_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_54.entry.js → tttx-graph_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_54.entry.js → tttx-icon_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_54.entry.js → tttx-keyvalue-block_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_54_3.entry.js → tttx-loading-spinner_1_9_55_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_54.entry.js → tttx-multiselect-box_1_9_55.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_54.entry.js → tttx-percentage-bar_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_54.entry.js → tttx-qrcode_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_54.entry.js → tttx-select-box_1_9_55.entry.js} +6 -6
- package/dist/esm/{tttx-skeleton_loader_1_9_54.entry.js → tttx-skeleton_loader_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-table_1_9_54.entry.js → tttx-table_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_54.entry.js → tttx-tabs_1_9_55.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_54.entry.js → tttx-textarea_1_9_55.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_54.entry.js → tttx-toggle_1_9_55.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_54.entry.js → tttx-tree-view_1_9_55.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-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-4eaab3ae.entry.js +1 -0
- 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-b077aa45.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-date-range-picker/tttx-date-range-picker.d.ts +43 -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 +416 -394
- package/package.json +1 -1
- package/dist/components/tttx-action-dropdown_1_9_54.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-caption_1_9_54.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_54.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_54.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_54.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_54.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_54.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_54.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_54.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_54.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_54.d.ts +0 -11
- package/dist/components/tttx-skeleton_loader_1_9_54.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_54.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_54.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_54.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_54.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_54.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_54.d.ts +0 -11
|
@@ -21,34 +21,34 @@ 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_55 {
|
|
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_55 {
|
|
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_55 {
|
|
39
39
|
}
|
|
40
|
-
interface
|
|
40
|
+
interface TttxCheckboxGroupHeading_1_9_55 {
|
|
41
41
|
}
|
|
42
|
-
interface
|
|
42
|
+
interface TttxCheckboxGroup_1_9_55 {
|
|
43
43
|
}
|
|
44
|
-
interface
|
|
44
|
+
interface TttxCheckbox_1_9_55 {
|
|
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_55 {
|
|
52
52
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
53
53
|
"allowEditing": boolean;
|
|
54
54
|
"comments": string | Comment[];
|
|
@@ -61,7 +61,7 @@ export namespace Components {
|
|
|
61
61
|
"saveButtonText": string;
|
|
62
62
|
"value": string;
|
|
63
63
|
}
|
|
64
|
-
interface
|
|
64
|
+
interface TttxDataPattern_1_9_55 {
|
|
65
65
|
"addbutton": boolean;
|
|
66
66
|
"addbuttonlabel": string;
|
|
67
67
|
"data": string;
|
|
@@ -71,7 +71,7 @@ export namespace Components {
|
|
|
71
71
|
"searchplaceholder": string;
|
|
72
72
|
"sorterOptions": string;
|
|
73
73
|
}
|
|
74
|
-
interface
|
|
74
|
+
interface TttxDatacard_1_9_55 {
|
|
75
75
|
"cardTitle": string;
|
|
76
76
|
"cardType": string;
|
|
77
77
|
"chartConfig": string;
|
|
@@ -80,13 +80,17 @@ export namespace Components {
|
|
|
80
80
|
"rightData": string;
|
|
81
81
|
"rightSubtext": string;
|
|
82
82
|
}
|
|
83
|
-
interface
|
|
83
|
+
interface TttxDateRangePicker {
|
|
84
|
+
"initialValue"?: { start: string; end: string };
|
|
85
|
+
"placeholderText": string;
|
|
86
|
+
}
|
|
87
|
+
interface TttxDialogBox_1_9_55 {
|
|
84
88
|
"allowOverflow": boolean;
|
|
85
89
|
"data": string | DialogItems;
|
|
86
90
|
"open": boolean;
|
|
87
91
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
88
92
|
}
|
|
89
|
-
interface
|
|
93
|
+
interface TttxDialog_1_9_55 {
|
|
90
94
|
"allowOverflow": boolean;
|
|
91
95
|
"closeEnabled": boolean;
|
|
92
96
|
"header": string;
|
|
@@ -94,13 +98,13 @@ export namespace Components {
|
|
|
94
98
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
95
99
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
96
100
|
}
|
|
97
|
-
interface
|
|
101
|
+
interface TttxExpander_1_9_55 {
|
|
98
102
|
"lefticon"?: string;
|
|
99
103
|
"lefticoncolor"?: string;
|
|
100
104
|
"name": string;
|
|
101
105
|
"open": boolean;
|
|
102
106
|
}
|
|
103
|
-
interface
|
|
107
|
+
interface TttxFilter_1_9_55 {
|
|
104
108
|
"defaultFilterOptions": string[] | string;
|
|
105
109
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
106
110
|
"filterHeader": string;
|
|
@@ -111,7 +115,7 @@ export namespace Components {
|
|
|
111
115
|
"showSearchField": boolean;
|
|
112
116
|
"showSelectAll": boolean;
|
|
113
117
|
}
|
|
114
|
-
interface
|
|
118
|
+
interface TttxForm_1_9_55 {
|
|
115
119
|
/**
|
|
116
120
|
* Clear the validation message on a given form field
|
|
117
121
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -158,33 +162,33 @@ export namespace Components {
|
|
|
158
162
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
159
163
|
"submit": () => Promise<void>;
|
|
160
164
|
}
|
|
161
|
-
interface
|
|
165
|
+
interface TttxGraph_1_9_55 {
|
|
162
166
|
"chartData": string;
|
|
163
167
|
"chartText": string;
|
|
164
168
|
"chartType": string;
|
|
165
169
|
}
|
|
166
|
-
interface
|
|
170
|
+
interface TttxIcon_1_9_55 {
|
|
167
171
|
"color": string;
|
|
168
172
|
"icon": string;
|
|
169
173
|
"size": number;
|
|
170
174
|
}
|
|
171
|
-
interface
|
|
175
|
+
interface TttxKeyvalueBlock_1_9_55 {
|
|
172
176
|
"horizontal": boolean;
|
|
173
177
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
174
178
|
"spacedout": boolean;
|
|
175
179
|
}
|
|
176
|
-
interface
|
|
180
|
+
interface TttxList_1_9_55 {
|
|
177
181
|
"data": string | ListItem[];
|
|
178
182
|
"name": string;
|
|
179
183
|
}
|
|
180
|
-
interface
|
|
184
|
+
interface TttxLoadingSpinner_1_9_55 {
|
|
181
185
|
"color": string;
|
|
182
186
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
183
187
|
"loadingMessage": boolean;
|
|
184
188
|
"message"?: string;
|
|
185
189
|
"size": 'small' | 'large';
|
|
186
190
|
}
|
|
187
|
-
interface
|
|
191
|
+
interface TttxMultiselectBox_1_9_55 {
|
|
188
192
|
"htmlVisibleValue": boolean;
|
|
189
193
|
"inline": boolean;
|
|
190
194
|
"isLoading": boolean;
|
|
@@ -198,18 +202,18 @@ export namespace Components {
|
|
|
198
202
|
"stopLocalSearch": boolean;
|
|
199
203
|
"visibleValue": string;
|
|
200
204
|
}
|
|
201
|
-
interface
|
|
205
|
+
interface TttxPercentageBar_1_9_55 {
|
|
202
206
|
"color"?: string;
|
|
203
207
|
"labelid"?: string;
|
|
204
208
|
"min": string;
|
|
205
209
|
"percentage": string | number;
|
|
206
210
|
"thresholds"?: string | Threshold[];
|
|
207
211
|
}
|
|
208
|
-
interface
|
|
212
|
+
interface TttxQrcode_1_9_55 {
|
|
209
213
|
"link": string;
|
|
210
214
|
"size": number;
|
|
211
215
|
}
|
|
212
|
-
interface
|
|
216
|
+
interface TttxSelectBox_1_9_55 {
|
|
213
217
|
"clearable": boolean;
|
|
214
218
|
"errorMsg": string;
|
|
215
219
|
"inline": boolean;
|
|
@@ -229,7 +233,7 @@ export namespace Components {
|
|
|
229
233
|
"useExternalFiltering": boolean;
|
|
230
234
|
"useExternalPaginatedFiltering": boolean;
|
|
231
235
|
}
|
|
232
|
-
interface
|
|
236
|
+
interface TttxSkeleton_loader_1_9_55 {
|
|
233
237
|
"animation": 'pulse' | 'wave' | 'none';
|
|
234
238
|
"borderRadius": string;
|
|
235
239
|
"color": string;
|
|
@@ -241,13 +245,13 @@ export namespace Components {
|
|
|
241
245
|
"variant": 'text' | 'circle' | 'rect';
|
|
242
246
|
"width": string;
|
|
243
247
|
}
|
|
244
|
-
interface
|
|
248
|
+
interface TttxSorter_1_9_55 {
|
|
245
249
|
"defaultOption": string;
|
|
246
250
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
247
251
|
"fieldOptionsData": string | SorterData;
|
|
248
252
|
"sorterKey": string;
|
|
249
253
|
}
|
|
250
|
-
interface
|
|
254
|
+
interface TttxStandaloneInput_1_9_55 {
|
|
251
255
|
"autocomplete": 'off' | 'on';
|
|
252
256
|
"checked": boolean;
|
|
253
257
|
"disabled": boolean;
|
|
@@ -263,8 +267,8 @@ export namespace Components {
|
|
|
263
267
|
"inputiconcolor": string;
|
|
264
268
|
/**
|
|
265
269
|
* tabindex - Allows the HTML elements to be focusable
|
|
266
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
267
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
270
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_55 input-index="1" />
|
|
271
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_55 inputindex={1} />
|
|
268
272
|
*/
|
|
269
273
|
"inputindex": string | number;
|
|
270
274
|
/**
|
|
@@ -292,7 +296,7 @@ export namespace Components {
|
|
|
292
296
|
"type": string;
|
|
293
297
|
"value": string | number;
|
|
294
298
|
}
|
|
295
|
-
interface
|
|
299
|
+
interface TttxTable_1_9_55 {
|
|
296
300
|
"data": any;
|
|
297
301
|
"draggableHeaders": boolean;
|
|
298
302
|
"headers": TableHeader[];
|
|
@@ -300,13 +304,13 @@ export namespace Components {
|
|
|
300
304
|
"selectable": boolean;
|
|
301
305
|
"selected": number;
|
|
302
306
|
}
|
|
303
|
-
interface
|
|
307
|
+
interface TttxTabs_1_9_55 {
|
|
304
308
|
"navigation": boolean;
|
|
305
309
|
"tabs": string | Tab[];
|
|
306
310
|
"tabsName": string;
|
|
307
311
|
"wide": boolean;
|
|
308
312
|
}
|
|
309
|
-
interface
|
|
313
|
+
interface TttxTag_1_9_55 {
|
|
310
314
|
"color": string;
|
|
311
315
|
"hasIcon": boolean;
|
|
312
316
|
"icon": string;
|
|
@@ -315,13 +319,13 @@ export namespace Components {
|
|
|
315
319
|
"text": string;
|
|
316
320
|
"textColor": string;
|
|
317
321
|
}
|
|
318
|
-
interface
|
|
322
|
+
interface TttxTextarea_1_9_55 {
|
|
319
323
|
"disabled": boolean;
|
|
320
324
|
"errormsg": string;
|
|
321
325
|
/**
|
|
322
326
|
* tabindex - Allows the HTML elements to be focusable
|
|
323
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
324
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
327
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_55 input-index="1" />
|
|
328
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_55 inputindex={1} />
|
|
325
329
|
*/
|
|
326
330
|
"inputindex": string | number;
|
|
327
331
|
/**
|
|
@@ -345,373 +349,384 @@ export namespace Components {
|
|
|
345
349
|
"textareaautofocus": boolean;
|
|
346
350
|
"value": string | number;
|
|
347
351
|
}
|
|
348
|
-
interface
|
|
352
|
+
interface TttxToggle_1_9_55 {
|
|
349
353
|
"initialstate": boolean | string;
|
|
350
354
|
}
|
|
351
|
-
interface
|
|
355
|
+
interface TttxToolbar_1_9_55 {
|
|
352
356
|
"border": boolean;
|
|
353
357
|
}
|
|
354
|
-
interface
|
|
358
|
+
interface TttxTreeView_1_9_55 {
|
|
355
359
|
"data": TreeViewItem[];
|
|
356
360
|
}
|
|
357
361
|
}
|
|
358
|
-
export interface
|
|
362
|
+
export interface TttxActionDropdown_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
363
|
+
detail: T;
|
|
364
|
+
target: HTMLTttxActionDropdown_1_9_55Element;
|
|
365
|
+
}
|
|
366
|
+
export interface TttxCheckbox_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
359
367
|
detail: T;
|
|
360
|
-
target:
|
|
368
|
+
target: HTMLTttxCheckbox_1_9_55Element;
|
|
361
369
|
}
|
|
362
|
-
export interface
|
|
370
|
+
export interface TttxComments_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
363
371
|
detail: T;
|
|
364
|
-
target:
|
|
372
|
+
target: HTMLTttxComments_1_9_55Element;
|
|
365
373
|
}
|
|
366
|
-
export interface
|
|
374
|
+
export interface TttxDateRangePickerCustomEvent<T> extends CustomEvent<T> {
|
|
367
375
|
detail: T;
|
|
368
|
-
target:
|
|
376
|
+
target: HTMLTttxDateRangePickerElement;
|
|
369
377
|
}
|
|
370
|
-
export interface
|
|
378
|
+
export interface TttxDialogBox_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
371
379
|
detail: T;
|
|
372
|
-
target:
|
|
380
|
+
target: HTMLTttxDialogBox_1_9_55Element;
|
|
373
381
|
}
|
|
374
|
-
export interface
|
|
382
|
+
export interface TttxDialog_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
375
383
|
detail: T;
|
|
376
|
-
target:
|
|
384
|
+
target: HTMLTttxDialog_1_9_55Element;
|
|
377
385
|
}
|
|
378
|
-
export interface
|
|
386
|
+
export interface TttxExpander_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
379
387
|
detail: T;
|
|
380
|
-
target:
|
|
388
|
+
target: HTMLTttxExpander_1_9_55Element;
|
|
381
389
|
}
|
|
382
|
-
export interface
|
|
390
|
+
export interface TttxFilter_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
383
391
|
detail: T;
|
|
384
|
-
target:
|
|
392
|
+
target: HTMLTttxFilter_1_9_55Element;
|
|
385
393
|
}
|
|
386
|
-
export interface
|
|
394
|
+
export interface TttxForm_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
387
395
|
detail: T;
|
|
388
|
-
target:
|
|
396
|
+
target: HTMLTttxForm_1_9_55Element;
|
|
389
397
|
}
|
|
390
|
-
export interface
|
|
398
|
+
export interface TttxList_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
391
399
|
detail: T;
|
|
392
|
-
target:
|
|
400
|
+
target: HTMLTttxList_1_9_55Element;
|
|
393
401
|
}
|
|
394
|
-
export interface
|
|
402
|
+
export interface TttxMultiselectBox_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
395
403
|
detail: T;
|
|
396
|
-
target:
|
|
404
|
+
target: HTMLTttxMultiselectBox_1_9_55Element;
|
|
397
405
|
}
|
|
398
|
-
export interface
|
|
406
|
+
export interface TttxSelectBox_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
399
407
|
detail: T;
|
|
400
|
-
target:
|
|
408
|
+
target: HTMLTttxSelectBox_1_9_55Element;
|
|
401
409
|
}
|
|
402
|
-
export interface
|
|
410
|
+
export interface TttxSorter_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
403
411
|
detail: T;
|
|
404
|
-
target:
|
|
412
|
+
target: HTMLTttxSorter_1_9_55Element;
|
|
405
413
|
}
|
|
406
|
-
export interface
|
|
414
|
+
export interface TttxStandaloneInput_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
407
415
|
detail: T;
|
|
408
|
-
target:
|
|
416
|
+
target: HTMLTttxStandaloneInput_1_9_55Element;
|
|
409
417
|
}
|
|
410
|
-
export interface
|
|
418
|
+
export interface TttxTable_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
411
419
|
detail: T;
|
|
412
|
-
target:
|
|
420
|
+
target: HTMLTttxTable_1_9_55Element;
|
|
413
421
|
}
|
|
414
|
-
export interface
|
|
422
|
+
export interface TttxTabs_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
415
423
|
detail: T;
|
|
416
|
-
target:
|
|
424
|
+
target: HTMLTttxTabs_1_9_55Element;
|
|
417
425
|
}
|
|
418
|
-
export interface
|
|
426
|
+
export interface TttxTextarea_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
419
427
|
detail: T;
|
|
420
|
-
target:
|
|
428
|
+
target: HTMLTttxTextarea_1_9_55Element;
|
|
421
429
|
}
|
|
422
|
-
export interface
|
|
430
|
+
export interface TttxToggle_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
423
431
|
detail: T;
|
|
424
|
-
target:
|
|
432
|
+
target: HTMLTttxToggle_1_9_55Element;
|
|
425
433
|
}
|
|
426
|
-
export interface
|
|
434
|
+
export interface TttxTreeView_1_9_55CustomEvent<T> extends CustomEvent<T> {
|
|
427
435
|
detail: T;
|
|
428
|
-
target:
|
|
436
|
+
target: HTMLTttxTreeView_1_9_55Element;
|
|
429
437
|
}
|
|
430
438
|
declare global {
|
|
431
|
-
interface
|
|
439
|
+
interface HTMLTttxActionDropdown_1_9_55Element extends Components.TttxActionDropdown_1_9_55, HTMLStencilElement {
|
|
432
440
|
}
|
|
433
|
-
var
|
|
434
|
-
prototype:
|
|
435
|
-
new ():
|
|
441
|
+
var HTMLTttxActionDropdown_1_9_55Element: {
|
|
442
|
+
prototype: HTMLTttxActionDropdown_1_9_55Element;
|
|
443
|
+
new (): HTMLTttxActionDropdown_1_9_55Element;
|
|
436
444
|
};
|
|
437
|
-
interface
|
|
445
|
+
interface HTMLTttxButton_1_9_55Element extends Components.TttxButton_1_9_55, HTMLStencilElement {
|
|
438
446
|
}
|
|
439
|
-
var
|
|
440
|
-
prototype:
|
|
441
|
-
new ():
|
|
447
|
+
var HTMLTttxButton_1_9_55Element: {
|
|
448
|
+
prototype: HTMLTttxButton_1_9_55Element;
|
|
449
|
+
new (): HTMLTttxButton_1_9_55Element;
|
|
442
450
|
};
|
|
443
|
-
interface
|
|
451
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_55Element extends Components.TttxCheckboxGroupCaption_1_9_55, HTMLStencilElement {
|
|
444
452
|
}
|
|
445
|
-
var
|
|
446
|
-
prototype:
|
|
447
|
-
new ():
|
|
453
|
+
var HTMLTttxCheckboxGroupCaption_1_9_55Element: {
|
|
454
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_55Element;
|
|
455
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_55Element;
|
|
448
456
|
};
|
|
449
|
-
interface
|
|
457
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_55Element extends Components.TttxCheckboxGroupHeading_1_9_55, HTMLStencilElement {
|
|
450
458
|
}
|
|
451
|
-
var
|
|
452
|
-
prototype:
|
|
453
|
-
new ():
|
|
459
|
+
var HTMLTttxCheckboxGroupHeading_1_9_55Element: {
|
|
460
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_55Element;
|
|
461
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_55Element;
|
|
454
462
|
};
|
|
455
|
-
interface
|
|
463
|
+
interface HTMLTttxCheckboxGroup_1_9_55Element extends Components.TttxCheckboxGroup_1_9_55, HTMLStencilElement {
|
|
456
464
|
}
|
|
457
|
-
var
|
|
458
|
-
prototype:
|
|
459
|
-
new ():
|
|
465
|
+
var HTMLTttxCheckboxGroup_1_9_55Element: {
|
|
466
|
+
prototype: HTMLTttxCheckboxGroup_1_9_55Element;
|
|
467
|
+
new (): HTMLTttxCheckboxGroup_1_9_55Element;
|
|
460
468
|
};
|
|
461
|
-
interface
|
|
469
|
+
interface HTMLTttxCheckbox_1_9_55Element extends Components.TttxCheckbox_1_9_55, HTMLStencilElement {
|
|
462
470
|
}
|
|
463
|
-
var
|
|
464
|
-
prototype:
|
|
465
|
-
new ():
|
|
471
|
+
var HTMLTttxCheckbox_1_9_55Element: {
|
|
472
|
+
prototype: HTMLTttxCheckbox_1_9_55Element;
|
|
473
|
+
new (): HTMLTttxCheckbox_1_9_55Element;
|
|
466
474
|
};
|
|
467
|
-
interface
|
|
475
|
+
interface HTMLTttxComments_1_9_55Element extends Components.TttxComments_1_9_55, HTMLStencilElement {
|
|
468
476
|
}
|
|
469
|
-
var
|
|
470
|
-
prototype:
|
|
471
|
-
new ():
|
|
477
|
+
var HTMLTttxComments_1_9_55Element: {
|
|
478
|
+
prototype: HTMLTttxComments_1_9_55Element;
|
|
479
|
+
new (): HTMLTttxComments_1_9_55Element;
|
|
472
480
|
};
|
|
473
|
-
interface
|
|
481
|
+
interface HTMLTttxDataPattern_1_9_55Element extends Components.TttxDataPattern_1_9_55, HTMLStencilElement {
|
|
474
482
|
}
|
|
475
|
-
var
|
|
476
|
-
prototype:
|
|
477
|
-
new ():
|
|
483
|
+
var HTMLTttxDataPattern_1_9_55Element: {
|
|
484
|
+
prototype: HTMLTttxDataPattern_1_9_55Element;
|
|
485
|
+
new (): HTMLTttxDataPattern_1_9_55Element;
|
|
478
486
|
};
|
|
479
|
-
interface
|
|
487
|
+
interface HTMLTttxDatacard_1_9_55Element extends Components.TttxDatacard_1_9_55, HTMLStencilElement {
|
|
480
488
|
}
|
|
481
|
-
var
|
|
482
|
-
prototype:
|
|
483
|
-
new ():
|
|
489
|
+
var HTMLTttxDatacard_1_9_55Element: {
|
|
490
|
+
prototype: HTMLTttxDatacard_1_9_55Element;
|
|
491
|
+
new (): HTMLTttxDatacard_1_9_55Element;
|
|
484
492
|
};
|
|
485
|
-
interface
|
|
493
|
+
interface HTMLTttxDateRangePickerElement extends Components.TttxDateRangePicker, HTMLStencilElement {
|
|
486
494
|
}
|
|
487
|
-
var
|
|
488
|
-
prototype:
|
|
489
|
-
new ():
|
|
495
|
+
var HTMLTttxDateRangePickerElement: {
|
|
496
|
+
prototype: HTMLTttxDateRangePickerElement;
|
|
497
|
+
new (): HTMLTttxDateRangePickerElement;
|
|
490
498
|
};
|
|
491
|
-
interface
|
|
499
|
+
interface HTMLTttxDialogBox_1_9_55Element extends Components.TttxDialogBox_1_9_55, HTMLStencilElement {
|
|
492
500
|
}
|
|
493
|
-
var
|
|
494
|
-
prototype:
|
|
495
|
-
new ():
|
|
501
|
+
var HTMLTttxDialogBox_1_9_55Element: {
|
|
502
|
+
prototype: HTMLTttxDialogBox_1_9_55Element;
|
|
503
|
+
new (): HTMLTttxDialogBox_1_9_55Element;
|
|
496
504
|
};
|
|
497
|
-
interface
|
|
505
|
+
interface HTMLTttxDialog_1_9_55Element extends Components.TttxDialog_1_9_55, HTMLStencilElement {
|
|
498
506
|
}
|
|
499
|
-
var
|
|
500
|
-
prototype:
|
|
501
|
-
new ():
|
|
507
|
+
var HTMLTttxDialog_1_9_55Element: {
|
|
508
|
+
prototype: HTMLTttxDialog_1_9_55Element;
|
|
509
|
+
new (): HTMLTttxDialog_1_9_55Element;
|
|
502
510
|
};
|
|
503
|
-
interface
|
|
511
|
+
interface HTMLTttxExpander_1_9_55Element extends Components.TttxExpander_1_9_55, HTMLStencilElement {
|
|
504
512
|
}
|
|
505
|
-
var
|
|
506
|
-
prototype:
|
|
507
|
-
new ():
|
|
513
|
+
var HTMLTttxExpander_1_9_55Element: {
|
|
514
|
+
prototype: HTMLTttxExpander_1_9_55Element;
|
|
515
|
+
new (): HTMLTttxExpander_1_9_55Element;
|
|
508
516
|
};
|
|
509
|
-
interface
|
|
517
|
+
interface HTMLTttxFilter_1_9_55Element extends Components.TttxFilter_1_9_55, HTMLStencilElement {
|
|
510
518
|
}
|
|
511
|
-
var
|
|
512
|
-
prototype:
|
|
513
|
-
new ():
|
|
519
|
+
var HTMLTttxFilter_1_9_55Element: {
|
|
520
|
+
prototype: HTMLTttxFilter_1_9_55Element;
|
|
521
|
+
new (): HTMLTttxFilter_1_9_55Element;
|
|
514
522
|
};
|
|
515
|
-
interface
|
|
523
|
+
interface HTMLTttxForm_1_9_55Element extends Components.TttxForm_1_9_55, HTMLStencilElement {
|
|
516
524
|
}
|
|
517
|
-
var
|
|
518
|
-
prototype:
|
|
519
|
-
new ():
|
|
525
|
+
var HTMLTttxForm_1_9_55Element: {
|
|
526
|
+
prototype: HTMLTttxForm_1_9_55Element;
|
|
527
|
+
new (): HTMLTttxForm_1_9_55Element;
|
|
520
528
|
};
|
|
521
|
-
interface
|
|
529
|
+
interface HTMLTttxGraph_1_9_55Element extends Components.TttxGraph_1_9_55, HTMLStencilElement {
|
|
522
530
|
}
|
|
523
|
-
var
|
|
524
|
-
prototype:
|
|
525
|
-
new ():
|
|
531
|
+
var HTMLTttxGraph_1_9_55Element: {
|
|
532
|
+
prototype: HTMLTttxGraph_1_9_55Element;
|
|
533
|
+
new (): HTMLTttxGraph_1_9_55Element;
|
|
526
534
|
};
|
|
527
|
-
interface
|
|
535
|
+
interface HTMLTttxIcon_1_9_55Element extends Components.TttxIcon_1_9_55, HTMLStencilElement {
|
|
528
536
|
}
|
|
529
|
-
var
|
|
530
|
-
prototype:
|
|
531
|
-
new ():
|
|
537
|
+
var HTMLTttxIcon_1_9_55Element: {
|
|
538
|
+
prototype: HTMLTttxIcon_1_9_55Element;
|
|
539
|
+
new (): HTMLTttxIcon_1_9_55Element;
|
|
532
540
|
};
|
|
533
|
-
interface
|
|
541
|
+
interface HTMLTttxKeyvalueBlock_1_9_55Element extends Components.TttxKeyvalueBlock_1_9_55, HTMLStencilElement {
|
|
534
542
|
}
|
|
535
|
-
var
|
|
536
|
-
prototype:
|
|
537
|
-
new ():
|
|
543
|
+
var HTMLTttxKeyvalueBlock_1_9_55Element: {
|
|
544
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_55Element;
|
|
545
|
+
new (): HTMLTttxKeyvalueBlock_1_9_55Element;
|
|
538
546
|
};
|
|
539
|
-
interface
|
|
547
|
+
interface HTMLTttxList_1_9_55Element extends Components.TttxList_1_9_55, HTMLStencilElement {
|
|
540
548
|
}
|
|
541
|
-
var
|
|
542
|
-
prototype:
|
|
543
|
-
new ():
|
|
549
|
+
var HTMLTttxList_1_9_55Element: {
|
|
550
|
+
prototype: HTMLTttxList_1_9_55Element;
|
|
551
|
+
new (): HTMLTttxList_1_9_55Element;
|
|
544
552
|
};
|
|
545
|
-
interface
|
|
553
|
+
interface HTMLTttxLoadingSpinner_1_9_55Element extends Components.TttxLoadingSpinner_1_9_55, HTMLStencilElement {
|
|
546
554
|
}
|
|
547
|
-
var
|
|
548
|
-
prototype:
|
|
549
|
-
new ():
|
|
555
|
+
var HTMLTttxLoadingSpinner_1_9_55Element: {
|
|
556
|
+
prototype: HTMLTttxLoadingSpinner_1_9_55Element;
|
|
557
|
+
new (): HTMLTttxLoadingSpinner_1_9_55Element;
|
|
550
558
|
};
|
|
551
|
-
interface
|
|
559
|
+
interface HTMLTttxMultiselectBox_1_9_55Element extends Components.TttxMultiselectBox_1_9_55, HTMLStencilElement {
|
|
552
560
|
}
|
|
553
|
-
var
|
|
554
|
-
prototype:
|
|
555
|
-
new ():
|
|
561
|
+
var HTMLTttxMultiselectBox_1_9_55Element: {
|
|
562
|
+
prototype: HTMLTttxMultiselectBox_1_9_55Element;
|
|
563
|
+
new (): HTMLTttxMultiselectBox_1_9_55Element;
|
|
556
564
|
};
|
|
557
|
-
interface
|
|
565
|
+
interface HTMLTttxPercentageBar_1_9_55Element extends Components.TttxPercentageBar_1_9_55, HTMLStencilElement {
|
|
558
566
|
}
|
|
559
|
-
var
|
|
560
|
-
prototype:
|
|
561
|
-
new ():
|
|
567
|
+
var HTMLTttxPercentageBar_1_9_55Element: {
|
|
568
|
+
prototype: HTMLTttxPercentageBar_1_9_55Element;
|
|
569
|
+
new (): HTMLTttxPercentageBar_1_9_55Element;
|
|
562
570
|
};
|
|
563
|
-
interface
|
|
571
|
+
interface HTMLTttxQrcode_1_9_55Element extends Components.TttxQrcode_1_9_55, HTMLStencilElement {
|
|
564
572
|
}
|
|
565
|
-
var
|
|
566
|
-
prototype:
|
|
567
|
-
new ():
|
|
573
|
+
var HTMLTttxQrcode_1_9_55Element: {
|
|
574
|
+
prototype: HTMLTttxQrcode_1_9_55Element;
|
|
575
|
+
new (): HTMLTttxQrcode_1_9_55Element;
|
|
568
576
|
};
|
|
569
|
-
interface
|
|
577
|
+
interface HTMLTttxSelectBox_1_9_55Element extends Components.TttxSelectBox_1_9_55, HTMLStencilElement {
|
|
570
578
|
}
|
|
571
|
-
var
|
|
572
|
-
prototype:
|
|
573
|
-
new ():
|
|
579
|
+
var HTMLTttxSelectBox_1_9_55Element: {
|
|
580
|
+
prototype: HTMLTttxSelectBox_1_9_55Element;
|
|
581
|
+
new (): HTMLTttxSelectBox_1_9_55Element;
|
|
574
582
|
};
|
|
575
|
-
interface
|
|
583
|
+
interface HTMLTttxSkeleton_loader_1_9_55Element extends Components.TttxSkeleton_loader_1_9_55, HTMLStencilElement {
|
|
576
584
|
}
|
|
577
|
-
var
|
|
578
|
-
prototype:
|
|
579
|
-
new ():
|
|
585
|
+
var HTMLTttxSkeleton_loader_1_9_55Element: {
|
|
586
|
+
prototype: HTMLTttxSkeleton_loader_1_9_55Element;
|
|
587
|
+
new (): HTMLTttxSkeleton_loader_1_9_55Element;
|
|
580
588
|
};
|
|
581
|
-
interface
|
|
589
|
+
interface HTMLTttxSorter_1_9_55Element extends Components.TttxSorter_1_9_55, HTMLStencilElement {
|
|
582
590
|
}
|
|
583
|
-
var
|
|
584
|
-
prototype:
|
|
585
|
-
new ():
|
|
591
|
+
var HTMLTttxSorter_1_9_55Element: {
|
|
592
|
+
prototype: HTMLTttxSorter_1_9_55Element;
|
|
593
|
+
new (): HTMLTttxSorter_1_9_55Element;
|
|
586
594
|
};
|
|
587
|
-
interface
|
|
595
|
+
interface HTMLTttxStandaloneInput_1_9_55Element extends Components.TttxStandaloneInput_1_9_55, HTMLStencilElement {
|
|
588
596
|
}
|
|
589
|
-
var
|
|
590
|
-
prototype:
|
|
591
|
-
new ():
|
|
597
|
+
var HTMLTttxStandaloneInput_1_9_55Element: {
|
|
598
|
+
prototype: HTMLTttxStandaloneInput_1_9_55Element;
|
|
599
|
+
new (): HTMLTttxStandaloneInput_1_9_55Element;
|
|
592
600
|
};
|
|
593
|
-
interface
|
|
601
|
+
interface HTMLTttxTable_1_9_55Element extends Components.TttxTable_1_9_55, HTMLStencilElement {
|
|
594
602
|
}
|
|
595
|
-
var
|
|
596
|
-
prototype:
|
|
597
|
-
new ():
|
|
603
|
+
var HTMLTttxTable_1_9_55Element: {
|
|
604
|
+
prototype: HTMLTttxTable_1_9_55Element;
|
|
605
|
+
new (): HTMLTttxTable_1_9_55Element;
|
|
598
606
|
};
|
|
599
|
-
interface
|
|
607
|
+
interface HTMLTttxTabs_1_9_55Element extends Components.TttxTabs_1_9_55, HTMLStencilElement {
|
|
600
608
|
}
|
|
601
|
-
var
|
|
602
|
-
prototype:
|
|
603
|
-
new ():
|
|
609
|
+
var HTMLTttxTabs_1_9_55Element: {
|
|
610
|
+
prototype: HTMLTttxTabs_1_9_55Element;
|
|
611
|
+
new (): HTMLTttxTabs_1_9_55Element;
|
|
604
612
|
};
|
|
605
|
-
interface
|
|
613
|
+
interface HTMLTttxTag_1_9_55Element extends Components.TttxTag_1_9_55, HTMLStencilElement {
|
|
606
614
|
}
|
|
607
|
-
var
|
|
608
|
-
prototype:
|
|
609
|
-
new ():
|
|
615
|
+
var HTMLTttxTag_1_9_55Element: {
|
|
616
|
+
prototype: HTMLTttxTag_1_9_55Element;
|
|
617
|
+
new (): HTMLTttxTag_1_9_55Element;
|
|
610
618
|
};
|
|
611
|
-
interface
|
|
619
|
+
interface HTMLTttxTextarea_1_9_55Element extends Components.TttxTextarea_1_9_55, HTMLStencilElement {
|
|
612
620
|
}
|
|
613
|
-
var
|
|
614
|
-
prototype:
|
|
615
|
-
new ():
|
|
621
|
+
var HTMLTttxTextarea_1_9_55Element: {
|
|
622
|
+
prototype: HTMLTttxTextarea_1_9_55Element;
|
|
623
|
+
new (): HTMLTttxTextarea_1_9_55Element;
|
|
616
624
|
};
|
|
617
|
-
interface
|
|
625
|
+
interface HTMLTttxToggle_1_9_55Element extends Components.TttxToggle_1_9_55, HTMLStencilElement {
|
|
618
626
|
}
|
|
619
|
-
var
|
|
620
|
-
prototype:
|
|
621
|
-
new ():
|
|
627
|
+
var HTMLTttxToggle_1_9_55Element: {
|
|
628
|
+
prototype: HTMLTttxToggle_1_9_55Element;
|
|
629
|
+
new (): HTMLTttxToggle_1_9_55Element;
|
|
622
630
|
};
|
|
623
|
-
interface
|
|
631
|
+
interface HTMLTttxToolbar_1_9_55Element extends Components.TttxToolbar_1_9_55, HTMLStencilElement {
|
|
624
632
|
}
|
|
625
|
-
var
|
|
626
|
-
prototype:
|
|
627
|
-
new ():
|
|
633
|
+
var HTMLTttxToolbar_1_9_55Element: {
|
|
634
|
+
prototype: HTMLTttxToolbar_1_9_55Element;
|
|
635
|
+
new (): HTMLTttxToolbar_1_9_55Element;
|
|
636
|
+
};
|
|
637
|
+
interface HTMLTttxTreeView_1_9_55Element extends Components.TttxTreeView_1_9_55, HTMLStencilElement {
|
|
638
|
+
}
|
|
639
|
+
var HTMLTttxTreeView_1_9_55Element: {
|
|
640
|
+
prototype: HTMLTttxTreeView_1_9_55Element;
|
|
641
|
+
new (): HTMLTttxTreeView_1_9_55Element;
|
|
628
642
|
};
|
|
629
643
|
interface HTMLElementTagNameMap {
|
|
630
|
-
"tttx-action-
|
|
631
|
-
"tttx-
|
|
632
|
-
"tttx-checkbox-group-
|
|
633
|
-
"tttx-checkbox-group-
|
|
634
|
-
"tttx-checkbox-
|
|
635
|
-
"tttx-
|
|
636
|
-
"tttx-
|
|
637
|
-
"tttx-data-
|
|
638
|
-
"tttx-
|
|
639
|
-
"tttx-
|
|
640
|
-
"tttx-
|
|
641
|
-
"tttx-
|
|
642
|
-
"tttx-
|
|
643
|
-
"tttx-
|
|
644
|
-
"tttx-
|
|
645
|
-
"tttx-
|
|
646
|
-
"tttx-
|
|
647
|
-
"tttx-
|
|
648
|
-
"tttx-
|
|
649
|
-
"tttx-
|
|
650
|
-
"tttx-
|
|
651
|
-
"tttx-
|
|
652
|
-
"tttx-
|
|
653
|
-
"tttx-
|
|
654
|
-
"tttx-
|
|
655
|
-
"tttx-
|
|
656
|
-
"tttx-
|
|
657
|
-
"tttx-
|
|
658
|
-
"tttx-
|
|
659
|
-
"tttx-
|
|
660
|
-
"tttx-
|
|
661
|
-
"tttx-
|
|
662
|
-
"tttx-
|
|
644
|
+
"tttx-action-dropdown_1_9_55": HTMLTttxActionDropdown_1_9_55Element;
|
|
645
|
+
"tttx-button_1_9_55": HTMLTttxButton_1_9_55Element;
|
|
646
|
+
"tttx-checkbox-group-caption_1_9_55": HTMLTttxCheckboxGroupCaption_1_9_55Element;
|
|
647
|
+
"tttx-checkbox-group-heading_1_9_55": HTMLTttxCheckboxGroupHeading_1_9_55Element;
|
|
648
|
+
"tttx-checkbox-group_1_9_55": HTMLTttxCheckboxGroup_1_9_55Element;
|
|
649
|
+
"tttx-checkbox_1_9_55": HTMLTttxCheckbox_1_9_55Element;
|
|
650
|
+
"tttx-comments_1_9_55": HTMLTttxComments_1_9_55Element;
|
|
651
|
+
"tttx-data-pattern_1_9_55": HTMLTttxDataPattern_1_9_55Element;
|
|
652
|
+
"tttx-datacard_1_9_55": HTMLTttxDatacard_1_9_55Element;
|
|
653
|
+
"tttx-date-range-picker": HTMLTttxDateRangePickerElement;
|
|
654
|
+
"tttx-dialog-box_1_9_55": HTMLTttxDialogBox_1_9_55Element;
|
|
655
|
+
"tttx-dialog_1_9_55": HTMLTttxDialog_1_9_55Element;
|
|
656
|
+
"tttx-expander_1_9_55": HTMLTttxExpander_1_9_55Element;
|
|
657
|
+
"tttx-filter_1_9_55": HTMLTttxFilter_1_9_55Element;
|
|
658
|
+
"tttx-form_1_9_55": HTMLTttxForm_1_9_55Element;
|
|
659
|
+
"tttx-graph_1_9_55": HTMLTttxGraph_1_9_55Element;
|
|
660
|
+
"tttx-icon_1_9_55": HTMLTttxIcon_1_9_55Element;
|
|
661
|
+
"tttx-keyvalue-block_1_9_55": HTMLTttxKeyvalueBlock_1_9_55Element;
|
|
662
|
+
"tttx-list_1_9_55": HTMLTttxList_1_9_55Element;
|
|
663
|
+
"tttx-loading-spinner_1_9_55": HTMLTttxLoadingSpinner_1_9_55Element;
|
|
664
|
+
"tttx-multiselect-box_1_9_55": HTMLTttxMultiselectBox_1_9_55Element;
|
|
665
|
+
"tttx-percentage-bar_1_9_55": HTMLTttxPercentageBar_1_9_55Element;
|
|
666
|
+
"tttx-qrcode_1_9_55": HTMLTttxQrcode_1_9_55Element;
|
|
667
|
+
"tttx-select-box_1_9_55": HTMLTttxSelectBox_1_9_55Element;
|
|
668
|
+
"tttx-skeleton_loader_1_9_55": HTMLTttxSkeleton_loader_1_9_55Element;
|
|
669
|
+
"tttx-sorter_1_9_55": HTMLTttxSorter_1_9_55Element;
|
|
670
|
+
"tttx-standalone-input_1_9_55": HTMLTttxStandaloneInput_1_9_55Element;
|
|
671
|
+
"tttx-table_1_9_55": HTMLTttxTable_1_9_55Element;
|
|
672
|
+
"tttx-tabs_1_9_55": HTMLTttxTabs_1_9_55Element;
|
|
673
|
+
"tttx-tag_1_9_55": HTMLTttxTag_1_9_55Element;
|
|
674
|
+
"tttx-textarea_1_9_55": HTMLTttxTextarea_1_9_55Element;
|
|
675
|
+
"tttx-toggle_1_9_55": HTMLTttxToggle_1_9_55Element;
|
|
676
|
+
"tttx-toolbar_1_9_55": HTMLTttxToolbar_1_9_55Element;
|
|
677
|
+
"tttx-tree-view_1_9_55": HTMLTttxTreeView_1_9_55Element;
|
|
663
678
|
}
|
|
664
679
|
}
|
|
665
680
|
declare namespace LocalJSX {
|
|
666
|
-
interface
|
|
681
|
+
interface TttxActionDropdown_1_9_55 {
|
|
667
682
|
"actionKey"?: string;
|
|
668
683
|
"defaultOption"?: string;
|
|
669
684
|
"fieldOptionsData"?: string | ActionDropdownData;
|
|
670
685
|
"icon"?: string;
|
|
671
686
|
"isIconVisible"?: boolean;
|
|
672
|
-
"onActionDropdownChangeEvent"?: (event:
|
|
673
|
-
"onToggleActionDropdown"?: (event:
|
|
687
|
+
"onActionDropdownChangeEvent"?: (event: TttxActionDropdown_1_9_55CustomEvent<ActionDropdownChangeEvent>) => void;
|
|
688
|
+
"onToggleActionDropdown"?: (event: TttxActionDropdown_1_9_55CustomEvent<boolean>) => void;
|
|
674
689
|
}
|
|
675
|
-
interface
|
|
690
|
+
interface TttxButton_1_9_55 {
|
|
676
691
|
"design"?: string;
|
|
677
692
|
"icon"?: string;
|
|
678
693
|
"iconcolor"?: string;
|
|
679
694
|
"iconposition"?: 'left' | 'right';
|
|
680
695
|
"notext"?: boolean;
|
|
681
696
|
}
|
|
682
|
-
interface
|
|
697
|
+
interface TttxCheckboxGroupCaption_1_9_55 {
|
|
683
698
|
}
|
|
684
|
-
interface
|
|
699
|
+
interface TttxCheckboxGroupHeading_1_9_55 {
|
|
685
700
|
}
|
|
686
|
-
interface
|
|
701
|
+
interface TttxCheckboxGroup_1_9_55 {
|
|
687
702
|
}
|
|
688
|
-
interface
|
|
703
|
+
interface TttxCheckbox_1_9_55 {
|
|
689
704
|
"checkboxId"?: string;
|
|
690
705
|
"checked"?: boolean;
|
|
691
706
|
"indeterminate"?: boolean;
|
|
692
707
|
"inline"?: boolean;
|
|
693
708
|
"label"?: string;
|
|
694
|
-
"onCheckboxChangeEvent"?: (event:
|
|
709
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_55CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
695
710
|
}
|
|
696
|
-
interface
|
|
711
|
+
interface TttxComments_1_9_55 {
|
|
697
712
|
"allowEditing"?: boolean;
|
|
698
713
|
"comments"?: string | Comment[];
|
|
699
714
|
"currentuser"?: string;
|
|
700
715
|
"disableFile"?: boolean;
|
|
701
716
|
"inputBoxHeight"?: number;
|
|
702
717
|
"messageLimit"?: number;
|
|
703
|
-
"onCommentAdded"?: (event:
|
|
704
|
-
"onCommentEdited"?: (event:
|
|
705
|
-
"onCommentFocusOut"?: (event:
|
|
706
|
-
"onRequestCommentRemoval"?: (event:
|
|
707
|
-
"onRequestFileDownload"?: (event:
|
|
708
|
-
"onRequestFileUpload"?: (event:
|
|
718
|
+
"onCommentAdded"?: (event: TttxComments_1_9_55CustomEvent<Comment>) => void;
|
|
719
|
+
"onCommentEdited"?: (event: TttxComments_1_9_55CustomEvent<Comment>) => void;
|
|
720
|
+
"onCommentFocusOut"?: (event: TttxComments_1_9_55CustomEvent<string>) => void;
|
|
721
|
+
"onRequestCommentRemoval"?: (event: TttxComments_1_9_55CustomEvent<Comment>) => void;
|
|
722
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_55CustomEvent<string>) => void;
|
|
723
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_55CustomEvent<void>) => void;
|
|
709
724
|
"placeholder"?: string;
|
|
710
725
|
"readonly"?: boolean;
|
|
711
726
|
"saveButtonText"?: string;
|
|
712
727
|
"value"?: string;
|
|
713
728
|
}
|
|
714
|
-
interface
|
|
729
|
+
interface TttxDataPattern_1_9_55 {
|
|
715
730
|
"addbutton"?: boolean;
|
|
716
731
|
"addbuttonlabel"?: string;
|
|
717
732
|
"data"?: string;
|
|
@@ -721,7 +736,7 @@ declare namespace LocalJSX {
|
|
|
721
736
|
"searchplaceholder"?: string;
|
|
722
737
|
"sorterOptions"?: string;
|
|
723
738
|
}
|
|
724
|
-
interface
|
|
739
|
+
interface TttxDatacard_1_9_55 {
|
|
725
740
|
"cardTitle"?: string;
|
|
726
741
|
"cardType"?: string;
|
|
727
742
|
"chartConfig"?: string;
|
|
@@ -730,90 +745,95 @@ declare namespace LocalJSX {
|
|
|
730
745
|
"rightData"?: string;
|
|
731
746
|
"rightSubtext"?: string;
|
|
732
747
|
}
|
|
733
|
-
interface
|
|
748
|
+
interface TttxDateRangePicker {
|
|
749
|
+
"initialValue"?: { start: string; end: string };
|
|
750
|
+
"onDateRangeChanged"?: (event: TttxDateRangePickerCustomEvent<{ name: string; value: { start: string, end: string } }>) => void;
|
|
751
|
+
"placeholderText"?: string;
|
|
752
|
+
}
|
|
753
|
+
interface TttxDialogBox_1_9_55 {
|
|
734
754
|
"allowOverflow"?: boolean;
|
|
735
755
|
"data"?: string | DialogItems;
|
|
736
|
-
"onButtonClick"?: (event:
|
|
737
|
-
"onCloseButtonClick"?: (event:
|
|
738
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
756
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_55CustomEvent<any>) => void;
|
|
757
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_55CustomEvent<any>) => void;
|
|
758
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_55CustomEvent<any>) => void;
|
|
739
759
|
"open"?: boolean;
|
|
740
760
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
741
761
|
}
|
|
742
|
-
interface
|
|
762
|
+
interface TttxDialog_1_9_55 {
|
|
743
763
|
"allowOverflow"?: boolean;
|
|
744
764
|
"closeEnabled"?: boolean;
|
|
745
765
|
"header"?: string;
|
|
746
|
-
"onCloseButtonClick"?: (event:
|
|
766
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_55CustomEvent<any>) => void;
|
|
747
767
|
"open"?: boolean;
|
|
748
768
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
749
769
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
750
770
|
}
|
|
751
|
-
interface
|
|
771
|
+
interface TttxExpander_1_9_55 {
|
|
752
772
|
"lefticon"?: string;
|
|
753
773
|
"lefticoncolor"?: string;
|
|
754
774
|
"name"?: string;
|
|
755
|
-
"onToggleExpander"?: (event:
|
|
775
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_55CustomEvent<{ open: boolean; name: string }>) => void;
|
|
756
776
|
"open"?: boolean;
|
|
757
777
|
}
|
|
758
|
-
interface
|
|
778
|
+
interface TttxFilter_1_9_55 {
|
|
759
779
|
"defaultFilterOptions"?: string[] | string;
|
|
760
780
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
761
781
|
"filterHeader"?: string;
|
|
762
782
|
"filterKey"?: string;
|
|
763
783
|
"filterOptions"?: string | FilterSettings[];
|
|
764
|
-
"onFilterChangeEvent"?: (event:
|
|
765
|
-
"onToggleFilter"?: (event:
|
|
784
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_55CustomEvent<FilterChangeEvent>) => void;
|
|
785
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_55CustomEvent<boolean>) => void;
|
|
766
786
|
"popoverWidth"?: string;
|
|
767
787
|
"showOptionIcons"?: boolean;
|
|
768
788
|
"showSearchField"?: boolean;
|
|
769
789
|
"showSelectAll"?: boolean;
|
|
770
790
|
}
|
|
771
|
-
interface
|
|
791
|
+
interface TttxForm_1_9_55 {
|
|
772
792
|
"data"?: any;
|
|
773
793
|
"formschema"?: Record<string, any> | string;
|
|
774
|
-
"onDataChanged"?: (event:
|
|
775
|
-
"onDataSubmitted"?: (event:
|
|
776
|
-
"onSearchTermChanged"?: (event:
|
|
777
|
-
"onSelectToggleOpen"?: (event:
|
|
794
|
+
"onDataChanged"?: (event: TttxForm_1_9_55CustomEvent<{ name: string; value: string }>) => void;
|
|
795
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_55CustomEvent<FormData>) => void;
|
|
796
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_55CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
797
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_55CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
778
798
|
}
|
|
779
|
-
interface
|
|
799
|
+
interface TttxGraph_1_9_55 {
|
|
780
800
|
"chartData"?: string;
|
|
781
801
|
"chartText"?: string;
|
|
782
802
|
"chartType"?: string;
|
|
783
803
|
}
|
|
784
|
-
interface
|
|
804
|
+
interface TttxIcon_1_9_55 {
|
|
785
805
|
"color"?: string;
|
|
786
806
|
"icon"?: string;
|
|
787
807
|
"size"?: number;
|
|
788
808
|
}
|
|
789
|
-
interface
|
|
809
|
+
interface TttxKeyvalueBlock_1_9_55 {
|
|
790
810
|
"horizontal"?: boolean;
|
|
791
811
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
792
812
|
"spacedout"?: boolean;
|
|
793
813
|
}
|
|
794
|
-
interface
|
|
814
|
+
interface TttxList_1_9_55 {
|
|
795
815
|
"data"?: string | ListItem[];
|
|
796
816
|
"name"?: string;
|
|
797
|
-
"onListRowCheckboxClick"?: (event:
|
|
798
|
-
"onListRowClick"?: (event:
|
|
817
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_55CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
818
|
+
"onListRowClick"?: (event: TttxList_1_9_55CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
799
819
|
}
|
|
800
|
-
interface
|
|
820
|
+
interface TttxLoadingSpinner_1_9_55 {
|
|
801
821
|
"color"?: string;
|
|
802
822
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
803
823
|
"loadingMessage"?: boolean;
|
|
804
824
|
"message"?: string;
|
|
805
825
|
"size"?: 'small' | 'large';
|
|
806
826
|
}
|
|
807
|
-
interface
|
|
827
|
+
interface TttxMultiselectBox_1_9_55 {
|
|
808
828
|
"htmlVisibleValue"?: boolean;
|
|
809
829
|
"inline"?: boolean;
|
|
810
830
|
"isLoading"?: boolean;
|
|
811
831
|
"label"?: string;
|
|
812
832
|
"nonPriorityLabel"?: string;
|
|
813
|
-
"onChangesApplied"?: (event:
|
|
814
|
-
"onSearchDataChanged"?: (event:
|
|
815
|
-
"onSelectItemEvent"?: (event:
|
|
816
|
-
"onToggleOpen"?: (event:
|
|
833
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_55CustomEvent<SelectItem[]>) => void;
|
|
834
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_55CustomEvent<{ searchTerm: string; }>) => void;
|
|
835
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_55CustomEvent<SelectItem>) => void;
|
|
836
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_55CustomEvent<boolean>) => void;
|
|
817
837
|
"optionsData"?: string | SelectItem[];
|
|
818
838
|
"placeholder"?: string;
|
|
819
839
|
"priorityLabel"?: string;
|
|
@@ -822,18 +842,18 @@ declare namespace LocalJSX {
|
|
|
822
842
|
"stopLocalSearch"?: boolean;
|
|
823
843
|
"visibleValue"?: string;
|
|
824
844
|
}
|
|
825
|
-
interface
|
|
845
|
+
interface TttxPercentageBar_1_9_55 {
|
|
826
846
|
"color"?: string;
|
|
827
847
|
"labelid"?: string;
|
|
828
848
|
"min"?: string;
|
|
829
849
|
"percentage"?: string | number;
|
|
830
850
|
"thresholds"?: string | Threshold[];
|
|
831
851
|
}
|
|
832
|
-
interface
|
|
852
|
+
interface TttxQrcode_1_9_55 {
|
|
833
853
|
"link"?: string;
|
|
834
854
|
"size"?: number;
|
|
835
855
|
}
|
|
836
|
-
interface
|
|
856
|
+
interface TttxSelectBox_1_9_55 {
|
|
837
857
|
"clearable"?: boolean;
|
|
838
858
|
"errorMsg"?: string;
|
|
839
859
|
"inline"?: boolean;
|
|
@@ -841,10 +861,10 @@ declare namespace LocalJSX {
|
|
|
841
861
|
"isLoading"?: boolean;
|
|
842
862
|
"label"?: string;
|
|
843
863
|
"nonPriorityLabel"?: string;
|
|
844
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
845
|
-
"onSelectEndReached"?: (event:
|
|
846
|
-
"onSelectItemEvent"?: (event:
|
|
847
|
-
"onToggleOpen"?: (event:
|
|
864
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_55CustomEvent<string>) => void;
|
|
865
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_55CustomEvent<string>) => void;
|
|
866
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_55CustomEvent<SelectItem1>) => void;
|
|
867
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_55CustomEvent<boolean>) => void;
|
|
848
868
|
"optionsData"?: string | SelectItem1[];
|
|
849
869
|
"placeholder"?: string;
|
|
850
870
|
"priorityLabel"?: string;
|
|
@@ -856,7 +876,7 @@ declare namespace LocalJSX {
|
|
|
856
876
|
"useExternalFiltering"?: boolean;
|
|
857
877
|
"useExternalPaginatedFiltering"?: boolean;
|
|
858
878
|
}
|
|
859
|
-
interface
|
|
879
|
+
interface TttxSkeleton_loader_1_9_55 {
|
|
860
880
|
"animation"?: 'pulse' | 'wave' | 'none';
|
|
861
881
|
"borderRadius"?: string;
|
|
862
882
|
"color"?: string;
|
|
@@ -868,15 +888,15 @@ declare namespace LocalJSX {
|
|
|
868
888
|
"variant"?: 'text' | 'circle' | 'rect';
|
|
869
889
|
"width"?: string;
|
|
870
890
|
}
|
|
871
|
-
interface
|
|
891
|
+
interface TttxSorter_1_9_55 {
|
|
872
892
|
"defaultOption"?: string;
|
|
873
893
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
874
894
|
"fieldOptionsData"?: string | SorterData;
|
|
875
|
-
"onSorterChangeEvent"?: (event:
|
|
876
|
-
"onToggleSorter"?: (event:
|
|
895
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_55CustomEvent<SorterChangeEvent>) => void;
|
|
896
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_55CustomEvent<boolean>) => void;
|
|
877
897
|
"sorterKey"?: string;
|
|
878
898
|
}
|
|
879
|
-
interface
|
|
899
|
+
interface TttxStandaloneInput_1_9_55 {
|
|
880
900
|
"autocomplete"?: 'off' | 'on';
|
|
881
901
|
"checked"?: boolean;
|
|
882
902
|
"disabled"?: boolean;
|
|
@@ -892,8 +912,8 @@ declare namespace LocalJSX {
|
|
|
892
912
|
"inputiconcolor"?: string;
|
|
893
913
|
/**
|
|
894
914
|
* tabindex - Allows the HTML elements to be focusable
|
|
895
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
896
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
915
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_55 input-index="1" />
|
|
916
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_55 inputindex={1} />
|
|
897
917
|
*/
|
|
898
918
|
"inputindex"?: string | number;
|
|
899
919
|
/**
|
|
@@ -907,13 +927,13 @@ declare namespace LocalJSX {
|
|
|
907
927
|
"min"?: MinMaxDates | number;
|
|
908
928
|
"minlength"?: string | number;
|
|
909
929
|
"name"?: string;
|
|
910
|
-
"onBlurChanged"?: (event:
|
|
911
|
-
"onFocusChanged"?: (event:
|
|
912
|
-
"onInputIconClick"?: (event:
|
|
913
|
-
"onInvalidChanged"?: (event:
|
|
914
|
-
"onLeftIconClick"?: (event:
|
|
915
|
-
"onRightIconClick"?: (event:
|
|
916
|
-
"onValueChanged"?: (event:
|
|
930
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_55CustomEvent<string>) => void;
|
|
931
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_55CustomEvent<string>) => void;
|
|
932
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_55CustomEvent<void>) => void;
|
|
933
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_55CustomEvent<string>) => void;
|
|
934
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_55CustomEvent<void>) => void;
|
|
935
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_55CustomEvent<void>) => void;
|
|
936
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_55CustomEvent<string>) => void;
|
|
917
937
|
"pattern"?: string;
|
|
918
938
|
"placeholder"?: string;
|
|
919
939
|
"readonly"?: string | boolean;
|
|
@@ -928,27 +948,27 @@ declare namespace LocalJSX {
|
|
|
928
948
|
"type"?: string;
|
|
929
949
|
"value"?: string | number;
|
|
930
950
|
}
|
|
931
|
-
interface
|
|
951
|
+
interface TttxTable_1_9_55 {
|
|
932
952
|
"data"?: any;
|
|
933
953
|
"draggableHeaders"?: boolean;
|
|
934
954
|
"headers"?: TableHeader[];
|
|
935
955
|
"loading"?: boolean;
|
|
936
|
-
"onHeaderClicked"?: (event:
|
|
937
|
-
"onHeaderOrderChanged"?: (event:
|
|
938
|
-
"onRowClicked"?: (event:
|
|
956
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_55CustomEvent<any>) => void;
|
|
957
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_55CustomEvent<string[]>) => void;
|
|
958
|
+
"onRowClicked"?: (event: TttxTable_1_9_55CustomEvent<any>) => void;
|
|
939
959
|
"selectable"?: boolean;
|
|
940
960
|
"selected"?: number;
|
|
941
961
|
}
|
|
942
|
-
interface
|
|
962
|
+
interface TttxTabs_1_9_55 {
|
|
943
963
|
"navigation"?: boolean;
|
|
944
|
-
"onLeftNavigation"?: (event:
|
|
945
|
-
"onRightNavigation"?: (event:
|
|
946
|
-
"onTabClick"?: (event:
|
|
964
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_55CustomEvent<any>) => void;
|
|
965
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_55CustomEvent<any>) => void;
|
|
966
|
+
"onTabClick"?: (event: TttxTabs_1_9_55CustomEvent<{ tabId: string }>) => void;
|
|
947
967
|
"tabs"?: string | Tab[];
|
|
948
968
|
"tabsName"?: string;
|
|
949
969
|
"wide"?: boolean;
|
|
950
970
|
}
|
|
951
|
-
interface
|
|
971
|
+
interface TttxTag_1_9_55 {
|
|
952
972
|
"color"?: string;
|
|
953
973
|
"hasIcon"?: boolean;
|
|
954
974
|
"icon"?: string;
|
|
@@ -957,13 +977,13 @@ declare namespace LocalJSX {
|
|
|
957
977
|
"text"?: string;
|
|
958
978
|
"textColor"?: string;
|
|
959
979
|
}
|
|
960
|
-
interface
|
|
980
|
+
interface TttxTextarea_1_9_55 {
|
|
961
981
|
"disabled"?: boolean;
|
|
962
982
|
"errormsg"?: string;
|
|
963
983
|
/**
|
|
964
984
|
* tabindex - Allows the HTML elements to be focusable
|
|
965
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
966
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
985
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_55 input-index="1" />
|
|
986
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_55 inputindex={1} />
|
|
967
987
|
*/
|
|
968
988
|
"inputindex"?: string | number;
|
|
969
989
|
/**
|
|
@@ -974,10 +994,10 @@ declare namespace LocalJSX {
|
|
|
974
994
|
"label"?: string;
|
|
975
995
|
"maxlength"?: string | number;
|
|
976
996
|
"name"?: string;
|
|
977
|
-
"onBlurChanged"?: (event:
|
|
978
|
-
"onFocusChanged"?: (event:
|
|
979
|
-
"onInvalidChanged"?: (event:
|
|
980
|
-
"onValueChanged"?: (event:
|
|
997
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_55CustomEvent<string>) => void;
|
|
998
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_55CustomEvent<string>) => void;
|
|
999
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_55CustomEvent<string>) => void;
|
|
1000
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_55CustomEvent<string>) => void;
|
|
981
1001
|
"placeholder"?: string;
|
|
982
1002
|
"readonly"?: string | boolean;
|
|
983
1003
|
"required"?: boolean;
|
|
@@ -991,92 +1011,94 @@ declare namespace LocalJSX {
|
|
|
991
1011
|
"textareaautofocus"?: boolean;
|
|
992
1012
|
"value"?: string | number;
|
|
993
1013
|
}
|
|
994
|
-
interface
|
|
1014
|
+
interface TttxToggle_1_9_55 {
|
|
995
1015
|
"initialstate"?: boolean | string;
|
|
996
|
-
"onToggleSwitchEvent"?: (event:
|
|
1016
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_55CustomEvent<{checked: boolean}>) => void;
|
|
997
1017
|
}
|
|
998
|
-
interface
|
|
1018
|
+
interface TttxToolbar_1_9_55 {
|
|
999
1019
|
"border"?: boolean;
|
|
1000
1020
|
}
|
|
1001
|
-
interface
|
|
1021
|
+
interface TttxTreeView_1_9_55 {
|
|
1002
1022
|
"data"?: TreeViewItem[];
|
|
1003
|
-
"onCheckboxChange"?: (event:
|
|
1004
|
-
"onClickEvent"?: (event:
|
|
1005
|
-
"onExpandNode"?: (event:
|
|
1023
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_55CustomEvent<TreeViewItem[]>) => void;
|
|
1024
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_55CustomEvent<TreeViewItem>) => void;
|
|
1025
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_55CustomEvent<ExpandNodeEvent>) => void;
|
|
1006
1026
|
}
|
|
1007
1027
|
interface IntrinsicElements {
|
|
1008
|
-
"tttx-action-
|
|
1009
|
-
"tttx-
|
|
1010
|
-
"tttx-checkbox-group-
|
|
1011
|
-
"tttx-checkbox-group-
|
|
1012
|
-
"tttx-checkbox-
|
|
1013
|
-
"tttx-
|
|
1014
|
-
"tttx-
|
|
1015
|
-
"tttx-data-
|
|
1016
|
-
"tttx-
|
|
1017
|
-
"tttx-
|
|
1018
|
-
"tttx-
|
|
1019
|
-
"tttx-
|
|
1020
|
-
"tttx-
|
|
1021
|
-
"tttx-
|
|
1022
|
-
"tttx-
|
|
1023
|
-
"tttx-
|
|
1024
|
-
"tttx-
|
|
1025
|
-
"tttx-
|
|
1026
|
-
"tttx-
|
|
1027
|
-
"tttx-
|
|
1028
|
-
"tttx-
|
|
1029
|
-
"tttx-
|
|
1030
|
-
"tttx-
|
|
1031
|
-
"tttx-
|
|
1032
|
-
"tttx-
|
|
1033
|
-
"tttx-
|
|
1034
|
-
"tttx-
|
|
1035
|
-
"tttx-
|
|
1036
|
-
"tttx-
|
|
1037
|
-
"tttx-
|
|
1038
|
-
"tttx-
|
|
1039
|
-
"tttx-
|
|
1040
|
-
"tttx-
|
|
1028
|
+
"tttx-action-dropdown_1_9_55": TttxActionDropdown_1_9_55;
|
|
1029
|
+
"tttx-button_1_9_55": TttxButton_1_9_55;
|
|
1030
|
+
"tttx-checkbox-group-caption_1_9_55": TttxCheckboxGroupCaption_1_9_55;
|
|
1031
|
+
"tttx-checkbox-group-heading_1_9_55": TttxCheckboxGroupHeading_1_9_55;
|
|
1032
|
+
"tttx-checkbox-group_1_9_55": TttxCheckboxGroup_1_9_55;
|
|
1033
|
+
"tttx-checkbox_1_9_55": TttxCheckbox_1_9_55;
|
|
1034
|
+
"tttx-comments_1_9_55": TttxComments_1_9_55;
|
|
1035
|
+
"tttx-data-pattern_1_9_55": TttxDataPattern_1_9_55;
|
|
1036
|
+
"tttx-datacard_1_9_55": TttxDatacard_1_9_55;
|
|
1037
|
+
"tttx-date-range-picker": TttxDateRangePicker;
|
|
1038
|
+
"tttx-dialog-box_1_9_55": TttxDialogBox_1_9_55;
|
|
1039
|
+
"tttx-dialog_1_9_55": TttxDialog_1_9_55;
|
|
1040
|
+
"tttx-expander_1_9_55": TttxExpander_1_9_55;
|
|
1041
|
+
"tttx-filter_1_9_55": TttxFilter_1_9_55;
|
|
1042
|
+
"tttx-form_1_9_55": TttxForm_1_9_55;
|
|
1043
|
+
"tttx-graph_1_9_55": TttxGraph_1_9_55;
|
|
1044
|
+
"tttx-icon_1_9_55": TttxIcon_1_9_55;
|
|
1045
|
+
"tttx-keyvalue-block_1_9_55": TttxKeyvalueBlock_1_9_55;
|
|
1046
|
+
"tttx-list_1_9_55": TttxList_1_9_55;
|
|
1047
|
+
"tttx-loading-spinner_1_9_55": TttxLoadingSpinner_1_9_55;
|
|
1048
|
+
"tttx-multiselect-box_1_9_55": TttxMultiselectBox_1_9_55;
|
|
1049
|
+
"tttx-percentage-bar_1_9_55": TttxPercentageBar_1_9_55;
|
|
1050
|
+
"tttx-qrcode_1_9_55": TttxQrcode_1_9_55;
|
|
1051
|
+
"tttx-select-box_1_9_55": TttxSelectBox_1_9_55;
|
|
1052
|
+
"tttx-skeleton_loader_1_9_55": TttxSkeleton_loader_1_9_55;
|
|
1053
|
+
"tttx-sorter_1_9_55": TttxSorter_1_9_55;
|
|
1054
|
+
"tttx-standalone-input_1_9_55": TttxStandaloneInput_1_9_55;
|
|
1055
|
+
"tttx-table_1_9_55": TttxTable_1_9_55;
|
|
1056
|
+
"tttx-tabs_1_9_55": TttxTabs_1_9_55;
|
|
1057
|
+
"tttx-tag_1_9_55": TttxTag_1_9_55;
|
|
1058
|
+
"tttx-textarea_1_9_55": TttxTextarea_1_9_55;
|
|
1059
|
+
"tttx-toggle_1_9_55": TttxToggle_1_9_55;
|
|
1060
|
+
"tttx-toolbar_1_9_55": TttxToolbar_1_9_55;
|
|
1061
|
+
"tttx-tree-view_1_9_55": TttxTreeView_1_9_55;
|
|
1041
1062
|
}
|
|
1042
1063
|
}
|
|
1043
1064
|
export { LocalJSX as JSX };
|
|
1044
1065
|
declare module "@stencil/core" {
|
|
1045
1066
|
export namespace JSX {
|
|
1046
1067
|
interface IntrinsicElements {
|
|
1047
|
-
"tttx-action-
|
|
1048
|
-
"tttx-
|
|
1049
|
-
"tttx-checkbox-group-
|
|
1050
|
-
"tttx-checkbox-group-
|
|
1051
|
-
"tttx-checkbox-
|
|
1052
|
-
"tttx-
|
|
1053
|
-
"tttx-
|
|
1054
|
-
"tttx-data-
|
|
1055
|
-
"tttx-
|
|
1056
|
-
"tttx-
|
|
1057
|
-
"tttx-
|
|
1058
|
-
"tttx-
|
|
1059
|
-
"tttx-
|
|
1060
|
-
"tttx-
|
|
1061
|
-
"tttx-
|
|
1062
|
-
"tttx-
|
|
1063
|
-
"tttx-
|
|
1064
|
-
"tttx-
|
|
1065
|
-
"tttx-
|
|
1066
|
-
"tttx-
|
|
1067
|
-
"tttx-
|
|
1068
|
-
"tttx-
|
|
1069
|
-
"tttx-
|
|
1070
|
-
"tttx-
|
|
1071
|
-
"tttx-
|
|
1072
|
-
"tttx-
|
|
1073
|
-
"tttx-
|
|
1074
|
-
"tttx-
|
|
1075
|
-
"tttx-
|
|
1076
|
-
"tttx-
|
|
1077
|
-
"tttx-
|
|
1078
|
-
"tttx-
|
|
1079
|
-
"tttx-
|
|
1068
|
+
"tttx-action-dropdown_1_9_55": LocalJSX.TttxActionDropdown_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxActionDropdown_1_9_55Element>;
|
|
1069
|
+
"tttx-button_1_9_55": LocalJSX.TttxButton_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_55Element>;
|
|
1070
|
+
"tttx-checkbox-group-caption_1_9_55": LocalJSX.TttxCheckboxGroupCaption_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_55Element>;
|
|
1071
|
+
"tttx-checkbox-group-heading_1_9_55": LocalJSX.TttxCheckboxGroupHeading_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_55Element>;
|
|
1072
|
+
"tttx-checkbox-group_1_9_55": LocalJSX.TttxCheckboxGroup_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_55Element>;
|
|
1073
|
+
"tttx-checkbox_1_9_55": LocalJSX.TttxCheckbox_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_55Element>;
|
|
1074
|
+
"tttx-comments_1_9_55": LocalJSX.TttxComments_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_55Element>;
|
|
1075
|
+
"tttx-data-pattern_1_9_55": LocalJSX.TttxDataPattern_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_55Element>;
|
|
1076
|
+
"tttx-datacard_1_9_55": LocalJSX.TttxDatacard_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_55Element>;
|
|
1077
|
+
"tttx-date-range-picker": LocalJSX.TttxDateRangePicker & JSXBase.HTMLAttributes<HTMLTttxDateRangePickerElement>;
|
|
1078
|
+
"tttx-dialog-box_1_9_55": LocalJSX.TttxDialogBox_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_55Element>;
|
|
1079
|
+
"tttx-dialog_1_9_55": LocalJSX.TttxDialog_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_55Element>;
|
|
1080
|
+
"tttx-expander_1_9_55": LocalJSX.TttxExpander_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_55Element>;
|
|
1081
|
+
"tttx-filter_1_9_55": LocalJSX.TttxFilter_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_55Element>;
|
|
1082
|
+
"tttx-form_1_9_55": LocalJSX.TttxForm_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_55Element>;
|
|
1083
|
+
"tttx-graph_1_9_55": LocalJSX.TttxGraph_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_55Element>;
|
|
1084
|
+
"tttx-icon_1_9_55": LocalJSX.TttxIcon_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_55Element>;
|
|
1085
|
+
"tttx-keyvalue-block_1_9_55": LocalJSX.TttxKeyvalueBlock_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_55Element>;
|
|
1086
|
+
"tttx-list_1_9_55": LocalJSX.TttxList_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_55Element>;
|
|
1087
|
+
"tttx-loading-spinner_1_9_55": LocalJSX.TttxLoadingSpinner_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_55Element>;
|
|
1088
|
+
"tttx-multiselect-box_1_9_55": LocalJSX.TttxMultiselectBox_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_55Element>;
|
|
1089
|
+
"tttx-percentage-bar_1_9_55": LocalJSX.TttxPercentageBar_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_55Element>;
|
|
1090
|
+
"tttx-qrcode_1_9_55": LocalJSX.TttxQrcode_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_55Element>;
|
|
1091
|
+
"tttx-select-box_1_9_55": LocalJSX.TttxSelectBox_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_55Element>;
|
|
1092
|
+
"tttx-skeleton_loader_1_9_55": LocalJSX.TttxSkeleton_loader_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_55Element>;
|
|
1093
|
+
"tttx-sorter_1_9_55": LocalJSX.TttxSorter_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_55Element>;
|
|
1094
|
+
"tttx-standalone-input_1_9_55": LocalJSX.TttxStandaloneInput_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_55Element>;
|
|
1095
|
+
"tttx-table_1_9_55": LocalJSX.TttxTable_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_55Element>;
|
|
1096
|
+
"tttx-tabs_1_9_55": LocalJSX.TttxTabs_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_55Element>;
|
|
1097
|
+
"tttx-tag_1_9_55": LocalJSX.TttxTag_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_55Element>;
|
|
1098
|
+
"tttx-textarea_1_9_55": LocalJSX.TttxTextarea_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_55Element>;
|
|
1099
|
+
"tttx-toggle_1_9_55": LocalJSX.TttxToggle_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_55Element>;
|
|
1100
|
+
"tttx-toolbar_1_9_55": LocalJSX.TttxToolbar_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_55Element>;
|
|
1101
|
+
"tttx-tree-view_1_9_55": LocalJSX.TttxTreeView_1_9_55 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_55Element>;
|
|
1080
1102
|
}
|
|
1081
1103
|
}
|
|
1082
1104
|
}
|